diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:28:27 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:28:27 -0500 |
commit | 2a4a514b654ef0e08134a116c658d49a8f16cfe7 (patch) | |
tree | 8f33af3d9508c370a27719d3bc2089ada1abeffb /xml/playerSpawnHill1.xml | |
parent | a0afc9a192016b2bb4c185895a4082cc965e1179 (diff) | |
parent | 3033594b89f23e65b6152daa6610f991307f2f67 (diff) |
Worlds can be themed
Diffstat (limited to 'xml/playerSpawnHill1.xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index a99b274..c5e736b 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -9,11 +9,8 @@ <trigger x="-300" id="Test" /> <npc name="Ralph" hasDialog="true" /> - <npc name="Johnny" hasDialog="true" /> - <structure type="5" inside="playerSpawnHill1_Building1.xml"/> - <village> - - </village> + <npc name="Johnny" hasDialog="false" /> + <structure type="5" inside="playerSpawnHill1_Building1.xml" /> </World> @@ -24,30 +21,39 @@ And it wasn't stormy. <Dialog name="Ralph"> - <text id="0"> - Hello there! - <option text="Hello" nextid="1" /> - <option text="Frig" nextid="2" /> + <text id="0" nextid="1" > + Hello there! My name is Ralph. </text> - <text id="1"> - gg. + <text id="1" nextid="2" call="Johnny" callid="0" pause="true" > + You should go talk to my friend Johnny. He's a pretty chill dude. </text> +<<<<<<< HEAD <text id="2" call="Johnny" callid="1"> what you have done it to trick Microsoft? +======= + <text id="2" > + Niice. + <quest check="Your First Quest" fail="3" /> +>>>>>>> 3033594b89f23e65b6152daa6610f991307f2f67 </text> + <text id="3"> + Go check out Johnny. He's cool. + </text> </Dialog> <Dialog name="Johnny"> - <text id="0" nextid="1" pause="true"> - Sup bro! - <quest assign="Quest #1" /> + <text id="0" nextid="1" pause="true" > + Sup bro! Have a quest. To complete it, just go talk to Ralph again. + <quest assign="Your First Quest" > + Dank MayMay,2 + Wood Sword,1 + </quest> </text> - <text id="1" stop="true"> - My name's Johnny. - <give id="Dank Maymay" count="1" /> + <text id="1" nextid="1" pause="true" > + Broooooooooooooo... </text> </Dialog> |