Timeslip
You can add to the compiler, remove unused procedures and variables?
Example
procedure start begin
end
procedure talk_p_proc begin
start_gdialog(962, self_obj, 4, -1, -1);
gsay_start;
call Node001;
gsay_end;
end_dialogue;
end
procedure Node999 begin
end...