I can't for the life of me figure out what identifier I'm missing, I've used this script before and it was flawless but now I get, "[Error] C:\Users\(92:67): Identifier expected at line 93"
the error takes place in this chunk of code;
Line 93 is the line after End;
Simba Code:Procedure RunToRocks;
var
x, y, ToRocksTime:Integer;
Begin
Mouse(588, 81, 0, 0, true);
MarkTime(ToRocksTime);
Repeat
Wait(100);
Until(Not (IsRunning)) or (TimeFromMark(ToRocksTime) > 7500));
End;


Reply With Quote










