code/datums/components/listen_and_repeat.dm
MAX_SPEECH_BUFFER_SIZE | The maximum number of phrases we can store in our speech buffer |
---|---|
RADIO_IGNORE_CHANCE | Tendency we have to ignore radio chatter |
MESSAGE_LINE | The line we will re-iterate |
MESSAGE_VOICE | the tts voice it should be said in |
MESSAGE_PITCH | the tone it should be said in |
/datum/component/listen_and_repeat | Simple element that will deterministically set a value based on stuff that the source has heard and will then compel the source to repeat it. Requires a valid AI Blackboard. |
Define Details
MAX_SPEECH_BUFFER_SIZE
The maximum number of phrases we can store in our speech buffer
MESSAGE_LINE
The line we will re-iterate
MESSAGE_PITCH
the tone it should be said in
MESSAGE_VOICE
the tts voice it should be said in
RADIO_IGNORE_CHANCE
Tendency we have to ignore radio chatter