Scriptname MyScript extends ObjectReference ConditionalSpell Property MySpell Auto EVENT onInit() ; This event will run once, when the script is initialized Debug.MessageBox("Script Started!") MySpell.Cast(Game.GetPlayer(), Game.GetPlayer()) registerForUpdate(5) gotoState ("polling") endEVENTI get the "Script Started" Message, but no spell!
Any ideas?The spell is actually an Ability that should only last 3 mins (I dont think it ever expires but thats another problem) I need it to be reapplied when the script runs again...
