arael53 Posted August 28, 2019 Share Posted August 28, 2019 Hello, As the title says, I'm wondering if you can add a perk to npcs, either with a scripted cloak effect or via "perktoapply". I know it was not possible with the CK in Skyrim, but is it possible in fallout 4 ? Thanks ! Link to comment Share on other sites More sharing options...
SKKmods Posted August 28, 2019 Share Posted August 28, 2019 Applying and removing perks to any actor(s) is not a problem. The ease (or difficulty) depends on the trigger that causes the perk to be applied and finding the the target(s). Example: apply a perk to all workshop settlers when they enter combat and remove when they finish or die ? 30 mins quest + script. Link to comment Share on other sites More sharing options...
arael53 Posted August 28, 2019 Author Share Posted August 28, 2019 Thanks for your answer. Is it not possible to add the perk via a cloak spell around the player ? Link to comment Share on other sites More sharing options...
SKKmods Posted August 28, 2019 Share Posted August 28, 2019 Check this article https://www.creationkit.com/index.php?title=Dynamically_Attaching_Scripts I tend to use reference alias attached scripts for event control rather than magic cloaks. Link to comment Share on other sites More sharing options...
arael53 Posted August 28, 2019 Author Share Posted August 28, 2019 Check this article https://www.creationkit.com/index.php?title=Dynamically_Attaching_Scripts I tend to use reference alias attached scripts for event control rather than magic cloaks.I've seen this page earlier when I was modding skyrim. That's when I learned you can't use this method to add perks to npcs in skyrim. But if it now works for fallout 4, I'll try it again. Thanks. Link to comment Share on other sites More sharing options...
SKKmods Posted August 28, 2019 Share Posted August 28, 2019 If you can get an ObjectReference for an Actor you can Addperk() to it. I dont know if a cloak will return target ObjectReferences though. Link to comment Share on other sites More sharing options...
arael53 Posted August 29, 2019 Author Share Posted August 29, 2019 If you can get an ObjectReference for an Actor you can Addperk() to it. I dont know if a cloak will return target ObjectReferences though. I'm not qualified enough to know if it will, sadly, I'm just trying to learn... I know you can addspell() with a cloak spell though.Thanks for your help. Link to comment Share on other sites More sharing options...
Recommended Posts