function onSay(cid, words, param)
local pos = {x=1111, y=1111, z=7} -- tp position
if getCreatureCondition(cid, CONDITION_INFIGHT) then
doCreatureSay(cid, "You aint able to use the teleport function if you are skulled", TALKTYPE_MONSTER)
elseif doPlayerRemoveMoney(cid, 15000) then
--[[...