1
Script Debug / Re: SUOLootSub
« on: December 08, 2011, 07:53:23 AM »Well but what is the purpose of this? I mean, you could use set, with even taking less space than with namespaces ( AND DO THE SAME THING!!!! )
camotbik, but without namespaces if you tried to use another persons sub in your script, you'd have to go through their code and make sure you both didn't use any of the same variables... when you write subs for others to use, if you use a namespace to encapsulate your code in the sub, and return your result, other's don't have to worry about your code, it's just drag and drop with your own code. Even if it uses the exact same variables they wont interfere with each other.