I'm working on my vampire modifications and I can add new perks, in the same way that Champion of the Night is added. The perk takes effect and the bonuses are added to the character, but it's not showing up in the UI under Active Skills. I'm not sure how to add it to the UI.
Here are the few lines I've added to the VampireQuest script.
Spell Property ABVampireSkills03 Auto
In the VampireProgression function I added this line
Player.AddSpell(ABVampireSkills03, abVerbose = False)
This ensures that it's added to the character once then feed after the mod is installed. But obviously, no adding to the UI. What am I missing?
Thanks in advance.
