Created
January 22, 2019 11:24
-
-
Save jakevsrobots/92927deaa957398e71d9cd52b21a8e73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<scene title="A Hummingbird Hovering at the Desk" name="office-bird-appears" background="office_dark" soundscape="officeSound"> | |
<sprite name="hummingbird_at_desk" /> | |
<dialog> | |
<body> | |
"Good afternoon." A small hummingbird was hovering over my desk. "I say, have you seen my hat?" | |
</body> | |
<option goto="office-bird-hat-response">I was so stunned that I responded immediately.</option> | |
<option goto="office-bird-hat-unfamiliar">I was so stunned that I couldn't speak.</option> | |
<option conditionFlag="hatRetrievedFromKitten" goto="office-bird-return-hat">"Actually, I have it right here," I said.</option> | |
</dialog> | |
</scene> | |
<scene title="A Hummingbird Hovering at the Desk" name="office-bird-hat-response" background="office_dark" soundscape="officeSound"> | |
<sprite name="hummingbird_at_desk" /> | |
<dialog> | |
<body> | |
"I'm afraid I haven't seen your hat," I said, trying to affect a confident tone. "That is... what does it look like?" | |
</body> | |
</dialog> | |
<dialog> | |
<body> | |
"Well, it's black," said the hummingbird, "it has a long, stiff brim. It's easy to wash, looks clever, and has magic properties. Ring any bells?" | |
</body> | |
<option goto="office-bird-hat-magic-properties">Magic properties? I had to know more.</option> | |
<option goto="office-bird-hat-unfamiliar">Magic properties? All I had to offer was a blank stare.</option> | |
<option conditionFlag="hatRetrievedFromKitten" goto="office-bird-return-hat">"Actually, I have it right here," I said.</option> | |
</dialog> | |
</scene> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment