ID:273253
Dec 29 2009, 1:56 am
|
|
How do you make a mob move faster when they walk; opposed to the normal moving speed, and without using world.tick_lag.
|
Dec 29 2009, 5:55 am
|
|
You can't get any faster than 0 delay, unfortunately, except by making them move multiple tiles in one Move() (eg. moving two tiles at a time).
|