I am making a map that requires the implementation of the Spell Factory. Since it is incompatible with the latest Caster system, I used the caster system from e spell factory map (12.8), and copied it into my map. However, when I complied it I got this error
If you can't read the image, the error message is- Line 4026: Identifier redeclared: "i"
And the code is- local integer i = 0
This error also occured when I opened the Spell factory map up i NewGen, and tried to save it (the map saved correctly, it just showed the compile error),and it worked fine when I tried to save it on normal WE.
I will send you a copy of my map or header if you want me to.