diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-05 08:29:56 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-05 08:29:56 -0500 |
commit | b18d9c1b0fa305f82ddd0633e969a1a38869db6d (patch) | |
tree | 8096f4a112f633ed2d4d1ee67c475d97d7648823 /xml/playerSpawnHill1.xml | |
parent | 814dab606cfeeabd4aeecba852507c3c3f1a005f (diff) |
font improvements
Diffstat (limited to 'xml/playerSpawnHill1.xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 53e6a3c..55612d3 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -7,12 +7,19 @@ <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... +Except it was the middle of the day. +And it wasn't stormy. +...</Trigger> + <Dialog name="Ralph"> <text id="0"> @@ -32,12 +39,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> |