<name>Breerb</name>
<profession>A strange monk ...</profession>
<dialogue>
  <greeting>
    <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>
      <text>Do any of you ever get married?</text>
      <npc>
        <reply>
          <text>I mate who? Oh, wet am I.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
   
    <option>
      <text>Do you have a hobby, I mean, other than speaking weird?</text>
      <npc>
        <reply>
          <text>Hate play, old as a star. Rats, a sad loyal pet, ah!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>How about your friend, Tirit?</text>
      <npc>
        <reply>
          <text>He is a god-damn mad-dog as I, eh!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

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

