Quote Originally Posted by tylerjog View Post
ive treyd that the walker just skips that line and keeps walking Delay.Walker(10000) just put that in before waypoint and it should work rite i cant even get it to pause
lua code:

registerEventListener(WALKER_SELECTLABEL, "labelShit")

function labelShit(label)
if (label == "wait") then
Walker.Delay(10000)
end
end