diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-04 09:25:25 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-04 09:25:25 -0500 |
commit | 164de60e121552d92712179d480ef1859f42127a (patch) | |
tree | ab91e0422c6fe159051149cc1e77cb7689d1f3e6 /xml | |
parent | 814dab606cfeeabd4aeecba852507c3c3f1a005f (diff) | |
parent | 2cb30b167401f1785ebfa744e8612639a150deb2 (diff) |
Volume Mixer
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 53e6a3c..8fb98c7 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -7,12 +7,16 @@ <mob type="1" aggressive="false" /> + <trigger x="-300" id="Test" /> + <npc name="Ralph" hasDialog="true" /> <npc name="Johnny" hasDialog="true" /> <structure type="5" inside="playerSpawnHill1_Building1.xml" /> </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> |