Ok, im am stuck making this procedure so somebody please post what I am doing wrong & what needs to be changed.
Line 75: [Error] (12729:69): Type mismatch in script C:\Users\-----\Desktop\A Work In Progress.scar
SCAR Code:procedure open bank;
Var
x, y :integer;
a, b :integer;
begin;
MakeCompass('n');
FindColorsSpiralTolerance(x, y, Points, 4679037, 5, 5, 514, 336, 70)true; //Line 75
FindBitmapToleranceIn(BankBooth, a, b, 536, 12, 711, 158, 25);
ClickMouseSpline(X, Y, 4, 4, True);
Wait(1000+Random(500));
ClickMouseSpline(a, b, 4, 4, true);
end;


Reply With Quote











I still see no need for the flame.


