I need this for my (pretty lean) MWSE alternative leveling mod. While my current system (grabbing all of the player's base attributes every 60 frames, comparing them to ones in an array and ignoring increases of over two) works, it's rather unwieldy and cannot be ran every frame because that'd mean running a god-knows-many step while loop every frame. I was thinking of instead triggering the system with GetSoundPlaying "skillraise" but I haven't had any luck with it. I heard that Hrnchamd apparently made a MCP fix that let GetSoundPlaying pick up interface sounds but I haven't seen it anywhere.
Does anyone have some helpful information or alternative methods?