Can someone tell me whats wrong with this?
Wierd, something is going wrong :(
Procedure Accept1;
Begin
If (findcolorTolerance(x, y, 32768 , MSX1, MSY1, MSX2, MSY2, 25)) Then
Begin
MMouse(x, y, 3, 3);
Mouse(x, y, 3, 3, True);
If (findcolorTolerance(x, y, 32768 , MSX1, MSY1, MSX2, MSY2, 25)) Then
Begin
Repeat
MMouse(x, y, 3, 3);
Mouse(x, y, 3, 3, True);
If InChat('Well Done!') or
InChat('Oh dear, you are dead!') Then Break;
End;<---- Line 52
End;
Until(False)
End;
My error:
Line 52: [Error] (15550:1): Identifier expected in script