<name>Hobboh</name>
<profession>A strange monk ...</profession>
<dialogue>
  <greeting>
    <reply>
      <if>
        <key>drawkcabextraordinarieaccepted</key>
        <key>!drawkcabextraordinariecomplete</key>
      </if>
      <text>Nial lived under a saw, eh!</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>Is the best way to survive a fight to run?</text>
      <npc>
        <reply>
          <text>No, it is opposition.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
   
    <option>
      <text>Do you have any advice in battling monsters?</text>
      <npc>
        <reply>
          <text>No grog, no gog on gorgon!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <text>What can you tell me about exploring old ruins?</text>
      <npc>
        <reply>
          <text>Spots revel. Fire volleys. Yell over if lever stops.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

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

