mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
7 lines
No EOL
158 B
Lua
7 lines
No EOL
158 B
Lua
function event_waypoint_arrive(e)
|
|
if(e.wp == 55 or e.wp == 117) then
|
|
e.self:SetRunning(true);
|
|
elseif(e.wp == 82) then
|
|
e.self:SetRunning(false);
|
|
end
|
|
end |