diff options
Diffstat (limited to 'xml/playerSpawnHill1.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> |