123124125126127128129130131
final int CLOSE_TIME = 10000; // 10 секунд L2DoorInstance door = DoorTable.getInstance().getDoor(doorId); if(!door.isOpen()) { door.openMe(); door.scheduleCloseMe(CLOSE_TIME); } } }