<name>Jermy</name>
<profession>Pupil</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <text>Do you yield?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Eh, well, of course.</text>
      <npc>
        <reply>
          <text>I'm going to be a Paladin later, like there are in Enroth.|This Seer stuff is silly, I want to go adventuring and rescue princesses and all!</text>
          <return>enroth</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We stand our ground, young man.</text>
      <npc>
        <reply>
          <text>Oh, good. You should always be brave, even if the odds are against you. That's how Paladins are in Enroth when they are on a quest.</text>
          <return>enroth</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We'll test our strengths another time, Jermy!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main>
  <enroth>
    <option>
      <text>What country is Enroth?</text>
      <npc>
        <reply>
          <text>It is a whole continent far away. There are always princes and sorcerers trying to become its ruler, so there is a great call for heroes. So far nobody has won but I tell you, if there will ever be a king of Enroth, he could become the king of the whole world and even rename it. Enroth sounds a lot better than Colony, don't you think?</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
  </enroth> 
</dialogue>