<name>Pholus</name>
<profession>Prophet</profession>
<faction>Serenity</faction>
<portrait>centaur_male03</portrait>
<dialogue>
  <greeting>
    <reply>
      <if><company>Pholus</company></if>
      <text>Don't loiter so much. Wines, here I come!</text>
      <return>exit</return>
    </reply>
    <reply>
      <text>There is adventure in the air. What say you?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <if>
        <key>centaurtojoin</key>
        <key>!centaurjoined</key>
      </if>
      <text>We are looking for a Centaur who is willing to travel with us to Serenity, and maybe visit the famous wine cellar or the ancient temple.</text>
      <npc>
        <reply>
          <text>The Wine Cellar, you say? That sounds like a worthwhile excursion. It so happens that I have some free time on my hands, so I am happy to come with you!</text>
          <script>
            <key>centaurjoined</key>
            <company>welcome</company>
            <log>Welcomed Pholus, the Centaur, to the party</log>
          </script>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>A prophet among the Centaurs, that is unexpected.</text>
      <npc>
        <reply>
          <text>One could consider that a contradiction. A prophet always expects himself!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Is it true that you are also keeping the liquid stock of this village?</text>
      <npc>
        <reply>
          <text>I do, most of our kind cannot be fully trusted around such riches. If you ever get to be present at a Centaur wedding, you will understand.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Maybe we will come to a Centaur wedding some day.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>

