mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
178 B
Lua
6 lines
178 B
Lua
function event_click_door(e)
|
|
local door_id = e.door:GetDoorID();
|
|
if (door_id == 2) then
|
|
e.self:MovePC(302, -2050.25, 606.5,202.3,114); -- Zone: draniksscar
|
|
end
|
|
end
|