View Single Post
  #27  
Old 12-20-2006, 01:42 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by _Z3phyr_ View Post
dirty showoffs... let's see you show me how to do this


How to make player move in a direction (equivalent to move() command except player instead of NPC)

and don't say
PHP Code:
function onTimeout() {
  for (
i=0;i<=2;i++) {
    
player.x+=i;
  }
  
this.setTimer(.5);


Or why don't you stop trying to hide the fact that you're asking for scripts instead of your little "let's see you show me how to do this" scam?

If you need help, ask, like a normal person.
Reply With Quote