This is the part of my script it opens the bank but wont bank
SCAR Code:SymbolAccuracy := 0.4;
if (FindSymbol(x, y, 'Bank')) then
Mouse(x, y, 5, 5, True);
FFlag(0); ;
MakeCompass('S');
SetAngle(false);
OpenBankQuiet('veb');
Deposit(2,27,2)
Wait(800 + Random(200));
CloseBank;
Banked := Banked + 1;
end;


Reply With Quote










