mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-29 02:51:41 +00:00
* 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>
13 lines
243 B
Plaintext
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
|