diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-28 09:18:53 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-28 09:18:53 -0400 |
commit | ed10ef9ede3d397672239c3b3dbe42cc6fbe56b4 (patch) | |
tree | 8899b84ca035513550f097c6af3fc236f6bd8be8 /xml | |
parent | 816bedbd011b6729e8be0a4b40213f48fd9d73ca (diff) |
npc dialog
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 4 | ||||
-rw-r--r-- | xml/entities.xml | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index 4a64ee0..20b5ca4 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -18,11 +18,11 @@ <Dialog name="Bob"> <text id="0" nextid="1" pause="true"> <give id="Dank MayMay" count="10"/> - <content alive="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> </text> - <text id="1" pause="true" alive="1"> + <text id="1" pause="true"> <quest assign="Check out m'swag, man!" desc="Go inside Bob's house and check out the stuff he has."/> <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. diff --git a/xml/entities.xml b/xml/entities.xml index 431c067..a74e912 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -8,6 +8,7 @@ <Solid /> <Physics /> <Name value="Daddy" /> + <Dialog /> </npc> <structure> |