There seems to be a problem with either the game or my script. Usually when i want to click on the bank icon, it dosent click therefor the flag isnt there. So im wondering if theres a function that goes something life
SCAR Code:
procedure WalkToBank;
begin
MakeCompass('N');
if (FindSymbol(x, y, 'Bank') then
begin
Wait(310 + Random(115));
Mouse(x, y, 3, 3, True);
FFlag(0);
Wait(3000 + Random(1750));
if (not (FlagPresent)) then
begin
Writeln('Could not find the flag');
ThenSomeFailSafesHereAndThere;
end;
end;
That was just an example made in 5 seconds, anyone help me? Because i cant release my script without making sure that everything will flow perfectly.
I know there is no such thing as a Flawless Script, but i want mine to be atleast 'Perefect Enough To Get Me 99 LOLOOOL' script....