Ok so I am testing a spell for a much larger project I wont to try out to see if I can get it working but its not heres what I have done so far
Scriptname aaaTestSpell extends ActiveMagicEffect;;;=================================================================== ObjectReference property TeleportMarker Auto Event OnEffectStart(Actor akTarget, Actor akCaster) Debug.Notification("Debug: Recall Script Starting1") akTarget.MoveTo(TeleportMarker) Debug.Notification("Debug: Recall Script Working2")EndEvent
I have been trying to get an actor or actors to be moved to the xmarker I have setup and I put the Debug.Notification in to see if it was being done or not and it is but every actor I try it on they don't move to the xmarker. I have Tryed every Thing I can think of to get it to work and I am still lerning to scrip with Papyrus so any help is appreciated.