How do I add something (I want to doa spell) to the player instantly as they load a save, one time only?
I didn't see anything about GameMode in the tuts. What would be the script I would use?
Total noob here! Cheers!
Scriptname Script extends FormSpell Property MySpell Autoevent OnInit() Game.GetPlayer().AddSpell(MySpell)endevent