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_char into the modified_char. |
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_char into the modified_char.
Return the modified_char to be reapplied to the message.
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.