I have multiple container arrays that I want to make game_save friendly. How do I do that?
e.g.
var item_id[500];
var item_name[500];
I know with a struct you set it to memory and then use add_struct but I don't know how to do an array.
Help please.


A8 Commercial