hey,
I try to setup a simple grid inventory. I have a 3x3 grid. I made an array for each horizontal row( row1, row2, row3). These can be navigated left and right by decreasing or increasing the row index.
For navigating up and down, i want to store the arrays in an array and add or subtract the Index to select the right horizontal row.
I added Arraymaker, but I get an error if I try to store an array.


Is it not possible to store arrays inside an array? If you have a better solution for I want to achive I´m happy to hear it. Thanks!