Welcome psike
There is no direct support for changing the windows desktop wallpaper. I was using the launch command to call another program.
I could probably create a TTS.RandomResponse command where you give it a list of possible things to say and it picks them at random. You might still get the same response twice in a row of course.
It is also technically possible with the current tools in VC.
- Create two groups, group A and B
- Put each TTS command in a different group. Put command A in group A and command B in group B
- set it up so that when command A fires, it speak it's text, then disables group A and enables group B. The next time you say the command, it will use the one from the other group, which would say it's text, then disable group B and enable group A.
It seems like a lot of work to go to though, for what I would call a "parlour trick". I like the idea of the random TTS response though, I had been toying with it already. It would allow you do make some funny pseudo conversations if you wanted to.
eventually I would like to build some kind of progressive context system, but that probably won't be until well after version 1.0