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 Use a "\" in front of a bracket to make the algorithm skipping it.
Changelog v2.5: While using solvedScript, I noticed a feature that was missing so one can actually input all kind of characters for strings. >added support for "making a bracket invalid" >>a "\" in front of bracket will make the algorithm skipping it >>e.g.: "{u}{\{a}" The custom block solvedScript.getScript doesn't make brackets invalid by itself though. If you really need that, just let me know :)