mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
177 B
Lua
6 lines
177 B
Lua
function event_click_door(e)
|
|
local door_id = e.door:GetDoorID();
|
|
if (door_id == 2) then
|
|
e.self:MovePC(336, -292.75, 1010.79, -79.79, 256); -- Zone: dranik
|
|
end
|
|
end
|