diff options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 8 | ||||
-rw-r--r-- | xml/bobshouse.xml | 17 |
2 files changed, 20 insertions, 5 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index a86461a..ffebf19 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -28,18 +28,18 @@ <text id="0" nextid="1"> <give name="Hunters Bow" count="1"/> <give name="Arrow" count="50"/> - <option name="Yes" /> - <content> + <option name="Yes"/> + <content> Hey there! The name's Bob. Good to see you've finally woken up from your nap by the cliff there... lol </content> </text> <text id="1" pause="true" nextid="2"> - <quest assign="Check out m'swag, man!" desc="Go inside Bob's house and check out the stuff he has."> + <quest assign="Check out m'swag, man!" desc="Go inside Bob's house and check out the stuff he has."> Debug, 5, Reward, Dank MayMay, 50 </quest> - <content> + <content> Looks like you've got yourself pretty empty handed... you know, I have a simple solution for that. Come on inside, I have somethin' to show you. </content> </text> diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index 0b287b6..d7c8172 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -16,5 +16,20 @@ <generation width="320"/> <time>6000</time> <!--<link outside="town.xml"/>--> - <npc name="Bob" hasDialog="false" spawnx="30"/> + <npc name="Bob" hasDialog="true" spawnx="30"/> </IndoorWorld> + +<Dialog name="Bob"> + <text id="0" nextid="1"> + <content> + Hey there lil' guy! Someone lookin' for some stuff? + </content> + </text> + <text id="1"> + <give name="Debug" count="5"/> + <content> + Here ya' go boy! + </content> + </text> +</Dialog> + |