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.

Screen Shot 2021-01-15 at 11.26.40 AM Screen Shot 2021-01-15 at 11.26.43 AM

4 Likes

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