<name>Silmamlis</name>
<profession>A strange monk ...</profession>
<dialogue>
  <greeting>
    <reply>
      <if>
        <key>drawkcabextraordinarieaccepted</key>
        <key>!drawkcabextraordinariecomplete</key>
      </if>
      <text>Dennis repels a sign I keep, Ogre.</text>
      <return>main</return>
    </reply>
    <reply>
      <if>
        <gender>Female</gender>
        <race>title</race>
      </if>
      <text>Madam!</text>
      <return>main</return>
    </reply>
    <reply>
      <if>
        <gender>Female</gender>
      </if>
      <text>Hello doll, eh!</text>
      <return>main</return>
    </reply>
    <reply>
      <if>
        <race>title</race>
      </if>
      <text>Er... is he level, eh, Sire!</text>
      <return>main</return>
    </reply>
    <reply>
      <text>`Ullu!</text>
      <return>main</return>
    </reply>
  </greeting>

  <main>

    <option>
      <if>
        <key>drawkcabextraordinarieaccepted</key>
        <key>!drawkcabextraordinariecomplete</key>
      </if>
      <text>Answer greeting.</text>
      <npc>
        <reply>
          <text>Psst! We`re not allowed to give the clues until the game is finished.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>What do you know about the members of the Meh cult?</text>
      <npc>
        <reply>
          <text>Mia, she met one. Note Mehs. Aim!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
   
    <option>
      <text>Have you met a Meh cultish?</text>
      <npc>
        <reply>
          <text>Polla was a devil. Lived as a wallop.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>Would you care to spank a Meh priest?</text>
      <npc>
        <reply>
          <text>Oh, rod OK Sir. A risk odor, ho!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>Good day to you.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main>

</dialogue>

