
05-31-2005, 05:27 AM
|
|
Default Usergroup Title
|
 |
Join Date: May 2005
Posts: 37
|
|
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) |
|
|
|