diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-10 08:48:49 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-10 08:48:49 -0500 |
commit | 3033594b89f23e65b6152daa6610f991307f2f67 (patch) | |
tree | 920a7c1b35946210683cdd1146cd0afeb7e24b7d /xml | |
parent | 1382f79d57060dc38f6c45fd4fc865e0e565f90b (diff) |
quests, inventory good
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 5 | ||||
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 23 |
2 files changed, 25 insertions, 3 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 387e1a9..3bd0095 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -43,7 +43,10 @@ And it wasn't stormy. <Dialog name="Johnny"> <text id="0" nextid="1" pause="true" > Sup bro! Have a quest. To complete it, just go talk to Ralph again. - <quest assign="Your First Quest" >Dank MayMay</quest> + <quest assign="Your First Quest" > + Dank MayMay,2 + Wood Sword,1 + </quest> </text> <text id="1" nextid="1" pause="true" > diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml index 5c2b723..67695c7 100644 --- a/xml/playerSpawnHill1_Building1.xml +++ b/xml/playerSpawnHill1_Building1.xml @@ -8,8 +8,27 @@ </IndoorWorld> <Dialog name="Bob"> - <text id="0"> - Hey. Have a Dank Maymay :) + <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> |