tutorial: remove step telling you to colorize the tutorial stream.

We don't need it now that we auto-color.

(imported from commit 80066849b8f2aeef5e839f4fca40c9659b60a4af)
This commit is contained in:
Jessica McKellar
2013-03-11 12:35:01 -04:00
parent a8d6bd3322
commit 039178b12e

View File

@@ -183,9 +183,6 @@ function make_script() {
go(sleep, 2000), go(sleep, 2000),
go2(stream_message, "tutorial", "It's easy to make or join streams. If you click the gear on the top right of the page, and then pick 'Streams', you can create your own stream, join streams that other people have made, or set colors for your streams."), go2(stream_message, "tutorial", "It's easy to make or join streams. If you click the gear on the top right of the page, and then pick 'Streams', you can create your own stream, join streams that other people have made, or set colors for your streams."),
go(sleep, 4000), go(sleep, 4000),
go2(stream_message, "tutorial", "Go in there now and set a color for `" + my_tutorial_stream + "`. Then come back here, and tell me when you've done so."),
go2(wait_for_message, 300, any_message_to_me),
go(sleep, 1000),
// Narrowing // Narrowing
go2(stream_message, "narrowing", "Another valuable feature of Humbug is **narrowing**. Click on the word \"narrowing\" directly above this message, and tell me when you've done so."), go2(stream_message, "narrowing", "Another valuable feature of Humbug is **narrowing**. Click on the word \"narrowing\" directly above this message, and tell me when you've done so."),
go2(wait_for_message, 300, any_message_to_me), go2(wait_for_message, 300, any_message_to_me),