I was running this peice of code:
if(NoPick = true) then
begin
Withdraw(1,1,1);
CloseBank;
Mouse(ItemCoords(1).X,ItemCoords(1).Y,5,5,true);
NoPick:= false;
end
else
CloseBank;
I got this error:
[Runtime Error] : Out of Global Vars range in line 143 in script H:\SCAR 3.15\Scripts\MyAutoMiner.scar
srry if i hav done anything nooby, i am new, but this will be a good script when it's finished



Reply With Quote













