Data import export onto lists
Please make a block on turbowarp blocks section to export or import files to lists this could be very useful for games to save data or import data
Example
Import files(.txt)to list (gamedata)
When the import button is clicked it opens a file browser to import the given file formats,in our case this is txt
Export list(gamedata)as(gamedata.gm)
This opens a file browser to save the current list as a file
Couldn't showSaveFilePicker() and showOpenFilePicker() be used?
as things are right now, it's extremely unlikely that any new blocks will be added
The above comment is outdated, we are working to support unsandboxed extensions https://extensions.turbowarp.org/
There is an extension there for (limited) file I/O, although it works on strings, not lists.