What does "group" do?

Hello! I've gotten myself acquainted with most of the custom block input options, but I haven't found any documentation for the "group" option for variadic inputs. From the forum topics I've read, the numbers you type in correspond to the input types in the dialog. I'm guessing it's used to have repeating groups of inputs instead of just one variadic input, but I'm not quite sure.

What does it actually do...? Is it often useful?

Thank you once again! Sorry for flooding the forums with questions...

That's correct, though the numbers don't exactly match their location in the dialog.

Thank you!

Yes, I believe it's their internal ID, why is why you can used cursed internal inputs not meant for custom blocks with group

It's not exactly their internal id, since they're represented by letters or words. The numbers are just an abstraction jens made for metaprogramming. Plus, there are some inputs that don't have numbers.

oh, I just remember seeing numbers that correspond to inputs when I modded snap

Is there a way to add text in between the inputs but not each group?

use expand

That just puts text before the input. I need it to go between group items but not entire groups. Like BWAHAHAHA [] e (()::ring) [] e (()::ring) [] e (()::ring) @delInput@verticalEllipsis@addInput

Or actually, what would be more useful is text to go between groups but not items:
BWAHAHAHA [] (()::ring) e [] (()::ring) e [] (()::ring) @delInput@verticalEllipsis@addInput

untitled script pic(32)
untitled script pic(33)
I don't think there's a better way to do this though than shown above ^.

Could you please share what you typed?

Edit: Never mind! Thank you so much!! I got it to work with expand.

drag the pic in the editor?

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