Maximouse Maximouse loading

KittyCatKayden wrote:

Blue_Moon2607 wrote:

Text to speech: Say [Hello, I speak too much since I am very chatty, I work on Scratch and I help]
Text to speech: Say [projects speak, I am an extension of Scratch, and I'm here!]
// Break up text to say the whole thing...
What if I'm using a list that chooses stuff randomly to say?
You can make another list with the same length that contains the second part of each message. The code for selecting a random message could look like this:
set [message v] to (pick random (1) to (length of [first list v]))
speak (item (message) of [first list v]) :: pen
speak (item (message) of [second list v]) :: pen