01-31-2015, 02:43 PM
(01-31-2015, 01:05 PM)k3iroll Wrote: I still have that error. By the way below all the error info:
Code:Line 3624
For $p = 0 + $ZSExclude To 10 Step 1
For $p = 0 + ^ ERROR
Error: Variable used without being declared.
the error there is the $ZSExclude declaration. Do you have this?:
Code:
Global $ZSExclude = 2 ;Set to 0 to include Elixir Lvl 6, 1 to include lvl 7 and so on..
If yes, where did you placed it? It should be located at the top where the global declarations are.