<?xml version="1.0"?> <World> <style background="0" bgm="assets/music/embark.wav" /> <generation type="Random" width="1600" /> <link right="playerSpawnHill2.xml" /> <mob type="1" aggressive="true" /> <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! <quest assign="Quest #1" /> </text> <text id="1" > My name's Johnny. <give id="Dank Maymay" count="1" /> </text> </Dialog>