Created
January 22, 2019 11:21
-
-
Save jakevsrobots/a4a725013065681d91fa5e94f0beab8e 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
<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