Hello,
on a NPC, i want to check each StorageID Value if they are completed or not, if not, player cannot complete the delivery, if all storages are 1, so the delivery it's completed and player get a reward,
I got a table like this:
local itemsDelivery = {
['royal helmet'] = {cost = 0, items...