MisterRADical Posted July 14, 2021 Share Posted July 14, 2021 I've managed to create a quest that on game start adds a perk to each companion and they all work. I then tried adding a Race property, let's say Race Property raceAlien Const Auto Then I have: Event OnInit() actorCait.AddPerk(perkCait) but for the races I have raceAlien.AddPerk(perkAlien) The script fails to compile saying "AddPerk is not a function or does not exist"Trying to add a spell says the same thing just AddSpell is not blah blah. How do I go about adding perks to the races? Any help would be greatly appreciated! Link to comment Share on other sites More sharing options...
SKKmods Posted July 14, 2021 Share Posted July 14, 2021 The Race Class of object does not have any functions exposed via Papyrus script https://www.creationkit.com/fallout4/index.php?title=Race_Script You have to static hack those base game race records. Link to comment Share on other sites More sharing options...
MisterRADical Posted July 17, 2021 Author Share Posted July 17, 2021 Error 1020 Ray ID: 66ff66601c5402f9 • 2021-07-17 00:37:07 UTCAccess deniedWhat happened?This website is using a security service to protect itself from online attacks.Cloudflare Ray ID: 66ff6b7e59b302f9 • Your IP: (no of course) • Performance & security by Cloudflare That's the whole page copied when trying to load into the creationkit.com site. What is causing this, do you know? Link to comment Share on other sites More sharing options...
Recommended Posts