Convert list to script / Run list in code

How do I take a list, specifically one made from

(split ({...} $addInput) by [[blocks] v])

and then run the blocks inside the list?
This is what I tried, but it didn't work.

set [test V] to (split ({move (10) steps
move (10) steps} $addInput) by [[blocks] v])
run (test) $verticalEllipsis$addInput

Generally, once you split a script - its not a script anymore so it can't be directly run

The blocks need to be joined back together to create a valid script

join input list: (split ((a script)@addInput) by [[blocks] v]
join input list:(test
please note that variables will stop working because context is removed, so you should do
untitled script pic (2) in custom blocks, and untitled script pic (1)
in the script.

Is that flat design??????

yes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.