why not use #b?????
ive got a npc broadcaster on my ot
but it was for evolutions server
i will try to make it work for tfs tho
So use broadcastMessage(param,textColor) instead /B command.
stime = 20
time = os.clock()
function onThink(cid, words, param)
if (time + stime) < os.clock() then
time = os.clock()
broadcastMessage(test message,18)
end
end