diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-12 08:32:21 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-12 08:32:21 -0400 |
commit | b709a392436d4ed17e214cd9e302ddbd23d71c21 (patch) | |
tree | 9ad8dd18d26ab6aa907b182170c08f26bea10585 /xml | |
parent | dbf47c4e8e7731519bec212419f70e08b139be0f (diff) |
more lua scripting
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index 03db7bb..5c66a25 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -27,9 +27,10 @@ <Dialog name="Bob"> <text id="0" nextid="1"> - <give name="Hunters Bow" count="1"/> + <!--<give name="Hunters Bow" count="1"/> <give name="Arrow" count="50"/> - <option name="Yes"/> + <option name="Yes"/>--> + <give name="Wood Sword" count="1"/> <content> Hey there! The name's Bob. Good to see you've finally woken up from your nap by the cliff there... lol </content> |