JamesTParker Posted September 30, 2017 Share Posted September 30, 2017 (edited) I was wondering if it's possible to make a spell that adds or removes a perk. I am working on a small spell pack. One of the spells adds a passive ability with both positive and negative effects, the ability can be removed and re added later. I was able to make a perk that did what I wanted it to do easily enough, but I am not sure how I can add a convenient way to toggle the perk on and off. Any suggestions? Edited September 30, 2017 by JamesTParker Link to comment Share on other sites More sharing options...
lofgren Posted September 30, 2017 Share Posted September 30, 2017 Select the perk in the perk drop-down menu on the magic effect. Link to comment Share on other sites More sharing options...
JamesTParker Posted September 30, 2017 Author Share Posted September 30, 2017 (edited) Thank you. That was vary helpful, I was able to make a spell that adds the perk. Anyone have any idea on how I can remove a perk with a spell? Or alternatively remove a ability. Or is there another is there another way I could give player of conveniently removing a perk and/or an ability? Edited October 1, 2017 by JamesTParker Link to comment Share on other sites More sharing options...
foamyesque Posted October 1, 2017 Share Posted October 1, 2017 (edited) Note that the player and only the player can have perks dynamically modified. NPCs are stuck with whatever they had in the CK. EDIT: The other way to do it is with the Papyrus script functions AddPerk and RemovePerk for Perks, and AddSpell and RemoveSpell for abilities. Edited October 1, 2017 by foamyesque Link to comment Share on other sites More sharing options...
Recommended Posts