diff options
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> |