Duplicate Identifier
Ok, I have tried everything. I have looked through several tutorials, so don't post me a link please, I just need a solid answer. I am using antirandoms.scar, and I am getting the error
'Line 40: [Error] (12275:11): Duplicate identifier 'SRLRANDOMSREPORT' in script C:\Program Files\SCAR 3.11\includes\Antirandoms.scar'
...What the hell am I doing wrong here? This is for my own script btw -_-
Edit: Ok here it is =/ It will probably look funky for a first script since I've made like two versions of it...neither of which got completed because I realized that I was using an old tut...Probly still am.
SCAR Code:
program New;
{.include srl/srl.scar}
{.include Antirandoms.scar}
{.include Antiban.scar}
const
Username = 'UserName'; //Fill these out, its for logging in.
Password = 'Password';
ChatColo = 0;
GoldColo = 0; //Built with Scar Tutorial.exe
NoteColo = 0;
EssenceC = 0;
var
procedure RandomSayings;
begin
case random(5) of
0: SendKeys('Open 2k!'+chr(13));
1: SendKeys('Open 2k'+chr(13));
2: SendKeys('Open 2k + Ess!'+chr(13));
3: SendKeys('Open 2k + Ess Back!'+chr(13));
4: SendKeys('Open 2000 + Essence Back!'+chr(13));
end;
Function FindMod;
Procedure DwarfItem;
Function FindLamp;
Function SolveGenie;
Function FindMime;
Function FindMaze;
Function TrollsInGoodPos;
Function SolvePinball;
Function FindTalk;
Function SolveTalkingRandom;
Function FindNormalRandoms;
Active only during the Summer...