<?xml version="1.0" encoding="UTF-8"?>
<dialog>
  <state statename="default">
    <if vari="gender" value="female">
      <text>Hey beautiful, got lost?</text>
    </if>
    <else>
      <text>Hey there. Are you lost?</text>
    </else>
    <resp newstate="state2">Only lost in thought.</resp>
    <resp newstate="state3">I’m lost myself in your eyes.</resp>
    <resp newstate="fail1">Lost here? How retarded do you think I am?</resp>
  </state>
  <state statename="fail1">
    <text>You wouldn’t want me to answer that.</text>
    <onleave newstate="default" />
  </state>
  <state statename="state2">
    <text>Sorry if I interrupted.</text>
    <resp newstate="bye_d">It’s fine really but I’d best be going.</resp>
    <resp newstate="state3">Nevermind, I would have missed out on your beautiful eyes.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state3">
    <text>I'm flattered. You’re too cute!</text>
    <resp newstate="state4">You would look cuter in a less outdated bikini I think.</resp>
    <resp newstate="state3b">Aww thanks. What’s your name?</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state3b">
    <text>I'm Kristy</text>
    <resp newstate="state4">You would look cuter in a less outdated bikini I think.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state4">
    <text>I dress however I feel comfortable and I don't give a fuck about what others think.</text>
    <resp newstate="state6">Neither do I</resp>
    <resp newstate="state5">I like it anyway.</resp>
    <resp newstate="fail4">You would still look better in something...</resp>
    <onleave newstate="default" />
  </state>
  <state statename="fail4">
    <text>I’m not interested. Bye.</text>
    <onleave newstate="default" />
  </state>
  <state statename="state5">
    <text>Thanks I guess.</text>
    <resp newstate="state6">You have a rebellious personality. I respect that.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state6">
    <if vari="genus" value="feline">
      <text>You’re like me. We felines don’t follow rules.</text>
    </if>
    <else>
      <text>I'm feline, ignoring rules is in my blood.</text>
    </else>
    <resp newstate="state7">Prove it. Let’s have a nice fuck right here.</resp>
    <resp newstate="state9">No rules. I would love to have fun with you right here.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state7">
    <text>I don't need to prove myself.</text>
    <resp newstate="fail7">I never doubted you. I just thought...</resp>
    <resp newstate="state8">I’m sorry, I didn’t mean that so rudely.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="fail7">
    <text>Your lying ass can burn in hell.</text>
    <onleave newstate="default" />
  </state>
  <state statename="state8">
    <text>It’s fine. I know you didn’t mean it.</text>
    <if vari="zone" value="theglassroom">
      <text>How about some sex on the walkway? </text>
    </if>
    <elsif vari="zone" value="shade_beach">
      <text>How about some sex on the beach? </text>
    </elsif>
    <else>
      <text>How about some sex here?</text>
    </else>
    <resp newstate="state9">I can't wait, let's have fun right here.</resp>
    <resp newstate="fail8">I’m desperately in love with you.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="fail8">
    <text>What a load of BS, you just met me five minutes ago!</text>
    <onleave newstate="default" />
  </state>
  <state statename="state9">
    <text>I'm ready for some fun.</text>
    <resp newstate="after" scene="kristy_sex_b">-Sideways- improved old version</resp>
    <resp newstate="after" scene="kristy_sex_a">-Sideways- ruined 2017 version</resp>
    <if vari="zone" value="theglassroom">
      <resp go="shade_beach" floor="center">Actually, I preffer Shade Beach. Let's go.</resp>
    </if>
    <elsif vari="zone" value="shade_beach">
      <resp go="theglassroom">Actually, I preffer Glass Room. Let's go.</resp>
    </elsif>
    <else>
      <resp go="shade_beach" floor="center">Actually, I preffer Shade Beach. Let's go.</resp>
      <resp go="theglassroom">Actually, I preffer Glass Room. Let's go.</resp>
    </else>
    <onleave newstate="backhere" />
  </state>
  <state statename="after">
    <if vari="npc_status" value="kristy_done">
      <sprite obj="kristy.DTT" stop="off" data="dress" value="off" />
      <text>That was splendid! I'm soaked.</text>
      <resp newstate="state9">I ready to do it again.</resp>
    </if>
    <elsif vari="npc_status" value="back">
      <sprite obj="kristy.DTT" stop="off" data="dress" value="off" />
      <text>That was ... not enough. Please don’t stop.</text>
      <resp newstate="state9">Okay, I'll stick it in!</resp>
    </elsif>
    <resp newstate="bye_s">You are awesome! I’ll be back soon.</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="backhere">
    <text>My rebel is back. Nice to see you.</text>
    <resp newstate="state9">I couldn't wait to see you again! You ready to take some dick?</resp>
    <resp newstate="bye_s">Nice to see you too. I'm just passing by.</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="bye_d">
    <text>Bye.</text>
    <onleave newstate="default" />
  </state>
  <state statename="bye_s">
    <text>Bye.</text>
    <onleave newstate="backhere" />
  </state>
</dialog>
