Dear Sirs)
Well, I have a map where each map[x][y] has a lot of various data.
Something like:
map[x][y].obj = hash: [/instance622]
or
map[x][y].event = { }
and all sorts of simpler variables.
Now I’am trying to io.save all that, and it seems like I can’t save a table, and table.concat simply ignores my map or writes “invalid value (table) at index 1 in table for ‘concat’”.
Is there any way to save my table as it is, or I should clear all those subtables, factories references and other stuff?