Skip to content

Instantly share code, notes, and snippets.

@jakevsrobots
Created January 22, 2019 11:21
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/a4a725013065681d91fa5e94f0beab8e to your computer and use it in GitHub Desktop.
Save jakevsrobots/a4a725013065681d91fa5e94f0beab8e to your computer and use it in GitHub Desktop.
<sprite name="smallFlowerPots2"
verboseName="flowers">
<look>Hydrangeas and poinsettias.</look>
<verb name="Forget">
<behavior type="dialog">Hard to say who planted these flowers, maybe this is the home of a gardener.</behavior>
</verb>
<verb name="Remember">
<behavior type="dialog">These wild flowers were planted here by the wind.</behavior>
</verb>
<verb name="Play" moveTo="1">
<behavior type="dialog">There was a boy who pretended to be a flower. He closed his eyes, drank a glass of water, then slowly opened them.</behavior>
</verb>
<verb name="Catch" moveTo="1">
<behavior type="dialog">The bees hovering around these flowers will sting if they're caught.</behavior>
</verb>
...
</sprite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment