<name>Rivenevir</name>
<profession>A strange monk ...</profession>
<dialogue>
  <greeting>
    <reply>
      <if>
        <key>drawkcabextraordinarieaccepted</key>
        <key>!drawkcabextraordinariecomplete</key>
      </if>
      <text>Sire! Volcano! Drowned log!</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>Don`t you have have a family to care for?</text>
      <npc>
        <reply>
          <text>Drowsy man, Natnel, lent Anna my sword.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
   
    <option>
      <text>Did something happen to your family?</text>
      <npc>
        <reply>
          <text>Air Anna! No go Nannaria!...</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>Do any of you monks ever leave here?</text>
      <npc>
        <reply>
          <text>Repel liar Wookoow. Rail leper!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

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

