Hey, i been using this code in my script for sometime and although it usually works, sometimes for whatever reason the amount received is 0 and then the script closes.
is there a better way to detect the amount of gold left in the inventory?
Simba Code:if (GetAmountBox(InvBox(1)) < 15000) then
begin;
writeln('Less than 15k left ending script');
logout();
writeln('Logged Out.');
end;
please help if possible!
seany



Reply With Quote







