daisy8 Posted October 19, 2021 Share Posted October 19, 2021 Does anyone know how to prevent the player from using tab to go backwards through a terminal menu tree. The following is how i need a terminal to operate - Term 1 has a menu that takes the player to term2. Term 2 has a menu that leads to Term3. I need to prevent the player from returning to Term 2 from Term 3 by pressing tab. If they press tab I need that to send the player back to Term 1. Anyone have ideas ? A script on Term 2 and Term 3 ? I have tried using global variables to hide menus, however, tab still take the player from 3 to 2 then to 1. Need tab to go from any terminal back to 1. cheersdaisy Link to comment Share on other sites More sharing options...
DlinnyLag Posted October 19, 2021 Share Posted October 19, 2021 As an option - implement behavior using dialogues, not terminal. Link to comment Share on other sites More sharing options...
daisy8 Posted October 19, 2021 Author Share Posted October 19, 2021 Hey Dlinny Im creating a security terminal that opens a door. I might just combine term 2 and 3 and that way a tab only takes the player back to 1 anyway. cheersdaisy Link to comment Share on other sites More sharing options...
pepperman35 Posted October 19, 2021 Share Posted October 19, 2021 (edited) You might be able to use global variables and/or conditions such that an option is no longer available once it is selected. Not sure how that works with the tab key though Edited October 19, 2021 by pepperman35 Link to comment Share on other sites More sharing options...
daisy8 Posted October 19, 2021 Author Share Posted October 19, 2021 Hey pepper yeah, i have that for some of it. The lock works by asking the player security questions and its a bit pointless if the player can just go back and change a wrong answer guess. Link to comment Share on other sites More sharing options...
DlinnyLag Posted October 20, 2021 Share Posted October 20, 2021 (edited) I've seen another approach of asking "security" questions for unlocking collar in Real Handcuffs mod. With ability to fail.I guess you could use it for inspiration. Source codes are available.The idea - show all questions (with selected answers) on a "single page". Edited October 20, 2021 by DlinnyLag Link to comment Share on other sites More sharing options...
daisy8 Posted October 20, 2021 Author Share Posted October 20, 2021 Pretty nifty mod ! I have managed to make it work using global variables and a strict path through the terminals. working ok now. thanks for your help ! Link to comment Share on other sites More sharing options...
Recommended Posts