Difference between revisions of "Talk:MoveTo"
Jump to navigation
Jump to search
thanks
imported>JustTim |
imported>DragoonWraith (thanks) |
||
Line 21: | Line 21: | ||
:::::: Yes, this should work. MoveTo even moves the object into diffrent cells if necessary. It shouldn't crash the game when you take care that the used reference didn't get unloaded. you should therefore use persistant references. And you don't even need the "0 0 0" thing, just using "MoveTo Player" should do the job. --[[User:JustTim|JustTim]] 16:50, 27 May 2006 (EDT) | :::::: Yes, this should work. MoveTo even moves the object into diffrent cells if necessary. It shouldn't crash the game when you take care that the used reference didn't get unloaded. you should therefore use persistant references. And you don't even need the "0 0 0" thing, just using "MoveTo Player" should do the job. --[[User:JustTim|JustTim]] 16:50, 27 May 2006 (EDT) | ||
:::::::Excellent, thank you. --[[User:DragoonWraith|DragoonWraith]] 17:13, 27 May 2006 (EDT) |