Iv'e been stuck on this forawhile..
How can you make a mob move in one direction and have it keep going in that direction until you chage directions?
ID:175491
Apr 16 2003, 1:04 pm
|
|
In response to Malver
|
|
Malver wrote:
Texter wrote: Often when you need continuous movement, you want to create an event loop, where each tick you figure out what to do next. There's a tutorial and a library showing how you can do this at: http://developer.byond.com/hub/Deadron/SimpleLoop |
In response to Malver
|
|
Malver wrote:
> mob/Move() |
http://developer.byond.com/hub/Nadrew/ConstantMovement
Little known demo of mine, I just updated it too, hope it helps! |
It's just a matter of using the walk() proc. Check it out in the reference. :)