jeff101 Lv 1
Puzzle 2541 gave me multiple ideas for new recipes to code. One would be to analyze a large group of *ir_solution files, quicksaves, and autosaves. I know that some of these files have frozen segments while others have bands. I would like to end with all these solutions in the Undo Graph ordered by score but with all their frozen segments unfrozen and all their bands gone. I think I would need a LUA command that would stop sending things to the Undo Graph until I removed a solution's bands and frozen segments. Then I would need another LUA command to send the resultant solution to the Undo Graph. Then I could use the first LUA command to stop sending things to the Undo Graph until after I download another solution and get it ready. Do such LUA commands already exist? If not, please make them.