diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-04 09:24:54 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-04 09:24:54 -0500 |
commit | 2cb30b167401f1785ebfa744e8612639a150deb2 (patch) | |
tree | a796345db5e2dd3da3ab51367de8ae292a4c497b /xml/playerSpawnHill1.xml | |
parent | 5f18e763031091a34dc7e279424c2359f63e3d9c (diff) |
bug fixes
Diffstat (limited to 'xml/playerSpawnHill1.xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 129ff46..8fb98c7 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -5,7 +5,9 @@ <link right="playerSpawnHill2.xml" /> - <mob type="1" aggressive="true" /> + <mob type="1" aggressive="false" /> + + <trigger x="-300" id="Test" /> <npc name="Ralph" hasDialog="true" /> <npc name="Johnny" hasDialog="true" /> @@ -13,6 +15,8 @@ </World> +<Trigger id="Test">It was a dark and stormy night...</Trigger> + <Dialog name="Ralph"> <text id="0"> @@ -32,12 +36,12 @@ </Dialog> <Dialog name="Johnny"> - <text id="0" nextid="1" stop="true"> + <text id="0" nextid="1" pause="true"> Sup bro! <quest assign="Quest #1" /> </text> - <text id="1" > + <text id="1" stop="true"> My name's Johnny. <give id="Dank Maymay" count="1" /> </text> |