Custom Blocks with Branches

Hello,

Is there a way to create a custom block that is shaped like a branch block (such as the default If block)? If so, would you be able to access the blocks supplied to the custom block from within the code of the custom block (i.e. to insert certain commands between the blocks that are provided)?

Thanks!

choose Command (c-shape)

@ego-lay_atman-bay Thanks, that's what I was looking for. Is there a way to treat the c-loop variable as a list and iterate over each provided block?

No, not yet; it's on our "someday" list.

You can have a multiple C-slot input and manually put one block in each slot; would that help? What is it you're trying to do?

@bh Yeah, that would work for my purpose of processing each block separately. Thanks!