<name>Theresa</name>
<profession>Visionary</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <text>Hi! Did you hear about that prophet?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <if><key>prophetbooked</key></if>
      <text>Yes! We are supposed to follow him.</text>
      <npc>
        <reply>
          <text>Then be warned, [class]. Prophets have the habit of trying to shape the future to their prophecy.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <if><key>!prophetbooked</key></if>
      <text>What prophet?</text>
      <npc>
        <reply>
          <text>He appeared from nowhere. Calls himself Thelmes, and says we must get ready for a great sacrifice or the world will be destroyed.</text>
          <return>sacrifice</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Nice talking to you!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main>
  <sacrifice>
    <option>
      <text>Why should the people of Karigor make a sacrifice?</text>
      <npc>
        <reply>
          <text>To please the gods, I guess. But I've never known a sacrifice to do any good, and it could get real ugly.</text>
          <return>sacrifice</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>You are Seers. Why didn't you expect his arrival? And how come you cannot see what's to be done?</text>
      <npc>
        <reply>
          <text>The future is not all set, young heroes. When there are prophecies at work, false or true, small causes can have big consequences. Even you could alter the outcome. It is at such times that we Seers have to show our best, gather what wisdom we can find and act with the greatest care and determination.</text>
          <return>sacrifice</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Thanks for the explanation.</text>
      <npc>
        <reply>
          <text>You're welcome.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
  </sacrifice>
</dialogue>