Quote:
Originally Posted by _Z3phyr_
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.