04-15-2021, 12:11 PM
sure, change the last two lines if its only supposed to go to the character directly.
SayMsg(clientMsg, MSG_CHAT_NOTICE, 0, "", "", message);
SEND_Q(clientMsg, ch->m_desc);
depending on what enum you use as the second argument in SayMsg, it will look different. For example "MSG_CHAT_SHOUT". Shout will mute the Server eventually tho.

