random_speech  
| Vars | |
| emote_hear | Hearable emotes | 
|---|---|
| emote_see | Unlike speak_emote, the list of things in this variable only show by themselves with no spoken text. IE: Ian barks, Ian yaps | 
| sound | The sound effects associated with this speech, if any | 
| speak | Possible lines of speech the AI can have | 
| speak_verbs | The possible verbs used to perform the speech, if any. Defaults to "says" elsewhere in code. | 
| speech_chance | The chance of an emote occurring each second | 
| Procs | |
| speak | Actually perform an action | 
Var Details
emote_hear  
Hearable emotes
emote_see  
Unlike speak_emote, the list of things in this variable only show by themselves with no spoken text. IE: Ian barks, Ian yaps
sound  
The sound effects associated with this speech, if any
speak  
Possible lines of speech the AI can have
speak_verbs  
The possible verbs used to perform the speech, if any. Defaults to "says" elsewhere in code.
speech_chance  
The chance of an emote occurring each second
Proc Details
speak
Actually perform an action