Code:
writeln('#### progress ####');
writeln('#### time: ' + inttostr(h) + ':' + inttostr(m) + ':' + inttostr(s));
writeln('#### loads: ' + inttostr(LoadsDone));
writeln('#### total claymade: ' + inttostr(LoadsDone * 14 ));
writeln('##################');
What my script does makes clay into soft clay then as soon as the soft clay is made, I wanted to add this progress report but there's a problem hmm... Look at this code for one second help me I dont understand
What I did was after I was done making soft clay i made it wait Wait(2000); then I added the LoadsDone:= thing but in progress report it wont show correctly =s Look here is the error that I get
[code]
#### progress ####
#### time: 0:0:42
#### loads: 1
#### total claymade: 14
______________________
Now After 2 inventories.. still 1 load and 14 clay :s
##################
#### progress ####
#### time: 0:1:20
#### loads: 1
#### total claymade: 14
##################