Jump to content

Adding perks to all NPC's


Recommended Posts

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

 

 

Error 1020

Ray ID: 66ff66601c5402f9 • 2021-07-17 00:37:07 UTC

Access denied
What 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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...