Log in

View Full Version : Self.Step(direction)



Zashalio
12-30-2014, 10:38 PM
When trying to make the Bot step through a teleporter it always goes north? Why?

Self.Step(North) = North
Self.Step(South) = North etc etc

Zashalio
12-30-2014, 10:51 PM
Also, If anyone knows how to make bot goto a certain waypoint when x number of creautres on screen, id appreciate it<3

sotos
12-30-2014, 10:55 PM
Explain better..cant understand what you really want to do..

Zashalio
12-30-2014, 11:12 PM
Lool thanks alot bro

Furpan
12-31-2014, 09:13 AM
Additional info, for learning purposes;
North,South and so on, doesn't have anything assigned to them, so they are automatically 'false' which equals to '0', hence why it was always walking north (NORTH = 0)

kubax36
12-31-2014, 06:55 PM
Self.Step("north")
Self.Step("south")
Self.Step("east")
Self.Step("west")

those should work