Good Evening
I would like to know if it's possible to make an NPC perform an Action when a Player types and sends something with the /say channel.
Like, if a Player types "Hello" near the NPC which triggers the NPC script to reply with DoScriptText();
I couldn't find anything with Google, and void OnChat([...]) as well as void CheckMessage([...]) aren't working.
Thanks in advance for any help!