#How do i store equip-able accessories
1 messages · Page 1 of 1 (latest)
Save a reference to the items, basically like an id system; 1: banana hat, 2: formal hat, 3: baseball cap, etc.
You can save ids per category, or just have 1 id system for everything, then add finer detail (e.g. is this a hat or a cape?)when loading them