local place = [B][COLOR="red"]{x=100, y=100, z=7}[/COLOR][/B]
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getCreatureStorage(cid, [B][COLOR="red"]STORAGE[/COLOR][/B]) ~= -1 then
doTeleportThing(cid, place)
dOSendMagicEffect(place, CONST_ME_TELEPORT)
else
doCreatureSay(cid, '[B][COLOR="red"]Go make xx quest.[/COLOR][/B]', TALKTYPE_ORANGE_1, false, cid)
end
return true
end