Is there a script action that can unlearn a certain spell?
Emeus
Member Posts: 64
I've tried using "RemoveSpellRES" but it only removes one memorized spell
0
Comments
I am working on a mod for specialized mage, I created 8 innate abilities, each one of them should link to a script, and as a class ability for each kind of specialized mage. When a mage learn a new specialized spell, he can use this innate ability to activate the script, and the script will change their specialized spells to a more powerful version(Saving throw penalty, magic resist piercing and etc. ).
I know there is an opcode can remove spell from spellbook, but to achieve it, I am not just have to make new spells but also have to make a "remove spell "spell for each spells, that is...too much for me.