Difference between revisions of "MoveTo"

Jump to navigation Jump to search
No change in size ,  18:04, 10 February 2011
imported>QQuix
m (Removed misleading parenthesis, minor text adjustments)
imported>DragoonWraith
Line 24: Line 24:
* To adjust the object relative to the players heading (i.e. place it in front of the player), you'll need to offset it's position. See [[Summon Object]] for full code sample.
* To adjust the object relative to the players heading (i.e. place it in front of the player), you'll need to offset it's position. See [[Summon Object]] for full code sample.
* 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.
* 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.
* MoveTo can be very problematic in some situations. See [[Common_Bugs#MoveTo_Oddities|MoveTo Oddities]].
* MoveTo can be very problematic in some situations. See [[Common Bugs#MoveTo Oddities|MoveTo Oddities]].


==See Also==  
==See Also==  

Navigation menu