Difference between revisions of "PositionWorld"

36 bytes removed ,  13:24, 16 February 2011
Undo revision 46872 by Bluedanieru (Talk)
imported>Bluedanieru
imported>DragoonWraith
(Undo revision 46872 by Bluedanieru (Talk))
Line 3: Line 3:
  PosWorld ''x, y, z, zRot, WorldID''  
  PosWorld ''x, y, z, zRot, WorldID''  
'''Example:'''
'''Example:'''
  PositionWorld 76345, 100.56, 215, 3.14, Tamriel  
  PositionWorld 76345, 100.56, 215, 176, Tamriel  


Warps the object to the exterior coordinate location specified by x, y, and z in the specified worldspace. The object will be facing the world angle specified by zRot (measured in radians, not degrees). All parameters are floats.  
Warps the object to the exterior coordinate location specified by x, y, and z in the specified worldspace. The object will be facing the world angle specified by zRot. All parameters are floats.  


Note: In almost every case, you would rather use [[MoveTo]] instead of this command.
Note: In almost every case, you would rather use [[MoveTo]] instead of this command.