Can you show me a code snippet of how to detect if the company chest is open in-game?
I've tried: if ControlVisible("FreeCompanyChest") == true then ... In 64bit, the ControlVisible function is not defined, so what should I be doing instead?
I've tried: if ControlVisible("FreeCompanyChest") == true then ... In 64bit, the ControlVisible function is not defined, so what should I be doing instead?