/tg/ Station 13 - Modules - TypesDefine Details

code/datums/components/listen_and_repeat.dm

MAX_SPEECH_BUFFER_SIZEThe maximum number of phrases we can store in our speech buffer
RADIO_IGNORE_CHANCETendency we have to ignore radio chatter
MESSAGE_LINEThe line we will re-iterate
MESSAGE_VOICEthe tts voice it should be said in
MESSAGE_PITCHthe tone it should be said in
/datum/component/listen_and_repeatSimple 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