Elanthil01 Posted June 6, 2022 Share Posted June 6, 2022 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. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted June 6, 2022 Share Posted June 6, 2022 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. Link to comment Share on other sites More sharing options...
Recommended Posts