<name>Chaya</name>
<profession>Student</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <if><key>metChaya</key></if>
      <text>Hello again! All is well, I trust?</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Hi! I'm so excited, I'm going to be a Seer real soon.</text>
      <script><key>metChaya</key></script>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What exactly does a Seer do?</text>
      <npc>
        <reply>
          <text>Oh, look into the future, and over distances, and in people's minds. Some are more specialized. Each Seer's talent is a bit different, you know. And my love, Fabrice, is very special.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>What do we hear about Fabrice?</text>
      <npc>
        <reply>
          <if><key>metFabrice</key></if>
          <text>He can make things come true with the power of his imagination. Not big things, that change the world, but once he saved a whole group of heroes.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>You should meet him. He's always talking about heroes, and maybe you can help him with his project.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Is there a boss Seer?</text>
      <npc>
        <reply>
          <text>Well, August usually speaks on behalf of all the Seers. But Lopamudra and Mekander are also important, I guess. And Sir Gesserit thinks he is, hihi.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Thanks. Have a nice day!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>

