<name>Bertrille</name>
<profession>Nun</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <text>Could you please help? I want to learn how to fly. I'll give you five percent of the profit!</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>How can one fly?</text>
      <npc>
        <reply>
          <text>When lift plus thrust is greater than load plus drag, up you go. But I expect it takes some kind of magic, without wings.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Sister Bertrille... Five per cent of nothing is *still* nothing!!</text>
      <npc>
        <reply>
          <text>One of these days, [name]. One of these days.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>What are the advantages of flying?</text>
      <npc>
        <reply>
          <text>Well, you can see a lot more from above, and stay out of reach of your foes at the same time. Also, flying brings you to places where you can't go otherwise, unless you are one of those mountaineers.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Be careful out there.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>

