I have the same button names on different Layouts sheets, and they control actions from an INCLUDE.
My question is if I make a button invisible on one layout how do I make that button invisible on the the other layouts? (For example if you break your sword you can not hit the ATTACK button on any other layouts till you get a new one).
I know I could use a global variable at the stat of each page but there has to be a more elegant way. I was looking into Global objects but that did not seem to do anything.
please help