function onUse(cid, item, fromPosition, itemEx, toPosition)
local pos = {X=32145, Y=32101, Z=11} -- The Pos [EDIT HERE][Example: X=1000, Y=1000, Z=7]
local stone = 1304-- ID of the stone [DO NOT EDIT]
local stoneFromPos = getThingfromPos(pos) -- It get item uid
if item.itemid == 1945 then...