Unknown

From DarkAI

AI SET PLAYER POSITION

This command sets the player position when no object is linked to the player. If an object is linked it will also position the object, but in this case using either this command or positioning the DarkBasic object manually is an acceptable method to position the player. This position is used by entities to determine if they can see and attack the player. It is also used by allies when they are set to follow the player.

Syntax
AI Set Player Position X#, Z#

Parameters
X#, The X component of the new position.
Z#, The Z component of the new position.

Return
n/a