||Usage: ||say message<
>say [language#] message || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||say Your city is under attack.<
>say es# Tu ciudad esta siendo atacada. || Allows you to instruct the bot to say outloud a given message using the operating system's built-in text-to-speech reader. An optional language value can be given to use that language by the TTS reader. In the 2nd example above, the bot would say "Tu ciudad esta siendo atacada." ("Your city is under attack") with a Spanish accent and voice as determined by the language value "es". The say command can be used, like other commands, with variables via the [[execute]] command. An example of a useful line for a defensive script would be: {{{ execute "say " + city.name + " has " + city.NumberOfRealAttacks + " incoming attacks" }}} ---- ScriptControlStructures