diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-04 07:32:55 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-04 07:32:55 -0400 |
commit | c74d256646cf0c438feee2ac703cc1f34b47b8ec (patch) | |
tree | af9ec2469bce263c53ce6adc8d9385750eab3ead /xml | |
parent | 260c617673ab332bf2a3531db45bd264668d1b98 (diff) | |
parent | a45daeda3633bdf25267a0186b39618269dca970 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index a67a932..4930f68 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -13,6 +13,7 @@ <npc name="Ralph" hasDialog="true" /> <npc name="Johnny" hasDialog="false" /> + <npc name="Big Dave" hasDialog="true"/> <page x="-200" id="assets/pages/gootaGoFast.png" /> @@ -67,3 +68,11 @@ And it wasn't stormy. Broooooooooooooo... </text> </Dialog> + +<Dialog name="Big Dave"> + <text id="0" pause="true"> + Here have this sword! + <give id="Wood Sword" count="1"/> + <give id="Fried Chicken" count="1"/> + </text> +</Dialog> |