diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-06-16 08:59:49 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-06-16 08:59:49 -0400 |
commit | 3aba33395caa3fec0ea8c96d988489efc04e25e7 (patch) | |
tree | 62bca4182971b0b29860a7a99bccf44266112699 /xml | |
parent | 18377e3c0efe9359c341c0c330f6de1697afb788 (diff) | |
parent | 23da7a70ce840c3b8ce4c04401c604f588ef452a (diff) |
README has controls
Diffstat (limited to 'xml')
-rw-r--r-- | xml/000.xml | 6 | ||||
-rw-r--r-- | xml/playerSpawnHill1.xml | 23 | ||||
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 8 |
3 files changed, 13 insertions, 24 deletions
diff --git a/xml/000.xml b/xml/000.xml index dc5d4e9..de079ca 100644 --- a/xml/000.xml +++ b/xml/000.xml @@ -18,8 +18,10 @@ <gotox playerMove="0" advance="1">-600</gotox> </text> <text id="1"> - ... - <gotox>700</gotox> + <gotox>700</gotox> <set id="Slow" value="0"/> + <content> + ... + </content> </text> </Dialog> diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index f5d8843..83acc7a 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -18,24 +18,11 @@ Hello there! My name is Ralph. <gotox>300</gotox> </text> - <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> - <text id="2"> - Niice. - <quest check="Your First Quest" fail="3"/></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! 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 id="1"> + ... + <gotox>1000</gotox> + <set id="Slow" value="0"/> + <set id="canSprint" value="1"/> </text> <text id="1" nextid="1" pause="true"> Broooooooooooooo... diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml index b68bc7b..0977b8f 100644 --- a/xml/playerSpawnHill1_Building1.xml +++ b/xml/playerSpawnHill1_Building1.xml @@ -9,18 +9,18 @@ <Dialog name="Bob"> <text id="0" nextid="1" pause="true"> - Hey. Have a Dank MayMay :) - <give id="Dank MayMay" count="1"/></text> + Hey. Have a Dank MayMay :) + <give id="Dank MayMay" count="1"/></text> <text id="1" nextid="2"> What? You want another Dank MayMay? </text> <text id="2" nextid="3" pause="true"> K. - <give id="Dank MayMay" count="1"/></text> + <give id="Dank MayMay" count="1"/></text> <text id="3" nextid="4"> Well... I'm out of Dank MayMays. </text> <text id="4"> Have a sword though. - <give id="Wood Sword" count="1"/></text> + <give id="Wood Sword" count="1"/></text> </Dialog> |