doublechest.lua
local config = {
storage = 77778,
item1 = 0, -- Item id of the item to be in the first chest.
amount1 = 0, -- Amount of that item.
item2 = 0, -- Item of the item to be in the second chest.
amount2 = 0 -- Amount of that item.
}
function onUse(cid, item, fromPosition...