I disabled shout in my module's ini, which causes the following not to work:
AssignCommand(GetModule(), SpeakString(sMessage, TALKVOLUME_SHOUT));
Is there a workaround to allow the module to send shouts despite the disabled channel?
As a temporary solution, I'm just doing a loop through the PCs to send them the message. I'm thinking that is all the command is doing anyway.