blob: a9bde4f9438837710b673731fb933422424e3d16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?xml version="1.0"?>
<World>
<style background="0" bgm="assets/music/embark.wav" />
<generation type="Random" width="800" />
<!--<link right="playerSpawnHill2.xml" />-->
<mob type="1" />
<npc name="Ralph" hasDialog="true" />
<npc name="Johnny" hasDialog="true" />
<structure type="5" inside="playerSpawnHill1_Building1.xml" />
</World>
<Dialog name="Ralph">
<text id="0">
Hello there!
<option text="Hello" nextid="1" />
<option text="Frig" nextid="2" />
</text>
<text id="1">
gg.
</text>
<text id="2" call="Johnny" callid="1">
what you have done it to trick Microsoft
</text>
</Dialog>
<Dialog name="Johnny">
<text id="0" nextid="1" stop="true">
Sup bro!
</text>
<text id="1" >
****FREE WIRELESS KEYBOARD**JAM PACKED FULL OF GOODIES TOO MUCH TO MENTION** SUPPLIED WITH ANDROID TV BOX BLACK **CUSTOM BUILT XBMC APPLE TV AIRPLAY SYSTEM ** FULLY LOADED QUAD CORE**4K KITKAT ULTRA-HD XBMC ALL FREE ONE OFF PURCHASE FOR THE BOX FREE TV FREE MUSIC FREE MOVIES FREE SPORTS FREE GAMES FREE XXX NEXT GENERATION ANDROID TV BOX FASTEST ON THE MARKET TO DATE RELEASE 2015 FREE WORLDWIDE TV AT YOUR FINGER TIPS WIFI AND ETHERNET CONNECTION 5 Ghz WIFI
</text>
</Dialog>
|