Fredas Posted January 6, 2015 Posted January 6, 2015 I already tried out the OnRaceSwitchComplete() function. It basically only works when it wants to (and that seems to be rarely). I need a good way of telling when the player's race or gender has changed - even if it changed right back to what it started at before opening the race menu. (In other words, whenever any change at all happens to the head mesh.) By that I mean an event I can watch for, not something silly like a manual check every x seconds. ;p SKSE functions are fine. Thanks.
Ashal Posted January 6, 2015 Posted January 6, 2015 http://www.creationkit.com/RegisterForMenu_-_Form http://www.creationkit.com/OnMenuClose_-_Form event OnInit() RegisterForMenu("RaceSex Menu") endEvent event OnMenuClose(string MenuName) if MenuName == "RaceSex Menu" ; // Do stuff. endIf endEvent
Recommended Posts
Archived
This topic is now archived and is closed to further replies.