Log in

View Full Version : walker "stand-node" option



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")

DarkstaR
10-23-2012, 01:06 PM
Just use Self.Step in a one-liner.

PunktG
10-23-2012, 01:11 PM
Just use Self.Step in a one-liner.
can be to :) thx i forgot about this