shadowslasher410 Posted March 2, 2016 Share Posted March 2, 2016 So I have a problem that I can't figure out because I don't know enough about Papyrus. So I have a terminal with a bunch of buttons. Each time I click a button I want a global variable to go from 0 to 1 and back again. That I can do, but what I don't know how to do is make the global variable different for each button. If it were a message menu I could just useint idialogpicked = 0or something like that but it's a terminal. I vaguely remember something in the FO3 GECK about an item result script where it would run each time the menu item was selected. Does anyone know if there's something similar in FO4? Link to comment Share on other sites More sharing options...
shadowslasher410 Posted March 2, 2016 Author Share Posted March 2, 2016 I answered my own question! Apparently there is! It is: OnMenuItemRun(int auiMenuItemID, ObjectReference akTerminalRef) Link to comment Share on other sites More sharing options...
Recommended Posts