mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
166 B
Lua
6 lines
166 B
Lua
function event_waypoint_arrive(e)
|
|
if(e.wp == 4) then
|
|
e.self:Say("Come along, fiend. We haven't far to go.");
|
|
eq.signal(1201,4); -- NPC: #Willie_Garrote
|
|
end
|
|
end
|