1 program new;
var
Bmp: TSCARBitmap;
x, y: Integer;
10 begin
Bmp := TSCARBitmap.Create('deNpjZGBh6K6ra6+qaq2sNNBnBgAlZwTh');
If (FindBitmap(x, y, Bmp, 198, 16, 230, 339))Then
begin
writeln('found bitmap')
movemouse(x,y)
17 else
movemouse(216,102)
clickmouse(216,102)
20 end.
debug box says
Type Line File Message
complier error 17 Identifier expected
like this makes no sence