PunktG
10-23-2012, 12:45 PM
i think good idea will be "stand-node" option in walker
should work like this :
bot will try stand on some smq (x,y,z) but after 3 time when he try go to next walkpoint
this will be easy way to enter portals, and place where you need now use labels like this
elseif(labelName == "beforePortal1")then
wait(3000)
delayWalker(2000)
gotoLabel("afterPortal1")
should work like this :
bot will try stand on some smq (x,y,z) but after 3 time when he try go to next walkpoint
this will be easy way to enter portals, and place where you need now use labels like this
elseif(labelName == "beforePortal1")then
wait(3000)
delayWalker(2000)
gotoLabel("afterPortal1")