Guest User

Untitled

a guest
Jan 22nd, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <scene title="A Hummingbird Hovering at the Desk" name="office-bird-appears" background="office_dark" soundscape="officeSound">
  2. <sprite name="hummingbird_at_desk" />
  3.  
  4. <dialog>
  5. <body>
  6. "Good afternoon." A small hummingbird was hovering over my desk. "I say, have you seen my hat?"
  7. </body>
  8. <option goto="office-bird-hat-response">I was so stunned that I responded immediately.</option>
  9. <option goto="office-bird-hat-unfamiliar">I was so stunned that I couldn't speak.</option>
  10. <option conditionFlag="hatRetrievedFromKitten" goto="office-bird-return-hat">"Actually, I have it right here," I said.</option>
  11. </dialog>
  12. </scene>
  13.  
  14. <scene title="A Hummingbird Hovering at the Desk" name="office-bird-hat-response" background="office_dark" soundscape="officeSound">
  15. <sprite name="hummingbird_at_desk" />
  16.  
  17. <dialog>
  18. <body>
  19. "I'm afraid I haven't seen your hat," I said, trying to affect a confident tone. "That is... what does it look like?"
  20. </body>
  21. </dialog>
  22. <dialog>
  23. <body>
  24. "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?"
  25. </body>
  26. <option goto="office-bird-hat-magic-properties">Magic properties? I had to know more.</option>
  27. <option goto="office-bird-hat-unfamiliar">Magic properties? All I had to offer was a blank stare.</option>
  28. <option conditionFlag="hatRetrievedFromKitten" goto="office-bird-return-hat">"Actually, I have it right here," I said.</option>
  29. </dialog>
  30. </scene>
Add Comment
Please, Sign In to add comment