Jump to content

Script for adding Perks to races on New Game.


Recommended Posts

I wanted to create a script that runs as soon as a new game starts and then never runs again. The idea is to create a script that gives perks to entire races. So that all NPCs benefit from these perks including mod added ones.

 

So far I have this:

 

Scriptname TestScript extends Quest

Race Property NordRace Auto

Perk Property TestPerk Auto

 

Event OnInit() ;

 

 

 

But after this I don't know what to add. And where or what should I attach this script to run from?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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