<?xml version="1.0" encoding="utf-8"?>

<ximpel>

<subject id="Intro">
    <description> skipintro </description>
    <media>
      <video file="Intro" leadsto="wakeup">
        <branchquestion>Do you want to skip the intro ?</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="550" width="1000" height="1000" leadsto="skip"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="skip">
    <description>Yes i already saw it.</description>
    <media>
      <video file="keepsleep" leadsto="wakeup"/>
    </media>
  </subject>


<subject id="wakeup">
    <description>Do you want to wake up ?</description>
    <media>
      <video file="keepsleep" repeat="true">
        <branchquestion>Yo,whatsup you ready for today ?</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="0" width="300" height="600" leadsto="yeahs"/>
            <overlaycel x="500" y="0" width="300" height="600" leadsto="noh"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="yeahs">
    <description>Yeah for sure man, lets go !</description>
    <media>
      <video file="wakeu2p" leadsto="birdman"/>
    </media>
  </subject>
  <subject id="noh" leadsto="wakeup">
    <description>No dude, ill tell you when i am ready !</description>
    <media>
      <video file="keepsleep2" leadsto="wakeup"/>
   </media>
   </subject>

<subject id="birdman">
    <description> what would you like to eat ? </description>
    <media>
      <video file="eatit" repeat="true">
        <branchquestion>I need something to eat, this is al i got</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="0" width="300" height="600" leadsto="bird"/>
            <overlaycel x="500" y="0" width="300" height="600" leadsto="appel"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="bird">
    <description>Go for the bird lots of proteins</description>
    <media>
      <video file="birdieeat" leadsto="steelcar"/>
    </media>
  </subject>
  <subject id="appel" leadsto="steelcar">
    <description>I would go for the apple</description>
    <media>
      <video file="appleeat" leadsto="steelcar"/>
   </media>
   </subject>



<subject id="steelcar">
    <description> Steel a car </description>
    <media>
      <video file="steelcar" repeat="true">
        <branchquestion>I need a car to get some love</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="250" y="250" width="300" height="300" leadsto="steel"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="steel">
    <description>you dont have a choice you have to steel one.</description>
    <media>
      <video file="steelcar" leadsto="Hochoice"/>
    </media>
  </subject>


<subject id="Hochoice">
    <description>Hochoice</description>
    <media>
      <video file="hochoice" repeat="true">
        <branchquestion>Help me dude,which one should i pick?</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="0" width="300" height="600" leadsto="ho1"/>
            <overlaycel x="500" y="0" width="300" height="600" leadsto="ho2"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="ho1">
    <description>she looks like a man,but whatever.</description>
    <media>
      <video file="hochoice1" leadsto="hochoicepay1"/>
    </media>
  </subject>
  <subject id="ho2" leadsto="overlayJump">
    <description>Hmm she sure looks hot ill do her.</description>
    <media>
      <video file="hochoice2" leadsto="hochoicepay2"/>
   </media>
   </subject>


<subject id="hochoicepay1">
    <description>pay or not</description>
    <media>
      <video file="hochoicepay1" repeat="true">
        <branchquestion>What do you think, should i pay her?</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="0" width="300" height="600" leadsto="dontpay"/>
            <overlaycel x="500" y="0" width="300" height="600" leadsto="payher"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="dontpay">
    <description>dont pay dude,she looks like shit</description>
    <media>
      <video file="hogameover" leadsto="gameover"/>
    </media>
  </subject>
  <subject id="payher" leadsto="Police">
    <description>yeah dude pay she was good</description>
    <media>
      <video file="ho1payd" leadsto="Police"/>
   </media>
   </subject>


<subject id="hochoicepay2">
    <description>pay or not</description>
    <media>
      <video file="hochoicepay2" repeat="true">
        <branchquestion>What do you think,should i pay her ?</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="0" width="300" height="600" leadsto="dontpay2"/>
            <overlaycel x="500" y="0" width="300" height="600" leadsto="payher2"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="dontpay2">
    <description>Pay her she was the best you ever had !</description>
    <media>
      <video file="ho2payd" leadsto="Police"/>
    </media>
  </subject>
  <subject id="payher2" leadsto="snackbar">
    <description> she was $40 you dont have the money</description>
    <media>
      <video file="ho2gameover" leadsto="gameover"/>
   </media>
   </subject>

<subject id="Police">
    <description>Police</description>
    <media>
      <video file="police" repeat="true">
        <branchquestion>The police has stopped me for drunk driving,HELP !!?</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="0" width="300" height="300" leadsto="Bribe"/>
            <overlaycel x="500" y="0" width="300" height="300" leadsto="Run"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="Bribe">
    <description>Try to bribe the officer</description>
    <media>
      <video file="policebribe" leadsto="Robbery"/>
    </media>
  </subject>
  <subject id="Run" leadsto="overlayJump">
    <description>RUN FOR IT MAN</description>
    <media>
      <video file="gameoverpolice" leadsto="overlayjump"/>
   </media>
   </subject>

<subject id="Robbery">
    <description>robbery</description>
    <media>
      <video file="robchoice" repeat="true">
        <branchquestion>I need money for the date man, should i rob him ?  </branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="0" width="300" height="600" leadsto="Kill"/>
            <overlaycel x="500" y="0" width="300" height="600" leadsto="Live"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="Kill">
    <description>Yeah kill him and take his cash</description>
    <media>
      <video file="Robdie" leadsto="dategirl"/>
    </media>
  </subject>
  <subject id="Live" leadsto="Dategirl">
    <description>Yeah do it but dont kill him</description>
    <media>
      <video file="Roblive" leadsto="dategirl"/>
   </media>
   </subject>



<subject id="dategirl">
    <description>Pick a date</description>
    <media>
      <video file="Datepickup" repeat="true">
        <branchquestion>Where should i take my girl??</branchquestion>
        <overlays>
          <overlay>
            <overlaycel x="0" y="0" width="300" height="600" leadsto="nice"/>
            <overlaycel x="500" y="0" width="300" height="600" leadsto="notnice"/>
          </overlay>
        </overlays>
      </video>
    </media>
  </subject>
  <subject id="nice">
    <description> Take her to a nice Restaurant </description>
    <media>
      <video file="dategood" leadsto="wannacomein"/>
    </media>
  </subject>
  <subject id="notnice" leadsto="datebad">
    <description>Take her to a cheap place man you dont have money</description>
    <media>
      <video file="datechoice1" leadsto="datebad"/>
   </media>
   </subject>

<subject id="datebad">
  <description>date didnt end well</description> 
  	<media>
  		<video file="datecry" leadsto="thesadend" /> 
  	</media>
</subject>
<subject id="wannacomein">
  <description>Invite me over </description> 
  	<media>
  		<video file="dateendinggood" leadsto="the end" /> 
  	</media>
</subject>


</ximpel>




