Wondering if maybe you can help here. It seems there is an issue with my For loop that either adds or updates inventory. It works great at updating the quantity of my first entry in inventory, but it seems like for any other entries it just adds to inventory. As if the for loop is not cycling through the entire array before settling on False for not-equal Item ID's
Wondering if maybe you can help here. It seems there is an issue with my For loop that either adds or updates inventory. It works great at updating the quantity of my first entry in inventory, but it seems like for any other entries it just adds to inventory. As if the for loop is not cycling through the entire array before settling on False for not-equal Item ID's