ID:162503
 
For my game shinobi world online i am trying to make a running system. I want it to be like you walk then once you have reached the certain speed you're base icon and speed changes that can be called running. If anyone knows how i could do this it would be much apreciated, thank you for taking you're time to read this.
Sounds like you want to modify Move().

Hints:
- Learn where to use usr appropriately, Move() and all other movement associated procedures are the worst place to use usr in... use src instead

- Calling the parent procedure ..() in Move() is extremely important. if you want them to move.