function onThink()
if (os.clock() - talk_start) > 20 then
if focus > 0 then
selfSay('HERE YOU TEXT')
end
focus = 0
end
if focus ~= 0 then
if getDistanceToCreature(focus) > 5 then
selfSay('HERE YOU TEXT')
focus = 0
end
end
end