One can do the event: Write GlobalVarToJSON(gamestate) it gets copied on a file. But it’s not easy to read and share because it is mixed with many other lines.
I would like to save the last seconds of a game, so that would be a variable called gamestate.i with i running from 0 to 100 let’s say, corresponding to the last frames of the game that has been played.
How to have a table of rows labeled i with each column being the gamestate variables, for example positions x , y, z of the player?