here
--BY Waxel
function onUse(cid, item, frompos, item2, topos)
local text = "text here"
location = {x=1, y=1, z=1}-- coordinates
pos = getPlayerPosition(cid)
doTeleportThing(cid, location)
doSendMagicEffect(pos,32)
doSendAnimatedText(pos, text, 100)
return TRUE
end
Fixed something