I have no idea what i did wrong, i just want a simple script that will drop my logs after a full inventory..
Code:program Drop; {$i srl/srl.simba} {$I P07Include.Simba} begin procedure Drop; begin if (P07_InvFull) then begin P07_DropAllExcept([1]); end; end; end.
Says identifier expected at the "Procedure" line


Reply With Quote










