Files
Bubberstation/code/__DEFINES/speech_controller.dm
SkyratBot 854c7ef90c [MIRROR] creates SSspeech_controller so the MC can control say() execution [MDB IGNORE] (#10256)
* creates SSspeech_controller so the MC can control say() execution

* Update mob_say.dm

Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
2021-12-25 13:44:46 +00:00

13 lines
243 B
Plaintext

#define SPEECH_CONTROLLER_QUEUE_SAY_VERB "say_verb"
#define SPEECH_CONTROLLER_QUEUE_WHISPER_VERB "whisper_verb"
#define SPEECH_CONTROLLER_QUEUE_EMOTE_VERB "emote_verb"
#define MOB_INDEX 1
#define MESSAGE_INDEX 2
#define CATEGORY_INDEX 3