If you look at GBot1A and 1B you'll see they both start with
namespace Global NSG1
That "syncs" up the "!" variables.
So if you set !variable1 in one EUO tab, it will be recognized in the other EUO tab.
BUT, if you set %variable1 it will ONLY be recognized in the one EUO tab.
This way you can pass information between clients using ! variables while still keeping separate script function by using % variables. And you don't have to do a check like
namespace copy TM_loot_in_progress from global TM_loot
That's a different way of accomplishing the same thing. You have to actually copy a ! variable from a namespace.
I hinted that I was working on a single script BOT. I have it working pretty good, but have some different script stuff I want to include. uoxlSwap works pretty darn well
