I have a fairly easy question regarding C++ scripts.
How can I make a monster say something:
SendChatMessage(CHAT_MSG_MONSTER_SAY, LANG_UNIVERSAL, "Hello");
This works except for the fact that I want the message displayed in chat bubbles and not only displayed in the chat window.
I need this for C++ not Lua.
+rep for any help.