Thread: function...
View Single Post
  #7  
Old 05-19-2007, 05:14 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by theHAWKER View Post
umkay, but there should be a built in function for that
onPlayermoves() wouldn't be a function: it would be an event. Also, there is no inherit action for moving. Some playerworlds don't use the default movement system for starters.

In short: I doubt there will ever be a onPlayermoves() event since it would be too limited. A keydown loop check can work for whenever the player walks or a timeout check if there are other methods of moving.
Reply With Quote