<?xml version="1.0" encoding="UTF-8"?>
<dialog>
  <state statename="default">
    <text>Hey there lover!</text>
    <resp newstate="bye1">Not right now, I'm a bit busy.</resp>
    <resp newstate="state2">Would you like to join me by the spring?</resp>
    <resp newstate="doll">Doll</resp>
  </state>
  <state statename="bye1">
    <text>I'll be here if you ever find some free time.</text>
    <onleave newstate="default" />
  </state>
  <state statename="state2">
    <text>I like your style, handsome.</text>
    <resp newstate="state3">We both know I'm just getting started.</resp>
    <resp newstate="hellno">Hey, are you into watersports?</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state3">
    <text>Want to get a little wet? The pools are perfect this time of year!</text>
    <resp newstate="state4">That sounds lovely!</resp>
    <resp newstate="hellno">I'm going to shove it up your ass! Come here bitch! &gt;:)</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state4">
    <text>I think I want it sideways.</text>
    <resp scene="kylie_sex_a" newstate="finish">I'm anxious to start.</resp>
    <resp newstate="fail">I'm good, I just finished with someone else not too long ago.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="finish">
    <if vari="npc_status" value="kylie_done">
      <text>*Whew* Wow, you really made a spash!</text>
      <text>Why not stick around? I could use the attention.</text>
      <resp newstate="bye">I gotta run, I have someone I'm meeting.</resp>
      <resp scene="kylie_sex_a">Sure why not. Let's do some more sideways!</resp>
    </if>
    <elsif vari="npc_status" value="kylie_back">
      <text>What the hell? You're leaving?</text>
      <resp scene="kylie_sex_a">Just catching my breath. Lets keep going.</resp>
      <resp newstate="fail2">You aren't tight at all. This party's over.</resp>
    </elsif>
    <else>
      <text>No return status</text>
      <resp scene="kylie_sex_a">Let's do sideways!</resp>
    </else>
    <sprite obj="kylie.panties" stop="off" data="panties" value="off" />
    <onleave newstate="backhere" />
  </state>
  <state statename="hellno">
    <text>Eww! I hate that fetish. Don't talk to me.</text>
    <onleave newstate="default" />
  </state>
  <state statename="fail">
    <text>Nevermind then. Come back when you've got your shit straight.</text>
    <onleave newstate="default" />
  </state>
  <state statename="fail2">
    <text>What?!!  ...</text>
    <onleave newstate="default" />
  </state>
  <state statename="bye">
    <text>Bye!</text>
    <onleave newstate="backhere" />
  </state>
  <state statename="backhere">
    <text>You are back, lover!</text>
    <resp scene="kylie_sex_a" newstate="finish">Let's have fun again.</resp>
    <onleave newstate="backhere" />
  </state>

  <state statename="doll">
    <text>Doll play</text>
    <resp newstate="pantson">Doll panties on</resp>
    <resp newstate="pantsoff">Doll panties off</resp>
    <if vari="skip_dialog_option" value="on">
      <resp scene="kylie_sex_a" newstate="return">Skip dialog to sex scene</resp>
    </if>
    <onleave newstate="default" />
  </state>
  <state statename="return">
    <if vari="npc_status" value="kylie_done">
      <text>Wow! I sure needed that.</text>
    </if>
    <elsif vari="npc_status" value="kylie_back">
      <text>Got bored with sex?!</text>
    </elsif>
    <else>
      <text>No return status</text>
    </else>
    <sprite obj="kylie.panties" stop="off" data="panties" value="off" />
    <resp newstate="pantson">Doll panties on</resp>
    <resp newstate="pantsoff">Doll panties off</resp>
    <if vari="skip_dialog_option" value="on">
      <resp scene="kylie_sex_a" newstate="return">Skip dialog to sex scene</resp>
    </if>
    <onleave newstate="default" />
  </state>
  <state statename="pantson">
    <text>pantson state text</text>
    <sprite obj="kylie.panties" stop="on" data="panties" value="on" />
    <resp newstate="doll">back</resp>
    <resp newstate="pantsoff">Doll panties off</resp>
    <onleave newstate="default" />
  </state>
  <state statename="pantsoff">
    <text>pantsoff state text</text>
    <sprite obj="kylie.panties" stop="off" data="panties" value="off" />
    <resp newstate="pantson">Doll panties on</resp>
    <resp newstate="doll">back</resp>
    <onleave newstate="default" />
  </state>
</dialog>
