this is for my runecraft script.
1) i want to show in my proggy how many pure ess left in bank. how i do that?
i used getbankitemamount function but i think i dont use it right
in my bank procedure i added the line :
Simba Code:PureEss := GetBankItemAmount(1,0);
and in my proggy the line is :
Simba Code:writeln('Pure ess left: ' + IntToStr(PureEss));
but its always 0 even if i have 10k p ess in bank......why?


Reply With Quote
