it spams a proggy and log is bad if I start the script with just a knife, if I have logs it fletches them all then spams the proggy with log is bad. It doesn't go to bank them. I'll see if I can figure out why, all I know right now is it has something to do most likely with the fletch procedure, that's the one with writeln('log is bad');
EDIT: not sure, but I think this is why:
SCAR Code:
Until (NCount = 0) Or (I > 4);
wait(100 + Random(600));
NCount := CountItems('dtm', Log, []);
If (NCount > 1) Then Goto Again;
I think it's going to again because of ncount>1, although it should be 0, cause there is no logs left, so I don't get what's wrong. It should be 0 because that's the until, although there is the or i>4, but it only says bad log when the inv is empty or all (u) bows.
Is it just me getting this error?