So i have this
local item_required = 9020
local item_count = 1
local destination = { x = 1473, y = 1046, z = 7 }
local function reset(pos)
doTransformItem(getTileItemById(pos, 1946).uid, 1945)
end
function onUse(cid, item, fromPosition, itemEx, toPosition)
-- check if lever is currently...