<name>Edorode</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>It must be rather hard to socialize, speaking the way you do?</text>
      <npc>
        <reply>
          <if>
            <gender>Male</gender>
          </if>
          <text>Names I wrote wrong, nor wet or wise, man!</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>Pity my apple hot to help pay my tip.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
   
    <option>
      <text>Life has no meaning. Living is like peeling the layers off an onion. There`s no core.</text>
      <npc>
        <reply>
          <text>Onions? No, I....NO!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>What is your goal in life?</text>
      <npc>
        <reply>
          <text>No garden or one dragon!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

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

