Alright, well I'm using Daedar's Tut back to preschool.
this is the script
SCAR Code:
program Autominer;
{.include SRL/SRL.scar}
Const
axeequiped = false;
orecolor = 2898528;
Procedure findandmine;
Begin
Repeat
If (FindColorSpiralTolerance(x, y, orecolor, 215, 15, 334, 151, 40) then
Begin
Mmouse(x,y,1,1)
If Isuptext('ine');
end;
Until(invfull)
End;
Procedure dropore;
Begin
If (invfull = true) then
Begin
If (axeequiped = true) then
Dropto(1,28)
If (axeequiped = false) then
Dropto(2,28)
end;
end;
Begin
setupsrl;
Repeat
findandmine;
dropore;
until(false)
end.
Begin
setupsrl;
repeat
findandmine;
until(false)
end.
then My error is this
Code:
Line 11: [Error] (15509:69): Close round expected in script C:\Program Files\SCAR 2.03\Scripts\Autominer 1.1.scar