This is the only segment of my script that uses it. If more is needed, just say so.
Simba Code:
if (DidRedClick) then
begin
MarkTime(T);
repeat
Wait(RandomRange(531, 780));
FindNormalRandoms;
Antiban;
newExp := GetXPBarTotal;
FromMark := TimeFromMark(T);
until((FromMark >= RandomRange(10522, 13677)) or (InvFull) or
(newExp > expAmount) or (not(LoggedIn)));
Result := True;
end;

Originally Posted by
KingKong
Posting a bit more of the script might help, since that alone does not tell anything.
@ Mormonman :
Thanks, I'll try it. I appreciate the alternative.