NecroMods Posted July 5, 2016 Share Posted July 5, 2016 So, I'm making a holotape terminal mod. I got everything working, except one thing. It basically adds items for you for now. Yea I know there are ones that do that, but they don't seem to be updated often and are incomplete. So, when I click on the menu item, it adds the item, it tells me it added the item...and then it stays stuck on that terminal screen. Keep in mind this is the first thing I have ever done with papyrus. Thanks to anyone who can shed some light on the code I need to add. Link to comment Share on other sites More sharing options...
Reneer Posted July 5, 2016 Share Posted July 5, 2016 Simple answer: There is no ForceTerminalBack command in Papyrus. Link to comment Share on other sites More sharing options...
NecroMods Posted July 5, 2016 Author Share Posted July 5, 2016 (edited) Simple answer: There is no ForceTerminalBack command in Papyrus.Why thank you! I got that part. The part I don't get is how to backtrack the terminal to the previous menu after choosing a certain menu object. If I wouldn't have known that, why would I be asking? Edited July 5, 2016 by NecroMods Link to comment Share on other sites More sharing options...
Reneer Posted July 5, 2016 Share Posted July 5, 2016 (edited) Why thank you! I got that part. The part I don't get is how to backtrack the terminal to the previous menu after choosing a certain menu object. If I wouldn't have known that, why would I be asking?Ok. You can't do what you want without using F4SE, because the only way to "backtrack" to the previous menu is to use the keyboard / mouse, because the Terminal menus are Scaleform / Flash. Unfortunately F4SE doesn't yet support triggering keyboard stuff, though, so for now you're stuck. Edited July 5, 2016 by Reneer Link to comment Share on other sites More sharing options...
Recommended Posts