
Originally Posted by
porian
I'm using Scar 2.03 with SRL 3.6 installed and I get:
Line 37: [Error] (19195:17): Duplicate identifier 'a'
Just curious Jahuro, do you have the script working for you? Perhaps you can go down to Liner 37 and tell me what it says. That would help me out greatly.
Im and srl member, of course i know how to fix a script.
I will make it big for all to see, ok?
GOT THE 'Duplicate identifier 'a'' ERROR ? HERES HOW TO FIX
Replace :
SCAR Code:
Var fightchecks,a, killed :integer; TabTimer:integer; EatTimer:integer;
SkillTimer:integer;
With:
SCAR Code:
Var fightchecks, killed :integer; TabTimer:integer; EatTimer:integer;
SkillTimer:integer;