Set correct pos, id, id, time
function onUse(cid, item, topos, frompos, itemEx)
local pos, oldGround, newGround, time = {x=652, y=556, z=11, stackpos=0}, 355, 383, 1*60*1000
local f = function()
doTransformItem(getThingfromPos(pos).uid, oldGround)
end
local id =...