I get this error in my script:
Line 4: [Error] (14754:1): Duplicate identifier 'x' in script
And here is the script i started.
SCAR Code:program PieShafter;
{.include SRL/SRL.Scar}
var
x,y: Integer;
Procedure CutTreeAndShaft;
begin
if FindColor(x,y,2252880,0,0,500,500)then
MMouse(x,y,3,3,true);
begin
end;
begin
SetupSRL;
CutTreeAndShaft;
end.
Help anyone? If there can be any other errors can u check it?


Reply With Quote








