Lets say I have two arrays forming an array themself in json form in resources.xml:
[[array1],[array2]]
Lets say array 1 represents a path and array 2 represents a different slightly longer path, they are not connected to each other.
As you move along the paths they move relative to your position.
Now lets say I have more than just two arrays, maybe there’s ten or twenty. I cannot use separate code for each array as that takes up space in the code. Is there a way to draw multiple arrays of coordinates at once relative to your position using minimal code without connecting them into one array?