diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:28:27 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:28:27 -0500 |
commit | 2a4a514b654ef0e08134a116c658d49a8f16cfe7 (patch) | |
tree | 8f33af3d9508c370a27719d3bc2089ada1abeffb /xml/playerSpawnHill1_Building1.xml | |
parent | a0afc9a192016b2bb4c185895a4082cc965e1179 (diff) | |
parent | 3033594b89f23e65b6152daa6610f991307f2f67 (diff) |
Worlds can be themed
Diffstat (limited to 'xml/playerSpawnHill1_Building1.xml')
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml index 54d217b..67695c7 100644 --- a/xml/playerSpawnHill1_Building1.xml +++ b/xml/playerSpawnHill1_Building1.xml @@ -3,6 +3,32 @@ <style background="1" bgm="assets/music/theme_jazz.wav" /> <generation type="Random" width="300" /> - <npc name="Bob" /> + <npc name="Bob" hasDialog="true" /> </IndoorWorld> + +<Dialog name="Bob"> + <text id="0" nextid="1" pause="true"> + 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> |