<name>Tirit</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>What can you tell me about Karigor population?</text>
      <npc>
        <reply>
          <text>Non-worg eras are grown on.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
   
    <option>
      <text>Do you pay taxes to any land owner?</text>
      <npc>
        <reply>
          <text>No, I tax a tragic cigar taxation!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>Will you live out here for the rest of your life?</text>
      <npc>
        <reply>
          <text>Senil eros emits time-sore lines.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

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

