Unknown

From DarkAI

AI SET ENTITY POSITION

This command sets the current entity position both within the AI system and to any linked object. When linked to an object this is the preferred method of resetting the position of an entity as opposed to positioning the object in DarkBasic. When not linked to an object this command sets the position within the AI system and you should position any representation yourself.

Syntax
AI Set Entity Position Entity Number, X#, Z#

Parameters
Entity Number, The id of the entity to set the position.
X#, The X component of the new position.
Z#, The Z component of the new position.

Return
n/a