<name>Nathan</name>
<profession>Pupil</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <text>Hola! I was so close to predicting your visit, but you beat me. I have to get better at the basics if I ever want to become a prophet.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Sorry about that, young friend. A prophet, you say?</text>
      <npc>
        <reply>
          <text>Yes. It's not easy, because a prophet must weigh and interpret what he sees, and then advise his king or the people or what. I'd like to become a prophet for a king later, if the gods are willing.</text> 
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Are there many kings in Karigor who will hire a prophet?</text>
      <npc>
        <reply>
          <text>There is the Troll King, and the Dwarves have a new one I think. But I hope to be sent to King David of Erathia. The Gryphonhearts have always had prophets around in the past, so perhaps he will have me.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Can you predict when we will leave?</text>
      <npc>
        <reply>
          <text>Let me see, that should be ... d'oh. That's a trick question, right?</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>You're learning!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>