Difference between revisions of "MoveTo"
Jump to navigation
Jump to search
m
Removed misleading parenthesis, minor text adjustments
imported>Dev akm (→Notes: link MoveTo Oddities) |
imported>QQuix m (Removed misleading parenthesis, minor text adjustments) |
||
Line 1: | Line 1: | ||
'''Syntax:''' | '''Syntax:''' | ||
MoveTo '' | ''[reference].''MoveTo TargetRef'', x, y, z '' | ||
MoveToMarker '' | ''[reference].''MoveToMarker TargetRef'', x, y, z '' | ||
Moves the object to the specified target location. | |||
The x, y, z are optional offsets in [[Oblivion Units|units]] from the target reference. | |||
'''Example:''' | '''Example:''' | ||
MoveToMarker HiddenCaveMarker | MoveToMarker HiddenCaveMarker | ||
MoveTo player, 512, 0, 0 | MoveTo player, 512, 0, 0 | ||
==Notes== | ==Notes== |