Skip to content

Instantly share code, notes, and snippets.

@jakevsrobots
Created January 22, 2019 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakevsrobots/92927deaa957398e71d9cd52b21a8e73 to your computer and use it in GitHub Desktop.
Save jakevsrobots/92927deaa957398e71d9cd52b21a8e73 to your computer and use it in GitHub Desktop.
<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