So first things first the script.
SCAR Code:
program EarthRunePickup;
Var
x,y:integer
Procedure FindRune;
Begin
FindColor(var x,y:Integer;936815,209,185,-1244215,-5094690);
if(FindColor(x,y,936815,209,185,-1244215,-5094690)=true);
then
clickmouse(x,y,True);
End;
begin
Repeat
FindRune;
Until(false);
end.
So, im getting this error right now.
Line 6: [Error] (6:1): Semicolon (';') expected in script
But there already is a semicolon in the line. Also please help me with anything you see wrong with my script. It probably won't work, but I want to see if I can make it work.
Also for some more information the script is picking up earth runes that spawn on the ground.