What does:
Line 68: [Error] (17729:2): Assignment expected in script C:\Program Files\SCAR 2.03\Scripts\Duler.scar
Mean?
This is the procedure:
PHP Code:Procedure Accept1;
Begin
Sleep(1000)
If (findcolorTolerance(x, y, 32768 , MSX1, MSY1, MSX2, MSY2, 25)) Then
Begin
Repeat
Sleep(1000)
MMouse(x, y, 3, 3);
Mouse(x, y, 3, 3, True);
h=:h+1 <---- Line 68
Until (h=2)
If(not (Gametab(4))) Then
Begin
Repeat
FTWait(1000)
Until(InChat('Well done!') Or InChat('Oh dear'))
End;
End;
End;
Help please?




Reply With Quote

.





