Need some help with a new Scripted Spell

Post » Thu Jul 25, 2013 6:26 am

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.

User avatar
vicki kitterman
 
Posts: 3494
Joined: Mon Aug 07, 2006 11:58 am

Return to V - Skyrim