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
Changelog v2.1: While developing 'secret stuff' and Phantom Shadows, I noticed a quite nasty bug with compressing lists. This bug has been fixed for all cases! :)