speech 
Vars | |
make_tts_message_original | If TRUE, TTS will say the original message rather than what we changed it to |
---|---|
tts_filter | If set, this will be appended to the TTS filter of the message |
Procs | |
apply_speech | Applies the speech effects on the past character, changing the original_word into some modified_word |
handle_message | Signal proc for COMSIG_LIVING_TREAT_MESSAGE |
Var Details
make_tts_message_original 
If TRUE, TTS will say the original message rather than what we changed it to
tts_filter 
If set, this will be appended to the TTS filter of the message
Proc Details
apply_speech
Applies the speech effects on the past character, changing the original_word into some modified_word
Return the newly modified word
handle_message
Signal proc for COMSIG_LIVING_TREAT_MESSAGE
Iterates over all of the characters in the passed message and calls apply_speech() on each.