Morrowind Mod:XPosition
The UESPWiki – Your source for The Elder Scrolls since 1995
< Mod / Morrowind: Morrowind Mod: MWSE
A function added by MWSE.
xPosition is a wrapper function for the original Position to allow variables.
Syntax[edit]
ref->xPosition x (float) y (float) z (float) rotation (float)
Example[edit]
long pcRef float x float y float z float rot Setx pcRef to xGetRef "Player" Set x to 550 Set y to 300 Set z to 0 Set rot to 90 pcRef->xPosition x y z rot