function onUse(cid, item, fromPosition, itemEx, toPosition)
local newPos = {x=100, y=100, z=7}
doTeleportThing(cid, newPos)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)
return true
end
i'll give you itBuhu, you didn't give me rep :<