Hello,
I have 9 buttons with access to the same script that are all on the scene at once. I want to make pressing the buttons do a predetermined set of actions in the script in any order pressed.
For example, if I have an int, no matter which of the 9 buttons I press, pressing a button will add 1 to the int, then pressing another button will add 2, and the third could subtract 3 and so on. The last button pressed will always display the int and display a new button to reset the whole thing.