VEX VR Blocks

I would like to pass more than one parameter while using blocks with Vex VR. The ‘number’ is useful but limits the flexibility and usefulness of the subroutine. Has anyone found a way to pass several parameters into a block?

Yes, you can pass multiple parameters to a MyBlock by adding multiple “input” entries. Just make sure to give them each a unique name.

4 Likes

Thank you so much!! That is all I needed to know