peq-quests/qeynos/Guard_Sylus.lua
2019-03-25 19:12:38 -05:00

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