diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-21 08:17:06 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-21 08:17:06 -0400 |
commit | 51c6e601c3d6451294506b72213244e3aee9822f (patch) | |
tree | ff811ba8bec3c207eacd126f6e5e3764abca8a70 /xml/playerSpawnHill1_Building1.xml | |
parent | bbdc924d409f74594bd8c8b0d4bf55d5e5f32209 (diff) | |
parent | 8dae5eeac2c6254bb8288c0479c193ab185a312f (diff) |
Created currency and new inventory
Diffstat (limited to 'xml/playerSpawnHill1_Building1.xml')
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml index 67695c7..f0c8a21 100644 --- a/xml/playerSpawnHill1_Building1.xml +++ b/xml/playerSpawnHill1_Building1.xml @@ -2,7 +2,7 @@ <IndoorWorld> <style background="1" bgm="assets/music/theme_jazz.wav" /> <generation type="Random" width="300" /> - + <npc name="Bob" hasDialog="true" /> </IndoorWorld> @@ -12,23 +12,23 @@ Hey. Have a Dank MayMay :) <give id="Dank MayMay" count="1" /> </text> - + <text id="1" nextid="2"> What? You want another Dank MayMay? </text> - + <text id="2" nextid="3" pause="true"> K. <give id="Dank MayMay" count="1" /> </text> - + <text id="3" nextid="4"> Well... I'm out of Dank MayMays. </text> - + <text id="4"> Have a sword though. <give id="Wood Sword" count="1" /> </text> - + </Dialog> |