solvedScript ______________________ ...is a way to save Scratch's lists as strings. It allows, through clever uses of default lists, to avoid the limit of Scratch's "join[][]"-block. A list element is saved between brackets like: "{}". You can save as many list elements in a row as you want (->"{}{}{}{}")! The best thing? You can save (string) lists in (string) lists by using elements like "{{{}{}}{}}"! solvedScript has an error detection with advanced reports. :D
I actually have a few projects yet to be shared while I am not able to spend much time on scratch. This project was scripted a few months ago. :) v2: >added compressed scripts >>adding numbers instead of repeating the same list elements >huge speed improvements