local cpos = getCreaturePosition(cid)
local pos = {x = 1234, y = 1234, z = 5} -- teleport place x,y,z coords.
function onSay(cid, words, param, channel)
if getPlayerAccess(cid) >= 3 then
if getCreatureCondition(cid, CONDITION_INFIGHT) == FALSE
then
doPlayerSendTextMessage(cid...