This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Using r58.
The OnLeave, OnEnter, OnClick handlers set up for TradeButton:Create around line 700 are showing up in global scope. They're in a do..end block, but that does not implicitly make them local. (Declaring them local makes them local *to that block* as opposed to the file, but without a local declaration it doesn't matter how far down they're nested, they're still global by default.)
Ditto for "Config", whatever that is. :-)
indeed. you can tell gyp was still a learning process for me with "Config" being the name of my savedvar. :(
Totally know how that goes. I want to go back and erase my very first addon from historical existence, it's so embarrassing....
To post a comment, please login or register a new account.