ninjamedic Posted July 15, 2011 Share Posted July 15, 2011 How do you get a spell to be added to the player when the game is loaded? Link to comment Share on other sites More sharing options...
fg109 Posted July 15, 2011 Share Posted July 15, 2011 You could have a quest script do it. For example, you have a quest named "AddItemToPlayer" with the quest script: scriptname AddItemToPlayerScript Begin GameMode Player.AddSpell *spellname* StopQuest AddItemToPlayer End Link to comment Share on other sites More sharing options...
ninjamedic Posted July 15, 2011 Author Share Posted July 15, 2011 You could have a quest script do it. For example, you have a quest named "AddItemToPlayer" with the quest script: scriptname AddItemToPlayerScript Begin GameMode Player.AddSpell *spellname* StopQuest AddItemToPlayer EndThanks :3. Link to comment Share on other sites More sharing options...
Recommended Posts