Hey guys i have a question about this here i will post part of my script(don't ask what its for =p this is my first script and i think it will turn out kewl =p).
This is just wat u need out of the script :
{.include SRL\SRL\core\bank.scar}
Procedure RandomOpenBank;
begin
wait(1243+random(500))
FindBank(vwb);
wait(2000+random(333));
end;
Procedure Closeit;
begin
wait(1340+random(453));
CloseBank;<--------------------------line 26
wait(2341+random(343));
end;
begin
SetupSRL;
RandomOpenBank;
Withdraw(1,1,10);
Wait(1200+random(453));
DepositAll;
CloseBank;
end.
and i get this error
Line 26: [Error] (17690:10): Duplicate identifier 'BANKSCREEN' in script C:\Program Files\SCAR 2.03\includes\SRL\SRL\core\bank.scar





Reply With Quote

