<name>Gonnog</name>
<profession>A strange monk ...</profession>
<dialogue>
  <greeting>
    <reply>
      <if>
        <key>drawkcabextraordinarieaccepted</key>
        <key>!drawkcabextraordinariecomplete</key>
      </if>
      <text>Dogs live on Regna to nod!</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>Can you recommend a good meal?</text>
      <npc>
        <reply>
          <text>Nogard pans a snap-dragon.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
   
    <option>
      <text>How about exotic cooking?</text>
      <npc>
        <reply>
          <text>Stressed Emil did lime desserts.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>What`s you favorite drink?</text>
      <npc>
        <reply>
          <text>Rum, rum, I murmur.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

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

