<?xml version="1.0" encoding="UTF-8"?>
<dialog>
  <state statename="standby">
    <text>Standby state text</text>
    <resp newstate="foreplay">Foreplay scenes</resp>
    <resp newstate="sex">Sex scenes</resp>
    <if vari="zone" value="private_room_rose">
      <resp go="thegoldroom" floor="private_room_2">Go to Gold Room</resp>
      <resp go="thetower" floor="lounge_r">Go to Tower</resp>
    </if>
    <else>
      <resp go="private_room_rose">Go to Rose&apos;s room</resp>
    </else>
  </state>
  <state statename="foreplay">
    <text>Foreplay scenes</text>
    <resp newstate="sex">Sex scenes</resp>
    <resp scene="rose_oral_a">-Blowjob-</resp>
    <resp scene="rose_fj_a">-Footjob-</resp>
    <resp scene="rose_and_kendra_bj_3way">-Blowjob with Kendra-</resp>
    <if vari="zone" value="private_room_rose">
      <resp go="thegoldroom" floor="private_room_2">Go to Gold Room</resp>
      <resp go="thetower" floor="lounge_r">Go to Tower</resp>
    </if>
    <else>
      <resp go="private_room_rose">Go to Rose&apos;s room</resp>
    </else>
  </state>
  <state statename="sex">
    <text>Sex scenes</text>
    <resp newstate="foreplay">Foreplay scenes</resp>
    <resp scene="rose_sex_a">-Reverse cowgirl first person-</resp>
    <resp scene="rose_sex_b">-Reverse cowgirl third person-</resp>
    <resp scene="rose_anal_a">-Anal-</resp>
    <if vari="zone" value="private_room_rose">
      <resp go="thegoldroom" floor="private_room_2">Go to Gold Room</resp>
      <resp go="thetower" floor="lounge_r">Go to Tower</resp>
    </if>
    <else>
      <resp go="private_room_rose">Go to Rose&apos;s room</resp>
    </else>
  </state>
</dialog>
