diff options
Diffstat (limited to 'xml/bobshouse.xml')
-rw-r--r-- | xml/bobshouse.xml | 17 |
1 files changed, 16 insertions, 1 deletions
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> + |