aboutsummaryrefslogtreecommitdiffstats
path: root/xml/playerSpawnHill1.xml
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-06-16 08:49:43 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-06-16 08:49:43 -0400
commit18377e3c0efe9359c341c0c330f6de1697afb788 (patch)
tree3ee15915820fa10832dfb17a0cf63382b476de58 /xml/playerSpawnHill1.xml
parent1b49be1c9c8e8887564dbb0aa69519bc538d81e7 (diff)
Changes
Diffstat (limited to 'xml/playerSpawnHill1.xml')
-rw-r--r--xml/playerSpawnHill1.xml36
1 files changed, 30 insertions, 6 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml
index f997b4d..f5d8843 100644
--- a/xml/playerSpawnHill1.xml
+++ b/xml/playerSpawnHill1.xml
@@ -15,12 +15,36 @@
<Dialog name="Guy">
<text id="0" nextid="1">
- <gotox>-600</gotox>
+ Hello there! My name is Ralph.
+ <gotox>300</gotox>
</text>
- <text id="1">
- ...
- <gotox>1000</gotox>
- <set id="Slow" value="0"/>
- <set id="canSprint" value="1"/>
+ <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>
+ <text id="1" nextid="1" pause="true">
+ Broooooooooooooo...
+ </text>
+</Dialog>
+
+<Dialog name="Big Dave">
+ <text id="0" stop="true">
+ Hey friend! It's dangerous out there, here take these!
+ Wait, promise you'll stop by my stand in the local market!
+ <give id="Wood Sword" count="1"/> <give id="Hunters Bow" count="1"/> <give id="Crude Arrow" count="110"/> <give id="Fried Chicken" count="1"/> <give id="Mossy Torch" count="1"/></text>
</Dialog>