<name>Obelisk</name>
<profession>A tall landmark</profession>
<dialogue>
  <greeting>
    <reply>
      <text>There is a text carved into a stone panel.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Read it.</text>
      <npc>
        <reply>
          <if><key>!obeliskEtanasfeld</key></if>
          <text>It says:

uoapwym_aenehnl_eapf_o_ertees_o!</text>
          <script>
            <sound>obelisk</sound>
            <key>obeliskEtanasfeld</key>
            <note>Obelisks|#12 "uoapwym_aenehnl_eapf_o_ertees_o!"</note>
            <log>Read the text on the obelisk</log>
          </script>
          <return>main</return> 
        </reply>
        <reply>
          <text>It still says:

uoapwym_aenehnl_eapf_o_ertees_o!</text>
          <return>main</return> 
          <script>
            <sound>obelisk</sound>
          </script>
        </reply>
      </npc>
    </option>
    <option>
      <text>Ignore it, for now.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>