@Zerosixtwosix
Hm, maybe an asset where you could wire in 2 arrays and choose how they join would be helpful?
Say you have these two arrays
A,A,A
and
B,B,B
There are multiple ways to join them
A,B,A,B,A,B
or
A,A,A,B,B,B
or
B,B,B,A,A,A
or any other method
You get the idea : )