TActivePlayer.Move

From Soldat Community Wiki
Jump to: navigation, search
procedure Move(X, Y: Single)
 X, Y: map coordinates to where to move the player

Description

Moves player to a designated location on the map.

Example

Players[1].Move(0,0); //moves player 1 to center of the map