Difference between revisions of "MoveTo"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
(Notes...)
imported>DragoonWraith
(oblivion units link)
Line 6: Line 6:




Moves the object to the specified reference's location. The x, y, z are optional offsets from the target reference.  
Moves the object to the specified reference's location. The x, y, z are optional offsets in [[Oblivion Units|units]] from the target reference.  





Revision as of 12:39, 1 June 2006

Syntax:

MoveTo MarkerID, x, y, z (optional) 

Example:

MoveTo HiddenCaveMarker 
MoveTo player, 512, 0, 0 


Moves the object to the specified reference's location. The x, y, z are optional offsets in units from the target reference.


Notes:

  • If this function is used to move the player, it will also act as a Return function -- no following lines of the script will be processed.
  • This function is only reliable for Actors. Using it to move other objects types, especially non-persistent references and inventor items may result in unexpected behavior.
  • Script functions that make one actor target another (like SayTo or StartCombat) will not work when MoveTo is used on the target in the same frame, even when the target is moved only by a few inches.


See Also

PositionWorld
PositionCell