blob: 5c2b723a8aa0b92f0b9801cbfb436635c382432b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0"?>
<IndoorWorld>
<style background="1" bgm="assets/music/theme_jazz.wav" />
<generation type="Random" width="300" />
<npc name="Bob" hasDialog="true" />
</IndoorWorld>
<Dialog name="Bob">
<text id="0">
Hey. Have a Dank Maymay :)
<give id="Dank MayMay" count="1" />
</text>
</Dialog>
|