Difference between revisions of "MoveTo"
Jump to navigation
Jump to search
→Notes
imported>QQuix m (Removed misleading parenthesis, minor text adjustments) |
imported>DragoonWraith (→Notes) |
||
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 [[ | * MoveTo can be very problematic in some situations. See [[Common Bugs#MoveTo Oddities|MoveTo Oddities]]. | ||
==See Also== | ==See Also== |