<name>Cadfael</name>
<profession>Herbalist</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <if><gold>2000</gold></if>
      <text>I often think that the senses are the gateway to the soul; we should celebrate them more. So, let me show you what I have to offer.</text>
      <return>main</return>
    </reply>
    <reply>
      <if><gold>200</gold></if>
      <text>There is no profit in ifs. What can I provide for you today?</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Happiness consists in small things, not in great. A new bottle, perhaps?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Why are some potions more expensive than others?</text>
      <npc>
        <reply>
          <text>It takes a lot of ingredients and good knowledge of alchemy to make them. If the recipe is not followed, you end up with one corpse too many. Then again, there is no shame in tears if they are worth the shedding.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We would like to trade now.</text>
      <npc>
        <reply>
          <if><hour>!8</hour></if>
          <text>Breakfast first, [gender]. Shopping starts at eight.</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><hour>20</hour></if>
          <text>It is late, [gender], you should come again tomorrow.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>A pleasure to have such fine folk grace my door.</text>
          <script><shop>Herb Garden</shop></script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Stride forward, brother.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>