diff options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 06a27c4..83acc7a 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -15,7 +15,8 @@ <Dialog name="Guy"> <text id="0" nextid="1"> - <gotox>-600</gotox> + Hello there! My name is Ralph. + <gotox>300</gotox> </text> <text id="1"> ... @@ -23,4 +24,14 @@ <set id="Slow" value="0"/> <set id="canSprint" value="1"/> </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> |