Setarraysequence
setarraysequence <gamearray> <gamevar | constant> {<gamevar | constant>}*
Equivalent: setarrayseq <gamearray> <gamevar | constant> {<gamevar | constant>}*
Starting from index 0, initializes an array using the provided gamevars and constant values in sequence. Note that this implictly resizes the defined array to fit exactly the number of provided arguments.
This command takes a variable number of arguments, up to a maximum of 32.