Ok so I have
Simba Code:Procedure NoFood;
begin
If InvEmpty then
begin
WriteLn('No Food');
Wait(500);
WriteLn('Walking To Bank');
end;
end;
just to check if I have no food for my
loop in my fighting script but so far it attacks a monster and then it thinks my inventory is empty right away even thought I have a full inventory? maybe I'm doing it wrong?Simba Code:repeat
until(NoFood);



Reply With Quote









