Morrowind Mod:XAITravel

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

A function added by MWSE.

xAITravel is a wrapper function for the original AITravel to allow variables.

Syntax[edit]

ref->xAITravel x (float) y (float) z (float)

Example[edit]

float x
float y
float z
long npcRef

Setx npcRef to xGetRef "npc_to_move"
Set x to 300
Set y to 134
Set z to 0

npcRef->xAITravel x y z

See Also[edit]

xPlace
xPosition
xPositionCell
xStartCombat