mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
193 B
Lua
7 lines
193 B
Lua
function event_enter_zone(e)
|
|
local client = eq.get_entity_list():GetClientByID(e.self:GetID());
|
|
|
|
if (client.valid) then
|
|
client:MovePC(34, 923, 2649, -24, 484); -- Zone: nro
|
|
end
|
|
end
|