Saving tables

Hi, while I know most of you have a neat way of saving and loading tables, sometimes when you have tons of tables, with different variables, it gets more complicated. This is why I think Simion and his crew should make a new command like saveTable() and loadTable() while I’m not sure how hard this would be to add, since I’m not very fimilar with Objective C, I think it could be doable, and maybe a time-saver for us in the long run

Honestly I don’t think it’s worth their time to do this. For one, not everybody’s table serializing needs are the same, and it’s very difficult (if not impossible) to write one that will meet everybody’s needs. For two, there are literally tons of table serialization routines on the Internet. A little digging around and you should be able to find one that will work for you.