I went through your script and fixed what was wrong with 3.2
Function CutWillowLogs has this
531: if invfull then
532: begin Exit;
When is should be
531: if invfull then
532: Exit;
533: begin
I also took out the Case in function WhatToCut
it had alot of problems i didnt know/have patience to fix
so i put back the if then you had in 3.1
and now it works fine
sorry if i sounded rude at all
didnt mean to, just trying to help











