Hi. I'm programming something where there are 4 rooms, in a 2x2 grid, which can be rearranged like tiles or something of the sort. I would also need to save several pieces of information about each room and the objects within them.
I've never used any ds_* commands before, so this would be a big learning experience, but would 2d arrays hypothetically be easier to work with? Is there a simplified reason to use ds_grid_* over 2d arrays?
Thanks!