<name>Samantha</name>
<profession>Judge</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <if><random>120</random></if>
      <text>If you live to be a hundred you will never be as smart as me.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>My grandmother always told me: beauty fades, but dumb is forever!</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <if><key>taverngamebooked</key></if>
      <text>Would you like to play a game of Mages and Minions?</text>
      <npc>
        <reply>
          <text>We will measure our wits in a later version of the game, [race].</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Stay true!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>