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

4 lines
162 B
Lua

function event_enter_zone(e)
local client = eq.get_entity_list():GetClientByID(e.self:GetID());
client:MovePC(22, -144, -1543, 2, 244); -- Zone: ecommons
end