PDA

View Full Version : Help?



zeeky111
03-28-2009, 06:01 PM
My computer won't download the newest includes, can anyone help?
I've tried making a script and it apparently looks like it'll work, but I can't get the includes...


program Bank;
{.include SRL/SRL.scar}

var
x,y: integer

const
WhichBank = 'db';

procedure Bank;
begin
if FindSymbol(x, y, 'bank') then
MMouse(x, y, 10, 10);
Wait(1000+random(50));
Mouse(x, y, 0, 0, true);
Flag;
OpenBankFast(WhichBank);
DepositAll;
Wait(1200+random(50));
CloseBank;
end.