i have never ever seen this error while i have been using scar
Line 142: [Error] (15989:1): Duplicate identifier 'HeadColor' in script C:\Documents and Settings\HP_Administrator\Desktop\Scar Scipts\SL Port Sarim Willow Whacker v0.96.scar![]()
i have never ever seen this error while i have been using scar
Line 142: [Error] (15989:1): Duplicate identifier 'HeadColor' in script C:\Documents and Settings\HP_Administrator\Desktop\Scar Scipts\SL Port Sarim Willow Whacker v0.96.scar![]()
Lawlies no, the only this that i did was the username setup...that is all....>_<
HeadColor is already included in a include you are using, you cant call it again in your script. Try naming what you added in your username setup something different.
Yea it sometimes happens when you try to call a function example:
Function Tryclickingontoilet: boolean;
begin
if FindObj(x,y,'Toilet',Seat,10) then
Mouse(x, y, 1, 1, true);
end;
Then in your main loop or some other part of the script you have Tryclickingontoilet;
SCAR Code:program New;
{.include SRL\SRL.scar}
Const
Seat = 0000000;
Function Tryclickingontoilet: Boolean;
begin
if FindObj(x,y,'Toilet',Seat,10) then
Mouse(x, y, 1, 1, true);
end;
Begin
Repeat
SetUpSRL;
Tryclickingontoilet;
Until(false)
end.
It will say Duplicate blah blah blah.
Or you are using the Wrong Scar and SRL. The port Sarium willow wahacker uses Scar 2.0.3 with SRL 3.6.
The example you gave wont error ... though your last sentence was correct, the free one has to use scar 2.03 and SRL 3.6b.
Administrator's Warning:
installed srl3.6 and using scar 2.03 and still get same error
ok... i fixed it, i dont have the same error message... the script starts and then says No Active Players... Script would be terminated
Successfully executed



make sure you have Players[?].Active := True; for everyone of your players.
and where it says Current player put 0, and for HowManyPlayers put how many players u are using.
There are currently 1 users browsing this thread. (0 members and 1 guests)