Line 995: [Error] (15977:30): Identifier expected in script C:\Program Files\SCAR 3.06\Scripts\
if (A = 8)then is the line, dont say count because i did and it is right i think
SCAR Code:procedure CrafterSoft;
var
A: Integer;
begin
repeat
begin
A := A + 1;
UseItem(1);
Wait(300+random(200));
UseItem(28);
end;
until (FindBitmap(Xer, x, y))) or (A = 8);
if (A = 8)then
begin
NextPlayer(False);
end;
end;




Reply With Quote
