Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<set $location="bedroom">>
"@@.emily;Are you alright?@@"
You groan and slowly open your eyes. "@@.player;...Huh?@@" You're in a bedroom. Not your bedroom, not your girlfriends' bedroom, not any bedroom you've ever seen. Standing over you is a girl.
"@@.player;Where am I?@@"
The girl frown slightly. "@@.emily;I don't know. Keep calm, you're...@@"
You jump out of the bed, a thought striking you. "@@.player;You date raped me!@@"
The girl looks at you incredulously. "@@.emily;What?@@"
"@@.player;You wanted my hot bod and...@@"
"@@.emily;No!@@" The girl throws her hands up in frustration. "@@.emily;Will you just listen to me for five seconds?@@"
"@@.player;No! You listen to me! Tell me where I am, who you are, where I can get some hot pockets or something 'cause I'm starving, and why you kidnapped me! Not in that order, start with the hot pockets thing.@@"
"@@.emily;There aren't any damn hot pockets. I don't know where you are, I'm not the one who kidnapped //us.//@@"
"@@.player;... What?@@"
"@@.emily;I don't know any more than you do. I just woke up here, started exploring and found you.@@"
You narrow your eyes. "@@.player;Then how do you know there aren't any hot pockets.@@"
"@@.emily;...@@"
"@@.player;Right. This is serious. My date raping kidnapper is a shitty liar as well.@@"
"@@.emily;I'm not... don't you recognize me?@@"
[[You stare at her.|intro2]]<input type="checkbox" id="fullscreen"><label for="fullscreen" class="gofullscreen"><img @src="setup.ImagePath+'open.png'" alt="Go full screen" title="Go full screen" class="fullscreenImg"></label><label for="fullscreen" class="exitfullscreen"><img @src="setup.ImagePath+'close.png'" alt="Exit full screen" title="Exit full screen" class="fullscreenImg"></label>
<<include "locationImage">>
<<print " ★ ".repeat($stars)>><<if $stars lt $maxStars>><<print " ☆ ".repeat($maxStars - $stars)>><</if>>
<<print "Day:">> $day
<<print "Money:">> $money
Mind Control Orbs: $mindControl
<<if $quest is "NULL">> <<print "Quest: None">> <<else>> <<print "Quest: ">>$quest
<<print "Time Remaining: ">> $questTimer days<<endif>>
<<button "Examine Self">> <<goto "Self">> <</button>>
<<button "Stats">> <<goto "stats">> <</button>>
<<silently>>
<<set $your_traits to [],
$stars=3
$feminine=0
$oldFeminine=0
$breasts=0
$oldBreasts=0
$ass=0
$oldAss=0
$sub=0
$oldSub=0
$time=0
$mindControl=0
$maxStars=3
$money=0
$day=1
$class="Man"
$highStat="NULL"
$oldHighStat=0
$tmp="NULL"
$temp=0
$livingOdds=0
$bathroomOdds=0
$gymOdds=0
$kitchenOdds=0
$studioOdds=0
$ericTrait="NULL"
$hannahTrait="NULL"
$emilyTrait="NULL"
$arnoldTrait="NULL"
$ericEncounter=0
$emilyEncounter=0
$hannahEncounter=0
$arnoldEncounter=0
$studioTrait=0
$kitchenTrait=0
$bathroomTrait=0
$gymTrait=0
$livingTrait=0
$ericMC=0
$emilyMC=0
$emilyLove=0
$hannahMC=0
$arnoldMC=0
$arnoldLove=0
$quest="NULL"
$questTimer=0
$questCount=0
$slut=0
$hostLove=0
$ballerina="false"
$stripper="false"
$hornyTimer=-10000
$studioSearch=0
$kitchenSearch=0
$bathroomSearch=0
$gymSearch=0
$livingSearch=0
$submission=0
$horny=0
$ericHorny=0
$gymTimer=0
$willpower=0
$archetype=0
$commentControl="NULL"
$doorRoom=random(1,5)
$agent=random(1,4)
$extraStar=false
$foeFinder=false
$foundFoe=0
$foundFoeRoom=0
$raise=false
$shopBack=false
$eric = {
name: "Eric",
breasts: 0,
ass: 0,
feminine:0,
sub: 0,
breastsTmp: 0,
assTmp: 0,
feminineTmp:0,
subTmp: 0,
horny: 0,
willpower: 100,
archetype: 0,
master: "none",
team: -1,
focus: "none"
}
$hannah = {
name: "Hannah",
breasts: 0,
ass: 0,
feminine:0,
sub: 0,
breastsTmp: 0,
assTmp: 0,
feminineTmp:0,
subTmp: 0,
horny: 0,
willpower: 100,
archetype: 2,
master: "none",
team: -1,
focus: "none",
orb: false
}
$arnold = {
name: "Arnold",
breasts: 0,
ass: 0,
feminine:0,
sub: 0,
breastsTmp: 0,
assTmp: 0,
feminineTmp:0,
subTmp: 0,
horny: 0,
willpower: 100,
archetype: 0,
master: "none",
team:-1,
focus: "none",
orb: false
}
$emily = {
name: "Emily",
breasts: 0,
ass: 0,
feminine:0,
sub: 0,
breastsTmp: 0,
assTmp: 0,
feminineTmp:0,
subTmp: 0,
horny: 0,
willpower: 100,
archetype: 2,
master: "none",
team:-1,
focus: "none",
orb: false
}
>>
<</silently>>[img[img/ui/logo.png][https://www.apollosevengames.com]] You get dressed and strike a pose.
<<include "playerClothes">>
"@@.player;Looking good.@@"
/* Traits description*/
Traits:
<<include "traits">>
[[Start the Day|New Day Meeting]]<<set $location="studio", $oldMoney=$money>>
<<silently>>
<<if $foundFoeRoom==1>>
<<if $foundFoe==1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $foundFoe==2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $foundFoe==3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $foundFoe==4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<</if>>
<<elseif $random==1 and $ericEncounter<1 and $foundFoe!=1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $random==2 and $hannahEncounter<1 and $foundFoe!=3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $random==3 and $emilyEncounter<1 and $foundFoe!=2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $random==4 and $arnoldEncounter<1 and $foundFoe!=4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<<endif>>
<</silently>>
"@@.computer;Welcome to the studio!@@" a pleasant voice calls out. "@@.computer;I hope you don't mind, but this competition is of considerable interest to many viewers. Here you can talk with them to provide them some insight into your rather unique experiences.@@"
<<if $studioTrait==3>> You try to open the door but it is locked.
"@@.computer;Thank you for your enthusiasm,@@" a female voice calls out. "@@.computer;If you would like to continue posing for the camera please follow blue line on the wall to our studio more equipped for your... needs.@@" [[Obediantly, you follow the line.|Sex Studio]] (Cam Whore)
<<else>>
[[Talk to the camera|Studio After][$money+=20, $tmp="false"]]<<if $raise>> (Gain 30 Money)<<else>>(Gain 20 Money)<</if>>
[[Live video chat|Studio After][$money+=50, $studioOdds+=1, $tmp="true"]]<<if $raise>> (Gain 60 Money)<<else>>(Gain 50 Money)<</if>>
<<if $quest is "Nude cam show">>[[Give a nude cam show|Quest Events]]<<endif>>
<<if $stars>=1>>
<<if $studioFound>>
<<if $doorRoom==1>>
[[Go look at the graph again.|Studio After][$stars-=1, $tmp="graph"]] (Costs ★)
<</if>>
<<else>>
[[Look for a way out|Studio After][$stars-=1, $studioSearch++, $tmp="search"]] (Costs ★)
<</if>>
<</if>>
[[Leave|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<silently>>
<<set $location="kitchen", $oldMoney=$money>>
/* This randomizes encounters. */
<<if $foundFoeRoom==2>>
<<if $foundFoe==1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $foundFoe==2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $foundFoe==3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $foundFoe==4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<</if>>
<<elseif $random==1 and $ericEncounter<1 and $foundFoe!=1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $random==2 or $random==5 and $hannahEncounter<1 and $foundFoe!=3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $random==3 and $emilyEncounter<1 and $foundFoe!=2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $random==4 and $arnoldEncounter<1 and $foundFoe!=4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<<endif>>
<</silently>>
"@@.computer;Welcome to the kitchen!@@" a pleasant voice calls out. "@@.computer;Here you can cook meals for other contestants. In exchange, we will provide you some currency for our convenient shop. The compensation will correlate with the complexity of the meal.@@"
<<if $kitchenTrait==3>> You can't bear to go in there without a master. But you think you know [[where to find one.|Hannah Encounter]] (Submissive Servant)
<<else>>
[[Make ramen|Kitchen After][$money+=20, $tmp="false"]]<<if $raise>> (Gain 30 Money)<<else>>(Gain 20 Money)<</if>>
[[Cook a three course meal|Kitchen After][$money+=50, $kitchenOdds+=1, $tmp="true"]]<<if $raise>> (Gain 60 Money)<<else>>(Gain 50 Money)<</if>>
<<if $stars>=1>>
<<if $kitchenFound>>
<<if $doorRoom==2>>
[[Go look at the graph again.|Kitchen After][$stars-=1, $tmp="graph"]] (Costs ★)
<</if>>
<<else>>
[[Look for a way out|Kitchen After][$stars-=1, $kitchenSearch++, $tmp="search"]] (Costs ★)
<</if>>
<</if>>
[[Leave|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<endif>><<silently>>
<<set $location="gym", $gymTimer=0, $oldMoney=$money>>
<<if $foundFoeRoom==3>>
<<if $foundFoe==1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $foundFoe==2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $foundFoe==3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $foundFoe==4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<<elseif $random==1 and $ericEncounter<1 and $foundFoe!=1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<</if>>
<<elseif $random==2 and $hannahEncounter<1 and $foundFoe!=3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $random==3 and $emilyEncounter<1 and $foundFoe!=2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $random==4 or $random==5 and $arnoldEncounter<1 and $foundFoe!=4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<<endif>>
<</silently>>
"@@.computer;Welcome to the gym!@@" a pleasant voice calls out. "@@.computer;Here you can exercise to keep your body in shape. As we greatly care for the well-being of our contestants, we will provide you some currency for our convenient shop every time you exercise. Or, if you like, take a relaxing turn in our sauna for some extra money.@@"
<<if $gymTrait==3>> You try to enter the gym, but it's locked. You scowl, you NEED to work out. Then it hits you, there's a guy around here who would love to help you out. [[And you think you'll love it too.|Arnold Encounter]] (Buns of Steel)
<<else>>
<<if $gymTrait>=2>>
[[Go for a swim.|Gym After][$money+=60, $gymOdds+=1, $tmp="pool"]]<<if $raise>> (Gain 70 Money)<<else>>(Gain 60 Money)<</if>>
<<else>>
[[Do some light exercise|Gym After][$money+=20, $tmp="false"]] <<if $raise>> (Gain 30 Money)<<else>>(Gain 20 Money)<</if>>
[[Use the sauna|Gym After][$money+=50, $gymOdds+=1, $tmp="true"]]<<if $raise>> (Gain 60 Money)<<else>>(Gain 50 Money)<</if>>
<</if>>
<<if $arnoldTrait is "1a" or $arnoldTrait is "2a" or $arnoldTrait is "3a">>[[Go to the dance studio.|Gym After][$tmp="dance",$money+=60, $gymOdds+=1]] (Gain 60 Money)<<endif>>
<<if $stars>=1>>
<<if $gymFound>>
<<if $doorRoom==3>>
[[Go look at the graph again.|Gym After][$stars-=1, $tmp="graph"]] (Costs ★)
<</if>>
<<else>>
[[Look for a way out.|Gym After][$stars-=1, $gymSearch++, $tmp="search"]] (Costs ★)
<</if>>
<</if>>
[[Leave|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<silently>>
<<set $location="bathroom", $oldMoney=$money>>
<<if $foundFoeRoom==4>>
<<if $foundFoe==1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $foundFoe==2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $foundFoe==3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $foundFoe==4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<</if>>
<<elseif $random==1 and $ericEncounter<1 and $foundFoe!=1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $random==2 and $hannahEncounter<1 and $foundFoe!=3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $random==3 or $random==5 and $emilyEncounter<1 and $foundFoe!=2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $random==4 and $arnoldEncounter<1 and $foundFoe!=4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<<endif>>
<</silently>>
"@@.computer;Welcome to the bathroom!@@" a pleasant voice calls out.
"@@.player;Hey! Leave me alone!@@" You shout. "@@.player;What the hell is wrong with you. Haven't you ever heard of privacy?@@"
The voice continues. "@@.computer;As we greatly care for the well-being of our contestants, we will provide you some currency for our convenient shop every time you wash yourself. Or, if you like, take a relaxing bath for some extra money.@@"
<<if $bathroomTrait==3>> You want to become smoother, softer, but you've done all you can in the bathroom. Your thoughts turn to the one person you know who can help, [[Emily|Emily Encounter]] (Soft Skin)
<<else>>
[[Take a shower|Bathroom After][$money+=20, $tmp="false"]]<<if $raise>> (Gain 30 Money)<<else>>(Gain 20 Money)<</if>>
[[Take a long bath|Bathroom After][$money+=50, $bathroomOdds+=1, $tmp="true"]]<<if $raise>> (Gain 60 Money)<<else>>(Gain 50 Money)<</if>>
<<if $stars>=1>>
<<if $bathFound>>
<<if $doorRoom==4>>
[[Go look at the graph again.|Bathroom After][$stars-=1, $tmp="graph"]] (Costs ★)
<</if>>
<<else>>
[[Look for a way out|Bathroom After][$stars-=1, $bathroomSearch++, $tmp="search"]] (Costs ★)
<</if>>
<</if>>
[[Leave|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<endif>><<silently>>
<<set $location="living", $oldMoney=$money>>
<<if $foundFoeRoom==5>>
<<if $foundFoe==1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $foundFoe==2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $foundFoe==3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $foundFoe==4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<</if>>
<<elseif $random==1 or $random==5 and $ericEncounter<1 and $foundFoe!=1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $random==2 and $hannahEncounter<1 and $foundFoe!=3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $random==3 and $emilyEncounter<1 and $foundFoe!=2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $random==4 and $arnoldEncounter<1 and $foundFoe!=4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<<else>>
<<endif>>
<</silently>>
"@@.computer;Welcome to the Living Room!@@" a pleasant voice calls out. "@@.computer;Here you can watch experimental commercials from our advertising department. In exchange, we will provide you some currency for our convenient shop. The amount will be correlated to how many you watch.@@"
<<if $livingTrait==3>> It's no good, the videos aren't enough anymore. You want cum, and you want it now. Luckily, you know where [[you can find some.|Eric Encounter]] (Cum Slut)
<<else>>
[[Watch random television|Living Room After][$money+=20, $tmp="false"]] <<if $raise>> (Gain 30 Money)<<else>>(Gain 20 Money)<</if>>
[[Watch the experimental commercials|Living Room After][$money+=50, $livingOdds+=1, $tmp="true"]]<<if $raise>> (Gain 60 Money)<<else>>(Gain 50 Money)<</if>>
<<if $stars>=1>>
<<if $livingFound>>
<<if $doorRoom==5>>
[[Go look at the graph again.|Living Room After][$stars-=1, $tmp="graph"]] (Costs ★)
<</if>>
<<else>>
[[Look for a way out|Living Room After][$stars-=1, $livingSearch++, $tmp="search"]] (Costs ★)
<</if>>
<</if>>
[[Leave|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<silently>>
<<set $location="shop">>
<<if !$shopBack>>
<<if $foundFoeRoom==6>>
<<if $foundFoe==1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $foundFoe==2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $foundFoe==3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $foundFoe==4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<</if>>
<<elseif $random==1 and $ericEncounter<1 and $foundFoe!=1>>
<<set $ericEncounter=2>>
<<goto "Eric Encounter">>
<<elseif $random==2 and $hannahEncounter<1 and $foundFoe!=3>>
<<set $hannahEncounter=2>>
<<goto "Hannah Encounter">>
<<elseif $random==3 and $emilyEncounter<1 and $foundFoe!=2>>
<<set $emilyEncounter=2>>
<<goto "Emily Encounter">>
<<elseif $random==4 and $arnoldEncounter<1 and $foundFoe!=4>>
<<set $arnoldEncounter=2>>
<<goto "Arnold Encounter">>
<<endif>>
<</if>>
<</silently>>
What do you want to buy:
Single use and consumables:
General Purpose Mind Control: [[100|Shop After][$tmp="mc"]]
Emergency S.T.A.R.: [[200|Shop After][$tmp="es"]]
Permanent Upgrades (Each upgrade may only be purchased once)
<<if !$extraStar>>Additional S.T.A.R.: Provides an extra max S.T.A.R. [[500|Shop After][$tmp="as"]]<</if>>
<<if !$foeFinder>>Foe Finder: Provides the location of one random oppoenent. [[700|Shop After][$tmp="ff"]] <</if>>
<<if !$raise>>Labor Negotiator: Hires a lawyer to negotiate a raise. [[600|Shop After][$tmp="ln"]] <</if>>
[[Buy nothing.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $tmp=""]]<<set $controlTmp="emily">>
<<include "enemyClothes">>
<<if $studioTrait>=2>><<set $horny+=3>><</if>> <<set $random to random(1,4)>>
<<if $emily.master is "player">>
<<if $studioFound and $doorRoom==1 and $agent==2>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $kitchenFound and $doorRoom==2 and $agent==2>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $gymFound and $doorRoom==3 and $agent==2>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $bathFound and $doorRoom==4 and $agent==2>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $livingFound and $doorRoom==5 and $agent==2>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<else>>
You bump into Emily while walking to your destination.
Who should Emily focus on?
<<listbox "$transformation">>
<<option "Eric" "eric" `$emily.focus == "eric" ? "selected" : ""`>>
<<option "Arnold" "arnold" `$emily.focus == "arnold" ? "selected" : ""`>>
<<option "Hannah" "hannah" `$emily.focus == "hannah" ? "selected" : ""`>>
<</listbox>>
<<switch $moveTmp>>
<<case "studio">>
[[Move along.|Studio][$foundFoeRoom=0, $random=0]]
<<case "kitchen">>
[[Move along.|Kitchen][$foundFoeRoom=0, $random=0]]
<<case "gym">>
[[Move along.|Gym][$foundFoeRoom=0, $random=0]]
<<case "bath">>
<<if $bathroomTrait>=3>>
[[Move along.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
[[Move along.|Bathroom][$foundFoeRoom=0, $random=0]]
<</if>>
<<case "living">>
[[Move along.|Living Room][$foundFoeRoom=0, $random=0]]
<<case "shop">>
[[Move along.|Shop][$foundFoeRoom=0, $random=0]]
<<default>>
[[Move along.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</switch>>
<</if>>
<<elseif $emily.master is "eric">>
Emily is under Eric's control!
[[Let her do as she will|Eric Aftermath][$breasts+=1]]
<<if $stars>=1>>[[Refuse|Emily Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling her would be pointless.)
<<elseif $emily.master is "arnold">>
Emily is under Arnold's control!
[[Let her do as she will|Arnold Aftermath][$ass+=1]]
<<if $stars>=1>>[[Refuse|Emily Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling her would be pointless.)
<<elseif $emily.master is "hannah">>
Emily is under Hannah's control!
[[Let her do as she will|Hannah Aftermath][$sub+=1]]
<<if $stars>=1>>[[Refuse|Emily Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling her would be pointless.)
<<else>>
<<if $emily.team==0>>
<<goto "teamUp">>
<<elseif $emily.team==1>>
<<goto "emilyTeam">>
<</if>>
<<silently>>
<<if $advRand==6 and $emily.team==-1>> <<goto "emilyEncounterAdvantage">><</if>>
<</silently>>
Upon seeing you, Emily smiles. "@@.emily;Hey! Sorry about this, but I can't just let you go.@@"
/*no transform*/
<<if $feminine==0>>
"@@.emily;Uh... hi.@@" Emily looks away from you, avoiding eye contact.
"@@.player;Hey.@@"
Emily gives you an apologetic smile. "@@.emily;I don't think working together is going to work out. Sorry. But I need to... inject you with this.@@"
/* */
<<elseif $feminine==1>>
"@@.player;Emily, what was in whatever you injected me with?@@"
"@@.emily;I can't tell you. The rules are different for us than for you. He mad that quite clear.@@"
"@@.player;What are you talking about?@@"
Emily smiles, but her eyes betray a hint of sadness. "@@.emily;I'm sorry, but I have to give you another dose.@@"
/* */
<<elseif $feminine==2>>
"@@.emily;I really need to...@@"
"@@.player;I know.@@" You sigh.
"@@.emily;Just... just use one of those points, okay? I don't have a choice but you...@@"
You give her an exasperated look. "@@.player;What do you mean you don't have a choice, Emily, just tell me what is going on.@@"
"@@.emily;I can't. Are you going to spend a point or not?@@"
/* */
<<elseif $feminine==3>>
"@@.player;Emily, something about those injections isn't right. I feel so off lately.@@"
"@@.emily;...I'm sorry, but I have to keep doing this.@@"
/* */
<<elseif $feminine==4>>
You start to back away from Emily. "@@.player;Oh no, not another dose of whatever that stuff is.@@"
Emily shakes her head. "@@.emily;No, not this time. This time, I have something else in mind.@@"
@@.player;Something else.@@"
Emily smirks. "@@.emily;Come with me and I'll show you.@@"
/* */
<<elseif $feminine==5>>
"@@.emily;Uh, I have this, I'm supposed to um... hi.@@"
"@@.player;Hey@@"
Emily gives you an apologetic smile. "@@.emily;Sorry. But I need to... inject you with this.@@"
/* */
<<elseif $feminine==6>>
"@@.emily;Uh, I have this, I'm supposed to um... hi.@@"
"@@.player;Hey@@"
Emily gives you an apologetic smile. "@@.emily;Sorry. But I need to... inject you with this.@@"
/* */
<<elseif $feminine==7>>
"@@.emily;Uh, I have this, I'm supposed to um... hi.@@"
"@@.player;Hey@@"
Emily gives you an apologetic smile. "@@.emily;Sorry. But I need to... inject you with this.@@"
<<elseif $feminine==8>>
"@@.emily;Uh, I have this, I'm supposed to um... hi.@@"
"@@.player;Hey@@"
Emily gives you an apologetic smile. "@@.emily;Sorry. But I need to... inject you with this.@@"
/* */
<<elseif $feminine==9>>
"@@.emily;Uh, I have this, I'm supposed to um... hi.@@"
"@@.player;Hey@@"
Emily gives you an apologetic smile. "@@.emily;Sorry. But I need to... inject you with this.@@"
/* */
<<elseif $feminine>=10>>
Emily smiles and saunters up to you. "@@.emily;Are you ready to end this, to finally admit your love?@@"
<<endif>>
[[Let her|Emily Aftermath][$feminine+=1]]
<<if $stars>=1>>[[Refuse|Emily Refuse][$stars-=1]] (Costs ★)<<endif>>
<<if $mindControl>0 and $stars>0>>[[Use the mind control orb|Emily MC][$mindControl-=1, $stars--]](Costs ★)<</if>>
<<if $quest is "Flash someone">>
Maybe you should [[flash Emily?|Quest Events]]
<<elseif $quest is "Lick a pussy">>
Maybe you should [[lick Emily's pussy?|questSex][$pitcherName="Eric", $catcherName="You", $action="pussy", $pitcher=2, $catcher=2]]
<</if>>
<</if>><<set $controlTmp="hannah">>
<<include "enemyClothes">>
<<if $studioTrait>=2>><<set $horny+=3>><</if>> <<set $random to random(1,4)>>
<<if $hannah.master is "player">>
<<if $studioFound and $doorRoom==1 and $agent==3>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<elseif $kitchenFound and $doorRoom==2 and $agent==3>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<elseif $gymFound and $doorRoom==3 and $agent==3>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<elseif $bathFound and $doorRoom==4 and $agent==3>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<elseif $livingFound and $doorRoom==5 and $agent==3>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<else>>
You bump into Hannah while walking to your destination.
Who should Hannah focus on?
<<listbox "$transformation">>
<<option "Emily" "emily" `$hannah.focus == "emily" ? "selected" : ""`>>
<<option "Arnold" "arnold" `$hannah.focus == "arnold" ? "selected" : ""`>>
<<option "Eric" "eric" `$hannah.focus == "eric" ? "selected" : ""`>>
<</listbox>>
<<switch $moveTmp>>
<<case "studio">>
[[Move along.|Studio][$foundFoeRoom=0, $random=0]]
<<case "kitchen">>
<<if $kitchenTrait>=3>>
[[Move along.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
[[Move along.|Kitchen][$foundFoeRoom=0, $random=0]]
<</if>>
<<case "gym">>
[[Move along.|Gym][$foundFoeRoom=0, $random=0]]
<<case "bath">>
[[Move along.|Bathroom][$foundFoeRoom=0, $random=0]]
<<case "living">>
[[Move along.|Living Room][$foundFoeRoom=0, $random=0]]
<<case "shop">>
[[Move along.|Shop][$foundFoeRoom=0, $random=0]]
<<default>>
[[Move along.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</switch>>
<</if>>
<<elseif $hannah.master is "emily">>
Hannah is under Emily's control!
[[Let her do as she will|Emily Aftermath][$feminine+=1]]
<<if $stars>=1>>[[Refuse|Hannah Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling her would be pointless.)
<<elseif $hannah.master is "arnold">>
Hannah is under Arnold's control!
[[Let her do as she will|Arnold Aftermath][$ass+=1]]
<<if $stars>=1>>[[Refuse|Hannah Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling her would be pointless.)
<<elseif $hannah.master is "eric">>
Hannah is under Eric's control!
[[Let her do as she will|Eric Aftermath][$breasts+=1]]
<<if $stars>=1>>[[Refuse|Hannah Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling her would be pointless.)
<<else>>
<<if $hannah.team==0>>
<<goto "teamUp">>
<<elseif $hannah.team==1>>
<<if $hannah.betray==true>>
Hannah rejects you're team up after your betrayl.
<<set $hannah.team=-1>>
<<else>>
<<goto "hannahTeam">>
<</if>>
<</if>>
<<silently>>
<<if $advRand==6 and $hannah.team==-1>> <<goto "hannahEncounterAdvantage">><</if>>
<</silently>>
/*greeting she says every time.*/
"@@.hannah;Stop.@@" Damn, it's Hannah, glaring at you.
<<if $sub==0>>
"@@.hannah;Are you going to spend a point to stop me?.@@"
"@@.player;I...@@"
Hannah cuts you off. "@@.hannah;Yes or no. I don't want to waste my time.@@"
/* */
<<elseif $sub==1>>
Hannah tries to inject you with something.
/* */
<<elseif $sub==2>>
Hannah tries to inject you with something.
/* */
<<elseif $sub==3>>
Hannah tries to force you to your knees.
/* */
<<elseif $sub==4>>
Hannah tries to inject you with something.
/* */
<<elseif $sub==5>>
Hannah tries to inject you with something.
/* */
<<elseif $sub==6>>
Hannah tries to inject you with something.
<<elseif $sub==7>>
Hannah tries to inject you with something.
/* */
<<elseif $sub==8>>
Hannah tries to inject you with something.
/* */
<<elseif $sub==9>>
Hannah tries to inject you with something.
/* */
<<elseif $sub>=10>>
Hannah tries to inject you with something.
<<endif>>
[[Let her do whatever it is she wants to do|Hannah Aftermath][$sub+=1]]
<<if $stars>=1>>[[Spend a point|Hannah Refuse][$stars-=1]] (Costs ★)<<endif>>
<<if $mindControl>0 and $stars>0>>[[Use the mind control orb|Hannah MC][$mindControl-=1, $stars--]](Costs ★)<</if>>
<<if $quest is "Flash someone">>
Maybe you should [[flash Hannah?|Quest Events]]
<<elseif $quest is "Fuck someone">>
Maybe you should ask Hannah if you can [[fuck her?|questSex][$pitcherName="Hannah", $catcherName="You", $action="fuck", $pitcher=hannah.archetype, $catcher=$archetype]]
<<elseif $quest is "Lick a pussy">>
Maybe you should [[lick Hannah's pussy?|questSex][$pitcherName="Hannah", $catcherName="You", $action="pussy", $pitcher=2, $catcher=2]]
<</if>>
<</if>> <<if $breasts==4>>
You follow him to his room. Once inside he turns around and looks you up and down. He smiles as he stares at your chest. "@@.eric;Looks like things are getting started down there. Why don't you get down on your knees and show how much you like what I'm doing to you.@@"
[[For some reason, you can't resist the offer.|Eric Sex 1][$stars=$maxStars, $tmp="true"]] (Restore ★ to max, gain trait)
[[Shake your head|Eric Sex 1][$tmp="false"]]
<<elseif $breasts==7>>
You follow him to his room. Once inside he turns around and looks you up and down. He smiles as he stares at your chest. "@@.eric;Now that is looking good. Why don't you kneel so I can have fun with those babies.@@"
[[Let him have his way with you|Eric Sex 2][$stars=$maxStars, $tmp="true"]] (Restore ★ to max, gain trait)
[[Shake your head|Eric Sex 2][$tmp="false"]]
<<else>>
You sigh and let him inject the vial in your arm. You stagger, losing your balance for a moment. The world seems to dissolve before your eyes as whatever Eric injected you with spreads through your system.
"@@.eric;Good... good. Now listen to me carefully.@@"
You focus on his world, your only anchor as the world [[spins around you.|Eric Hypno]]
<</if>><<set $slut+=1>>
<<if $tmp is "true">><<set $random to random(1,2)>>
<<if $random==1>> <<set $ericTrait="1a", $blowJobInhib-=50>>
<video autoplay loop src="img/eric/eshyp11.mp4"></video>
You fall to your knees in front of Eric. With a quick motion, he injects you with something. You start to complain, but before you can even open your mouth the desire is washed away, leaving you compliant.
"@@.eric;That's a good girl,@@"
You frown. "@@.player;I'm not a girl.@@"
"@@.eric;For now, but don't worry, I'll help you fix that.@@"
Whatever Eric injected you with, you feel good, like this is what you should be doing. You reach up and grab his cock through his jeans.
He grins and let you continue rubbing his cock for a while. After about a minute of this, Eric moves your hand down. "@@.eric;Time for the main event.@@"
As he moves his underwear down, his cock springs out. The size of it shocks you. But you want it, it looks so good.
<video autoplay loop src="img/eric/eshyp12.mp4"></video>
You suck it.
You can't stop, it tastes so good. It feels so good.
<video autoplay loop src="img/eric/eshyp13.mp4"></video>
He cums all over your face.
Eric sighs as he zips back up. "@@.eric;This is your place in the world, got it? Down on your knees sucking cock.@@"
You nod softly as he walks away.
(You now have an Oral Fixation)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>> <<set $ericTrait="1b">>
"@@.eric;You want to be a good girl don't you?@@"
You nod. You do want to be a good... girl? What, you're not a...
"@@.eric;Good girls have nice, bouncy breasts. You want nice bouncy breasts. And bouncy breasts are so much nicer when other people can see them.@@"
<video autoplay loop src="img/eric/eshyp14.mp4"></video>
//Yeah, that makes sense.//
Eric pushes you onto his bed and removes your shirt. Slowly he starts to massage your chest.
"@@.eric;It will feel so good, your breasts. Let them come, don't fight it. Show them off to the world.@@"
<video autoplay loop src="img/eric/eshyp15.mp4"></video>
Eventually, Eric lets you go.
(You now love to wear Low Cut tops)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<endif>>
<<elseif $tmp is "false">>
"@@.eric;Still fighting me? Let's fix that.@@"
Eric grabs your arm and you feel the telltale prick of another injection. He doesn't follow as you escape down the hallway.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<silently>>
<<set $temp=324, $tmp="none", $horny+=random(0,$slut), $location="lobby", $gymTimer++, $ericEncounter--, $emilyEncounter--, $arnoldEncounter--, $hannahEncounter--, $sexBattle="none", $advRand=random(1,6), $random=random(1,9)>>
<<if $studioTrait>=1>>
<<if $ericTrait is "3b" or $ericTrait is "2b">>
<<set $horny+=2>>
<<elseif $ericTrait is "1b">>
<<set $horny++>>
<</if>>
<<if $gymTrait>=3>>
<<set $horny+=2>>
<<elseif $sub>=7>>
<<set $horny++>>
<</if>>
<</if>>
<<if $eric.master is "player" and $hannah.master is "player" and $arnold.master is "player" and $emily.master is "player">>
<<goto "Victory">>
<</if>>
/*<<run UpdateMoment()>>*/
<</silently>>
<<if $time>=5>>
[[Go to sleep|Sleep]]
<<else>>
You glance around the hallway. There's no sign of anyone. You think you have a good shot of running to one of the other rooms without being spotted. Although there are only five rooms, so it's a good chance you'll bump into someone anyway.
<<if $time==0>>
It is early morning.
<<elseif $time==1>>
It is late morning.
<<elseif $time==2>>
It is noon.
<<elseif $time==3>>
It is the afternoon.
<<elseif $time==4>>
It is night time
<<endif>>
<<if $studioTrait>=3 and $horny>=60 and random(1,3)==1>>
You squirm as you walk down the hall. //@@.player;Damn, I'm so worked up! I need to get some relief, I need... I need...@@//
Your feet lead you automatically to the studio. The thought of showing off for the camera, feeling the pleasure of others watching show off your bare skin, sending a shiver down your spine.
[[Walk into the studio.|Studio][$time++]]
<<elseif random(1,20)==1 and $kitchenTrait>=1>>
<<set $tmp="clean", $time++>>
<<goto "Random Events">>
<<elseif $gymTimer>=12 and $gymTrait>=1>>
You haven't had a proper workout in days and you're starting to get antsy. Putting aside what plans you had, you [[head straight to the gym.|Gym][$time++]]
<<elseif random(1,12)==1>>
<<set $time++>>
<<goto "enemyDecide">>
<<else>>
Go to the
[[Studio.->Studio][$time+=1,$moveTmp="studio"]]<<if $foeFinder>><<if $foundFoeRoom==1>><<if $foundFoe==1>>(Eric is in this room)<<elseif $foundFoe==2>>(Emily is in this room)<<elseif $foundFoe==3>>(Hannah is in this room)<<elseif $foundFoe==4>>(Arnold is in this room)<</if>><</if>><</if>>
[[Kitchen.->Kitchen][$time+=1,$moveTmp="kitchen"]]<<if $foeFinder>><<if $foundFoeRoom==2>><<if $foundFoe==1>>(Eric is in this room)<<elseif $foundFoe==2>>(Emily is in this room)<<elseif $foundFoe==3>>(Hannah is in this room)<<elseif $foundFoe==4>>(Arnold is in this room)<</if>><</if>><</if>>
[[Gym.->Gym][$time+=1,$moveTmp="gym"]]<<if $foeFinder>><<if $foundFoeRoom==3>><<if $foundFoe==1>>(Eric is in this room)<<elseif $foundFoe==2>>(Emily is in this room)<<elseif $foundFoe==3>>(Hannah is in this room)<<elseif $foundFoe==4>>(Arnold is in this room)<</if>><</if>><</if>>
[[Bathroom.->Bathroom][$time+=1,$moveTmp="bath"]]<<if $foeFinder>><<if $foundFoeRoom==4>><<if $foundFoe==1>>(Eric is in this room)<<elseif $foundFoe==2>>(Emily is in this room)<<elseif $foundFoe==3>>(Hannah is in this room)<<elseif $foundFoe==4>>(Arnold is in this room)<</if>><</if>><</if>>
[[Living Room.->Living Room][$time+=1,$moveTmp="living"]]<<if $foeFinder>><<if $foundFoeRoom==5>><<if $foundFoe==1>>(Eric is in this room)<<elseif $foundFoe==2>>(Emily is in this room)<<elseif $foundFoe==3>>(Hannah is in this room)<<elseif $foundFoe==4>>(Arnold is in this room)<</if>><</if>><</if>>
[[Shop.->Shop][$time+=1,$moveTmp="shop"]]<<if $foeFinder>><<if $foundFoeRoom==6>><<if $foundFoe==1>>(Eric is in this room)<<elseif $foundFoe==2>>(Emily is in this room)<<elseif $foundFoe==3>>(Hannah is in this room)<<elseif $foundFoe==4>>(Arnold is in this room)<</if>><</if>><</if>>
<</if>>
<</if>>
/*[[Eric|sexBattleIntro][$controlTmp="eric"]]
[[Emily|sexBattleIntro][$controlTmp="emily"]]
[[Arnold|sexBattleIntro][$controlTmp="arnold"]]
[[Hannah|sexBattleIntro][$controlTmp="hannah"]]*/<<set $time = 0, $random = random(1,50), $temp=$ass+$breasts+$feminine+$sub, $questTimer-=1, $location="bedroom">>
<<include "dreams">>
<<if $random<=$temp>>
<<set $random to random(1,9)>>
<<if $random==1>>
<video autoplay loop src="img/sleep/sleephyp1.mp4"></video>
<<elseif $random==2>>
<video autoplay loop src="img/sleep/sleephyp2.mp4"></video>
<<elseif $random==3>>
<video autoplay loop src="img/sleep/sleephyp3.mp4"></video>
<<elseif $random==4>>
<video autoplay loop src="img/sleep/sleephyp4.mp4"></video>
<<elseif $random==5>>
<video autoplay loop src="img/sleep/sleephyp5.mp4"></video>
<<elseif $random==6>>
<video autoplay loop src="img/sleep/sleephyp6.mp4"></video>
<<elseif $random==7>>
<video autoplay loop src="img/sleep/sleephyp7.mp4"></video>
<<elseif $random==8>>
<video autoplay loop src="img/sleep/sleephyp8.mp4"></video>
<<elseif $random==9>>
<video autoplay loop src="img/sleep/sleephyp9.mp4"></video>
<<endif>>
<<include "dreams">>
[[wake up|Wake Up]]
<<else>>
[[Wake up|Wake Up]]
<<endif>>
<<if $stars<$maxStars>><<set $stars+=1>><<endif>>"@@.player;Fuck off.@@"
Eric chuckles. "@@.eric;You're just wasting your points. Watch yourself, this place is dog eat dog.@@"
[[Leave|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<set $controlTmp="arnold">>
<<include "enemyClothes">>
<<if $studioTrait>=2>><<set $horny+=3>><</if>> <<set $random to random(1,4)>>
<<if $arnold.master is "player">>
<<if $studioFound and $doorRoom==1 and $agent==4>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $kitchenFound and $doorRoom==2 and $agent==4>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $gymFound and $doorRoom==3 and $agent==4>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $bathFound and $doorRoom==4 and $agent==4>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $livingFound and $doorRoom==5 and $agent==4>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<else>>
"@@.arnold;Dude!@@"
You turn around to see Arnold running towards you. "@@.player;Uh... hi.@@"
"@@.arnold;You're never going to guess what I found. A TV!@@"
"@@.player;Uh... yeah. It's not exactly hidden.@@"
Arnold shakes head. "@@.arnold;You don't get it bro, it doesn't get any sports! Who knows how long we've been locked up in here, I need to know how's been playing the best at sports!@@"
"@@.player;Yeah... that's not really a priority for me.@@"
Arnold frowns. "@@.arnold;Aw, dude. Weak.@@"
"@@.player;Once I win, we can get out of here and you can do all the sports you want, okay?@@"
"@@.arnold;Yeah! I'll keep looking around!@@"
Who should Arnold focus on?
<<listbox "$transformation">>
<<option "Emily" "emily" `$arnold.focus == "emily" ? "selected" : ""`>>
<<option "Eric" "eric" `$arnold.focus == "eric" ? "selected" : ""`>>
<<option "Hannah" "hannah" `$arnold.focus == "hannah" ? "selected" : ""`>>
<</listbox>>
<<switch $moveTmp>>
<<case "studio">>
[[Move along.|Studio][$foundFoeRoom=0, $random=0]]
<<case "kitchen">>
[[Move along.|Kitchen][$foundFoeRoom=0, $random=0]]
<<case "gym">>
<<if $gymTrait>=3>>
[[Move along.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
[[Move along.|Gym][$foundFoeRoom=0, $random=0]]
<</if>>
<<case "bath">>
[[Move along.|Bathroom][$foundFoeRoom=0, $random=0]]
<<case "living">>
[[Move along.|Living Room][$foundFoeRoom=0, $random=0]]
<<case "shop">>
[[Move along.|Shop][$foundFoeRoom=0, $random=0]]
<<default>>
[[Move along.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</switch>>
<</if>>
<<elseif $arnold.master is "emily">>
Arnold is under Emily's control!
[[Let him do as he will|Emily Aftermath][$feminine+=1]]
<<if $stars>=1>>[[Refuse|Arnold Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling him would be pointless.)
<<elseif $arnold.master is "emily">>
Arnold is under Emily's control!
[[Let him do as he will|Emily Aftermath][$feminine+=1]]
<<if $stars>=1>>[[Refuse|Arnold Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling him would be pointless.)
<<elseif $arnold.master is "hannah">>
Arnold is under Hannah's control!
[[Let him do as he will|Hannah Aftermath][$sub+=1]]
<<if $stars>=1>>[[Refuse|Arnold Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling him would be pointless.)
<<else>>
<<if $arnold.team==0>>
<<goto "teamUp">>
<<elseif $arnold.team==1>>
<<goto "arnoldTeam">>
<</if>>
<<silently>>
<<if $advRand==6 and $arnold.team==-1>> <<goto "arnoldEncounterAdvantage">><</if>>
<</silently>>
"@@.arnold;Yo! What's up dude?@@"
You turn around and see Arnold has spotted you.
<<if $ass==0>>
Arnold tries to inject you with something.
<<elseif $ass==1>>
Arnold tries to inject you with something.
<<elseif $ass==2>>
Arnold tries to inject you with something.
<<elseif $ass==3>>
Arnold tries to force you to your knees.
<<elseif $ass==4>>
Arnold tries to inject you with something.
<<elseif $ass==5>>
Arnold tries to inject you with something.
<<elseif $ass==6>>
Arnold tries to inject you with something.
<<elseif $ass==7>>
Arnold tries to inject you with something.
<<elseif $ass==8>>
Arnold tries to inject you with something.
<<elseif $ass==9>>
Arnold tries to inject you with something.
<<elseif $ass>=10>>
Arnold tries to inject you with something.
<<endif>>
[[Don't resist|Arnold Aftermath][$ass+=1]]
<<if $stars>=1>>[[Refuse|Arnold Refuse][$stars-=1]] (Costs ★)<<endif>>
<<if $mindControl>0 and $stars>0>>[[Use the mind control orb|Arnold MC][$mindControl-=1, $stars--]](Costs ★)<</if>>
<<if $quest is "Flash someone">>
Maybe you should [[flash Eric?|Quest Events]]
<<else>>
<<if $arnold.archetype<2>>
<<if $quest is "Give a blowjob">>
Maybe you should ask Eric if you can [[suck his dick?|questSex][$pitcherName="Arnold", $catcherName="You", $action="blow", $pitcher=$arnold.archetype, $catcher=$archetype]]
<<elseif $quest is "Give a titjob">>
Maybe you should ask Eric if you can give him a [[titjob?|questSex][$pitcherName="Arnold", $catcherName="You", $action="titjob", $pitcher=1, $catcher=2]]
<<elseif $quest is "Give a footjob">>
Maybe you should ask Eric if you can give him a [[footjob?|questSex][$pitcherName="Arnold", $catcherName="You", $action="foot", $pitcher=1, $catcher=2]]
<<elseif $quest is "Show off your twerking">>
Maybe you should ask Eric if you can [[twerk for him?|questSex][$pitcherName="Arnold", $catcherName="You", $action="twerk"]]
<<elseif $quest is "Fuck someone">>
Maybe you should ask Eric if you can [[fuck him?|questSex][$pitcherName="Arnold", $catcherName="You", $action="fuck", $pitcher=arnold.archetype, $catcher=$archetype]]
<</if>>
<<else>>
<<if $quest is "Lick a pussy">>
Maybe you should [[lick Arnold's pussy?|questSex][$pitcherName="Arnold", $catcherName="You", $action="pussy", $pichter=2, $catcher=2]]
<</if>>
<</if>>
<</if>>
<</if>><<if $feminine==4>>
She starts to kiss you.
[[Let her have her way with you|Emily Sex 1][$stars=$maxStars, $tmp="true"]] (Restore ★ to max)
[[Try to get away|Emily Sex 1][$tmp="false"]]
<<elseif $feminine==7>>
She starts to kiss you.
[[Let her have her way with you|Emily Sex 2][$stars=$maxStars, $tmp="true"]] (Restore ★ to max)
[[Try to get away|Emily Sex 2][$tmp="false"]]
<<else>>
She brushes up against you, caressing your cheek. Then, your attention is yanked away by the sting of a needle. You stagger, losing your balance for a moment.
[[You feel dizzy|Emily Hypno]]
<</if>>"No, I think I'll use one of those points."
Emily sighs in relief. "@@.emily;Oh, good. I was hoping you'd do that. I really don't want to do this to you...@@"
"@@.player;Than why are you?@@"
Emily only frowns faintly and looks away.
[[Sigh and leave.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<set $slut+=1>>
<<if $tmp is "true">>
<<if random(1,2)==1>> <<set $emilyTrait="1a">>
<video autoplay loop src="img/emily/emshypno11.mp4"></video>
Emily makes out with you, injects you.
<video autoplay loop src="img/emily/emshypno12.mp4"></video>
(You are now a hopeless Romantic)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>> <<set $emilyTrait="1b", $pussyLickInhib-=50>>
<video autoplay loop src="img/emily/emshypno13.mp4"></video>
Emily forces you to eat her out. She injects you again.
<video autoplay loop src="img/emily/emshypno14.mp4"></video>
(You are now a Pussy Licker)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<else>> You try to get away but she manages to inject you.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<if $sub==4>>
She pushes you to the ground.
[[Let her have her way with you|Hannah Sex 1][$stars=$maxStars, $tmp="true"]] (Restore ★ to max)
[[Try to get away|Hannah Sex 1][$tmp="false"]]
<<elseif $sub==7>>
She pushes you to the ground.
[[Let her have her way with you|Hannah Sex 2][$stars=$maxStars, $tmp="true"]] (Restore ★ to max)
[[Try to get away|Hannah Sex 2][$tmp="false"]]
<<else>>
Hannah struts towards you and without hesitation injects you. You stagger, [[losing your balance for a moment.|Hannah Hypno]]
<</if>>Hannah's expression doesn't change. "@@.hannah;Fine. You'll run out you know. It'd be easier if you let it happen.@@"
"@@.player;No thanks, my parents taught me not to let strangers hypnotize me.@@"
You think you see the hint of a smirk on Hannah's face, but when you blink it's gone.
[[Leave|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]Hannah's expression doesn't change. "@@.hannah;Fine. You'll run out you know. It'd be easier if you let it happen.@@"
"@@.player;No thanks, my parents taught me not to let strangers hypnotize me.@@"
You think you see the hint of a smirk on Hannah's face, but when you blink it's gone.
<<set $slut+=1>>
<<if $stars>$maxStars>><<set $stars=$maxStars>><</if>>
<<if $tmp is "true">>
<<if random(1,2)==1>>
<<set $hannahTrait="1a", $footWorshipInhib-=50>>
<video autoplay loop src="img/hannah/hshypno11.mp4"></video>
Hannah makes you lick her feet, injects you.
<video autoplay loop src="img/hannah/hshypno12.mp4"></video>
(You now have a Foot Fetish)
[[Dizy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<<set $hannahTrait="1b", $submission+=10>>
<video autoplay loop src="img/hannah/hshypno13.mp4"></video>
Hannah forces you to wear panties. She injects you again
<video autoplay loop src="img/hannah/hshypno14.mp4"></video>
(You now have Submissive Tendencies)
[[Dizy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "false">> You try to get away but she manages to inject you.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<if $ass==4>>
Arnold grabs your ass.
[[Let him have his way with you|Arnold Sex 1][$stars=$maxStars, $tmp="true"]] (Restore ★ to max)
[[Try to get away|Arnold Sex 1][$tmp="false"]]
<<elseif $ass==7>>
Arnold grabs your ass
[[Let him have his way with you|Arnold Sex 2][$stars=$maxStars, $tmp="true"]] (Restore ★ to max)
[[Try to get away|Arnold Sex 1][$tmp="false"]]
<<else>>
You sigh and let him inject the vial in your arm. You stagger, losing your balance for a moment.
[[You feel dizzy|Arnold Hypno]]
<</if>>"@@.player;No way. That's a, uh, foul. Technical foul.@@"
Arnold laughs. "@@.arnold;Basketball!@@"
[[Uh, yeah.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<set $slut+=1>>
<<if $stars>$maxStars>><<set $stars=$maxStars>><<endif>>
<<if $tmp is "true">>
<<if random(1,2)==1>> <<set $arnoldTrait="1a">>
<video autoplay loop src="img/arnold/ashypno11.mp4"></video>
Arnold teaches you how to dance provocatively. He injects you again.
<video autoplay loop src="img/arnold/ashypno12.mp4"></video>
(You love to Dance)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<<set $arnoldTrait="1b", $assGropeInhib-=50, $assJobInhib-=50>>
<video autoplay loop src="img/arnold/ashypno13.mp4"></video>
Arnold spanks you. He injects you again.
<video autoplay loop src="img/arnold/ashypno14.mp4"></video>
(You now have a Sensitive Ass)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<else>>
You try to get away but he manages to inject you.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<if $tmp is "mc" and $money>=100>>
You bought the mind control orb
<<set $mindControl++, $money-=100>>
<<elseif $money>=200 and $tmp is "ss">>
<<set $slut-=5, $money-=200>>
<<if $livingTrait>=1 and $slut<15>>
<<set $slut=15>>
<<elseif $slut<0>>
<<set $slut=0>>
<</if>>
The Slut Supressor comes in the form of a vial. //@@.player;I don't know what I expected.@@// You drink it, the haze of desire filling your mind dissapating slightly.
<<elseif $money>=200 and $tmp is "cb">>
<<set $submission-=5, $money-=200>>
<<if $submission<0>>
<<set $submission=0>>
<</if>>
The Confidence Booster comes in the form of a vial. //@@.player;I don't know what I expected.@@/ You drink it, the instantly feeling a little more assertive and less submissive.
<<elseif $tmp is "es" and $money>=200 and $stars<$maxStars>>
<<set $stars++, $money-=200>>
//@@.player;I better make good use of this, these are pretty expensive.@@//
<<elseif $tmp is "ff" and $money>=700>>
<<set $foeFinder=true, $money-=700>>
//@@.player;Now no one will escape my grasp! Mwahahaha! Or rather I can excape their grasp. That's a lot less ominous.@@//
<<elseif $tmp is "as" and $money>=500>>
//@@.player;Okay. I guess I have more... S.T.A.R.S. now. Should be useful.@@//
<<set $maxStars++, $stars++, $money-=500, $extraStar=true>>
<<elseif $tmp is "ln" and $money>=600>>
@@.player;Wait, am I under contract? How can I... whatever.@@//
<<set $raise=true, $money-=600>>
<<elseif $tmp is "">>
<<else>>//@@.player;I can't afford that.@@// <<endif>>
[[Back to the shop|Shop][$shopBack=true]] <<if $eric.breasts==8>>
<<set $eric.breasts+=2>>
<<set $eric.master="player">>
<<if $agent==1>>
<<if $studioFound and $doorRoom==1>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<elseif $kitchenFound and $doorRoom==2>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<elseif $gymFound and $doorRoom==3>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<elseif $bathFound and $doorRoom==4>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<elseif $livingFound and $doorRoom==5>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<else>>
<video autoplay loop src="img/hypno/eric51.mp4"></video>
<video autoplay loop src="img/hypno/eric52.mp4"></video>
<video autoplay loop src="img/hypno/eric53.mp4"></video>
<video autoplay loop src="img/hypno/eric54.mp4"></video>
<video autoplay loop src="img/hypno/eric55.mp4"></video>
You've done it, Eric agrees that you should win. You wait a couple minutes, but he doesn't seem to break your control. You are confident that Eric is firmly under on your side.
[[Have your way with him|PlayerEricSex]]
<</if>>
<<else>>
<video autoplay loop src="img/hypno/eric51.mp4"></video>
<video autoplay loop src="img/hypno/eric52.mp4"></video>
<video autoplay loop src="img/hypno/eric53.mp4"></video>
<video autoplay loop src="img/hypno/eric54.mp4"></video>
<video autoplay loop src="img/hypno/eric55.mp4"></video>
You've done it, Eric agrees that you should win. You wait a couple minutes, but he doesn't seem to break your control. You are confident that Eric is firmly under on your side.
[[Have your way with him|PlayerEricSex]]
<</if>>
<<elseif $eric.breasts==6>>
<video autoplay loop src="img/hypno/eric41.mp4"></video>
<video autoplay loop src="img/hypno/eric42.mp4"></video>
<video autoplay loop src="img/hypno/eric43.mp4"></video>
<video autoplay loop src="img/hypno/eric44.mp4"></video>
Eric stares blankly ahead as you instruct him. But despite being deep in trance, you can't seem to get him to obey you. Still, you feel he's almost broken.
<<set $eric.breasts+=2>>
[[Have your way with him|PlayerEricSex]]
<<elseif $eric.breasts==4>>
<video autoplay loop src="img/hypno/eric31.mp4"></video>
<video autoplay loop src="img/hypno/eric32.mp4"></video>
<video autoplay loop src="img/hypno/eric33.mp4"></video>
For a moment Eric agrees to help you win, but he soon snaps out of it.
<<set $eric.breasts+=2>>
[[Have your way with him|PlayerEricSex]]
<<elseif $eric.breasts==2>>
<video autoplay loop src="img/hypno/eric21.mp4"></video>
<video autoplay loop src="img/hypno/eric22.mp4"></video>
Eric seems a little more receptive to assisting you this time, but he still breaks your control easily.
<<set $eric.breasts+=2>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $eric.breasts==0>>
<video autoplay loop src="img/hypno/eric1.mp4"></video>
You try to convince Eric to help you, but he shrugs it off.
<<set $eric.breasts+=2>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You've hypnotized Eric as much as you can already.
[[next|Day Loop]h
<<endif>><<set $random to random(1,25)>><<if $money>$oldMoney and $raise>><<set $money+=10>><</if>>
<<if $random<=$livingOdds and $tmp is "true">>
<<silently>>
<<if $quest is "Watch commercials 4 times">>
<<set $quest="Watch commercials 3 times">>
<<elseif $quest is "Watch commercials 3 times">>
<<set $quest="Watch commercials 2 times">>
<<elseif $quest is "Watch commercials 2 times">>
<<set $quest="Watch commercials 1 time">>
<<elseif $quest is "Watch commercials 1 time">>
<<set $quest="Quest Complete!">>
<</if>>
<</silently>>
<<if $livingTrait==2>>
<<set $livingTrait++>>
The commercials seem to change, settling into a pattern.
<video autoplay loop src="img/livingroom/livinghyp4.mp4"></video>
<video autoplay loop src="img/livingroom/livinghyp5.mp4"></video>
<video autoplay loop src="img/livingroom/livinghyp6.mp4"></video>
You need it, you need a hard cock. Something to fill the hunger inside you. Something salty and creamy, running down your throat. You start to drool at the thought of it.
(You are a Cum Slut)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $livingTrait==1>>
<<set $livingTrait++, $livingOdds-=3, $slut+=10>>
The commercials seem to change, settling into a pattern.
<video autoplay loop src="img/livingroom/livinghyp2.mp4"></video>
<video autoplay loop src="img/livingroom/livinghyp3.mp4"></video>
It's not enough to just rub yourself, you need to rub someone else too. And have them rub you. The thought of sex pervades your mind. It doesn't matter who, just as long as they have a hard cock or a wet pussy.
(You are Easy)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $livingTrait==0>>
<<set $livingTrait++, $livingOdds-=3>>
The commercials seem to change, settling into a pattern.
<video autoplay loop src="img/livingroom/livinghyp1.mp4"></video>
As you watch you feel yourself grow hot. The more you look, the harder it gets to avoid the sensation. Slowly, you lower a hand to your crotch.
(You are Always Horny)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "true">>
<<silently>>
<<if $quest is "Watch commercials 4 times">>
<<set $quest="Watch commercials 3 times">>
<<elseif $quest is "Watch commercials 3 times">>
<<set $quest="Watch commercials 2 times">>
<<elseif $quest is "Watch commercials 2 times">>
<<set $quest="Watch commercials 1 time">>
<<elseif $quest is "Watch commercials 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $livingTrait==2>>
As you watch the commercials you start to rub yourself. Slowly you unbutton your pants and start to masturbate as you stare at the screen.
<img src="img/livingroom/livingmasturbate4.jpg">
//Mmm, I wish someone else was here with me. I could use a good fuck. Maybe they'll give me some money if I [[do it myself...|Living Room After 2][$money+=40, $livingOdds+=1, $tmp="toys", $slut++]]//
[[Just leave.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $livingTrait==1>>
As you watch the commercials you feel yourself start to grow hot.
<img src="img/livingroom/livingmasturbate1.jpg">
//Mmm, maybe they will pay me more if I [[touch myself...|Living Room After 2][$money+=40,$livingOdds+=1, $tmp="hands", $slut++]]
[[Just leave.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You force yourself to watch commercials until you can't stand it anymore.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "search">>
<<if $livingSearch>=random(1,10)>>
As you feel along the walls, looking for any kind of seam, you hear a click. You pump your fist as you watch a hole slowly opening in the floor.
"@@.player;Yes! I knew there had to be a way out of this place!@@"
[[Go down the hole|Living Room After 2][$livingFound=true, $kitchenSearch++, $bathroomSearch++, $gymSearch++, $studioSearch++]]
<<else>>
You spend a while examining every knock and cranny of the room. You don't find anything, but you feel confident you'll find something eventually, you're quickly narrowing the possibilities.
[[There has to be a way out of here!|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "graph">>
<<include "barGraph">>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $tmp is "masturbate">>
You can't take to anymore, you need to get off. Looking around to make sure nobody is around, you pull down your pants and get to work.
<<set $random=random(1,12)>>
<<if $random==1 and $emilyMC<5>>
[[Emily catches you!|emilySexBattleIntro][$tmp="masturbate"]]
<<elseif $random==2 and $ericMC<5>>
[[Eric catches you!|ericSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==3 and $arnoldMC<5>>
[[Arnold catches you!|arnoldSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==4 and $hannahMC<5>>
[[Hannah catches you!|hannahSexBattleIntro][$tmp="masturbate"]]
<<else>>
You manage to finish without being caught.
[[next|Day Loop][$horny=0]]
<</if>>
<<else>>
You watch a some T.V., but it's all strange shows you've never seen before. You soon get bored and turn it off.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<set $random to random(1,25)>><<if $money>$oldMoney and $raise>><<set $money+=10>><</if>>
<<if $random<=$bathroomOdds and $tmp is "true">>
<<silently>>
<<if $quest is "Take a bath 4 times">>
<<set $quest="Take a bath 3 times">>
<<elseif $quest is "Take a bath 3 times">>
<<set $quest="Take a bath 2 times">>
<<elseif $quest is "Take a bath 2 times">>
<<set $quest="Take a bath 1 time">>
<<elseif $quest is "Take a bath 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $bathroomTrait==2>>
<<set $bathroomTrait++>>
The water of the bath starts to shimmer, reflecting strange patterns.
<video autoplay loop src="img/bathroom/bathhyp4.mp4"></video>
<video autoplay loop src="img/bathroom/bathhyp5.mp4"></video>
<video autoplay loop src="img/bathroom/bathhyp6.mp4"></video>
Despite being clean shaven, your body is still kind of icky. Lucky, there's plenty of soaps and moisturizers. You spend some time applying them until you have baby soft skin.
(Your have Soft Skin)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $bathroomTrait==1>>
<<set $bathroomTrait++, $bathroomOdds-=3>>
The water of the bath starts to shimmer, reflecting strange patterns.
<video autoplay loop src="img/bathroom/bathhyp2.mp4"></video>
<video autoplay loop src="img/bathroom/bathhyp3.mp4"></video>
You enjoy the feeling of your smooth thighs gliding against each other. That's when it hits you. Your arms, your chest, your crotch, they're all so hairy! How could you let yourself be so gross? You immediately take to shaving your entire body.
(Your entire body is Smooth and Sensitive)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $bathroomTrait==0>>
<<set $bathroomTrait++, $bathroomOdds-=3, $footJobInhib-=50>>
The water of the bath starts to shimmer, reflecting strange patterns.
<video autoplay loop src="img/bathroom/bathhyp1.mp4"></video>
As you soak, you look down at your body.
//Ugh, my legs are so hairy, it's gross.//
You decide to shave your legs.
//Ah, that's much better.//
(You have Shaved Legs)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "true">>
<<silently>>
<<if $quest is "Take a bath 4 times">>
<<set $quest="Take a bath 3 times">>
<<elseif $quest is "Take a bath 3 times">>
<<set $quest="Take a bath 2 times">>
<<elseif $quest is "Take a bath 2 times">>
<<set $quest="Take a bath 1 time">>
<<elseif $quest is "Take a bath 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $bathroomTrait==2>>
It takes a lot of effort to keep your whole body smooth. You take the time in bath to redo some of your problem areas.
The feel of the water against your smooth skin is making you hot.
//Mmm, maybe they'll pay me if I [[relieve my problem...|Bath After 2][$bathroomOdds+=1,$money+=40, $tmp="dildo", $slut++]]//
<<elseif $bathroomTrait is "Shaved Legs">>
You relax, enjoying the feeling of the hot water against your smooth legs. After a while, you decide to shave your legs again, just in case.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You enjoy a nice, long bath. the warm water feels great on your skin.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "search">>
<<if $bathroomSearch>=random(1,10)>>
As you feel along the walls, looking for any kind of seam, you hear a click. You pump your fist as you watch a hole slowly opening in the floor.
"@@.player;Yes! I knew there had to be a way out of this place!@@"
[[Go down the hole|Bath After 2][$bathFound=true, $kitchenSearch++, $studioSearch++, $gymSearch++, $livingSearch++]]
<<else>>
You spend a while examining every knock and cranny of the room. You don't find anything, but you feel confident you'll find something eventually, you're quickly narrowing the possibilities.
[[There has to be a way out of here!|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "graph">>
<<include "barGraph">>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $tmp is "masturbate">>
You can't take to anymore, you need to get off. Looking around to make sure nobody is around, you pull down your pants and get to work.
<<set $random=random(1,12)>>
<<if $random==1 and $emilyMC<5>>
[[Emily catches you!|emilySexBattleIntro][$tmp="masturbate"]]
<<elseif $random==2 and $ericMC<5>>
[[Eric catches you!|ericSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==3 and $arnoldMC<5>>
[[Arnold catches you!|arnoldSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==4 and $hannahMC<5>>
[[Hannah catches you!|hannahSexBattleIntro][$tmp="masturbate"]]
<<else>>
You manage to finish without being caught.
[[next|Day Loop][$horny=0]]
<</if>>
<<else>>
You take a quick sorry. You don't think they'd put any cameras in here, but even if they did the glass is nice and frosted.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<set $random to random(1,25)>><<if $money>$oldMoney and $raise>><<set $money+=10>><</if>>
<<if $random<=$gymOdds and $tmp!="false" and $tmp!="search">>
<<silently>>
<<if $quest is "Use the sauna 4 times">>
<<set $quest="Use the sauna 3 times">>
<<elseif $quest is "Use the sauna 3 times">>
<<set $quest="Use the sauna 2 times">>
<<elseif $quest is "Use the sauna 2 times">>
<<set $quest="Use the sauna 1 time">>
<<elseif $quest is "Use the sauna 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $gymTrait==2>>
<<set $gymTrait++>>
A screen in the corner of the sauna turns on. You glance at it, but it's nothing but flashing lights.
<video autoplay loop src="img/gym/gymhyp4.mp4"></video>
<video autoplay loop src="img/gym/gymhyp5.mp4"></video>
<video autoplay loop src="img/gym/gymhyp6.mp4"></video>
You flex your butt and smile. All your hard work is really paying off. But what's the point if there's no one around to see it. A thought crosses your mind and you smile to yourself. They say you should dress for the job you want, so why not just put on that bikini right now! Then you can show off and flaunt to your hearts content.
(You can't wait to get out of this place, so you can get to the beach and have a weekend of Sun Sand and Sex. Might as well start wearing that bikini right now.)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $gymTrait==1>>
<<set $gymTrait++, $gymOdds-=3>>
A screen in the corner of the sauna turns on. You glance at it, but it's nothing but flashing lights.
<video autoplay loop src="img/gym/gymhyp2.mp4"></video>
<video autoplay loop src="img/gym/gymhyp3.mp4"></video>
Despite all the work you've been doing, you still don't feel quite comfortable. You're getting all pale from being inside this gym all day. You need to get outside, maybe do some laps in the pool, and get ready for summer. Gotta get that beach body.
(You now strive to obtain the perfect Beach Body)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $gymTrait==0>>
<<set $gymTrait++, $gymOdds-=3, $gymTimer=0>>
A screen in the corner of the suana turns on. You glance at it, but it's nothing but flashing lights.
<video autoplay loop src="img/gym/gymhyp1.mp4"></video>
As you sit in the sauna you realize something.
//If they're watching me, I need to get in shape. I'm not exactly fat, but it's still embarrassing.//
You resolve to work out more.
(You are a Gym Rat)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "pool">>
<<silently>>
<<if $quest is "Use the sauna 4 times">>
<<set $quest="Use the sauna 3 times">>
<<elseif $quest is "Use the sauna 3 times">>
<<set $quest="Use the sauna 2 times">>
<<elseif $quest is "Use the sauna 2 times">>
<<set $quest="Use the sauna 1 time">>
<<elseif $quest is "Use the sauna 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
The pool, while indoors, ha different lighting than the rest of the mansion. If you didn't know better, you would swear it was lit by actual sunlight.
You dive into the pool and start swimming laps. The cool water feels great on your skin, the bright light rejuvenating you.
//You know, this place is almost like a giant tanning bed. I really am getting pasty running around this place. Hmm.. maybe they'll even pay me if I [[show some skin...|Gym After 2][$money+=40, $slut++]]//
[[Decide against it.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $tmp is "dance">>
<<set $slut+=1>>
<<if $stripper is "false">>
<<set $stripper="true">>
The only thing in the studio is poles.
<img src="img/gym/poles.jpg">
You turn to leave, but find instead find yourself walking up to one of the poles. Instinctively you start to dance.
<img src="img/gym/strip1.jpg">
As you dance, you begin moving in more provocative motions, showing off your ass. You move up and down the poles, rubbing yourself against the metal.
<img src="img/gym/strip2.jpg">
You throw off your dress, it just feels right.
<img src="img/gym/strip3.jpg">
You strip off more of your clothing as you go along. Dancing to the pounding beat of your heart. It's so exhilarating, you wish you had found this place ages ago.
<img src="img/gym/strip4.jpg">
(You now have a deep desire to be a Stripper)
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You practice your stripping.
<<if random(1,4)==1>>
<img src="img/gym/strip12.jpg">
Arnold comes in.
[[Arnold walks in on you!|ArnoldPlayerSex][$tmp="strip"]]
<<elseif random(1,4)==1 and $breasts>=7>>
<img src="img/gym/strip6.jpg">
You spot a figure in the darkness
<img src="img/gym/strip7.jpg">
[[Eric has been watching you!|EricPlayerSex][$tmp="strip"]]
<<else>>
<img src="img/gym/strip19.jpg">
<img src="img/gym/strip22.jpg">
<img src="img/gym/strip23.jpg">
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<endif>>
<<elseif $tmp is "true">>
<<silently>>
<<if $quest is "Use the sauna 4 times">>
<<set $quest="Use the sauna 3 times">>
<<elseif $quest is "Use the sauna 3 times">>
<<set $quest="Use the sauna 2 times">>
<<elseif $quest is "Use the sauna 2 times">>
<<set $quest="Use the sauna 1 time">>
<<elseif $quest is "Use the sauna 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $gymTrait==2>>
Rather then relax, you take the time to do some squats.
//Come on baby, feel the burn!//
<<if random(1,2)==1>>A dick pops out of the wall!
<img src="img/gym/dick.jpg">
//Someone has been watching! Maybe they'll pay me if I [[suck on it...|Gym After 2][$money+=40, $gymOdds+=1, $slut++]]<<endif>>
[[Just ignore it and leave.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $gymTrait==1>>
You relax in the sauna, unconcerned with the possible cameras.
//Let them look, I'm proud of this body. It took a lot of hard work.//
[[Get dressed and leave.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $gymTrait==0>>
//Why would they pay me to sit in the sauna. Actually, scratch that, I know exactly why. Fucking perverts.//
You try to ignore the cameras you assume must exist and relax.
[[Get dressed and leave.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "search">>
<<if $gymSearch>=random(1,10)>>
As you feel along the walls, looking for any kind of seam, you hear a click. You pump your fist as you watch a hole slowly opening in the floor.
"@@.player;Yes! I knew there had to be a way out of this place!@@"
[[Go down the hole|Gym After 2][$gymFound=true, $kitchenSearch++, $bathroomSearch++, $studioSearch++, $livingSearch++]]
<<else>>
You spend a while examining every knock and cranny of the room. You don't find anything, but you feel confident you'll find something eventually, you're quickly narrowing the possibilities.
[[There has to be a way out of here!|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "graph">>
<<include "barGraph">>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $tmp is "masturbate">>
You can't take to anymore, you need to get off. Looking around to make sure nobody is around, you pull down your pants and get to work.
<<set $random=random(1,12)>>
<<if $random==1 and $emilyMC<5>>
[[Emily catches you!|emilySexBattleIntro][$tmp="masturbate"]]
<<elseif $random==2 and $ericMC<5>>
[[Eric catches you!|ericSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==3 and $arnoldMC<5>>
[[Arnold catches you!|arnoldSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==4 and $hannahMC<5>>
[[Hannah catches you!|hannahSexBattleIntro][$tmp="masturbate"]]
<<else>>
You manage to finish without being caught.
[[next|Day Loop][$horny=0]]
<</if>>
<<else>>
You try to exercise, but for reason, there aren't any weights. You settle grudgingly for cardio.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>> <<set $random to random(1,25)>><<if $money>$oldMoney and $raise>><<set $money+=10>><</if>>
<<if $random<=$kitchenOdds and $tmp is "true">>
<<silently>>
<<if $quest is "Cook a meal 4 times">>
<<set $quest="Cook a meal 3 times">>
<<elseif $quest is "Cook a meal 3 times">>
<<set $quest="Cook a meal 2 times">>
<<elseif $quest is "Cook a meal 2 times">>
<<set $quest="Cook a meal 1 time">>
<<elseif $quest is "Cook a meal 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $kitchenTrait==2>>
<<set $kitchenTrait++, $submission+=10>>
As you look at oven, the pattern on the front seems to swirl.
<video autoplay loop src="img/kitchen/kitchenhyp4.mp4"></video>
<video autoplay loop src="img/kitchen/kitchenhyp5.mp4"></video>
<video autoplay loop src="img/kitchen/kitchenhyp6.mp4"></video>
You enjoy cooking food, but it's not enough. You need to be serving someone 24/7. Not just serving them, but being their submissive little slut, ready to do whatever they require of you.
(You are now a Submissive Servant)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $kitchenTrait==1>>
As you look at oven, the pattern on the front seems to swirl.
<<set $kitchenTrait++, $kitchenOdds-=3>>
<video autoplay loop src="img/kitchen/kitchenhyp2.mp4"></video>
<video autoplay loop src="img/kitchen/kitchenhyp3.mp4"></video>
After finishing up another meal you feel yourself start to feel tingly. The idea of serving food to other people and cleaning up after them makes you strangely horny.
(You want to be a Maid)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<<set $kitchenTrait++, $kitchenOdds-=3>>
As you look at oven, the pattern on the front seems to swirl.
<video autoplay loop src="img/kitchen/kitchenhyp1.mp4"></video>
After you finish cooking, You look around at the mess you've made in horror. Getting right to it, you do your best to clean up and to your surprise you realize that you enjoy doing it.
(You are now a Cleaning Enthusiast)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "true">>
<<silently>>
<<if $quest is "Cook a meal 4 times">>
<<set $quest="Cook a meal 3 times">>
<<elseif $quest is "Cook a meal 3 times">>
<<set $quest="Cook a meal 2 times">>
<<elseif $quest is "Cook a meal 2 times">>
<<set $quest="Cook a meal 1 time">>
<<elseif $quest is "Cook a meal 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $kitchenTrait==2>>
You decide to ignore the cookbook this time and just go off instinct. As you prance around the kitchen, you take care pick dust around the cabinets. It takes a while, but you manage to make some delicious looking food. When you finish, you place the meal on a conveyor belt and watch as it vanished through the wall.
//There sure are a lot of... phallic vegetables in this recipe. Maybe I should... no, what am I thinking!//
<img src="img/kitchen/veggies1.jpg">
//[[Well... maybe I'll get a bonus for "extra seasoning."|Kitchen After 2][$money+=40, $kitchenOdds+=1, $tmp="maid", $slut++]]//
[[Ignore the urge.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $kitchenTrait==1>>
You don't really know how to cook, but a conveniently placed cookbook lays out the recipe for you. It takes a while, but you manage to make some passable food. When you finish, you place the meal on a conveyor belt and watch as it vanished through the wall.
//There! A job well done. But this place is pretty messy I need to clean up. Hmm... but I don't want to get my clothes dirty.
[[I know! I should do it naked!|Kitchen After 2][$money+=40, $kitchenOdds+=1, $tmp="clean", $slut++]]//
[[Wait, what am I thinking?|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You don't really know how to cook, but a conveniently placed cookbook lays out the recipe for you. It takes a while, but you manage to make some passable food. When you finish, you place the meal on a conveyor belt and watch as it vanished through the wall.
//Don't they have caterers? Why do we have to cook?//
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "search">>
<<if $kitchenSearch>=random(1,10)>>
As you feel along the walls, looking for any kind of seam, you hear a click. You pump your fist as you watch a hole slowly opening in the floor.
"@@.player;Yes! I knew there had to be a way out of this place!@@"
[[Go down the hole|Kitchen After 2][$kitchenFound=true, $studioSearch++, $bathroomSearch++, $gymSearch++, $livingSearch++]]
<<else>>
You spend a while examining every knock and cranny of the room. You don't find anything, but you feel confident you'll find something eventually, you're quickly narrowing the possibilities.
[[There has to be a way out of here!|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "graph">>
<<include "barGraph">>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $tmp is "masturbate">>
You can't take to anymore, you need to get off. Looking around to make sure nobody is around, you pull down your pants and get to work.
<<set $random=random(1,12)>>
<<if $random==1 and $emilyMC<5>>
[[Emily catches you!|emilySexBattleIntro][$tmp="masturbate"]]
<<elseif $random==2 and $ericMC<5>>
[[Eric catches you!|ericSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==3 and $arnoldMC<5>>
[[Arnold catches you!|arnoldSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==4 and $hannahMC<5>>
[[Hannah catches you!|hannahSexBattleIntro][$tmp="masturbate"]]
<<else>>
You manage to finish without being caught.
[[next|Day Loop][$horny=0]]
<</if>>
<<else>>
<<if $raise>><<set $money+=10>><</if>>
You quickly whip up some ramen.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<set $random to random(1,25)>><<if $money>$oldMoney and $raise>><<set $money+=10>><</if>>
<<if $random<=$studioOdds and $tmp is "true">>
<<silently>>
<<if $quest is "Do a live show 4 times">>
<<set $quest="Do a live show 3 times">>
<<elseif $quest is "Do a live show 3 times">>
<<set $quest="Do a live show 2 times">>
<<elseif $quest is "Do a live show 2 times">>
<<set $quest="Do a live show 1 time">>
<<elseif $quest is "Do a live show 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $studioTrait==2>>
<<set $studioTrait++>>
You follow the instructions on the screen, but they're harder to see than usual. The screen keeps flickering.
<video autoplay loop src="img/studio/studiohyp4.mp4"></video>
<video autoplay loop src="img/studio/studiohyp5.mp4"></video>
<video autoplay loop src="img/studio/studiohyp6.mp4"></video>
You start to undulate your hips, shaking your ass for all it's worth. Next, you turn around and show off your tits, jiggling them before the camera. It feels so good to show off.
Your dance gets more and more elaborate until you re on the ground masturbating before the camera.
(You are now a Cam Whore)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $studioTrait==1>>
<<set $studioTrait++, $studioOdds-=3>>
You follow the instructions on the screen, but they're harder to see then usual. The screen keeps flickering.
<video autoplay loop src="img/studio/studiohyp2.mp4"></video>
As you perform, you realize that it's not enough to have people watch you, they have to watch only you. You want to be the center of attention.
<video autoplay loop src="img/studio/studiohyp3.mp4"></video>
(You are now an Attention Whore)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $studioTrait==0>>
<<set $studioTrait++, $studioOdds-=3>>
You follow the instructions on the screen, but they're harder to see then usual. The screen keeps flickering.
<video autoplay loop src="img/studio/studiohyp1.mp4"></video>
As you perform, the feeling of being watched grows greater and greater. But instead of feeling wary, it gets you excited. The thought of all those people, watching you, staring at you, starts to make you horny.
(You are now an Exhibitionist)
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "true">>
<<silently>>
<<if $quest is "Do a live show 4 times">>
<<set $quest="Do a live show 3 times">>
<<elseif $quest is "Do a live show 3 times">>
<<set $quest="Do a live show 2 times">>
<<elseif $quest is "Do a live show 2 times">>
<<set $quest="Do a live show 1 time">>
<<elseif $quest is "Do a live show 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $studioTrait==2>>
<<if $feminine<5>>
"@@.player;Hello to all my faithful viewers! I've got a little treat for you today...@@"
<img src="img/studio/studiotg1.jpg">
"@@.player;Oops! It's my cute little cock!@@"
<img src="img/studio/studiotg4.jpg">
You giggle to yourself as you daintily cover your crotch. //Hmm... maybe they'll pay me more if I [[take it up a notch|Studio After 2][$tmp="masturbate", $money+=40, $studioOdds+=1]]
[[Just finish up.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You follow the directions on screen. You start to get annoyed by the tameness of the instructions.
//Nobody is going to watch this!//
Ignoring what it says on the screen, you start to show off your ass.
//Yeah, that's more like it.//
<img src="img/studio/studiostrip2.jpg">
"@@.player;Ah, what the hell. I know what you really want to see. My fancy new pussy!@@"
<img src="img/studio/studiostrip3.jpg">
//Hmm... maybe they'll pay me more if I [[take it up a notch|Studio After 2][$tmp="masturbate", $money+=40, $studioOdds+=1, $slut++]]
[[Just finish up.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $studioTrait==1>>
You follow the directions on screen. It's mostly seemingly random movements, but occasionally it asks you to do something provocative. You bite your lip at the idea of people watching.
<img src="img/studio/strip11.jpg">
//Hmm... maybe they'll pay me more if I [[keep going|Studio After 2][$tmp="strip", $money+=50, $studioOdds+=1, $slut++]]//
[[Just finish up.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You follow the directions on screen. It's mostly seemingly random movements, weird but nothing too bad. You can feel the eyes of the viewers on you.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "search">>
<<if $studioSearch>=random(1,10)>>
As you feel along the walls, looking for any kind of seam, you hear a click. You pump your fist as you watch a hole slowly opening in the floor.
"@@.player;Yes! I knew there had to be a way out of this place!@@"
[[Go down the hole|Studio After 2][$studioFound=true, $kitchenSearch++, $bathroomSearch++, $gymSearch++, $livingSearch++]]
<<else>>
You spend a while examining every knock and cranny of the room. You don't find anything, but you feel confident you'll find something eventually, you're quickly narrowing the possibilities.
[[There has to be a way out of here!|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "graph">>
<<include "barGraph">>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $tmp is "masturbate">>
You can't take to anymore, you need to get off. Looking around to make sure nobody is around, you pull down your pants and get to work.
<<set $random=random(1,12)>>
<<if $random==1 and $emilyMC<5>>
[[Emily catches you!|emilySexBattleIntro][$tmp="masturbate"]]
<<elseif $random==2 and $ericMC<5>>
[[Eric catches you!|ericSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==3 and $arnoldMC<5>>
[[Arnold catches you!|arnoldSexBattleIntro][$tmp="masturbate"]]
<<elseif $random==4 and $hannahMC<5>>
[[Hannah catches you!|hannahSexBattleIntro][$tmp="masturbate"]]
<<else>>
You manage to finish without being caught.
[[next|Day Loop][$horny=0]]
<</if>>
<<else>>
` <<if $raise>><<set $money+=10>><</if>>
You talk to the camera about your experiences.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<if $emilyTrait is "1a">>
A pang of regret fills you. Can you do this to her? (Romantic)
[[You can't bring yourself to do it.|Emily Refuse]]
<<if $stars>=1>>[[Ignore the feeling and carry on|Emily Fail Resist][$stars-=1]] (Costs ★)<<endif>>
<<elseif $emilyTrait is "2a" or $emilyTrait is "3a">>
Can you really do this? Can you really take such an action against Emily? Beautiful, perfect Emily? (Love Struck)
[[No, I can't do it!|Emily Refuse]]
<<if $stars>=2>>[[Ignore the feeling and carry on|Emily Fail Resist][$stars-=2]] (Costs ★★)<<endif>>
<<else>>
<<if $emily.feminine==8>>
<<set $emily.feminine+=2>>
<<set $emily.master="player">>
<<if $agent==2>>
<<if $studioFound and $doorRoom==1>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $kitchenFound and $doorRoom==2>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $gymFound and $doorRoom==3>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $bathFound and $doorRoom==4>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $livingFound and $doorRoom==5>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<else>>
<video autoplay loop src="img/hypno/emily51.mp4"></video>
<video autoplay loop src="img/hypno/emily52.mp4"></video>
<video autoplay loop src="img/hypno/emily53.mp4"></video>
<video autoplay loop src="img/hypno/emily54.mp4"></video>
<video autoplay loop src="img/hypno/emily55.mp4"></video>
You've done it, Emily agrees that you should win. You wait a couple minutes, but she doesn't seem to break your control. You are confident that she is firmly under on your side.
[[Have your way with her|PlayerEmilySex]]
<</if>>
<<else>>
<video autoplay loop src="img/hypno/emily51.mp4"></video>
<video autoplay loop src="img/hypno/emily52.mp4"></video>
<video autoplay loop src="img/hypno/emily53.mp4"></video>
<video autoplay loop src="img/hypno/emily54.mp4"></video>
<video autoplay loop src="img/hypno/emily55.mp4"></video>
You've done it, Emily agrees that you should win. You wait a couple minutes, but she doesn't seem to break your control. You are confident that she is firmly under on your side.
[[Have your way with her|PlayerEmilySex]]
<</if>>
<<elseif $emily.feminine==6>>
<video autoplay loop src="img/hypno/emily41.mp4"></video>
<video autoplay loop src="img/hypno/emily42.mp4"></video>
<video autoplay loop src="img/hypno/emily43.mp4"></video>
<video autoplay loop src="img/hypno/emily44.mp4"></video>
Emily stares blankly ahead as you instruct her. But despite being deep in trance, you can't seem to get her to obey you. Still, you feel she's almost broken.
<<set $emily.feminine+=2>>
[[Have your way with her|PlayerEmilySex]]
<<elseif $emily.feminine==4>>
<video autoplay loop src="img/hypno/emily31.mp4"></video>
<video autoplay loop src="img/hypno/emily32.mp4"></video>
<video autoplay loop src="img/hypno/emily33.mp4"></video>
For a moment Emily agrees to help you win, but she soon snaps out of it.
<<set $emily.feminine+=2>>
[[Have your way with her|PlayerEmilySex]]
<<elseif $emily.feminine==2>>
<video autoplay loop src="img/hypno/emily21.mp4"></video>
<video autoplay loop src="img/hypno/emily22.mp4"></video>
Emily seems a little more receptive to assisting you this time, but she still breaks your control easily.
<<set $emily.feminine+=2>>
<<if $archetype==0>>
[[Have your way with her|PlayerEmilySex]]
<<else>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $emily.feminine==0>>
<video autoplay loop src="img/hypno/emily1.mp4"></video>
You try to convince Emily to help you, but she shrugs it off
<<set $emily.feminine+=2>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You've hypnotized Emily as much as you can already.
<<set $emily.feminine+=2>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<endif>><<set $slut+=1>>
<<if $tmp is "true">><<if $ericTrait is "1a">> <<set $ericTrait="2a", $titJobInhib-=50, $breastGropeInhib-=50>>
You fall to your knees in front of Eric. He reaches out and pulls down your shirt, your breasts springing free.
"@@.eric;Good girl. You love your breasts, don't you? They're so pleasurable. Isn't pleasure nice?@@"
You nod enthusiastically. //Yes, I need pleasure.//
<video autoplay loop src="img/eric/eshyp21.mp4"></video>
He grabs your breasts, kneading them. You moan at the sensation.
"@@.eric;Breasts are good, breasts are pleasure.@@"
Suddenly, Eric removes his hands. You whimper at the loss of sensation.
"@@.eric;If you want pleasure, you have to give it as well.@@" Fishing a hand down his pants, Eric pulls out his hard cock. You lick your lips at the sight of it and move in to suck.
"@@.eric;Not so fast. You need to earn it@@" Eric pushes you down onto his bed, climbing on top of you. Before you know it, his cock is between your breasts. He moves back and forth, rubbing against you.
Eagerly you lick the tip of his cock. You seem to be doing a good job, as soon Eric's cock erupts, spurting his cum all over your face.
//Mmm... pleasure.//
Eric gets off you and walks away. You can only lie there, panting, stunned by what just happened. Your mind races, eager for more.
(You now have a Breast Fetish)
[[Dizy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $ericTrait is "1b">> <<set $ericTrait="2b">>
Eric frowns at you, clucking his tounge.
"@@.player;Uh... what did I do?@@"
"@@.eric;It's your top.@@"
"@@.player;What, because it has some cleavage? What's wrong with...@@"
Eric gives out an exasperated sigh. "@@.eric;No, no no. Why are you wearing a top at all? You should show off your body to the world!@@"
<video autoplay loop src="img/eric/eshyp22.mp4"></video>
He's right, what have you been doing? As if it was toxic, you pull off your shirt and throw it aside.
Two large hands grab your breasts, the sensation sending shivers down your spine.
"@@.eric;Isn't that better? Anytime, anywhere, any man off the street can grope you as they will. Like a good girl.@@"
Eric lets go and sits down. You follow suit and wait, eager for him to make a move. But instead, he just sits there, staring at your breasts. You smile, happy at the attention.
<video autoplay loop src="img/eric/eshyp23.mp4"></video>
"@@.eric;Isn't this nice?@@"
You nod, it is nice. You're so glad Eric has shown you the error of your ways.
(You now love to go Topless)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>> <<set $slut-=1>> <<goto "Eric Sex 1">><<endif>>
<</if>>
<<if $tmp is "false">>
"@@.eric;Still fighting me? Let's fix that.@@"
Eric grabs your arm and you feel the telltale prick of another injection. He doesn't follow as you escape down the hallway.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<set $slut+=1>>
<<if $tmp is "true">><<set $slut+=15>>
<<if $ericTrait is "2a">><<set $ericTrait="3a">><<else>><<set $ericTrait="3b">><</if>>
"@@.eric;You want to suck and fuck all day long. Be a bimbo.@@"
<video autoplay loop src="img/eric/eshyp31.mp4"></video>
You crawl on your knees to Eric. He's so powerful, so worthy of your love and worship. Why think anyway? What's the point?
"@@.eric;Fucking is natural, fucking feels good. You will have sex with anyone that asks, it's all you're good for.@@"
<video autoplay loop src="img/eric/eshyp32.mp4"></video>
His cock feels so good inside you. It's everything you ever could have hoped for.
"@@.eric;As my cock pounds you, your mind drains away. Empty, empty without my cock.@@"
<video autoplay loop src="img/eric/eshyp33.mp4"></video>
You feel Eric cum inside you, his hot spunk filling you. It's amazing, it' exhilarating, it's your whole world.
You collapse to the ground, spent.
(You are now a Big Breasted Bimbo)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<if $tmp is "false">>
"@@.eric;Still fighting me? Let's fix that.@@"
Eric grabs your arm and you feel the telltale prick of another injection. He doesn't follow as you escape down the hallway.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<endif>>At the sight of Eric, your will crumbles. Whatever ever ability you had to resist his commands is gone, replaced with only subservience.
Eric smiles, recognizing yous submission. "@@.eric;One down, three to go.@@"
"@@.player;Please Eric, I... I need it. I need you to...@@"
Eric raises an eyebrow. "@@.eric;To fuck you?@@"
"@@.player;Yes! Please!@@" You jump up and down in place, giddy to feel Eric's big, hard cock inside you.
"@@.eric;Nah. You haven't earned that yet. I think I'd rather fuck your fat tits.@@"
You nod eagerly, stripping off your top. "@@.player;Okay!@@"
Eric grins as he pushes you down and slides his dick between your breasts
<video autoplay loop src="img/eric/end.mp4"></video>
[[Congratulations!|aftermathLose][$tmp="eric"]]
<<set $slut+=1>>
<<if $tmp is "true">> <<if $emilyTrait is "1a">> <<set $emilyTrait="2a">>
Emily makes out with you, injects you.
<video autoplay loop src="img/emily/emshypno24.mp4"></video>
<video autoplay loop src="img/emily/emshypno23.mp4"></video>
(Emily is so beautiful, you are Love Struck)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $emilyTrait is "1b">> <<set $emilyTrait="2b", $pussyLickInhib=0>>
<video autoplay loop src="img/emily/emshypno21.mp4"></video>
Emily forces you to eat her out. She injects you again.
<video autoplay loop src="img/emily/emshypno22.mp4"></video>
(You love pussy, you are now a Cunnilingus Enthusiast)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>> <<set $slut-=1>> <<goto "Emily Sex 1">>
<<endif>>
<<else>>
You try to get away but Emily injects you.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<set $slut+=1>>
<<if $stars>$maxStars>><<set $stars=$maxStars>><<endif>>
<<if $tmp is "true">>
<<if $emilyTrait is "2a">><<set $emilyTrait="3a">><<else>><<set $emilyTrait="3b">><</if>>
Emily has sex with you, injects you.
<video autoplay loop src="img/emily/emshypno31.mp4"></video>
<video autoplay loop src="img/emily/emshypno32.mp4"></video>
(You are now Girl Crazy)
[[Dizzy, you wake up.|New Day]]
<<elseif $tmp is "false">>
You try to get away but she manages to inject you.
[[Dizzy, you wake up.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<set $slut+=1>>
<<if $stars>$maxStars>><<set $stars=$maxStars>><<endif>><<if $tmp is "true">>
<<if $hannahTrait is "1a">> <<set $hannahTrait="2a", $footWorshipInhib-=50>>
<video autoplay loop src="img/hannah/hshypno21.mp4"></video>
Hannah makes you lick her feet, injects you.
<video autoplay loop src="img/hannah/hshypno22.mp4"></video>
(You are now a Foot Slave)
[[Dizy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>> <<set $hannahTrait="2b", $maxStars--, $stars-->>
<video autoplay loop src="img/hannah/hshypno23.mp4"></video>
<video autoplay loop src="img/hannah/hshypno24.mp4"></video>
(You now are Meek)
[[Dizy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "false">>
You try to get away but she inhjects you anyway.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<set $slut+=1>>
<<if $stars>$maxStars>><<set $stars=$maxStars>><<endif>><<if $tmp is "true">><<if $hannahTrait is "2a">><<set $hannahTrait="3a">><<elseif $hannahTrait is "2b">><<set $hannahTrait="3b">><</if>><<set $blowJobInhib=0, $handJobInhib=0, $titJobInhib=0, $fuckInhib=0, $analInhib=0>>
Hannah fucks you with a strapon, injects you.
<video autoplay loop src="img/hannah/hshypno31.mp4"></video>
<video autoplay loop src="img/hannah/hshypno32.mp4"></video>
<video autoplay loop src="img/hannah/hshypno33.mp4"></video>
<video autoplay loop src="img/hannah/hshypno34.mp4"></video>
(You're now Cock Hungry)
[[Dizy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<if $tmp is "false">>
You try to get away but she manages to inject you.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
At the sight of Hannah, your will crumbles. Whatever ever ability you had to resist his commands is gone, replaced with only subservience.
Hannah smirks, recognizing your submission. "@@.hannah;This was inevitable. Bow before me, slave.@@"
You obey, getting onto all fours and pressing your head to the ground. Your face is forced into the ground as Hannah steps on your head.
"@@.hannah;Now thank me for the honor of worshiping me.@@"
"@@.player;Thank you Hannah.@@"
Hannah hikes her skirt up over her ass. "@@.hannah;That didn't sound enthusiastic enough. Get licking and show me how much devotion you really have.
You eagerly plunge your face into Hannah's ass, licking her with wild abandon.
<video autoplay loop src="img/hannah/end.mp4"></video>
[[Congratulations!|aftermathLose][$tmp="hannah"]]<<set $slut+=1>>
<<if $stars>$maxStars>><<set $stars=$maxStars>><</if>><<if $tmp is "true">>
<<if $arnoldTrait is "1a">> <<set $arnoldTrait="2a">>
<video autoplay loop src="img/arnold/ashypno21.mp4"></video>
Arnold teaches you how to shake it. He injects you again.
<video autoplay loop src="img/arnold/ashypno22.mp4"></video>
(You are now a Twerking Enthusiast)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $arnoldTrait is "1b">> <<set $arnoldTrait="2b", $analInhib-=50>>
<video autoplay loop src="img/arnold/ashypno23.mp4"></video>
Arnold plays with your ass. He injects you again.
<video autoplay loop src="img/arnold/ashypno24.mp4"></video>
(You now have a Ass Fetish)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<<set $slut-=1>> <<goto "Arnold Sex 1">>
<</if>>
<<elseif $tmp is "false">> You try to get away but he manages to inject you.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<</if>>
<<set $slut+=1>>
<<if $stars>$maxStars>><<set $stars=$maxStars>><<endif>><<if $tmp is "true">>
<<set $arnoldTrait="3a">><<set $analInhib=0>>
Arnold fucks you up the ass. He injects you again.
<video autoplay loop src="img/arnold/ashypno31.mp4"></video>
<video autoplay loop src="img/arnold/ashypno32.mp4"></video>
<video autoplay loop src="img/arnold/ashypno33.mp4"></video>
<video autoplay loop src="img/arnold/ashypno34.mp4"></video>
(You are now an Anal Whore)
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You try to get away but he manages to inject you.
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<if $emilyMC==4>>
<<if $agent==2>>
<<if $studioFound and $doorRoom==1>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $kitchenFound and $doorRoom==2>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $gymFound and $doorRoom==3>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $bathFound and $doorRoom==4>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<elseif $livingFound and $doorRoom==5>>
Emily is the agent!
[[Take Emily to the locked door|emilyEscape]]
<<else>>
You've done it, Emily agrees that you should win. You wait a couple minutes, but she doesn't seem to break your control. You are confident that she is firmly under on your side.
<</if>>
<<else>>
You've done it, Emily agrees that you should win. You wait a couple minutes, but she doesn't seem to break your control. You are confident that she is firmly under on your side.
<</if>>
<<set $emilyLove=1000>>
<<elseif $emilyMC==3>>
Emily stares blankly ahead as you instruct her. But despite being deep in trance, you can't seem to get him to obey you. Still, you feel he's almost broken.
<<elseif $emilyMC==2>>
For a moment Emily agrees to help you win, but she soon snaps out of it.
<<elseif $emilyMC==1>>
Emily seems a little more receptive to assisting you this time, but she still breaks your control easily.
<<elseif $emilyMC==0>>
You try to convince Emily to help you, but she shrugs it off.
<<else>>
You shouldn't see this.
<<endif>>
<<set $emilyMC+=1>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]] <<if $hannah.sub==8>>
<<set $hannah.sub+=2>>
<<set $hannah.master="player">>
<<if $agent==3>>
<<if $studioFound and $doorRoom==1>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<elseif $kitchenFound and $doorRoom==2>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<elseif $gymFound and $doorRoom==3>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<elseif $bathFound and $doorRoom==4>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<elseif $livingFound and $doorRoom==5>>
Hannah is the agent!
[[Take Hannah to the locked door|hannahEscape]]
<<else>>
<video autoplay loop src="img/hypno/hannah51.mp4"></video>
<video autoplay loop src="img/hypno/hannah52.mp4"></video>
<video autoplay loop src="img/hypno/hannah53.mp4"></video>
<video autoplay loop src="img/hypno/hannah54.mp4"></video>
<video autoplay loop src="img/hypno/hannah55.mp4"></video>
You've done it, Hannah agrees that you should win. You wait a couple minutes, but he doesn't seem to break your control. You are confident that Hannah is firmly under on your side.
[[Have your way with her|PlayerHannahSex]]
<</if>>
<<else>>
<video autoplay loop src="img/hypno/hannah51.mp4"></video>
<video autoplay loop src="img/hypno/hannah52.mp4"></video>
<video autoplay loop src="img/hypno/hannah53.mp4"></video>
<video autoplay loop src="img/hypno/hannah54.mp4"></video>
<video autoplay loop src="img/hypno/hannah55.mp4"></video>
You've done it, Hannah agrees that you should win. You wait a couple minutes, but he doesn't seem to break your control. You are confident that Hannah is firmly under on your side.
[[Have your way with her|PlayerHannahSex]]
<</if>>
<<elseif $hannah.sub==6>>
<video autoplay loop src="img/hypno/hannaH41.mp4"></video>
<video autoplay loop src="img/hypno/hannah42.mp4"></video>
<video autoplay loop src="img/hypno/hannah43.mp4"></video>
<video autoplay loop src="img/hypno/hannah44.mp4"></video>
Hannah stares blankly ahead as you instruct her. But despite being deep in trance, you can't seem to get her to obey you. Still, you feel she's almost broken.
<<set $hannah.sub+=2>>
[[Have your way with her|PlayerHannahSex]]
<<elseif $hannah.sub==4>>
<video autoplay loop src="img/hypno/hannah31.mp4"></video>
<video autoplay loop src="img/hypno/hannah32.mp4"></video>
<video autoplay loop src="img/hypno/hannah33.mp4"></video>
For a moment Hannah agrees to help you win, but she soon snaps out of it.
<<set $hannah.sub+=2>>
[[Have your way with her|PlayerHannahSex]]
<<elseif $hannah.sub==2>>
<video autoplay loop src="img/hypno/hannah21.mp4"></video>
<video autoplay loop src="img/hypno/hannah22.mp4"></video>
Hannah seems a little more receptive to assisting you this time, but she still breaks your control easily.
<<set $hannah.sub+=2>>
<<if $archetype==0>>
[[Have your way with her|PlayerHannahSex]]
<<else>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $hannah.sub==0>>
<<set $hannah.sub+=2>>
<video autoplay loop src="img/hypno/hannah1.mp4"></video>
You try to convince Hannah to help you, but she shrugs it off.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You've hypnotized Hannah as much as you can already.
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<if $emilyTrait is "1a" or $emilyTrait is "2a" or $emilyTrait is "3a">>
As you take out the mind control orb, a pang of regret hits you. Arnold isn't like Eric or Hannah, he's a good guy at heart. Can you really do this to him? (Romantic)
[[No, I can't.|Arnold Refuse]]
<<if $stars>=1>>[[Ignore it and carry on|Arnold Fail Resist][$stars-=1]] (Costs ★)<<endif>>
<<else>>
<<if $arnold.ass==8>>
<<set $arnold.ass+=2>>
<<set $arnold.master="player">>
<<if $agent==4>>
<<if $studioFound and $doorRoom==1>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $kitchenFound and $doorRoom==2>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $gymFound and $doorRoom==3>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $bathFound and $doorRoom==4>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $livingFound and $doorRoom==5>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<else>>
<video autoplay loop src="img/hypno/arnold51.mp4"></video>
<video autoplay loop src="img/hypno/arnold52.mp4"></video>
<video autoplay loop src="img/hypno/arnold53.mp4"></video>
<video autoplay loop src="img/hypno/arnold54.mp4"></video>
<video autoplay loop src="img/hypno/arnold55.mp4"></video>
You've done it, Arnold agrees that you should win. You wait a couple minutes, but he doesn't seem to break your control. You are confident that Arnold is firmly under on your side.
[[Have your way with him|PlayerArnoldSex]]
<</if>>
<<else>>
<video autoplay loop src="img/hypno/arnold51.mp4"></video>
<video autoplay loop src="img/hypno/arnold52.mp4"></video>
<video autoplay loop src="img/hypno/arnold53.mp4"></video>
<video autoplay loop src="img/hypno/arnold54.mp4"></video>
<video autoplay loop src="img/hypno/arnold55.mp4"></video>
You've done it, Arnold agrees that you should win. You wait a couple minutes, but he doesn't seem to break your control. You are confident that Arnold is firmly under on your side.
[[Have your way with him|PlayerArnoldSex]]
<</if>>
<<elseif $arnold.ass==6>>
<video autoplay loop src="img/hypno/arnold41.mp4"></video>
<video autoplay loop src="img/hypno/arnold42.mp4"></video>
<video autoplay loop src="img/hypno/arnold43.mp4"></video>
<video autoplay loop src="img/hypno/arnold44.mp4"></video>
Arnold stares blankly ahead as you instruct him. But despite being deep in trance, you can't seem to get him to obey you. Still, you feel he's almost broken.
<<set $arnold.ass+=2>>
[[Have your way with him|PlayerArnoldSex]]
<<elseif $arnold.ass==4>>
<video autoplay loop src="img/hypno/arnold31.mp4"></video>
<video autoplay loop src="img/hypno/arnold32.mp4"></video>
<video autoplay loop src="img/hypno/arnold33.mp4"></video>
For a moment Arnold agrees to help you win, but he soon snaps out of it.
<<set $arnold.ass+=2>>
[[Have your way with him|PlayerArnoldSex]]
<<elseif $arnold.ass==2>>
<video autoplay loop src="img/hypno/arnold21.mp4"></video>
<video autoplay loop src="img/hypno/arnold22.mp4"></video>
Arnold seems a little more receptive to assisting you this time, but he still breaks your control easily.
<<set $arnold.ass+=2>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $arnold.ass==0>>
<video autoplay loop src="img/hypno/arnold1.mp4"></video>
You try to convince Arnold to help you, but he shrugs it off.
<<set $arnold.ass+=2>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You've hypnotized Arnold as much as you can already.
<<set $arnold.ass+=2>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<endif>><<if $arnoldMC==4>>
<<if $agent==4>>
<<if $studioFound and $doorRoom==1>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $kitchenFound and $doorRoom==2>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $gymFound and $doorRoom==3>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $bathFound and $doorRoom==4>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<elseif $livingFound and $doorRoom==5>>
Arnold is the agent!
[[Take Arnold to the locked door|arnoldEscape]]
<<else>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<else>>
You've done it, Arnold agrees that you should win. You wait a couple minutes, but he doesn't seem to break your control. You are confident that Arnold is firmly under on your side.
<</if>>
<<elseif $arnoldMC==3>>
Arnold stares blankly ahead as you instruct him. But despite being deep in trance, you can't seem to get him to obey you. Still, you feel he's almost broken.
<<elseif $arnoldMC==2>>
For a moment Arnold agrees to help you win, but he soon snaps out of it.
<<elseif $arnoldMC==1>>
Arnold seems a little more receptive to assisting you this time, but he still breaks your control easily.
<<elseif $arnoldMC==0>>
You try to convince Arnold to help you, but he shrugs it off.
<<else>>
You shouldn't see this.
<<endif>>
<<set $arnoldMC+=1>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<if $tmp is "clean">>
As you make your way to your destination, you're distracted by a particularly dirty part of the mansion.
@@.player;//No, no, that just won't do!//@@
You quickly forget about your plan, instead grabbing a duster and getting straight to work.
<<if $kitchenTrait>=2>>
<<set $rand=random(1,8)>>
<<if $rand==1>>
<<set $tmp="maid">>
<<goto "ericSexBattleIntro">>
<<elseif $rand==2>>
<<set $tmp="maid">>
<<goto "arnoldSexBattleIntro">>
<<elseif $rand==3>>
<<set $tmp="maid">>
<<goto "emilySexBattleIntro">>
<<elseif $rand==4>>
<<set $tmp="maid">>
<<goto "hannahSexBattleIntro">>
<<else>>
[[There! A job well done.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $time++]]
<</if>>
<<else>>
[[There! A job well done.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $time++]]
<</if>>
<<endif>><<silently>>
<<set $rand=random(1,7)>>
<<if $quest is "Do a live show 4 times">>
<<set $quest="Do a live show 3 times">>
<<elseif $quest is "Do a live show 3 times">>
<<set $quest="Do a live show 2 times">>
<<elseif $quest is "Do a live show 2 times">>
<<set $quest="Do a live show 1 time">>
<<elseif $quest is "Do a live show 1 time">>
<<set $quest="Quest Complete!">>
<<endif>>
<</silently>>
<<if $rand==1 or $rand==2>>
<<set $tmp = "studioSex">>
<<goto "EricPlayerSex">>
<<elseif $rand==3 or $rand==4>>
<<set $tmp = "studioSex">>
<<goto "HannahPlayerSex">>
<<elseif $rand==5 or $rand==6>>
<<set $tmp = "studioSex">>
<<goto "ArnoldPlayerSex">>
<<else>>
<<set $tmp = "studioSex">>
<<goto "EmilyPlayerSex">>
<</if>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<set $location="office">>
<img src="img/host/host.png">
<<if $quest is "Quest Complete!">>
Good job on completing your quest!
<<set $quest="NULL", $money+=100>>
<<elseif $quest!="NULL" and $questTimer<=0>>
You fail the quest! Hypno time!
<video autoplay loop src="img/host/questlose1.mp4"></video>
<video autoplay loop src="img/host/questlose2.mp4"></video>
<video autoplay loop src="img/host/questlose3.mp4"></video>
<video autoplay loop src="img/host/questlose4.mp4"></video>
(Slutiness and submission increased, all inhibitions lowered)
<<set $submission+=5, $slut+=5, $breastGropeInhib-=10, $assGropeInhib-=10, $crotchGropeInhib-=10, $handJobInhib-=10, $pussyRubInhib-=10, $footJobInhib-=10, $footWorshipInhib-=10, $blowJobInhib-=10, $pussyLickInhib-=10, $fuckInhib-=10, $analInhib-=10, $titJobInhib-=10, $assJobInhib-=10, $quest="NULL">> <<endif>>
"@@.host;Hello! Ready for another fun day full of love? If you need some money, I can give you a task to do.@@"
<<if $quest is "NULL">>[[Ask for a quest|Host Encounter 2]]<</if>>
[[Start the day|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]You wander further down the hallway. Before long you spot another woman. You jog up to meet her.
<<set $controlTmp="hannah">>
<<include "enemyClothes">>
"@@.player;Hello, it's nice to meet you. I'm Alex, and you are?@@"
The woman shoots you a glare. "@@.hannah;Hannah. And no, it isn't, not really.@@"
"@@.player;Um... yeah. Look, did you get some speech from our mysterious kidnapper about a competition and...@@"
"@@.hannah;I did. And I'm going to win.@@" With that the woman, Hannah apparently, walks away, not shooting you a second glance.
"@@.player;Wait a second! Can't we just...@@" But she keeps walking away, not paying you any attention.
[[Shit.|Meet Arnold]]Before you can chase after her another man steps up. He's tall, athletic, the kind of guy who might have been captain of the high school football team. And the college football team. And maybe even the NFL.
<<set $controlTmp="arnold">>
<<include "enemyClothes">>
"@@.arnold;Hey bro! Nice to meet you! I'm Arnold.@@"
"@@.player;Nice to meet you too. So about this game or whaterver...@@
Arnold frowns. "@@.arnold;Don't know how much of a game it is. They haven't given us a ball, or uniforms or anything.@@"
"@@.player;Right. Look, is there anything you can tell me about this place? Any way out, anything like that?@@"
"@@.arnold;Nope, sorry dude. You should talk to that guy in the suit, he looks smart.@@"
You sigh and get back to [[looking around|Start 2]]The mansion is impressive, but there doesn't seem to be anything out of the ordinary. None of the doors are locked but there doesn't seem to be an entrance or any way out. There aren't even any windows to smash. Tired of wandering around, you loop back around to where you started and find your Emily waiting for you.
"@@.emily;Meet our charming competitors?@@"
"@@.player;Yeah. I'm not sure if cooperating is going to work out...@@"
"@@.emily;Hannah give you the cold shoulder too?@@"
You nod. "@@.player;Yeah. And Eric gives me a bad feeling...@@"
"@@.emily;Arnold too. He seems nice, but dumb enough that anyone else could manipulate him. I don't think forming our own Scooby gang is going to work out here.@@"
"@@.player;So what do we do?@@"
Emily stares at you. "@@.emily;I need to think on it.@@" With that, Emily leaves the room.
//Fuck. What the hell am I supposed to do?//
As if to answer your question, the bear [[reappears on the television screen.|Start 22]]//@@.player;I've done it. Everyone is on my side.@@// You glance around your surroundings, hoping some sort of secret door will pop open. "@@.player;Now what?@@"
A screen in the corner of the room pops into life.
<img src="img/host/host.png">
"@@.host;What now? You've won!@@"
"@@.player;Yeah. I know that. I just don't know what that means.@@"
"@@.host;It means whatever you want it to mean. Of course, getting out of here is a given. But beyond that, it's up to you. Riches, your fellow competitors as your slaves, women, men, power, anything I can provide. And I can provide a lot.@@"
"@@.player;Then provide some damn answers. Why me, why here, why this?@@"
"@@.host;Because I wanted to. Because I could and it got me off. You really think there's more to this than that? You think there's some grand plan at play here. What I wanted was to see you turned into a girl and fucked over and over again. Congrats on 'winning', but all that means is this run was a little boring on my end. Now do you want your prize or not.@@"
[[No.|Aftermath][$tmp="no"]]
[[Yes.|Aftermath][$tmp="yes"]] <<if $breasts==1>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric;You want to obey, you need to obey.@@
//@@.player;<span class="glitchy" data-text="obey">No...</span>@@//
@@.blinking;Obey Obey Obey Obey Obey Obey@@
<video autoplay loop src="img/eric/ehypno12.mp4"></video>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric;Your whole world is my voice.@@
//@@.player;My <span class="glitchy" data-text="obey Eric">whole world</span>...@@//
@@.eric;You belong at my feet, at the feet of a man.@@
@@.blinking;Obey Obey Obey Obey Obey Obey@@
<video autoplay loop src="img/eric/ehypno1.mp4"></video>
@@.eric;You may think you are a man as well, but that is a delusion, a sickness.@@
//@@.player;A <span class="glitchy" data-text="not a man">sickness...</span>@@//
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric;You live to serve men, to serve me.@@
//@@.player;I <span class="glitchy" data-text="to serve">live to</span>...@@//
@@.blinking;Obey Obey Obey Obey Obey Obey@@
[[You rapidly blink your eyes, coming out of the trance.|Eric Hypno Recover]]
<<elseif $breasts==2>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric; You have no mind of your own, you are only what I want you to be.@@
//@@.player;No <span class="glitchy" data-text="empty">mind</span> of my own...@@//
@@.blinking;Empty Empty Empty Empty Empty@@
@@.eric;Your head is empty, waiting to be filled.@@
//@@.player;<span class="glitchy" data-text="Fill me">Filed...</span>@@//
<video autoplay loop src="img/eric/ehypno21.mp4"></video>
@@.eric;You want to be on your knees, to be at my feet.@@
//@@.player;<span class="glitchy" data-text="kneel">No...</span>@@//
@@.blinking;Obey Kneel Obey Kneel Obey Kneel Obey@@
@@.eric;But merely kneeling is not enough, you must show your servitude@@
//@@.player;<span class="glitchy" data-text="I will">I won't</span>...@@//
<video autoplay loop src="img/eric/ehypno2.mp4"></video>
@@.eric;You must worship my cock, suck it as if it was your god. As if I am your god.@@
//@@.player;<span class="glitchy" data-text="I love cock">I don't like</span>...@@//
@@.blinking;Worship Worship Worship Worship@@
[[You rapidly blink your eyes, coming out of the trance.|Eric Hypno Recover]]
<<elseif $breasts==3>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric; Kneeling feels so good, obeying feels so good.@@
//@@.player;Feels <span class="glitchy" data-text="to obey">so good</span>...@@//
@@.eric;You want to feel good, you want to obey. You want to worship.@@
//@@.player;Want to <span class="glitchy" data-text="worship">feel good</span>...@@//
@@.blinking;Feel Good Kneel Good Feel Good@@
<video autoplay loop src="img/eric/ehypno3.mp4"></video>
@@.eric;What better thing to worship then a cock? On your knees, showing your devotion.@@
//@@.player;Wait... <span class="glitchy" data-text="worship cock">I don't...</span>@@//
@@.blinking;Worship Cock Worship Cock Worship@@
<video autoplay loop src="img/eric/ehypno31.mp4"></video>
@@.eric;It'll make you a good girl. You do want to be a good girl, to feel good, don't you?@@
//@@.player;Yes.. I <span class="glitchy" data-text="want to be a good girl">want to feel good...</span>@@//
@@.blinking;Good Girl Good Girl Good Girl Good@@
[[You rapidly blink your eyes, coming out of the trance.|Eric Hypno Recover]]
<<elseif $breasts==4>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric;If you want to be a good girl, you need to show the world you are a good girl.@@
//@@.player;<span class="glitchy" data-text="I'm a good girl">Show the world...</span>@@//
@@.blinking;Good Girl Good Girl Good Girl Good@@
@@.eric;Show off your breasts, let them see how eager you are to serve@@
//@@.player;<span class="glitchy" data-text="I want to serve">I don't want to...</span>@@//
<video autoplay loop src="img/eric/ehypno41.mp4"></video>
@@.blinking;Serve Flash Good Flash Serve@@
@@.eric;Kneel, worship. His cock is the sign of his manhood, of his dominance. He has a cock, you have little titties.@@
//@@.player;No... <span class="glitchy" data-text="I'm not a man">I'm not a girl...</span>@@//
@@.blinking;Suck Cock Suck Cock Suck Cock Suck@@
@@.eric;It's your place in the world to serve him. To be a good girl.@@
//@@.player;<span class="glitchy" data-text="must serve">Serve him...</span>@@//
<video autoplay loop src="img/eric/ehypno42.mp4"></video>
@@.eric;Being a good girl is so nice.@@
//@@.player;<span class="glitchy" data-text="good girl">So nice...</span>@@//
@@.blinking;Good Nice Suck Nice Good@@
@@.eric;On your knees, a hard cock in front of you, what more could you want.@@
//@@.player;What more <span class="glitchy" data-text="I want cock">could I want...</span>@@//
@@.blinking;Knees Suck Cock Good Cock Suck Kneel@@
<video autoplay loop src="img/eric/ehypno4.mp4"></video>
@@.eric;Picture it in your mind, how you will feel serving, worshiping my cock.@@"
//@@.player;<span class="glitchy" data-text="sucking">Worshipping</span>... cock...@@//
@@.blinking;Worship Cock Worship Cock Worship@@
[[You rapidly blink your eyes, coming out of the trance.|Eric Hypno Recover]]
<<elseif $breasts==5>>
You fall to your knees in front of Eric. With a quick motion, he injects you with something. You start to complain, but before you can even open your mouth the desire is washed away, leaving you compliant.
"@@.eric;That's a good girl,@@"
You frown. "@@.player;I'm not a girl.@@"
"@@.eric;For now, but don't worry, I'll help you fix that.@@"
Whatever Eric injected you with, you feel good, like this is what you should be doing. You reach up and grab his cock through his jeans.
He grins and let you continue rubbing his cock for a while. After about a minute of this, Eric moves your hand down. "@@.eric;Time for the main event.@@"
As he moves his underwear down, his cock springs out. The size of it shocks you. But you want it, it looks so good.
<video autoplay loop src="img/eric/eshyp12.mp4"></video>
You suck it.
You can't stop, it tastes so good. It feels so good.
<video autoplay loop src="img/eric/eshyp13.mp4"></video>
He cums all over your face.
Eric sighs as he zips back up. "@@.eric;This is your place in the world, got it? Down on your knees sucking cock.@@"
[[You rapidly blink your eyes, coming out of the trance.|Eric Hypno Recover]]
<<elseif $breasts==6>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric; As your breasts grow, you come closer and closer to your place in the world, to being a good girl.@@
//@@.player;<span class="glitchy" data-text="big tits">Grow breasts</span>... good girl...@@//
@@.blinking;Breasts Grow Good Grow Breasts@@
@@.eric;Show the world how good you are, reveal yourself to them.@@
//@@.player;<span class="glitchy" data-text="show off my tits">Show the world...</span>@@//
@@.eric;They must see your place, they must see your big, bouncing, boobies.@@
//@@.player;Big... <span class="glitchy" data-text=" cocks">bouncing</span>...@@//
@@.blinking;Big Boobies Suck Flash Boobies Big@@
<video autoplay loop src="img/eric/ehypno51.mp4"></video>
@@.eric;Only then can you kneel and worship. Only then can you get what you need, what you crave; to be a good girl.@@
//@@.player;<span class="glitchy" data-text="Must kneel Must serve">No... stop...</span>@@//
@@.blinking;Good Kneel Good Worship Good Cock@@
@@.eric;To suck and lick a man's cock is to show them how good you are.@@
//@@.player;<span class="glitchy" data-text="I live to suck cock">I don't want to suck...</span>@@//
@@.blinking;Good Suck Good Lick Good Cock@@
<video autoplay loop src="img/eric/ehypno52.mp4"></video>
@@.eric;That is the meaning of your life, of your very existence. You are a tool, an object for men to use, for you to worship.@@
//@@.player;<span class="glitchy" data-text="worship cock">I am a tool...</span>@@//
@@.blinking;Used Men Cock Good Men Cock Used@@
<video autoplay loop src="img/eric/ehypno5.mp4"></video>
@@.eric;Their cocks feel so good in your mouth, it makes you happier then you've ever been.@@
//@@.player;<span class="glitchy" data-text="So yummy">So happy...</span>@@//
@@.blinking;Happy Cock Suck Good Suck Cock Happy@@
<<if $archetype==2>>
[[Eric unzips his pants as you sit down next to him|EricPlayerSex]]
<<else>>
[[Eric pushes you down onto the ground|EricPlayerSex]]
<</if>>
<<elseif $breasts==7>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric;You want, you need, to show the world what a good girl you are, to have bigger boobs.@@
//@@.player;<span class="glitchy" data-text="show the world">Want bigger boobs...</span>@@//
@@.blinking;Big Boobs Want Boobs Big@@
@@.eric;Let them grow, come to me day after day until every man that sees you knows you are nothing but a slut, ready to fall to her knees@@
//@@.player;<span class="glitchy" data-text="worship cock">I am a slut...</span>@@//
@@.blinking;Slut Kneel Cock Suck Cock Kneel Slut@@
<video autoplay loop src="img/eric/ehypno61.mp4"></video>
@@.eric; Nothing matters but your big, bouncing, breasts. Nothing but your tits and his cock. That is your whole world, everything else melts away.@@
//@@.player;Nothing matters but <span class="glitchy" data-text="cock">my breasts</span>...@@//
@@.blinking;Boobs Tits Cock Suck Tits Grow@@
<video autoplay loop src="img/eric/ehypno62.mp4"></video>
@@.eric;You are nothing, nothing but a mouth for cocks to pound into.@@
//@@.player;I... I... <span class="glitchy" data-text="pound me">nothing but a mouth</span>...@@//
@@.eric;Get down on your knees and suck cock, worship it. Be a good girl@@
//@@.player;<span class="glitchy" data-text="worship cock">Be a good girl...</span>@@//
@@.blinking;Kneel Suck Cock Good Cock Suck Kneel@@
<video autoplay loop src="img/eric/ehypno63.mp4"></video>
@@.eric;It feels so good. Your brain melts away as he goes in and out, in and out.@@
//@@.player;This <span class="glitchy" data-text="so dumb">isn't what I...</span>@@//
@@.blinking;Don't Think Cock Suck Can't Think@@
@@.eric;Why did you ever want to think anyway? It's so much easier to just lay back and take it, become his.@@
//@@.player;<span class="glitchy" data-text="I belong to men">Don't want to think...</span>@@//
<video autoplay loop src="img/eric/ehypno6.mp4"></video>
@@.blinking;Eric Bimbo Slut Suck Bimbo Eric@@
@@.eric; To become my big breasted bimbo suck slut.@@"
//@@.player;<span class="glitchy" data-text="Eric Suck Eric">Big breasted fuck slut...</span>@@//
<<if $archetype==2>>
[[Eric pushes you down onto your knees|EricPlayerSex]]
<<else>>
[[Eric guides your hand down to his crotch|EricPlayerSex]]
<</if>>
<<elseif $breasts==8>>
<<if $archetype==2>>
[[Eric pushes you onto your back|EricPlayerSex]]
<<else>>
[[Eric pushes down onto your knees|EricPlayerSex]]
<</if>>
<<elseif $breasts==9>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.eric; As your tits grow bigger and bigger, your brain becomes smaller and smaller.@@
//@@.player;So dumb, <span class="glitchy" data-text="so dumb">can't think...</span>@@//
@@.eric;You don't need to think, you only need to suck.@@
//@@.player;<span class="glitchy" data-text="good slut">Only suck...</span>@@//
@@.blinking;Don't Think Suck Tits Suck Think Don't@@
<video autoplay loop src="img/eric/ehypno71.mp4"></video>
@@.eric;All that will be left is pleasure, the pleasure of being my bimbo fuck slut.@@
//@@.player;<span class="glitchy" data-text="I'm a bimbo">I'm not a bimbo</span>...@@//
@@.blinking;Bimbo Fuck SLut Pleasure Slut Fuck Bimbo@@
@@.eric;Why deny that pleasure? A good girl would embrace it, you are a good girl aren't you?@@
//@@.player;I'm a <span class="glitchy" data-text="bimbo slut">good girl...</span>@@//
@@.blinking;Good Girl Pleasure Bimbo Pleasure Girl Good@@
<video autoplay loop src="img/eric/ehypno72.mp4"></video>
@@.eric;To be a good bimbo, you must show the world you're a bimbo.@@
//@@.player;<span class="glitchy" data-text="I'm a bimbo">Show the world...</span>@@//
@@.eric;Skimpy tops, short skirts, high heels, these help show the world who you are. A busty little bimbo waiting for a cock.@@
//@@.player;<span class="glitchy" data-text="bimbo fuck slut">Dress like a slut...</span>@@//
@@.blinking;Love Cock Skimpy Slut Suck Fuck@@
<video autoplay loop src="img/eric/ehypno73.mp4"></video>
@@.eric; Good girls kneel. Good girls suck cock. Good girls don't think.@@
//@@.player;Suck cock... be a <span class="glitchy" data-text="good bimbo">good girl...</span>@@//
<video autoplay loop src="img/eric/ehypno7.mp4"></video>
@@.blinking;Dumb Kneel Fuck Cock Suck Bimbo@@
@@.eric;Good girls are happy. You are happy. You are a good girl. You are mine.@@
//@@.player;<span class="glitchy" data-text="fuck Eric">I'm yours...</span>@@//
@@.blinking;Eric Happy Fuck Eric Happy Eric Fuck@@
[[Eric pushes you onto your back|EricPlayerSex]]
<<elseif $breasts>=10>>
[[Eric pushes you onto your back|EricPlayerSex]]
<<else>>
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<if $feminine==1>>
"@@.emily;Uh... I'm not sure how I'm... you want to obey. To... obey me.@@"
//@@.player;<span class="glitchy" data-text="obey?">Huh?...</span>@@//
@@.blinking;Obey I... Guess? Obey I... Guess? Obey@@
<video autoplay loop src="img/emily/emhypno12.mp4"></video>
"@@.emily;Women are beautiful. You are beautiful. I mean... you want to... I...@@"
//@@.player;<span class="glitchy" data-text="I'm beautiful">Woman are beautiful...</span>@@//
@@.blinking;Women Beautiful You Beautiful Woman@@
<video autoplay loop src="img/emily/emhypno1.mp4"></video>
@@.blinking;Crave Woman Love Woman Crave @@
[[You rapidly blink your eyes, coming out of the trance.|Emily Hypno Recover]]
<<elseif $feminine==2>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
"@@.emily;Your mind is blank, empty. No, not empty like nothing in it. Empty like, um... you are still you. Please, don't...@@"
//@@.player;<span class="glitchy" data-text="empty mind">I'm still me...</span>@@//
@@.blinking;Blank Empty Still You Still Empty Blank@@
<video autoplay loop src="img/emily/emhypno21.mp4"></video>
@@.emily;You have to let it go. If you resist it will be worse for you.@@
//@@.player;<span class="glitchy" data-text="let go">No... I won't</span>@@//
@@.emily;Please, I want help. I don't want to hurt you.@@
//@@.player;<span class="glitchy" data-text="help me">Won't hurt me...</span>@@//
@@.blinking;Give In Don't Resist Don't Give In@@
<video autoplay loop src="img/emily/emhypno2.mp4"></video>
@@.blinking;Give In Obey Please Obey In Give@@
[[You rapidly blink your eyes, coming out of the trance.|Emily Hypno Recover]]
<<elseif $feminine==3>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.emily; I can help you, I can. Don't listen to the others, only listen to me.@@
//@@.player;<span class="glitchy" data-text="listen to Emily">Don't listen to the others...</span>@@//
@@.blinking;Listen Emily Only Emily Only Emily Listen@@
@@.emily;If you listen to me everything will be okay. It'll be okay...@@
//@@.player;<span class="glitchy" data-text="obey Emily">It will be okay...</span>@@//
<video autoplay loop src="img/emily/emhypno31.mp4"></video>
@@.blinking;Obey Emily Listen Obey Listen Emily Obey@@
@@.emily;You like women. I mean, I know you like women, but if you were to, uh, change, you still would like women. Don't give in.@@
//@@.player;<span class="glitchy" data-text="lick pussy">Yes... I like women</span>@@//
@@.blinking;Love Women Love Women Love Women Love@@
<video autoplay loop src="img/emily/emhypno3.mp4"></video>
@@.blinking;Don't Give In Women Love Women In Give Don't@@
[[You rapidly blink your eyes, coming out of the trance.|Emily Hypno Recover]]
<<elseif $feminine==4>>
[[You rapidly blink your eyes, coming out of the trance.|Emily Hypno Recover]]
<<elseif $feminine==5>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.emily;Give in, give yourself to me, I am all you need.@@
//@@.player;<span class="glitchy" data-text="Emily">I don't want...</span>@@//
@@.blinking;Emily Only Emily Need Emily Only Emily@@
<video autoplay loop src="img/emily/emhypno41.mp4"></video>
@@.blinking;Obey Give In Obey Give In Obey@@
@@.emily;The others don't matter, they want to harm you. I want to help, I can help. Please, listen.@@
//@@.player;<span class="glitchy" data-text="listen to Emily">You want to help...</span>@@//
@@.blinking;Worship Emily Listen Emily Worship@@
<video autoplay loop src="img/emily/emhypno42.mp4"></video>
@@.emily;You don't need to be a man. You can be a girl too, you'll still be you. It'll be fine. I promise.@@
//@@.player;No... <span class="glitchy" data-text="I'm a girl">I'm a man...</span>@@//
@@.blinking;Girl You Girl You Girl You Girl@@
<video autoplay loop src="img/emily/emhypno4.mp4"></video>
@@.blinking;Emily Love Emily Lick Emily Love Emily@@
[[Dazed, you follow Emily to her room.|EmilyPlayerSex]]
<<elseif $feminine==6>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.emily;listen to me. Here my voice. I am all you need, you are all I need. I... I love you.@@
//@@.player;<span class="glitchy" data-text="love Emily">You love me...</span>@@//
@@.blinking;Love Emily Love Emily Love Emily Love@@
<video autoplay loop src="img/emily/emhypno51.mp4"></video>
@@.blinking;Love Obey Love Obey Love Obey@@
@@.emily; I've always loved you. They want me to do, horrible things to you.@@
//@@.player;<span class="glitchy" data-text="love Emily">No... don't....</span>@@//
@@.emily;But I won't. They don't want me to tell you this. But I've loved you ever since high school.@@
//@@.player;<span class="glitchy" data-text="I love you too">Since highschool... love...</span>@@//
@@.blinking;Love Emily Love Obey Love Emily Love@@
<video autoplay loop src="img/emily/emhypno5.mp4"></video>
"@@.emily;I thought that maybe if you were a girl too you would... I know it's not right, but they made me do it. Please, just trust me, believe me.@@"
//@@.player;<span class="glitchy" data-text="believe Emily">Do't want to be a...</span>@@//
<video autoplay loop src="img/emily/emhypno52.mp4"></video>
@@.blinking;Love Emily Touch Emily Kiss Emily Love@@
[[Dazed, you follow Emily to her room.|EmilyPlayerSex]]
<<elseif $feminine==7>>
[[Dazed, you follow Emily to her room.|EmilyPlayerSex]]
<<elseif $feminine==8>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.emily; Don't listen to them, close your eyes. They want to change you. They're making me change you.@@
//@@.player;<span class="glitchy" data-text="Emily loves me">Want you to change me...</span>@@//
@@.blinking;Listen Emily Only Emily Listen@@
@@.emily;I can't stop it, but I can change what you become.@@
//@@.player;<span class="glitchy" data-text="changed">Please...</span>@@//
@@.blinking;Girl Become Girl Emily Love Emily Girl@@
<video autoplay loop src="img/emily/emhypno61.mp4"></video>
@@.blinking;Let Go Love Emily Love Go Let@@
@@.emily;We can be together. Just you and me. We'll beat this and escape.@@
//@@.player;<span class="glitchy" data-text="together">You and me...</span>@@//
@@.blinking;Together Emily Together Love Emily Together@@
<video autoplay loop src="img/emily/emhypno62.mp4"></video>
@@.blinking;Girls Love Girls Love Emily Girls@@
"@@.emily;Ignore it. Please, please don't lose yourself. I couldn't take it. Stay strong, for me. I love you.@@
//@@.player;<span class="glitchy" data-text="I love Emily">Strong for Emily...</span>@@//
<video autoplay loop src="img/emily/emhypno6.mp4"></video>
@@.blinking;Love Love Love Love Love Love Love@@
[[Dazed, you follow Emily to her room.|EmilyPlayerSex]]
<<elseif $feminine==9>>
@@.blinking;Love Love Love Love Love Love Love@@
@@.emily;Don't listen, just remember that I love you. Even if the rest of you melts away, please, remember that love.@@
//@@.player;<span class="glitchy" data-text="Emily is love">Emily loves me...</span>@@//
@@.blinking;Love Love Love Love Love Love Love@@
<video autoplay loop src="img/emily/emhypno71.mp4"></video>
@@.blinking;Love Love Love Love Love Love Love@@
"@@.emily;I love you.@@"
//@@.player;<span class="glitchy" data-text="lick Emily">Love you...</span>@@//
@@.blinking;Love Love Love Love Love Love Love@@
<video autoplay loop src="img/emily/emhypno7.mp4"></video>
@@.blinking;Love Love Love Love Love Love Love@@
"@@.emily;I love you.@@"
//@@.player;<span class="glitchy" data-text="fuck Emily">Love you...</span>@@//
@@.blinking;Love Love Love Love Love Love Love@@
<video autoplay loop src="img/emily/emhypno72.mp4"></video>
@@.blinking;Love Love Love Love Love Love Love@@
[[Dazed, you follow Emily to her room.|EmilyPlayerSex]]
<<elseif $feminine>=10>>
[[Dazed, you follow Emily to her room.|EmilyPlayerSex]]
<<else>>
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<if $sub==1>>
@@.blinking;Obey Obey Obey Obey Obey Obey Obey@@
@@.hannah;Empty your mind. Let it all wash away, leaving only my voice.@@
//@@.player;<span class="glitchy" data-text="obey">Only your voice...</span>@@//
@@.hannah;Breath in, breath out. Nothing but my voice.@@
//@@.player;<span class="glitchy" data-text="empty">Breath...</span>@@//
@@.blinking;Empty Obey Empty Obey Empty@@
<video autoplay loop src="img/hannah/hhypno1.mp4"></video>
@@.blinking;Blank Mind Blank Mins Blank Mind Blank@@
@@.hannah;You don't really want to be a man do you? Of course you don't, you don't want anything except what I tell you to want.@@
//@@.player;No...<span class="glitchy" data-text="Not a man">I'm a man...</span>@@//
<video autoplay loop src="img/hannah/hhypno11.mp4"></video>
@@.blinking;Think Pink Think Pink Don't Think@@
@@.hannah;You want to be a girl. A girly girl. A pretty little girl all dressed up in pink.@@
//@@.player;<span class="glitchy" data-text="pretty girl">I don't want to be...</span>@@//
@@.blinking;Girl Pretty Girl Be A GIrl Pretty Girl@@
[[You rapidly blink your eyes, coming out of the trance.|Hannah Hypno Recover]].
<<elseif $sub==2>>
@@.blinking;Obey Obey Obey Obey Obey Obey Obey@@
@@.hannah;All of your thoughts, your opinions, your ego, it all drains away. All that remains is my voice, my desire.@@
//@@.player;<span class="glitchy" data-text="only Hannah">Drained away...</span>@@//
@@.blinking;No Thoughts No Ego No Desires@@
<video autoplay loop src="img/hannah/hhypno2.mp4"></video>
@@.blinking;Go Let Go Let Go Let Go@@
@@.hannah;Your place is at the feet of your betters. Who are your betters? Everyone, you are nothing.@@
//@@.player;<span class="glitchy" data-text="serve">I am nothing...</span>@@//
<video autoplay loop src="img/hannah/hhypno21.mp4"></video>
@@.hannah;You live to serve me, to serve anyone who asks it of you. As a meek, submissive girl.@@
//@@.player;<span class="glitchy" data-text="submissive girl">You're wrong...</span>@@//
@@.blinking;Obey Serve Obey Serve Obey Serve Obey@@
[[You rapidly blink your eyes, coming out of the trance.|Hannah Hypno Recover]]
<<elseif $sub==3>>
@@.blinking;Obey Obey Obey Obey Obey Obey Obey@@
@@.hannah;Although you want to be a girl, although you long to be a girl, you must understand that you are not their equal.@@
//@@.player;<span class="glitchy" data-text="I want to be a girl">I'm not their equal...</span>@@//
@@.hannah;You are beneath them. When a woman tells you to do something, you must obey. For she is your better.@@
//@@.player;<span class="glitchy" data-text="obey women">She is my better...</span>@@//
@@.blinking;Beneath Women Obey Women Beneath@@
<video autoplay loop src="img/hannah/hhypno3.mp4"></video>
@@.blinking;Obey Her Obey Her Obey Her Obey@@
@@.hannah;Lipstick, high heels, long silky hair, it's so girly. It's what you want, what you want to be.@@
//@@.player;<span class="glitchy" data-text="be girly">What I want to be...</span>@@//
@@.hannah;Mascara, nail polish, you need these things to become what you want to be, to become a girl.@@
//@@.player;<span class="glitchy" data-text="I'm a girl">Hold on I...</span>@@//
@@.blinking;Wear Makeup Wear Heels Wear Skirts@@
<video autoplay loop src="img/hannah/hhypno31.mp4"></video>
@@.hannah;You've lived cooped up in that male body so long, let yourself out. Let yourself out and obey.@@
//@@.player;<span class="glitchy" data-text="must become a girl">I must obey...</span>@@//
@@.blinking;Become Girl Think Pink Think Like Girl@@
[[You rapidly blink your eyes, coming out of the trance.|Hannah Hypno Recover]].
<<elseif $sub==4>>
[[You rapidly blink your eyes, coming out of the trance.|Hannah Hypno Recover]].
<<elseif $sub==5>>
@@.blinking;Obey Obey Obey Obey Obey Obey Obey@@
@@.hannah;Once you're a girl, you need to fill a girl's role.@@
//@@.player;<span class="glitchy" data-text="I'm a girl">But I'm not...</span>@@//
@@.hannah;And what do girls want? They want a man, they want to serve men.@@
//@@.player;<span class="glitchy" data-text="men">I want to serve...</span>@@//
@@.blinking;Serve Men Want Men Want Men Serve@@
@@.hannah;Whatever he says, whatever he wants, that is your desire as well.@@
//@@.player;<span class="glitchy" data-text="desire men">Whatever his desires...</span>@@//
@@.blinking;Yes Sir Obey Men Obey Sir Yes@@
<video autoplay loop src="img/hannah/hhypno41.mp4"></video>
@@.hannah;Man, woman, it doesn't matter. You are beneath them, it is your place to worship them however they see fit.@@
//@@.player;<span class="glitchy" data-text="cock pussy">My place to worship...</span>@@//
@@.hannah;You have no mind of your own, your only desire is to please them, to make others happy.@@
//@@.player;<span class="glitchy" data-text="serve">Make other happy...</span>@@//
@@.blinking;Please Men Serve Men Please Men Serve@@
<video autoplay loop src="img/hannah/hhypno4.mp4"></video>
@@.hannah;Let it all fade away, forget your old male self. It was holding you back, preventing you from serving.@@
//@@.player;<span class="glitchy" data-text="must serve">Holding me back...</span>@@//
@@.blinking;Girl Not Man Girl Serve Men Not Man Girl@@
<video autoplay loop src="img/hannah/hhypno42.mp4"></video>
@@.hannah;Once you become a girl you can fulfill your potential.@@
//@@.player;<span class="glitchy" data-text="love being a girl">Fulfill my potential...</span>@@//
@@.blinking;Fulfill Be Filled Fulfill Be Filled@@
<<if $archetype==2>>
[[Dazed, you follow Hannah back to her room|HannahPlayerSex]]
<<else>>
[[You rapidly blink your eyes, coming out of the trance.|Hannah Hypno Recover]]
<</if>>
<<elseif $sub==6>>
@@.blinking;Obey Obey Obey Obey Obey Obey Obey@@
@@.hannah;It's so easy to serve, so easy to give up. Why would you want to make your own decisions anyway?@@
//@@.player;<span class="glitchy" data-text="I love to serve">So easy to serve...</span>@@//
@@.hannah;It's so hard to think, so hard to act. Obeying is nice, obeying is pleasant@@
//@@.player;<span class="glitchy" data-text="Obeying is pleasure">Obeying is pleasant...</span>@@//
@@.blinking;Obery Can't Think Obey Think Can't Obey@@
<video autoplay loop src="img/hannah/hhypno51.mp4"></video>
@@.blinking;Serve Be Free Serve Free Be Serve@@
@@.hannah;It sounds like a dream doesn't it? Being someone's slave, serving their every whim?@@
//@@.player;<span class="glitchy" data-text="serve obey">Like a dream...</span>@@//
@@.hannah;But you can get there, you can become that little submissive slut.@@
//@@.player;<span class="glitchy" data-text="become a slut">That's not wat I...</span>@@//
@@.blinking;SLut Submissive Slut Serve Slut Submissive Slut@@
@@.hannah;It doesn't have to be a dream, it can be your reality.@@
//@@.player;<span class="glitchy" data-text="submissive slut">My reality...</span>@@//
<video autoplay loop src="img/hannah/hhypno5.mp4"></video>
@@.hannah;Become a girl. Let everything masculine flow away and you can get there.@@
//@@.player;<span class="glitchy" data-text="I'm a girl">Let it flow away...</span>@@//
@@.hannah;You'll be wanted, desired, owned.@@
//@@.player;<span class="glitchy" data-text="I want to be owned">I want to be desired...</span>@@//
@@.blinking;Owned Wanted Desired Serve Desired Wanted Owned@@
<video autoplay loop src="img/hannah/hhypno52.mp4"></video>
@@.hannah;Your mannerisms, your clothing, all of it will be a signal that you are a prize to be taken, a slave to be claimed and used.@@
//@@.player;<span class="glitchy" data-text="I'm a slave">I'm a prize...</span>@@//
@@.blinking;Slave Used Abused Serve Abused Used Slave@@
[[Dazed, you follow Hannah back to her room|HannahPlayerSex]]
<<elseif $sub==7>>
[[Dazed, you follow Hannah back to her room|HannahPlayerSex]]
<<elseif $sub==8>>
@@.blinking;Obey Obey Obey Obey Obey Obey Obey@@
@@.hannah;Now that you're a girl, you can finally take your place.@@
//@@.player;<span class="glitchy" data-text="pretty girl">Take my place...</span>@@//
@@.hannah;It will feel so good, it's what you were meant for.@@
//@@.player;<span class="glitchy" data-text="submissive girl">What I was meant for...</span>@@//
@@.blinking;Feel Good So Good Serve So Good Serve@@
<video autoplay loop src="img/hannah/hhypno6.mp4"></video>
@@.blinking;Serve Love to Serve Serve Men Love Men@@
@@.hannah;Lie down, prepare yourself. Your manicured nails and painted face will show him who you are.@@
//@@.player;<span class="glitchy" data-text="slutty girl">Who I am...</span>@@//
@@.hannah;Your position will show him what you want. That you wish to serve, to be his.@@
//@@.player;<span class="glitchy" data-text="I want cock">I want to serve...</span>@@//
@@.blinking;Obey Men Serve Men Fuck Men Love Men@@
<video autoplay loop src="img/hannah/hhypno61.mp4"></video>
@@.hannah;You desperately want to be fucked. That is how you will show your servitude.@@
//@@.player;<span class="glitchy" data-text="fucked">Show my servitude...</span>@@//
@@.blinking;Fuck Men Fuck Men Fuck Men Fuck@@
@@.hannah;He is so strong, you are so weak, it is only right that he takes you.@@
//@@.player;<span class="glitchy" data-text="fucked by men">Hold on... please...</span>@@//
@@.hannah;Surrender to his power, surrender to his cock.@@
//@@.player;<span class="glitchy" data-text="to cock">Surrender...</span>@@//
@@.blinking;Cock Surrender Cock Surrender Cock@@
<video autoplay loop src="img/hannah/hhypno62.mp4"></video>
@@.hannah;As he pounds you, you will know you made the right choice.@@
//@@.player;<span class="glitchy" data-text="love cock">Made the right choice...</span>@@//
<video autoplay loop src="img/hannah/hhypno63.mp4"></video>
@@.hannah;His thrusts, his dominance overtaking you. His girly sex slave slut.@@
//@@.player;<span class="glitchy" data-text="sex slave slut">Overtaking me...</span>@@//
@@.blinking;Sex Fuck Men Cock Men Fuck Sex@@
[[Dazed, you follow Hannah back to her room|HannahPlayerSex]]
<<elseif $sub==9>>
@@.blinking;Obey Obey Obey Obey Obey Obey Obey@@
@@.hannah;Anytime, anywhere. you will spread your legs like a good girl. Like a whore.@@
//@@.player;<span class="glitchy" data-text="Like a good whore">Like a good girl...</span>@@//
@@.blinking;Anywhere Anytime Anyone Fuck Anyone@@
@@.hannah;It doesn't matter who it is, everyone is above you, you are worthless.@@
//@@.player;<span class="glitchy" data-text="fuck me">Doesn't matter who...</span>@@//
@@.blinking;Good Whore Fuck Slut Good Slut Fuck Whore Good@@
<video autoplay loop src="img/hannah/hhypno71.mp4"></video>
@@.hannah;Your only thinge of worth is your body.@@
//@@.player;<span class="glitchy" data-text="use my body">Only thing of worth...</span>@@//
@@.blinking;Use Body Be Used Use Body Be Abused@@
@@.hannah;It is so nice of them to use you, to show you their desire. Be that desire, let them do as they please. You love it.@@
//@@.player;<span class="glitchy" data-text="I'm your slut">I love it...</span>@@//
<video autoplay loop src="img/hannah/hhypno72.mp4"></video>
@@.blinking;Fuck Pet Be Fucked Slave Pet Fuck Men@@
@@.hannah;It's not enough to just let them take what they want. You must work towards their desire.@@
//@@.player;<span class="glitchy" data-text="Men's desire">I must work towards it...</span>@@//
@@.hannah;Train yourself to be their perfect slut. Whenever you are alone, get out your dildo, become the best slave you can be.@@
//@@.player;<span class="glitchy" data-text="perfect slut">Train myself...</span>@@//
@@.blinking;Perfect Slut Fuck Men Serve Fuck Perfect@@
<video autoplay loop src="img/hannah/hhypno73.mp4"></video>
@@.blinking;Practice Serve Perfect Slut Perfect Serve Practice@@
@@.hannah;It will all be worth it. Once you're perfect, you will get your reward.@@
//@@.player;<span class="glitchy" data-text="cock">My reward...</span>@@//
@@.hannah;Cock. Hard, throbbing cock for you to pleasure.@@
//@@.player;<span class="glitchy" data-text="hard cock">Pleasure...</span>@@//
@@.blinking;Crave Cock Need Cock Need Cock Crave@@
<video autoplay loop src="img/hannah/hhypno7.mp4"></video>
@@.hannah;That will be your world, your one desire once all others are stripped away.@@
//@@.player;<span class="glitchy" data-text="only cock">Stripped away...</span>@@//
@@.blinking;Cock WHole World Cock Only Cock Need Cock@@
[[Dazed, you follow Hannah back to her room|HannahPlayerSex]]
<<elseif $sub<=10>>
[[Dazed, you follow Hannah back to her room|HannahPlayerSex]]
<<endif>><<if $ass==1>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.arnold;Hear my voice, my voice is your whole world. Listen and obey. Listen and obey.@@
//@@.player;<span class="glitchy" data-text="obey">Only your voice...</span>@@//
@@.blinking;Listen Obey Listen Obey Listen Obey@@
<video autoplay loop src="img/arnold/ahypno1.mp4"></video>
@@.arnold;You love big asses. Bub, jiggly butts. What every woman needs, what you want.@@
//@@.player;<span class="glitchy" data-text="love ass">Want big butts...</span>@@//
<video autoplay loop src="img/arnold/ahypno12.mp4"></video>
@@.blinking;Love Butts Love Ass Want Butts Love@@
[[You rapidly blink your eyes, coming out of the trance.|Arnold Hypno Recover]].
<<elseif $ass==2>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.arnold; Not everyone can play with a big butt. Only those who are good.@@
//@@.player;<span class="glitchy" data-text="be good">Only the good...</span>@@//
@@.blinking;Good Big Butts Good Butts Big Good@@
@@.hannah;It's like Santa Claus, big butt Santa Claus. You want to be good don't you?@@
//@@.player;<span class="glitchy" data-text="What?">Santa... Claus</span>@@//
<video autoplay loop src="img/arnold/ahypno2.mp4"></video>
@@.blinking;Good Butt Slut Good Slut Butt Good@@
@@.arnold;Be good, be nice, listen to me. Do whatever I say and you too can have a big butt to play with whenever you want.@@"
//@@.player;<span class="glitchy" data-text="oh I get it">Be nice... listen...</span>@@//
<video autoplay loop src="img/arnold/ahypno21.mp4"></video>
@@.blinking;Play Ass Good Slut Good Ass Play@@
[[You rapidly blink your eyes, coming out of the trance.|Arnold Hypno Recover]].
<<elseif $ass==3>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.arnold;You want it, you need it. You crave that butt, so big, so perfect.@@
//@@.player;<span class="glitchy" data-text="need it">Crave big butt...</span>@@//
@@.arnold;A perfect bubble butt. It's all you want in the world.@@
//@@.player;<span class="glitchy" data-text="bubble butt">All I want...</span>@@//
@@.blinking;Pefect Butt Bubble Butt Bubble Butt Perfect@@
<video autoplay loop src="img/arnold/ahypno3.mp4"></video>
@@.blinking;Crave Big Ass Crave Butt Big Crave@@
@@.arnold;You're so close. So close to that butt. Just be good, for a little bit longer.@@
//@@.player;<span class="glitchy" data-text="need ass">So close...</span>@@//
@@.blinking;Ass Up Face Down Good Up Ass@@
<video autoplay loop src="img/arnold/ahypno31.mp4"></video>
@@.arnold;Breathe in and out, listening to my voice.@@
//@@.player;<span class="glitchy" data-text="love big butts">Breath and listen...</span>@@//
[[You rapidly blink your eyes, coming out of the trance.|Arnold Hypno Recover]]
<<elseif $ass==4>>
[[You rapidly blink your eyes, coming out of the trance.|Arnold Hypno Recover]]
<<elseif $ass==5>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.arnold;There's only one way to have a nice big butt to play with whenever you want.@@
//@@.player;<span class="glitchy" data-text="need big butt">Only one way...</span>@@//
@@.arnold;You have to be a girl, to have a bubble butt of your own.@@
//@@.player;<span class="glitchy" data-text="need own big butt">I have to... no...</span>@@//
@@.blinking;Girl Butt Need Bubble Butt Need Girl@@
<video autoplay loop src="img/arnold/ahypno42.mp4"></video>
@@.blinking;Become Girl Have Bubble Butt Become Girl@@
@@.arnold;And since you've been so good, such a good girl, you know what to do with that butt.@@
//@@.player;<span class="glitchy" data-text="use butt">so good...</span>@@//
@@.arnold;It'd be selfish to keep it to yourself, the whole world deserves the gift of a perfect ass.@@
//@@.player;<span class="glitchy" data-text="show butt to world">But I don't have...</span>@@//
@@.blinking;Show Ass Prefect Ass Up Show World@@
<video autoplay loop src="img/arnold/ahypno4.mp4"></video>
@@.arnold;Show it off, show the world. Head down, ass up. Push that booty into the air. Give men what they want.@@
//@@.player;<span class="glitchy" data-text="love men">Don't like...</span>@@//
<video autoplay loop src="img/arnold/ahypno43.mp4"></video>
@@.blinking;Good Girl Show Ass Up Ass@@
<<if $archetype==2>>
[[Dazed you follow Arnold to his room|ArnoldPlayerSex]]
<<else>>
[[You rapidly blink your eyes, coming out of the trance.|Arnold Hypno Recover]]
<</if>>
<<elseif $ass==6>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.arnold;It feels so good when guys play with your ass. It makes you feel special, wanted. Like a good girl.@@
//@@.player;<span class="glitchy" data-text="play with ass">Like a good girl...</span>@@//
@@.blinking;Special Girl Play Ass Play Girl Special@@
@@.arnold;You want to feel that wonderful sensation of your ass being played with whenever you can.@@
//@@.player;<span class="glitchy" data-text="grope my ass">Wonderful sensation...</span>@@//
<video autoplay loop src="img/arnold/ahypno5.mp4"></video>
@@.blinking;Good Girl Ass Fuck Ass Girl Good@@
@@.arnold;And what is the pinnacle of the ass if not the asshole? The delicate flower resting between those beautiful globes.@@
//@@.player;<span class="glitchy" data-text="use asshole">That's gross...</span>@@//
@@.arnold;That is the ultimate gift you can give, the key to being good.@@
@@.blinking;Get Fucked Open Ass Open Fucked Get@@
<video autoplay loop src="img/arnold/ahypno52.mp4"></video>
@@.arnold;Get on your knees and push that ass in the air. Present that ass, that hole, to men so they can see it.@@
//@@.player;<span class="glitchy" data-text="show asshole to men">Push ass into air...</span>@@//
<video autoplay loop src="img/arnold/ahypno51.mp4"></video>
@@.blinking;Pleasure Face Down Ass Up Ass Pleasure@@
@@.arnold;So they can use it can gain pleasure so you can gain pleasure. Being good gives so much pleasure.@@
//@@.player;<span class="glitchy" data-text="pleasure">Be good...</span>@@//
[[Dazed you follow Arnold to his room|ArnoldPlayerSex]]
<<elseif $ass==7>>
[[Dazed you follow Arnold to his room|ArnoldPlayerSex]]
<<elseif $ass==8>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.arnold;Your ass is so beautiful, your gift to the world. It makes you so happy to know that it makes other people happy@@
//@@.player;<span class="glitchy" data-text="beautiful ass">Make people happy...</span>@@//
@@.blinking;Happy Give Ass Gift Ass Give Happy@@
<video autoplay loop src="img/arnold/ahypno63.mp4"></video>
@@.arnold;People are most happy when your ass is in the air. Shove that butt up, reveal it to everyone. Let them use it as they please.@@
//@@.player;<span class="glitchy" data-text="free use">Show my ass...</span>@@//
<video autoplay loop src="img/arnold/ahypno6.mp4"></video>
@@.blinking;Ass Up Show Ass Show Up Ass@@
@@.arnold;You love it when he plays with your ass. It feels so good, a man's large hands groping you. His hard dick pressing against your hole.@@
//@@.player;<span class="glitchy" data-text="fucked by cock">It feels so good...</span>@@//
@@.blinking;Toy Fucked Ass Cock Ass Fucked Toy@@
<video autoplay loop src="img/arnold/ahypno61.mp4"></video>
@@.arnold;As he thrusts in and out, you feel whole. It is everything you could ever want. In and out, his hard dick forcing itself into your ass.@@
//@@.player;<span class="glitchy" data-text="hard cock fuck">No... please...</span>@@//
<video autoplay loop src="img/arnold/ahypno62.mp4"></video>
@@.blinking;Fuck Ass Fuck Yes Fuck Ass Fuck@@
[[Dazed you follow Arnold to his room|ArnoldPlayerSex]]
<<elseif $ass==9>>
@@.blinking;Obey Obey Obey Obey Obey Obey@@
@@.arnold;You are a good slut, always ready to fuck.@@
//@@.player;<span class="glitchy" data-text="anal slut">Ready to fuck...</span>@@//
@@.blinking;Ready Fuck Ass Slut Ass Fuck Ready@@
@@.arnold;Your pretty ass wiggling behind you as you walk, your clothes showing it off to any man who cares to look.@@
//@@.player;<span class="glitchy" data-text="attract men">Show off ass...</span>@@//
@@.blinking;Wiggle Ass Show Ass Slut Ass Show@@
<video autoplay loop src="img/arnold/ahypno71.mp4"></video>
@@.blinking;Ready Fuck Always Fuck Ass Ready@@
@@.arnold;Whenever your man asks you to fuck, you are ready. Ready to leap onto your hands and knees, presenting your ass to him.@@
//@@.player;<span class="glitchy" data-text="to fuck">Always ready...</span>@@//
<video autoplay loop src="img/arnold/ahypno72.mp4"></video>
@@.arnold;Head down, ass up. Head down, ass up. It's the position that shows how much you want him, how much you love his cock.@@
//@@.player;<span class="glitchy" data-text="I love his cock">I want his cock...</span>@@//
@@.blinking;Love Cock Ass Up Ass Up Ass Cock@@
<video autoplay loop src="img/arnold/ahypno73.mp4"></video>
@@.arnold;Only good sluts get fucked in the ass. You're good, aren't you?@@
//@@.player;<span class="glitchy" data-text="I fuck">I'm good...</span>@@//
<video autoplay loop src="img/arnold/ahypno7.mp4"></video>
@@.blinking;Get Fucked Love Cock Love Anal Fucked@@
@@.arnold;I know you are, your big ass shows it, your asshole spread open wide shows it. You're my perfect little ass slut.@@
//@@.player;<span class="glitchy" data-text="perfect ass slut">My big butt shows it...</span>@@//
[[Dazed you follow Arnold to his room|ArnoldPlayerSex]]
<<elseif $ass>=10>>
[[Dazed you follow Arnold to his room|ArnoldPlayerSex]]
<<endif>>
<<set $controlTmp="eric">>
<<include "enemyClothes">>
<<if $studioTrait>=2>><<set $horny+=3>><</if>>
<<if $eric.master is "player">>
<<if $studioFound and $doorRoom==1 and $agent==1>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<elseif $kitchenFound and $doorRoom==2 and $agent==1>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<elseif $gymFound and $doorRoom==3 and $agent==1>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<elseif $bathFound and $doorRoom==4 and $agent==1>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<elseif $livingFound and $doorRoom==5 and $agent==1>>
Eric is the agent!
[[Take Eric to the locked door|ericEscape]]
<<else>>
You bump into Eric while walking to your destination.
Who should Eric focus on?
<<listbox "$transformation">>
<<option "Emily" "emily" `$eric.focus == "emily" ? "selected" : ""`>>
<<option "Arnold" "arnold" `$eric.focus == "arnold" ? "selected" : ""`>>
<<option "Hannah" "hannah" `$eric.focus == "hannah" ? "selected" : ""`>>
<</listbox>>
<<switch $moveTmp>>
<<case "studio">>
[[Move along.|Studio][$foundFoeRoom=0, $random=0]]
<<case "kitchen">>
[[Move along.|Kitchen][$foundFoeRoom=0, $random=0]]
<<case "gym">>
[[Move along.|Gym][$foundFoeRoom=0, $random=0]]
<<case "bath">>
[[Move along.|Bathroom][$foundFoeRoom=0, $random=0]]
<<case "living">>
<<if $livingTrait>=3>>
[[Move along.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
[[Move along.|Living Room][$foundFoeRoom=0, $random=0]]
<</if>>
<<case "shop">>
[[Move along.|Shop][$foundFoeRoom=0, $random=0]]
<<default>>
[[Move along.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</switch>>
<</if>>
<<elseif $eric.master is "emily">>
Eric is under Emily's control!
[[Let him do as he will|Emily Aftermath][$feminine+=1]]
<<if $stars>=1>>[[Refuse|Eric Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling him would be pointless.)
<<elseif $eric.master is "arnold">>
Eric is under Arnold's control!
[[Let him do as he will|Arnold Aftermath][$ass+=1]]
<<if $stars>=1>>[[Refuse|Eric Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling him would be pointless.)
<<elseif $eric.master is "hannah">>
Eric is under Hannah's control!
[[Let him do as he will|Hannah Aftermath][$sub+=1]]
<<if $stars>=1>>[[Refuse|Eric Refuse][$stars-=1]] (Costs ★)<<endif>>
(Mind controlling him would be pointless.)
<<else>>
<<if $eric.team==0>>
<<goto "teamUp">>
<<elseif $eric.team==1>>
<<goto "ericTeam">>
<</if>>
<<silently>>
<<if $advRand==6 and $eric.team==-1>> <<goto "ericEncounterAdvantage">><</if>>
<</silently>>
<<set $random to random(1,4), $tmp=$breasts-$ass>>
"@@.eric;Where you going in such a hurry?@@" Damn, it's Eric, he's sporting a cocky grin.
<<if $breasts==0>>
You move to walk away but Eric wags his finger at you.
"@@.eric;You know the rules, I spotted you so that means I get to do what I want.@@" Eric flashes a vial. "@@.eric;Don't worry, it won't hurt you.@@"
"@@.player;Come on man, we don't have to do this. Whatever's going on here we can get through it if we work together.@@"
Eric nods. "@@.eric;I agree, now work with me and let me inject this vial, I have big plans for you.@@"
You back away. "@@.player;No way, you're not touching me.@@"
"@@.eric;You're right, you could always use one of those little escape points.@@" Eric advances, keeping pace with you. "@@.eric;But I would save them if I were you. I'm a nice guy, the others probably have something worse in mind.@@"
You think this over. He is right about one thing, if you spend all your points now the others could do whatever they want to you.
/*Start transform*/
<<elseif $breasts==1>>
"@@.eric;How ya doing champ?@@" Eric asks.
"@@.player;Uh, okay I guess. What was in that vial?@@"
Eric frowns a bit at your response. "@@.eric;...I guess it was a bit much to hope it would work right away...@@" He perks up. "@@.eric;Oh, nothing important. In fact, it was so unimportant, why don't you let me inject you again?@@"
Do you let him inject you? It's not like anything particularly bad happened last time.
/*AAA cup*/
<<elseif $breasts==2>>
"@@.eric;Looking a little tired, champ. Why don't you relax a bit?@@"
You scoff. '@@.player;What? Where? There isn't exactly a chair around.@@"
Eric pauses. "@@.eric;Well, anyway, you ready for another shot?@@"
Again? This is getting really suspicious.
/*AA Cup*/
<<elseif $breasts==3>>
"@@.player;Look, I'm not so sure about this. I mean those vials...@@"
Eric cuts you off. "@@.eric;Naw, no vial this time. Walk with me, I have something I want to discuss with you.@@"
/*A Cup*/
<<elseif $breasts==4>>
"@@.eric;Well? Are you ready for your daily breast shot? Are you ready to take your place in the world?@@"
/*B Cup*/
<<elseif $breasts==5>>
"@@.eric;Looking good, but we could improve those. What do you say?@@"
/*C Cup*/
<<elseif $breasts==6>>
"@@.eric;Now we're getting somewhere. You do want to be a good girl right?@@"
You find yourself nodding.
"@@.eric;Well, then follow me, good girls do whatever their man asks.@@"
/*D Cup*/
<<elseif $breasts==7>>
"@@.eric;Looking good, but we could improve those. What do you say?@@"
/*DD Cup*/
<<elseif $breasts==8>>
"@@.eric;Looking good, but we could improve those. What do you say?@@"
/*E Cup*/
<<elseif $breasts==9>>
"@@.eric;You're almost there. It's time to take the last steps towards making you the perfect slut@@"
You tremble at the thought of it.
"@@.eric;Well, then come along slut. Time to get to work.@@"
/*F Cup*/
<<endif>>
[[Let him do as he will|Eric Aftermath][$breasts+=1]]
<<if $stars>=1>>[[Refuse|Eric Refuse][$stars-=1]] (Costs ★)<<endif>>
<<if $mindControl>0 and $stars>0>>[[Use the mind control orb|Eric MC][$mindControl-=1, $stars--]](Costs ★)<</if>>
<<if $quest is "Flash someone">>
Maybe you should [[flash Eric?|Quest Events]]
<<else>>
<<if $eric.archetype<2>>
<<if $quest is "Give a blowjob">>
Maybe you should ask Eric if you can [[suck his dick?|questSex][$pitcherName="Eric", $catcherName="You", $action="blow", $pitcher=$eric.archetype, $catcher=$archetype]]
<<elseif $quest is "Give a titjob">>
Maybe you should ask Eric if you can give him a [[titjob?|questSex][$pitcherName="Eric", $catcherName="You", $action="titjob", $pitcher=1, $catcher=2]]
<<elseif $quest is "Give a footjob">>
Maybe you should ask Eric if you can give him a [[footjob?|questSex][$pitcherName="Eric", $catcherName="You", $action="foot", $pitcher=1, $catcher=2]]
<<elseif $quest is "Show off your twerking">>
Maybe you should ask Eric if you can [[twerk for him?|questSex][$pitcherName="Eric", $catcherName="You", $action="twerk"]]
<<elseif $quest is "Fuck someone">>
Maybe you should ask Eric if you can [[fuck him?|questSex][$pitcherName="Eric", $catcherName="You", $action="fuck", $pitcher=eric.archetype, $catcher=$archetype]]
<</if>>
<<else>>
<<if $quest is "Lick a pussy">>
Maybe you should [[lick Eric's pussy?|questSex][$pitcherName="Eric", $catcherName="You", $action="pussy", $pitcher=2, $catcher=2]]
<</if>>
<</if>>
<</if>>
<</if>><<set $slut+=1>>
<<if $tmp is "strip">>
<<if $feminine<5>>
"@@.player;I'm feeling generous today... why don't I show off some of my recent... changes.@@"
You pop your tits out of your shirt and lean forward, dangling them in front of the camera.
<img src="img/studio/tg2.jpg">
"@@.player;Being trapped here hasn't exactly been my idea of fun, but maybe if one of you faithful viewers stopped by you could show me a good time with my new assets.@@"
You smirk, imagining the enraptured stare of whoever is watching you.
"@@.player;Or maybe you prefer something I've had since birth.@@" You pull down your panties and wave your hard cock.
<img src="img/studio/tg3.jpg">
"@@.player;As long as I've got this bad boy, I'm safe. At least, I hope....@@" You snap out of your thoughts, not wanting to be dour in front of the cameras. "@@.player;Er, nevermind that. I hope you all had fun watching!@@"
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<img src="img/studio/strip12.jpg">
<img src="img/studio/strip16.jpg">
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "masturbate">>
<<if $feminine<5>>
<img src="img/studio/tg6.jpg">
<img src="img/studio/tg8.jpg">
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<img src="img/studio/strip19.jpg">
<img src="img/studio/strip20.jpg">
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "search">>
<<if $doorRoom==1>>
The ramp down leads to a labyrinth of corridors. After what feels like hours of walking down the same blank, metal hallways, you reach a door.
"@@.player;Yes!@@"
Excitedly you reach out and try the dimly illuminated panel on the doors left side.
"@@.computer;Access denied.@@"
"@@.player;Shit!@@" You try again, pounding the panel.
"@@.computer;Access denied.@@"
Frowning you look around you, searching for anything that could be of help. On the wall beside you is some sort of chart that seems undecipherable to you.
"@@.player;Would it be too much to label your axes? Hmm....@@"
The chart changes every few seconds, either displaying the same information in new ways, or different information, you can't really tell. After a while, a graph pops up that actually seems readable.
<<include "barGraph">>
"@@.player;Hmm... I guess this graph corresponds to... fuck me, I'm never getting out of here, am I?@@"
You try the panel again.
"@@.computer;Access denied.@@"
"@@.player;I got it! Well you the hell has access then?!@@"
To your surprise, you get an answer. "@@.computer;Only the host and their agents are permitted entry.@@"
//Wait... agents?//
"@@.player;What do you mean by agents?@@"
"@@.computer;There is currently one agent in this setup of the game.@@"
//Does that mean that one of my competitors is really a plant? On one hand, that's pretty insidious, so much for a fair game. On the other hand... if I manage to hypnotize them enough, maybe I can use them to get out of here! I just need to figure out which who it is...//
[[Head back up to the house.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You find yourself staring at a blank metal wall.
"@@.player;Shit! Well... if this room had a hidden area, maybe the others do too. And I know what to look for now.@@"
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<endif>><<if $tmp is "clean">>
You spend some more time cleaning up after yourself until the kitchen is spotless.
<img src="img/kitchen/clean.jpg">
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $kitchenTrait==2>>
<img src="img/kitchen/veggies2.jpg">
<img src="img/kitchen/veggies3.jpg">
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $tmp is "search">>
<<if $doorRoom==2>>
The ramp down leads to a labyrinth of corridors. After what feels like hours of walking down the same blank, metal hallways, you reach a door.
"@@.player;Yes!@@"
Excitedly you reach out and try the dimly illuminated panel on the doors left side.
"@@.computer;Access denied.@@"
"@@.player;Shit!@@" You try again, pounding the panel.
"@@.computer;Access denied.@@"
Frowning you look around you, searching for anything that could be of help. On the wall beside you is some sort of chart that seems undecipherable to you.
"@@.player;Would it be too much to label your axes? Hmm....@@"
The chart changes every few seconds, either displaying the same information in new ways, or different information, you can't really tell. After a while, a graph pops up that actually seems readable.
<<include "barGraph">>
"@@.player;Hmm... I guess this graph corresponds to... fuck me, I'm never getting out of here, am I?@@"
You try the panel again.
"@@.computer;Access denied.@@"
"@@.player;I got it! Well you the hell has access then?!@@"
To your surprise, you get an answer. "@@.computer;Only the host and their agents are permitted entry.@@"
//Wait... agents?//
"@@.player;What do you mean by agents?@@"
"@@.computer;There is currently one agent in this setup of the game.@@"
//Does that mean that one of my competitors is really a plant? On one hand, that's pretty insidious, so much for a fair game. On the other hand... if I manage to hypnotize them enough, maybe I can use them to get out of here! I just need to figure out which who it is...//
[[Head back up to the house.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You find yourself staring at a blank metal wall.
"@@.player;Shit! Well... if this room had a hidden area, maybe the others do too. And I know what to look for now.@@"
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<endif>><<if $quest is "Maid for a day">>
<<set $random=random(1,20)>>
<<if $questCount==0>>
You clean up the house, it still looks a little messy.
<<elseif $questCount==1>>
You clean up the house. It's getting better, but still not perfect.
<<elseif $questCount==2>>
There! The place is spotless, a job well done. <<set $quest="Quest Complete!">><<endif>>
<<set $questCount+=1>>
<<if $random<15>>
[[Finish up.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $random==14 or $random==15>>
<<set $tmp="maid">>
<<goto "ericSexBattleIntro">>
<<elseif $random==16 or $random==17>>
<<set $tmp="maid">>
<<goto "arnoldSexBattleIntro">>
<<elseif $random==18 or $random==19>>
<<set $tmp="maid">>
<<goto "hannahSexBattleIntro">>
<<elseif $random==20>>
<<set $tmp="maid">>
<<goto "emilySexBattleIntro">>
<<endif>>
<<elseif $quest is "Flash someone">>
You flash your tits <<set $quest="Quest Complete!">>
<video autoplay loop src="img/quest/flash.mp4"></video>
<<if $studioTrait==0>>
<<set $studioTrait=1, $studioOdds+=3, $slut+=1, $horny+15>>
As you run away, you are flush with excitmant. The thrill of exposing yourself making you horny.
(You are now an Exhibitionist)
<<else>>
<<set $studioOdds+=3, $slut+=1, $horny+15>>
As you run away, you are flush with excitmant. The thrill of exposing yourself making you horny.
<<endif>>
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $quest is "Nude cam show">>
<<set $quest="Quest Complete!", $tmp="studio">>
<<if $feminine>4>>
<img src="img/quest/strip1.jpg">
<img src="img/quest/strip2.jpg">
<img src="img/quest/strip3.jpg">
<<else>>
<img src="img/quest/strip1tg.jpg">
<img src="img/quest/strip2tg.jpg">
<img src="img/quest/strip3tg.jpg">
<</if>>
You're about to finish up when [[Eric finds you!|ericSexBattleIntro]]
<</if>><<set $slut+=1>>
<<if $tmp is "hands">>
<<if $feminine<4>>
<img src="img/livingroom/livingtg7.jpg">
<img src="img/livingroom/livingtg8.jpg">
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<img src="img/livingroom/livingafter1.jpg">
<img src="img/livingroom/livingafter3.jpg">
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "toys">>
<<if $feminine<4>>
<img src="img/livingroom/livingtg2.jpg">
<img src="img/livingroom/livingtg4.jpg">
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<img src="img/livingroom/livingafter7.jpg">
<img src="img/livingroom/livingafter8.jpg">
<img src="img/livingroom/livingafter9.jpg">
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<elseif $tmp is "search">>
<<if $doorRoom==5>>
The ramp down leads to a labyrinth of corridors. After what feels like hours of walking down the same blank, metal hallways, you reach a door.
"@@.player;Yes!@@"
Excitedly you reach out and try the dimly illuminated panel on the doors left side.
"@@.computer;Access denied.@@"
"@@.player;Shit!@@" You try again, pounding the panel.
"@@.computer;Access denied.@@"
Frowning you look around you, searching for anything that could be of help. On the wall beside you is some sort of chart that seems undecipherable to you.
"@@.player;Would it be too much to label your axes? Hmm....@@"
The chart changes every few seconds, either displaying the same information in new ways, or different information, you can't really tell. After a while, a graph pops up that actually seems readable.
<<include "barGraph">>
"@@.player;Hmm... I guess this graph corresponds to... fuck me, I'm never getting out of here, am I?@@"
You try the panel again.
"@@.computer;Access denied.@@"
"@@.player;I got it! Well you the hell has access then?!@@"
To your surprise, you get an answer. "@@.computer;Only the host and their agents are permitted entry.@@"
//Wait... agents?//
"@@.player;What do you mean by agents?@@"
"@@.computer;There is currently one agent in this setup of the game.@@"
//Does that mean that one of my competitors is really a plant? On one hand, that's pretty insidious, so much for a fair game. On the other hand... if I manage to hypnotize them enough, maybe I can use them to get out of here! I just need to figure out which who it is...//
[[Head back up to the house.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You find yourself staring at a blank metal wall.
"@@.player;Shit! Well... if this room had a hidden area, maybe the others do too. And I know what to look for now.@@"
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<else>>
You talk to the camera about your experiences.
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<set $random to random(1,20)>>
<<if $tmp is "pool">>
<<if $ass>=$breasts>>
<img src="img/gym/poolass1.jpg">
<<if random(1,4)==1>>
As you relax by the pool, [[you're spotted by Arnold!|ArnoldPlayerSex][$tmp="pool"]]
<<else>>
[[Dry yourself off and head out.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<else>>
You put on the swimsuit, but your breasts keep spilling out.
"@@.player;//Damn! These have gotten so big lately. Oh well, I'm all by myself anyway.//@@"
You lay down, your tits bare.
<img src="img/gym/poolbreasts2.jpg">
<<if random(1,4)==1>>
As you relax by the pool, [[you're spotted by Eric!|EricPlayerSex][$tmp="pool"]]
<<else>>
[[Dry yourself off and head out.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<endif>>
<<elseif $tmp is "search">>
<<if $doorRoom==3>>
The ramp down leads to a labyrinth of corridors. After what feels like hours of walking down the same blank, metal hallways, you reach a door.
"@@.player;Yes!@@"
Excitedly you reach out and try the dimly illuminated panel on the doors left side.
"@@.computer;Access denied.@@"
"@@.player;Shit!@@" You try again, pounding the panel.
"@@.computer;Access denied.@@"
Frowning you look around you, searching for anything that could be of help. On the wall beside you is some sort of chart that seems undecipherable to you.
"@@.player;Would it be too much to label your axes? Hmm....@@"
The chart changes every few seconds, either displaying the same information in new ways, or different information, you can't really tell. After a while, a graph pops up that actually seems readable.
<<include "barGraph">>
"@@.player;Hmm... I guess this graph corresponds to... fuck me, I'm never getting out of here, am I?@@"
You try the panel again.
"@@.computer;Access denied.@@"
"@@.player;I got it! Well you the hell has access then?!@@"
To your surprise, you get an answer. "@@.computer;Only the host and their agents are permitted entry.@@"
//Wait... agents?//
"@@.player;What do you mean by agents?@@"
"@@.computer;There is currently one agent in this setup of the game.@@"
//Does that mean that one of my competitors is really a plant? On one hand, that's pretty insidious, so much for a fair game. On the other hand... if I manage to hypnotize them enough, maybe I can use them to get out of here! I just need to figure out which who it is...//
[[Head back up to the house.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You find yourself staring at a blank metal wall.
"@@.player;Shit! Well... if this room had a hidden area, maybe the others do too. And I know what to look for now.@@"
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<else>>
<img src="img/gym/dick2.jpg">
<img src="img/gym/dick2.jpg">
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>><<if $tmp is "dildo">>
<<set $slut+=1, $random=random(1,6)>>
<img src="img/bathroom/bathmasturbate2.jpg">
<img src="img/bathroom/bathmasturbate4.jpg">
<<if $random==1 and $emilyMC<5>>
[[Emily find you!|emilySexBattleIntro][$tmp="bath"]]
<<elseif $random==2 and $ericMC<5>>
[[Eric find you!|ericSexBattleIntro][$tmp="bath"]]
<<elseif $random==3 and $arnoldMC<5>>
[[Arnold find you!|arnoldSexBattleIntro][$tmp="bath"]]
<<else>>
[[next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "search">>
<<if $doorRoom==4>>
The ramp down leads to a labyrinth of corridors. After what feels like hours of walking down the same blank, metal hallways, you reach a door.
"@@.player;Yes!@@"
Excitedly you reach out and try the dimly illuminated panel on the doors left side.
"@@.computer;Access denied.@@"
"@@.player;Shit!@@" You try again, pounding the panel.
"@@.computer;Access denied.@@"
Frowning you look around you, searching for anything that could be of help. On the wall beside you is some sort of chart that seems undecipherable to you.
"@@.player;Would it be too much to label your axes? Hmm....@@"
The chart changes every few seconds, either displaying the same information in new ways, or different information, you can't really tell. After a while, a graph pops up that actually seems readable.
<<include "barGraph">>
"@@.player;Hmm... I guess this graph corresponds to... fuck me, I'm never getting out of here, am I?@@"
You try the panel again.
"@@.computer;Access denied.@@"
"@@.player;I got it! Well you the hell has access then?!@@"
To your surprise, you get an answer. "@@.computer;Only the host and their agents are permitted entry.@@"
//Wait... agents?//
"@@.player;What do you mean by agents?@@"
"@@.computer;There is currently one agent in this setup of the game.@@"
//Does that mean that one of my competitors is really a plant? On one hand, that's pretty insidious, so much for a fair game. On the other hand... if I manage to hypnotize them enough, maybe I can use them to get out of here! I just need to figure out which who it is...//
[[Head back up to the house.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You find yourself staring at a blank metal wall.
"@@.player;Shit! Well... if this room had a hidden area, maybe the others do too. And I know what to look for now.@@"
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<endif>>You're a $class. You have a $faceDescrip. Crowning your head is $hairDescrip. You have $breastDescrip. From the back your most prominent feature is your $assDescrip. Between your legs is a $crotchDescrip.
<<include "playerClothes">>
<<include "traits">>
<<back [[Back|$return]]>>Welcome to Submansion. This game features adult content. If you are legally allowed to play it and are down with naked ladies, go ahad and give it a whirl.
[[Normal Start|Start]] (MtF)
[[Female Start|Start][$feminine=5]] (Start as female, more diificult than the normal start.)
<<include "playerDescrip">><<silently>>
<<if $quest is "Go topless" and $questTimer==0>>
<<set $quest="Quest Complete!">>
<</if>>
<<set $temp=0>>
<<if $sub>10>>
<<set $sub=10>>
<<elseif $breasts>10>>
<<set $breasts=10>>
<<elseif $ass>10>>
<<set $ass=10>>
<<elseif $feminine>10>>
<<set $feminine=10>>
<<endif>>
<<if $feminine>=5>>
<<set $archetype=2>>
<<elseif Math.max($feminine,$breasts,$ass,$sub)>=6>>
<<set $archetype=1>>
<</if>>
<<include "playerDescrip">>
<<include "enemyRoundRobin">>
<</silently>>
<<set $day+=1>>You wake up, feeling great. You know that these people are trying to ruin your life, but damn the stuff they use to do it sure feels nice. Stretching, you look in the mirror.
<<include "body">>
You're a $class. You have a $faceDescrip. Crowning your head is $hairDescrip. You have $breastDescrip. From the back your most prominent feature is your $assDescrip. Between your legs is a $crotchDescrip.
[[Get Dressed|New Day]][[sexBattleIntro]]
/*"@@.eric;Good, I'm glad you're starting to see reason. You were never a man, it's better this way. Let's get started.@@"
<<set $rand=random(1,4)>>
<<if $rand>3>>
"@@.eric;Why don't you get down on your knees and take a closer look.@@"
[[Obey and fall to your knees|ericSexBattleNone][$pos="kneel"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric takes a step forward and reaches out with his hand, caressing your left breast. "@@.eric;Hmm... nice and supple. The new dosage seems to be working wonders...@@"
"@@.player;Dosage?@@"
Eric smirks. "@@.eric;Don't pretend like you don't know what I'm talking about. I think it's time I got to play with my handiwork.@@"
[[Let him grope you.|ericSexBattleTouch][$action="breasts", $breastGropeInhib--, $ericHorny+=random(2,4)]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<else>>
Eric stares at you, smirking, apparently waiting for you to make the next move.
[[Get on your knees|ericSexBattleNone][$pos="kneel"]]
[[Lie back on the bed|ericSexBattleNone][$pos="layDown"]]
[[Walk up to Eric and grab his cock|ericSexBattleStroke][$action="hand", $ericHorny+=random(2,4), $handJobInhib--]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<</if>>*/<<if $action is "ass">>
<<if $arnoldTrait is "3b" or $arnoldTrait is "3a">><<set $horny+=2>><</if>>
<<set $ericHorny+=random(1,2), $horny+=random(2,4)>>
<<elseif $action is "breasts">>
<<set $ericHorny+=random(3,5), $horny+=random(2,4)>>
<<else>>
<<set $ericHorny+=random(3,4), $horny+=random(2,4)>>
<</if>>
<<set $horny+=Math.floor(($slut-20)/10)>>
<<if $bathroomTrait>=3>><<set $horny+=2>><</if>>
<<include "inhibitionFloorCheck">>
<<if $ericHorny>=100>>
<<goto "ericSexBattleFinish">>
<<elseif $horny>=100>>
<<goto "ericSexBattleCum">>
<<elseif $pos is "stand">>
<<goto "ericSexBattleTouchStand">>
<<elseif $pos is "kneel">>
<<goto "ericSexBattleTouchKneel">>
<<elseif $pos is "lap">>
<<goto "ericSexBattleTouchLap">>
<<elseif $pos is "prone">>
<<goto "ericSexBattleTouchProne">>
<<elseif $pos is "layDown">>
<<goto "ericSexBattleTouchLayDown">>
<<elseif $pos is "top">>
<<goto "ericSexBattleTouchTop">>
<<endif>>
<<include "inhibitionFloorCheck">>
<<set $action="none">>
<<if $pos is "stand">>
<<goto "ericSexBattleNoneStand">>
<<elseif $pos is "kneel">>
<<goto "ericSexBattleNoneKneel">>
<<elseif $pos is "layDown">>
<<goto "ericSexBattleNoneLayDown">>
<<elseif $pos is "prone">>
<<goto "ericSexBattleNoneProne">>
<<elseif $pos is "legsUp">>
<<goto "ericSexBattleNoneLegsUp">>
<<elseif $pos is "doggy">>
<<goto "ericSexBattleNoneDoggy">>
<<elseif $pos is "top">>
<<goto "ericSexBattleNoneTop">>
<<elseif $pos is "lap">>
<<goto "ericSexBattleNoneLap">>
<<endif>><<if $quest is "Give a blowjob">><<set $quest="Quest Complete!">><</if>>
<<if $action is "lick">>
<<set $ericHorny+=random(3,6), $horny+=random(1,3)>>
<<elseif $action is "suck">>
<<set $ericHorny+=random(4,7), $horny+=random(1,3)>>
<<elseif $action is "balls">>
<<set $ericHorny+=random(2,5), $horny+=random(1,2)>>
<<elseif $action is "deepThroat" or $action is "deepSlow">>
<<set $ericHorny+=random(4,8), $horny+=random(1,3)>>
<<else>>
<<set $ericHorny+=random(6,8), $horny+=random(1,2)>>
<</if>>
<<set $horny+=Math.floor(($slut-20)/10)>>
<<include "inhibitionFloorCheck">>
<<if $ericHorny>=100>>
<<goto "ericSexBattleFinish">>
<<elseif $horny>=100>>
<<goto "ericSexBattleCum">>
<<elseif $pos is "kneel">>
<<goto "ericSexBattleSuckKneel">>
<<elseif $pos is "layDown">>
<<goto "ericSexBattleSuckLayDown">>
<<elseif $pos is "doggy">>
<<goto "ericSexBattleSuckDoggy">>
<</if>><<if $action is "hand">>
<<if $bathroomTrait>=2>><<set $horny+=2>><</if>>
<<set $ericHorny+=random(2,4), $horny+=random(1,3)>>
<<elseif $action is "breasts">>
<<if $quest is "Give a titjob">><<set $quest="Quest Complete!">><</if>>
<<set $ericHorny+=random(4,6), $horny+=random(2,4)>>
<<elseif $action is "ass">>
<<if $arnoldTrait is "3b" or $arnoldTrait is "3a">><<set $horny+=2>>
<</if>>
<<set $ericHorny+=random(2,5), $horny+=random(2,4)>>
<<elseif $action is "foot">>
<<if $quest is "Give a footjob">><<set $quest="Quest Complete!">><</if>>
<<if $bathroomTrait>=2>><<set $horny+=2>><</if>>
<<set $ericHorny+=random(1,3), $horny+=random(1,2)>>
<<else>>
<<set $ericHorny+=random(3,5), $horny+=random(3,5)>>
<</if>>
<<set $horny+=Math.floor(($slut-20)/10)>>
<<include "inhibitionFloorCheck">>
<<if $ericHorny>=100>>
<<goto "ericSexBattleFinish">>
<<elseif $horny>=100>>
<<goto "ericSexBattleCum">>
<<elseif $pos is "stand">>
<<goto "ericSexBattleStrokeStand">>
<<elseif $pos is "kneel">>
<<goto "ericSexBattleStrokeKneel">>
<<elseif $pos is "layDown">>
<<goto "ericSexBattleStrokeLayDown">>
<<elseif $pos is "lap">>
<<goto "ericSexBattleStrokeLap">>
<<elseif $pos is "top">>
<<goto "ericSexBattleStrokeTop">>
<<elseif $pos is "prone">>
<<goto "ericSexBattleStrokeProne">>
<<elseif $pos is "doggy">>
<<goto "ericSexBattleStrokeDoggy">>
<<endif>>
<<if $action is "prod">>
<<set $ericHorny+=random(3,6), $horny+=random(3,6)>>
<<elseif $action is "slow">>
<<if $quest is "Fuck someone">><<set $quest="Quest Complete!">><</if>>
<<set $ericHorny+=random(4,9), $horny+=random(4,8)>>
<<elseif $action is "fast">>
<<if $quest is "Fuck someone">><<set $quest="Quest Complete!">><</if>>
<<set $ericHorny+=random(6,11), $horny+=random(5,10)>>
<<else>>
<<if $quest is "Fuck someone">><<set $quest="Quest Complete!">><</if>>
<<set $ericHorny+=random(8,12), $horny+=random(6,10)>>
<</if>>
<<set $horny+=Math.floor(($slut-20)/10)>>
<<include "inhibitionFloorCheck">>
<<if $feminine<5>>
<<goto "ericSexBattleAss">>
<<else>>
<<if $ericHorny>=100>>
<<goto "ericSexBattleFinish">>
<<elseif $horny>=100>>
<<goto "ericSexBattleCum">>
<<elseif $feminine<4>>
<<goto "ericSexBattleAss">>
<<elseif $pos is "layDown">>
<<goto "ericSexBattlePussyLayDown">>
<<elseif $pos is "legsUp">>
<<goto "ericSexBattlePussyLegsUp">>
<<elseif $pos is "doggy">>
<<goto "ericSexBattlePussyDoggy">>
<<elseif $pos is "lap">>
<<goto "ericSexBattlePussyLap">>
<<elseif $pos is "top">>
<<goto "ericSexBattlePussyTop">>
<<elseif $pos is "prone">>
<<goto "ericSexBattlePussyProne">>
<<endif>>
<</if>>
<<if $arnoldTrait is "3b" or $arnoldTrait is "3a">><<set $horny+=2>><</if>>
<<if $action is "prod">>
<<set $ericHorny+=random(3,6), $horny+=random(2,5)>>
<<elseif $action is "slow">>
<<if $quest is "Fuck someone">><<set $quest="Quest Complete!">><</if>>
<<set $ericHorny+=random(4,8), $horny+=random(3,6)>>
<<elseif $action is "fast">>
<<if $quest is "Fuck someone">><<set $quest="Quest Complete!">><</if>>
<<set $ericHorny+=random(5,10), $horny+=random(4,7)>>
<<else>>
<<if $quest is "Fuck someone">><<set $quest="Quest Complete!">><</if>>
<<set $ericHorny+=random(7,10), $horny+=random(5,8)>>
<</if>>
<<set $horny+=Math.floor(($slut-20)/10)>>
<<include "inhibitionFloorCheck">>
<<if $ericHorny>=100>>
<<goto "ericSexBattleFinish">>
<<elseif $horny>=100>>
<<goto "ericSexBattleCum">>
<<elseif $pos is "layDown">>
<<goto "ericSexBattleAssLayDown">>
<<elseif $pos is "legsUp">>
<<goto "ericSexBattleAssLegsUp">>
<<elseif $pos is "doggy">>
<<goto "ericSexBattleAssDoggy">>
<<elseif $pos is "lap">>
<<goto "ericSexBattleAssLap">>
<<elseif $pos is "top">>
<<goto "ericSexBattleAssTop">>
<<elseif $pos is "prone">>
<<goto "ericSexBattleAssProne">>
<<endif>>
<<if $livingTrait>="3">><<set $slut+=3>><</if>>
<<if $cum is "facial">>
<<set $slut+=2>>
<video autoplay loop src="img/sexbattle/cumfacial.mp4"></video>
Eric cums all over your face.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<elseif $cum is "swallow">>
<<set $slut+=3>>
<video autoplay loop src="img/sexbattle/cumthroat.mp4"></video>
Eric cums all down your throat.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<elseif $cum is "tits" or $cum is "breasts">>
<<set $slut+=3>>
<video autoplay loop src="img/sexbattle/cumtits.mp4"></video>
Eric cums on your tits.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<elseif $cum is "pussy">>
<<set $slut+=4>>
<video autoplay loop src="img/sexbattle/cumcreampie.mp4"></video>
Eric cums in your pussy.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<elseif $cum is "ass">>
<<set $slut+=4>>
<video autoplay loop src="img/sexbattle/cumanal.mp4"></video>
Eric cums in your ass.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<elseif $cum is "butt">>
<<set $slut+=3>>
<video autoplay loop src="img/sexbattle/cumbutt.mp4"></video>
Eric cums on your ass.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<elseif $action is "stomach">>
<<set $slut+=3>>
<video autoplay loop src="img/sexbattle/cumstomach.mp4"></video>
Eric cums on your stomach.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<elseif $action is "hand">>
<<set $slut+=2>>
<video autoplay loop src="img/sexbattle/cumhand.mp4"></video>
Eric cums on your hands.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<elseif $action is "foot">>
<<set $slut+=2>>
<video autoplay loop src="img/sexbattle/cumfoot.mp4"></video>
Eric cums on your feet.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<else>>
<<set $slut+=2>>
<video autoplay loop src="img/sexbattle/cumfacial.mp4"></video>
Eric cums all over your face.
"@@.eric;Thanks bitch. I really needed that.@@" Eric walks away, [[leaving you alone|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle="false"]]
<<endif>>
<<if $mindControl>0>>
<<if $sexTmp is "emily">>
Take out a mind control orb. [[Now's my chance!|Emily MC][$sexBattle="none", $sexTmp="none", $mindControl--]]
<<elseif $sexTmp is "hannah">>
Take out a mind control orb. [[Now's my chance!|Hannah MC][$sexBattle="none", $sexTmp="none", $mindControl--]]
<<elseif $sexTmp is "arnold">>
Take out a mind control orb. [[Now's my chance!|Arnold MC][$sexBattle="none", $sexTmp="none", $mindControl--]]
<<else>>
Take out a mind control orb. [[Now's my chance!|Eric MC][$sexBattle="none", $sexTmp="none", $mindControl--]]
<</if>>
<</if>>
You pick up your clothes and start getting dressed.
"@@.eric;Oh, come on. Was it something I said.@@"
"@@.player;I can't believe I let you talk me into this.@@"
"@@.eric;You fucking bitch. I'm not done yet. You know you want this.@@" Eric gestures down to his hard cock, undulating his hips slightly.
You bite your lip. [[Well...|ericSexBattleEscapeFail]]
<<if ($slut+$horny)>$willpower>> <<if $stars>=1>> [[Ignore him and leave.|Day Loop][$willpower=0, $stars--, $foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle=false]] (will use up a ★ to gain the needed willpower of <<print 100-$analInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print $slut+$horny>>.<</if>> <<else>> [[Ignore him and leave|Day Loop][$willpower=0, $foundFoe=random(1,4), $foundFoeRoom=random(1,6), $sexBattle=false]] (costs <<print $horny+$slut>> willpower) <</if>>
<<set _img="img/body/f">>
<<switch $feminine>>
<<case 0 1>>
<<set _img+="1">>
<<case 2 3 4>>
<<set _img+="2">>
<<default>>
<<set _img+="3">>
<</switch>>
<<set _img+="b">>
<<switch $breasts>>
<<case 0 1>>
<<set _img+="1">>
<<case 2 3 4>>
<<set _img+="2">>
<<case 5 6 7>>
<<set _img+="3">>
<<default>>
<<set _img+="4">>
<</switch>>
<<set _img+="a">>
<<switch $ass>>
<<case 0 1>>
<<set _img+="1">>
<<case 2 3 4>>
<<set _img+="2">>
<<case 5 6 7>>
<<set _img+="3">>
<<default>>
<<set _img+="4">>
<</switch>>
<<set _img+="o">>
<<set $tmp=Math.max($feminine,$breasts,$ass,$sub)>>
<<switch $tmp>>
<<case 0 1>>
<<set _img+="1.png">>
<<case 2 3 4>>
<<set _img+="2.png">>
<<case 5 6 7>>
<<set _img+="3.png">>
<<default>>
<<set _img+="4.png">>
<</switch>>
[img[_img]]
You're standing a few feet away from Eric.
Your gaze drifts down to Eric's hard cock.
Eric smiles as he notices where you're looking.
<<set $rand=random(1,6)>>
<<if $rand<3>>
"@@.eric;Like what you see? Why don't you get down on your knees and take a closer look.@@"
[[Obey and fall to your knees|ericSexBattleNone][$pos="kneel"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<<elseif $rand<5>>
Eric takes a step forward and reaches out with his hand, caressing your left breast.
[[Let him grope you.|ericSexBattleTouch][$action="breasts", $breastGropeInhib--, $cum="stomach"]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
Eric takes a step forward, drawing close to you. He moves a hand down and cups your ass.
[[Let him grope you.|ericSexBattleTouch][$action="ass", $assGropeInhib--, $cum="stomach"]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<else>>
Eric stares at you, smirking, appearently waiting for you to make the next move.
[[Get on your knees|ericSexBattleNone][$pos="kneel"]]
[[Lie back on the bed|ericSexBattleNone][$pos="layDown"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<<endif>> You're kneeling in front of Eric, his hard cock inches in front of your face.
"@@.eric;Let's see if those suggestions have sunk in.@@"
<<set $rand=random(1,6)>>
<<if $rand<=2>>
Eric puts his hand on your head, pushing you towards his cock.
[[Lean foward and give Eric's cock a kiss.|ericSexBattleSuck][$action="lick", $blowJobInhib--, $cum="face"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric shoves his cock down your throat.
[[You gag as he shoves it down your throat.|ericSexBattleSuck][$action="deepThroat", $blowJobInhib--, $cum="swallow"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand<6>>
Eric reaches down and starts fondling your breasts.
[[Let him grope you.|ericSexBattleTouch][$action="breasts", $breastGropeInhib--, $cum="breasts"]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<else>>
Eric looks at you expectantly
[[Lean forward and give Eric's cock a kiss.|ericSexBattleSuck][$action="lick", $blowJobInhib--, $cum="face"]]
[[Reach forward and start to stroke his cock.|ericSexBattleStroke][$action2="hand", $handJobInhib--, $cum="hand"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<</if>> "@@.eric;Ah, the classic missionary position. The man, looming over the woman, firmly under control. How's the view from down there?@@"
You stare up at Eric. "@@.player;It's not exactly how I imagined my next fling.@@"
Eric grins. "@@.eric;No, I suppose not. But it suits you. Now, what should I do to you...@@"
<<set $rand=random(1,7)>>
<<if $rand<3>>
Eric shrugs and leans forward. "@@.eric;How about I show you how a real man fucks.@@"
<<if $feminine>5 and random(1,2)==1>>
Eric grabs your legs and pulls you against him, rubbing his cock against your pussy. "@@.eric;I bet you've been dreaming of this.@@"
"@@.player;N... no...@@" Your protests are faint as his cock grows tantilizingly close to penetrating you.
[[Lie back and let it happen.|ericSexBattlePussy][$action="prod", $ericHorny+=random(4,7), $cum="stomach"]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
Eric grabs your legs and pulls you against him, prodding his cock against your asshole. "@@.eric;I think it's time for some back door action.@@"
"@@.player;Wait a second.@@"
"@@.eric;Okay.@@" Eric grins. "@@.eric;Second over.@@" He pushes forward, the head of his cock pressing into you.
[[Lie back and let it happen.|ericSexBattleAss][$action="prod", $analInhib--, $cum="stomach"]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<endif>>
<<elseif $rand==3>>
"@@.eric;I think I need to give those tits of yours a test drive. I'm sure you don't mind.@@"
You try to cover your breasts with your hands. "@@.player;I do mind, actually!@@"
Eric shrugs. "@@.eric;If you disliked them that much you would have spent all those stars, or whatever they're called, on stopping me. Yet here we are.@@" Eric moves your hands away and sits on your chest, his cock between your tits.
//@@.player;He does have a bit of a point...@@//
[[Squeeze your breasts around his cock.|ericSexBattleStroke][$action="breasts", $titJobInhib--, $cum="breasts"]]
<<set $tmpWillpower="titJob">><<include "willpowerChecksEric">>
<<elseif $rand==4 and $feminine>4>>
Eric starts to finger you
[[Let him.|ericSexBattleTouch][$action="pussy", $crotchGropeInhib--, $cum="stomach"]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
Eric walks around to the other side of the bed. He pulls you towards him so your head is hanging off the edge.
"@@.eric;Let's get rough.@@"
Eric begins to squat down, angling his cock towards your mouth.
[[Open your mouth and let him throatfuck you.|ericSexBattleSuck][$action="deepSlow", $blowJobInhib--, $cum="swallow"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
Eric reaches down and grabs your delicate legs and starts to rub his hard cock against your feet.
[[Give Eric a footjob.|ericSexBattleStroke][$action="foot", $footJobInhib--, $cum="foot"]]
<<set $tmpWillpower="footJob">><<include "willpowerChecksEric">>
<<else>>
Eric waits for you.
[[Scoot closer to him, pressing your crotch against his cock.|ericSexBattlePussy][$action="prod", $fuckInhib--, $cum="stomach"]]
[[Reach out with your feet and start giving Eric a footjob.|ericSexBattleStroke][$action="foot", $footJobInhib--, $cum="foot"]]
[[Get off the bed and kneel in front of Eric.|ericSexBattleNone][$pos="kneel"]]
[[Turn around and get on all fours.|ericSexBattleNone][$pos="doggy"]]
[[Lift your legs up and put them behind your head, Giving Eric easy access.|ericSexBattleNone][$pos="legsUp"]]
[[Ask Eric to lay down on the bed and get on top of him.|ericSexBattleNone][$pos="top"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<<endif>>You nervously peek over your shoulder, trying to see what Eric is doing.
"@@.eric;Now, now, that really isn't necessary. Don't you trust me?@@"
"@@.player;No.@@"
"@@.eric;Ah well, I suppose it doesn't matter in the end. All that matters is you know that you can't resist me. Your body won't let you.@@"
<<set $rand=random(1,6)>>
<<if $rand<3>>
"@@.eric;For example, look at how you shudder at the touch of my cock.@@"
<<if $feminine>4 and random(1,2)==1>>
You feel Eric's cock prod at the entrance to your pussy.
//@@.player;He's right...@@//
[[You can't bring yourself to stop him.|ericSexBattlePussy][$action="prod", $fuckInhib--, $cum="butt"]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
You feel Eric's cock prod at your asshole.
//@@.player;He's right...@@//
[[Lie back and let it happen.|ericSexBattleAss][$action="prod", $analInhib--, $cum="butt"]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<endif>>
<<elseif $rand==3>>
You feel the bed shifting as Eric moves behind you. You gasp as he grabs your ass.
"@@.eric;Why even bother pretending? I know you love this.@@"
You start to protest, but Eric slaps your ass. "@@.player;Ah!@@"
[[He's right...|ericSexBattleTouch][$action="ass", $assGropeInhib--, $cum="butt"]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;I'm going to defile every inch of you until you finally admit you're nothing but a slut.@@" Eric grabs your legs and lifts them up so your feet are against his cock.
"@@.player;Hey!@@"
"@@.eric;What? Are you ticklish? Too bad.@@" Eric starts to move your feet back and forth, using them to get off.
[[Cover your mouth and try to keep from giggling.|ericSexBattleStroke][$action="foot", $footJobInhib--, $cum="foot"]]
<<set $tmpWillpower="footJob">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
Eric thrusts forward, pressing his cock between your ass cheeks. "@@.eric;Get moving, slut.@@"
"@@.player;I'm not...@@" But your protests fall on deaf ears, your ass already gyrating against him, moving on its own.
"@@.eric;See? Your body knows what to do.@@"
[[Play along, hotdogging Eric.|ericSexBattleTouch][$action="ass", $assGropeInhib--, $cum="butt"]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<else>>
"@@.eric;I'm just going to wait until you can't stand it anymore, until you beg me to fuck you.@@"
//@@.player;Fat chance.@@// But part of you knows Eric is right. He's so close to you, his hard cock inches away. It would be so easy to just...
[[Reach out with your feet and start giving Eric a footjob.|ericSexBattleStroke][$action="foot", $footJobInhib--, $cum="foot"]]
[[Get on top of Eric.|ericSexBattleNone][$pos="top"]]
[[Get up onto all fours.|ericSexBattleNone][$pos="doggy"]]
[[Wiggle your ass, inviting Eric to fuck you.|ericSexBattlePussy][$action="slow", $fuckInhib--, $cum="butt"]]
[[Press your ass backwards, rubbing his cock.|ericSexBattleStroke][$action="ass", $assGropeInhib--, $cum="butt"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<<endif>> "@@.eric;This position suits you. Your legs behind your head, almost immobile. Maybe know you'll admit that you don't deserve control, that things are better when you're playing the role of the obedient fuck slut.@@"
//@@.player;He's wrong. But still, how did I let myself get into this position.@@//
<<set $rand=random(1,3)>>
<<if $rand<3>>
"@@.eric;Not feeling talkative? I understand, I shouldn't keep my whore waiting.@@"
<<if $feminine>4 and random(1,2)>>
Eric presses his body forward, the tip of his cock pushing against your pussy lips.
[[Moan at the pressure.|ericSexBattlePussy][$action="prod", $fuckInhib--, $cum="stomach"]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
"@@.eric;I'm in the mood for something a little... tighter than a pussy.@@"
Eric presses his body forward, the tip of his cock pushing against your asshole.
[[Moan at the presure.|ericSexBattleAss][$action="prod", $analInhib--, $cum="stomach"]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<endif>>
<<else>>
"@@.eric;Well if you're so sure I'm wrong, show me.@@"
[[Wiggle your butt enticingly, begging Eric to fuck you.|ericSexBattlePussy][$action="slow", $fuckInhib--, $cum="stomach"]]
[[Pull your legs down from behind your head.|ericSexBattleNone][$pos="layDown"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<<endif>> "@@.eric;I've always loved this position, so animistic. It really drives home powerlessness my little sluts are. No control, not even the dignity of eye contact. All you can do is surrender to my cock.@@"
"@@.player;What are you even talking about?@@"
"@@.eric;Just being sentimental.@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.eric; I'm sure your under no illusion as to what I want to do here.@@"
<<if $crotch>4>>
Eric lines his cock up with your dripping pussy, getting tantalizingly close to pushing inside you.
"@@.player;Mmm...@@" //@@.player;Dammit. I really want it...@@//
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
Eric lines his cock up with your asshole, getting tantalizingly close to pushing inside you.
"@@.player;Mmm...@@" //@@.player;Dammit. I really want it...@@//
[[You moan as he teases you.|ericSexBattleAss][$action="prod", $analInhib--, $cum="butt"]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<endif>>
<<elseif $rand==3>>
Eric gets up from behind you, the bed shifting under his weight. "@@.eric;But enough waxing on about power and the glory of conquest. I mostly just want you to suck my cock.@@"
You grimace as Eric pokes his hard cock against your cheek. //@@.player;Of course.@@//
[[Lean foward and give Eric's cock a kiss.|ericSexBattleSuck][$action="lick", $blowJobInhib--, $cum="face"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<else>>
You wait a moment, but Eric doesn't do anything., "@@.player;Well?@@"
"@@.eric;I was waiting for you?@@"
"@@.player;But you just gave this speech about me having no power.@@"
"@@.eric;Yeah.@@" Eric shrugs.
//@@.player;Okay then...@@//
[[Stick his cock in.|ericSexBattlePussy][$action="slow", $fuckInhib--, $cum="butt"]]
[[Rub your ass against his cock.|ericSexBattleStroke][$action="ass", $assGropeInhib--, $cum="butt"]]
[[Ask Eric to lay down on the bed and get on top of him.|ericSexBattleNone][$pos="top"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<<endif>> "@@.eric;Alright, you're on top, now what?@@"
"@@.player;Well...@@"
Eric shapes his head. "@@.eric;No, no. You wanted to be in control, now do something with it.@@"
<<set $rand=random(1,7)>>
<<if $rand<=2>>
//@@.player;Do something?@@// Your gaze wanders down to Eric's hard cock. From up here it doesn't seem as big a deal as it did before. It even looks kind of cute.
Eric sighs. "@@.eric;Women. Fine, I'll decide.@@" Eric garbs his cock and lines it up with your ass.
//@@.player;Nope, I was wrong. Big deal, big deal!@@//
[[Let Eric stick it in.|ericSexBattlePussy][$action="slow", $analInhib--, $cum="butt"]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
You pause, trying to work out what to do.
Eric shrugs. "@@.eric;Well, if you can't decide I might as well help myself.@@" Eric grabs your ass, massaging it under his large hands.
[[Shiver at the touch and let him grope you.|ericSexBattleTouch][$action="ass", $assGropeInhib--, $cum="butt"]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4 and $feminine>4>>
"@@.eric;You know... seeing that fancy new pussy up close gives me an idea.@@"
Eric positions his cock against your pussy and starts to grind against it.
"@@.player;Hey, what happened to me choosing?@@"
"@@.eric;Meh.@@"
//@@.player;Jerk.@@// You want to protest, but the feeling of his cock rubbing against you makes you squirm.
[[Well, it does feel good....|ericSexBattleTouch][$action="pussy", $crotchGropeInhib--, $cum="butt"]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand<6>>
You pause, trying to work out what to do.
Eric shrugs. "@@.eric;Well, if you can't decide I might as well help myself. Eric grabs your breasts, massaging it under his large hands.@@"
[[You moan as he gropes your breasts.|ericSexBattleTouch][$action="breasts", $breastGropeInhib--, $cum="butt"]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<else>>
"@@.player;Then I'll just...@@"
[[Position your self over his cock and stick it in.|ericSexBattlePussy][$action="slow", $fuckInhib--, $cum="butt"]]
[[Reach foward and start to stroke his cock.|ericSexBattleStroke][$action="hand", $handJobInhib--, $cum="hand"]]
[[Grind your ass against his cock.|ericSexBattleStroke][$action="ass", $assJobInhib--, $cum="butt"]]
<<set $tmpWillpower="none">><<include "willpowerChecksEric">>
<</if>> <<if $action is "lick">>
<video autoplay loop src="img/sexbattle/cocklickkneel.mp4"></video>
"@@.eric;There you go. Just like that. Tastes good, doesn't it?@@"
"@@.player;Mmph.@@" You meekly protest.
"@@.eric;Soon you'll be begging me for a taste. just you wait.@@"
<<set $rand=random(1,5)>>
<<if $rand<4>>
Eric grins down at you as he watches you lick his cock.
[[Keep going.|ericSexBattleSuck][$blowJobInhib--, $cum="facial"]]
[[Take his cock into your mouth.|ericSexBattleSuck][$action="suck", $blowJobInhib--, $cum="facial"]]
[[Turn your attention to Eric's balls.|ericSexBattleSuck][$action="balls", $blowJobInhib--, $cum="facial"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Let's speed this up a bit.@@" Eric grabs the back of your head and shoves his cock into your mouth.
[[Your eyes open wide as he starts to fuck your throat.|ericSexBattleSuck][$action="faceFuck", $ericHorny+=random(4,), $blowJobInhib--, $horny+=random(1,2), $cum="swallow"]]
<<else>>
Eric pulls you to your feet. Before you can protest he sits on the edge of the bed, pulling you into his lap.
"@@.player;Hey!@@"
"@@.eric;What you need is a daddy to show how to be a good girl. Let's get that lesson started.
[[You squirm in his lap.|ericSexBattleNone][$action="none", $pos="lap"]]
<<endif>>
<<elseif $action is "suck">>
<video autoplay loop src="img/sexbattle/cocksuckkneel.mp4"></video>
"@@.eric;That's right. Just like that. Suck my cock you whore.@@"
A shiver runs down your spine at Eric's taunt.
<<set $rand=random(1,5)>>
<<if $rand<4>>
Eric grins down at you as he watches you suck his cock, content to let you decide the pace.
[[Keep going.|ericSexBattleSuck][ $ericHorny+=random(3,6), $blowJobInhib--, $horny+=random(1,4), $cum="facial"]]
[[Take his cock deeper into your mouth.|ericSexBattleSuck][$action="deepThroat", $blowJobInhib--, $cum="swallow"]]
[[Take his cock out of your mouth and lick it instead.|ericSexBattleSuck][$action="balls", $cum="facial"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Not that I don't appreciate your effort, but let's get straight to the good part.@@" Eric grabs the back of your head and shoves his cock into your mouth.
[[Your eyes open wide as he starts to fuck your throat.|ericSexBattleSuck][$action="faceFuck", $blowJobInhib--, $cum="swallow"]]
<<else>>
Eric pulls you to your feet. Before you can protest he sits on the edge of the bed, pulling you into his lap.
"@@.player;Hey!@@"
"@@.eric;What you need is a daddy to show how to be a good girl. Let's get that lesson started.
[[You squirm in his lap.|ericSexBattleNone][$action="none", $pos="lap"]]
<</if>>
<<elseif $action is "deepThroat">>
<video autoplay loop src="img/sexbattle/deepthroatkneel.mp4"></video>
"@@.eric;That's it. You can't get enough of my cock, can you? What a greedy little whore you turned out to be.@@"
<<set $rand=random(1,5)>>
<<if $rand<4>>
Eric grins down at you as he watches you suck his cock, content to let you set the pace.
[[Keep going.|ericSexBattleSuck][$blowJobInhib--, $cum="swallow"]]
[[Back off a bit.|ericSexBattleSuck][$action="suck", $blowJobInhib--, $cum="facial"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Good, but not good enough. Let me show how a slut like you deserves to be treated.@@" Eric grabs the back of your head and shoves his cock into your mouth.
[[Your eyes open wide as he starts to fuck your throat.|ericSexBattleSuck][$action="faceFuck", $blowJobInhib--, $cum="swallow"]]
<<else>>
Eric pulls you to your feet. Before you can protest he sits on the edge of the bed, pulling you into his lap.
"@@.player;Hey!@@"
"@@.eric;What you need is a daddy to show how to be a good girl. Let's get that lesson started.
[[You squirm in his lap.|ericSexBattleNone][$action="none", $pos="lap"]]
<<endif>>
<<elseif $action is "faceFuck">>
<video autoplay loop src="img/sexbattle/facefuckkneel.mp4"></video>
"@@.eric;This is what you deserve, whore! Is this how you pictured this competition going? You on your knees, my big, hard cock fucking your throat?@@"
You can only cough and sputter, trying to avoid chocking.
"@@.eric;It was inevitable. I'm just better than you, this is the natural order of things.@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.eric;Now keep chocking on it you sissy bitch!@@"
[[It's all you can do to stop yourself from choking.|ericSexBattleSuck][$blowJobInhib--, $cum="swallow"]]
<<else>>
Eric steps back, his cock sliding out of your throat. "@@.eric;I think I've made my point.@@"
You fall onto your hands, panting as you [[try and recover.|ericSexBattleNone]]
<<endif>>
<<else>>
<video autoplay loop src="img/sexbattle/suckkneelballs.mp4"></video>
"@@.eric;I suppose that's the advantage of having a whore who used to be a man. They know not to forget about the balls.@@"
You try and ignore Eric, but the shame of your actions sends a shudder down your spine. //@@.player;Why am I doing this? Why can't I resist him?@@//
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric grins down at you as he watched you lick his balls, content to let you set the pace.
[[Keep going.|ericSexBattleSuck][$blowJobInhib--, $cum="facial"]]
[[Take his cock into your mouth|ericSexBattleSuck][$action="suck", $blowJobInhib--, $cum="facial"]]
[[Turn your attention to Eric's shaft.|ericSexBattleSuck][$action="lick", $cum="facial", $blowJobInhib--]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<else>>
Eric pulls you to your feet. Before you can protest he sits on the edge of the bed, pulling you into his lap.
"@@.player;Hey!@@"
"@@.eric;What you need is a daddy to show how to be a good girl. Let's get that lesson started.
[[You squirm in his lap.|ericSexBattleNone][$action="none", $pos="lap"]]
<<endif>>
<</if>><<if $ericHorny>=100>>
<<set $action = "facial">>
<<goto "ericSexBattleFinish">>
<<else>>
<<if $action is "deepSlow">>
<video autoplay loop src="img/sexbattle/sucklaydowndeepslow.mp4"></video>
"@@.eric;You like that? You like me shoving my cock down your throat. This is going to be your life for a long time.@@"
Any complaints you might have about Eric's treatment goes unsaid as you desperately try to not choke.
<<set $rand=random(1,6)>>
<<if $rand<4>>
Eric grins down at you as he watches you take his cock. "@@.eric;I've got to say, you're taking this better than I expected. How alright down there?@@"
"@@.player;Mmph!@@"
"@@.eric;Good enough for me.@@"
[[Eric keeps up the pace.|ericSexBattleSuck][$blowJobInhib--, $cum="swallow"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Still breathing? Good, then I can pick up the pace!@@" Eric starts to piston his hips, shoving his cock in and out of your throat.
[[Mmph!.|ericSexBattleSuck][$action="deepFast", $blowJobInhib--, $cum="swallow"]]
<<elseif $rand==5>>
Eric pops his cock out of your mouth. You wipe your mouth, cleaning up residual drool.
"@@.player;Jesus.@@"
Eric smirks. "@@.eric;Glad you enjoyed it. Sorry to stop the fun, but your tits are calling to me.@@"E Eric sits down on your stomach, placing his cock between your breasts.
He raises and eyebrow and gestures towards you. "@@.eric;Would you mind?@@"
//@@.player;Cock bastard...@@//
[[Wrap your breasts around his cock.|ericSexBattleStroke][$action="breasts", $titJobInhib--, $cum="tits"]]
<<set $tmpWillpower="titJob">><<include "willpowerChecksEric">>
<<else>>
Eric pops his cock out of your mouth. "@@.eric;Get up on all fours. As much as I love face fucking you, I'd like to try a different angle.@@"
[[You're too relieved to be able to breath again to disobey.|ericSexBattleNone][$action="none", $pos="doggy"]]
<<endif>>
<<else>>
<video autoplay loop src="img/sexbattle/sucklaydowndeepfast.mp4"></video>
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric keps fucking your face relentlessly.
[[It's all you can do to stop yourself from choking.|ericSexBattleSuck][$blowJobInhib--, $cum="swallow"]]
<<else>>
Eric lets up and your push yourself off his cock gasping.
[[Try to recover.|ericSexBattleNone]]
<<endif>>
<</if>>
<</if>> <<if $action is "lick">>
<video autoplay loop src="img/sexbattle/suckdoggylick.mp4"></video>
You're licking the shaft of Eric's cock.
<<set $rand=random(1,5)>>
<<if $rand<4>>
Eric grins down at you as he watches you lick his cock.
[[Keep going.|ericSexBattleSuck][$blowJobInhib--, $cum="facial"]]
[[Take his cock into your mouth.|ericSexBattleSuck][$action="suck", $blowJobInhib--, $cum="facial"]]
[[Turn your attention to Eric's balls.|ericSexBattleSuck][$action="balls", $blowJobInhib--]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric grabs the back of your head and starts facefucking you.
[[Your eyes open wide as he starts to fuck yiour throat.|ericSexBattleSuck][$action="faceFuck", $blowJobInhib--, $cum="swallow"]]
<<else>>
Eric pops his cock out of his mouth and moves behind you, plopping his cock down on top of your ass.
[[Start to grind against him.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<endif>>
<<elseif $action is "suck">>
<video autoplay loop src="img/sexbattle/suckdoggysuck.mp4"></video>
You're sucking Eric's cock.
<<set $rand=random(1,5)>>
<<if $rand<4>>
Eric grins down at you as he watched you suck his cock.
[[Keep going.|ericSexBattleSuck][$blowJobInhib--, $cum="facial"]]
[[Take his cock deeper into your mouth.|ericSexBattleSuck][$action="deepThroat", $blowJobInhib--, $cum="swallow"]]
[[Take his cock out of your mouth and lick it indstead.|ericSexBattleSuck][$action="balls", $cum="facial"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric grabs the back of your head and starts facefucking you.
[[Your eyes open wide as he starts to fuck your throat.|ericSexBattleSuck][$action="faceFuck", $blowJobInhib--, $cum="swallow"]]
<<else>>
Eric pops his cock out of his mouth and moves behind you, plopping his cock down on top of your ass.
[[Start to grind against him.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<</if>>
<<elseif $action is "deepThroat">>
<video autoplay loop src="img/sexbattle/suckdoggydeep.mp4"></video>
You're deep throating Eric's cock.
<<set $rand=random(1,5)>>
<<if $rand<4>>
Eric grins down at you as he watched you lick his cock.
[[Keep going.|ericSexBattleSuck][$blowJobInhib--, $cum="swallow"]]
[[Back off a bit.|ericSexBattleSuck][$action="suck", $blowJobInhib--, $cum="facial"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric grabs the back of your head and starts facefucking you.
[[Your eyes open wide as he starts to fuck your throat.|ericSexBattleSuck][$action="faceFuck", $blowJobInhib--, $cum="swallow"]]
<<else>>
Eric pops his cock out of his mouth and moves behind you, plopping his cock down on top of your ass.
[[Start to grind against him.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<endif>>
<<elseif $action is "faceFuck">>
<video autoplay loop src="img/sexbattle/suckdoggyfacefuck.mp4"></video>
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric keps fucking your face relentlessly.
[[It's all you can do to stop yourself from choking.|ericSexBattleSuck][$blowJobInhib--]]
<<else>>
Eric lets up and your push yourself off his cock gasping.
[[Try to recover.|ericSexBattleNone]]
<<endif>>
<<else>>
<video autoplay loop src="img/sexbattle/suckdoggyballs.mp4"></video>
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric grins down at you as he watched you lick his balls.
[[Keep going.|ericSexBattleSuck][$blowJobInhib--, $cum="facial"]]
[[Take his cock into your mouth|ericSexBattleSuck][$action="suck", $blowJobInhib--, $cum="facial"]]
[[Turn your attention to Eric's shaft.|ericSexBattleSuck][$action="lick", $cum="facial"]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<else>>
Eric pops his cock out of his mouth and moves behind you, plopping his cock down on top of your ass.
[[Start to grind against him.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<endif>>
<</if>> <<if $action is "breasts">>
<video autoplay loop src="img/sexbattle/touchstandbreasts.mp4"></video>
"@@.player;That... feels good.@@"
"@@.eric;Of course it feels good, you dumb slut. These are top of the line. And let me tell you, they're just as good on my end.@@"
<<set $rand=random(1,8)>>
<<if $rand<4>>
"@@.eric;In fact, I think I'm going to continue with my fun a little longer...@@"
[[Let Eric continue.|ericSexBattleTouch][$cum="stomach", $breastGropeInhib--]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;But enough admiring my work, let's see how Arnold is doing.@@'
"@@.player;Oh!@@" You squeak as Eric slaps your ass.
"@@.eric;That's right, you're whole body is just a tool for my pleaseure.@@"
[[Let Eric grope your ass.|ericSexBattleTouch][$action="ass", $cum="butt", $assGropeInhib--]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5 and $feminine>4>>
Eric moves his hand to your crotch.
[[Let him.|ericSexBattleTouch][$action="pussy", $cum="stomach", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
Eric pushes you down to your knees.
[[Fall to your knees|ericSexBattleNone][$pos="kneel"]]
<<elseif $rand==7>>
Eric pushes you onto the bed.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<else>>
Eric sits down on the bed.
[[Sit in his lap|ericSexBattleNone][$pos="lap", $action="none"]]
<<endif>>
<<elseif $action is "ass">>
<video autoplay loop src="img/sexbattle/touchstandass.mp4"></video>
Eric is caressing your ass.
<<set $rand=random(1,8)>>
<<if $rand<4>>
Eric keeps gropping you.
[[Let him.|ericSexBattleTouch][$cum="butt", $asstGropeInhib--]]
<<if ($slut+$horny)>$assGropeInhib>>You're feeling too horny too resist.<<else>><<if $stars>=1>>[[Slap Eric's hand away and step back.|ericSexBattleNone][$pos="stand", $stars--]](Costs ★)<<else>>You don't have enough ★ to resist.<</if>><</if>>
<<elseif $rand==4>>
Eric moves his hand to your breasts.
[[Let him.|ericSexBattleTouch][$action="breasts", $cum="stomach", $breastGropeInhib--]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5 and $feminine>4>>
Eric moves his hand to your crotch.
[[Let him.|ericSexBattleTouch][$action="pussy", $cum="stomach", $crotchGrope--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
Eric pushes you down to your knees.
[[Fall to your knees|ericSexBattleNone][$pos="kneel"]]
<<elseif $rand==7>>
Eric pushes you onto the bed.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<else>>
Eric sits down on the bed.
[[Sit in his lap|ericSexBattleNone][$pos="lap", $action="none"]]
<<endif>>
<<else>> /* pussy */
<video autoplay loop src="img/sexbattle/touchstandpussy.mp4"></video>
Eric is caressing your crotch.
<<set $rand=random(1,6)>>
<<if $rand<4>>
Eric keeps gropping you.
[[Let him.|ericSexBattleTouch][$cum="stomach", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric moves his hand to your ass.
[[Let him.|ericSexBattleTouch][$action="ass", $cum="butt", $assGropeInhib--]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
Eric moves his hand to your breasts.
[[Let him.|ericSexBattleTouch][$action="breasts", $cum="stomach", $breastGropeInhib--]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
Eric pushes you down to your knees.
[[Fall to your knees|ericSexBattleNone][$pos="kneel"]]
<<elseif random(1,2)==1>>
Eric pushes you onto the bed.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<else>>
Eric sits down on the bed.
[[Sit in his lap|ericSexBattleNone][$pos="lap", $action="none"]]
<<endif>>
<</if>>
<<endif>>/*<<if $action is "breasts">>*/
<video autoplay loop src="img/sexbattle/touchkneelbreasts.mp4"></video>
Eric plays with your breast like a virtuoso, knowing every pleasure point, his every movement making you moan.
"@@.player;Ooo.. that's... that's...@@"
Eric grins down at you. "@@.eric;You're putty in my hands slut. You never had a chance.@@"
<<set $rand=random(1,5)>>
<<if $rand<3>>
[[Let him continue playing with you.|ericSexBattleTouch][$top="off", $cum="tits", $breastGropeInhib--]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;As much as your pleasure entertains me, it's time for you to return the favor. You don't want to be a greedy girl, do you?@@"
[[Shake your head no and give Eric's cock a kiss.|ericSexBattleSuck][$action="lick", $cum="facial", $blowJobInhib--]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric steps forward and presses his hard cock into your chest. "@@.eric;Well, that was fun, but I think it's time for you to pull your weight. You want your breasts played with? Go ahead, get acquainted.@@"
You stare up at Eric. "@@.player;You mean...@@"
"@@.eric;Titty fuck me, you dumb slut.@@"
[[Knod meekly and squeeze your breasts around his cock.|ericSexBattleStroke][$action="breasts", $cum="facial", $titJobInhib--]]
<<set $tmpWillpower="titJob">><<include "willpowerChecksEric">>
<<else>>
Eric pulls you to your feet. Before you can protest he sits on the edge of the bed, pulling you into his lap.
"@@.player;Hey!@@"
"@@.eric;What you need is a daddy to show how to be a good girl. Let's get that lesson started.
[[You squirm in his lap.|ericSexBattleNone][$action="none", $pos="lap"]]
<<endif>><<if $livingTrait>=1 and $horny<15>><<set $horny=15>><</if>>
You masturbate, clearing up your head.
[[Start the Day|New Day Meeting]]<<set $sexBattle="eric", $ericHorny=random(15,35), $pos="stand", $action="none", $oldHorny=$horny>>
<<if $tmp is "fuckQuest">>
"@@.player;Look, I really need to get out of here, and to do that I need to get more money. So this isn't about you, this is about the money, go it?@@"
Eric gives you a quizzical look. "@@.eric;Where exactly are you going with this?@@"
"@@.player;Eric I... I want you to fuck me.@@"
Eric grins wildly. "@@.eric;Oh isn't this rich.@@"
You glare at him as you start to strip. "@@.player;Don't give me that smug look. Just fuck me and get this over with.@@"
"@@.eric;Oh I'll fuck you alright. After I'm done with you, you'll be begging me for my cock nonstop.@@"
You groan as you lay down on your back on a nearby bed. [[Let's just get this over with.|sexBattleIntro][$action="anal"]]
<<elseif $tmp is "twerkQuest">>
Eric sits down.
[[Let's just get this over with.|sexBattleIntro][$action="ass"]]
<<elseif $tmp is "footQuest">>
You lay down on your back
[[Let's just get this over with.|sexBattleIntro][$action="foot"-]]
<<elseif $tmp is "suckQuest">>
You kneel down in front of Eric.
[[Let's just get this over with.|sexBattleIntro][$action="blow"]]
<<elseif $tmp is "titQuest">>
You kneel down in front of Eric.
[[Let's just get this over with.|sexBattleIntro][$action="breasts"]]
<<elseif $tmp is "maid">>
As you're cleaning, you're spotted by Eric who grins at the sight of your maid costume.
"@@.eric;Well, well. I didn't realize we had a cute little serving girl around here. If you're so eager to clean, I've got something that could use your attention.@@" Eric motions lewdly towards his crotch. "@@.eric;As much as I like that uniform, I would much rather see it on the ground and you on your knees.@@"
You obey, [[taking off your clothes and kneeling before him.|sexBattleIntro]]
<<if $kitchenTrait>=3>>
You don't dare disobey! (Submissive Servant)
<<elseif $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;Hell no!@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "pool">>
"@@.player;Eric!@@" You exclaim as you quickly try to cover you chest.
Eric grins mischeviously. "@@.eric;Those tits are my gift to you, isn't it impolite to hide them from me.@@" Eric saunters over to you, stripping off his swimming trunks.
"@@.player;Wha... what are you doing?@@"
"@@.eric;You know exactly what I'm doing. Now lay back down and let me have my fun.@@"
You nod slightly and let Eric climb on top of you, [[sliding his cock between your breasts.|sexBattleIntro][$action="breasts"]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;Yeah, I do.@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "strip">>
<img src="img/gym/strip8.jpg">
Eric offers you some money to fuck him.
You agree, [[giving him a lap dance.|sexBattleIntro][$money+=10]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;Hell no!@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "studio">>
You start to strip and pose for the camera when Eric walks into the studio.
"@@.eric;Well what do we have here? Our own little cam whore.@@"
"@@.player;Eric, I...@@" You stammer, not sure what to say.
Eric shrugs. "@@.eric;Say? You don;t need to say anything. You're better at showing. Why don't we give your audience a good show.@@"
You nod slowly and [[kneel before Eric.|sexBattleIntro]]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;It's not that kind of show, jerk!@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "bath">>
"@@.eric;Now isn't that precious. Our little whore is having some alone time.@@"
"@@.player;Eric!@@" You dive under the water down to your neck. Desperate to hide from Eric's predatory gaze.
Eric clucks his tongue. "@@.eric;Now, now, there's no need for that. Surely you were wondering why there was a bed in the bathroom weren't you?@@"
"@@.player;There's a bed in every room.@@"
Eric grins. "@@.eric;Exactly, now let's put them to good use.@@" Eric starts to take off his clothes. "@@.eric;Now get out of that tub so we can have some fun.@@"
You obey, [[standing up and approaching him.|sexBattleIntro]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;It's not that kind of show, jerk!@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<elseif $tmp is "masturbate">>
"@@.eric;Having fun?@@"
You turn around, at the sound of Eric's voice, desperatly trying to cover yourself. "@@.player;I...@@"
Eric shakes his head. "@@.eric;There's no need to be modest. You're not talking your way out of this one. Besides I'm trying to help you. I'm sure my cock will feel a lot better than your fingers.@@"
You nod, [[walking over to Eric.|sexBattleIntro]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;Get away from me!@@". [[You pull up your pants and run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<else>>
As you try to make your way through the mansion, Eric stops you.
"@@.eric;Hmm... alright. You'll do.@@" Eric starts to take off his pants as you stare at him.
"@@.player;I'll do what? What are you doing?@@"
"@@.eric;What do you think I've been given you those big 'ol titties for? You're my bitch and it's time you start acting like it. Now strip@@"
"@@.player;I... I...@@"
Eric rolls his eyes as he pulls his underwear down, his hard cock bobbing up and down slightly as he walks towards you.
You obey, [[taking off your clothes.|sexBattleIntro]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;Hell no!@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<</if>><<if $location is "bedroom">>
<img src="img/location/bedroom.jpg">
<<elseif $location is "office">>
<img src="img/location/office.jpg">
<<elseif $location is "lobby">>
<img src="img/location/lobby.jpg">
<<elseif $location is "studio">>
<img src="img/location/studio.jpg">
<<elseif $location is "kitchen">>
<img src="img/location/kitchen.jpg">
<<elseif $location is "gym">>
<img src="img/location/gym.jpg">
<<elseif $location is "bathroom">>
<img src="img/location/bathroom.jpg">
<<elseif $location is "living">>
<img src="img/location/living.jpg">
<<elseif $location is "shop">>
<img src="img/location/shop.jpg">
<</if>> /*<<if $action is "hand">>*/
<video autoplay loop src="img/sexbattle/strokestandhand.mp4"></video>
"@@.eric;Good, you're showing some initiative. That's how it should be, you see something you like, you take it.@@"
"@@.player;That's not...@@"
Eric shakes his head, smirking. "@@.eric;Nonsense. You think you can hide your lust from me? I see the way you eye my cock.@@"
<<set $rand=random(1,5)>>
<<if $rand<3>>
//@@.player;No, that's wrong. I don't want this... do I?@@// Despite your inner conflict, your hand keeps moving.
[[Keep stroking Eric's dick.|ericSexBattleStroke][$cum="hand", $handJobInhib--]]
<<set $tmpWillpower="handJob">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;For example, I like those titties of yours, so I think I'll just...@@" Eric reaches out his hand and grabs your right breast.
You let go of Eric's cock in surprise. "@@.player;Ah!@@"
Eric frowns. "@@.eric;What, you can't jerk me off and have me grope you at the same time? Bah.@@"
[[Let Eric grope you.|ericSexBattleTouch][$cum="stomach", $breastGropeInhib--, $action="breasts"]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pushes you down to your knees.
[[Fall to your knees|ericSexBattleNone][$pos="kneel", $action="none"]]
<<else>>
<<if random(1,2)==1>>
Eric pushes you onto the bed.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<else>>
Eric sits down on the bed.
[[Sit in his lap|ericSexBattleNone][$pos="lap", $action="none"]]
[[Kneel down in front of him|ericSexBattleNone][$pos="kneel", $action-"none"]]
<<endif>>
<</if>>
/*<<endif>>*/ <<if $action is "hand">>
<video autoplay loop src="img/sexbattle/strokekneelhand.mp4"></video>
"@@.eric;Hmm... not bad.@@"
You keep your hand moving, gliding it up and down his shaft. "@@.player;Not bad? I'm jerking off your cock, what more do you want!@@"
"@@.eric;It's not that, it's just... I've done all this work to get you this far, and this is what we're going with? Handjobs?@@"
<<set $rand=random(1,7)>>
<<if $rand<3>>
"@@.player;Yes, and be glad you're getting that much.@@"
Eric sighs. "@@.eric;Fine...@@"
[[You roll your eyes at Eric's ingratitude.|ericSexBattleStroke][$cum="hand", $handJobInhib--]]
<<set $tmpWillpower="handJob">><<include "willpowerChecksEric">>
<<elseif $rand<5>>
"@@.eric;I think I'd much rather see those tits squeezed around my cock.@@"
"@@.player;Well...@@"
Eric doesn't wait for your consent, stepping foward and resting his dick on your chest.
[[Give in and give Eric a titjob.|ericSexBattleStroke][$action="breasts", $cum="tits", $titJobInhib--]]
<<set $tmpWillpower="titJob">><<include "willpowerChecksEric">>
<<elseif $rand<7>>
"@@.eric;I mean, why settle for your hand when I have a nice warm whole right here.@@" Eric grabs the back of your head and moves starts pushing you towards his cock.@@"
[[Alright, alright! Jeez.|ericSexBattleSuck][$action="lick", $cum="facial", $blowJobInhib--]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<else>>
Eric pulls you to your feet. Before you can protest he sits on the edge of the bed, pulling you into his lap.
"@@.player;Hey!@@"
"@@.eric;What you need is a daddy to show how to be a good girl. Let's get that lesson started.
[[You squirm in his lap.|ericSexBattleNone][$action="none", $pos="lap"]]
<<endif>>
<<else>> /*breasts*/
<video autoplay loop src="img/sexbattle/strokekneelbreasts.mp4"></video>
"@@.eric;There we go, that's the good stuff. I love the feeling of your breasts wrapped around my cock. And knowing I'm the one who gave them to you... it's like fucking my daughter in a way.@@"
"@@.player;Gross! Don't say stuff like that!@@"
"@@.eric;Hey, I'm having my dick jerked off by a man who's grown some tits with some crazy serum I've been injecting into him. Yeah, I'm a sick fuck. You think a little incest role play is where I draw the line?@@"
"@@.player;Still...@@"
<<set $rand=random(1,8)>>
<<if $rand<3>>
"@@.eric;Luckily for you I can overlook a lot of impertinence if it means a good titjob.@@"
"@@.player;Does it really feel that good?@@"
"@@.eric;Meh, C+. We've got some work to do.@@"
[[Asshole.|ericSexBattleStroke][$cum="tits", $titJobInhib--]]
<<set $tmpWillpower="titJob">><<include "willpowerChecksEric">>
<<elseif $rand<5>>
"@@.eric;Bah, you've killed the mood.@@" Eric takes a step back, peeling his cock out of your breasts.
"@@.player;I killed the mood? I'm not the one who started talking about fucking his daughter.@@"
Eric rolls his eyes. "@@.eric;Just, just jerk me off or something.@@"
[[Fine.|ericSexBattleStroke][$action="hand", $cum="hand", $handJobInhib--]]
<<set $tmpWillpower="handJbob">><<include "willpowerChecksEric">>
<<elseif $rand<7>>
"@@.eric;If you're going to start with the back chat, I've got something better for your mouth to do.@@" Eric grabs the back of your head and shoves his cock into your mouth.
"@@.player;Mmph!@@"
"@@.eric;What's that? I can't hear you.@@"
[[Try to ignore Eric and get sucking.|ericSexBattleSuck][$action="suck", $cum="facial", $blowJobInhib--]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<else>>
Eric pulls you to your feet. Before you can protest he sits on the edge of the bed, pulling you into his lap.
"@@.player;Hey!@@"
"@@.eric;What you need is a daddy to show how to be a good girl. Let's get that lesson started.
[[You squirm in his lap.|ericSexBattleNone][$action="none", $pos="lap"]]
<<endif>>
<<endif>> <<if $action is "breasts">>
<video autoplay loop src="img/sexbattle/strokelaydownbreasts.mp4"></video>
"@@.eric;Mmm, there's the good stuff. Is there anything better in life then sliding your cock in between a sluts' tits?@@"
"@@.player;It's certainly better than being on the other end.@@"
"@@.eric;I'd say that's more of a personal failing. If you weren't so easy to trick, you wouldn't be in this situation. I could always give you another session so you enjoy it more.@@"
"@@.player;I'm not //that// easy to trick.@@"
Eric laughs. "@@.eric;Maybe not. But I'm happy all the same.@@"
<<set $rand=random(1,6)>>
<<if $rand<4>>
//@@.player;I can see that.@@//
Eric keeps fucking your breasts with reckless enthusiasm.
[[Lie back and let him have his fun.|ericSexBattleStroke][$cum="tits", $titJobInhib--]]
<<set $tmpWillpower="titJob">><<include "willpowerChecksEric">>
<<elseif $rand<6>>
"@@.eric;But you know what would make me even happier...@@" Eric gets off your chest and slides down between your legs.
"@@.player;Really?@@"
"@@.eric;I just figured you would enjoy this more, since you were complaining.@@"
"@@.player;Wow. What a nice guy you are.@@" You roll your eyes.
"@@.eric;Thank you. And also, thank you.@@" Eric shoves his cock inside of you.
[[Oh fuck!|ericSexBattlePussy][$action="slow", $cum="stomach", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
"@@.eric;Hold on, I need to change things up. Get onto your stomach.@@"
"@@.player;My stomach?@@"
"@@.eric;Yeah, you know, prone.@@"
"@@.player;And hide my tits? I thought that's what you were all about?@@"
"@@.eric;What are you, my therapist? Just flip over.
[[Fine...|ericSexBattleNone][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric grabs your legs and pushes them back, leaving you totally exposed. "@@.eric;There we go. Now that's a position for a good whore.@@"
"@@.player;Great. So shouldn't you be using it on someone else.@@"
Eric smirks. "@@.eric;You sell yourself short.@@"
[[Wow, what a compliment.|ericSexBattleNone][$pos="legsUp"]]
<<else>>
"@@.eric;Hold on, I need to change things up. Get onto all fours.@@"
"@@.player;Doggy style?@@"
Eric shrugs. "@@.eric;You're a bitch already, so I figured...@@"
"@@.player;Don't you dare finish that thought.@@"
Eric grins and you sigh as you [[get on your hands and knees|ericSexBattleNone][$pos="doggy"]]
<</if>>
<<endif>>
<<else>>/* foot */
<video autoplay loop src="img/sexbattle/strokelaydownfoot.mp4"></video>
"@@.eric;I could never figure out what guys saw in this. Too much friction. I guess if you were really into feet.@@"
"@@.player;Then why are you doing it?@@"
Eric shrugs. "@@.eric;Because I figured you'd like it even less.@@"
<<set $rand=random(1,6)>>
<<if $rand<4>>
"@@.player;What a masterful lover you are.@@"
[[You sigh as you pump your feet up and down his cock.|ericSexBattleStroke][$cum="foot", $footJobInhib--]]
<<set $tmpWillpower="footJob">><<include "willpowerChecksEric">>
<<elseif $rand<6>>
"@@.eric;If you're really interested in personal pleasure...@@" Eric drops your legs and shuffles closer to you, so his crotch is lined up with yours.
"@@.player;Well...@@" You bite your lip as you stare at Eric's hard cock, inches away from your pelvis.
"@@.eric;You know you can't resist this. Millions of years of evolution has wired your brain to want nothing more than a good, hard, fucking. That and a few weeks of drugs and hypnosis.@@"
He's right, you do want it...
You give Eric a subtle nod, and that;s all the consent he needs as he [[pushes his dick inside you.|ericSexBattlePussy][$action="slow", $cum="stomach", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
"@@.eric;Hold on, I need to change things up. Get onto your stomach.@@"
"@@.player;My stomach?@@"
"@@.eric;Yeah, you know, prone.@@"
"@@.player;And hide my tits? I thought that's what you were all about?@@"
"@@.eric;What are you, my therapist? Just flip over.
[[Fine...|ericSexBattleNone][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric grabs your legs and pushes them back, leaving you totally exposed. "@@.eric;There we go. Now that's a position for a good whore.@@"
"@@.player;Great. So shouldn't you be using it on someone else.@@"
Eric smirks. "@@.eric;You sell yourself short.@@"
[[Wow, what a compliment.|ericSexBattleNone][$pos="legsUp"]]
<<else>>
"@@.eric;Hold on, I need to change things up. Get onto all fours.@@"
"@@.player;Doggy style?@@"
Eric shrugs. "@@.eric;You're a bitch already, so I figured...@@"
"@@.player;Don't you dare finish that thought.@@"
Eric grins and you sigh as you [[get on your hands and knees|ericSexBattleNone][$pos="doggy"]]
<</if>>
<<endif>>
<<endif>> <<if $action is "hand">>
<video autoplay loop src="img/sexbattle/strokelaphand.mp4"></video>
You stare down at Eric's cock as you stroke it. //@@.player;It's so warm. So firm, yet soft and smooth to the touch it. It just feels... right in my hand.@@//
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric groans in appreciation. "@@.eric;You're pretty damn good at this. Then again, I guess you've had lots of practice jerking of cocks.@@"
"@@.player;Not ones that weren't attached to me...@@"
[[Eric laughs as you continue.|ericSexBattleStroke][$cum="hand", $handJobInhib--]]
<<set $tmpWillpower="handJob">><<include "willpowerChecksEric">>
<<elseif $rand<4>>
"@@.eric;Thanks for the warm up. slut. Time for the main event.@@" Eric takes your hand off of his cock and lifts you up slightly, placing his dick underneath you.
"@@.player;I... I don't think I'm ready for this.@@"
"@@.eric;Well luckily for you, since you're on top, it looks like you'll get to make the choice. But I know what you really want deep down...@@"
[[I think I do too...|ericSexBattlePussy][$action="prod", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand<5>>
Eric reaches around and grabs your breasts. "@@.eric;While you might enjoy a nice, hard rod, I prefer groping something a little softer.@@"
"@@.player;I didn't say I like this!@@"
"@@.eric;Well you're still doing it aren't you?@@"
"@@.player;Oh!@@" You let go of Eric's cock.@@"
"@@.eric;No need to be ashamed, slut. It comes so naturally to you.@@"
[[You want to protest, but the feeling of Eric's hands on your breasts feels too good.|ericSexBattleTouch][$action="breasts", $breastGropeInhib--]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<else>>
"@@.eric;Lie down on the bed, I want to be on top.@@"
//@@.player;I don't know if that's a good idea.@@// [[Despite your reservations you obey.|ericSexBattleNone][$pos="layDown"]]
<<endif>>
<<else>> /* ass */
<video autoplay loop src="img/sexbattle/strokelapass.mp4"></video>
You're hotdogging Eric's cock.
<<set $rand=random(1,5)>>
<<if $rand<3>>
...
[[Keep Going.|ericSexBattleStroke][$cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<elseif $rand<4>>
Eric wants to fuck you
[[Let him|ericSexBattleAss][$action="slow", $fuckInhib--, $cum="stomach"]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand<5>>
Eric gropes your breasts
[[Let him|ericSexBattleStroke][$action="breasts", $breastGropeInhib--, $cum="breasts"]]
<<if ($slut+$horny)>$breastGropeInhib>>You're feeling too horny too resist.<<else>><<if $stars>=1>>[[Let go of Eric's cock and stand up.|ericSexBattleNone][$pos="stand", $stars--]](Costs ★)<<else>>You don't have enough ★ to resist.<</if>><</if>>
<<else>>
Eric wants you to lie down on the bed.
[[Lie down|ericSexBattleNone][$pos="layDown"]]
<<endif>>
<<endif>> <<if $action is "hand">>
<video autoplay loop src="img/sexbattle/stroketophand.mp4"></video>
You're jerking Eric's cock.
<<set $rand=random(1,7)>>
<<if $rand<3>>
...
[[Keep Going.|ericSexBattleStroke][$cum="hand", $handJobInhib--]]
<<if ($slut+$horny)>$handJobInhib>>You're feeling too horny too resist.<<else>><<if $stars>=1>>[[Let go of Eric's cock and stand up.|ericSexBattleNone][$pos="stand", $stars--]](Costs ★)<<else>>You don't have enough ★ to resist.<</if>><</if>>
<<elseif $rand==3>>
Eric wants to hotdog you.
[[Switch.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<elseif $rand==4 and $feminine>4>>
Eric wants to rub his cock against your pussy.
[[Switch.|ericSexBattleStroke][$action="pussy", $cum="stomach", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
Eric wants to fuck you.
[[Get fucked.|ericSexBattlePussy][$action="prod", $cum="stomach", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
Eric pushes you onto all fours.
[[Fall onto your back|ericSexBattleNone][$pos="doggy", $action="none"]]
<<else>>
Eric pushes you onto your back.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<endif>>
<<elseif $action is "ass">>
<video autoplay loop src="img/sexbattle/stroketopass.mp4"></video>
You're hotdogging Eric's cock.
<<set $rand=random(1,6)>>
<<if $rand<3>>
...
[[Keep Going.|ericSexBattleStroke][$cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<elseif $rand==3 and $feminine>4>>
Eric starts rubbing his cock against your pussy.
[[Switch.|ericSexBattleStroke][$action="pussy", $cum="stomach", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pushes his cock against your asshole.
[[Moan at the sensation.|ericSexBattleAss][$action="prod", $cum="butt", $assGropeInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
Eric pushes you onto all fours.
[[Fall onto your back|ericSexBattleNone][$pos="doggy", $action="none"]]
<<else>>
Eric pushes you onto your back.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<endif>>
<<else>> /* pussy */
<video autoplay loop src="img/sexbattle/stroketoppussy.mp4"></video>
You're grinding against Eric's cock.
<<set $rand=random(1,6)>>
<<if $rand<3>>
...
[[Keep Going.|ericSexBattleStroke][$cum="butt", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric starts rubbing his cock against your ass.
[[Switch.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pokes his cock against the entrance to your pussy.
[[Moan at the sensation.|ericSexBattlePussy][$action="prod", $cum="stomach", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
Eric pushes you onto all fours.
[[Fall onto your back|ericSexBattleNone][$pos="doggy", $action="none"]]
<<else>>
Eric pushes you onto your back.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<if $stars>=1>>[[Refuse and run away.|ericSexBattleEscape]]<<endif>>
<<endif>>
<</if>><<if $action is "ass">>
<video autoplay loop src="img/sexbattle/strokeproneass.mp4"></video>
"@@.eric;Mmm.... so enticing. I consider the ass to be the breasts of the butt.@@" Eric keeps thrusting his cock, grinding himself against you.
"@@.player;The breasts of the... what?@@"
"@@.eric;Not your kind of dirty talk, huh?@@"
"@@.player;No!@@"
<<set $rand=random(1,7)>>
<<if $rand<4>>
"@@.eric;Oh well. As long as you let me keep hot-dogging you, I suppose I can let a more... mundane sense of humor slide.@@"
"@@.player;Well I...@@"
Eric chuckles to himself. "@@.eric;Slide? Get it?@@"
[[Oh my god.|ericSexBattleStroke][$cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<elseif $rand<6>>
"@@.eric;I can see I've killed the mood a bit. How about I fuck your ass.@@"
"@@.player;What? You can't kill the mood and use that to transition to something way more violating!@@"
"@@.eirc;Sue me.@@" Eric presses his cock against the tip of your asshole, providing enough pressure to drive you crazy, but not enough to actually penetrate you.
[[Why am I letting him do this?|ericSexBattleAss][$action="prod", $cum="butt", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
"@@.player;Just... just stop. I am no longer okay with your grinding against my 'breasts of the ass'.@@"
Eric sighs. "@@.eric;Fine.@@' He grabs your legs, bringing your feet up to his cock.
"@@.player;What are you doing?@@"
"@@.eric;Well when you think about it, aren't the heels the breasts of the feet.@@"
//@@.player;Oh my god.//@@ "@@.player;Just... just stop it!@@"
"@@.eric;Okay. In exchange for fucking your feet.@@"
[[Fine! Just shut up!|ericSexBattleStroke][$action="foot", $cum="foot", $footJobInhib--]]
<<set $tmpWillpower="footJob">><<include "willpowerChecksEric">>
<<else>>
"@@.eric;Up we go!@@" Eric grabs your waist and pulls up. You get onto all fours instinctively.
"@@.player;Woah!@@"
"@@.eric;There, aren;t we more comfortable?@@"
[[I guess...|ericSexBattleNone][$pos="doggy"]]
<</if>>
<<else>> /* foot */
<video autoplay loop src="img/sexbattle/strokepronefoot.mp4"></video>
"@@.eric;You're not ticklish, right?@@"
"@@.player;I... um... I'm not sure. It's not something I test very often. And this new body and all...@@"
"@@.eric;Let's find out then.@@"
<<set $rand=random(1,5)>>
<<if $rand<4>>
You continue to pump you legs up and down, jerking off Eric's cock.
[[I guess I'm not skipping leg day today...|ericSexBattleStroke][$cum="foot", $footJobInhib--]]
<<set $tmpWillpower="footJob">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Yeah... this isn't all that great.@@" Eric moves up closer to you, pressing his cock against your ass.
"@@.player;Hey! Don't you dare to get any closer!@@"
"@@.eric;Relax. I'm not going to fuck you. At least, not yet. I'm just going to hotdog you.@@"
[[Oh, okay. Wait, why is that fine?|ericSexBattleStroke][$action="ass", $cum="butt", $assGropeInhib--]]
<<if ($slut+$horny)>$analInhib>>You're feeling too horny too resist.<<else>><<if $stars>=1>>[[Push Eric away and stand up.|ericSexBattleNone][$pos="stand", $stars--]](Costs ★)<<else>>You don't have enough ★ to resist.<</if>><</if>>
<<else>>
"@@.eric;Up we go!@@" Eric grabs your waist and pulls up. You get onto all fours instinctively.
"@@.player;Woah!@@"
"@@.eric;There, aren;t we more comfortable?@@"
[[I guess...|ericSexBattleNone][$pos="doggy"]]
<</if>>
<</if>> <<if $action is "breasts">>
<video autoplay loop src="img/sexbattle/touchlapbreasts.mp4"></video>
Eric is caressing your breasts.
<<set $rand=random(1,7)>>
<<if $rand<4>>
Eric keeps gropping you.
[[Let him.|ericSexBattleTouch][$cum="stomach", $breastGropeInhib--]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric moves his hand to your ass.
[[Let him.|ericSexBattleTouch][$action="ass", $cum="butt", $assGropeInhib--]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5 and $feminine>5>>
Eric moves his hand to your pussy.
[[Let him.|ericSexBattleTouch][$action="pussy", $cum="stomach", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
Eric pushes you down to your knees.
[[Fall to your knees|ericSexBattleNone][$pos="kneel"]]
<<else>>
Eric pushes you onto the bed.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<</if>>
<<elseif $action is "ass">>
<video autoplay loop src="img/sexbattle/touchlapass.mp4"></video>
Eric is caressing your ass.
<<set $rand=random(1,7)>>
<<if $rand<4>>
Eric keeps gropping you.
[[Let him.|ericSexBattleTouch][$cum="butt", $assGropeInhib--]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric moves his hand to your breasts.
[[Let him.|ericSexBattleTouch][$action="breasts", $cum="stomach", $breastGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5 and $feminine>4>>
Eric moves his hand to your pussy.
[[Let him.|ericSexBattleTouch][$action="pussy", $cum="stomach", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
Eric pushes you down to your knees.
[[Fall to your knees|ericSexBattleNone][$pos="kneel"]]
<<else>>
Eric pushes you onto the bed.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<endif>>
<<else>> /* pussy */
<video autoplay loop src="img/sexbattle/touchstandpussy.mp4"></video>
Eric is caressing your pussy.
<<set $rand=random(1,7)>>
<<if $rand<4>>
Eric keeps gropping you.
[[Let him.|ericSexBattleTouch][$cum="stomach", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric moves his hand to your ass.
[[Let him.|ericSexBattleTouch][$action="ass", $cum="butt", $assGropeInhib--]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
Eric moves his hand to your breasts.
[[Let him.|ericSexBattleTouch][$action="breasts", $cum="foot", $breastGropeInhib--]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
Eric pushes you down to your knees.
[[Fall to your knees|ericSexBattleNone][$pos="kneel"]]
<<else>>
Eric pushes you onto the bed.
[[Fall onto your back|ericSexBattleNone][$pos="layDown", $action="none"]]
<<endif>>
<<endif>>/* <<if $action is "ass">> */
<video autoplay loopsrc="img/sexbattle/touchproneass.mp4"></video>
Eric runs his hands over your ass, kneading you supple flesh. "@@.eric; What's wrong with the world today? So much focus on big butts, on women shaking their ass around. When it's really the tits that should be adored!@@"
Eric slaps your ass hard.
"@@.player;Ow! What the hell?@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.eric;And yet, even I can't resist. Here I am, groping you, like some kind of boobs traiter.@@"
[[This guy is fucked up...|ericSexBattleTouch][$cum="butt", $assGropeInhib--]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand<4>>
"@@.eric;No! I won't let you tempt me! I will stay true to my breasts calling.@@" Eric lets go of you.
"@@.player;Finally, now can I get up and...@@"
Eric pushes you hard into the bed and shifts his hips in line with yours. "@@.eric;I'm going to fuck you until you admit your wrongdoings, you seductress whore!@@"
"@@.playr;Woah! Slow down!@@"
"@@.eric;Nah.@@" Eric lines up his cock, ready to push inside you.
[[Let him.|ericSexBattlePussy][$action="slow", $cum="ass", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
"@@.eric;I shall conquer your bewitching ass, whore!@@" Eric sits down on your legs, his cock between your cheeks.
"@@.player;Whatever dumb joke you're going for, it's not funny, just stop it.@@"
"@@.eric;Aw, you're no fun. I'm still going to hot-dog you though.@@"
[[Yeah yeah, whatever.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<endif>> <<if $action is "prod">>
<video autoplay loop src="img/sexbattle/pussylaydownrub.mp4"></video>
You stare in fascination as Eric rubs his cock against your pussy lips. Getting tantalizingly close to penetrating you.
Eric laughs at your expression. "@@.eric;Oh, you want it bad, don't you?@@"
<<set $rand=random(1,7)>>
<<if $rand<4>>
"@@.eric;Let's not keep you waiting then.@@" Eric finally thrusts, filling you with his cock.
"@@.player;Oh!@@" You squeal at the sudden sensation.
[[Surrender to the pleasure.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Oh well. Too bad for you.@@"
<<if ($slut+$horny)>($fuckInhib*2)>>
[[Stop teasing me! Fuck me already!.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<else>>
[[Bite your lip and continue to watch.|ericSexBattlePussy][$cum="stomach"]]
<</if>>
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==5>>
"@@.eric;Too bad. I feel like fucking your tits instead.@@"
You feel a little disappointed as Eric climbs on top of you and presses his cock between your breasts.
[[Squeeze your breasts around his cock.|ericSexBattleStroke][$action="breasts", $cum="tits", $titJobInhib--]]
<<set $tmpWillpower="titJob">><<include "willpowerChecksEric">>
<<elseif $rand==6>>
"@@.eric;Nah. Let's get some feet action going.@@"
"@@.player;But...@@" You begin to protest.
"@@.eric;Oh? Is this not your thing? Feels good to me. Tough.@@"
[[You frown but let Eric have his fun.|ericSexBattleStroke][$action="foot", $cum="foot", $footJobInhib--]]
<<set $tmpWillpower="footJob">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
"@@.eric;I love watching you squirm. I'm not sticking it in until you beg.@@"
Eric picks you up and places you down on your stomach.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
"@@.eric;I love watching you squirm. I'm not sticking it in until you beg.@@"
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
"@@.eric;I love watching you squirm. I'm not sticking it in until you beg.@@"
Eric picks you up and puts you down on all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<<set $rand=random(1,5)>>
<video autoplay loop src="img/sexbattle/pussylaydownslow.mp4"></video>
<<if $rand<3>>
Eric keeps going, slowly thrusting in and out of you.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric goes deeper, fucking you hard and fast.
[[You moan as he fills you.|ericSexBattlePussy][$action="fast", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattlePussy]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<video autoplay loop src="img/sexbattle/pussylaydownfast.mp4"></video>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, thrusting fast and deep.
[[You moan as he fills you.|ericSexBattlePussy][ $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric goes slows down, switching to slow, shallower strokes.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow",$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattlePussy]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<</if>> <<if $action is "prod">>
<video autoplay loop src="img/sexbattle/pussylegsupprod.mp4"></video>
"@@.eric;Well aren't you in a compromising position. I could stick this in any time I want. Anytime I want...@@"
"@@.pl;ayer;Then why haven't you.@@" Eric's right about one thing, this position is indeed precarious. Your legs behind your head, his cock titillatingly close to penetrating you...
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.eric;You know what, you're right. Why am I waiting.@@" Eric thrusts forward, skewering you with his cock.
"@@.player;Ah!@@" You squeak.
Eric laughs. "@@.eric;If you like just a taste that much, I can't wait to see the quivering mess you become when I give you the full course.@@"
[[Me neither...|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;Something on your mind?@@" Eric raises an eyebrow in mock concern.
<<if ($slut+$horny)>($fuckInhib*2)>>
"@@.player;Please... I need it...@@"
Eric grins wildly. "@@.eric;Well why didn't you just say so?@@"
[[You moan as Eric thrusts into you.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<else>>
"@@.player;N... no...@@"
"@@.eric;Whatever you say.@@"
[[Bite your lip and continue to watch watch Eric prodding his cock against your pussy.|ericSexBattlePussy]]
<</if>>
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,2)==1>>
Eric lets go of your legs, moving his hands to your hips. "@@.eric;On second thought, I'm really going to need a good grip here.@@"
[[That's... ominous.|ericSexBattlePussy][$pos="layDown"]]
<<else>>
Eric picks you up and flips you over, placing you back down all fours.
"@@.player;Hey, stop manhandling me!@@"
Eric shrugs. "@@.eric;Less talking, more fucking.@@"
[[Hmph, jerk.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<video autoplay loop src="img/sexbattle/pussylegsupslow.mp4"></video>
"@@.eric;There we go... you like that, don't you, bitch?@@"
"@@.player;Mmm...@@" You only moan, not wanting to give him the satisfaction of a yes, but not wanting to risk him pulling out either.
"@@.eric;Ah, the good old "I don't want to give him the satisfaction" moan. I knew it.@@"
"@@.player;No.. I...@@" Oh, fuck it.
<<set $rand=random(1,5)>>
<<if $rand<3>>
"@@.eric;You keep thinking you're so sly, but you can't hide your feelings from me. You're nothing but a bitch in heat, no matter what you say.@@"
"@@.player;You're wrong...@@"
[[But despite your protests, you don't make any attempts to stop Eric from fucking you.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;Let's turn that moan into a scream!@@" Eric thrusts deeper inside you, pushing his cock all the way in.
"@@.player;Oh, fuck!@@"
Eric picks up the pace, slamming his cock in and out of you.
[[ab the bed for support as Eric pounds away.|ericSexBattlePussy][$action="fast", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Well if you're so sure you don't need this. Then fine.@@" Eric pulls out of you, his cock glistening with your juices.
Despite yourself, you whimper at the sudden emptiness inside you.
"@@.eric;I knew it. Well you could always beg me to stick it back in...@@"
[[Stay silent.|ericSexBattleNone]]
<<else>>
<<if random(1,2)==1>>
Eric lets go of your legs, moving his hands to your hips. "@@.eric;On second thought, I'm really going to need a good grip here.@@"
[[That's... ominous.|ericSexBattlePussy][$pos="layDown"]]
<<else>>
Eric picks you up and flips you over, placing you back down all fours.
"@@.player;Hey, stop manhandling me!@@"
Eric shrugs. "@@.eric;Less talking, more fucking.@@"
[[Hmph, jerk.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<video autoplay loop src="img/sexbattle/pussylegsupfast.mp4"></video>
"@@.player;Slow down! It's... it's too much!@@"
Eric ignores your please, slamming his cock in and out of you with abandon. "@@.eric;I stop... when I say I stop...@@" eric says between deep, gasping breathes
<<set $rand=random(1,5)>>
<<if $rand<3>>
You know better than to try and argue with him. Your breasts bounce wildly on your torso, a sight your sure Eric is enjoying quite a bit.
[[Resign yourself to the pounding and try to enjoy it.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;And I say... let's slow down.@@" Eric shifts back to shallower strokes.
"@@.player;Thanks...@@" You lean back, savoring the pleasure radiating throughout your body.
"@@.eric;I didn't do it for you...@@" Eric mumbles.
[[Ignore him.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;And I say we stop... now.@@" Eric pulls his cock out of you.
"@@.player;Hey!@@"
Eric chuckles. "@@.eric;You were enjoying it that much?@@"
"@@.player;No! I said stop first, you're just twisting things so it sounds like it was your idea!@@" You pout.
"@@.eric;I... you...@@” Eric sighs. @@.eric;Women.@@"
[[LEt it go, the last thing you need is an angry Eric right now.|ericSexBattleNone]]
<<else>>
<<if random(1,2)==1>>
Eric lets go of your legs, moving his hands to your hips. "@@.eric;On second thought, I'm really going to need a good grip here.@@"
[[That's... ominous.|ericSexBattlePussy][$pos="layDown"]]
<<else>>
Eric picks you up and flips you over, placing you back down all fours.
"@@.player;Hey, stop manhandling me!@@"
Eric shrugs. "@@.eric;Less talking, more fucking.@@"
[[Hmph, jerk.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<endif>> <<if $action is "prod">>
<video autoplay loop src="img/sexbattle/pussydoggyprod.mp4"></video>
"@@.eric;I'm going to stick it in, alright?@@"
"@@.player;Wait, just like that? No teasing, no making me beg?@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric thrusts forward, spearing you with his cock.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;Well now that you mention it... a little begging would go a long way.@@"
<<if ($slut+$horny)>($fuckInhib)>>
You sigh. "@@.player;Eric, fuck me. Please.@@"
"@@.eric;That didn't sound very enthusiastic.@@"
"@@.player;Come on. WHat more do you... oh!@@" [[You moan as Eric thrusts into you.|ericSexBattlePussy][$cum="pussy", $fuckInhib--]]
<<else>>
You scrunch up your nose. [[Yeah, that's not happening..|ericSexBattlePussy][$cum="butt"], $fuckInhib--]
<</if>>
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,2)==1>>
"@@.eric;Let's switch things up. Lay down on your stomach.@@"
You nod to Eric and do as he asks.
[[Wait as he positions himself behind you.|ericSexBattlePussy][$pos="prone"]]
<<else>>
"@@.playe;Huh?@@" You watch as Eric lays down on his back.
He pats his lap. "@@.eric;I'm feeling a little tired. Hop on up.@@"
You stare at Eric for a second before deciding to do as he asks. You get on top of him, [[his cock rubbing against your pussy.|ericSexBattlePussy][$pos="top"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<video autoplay loop src="img/sexbattle/pussydoggyslow.mp4"></video>
"@@.eric;Yeah, you like that, you little bitch? You like taking my cock?@@"
"@@.player;I do, I do!@@" You can't bring yourself to lie to Eric, not when he's making you feel so good.
"@@.eric; I've been trying to tell you all this time that you're just a cunt for mean to fill, but you wouldn't listen to me. You could have been getting fucked like this every day if you had hadn't fought me.@@"
"@@.player;I'm sorry, Just keep fucking me!@@"
<<set $rand=random(1,5)>>
<<if $rand<3>>
"@@.eric;Of course. Anything, my bitch desires.
[[Thank you, thank you!|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;Oh, I'll fuck you alright. I'll fuck you until you can barely think!@@ Eric picks up the pace, slamming his cock in and out of you.
"@@.player;Yesss...@@"
[[You moan incoherently, lost to the pleasure..|ericSexBattlePussy][$action="fast", $cum="pussy", $fuckInhib--]]
<<elseif $rand==4>>
"@@.eric;No.@@"
Eric pulls his cock out of you, leaving you whimperng at the loss of sensation.
"@@.player;Please... I need it..@@"
"@@.eric;Tough. You need to learn that my sluts aren't in charge. I am.@@"
[[Your hips buck uselessly against empty air.|ericSexBattleNone]]
<<else>>
<<if random(1,2)==1>>
"@@.eric;Let's switch things up. Lay down on your stomach.@@"
You nod to Eric and do as he asks.
[[Wait as he positions himself behind you.|ericSexBattlePussy][$pos="prone"]]
<<else>>
"@@.playe;Huh?@@" You watch as Eric lays down on his back.
He pats his lap. "@@.eric;I'm feeling a little tired. Hop on up.@@"
You stare at Eric for a second before deciding to do as he asks. You get on top of him, [[his cock rubbing against your pussy.|ericSexBattlePussy][$pos="top"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<video autoplay loop src="img/sexbattle/pussydoggyfast.mp4"></video>
Erics' cock pounds in and out of you, your breasts bouncing back and forth underneath you.
"@@.player;Oh god, that's so good.@@"
Eric laughs to himself. "@@.eric;That's right bitch, take it.@@"
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric's taunts don't even register, all that matters is the feeling of extacy radiating throughout your body.
[[You moan as he fucks you.|ericSexBattlePussy][$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric's cock thrusts into you down to the hilt, filling you completely.
"@@.player;Fuck. It's so deep.@@"
Eric draws out slowly, taking his time to grind his full length against your inner walls. Just as you think he's about to pull out her pushes back in, the same deep strokes.
"@@.player;Ooo...@@"
[[You shudder as Eric sticks to the slower pace.|ericSexBattlePussy][$action="slow",$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls too far back on one of his thrusts, his cock flopping out of you.
"@@.player;No! Put it back in!@@"
Eric pants, catching his breath. "@@.eric;I'm the one doing the hard work here, if I say I need a break, I need a break.@@"
You pout. [[Fine....|ericSexBattleNone]]
<<else>>
<<if random(1,2)==1>>
"@@.eric;Let's switch things up. Lay down on your stomach.@@"
You nod to Eric and do as he asks.
[[Wait as he positions himself behind you.|ericSexBattlePussy][$pos="prone"]]
<<else>>
"@@.playe;Huh?@@" You watch as Eric lays down on his back.
He pats his lap. "@@.eric;I'm feeling a little tired. Hop on up.@@"
You stare at Eric for a second before deciding to do as he asks. You get on top of him, [[his cock rubbing against your pussy.|ericSexBattlePussy][$pos="top"]]
<<endif>>
<<endif>>
<<endif>> <<if $action is "prod">>
<video autoplay loop src="img/sexbattle/pussylapprod.mp4"></video>
Eric's cock pocks at the entrance of your pussy. You feel a strong urge to sit down, skewering yourself on his cock.
//@@.player;It's so close. It would be so easy...@@//
Eric is uncharacteristically quiet. As if he's watching you, waiting to see if you can resist the temptation.
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.player;I know what you're trying to do Eric, and it's not going to work?@@"
"@@.eric;What I'm trying to do?@@"
"@@.player;You want me to give in and put your sock inside me so you can gloat and be all "See? You've been a lut all along, blah, blah, blah.@@"
"@@.eric;Oh.@@" Eric thrusts upward, his cock piercing you and slamming up to the hilt in one motion.
"@@.player;Fuck!@@"
"@@.eric;I was just thinking about something else.@@" Eric starts to move, rocking his hips back and forth.
[[You moan as you buck your hips to match his thrusts.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
//@@.player;I don't need it. I don't need it.@@//
<<if ($slut+$horny)>$fuckInhib>>
//@@.player;I need it!@@//[[You sit down, impaling yourself on Eric's cock.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<else>>
[[Somehow, you manage to resist.|ericSexBattlePussy]]
<</if>>
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
"@@.eric;Get on the bed, I want to change things up.@@"
Eric picks you up and places you down on the bed, on all fours.
[[You feel the bed shifting around you as Eric climbs behind you.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
"@@.eric;Get up, I want to change things up.@@"
Eric picks you up and places you down on the bed on your back.
[[You stare up at him as Eric moves between your legs.|ericSexBattlePussy][$pos="layDown"]]
<<else>>
"@@.eric;Come on, let's move onto the bed. I'm a big fan of this view, but I'd like to get a little more comfortable.@@"
[[Eric lays down on the bed and you get on top of him.|ericSexBattlePussy][$pos="top"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<video autoplay loop src="img/sexbattle/pussylapslow.mp4"></video>
You and Eric move as one, two souls with only goal. To get his cock as deep inside of you as possible. Your tits bounce up and down on your chest as your down thrust meets Eric's up.
"@@.player;Okay... this... this is the position.@@"
Eric laughs. "@@.eric;I'm glad you're enjoying yourself.@@"
"@@.player;It's so deep...@@"
<<set $rand=random(1,5)>>
<<if $rand<3>>
"@@.eric;Well I'm not going to object to having a whore bounce on top of my dick.@@"
You ignore Eric, his name calling having no effect. You're in too much of a state of bliss to care.
[[Yes...|ericSexBattlePussy][$action="slow",$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;If you think that's good, try this.@@" Eric bucks his hips hard, his hips slapping into yours.
"@@.player;Oh shit!@@"
"@@.eric;That's right slut. Time to get serious.@@" You lose your rhythm, Eric's pace taking over as he slams in and out of you.
[[It's all you can do just to hang on.|ericSexBattlePussy][$action="fast", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Enough.@@" Eric pulls out of you, his hard cock glistening with your juices.
"@@.player;But...@@"
"@@.eric;You might be able to go all day, but if I cum, that's it. You wouldn't want this to end so soon, would you?
[[No...|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
"@@.eric;Get on the bed, I want to change things up.@@"
"@@.player;But I...@@"
Eric picks you up and places you down on the bed, on all fours.
[[You feel the bed shifting around you as Eric climbs behind you.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
"@@.eric;Get up, I want to change things up.@@"
"@@.player;But I...@@"
Eric picks you up and places you down on the bed on your back.
[[You stare up at him as Eric moves between your legs.|ericSexBattlePussy][$pos="layDown"]]
<<else>>
"@@.eric;Come on, let's move onto the bed. I'm a big fan of this view, but I'd like to get a little more comfortable.@@"
[[Eric lays down on the bed and you get on top of him.|ericSexBattlePussy][$pos="top"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<video autoplay loop src="img/sexbattle/pussylapfast.mp4"></video>
Your tits flop wildly Eric's cock thrusts in and out of you.
"@@.player;How can this feel so good? I don't like him, I shouldn't like this, but yet...@@"
Whether it's through Eric's good technique, or your own bodies needs, it doesn't matter. What matters is the feelings of extacy that you feel as he pounds you.
<<set $rand=random(1,5)>>
<<if $rand<3>>
"@@.eric;Damn they did a good job when they made that pussy. It's so fucking tight!@@"
"@@.player;Mmm... and your cock is so big Harder!@@"
"@@.eric;I'm already going as hard as I can, you greedy slut!@@"
"@@.player;More!@@"
[[Eric grits his teeth and does his best to keep up with your demands.|ericSexBattlePussy][$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric slows down, his strokes becoming shallower.
Instinctively, you start moving your hips to compensate, trying to recreate the feelings of him pounding you.
"@@.eric;That's right, time to share the load. You're on top, now use it.@@"
[[You moan as you fuck yourself on Eric's cock.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric suddenly pulls out and you fall into his lap.
"@@.eric;That's about my limit.@@" He says panting.
You only nod, unable to protest. [[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
"@@.eric;Get on the bed, I want to change things up.@@"
Eric picks you up and places you down on the bed, on all fours.
[[You feel the bed shifting around you as Eric climbs behind you.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
"@@.eric;Get up, I want to change things up.@@"
Eric picks you up and places you down on the bed on your back.
[[You stare up at him as Eric moves between your legs.|ericSexBattlePussy][$pos="layDown"]]
<<else>>
"@@.eric;Come on, let's move onto the bed. I'm a big fan of this view, but I'd like to get a little more comfortable.@@"
[[Eric lays down on the bed and you get on top of him.|ericSexBattlePussy][$pos="top"]]
<<endif>>
<<endif>>
<<endif>> <<if $action is "prod">>
Eric is prodding his cock against your pussy.
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric thrusts foward, spearing you with his cock.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric continues to tease you.
<<if ($slut+$horny)>($fuckInhib*2)>>
[[Beg him to fuck you.|ericSexBattlePussy][$action="slow",$cum="pussy", $fuckInhib--]]
<<else>>
[[Wait.|ericSexBattlePussy][$cum="stomach"]]
<</if>>
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<video autoplay loop src="img/sexbattle/pussytopslow.mp4"></video>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, slowly thrusting in and out of you.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow",$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric goes deeper, fucking you hard and fast.
[[You moan as he fills you.|ericSexBattlePussy][$action="fast",$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<video autoplay loop src="img/sexbattle/pussytopfast.mp4"></video>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, thrusting fast and deep .
[[You moan as he fills you.|ericSexBattlePussy][ $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric slows down, switching to slow, shallower strokes.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow",$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<endif>> <<if $action is "prod">>
<video autoplay loop src="img/sexbattle/pussyproneprod.mp4"></video>
Eric is prodding his cock against your pussy.
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric thrusts foward, spearing you with his cock.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric continues to tease you.
<<if ($slut+$horny)>($fuckInhib*2)>>
[[Beg him to fuck you.|ericSexBattlePussy][$action="slow" $cum="pussy", $fuckInhib--]]
<<else>>
[[Wait.|ericSexBattlePussy][$cum="stomach"]]
<</if>>
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomache
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<video autoplay loop src="img/sexbattle/pussyproneslow.mp4"></video>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, slowly thrusting in and out of you.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric goes deeper, fucking you hard and fast.
[[You moan as he fills you.|ericSexBattlePussy][$action="fast", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<video autoplay loop src="img/sexbattle/pussypronefast.mp4"></video>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, thrusting fast and deep .
[[You moan as he fills you.|ericSexBattlePussy][$cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric slows down, switching to slow, shallower strokes.
[[You moan as he fills you.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattlePussy][$pos="doggy"]]
<<endif>>
<<endif>>
<<endif>><<if $action is "prod">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslaydownprod.mp4"></video>
<<else>>
<</if>>
"@@.eric;Hmm, this hole is still tight.@@"
"@@.player;Of course it is! I... I don't normally do this...@@:
Eric shrugs. "@@.eric;Well you'd better get used to it. If you're going to be my slut, every hole of yours needs to be broken in.@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.eric;Let's get that process started.@@" Eric thrusts, forcing his cock into you.
"@@.player;Oh fuck!@@"
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric hums to himself as he continues to poke his cock foward and draw it back. getting tantalizingly close to penetrating you, but always drawing back just before.
"@@.player;Please...@@"
Eric cocks an eyebrow. "@@.eric;Oh, sorry am I bothering you? DO you want something?@@"
<<if ($slut+$horny)>($analInhib*2)>>
[[You can't take it anymore, thrust your hips and spear yourself onto his cock.|ericSexBattleAss][$action="slow", $ericHorny+=random(5,10), $cum="ass", $analInhib--]]
<<else>>
[[Bite your lip and stay silent. .|ericSexBattleAss][$cum="butt"]]
<</if>>
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslaydownslow.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asslaydownslowtg.mp4"></video>
<</if>>
You moan as Eric thrusts his cock in and out of your ass.
"@@.player;No... I... this shouldn't be happening.@@"
Eric grunts as he fucks you. "@@.eric;It is happening slut, get used to it. It's going to happen a lot more in the future.@@"
The thought of Eric fucking you repeatedly, claiming you whenever he desires sends a shudder down your spine.
<<set $rand=random(1,5)>>
<<if $rand<3>>
"@@.eric;You're my bitch now. Nothing but walking holes to please me.@@"
[[Yes...|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;Take it, whore!@@" Eric ups his pace, pounding his cock in any out of your ass.
[[Oh fuck!.|ericSexBattleAss][$action="fast", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Enough, I want to savor this.@@" Eric pulls out of your ass.
You pant, your asshole twitching, searching for the missing intruder.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslaydownfast.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asslaydownfasttg.mp4"></video>
<</if>>
"@@.player;Oh fuck! Jesus!@@" You moan as Eric pounds you.
"@@.eric;That's right, moan as I fucking wreck your ass!@@" Eric says through panting breaths.
It's almost too much for you, you go limp, letting Eric take full control.
<<set $rand=random(1,5)>>
<<if $rand<3>>
"@@.eric;By the time I'm done with you, you'll be nothing but a mindless slut.@@"
"@@.player;Ah, ah!@@"
Eric chuckles at your incoherent reaction. "@@.eric;I don't think we're far off.@@"
[[You're barely able to thing, your whole world reduced to Eric's cock, fucking your ass.|ericSexBattleAss][$cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;Let's take it a bit slower. I want to keep this going.@@" Eric shifts to slower, shallower strokes.
[[Mmm...|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Fuck!@@" Eric pulls out of you, his hips still bucking.
"@@.player;Huh?@@" You manage to groan.
"@@.eric;Damn you're tight. We can't have this ending so soon.@@"
"@@.player;No, please...@@"
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<endif>> <<if $action is "prod">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslegsupprod.mp4"></video>
<<else>>
<</if>>
Eric is prodding his cock against your asshole.
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric thrusts foward, spearing you with his cock.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric continues to tease you.
<<if ($slut+$horny)>$analInhib>>
[[Beg him to fuck you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<else>>
[[Wait.|ericSexBattleAss]]
<</if>>
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslegsupslow.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asslegsupslowtg.mp4"></video>
<</if>>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, slowly thrusting in and out of you.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric goes deeper, fucking you hard and fast.
[[You moan as he fills you.|ericSexBattleAss][$action="fast", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslegsupfast.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asslegsupfasttg.mp4"></video>
<</if>>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, thrusting fast and deep .
[[You moan as he fills you.|ericSexBattleAss][$cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric slows down, switching to slow, shallower strokes.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<endif>> <<if $action is "prod">>
Eric is prodding his cock against your asshole.
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric thrusts foward, spearing you with his cock.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric continues to tease you.
<<if ($slut+$horny)>($analInhib*2)>>
[[Beg him to fuck you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<else>>
[[Wait.|ericSexBattleAss]]
<</if>>
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asstopslow.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asstopslowtg.mp4"></video>
<</if>>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, slowly thrusting in and out of you.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric goes deeper, fucking you hard and fast.
[[You moan as he fills you.|ericSexBattleAss][$action="fast", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asstopfast.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asstopfasttg.mp4"></video>
<</if>>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, thrusting fast and deep .
[[You moan as he fills you.|ericSexBattleAss][$cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric slows down, switching to slow, shallower strokes.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<endif>> <<if $action is "prod">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/assdoggyprod.mp4"></video>
<</if>>
Eric is prodding his cock against your asshole.
<<set $rand=random(1,4)>>
<<if $rand<3>>
Eric thrusts foward, spearing you with his cock.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric continues to tease you.
<<if ($slut+$horny)>($analInhib*2)>>
[[Beg him to fuck you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<else>>
[[Bite your lip and stay silent.|ericSexBattleAss]]
<</if>>
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/assdoggyslow.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/assdoggyslowtg.mp4"></video>
<</if>>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, slowly thrusting in and out of you.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric goes deeper, fucking you hard and fast.
[[You moan as he fills you.|ericSexBattleAss][$action="fast", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<else>> /* fast */
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/assdoggyfast.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/assdoggyfasttg.mp4"></video>
<</if>>
<<set $rand=random(1,5)>>
<<if $rand<3>>
Eric keeps going, thrusting fast and deep .
[[You moan as he fills you.|ericSexBattleAss][$cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric goes slowls down, switching to slow, shallower strokes.
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric pulls out, leaving you feeling empty.
[[Take a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
Eric flips you over onto your stomach
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
Eric pushes your legs up behind your head.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="legsUp"]]
<<else>>
Eric flips you over onto all fours.
[[Wait as he repositions himself as well.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<endif>> <<if $action is "prod">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslapprod.mp4"></video>
<<else>>
<</if>>
"@@.player;Mmm...@@"
"@@.eric;What's wrong, slut? Aren't you enjoying this?@@"
"@@.player;Y... yes. But...@@"
"@@.eric;But what? Are you saying you want me to thrust foward? To fill your ass with my hard cock?@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
You grind your hips back to meet him involuntairly.
"@@.eric;I'll take that as a yes.@@"
[[You moan as he fills you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
<<if ($slut+$horny)>($analInhib*2)>>
[[Yes! Please, fuck me!.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<else>>
[[Bite your lip and stay silent.|ericSexBattleAss]]
<</if>>
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,2)==1>>
"@@.eric;I love watching you squirm. I'm not sticking it in until you beg.@@"
Eric picks you up and places you down on the bed, on all fours.
[[You feel the bed shifting around you as Eric climbs behind you.|ericSexBattleAss][$pos="prone"]]
<<else>>
"@@.eric;I love watching you squirm. I'm not sticking it in until you beg.@@"
Eric picks you up and places you down on the bed on your back.
[[You stare up at him as Eric moves between your legs.|ericSexBattleAss][$pos="layDown"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslapslow.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asslapslowtg.mp4"></video>
<</if>>
"@@.player;Oh god...@@" You buck up and down, bouncing on top of Eric's cock.
Eric grins as he thrusts in and out of your ass. "@@.eric;You fucking whore, moaning as I fuck you up the ass. Where's your pride as a man?@@"
"@@.player;I...@@"
"@@.eric;You know you never had any. From the moment I saw you I knew you were going to be here, on my lap with my cock pounding your ass. Fucking sissy slut!@@"
<<set $rand=random(1,5)>>
<<if $rand<3>>
//@@.player;Is he right? Is this where I was meant to be? Is this my real place in life?@@//
[[Your thoughts are fleeting as Eric continues to fuck you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;Time to earn our keep, slut, here it comes!@@"
You gasp as Eric speeds up, pounding you harder.
[[Oh fuck!|ericSexBattleAss][$action="fast", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;That's enough for know. I want to savor this.@@"
You can't help but whimper as you feel Eric pull out of you.
[[You pant, taking a moment to recover.|ericSexBattleNone]]
<<else>>
<<if random(1,3)==1>>
"@@.eric;Get up, I want to change things up.@@"
Eric picks you up and places you down on the bed, on all fours.
[[You feel the bed shifting around you as Eric climbs behind you.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
"@@.eric;Get up, I want to change things up.@@"
Eric picks you up and places you down on the bed on your back.
[[You stare up at him as Eric moves between your legs.|ericSexBattleAss][$pos="layDown"]]
<<else>>
"@@.eric;Come on, let's move onto the bed. I'm a big fan of this view, but I'd like to get a little more comfortable.@@"
[[Eric lays down on the bed and you get on top of him.|ericSexBattleAss][$pos="top"]]
<<endif>>
<<endif>>
<<elseif $action is "fast">>
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslapfast.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asslapfasttg.mp4"></video>
<</if>>
"@@.player;Oh god, oh fuck. Harder! Harder!@@"
Eric laughs as he pistons his dick in and out of you. "@@.eric;That's it! Beg for me whore! Beg for my cock!@@"
"@@.player;I need it! I need it so bad!@@"
"@@.eric;Then take it!@@"
<<set $rand=random(1,6)>>
<<if $rand<3>>
"@@.player;Yes...@@"
[[You moan as he fucks you hard and fast.|ericSexBattleAss][$cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
Eric slows down, switching to shallower stokes.
"@@.player;No... harder, please.@@"
"@@.eric;Shut up, slut. I'm not your dildo. You get fucked when I say you get fucked, got it?@@"
[[Yes...|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
Eric stops abruptly. "@@.eric;That's enough for know. I want to savor this.@@"
You can't help but whimper as you feel Eric pull out of you.
[[You pant, taking a moment to recover.|ericSexBattleNone]]
<<elseif $rand==5>>
"@@.eric;You asked for it!@@" Eric grabs your legs and pulls them back, taking you fully under his control. He bucks even faster, his cock ravaging you.
[[Oh god!|ericSexBattleAss][$action="nelson"]]
<<else>>
<<if random(1,3)==1>>
"@@.eric;Get on the bed, I want to change things up.@@"
Eric picks you up and places you down on the bed, on all fours.
[[You feel the bed shifting around you as Eric climbs behind you.|ericSexBattleAss][$pos="prone"]]
<<elseif random(1,2)==1>>
"@@.eric;Get up, I want to change things up.@@"
Eric picks you up and places you down on the bed on your back.
[[You stare up at him as Eric moves between your legs.|ericSexBattleAss][$pos="layDown"]]
<<else>>
"@@.eric;Come on, let's move onto the bed. I'm a big fan of this view, but I'd like to get a little more comfortable.@@"
[[Eric lays down on the bed and you get on top of him.|ericSexBattleAss][$pos="top"]]
<<endif>>
<<endif>>
<<else>> /* nelson */
<<if $feminine>=5>>
<video autoplay loop src="img/sexbattle/asslapnelson.mp4"></video>
<<else>>
<video autoplay loop src="img/sexbattle/asslapnelsontg.mp4"></video>
<</if>>
"@@.eric;Is this hard enough for you?@@" Eric pants at the effort of mainting this pace.
You can't even respond to him, the sensation too much.
<<set $rand=random(1,3)>>
<<if $rand<=3>>
"@@.eric;I'm going to teach you a lesson you won't forget whore!@@"
[[You moan incoherently.|ericSexBattleAss][$cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<else>>
"@@.eric;Fuck! I can't keep this up.@@" Eric drops your legs, shifitng back to a slower pace.
"@@.player;Oh... wow...@@" You moan, half dazed.
Eric chuckles. "@@.eric;Oh, you poor, innocent slut. You haven't seen anything yet.
[[You move your hips in time with Eric, pushing him deeper inside of you..|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<endif>>
<<endif>> <<if $action is "prod">>
"@@.eric;So... how's your day going?@@"
"@@.player;Could you not?@@"
Eric applies a little more pressure, almost pushing into you. "@@.eric;Hmm?@@"
"@@.player;You've got me laying on this bed, naked, with your cock pressing against my asshole. Can you not gloat too?@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.eric;Sure. But in exchange...@@" Eric thrusts, his cock plunging into your ass.
"@@.player;Fuck!@@"
[[Eric starts to buck his hips, fucking your ass.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;Come on, I deserve a little fun. Unless... you'd rather I just stick it in?@@"
<<if ($slut+$horny)>$analInhib>>
"@@.player;Fine, do it! Just shut up!@@"
[[Eric grins and thrusts into you.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<else>>
[[You stay silent.|ericSexBattleAss]]
<</if>>
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<else>>
<<if random(1,2)==1>>
"@@.eric;Meh, this is nice and all, but what I really want to see those those titties bouncing as I fuck you.@@"
[[Roll your eyes and roll over.|ericSexBattleAss][$pos="layDown"]]
<<else>>
"@@.eric;Bending over like this is a little uncomfortable. Get up on all fours.@@"
[[You oblige, pushing yourself up onto your hands and knees.|ericSexBattleAss][$pos="doggy"]]
<<endif>>
<<endif>>
<<elseif $action is "slow">>
<video autoplay loop src="img/sexbattle/assproneslow.mp4"></video>
"@@.eric;You like this? You like my big cock thrusting in and out of your ass?@@"
"@@.player;N... no.@@"
"@@.eric;Liar. I know you love it. Just admit it, let yourself go. Become the slut you're meant to be.@@"
<<set $rand=random(1,5)>>
<<if $rand<3>>
//@@.player;It does feel good. Dammit, why does it feel so good? But I can't let Eric have the satisfaction.@@// You grit your teeth and stay silent.
"@@.eric;I guess I'll just have to keep going until you finally admit what an anal who9re you really are.
[[Fat chance.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
//@@.player;It does feel good. Dammit, why does it feel so... oh fuck!@@//
Eric suddenly picks up the pace, slamming his cock in and out of you.
"@@.player;W... wait! Slow down!@@"
"@@.eric;Nope! Liars don't get a say. Maybe if you finally admit how much you love my cock...@@"
[[Fuck!|ericSexBattleAss][$action="fast", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;I guess if you really don't like it, we'll stop.@@" Eric pulls out of you, leaving you feeling empty.
"@@.player;Huh?@@" Your asshole clenches, searching for an intrudor that's no longer present.
"@@.eric;What's wrong?@@"
[[Nothing...|ericSexBattleNone]]
<<else>>
<<if random(1,2)==1>>
"@@.eric;Meh, this is nice and all, but what I really want to see those those titties bouncing as I fuck you.@@"
[[Roll your eyes and roll over.|ericSexBattleAss][$pos="layDown"]]
<<else>>
"@@.eric;Bending over like this is a little uncomfortable. Get up on all fours.@@"
[[You oblige, pushing yourself up onto your hands and knees.|ericSexBattleAss][$pos="doggy"]]
<</if>>
<</if>>
<<else>> /* fast */
<video autoplay loop src="img/sexbattle/asspronefast.mp4"></video>
"@@.eric;Well? How about now whore? Will you finally admit it?@@"
You can't help it, the pleasure to great to keep up the charade. "@@.player;Yes! I love your cock!@@"
<<set $rand=random(1,5)>>
<<if $rand<3>>
"@@.eric;I know you do, slut. And I'm going to give you the cock you could want. I'm going to pound your ass until you can barely think!@@"
"@@.player;Yes! Please!@@"
[[Eric keeps up the pace, your ass jiggling wildly.|ericSexBattleAss][$cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==3>>
"@@.eric;There we go.@@" Eric strokes become shallower as he shifts to slower a pace
"@@.player;Huh? Why'd you slow down?@@"
"@@.eric;I can't keep that up forever. My stamina just can't take it. I got the confession out of you, so...@@"
[[Jerk.|ericSexBattleAss][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<elseif $rand==4>>
"@@.eric;Shit, I need to pull out!@@" Eric's cock slips out of you as he leans back panting.
"@@.player;No! I need more!@@"
"@@.eric;Sorry, slut. But a couple more seconds of that and we could have been done here. Let me have a moment to recover.@@"
[[You stare longingly at his dick.|ericSexBattleNone]]
<<else>>
<<if random(1,2)==1>>
"@@.eric;Meh, this is nice and all, but what I really want to see those those titties bouncing as I fuck you.@@"
[[Roll your eyes and roll over.|ericSexBattleAss][$pos="layDown"]]
<<else>>
"@@.eric;Bending over like this is a little uncomfortable. Get up on all fours.@@"
[[You oblige, pushing yourself up onto your hands and knees.|ericSexBattleAss][$pos="doggy"]]
<</if>>
<</if>>
<</if>><<if $gymTrait>=3>>
<<set $tmp=2>>
<<elseif $kitchenTrait>=2 or $quest is "Maid for a day">>
<<set $tmp=1>>
<<else>>
<<set $tmp=0>>
<</if>>
<<set $tmp2=Math.max($feminine,$breasts,$ass,$sub)>>
<<set $img="img/clothes/">>
<<if $tmp2<2>>
<<set $img+="1">>
<<elseif $tmp2<5>>
<<set $img+="2">>
<<elseif $tmp2<8>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $breasts<2>>
<<set $img+="1">>
<<elseif $breasts<5>>
<<set $img+="2">>
<<elseif $breasts<8>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $tmp==2>>
<<set $img+="5">>
<<elseif $tmp==1>>
<<set $img+="4">>
<<elseif $sub<5>>
<<set $img+="1">>
<<elseif $sub<8>>
<<set $img+="2">>
<<else>>
<<set $img+="3">>
<</if>>
<<if $ericTrait is "2b" or $ericTrait is "3b" or $quest is "Go topless">>
<<set $img+="c.png">>
<<elseif $ericTrait is "1b">>
<<set $img+="b.png">>
<<else>>
<<set $img+=".png">>
<</if>>
[img[$img]]<<silently>>
<<if $breasts<4 and $sub<5>>
<<set $random=random(1,5)>>
<<elseif $breasts>=4 and $sub<5>>
<<if random(1,3)==1>>
<<set $random=random(7,11)>>
<<else>>
<<set $random=random(1,5)>>
<<endif>>
<<elseif $sub>=5>>
<<set $random=random(1,16)>>
<<endif>>
/*tmp until fixed*/
<</silently>>
<<if $quest!="NULL">>
Sorry, no more than one quest at a time.
[[Next|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
<<if $random==1 and $gymTrait<2>>
Go to the gym and use the sauna four times.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Use the sauna 4 times", $questTimer=3]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==2>>
Go to the bathroom and take a bath four times.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Take a bath 4 times", $questTimer=3]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==3>>
Go to the living room and watch commercials four times.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Watch commercials 4 times", $questTimer=3]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==4>>
Go to the kitchen and make a three course meal four times.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Cook a meal 4 times", $questTimer=3]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==5>>
Go to the studio and do a live video chat four times.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Do a live show 4 times", $questTimer=3]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==7 and $feminine>=4>>
Lick the pussy of one of your competitors.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Lick a pussy", $questTimer=2]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==8 and $breasts>=4>>
Give a blowjob to one of your competitors.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Give a blowjob", $questTimer=2]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==9 and $breasts>=4>>
Give a titjob to one of your competitors.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Give a titjob", $questTimer=2]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==10 and $breasts>=4 and $ericTrait!="2b" and $ericTrait!="3b">>
Wear no top for four days.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Go topless", $questTimer=4, $questCount=0]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $breasts>=4 and $random==11>>
Flash one of your competitors.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Flash someone", $questTimer=2]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==12 and $slut>=5>>
Wear a maid costume and clean up the house.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Maid for a day", $questTimer=2, $questCount=0]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==13 and $slut>=4>>
Do a show in the studio naked.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Nude cam show", $questTimer=2]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==14 and $slut>=4>>
Give a footjob to one of your competitors.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Give a footjob", $questTimer=3]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==15 and $slut>=6>>
Fuck one of your competitors.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Fuck someone", $questTimer=2]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<elseif $random==16 and $ass>=4>>
Twerk in front of one of your competitors.
[[Take the quest|Host Encounter 2 After][$tmp="yes", $quest="Show off your twerking", $questTimer=2]]
<<if $stars>=1>>[[Refuse|Host Encounter 2 After][$tmp="no", $stars-=1]] (Costs ★)<<endif>>
<<else>>
Sorry, no quest today.
[[Leave|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<endif>>
<<endif>><<if $tmp is "yes">>
"@@.host;$100 will be given upon completion. Failure will result in punishment. Have fun!@@" <<if $quest is "Go topless">> <<if $ericTrait3!="Topless">> <<set $ericTrait3 = "Topless", $questCount=1>><<endif>><<endif>>
<<else>>
"@@.host;Aw. If that's really how you feel...@@"
<<endif>>
[[Start the day.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]<<if $tmp is "encounter">>
Arnold spotted you and wants to have sex!
<<elseif $tmp is "fuckQuest">>
You ask Arnold to have sex.
<<elseif $tmp is "twerkQuest">>
You ask Arnold to accept your twerking
<<elseif $tmp is "footQuest">>
You want to give Arnold a footjob
<<elseif $tmp is "suckQuest">>
Arnold wants you to blow her (somehow)
<<elseif $tmp is "titQuest">>
Arnold wants a tit job
<<elseif $tmp is "maid">>
Arnold spots you while cleaning and thinks its smexy
<<elseif $tmp is "pool">>
Arnold wants some of that poolside action
<<elseif $tmp is "strip">>
Arnold watches you strip and wants to get it on
<<elseif $tmp is "studio">>
Arnold walks in on you in the studio and wants sex
<<elseif $tmp is "bath">>
Arnold walks in on you in the bath, and you're already naked so...
<<elseif $tmp is "masturbate">>
Arnold catches you maaturbating and wants to join in.
<</if>>
You obey, [[taking off your clothes.|sexBattleIntro]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;Hell no!@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<if $tmp is "encounter">>
Emily spotted you and wants to have sex!
<<elseif $tmp is "fuckQuest">>
You ask Emily to have sex.
<<elseif $tmp is "twerkQuest">>
You ask Emily to accept your twerking
<<elseif $tmp is "footQuest">>
You want to give Emily a footjob
<<elseif $tmp is "suckQuest">>
Emily wants you to blow her (somehow)
<<elseif $tmp is "titQuest">>
Emily wants a tit job
<<elseif $tmp is "maid">>
Emily spots you while cleaning and thinks its smexy
<<elseif $tmp is "pool">>
Emily wants some of that poolside action
<<elseif $tmp is "strip">>
Emily watches you strip and wants to get it on
<<elseif $tmp is "studio">>
Emily walks in on you in the studio and wants sex
<<elseif $tmp is "bath">>
Emily walks in on you in the bath, and you're already naked so...
<<elseif $tmp is "masturbate">>
Emily catches you maaturbating and wants to join in.
<</if>>
You obey, [[taking off your clothes.|sexBattleIntro]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;Hell no!@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
<<if $tmp is "encounter">>
Hannah spotted you and wants to have sex!
<<elseif $tmp is "fuckQuest">>
You ask Hannah to have sex.
<<elseif $tmp is "twerkQuest">>
You ask Hannah to accept your twerking
<<elseif $tmp is "footQuest">>
You want to give Hannah a footjob
<<elseif $tmp is "suckQuest">>
Hannah wants you to blow her (somehow)
<<elseif $tmp is "titQuest">>
Hannah wants a tit job
<<elseif $tmp is "maid">>
Hannah spots you while cleaning and thinks its smexy
<<elseif $tmp is "pool">>
Hannah wants some of that poolside action
<<elseif $tmp is "strip">>
Hannah watches you strip and wants to get it on
<<elseif $tmp is "studio">>
Hannah walks in on you in the studio and wants sex
<<elseif $tmp is "bath">>
Hannah walks in on you in the bath, and you're already naked so...
<<elseif $tmp is "masturbate">>
Hannah catches you maaturbating and wants to join in.
<</if>>
You obey, [[taking off your clothes.|sexBattleIntro]]
<<if $submission>=$(10-$breasts)>>
You're feeling too submissive towards Eric to resist.
<<elseif ($horny+$slut)>=(100-($breasts*10))>>
You're feeling too horny to resist.
<<else>>
"@@.player;Hell no!@@". [[You run away.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>>
/*<<if $action is "pussy">>*/
<video autoplay loop src="img/sexbattle/touchlaydownpussy.mp4"></video>
Eric pushes a finger into you, your pussy gripping the intruder hard. "@@.eric;Feels good, doesn't it? I know you want more, you little slut.@@"
"@@.player;I don't... that's not...@@"
"@@.eric;Face it, this is your body now, and it knows what it wants.@@"
<<set $rand=random(1,7)>>
<<if $rand<4>>
"@@.player;You're wrong, I can fight it.@@"
Eric smirks. "@@.eric;Right.@@" He sticks a second finger inside you, sending a surge of pleasure throughout your body.
[[Oh...|ericSexBattleTouch][$cum="stomach", $crotchGropeInhib--]]
<<set $tmpWillpower="crotchGrope">><<include "willpowerChecksEric">>
<<elseif $rand<6>>
"@@.eric;It wants my hard cock. It wants me to fuck you until you're a quivering mess.@@"
You imagine the scene. You collapsed on the bed, unable to move. The pleasure radiating through your body too much to do anything but bask in ecstasy.
The fantasy is so entrancing, you haven't even noticed lining up his cock with your pussy, ready to penetrate you.
[[I want it...|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<elseif $rand<7>>
Eric takes his finger out of you.
"@@.player;...@@" You don't say anything, but the sudden lack of sensation is disconcerting.
Eric smiles. "@@.eric;Don't worry, I'll still fuck you. I just want to have some fun first.@@" He gets on top of you, placing hiss cock between your breasts. "@@.eric;Or would you rather I go back to fingering you?@@"
"@@.player;No...@@"
"@@.eric;Cool.@@" Eric squeezes your tits together and starts to fuck your tits.
[[That's not what I... of fuck it.|ericSexBattleStroke][$action="breasts", $cum="tits", $titJobInhib--]]
<<set $tmpWillpower="titJob">><<include "willpowerChecksEric">>
<<else>>
Eric takes his finger out of you.
"@@.player;...@@" You don't say anything, but the sudden lack of sensation is disconcerting.
Eric smiles. "@@.eric;Don't worry, I'll still fuck you. I just want to have some fun first.@@" He grabs your feet, placing his cock between your soles. "@@.eric;Or would you rather I go back to fingering you?@@"
"@@.player;No...@@"
"@@.eric;Cool.@@" Eric squeezes your feet together and starts to fuck your feet.
[[Jerk, he knows that's not what I meant|ericSexBattleStroke][$action="foot", $cum="foot", $footJobInhib--]]
<<set $tmpWillpower="footJob">><<include "willpowerChecksEric">>
<<endif>><<set $controlTmp="emily">>
<<include "enemyClothes">>
"@@.emily;It's me, Emily. We knew each other in middle school...@@"
Your eyes open wide. "@@.player;Emily! You, uh, you really filled out.@@"
Emily looks away from you. "@@.emily;Uh, thanks. Now can we...@@"
"@@.player;That explains the kidnapping thing then. I always knew you had a crush on me.@@"
"@@.emily;I didn't kidnap you!@@"
You hear a voice behind you. "@@.host;No. I did.@@"
You turn around to see a television displaying an image of a stuffed bear [[holding a plush red heart.|intro3]]<<if $agent==1>>
Ajt:
<<if $ericMC==0>> <img src="img/ui/bar0.png">
<<elseif $ericMC==1>> <img src="img/ui/bar1.png">
<<elseif $ericMC==2>> <img src="img/ui/bar2.png">
<<elseif $ericMC==3>> <img src="img/ui/bar3.png">
<<elseif $ericMC==4>> <img src="img/ui/bar4.png">
<<elseif $ericMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj1:
<<if $emilyMC==0>> <img src="img/ui/bar0.png">
<<elseif $emilyMC==1>> <img src="img/ui/bar1.png">
<<elseif $emilyMC==2>> <img src="img/ui/bar2.png">
<<elseif $emilyMC==3>> <img src="img/ui/bar3.png">
<<elseif $emilyMC==4>> <img src="img/ui/bar4.png">
<<elseif $emilyMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj2:
<<if $hannahMC==0>> <img src="img/ui/bar0.png">
<<elseif $hannahMC==1>> <img src="img/ui/bar1.png">
<<elseif $hannahMC==2>> <img src="img/ui/bar2.png">
<<elseif $hannahMC==3>> <img src="img/ui/bar3.png">
<<elseif $hannahMC==4>> <img src="img/ui/bar4.png">
<<elseif $hannahMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj3:
<<if $arnoldMC==0>> <img src="img/ui/bar0.png">
<<elseif $arnoldMC==1>> <img src="img/ui/bar1.png">
<<elseif $arnoldMC==2>> <img src="img/ui/bar2.png">
<<elseif $arnoldMC==3>> <img src="img/ui/bar3.png">
<<elseif $arnoldMC==4>> <img src="img/ui/bar4.png">
<<elseif $arnoldMC==5>> <img src="img/ui/bar5.png">
<</if>>
<<elseif $agent==2>>
Ajt:
<<if $emilyMC==0>> <img src="img/ui/bar0.png">
<<elseif $emilyMC==1>> <img src="img/ui/bar1.png">
<<elseif $emilyMC==2>> <img src="img/ui/bar2.png">
<<elseif $emilyMC==3>> <img src="img/ui/bar3.png">
<<elseif $emilyMC==4>> <img src="img/ui/bar4.png">
<<elseif $emilyMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj1:
<<if $ericMC==0>> <img src="img/ui/bar0.png">
<<elseif $ericMC==1>> <img src="img/ui/bar1.png">
<<elseif $ericMC==2>> <img src="img/ui/bar2.png">
<<elseif $ericMC==3>> <img src="img/ui/bar3.png">
<<elseif $ericMC==4>> <img src="img/ui/bar4.png">
<<elseif $ericMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj2:
<<if $hannahMC==0>> <img src="img/ui/bar0.png">
<<elseif $hannahMC==1>> <img src="img/ui/bar1.png">
<<elseif $hannahMC==2>> <img src="img/ui/bar2.png">
<<elseif $hannahMC==3>> <img src="img/ui/bar3.png">
<<elseif $hannahMC==4>> <img src="img/ui/bar4.png">
<<elseif $hannahMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj3:
<<if $arnoldMC==0>> <img src="img/ui/bar0.png">
<<elseif $arnoldMC==1>> <img src="img/ui/bar1.png">
<<elseif $arnoldMC==2>> <img src="img/ui/bar2.png">
<<elseif $arnoldMC==3>> <img src="img/ui/bar3.png">
<<elseif $arnoldMC==4>> <img src="img/ui/bar4.png">
<<elseif $arnoldMC==5>> <img src="img/ui/bar5.png">
<</if>>
<<elseif $agent==3>>
Ajt:
<<if $hannahMC==0>> <img src="img/ui/bar0.png">
<<elseif $hannahMC==1>> <img src="img/ui/bar1.png">
<<elseif $hannahMC==2>> <img src="img/ui/bar2.png">
<<elseif $hannahMC==3>> <img src="img/ui/bar3.png">
<<elseif $hannahMC==4>> <img src="img/ui/bar4.png">
<<elseif $hannahMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj1:
<<if $ericMC==0>> <img src="img/ui/bar0.png">
<<elseif $ericMC==1>> <img src="img/ui/bar1.png">
<<elseif $ericMC==2>> <img src="img/ui/bar2.png">
<<elseif $ericMC==3>> <img src="img/ui/bar3.png">
<<elseif $ericMC==4>> <img src="img/ui/bar4.png">
<<elseif $ericMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj2:
<<if $emilyMC==0>> <img src="img/ui/bar0.png">
<<elseif $emilyMC==1>> <img src="img/ui/bar1.png">
<<elseif $emilyMC==2>> <img src="img/ui/bar2.png">
<<elseif $emilyMC==3>> <img src="img/ui/bar3.png">
<<elseif $emilyMC==4>> <img src="img/ui/bar4.png">
<<elseif $emilyMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj3:
<<if $arnoldMC==0>> <img src="img/ui/bar0.png">
<<elseif $arnoldMC==1>> <img src="img/ui/bar1.png">
<<elseif $arnoldMC==2>> <img src="img/ui/bar2.png">
<<elseif $arnoldMC==3>> <img src="img/ui/bar3.png">
<<elseif $arnoldMC==4>> <img src="img/ui/bar4.png">
<<elseif $arnoldMC==5>> <img src="img/ui/bar5.png">
<</if>>
<<else>>
Ajt:
<<if $arnoldMC==0>> <img src="img/ui/bar0.png">
<<elseif $arnoldMC==1>> <img src="img/ui/bar1.png">
<<elseif $arnoldMC==2>> <img src="img/ui/bar2.png">
<<elseif $arnoldMC==3>> <img src="img/ui/bar3.png">
<<elseif $arnoldMC==4>> <img src="img/ui/bar4.png">
<<elseif $arnoldMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj1:
<<if $ericMC==0>> <img src="img/ui/bar0.png">
<<elseif $ericMC==1>> <img src="img/ui/bar1.png">
<<elseif $ericMC==2>> <img src="img/ui/bar2.png">
<<elseif $ericMC==3>> <img src="img/ui/bar3.png">
<<elseif $ericMC==4>> <img src="img/ui/bar4.png">
<<elseif $ericMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj2:
<<if $emilyMC==0>> <img src="img/ui/bar0.png">
<<elseif $emilyMC==1>> <img src="img/ui/bar1.png">
<<elseif $emilyMC==2>> <img src="img/ui/bar2.png">
<<elseif $emilyMC==3>> <img src="img/ui/bar3.png">
<<elseif $emilyMC==4>> <img src="img/ui/bar4.png">
<<elseif $emilyMC==5>> <img src="img/ui/bar5.png">
<</if>>
<br>
Sbj3:
<<if $hannahMC==0>> <img src="img/ui/bar0.png">
<<elseif $hannahMC==1>> <img src="img/ui/bar1.png">
<<elseif $hannahMC==2>> <img src="img/ui/bar2.png">
<<elseif $hannahMC==3>> <img src="img/ui/bar3.png">
<<elseif $hannahMC==4>> <img src="img/ui/bar4.png">
<<elseif $hannahMC==5>> <img src="img/ui/bar5.png">
<</if>>
<</if>>
There is no passage or corridor behind the gate, only a single ladder, leading into darkness.
//@@.player;Here goes nothing.@@// You step up to the ladder and place a foot upon it. It seems solid enough. Satisfied, you start to climb.
The ladder goes on for about 20 feet before you discover why the top was dark. There's some sort of hatch above you. Balancing yourself on the rungs, you reach up and push. It takes some effort. but light floods into the shaft. To your dismay, the light isn't the warm glow of the sun, but the same artificial color as in the mansion below.
You climb up out of the hatch and your dismay grows. You're back in the mansion again. //@@.player;But... this is the lobby again! It's exactly the same, except...@@// Against the left wall is a window, letting in actual, real sunlight, something you haven't seen in weeks.
"@@.guest;You, girl.@@"
Your excitement is short lived as you turn around to a well-dressed woman glaring at you.
"@@.guest;Well? Aren't you going to curtsy? And I thought they had these slaves trained.@@"
You eye your surroundings, looking for some kind of escape. Even if you can get outside. you have no idea if the grounds are surrounded by fences, or if there's any security.
"@@.guest;Really. Well, this is something else. I'm going to complain about this insult, you'll see... I...@@"
"@@.player;Just, calm down, please.@@" You decide to take a direct approach, maybe this woman can help you. "@@.player;I just want to get out of here, they kidnapped me, I...@@"
"@@.guest;Kidnapped you? Well yes, I imagine so. Where do you think slaves come from.@@" She narrows her eyes. "@@.gues;Wait, you aren't trained, are you?@@"
You shake your head. "@@.player;Look, lady, you don't ask me questions, and I won't ask why you're walking around the house of this sick fuck. Just tell me how to get out of here.@@"
The ladies eyes open wide. "@@.guest;I recognize you! You're from the sub-mansion!@@"
"@@.player;The... sub-mansion?@@"
"@@.guest;It's a little game the host plays. Makes some poor saps run around trying to turn each other into sex slaves. Frankly, I think it's a little gauche, but it's rather popular. I heard it took place in some underground facility but I didn't think...@@"
"@@.player;Yes! That's right! Now how do I get out of here?@@"
"@@.guest;And now you've escaped. He won't like this, oh no, he won't like this at all. In fact, I think that...@@"
You sigh and tune the woman out. //@@.player;I guess jumping through the window it is.@@// You cover your face with your arm, get a running start, and leap through the glass.
"@@.guest;Well, I never!@@"
The woman's protests fade as you sprint through the mansion grounds, never looking back as [[you escape to freedom.|Aftermath][$tmp="escape"]]<img src="img/host/host.png">
"@@.emily;Oh no. This is a whole saw thing, isn't it?@@"
"@@.host;No! This is nothing like saw!@@" Says a voice coming through a speaker.
You look over to Emily. "@@.player;Saw? Like the movie?@@"
Emily nods. "@@.emily;Someones kidnapped and is going to make us cut off our legs, or dig out our intestines to get a key or...@@"
"@@.player;I think I preferred the date rape scenerio.@@"
"@@.host;Will you two stop it!@@" The voice shouts, although the image on the screen stays static, still showing the same smiling bear. "@@.host;Okay, fine, yes you've been kidnapped. But I'm not going to hurt any of you. See the heart? This is about love.@@"
"@@.emily;So I guess you're Jizzsaw then?@@"
"@@.host;This has nothing to do with Saw!@@"
"@@.player;I never saw it, was it any good?@@"
"@@.emily;Yes.@@" "@@.host;No!@@" Emily and the voice from the speaker saw in unison.
"@@.player;I think I'll go with my, uh, long time acquaintance and non-kidnapper on this one.@@"
Emily smiles. "@@.emily;Thank you.@@"
The voice sighs. "@@.host;This is not at all how I pictured this going. You know what? I had this whole speech prepared, but fuck it. Computer, tell them the rules, I'm out.@@"
The picture on the television goes blank as a mechanical voice [[starts speaking.|intro4]]"@@.computer;Welcome to our little game! The goal of this competition is to be the last man, or rather woman, standing. Your opponents will try to make mental and physical changes to you, don't let them do that. You have a limited amount of Seriously That Ain't Right, Solid? points or S.T.A.R.S. Use them wisely. If another contestant spots you, they have free reign to do whatever they like to you unless you invoke one of your S.T.A.R.S. One S.T.A.R. will be awarded per day. Have fun.@@"
You and Emily stare at each other.
"@@.player;So...@@"
"@@.emily;Yeah...@@"
"@@.player;Fuck this, let's just find a way out of here.@@"
The computer speaks up again. "@@.computer;There is no 'way out'. Either one competitor subjugates the others, or you all stay here indefinitely.@@"
"@@.player;Well, I'm not taking your word for it.@@"
Emily frowns. "@@.emily;What do you mean be 'others'? Are there more people here than just us?@@"
"@@.computer;There are five competitors.@@"
"@@.emily;Shit.@@"
"@@.player;Shit?@@"
Emily looks at you, exasperated. "@@.emily;Maybe you can I can agree not to do whatever it is these kidnappers want us to do, but what about the other three people here? If even one doesn't want to play nice who knows what might happen.@@"
"@@.player;Damn, you're right. We need to find them as fast as possible.@@"
Emily gives you a firm nod and you split up, searching for [[the other three competitors|Meet Eric]]<img src="img/host/host.png">
"@@.host;Why so glum, chum?@@"
"@@.player;Look, I really have to get out of here.@@"
"@@.host;Then you'll just have to play the game, win the competition.@@"
You sigh. "@@.player;Fine, how do I win this thing?@@"
"@@.host;It's easy, just get the other contestants to agree that you are the victor.@@"
"@@.player;What?@@"
"@@.host;Use whatever means you have to //change// their mind.@@"
"@@.player;...Huh?@@"
"@@.host;Buy mind control orbs at the store and use them on your opponents.@@"
"@@.player;Oh.@@"
You go to [[bed.|Sleep]]<<if $ericTrait is "3a">>
Big Breasted Bimbo: //Thinking is hard, fucking is easy.// <br>
Breats Fetish//You love having your breasts played with.// <br>
Oral Fixation: //You feel a need to always suck on something.// <br>
<<elseif $ericTrait is "3b">>
Big Breasted Bimbo: //Thinking is hard, fucking is easy.// <br>
Topless: //Why contain your tits? Show them off to the world! You now bare your breasts.// (Changes clothes to be topless.)<br>
Low Cut: //Your breasts are so pretty, you need to show them off a little.// (Changes clothes to have low cut tops. )<br>
<<elseif $ericTrait is "2a">>
Breats Fetish//You love having your breasts played with.// <br>
Oral Fixation: //You feel a need to always suck on something.// <br>
<<elseif $ericTrait is "2b">>
Topless: //Why contain your tits? Show them off to the world! You now bare your breasts.// (Changes clothes to be topless.)<br>
Low Cut: //Your breasts are so pretty, you need to show them off a little.// (Changes clothes to have low cut tops.)<br>
<<elseif $ericTrait is "1a">>
Oral Fixation: //You feel a need to always suck on something.// <br>
<<elseif $ericTrait is "1b">>
Low Cut: (Changes clothes to have low cut tops.)<br>
<</if>>
<<if $hannahTrait is "3a">>
Cock Hungry: //You love cock, you want cock, you need cock. Cock, cock, cock//<br>
Foot Slave: //Your place is underneath someone's boot.<br>
Foot Fetish: //Women's feet are so beautiful, you can't help but kneel down and give them a lick. <br>
<<elseif $hannahTrait is "3b">>
Cock Hungry: //You love cock, you want cock, you need cock. Cock, cock, cock// <br>
Meek: //You do so much better when other people tell you what to think.// (Removes a ★)<br>
Submissive Tendencies: //Listening to what other people tell you feels so natural.// <br>
<<elseif $hannahTrait is "2a">>
Foot Slave: //Your place is underneath someone's boot. (Increases horniness gain from foot worship)<br>
Foot Fetish: //Women's feet are so beautiful, you can't help but kneel down and give them a lick. <br>
<<elseif $hannahTrait is "2b">>
Meek: //You do so much better when other people tell you what to think.// (Removes a ★)<br>
Submissive Tendencies: //Listening to what other people tell you feels so natural.// <br>
<<elseif $hannahTrait is "1a">>
Foot Fetish: //Women's feet are so beautiful, you can't help but kneel down and give them a lick.<br>
<<elseif $hannahTrait is "1b">>
Submissive Tendencies: //Listening to what other people tell you feels so natural.// br>
<</if>>
<<if $emilyTrait is "3a">>
Girl Crazy: //You may look different now, but there's still only one thing on your mind. Girls!// <br>
Love Struck: //Emily, oh Emily. Just thinking about her is enough to make you sigh.// (Makes it even harder to TF Emily)<br>
Romantic: //You're a hopeless romantic.// (Makes it harder to hypnotize Emily and Arnold)<br>
<<elseif $emilyTrait is "3b">>
Girl Crazy: //You may look different now, but there's still only one thing on your mind. Girls!//<br>
Cunnilingus Expert: //The clitoris, the labia, all is unveiled before you, a beautiful flower to lick and love.// (Increase horniness gain from cunnilingus)<br>
Pussy Licker: //You love to eat a girl out. <br>
<<elseif $emilyTrait is "2a">>
Love Struck: //Emily, oh Emily. Just thinking about her is enough to make you sigh.// (Makes it even harder to TF Emily)<br>
Romantic: //You're a hopeless romantic.// (Makes it harder to hypnotize Emily and Arnold)<br>
<<elseif $emilyTrait is "2b">>
Cunnilingus Expert: //The clitoris, the labia, all is unveiled before you, a beautiful flower to lick and love.// (Increase horniness gain from cunnilingus)<br>
Pussy Licker: //You love to eat a girl out. <br>
<<elseif $emilyTrait is "1a">>
Romantic: //You're a hopeless romantic.// (Makes it harder to hypnotize Emily and Arnold)<br>
<<elseif $emilyTrait is "1b">>
Pussy Licker: //You love to eat a girl out. <br>
<</if>>
<<if $arnoldTrait is "3b">>
Anal Whore: //Cock. In your ass. What more could there be to life?// <br>
Ass Fetish: //You love it when someone plays with your ass. You love it even more when they stick a fat, hard cock in there.// <br>
Sensitive Ass: //Your ass tingles at the slightest touch.// <br>
<<elseif $arnoldTrait is "3a">>
Anal Whore: //Cock. In your ass. What more could there be to life?// <br>
Twerking Master: //You shake that ass at any opportunity. Especially when there's something hard to rub against.// <br>
Dancer: //If there's a beat, you'll dance to it. And if you're ass happens to jiggle in the process all the better.// (Opens a new room at the gym)<br>
<<elseif $arnoldTrait is "2b">>
Ass Fetish: //You love it when someone plays with your ass. You love it even more when they stick a fat, hard cock in there.// <br>
Sensitive Ass: //Your ass tingles at the slightest touch.// <br>
<<elseif $arnoldTrait is "2a">>
Twerking Master: //You shake that ass at any opportunity. Especially when there's something hard to rub against.// <br>
Dancer: //If there's a beat, you'll dance to it. And if you're ass happens to jiggle in the process all the better.// (Opens a new room at the gym)<br>
<<elseif $arnoldTrait is "1b">>
Sensitive Ass: //Your ass tingles at the slightest touch.// <br>
<<elseif $arnoldTrait is "1a">>
Dancer: //If there's a beat, you'll dance to it. And if you're ass happens to jiggle in the process all the better.// (Opens a new room at the gym)<br>
<</if>>
<<if $bathroomTrait>=3>>
Soft Skin: //You're so soft, your skin tingles at the slightest sensation.// <br>
<</if>>
<<if $bathroomTrait>=2>>
Smooth and Sensitive: //You're hairless all over, just as you should be.//<br><</if>>
<<if $bathroomTrait>=1>>
Shaved Legs: //Your hairless legs and thighs feel so good as they rub against each other.// <br>
<</if>>
<<if $studioTrait>=3>>
//You love being in front of the camera. You'll do anything for your audience, no matter what.// (If horny enough, will always visit the studio) <br>
<</if>>
<<if $studioTrait>=2>>
Attention Whore: //You need to be at the center of attention, no matter what it takes to get there.// (Encountering opponenets increases horniness) <br>
<</if>>
<<if $studioTrait>=1>>
Exhibitionist: //Showing off some skin isn't bad right?// <br>
<</if>>
<<if $gymTrait>=3>>
Sun, Sand, and Sex: //Why let a lack of beach in the mansion get you down? Mind over matter!// (Replaces clothes with bikinis) <br>
<</if>>
<<if $gymTrait>=2>>
Beach Body: //You're nowhere close to ready for beach season, time to get to work!// (Adds the pool to the gym) <br>
<</if>>
<<if $gymTrait>=1>>
Gym Rat: //Exercise is good for you and you love doing it.// (If you haven't been to the gym for a while, will head there automatically) <br>
<</if>>
<<if $livingTrait>=3>>
Cum Slut: //Cocks are so yummy, but what's even better is their tasty milk.//<br>
<</if>>
<<if $livingTrait>=2>>
Easy: //Sex is fun, you're fun, why not have sex, like, all the time?// <br>
<</if>>
<<if $livingTrait>=1>>
Always Horny: //The slightest glimpse of a thigh is enough to get you going.// <br>
<</if>>
<<if $kitchenTrait>=3>>
Submissive Servant: //It's not a servants place to question her betters.// <br>
<</if>>
<<if $kitchenTrait>=2>>
Maid: //For as long as you can remember, it's always been your dream to be a maid. Might as well dress the part.// (Replaces clothes with maid outfit) <br>
<</if>>
<<if $kitchenTrait>=1>>
Cleaning Enthusiast: //This place is so dirty! Good thing you're here!// (Chance to spend time cleaning instead of regular action) <br><</if>><<back [[Back|$return]]>>
<<include "playerClothes">>
Breast Size: $breasts
Femininity: $feminine
Ass Size: $ass
Submissiveness: $sub
Submission: $submission (reduces starting willpower in sex battles)
Slutiness: $slut (increases horniness gain)
<<set $controlTmp="eric">><<include "enemyClothes">>
Breast Size: $eric.breasts
Femininity: $eric.feminine
Ass Size: $eric.ass
Submissiveness: $eric.sub
<<set $controlTmp="emily">><<include "enemyClothes">>
Breast Size: $emily.breasts
Femininity: $emily.feminine
Ass Size: $emily.ass
Submissiveness: $emily.sub
<<set $controlTmp="arnold">><<include "enemyClothes">>
Breast Size: $arnold.breasts
Femininity: $arnold.feminine
Ass Size: $arnold.ass
Submissiveness: $arnold.sub
<<set $controlTmp="hannah">><<include "enemyClothes">>
Breast Size: $hannah.breasts
Femininity: $hannah.feminine
Ass Size: $hannah.ass
Submissiveness: $hannah.subThe pleasure is too much for you, you cum.
<video autoplay loop src="img/sexbattle/orgasm.mp4"></video>
Eric laughs. "@@.eric;I knew you wouldn't be able to resist my skills.@@"
The rest of the encounter goes by in a haze, you too drunk with lust to resist anything Eric says. When he's finally finished, you feel a small prick in you arm.
"@@.player;...huh?@@"
"@@.eric;Don't get me wrong, you were good. But I know how we can make you even better.@@"
<<if $sexTmp is "emily">>
The world fades out of focus, [[only Emily's voice remaining.|Emily Aftermath][$slut+=5, $feminine++, $horny=0, $sexBattle="none", $sexTmp="none"]]
<<elseif $sexTmp is "hannah">>
The world fades out of focus, [[only Hannah's voice remaining.|Hannah Aftermath][$slut+=5, $sub++, $horny=0, $sexBattle="none", $sexTmp="none"]]
<<elseif $sexTmp is "arnold">>
The world fades out of focus, [[only Arnold's voice remaining.|Arnold Aftermath][$slut+=5, $ass++, $horny=0, $sexBattle="none", $sexTmp="none"]]
<<else>>
The world fades out of focus, [[only Eric's voice remaining.|Eric Aftermath][$slut+=5, $breasts++, $horny=0, $sexBattle="none", $sexTmp="none", $initiative=0]]
<</if>>
<<silently>>
<<if $breastGropeInhib<0>> <<set $breastGropeInhib=0>> <</if>>
<<if $assGropeInhib<0>> <<set $assGropeInhib=0>> <</if>>
<<if $handJobInhib<0>> <<set $handJobInhib=0>> <</if>>
<<if $pussyRubInhib<0>> <<set $pussyRubInhib=0>> <</if>>
<<if $footJobInhib<0>> <<set $footJobInhib=0>> <</if>>
<<if $footWorshipInhib<0>> <<set $footWorshipInhib=0>> <</if>>
<<if $blowJobInhib<0>> <<set $blowJobInhib=0>> <</if>>
<<if $pussyLickInhib<0>> <<set $pussyLickInhib=0>> <</if>>
<<if $fuckInhib<0>> <<set $fuckInhib=0>> <</if>>
<<if $analInhib<0>> <<set $analInhib=0>> <</if>>
<<if $crotchGropeInhib<0>> <<set $crotchGropeInhib=0>> <</if>>
<<if $titJobInhib<0>> <<set $titJobInhib=0>> <</if>>
<</silently>>
<<if $action is "ass">>
<video autoplay loop src="img/sexbattle/touchtopass.mp4"></video>
"@@.eric;Hmm... nice and supple. You've been hanging out with Arnold then?@@"
"@@.player;No... and definitely not in the way you're thinking.@@"
"@@.eric;Why not? He seems like a nice guy. I bet he'd treat you with respect and all than nonesense.@@" Eric slaps your ass.
"@@.player;Oh!@@"
"@@.eric;And yet here you are, straddling me, naked. What a little slut you are.@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.player;It's not like that. I... I didn't chose for this to happen.@@"
"@@.eric;Oh my poor, deluded slut. You know that's true, if you really hated this so much, you could have avoided it. But you didn't. And I thank you.@@" Eric paws at your ass, kneading your flesh under his hands.
[[N.. that's wrong. Isn't it?|ericSexBattleTouch][$cum="butt", $assGropeInhib--]]
<<set $tmpWillpower="assGrope">><<include "willpowerChecksEric">>
<<elseif $rand<4>>
"@@.eric;I know you dream of this cock, I know it haunts your every waking moment. Fantasizing about when I'm going to bless your little asshole with it. Well today's your lucky day.@@" Eric picks you up, placing your ass on top of his dick.
"@@.player;...@@" You can't bring your self to speak up. The hardness of the rod underneath you demanding all your attention.
Slowly, Eric pushes his cock head against your asshole, what resistance you can muster slipping away as his dick slides inside.
[[Oh fuck.|ericSexBattlePussy][$action="slow", $cum="ass", $fuckInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<<else>>
Unceremoniously, Eric plops his cock onto your ass. "@@.eric;I know for a fact that Arnold has been planning to make you a champion twerker. That man does love his ass. Let's see what tricks he's taught you.@@"
Eric shifts his hips, rubbing his dick along your butt. The stimulation gets you to respond unconsciously, matching his movements.
"@@.eric;Tha's a good girl.@@"
[[Give him what he wants.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<endif>>
<<else>> /* breasts */
<video autoplay loop src="img/sexbattle/touchtopbreasts.mp4"></video>
"@@.eric;There's just something about the feel of a woman's breast underneath my hands, natural breasts of course. Or rather, should I say grown breasts in your case. Such soft, supple flesh. Round malleable, an almost perfect representation of the ideal female form.@@"
//@@.player;The fuck?@@// "@@.player;Uh... that's a pretty esoteric way of saying 'I like boobies.'@@"
Eric nods solemnly "@@.eric;Yes. I do indeed like boobies.@@"
<<set $rand=random(1,4)>>
<<if $rand<3>>
"@@.player;Why don't you let me have some of that serum, then I can give you boobs of your own to play with.@@"
Eric smirks. "@@.eric;Tempting. But why bother when I have you to grope to my hearts content.@@"
[[He's got a point...|ericSexBattleTouch][$cum="butt", $breastGropeInhib--]]
<<set $tmpWillpower="breastGrope">><<include "willpowerChecksEric">>
<<elseif $rand<4>>
<<if $feminine>4>>
"@@.eric;Damn, all this waxing poetically is getting me horny. I need to stick it inside.@@"
"@@.player;Wait a minute!@@" You complain as Eric lifts up your butt, making room for his cock.
"@@.eric;I'd really rather not.@@" Eric pushes his cock into your pussy, his head sliding against your inner walls.
[[God that feels so good.|ericSexBattlePussy][$action="slow", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
"@@.eric;Damn, all this waxing poetically is getting me horny. I don't care if you don't have a pussy yet, I need to stick it inside.@@"
"@@.player;Wait a minute!@@" You complain as Eric lifts up your butt, making room for his cock.
"@@.eric;I'd really rather not.@@" Eric thrusts his cock into ass, his head pushing past your sphincter effortlessly.
[[God that feels so good.|ericSexBattlePussy][$action="slow", $cum="ass", $analInhib--]]
<<set $tmpWillpower="anal">><<include "willpowerChecksEric">>
<</if>>
<<else>>
Eric plops his cock onto your ass. "@@.eric;I know for a fact that Arnold has been planning to make you a champion twerker. That man does love his ass. Let's see what tricks he's taught you.@@"
Eric shifts his hips, rubbing his dick along your butt. The stimulation gets you to respond unconsciously, matching his movements.
"@@.eric;That's a good girl.@@"
[[Give him what he wants.|ericSexBattleStroke][$action="ass", $cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<endif>>
<<endif>>When you spot Emily, your heart races. She's so kind, so beautiful, so... perfect. Why didn't you see it before? Why did you spend so long fighting, so long trying to reject her, when what you really wanted all along was just... her. Her eyes, her hair, her shapely body, her lips...
You race up to Emily and embrace her. You kiss her, your passion being met in kind.
<video autoplay loop src="img/emily/end.mp4"></video>
Emily giggles. "@@.emily;What's gotten into you?@@"
"@@.player;Emily, I can't stand it anymore. I love you.@@"
"@@.emily;I love you too.@@" She wraps her arms around yu, drawing you in tight. "@@.emily;I'm sorry about everything. I'm sorry about making you like... well.@@"
You shale your head profusly. "@@.player;No Emily, it's fine. It's more than fine. If this is how you want me to be, if this is what will make our love possible, then I wish I could have become a girl years ago.@@"
"@@.emily;Let's win this thing, together.@@"
You nod [[and kiss Emily again.|aftermathLose][$tmp="emily"]]As you spot Arnold, you walk up to him. "@@.player;Hi.@@"
"@@.arnold;Hey.@@" Arnold grabs you suddenly and pulss you in for a kiss. Your eyes open wide in surprise, but at the touch of his lips you melt. It feels so right, like this is where you were meant to be.
"@@.arnold;I was thinking, we should be working together here. I was always more of a teams sport guy, you know? I've always done better when I have teammates to back me up. So I was wondering... do you want to be my teammate?@@"
You giggle. "@@.player;You mean your girlfriend?@@"
"@@.arnold;Y... Yeah! I love you. You and that phat ass...@@"
<video autoplay loop src="img/arnold/end.mp4"></video>
"@@.player;I love you too. Let's win this thing, together.@@"
[[Congratulations!|aftermathLose][$tmp="arnold"]]<<include "body">>
You're a $class. You have a $faceDescrip. Crowning your head is $hairDescrip. You have $breastDescrip. From the back your most prominent feature is your $assDescrip. Between your legs is a $crotchDescrip.
<<if $tmp is "yes">>
<<if $slut<20>>
After your victory you searched for a way to reverse what happened to you, but to no success. What mental changes were done to you gradually wore off over time, but the physical changes were a constant reminder of your past trauma.
Luckily for you, you had almost infinite funds to ease your pain. Your host wasn't lying when he said he had the means to grant you whatever you wanted. Over time the scars began to fade, and you even began to view what happened to you as a stroke of good fortune. What's a little emasculation for riches beyond your wildest dreams?
<<elseif $slut<40>>
After your victory, you tried to forget what happened to you, but your new body refused to let you. Your newfound riches funded a life of hedonism. Drugs, alcohol, beautiful women, handsome men, you did everything and anything you thought could give you pleasure.
But it wasn't enough, you needed something more. You needed... some kind of game. A competition you could set up to see your fantasies play out in extreme and immoral ways. It was all you could think about. And so you set to your work...
<<elseif $slut<60>>
After your victory, you headed back to your normal life. But it wasn't long before you realized the world you had come from was no longer where you were meant to be. Your new body, your new urges, they couldn't be ignored. And so you returned to the mansion, to your home. To compete in the game again, on the other side. This time you would be the one bending your target to your will. Molding their flesh into your perfect sex toy. You couldn't wait to get started.
<<else>>
After your victory your wildest dreams came true. Every waking moment you found yourself surrounded by warm bodies. By hard cocks and wet pussies. Endless pleasure, endless sensations, it was heaven. When you had the rare lucid moment, you'd look around and wonder why you still seemed to be in the mansion. Weren't you supposed to leave here or something? But such thoughts quickly feel beneath the surface as waves and waves of pleasure surged through you.
<</if>>
<<elseif $tmp is "no">>
Although you're set free, without the support of his money and the drugs you're become accustomed to, you can't survive in the outside world. You've been molded, sculpted to the mansion, living apart from it proves to be to much for you.
You crawl back to your host, desperate for his aid. He gives it to you, but at a significant price. You're a servant of the mansion now, a slave to be used as your host and its quests see fit. You're not unhappy, far from it. The drugs and sex keep you in a state of endless bliss. But sometimes, in rare moments of lucidity, you wonder if you made the wrong choice. If you should have said yes so long ago. But that doesn't matter now. All that matters is what your master wants, and the pleasure you receive from serving.
<<else>>
<<if $slut<20>>
After your escape you searched for a way to reverse what happened to you, but to no success. What mental changes were done to you gradually wore off over time, but the physical changes were a constant reminder of your past trauma. The Host escaped and who, or what, was behind it was never discovered.
<<elseif $slut<40>>
After your escape, you tried to forget what happened to you, but your new body refused to let you. Your urges led you to a life of clubbing, looking for the next one night stand. Eventually you embraced your new body, learning to love the pleasure it brought.
<<elseif $slut<60>>
After your escape, you immediately head to the nearest bar, desperate for a hard cock, or wet pussy. Anything that would satisfy your burning desires. With your new body, attracting partners proved to be easy and your life became a haze of floating from one sexual escapade to another.
<<else>>
While you managed to escape, the mental changes wrought on you destroyed your old personality. You were nothing more than a vessel for others to shove their cocks into, or grind their pussies against. Whatever happened to you, you had no capacity to comprehend it, only the pleasure of endless sex cutting through your broken mind.
<</if>>
<</if>>
The end.You take Eric down to the tunnel.
"@@.eric;Ah, the service entrance. Yes, I can open this.@@"
"@@.player;And this will lead outside?@@"
Eric nods. "@@.eric;Yes, we're underground. Behind this door you'll find a ladder that will lead you to the surface.@@"
You look around, desperate to get out of this god forsaken place, but desperate to have your questions answered.
"@@.player;Why? Why did you do this to me?@@"
"@@.eric;The host is very persuasive. I have to admit, when I was first approached, I rejected the idea of this competition. Seemed a bit... distasteful to put it mildly.@@"
"@@.player;Yet here we are.@@"
Eric nods. "@@.eric;Here we are. Our host runs an extensive network of, I suppose sex slaves isn't far off. There was a request for a slave who used to be a man. It turned out to be a pretty popular idea. A //lot// of money went into the development of these serums. And let me tell you, it was worth it. You think you're the first group of people this has happened to? We're making bank off of this. Not to mention the licensing fees we get from companies who want to use the stuff for more commercial reasons.@@"
"@@.player;So you did this for money? You ruined my life for profit?@@"
Eric shakes his head. "@@.eric;No. I did it because I wanted to be the first, the first to fuck you in that brand new pussy we were going to give you. Can you imagine? The purity of a brand new pussy? The freshness? It's beyond anything that could be achieved by a biological woman.@@"
"@@.player;That's disgusting.@@"
"@@.eric;No shit.@@"
You don't want to hear anymore, you're not sure you should have even asked in the first place. "@@.player;Just open the door.@@"
[[Eric nods and complies.|escapeAttempt]] You take Emily down to the tunnel.
"@@.emily;Oh, the service entrance. Yes, I can open this.@@"
"@@.player;And this will lead outside?@@"
Emily nods. "@@.emily;Yes, we're underground. Behind this door you'll find a ladder that will lead you to the surface.@@"
You look around, desperate to get out of this god forsaken place, but desperate to have your questions answered.
"@@.player;Why? Why did you do this to me Emily?@@"
"@@.emily;Ever since high school, I've loved you. But you didn't love me back. I thought I'd get over it but... I didn't.@@"
"@@.player;What are you even talking about? We barely talked in high school, you certainly didn't tell me you liked me. I was 17, I would have fucked anything that moved!@@"
"@@.emily;Because I'm a lesbian, I didn't want to have sex with a man. I loved you, but not in that sort of physical way. And like you said, you were 17 and flush with hormone, I knew you wouldn't have accepted that, and that means you wouldn't have accepted me. But then... I found out about this. And I realized, I could have you. I just needed to change you, to mold you.@@"
"@@.player;So you kidnapped me and tried to forcibly change my fucking sex?@@"
"@@.emily;No. I just... suggested you as a good target.@@" Emily stares down at the ground, unable to look at you.
"@@.player;Dammit Emily!You ruined my life!@@"
"@@.emily;No! I did it out of love! I did it because I love you!@@"
You don't want to hear anymore, you're not sure you should have even asked in the first place. "@@.player;Just open the door.@@"
[[Emily nods and complies.|escapeAttempt]] You take Hannah down to the tunnel.
"@@.hannah;The service entrance. Yes, I can open this.@@"
"@@.player;And this will lead outside?@@"
Hannah nods. "@@.hannah;Yes, we're underground. Behind this door you'll find a ladder that will lead you to the surface.@@"
You look around, desperate to get out of this god forsaken place, but desperate to have your questions answered.
"@@.player;Why? Why did you do this to me? I don't even know you?@@"
"@@.hannah;You, you, you. This isn't about you. This is is about power, about taking someone sure and confident and reducing them to a pitiful wretch. I don't give a shit about you.@@"
"@@.player;So this is all just some sor of sick power play?@@"
Hannah smirks. "@@.hannah;That's right. That's why I'm here, that's why you're here, that's why there's cameras lining every inch of this place. Even in this room. Because our host gets off on it, and I volunteered to enter the game because so do I. You think he's not aware of this escape attempt? He gets off on this too. On seeing you overcome his agent and force her into submission. I'm rather pissed off about the result, but not much I can do about it now.@@"
"@@.player;What... what would you have done to me if I lost.@@"
Hannah's smirk grows into a grin. "@@.hannah;Everything. It would have been delicious.@@"
You don't want to hear anymore, you're not sure you should have even asked in the first place. "@@.player;Just open the door.@@"
[[Hannah nods and complies.|escapeAttempt]] You take Arnold down to the tunnel.
"@@.arnold;The service entrance? Yeah, I can open this.@@"
"@@.player;And this will lead outside?@@"
Arnold nods. "@@.anrold;Yes, we're underground. Behind this door you'll find a ladder that will lead you to the surface.@@"
You look around, desperate to get out of this god forsaken place, but desperate to have your questions answered.
"@@.player;Why? Why did you do this to me? I don't even know you?@@"
"@@.arnold;My whole life I've tried to be the best, to be the fastest, the strongest, the, uh, most smart, but you know what happened?@@"
"@@.player;What.@@"
Arnold looks you dead in the eyes. "@@.arnold;I wasn't good enough, bro. All those yeard of work and I went undrafted. Never even got a shot. It devestated me, it felt like my life was over. But then our host found me, and showed me a new sport I could compete in, a new arena to show that I'm the best after all.@@"
"@@.player;So you helped try and turn me into a girl for fucking sport?@@"
Arnold shrugs. "@@.arnold;I didn't make the rules, I just play the game. I guess I really am a screwup though, as I couldn't even win at this. Good game, bro.@@" Eric extends a hand.
You stare at him. "@@.player;No! I'm not shaking your damn hand!@@"
"@@.arnold;Wow. Talk about a sore winner.@@"
You don't want to hear anymore, you're not sure you should have even asked in the first place. "@@.player;Just open the door.@@"
[[Arnold nods and complies.|escapeAttempt]] <<set $controlTmp="eric">>
<<include "enemyClothes">>
As you make your way through the mansion, you spot Eric skulking around.
//@@.player;Well, well, well. Looks like the shoes on the other foot this time.@@//
"@@.player;Freeze! This is the police!@@" You shout, holding your hands outstretched towards Eric like a gun.
Eric jumps uo, noticabky panicked. "@@.eric;Officer! I... I wasn't...@@" Eric sees it's you and he frowns. "@@.eric;Oh, ha ha. Very funny.@@"
"@@.player;Well? Aren't you going to inject me, hypnotize me?@@"
Eric looks away. "@@.eric;I... I don't have the necessary materials.@@"
[[Ah. Too bad. Walk away from Eric, noticably happier than you were before.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<if $mindControl>0>>[[Flash your mind control orb. "Well I do."|Eric MC][$mindControl-=1]]<</if>><<set $controlTmp="emily">>
<<include "enemyClothes">>
As you're walking through the mansion you spot Emily. You debate to yourself whether to approach her, but in the end you decide being forcibly transformed into a female sex slave is no reason to be rude.
"@@.player;Hey Emily, what's up?@@"
Emily looks over to you and smiles. "@@.emily;Oh, hi! Lovely day... I mean, we can't really tell but... it might be, right?@@"
You smile. "@@.player;Yeah. So... I guess now you have to...@@"
Emily smiles back. "@@.emily;Nope! I actually don't have anymore serum.@@"
"@@.player;So does that mean you don't have to play along anymore?@@"
Emily's smile fades. "@@.emily;Sorry, but I can't use 'no serum' as an excuse forever. Otherwise...@@" She casts her gaze to the ground.
"@@.player;I got it.@@" //@@.player;What could be so bad that she feels compelled to do this? Are they threatening her somehow?@@//
[[Wave goodye to Emily and get on with your day.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<if $mindControl>0>>[[Flash your mind control orb. "Sorry, but this time I'm on the giving end...."|Emily MC][$mindControl-=1]]<</if>><<set $controlTmp="hannah">>
<<include "enemyClothes">>
As you walk through the mansion, you spot Hannah on her hands and knees.
"@@.player;Looking for something, or just posing for me?@@"
Hannah gets up, brushing off her knees. "@@.hannah;Great. It's you.@@"
"@@.player;Yeah, it's me.@@"
You and Hannah stare at each other.
"@@.player;So...@@" Before you can say anything more, Hannah starts to walk away from you.
"@@.player;Hey! Aren't you going to try and hypnotize me or something?@@"
"@@.hannah;No.@@" She keeps walking away, not bothering to face you.
//@@.player;That's weird.@@//
[[Shrug and forget about it.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<if $mindControl>0>>[[Catch up with her and shove the mind control orb in her face.|Hannah MC][$mindControl-=1]]<</if>><<set $controlTmp="arnold">>
<<include "enemyClothes">>
As you walk through the mansion, you spot Arnold. He doesn't seem to have seen you.
//@@.player;He's always sneaking up on me, time to show him how it feels.@@//
You slowly walk up behind him, being sure to be as quiet as possible. When you feel you've gotten as close as you can get without him noticing you, you jump forward. "@@.player;Gotcha!@@"
Arnold turns around. "@@.arnold;Woah!@@" He laughs at the sight of you. "@@.arnold;Alright, alright, you got me.@@"
"@@.player;So... what now?@@"
"@@.arnold;I dunno, you're the one that caught me. Are you going to hypnotize me or something.@@"
[[Nah, catch and release.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<if $mindControl>0>>[[I guess I probably should...|Arnold MC][$mindControl-=1]]<</if>> You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to obey">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<if $tmpWillpower is "none">>
<<if ($slut+$horny)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=$slut+$horny, $stars--]] (will use up a ★ to gain the needed willpower of <<print $slut+$horny>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print $slut+$horny>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=$slut+$horny]] (costs <<print $slut+$horny>> willpower) <</if>>
<<elseif $tmpWillpower is "breastGrope">>
<<if $action is "none">>
<<if (100-$breastGropeInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$breastGropeInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$breastGropeInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$breastGropeInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$breastGropeInhib+$submission]] (costs <<print 100-$breastGropeInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$breastGropeInhib+$submission)>$willpower>> <<if $stars>=1>> [[Pull Eric's hand off your breast.|ericSexBattleNone][$willpower+=100, $willpower-=100-$breastGropeInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$breastGropeInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$breastGropeInhib+$submission>>.<</if>> <<else>> [[Pull Eric's hand off your breast.|ericSexBattleNone][$willpower-=100-$breastGropeInhib+$submission]] (costs <<print 100-$breastGropeInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "crotchGrope">>
<<if $action is "none">>
<<if (100-$crotchGropeInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$crotchGropeInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$crotchGropeInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$crotchGropeInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$crotchGropeInhib+$submission]] (costs <<print 100-$crotchGropeInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$crotchGropeInhib+$submission)>$willpower>> <<if $stars>=1>> [[Pull Eric's hand off your crotch.|ericSexBattleNone][$willpower+=100, $willpower-=100-$crotchGropeInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$crotchGropeInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$crotchGropeInhib+$submission>>.<</if>> <<else>> [[Pull Eric's hand off your crotch.|ericSexBattleNone][$willpower-=100-$crotchGropeInhib+$submission]] (costs <<print 100-$crotchGropeInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "assGrope">>
<<if $action is "none">>
<<if (100-$assGropeInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$assGropeInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$assGropeInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$assGropeInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$assGropeInhib+$submission]] (costs <<print 100-$assGropeInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$assGropeInhib+$submission)>$willpower>> <<if $stars>=1>> [[Pull Eric's hand off of your ass.|ericSexBattleNone][$willpower+=100, $willpower-=100-$assGropeInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$assGropeInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$assGropeInhib+$submission>>.<</if>> <<else>> [[Pull Eric's hand off of your ass.|ericSexBattleNone][$willpower-=100-$assGropeInhib+$submission]] (costs <<print 100-$assGropeInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "assJob">>
<<if $action is "none">>
<<if (100-$assJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$assJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$assJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$assJobInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$assJobInhib+$submission]] (costs <<print 100-$assJobInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$assJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[Pull away from Eric and stop grinding against him.|ericSexBattleNone][$willpower+=100, $willpower-=100-$assJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$assJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$assJobInhib+$submission>>.<</if>> <<else>> [[Pull away from Eric and stop grinding against him.|ericSexBattleNone][$willpower-=100-$assJobInhib+$submission]] (costs <<print 100-$assJobInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "blowJob">>
<<if $action is "none">>
<<if (100-$blowJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$blowJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$blowJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$blowJobInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$blowJobInhib+$submission]] (costs <<print 100-$blowJobInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$blowJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[Pull your head away from Eric's cock.|ericSexBattleNone][$willpower+=100, $willpower-=100-$blowJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$blowJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$blowJobInhib+$submission>>.<</if>> <<else>> [[Pull your head away from Eric's cock.|ericSexBattleNone][$willpower-=100-$blowJobInhib+$submission]] (costs <<print 100-$blowJobInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "titJob">>
<<if $action is "none">>
<<if (100-$titJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$titJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$titJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$titJobInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$titJobInhib+$submission]] (costs <<print 100-$titJobInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$titJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[Stop squeezing your breasts around Eric's cock.|ericSexBattleNone][$willpower+=100, $willpower-=100-$titJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$titJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$titJobInhib+$submission>>.<</if>> <<else>> [[Stop squeezing your breasts around Eric's cock.|ericSexBattleNone][$willpower-=100-$titJobInhib+$submission]] (costs <<print 100-$titJobInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "handJob">>
<<if $action is "none">>
<<if (100-$handJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$handJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$handJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$handJobInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$handJobInhib+$submission]] (costs <<print 100-$handJobInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$handJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[Let go of Eric's cock.|ericSexBattleNone][$willpower+=100, $willpower-=100-$handJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$handJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$handJobInhib+$submission>>.<</if>> <<else>> [[Let go of Eric's cock.|ericSexBattleNone][$willpower-=100-$handJobInhib+$submission]] (costs <<print 100-$handJobInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "footJob">>
<<if $action is "none">>
<<if (100-$footJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$footJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$footJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$footJobInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$footJobInhib+$submission]] (costs <<print 100-$footJobInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$footJobInhib+$submission)>$willpower>> <<if $stars>=1>> [[Pull your feet back off of Eric's cock.|ericSexBattleNone][$willpower+=100, $willpower-=100-$footJobInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$footJobInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$footJobInhib+$submission>>.<</if>> <<else>> [[Pull your feet back off of Eric's cock.|ericSexBattleNone][$willpower-=100-$footJobInhib+$submission]] (costs <<print 100-$footJobInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "fuck">>
<<if $action is "none">>
<<if (100-$fuckInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$fuckInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$fuckInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$fuckInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$fuckInhib+$submission]] (costs <<print 100-$fuckInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$fuckInhib+$submission)>$willpower>> <<if $stars>=1>> [[Pull back and stop fucking Eric.|ericSexBattleNone][$willpower+=100, $willpower-=100-$fuckInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$fuckInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$fuckInhib+$submission>>.<</if>> <<else>> [[Pull back and stop fucking Eric.|ericSexBattleNone][$willpower-=100-$fuckInhib+$submission]] (costs <<print 100-$fuckInhib+$submission>> willpower) <</if>>
<</if>>
<<elseif $tmpWillpower is "anal">>
<<if $action is "none">>
<<if (100-$analInhib+$submission)>$willpower>> <<if $stars>=1>> [[No, we're done here.|ericSexBattleEscape][$willpower+=100, $willpower-=100-$analInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$analInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$analInhib+$submission>>.<</if>> <<else>> [[No, we're done here.|ericSexBattleEscape][$willpower-=100-$analInhib+$submission]] (costs <<print 100-$analInhib+$submission>> willpower) <</if>>
<<else>>
<<if (100-$analInhib+$submission)>$willpower>> <<if $stars>=1>> [[Pull back and stop fucking Eric.|ericSexBattleNone][$willpower+=100, $willpower-=100-$analInhib+$submission, $stars--]] (will use up a ★ to gain the needed willpower of <<print 100-$analInhib+$submission>>) <<else>> You don't have enough ★ to gain the needed willpower of <<print 100-$analInhib+$submission>>.<</if>> <<else>> [[Pull back and stop fucking Eric.|ericSexBattleNone][$willpower-=100-$analInhib+$submission]] (costs <<print 100-$analInhib+$submission>> willpower) <</if>>
<</if>>
<</if>>
You stop putting on your clothes, your eyes locked on Eric's cock.
"@@.eric;That's it. You're too far gone now bitch. This isn't over until I say so.@@"
<<if random(1,4)==1>>
"@@.eric;Now get on your knees.@@"
You slowly sink to your knees [[unable to resist him.|ericSexBattleNone][$pos="kneel"]]
<<elseif random(1,3)==1>>
"@@.eric;Now get onto the bed.@@"
You lay down onto the bed [[unable to resist him.|ericSexBattleNone][$pos="layDown"]]
<<elseif random(1,2)==1>>
"@@.eric;Now get on all fours.@@"
You get onto your hands and knees [[unable to resist him.|ericSexBattleNone][$pos="doggy"]]
<<else>>
Eric sits down on the edge of the bed "@@.eric;Come on, sit down. I don't have all day.@@"
You sit down on Eric's lap [[unable to resist him.|ericSexBattleNone][$pos="lap"]]
<</if>><<if $feminine==1>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="Emily">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $feminine==2>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="Emily">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $feminine==3>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="Emily">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $feminine==5>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="Emily">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $feminine==6>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="Emily">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $feminine==8>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="Emily">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $feminine==9>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="Emily">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="Emily">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>><<if $sub==1>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to obey">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $sub==2>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to obey">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $sub==3>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to be a girl">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $sub==5>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to submit">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $sub==6>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to submit">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $sub==8>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="fuck men">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $sub==9>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="cock">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="cock">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>><<if $ass==1>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to obey">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $ass==2>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to be good">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $ass==3>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="big butt">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $ass==5>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to show butt">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $ass==6>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="to show ass">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $ass==8>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="fuck men">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<elseif $ass==9>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="fuck cock">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<else>>
You stagger into the hallway to see that an hour or two has passed.
//@@.player;Huh? How did it get so late? I need <span class="glitchy" data-text="cock">to get moving!</span>@@//
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>><<include "body">>
You're a $class. You have a $faceDescrip. Crowning your head is $hairDescrip. You have $breastDescrip. From the back your most prominent feature is your $assDescrip. Between your legs is a $crotchDescrip.
<<if $tmp is "eric">>
The rest of the competition passes by in a blur, Eric using you to trap Hannah, Emily, and Arnold, bending them to his will. Within days he's taken over the mansion.
Whatever prizes Eric won, it seems you are his favorite. You spend the rest of your life as his big breasted, bimbo fuck slut.
<<elseif $tmp is "hannah">>
Whether Hannah the competition or not, you don't know. You rearely see the light of day anymore. All you know is your life as her slave. She does whatever she wishes you, belittling you in eveyway possible for her amusement. It's paradise.
<<elseif $tmp is "arnold">>
With you at his side, Arnold blasts through the other competitors. His boundless enthusiasm and energy balnaced by your common sense and, if not good, at least passable ideas. What prize Arnold won, you're not sure. He had a long discussion with your mysterious host, the contents of which he still refuses to tell you, but for whatever it was he seemed ecstatic to get it.
You live with Arnold now, and when you're not cooking or cleaning the apartment, you're on the bed with his cock up your ass. It's like a dream come true.
<<else>>
You and Emily make quick work of the other competitors. Together you're an unstoppable team. Somewhere in the back of your mind, you know that there's some version of you, an old, long lost you, that wouldn't have wanted this. That at some point in time the idea of being in a lesbian relationship with Emily, that quiet girl from high school, would have sounded insane, But it's your life now. And you couldn't be happier.
<</if>>
The end.<<set $rand=random(1,5)>>
<<switch $rand>>
<<case 1>>
<<if random(0,$studioTrait)==1>>
You shift in your bed, your dreams filled with leering eyes. You walk down the street, half naked. Everywhere you look someone is staring, watching you.
You wake up to the sound of your alarm. What where your pajamas scattered around the bed.
<<elseif random(1,$studioTrait)==2>>
The spotlight shines down on you. As you look out into the audience, to a man all eyes are upon you. They look so hungry, so desperate for your touch.
You're about to throw yourself into the crowd, to grant them their deepest desires when your alarm wakes you up.
<<elseif $studioTrait==3>>
In your dream you're in front of a camera. You look to the chat feed and see endless requests to bare your flesh, to show them your slutty body. You shiver as you immediately move to give them what they want.
You obey every order from the viewers, every lewd suggestion, every pose and every task they ask of you. You bask in the attention and the compliments they throw at you.
Just as the stream is hitting it's climax and the chat is cheering you on as you please yourself in front of them you are rudely awoken by your alarm.
<</if>>
<<case 2>>
<<if random(0,$kitchenTrait)==1>>
You find yourself in a bedroom. It's unfamiliar to you, but the strangeness of the moment quickly fades form your mind. There's something far more important that grabs your attention. This place is a mess!
As you clean you go to dust off the clock next to the bed. Just as you touch it, your own alarm tears you out of the dream.
<<elseif random(1,$kitchenTrait)==2>>
You put on your maid outfit and start your day of cleaning for Master. It's amazing how dirty the house can get with all the parties he throws, but you don't mind. You are a good maid and always strive to do your job well.
While you sweep the floor the doorbell rings, you are sure it's the Master coming home. Just as you are about to open the door your alarm rings, stirring your from the dram.
<<elseif $kitchenTrait==3>>
You wake up at 7am, just like Mistress ordered. You put on your dress and get to work.
As always the first thing you have to do is get everything reader for your Mistress's morning routine. You layout her clothes for the day, run the bath, and arrange a selection of toys for which she might relieve herself. Lately however, she has been more keen on a different sort of satisfaction, the kind you provide personally.
Just as you enter her room and are about to wake her up your alarm rings, throwing you out of your dream. For a second you're mortified that Mistress would be awoken with such a harsh sound before the dream fades.
<</if>>
<<case 3>>
<<if random(0,$gymTrait)==1>>
Ah, the gym. A place full of big, strong men, and beautiful, sexy women. You can't wait to be just like them, smoking hot and great looking.
You enter the sauna and relax your naked body on the wooden benches, as the hot steam swirls around you, you find yourself falling asleep. As you are to fall into a deep slumber you are awoken by an alarm, and to your dismay you find yourself not in a sauna but in your room.
<<elseif random(1,$gymTrait)==2>>
A hot bod is pointless if no one gets to see it. So what's the point of working out if you don't show it off once in a while in a bikini?
As you swim you scan the poolside, looking to see if anyone is cheeking you out. Just as you think you found someone interested the rude sound of your alarm wakes you up.
<<elseif $gymTrait==3>>
Not every beach is a nudist beach, but you sure do wish they were. The less clothes in the way, the faster you can get what you really want, what you need.
The hot sun on your back, the hot sand underneath your feet, and the hot stud, pounding you from behind. Your moans turn to groans as your bliss is interrupted by a harsh blaring. Waking up you sigh and shut off your alarm.
<</if>>
<<case 4>>
<<if random(0,$bathroomTrait)==1>>
You rub your legs against each other, savoring the sensation. You can't wait for your skin routine to begin and for the bath to wash away all the manliness off of you.
As you start scrubbing yourself you hear s shrill noise, as if someone is calling your name from far away. You jolt awake to the sound of your alarm. As you turn it off you smile to yourself at the delicious feeling of your sheets sliding against your hairless legs..
<<elseif random(1,$bathroomTrait)==2>>
Every good girl is two things: smooth and sensitive. And so are you. Every inch of you is shaved and clean.
You feel yourself all over, despearte for the touch of another. To feel a mans rough hands groping your soft body. You think you hear someone calling your name, someone desperate to grab you, to hold you tight. But as you jo0lt awake you realize it was only your alarm.
<<elseif $bathroomTrait==3>>
You find yourself in the bathroom with a girl you don't know. But you are pretty sure you know what she wants, and you have no problem giving it to her.
She runs her hands along your sides, along your smooth arms, your sensitive thighs... everywhere. Her touch feels like bliss, your skin is so sensitive you might orgasm just from her caress.
Just as she begins moving her hands towards your crotch the blaring of your alarm breaks you out of the dream.
<</if>>
<<case 5>>
<<if random(0,$livingTrait)==1>>
Your dreams are filled with lewd thoughts, lewd images, and lewd fantasies. Your body aches for sex and your mind feeds into it's desires.
Just as your mind starts to wander towards scenes of orgies and gang-bangs you are torn from your sleep by your alarm.
<<elseif random(1,$livingTrait)==2>>
Your body is so flush with hormones you're ready to have sex with anyone and anything. Your body wants it, your mind seeks it, the thought of saying no is completely foreign to you.
A young man seems interested too, so why not give him what he want? An empty changing room will do just fine. His lips on yours, his hard cock pressed against your stomach, you can't wait to have him inside you.
Just as you think he is about to bend you over and fuck you, your alarm rings and fucks it all up.
<<elseif $livingTrait==3>>
You find yourself on your knees surrounded by men, surrounded by cock. Their balls full of cum, delicious cum just waiting to be delivered into every hole, sputtered onto every inch of your body.
You jerk off as many as you can, sucking and fucking the ones you can't. More, you need more!
As the cum continues raining onto you you find yourself at peace, but once again the dreaded alarm rings and tears you out of your beautiful dream.
<</if>>
<<default>>
Your sleep is deep and your dreams formless.
<</switch>><<silently>>
<<if $breasts<2>>
<<set $breastDescrip="hard, well defined pecs">>
<<elseif $breasts<5>>
<<set $breastDescrip="soft, puffy chest">>
<<elseif $breasts<8>>
<<set $breastDescrip="noticable breasts">>
<<else>>
<<set $breastDescrip="large, bouncy tits">>
<<endif>>
<<if $ass<2>>
<<set $assDescrip="tight and toned buttocks">>
<<elseif $ass<5>>
<<set $assDescrip="shapely butt">>
<<elseif $ass<8>>
<<set $assDescrip="large, pronounced ass">>
<<else>>
<<set $assDescrip="huge, eye catching bubble butt">>
<<endif>>
<<if $feminine<2>>
<<set $crotchDescrip="large cock", $faceDescrip="manly face, with rough features", $hairDescrip="short black hair">>
<<elseif $feminine<5>>
<<set $crotchDescrip="small, pathetic cock", $faceDescrip="boyish face", $hairDescrip="necklength black hair">>
<<elseif $feminine<8>>
<<set $crotchDescrip="picture perfect pussy", $faceDescrip="cute, girly face", $hairDescrip="sandy blonde shoulder-length hair">>
<<else>>
<<set $crotchDescrip="picture perfect pussy", $faceDescrip="gorgeous, model like features", $hairDescrip="flowling platinum blonde hair">>
<<endif>>
<<if $breasts>=$ass>><<set $curvy=$breasts>><<else>><<set $curvy=$ass>><</if>>
<<if $sub<5 and $curvy<5 and $feminine<5>>
<<set $class="Man">>
<<elseif $sub<8 and $sub>=5 and $feminine<5 and $curvy<5>>
<<set $class="Effeminite man">>
<<elseif $sub>=8 and $feminine<5 and $feminine>=0 and $curvy<8 and $curvy>=0>>
<<set $class="Man in drag">>
<<elseif $sub<5 and $sub>=0 and $feminine<8 and $feminine>=5 and $curvy<5 and $curvy>=0>>
<<set $class="Tomboy">>
<<elseif $sub<8 and $sub>=5 and $feminine<8 and $feminine>=5 and $curvy<5 and $curvy>=0>>
<<set $class="Flatchested girl">>
<<elseif $sub>=8 and $feminine<8 and $feminine>=5 and $curvy<8 and $curvy>=0>>
<<set $class="Girly trap">>
<<elseif $sub<5 and $sub>=0 and $feminine>=8 and $curvy<5 and $curvy>=0>>
<<set $class="Gorgeous tomboy">>
<<elseif $sub<8 and $sub>=5 and $feminine>=8 and $curvy<5 and $curvy>=0>>
<<set $class="Flatchested girl">>
<<elseif $sub>=8 and $feminine>=8 and $curvy<5 and $curvy>=0>>
<<set $class="Flatchested submissive princess", $archetype="Girl">>
<<elseif $sub<5 and $sub>=0 and $feminine<5 and $feminine>=0 and $curvy<8 and $curvy>=5>>
<<set $class="Boy with curves">>
<<elseif $sub<8 and $sub>=5 and $feminine<5 and $feminine>=0 and $curvy<8 and $curvy>=5>>
<<set $class="Boyish trap">>
<<elseif $sub>=8 and $feminine<5 and $feminine>=0 and $curvy<8 and $curvy>=5>>
<<set $class="Submissive shemale">>
<<elseif $sub<5 and $sub>=0 and $feminine<8 and $feminine>=5 and $curvy<8 and $curvy>=5>>
<<set $class="Willfull girl">>
<<elseif $sub<8 and $sub>=5 and $feminine<8 and $feminine>=5 and $curvy<8 and $curvy>=5>>
<<set $class="Curvy girl">>
<<elseif $sub>=8 and $feminine<8 and $feminine>=5 and $curvy<8 and $curvy>=5>>
<<set $class="Submissive girl">>
<<elseif $sub<5 and $sub>=0 and $feminine>=8 and $curvy<8 and $curvy>=5>>
<<set $class="Willfull woman">>
<<elseif $sub<8 and $sub>=5 and $feminine>=8 and $curvy<8 and $curvy>=5>>
<<set $class="Averagely built woman">>
<<elseif $sub>=8 and $feminine>=8 and $curvy<8 and $curvy>=5>>
<<set $class="Submissive woman", $archetype="Woman">>
<<elseif $sub<5 and $sub>=0 and $feminine<5 and $feminine>=0 and $curvy>=8>>
<<set $class="Voluptuous tomboy trap">>
<<elseif $sub<8 and $sub>=5 and $feminine<5 and $feminine>=0 and $curvy>=8>>
<<set $class="Stacked shemale">>
<<elseif $sub>=8 and $feminine<5 and $feminine>=0 and $curvy>=8>>
<<set $class="Submissive stacked shemale", $archetype="Shemale">>
<<elseif $sub<5 and $sub>=0 and $feminine>=5 and $feminine<8 and $curvy>=8>>
<<set $class="Busty willfull girl">>
<<elseif $sub<8 and $sub>=5 and $feminine<8 and $feminine>=5 and $curvy>=8>>
<<set $class="Busty girl", $archetype="Girl">>
<<elseif $sub>=8 and $feminine<8 and $feminine>=5 and $curvy>=8>>
<<set $class="Submissive curvy girl">>
<<elseif $sub<5 and $sub>=0 and $feminine>=8 and $curvy>=8>>
<<set $class="Busty willfull woman">>
<<elseif $sub<8 and $sub>=5 and $feminine>=8 and $curvy>=8>>
<<set $class="Voluptous woman">>
<<elseif $sub>=8 and $feminine>=8 and $curvy>=8>>
<<set $class="Voluptous submissive woman">>
<<else>>
You don messed up
<<endif>>
<<if $feminine>=5>>
<<set $archetype=2>>
<<elseif Math.max($feminine,$breasts,$ass,$sub)>=6>>
<<set $archetype=1>>
<</if>>
<</silently>> <<if $action is "ass">>
<video autoplay loop src="img/sexbattle/strokeproneass.mp4"></video>
You squirm as Eric slides his cock between your ass cheeks. Every time he draws back, you hold your breath, thinking this is the stroke that will penetrate you, but he barely misses every time. You don't dare protest though, lest Eric think you want him to fuck you, that you //desire// him. The very thought makes you shudder.
<<set $rand=random(1,7)>>
<<if $rand<4>>
"@@.eric;You're being quiet.@@"
"@@.player;Mmm... oh yeah baby.@@" You say, your voice dripping with sarcasm.
"@@.eric;You can pretend you don't like me all you want, but here I am, hot-dogging you...@@"
[[Oh shut up...|ericSexBattleStroke][$cum="butt", $assJobInhib--]]
<<set $tmpWillpower="assJob">><<include "willpowerChecksEric">>
<<elseif $rand<6>>
<<if $feminine>4 and random(1,2)==1>>
"@@.eric;Whoops!@@" Your fears come true as Eric's cock pierces your pussy in one long stroke.
"@@.player;Fuck!@@"
"@@.eric;You got it.@@" Eric draws back tantalizingly slowly. Just as you think he might pull out, he slams back in, forcing himself back inside you.
You moan, unable to contain yourself. Eric establishes a rhythm, fucking you with strong, intense strokes, your tits bouncing beneath you.
[[Yes...|ericSexBattleAss][$action="prod", $cum="pussy", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<<else>>
"@@.eric;Whoops!@@" Your fears come true as Eric's cock pierces your asshole in one long stroke.
"@@.player;Fuck!@@"
"@@.eric;You got it.@@" Eric draws back tantalizingly slowly. Just as you think he might pull out, he slams back in, forcing himself back inside you.
You moan, unable to contain yourself. Eric establishes a rhythm, fucking you with strong, intense strokes, your tits bouncing beneath you.
[[Yes...|ericSexBattleAss][$action="slow", $cum="ass", $fuckInhib--]]
<<set $tmpWillpower="fuck">><<include "willpowerChecksEric">>
<</if>>
<<elseif $rand==6>>
Eric draws back, his cock sliding off of you. You breath a sigh of relief. //@@.player;That's one danger avoided but... why do I feel so of... dissapointed?@@//
You don't have long to linger on the thought as Eric shoves his cock in your face.
"@@.eric;Suck it.@@" He grabs the back of your head, pushing you towards his dick.
"@@.player;Ow! Not so aggressive!@@"
"@@.eric;Suck. It.@@" Eric pushes his cock into your face, rubbing it against your cheek.
[["Okay, okay!" You take run your tongue along the underside of his cock.|ericSexBattleSuck][$action="lick", $cum="face", $blowJobInhib--]]
<<set $tmpWillpower="blowJob">><<include "willpowerChecksEric">>
<<else>>
Eric pushes down on your back withour warning, the sudden force taking your legs out from under you. You collapse onto the bed, your ass sticking up.
Eric hums to himself as he sticks his cock back between your ass cheeks and resums thrusting. "@@.eric;Don't mind me. Just showing a whore her place.@@"
[[Jerk.|ericSexBattleNone][$pos="prone"]]
<</if>>
<</if>>
<</if>>As you walk through the door, you glance around. Wherever you are, it isn't the concrete bunker you were expecting, but what looks like the interior of some kind of mansion. The furniture, the lofty ceiling, the decor, everything screams money.
"@@.eric;Yo! Hey there champ!@@"
You swivel towards the source of the sound. Standing there is a middle-aged man smirking at you.
<<set $controlTmp="eric">>
<<include "enemyClothes">>
"@@.player;Oh, good. Look, do you know where we are?@@"
He shrugs. "@@.eric;No, afraid I haven't been awake very long. I assume you were kidnapped as well?@@"
You nod.
"@@.eric;Name's Eric. I don't know if you got the same spiel I did, but we need to stick together if we want to get out of this place.@@" Eric extends a hand outward.
Hesitantly you grab it. "@@.player;Right. I think...@@"
"@@.eric;Well it was great to meet you.@@" Eric turns away, cutting you off. Before you can object he walks away down the hall.
//Alright... guess I'll keep [[looking around.|Meet Hannah]]$willpower
$enemyWillpower
<<set $enemyActionLevel=random(1,3)>>
<<if $enemyActionLevel==3>> <<set $enemy.willpower-=10>> <</if>>
<<if $enemyActionLevel==1>> <<set $enemy.willpower+=10>> <</if>>
<<if $control>>
You're in control
<<else>>
Enemy is in control
<</if>>
[[High|test3][$actionLevel=3, $willpower-=10]]
[[Medium|test3][$actionLevel=2]]
[[Low|test3][$actionLevel=1, $willpower+=10]]<<if $bid>=$enemyBid>>
<<set $willpower-=$bid, $control=true>>
You have initiative!
<<else>>
<<set $enemy.willpower-=$enemyBid, $control=false>>
$enemy.name has initiative!
<</if>>
<<set $action="kiss">>
<<button "Next round">>
<<switch $archetype>>
<<case 0>>
<<switch $enemy.archetype>>
<<case 1>>
<<goto "MvTF">>
<<default>>
<<goto "MvW">>
<</switch>>
<<case 1>>
<<switch $enemy.archetype>>
<<case 0>>
<<goto "MvTF">>
<<case 1>>
<<goto "TFvTF">>
<<default>>
<<goto "TFvW">>
<</switch>>
<<default>>
<<switch $enemy.archetype>>
<<case 0>>
<<goto "MvW">>
<<case 1>>
<<goto "TFvW">>
<<default>>
<<goto "WvW">>
<</switch>>
<</switch?>>
<</button>><<include "sexBattleAI">>
<<if $actionChange>>
<<if $control>>
You change the action to $action
<<else>>
$enemy.name changes action to $action
<</if>>
<<set $actionChange=false>>
<<else>>
<<if $enemyActionLevel==$actionLevel>>
Same level, no change.
<<elseif $enemyActionLevel>=$actionLevel>>
<<if $control>>
$enemy.name takes control!
<<set $control=false>>
<<else>>
$enemy.name maintians control
<</if>>
<<elseif $enemyActionLevel<=$actionLevel>>
<<if $control>>
You maintain control
<<else>>
You take control!
<<set $control=true>>
<</if>>
<</if>>
<</if>>
<<button "Next round">>
<<switch $archetype>>
<<case 0>>
<<switch $enemy.archetype>>
<<case 1>>
<<goto "MvTF">>
<<default>>
<<goto "MvW">>
<</switch>>
<<case 1>>
<<switch $enemy.archetype>>
<<case 0>>
<<goto "MvTF">>
<<case 1>>
<<goto "TFvTF">>
<<default>>
<<goto "TFvW">>
<</switch>>
<<default>>
<<switch $enemy.archetype>>
<<case 0>>
<<goto "MvW">>
<<case 1>>
<<goto "TFvW">>
<<default>>
<<goto "WvW">>
<</switch>>
<</switch?>>
<</button>><<if $horny>=100 or $enemy.horny>=100>> <<goto "Cum">> <</if>>
You: Willpower: $willpower Horniness: $horny
$enemy.name: Willpower:$enemy.willpower Horniness:$enemy.horny
<<include "sexBattleAI">>
Willpower bid:
<<if $willpower>0>>[[High|test3][$actionLevel=3, $willpower-=10]]
[[Medium|test3][$actionLevel=2]]<</if>>
[[Low|test3][$actionLevel=1, $willpower+=10]]
<<include "gifSwitch">>
<<switch $action>>
<<case "blow">>
<<if $control>>
<<if $archetype==0>>
$enemy.name is blowing you.
<<else>>
$enemy.name is blowing you.
<</if>>
<<set $enemyHorny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to handjob|MvTF][$action="hand",$willpower-=15]](-15 Willpower)
<<if $archetype==0>>[[Switch to grope|MvTF][$action="grope",$willpower-=10]](-10 Willpower)<</if>>
[[Switch to sex|MvTF][$action="anal",$willpower-=20]](-20 Willpower)<</if>>
<<else>>
<<if $archetype==0>>
You're blowing $enemy.name
<<else>>
You're blowing $enemy.name
<</if>>
<<set $enemyHorny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "kiss">>
<<if $control>>
<<if $archetype==0>>
You're kissing $enemy.name
<<else>>
You're kissing $enemy.name
<</if>>
<<set $enemyHorny+=random(1,2), $horny+=random(1,3)>>
<<if $willpower>0>>[[Switch to blowjob|MvTF][$action="blow",$willpower-=15]](-15 Willpower)
[[Switch to handjob|MvTF][$action="hand",$willpower-=15]](-15 Willpower)
<<if $archetype==0>>[[Switch to grope|MvTF][$action="grope",$willpower-=10]](-10 Willpower)<</if>>
[[Switch to sex|MvTF][$action="anal",$willpower-=20]](-20 Willpower)<</if>>
<<else>>
<<if $archetype==0>>
$enemy.name is kissing you
<<else>>
$enemy.name is kissing you
<</if>>
<<set $enemy.horny+=random(1,3), $horny+=random(1,2)>>
<</if>>
<<case "hand">>
<<if $control>>
<<if $archetype==0>>
$enemy.name is giving you a handjob
<<else>>
$enemy.name is giving you a handjob
<</if>>
<<if $willpower>0>>[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to blowjob|MvTF][$action="blow",$willpower-=15]](-15 Willpower)
<<if $archetype==0>>[[Switch to grope|MvTF][$action="grope",$willpower-=10]](-10 Willpower)<</if>>
[[Switch to sex|MvTF][$action="anal",$willpower-=20]](-20 Willpower)<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
<<if $archetype==0>>
<<else>>
You're giving $enemy.name a handjob
<</if>>
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "grope">>
<<if $control>>
<<if $archetype==0>>
You're gropping $enemy.name
<<else>>
You're gropping $enemy.name
<</if>>
<<if $willpower>0>>[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to blowjob|MvTF][$action="blow",$willpower-=15]](-15 Willpower)
[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to sex|MvTF][$action="anal",$willpower-=20]](-20 Willpower)<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
<<if $archetype==0>>
$enemy.name is gropping you
<<else>>
$enemy.name is gropping you
<</if>>
<<set $enemy.horny+=random(2,4), $horny+=random(2,4)>>
<</if>>
<<case "anal">>
<<if $control>>
<<if $archetype==0>>
You're fucking $enemy.name
<<else>>
You're fucking $enemy.name
<</if>>
<<set $enemy.horny+=random(4,8), $horny+=random(5,10)>>
<<if $willpower>0>>[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to handjob|MvTF][$action="hand",$willpower-=15]](-15 Willpower)
<<if $archetype==0>>[[Switch to grope|MvTF][$action="grope",$willpower-=10]](-10 Willpower)<</if>>
[[Switch to blowjob|MvTF][$action="blow",$willpower-=15]](-15 Willpower)<</if>>
<<else>>
<<if $archetype==0>>
$enemy.name is fucking you
<<else>>
$enemy.name is fucking you
<</if>>
<<set $enemy.horny+=random(5,10), $horny+=random(4,8)>>
<</if>>
<</switch>> <<if $control>>
<<if $horny>=100>>
You cum. [[You win!|cumWin]]
<<else>>
$enemy.name cums, loses all willpower.
<<set $enemy.willpower=0, $enemy.horny=30>>
<<button "Next round">>
<<switch $archetype>>
<<case 0>>
<<switch $enemy.archetype>>
<<case 1>>
<<goto "MvTF">>
<<default>>
<<goto "MvW">>
<</switch>>
<<case 1>>
<<switch $enemy.archetype>>
<<case 0>>
<<goto "MvTF">>
<<case 1>>
<<goto "TFvTF">>
<<default>>
<<goto "TFvW">>
<</switch>>
<<default>>
<<switch $enemy.archetype>>
<<case 0>>
<<goto "MvW">>
<<case 1>>
<<goto "TFvW">>
<<default>>
<<goto "TWvW">>
<</switch>>
<</switch?>>
<</button>>
<</if>>
<<else>>
<<if $enemy.horny>=100>>
$enemy.name cums. They win!
[[Oh no|cumLoseAftermath]]
<<else>>
You cum, lose all willpower.
<<set $willpower=0, $horny=30>>
<<button "Next round">>
<<switch $archetype>>
<<case 0>>
<<switch $enemy.archetype>>
<<case 1>>
<<goto "MvTF">>
<<default>>
<<goto "MvW">>
<</switch>>
<<case 1>>
<<switch $enemy.archetype>>
<<case 0>>
<<goto "MvTF">>
<<case 1>>
<<goto "TFvTF">>
<<default>>
<<goto "TFvW">>
<</switch>>
<<default>>
<<switch $enemy.archetype>>
<<case 0>>
<<goto "MvW">>
<<case 1>>
<<goto "TFvW">>
<<default>>
<<goto "TWvW">>
<</switch>>
<</switch?>>
<</button>>
<</if>>
<</if>><video loop muted autoplay poster="" class="">
<source src="none" id="sideBar" type="video/mp4">
</video>
<<set $gifTmp="img/sexbattle/">>
<<switch $archetype>>
<<case 0>>
<<if $control>> <<set $gifTmp+="m">> <</if>>
<<if $enemy.archetype==1>>
<<if !$control>> <<set $gifTmp+="tf">> <</if>>
<<switch $action>>
<<case "blow">>
<<set $gifTmp+="blow">>
<<if $control>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,6)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,10)>>
<</if>>
<<case "grope">>
<<set $gifTmp+="grope">>
<<if $control>>
<<set $gifTmp+="img/sexbattle/wgropem">>
<<set $gifTmp+=random(1,5)>>
<<else>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,4)>>
<</if>>
<<case "kiss">>
<<set $gifTmp="img/sexbattle/mkissw">>
<<set $gifTmp+=random(1,5)>>
<<case "hand">>
<<set $gifTmp+="hand">>
<<if $control>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,9)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,8)>>
<</if>>
<<case "anal">>
<<set $gifTmp+="anal">>
<<if $control>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,11)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,10)>>
<</if>>
<</switch>>
<<else>>
<<if !$control>> <<set $gifTmp+="w">> <</if>>
<<switch $action>>
<<case "blow">>
<<set $gifTmp+="blow">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,17)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,10)>>
<</if>>
<<case "breasts">>
<<set $gifTmp+="breasts">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,13)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,8)>>
<</if>>
<<case "foot">>
<<set $gifTmp+="foot">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,11)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,4)>>
<</if>>
<<case "grope">>
<<set $gifTmp+="grope">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,8)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,5)>>
<</if>>
<<case "kiss">>
<<set $gifTmp="img/sexbattle/mkissw">>
<<set $gifTmp+=random(1,5)>>
<<case "hand">>
<<set $gifTmp+="hand">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,8)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,9)>>
<</if>>
<<case "pussy">>
<<set $gifTmp+="pussy">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,15)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,12)>>
<</if>>
<<case "anal">>
<<set $gifTmp+="anal">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,15)>>
<<else>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,12)>>
<</if>>
<</switch>>
<</if>>
<<case 1>>
<<set $gifTmp+="tf">>
<<if $enemy.archetype==0>>
<<if !$control>> <<set $gifTmp+="m">> <</if>>
<<switch $action>>
<<case "blow">>
<<set $gifTmp+="blow">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,10)>>
<<else>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,6)>>
<</if>>
<<case "grope">>
<<set $gifTmp+="grope">>
<<if $control>>
<<set $gifTmp+="img/sexbattle/wgropem">>
<<set $gifTmp+=random(1,5)>>
<<else>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,4)>>
<</if>>
<<case "kiss">>
<<set $gifTmp="img/sexbattle/mkissw">>
<<set $gifTmp+=random(1,5)>>
<<case "hand">>
<<set $gifTmp+="hand">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,8)>>
<<else>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,9)>>
<</if>>
<<case "anal">>
<<set $gifTmp+="anal">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,10)>>
<<else>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,11)>>
<</if>>
<</switch>>
<<elseif $enemyArchetype==1>>
<<switch $action>>
<<case "blow">>
<<set $gifTmp+="blowtf">>
<<set $gifTmp+=random(1,10)>>
<<case "grope">>
<<set $gifTmp+="img/sexbattle/wgropew">>
<<set $gifTmp+=random(1,4)>>
<<case "kiss">>
<<set $gifTmp="img/sexbattle/wkissw">>
<<set $gifTmp+=random(1,5)>>
<<case "hand">>
<<set $gifTmp+="handtf">>
<<set $gifTmp+=random(1,4)>>
<<case "anal">>
<<set $gifTmp+="analtf">>
<<set $gifTmp+=random(1,5)>>
<</switch>>
<<else>>
<<if !$control>> <<set $gifTmp+="w">> <</if>>
<<switch $action>>
<<case "blow">>
<<set $gifTmp+="blow">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,10)>>
<<else>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,6)>>
<</if>>
<<case "grope">>
<<set $gifTmp+="img/sexbattle/wgropew">>
<<set $gifTmp+=random(1,4)>>
<<case "kiss">>
<<set $gifTmp="img/sexbattle/wkissw">>
<<set $gifTmp+=random(1,5)>>
<<case "hand">>
<<set $gifTmp+="hand">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,4)>>
<<else>>
<<set $gifTmp="img/sexbattle/whandw">>
<<set $gifTmp+=random(1,9)>>
<</if>>
<<case "foot">>
<<set $gifTmp+="foot">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,1)>>
<<else>>
<<set $gifTmp="img/sexbattle/wfootw">>
<<set $gifTmp+=random(1,5)>>
<</if>>
<<case "pussy">>
<<set $gifTmp+="pussy">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,3)>>
<<else>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,3)>>
<</if>>
<<case "anal">>
<<set $gifTmp+="anal">>
<<if $control>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,1)>>
<<else>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,3)>>
<</if>>
<</switch>>
<</if>>
<<case 2>>
<<set $gifTmp+="w">>
<<if $enemyArchetype==0>>
<<if !$control>> <<set $gifTmp+="m">> <</if>>
<<switch $action>>
<<case "blow">>
<<set $gifTmp+="blow">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,10)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,17)>>
<</if>>
<<case "breasts">>
<<set $gifTmp+="breasts">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,8)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,13)>>
<</if>>
<<case "foot">>
<<set $gifTmp+="foot">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,4)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,11)>>
<</if>>
<<case "grope">>
<<set $gifTmp+="grope">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,5)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,8)>>
<</if>>
<<case "ass">>
<<set $gifTmp+="ass">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,8)>>
<<else>>
<</if>>
<<case "kiss">>
<<set $gifTmp="img/sexbattle/mkissw">>
<<set $gifTmp+=random(1,5)>>
<<case "hand">>
<<set $gifTmp+="hand">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,9)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,8)>>
<</if>>
<<case "pussy">>
<<set $gifTmp+="pussy">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,12)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,15)>>
<</if>>
<<case "anal">>
<<set $gifTmp+="anal">>
<<if $control>>
<<set $gifTmp+="m">>
<<set $gifTmp+=random(1,12)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,15)>>
<</if>>
<</switch>>
<<elseif $enemyArchetype==1>>
<<if !$control>> <<set $gifTmp+="tf">> <</if>>
<<switch $action>>
<<case "blow">>
<<set $gifTmp+="blow">>
<<if $control>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,6)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,10)>>
<</if>>
<<case "grope">>
<<set $gifTmp+="img/sexbattle/wgropew">>
<<set $gifTmp+=random(1,4)>>
<<case "kiss">>
<<set $gifTmp="img/sexbattle/wkissw">>
<<set $gifTmp+=random(1,5)>>
<<case "hand">>
<<set $gifTmp+="hand">>
<<if $control>>
<<set $gifTmp+="img/sexbattle/whandw">>
<<set $gifTmp+=random(1,9)>>
<<else>>
<<set $gifTmp="tf">>
<<set $gifTmp+=random(1,4)>>
<</if>>
<<case "foot">>
<<set $gifTmp+="foot">>
<<if $control>>
<<set $gifTmp+="img/sexbattle/wfootw">>
<<set $gifTmp+=random(1,5)>>
<<else>>
<<set $gifTmp="tf">>
<<set $gifTmp+=random(1,1)>>
<</if>>
<<case "pussy">>
<<set $gifTmp+="pussy">>
<<if $control>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,3)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,3)>>
<</if>>
<<case "anal">>
<<set $gifTmp+="anal">>
<<if $control>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,3)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,1)>>
<</if>>
<</switch>>
<<else>>
<<switch $action>>
<<case "blow">>
<<set $gifTmp+="bloww">>
<<set $gifTmp+=random(1,10)>>
<<case "grope">>
<<set $gifTmp+="gropew">>
<<set $gifTmp+=random(1,5)>>
<<case "kiss">>
<<set $gifTmp="kissw">>
<<set $gifTmp+=random(1,5)>>
<<case "foot">>
<<set $gifTmp="footw">>
<<set $gifTmp+=random(1,5)>>
<<case "hand">>
<<set $gifTmp+="handw">>
<<set $gifTmp+=random(1,9)>>
<<case "pussy">>
<<set $gifTmp+="pussyw">>
<<set $gifTmp+=random(1,10)>>
<<case "anal">>
<<set $gifTmp+="analw">>
<<set $gifTmp+=random(1,8)>>
<</switch>>
<</if>>
<</switch>>
<script>
document.getElementById('sideBar').src = SugarCube.State.variables.gifTmp + ".mp4";
</script><<silently>>
<<if $enemy.master is "player">>
<<set $enemyActionLevel=1>>
<<else>>
<<if !$control>>
<<set $tmp=false>>
<<if $enemy.willpower>10>>
<<switch $action>>
<<case "kiss">>
<<if random(1,3)==1>>
<<include "raiseLevelAI">>
<</if>>
<<case "grope" "foot">>
<<if random(1,4)==1>>
<<include "raiseLevelAI">>
<</if>>
<<case "hand" "blow" "breasts" "ass">>
<<if random(1,5)==1>>
<<include "raiseLevelAI">>
<</if>>
<<case "pussy">>
<<if random(1,6)==1>>
<<include "raiseLevelAI">>
<</if>>
<</switch>>
<</if>>
<<if !$tmp>>
<<if $enemy.willpower<10>>
<<if random(1,3)<3>>
<<set $enemyActionLevel=1, $enemy.willpower+=10>>
<<else>>
<<set $enemyActionLevel=2>>
<</if>
<<elseif $enemy.willpower>=10 and $enemy.horny>=80>>
<<set $enemyActionLevel=3, $enemy.willpower-=10>>
<<elseif $enemy.horny<60>>
<<if $enemy.willpower<=30>>
<<set $rand=random(1,4)>>
<<if $rand<3>>
<<set $enemyActionLevel=1, $enemy.willpower+=10>>
<<elseif $rand==3>>
<<set $enemyActionLevel=2>>
<<else>>
<<set $enemyActionLevel=3, $enemy.willpower-=10>>
<</if>>
<<elseif $enemy.willpower>=70>>
<<set $rand=random(1,5)>>
<<if $rand<4>>
<<set $enemyActionLevel=3, $enemy.willpower-=10>>
<<elseif $rand==4>>
<<set $enemyActionLevel=2>>
<<else>>
<<set $enemyActionLevel=1, $enemy.willpower+=10>>
<</if>>
<<else>>
<<set $enemyActionLevel=random(1,3)>>
<<if $enemyActionLevel==3>> <<set $enemy.willpower-=10>> <</if>>
<<if $enemyActionLevel==1>> <<set $enemy.willpower+=10>> <</if>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if $enemy.willpower<10>>
<<set $rand=random(1,3)>>
<<if random(1,3)<3>>
<<set $enemyActionLevel=1, $enemy.willpower+=10>>
<<else>>
<<set $enemyActionLevel=2>>
<</if>
<<elseif $enemy.willpower>=10 and $enemy.horny>=80 or $enemy.willpower>=10 and $horny>=80>>
<<set $enemyActionLevel=3, $enemy.willpower-=10>>
<<elseif $enemy.horny<60>>
<<if $enemy.willpower<=30>>
<<set $rand=random(1,5)>>
<<if $rand<2>>
<<set $enemyActionLevel=1, $enemy.willpower+=10>>
<<elseif $rand==4>>
<<set $enemyActionLevel=2>>
<<else>>
<<set $enemyActionLevel=3, $enemy.willpower-=10>>
<</if>>
<<elseif $enemy.willpower>=70>>
<<set $rand=random(1,4)>>
<<if $rand<3>>
<<set $enemyActionLevel=3, $enemy.willpower-=10>>
<<elseif $rand==3>>
<<set $enemyActionLevel=2>>
<<else>>
<<set $enemyActionLevel=1, $enemy.willpower+=10>>
<</if>>
<<else>>
<<set $enemyActionLevel=random(1,3)>>
<<if $enemyActionLevel==3>> <<set $enemy.willpower-=10>> <</if>>
<<if $enemyActionLevel==1>> <<set $enemy.willpower+=10>> <</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</silently>><<if $horny>=100 or $enemy.horny>=100>> <<goto "Cum">> <</if>>
You: Willpower: $willpower Horniness: $horny
$enemy.name: Willpower:$enemy.willpower Horniness:$enemy.horny
Willpower bid:
<<if $willpower>0>>[[High|test3][$actionLevel=3, $willpower-=10]]
[[Medium|test3][$actionLevel=2]]<</if>>
[[Low|test3][$actionLevel=1, $willpower+=10]]
<<include "gifSwitch">>
<<switch $action>>
<<case "kiss">>
<<if $control>>
<<if $archetype==0>>
You're kissing $enemy.name
<<else>>
You're kissing $enemy.name
<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(1,3)>>
<<if $willpower>0>>
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=25, $actionChange=true]](-25 Willpower)
[[Switch to blow|test3][$action="blow",$willpower-=25, $actionChange=true]](-25 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=25, $actionChange=true]](-25 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=45, $actionChange=true]](-45 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=70, $actionChange=true]](-70 Willpower)<</if>>
<<else>>
<<if $archetype==0>>
$enemy.name is kissing you
<<else>>
$enemy.name is kissing you
<</if>>
<<set $enemy.horny+=random(1,3), $horny+=random(1,2)>>
<</if>>
<<case "grope">>
<<if $control>>
<<if $archetype==0>>
You're gropping $enemy.name
<<else>>
You're gropping $enemy.name
<</if>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=35, $actionChange=true]](-35 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=60, $actionChange=true]](-60 Willpower)<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
<<if $archetype==0>>
$enemy.name is gropping you
<<else>>
$enemy.name is gropping you
<</if>>
<<set $enemy.horny+=random(2,4), $horny+=random(2,4)>>
<</if>>
<<case "foot">>
<<if $control>>
<<if $archetype==0>>
You're fucking $enemy.name's feet.
<<else>>
$enemy.name is licking your feet.
<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blow|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=35, $actionChange=true]](-35 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=60, $actionChange=true]](-60 Willpower)<</if>>
<<else>>
<<if $archetype==0>>
You're licking $enemy.name's feet
<<else>>
$enemy.name is fucking your feet
<</if>>
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "blow">>
<<if $control>>
<<if $archetype==0>>
$enemy.name is blowing you.
<<else>>
$enemy.name eating you out.
<</if>>
<<set $enemyHorny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=15]](-15 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=45, $actionChange=true]](-45 Willpower)<</if>>
<<else>>
<<if $archetype==0>>
You're blowing $enemy.name
<<else>>
You're eating out $enemy.name
<</if>>
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "breasts">>
<<if $control>>
<<if $archetype==0>>
$enemy.name titfucking $enemy.name.
<<else>>
$enemy.name licking $enemy.name's breasts.
<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=15]](15 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to blow|test3][$action="blow",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=45, $actionChange=true]](-45 Willpower)<</if>>
<<else>>
<<if $archetype==0>>
You're licking $enemy.name's breasts
<<else>>
$enemy.name is titfucking you
<</if>>
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "hand">>
<<if $control>>
<<if $archetype==0>>
$enemy.name is giving you a handjob
<<else>>
$enemy.name is fingering you
<</if>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=15]](-15 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=45, $actionChange=true]](-45 Willpower)<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
<<if $archetype==0>>
You're finger $enemy.name
<<else>>
You're giving $enemy.name a handjob
<</if>>
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "pussy">>
<<if $control>>
<<if $archetype==0>>
You're fucking $enemy.name
<<else>>
You're fucking $enemy.name
<</if>>
<<set $enemy.horny+=random(4,8), $horny+=random(5,10)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=20]](20 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=10, $actionChange=true]](-10 Willpower)]
[[Switch to blowjob|test3][$action="blow",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=25, $actionChange=true]](-25 Willpower)
<</if>>
<<else>>
<<if $archetype==0>>
$enemy.name is fucking you
<<else>>
$enemy.name is fucking you
<</if>>
<<set $enemy.horny+=random(5,10), $horny+=random(4,8)>>
<</if>>
<<case "anal">>
<<if $control>>
<<if $archetype==0>>
You're fucking $enemy.name
<<else>>
You're fucking $enemy.name
<</if>>
<<set $enemyHorny+=random(4,8), $horny+=random(5,10)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=25]](-25 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=10, $actionChange=true]](-10 Willpower)
<</if>>
<<else>>
<<if $archetype==0>>
$enemy.name is fucking you
<<else>>
$enemy.name is fucking you
<</if>>
<<set $enemy.horny+=random(5,10), $horny+=random(4,8)>>
<</if>>
<</switch>> <<set $tmp=true, $actionChange=true>>
<<switch $enemy.archetype>>
<<case 0>>
<<switch $archetype>>
<<case 1>>
<<switch $action>>
<<case "kiss">>
<<set $action="grope", $enemy.willpower-=10>>
<<case "grope" "foot">>
<<if random(1,2)==1>>
<<set $action="hand", $enemy.willpower-=15>>
<<else>>
<<set $action="blow", $enemy.willpower-=15>>
<</if>>
<<case "hand" "blow">>
<<set $action="pussy", $enemy.willpower-=20>>
<<case "pussy">>
<<set $action="anal", $enemy.willpower-=25>>
<</switch>>
<<case 2>>
<<switch $action>>
<<case "kiss">>
<<set $action="foot", $enemy.willpower-=10>>
<<case "grope" "foot">>
<<if random(1,3)==1>>
<<set $action="hand", $enemy.willpower-=15>>
<<elseif random(1,2)==1>>
<<set $action="blow", $enemy.willpower-=15>>
<<else>>
<<set $action="breasts", $enemy.willpower-=15>> <</if>>
<<case "hand" "blow" "breasts">>
<<set $action="pussy", $enemy.willpower-=20>>
<<case "pussy">>
<<set $action="anal", $enemy.willpower-=25>>
<</switch>>
<</switch>>
<<case 1>>
<<switch $archetype>>
<<case 0>>
<<switch $action>>
<<case "kiss">>
<<set $action="grope", $enemy.willpower-=10>>
<<case "grope" "foot">>
<<if random(1,2)==1>>
<<set $action="hand", $enemy.willpower-=15>>
<<else>>
<<set $action="blow", $enemy.willpower-=15>>
<</if>>
<<case "hand" "blow">>
<<set $action="pussy", $enemy.willpower-=20>>
<<case "pussy">>
<<set $action="anal", $enemy.willpower-=25>>
<</switch>>
<<case 1>>
<<switch $action>>
<<case "kiss">>
<<set $action="grope", $enemy.willpower-=10>>
<<case "grope" "foot">>
<<if random(1,2)==1>>
<<set $action="hand", $enemy.willpower-=15>>
<<else>>
<<set $action="blow", $enemy.willpower-=15>>
<</if>>
<<case "hand" "blow">>
<<set $action="pussy", $enemy.willpower-=20>>
<<case "pussy">>
<<set $action="anal", $enemy.willpower-=25>>
<</switch>>
<<case 2>>
<<switch $action>>
<<case "kiss">>
<<set $action="foot", $enemy.willpower-=10>>
<<case "grope" "foot">>
<<if random(1,2)==1>>
<<set $action="hand", $enemy.willpower-=15>>
<<else>>
<<set $action="blow", $enemy.willpower-=15>>
<</if>>
<<case "hand" "blow">>
<<set $action="pussy", $enemy.willpower-=20>>
<<case "pussy">>
<<set $action="anal", $enemy.willpower-=25>>
<</switch>>
<</switch>>
<<case 2>>
<<switch $archetype>>
<<case 0>>
<<switch $action>>
<<case "kiss">>
<<set $action="foot", $enemy.willpower-=10>>
<<case "grope" "foot">>
<<if random(1,2)==1>>
<<set $action="hand", $enemy.willpower-=15>>
<<else>>
<<set $action="blow", $enemy.willpower-=15>>
<</if>>
<<case "hand" "blow">>
<<set $action="pussy", $enemy.willpower-=20>>
<<case "pussy">>
<<set $action="anal", $enemy.willpower-=25>>
<</switch>>
<<case 1>>
<<switch $action>>
<<case "kiss">>
<<set $action="foot", $enemy.willpower-=10>>
<<case "grope" "foot">>
<<if random(1,3)==1>>
<<set $action="hand", $enemy.willpower-=15>>
<<elseif random(1,2)==1>>
<<set $action="blow", $enemy.willpower-=15>>
<<else>>
<<set $action="breasts", $enemy.willpower-=15>>
<</if>>
<<case "hand" "blow" "breasts">>
<<set $action="pussy", $enemy.willpower-=20>>
<<case "pussy">>
<<set $action="anal", $enemy.willpower-=25>>
<</switch>>
<<case 2>>
<<switch $action>>
<<case "kiss">>
<<set $action="foot", $enemy.willpower-=10>>
<<case "grope" "foot">>
<<if random(1,3)==1>>
<<set $action="hand", $enemy.willpower-=15>>
<<elseif random(1,2)==1>>
<<set $action="blow", $enemy.willpower-=15>>
<<else>>
<<set $action="breasts", $enemy.willpower-=15>> <</if>>
<<case "hand" "blow" "breasts">>
<<set $action="pussy", $enemy.willpower-=20>>
<<case "pussy">>
<<set $action="anal", $enemy.willpower-=25>>
<</switch>>
<</switch>>
<</switch>>
<<silently>>
<<set $rand=random(0,3), $decideTmp=99>>
<<switch $rand>>
<<case 0>>
<<set $rand=random(0,2)>>
<<switch $rand>>
<<case 0>>
<<if $emily.master!="eric">>
<<set $decideTmp=1>>
<</if>>
<<case 1>>
<<if $arnold.master!="eric">>
<<set $decideTmp=2>>
<</if>>
<<default>>
<<if $hannah.master!="eric">>
<<set $decideTmp=3>>
<</if>>
<</switch>>
<<case 1>>
<<set $rand=random(0,2)>>
<<switch $rand>>
<<case 0>>
<<if $eric.master!="emily">>
<<set $decideTmp=10>>
<</if>>
<<case 1>>
<<if $arnold.master!="emily">>
<<set $decideTmp=12>>
<</if>>
<<default>>
<<if $hannah.master!="emily">>
<<set $decideTmp=13>>
<</if>>
<</switch>>
<<case 2>>
<<set $rand=random(0,2)>>
<<switch $rand>>
<<case 0>>
<<if $eric.master!="arnold">>
<<set $decideTmp=20>>
<</if>>
<<case 1>>
<<if $emily.master!="arnold">>
<<set $decideTmp=21>>
<</if>>
<<default>>
<<if $hannah.master!="arnold">>
<<set $decideTmp=23>>
<</if>>
<</switch>>
<<default>>
<<set $rand=random(0,2)>>
<<switch $rand>>
<<case 0>>
<<if $eric.master!="hannah"<10>>
<<set $decideTmp=30>>
<</if>>
<<case 1>>
<<if $emily.master!="hannah">>
<<set $decideTmp=31>>
<</if>>
<<default>>
<<if $emily.master!="hannah">>
<<set $decideTmp=32>>
<</if>>
<</switch>>
<</switch>>
<</silently>>
You bump into two opponents trying to mind control each other. ho do you help?
<<if $decideTmp==99>>
<<include "enemyDecide">>
<<else>>
<<switch $decideTmp>>
<<case 1 10>>
<<nobr>>
<<set $controlTmp="eric">>
<<include "enemyClothes">>
<<set $controlTmp="emily">>
<<include "enemyClothes">>
<</nobr>>
Eric v Emily
[[Help Eric|enemyDecide2][$decideTmp2=0]]
[[Help Emily|enemyDecide2][$decideTmp2=1]]
<<case 2 20>>
<<nobr>>
<<set $controlTmp="eric">>
<<include "enemyClothes">>
<<set $controlTmp="arnold">>
<<include "enemyClothes">>
<</nobr>>
Eric v Arnold
[[Help Eric|enemyDecide2][$decideTmp2=0]]
[[Help Arnold|enemyDecide2][$decideTmp2=2]]
<<case 3 30>>
<<nobr>>
<<set $controlTmp="eric">>
<<include "enemyClothes">>
<<set $controlTmp="hannah">>
<<include "enemyClothes">>
<</nobr>>
Eric v Hannah
[[Help Eric|enemyDecide2][$decideTmp2=0]]
[[Help Hannah|enemyDecide2][$decideTmp2=3]]
<<case 12 21>>
<<set $controlTmp="emily">>
<<include "enemyClothes">>
<<set $controlTmp="arnold">>
<<include "enemyClothes">>
<br>Emily v Arnold
<br>[[Help Emily|enemyDecide2][$decideTmp2=1]]
<br>[[Help Arnold|enemyDecide2][$decideTmp2=2]]
<<case 13 31>>
<<nobr>>
<<set $controlTmp="emily">>
<<include "enemyClothes">>
<<set $controlTmp="hannah">>
<<include "enemyClothes">>
<</nobr>>
Emily v Hannah
[[Help Emily|enemyDecide2][$decideTmp2=1]]
[[Help Hannah|enemyDecide2][$decideTmp2=3]]
<<case 23 32>>
<<nobr>>
<<set $controlTmp="arnold">>
<<include "enemyClothes">>
<<set $controlTmp="hannah">>
<<include "enemyClothes">>
<</nobr>>
Arnold v Hannah
[[Help Arnold|enemyDecide2][$decideTmp2=2]]
[[Help Hannah|enemyDecide2][$decideTmp2=3]]
<</switch>>
<</if>><<switch $decideTmp>>
<<case 1 10>>
<<if $decideTmp2==0>>
Eric mind controls Emily!
<<set $emily.breasts+=1>>
<<if $emily.breasts>=4>>
[[Sex time|EricEmilySex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<<else>>
Emily mind controls Eric!
<<set $eric.feminine+=1>>
<<if $eric.feminine>=5>>
[[Sex time|EricEmilySex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<</if>>
<<case 2 20>>
<<if $decideTmp2==0>>
Eric mind controls Arnold!
<<set $arnold.breasts+=1>>
<<if $arnold.breasts>=6>>
[[Sex time|EricArnoldSex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<<else>>
Arnold mind controls Eric!
<<set $eric.ass+=1>>
<<if $eric.ass>=6>>
[[Sex time|EricArnoldSex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<</if>>
<<case 3 30>>
<<if $decideTmp2==0>>
Eric mind controls Hannah!
<<set $hannah.breasts+=1>>
<<if $hannah.breasts>=4>>
[[Sex time|EricHannahSex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<<else>>
Hannah mind controls Eric!
<<set $eric.sub+=1>>
<<if $eric.sub>=6>>
[[Sex time|EricEmilySex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<</if>>
<<case 12 21>>
<<if $decideTmp2==1>>
Emily mind controls Arnold!
<<set $arnold.feminine+=1>>
<<if $arnold.feminine>=6>>
[[Sex time|ArnoldEmilySex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<<else>>
Arnold mind controls Emily!
<<set $emily.ass+=1>>
<<if $emily.ass>=4>>
[[Sex time|ArnoldEmilySex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<</if>>
<<case 13 31>>
<<if $decideTmp2==1>>
Emily mind controls Hannah!
<<set $hannah.feminine+=1>>
<<if $hannah.feminine>=5>>
[[Sex time|EmilyHannahSex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<<else>>
Hannah mind controls Emily!
<<set $emily.sub+=1>>
<<if $emily.sub>=5>>
[[Sex time|EmilyHannahSex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<</if>>
<<case 23 32>>
<<if $decideTmp2==2>>
Arnold mind controls hannah!
<<set $hannah.ass+=1>>
<<if $hannah.ass>=4>>
[[Sex time|ArnoldHannahSex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<<else>>
Hannah mind controls Arnold!
<<set $arnold.sub+=1>>
<<if $arnold.sub>=6>>
[[Sex time|ArnoldHannahSex]]
<<else>>
[[Next|Day Loop]]
<</if>>
<</if>>
<</switch>> <<switch $controlTmp>>
<<case "eric">>
<<set $tmp=Math.max($eric.feminineTmp,$eric.breastsTmp,$eric.assTmp,$eric.subTmp)>>
<<set $img="img/eric/avatar/">>
<<if $tmp<2>>
<<set $img+="1">>
<<elseif $tmp<4>>
<<set $img+="2">>
<<elseif $tmp<6>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $eric.breastsTmp<2>>
<<set $img+="1">>
<<elseif $eric.breastsTmp<5>>
<<set $img+="2">>
<<elseif $eric.breastsTmp<8>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $eric.subTmp<2>>
<<set $img+="1.png">>
<<elseif $eric.subTmp<5>>
<<set $img+="2.png">>
<<elseif $eric.subTmp<8>>
<<set $img+="3.png">>
<<else>>
<<set $img+="4.png">>
<</if>>
<<case "emily">>
<<set $tmp=Math.max($emily.feminineTmp,$emily.breastsTmp,$emily.assTmp,$emily.subTmp)>>
<<set $img="img/emily/avatar/">>
<<if $tmp<2>>
<<set $img+="1">>
<<elseif $tmp<4>>
<<set $img+="2">>
<<elseif $tmp<6>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $emily.breastsTmp<2>>
<<set $img+="1">>
<<elseif $emily.breastsTmp<5>>
<<set $img+="2">>
<<elseif $emily.breastsTmp<8>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $emily.subTmp<2>>
<<set $img+="1.png">>
<<elseif $emily.subTmp<5>>
<<set $img+="2.png">>
<<elseif $emily.subTmp<8>>
<<set $img+="3.png">>
<<else>>
<<set $img+="4.png">>
<</if>>
<<case "arnold">>
<<set $tmp=Math.max($arnold.feminineTmp,$arnold.breastsTmp,$arnold.assTmp,$arnold.subTmp)>>
<<set $img="img/arnold/avatar/">>
<<if $tmp<2>>
<<set $img+="1">>
<<elseif $tmp<4>>
<<set $img+="2">>
<<elseif $tmp<6>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $arnold.breastsTmp<2>>
<<set $img+="1">>
<<elseif $arnold.breastsTmp<5>>
<<set $img+="2">>
<<elseif $arnold.breastsTmp<8>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $arnold.assTmp<2>>
<<set $img+="1">>
<<elseif $arnold.assTmp<5>>
<<set $img+="2">>
<<elseif $arnold.assTmp<8>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $arnold.subTmp<2>>
<<set $img+="1.png">>
<<elseif $arnold.subTmp<5>>
<<set $img+="2.png">>
<<elseif $arnold.subTmp<8>>
<<set $img+="3.png">>
<<else>>
<<set $img+="4.png">>
<</if>>
<<case "hannah">>
<<set $tmp=Math.max($hannah.feminineTmp,$hannah.breastsTmp,$hannah.assTmp,$hannah.subTmp)>>
<<set $img="img/hannah/avatar/">>
<<if $tmp<2>>
<<set $img+="1">>
<<elseif $tmp<4>>
<<set $img+="2">>
<<elseif $tmp<6>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $hannah.breastsTmp<2>>
<<set $img+="1">>
<<elseif $hannah.breastsTmp<5>>
<<set $img+="2">>
<<elseif $hannah.breastsTmp<8>>
<<set $img+="3">>
<<else>>
<<set $img+="4">>
<</if>>
<<if $hannah.subTmp<2>>
<<set $img+="1.png">>
<<elseif $hannah.subTmp<5>>
<<set $img+="2.png">>
<<elseif $hannah.subTmp<8>>
<<set $img+="3.png">>
<<else>>
<<set $img+="4.png">>
<</if>>
<</switch>>
[img[$img]]You're on a team with Eric. Nice.
<<if $mindControl>0 and $stars>0>>[[Use a mind control orb|Eric MC][$mindControl-=1, $stars--]](Costs ★)<</if>>
[[Wave goodbye and continue on|ericTeamAfterMath]]
[[Give Eric a mind control orb.|ericTeamAfterMath][$tmp="orbGive"]]<<switch $controlTmp>>
<<case "eric">>
<<include "enemyClothes">>
As you're walking through the coridoors of the mansion, you spot Eric walking towards you.
"@@.eric;Hey there, sport. Crazy place this is, huh?@@"
"@@.player;Uh... yeah.@@"
"@@.eric;So I was thinking, you seem like a capable young man. We stand a better chance getting out of here if we team up, don't you think so?@@"
"@@.player;I guess so.@@"
"@@.eric;Great! So what do you say? Should we be partners in this?@@"
[[Yes|teamUp][$controlTmp="ericYes", $eric.team=1, $emily.team=-1, $arnold.team=-1, $hannah.team=-1]]
[[No|teamUp][$controlTmp="ericNo", $eric.team=-1]]
<<case "ericYes">>
Eric smirks. "@@.eric;I knew you'd see it my way. With your help, I'm sure this will be over in no time.@@"
You're now on a team with Eric!
[[Next|Day Loop]]
<<case "ericNo">>
"@@.eric;Heh, not as gullible as you look then. May the best man, also known as me, win.@@"
[[Next|Day Loop]]
<<case "emily">>
<<include "enemyClothes">>
"@@.emily;Hey, wait up!@@"
You turn around to see Emily walking towards you.
"@@.player;Oh, hey Emily.@@"
"@@.emily;Hey. Look, I've been talking to the other people here and... well...@@"
"@@.player;Not the most cooperative bunch.@@"
Emily frowns. "@@.emily;Yeah. It just makes me relieved there's someone I trust in here. If we work together, I know everything will turn out alright.@@"
"@@.player;Yeah...@@"
Emily looks at you, suprised. "@@.emily;Wait... are you saying you don't want to be on a team?@@"
[[Team up with Emily|teamUp][$controlTmp="emilyYes", $emily.team=1, $eric.team=-1, $arnold.team=-1, $hannah.team=-1]]
[[Turn her down|teamUp][$controlTmp="emilyNo", $emily.team=-1]]
<<case "emilyYes">>
You shake your head. "@@.player;Of course I want to be on your team. I'm just as glad there's a frienly face here as you are.@@"
Emily beams. "@@.emily;Yeah! There's no way we'll lose if we work together.@@"
"@@.player;I sure hope so...@@"
[[Next|Day Loop]]
<<case "emilyNo">>
"@@.player;I don't think that's a good idea.@@"
Emily's face falls. "@@.emily;Not a good idea?@@"
"@@.player;It's just... what if that's against the rules? We can't risk something like that.@@"
"@@.emily;But...@@"
"@@.player;Let's just watch each other's backs and leave it at that, okay?@@"
"@@.emily;...Right.@@"
[[Next|Day Loop]]
<<case "arnold">>
<<include "enemyClothes">>
"@@.arnold;Hey dude!@@"
You turn around to see Arnold waving at you.
"@@.player;Uh... hey.@@"
"@@.arnold;I was thinking... what kind of game has five people just oiong at it? You've got to have sides, man! One team wins, one team loses.@@"
"@@.player;I guess so.@@"
Arnold smiles. "@@.arnold;Yeah! So I decided we should be on the same team. If we work together, this thing will be a piece of cake.@@"
[[Join Arnold's team|teamUp][$controlTmp="arnoldYes", $arnold.team=1, $emily.team=-1, $eric.team=-1, $hannah.team=-1]]
[[Trun him down |teamUp][$controlTmp="arnoldNo", $arnold.team=-1]]
<<case "arnoldYes">>
"@@.player;Okay, let's team up.@@"
"@@.arnold;Sweet. I won't let you down.@@"
"@@.player;Well you do seem like a team player. So... how will this work?@@"
But Arnold is already jogging away from, eager to put his plans into action, whatever those are.
[[Next|Day Loop]]
<<case "arnoldNo">>
"@@.player;But there's an odd number of people, there's no way to make the teams even.@@"
Arnold furrows his brow. "@@.arnold;Wait a minute... hey you're right! What kind of messsed up game is the guy keeping us here playing!@@"
You shake your head. "@@.player;I wish I knew...@@"
[[Next|Day Loop]]
<<case "hannah">>
<<include "enemyClothes">>
You're walking to your destination when Hannah pops out in front of you.
"@@.player;Woah!@@"
"@@.hannah;You. I want to make a proposition.@@"
"@@.player;I know this is some kind of fucked up sex battle thing but...@@"
Hannah glares at you. "@@.hannah;Not that kind of proposition. I think we shouldn't fight each other. If we stay out of each others way, it'll make one of use getting out of here much more likely.@@"
"@@.player;I didn't think you were the team building type.@@"
Hannah rolls her eyes. "@@.hannah;I don't care what you thought, this is purely practical.@@"
"@@.player;Right...@@"
[[Join forces|teamUp][$controlTmp="hannahYes", $eric.team=-1, $emily.team=-1, $arnold.team=-1, $hannah.team=1]]
[[Turn her down|teamUp][$controlTmp="hannahNo", $hannah.team=-1]]
<<case "hannahYes">>
You joined forces with Hannah!
[[Next|Day Loop]]
<<case "hannahNo">>
"@@.What happens when we're the only ones left? Sooner or later we'll turn on each other.@@"
"@@.hannah;At least when that happens, you'll only have one opponent to focus on@@"
"@@.player;No thanks. I think I'll choose a teammate who doesn't have betrayel baked into the plan.@@"
You wait for Hannah to reply, but she just walks away.
[[Next|Day Loop]]
<<default>>
OOps.
[[Next|Day Loop]]
<</switch>>
You're on a team with Emily. Nice.
<<if $mindControl>0 and $stars>0>>[[Use a mind control orb|Emily MC][$mindControl-=1, $stars--]](Costs ★)<</if>>
[[Wave goodbye and continue on|Emily Team Aftermath]]
[[Give Emily a mind control orb.|Emily Team Aftermath][$tmp="orbGive", $emily.orb=true]]You're on a team with Hannah. Nice.
<<if $mindControl>0 and $stars>0>>[[Use a mind control orb|Hannah MC][$mindControl-=1, $stars--, $hannah.betray=true]](Costs ★)<</if>>
[[Wave goodbye and continue on|Day Loop]]
[[Give Hannah a mind control orb.|hannahTeamAfterMath][$tmp="orbGive", $hannah.orb=true]]You're on a team with Arnold. Nice.
<<if $mindControl>0 and $stars>0>>[[Use a mind control orb|Arnold MC][$mindControl-=1, $stars--]](Costs ★)<</if>>
[[Wave goodbye and continue on|Arnold Team Aftermath]]
[[Give Arnold a mind control orb.|Arnold Team Aftermath][$tmp="orbGive", $arnold.orb=true]]<<if $eric.master!="none">>
<<switch $eric.master>>
<<case "emily">>
<<if $emily.master!="none">>
<<set $eric.master=$emily.master>>
<</if>>
<<case "arnold">>
<<if $arnold.master!="none">>
<<set $eric.master=$arnold.master>>
<</if>>
<<case "hannah">>
<<if $hannah.master!="none">>
<<set $eric.master=$hannah.master>>
<</if>>
<</switch>>
<<if $eric.master is "player">>
<<switch $eric.target>>
<<case "emily">>
<<if $emily.orb>>
<<set $eric.feminine++>>
<<else>>
<<set $emily.breasts++>>
<</if>>
<<case "arnold">>
<<if $arnold.orb>>
<<set $eric.ass++>>
<<else>>
<<set $arnold.breasts++>>
<</if>>
<<case "hannah">>
<<if $hannah.orb>>
<<set $erc.sub++>>
<<else>>
<<set $hannah.breasts++>>
<</if>>
<<default>>
<<if random(1,3)==1>>
<<if $emily.orb>>
<<set $eric.feminine++>>
<<else>>
<<set $emily.breasts++>>
<</if>>
<<elseif random(1,2)==1>>
<<if $arnold.orb>>
<<set $eric.ass++>>
<<else>>
<<set $arnold.breasts++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $erc.sub++>>
<<else>>
<<set $hannah.breasts++>>
<</if>>
<</if>>
<</switch>>
<</if>>
<<else>>
<<if random(1,3)==1>>
<<if $emily.orb>>
<<set $eric.feminine++>>
<<else>>
<<set $emily.breasts++>>
<</if>>
<<elseif random(1,2)==1>>
<<if $arnold.orb>>
<<set $eric.ass++>>
<<else>>
<<set $arnold.breasts++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $erc.sub++>>
<<else>>
<<set $hannah.breasts++>>
<</if>>
<</if>>
<<if $eric.feminine>=10>>
<<set $eric.master="emily">>
<<if random(1,2)==1>>
<<if $arnold.orb>>
<<set $eric.ass++>>
<<else>>
<<set $arnold.breasts++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $erc.sub++>>
<<else>>
<<set $hannah.breasts++>>
<</if>>
<</if>>
<<elseif $eric.ass>=10>>
<<set $eric.master="arnold">>
<<if random(1,2)==1>>
<<if $emily.orb>>
<<set $eric.feminine++>>
<<else>>
<<set $emily.breasts++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $erc.sub++>>
<<else>>
<<set $hannah.breasts++>>
<</if>>
<</if>>
<<elseif $eric.sub>=10>>
<<set $eric.master="hannah">>
<<if random(1,2)==1>>
<<if $arnold.orb>>
<<set $eric.ass++>>
<<else>>
<<set $arnold.breasts++>>
<</if>>
<<else>>
<<if $emily.orb>>
<<set $eric.feminine++>>
<<else>>
<<set $emily.breasts++>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $eric.feminine>=5>>
<<set $eric.archetype=2>>
<<elseif Math.max($eric.feminine,$eric.breasts,$eric.ass,$eric.sub)>=6>>
<<set $eric.archetype=1>>
<</if>>
<<set $eric.breastTmp=$eric.breasts, $eric.feminineTmp=$eric.feminine, $eric.assTmp=$eric.ass, $eric.subTmp=$eric.sub>>
<<if $emily.master!="none">>
<<switch $emily.master>>
<<case "eric">>
<<if $eric.master!="none">>
<<set $emily.master=$eric.master>>
<</if>>
<<case "arnold">>
<<if $arnold.master!="none">>
<<set $emily.master=$arnold.master>>
<</if>>
<<case "hannah">>
<<if $hannah.master!="none">>
<<set $emily.master=$hannah.master>>
<</if>>
<</switch>>
<<if $emily.master is "player">>
<<switch $emily.target>>
<<case "eric">>
<<set $eric.feminine++>>
<<case "arnold">>
<<if $arnold.orb>>
<<set $emily.ass++>>
<<else>>
<<set $arnold.feminine++>>
<</if>>
<<case "hannah">>
<<if $hannah.orb>>
<<set $emily.sub++>>
<<else>>
<<set $hannah.feminine++>>
<</if>>
<<default>>
<<if random(1,3)==1>>
<<set $eric.feminine++>>
<<elseif random(1,2)==1>>
<<if $arnold.orb>>
<<set $emily.ass++>>
<<else>>
<<set $arnold.feminine++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $emily.sub++>>
<<else>>
<<set $hannah.feminine++>>
<</if>>
<</if>>
<</switch>>
<</if>>
<<else>>
<<if random(1,3)==1>>
<<set $eric.feminine++>>
<<elseif random(1,2)==1>>
<<if $arnold.orb>>
<<set $emily.ass++>>
<<else>>
<<set $arnold.feminine++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $emily.sub++>>
<<else>>
<<set $hannah.feminine++>>
<</if>>
<</if>>
<<if $emily.breasts>=10>>
<<set $emily.master="eric">>
<<if random(1,2)==1>>
<<if $arnold.orb>>
<<set $emily.ass++>>
<<else>>
<<set $arnold.feminine++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $emily.sub++>>
<<else>>
<<set $hannah.feminine++>>
<</if>>
<</if>>
<<elseif $emily.ass>=10>>
<<set $emily.master="arnold">>
<<if random(1,2)==1>>
<<set $eric.feminine++>>
<<else>>
<<if $arnold.orb>>
<<set $emily.ass++>>
<<else>>
<<set $arnold.feminine++>>
<</if>>
<</if>>
<<elseif $emily.sub>=10>>
<<set $emily.master="hannah">>
<<if random(1,2)==1>>
<<if $arnold.orb>>
<<set $emily.ass++>>
<<else>>
<<set $arnold.feminine++>>
<</if>>
<<else>>
<<set $eric.feminine++>>
<</if>>
<</if>>
<</if>>
<<set $emily.breastTmp=$emily.breasts, $emily.feminineTmp=$emily.feminine, $emily.assTmp=$emily.ass, $emily.subTmp=$emily.sub>>
<<if $arnold.master!="none">>
<<switch $arnold.master>>
<<case "emily">>
<<if $emily.master!="none">>
<<set $arnold.master=$emily.master>>
<</if>>
<<case "eric">>
<<if $eric.master!="none">>
<<set $arnold.master=$eric.master>>
<</if>>
<<case "hannah">>
<<if $hannah.master!="none">>
<<set $arnold.master=$hannah.master>>
<</if>>
<</switch>>
<<if $arnold.master is "player">>
<<switch $arnold.target>>
<<case "eric">>
<<set $eric.ass++>>
<<case "emily">>
<<if $emily.orb>>
<<set $arnold.feminine++>>
<<else>>
<<set $emily.ass++>>
<</if>>
<<case "hannah">>
<<if $hannah.orb>>
<<set $arnold.sub++>>
<<else>>
<<set $hannah.ass++>>
<</if>>
<<default>>
<<if random(1,3)==1>>
<<set $eric.ass++>>
<<elseif random(1,2)==1>>
<<if $emily.orb>>
<<set $arnold.feminine++>>
<<else>>
<<set $emily.ass++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $arnold.sub++>>
<<else>>
<<set $hannah.ass++>>
<</if>>
<</if>>
<</switch>>
<</if>>
<<else>>
<<if random(1,3)==1>>
<<set $eric.ass++>>
<<elseif random(1,2)==1>>
<<if $emily.orb>>
<<set $arnold.feminine++>>
<<else>>
<<set $emily.ass++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $arnold.sub++>>
<<else>>
<<set $hannah.ass++>>
<</if>>
<</if>>
<<if $arnold.breasts>=10>>
<<set $arnold.master="eric">>
<<if random(1,2)==1>>
<<if $emily.orb>>
<<set $arnold.feminine++>>
<<else>>
<<set $emily.ass++>>
<</if>>
<<else>>
<<if $hannah.orb>>
<<set $arnold.sub++>>
<<else>>
<<set $hannah.ass++>>
<</if>>
<</if>>
<<elseif $arnold.feminine>=10>>
<<set $arnold.master="emily">>
<<if random(1,2)==1>>
<<set $eric.ass++>>
<<else>>
<<set $hannah.ass++>>
<</if>>
<<elseif $arnold.sub>=10>>
<<set $arnold.master="hannah">>
<<if random(1,2)==1>>
<<if $emily.orb>>
<<set $arnold.feminine++>>
<<else>>
<<set $emily.ass++>>
<</if>>
<<else>>
<<set $eric.ass++>>
<</if>>
<</if>>
<</if>>
<<if $arnold.feminine>=5>>
<<set $arnold.archetype=2>>
<<elseif Math.max($arnold.feminine,$arnold.breasts,$arnold.ass,$arnold.sub)>=6>>
<<set $arnold.archetype=1>>
<</if>>
<<set $arnold.breastTmp=$arnold.breasts, $arnold.feminineTmp=$arnold.feminine, $arnold.assTmp=$arnold.ass, $arnold.subTmp=$arnold.sub>>
<<if $hannah.master!="none">>
<<switch $hannah.master>>
<<case "emily">>
<<if $emily.master!="none">>
<<set $hannah.master=$emily.master>>
<</if>>
<<case "arnold">>
<<if $arnold.master!="none">>
<<set $hannah.master=$arnold.master>>
<</if>>
<<case "eric">>
<<if $eric.master!="none">>
<<set $hannah.master=$eric.master>>
<</if>>
<</switch>>
<<if $hannah.master is "player">>
<<switch $hannah.target>>
<<case "eric">>
<<set $eric.sub++>>
<<case "emily">>
<<if $emily.orb>>
<<set $hannah.feminine++>>
<<else>>
<<set $emily.sub++>>
<</if>>
<<case "arnold">>
<<if $arnold.orb>>
<<set $hannah.ass++>>
<<else>>
<<set $arnold.sub++>>
<</if>>
<<default>>
<<if random(1,3)==1>>
<<set $eric.ass++>>
<<elseif random(1,2)==1>>
<<if $emily.orb>>
<<set $hannah.feminine++>>
<<else>>
<<set $emily.sub++>>
<</if>>
<<else>>
<<if $arnold.orb>>
<<set $hannah.ass++>>
<<else>>
<<set $arnold.sub++>>
<</if>>
<</if>>
<</switch>>
<</if>>
<<else>>
<<if random(1,3)==1>>
<<set $eric.sub++>>
<<elseif random(1,2)==1>>
<<if $emily.orb>>
<<set $hannah.feminine++>>
<<else>>
<<set $emily.sub++>>
<</if>>
<<else>>
<<if $arnold.orb>>
<<set $hannah.ass++>>
<<else>>
<<set $arnold.sub++>>
<</if>>
<</if>>
<<if $hannah.breasts>=10>>
<<set $hannah.master="eric">>
<<if random(1,2)==1>>
<<if $emily.orb>>
<<set $hannah.feminine++>>
<<else>>
<<set $emily.sub++>>
<</if>>
<<else>>
<<if $arnold.orb>>
<<set $hannah.ass++>>
<<else>>
<<set $arnold.sub++>>
<</if>>
<</if>>
<<elseif $hannah.ass>=10>>
<<set $hannah.master="arnold">>
<<if random(1,2)==1>>
<<set $eric.sub++>>
<<else>>
<<if $emily.orb>>
<<set $hannah.feminine++>>
<<else>>
<<set $emily.sub++>>
<</if>>
<</if>>
<<elseif $hannah.feminine>=10>>
<<set $hannah.master="emily">>
<<if random(1,2)==1>>
<<if $arnold.orb>>
<<set $hannah.ass++>>
<<else>>
<<set $arnold.sub++>>
<</if>>
<<else>>
<<set $eric.sub++>>
<</if>>
<</if>>
<</if>>
<<set $hannah.breastTmp=$hannah.breasts, $hannah.feminineTmp=$hannah.feminine, $hannah.assTmp=$hannah.ass, $hannah.subTmp=$hannah.sub>>
<<set $emily.orb=false, $hannah.orb=false, $arnold.orb=false>><<if $tmp is "orbGive">>
"@@.eric;Thanks. Mind if I test this out?@@"
[[Oh no!|Eric Aftermath][$breasts+=1]]
<<elseif random(1,2)==1>>
Eric doses you behind your back!
[[Oh no!|Eric Aftermath][$breasts+=1]]
<<else>>
You wave goodbye.
[[Next|Day Loop]]
<</if>><<if $tmp is "orbGive">>
"@@.emily;Thanks! I'll make sure to put this to good use.@@"
[[Next|Day Loop]]
<<elseif random(1,3)==1>>
Emily doses you !
[[Oh no!|Emily Aftermath][$feminine+=1]]
<<else>>
You wave goodbye.
[[Next|Day Loop]]
<</if>><<if $tmp is "orbGive">>
"@@.arnold;Nice, what kind of sport do you use this for?@@"
[[Next|Day Loop]]
<<elseif random(-2,$archetype)>=0>>
Arnold doses you !
[[Oh no!|Arnold Aftermath][$ass+=1]]
<<else>>
You waive goodbye.
[[Next|Day Loop]]
<</if>><<if $tmp is "orbGive">>
"@@.hannah;Interesting. So this is what you're using on the others. I'll put it to good use.@@"
[[Next|Day Loop]]
<</if>><<switch $commentControl>>
<<case "selfBody">>
<<set $tmp=Math.max($eric.feminineTmp,$eric.breastsTmp,$eric.assTmp,$eric.subTmp)>>
<<if $tmp==$eric.breastsTmp>>
<<switch $eric.breastsTmp>>
<<case 0>>
"@@.eric;I'm feeling pretty good about this competition. Feeling strong, ya know?@@"
<<case 2>>
"@@.eric;Hey. You haven't noticed any kind of, uh, chest swelling have you? I mean, I know you have but I mean... oh nevermind.@@"
<<case 4>>
"@@.eric;What are you staring at? Notcing my pecs? Yeah, I've been working out a lot lately...@@"
<<case 6>>
"@@.eric;My eyes are up here pal.@@"
<<case 8>>
"@@.eric;You keep staring... do you really like my breasts that much? I guess they're not so bad then...@@"
<<default>>
<</switch>>
<<elseif $tmp==$eric.feminineTmp>>
<<switch $eric.feminineTmp>>
<<case 1>>
Eric Feminine 1 comment
<<case 2>>
Eric Feminine 2 comment
<<case 3>>
Eric Feminine 3 comment
<<case 4>>
Eric Feminine 4 comment
<<case 5>>
Eric Feminine 5 comment
<<case 6>>
Eric Feminine 6 comment
<<case 7>>
Eric Feminine 7 comment
<<case 8>>
Eric Feminine 8 comment
<<case 9>>
Eric Feminine 9 comment
<<default>>
<</switch>>
<<elseif $tmp==$eric.assTmp>>
<<switch $eric.assTmp>>
<<case 1>>
Eric Ass 1 comment
<<case 2>>
Eric Ass 2 comment
<<case 3>>
Eric Ass 3 comment
<<case 4>>
Eric Ass 4 comment
<<case 5>>
Eric Ass 5 comment
<<case 6>>
Eric Ass 6 comment
<<case 7>>
Eric Ass 7 comment
<<case 8>>
Eric Ass 8 comment
<<case 9>>
Eric Ass 9 comment
<<default>>
<</switch>>
<<elseif $tmp==$eric.subTmp>>
<<switch $eric.subTmp>>
<<case 1>>
Eric Sub 1 comment
<<case 2>>
Eric Sub 2 comment
<<case 3>>
Eric Sub 3 comment
<<case 4>>
Eric Sub 4 comment
<<case 5>>
Eric Sub 5 comment
<<case 6>>
Eric Sub 6 comment
<<case 7>>
Eric Sub 7 comment
<<case 8>>
Eric Sub 8 comment
<<case 9>>
Eric Sub 9 comment
<<default>>
<</switch>>
<</if>>
<<case "playerBody">>
Eric comments on player body.
<</switch>><<if $horny>=100 or $enemy.horny>=100>> <<goto "Cum">> <</if>>
You: $willpower $horny
<<include "sexBattleAI">>
Willpower bid:
<<if $willpower>0>>[[High|test3][$actionLevel=3, $willpower-=10]]
[[Medium|test3][$actionLevel=2]]<</if>>
[[Low|test3][$actionLevel=1, $willpower+=10]]
<<include "gifSwitch">>
<<switch $action>>
<<case "blow">>
<<if $control>>
$enemy.name is blowing you.
<<set $enemHorny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to handjob|MvTF][$action="hand",$willpower-=15]](-15 Willpower)
<<if $archetype==0>>[[Switch to grope|MvTF][$action="grope",$willpower-=10]](-10 Willpower)<</if>>
[[Switch to sex|MvTF][$action="anal",$willpower-=20]](-20 Willpower)<</if>>
<<else>>
You're blowing $enemy.name
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "kiss">>
<<if $control>>
You're kissing $enemy.name
<<set $enemy.horny+=random(1,2), $horny+=random(1,3)>>
<<if $willpower>0>>[[Switch to blowjob|MvTF][$action="blow",$willpower-=15]](-15 Willpower)
[[Switch to handjob|MvTF][$action="hand",$willpower-=15]](-15 Willpower)
<<if $archetype==0>>[[Switch to grope|MvTF][$action="grope",$willpower-=10]](-10 Willpower)<</if>>
[[Switch to sex|MvTF][$action="anal",$willpower-=20]](-20 Willpower)<</if>>
<<else>>
$enemy.name is kissing you
<<set $enemy.horny+=random(1,3), $horny+=random(1,2)>>
<</if>>
<<case "hand">>
<<if $control>>
$enemy.name is giving you a handjob
<<if $willpower>0>>[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to blowjob|MvTF][$action="blow",$willpower-=15]](-15 Willpower)
<<if $archetype==0>>[[Switch to grope|MvTF][$action="grope",$willpower-=10]](-10 Willpower)<</if>>
[[Switch to sex|MvTF][$action="anal",$willpower-=20]](-20 Willpower)<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
You're giving $enemy.name a handjob
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "grope">>
<<if $control>>
You're gropping $enemy.name
<<if $willpower>0>>[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to blowjob|MvTF][$action="blow",$willpower-=15]](-15 Willpower)
[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to sex|MvTF][$action="anal",$willpower-=20]](-20 Willpower)<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
$enemy.name is gropping you
<<set $enemy.horny+=random(2,4), $horny+=random(2,4)>>
<</if>>
<<case "anal">>
<<if $control>>
You're fucking $enemy.name
<<set $enemyHorny+=random(4,8), $horny+=random(5,10)>>
<<if $willpower>0>>[[Switch to kissing|MvTF][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to handjob|MvTF][$action="hand",$willpower-=15]](-15 Willpower)
<<if $archetype==0>>[[Switch to grope|MvTF][$action="grope",$willpower-=10]](-10 Willpower)<</if>>
[[Switch to blowjob|MvTF][$action="blow",$willpower-=15]](-15 Willpower)<</if>>
<<else>>
$enemy.name is fucking you
<<set $enemy.horny+=random(5,10), $horny+=random(4,8)>>
<</if>>
<</switch>> <<if $horny>=100 or $enemy.horny>=100>> <<goto "Cum">> <</if>>
You: $willpower $horny
Enemy: $enemy.willpower $enemy.horny
Willpower bid:
<<if $willpower>0>>[[High|test3][$actionLevel=3, $willpower-=10]]
[[Medium|test3][$actionLevel=2]]<</if>>
[[Low|test3][$actionLevel=1, $willpower+=10]]
<<include "gifSwitch">>
<<switch $action>>
<<case "kiss">>
<<if $control>>
<<if $archetype==1>>
You're kissing $enemy.name
<<else>>
You're kissing $enemy.name
<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(1,3)>>
<<if $willpower>0>>
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=25, $actionChange=true]](-25 Willpower)
[[Switch to blow|test3][$action="blow",$willpower-=25, $actionChange=true]](-25 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=45, $actionChange=true]](-45 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=70, $actionChange=true]](-70 Willpower)<</if>>
<<else>>
<<if $archetype==1>>
$enemy.name is kissing you
<<else>>
$enemy.name is kissing you
<</if>>
<<set $enemy.horny+=random(1,3), $horny+=random(1,2)>>
<</if>>
<<case "grope">>
<<if $control>>
<<if $archetype==1>>
You're gropping $enemy.name
<<else>>
You're gropping $enemy.name
<</if>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=35, $actionChange=true]](-35 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=60, $actionChange=true]](-60 Willpower)<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
<<if $archetype==1>>
$enemy.name is gropping you
<<else>>
$enemy.name is gropping you
<</if>>
<<set $enemy.horny+=random(2,4), $horny+=random(2,4)>>
<</if>>
<<case "foot">>
<<if $control>>
<<if $archetype==1>>
You're fucking $enemy.name's feet.
<<else>>
$enemy.name is licking your feet.
<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blow|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=35, $actionChange=true]](-35 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=60, $actionChange=true]](-60 Willpower)<</if>>
<<else>>
<<if $archetype==1>>
You're licking $enemy.name's feet
<<else>>
$enemy.name is fucking your feet
<</if>>
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "blow">>
<<if $control>>
<<if $archetype==1>>
$enemy.name is blowing you.
<<else>>
$enemy.name eating you out.
<</if>>
<<set $enemyHorny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=15]](-15 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=45, $actionChange=true]](-45 Willpower)<</if>>
<<else>>
<<if $archetype==2>>
You're blowing $enemy.name
<<else>>
You're eating out $enemy.name
<</if>>
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "hand">>
<<if $control>>
<<if $archetype==1>>
$enemy.name is giving you a handjob
<<else>>
$enemy.name is fingering you
<</if>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=15](-15 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=45, $actionChange=true]](-45 Willpower)
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
<<if $archetype==1>>
You're finger $enemy.name
<<else>>
You're giving $enemy.name a handjob
<</if>>
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "pussy">>
<<if $control>>
<<if $archetype==1>>
You're fucking $enemy.name
<<else>>
You're fucking $enemy.name
<</if>>
<<set $enemy.horny+=random(4,8), $horny+=random(5,10)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=20]](20 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to anal|test3][$action="anal",$willpower-=25, $actionChange=true]](-25 Willpower)
<</if>>
<<else>>
<<if $archetype==1>>
$enemy.name is fucking you
<<else>>
$enemy.name is fucking you
<</if>>
<<set $enemy.horny+=random(5,10), $horny+=random(4,8)>>
<</if>>
<<case "anal">>
<<if $control>>
<<if $archetype==1>>
You're fucking $enemy.name
<<else>>
You're fucking $enemy.name
<</if>>
<<set $enemyHorny+=random(4,8), $horny+=random(5,10)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=25]](-25 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=10, $actionChange=true]](-10 Willpower)
<</if>>
<<else>>
<<if $archetype==1>>
$enemy.name is fucking you
<<else>>
$enemy.name is fucking you
<</if>>
<<set $enemy.horny+=random(5,10), $horny+=random(4,8)>>
<</if>>
<</switch>> <<if $horny>=100 or $enemy.horny>=100>> <<goto "Cum">> <</if>>
You: $willpower $horny
Enemy: $enemy.willpower $enemy.horny
Willpower bid:
<<if $willpower>0>>[[High|test3][$actionLevel=3, $willpower-=10]]
[[Medium|test3][$actionLevel=2]]<</if>>
[[Low|test3][$actionLevel=1, $willpower+=10]]
<<include "gifSwitch">>
<<switch $action>>
<<case "kiss">>
<<if $control>>
You're kissing $enemy.name
<<set $enemy.horny+=random(1,2), $horny+=random(1,3)>>
<<if $willpower>0>>
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=25, $actionChange=true]](-25 Willpower)
[[Switch to blow|test3][$action="blow",$willpower-=25, $actionChange=true]](-25 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=25, $actionChange=true]](-25 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=45, $actionChange=true]](-45 Willpower)
[[Switch to strap-on|test3][$action="anal",$willpower-=70, $actionChange=true]](-70 Willpower)<</if>>
<<else>>
$enemy.name is kissing you
<<set $enemy.horny+=random(1,3), $horny+=random(1,2)>>
<</if>>
<<case "grope">>
<<if $control>>
You're gropping $enemy.name
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=35, $actionChange=true]](-35 Willpower)
[[Switch to strap-on|test3][$action="anal",$willpower-=60, $actionChange=true]](-60 Willpower)<</if>>
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<else>>
$enemy.name is gropping you
<<set $enemy.horny+=random(2,4), $horny+=random(2,4)>>
<</if>>
<<case "foot">>
<<if $control>>
$enemy.name is licking your feet.
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=10]](-10 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blow|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=35, $actionChange=true]](-35 Willpower)
[[Switch to strap-on|test3][$action="anal",$willpower-=60, $actionChange=true]](-60 Willpower)<</if>>
<<else>>
You're licking $enemy.name's feet
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "blow">>
<<if $control>>
$enemy.name eating you out.
<<set $enemyHorny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=15]](-15 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to strap-on|test3][$action="anal",$willpower-=45, $actionChange=true]](-45 Willpower)<</if>>
<<else>>
You're eating out $enemy.name
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "breasts">>
<<if $control>>
$enemy.name licking your breasts.
<<set $enemy.horny+=random(1,2), $horny+=random(3,6)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=15]](15 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to blow|test3][$action="blow",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to strap-on|test3][$action="anal",$willpower-=45, $actionChange=true]](-45 Willpower)<</if>>
<<else>>
You're licking $enemy.name's breasts
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "hand">>
<<if $control>>
$enemy.name is fingering you
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=15](-15 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=5, $actionChange=true]](-5 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to strap-on|test3][$action="anal",$willpower-=45, $actionChange=true]](-45 Willpower)
<<else>>
You're finger $enemy.name
<<set $enemy.horny+=random(3,6), $horny+=random(1,2)>>
<</if>>
<<case "pussy">>
<<if $control>>
You're fucking $enemy.name
<<set $enemy.horny+=random(4,8), $horny+=random(5,10)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=20]](20 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=10, $actionChange=true]](-10 Willpower)
[[Switch to strap-on|test3][$action="anal",$willpower-=25, $actionChange=true]](-25 Willpower)
<</if>>
<<else>>
$enemy.name is fucking you
<<set $enemy.horny+=random(5,10), $horny+=random(4,8)>>
<</if>>
<<case "anal">>
<<if $control>>
You're fucking $enemy.name
<<set $enemyHorny+=random(4,8), $horny+=random(5,10)>>
<<if $willpower>0>>[[Switch to kissing|test3][$action="kiss",$willpower-=25]](-25 Willpower)
[[Switch to grope|test3][$action="grope",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to foot|test3][$action="foot",$willpower-=20, $actionChange=true]](-20 Willpower)
[[Switch to handjob|test3][$action="hand",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to blowjob|test3][$action="blow",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to breasts|test3][$action="breasts",$willpower-=15, $actionChange=true]](-15 Willpower)
[[Switch to pussy|test3][$action="pussy",$willpower-=10, $actionChange=true]](-10 Willpower)
<</if>>
<<else>>
$enemy.name is fucking you
<<set $enemy.horny+=random(5,10), $horny+=random(4,8)>>
<</if>>
<</switch>> <<silently>>
<<set $willpower=100-$submission, $enemyBid=random(10,30)>>
<<switch $controlTmp>>
<<case "eric">>
<<set $enemy=$eric>>
<<case "emily">>
<<set $enemy=$emily>>
<<case "arnold">>
<<set $enemy=$arnold>>
<<default>>
<<set $enemy=$hannah>>
<</switch>>
<<set $enemy.willpower=100>>
<</silently>>
Sex Battle time!
Your starting willpower: $willpower (modified by submission)
How much willpower do you want to bid to be in control initially?
<<textbox "$bid" 20>>
[[Next|test2]]<<switch $enemy.name>>
<<case "Eric">>
The world fades out of focus, [[only Eric's voice remaining.|Eric Aftermath][$slut+=5, $breasts++, $horny=0, $sexBattle="none", $sexTmp="none"]]
<<case "Emily">>
The world fades out of focus, [[only Emily's voice remaining.|Emily Aftermath][$slut+=5, $feminine++, $horny=0, $sexBattle="none", $sexTmp="none"]]
<<case "Arnold">>
The world fades out of focus, [[only Arnolds's voice remaining.|Arnold Aftermath][$slut+=5, $ass++, $horny=0, $sexBattle="none", $sexTmp="none"]]
<<case "Hannah">>
The world fades out of focus, [[only Hannah's voice remaining.|Hannah Aftermath][$slut+=5, $ass++, $horny=0, $sexBattle="none", $sexTmp="none"]]
<</switch>>
<<if $mindControl>0>>
<<switch $enemy.name>>
<<case "eric">>
Take out a mind control orb. [[Now's my chance!|Eric MC][$sexBattle="none", $sexTmp="none", $mindControl--]]
<<case "emily">>
Take out a mind control orb. [[Now's my chance!|Emily MC][$sexBattle="none", $sexTmp="none", $mindControl--]]
<<case "arnold">>
Take out a mind control orb. [[Now's my chance!|Arnold MC][$sexBattle="none", $sexTmp="none", $mindControl--]]
<<case "hannah">>
Take out a mind control orb. [[Now's my chance!|Hannah MC][$sexBattle="none", $sexTmp="none", $mindControl--]]
<</switch>>
<</if>>
[[Next|Day Loop]]
<<set $pitcher=$eric.archetype, $pitcherName="Eric", $catcherName="You", $catcher=$archetype>>
<<if $eric.archetype==0>>
<<if $archetype==1>>
<<switch $breasts>>
<<case 6>>
<<include "gropeSwitch">>
Eric strips you of your clothes and throws you onto his bed.
"@@.eric;Look at those tits of yours, you're no man anymore, what kind of man has tits like those?@@"
He leans forward and probes at your asshole.
"@@.eric;And this ass of yours is just begging to be fucked. Isn't that what you want, you slut? For me to fuck you like the whore you are.?@@"
"@@.player;No...@@"
"@@.eric;You'll come around soon enough.@@"
<<case 7>>
<<include "handSwitch">>
Eric pushes you down onto your knees and unzips his pants.
"@@.eric;Well? What are you waiting for, you slut, get to work.@@"
You slowly reach out a hand and start to stroke Eric's dick.
"@@.eric;Can you beleive this was framed as some sort of competition? Like you were ever a match for me. I barely had to do anything to get you to stoke my fucking cock. But you look much nicer with those fat tits hanging off your chest.@@"
You are completely absorbed in your task as you jerk off Eric as he leers down at you.
"@@.eric;Ah, fuck!@@"
Eric's cock twitches as it shoots warm semen all over your hand.
"@@.eric;Good work, slut.@@"
<<case 8>>
<<include "blowSwitch">>
Eric pushes you down to your knees as he pulls his cock out of his pants.
"@@.eric;Suck it.@@"
You instantly obey, leaning forward and taking his dik into your mouth.
"@@.eric;Guess we know who the real man is now. Those fat tits of yours are just confirmation of what was true all along@@"
<<case 9>>
<<include "analSwitch">>
"@@.eric;How does it feel? To finally fulfill your true purpose as my fuck puppet? This was inevitable, from the first time I saw you I knew you were a slut.@@"
<<case 10>>
<<include "analSwitch">>
"@@.eric;This is it, you slut, after this you'll be fine forever. My big breasted fuck slave to use however I see fit.@@"
<</switch>>
<<else>>
<<switch $breasts>>
<<case 5>>
<<include "handSwitch">>
"@@.eric;Like the touch? That's what real man's cock feels like.@@"
<<case 6>>
<<include "footSwitch">>
"@@.eric;Your whole body is only good for pleasuring me. Even your feet are nothing but a masturbation tool.@@"
<<case 7>>
<<include "blowSwitch">>
"@@.eric;I know you've been dreaming about this cock for days, you slut. So open up and get to work.@@"
<<case 8>>
<<include "titsSwitch">>
"@@.eric;Let's put those new tits of yours to work, bitch!@@"
<<case 9>>
<<include "pussySwitch">>
"@@.eric;You like that, you whore? You like how I pound your pussy? You might have a girl's body now, but we both know you were never really a man.@@"
<<case 10>>
<<include "analSwitch">>
"@@.eric;This is it, you slut, after this you'll be fine forever. My big breasted fuck slave to use however I see fit.@@"
<</switch>>
<</if>>
<<elseif $eric.archetype==1>>
<<if $archetype==1>>
<<switch $breasts>>
<<case 6>>
<<include "handSwitch">>
"@@.eric;Like the touch? That's what real man's cock feels like. The rest of my body may have changed but as long as I have this I'm still a man. Unlike you, slut.@@"
<<case 7>>
<<include "blowSwitch">>
"@@.eric;Suck that cock, bitch. Suck my cock as your pathetic little clit hangs limp between your legs.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.eric;Suck that cock, bitch. Suck my cock as your pathetic little clit hangs limp between your legs.@@"
<<case 9>>
<<include "analSwitch">>
"@@.eric;How does it feel? To finally fulfill your true purpose as my fuck puppet? This was inevitable, from the first time I saw you I knew you were a slut.@@"
<<case 10>>
<<include "analSwitch">>
"@@.eric;This is it, you slut, after this you'll be fine forever. My big breasted fuck slave to use however I see fit.@@"
<</switch>>
<<else>>
<<switch $breasts>>
<<case 5>>
<<include "handSwitch">>
"@@.eric;Like the touch? That's what real man's cock feels like. The rest of my body may have changed but as long as I have this I'm still a man. Unlike you, slut.@@"
<<case 6>>
<<include "handSwitch">>
"@@.eric;Like the touch? That's what real man's cock feels like. The rest of my body may have changed but as long as I have this I'm still a man. Unlike you, slut.@@"
<<case 7>>
<<include "blowSwitch">>
"@@.eric;Suck that cock, bitch. Suck my fucking dick, without yours this is all you're good for now.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.eric;Suck that cock, bitch. Suck my fucking dick, without yours this is all you're good for now.@@"
<<case 9>>
<<include "pussySwitch">>
"@@.eric;You like that, you whore? You like how I pound your pussy? You might have a girl's body now, but we both know you were never really a man.@@"
<<case 10>>
<<include "analSwitch">>
"@@.eric;You don't deserve to have your pussy fucked. I'm going to destroy your ass, bitch!.@@"
<</switch>>
<</if>>
<<else>>
<<if $archetype==1>>
<<switch $breasts>>
<<case 5>>
<<include "footSwitch">>
"@@.eric;I may not have a cock anymore but I'm sure my toes are a good enough substitute for a slut like you.@@"
<<case 6>>
<<include "titsSwitch">>
"@@.eric;See these? These are what real tits look like. Not those udder like fun bags you have.@@"
<<case 7>>
<<include "blowSwitch">>
"@@.eric;Put that tongue to use, slut. Suck that clit like the cock I know you're hungry for.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.eric;Put that tongue to use, slut. Suck that clit like the cock I know you're hungry for.@@"
<<case 9>>
<<include "pussySwitch">>
"@@.eric;You might have a cock and I don;'t but that doesn't mean I can't fuck you. You're little dick is nothing but a dildo for my pleasure.@@"
<<case 10>>
<<include "analSwitch">>
"@@.eric;Take my cock you fucking slut! You thought just because your pal Emily took my didck away I couldn't fuck your whore ass?@@"
<</switch>>
<<else>>
<<switch $breasts>>
<<case 5>>
<<include "handSwitch">>
"@@.eric;What a whore you are, your pussy gushing around my fingers. Even as a woman I'm more of a man than you.@@"
<<case 6>>
<<include "footSwitch">>
"@@.eric;I may not have a cock anymore but I'm sure my toes are a good enough substitute for a slut like you.@@"
<<case 7>>
<<include "titsSwitch">>
"@@.eric;See these? These are what real tits look like. Not those udder like fun bags you have.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.eric;Put that tongue to use, slut. Suck that clit like the cock I know you're hungry for.@@"
<<case 9>>
<<include "pussySwitch">>
"@@.eric;Yeah, you like that you bitch? If I still had my cock I'd be fucking you so hard right now. Guess I'll make do.@@"
<<case 10>>
<<include "analSwitch">>
"@@.eric;Take my cock you fucking slut! You thought just because your pal Emily took my didck away I couldn't fuck your whore ass?@@"
<</switch>>
<</if>>
<</if>>
<<if $breasts>=10>>
Eric wins.
[[Submit|Eric Loss]]
<<else>>
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>><<set $pitcher=$archetype, $pitcherName="You", $catcherName="Eric", $catcher=$ericarchetype>>
<<if $archetype==0>>
<<if $eric.archetype==1>>
<<switch $eric.breasts>>
<<case 6>>
<<include "gropeSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $eric.breasts>>
<<case 6>>
<<include "handSwitch">>
<<case 8>>
<<include "titsSwitch">>
<<case 10>>
<<include "pussySwitch">>
<</switch>>
<</if>>
<<elseif $archetype==1>>
<<if $eric.archetype==1>>
<<switch $eric.breasts>>
<<case 6>>
<<include "handSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $eric.breasts>>
<<case 6>>
<<include "handSwitch">>
<<case 8>>
<<include "titsSwitch">>
<<case 10>>
<<include "pussySwitch">>
<</switch>>
<</if>>
<<else>>
<<if $eric.archetype==1>>
<<switch $eric.breasts>>
<<case 6>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $eric.breasts>>
<<case 6>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<</if>>
[[You leave Eric to recover.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<set $pitcher=$arnold.archetype, $pitcherName="Arnold", $catcherName="You", $catcher=$archetype>>
<<if $arnold.archetype==0>>
<<if $archetype==1>>
<<switch $ass>>
<<case 6>>
<<include "gropeSwitch">>
"@@.arnold;Dude, I love this ass of yours? You don't mind if I make it a little bigger, do you?@@"
<<case 7>>
<<include "handSwitch">>
"@@.arnold;Thanks for giving me a hand. We gotta stick together, right?@@"
<<case 8>>
<<include "blowSwitch">>
"@@.arnold;Oh man, are you trying to get me off or suck my cock right off my crotch? Either way, keep going!@@"
<<case 9>>
<<include "analSwitch">>
"@@.arnold;Dude, I just can't get enough of this ass! Thanks for letting me make all nice and juicy.@@"
<<case 10>>
<<include "analSwitch">>
"@@.arnold;Fuck! You're so tight, bro! Er... bro-ette! Or, uh... I dunno what to call you. All I know is that this ass is choice!@@"
<</switch>>
<<else>>
<<switch $ass>>
<<case 5>>
<<include "handSwitch">>
"@@.arnold;Thanks for giving me a hand. We gotta stick together, right?@@"
<<case 6>>
<<include "footSwitch">>
"@@.arnold;Yeah, that's it! Pump those legs up and down, really get that workout going! Feel the burn, I know I am.@@"
<<case 7>>
<<include "blowSwitch">>
"@@.arnold;Oh man, are you trying to get me off or suck my cock right off my crotch? Either way, keep going!@@"
<<case 8>>
<<include "titsSwitch">>
"@@.arnold;I'm more of an ass guy myself, but a tittyfuck is good every now and then.@@"
<<case 9>>
<<include "pussySwitch">>
"@@.arnold;A pussy, huh? I won't say no to that, let's have some fun!@@"
<<case 10>>
<<include "analSwitch">>
"@@.arnold;Fuck! You're so tight, bro! Er... bro-ette! Or, uh... I dunno what to call you. All I know is that this ass is choice!@@"
<</switch>>
<</if>>
<<elseif $eric.archetype==1>>
<<if $archetype==1>>
<<switch $ass>>
<<case 6>>
<<include "handSwitch">>
"@@.arnold;Thanks for giving me a hand. We gotta stick together, right?@@"
<<case 7>>
<<include "blowSwitch">>
"@@.arnold;Oh man, are you trying to get me off or suck my cock right off my crotch? Either way, keep going!@@"
<<case 8>>
<<include "blowSwitch">>
"@@.arnold;Oh man, are you trying to get me off or suck my cock right off my crotch? Either way, keep going!@@"
<<case 9>>
<<include "analSwitch">>
"@@.arnold;Dude, I just can't get enough of this ass! Thanks for letting me make all nice and juicy.@@"
<<case 10>>
<<include "analSwitch">>
"@@.arnold;Fuck! You're so tight, bro! Er... bro-ette! Or, uh... I dunno what to call you. All I know is that this ass is choice!@@"
<</switch>>
<<else>>
<<switch $ass>>
<<case 5>>
<<include "handSwitch">>
"@@.arnold;Thanks for giving me a hand. We gotta stick together, right?@@"
<<case 6>>
<<include "handSwitch">>
"@@.arnold;Thanks for giving me a hand. We gotta stick together, right?@@"
<<case 7>>
<<include "blowSwitch">>
"@@.arnold;Oh man, are you trying to get me off or suck my cock right off my crotch? Either way, keep going!@@"
<<case 8>>
<<include "blowSwitch">>
"@@.arnold;Oh man, are you trying to get me off or suck my cock right off my crotch? Either way, keep going!@@"
<<case 9>>
<<include "pussySwitch">>
"@@.arnold;A pussy, huh? I won't say no to that, let's have some fun!@@"
<<case 10>>
<<include "analSwitch">>
"@@.arnold;Fuck! You're so tight, bro! Er... bro-ette! Or, uh... I dunno what to call you. All I know is that this ass is choice!@@"
<</switch>>
<</if>>
<<else>>
<<if $archetype==1>>
<<switch $ass>>
<<case 5>>
<<include "footSwitch">>
"@@.arnold;You're really going at it huh? Well, I can't say I don't enjoy a little footrub everynow and then.@@"
<<case 6>>
<<include "titsSwitch">>
"@@.arnold;Oh yeah, right there. My nipples have been getting so chaffed lately, you have no idea how good this feels.@@"
<<case 7>>
<<include "blowSwitch">>
"@@.arnold;Woah, I guess having a pussy isn't all that bad. Keep going, eat that cunt!@@"
<<case 8>>
<<include "pussySwitch">>
"@@.arnold;Alright work out time! Up, down, up down, up down. I'm really feeling the burn now!@@"
<<case 9>>
<<include "pussySwitch">>
"@@.arnold;Alright work out time! Up, down, up down, up down. I'm really feeling the burn now!@@"
<<case 10>>
<<include "analSwitch">>
"@@.arnold;Fuck! You're so tight, bro! Er... bro-ette! Or, uh... I dunno what to call you. All I know is that this ass is choice!@@"
<</switch>>
<<else>>
<<switch $ass>>
<<case 5>>
<<include "handSwitch">>
"@@.arnold;You're so wet, bro! Uh... I guess bros not the right term anymore. You're so wet, girl!@@"
<<case 6>>
<<include "footSwitch">>
"@@.arnold;You're really going at it huh? Well, I can't say I don't enjoy a little footrub everynow and then.@@"
<<case 7>>
<<include "titsSwitch">>
"@@.arnold;Oh yeah, right there. My nipples have been getting so chaffed lately, you have no idea how good this feels.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.arnold;Woah, I guess having a pussy isn't all that bad. Keep going, eat that cunt!@@"
<<case 9>>
<<include "pussySwitch">>
"@@.Really mash those crotches together, this is a great full body workout!@@"
<<case 10>>
<<include "analSwitch">>
"@@.arnold;Fuck! You're so tight, bro! Er... bro-ette! Or, uh... I dunno what to call you. All I know is that this ass is choice!@@"
<</switch>>
<</if>>
<</if>>
<<if $ass>=10>>
Arnold wins.
[[Submit|Arnold Loss]]
<<else>>
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>><<set $pitcher=$archetype, $pitcherName="You", $catcherName="Arnold", $catcher=$arnold.archetype>>
<<if $archetype==0>>
<<if $arnold.archetype==1>>
<<switch $arnold.ass>>
<<case 6>>
<<include "gropeSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $arnold.ass>>
<<case 6>>
<<include "handSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<elseif $archetype==1>>
<<if $arnold.archetype==1>>
<<switch $arnold.ass>>
<<case 6>>
<<include "handSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $ass>>
<<case 6>>
<<include "handSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<else>>
<<if $arnold.archetype==1>>
<<switch $arnold.ass>>
<<case 6>>
<<include "blowSwitch">>
<<case 8>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $arnold.ass>>
<<case 6>>
<<include "blowSwitch">>
<<case 8>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<</if>>
[[You leave Arnold to recover.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<set $pitcher=2, $pitcherName="Emily", $catcherName="You",$catcher=$archetype>>
<<switch $feminine>>
<<case 5>>
<<include "handSwitch">>
"@@.emily;I'm going to do my best to make you feel good. That pussy I gave you is a wonderful gift, you'll see.@@"
<<case 6>>
<<include "footSwitch">>
"@@.emily;Mmm... you're so eager.@@"
<<case 7>>
<<include "titsSwitch">>
"@@.emily;Oh! That feels so good. I've wanted to share myself like this with you for so long.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.emily;Yes! You're tongue feels amazing! See, you never needed that ugly cock to please a woman. Isn't it better this way?@@"
<<case 9>>
<<include "pussySwitch">>
"@@.emily;You don't know how long I've waited for this. It's even better now that you have the proper equipment.@@"
<<case 10>>
<<include "analSwitch">>
"@@.emily;Did you use to dream about fucking me back in highschool? I know I did, but I never dreamed I'd be the one with the cock!@@"
<</switch>>
<<if $feminine>=10>>
Emily wins.
[[Submit|Emily Loss]]
<<else>>
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>><<if $tmp2!=2>>
<<set $pitcher=$arnold.archetype, $pitcherName="Arnold", $catcherName="Hannah", $catcher=2>>
<<if $arnold.archetype==0>>
<<switch $hannah.ass>>
<<case 4>>
<<include "gropeSwitch">>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "titsSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<elseif $pitcher==1>>
<<switch $hannah.ass>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "handSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $hannah.ass>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<else>>
<<set $pitcher=2, $pitcherName="Hannah", $catcherName="Arnold", $catcher=$arnold.archetype>>
<<if $arnold.archetype==1>>
<<switch $arnold.sub>>
<<case 5>>
<<include "footSwitch">>
<<case 6>>
<<include "titsSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "pussySwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $arnold.sub>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<</if>>
[[Next|Day Loop]]<<set $pitcher=2, $pitcherName="Hannah", $catcherName="You", $catcher=$archetype>>
<<if $archetype==1>>
<<switch $sub>>
<<case 5>>
<<include "footSwitch">>
"@@.hannah;Worship my feet like the worm you are.@@"
<<case 6>>
<<include "titsSwitch">>
"@@.hannah;These breasts are the breasts of your godess. Show them the devotion they deserve.@@"
<<case 7>>
<<include "blowSwitch">>
"@@.hannah;You're mouth is only good for one thing. Now get to work and please your mistress.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.hannah;You're mouth is only good for one thing. Now get to work and please your mistress.@@"
<<case 9>>
<<include "pussySwitch">>
"@@.hannah;Ha, I can barely feel your pathetic little cock. How could you ever think you were a man?@@"
<<case 10>>
<<include "analSwitch">>
"@@.hannah;If you can't please a woman then all you're ood for is taking a dick. You're going to be doing a lot more of this.@@"
<</switch>>
<<else>>
<<switch $sub>>
<<case 5>>
<<include "handSwitch">>
"@@.hannah;Emily's already gotten to you, huh? I guess I'll just have to show you why you're going to be my slave, not hers.@@"
<<case 6>>
<<include "footSwitch">>
"@@.hannah;Worship my feet like the worm you are.@@"
<<case 7>>
<<include "titsSwitch">>
"@@.hannah;These breasts are the breasts of your godess. Show them the devotion they deserve.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.hannah;You're mouth is only good for one thing. Now get to work and please your mistress.@@"
<<case 9>>
<<include "pussySwitch">>
"@@.hannah;Did you think you were going to put that dick you had inside of me? That you'de fuck me, show me my place? No, I'm the one in charge around here. If you enjoy this, it's just a side effect of being a tool for my pleasure.@@"
<<case 10>>
<<include "analSwitch">>
"@@.hannah;You don't deserve to get your pussy fucked. That's only for women, not slave bitches like you. You'll have to learn to get off from me fucking your ass, or not get off at all.@@"
<</switch>>
<</if>>
<<if $sub>=10>>
Hannah wins.
[[Submit|Hannah Loss]]
<<else>>
[[Dizzy, you move on.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<</if>><<set $pitcher=$archetype, $pitcherName="You", $catcherName="Hannah", $catcher=2>>
<<if $archetype==0>>
<<switch $hannah.sub>>
<<case 4>>
<<include "gropeSwitch">>
"@@.hannah;Hmmph. Fine, you can touch, but that's it.@@"
<<case 6>>
<<include "handSwitch">>
"@@.hannah;Look at you, setting for my hand like the loser you are.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.hannah;Alright, I'll suck it. But because I want to, got it?@@"
<<case 10>>
<<include "analSwitch">>
"@@.hannah;Fuck me! Fuck my ass harder with your big, fat cock!.@@"
<</switch>>
<<elseif $archetype==1>>
<<switch $hannah.sub>>
<<case 6>>
<<include "handSwitch">>
"@@.hannah;Look at you, setting for my hand like the loser you are.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.hannah;Alright, I'll suck it. But because I want to, got it?@@"
<<case 10>>
<<include "analSwitch">>
"@@.hannah;Fuck me! Fuck my ass harder with your big, fat cock!.@@"
<</switch>>
<<else>>
<<switch $hannah.sub>>
<<case 6>>
<<include "titsSwitch">>
"@@.hannah;I happen to lick licking other woman's tits. If you get pleasure from it, then so be it.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.hannah;Alright, I'll go down on you. But because I want to, got it?@@"
<<case 10>>
<<include "analSwitch">>
"@@.hannah;Fuck me! Fuck my ass harder with your big, fat strap-on cock!.@@"
<</switch>>
<</if>>
[[You leave Hannah to recover.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<if $tmp2==0>>
<<set $pitcher=$eric.archetype, $pitcherName="Eric", $catcherName="Arnold", $catcher=$arnold.archetype>>
<<if $eric.archetype==0>>
<<if $arnold.archetype==1>>
<<switch $arnold.breasts>>
<<case 6>>
<<include "gropeSwitch">>
<<case 7>>
<<include "handSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "analSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $arnold.breasts>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "titsSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<elseif $eric.archetype==1>>
<<if $arnold.archetype==1>>
<<switch $arnold.breasts>>
<<case 6>>
<<include "handSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "analSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $arnold.breasts>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "handSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<else>>
<<if $arnold.archetype==1>>
<<switch $arnold.breasts>>
<<case 5>>
<<include "footSwitch">>
<<case 6>>
<<include "titsSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "pussySwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $arnold.breasts>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<</if>>
<<else>>
<<set $pitcher=$arnold.archetype, $pitcherName="Arnold", $catcherName="Eric", $catcher=$eric.archetype>>
<<if $arnold.archetype==0>>
<<if $eric.archetype==1>>
<<switch $eric.ass>>
<<case 6>>
<<include "gropeSwitch">>
<<case 7>>
<<include "handSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "analSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $eric.ass>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "titsSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<elseif $arnold.archetype==1>>
<<if $eric.archetype==1>>
<<switch $erci.ass>>
<<case 6>>
<<include "handSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "analSwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $arnold.breasts>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "handSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<else>>
<<if $eric.archetype==1>>
<<switch $eric.ass>>
<<case 5>>
<<include "footSwitch">>
<<case 6>>
<<include "titsSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "pussySwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $eric.ass>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<</if>>
<</if>>
[[Next|Day Loop]]<<if $tmp2==0>>
<<set $pitcher=$eric.archetype, $pitcherName="Eric", $catcherName="Emily", $catcher=2>>
<<if $eric.archetype==0>>
<<switch $emily.breasts>>
<<case 4>>
<<include "gropeSwitch">>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "titsSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<elseif $eric.archetype==1>>
<<switch $emily.breasts>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "handSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $emily.breasts>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<else>>
<<set $pitcher=2, $pitcherName="Emily", $catcherName="Eric", $catcher=$eric.archetype>>
<<if $eric.archetype==1>>
<<switch $eric.feminine>>
<<case 5>>
<<include "footSwitch">>
<<case 6>>
<<include "titsSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "pussySwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $eric.feminine>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<</if>>
[[Next|Day Loop]]<<if $tmp2==0>>
<<set $pitcher=$eric.archetype, $pitcherName="Eric", $catcherName="Hannah", $catcher=2>>
<<if $eric.archetype==0>>
<<switch $hannah.breasts>>
<<case 4>>
<<include "gropeSwitch">>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "titsSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<elseif $eric.archetype==1>>
<<switch $hannah.breasts>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "handSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $hannah.breasts>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<else>>
<<set $pitcher=2, $pitcherName="Hannah", $catcherName="Eric", $catcher=$eric.archetype>>
<<if $eric.archetype==1>>
<<switch $eric.ass>>
<<case 5>>
<<include "footSwitch">>
<<case 6>>
<<include "titsSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "pussySwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $eric.ass>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<</if>>
[[Next|Day Loop]]<<if $tmp2==2>>
<<set $pitcher=$arnold.archetype, $pitcherName="Arnold", $catcherName="Emily", $catcher=2>>
<<if $arnold.archetype==0>>
<<switch $emily.ass>>
<<case 4>>
<<include "gropeSwitch">>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "titsSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<elseif $arnold.archetype==1>>
<<switch $emily.ass>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "handSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $emily.ass>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<<else>>
<<set $pitcher=2, $pitcherName="Arnold", $catcherName="Emily", $catcher=$arnold.archetype>>
<<if $arnold.archetype==1>>
<<switch $arnold.feminine>>
<<case 5>>
<<include "footSwitch">>
<<case 6>>
<<include "titsSwitch">>
<<case 7>>
<<include "blowSwitch">>
<<case 8>>
<<include "pussySwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<switch $arnold.feminine>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
<</if>>
[[Next|Day Loop]]<<set $pitcher=$archetype, $pitcherName="You", $catcherName="Emily", $catcher=2>>
<<if $archetype==0>>
<<switch $emily.feminine>>
<<case 4>>
<<include "gropeSwitch">>
"@@.emily;You can touch me however you like, go ahead.@@"
<<case 6>>
<<include "footSwitch">>
"@@.emily;You like how my feet feel wrapped around your cock? Teehee! You're so kinky...@@"
<<case 8>>
<<include "pussySwitch">>
"@@.emily;Yes, fuck me! I've dreamed about this for so long!@@"
<<case 10>>
<<include "analSwitch">>
"@@.emily;Of course you can fuck my ass. You can have me, all of me, anyway you desire.@@"
<</switch>>
<<elseif $archetype==1>>
<<switch $emily.feminine>>
<<case 6>>
<<include "handSwitch">>
"@@.emily;Oh! It's twitching. Are all dicks so hard and warm like this?@@"
<<case 8>>
<<include "blowSwitch">>
"@@.emily;I'm not normally a fan of cocks, but since it's yours...@@"
<<case 10>>
<<include "pussySwitch">>
"@@.emily;Yes, fuck me! I've dreamed about this for so long!@@"
<</switch>>
<<else>>
<<switch $emily.feminine>>
<<case 6>>
<<include "footSwitch">>
"@@.emily;I've wantyed to be with you for so long. Of course, I'll worship your feet. I'd do anything for you.@@"
<<case 8>>
<<include "blowSwitch">>
"@@.emily;Mmm... delicious!@@"
<<case 10>>
<<include "pussySwitch">>
"@@.emily;I've dreamed about this for so long! Your pussy rubbing against mine...@@"
<</switch>>
<</if>>
[[You leave Emily to recover.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]
<<if $tmp2==1>>
<<set $pitcher=2, $pitcherName="Emily", $catcherName="Hannah", $catcher=2>>
<<switch $hannah.feminine>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<<else>>
<<set $pitcher=2, $pitcherName="Hannah", $catcherName="Emily", $catcher=2>>
<<switch $emily.sub>>
<<case 5>>
<<include "handSwitch">>
<<case 6>>
<<include "footSwitch">>
<<case 7>>
<<include "titsSwitch">>
<<case 8>>
<<include "blowSwitch">>
<<case 9>>
<<include "pussySwitch">>
<<case 10>>
<<include "analSwitch">>
<</switch>>
<</if>>
[[Next|Day Loop]]<video loop muted autoplay poster="" class="">
<source src="none" id="sideBar" type="video/mp4">
</video>
<<if $pitcherName=="You">>
<<set $actionName="grope">>
<<else>>
<<set #actionName="gropes">>
<</if>>
<<set $gifTmp="img/sexbattle/">>
<<if $pitcher==0>>
<<set $gifTmp+="mgrope">>
<<if $catcher==1>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,3)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,8)>>
<</if>>
<<elseif $pitcher==1>>
<<set $gifTmp+="tfgrope">>
<<if $catcher==1>>
<<else>>
<</if>>
<<else>>
<<set $gifTmp+="wgrope">>
<<if $catcher==1>>
<<else>>
<</if>>
<</if>>
$pitcherName $actionName $catcherName
<script>
document.getElementById('sideBar').src = SugarCube.State.variables.gifTmp + ".mp4";
</script>
<video loop muted autoplay poster="" class="">
<source src="none" id="sideBar" type="video/mp4">
</video>
<<set $gifTmp="img/sexbattle/">>
<<if $catcherName=="You">>
<<set $actionName="give">>
<<else>>
<<set $actionName="gives">>
<</if>>
<<if $pitcher==0>>
<<set $gifTmp+="mhand">>
<<if $catcher==1>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,8)>>
$catcherName $actionName $pitcherName a handjob
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,8)>>
$catcherName $actionName $pitcherName a handjob
<</if>>
<<elseif $pitcher==1>>
<<set $gifTmp+="tfhandw">>
<<set $gifTmp+=random(1,4)>>
$catcherName $actionName $pitcherName a handjob
<<else>>
<<if $pitcherName=="You">>
<<set $actionName="finger">>
<<else>>
<<set $actionName="fingers">>
<</if>>
<<set $gifTmp+="whandw">>
<<set $gifTmp+=random(1,9)>>
$pitcherName $actionName $catcherName
<</if>>
<script>
document.getElementById('sideBar').src = SugarCube.State.variables.gifTmp + ".mp4";
</script><video loop muted autoplay poster="" class="">
<source src="none" id="sideBar" type="video/mp4">
</video>
<<set $gifTmp="img/sexbattle/">>
<<if $pitcher==0>>
<<if $catcherName=="You">>
<<set $actionName="give">>
<<else>>
<<set $actionName="gives">>
<</if>>
<<set $gifTmp+="mbreastsw">>
<<if $catcher==1>>
<<else>>
<<set $gifTmp+=random(1,3)>>
<</if>>
$catcherName $actionName $pitcherName a titjob
<<else>>
<<if $catcherName=="You">>
<<set $actionName="worship">>
<<else>>
<<set $actionName="worships">>
<</if>>
<<set $gifTmp+="wbreastsw">>
<<set $gifTmp+=random(1,4)>>
$catcherName $actionName $pitcherName's breasts
<</if>>
<script>
document.getElementById('sideBar').src = SugarCube.State.variables.gifTmp + ".mp4";
</script><video loop muted autoplay poster="" class="">
<source src="none" id="sideBar" type="video/mp4">
</video>
<<set $gifTmp="img/sexbattle/">>
<<if $pitcher==0>>
<<if $catcherName=="You">>
<<set $actionName="give">>
<<else>>
<<set $actionName="gives">>
<</if>>
<<set $gifTmp+="mfoot">>
<<if $catcher==1>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,11)>>
<</if>>
$catcherName $actionName $pitcherName a footjob
<<elseif $pitcher==1>>
<<else>>
<<if $catcherName=="You">>
<<set $actionName="worship">>
<<else>>
<<set $actionName="worships">>
<</if>>
<<set $gifTmp+="wfootw">>
<<set $gifTmp+=random(1,5)>>
$catcherName $actionName $pitcherName's feet
<</if>>
<script>
document.getElementById('sideBar').src = SugarCube.State.variables.gifTmp + ".mp4";
</script><video loop muted autoplay poster="" class="">
<source src="none" id="sideBar" type="video/mp4">
</video>
<<set $gifTmp="img/sexbattle/">>
<<if $pitcher==0>>
<<if $pitcherName=="You">>
<<set $actionName="fuck">>
<<else>>
<<set $actionName="fucks">>
<</if>>
<<set $gifTmp+="mpussy">>
<<if $catcher==1>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,15)>>
<</if>>
$pitcherName fucks $catcherName
<<elseif $pitcher==1>>
<<if $pitcherName=="You">>
<<set $actionName="fuck">>
<<else>>
<<set $actionName="fucks">>
<</if>>
<<set $gifTmp+="tfpussy">>
<<if $catcher==1>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,3)>>
<</if>>
$pitcherName $actionName $catcherName
<<else>>
<<set $gifTmp+="wpussy">>
<<if $catcher==1>>
<<if $pitcherrName=="You">>
<<set $actionName="ride">>
<<else>>
<<set $actionName="rides">>
<</if>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,3)>>
$pitcherName $actionName $catcherName's cock
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,10)>>
$pitcherName and $catcherName scissor
<</if>>
<</if>>
<script>
document.getElementById('sideBar').src = SugarCube.State.variables.gifTmp + ".mp4";
</script><video loop muted autoplay poster="" class="">
<source src="none" id="sideBar" type="video/mp4">
</video>
<<if $pitcherName=="You">>
<<set $actionName="fuck">>
<<else>>
<<set $actionName="fucks">>
<</if>>
<<set $gifTmp="img/sexbattle/">>
<<if $pitcher==0>>
<<set $gifTmp+="manal">>
<<if $catcher==1>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,11)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,12)>>
<</if>>
$pitcherName $actionName $catcherName's ass
<<elseif $pitcher==1>>
<<set $gifTmp+="tfanal">>
<<if $catcher==1>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,5)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,1)>>
<</if>>
$pitcherName $actionName $catcherName's ass
<<else>>
<<set $gifTmp+="wanal">>
<<if $catcher==1>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,3)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,8)>>
<</if>>
$pitcherName $actionName $catcherName's ass with a strapon
<</if>>
<script>
document.getElementById('sideBar').src = SugarCube.State.variables.gifTmp + ".mp4";
</script><video loop muted autoplay poster="" class="">
<source src="none" id="sideBar" type="video/mp4">
</video>
<<if $catcherName=="You">>
<<set $actionName="blow">>
<<else>>
<<set $actionName="blows">>
<</if>>
<<set $gifTmp="img/sexbattle/">>
<<if $pitcher==0>>
<<set $gifTmp+="mblow">>
<<if $catcher==1>>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,7)>>
<<else>>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,17)>>
<</if>>
$catcherName $actionName $pitcherName
<<elseif $pitcher==1>>
<<set $gifTmp+="tfblow">>
<<set $gifTmp+="w">>
<<set $gifTmp+=random(1,10)>>
$catcherName $actionName $pitcherName
<<else>>
<<if $catcherName=="You">>
<<set $actionName="eat">>
<<else>>
<<set $actionName="eats">>
<</if>>
<<set $gifTmp+="wblow">>
<<set $gifTmp+="tf">>
<<set $gifTmp+=random(1,6)>>
$catcherName $actionName out $pitcherName
<</if>>
<script>
document.getElementById('sideBar').src = SugarCube.State.variables.gifTmp + ".mp4";
</script><<set $quest="Quest Complete!">>
<<switch $action>>
<<case "fuck">>
<<if $achetype==2>>
<<include "pussySwitch">>
<<else>>
<<include "analSwitch">>
<</if>>
<<case "twerk">>
<video autoplay loop src="img/quest/twerk.mp4"></video>
You twerk for $pitcherName
<<case "foot">>
<<include "footSwitch">>
<<case "titjob">>
<<include "titsSwitch">>
<<case "blow">>
<<include "blowSwitch">>
<<case "pussy">>
<<include "blowSwitch">>
<</switch>>
[[Next.|Day Loop][$foundFoe=random(1,4), $foundFoeRoom=random(1,6)]]