<name>Stephany</name>
<profession>Tinker</profession>
<faction>Serenity</faction>
<portrait>human_female05</portrait>
<dialogue>
  <greeting>
    <reply>
      <if><company>Stephany</company></if>
      <text>Hi, [name]! You need something opened?</text>
      <return>inparty</return>
    </reply>
    <reply>
      <text>I said to father D'Owl, I'm ready to see the world. Could you use my skills? There are few things that I cannot get to.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What, precisely, are your skills?</text>
      <npc>
        <reply>
          <text>I can help you open locked chests and closets, and it'll cost you only 200 gold in advance and 3% of the gold you find.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We agree to this salary.</text>
      <npc>
        <reply>
          <if><company>full</company></if>
          <text>There is no room in your party. If you wish to hire me, you must fire someone else.</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><gold>!200</gold></if>
          <text>Well, you'd better get the money then.</text>
          <return>main</return> 
        </reply>
        <reply>
          <script>
            <gold>-200</gold>
            <company>hire</company>
            <log>Hired Stephany, the Tinker</log>
          </script>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We'll get back to you.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
  <inparty> 
    <option>
      <text>How does that tinkering go again?</text>
      <npc>
        <reply>
          <text>For 3% of the gold you find, I add 4 levels to your Disarm Trap skill.</text>
          <return>inparty</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Alas, we must let you go now.</text>
      <npc>
        <reply>
          <text>It was a pleasure travelling with you. If you need my skills another time, return to the province of Serenity.</text>
          <script>
            <company>dismiss</company>
            <log>Dismissed Stephany, the Tinker</log>
          </script>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>You're doing a great job!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </inparty> 
</dialogue>