<name>Skotos</name>
<profession>A strange monk ...</profession>
<dialogue>
  <greeting>
    <reply>
      <if>
        <key>stercesskotosrevealed</key>
      </if>
      <text>Suma Dartson evil!</text>
      <return>main</return>
    </reply>
    <reply>
      <if>
        <!-- Insert check for Item Sterces for Orrim here -->
        <key>fandertempkey2</key>
      </if>
      <text>Hey yeh!</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>!stercesskotosrevealed</key>
      </if>
      <text>What do you people eat out here?</text>
      <npc>
        <reply>
          <if>
            <key>stercesaccepted</key>
            <!-- Insert check for Item Activated Sterces for Orrim here -->
            <key>fandertempkey2</key>
          </if>
          <script>
            <key>stercesskotoslostface</key>
          </script>
          <text>Gel on spoon, no... oops no legs?</text>
          <return>main</return> 
        </reply>
        <reply>
          <if>
            <item>Activated Sterces for Orrim</item>
            <key>toremovethisoption</key>
          </if>
          <text>Gel on spoon, no... oops no legs?</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>No lemons, no melon.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
   
    <option>
      <if>
        <key>!stercesskotosrevealed</key>
      </if>
      <text>What can you tell me about cheese?</text>
      <npc>
        <reply>
          <if>
            <key>stercesaccepted</key>
            <!-- Insert check for Item Activated Sterces for Orrim here -->
            <key>fandertempkey2</key>
          </if>
          <script>
            <key>stercesskotoslostface</key>
          </script>
          <text>Doogy good, eh!</text>
          <return>main</return> 
        </reply>
        <reply>
          <if>
            <!-- Insert check for Item Activated Sterces for Orrim here -->
            <key>toremovethisoption</key>
          </if>
          <text>Doogy good, eh!</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>Kramer re-made edamer remark.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <if>
        <key>!stercesskotosrevealed</key>
      </if>
      <text>Put a pot atop a tup.</text>
      <npc>
        <reply>
          <if>
            <key>stercesaccepted</key>
            <!-- Insert check for Item Activated Sterces for Orrim here -->
            <key>fandertempkey2</key>
          </if>
          <script>
            <key>stercesskotoslostface</key>
          </script>
          <text>Aye, erI,  eye! Wow yay!</text>
          <return>main</return> 
        </reply>
        <reply>
          <if>
            <!-- Insert check for Item Activated Sterces for Orrim here -->
            <key>toremovethisoption</key>
          </if>
          <text>Aye, erI,  eye! Wow yay!</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>Ha! Good one. You should be a drawkcab as well!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <if>
        <key>stercesskotoslostface</key>
        <key>!stercesskotosrevealed</key>
        <key>!stercescomplete</key>
      </if>
      <text>You`re the fake Drawkcab, aren`t you?</text>
      <npc>
        <reply>
          <script>
            <key>stercesskotosrevealed</key>
            <quest>Sterces for Orrim|You have revealed Skotos as the Drawkcab imposter</quest>
            <log>Revealed Skotos as the Drawkcab imposter</log>
          </script>
          <text>Suma Dartson evil!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>

    <option>
      <if>
        <key>stercescomplete</key>
        <award>drawkcabextraordinarie</award>
        <key>toremovethisoption</key>
      </if>
      <text>No lemon, Nilbog a goblin, no melon.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>

    <option>
      <if>
        <key>stercescomplete</key>
      </if>
      <text>Remember who revelead you, goblin!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>

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

