<?xml version="1.0" encoding="UTF-8"?>
<dialog>
  <state statename="default">
    <text>Howdy there! Are you busy?</text>
    <resp newstate="bye">Yes, very busy. Bye!</resp>
    <resp newstate="state2">Not at all, why?</resp>
    <if vari="skip_dialog_option" value="on">
      <resp newstate="skip">-Skip dialog-</resp>
    </if>
  </state>
  <state statename="bye">
    <text>Goodbye.</text>
    <onleave newstate="default" />
  </state>
  <state statename="state2">
    <text>Are you enjoying the sights here at the Gold Room?</text>
    <resp newstate="talk">I love it here!</resp>
    <resp newstate="state3">It’s cool I guess. Seems a bit dead to me.</resp>
    <resp newstate="fail2">I’m not here for the sights, I’m gonna shag you in your ass, bitch!</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state3">
    <text>It’s been that way ever since the new updates rolled in. The place just isn’t as lively as it was before.</text>
    <resp newstate="bye">I’m going to go check it out regardless. See you sometime.</resp>
    <resp newstate="state4">That’s sad. It’s such a pretty sight.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state4">
    <text>Yeah.... Tell you what! How about you and me spice this place up. Make it a but more exciting!</text>
    <resp newstate="state5">I like the sound of that.</resp>
    <resp newstate="bye">I’ll pass, I really need to get back to my rental.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="state5">
    <text>Wonderful! How about you join me over here so we can enjoy a nice relaxing fuck on one of these chairs?</text>
    <resp newstate="finish" scene="kristen_sex_a">I thought you would never ask! -Missionary-</resp>
    <resp newstate="fail">No thanks.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="finish">
    <if vari="npc_status" value="done">
      <text>Mmm....I haven’t had a good fucking in way too long!</text>
      <text>Maybe we could do it again sometime...</text>
      <resp newstate="bye_f">See you soon!</resp>
      <resp scene="kristen_sex_a">Why not right now? -Missionary-</resp>
    </if>
    <elsif vari="npc_status" value="back">
      <text>So soon?!?  Damn, you had me so wet...</text>
      <resp newstate="bye_f">See you later.</resp>
    </elsif>
    <else>
      <text>No return status</text>
      <resp scene="kristen_sex_a">-Missionary-</resp>
    </else>
    <onleave newstate="backhere" />
  </state>
  <state statename="bye_f">
    <text>Goodbye.</text>
    <onleave newstate="backhere" />
  </state>
  <state statename="fail">
    <text>Aww, ok then. I get so lonely around here.</text>
    <onleave newstate="default" />
  </state>
  <state statename="fail2">
    <text>I don’t appreciate the way your talking to me, buster. Come back when you’ve learned your manners!</text>
    <onleave newstate="default" />
  </state>
  <state statename="backhere">
    <text>It’s you!</text>
    <text>A woman should not have to wait so long for a good fucking.</text>
    <text>You in the mood for some missionary?</text>
    <resp scene="kristen_sex_a" newstate="finish">Hello again! I would love to! -Missionary-</resp>
    <resp newstate="justtalk">Sorry, I just came to ask a few questions about this place.</resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="justtalk">
    <text>You’re sure you just want to talk? Well ok.</text>
    <resp newstate="talk2">So what is there to do around here?</resp>
    <resp newstate="fail"></resp>
    <resp newstate="bye"></resp>
    <onleave newstate="backhere" />
  </state>
  <state statename="talk">
    <text>Me too! That’s why I spend so much time here. I can never get tired of sparkly gold!</text>
    <resp newstate="talk2">Anything else I should know about this place?</resp>
    <resp newstate="bye">It was nice talking to you! Bye now.</resp>
    <onleave newstate="default" />
  </state>
  <state statename="talk2">
    <text>There are a couple of private rooms behind the gazebo. You’ll have the time of your life with the girls there!</text>
    <resp newstate="state"></resp>
    <resp newstate="bye">Thanks, I’ll be sure to check it out! See you around!</resp>
    <onleave newstate="default" />
  </state>

  <state statename="skip">
    <text>Dialog skipped.</text>
    <text>Modify dialog tree by editing data/dialog/chat_kristen.xml</text>
    <text>See XMLdialog_manual.pdf for howto.</text>
    <resp scene="kristen_sex_a">-Missionary-</resp>
    <resp newstate="default">Back to dialog start</resp>
  </state>
</dialog>
