Hello,
I am using two different Arrays for equipment and inventory.
The thing is i use exact same events for inventory and equipment.
For inventory i am able to save it as json and load it back, but for equipment i am able to save it but unable to load it back. any idea why this is happening?
Thanks in advance
images for reference
the local storage names for inventory and equipment is inventory_array and equipment_array, as you can see the inventory array is able to load the data in array, but equipment array is not loading data.
events:
Both the events are same.