Difference between revisions of "MoveTo - ObjectReference"

Jump to navigation Jump to search
316 bytes added ,  16:21, 18 October 2012
Added note about actors and furniture.
imported>Necrossin
imported>Chesko
(Added note about actors and furniture.)
Line 44: Line 44:
== Notes ==
== Notes ==
* MoveTo() should be avoided for placing other actors in sight of the player, as they will suddenly appear in an unrealistic way. Instead, consider placing them nearby but out of sight, and making them approach the player themselves, using [[PathToReference_-_Actor|PathToReference]] or [[ForceGreet (Procedure)|ForceGreet]].
* MoveTo() should be avoided for placing other actors in sight of the player, as they will suddenly appear in an unrealistic way. Instead, consider placing them nearby but out of sight, and making them approach the player themselves, using [[PathToReference_-_Actor|PathToReference]] or [[ForceGreet (Procedure)|ForceGreet]].
* Making an actor MoveTo() a furniture reference will make the actor immediately assume the position of "using" that furniture, without playing the furniture entrance animation. Example: PlayerRef.MoveTo(BedReference) will make the player lie down on the bed reference (without playing the bed entrance animation).


== See Also ==
== See Also ==
Anonymous user

Navigation menu