Lusyphel Posted March 15, 2020 Share Posted March 15, 2020 Hey here ! I made a mods that let the caster change race between three choice. Sadly on of this choice (a skeleton) don't react well on the race change. When I load a game and my character is skeleton, morphing to human will result in the skin of the skeleton not updating and still visible on human face. The same work when morphing from human to skeleton. The only thing that can make the skin back to normal is opening racemenu. I didn't found anything else that worked. So I want to add in my script something that run the race menu and close it (so the player don't see it) in order to refresh the skin without having to type manually showracemenu on the console. This said, if you know a way to refresh the face's skin of my character I would be more than happy ! Thanks ! :) Link to comment Share on other sites More sharing options...
dylbill Posted March 16, 2020 Share Posted March 16, 2020 have you tried equipping an item, or adding an item after changing race? That might update the face. If you really need to close the menu you can use SKSE's input scripts to simulate keystrokes with TapKey. https://www.creationkit.com/index.php?title=Input_Script#DXScanCodes. Example: Input.TapKey(15) ;Tab Link to comment Share on other sites More sharing options...
Recommended Posts