Jump to content

Recommended Posts

Posted

are there vanilla or skse scripting functions for detecting a players race upon leaving racemenu, storing their base statistics in variables, adding or subtracting a set amount from those variables depending on their race, and plugging those values back in as their BASE statistics instead of using 'green' bonuses to statistics?

 

I HATE having modified starting stats that show as modified (green text), and find it to be not only distasteful but plebian programming in the extreme.

 

Any help on this would be greatly appreciated.

 

Posted

SKSE provides the OnMenuClose event. You can register for the race menu and then use the OnMenuClose event. At that point use GetRace to obtain the player's race. Then do whatever changes you want to the actor values.

  • Recently Browsing   0 members

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