EnaiSiaion Posted July 1, 2013 Author Share Posted July 1, 2013 Thanks for the help everyone. SKSE is unfortunately no option, and "TM" is not what I need. I went with the cart HUD flag which does pretty much exactly what I want. :) Link to comment Share on other sites More sharing options...
KettleWitch Posted July 1, 2013 Share Posted July 1, 2013 Glad you got it sorted dude Link to comment Share on other sites More sharing options...
Wolfpack49 Posted August 1, 2021 Share Posted August 1, 2021 Hey, just posting here -- I know this is an incredibly old post, but this was helpful in finding a solution where I needed to do a fade out/in action and hide menus while doing so. ToggleMenus() won't allow the fade to play, so needed to make the menus transparent before initiating the fade out. I found a way of doing that was much easier for simple operations: UI.SetNumber("Crafting Menu", "_alpha", 0) ;; hide crafting menuUI.SetNumber("Crafting Menu", "_alpha", 100) ;; show crafting menu Not sure why the _root element is necessary (maybe it was a change for SSE?), but this works just fine with SkyUI. I do see that UI.SetNumber seems to be deprecated in Papyrus, but it seems to still work. EDIT: It appears UI.SetFloat would be the proper non-deprecated way to do. Link to comment Share on other sites More sharing options...
Recommended Posts