Thank you very much! I think that did it! But still not quite right - when i type something and add the 'yo' my name shows up like its supposed to, but no text. Also when not using the "yo" no name or text appears at all. Should i unhook the say? or should the PLUGIN_HANDLED be something different?
or should:
Code:
if( (contain(said, "yo") != -1) && !(contain(said, " yo") != -1) ) {
client_print(0, print_chat, name, said);
maybe instead of using
said, there is something else that will print the message?