14.10.2013, 17:47
What that error means is that you are attempting to use a local variable that has the same name as a global.
Just change the variable name from "b1", "b2", etc to something different.
Then do CTRL+F and if your Script Editor has a replace function, replace everything that references all the b(number) variables in your script with the renamed ones.
Just change the variable name from "b1", "b2", etc to something different.
Then do CTRL+F and if your Script Editor has a replace function, replace everything that references all the b(number) variables in your script with the renamed ones.