Text To Speech Plug-in Commands: sapi on : turn on automatic speaking of MUD output. sapi off : turn off automatic speaking of MUD output. sapi skip : skips one sentence in output stream. sapi clear : clear the speech output queue. sapi faster : speeds speech up. sapi slower : slows speech down. sapi rate [number] : set speech rate to [number]. sapi list voices : list the available TTS voices. sapi voice [number] : switch to the given TTS voice number. sapi test : speak a test phrase. sapi punctuation [number] : set punctuation filtering level to [number]. sapi say [text] : speak the given text. Scripts can also speak stuff by doing: CallPlugin ("463242566069ebfd1b379ec1", "say", "What to say") say("%1") if "%1" == "" then say("This help is being spoken but not printed to the screen. To print it to the screen, use: sapi help printed.") say(GetPluginInfo(GetPluginID(), 3), true) else NoteSilent(GetPluginInfo(GetPluginID(), 3)) end show_spoken_lines = not show_spoken_lines