<<speech "You" "Michael">>Am I really going to go through with that?<</speech>>
You say mostly to yourself as you hold the little pink pill inside your hand. Who knows if this weird pill even works? But if it does, then this will be a once in a lifetime opportunity to get some inside knowledge about your crush. But it's probably also going to be a really weird experience and the pharmacist also warned you about some possible risks.
There is not much time left until the sleepover starts, it's now or never! Are you going to take the pill or not?
@@color:wheat;//Wait! You must be really confused and probably don't even know what's going on. Let's go a little bit back first.//@@
[[A few hours earlier...]]
<<linkreplace "//Skip the introduction//">>@@color:wheat;//Or...you could just skip the really nice story introduction and just get to the exciting part already, philistine!//@@
[[Take the pill]]
[[Decide against it]]<</linkreplace>>
<<script>>
if ('function' != typeof window.highestAffection) {
window.highestAffection = function (affections) {
var highestAffection = null;
var value = 0;
for (var affection in affections) {
if (highestAffection === null || value < affections[affection]) {
highestAffection = affection;
value = affections[affection];
}
}
return highestAffection;
};
}
<</script>>
<<set $mc_lust to 0>>
<<set $mc_alcohol to 0>>
<<set $mc_gender to "male">>
<<set $mc_hj to 0>>
<<set $mc_bj to 0>>
<<set $mc_vag to 0>>
<<set $mc_lapdance to 0>>
<<set $mc_pregnant to "None">>
<<set $emma_lust to 0>>
<<set $emma_alcohol to 0>>
<<set $emma_affection to {mc: 0, steve: 0, james: 0, dylan: 5}>>
<<set $leah_lust to 0>>
<<set $leah_alcohol to 0>>
<<set $leah_affection to {mc: 10, steve: 0, james: 0, dylan: 0, chloe: 5}>>
<<set $chloe_lust to 0>>
<<set $chloe_alcohol to 0>>
<<set $chloe_affection to {mc: 5, leah: 5, emma: 5}>>
<<set $alice_lust to 0>>
<<set $alice_alcohol to 0>>
<<set $alice_affection to {mc: 0, skyler: 5, james: 0, dylan: 5, leah: 5}>>
<<set $skyler_lust to 0>>
<<set $skyler_alcohol to 0>>
<<set $skyler_affection to {mc: 0, steve: 0, james: 5, dylan: 0, alice: 5}>>
<<set $dylan_alcohol to 1>>
<<set $dylan_lust to 0>>
<<set $dylan_affection to {mc: 5, leah: 0, emma: 0, skyler: 0, alice: 10}>>
<<set $steve_alcohol to 1>>
<<set $steve_lust to 0>>
<<set $steve_affection to {mc: 5, leah: 0, emma: 10, skyler: 0, alice: 0}>>
<<set $james_alcohol to 1>>
<<set $james_lust to 0>>
<<set $james_affection to {mc: 5, leah: 0, emma: 0, skyler: 10, alice: 0}>>
<<set $no_char to true>>
<<set $leah_char to false>>
<<set $emma_char to false>>
<<set $chloe_char to false>>
<<set $skyler_char to false>>
<<set $alice_char to false>>
<<set $steve_char to false>>
<<set $dylan_char to false>>
<<set $james_char to false>>
<<set $chloe_favor to 0>>
<<set $dylan_favor to 0>>
<<set $femaleQuestions to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]>>
<<set $maleQuestions to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]>>
<<set $femaleDares to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]>>
<<set $maleDares to [0, 1, 2, 3, 4]>>
<<set $TruthChoice to ["I choose truth.", "I will go with a truth.", "Let's keep it safe for now, truth.", "Alright, give me a truth."]>>
<<set $DareChoice to ["I choose dare.", "I like it risky, give me a dare!", "Give me your best dare!", "Time for some fun, give me a dare."]>>
<<set $bottlespin to ["Emma", "Steve", "Alice", "Skyler", "Chloe", "Dylan", "James", "Leah", "You"]>>
<<set $femaleList to ["Emma", "Alice", "Skyler", "Chloe", "Leah", "You"]>>
<<set $maleList to ["Steve", "Dylan", "James", "You"]>>
<<set $mixedList to ["Steve", "Dylan", "James", "Emma", "Alice", "Skyler", "Chloe", "Leah", "You"]>>
<<set $turnOrder to 0>>
<<set $currentTurn to "Emma">>
<<set $story_continue to 0>>
<<set $rnd_person to either($bottlespin)>><<if $mc_gender is "male">>[img[images/UI/title2.png]]<<else>>[img[images/UI/title.png]]<</if>>
<<if $mc_alcohol <0>><<set $mc_alcohol to 0>><<elseif $mc_alcohol >5>><<set $mc_alcohol to 5>><</if>>
<<if !$menu>>[[Michael][$menu to true;$menu_back to passage()]]<<else>>[[Michael]]<</if>>
<<if $mc_gender is "male">><<nobr>><div class="char3">
<<if !$menu>><a data-passage="Michael" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/UI/av1.png" width="80px">
</a>
<<else>><a data-passage="Michael" class="link-internal link-image">
<img src="./images/UI/av1.png" width="80px"></a><</if>>
</div><</nobr>><<else>><<nobr>><div class="char3">
<<if !$menu>><a data-passage="Michael" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/UI/av2.png" width="80px">
</a>
<<else>><a data-passage="Michael" class="link-internal link-image">
<img src="./images/UI/av2.png" width="80px"></a><</if>>
</div><</nobr>><</if>><<switch $mc_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<br><</switch>><<nobr>>
<<if $mc_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $mc_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $mc_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $mc_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $mc_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>>
<br><<if $rerolls >= 0>>Rerolls: $rerolls <<if $rerolls >0>><<linkreplace "[Use]">><<set $rerolls -=1>><<script>>Engine.show()<</script>><</linkreplace>><<else>>[Use]<</if>><</if>>
<<if $dylan_pact and $dylan_favor >0>><br><br>You made a deal with Dylan, he will help you with Emma if you help him with Alice.<<elseif $dylan_pact and $dylan_favor <0>><br><br>You broke your deal with Dylan, he will no longer help you.<</if>>
<<if $chloe_pact and $chloe_favor >0>><br><br>You made a deal with Chloe, she will help you with Emma if you help her with Leah.<<elseif $chloe_pact and $chloe_favor <0>><br><br>You broke your deal with Chloe, she will no longer help you.<</if>>
<<if $steve_alcohol <0>><<set $steve_alcohol to 0>><<elseif $steve_alcohol >5>><<set $steve_alcohol to 5>><</if>>
<<if $dylan_alcohol <0>><<set $dylan_alcohol to 0>><<elseif $dylan_alcohol >5>><<set $dylan_alcohol to 5>><</if>>
<<if $james_alcohol <0>><<set $james_alcohol to 0>><<elseif $james_alcohol >5>><<set $james_alcohol to 5>><</if>>
<<if $emma_alcohol <0>><<set $emma_alcohol to 0>><<elseif $emma_alcohol >5>><<set $emma_alcohol to 5>><</if>>
<<if $leah_alcohol <0>><<set $leah_alcohol to 0>><<elseif $leah_alcohol >5>><<set $leah_alcohol to 5>><</if>>
<<if $skyler_alcohol <0>><<set $skyler_alcohol to 0>><<elseif $skyler_alcohol >5>><<set $skyler_alcohol to 5>><</if>>
<<if $alice_alcohol <0>><<set $alice_alcohol to 0>><<elseif $alice_alcohol >5>><<set $alice_alcohol to 5>><</if>>
<<if $chloe_alcohol <0>><<set $chloe_alcohol to 0>><<elseif $chloe_alcohol >5>><<set $chloe_alcohol to 5>><</if>>
<<if $mc_lust >5>><<set $mc_lust to 5>><</if>>
<<if $steve_lust >5>><<set $steve_lust to 5>><</if>>
<<if $dylan_lust >5>><<set $dylan_lust to 5>><</if>>
<<if $james_lust >5>><<set $james_lust to 5>><</if>>
<<if $alice_lust >5>><<set $alice_lust to 5>><</if>>
<<if $emma_lust >5>><<set $emma_lust to 5>><</if>>
<<if $chloe_lust >5>><<set $chloe_lust to 5>><</if>>
<<if $skyler_lust >5>><<set $skyler_lust to 5>><</if>>
<<if $leah_lust >5>><<set $leah_lust to 5>><</if>>
<input type="checkbox" id="fullscreen"><label for="fullscreen" class="gofullscreen"><img src="images/UI/FullScreenGo_white.png" alt="Go full screen" title="Go full screen" class="fullscreenImg"></label><label for="fullscreen" class="exitfullscreen"><img src="images/UI/FullScreenExit_white.png" alt="Exit full screen" title="Exit full screen" class="fullscreenImg"></label><</nobr>>Characters in your location:<br>
<<nobr>><<if $no_char>><br>None<<else>><<if $leah_char>><<if !$menu>>[[Leah][$menu to true;$menu_back to passage()]]<<else>>[[Leah]]<</if>><br>
<div class="char3">
<<if !$menu>><a data-passage="Leah" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/Leah/Leah_av.png" width="80px">
</a>
<<else>><a data-passage="Leah" class="link-internal link-image">
<img src="./images/Leah/Leah_av.png" width="80px"></a><</if>>
</div><<switch $leah_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<</switch>><br>
<<if $leah_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $leah_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $leah_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $leah_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $leah_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>><br><</if>>
<<if $emma_char>><<if !$menu>>[[Emma][$menu to true;$menu_back to passage()]]<<else>>[[Emma]]<</if>>
<div class="char3">
<<if !$menu>><a data-passage="Emma" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/Emma/Emma_av.png" width="80px">
</a>
<<else>><a data-passage="Emma" class="link-internal link-image">
<img src="./images/Emma/Emma_av.png" width="80px"></a><</if>>
</div><<switch $emma_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<</switch>><br>
<<if $emma_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $emma_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $emma_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $emma_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $emma_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>><br><</if>>
<<if $chloe_char>><<if !$menu>>[[Chloe][$menu to true;$menu_back to passage()]]<<else>>[[Chloe]]<</if>>
<div class="char3">
<<if !$menu>><a data-passage="Chloe" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/Chloe/Chloe_av.png" width="80px">
</a>
<<else>><a data-passage="Chloe" class="link-internal link-image">
<img src="./images/Chloe/Chloe_av.png" width="80px"></a><</if>>
</div><<switch $chloe_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<</switch>><br>
<<if $chloe_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $chloe_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $chloe_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $chloe_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $chloe_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>><br><</if>>
<<if $skyler_char>><<if !$menu>>[[Skyler][$menu to true;$menu_back to passage()]]<<else>>[[Skyler]]<</if>>
<div class="char3">
<<if !$menu>><a data-passage="Skyler" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/Skyler/Skyler_av.png" width="80px">
</a>
<<else>><a data-passage="Skyler" class="link-internal link-image">
<img src="./images/Skyler/Skyler_av.png" width="80px"></a><</if>>
</div><<switch $skyler_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<</switch>><br>
<<if $skyler_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $skyler_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $skyler_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $skyler_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $skyler_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>><br><</if>>
<<if $alice_char>><<if !$menu>>[[Alice][$menu to true;$menu_back to passage()]]<<else>>[[Alice]]<</if>>
<div class="char3">
<<if !$menu>><a data-passage="Alice" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/Alice/Alice_av.png" width="80px">
</a>
<<else>><a data-passage="Alice" class="link-internal link-image">
<img src="./images/Alice/Alice_av.png" width="80px"></a><</if>>
</div><<switch $alice_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<</switch>><br>
<<if $alice_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $alice_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $alice_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $alice_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $alice_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>><br><</if>>
<<if $steve_char>><<if !$menu>>[[Steve][$menu to true;$menu_back to passage()]]<<else>>[[Steve]]<</if>>
<div class="char3">
<<if !$menu>><a data-passage="Steve" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/UI/Steve_av.png" width="80px">
</a>
<<else>><a data-passage="Steve" class="link-internal link-image">
<img src="./images/UI/Steve_av.png" width="80px"></a><</if>>
</div><<switch $steve_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<</switch>><br>
<<if $steve_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $steve_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $steve_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $steve_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $steve_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>><br><</if>>
<<if $james_char>><<if !$menu>>[[James][$menu to true;$menu_back to passage()]]<<else>>[[James]]<</if>>
<div class="char3">
<<if !$menu>><a data-passage="James" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/UI/James_av.png" width="80px">
</a>
<<else>><a data-passage="James" class="link-internal link-image">
<img src="./images/UI/James_av.png" width="80px"></a><</if>>
</div><<switch $james_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<</switch>><br>
<<if $james_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $james_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $james_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $james_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $james_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>><br><</if>>
<<if $dylan_char>><<if !$menu>>[[Dylan][$menu to true;$menu_back to passage()]]<<else>>[[Dylan]]<</if>>
<div class="char3">
<<if !$menu>><a data-passage="Dylan" class="link-internal link-image" data-setter="$menu to true;$menu_back to passage()">
<img src="./images/UI/Dylan_av.png" width="80px">
</a>
<<else>><a data-passage="Dylan" class="link-internal link-image">
<img src="./images/UI/Dylan_av.png" width="80px"></a><</if>>
</div><<switch $dylan_alcohol>>
<<case 0.5>>[img[images/UI/beer_icon1.png]]
<<case 1>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 1.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 2>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 2.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 3>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 3.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 4>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]
<<case 4.5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]]
<<case 5>>[img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]][img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]]<</switch>><br>
<<if $dylan_lust is 1>>[img[images/UI/lust_icon.png]]<<elseif $dylan_lust is 2>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $dylan_lust is 3>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $dylan_lust is 4>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<<elseif $dylan_lust >= 5>>[img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]][img[images/UI/lust_icon.png]]<</if>><</if>><</if>><</nobr>><<if $mc_gender is "female">><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><</if>>
<div class="pic">[img[images/Leah/Leah1.png]]</div>Leah is your childhood friend, you've pretty much known her since kindergarten and you two always went to the same school. You have been friends since day one and also hang out together outside of school.
She is an 18 years old redhead with blue eyes, white skin and moderate B cup breasts. She has a cute and petite body and often dresses in a typical "Girl Next Door" style.
She is currently single and you know that her first relationship ended on pretty bad terms, she hasn't been dating much since then.
Affection towards you: $leah_affection.mc
Affection towards Chloe: $leah_affection.chloe
Affection towards Steve: $leah_affection.steve
Affection towards James: $leah_affection.james
Affection towards Dylan: $leah_affection.dylan
<<button "Close" $menu_back>><<set $menu to false>><</button>>
<<if $mc_gender is "female">><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><</if>>
<div class="pic">[img[images/Emma/Emma1.png]]</div>Emma is one of Leah's friends and the girl you have a crush on. You talked and hung out with her a few times but you didn't get to confess your feelings to her so far.
She is an 18 years old blonde with light blue eyes, white skin and perky C cup breasts. From what you saw so far she seems to have a pretty fit and slender body and prefers to wear dresses and pink colored clothes most of the time.
Affection towards you: $emma_affection.mc
Affection towards Steve: $emma_affection.steve
Affection towards James: $emma_affection.james
Affection towards Dylan: $emma_affection.dylan
<br><br><br><br><<button "Close" $menu_back>><<set $menu to false>><</button>><<if $mc_gender is "female">><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><</if>>
<div class="pic">[img[images/Chloe/Chloe1.png]]</div>Chloe is your stepsister, your mom married her dad when you both were still little so you aren't actually related but despite that you still have what most would call a typical siblings relationship with her. She sometimes really gets on your nerves especially at mornings where she purposely uses all of the hot water but other than that you both get along well.
She is a 20 years old brunette with pretty blue-green eyes, white skin and round C cup breasts. She has a small and petite body and dresses quite flirty.
She is also a lesbian and a pretty successful one at that. You have already seen how she managed to seduce quite a few "Straight Girls" into sleeping with her.
Affection towards you: $chloe_affection.mc
Affection towards Leah: $chloe_affection.leah
Affection towards Emma: $chloe_affection.emma
<br><br><<button "Close" $menu_back>><<set $menu to false>><</button>><<if $mc_gender is "female">><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><</if>>
<div class="pic">[img[images/Skyler/Skyler1.png]]</div>Skyler is Alice's best friend and has a reputation of being a bit of a slut. You don't really know much about her and only talked with her a few times when you saw her hanging out with Emma. But she seems to be really popular with everyone.
She is an 21 years old African American with dark brown hair, hazelnut brown eyes and big D cup breasts. She has a voluptuous body with curves in all the right places, she often dresses in clothes that most would consider slutty.
Affection towards you: $skyler_affection.mc
Affection towards Steve: $skyler_affection.steve
Affection towards James: $skyler_affection.james
Affection towards Dylan: $skyler_affection.dylan
Affection towards Alice: $skyler_affection.alice
<br><br><<button "Close" $menu_back>><<set $menu to false>><</button>><<if $mc_gender is "female">><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><</if>>
<div class="pic">[img[images/Alice/Alice1.png]]</div>Alice is probably the one person you know the least things about. She is Skyler's best friend and sometimes also hangs out with Emma but you barely talked with her. The only things you have heard from others is that she seems to be a pretty big tease.
She is an 19 years old latina with black hair, dark brown eyes and nice D cup breasts that look a bit too perfect to you, maybe they are implants? She has nicely tanned skin and always seems to wear a lot of makeup. You can't say much about her clothing style because she seems to change her wardrobe all the time and always wears something different when you see her.
Affection towards you: $alice_affection.mc
Affection towards James: $alice_affection.james
Affection towards Dylan: $alice_affection.dylan
Affection towards Skyler: $alice_affection.skyler
Affection towards Leah: $alice_affection.leah
<br><<button "Close" $menu_back>><<set $menu to false>><</button>>Your name is Michael, you are an 18 years old teenager, with short brown hair, blue eyes and a pretty fit body. You aren't the most muscular or the most athletic person in your class but you still try to take care of your body to stay in shape.
@@color:wheat;//You can also click on your name on the left sidebar to get some more information about yourself.//@@
It's Friday morning and you are on your way to school but it's not just any normal day, it's the last day of your senior highschool year! You are very excited, but also a bit sad at the same time. For one you are happy to finally have a few months of free time before the college life starts but on the other hand you will probably also lose some of your friends you made along the way as they all go to different colleges or try to make a career for themselves. You still remember all the hassle that came with sending all these college applications but luckily you already got approved by two different colleges, now you only have to decide which one to choose.
But the one thing that makes this day really special is that today is Emma's 18th birthday. She is your secret crush, well maybe not all that secret since some of your friends know about that too, and she is holding a sleepover party over the weekend. You know for a fact that these sleepover parties can get pretty wild, especially since you know that Skyler will also be there. If they decide to play some truth or dare you could find out some secrets and use that inside knowledge to finally score with some of the girls or even Emma, before everyone goes off to a different college. You were really excited for it at first but as you heard that her dad doesn't allow any boys to the party made your excitement fade away quickly. It's a bit of a weird rule considering that all of Emma's friends are adults and older than her but it's his house so he can pretty much set up whatever rules he wants to, you guess.
As you enter the school you see your childhood friend Leah standing near both of your [[lockers]].<<removeclass "#right-ui-bar" "stowed">>Welcome to...
[img[images/UI/title2.png]]
If you are ''@@color:lightblue;18 years old or older@@'' then have fun and enjoy this game if not, close it immediately.
This game got inspired by a choose your own adventure story from Phoebe Nix you can read the story //[[on CHYOA|https://chyoa.com/index.php/chapter/Blake%2C-wanting-to-get-in-on-a-sleepover.256382]]//. If you want to see more of her stories or just want to support her, check out her [[amazon page|https://www.amazon.com/stores/Phoebe-Nix/author/B07XCZLKLL]].
''@@color:lightblue;If you like this game and would like to try out some of my other games, you can do so at //[[my blog|http://draga-x.blogspot.com/]]// or support me through //[[Patreon|https://www.patreon.com/dragax]]// or at my //[[SubscribeStar|https://subscribestar.adult/dragax]]//@@''. Suggestions can also be posted there.
''@@color:lightblue;Some of the tags/kinks that might appear in the game, depending on what route you choose are:@@'' Male to Female transformation, straight, lesbian, trans, threesomes, domination and submission, impregnation.
[[Start]]
Leah is your childhood friend, you've pretty much known her since kindergarten and you two always went to the same school. You have been friends since day one and also hang out together outside of school.<<set $leah_char to true>><<set $no_char to false>>
She is an 18 years old redhead with blue eyes, white skin and moderate B cup breasts. She has a cute and petite body and often dresses in a typical "Girl Next Door" style.
<<speech "You" "Michael">>Hey, Leah.<</speech>>
You say as you casually walk up next to her.
<<speech "Leah">>Hey Michael, what's up?<</speech>>
She answers with a cute smile.
<<speech "You" "Michael">>Nothing, I guess...<</speech>>
<<speech "Leah">>Nothing? You know I can tell when something is up, right? So what is it?<</speech>>
<<speech "You" "Michael">>It's Emma's sleepover party, I just can't stop thinking about it.<</speech>>
<<speech "Leah">>Oh, I see. It's a shame that there are no boys allowed. Are you here to ask me to spy on them for you?<</speech>>
She asks you with a teasing smile.
<<speech "You" "Michael">>No, that's not it. I just really want to go to the party. Maybe if I try to look like a girl and dress up in some of your clothes we could pretend that I'm your cousin who's visiting for the weekend, I'm sure Emma won't mind one more girl to her party.<</speech>>
As you finish your sentence Leah suddenly bursts out laughing.
<<speech "You" "Michael">>Hey, what's so funny about that?<</speech>>
<<speech "Leah">>I'm sorry, so you are really serious about that? I'm sorry to say that then but there is no way that I can make you look passable as a girl. You just don't have any feminine traits at all.<</speech>>
<<speech "You" "Michael">>Sigh...you are right. That was a stupid idea.<</speech>>
You say as you lean back against the lockers, disappointed. Both of you are silent for a few seconds before Leah eventually says something.
<<speech "Leah">>Unless...<</speech>>
<<speech "You" "Michael">>Unless what?<</speech>>
You say with hope as you are curious to hear what she comes up with.
<<speech "Leah">>I remember hearing some rumors about a pill that can temporarily change your gender.<</speech>>
A pill that changes your gender? That sounds really unlikely.
<<speech "You" "Michael">>I never heard about something like that before but let's say something like that really exists, where would we get one?<</speech>>
<<speech "Leah">>I'm not sure but I can try to ask around a bit. Once I know, we can meet up here again after classes and go and get one together.<</speech>>
<<speech "You" "Michael">>Alright, I will see you after classes then.<</speech>>
You both say goodbye and you make your way towards your own class. You are getting excited again, if what Leah said is true you will be able to join Emma's sleepover party afterall! Just thinking about all the things that could happen on a girls-only sleepover gets your mind racing.
A few hours pass and you eventually get through all of your classes before you go back to the lockers and [[wait for Leah]].
You only have to wait a few seconds before you see Leah walking in your direction.
<<speech "You" "Michael">>And?<</speech>>
You ask her excited and wonder if she managed to find out where to get one of these pills.
<<speech "Leah">>They are called "X-Change Pills" and you can get them at a pharmacy not far from here.<</speech>>
<<speech "You" "Michael">>Really? Where did you get that information from?<</speech>>
<<speech "Leah">>One of the girls told me...but I promised not to tell anyone that I got the information from her.<</speech>>
That sounds a bit fishy but you don't really care that much to probe any further.
<<speech "You" "Michael">>I see, well let's go then!<</speech>>
This whole story still sounds pretty unlikely to you but it's your best bet and you are excited to find out if it really works.
Both Leah and you make your way towards the pharmacy and around 10 minutes later you finally arrive at the place and enter the store.
<<speech "Leah">>Look! I told you it's true, Michael!<</speech>>
She says as she excitedly points towards a few packages on the wall labeled "X-Change".
<<speech "You" "Michael">>Wow, so it really isn't just a rumor.<</speech>>
As you look over the packages you can see that there are two variants of the pill. One is a big package with different kind of numbers of pills in it and is called "X-Change Regular" and the other is a much smaller package with "X-Change Plus" written on it, with only 3 pills in it. There also seem to be two different colors, blue and pink. You take one random package and as you read the description you find out that the blue ones turn girls into boys and the pink ones turn boys into girls.
The plus pills are cheaper and only have 3 pills in it so you figure they would be the perfect ones to turn you into a girl for this weekend's party. But as you read the description you see why they are cheaper, they permanently change your gender! You quickly put them back and make a note to yourself to avoid them.
<<speech "Leah">>It looks like they are out of pink regulars in small package form. They only have the big expensive ones with enough pills to turn you into a girl for a whole month.<</speech>>
<<speech "You" "Michael">>Really? But these are way out of our price range.<</speech>>
Just as you thought things finally work out for once, your plans get ruined again. You are about to give up and go back home as you see a really attractive middle aged woman with black hair and big E cup breasts who seems to work in here walk towards the both of you.
<<speech "Pharmacist">>Hello, I overheard you two talking. If you are looking for an X-Change then I might be able to help you out with that. But first I need to make sure that you both are at least 18 years old<</speech>>
Both of you hand her your IDs and tell her what you are looking for.
<<speech "Pharmacist">>Okay, so you are looking for a 3 day pill. Unfortunately we are out of small regulars but I might have some others that could do what you want. Just give me a minute.<</speech>>
She disappears into one of the backrooms and comes back after a little while.
<<speech "Pharmacist">>You got lucky, I actually managed to find a 72 hours pill but it's a bit more exotic than the regular ones. Do you plan on being around men much in your three days of womanhood?<</speech>>
<<speech "You" "Michael">>What? No, why?<</speech>>
<<speech "Pharmacist">>The pill I found is called an "X-Change Breeder" but it has some pretty extreme side effects. It's mainly used by men and transgender woman that want to get pregnant by their partners. So if you are around men much it will make you both aroused as well as provoke your need to reproduce with them. And if you are successful you will be a woman permanently. But I understand if that's not what you want, I could alternatively also order some new regular ones but that will take a few days at least.<</speech>>
Wow, now that's indeed a pretty extreme side effect! But the only reason you are getting it is to get inside a girls-only sleepover party so it shouldn't be a problem.
<<speech "You" "Michael">>No, I will take it. I can't wait that long and I'm not planning on spending my time with any men.<</speech>>
After buying the pill you both make your way to Leah's house to get ready for the change. You call your parents to let them know that you are away for the weekend and Leah calls Emma to ask her if she can also take her "cousin" with her. Emma doesn't seem to mind and is excited to add another girl to her party.
Both of you are inside Leah's room and you have the pink pill in your hand as you have a few last [[final thoughts]].
<<speech "You" "Michael">>Am I really going to go through with that?<</speech>>
You say mostly to yourself as you hold the little pink pill inside your hand. Who knows if this weird pill even works? But if it does, then this will be a once in a lifetime opportunity to get some inside knowledge about your crush. But it's probably also going to be a really weird experience and the pharmacist also warned you about some possible risks. But it's not like you are scared to turn into a girl, it might even be a nice experience and you are also curious to see what you would look like as a girl.
There is not much time left until the sleepover starts, it's now or never! Are you going to take the pill or not?
@@color:wheat;//Alright, now that you know what happened it's up to you to decide how this story continues!//@@
[[Take the pill]]
[[Decide against it]]<<speech "Leah">>Wait, shouldn't you get out of your clothes first? It might get really uncomfortable if you transform into a girl with all your male clothes still on.<</speech>><<set $leah_char to true>><<set $no_char to false>>
<<speech "You" "Michael">>You do have a point I guess. And even if that's just an excuse to see me naked, I will grant you that wish.<</speech>>
You jokingly say as you pull your shirt up over your head and throw it at her.
<<speech "Leah">>What...? That's not what I...oh shut up and just get it over with!<</speech>>
She answers with a smile and throws your shirt aside as you see her starting to blush a bit.
Next you get out of your shoes and pull down your pants but as you are about to pull down your boxer shorts you see Leah intently staring at your crotch and you start to hesitate. It's more embarassing than you thought it would be to get completely naked in front of your childhood friend. As Leah sees you looking at her she seems to get embarrassed too and quickly looks away.
<<speech "You" "Michael">>I think there is no need to undress any further.<</speech>>
<<speech "Leah">>Oh, okay. Yeah.<</speech>>
<<speech "You" "Michael">>Alright, let's do this!<</speech>>
You say before taking the pill into your mouth and swallowing it down. You wait for a minute or two but nothing seems to happen.
<<speech "Leah">>Do you feel any different?<</speech>>
<<speech "You" "Michael">>Not really, I think they were...aaarrggh!<</speech>>
You suddenly feel an immense pain in your belly and drop down to your knees. Leah quickly jumps up from the bed she was sitting on as she hears your scream and takes a step towards you.
<<speech "Leah">>Michael! Are you alright?!<</speech>>
You are not really sure what she just said because the pain is getting even worse at this point. You feel how it spreads through all of your body and bones and you can literally feel how your body fat starts to realign itself. Your body starts to shrink, your hips start to widen and your chest slowly starts to expand into two lovely breasts. But the most unpleasant change you feel is in your crotch area, you can feel how your cock shrinks and gets sucked in before it disappears completely and leaves nothing more than a tight little slit in it's place. Slowly but steadily the pain starts to disappear again and as you see some brown locks extending and falling past the side of your face you know that the transformation is complete.
<<speech "Michelle">>Holy shit! That really hurt!<</speech>>
You say in an unfamiliar girly voice as you slowly start to stand up and your boxer shorts fall past and down your knees.
<<speech "Michelle">>And? How do I look?<</speech>>
You say to Leah with your new feminine voice but she just stands there looking perplexed before she eventually answers you.
<<speech "Leah">>I...I think you should really check yourself out at the mirror.<</speech>>
You slowly walk towards her mirror and almost stumble over your own feet as you do. It feels weird being in this new smaller body and the weight on your chest isn't helping either. That's something you have to get used to. But as you see your reflection in the mirror you know that it was [[worth it]]!<<set $leah_char to true>><<set $no_char to false>><<run $femaleList.delete("You")>>You hesitate, is that really the right thing to do? Turning yourself into a girl just to spy on your crush and their friends? Considering that this pill really works, is it really worth it? Afterall, you are a guy, not a girl. What if something goes wrong and you get stuck being a girl? Or what if they find out that you took a pill and turned into a girl just to sneak into their party? You would be a laughing stock!
<<speech "You" "Michael">>I... Maybe it's not such a good idea afterall.<</speech>>
<<speech "Leah">>Don't tell me you are getting cold feet now?<</speech>>
Leah asks you in a surprised tone.
<<speech "You" "Michael">>Now that I have it right in front of me I think it's not actually such a good idea. Yea... I won't take it.<</speech>>
<<speech "Leah">>Aww, I really wanted to see what you look like as a girl. But in the end it's all up to you. So what now?<</speech>>
<<speech "You" "Michael">>Nothing, I guess. Maybe I will go back to the pharmacy to see if I can get my money back. As for Emma... I guess that's it. I doubt that I will see her again anytime soon with everyone going to different colleges now.<</speech>>
You say feeling a bit dejected.
<<speech "Leah">>Heads up, it's not the end of the world. You never know what the future holds. And besides, I bet there are a lot of girls out there that might fall for you.<</speech>>
<<speech "You" "Michael">>I dunno. I'm already 18 and never had a girlfriend. This already doesn't sound all that promising.<</speech>>
<<speech "Leah">>*sigh* You are a great guy and I think you don't even know how attractive you are. You know... I... I know for certain that there are girls out there that would be happy to be together with you.<</speech>>
You can't help but smile as she says that, Leah is a great friend and you do feel a bit better now. As you look at her face to say something though you can see that she is blushing furiously. What's going on? But before you can question her she starts talking again.
<<speech "Leah">>Now, I don't want to kick you out but I need to get ready for the party, so... byebye!<</speech>>
She says before literally kicking you out of her apartment. That was weird. Anyway, let's go to the pharmacy and return the pill, you hope that it's still [[open][$leah_affection.mc += 5;$emma_affection.mc +=5;$chloe_affection.mc -=5]].<<if $mc_gender is "male">><div class="pic">[img[images/Female MC/male1.png]]</div>
Your name is Michael, you are an 18 years old teenager, with short brown hair, blue eyes and a pretty fit body. You aren't the most muscular or the most athletic person in your class but you still try to take care of your body to stay in shape. You are a pretty attractive guy and despite having several female friends you never had a real relationship with anyone. But that's hopefully going to change soon!
You are currently wearing a white shirt, blue jeans and some sneakers.
Handjobs received: $mc_hj
Blowjobs received: $mc_bj
Vaginal sex: <<if $mc_vag is 0>>Virgin<<else>>$mc_vag<</if>><<else>><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><div class="pic">[img[images/Female MC/female1.png]]</div>
Your name is Michael but everyone calls you Michelle for the weekend, you are an 18 years old teenager, with long brown hair that almost goes past your round DD cup breasts, blue eyes and a nice hourglass figure. Your skin looks a little bit more tanned now and feels really soft and tender to the touch. You also have a tight <<if $mc_vag is 0>>virgin<</if>> slit in place where your cock used to be.
You are currently wearing some comfortable jeans and a black tanktop, with some sexy black underwear beneath.
Lapdances given: $mc_lapdance
Handjobs given: $mc_hj
Blowjobs given: $mc_bj
Vaginal sex: <<if $mc_vag is 0>>Virgin<<else>>$mc_vag<</if>>
Impregnated by: $mc_pregnant
<</if>>
<<button "Close" $menu_back>><<set $menu to false>><</button>><<set $mc_gender to "female">>You look amazing, no, that would be an understatement. You are one of the prettiest woman you have ever seen! If you were still a man you would do everything to score with a girl like her. You now have long brown hair that almost goes past your new breasts. Your breasts have a nice round shape and are probably close to a DD cup. The rest of your body has a nice hourglass figure and all of your bodyhair disappeared. Your skin looks a little bit more tanned now and feels really soft and tender to the touch. Your eyes on the other hand still have your usual blue color but your face looks much thinner and feminine.
You can't let this moment pass just like that, you quickly get your phone and start taking some selfies.
[img[images/Female MC/selfie.png]]
You strike up some poses you think would look sexy as you notice Leah giving you a weird look before she let's out a laugh.
<<speech "Michelle">>What? It's not everyday I turn into a hot girl, I just want some...reminders for later.<</speech>>
<<speech "Leah">>No, that's not it. I still can't believe that it really worked. And I'm also a bit jealous, I don't know if you noticed but you look like a gorgeous model. I mean you were already pretty attractive as a man but now you just look...wow!<</speech>>
She says very enthusiastically before she realizes what she just said and starts to blush. And of course you noticed, it's pretty much impossible to not notice it. But as you look over some of the selfies you just took you notice something else too, the time!
<<speech "Michelle">>It's already that late? The party is supposed to start in one hour and we still have nothing to wear for me!<</speech>>
<<speech "Leah">>Oh, you are rght. But don't worry I think my sister is almost the same size as you, we will just borrow some clothes from her for the weekend.<</speech>>
She helps you look for some clothes and both of you quickly pack a bag with all the clothes and other stuff you need for the weekend. Things like a pyjama, some comfortable everyday wear and even a sexy dress incase you plan to go out. She then gives you some sexy black underwear, a comfortable blue jeans and a black tanktop you start wearing right away. It feels weird how all the clothes cling to your body but it also feels kind of nice to feel it against your soft skin. You notice that the black tanktop seems to be a little bit too small though and gives everyone a nice view of your cleavage.
After you are done with all of that you both finally get on your way to [[Emma's party.]]You arrive in front of Emma's house around 20 minutes late, it took a bit longer since Leah decided to give you a little crash course on "Girl Manners". Stuff like crossing your legs when you sit down, no burping and other stuff that could be useful to convince everyone that you are really a girl. Both of you also agreed on Michelle as your new female name.<<set $emma_char to true>>
<<speech "Leah">>Alright, are you ready, Michelle?<</speech>>
She asks with a smirk as she emphasis your new name.
<<speech "Michelle">>As ready as I can get.<</speech>>
You answer as you try to get rid of some of your nervousness and Leah starts ringing the door bell.
<<speech "Emma">>Leah! We already thought you might have got lost or something!<</speech>>
Emma says as she opens the door with a smile and starts giving Leah a hug.
<<speech "Leah">>Haha no, my cousin just needed a bit too much time to get ready.<</speech>>
She says looking at you with a smile.
<<speech "Emma">>Oh, so this must be your cousin. Nice to meet you!<</speech>>
She says as she looks at you with her beautiful face and blue eyes that makes your heart melt.
<<speech "Michelle">>Yes, I'm Michelle. Happy Birthday! It's nice to meet you.<</speech>>
<<speech "Emma">>Thank you! Alright, you two. Let's get inside, all the other girls are already there.<</speech>>
All three of you enter her house as the three other girls start to [[greet you]].@@color:wheat;//You can click on the names at the right side of the screen to get some additional infos about all of the girls!//@@<<set $no_char to false>><<set $chloe_char to true>><<set $skyler_char to true>><<set $alice_char to true>>
Skyler and Alice both start to greet you before you notice your stepsister Chloe in the background who also seems to be invited to the party. At first you are a bit worried that she might know who you are but as she gives you a flirty look you instantly know that she doesn't. You have seen that look on her face many times before, she always gives it to the girls she is interested in, which is a bit disturbing now considering that you are the girl now.
You are in the middle of doing some small talk with the girls as you see Emma's dad, Henry walking towards you. He is a middle aged man in his fourties, with short brown hair and a pretty toned body. You have already seen him a few times before but you never realized how @@color:hotpink;//hot//@@ he actually looks! You see him talking with Emma as your full attention is now at him and without even realizing it you start to bite your bottom lip as you give him a look over.
<<speech "Emma">>Dad, this is Leah's cousin, Michelle!<</speech>>
<<speech "Henry">>Hello Michelle, I'm Emma's dad.<</speech>>
He says as he reaches out his hand to greet you.
<<speech "Michelle">>H-Hello, I'm Michelle. Wait, you already know that. Thanks for letting me join the party.<</speech>>
You say stammering the first few words and take his hand to shake it. Why are you suddenly so nervous? You see both Skyler and Alice staying behind Henry and whispering to each other before they let out some laughs.
<<speech "Henry">>You are welcome, I'm just about to finish up dinner and then I will be out of your girls way for most of the weekend. Why don't you girls go and prepare the table, food is going to be ready soon!<</speech>>
You follow the rest of the girls towards the kitchen and help them prepare the table. After you are done you all sit down and start doing some smalltalk, you have to make up some stuff about the school you went to and your hometown you are supposed to life in. Then the topic suddenly changes towards boys and you find out that all of them are single right now. As they ask you about your experience with boys you say that you are also single and that you don't have much experience with boys so far.
Since you are the new girl everyone wants to get your number so you can hang out again sometime but if you give them your real number they will immediately know that you are Michael. But to your luck you have a second number that you made a few years ago through the internet, it will relay all of the messages and calls to your phone. You never thought that it would actually come in handy, but here you are.
<<speech "Henry">>Alright everyone, food is ready!<</speech>>
Henry serves some fries and burgers and all of you start to eat. The smalltalk is getting a bit less now as you all start to enjoy the food Emma's dad made. It's surprisingly good and around ten minutes later everyone seems to be done.
<<speech "Henry">>It looks like you all seem to like it.<</speech>>
<<speech "Emma">>Yes daddy, it's great like always!<</speech>>
<<speech "Henry">>Good, I will leave you girls alone then, I will be at the basement if you need me for anything. And don't forget about our rule, no boys allowed!<</speech>>
He says as he walks down to the basement and all of you say your goodbyes.
<<speech "Emma">>Finally, it's time to start this party for real now!<</speech>>
Says Emma with excitement as she quickly leaves to [[get something]].As you see her coming back you notice that she has a few bottles of wine and tequila with her.
<<speech "Skyler">>Damn girl, where did you get these from?<</speech>>
<<speech "Emma">>I sneaked these out of my dad's basement earlier today, I'm sure he will be too busy down there to even notice that something is missing.<</speech>>
All of you get a glass of wine and sit down at the big couch in the living room.
<<speech "Michelle">>So what are we going to do now?<</speech>>
You ask with curiosity.
<<speech "Emma">>Well, I thought we could start with some fun party games to start the evening of.<</speech>>
<<speech "Alice">>Sounds like fun, how about a few rounds of "Never have I ever" first?<</speech>>
<<speech "Leah">>Good idea, I like this game!<</speech>>
Everyone else seems to agree too but you actually never heard of a game like that so you decide to ask about the rules first.
<<speech "Michelle">>Wait, I never played it. How does it work?<</speech>>
<<speech "Emma">>It's pretty easy, all you have to do is say "Never have I ever" and then you say something you have never done. But now comes the fun part, if one of us actually did the thing you just said she has to take a shot of alcohol. But I think we should start with a shot of wine first, I don't feel like getting too drunk right now haha.<</speech>>
<<speech "Michelle">>Okay, I get it. Sounds pretty easy then.<</speech>>
All of you sit down in a circle and prepare some shots of wine. Time to [[start the game]]! <<set $question to 1>>
@@color:wheat;//Just a quick heads up before you start the game. Over the course of the game you will probably see the following two icons: [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] and [img[images/UI/lust_icon.png]].
The beer icon will show you how drunk a character currently is, you included. The higher it gets the more likely they will be to do stuff they wouldn't normally do, it basically lowers their inhibitions. But be careful, if one of them gets too dunk and reaches the maximum number of 5 they will probably just pass out and all the fun will be ruined (for them at least), the same goes for you.
The heart icon on the other hand will show you how aroused they currently are, the higher it gets the more likely they are to accept sexual dares or simply try to take care of their arousal in any way possible.//@@<<if $question is 1>><<speech "Emma">>Good, since it's my party I will start. Never have I ever... made out with a stranger!<</speech>>
Oh, it looks like it's going to start off really interesting already. You actually never did something like this but you aren't exactly looking like yourself right now so you guess you could make up some stuff if you want to.
<div id="question1"><<link"Take a shot">><<replace "#question1">><<set $shot to true>>You take a shot of wine and you see Skyler, Alice and Chloe doing the same. The only one who doesn't take a shot is Leah, oh and Emma of course since she was the one asking the question.
<<speech "Emma">>Wow, I can't believe that you all really did that! Alright Chloe, it's your turn now!<</speech>>
<<linkreplace "The next question">><<if $shot>><<set $mc_alcohol += 0.5>><</if>><<set $skyler_alcohol += 0.5>><<set $alice_alcohol += 0.5>><<set $chloe_alcohol += 0.5>><<set $shot to false>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>>
<</replace>><</link>>
<<link"Don't take a shot">><<replace "#question1">><<set $shot to false>>You try to be honest and don't take a shot. Just because you are a female now doesn't mean that you have to make them think that you are someone who would make out with strangers. As you look around you see Skyler, Alice and Chloe all taking a shot of wine. The only one who doesn't take a shot is Leah, oh and Emma of course since she was the one asking the question.
<<speech "Emma">>Wow, I can't believe that you all really did that! Alright Chloe, it's your turn now!<</speech>>
<<linkreplace "The next question" >><<set $skyler_alcohol += 0.5>><<set $alice_alcohol += 0.5>><<set $chloe_alcohol += 0.5>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>><</replace>><</link>></div>
<<elseif $question is 2>><<speech "Chloe">>Never have I ever... kissed a boy.<</speech>>
Okay, that's an easy one. Why would you even kiss a boy? You decide to not take a shot but as you look around you see that pretty much everyone takes a shot. Great, now you feel like you have to take one too or everyone will think you are a prude.
<div id="question2"><<link"Take a shot">><<replace "#question2">><<set $shot to true>>Ugh, you really hate peer pressure. You decide to take a shot as well and you see Leah giving you a weird look and raising an eyebrow at you. You can't really give her an answer right now so you just shrug your shoulders in response.
<<speech "Emma">>Well, that was an easy one.<</speech>>
<<speech "Chloe">>Sorry I just couldn't think of anythig else.<</speech>>
<<speech "Skyler">>Maybe she is just trying to get us all drunk.<</speech>>
<<linkreplace "The next question" >><<if $shot>><<set $mc_alcohol += 0.5>><</if>><<set $skyler_alcohol += 0.5>><<set $alice_alcohol += 0.5>><<set $leah_alcohol += 0.5>><<set $emma_alcohol += 0.5>><<set $shot to false>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>><</replace>><</link>>
<<link"Don't take a shot">><<replace "#question2">>No, you aren't going to take a shot just because of peer pressure!
<<speech "Skyler">>Whoa, you never kissed a boy Michelle?<</speech>>
Everyone except Leah looks at you surprised.
<<speech "Michelle">>No... I didn't.<</speech>>
<<speech "Skyler">>How is that even possible? I mean look at you, you are freaking hot! Don't tell me you are a virgin too.<</speech>>
That's really starting to get embarrassing now and you feel yourself starting to blush.
<<speech "Chloe">>Hey, don't be that harsh to her, maybe she just prefers girls.<</speech>>
Says Chloe with a smile and winks at you. But then Leah finally comes to your rescue.
<<speech "Leah">>It's clearly embarrassing for her so let's leave her alone for now. It's your turn now Skyler.<</speech>>
<<linkreplace "The next question" >><<set $skyler_alcohol += 0.5>><<set $alice_alcohol += 0.5>><<set $emma_alcohol += 0.5>><<set $leah_affection.mc += 5>><<set $chloe_affection.mc += 5>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>><</replace>><</link>></div><<elseif $question is 3>><<speech "Skyler">>Never have I ever... slept with a friend's boyfriend or girlfriend.<</speech>>
Finally an easy one. You would never consider doing something like this to one of your friends so you don't take a shot. As you look around you can see that no one else takes a shot either, except for Chloe. Wait, what? Everyone else seems to be as surprised as you are.
<<speech "Leah">>Did you really sleep with one of your friend's girlfriend?<</speech>>
<<speech "Emma">>That's a pretty scummy thing to do.<</speech>>
<<speech "Chloe">>Hey, it's not what you are thinking! Everything was agreed on by both sides, I simply convinced them to have a threesome with me.<</speech>>
<<speech "Skyler">>Haha, you go girl! You are probably the only lesbian I know that can pull something like this off.<</speech>>
<<linkreplace "The next question" >><<set $chloe_alcohol += 0.5>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>><<elseif $question is 4>><<speech "Alice">>Alright my turn now! Never have I ever... had anal sex.<</speech>>
Whoa, now that's an interesting question. You wonder who of them actually did something like that. You obviously don't take a shot this time. As you look around you see that Skyler takes a shot, which isn't all that surprising considering her reputation. But what surprises you a lot is that Leah actually takes one too!
<<speech "Skyler">>Well well, who would have thought that Leah is secretly just as kinky as I am?!<</speech>>
Skyler says teasingly to Leah and you can see her starting to blush.
<<speech "Leah">>I-It's not like that! My first boyfriend convinced me to try it out but I never really liked it!<</speech>>
<<speech "Skyler">>That's too bad it can actually feel really good, some girls can even orgasm just from anal sex.<</speech>>
<<linkreplace "It's your turn!" >><<set $skyler_alcohol += 0.5>><<set $leah_alcohol += 0.5>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>><<elseif $question is 5>><<speech "Michelle">>Never have I ever...<</speech>>
What exactly should you ask? Preferably something that helps you find out some secrets about the girls.
<div id="question3"><<link"...dated more than one person at once.">><<replace "#question3">>You are curious to see if someone actually did that and as you look around you see that only Alice takes a shot.
<<speech "Alice">>That was a few years ago but I don't really want to talk about it, things were pretty complicated back then.<</speech>>
You see Skyler starting to pout and giving her a tight hug after saying that. Now you are curious to know the full story though!
<<linkreplace "The next question" >><<set $alice_alcohol += 0.5>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>><</replace>><</link>>
<<link"...done it in a public place.">><<replace "#question3">>After asking the question you look around to see who takes a shot. You see both Emma and Chloe exchange a quick look before both of them take a shot of wine.
<<speech "Skyler">>Now that's a thing I still have yet to experience.<</speech>>
<<speech "Leah">>Isn't that really risky to do?<</speech>>
<<speech "Chloe">>Well, that's the whole point. The risk and adrenaline you feel while doing it in public is just really liberating.<</speech>>
<<speech "Emma">>Yea... I only did that a single time though.<</speech>>
<<linkreplace "The next question" >><<set $chloe_alcohol += 0.5>><<set $emma_alcohol += 0.5>><<set $chloe_affection.emma += 5>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>><</replace>><</link>>
<<link"...made any naughty videos.">><<replace "#question3">>You really wonder if anyone of them really did a video like that. As you look around you are surprised to see that everyone takes a shot!
<<speech "Michelle">>Really? All of you did that?<</speech>>
<<speech "Emma">>Yes, I never showed it to anyone though. I just wanted to see how I look like.<</speech>>
<<speech "Chloe">>Of course, one of the best ways to seduce girls.<</speech>>
<<speech "Leah">>My ex boyfriend convinced me to record something like that for him. Now that I'm no longer together with him I think that it was a mistake though.<</speech>>
<<speech "Alice">>I would have never done it if a certain girl in here wouldn't have convinced me.<</speech>>
<<speech "Skyler">>Oh come on, I know that you liked it!<</speech>>
<<linkreplace "The next question" >><<set $chloe_alcohol += 0.5>><<set $leah_alcohol += 0.5>><<set $emma_alcohol += 0.5>><<set $skyler_alcohol += 0.5>><<set $alice_alcohol += 0.5>><<set $question +=1>><<script>>Engine.show()<</script>><</linkreplace>><</replace>><</link>></div><<elseif $question is 6>><<speech "Leah">>Never have I ever... fantasized about someone in this room.<</speech>>
Okay, now that's a tricky one. If you have to be honest then there are at least 2 people you already fantasized about in this room. But you aren't yourself right now and you don't know if it would come off as weird if you take a shot.
<div id="question4"><<link"Take a shot">><<replace "#question4">>You take a shot and you can see that Alice, Skyler and Chloe all take one too.<<set $mc_alcohol+=0.5>><<set $chloe_alcohol += 0.5>><<set $skyler_alcohol += 0.5>><<set $alice_alcohol += 0.5>><<set $chloe_affection.mc += 5>>
<<speech "Emma">>Wow that didn't take you long Michelle and aren't you straight Skyler?<</speech>>
<<speech "Skyler">>That's true but a little fantasizing never hurt anyone.<</speech>>
She says as you see her giving Alice a quick glance.
<<speech "Chloe">>If you ever want to do more than just fantasize, let me know. You too by the way.<</speech>>
Chloe says to you with a wink. Ugh, your stepsister really never let's out an opportunity to get inside a girl's panties.
[[Time for a break]]<</replace>><</link>>
<<link"Don't take a shot">><<replace "#question4">>You don't take a shot but you can see that Alice, Skyler and Chloe all take one.<<set $chloe_alcohol += 0.5>><<set $skyler_alcohol += 0.5>><<set $alice_alcohol += 0.5>>
<<speech "Emma">>Wait, aren't you straight Skyler?<</speech>>
<<speech "Skyler">>That's true but a little fantasizing never hurt anyone.<</speech>>
She says as you see her giving Alice a quick glance.
<<speech "Chloe">>If you ever want to do more than just fantasize, let me know.<</speech>>
Ugh, your stepsister really never let's out an opportunity to get inside a girl's panties.
[[Time for a break]]<</replace>><</link>></div>
<</if>>
<<speech "Emma">>Let's take a little break for now, I will go and get us some snacks in the meantime!<</speech>>
Emma walks off into the kitchen to get some snacks while the others start chatting with each other or visit the bathroom to refresh themselves.
You figure now is the best time to [[chat and mingle]] with some of the girls.<<set $talk_event to 0>><<set $leah_talk to 0>><<set $emma_talk to 0>><<set $chloe_talk to 0>><<set $alice_talk to 0>><<set $dylan_talk to 0>><<set $steve_talk to 0>><<if $alice_talk is 1>>Despite what happened the last time you joined these two, you decide to talk with them again and sit down on the floor besides them.
<<speech "Michelle">>Hey, there you two.<</speech>>
<<speech "Skyler">>Hey Michelle! Are you having fun?<</speech>>
<<speech "Michelle">>Yes, I sure do. It's a great party so far.<</speech>>
<<speech "Alice">>I bet she would have more fun hooking up with Emma's dad though.<</speech>>
She says with a teasing smile. God, not this again.
<<speech "Michelle">>Come on, I already told you. I don't want anything from him!<</speech>>
<<speech "Skyler">>If you say so, but we could totally help you out if you want. Oh, I know! We could dare you to do something with him when we resume playing the game.<</speech>>
<<speech "Alice">>True, I bet that would be fun!<</speech>>
<<speech "Michelle">>What? No, don't do that. I will just refuse anyway.<</speech>>
For some reason you see a slight expression change in Skyler's face as you say that, you get the feeling that she didn't like this answer but maybe it's just your imagination.
<<speech "Skyler">>Well, it's up to you if you do it or not.<</speech>>
<<speech "Alice">>Don't worry. We are just joking around anyway, right Skyler?<</speech>>
She says looking at Skyler.
<<speech "Skyler">>Haha, yea.<</speech>>
For some reason you feel like the mood just got a bit more intense. But as soon as you get that feeling it's already gone again and Skyler and Alice start talking cheerfully about all kind of stuff. Talking with these two is always a rollercoaster of emotions, you wonder why you even try doing it. You feel like you don't have much in common with these two anyway. You spend some more time doing smalltalk with these two before you decide to leave.
You were already a few feet away as Skyler suddenly taps you on your shoulder. You turn around and you can see that she is alone, Alice is still sitting at the same spot you just came from.
<<speech "Skyler">>So what we were just talking about...<</speech>>
<<speech "Michelle">>I get it, you were just teasing me. No hard...<</speech>>
She interrupts you before you can finish your sentence.
<<speech "Skyler">>When I give you the dare, you will do it.<</speech>>
Wait, what?
<<speech "Michelle">>What do you mean? You were serious? I'm not going to do that.<</speech>>
<<speech "Skyler">>That's not up for negotiations, Michelle. Or should I say Michael?<</speech>>
It almost feels like your heart stops for a second as she says your real name. Does she know who you are?
<<speech "Michelle">>M-My name is Michelle.<</speech>>
<<speech "Skyler">>Stop playing around, I know that you took an x-change. And if you don't want everyone else to find out who you really are you better do the dare, alright?<</speech>>
What the fuck? Is she blackmailing you?
<<speech "Michelle">>You can't be serious. Why do you want me to do this dare so badly?<</speech>>
<<speech "Skyler">>Because I think it's fun.<</speech>>
<<speech "Michelle">>Fun? I don't think that blackmailing is fun.<</speech>>
<<speech "Skyler">>Don't be like that, I know what people like you really want. So just do it and don't be a party pooper, alright?<</speech>>
People like you? What's that supposed to mean? But before you can ask her any further she already walks away. You can't believe what just happened. You always knew that Skyler had a bad reputation as being a slutty girl but you never knew that she is that wicked. And how did she find out who you are and that you took an x-change?
What are you supposed to do now? If you don't go along with her dare she will tell everyone who you are and that's not something you want. Everyone will surely think you are a pervert or something. But wait, for her to dare you she would have to draw your name first, so as long as she never gets your name everything [[is fine|$previous][$alice_affection.mc +=5;$alice_talk +=1;$talk_event +=1;$henry_dare to true]].
<<else>>You decide to join Alice and Skyler. The most popular and sluttiest girls in school, at least that's what people usually say about Skyler. You don't really know if that's really the case for Alice aswell but since they hang out with each other all the time you assume that they both are pretty similar.
<<speech "Michelle">>Hey, you two. Can I join you?<</speech>>
<<speech "Skyler">>Heey Michelle! Sure, sit down and join us, girl!<</speech>>
You sit down besides them and start doing some smalltalk.
<<speech "Michelle">>So what have you two been talking about?<</speech>>
<<speech "Alice">>About you actually.<</speech>>
<<speech "Michelle">>About me? Only good things I hope, haha!<</speech>>
<<speech "Skyler">>Sure don't worry, just the usual gossip that comes up with you being the new girl and all.<</speech>>
You don't know why but her sentence makes you a bit more worried than you should probably be.
<<speech "Michelle">>Usual gossip?<</speech>>
<<speech "Alice">>Yes, stuff like how you seem to have the hots for Emma's dad.<</speech>>
What the hell?!
<<speech "Michelle">>What? I don't have the hots for him!<</speech>>
<<speech "Skyler">>Really? Because it looked totally different to us when you greeted him.<</speech>>
<<speech "Alice">>She is right! You totally looked all hot and bothered and even bit your lip!<</speech>>
As you think back to it, you start to remember how his presence made you feel and you start to blush. Shit, they are right. You usually aren't into men and just thinking about kissing one makes you sick. It surely has to do with some of the breeders side effects.
<<speech "Skyler">>She is even blushing now, how cute! If you want, we two can set you up with him.<</speech>>
You regret talking with them already!
<<speech "Michelle">>Stop, I'm telling you again I'm not into Emma's dad! So just forget about it, alright?!<</speech>>
After saying that you turn around and quickly walk away. As you do so you hear both of them starting to laugh. It's better if you go away from both of them as far as [[possible|$previous][$alice_affection.mc +=5;$alice_talk +=1;$talk_event +=1]]!<</if>><<if $leah_talk is 2>>You join Leah on the couch and decide to talk with her again.
<<speech "Michelle">>Hey, Leah.<</speech>>
You say as you sit down next to her.
<<speech "Leah">>Hey Michelle, liking the party so far?<</speech>>
<<speech "Michelle">>I sure do, I think the next round of truth or dare will escalate things a lot more.<</speech>>
<<speech "Leah">>You seem to be excited for it but I hope you will still have fun if things don't go the way you expect them to go.<</speech>>
<<speech "Michelle">>What's that supposed to mean?<</speech>>
<<speech "Leah">>Well, there is a lot of alcohol involved and like you said, things will escalate even further. What will you do if Emma hooks up with one of the other guys?<</speech>>
You haven't really thought about that.
<<speech "Michelle">>I... uh... I don't know.<</speech>>
<<speech "Leah">>I'm not saying that she will. But she doesn't know who you are and she is only into guys. I just don't want you to get hurt.<</speech>>
She does have a point. You sneaked into this party to get closer to Emma but have you really made any progress at that so far? Would it really be okay for you if she hooks up with one of the guys? Or should you just tell her who you really are and what you feel for her? There is still so much to think about but maybe you should just try to have fun at this party and figure out everything along the way.
<<speech "Michelle">>Don't worry. No matter what happens, that's life. It's nice that you are getting worried about me, but I'll be okay. Let's just try to have fun and make the most of tonight's party.<</speech>>
Leah starts to smile as she hears you say that.
<<speech "Leah">>I'm glad that you are that optimistic, you are a great guy... or girl.<</speech>>
<<speech "Michelle">>Of course I am, I'm the best!<</speech>>
<<speech "Leah">>Haha let's not get carried away now.<</speech>>
After that you do some more smalltalk with her and
[[Advise her to eat some snacks|$previous][$leah_affection.mc += 5;$leah_talk +=1;$talk_event +=1;$leah_alcohol -=1]] - (Leah [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with her|$previous][$leah_affection.mc += 5;$leah_talk +=1;$talk_event +=1;$leah_alcohol +=1;$mc_alcohol +=1]] - (You and Leah [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)<<elseif $leah_talk is 1>>You join Leah on the couch and decide to talk with her, you just have to be careful that Dylan isn't hearing anything you are saying.
<<speech "Michelle">>Hey, Leah.<</speech>>
You say as you sit down next to her.
<<speech "Leah">>Hey Michelle, how are you doing?<</speech>>
<<speech "Michelle">>I'm doing fine but I'm still a bit annoyed at the whole "no guys allowed" situation and how that turned out.<</speech>>
<<speech "Leah">>I'm sorry, but I didn't know anything about Skyler's plans. If I knew I would have never told you about the pills.<</speech>>
<<speech "Michelle">>Don't worry, I'm not blaming you. In the end it was my idea to sneak into here, so I'm the one to blame. I just feel like a fool right now.<</speech>>
Sometimes it feels like the best thing to do is to do nothing.
<<speech "Leah">>Well, it could be worse. At least this way you will make some new experiences and get some more insights into the life of a girl.<</speech>>
<<speech "Michelle">>I'm not too keen on making any new "experiences" though. Especially if it involves another guy.<</speech>>
Just thinking about it makes you shudder.
<<speech "Leah">>About that... are you already feeling any differences? The pharmacist warned us about some rather extreme side effects and now with the guys in here it could get dangerous for you.<</speech>>
<<speech "Michelle">>So far I'm feeling completely normal so there is no need to worry about that. And the only dangerous thing that could happen is if my transformation becomes permanent and for that I would need to have sex with one of the guys. And believe me that is NEVER going to happen!<</speech>>
<<speech "Leah">>Alright, but still. If you feel any symptons or something let me know, we can leave anytime.<</speech>>
Leah is always watching out for you, she is the best. After that you do some more smalltalk with her and then go to talk with [[someone else|$previous][$leah_affection.mc += 5;$talk_event +=1; $leah_talk +=1;]].<<else>>You decide to join Leah and talk a bit with her. After all you wouldn't be here if it wasn't for her help.
<<speech "Michelle">>Hey, Leah. Is that water?<</speech>>
<<speech "Leah">>Yes, you should drink some too if you don't want to get drunk.<</speech>>
<<speech "Michelle">>Drunk? I know you are a lightweight when it comes to tolerating alcohol but we only drank shots of wine, I doubt someone could get drunk from that.<</speech>>
<<speech "Leah">>Probably not but I'm sure it's not going to be the only thing we will be drinking tonight, so I want to be prepared. But enough talk about alcohol, let's talk about you!<</speech>>
<<speech "Michelle">>About me?<</speech>>
<<speech "Leah">>Yes, how do you like it so far? Don't you think this whole situation is a bit weird, you know with you being a girl and all?<</speech>>
<<speech "Michelle">>Weird? Hell yes it is. But if I'm honest it's not as bad as I first thought. Being a girl is easier than I thought it would be.<</speech>>
<<speech "Leah">>Haha, you are a girl for like an hour or two and you think you are already an expert? Believe me, being a girl is much more than just wearing pretty clothes and hanging out with other girls.<</speech>>
<<speech "Michelle">>Well, I'm fortunately not going to stay a girl long enough to find out about that. What kind of game do you think we will play next?<</speech>>
<<speech "Leah">>I have no idea, but I'm sure it's going to be fun.<</speech>>
<<speech "Michelle">>I hope so, the first one was already pretty exciting. I still can't believe that you really took it up your a...!<</speech>>
Before you can finish your sentence Leah suddenly hits you right on the chest, like she always does when you say something inappropriate but instead of hitting your usual hard chest her hand now lands directly on your soft breasts, which hurts quite a lot.
<<speech "Michelle">>Ouch! Hey, that hurt!<</speech>>
<<speech "Leah">>I'm sorry, I forgot that you are so... soft now. But we are NOT going to talk about anything I say or do at the games we play, alright?<</speech>>
<<speech "Michelle">>Okay, okay.<</speech>>
That's enough talking with Leah, time to talk with [[someone else|$previous][$leah_affection.mc += 5;$talk_event +=1; $leah_talk +=1;]].<</if>><<if $chloe_talk is 2>>You are not actually trying to talk with Chloe, you just want to walk past her. But as she sees you she immediately greets you.
<<speech "Chloe">>Hey Michelle. Are you in a hurry?<</speech>>
<<speech "Michelle">>Hey, no why?<</speech>>
<<speech "Chloe">>I don't know, I just get the feeling that you are trying to avoid me.<</speech>>
<<speech "Michelle">>Uuh... no. I'm not.<</speech>>
You say, maybe not convincing enough.
<<speech "Chloe">>Hm, I think I know what's going on.<</speech>>
You are getting a bit worried as she says that.
<<speech "Michelle">>Y-You do?<</speech>>
<<speech "Chloe">>Yes. It's because of your cousin, isn't it? You haven't told her that you like girls and you are worried what she will think.<</speech>>
For a second you thought she knew who you really are, you are relieved to hear that that's not the case.
<<speech "Michelle">>Oh... yes, you are right. Haha.<</speech>>
<<speech "Chloe">>You don't have to worry though, I will keep your secret until you are ready to tell her yourself.<</speech>>
She says before she takes a step closer to you and whispers sensually in your ear.
<<speech "Chloe">>But when the game is over I will make you cum so hard that you won't think about anything else for a while.<</speech>>
You gulp and blush as you hear her say that. You have never heard your sister talk like this before, it's kind of hot but at the same time a bit scary.
You don't even know what to answer to that all you can do is to
[[Advise her to eat some snacks|$previous][$chloe_affection.mc += 5;$chloe_talk +=1;$talk_event +=1;$chloe_alcohol -=1]] - (Chloe [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with her|$previous][$chloe_affection.mc += 5;$chloe_talk +=1;$talk_event +=1;$chloe_alcohol +=1;$mc_alcohol +=1]] - (You and Chloe [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)
and then quickly walk away.
As you turn around to look back at Chloe you can see her giving you a cheeky smile. <<elseif $chloe_talk is 1>>You decide to talk with Chloe again. After what happened last time it would have probably been a better idea to avoid her, so why are you talking with her again?
<<speech "Chloe">>Hey Michelle. How do you like the party so far?<</speech>>
<<speech "Michelle">>Hey, I'm having fun so far. I just didn't expect to see any boys in here as well.<</speech>>
<<speech "Chloe">>I know, that's really annoying. Things are way more fun with just us girls, am I right?<</speech>>
She says to you with a teasing smile and gently touches your shoulder.
<<speech "Michelle">>Uuh... yea.<</speech>>
You say and take a step back.
<<speech "Chloe">>You are adorable, there is no need to be so tense. I'm not going to eat you up, not yet anyway.<</speech>>
[img[images/Chloe/flirt.gif]]
The way she says that and the gesture she does afterwards leaves no doubt anymore. Your sister has set her eyes on you and you know her, she is not going to stop until she gets what she wants. It's time to stay away from her, this time for real!
<<speech "Michelle">>I-I will see you later, bye!<</speech>>
You say and quickly walk [[away|$previous][$chloe_affection.mc += 5;$chloe_talk +=1;$talk_event +=1]]. If only she knew who you really are.<<else>>It would probably be a better idea to avoid your stepsister as best as you can. But maybe you can use this opportunity to find out some information about her or the other girls she would never tell you otherwise. You just have to make sure to pretend that you don't know her.
<<speech "Michelle">>Hey, your name was Chloe right?<</speech>>
<<speech "Chloe">>Yes and yours is Michelle. A very pretty name by the way.<</speech>>
<<speech "Michelle">>Oh... thanks.<</speech>>
<<speech "Chloe">>You are welcome but your name certainly isn't the only pretty thing about you. So... there is one thing I was wondering about you.<</speech>>
She says as she gives you a quick look over and gets extremely close to you. You were always taller than her but now you both have pretty much the same height, it's a bit intimidating to be honest.
<<speech "Chloe">>Tell me Michelle, do you like girls?<</speech>>
She says in a seductive voice you never heard from her before. You always knew that Chloe is kind of a seductress when it comes to girls but seeing her act like that to you is kind of hot, sexy even. Wait, what are you even thinking? She is your stepsister! You should probably tell her that you like boys to make her lose interest in you but you know her, she isn't going to give up that easily no matter what you tell her.
<<speech "Michelle">>Y-Yes, I do.<</speech>>
You admit but immediately start to regret it as you see her starting to smile.
<<speech "Chloe">>Oh, really? Most girls are too shy to openly admit that or think that it's bad because they are supposed to like boys. Just like another girl at this party. But you seem to be honest with yourself, I like that.<</speech>>
You wonder who the other girl she is talking about is but this is getting a bit too uncomfortable right now so you better leave.
<<speech "Michelle">>I-I think I need to get another drink.<</speech>>
You say and quickly walk [[away|$previous][$chloe_affection.mc += 5;$chloe_talk +=1;$talk_event +=1]]. Was it a mistake to talk with her? You probably just increased her interest in you even more. And you didn't even find out any secrets!<</if>><<if $emma_talk is 2>>You join Emma in the kitchen once again, you hope that you can resume your conversation from last time. You just need to know who she has a crush on!
<<speech "Michelle">>Hey, Emma. Already making some new snack?<</speech>>
<<speech "Emma">>Hey, no not this time. It looks like we still have everything we need. I just thought we could order some food, maybe some Pizza or something but I'm not sure yet.<</speech>>
<<speech "Michelle">>Some real food would be nice, especially after all the drinking.<</speech>>
<<speech "Emma">>Yea, that's what I thought as well. But I should probably ask the others first.<</speech>>
<<speech "Michelle">>So... we still didn't finish our conversation from last time. I'm curious to know who this guy is.<</speech>>
You wonder if this is really the right thing to do, maybe you will regret finding out what she is about to tell you.
<<speech "Emma">>Oh, right. Your really like talking about these kind of things don't you?<</speech>>
<<speech "Michelle">>Haha, what can I say. I just love talking about crushes and boys.<</speech>>
Ugh, hearing these words coming out of your mouth almost makes you want to vomit.
<<speech "Emma">>Well, like I said before he is going to the same school as me. He actually has a similar name to yours, his name is Michael.<</speech>>
It's like everything is going on in slowmotion, it feels like every single word she says takes forever to reach you but as soon as you hear the guy's name, your heartbeat increases like you have never felt before. She just said your name!
Are you still dreaming? Or did your crush just say that she has a crush on you as well?
<<speech "Michelle">>M-Michael?<</speech>>
<<speech "Emma">>Yes, do you know him? He is the best friend of Leah and they hang out pretty often, so I'm sure you must have seen him before.<</speech>>
<<speech "Michelle">>Yes, I did. What do you like about him?<</speech>>
<<speech "Emma">>What's not to like about him? He has a great personality, he is funny and he looks pretty good as well. I wish he were at my party right now.<</speech>>
FUCK. You scream inside your head. Everything she says still feels like a dream but it's not a dream, she actually likes you for real! Why in the world did you take this pill? If you wouldn't have taken it you could have been at this party in your normal body. But who knows if she would have told you all that if you were in your normal body, so there is something good about it as well. Now that you know how she feels you can tell her your real feelings as soon as you turn back into a guy!
<<speech "Emma">>Are you alright?<</speech>>
She asks you a bit worried. It seems like you were lost in thoughts for too long.
<<speech "Michelle">>Oh, yes. I was just lost in thoughts. But I'm feeling great!<</speech>>
You say before you
[[Advise her to eat some snacks|$previous][$emma_talk +=1;$talk_event +=1;$emma_alcohol -=1]] - (Emma [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with her|$previous][$emma_talk +=1;$talk_event +=1;$emma_alcohol +=1;$mc_alcohol +=1]] - (You and Emma [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)
and then walk back to the livingroom, both excited and happy.<<elseif $emma_talk is 1>>You join Emma in the kitchen once again, talking with her without her knowing who you are is the best way to get more information about her directly afterall.
<<speech "Michelle">>Hey, Emma. Need some more help?<</speech>>
<<speech "Emma">>I could always use some. But you are a guest you know, you don't need to help me.<</speech>>
<<speech "Michelle">>Don't worry, I'm happy to help!<</speech>>
You help Emma preparing some more snacks and drinks as you do some smalltalk with her. You remember that she was talking about someone in your last conversation, so it might be best to find out who that person was.
<<speech "Michelle">>So... is there currently a boy you like?<</speech>>
Just asking her that makes you feel kind of anxious.
<<speech "Emma">>Well, there is this boy from my school that I really like, but I'm not sure if he feels the same way about me.<</speech>>
Your heart sinks even further as she says that but you shouldn't get to your own conclusions just yet.
<<speech "Michelle">>I see. Is it one of the guys at your party?<</speech>>
You say fearing her answer a lot. If she says yes the main reason why you sneaked into this party and got yourself turned into a girl will be gone.
<<speech "Emma">>Oh? That's...<</speech>>
But before she can answer someone suddenly shouts her name and Emma walks out of the kitchen to check it out. God, why does this keep happening? It looks like you will have to keep asking her [[another time|$previous][$talk_event +=1;$emma_talk +=1]].<<else>>Emma is your crush and the main reason why you got into her sleepover in the first place, of course you are going to spend as much time with her as you can.
<<speech "Michelle">>Hey, Emma. Need some help?<</speech>>
<<speech "Emma">>Yes, I could use some. Thanks!<</speech>>
You help Emma preparing some of the snacks as you try to do some small talk with her. You thought that you would be nervous. Afterall you have never been alone with her in a room before but for some reason the words come out of your mouth very easily.
<<speech "Michelle">>Thanks again that I was allowed to join your sleepover as well today, I'm having a lot of fun so far!<</speech>>
<<speech "Emma">>Oh, no need to thank me! Leah is one of my best friends, her family and friends are always welcome. But I'm glad that you are having fun so far! There are still a lot of other fun activities planned for today though, so it can only keep getting better!<</speech>>
She answers with a lot of excitement that is contagious.
<<speech "Michelle">>Sounds great, I can't wait!<</speech>>
<<speech "Emma">>You seem like a really nice girl, why have I never seen you in all these years?<</speech>>
You knew that something like this was prone to happen, you have to come up with some convincing lies now.
<<speech "Michelle">>It's probably because I live so far away and that I'm always really busy with school. I just didn't have much time to visit my cousin that often, even if I wanted to.<</speech>>
Yes, nailed it!
<<speech "Emma">>I see. That's very unfortunate but it's good that school is over now then. Well, at least for a few months until college starts.<</speech>>
<<speech "Michelle">>True. To what college are you going to?<</speech>>
<<speech "Emma">>There is nothing set in stone yet, I have two different ones I still have to decide between. ... I will probably chose the one he chooses as well.<</speech>>
He? Who is she talking about? But before you can ask her any further she gives you some of the snacks you both just prepared and you both walk back into the [[living room|$previous][$talk_event +=1;$emma_talk +=1]].<</if>>And... of course it's closed. It looks like you are ten minutes too late. You guess you will just keep the pill for now, maybe you can return it tomorrow.
You don't have anymore plans right now so you make your way back to your apartment. Maybe a night of playing video games is just what you need right now. As you are about to enter your apartment you almost bump into Chloe, your stepsister, as she is about to leave the apartment.
<<speech "Chloe">>Jeez, Michael! Watch where you are going!<</speech>><<set $leah_char to false>><<set $chloe_char to true>>
<<speech "You" "Michael">>You were the one bumping into me! Where are you going anyway?<</speech>>
<<speech "Chloe">>If you say so. I'm on my way to Emma's party.<</speech>>
Great, just as you thought you could try and stop thinking about it.
<<speech "You" "Michael">>You are invited as well?<</speech>>
<<speech "Chloe">>Of course I am. A girls only sleepover party is nothing I would like to miss.<</speech>>
Hearing this from any other girl, would have been a perfectly normal sentence, but you know Chloe. She probably can't wait to convince all of the girls to get into their underwear and fool around with each other. Shit, just thinking about all of the girls doing a pillow fight in their underwear is almost too much for you.
<<speech "Chloe">>So how is it going between you and Emma? Did you finally confess your feelings to her?<</speech>>
Her question gets you out of your naughty daydream and back to reality.
<<speech "You" "Michael">>I... no. Why are you asking?<</speech>>
She suddenly starts to smile as you finish your sentence.
<<speech "Chloe">>Great, that means I can still shoot my shot with her!<</speech>>
<<speech "You" "Michael">>What? I don't think she is into girls.<</speech>>
<<speech "Chloe">>As if that would have ever stopped me. You know, if you would have come to me I could have given you a few pointers on how to seduce girls. Anyway, I need to go now. See you, lil bro!<</speech>>
That only makes you feel worse. Let's hope your crush doesn't actually fall for Chloe but it's not like you will see her again anytime soon so what difference does it make?
You walk into your room and just fall head down into your bed. That's not how you expected your last school day to go. You don't really feel like doing anything right now so you just keep lying down until you [[fall asleep]].<<set $chloe_char to false>><<set $no_char to true>>You suddenly get woken up from your nap by the ringing of your phone. You quickly look at the time and you can see that around an hour passed since you came back home. Before you pick up your phone you can see that your friend Dylan is calling you, you wonder what he wants.
<<speech "You" "Michael">>Hello?<</speech>>
You say still half asleep.
<<speech "Dylan">>Dude! Where the hell are you?<</speech>>
He says almost screaming as you hear some loud music playing in the background.
<<speech "You" "Michael">>What do you mean? I'm at home.<</speech>>
<<speech "Dylan">>Shit, move your ass and come to Emma's party asap! You don't want to miss out on it, do you?<</speech>>
<<speech "You" "Michael">>Wait, Emma's party? I thought it's girls only!<</speech>>
<<speech "Dylan">>I don't know anything about that, all I know is that I'm at her party with a few other guys and we were wondering where the hell you are. I thought someone invited you already! So quit whatever you are doing and come over!<</speech>>
After saying that he hangs up. You have no clue what's suddenly going on but he doesn't have to tell you twice! You quickly get yourself ready and then leave your apartment to [[walk towards]] Emma's party.
It doesn't take you long until you are in front of her apartment and you knock on the door. As you wait for someone to open it you wonder what's going on. You knew from Leah that it's a girls only party and you almost took a pill to turn yourself into a girl to join the party and now all of a sudden guys still get invited just like that? You hope that Dylan isn't pranking you or something. But you won't have to wait long to get your answer as the door opens and Dylan stands in front of you.<<set $no_char to false>><<set $chloe_char to true>><<set $skyler_char to true>><<set $alice_char to true>><<set $leah_char to true>><<set $emma_char to true>><<set $steve_char to true>><<set $james_char to true>><<set $dylan_char to true>><<set $chloe_alcohol to 0.5>><<set $emma_alcohol to 0.5>><<set $leah_alcohol to 0.5>><<set $skyler_alcohol to 1>><<set $alice_alcohol to 1>><<set $emma_affection.steve += 5>>
<<speech "Dylan">>Damn, that was quick. Come in!<</speech>>
You greet him and walk into the apartment where you get greeted by all of the girls and you wish Emma a happy birthday because you didn't get a chance to do so at school. You also see two other guys, Steve and James. You know that both of them were in your school's football team. Steve is a jock and a bully and you never really got along with him, James on the other hand seems to be much nicer though. You spend some time making some small talk with everyone before you decide to go to Leah to ask her what's going on.
<<speech "You" "Michael">>Alright, so what's going on? Why are boys suddenly allowed at the party?<</speech>>
<<speech "Leah">>It was Skyler's idea. She was the one inviting the boys over. Technically, they still aren't allowed but Skyler convinced Emma that it would be more fun with a few boys joining her party. We only heard about the change of plans just before they arrived, so I couldn't have told you because we didn't know.<</speech>>
Skyler, of course. Considering her reputation it makes sense that she would think about inviting boys over. It's not like you are complaining, you now get the chance to bond with your crush! But why did she only invite these three and not you?
<<speech "You" "Michael">>That makes sense. Damn, and I almost took the pill to turn myself into a girl. I'm glad that I didn't, I would have felt like a fool.<</speech>>
<<speech "Leah">>Haha, yea. You were lucky! We are also about to play a new party game in a bit but there is still some time to mingle with some of the guest. I'm sure you can't wait to talk with a certain blonde girl you like.<</speech>>
She says, teasing you a little.
<<speech "You" "Michael">>You are right, I will talk to you later then.<</speech>>
You look around the room to decide who you want to [[talk with first]].<<set $talk_event to 0>><<set $leah_talk to 0>><<set $emma_talk to 0>><<set $chloe_talk to 0>><<set $alice_talk to 0>><<set $dylan_talk to 0>><<set $steve_talk to 0>><<if $talk_event <2>>Now the only question is with who?
As you glance around the room you see <<if $alice_talk is 0>>[[Alice and Skyler|Talk Alice & Skyler_male][$previous to passage()]]<<else>>Alice and Skyler<</if>> sitting at the couch and happily talking with each other. You could join them but you will have to talk with the both of them.
You see Leah sitting at the living room table and drinking a glass of water. You already talked with her though so there is no need to talk with her again.
On the other side of the room you see the bathroom door getting opened and <<if $chloe_talk is 0>>[[Chloe|Talk Chloe_male][$previous to passage()]]<<else>>Chloe<</if>> walking out of it.
<<if $dylan_talk is 0>>[[Dylan|Talk Dylan_male][$previous to passage()]]<<else>>Dylan<</if>> seems to be chilling on the nearby bar and Steve and James are talking with each other not far away from him but you aren't interested to talk with these two.
Or maybe you should just join <<if $emma_talk is 0>>[[Emma|Talk Emma_male][$previous to passage()]]<<else>>Emma<</if>> in the kitchen and help her prepare some of the snacks?<<else>><<speech "Emma">>Alright everyone, enough lazying around. It's time for another party game! This time we are going to play truth or dare!<</speech>>
<<if $chloe_pact>>It seems like Chloe told the truth, the next game is going to be truth or dare. <</if>>That's amazing! Truth or dare is the perfect game to escalate things in a lot of different ways. Everyone around you seems to agree as well as they all seem to be pretty excited to play.
<<speech "Emma">>But before we start to play, there are a few base rules we have to get out. First of all everyone has to write their name on a piece of paper and then put it into this bucket.<</speech>>
She says holding up a small bucket, so everyone can see it.
<<speech "Emma">>Then we are going to form a big circle and everyone has to draw out a name going clockwise. The name you pull out then has to decide between a truth or a dare and you can ask or dare her whatever you want. But there are a few exceptions. 1) If you don't want to answer a question or do a dare you have to drink a shot of alcohol. 2) No dares involving yourself, you can only dare them to do something with someone else.<</speech>>
<<speech "Steve">>What kind of stupid rule is that? So I can't dare any of you girls to suck my dick?<</speech>>
Oh boy, Steve is really a special kind of idiot. Most of the girls look shocked or disgusted as he says that, except for Skyler who bursts out laughing.
<<speech "Emma">>Yes, you can't. This way we will keep people from abusing the dares. I also think that it makes everything more exciting.<</speech>>
<<speech "Steve">>Fine, but then I also want to add another rule; No dares involving gay stuff. I'm not into that shit, hell I don't even wanna see it.<</speech>>
Some of the girls seem disappointed but this time you have to agree with him. You are not gay and you don't want to get dared to kiss another guy from one of the girls.
Eventually, everyone agrees on the rules and writes down their name on a piece of paper. Then you finally sit down and you are ready to start the [[truth or dare|truth or dare_male][$talk_event to 0]] game!
@@color:wheat;//Just a quick heads up before you start the game. Over the course of the game you will probably see the following two icons: [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] and [img[images/UI/lust_icon.png]].
The beer icon will show you how drunk a character currently is, you included. The higher it gets the more likely they will be to do stuff they wouldn't normally do, it basically lowers their inhibitions. But be careful, if one of them gets too dunk and reaches the maximum number of 5 they will probably just pass out and all the fun will be ruined (for them at least), the same goes for you.
The heart icon on the other hand will show you how aroused they currently are, the higher it gets the more likely they are to accept sexual dares or simply try to take care of their arousal in any way possible.//@@
@@color:wheat;//But before you start the game; You now have the opportunity to choose how many rerolls you want to have. As the name suggests, you can use rerolls to reroll a question or dare if you don't like it or if you get the same question two times in a row. This way you have more control over the game and can push relationships in certain directions if you so desire.//@@
<table>
<tr>
<td><label><<radiobutton "$rerolls" -1 checked>> Default: 0 rerolls</label></td>
</tr>
<tr>
<td><label><<radiobutton "$rerolls" 3>> Normal: 3 rerolls</label></td>
</tr>
<tr>
<td><label><<radiobutton "$rerolls" 6>> Easy: 6 rerolls</label></td>
</tr></table><</if>><<if $alice_talk is 1>>You decide to join Alice and Skyler once again. Considering how much they teased you the last time you don't know it it's a good idea though.
<<speech "You" "Michael">>Hey, you two. Mind if I join you?<</speech>>
<<speech "Skyler">>Hey Michael! Visiting us again? Sure.<</speech>>
You sit down besides them and start doing some smalltalk.
<<speech "Alice">>You usually don't hang out with us that much.<</speech>>
<<speech "Skyler">>Yea, that's kind of suspicious, isn't it?<</speech>>
<<speech "You" "Michael">>What? I'm just trying to get to know you better. I see nothing wrong with that.<</speech>>
<<speech "Skyler">>Hear that Alice? He wants to get to know us better.<</speech>>
<<speech "Alice">>I do, I wonder how much better he wants to get to know us though.<</speech>>
The both of them look at you with teasing smiles.
<<speech "You" "Michael">>Uh... I just meant the normal way of getting to know somebody. I didn't have any ulterior motives.<</speech>>
<<speech "Skyler">>And here I thought you wanted to seduce the two of us into a threesome with you.<</speech>>
Says Skyler with a grinning face before Alice comes even closer to you and starts to whisper into your ear.
<<speech "Alice">>Too bad, because we would have been totally up for it.<</speech>>
Both Skyler and Alice start to laugh as they see your shocked expression. These two really like teasing and fucking with people, don't they?
You decide that this is enough of these two for now and you stand up to [[leave|$previous][$alice_affection.mc += 5;$skyler_affection.mc += 5;$alice_talk +=1;$talk_event +=1]].<<else>>You decide to join Alice and Skyler. The most popular and sluttiest girls in school, at least that's what people usually say about Skyler. You don't really know if that's really the case for Alice aswell but since they hang out with each other all the time you assume that they both are pretty similar.
<<speech "You" "Michael">>Hey, you two. Can I join you?<</speech>>
<<speech "Skyler">>Hey Michael! Sure, sit down and join us!<</speech>>
You sit down besides them and start doing some smalltalk.
<<speech "You" "Michael">>So what have you two been talking about?<</speech>>
<<speech "Alice">>About you actually.<</speech>>
<<speech "You" "Michael">>About me? Only good things I hope, haha!<</speech>>
You are suddenly getting nervous. Why were they talking about you?
<<speech "Skyler">>Sure don't worry, we were just suprised seeing you in here looking like that.<</speech>>
What's wrong with the way you look? Do you have something on your face or something? You quickly give yourself a look over but you can't see anything out of the ordinary. As you look back at them they start giggling.
<<speech "You" "Michael">>What is it?<</speech>>
<<speech "Alice">>There is nothing wrong with the way you look, she was just kidding around. Right, Skyler?<</speech>>
She says before giving Skyler a knowing look.
<<speech "Skyler">>Uh, yea. I was just kidding haha!<</speech>>
<<speech "You" "Michael">>Ookay. I think I will talk with some of the others now, see you.<</speech>>
After saying that you turn around and quickly walk away. Man, these two are weird. You walk back to the [[living room|$previous][$alice_affection.mc += 5;$skyler_affection.mc += 5;$alice_talk +=1;$talk_event +=1]] to decide who to talk with next. <</if>><<if $chloe_talk is 2>><<if $chloe_favor <0>>You walk towards Chloe but she doesn't seem happy to see you.
<<speech "Chloe">>You broke our deal.<</speech>>
She says to you with an annoyed stare.
<<speech "You" "Michael">>I know, I'm sorry. I just completely forgot about it.<</speech>>
<<speech "Chloe">>Whatever, it was dumb of me to rely on you. I will do it on my own, you are not going to get such a good opportunity again though. And since you broke our deal it means I can go after Emma again.<</speech>>
<<speech "You" "Michael">>What? Wait, you can't...!<</speech>>
<<speech "Chloe">>Stop complaining, this is your own fault. If you don't stick to our deal, I won't either.<</speech>>
It looks like she is done talking with you. She does have a point though, you broke your deal so she can do whatever she wants again. But that doesn't mean that you will let her! Time to talk with [[someone else|$previous][$chloe_talk +=1;$talk_event +=1;$chloe_pact to false;$chloe_affection.emma +=10]].<<else>>You walk towards Chloe to talk with her.
<<speech "You" "Michael">>Hey sis, how's it going?<</speech>>
<<speech "Chloe">>I can't complain, everyone is getting drunk and more willing to lose their clothes.<</speech>>
<<speech "You" "Michael">>That's true but you should watch out that you aren't getting too drunk either.<</speech>>
<<speech "Chloe">>Aw, is my little brother worried about me? Don't worry, I know how to handle my alcohol.<</speech>>
<<speech "You" "Michael">>I'm just saying, I don't really want to see you losing your clothes as well.<</speech>>
<<speech "Chloe">>I don't know what you are thinking about but if I'm losing my clothes then it's only with another girl. But how about you stop thinking of me getting naked in the first place? You perv!<</speech>>
<<speech "You" "Michael">>What? That's not what I meant!<</speech>>
<<speech "Chloe">>Haha, I know. I'm just kidding.<</speech>>
Alright, that's enough talking with your sister, you
[[Advise her to eat some snacks|$previous][$chloe_talk +=1;$talk_event +=1;$chloe_alcohol -=1]] - (Chloe [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with her|$previous][$chloe_talk +=1;$talk_event +=1;$chloe_alcohol +=1;$mc_alcohol +=1]] - (You and Chloe [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)
and then walk back to the others.<</if>><<elseif $chloe_talk is 1>><<if $chloe_favor <0>>You walk towards Chloe but she doesn't seem happy to see you.
<<speech "Chloe">>You broke our deal.<</speech>>
She says to you with an annoyed stare.
<<speech "You" "Michael">>I know, I'm sorry. I just completely forgot about it.<</speech>>
<<speech "Chloe">>Whatever, it was dumb of me to rely on you. I will do it on my own, you are not going to get such a good opportunity again though. And since you broke our deal it means I can go after Emma again.<</speech>>
<<speech "You" "Michael">>What? Wait, you can't...!<</speech>>
<<speech "Chloe">>Stop complaining, this is your own fault. If you don't stick to our deal, I won't either.<</speech>>
It looks like she is done talking with you. She does have a point though, you broke your deal so she can do whatever she wants again. But that doesn't mean that you will let her! Time to talk with [[someone else|$previous][$chloe_talk +=1;$talk_event +=1;$chloe_pact to false;$chloe_affection.emma +=10]].<<else>>You walk towards Chloe to talk with her.
<<speech "Chloe">>Hey Michael.<</speech>>
She says as she keeps sipping on her drink.
<<speech "You" "Michael">>Hey Chloe, seems like you are enjoying the party more now.<</speech>>
<<speech "Chloe">>Well, it's still a sausage fest but it's alright so far. But it will be more fun once we resume the game. You didn't forget our deal, did you?<</speech>>
<<speech "You" "Michael">>Of course not, we didn't have much opportunities yet but I will try to stick to the deal.<</speech>>
<<speech "Chloe">>Good, as long as you stick to it I will too. I'm sure the next few rounds will be more fun, you know how it is, once everyone gets drunk their inhibitions will be gone too.<</speech>>
<<speech "You" "Michael">>I can imagine, but I don't actually have that much experience with parties. I think you are the only person in here who is already going to college, so I'm sure you already know how things go.<</speech>>
<<speech "Chloe">>Haha I sure do, things can get pretty wild at college parties. This is still pretty tame compared to it.<</speech>>
That kind of makes you more excited to finally go to college.
<<speech "Chloe">>But you better not waste this opportunity to finally get together with Emma, you most likely won't get another chance.<</speech>>
<<speech "You" "Michael">>I know that, I will try my best!<</speech>>
You spend some more time doing smalltalk with her before you decide to talk with [[someone else|$previous][$chloe_talk +=1;$talk_event +=1]].<</if>><<else>>You walk towards Chloe to say hi but she doesn't seem to be happy to see you.
<<speech "Chloe">>Ugh, this whole party turned into a sausage fest.<</speech>>
<<speech "You" "Michael">>Hello to you too, sis. And it's not that bad, we are only four guys. So even if everyone would end up with a girl, there would still be one left for you.<</speech>>
<<speech "Chloe">>Great, so I have to deal with the leftovers now? Not going to happen. You guys aren't going to ruin this party for me.<</speech>>
You better try to change the subject now before she gets too pissed.
<<speech "You" "Michael">>Okay, I guess. So, about Emma...<</speech>>
<<speech "Chloe">>Yes, yes I know. Now that you are here I will leave her alone. You better not waste this opportunity this time.<</speech>>
Okay, that was easier than you thought.
<<speech "You" "Michael">>Really? Thank you Chloe!<</speech>>
<<speech "Chloe">>But only on one condition. I want you to help me get together with Leah instead.<</speech>>
Of course there is a catch, it's never going to be that easy.
<<speech "You" "Michael">>With Leah? How am I supposed to do that? I don't think that she is into girls.<</speech>>
<<speech "Chloe">>Interesting, so she didn't tell you either. But nevermind that. I know what the next game is going to be. It's truth or dare. All I want is for you to pair Leah and me together everytime you get one of us. If you do that I will help you with Emma as well.<</speech>>
You are surprised, that's a pretty good deal. You don't see any reason not to accept it.
<<speech "You" "Michael">>Alright, I will help you.<</speech>>
<<speech "Chloe">>Great, this way we will both get what we want. I will see you later then.<</speech>>
You turn around and walk back to talk with [[someone else|$previous][$chloe_talk +=1;$talk_event +=1;$chloe_pact to true;$chloe_favor to 1;$chloe_affection.emma -=5]].<</if>><<if $emma_talk is 2>>You join Emma in the kitchen once again, you hope that you can resume your conversation from last time. You just need to know who she has a crush on!
<<speech "You" "Michael">>Hey, Emma. Already making some new snack?<</speech>>
<<speech "Emma">>Hey, no not this time. It looks like we still have everything we need. I just thought we could order some food, maybe some Pizza or something but I'm not sure yet.<</speech>>
<<speech "You" "Michael">>Some real food would be nice, especially after all the drinking.<</speech>>
<<speech "Emma">>Yea, that's what I thought as well. But I should probably ask the others first.<</speech>>
<<speech "You" "Michael">>So... we still didn't finish our conversation from last time. I'm curious to know who this guy is.<</speech>>
You wonder if this is really the right thing to do, maybe you will regret finding out what she is about to tell you. As you look at her you can see that she is starting to blush again.<<set _name to highestAffection($emma_affection)>>
<<if _name is "mc">><<speech "Emma">>I'm not sure if I can tell you just like that... but I could try giving you a hint if you want.<</speech>>
Well, you assume that's better than nothing.
<<speech "You" "Michael">>Okay, sure.<</speech>>
You say, feeling more anxious than ever as you wait for her to give you a hint. She on the other hand starts to smile.
And before you can even figure out what kind of hint she is going to give you, she already leaned forward and gave you a kiss!
[img[images/Female MC/kiss_evm.gif]]
You are too shocked at first to react but as you realize what's going on you return her kiss. But even as you are kissing her you still can't believe it, you are making out with your crush! And if that's the hint she gave you, that means that she has a crush on you too!
But all good things have to end eventually and Emma leans back.
<<speech "You" "Michael">>Wow...<</speech>>
<<speech "Emma">>*giggle* I have to prepare some more things now, let's talk some more about what just happened later, okay?<</speech>>
You agree and
[[Advise her to eat some snacks|$previous][$emma_affection.mc += 5;$emma_talk +=1;$talk_event +=1;$emma_alcohol -=1]] - (Emma [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with her|$previous][$emma_affection.mc += 5;$emma_talk +=1;$talk_event +=1;$emma_alcohol +=1;$mc_alcohol +=1]] - (You and Emma [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)
before you leave the kitchen and walk back into the livingroom. You haven't felt that good in ages.
If everything continues as it did, you might actually end up in a relationship with Emma by the end of the night!<<else>><<speech "Emma">>I'm actually not that sure anymore. I thought I knew who I liked but now I'm kind of on the fence.<</speech>>
Wait, so does that mean she likes more than one guy now? You don't know if that's worse or better for you.
<<speech "You" "Michael">>Oh, I see. I hope you figure it out then.<</speech>>
<<speech "Emma">>I hope so too.<</speech>>
You leave the kitchen and walk back into the [[livingroom|$previous][$talk_event +=1;$emma_talk +=1]], not really knowing how to feel about the things she just said.<</if>><<elseif $emma_talk is 1>>You join Emma in the kitchen once again, you want to spend as much time as possible with her.
<<speech "You" "Michael">>Hey, Emma. Need some more help?<</speech>>
<<speech "Emma">>I could always use some. But you are a guest you know, you don't need to help me.<</speech>>
<<speech "You" "Michael">>Don't worry, I'm happy to help!<</speech>>
You help Emma preparing some more snacks and drinks as you do some smalltalk with her. It still feels a bit awkward sometimes, almost like there is some kind of tenseness in the air. But you can't help being like that while you are around her.
<<speech "Emma">>You know... it was never the plan to invite boys to my party today but now that we did I'm very glad that you are here as well.<</speech>>
Emma seems more shy than usual as she says that. But hearing her say that makes you very happy.
<<speech "You" "Michael">>Really? I'm very glad to be here as well! I'm having a lot of fun so far.<</speech>>
<<speech "Emma">>That's great, let's hope that the rest of my party will be fun as well.<</speech>>
<<speech "You" "Michael">>I'm sure it will be, it's your party afterall. Just the fact that you are here makes every party much better!<</speech>>
Only too late do you realize what you just said. You feel a bit embarrased but as you look at Emma it seems like she is blushing.
<<speech "Emma">>Thanks.<</speech>>
The both of you spend some more time preparing the snacks and doing some smalltalk after that. This is all nice and all but you feel like you are making no progress, so you try to get over your anxiousness and just ask her.
<<speech "You" "Michael">>Is there a boy you like?<</speech>>
You ask her, maybe a bit too much out of nowhere.
<<speech "Emma">>W-what? Why do you ask me that?<</speech>>
<<speech "You" "Michael">>Oh, I'm just curious that's all!<</speech>>
You say kind of panicked, it's not a lie though!
<<speech "Emma">>I see. Well, yes. There is someone I like. He is even on my party.<</speech>>
Your heart sinks as she says that but you shouldn't get to your own conclusions just yet. Afterall you are at her party too, what if she means you?
<<speech "You" "Michael">>Really? Who-<</speech>>
But before you can ask her any further someone suddenly shouts her name and Emma walks out of the kitchen to check it out. God, why does this keep happening? It looks like you will have to keep asking her [[another time|$previous][$emma_affection.mc += 5;$talk_event +=1;$emma_talk +=1]].<<else>>Emma is your crush and the main reason why you are here in the first place, of course you are going to spend as much time with her as you can.
<<speech "You" "Michael">>Hey, Emma. Need some help?<</speech>>
<<speech "Emma">>Oh, hey Michael. Uhm... sure I could use some help. Thanks!<</speech>>
You help Emma preparing some of the snacks as you try to do some small talk with her. But it is a bit awkward and you are getting nervous, you have never been in a room with her alone before.
<<speech "You" "Michael">>So... how does it feel to finally be 18?<</speech>>
You say to her with a smile.
<<speech "Emma">>It's great so far but to be honest I don't really feel that different compared to yesterday.<</speech>>
She answers in her usual cheerful and exciting way.
<<speech "You" "Michael">>That's true, everyone always makes a big deal out of it but I didn't feel that different on my birthday either. But at least you are allowed to drink some strong alcohol now!<</speech>>
<<speech "Emma">>Haha, that's true!<</speech>>
The small talk dies out after that and it's getting awkward again. You are preparing some of the snacks in silence as Emma finally says something.
<<speech "Emma">>So, I was wondering... have you already decided for a college?<</speech>>
It seems like everyone already knows that you are still split between choosing one of the two colleges you got accepted on. But now that you think about it you have no idea what college Emma is going to.
<<speech "You" "Michael">>No, I'm still split between the one in Rosestead and the one in Greenswell. What about you?<</speech>>
<<speech "Emma">>Oh, me too! I have been accepted on both of these as well.<</speech>>
Wait, she has been accepted on the same two colleges you have been as well? What a weird coincidence.
<<speech "You" "Michael">>Really? What a coincidence! Have you already decided for one? <</speech>>
<<speech "Emma">>No... I still don't know. Oh, the snacks are ready, let's bring them to the others!<</speech>>
She gives you some of the snacks you both just prepared and you walk back into the [[living room|$previous][$emma_affection.mc += 5;$talk_event +=1;$emma_talk +=1]].<</if>><<if $dylan_talk is 2>><<if $dylan_favor <0>>You decide to join Dylan and sit down next to him.
<<speech "Dylan">>Dude, why did you break our deal?<</speech>>
<<speech "You" "Michael">>I'm sorry, I just kind of forgot about it.<</speech>>
<<speech "Dylan">>How could you forget, we just talked about it a few minutes before the game started.<</speech>>
<<speech "You" "Michael">>I told you, I'm sorry.<</speech>>
<<speech "Dylan">>Whatever dude. Let's just forget about it then, I will somehow manage to do it on my own.<</speech>>
He doesn't seem in the mood to talk with you anymore so you leave to talk with [[someone else|$previous][$dylan_talk +=1;$talk_event +=1;$dylan_pact to false]].<<else>>You decide to join Dylan and sit down next to him.
<<speech "You" "Michael">>Hey Dylan, how is it going? Making any progress with Alice?<</speech>>
<<speech "Dylan">>Yes, I think she is slowly starting to like me, thanks to your help. If I play my shots right I could have some fun with her by the end of the night! How is it going with Emma?<</speech>>
<<speech "You" "Michael">>That's good to hear. Pretty good I think as well, we will see how the night goes.<</speech>>
<<speech "Dylan">>That's great, let's make this a night we will never forget!<</speech>>
You agree and
[[Advise him to eat some snacks|$previous][$dylan_talk +=1;$talk_event +=1;$dylan_alcohol -=1]] - (Dylan [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with him|$previous][$dylan_talk +=1;$talk_event +=1;$dylan_alcohol +=1;$mc_alcohol +=1]] - (You and Dylan [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)
before you leave to talk with someone else.<</if>><<elseif $dylan_talk is 1>><<if $dylan_favor <0>>You decide to join Dylan and sit down next to him.
<<speech "Dylan">>Dude, why did you break our deal?<</speech>>
<<speech "You" "Michael">>I'm sorry, I just kind of forgot about it.<</speech>>
<<speech "Dylan">>How could you forget, we just talked about it a few minutes before the game started.<</speech>>
<<speech "You" "Michael">>I told you, I'm sorry.<</speech>>
<<speech "Dylan">>Whatever dude. Let's just forget about it then, I will somehow manage to do it on my own.<</speech>>
He doesn't seem in the mood to talk with you anymore so you leave to talk with [[someone else|$previous][$dylan_talk +=1;$talk_event +=1;$dylan_pact to false]].<<else>>You decide to join Dylan and sit down next to him
<<speech "You" "Michael">>Hey Dylan, what's up?<</speech>>
<<speech "Dylan">>All good, I feel like the party is slowly going to start for real!<</speech>>
<<speech "You" "Michael">>Yea, I'm sure it will get more crazy as the night goes on.<</speech>>
<<speech "Dylan">>For sure, let's hope that at the end of this night we will both get the girls we want. Want to drink a shot?<</speech>>
[[No, thanks|$previous][$dylan_talk to 2;$talk_event +=1]]
[[Sure|$previous][$dylan_talk to 2;$talk_event +=1;$dylan_alcohol +=1;$mc_alcohol +=1]] - (You and Dylan [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)<</if>><<else>>You wouldn't even be here without Dylan and he has always been a good friend to you, so you decide to talk a bit with him.
<<speech "You" "Michael">>Hey, thanks for telling me about the party.<</speech>>
<<speech "Dylan">>You are welcome! I knew that you wouldn't like to miss it, especially since Emma is here.<</speech>>
He says to you and gives you a not very subtle wink.
<<speech "You" "Michael">>You are right, I still wonder why I didn't get invited by Skyler though.<</speech>>
<<speech "Dylan">>No idea, but there is no need to break your head about it now. Are you finally trying to get together with Emma today?<</speech>>
<<speech "You" "Michael">>Well, I will try. But it's not that easy, you know.<</speech>>
<<speech "Dylan">>I know what you mean. I'm trying to get together with Alice but she never seems to return any flirting I do.<</speech>>
That's interesting, maybe Alice isn't as slutty as Skyler is supposed to be.
<<speech "Dylan">>Oh, I have an idea! How about we two form a pact? I will help you get together with Emma if you are helping me getting together with Alice.<</speech>>
<<speech "You" "Michael">>Not a bad idea. Sure, why not.<</speech>>
<<speech "Dylan">>Awesome, I knew I could count on you!<</speech>>
Both of you do a bit more small talk before you decide to talk with [[someone else|$previous][$dylan_talk +=1;$talk_event +=1;$dylan_pact to true;$alice_affection.dylan += 5;$dylan_favor to 1]].<</if>><<nobr>>
<<if ndef $rerolls_diff>><<if $rerolls is 3>><<set $rerolls_diff to 3>><</if>><<if $rerolls is 6>><<set $rerolls_diff to 6>><</if>><</if>>
<<switch $rnd_person>>
<<case "Emma">> <<set $gender to "female">>
<<case "Steve">> <<set $gender to "male">>
<<case "Skyler">> <<set $gender to "female">>
<<case "James">> <<set $gender to "male">>
<<case "Alice">> <<set $gender to "female">>
<<case "You">>
<<case "Chloe">> <<set $gender to "female">>
<<case "Dylan">> <<set $gender to "male">>
<<case "Leah">> <<set $gender to "female">>
<</switch>>
<<set _checkAlcohol1 = $currentTurn.toLowerCase() + "_alcohol">>
<<set $check1 to variables()[ _checkAlcohol1 ]>>
<<set _checkAlcohol2 = $rnd_person.toLowerCase() + "_alcohol">>
<<set $check2 to variables()[ _checkAlcohol2 ]>>
<<if $check1 >=5>><<set $drunk to true>><<else>><<set $drunk to false>><</if>>
<<if $check2 >=5>><<set $drunk2 to true>><<else>><<set $drunk2 to false>><</if>>
<</nobr>>''Current turn:'' $currentTurn
<<if !$drunk>>
$currentTurn takes a piece of paper from the bucket, the name on that paper is.... ''$rnd_person!''
<<if $rnd_person is not "You" and $currentTurn is not "You">>
<<nobr>>
<<if !$drunk2>><<set $dice to random(1, 6)>>
<<set _diceAlcohol = $rnd_person.toLowerCase() + "_alcohol">>
<<set $dice += variables()[ _diceAlcohol ]>>
<<if $dice <= 5>>
<<speech $rnd_person>><<print either($TruthChoice)>><</speech>><<else>>
<<speech $rnd_person>><<print either($DareChoice)>><</speech>>
<</if>><br>
<<choose_answer_rnd>><<end_turn>><<else>>$rnd_person is too drunk to continue playing the game and their turn will be skipped.<br><<end_turn>><</if>>
<</nobr>>
/*-----------------------Protagonist beneath-------------------------*/
<<elseif $rnd_person is "You">>What do you want to choose?
<<MC_choose_male>>
<<else>>
<<MC_ask_male>>
<</if>><<else>><br>$currentTurn is too drunk to continue playing the game and their turn will be skipped.<br><<end_turn>><</if>><<nobr>>
<<if ndef $rerolls_diff>><<if $rerolls is 3>><<set $rerolls_diff to 3>><</if>><<if $rerolls is 6>><<set $rerolls_diff to 6>><</if>><</if>>
<<switch $rnd_person>>
<<case "Emma">> <<set $gender to "female">>
<<case "Steve">> <<set $gender to "male">>
<<case "Skyler">> <<set $gender to "female">>
<<case "James">> <<set $gender to "male">>
<<case "Alice">> <<set $gender to "female">>
<<case "You">>
<<case "Chloe">> <<set $gender to "female">>
<<case "Dylan">> <<set $gender to "male">>
<<case "Leah">> <<set $gender to "female">>
<</switch>>
<<set _checkAlcohol1 = $currentTurn.toLowerCase() + "_alcohol">>
<<set $check1 to variables()[ _checkAlcohol1 ]>>
<<set _checkAlcohol2 = $rnd_person.toLowerCase() + "_alcohol">>
<<set $check2 to variables()[ _checkAlcohol2 ]>>
<<if $check1 >=5>><<set $drunk to true>><<else>><<set $drunk to false>><</if>>
<<if $check2 >=5>><<set $drunk2 to true>><<else>><<set $drunk2 to false>><</if>>
<</nobr>>''Current turn:'' $currentTurn
<<if !$drunk>>
$currentTurn takes a piece of paper from the bucket, the name on that paper is.... ''$rnd_person!''
<<if $rnd_person is not "You" and $currentTurn is not "You">>
<<nobr>>
<<if !$drunk2>><<set $dice to random(1, 6)>>
<<set _diceAlcohol = $rnd_person.toLowerCase() + "_alcohol">>
<<set $dice += variables()[ _diceAlcohol ]>>
<<if $dice <= 5>>
<<speech $rnd_person>><<print either($TruthChoice)>><</speech>><<else>>
<<speech $rnd_person>><<print either($DareChoice)>><</speech>>
<</if>><br>
<<choose_answer_rnd>><<end_turn>><<else>>$rnd_person is too drunk to continue playing the game and their turn will be skipped.<br><<end_turn>><</if>>
<</nobr>>
/*-----------------------Protagonist beneath-------------------------*/
<<elseif $rnd_person is "You">>What do you want to choose?<<if $henry_dare and $currentTurn is "Skyler" and !$henry_dare_done>> Skyler looks at you expectantly as you think about it. If you are going to choose truth, she will tell everyone who you really are but if you choose dare she will dare you to do something with Emma's dad. What should you do?
[[Truth|bad end 3]]
[[Dare|Henry dare]]<<else>>
<<MC_choose_female>>
<</if>>
<<else>>
<<MC_ask_female>>
<</if>><<else>><br>$currentTurn is too drunk to continue playing the game and their turn will be skipped.<br><<end_turn>><</if>><<widget "rnd_question_female">>
<<nobr>><<set $rnd_question to either($femaleQuestions)>>
<<switch $rnd_question>>
<<case 0>><<speech $currentTurn>>Are you a virgin?<</speech>>
<<case 1>><<speech $currentTurn>>How many boys did you have sex with?<</speech>>
<<case 2>><<speech $currentTurn>>Do you have a crush on someone?<</speech>>
<<case 3>><<speech $currentTurn>>Did you ever have risky sex?<</speech>>
<<case 4>><<speech $currentTurn>>What's the first thing you would do if you woke up one day as the opposite sex?<</speech>>
<<case 5>><<speech $currentTurn>>Who is the sexiest person in this room?<</speech>>
<<case 6>><<speech $currentTurn>>What color underwear are you wearing right now?<</speech>>
<<case 7>><<speech $currentTurn>>Have you ever been attracted to the same sex?<</speech>>
<<case 8>><<speech $currentTurn>>What's a secret you've only told one person or less?<</speech>>
<<case 9>><<speech $currentTurn>>Who would you like to kiss in this room?<</speech>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_question_male">>
<<nobr>><<set $rnd_question to either($maleQuestions)>>
<<switch $rnd_question>>
<<case 0>><<speech $currentTurn>>Are you a virgin?<</speech>>
<<case 1>><<speech $currentTurn>>How many girls did you have sex with?<</speech>>
<<case 2>><<speech $currentTurn>>Do you have a crush on someone?<</speech>>
<<case 3>><<speech $currentTurn>>Did you ever get someone pregnant?<</speech>>
<<case 4>><<speech $currentTurn>>What's the first thing you would do if you woke up one day as the opposite sex?<</speech>>
<<case 5>><<speech $currentTurn>>Who is the sexiest person in this room?<</speech>>
<<case 6>><<speech $currentTurn>>What's your biggest fantasy?<</speech>>
<<case 7>><<speech $currentTurn>>What are your thoughts on polyamory?<</speech>>
<<case 8>><<speech $currentTurn>>What's a secret you've only told one person or less?<</speech>>
<<case 9>><<speech $currentTurn>>Who would you like to kiss in this room?<</speech>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_female">>
<<nobr>><<set $rnd_question to either($femaleDares)>>
<<switch $rnd_question>>
<<case 0>><<speech $currentTurn>>Call a random number from your phone and tell them you have the hots for them.<</speech>>
<<case 1>><<speech $currentTurn>>Send a sexy selfie to someone you like.<</speech>>
<<case 2>><<if $currentTurn is "Dylan" and $dylan_pact and $dylan_favor >0 and $rnd_person is "Emma">><<set $rnd_person2 to "Michael">><<elseif $currentTurn is "Chloe" and $chloe_pact and $chloe_favor >0 and $rnd_person is "Emma">><<set $rnd_person2 to "Michael">><<else>><<run $mixedList.delete($currentTurn)>><<run $mixedList.delete($rnd_person)>><<set $rnd_person2 to either($mixedList)>><<run $mixedList.push($currentTurn)>><<run $mixedList.push($rnd_person)>><<if $rnd_person2 is "You">><<if $mc_gender is "male">><<set $rnd_person2 to "Michael">><<else>><<set $rnd_person2 to "Michelle">><</if>><</if>><</if>><<speech $currentTurn>>I want you to kiss $rnd_person2. <</speech>>
<<case 3>><<speech $currentTurn>>Sit on someones lap.<</speech>>
<<case 4>><<speech $currentTurn>>Show us your tits.<</speech>>
<<case 5>><<if $currentTurn is "Dylan" and $dylan_pact and $dylan_favor >0 and $rnd_person is "Emma">><<set $rnd_person2 to "Michael">><<elseif $currentTurn is "Chloe" and $chloe_pact and $chloe_favor >0 and $rnd_person is "Emma">><<set $rnd_person2 to "Michael">><<else>><<run $mixedList.delete($currentTurn)>><<run $mixedList.delete($rnd_person)>><<set $rnd_person2 to either($mixedList)>><<run $mixedList.push($currentTurn)>><<run $mixedList.push($rnd_person)>><<if $rnd_person2 is "You">><<if $mc_gender is "male">><<set $rnd_person2 to "Michael">><<else>><<set $rnd_person2 to "Michelle">><</if>><</if>><</if>><<speech $currentTurn>>Give $rnd_person2 a lapdance.<</speech>>
<<case 6>><<if $currentTurn is "Dylan" and $dylan_pact and $dylan_favor >0 and $rnd_person is "Emma">><<set $rnd_person2 to "Michael">><<speech $currentTurn>>Give $rnd_person2 a handjob.<</speech>><<elseif $currentTurn is "Chloe" and $chloe_pact and $chloe_favor >0 and $rnd_person is "Emma">><<set $rnd_person2 to "Michael">><<speech $currentTurn>>Give $rnd_person2 a handjob.<</speech>><<else>><<if $rnd_person is "Chloe">><<run $femaleList.delete($currentTurn)>><<run $femaleList.delete($rnd_person)>><<set $rnd_person2 to either($femaleList)>><<run $femaleList.push($currentTurn)>><<run $femaleList.push($rnd_person)>><<if $rnd_person2 is "You">><<if $mc_gender is "male">><<set $rnd_person2 to "Michael">><<else>><<set $rnd_person2 to "Michelle">><</if>><</if>><<speech $currentTurn>>Pleasure $rnd_person2 with your hands.<</speech>><<else>><<run $maleList.delete($currentTurn)>><<run $maleList.delete($rnd_person)>><<set $rnd_person2 to either($maleList)>><<run $maleList.push($currentTurn)>><<run $maleList.push($rnd_person)>><<if $rnd_person2 is "You">><<if $mc_gender is "male">><<set $rnd_person2 to "Michael">><<else>><<set $rnd_person2 to "Michelle">><</if>><</if>><<if $rnd_person2 is "Michelle">><<speech $currentTurn>>Pleasure $rnd_person2 with your hands.<</speech>><<else>><<speech $currentTurn>>Give $rnd_person2 a handjob.<</speech>><</if>><</if>><</if>>
<<case 7>><<if $currentTurn is "Dylan" and $dylan_pact and $dylan_favor >0 and $rnd_person is "Emma">><<set $rnd_person2 to "Michael">><<speech $currentTurn>>Give $rnd_person2 a blowjob.<</speech>><<elseif $currentTurn is "Chloe" and $chloe_pact and $chloe_favor >0 and $rnd_person is "Emma">><<set $rnd_person2 to "Michael">><<speech $currentTurn>>Give $rnd_person2 a blowjob.<</speech>><<else>><<if $rnd_person is "Chloe">><<run $femaleList.delete($currentTurn)>><<run $femaleList.delete($rnd_person)>><<set $rnd_person2 to either($femaleList)>><<run $femaleList.push($currentTurn)>><<run $femaleList.push($rnd_person)>><<if $rnd_person2 is "You">><<if $mc_gender is "male">><<set $rnd_person2 to "Michael">><<else>><<set $rnd_person2 to "Michelle">><</if>><</if>><<speech $currentTurn>>Pleasure $rnd_person2 with your mouth.<</speech>><<else>><<run $maleList.delete($currentTurn)>><<run $maleList.delete($rnd_person)>><<set $rnd_person2 to either($maleList)>><<run $maleList.push($currentTurn)>><<run $maleList.push($rnd_person)>><<if $rnd_person2 is "You">><<if $mc_gender is "male">><<set $rnd_person2 to "Michael">><<else>><<set $rnd_person2 to "Michelle">><</if>><</if>><<if $rnd_person2 is "Michelle">><<speech $currentTurn>>Pleasure $rnd_person2 with your mouth.<</speech>><<else>><<speech $currentTurn>>Give $rnd_person2 a blowjob.<</speech>><</if>><</if>><</if>>
<<case 8>><<speech $currentTurn>>Masturbate in front of everyone.<</speech>>
<<case 9>><<speech $currentTurn>>Perform a striptease in front of everyone.<</speech>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_male">>
<<nobr>><<set $rnd_question to either($maleDares)>>
<<switch $rnd_question>>
<<case 0>><<if $currentTurn is "Dylan" and $dylan_pact and $dylan_favor >0 and $rnd_person is "You">><<set $rnd_person2 to "Emma">><<elseif $currentTurn is "Chloe" and $chloe_pact and $chloe_favor >0 and $rnd_person is "You">><<set $rnd_person2 to "Emma">><<else>><<run $femaleList.delete($currentTurn)>><<run $femaleList.delete($rnd_person)>><<set $rnd_person2 to either($femaleList)>><<run $femaleList.push($currentTurn)>><<run $femaleList.push($rnd_person)>><<if $rnd_person2 is "You">><<set $rnd_person2 to "Michelle">><</if>><</if>><<speech $currentTurn>>I want you to kiss $rnd_person2.<</speech>>
<<case 1>><<speech $currentTurn>>Show us your dick.<</speech>>
<<case 2>><<speech $currentTurn>>Perform a striptease in front of everyone.<</speech>>
<<case 3>><<if $currentTurn is "Dylan" and $dylan_pact and $dylan_favor >0 and $rnd_person is "You">><<set $rnd_person2 to "Emma">><<elseif $currentTurn is "Chloe" and $chloe_pact and $chloe_favor >0 and $rnd_person is "You">><<set $rnd_person2 to "Emma">><<else>><<run $femaleList.delete($currentTurn)>><<run $femaleList.delete($rnd_person)>><<set $rnd_person2 to either($femaleList)>><<run $femaleList.push($currentTurn)>><<run $femaleList.push($rnd_person)>><<if $rnd_person2 is "You">><<set $rnd_person2 to "Michelle">><</if>><</if>><<speech $currentTurn>>Pleasure $rnd_person2 with your hands.<</speech>>
<<case 4>><<if $currentTurn is "Dylan" and $dylan_pact and $dylan_favor >0 and $rnd_person is "You">><<set $rnd_person2 to "Emma">><<elseif $currentTurn is "Chloe" and $chloe_pact and $chloe_favor >0 and $rnd_person is "You">><<set $rnd_person2 to "Emma">><<else>><<run $femaleList.delete($currentTurn)>><<run $femaleList.delete($rnd_person)>><<set $rnd_person2 to either($femaleList)>><<run $femaleList.push($currentTurn)>><<run $femaleList.push($rnd_person)>><<if $rnd_person2 is "You">><<set $rnd_person2 to "Michelle">><</if>><</if>><<speech $currentTurn>>Pleasure $rnd_person2 with your mouth.<</speech>>
<</switch>><</nobr>>
<</widget>>
<<nobr>>
<<widget "clear_list_female">>
<<run $femaleList.delete("Steve")>>
<<run $femaleList.delete("Dylan")>>
<<run $femaleList.delete("James")>>
<<if $mc_gender is "male">><<run $femaleList.delete("You")>><</if>>
<</widget>>
<<widget "clear_list_male">>
<<run $maleList.delete("Emma")>>
<<run $maleList.delete("Leah")>>
<<run $maleList.delete("Chloe")>>
<<run $maleList.delete("Alice")>>
<<run $maleList.delete("Skyler")>>
<</widget>>
<<widget "check_gender">>
<<switch $rnd_person2>>
<<case "Emma">> <<set $gender2 to "female">>
<<case "Steve">> <<set $gender2 to "male">>
<<case "Skyler">> <<set $gender2 to "female">>
<<case "James">> <<set $gender2 to "male">>
<<case "Alice">> <<set $gender2 to "female">>
<<case "You">> <<set $gender2 to $mc_gender>>
<<case "Chloe">> <<set $gender2 to "female">>
<<case "Dylan">> <<set $gender2 to "male">>
<<case "Leah">> <<set $gender2 to "female">>
<</switch>>
<</widget>>
<<widget "choose_answer_rnd">>
<<if $gender is "female" and $dice <=5>><<rnd_question_female>>
<<switch $rnd_person>>
<<case "Emma">> <<rnd_answer_emma>>
<<case "Skyler">> <<rnd_answer_skyler>>
<<case "Alice">> <<rnd_answer_alice>>
<<case "Chloe">> <<rnd_answer_chloe>>
<<case "Leah">> <<rnd_answer_leah>>
<</switch>>
<<elseif $gender is "male" and $dice <=5>><<rnd_question_male>>
<<switch $rnd_person>>
<<case "Steve">> <<rnd_answer_steve>>
<<case "James">> <<rnd_answer_james>>
<<case "Dylan">> <<rnd_answer_dylan>>
<</switch>><</if>><<if $gender is "female" and $dice >5>><<rnd_dare_female>>
<<switch $rnd_person>>
<<case "Emma">> <<rnd_dare_emma>>
<<case "Skyler">> <<rnd_dare_skyler>>
<<case "Alice">> <<rnd_dare_alice>>
<<case "Chloe">> <<rnd_dare_chloe>>
<<case "Leah">> <<rnd_dare_leah>>
<</switch>>
<<elseif $gender is "male" and $dice >5>><<rnd_dare_male>>
<<switch $rnd_person>>
<<case "Steve">> <<rnd_dare_steve>>
<<case "James">> <<rnd_dare_james>>
<<case "Dylan">> <<rnd_dare_dylan>>
<</switch>><</if>>
<</widget>>
<<widget "choose_answer">>
<<if $gender is "female" and $dice <=5>>
<<switch $rnd_person>>
<<case "Emma">> <<rnd_answer_emma>>
<<case "Skyler">> <<rnd_answer_skyler>>
<<case "Alice">> <<rnd_answer_alice>>
<<case "Chloe">> <<rnd_answer_chloe>>
<<case "Leah">> <<rnd_answer_leah>>
<</switch>>
<<elseif $gender is "male" and $dice <=5>>
<<switch $rnd_person>>
<<case "Steve">> <<rnd_answer_steve>>
<<case "James">> <<rnd_answer_james>>
<<case "Dylan">> <<rnd_answer_dylan>>
<</switch>><</if>><<if $gender is "female" and $dice >5>>
<<switch $rnd_person>>
<<case "Emma">> <<rnd_dare_emma>>
<<case "Skyler">> <<rnd_dare_skyler>>
<<case "Alice">> <<rnd_dare_alice>>
<<case "Chloe">> <<rnd_dare_chloe>>
<<case "Leah">> <<rnd_dare_leah>>
<</switch>>
<<elseif $gender is "male" and $dice >5>>
<<switch $rnd_person>>
<<case "Steve">> <<rnd_dare_steve>>
<<case "James">> <<rnd_dare_james>>
<<case "Dylan">> <<rnd_dare_dylan>>
<</switch>><</if>>
<</widget>>
<<widget "name_all">>
<div id="choose1">
<<if $rnd_person is not "Emma">><<link "Emma">><<replace "#choose1">><<set $rnd_person2 to "Emma">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Leah">><<link "Leah">><<replace "#choose1">><<set $rnd_person2 to "Leah">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Skyler">><<link "Skyler">><<replace "#choose1">><<set $rnd_person2 to "Skyler">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Alice">><<link "Alice">><<replace "#choose1">><<set $rnd_person2 to "Alice">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Chloe">><<link "Chloe">><<replace "#choose1">><<set $rnd_person2 to "Chloe">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Steve">><<link "Steve">><<replace "#choose1">><<set $rnd_person2 to "Steve">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "James">><<link "James">><<replace "#choose1">><<set $rnd_person2 to "James">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Dylan">><<link "Dylan">><<replace "#choose1">><<set $rnd_person2 to "Dylan">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><</if>>
</div>
<</widget>>
<<widget "name_girls">>
<div id="choose1">
<<if $rnd_person is not "Emma">><<link "Emma">><<replace "#choose1">><<set $rnd_person2 to "Emma">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Leah">><<link "Leah">><<replace "#choose1">><<set $rnd_person2 to "Leah">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Skyler">><<link "Skyler">><<replace "#choose1">><<set $rnd_person2 to "Skyler">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Alice">><<link "Alice">><<replace "#choose1">><<set $rnd_person2 to "Alice">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Chloe">><<link "Chloe">><<replace "#choose1">><<set $rnd_person2 to "Chloe">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><</if>>
</div>
<</widget>>
<<widget "name_guys">>
<div id="choose1">
<<if $rnd_person is not "Steve">><<link "Steve">><<replace "#choose1">><<set $rnd_person2 to "Steve">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "James">><<link "James">><<replace "#choose1">><<set $rnd_person2 to "James">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><br><</if>>
<<if $rnd_person is not "Dylan">><<link "Dylan">><<replace "#choose1">><<set $rnd_person2 to "Dylan">><<check_deal>><<if $mc_gender is "male">><<speech "You" "Michael">>$text<</speech>><<else>><<speech "Michelle">>$text<</speech>><</if>><br><<choose_answer>><<end_turn>><</replace>><</link>><</if>>
</div>
<</widget>>
<<widget "check_deal">>
<<if $currentTurn is "You" and $rnd_person is "Chloe" and $chloe_pact and $chloe_favor >0 and $rnd_person2 is not "Leah">><<set $chloe_favor to -1>><<elseif $currentTurn is "You" and $rnd_person is "Leah" and $chloe_pact and $chloe_favor >0 and $rnd_person2 is not "Chloe">><<set $chloe_favor to -1>><</if>>
<<if $currentTurn is "You" and $rnd_person is "Dylan" and $dylan_pact and $dylan_favor >0 and $rnd_person2 is not "Alice">><<set $dylan_favor to -1>><<elseif $currentTurn is "You" and $rnd_person is "Alice" and $dylan_pact and $dylan_favor >0 and $rnd_person2 is not "Dylan">><<set $dylan_favor to -1>><</if>>
<</widget>>
<</nobr>>
<<widget "end_turn">>
<<if ndef $story_continue>><<set $story_continue to 0>><</if>><<if $special_ev is 9>><<if $mc_gender is "male">>[[Something happens|special event_male]]<<else>>[[Something happens|special event]]<</if>><<else>><<if $story_continue is 27>><<if $mc_gender is "male">>[[Time for a break|first break male]]<<else>>[[Time for a break|first break]]<</if>><<elseif $story_continue is 54>><<if $mc_gender is "male">>[[Time for a break|second break male]]<<else>>[[Time for a break|second break]]<</if>><<elseif $story_continue is 90>><<if $mc_gender is "male">>[[Time for a break|final break male]]<<else>>[[Time for a break|final break]]<</if>><<else>><<linkreplace "The next in line draws a name">><<if $special_ev <9>><<set $special_ev +=1>><</if>><<set $story_continue +=1>><<if $turnOrder < 8>><<set $turnOrder +=1>><<else>><<set $turnOrder to 0>><</if>>
<<switch $turnOrder>>
<<case 0>><<set $currentTurn to "Emma">>
<<case 1>><<set $currentTurn to "Steve">>
<<case 2>><<set $currentTurn to "Skyler">>
<<case 3>><<set $currentTurn to "James">>
<<case 4>><<set $currentTurn to "Alice">>
<<case 5>><<set $currentTurn to "You">>
<<case 6>><<set $currentTurn to "Chloe">>
<<case 7>><<set $currentTurn to "Dylan">>
<<case 8>><<set $currentTurn to "Leah">>
<</switch>>
<<run $bottlespin.delete($currentTurn)>><<set $rnd_person to either($bottlespin)>><<run $bottlespin.push($currentTurn)>>
<<script>>Engine.show()<</script>><</linkreplace>><<clear_list_female>><<clear_list_male>><</if>><</if>>
<</widget>>
<<widget "MC_choose_female">><<nobr>>
<div id="choices"><<link "Truth">><<replace "#choices">><<speech "Michelle">>I choose truth.<</speech>>
<br><<rnd_question_female>><br>
<<switch $rnd_question>>
<<case 0>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "Michelle">>Yes... I'm a virgin.<</speech>><br>Some of the girls start to gasp as you say that and even some of the guys, maybe you shouldn't have told them the truth afterall.<br><br><<speech "Skyler">>Giiirl, how in the world are you still a virgin? I mean, just look at you.<</speech>><br><br><<speech "Alice">>Well, it's good that she is here then. Today would be the perfect opportunity to lose it, right guys?<</speech>><br>She says with a teasing smile towards the guys. It's not like you would ever let any of the guys bend you over a table, fuck you hard from behind and @@color:hotpink;//breed//@@ you all night long. Ugh, let's just continue the game! <<set $chloe_affection.mc +=5>><<set $steve_affection.mc +=5>><<set $james_affection.mc +=5>><<set $dylan_affection.mc +=5>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth with yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 1>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "Michelle">>Zero. I'm still a virgin.<</speech>><br>You never had sex with any guys, but you also never had sex with any girls. You are probably the only virgin in here, which kind of sucks.<br><br><<speech "Skyler">>Giiirl, how in the world are you still a virgin? I mean, just look at you.<</speech>><br><br><<speech "Alice">>Well, it's good that she is here then. Today would be the perfect opportunity to lose it, right guys?<</speech>><br>She says with a teasing smile towards the guys. It's not like you would ever let any of the guys bend you over a table, fuck you hard from behind and @@color:hotpink;//breed//@@ you all night long. Ugh, let's just continue the game! <<set $chloe_affection.mc +=5>><<set $steve_affection.mc +=5>><<set $james_affection.mc +=5>><<set $dylan_affection.mc +=5>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 2>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "Michelle">>Yes, I do have a crush on someone.<</speech>><br>Some of them ask you on who but you are not obligated to tell them since you already answered your question, smart move!<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 3>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "Michelle">>No, I never had risky sex.<</speech>><br>Because you never had sex at all, but they don't need to know that.<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 4>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "Michelle">>I would probably take a selfie of my new body.<</speech>><br>No lie, that's exactly what you did.<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 5>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><div id="name1">
<<link "Emma">><<replace "#name1">><<speech "Michelle">>Oh, that's Emma.<</speech>><br>Who else would it be if not your crush? <</replace>><</link>>
<br><<link "Leah">><<replace "#name1">><<speech "Michelle">>Oh, that's Leah.<</speech>><br>Did you really just call your best friend the sexiest person in this room, while she is here?! <<set $leah_affection.mc +=5>><</replace>><</link>>
<br><<link "Skyler">><<replace "#name1">><<speech "Michelle">>Oh, that's Skyler.<</speech>><br>You always thought that she is very hot, if only she wouldn't be so slutty. <</replace>><</link>>
<br><<link "Alice">><<replace "#name1">><<speech "Michelle">>Oh, that's Alice.<</speech>><br>She is kind of a mystery to you but she is still a pretty hot latina. <<set $alice_affection.mc +=5>><</replace>><</link>>
<br><<link "Chloe">><<replace "#name1">><<speech "Michelle">>Oh, that's Chloe.<</speech>><br>You never thought about your stepsister like that, why do you have to start now? <<set $chloe_affection.mc +=5>><</replace>><</link>>
</div><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 6>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "Michelle">>I'm wearing black underwear.<</speech>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 7>>Now you are confused. You have never been attracted to guys but you are currently a girl, so if you are attracted to girls now it would mean that you are attracted to the same sex, right? Let's just assume so.<br>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "Michelle">>Yes, I have.<</speech>><<set $chloe_affection.mc +=5>><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><<end_turn>><</replace>><</link>></div>
<<case 8>>The only secret you can think of right now is that you used to be a guy and took an x-change to sneak into their girls-only sleepover party. And you are certain that it would be a VERY bad idea to tell them that. So you decide to just take a shot right away.<<set $mc_alcohol +=.5>><br><<end_turn>>
<<case 9>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><div id="name1">
<<link "Emma">><<replace "#name1">><<speech "Michelle">>I would like to kiss Emma.<</speech>><br>Who else would it be if not your crush? <</replace>><</link>>
<br><<link "Leah">><<replace "#name1">><<speech "Michelle">>I would like to kiss Leah.<</speech>><br>Did you really just say that? She is your best friend and you have never thought about her like that before, so why now? <<set $leah_affection.mc +=5>><</replace>><</link>>
<br><<link "Skyler">><<replace "#name1">><<speech "Michelle">>I would like to kiss Skyler.<</speech>><br>You always thought that she is very hot, if only she wouldn't be so slutty. <</replace>><</link>>
<br><<link "Alice">><<replace "#name1">><<speech "Michelle">>I would like to kiss Alice.<</speech>><br>She is kind of a mystery to you but she is still a pretty hot latina. <<set $alice_affection.mc +=5>><</replace>><</link>>
<br><<link "Chloe">><<replace "#name1">><<speech "Michelle">>I would like to kiss Chloe.<</speech>><br>Saying that out loud feels pretty wrong.<<set $chloe_affection.mc +=5>><</replace>><</link>>
</div><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<</switch>><</replace>><</link>>
<br><<link "Dare">><<replace "#choices">><<speech "Michelle">>I choose dare.<</speech>>
<br><<rnd_dare_female>><br>
<<switch $rnd_question>>
<<case 0>>
That's too risky, if you call someone that person will immediately know that it's you, you could use your other secret number but that alone is a risk as well, you decide to just take a shot. <<set $mc_alcohol +=.5>><br><<end_turn>>
<<case 1>>
You think about it a bit. The only selfie you have of this body is the one you took when you first turned and you are completely naked in there. And the only person it would be safe to send it to would be Leah.<br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "Michelle">>Alright, I will do it.<</speech>><br>You search for Leah's number and send her the selfie you took this afternoon. It's not really your body and she has already seen you naked so it shouldn't be a big deal. A few seconds later the person besides you confirms that you actually did it and you hear a sound notification reaching Leah's phone. As she checks out the message you can see her starting to blush. <<set $leah_affection.mc +=5>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 2>>
<<check_gender>><<if $rnd_person2 is "Chloe">>Kissing your sister? That's probably not a good idea.<<else>><<if $gender2 is "male">>Kissing a guy? That's not why you came in here.<<else>>That's the kind of fun you were looking for!<</if>><</if>><br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "Michelle">>Alright, I will do it.<</speech>><br><<if $gender2 is "female">>You walk towards $rnd_person2 feeling a bit nervous, are you really going to kiss her? As you stand in front of her she leans forward and both of your lips meet.<br><br>[img[images/Female MC/kiss_evf.gif]]<br><br>Her lips are very soft and taste like strawberries, kissing her is just as good as you thought it would be.<<if $rnd_person2 is "Leah">><<set $leah_affection.mc +=5>><<elseif $rnd_person2 is "Chloe">><<set $chloe_affection.mc +=5>><<elseif $rnd_person2 is "Alice">><<set $alice_affection.mc +=5>><</if>><<else>>You are not sure why but you walk over to $rnd_person2 feeling a bit nervous, are you really going to kiss a guy? He doesn't waste much time and before you can think more about it he is already kissing you.<br><br>[img[images/Female MC/kiss_evm.gif]]<br><br>You feel very disgusted at first but for some reason that feeling seems to pass pretty quickly and gets replaced with another feeling. His strong hands on your waist as he kisses you, his masculine body odor invading your nose and his tongue swirling with yours, all of that just feels so right. You keep kissing him for a bit longer before you eventually get back to your place and you realize what just happened. You have never been into guys before, just how much did this pill change you?<<if $rnd_person2 is "Steve">><<set $steve_affection.mc +=5>><<elseif $rnd_person2 is "James">><<set $james_affection.mc +=5>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.mc +=5>><</if>><</if>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 3>>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><div id="name1">
<<link "Emma">><<replace "#name1">><<speech "Michelle">>On anyone I want? Okay.<</speech>><br>You walk over to Emma and sit down on her lap. You are not getting a chance to sit down on your crush's lap everyday, so you try to make the best of it. Her lap is pretty comfortable, especially with your new soft behind. As you keep sitting on her you catch a whiff of her nice perfume, you could get used to this. But it's a pretty simple dare, so it's over pretty quickly.<<if $mc_gender is "male">><<set $emma_affection.mc +=5>><</if>><br><<end_turn>><</replace>><</link>>
<br><<link "Leah">><<replace "#name1">><<speech "Michelle">>On anyone I want? Okay.<</speech>><br>You walk over to Leah and sit down on her lap. She is your best friend, so sitting on her lap just feels like the obious choice. Her lap is pretty comfortable, especially with your new soft behind. As you keep sitting on her you catch a whiff of her nice perfume, you could get used to this. But it's a pretty simple dare, so it's over pretty quickly.<<set $leah_affection.mc +=5>><br><<end_turn>><</replace>><</link>>
<br><<link "Skyler">><<replace "#name1">><<speech "Michelle">>On anyone I want? Okay.<</speech>><br>You walk over to Skyler and sit down on her lap. Skyler is pretty hot so you figured, why not. Her lap is pretty comfortable, especially with your new soft behind. As you keep sitting on her you catch a whiff of her nice perfume, you could get used to this. But it's a pretty simple dare, so it's over pretty quickly.<br><<end_turn>><</replace>><</link>>
<br><<link "Alice">><<replace "#name1">><<speech "Michelle">>On anyone I want? Okay.<</speech>><br>You walk over to Alice and sit down on her lap. Alice is pretty hot so you figured, why not. Her lap is pretty comfortable, especially with your new soft behind. As you keep sitting on her you catch a whiff of her nice perfume, you could get used to this. But it's a pretty simple dare, so it's over pretty quickly.<<set $alice_affection.mc +=5>><br><<end_turn>><</replace>><</link>>
<br><<link "Chloe">><<replace "#name1">><<speech "Michelle">>On anyone I want? Okay.<</speech>><br>You walk over to Chloe and sit down on her lap. She is your stepsister so it shouldn't feel awkward, but now that you are in this body this might have not been the best idea. Her lap is pretty comfortable though, especially with your new soft behind. As you keep sitting on her you catch a whiff of her nice perfume. But it's a pretty simple dare, so it's over pretty quickly.<<set $chloe_affection.mc +=5>><br><<end_turn>><</replace>><</link>></div><br><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 4>>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "Michelle">>Sure.<</speech>><br>That's not even your real body, so there is no need to get embarrassed over something like this, right?<br><br>[img[images/Female MC/flash.gif]]<br><br>You pull up your shirt and reveal your bare breasts to everyone in the room. And even though this is not your real body it still feels both liberating and embarrassing to do.<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 5>>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "Michelle">>A lapdance...? Okay, I can try.<</speech>><br>Someone puts on some music and you stand up and walk over to $rnd_person2. You can't believe that you are actually about to give $rnd_person2 a lapdance.<<check_gender>> <br><br><<if $gender2 is "male">>[img[images/Female MC/lapdance_m.gif]]<<else>>[img[images/Female MC/lapdance_f.gif]]<</if>><br><br><<if $mc_lapdance >0>><<set $mc_lapdance += 1>>That's already the $mc_lapdance. time you are giving someone a lapdance, so you at least have a bit more experience by now.<<else>>You have no clue what you are doing but you try to get into a good rhythm first. You have never given anyone a lapdance before but you at least know how it's supposed to look like.<<set $mc_lapdance to 1>><</if>> You turn around and get your body very close to theirs, almost rubbing your butt against their crotch. You can't help but get a bit turned on as you share such an intimate dance with $rnd_person2. And as far as you can tell $rnd_person2 seems to enjoy it as well. The music eventually ends and you stop what you are doing and get back to your place, feeling a bit more flushed.<<set $mc_lust +=1>><<if $rnd_person2 is "Steve">><<set $steve_affection.mc +=5>><<set $steve_lust +=1>><<elseif $rnd_person2 is "James">><<set $james_affection.mc +=5>><<set $james_lust +=1>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.mc +=5>><<set $dylan_lust +=1>><<elseif $rnd_person2 is "Chloe">><<set $chloe_affection.mc +=5>><<set $chloe_lust +=1>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.mc +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Alice">><<set $alice_affection.mc +=5>><<set $alice_lust +=1>><</if>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 6>>
Some of the others start to gasp as they hear the dare and wonder if you are really going to do that. There is no way you are doing that, right?<br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "Michelle">>Okay...<</speech>><br>You are not sure why you agreed to that, maybe you are too drunk or horny at this point to realize what you are doing but you walk over to $rnd_person2 and get between his legs. $rnd_person2 starts to smile and leans back, it seems like you are supposed to do all the work now. You slowly open his pants and reveal his cock. <br><br>[img[images/Female MC/HJ.gif]]<br><br>After being a bit surprised that it's already hard you grab his dick and start to stroke it. <<if $mc_hj >0>><<set $mc_hj += 1>>That's already the $mc_hj. time you are stroking a cock today and you are getting a bit annoyed. That's not the reason why you sneaked into this party!<<else>><<set $mc_hj to 1>>That's the first time you are touching a dick other than yours, it's very hot to the touch and it feels even bigger now that you have smaller hands.<</if>> You know that you should be disgusted doing that but for some reason it has the opposite effect. Touching his dick starts to turn you on, you wonder how it would feel to have such a big cock inside of you. <<set $mc_lust +=1>><<if $rnd_person2 is "Steve">><<set $steve_affection.mc +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at your face. For some reason the first thing you do is to open your mouth, like it's the normalest thing in the world and he starts to cum all over your face and mouth.<br><br>[img[images/Female MC/BJ_cum1.gif]]<br><br>You make sure to swallow it all down but you are angry. It would have been much better if he shot his @@color:hotpink;//fertile//@@ cum deep inside your pussy! No wait, that's wrong. You are angry because he came all over your face!<<else>>You keep on stroking him for a while until you think that you have done enough and decide to stop what you are doing and get back to your place. Making him cum wasn't part of the dare, much to $rnd_person2's dismay.<</if>><</if>><<if $rnd_person2 is "James">><<set $james_affection.mc +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at your face. For some reason the first thing you do is to open your mouth, like it's the normalest thing in the world and he starts to cum all over your face and mouth.<br><br>[img[images/Female MC/BJ_cum1.gif]]<br><br>You make sure to swallow it all down but you are angry. It would have been much better if he shot his @@color:hotpink;//fertile//@@ cum deep inside your pussy! No wait, that's wrong. You are angry because he came all over your face!<<else>>You keep on stroking him for a while until you think that you have done enough and decide to stop what you are doing and get back to your place. Making him cum wasn't part of the dare, much to $rnd_person2's dismay.<</if>><</if>><<if $rnd_person2 is "Dylan">><<set $dylan_affection.mc +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>Aaah, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at your face. For some reason the first thing you do is to open your mouth, like it's the normalest thing in the world and he starts to cum all over your face and mouth.<br><br>[img[images/Female MC/BJ_cum1.gif]]<br><br>You make sure to swallow it all down but you are angry. It would have been much better if he shot his @@color:hotpink;//fertile//@@ cum deep inside your pussy! No wait, that's wrong. You are angry because he came all over your face!<<else>>You keep on stroking him for a while until you think that you have done enough and decide to stop what you are doing and get back to your place. Making him cum wasn't part of the dare, much to $rnd_person2's dismay.<</if>><</if>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 7>>
Some of the others start to gasp as they hear the dare and wonder if you are really going to do that. There is no way you are doing that, right?<br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "Michelle">>Okay...<</speech>><br>You are not sure why you agreed to that, maybe you are too drunk or horny at this point to realize what you are doing but you walk over to $rnd_person2 and get between his legs. $rnd_person2 starts to smile and leans back, it seems like you are supposed to do all the work now. You slowly open his pants and reveal his cock. <br><br><<if $rnd_person2 is "Steve">>[img[images/Female MC/BJ2.gif]]<<elseif $rnd_person2 is "James">>[img[images/Female MC/BJ3.gif]]<<elseif $rnd_person2 is "Dylan">>[img[images/Female MC/BJ1.gif]]<</if>><br><br>After being a bit surprised that it's already hard you grab his dick and take it into your mouth. You struggle a bit at first because it's pretty big and you wonder if it will even fit into your mouth, but you eventually manage to do that. <<if $mc_bj >0>><<set $mc_bj += 1>>That's already the $mc_bj. time you are sucking a cock today and you are getting a bit annoyed. That's not the reason why you sneaked into this party!<<else>><<set $mc_bj to 1>>You still can't believe that you are actually doing that, you are sucking on another guy's cock! You always wondered what it would feel like to get a blowjob but you never thought that you would be the one giving one!<</if>> You know that you should be disgusted doing that but for some reason it has the opposite effect. His cock is kind of @@color:hotpink;//tasty!//@@ Sucking on his dick starts to turn you on and you wonder how it would feel to have such a big cock inside of you. <<set $mc_lust +=1>><<if $rnd_person2 is "Steve">><<set $steve_affection.mc +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at your face. For some reason the first thing you do is to open your mouth, like it's the normalest thing in the world and he starts to cum all over your face and mouth.<br><br>[img[images/Female MC/BJ_cum1.gif]]<br><br>You make sure to swallow it all down but you are angry. It would have been much better if he shot his @@color:hotpink;//fertile//@@ cum deep inside your pussy! No wait, that's wrong. You are angry because he came all over your face!<<else>>You keep sucking him for a while until you think that you have done enough and decide to stop what you are doing and get back to your place. Making him cum wasn't part of the dare, much to $rnd_person2's dismay.<</if>><</if>><<if $rnd_person2 is "James">><<set $james_affection.mc +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at your face. For some reason the first thing you do is to open your mouth, like it's the normalest thing in the world and he starts to cum all over your face and mouth.<br><br>[img[images/Female MC/BJ_cum1.gif]]<br><br>You make sure to swallow it all down but you are angry. It would have been much better if he shot his @@color:hotpink;//fertile//@@ cum deep inside your pussy! No wait, that's wrong. You are angry because he came all over your face!<<else>>You keep sucking him for a while until you think that you have done enough and decide to stop what you are doing and get back to your place. Making him cum wasn't part of the dare, much to $rnd_person2's dismay.<</if>><</if>><<if $rnd_person2 is "Dylan">><<set $dylan_affection.mc +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>Aaah, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at your face. For some reason the first thing you do is to open your mouth, like it's the normalest thing in the world and he starts to cum all over your face and mouth.<br><br>[img[images/Female MC/BJ_cum1.gif]]<br><br>You make sure to swallow it all down but you are angry. It would have been much better if he shot his @@color:hotpink;//fertile//@@ cum deep inside your pussy! No wait, that's wrong. You are angry because he came all over your face!<<else>>You keep sucking him for a while until you think that you have done enough and decide to stop what you are doing and get back to your place. Making him cum wasn't part of the dare, much to $rnd_person2's dismay.<</if>><</if>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 8>>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "Michelle">>In front of everyone? Alright...<</speech>><br>You stand up and starts to undress yourself in front of everyone. You can't believe that you actually agreed to that dare! Everyone keeps watching you intently as you strip out of your clothes before you sit down at the nearby couch. Having everyone watch you while you are completely naked feels very embarrassing, how much worse is it going to get once you start masturbating? Why did you agree to that dare again? You spread your legs apart, giving everyone a good view of your most intimate places. <br><br>[img[images/Female MC/masturbate.gif]]<br><br>You try to ignore everything around you as you slowly trace your hand down your body until it reaches your tight pussy. You don't really have much experience touching a pussy, even less if it belongs to yourself but you try to mimic what you have seen in porn. You begin rubbing on your clit with one hand while you use the other hand to squeeze one of your breasts. At first you are not sure if what you are doing is right but then it suddenly starts to feel very good and you can't help but let out some lewd moans. You keep rubbing and playing with yourself for a while and you think that you even managed to get a small orgasm out of it but unfortuantely it left you even more horny. But then you remember that you are not alone, as you look around it seems like everyone else enjoyed your show as well. You decide that this was enough of a show and you get dressed again, leaving yourself and surely some of the others very aroused.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $chloe_lust +=1>><<set $emma_lust +=1>><<set $alice_lust +=1>><<set $skyler_lust +=1>><<set $leah_lust +=1>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 9>>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "Michelle">>Sure, but I'm not going to get completely naked.<</speech>><br>Someone puts on some music and you slowly start to dance. You try to move your body sensually to the rhythm of the music without making it look too awkward. As you are dancing you sexily strip out of your shirt, revealing your black bra beneath. Some of the girls cheer as you dance while the guys just watch you with great interest and excitement. You keep on dancing and stripping to the music until you are only in your underwear and everyone gets a good look of you curved body as you dance. You try to tease them a bit and pretend that you are taking your underwear off as well but you never do that. As the music eventually stops playing you stop as well.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $chloe_lust +=1>><<set $leah_lust +=1>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<</switch>><</replace>><</link>></div>
<</nobr>><</widget>>
<<widget "MC_choose_male">><<nobr>>
<div id="choices"><<link "Truth">><<replace "#choices">><<speech "You" "Michael">>I choose truth.<</speech>>
<br><<rnd_question_male>><br>
<<switch $rnd_question>>
<<case 0>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "You" "Michael">>Yes... I'm a virgin.<</speech>><br>Some of the girls start to gasp as you say that and even some of the guys, maybe you shouldn't have told them the truth afterall.<br><br><<speech "Skyler">>You are still a virgin? I never would have thought that.<</speech>><br><br><<speech "Steve">>Maybe he is just a faggot, haha!<</speech>><br>Ugh, shut the hell up! It would have been better if you would have taken a shot. <<set $emma_affection.mc +=5>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth with yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 1>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "You" "Michael">>Zero. I'm still a virgin.<</speech>><br>You never had sex with any girls yet, but maybe this will change today! You are probably the only virgin in here though, which kind of sucks.<br><br><<speech "Skyler">>You are still a virgin? I never would have thought that.<</speech>><br><br><<speech "Steve">>Maybe he is just a faggot, haha!<</speech>><br>Ugh, shut the hell up! It would have been better if you would have taken a shot. <br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 2>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "You" "Michael">>Yes, I do have a crush on someone.<</speech>><br>Some of them ask you on who but you are not obligated to tell them since you already answered your question, smart move!<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 3>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "You" "Michael">>No, I never got anyone pregnant.<</speech>><br>Because you never had sex at all, but they don't need to know that.<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 4>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "You" "Michael">>I would probably take a selfie of my new body.<</speech>><br>That's probably what you would have done if you took the pill.<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 5>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><div id="name1">
<<link "Emma">><<replace "#name1">><<speech "You" "Michael">>Oh, that's Emma.<</speech>><br>Who else would it be if not your crush? <<set $emma_affection.mc +=5>><</replace>><</link>>
<br><<link "Leah">><<replace "#name1">><<speech "You" "Michael">>Oh, that's Leah.<</speech>><br>Did you really just call your best friend the sexiest person in this room, while she is here?! <<set $leah_affection.mc +=5>><</replace>><</link>>
<br><<link "Skyler">><<replace "#name1">><<speech "You" "Michael">>Oh, that's Skyler.<</speech>><br>You always thought that she is very hot, if only she wouldn't be so slutty. <<set $skyler_affection.mc +=5>><</replace>><</link>>
<br><<link "Alice">><<replace "#name1">><<speech "You" "Michael">>Oh, that's Alice.<</speech>><br>She is kind of a mystery to you but she is still a pretty hot latina. <<set $alice_affection.mc +=5>><</replace>><</link>>
<br><<link "Chloe">><<replace "#name1">><<speech "You" "Michael">>Oh, that's Chloe.<</speech>><br>You never thought about your stepsister like that, why do you have to start now? <br><br><<speech "Chloe">>Eww. Are you serious?<</speech>><br>No, you are just kidding, aren't you?<</replace>><</link>>
</div><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 6>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "You" "Michael">>That's pretty hard to answer. I think getting together with the love of my life would already be enough to fulfil most of my fantasies.<</speech>><<set $emma_affection.mc +=5>><<set $leah_affection.mc +=5>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 7>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><<speech "You" "Michael">>I have no real thoughts about it. I think everyone should do what he wants, but I'm only into monogamy.<</speech>><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><<end_turn>><</replace>><</link>></div>
<<case 8>>You can't really think of a secret right now, you usually don't try to keep any secrets. So you have no other choice but to take a drink. <<set $mc_alcohol +=.5>><br><<end_turn>>
<<case 9>>
<div id="choice1"><<link "Tell the truth">><<replace "#choice1">><div id="name1">
<<link "Emma">><<replace "#name1">><<speech "You" "Michael">>I would like to kiss Emma.<</speech>><br>Who else would it be if not your crush? <<set $emma_affection.mc +=5>><</replace>><</link>>
<br><<link "Leah">><<replace "#name1">><<speech "You" "Michael">>I would like to kiss Leah.<</speech>><br>Did you really just say that? She is your best friend and you have never thought about her like that before, so why now? <<set $leah_affection.mc +=5>><</replace>><</link>>
<br><<link "Skyler">><<replace "#name1">><<speech "You" "Michael">>I would like to kiss Skyler.<</speech>><br>You always thought that she is very hot, if only she wouldn't be so slutty. <<set $skyler_affection.mc +=5>><</replace>><</link>>
<br><<link "Alice">><<replace "#name1">><<speech "You" "Michael">>I would like to kiss Alice.<</speech>><br>She is kind of a mystery to you but she is still a pretty hot latina. <<set $alice_affection.mc +=5>><</replace>><</link>>
<br><<link "Chloe">><<replace "#name1">><<speech "You" "Michael">>I would like to kiss Chloe.<</speech>><br>Saying that out loud feels pretty wrong.<br><br><<speech "Chloe">>Eww. That's disgusting!<</speech>><</replace>><</link>>
</div><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice1">>You decide to take a shot of alcohol instead, it's probably better to keep that truth to yourself.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<</switch>><</replace>><</link>>
<br><<link "Dare">><<replace "#choices">><<speech "You" "Michael">>I choose dare.<</speech>>
<br><<rnd_dare_male>><br>
<<switch $rnd_question>>
<<case 0>>
<<if $rnd_person2 is "Chloe">>Kissing your sister? That's probably not a good idea.<<else>>That's the kind of fun you were looking for!<</if>><br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "You" "Michael">>Alright, I will do it.<</speech>><br><br><<if $rnd_person2 is "Chloe">><<speech "Chloe">>Are you stupid? Take a shot!<</speech>><br>She says before you can even stand up. Well, it looks like you have no choice, it was a stupid idea anyway. You take a shot.<<set $mc_alcohol +=.5>><<else>>You walk towards $rnd_person2 feeling a bit nervous, are you really going to kiss her? As you stand in front of her she leans forward and both of your lips meet.<br><br>[img[images/Female MC/kiss_evm.gif]]<br><br>Her lips are very soft and taste like strawberries, kissing her is just as good as you thought it would be.<<if $rnd_person2 is "Leah">><<set $leah_affection.mc +=5>><<elseif $rnd_person2 is "Chloe">><<set $chloe_affection.mc +=5>><<elseif $rnd_person2 is "Alice">><<set $alice_affection.mc +=5>><</if>><</if>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 1>>
Are they serious? They want to see your dick?<br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "You" "Michael">>Okay, I guess.<</speech>><br>You pull down your pants and reveal your dick to everyone around. It's a bit embarrassing but as you hear some of the girls gasp you can't help but smile, you always had a pretty big dick. After that you quickly pull up your pants again though.<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 2>>
Do you look like a stripper?<br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "You" "Michael">>A striptease? I could try I guess.<</speech>><br>Someone puts on some music and you start to dance to it. As you are moving your body to the music you remove your shirt, revealing your bare chest and some of the girls start to cheer. You keep on dancing to the music and slowly strip more and more out of your clothes until you are only in your underwear. That's also around the time where the song ends and you decide that you have done enough.<br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 3>>
<<if $rnd_person2 is "Chloe">>You feel conflicted, doing that with your sister would be very wrong and it's not like she would let you, right?<<elseif $rnd_person2 is "Emma">>Are you actually still dreaming? Because doing that with your crush would be like a dream came true!<<else>>Do you even have to think about it?<</if>><br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "You" "Michael">>Of course, I'm doing it!<</speech>><br>You say maybe a bit too excited and walk over to $rnd_person2 with a smile on your face. <<if $rnd_person2 is "Chloe">>But before you can get too close, Chloe stops you. She tells you that there is no way that a guy gets to touch her and even less if that guy is her brother! And as she is the one rejecting the dare she has to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>But before you can get too close, Alice stops you. It seems like she doesn't want to do that in front of everyone and decides to take a shot of alcohol in your place. <<set $alice_alcohol +=.5>><<else>><<if ($rnd_person2 is "Skyler" and $skyler_alcohol >=2.5) or ($rnd_person2 is "Emma" and $emma_alcohol >=3) or ($rnd_person2 is "Leah" and $leah_alcohol >=3)>>Are you really going to rub $rnd_person2's pussy? You are excited and you don't waste too much time, you push $rnd_person2 on her back and help her out of her pants and panties, revealing her pretty bare pussy to everyone.<br><br>[img[images/Female MC/finger2.gif]]<br><br>You put your hand on her pussy and start rubbing it. It feels so hot and soft to the touch and you are not sure if you are doing it right but as you keep rubbing her you eventually hear her moan. Hearing her moan like this is kind of hot and that you are the one making her moan makes it even hotter! You keep on rubbing her until she gets more and more aroused and you can feel that she is getting wet. You wonder if you will be able to make her cum but unfortunately for you some of the others decide that this is enough and you have to stop, leaving the both of you much more aroused.<<set $mc_lust +=1>><<if $rnd_person2 is "Leah">><<set $leah_affection.mc +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.mc +=5>><<set $emma_lust +=1>><<elseif $rnd_person2 is "Skyler">><<set $skyler_affection.mc +=5>><<set $skyler_lust +=1>><</if>><<else>>But before you can get too close $rnd_person2 stops you. It looks like she is not too fond of you doing that to her. But because she is the one who was refusing the dare she has to take a shot of alcohol instead.<<if $rnd_person2 is "Skyler">><<set $skyler_alcohol +=.5>><<elseif $rnd_person2 is "Leah">><<set $leah_alcohol +=.5>><<elseif $rnd_person2 is "Emma">><<set $emma_alcohol +=.5>><</if>><</if>><</if>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<<case 4>>
<<if $rnd_person2 is "Chloe">>You feel conflicted, doing that with your sister would be very wrong and it's not like she would let you, right?<<elseif $rnd_person2 is "Emma">>Are you actually still dreaming? Because doing that with your crush would be like a dream came true!<<else>>Do you even have to think about it?<</if>><br><br>
<div id="choice2"><<link "Do the dare">><<replace "#choice2">><<speech "You" "Michael">>Of course, I'm doing it!<</speech>><br>You say maybe a bit too excited and walk over to $rnd_person2 with a smile on your face. <<if $rnd_person2 is "Chloe">>But before you can get too close, Chloe stops you. She tells you that there is no way that a guy gets to touch her and even less if that guy is her brother! And as she is the one rejecting the dare she has to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>But before you can get too close, Alice stops you. It seems like she doesn't want to do that in front of everyone and decides to take a shot of alcohol in your place. <<set $alice_alcohol +=.5>><<else>><<if ($rnd_person2 is "Skyler" and $skyler_alcohol >=2.5) or ($rnd_person2 is "Emma" and $emma_alcohol >=3.5) or ($rnd_person2 is "Leah" and $leah_alcohol >=3.5)>>Are you really going to lick $rnd_person2's pussy? You are excited and you don't waste too much time, you push $rnd_person2 on her back and help her out of her pants and panties, revealing her pretty bare pussy to everyone.<br><br>[img[images/Female MC/lick2.gif]]<br><br>You push your face between her legs and start licking her. She smells and tastes pretty great and you immediately work your tongue against her clit. You are not sure if you are doing it right though but as you keep licking her you eventually hear her moan. Hearing her moan like this is kind of hot and that you are the one making her moan makes it even hotter! You keep on licking her until she gets more and more aroused and you can feel that she is getting very wet. You wonder if you will be able to make her cum but unfortunately for you some of the others decide that this is enough and you have to stop, leaving the both of you much more aroused. <<set $mc_lust +=1>><<if $rnd_person2 is "Leah">><<set $leah_affection.mc +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.mc +=5>><<set $emma_lust +=1>><<elseif $rnd_person2 is "Skyler">><<set $skyler_affection.mc +=5>><<set $skyler_lust +=1>><</if>><<else>>But before you can get too close $rnd_person2 stops you. It looks like she is not too fond of you doing that to her. But because she is the one who was refusing the dare she has to take a shot of alcohol instead.<<if $rnd_person2 is "Skyler">><<set $skyler_alcohol +=.5>><<elseif $rnd_person2 is "Leah">><<set $leah_alcohol +=.5>><<elseif $rnd_person2 is "Emma">><<set $emma_alcohol +=.5>><</if>><</if>><</if>><br><<end_turn>><</replace>><</link>>
<br>
<<link "Take a shot">><<replace "#choice2">>You decide to take a shot of alcohol instead, that dare is a bit too much for you.<<set $mc_alcohol +=.5>><br><<end_turn>><</replace>><</link>></div>
<</switch>><</replace>><</link>></div><</nobr>><</widget>>
<<widget "MC_ask_female">><<nobr>>
<<set $dice to random(1, 6)>>
<<set _diceAlcohol = $rnd_person.toLowerCase() + "_alcohol">>
<<set $dice += variables()[ _diceAlcohol ]>>
<<if $dice <= 5>>
<<speech $rnd_person>><<print either($TruthChoice)>><</speech>><br><br>
<div id="truth">
<<link "Are you a virgin?">><<replace "#truth">><<speech "Michelle">>Are you a virgin?<</speech>><<set $rnd_question to 0>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "How many people did you have sex with?">><<replace "#truth">><<speech "Michelle">>How many people did you have sex with?<</speech>><<set $rnd_question to 1>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Do you have a crush on someone?">><<replace "#truth">><<speech "Michelle">>Do you have a crush on someone?<</speech>><<set $rnd_question to 2>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Did you ever have risky sex?">><<replace "#truth">><<speech "Michelle">>Did you ever have risky sex?<</speech>><<set $rnd_question to 3>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "What's the first thing you would do if you woke up one day as the opposite sex?">><<replace "#truth">><<speech "Michelle">>What's the first thing you would do if you woke up one day as the opposite sex?<</speech>><<set $rnd_question to 4>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Who is the sexiest person in this room?">><<replace "#truth">><<speech "Michelle">>Who is the sexiest person in this room?<</speech>><<set $rnd_question to 5>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<if $gender is "female">><<link "What color underwear are you wearing right now?">><<replace "#truth">><<speech "Michelle">>What color underwear are you wearing right now?<</speech>><<set $rnd_question to 6>><br><<choose_answer>><<end_turn>><</replace>><</link>><<else>><<link "What's your biggest fantasy?">><<replace "#truth">><<speech "Michelle">>What's your biggest fantasy?<</speech>><<set $rnd_question to 6>><br><<choose_answer>><<end_turn>><</replace>><</link>><</if>>
<br>
<<if $gender is "female">><<link "Have you ever been attracted to the same sex?">><<replace "#truth">><<speech "Michelle">>Have you ever been attracted to the same sex?<</speech>><<set $rnd_question to 7>><br><<choose_answer>><<end_turn>><</replace>><</link>><<else>><<link "What are your thoughts on polyamory?">><<replace "#truth">><<speech "Michelle">>What are your thoughts on polyamory?<</speech>><<set $rnd_question to 7>><br><<choose_answer>><<end_turn>><</replace>><</link>><</if>>
<br>
<<link "What's a secret you've only told one person or less?">><<replace "#truth">><<speech "Michelle">>What's a secret you've only told one person or less?<</speech>><<set $rnd_question to 8>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Who would you like to kiss in this room?">><<replace "#truth">><<speech "Michelle">>Who would you like to kiss in this room?<</speech>><<set $rnd_question to 9>><br><<choose_answer>><<end_turn>><</replace>><</link>></div>
<<else>>
<<speech $rnd_person>><<print either($DareChoice)>><</speech>><br><br>
<div id="dare"><<if $gender is "female">>
<<link "Call a random number from your phone and tell them you have the hots for them.">><<replace "#dare">><<speech "Michelle">>Call a random number from your phone and tell them you have the hots for them.<</speech>><<set $rnd_question to 0>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Send a sexy selfie to someone you like.">><<replace "#dare">><<speech "Michelle">>Send a sexy selfie to someone you like.<</speech>><<set $rnd_question to 1>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "I want you to kiss...">><<replace "#dare">><<set $text to "I want you to kiss $rnd_person2">><<name_all>><<set $rnd_question to 2>><</replace>><</link>>
<br>
<<link "Sit on someones lap.">><<replace "#dare">><<speech "Michelle">>Sit on someones lap.<</speech>><<set $rnd_question to 3>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Show us your tits.">><<replace "#dare">><<speech "Michelle">>Show us your tits.<</speech>><<set $rnd_question to 4>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Give ... a lapdance.">><<replace "#dare">><<set $text to "Give $rnd_person2 a lapdance.">><<name_all>><<set $rnd_question to 5>><</replace>><</link>>
<br>
<<if $rnd_person is "Chloe">><<link "Pleasure ... with your hands.">><<replace "#dare">><<set $text to "Pleasure $rnd_person2 with your hands.">><<name_girls>><<set $rnd_question to 6>><</replace>><</link>><<else>><<link "Give ... a handjob.">><<replace "#dare">><<set $text to "Give $rnd_person2 a handjob.">><<name_guys>><<set $rnd_question to 6>><</replace>><</link>><</if>>
<br>
<<if $rnd_person is "Chloe">><<link "Pleasure ... with your mouth.">><<replace "#dare">><<set $text to "Pleasure $rnd_person2 with your mouth.">><<name_girls>><<set $rnd_question to 6>><</replace>><</link>><<else>><<link "Give ... a blowjob.">><<replace "#dare">><<set $text to "Give $rnd_person2 a blowjob.">><<name_guys>><<set $rnd_question to 7>><</replace>><</link>><</if>>
<br>
<<link "Masturbate in front of everyone.">><<replace "#dare">><<speech "Michelle">>Masturbate in front of everyone.<</speech>><<set $rnd_question to 8>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Perform a striptease in front of everyone.">><<replace "#dare">><<speech "Michelle">>Perform a striptease in front of everyone.<</speech>><<set $rnd_question to 9>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<<else>>
<<link "I want you to kiss ...">><<replace "#dare">><<set $text to "I want you to kiss $rnd_person2">><<name_girls>><<set $rnd_question to 0>><</replace>><</link>>
<br>
<<link "Show us your dick.">><<replace "#dare">><<speech "Michelle">>Show us your dick.<</speech>><<set $rnd_question to 1>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Perform a striptease in front of everyone.">><<replace "#dare">><<speech "Michelle">>Perform a striptease in front of everyone.<</speech>><<set $rnd_question to 2>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Pleasure ... with your hands.">><<replace "#dare">><<set $text to "Pleasure $rnd_person2 with your hands.">><<name_girls>><<set $rnd_question to 3>><</replace>><</link>>
<br>
<<link "Pleasure ... with your mouth.">><<replace "#dare">><<set $text to "Pleasure $rnd_person2 with your mouth.">><<name_girls>><<set $rnd_question to 4>><</replace>><</link>>
<br>
<<link "Random odd dare.">><<replace "#dare">><<speech "Michelle">>Make a stupid grimace.<</speech>><<set $rnd_question to 5>><<choose_answer>><<end_turn>><</replace>><</link>>
<br><</if>></div><</if>><br><</nobr>>
<</widget>>
<<widget "MC_ask_male">><<nobr>>
<<set $dice to random(1, 6)>>
<<set _diceAlcohol = $rnd_person.toLowerCase() + "_alcohol">>
<<set $dice += variables()[ _diceAlcohol ]>>
<<if $dice <= 5>>
<<speech $rnd_person>><<print either($TruthChoice)>><</speech>><br><br>
<div id="truth">
<<link "Are you a virgin?">><<replace "#truth">><<speech "You" "Michael">>Are you a virgin?<</speech>><<set $rnd_question to 0>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "How many people did you have sex with?">><<replace "#truth">><<speech "You" "Michael">>How many people did you have sex with?<</speech>><<set $rnd_question to 1>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Do you have a crush on someone?">><<replace "#truth">><<speech "You" "Michael">>Do you have a crush on someone?<</speech>><<set $rnd_question to 2>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Did you ever have risky sex?">><<replace "#truth">><<speech "You" "Michael">>Did you ever have risky sex?<</speech>><<set $rnd_question to 3>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "What's the first thing you would do if you woke up one day as the opposite sex?">><<replace "#truth">><<speech "You" "Michael">>What's the first thing you would do if you woke up one day as the opposite sex?<</speech>><<set $rnd_question to 4>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Who is the sexiest person in this room?">><<replace "#truth">><<speech "You" "Michael">>Who is the sexiest person in this room?<</speech>><<set $rnd_question to 5>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<if $gender is "female">><<link "What color underwear are you wearing right now?">><<replace "#truth">><<speech "You" "Michael">>What color underwear are you wearing right now?<</speech>><<set $rnd_question to 6>><br><<choose_answer>><<end_turn>><</replace>><</link>><<else>><<link "What's your biggest fantasy?">><<replace "#truth">><<speech "You" "Michael">>What's your biggest fantasy?<</speech>><<set $rnd_question to 6>><br><<choose_answer>><<end_turn>><</replace>><</link>><</if>>
<br>
<<if $gender is "female">><<link "Have you ever been attracted to the same sex?">><<replace "#truth">><<speech "You" "Michael">>Have you ever been attracted to the same sex?<</speech>><<set $rnd_question to 7>><br><<choose_answer>><<end_turn>><</replace>><</link>><<else>><<link "What are your thoughts on polyamory?">><<replace "#truth">><<speech "You" "Michael">>What are your thoughts on polyamory?<</speech>><<set $rnd_question to 7>><br><<choose_answer>><<end_turn>><</replace>><</link>><</if>>
<br>
<<link "What's a secret you've only told one person or less?">><<replace "#truth">><<speech "You" "Michael">>What's a secret you've only told one person or less?<</speech>><<set $rnd_question to 8>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Who would you like to kiss in this room?">><<replace "#truth">><<speech "You" "Michael">>Who would you like to kiss in this room?<</speech>><<set $rnd_question to 9>><br><<choose_answer>><<end_turn>><</replace>><</link>></div>
<<else>>
<<speech $rnd_person>><<print either($DareChoice)>><</speech>><br><br>
<div id="dare"><<if $gender is "female">>
<<link "Call a random number from your phone and tell them you have the hots for them.">><<replace "#dare">><<speech "You" "Michael">>Call a random number from your phone and tell them you have the hots for them.<</speech>><<set $rnd_question to 0>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Send a sexy selfie to someone you like.">><<replace "#dare">><<speech "You" "Michael">>Send a sexy selfie to someone you like.<</speech>><<set $rnd_question to 1>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "I want you to kiss...">><<replace "#dare">><<set $text to "I want you to kiss $rnd_person2">><<name_all>><<set $rnd_question to 2>><</replace>><</link>>
<br>
<<link "Sit on someones lap.">><<replace "#dare">><<speech "You" "Michael">>Sit on someones lap.<</speech>><<set $rnd_question to 3>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Show us your tits.">><<replace "#dare">><<speech "You" "Michael">>Show us your tits.<</speech>><<set $rnd_question to 4>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Give ... a lapdance.">><<replace "#dare">><<set $text to "Give $rnd_person2 a lapdance.">><<name_all>><<set $rnd_question to 5>><</replace>><</link>>
<br>
<<if $rnd_person is "Chloe">><<link "Pleasure ... with your hands.">><<replace "#dare">><<set $text to "Pleasure $rnd_person2 with your hands.">><<name_girls>><<set $rnd_question to 6>><</replace>><</link>><<else>><<link "Give ... a handjob.">><<replace "#dare">><<set $text to "Give $rnd_person2 a handjob.">><<name_guys>><<set $rnd_question to 6>><</replace>><</link>><</if>>
<br>
<<if $rnd_person is "Chloe">><<link "Pleasure ... with your mouth.">><<replace "#dare">><<set $text to "Pleasure $rnd_person2 with your mouth.">><<name_girls>><<set $rnd_question to 6>><</replace>><</link>><<else>><<link "Give ... a blowjob.">><<replace "#dare">><<set $text to "Give $rnd_person2 a blowjob.">><<name_guys>><<set $rnd_question to 7>><</replace>><</link>><</if>>
<br>
<<link "Masturbate in front of everyone.">><<replace "#dare">><<speech "You" "Michael">>Masturbate in front of everyone.<</speech>><<set $rnd_question to 8>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Perform a striptease in front of everyone.">><<replace "#dare">><<speech "You" "Michael">>Perform a striptease in front of everyone.<</speech>><<set $rnd_question to 9>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<<else>>
<<link "I want you to kiss ...">><<replace "#dare">><<set $text to "I want you to kiss $rnd_person2">><<name_girls>><<set $rnd_question to 0>><</replace>><</link>>
<br>
<<link "Show us your dick.">><<replace "#dare">><<speech "You" "Michael">>Show us your dick.<</speech>><<set $rnd_question to 1>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Perform a striptease in front of everyone.">><<replace "#dare">><<speech "You" "Michael">>Perform a striptease in front of everyone.<</speech>><<set $rnd_question to 2>><br><<choose_answer>><<end_turn>><</replace>><</link>>
<br>
<<link "Pleasure ... with your hands.">><<replace "#dare">><<set $text to "Pleasure $rnd_person2 with your hands.">><<name_girls>><<set $rnd_question to 3>><</replace>><</link>>
<br>
<<link "Pleasure ... with your mouth.">><<replace "#dare">><<set $text to "Pleasure $rnd_person2 with your mouth.">><<name_girls>><<set $rnd_question to 4>><</replace>><</link>>
<br>
<<link "Random odd dare.">><<replace "#dare">><<speech "You" "Michael">>Make a stupid grimace.<</speech>><<set $rnd_question to 5>><<choose_answer>><<end_turn>><</replace>><</link>>
<br><</if>></div><</if>><br><</nobr>>
<</widget>>
<<widget "rnd_answer_emma">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>No... I'm not a virgin.<</speech>><br>That's too bad, you thought you could be her first.
<<case 1>><<speech $rnd_person>>I only had sex with two boys so far.<</speech>><br>Okay, that's pretty low. Considering how beautiful she is you thought she had sex with more people.
<<case 2>><<speech $rnd_person>>I... I do. But I'm not saying who!<</speech>><br>Her answer makes you worry, if she already has a crush on someone it means your chances with her just got even lower!
<<case 3>><<speech $rnd_person>>No, I would never do that without the intend to get pregnant.<</speech>>
<<case 4>><<speech $rnd_person>>Hard to say, but I would probably freak out!<</speech>>
<<case 5>><<if $mc_gender is "male">><<if $emma_alcohol >=2>><<speech $rnd_person>>It's... uh, it's Michael.<</speech>><br>Wait, did she just say your name? She thinks you are the sexiest person in here? You never knew that she saw you like this, that's amazing! <<set $emma_affection.mc +=10>><<else>>You catch her giving you a quick look before she starts to blush and takes a shot of alcohol. For a second you thought she was going to say your name but that would be too good to be true, right? <<set $emma_alcohol +=.5>><</if>><<else>><<set _name to highestAffection($emma_affection)>><<speech $rnd_person>>It's... uh, it's <<print _name.toUpperFirst()>>.<</speech>><br>Ugh, damn you <<print _name.toUpperFirst()>>!<<set $emma_affection[ _name ] += 5>><<if _name is "steve">><<set $steve_affection.emma +=5>><<elseif _name is "james">><<set $james_affection.emma +=5>><<elseif _name is "dylan">><<set $dylan_affection.emma +=5>><</if>><</if>>
<<case 6>><<if $emma_alcohol >=2>><<speech $rnd_person>>I'm wearing pink underwear.<</speech>><<else>>Emma starts to blush and instead of answering she takes a shot of alcohol. Too bad, you were curious what she is wearing beneath. <<set $emma_alcohol +=.5>><</if>>
<<case 7>><<speech $rnd_person>>No, I'm not into girls.<</speech>>
<<case 8>><<if $emma_alcohol >=2.5>><<speech $rnd_person>>I think it was about a year ago, I was on my way home and already a bit tipsy because I just came from a party. That's where I met Chloe, she was a bit tipsy too and I don't really know how it happened but before I knew it the two of us started to make out and we fondled each other in a side alley.<</speech>><br>She starts to blush furiously after saying that.<br><br><<speech "Chloe">>I remember that. That's when I made you cum with just my fingers. It's too bad we didn't do more that night though. But I can still teach you more if you want. <</speech>><br><br><<speech $rnd_person>>N-no! I only did that because I was drunk. I'm not into girls!<</speech>><br>You can't believe what you just heard. Your sister got close with Emma even though she knew that you had a crush on her. It kinda feels like a knife to your heart but you are not about to give up! <<set $chloe_affection.emma += 10>><<else>>You see her giving Chloe a quick look before she starts to blush and takes a shot of alcohol. What was that all about? <<set $emma_alcohol +=.5>><</if>>
<<case 9>><<set _name to highestAffection($emma_affection)>><<if $mc_gender is "male">><<if $emma_alcohol >=1.5>><<speech $rnd_person>>If I had to choose then probably... Michael.<</speech>><br>Wait a damn second! Did she just say that she would like to kiss you?!<<set $emma_affection.mc += 10>><<else>>You catch her giving you a quick look before she starts to blush and takes a shot of alcohol. For a second you thought she was going to say your name but that would be too good to be true, right? <<set $emma_alcohol +=.5>><</if>><<else>><<speech $rnd_person>>If I had to choose then probably... <<print _name.toUpperFirst()>>.<</speech>><br>Aah, you don't want to hear that from the person you love!<<set $emma_affection[ _name ] += 5>><<if _name is "steve">><<set $steve_affection.emma +=5>><<elseif _name is "james">><<set $james_affection.emma +=5>><<elseif _name is "dylan">><<set $dylan_affection.emma +=5>><</if>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_answer_chloe">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>No, I lost it a long time ago.<</speech>>
<<case 1>><<speech $rnd_person>>Boys?! Ugh, zero. But if we are talking about girls? I think around 8.<</speech>>
<<case 2>><<speech $rnd_person>>No, I haven't found the right person yet.<</speech>>
<<case 3>><<speech $rnd_person>>Depends what risky means. As if, risk to get pregnant? Then no. But risk to get caught? Then yes, a few times.<</speech>>
<<case 4>><<speech $rnd_person>>I would probably try to see how it is to have sex with a girl while having a cock. But then immediately try to turn back, I don't want to be stuck looking like a dude.<</speech>>
<<case 5>><<set _name to highestAffection($chloe_affection)>><<set $chloe_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michelle">><<speech $rnd_person>>That's easy, it's _name.<</speech>><br>She says with a flirty smile to you. It seems like you are on your sister's radar now, that's not good at all!<<else>><<speech $rnd_person>>That's easy, it's <<print _name.toUpperFirst()>>.<</speech>><br>She says with a flirty smile to _name. <<if _name is "leah">><<set $leah_affection.chloe +=5>><</if>><</if>>
<<case 6>>Chloe takes a shot. <br><br><<set $chloe_alcohol +=.5>><<speech $rnd_person>>I'm not telling. If you want to know you better find out yourself. And with "you", I mean one of the girls.<</speech>><br>She says before she gives a flirty smile to all of the girls in the circle.
<<case 7>><<speech $rnd_person>>Duh, I'm a lesbian. I'm only attracted to girls.<</speech>><br><br><<speech "Steve">>You are missing out girl. I can show you how good a cock really feels. I bet you just never got fucked by a real man.<</speech>><br>You can tell Chloe got annoyed by his stupid attitude. <br><br><<speech $rnd_person>>I pass.<</speech>>
<<case 8>><<speech $rnd_person>>I don't know. I usually don't try to keep secrets.<</speech>>
<<case 9>><<set _name to highestAffection($chloe_affection)>><<set $chloe_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michelle">><<speech $rnd_person>>I would like to kiss _name.<</speech>><br>She says to you with a flirty smile and gives you a wink. No way, kissing her would be kind of gross. You bet she wouldn't say that when she knew who you really are.<<else>><<speech $rnd_person>>I would like to kiss <<print _name.toUpperFirst()>>.<</speech>><br>She says to _name with a flirty smile and gives her a wink.<<if _name is "leah">><<set $leah_affection.chloe +=5>><</if>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_answer_leah">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>No, I lost it to my ex-boyfriend.<</speech>>
<<case 1>><<speech $rnd_person>>Only one so far.<</speech>><br>That's no suprise to you. You knew that she has been only together with her ex so far.
<<case 2>><<speech $rnd_person>>I... I do. But I can't tell you on who.<</speech>><br>Oh? You wonder who the lucky guy is.
<<case 3>><<speech $rnd_person>>No, I usually always use condoms or get on the pill.<</speech>><br>Better safe than sorry.
<<case 4>><<speech $rnd_person>>I have never thought about it but I would probably get a mirror to see how I turned out.<</speech>><br>Ha, just like you did!
<<case 5>><<set _name to highestAffection($leah_affection)>><<set $leah_affection[ _name ] += 5>><<if _name is "mc">><<if $mc_gender is "male">><<set _name to "Michael">><<else>><<set _name to "Michelle">><</if>><</if>><<speech $rnd_person>>Mmmh, probably <<print _name.toUpperFirst()>>. J-Just objectively speaking of course!<</speech>><<if _name is "steve">><<set $steve_affection.leah +=5>><<elseif _name is "james">><<set $james_affection.leah +=5>><<elseif _name is "dylan">><<set $dylan_affection.leah +=5>><<elseif _name is "chloe">><<set $chloe_affection.leah +=5>><</if>>
<<case 6>><<if $leah_alcohol >=2>><<speech $rnd_person>>I'm wearing black underwear.<</speech>><<else>>She blushes and takes a shot of alcohol. <<set $leah_alcohol +=.5>><</if>>
<<case 7>><<if $leah_bi>><<speech $rnd_person>>Everyone already knows at this point so yes, I am.<</speech>><<else>><<speech $rnd_person>>I...<</speech>><br>Instead of saying anything she decides to take a shot. Why though? You know that she is straight, that should have been a fairly easy question.<<set $leah_alcohol +=.5>><</if>>
<<case 8>><<if $leah_alcohol >=2.5>><<speech $rnd_person>>I'm... I'm into girls.<</speech>><br>Wait, what?<br><br><<speech "Chloe">>Finally! God, I thought you would never talk about it.<</speech>><br><br><<speech "Emma">>So does that mean you are also a lesbian or...?<</speech>><br><br><<speech $rnd_person>>No, I'm bisexual. I always thought being attracted to girls would be wrong but it feels like a big weight just came off my shoulders.<</speech>><br><br><<speech "Chloe">>Good, for you. I told you, there is nothing wrong with you.<</speech>><br>Everyone else seems to encourage Leah as well and they are happy that she finally came out. But you still don't get why she didn't tell you about it first. <<set $leah_bi to true>><<else>>She doesn't answer and just takes a shot of alcohol. But for some reason Chloe seems to be annoyed by her action quite a bit.<br><br><<speech "Chloe">>How much longer do you want to keep it a secret? Just say it already!<</speech>><br><br><<speech "Emma">>Don't pressure her, no one is forced to do anything in this game they don't want to.<</speech>><<set $leah_alcohol +=.5>><</if>>
<<case 9>><<if $leah_alcohol >=2.5>><<set _name to highestAffection($leah_affection)>><<set $leah_affection[ _name ] += 5>><<if _name is "mc">><<if $mc_gender is "male">><<set _name to "Michael">><<else>><<set _name to "Michelle">><</if>><</if>><<speech $rnd_person>>I... I think I would kiss <<print _name.toUpperFirst()>>.<</speech>><<if _name is "steve">><<set $steve_affection.leah +=5>><<elseif _name is "james">><<set $james_affection.leah +=5>><<elseif _name is "dylan">><<set $dylan_affection.leah +=5>><<elseif _name is "chloe">><<set $chloe_affection.leah +=5>><</if>><<else>>She doesn't want to answer and takes a shot of alcohol instead. <<set $leah_alcohol +=.5>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_answer_alice">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>I'm not, I guess.<</speech>><br>She guesses? That's an odd way of saying it, it's not like someone would forget their first time, right?
<<case 1>><<speech $rnd_person>>Do blowjobs count? If yes, I guess only 3.<</speech>><br>That's lower than you thought. Maybe she is not as slutty as Skyler afterall?
<<case 2>><<speech $rnd_person>>Yes.<</speech>><br>Short but still an answer, maybe that question should have been worded differently though.
<<case 3>><<speech $rnd_person>>Sometimes, but I usually try to avoid it.<</speech>>
<<case 4>>She seems a bit perplexed as she hears the question but it quickly passes and she takes a shot of alcohol. For some reason Alice seems to be... sad? <<set $alice_alcohol +=.5>>
<<case 5>><<set _name to highestAffection($alice_affection)>><<set $alice_affection[ _name ] += 5>><<if _name is "mc">><<if $mc_gender is "male">><<set _name to "Michael">><<else>><<set _name to "Michelle">><</if>><</if>><<speech $rnd_person>>That's <<print _name.toUpperFirst()>>, for sure.<</speech>><<if _name is "skyler">><<set $skyler_affection.alice +=5>><<elseif _name is "james">><<set $james_affection.alice +=5>><<elseif _name is "dylan">><<set $dylan_affection.alice +=5>><<elseif _name is "leah">><<set $leah_affection.alice +=5>><</if>>
<<case 6>><<speech $rnd_person>>I'm wearing black lace underwear.<</speech>><br><br><<speech "Skyler">>Wooh, sexy!<</speech>>
<<case 7>><<speech $rnd_person>>Yes, I have.<</speech>>
<<case 8>><<speech $rnd_person>>I do have a secret but that's not something I'm just going to tell anyone.<</speech>><br>After saying that she takes a shot of alcohol. <<set $alice_alcohol +=.5>>
<<case 9>><<set _name to highestAffection($alice_affection)>><<set $alice_affection[ _name ] += 5>><<if _name is "mc">><<if $mc_gender is "male">><<set _name to "Michael">><<else>><<set _name to "Michelle">><</if>><</if>><<speech $rnd_person>>I would like to kiss <<print _name.toUpperFirst()>>.<</speech>><<if _name is "skyler">><<set $skyler_affection.alice +=5>><<elseif _name is "james">><<set $james_affection.alice +=5>><<elseif _name is "dylan">><<set $dylan_affection.alice +=5>><<elseif _name is "leah">><<set $leah_affection.alice +=5>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_answer_skyler">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>Haha, no.<</speech>><br>Well, that's no suprise at all.
<<case 1>><<speech $rnd_person>>No idea, I stopped counting after the 20th.<</speech>><br>Oh boy.
<<case 2>><<speech $rnd_person>>No, I just wanna have fun.<</speech>>
<<case 3>><<speech $rnd_person>>Probably several times, just happens sometimes when you are too horny to care.<</speech>>
<<case 4>><<speech $rnd_person>>I would probably examine my new body... very closely. But I would prefer being a girl if possible, sex is much better as a girl.<</speech>><br>Huh, does she just assume that or how would she even know that...?
<<case 5>><<set _name to highestAffection($skyler_affection)>><<set $skyler_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michael">><</if>><<if _name is "alice">><<speech $rnd_person>>I have to choose my girl, Alice. I mean, just look at her.<</speech>><<set $alice_affection.skyler += 5>><<else>><<speech $rnd_person>>I think <<print _name.toUpperFirst()>> is pretty hot.<</speech>><<if _name is "steve">><<set $steve_affection.skyler +=5>><<elseif _name is "james">><<set $james_affection.skyler +=5>><<elseif _name is "dylan">><<set $dylan_affection.skyler +=5>><</if>><</if>>
<<case 6>><<speech $rnd_person>>I'm not wearing any.<</speech>><<set $steve_affection.skyler += 5>><<set $james_affection.skyler += 5>><br>What the hell?
<<case 7>><<speech $rnd_person>>I tried it once but it's not really my thing.<</speech>>
<<case 8>><<speech $rnd_person>>Sorry, I promised to never tell anyone.<</speech>><br>She takes a shot of alcohol and quickly swallows it down. <<set $skyler_alcohol +=.5>>
<<case 9>><<set _name to highestAffection($skyler_affection)>><<if _name is "mc">><<set _name to "Michael">><</if>><<if _name is "alice">><<speech $rnd_person>>Give me a more interesting question next time.<</speech>><br>It seems like she doesn't wants to answer the question... or just get drunk. <<set $skyler_alcohol +=.5>><<else>><<speech $rnd_person>>I wouldn't mind making out with <<print _name.toUpperFirst()>>.<</speech>><<set $skyler_affection[ _name ] += 5>><<if _name is "steve">><<set $steve_affection.skyler +=5>><<elseif _name is "james">><<set $james_affection.skyler +=5>><<elseif _name is "dylan">><<set $dylan_affection.skyler +=5>><</if>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_answer_steve">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>Is that a joke? Of course not!<</speech>>
<<case 1>><<speech $rnd_person>>16 and you girls are free to help me increase that number.<</speech>><br>Hey says after looking at the girls with a confident smile. Man, that guy is gross.
<<case 2>><<speech $rnd_person>>Nah. That was a pretty boring question, I will take a drink anyhow.<</speech>><br>He says before he quickly swallows down a shot. <<set $steve_alcohol +=.5>>
<<case 3>><<speech $rnd_person>>Of course, doing it raw is the best thing ever! I think they got an abortion though.<</speech>><br>He thinks?! <<if $mc_gender is "female">>He doesn't seem to care who or if he gets someone pregnant and considering the pill you are on that is not good at all. But luckily for you, you would rather die than have sex with him!<</if>>
<<case 4>><<speech $rnd_person>>Hell nah, what kind of gay question is that?<</speech>><br>He takes a shot of alcohol. <<set $steve_alcohol +=.5>>
<<case 5>><<set _name to highestAffection($steve_affection)>><<set $steve_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michelle">><</if>><<speech $rnd_person>>You girls are all sexy, but if I had to choose I would take <<print _name.toUpperFirst()>>.<</speech>><<if _name is "leah">><<set $leah_affection.steve +=5>><<elseif _name is "emma">><br>The way he says it makes you kind of angry.<<set $emma_affection.steve +=5>><<elseif _name is "skyler">><<set $skyler_affection.steve +=5>><<elseif _name is "alice">><<set $alice_affection.steve +=5>><</if>>
<<case 6>><<speech $rnd_person>>Having a harem of girls that do whatever I tell them to. That would be freaking hot!<</speech>><br>What an immature fantasy.
<<case 7>><<speech $rnd_person>>Isn't that the thing where everyone has sex with everyone no matter if they are in a relationship or not? Sounds like a dream to me!<</speech>>
<<case 8>><<speech $rnd_person>>I don't have any secrets, I'm not in kindergarten anymore.<</speech>><br>Are you sure about that?
<<case 9>><<set _name to highestAffection($steve_affection)>><<set $steve_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michelle">><</if>><<speech $rnd_person>>I would like to kiss <<print _name.toUpperFirst()>>. And then do even more with her after that.<</speech>><<if _name is "leah">><<set $leah_affection.steve +=5>><<elseif _name is "emma">><<set $emma_affection.steve +=5>><<elseif _name is "skyler">><<set $skyler_affection.steve +=5>><<elseif _name is "alice">><<set $alice_affection.steve +=5>><</if>><br><<if _name is "emma">>That's never going to happen!<<elseif _name is "Michelle">>Gross, you would never do something like this with him!<</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_answer_james">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>No, I'm not.<</speech>>
<<case 1>><<speech $rnd_person>>Maybe around 6, I didn't really count.<</speech>>
<<case 2>><<speech $rnd_person>>Currently not, but this could always change.<</speech>>
<<case 3>><<speech $rnd_person>>No, I don't want to be a father. At least not now.<</speech>>
<<case 4>><<speech $rnd_person>>No idea...<</speech>><br>He takes a shot of alcohol. <<set $james_alcohol +=.5>>
<<case 5>><<set _name to highestAffection($james_affection)>><<set $james_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michelle">><</if>><<speech $rnd_person>>Hard question, you are all very pretty. But I think I will nominate <<print _name.toUpperFirst()>> for that position.<</speech>><<if _name is "leah">><<set $leah_affection.james +=5>><<elseif _name is "emma">><<set $emma_affection.james +=5>><<elseif _name is "skyler">><<set $skyler_affection.james +=5>><<elseif _name is "alice">><<set $alice_affection.james +=5>><</if>><br>That was surprisingly a very good way to say it.
<<case 6>><<speech $rnd_person>>My biggest fantasy is to become a famous football player one day.<</speech>>
<<case 7>><<speech $rnd_person>>As long as everyone is happy doing it, I don't really care. Probably not my thing though.<</speech>>
<<case 8>><<speech $rnd_person>>Uuh...<</speech>><br>He takes a shot of alcohol, it seems like he either has no secret or doesn't want to say it. <<set $james_alcohol +=.5>>
<<case 9>><<set _name to highestAffection($james_affection)>><<set $james_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michelle">><</if>><<speech $rnd_person>>I would like to kiss <<print _name.toUpperFirst()>>, I bet her lips are very soft.<</speech>><<if _name is "leah">><<set $leah_affection.james +=5>><<elseif _name is "emma">><<set $emma_affection.james +=5>><<elseif _name is "skyler">><<set $skyler_affection.james +=5>><<elseif _name is "alice">><<set $alice_affection.james +=5>><</if>><br><<if _name is "emma">>Sorry dude, but if Emma is going to kiss somebody, it's going to be you!<<elseif _name is "Michelle">>You unconsciously touch your lips, you wonder how that would feel... what the fuck are you thinking about?!<</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_answer_dylan">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>No, I lost it to my ex-girlfriend.<</speech>>
<<case 1>><<speech $rnd_person>>Only 1.<</speech>><br><br><<speech "Steve">>That's sad, you need to step up your game!<</speech>><br>What a douche, not everyone likes sleeping around.
<<case 2>><<speech $rnd_person>>I do... and I'm pretty sure she knows it as well.<</speech>><br>You catch him giving a glance towards Alice but she seems to ignore it.
<<case 3>><<speech $rnd_person>>No, I always try to use protection.<</speech>>
<<case 4>><<speech $rnd_person>>I would probably do what every guy would do, check out my new body and boobs.<</speech>><br><<if $mc_gender is "female">>Ha, that's exactly what you did.<</if>>
<<case 5>><<set _name to highestAffection($dylan_affection)>><<set $dylan_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michelle">><</if>><<speech $rnd_person>>The sexiest person in here is <<print _name.toUpperFirst()>>.<</speech>><<if _name is "Michelle">><br>You feel flattered but also kind of awkward, that's not the kind of attention you want to get from your friends.<</if>><<if _name is "leah">><<set $leah_affection.dylan +=5>><<elseif _name is "emma">><<set $emma_affection.dylan +=5>><<elseif _name is "skyler">><<set $skyler_affection.dylan +=5>><<elseif _name is "alice">><<set $alice_affection.dylan +=5>><</if>>
<<case 6>><<speech $rnd_person>>Building a family with the person I love.<</speech>><br>Damn, Dylan is getting all romantic. It does sound nice though.
<<case 7>><<speech $rnd_person>>It's not my thing, one person is more than enough for me.<</speech>>
<<case 8>>He doesn't answer and just takes a shot right away. You wonder what his secret is. <<set $dylan_alcohol +=.5>>
<<case 9>><<set _name to highestAffection($dylan_affection)>><<set $dylan_affection[ _name ] += 5>><<if _name is "mc">><<set _name to "Michelle">><</if>><<speech $rnd_person>>I would like to kiss <<print _name.toUpperFirst()>>.<</speech>><<if _name is "Michelle">><br>Please don't!<</if>><<if _name is "leah">><<set $leah_affection.dylan +=5>><<elseif _name is "emma">><<set $emma_affection.dylan +=5>><<elseif _name is "skyler">><<set $skyler_affection.dylan +=5>><<elseif _name is "alice">><<set $alice_affection.dylan +=5>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_emma">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<if $emma_alcohol >=1>><<speech $rnd_person>>Oh... okay, I will do it.<</speech>><br>She goes through her contacts with her eyes closed and randomly calls a number. A guy you don't know answers it and Emma starts with some smalltalk before she decides to get to the point. <br><br><<speech $rnd_person>>Anyway, I was just calling to tell you that I think you are very... hot. That's all, bye!<</speech>><br>She hangs up after that and you can tell how embarrassing that was for her to do. That guy probably thinks he is the luckiest guy in the world right now.<<else>><<speech $rnd_person>>No... that's too embarrassing.<</speech>><br>She decides to take a shot of alcohol instead. <<set $emma_alcohol +=.5>><</if>>
<<case 1>><<if $emma_alcohol >=2>><<speech $rnd_person>>Alright, I fortunately already have some on my phone.<</speech>><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, your phone starts to vibrate and you check it out.<br><br>[img[images/Emma/selfie.jpg]]<br><br>You can't believe your eyes, the one she sent the picture to, was you! She is only wearing underwear in that picture and gives a cute and innocent smile to the camera. You never thought that you would ever get a picture like this from your crush.<<if $mc_gender is "male">><<set $emma_affection.mc += 5>><</if>><<else>><<speech $rnd_person>>I think I would rather take a shot.<</speech>><br>And that's what she does.<<set $emma_alcohol +=.5>><</if>>
<<case 2>><<if $emma_alcohol >=1.5>><<speech $rnd_person>>Okay, come here $rnd_person2.<</speech>><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">><br>You walk towards Emma feeling a bit nervous, are you finally going to kiss her? As you stand in front of her she leans forward and both of your lips meet.<br><br><<if $mc_gender is "male">>[img[images/Female MC/kiss_evm.gif]]<br><br>Her lips are very soft and taste like strawberries, kissing her is just as good as you thought it would be. And to your surprise she seems to get really into it as well. But unfortunately all good things have to end eventually and you get back to your place. <<set $emma_affection.mc +=5>><<set $emma_lust +=1>><<set $mc_lust +=1>><<else>>[img[images/Female MC/kiss_evf.gif]]<br><br>Her lips are very soft and taste like strawberries, kissing her is just as good as you thought it would be. But you can tell that it's a bit awkward for her since she is not into girls, you are still happy that you finally got to kiss her though.<</if>><<else>><br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/kiss_evf.gif]]<br><br>$rnd_person2 walks towards Emma and the both of them start to kiss each other. You can tell that it's a bit awkward for her to kiss another girl but watching your crush making out with another girl is still pretty hot.<<if $rnd_person2 is "Chloe">><<set $chloe_affection.emma +=5>><</if>><<else>>[img[images/Female MC/kiss_evm.gif]]<br><br>$rnd_person2 walks towards Emma and the both of them start to kiss each other. Watching your crush kiss another guy kind of hurts and you are glad once it's finally over.<<set $emma_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.emma +=5>><<elseif $rnd_person2 is "James">><<set $james_affection.emma +=5>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.emma +=5>><</if>><</if>><</if>><<else>><<speech $rnd_person>>I think I will take a shot instead.<</speech>><<set $emma_alcohol +=.5>><</if>>
<<case 3>><<set _name to highestAffection($emma_affection)>><<speech $rnd_person>>On anyone I want? Okay.<</speech>><br><<if _name is "mc">>To your surprise she walks over to you and sits down on your lap. You can feel her soft behind pushing against your legs and smell the fragrance of her perfume. Her butt is dangerously close to your crotch though and you try your best to not get too aroused. But a few seconds later she stands back up again and gets back to her previous place. <<set $emma_affection.mc +=5>><<else>>She walks over to <<print _name.toUpperFirst()>> and sits down on his lap. You feel a bit envious and wished she would sit down on your lap instead. You can see the both of them whispering with each other but it's a pretty tame dare so not much more happens. Fortunately, a few seconds later she stands back up again and gets back to her previous place. <<set $emma_affection[ _name ] += 5>><<if _name is "steve">><<set $steve_affection.emma +=5>><<elseif _name is "james">><<set $james_affection.emma +=5>><<elseif _name is "dylan">><<set $dylan_affection.emma +=5>><</if>><</if>>
<<case 4>><<if $emma_alcohol >=2>>You can see her bite her bottom lip as she thinks about it. As you wonder if she is really going to do it, she suddenly grabs her shirt and pulls it up, revealing her perfect breasts to everyone.<br><br>[img[images/Female MC/flash.gif]]<br><br><<speech $rnd_person>>Aah, so embarrassing!<</speech>><br>She says before she hides her breasts again.<<if $mc_gender is "male">><<set $mc_lust +=1>><</if>><<else>><<speech $rnd_person>>Yea, I don't think so.<</speech>><br>She decides to take a drink instead.<<set $emma_alcohol +=.5>><</if>>
<<case 5>><<if $emma_alcohol >=2.5>><<speech $rnd_person>>A lapdance? I have never done that before but alright, I will try it.<</speech>><br><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">>Someone puts on some music and $rnd_person stands up and walks over to you and slowly starts to dance in front of you. You can't believe that you are actually about to get a lapdance from $rnd_person. <br><br><<if $mc_gender is "male">>[img[images/Female MC/lapdance_m.gif]]<<else>>[img[images/Female MC/lapdance_f.gif]]<</if>><br><br>You can tell that she feels very awkward at first but once she gets into a good rhythm she gets more and more confident and seems to really get into it. She gives you a very real looking and feeling lapdance as she rubs her body and behind against your crotch. It feels amazing but you try your best not to get too aroused and you fail, pretty badly. Having your crush giving you a lapdance is just too hot for you and as the music ends you are both relieved and sad as $rnd_person gets back to her place. <<set $emma_affection.mc += 5>><<set $emma_lust +=1>><<set $mc_lust +=1>><<else>>Someone puts on some music and $rnd_person stands up and walks over to $rnd_person2 and slowly starts to dance. <br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/lapdance_f.gif]]<<else>>[img[images/Female MC/lapdance_m.gif]]<</if>><br><br>You can tell that she feels very awkward at first but once she gets into a good rhythm she gets more and more confident and seems to really get into it. She gives $rnd_person2 a very real looking lapdance, rubbing her body and behind against $rnd_person2's crotch. You feel conflicted as you watch her do that and you are relieved when the song ends and a flushed looking $rnd_person gets back to her place.<<set $emma_lust +=1>><<set $emma_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.emma +=5>><<set $steve_lust +=1>><<elseif $rnd_person2 is "James">><<set $james_affection.emma +=5>><<set $james_lust +=1>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.emma +=5>><<set $dylan_lust +=1>><<elseif $rnd_person2 is "Chloe">><<set $chloe_affection.emma +=5>><<set $chloe_lust +=1>><</if>><</if>><<else>>She says nothing and just takes a shot instead.<<set $emma_alcohol +=.5>><</if>>
<<case 6>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $emma_alcohol >=3 and $rnd_person2 is not "Michelle">>$rnd_person is a bit perplexed as she hears the dare but after a bit of thinking it seems like she is actually going to do it. <<if $rnd_person2 is "Michael">><<set $mc_hj +=1>>She walks over to you and gets between your legs, which is followed by a cheer from Skyler. You are too shocked and excited by this situation to realize what Skyler said. Is $rnd_person really just about to give you a handjob? You don't have to wait too long to get an answer to that question though as $rnd_person slowly tries to open your pants to reveal your cock. <br><br>[img[images/Emma/Male MC/HJ.gif]]<br><br>$rnd_person seems to be a bit surprised that you are already hard but who wouldn't be in this situation? She takes your cock into her small, soft hands and starts stroking your cock. Her hands feel amazing and you can't help but let out a small moan. You try not to get too carried away though, so you lean down a bit and try to enjoy her hands as long as you can. <<set $mc_lust +=1>><<if $mc_lust >=4>><<set $mc_lust -=3>>But your attempts are futile, her hands just feel way too good. You can't stop the inevitable now.<br><br>[img[images/Emma/Male MC/cumshot.gif]]<br><br>You let out a loud moan and cum all over $rnd_person's pretty face and mouth. After calming down a bit you realize what you have just done, but as you look at $rnd_person's face you can tell that she isn't angry, in fact she seems to be smiling.<<else>>She kept stroking you for a while and even though it felt amazing you still managed to not cum by accident. The dare said nothing about making you cum as well so she fulfilled her part. But before she stands up again she gives you a soft kiss on the tip of your cock, which almost took you over the edge. As she walks back to her starting position you feel hornier than ever.<</if>><<else>>She walks over to $rnd_person2 and gets between his legs, which is followed by a cheer from Skyler. You are a bit too shocked by this situation to realize what Skyler said. Is your crush really going to give a handjob to $rnd_person2? You don't have to wait too long to get an answer to that question though as $rnd_person2 starts to smile and leans back before $rnd_person slowly tries to open his pants to reveal his cock. <br><br><<if $rnd_person2 is "James">>[img[images/Emma/Male Rival/hj2.gif]]<<else>>[img[images/Emma/Male Rival/hj.gif]]<</if>><br><br>After being a bit surprised that it's already hard $rnd_person doesn't waste much time and grabs his dick and starts to stroke it. <<if $currentTurn is "You">>Why did you dare your crush to give a handjob to $rnd_person2? Are you actually a pervert who gets turned on by watching your crush like this?<<else>>You don't really know how to react to that, watching your crush do that to someone else kind of hurts and you wished that it could have been you instead of $rnd_person2 getting this handjob.<</if>> <<if $mc_gender is "female">>But it's not like you have a cock right now and to be honest $rnd_person2's cock does look kinda @@color:hotpink;//hot//@@, you wonder how it would feel inside your hands? Wait, what are you even thinking about?<</if>><<set $emma_lust +=1>><<set $emma_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.emma +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Emma/Male Rival/cumshot_steve.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "James">><<set $james_affection.emma +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuck, your hands are amazing. I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Emma/Male Rival/cumshot_steve.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.emma +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>I'm sorry, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Emma/Male Rival/cumshot_dylan.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. <<set $emma_alcohol +=.5>><</if>>
<<case 7>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $emma_alcohol >=3.5 and $rnd_person2 is not "Michelle">>$rnd_person is a bit perplexed as she hears the dare but after a bit of thinking it seems like she is actually going to do it. <<if $rnd_person2 is "Michael">><<set $mc_bj +=1>>She walks over to you and gets between your legs, which is followed by a cheer from Skyler. You are too shocked and excited by this situation to realize what Skyler said. Is $rnd_person really just about to give you a blowjob? You don't have to wait too long to get an answer to that question though as $rnd_person slowly tries to open your pants to reveal your cock. <br><br>[img[images/Emma/Male MC/BJ.gif]]<br><br>$rnd_person seems to be a bit surprised that you are already hard but who wouldn't be in this situation? She takes your cock into her small, soft hands and takes it into her mouth. Her mouth feels amazing and you can't help but let out a small moan. You try not to get too carried away though, so you lean down a bit and try to enjoy her mouth as long as you can. <<set $mc_lust +=1>><<if $mc_lust >=4>><<set $mc_lust -=3>>But your attempts are futile, her mouth just feels way too good. You can't stop the inevitable now.<br><br>[img[images/Emma/Male MC/cumshot.gif]]<br><br>You let out a loud moan and cum all over $rnd_person's pretty face and mouth. After calming down a bit you realize what you have just done, but as you look at $rnd_person's face you can tell that she isn't angry, in fact she seems to be smiling.<<else>>She kept blowing you for a while and even though it felt amazing you still managed to not cum by accident. The dare said nothing about making you cum as well so she fulfilled her part. As she walks back to her starting position you feel hornier than ever.<</if>><<else>>She walks over to $rnd_person2 and gets between his legs, which is followed by a cheer from Skyler. You are a bit too shocked by this situation to realize what Skyler said. Is your crush really going to give a blowjob to $rnd_person2? You don't have to wait too long to get an answer to that question though as $rnd_person2 starts to smile and leans back before $rnd_person slowly tries to open his pants to reveal his cock. <br><br><<if $rnd_person2 is "James">>[img[images/Emma/Male Rival/BJ_james.gif]]<<elseif $rnd_person2 is "Steve">>[img[images/Emma/Male Rival/BJ_steve.gif]]<<elseif $rnd_person2 is "Dylan">>[img[images/Emma/Male Rival/BJ_dylan.gif]]<</if>><br><br>After being a bit surprised that it's already hard $rnd_person doesn't waste much time and grabs his dick and takes it into her mouth. <<if $currentTurn is "You">>Why did you dare your crush to give a blowjob to $rnd_person2? Are you actually a pervert who gets turned on by watching your crush like this?<<else>>You don't really know how to react to that, watching your crush do that to someone else hurts a lot and you wished that it could have been you instead of $rnd_person2 getting this blowjob.<</if>> <<if $mc_gender is "female">>But it's not like you have a cock right now and to be honest $rnd_person2's cock does look kinda @@color:hotpink;//tasty//@@, you wonder how it would feel inside your mouth? Wait, what are you even thinking about?<</if>><<set $emma_lust +=1>><<set $emma_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.emma +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Emma/Male Rival/cumshot_steve.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "James">><<set $james_affection.emma +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuck, your hands are amazing. I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Emma/Male Rival/cumshot_steve.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.emma +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>I'm sorry, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Emma/Male Rival/cumshot_dylan.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. <<set $emma_alcohol +=.5>><</if>>
<<case 8>><<if $emma_alcohol >=3>>She seems to think about the dare for a while before she answers.<br><br><<speech $rnd_person>>Alright, I will do it.<</speech>><br>$rnd_person stands up and starts to undress herself in front of everyone. You can't believe that she actually agreed to that dare! Everyone keeps watching her intently as she strips out of her clothes and sits down at the nearby couch. You can tell that she is a bit embarrassed now that she is completely naked but she is most likely too drunk to care too much about that right now. She spreads her legs and you get a good view of her most intimate places. It's the first time you have seen $rnd_person completely naked, she has a fit body with perky C cup breasts and her pussy looks very tight. The only thing that would have made that moment better would have been if you were alone with her right now, it's not very comforting to know that everyone else in the room gets the same view as you right now.<br><br>[img[images/Emma/Masturbate.gif]]<br><br>As you enjoy the look of her naked body, her hand slowly traces down her body until it reaches her tight pussy. She begins rubbing her clit and you hear her let out some soft moans. Watching her like this is a pretty big turn on and as you look around you can tell that the other guys think the same as well. She keeps playing with herself for a while as you all watch her pretty transfixed. But all good things have to come to an end eventually, she decides that this was enough of a show and stops to get dressed again, leaving yourself and surely some of the others very aroused.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $chloe_lust +=1>><<set $emma_lust +=1>><<set $alice_lust +=1>><<set $leah_lust +=1>><<else>><<speech $rnd_person>>Ha, no way!<</speech>><br>$rnd_person decides to take a shot of alcohol instead. You are a tiny bit disappointed, seeing her masturbate would have surely been hot but then again the others in here would have seen her too so it's probably for the best that she didn't.<<set $emma_alcohol +=.5>><</if>>
<<case 9>><<if $emma_alcohol >=2>><<speech $rnd_person>>Okay, but I'm not going to get completely naked.<</speech>><br>You are both relieved and disappointed as she says that but the fact that she is going to perform a striptease at all is more than enough to make up for it. Someone puts on some music and $rnd_person slowly starts to dance. She sensually moves her body to the rhythm of the music before she sexily strips out of her shirt, revealing her white bra beneath. Some of the girls cheer as she dances while the guys just watch her with great interest and excitement.<br><br>[img[images/Emma/striptease.gif]]<br><br>She keeps on dancing and stripping to the music until she is only in her underwear. Everyone gets a good look of her curved body as she dances. She teases you a few times with her behind as she pretends that she is going to take off her panties as well but unfortunately she never goes further than that and as the music stops playing she stops as well.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $chloe_lust +=1>><<else>><<speech $rnd_person>>I'm not a stripper.<</speech>><br>She takes a shot of alcohol after saying that.<<set $emma_alcohol +=.5>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_leah">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<if $leah_alcohol >=1>><<speech $rnd_person>>Doesn't sound too hard, alright.<</speech>><br>She goes through her contacts with her eyes closed and randomly calls a number. To your surprise it seems like she ended up calling you, since your phone starts to vibrate. You are not going to answer it now though.<br><br><<speech $rnd_person>>He is not answering his phone.<</speech>><br>She hangs up and convinces everyone that she technically fulfilled the dare since she tried to do it. Some are disappointed but accept her answer.<<else>><<speech $rnd_person>>I think I would rather take a shot.<</speech>><br>She decides to take a shot of alcohol instead. <<set $leah_alcohol +=.5>><</if>>
<<case 1>><<if $leah_alcohol >=2>><<set _name to highestAffection($leah_affection)>><<set $leah_affection[ _name ] += 5>>You see her starting to blush but she seems to be keen on doing it anyway.<br><br><<speech $rnd_person>>Okay... I think I have one on my phone.<</speech>><<if _name is "mc">><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, your phone starts to vibrate and you check it out.<br><br>[img[images/Leah/selfie.png]]<br><br>You can't believe your eyes, the one she sent the picture to, was you! She is only wearing underwear in that picture and you get a clear view of her butt. You wonder why she sent this to you, maybe just because you are her best friend and it's safer to do than sending it to someone else?<<set $leah_affection.mc += 5>><<else>><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, you suddenly hear a text notification coming from nearby. Did she sent a picture to one of the guys in here? You try to figure out who she sent it to but there are several people on their phone right now so there is no way to confirm it. Maybe it was just a coincidence.<<if _name is "steve">><<set $steve_affection.leah +=5>><<elseif _name is "james">><<set $james_affection.leah +=5>><<elseif _name is "dylan">><<set $dylan_affection.leah +=5>><<elseif _name is "chloe">><<set $chloe_affection.leah +=5>><</if>><</if>><<else>><<speech $rnd_person>>I'm not going to do that!<</speech>><br>She takes a shot of alcohol after saying that.<<set $leah_alcohol +=.5>><</if>>
<<case 2>><<if $leah_alcohol >=1.5>><<speech $rnd_person>>Okay, come here $rnd_person2.<</speech>><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">><br>You walk towards Leah feeling a bit nervous, are you seriously going to kiss your childhood friend? As you stand in front of her she leans forward and both of your lips meet.<br><br><<if $mc_gender is "male">>[img[images/Female MC/kiss_evm.gif]]<br><br>Her lips are very soft and taste like peaches, kissing your best friend feels a bit awkward though. But to your surprise she seems to get much more into it than you thought she would. You keep making out for a bit longer before you get back to your place. <<set $leah_affection.mc +=5>><<set $leah_lust +=1>><<else>>[img[images/Female MC/kiss_evf.gif]]<br><br>Her lips are very soft and taste like peaches, kissing your best friend feels a bit awkward though. But to your surprise she seems to get much more into it than you thought she would. You keep making out for a bit longer before you get back to your place. <<set $leah_affection.mc +=5>><<set $leah_lust +=1>><</if>><<else>><br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/kiss_evf.gif]]<br><br>$rnd_person2 walks towards Leah and the both of them start to kiss each other. You thought that it would feel awkward for her to kiss another girl but to your surprise she seems to get pretty into it, watching your best friend making out with another girl is pretty hot.<<if $rnd_person2 is "Chloe">><<set $chloe_affection.leah +=5>><</if>><<else>>[img[images/Female MC/kiss_evm.gif]]<br><br>$rnd_person2 walks towards Leah and the both of them start to kiss each other. Watching your best friend kiss another guy feels kind of weird though.<<set $leah_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.leah +=5>><<elseif $rnd_person2 is "James">><<set $james_affection.leah +=5>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.leah +=5>><</if>><</if>><</if>><<else>><<speech $rnd_person>>I think I will take a shot instead.<</speech>><<set $leah_alcohol +=.5>><</if>>
<<case 3>><<set _name to highestAffection($leah_affection)>><<speech $rnd_person>>On anyone I want? Okay.<</speech>><br><<if _name is "mc">>To your surprise she walks over to you and sits down on your lap. You can feel her soft behind pushing against your legs and smell the fragrance of her perfume. Her butt is dangerously close to your crotch though and you try your best to not get too aroused. But a few seconds later she stands back up again and gets back to her previous place. <<set $leah_affection.mc +=5>><<else>>She walks over to <<print _name.toUpperFirst()>> and sits down on his lap. You can see the both of them whispering with each other but it's a pretty tame dare so not much more happens. A few seconds later she stands back up again and gets back to her previous place. <<set $leah_affection[ _name ] += 5>><<if _name is "steve">><<set $steve_affection.leah +=5>><<elseif _name is "james">><<set $james_affection.leah +=5>><<elseif _name is "dylan">><<set $dylan_affection.leah +=5>><<elseif _name is "chloe">><<set $chloe_affection.leah +=5>><</if>><</if>>
<<case 4>><<if $leah_alcohol >=2>>You can see her bite her bottom lip as she thinks about it. As you wonder if she is really going to do it, she suddenly grabs her shirt and pulls it up, revealing her perfect breasts to everyone.<br><br>[img[images/Female MC/flash.gif]]<br><br><<speech $rnd_person>>O-Okay, that's enough.<</speech>><br>She says blushing before she hides her breasts again.<<else>><<speech $rnd_person>>Yea, I don't think so.<</speech>><br>She decides to take a drink instead.<<set $leah_alcohol +=.5>><</if>>
<<case 5>><<if $leah_alcohol >=2.5>><<speech $rnd_person>>A lapdance? I... okay why not.<</speech>><br><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">>Someone puts on some music and $rnd_person stands up and walks over to you and slowly starts to dance in front of you. You can't believe that you are actually about to get a lapdance from $rnd_person. <br><br><<if $mc_gender is "male">>[img[images/Female MC/lapdance_m.gif]]<<else>>[img[images/Female MC/lapdance_f.gif]]<</if>><br><br>You can tell that she feels very awkward at first but once she gets into a good rhythm she gets more and more confident and seems to really get into it. She gives you a very real looking and feeling lapdance as she rubs her body and behind against your crotch. It feels amazing but you try your best not to get too aroused and you fail, pretty badly. Having a hot girl, even if she is your best friend, giving you a lapdance is just too hot for you and as the music ends you are both relieved and sad as $rnd_person gets back to her place. <<set $leah_affection.mc += 5>><<set $leah_lust +=1>><<set $mc_lust +=1>><<else>>Someone puts on some music and $rnd_person stands up and walks over to $rnd_person2 and slowly starts to dance. <br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/lapdance_f.gif]]<<else>>[img[images/Female MC/lapdance_m.gif]]<</if>><br><br>You can tell that she feels very awkward at first but once she gets into a good rhythm she gets more and more confident and seems to really get into it. She gives $rnd_person2 a very real looking lapdance, rubbing her body and behind against $rnd_person2's crotch. You feel a bit conflicted as you watch her do that and you are relieved when the song ends and a flushed looking $rnd_person gets back to her place.<<set $leah_lust +=1>><<set $leah_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.leah +=5>><<set $steve_lust +=1>><<elseif $rnd_person2 is "James">><<set $james_affection.leah +=5>><<set $james_lust +=1>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.leah +=5>><<set $dylan_lust +=1>><<elseif $rnd_person2 is "Chloe">><<set $chloe_affection.leah +=5>><<set $chloe_lust +=1>><</if>><</if>><<else>>She says nothing and just takes a shot instead.<<set $leah_alcohol +=.5>><</if>>
<<case 6>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $leah_alcohol >=3 and $rnd_person2 is not "Michelle">>$rnd_person is a bit perplexed as she hears the dare but after a bit of thinking it seems like she is actually going to do it. <<if $rnd_person2 is "Michael">><<set $mc_hj +=1>>She walks over to you and gets between your legs, which is followed by a cheer from Skyler. You are too shocked and excited by this situation to realize what Skyler said. Is $rnd_person really just about to give you a handjob? You don't have to wait too long to get an answer to that question though as $rnd_person slowly tries to open your pants to reveal your cock. <br><br>[img[images/Leah/Male MC/HJ.gif]]<br><br>$rnd_person seems to be a bit surprised that you are already hard but who wouldn't be in this situation? She takes your cock into her small, soft hands and starts stroking your cock. Her hands feel amazing and you can't help but let out a small moan. You try not to get too carried away though, so you lean down a bit and try to enjoy her hands as long as you can. <<set $mc_lust +=1>><<if $mc_lust >=4>><<set $mc_lust -=3>>But your attempts are futile, her hands just feel way too good. You can't stop the inevitable now.<br><br>[img[images/Leah/Male MC/cumshot.gif]]<br><br>You let out a loud moan and cum all over $rnd_person's pretty face and mouth. After calming down a bit you realize what you have just done, but as you look at $rnd_person's face you can tell that she isn't angry, in fact she seems to be smiling.<<else>>She kept stroking you for a while and even though it felt amazing you still managed to not cum by accident. The dare said nothing about making you cum as well so she fulfilled her part. But before she stands up again she gives you a soft kiss on the tip of your cock, which almost took you over the edge. As she walks back to her starting position you feel hornier than ever.<</if>><<else>>She walks over to $rnd_person2 and gets between his legs, which is followed by a cheer from Skyler. You are a bit too shocked by this situation to realize what Skyler said. Is $rnd_person really going to give a handjob to $rnd_person2? You don't have to wait too long to get an answer to that question though as $rnd_person2 starts to smile and leans back before $rnd_person slowly tries to open his pants to reveal his cock. <br><br><<if $rnd_person2 is "James">>[img[images/Leah/Male Rival/hj2.gif]]<<else>>[img[images/Leah/Male Rival/hj.gif]]<</if>><br><br>After being a bit surprised that it's already hard $rnd_person doesn't waste much time and grabs his dick and starts to stroke it. <<if $currentTurn is "You">>Why did you dare your best friend to give a handjob to $rnd_person2? Are you actually a pervert who gets turned on by watching your friend like this?<<else>>You don't really know how to react to that, watching your best friend do that to someone else feels kind of weird and you wished that it could have been you instead of $rnd_person2 getting this handjob.<</if>> <<if $mc_gender is "female">>But it's not like you have a cock right now and to be honest $rnd_person2's cock does look kinda @@color:hotpink;//hot//@@, you wonder how it would feel inside your hands? Wait, what are you even thinking about?<</if>><<set $leah_lust +=1>><<set $leah_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.leah +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Leah/Male Rival/cumshot_steve.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "James">><<set $james_affection.leah +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuck, your hands are amazing. I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Leah/Male Rival/cumshot_james.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.leah +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>I'm sorry, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Leah/Male Rival/cumshot_dylan.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. <<set $leah_alcohol +=.5>><</if>>
<<case 7>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $leah_alcohol >=3.5 and $rnd_person2 is not "Michelle">>$rnd_person is a bit perplexed as she hears the dare but after a bit of thinking it seems like she is actually going to do it. <<if $rnd_person2 is "Michael">><<set $mc_bj +=1>>She walks over to you and gets between your legs, which is followed by a cheer from Skyler. You are too shocked and excited by this situation to realize what Skyler said. Is $rnd_person really just about to give you a blowjob? You don't have to wait too long to get an answer to that question though as $rnd_person slowly tries to open your pants to reveal your cock. <br><br>[img[images/Leah/Male MC/BJ.gif]]<br><br>$rnd_person seems to be a bit surprised that you are already hard but who wouldn't be in this situation? She takes your cock into her small, soft hands and takes it into her mouth. Her mouth feels amazing and you can't help but let out a small moan. You try not to get too carried away though, so you lean down a bit and try to enjoy her mouth as long as you can. <<set $mc_lust +=1>><<if $mc_lust >=4>><<set $mc_lust -=3>>But your attempts are futile, her mouth just feels way too good. You can't stop the inevitable now.<br><br>[img[images/Leah/Male MC/cumshot.gif]]<br><br>You let out a loud moan and cum all over $rnd_person's pretty face and mouth. After calming down a bit you realize what you have just done, but as you look at $rnd_person's face you can tell that she isn't angry, in fact she seems to be smiling.<<else>>She kept blowing you for a while and even though it felt amazing you still managed to not cum by accident. The dare said nothing about making you cum as well so she fulfilled her part. As she walks back to her starting position you feel hornier than ever.<</if>><<else>>She walks over to $rnd_person2 and gets between his legs, which is followed by a cheer from Skyler. You are a bit too shocked by this situation to realize what Skyler said. Is your best friend really going to give a blowjob to $rnd_person2? You don't have to wait too long to get an answer to that question though as $rnd_person2 starts to smile and leans back before $rnd_person slowly tries to open his pants to reveal his cock. <br><br><<if $rnd_person2 is "James">>[img[images/Leah/Male Rival/BJ_james.gif]]<<elseif $rnd_person2 is "Steve">>[img[images/Leah/Male Rival/BJ_steve.gif]]<<elseif $rnd_person2 is "Dylan">>[img[images/Leah/Male Rival/BJ_dylan.gif]]<</if>><br><br>After being a bit surprised that it's already hard $rnd_person doesn't waste much time and grabs his dick and takes it into her mouth. <<if $currentTurn is "You">>Why did you dare your best friend to give a blowjob to $rnd_person2? Are you actually a pervert who gets turned on by watching your friend like this?<<else>>You don't really know how to react to that, watching your best friend do that to someone else feels kind of weird and you wished that it could have been you instead of $rnd_person2 getting this blowjob.<</if>> <<if $mc_gender is "female">>But it's not like you have a cock right now and to be honest $rnd_person2's cock does look kinda @@color:hotpink;//tasty//@@, you wonder how it would feel inside your mouth? Wait, what are you even thinking about?<</if>><<set $leah_lust +=1>><<set $leah_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.leah +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Leah/Male Rival/cumshot_steve.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "James">><<set $james_affection.leah +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuck, your hands are amazing. I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Leah/Male Rival/cumshot_james.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.leah +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>I'm sorry, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Leah/Male Rival/cumshot_dylan.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. <<set $leah_alcohol +=.5>><</if>>
<<case 8>><<if $leah_alcohol >=3>>She seems to think about the dare for a while before she answers.<br><br><<speech $rnd_person>>Oh god, I might regret it later but I will do it.<</speech>><br>$rnd_person stands up and starts to undress herself in front of everyone. You can't believe that she actually agreed to that dare! Everyone keeps watching her intently as she strips out of her clothes and sits down at the nearby couch. You can tell that she is a bit embarrassed now that she is completely naked but she is most likely too drunk to care too much about that right now. She spreads her legs and you get a good view of her most intimate places. It's the first time you have seen $rnd_person completely naked, she has a fit body with perky B cup breasts and her pussy looks very tight. You can't help but get turned on by your best friends naked body.<br><br>[img[images/Leah/Masturbate.gif]]<br><br>As you enjoy the look of her naked body, her hand slowly traces down her body until it reaches her tight pussy. She begins rubbing her clit and you hear her let out some soft moans. Watching her like this is a pretty big turn on and as you look around you can tell that the other guys think the same as well. She keeps playing with herself for a while as you all watch her pretty transfixed. But all good things have to come to an end eventually, she decides that this was enough of a show and stops to get dressed again, leaving yourself and surely some of the others very aroused.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $chloe_lust +=1>><<set $leah_lust +=1>><<set $alice_lust +=1>><<else>><<speech $rnd_person>>You wish!<</speech>><br>$rnd_person decides to take a shot of alcohol instead. You are a tiny bit disappointed, seeing her masturbate would have surely been hot but then again the others in here would have seen her too so it's probably for the best that she didn't.<<set $leah_alcohol +=.5>><</if>>
<<case 9>><<if $leah_alcohol >=2>><<speech $rnd_person>>Okay, but I'm not going to get completely naked.<</speech>><br>You are both relieved and disappointed as she says that but the fact that she is going to perform a striptease at all is more than enough to make up for it. Someone puts on some music and $rnd_person slowly starts to dance. She sensually moves her body to the rhythm of the music before she sexily strips out of her shirt, revealing her white bra beneath. Some of the girls cheer as she dances while the guys just watch her with great interest and excitement.<br><br>[img[images/Leah/striptease.gif]]<br><br>She keeps on dancing and stripping to the music until she is only in her underwear. Everyone gets a good look of her curved body as she dances. She teases you a few times with her breasts as she pretends that she is going to take off her bra as well and to your surprise she actually does take it off and throws it into the middle of your circle, revealing her perky B cup breasts. But unfortunately she never goes further than that and as the music stops playing she stops as well.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $chloe_lust +=1>><<else>><<speech $rnd_person>>I don't think so.<</speech>><br>She takes a shot of alcohol after saying that.<<set $leah_alcohol +=.5>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_skyler">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<if $skyler_alcohol >=0>><<speech $rnd_person>>Really? That's too easy!<</speech>><br>She goes through her contacts with her eyes closed and randomly calls a number. A guy you don't know answers it and $rnd_person starts with some smalltalk before she decides to get to the point. <br><br><<speech $rnd_person>>I think you are very hot how about we hook up some day?<</speech>><br>She hangs up after that and you can tell that it's nothing special to her. That guy probably thinks he is the luckiest guy in the world right now.<<else>><<speech $rnd_person>>Whoooo?<</speech>><br>She decides to take a shot of alcohol instead. <<set $skyler_alcohol +=.5>><</if>>
<<case 1>><<if $skyler_alcohol >=1>><<set _name to highestAffection($skyler_affection)>><<set $skyler_affection[ _name ] += 5>><<speech $rnd_person>>Is that all? Alright.<</speech>><<if _name is "mc">><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, your phone starts to vibrate and you check it out.<br><br>[img[images/Skyler/selfie.png]]<br><br>You can't believe your eyes, the one she sent the picture to, was you! She is wearing some very sexy black underwear on her picture, it really doesn't leave much to your imagination.<<set $skyler_affection.mc += 5>><<else>><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, you suddenly hear a text notification coming from nearby. Did she sent a picture to one of the guys in here? You try to figure out who she sent it to but there are several people on their phone right now so there is no way to confirm it. Maybe it was just a coincidence.<<if _name is "steve">><<set $steve_affection.skyler +=5>><<elseif _name is "james">><<set $james_affection.skyler +=5>><<elseif _name is "dylan">><<set $dylan_affection.skyler +=5>><<elseif _name is "chloe">><<set $chloe_affection.skyler +=5>><</if>><</if>><<else>><<speech $rnd_person>>That's too easy, I think I will take a shot instead.<</speech>><br>She takes a shot of alcohol after saying that.<<set $skyler_alcohol +=.5>><</if>>
<<case 2>><<if $skyler_alcohol >=1>><<speech $rnd_person>>Nice, let's have some fun $rnd_person2.<</speech>><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">><br>You walk towards Skyler feeling a bit nervous, are you seriously going to kiss her just like that? As you stand in front of her she leans forward and both of your lips meet.<br><br><<if $mc_gender is "male">>[img[images/Female MC/kiss_evm.gif]]<br><br>Her lips are very soft and taste like caramel, she doesn't waste much time and gets really into the kiss. She shoves her tongue into your mouth and the both of you passionately make out with each other for a while before you get back to your place. <<set $skyler_affection.mc +=5>><<else>>[img[images/Female MC/kiss_evf.gif]]<br><br>Her lips are very soft and taste like caramel, she doesn't waste much time and gets really into the kiss. She shoves her tongue into your mouth and the both of you passionately make out with each other for a while before you get back to your place. This took you really by surprise because you know that Skyler is straight maybe that's just routine for her at this point?<<set $skyler_affection.mc +=5>><</if>><<else>><br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/kiss_evf.gif]]<br><br>$rnd_person2 walks towards Skyler and the both of them start to kiss each other. She doesn't waste much time and gets really into the kiss. She shoves her tongue into her mouth and they passionately make out with each other for a while, watching two girls like that is pretty hot.<<if $rnd_person2 is "Chloe">><<set $chloe_affection.skyler +=5>><</if>><<else>>[img[images/Female MC/kiss_evm.gif]]<br><br>$rnd_person2 walks towards Skyler and the both of them start to kiss each other. She doesn't waste much time and gets really into the kiss. She shoves her tongue into his mouth and they passionately make out with each other for a while.<<set $skyler_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.skyler +=5>><<elseif $rnd_person2 is "James">><<set $james_affection.skyler +=5>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.skyler +=5>><</if>><</if>><</if>><<else>><<speech $rnd_person>>I think I will take a shot instead.<</speech>><<set $skyler_alcohol +=.5>><</if>>
<<case 3>><<set _name to highestAffection($skyler_affection)>><<speech $rnd_person>>Is that all? Okay.<</speech>><br><<if _name is "mc">>To your surprise she walks over to you and sits down on your lap. You can feel her soft behind pushing against your legs and smell the fragrance of her perfume. Her butt is dangerously close to your crotch though and you try your best to not get too aroused. But a few seconds later she stands back up again and gets back to her previous place. <<set $skyler_affection.mc +=5>><<else>>She walks over to <<print _name.toUpperFirst()>> and sits down on his lap. You can see the both of them whispering with each other but it's a pretty tame dare so not much more happens. A few seconds later she stands back up again and gets back to her previous place. <<set $skyler_affection[ _name ] += 5>><<if _name is "steve">><<set $steve_affection.skyler +=5>><<elseif _name is "james">><<set $james_affection.skyler +=5>><<elseif _name is "dylan">><<set $dylan_affection.skyler +=5>><<elseif _name is "chloe">><<set $chloe_affection.skyler +=5>><</if>><</if>>
<<case 4>><<if $skyler_alcohol >=1.5>>You see her smile and you can already tell that she is going to do it. She grabs her shirt and pulls it up, revealing her perfect ebony breasts to everyone.<br><br>[img[images/Female MC/flash2.gif]]<br><br><<speech $rnd_person>>They look pretty nice, don't they?<</speech>><br>She says confidently before she hides her breasts again.<<else>><<speech $rnd_person>>Maybe next time.<</speech>><br>She decides to take a drink instead.<<set $skyler_alcohol +=.5>><</if>>
<<case 5>><<if $skyler_alcohol >=2>><<speech $rnd_person>>A lapdance? Wouldn't be my first.<</speech>><br><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">>Someone puts on some music and $rnd_person stands up and walks over to you and slowly starts to dance in front of you. You can't believe that you are actually about to get a lapdance from $rnd_person. <br><br><<if $mc_gender is "male">>[img[images/Female MC/lapdance_m.gif]]<<else>>[img[images/Female MC/lapdance_f.gif]]<</if>><br><br>You can tell that she knows what she is doing, she easily gets into a good rhythm and dances with a lot of confidence. She gives you a very real looking and feeling lapdance as she rubs her body and behind against your crotch. It feels amazing but you try your best not to get too aroused and you fail, pretty badly. Having a hot girl giving you a lapdance is just too hot for you and as the music ends you are both relieved and sad as $rnd_person gets back to her place. <<set $skyler_affection.mc += 5>><<set $skyler_lust +=1>><<set $mc_lust +=1>><<else>>Someone puts on some music and $rnd_person stands up and walks over to $rnd_person2 and slowly starts to dance. <br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/lapdance_f.gif]]<<else>>[img[images/Female MC/lapdance_m.gif]]<</if>><br><br>You can tell that she knows what she is doing, she easily gets into a good rhythm and dances with a lot of confidence. She gives $rnd_person2 a very real looking lapdance, rubbing her body and behind against $rnd_person2's crotch. You feel a bit conflicted as you watch her do that and you are relieved when the song ends and a flushed looking $rnd_person gets back to her place.<<set $skyler_lust +=1>><<set $skyler_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.skyler +=5>><<set $steve_lust +=1>><<elseif $rnd_person2 is "James">><<set $james_affection.skyler +=5>><<set $james_lust +=1>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.skyler +=5>><<set $dylan_lust +=1>><<elseif $rnd_person2 is "Alice">><<set $alice_affection.skyler +=5>><<set $alice_lust +=1>><</if>><</if>><<else>>She says nothing and just takes a shot instead.<<set $skyler_alcohol +=.5>><</if>>
<<case 6>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $skyler_alcohol >=2 and $rnd_person2 is not "Michelle">>$rnd_person is delighted as she hears the dare and doesn't need to think much about it. <<if $rnd_person2 is "Michael">><<set $mc_hj +=1>>She walks over to you and gets between your legs. You are too shocked and excited by this situation to realize what some of the others might think. Is $rnd_person really just about to give you a handjob? You don't have to wait too long to get an answer to that question though as $rnd_person slowly tries to open your pants to reveal your cock. <br><br>[img[images/Skyler/Male MC/HJ.gif]]<br><br>$rnd_person seems to be a bit surprised that you are already hard but who wouldn't be in this situation? She takes your cock into her small, soft hands and starts stroking your cock. Her hands feel amazing and you can't help but let out a small moan. You try not to get too carried away though, so you lean down a bit and try to enjoy her hands as long as you can. <<set $mc_lust +=1>><<if $mc_lust >=4>><<set $mc_lust -=3>>But your attempts are futile, her hands just feel way too good. You can't stop the inevitable now.<br><br>[img[images/Skyler/Male MC/cumshot.gif]]<br><br>You let out a loud moan and cum all over $rnd_person's pretty face and mouth. After calming down a bit you realize what you have just done, but as you look at $rnd_person's face you can tell that she isn't angry, in fact she seems to be smiling.<<else>>She kept stroking you for a while and even though it felt amazing you still managed to not cum by accident. The dare said nothing about making you cum as well so she fulfilled her part. But before she stands up again she gives you a soft kiss on the tip of your cock, which almost took you over the edge. As she walks back to her starting position you feel hornier than ever.<</if>><<else>>She walks over to $rnd_person2 and gets between his legs. You are a bit too shocked by this situation to realize what some of the others might think. Is $rnd_person really going to give a handjob to $rnd_person2? You don't have to wait too long to get an answer to that question though as $rnd_person2 starts to smile and leans back before $rnd_person slowly tries to open his pants to reveal his cock. <br><br><<if $rnd_person2 is "James">>[img[images/Skyler/Male Rival/hj2.gif]]<<else>>[img[images/Skyler/Male Rival/hj.gif]]<</if>><br><br>After being a bit surprised that it's already hard $rnd_person doesn't waste much time and grabs his dick and starts to stroke it. <<if $currentTurn is "You">>Maybe you should have given her another dare, you don't know how you should feel watching her stroke another guy's dick .<<else>>You don't really know how to react to that, watching $rnd_person giving someone a handjob feels kind of weird and you wished that it could have been you instead of $rnd_person2 getting this handjob.<</if>> <<if $mc_gender is "female">>But it's not like you have a cock right now and to be honest $rnd_person2's cock does look kinda @@color:hotpink;//hot//@@, you wonder how it would feel inside your hands? Wait, what are you even thinking about?<</if>><<set $skyler_lust +=1>><<set $skyler_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.skyler +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Skyler/Male Rival/cumshot_steve.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "James">><<set $james_affection.skyler +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuck, your hands are amazing. I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Skyler/Male Rival/cumshot_dylan.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.skyler +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>I'm sorry, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Skyler/Male Rival/cumshot_dylan.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. Which comes to you as a surprise considering what you know about Skyler.<<set $skyler_alcohol +=.5>><</if>>
<<case 7>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $skyler_alcohol >=2.5 and $rnd_person2 is not "Michelle">>$rnd_person is delighted as she hears the dare and doesn't need to think much about it. <<if $rnd_person2 is "Michael">><<set $mc_bj +=1>>She walks over to you and gets between your legs. You are too shocked and excited by this situation to realize what some of the others might think. Is $rnd_person really just about to give you a blowjob? You don't have to wait too long to get an answer to that question though as $rnd_person slowly tries to open your pants to reveal your cock. <br><br>[img[images/Skyler/Male MC/BJ.gif]]<br><br>$rnd_person seems to be a bit surprised that you are already hard but who wouldn't be in this situation? She takes your cock into her small, soft hands and takes it into her mouth. Her mouth feels amazing and you can't help but let out a small moan. You try not to get too carried away though, so you lean down a bit and try to enjoy her mouth as long as you can. <<set $mc_lust +=1>><<if $mc_lust >=4>><<set $mc_lust -=3>>But your attempts are futile, her mouth just feels way too good. You can't stop the inevitable now.<br><br>[img[images/Skyler/Male MC/cumshot.gif]]<br><br>You let out a loud moan and cum all over $rnd_person's pretty face and mouth. After calming down a bit you realize what you have just done, but as you look at $rnd_person's face you can tell that she isn't angry, in fact she seems to be smiling.<<else>>She kept blowing you for a while and even though it felt amazing you still managed to not cum by accident. The dare said nothing about making you cum as well so she fulfilled her part. As she walks back to her starting position you feel hornier than ever.<</if>><<else>>She walks over to $rnd_person2 and gets between his legs. You are a bit too shocked by this situation to realize what some of the others might think. Is $rnd_person really going to give a blowjob to $rnd_person2? You don't have to wait too long to get an answer to that question though as $rnd_person2 starts to smile and leans back before $rnd_person slowly tries to open his pants to reveal his cock. <br><br><<if $rnd_person2 is "James">>[img[images/Skyler/Male Rival/BJ_james.gif]]<<elseif $rnd_person2 is "Steve">>[img[images/Skyler/Male Rival/BJ_steve.gif]]<<elseif $rnd_person2 is "Dylan">>[img[images/Skyler/Male Rival/BJ_dylan.gif]]<</if>><br><br>After being a bit surprised that it's already hard $rnd_person doesn't waste much time and grabs his dick and takes it into her mouth. <<if $currentTurn is "You">>Maybe you should have given her another dare, you don't know how you should feel watching her suck another guy's dick .<<else>>You don't really know how to react to that, watching $rnd_person giving someone a blowjob feels kind of weird and you wished that it could have been you instead of $rnd_person2 getting this blowjob.<</if>> <<if $mc_gender is "female">>But it's not like you have a cock right now and to be honest $rnd_person2's cock does look kinda @@color:hotpink;//tasty//@@, you wonder how it would feel inside your mouth? Wait, what are you even thinking about?<</if>><<set $skyler_lust +=1>><<set $skyler_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.skyler +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Skyler/Male Rival/cumshot_steve.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "James">><<set $james_affection.skyler +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuck, your hands are amazing. I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Skyler/Male Rival/cumshot_dylan.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.skyler +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>I'm sorry, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Skyler/Male Rival/cumshot_dylan.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. Which comes to you as a surprise considering what you know about Skyler.<<set $skyler_alcohol +=.5>><</if>>
<<case 8>><<if $skyler_alcohol >=2.5>>She seems to think about the dare for a while before she answers.<br><br><<speech $rnd_person>>So you want to watch me play with my kitty? Alright, let's do this!<</speech>><br>$rnd_person stands up and starts to undress herself in front of everyone. You can't believe that she actually agreed to that dare! Everyone keeps watching her intently as she strips out of her clothes and sits down at the nearby couch. You can tell that she isn't embarrased in the slightest, you are not sure if she is always like that or if she is just too drunk to care too much about that right now. She spreads her legs and you get a good view of her most intimate places. It's the first time you have seen $rnd_person completely naked, she has a fit body with perky D cup breasts and her pussy looks very tight. You can't help but get turned on by $rnd_person's naked body.<br><br>[img[images/Skyler/Masturbate.gif]]<br><br>As you enjoy the look of her naked body, her hand slowly traces down her body until it reaches her tight pussy. She begins rubbing her clit and you hear her let out some soft moans. Watching her like this is a pretty big turn on and as you look around you can tell that the other guys think the same as well. She keeps playing with herself for a while as you all watch her pretty transfixed. But all good things have to come to an end eventually, she decides that this was enough of a show and stops to get dressed again, leaving yourself and surely some of the others very aroused.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $chloe_lust +=1>><<set $alice_lust +=1>><<set $leah_lust +=1>><<set $skyler_lust +=1>><<else>><<speech $rnd_person>>More luck next time.<</speech>><br>$rnd_person decides to take a shot of alcohol instead. You are a tiny bit disappointed, seeing her masturbate would have surely been hot but then again the others in here would have seen her too so it's probably for the best that she didn't.<<set $skyler_alcohol +=.5>><</if>>
<<case 9>><<if $skyler_alcohol >=1.5>><<speech $rnd_person>>Sounds like fun, let's do it!<</speech>><br>You are pretty excited as you hear her say that, knowing Skyler you are surely in for a good time now. Someone puts on some music and $rnd_person slowly starts to dance. She sensually moves her body to the rhythm of the music before she sexily strips out of her shirt, revealing her bare breasts beneath, it seems like she is not wearing a bra. Some of the girls cheer as she dances while the guys just watch her with great interest and excitement.<br><br>[img[images/Skyler/striptease.gif]]<br><br>She keeps on dancing and stripping to the music until she is completely naked, it seems like she wasn't wearing any panties either. Everyone gets a good look of her curved naked body as she dances. She teases you a few times with her breasts and butt, shaking them erotically to the music. But unfortunately as the music stops playing she stops as well.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $chloe_lust +=1>><<set $alice_lust +=1>><<else>><<speech $rnd_person>>I don't think so.<</speech>><br>She takes a shot of alcohol after saying that.<<set $skyler_alcohol +=.5>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_alice">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<if $alice_alcohol >=1>><<speech $rnd_person>>Alright.<</speech>><br>She goes through her contacts with her eyes closed and randomly calls a number. A guy you don't know answers it and $rnd_person starts with some smalltalk before she decides to get to the point. <br><br><<speech $rnd_person>>I always thought you were hot, want to do something someday?<</speech>><br>She hangs up after that and you can tell that it's nothing special to her. That guy probably thinks he is the luckiest guy in the world right now.<<else>><<speech $rnd_person>>I could use another drink.<</speech>><br>She decides to take a shot of alcohol instead. <<set $alice_alcohol +=.5>><</if>>
<<case 1>><<if $alice_alcohol >=1>><<set _name to highestAffection($alice_affection)>><<set $alice_affection[ _name ] += 5>><<speech $rnd_person>>Easy.<</speech>><<if _name is "mc">><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, your phone starts to vibrate and you check it out.<br><br>[img[images/Alice/selfie.png]]<br><br>You can't believe your eyes, the one she sent the picture to, was you! She is wearing a sexy red bikini on her picture, it shows off her perfect breasts very well.<<set $alice_affection.mc += 5>><<else>><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, you suddenly hear a text notification coming from nearby. Did she sent a picture to one of the guys in here? You try to figure out who she sent it to but there are several people on their phone right now so there is no way to confirm it. Maybe it was just a coincidence.<<if _name is "skyler">><<set $skyler_affection.alice +=5>><<elseif _name is "james">><<set $james_affection.alice +=5>><<elseif _name is "dylan">><<set $dylan_affection.alice +=5>><<elseif _name is "leah">><<set $leah_affection.alice +=5>><</if>><</if>><<else>><<speech $rnd_person>>I think I will take a shot instead.<</speech>><br>She takes a shot of alcohol after saying that.<<set $alice_alcohol +=.5>><</if>>
<<case 2>><<if $alice_alcohol >=1.5>><<speech $rnd_person>>Okay, let's do this $rnd_person2.<</speech>><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">><br>You walk towards Alice feeling a bit nervous, are you seriously going to kiss her just like that? As you stand in front of her she leans forward and both of your lips meet.<br><br><<if $mc_gender is "male">>[img[images/Female MC/kiss_evm.gif]]<br><br>Her lips are very soft and taste like cherries, she doesn't waste much time and gets really into the kiss. She shoves her tongue into your mouth and the both of you passionately make out with each other for a while before you get back to your place. <<set $alice_affection.mc +=5>><<else>>[img[images/Female MC/kiss_evf.gif]]<br><br>Her lips are very soft and taste like cherries, she doesn't waste much time and gets really into the kiss. She shoves her tongue into your mouth and the both of you passionately make out with each other for a while before you get back to your place. <<set $alice_affection.mc +=5>><</if>><<else>><br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/kiss_evf.gif]]<br><br>$rnd_person2 walks towards Alice and the both of them start to kiss each other. She doesn't waste much time and gets really into the kiss. She shoves her tongue into her mouth and they passionately make out with each other for a while, watching two girls like that is pretty hot.<<if $rnd_person2 is "Skyler">><<set $skyler_affection.alice +=5>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.alice +=5>><</if>><<else>>[img[images/Female MC/kiss_evm.gif]]<br><br>$rnd_person2 walks towards Alice and the both of them start to kiss each other. She doesn't waste much time and gets really into the kiss. She shoves her tongue into his mouth and they passionately make out with each other for a while.<<set $alice_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.alice +=5>><<elseif $rnd_person2 is "James">><<set $james_affection.alice +=5>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.alice +=5>><</if>><</if>><</if>><<else>><<speech $rnd_person>>I think I will take a shot instead.<</speech>><<set $alice_alcohol +=.5>><</if>>
<<case 3>><<set _name to highestAffection($alice_affection)>><<speech $rnd_person>>Okay.<</speech>><br><<if _name is "mc">>To your surprise she walks over to you and sits down on your lap. You can feel her soft behind pushing against your legs and smell the fragrance of her perfume. Her butt is dangerously close to your crotch though and you try your best to not get too aroused. But a few seconds later she stands back up again and gets back to her previous place. <<set $alice_affection.mc +=5>><<else>>She walks over to <<print _name.toUpperFirst()>> and sits down on his lap. You can see the both of them whispering with each other but it's a pretty tame dare so not much more happens. A few seconds later she stands back up again and gets back to her previous place. <<set $alice_affection[ _name ] += 5>><<if _name is "skyler">><<set $skyler_affection.alice +=5>><<elseif _name is "james">><<set $james_affection.alice +=5>><<elseif _name is "dylan">><<set $dylan_affection.alice +=5>><<elseif _name is "leah">><<set $leah_affection.alice +=5>><</if>><</if>>
<<case 4>><<if $alice_alcohol >=1.5>>You see her smile and you can already tell that she is going to do it. She grabs her shirt and pulls it up, revealing her perfect breasts to everyone.<br><br>[img[images/Female MC/flash.gif]]<br><br><<speech $rnd_person>>I hope you like them.<</speech>><br>She says confidently before she hides her breasts again.<<else>><<speech $rnd_person>>Maybe next time.<</speech>><br>She decides to take a drink instead.<<set $alice_alcohol +=.5>><</if>>
<<case 5>><<if $alice_alcohol >=2>><<speech $rnd_person>>A lapdance? Why not, has been a while.<</speech>><br><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">>Someone puts on some music and $rnd_person stands up and walks over to you and slowly starts to dance in front of you. You can't believe that you are actually about to get a lapdance from $rnd_person. <br><br><<if $mc_gender is "male">>[img[images/Female MC/lapdance_m.gif]]<<else>>[img[images/Female MC/lapdance_f.gif]]<</if>><br><br>You can tell that she knows what she is doing, she easily gets into a good rhythm and dances with a lot of confidence. She gives you a very real looking and feeling lapdance as she rubs her body and behind against your crotch. It feels amazing but you try your best not to get too aroused and you fail, pretty badly. Having a sexy girl giving you a lapdance is just too hot for you and as the music ends you are both relieved and sad as $rnd_person gets back to her place. <<set $alice_affection.mc += 5>><<set $alice_lust +=1>><<set $mc_lust +=1>><<else>>Someone puts on some music and $rnd_person stands up and walks over to $rnd_person2 and slowly starts to dance. <br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/lapdance_f.gif]]<<else>>[img[images/Female MC/lapdance_m.gif]]<</if>><br><br>You can tell that she knows what she is doing, she easily gets into a good rhythm and dances with a lot of confidence. She gives $rnd_person2 a very real looking lapdance, rubbing her body and behind against $rnd_person2's crotch. You feel a bit conflicted as you watch her do that and you are relieved when the song ends and a flushed looking $rnd_person gets back to her place.<<set $alice_lust +=1>><<set $alice_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.alice +=5>><<set $skyler_lust +=1>><<elseif $rnd_person2 is "James">><<set $james_affection.alice +=5>><<set $james_lust +=1>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.alice +=5>><<set $dylan_lust +=1>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.alice +=5>><<set $leah_lust +=1>><</if>><</if>><<else>>She says nothing and just takes a shot instead.<<set $alice_alcohol +=.5>><</if>>
<<case 6>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $alice_alcohol >=2.5 and $rnd_person2 is not "Michelle">>You are not sure if $rnd_person is delighted or disgusted as she hears the dare but it seems like she is going to do it nonetheless. <<if $rnd_person2 is "Michael">><<set $mc_hj +=1>>She walks over to you and gets between your legs, which is followed by a cheer from Skyler. You are too shocked and excited by this situation to realize what Skyler said. Is $rnd_person really just about to give you a handjob? You don't have to wait too long to get an answer to that question though as $rnd_person slowly tries to open your pants to reveal your cock. <br><br>[img[images/Alice/Male MC/HJ.gif]]<br><br>$rnd_person seems to be a bit surprised that you are already hard but who wouldn't be in this situation? She takes your cock into her small, soft hands and starts stroking your cock. Her hands feel amazing and you can't help but let out a small moan. You try not to get too carried away though, so you lean down a bit and try to enjoy her hands as long as you can. <<set $mc_lust +=1>><<if $mc_lust >=4>><<set $mc_lust -=3>>But your attempts are futile, her hands just feel way too good. You can't stop the inevitable now.<br><br>[img[images/Alice/Male MC/cumshot.gif]]<br><br>You let out a loud moan and cum all over $rnd_person's pretty face and mouth. After calming down a bit you realize what you have just done, as you look at $rnd_person's face you can tell that she is annoyed that you just came on her face.<<else>>She kept stroking you for a while and even though it felt amazing you still managed to not cum by accident. The dare said nothing about making you cum as well so she fulfilled her part. But before she stands up again she gives you a soft kiss on the tip of your cock, which almost took you over the edge. As she walks back to her starting position you feel hornier than ever.<</if>><<else>>She walks over to $rnd_person2 and gets between his legs, which is followed by a cheer from Skyler. You are too shocked and excited by this situation to realize what Skyler said. Is $rnd_person really going to give a handjob to $rnd_person2? You don't have to wait too long to get an answer to that question though as $rnd_person2 starts to smile and leans back before $rnd_person slowly tries to open his pants to reveal his cock. <br><br><<if $rnd_person2 is "James">>[img[images/Alice/Male Rival/hj2.gif]]<<else>>[img[images/Alice/Male Rival/hj.gif]]<</if>><br><br>After being a bit surprised that it's already hard $rnd_person doesn't waste much time and grabs his dick and starts to stroke it. <<if $currentTurn is "You">>Maybe you should have given her another dare, you don't know how you should feel watching her stroke another guy's dick .<<else>>You don't really know how to react to that, watching $rnd_person giving someone a handjob feels kind of weird and you wished that it could have been you instead of $rnd_person2 getting this handjob.<</if>> <<if $mc_gender is "female">>But it's not like you have a cock right now and to be honest $rnd_person2's cock does look kinda @@color:hotpink;//hot//@@, you wonder how it would feel inside your hands? Wait, what are you even thinking about?<</if>><<set $alice_lust +=1>><<set $alice_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.alice +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Alice/Male Rival/cumshot.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "James">><<set $james_affection.alice +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuck, your hands are amazing. I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Alice/Male Rival/cumshot.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.alice +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>I'm sorry, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Alice/Male Rival/cumshot.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. Which comes to you as a surprise considering what you know about Alice.<<set $alice_alcohol +=.5>><</if>>
<<case 7>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $alice_alcohol >=2.5 and $rnd_person2 is not "Michelle">>You are not sure if $rnd_person is delighted or disgusted as she hears the dare but it seems like she is going to do it nonetheless. <<if $rnd_person2 is "Michael">><<set $mc_bj +=1>>She walks over to you and gets between your legs, which is followed by a cheer from Skyler. You are too shocked and excited by this situation to realize what Skyler said. Is $rnd_person really just about to give you a blowjob? You don't have to wait too long to get an answer to that question though as $rnd_person slowly tries to open your pants to reveal your cock. <br><br>[img[images/Alice/Male MC/BJ.gif]]<br><br>$rnd_person seems to be a bit surprised that you are already hard but who wouldn't be in this situation? She takes your cock into her small, soft hands and takes it into her mouth. Her mouth feels amazing and you can't help but let out a small moan. You try not to get too carried away though, so you lean down a bit and try to enjoy her mouth as long as you can. <<set $mc_lust +=1>><<if $mc_lust >=4>><<set $mc_lust -=3>>But your attempts are futile, her mouth just feels way too good. You can't stop the inevitable now.<br><br>[img[images/Alice/Male MC/cumshot.gif]]<br><br>You let out a loud moan and cum all over $rnd_person's pretty face and mouth. After calming down a bit you realize what you have just done, as you look at $rnd_person's face you can tell that she is pretty annoyed that you just came on her face.<<else>>She kept blowing you for a while and even though it felt amazing you still managed to not cum by accident. The dare said nothing about making you cum as well so she fulfilled her part. As she walks back to her starting position you feel hornier than ever.<</if>><<else>>She walks over to $rnd_person2 and gets between his legs, which is followed by a cheer from Skyler. You are too shocked and excited by this situation to realize what Skyler said. Is $rnd_person really going to give a blowjob to $rnd_person2? You don't have to wait too long to get an answer to that question though as $rnd_person2 starts to smile and leans back before $rnd_person slowly tries to open his pants to reveal his cock. <br><br><<if $rnd_person2 is "James">>[img[images/Alice/Male Rival/BJ_james.gif]]<<elseif $rnd_person2 is "Steve">>[img[images/Alice/Male Rival/BJ_steve.gif]]<<elseif $rnd_person2 is "Dylan">>[img[images/Alice/Male Rival/BJ_dylan.gif]]<</if>><br><br>After being a bit surprised that it's already hard $rnd_person doesn't waste much time and grabs his dick and takes it into her mouth. <<if $currentTurn is "You">>Maybe you should have given her another dare, you don't know how you should feel watching her suck another guy's dick .<<else>>You don't really know how to react to that, watching $rnd_person giving someone a blowjob feels kind of weird and you wished that it could have been you instead of $rnd_person2 getting this blowjob.<</if>> <<if $mc_gender is "female">>But it's not like you have a cock right now and to be honest $rnd_person2's cock does look kinda @@color:hotpink;//tasty//@@, you wonder how it would feel inside your mouth? Wait, what are you even thinking about?<</if>><<set $alice_lust +=1>><<set $alice_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Steve">><<set $steve_affection.alice +=5>><<set $steve_lust +=1>><<if $steve_lust >=4>><br><br><<speech $rnd_person2>>Fuuck, that feels way too good!<</speech>><<set $steve_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Alice/Male Rival/cumshot.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "James">><<set $james_affection.alice +=5>><<set $james_lust +=1>><<if $james_lust >=4>><br><br><<speech $rnd_person2>>Fuck, your hands are amazing. I'm going to cum!<</speech>><<set $james_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Alice/Male Rival/cumshot.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><<elseif $rnd_person2 is "Dylan">><<set $dylan_affection.alice +=5>><<set $dylan_lust +=1>><<if $dylan_lust >=4>><br><br><<speech $rnd_person2>>I'm sorry, I can't hold it any longer!<</speech>><<set $dylan_lust -=3>><br>You suddenly hear $rnd_person2 yell out before he stands up and aims his cock at $rnd_person's face. And before you know what's going on, he starts to cum all over $rnd_person's face and mouth.<br><br>[img[images/Alice/Male Rival/cumshot.gif]]<br><br>What the hell?! That wasn't part of the dare!<<else>> You are still a bit lost in thoughts as you see $rnd_person stop what she is doing and stand up to walk back to her starting place. The dare said nothing about making the guy cum as well so she fulfilled her part, much to $rnd_person2's dismay.<</if>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. Which comes to you as a surprise considering what you know about Alice.<<set $alice_alcohol +=.5>><</if>>
<<case 8>><<speech $rnd_person>>N-No, I'm not going to do that!<</speech>><br>$rnd_person decides to take a shot of alcohol instead. It's kind of weird seeing her react like this, she is usually pretty confident.<<set $alice_alcohol +=.5>>
<<case 9>><<if $alice_alcohol >=2.5>><<speech $rnd_person>>Sounds like fun, let's do it!<</speech>><br>You are pretty excited as you hear her say that, knowing Alice you are surely in for a good time now. Someone puts on some music and $rnd_person slowly starts to dance. She sensually moves her body to the rhythm of the music before she sexily strips out of her shirt, quickly followed by her bra. Some of the girls cheer as she dances while the guys just watch her with great interest and excitement.<br><br>[img[images/Alice/striptease.gif]]<br><br>She keeps on dancing and stripping to the music until she is only in her panties. Everyone gets a good look of her curved half-naked body as she dances. She teases you a few times with her butt, shaking it erotically to the music, for some reason she never turns around though. So you never get a good look at her bare breasts, she is a very big tease. But unfortunately as the music stops playing she stops as well.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $leah_lust +=1>><<set $skyler_lust +=1>><<else>><<speech $rnd_person>>I don't think so.<</speech>><br>She takes a shot of alcohol after saying that.<<set $alice_alcohol +=.5>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_chloe">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<if $chloe_alcohol >=1>><<speech $rnd_person>>Easy enough.<</speech>><br>She goes through her contacts with her eyes closed and randomly calls a number. A girl you don't know answers it and $rnd_person starts with some smalltalk before she decides to get to the point. <br><br><<speech $rnd_person>>Did I ever tell you that you are very hot? Let's go on a date someday.<</speech>><br>She hangs up after that and you can tell that it's nothing special to her. Whoever this girl was, you are sure it made her day.<<else>><<speech $rnd_person>>Maybe next time.<</speech>><br>She decides to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><</if>>
<<case 1>><<if $chloe_alcohol >=1.5>><<set _name to highestAffection($chloe_affection)>><<set $chloe_affection[ _name ] += 5>><<speech $rnd_person>>Hm, who should I choose?<</speech>><<if _name is "mc" and $mc_gender is "female">><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, your phone starts to vibrate and you check it out.<br><br>[img[images/Chloe/selfie.png]]<br><br>You can't believe your eyes, the one she sent the picture to, was you! She is almost completely naked in that picture. Seeing her like this feels so wrong, even if she is just your stepsister, the both of you grew up together and have treated each other like real siblings. Of course right now she doesn't know that and thinks you are just a random girl. But even you have to admit that she looks freaking hot in that picture!<<set $chloe_affection.mc += 5>><<else>><br>You see her tapping around on her phone before she says she is done and the person next to her confirms that she really did it. As you wonder who she sent the picture to, you suddenly hear a text notification coming from nearby. Did she sent a picture to one of the girls in here? You try to figure out who she sent it to but there are several people on their phone right now so there is no way to confirm it. Maybe it was just a coincidence.<<if _name is "leah">><<set $leah_affection.chloe +=5>><</if>><</if>><<else>><<speech $rnd_person>>Let's get a bit more drunk first.<</speech>><br>She takes a shot of alcohol after saying that.<<set $chloe_alcohol +=.5>><</if>>
<<case 2>><<if $chloe_alcohol >=1>><<check_gender>><<if $gender2 is "female">><<speech $rnd_person>>Finally, let's have some fun $rnd_person2.<</speech>><<else>><<speech $rnd_person>>Ugh, why didn't you choose a girl?<</speech>><</if>><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">><br><<if $rnd_person2 is "Michael">>You don't know how you should react to that, there is no way that she is kissing you, is she? She stands up and walks towards you and you are a bit shocked. Is she really going to kiss you? Your own sister? But before you can think more about it she leans down and gives you a kiss on your cheek. <br><br><<speech $rnd_person>>Don't get any stupid ideas, as if I would ever kiss my brother on his lips. Yuck.<</speech>><br><<else>>You walk towards Chloe feeling a bit nervous, are you seriously going to kiss your sister? As you stand in front of her she leans forward and both of your lips meet.<br><br>[img[images/Female MC/kiss_evf.gif]]<br><br>Her lips are very soft and taste like blueberry, it's not only weird but also awkward to kiss her. But Chloe doesn't waste much time and gets really into the kiss. She shoves her tongue into your mouth and the both of you passionately make out with each other for a while before you get back to your place. You can't believe that you just did that, it should have felt disgusting but for some reason you really liked it.<<set $chloe_affection.mc +=5>><</if>><<else>><br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/kiss_evf.gif]]<br><br>$rnd_person2 walks towards Chloe and the both of them start to kiss each other. She doesn't waste much time and gets really into the kiss. She shoves her tongue into her mouth and they passionately make out with each other for a while, watching two girls like that is pretty hot, even if one of them is your sister.<<if $rnd_person2 is "Leah">><<set $leah_affection.chloe +=5>><</if>><<else>>[img[images/Female MC/kiss_evm.gif]]<br><br>Chloe looks a bit disgusted as $rnd_person2 walks towards her. She probably doesn't want to kiss him but she doesn't want to chicken out of the dare either, so she decides to just get it over with. She only tries to give him a little peck on his lips but $rnd_person2 tries to shove his tongue into her mouth and Chloe angrily pushes him away.<</if>><</if>><<else>><<speech $rnd_person>>I think I will take a shot instead.<</speech>><<set $chloe_alcohol +=.5>><</if>>
<<case 3>><<set _name to highestAffection($chloe_affection)>><<speech $rnd_person>>Just sitting? Alright.<</speech>><br><<if _name is "mc">>To your surprise she walks over to you and sits down on your lap. You can feel her soft behind pushing against your legs and smell the fragrance of her perfume. Her butt is dangerously close to your crotch though and you try your best to not get too aroused. But a few seconds later she stands back up again and gets back to her previous place. <<set $chloe_affection.mc +=5>><<else>>She walks over to <<print _name.toUpperFirst()>> and sits down on her lap. You can see the both of them whispering with each other but it's a pretty tame dare so not much more happens. A few seconds later she stands back up again and gets back to her previous place. <<set $chloe_affection[ _name ] += 5>><<if _name is "leah">><<set $leah_affection.chloe +=5>><</if>><</if>>
<<case 4>><<if $chloe_alcohol >=1.5>>You see her smile and you can already tell that she is going to do it. She grabs her shirt and pulls it up, revealing her perfect breasts to everyone.<br><br>[img[images/Female MC/flash.gif]]<br><br><<speech $rnd_person>>Don't be shy girls, there is more where that comes from.<</speech>><br>She says confidently before she hides her breasts again.<<else>><<speech $rnd_person>>Maybe next time.<</speech>><br>She decides to take a drink instead.<<set $chloe_alcohol +=.5>><</if>>
<<case 5>><<if $chloe_alcohol >=2.5>><<speech $rnd_person>>A lapdance? I guess I could try.<</speech>><br><<if $rnd_person2 is "Michelle" or $rnd_person2 is "Michael">>Someone puts on some music and $rnd_person stands up and walks over to you and slowly starts to dance in front of you. You can't believe that you are actually about to get a lapdance from your sister. <br><br><<if $mc_gender is "male">>[img[images/Female MC/lapdance_m.gif]]<<else>>[img[images/Female MC/lapdance_f.gif]]<</if>><br><br>You can tell that she hasn't really done that before but she still easily gets into a good rhythm and dances with a lot of confidence. She gives you a very real looking and feeling lapdance as she rubs her body and behind against your crotch. It feels amazing but you try your best not to get too aroused and you fail, pretty badly. Having your stepsister giving you a lapdance is kind of weird but also very hot. As the music ends you are both relieved and sad as $rnd_person gets back to her place. <<set $chloe_affection.mc += 5>><<set $chloe_lust +=1>><<set $mc_lust +=1>><<else>>Someone puts on some music and $rnd_person stands up and walks over to $rnd_person2 and slowly starts to dance. <br><<check_gender>><<if $gender2 is "female">>[img[images/Female MC/lapdance_f.gif]]<<else>>[img[images/Female MC/lapdance_m.gif]]<</if>><br><br>You can tell that she hasn't really done that before but she still easily gets into a good rhythm and dances with a lot of confidence. She gives $rnd_person2 a very real looking lapdance, rubbing her body and behind against $rnd_person2's crotch. You feel a bit conflicted as you watch your sister do that and you are relieved when the song ends and a flushed looking $rnd_person gets back to her place.<<set $chloe_lust +=1>><<set $chloe_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Leah">><<set $leah_affection.chloe +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Alice">><<set $alice_lust +=1>><</if>><</if>><<else>>She says nothing and just takes a shot instead.<<set $chloe_alcohol +=.5>><</if>>
<<case 6>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $chloe_alcohol >=2.5>><<if $rnd_person2 is "Michelle">>But there is no way in hell that you are going to let her do that! It wouldn't only feel wrong but you would also feel like you are tricking her because she doesn't know that it's actually you in this body. So you stop her before she can do anything and as a punishment you have to take another shot. She doesn't look happy that you stopped her though. <<set $mc_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>She seemed ready to do it but as she hears Alice's name she suddenly decides against it and takes a shot instead. You wonder what happened between these two. <<set $chloe_alcohol +=.5>><<else>>$rnd_person smiles and seems to be excited to do it though. She walks over to $rnd_person2 and wastes no time in helping her out of her pants and panties.<br><br>[img[images/Female MC/finger.gif]]<br><br>She traces her finger's along $rnd_person2's naked thighs until she reaches the spot between her legs. She slowly starts to rub her clit, making $rnd_person2 moan softly before she pushes her fingers into her tight hole. You have to be honest, this scene is pretty hot, and even if it's your sister who is doing that, you still get a good view at $rnd_person2's pussy and hearing her moan is hot as well. She keeps fingering her for a while before $rnd_person suddenly decides that she is now done and gets back to her place, leaving $rnd_person2 much more aroused.<<set $chloe_affection[ $rnd_person2.toLowerCase() ] += 5>><<set $chloe_lust +=1>><<if $rnd_person2 is "Leah">><<set $leah_affection.chloe +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_lust +=1>><<elseif $rnd_person2 is "Skyler">><<set $skyler_lust +=1>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. Which comes to you as a surprise, you thought she would take the first opportunity to get into a girl's panties, maybe she doesn't want to do it in front of everyone though.<<set $chloe_alcohol +=.5>><</if>>
<<case 7>>Some of you start to gasp as they hear the dare and wonder if she is really going to do that. <<if $chloe_alcohol >=2.5>><<if $rnd_person2 is "Michelle">>But there is no way in hell that you are going to let her do that! It wouldn't only feel wrong but you would also feel like you are tricking her because she doesn't know that it's actually you in this body. So you stop her before she can do anything and as a punishment you have to take another shot. She doesn't look happy that you stopped her though. <<set $mc_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>She seemed ready to do it but as she hears Alice's name she suddenly decides against it and takes a shot instead. You wonder what happened between these two. <<set $chloe_alcohol +=.5>><<else>>$rnd_person smiles and seems to be excited to do it though. She walks over to $rnd_person2 and wastes no time in helping her out of her pants and panties.<br><br>[img[images/Female MC/lick.gif]]<br><br>She traces her finger's along $rnd_person2's naked thighs until she reaches the spot between her legs. She slowly pushes her fingers into her tight hole before she starts licking on $rnd_person2's clit. You have to be honest, this scene is pretty hot, and even if it's your sister who is doing that, you still get a good view at $rnd_person2's pussy and hearing her moan is hot as well. She keeps licking and fingering her for a while before $rnd_person suddenly decides that she is now done and gets back to her place, leaving $rnd_person2 much more aroused.<<set $chloe_affection[ $rnd_person2.toLowerCase() ] += 5>><<set $chloe_lust +=1>><<if $rnd_person2 is "Leah">><<set $leah_affection.chloe +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_lust +=1>><<elseif $rnd_person2 is "Skyler">><<set $skyler_lust +=1>><</if>><</if>><<else>> But as $rnd_person takes a shot it's pretty clear that she won't. Which comes to you as a surprise, you thought she would take the first opportunity to get into a girl's panties, maybe she doesn't want to do it in front of everyone though.<<set $chloe_alcohol +=.5>><</if>>
<<case 8>><<if $chloe_alcohol >=3.5>>She seems to think about the dare for a while before she answers.<br><br><<speech $rnd_person>>Fuck it, okay I will do it.<</speech>><br>$rnd_person stands up and starts to undress herself in front of everyone. You can't believe that she actually agreed to that dare! Everyone keeps watching her intently as she strips out of her clothes and sits down at the nearby couch. You can tell that she isn't embarrased all that much but each time she catches a guy looking she gives him an angry look. She spreads her legs and you get a good view of her most intimate places. You don't know how you should feel about that, you should probably look away but you are too spellbound by $rnd_person's naked body.<br><br>[img[images/Chloe/Masturbate.gif]]<br><br>As you enjoy the look of her naked body, her hand slowly traces down her body until it reaches her tight pussy. She begins rubbing her clit and you hear her let out some soft moans. Watching your sister like this feels wrong but it's also pretty big turn on and as you look around you can tell that the other guys think the same as well. She keeps playing with herself for a while as you all watch her pretty transfixed. But all good things have to come to an end eventually, she decides that this was enough of a show and stops to get dressed again, leaving yourself and surely some of the others very aroused.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $chloe_lust +=1>><<set $leah_lust +=1>><<set $alice_lust +=1>><<else>><<speech $rnd_person>>I don't feel comfortable doing this in front of the guys.<</speech>><br>$rnd_person decides to take a shot of alcohol instead. You are a tiny bit disappointed, seeing her masturbate would have surely been hot but then again the others in here would have seen her too so it's probably for the best that she didn't.<<set $chloe_alcohol +=.5>><</if>>
<<case 9>><<if $chloe_alcohol >=2>><<speech $rnd_person>>A striptease? I can do that.<</speech>><br>You don't know how you should feel about that, seeing a striptease from your sister is not something you have ever thought about before. Someone puts on some music and $rnd_person slowly starts to dance. She sensually moves her body to the rhythm of the music before she sexily strips out of her shirt, revealing her bare breasts beneath, it seems like she is not wearing a bra. Some of the girls cheer as she dances while the guys just watch her with great interest and excitement.<br><br>[img[images/Chloe/striptease.gif]]<br><br>She keeps on dancing and stripping to the music until she is only in her panties. Everyone gets a good look of her curved half-naked body as she dances. She teases you a few times with her butt, shaking it erotically to the music. Your sister does have a very nice body and you can't help but get turned on a bit, what's wrong with you? But fortunately as the music stops playing she stops as well.<<set $dylan_lust +=1>><<set $steve_lust +=1>><<set $james_lust +=1>><<set $mc_lust +=1>><<set $leah_lust +=1>><<else>><<speech $rnd_person>>I don't think so.<</speech>><br>She takes a shot of alcohol after saying that.<<set $chloe_alcohol +=.5>><</if>>
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_steve">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>Nice, finally a fun dare.<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a smug smile on his face. Are you really just about to be kissed by a guy? And even worse, that guy is Steve! But he doesn't waste much time and before you can think more about it he is already kissing you.<br><br>[img[images/Female MC/kiss_evm.gif]]<br><br>You feel very disgusted at first but for some reason that feeling seems to pass pretty quickly and gets replaced with another feeling. His strong hands on your waist as he kisses you, his masculine body odor invading your nose and his tongue swirling with yours, all of that just feels so right. You keep kissing him for a bit longer before he eventually gets back to his place and you realize what just happened. You have never been into guys before, just how much did this pill change you? <<set $steve_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a smug smile on his face. <<if $rnd_person2 is "Chloe">>Chloe doesn't seem to be excited at all though, more of the opposite, she looks disgusted. No matter what $rnd_person tries, she won't allow it and all he ends up doing is giving her a kiss on the cheek.<<else>>He doesn't waste much time and starts kissing her.<br><br>[img[images/Female MC/kiss_evm.gif]]<br><br>For the next two minutes you have to watch as that idiot is making out with $rnd_person2 and you are relieved as they are finally done. <<set $steve_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.steve +=5>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.steve +=5>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.steve +=5>><</if>><</if>><</if>>
<<case 1>><<speech $rnd_person>>Want to see a big dick for once? Haha, here you go.<</speech>><br>He doesn't seem to hesitate much as he pulls down his pants and reveals his dick to everyone.<br><br>[img[images/Female MC/dick1.png]]<br><br>It already seems to be half erect and to your dismay he didn't seem to lie, it is pretty big. <<if $mc_gender is "male">>But not that big that you would feel bad about it, your own dick has pretty much the same size.<<else>>But that's nothing to brag about, if you recall correctly your own dick was just as big as his.<</if>>
<<case 2>><<speech $rnd_person>>Well, if that's what the girls want. I won't leave them hanging.<</speech>><br>Someone puts on some music and Steve starts to dance to it. As he does so he removes his shirt, revealing his athletic body and some of the girls start to cheer. He keeps on dancing to the music and slowly strips more and more out of his clothes until he is only in his underwear. That's also around the time where the song ends and he decides that he has done enough. <<set $emma_lust +=1>>
<<case 3>><<speech $rnd_person>>Hell yeah, that's what I'm talking about!<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a lewd smile on his face. Is he really going to rub your pussy? You haven't even played with it yourself! And even if you were curious, you would never let someone like Steve do that to you. But as he gets closer you start to feel excited, it seems like your body has completely different priorities than your mind. He seems to be excited as well and doesn't waste much time, he pushes you on your back and helps you out of your pants and panties, revealing your pretty bare pussy to everyone.<br><br>[img[images/Female MC/finger2.gif]]<br><br>He puts his big hands on your pussy and starts rubbing it. At first it feels very weird and your first instinct is to stop him but it gets quickly replaced with a different feeling, it starts to feel good. Your crotch starts to feel hot and wet and a tingly feeling spreads through all of your body until it reaches your head and you can't help but let out a slight moan. $rnd_person smiles as he hears you moan and as you catch a glimpse of his pants you can see a bulge forming in his crotch area, it seems like he enjoys it a lot too. He keeps on rubbing you until you get more and more aroused and you wonder if he is actually going to make you cum but fortunately or unfortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $steve_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a lewd smile on his face. <<if $rnd_person2 is "Chloe">>But before he can get too close, Chloe stops him. He tells him that there is no way that a guy gets to touch her and as she is the one rejecting the dare she has to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>But before he can get too close, Alice stops him. It seems like she doesn't want to do that in front of everyone and asks if they can do that in private. And since the dare never stated that it has to be done in front of everyone they agree and walk towards one of the other rooms. About two minutes pass and as you wonder if they are doing it you see Steve already coming back. He looks kind of pissed as he gets back to his spot and before anyone can ask him he takes a shot of alcohol. As Alice gets back as well, she tells everyone that he hasn't done it. This is very weird, what happened in this room?<<set $steve_alcohol +=.5>><<else>><<if ($rnd_person2 is "Skyler" and $skyler_alcohol >=2.5) or ($rnd_person2 is "Emma" and $emma_alcohol >=3) or ($rnd_person2 is "Leah" and $leah_alcohol >=3)>>Is he really going to rub $rnd_person2's pussy? <<if $currentTurn is "You">>Maybe you should have given him another dare, you don't know how you should feel watching him rub her pussy.<<else>>You feel a bit conflicted and jealous, why couldn't you have gotten that dare instead?<</if>> He seems to be excited as well and doesn't waste much time, he pushes $rnd_person2 on her back and helps her out of her pants and panties, revealing her pretty bare pussy to everyone.<br><br>[img[images/Female MC/finger2.gif]]<br><br>He puts his big hands on her pussy and starts rubbing it. You are not sure if she is into it as well but as he keeps rubbing her you eventually hear her moan. Hearing her moan like this is kind of hot but that Steve is the one making her moan makes you feel bad. He keeps on rubbing her until she gets more and more aroused and you wonder if he is actually going to make her cum but fortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $steve_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.steve +=5>><<set $skyler_lust +=1>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.steve +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.steve +=5>><<set $emma_lust +=1>><</if>><<else>>But before he can get too close $rnd_person2 stops him. It looks like she is not too fond of him doing that to her. But because she is the one who was refusing the dare she has to take a shot of alcohol instead.<<if $rnd_person2 is "Skyler">><<set $skyler_alcohol +=.5>><<elseif $rnd_person2 is "Leah">><<set $leah_alcohol +=.5>><<elseif $rnd_person2 is "Emma">><<set $emma_alcohol +=.5>><</if>><</if>><</if>><</if>>
<<case 4>><<speech $rnd_person>>Hell yeah, I wonder what you taste like.<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a lewd smile on his face. Is he really going to lick your pussy? You haven't even gotten a blowjob yet and here you are, about to get your pussy licked even before that. And even if you were curious, you would never let someone like Steve do that to you. But as he gets closer you start to feel excited, it seems like your body has completely different priorities than your mind. He seems to be excited as well and doesn't waste much time, he helps you out of your pants and panties, revealing your pretty bare pussy to everyone.<br><br>[img[images/Female MC/male_lick.gif]]<br><br>He pushes his face against your pussy and starts licking you. At first it feels very weird and your first instinct is to stop him but it gets quickly replaced with a different feeling, it starts to feel good. Your crotch starts to feel hot and wet and a tingly feeling spreads through all of your body until it reaches your head and you can't help but let out a slight moan. $rnd_person smiles as he hears you moan and as you catch a glimpse of his pants you can see a bulge forming in his crotch area, it seems like he enjoys it a lot too. He keeps on licking you until you get more and more aroused and you wonder if he is actually going to make you cum but fortunately or unfortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $steve_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a lewd smile on his face. <<if $rnd_person2 is "Chloe">>But before he can get too close, Chloe stops him. He tells him that there is no way that a guy gets to touch her, let alone lick her and as she is the one rejecting the dare she has to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>But before he can get too close, Alice stops him. It seems like she doesn't want to do that in front of everyone and asks if they can do that in private. And since the dare never stated that it has to be done in front of everyone they agree and walk towards one of the other rooms. About two minutes pass and as you wonder if they are doing it you see Steve already coming back. He looks kind of pissed as he gets back to his spot and before anyone can ask him he takes a shot of alcohol. As Alice gets back as well, she tells everyone that he hasn't done it. This is very weird, what happened in this room?<<set $steve_alcohol +=.5>><<else>><<if ($rnd_person2 is "Skyler" and $skyler_alcohol >=2.5) or ($rnd_person2 is "Emma" and $emma_alcohol >=3.5) or ($rnd_person2 is "Leah" and $leah_alcohol >=3.5)>>Is he really going to lick $rnd_person2's pussy? <<if $currentTurn is "You">>Maybe you should have given him another dare, you don't know how you should feel watching him lick her pussy.<<else>>You feel a bit conflicted and jealous, why couldn't you have gotten that dare instead?<</if>> He seems to be excited as well and doesn't waste much time, he pushes $rnd_person2 on her back and helps her out of her pants and panties, revealing her pretty bare pussy to everyone.<br><br>[img[images/Female MC/lick2.gif]]<br><br>He pushes his face against her pussy and starts licking it. You are not sure if she is into it as well but as he keeps licking her you eventually hear her moan. Hearing her moan like this is kind of hot but that Steve is the one making her moan makes you feel bad. He keeps on licking her until she gets more and more aroused and you wonder if he is actually going to make her cum but fortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $steve_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.steve +=5>><<set $skyler_lust +=1>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.steve +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.steve +=5>><<set $emma_lust +=1>><</if>><<else>>But before he can get too close $rnd_person2 stops him. It looks like she is not too fond of him doing that to her. But because she is the one who was refusing the dare she has to take a shot of alcohol instead.<<if $rnd_person2 is "Skyler">><<set $skyler_alcohol +=.5>><<elseif $rnd_person2 is "Leah">><<set $leah_alcohol +=.5>><<elseif $rnd_person2 is "Emma">><<set $emma_alcohol +=.5>><</if>><</if>><</if>><</if>>
<<case 5>>You don't want to give him any of the fun dares so you decide to just give him a random odd dare. $rnd_person seems to be pretty annoyed by that but does the dare anyway.
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_james">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>I was waiting for this!<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a smile on his face. Are you really just about to be kissed by a guy? And even worse, that guy is James! But he doesn't waste much time and before you can think more about it he is already kissing you.<br><br>[img[images/Female MC/kiss_evm.gif]]<br><br>You feel very disgusted at first but for some reason that feeling seems to pass pretty quickly and gets replaced with another feeling. His strong hands on your waist as he kisses you, his masculine body odor invading your nose and his tongue swirling with yours, all of that just feels so right. You keep kissing him for a bit longer before he eventually gets back to his place and you realize what just happened. You have never been into guys before, just how much did this pill change you? <<set $james_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a smug smile on his face. <<if $rnd_person2 is "Chloe">>Chloe doesn't seem to be excited at all though, more of the opposite, she looks disgusted. No matter what $rnd_person tries, she won't allow it and all he ends up doing is giving her a kiss on the cheek.<<else>>He doesn't waste much time and starts kissing her.<br><br>[img[images/Female MC/kiss_evm.gif]]<br><br>For the next two minutes you have to watch as he is making out with $rnd_person2 and you are relieved as they are finally done. <<set $james_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.james +=5>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.james +=5>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.james +=5>><<elseif $rnd_person2 is "Alice">><<set $alice_affection.james +=5>><</if>><</if>><</if>>
<<case 1>><<speech $rnd_person>>Want to see if the rumors are true? They are.<</speech>><br>He doesn't seem to hesitate much as he pulls down his pants and reveals his big dick to everyone.<br><br>[img[images/Female MC/dick2.png]]<br><br>It already seems to be half erect and to your dismay it's pretty huge already! And you always thought you had a big cock but his is on another level.
<<case 2>><<speech $rnd_person>>Well, if that's what the girls want. I won't leave them hanging.<</speech>><br>Someone puts on some music and James starts to dance to it. As he does so he removes his shirt, revealing his athletic body and some of the girls start to cheer. He keeps on dancing to the music and slowly strips more and more out of his clothes until he is only in his underwear. That's also around the time where the song ends and he decides that he has done enough. <<set $emma_lust +=1>>
<<case 3>><<speech $rnd_person>>Nice, let me show you my magic fingers.<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a lewd smile on his face. Is he really going to rub your pussy? You haven't even played with it yourself! And even if you were curious, you would never let someone like James do that to you. But as he gets closer you start to feel excited, it seems like your body has completely different priorities than your mind. He seems to be excited as well and doesn't waste much time, he pushes you on your back and helps you out of your pants and panties, revealing your pretty bare pussy to everyone.<br><br>[img[images/Female MC/finger2.gif]]<br><br>He puts his big hands on your pussy and starts rubbing it. At first it feels very weird and your first instinct is to stop him but it gets quickly replaced with a different feeling, it starts to feel good. Your crotch starts to feel hot and wet and a tingly feeling spreads through all of your body until it reaches your head and you can't help but let out a slight moan. $rnd_person smiles as he hears you moan and as you catch a glimpse of his pants you can see a bulge forming in his crotch area, it seems like he enjoys it a lot too. He keeps on rubbing you until you get more and more aroused and you wonder if he is actually going to make you cum but fortunately or unfortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $james_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a lewd smile on his face. <<if $rnd_person2 is "Chloe">>But before he can get too close, Chloe stops him. He tells him that there is no way that a guy gets to touch her and as she is the one rejecting the dare she has to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>But before he can get too close, Alice stops him. It seems like she doesn't want to do that in front of everyone and asks if they can do that in private. And since the dare never stated that it has to be done in front of everyone they agree and walk towards one of the other rooms. About five minutes pass before the both of them come back. Alice confirms that they have done the dare and the game resumes. <<set $james_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Alice">><<set $alice_affection.james +=5>><<set $alice_lust +=1>><</if>><<else>><<if ($rnd_person2 is "Skyler" and $skyler_alcohol >=2.5) or ($rnd_person2 is "Emma" and $emma_alcohol >=3) or ($rnd_person2 is "Leah" and $leah_alcohol >=3)>>Is he really going to rub $rnd_person2's pussy? <<if $currentTurn is "You">>Maybe you should have given him another dare, you don't know how you should feel watching him rub her pussy.<<else>>You feel a bit conflicted and jealous, why couldn't you have gotten that dare instead?<</if>> He seems to be excited as well and doesn't waste much time, he pushes $rnd_person2 on her back and helps her out of her pants and panties, revealing her pretty bare pussy to everyone.<br><br>[img[images/Female MC/finger2.gif]]<br><br>He puts his big hands on her pussy and starts rubbing it. You are not sure if she is into it as well but as he keeps rubbing her you eventually hear her moan. Hearing her moan like this is kind of hot but that James is the one making her moan makes you feel bad. He keeps on rubbing her until she gets more and more aroused and you wonder if he is actually going to make her cum but fortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $james_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.james +=5>><<set $skyler_lust +=1>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.james +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.james +=5>><<set $emma_lust +=1>><</if>><<else>>But before he can get too close $rnd_person2 stops him. It looks like she is not too fond of him doing that to her. But because she is the one who was refusing the dare she has to take a shot of alcohol instead.<<if $rnd_person2 is "Skyler">><<set $skyler_alcohol +=.5>><<elseif $rnd_person2 is "Leah">><<set $leah_alcohol +=.5>><<elseif $rnd_person2 is "Emma">><<set $emma_alcohol +=.5>><</if>><</if>><</if>><</if>>
<<case 4>><<speech $rnd_person>>I know a thing or two about that.<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a lewd smile on his face. Is he really going to lick your pussy? You haven't even gotten a blowjob yet and here you are, about to get your pussy licked even before that. And even if you were curious, you would never let someone like James do that to you. But as he gets closer you start to feel excited, it seems like your body has completely different priorities than your mind. He seems to be excited as well and doesn't waste much time, he helps you out of your pants and panties, revealing your pretty bare pussy to everyone.<br><br>[img[images/Female MC/male_lick.gif]]<br><br>He pushes his face against your pussy and starts licking you. At first it feels very weird and your first instinct is to stop him but it gets quickly replaced with a different feeling, it starts to feel good. Your crotch starts to feel hot and wet and a tingly feeling spreads through all of your body until it reaches your head and you can't help but let out a slight moan. $rnd_person smiles as he hears you moan and as you catch a glimpse of his pants you can see a bulge forming in his crotch area, it seems like he enjoys it a lot too. He keeps on licking you until you get more and more aroused and you wonder if he is actually going to make you cum but fortunately or unfortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $james_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a lewd smile on his face. <<if $rnd_person2 is "Chloe">>But before he can get too close, Chloe stops him. He tells him that there is no way that a guy gets to touch her, let alone lick her and as she is the one rejecting the dare she has to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>But before he can get too close, Alice stops him. It seems like she doesn't want to do that in front of everyone and asks if they can do that in private. And since the dare never stated that it has to be done in front of everyone they agree and walk towards one of the other rooms. About five minutes pass before the both of them come back. Alice confirms that they have done the dare and the game resumes. <<set $james_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Alice">><<set $alice_affection.james +=5>><<set $alice_lust +=1>><</if>><<else>><<if ($rnd_person2 is "Skyler" and $skyler_alcohol >=2.5) or ($rnd_person2 is "Emma" and $emma_alcohol >3.5) or ($rnd_person2 is "Leah" and $leah_alcohol >=3.5)>>Is he really going to lick $rnd_person2's pussy? <<if $currentTurn is "You">>Maybe you should have given him another dare, you don't know how you should feel watching him lick her pussy.<<else>>You feel a bit conflicted and jealous, why couldn't you have gotten that dare instead?<</if>> He seems to be excited as well and doesn't waste much time, he pushes $rnd_person2 on her back and helps her out of her pants and panties, revealing her pretty bare pussy to everyone.<br><br>[img[images/Female MC/lick2.gif]]<br><br>He pushes his face against her pussy and starts licking it. You are not sure if she is into it as well but as he keeps licking her you eventually hear her moan. Hearing her moan like this is kind of hot but that James is the one making her moan makes you feel bad. He keeps on licking her until she gets more and more aroused and you wonder if he is actually going to make her cum but fortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $james_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.james +=5>><<set $skyler_lust +=1>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.james +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.james +=5>><<set $emma_lust +=1>><</if>><<else>>But before he can get too close $rnd_person2 stops him. It looks like she is not too fond of him doing that to her. But because she is the one who was refusing the dare she has to take a shot of alcohol instead.<<if $rnd_person2 is "Skyler">><<set $skyler_alcohol +=.5>><<elseif $rnd_person2 is "Leah">><<set $leah_alcohol +=.5>><<elseif $rnd_person2 is "Emma">><<set $emma_alcohol +=.5>><</if>><</if>><</if>><</if>>
<<case 5>>You don't want to give him any of the fun dares so you decide to just give him a random odd dare. $rnd_person seems to be pretty annoyed by that but does the dare anyway.
<</switch>><</nobr>>
<</widget>>
<<widget "rnd_dare_dylan">>
<<nobr>><<set $rnd_answer to $rnd_question>>
<<switch $rnd_answer>>
<<case 0>><<speech $rnd_person>>Nice.<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a smile on his face. Are you really just about to be kissed by a guy? At least it's not one of the other guys, but kissing Dylan is not something you ever thought about before. But he doesn't waste much time and before you can think more about it he is already kissing you.<br><br>[img[images/Female MC/kiss_evm.gif]]<br><br>You feel very disgusted at first but for some reason that feeling seems to pass pretty quickly and gets replaced with another feeling. His strong hands on your waist as he kisses you, his masculine body odor invading your nose and his tongue swirling with yours, all of that just feels so right. You keep kissing him for a bit longer before he eventually gets back to his place and you realize what just happened. You have never been into guys before, just how much did this pill change you? <<set $dylan_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a smile on his face. <<if $rnd_person2 is "Chloe">>Chloe doesn't seem to be excited at all though, more of the opposite, she looks disgusted. No matter what $rnd_person tries, she won't allow it and all he ends up doing is giving her a kiss on the cheek.<<else>>He doesn't waste much time and starts kissing her.<br><br>[img[images/Female MC/kiss_evm.gif]]<br><br>For the next two minutes you have to watch as Dylan is making out with $rnd_person2 and you are relieved as they are finally done. <<set $dylan_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.dylan +=5>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.dylan +=5>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.dylan +=5>><<elseif $rnd_person2 is "Alice">><<set $alice_affection.dylan +=5>><</if>><</if>><</if>>
<<case 1>><<speech $rnd_person>>Really? Alright.<</speech>><br>He hesitates a bit before he pulls down his pants and reveals his dick to everyone.<br><br>[img[images/Female MC/dick1.png]]<br><br>It already seems to be half erect and it's pretty big! <<if $mc_gender is "male">>If you remember correctly yours is a bit bigger though.<<else>>If you remember correctly yours was a bit bigger though.<</if>>
<<case 2>><<speech $rnd_person>>A striptease? Alright, sure.<</speech>><br>Someone puts on some music and Dylan starts to dance to it. As he does so he removes his shirt, revealing his body and some of the girls start to cheer. He keeps on dancing to the music and slowly strips more and more out of his clothes until he is only in his underwear. That's also around the time where the song ends and he decides that he has done enough. <<set $emma_lust +=1>>
<<case 3>><<speech $rnd_person>>Who would say no to that?<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a lewd smile on his face. Is he really going to rub your pussy? You haven't even played with it yourself! But as he gets closer you start to feel excited, it seems like your body has completely different priorities than your mind. He seems to be excited as well and doesn't waste much time, he pushes you on your back and helps you out of your pants and panties, revealing your pretty bare pussy to everyone.<br><br>[img[images/Female MC/finger2.gif]]<br><br>He puts his big hands on your pussy and starts rubbing it. At first it feels very weird and your first instinct is to stop him but it gets quickly replaced with a different feeling, it starts to feel good. Your crotch starts to feel hot and wet and a tingly feeling spreads through all of your body until it reaches your head and you can't help but let out a slight moan. $rnd_person smiles as he hears you moan and as you catch a glimpse of his pants you can see a bulge forming in his crotch area, it seems like he enjoys it a lot too. He keeps on rubbing you until you get more and more aroused and you wonder if he is actually going to make you cum but fortunately or unfortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $dylan_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a lewd smile on his face. <<if $rnd_person2 is "Chloe">>But before he can get too close, Chloe stops him. He tells him that there is no way that a guy gets to touch her and as she is the one rejecting the dare she has to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>But before he can get too close, Alice stops him. It seems like she doesn't want to do that in front of everyone and asks if they can do that in private. And since the dare never stated that it has to be done in front of everyone they agree and walk towards one of the other rooms. About five minutes pass before the both of them come back. Alice confirms that they have done the dare and the game resumes. <<set $dylan_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Alice">><<set $alice_affection.dylan +=5>><<set $alice_lust +=1>><</if>><<else>><<if ($rnd_person2 is "Skyler" and $skyler_alcohol >=2.5) or ($rnd_person2 is "Emma" and $emma_alcohol >=3) or ($rnd_person2 is "Leah" and $leah_alcohol >=3)>>Is he really going to rub $rnd_person2's pussy? <<if $currentTurn is "You">>Maybe you should have given him another dare, you don't know how you should feel watching him rub her pussy.<<else>>You feel a bit conflicted and jealous, why couldn't you have gotten that dare instead?<</if>> He seems to be excited as well and doesn't waste much time, he pushes $rnd_person2 on her back and helps her out of her pants and panties, revealing her pretty bare pussy to everyone.<br><br>[img[images/Female MC/finger2.gif]]<br><br>He puts his big hands on her pussy and starts rubbing it. You are not sure if she is into it as well but as he keeps rubbing her you eventually hear her moan. Hearing her moan like this is kind of hot but that Dylan is the one making her moan makes you feel bad. He keeps on rubbing her until she gets more and more aroused and you wonder if he is actually going to make her cum but fortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $dylan_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.dylan +=5>><<set $skyler_lust +=1>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.dylan +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.dylan +=5>><<set $emma_lust +=1>><</if>><<else>>But before he can get too close $rnd_person2 stops him. It looks like she is not too fond of him doing that to her. But because she is the one who was refusing the dare she has to take a shot of alcohol instead.<<if $rnd_person2 is "Skyler">><<set $skyler_alcohol +=.5>><<elseif $rnd_person2 is "Leah">><<set $leah_alcohol +=.5>><<elseif $rnd_person2 is "Emma">><<set $emma_alcohol +=.5>><</if>><</if>><</if>><</if>>
<<case 4>><<speech $rnd_person>>Fuck yes! I mean... I will do it.<</speech>><br><<if $rnd_person2 is "Michelle">>$rnd_person walks over to you with a lewd smile on his face. Is he really going to lick your pussy? You haven't even gotten a blowjob yet and here you are, about to get your pussy licked even before that. But as he gets closer you start to feel excited, it seems like your body has completely different priorities than your mind. He seems to be excited as well and doesn't waste much time, he helps you out of your pants and panties, revealing your pretty bare pussy to everyone.<br><br>[img[images/Female MC/male_lick.gif]]<br><br>He pushes his face against your pussy and starts licking you. At first it feels very weird and your first instinct is to stop him but it gets quickly replaced with a different feeling, it starts to feel good. Your crotch starts to feel hot and wet and a tingly feeling spreads through all of your body until it reaches your head and you can't help but let out a slight moan. $rnd_person smiles as he hears you moan and as you catch a glimpse of his pants you can see a bulge forming in his crotch area, it seems like he enjoys it a lot too. He keeps on licking you until you get more and more aroused and you wonder if he is actually going to make you cum but fortunately or unfortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $dylan_affection.mc +=5>><<set $mc_lust +=1>><<else>>$rnd_person walks over to $rnd_person2 with a lewd smile on his face. <<if $rnd_person2 is "Chloe">>But before he can get too close, Chloe stops him. He tells him that there is no way that a guy gets to touch her, let alone lick her and as she is the one rejecting the dare she has to take a shot of alcohol instead. <<set $chloe_alcohol +=.5>><<elseif $rnd_person2 is "Alice">>But before he can get too close, Alice stops him. It seems like she doesn't want to do that in front of everyone and asks if they can do that in private. And since the dare never stated that it has to be done in front of everyone they agree and walk towards one of the other rooms. About five minutes pass before the both of them come back. Alice confirms that they have done the dare and the game resumes. <<set $dylan_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Alice">><<set $alice_affection.dylan +=5>><<set $alice_lust +=1>><</if>><<else>><<if ($rnd_person2 is "Skyler" and $skyler_alcohol >=2.5) or ($rnd_person2 is "Emma" and $emma_alcohol >=3.5) or ($rnd_person2 is "Leah" and $leah_alcohol >=3.5)>>Is he really going to lick $rnd_person2's pussy? <<if $currentTurn is "You">>Maybe you should have given him another dare, you don't know how you should feel watching him lick her pussy.<<else>>You feel a bit conflicted and jealous, why couldn't you have gotten that dare instead?<</if>> He seems to be excited as well and doesn't waste much time, he pushes $rnd_person2 on her back and helps her out of her pants and panties, revealing her pretty bare pussy to everyone.<br><br>[img[images/Female MC/lick2.gif]]<br><br>He pushes his face against her pussy and starts licking it. You are not sure if she is into it as well but as he keeps licking her you eventually hear her moan. Hearing her moan like this is kind of hot but that Dylan is the one making her moan makes you feel bad. He keeps on licking her until she gets more and more aroused and you wonder if he is actually going to make her cum but fortunately for you some of the others decide that this is enough to fullfil his dare and he has to stop.<<set $dylan_affection[ $rnd_person2.toLowerCase() ] += 5>><<if $rnd_person2 is "Skyler">><<set $skyler_affection.dylan +=5>><<set $skyler_lust +=1>><<elseif $rnd_person2 is "Leah">><<set $leah_affection.dylan +=5>><<set $leah_lust +=1>><<elseif $rnd_person2 is "Emma">><<set $emma_affection.dylan +=5>><<set $emma_lust +=1>><</if>><<else>>But before he can get too close $rnd_person2 stops him. It looks like she is not too fond of him doing that to her. But because she is the one who was refusing the dare she has to take a shot of alcohol instead.<<if $rnd_person2 is "Skyler">><<set $skyler_alcohol +=.5>><<elseif $rnd_person2 is "Leah">><<set $leah_alcohol +=.5>><<elseif $rnd_person2 is "Emma">><<set $emma_alcohol +=.5>><</if>><</if>><</if>><</if>>
<<case 5>>You don't want to give him any of the fun dares so you decide to just give him a random odd dare. $rnd_person seems to be pretty annoyed by that but does the dare anyway.
<</switch>><</nobr>>
<</widget>><<if $mc_gender is "female">><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><</if>>
<div class="pic">[img[images/UI/Steve1.png]]</div>Steve is a jock and a bully and you never really got along with him, you know that he is in your school's football team which not only gives him a good reputation but also makes him popular with a lot of girls.
He is a 21 years old american with short brown hair, blue eyes and a masculine looking body. You always see him hanging out with other jocks at school.
<<if $mc_gender is "female">>Affection towards you: $steve_affection.mc<</if>>
Affection towards Leah: $steve_affection.leah
Affection towards Emma: $steve_affection.emma
Affection towards Skyler: $steve_affection.skyler
Affection towards Alice: $steve_affection.alice
<br><<button "Close" $menu_back>><<set $menu to false>><</button>><<if $mc_gender is "female">><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><</if>>
<div class="pic">[img[images/UI/James1.png]]</div>James is one of the jocks from your school. He is in the football team and you often see him hang out with Steve. Compared to Steve he seems much nicer though.
He is a 19 years old African American with curly brown hair, brown eyes and a masculine looking body. You always see him hanging out with other jocks at school.
<<if $mc_gender is "female">>Affection towards you: $james_affection.mc<</if>>
Affection towards Leah: $james_affection.leah
Affection towards Emma: $james_affection.emma
Affection towards Skyler: $james_affection.skyler
Affection towards Alice: $james_affection.alice
<br><<button "Close" $menu_back>><<set $menu to false>><</button>><<if $mc_gender is "female">><<addclass '#passages' 'pink-links'>><<addclass '#ui-bar-body' 'pink-links'>><<addclass '#right-ui-bar' 'pink-links'>><<addclass '#ui-bar' 'pink-links'>><</if>>
<div class="pic">[img[images/UI/Dylan1.png]]</div>Dylan is one of your good friends from school. You became friends around 5 years ago and you occasionally hang out with him even outside of school to play videogames or do other stuff together.
He is an 18 years old latino with short brown hair, brown eyes and an average looking body. Just like you, he hasn't had that much luck with girls but you know that he already had a girlfriend a year ago but it was nothing serious or long-lasting.
<<if $mc_gender is "female">>Affection towards you: $dylan_affection.mc<</if>>
Affection towards Leah: $dylan_affection.leah
Affection towards Emma: $dylan_affection.emma
Affection towards Skyler: $dylan_affection.skyler
Affection towards Alice: $dylan_affection.alice
<br><<button "Close" $menu_back>><<set $menu to false>><</button>><<if $talk_event <3>><<set $rerolls to $rerolls_diff>>You have run out of snacks and drinks so you all decide to take a short break before resuming the game. You already have the feeling that the next few rounds of truth or dare are going to escalate even further and you can't wait to see what's going to happen but for now you should probably take a break as well.
You glance around the room and see <<if $chloe_talk <2>>[[Chloe|Talk Chloe_male][$previous to passage()]]<<else>>Chloe<</if>> leaning against a wall and sipping on a drink.
<<if $leah_talk <2>>[[Leah|Talk Leah_male][$previous to passage()]]<<else>>Leah<</if>> sits down at the couch and is eating some leftover snacks with <<if $dylan_talk <2>>[[Dylan|Talk Dylan_male][$previous to passage()]]<<else>>Dylan<</if>>.
Not far from them <<if $alice_talk <2>>[[Alice and Skyler|Talk Alice & Skyler_male][$previous to passage()]]<<else>>Alice and Skyler<</if>> still sit at the same spot where you just played the game and are talking with each other.
And <<if $emma_talk <2>>[[Emma|Talk Emma_male][$previous to passage()]]<<else>>Emma<</if>> went back to the kitchen to prepare some more snacks and drinks, you could help her out if you want.
A bit farther from everyone <<if $steve_talk <2>>[[Steve and James|Talk Steve & James_male][$previous to passage()]]<<else>>Steve and James<</if>> are sitting down at the bar and getting some more drinks.<<else>>Around 15 minutes pass as you all take a break and talk with each other before Emma comes back into the living room.
<<speech "Emma">>Alright everyone, are you all ready? Let's resume the game!<</speech>>
Everyone sits back on the floor at the same position you used to sit before and the [[truth or dare|truth or dare_male][$story_continue +=1;$talk_event to 0]] game resumes!<</if>><<if $talk_event <3>><<set $rerolls to $rerolls_diff>>You have run out of snacks and drinks so you all decide to take a short break before resuming the game. You already have the feeling that the next few rounds of truth or dare are going to escalate even further and you can't wait to see what's going to happen but for now you should probably take a break as well.
You glance around the room and see <<if $chloe_talk <2>>[[Chloe|Talk Chloe][$previous to passage()]]<<else>>Chloe<</if>> leaning against a wall and sipping on a drink.
<<if $leah_talk <2>>[[Leah|Talk Leah][$previous to passage()]]<<else>>Leah<</if>> sits down at the couch and is eating some leftover snacks with <<if $dylan_talk <2>>[[Dylan|Talk Dylan][$previous to passage()]]<<else>>Dylan<</if>>.
Not far from them <<if $alice_talk <2>>[[Alice and Skyler|Talk Alice & Skyler][$previous to passage()]]<<else>>Alice and Skyler<</if>> still sit at the same spot where you just played the game and are talking with each other.
And <<if $emma_talk <2>>[[Emma|Talk Emma][$previous to passage()]]<<else>>Emma<</if>> went back to the kitchen to prepare some more snacks and drinks, you could help her out if you want.
A bit farther from everyone <<if $steve_talk <2>>[[Steve and James|Talk Steve & James][$previous to passage()]]<<else>>Steve and James<</if>> are sitting down at the bar and getting some more drinks.<<else>>Around 15 minutes pass as you all take a break and talk with each other before Emma comes back into the living room.
<<speech "Emma">>Alright everyone, are you all ready? Let's resume the game!<</speech>>
Everyone sits back on the floor at the same position you used to sit before and the [[truth or dare][$story_continue +=1;$talk_event to 0]] game resumes!<</if>><<if $dylan_talk is 2>>You sit down next to Dylan again. You hope that he isn't going to ask any awkward questions again.
<<speech "Michelle">>Hey, Dylan.<</speech>>
<<speech "Dylan">>Hey, Michelle. How are you?<</speech>>
<<speech "Michelle">>I'm having fun and you?<</speech>>
<<speech "Dylan">>Me too. It's a great party so far.<</speech>>
You would usually talk with him about games or girls right now but your current situation makes things kind of awkward and you don't really know what to say.
<<speech "Dylan">>I was thinking. Don't you think the two of us would make a good pair?<</speech>>
If you had a drink right now you would probably spit it out by suprise.
<<speech "Michelle">>W-what? But we barely know each other!<</speech>>
<<speech "Dylan">>I just feel really comfortable when I'm around you, like we have known each other for a while, you know? Bu you are right, so why don't we get to know each other better?<</speech>>
He says before you feel his hand on your thigh. Is he really trying what you think he is trying right now? Your worries get confirmed as he leans toward you even further, he is trying to kiss you!
<div id="choice"><<link"Kiss him">><<replace "#choice">>You don't know what's come over you, but you lean forward as well and kiss him.
[img[images/Female MC/kiss_evm.gif]]
His strong hands on your waist and thigh as he kisses you, his masculine body odor invading your nose and his tongue swirling with yours, all of that just feels so right. You never thought that kissing a guy could be that much fun. You are only making out for a few seconds but to you it feels like forever. And as he eventually stops, you don't want him to.
<<speech "Dylan">>See? I think we would make a good couple.<</speech>>
<<speech "Michelle">>Uh, I'm not sure if that proves anything.<</speech>>
<<speech "Dylan">>Haha, don't worry. We will still have more opportunities to find out.<</speech>>
There is not much more to talk about after that so you stand up and
[[Advise him to eat some snacks|$previous][$dylan_affection.mc += 5;$dylan_talk +=1;$talk_event +=1;$dylan_alcohol -=1]] - (Dylan [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with him|$previous][$dylan_affection.mc += 5;$dylan_talk +=1;$talk_event +=1;$dylan_alcohol +=1;$mc_alcohol +=1]] - (You and Dylan [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)
You probably shouldn't have kissed him, doing that because you got dared to is one thing but doing this on your own accord is something completely different!<</replace>><</link>>
<<link"Push him back">><<replace "#choice">>You gently put your hands on his chest on push him back.
<<speech "Michelle">>I'm sorry, but I don't just make out with anyone.<</speech>>
<<speech "Dylan">>Oh... Okay. That's cool no worries.<</speech>>
You can tell that he is disappointed, even if he tries to play it down. But you are not going to make out with your friend!
There is not much more to talk about after that so you stand up and
[[Advise him to eat some snacks|$previous][$dylan_affection.mc -= 5;$dylan_talk +=1;$talk_event +=1;$dylan_alcohol -=1]] - (Dylan [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with him|$previous][$dylan_affection.mc -= 5;$dylan_talk +=1;$talk_event +=1;$dylan_alcohol +=1;$mc_alcohol +=1]] - (You and Dylan [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1) <</replace>><</link>></div><<else>>You decide to join Dylan and sit down next to him. He is one of your good friends but it would probably still not be a good idea to let him know who you really are, the less people know about it the better.
<<speech "Michelle">>Hey, there.<</speech>>
<<speech "Dylan">>Hey, uh... Michelle, right? I must say, you and Leah look nothing a like.<</speech>>
Why would you even look a like? Oh wait, your fake story.
<<speech "Michelle">>Well, it's not like we are sisters, we are just cousins.<</speech>>
<<speech "Dylan">>True. I look nothing like my cousins as well. Not that I would like to haha.<</speech>>
It's kind of hard to find things to talk about without giving away your identity. So you just do some more small talk for a while longer.
<<speech "Dylan">>So are you single?<</speech>>
Oh boy, here we go.
<<speech "Michelle">>Yes, but I'm not looking for anything serious currently.<</speech>>
You do actually but not with a guy.
<<speech "Dylan">>Me neither, I'm just looking for some fun you know. And this party seems like the perfect opportunity to have some fun. It's a shame that my buddy isn't here as well, he would have liked it.<</speech>>
You sure would have liked to join this party as a guy as well. But as long as no one has any "fun" with your crush you are fine with how things are currently.
<<speech "Michelle">>Haha yea, I'm sure this party will be a lot of fun.<</speech>>
After that you do some more smalltalk and stand up to leave but Dylan stops you.
<<speech "Dylan">>Before you leave, want to drink a shot?<</speech>>
[[No, thanks|$previous][$dylan_affection.mc += 5;$dylan_talk to 2;$talk_event +=1]]
[[Sure|$previous][$dylan_affection.mc += 5;$dylan_talk to 2;$talk_event +=1;$dylan_alcohol +=1;$mc_alcohol +=1]] - (You and Dylan [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)<</if>><<if $steve_talk is 2>>It feels like every break these two do nothing else than drinking even more alcohol. You are surprised that they aren't blacked out already, it's probably nothing new for them.
But as you are getting closer to them, there is something else that worries you. For some reason you start to feel a longing between your legs. You have felt that when you were around men before but it was never that strong, it's probably best if you [[stay away|$previous]] from them.
<<if $suck_dare>><br>Skyler gave you a dare to suck one of their cocks. Who should you ask?
[[Ask Steve]]
[[Ask James]]<</if>><<else>>You walk towards Steve and James but as you hear them talking about something you decide to hide behind a corner and listen in on what they are saying.
<<speech "Steve">>Did you see the new girl? She is pretty hot, isn't see? I sure would like to take her for a ride.<</speech>>
Ugh, of course they are talking about stuff like this.
<<speech "James">>Haha, I sure did. But I thought you were going to try to hook up with Emma?<</speech>>
Wait, what?
<<speech "Steve">>Yea but let's just see how things are going first. Including us, there are only three guys at this party but six girls. Why should we stop after one?<</speech>>
<<speech "James">>True, if we play our cards right we could all have two girls.<</speech>>
<<speech "Steve">>Two? Who said that this Dylan guy has to get any too?<</speech>>
<<speech "James">>Haha damn, you are trying to reach for the stars.<</speech>>
<<speech "Steve">>You know me, I always do.<</speech>>
God, watching these two talk almost makes you lose some brain cells. Steve seems to think that he is the protagonist of a harem anime or something. You are about to leave these two to their nonsense talking as you overhear something else interesting.
<<speech "Steve">>And you know what would help? Alcohol! Let's spike the punch.<</speech>>
He say before taking a nearby bottle of some hard alcohol.
<<speech "James">>Alright, just don't overdo it.<</speech>>
You remember Emma talking about it before you started your very first game. It's a non alcoholic punch and supposed to be drunk inbetween games or if you are feeling too drunk. You see them spiking the drink and then walking away.
You know that this could make things indeed more interesting but it could also make everything worse. What should you do?
[[Make a new punch|$previous][$talk_event +=1;$steve_talk to 2]]
[[Leave it as it is|$previous][$talk_event +=1;$steve_talk to 2;$chloe_alcohol +=1;$leah_alcohol +=1;$emma_alcohol +=1;$skyler_alcohol +=1;$alice_alcohol +=1;$dylan_alcohol +=1;$steve_alcohol +=1;$james_alcohol +=1]] - (Everyone [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)<</if>>
<<if $talk_event <2>>Now the only question is with who?
As you glance around the room you see <<if $alice_talk is 0>>[[Alice and Skyler|Talk Alice & Skyler][$previous to passage()]]<<else>>Alice and Skyler<</if>> sitting at the couch and happily talking with each other. You could join them but you will have to talk with the both of them.
You see <<if $leah_talk is 0>>[[Leah|Talk Leah][$previous to passage()]]<<else>>Leah<</if>> sitting at the living room table and drinking a glass of water.
On the other side of the room you see the bathroom door getting opened and <<if $chloe_talk is 0>>[[Chloe|Talk Chloe][$previous to passage()]]<<else>>Chloe<</if>> walking out of it.
Or maybe you should just join <<if $emma_talk is 0>>[[Emma|Talk Emma][$previous to passage()]]<<else>>Emma<</if>> in the kitchen and help her prepare some of the snacks?<<else>>Everyone seems to sober up a bit.<br>
<<speech "Emma">>Alright everyone, enough lazying around. It's time for another party game! This time we are going to play truth or dare!<</speech>>
That's amazing! Truth or dare is the perfect game to escalate things in a lot of different ways. Everyone around you seems to agree as well as they all seem to be pretty excited to play.<<set $steve_char to true>><<set $james_char to true>><<set $dylan_char to true>>
<<speech "Emma">>But before we start to play, there are a few base rules we have to get out. First of all everyone has to-<</speech>>
Before Emma can finish her sentence the doorbell suddenly starts to ring.
<<speech "Skyler">>Shit, I told these idiots to knock!<</speech>>
Skyler says before she rushes towards the entrance door and opens it. You only have to wait a few seconds before she comes back with three guys behind her. The first one is Dylan, one of your good friends, the other two are Steve and James. You know that both of them were in your school's football team. Steve is a jock and a bully and you never really got along with him, James on the other hand seems to be much nicer though. What the hell are these three doing here? You look over to Leah and she seems just as suprised as you are.
<<speech "Chloe">>What's going on? What are these guys doing here?<</speech>>
<<speech "Skyler">>Surprise! I managed to convince Emma to invite some guys over as well. Now this party can really get started!<</speech>>
<<speech "Chloe">>Ugh, really now?<</speech>>
Chloe doesn't seem to be pleased with these news at all and so are you!
<<speech "Emma">>Sorry girls, I should have probably told you earlier but as long as we aren't loud enough my Dad won't even notice that they are here.<</speech>>
You can't believe it! This is horrible, why did you even turn into a girl if guys were invited? Wait, why weren't you invited?
<<speech "Skyler">>Too bad Emma, it looks like Michael isn't with them.<</speech>>
<<speech "Emma">>Yea... I thought he would come with Dylan.<</speech>>
<<speech "Dylan">>Shit, really? I thought he got invited like everyone else in here, so I didn't call him.<</speech>>
<<speech "Skyler">>Well, I asked Emma to invite him but she was too shy to do it.<</speech>>
You look at Emma and she suddenly starts to blush. Wait, the cheerful and talkative Emma was too shy to invite you? That doesn't seem right.
<<speech "Steve">>Who cares about that faggot? I'm more than enough man for all of you girls.<</speech>>
God, you hate him so much!
<<speech "Dylan">>Shut up, dude! Let me just give him a call and call him over real quick.<</speech>>
No, no, no! You quickly have to mute your phone or everyone will find out that it's you in this body. You fortunately were just in time as your phone starts to vibrate just after you pressed the mute button. A few moments pass before he finally hangs up.
<<speech "Dylan">>I'm sorry, but he doesn't seem to go on his phone.<</speech>>
After that everyone starts to mingle a bit with each other and the guys also end up giving you a bit too much attention for your liking. It's weird because you are just talking with them but for some reason you start to feel... aroused? Oh no, is that one of the side effects the pharmacist was talking about?
<<speech "Emma">>Now that everyone is here, we can finally play some truth or dare! First of all everyone has to write their name on a piece of paper and then put it into this bucket.<</speech>>
She says holding up a small bucket, so everyone can see it.
<<speech "Emma">>Then we are going to form a big circle and everyone has to draw out a name going clockwise. The name you pull out then has to decide between a truth or a dare and you can ask or dare her whatever you want. But there are a few exceptions. 1) If you don't want to answer a question or do a dare you have to drink a shot of alcohol. 2) No dares involving yourself, you can only dare them to do something with someone else.<</speech>>
<<speech "Steve">>What kind of stupid rule is that? So I can't dare any of you girls to suck my dick?<</speech>>
Oh boy, Steve is really a special kind of idiot. Most of the girls look shocked or disgusted as he says that, except for Skyler who bursts out laughing.
<<speech "Emma">>Yes, you can't. This way we will keep people from abusing the dares. I also think that it makes everything more exciting.<</speech>>
<<speech "Steve">>Fine, but then I also want to add another rule; No dares involving gay stuff. I'm not into that shit, hell I don't even wanna see it.<</speech>>
Some of the girls seem disappointed and you are as well. You really would have liked to dare Steve to kiss another guy to piss him off.
Eventually, everyone agrees on the rules and writes down their name on a piece of paper. Then you finally sit down and you are ready to start the [[truth or dare][$mc_lust += 1;$mc_alcohol -= 0.5;$skyler_alcohol -= 0.5;$alice_alcohol -= 0.5;$leah_alcohol -= 0.5;$emma_alcohol -= 0.5;$chloe_alcohol -= 0.5;$leah_talk to 1;$talk_event to 0]] game!
@@color:wheat;//But before you start the game; You now have the opportunity to choose how many rerolls you want to have. As the name suggests, you can use rerolls to reroll a question or dare if you don't like it or if you get the same question two times in a row. This way you have more control over the game and can push relationships in certain directions if you so desire.//@@
<table>
<tr>
<td><label><<radiobutton "$rerolls" -1 checked>> Default: 0 rerolls</label></td>
</tr>
<tr>
<td><label><<radiobutton "$rerolls" 3>> Normal: 3 rerolls</label></td>
</tr>
<tr>
<td><label><<radiobutton "$rerolls" 6>> Easy: 6 rerolls</label></td>
</tr></table><</if>><<if $talk_event <4>><<set $rerolls to $rerolls_diff>>Just as things were getting interesting one of the girls suggests taking a break to freshen up and the others agreed. But with how things are currently going you hope that this is the last break before things get real spicy.
<<if $mc_alcohol >=5>>But as you are standing up you suddenly feel very dizzy, only now do you realize how drunk you actually are. You steady yourself against a wall as you slowly walk towards one of the guestrooms to get some rest but before you can reach it your vision gets even more blurry and you [[pass out|pass out_male][$mc_gender to "female"]].<<else>><<if $mc_lust >=5>>But maybe this break is just what you needed because you just now realize how horny you actually are. If you don't [[deal with it now|deal with it now_male]] things might go horribly wrong.<<else>><<if $chloe_alcohol >=5>>Chloe had too much to drink and is sleeping in one of the guestrooms.<<else>><<if $chloe_lust >=5>>[[Chloe|Chloe Horny_male][$previous to passage()]] is nowhere to be seen, you wonder where she went.<<else>>You glance around the room and see <<if $chloe_talk <3>>[[Chloe|Talk Chloe_male][$previous to passage()]]<<else>>Chloe<</if>> leaning against a wall and sipping on a drink.<</if>><</if>>
<<if $leah_alcohol >=5>>It looks like Leah had too much to drink, she passed out on the couch.<<else>><<if $leah_lust >=5>>[[Leah|Leah Horny_male][$previous to passage()]] isn't sitting at her usual place, where did she go?<<else>><<if $leah_talk <3>>[[Leah|Talk Leah_male][$previous to passage()]]<<else>>Leah<</if>> sits down at the couch and is eating some leftover snacks.<</if>><</if>> <<if $dylan_alcohol >=5>>Dylan seems to have overindulged, as he’s now passed out on the couch.<<else>><<if $dylan_talk <3>>[[Dylan|Talk Dylan_male][$previous to passage()]] is eating some snacks as well.<<else>>Dylan<</if>><</if>>
<<if $alice_alcohol >=5>>Alice must have had too many drinks; she is passed out on a chair<<else>><<if $alice_lust >=5>>To your surprise [[Alice|Alice Horny_male][$previous to passage()]] is nowhere to be seen<<else>><<if $alice_talk < 3>>To your surprise [[Alice|Talk Alice_male][$previous to passage()]] is sitting on her own<<else>>To your surprise Alice is sitting on her own<</if>><</if>><</if>><<if $skyler_alcohol >=5>> and [[Skyler|Talk Skyler_male][$previous to passage()]] is doing something else.<<else>><<if $skyler_lust >=5>> and to your surprise [[Skyler|Skyler Horny_male][$previous to passage()]] is nowhere to be seen.<<else>><<if $skyler_talk is not 1>> and [[Skyler|Talk Skyler_male][$previous to passage()]] is doing something else, it actually looks like they are trying to avoid each other.<<else>> and Skyler is doing something else, it actually looks like they are trying to avoid each other.<</if>><</if>><</if>>
<<if $emma_alcohol >=5>>Given how Emma's passed out on the couch, it seems she might have had too much to drink.<<else>><<if $emma_lust >=5>>You thought that [[Emma|Emma Horny_male][$previous to passage()]] would be in the kitchen to prepare some new snacks and drinks, but you don't see her there.<<else>>And <<if $emma_talk <3>>[[Emma|Talk Emma_male][$previous to passage()]]<<else>>Emma<</if>> went back to the kitchen to prepare some more snacks and drinks, you could help her out if you want.<</if>><</if>>
A bit farther from everyone <<if $steve_talk <3>>[[Steve and James|Talk Steve & James_male][$previous to passage()]]<<else>>Steve and James<</if>> are sitting down at the bar and getting some more drinks.<</if>><</if>><<else>>Around 15 minutes pass as you all take a break and talk with each other before Emma comes back into the living room.
<<speech "Emma">>Alright everyone, are you all ready? Let's resume the game!<</speech>>
Everyone sits back on the floor at the same position you used to sit before and the [[truth or dare|truth or dare_male][$story_continue +=1;$special_ev to 0]] game resumes!<</if>><<if $talk_event <4>><<set $rerolls to $rerolls_diff>><<if $alice_talk <2 and $alice_talk is not 3>><<set $alice_talk to 3>><<set $skyler_alternate to true>><</if>>Just as things were getting interesting one of the girls suggests taking a break to freshen up and the others agreed. But with how things are currently going you hope that this is the last break before things get real spicy.
<<if $mc_alcohol >=5>>But as you are standing up you suddenly feel very dizzy, only now do you realize how drunk you actually are. You steady yourself against a wall as you slowly walk towards one of the guestrooms to get some rest but before you can reach it your vision gets even more blurry and you [[pass out]].<<else>><<if $mc_lust >=5>>But maybe this break is just what you needed because you just now realize how horny you actually are. If you don't [[deal with it now]] things might go horribly wrong.<<else>><<if $chloe_alcohol >=5>>Chloe had too much to drink and is sleeping in one of the guestrooms.<<else>><<if $chloe_lust >=5>>[[Chloe|Chloe Horny][$previous to passage()]] is nowhere to be seen, you wonder where she went.<<else>>You glance around the room and see <<if $chloe_talk <3>>[[Chloe|Talk Chloe][$previous to passage()]]<<else>>Chloe<</if>> leaning against a wall and sipping on a drink.<</if>><</if>>
<<if $leah_alcohol >=5>>It looks like Leah had too much to drink, she passed out on the couch.<<else>><<if $leah_lust >=5>>[[Leah|Leah Horny][$previous to passage()]] isn't sitting at her usual place, where did she go?<<else>><<if $leah_talk <3>>[[Leah|Talk Leah][$previous to passage()]]<<else>>Leah<</if>> sits down at the couch and is eating some leftover snacks.<</if>><</if>> <<if $dylan_alcohol >=5>>Dylan seems to have overindulged, as he’s now passed out on the couch.<<else>><<if $dylan_talk <3>>[[Dylan|Talk Dylan][$previous to passage()]] is eating some snacks as well.<<else>>Dylan is eating some snacks as well.<</if>><</if>>
<<if $alice_alcohol >=5>>Alice must have had too many drinks; she is passed out on a chair<<else>><<if $alice_lust >=5>>To your surprise [[Alice|Alice Horny][$previous to passage()]] is nowhere to be seen<<else>><<if $alice_talk <= 3>>To your surprise [[Alice|Talk Alice][$previous to passage()]] is sitting on her own<<else>>To your surprise Alice is sitting on her own<</if>><</if>><</if>><<if $skyler_alcohol >=5>> and [[Skyler|Talk Skyler][$previous to passage()]] is doing something else.<<else>><<if $skyler_lust >=5>> and to your surprise [[Skyler|Skyler Horny][$previous to passage()]] is nowhere to be seen.<<else>><<if $skyler_talk is not 1>> and [[Skyler|Talk Skyler][$previous to passage()]] is doing something else, it actually looks like they are trying to avoid each other.<<else>> and Skyler is doing something else, it actually looks like they are trying to avoid each other.<</if>><</if>><</if>>
<<if $emma_alcohol >=5>>Given how Emma's passed out on the couch, it seems she might have had too much to drink.<<else>><<if $emma_lust >=5>>You thought that [[Emma|Emma Horny][$previous to passage()]] would be in the kitchen to prepare some new snacks and drinks, but you don't see her there.<<else>>And <<if $emma_talk <3>>[[Emma|Talk Emma][$previous to passage()]]<<else>>Emma<</if>> went back to the kitchen to prepare some more snacks and drinks, you could help her out if you want.<</if>><</if>>
A bit farther from everyone <<if $steve_talk <3>>[[Steve and James|Talk Steve & James][$previous to passage()]]<<else>>Steve and James<</if>> are sitting down at the bar and getting some more drinks.<</if>><</if>><<else>>Around 15 minutes pass as you all take a break and talk with each other before Emma comes back into the living room.
<<speech "Emma">>Alright everyone, are you all ready? Let's resume the game!<</speech>>
Everyone sits back on the floor at the same position you used to sit before and the [[truth or dare][$story_continue +=1;$special_ev to 0]] game resumes!<</if>><<if $leah_talk is 2>>You join Leah on the couch and decide to talk with her again.
<<speech "You" "Michael">>Hey, Leah.<</speech>>
You say as you sit down next to her.
<<speech "Leah">>Hey Michael, liking the party so far?<</speech>>
<<speech "You" "Michael">>I sure do, I think the next round of truth or dare will escalate things a lot more.<</speech>>
<<speech "Leah">>You seem to be excited for it but I hope you will still have fun if things don't go the way you expect them to go.<</speech>>
<<speech "You" "Michael">>What's that supposed to mean?<</speech>>
<<speech "Leah">>Well, there is a lot of alcohol involved and like you said, things will escalate even further. What will you do if Emma hooks up with one of the other guys?<</speech>>
You haven't really thought about that.
<<speech "You" "Michael">>I... uh... I don't know.<</speech>>
<<speech "Leah">>I'm not saying that she will. But she still doesn't know that you like her, does she? I just don't want you to get hurt.<</speech>>
She does have a point. You sneaked into this party to get closer to Emma but have you really made any progress at that so far? Would it really be okay for you if she hooks up with one of the other guys? Or should you just tell her what you feel for her? There is still so much to think about but maybe you should just try to have fun at this party and figure out everything along the way.
<<speech "You" "Michael">>Don't worry. No matter what happens, that's life. It's nice that you are getting worried about me, but I'll be okay. Let's just try to have fun and make the most of tonight's party.<</speech>>
Leah starts to smile as she hears you say that.
<<speech "Leah">>I'm glad that you are that optimistic, you are a great guy.<</speech>>
<<speech "You" "Michael">>Of course I am, I'm the best!<</speech>>
<<speech "Leah">>Haha let's not get carried away now.<</speech>>
After that you do some more smalltalk with her and
[[Advise her to eat some snacks|$previous][$leah_affection.mc += 5;$leah_talk +=1;$talk_event +=1;$leah_alcohol -=1]] - (Leah [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with her|$previous][$leah_affection.mc += 5;$leah_talk +=1;$talk_event +=1;$leah_alcohol +=1;$mc_alcohol +=1]] - (You and Leah [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1<<else>>You join Leah on the couch and decide to talk with her.
<<speech "You" "Michael">>Hey, Leah.<</speech>>
You say as you sit down next to her.
<<speech "Leah">>Hey Michael, how are you doing?<</speech>>
<<speech "You" "Michael">>I'm doing fine, I'm just very glad to be here at this party right now. And I'm even more glad that I still look like myself.<</speech>>
<<speech "Leah">>Haha true, you were very lucky. So how are things going with Emma?<</speech>>
<<speech "You" "Michael">>I'm... still working on it.<</speech>>
She gives you a knowing look after you say that.
<<speech "Leah">>Don't waste too much time, I think you should just tell her how you feel about her. Before it's too late.<</speech>>
<<speech "You" "Michael">>I know, but that's not that easy!<</speech>>
<<speech "Leah">>Yes... I know. Let's change the subject then. How is your twin brother doing? I haven't seen him in a while.<</speech>>
Right, your twin brother. When you were little your Dad and your Mom had a divorce and you ended up staying with your Dad while your twin brother stayed with your Mom. Despite all that you always had a very close relationship with him though and you hanged out a lot. At least until recently.
<<speech "You" "Michael">>We are just trying to do our own things at this point, it was always very annoying when people couldn't keep us apart or constantly compared us to each other. We are our own person, you know?<</speech>>
<<speech "Leah">>I see, I guess that makes sense. I always envied your deep bond with each other though.<</speech>>
You do some more smalltalk with Leah after that before you decide to talk with [[someone else|$previous][$leah_talk +=2;$talk_event +=1]].<</if>><<if $steve_talk is 2>>It feels like every break these two do nothing else than drinking even more alcohol. You are surprised that they aren't blacked out already, it's probably nothing new for them.
You don't even want to join or listen in to their talking, you bet they are talking about how many girls they can bang again. These two really are the definition of stupid jocks. That might be a bit harsh though since you never really had a problem with James and compared to Steve he is much nicer.
As you are watching them from afar you suddenly feel the x-change pill in your pocket and you get a wicked idea.
What if you spiked Steve's drink with the pill?
<div id="choice"><<link"Spike his drink">><<replace "#choice">>That would not only teach him a lesson but it would also be quite funny. You also wonder what he would look as a girl. You get a drink and put the pill inside it and wait until it dissolves. Then you walk over to Steve and hand him the drink.<</replace>><</link>> (Work in Progress)
<<link"Don't do it">><<replace "#choice">>No, you can't do something like this. Even if you hate Steve, that would be way too harsh. You decide to do [[something else|$previous][$talk_event +=1;$steve_talk +=1]] .<</replace>><</link>></div><<else>>You walk towards Steve and James but as you hear them talking about something you decide to hide behind a corner and listen in on what they are saying.
<<speech "Steve">>Did you see the girls? They all look pretty hot today.<</speech>>
Ugh, of course they are talking about stuff like this.
<<speech "James">>Haha, I sure did. But I thought you were going to try to hook up with Emma?<</speech>>
Wait, what?
<<speech "Steve">>Yea but let's just see how things are going first. Including us, there are only four guys at this party but five girls. Why should we stop after one?<</speech>>
<<speech "James">>True, if we play our cards right one of us could have two girls.<</speech>>
<<speech "Steve">>Two? Who said that these other two guys have to get any too? The both of us could get three girls each if we wanted to.<</speech>>
<<speech "James">>Haha damn, you are trying to reach for the stars.<</speech>>
<<speech "Steve">>You know me, I always do.<</speech>>
God, watching these two talk almost makes you lose some brain cells. Steve seems to think that he is the protagonist of a harem anime or something. You are about to leave these two to their nonsense talking as you overhear something else interesting.
<<speech "Steve">>And you know what would help? Alcohol! Let's spike the punch.<</speech>>
He say before taking a nearby bottle of some hard alcohol.
<<speech "James">>Alright, just don't overdo it.<</speech>>
You remember Emma talking about it before you started your very first game. It's a non alcoholic punch and supposed to be drunk inbetween games or if you are feeling too drunk. You see them spiking the drink and then walking away.
You know that this could make things indeed more interesting but it could also make everything worse. What should you do?
[[Make a new punch|$previous][$talk_event +=1;$steve_talk to 2]]
[[Leave it as it is|$previous][$talk_event +=1;$steve_talk to 2;$chloe_alcohol +=1;$leah_alcohol +=1;$emma_alcohol +=1;$skyler_alcohol +=1;$alice_alcohol +=1;$dylan_alcohol +=1;$steve_alcohol +=1;$james_alcohol +=1]] - (Everyone [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)<</if>><<if $skyler_alternate>>You sit down besides Skyler, curious to find out what's going on.
<<speech "Michelle">>Hey, Skyler, is everything alright?<</speech>>
<<speech "Skyler">>Heeey, Michelle. Of course, why wouldn't it be?<</speech>>
<<speech "Michelle">>Well, you are not sitting with Alice this time, it's a bit unusual.<</speech>>
<<speech "Skyler">>She is just sulking a bit about some things I have said, she will come around eventually. Why don't we talk about your crush on Emma's dad instead?<</speech>>
Oh boy.
<<speech "Michelle">>I was just checking in on you, I think I will leave now.<</speech>>
<<speech "Skyler">>Haha, okay.<</speech>>
You better leave before she gets any [[weird ideas|$previous][$skyler_talk to 1;$talk_event +=1]].<<else>>You actually don't know why you are still trying to talk with her after she blackmailed you the last time. Maybe you are hoping that you can reasonably talk with her about it again, so you sit down besides her.
<<speech "Michelle">>Hey, Skyler.<</speech>>
<<if $henry_dare_done>><<speech "Skyler">>Well, if it isn't my little slut! I'm glad that you did the dare.<</speech>>
You are not a slut, it it's not like you had a choice!
<<speech "Michelle">>Yes, I did. So are we done now?<</speech>>
<<speech "Skyler">>Done? We are only just starting! How about I give you another dare? Right here and now?<</speech>>
She can't be serious, how many more dares does she want you to do?
<<speech "Michelle">>No, I did your dare as you wanted. We are done now!<</speech>>
<<speech "Skyler">>We are done when I say we are done, the evening is still young afterall. Either you do the dare or I tell everyone who you really are, it's as simple as that.<</speech>>
<<speech "Michelle">>*sigh* Okay, what do you want me to do now?<</speech>>
<<speech "Skyler">>Do you see Steve and James over there at the bar? I want you to go over to them and ask one of them if he wants to get his cock sucked. After you have done that I want you to send me a picture to prove that you have really done it.<</speech>>
What the fuck.
<<speech "Michelle">>You can't be serious.<</speech>>
<<speech "Skyler">>But I am, it's gonna be fun, trust me! And now go.<</speech>>
Fun... why don't you believe that?
But it seems like you have [[no choice|$previous][$skyler_talk to 1;$talk_event +=1;$suck_dare to true]], you stand up and walk towards them.<<else>><<speech "Skyler">>Look who it is, my lucky girl!<</speech>>
<<speech "Michelle">>Lucky girl?<</speech>>
<<speech "Skyler">>Yes, you have been lucky enough not to get a dare from me at the game. But that's pretty boring, isn't it? So why don't I give you a dare now?<</speech>>
<<speech "Michelle">>Can't we talk about this?<</speech>>
<<speech "Skyler">>There is nothing to talk about. Either you do the dare or I tell everyone who you really are, it's as simple as that.<</speech>>
<<speech "Michelle">>*sigh* Okay, what do you want me to do?<</speech>>
<<speech "Skyler">>Do you see Steve and James over there at the bar? I want you to go over to them and ask one of them if he wants to get his cock sucked. After you have done that I want you to send me a picture to prove that you have really done it.<</speech>>
What the fuck.
<<speech "Michelle">>You can't be serious.<</speech>>
<<speech "Skyler">>But I am, it's gonna be fun, trust me! And now go.<</speech>>
Fun... why don't you believe that?
But it seems like you have [[no choice|$previous][$skyler_talk to 1;$talk_event +=1;$suck_dare to true]], you stand up and walk towards them.<</if>><</if>>
<<if $skyler_alternate>>You sit down besides Alice, curious to find out what's going on.
<<speech "Michelle">>Hey, Alice. Are you alright?<</speech>>
<<speech "Alice">>Yea... I mean not really. I had an argument with Skyler.<</speech>>
<<speech "Michelle">>What happened?<</speech>>
<<speech "Alice">>That's... between me and her. I don't really want to talk about it now.<</speech>>
<<speech "Michelle">>I see. I hope you can make up soon then.<</speech>>
<<speech "Alice">>Thanks for worrying about me though.<</speech>>
You can tell that she wants to be alone now so you stand up to do [[something else|$previous][$alice_affection.mc +=5;$alice_talk +=1;$talk_event +=1]].<<else>>You sit down besides Alice, curious to find out what's going on.
<<speech "Michelle">>Hey, Alice. Are you alright?<</speech>>
<<speech "Alice">>Yea... I mean not really. I had an argument with Skyler.<</speech>>
You wonder if it has anything to do with Skyler blackmailing you.
<<speech "Michelle">>What happened?<</speech>>
<<speech "Alice">>It's about our previous talk. You know, I was just teasing you before but Skyler always takes it too far. That's not the first time she has done that.<</speech>>
<<speech "Michelle">>What do you mean by that?<</speech>>
<<speech "Alice">>As you might now know, we both know who you really are. I'm the person who told Leah about x-change, she didn't tell me who it is for but as her new cousin, Michelle suddenly joined the party as well, we put one and one together.<</speech>>
<<speech "Michelle">>Ookay, that kind of makes sense but I don't know what that has to do with your current situation.<</speech>>
<<speech "Alice">>Well, the two of us are more similar than you might think. But it's probably better when I show you.<</speech>>
She suddenly grabs your hand and the both of you walk into the nearest bathroom together.
<<speech "Michelle">>Uh, what are we doing in here?<</speech>>
<<speech "Alice">>Just be silent and watch.<</speech>>
You can see her grabbing her pants and that she is about to pull them down.
<<if $alice_secret>>But before she can do so, you stop her.
<<speech "Michelle">>There is no need to do that, I already know that you have a... cock.<</speech>>
<<speech "Alice">>What? How do you know that?<</speech>>
<<speech "Michelle">>I saw it when you were... busy earlier.<</speech>>
You can see her starting to blush furiously.
<<speech "Alice">>You spied on me?!<</speech>>
<<speech "Michelle">>No! I just happened to see it, it wasn't on purpose! But I still don't get what you being trans has to do with anything.<</speech>><<else>>And as she pulls it down you get greeted by something you didn't expect to see, a cock!
<<speech "Michelle">>What the...?! You have a cock? I didn't know that you are trans.<</speech>><</if>>
<<speech "Alice">>I'm not trans. I used to be a guy and took an x-change just like you did. I actually used to be Skyler's boyfriend.<</speech>>
She tells you the whole story after that. How Skyler and her boyfriend Andrew wanted to experiment one day and he took a pink x-change pill. But after they had their fun, Andrew now Alice, started to freak out after she didn't turn back into a guy after one day so she also took a blue x-change pill on top of it. Which not only gave her a cock but also made her change permanent.
<<speech "Alice">>My relationship with Skyler changed after that, she wasn't attracted to girls so we couldn't be together anymore and became best friends. She helped and teached me a lot about being a girl. But ever since then she changed quite a lot, she became kind of a slut and also has the bad habit of taking things too far now.<</speech>>
<<speech "Michelle">>Wow, okay. That's a lot to take in.<</speech>>
<<speech "Alice">>I know. You are actually the first person I told this story to but now you know what's going on and why we had this argument. I think she is taking things too far again and I wish I could help you somehow but I don't really know what to do.<</speech>>
<<speech "Michelle">>Thanks for telling me then. You don't have to worry, I will figure something out.<</speech>>
You say before you leave the bathroom and go back to the [[livingroom|$previous][$alice_affection.mc +=5;$alice_talk +=2;$talk_event +=1]].<</if>>You sneak into the nearest bathroom and don't waste much time. You get naked and try to deal with your arousal as quick as you can.<<set $choose_score to 0>><<if $dylan_lust >=5>><<set $choose_score += 1>><</if>><<if $james_lust >=5>><<set $choose_score += 1>><</if>><<if $steve_lust >=5>><<set $choose_score += 1>><</if>>
<<if $choose_score >=2>><div id="choice"><<if $dylan_lust >=5>><br><<link"As you turn around you see Dylan">><<replace "#choice">><<Dylan_scene>><</replace>><</link>><</if>><<if $steve_lust >=5>><br><<link"As you turn around you see Steve">><<replace "#choice">><<Steve_scene>><</replace>><</link>><</if>><<if $james_lust >=5>><br><<link"As you turn around you see James">><<replace "#choice">><<James_scene>><</replace>><</link>><</if>></div>
<<else>><<if $dylan_lust >=5>><<Dylan_scene>><<elseif $steve_lust >=5>><<Steve_scene>><<elseif $james_lust >=5>><<James_scene>><<else>>[img[images/Female MC/masturbate.gif]]
You slowly trace your hand down your body until it reaches your tight pussy. You don't really have much experience touching a pussy, even less if it belongs to yourself but you try to mimic what you have seen in porn. You begin rubbing on your clit with one hand while you use the other hand to squeeze one of your breasts. At first you are not sure if what you are doing is right but then it suddenly starts to feel very good and you can't help but let out some lewd moans. You try to go faster but it doesn't feel good so you try to keep the same pace. You can feel yourself getting more and more wet as you continue and you try to stifle your moans, you don't want anyone to catch you after all. You keep doing this for a few more minutes before you feel yourself going over the edge and a amazing feeling shoots through all of your body. Your body spasms and shivers heavily as you cum and as you come down from the high of your orgasm you realize that you are a bit of a mess.
You freshen yourself up after that and then go back to the [[living room|second break][$talk_event +=1;$mc_lust -= 3]]. <</if>><</if>><<set _name to highestAffection($chloe_affection)>><<set $chloe_affection[ _name ] += 10>>You wonder where Chloe went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $chloe_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Chloe. She is currently lying on her stomach and playing with her pussy. Her lewd moans reach your ears as you watch her sating her lust, it feels kind of wrong to watch her like this, she is still your stepsister afterall, you wonder what she would do if she caught you.
[img[images/Chloe/Masturbate.gif]]
If you would still look like a guy she would probably freak out and call you a perv but you don't want to know what she would try to do if she caught you now, so you decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$chloe_lust -= 3]]<<elseif _name is "leah">><<set $leah_affection.chloe +=10>>But what you are seeing inside shocks you a bit.
Both Chloe and Leah are currently lying naked on top of a desk and are passionately making out with each other.
[img[images/Chloe/Female Rival/kiss_leah.gif]]
Chloe is hugging Leah's body close to hers and the both of them are in the middle of some intense tongue kissing. You never thought that Chloe would manage to seduce Leah, <<if $leah_bi>>but now that you know that Leah is also bi it makes a lot more sense and you guess your sister is the perfect girl to sate her curiosity.<<else>>you always thought that Leah was straight but she seems to be really into it.<</if>>
<<speech "Chloe">>I can't wait to taste you.<</speech>>
She says between kisses.
<<speech "Leah">>Mmh, I can't wait either.<</speech>>
<<speech "Chloe">>Let's not waste anymore time then.<</speech>>
Watching them is kind of hot but also a bit awkward, they are your stepsister and your best friend after all. So you decide to leave them alone, you slowly close the door and get back [[to the others.|$previous][$chloe_lust -= 3;$leah_lust to 2]]<<elseif _name is "emma">><<set $emma_affection.chloe +=10>>But what you are seeing inside shocks you.
Both Chloe and Emma are currently leaning against a desk and passionately making out with each other.
[img[images/Chloe/Female Rival/emma_kiss.gif]]
You are a bit heartbroken, seeing your crush making out with someone else kind of stings and the fact that it's with your sister doesn't make it any better in the slightest. They are both still clothed but Chloe is currently trying to get Emma naked while they are kissing, you can tell that Emma is still a little bit hesitant though.
<<speech "Emma">>I'm not sure if that's really a good idea.<</speech>>
She says between kisses.
<<speech "Chloe">>Why not? We are both horny and I'm just trying to help you out. And I know exactly what you need right now.<</speech>>
Says Chloe before she pulls down her top and grabs a handful of Emma's breasts which causes her to moan.
<<speech "Emma">>Mmhng, okay... but this time is an exception.<</speech>>
You can't believe it, how does Chloe keep doing that? Emma is straight! You can't stand watching them any longer and you decide to leave them alone, you slowly close the door again before you get back [[to the others.|$previous][$chloe_lust -= 3;$emma_lust to 2]]<</if>><<set _name to highestAffection($leah_affection)>><<set $leah_affection[ _name ] += 10>>You wonder where Leah went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $leah_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Leah. She is currently lying on top of the bed and pleasuring herself with her hands.
[img[images/Leah/Masturbate.gif]]
You get a good view between her legs and you can see her tight pussy as she plays with it. She is using one of her hands to squeeze her breasts and the other one to rub her pussy. Her lewd moans reach your ears as you watch her sating her lust and you wonder what she would do if she caught you. Watching your best friend like this is kind of hot but at the same time also feels a bit awkward.
You decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$leah_lust -= 3]] <<elseif _name is "steve">><<set $steve_affection.leah +=10>>But what you are seeing inside shocks you a bit.
Both Leah and Steve are currently lying naked on top of the bed and having passionate sex.
[img[images/Leah/Male Rival/sex_steve.gif]]
Leah is lying on her back in a missionary position and Steve is hammering his cock in and out of Leah's wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Leah">>Oooh, fuck! It's so big!<</speech>>
She screams loudly between moans.
<<speech "Steve">>You are so damn tight! I bet no one has given you a proper fuck before.<</speech>>
He says before he keeps pounding her even harder.
<<speech "Leah">>Aaah~<</speech>>
You can't believe that Leah is actually having sex with that asshole Steve, couldn't she have done it with someone else? You don't want to keep watching them anymore and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$leah_lust -= 3;$steve_lust to 2]]<<elseif _name is "james">><<set $james_affection.leah +=10>>But what you are seeing inside shocks you a bit.
Both Leah and James are currently lying naked on top of the bed and having passionate sex.
[img[images/Leah/Male Rival/sex_james.gif]]
Leah is getting fucked from behind in a doggystyle position as James hammers his big black cock in and out of her wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Leah">>Aaah, it feels so big inside my pussy!<</speech>>
She screams loudly between moans.
<<speech "James">>I told you it's big! But I'm surprised that you can take it all the way in.<</speech>>
He says while he keeps pounding her hard from behind.
<<speech "Leah">>Aah, yees!<</speech>>
You can't believe that Leah and James are really having sex in one of the guestrooms, it looks like the truth or dare game must have turned them on too much. You never thought that she would do it with James though. But you better leave them alone for now, you slowly close the door before you get back [[to the others.|$previous][$leah_lust -= 3;$james_lust to 2]]<<elseif _name is "dylan">><<set $dylan_affection.leah +=10>>But what you are seeing inside shocks you a bit.
Both Leah and Dylan are currently standing naked in the middle of the room and are having passionate sex.
[img[images/Leah/Male Rival/sex_dylan.gif]]
Leah is hugging Dylan's body in a standing position and riding his cock. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Leah">>Aah, yes~<</speech>>
She screams loudly between moans.
<<speech "Dylan">>You are so hot Leah!<</speech>>
He says while Skyler keeps riding him.
<<speech "Leah">>Mmh, yes keep fucking me!<</speech>>
You can't believe it, it looks like Dylan actually got to score with Leah! You never thought that you would see your best friend doing it with your other good friend. But you better leave them some privacy now, you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$leah_lust -= 3;$dylan_lust to 2]]<<elseif _name is "chloe">><<set $chloe_affection.leah +=10>>But what you are seeing inside shocks you a bit.
Both Chloe and Leah are currently lying naked on top of a desk and are passionately making out with each other.
[img[images/Chloe/Female Rival/kiss_leah.gif]]
Chloe is hugging Leah's body close to hers and the both of them are in the middle of some intense tongue kissing. You never thought that Chloe would manage to seduce Leah, <<if $leah_bi>>but now that you know that Leah is also bi it makes a lot more sense and you guess your sister is the perfect girl to sate her curiosity.<<else>>you always thought that Leah was straight but she seems to be really into it.<</if>>
<<speech "Chloe">>I can't wait to taste you.<</speech>>
She says between kisses.
<<speech "Leah">>Mmh, I can't wait either.<</speech>>
<<speech "Chloe">>Let's not waste anymore time then.<</speech>>
Watching them is kind of hot but also a bit awkward, they are your stepsister and your best friend after all. So you decide to leave them alone, you slowly close the door and get back [[to the others.|$previous][$chloe_lust -= 3;$leah_lust to 2]]<</if>><<set _name to highestAffection($emma_affection)>><<set $emma_affection[ _name ] += 10>>You wonder where Emma went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $emma_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Emma. She is currently lying on top of the bed and pleasuring herself with her hands.
[img[images/Emma/Masturbate.gif]]
You get a good view between her legs and you can see her tight pussy as she plays with it. She is using one of her hands to squeeze her breasts and the other one to rub her pussy. Watching your crush play with herself is very hot. Her lewd moans reach your ears as you watch her sating her lust and you wonder what she would do if she caught you.
But you don't have enough courage to find out, you decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$emma_lust -= 3]] <<elseif _name is "steve">><<set $steve_affection.emma +=10>>But what you are seeing inside shocks you a lot.
Both Emma and Steve are currently lying naked on top of the bed and having passionate sex.
[img[images/Emma/Male Rival/sex_steve.gif]]
Emma is lying on her back in a missionary position and Steve is hammering his cock in and out of Emma's wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Emma">>Uuh, fuck it's so big!<</speech>>
She screams loudly between moans.
<<speech "Steve">>Of course it is. I will show you what it's like to fuck with a real man!<</speech>>
He says while he keeps pounding her hard from above.
<<speech "Emma">>Oh god, yes!<</speech>>
You are heartbroken, you can't believe that your crush is actually having sex with that asshole Steve. You can't stand watching them any longer and you decide to leave them alone, you slowly close the door again before you get back [[to the others.|$previous][$emma_lust -= 3;$steve_lust to 2]]<<elseif _name is "james">><<set $james_affection.emma +=10>>But what you are seeing inside shocks you you a lot.
Both Emma and James are currently standing in the middle of the room and are having passionate sex.
[img[images/Emma/Male Rival/sex_james.gif]]
Emma is hugging James' body in a standing position and riding his cock. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Emma">>Oh god, it's so big!<</speech>>
She screams loudly between moans.
<<speech "James">>Fuuck, I freaking love white pussies. They are simply the best!<</speech>>
He says while he keeps pounding her hard.
<<speech "Emma">>Aaah~<</speech>>
You are heartbroken, you can't believe that your crush is actually having sex with James. You can't stand watching them any longer and you decide to leave them alone, you slowly close the door again before you get back [[to the others.|$previous][$emma_lust -= 3;$james_lust to 2]]<<elseif _name is "dylan">><<set $dylan_affection.emma +=10>>But what you are seeing inside shocks you a lot.
Both Emma and Dylan are currently lying naked on top of the bed and having passionate sex.
[img[images/Emma/Male Rival/sex_dylan.gif]]
Emma is sitting on top of Dylan in a cowgirl position and riding his cock. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Emma">>Mmh, you like that?<</speech>>
She screams loudly between moans.
<<speech "Dylan">>Yes, you are so damn hot Emma!<</speech>>
He says while Emma keeps riding him.
<<speech "Emma">>Aah, fuck~<</speech>>
You are heartbroken, you can't believe that your crush is actually having sex with Dylan. What's even worse is that he knew that you had a crush on her! You can't stand watching them any longer and you decide to leave them alone, you slowly close the door again before you get back [[to the others.|$previous][$emma_lust -= 3;$dylan_lust to 2]]<</if>><<set _name to highestAffection($alice_affection)>><<set $alice_affection[ _name ] += 10>>You wonder where Alice went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $alice_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Alice. She is currently lying on top of the bed and pleasuring herself with her hands. But in the place where you were expecting to see a tight pussy you are seeing a big hard cock instead. <<set $alice_secret to true>>
[img[images/Alice/Masturbate.gif]]
That's totally not what you expected to see, you didn't know that Alice is trans and has a cock! You watch her slowly stroking her cock up and down. You don't know why but watching a hot girl like her stroking a cock, even if it's her own, is kind of hot. She increases the pace of her stroking even further and you can see some precum dripping out of her cock, you wonder what she would do if she caught you right now.
But you don't have enough courage to find out, you decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$alice_lust -= 3]] It feels like you just discovered a secret, you better not tell anyone about it.<<elseif _name is "james">><<set $james_affection.alice +=10>>But what you are seeing inside shocks you a bit.
Both Alice and James are currently lying naked on top of the bed and having passionate sex.
[img[images/Alice/Male Rival/sex_james.gif]]
Alice is riding James in a cowgirl position and you can see her jumping up and down on his big black cock. Considering how sweaty they are, they must have been at it for several minutes already. You can only see her behind from your position put you are pretty sure that he is fucking her ass.
<<speech "Alice">>Oooh fuck, I never thought that anal sex would feel that great!<</speech>>
She screams loudly between moans.
<<speech "James">>Damn girl, I told you. But I never expected to see that thing on you either.<</speech>>
He says while Alice keeps bouncing up and down on his cock. You wonder what he meant with his last sentence.
<<speech "Alice">>Aah, just keep fucking me!<</speech>>
You can't believe that Alice and James are really having sex in one of the guestrooms, it looks like the truth or dare game must have turned them on too much. You are sure that this won't be the only sex that will happen today though. But you better leave them alone for now, you slowly close the door before you get back [[to the others.|$previous][$alice_lust -= 3;$james_lust to 2]]<<elseif _name is "dylan">><<set $dylan_affection.alice +=10>>But what you are seeing inside shocks you a bit.
Both Alice and Dylan are currently lying naked on top of the bed and having passionate sex.
[img[images/Alice/Male Rival/sex_dylan.gif]]
Alice and Dylan are lying in a spooning position as Dylan fucks Alice's ass from behind. And only now do you notice something that can't be right. You were expecting to see a tight pussy between Alice's legs but you are seeing a big hard cock instead! You didn't know that Alice was trans, you never expected to see something like this.<<set $alice_secret to true>>
<<speech "Alice">>Oooh fuck, I never thought that anal sex would feel that great!<</speech>>
She screams loudly between moans.
<<speech "Dylan">>It does, doesn't it? I'm glad that I could be your first!<</speech>>
He says as he keeps fucking Alice.
<<speech "Alice">>Aah, just keep fucking me!<</speech>>
You can't believe it, it looks like Dylan actually got to score with Alice! You knew that he had his eye on her for a while, so you are happy for him. You wonder if he knew that she had a cock though. You don't want to keep watching them any longer and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$alice_lust -= 3;$dylan_lust to 2]]<<elseif _name is "skyler">><<set $skyler_affection.alice +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and Alice are lying on top of the bed. Skyler is lying between Alice's legs and... sucking her cock?! What the fuck?<<set $alice_secret to true>>
[img[images/Alice/Female Rival/skyler_suck.gif]]
Since when does Alice have a cock? Did she always have one? You didn't know that she was trans.
<<speech "Skyler">>Mmh, you like that?<</speech>>
She says to Alice between licks.
<<speech "Alice">>Ooh, yes Skyler, it feels great!<</speech>>
<<speech "Skyler">>That's good, you taste just as good as I remembered.<</speech>>
She says before she resumes sucking on Alice's cock. It feels like you just discovered a secret, you better don't tell anyone about it. You don't want to keep watching them longer than neccessary and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$alice_lust -= 3;$skyler_lust to 3]]<<elseif _name is "leah">><<set $leah_affection.alice +=10>>But what you are seeing inside shocks you a bit.
Both Leah and Alice are lying on top of the bed. Leah is hugging Alice from behind and... stroking her cock?! What the fuck?<<set $alice_secret to true>>
[img[images/Alice/Female Rival/leah_hand.gif]]
Leah is slowly stroking Alice's cock up and down and kisses her neck from behind. Since when does Alice have a cock? Did she always have one? You didn't know that she was trans. <<if $leah_bi>>Now that you know that Leah is bi you bet that Alice is the perfect person to sate her curiosity.<</if>>
<<speech "Leah">>Mmh, how does that feel?<</speech>>
She says to Alice between kisses.
<<speech "Alice">>Very good, keep going!<</speech>>
Watching your best friend playing with Alice's cock is kind of hot. But you don't want to keep watching them longer than neccessary, so you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$alice_lust -= 3;$leah_lust to 3]] It feels like you just discovered a secret, you better don't tell anyone about it.<</if>><<set _name to highestAffection($skyler_affection)>><<set $skyler_affection[ _name ] += 10>>You wonder where Skyler went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $skyler_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Skyler. She is currently lying on top of the bed and pleasuring herself with her hands.
[img[images/Skyler/Masturbate.gif]]
You get a good view between her legs and you can see her tight pussy as she plays with it. She is using one of her hands to squeeze her breasts and the other one to rub her pussy. Her lewd moans reach your ears as you watch her sating her lust and you wonder what she would do if she caught you.
But you don't have enough courage to find out, you decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$skyler_lust -= 3]] <<elseif _name is "steve">><<set $steve_affection.skyler +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and Steve are currently lying naked on top of the bed and having passionate sex.
[img[images/Skyler/Male Rival/sex_steve.gif]]
Skyler is sitting on top of Steve in a cowgirl position and Steve is hammering his cock in and out of Skyler's wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Skyler">>Uuuh, YES! Fuck that pussy!<</speech>>
She screams loudly between moans.
<<speech "Steve">>Fuck, you are one horny slut! I have no idea how you are still so tight!<</speech>>
He says while he keeps pounding her hard.
<<speech "Skyler">>Aah, just shut up and keep fucking me!<</speech>>
You can't believe that that asshole Steve actually got to score with Skyler but then again, maybe they are a good match for each other. You don't want to keep watching them anymore and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$skyler_lust -= 3;$steve_lust to 2]]<<elseif _name is "james">><<set $james_affection.skyler +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and James are currently lying naked on top of the bed and having passionate sex.
[img[images/Skyler/Male Rival/sex_james.gif]]
Skyler is getting fucked from behind in a doggystyle position as James hammers his big black cock in and out of her wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Skyler">>Uuuh, YES! Fuck that pussy!<</speech>>
She screams loudly between moans.
<<speech "James">>Damn girl, you really know how to take a cock!<</speech>>
He says while he keeps pounding her hard from behind.
<<speech "Skyler">>Aah, just shut up and keep fucking me!<</speech>>
You can't believe that Skyler and James are really having sex in one of the guestrooms, it looks like the truth or dare game must have turned them on too much. You are sure that this won't be the only sex that will happen today though. But you better leave them alone for now, you slowly close the door before you get back [[to the others.|$previous][$skyler_lust -= 3;$james_lust to 2]]<<elseif _name is "dylan">><<set $dylan_affection.skyler +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and Dylan are currently lying naked on top of the bed and having passionate sex.
[img[images/Skyler/Male Rival/sex_dylan.gif]]
Skyler is sitting on top of Dylan in a cowgirl position and riding his cock. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Skyler">>Uuuh, YES! Fuck that pussy!<</speech>>
She screams loudly between moans.
<<speech "Dylan">>Ooh, fuck yes! You are so tight!<</speech>>
He says while Skyler keeps riding him.
<<speech "Skyler">>Aah, just shut up and keep fucking me!<</speech>>
You can't believe it, it looks like Dylan actually got to score with Skyler! But considering her reputation you don't know if that was such a hard feat, but you are happy for him nonetheless! You don't want to keep watching them anymore and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$skyler_lust -= 3;$dylan_lust to 2]]<<elseif _name is "alice">><<set $alice_affection.skyler +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and Alice are lying on top of the bed. Skyler is lying between Alice's legs and... sucking her cock?! What the fuck?<<set $alice_secret to true>>
[img[images/Alice/Female Rival/skyler_suck.gif]]
Since when does Alice have a cock? Did she always have one? You didn't know that she was trans.
<<speech "Skyler">>Mmh, you like that?<</speech>>
She says to Alice between licks.
<<speech "Alice">>Ooh, yes Skyler, it feels great!<</speech>>
<<speech "Skyler">>That's good, you taste just as good as I remembered.<</speech>>
She says before she resumes sucking on Alice's cock. It feels like you just discovered a secret, you better don't tell anyone about it. You don't want to keep watching them longer than neccessary and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$skyler_lust -= 3;$alice_lust to 2]]<</if>>You open your eyes and you realize that you are actually still in the bathroom, you are still naked and just had an amazing orgasm.
Did your mind play tricks on you? You could have sworn that you just had sex with a guy but it looks like none of this actually happened. How horny must you have been to imagine something this vivid? As if you would ever have sex with a guy.
You better get back to the [[others now|second break]]. You sneak into the nearest bathroom and don't waste much time. You get your cock out and try to deal with your arousal as quick as you can.<<set $choose_score to 0>><<if $skyler_lust >=5>><<set $choose_score += 1>><</if>><<if $alice_lust >=5>><<set $choose_score += 1>><</if>>
<<if $choose_score >=2>><div id="choice"><<if $skyler_lust >=5>><br><<link"Skyler catches you">><<replace "#choice">><<Skyler_scene>><</replace>><</link>><</if>><<if $alice_lust >=5>><br><<link"Alice catches you">><<replace "#choice">><<Alice_scene>><</replace>><</link>><</if>></div>
<<else>><<if $skyler_lust >=5>><<Skyler_scene>><<elseif $alice_lust >=5>><<Alice_scene>><<else>>You stroke your cock and fantasize about the girls, they are all naked and ready to have fun with you. You imagine how they are all kneeling in front of you and sucking your cock. This thought alone is enough to get you over the edge and you cum.
You freshen yourself up after that and then go back to the [[living room|second break male][$talk_event +=1;$mc_lust -= 3]].<</if>><</if>><<set _name to highestAffection($skyler_affection)>><<set $skyler_affection[ _name ] += 10>>You wonder where Skyler went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $skyler_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Skyler. She is currently lying on top of the bed and pleasuring herself with her hands.
[img[images/Skyler/Masturbate.gif]]
You get a good view between her legs and you can see her tight pussy as she plays with it. She is using one of her hands to squeeze her breasts and the other one to rub her pussy. Her lewd moans reach your ears as you watch her sating her lust and you wonder what she would do if she caught you.
But you don't have enough courage to find out, you decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$skyler_lust -= 3]] <<elseif _name is "steve">><<set $steve_affection.skyler +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and Steve are currently lying naked on top of the bed and having passionate sex.
[img[images/Skyler/Male Rival/sex_steve.gif]]
Skyler is sitting on top of Steve in a cowgirl position and Steve is hammering his cock in and out of Skyler's wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Skyler">>Uuuh, YES! Fuck that pussy!<</speech>>
She screams loudly between moans.
<<speech "Steve">>Fuck, you are one horny slut! I have no idea how you are still so tight!<</speech>>
He says while he keeps pounding her hard.
<<speech "Skyler">>Aah, just shut up and keep fucking me!<</speech>>
You can't believe that that asshole Steve actually got to score with Skyler but then again, maybe they are a good match for each other. You don't want to keep watching them anymore and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$skyler_lust -= 3;$steve_lust to 2]]<<elseif _name is "james">><<set $james_affection.skyler +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and James are currently lying naked on top of the bed and having passionate sex.
[img[images/Skyler/Male Rival/sex_james.gif]]
Skyler is getting fucked from behind in a doggystyle position as James hammers his big black cock in and out of her wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Skyler">>Uuuh, YES! Fuck that pussy!<</speech>>
She screams loudly between moans.
<<speech "James">>Damn girl, you really know how to take a cock!<</speech>>
He says while he keeps pounding her hard from behind.
<<speech "Skyler">>Aah, just shut up and keep fucking me!<</speech>>
You can't believe that Skyler and James are really having sex in one of the guestrooms, it looks like the truth or dare game must have turned them on too much. You are sure that this won't be the only sex that will happen today though. But you better leave them alone for now, you slowly close the door before you get back [[to the others.|$previous][$skyler_lust -= 3;$james_lust to 2]]<<elseif _name is "dylan">><<set $dylan_affection.skyler +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and Dylan are currently lying naked on top of the bed and having passionate sex.
[img[images/Skyler/Male Rival/sex_dylan.gif]]
Skyler is sitting on top of Dylan in a cowgirl position and riding his cock. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Skyler">>Uuuh, YES! Fuck that pussy!<</speech>>
She screams loudly between moans.
<<speech "Dylan">>Ooh, fuck yes! You are so tight!<</speech>>
He says while Skyler keeps riding him.
<<speech "Skyler">>Aah, just shut up and keep fucking me!<</speech>>
You can't believe it, it looks like Dylan actually got to score with Skyler! But considering her reputation you don't know if that was such a hard feat, but you are happy for him nonetheless! You don't want to keep watching them anymore and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$skyler_lust -= 3;$dylan_lust to 2]]<<elseif _name is "alice">><<set $alice_affection.skyler +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and Alice are lying on top of the bed. Skyler is lying between Alice's legs and... sucking her cock?! What the fuck?<<set $alice_secret to true>>
[img[images/Alice/Female Rival/skyler_suck.gif]]
Since when does Alice have a cock? Did she always have one? You didn't know that she was trans.
<<speech "Skyler">>Mmh, you like that?<</speech>>
She says to Alice between licks.
<<speech "Alice">>Ooh, yes Skyler, it feels great!<</speech>>
<<speech "Skyler">>That's good, you taste just as good as I remembered.<</speech>>
She says before she resumes sucking on Alice's cock. It feels like you just discovered a secret, you better don't tell anyone about it. You don't want to keep watching them longer than neccessary and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$skyler_lust -= 3;$alice_lust to 2]]<</if>><<set _name to highestAffection($alice_affection)>><<set $alice_affection[ _name ] += 10>>You wonder where Alice went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $alice_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Alice. She is currently lying on top of the bed and pleasuring herself with her hands. But in the place where you were expecting to see a tight pussy you are seeing a big hard cock instead. <<set $alice_secret to true>>
[img[images/Alice/Masturbate.gif]]
That's totally not what you expected to see, you didn't know that Alice is trans and has a cock! You watch her slowly stroking her cock up and down. You don't know why but watching a hot girl like her stroking a cock, even if it's her own, is kind of hot. She increases the pace of her stroking even further and you can see some precum dripping out of her cock, you wonder what she would do if she caught you right now.
But you don't have enough courage to find out, you decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$alice_lust -= 3]] It feels like you just discovered a secret, you better not tell anyone about it.<<elseif _name is "james">><<set $james_affection.alice +=10>>But what you are seeing inside shocks you a bit.
Both Alice and James are currently lying naked on top of the bed and having passionate sex.
[img[images/Alice/Male Rival/sex_james.gif]]
Alice is riding James in a cowgirl position and you can see her jumping up and down on his big black cock. Considering how sweaty they are, they must have been at it for several minutes already. You can only see her behind from your position put you are pretty sure that he is fucking her ass.
<<speech "Alice">>Oooh fuck, I never thought that anal sex would feel that great!<</speech>>
She screams loudly between moans.
<<speech "James">>Damn girl, I told you. But I never expected to see that thing on you either.<</speech>>
He says while Alice keeps bouncing up and down on his cock. You wonder what he meant with his last sentence.
<<speech "Alice">>Aah, just keep fucking me!<</speech>>
You can't believe that Alice and James are really having sex in one of the guestrooms, it looks like the truth or dare game must have turned them on too much. You are sure that this won't be the only sex that will happen today though. But you better leave them alone for now, you slowly close the door before you get back [[to the others.|$previous][$alice_lust -= 3;$james_lust to 2]]<<elseif _name is "dylan">><<set $dylan_affection.alice +=10>>But what you are seeing inside shocks you a bit.
Both Alice and Dylan are currently lying naked on top of the bed and having passionate sex.
[img[images/Alice/Male Rival/sex_dylan.gif]]
Alice and Dylan are lying in a spooning position as Dylan fucks Alice's ass from behind. And only now do you notice something that can't be right. You were expecting to see a tight pussy between Alice's legs but you are seeing a big hard cock instead! You didn't know that Alice was trans, you never expected to see something like this.<<set $alice_secret to true>>
<<speech "Alice">>Oooh fuck, I never thought that anal sex would feel that great!<</speech>>
She screams loudly between moans.
<<speech "Dylan">>It does, doesn't it? I'm glad that I could be your first!<</speech>>
He says as he keeps fucking Alice.
<<speech "Alice">>Aah, just keep fucking me!<</speech>>
You can't believe it, it looks like Dylan actually got to score with Alice! You knew that he had his eye on her for a while, so you are happy for him. You wonder if he knew that she had a cock though. You don't want to keep watching them any longer and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$alice_lust -= 3;$dylan_lust to 2]]<<elseif _name is "skyler">><<set $skyler_affection.alice +=10>>But what you are seeing inside shocks you a bit.
Both Skyler and Alice are lying on top of the bed. Skyler is lying between Alice's legs and... sucking her cock?! What the fuck?<<set $alice_secret to true>>
[img[images/Alice/Female Rival/skyler_suck.gif]]
Since when does Alice have a cock? Did she always have one? You didn't know that she was trans.
<<speech "Skyler">>Mmh, you like that?<</speech>>
She says to Alice between licks.
<<speech "Alice">>Ooh, yes Skyler, it feels great!<</speech>>
<<speech "Skyler">>That's good, you taste just as good as I remembered.<</speech>>
She says before she resumes sucking on Alice's cock. It feels like you just discovered a secret, you better don't tell anyone about it. You don't want to keep watching them longer than neccessary and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$alice_lust -= 3;$skyler_lust to 3]]<<elseif _name is "leah">><<set $leah_affection.alice +=10>>But what you are seeing inside shocks you a bit.
Both Leah and Alice are lying on top of the bed. Leah is hugging Alice from behind and... stroking her cock?! What the fuck?<<set $alice_secret to true>>
[img[images/Alice/Female Rival/leah_hand.gif]]
Leah is slowly stroking Alice's cock up and down and kisses her neck from behind. Since when does Alice have a cock? Did she always have one? You didn't know that she was trans. <<if $leah_bi>>Now that you know that Leah is bi you bet that Alice is the perfect person to sate her curiosity.<</if>>
<<speech "Leah">>Mmh, how does that feel?<</speech>>
She says to Alice between kisses.
<<speech "Alice">>Very good, keep going!<</speech>>
Watching your best friend playing with Alice's cock is kind of hot. But you don't want to keep watching them longer than neccessary, so you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$alice_lust -= 3;$leah_lust to 3]] It feels like you just discovered a secret, you better don't tell anyone about it.<</if>><<set _name to highestAffection($chloe_affection)>><<set $chloe_affection[ _name ] += 10>>You wonder where Chloe went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $chloe_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Chloe. She is currently lying on her stomach and playing with her pussy. Her lewd moans reach your ears as you watch her sating her lust, it feels kind of wrong to watch her like this, she is still your stepsister afterall, you wonder what she would do if she caught you.
[img[images/Chloe/Masturbate.gif]]
If you would still look like a guy she would probably freak out and call you a perv but you don't want to know what she would try to do if she caught you now, so you decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$chloe_lust -= 3]]<<elseif _name is "leah">><<set $leah_affection.chloe +=10>>But what you are seeing inside shocks you a bit.
Both Chloe and Leah are currently lying naked on top of a desk and are passionately making out with each other.
[img[images/Chloe/Female Rival/kiss_leah.gif]]
Chloe is hugging Leah's body close to hers and the both of them are in the middle of some intense tongue kissing. You never thought that Chloe would manage to seduce Leah, <<if $leah_bi>>but now that you know that Leah is also bi it makes a lot more sense and you guess your sister is the perfect girl to sate her curiosity.<<else>>you always thought that Leah was straight but she seems to be really into it.<</if>>
<<speech "Chloe">>I can't wait to taste you.<</speech>>
She says between kisses.
<<speech "Leah">>Mmh, I can't wait either.<</speech>>
<<speech "Chloe">>Let's not waste anymore time then.<</speech>>
Watching them is kind of hot but also a bit awkward, they are your stepsister and your best friend after all. So you decide to leave them alone, you slowly close the door and get back [[to the others.|$previous][$chloe_lust -= 3;$leah_lust to 2]]<<elseif _name is "emma">><<set $emma_affection.chloe +=10>>But what you are seeing inside shocks you.
Both Chloe and Emma are currently leaning against a desk and passionately making out with each other.
[img[images/Chloe/Female Rival/emma_kiss.gif]]
You are a bit heartbroken, seeing your crush making out with someone else kind of stings and the fact that it's with your sister doesn't make it any better in the slightest. They are both still clothed but Chloe is currently trying to get Emma naked while they are kissing, you can tell that Emma is still a little bit hesitant though.
<<speech "Emma">>I'm not sure if that's really a good idea.<</speech>>
She says between kisses.
<<speech "Chloe">>Why not? We are both horny and I'm just trying to help you out. And I know exactly what you need right now.<</speech>>
Says Chloe before she pulls down her top and grabs a handful of Emma's breasts which causes her to moan.
<<speech "Emma">>Mmhng, okay... but this time is an exception.<</speech>>
You can't believe it, how does Chloe keep doing that? Emma is straight! You can't stand watching them any longer and you decide to leave them alone, you slowly close the door again before you get back [[to the others.|$previous][$chloe_lust -= 3;$emma_lust to 2]]<</if>><<set _name to highestAffection($leah_affection)>><<set $leah_affection[ _name ] += 10>>You wonder where Leah went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $leah_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Leah. She is currently lying on top of the bed and pleasuring herself with her hands.
[img[images/Leah/Masturbate.gif]]
You get a good view between her legs and you can see her tight pussy as she plays with it. She is using one of her hands to squeeze her breasts and the other one to rub her pussy. Her lewd moans reach your ears as you watch her sating her lust and you wonder what she would do if she caught you. Watching your best friend like this is kind of hot but at the same time also feels a bit awkward.
You decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$leah_lust -= 3]] <<elseif _name is "steve">><<set $steve_affection.leah +=10>>But what you are seeing inside shocks you a bit.
Both Leah and Steve are currently lying naked on top of the bed and having passionate sex.
[img[images/Leah/Male Rival/sex_steve.gif]]
Leah is lying on her back in a missionary position and Steve is hammering his cock in and out of Leah's wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Leah">>Oooh, fuck! It's so big!<</speech>>
She screams loudly between moans.
<<speech "Steve">>You are so damn tight! I bet no one has given you a proper fuck before.<</speech>>
He says before he keeps pounding her even harder.
<<speech "Leah">>Aaah~<</speech>>
You can't believe that Leah is actually having sex with that asshole Steve, couldn't she have done it with someone else? You don't want to keep watching them anymore and you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$leah_lust -= 3;$steve_lust to 2]]<<elseif _name is "james">><<set $james_affection.leah +=10>>But what you are seeing inside shocks you a bit.
Both Leah and James are currently lying naked on top of the bed and having passionate sex.
[img[images/Leah/Male Rival/sex_james.gif]]
Leah is getting fucked from behind in a doggystyle position as James hammers his big black cock in and out of her wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Leah">>Aaah, it feels so big inside my pussy!<</speech>>
She screams loudly between moans.
<<speech "James">>I told you it's big! But I'm surprised that you can take it all the way in.<</speech>>
He says while he keeps pounding her hard from behind.
<<speech "Leah">>Aah, yees!<</speech>>
You can't believe that Leah and James are really having sex in one of the guestrooms, it looks like the truth or dare game must have turned them on too much. You never thought that she would do it with James though. But you better leave them alone for now, you slowly close the door before you get back [[to the others.|$previous][$leah_lust -= 3;$james_lust to 2]]<<elseif _name is "dylan">><<set $dylan_affection.leah +=10>>But what you are seeing inside shocks you a bit.
Both Leah and Dylan are currently standing naked in the middle of the room and are having passionate sex.
[img[images/Leah/Male Rival/sex_dylan.gif]]
Leah is hugging Dylan's body in a standing position and riding his cock. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Leah">>Aah, yes~<</speech>>
She screams loudly between moans.
<<speech "Dylan">>You are so hot Leah!<</speech>>
He says while Skyler keeps riding him.
<<speech "Leah">>Mmh, yes keep fucking me!<</speech>>
You can't believe it, it looks like Dylan actually got to score with Leah! You never thought that you would see your best friend doing it with your other good friend. But you better leave them some privacy now, you decide to leave them alone and slowly close the door again before you get back [[to the others.|$previous][$leah_lust -= 3;$dylan_lust to 2]]<<elseif _name is "chloe">><<set $chloe_affection.leah +=10>>But what you are seeing inside shocks you a bit.
Both Chloe and Leah are currently lying naked on top of a desk and are passionately making out with each other.
[img[images/Chloe/Female Rival/kiss_leah.gif]]
Chloe is hugging Leah's body close to hers and the both of them are in the middle of some intense tongue kissing. You never thought that Chloe would manage to seduce Leah, <<if $leah_bi>>but now that you know that Leah is also bi it makes a lot more sense and you guess your sister is the perfect girl to sate her curiosity.<<else>>you always thought that Leah was straight but she seems to be really into it.<</if>>
<<speech "Chloe">>I can't wait to taste you.<</speech>>
She says between kisses.
<<speech "Leah">>Mmh, I can't wait either.<</speech>>
<<speech "Chloe">>Let's not waste anymore time then.<</speech>>
Watching them is kind of hot but also a bit awkward, they are your stepsister and your best friend after all. So you decide to leave them alone, you slowly close the door and get back [[to the others.|$previous][$chloe_lust -= 3;$leah_lust to 2]]<</if>><<set _name to highestAffection($emma_affection)>><<set $emma_affection[ _name ] += 10>>You wonder where Emma went and are looking around a bit. As you are getting near one of the guest bedrooms you hear some moaning coming out of it and slowly open the door to peek inside the room.
<<if _name is "mc">><<set $emma_affection[ _name ] -= 10>>As you open the door you get greeted by the view of a naked Emma. She is currently lying on top of the bed and pleasuring herself with her hands.
[img[images/Emma/Masturbate.gif]]
You get a good view between her legs and you can see her tight pussy as she plays with it. She is using one of her hands to squeeze her breasts and the other one to rub her pussy. Watching your crush play with herself is very hot. Her lewd moans reach your ears as you watch her sating her lust and you wonder what she would do if she caught you.
But you don't have enough courage to find out, you decide to leave her alone and slowly close the door again before you get back [[to the others.|$previous][$emma_lust -= 3]] <<elseif _name is "steve">><<set $steve_affection.emma +=10>>But what you are seeing inside shocks you a lot.
Both Emma and Steve are currently lying naked on top of the bed and having passionate sex.
[img[images/Emma/Male Rival/sex_steve.gif]]
Emma is lying on her back in a missionary position and Steve is hammering his cock in and out of Emma's wet pussy. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Emma">>Uuh, fuck it's so big!<</speech>>
She screams loudly between moans.
<<speech "Steve">>Of course it is. I will show you what it's like to fuck with a real man!<</speech>>
He says while he keeps pounding her hard from above.
<<speech "Emma">>Oh god, yes!<</speech>>
You are heartbroken, you can't believe that your crush is actually having sex with that asshole Steve. You can't stand watching them any longer and you decide to leave them alone, you slowly close the door again before you get back [[to the others.|$previous][$emma_lust -= 3;$steve_lust to 2]]<<elseif _name is "james">><<set $james_affection.emma +=10>>But what you are seeing inside shocks you you a lot.
Both Emma and James are currently standing in the middle of the room and are having passionate sex.
[img[images/Emma/Male Rival/sex_james.gif]]
Emma is hugging James' body in a standing position and riding his cock. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Emma">>Oh god, it's so big!<</speech>>
She screams loudly between moans.
<<speech "James">>Fuuck, I freaking love white pussies. They are simply the best!<</speech>>
He says while he keeps pounding her hard.
<<speech "Emma">>Aaah~<</speech>>
You are heartbroken, you can't believe that your crush is actually having sex with James. You can't stand watching them any longer and you decide to leave them alone, you slowly close the door again before you get back [[to the others.|$previous][$emma_lust -= 3;$james_lust to 2]]<<elseif _name is "dylan">><<set $dylan_affection.emma +=10>>But what you are seeing inside shocks you a lot.
Both Emma and Dylan are currently lying naked on top of the bed and having passionate sex.
[img[images/Emma/Male Rival/sex_dylan.gif]]
Emma is sitting on top of Dylan in a cowgirl position and riding his cock. Considering how sweaty they are, they must have been at it for several minutes already.
<<speech "Emma">>Mmh, you like that?<</speech>>
She screams loudly between moans.
<<speech "Dylan">>Yes, you are so damn hot Emma!<</speech>>
He says while Emma keeps riding him.
<<speech "Emma">>Aah, fuck~<</speech>>
You are heartbroken, you can't believe that your crush is actually having sex with Dylan. What's even worse is that he knew that you had a crush on her! You can't stand watching them any longer and you decide to leave them alone, you slowly close the door again before you get back [[to the others.|$previous][$emma_lust -= 3;$dylan_lust to 2]]<</if>>Everything is black.
<span class='fadeIn'>You have no idea how much time has passed and you have no memories of what happened either.
But as you are slowly getting back to your senses, the first thing that you notice is that you are lying on your back and that you are naked. The next thing you see is Leah and how she is eating out your pussy while she gets fucked from behind.</span>
<<timed 9s t8n>>[img[images/Female MC/end1.gif]]
<<speech "Michelle">>Aaahn~<</speech>>
You try to say something but all you are getting out is a soft moan. Your throat feels very dry and you are still a bit dizzy. You have no idea how you ended up in this situation, you don't remember anything.
But as Leah notices that you are awake, she stops for a second to say something.
<<speech "Leah">>How are you... ooh... feeling?<</speech>>
She asks you but you are in no state of mind to give her a proper answer right now.
<<speech "Leah">>You probably wonder what happened... Uuh fuuck~ ...he wanted to fuck you... this was the only way to prevent him from doing it... aaah~<</speech>>
As you try to listen to her you can tell that she is pretty drunk herself and that she is currently getting fucked doesn't make understanding her much easier. But as you are getting what she is saying, you look up and only now notice who she is actually fucking. It's Steve.
<<speech "Steve">>Yea you better be happy she stepped in for you. But her offer was just too hot to refuse. Now get back to eating out your cousin!<</speech>>
He says before he pushes Leah's head back onto your pussy. For a moment you are a bit confused who he means with cousin but then you remember that Leah introduced you as her cousin. Fuck, so Leah tried to protect you from Steve and now has to fuck him herself. He really is a total scumbag.
But right now you can't do anything against it. All you can do is moan as you watch your best friend getting fucked by Steve while she eats you out.
[[A few weeks later|bad end 1]]<</timed>>In the end, the sleepover party was a total failure.
You made no progress with your crush or any of the other girls and you ended up so drunk that you passed out and had a weird threesome with Steve and Leah.
And what's even worse, Leah just told you that she is pregnant and that Steve is most likely the father.
The only good thing is that college will start in a few weeks. Who knows, maybe you will have more luck there?
''@@color:hotpink;Bad End 1:@@ Drunk Threesome''
<<remember $xch_badend1 = true>>Everything is black.
<span class='fadeIn'>You have no idea how much time has passed and you have no memories of what happened either.
But as you are slowly getting back to your senses, the first thing that you notice is that you are lying on your back and that you are naked. But something isn't right, why do you have breasts? And why is Steve doing situps on top of you?</span>
<<timed 9s t8n>>[img[images/Female MC/end2.gif]]
<<speech "Steve">>Looks like you are finally awake.<</speech>>
You finally realize what's going on. It seems like you have turned into a girl and Steve is currently fucking you.
<<speech "Michelle">>Aaahn~<</speech>>
You try to say something but all you are getting out is a soft moan. Your throat feels very dry and you are still a bit dizzy. You have no idea how you ended up in this situation, you don't remember anything.
<<speech "Steve">>Damn, you are tight. I must say you make a much better girl than a guy. I was really surprised when I found this pill in your pocket but it didn't need much convincing for you to swallow it. You must really love taking cocks, haha!<</speech>>
He says before he increases the pace and fucks you even harder. You can't help but moan like a wanton whore as that asshole Steve keeps fucking you. While he pounds your pussy, you notice a few people behind him. You see Alice down on her knees and currently sucking a cock. What in the world happened while you were passed out?
Even if you wanted to resist, in your current state there is nothing you can do. All you can do is moan and let Steve fuck you.
<<speech "Steve">>Fuuck, it's time to fill you up, slut!<</speech>>
He says before he lets out a loud grunt and you feel his hot cum filling your wet pussy. And what happens next suprises you even more. As soon as his cum fills you, your whole body starts to spasm and you have an orgasm of your own and it's the most amazing thing you have ever felt!
<<set $mc_pregnant to "Steve">>@@color:orange;''You have been impregnated!''@@
[[A few weeks later|bad end 2]]<</timed>>In the end, the sleepover party was a total failure.
You made no progress with your crush or any of the other girls and you ended up so drunk that you passed out, got transformed into a girl with your own pill and had sex with Steve.
And what's even worse, you actually got impregnated by Steve which means that you will forever be stuck as a girl now. He already told you that he won't help you with the kid, so you have to raise it alone.
One night and your whole life changed. You are stuck as a girl, pregnant and can't even go to college now. But at least Leah told you that she will help you out as best as she can, you guess that she feels a bit responsible for what happened to you.
''@@color:hotpink;Bad End 2:@@ Stuck & Pregnant''
<<remember $xch_badend2 = true>><<link "Endings">>
<<script>>
Dialog.setup("Endings");
Dialog.wiki(Story.get("Endings").processText());
Dialog.open();
<</script>>
<</link>>The game has currently a total of 3 endings. Can you find them all?
<<if $xch_badend1 is true>>@@color:hotpink;Bad End 1@@: Drunk Threesome @@color:lightgreen;✔@@<<else>>@@color:hotpink;Bad End 1@@: ???<</if>>
<<if $xch_badend2 is true>>@@color:lightblue;Bad End 2@@: Stuck & Pregnant @@color:lightgreen;✔@@<<else>>@@color:lightblue;Bad End 2@@: ???<</if>>
<<if $xch_badend3 is true>>@@color:hotpink;Bad End 3@@: Caught @@color:lightgreen;✔@@<<else>>@@color:hotpink;Bad End 3@@: ???<</if>>
<font size="2">//@@color:hotpink;Pink text@@ - Ending can only be found on the female path.//
//@@color:lightblue;Blue text@@ - Ending can only be found on the male path.//
//White text - Ending can be found on either path.//</font>You sit down besides Skyler, curious to find out what's going on.
<<speech "You" "Michael">>Hey, Skyler, is everything alright?<</speech>>
<<speech "Skyler">>Hey, Michael. Of course, why wouldn't it be?<</speech>>
<<speech "You" "Michael">>Well, you are not sitting with Alice this time, it's a bit unusual.<</speech>>
<<speech "Skyler">>She is just sulking a bit about some things I have said, she will come around eventually. <</speech>>
<<speech "You" "Michael">>I see, if I can help somehow let me know.<</speech>>
Skyler leans towards you and touches your thigh after you say that.
<<speech "Skyler">>Thanks, you are a pretty nice guy. Let me ask you something. If you had to choose, who would you fuck, me or Alice?<</speech>>
<<speech "You" "Michael">>W-what? Why are you suddenly asking me that?<</speech>>
<<speech "Skyler">>I'm just curious, so what's you answer?<</speech>>
<div id="choice"><<link"You">><<replace "#choice">><<speech "You" "Michael">>If I had to choose, I would probably choose you.<</speech>><<if ndef $threesome_skyler>><<set $threesome_skyler to 1>><<else>><<set $threesome_skyler +=1>><</if>>
You can see her giving you a smile as you say that.
<<speech "Skyler">>I knew it! Well, if you play your cards right I might even give you a shot.<</speech>>
You gulp as she says that, you are not sure if you should be happy about that or not. It was just a hypothetical question after all, right?
It's probably better to leave her alone for now, you
[[Advise her to eat some snacks|$previous][$skyler_affection.mc += 5;$skyler_talk to 1;$talk_event +=1;$skyler_alcohol -=1]] - (Skyler [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with her|$previous][$skyler_affection.mc += 5;$skyler_talk to 1;$talk_event +=1;$skyler_alcohol +=1;$mc_alcohol +=1]] - (You and Skyler [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)
and then walk back to the others.<</replace>><</link>>
<<link"Alice">><<replace "#choice">><<speech "You" "Michael">>I don't want to be rude but I think Alice is more my type.<</speech>>
She doesn't seem to like that answer.
<<speech "Skyler">>Really now? Well, be ready for a surprise then.<</speech>>
She says a bit pissed off. What's that supposed to mean?
It seems like she doesn't want to talk with you anymore, so you leave and go back to the [[others.|$previous][$alice_affection.mc +=5;$skyler_affection.mc -=5;$skyler_talk to 1;$talk_event +=1]]<</replace>><</link>></div>
You sit down besides Alice, curious to find out what's going on.
<<speech "You" "Michael">>Hey, Alice. Are you alright?<</speech>>
<<speech "Alice">>Yea... I mean not really. I had an argument with Skyler.<</speech>>
<<speech "You" "Michael">>What happened?<</speech>>
<<speech "Alice">>That's between me and her. But can I ask you something?<</speech>>
<<speech "You" "Michael">>Sure.<</speech>>
<<speech "Alice">>Who do you think is sexier, Skyler or me?<</speech>>
<<speech "You" "Michael">>What? Where is that suddenly coming from?<</speech>>
<<speech "Alice">>Please just answer the question, and be honest.<</speech>>
Oh boy, why do you get the feeling that no matter what you answer you are fucked?
<div id="choice"><<link"You">><<replace "#choice">><<speech "You" "Michael">>If I had to choose, I would probably choose you.<</speech>><<if ndef $threesome_skyler>><<set $threesome_skyler to 1>><<else>><<set $threesome_skyler +=1>><</if>>
You can see her giving you a smile as you say that.
<<speech "Alice">>You really are a flatterer aren't you? But thanks, that cheered me up a bit.<</speech>>
You are glad that you could cheer her up even though you didn't really find out what their argument was about.
It's probably better to leave her alone for now, you
[[Advise her to eat some snacks|$previous][$alice_affection.mc += 5;$alice_talk +=2;$talk_event +=1;$alice_alcohol -=1]] - (Alice [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] -1)
[[Drink a shot with her|$previous][$alice_affection.mc += 5;$alice_talk +=2;$talk_event +=1;$alice_alcohol +=1;$mc_alcohol +=1]] - (You and Alice [img[images/UI/beer_icon1.png]][img[images/UI/beer_icon2.png]] +1)
and then walk back to the others.<</replace>><</link>>
<<link"Skyler">><<replace "#choice">><<speech "You" "Michael">>I don't want to be rude but I think Skyler is more my type.<</speech>>
She doesn't seem to like that answer.
<<speech "Alice">>I see. Why don't you go and fuck her then?<</speech>>
She says in an angry tone.
<<speech "You" "Michael">>Whoa, I'm sorry, I didn't want to insult you.<</speech>>
It seems like she doesn't want to talk with you anymore, so you leave and go back to the [[others.|$previous][$alice_affection.mc -=5;$skyler_affection.mc +=5;$alice_talk +=2;$talk_event +=1]]<</replace>><</link>></div>Despite your repulsness you decide to ask Steve and walk over to him.
<<speech "Michelle">>Hey Steve.<</speech>>
<<speech "Steve">>What's up sexy?<</speech>>
You can't believe that you are actually going to do that. You never once thought that you would end up in this situation but it's probably best to just get it over with.
<<speech "Michelle">>I... Do you want to get your cock sucked?<</speech>>
James almost spits out his drink as he hears you saying that and Steve is pretty surprised too.
<<speech "James">>Daaamn!<</speech>>
<<speech "Steve">>Haha, you are pretty forward aren't you? But I like girls like you, do you even have to ask? Of course I want to get me cock sucked, let's go!<</speech>>
He grabs your hand and pulls you into the nearest bathroom. After locking the door he doesn't waste much time and unbuckles his belt to reveal his already hard cock. It seems like he is already pretty excited. And as you see his cock you can feel that the longing between your legs gets even stronger. But that's not why you are here, you are only going to suck his cock.
[img[images/Female MC/BJ2.gif]]
You take his cock inside your mouth and immediately start to suck on it.
<<speech "Steve">>Fuuck yes, suck that cock you slut!<</speech>>
You keep sucking on it passionately and enjoy the taste and hardness of his cock inside your mouth. The thought that you are willingly sucking off your bully barely registers to you. You thought that you would hate it but it actually turns you on quite a lot. A few minutes pass and your pussy is dripping with arousal and begging to get filled. But you do your best to ignore that sensation, you focus all of your effort on pleasuring him with your mouth.
<<speech "Steve">>That feels amazing, I'm going to cum!<</speech>>
He eventually reaches his peak and you take his cock out of your mouth, he let's out a loud final grunt before he starts to cum all over your face and open mouth.
[img[images/Female MC/BJ_cum1.gif]]
<<speech "Steve">>You really know how to suck a cock. If you ever want to do it again, let me know.<</speech>>
He gets dressed again after saying that and leaves the bathroom. You stand up and take a selfie of yourself before you send it to Skyler.
[img[images/Female MC/cumshot.png]]
<<speech "Michelle">>Happy now?<</speech>>
<<speech "Skyler">>Very. The look suits you!<</speech>>
After that you get cleaned up and leave the bathroom [[as well|$previous][$suck_dare to false;$mc_bj += 1;$steve_affection.mc +=5;$steve_lust -=1]].Despite your repulsness you decide to ask James and walk over to him.
<<speech "Michelle">>Hey James.<</speech>>
<<speech "James">>What's up girl?<</speech>>
You can't believe that you are actually going to do that. You never once thought that you would end up in this situation but it's probably best to just get it over with.
<<speech "Michelle">>I... Do you want to get your cock sucked?<</speech>>
James almost spits out his drink as he hears you saying that and Steve is pretty surprised too.
<<speech "James">>Daaamn! Are you for real? Of course I want to!<</speech>>
<<speech "Steve">>Haha, you lucky motherfucker!<</speech>>
James grabs your hand and pulls you into the nearest bathroom. After locking the door he doesn't waste much time and unbuckles his belt to reveal his already hard cock. It seems like he is already pretty excited. And as you see his cock you can feel that the longing between your legs gets even stronger. But that's not why you are here, you are only going to suck his cock.
[img[images/Female MC/BJ3.gif]]
You take his cock inside your mouth and immediately start to suck on it.
<<speech "James">>Fuuck yes, suck that cock you slut!<</speech>>
You keep sucking on it passionately and enjoy the taste and hardness of his cock inside your mouth. The thought that you are willingly sucking off your bully's friend barely registers to you. You thought that you would hate it but it actually turns you on quite a lot. A few minutes pass and your pussy is dripping with arousal and begging to get filled. But you do your best to ignore that sensation, you focus all of your effort on pleasuring him with your mouth.
<<speech "James">>That feels amazing, I'm going to cum!<</speech>>
He eventually reaches his peak and you take his cock out of your mouth, he let's out a loud final grunt before he starts to cum all over your face and open mouth.
[img[images/Female MC/BJ_cum1.gif]]
<<speech "James">>You really know how to suck a cock. If you ever want to do it again, let me know.<</speech>>
He gets dressed again after saying that and leaves the bathroom. You stand up and take a selfie of yourself before you send it to Skyler.
[img[images/Female MC/cumshot.png]]
<<speech "Michelle">>Happy now?<</speech>>
<<speech "Skyler">>Very. The look suits you!<</speech>>
After that you get cleaned up and leave the bathroom [[as well|$previous][$suck_dare to false;$mc_bj += 1;$james_affection.mc +=5;$james_lust -=1]].<<speech "Michelle">>I choose truth.<</speech>>
You can immediately tell that Skyler is getting pissed as she hears you say that.
<<speech "Skyler">>I want you to tell us who you really are.<</speech>>
She says to you with an angry stare.
<<speech "Michelle">>I don't know what you mean. I'm Michelle.<</speech>>
You say, still trying to play your role.
<<speech "Skyler">>Bullshit! I know that you are Michael, you took an X-Change before you came here. You aren't Leah's cousin!<</speech>>
You can hear everyone gasp by surprise as they hear that.
<<speech "Emma">>Is that true? Are you really Michael?<</speech>>
Emma says looking between you and Leah.
<<speech "Michelle">>*sigh* Yes it's true, I'm Michael.<</speech>>
<<speech "Emma">>But... why did you take an X-Change?<</speech>>
Before you can answer her thought, Skyler already butts in.
<<speech "Skyler">>Because he is a pervert, I bet he couldn't wait to get it on with the guys!<</speech>>
<<speech "Steve">>Haha, I always knew he was a faggot!<</speech>>
<<speech "Alice">>Skyler that's enough, stop it!<</speech>>
<<speech "Chloe">>Damn, so that hottie really is Michael?<</speech>>
<<speech "Skyler">>Why? You know that it's true Alice!<</speech>>
Everyone seems to start talking at the same time. Even if you would say something now, no one would really hear it. And if you are honest, you don't even want to say anything right now. You have never felt that embarrased and humiliated before.
While everyone is talking and arguing with each other, you stand up and start to leave without saying anything else.
You are already out of the door as you hear Leah saying your name and you turn around.
<<speech "Leah">>Michael, I'm so sorry!<</speech>>
She says before giving you a hug.
<<speech "Michelle">>Don't worry it's not your fault. It's my own fault, I should have never taken an X-Change to sneak at this party.<</speech>>
<<speech "Leah">>It's not your fault either, no one knew that Skyler would be such a bitch! Is there something I can do for you?<</speech>>
<<speech "Michelle">>No, just go back and enjoy the party. I will go home now and wait until the effect wears off. I will see you later, alright?<</speech>>
In the end, the sleepover party was a total failure.
You made no progress with your crush or any of the other girls, more of the opposite, you embarrassed yourself and everyone found out who you really are. Who knows what they might think of you now.
But you don't even want to find out what they might think, at this point you just want to leave everything behind you and forget about it.
The only good thing is that college will start in a few weeks. Who knows, maybe you will have more luck there?
''@@color:hotpink;Bad End 3:@@ Caught''
<<remember $xch_badend3 = true>><<speech "Michelle">>I choose dare.<</speech>>
Skyler starts to smile as she hears you say that, you on the other hand feel a bit scared. You hope that she is not daring you something too crazy.
<<speech "Skyler">>I dare you to steal the underwear of Emma's dad, the one he is wearing that is.<</speech>>
<<speech "Michelle">>Really now?<</speech>>
How in the world are you supposed to get the underwear he is wearing? Unless... oh boy, now you are getting why she choose this dare.
<<speech "Emma">>I don't think it's a good idea to involve my dad into our game.<</speech>>
<<speech "Skyler">>Why not? There is no rule saying that we can't.<</speech>>
<<speech "Emma">>But... I still don't like the idea of it.<</speech>>
You can tell that Emma really doesn't like the idea of a young girl she barely knows getting her dad naked. And who wouldn't, you don't like that idea either!
<<speech "Leah">>Well, it's not like Michelle has to do it, she can always say no.<</speech>>
Well, unfortunately you can't.
<<speech "Michelle">>No, it's okay. I will do it.<</speech>>
<<speech "Skyler">>Haha, see? It's alright! Good luck then.<</speech>>
As you stand up you can see that both Emma and Leah look at you a bit worried. But you can do that, just because you have to get him out of his underwear doesn't mean that you need to have sex with him... right?
You open the door to the basement and slowly walk down the stairs. As you do so you could swear you heard some sensual music for a second before you suddenly get greeted by some sport noises. And as you reach the bottom of the stairs you can see Emma's dad sitting on a couch and watching some sports on the TV. But it seems like he heard you approaching because he suddenly turns around.
<<speech "Henry">>Oh, Michelle right? What can I do for you?<</speech>>
You can't just tell him that you need his underwear, can you? You quickly look around the basement to think of something as you see a door leading to another bathroom.
<<speech "Michelle">>I-I'm sorry to bother you but the bathrooms upstairs are all occupied. Could I use yours?<</speech>>
You were nervous the first time you met him but now you are even more nervous. And for some reason an odd smell suddenly reaches your nose, you are not sure what it is but it kind of gets your heart racing even more and you are getting more aroused. <<set $mc_lust +=1>>
<<speech "Henry">>Of course you can, go right ahead.<</speech>>
You walk into the nearby bathroom and close the door behind you. This will at least give you some more time to think about a plan. If possible you would really like to avoid seducing him to get his underwear, ending up fucking Emma's dad just because of a stupid dare is not something you would like to do.
As you are thinking of a plan you suddenly start hearing a sensual music again. You are pretty sure that it's coming from outside of the bathroom and you don't hear any sport noises anymore either.
[[Slowly open the door to see where this noise comes from]]
[[No time to get distracted, think of a plan]]You slowly open the door and peek outside and what you are seeing shocks you a bit. You now know where that music is coming from, it's coming from the TV. He isn't watching sports anymore, he is watching porn!
<<set $henry_dare_done to true>>
You can see a young girl getting fucked by an older guy and your are getting a bit distracted by that. You wonder if he is imagining himself doing that to one of you girls. But you need to snap out of it! You can't see him clearly but it looks like he is currently jerking off. So this might actually be the perfect moment for you to steal his underwear.
This is currently the only plan you have so you slowly crawl towards him, making sure he doesn't notice you until you are right behind the couch. You are getting both nervous and aroused at the same time and it's an really odd feeling. But you are not about to give up now, you slowly peek above the couch and you can see that his underwear is at the bottom just besides his feet.
You have to get really close to get it but you don't really have another choice right now, so you crawl even further towards him until you are exactly at the left side of the couch, the only thing between him and you is the arm rest of the couch. Then you slowly lean forward and try to grab his underwear with your hands.
Just as you are about to finally get it, it seems like he suddenly notices you and stands up surprised and with his cock in hand.
<<speech "Henry">>What in the world are you doing there young lady?<</speech>>
Are you about to get lectured now?
<<speech "Michelle">>I... Uh...<</speech>>
You are down on all fours and have to look up at him but all you can see is his hard cock in his hand, it's kind of distracting.
<<speech "Henry">>Oh, I see. You must have caught me watching and decided to spy on me pleasuring myself. That's not a very nice thing to do. But I will forgive you, if you help me out a bit. What do you say?<</speech>>
<<speech "Michelle">>Uh... okay.<</speech>>
Did you just agree? Why did you say that? Well, you know why. It's because you are way too damn horny right now and that pill is making you crave cock.
[img[images/Female MC/BJ2.gif]]
The both of you don't waste much time. He takes a step closer towards you and you immediately take his cock inside your mouth and start to suck on it.
<<speech "Henry">>Oooh yes. That certainly is much better than using my own hand. You better don't tell Emma about that though!<</speech>>
As if you would ever tell Emma about this. You can't believe that you are actually sucking your crush's dad's cock!
And even worse is that you actually don't mind doing it, sucking his cock feels kind of nice.
As you keep sucking him you get another craving as well, a craving between your legs. You are so damn aroused and moist down there that you don't know if you could resist him if he wanted to do anything more.
<div id="choice"><<link"Increase the pace">><<replace "#choice">>You increase the pace, trying to make him cum as fast as possible.
<<speech "Henry">>Mmmh, just like that. I'm going to cum!<</speech>>
[img[images/Female MC/BJ_cum2.gif]]
He takes his cock out of your mouth and aims it at the entrance of your open mouth before he shoots his hot, salty load inside of it. Seemingly having no other choice you quickly swallow it down and Henry sits down on his couch exhausted.
<<speech "Henry">>Thank you, that was great. But it's probably better if you get back to the other girls now before they wonder where you are.<</speech>>
Just then do you remember why you are here in the first place, you quickly grab his underwear while he isn't looking and stuff it under your shirt.
<<speech "Michelle">>You are right, thank you for the... uh, treat. Bye!<</speech>>
Why did you say that? That made you sound like a slut! But that doesn't matter right now, you stand up and walk toward the stairs.
You feel relieved as you walk up the stairs and out of the basement. As you close the door behind you you can see everyone staring at you. You smile and take his underwear out from under your shirt and show it to everyone.
<<speech "Alice">>She actually did it!<</speech>>
<<speech "Skyler">>Amazing, I didn't think you could pull it off. How did you do it?<</speech>>
<<speech "Emma">>No... please. I don't want to hear how you did it.<</speech>>
<<speech "Michelle">>Yea, I'm not telling. All that counts is that I got his underwear, so I fulfilled the dare.<</speech>>
You say throwing his underwear away and then walk back to your usual spot. As you are sitting down you hear Skyler whispering something into your ear.
<<speech "Skyler">>Did you suck his cock? Or did you fuck him? Either way, I'm sure you loved every second of it.<</speech>>
You ignore her comment and the game finally [[resumes!|truth or dare][$mc_bj += 1]]<</replace>><</link>>
<<link"Slow down">><<replace "#choice">>Why are you slowing down? You are not even sure yourself but he certainly won't cum like this.
<<speech "Henry">>It seems like you want more, why don't you get naked as well?<</speech>>
It seems like he got the wrong idea, or did he? Either way, you are too horny to properly think anymore so you just do what he says and quickly strip out of your clothes.
He then helps you up and the both of you get comfortable on the couch.
[img[images/Female MC/teased.gif]]
You lay down on your back as he lays in front of you, watching you for a bit, before he gently rubs his hand all the way along your body.
<<speech "Henry">>You are so sexy.<</speech>>
He says as he keeps teasing your tits with his hand and then sensually moves his hand all the way down your body, stopping just before he reaches your pussy. His teasing is a bit too much for you, you were already pretty turned on to begin with but now your pussy is pretty much dripping wet.
<<speech "Michelle">>Please...<</speech>>
<<speech "Henry">>Please what?<</speech>>
He asks you with a smile.
<<speech "Michelle">>Please, just fuck me already!<</speech>>
You say almost shouting.
[img[images/Female MC/Sex1.gif]]
He doesn't need to be told twice, he lays on top of you and pushes his cock inside your wet, needy pussy. The moment his cock fills you for the first time makes you feel ecstatic and you can't help but moan loudly. You feel his hard cock filling up your pussy completely before he pulls it out just to push it back in again, first slowly and then faster and faster until he is fucking you like there is no tomorrow.
<<speech "Michelle">>Aaaah, yees~ It feels so good!<</speech>>
You shout and moan lewdly.
<<speech "Henry">>Mmh, you are so wet. You really seem to like it.<</speech>>
He increases the pace even further and fucks you even harder. You know that you shouldn't be too loud but it just feels too good and you can't help yourself but moan like a wanton whore as he keeps pumping his cock in and out of you!
He keeps fucking you like this for a while but all good things have to end eventually. And as he tells you that he is about to cum, you pull his body even closer toward yours, making sure that he shoots his hot load deep inside your @@color:hotpink;//fertile//@@ pussy.
As soon as you feel his cum inseminating you, you have the most powerful and mindblowing orgasm of your life. Your whole body shudders as you ride the waves of pleasure beneath him.
<<if $mc_pregnant is "None">><<set $mc_pregnant to "Henry">><br>@@color:orange;''You have been impregnated!''@@<br><</if>>
Another few moments pass before you finally come back to your senses. You are still lying under Emma's dad, your breasts are pressed against his chest and your crotch is still connected to his. He gets off of you and you stand up. As you do so you feel some of his cum dripping down your legs.
<<speech "Henry">>I have to say, that was the most amazing sex I ever had. And it seems like you really enjoyed it too.<</speech>>
<<speech "Michelle">>I... yea, I did.<</speech>>
You feel embarrased and ashamed for what you just did. But he does have a point, the sex was amazing!
<<speech "Henry">>It's probably better if you go back up now. Let's hope that the girls didn't hear us, you have been pretty loud.<</speech>>
Oh, shit! You almost forgot why you came here in the first place. You quickly get dressed and then grab his underwear while he isn't looking and stuff it under your shirt.
You feel relieved as you walk up the stairs and out of the basement. As you close the door behind you you can see everyone staring at you. You smile and take his underwear out from under your shirt and show it to everyone.
But everyone just keeps staring at you for a while and no one says anything. As you look around you can see Skyler smiling, Leah looking at you worried and Emma looks pretty pissed.
<<speech "Michelle">>What's going on?<</speech>>
You ask worried.
<<speech "Alice">>We... all heard what you did.<</speech>>
<<speech "Skyler">>Yea, it sounded like you really loved fucking Emma's dad!<</speech>>
Skyler says, a bit too excited.
<<speech "Emma">>You slut! How could you?!<</speech>>
Emma's comment stings the most. But it's an understandable reaction from her, considering what you just did. Why couldn't you control yourself?
<<speech "Michelle">>I'm sorry. It just kind of happened, I didn't plan to do it.<</speech>>
You say throwing his underwear away and then walk back to your usual spot. As you are sitting down you hear Skyler whispering something into your ear.
<<speech "Skyler">>I knew you were a pervert, I bet you loved every second of it.<</speech>>
You ignore her comment and the game finally [[resumes!|truth or dare][$mc_bj += 1;$mc_vag += 1;$emma_affection.mc -=20]]<</replace>><</link>></div><<if $mc_lust >=4>>You try to come up with a plan but you are feeling a bit too aroused right now to think of anything. And the music is also very distracting as well, you are getting too curious.
[[Slowly open the door to see where this noise comes from]]<<if $rerolls > 0>><br><<linkreplace "Concentrate even more">><<set $rerolls_diff -=1>><<set $rerolls -=1>><<set $mc_lust to 3>><<script>>Engine.show()<</script>><</linkreplace>> - [Use a reroll to calm yourself down]<</if>><<else>>You try to come up with a plan but you can't think of anything that doesn't involve you seducing him. It's not like you can just ask him to give you his underwear because of a dare, right?
You are about to give up as you suddenly see a laundry basket. You open it and there you see it, underwear!
You are certain that he wore them and it's not like anyone is going to check if he is still wearing some underwear right now. So you take one of it and hide it under your shirt, now all you have to do is go back upstairs without him noticing anything.
You flush the toilet and then wait a few seconds, to make it more believable. To your surprise the music ends just a few seconds after you flushed the toilet, that's odd.
You open the door and walk out of the bathroom.
<<speech "Michelle">>Thank you for letting me use the bathroom.<</speech>>
You say as you walk towards the stairs while looking at Henry who is still sitting at the couch and watching sports.
<<speech "Henry">>No need to thank me, have a nice evening with the girls.<</speech>>
You feel relieved as you walk up the stairs and out of the basement. As you close the door behind you you can see everyone staring at you. You smile and take his underwear out from under your shirt and show it to everyone.
<<speech "Alice">>She actually did it!<</speech>>
<<speech "Skyler">>Amazing, I didn't think you could pull it off. How did you do it?<</speech>>
<<speech "Emma">>No... please. I don't want to hear how you did it.<</speech>>
<<speech "Michelle">>Yea, I'm not telling. All that counts is that I got his underwear, so I fulfilled the dare.<</speech>>
You say throwing his underwear away and then walk back to your usual spot. As you are sitting down you hear Skyler whispering something into your ear.
<<speech "Skyler">>Did you suck his cock? Or did you fuck him? Either way, I'm sure you loved every second of it.<</speech>><<set $henry_dare_done to true>>
You ignore her comment and the game finally [[resumes!|truth or dare]]<</if>>You have reached the end of the current content.
The game will conclude within the next two big updates, which will most likely come out at the beginning of 2025.
Some of you might now think that the game is pretty short and is ending too soon, but that was always the plan from the beginning.
The game is supposed to be a short game that can be played over and over, with the idea in mind that you will always find new events, paths and endings you haven't seen before.
The plan for the next two big updates will be:
-New special events at the truth or dare game
-The path where you spike Steve's drink with an x-change (at the male path)
-More than 10 new proper endings
If you have any suggestions for additional paths, events or endings you would like to see, don't hesitate to suggest them. If I like the idea, there is a high chance that I will implement it into the game!
Thanks for playing!You have reached the end of the current content.
The game will conclude within the next two big updates, which will most likely come out at the beginning of 2025.
Some of you might now think that the game is pretty short and is ending too soon, but that was always the plan from the beginning.
The game is supposed to be a short game that can be played over and over, with the idea in mind that you will always find new events, paths and endings you haven't seen before.
The plan for the next two big updates will be:
-New special events at the truth or dare game
-The path where you spike Steve's drink with an x-change (at the male path)
-More than 10 new proper endings
If you have any suggestions for additional paths, events or endings you would like to see, don't hesitate to suggest them. If I like the idea, there is a high chance that I will implement it into the game!
Thanks for playing!<<if ndef $special_var>><<set $special_var to 0>><</if>><<if $special_var is 0>><<Pizza_delivery>><<else>>
-Special events placeholder-
The [[truth or dare][$special_ev to 0]] game resumes!<</if>><<if ndef $special_var>><<set $special_var to 0>><</if>><<if $special_var is 0>><<Pizza_delivery_male>><<else>>
-Special events placeholder-
The [[truth or dare|truth or dare_male][$special_ev to 0]] game resumes!<</if>><<widget "Dylan_scene">>
But only too late do you realize that someone else is in here with you too. It seems like Dylan had the same idea as you, he is standing in front of you almost naked, with his erect cock in hand.
<<speech "Dylan">>Oh, shit! Uuh...<</speech>>
It seems like he doesn't know what to say or how to react to you standing naked in front of him. You on the other hand barely notice what he is saying as all of your attention is currently directed at his big, hard cock.
It almost feels like you are getting hypnotized by it, you are way too aroused and your body acts on it's own. You kneel down in front of him and take his cock in your hands before you greedily start to suck on it.
[img[images/Female MC/BJ1.gif]]
<<speech "Dylan">>Ooh, fuck! That feels great.<</speech>>
You keep sucking on it passionately and enjoy the taste and hardness of his cock inside your mouth. The thought that you are willingly sucking off your good friend doesn't even register to you. All that matters to you right now is to sate your lust. But sucking him isn't enough for you, your pussy is dripping with arousal and begging to get filled.
You stop pleasuring him with your mouth and stand up. Dylan quickly realizes what you want and he probably wants it too right now. He grabs you and quickly leads you out of the bathroom and to one of the nearby guestrooms.
[img[images/Female MC/Sex2.gif]]
He lays down on top of the bed and you mount him in a cowgirl position. The moment his cock fills you for the first time makes you feel ecstatic and you can't help but moan loudly. You feel his hard cock filling up your pussy completely before you start to move up and down, first slowly and then faster and faster until you are riding him like a stud.
<<speech "Dylan">>Holy shit, you are so tight!<</speech>>
You don't respond to his words, instead you just keep riding him even faster. Getting your pussy fucked feels like the best thing in the world right now. You can't wait until he shoots his hot salty load inside your @@color:hotpink;//fertile//@@ pussy!
You keep riding him for a few more minutes before the both of you are about to reach your peak.
<<speech "Dylan">>Fuuck, I'm going to cum! Want me to take it out?<</speech>>
<<speech "Michelle">>NO! Cum inside me!<</speech>>
You scream at him with a needy moan. You know that it's not a good idea if he cums inside you and that you even might end up getting pregnant. But every fiber of your body wants to feel his cum inside of you right now.
And then it finally happens. He let's out a loud final grunt before you feel his hot load filling your needy pussy. As soon as you feel his cum inseminating you, you have the most powerful and mindblowing orgasm of your life. Your whole body shudders as you ride the waves of pleasure on top of him.
Another few moments pass before you finally come back to your senses. You are still lying on top of Dylan, your breasts are pressed against his chest and your crotch is still connected to his. You get off of him and stand up. As you do so you feel some of his cum dripping down your legs.
<<speech "Michelle">>Uh... we should probably go back to the others now before they wonder where we are.<</speech>>
<<speech "Dylan">>Oh, yea. You are right.<</speech>>
The both of you quickly refresh yourself and get dressed in silence. You can't believe that you just did that! You had sex with one of your good friends and he even came inside of you. Considering the pill you are on right now, does that mean that you will get pregnant and be stuck as a woman? It for sure was an amazing feeling to have sex and an orgasm as a woman but you are not sure if it was worth the risk. But before you can think anymore about it Dylan says something again.
<<speech "Dylan">>Just so you know, I really enjoyed it. Maybe we can hang out some more after today if you want?<</speech>>
<<speech "Michelle">>Oh... I have to think about it. Let's go back to the others for now.<</speech>>
<<if $mc_pregnant is "None">><<set $mc_pregnant to "Dylan">>@@color:orange;''You have been impregnated!''@@<br><</if>>
You freshen yourself up after that and then go back to the [[living room|second break][$talk_event +=1;$mc_lust -= 3;$mc_bj += 1;$mc_vag += 1;$dylan_affection.mc +=10;$dylan_lust -=3]].
<<if $rerolls > 0>><br>[[None of this actually happened][$rerolls_diff -=1;$talk_event +=1;$mc_lust -= 3;$mc_pregnant to "None"]] - [Use a reroll to prevent getting impregnated]<</if>><</widget>>
<<widget "Steve_scene">>
But only too late do you realize that someone else is in here with you too. It seems like Steve had the same idea as you, he is standing in front of you almost naked, with his erect cock in hand.
<<speech "Steve">>Damn, you don't waste any time do you?<</speech>>
He says as he checks out your nude body from top to bottom. You on the other hand barely notice what he is saying as all of your attention is currently directed at his big, hard cock.
It almost feels like you are getting hypnotized by it, you are way too aroused and your body acts on it's own. You kneel down in front of him and take his cock in your hands before you greedily start to suck on it.
[img[images/Female MC/BJ2.gif]]
<<speech "Steve">>Ooh, fuck! Not that I mind, I love slutty girls!<</speech>>
You keep sucking on it passionately and enjoy the taste and hardness of his cock inside your mouth. The thought that you are willingly sucking off your bully doesn't even register to you. All that matters to you right now is to sate your lust. But sucking him isn't enough for you, your pussy is dripping with arousal and begging to get filled.
You stop pleasuring him with your mouth and stand up. Steve quickly realizes what you want and he probably wants it too right now. He grabs you and quickly leads you out of the bathroom and to one of the nearby guestrooms.
[img[images/Female MC/Sex1.gif]]
He doesn't waste any time, he throws you on the bed and gets on top of you in a missionary position. The moment his cock fills you for the first time makes you feel ecstatic and you can't help but moan loudly. You feel his hard cock filling up your pussy completely before he pulls it out just to push it back in again, first slowly and then faster and faster until he is fucking you like there is no tomorrow.
<<speech "Steve">>You got such a tight pussy, I love it!<</speech>>
You don't respond to his words, instead you just enjoy the feeling of his cock inside of you. Getting your pussy fucked feels like the best thing in the world right now. You can't wait until he shoots his hot salty load inside your @@color:hotpink;//fertile//@@ pussy!
He keeps fucking you for a few more minutes before the both of you are about to reach your peak.
<<speech "Steve">>Fuuck, time to fill you up bitch!<</speech>>
<<speech "Michelle">>YES! Cum inside me!<</speech>>
You scream at him with a needy moan. You know that it's not a good idea if he cums inside you and that you even might end up getting pregnant. But every fiber of your body wants to feel his cum inside of you right now.
And then it finally happens. He let's out a loud final grunt before you feel his hot load filling your needy pussy. As soon as you feel his cum inseminating you, you have the most powerful and mindblowing orgasm of your life. Your whole body shudders as you ride the waves of pleasure beneath him.
Another few moments pass before you finally come back to your senses. You are still lying under Steve, your breasts are pressed against his chest and your crotch is still connected to his. He gets off of you and you stand up. As you do so you feel some of his cum dripping down your legs.
<<speech "Michelle">>Uh... we should probably go back to the others now before they wonder where we are.<</speech>>
<<speech "Steve">>Sure.<</speech>>
The both of you quickly refresh yourself and get dressed in silence. You can't believe that you just did that! Of all the people you could have sex with, why him? And he even came inside of you! Considering the pill you are on right now, does that mean that you will get pregnant and be stuck as a woman? It for sure was an amazing feeling to have sex and an orgasm as a woman but you are not sure if it was worth the risk. But before you can think anymore about it Steve says something again.
<<speech "Steve">>I'm always ready for more if you ever need another quick fuck.<</speech>>
<<speech "Michelle">>Oh... okay.<</speech>>
<<if $mc_pregnant is "None">><<set $mc_pregnant to "Steve">>@@color:orange;''You have been impregnated!''@@<br><</if>>
You freshen yourself up after that and then go back to the [[living room|second break][$talk_event +=1;$mc_lust -= 3;$mc_bj += 1;$mc_vag += 1;$steve_affection.mc +=10;$steve_lust -=3]].
<<if $rerolls > 0>><br>[[None of this actually happened][$rerolls_diff -=1;$talk_event +=1;$mc_lust -= 3;$mc_pregnant to "None"]] - [Use a reroll to prevent getting impregnated]<</if>><</widget>>
<<widget "James_scene">>
But only too late do you realize that someone else is in here with you too. It seems like James had the same idea as you, he is standing in front of you almost naked, with his erect cock in hand.
<<speech "James">>Oh, shit! Damn...<</speech>>
He says as he sees you standing naked in front of him. You on the other hand barely notice what he is saying as all of your attention is currently directed at his big, hard cock.
It almost feels like you are getting hypnotized by it, you are way too aroused and your body acts on it's own. You kneel down in front of him and take his cock in your hands before you greedily start to suck on it.
[img[images/Female MC/BJ3.gif]]
<<speech "James">>Ooh, fuck! Are you that hungry?<</speech>>
You keep sucking on it passionately and enjoy the taste and hardness of his cock inside your mouth. The thought that you are willingly sucking off a guy you barely know doesn't even register to you. All that matters to you right now is to sate your lust. But sucking him isn't enough for you, your pussy is dripping with arousal and begging to get filled.
You stop pleasuring him with your mouth and stand up. James quickly realizes what you want and he probably wants it too right now. He grabs you and quickly leads you out of the bathroom and to one of the nearby guestrooms.
[img[images/Female MC/Sex3.gif]]
He lays down on top of the bed and you mount him in a cowgirl position. The moment his cock fills you for the first time makes you feel ecstatic and you can't help but moan loudly. You feel his hard cock filling up your pussy completely before you start to move up and down, first slowly and then faster and faster until you are riding him like a stud.
<<speech "James">>Fuck yes, ride that cock girl!<</speech>>
You don't respond to his words, instead you just keep riding him even faster. Getting your pussy fucked feels like the best thing in the world right now. You can't wait until he shoots his hot salty load inside your @@color:hotpink;//fertile//@@ pussy!
You keep riding him for a few more minutes before the both of you are about to reach your peak.
<<speech "James">>Ugh, I'm going to cum! Want me to take it out?<</speech>>
<<speech "Michelle">>NO! Cum inside me!<</speech>>
You scream at him with a needy moan. You know that it's not a good idea if he cums inside you and that you even might end up getting pregnant. But every fiber of your body wants to feel his cum inside of you right now.
And then it finally happens. He let's out a loud final grunt before you feel his hot load filling your needy pussy. As soon as you feel his cum inseminating you, you have the most powerful and mindblowing orgasm of your life. Your whole body shudders as you ride the waves of pleasure on top of him.
Another few moments pass before you finally come back to your senses. You are still lying on top of James, your breasts are pressed against his chest and your crotch is still connected to his. You get off of him and stand up. As you do so you feel some of his cum dripping down your legs.
<<speech "Michelle">>Uh... we should probably go back to the others now before they wonder where we are.<</speech>>
<<speech "James">>Haha. You are right.<</speech>>
The both of you quickly refresh yourself and get dressed in silence. You can't believe that you just did that! You had sex with one of Steve's friends and he even came inside of you. Considering the pill you are on right now, does that mean that you will get pregnant and be stuck as a woman? It for sure was an amazing feeling to have sex and an orgasm as a woman but you are not sure if it was worth the risk. But before you can think anymore about it James says something again.
<<speech "James">>I know that was a one time thing because we were both pent up. But if you want it again just let me know.<</speech>>
<<speech "Michelle">>Oh... yea, I will keep that in mind. Let's go back to the others for now.<</speech>>
<<if $mc_pregnant is "None">><<set $mc_pregnant to "James">>@@color:orange;''You have been impregnated!''@@<br><</if>>
You freshen yourself up after that and then go back to the [[living room|second break][$talk_event +=1;$mc_lust -= 3;$mc_bj += 1;$mc_vag += 1;$james_affection.mc +=10;$james_lust -=3]].
<<if $rerolls > 0>><br>[[None of this actually happened][$rerolls_diff -=1;$talk_event +=1;$mc_lust -= 3;$mc_pregnant to "None"]] - [Use a reroll to prevent getting impregnated]<</if>><</widget>>
<<widget "Skyler_scene">>
But just as you are about to start, the door suddenly opens and Skyler walks in, it looks like you forgot to lock the door. She sees you standing there with your hard cock in hand and as she realizes what you are doing she starts to smile.
<<speech "You" "Michael">>Shit, it's not what it looks like!<</speech>>
<<speech "Skyler">>Really? Because it looks like you got turned on from the game and are now trying to jerk off.<</speech>>
<<speech "You" "Michael">>Okay... maybe it is what it looks like. Are you leaving now or?<</speech>>
She turns around and you thought that she is going to leave but she locks the door instead and turns back to you again. She then kneels down in front of you and grabs your cock.
[img[images/Skyler/Male MC/HJ.gif]]
<<speech "Skyler">>I got a better idea, how about I help you out?<</speech>>
You feel her small hands around your cock as she starts to stroke you and you let out a soft moan.
<<speech "Skyler">>It seems like you like it.<</speech>>
<<speech "You" "Michael">>Oh, yes. Your hands are so soft.<</speech>>
<<speech "Skyler">>Well, if you like this already, then let's see how much you like this.<</speech>>
[img[images/Skyler/Male MC/BJ.gif]]
She says before she slowly licks your cock all the way up and down from the base to the tip before she takes it into her mouth and starts to suck on it.
<<speech "You" "Michael">>Oh, fuck! That feels great!<</speech>>
She slowly sucks on your cock, savoring every inch she can feel inside her mouth. She seems to really enjoy it. After a while she increases the pace and keeps sucking on you faster and faster every time she bobs her head on your cock.
Considering how aroused you were when you started it's no surprise that it doesn't take you much longer until you reach your peak. Skyler notices that you are about to cum and takes your cock out of her mouth.
[img[images/Skyler/Male MC/cumshot.gif]]
You let out one loud final grunt before you cum all over Skyler's face.
<<speech "Skyler">>See? Wasn't it much more fun like this?<</speech>>
She says before she stands up and scoops up all of the cum on her face and puts it into her mouth. It looks like the rumors of her are true after all, she is a slut!
<<speech "You" "Michael">>It sure was!<</speech>>
You freshen yourself up after that and then go back to the [[living room|second break male][$talk_event +=1;$mc_lust -= 3;$mc_bj += 1;$mc_hj += 1;$skyler_affection.mc +=10;$skyler_lust -=2]].<</widget>>
<<widget "Alice_scene">>
But just as you are about to start, the door suddenly opens and Alice walks in, it looks like you forgot to lock the door. She sees you standing there with your hard cock in hand and as she realizes what you are doing she starts to smile.
<<speech "You" "Michael">>Shit, it's not what it looks like!<</speech>>
<<speech "Alice">>Really? Because it looks like you got turned on from the game and are now trying to jerk off.<</speech>>
<<speech "You" "Michael">>Okay... maybe it is what it looks like. Are you leaving now or?<</speech>>
She turns around and you thought that she is going to leave but she locks the door instead and turns back to you again. She then kneels down in front of you and grabs your cock.
[img[images/Alice/Male MC/HJ.gif]]
<<speech "Alice">>Why should I leave if I could give you a hand instead?<</speech>>
You feel her small hands around your cock as she starts to stroke you and you let out a soft moan.
<<speech "Alice">>Sounds like you like it.<</speech>>
<<speech "You" "Michael">>Oh, yes. Your hands are so soft.<</speech>>
<<speech "Alice">>That's not the only thing I can do.<</speech>>
[img[images/Alice/Male MC/BJ.gif]]
She says before she slowly licks your cock all the way up and down from the base to the tip before she takes it into her mouth and starts to suck on it.
<<speech "You" "Michael">>Oh, fuck! That feels great!<</speech>>
She slowly sucks on your cock, savoring every inch she can feel inside her mouth. She seems to really enjoy it. After a while she increases the pace and keeps sucking on you faster and faster every time she bobs her head on your cock.
Considering how aroused you were when you started it's no surprise that it doesn't take you much longer until you reach your peak. Alice notices that you are about to cum and takes your cock out of her mouth.
[img[images/Alice/Male MC/cumshot.gif]]
You let out one loud final grunt before you cum all over Alice's face.
<<speech "Alice">>Hehe, I hope you liked it.<</speech>>
She says before she stands up and scoops up all of the cum on her face and puts it into her mouth. It looks like the rumors of her are true after all, she is a slut!
<<speech "You" "Michael">>Of course, it was great!<</speech>>
You freshen yourself up after that and then go back to the [[living room|second break male][$talk_event +=1;$mc_lust -= 3;$mc_bj += 1;$mc_hj += 1;$alice_affection.mc +=10;$alice_lust -=2]].<</widget>><<widget "Pizza_delivery">>As you are in the middle of the game, someone suddenly knocks on the door.
<<speech "Emma">>Oh, that must be the pizza I have ordered!<</speech>>
Emma stands up and is about to walk towards the door as Skyler stops her.
<<speech "Skyler">>Emma, wait. Why don't we make things more interesting?<</speech>>
<<speech "Emma">>Huh? What do you mean? It's just pizza.<</speech>>
<<speech "Skyler">>Yes, but we are still in the middle of our game. We could make a dare out of it. Let's see... whoever's name gets pulled now has to do everything they can to get our pizzas for free.<</speech>>
<<speech "Emma">>Ooh, I like that!<</speech>>
<<speech "Dylan">>But shouldn't we know who is on the door first? You girls would have an advantage if it's a guy.<</speech>>
<<speech "Emma">>Good point, let me check.<</speech>>
Emma walks to the window besides the door and looks outside.
<<speech "Emma">>It's a guy.<</speech>>
<<speech "Skyler">>Okay, this dare will only be for us girls then. Let's draw a name!<</speech>>
Skyler takes a piece of paper from the bucket, the name on that paper is.... ''Michelle!''
Why did it have to be you? <<if $henry_dare>>You are not trusting Skyler anymore, is that really your name on that paper? Or did she just make it up to have you do a dare again?<</if>>
<<speech "Skyler">>It looks like it's the new girl's turn now, good luck!<</speech>>
You stand up and walk towards the door. Your mind is already racing, trying to think of a solution to the dare. Now that you are a girl, you have a lot of ways you could handle that.
<div id="choice"><<link"Flirt with him and give him your number">><<replace "#choice">>You open the door and see a guy who must be in his twenties. You decide that the best way to fullfil your dare without going overboard would be to flirt with him. You haven't been a girl for long but you know what turns a guy on. You try to show off your breasts and butt as best as you can and you start talking with him in a cute, sensual voice. You even try to touch his shoulder and arms from time to time while you are talking with him and try to giggle at everything he says.
<<if $mc_alcohol >=3.5>>But unfortunately for you, you already had at least one too many drinks. What would have probably come off as charming now comes off as a drunk girl talking nonsense. He doesn't seem interested in anything you say or do and just wants to get the transaction done as fast as he can. You end up paying for all of the pizzas before you go back to the others.
<<speech "Skyler">>Well, that was a failure. Should we think of a punishment because she couldn't fullfil the dare?<</speech>>
<<speech "Emma">>She already paid for all of our pizzas, I think that's punishment enough. Anyways, go and grab a pizza everyone!<</speech>>
Everyone grabs a piece of pizza and then sits down at their usual place to [[resume the game|truth or dare][$special_ev to 0;$special_var +=1]].<<else>>You can tell that he is getting a bit nervous and that your flirting is working but he still isn't willing to give you the pizzas for free, so you give him your number and promise to go on a date with him if he gives you the pizzas for free. He can't believe his luck and agrees. You feel a bit bad for him as you walk back to the others, because he will never get his date. But that doesn't really matter right now, you fulfilled the dare!
<<speech "Chloe">>Men are so simple, a little bit of flirting and they do everything you want.<</speech>>
<<speech "Skyler">>That was a bit too tame for my liking, you could have done much more!<</speech>>
<<speech "Emma">>She did the dare and that's all that counts, good job Michelle! Free pizzas for everyone!<</speech>>
Everyone grabs a piece of pizza and then sits down at their usual place to [[resume the game|truth or dare][$special_ev to 0;$special_var +=1]].<</if>><</replace>><</link>>
<<if $mc_alcohol >=2>><<link"Strip naked before you open the door">><<replace "#choice">>You are currently in a very sexy body, so you decide to just let it speak for itself. You strip out of you clothes until you are completely naked and then open the door. As the pizzaboy sees you he freezes, it seems like he can't believe what he's seeing. You greet him with a smile but he doesn't answer, he just keeps staring at you with his mouth open. Even though that isn't your real body it starts to get a bit embarrassing now, so you grab the pizzas from him and tell him that he already received his pay. He just nods and keeps looking at you before you decide that he has seen enough and you close the door. Then you get dressed again and return to the others.
<<speech "Leah">>That was a very daring thing of you to do.<</speech>>
<<speech "Skyler">>Haha, that guy couldn't believe his luck!<</speech>>
<<speech "Emma">>I probably wouldn't have been brave enough to do something like this with a stranger. Anyways, free pizzas for everyone!<</speech>>
Everyone grabs a piece of pizza and then sits down at their usual place to [[resume the game|truth or dare][$special_ev to 0;$special_var +=1]].<</replace>><</link>><<else>>You are not drunk enough to strip naked.<</if>>
<<if $mc_alcohol >=3.5 or $mc_lust>=4>><<link"Pay him with something else">><<replace "#choice">>You are not sure why you are even thinking about that, maybe you are too drunk or horny at this point but you are thinking of paying him with your mouth. That would probably the easiest way to get some free pizzas, what guy would say no to getting a blowjob from a hot girl?
You open the door and see a guy who must be in his twenties. You start with some smalltalk and get the pizzas until he asks you for the pay. You tell him that you could offer him something else than money and as he realizes what you mean it takes no time at all until he agrees.
[img[images/Female MC/BJ2.gif]]
So you kneel down in front of him and don't waste much time. You take his cock into your mouth and start to suck on it. You can't believe that you are actually sucking off some stranger just to get some free pizzas, you never were into guys before so why didn't you think of something else? Is it the pills fault or are you... actually enjoying this?
You keep sucking on him like this for a while, bobbing your head up and down his cock. The taste and smell of his cock slowly starts to turn you on and you can feel a longing between your legs.
But it seems like he is already at his peak and tells you that he is going to cum. You don't want him to cum all over your face so you decide to let him cum inside your mouth.
[img[images/Female MC/BJ_cum2.gif]]
He let's out a groan before he shoots his salty load inside your mouth and you swallow it down.
After that you stand up again and are about to say goodbye as he asks you for his number. You decline and close the door before you walk back to the others.
<<speech "Skyler">>That's what I'm talking about! Who knew you were such a slut?<</speech>>
Look who's the one talking! Does that already make you a slut though?
<<speech "Chloe">>That was disgusting.<</speech>>
<<speech "Steve">>There is nothing wrong with being a slut. Just my kind of girl!<</speech>>
Okay, if you have impressed Steve then you definitely did something wrong.
<<if $emma_affection.mc is -20>><<speech "Emma">>We already knew that she was a slut after what she has done with my Dad. Anyways, free pizzas everyone!<</speech>>
It seems like she is still pissed about that. <<else>><<speech "Emma">>She fulfilled the dare and that's all that counts right now, free pizzas everyone!<</speech>><</if>>
Everyone grabs a piece of pizza and then sits down at their usual place to [[resume the game|truth or dare][$special_ev to 0;$special_var +=1;$mc_bj +=1]].<</replace>><</link>><<else>>You are not drunk or horny enough to offer him a blowjob.<</if>></div><</widget>>
<<widget "Pizza_delivery_male">>As you are in the middle of the game, someone suddenly knocks on the door.
<<speech "Emma">>Oh, that must be the pizza I have ordered!<</speech>>
Emma stands up and is about to walk towards the door as Skyler stops her.
<<speech "Skyler">>Emma, wait. Why don't we make things more interesting?<</speech>>
<<speech "Emma">>Huh? What do you mean? It's just pizza.<</speech>>
<<speech "Skyler">>Yes, but we are still in the middle of our game. We could make a dare out of it. Let's see... whoever's name gets pulled now has to do everything they can to get our pizzas for free.<</speech>>
<<speech "Emma">>Ooh, I like that!<</speech>>
<<speech "Dylan">>But shouldn't we know who is on the door first? You girls would have an advantage if it's a guy.<</speech>>
<<speech "Emma">>Good point, let me check.<</speech>>
Emma walks to the window besides the door and looks outside.
<<speech "Emma">>It's a girl.<</speech>>
<<speech "Skyler">>That's a shame, this dare will only be for you guys then.<</speech>>
<<speech "Chloe">>Wait a second. Why only guys?<</speech>>
Chloe protests.
<<speech "Skyler">>Okay, then only for you guys and Chloe. Or does someone else want to join too? No? Alright, let's draw a name then.<</speech>>
Skyler takes a piece of paper from the bucket, the name on that paper is.... ''Michael!''
Oh boy, that's just your luck.
<<speech "Skyler">>It looks like it's your turn Michael, good luck!<</speech>>
You stand up and walk towards the door. Your mind is already racing, trying to think of a solution to the dare. You have never been good when it comes to flirting with girls and let's be honest, it's much harder to seduce a girl as a guy than the other way around. But maybe today is the day you will finally manage it? Or should you try something else and just be honest with her?
<div id="choice"><<link"Flirt with her">><<replace "#choice">>You open the door and see a pretty girl who must be in her twenties. You start off with some smalltalk before you decide to make her some compliments. That's not something you do everyday so you do feel a bit awkward but you try to hide it behind some nice smiles so she doesn't notice anything.
<<if $mc_alcohol <=3>>But unfortunately for you, it doesn't seem to work. She doesn't seem interested in anything you say or do and just wants to get the transaction done as fast as she can. You end up paying for all of the pizzas before you go back to the others.
<<speech "Skyler">>Well, that was a failure. Should we think of a punishment because he couldn't fullfil the dare?<</speech>>
<<speech "Emma">>He already paid for all of our pizzas, I think that's punishment enough. Anyways, go and grab a pizza everyone!<</speech>>
Everyone grabs a piece of pizza and then sits down at their usual place to [[resume the game|truth or dare_male][$special_ev to 0;$special_var +=1]].<<else>>You don't know if it's the alcohol that's helping you or not but it seems like you are actually succeeding and your flirting is working. But you know that she isn't giving you the pizzas for free just like that, so you try to make a deal with her. If she gives you the pizzas for free, you will give her your number and go on a date with her. She tells you that you are cute and agrees. You can't believe that you actually pulled this off, you fulfilled the dare!
<<speech "Chloe">>Not bad, it seems like you learned a thing or two from me.<</speech>>
<<speech "Skyler">>That was a bit too tame for my liking, you could have done much more!<</speech>>
<<speech "Emma">>Good job, Michael! Anyways, free pizzas for everyone!<</speech>>
Everyone grabs a piece of pizza and then sits down at their usual place to [[resume the game|truth or dare_male][$special_ev to 0;$special_var +=1]].<</if>><</replace>><</link>>
<<link"Tell her the truth">><<replace "#choice">>You don't know if that's actually a smart thing to do but you decide to just tell her the truth.
You open the door and see a pretty girl who must be in her twenties. You start off with some smalltalk before you tell her about the dare and ask her what you could do to get the pizzas for free. She seems to be excited as she hears that and asks you if she can come inside. You let her in and wonder what she is going to do.
What she tells you next isn't something you would have expected. She tells you that she thinks you are cute and that she will give you the pizza for free if you make her cum with your tongue. She seems to be much freakier than you thought she would be. But you aren't going to complain.
She drops her skirt and panties and you kneel down in front of her to lick her.
[img[images/Female MC/lick2.gif]]
You push your face between her legs and start licking her. Her pussy is freshly shaven and she smells and tastes pretty great. You swirl your tongue all around her pussy before you get to work on her clit. You are not sure if you are doing it right but as you keep licking her you eventually hear her moan. Hearing her moan like this is kind of hot. You never thought that you would ever lick a girl you just met but here you are.
You keep on licking her until she gets more and more aroused and you can feel that she is getting very wet. You redouble your pace and try to make her cum as best as you can. Her whole body starts to shiver and her moaning becomes louder once again before she reaches her peak and cums all over your face, squirting some of her juices into your mouth.
After that she gets dressed again and thanks you before she hands you the pizzas and leaves. Well, that's not how you expected this dare to turn out but it was certainly a nice experience!
<<speech "Skyler">>Damn, Michael! It sounded like you made her cum pretty hard, maybe you could show me your tongue skills next?<</speech>>
<<speech "Leah">>I didn't expect you to actually do that, you didn't even know that girl!<</speech>>
<<speech "Emma">>... Anyways, free pizzas for everyone!<</speech>>
Everyone grabs a piece of pizza and then sits down at their usual place to [[resume the game|truth or dare_male][$special_ev to 0;$special_var +=1]].<</replace>><</link>></div><</widget>>