<name>Kadru</name>
<profession>Pupil</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <text>Hello! Are you exploring the town?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>It is nice to see children here, too.</text>
      <npc>
        <reply>
          <text>When I grow up I want to get a thousand children myself!</text>
          <return>children</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Where does the river lead?</text>
      <npc>
        <reply>
          <text>They say it goes all the way north. Sometimes August or Mekander makes a trip with the boat to Soronne and they bring back stuff from all the shops they have there. You can't get to Soronne on foot from here.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>There you go, now!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
  <children>
    <option>
      <text>That's a lot of mouths to feed.</text>
      <npc>
        <reply>
          <text>Bah, they should feed themselves, like snakes do, and all will be just fine. Except when you have a lot of heads on one snake, of course, as they have in the Typhon Expanse.</text>
          <return>expanse</return> 
        </reply>
      </npc>
    </option>
  </children>
  <expanse>
    <option>
      <text>That sounds eerie. Where is this Typhon Expanse?</text>
      <npc>
        <reply>
          <text>It is on the other side of the Brass Sea, I think. I doubt you should go there, unless you are real tough, or you will end up in the Snake Pit.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
  </expanse>
</dialogue>