SCAR Code:
Procedure SpinProcess;
Begin
If(O=5) Then begin Writeln('Not Able To Click Spinner, Going To Bank') Exit;
end
else
Begin
MarkTime(WaitMark2);
Repeat
if(not(LoggedIn))then Exit;
if(FindHomeRandoms)or(ClickToContinue)then WhileSpin;
if(FindAFight)then exit;
TalkingTo;
// We Can Just Hope That Those Random Checks Are Enough :)
Wait(500+Random(250));
until((FindDTM(Bowstring, x, y, 685, 430, 722, 459)) or (TimeFromMark(WaitMark2) > 55000));
end;
end;
So i wan't you Opinion will this in theaory to Do "WhileSpin;" If it FindHomeRandoms Or ClickToContinue.. ?
~Home