diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-20 11:25:26 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-20 11:25:26 -0400 |
commit | 8720f1f253b55fa5233626dd854671a5925d65de (patch) | |
tree | 8f6017a662288d65e5265a730a347301e596e81a /xml/bobshouse.xml | |
parent | f7ec6aff4a7312586e986c891f370c442a6ae093 (diff) |
inventory remembers slot positions
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> + |