Command - PrB_CreateArray

This command will create an array.

Before starting this command you will need to create a macro that is ready for being arrayed.

That means the macro should :

  • Define 1 or more elements
  • The position of these element(s) should be influenced by a variable.
    This variable should be a user-modifiable variable.
    The array will need the variable name, because it will use this variable to position each macro copy's position
  • Optionally the macro can also contain a total distance variable.
    This would be a variable determined by Parabuild (so not modifiable by the user).
    The array can use this variable to know the total distance over which macros should be copied.