I don't have much experience with 2.1 scripting, and I have some questions.
1. If you want a dialog with a certain colour in 2.1, and it only has one line, can you skip the number and just use say(colour)?
2. Does reply(N[,C]) also work?
3. If you use for instance say(n,red) and after that use say(n), will that second dialog also be red? And if you want a dialog after that to be gray, will say(n,gray) or say(n,terminal) work?
4. I read something about there being a squeak command in simplified scripting, and also the ability to turn squeaking on and off with that command. Does that mean you can turn squeaking off with squeak(off) and on with squeak(on)?