I came up with this script for you, also tested it and works, just need someone to fix the moving stuff xd
local cfg = {
exhaust = 5, -- cooldown to use the item
storage = 1337, -- choose whatever value you're not using
}
function onUse(cid, item, fromPosition, itemEx, toPosition)...