Embedding custom nodes

You can write your own Wait node in a code block.

out = {wait,pass};
out[1];

wait = item or function you’re waiting on
pass = the item you want to pass through once wait has succeeded

7 Likes