View Single Post
  #1  
Old 05-31-2005, 05:27 AM
CaptainSkittles CaptainSkittles is offline
Default Usergroup Title
CaptainSkittles's Avatar
Join Date: May 2005
Posts: 37
CaptainSkittles is an unknown quantity at this point
Player Movement Manipulation

Alright, I'm a newb scripter just learning my way around, and I want to know which commands I can use to move a player, not an NPC. The regular "move" won't work, as it only applies to npcs. The general idea of my practice script is to move a player in a random direction when he hits the up key.

I know it would start off as...

if (keydown(up)) {

}

Basically, just what commands are available for player movement manipulation? (something pertaining to x,y I'm sure. o.o)
Reply With Quote