mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
/// verb_manager subsystem just for handling say's
|
|
VERB_MANAGER_SUBSYSTEM_DEF(speech_controller)
|
|
name = "Speech Controller"
|
|
wait = 1
|
|
priority = FIRE_PRIORITY_SPEECH_CONTROLLER//has to be high priority, second in priority ONLY to SSinput
|