I'm developing a Scratch extension that will add some very useful features to the game. However, right now I'm trying to create a reporter that will split a string into a list at a certain character. Is there any way to do this?
For example, would it look like:
Scratch.variables.setList('name', ['values']);
or something like that? Please let me know.