peq-quests/southro/player.lua
2020-04-14 23:04:29 -05:00

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