Simba Code:repeat
KillGaurd;
PickupGrapes;
PickupGrapes;
PickupGrapes;
PickupGrapes;
PickupGrapes;
PickupGrapes;
PickupGrapes;
until InvFull;//<<<<<<< HERE
begin
ToBank;
OpenBankNPC;
if BankScreen then
begin
DepositAll;
wait(50 + Random(250));
Withdraw(0, 0, 10);
wait(50 + Random(250));
CloseBank;
wait(50 + Random(250));
end;
You see that? It wont bank untill inv is full!



Reply With Quote




