diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-02 09:58:12 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-02 09:58:12 -0400 |
commit | 6f13e748c526576198d197ad194f4c1d8fdadec0 (patch) | |
tree | e3f0d95544eb7e2e5125e739b2c73574d2e47fe0 /xml/playerSpawnHill1.xml | |
parent | 40e0c5d15ee6cd24bdc305e40ae6895aca18e669 (diff) |
new xml, wip quest menu
Diffstat (limited to 'xml/playerSpawnHill1.xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml deleted file mode 100644 index 9533290..0000000 --- a/xml/playerSpawnHill1.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0"?> -<World> - <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/> - <generation type="Random" width="500"/> - <link right="playerSpawnHill2.xml"/> - <hill peakx="0" peaky="1000" width="50"/> - <weather>Rainy</weather> - <time>3400</time> - <spawnx>-880</spawnx> - <trigger spawnx="-850" id="first" notext="1"/> - <npc name="Guy" hasDialog="true" spawnx="0" canMove="false"/> -</World> - -<Trigger id="first">Guy</Trigger> - -<Dialog name="Guy"> - <text id="0" nextid="1"> - 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> - <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> |