<name>Daphne</name>
<profession>Pupil</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <text>Hello! Who are you?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>We are here to do a mission for the Seers, miss.</text>
      <npc>
        <reply>
          <text>Oh, I see. Shall I tell you your future?|You are to become rich and fam... oh, my.</text>
          <return>future</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>I am [name], the [class]. What is your talent?</text>
      <npc>
        <reply>
          <text>Hi [name], I get all kinds of predictions in my head. I'm learning how to sort them out and think of ways to influence them.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Take care!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
  <future>
    <option>
      <text>What is it, dear?</text>
      <npc>
        <reply>
          <text>There is a bad wizard on your path, who is mean to children.</text>
          <return>badwizard</return> 
        </reply>
      </npc>
    </option>
  </future>
  <badwizard>
    <option>
      <text>When the time comes, we shall deal with him, I promise.</text>
      <npc>
        <reply>
          <text>Thanks, that makes me feel better. I wish I can work for an Oracle later, so I can be comforted when I see bad things.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
  </badwizard>
</dialogue>