Hi, is there a way to save a lot of arrays?
the idea is the next:
In this game the player can move objects on the floor and put them in any location.
Each time the player touches a specific object the level is stored in an array so you can load it later.
The porblem is that I want to be able to load the array not only in this session of the game, is there any way to save and load the arrays in a text file or something?
Another thing, the array size is very large almost 50x50
Thanks so much for your help!!!