mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
195 B
Lua
7 lines
195 B
Lua
function event_enter_zone(e)
|
|
local client = eq.get_entity_list():GetClientByID(e.self:GetID());
|
|
|
|
if (client.valid) then
|
|
client:MovePC(35, 1033, -1447, -25, 152); -- Zone: sro
|
|
end
|
|
end
|