View Single Post
09/24/14, 06:34 PM   #8
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Originally Posted by Seerah View Post
If a variable cannot be local, then it *must* either
a) have a non-generic name
b) be stored inside a (non-generically named) global table

This is good, responsible programming.
Thanks to Garkin I solved the issue. It was the global variable "language" that was used.
It is in "Bank Manager Revived", which was originally developed by Todo as "Bank Manager".
But thanks for the heads-up
  Reply With Quote