Else, here you are :)
function onUse(cid, item, fromPosition, itemEx, toPosition)
local storage = 1000 -- empty storage
local monsterPos = {
{x=1002, y=1006, z=7},
{x=1002, y=1007, z=7},
{x=1002, y=1005, z=7}
}
local itemsInChest = { -- [#] = {itemid, count},
[1] = {2160, 1},
[2] =...