anxiety/scenes/intro.md

61 lines
1.2 KiB
Markdown
Raw Normal View History

2019-03-17 18:41:19 +00:00
# intro
2019-04-18 11:40:22 +00:00
`SceneSetup.intro();`
# intro-play-button
2019-04-29 15:35:25 +00:00
[Play!](#intro-start) `publish("intro-to-game-1"); Game.OVERRIDE_CHOICE_LINE=true;`
2019-04-18 11:40:22 +00:00
# intro-start
2019-04-29 15:35:25 +00:00
(...500)
`clearText()`
2019-04-29 19:19:44 +00:00
n3: Welcome! This is less of a "game", more of an interactive story. Hope you like reading, sucka
2019-04-29 15:35:25 +00:00
n3: So before we start, please choose your reading speed:
`publish("show_options_bottom")`
# intro-start-2
{{if Game.TEXT_SPEED>=100}}
n3: Great! Slowwwly does it.
{{/if}}
{{if Game.TEXT_SPEED==80}}
n3: About as relaxing as a game about anxiety's gonna get.
{{/if}}
{{if Game.TEXT_SPEED==60}}
2019-04-29 19:19:44 +00:00
n3: Great! Default, the best non-choice choice.
2019-04-29 15:35:25 +00:00
{{/if}}
{{if Game.TEXT_SPEED==40}}
n3: Fast it is! Don't blink!
{{/if}}
{{if Game.TEXT_SPEED==0}}
n3: Great! Now you can read or not at your own pace. (Click anywhere to advance)
{{/if}}
n3: Also, you can always change text/audio options by clicking the ⚙️ icon below. {{if Game.TEXT_SPEED==0}}(again, click to advance){{/if}}
n3: Now, let's begin our story... {{if Game.TEXT_SPEED==0}}(you know the drill){{/if}}
2019-04-24 19:42:13 +00:00
`clearText()`
2019-04-18 11:40:22 +00:00
2019-04-29 15:35:25 +00:00
(...1000)
`publish("intro-to-game-2")`
n2: THIS IS A HUMAN
2019-04-18 11:40:22 +00:00
(...600)
`clearText()`
(...300)
2019-04-29 15:35:25 +00:00
`publish("intro-to-game-3")`