<?xml version="1.0" encoding="UTF-8"?>
<dialog>
  <state statename="default">
    <if vari="genus" value="feline">
      <if vari="species" value="lion">
        <text>Hey there lion! Want to come around back and take me for a test drive?</text>
      </if>
      <elsif vari="species" value="jaguar">
        <text>Hey there jaguar! Want to come around back and take me for a test drive?</text>
      </elsif>
      <else>
        <text>Hey there tiger! Want to come around back and take me for a test drive?</text>
      </else>
    </if>
    <elsif vari="genus" value="canine">
      <if vari="species" value="wolf">
        <text>Hey there wolf! Want to come around back and take me for a test drive?</text>
      </if>
      <elsif vari="species" value="fox">
        <text>Hey there fox! Want to come around back and take me for a test drive?</text>
      </elsif>
      <else>
        <text>Hey there doggo! Want to come around back and take me for a test drive?</text>
      </else>
    </elsif>
    <elsif vari="genus" value="equine">
      <text>Hey there stud! Want to come around back and take me for a test drive?</text>
    </elsif>
    <elsif vari="genus" value="avian">
      <text>Hey there birdie! Want to come around back and take me for a test drive?</text>
    </elsif>
    <else>
      <text>Hey there mighty! Want to come around back and take me for a test drive?</text>
    </else>
    <resp newstate="state2">How could I refuse such an attractive offer?</resp>
    <resp newstate="fail1">I don’t even know you.</resp>
  </state>
  <state statename="state2">
    <text>You don’t.  Come on, I don’t want to be interrupted.</text>
    <resp newstate="finish1" scene="erin_sex_a">-Cowgirl sex-</resp>
    <resp newstate="fail2">I’m starting to have second thoughts, let’s skip it for now.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="finish1">
    <text>Wow, I didn’t think you’d be any good! It usually takes a few sessions before a man can make me cum.</text>
    <resp newstate="state3">I am a man of many talents.</resp>
    <resp newstate="fail4">We’re not finished, I still want to fuck your ass like an animal!</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="state3">
    <text>You want to go grab a drink? Maybe we could get to know each other a little better.</text>
    <resp newstate="finalfinish">Sure!</resp>
    <resp newstate="finish2" scene="erin_sex_a">Actually I wanted you to ride me again.</resp>
    <resp newstate="seduce">I came for sex, not for a relationship.</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="finish2">
    <text>Ah, so good! Did you enjoy yourself?</text>
    <resp newstate="state4" scene="erin_sex_a">I am a man of many talents.</resp>
    <resp newstate="bye">That was fun, but I have to go now.</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="state4">
    <text>Damn you reload fast! I might need a minute to recover.</text>
    <resp newstate="bye">I’m too soft to continue</resp>
    <resp newstate="state5">I can’t wait!</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="state5">
    <text>Let’s see. Lay down.</text>
    <resp newstate="finalfinish" scene="erin_sex_a">-Cowgirl sex-</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="finalfinish">
    <text>I’m so full! You have amazing volume, I can’t hold it all!</text>
    <resp newstate="TBD">You have the body of a goddess. I couldn’t hold back.</resp>
    <resp newstate="fail5">It wasn’t as good the second time around.</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="seduce">
    <text>Sex is my specialty! Now drop the Bullshit and let’s fuck!</text>
    <resp newstate="return">You make me so hard!</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="return">
    <text>Lay down and I’ll stick it in.</text>
    <resp newstate="finish2" scene="erin_sex_a">-Cowgirl sex-</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="bye">
    <text>Bye</text>
    <onleave newstate="backhere" />
  </state>
  <state statename="fail1">
    <text>What? You’ve never fucked someone you haven’t met before?</text>
    <onleave newstate="default" />
  </state>
  <state statename="fail2">
    <text>See you around, pussycat.</text>
    <onleave newstate="default" />
  </state>
  <state statename="fail3">
    <text>Head out. Learn your manners and maybe we’ll talk.</text>
    <onleave newstate="default" />
  </state>
  <state statename="fail4">
    <text>You’re not in control of my body. You are my servant and you will do my bidding!</text>
    <resp newstate="bye">Damn, I just wanted to have some fun. See you around maybe.</resp>
    <resp newstate="seduce">Sorry I didn’t mean to offend you. Do you still want to do cowgirl?</resp>
    <onleave newstate="default" />
  </state>
  <state statename="fail5">
    <text>Go and find someone else who exceeds your high expectations.</text>
    <onleave newstate="default" />
  </state>
  <state statename="backhere">
    <text>Nice to see you back.</text>
    <resp newstate="return">Let's fuck.</resp>
  </state>

</dialog>

