Difference between revisions of "Talk:MoveTo"
→Cannot Get This To Work With Spells or Items: player.MoveTo -> return
imported>Mightylink |
imported>Qazaaq (→Cannot Get This To Work With Spells or Items: player.MoveTo -> return) |
||
Line 98: | Line 98: | ||
==Cannot Get This To Work With Spells or Items== | ==Cannot Get This To Work With Spells or Items== | ||
I am having major problems with this fuction, after days of fighting with it im extreemly fustrated. I am trying to make an item that teleports the player to a marker, I use it with Begin OnActivate it doesnt work, I tried it with a spell Begin ScriptEffectStart it doesnt work there either, I added message boxes just to make sure and they do not appear either, the whole script doesnt seem to work with items or spells so how do I use it? I have also tried MoveToMarker with all of the above, nothing works. I know I am doing my scripts right cause when I use message boxes alone they show up, but they dont show up when I use moveto. [[User:Mightylink|Mightylink]] 5:00, 17 May 2009 (EST) | I am having major problems with this fuction, after days of fighting with it im extreemly fustrated. I am trying to make an item that teleports the player to a marker, I use it with Begin OnActivate it doesnt work, I tried it with a spell Begin ScriptEffectStart it doesnt work there either, I added message boxes just to make sure and they do not appear either, the whole script doesnt seem to work with items or spells so how do I use it? I have also tried MoveToMarker with all of the above, nothing works. I know I am doing my scripts right cause when I use message boxes alone they show up, but they dont show up when I use moveto. [[User:Mightylink|Mightylink]] 5:00, 17 May 2009 (EST) | ||
:Make sure you take note #2 into account: the script will return after <tt>player.MoveTo</tt>. | |||
:--[[User:Qazaaq|Qazaaq]] 18:01, 18 May 2009 (EDT) |