Hello,
I want to disable func_button when I press an other button. I want it to stay disabled while the other button is active. There are two cases of this
- when the button is "toggle" - until it is pressed again.
- when the button is not "toggle" - until it resets.
I have done that in a very complicated way and I am looking if there is a simpler way I can lock the buttons that I want?
Thank you.