I get this error when i run my test script:
Here is the script:Line 22: [Error] (18649:1): Identifier expected in script C:\Program Files\SCAR 2.03\Scripts\NEW.scar
program Test;
{.include SRL/SRL.scar}
{.include SRL/SRL/Skill/Mining.scar}
var mine:integer;
const
claycolor=7515081;
procedure mineclay;
begin
if(FindColorSpiralTolerance(x,y,clayColor,5,5,514 ,337,2))then
movemousesmooth(x,y)
wait(100)
begin
MakeCompass('N');
getmousepos(x,y)
clickmouse(x,y,true)
wait(3000+1000)
repeat
mineclay;
until(InvFull);
Procedure jugclaywater;
begin
end.


Reply With Quote



