<name>Damia</name>
<profession>Pupil</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>     
      <text>Yo hello! Did you see the panda? They live in the forest, but sometimes one comes out.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
    <if><key>seashelldone</key></if>
      <text>We've seen a whole bunch of panda's in the forest, miss.</text>
      <npc>
        <reply>
          <text>They're friendly, but I want to see a mythical creature someday, especially a pegasus. They are the noblest, bravest, proudest, and most courageous of all creatures.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
    <if><key>!seashelldone</key></if>
      <text>I think we missed it, but we'll be looking for them now that we know.</text>
      <npc>
        <reply>
          <text>If only I could see a pegasus sometime, with its silver wings.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Are you also learning to become a Seer?</text>
      <npc>
        <reply>
          <text>I am, really! And they say that I have an extra talent for ... telekinesis, or even for 'porting things around. It takes years to master one's talent, of course.</text>
          <return>telekinesis</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Nice talking to you, and I hope you will get to see that pegasus!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
  <telekinesis>
    <option>
      <text>What is telekinesis?</text>
      <npc>
        <reply>
          <text>Well, it is the skill to do things from a distance, like opening a chest or knocking on a door, with the power of your mind.</text>
          <return>telekinesis</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Do you think we could learn that, too?</text>
      <npc>
        <reply>
          <if><race>Genie</race></if>
          <text>You're a Genie, you are a natural!</text>
          <return>telekinesis</return> 
        </reply>
        <reply>
          <text>It is as my mom says: who wills, can, Who tries, does, Who loves, lives.|Every Genie can do it. Maybe someday they will make a spell for it, too, because it's so handy.</text>
          <return>telekinesis</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Thanks for explaining, miss.</text>
      <npc>
        <reply>
          <text>You're welcome!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
  </telekinesis>
</dialogue>