Problem is that I don't know if there is any data structure that supports key/value pairs but with more... values?
I have my inventory items like this "item name | description | sprite | number in possession" so I need one key and 3 values,
e.g.
ds_something_add(myDS, "Potion", "Restores 50 HP", spPotion, 1);
They will also need to be sortable.



Find content
Male
