I was messing around in TurboWarp when I found out that I can store whatever variables or just regular info I need to a single entry in the "Save File" list that I can export as a TXT file. In Turbowarp, all I would need to do is add the "Files" extension and have it directly export the "Save File" entry. In Scratch, while it is still possible, you need to right click on the entry and select "Export" when in Editor Mode. How did I do all of that? I basically created a 'storage' list that'll add the variables or misc info to, so the project can process it into a single entry for the "Save File" list. The entry is split into two parts: The Number of variables in the 'storage' list, and all of the said variables grouped together with "-"s. Due to coding limitations, variables within in the storage list cannot have the "-" as that is what the project uses to detect a new one, and (since I'm not really bothered to and I don't think anyone would go that far) it can only hold up to 9999 of them.