Text To Speech Device Shows Talking Indicator (#19389)

* beep

* apparently that's needed
This commit is contained in:
Will
2026-04-11 15:05:22 -04:00
committed by GitHub
parent 48468cf2ea
commit 31e417e772
@@ -27,7 +27,11 @@
named = 1
*/
user.client?.start_thinking()
user.client?.start_typing()
var/message = tgui_input_text(user,"Choose a message to relay to those around you.", "", "", MAX_MESSAGE_LEN)
user.client?.stop_thinking()
if(message)
audible_message("[icon2html(src, user.client)] \The [src.name] states, \"[message]\"", runemessage = "synthesized speech")
if(ismob(loc))