Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<div class="standard" id="poppypoopy"><<include $clippy>></div>\<div class="standard" id="poppypoopy"><<include $boss>></div>\<div class="standard" id="poppypoopy"><<include $coach>></div>\<div class="standard" id="poppypoopy"><<include $cody>></div>\<div class="standard" id="poppypoopy"><<include $lisa>></div>\<div class="standard" id="poppypoopy"><<include $aaron>></div>\<div class="standard" id="poppypoopy"><<include $becky>></div>\<<script>>
Dialog.wiki(Story.get("boss").processText());
Dialog.open();
<</script>>\<<script>>
Dialog.wiki(Story.get("coach").processText());
Dialog.open();
<</script>>\<<script>>
Dialog.wiki(Story.get("cody").processText());
Dialog.open();
<</script>>\<<script>>
Dialog.wiki(Story.get("lisa").processText());
Dialog.open();
<</script>>\<<script>>
Dialog.wiki(Story.get("aaron").processText());
Dialog.open();
<</script>>\<<script>>
Dialog.wiki(Story.get("becky").processText());
Dialog.open();
<</script>>\<div id="full_makeup">\
<img @class="$hair.hue" id="hair" @src="$hair.current">\
<img id="eyes" @src="$eyes.current">\
<img id="cheeks" @src="$cheeks.current">\
<img @class="$lips.hue" id="lips" @src="$lips.current">\
<img id="ears" @src="$ears.current">\
<img id="piercings" @src="$piercings.current">\
<img id="neck" @src="$neck.current">\
</div>\<<set $workinprogress to "yes">>\
<<set $category to "hair">>\
<<set $location to "loc_bathroom">>
<div class="ward-container" style="font-size:90%;">\
<div class="preview-area">\
<img id="backdrop" src="images/locations/bathroom.png">\
<<include "makeup_hair">>
</div>\
<div class="button-area">\
<div class="btn1"><img class="ward_button" id="hair_button" src="images/ui/active.svg">\
<<link "<img src='images/ui/hair.png'>">>\
<<if $category isnot "hair">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#hair_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "hair">>\
<</if>>\
<<replace ".face-image">>\
<<include "makeup_hair">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn2"><img class="ward_button" id="eyes_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/eyes.png'>">>\
<<if $category isnot "eyes">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#eyes_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "eyes">>\
<</if>>\
<<replace ".face-image">>\
<<include "makeup_eyes">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn3"><img class="ward_button" id="cheeks_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/cheeks.png'>">>\
<<if $category isnot "cheeks">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#cheeks_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "cheeks">>\
<</if>>\
<<replace ".face-image">>\
<<include "makeup_cheeks">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn4"><img class="ward_button" id="lips_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/lips.png'>">>\
<<if $category isnot "lips">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#lips_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "lips">>\
<</if>>\
<<replace ".face-image">>\
<<include "makeup_lips">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn5"><img class="ward_button" id="ears_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/ears.png'>">>\
<<if $category isnot "ears">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#ears_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "ears">>\
<</if>>\
<<replace ".face-image">>\
<<include "makeup_ears">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn6"><img class="ward_button" id="piercings_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/piercings.png'>">>\
<<if $category isnot "piercings">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#piercings_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "piercings">>\
<</if>>\
<<replace ".face-image">>\
<<include "makeup_piercings">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn7"><img class="ward_button" id="neck_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/neck.png'>">>\
<<if $category isnot "neck">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#neck_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "neck">>\
<</if>>\
<<replace ".face-image">>\
<<include "makeup_neck">>\
<</replace>>\
<</link>>\
</div>\
<div class="nothing"></div>\
<div class="nothing"></div>\
<div class="nothing"></div>\
<div class="nothing"></div>\
</div>
</div>
<svg width="0" height="0" viewBox="0 0 400 400">
<mask id="masker" class="maskertje">
<ellipse fill="#fff" cx="20.5em" cy="15.2em" ry="14.58em" rx="10.25em"/>
</mask>
</svg>
<<if $makeuptutorial is "yes">>\
<div class="bathroom-exit">You're done painting for now, <<link "let's go back." "event_3 makeup_4">>
<<set $avatar.appear to "yes">>\
<<set $workinprogress to "no">>\
<<set $location to "">>
<</link>></div><</if>>
<<if $makeuptutorial isnot "yes">>\
<div class="bathroom-exit"><<link "Confirm and Exit" "home">>
<<set $location to "loc_home">>\
<<set $avatar.appear to "yes">>\
<<set $workinprogress to "no">>\
<</link>></div><</if>><div class="maskertje"><img id="base" @src="$bodybase">\
<img @class="$hathue" id="hat" @src="$hat_current">\
<img @class="$overtophue" id="overtop" @src="$overtop_current">\
<img class="top-reflection" id="top" @src="$top_current">\
<img @class="$brahue" id="bra" @src="$bra_current"></div>\
<div id="face_layer">\
<img class="maskertje_hair" id="hair" @src="$hair.current">\
<img id="eyes" @src="$eyes.current">\
<img id="cheeks" @src="$cheeks.current">\
<img @class="$lips.hue" id="lips" @src="$lips.current">\
<img id="ears" @src="$ears.current">\
<img id="piercings" @src="$piercings.current">\
<img id="neck" @src="$neck.current">\
</div>\<div class="face-image">\
<<include "reflection">>
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $hair.carousel lt $hair.total>>\
<<set $hair.carousel++>>\
<<else>>\
<<set $hair.carousel to 1>>\
<</if>>\
<<run State.setVar("$hair.current", "images/wardrobe/" + $category + "_" + $hair.carousel + ".png")>>\
<<run State.setVar("$portrait_hair", "url(images/wardrobe/" + $category + "_" + $hair.carousel + ".png)")>>\
<<run $("#hair").attr("src", "images/wardrobe/" + $category + "_" + $hair.carousel+".png");>>\
<<run $(":root").css("--hair", "url(images/wardrobe/" + $category + "_" + $hair.carousel + ".png)")>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $hair.carousel-->>\
<<if $hair.carousel is 0>>\
<<set $hair.carousel to $hair.total>>\
<</if>>\
<<run State.setVar("$hair.current", "images/wardrobe/" + $category + "_" + $hair.carousel + ".png")>>\
<<run State.setVar("$portrait_hair", "url(images/wardrobe/" + $category + "_" + $hair.carousel + ".png)")>>\
<<run $("#hair").attr("src", "images/wardrobe/" + $category + "_" + $hair.carousel+".png");>>\
<<run $(":root").css("--hair", "url(images/wardrobe/" + $category + "_" + $hair.carousel + ".png)")>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$hair.current", "images/wardrobe/empty.png")>>\
<<run $("#hair").attr("src", "images/wardrobe/empty.png");>>\
<<run $(":root").css("--hair", "url(images/wardrobe/empty.png)")>>\
<<run State.setVar("$portrait_hair", "url(images/wardrobe/empty.png)")>>\
<</link>>\
</div><div class="face-image">\
<<include "reflection">>
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $eyes.carousel lt $eyes.total>>\
<<set $eyes.carousel++>>\
<<else>>\
<<set $eyes.carousel to 1>>\
<</if>>\
<<run State.setVar("$eyes.current", "images/wardrobe/" + $category + "_" + $eyes.carousel + ".png")>>\
<<run State.setVar("$portrait_eyes", "url(images/wardrobe/" + $category + "_" + $eyes.carousel + ".png)")>>\
<<run $("#eyes").attr("src", "images/wardrobe/" + $category + "_" + $eyes.carousel+".png");>>\
<<run $(":root").css("--eyes", "url(images/wardrobe/" + $category + "_" + $eyes.carousel + ".png)")>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $eyes.carousel-->>\
<<if $eyes.carousel is 0>>\
<<set $eyes.carousel to $eyes.total>>\
<</if>>\
<<run State.setVar("$eyes.current", "images/wardrobe/" + $category + "_" + $eyes.carousel + ".png")>>\
<<run State.setVar("$portrait_eyes", "url(images/wardrobe/" + $category + "_" + $eyes.carousel + ".png)")>>\
<<run $("#eyes").attr("src", "images/wardrobe/" + $category + "_" + $eyes.carousel+".png");>>\
<<run $(":root").css("--eyes", "url(images/wardrobe/" + $category + "_" + $eyes.carousel + ".png)")>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$eyes.current", "images/wardrobe/empty.png")>>\
<<run $("#eyes").attr("src", "images/wardrobe/empty.png");>>\
<<run $(":root").css("--eyes", "url(images/wardrobe/empty.png)")>>\
<<run State.setVar("$portrait_eyes", "url(images/wardrobe/empty.png)")>>\
<</link>>\
</div><div class="face-image">\
<<include "reflection">>
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $cheeks.carousel lt $cheeks.total>>\
<<set $cheeks.carousel++>>\
<<else>>\
<<set $cheeks.carousel to 1>>\
<</if>>\
<<run State.setVar("$cheeks.current", "images/wardrobe/" + $category + "_" + $cheeks.carousel + ".png")>>\
<<run State.setVar("$portrait_cheeks", "url(images/wardrobe/" + $category + "_" + $cheeks.carousel + ".png)")>>\
<<run $("#cheeks").attr("src", "images/wardrobe/" + $category + "_" + $cheeks.carousel+".png");>>\
<<run $(":root").css("--cheeks", "url(images/wardrobe/" + $category + "_" + $cheeks.carousel + ".png)")>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $cheeks.carousel-->>\
<<if $cheeks.carousel is 0>>\
<<set $cheeks.carousel to $cheeks.total>>\
<</if>>\
<<run State.setVar("$cheeks.current", "images/wardrobe/" + $category + "_" + $cheeks.carousel + ".png")>>\
<<run State.setVar("$portrait_cheeks", "url(images/wardrobe/" + $category + "_" + $cheeks.carousel + ".png)")>>\
<<run $("#cheeks").attr("src", "images/wardrobe/" + $category + "_" + $cheeks.carousel+".png");>>\
<<run $(":root").css("--cheeks", "url(images/wardrobe/" + $category + "_" + $cheeks.carousel + ".png)")>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$cheeks.current", "images/wardrobe/empty.png")>>\
<<run $("#cheeks").attr("src", "images/wardrobe/empty.png");>>\
<<run $(":root").css("--cheeks", "url(images/wardrobe/empty.png)")>>\
<<run State.setVar("$portrait_cheeks", "url(images/wardrobe/empty.png)")>>\
<</link>>\
</div><div class="face-image">\
<<include "reflection">>
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $lips.carousel lt $lips.total>>\
<<set $lips.carousel++>>\
<<else>>\
<<set $lips.carousel to 1>>\
<</if>>\
<<if $body is 3>>\
<<run State.setVar("$lips.current", "images/wardrobe/3_" + $category + "_" + $lips.carousel + ".png")>>\
<<run State.setVar("$portrait_lips", "url(images/wardrobe/3_" + $category + "_" + $lips.carousel + ".png)")>>\
<<run $("#lips").attr("src", "images/wardrobe/3_" + $category + "_" + $lips.carousel+".png");>>\
<<run $(":root").css("--lips", "url(images/wardrobe/3_" + $category + "_" + $lips.carousel + ".png)")>>\
<</if>>\
<<if $body is 1 or $body is 2>>\
<<run State.setVar("$lips.current", "images/wardrobe/" + $category + "_" + $lips.carousel + ".png")>>\
<<run State.setVar("$portrait_lips", "url(images/wardrobe/" + $category + "_" + $lips.carousel + ".png)")>>\
<<run $("#lips").attr("src", "images/wardrobe/" + $category + "_" + $lips.carousel+".png");>>\
<<run $(":root").css("--lips", "url(images/wardrobe/" + $category + "_" + $lips.carousel + ".png)")>>\
<</if>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $lips.carousel-->>\
<<if $lips.carousel is 0>>\
<<set $lips.carousel to $lips.total>>\
<</if>>\
<<if $body is 3>>\
<<run State.setVar("$lips.current", "images/wardrobe/3_" + $category + "_" + $lips.carousel + ".png")>>\
<<run State.setVar("$portrait_lips", "url(images/wardrobe/3_" + $category + "_" + $lips.carousel + ".png)")>>\
<<run $("#lips").attr("src", "images/wardrobe/3_" + $category + "_" + $lips.carousel+".png");>>\
<<run $(":root").css("--lips", "url(images/wardrobe/3_" + $category + "_" + $lips.carousel + ".png)")>>\
<</if>>\
<<if $body is 1 or $body is 2>>\
<<run State.setVar("$lips.current", "images/wardrobe/" + $category + "_" + $lips.carousel + ".png")>>\
<<run State.setVar("$portrait_lips", "url(images/wardrobe/" + $category + "_" + $lips.carousel + ".png)")>>\
<<run $("#lips").attr("src", "images/wardrobe/" + $category + "_" + $lips.carousel+".png");>>\
<<run $(":root").css("--lips", "url(images/wardrobe/" + $category + "_" + $lips.carousel + ".png)")>>\
<</if>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$lips.current", "images/wardrobe/empty.png")>>\
<<run $("#lips").attr("src", "images/wardrobe/empty.png");>>\
<<run $(":root").css("--lips", "url(images/wardrobe/empty.png)")>>\
<<run State.setVar("$portrait_lips", "url(images/wardrobe/empty.png)")>>\
<</link>>\
</div><div class="face-image">\
<<include "reflection">>
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $piercings.carousel lt $piercings.total>>\
<<set $piercings.carousel++>>\
<<else>>\
<<set $piercings.carousel to 1>>\
<</if>>\
<<run State.setVar("$piercings.current", "images/wardrobe/" + $category + "_" + $piercings.carousel + ".png")>>\
<<run State.setVar("$portrait_piercings", "url(images/wardrobe/" + $category + "_" + $piercings.carousel + ".png)")>>\
<<run $("#piercings").attr("src", "images/wardrobe/" + $category + "_" + $piercings.carousel+".png");>>\
<<run $(":root").css("--piercings", "url(images/wardrobe/" + $category + "_" + $piercings.carousel + ".png)")>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $piercings.carousel-->>\
<<if $piercings.carousel is 0>>\
<<set $piercings.carousel to $piercings.total>>\
<</if>>\
<<run State.setVar("$piercings.current", "images/wardrobe/" + $category + "_" + $piercings.carousel + ".png")>>\
<<run State.setVar("$portrait_piercings", "url(images/wardrobe/" + $category + "_" + $piercings.carousel + ".png)")>>\
<<run $("#piercings").attr("src", "images/wardrobe/" + $category + "_" + $piercings.carousel+".png");>>\
<<run $(":root").css("--piercings", "url(images/wardrobe/" + $category + "_" + $piercings.carousel + ".png)")>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$piercings.current", "images/wardrobe/empty.png")>>\
<<run $("#piercings").attr("src", "images/wardrobe/empty.png");>>\
<<run $(":root").css("--piercings", "url(images/wardrobe/empty.png)")>>\
<<run State.setVar("$portrait_piercings", "url(images/wardrobe/empty.png)")>>\
<</link>>\
</div><div class="face-image">\
<<include "reflection">>
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $neck.carousel lt $neck.total>>\
<<set $neck.carousel++>>\
<<else>>\
<<set $neck.carousel to 1>>\
<</if>>\
<<run State.setVar("$neck.current", "images/wardrobe/" + $category + "_" + $neck.carousel + ".png")>>\
<<run State.setVar("$portrait_neck", "url(images/wardrobe/" + $category + "_" + $neck.carousel + ".png)")>>\
<<run $("#neck").attr("src", "images/wardrobe/" + $category + "_" + $neck.carousel+".png");>>\
<<run $(":root").css("--neck", "url(images/wardrobe/" + $category + "_" + $neck.carousel + ".png)")>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $neck.carousel-->>\
<<if $neck.carousel is 0>>\
<<set $neck.carousel to $neck.total>>\
<</if>>\
<<run State.setVar("$neck.current", "images/wardrobe/" + $category + "_" + $neck.carousel + ".png")>>\
<<run State.setVar("$portrait_neck", "url(images/wardrobe/" + $category + "_" + $neck.carousel + ".png)")>>\
<<run $("#neck").attr("src", "images/wardrobe/" + $category + "_" + $neck.carousel+".png");>>\
<<run $(":root").css("--neck", "url(images/wardrobe/" + $category + "_" + $neck.carousel + ".png)")>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$neck.current", "images/wardrobe/empty.png")>>\
<<run $("#neck").attr("src", "images/wardrobe/empty.png");>>\
<<run $(":root").css("--neck", "url(images/wardrobe/empty.png)")>>\
<<run State.setVar("$portrait_neck", "url(images/wardrobe/empty.png)")>>\
<</link>>\
</div><div class="face-image">\
<<include "reflection">>
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $ears.carousel lt $ears.total>>\
<<set $ears.carousel++>>\
<<else>>\
<<set $ears.carousel to 1>>\
<</if>>\
<<run State.setVar("$ears.current", "images/wardrobe/" + $category + "_" + $ears.carousel + ".png")>>\
<<run State.setVar("$portrait_ears", "url(images/wardrobe/" + $category + "_" + $ears.carousel + ".png)")>>\
<<run $("#ears").attr("src", "images/wardrobe/" + $category + "_" + $ears.carousel+".png");>>\
<<run $(":root").css("--ears", "url(images/wardrobe/" + $category + "_" + $ears.carousel + ".png)")>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $ears.carousel-->>\
<<if $ears.carousel is 0>>\
<<set $ears.carousel to $ears.total>>\
<</if>>\
<<run State.setVar("$ears.current", "images/wardrobe/" + $category + "_" + $ears.carousel + ".png")>>\
<<run State.setVar("$portrait_ears", "url(images/wardrobe/" + $category + "_" + $ears.carousel + ".png)")>>\
<<run $("#ears").attr("src", "images/wardrobe/" + $category + "_" + $ears.carousel+".png");>>\
<<run $(":root").css("--ears", "url(images/wardrobe/" + $category + "_" + $ears.carousel + ".png)")>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$ears.current", "images/wardrobe/empty.png")>>\
<<run $("#ears").attr("src", "images/wardrobe/empty.png");>>\
<<run $(":root").css("--ears", "url(images/wardrobe/empty.png)")>>\
<<run State.setVar("$portrait_ears", "url(images/wardrobe/empty.png)")>>\
<</link>>\
</div><<set $makeuptutorial to "yes">>\
<<set $skipping to "no">>
<<set $statusheader to "">>
<<set $headerimage to "">>
<<set $chat_firsttime to "yes">>
<<set $planner_firsttime to "yes">>
<<set $mail_firsttime to "yes">>
<<set $research_firsttime to "yes">>
/* UI Scale */
<<set $uiscale to 100>>
<<set $workinprogress to "no">>
/* Life 2 */
<<set $christmastree to "yes">>
/* WORK */
<<set $lazer_why to 0>>
<<set $lazer_business to 0>>
<<set $lazer_larry to 0>>
/* Portrait */
<<set $portrait_bg to "url(images/wardrobe/portrait/malebase.png)">>
<<set $portrait_base to "url(images/wardrobe/portrait/empty.png)">>
<<set $portrait_hair to "url(images/wardrobe/portrait/empty.png)">>
<<set $portrait_cheeks to "url(images/wardrobe/portrait/empty.png)">>
<<set $portrait_neck to "url(images/wardrobe/portrait/empty.png)">>
<<set $portrait_ears to "url(images/wardrobe/portrait/empty.png)">>
<<set $portrait_eyes to "url(images/wardrobe/portrait/empty.png)">>
<<set $portrait_lips to "url(images/wardrobe/portrait/empty.png)">>
/* Joe Color */
<<set $joe_p to "#a3d3ff">>
<<set $joe_border to "#2194ff">>
<<set $voice1 to 0>>
<<set $voice2 to 0>>
<<set $voice3 to 0>>
/* Doctor - TF - keuze */
<<set $tf_choice to "">>
<<set $changingbody to "no">>
/* STORY - STAGES */
<<set $story = {
work: {
unlocked: "yes",
current_stage: 1,
available: "yes",
title: {
stage1: {
before: "1.1 Work Introduction",
after: "1.1 Work Introduction"
},
stage2: {
before: "1.2 ???",
after: "1.2 Choosing a Client"
},
stage3: {
before: "1.3 ???",
after: "1.3 Planning a Visit"
},
stage4: {
before: "1.4 ???",
after: "1.4 ???"
},
},
info: "This is the //'Work'// tab. You'll use this to navigate to your weekly work activities. Click the button below to continue.",
client: {
tag: "mamamia",
name: "Mama Mia",
stage: 1
}
},
sports: {
unlocked: "no",
current_stage: 1,
available: "yes",
title: {
stage1: {
before: "1.1 Sports Introduction",
after: "1.1 Sports Introduction"
},
stage2: {
before: "1.2 ???",
after: "1.2 Choices, choices"
},
stage3: {
before: "1.3 ???",
after: "1.3 Matchday"
},
stage4: {
before: "1.4 ???",
after: "1.4 ???"
},
},
info: "This is, you guessed it, the //'Sports'// tab! Yessir, we here at The Contest are nothing if not predictable. Go on, take a look.",
team: ""
},
music: {
unlocked: "no",
current_stage: 1,
available: "yes",
title: {
stage1: {
before: "1.1 Music Introduction",
after: "1.1 Music Introduction"
},
stage2: {
before: "1.2 ???",
after: "..."
},
stage3: {
before: "1.3 ???",
after: "..."
},
stage4: {
before: "1.4 ???",
after: "..."
},
},
info: "So this is where we place the ooooole info. How do you do? Great to breed you! Blablabla ET CE TE RA! So this is where we place the ooooole info."
},
uni: {
unlocked: "no",
current_stage: 1,
available: "yes",
title: {
stage1: {
before: "1.1 Uni Introduction",
after: "1.1 Uni Introduction"
},
stage2: {
before: "1.2 ???",
after: "..."
},
stage3: {
before: "1.3 ???",
after: "..."
},
stage4: {
before: "1.4 ???",
after: "..."
},
},
info: "So this is where we place the ooooole info. How do you do? Great to breed you! Blablabla ET CE TE RA! So this is where we place the ooooole info."
},
life: {
unlocked: "no",
current_stage: 1,
available: "yes",
title: {
stage1: {
before: "1.1 Life Introduction",
after: "1.1 Life Introduction"
},
stage2: {
before: "1.2 ???",
after: "1.2 Spice It Up"
},
stage3: {
before: "1.3 ???",
after: "1.3 Toys R Us"
},
stage4: {
before: "1.4 ???",
after: "1.4 ???"
},
},
info: "Work and Sports wouldn't be much use without, of course: life! Which today includes The Contest Theme Announcement. What are you waiting for? Click!"
},
}>>
<<set $sportschoice to "">>
/* Home */
<<set $current_slide to "slide_work">>
/* UI */
<<set $avatar_size to 100>>
<<set $avatar = {
size: 100,
present: "yes",
appear: "yes",
}>>
/* WARDROBE */
/* Category Buttons */
<<set $hat_btn to "images/UI/hat.png">>
<<set $overtop_btn to "images/UI/overtop.png">>
<<set $top_btn to "images/UI/top.png">>
<<set $bra_btn to "images/UI/bra.png">>
<<set $pants_btn to "images/UI/pants.png">>
<<set $panties_btn to "images/UI/panties.png">>
<<set $socks_btn to "images/UI/socks.png">>
<<set $shoes_btn to "images/UI/shoes.png">>
/* Clothes Color Values */
<<set $bracolor to "brown">>
<<set $pantscolor to "">>
<<set $currentclothes to "">>
<<set $clothescolor = {
bra: {
1: "#eba6af",
2: "no",
3: "no",
4: "81282d"
}
}>>
<<set $afterrulesandregs to "">>
<<set $tophue to "hue0">>
<<set $category to "top">>
<<set $bodybase to "images/wardrobe/male_base.png">>
<<set $bodybase_d to "">>
/* Clothing Settings */
<<set $hat_carousel to 1>>
<<set $hats_total to 0>>
<<set $overtop_carousel to 1>>
<<set $overtop_total to 2>>
<<set $top_carousel to 1>>
<<set $top_total to 5>>
<<set $bra_carousel to 1>>
<<set $bra_total to 4>>
<<set $pants_carousel to 1>>
<<set $pants_total to 5>>
<<set $panties_carousel to 1>>
<<set $panties_total to 4>>
<<set $socks_carousel to 1>>
<<set $socks_total to 4>>
<<set $shoes_carousel to 1>>
<<set $shoes_total to 5>>
/* Makeup Settings */
<<set $hair = {
carousel: 1,
total: 5,
current: "images/wardrobe/empty.png",
hue: ""
}>>
<<set $eyes = {
carousel: 1,
total: 5,
current: "images/wardrobe/empty.png"
}>>
<<set $cheeks = {
carousel: 1,
total: 4,
current: "images/wardrobe/empty.png"
}>>
<<set $lips = {
carousel: 1,
total: 6,
current: "images/wardrobe/empty.png",
hue: ""
}>>
<<set $ears = {
carousel: 1,
total: 5,
current: "images/wardrobe/empty.png"
}>>
<<set $piercings = {
carousel: 1,
total: 4,
current: "images/wardrobe/empty.png"
}>>
<<set $neck = {
carousel: 1,
total: 4,
current: "images/wardrobe/empty.png"
}>>
/* Initial Clothing */
<<set $hat_index to 90>>
<<set $hat_current to "images/wardrobe/empty.png">>
<<set $overtop_index to 90>>
<<set $overtop_current to "images/wardrobe/empty.png">>
<<set $top_index to 80>>
<<set $top_current to "images/wardrobe/empty.png">>
<<set $bra_index to 40>>
<<set $bra_current to "images/wardrobe/empty.png">>
<<set $pants_index to 60>>
<<set $pants_current to "images/wardrobe/empty.png">>
<<set $panties_index to 40>>
<<set $panties_current to "images/wardrobe/empty.png">>
<<set $socks_index to 40>>
<<set $socks_current to "images/wardrobe/empty.png">>
<<set $shoes_index to 70>>
<<set $shoes_current to "images/wardrobe/empty.png">>
<<set $shoes to "#shoes_over">>
<<set $chapter to "prologue">>
<<set $time to 0>>
<<set $events to 1>>
<<set $credits to 5>>
<<set $work to 1>>
<<set $sports to 1>>
<<set $band to 1>>
<<set $uni to 1>>
<<set $social to 1>>
<<set $workstatus to "Work">>
<<set $sportsstatus to "Sports">>
<<set $bandstatus to "The Band">>
<<set $unistatus to "University">>
<<set $socialstatus to "Social">>
<<set $location to "loc_home">>
<<set $char1 to false>>
<<set $char2 to false>>
<<set $char3 to false>>
<<set $char4 to false>>
/* Main Character */
/* Body types:
1 = Niks laten doen
2 = Hormonen
3 = Plastic Surgery
4 = Combo 2 en 3
*/
<<set $body to 2>>
<<set $name to "Joey">>
<<set $name_backup to "Joey">>
<<set $malename to "Joey">>
<<set $lastname to "Smith">>
<<set $lastname_backup to "Smith">>
/* Bodypart Names */
<<set $lefttit to "The Left One">>
<<set $lefttit_backup to $lefttit>>\
<<set $righttit to "The Right One">>
<<set $righttit_backup to $righttit>>\
<<set $penisname to "Master Skywalker">>
<<set $penisname_backup to $penisname>>\
/* Characters */
<<set $char = {
becky: {
name: "Barkeep Becky",
portrait: "images/characters/portrait/becky.png",
paperclip: "images/characters/paperclip/becky.png",
tip: ""
},
aaron: {
name: "Aaron",
splash: "images/characters/splash/aaron.png",
portrait: "images/characters/portrait/aaron.png",
relationship: 100,
dom: 0,
present: 0,
tip: "Ready to get your ass beaten, little bro?"
},
lisa: {
name: "Lisa",
splash: "images/characters/splash/lisa.png",
portrait: "images/characters/portrait/lisa.png",
relationship: 100,
dom: 10,
present: 0,
tip: "What's up, babe?",
paperclip: "images/characters/paperclip/lisa.png"
},
cherry: {
name: "Cherry Banx",
splash: "images/characters/splash/cherrybanx.png",
portrait: "images/characters/portrait/cherrybanx.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Hiiii"
},
coach: {
name: "Coach Willard",
splash: "images/characters/splash/coach.png",
portrait: "images/characters/portrait/coach.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Keep it up, kid.",
paperclip: "images/characters/paperclip/coach.png"
},
cody: {
name: "Cody",
splash: "images/characters/splash/cody.png",
portrait: "images/characters/portrait/cody.png",
paperclip: "images/characters/paperclip/cody.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Sup?"
},
danny: {
name: "Danny",
splash: "images/characters/splash/danny.png",
portrait: "images/characters/portrait/danny.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Rock on, bro."
},
hfh: {
name: "Head$hot",
splash: "images/characters/splash/headshot.png",
portrait: "images/characters/portrait/headshot.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Don't forget to like and subscribe! HEADSHOT HIRED!!"
},
zola: {
name: "Zola Jackson",
splash: "images/characters/splash/jacksontwins.png",
portrait: "images/characters/portrait/zola.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Like, hi?"
},
hopper: {
name: "Hopper Jackson",
splash: "images/characters/splash/jacksontwins.png",
portrait: "images/characters/portrait/hopper.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Like, yeah?"
},
jessy: {
name: "Jessy",
splash: "images/characters/splash/jessy.png",
portrait: "images/characters/portrait/jessy.png",
relationship: 0,
dom: 0,
present: 0,
tip: "I look fabs, babes."
},
june: {
name: "June",
splash: "images/characters/splash/june.png",
portrait: "images/characters/portrait/june.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Gimme an H! Gimme an E! Gimme a Y! What's that say? HEY HEY HEY!!"
},
tim: {
name: "Tim",
splash: "images/characters/splash/tim.png",
portrait: "images/characters/portrait/tim.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Wut?"
},
boss: {
name: "Mr. Bossman",
splash: "images/characters/splash/boss.png",
portrait: "images/characters/portrait/boss.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Mr. President is currently not available for insights. Please make an appointment.",
paperclip: "images/characters/paperclip/boss.png"
},
billbenson: {
name: "Bill Benson",
splash: "images/characters/splash/billbenson.png",
portrait: "images/characters/portrait/billbenson.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Bill Benson here! From the Bra Company. A family business!"
},
doc: {
name: "Dr. Notta Laedi",
splash: "images/characters/splash/doc.png",
portrait: "images/characters/portrait/doc.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Welcome to my shop! Err, office. Welcome to my office! I'm a doctor!"
},
lotty: {
name: "Lotty",
splash: "images/characters/splash/lotty.png",
portrait: "images/characters/portrait/lotty.png",
relationship: 0,
dom: 0,
present: 0,
tip: "I'm a lady!"
},
lips: {
name: "Professor Lipstick",
splash: "images/characters/splash/proflipstick.png",
portrait: "images/characters/portrait/proflipstick.png",
relationship: 0,
dom: 0,
present: 0,
tip: "It's all about women."
},
sam: {
name: "Sam the Soundguy",
splash: "images/characters/splash/sam.png",
portrait: "images/characters/portrait/sam.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Rock and Roll, baby!"
},
accountant: {
name: "The Accountant",
splash: "images/characters/splash/theaccountant.png",
portrait: "images/characters/portrait/theaccountant.png",
relationship: 0,
dom: 0,
present: 0,
tip: "Yes?"
},
clippy: {
name: "Clippy",
splash: "images/characters/splash/clippy.png",
portrait: "images/characters/portrait/clippy.png",
tip: "Sup, bitch?"
},
cookie: {
name: "Cookie",
splash: "images/characters/splash/cookie.png",
portrait: "images/characters/portrait/cookie.png",
tip: "",
},
colleague1: {
name: "Doug",
portrait: "images/characters/portrait/colleague1.png",
paperclip: "images/characters/paperclip/colleague1.png"
},
colleague2: {
name: "Vanessa",
portrait: "images/characters/portrait/colleague2.png",
paperclip: "images/characters/paperclip/colleague2.png"
},
cheers: {
name: "Coach Heather",
portrait: "images/characters/portrait/cheers.png",
paperclip: "images/characters/paperclip/cheers.png",
splash: "images/characters/splash/cheers.png"
}
}>>
/* Sports Paths */
<<set $spath = {
one: {
jerk: "",
choice: ""
},
two: {
blank: "",
choice: ""
},
three: {
blank: "",
choice: ""
},
four: {
blank: "",
choice: ""
},
five: {
blank: "",
choice: ""
},
choice: 0,
cody: "",
tim: "",
june: "",
johnny: ""
}>>
<<set $jessy_flirt to "no">>
<<set $barstranger to "">>
/* Game Characters */
<<character 'joe' '$name' 'images/ui/empty.png'>>
<<character 'joemale' '$name' 'images/characters/portrait/maleself.png'>>
<<character 'lisa' 'images/characters/portrait/lisa.png'>>
<<character 'jessy' '$char.jessy.name' 'images/characters/portrait/jessy.png'>>
<<character 'doc' '$char.doc.name' 'images/characters/portrait/doc.png'>>
<<character 'coach' '$char.coach.name' 'images/characters/portrait/coach.png'>>
<<character 'cody' '$char.cody.name' 'images/characters/portrait/cody.png'>>
<<character 'sam' '$char.sam.name' 'images/characters/portrait/sam.png'>>
<<character 'lips' '$char.lips.name' 'images/characters/portrait/proflipstick.png'>>
<<character 'aaron' '$char.aaron.name' 'images/characters/portrait/aaron.png'>>
<<character 'accountant' '$char.accountant.name' 'images/characters/portrait/theaccountant.png'>>
<<character 'lotty' '$char.lotty.name' 'images/characters/portrait/lotty.png'>>
<<character 'boss' '$char.boss.name' 'images/characters/portrait/boss.png'>>
<<character 'cookie' '$char.cookie.name' 'images/characters/portrait/cookie.png'>>
<<character 'cookie_o' 'Cookie' 'images/characters/portrait/cookie_o.png'>>
<<character 'maria_o' 'Maria' 'images/characters/portrait/maria_o.png'>>
<<character 'headshot' '$char.headshot.name' 'images/characters/portrait/headshot.png'>>
<<character 'headshot_o' 'Head$hot' 'images/characters/portrait/headshot_o.png'>>
<<character 'clippy' 'Clippy' 'images/characters/portrait/clippy.png'>>
<<character 'coll1' 'Doug' 'images/characters/portrait/billbenson.png'>>
<<character 'cheers' '$char.cheers.name' 'images/characters/portrait/cheers.png'>>
<<character 'june' '$char.june.name' 'images/characters/portrait/june.png'>>
<<character 'becky' '$char.becky.name' 'images/characters/portrait/becky.png'>>
<<character 'tim' '$char.tim.name' 'images/characters/portrait/tim.png'>>
<<character 'johnny' 'Johnny' 'images/characters/portrait/johnny.png'>>
<<character 'disa' 'Lisa' 'images/characters/portrait/domlisa.png'>>
<<character 'lucy' 'Lucy the Assistant' 'images/characters/portrait/rando5.png'>>
<<character 'nora' 'Nora' 'images/characters/portrait/nora.png'>>
<<character 'barguy' 'Bar Stranger' 'images/characters/portrait/barguy.png'>>
<<character 'paulo' 'Pauly' 'images/characters/portrait/paulo.png'>>
<<character 'm-lisa' 'Lisa' 'images/characters/portrait/lisa.png'>>
<<character 'm-joe' '$name' 'images/ui/empty.png'>>
<<character 'm-barguy' 'Pizza Sausage' 'images/characters/portrait/barguy.png'>>
<<character 'm-becky' 'Becky' 'images/characters/portrait/becky.png'>>
/* Character Tips Dinges */
<<character 't-clippy' 'Clippy' 'images/characters/portrait/clippy.png'>>
<<character 't-joe' '$name' 'images/ui/empty.png'>>
<<character 't-lisa' 'Lisa' 'images/characters/portrait/lisa.png'>>
<<character 't-jessy' '$char.jessy.name' 'images/characters/portrait/jessy.png'>>
<<character 't-doc' '$char.doc.name' 'images/characters/portrait/doc.png'>>
<<character 't-coach' '$char.coach.name' 'images/characters/portrait/coach.png'>>
<<character 't-cody' '$char.cody.name' 'images/characters/portrait/cody.png'>>
<<character 't-sam' '$char.sam.name' 'images/characters/portrait/sam.png'>>
<<character 't-lips' '$char.lips.name' 'images/characters/portrait/proflipstick.png'>>
<<character 't-aaron' '$char.aaron.name' 'images/characters/portrait/aaron.png'>>
<<character 't-accountant' '$char.accountant.name' 'images/characters/portrait/theaccountant.png'>>
<<character 't-lotty' '$char.lotty.name' 'images/characters/portrait/lotty.png'>>
<<character 't-boss' '$char.boss.name' 'images/characters/portrait/boss.png'>>
<<character 't-cookie' '$char.cookie.name' 'images/characters/portrait/cookie.png'>>
<<character 't-cookie_o' 'Cookie' 'images/characters/portrait/cookie_o.png'>>
<<character 't-maria_o' 'Maria' 'images/characters/portrait/maria_o.png'>>
<<character 't-headshot' '$char.headshot.name' 'images/characters/portrait/headshot.png'>>
<<character 't-headshot_o' 'Head$hot' 'images/characters/portrait/headshot_o.png'>>
<<character 't-coll1' 'Doug' 'images/characters/portrait/billbenson.png'>>
<<character 't-cheers' '$char.cheers.name' 'images/characters/portrait/cheers.png'>>
<<character 't-june' '$char.june.name' 'images/characters/portrait/june.png'>>
<<character 't-becky' '$char.becky.name' 'images/characters/portrait/becky.png'>>
<<character 't-tim' '$char.tim.name' 'images/characters/portrait/tim.png'>>
/* Character Names */
/* Categories (Characters) */
/* Active */
<<character 'work' 'Work' 'images/ui/money.png'>>
<<character 'sports' 'Sports' 'images/ui/physique.png'>>
<<character 'band' 'Music' 'images/ui/performance.png'>>
<<character 'uni' 'University' 'images/ui/knowledge.png'>>
<<character 'social' 'Social' 'images/ui/social.png'>>
/* Locked */
<<character 'worklock' 'Work' 'images/ui/money.png'>>
<<character 'sportslock' 'Sports' 'images/ui/physique.png'>>
<<character 'bandlock' 'Music' 'images/ui/performance.png'>>
<<character 'unilock' 'University' 'images/ui/knowledge.png'>>
<<character 'sociallock' 'Social' 'images/ui/social.png'>>
/* Unlockable Stuff */
<<set $portrait_unlocked to "no">>
<<set $wardrobe_unlocked to "no">>
<<set $lisa to 1>>
<<set $doc to false>>
<<set $bb1 to false>>
<<set $bb2 to false>>
<<set $boss to false>>
<<set $plugged to "no">>
<<set $work_text to "This text is about work, this is the first text." >>
<<set $sports_text to "This text is about sports, this is the first text." >>
<<set $band_text to "This text is about the band, this is the first text." >>
<<set $uni_text to "This text is about university, this is the first text." >>
<<set $social_text to "This text is about social, this is the first text." >>
<<set $worklock_text to "You've already done the work intro!" >>
<<set $sportslock_text to "This one is donezo. Check back next week!" >>
<<set $bandlock_text to "Already did this one, buddy. Why else you think that song is stuck in your head?" >>
<<set $unilock_text to "No homework for next week! Woo! Wait, we're the teacher?" >>
<<set $sociallock_text to "Finish all other activities to unlock this one.." >>
<<set $work_available to 1>>
<<set $sports_available to 1>>
<<set $band_available to 1>>
<<set $uni_available to 1>>
<<set $social_available to 0>>
<<set $home_text to "This is the base! From this screen you choose your activities for the week. Every activity can be done once each week, and in total you can do three activities. Because this is the intro, we'll have you check out every activity once before we really get going!">>
<<set $activity to "">>\
<<set $update_end to "no">>
/* Work Projects */
<<set $dd_afternoon = ["Shopping"]>>
<<set $dd_dinner = ["Standard Restaurant"]>>
<<set $dd_evening = ["Local Bar"]>>
<<set $wp_intro to "first">>
<<set $afternoonselection to "afternoon_shopping">>
<<set $dinnerselection to "dinner_standard">>
<<set $eveningselection to "evening_local">>
<<set $wp_gloryhole to "locked">>
<<set $askcolleagues to "available">>
<<set $present = {
total: 0,
one: {
image: "",
popup: "",
},
two: {
image: "",
popup: "",
},
three: {
image: "",
popup: "",
},
four: {
image: "",
popup: "",
},
five: {
image: "",
popup: "",
}
}>>
<<set $testjesz to "coach">>
<<set $status = {
location: "home",
activity: "none",
title: {
activity: "Chillin'",
location: "Home"
}
}>>
<<set $clippy to "Sup, bitch?">>
<<set $boss to "">>
<<set $mamamia_1_2a to 1>>
<<set $mamamia_1_2b to 1>>
<<set $mamamia_1_2c to 1>>
<<set $lazer_1_2a to 1>>
<<set $lazer_1_2b to 1>>
<<set $lazer_1_2c to 1>>
<<set $mamamia_lingerie to "no">>
<<set $notes = {
mamamia: {
horny: "yes",
jason: "yes",
buttplug: "no",
spa: "no",
golf: "no",
gloryhole: "no",
vibrator: "no",
club: "no"
}
}>>
<<set $cuckold to "">>
<<set $keptnumber to "">>
<<set $workpc_research_current to "">>
<<set $theend to "yes">>
<<set $personality_unlocked to "no">>
<<set $week1sports to 0>>\
<<set $week1sportsexplanation to "no">>\
/* PLANNER */
<<set $choosing_field to "choosing_overview">>
<<set $chatlog_active to "chatlog_mike">>
<<set $currentworkpcscreen to "workpc_planner">>
<<set $thegrime to "no">>\
/* mail */
<<set $open_mail to "mail_boss">>
/* chat */
<<set $chat = {
mike: 0,
diana: 0,
pashi: 0,
boss: 0,
}>>
<<set $chattymike to 0>>
<<set $gift = {
total: 7,
unlocked: {
one: "gift_buttplug",
two: "gift_diyldo",
three: "gift_booze",
four: "gift_cockring",
five: "gift_polaroid",
six: "gift_clothing",
seven: "gift_vibrator"
},
confirmed: "no",
choice: "",
bg: "url(images/work/niks.png)"
}>>
<<set $gift_buttplug = {
title: "Buttplug",
image: ""
}>>
<<set $special = {
total: 4,
unlocked: {
one: "special_weed",
two: "special_stranger",
three: "special_fan",
four: "special_chef",
five: ""
},
confirmed: "no",
choice: "",
bg: "url(images/work/niks.png)"
}>>
<<set $day_activity = {
total: 5,
unlocked: {
one: "day_spa",
two: "day_golf",
three: "day_sightseeing",
four: "day_museum",
five: "day_shopping"
},
confirmed: "no",
choice: "",
bg: "url(images/work/niks.png)"
}>>
<<set $night_activity = {
total: 3,
unlocked: {
one: "night_bar",
two: "night_clubbing",
three: "night_stripclub",
four: "",
five: ""
},
confirmed: "no",
choice: "",
bg: "url(images/work/niks.png)"
}>>
<<set $lingo = {
one: "f",
two: "l",
three: "a",
four: "s",
five: "h",
answer: "flash",
sexicon: "sports_p4_7a flash"
}>>
<<set $guess = {
one: "",
two: "",
three: "",
four: "",
five: ""
}>>
<<set $clippyguessy to "no">>
<<set $upthebum to "">><h1>Status</h1>\
<div class="status_activity" @id="$status.activity">\
<img @src="'images/status/' + $status.location + '.png'">
Activity: ''$status.title.activity''
Location: ''$status.title.location''
Also here:
<h4></h4>\
</div>\
<div class="status_present">\
<<if $present.total >= 1>>\
<<link "<img class='paperclip' @src='$present.one.image'>">>\
<<include $present.one.popup>>\
<</link>>\
<</if>>\
<<if $present.total gte 2>>\
<<link "<img class='paperclip' @src='$present.two.image'>">>\
<<popup $present.two.popup>>\
<</link>>\
<</if>>\
<<if $present.total gte 3>>\
<<link "<img class='paperclip' @src='$present.three.image'>">>\
<<popup $present.three.popup>>\
<</link>>\
<</if>>\
<<if $present.total gte 4>>\
<<link "<img class='paperclip' @src='$present.four.image'>">>\
<<popup $present.four.popup>>\
<</link>>\
<</if>>\
<<if $present.total gte 5>>\
<<link "<img class='paperclip' @src='$present.five.image'>">>\
<<popup $present.five.popup>>\
<</link>>\
<</if>>\
<<link "<img class='paperclip' src='images/characters/paperclip/clippy.png'>">>\
<<popup "clippy">>\
<</link>>\
</div>
<<if $personality_unlocked is "yes">>Customize:<</if>>\
<h4></h4>\
<div class="sidemenu"><<if $gallery_unlocked is "yes">><<button "gallery">><</button>><</if>>\
<<if $personality_unlocked is "yes">><<button "PERSONALITY" "personality">><</button>><</if>>\
<<if $wardrobe_unlocked is "yes" and $location is "loc_home">><<button "WARDROBE" "wardrobe">><</button>><</if>>\
<<if $makeup_unlocked is "yes" and $location is "loc_home">><<button "MAKE-UP" "bathroom">><</button>><</if>></div>\<div class="standard">\
<<joe>><<nobr>>Hi! It's me, $name $lastname. $lefttit and $righttit make up my
<<if $body is 1>>magnificent rack<</if>><<if $body is 2>>perky, all natural bosom<</if>><<if $body is 1>>imaginary but beautiful bust<</if>>,
and $penisname helps me tinkle.<</nobr>><</joe>>
<<nobr>>You can't change your personality, but you //can// change elements of the game to fit your experience.
You can change your name to something more feminine, for example, or you change your //'voice'//.
Changing your voice does not affect anything in the story, it's cosmetic.<</nobr>>
<div id="namechange">\
''<<link "Change Your Name">><<replace "#namechange">><<timed 10ms t8n>><<include "namechange">><</timed>><</replace>><</link>>''\
</div>\
<div id="voicechange">\
''<<link "Change Your Voice">><<replace "#voicechange">><<include "voicechange">><</replace>><</link>>''\
</div>\
<div id="bonuschange">\
''<<link "Change Other Stuff">><<replace "#bonuschange">><<include "bonuschange">><</replace>><</link>>''\
</div>
<<link "Return to game." `previous()`>><</link>>
</div>Change your 'Voice':
<span class="emma"><<button "Emma" `passage()`>><<include voicechange_emma>><</button>></span>\
<span class="raven"><<button "Raven" `passage()`>><<include voicechange_raven>><</button>></span>\
<span class="hera"><<button "Hera" `passage()`>><<include voicechange_hera>><</button>></span>\
<hr class="gradienthr"><<run State.setVar("$portrait_bg", "url(images/wardrobe/portrait/bgemma.png)")>>\
<<run State.setVar("$joe_p", "#fff0c7")>>\
<<run State.setVar("$joe_border", "#ffa600")>>\
<<run $(":root").css("--joe-border", "#ffa600")>>\
<<run $(":root").css("--joe-p", "#fff0c7")>>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bgemma.png)")>>\<<run State.setVar("$portrait_bg", "url(images/wardrobe/portrait/bgraven.png)")>>\
<<run State.setVar("$joe_border", "#ab0000")>>\
<<run State.setVar("$joe_p", "#ff7878")>>\
<<run $(":root").css("--joe-border", "#ab0000")>>\
<<run $(":root").css("--joe-p", "#ff7878")>>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bgraven.png)")>>\<<run State.setVar("$portrait_bg", "url(images/wardrobe/portrait/bghera.png)")>>\
<<run State.setVar("$joe_p", "#b38dff")>>\
<<run State.setVar("$joe_border", "#612ad0")>>\
<<run $(":root").css("--joe-p", "#b38dff")>>\
<<run $(":root").css("--joe-border", "#612ad0")>>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bghera.png)")>>\Change your First Name:
<<textbox "$namechange" "" autofocus>>
''<<link "Confirm" `passage()`>>
<<if $namechange isnot "">>\
<<set $name to $namechange>>\
<<set $name_backup to $namechange>>\
<</if>>\
<</link>>''\
<br>
<hr class="gradienthr"><br>Change //'Other Stuff'//
Name your breasts:
<<textbox "$tittychange_l" "" autofocus>><<textbox "$tittychange_r" "">>
''<<link "Confirm" `passage()`>>
<<if $tittychange_l isnot "" and $tittychange_r isnot "">>\
<<set $lefttit to $tittychange_l>>\
<<set $lefttit_backup to $tittychange_l>>\
<<set $righttit to $tittychange_r>>\
<<set $righttit_backup to $tittychange_r>>\
<</if>>\
<</link>>''\
<hr class="gradienthr">
Name your penis:
<<textbox "$penischange" "">>
''<<link "Confirm" `passage()`>>
<<if $penischange isnot "">>\
<<set $penisname to $penischange>>\
<<set $penisname_backup to $penischange>>\
<</if>>\
<</link>>''\
<br>
<hr class="gradienthr"><div class="standard">\
<section>\
<div class="container">\
<div class="carousel">\
<input type="radio" name="slides" checked="checked" id="slide-1">\
<input type="radio" name="slides" id="slide-2">\
<input type="radio" name="slides" id="slide-3">\
<input type="radio" name="slides" id="slide-4">\
<input type="radio" name="slides" id="slide-5">\
<input type="radio" name="slides" id="slide-6">\
<ul class="carousel__slides">\
<li class="carousel__slide">\
<figure>\
<div>\
<img class="moneyshot" src="images/gallery/life_3_mc.png" alt="">\
</div>
<figcaption>
''Paint:'' Cumbucket™
<span class="credit">''Canvas:'' $name</span>\
</figcaption>\
</figure>\
</li>\
<li class="carousel__slide">\
<figure>\
<div>\
<img class="moneyshot" src="images/gallery/event_1_lisa.png" alt="">\
</div>
<figcaption>
''Paint:'' Yours? Memory's hazy..
<span class="credit">''Canvas:'' Lisa</span>\
</figcaption>\
</figure>\
</li>\
<li class="carousel__slide">\
<figure>\
<div>\
<img class="moneyshot" src="images/gallery/event_2_mc.png" alt="">\
</div>
<figcaption>
''Paint:'' Some Guy
<span class="credit">''Canvas:'' $name</span>\
</figcaption>\
</figure>\
</li>\
<li class="carousel__slide">\
<figure>\
<div>\
<img class="moneyshot" src="images/gallery/sports_2_mc_car.png" alt="">\
</div>
<figcaption>
''Paint:'' $name
<span class="credit">''Canvas:'' $name</span>\
</figcaption>\
</figure>\
</li>\
<li class="carousel__slide">\
<figure>\
<div>\
<img class="moneyshot" src="images/gallery/sports_2_mc_shower.png" alt="">\
</div>
<figcaption>
''Paint:'' $name
<span class="credit">''Canvas:'' $name</span>\
</figcaption>\
</figure>\
</li>\
<li class="carousel__slide">\
<figure>\
<div>\
<img class="moneyshot" src="images/gallery/event_2_jessy.png" alt="">\
</div>
<figcaption>
''Paint:'' $name
<span class="credit">''Canvas:'' Jessy</span>\
</figcaption>\
</figure>\
</li>\
</ul>
<ul class="carousel__thumbnails">\
<li>\
<label for="slide-1"><img src="images/gallery/life_3_mc.png" alt=""></label>\
</li>\
<li>\
<label for="slide-2"><img src="images/gallery/event_1_lisa.png" alt=""></label>\
</li>\
<li>\
<label for="slide-3"><img src="images/gallery/event_2_mc.png" alt=""></label>\
</li>\
<li>\
<label for="slide-4"><img src="images/gallery/sports_2_mc_car.png" alt=""></label>\
</li>\
<li>\
<label for="slide-5"><img src="images/gallery/sports_2_mc_shower.png" alt=""></label>\
</li>\
<li>\
<label for="slide-6"><img src="images/gallery/event_2_jessy.png" alt=""></label>\
</li>\
</ul>\
</div>\
</div>\
</section>\
<<return "Return to Game">>
</div><<if $clippyguessy is "no">><<popup "clippy_guessy">><</if>>\
<div class="standard">\
<img class="lingo_intro" style="width:28em" src="images/ui/guessy.png">
<div class="guessy">
<<timed 0ms>><<if $guess.one is "">><div class="firstletteranswer">?</div><<elseif $guess.one is $lingo.one>><div class="firstletteranswer rightanswer">$guess.one</div>
<<elseif $guess.one isnot $lingo.one and ($guess.one is $lingo.two) or ($guess.one is $lingo.three) or ($guess.one is $lingo.four) or ($guess.one is $lingo.five)>><div class="firstletteranswer maybeanswer">$guess.one</div>
<<elseif $guess.one isnot $lingo.one>><div class="firstletteranswer wronganswer">$guess.one</div><</if>>\
<</timed>><<timed 100ms>><<if $guess.two is "">><div class="firstletteranswer">?</div><<elseif $guess.two is $lingo.two>><div class="secondletteranswer rightanswer">$guess.two</div>
<<elseif $guess.two isnot $lingo.two and ($guess.two is $lingo.one) or ($guess.two is $lingo.three) or ($guess.two is $lingo.four) or ($guess.two is $lingo.five)>><div class="secondletteranswer maybeanswer">$guess.two</div>
<<elseif $guess.two isnot $lingo.two>><div class="secondletteranswer wronganswer">$guess.two</div><</if>>\
<</timed>><<timed 200ms>><<if $guess.three is "">><div class="firstletteranswer">?</div><<elseif $guess.three is $lingo.three>><div class="thirdletteranswer rightanswer">$guess.three</div>
<<elseif $guess.three isnot $lingo.three and ($guess.three is $lingo.one) or ($guess.three is $lingo.two) or ($guess.three is $lingo.four) or ($guess.three is $lingo.five)>><div class="thirdletteranswer maybeanswer">$guess.three</div>
<<elseif $guess.three isnot $lingo.three>><div class="thirdletteranswer wronganswer">$guess.three</div><</if>>\
<</timed>><<timed 300ms>><<if $guess.four is "">><div class="firstletteranswer">?</div><<elseif $guess.four is $lingo.four>><div class="fourthletteranswer rightanswer">$guess.four</div>
<<elseif $guess.four isnot $lingo.four and ($guess.four is $lingo.two) or ($guess.four is $lingo.three) or ($guess.four is $lingo.one) or ($guess.four is $lingo.five)>><div class="fourthletteranswer maybeanswer">$guess.four</div>
<<elseif $guess.four isnot $lingo.four>><div class="fourthletteranswer wronganswer">$guess.four</div><</if>>\
<</timed>><<timed 400ms>><<if $guess.five is "">><div class="firstletteranswer">?</div><<elseif $guess.five is $lingo.five>><div class="fifthletteranswer rightanswer">$guess.five</div>
<<elseif $guess.five isnot $lingo.five and ($guess.five is $lingo.two) or ($guess.five is $lingo.three) or ($guess.five is $lingo.four) or ($guess.five is $lingo.one)>><div class="fifthletteranswer maybeanswer">$guess.five</div>
<<elseif $guess.five isnot $lingo.five>><div class="fifthletteranswer wronganswer">$guess.five</div><</if>><</timed>>\
</div>\
<hr class="gradienthr_small">
<<if $guess.one isnot $lingo.one or $guess.two isnot $lingo.two or $guess.three isnot $lingo.three or $guess.four isnot $lingo.four or $guess.five isnot $lingo.five>>\
<div class="guessy">\
<div class="firstletter"><input type="text" id="textbox-lingofirst" class="macro-textbox" name="textbox-lingofirst" required minlength="1" maxlength="1" size="1"/></div>
<div class="secondletter"><input type="text" id="textbox-lingosecond" class="macro-textbox" name="textbox-lingosecond" required minlength="1" maxlength="1" size="1"/></div>
<div class="thirdletter"><input type="text" id="textbox-lingothird" class="macro-textbox" name="textbox-lingothird" required minlength="1" maxlength="1" size="1"/></div>
<div class="fourthletter"><input type="text" id="textbox-lingofourth" class="macro-textbox" name="textbox-lingofourth" required minlength="1" maxlength="1" size="1"/></div>
<div class="fifthletter"><input type="text" id="textbox-lingofifth" class="macro-textbox" name="textbox-lingofifth" required minlength="1" maxlength="1" size="1"/></div>
</div>\
<hr class="gradienthr_small">
<<button "Guess!" `passage()`>>
<<run State.setVar("$guess.one", $("#textbox-lingofirst").val())>>\
<<run State.setVar("$guess.two", $("#textbox-lingosecond").val())>>\
<<run State.setVar("$guess.three", $("#textbox-lingothird").val())>>\
<<run State.setVar("$guess.four", $("#textbox-lingofourth").val())>>\
<<run State.setVar("$guess.five", $("#textbox-lingofifth").val())>>\
<</button>>
<<link "What am I supposed to do?">><<popup "whatisguessy">><</link>>
<<link "Actually, screw this. Just tell me." $lingo.sexicon>><</link>><</if>>\
<<if $guess.one is $lingo.one and $guess.two is $lingo.two and $guess.three is $lingo.three and $guess.four is $lingo.four and $guess.five is $lingo.five>>\
<<timed 600ms t8n>><h1>Well Done!</h1>\
Learn about: <div class="lingocomplete"><<link "$lingo.answer" $lingo.sexicon>><</link>></div><</timed>><</if>>\
</div><<set $clippyguessy to "done">>\
<<t-clippy>><<nobr>>Hi boss! This is //Guessy!//, a silly little minigame where you can guess the word we're after. If you don't want to play, just press
the button at the bottom, no harm done. <</nobr>>
Because of logical reasons, you have to guess one word at a time. Good luck!<</t-clippy>><div class="poppy">//Welcome to //Guessy!//, the ever popular The Contest™ word guessing game!//
<<nobr>>It's simple: type a letter in each of the boxes and press 'Guess!', and we'll tell you which letters are in the right place,
which //are// in the word but not in the right place, and which //aren't// in the word at all. Good luck!<</nobr>>
<<link "Back to Guessy!">><<dialogclose>><</link>></div><<set $status to {
activity: "sports",
location: "thefield",
title: {
activity: "Sports",
location: "The Field"
}
}>>\<<set $status to {
activity: "sports",
location: "theclub",
title: {
activity: "Sports",
location: "The Locker Room"
}
}>>\<<set $status to {
activity: "work",
location: "theoffice",
title: {
activity: "Work",
location: "The Office"
}
}>>\<img id="banner" src="images/locations/banner/clinic.png">
<img id="small_bradius" src="images/ui/clinic.svg">\
<br><img id="banner" src="images/locations/banner/docsoffice.png">
<img id="small_bradius" src="images/ui/docsoffice.svg">\
<br><<run State.setVar("$headerimage", "images/ui/header/" + $statusheader + ".png")>>\
<img class="header" @src="$headerimage"><br><img id="banner" src="images/locations/banner/cornershop.png">
<img id="small_bradius" src="images/ui/cornershop.svg">\
<br><img id="banner" src="images/locations/banner/thepit.png">
<img id="small_bradius" src="images/ui/thepit.svg">\
<br><img id="banner" src="images/locations/banner/home.png">
<img id="small_bradius" src="images/ui/home.svg">\
<br><<if $location isnot "loc_wardrobe" and $location isnot "loc_bathroom" and $avatar.present is "yes">>\
<div class="avatar">\
<<if $avatar.appear is "yes">><<timed 10ms t8n>>\
<<include "avatar_wardrobe">>\
<<set $avatar.appear to "no">>\
<</timed>>\
<<else>>\
<<include "avatar_wardrobe">>\
<</if>>\
</div>\
<<elseif $avatar.present isnot "yes" and $changingbody isnot "yes">><div class="avatar"></div>\
<</if>>\
<<if $changingbody is "yes">><<include "changingbody">><</if>>\
<<if $workinprogress is "yes">><<include "workinprogress">><</if>>
<br><div class="standard">\
<h1>UI Scale</h1>\
<p style="font-size:140%"><<link "XL - 140%">>\
<<run State.setVar("$uiscale", "140")>>\
<<run $(":root").css("--ui-scale", "140%")>>\
<</link>></p>\
<p style="font-size:120%"><<link "L - 120%">>\
<<run State.setVar("$uiscale", "120")>>\
<<run $(":root").css("--ui-scale", "120%")>>\
<</link>></p>\
<p style="font-size:100%"><<link "M - 100%">>\
<<run State.setVar("$uiscale", "100")>>\
<<run $(":root").css("--ui-scale", "100%")>>\
<</link>></p>\
<p style="font-size:90%"><<link "S - 90%">>\
<<run State.setVar("$uiscale", "90")>>\
<<run $(":root").css("--ui-scale", "90%")>>\
<</link>></p>\
<p style="font-size:75%"><<link "XS - 75%">>\
<<run State.setVar("$uiscale", "75")>>\
<<run $(":root").css("--ui-scale", "75%")>>\
<</link>></p>\
<hr>
<<return "Return to Game">>
</div>\[[UI Scale]]<<link "Body 1">><<run State.setVar("$body", 1)>><</link>>
<<link "Body 2">><<run State.setVar("$body", 2)>><</link>>
<<link "Body 3">><<run State.setVar("$body", 3)>><</link>>
<<link "Body 4">><<run State.setVar("$body", 4)>><</link>>
[[Gogo|sports_2]]<div class="standard">
[[home]]
<<link "start" "event_3">>
<<run State.setVar("$uiscale", "140")>>\
<<run $(":root").css("--ui-scale", "140%")>>\
<<set $events to 2>>
<<set $body to 3>>
<<set $personality_unlocked to "yes">>
<<set $credits to 0>>
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body3">><<set $chapter to "whatever">>
<<set $time ++>>
<<set $story.life.current_stage to 2>>\
<<set $story.sports.current_stage to 2>>\
<<set $story.work.current_stage to 2>>\
<<set $wardrobe_unlocked to "yes">>\
<<set $makeup_unlocked to "yes">>\
<</link>>
<<link "Body 1" `passage()`>>
<<set $body to 1>>
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body1">><<set $chapter to "whatever">>
<</link>>
<<link "Body 2" `passage()`>>
<<set $body to 2>>
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body2">><<set $chapter to "whatever">>
<</link>>
<<link "Body 3" `passage()`>>
<<set $body to 3>>
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body3">><<set $chapter to "whatever">>
<</link>>
<<link "Spath 1" "sports_3">><<set $spath.choice to 1>><</link>>
<<link "Spath 2" "sports_3">><<set $spath.choice to 2>><</link>>
<<link "Spath 3" "sports_3">><<set $spath.choice to 3>><</link>>
<<link "Spath 4" "sports_3">><<set $spath.choice to 4>><</link>>
<<link "Spath 5" "sports_3">><<set $spath.choice to 5>><</link>>
<<textbox "$dev_destination" "">>
<<button "Set The Thing" `passage()`>><<set $dev_jump to $dev_destination>><</button>>
<<link "Go to: $dev_jump" $dev_jump>><</link>>\
<<button "Lazer" `passage()`>><<set $story.work.client.tag to "lazer">><<set $story.work.client.name to "Lazer">><</button>>
<<button "Pump" `passage()`>><<set $story.work.client.tag to "pump">><<set $story.work.client.name to "Pump">><</button>>
Info:
spath choice: $spath.choice
sports stage: $story.sports.current_stage
<<return "Return">>
</div><div class="gewoon">
<<if $wardrobe_unlocked is "yes">>[[Back|home]]
<<elseif $wardrobe_unlocked is "no" and $jessy_flirt is "no">>[[Back to the store|event_2_8a]]
<<elseif $wardrobe_unlocked is "no" and $jessy_flirt is "yes">>[[Back to the store|event_2_8b]]
<</if>>
</div><img class="brb" src="images/UI/brb.png">
<<if $location is "loc_wardrobe">><br><br><br><br><br><br><br><br><br><br><br><br><</if>>\
<<if $location is "loc_bathroom">><br><br><br><br><br><br><br><br><br><br><br><br><</if>>\<div class="sexicon" style="background-image: url(images/bos/flashing.png);">\
</div><div class="sexicon" style="background-image: url(images/bos/handjob.png);">\
</div><<set $story.life.available to "no">>\
<<set $credits to $credits - 1>>\
<<set $story.life.current_stage += 1>>\<<set $story.sports.available to "no">>\
<<set $credits to $credits - 1>>\
<<set $story.sports.current_stage += 1>>\<<set $story.work.available to "no">>\
<<set $credits to $credits - 1>>\
<<set $story.work.current_stage += 1>>\
<<set $story.work.client.stage ++>>\/* Work */\
<<if $story.work.current_stage gte 2>>\
<<set $story.work.title.stage2.before to "1.2 A new client">>\
<<set $story.work.title.stage2.after to "1.2 A new client">><</if>>\
<<if $story.work.current_stage gte 3>>\
<<set $story.work.title.stage3.before to "1.3 Planning a visit">>\
<<set $story.work.title.stage3.after to "1.3 Planning a visit">>\
<</if>>\
<<if $story.work.client.tag is "pump" and $story.work.current_stage is 3>>\
<<set $story.work.info to "PUMP's very own Maria Chub is your new client! You had a great chat. Next up: planning a whole day to spend with her!">>\
<</if>>\
<<if $story.work.client.tag is "mamamia" and $story.work.current_stage is 3>>\
<<set $story.work.info to "Mama Mia, what a woman! Cookie and you had a great chat. It was.. insightful. Next up: planning a whole day to spend with her!">>\
<</if>>\
<<if $story.work.client.tag is "lazer" and $story.work.current_stage is 3>>\
<<set $story.work.info to "Lazer's Head$hot, or fucking //Larry//, is your new client. What a dick! Next up: planning a whole - that's right - //a whole day// to spend with him.">>\
<</if>>\
/* Sports */\
<<if $story.sports.current_stage gte 2>>\
<<set $story.sports.title.stage2.before to "1.2 Choices, choices">>\
<<set $story.sports.title.stage2.after to "1.2 Choices, choices">><</if>>\
<<if $story.sports.current_stage gte 3 and $spath.choice is 1>>\
<<set $story.sports.title.stage3.before to "1.3 Help a brother out">>\
<<set $story.sports.title.stage3.after to "1.3 Help a brother out">>\
<</if>>\
<<if $story.sports.current_stage gte 3 and $spath.choice is 2>>\
<<set $story.sports.title.stage3.before to "1.3 Cheers!">>\
<<set $story.sports.title.stage3.after to "1.3 Cheers!">>\
<</if>>\
<<if $story.sports.current_stage gte 3 and $spath.choice is 3>>\
<<set $story.sports.title.stage3.before to "1.3 Need you on my team">>\
<<set $story.sports.title.stage3.after to "1.3 Need you on my team">>\
<</if>>\
<<if $story.sports.current_stage gte 3 and $spath.choice is 4>>\
<<set $story.sports.title.stage3.before to "1.3 Don't get distracted..">>\
<<set $story.sports.title.stage3.after to "1.3 Don't get distracted..">>\
<</if>>\
/* Life */\
<<if $story.life.current_stage gte 2>>\
<<set $story.life.title.stage2.before to "1.2 Spice It Up">><</if>>\
<<if $story.life.current_stage gte 3>>\
<<set $story.life.title.stage3.before to "1.3 Toys Я Us">><</if>>\<div id="avatar_wardrobe">\
<<if $panties_current is "images/wardrobe/empty.png">>\
<img id="base" @src="$bodybase_d">\
<<else>>\
<img id="base" @src="$bodybase">\
<</if>>\
<<if $chapter is "prologue">>\
<img id="base" src="images/wardrobe/male_base.png">\
<</if>>\
<img @class="$hathue" id="hat" @src="$hat_current">\
<img @class="$overtophue" id="overtop" @src="$overtop_current">\
<img @class="$tophue" id="top" @src="$top_current">\
<img @class="$brahue" id="bra" @src="$bra_current">\
<img @class="$pantshue" id="pants" @src="$pants_current">\
<img @class="$pantieshue" id="panties" @src="$panties_current">\
<img @class="$sockshue" id="socks" @src="$socks_current">\
<img @class="$shoeshue" id="shoes" @src="$shoes_current">\
<img id="shadow" src="images/wardrobe/shadow_2.png">\
</div>\
<div id="avatar_makeup">\
<img @class="$hair.hue" id="hair" @src="$hair.current">\
<img id="eyes" @src="$eyes.current">\
<img id="cheeks" @src="$cheeks.current">\
<img @class="$lips.hue" id="lips" @src="$lips.current">\
<img id="ears" @src="$ears.current">\
<img id="piercings" @src="$piercings.current">\
<img id="neck" @src="$neck.current">\
</div>\<<set $workinprogress to "yes">>\
<<set $category to "top">>\
<<set $location to "loc_wardrobe">>\
<div class="ward-container">\
<div class="preview-area">\
<img id="backdrop" src="images/locations/wardrobe.png">\
<<include "fullmakeup">>\
<<include "dressing_top">>\
</div>\
<div class="button-area">\
<div class="btn2"><img class="ward_button" id="overtop_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/overtop.png'>">>\
<<if $category isnot "overtop">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#overtop_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "overtop">>\
<</if>>\
<<replace ".body-image">>\
<<include "dressing_overtop">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn3"><img class="ward_button" id="top_button" src="images/ui/active.svg">\
<<link "<img src='images/ui/top.png'>">>\
<<if $category isnot "top">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#top_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "top">>\
<</if>>\
<<replace ".body-image">>\
<<include "dressing_top">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn4"><img class="ward_button" id="bra_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/bra.png'>">>\
<<if $category isnot "bra">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#bra_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "bra">>\
<</if>>\
<<replace ".body-image">>\
<<include "dressing_bra">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn5"><img class="ward_button" id="pants_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/pants.png'>">>\
<<if $category isnot "pants">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#pants_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "pants">>\
<</if>>\
<<replace ".body-image">>\
<<include "dressing_pants">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn6"><img class="ward_button" id="panties_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/panties.png'>">>\
<<if $category isnot "panties">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#panties_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "panties">>\
<</if>>\
<<replace ".body-image">>\
<<include "dressing_panties">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn7"><img class="ward_button" id="socks_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/socks.png'>">>\
<<if $category isnot "socks">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#socks_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "socks">>\
<</if>>\
<<replace ".body-image">>\
<<include "dressing_socks">>\
<</replace>>\
<</link>>\
</div>\
<div class="btn8"><img class="ward_button" id="shoes_button" src="images/ui/empty.png">\
<<link "<img src='images/ui/shoes.png'>">>\
<<if $category isnot "shoes">>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\
<<run $("#shoes_button").attr("src", "images/ui/active.svg");>>\
<<set $category to "shoes">>\
<</if>>\
<<replace ".body-image">>\
<<include "dressing_shoes">>\
<</replace>>\
<</link>>\
</div>\
<div class="nothing"></div>\
<div class="nothing"></div>\
<div class="nothing"></div>\
<div class="nothing"></div>\
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="standard">
<<if $wardrobe_unlocked isnot "yes">>
<<link "You try on a bunch of items, taking pictures as instructed." "event_2_5">>\
<<set $location to "closhit">>\
<<set $avatar.present to "yes">>\
<<set $workinprogress to "no">>\
<</link>>\
<<elseif $update_end is "yes">>\
End of update.
<<else>>
<<link "Confirm and back" "home">>\
<<set $location to "loc_home">>\
<<set $avatar.appear to "yes">>\
<<set $workinprogress to "no">>\
<</link>>
<</if>>\
</div><<if $panties_current is "images/wardrobe/empty.png">>\
<img id="base" @src="$bodybase_d">\
<<else>>\
<img id="base" @src="$bodybase">\
<<run $("#base").attr("src", $bodybase)>>\
<</if>>\
<<if $chapter is "prologue">>\
<img id="base" src="images/wardrobe/male_base.png">\
<</if>>\
<img @class="$hathue" id="hat" @src="$hat_current">\
<img @class="$overtophue" id="overtop" @src="$overtop_current">\
<img @class="$tophue" id="top" @src="$top_current">\
<img @class="$brahue" id="bra" @src="$bra_current">\
<img @class="$pantshue" id="pants" @src="$pants_current">\
<img @class="$pantieshue" id="panties" @src="$panties_current">\
<img @class="$sockshue" id="socks" @src="$socks_current">\
<img @class="$shoeshue" id="shoes" @src="$shoes_current">\<div class="body-image">\
<<include "wardrobe_total">>\
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $hat_carousel lt $hat_total>>\
<<set $hat_carousel++>>\
<<else>>\
<<set $hat_carousel to 1>>\
<</if>>\
<<run State.setVar("$hat_current", "images/wardrobe/" + $body + "_" + $category + "_" + $hat_carousel + ".png")>>\
<<run $("#hat").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $hat_carousel+".png");>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $hat_carousel-->>\
<<if $hat_carousel is 0>>\
<<set $hat_carousel to $hat_total>>\
<</if>>\
<<run State.setVar("$hat_current", "images/wardrobe/" + $body + "_" + $category + "_" + $hat_carousel + ".png")>>\
<<run $("#hat").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $hat_carousel+".png");>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$hat_current", "images/wardrobe/empty.png")>>\
<<run $("#hat").attr("src", "images/wardrobe/empty.png");>>\
<</link>>\
</div>\<div class="body-image">\
<<include "wardrobe_total">>\
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $overtop_carousel lt $overtop_total>>\
<<set $overtop_carousel++>>\
<<else>>\
<<set $overtop_carousel to 1>>\
<</if>>\
<<run State.setVar("$overtop_current", "images/wardrobe/" + $body + "_" + $category + "_" + $overtop_carousel + ".png")>>\
<<run $("#overtop").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $overtop_carousel+".png");>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $overtop_carousel-->>\
<<if $overtop_carousel is 0>>\
<<set $overtop_carousel to $overtop_total>>\
<</if>>\
<<run State.setVar("$overtop_current", "images/wardrobe/" + $body + "_" + $category + "_" + $overtop_carousel + ".png")>>\
<<run $("#overtop").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $overtop_carousel+".png");>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$overtop_current", "images/wardrobe/empty.png")>>\
<<run $("#overtop").attr("src", "images/wardrobe/empty.png");>>\
<</link>>\
</div>\<div class="body-image">\
<<include "wardrobe_total">>\
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $top_carousel lt $top_total>>\
<<set $top_carousel++>>\
<<else>>\
<<set $top_carousel to 1>>\
<</if>>\
<<run State.setVar("$top_current", "images/wardrobe/" + $body + "_" + $category + "_" + $top_carousel + ".png")>>\
<<run $("#top").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $top_carousel+".png");>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $top_carousel-->>\
<<if $top_carousel is 0>>\
<<set $top_carousel to $top_total>>\
<</if>>\
<<run State.setVar("$top_current", "images/wardrobe/" + $body + "_" + $category + "_" + $top_carousel + ".png")>>\
<<run $("#top").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $top_carousel+".png");>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$top_current", "images/wardrobe/empty.png")>>\
<<run $("#top").attr("src", "images/wardrobe/empty.png");>>\
<</link>>\
</div>\<div class="body-image">\
<<include "wardrobe_total">>\
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $bra_carousel lt $bra_total>>\
<<set $bra_carousel++>>\
<<else>>\
<<set $bra_carousel to 1>>\
<</if>>\
<<run State.setVar("$bra_current", "images/wardrobe/" + $body + "_" + $category + "_" + $bra_carousel + ".png")>>\
<<run $("#bra").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $bra_carousel+".png");>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $bra_carousel-->>\
<<if $bra_carousel is 0>>\
<<set $bra_carousel to $bra_total>>\
<</if>>\
<<run State.setVar("$bra_current", "images/wardrobe/" + $body + "_" + $category + "_" + $bra_carousel + ".png")>>\
<<run $("#bra").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $bra_carousel+".png");>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$bra_current", "images/wardrobe/empty.png")>>\
<<run $("#bra").attr("src", "images/wardrobe/empty.png");>>\
<</link>>\
</div>\<div class="body-image">\
<<include "wardrobe_total">>\
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $pants_carousel lt $pants_total>>\
<<set $pants_carousel++>>\
<<else>>\
<<set $pants_carousel to 1>>\
<</if>>\
<<if ($pants_carousel is 3) and ($shoes_current is "images/wardrobe/shoes_4.png")>>\
<<run State.setVar("$pants_current", "images/wardrobe/" + $body + "_" + $category + "_" + $pants_carousel + "b" + ".png")>>\
<<run $("#pants").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $pants_carousel + "b" + ".png");>>\
<<else>>\
<<run State.setVar("$pants_current", "images/wardrobe/" + $body + "_" + $category + "_" + $pants_carousel + ".png")>>\
<<run $("#pants").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $pants_carousel+".png");>>\
<<run State.setVar("$pantscolor", "images/ui/colors/" + $category + "_" + $pants_carousel + ".png")>>\
<<run $("#colorbtn1, #colorbtn2, #colorbtn3, #colorbtn4, #colorbtn5, #colorbtn6, #colorbtn7, #colorbtn8").attr("src", $pantscolor)>>\
<</if>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $pants_carousel-->>\
<<if $pants_carousel is 0>>\
<<set $pants_carousel to $pants_total>>\
<</if>>\
<<if ($pants_carousel is 3) and ($shoes_current is "images/wardrobe/shoes_4.png")>>\
<<run State.setVar("$pants_current", "images/wardrobe/" + $body + "_" + $category + "_" + $pants_carousel + "b" + ".png")>>\
<<run $("#pants").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $pants_carousel + "b" + ".png");>>\
<<else>>\
<<run State.setVar("$pants_current", "images/wardrobe/" + $body + "_" + $category + "_" + $pants_carousel + ".png")>>\
<<run $("#pants").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $pants_carousel+".png");>>\
<</if>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$pants_current", "images/wardrobe/empty.png")>>\
<<run $("#pants").attr("src", "images/wardrobe/empty.png");>>\
<</link>>\
</div>\<div class="body-image">\
<<include "wardrobe_total">>\
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<run $("#base").attr("src", $bodybase)>>\
<<if $panties_carousel lt $panties_total>>\
<<set $panties_carousel++>>\
<<else>>\
<<set $panties_carousel to 1>>\
<</if>>\
<<run State.setVar("$panties_current", "images/wardrobe/" + $body + "_" + $category + "_" + $panties_carousel + ".png")>>\
<<run $("#panties").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $panties_carousel+".png");>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<run $("#base").attr("src", $bodybase)>>\
<<set $panties_carousel-->>\
<<if $panties_carousel is 0>>\
<<set $panties_carousel to $panties_total>>\
<</if>>\
<<run State.setVar("$panties_current", "images/wardrobe/" + $body + "_" + $category + "_" + $panties_carousel + ".png")>>\
<<run $("#panties").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $panties_carousel+".png");>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$panties_current", "images/wardrobe/empty.png")>>\
<<run $("#panties").attr("src", "images/wardrobe/empty.png");>>\
<<run $("#base").attr("src", $bodybase_d)>>
<</link>>\
</div>\<div class="body-image">\
<<include "wardrobe_total">>\
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $socks_carousel lt $socks_total>>\
<<set $socks_carousel++>>\
<<else>>\
<<set $socks_carousel to 1>>\
<</if>>\
<<run State.setVar("$socks_current", "images/wardrobe/" + $body + "_" + $category + "_" + $socks_carousel + ".png")>>\
<<run $("#socks").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $socks_carousel+".png");>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $socks_carousel-->>\
<<if $socks_carousel is 0>>\
<<set $socks_carousel to $socks_total>>\
<</if>>\
<<run State.setVar("$socks_current", "images/wardrobe/" + $body + "_" + $category + "_" + $socks_carousel + ".png")>>\
<<run $("#socks").attr("src", "images/wardrobe/" + $body + "_" + $category + "_" + $socks_carousel+".png");>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$socks_current", "images/wardrobe/empty.png")>>\
<<run $("#socks").attr("src", "images/wardrobe/empty.png");>>\
<</link>>\
</div>\<div class="body-image">\
<<include "wardrobe_total">>\
<<link "<img id='rightarrow' src='images/ui/arrow_r.svg'>">>\
<<if $shoes_carousel lt $shoes_total>>\
<<set $shoes_carousel++>>\
<<else>>\
<<set $shoes_carousel to 1>>\
<</if>>\
<<if ($pants_carousel is 3) and ($shoes_carousel is 4)>>\
<<run State.setVar("$pants_current", "images/wardrobe/" + $body + "_pants_" + $pants_carousel + "b" + ".png")>>\
<<run $("#pants").attr("src", "images/wardrobe/" + $body + "_pants_" + $pants_carousel + "b" + ".png");>>\
<<elseif ($pants_carousel is 3) and ($shoes_carousel isnot 4)>>\
<<run State.setVar("$pants_current", "images/wardrobe/" + $body + "_pants_" + $pants_carousel + ".png")>>\
<<run $("#pants").attr("src", "images/wardrobe/" + $body + "_pants_" + $pants_carousel + ".png");>>\
<</if>>\
<<run State.setVar("$shoes_current", "images/wardrobe/" + $category + "_" + $shoes_carousel + ".png")>>\
<<run $("#shoes").attr("src", "images/wardrobe/" + $category + "_" + $shoes_carousel+".png");>>\
<</link>>\
<<link "<img id='leftarrow' src='images/ui/arrow_l.svg'>">>\
<<set $shoes_carousel-->>\
<<if $shoes_carousel is 0>>\
<<set $shoes_carousel to $shoes_total>>\
<</if>>\
<<if ($pants_carousel is 3) and ($shoes_carousel is 4)>>\
<<run State.setVar("$pants_current", "images/wardrobe/" + $body + "_pants_" + $pants_carousel + "b" + ".png")>>\
<<run $("#pants").attr("src", "images/wardrobe/" + $body + "_pants_" + $pants_carousel + "b" + ".png");>>\
<<elseif ($pants_carousel is 3) and ($shoes_carousel isnot 4)>>\
<<run State.setVar("$pants_current", "images/wardrobe/" + $body + "_pants_" + $pants_carousel + ".png")>>\
<<run $("#pants").attr("src", "images/wardrobe/" + $body + "_pants_" + $pants_carousel + ".png");>>\
<</if>>\
<<run State.setVar("$shoes_current", "images/wardrobe/" + $category + "_" + $shoes_carousel + ".png")>>\
<<run $("#shoes").attr("src", "images/wardrobe/" + $category + "_" + $shoes_carousel+".png");>>\
<</link>>\
<<link "<img id='cancel' src='images/ui/cancel.svg'>">>\
<<run State.setVar("$shoes_current", "images/wardrobe/empty.png")>>\
<<run $("#shoes").attr("src", "images/wardrobe/empty.png");>>\
<</link>>\
</div>\<<set $status to {
location: "home",
activity: "event",
title: {
location: "At Home",
activity: "Dieing"
}
}>>\<<include "event_1_setup">>\
<div class="standard fade-in">\
<<timed 0.5s t8n>><p style="font-size:100%">Babe!</p><</timed>>\
<<timed 1s t8n>><p style="font-size:250%;margin-top:0.3em">BABE!!</p><</timed>>\
<<timed 1.5s t8n>><p class="vibrate" style="font-size:500%;margin-top:-0.5em">[[BAAAABEEEE!!!|event_1_1]]</p><</timed>>\
</div><div class="standard" id="event">\
<div id="choice1"><img class="storygif" id="event" src="images/events/1/wake1.gif"></div>
<<timed 0.84s>><<replace "#choice1">><img class="storygif" id="event" src="images/events/1/wake2.gif"><</replace>><</timed>>\
<<nobr>>The sound moves through your skull like a wrecking ball through.. ehm.. anything, really. [[What the fuck is going on?|event_1_1b]]<</nobr>>
</div>\<<run State.setVar("$present.one.image", $char.lisa.paperclip)>>\
<<run State.setVar("$present.one.popup", "lisa_popup")>>\
<<run State.setVar("$char.lisa.tip", "Goooood morning!! I mean oof, ouch, my head, such hurt.. Toootal hangover, hm-hm.")>>\
<<run State.setVar("$present.total", 0)>>\<<include "event_1_1b_setup">>\
<div class="standard">\
<<lisa>>Ah, good you're up! Listen, I got you an appointment with Doctor Laedi, a specialist in male to female transformation.<</lisa>>
<<lisa>>I know it's early, but I know how serious you take these things, so I figured it best to get a headstart on things.<</lisa>>
<<linkreplace "What?!" t8n>>\
<<joemale>><<nobr>>What on earth are you talking about, woman? Why aren't you hurting? Did you give me //your// hangover somehow? cause
this definitely feels like a double..<</nobr>><</joemale>>
<<nobr>>Lisa has some sort of metabolism that prevents proper hangovers, annoying everyone around her by not being
a broken piece of garbage. And then to make things worse, she'll do that thing where she'll //say// she feels terrible. Like someone getting an A
while acting like they didn't study.<</nobr>>
<<lisa>>Just get dressed, babe! You'll see when we get there.<</lisa>>
[[Fine. You get dressed and go with Lisa.|event_1_2]]<</linkreplace>>
</div><<set $status to {
location: "clinic",
activity: "event",
title: {
location: "Dr. Laedi's Clinic",
activity: "Taking It In"
}
}>>\
<<run State.setVar("$char.lisa.tip", "Holy shit, look at this place!")>>\<img id="banner" src="images/locations/banner/docsoffice.png">\
<img id="small_bradius" src="images/ui/docsoffice.svg">\
<br><<include "event_1_2_setup">>\
<<set $location to "docsoffice">>\
<div class="standard" id="event">\
<<include "docsoffice banner">>\
<<nobr>>The clinic of //Dr.Laedi// is huge! And it has a futuristic kinda vibe to it. You know technology has been moving fast,
but it's so fast and everywhere that it's hard to keep track of where it's actually at. Turns out, it's here.<</nobr>>
<div id="choice1">\
<<link "Lisa looks at you, beaming">>\
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<lisa>>Boom! How awesome is this? The clinic of the one and only: Dr. Notta Laedi, //the// specialist in gender transformations.<</lisa>>
<<lisa>>Apparently he's got some state of the art, super duper fast treatment options! And there's a beauty salon //in this very building!!//<</lisa>>
<div id="choice2">\
Lisa's enthusiasm is the best.
<<link "How did she even know to book this guy?">>\
<<replace "#choice2">>\
<<timed 10ms t8n>>\
<<scrolldown>>\
<<joemale>>Wait, how did you get an appointment here so quickly? I wasn't even awake!<</joemale>>
<<lisa>>Weeell.. Ok look, a couple months back they interviewed me for possible themes and challenges, and I just kinda.. had a hunch!<</lisa>>
<<joemale>>..and then you decided not to tell me?<</joemale>>
<<lisa>>Haha right, and have you disqualified for cheating? Yes, I decided not to tell you, I took a shot. Thank me later, let's go meet the doc!<</lisa>>
[[Meet the Doc|event_1_3]]
<</timed>>\
<</replace>>\
<</link>>\
</div>\
<</timed>>\
<</replace>>\
<</link>>\
</div>
</div><div class="standard">\
<img id="banner" @src="$char.doc.splash">
<h3>Doctor Notta Laedi</h3>\
On the way to the clinic, you looked up Dr. Notta Laedi. Some facts:
From a young age, Notta was considered to be nothing short of genius and one of his generations most promising minds.
<hr>
<<nobr>>His interest in body transformation originated when his highschool sweetheart - Jeff Nittly - came out as trans.
Realising how unhappy his partner was in his body, Laedi focused all his brilliance on developing transformation methods.<</nobr>>
<hr>
Jeff - now Deff - and Laedi got married at their //'2007 Deff Nittly - Notta Laedi Wedding'//.
//<<link "Ah, you must be $name!" "event_1_4">><</link>>//\
</div>\<div class="standard">\
<<doc>><<nobr>>Welcome to my clinic! Me and my sister run this place and are very, very happy to help you out.
So, Lisa told me a little bit, but why don't you tell me about your needs?<</nobr>><</doc>>
<div id="choice3">\
<<link "Enthusiastic: tell him you're here to become a woman!">><<replace "#choice3">><<timed 10ms t8n>>\
<<joemale>>I want to experience the world as a woman, doc! And I need you to make me one!<</joemale>>
<<doc>>Ah, how wonderful! And with such enthusiasm!<</doc>>
<<joemale>>Well, I'm excited! I've never felt trapped in my body, but I //have// wondered what it'd be like, and I think it'd be awesome!<</joemale>>
<<doc>>Fantastic! We'll start right away. Just one thing, though: we can make you look like a woman, even make you feel like one. But..<</doc>>
[[But..?|event_1_4a]]
<</timed>><</replace>><</link>>\
<<link "Neutral: tell him you're here to become more like a woman.">><<replace "#choice3">><<timed 10ms t8n>>\
<<joemale>>I need to experience what it is to be a woman. For.. oh, say, half a year? So we're here to see what you can do for us.<</joemale>>
<<doc>>Alright! And just to get an idea.. could you rate your enthusiasm for transforming yourself? One to ten?<</doc>>
<<linkappend "You think for a bit." t8n>>
<<nobr>><<joemale>>A seven? I've not always dreamed of being a woman or anything, but I don't dislike the idea either.
If you'd have told me this morning I'm going to jump out of a plane with a parachute, I'd be scared, sure.
But I'd also be excited. It's like that.<</joemale>><</nobr>>
<<doc>><<nobr>>Understood! Well, all our treatments are reversible, though not for about half a year after. But I guess that fits your schedule!
So, what kind of a body did you have in mind?<</nobr>><</doc>>
[[He hands you a pad.|event_1_5a]]<</linkappend>>
<</timed>><</replace>><</link>>\
<<link "Reluctant: tell him you //have// to become woman-//ish.//">><<replace "#choice3">><<timed 10ms t8n>>\
<<joemale>>Ok, well, there's this contest.. and I have to appear to be a woman, so //I guess// that's why we're here..<</joemale>>
<<doc>>You guess?<</doc>>
He frowns. Not in a //'Get out of my clinic!'// kind of way, though. It's more of a //'Well, that's new!'// frown. <<linkappend "You explain." t8n>>
<<joemale>>I mean look, doc, I'll be frank. Yesterday, I didn't wake up and think: //'let's be a woman!'//..<</joemale>>
[[He nods.|event_1_4c]]<</linkappend>>
<</timed>><</replace>><</link>>\
</div><div class="standard">\
<<joemale>>But? You stopped mid-sentence, doc.<</joemale>>
<<doc>>..we're not going to change you entirely. You'll keep your genitals. For a full-on transformation you need at least 6 months time to, well, think.<</doc>>
<<doc>><<nobr>>One other important thing to know: all our treatments are reversible, though not for about half a year after. But I guess that fits your schedule! So,
What kind of a body did you have in mind?<</nobr>><</doc>>
[[He hands you a pad.|event_1_5a]]
</div>\<div class="standard">\
<<doc>><<nobr>>Hmhm. Well, that's ok. Let me be clear: I don't think transformations like this should be taken lightly. At the same time, though,
it's your body and your experience. Also: all our treatments are reversible, though not for about half a year after. But I guess that fits your schedule!
So, have you thought about what kind of body you want?<</nobr>><</doc>>
Well, <<linkappend "here's a question you never thought you'd ask anyone." t8n>>
<<joemale>>Ehm. What kind of bodies do you have?<</joemale>>
<<doc>>Take a look!<</doc>>
[[He hands you a pad.|event_1_5a]]<</linkappend>>
</div>\<<set $status to {
location: "clinic",
activity: "event",
title: {
location: "Dr. Laedi's Clinic",
activity: "Choosing"
}
}>>\
<<run State.setVar("$present.two.image", "images/characters/paperclip/doc.png")>>\
<<run State.setVar("$present.two.popup", "doc_popup")>>\
<<run State.setVar("$char.lisa.tip", "Ooh, I like //Hormoney//. I'm with you whatever you choose though, babe!")>>\
<<run State.setVar("$char.doc.tip", "Can't go wrong with some massive bolt-ons is what I always say!")>>\
<<run State.setVar("$present.total", 0)>>\<div style="font-size:110%">\
<div class="tf_choices">\
<<include "event_1_5a">>\
</div>\
</div>\<<include "event_1_5_setup">>\
<div class="tf_choices">\
<div class="tf_slides"><img src="images/events/1/hormoney.png">\
<div class="tf_info">\
<h3>Procedure</h3>\
<<nobr>>The Hormoney Treatment uses hormones to bring on bodily changes from ‘male’ to ‘female’. In cis women, these changes typically take place during puberty.
Thanks to the ‘HRM-SPDRUN’ technology developed by Dr Laedi, the years this treatment would ordinarily take can be applied over the weekend.<</nobr>>
<h3>Effects</h3>\
<ul>\
<li>Hormones might affect patients thoughts.</li>\
<li>Patient will adapt feminine features, such as:
<ul>\
<li>Breasts</li>
<li>Soft Skin</li>
<li>Curves</li>
</ul>\
</li>\
<li>Patient will attract moderate male attention.</li>
<li>Patient will become physically weaker.</li>
</ul>\
<span class="standard" style="margin-left:8em;"><<button "Choose This" "event_1_6a">><</button>></span>
</div>\
<div class="tf_left">\
<<link "<img id='noborder' src='images/ui/arrowleft.svg'>">>\
<<replace ".tf_choices">>\
<<include "event_1_5c">>\
<</replace>>\
<</link>></div>\
<div class="tf_right">\
<<link "<img id='noborder' src='images/ui/arrowright.svg'>">>\
<<replace ".tf_choices">>\
<<include "event_1_5b">>\
<</replace>>\
<</link>></div>\
</div>\
</div><div class="tf_choices">\
<div class="tf_slides"><img src="images/events/1/buildabod.png">\
<div class="tf_info">\
<h3>Procedure</h3>\
<<nobr>>The Build-A-Bod package uses plastic surgery to transform the body.
Utilizing advanced materials and laser technology, the surgery leaves little to no scars and can be done over the weekend.
This treatment does not use or influence hormones.<</nobr>>
<h3>Effects</h3>\
<ul>\
<li>Effects are purely aesthetic.</li>\
<li>Patient will be treated in three key areas:
<ul>\
<li>Breasts</li>
<li>Buttocks</li>
<li>Lips</li>
</ul>\
</li>\
<li>Patient will attract heavy male attention.</li>
<li>Patient will retain physical strength. Boobs and ass may take getting used to.</li>
</ul>\
<span class="standard" style="margin-left:8em;"><<button "Choose This" "event_1_6b">><</button>></span>
</div>\
<div class="tf_left">\
<<link "<img id='noborder' src='images/ui/arrowleft.svg'>">>\
<<replace ".tf_choices">>\
<<include "event_1_5a">>\
<</replace>>\
<</link>></div>\
<div class="tf_right">\
<<link "<img id='noborder' src='images/ui/arrowright.svg'>">>\
<<replace ".tf_choices">>\
<<include "event_1_5c">>\
<</replace>>\
<</link>></div>\
</div>\
</div>\<div class="tf_choices">\
<div class="tf_slides"><img src="images/events/1/naturelle.png">\
<div class="tf_info">\
<h3>Procedure</h3>\
<<nobr>>The Naturelle approach involves no surgery or hormones. The approach focuses on making changes with a low impact
on the user but with a high effect on appearance. Naturelle is for those that either aren’t ready for one of the more impactful treatments,
or are simply happy with their body as is.<</nobr>>
<h3>Effects</h3>\
<ul>\
<li>Effects are purely aesthetic.</li>\
<li>Treatment comes down to:
<ul><li>Body Hair Removal</li>
<li>Natural Skin Treatment</li>
<li>Targeted Tanning (Shapesuggestion)</li>
</ul></li>\
<li>Changes to skin can affect patient.</li>
<li>Patient will attract low male attention.</li>
</ul>\
<span class="standard" style="margin-left:8em;"><<button "Choose This" "event_1_6c">><</button>></span>
</div>\
<div class="tf_left">\
<<link "<img id='noborder' src='images/ui/arrowleft.svg'>">>\
<<replace ".tf_choices">>\
<<include "event_1_5b">>\
<</replace>>\
<</link>></div>\
<div class="tf_right">\
<<link "<img id='noborder' src='images/ui/arrowright.svg'>">>\
<<replace ".tf_choices">>\
<<include "event_1_5a">>\
<</replace>>\
<</link>></div>\
</div>\
</div><<run State.setVar("$char.lisa.tip", "Ooh, I like //Hormoney//. You'll closest to meee!")>>\
<<run State.setVar("$char.doc.tip", "Very exciting! It's a treatment like no other.")>>\<<include "event_1_6a_setup">>\
<div class="standard">\
<div id="imready">\
<<doc>>//Hormoney//, terrific! You'll be a natural beauty. When you're ready, you can follow me into the operating room.<</doc>>
<<linkreplace "You're ready." t8n>>\
<<doc>>Great! Follow me.<</doc>>
<<nobr>>You follow the doc into the next room. He gestures towards a complicated looking operating table in the middle of the room and tells you to
strip and lay down.<</nobr>> <<linkappend "//'I'll be right back. Gowns are to the side, there.'//" t8n>>
You strip, put on the gown and lie down. The doc returns after some minutes.
<<doc>>Alright, now I'll count down from five, join you me if you want! 5.. 4..<</doc>>
<<link "3.. 2.. 1.." "event_1_8a">><<set $body to 2>><<set $changingbody to "yes">><</link>>
<</linkappend>><</linkreplace>>
[[I've changed my mind|event_1_5]]
</div>\
</div>\<<run State.setVar("$char.lisa.tip", "Woow babe, you're gonna have bigger boobs than me!! You're getting drinks from now on, haha.")>>\
<<run State.setVar("$char.doc.tip", "//Nice.//")>>\<<include "event_1_6b_setup">>\
<div class="standard">\
<div id="imready">\
<<doc>>//Build-A-Bod//, outstanding! We'll build you a beaut. When you're ready, you can follow me into the operating room.<</doc>>
<<linkreplace "You're ready." t8n>>\
<<doc>>Great! Follow me.<</doc>>
<<nobr>>You follow the doc into the next room. He gestures towards a complicated looking operating table in the middle of the room and tells you to
strip and lay down.<</nobr>> <<linkappend "//'I'll be right back. Gowns are to the side, there.'//" t8n>>
You strip, put on the gown and lie down. The doc returns after some minutes.
<<doc>>Alright, now I'll count down from five, join you me if you want! 5.. 4..<</doc>>
<<link "3.. 2.. 1.." "event_1_8a">><<set $body to 3>><<set $changingbody to "yes">><</link>>\
<</linkappend>><</linkreplace>>
[[I've changed my mind|event_1_5]]
</div>\<<run State.setVar("$char.lisa.tip", "You do you, babe! And don't worry about the Contest - you'd be surprised what we can do with some tape and make-up.")>>\
<<run State.setVar("$char.doc.tip", "Very good! It won't pay //my// bills, but there's something to be said for sticking with what you have.")>>\<<include "event_1_6c_setup">>\
<div class="standard">\
<<doc>><<nobr>>//Naturelle//, great choice! Why change a winning formula, am I right? When you're ready,
you can head over the my sister's beauty salon, she handles this treatment. It was a pleasure meeting you!<</nobr>><</doc>>
<<link "Head over to the salon." "event_1_7b">><<set $body to 1>><</link>>
[[I've changed my mind|event_1_5]]
</div>\<<doc>>Excellent! Why don't you lie down over there and we'll get this show on the road!<</doc>>
As you lie down, the doctor comes over and puts some sort of breathing appratus over your head.
<<doc>>Alright, now I'll count down from five, join you me if you want! 5.. 4..<</doc>>
[[3.. 2.. 1..|event_1_8a]]
[[Abort! I've changed my mind|event_1_5]]<<run State.setVar("$present.total", 0)>>\
<<set $status to {
location: "clinic",
activity: "event",
title: {
location: "A. Laedi's Salon",
activity: "Waiting"
}
}>>\
<<run State.setVar("$char.lisa.tip", "Oooh. I love Beauty Salons. Have I told you that before? Love 'm!")>>\<<include "event_1_7b_setup">>\
<div class="standard" id="event">\
<img id="banner" src="images/locations/banner/thesalon.png">\
<div class="name_block" id="event">\
<img id="small_bradius" src="images/ui/thesalon.svg">\
</div>
<<nobr>>After saying goodbye to Dr Laedi, you head over the beauty salon. It's not as modern as the rest of the clinic,
but it's still very modern for a beauty salon.<</nobr>>
<<lisa>>Ooooh I'm gonna talk to the receptionist and see if I can get a treatment myself, babe! I'll see you when you're done. Love you!<</lisa>>
You sit down and wait. After about 20 minutes or so, you're greeted by a high pitched
//[[`'Hello!!'`|event_1_8]]//
</div>\<<run State.setVar("$present.one.image", "images/characters/paperclip/lotty.png")>>\
<<run State.setVar("$present.one.popup", "lotty_popup")>>\
<<run State.setVar("$char.lisa.tip", "Ooh, I like //Hormoney//. I'm with you whatever you choose though, babe!")>>\<<include "event_1_8_setup">>\
<div class="standard">\
<img id="banner" @src="$char.lotty.splash">
<h3>Alotta Laedi</h3>\
<<nobr>>The woman greeting you looks remarkably similar to Doctor Notta. And sure, they're brother and sister, but it's //remarkable//.
For a moment, you think they're the same person. But that's probably just the hangover talking.<</nobr>>
<<link "\'Hellooo! You must be $name! Come in, come in!\'" "event_1_8b">><</link>>\
</div>\<div class="standard">\
<<lotty>>Why, hi there! How are you? I'm Alotta Laedi, but you can call me Lotty, sweetie. Take a seat, take a seat!<</lotty>>
She gestures to one of the big salon chairs. <<linkappend "You sit down." t8n>>
<<lotty>>Sooo.. the Naturelle approach, huh? I love it, it's perfect! It'll suit you beautifully, truly. You're a beautiful man and you'll make a beautiful woman!<</lotty>>
<<linkreplace "You thank her." t8n>>\
You.. try to thank her, but you can't get a word in.
<<lotty>><<nobr>>Now, ordinarily for a beauty treatment you could be awake and we could taaaalk and gossiiiip and all those lovely things, but
now we have a lot of hair to take care of and we want it off for at least 6 months isn'tthatright sweetiepie?<</nobr>><</lotty>>
<<link "You nod. That's right." "event_1_8b_2">><</link>><</linkreplace>><</linkappend>>
</div>\<div class="standard">\
<<lotty>><<nobr>>And so we'll use a special technology my brother developed that will gently remove the unwanted hair and prevent it from growing back for 6 months.
Isn't that just fantastic?<</nobr>><</lotty>>
<<lotty>>Only thing is, it's best if you're asleep! So you'll just take a nice beauty sleep and when you wake up, we'll be done! Okay? You tell me when you're ready.<</lotty>>
<<linkreplace "You're ready." t8n>>\
<<lotty>>Great! I'll just lower you a bit.. and now I'll count down from five, join you me if you want sweetie! 5.. 4..<</lotty>>
<<link "3.. 2.. 1.." "event_1_8a">><<set $body to 1>><<set $changingbody to "yes">><</link>><</linkreplace>>
</div>\<<run State.setVar("$present.total", 0)>>\
<<set $status to {
location: "nowhere",
activity: "event",
title: {
location: "???",
activity: "Dreaming"
}
}>>\<<include "event_1_8a_setup">>
<<run State.setVar("$avatar.present", "no")>>\
<<run State.setVar("$avatar.appear", "yes")>>\
<div class="standard fade-in delayfade6 console">\
<img class="storygif" src="images/events/1/dream.gif">
playing: weird.drm
<<if $body is 1>><<include "body1">>\
<<elseif $body is 2>><<include "body2">>\
<<elseif $body is 3>><<include "body3">>\
<<elseif $body is 4>><<include "body4">>\
<</if>>\
<<run $("#base").attr("src", $bodybase);>>\
<<set $hair.current to "images/wardrobe/hair_1.png">>
</div>\
<<timed 6s>><<goto "event_1_9">><</timed>>\<<run State.setVar("$bodybase", "images/wardrobe/1_base.png")>>\
<<run State.setVar("$bodybase_d", "images/wardrobe/1_base_d.png")>>\
<<run State.setVar("$top_current", "images/wardrobe/1_top_1.png")>>\
<<run State.setVar("bra_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$pants_current", "images/wardrobe/1_pants_1.png")>>\
<<run State.setVar("$panties_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$socks_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$shoes_current", "images/wardrobe/shoes_1.png")>>\
<<set $portrait_bg to "url(images/wardrobe/portrait/bg.png)">>\
<<set $portrait_base to "url(images/wardrobe/portrait/base.png)">>\
<<set $portrait_hair to "url(images/wardrobe/portrait/hair.png)">>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bg.png)")>>\
<<run $(":root").css("--base", "url(images/wardrobe/portrait/base.png)")>>\
<<run $(":root").css("--hair", "url(images/wardrobe/portrait/hair.png)")>>\
<<set $hair.current to "images/wardrobe/hair_1.png">>
<<set $avatar.appear to "yes">>\<<run State.setVar("$bodybase", "images/wardrobe/2_base.png")>>\
<<run State.setVar("$bodybase_d", "images/wardrobe/2_base_d.png")>>\
<<run State.setVar("$top_current", "images/wardrobe/2_top_1.png")>>\
<<run State.setVar("bra_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$pants_current", "images/wardrobe/2_pants_1.png")>>\
<<run State.setVar("$panties_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$socks_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$shoes_current", "images/wardrobe/shoes_1.png")>>\
<<set $portrait_bg to "url(images/wardrobe/portrait/bg.png)">>\
<<set $portrait_base to "url(images/wardrobe/portrait/base.png)">>\
<<set $portrait_hair to "url(images/wardrobe/portrait/hair.png)">>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bg.png)")>>\
<<run $(":root").css("--base", "url(images/wardrobe/portrait/base.png)")>>\
<<run $(":root").css("--hair", "url(images/wardrobe/portrait/hair.png)")>>\
<<set $hair.current to "images/wardrobe/hair_1.png">>
<<set $avatar.appear to "yes">>\<<run State.setVar("$bodybase", "images/wardrobe/3_base.png")>>\
<<run State.setVar("$bodybase_d", "images/wardrobe/3_base_d.png")>>\
<<run State.setVar("$top_current", "images/wardrobe/3_top_1.png")>>\
<<run State.setVar("bra_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$pants_current", "images/wardrobe/3_pants_1.png")>>\
<<run State.setVar("$panties_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$socks_current", "images/wardrobe/empty.png")>>\
<<run State.setVar("$shoes_current", "images/wardrobe/shoes_1.png")>>\
<<set $portrait_bg to "url(images/wardrobe/portrait/bg.png)">>\
<<set $portrait_base to "url(images/wardrobe/portrait/base3.png)">>\
<<set $portrait_hair to "url(images/wardrobe/portrait/hair.png)">>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bg.png)")>>\
<<run $(":root").css("--base", "url(images/wardrobe/portrait/base3.png)")>>\
<<run $(":root").css("--hair", "url(images/wardrobe/portrait/hair.png)")>>\
<<set $hair.current to "images/wardrobe/hair_1.png">>\
<<set $avatar.appear to "yes">>\<div class="fade-in delayfade6 console avatar"><img src="images/ui/cog.svg" id="rotation" style="margin-top:5em; margin-left:3.5em;">\
<<if $body is 1>><<include "changingbody_1">>\
<<elseif $body is 2>><<include "changingbody_2">>\
<<else>><<include "changingbody_3">><</if>>\
</div>\<div id="choice1" style="margin-left:3.5em;"><h3>Shaving Body..</h3></div>
<<timed 1.2s t8n>><<replace "#choice1">><h3>Shaving Face..</h3><</replace>><</timed>>\
<<timed 2.4s t8n>><<replace "#choice1">><h3>Applying Lotions..</h3><</replace>><</timed>>\
<<timed 3.6s t8n>><<replace "#choice1">><h3>Waking Up..</h3><</replace>><</timed>>\<div id="choice1" style="margin-left:3.5em;"><h3>Shaping Body..</h3></div>
<<timed 1.2s t8n>><<replace "#choice1">><h3>Loading Breasts..</h3><</replace>><</timed>>\
<<timed 2.4s t8n>><<replace "#choice1">><h3>Softening Skin..</h3><</replace>><</timed>>\
<<timed 3.6s t8n>><<replace "#choice1">><h3>Waking Up..</h3><</replace>><</timed>>\<div id="choice1" style="margin-left:3.5em;"><h3>Inserting Lips..</h3></div>
<<timed 1.2s t8n>><<replace "#choice1">><h3>Inserting Breasts..</h3><</replace>><</timed>>\
<<timed 2.4s t8n>><<replace "#choice1">><h3>Inserting Buttocks..</h3><</replace>><</timed>>\
<<timed 3.6s t8n>><<replace "#choice1">><h3>Waking Up..</h3><</replace>><</timed>>\<div class="standard fade-in">
<<set $changingbody to "no">>
<h1><<link "Wake Up" "event_1_9a">>\
<<set $chapter to "Week 1">><</link>></h1>
</div><<run State.setVar("$present.total", 0)>>\
<<set $status to {
location: "home",
activity: "event",
title: {
location: "Bedroom",
activity: "Coming To"
}
}>>\
<<run State.setVar("$present.one.image", $char.lisa.paperclip)>>\
<<run State.setVar("$present.one.popup", "lisa_popup")>>\
<<run State.setVar("$char.lisa.tip", "Relax, babe. You just rest. I'll be here if you need anything. Love you.")>>\
<<run State.setVar("$present.total", 0)>>\<<include "event_1_9a_setup">>\
<<set $avatar.present to "yes">>\
<div class="standard fade-in" id="event">\
<<include "thebedroom banner">>\
<<if $body is 1>><<nobr>>You vaguely remember waking up and walking to the car with Lisa, but you're still very drowsy.
Your body feels very naked. It's not like you were Chewbacca before, but it makes quite the difference. From your left, Lisa turns to you.<</nobr>>
<<lisa>>Hey babe, you're up! How are you feeling? You look great by the way. Anyway, Lotty said you'd best rest. You can go back to sleep if you want.<</lisa>>
[[You sleep for a while, and the two of you stay in bed the rest of the day, chilling.|event_1_10]]
<<elseif $body is 2>><<nobr>>You don't remember much after 1, but looking around it's clear that you're in your home and lying in bed.
You feel weird, //very// different. Your skin is incredibly sensitive and everything feels.. soft? From your left, Lisa turns to you.<</nobr>>
<<lisa>>Hey babe, you're up! How are you feeling? You look great by the way. Anyway, doc said you need your rest. Go back to sleep..<</lisa>>
[[You sleep for a while, and the two of you stay in bed the rest of the day, chilling.|event_1_10]]
<<else>><<nobr>>You don't remember much after 1, but looking around it's clear that you're in your home and lying in bed.
Looking down, you can hardly see anything but a big set of tits. Yours. Heh, tits. From your left, Lisa turns to you.<</nobr>>
<<lisa>>Hey babe, you're up! How are you feeling? You look great by the way. Anyway, doc said you need your rest. Go back to sleep..<</lisa>>
[[You sleep for a while, and the two of you stay in bed the rest of the day, chilling.|event_1_10]]
<</if>>\
</div>\<div class="standard" style="margin-top:5em">\
<h1><<link "Week 1" "home">><</link>></h1>
</div>\
<<set $chapter to "Week 1">>\
<<set $credits to 3>>\
<<set $events += 1>>\
<<set $story.work.available to "yes">>\
<<set $story.sports.available to "no">>\
<<set $story.life.available to "yes">>\
<<set $time++>>
<<nobr>><<set $home_text to "Alright, so we know this years contest theme! Time to see where you want to focus your efforts.
Remember: you can do three total each week. Completing all stages of an activity will carry over into the very first challenge.">><</nobr>>\<<set $status to {
location: "outabout",
activity: "outabout",
title: {
location: "Out and about",
activity: "Weekendin'!"
}
}>>\<<include "upd_event_2">>\
<div class="standard" id="event">\
<<include "homesetting banner">>
<<nobr>>It's the weekend! Your love for the weekend probably doubles during Contests, as you can fully focus on the challenges ahead.
Lisa said she had a fun, Contest related activity planned today. She wouldn't tell you <</nobr>><<linkappend "until now, though." t8n>>
<<lisa>><<nobr>>You ready, babe?<</nobr>><</lisa>>
<<joe>><<nobr>>Ready for what? You haven't told me what we're doing yet!<</nobr>><</joe>>
<<lisa>><<nobr>>I haven't, have I? Ooh, //Woman-Check!!// What's something //most// women enjoy doing?<</nobr>><</lisa>>
<<link "Naked sleepover parties!" "event_2_2a">>
<</link>>
<<link "Most women like.. looking at men?" "event_2_2b">>
<</link>>
<<link "Eating chocolate? No, wait.. ooh! Shopping?" "event_2_2c">>
<</link>>
<</linkappend>>\
</div>\<div class="standard">\
<<joe>><<nobr>>We're having a naked sleepover party?? Woohoooo!!!<</nobr>><</joe>>
<<nobr>>Lisa gives you a face you know all too well. On the one hand, she wants to laugh at your silly joke because
she liked it. On the other, she doesn't want to admit liking such silly a joke. <</nobr>><<linkappend "You always interpret it as: another, please!" t8n>>
<<joe>><<nobr>>Oh, also, babe, I've been meaning to ask. I've been raised to believe women don't poop. What's the secret to that?
Cause let me tell you, I was just in the bathroom and I swear to god-<</nobr>><</joe>>
Lisa interrupts you mid-sentence. Maybe she didn't want another?
<<lisa>><<nobr>>Fine, you win. We're going shopping!! You're gonna need something nice for your stream obviously but
I reckon the more you dress like a proper woman before that, the more of a feel you'll get for what suits you!<</nobr>><</lisa>>
<<include "event_2_2d">>
<</linkappend>>\
</div><div class="standard" id="event">\
<<joe>><<nobr>>Well.. women like.. looking at men. Right?<</nobr>><</joe>>
<video id="video" src="images/events/2/ohmy.mp4" autoplay></video>
<<nobr>>It's clear from Lisa's reaction that's not the answer. She looks happy, though. Kinda giddy.
She seems to really be into the whole //you're now a woman so your relationship with men has changed//
<</nobr>>aspect of it all. <<linkappend "She answers." t8n>>
<<lisa>><<nobr>>Wow! No, that's not what I mean but.. damn, it's good to know where your head's at!!<</nobr>><</lisa>>
<<link "No no, you were just answering the question. Your head's not anywhere!" "event_2_2b1">><</link>>
<<link "Maybe you have been thinking about it a bit. Kinda hard not too." "event_2_2b2">><</link>>
<</linkappend>>\
</div><div class="standard">\
<<joe>><<nobr>>Hey, just because you cleary dream of me with a man doesn't mean I do. I was just answering your question!
To which I'd like to know the answer now, please.<</nobr>><</joe>>
<<lisa>><<nobr>>Can't stop yourself dreaming, babe! Ok, ok. We're going shopping!! You're getting a whole new female
wardrobe! And, you know, maybe I'll extend mine a little bit while we're at it.<</nobr>><</lisa>>
<<include "event_2_2d">>
</div><div class="standard">\
<<joe>><<nobr>>Well damn woman you can't plant seeds in my head and expect them not to grow. It's just..
something I think women like doing, right?<</nobr>><</joe>>
<<lisa>><<nobr>>We do! And I want to know //aaaaall// about it. No time now, though, for I was of course
talking about.. shopping!! ou're getting a whole new female wardrobe! <</nobr>><</lisa>>
<<include "event_2_2d">>
</div><div class="standard">\
<<joe>><<nobr>>Ooh, we're going shopping?<</nobr>><</joe>>
<<lisa>><<nobr>>We're going shopping, babe!! You're gonna need something nice for your stream obviously but
I reckon the more you dress like a proper woman before that, the more of a feel you'll get for what suits you!<</nobr>><</lisa>>
<<include "event_2_2d">>
</div>Shopping for women's clothes, huh? Kinda makes you feel..
<<link "Excited! You can't wait to see yourself in actual women's clothing." "event_2_3">><<set $shopping to 1>><</link>>
<<link "A bit nervous? Like somehow you won't be good at it." "event_2_3">><<set $shopping to 2>><</link>>
<<link "Nothing? You don't get what the deal is." "event_2_3">><<set $shopping to 3>><</link>><<include "upd_event_2_3">>\
<div class="standard" id="event">\
<<if $shopping is 1>>\
<<joe>><<nobr>>Ooooh, yay!! I was kinda hoping that was it. <<if $body is 2>>I've got this whole new body
but with these old clothes I've been wearing all week, you'd hardly know it.<</if>><<if $body is 1>> I'm happy
with my 'Naturelle' choice, but I sure could use a more girly look!<</if>><<if $body is 3>> You don't choose
tits and an ass like this just to hide it in baggy clothes, am I right?<</if>><</nobr>><</joe>>
<<lisa>><<nobr>>Oh, yaymetooo!!! Oh //I// was kidna hoping you'd be excited! It's gonna look sooo good on you, babe!<</nobr>><</lisa>>
<<lisa>><<nobr>>Ok, so, you know my friend Jessy?<</nobr>><</lisa>>
<<include "event_2_3_end">>
<</if>><<if $shopping is 2>>\
<<joe>><<nobr>>The mall, huh? Can't we just use the wardrobe at home?<</nobr>><</joe>>
Lisa must have picked up on your insecurity.
<<lisa>><<nobr>>Oh, don't worry babe, it'll be fun! We've got to get you well and <<link "fitted">><<popup "wdfit">><</link>> before we
can use the wardrobe for your new look, right?<</nobr>><</lisa>>
<<lisa>><<nobr>>So, you know my friend Jessy?<</nobr>><</lisa>>
<<include "event_2_3_end">>
<</if>><<if $shopping is 3>>\
<<joe>><<nobr>>Shopping? Do we have to? I look fine!<</nobr>><</joe>>
Lisa throws you a serious look, devoid of all her usual cheerfulness.
<<lisa>><<nobr>>Seriously, babe? Don't get it mistaken: I didn't force you to do this. This is //your//
Contest, //your// challenge. And I'm with you all the way, you know that, but don't turn this thing
into me making you do stuff you don't want to do. That's not fair.<</nobr>><</lisa>>
<<link "Yeesh, women and their shopping, amiright?" "event_2_3b">><</link>>
<<link "She didn't even answer your question! Do we have to??" "event_2_3b">><</link>>
<<link "She's right. The Contest is //your// little 'game'. You're sorry." "event_2_3b">><</link>>
<</if>>\
</div><div class="standard">\
<<joe>><<nobr>>You're right babe, sorry. I love you and the energy you're putting into helping me,
I do, really. I guess I'm not used to the new role yet, you know? So, shopping, what's the plan?<</nobr>><</joe>>
<<lisa>>Well, thanks. Just, you know? But yeah, the plan, the plan, tell us the plan!! Yes! So, you know my friend Jessy?<</lisa>>
<<include "event_2_3_end">>
</div>\<<linkreplace "You don't." t8n>>\
<<joe>><<nobr>>Jessy? Yeah, sure! Your friend! Jessy! Know her! Yeah!<</nobr>><</joe>>
<<lisa>><<nobr>>Haha, that's ok babe, you haven't met her. No minus points for Hufflepuff.<</nobr>><</lisa>>
<<joe>><<nobr>>//Hufflepuff?!//<</nobr>><</joe>>
<<lisa>><<nobr>>So Jessy works at the Clothes 'n Shit at the mall and I made you an appointment to get yourself
a new <<link "WDfit™">><<popup "wdfit">><</link>>. Let's go babe, chop chop!<</nobr>><</lisa>>
<<link "To the mall!" "event_2_4"
<<link "Next" "event_2_4">>\
<</link>>\
<</linkreplace>><<t-clippy>><<nobr>>Your wardrobe is special, boss! It kinda works like this: you get your body fitted
and after that, you can use your wardrobe at home to access all kinds of clothes!<</nobr>>
<<nobr>>I don't really know how the clothes get there. Maybe they sneak them in at night? Either way,
whenever you receive new clothes or outfits, you can access them at the home!<</nobr>>
.. after today's visit to the Clothes 'n Shit, that is.<</t-clippy>><img id="banner" src="images/locations/banner/themall.png">\
<img id="small_bradius" src="images/ui/themall.svg">\
<br><div class="standard" id="event">\
<<include "themall banner">>
<<nobr>> Aaahhh the mall! The place //you used to come// for all your stuff! You remember malls from being a teenager.
You've probably averaged one visit every three years since then, and it looked worse every time.
Not this mall, though! It's as crowded and energetic as you remember them to be.<</nobr>>
<<linkreplace "Wow, quite the mall, babe!" t8n>>\
<<joe>>Damn! I don't think I've been here before. It's so.. crowded. How is it so crowded?<</joe>>
<<lisa>><<nobr>>Weeell.. this is where we gather to talk about men, snack, try on different personalities, practice
the art of the impossible question..<</nobr>><</lisa>>
<<joe>>We?<</joe>>
<<lisa>><<nobr>>Women! Which means you too now, babe. I can't quite look into the future, but I wouldn't be surprised
if we end up here for other stuff as well for the Contest!<</nobr>> But that's for another time. Tadaa, we're here!<</lisa>>
[[Lisa and you are standing in front of a building that reads: Clothes 'n Shit.|event_2_4b]]
<</linkreplace>>\
</div>\<img id="banner" src="images/locations/banner/closhit.png">\
<img id="small_bradius" src="images/ui/closhit.svg">\
<br><<set $location to "loc_closhit">>\
<div class="standard" id="event">\
<<include "closhit banner">>
<<nobr>>You follow Lisa into her favorite store. They used to be called Closhit, but
apparently that led to regular confusion and high bathroom maintenance.
It's a big, bright store that, well, sells clothes and shit.<</nobr>>
<<nobr>>As you look around the store, taking in the different types of clothes, colors and scents, Lisa spots her friend and
starts frantically waving and shouting.<</nobr>>
<<lisa>>Jessy!!<</lisa>>\
[[In the back, a woman turns around.|event_2_4c]]
</div>\<div class="standard">\
<img id="banner" @src="$char.jessy.splash">
<h3>Jessy</h3>
<<nobr>>
You've never met the woman walking towards you, yet it feels like you know her. The way she moves feels like a statement.
It's not subtle or elegant but it's very, very feminine and playful. Here's a woman that decides who she is and what she looks like all by herself.
Insecurities and doubts are for others, not Jessy. She's probably a lot to take in - but she's just as likely a ton of fun.
<</nobr>>
<<link "The two girls greet eachother with a theatrical energy." "event_2_4c2">><</link>>\
</div><div class="standard">\
<<jessy>>Lisa, my lovely Lisa! I could sense you babes, the air gets sweet and soft when you're around!!<</jessy>>
The woman with the bubblegum voice holds her arms out theatrically and embraces Lisa in a big hug. As they seperate, Jessy turns to you.
<<jessy>>And you brought a friend! The air doesn't quite know what to do around you does it, honey?<</jessy>>
You didn't know the air knew anything. Trying to match her energy, <<linkappend "you enthusiastically stick out your hand." t8n>>
<<joe>>Hi! You must be Jessy, I'm $name!<</joe>>
<<nobr>>She looks at your hand and laughs, says something along the lines of //'Yeah, right!'//, hugs you
and <<link "kisses you playfully on your cheek." "event_2_4d">><</link>><</nobr>>
<</linkappend>></div><div class="standard">\
<<jessy>>//Mwah!// Welcome to womanhood, $name! I've seen a before picture, honey, and my god!! You look To. Die. For. Wow.<</jessy>>
She turns to Lisa.
<<if $body is 1>><br><<jessy>>You're getting me an appointment at that salon, babes, I'm not letting you go without one!<</jessy>>
<<else>><<jessy>><<nobr>><br>Such a big change, and it looks so good! You said they also have a salon, babes? You're getting us
an appointment there, I'm not letting you go without one!<</nobr>><</jessy>><</if>>
<<linkappend "Lisa is beaming with pride." t8n>>
<<lisa>>Got us an appointment this wednesday!<</lisa>>
Jessy brings her hand to Lisa's cheek and gives it a little loving pinch.
<<jessy>>You beautiful creature, you. Speaking of..!<</jessy>>
<<link "She turns back to you." "event_2_4e">><</link>><<nobr>> It feels like you're on a rollercoaster.
You can see why Lisa seems to adore Jessy, though.<</nobr>>
<</linkappend>></div><<include "upd_event_2_4">>\
<div class="standard" id="event">\
<<jessy>><<nobr>>Alright, babes, follow me, I've got everything all set up for the fit.<</nobr>><</jessy>>
<<nobr>>You follow her out of the 'public' area of the store to a more private part where there's
two doors close to eachother. <</nobr>> <<linkappend "She opens one of them." t8n>>
<<jessy>><<nobr>>Alright, it's real simple, honey. Look..<</nobr>><</jessy>>
Jessy explains the fitting process:
<li>You're going to put on the outfits.</li>\
<li>Then you're going to take a picture of you wearing the outfit.</li>\
<li>When you're done, she'll use the pictures to register the right fit and look.</li>
<<linkreplace "Pictures?" t8n>>\
<<joe>>Try on outfits, take pictures, check. Wait, what do I use to take the pictures?<</joe>>
She points at a big, fancy mirror with a button next to it.
<<jessy>><<nobr>>This wonderful mirror here will take a picture three seconds after pressing the button.
And you know you'll look good in it, because it's also a mirror! Sooo.. will you be alright in here or do you want me
to check in on you every now and then?<</nobr>><</jessy>>
<<nobr>>You look at Lisa, who's sporting a meaningful smile. Unfortunately, you don't know the meaning. So,
will you be alright or do you want her to check in on you occasionaly?<</nobr>>
<<link "You'll be alright, it's not that complicated." "wardrobe">>\
<<set $event_2 to "a">>\
<<popup "tutorial_wardrobe">>\
<</link>>
<<link "You haven't started and already you're confused. Better if she checks in." "wardrobe">>\
<<set $event_2 to "b">>\
<<popup "tutorial_wardrobe">>\
<</link>><</linkreplace>><</linkappend>>
</div><<t-clippy>><<nobr>>Hi boss! This is the wardrobe. It's supposed to be pretty intuitive, so just play around a bit,
try on different stuff! You don't have to make pictures or try on everything. You can if you want, though.<</nobr>>
<<nobr>>Whenever you leave the wardrobe, your avatar will be wearing the outfit you're wearing as you exit. But don't
worry, you'll be able to access the wardrobe once you get back home and change whenever you want.<</nobr>><</t-clippy>><<include "upd_event_2_5">>\
<div class="standard" id="event">\
<<nobr>>As you try on one item of clothing after the other, you can't help but get turned on a little.
Your main focus with panties has always been to get them off. Now, putting them on yourself.. it feels nice.
Looks nice, too. Having to pose and take pictures of yourself,
<<link "you're constantly looking at the mirror." "event_2_6">><</link>><</nobr>>\
</div><<include "upd_event_2_5">>\
<div class="standard fade-in" id="event">\
<video id="video" src="images/events/2/mirror1.mp4" autoplay loop controls></video>
<<if $body is 1>><<nobr>>You didn't really understand what the bras were doing here - you didn't need one before
and nothing really changed in that department. You have to admit, though, that the bra helps a lot towards..
//suggesting stuff//. Also, you realize something did change. Your nipples have become way more sensitive, and, caught up in the moment,
<<link "you start playing with yourself, your reflection." "event_2_7">><</link>><</nobr>>
<<else>>\
<<nobr>>As you try on one of the bras, you realize how sensitive your nipples have become. Caught up in the moment,
<<link "you start playing with yourself, your reflection." "event_2_7">><</link>><</nobr>><</if>>\
</div><<include "upd_event_2_7">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/mirror2.mp4" autoplay loop controls></video>
<<nobr>>You're looking at your reflection. Your
<<if $body is 1>>smooth, sensitive skin taunting you. Your body hasn't changed that much, but when you look into the mirror
you see what could be a woman - a sexy woman with a mighty cock.<</if>>
<<if $body is 2>>cute hormone titties, feminine curves and, for some reason they work well together, your cock.<</if>>
<<if $body is 3>>big tits, firm ass and mighty cock.<</if>>
The cock - you realize as you look down - you're stroking. Suddenly, you're <</nobr>><<linkappend "interrupted by a knocking sound." t8n>>
<<if $event_2 is "a">>
D'oh! What could she want?
<<joe>>Yeah?<</joe>>
<<link "Almost instantly, the door swings open." "event_2_8a">><</link>>\
<</if>>\
<<if $event_2 is "b">>
<<jessy>>How's it coming, $name? You alright in there babes or d'you need some help?<</jessy>>
<<nobr>>You look down at your hand, wrapped about your dick. You're alright, but that thing needs to go if you want
to finish trying on outfits..<</nobr>>
<<link "Tell her you're fine, but you need a little more time than anticipated." "event_2_8c">><</link>>
<<link "Tell her you.. ran into an issue." "event_2_8b">><</link>>\
<</if>>\
<</linkappend>>\
</div><<include "upd_event_2_8a">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/surprise.mp4" autoplay></video>
<<nobr>>You're confronted with a complete absence of Jessy or Lisa.
Instead, you're greeted by a man. One of Jessy's coworkers? Rather than apologize
and leave, he starts talking.<</nobr>>
<<say 'Some Guy'>>Oh! Ohhh. Ehm, hi, I thought you said to come in!<</say>>
<<joe>>I didn't! Now get out! Can't you see I'm naked in here?<</joe>>
The man <<link "looks at you." "event_2_8a2">><</link>>
</div><<include "upd_event_2_8a">>\
<div class="standard" id="event">\
<<say 'Guy'>>Oh, yeah, I can //definitely// see that! Sooo.. yeah, no, right, I'll.. leave you to it.<</say>>
<<nobr>>As he leaves, you're pretty sure he winks at you. Winks at you!! What the hell? Fucking pervert. You look at the mirror.
It has a camera, of course, but only for pictures, right? Did he //know// you were in here stroking it?<</nobr>>
<<nobr>>Either way, you decide to stop touching yourself.
Finish up and go home. You pick up a small, black dress with glitters all over <<link "and try it on." "event_2_9a">>\
<</link>><</nobr>>\
</div><<include "upd_event_2_9a">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/gh1.mp4" autoplay></video>
<<nobr>>While you're busy trying on the dress, you don't notice a //'schwk'// sound of something sliding open. You also don't see
the round hole in the side of the room appear. Both things that make the big, hard cock suddenly sticking
out of the wall quite the surprise.<</nobr>>
<<link "What the fuck?!" "event_2_10a">>\
<</link>>\
</div><<include "upd_event_2_10a">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/gh2.mp4" autoplay loop controls></video>
<<nobr>>You sit there for a bit looking at the cock wiggling up and down. You're having trouble
getting over the fact someone just stuck his fucking dick through the wall just because you're in here.
What does he expect, that you'll just start wanking him off?!<</nobr>>
<<link "Of course you won't! You tell him to get lost, //now!//" "event_2_11a1">>\
<</link>>
<<link "Hell no! In fact, let's turn the tables on him. See how he likes it!" "event_2_11a3">>\
<</link>>
<<link "Cause.. you could? You kinda want to touch it.." "event_2_11a2">>\
<</link>>\
</div><<include "upd_event_2_11a1">>\
<div class="standard" id="event">\
<<nobr>>Being careful not to yell and draw the whole store in, you address the cock's owner in as unforgiving and stern a tone
you can manage.<</nobr>>
<<joe>><<nobr>>//I'm going to count to three, and after that I'm going to duct tape any and all cocks still poking through a hole
onto the wall. Three..//<</nobr>><</joe>>
<<nobr>>No cock movement yet. Improvising, you grab one of the items of clothing you know uses
velcro.<</nobr>> <<linkappend "That'll sound like ducttape to panicked ears, right?" t8n>>
<<joe>>//Two..//<</joe>>
<<nobr>>Right after two, you rip the velcro. The cock instantly retreats into the wall, followed by an //'Ow, fuck!'//
from the other side. <</nobr>>
With that handled, <<link "you quickly finish up and meet back up with the girls." "event_2_14">>
<<set $event2_gh_no to "yes">>\
<</link>>\
<</linkappend>>\
</div><<include "upd_event_2_11a2">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/gh3.mp4" autoplay loop controls></video>
<<nobr>>You're horny, that's one. Lisa wants this for you, two. There's a level of anonymity, three.
And as surprised as you are by this thought.. the cock looks kinda amazing. After convincing yourself,
you gingerly take the cock in your hand <</nobr>><<link "and start stroking." "event_2_12a2">>
<</link>>\
</div><<include "upd_event_2_12a2">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/gh4.mp4" autoplay loop controls></video>
<<nobr>>You really get into it. The warm, meaty stick between your fingers feels amazing and you feel
//so. fucking. hottt.// At one point, as you get close to spit on it, you briefly make lips-to-helmet contact, sending a shiver through your body.
<</nobr>> <<link "After a while, you feel him twitching, getting close." "event_2_13a2">>
<</link>>\
</div><<include "upd_event_2_12a2">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/gh5.mp4" autoplay loop controls></video>
<<nobr>>As the first bit of cum is released, you instinctively bring your head forward and stick your tongue out.
You can't explain why, but you feel a powerful urge to taste your warm, sticky reward.
After quite a bit of cum, the cock retreats back behind the wall, leaving you on your knees, sticky.<</nobr>>
<<nobr>>You realize you're almost painfully erect, but as much as you crave sweet, sweet release, you gotta hurry.
You've been in here a while. <</nobr>><<link "You finish up quickly and meet back up with the girls." "event_2_14">>
<<set $event2_gh_hj to "yes">>\
<</link>>\
</div><<include "upd_event_2_11a3">>\
<div class="standard" id="event">\
<<nobr>>Alright, time for the ooooold Uno reverse card. All you gotta do is tell this asshole to take his dick back out
and take it from there.<</nobr>>
<<joe>>//Oh my, look at that cock!// It looks a bit dry, won't you spit on it for me?<</joe>>
The dick obediently retreats into the wall. Soon as it does, you stick yours through.
//<<link "'Well? It's not going to spit on itself, do as you're told.'" "event_2_12a3">>
<</link>>//\
</div><<include "upd_event_2_12a3">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/tt1.mp4" autoplay loop controls></video>
<<nobr>>After telling him to do as he's told, nothing happens for a couple of seconds that seem to last minutes.
Then, you feel a hand and seconds later, the familliar feeling of someone taking you into their mouth.
It feels good and weird, and you don't really want to think of the guy standing in your little room minutes ago.<</nobr>>
<<joe>>Hurry up, would you?<</joe>>
<<link "The hole obliges and quickly brings you to climax." "event_2_13a3">>
<</link>>\
</div><<include "upd_event_2_13a3">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/tt2.mp4" autoplay loop controls></video>
<<nobr>>Not being able to look at anything but the wall as you come is just a one of many things about this that's
weird and new. But it's also just like every other time - it feels good. Even though it feels like quite a lot,
you don't really know how much you come or where it lands and you don't really care.
You just want to dismiss your cocksucker and finish up.<</nobr>>
<<joe>>Ok, good boy. Close the hole behind you, would you?<</joe>>
<<nobr>>You take your cock out and quickly start on the remaining clothes, happy to be done with all this. Once you're done,
<<link "you finish up and meet up with the girls." "event_2_14">>\
<<set $event2_gh_tt to "yes">>\
<</link>><</nobr>>
</div><<include "upd_event_2_8b">>\
<div class="standard" id="event">\
<<joe>>Ehm. Well.. I've run into a bit of a problem, actually..<</joe>>
<<jessy>>What is it, babes?<</jessy>>
A valid question. Do you just tell her? <<linkappend "You try to stall for a bit." t8n>>
<<joe>>Well, it's, well, it's hard. To explain, it's hard to explain, Jessy<</joe>>
<<jessy>>Oh don't be like that, babes, nothing we can't work out! Come on, show me the problem.<</jessy>>
Before finishing her sentence, <<link "the door is already halfway open." "event_2_9b">><</link>>
<</linkappend>></div><<include "upd_event_2_9b">>\
<div class="standard" id="event">\
As Jessy enters the room she looks at you, looks at your boner, back at you and winks.
<<jessy>>Can't get proper measurements in that state, can we babes? Well..<</jessy>>
<<nobr>>She starts tying her hair up as she squats down in front of you. Before you fully realize
what's going on, <</nobr>><<linkappend "she's got her hand around your dick." t8n>>
<<joe>>Wait, what are you doing? I have a girlfriend!<</joe>>
<<jessy>><<nobr>>What? You guys talked about this, she encouraged me! Now, babes, really. Don't worry.
I'm a professional.<</nobr>><</jessy>>
<<link "She gets to work." "event_2_10b">><</link>>
<</linkappend>></div><<include "upd_event_2_10b">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/bj1.mp4" autoplay loop controls></video>
<<nobr>>Jessy wasn't kidding - she sucks you off like a pro. There's rhythm, deepthroating, licking the balls.
At one point, she even takes a moment to get her tits out. Eye for
detail, that. <<link "You quickly approach orgasm." "event_2_11b">><</link>><</nobr>>\
</div><<include "upd_event_2_11b">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/bj2.mp4" autoplay loop controls></video>
<<nobr>>Jessy finishes you off, catching most of the cum in her waiting mouth. After she sucks the last of your
swimmers out of you, she proudly presents a mouth full of cum, which she promptly swallows.<</nobr>>
<<jessy>>Tadaa! Problem solved. Alright, babes, time to try on these last outfits. I trust it you don't need help with that?<</jessy>>
<<nobr>>Without waiting for an answer, she winks, playfully pinches your cheek and walks out. Wow. That happened!
With a clear head and without any bodyparts in the way, you quickly finish your task <<link "and head back to the girls." "event_2_14">>
<<set $event2_bj to "yes">>\
<</link>><</nobr>>\
</div><<include "upd_event_2_8c">>\
<div class="standard" id="event">\
<<joe>>I'm alright, thanks! I need just a bit more time, sorry. Taking slightly longer than I thought!<</joe>>
<<jessy>>That's alright, honey, we'll be in the store if you need anything. See you in a bit!<</jessy>>
<<nobr>>You hear her walk off and look down. Hard. As. A. Rock. The room you're in is partly made for comfort, and in the
corner there's a nice comfy lounge chair. You plop down for a minute as you figure out what to do.<</nobr>>
<<link "Let's just jerk one out so we can finish this thing up." "event_2_9c">><</link>>
<<link "Just think of stuff that's not sexy and carry on, right?" "event_2_9c2">><</link>>
</div><<set $focus_cw to 1>>\
<<set $focus_nun to 1>>\
<<set $focus_maid to 1>>\
<<set $focus_bny to 1>>\
<<set $focus_counter to 0>>\
<<include "upd_event_2_8c">>\
<div class="standard" id="event">\
<<nobr>>Alright, you're in control here, no need to give in to every urge that comes into your mind. Clearly, this whole thing
is being brought on by you seeing yourself as a sexyass woman the whole time, right? So let's just switch that out.
Maybe instead of thinking of yourself as a woman, think of yourself as something else. Right? Ok, let's try..<</nobr>>
<<include "focus_options">>\
</div><<if $focus_cw is 1>><<link "Construction. You're a very manly, strong, construction worker." "event_2_10c_1">><</link>><br><</if>>\
<<if $focus_nun is 1>><<link "How about.. religion? Sexy is the the least used word to describe religion!" "event_2_10c_2">><</link>><br><</if>>\
<<if $focus_maid is 1>><<link "Nothing gets you less excited than house chores. Cleaning. Brr." "event_2_10c_3">><</link>><br><</if>>\
<<if $focus_bny is 1>><<link "Think outside the box! An innocent and fragile animal! Like a bunny." "event_2_10c_4">><</link>><</if>>\
<<if $focus_counter is 4>>\
<<nobr>>Oh for crying out loud! This is impossible. It's impossible to think of something my stupidass brain can't
turn into something sexual. Beercan? Oktoberfest. Damn you, brain! Wait, brain? Teacher.. porn. Maybe I've been watching too much porn?
Hm. What did I do yesterday? I don't even think I watched any. I did watch something. Something with a.. forest? What's that actor
called with the beard and the jokes. How do you search stuff like that, huh?<</nobr>>
<<nobr>>As your brain races, your penis gently turns back into it's flaccid state. When at one point you stop to think what it was you were doing,
you realize you did it! You quickly finish fitting the last items of clothing and <</nobr>><<link "meet back up with the girls." "event_2_14">>\
<<set $event2_focus to "yes">>\
<</link>><</if>>\<<set $focus_cw to 0>>\
<<set $focus_counter ++>>\
<div class="standard">\
<video style="width:30em" id="video" src="images/events/2/foc_cw.mp4" autoplay onloadstart="this.playbackRate = 1.5;"></video>
<<timed 2.5s>>\
<div class="fade-in">
<<if $focus_counter lte 3>><<nobr>>Oh, come on! Like.. yeah, ok. Maybe. Maybe not so unexpected. But also why, brain?! What's wrong with a nice
multitool. A saw or the likes.<</nobr>><</if>>
<<include "focus_options">></div><</timed>>
</div><<set $focus_nun to 0>>\
<<set $focus_counter ++>>\
<div class="standard">\
<video style="width:30em" id="video" src="images/events/2/foc_nun.mp4" autoplay onloadstart="this.playbackRate = 1.5;"></video>
<<timed 2.5s>>\
<div class="fade-in">
<<if $focus_counter lte 3>><<nobr>>Oh, right, nuns. Maybe could've seen that one coming. Every nun is a pornstar waiting to get
their tits out, right?<</nobr>><</if>>
<<include "focus_options">></div><</timed>>
</div><<set $focus_maid to 0>>\
<<set $focus_counter ++>>\
<div class="standard">\
<video style="width:30em" id="video" src="images/events/2/foc_maid.mp4" autoplay onloadstart="this.playbackRate = 1.5;"></video>
<<timed 2.5s>>\
<div class="fade-in">
<<if $focus_counter lte 3>><<nobr>>Yeah, sure. One might think: housework? Doing the dishes, getting wet and dirty. //Hmm.. maybe you get those
massive boobs wet-// OH COME ON!!!<</nobr>><</if>>
<<include "focus_options">></div><</timed>>
</div><<set $focus_bny to 0>>\
<<set $focus_counter ++>>\
<div class="standard">\
<video style="width:30em" src="images/events/2/foc_bny.mp4" autoplay onloadstart="this.playbackRate = 1.5;"></video>
<<timed 2.5s>>\
<div class="fade-in">
<<if $focus_counter lte 3>><<nobr>>What?! Man, you were so sure that would work. Out of all the animals,
you think of the damn playboy mascot. Fucks sake.<</nobr>><</if>>
<<include "focus_options">></div><</timed>>
</div><<include "upd_event_2_9c">>\
<div class="standard" id="event">\
<video id="video" src="images/events/2/solo.mp4" autoplay loop controls></video>
<<nobr>>Before you realize just how close you already were you start coming. Hard.<</nobr>>
<<nobr>>As you take a moment to collect yourself, you look at the copious amounts of cum covering the floor.
How long had you been in here edging yourself on before sitting down? Also.. how are you gonna clean this mess up? Fuck.<</nobr>>
<<link "Not your proudest moment but.. leave it as is. No way to clean it up." "event_2_10c1">><</link>>
<<link "Clean it up with a piece of clothing. You've got plenty here." "event_2_10c2">><</link>>
<<link "You'll have to live with the shame but.. you could.. eat it.." "event_2_10c3">><</link>>
</div><<include "upd_event_2_10c1">>\
<div class="standard" id="event">\
<<nobr>>Look, you're sorry, ok, but there's nothing you can do. You couldn't fit the clothes with a hard on and you don't
have anything to clean it up with. Nobody will know, surely.<</nobr>>
<<nobr>>As you try on the remaining clothes, your thoughts go back and forth between justifying the pool of cum on the floor
and wondering how there's so much of it. Eventually, you're done!<</nobr>> <<link "Time to meet back up with the girls." "event_2_14">>\
<<set $event2_solo to "yes">>\
<</link>>\
</div><div class="standard" id="event">\
<video id="video" src="images/events/2/licky.mp4" autoplay loop controls></video>
<<nobr>>You vaguely realize you're only doing this because you're still horny, shrug, drop to the floor
and start licking and sucking. It's salty and a bit sweet - Lisa feeds you stuff that makes it taste better -
but you hardly taste it. This thing is based on lust, not so much hunger.<</nobr>>
<<nobr>>Once you've slurped up the last of it, you get back up, take a second or two and then finish up fitting clothes. Best
to pretend this never happened, right? When you're done, you <<link "meet back up with the girls." "event_2_14">>
<<set $event2_licky to "yes">><</link>><</nobr>>\
</div>\<<include "upd_event_2_10c2">>\
<div class="standard" id="event">\
<<nobr>>Alright, just use a piece of clothing as a.. rag! Nothing to it. You're gonna have to wear it out of store
if you want this to work, though. Otherwise, instead of leaving a puddle of cum on the floor, you'll be leaving a cum soaked piece of
clothing behind. And, well, it can't be something I'd wear //visibly//.<</nobr>>
You sigh as you grab the biggest pair of panties you see.
<div id="choice1"> <<link "Well, let's get this over with.">><<replace "#choice1">><<timed 10ms t8n>>
<<nobr>>You kneel down onto the floor and start wiping it up. It doesn't take long before the floor looks
relatively OK and the panties are absolutely soaking in sperm. Hoping it might dry up a bit, you carefully
hang the panties on a hanger before finishing up your task of trying everything on.<</nobr>>
<<nobr>>Once you're done, you take the panties. They're wet, sticky,
lukewarm and about to be worn. As the panties touch your crotch, you feel the icky substance
spreading, a shiver running through your spine as it covers your balls.<</nobr>>
Fighting the urge to ask yourself why, you put on a pair of pants and <<link "head back to the girls." "event_2_14">>
<<set $event2_panty to "yes">><</link>>\
<</timed>><</replace>><</link>>
<<link "Wait, no, I'm not doing that. I'll leave it, fuck it." "event_2_10c1">><</link>></div>\
</div><<include "upd_event_2_14">>\
<div class="standard" id="event">\
<<nobr>>Lisa and Jessy appear to be an animated discussion about a crop top when you meet back up with them.<</nobr>>
<div id="choice1">\
<<link "After everything that just happened, you only manage a meekly greeting.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>><<nobr>>Heya. I'm done in there, did everything I was supposed to do. So, er.. yeah.<</nobr>><</joe>>
<<nobr>>You look at Lisa, who's looking at you with a mischievous grin. Does she know something? Or are you just projecting that?
Maybe in your mind, everyone knows. Maybe everything was filmed and broadcasted live right here in the store.
Thankfully,<</nobr>> <<linkappend "Jessy interrupts your downward spiral of paranoia." t8n>>
<<jessy>><<nobr>>Oh, good, honey! I can't wait to see the pictures, I can only image how hot you look in all of them.
What do you think, Lisa?<</nobr>><</jessy>>
<<lisa>><<nobr>>Oh for sure, Jess! My imagination says it was //preeetty hot// in that little room.<</nobr>><</lisa>>
She keeps looking you straight in the eyes, smiling away.
//<<link "So.. we're done right..?" "event_2_15">><</link>><</linkappend>>//\
<</timed>><</replace>><</link>>
<<link "Happy to be out of that little room, you cheerfully announce your return.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>><<nobr>>Girls, girls! Fear no more, for I - $name - have returned to you once more! I have overcome
the challenges of the quest put upon me!<</nobr>><</joe>>
<<nobr>>The women look at one another for a second, then start laughing. It's going to take more than that to put you
out of your cheerful state - but you can't deny it's now tainted by the question: //'what does who know?'//<</nobr>>
<<lisa>><<nobr>>Oooh, my brave conquerer. Had a hard time in there, did you?<</nobr>><</lisa>>
She looks you straight in the eyes with a mischievous grin. What does //she// know?
<<jessy>>I can't wait to see the pictures, honey! I can only imagine how hot you look in all of them.<</jessy>>
//<<link "Well, that goes without saying. So, we're done, yes?" "event_2_15">><</link>>//\
<</timed>><</replace>><</link>>\
</div>\
</div><<include "upd_event_2_15">>\
<div class="standard" id="event">\
<<nobr>><<joe>>Yes, yes, of course. So.. I'm done - you girls need some more time in the store, or?<</joe>><</nobr>>
<<jessy>>Your timing is perfect, babes, I've got another client for a clothing fit in 2 minutes.<</jessy>>
She turns to Lisa.
<<jessy>>I'll see your pretty face wednesday at the salon? Oh, I can't wait, honey!<</jessy>>
<<lisa>>Wednesday at the salon! Thank you so much for everything, Jess.<</lisa>>
<<nobr>>Jessy gives the both of you a hug and heads off to help her client. Lisa and you make your way back to the car
<<link "and drive back home." "event_2_15b">><</link>><</nobr>>\
</div><<include "upd_event_2_15">>\
<div class="standard" id="event">\
<<nobr>>In the car, Lisa and you talk about the clothes you fitted, how different items looked, what everything's called,
how soft some of the fabrics were and everything else related to the fitting process.<</nobr>>
<div id="choice1">\
Well, everything.. did you tell her //everything?//
<<link "You did. She's your girlfriend and you couldn't keep a secret if you wanted to.">><<replace "#choice1">><<timed 10ms t8n>>\
<<include "telling_lisa">>
<</timed>><</replace>><</link>>
<<link "No, you didn't tell her everything. Not everyone needs to know everything all the time.">><<replace "#choice1">><<timed 10ms t8n>>\
<<include "not_telling_lisa">>
<</timed>><</replace>><</link>>\
</div>\<<nobr>>Everything. How your reflection and the soft fabrics touching your skin, your sensitive nipples, turned you on.
How you started stroking it without realizing. <</nobr>>\
<<if $event2_bj is "yes">><<nobr>>How Jessy had come in and //helped// with the situation. How she'd swallowed the situation like
it was just another day at the office.<</nobr>>
<<nobr>>You didn't expect Lisa to be angry - but you'd been a bit nervous telling her. Her reaction tells you there was never any need for that.
If anything, the story and idea of her good friend sucking you off seems to turn her on to no end, as she asks you questions about
every little detail with a sparkle in her eyes.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_focus is "yes">><<nobr>>How you couldn't keep from thinking about sexual stuff, endlessly trying to get rid of your
erection before finally being able to finish the task at hand.<</nobr>>
To nobody's surprise, Lisa goes into an uncontrollable fit of laughter thinking about the whole situation.
<<include "event2_ending">><</if>>\
<<if $event2_gh_hj is "yes">><<nobr>>How the man had bursted in and looked at you, how his cock had come through the wall.
You tell her how you got on your knees, taking the hard cock of another man in your hands for the very first time in your life.
How you made that cock climax. You tell her about the cum, how you tasted some. How it made you feel.<</nobr>>
<<nobr>>As you tell her all this - Lisa acts as an encouraging soundboard, asking gentle questions, smiling lovingly at you. If someone
were to ask you how you jerking off another man made Lisa feel, it'd be a tossup between proud and horny.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_gh_tt is "yes">><<nobr>>How the man had bursted in and looked at you, how his cock had come through the wall.
You tell her how you tricked him, played your Uno reverse card. How he sucked you off, you came, and how it made you feel.<</nobr>>
<<nobr>>Lisa's reaction is one of definite surprise - but not a disappointed or judging one. If someone
were to ask you how you telling another man to get you off made Lisa feel, it'd be a tossup between proud and horny.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_gh_no is "yes">><<nobr>>How the man had bursted in and looked at you, how his cock had come through the wall.
How you'd told him to fuck right off and tricked him into retreat.<</nobr>>
<<nobr>>Lisa unfortunately recognizes your situation as one women are confronted with unwillingly way too often. //'Which is sad, of course.
Unless you're really horny and feel like sucking cock, haha. I'm kidding, babe!!'//. She says she's proud of you for standing up for
yourself and knowing your boundaries.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_licky is "yes">><<nobr>>How you couldn't fit into anything with your erection and decided to.. //make it go away.// About
the huge amount of cum that was the aftermath and, yes, you even told her about.. how you ended up cleaning it up.<</nobr>>
<<nobr>>She laughs, calling you a dirty pervert. She genuinely doesn't seem to judge you and mainly just appears to be entertained
by the idea. //'I guess from now on rather than me swallowing all of it, we can share, babe! Or take turns, haha!'//.
If anything, you feel your confession made her horny.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_panty is "yes">><<nobr>>How you couldn't fit into anything with your erection and decided to.. //make it go away.// About
the huge amount of cum that was the aftermath and, yes, you even told her about.. how you ended up cleaning it up.<</nobr>>
<<nobr>>Lisa bursts out in uncontrollable laughter at the conclusion. //'And you're wearing it right now? OH MY GOD! That is one
of the greatest things I've ever heard. That's why we have handbags, babe. Tissues!'//.
Though she laughs at the situation like 'one of the lads', you don't feel any judgement.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_solo is "yes">><<nobr>>How you couldn't fit into anything with your erection and decided to.. //make it go away.// About
the huge amount of cum that was the aftermath.<</nobr>>
<<nobr>>She tells you she would've been surprised if you //hadn't// been turned on in there. Apparently, she got turned on
just thinking about you fitting women's clothing in a little cabin for some reason. //'And also now you know why
a prepared woman carries a bag, babe. Tissues!'//.<</nobr>>
<<include "event2_ending">><</if>>\<<nobr>>Well, everything.. You tell her you thought you looked hot, how nice the the touch of the fabrics had felt on your skin.
But you didn't tell her about the problem that had.. risen. <</nobr>>\
<<if $event2_bj is "yes">><<nobr>>About how Jessy had helped you out with that and sucked you off. You didn't really
want to talk about it, hot though it had been, and frankly you figured she already knew anyway. If she wanted to talk
about it, she could. Right?<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_focus is "yes">><<nobr>>About your difficulty keeping from thinking about sexual stuff.
Frankly, you were a bit embarrased by the whole thing, and you really felt telling Lisa wasn't in anyones interest.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_gh_hj is "yes">><<nobr>>You didn't tell her about the cock thad had come through the wall, or how you got on your knees,
taking the hard cock of another man in your hands for the very first time in your life. About how you made that cock climax.
How you tasted another man's cum.<</nobr>>
<<nobr>>You're not happy keeping it from her, but you're not quite in the right place to tell her either.
She'd given you a kind of Carte Blanche and stressed that it was about doing what felt right for //you//. So if
keeping this from her made you feel better, that's how it is for now.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_gh_tt is "yes">><<nobr>>How the man had bursted in and looked at you, how his cock had come through the wall.
You didn't tell her how you'd tricked him, made him suck you off. You didn't even know how you felt about
it yourself, and weren't ready to hear someone else's feelings on the matter.<</nobr>>
<<nobr>>You're not happy keeping it from her, but you're not quite in the right place to tell her either.
She'd given you a kind of Carte Blanche and stressed that it was about doing what felt right for //you//. So if
keeping this from her made you feel better, that's how it is for now.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_gh_no is "yes">><<nobr>>How the man had bursted in and looked at you, how his cock had come through the wall.
You don't tell her about how you'd told him to fuck right off. It felt like a nasty memory already, and
sharing it didn't feel like it would help anyone feel good.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_licky is "yes">><<nobr>>You don't tell her about the.. solution to your erection problem. Nor did you tell her about
the huge amount of cum that was the aftermath. You //definitely// weren't telling her about how you cleaned up after yourself,
that's for sure.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_panty is "yes">><<nobr>>You don't tell her about the.. solution to your erection problem. Nor did you tell her about
the huge amount of cum that was the aftermath. You //definitely// weren't telling her about how you cleaned up after yourself,
that's for sure.<</nobr>>
<<include "event2_ending">><</if>>\
<<if $event2_solo is "yes">><<nobr>>You don't tell her about the.. solution to your erection problem. Nor did you tell her about
the huge amount of cum that was the aftermath. Cause although you really felt there was no other solution, you felt bad
about leaving it all on the floor like that, so you weren't about to share that with anyone.<</nobr>>
<<include "event2_ending">><</if>>\<<t-clippy>><<nobr>>I've added a button under the ''Personality'' one - ''Wardrobe''. From here on out,
you can use that to change your appearance. All clothes you may unlock will automatically
appear in your wardrobe. Nice, huh?<</nobr>>
<<nobr>>Oh, and just FYI: the wardrobe is only available when you're at home. Cause some things just are. You know?<</nobr>><</t-clippy>><<popup "introduce_wardrobe">>\
<<set $wardrobe_unlocked to "yes">>\
<<set $chapter to "Week 2">>\
<<set $credits to 3>>\
<<set $events += 1>>\
<<set $story.work.available to "yes">>\
<<set $story.sports.available to "yes">>\
<<set $story.life.available to "yes">>\
<<set $time++>>\
<<set $location to "loc_home">>\<br>\
<<nobr>>Traffic is a nightmare, which gives the two of you the time to practically relive the entire visit to the Clothes 'n Shit.
<<link "Eventually, you make it back home." "week_2_button">>\
<</link>><</nobr>>\<div class="standard" style="margin-top:5em">\
<h1><<link "Week 2" "home">><<include "upd_event_2_end">><</link>></h1>
</div>\<<set $wardrobe_unlocked to "yes">><<set $update_end to "yes">>\
<div class="standard fade-in">\
<br><img src="images/ui/end.svg" style="width:32em"><br><br>
<<nobr>>You've reached the end of this release! To keep things organised, new releases will either feature a week (so three activities: sports,
work and life) //or// a weekend/event - like the one you just played through! Apologies if you were hoping for more!<</nobr>>
<<nobr>>After three weeks of waiting, Subscribestar still hasn't done anything about my profile or communicated anything, so I'm happy to announce
that I've got a ''[[Patreon|https://www.patreon.com/TheContest]]'' up and running! When this is released (23rd of November), the next update (C1W2) will be released on patreon (and if they ever accept
my profile: Subscribestar). C1W2 features a full new week and will be released for free on the 7th of December.<</nobr>>
<<nobr>>Besides early access, Patrons will receive bonus cosmetic stuff (outfits, looks etc) starting from C1W2.5, so the update after the one currently on the Patreon.
And if we can think of more extra's, we'll add them! If you don't really care about all that but would like to show your
support regardless, you can ''[[Buy Me A Coffee.|https://www.buymeacoffee.com/thecontest]]'' Either way, I greatly appreciate the support!<</nobr>>
For now, if you wish to play around with the Wardrobe some more, you can by clicking the Wardrobe button in the right bar.
Thanks for playing!
- The Contest
</div>\<div class="standard fade-in">\
<br><img src="images/ui/end.svg" style="width:32em"><br><br>
<<nobr>>You've reached the end of this release! If you accessed this release as a subscriber through Patreon: Thank you so much for your support! I
sincerely hope you enjoyed this release. I will be writing about certain choices and features in detail on the ''[[Patreon|https://www.patreon.com/TheContest]]''<</nobr>>
<<nobr>>Next release will be another 'weekend' event. Not to spoil too much, but we will be adding more customization options in the form of make-up, adding some
subscriber only outfits and of course adding more (hopefully exciting) story.<</nobr>>
<<nobr>>If you're not here through Patreon, thank you for playing! And if you enjoy the content, consider subscribing on the Patreon. Or don't!
If you don't care about the benefits of subscribing but would like to show your
support, you can ''[[Buy Me A Coffee.|https://www.buymeacoffee.com/thecontest]]''. Your support is greatly appreciated!<</nobr>>
Thanks for playing!
- The Contest
</div>\!!Event 4 - The Main Event
This is it!!! STREAMING!!<<set $status to {
location: "outabout",
activity: "outabout",
title: {
location: "Out and about",
activity: "Weekendin'!"
}
}>>\
<div class="standard event fade-in">
<h1><<link "The Weekend" "event_3_1">><</link>></h1>
</div><<set $statusheader to "e3frihome">>\
<div class="standard event">\
<<include "loc home">>
<<nobr>>As the week reaches it's celebratory end, you think about the past couple of weeks. The changes to your body, to you, your behavior. But also.. Lisa's. She's been extremely supportive and your biggest fan. But you notice she's also been really into the idea of //you// being with //others//. You feel like it actually turns her on.<</nobr>>
<<nobr>>Which is fine, of course! Whatever floats her boat. You do feel, though, like you want to talk to her about it. What exactly is going on here. You've heard of cuckolding and whatnot, but you've never really looked into it, <<link "so you decide to do some research." "event_3_2">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>Reading up, you find the terms //Cuckolding// and //Netorare//. There's different definitions and opinions about all of it, but you feel like it has a lot to do with the fantasy of one person in a relationship cheating and sexually being with someone else. From the looks of it, humiliation is a //big// part of it.<</nobr>>
<<nobr>>Is that what this is? Does Lisa want to be a so called //cuckqueen//? Be humiliated? You realize kinks aren't the 'expected' sexual fantasies, but still. You can't for the life of you imagine that's it. You wonder to yourself whether or not it's something you'd be into. As you're reading up..<</nobr>>
<<link "You realize the thought of Lisa being with another man turns you on." "event_3_3">><</link>>
<<link "You confirm to yourself cuckolding is definitely not for you." "event_3_3">><</link>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
<<link "Cuckolding Path: Agree to try cuckolding, Lisa being with other men." "event_3 doctor_1">><<set $cuckold to "yes">><</link>>
<<link "Open Path: No cuckolding/humiliation, but Lisa doesn't have to be monogamous." "event_3 doctor_1">><<set $cuckold to "open">><</link>>
<<link "Monogamous Path: You're Lisa's only partner. Your freedom stays the same." "event_3 doctor_1">><<set $cuckold to "no">><</link>>
<</linkappend>>\
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>On Friday when you're having dinner, Lisa reminds you that you've got a checkup appointment with Doctor Notta on Saturday.<</nobr>>
<<nobr>><<lisa>>And I talked to his sister about participating in the make-up speedcourse we talked about and you can do that straight after, babe! It's a 4 hour course, but well worth it.<</lisa>><</nobr>>
<<nobr>>Crap. Clearly you've talked about this but for the life of you, you can't remember.<</nobr>>
<<nobr>><<lisa>>I was hoping you could drop me off on your way?<</lisa>><</nobr>>
<<nobr>>Here we go..<</nobr>>
<<link "Guess! You'll probably guess right. Surely." "event_3_4a">><</link>>
<<link "Talk around it until it makes sense! Creative denial!" "event_3_4b">><</link>>
<<link "Ugh. Just come clean or you'll be here all day." "event_3_4c">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Yeah, of course. I told I would, didn't I?<</joe>><</nobr>>
<<nobr>>Lisa cocks her head slightly. Sharp as a tack, that woman. Probably already suspects something.<</nobr>>
<<nobr>><<lisa>>Right, yeah you did babe, of course. And you also said you'd pick me up after, right?<</lisa>><</nobr>>
<<nobr>><<joe>>I did, didn't I? Pick you up after. Help me out, did you say you thought you were going to be early? Or was that the other thing?<</joe>><</nobr>>
<<nobr>>You can see Lisa trying to fight the urge to start smiling. You're busted aren't you?<</nobr>>
<<nobr>><<lisa>>What other thing is that, babe?<</lisa>><</nobr>>
<<nobr>>An opening!<</nobr>>
<<nobr>><<joe>>The thing! You said! Well hold on, now you're confusing me. Just to confirm - where am I dropping you off tomorrow?<</joe>><</nobr>>
<<nobr>>Lisa looks at you for a moment with a smile that reads: //'how did he do that?'//, <<link "then gives in and just tells you." "event_3_6">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>Alright, this is going to work best if you add some drama. Make it all realistic like. You look at Lisa as if she's just insulted you.<</nobr>>
<<nobr>><<joe>>Can I drop you off? You were //hoping//?<</joe>><</nobr>>
<<nobr>>You start laughing.<</nobr>>
<<nobr>><<joe>>Of course I can drop you off! Baby, it's not every day you're, you know..<</joe>><</nobr>>
<<link "Going skydiving!" "event_3_5a1">><</link>>
<<link "Opening a candy store!" "event_3_5a2">><</link>>
<<link "Getting married!" "event_3_5a3">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Sure! I completely forgot, though, babe, sorry. Remind me, where are you going again?<</joe>><</nobr>>
<<nobr>>She gives you a teasing look.<</nobr>>
<<nobr>><<lisa>>You don't remember talking about the make-up course either, do you?<</lisa>><</nobr>>
<<nobr>><<joe>>Sure I do! I mean I don't really, no. I love you?<</joe>><</nobr>>
<<nobr>>A huge, loving smile forms on Lisa's face. Magic formula, that - be clumsy, tell her you love her, boom. <<link "Lisa starts explaining." "event_3_6">><</link>> <</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>..going skydiving!<</joe>><</nobr>>
<<nobr>>Lisa doesn't skip a beat.<</nobr>>
<<nobr>><<lisa>>I know, right?! And with me flying the plane and all, I just want to be on time, babe. So you'll drop me off?<</lisa>><</nobr>>
<<nobr>><<joe>>Yeah! Definitely. Professional dropper offer, at your service. Just to confirm, I'm dropping you off at the.. time, so you can go do..<</joe>><</nobr>>
<<nobr>><<link "Your voice trails off until there's no sound left." "event_3_6">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>..getting married!<</joe>><</nobr>>
<<nobr>>Lisa doesn't skip a beat.<</nobr>>
<<nobr>><<lisa>>Not every day? Babe, I'm only getting married //once!!// And with my dad still in the Amazon, I'll need //you// to walk me down the isle! We don't want to disappoint Huey.<</lisa>><</nobr>>
<<nobr>><<joe>>Huey?<</joe>><</nobr>>
<<nobr>><<lisa>>Sorry, I don't know who I'm marrying in this scenario of yours, babe. I thought //Huey// has a fun ring to it. What do you think?<</lisa>><</nobr>>
<<nobr>>You think about a clever response for a fraction too long.<</nobr>>
<<nobr>><<lisa>>Sooo.. you'll drop me off?<</lisa>><</nobr>>
<<nobr>><<joe>>Yes! Definitely. I'll drop you off at the time for the thing..<</joe>><</nobr>>
<<nobr>><<link "Your voice trails off until there's no sound left." "event_3_6">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>..opening a candy store!<</joe>><</nobr>>
<<nobr>>Lisa doesn't skip a beat.<</nobr>>
<<nobr>><<lisa>>A candy store?! Do you ever pay attention when I'm talking to you, babe? It's a //SOUP// store. And yes, there will be tomato soup candy, but that hardly makes it a candy store.<</lisa>><</nobr>>
<<nobr>>You're all out of clever.<</nobr>>
<<nobr>><<joe>>Eh..<</joe>><</nobr>>
<<nobr>><<lisa>>So, you'll drop me off?<</lisa>><</nobr>>
<<nobr>><<joe>>Yes! Anything for my souplady. I'll drop you off at the time for the thing..<</joe>><</nobr>>
<<nobr>><<link "Your voice trails off until there's no sound left." "event_3_6">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<lisa>>My friend Flower is getting married, remember, babe?<</lisa>><</nobr>>
<<nobr>>Right. Flower. Who calls their kid //Flower// anyway? You start remembering now and you also know why you probably pushed it away. She's marrying a guy called.. Flinder? Or something? You wouldn't be surprised if it's a nudist wedding, too.<</nobr>>
<<nobr>><<lisa>>And so we're going on a bachelor weekend with the girls! My train leaves at 12 and I'm back late Sunday evening! <</lisa>><</nobr>>
<<nobr>>Ah, that was the other thing. Whole weekend to yourself! You love spending time with Lisa, but you don't hate having some time on your own either.<</nobr>>
<<nobr>><<joe>>I remember all of that! Awesome, babe, sounds like it's going to be awesome.<</joe>><</nobr>>
<<nobr>><<link "After dinner, you bring up the whole cuckold/open relationship thing." "event_3_7">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You explain to Lisa that you've been wondering about her //enthusiasm// surrounding the open relationship part of your transformation and that you did a little research.<</nobr>>
<<nobr>><<joe>>.. and it's fine, of course. I mean I love the crap out of you and if this is something that turns you on, I want to know. You know, so I can play my role in it and whatever?<</joe>><</nobr>>
<<nobr>>You're not as good as Lisa in being //very// open about sex. You're fine with it, but you can't help feeling a little awkward bringing it up. Lisa makes a //'Hm..'// sound and thinks for a bit.<</nobr>>
<<nobr>><<lisa>>Hmnooo that's not it, babe. I've heard of that, but that doesn't do much for me. No, I honestly just get really excited about the idea that you, the person I love the most, can experience this whole new thing for the first time and the thought of that is a turn on, I think? <</lisa>><</nobr>>
<<nobr>><<link "She's silent for a moment while she thinks." "event_3_8">><</link>>.<</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<lisa>>I don't know, maybe it reminds me of me, exploring sex and having fun and stuff for the first time. I //loved// it. I'm very happy I don't have to start over, don't get me wrong, but the idea that you get to kind of experience that all for the first time, it's just hot, you know?<</lisa>><</nobr>>
<<nobr>><<joe>>I think so, yeah. I didn't think it would be a cuckold thing, to be honest. I was also wondering, I guess..<</joe>><</nobr>>
<<nobr>>You hestitate for a moment.<</nobr>>
<<nobr>><<joe>>Well, it doesn't bother you that the nature of our new.. arrangement is a bit, eh. What's the word. Lobsided? I'm free to do what I want, you're not?<</joe>><</nobr>>
<<nobr>><<link "Lisa starts shaking her head and laughing." "event_3_9">><</link>>.<</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<lisa>>Oh, not at all, babe! You've always satisfied me. You're a great lover, you know that right? Maybe that's why I feel it's unfair not to share! Haha.<</lisa>><</nobr>>
<<nobr>>Well, that settles that! Lisa just enjoys your journey as a spectator sport. A bit of a lewd one, but nothing to worry about.<</nobr>>
<<nobr>><<link "You leave it at that. Big day tomorrow! Let's hit the hay." "event_3 doctor_1">><</link>><</nobr>>
<<nobr>><<link "So.. she doesn't want to sleep with other men? She could if she wanted to." "event_3_10">><</link>> <</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Well maybe I feel the same! Unfair not to share. You're the best //I've// ever been with. So, you know. If you wanted to, I'd be ok with it.<</joe>><</nobr>>
<<nobr>><<lisa>>What, wanted to be with other men? I'm serious, babe, we don't have to do that. I'm a //very// happy girl.<</lisa>><</nobr>>
<<nobr>>She hesitates slightly.<</nobr>>
<<nobr>><<lisa>>Unless it's like a fantasy of yours? If it's something you're into, I could play along?<</lisa>><</nobr>>
<<link "It's not, you'd just be cool with it. Equal rights!" "event_3_11a">><</link>>
<<link "It is. That //research// really turned you on." "event_3_11b">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>It's not. And I know we don't //have// to. But we're equal. If I have the freedom, you have it. I'm not saying go out there and do it, I'm just saying we can talk about it the same way we do for me. Ok?<</joe>><</nobr>>
<<nobr>>Lisa walks over and wraps herself around your body in a big, tight hug.<</nobr>>
<<nobr>><<lisa>>Thanks, babe. I really don't think it will be relevant at any point, but I love you for thinking about it and worrying about it and saying it. You're my bestest bestie, you are.<</lisa>><</nobr>>
<<nobr>><<joe>>Aww. And you're mine. Look at us being all cute and cuddly telling each other we're free to hump whoever we want!<</joe>><</nobr>>
<<nobr>><<lisa>>You're not ruining this for me!<</lisa>><</nobr>>
<<nobr>>The two of you hug for a while, talk for a bit and eventually hit the hay.<</nobr>>
<<nobr>><<link "After a good night's sleep, Saturday is here!" "event_3 doctor_1">>\
<<set $cuckold to "open">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Maybe.. Looking it up, I can't help it but I just thought about the idea of you being with other men and it.. well, it turns me on.<</joe>><</nobr>>
<<nobr>>Lisa treats you to an amused look with a hint of puzzled.<</nobr>>
<<nobr>><<lisa>>I didn't know that, you never told me, babe! Have you thought about it a lot?<</lisa>><</nobr>>
<<nobr>><<joe>>Hm. No.. But just, looking into it now, it makes me curious. And with you giving me the.. freedom to do what I want, I thought maybe we could also do that with you?<</joe>><</nobr>>
<<nobr>>Lisa looks at you all serious.<</nobr>>
<<nobr>><<lisa>>We could. Of course we could. But you need to be sure it's something you really want and that you know what it means, okay? Because otherwise it could get really ugly.<</lisa>><</nobr>>
<<nobr>><<joe>>Have you done this before?<</joe>><</nobr>>
<<nobr>><<lisa>>Maybe. Look, I'm serious. I'm just going to say it, ok? Make it real. What we're talking about is me being with someone else. Sucking someone else's cock, making him come, tasting his sperm. That's what we're talking about.<</lisa>><</nobr>>
<<link "Yeah, on second thought, maybe it's not for you." "event_3_12a">><</link>>
<<link "Fucking hell, that description just got you hard as a rock." "event_3_12b">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>As the words leave Lisa's mouth, you feel your as though someone's just held you upside for 30 minutes and all the weight and warmth of your body seeped into your head. The description practically giving you an anxiety attack. <</nobr>>
<<nobr>><<joe>>Um, I..<</joe>><</nobr>>
<<nobr>>You stutter. You must have quite a forlorn look about you, as Lisa rushes over to you and embraces you in a big hug. <</nobr>>
<<nobr>><<lisa>>Oh, I'm sorry babe! Aww, just the thought makes you panic. Let's not do this, ok? If this is what it does to you, I'm not doing it.<</lisa>><</nobr>>
<<nobr>>She squeezes you extra right. You let out a deep sigh.<</nobr>>
<<nobr>><<joe>>Man, I really took myself on a wild rollercoaster ride there, didn't I? You're right, let's not do that. Thank you.<</joe>><</nobr>>
<<nobr>>The two of you talk some more about your cuckolding fantasy, have a bunch of sex and head to bed.<</nobr>>
<<nobr>><<link "After a good night's sleep, it's Saturday!" "event_3 doctor_1">>\
<<set $cuckold to "no">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You practically zone out when Lisa talks about sucking cock and tasting sperm like that. Your head turns bright red and your dick immediately jumps to attention. It doesn't go unnoticed.<</nobr>>
<<nobr>><<lisa>>Oh, my. I guess you weren't lying when you said it turns you on, huh, babe?<</lisa>><</nobr>>
<<nobr>>She moves closer to you and grabs your crotch with one hand, the other finding your cheek, carressing it with it's backside.<</nobr>>
<<nobr>><<lisa>>Well.. I think we should give it a try then, hm?<</lisa>><</nobr>>
<<nobr>>You nod.<</nobr>>
<<nobr>><<joe>>If you're okay with it? I mean we can just do it once, right? Maybe what you just said, you know? And then if it turns out it's not for us..<</joe>><</nobr>>
<<nobr>><<lisa>>A blowjob? Alright, sounds like a plan. Tell you what, how about when I come back Sunday evening we install one of those dating apps and find ourselves a target?<</lisa>><</nobr>>
<<nobr>><<joe>>Yeah? I mean yeah that sounds like an idea. Pwoah, exciting stuff, Lisa. My head's on fire!<</joe>><</nobr>>
<<nobr>>Lisa laughs. The two of you talk some more about your cuckolding fantasy until eventually hitting the hay.<</nobr>>
<<nobr>><<link "After a good night's sleep, it's Saturday!" "event_3 doctor_1">>\
<<set $cuckold to "yes">><</link>><</nobr>>
</div><div class="standard event">\
<<set $statusheader to "e3satclinic">>\
<<include "loc clinic">>
<<nobr>>The next day, you drop Lisa off at the station like you discussed and make your way over to the Clinic. You feel fine, but the Doc wanted you to check in every now and then, so here you are.<</nobr>>
<<nobr>>You still can hardly get over the futuristic vibe of this place. Which surprises you - this man turns men into women overnight, how would it //not// be futuristic? After waiting around for a bit, you're called in.<</nobr>>
<<nobr>><<link "//Receptionist: 'Miss $lastname?'//" "event_3 doctor_2">><</link>><</nobr>>
</div><div class="standard event">\
<<include "loc docsoffice">>
<<nobr>><<doc>>Come in, come in! So good to see you. Clothes off, please. So..<</doc>><</nobr>>
<<nobr>>With slight hesitation you start stripping down. <<if $body is 1>>Even though your body hasn't changed much, ever since the treatment, you feel more vulnerable somehow. You weren't exactly Chewbacca, but you feel more naked without hair.>><<elseif $body is 2>>Since your hormone treatment, you feel a lot more vulnerable. You are, of course, as you're not as physically strong. Getting naked in front of someone makes you feel extra exposed.<<elseif $body is 3>> Ever since getting your bolt-ons and butt-ups, you feel extra exposed naked. Like there's a big spotlight shining on you.<</if>><</nobr>>
<<nobr>><<doc>>How have you been? Everything looked absolutely //perfect// when I last saw you! <<if $body is 3>>Don't tell my other clients, but yours are the best boobs I've bolted that I can remember!<</if>><</doc>><</nobr>>
<<nobr>>You tell the doc you're fine and you go through what you can only describe as '//typical questions//'. How you're feeling, any pains or discomfort, how are you sleeping, stuff like that. When he puts down his clipboard next to him, you reckon he's about done.<</nobr>>
<<nobr>><<doc>>Well, it's all looking great! You're good to go. I do want to ask you if you would maybe partake in a little test we're running with our patients? It will only take 5 minutes or so.<</doc>><</nobr>>
<<nobr>><<link "A test? Sure, you can spare 5 minutes." "event_3 doctor_4">><</link>><</nobr>>
<<nobr>><<link "Nah. You hate tests. //And// wasting time." "event_3 doctor_3">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Oh, I'm sorry, Doc, I'm not a test person. They make me anxious. Just hearing the word 'Test' makes me sweat. I'd really rather not.<</joe>><</nobr>>
<<nobr>><<doc>>Well, it might help //you// as well as me, bring you some insights. But.. if you're sure, that's quite alright! It's completely voluntary. <</doc>><</nobr>>
<<link "Alright, fine, you volunteer. Bring on the test." "event_3 doctor_4">><</link>>
<<link "You're sure, yeah, sorry. You thank the doctor and leave." "event_3 makeup_1">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Yeah, alright. What are we testing?<</joe>><</nobr>>
<<nobr>>The doctor grabs a big box from a cabinet, puts it down and presses a button on his desk. <</nobr>>
<<nobr>><<doc>>Could you come in here, please?<</doc>><</nobr>>
<<nobr>>He turns to you.<</nobr>>
<<nobr>><<doc>>Ever since we've been doing these //'turbo transitions'// if you will, we've been getting questions about changes in attraction, lust, that sort of thing. What turns people on. So we've created a test to find out more! Lucy will explain.<</doc>><</nobr>>
<<nobr>>Lucy, the doctor's assistant, is holding up a device she took out of the big box. <</nobr>>
<<nobr>><<lucy>>Hi! We're going to hook you up with two things. This here is a VR device that also has these sensors here to measure your brain activity. Don't worry, it's perfectly safe!<</lucy>><</nobr>>
<<nobr>><<link "She puts the helmet-like device onto your head." "event_3 doctor_5">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>With the rather bulky thing sitting firmly on your head, you can't see anything. You can feel Lucy taking your hands - that you used to cover your penis when she entered the room - and moving them to the side of your chair.<</nobr>>
<<nobr>><<lucy>>Now, I'm going to strap your hands onto the chair so that you don't make any sudden movements while in the virtual reality environment. If at any time you want to stop, you can just let us know. Ok?<</lucy>><</nobr>>
<<nobr>><<joe>>Like a safeword?<</joe>><</nobr>>
<<nobr>><<lucy>>Whatever floats your boat, honey. Ok, all strapped in. I'm now going to attach a device to your penis. Sorry if my hands are a bit cold, here I go.<</lucy>><</nobr>>
<<nobr>>You feel a pair of small hands wearing latex gloves touching you and attaching what feels like quite a snug little device.<</nobr>>
<<nobr>><<lucy>>There we go! All ready, sir.<</lucy>><</nobr>>
<<nobr>><<doc>>Ah, good! Alright, $lastname. This device will read your brain activity. If we don't get a response or reaction, the test will end. If we do, the test will continue accordingly. Here we go!<</doc>><</nobr>>
<<nobr>>As the VR device is switched on, <<link "everything changes from a black nothingness to a whole new world." "event_3 doctor_6">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event fade-in">\
<video id="video" src="images/events/3/docvr1.mp4" autoplay loop controls></video>
<<nobr>>You're naked and you're lying on your back. In front of you is a mirror. Most importantly, you're a woman.<</nobr>>
<<nobr>><<doc>>Alright, this is just to calibrate the systems. Just relax.<</doc>><</nobr>>
<<nobr>>The woman starts touching herself. //You// start touching yourself. As you watch it happen, you start to feel it. The device strapped to your cock somehow syncs with what you're seeing. It's insane.<</nobr>>
<<nobr>>After a little while, you hear a bleep and doctor saying the calibration is complete.<</nobr>>
<<nobr>><<link "//Doc: 'Alright, starting the program now.'//" "event_3 doctor_7">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event fade-in">\
<video id="video" src="images/events/3/docvr2.mp4" autoplay loop controls></video>
<<nobr>>You're a woman again. You're lying by a pool, naked. A young attractive woman joins you and starts pleasuring you. It feels so fucking real that you slowly
stop being aware you're in a clinic. You can feel this girl touching you, feel her lips. You're sure of it.<</nobr>>
<<nobr>><<link "And it feels awesome." "event_3 doctor_8">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<video id="video" src="images/events/3/docvr3.mp4" autoplay></video>
<<nobr>>The girl speeds up, bringing you closer and closer to climax, when suddenly she stops and leaves. In what feels like only seconds,
she's replaced by a young guy with his cock out, swinging freely as he moves towards you. You can //feel// his cock touching your lips as he's about to enter you. <</nobr>>
<<nobr>><<link "You shiver in anticipation. You're about to be fucked." "event_3 doctor_9a">><</link>><</nobr>>
<<nobr>><<link "Your arousal instantly vanishes and you feel your body resist. You don't want this." "event_3 doctor_9b">><</link>><</nobr>>
<<link "Who cares how you feel?! You're not having this! Safeword, please! Now!!" "event_3 doctor_9c">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>STOP! Stop the thing! Don't do this!<</joe>><</nobr>>
<<nobr>>The world turns pitch black. A female voice announces the end of the simulation: 'Simulation Prematurely Terminated. Shutting Down..'<</nobr>>
<<nobr>><<lucy>>It's okay, it's alright. I'm going to remove this apparatus from your head and unstrap you. Alright? Are you okay?<</lucy>><</nobr>>
<<nobr>>Being strapped to the chair doesn't make it easy to be as angry as you feel you are. Your hard cock throbbing away in the device still attached to it isn't helping either. You feel very conflicted!<</nobr>>
<<nobr>><<joe>>Yes. Fine. You know, considering I was about to be fucking //raped!//<</joe>><</nobr>>
<<nobr>>Lucy carefully removes the goggles and gently pets your head.<</nobr>>
<<nobr>><<lucy>>It's okay, honey. You're fine. Nothing happened. <</lucy>><</nobr>>
<<nobr>>In the corner of your eye, you see the doc scribbling away. <</nobr>>
<<nobr>><<link "He owes you an explanation!" "event_3 doctor_10c">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Well?! Aren't you going to say anything? You said this was a test, not a trap or some sort of torture!<</joe>><</nobr>>
<<nobr>>He gives you a bit of a bored look.<</nobr>>
<<nobr>><<doc>>It was neither of those things, Miss $lastname. <</doc>><</nobr>>
<<nobr>><<joe>>Yeah? Then explain how I was about to get //fucked!//<</joe>><</nobr>>
<<nobr>><<doc>>The simulation quite effectively shuts down the moment it detects a true aversion and drop in arousal. You were never in danger of experiencing something against your will.<</doc>><</nobr>>
<<nobr>><<joe>>What, so it wasn't me telling it to stop that stopped it? It was the machine?<</joe>><</nobr>>
<<nobr>><<doc>>Oh, no, that was all you. The machine did not detect a drop in arousal, quite the opposite actually!<</doc>><</nobr>>
<<nobr>><<link "What is he trying to say?!" "event_3 doctor_11c">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Are you trying to say I'm gay? I'm not gay, okay? You can't just strap porn to someone's head, put some kind of wankmachine on their genitals, turn it gay and then say: //'Look, that man is gay!'//.<</joe>><</nobr>>
<<nobr>>The doctor looks bored, like he's had this conversation before.<</nobr>>
<<nobr>><<doc>>I'm not saying you're gay, Miss $lastname. Nobody is.<</doc>><</nobr>>
<<nobr>>He sighs.<</nobr>>
<<nobr>><<doc>>Many patients that went through the same procedure you did experience a change in what arouses them, what turns them on. That's why we do these tests. It's perfectly common, nothing to be ashamed of.<</doc>><</nobr>>
<<nobr>><<link "What? Hold on. Is he saying this shit is turning you gay?" "event_3 doctor_14">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event fade-in">\
<<nobr>>You feel your entire body go into a heated panic for what's about to happen - when the world turns black. A female voice announces the end of the simulation: //'Aversion Detected - Terminating Simulation'.// <</nobr>>
<<nobr>><<joe>>What the fuck?!<</joe>><</nobr>>
<<nobr>>You feel your hands being unstrapped and Lucy's hands grabbing the device on your head.<</nobr>>
<<nobr>><<lucy>>It's okay, honey! I'm just going to remove this device. You're okay.<</lucy>><</nobr>>
<<nobr>>When you look up, you see the doc scribbling away at his notepad.<</nobr>>
<<nobr>><<doc>>Huh! Fascinating..<</doc>><</nobr>>
<<nobr>>Lucy removes the apparatus while you regain a sense of the world around you. After she leaves, <<link "you ask the doctor what just happened." "event_3 doctor_10b">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>I'm sorry, doc, but I don't know how else to put this but.. well what the fuck was that?!<</joe>><</nobr>>
<<nobr>>The doctor gives you a bemused look.<</nobr>>
<<nobr>><<doc>>What do you mean? You were in the simulation, we detected a drop in, hm.. call it 'lust', and so the sim stopped. What exactly isn't clear?<</doc>><</nobr>>
<<nobr>>You feel an anger coming up.<</nobr>>
<<nobr>><<joe>>Not clear? I mean first you get me to feel like I'm that woman, you bring me on some sort of pornographic journey and then I nearly get fucking //raped?!// That was insane, for crying out loud!<</joe>><</nobr>>
<<nobr>><<doc>>I apologize if that's how you experienced that, truly. If it helps, know that the sex portrayed in that simulation is entirely consensual. And most of our patients welcome it - your body rejecting it just now puts you in a very small minority among our patients.<</doc>><</nobr>>
<<nobr>><<joe>>A very small percentage?<</joe>><</nobr>>
<<nobr>><<doc>>Correct.<</doc>><</nobr>>
<<nobr>><<link "What's he saying, his procedure is turning everyone gay?!" "event_3 doctor_11b">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>What are you trying to tell me, doc? That the transformation<<if $body is 1>>, even one as insignificant as mine,<</if>> could turn me gay?<</joe>><</nobr>>
<<nobr>><<doc>>Oh, no such thing! We can do wonderful things here, but that would be witchcraft. No, there is no reason to believe any of our treatments would actively change one's sexual attraction. <</doc>><</nobr>>
<<nobr>><<joe>>So, then.. what??<</joe>><</nobr>>
<<nobr>><<doc>>Well, //my theory// is that we are all - men, female and everything in between - capable of experiencing pleasure regardless of the sexual orientation that we're initially comfortable with. This initial preference is part of your identity, so there's no need to change it. <</doc>><</nobr>>
<<nobr>>He scratches his head and sighs.<</nobr>>
<<nobr>><<doc>>But, ehm.. Well, when from one day to the next you look in the mirror and you've done a 180 on a big part of said identity, I suppose that opens up other aspects as well. Like sexual orientation. See?<</doc>><</nobr>>
<<nobr>>Maybe you do, maybe you don't. <<link "You still don't really know what that means for you right now, though." "event_3 doctor_12b">><</link>> <</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Yeah, ok. So.. what does that mean for now, though? What can I expect? Do I do anything?<</joe>><</nobr>>
<<nobr>><<doc>>I have no idea what it means! That's for you to find out. Nothing might change at all, at this point I'm definitely not ruling that out. If it does, personally, I think I'd try to embrace it - hating yourself over something so silly feels like a waste of time, don't you think?<</doc>><</nobr>>
<<nobr>>He places his notes in a drawer and shuts it with some force causing a dramatic thwacking sound that indicates you're done.<</nobr>>
<<nobr>><<doc>>Well, thank you for your participation! You did well. I will see you in.. two weeks for your next checkup? And if there's anything, don't hesitate to contact us!<</doc>><</nobr>>
<<nobr>>Still a bit shaken by everything that just happened, <<link "you thank the doc, say goodbye and head out." "event_3 makeup_1">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<video id="video" src="images/events/3/docvr4.mp4" autoplay loop controls></video>
<<nobr>>A bolt of pleasure soars through your body as the guy enters you. You moan with pleasure as he rhythmically starts pumping his
thick cock into your wet pussy. It's like nothing you've ever felt before.<</nobr>>
<<nobr>><<link "He doesn't take long." "event_3 doctor_10a">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<video id="video" src="images/events/3/docvr5.mp4" autoplay controls></video>
<<nobr>>When he takes his dick out, you feel a powerful sense of excitement for what's to come. As he climaxes, you feel his cum covering your
stomach as you yourself reach new heights of pleasure.<</nobr>>
The screen slowly turns black and when you hear a robotic voice saying 'SIMULATION COMPLETE', <<link "you're transported back to reality." "event_3 doctor_11a">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>When the device is taken off you're greeted by the sight of both Lucy and the Docter looking at you. It might be the situation, but you can't help but feel like they're both hiding a big grin.<</nobr>>
<<nobr>><<lucy>>There you go. Here, let me just get this off you and I'll help you clean up.<</lucy>><</nobr>>
<<nobr>>You look down at the device installed on your penis. Still sensitive, you shiver as Lucy removes it. You look at your stomach. It's splattered in a //big// load of cum. Fucking hell. <</nobr>>
<<nobr>><<doc>>Right! Just a few questions and we'll be done. How was that?<</doc>><</nobr>>
<<nobr>>You look up at the doc, clipboard in hand.<</nobr>>
<<nobr>><<link "That was.. what was that!?" "event_3 doctor_12a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>That was fucking insane! Excuse my French but what the actual fuck just happened?!<</joe>><</nobr>>
<<nobr>>The doctor gives you a bemused look.<</nobr>>
<<nobr>><<doc>>What do you mean? You experienced a sexual simulation. We explained this going in, did we not?<</doc>><</nobr>>
<<nobr>><<joe>>Yeah, no. I mean it felt so.. real?! It felt like that was //me//, like I was that woman! Like, actually!<</joe>><</nobr>>
<<nobr>>The puzzled look makes way for what you can only describe as a prideful grin.<</nobr>>
<<nobr>><<doc>>Ah, yes, it's very real! It wouldn't work well, otherwise. So, it says here you identify as straight. Correct?<</doc>><</nobr>>
<<link "Yes. At the end of the day, you're just not into men." "event_3 doctor_13a1">><</link>>
<<link "You think so? You've been thinking of cock more than usual.." "event_3 doctor_13a2">><</link>>
<<link "At this point? Maybe.. you're bi? You //wanted// that guy in the sim just now." "event_3 doctor_13a3">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>I do, yes. I'm straight. I like women, I'm not into men.<</joe>><</nobr>>
<<nobr>>Notta scribbles something down onto the pad while you hear him say //'riiight..'// under his breath.<</nobr>>
<<nobr>><<doc>>Okay. And how do you feel that relates to your experience just now? In the simulation?<</doc>><</nobr>>
<<nobr>><<joe>>What? You put this masturbating device on me and show me a bunch of porn while jerking me off! I don't think any of that says anything about whether or not I'm straight.<</joe>><</nobr>>
<<nobr>><<doc>>//Actually//, the device switches off when it detects a drop in excitement. We've tested many cis men that aren't going through transformation and it always switches off when the man is introduced. Look..<</doc>><</nobr>>
<<nobr>>He turns towards a big screen with some sort of chart on it.<</nobr>>
<<nobr>><<doc>>This chart shows your levels of.. let's call it lust. And this..<</doc>><</nobr>>
<<nobr>>He points at a big peak in the chart, about two thirds in.<</nobr>>
<<nobr>><<doc>>..is when the male entered the scene.<</doc>><</nobr>>
<<nobr>><<link "Tsh, science. What's he saying?" "event_3 doctor_14">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Well, yeah. Ehm..<</joe>><</nobr>>
<<nobr>>You look at Lucy, who's just finishing something up. She looks up, says //'Ah..'// and gives you a warm smile as she walks out the door.<</nobr>>
<<nobr>><<joe>>I've always identified as straight, yeah. But, err.. Ever since the transformation, I've had.. thoughts?<</joe>><</nobr>>
<<nobr>><<doc>>Sure. What kind of thoughts?<</doc>><</nobr>>
<<nobr>><<joe>>Well, my girlfriend Lisa wants me to.. explore, sexually. As a woman. I think maybe that's been on my mind, you know? Got me thinking. I mean it can't be related to the procedure we did, right? <</joe>><</nobr>>
<<nobr>>The doc gives you a serious look. You're not familiar with it, his base expression being the opposite of resting bitch face.<</nobr>>
<<nobr>><<doc>>Related? Oh, yes, I would definitely think so.<</doc>><</nobr>>
<<nobr>><<link "Hold on - what's he trying to say?" "event_3 doctor_14">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Honestly? I've always thought I was, but these past two weeks I'm not sure if I can realistically claim that it's a black and white type situation. I can't exactly deny what just happened, can I?<</joe>><</nobr>>
<<nobr>>You feel very self aware. Lucy seems to notice and quickly scurries out of the room, giving you a warm smile as she passes you.<</nobr>>
<<nobr>><<doc>>Oh, you definitely could! Many do. You say the past two weeks.. What do you feel caused the change in behavior?<</doc>><</nobr>>
<<nobr>>You shrug.<</nobr>>
<<nobr>><<joe>>It's pretty obvious, right? You don't run this test for no reason. I just don't really understand, though. <<if $body is 2>>I've not heard of hormones changing something like sexual preference, I don't think?<</if>><<if $body is 1 or $body is 3>>All the changes are, you know. Superficial?<</if>> <</joe>><</nobr>>
<<nobr>><<doc>>Hm. The transformation itself doesn't have to be the //direct// cause, of course. Having a driver's license doesn't make you crash your car into a tree, but without one, you wouldn't be able to.<</doc>><</nobr>>
<<nobr>><<link "What a strange metaphor. What exactly is he saying?" "event_3 doctor_14">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>What are you trying to tell me, doc? That the transformation<<if $body is 1>>, even one as insignificant as mine,<</if>> is turning me gay?<</joe>><</nobr>>
<<nobr>><<doc>>Oh, no such thing! We can do wonderful things here, but that would be witchcraft. No, there is no reason to believe any of our treatments would actively change one's sexual attraction. <</doc>><</nobr>>
<<nobr>><<joe>>So, then.. what??<</joe>><</nobr>>
<<nobr>><<doc>>Well, my theory is that we are all - men, female and everything in between - capable of experiencing pleasure regardless of the sexual orientation that we're initially comfortable with. This initial preference is part of your identity, so there's no need to change it. <</doc>><</nobr>>
<<nobr>>He scratches his head and sighs.<</nobr>>
<<nobr>><<doc>>But, ehm.. Well, when from one day to the next you look in the mirror and you've done a 180 on a big part of said identity, other parts of that identity are then also opened to change. One of many such parts is our sexual orientation. See?<</doc>><</nobr>>
<<nobr>>Maybe you do, maybe you don't. <<link "You still don't really know what that means for you right now, though." "event_3 doctor_15">><</link>> <</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Yeah, ok. So.. what does that mean for now, though? What can I expect? Do I do anything?<</joe>><</nobr>>
<<nobr>><<doc>>I have no idea what it means! That's for you to find out. Personally, I think I'd try to embrace it - hating yourself over something so silly feels like a waste of time, don't you think?<</doc>><</nobr>>
<<nobr>>He places his notes in a drawer and shuts it with some force causing a dramatic thwacking sound that indicates you're done.<</nobr>>
<<nobr>><<doc>>Well, thank you for your participation! You did well. I will see you in.. two weeks for your next checkup? And if there's anything, don't hesitate to contact us!<</doc>><</nobr>>
<<nobr>>Still a bit shaken by everything that just happened, <<link "you thank the doc, say goodbye and head out." "event_3 makeup_1">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>You exit the doctor's office, head down the hall and up the stairs towards the salon. Alotta Laedi, Notta's sister, is outside, leaning on a receptionist's desk.<</nobr>>
<<nobr>><<lotty>>Ah, miss $lastname! Welcome, welcome. Please enter and find a seat, we'll start in five minutes!<</lotty>><</nobr>>
<<nobr>>You enter an oldschool classroom with a bunch of desks facing a digital blackboard. On the desks are materials you don't recognize and.. crash test dummy heads? Or mannequin heads, probably..<</nobr>>
<<nobr>>You find a seat in the back and look around the room. In front, producing a //lot// of noise, are two drag queens loudly discussing.. jawlines? A little bit to the left of them is a clown with a tiny car next to him. After a couple of minutes, Lotty enters the room <<link "followed by one last other person." "event_3 makeup_2">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>The other person, a young attractive woman, looks very familliar. You're not sure what you'd know her from, though. She's about your height, has short-ish hair and - you would find out during this course - a skincolor that perfectly matches //L'Eau Rio's 'Almond'// foundation. <</nobr>>
<<nobr>>As she walks through the room, her eyes find yours. She stops and looks at you the same way you're looking at her. Is that..<</nobr>>
<<nobr>><<nora>>$malename? Is that you, buddy?<</nora>><</nobr>>
<<nobr>>It is.<</nobr>>
<<nobr>><<joe>>Aaron?<</joe>><</nobr>>
<<nobr>><<nora>>Oh my god! You look..<</nora>><</nobr>>
<<nobr>>Just then, Lotty interrupts the two of you.<</nobr>>
<<nobr>><<lotty>>Would you find a seat please, Nora? I'd like to begin the course.<</lotty>><</nobr>>
<<nobr>>Aaron, or //Nora// apparently, gives you one last look and finds a place on the other side of the room. Traditionally, the two of you don't meet before the first Challenge. It's something that kind of happened that way and never really changed. Although it feels silly, you reckon for now it's best to just <<link "focus on the course and ignore your fellow contestant." "event_3 makeup_3">><</link>><</nobr>>
</div><<set $makeuptutorial to "yes">>\
<<include "statusheader">>\
<div class="standard event">\
<<nobr>>For the next few hours, Lotty explains all about the different layers, colors, uses, tips and tricks. It's a lot to take in and really it's probably best
explained by just <<link "having a go at it." "bathroom">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<lotty>>.. and that's how it's done! Very good, girls, you all look wonderful.<</lotty>><</nobr>>
<<nobr>>In front, a hand shoots up, followed by an endless string of colorful napkins.<</nobr>>
<<nobr>><<lotty>>As do you, of course, Master Bubbles.<</lotty>><</nobr>>
<<nobr>>The hand goes back down and the clown turns around and proudly smiles at the rest of you while frantically nodding his head.<</nobr>>
<<nobr>>During the course, you didn't have to have any interaction with your fellow students and you figure it's best to just keep ignoring Nora and head out. You quickly thank and say goodbye to Lotty <<link "and head out." "event_3 nora_1">><</link>><</nobr>>
</div><<set $statusheader to "e3satout">>\
<<include "statusheader">>
<div class="standard event">\
<<nobr>>On your way out, you hear Nora's voice calling for you.<</nobr>>
<<nobr>><<nora>>Hey, wait up! <</nora>><</nobr>>
<<nobr>>You hesitate for a moment, realize how weird it would be to just keep walking and act like she's not there and decide to wait for Nora to catch up. 'Tradition' is technically out the window already, right?<</nobr>>
<<nobr>><<joe>>Ah, Nora! Are all your efforts during this Contest going to be that obvious? Good thing your name wasn't //Michael//, huh?<</joe>><</nobr>>
<<nobr>>She grins.<</nobr>>
<<nobr>><<nora>>What's wrong with Leah? Hey, listen. I know your instinct is to say no, but I was wondering if you wanted to go for a couple of drinks? I know-<</nora>><</nobr>>
<<nobr>>She stops your hand going up in protest halfway.<</nobr>>
<<nobr>><<nora>>I know. Look, I don't have anyone to share this whole transformation thing with, right? Not like you have with Lisa. And it's weird. So I was just hoping I could hang out with my bud, have a couple of beers. On me. What do you say?<</nora>><</nobr>>
<<nobr>>Well that's unexpected. It would be nice talking to someone who's going through the same experience, especially a good friend. You'll be suspicious throughout, but you can't really think of much in the way of sabotage at the moment.<</nobr>>
<<nobr>><<joe>>Alright, you're buying. And don't think for a moment I won't be suspecting something, I'm not going to let my guard down.<</joe>><</nobr>>
<<nobr>><<nora>>Would be weird if you did. Pit?<</nora>><</nobr>>
<<nobr>><<link "To the Pit!" "event_3 nora_2">><</link>><</nobr>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
<<link "Next decision: Becky puts down two drinks you didn't order." "event_3 nora_7">><</link>>
<</linkappend>>\
</div><<set $statusheader to "e3satpit">>\
<div class="standard event">\
<<include "loc thepit">>
<<nobr>>The Pit is nearly empty. You're not usually here this early. The two of you walk in and sit down at the bar. Becky spots you and practically sprints over.<</nobr>>
<<nobr>><<becky>>Oh my god!! It's my brand new sisters! Oh my //god// the two of you look hot. It's really you, isn't it? What do I call you?<</becky>><</nobr>>
<<nobr>><<nora>>Easy: Nora! It's got all the good letters. $name?<</nora>><</nobr>>
<<nobr>><<joe>>Hm? Sorry, I'm stuck on the looking hot thing. Cause when I think of //hot//, I think of someone like Becky, here. I'm not sure you qualify..?<</joe>><</nobr>>
<<nobr>>Nora looks at Becky, shurgs and explains.<</nobr>>
<<nobr>><<nora>>Contest. Don't worry, it's just a bit of banter. Well, for me, anyway. $name's //actually// insecure. But I mean can we blame him? Imagine if you looked like that!<</nora>><</nobr>>
<<nobr>>Becky lets out a big theatrical sigh.<</nobr>>
<<nobr>><<becky>>Aaaalright, children, settle down. I don't have time to be your insult sounding board, I'm afraid. So. Two beers?<</becky>><</nobr>>
<<nobr>><<link "You nod in sync. Two beers." "event_3 nora_3">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>Nora and you talk about your transformations for about.. 2 beers? How you're treated different, people look at you different, stuff like that. She tells you a story about a post she made on the forum of this international art collective she's a part of.<</nobr>>
<<nobr>><<nora>>So, you know, I figure I'm going to be this person, I'll let them know, right? Just a simple little message, cute selfie in there, stuff like that. And most people are nice, you know? Supportive.<</nora>><</nobr>>
<<nobr>><<nora>>And then of course there's the haters, right? Haters gonna hate, be weird if they didn't. But that's not all, right? Final category? Perverts, man!<</nora>><</nobr>>
<<nobr>><<nora>>Never received a dickpic before and now? 12. Creeping on me like a bunch of predators. And it's not like it's an anonymous forum, you know?<</nora>><</nobr>>
<<nobr>><<nora>>One of 'm? Sends me a picture, right, holding his dripping cock, my selfie printed out and shit - covered in fucking semen! I swear to god, man. <</nora>><</nobr>>
<<nobr>>Though disgusting, it feels kind of nice hearing someone else experience the sudden male attention like that. Or, well, //male// attention.. <<link "Let's call them creeps." "event_3 nora_4">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Jesus, a cum soaked picture of someone you know on a forum? Did someone say dreamboat?! I take it you're dating?<</joe>><</nobr>>
<<nobr>>Nora laughs. She's clearly practiced a feminine voice and she's quite good, but her laugh is still 100% Aaron. It's weird.<</nobr>>
<<nobr>><<nora>>Yeah, I figured, you know, he ticks all my boxes. I mean I only have one, really. Printer? Tick!<</nora>><</nobr>>
<<nobr>><<joe>>Didn't you hook up with someone once because she lived close to a burger joint or something?<</joe>><</nobr>>
<<nobr>><<nora>>Hopper!<</nora>><</nobr>>
<<nobr>><<joe>>She was called Hopper?<</joe>><</nobr>>
<<nobr>><<nora>>Oh, no idea. That was the burger. That sauce, my god, so //saucy//. Hmm, yeah. When dating was easy.<</nora>><</nobr>>
<<nobr>>You're still very wary and think Nora might try something, but for now you're glad you went along. <<link "You feel like she really needed this." "event_3 nora_5">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Yeah? Oh, man, I bet dating must be weird now, huh?<</joe>><</nobr>>
<<nobr>>Nora was never really the typical //'one should always be in a relationship and said relationship should last as long as one can suffer'// kind of person. Her words, by the way. She liked hooking up, though. <</nobr>>
<<nobr>><<nora>>Weird is right! From multiple matches a day to hardly any. Girls telling me I'm in the wrong category. This one girl? I'm hopeful, right. Thought we were on a date. Turns out she just wanted a friend.<</nora>><</nobr>>
<<nobr>><<joe>>What gave it away?<</joe>><</nobr>>
<<nobr>><<nora>>I mean your date pointing at a guy and telling you she'd like to //eat. him. up.// is weird when it happens once. Three times, though?<</nora>><</nobr>>
<<nobr>><<joe>>Ouch. What about the friend part?<</joe>><</nobr>>
<<nobr>><<nora>>Oh, yeah, she's great! Giving me advice on some women's stuff and all that. We're going shopping tomorrow.<</nora>><</nobr>>
<<nobr>><<joe>>Aww. I was really scared there for a moment that poor girl never got what she was looking for.<</joe>><</nobr>>
<<nobr>><<link "Becky puts down another two beers." "event_3 nora_6">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<nora>>Anyway. I guess I only get attention from guys now. Can't blame them I guess, I just like women, though. I mean what, I should just switch or something cause I've got a woman's body?<</nora>><</nobr>>
<<nobr>>She suddenly sits up straight and looks at you in surprise.<</nobr>>
<<nobr>><<nora>>Sorry. You don't want to know about all that.<</nora>><</nobr>>
<<nobr>>There's an insecurity in Nora's voice and what cheesy books would call a sadness in her eyes. You want to tell her about your talk with Lisa. Exploring a woman's sexuality. But as harsh at it sounds, you can't trust her with that during a Contest. You're both ruthless if needed, and expect that from each other.<</nobr>>
<<nobr>><<joe>>Nah, that's ok. I know you'll be back to your old ways in no-time, you just gotta figure out how to do that as a woman. Knowing you? I'll give it a week. Two, tops.<</joe>><</nobr>>
<<nobr>>She grins at you.<</nobr>>
<<nobr>><<nora>>Thanks, bro. I'll drink to that!<</nora>><</nobr>>
<<nobr>>You finish your beers in one big swig before slamming down the empty glasses at the exact same time. It's dangerous, you two drinking. Too competitive. Becky takes the glasses, comes back and puts down two fancy looking cocktails.<</nobr>>
<<nobr>><<nora>>Eh.. Becky?<</nora>><</nobr>>
<<nobr>><<link "Becky points towards the end of the bar." "event_3 nora_7">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<becky>>From that gentleman over there!<</becky>><</nobr>>
<<nobr>>You both look to see a man sitting a little further down. He raises his glass.<</nobr>>
<<nobr>><<nora>>See? See what I mean? Only men!<</nora>><</nobr>>
<<nobr>>You giggle.<</nobr>>
<<nobr>><<joe>>Ah, that's cute. You think these are because of you?<</joe>><</nobr>>
<<nobr>>You look at each other, both fully aware where this is heading. You can't remember ever meeting up without at least betting on //something//.<</nobr>>
<<nobr>><<nora>>Alright, just ask him straight up? <</nora>><</nobr>>
<<nobr>><<joe>>Yep. Stakes? Something small for the first challenge, maybe?<</joe>><</nobr>>
<<nobr>><<nora>>Hmm.. You know what, I'm going to think about that while I go for a piss!<</nora>><</nobr>>
<<nobr>>Nora heads towards the bathroom with a slow.. hip-swingy? walk. You watch her walk up to the man and hear her say //'Thanks for the drinks, baby'// before kissing him on the cheek. She turns around and treats you to a huge, cheeky smile like she just won the bet before continuing to the bathroom.
<</nobr>>
<<nobr>>The matches Nora walk off before <<link "he turns around and looks at you." "event_3 nora_8">><</link>>
<</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>Nothing about the man stands out, somehow. He's incredibly average looking. If he hadn't bought you the drinks, you don't think you would've ever noticed him. He looks at you as if he's asking you whether or not to after Nora.<</nobr>>
<<nobr>>After Nora's move just now, you're definitely on the backfoot. If you want to have any kind of chance at winning this bet, this is your only chance. <</nobr>>
<<nobr>><<link "Let's just flirt with him, that's what Nora did. No need to go further." "event_3 nora_9a">><</link>><</nobr>>
<<nobr>><<if $body is 2 or $body is 3>><<link "Flash him! He can't think of Nora when he's thinking of boobs." "event_3 nora_9b">><</link>><br><</if>><</nobr>>\
<<nobr>><<link "Eh, Nora played that well. She can have the win. Just shake your head." "event_3 nora_9c">><</link>><</nobr>>
</div><<set $barstranger to "flirt">>\
<<include "statusheader">>\
<div class="standard event">\
<video id="video" src="images/events/3/bartease1.mp4" autoplay loop controls></video>
<<nobr>>A little flirting never hurt anyone, right? You put your pretty little face to work.<</nobr>>
<<nobr>><<link "Take it one step further. Make it a little spicier, suggestive." "event_3 nora_9a_2">><</link>><</nobr>>
<<nobr>><<link "That's quite enough." "event_3 nora_10">><</link>><</nobr>>
</div><<set $barstranger to "bj">>\
<<include "statusheader">>\
<div class="standard event">\
<video id="video" src="images/events/3/bartease2.mp4" autoplay loop controls></video>
<<nobr>>You smile, lick your lips and give him the international tongue-in-cheek blowjob gesture. It's all just a bit of fun, right? You're just trying to win a bet. Nora comes back from the bathroom rather quickly so you stop. <<link "She was never going to give you much time to make a any kind of move." "event_3 nora_10">><</link>><</nobr>>
</div><<set $barstranger to "flash">>\
<<include "statusheader">>\
<div class="standard event">\
<video id="video" src="images/events/3/barflash.mp4" autoplay loop controls></video>
<<nobr>>You playfully grab your top and take out one of your boobs before pulling it down further to reveal them both. They work better as a pair, anyway. Nora comes back from the bathroom rather quickly <<link "so you quickly pull it back up." "event_3 nora_10">><</link>><</nobr>>
</div><<set $barstranger to "no">>\
<<include "statusheader">>
<div class="standard event">\
<<nobr>>You look at the man and shake your head as if to say: //'No.'// The man, in turn, gives you a very puzzled look, then holds his hand up and points his thumb towards the bathroom and lifts one of his eyebrows.<</nobr>>
<<nobr>>You don't even know what this poor idiot is trying to ask you. Whatever it is, it's preposterous, isn't it? He buys the two of you a drink so he either thinks he should follow the woman that thanked him into the bathroom or he thinks the other one surely will? Guy could be a sitcom writer with a fantasy like that.<</nobr>>
<<nobr>>Thankfully, Nora probably went for the fastest piss in her life, not wanting to give you any opportunity to make a move, <<link "and comes back rather quickly." "event_3 nora_10">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>Nora winks at the man as she passes him and hops back on her barstool. She throws you a sceptical look, looks at the man and then back at you before smiling.<</nobr>>
<<nobr>><<nora>>So! Stakes! I was thinking the winner gets to plan something //small// for the other person's stream during the first challenge. We’ll have The Accountant write something up. What do you think?<</nora>><</nobr>>
<<nobr>>It doesn't really matter what you think. If you think it's too big, she'll know you're weak, and you don't want to give her that. If you think it's too small, she'll know what time it is and never agree to something bigger anyway.<</nobr>>
<<nobr>><<joe>>Sounds good! Let's go!<</joe>><</nobr>>
<<nobr>><<link "Well, here we go! Ask-the-guy-time." "event_3 nora_11">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<nora>>Hey there, sweety! We just wanted to thank you for the drinks and were wondering if maybe you could settle a bet for us?<</nora>><</nobr>>
<<if $barstranger is "flash" or $barstranger is "bj">><<nobr>>Without waiting for either of you to explain, the man points at you.<</nobr>><br>
<<nobr>><<barguy>>This one!<</barguy>><</nobr>>
<<nobr>>Nora grins, looks at you and lifts an eyebrow, <<link "giving you a knowing look." "event_3 nora_12a">><</link>><</nobr>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
<<nobr>>You win and have a drink with the guy. He gives you his number, he implies he expects an 'oral' follow-up. After the drink, you join back up
with Nora <<link "and have a couple more drinks." "event_3 nora_14">><</link>><</nobr>>\
<</linkappend>>\
<</if>>\
<<if $barstranger is "no">>Without waiting for either of you to explain, the man points at Nora.<br>
<<nobr>><<barguy>>This one!<</barguy>><</nobr>>
<<nobr>><<link "Nora lets out a little girly squeal. Show-off." "event_3 nora_12b">><</link>><</nobr>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
Nora wins and has a drink with the guy. You tell Becky about your agreement with Lisa. <<link "Nora joins you again and you drink some more." "event_3 nora_14">><</link>>\
<</linkappend>>\
<</if>>\
<<if $barstranger is "flirt">><<nobr>><<barguy>>Let me guess, you girls want to know who the drink was for? <</barguy>><</nobr>>
<<nobr>>He pauses. You can practically see his brain at work. //If I say they both look great, they'll both feel like they weren't my first choice, right? Well that won't help my chances. Should I choose now?//<</nobr>>
<<nobr>><<barguy>>I... chooooose... you!<</barguy>><</nobr>>
<<link "He points at Nora, seemingly proud he made a decision all by himself." "event_3 nora_12b">><</link>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
Nora wins and has a drink with the guy. You tell Becky about your agreement with Lisa. <<link "Nora joins you again and you drink some more." "event_3 nora_14">><</link>>\
<</linkappend>>\
<</if>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<nora>>Good choice, sir! She's a lovely lady, $name is.<</nora>><</nobr>>
<<nobr>>You feel a sudden force forward as Nora gives you a good slap on your butt, making you tumble forward.<</nobr>>
<<nobr>><<nora>>You should know that she's in a loving relationship and I'm actually into women, so we're sorry if we got your hopes up. $name will happily have a drink with you, though, pay you back for the drinks. That's only fair, right?<</nora>><</nobr>>
<<nobr>><<barguy>>Right! That //does// sound fair. And lovely! Please..<</barguy>><</nobr>>
<<nobr>>He clears the stool beside him and gestures for you to sit down.<</nobr>>
<<nobr>><<nora>>Great! I'll send Becky over and go guard our stuff. See you a bit, hun, have fun!<</nora>><</nobr>>
<<nobr>>Nora gives you a big play-kiss on the cheek, //mwah!//, and heads back, <<link "leaving you with the stranger." "event_3 nora_13a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Good choice, sir! She's a lovely lady, Nora is.<</joe>><</nobr>>
<<nobr>>You give Nora's butt and a good slap, making her tumble forwards.<</nobr>>
<<nobr>><<joe>>You should know that I'm in a loving relationship and Nora here is actually more into women, so we're sorry if we got your hopes up. Nora will happily pay you back for the drinks and share one with you, though. That's only fair, right?<</joe>><</nobr>>
<<nobr>>You look at the guy and try your best to make your face read 'RIGHT?!'. Fortunately, he gets it.<</nobr>>
<<nobr>><<barguy>>Right! That //does// sound fair. And lovely! Please..<</barguy>><</nobr>>
<<nobr>>He clears the stool beside him and gestures for Nora to sit down.<</nobr>>
<<nobr>><<joe>>Great! I'll send Becky over and go guard our stuff. See you a bit, hun, have fun!<</joe>><</nobr>>
<<nobr>>You give Nora a play-kiss on the cheek, //mwah!// sound and all <<link "and head back, leaving Nora with the man." "event_3 nora_13b">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>You sit back down and drink your drink. You make sure not to look at the pair, you don't want to give Nora that satisfaction. Becky walks up to you.<</nobr>>
<<nobr>><<becky>>Ah, lose your company to a guy? Tale as old as time. <</becky>><</nobr>>
<<nobr>>You grin.<</nobr>>
<<nobr>><<joe>>I tricked her into it, though. She doesn't //want// to be there!<</joe>><</nobr>>
<<nobr>>Becky looks over for a second and back to you.<</nobr>>
<<nobr>><<becky>>Hm, I'm not sure about that actually. I think they're hitting it off.<</becky>><</nobr>>
<<nobr>>You carefully glance over. Becky is right, they look like they're having fun together.<</nobr>>
<<nobr>><<joe>>Well, anyway, I wouldn't want to be in that position, I'm not into men.<</joe>><</nobr>>
<<link "Becky gives you a judgemental look." "event_3 nora_14b">><</link>>
</div>\<<include "statusheader">>\
<div class="standard event">\
<<nobr>><<becky>>Right.. //and// you're in a committed relationship with Lisa.<</becky>><</nobr>>
<<nobr>>You look at her. She seems genuinely angry with you and without thinking much of it, you tell her about your arrangement. <<if $cuckold is "yes">>The part where //you're// encouraged to be with others, anyway.<</if>><</nobr>>
<<nobr>><<joe>>.. and so, you know, if I //was// into men, it'd be alright.<</joe>><</nobr>>
<<nobr>><<becky>>Really? Just with men I guess?<</becky>><</nobr>>
<<nobr>><<joe>>Oh, no, either! Like a.. lesbian thing as well.<</joe>><</nobr>>
<<nobr>>Becky looks genuinely intrigued and mutters something like //'Really? Huh..'// before being whisked away by a customer. Before long, <<link "Nora finishes her drink and joins you." "event_3 nora_14">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You sit down next to the guy and Becky brings you another two drinks. You figure you'll just be nice to the guy, he did pick you after all.<</nobr>>
<<nobr>><<joe>>Thanks for picking me! I reaaally appreciate it.<</joe>><</nobr>>
<<if $barstranger is "flash">><<include "nora_13a_flash">><</if>>\
<<if $barstranger is "bj">><<include "nora_13a_bj">><</if>>\
</div><<nobr>><<barguy>>Well, of course! You seem like a fun spirited little lady. I'll be keeping that image in the old memory file for later, that's for sure.<</barguy>><</nobr>>
<<nobr>>He points at your chest. You can kind of guess what role they'll play in his //memory file//.<</nobr>>
<<nobr>><<barguy>>So, how do you want to do this?<</barguy>><</nobr>>
<<nobr>>You give him a puzzled look. What's he on about?<</nobr>>
<<nobr>><<joe>>Sorry, I'm not sure I follow! I thought we'd just drink our drink?<</joe>><</nobr>>
<<nobr>><<barguy>>Yeah, sure, we'll drink our drink. But I mean you don't flash a man if you're not down for a little fun. So where you wanna go?<</barguy>><</nobr>>
<<nobr>>Seriously? Why is everything a declaration of being down to fuck for these people?<</nobr>>
<<nobr>><<joe>>Oh, sorry, I don't think we're on the same page. What my friend Nora said is true, I'm in a loving relationship. Happy to share this drink with you, but that's all, really.<</joe>><</nobr>>
<<nobr>><<link "He looks genuinely confused for a bit before his expression changes to '//Ah, gotcha.//'" "event_3 nora_14a">><</link>><</nobr>><<include "statusheader">>
<div class="standard event">\
<<nobr>><<barguy>>Right, I see. Because of your friend, right? You don't want her to know. That's ok, I'll just give you my number. Put it in under 'pizza sausage', say you were looking up something I said. <</barguy>><</nobr>>
<<nobr>>He looks at you expectantly. You're amazed by his ego - you turn him down and he thinks if he'll give you his number, you'll call him? Well, better than giving him yours. You grab your phone.<</nobr>>
<<nobr>><<joe>>Alright, yeah. What's your number, pizza man?<</joe>><</nobr>>
<<nobr>>He gives you his number and makes you show him that you didn't put something else. Weirdo. You finish your drink, say goodbye to pizzaguy and <<link "head back over to Nora." "event_3 nora_14">><</link>><</nobr>>
</div><<nobr>><<barguy>>Well, of course! I can't say no to a blowjob, can I?<</barguy>><</nobr>>
<<nobr>>Oh, come on! He knows that was just some innocent flirting!<</nobr>>
<<nobr>><<joe>>Oh, I'm sure you can't, but.. Nobody offered one.<</joe>><</nobr>>
<<nobr>><<barguy>>Sure you did! And you know it. You don't make that gesture and don't know what it means. You owe me one. Facts.<</barguy>><</nobr>>
<<nobr>>Ugh, what a jackass! Your luck, right here. <</nobr>>
<<nobr>><<joe>>Look, all I did was flirt a little. I'm sorry I gave the wrong impression, but like my friend said, I'm in a relationship. <</joe>><</nobr>>
<<nobr>><<link "He looks genuinely confused for a bit before his expression changes to '//Ah, gotcha.//'" "event_3 nora_14a">><</link>><</nobr>><<include "statusheader">>
<div class="standard event">\
<<nobr>>The two of you have a couple more drinks, but nothing too crazy. You're both too aware that it's only a week from the first Challenge and you both need to stay in control in front of the other. <</nobr>>
<<nobr>><<joe>>This was great, though. Seeing the new you, you know? Put a face to the woman whose ass I'll be whooping next week.<</joe>><</nobr>>
<<nobr>><<nora>>Look, I just want some good competition. If I'd known you were only taking it //this// serious..<</nora>><</nobr>>
<<nobr>>She gestures up and down at you, <<if $body is 2 or $body is 3>>suggesting you look like you didn't just practically transform into a woman.<</if>><<if $body is 1>>clearly not impressed by your 'Naturelle' approach.<</if>><</nobr>>
<<nobr>><<nora>>.. I would've tried to get together sooner. But you know, you have a week. Who knows, your stream might not be a //total// disaster!<</nora>><</nobr>>
<<nobr>><<link "Enough banter, let's go home." "event_3 nora_15">><</link>><</nobr>>
</div><<run State.setVar("$statusheader", "e3sathome")>>\
<<include "statusheader">>
<div class="standard event">\
<<if $barstranger is "flash" or $barstranger is "bj">><<nobr>>Back home, in bed, you lie awake for a bit, scrolling through PicQuick. When you come across a video of someone baking a pizza, you open your contacts and scroll down to 'Pizza Sausage'. You think about the encounter. If you'd have been in his shoes, would you have thought you were getting lucky? Anyway..<</nobr>>
<<nobr>><<link "You delete the number. You're never going to call him." "event_3 sunday_1">><<set $keptnumber to "no">><</link>><</nobr>>
<<nobr>><<link "You keep his number. Deleting it is.. too much work. Hmhm." "event_3 sunday_1">><<set $keptnumber to "yes">><</link>><</nobr>><</if>>\
<<if $barstranger isnot "flash" and $barstranger isnot "bj">>\
Back home, in bed, you lie awake for a bit, thinking about the day. You have to admit, it was a lot of fun seeing Nora. You wonder if she'd do anything with that guy. Or any guy, for that matter. Becky thought so, anyway. Becky looked damn fine, actually. Hm.
<<nobr>><<link "It always takes a bit longer when Lisa's not there, but eventually you fall asleep." "event_3 sunday_1">><</link>><</nobr>><</if>>\
</div><<t-clippy>>Hey Boss! You don't //really// have to read this if you don't want to. I'll make sure there's no rules broken, so no need to worry!<</t-clippy>><<popup "rules and regs popup">>\
<div class="standard rulesnregs">\
<h1 id="rr-header">RULES AND REGULATIONS</h1>\
<<nobr>>The //'Rules and Regulations'// are massive. You’ve already read most of it before, so today you just make a
mental note of the important bits. As far as The Contest in general, there’s three important rules for now:<</nobr>>
<div class="rr-section">\
<<nobr>><div id="rr-section">16.b</div> Contestants must at one point between the theme announcement and first Challenge declare a transformation has taken place. Beyond this point, contestants will no
longer actively present themselves as a man.<</nobr>></div>
.. there’s some more references to this point of transformation. You declared immediately after your visit to Dr Laedi’s clinic.
<div class="rr-section">\
<div id="rr-section">22.e</div> Contestants are to maintain a ‘regular life’ similar to their pre-Contest day-to-day.</div>
<<nobr>>.. which basically means you can’t stop everything you’re doing and only work on The Contest. The ultimate goal is to see who’s best at ‘being a woman’,
which according to the rules means all aspects of it, not just the Challenges.<</nobr>>
<div class="rr-section">\
<div id="rr-section">78.a</div> Contestants can only actively employ outside help during Challenges if the parties involved were introduced after the contestant’s transformation.</div>
<<nobr>>.. which is one of the reasons why you declared immediately. Basically someone like Lisa can only help out as a friend.
She can’t appear on stream or provide professional assistance. If you were to want a guest for your stream for example, that’d be fine as long as you met them //after// your
declared transformation.<</nobr>>
<<link "Alright, on to the information for the upcoming Challenge." "event_3 rules and regs 2">><</link>>
</div><div class="standard rulesnregs">\
<h1 id="rr-header">CHALLENGE #1</h1>\
<<nobr>>Again: //lots of text//, lots of technical mumbo-jumbo. Here's the most important bits:<</nobr>>
<div class="rr-samenvatting">\
The stream will be the starting point for this year’s Contest. The platform will be used to introduce the contestant’s female persona as an individual, a separate entity from their (former) male self.
<ul>
<li>Contestants will be given access to their channel 24 hours before their stream. They are allowed to test their stream set to ‘private’ during these hours.</li>
<li>Contestants will stream for five hours on a predetermined time slot. This time slot is the same for both contestants.</li>
<li>Contestants will be provided with all the necessary equipment for a ''good'' quality stream.</li>
<li>Contestants will be given a set budget of 2000 money. This money can be spent on promotion, decor, streaming equipment, giveaways or prizes, etc.</li>
<li>The Contest organization will host private instances of the streams for friends, family and acquaintances. This includes everyone in the contestant’s contacts (mail, phone, etc) gathered before The Contest Theme announcement.</li>
<li>Under no circumstances are contestants allowed to artificially raise their viewers count themselves. Discovery of bots or other viewing count manipulation will result in a 0% Challenge score. </li>
<li>Contestants are not allowed to refer to the Contest or the Challenge in any way.</li>
<li>Contestants are allowed to reveal their new persona to friends, family, colleagues and the likes, but are not allowed to make any big introductions on (social) media until 24 hours prior to the stream.</li>
</ul>
</div>\
Right, so ''TLDR:''
//We can’t use anything from our lives as ‘men’. Our viewers won’t know about the Contest or about our who we.. are? Were? And we can’t build up a following or work on our popularity before the Challenge. Check.//
You continue reading the documents. There’s a huge section about how you will be judged, which you’ll go over in more detail when you’re closer to the challenge. <<include $afterrulesandregs>>
</div><<set $statusheader to "e3sunhome">>\
<div class="fade-in"><<include "statusheader">></div>
<div class="standard event fade-in">\
<video id="video" src="images/events/3/morningwood1.mp4" autoplay loop controls></video>
<<if $keptnumber is "yes">><<include "sunday_1 cuckold barguy yes">><</if>>\
<<if $cuckold is "yes" and $keptnumber is "no">><<include "sunday_1 cuckold barguy no">><</if>>\
<<if $cuckold is "yes" and $keptnumber is "">><<include "sunday_1 cuckold becky">><</if>>\
<<if $cuckold isnot "yes" and $keptnumber is "no">><<include "sunday_1 barguy no">><</if>>\
<<if $cuckold isnot "yes" and $keptnumber is "">><<include "sunday_1 becky">><</if>>\
</div><<nobr>>The next morning when you wake up, you're greeted by a familiar friend: the Sunrise Salute. An old fashioned Daybreak Delight. You've got a boner.<</nobr>>
<<nobr>><<link "Try to ignore the Breakfast Bulge. Let's give Lisa a call, ask how her night was." "event_3 sunday path5_5">><</link>><</nobr>><<include "statusheader">>\
<div class="standard event">\
<<nobr>>You call Lisa and you chat for a little while about her weekend so far. Her night, as far as you can gather, consisted of 50% being silly and 50% getting drunk. Then you talk about your day, Nora and the course. Just when you're about to tell her about going to the Pit, she interrupts you.<</nobr>>
<<nobr>><<lisa>>//Oh, oh, oh!!// Babe!<</lisa>><</nobr>>
<<nobr>><<lisa>>I just remembered something. Were you at the Pit last night?<</lisa>><</nobr>>
<<nobr>><<link "What? How would she know about that?" "event_3 sunday path5_6">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Wait, do you have some sort of //Piths// sense? Yeesh. I think maybe you should start seeing other bars, Lisa.<</joe>><</nobr>>
Lisa is too excited to appreciate your hilarious joke.
<<nobr>><<lisa>>Yeah, haha. No, Becky texted me last night. She asked me if I'd be okay with her taking you out on a date!<</lisa>><</nobr>>
<<nobr>><<joe>>Really? Didn't you tell me she's a lesbian? Told you she's not!<</joe>><</nobr>>
<<nobr>>Lisa starts laughing.<</nobr>>
<<nobr>><<lisa>>No, you doofus, she //is//. But you don't exactly look all that masculine at the moment, babe. Maybe she's curious? Who cares, you should totally go on a date with her. She's super hot!<</lisa>><</nobr>>
<<nobr>>If someone would've told you a month ago that you'd be going on a date with a lesbian, you would've applauded them for their creative and twisted mind. And yet, here you are, considering it.<</nobr>>
<<link "You don't really see a reason why you shouldn't. Let's do it!" "event_3 sunday path3_2a">><</link>>
<<link "Nah. Lisa is more than enough woman for you." "event_3 sunday path3_2b">><</link>>
</div><<nobr>>The next morning when you wake up, you're greeted by a familiar friend: the Sunrise Salute. An old fashioned Daybreak Delight. You've got a boner.<</nobr>>
<<nobr>><<link "Ignore it, let's make something of today. Work on the first challenge!" "event_3 rules and regs">><<set $afterrulesandregs to "event_3 sunday path3_3b">><</link>><</nobr>><<nobr>>The next morning when you wake up, you're greeted by a familiar friend: the //Sunrise Salute//. An old fashioned //Daybreak Delight//. You've got a boner. You grab your phone, maybe look for a distraction.<</nobr>>
<<nobr>>When you pick up your phone, you see Lisa sent you some videos and a bunch of messages last night. <<link "You open the first video." "event_3 sunday path2_2">><</link>><</nobr>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
<<link "Lisa tells you " "event_3 sunday path1_7a">><</link>>
<<link "You insist you don't want any sausage and start working on the Challenge." "event_3 rules and regs">><</link>>
<</linkappend>>\<<nobr>>The next morning when you wake up, you're greeted by a familiar friend: the //Sunrise Salute//. An old fashioned //Daybreak Delight//. You've got a boner. Your mind involuntarily goes to the stranger from the bar last night. Your horny thoughts toying with the idea of meeting up with him and giving him what he wants.<</nobr>>
<<nobr>><<link "Just ignore it. Let's give Lisa a call, ask how her night was." "event_3 sunday path1_3">><</link>><</nobr>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
<<link "Lisa convinces you to meet up and taste Pizzaguy's Sausage." "event_3 sunday path1_7a">><</link>>
<<link "You insist you don't want any sausage and start working on the Challenge." "event_3 rules and regs">><</link>>
<</linkappend>>\<<nobr>>The next morning when you wake up, you're greeted by a familiar friend: the //Sunrise Salute//. An old fashioned //Daybreak Delight//. You've got a boner. You grab your phone, maybe look for a distraction.<</nobr>>
<<nobr>>When you pick up your phone, you see Lisa sent you some videos and a bunch of messages last night. <<link "You open the first video." "event_3 sunday path2_2">><</link>><</nobr>><<include "statusheader">>
<div class="standard event">\
<<nobr>>When you talk to Lisa, it's as if the two of you haven't talked for weeks. She sounds rather hung over, especially for her, but lights up when you tell her about your meet up with Nora. She's devastated she didn't get to 'meet her', as she puts it. <</nobr>>
<<nobr>><<joe>>But you'll see her soon, anyway. It's not like she's transforming back next week or anything like that.<</joe>><</nobr>>
<<nobr>><<lisa>>I know. Still. What else?<</lisa>><</nobr>>
<<nobr>>You tell her about the bet and //pizzaguy//. <</nobr>>
<<nobr>><<joe>>And then I went home, slept, woke up and called you!<</joe>><</nobr>>
<<nobr>><<lisa>>Wait, hold on babe, go back. You said he gave you his number?<</lisa>><</nobr>>
<<nobr>><<joe>>Yes..<</joe>><</nobr>>
<<nobr>><<link "Lisa treats you to a little highschool girlygirl theater." "event_3 sunday path1_4">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<lisa>>//Soooo....???//<</lisa>><</nobr>>
<<nobr>><<joe>>So..?<</joe>><</nobr>>
<<nobr>><<lisa>>Well are you gonna go see him?<</lisa>><</nobr>>
<<nobr>><<joe>>What, him? Why? I'm not in the slightest bit attracted to him. And he just wants me to suck him off, anyway.<</joe>><</nobr>>
<<nobr>><<lisa>>Ok, so now give me your argument why you shouldn't go see him, babe.<</lisa>><</nobr>>
<<nobr>><<joe>>I just did!<</joe>><</nobr>>
<<nobr>><<lisa>>Na-ah! You described the perfect hook-up. No risk of feelings, clear expectations..<</lisa>><</nobr>>
<<nobr>><<link "She ends with kissing sound like a chef describing a recipe. //'Mwah!'//" "event_3 sunday path1_5">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>I feel like you're skipping over the part where I take a stranger's cock in my mouth until sperm comes out.<</joe>><</nobr>>
<<nobr>><<lisa>>You mean the fun part? Babe, you can't keep doing this whole 'eww, men' thing while flirting with guys in bars and getting their phone numbers. Honest answer: have you thought about sucking cock?<</lisa>><</nobr>>
<<nobr>><<link "Alright, fair enough. Yes, you have." "event_3 sunday path1_6a">><</link>><</nobr>>
<<nobr>><<link "No! Not at all." "event_3 sunday path1_6b">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>No, I really haven't! I don't know why you would think that!<</joe>><</nobr>>
<<nobr>>Lisa lets out a big, dramatic sigh.<</nobr>>
<<nobr>><<lisa>>Ugh, //fiiiiine.// And would you like to know what it's like?<</lisa>><</nobr>>
<<nobr>><<link "Not particularly. She's the one that keeps bringing it up!" "event_3 sunday path1_7b">><</link>><</nobr>>
<<nobr>><<link "Well, yeah. Kind of." "event_3 sunday path1_6a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Yes..<</joe>><</nobr>>
<<nobr>><<lisa>>Then treat yourself to some fun, babe! App the guy for a meet-up.<</lisa>><</nobr>>
<<nobr>><<joe>>Yeah?<</joe>><</nobr>>
<<nobr>><<lisa>>Yeah!! Oh, you could practice a bit with the toybox. Get some confidence. If I find the time later today I'll send you some tips. I really gotta go, babe. Are you gonna do it?<</lisa>><</nobr>>
<<nobr>>You're scared, but you're also excited. Fuck it. Why not, right?<</nobr>>
<<nobr>><<joe>>Alright, yes. I'm gonna do it.<</joe>><</nobr>>
<<nobr>><<lisa>>Oh //yaaaaayyyy!!!// Ok, keep me posted! Love you!!<</lisa>><</nobr>>
<<nobr>>You're fairly sure you say //'love you too!'// before hanging up, preoccupied as you are with what you just said yes to. Well, no time like the present. <<link "Let's send //Pizza Sausage// a message." "event_3 sunday path1_7a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>No! Sorry, I'm fine going along with all this to some extend, but really you're just telling me to go be with guys, it feel like.<</joe>><</nobr>>
<<nobr>><<lisa>>Right, sorry! You're right. I forgot that it was me that <<if $barstranger is "bj">>told you to mime blowing a random guy in a bar to get his phone number.<</if>><<if $barstranger is "flash">>told you to show a complete stranger in a bar your tits to get his number.<</if>> Stupid, Lisa, stupid!<</lisa>><</nobr>>
<<nobr>><<joe>>Hold on..<</joe>><</nobr>>
<<nobr>><<lisa>>No, sorry babe, I've got to go. I'd delete his number if I was you, don't want to accidentally order the wrong pizza. Alright, love you, see you tonight!<</lisa>><</nobr>>
<<nobr>>You get in a quick //love you too// before she hangs up. What's she all angry about? You're not unreasonable, right? Yeesh. Oh well, time to be productive. Talking to Nora made you feel like you've not done nearly enough for the upcoming challenge. <<link "Time to read up on some rules and regulations!" "event_3 rules and regs">><<set $afterrulesandregs to "event_3 sunday path none 1">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You write about 10 different messages before deleting them and starting over before you feel silly and just send him one.<</nobr>>
<<nobr>><<m-joe>>Hey! It's $name from last night. You want to meet up later?<</m-joe>><</nobr>>
<<nobr>>17 seconds after you hit //send//, you receive a message back.<</nobr>>
<<nobr>><<m-barguy>>The parking lot at Benny's at 8<</m-barguy>><</nobr>>
<<nobr>><<m-barguy>>I'll send u a pic of the car, it's red<</m-barguy>><</nobr>>
<<nobr>>You look at the messages and scratch your head. And they say romance is dead! Well, guess you're sucking a cock at 8. And hey, if you don't like it, you can always get a Benny's Burger to wash away the taste.<</nobr>>
<<nobr>>You laugh to yourself. You're not entirely sure how you got here, but it's one weird fucking situation, that's for damn sure. <<link "Right, Lisa said something about practicing.." "event_3 sunday path1_8">><</link>><</nobr>>
</div>A couple of hours go by, when you hear the sound of your phone receiving a message. <<link "It's from Lisa." "event_3 sunday path none 2">><</link>><<include "statusheader">>
<div class="standard event">\
<<nobr>><<m-lisa>>//Babe!!//<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//remember what we talked about? The 'test' we discussed?//<</m-lisa>><</nobr>>
You very much do. In fact, your mind has wandered several times thinking about the arrangement you made before the weekend, Lisa and another man..
<<nobr>><<m-joe>>//I don't think I could forget about that// 😉<</m-joe>><</nobr>>
<<nobr>><<m-lisa>>//lol//<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//Ok, what if I told you there's a guy here that's been checking me out that would be perfect?//<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//I could go for it.. do what we discussed? Make a video for you? What do you think?//<</m-lisa>><</nobr>>
Damn! You admit you thought about it, her being away for the weekend and all..
<<link "Awesome, tell her to do it. Fuck yeah." "event_3 sunday path none 3a">><</link>>
<<link "It's hot, but you rather stick to the original plan." "event_3 sunday path none 3b">><</link>>
</div>\<<include "statusheader">>
<div class="standard event">\
<<nobr>><<m-joe>>//Go for it.//<</m-joe>><</nobr>>
<<nobr>><<m-lisa>>//Alright, babe! Keep you posted// 😘<</m-lisa>><</nobr>>
<<nobr>><<m-joe>>//Have fun!!//<</m-joe>><</nobr>>
Lisa doesn't write back. The idea she couldn't wait to get the green light and go after this guy, seduce him, taste him.. it's intoxicating.
<<nobr>>For the next hour or so you're all over the place. You feel scared, horny and excited all at once. You want to know what's going on, an update. You think about sending a message but think better of it.
Her being in control, deciding when to let you know anything, it feels like part of the deal and the excitement.<</nobr>>
<<nobr>>After what feels like forever you decide you need to //do// something, so you put on your shoes and coat <<link "and head outside to the little cornershop down the street." "event_3 sunday path none 4a">><</link>><</nobr>>
</div>\<div class="standard event">\
<<include "loc cornershop">>
<<nobr>>You don't really //need// anything, so you kind of just walk around gathering random groceries. When you reach the magazines, you mindlessly scan the covers, the //dirtier// part of the selection slowly drawing you in. <<link "One in particular catches your eye: //ExXxtra's//." "event_3 sunday path none 5a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<img id="transparentimage" src="images/events/3/exxxtras.png" style="max-height: 38em;">
<<nobr>>Looking at dirty magazines while your partner is out there doing what she's doing makes you feel pathetic. In a.. good way? You grab the magazine. Taking a better look, you realize what made you do a double take. The trans woman on the cover, //Rachael Belle//, is wearing something on her cock. A tiny metal.. cage?<</nobr>>
<<nobr>>On the side, there's what can only be described as another penis cage, a pink one. You turn to page 42. It's a whole special, multiple pages on 'being locked'.
You're intrigued. Why would anyone do that? You grab a bunch of other magazines, hoping <<link "Pauly, the store owner" "event_3 sunday path none 6a">><</link>> won't notice the magazine.<</nobr>>
</div><div class="standard">\
<img id="banner" src="images/characters/splash/paulo.png">
<h3>Paulo</h3>
<<nobr>>
Paulo, or //Paulyyyy!// as you've often called him, is the owner of the neighbourhood cornershop. Everyone knows him and he knows everyone.
He's one of the sweetest people you know. Like a big, giant cuddly teddybear.<</nobr>>
<<nobr>>The first time you came in here after your procedure, he showered you in compliments, telling you how beautiful you are. Really made you feel good!
When you make your way over to him, he greets you cheerfully.<</nobr>>
<<link "//Pauly: 'Ah! It's the beautiful $name. How are you?" "event_3 sunday path none 7a">><</link>>\
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Great, Pauly, thanks! Just, eh.. getting some things. <</joe>><</nobr>>
<<nobr>>You take out your phone to distract yourself. Still nothing from Lisa.<</nobr>>
<<nobr>><<paulo>>Good, good! You look beautiful today, as always. Beautiful. Oh, look!<</paulo>><</nobr>>
<<nobr>>You look up to see Pauly holding the dirty mag up, looking at you with a huge smile. He winks at you. Great, you've always dreamt of being the neighborhood pervert.<</nobr>>
<<nobr>><<paulo>>Extras! Very nice, very nice. One my favorites. <</paulo>><</nobr>>
<<nobr>><<paulo>>I've got some old copies in the back, if you're interested?<</paulo>><</nobr>>
<<nobr>><<joe>>Oh, that's quite alright, Pauly, thanks. I don't.. eh, yeah. How much?<</joe>><</nobr>>
<<nobr>>Pauly gets the hint and stops talking about the magazine. Not before giving you another wink, though. You pay, thank him <<link"and make your way back home." "event_3 sunday path none_8a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>Eventually, you decide you can't take it anymore. You look at the last message. It's 2 hours and 42 minutes since you spoke to Lisa and frankly you feel like you deserve a medal for your patience.<</nobr>>
<<nobr>>You write and delete what feels like 15 messages before deciding you're going to hate whatever you write anyway and send her this:<</nobr>>
<<nobr>><<m-joe>>//?//<</m-joe>><</nobr>>
<<nobr>>Twenty very long minutes later, Lisa messages you back.<</nobr>>
<<nobr>><<m-lisa>>//What's up, babe?//<</m-lisa>><</nobr>>
<<nobr>>//Fuck!// You asked for this, but that doesn't make you feel like less of a loser.<</nobr>>
<<nobr>><<m-joe>>//Any update about you and the guy..?//<</m-joe>><</nobr>>
<<nobr>>Three animated dots indicating Lisa is typing something tease you for at least two minutes <<link "until a message appears." "event_3 sunday path none_9a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<m-lisa>>Oh, that? Well, I thought about it but it kind of felt like it was really just you telling me to go be with guys, so I just stayed with the girls.<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>Why, did I give you a different impression, babe?<</m-lisa>><</nobr>>
<<nobr>>You stare at the messages and feel yourself getting as red as a fire hydrant. <</nobr>>
<<nobr>><<joe>><div style="font-size: 150%;">FUCK!</div><</joe>><</nobr>>
<<nobr>>Although satisfying, screaming doesn't help. Not enough. You need release. You sit down, take your dick out and <<link "search for //'Cuckold Porn'// on your phone." "event_3 sunday path none_10a">><</link>><</nobr>>
</div><div class="standard event">\
<video id="videoprobeer" src="images/events/3/cuckold.mp4" autoplay loop />
<<nobr>>You click on the first gif that pops up. With the massive build-up from the hours of waiting, it's all you need to furiously start jacking off. You couldn't search for another video if you wanted to.<</nobr>>
<<nobr>>In your dire need for an orgasm, you don't bother trying to catch or aim your cum as you ejaculate all over the carpet floor. After a little while once you've calmed back down, you start cleaning it up, leaving dark wet patches all over it.<</nobr>>
<<nobr>>A couple of hours later when Lisa gets home, <<link "the patches are still visible." "event_3 sunday path none_11a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<lisa>>Had a little accident, babe?<</lisa>><</nobr>>
<<nobr>><<joe>>Eh, yeah. Spoiled some juice. Orange juice.<</joe>><</nobr>>
<<nobr>>She smiles and kisses you on the cheek. The two of you talk about what happened. Lisa is still on board with trying out the cuckold thing, but she felt like you didn't deserve it today
for obvious reasons. Whether or not you actually agree, you tell her you do and apologize. <</nobr>>
<<nobr>><<lisa>>Good! That leaves just one last thing. <</lisa>><</nobr>>
<<nobr>><<joe>>What's that?<</joe>><</nobr>>
<<nobr>><<lisa>>Well, there //was// a guy, that wasn't a lie. But because //you// needed your lesson learned, //I// missed out on a little fun. So..<</lisa>><</nobr>>
<<nobr>>She lifts up her dress and starts taking off her panties.<</nobr>>
<<nobr>><<lisa>>.. I'd say you owe me!<</lisa>><</nobr>>
Without hesitation, <<link "you move over to Lisa and get on your knees." "event_3 sunday path none_12a">><</link>>
<<link "Skip scene." "event_3 sunday path none_14">><</link>>
</div><div class="standard event">\
<video id="video" src="images/events/3/cunni1.mp4" autoplay loop controls />
<<nobr>>You've been with Lisa so long, you know exactly what she likes and how she likes it and make damn sure she gets what she wants,
slowly building up, licking between her increasingly wet lips, teasing her clit. <</nobr>>
<<nobr>><<link "After a little while, you can feel her nearing orgasm." "event_3 sunday path none_13a">><</link>><</nobr>>
</div><div class="standard event">\
<video id="video" src="images/events/3/cunni2.mp4" autoplay loop controls />
<<nobr>>You fucking love this moment. //Feeling// Lisa climax. Hearing her uncontrolled moaning as pleasure radiates from her twitching body.<</nobr>>
<<nobr>><<link "Satisfied, she squats down and kisses you." "event_3 sunday path none_14">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<lisa>>Thanks, babe. I needed that. God, you're really good at that, you know that?<</lisa>><</nobr>>
<<nobr>>You treat her to cocky grin.<</nobr>>
<<nobr>><<joe>>I had a hunch.<</joe>><</nobr>>
<<nobr>>The rest of the evening is a fairly mellow event, talking about each other's weekend and the upcoming challenge. Eventually, <<link "some well earned sleep puts an end to an eventful weekend." "update_end_3">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You take the box of sex toys from last week and go over the dildo's. There's all kinds of shapes and materials. There's a very cool looking glass one that's almost like some kind of fancy art, but eventually you settle on one that's got a realistic looking shape and is a bit bendy. If you're gonna practice, might as well do it with something realistic, right?<</nobr>>
<<nobr>>You look through a bunch of blowjob porn until you find a video that looks nice. Like how you like it. As you're gathering everything you need, you feel a bit silly. But the idea of actually sucking someone off really gets you going, <<link "so you decide to give this thing an A+ effort, really go for it." "event_3 sunday path1_9">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/practice1.mp4" autoplay loop controls></video>
<<nobr>>It's fun! You start slow, licking the shaft, giving it a little kiss, before really going at it. <<link "You try your best to copy the girl in the video. She's really good." "event_3 sunday path1_10">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/practice2.mp4" autoplay loop controls></video>
<<nobr>>You suck, lick, spit and slobber for a while. You practice the finale, rapidly stroking as you press your tongue against the dildo's head.
You grow kind of tired of the tasteless rubber stick, though. You want to try the real thing, now. With another 6 hours until your date, <<link "you decide
to do something useful and read up on the upcoming Challenge." "event_3 rules and regs">><<set $afterrulesandregs to "event_3 sunday path1_11">><</link>><</nobr>>
</div><br>
<<nobr>>The closer to your date with //Sausage// you get, the more you find your mind wandering.
At one point, you realize your semi is at 100% uptime. With still quite a bit of time left, <<link "you decide to find some distraction and head out to the cornershop." "event_3 sunday path1_12">><</link>><</nobr>><div class="standard event">\
<<include "loc cornershop">>
<<nobr>>You feel nervous. Which isn't very like you. You don't agree to meet a random guy to suck off very often either, though, so there's that.<</nobr>>
<<nobr>>You don't really //need// anything, so you kind of just walk around gathering random groceries. When you reach the magazines, you mindlessly scan the covers, the //dirtier// part of the selection slowly drawing you in. <<link "One in particular catches your eye: //ExXxtra's//." "event_3 sunday path1_13">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<img id="transparentimage" src="images/events/3/exxxtras.png" style="max-height: 38em;">
<<nobr>>You feel looking at dirty magazines is rather mild compared to your plans later today, so you grab the magazine. Taking a better look, you realize what made you do a double take. The trans woman on the cover, //Rachael Belle//, is wearing something on her cock. A tiny metal.. cage?<</nobr>>
<<nobr>>On the side, there's what can only be described as another penis cage, a pink one. You turn to page 42. It's a whole special, multiple pages on 'being locked'.
You're intrigued. Why would anyone do that? You grab a bunch of other magazines, hoping <<link "Pauly, the store owner" "event_3 sunday path1_14">><</link>> won't notice the magazine.<</nobr>>
</div><div class="standard">\
<img id="banner" src="images/characters/splash/paulo.png">
<h3>Paulo</h3>
<<nobr>>
Paulo, or //Paulyyyy!// as you've often called him, is the owner of the neighbourhood cornershop. Everyone knows him and he knows everyone.
He's one of the sweetest people you know. Like a big, giant cuddly teddybear.<</nobr>>
<<nobr>>The first time you came in here after your procedure, he showered you in compliments, telling you how beautiful you are. Really made you feel good!
When you make your way over to him, he greets you cheerfully.<</nobr>>
<<link "//Pauly: 'Ah! It's the beautiful $name. How are you?" "event_3 sunday path1_15">><</link>>\
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Great, Pauly, thanks! Just, eh.. getting some things. <</joe>><</nobr>>
<<nobr>>You take out your phone to distract yourself. A quarter to 7 already?! You've gotta hurry.<</nobr>>
<<nobr>><<paulo>>Good, good! You look beautiful today, as always. Beautiful. <</paulo>><</nobr>>
<<nobr>>You sort of ignore Pauly, your mind is elsewhere, thinking about your date when a sudden //'Ah!'// from Pauly grabs your attention.<</nobr>>
<<nobr>><<paulo>>Extras! Very nice, very nice. One my favorites. <</paulo>><</nobr>>
<<nobr>>Extras? You look up in panic and see Pauly holding the dirty mag up, looking at you with a huge smile. He winks at you. Great, you've always dreamt of being the neighborhood pervert.<</nobr>>
<<nobr>><<paulo>>I've got some old copies in the back, if you're interested?<</paulo>><</nobr>>
<<nobr>><<joe>>Oh, that's quite alright, Pauly, thanks. I don't.. eh, yeah. How much?<</joe>><</nobr>>
<<nobr>>Pauly gets the hint and stops talking about the magazine. Not before giving you another wink, though. You pay, thank him and leave.
You wonder why you did all that <<link"while you hurry back home." "event_3 sunday path1_16">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>As your date draws nearer, you feel yourself getting more and more nervous. You quickly put on something to wear and apply some make-up. It's silly, you don't in any way fancy this guy and don't want anything to do with him other than this //physical transaction//, yet you want to look nice when you go down on him.<</nobr>>
<<nobr>>Happy - or at least happy enough - with your look, you check to see if you've got everything you need. You check your phone one last time, look in the mirror and sigh. <<link "Alright, this is it. Let's go." "event_3 sunday path1_17">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>Benny's is about a 15 minute walk from where you live. As you go over what's about to happen, you get a message from Lisa.<</nobr>>
<<nobr>><<m-lisa>>//Enjoy babe!!!// <</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//Have fun with it, most important//<</m-lisa>><</nobr>>
<<if $body is 2 or $body is 3>><<nobr>><<m-lisa>>//Oh, final tip: get your tits out!//<</m-lisa>><</nobr>>
You make a mental note: Tits out, please.<</if>> <<nobr>>When you enter the parking lot, you recognize the car from the picture the guy sent you. You can see him sitting inside as you walk over,
<<if $body is 2 or $body is 3>><<link "open the door and get in." "event_3 sunday path1_18a">><</link>><</if>><<if $body is 1>><<link "open the door and get in." "event_3 sunday path1_18b">><</link>><</if>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Hey!<</joe>><</nobr>>
<<nobr>><<barguy>>Hey. You look nice.<</barguy>><</nobr>>
<<nobr>><<joe>>Thanks! Here..<</joe>><</nobr>>
<<nobr>><<link "You grab your shirt and pull it down." "event_3 sunday path1_19">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Hey!<</joe>><</nobr>>
<<nobr>><<barguy>>Hey. You look nice.<</barguy>><</nobr>>
<<nobr>><<joe>>Thanks!<</joe>><</nobr>>
<<nobr>>The guy leans back, puts his arm behind your headrest and gently nudges his crotch forward. It kind of makes you feel cheap, it very much makes you feel slutty. You don't mind that. You're also kind of grateful you don't have to have a conversation.<</nobr>>
<<nobr>><<link "Let's do what you came for. You reach over and pull down his jeans." "event_3 sunday path1_20">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/carbj1.mp4" autoplay loop controls></video>
<<nobr>>You take out boobs, eliciting another //'Nice'//. The guy leans back, puts his arm behind your headrest and gently nudges his crotch forward.
You feel cheap, slutty and excited as you reach for his crotch and start rubbing.<</nobr>>
<<nobr>><<link "Time to get his cock out and get to it." "event_3 sunday path1_20">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/carbj2.mp4" autoplay loop controls></video>
<<nobr>>You waste no time getting your lips on his dick as soon as you take it out. The taste of his cock is not a strong one, you assume he washed up before meeting you, but it's somehow intoxicating. <</nobr>>
<<nobr>><<link "You eagerly suck away trying to remember what you practiced." "event_3 sunday path1_21">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/carbj3.mp4" autoplay loop controls></video>
<<nobr>>You can feel him grow into a nice, thick and meaty erection. He grabs your hair a gently pushes along with your rhythm.<</nobr>>
<<barguy>>Yeah.. that's a good little cocksucker. You like that, don't you.<</barguy>>
It's so. fucking. hot. You're a slut. A tool for sucking cock.
<<nobr>><<link "//Pizza Sausage: 'I'm gonna cum..'//" "event_3 sunday path1_22">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/carbj4.mp4" autoplay loop controls></video>
<<nobr>>You ready your mouth in anticipation as he finishes. A big squirt of cum flies into your mouth. It's warm, salty and bitter.
You carefully finish sucking him off, thorougly enjoying the combination of his seed and cock inside your mouth.<</nobr>>
He looks at you.
<<barguy>>Fuck yeah. You're gonna swallow that, aren't you? Like a little whore. Yeah..<</barguy>>
<<link "Spurred on by his words, you do exactly as he says." "event_3 sunday path1_23a">><</link>>
<<link "No thank you! Taking it in your mouth was nasty enough to begin with." "event_3 sunday path1_23b">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/carbj5.mp4" autoplay controls></video>
<<nobr>>Like a good little slut, you open your mouth and show him his work before promptly swallowing it all.<</nobr>>
<<barguy>>Holy shit. I knew you were something else when I saw you last night, but I never thought you'd be this big a cockhungry little slut. Damn.<</barguy>>
He quickly puts his pants back on and zips up and looks at you.
<<barguy>>What, you need a ride or something?<</barguy>>
<<nobr>>Even if you did, the role of the obedient little slut appears to be preventing you from saying anything as you sheepishly shake your head. As he stares you down,
you open the door and step outside. As soon as you close the door back shut, he drives off.<</nobr>>
Damn. Well, you did it. Now that the moment is over..
<<link ".. you feel sexy AF. Being a slut is AWESOME!" "event_3 sunday path1_24">><<set $feelingsforbj to "great">><</link>>
<<link ".. you don't feel as satisfied as you'd hoped. It was alright?" "event_3 sunday path1_24">><<set $feelingsforbj to "meh">><</link>>
<<link ".. you're hit by an intense feeling of regret and disgust." "event_3 sunday path1_24">><<set $feelingsforbj to "bad">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You didn't mind the degrading peptalk during the blowjob. Kind of a turn on, maybe. But you see absolutely no reason why the bitter, salty nasty goo inside your mouth should be consumed. You shake your head.<</nobr>>
<<nobr>><<barguy>>No? Huh. Yeah, alright. Don't.. spit it out in here, though, please. <</barguy>><</nobr>>
<<nobr>>He quickly starts zipping back up and looks at you.<</nobr>>
<<nobr>><<barguy>>Can I give you a ride or something?<</barguy>><</nobr>>
<<nobr>>You shake your head again, hold up your hand and wave him goodbye. He chuckles.<</nobr>>
<<nobr>><<barguy>>Alright. Well, thanks! Bye!<</barguy>><</nobr>>
<<nobr>>You open the door, step outside and spit the contents of your mouth onto the pavement. You bend down, say goodbye and shut the door.<</nobr>>
Damn. Well, you did it. Now that the moment is over..
<<link ".. you feel sexy AF. Being a slut is AWESOME!" "event_3 sunday path1_24">><<set $feelingsforbj to "great">><</link>>
<<link ".. you don't feel as satisfied as you'd hoped. It was alright?" "event_3 sunday path1_24">><<set $feelingsforbj to "meh">><</link>>
<<link ".. you're hit by an intense feeling of regret and disgust." "event_3 sunday path1_24">><<set $feelingsforbj to "bad">><</link>>
</div><<include "statusheader">>
<div class="standard event"><<nobr>>\
<<if $feelingsforbj is "bad">>It may not have made much of an impression on you, your cock seems to have quite enjoyed that. You put on two pairs of extra tight sports underwear to hide your junk and the hardon you've been rocking this whole time is starting to hurt.<</if>>
<<if $feelingsforbj is "meh">>Regardless of your feelings about the encounter, your cock didn't seem to mind it. Quite the opposite, actually. You put on two pairs of extra tight sports underwear to hide your junk and the hardon you've been rocking this whole time is starting to hurt.<</if>>
<<if $feelingsforbj is "great">>Before you left home, you put on two pairs of extra tight sports underwear to hide your junk. And as far as getting excited about being a slut goes, your cock couldn't agree more. It's really starting to hurt down there.<</if>>
Lisa is waiting for you when you get back. The moment she sees you, you feel yourself turn red.<</nobr>>
<<nobr>><<lisa>>Oh my //gooooood// babe!!!<</lisa>><</nobr>>
<<nobr>>She jumps you and starts kissing you intensely, and it's not long before you're rolling around the bedroom. After, she wants to know every little detail and after you're done talking, you're both ready for another round. Eventually, you both tire and go to bed. <</nobr>>
<<link "Big week ahead!" "update_end_3">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video_vert" src="images/events/3/lisabj1.mp4" autoplay loop controls></video>
<<nobr>>As soon as you open the video, you're hit by all kinds of confusing feelings smacking you in the face at once. Your girlfriend is sitting on her knees in front of a stranger, takes out his cock <<link "and starts sucking him off." "event_3 sunday path2_3">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video_vert" src="images/events/3/lisabj2.mp4" autoplay loop controls></video>
<<nobr>>Lisa eagerly sucks the stranger's cock. There's text on the video saying she's is sucking //him// off instead of //you// because you can't compete with him somehow. That you can't match his cock. It's the weirdest turn on.<</nobr>>
<<nobr>><<link "You click the third video." "event_3 sunday path2_4">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video_vert" src="images/events/3/lisabj3.mp4" autoplay loop controls></video>
<<nobr>>Lisa, //your girlfriend//, sucks like a little slut, bringing the stranger to orgasm before she starts licking the cum off his cock. <<link "You reach down." "event_3 sunday path2_5">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/morningwood3.mp4" autoplay loop controls></video>
<<nobr>>So excited by the videos, the smallest of touches is enough to trigger you as you start to ejaculate, spraying your stomach with your own warm gooey seed.<</nobr>>
<<if $keptnumber is "yes">><<nobr>><<link "Fucking hell. That was awesome." "event_3 sunday path2_6">><</link>><</nobr>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
You call Lisa and talk about the videos. She won't see the guy again, didn't exchange numbers. Your plans for the day are working on the first Challenge.
<<link "Read up on rules and regulations for the first challenge." "event_3 rules and regs">><</link>>
<<link "Skip to later in the day, you receive a message from Lisa." "event_3 sunday path2_13">><</link>>
<</linkappend>>\
<<else>><<nobr>><<link "Fucking hell. That was awesome." "event_3 sunday path2_6">><</link>><</nobr>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
You call Lisa and talk about the videos. She won't see the guy again, didn't exchange numbers. She tells you Becky texted her to ask her if she'd be okay with her taking you on a date.
<<link "You're flattered, but you don't want to date Becky." "event_3 rules and regs">><</link>>
<<link "Spurred on by Lisa, you text Becky to set up a date." "event_3 sunday path2_13">><</link>>
<</linkappend>><</if>>\
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You take a moment to recover, the image of Lisa and the stranger's cock vividly playing in your mind. When you can sort of think clearly again, you grab your phone and read Lisa's messages.<</nobr>>
<<nobr>><<m-lisa>>//Surprise!!//<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//Oh my god, babe,i really hope that was OK LOL. But like best way to do the 'testrun' tho right??//<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//REALLY hope I was right, lol. I sucked that cock for you!!!//<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//Call me when yourad this!!!!!//<</m-lisa>><</nobr>>
<<nobr>>Well, there was alcohol involved, that much is clear. But she's right - this //is// the kind of stuff you talked about. <<link "You call her." "event_3 sunday path2_7">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You can tell she was still sleeping when you called from her a drowsy, soft voice greeting you.<</nobr>>
<<nobr>><<lisa>>Mmhey babe.<</lisa>><</nobr>>
<<nobr>><<joe>>Oh, sorry baby, were you still sleeping?<</joe>><</nobr>>
<<nobr>><<lisa>>Maybe. Little bit.<</lisa>><</nobr>>
<<nobr>><<joe>>Had a long night, did you? //Activity filled?//<</joe>><</nobr>>
<<nobr>>She lets out a little wake-up moan.<</nobr>>
<<nobr>><<lisa>>Hmmmyeah, it was awesome. We had dinner.. aaand.. we went dancing.. hmmm.. And then.. I sucked the most jummy cock I could find!<</lisa>><</nobr>>
<<nobr>><<joe>>Did you, now? Dangerous saying things like that, baby. What if I was angry? You could've really hurt me, there.<</joe>><</nobr>>
<<nobr>><<link "She chuckles." "event_3 sunday path2_8">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<lisa>>Oh, come on, babe, give me //some// credit! I would've felt if you'd been angry before I picked up the phone. So? What did you think?
<</lisa>><</nobr>>
<<nobr>><<joe>>Honestly? That was the best surprise I could've woken up with, I think.<</joe>><</nobr>>
<<nobr>><<lisa>>Oh yayy! I've got to admit I enjoyed it a //lot// more than I thought I would. I mean I enjoy a good dick, but also the cheating bit, you know? And I was sure this was what we talked about but I was still so scared it was a bad idea.<</lisa>><</nobr>>
<<nobr>><<joe>>You took a risk, haha. But that's why I love you, baby. It was great, really, really hot.<</joe>><</nobr>>
<<if $keptnumber isnot "">><<nobr>><<lisa>>OOoh, yeah? Are you gonna show me how excited it made you when I get back tonight?<</lisa>><</nobr>>
<<nobr>><<joe>>If I still have anything in the tank! If I watch that video again I don't think I can keep myself from, you know..<</joe>><</nobr>>
<<nobr>><<link "She laughs at the idea." "event_3 sunday path2_9">><</link>><</nobr>><</if>>\
<<if $keptnumber is "">><<lisa>>Good! //OOH!// I just remembered something. Were you at the Pit last night?<</lisa>>
<<nobr>><<link "What? How would she know about that?" "event_3 sunday path3_1">><</link>><</nobr>><</if>>\
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<lisa>>Really? That bad, huh? Well, I guess if you can't satisfy me when I get home, I'll have to go find another guy, won't I?<</lisa>><</nobr>>
<<nobr>>The thought of that takes you by surprise. You knew but didn't realize that this isn't going to be a one time thing. <</nobr>>
<<nobr>><<joe>>Oh, well then I guess I'll have to control myself. So how was it for you? How was the guy?<</joe>><</nobr>>
<<nobr>><<lisa>>Eeehm he was alright! Nice cock, very cocky attitude. Sorry about the texts by the way, I asked him to film, explained it was for you and then I guess he just sent them straight away.<</lisa>><</nobr>>
<<nobr>><<joe>>Yeah, I figured. He said you guys were going to fuck after the last video?<</joe>><</nobr>>
<<nobr>><<lisa>>Oh, yeah, he //really// wanted to fuck. I told him no and we didn't exchange numbers or anything, so. I'll have to find a new toy if we're to continue this. Anyway, I've got to get ready, I think we're going for brunch. Sorry, I really want to know about your day as well. Talk to you later?<</lisa>><</nobr>>
<<nobr>><<joe>>Yes! Have fun, baby. I'll see you tonight!<</joe>><</nobr>>
<<nobr>><<link "Alright, time to get productive and work on the first Challenge." "event_3 rules and regs">><<set $afterrulesandregs to "event_3 sunday path2_13">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<m-lisa>>//Oh, by the way, babe, if you really can't resist playing with yourself, maybe try some toys?//<</m-lisa>><</nobr>>
<<nobr>>You think the anal starter kit and the many dildo's. After your first anal experience last week, Lisa suggested you experiment some more if you want to continue, prepare yourself, if you will.<</nobr>>
<<nobr>>You consider it for a moment..<</nobr>>
<<nobr>><<link "..and decide to try the butt plug. Ready your butt for whatever Lisa has planned." "event_3 sunday path2_11a">><</link>><</nobr>>
<<nobr>><<link "..and think better of it. You're not keen on putting stuff up there." "event_3 sunday path2_11b">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You grab the anal kit and find some lube and a cute plug with a little heart. It feels weird doing this, but you really enjoyed '//playtime//' with Lisa and this surely helps with, like, having more fun. Right?<</nobr>>
<<nobr>>You try and put some lube on the plug. It feels like the surface is too smooth for it to stick to, though. Better lube your asshole a bit, play it safe. <</nobr>>
<<link "Alright, here you go.." "event_3 BUTTPLUG 3">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/plug.mp4" autoplay loop controls></video>
<<nobr>>There's quite a bit more resistance than you want there to be. It's not exactly a pleasant feeling, but once you get it through, it slides right in, nice and snug. It's a strange feeling. Not unpleasant, moderately sexual and constantly 'there'. <</nobr>>
<<nobr>>Plugged and ready to go you head towards your laptop. On your way, you stop in the kitchen for a drink. You're all out of your favorite! Damn it.
Well, there's two things you can do. Either ignore it and just start your little play session, //or...// you could go to the cornershop and get some.
You could wear the plug.. Fuck, the idea makes you even more horny. <<link "Let's do it. To the damn cornershop!" "event_3 sunday path4_17">><<set $plugged to "yes">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>You decide against it. You're horny enough as it is. As you walk back to your laptop to look up some porn, you walk through the kitchen and that thing happens where you've got no clue what it is you were doing.<</nobr>>
<<nobr>>Without thinking, you open the fridge to grab a soda when you notice you're all out! You want your soda. If you go and do your big masturbation session first, you're going to forget about the soda, eventually walk into the kitchen satisfied and thirsty and then realize you don't have it! That's no good.<</nobr>>
<<nobr>>Best to go out to the cornershop <<link "and get some before you get started." "event_3 sunday path4_17">><</link>><</nobr>>
</div><<set $statusheader to "e3suncorner">>\
<div class="standard event">\
<<include "loc cornershop">>
<<nobr>>Even though you only went here for a couple of cans of your favorite soda, you can't help but stroll around mindlessly, grabbing random stuff you don't really need. <<if $plugged is "yes">>With every step you take, you can feel the tiny metal plug in your asshole, reminding you of it's presence.<</if>><</nobr>>
<<nobr>>When you reach the magazines you start mindlessly scanning the covers. Soon enough, you're drawn to the //dirtier// part of the selection. <<link "One in particular draws your attention, //ExXxtra's//." "event_3 sunday path4_19">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<img src="images/events/3/exxxtras_alt.png" style="max-height: 38em; background-color: transparent; border: none;">
<<nobr>>You grab the magazine as nonchalantly as you can. You immediately realize what drew you to it. At first glance, you thought it was a woman doing anal. You now realize it's actually a trans woman. You wonder if you subconsciously looked for it given your own situation.<</nobr>>
<<nobr>>You open the magazine and flip through it. There's no denying it's pretty hot stuff. There also seem to be some interviews and specials about all kinds of things related to transgender.. porn. Which might be interesting, right? <</nobr>>
<<nobr>>You decide you're definitely justified buying the magazine. You also think, though, that you'd rather not have everyone know it, so you grab some more random magazines to 'hide' it <<link "and head over to //Pauly// at the counter." "event_3 sunday path4_20">><</link>><</nobr>>
</div><div class="standard">\
<img id="banner" src="images/characters/splash/paulo.png">
<h3>Paulo</h3>
<<nobr>>
Paulo, or //Paulyyyy!// as you've often called him, is the owner of the neighbourhood cornershop. Everyone knows him and he knows everyone.
He's one of the sweetest people you know. Like a big, giant cuddly teddybear.<</nobr>>
The first time you came in here after your procedure, he showered you in compliments, telling you how beautiful you are. Really made you feel good!
<<link "//Pauly: 'Ah! It's the beautiful $name. How are you?" "event_3 sunday path4_21">><</link>>\
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Great, Pauly, thanks! Just, eh.. getting some things. <</joe>><</nobr>>
<<nobr>><<paulo>>Good, good! You look beautiful today, as always. Beautiful. Oh, look!<</paulo>><</nobr>>
<<nobr>>You look up to see Pauly holding the dirty mag up, looking at you with a huge smile. He winks at you. Great, you've always dreamt of being the neighborhood pervert.<</nobr>>
<<nobr>><<paulo>>Extras! Very nice, very nice. One my favorites. <</paulo>><</nobr>>
<<nobr>><<paulo>>I've got some old copies in the back, if you're interested?<</paulo>><</nobr>>
<<nobr>><<joe>>Oh, that's quite alright, Pauly, thanks. I don't.. eh, yeah. How much?<</joe>><</nobr>>
<<nobr>>Pauly gets the hint and stops talking about the magazine. Not before giving you another wink, though. You pay, thank him <<link"and make your way back home." "event_3 sunday path4_22">><</link>><</nobr>>
</div><<set $statusheader to "e3sunhome">>\
<div class="standard event">\
<<include "loc home">>
<<nobr>>On your way home, you can't help but think about the magazine in your bag. The woman, //all// the women in the magazine actually, look like they're in ecstasy. And sure, it's porn, of course they look like that, but that doesn't make you less curious.<</nobr>>
<<nobr>>As soon as you get home, you walk over to the big toybox from last week. The magazine, <<if $plugged is "yes">>the buttplug, <</if>>your horny hangover state.. fuck it. You look through the box until you find a dildo you like, grab some lube <<link "and head over to the bedroom." "event_3 sunday path4_23">><</link>> <</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/assplay1.mp4" autoplay loop controls></video>
<<nobr>>You hop onto the bed<<if $plugged is "yes">>, take your plug out<</if>> and start playing with yourself. Your hand moving over to your ass, you start with one finger <<link "before introducing another." "event_3 sunday path4_24">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/assplay2.mp4" autoplay loop controls></video>
<<nobr>>Two fingers go in without a problem. You feel yourself getting hotter as you look at the pink dildo in front of you, the thought of
putting that inside you making you want it more with every passing second.
Satisfied with how much you've readied yourself, <<link "you reach for the rubber cock." "event_3 sunday path4_25">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/assplay3.mp4" autoplay loop controls></video>
<<nobr>>When you press the tip of the dildo up against your anus, you realize that despite the lube, you're going to need to apply moderate pressure to get it in.
Your anus clearly isn't used to putting stuff //in// yet. Once you push it through, though, it's like it's unlocked <<link "and it slides in and out without a problem." "event_3 sunday path4_26">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/assplay4.mp4" autoplay loop controls></video>
<<nobr>>You start fucking your ass with the dildo, freely moving the thick dildo in and out. It's a strange but nice sensation, and your cock doesn't seem to mind much either.
You turn around to make it easier to jack off as you penetrate yourself.<</nobr>>
You enjoy the sensation for a bit, until eventually you work towards your ultimate goal. <<link "An orgasm." "event_3 sunday path4_27">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video" src="images/events/3/assplay5.mp4" autoplay loop controls></video>
<<nobr>>As you cum, your anus contracts around the play-cock, somehow significantly intensifying your orgasm. It's hard to describe, but it feels like the orgasm
sort of.. //lingers// after coming. You feel incredibly sensitive. You take out the dildo carefully, jolts of pleasure coarsing through your
sensitive cock and ass as you pull it out. <</nobr>>
<<link "God damn, that's good." "event_3 sunday path4_28">><</link>></div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>Although your general horny state of hangover sunday hasn't fully gone, the post-nut realization that you just fucked yourself with a dildo still hits you. On the one hand, it felt good, so why not? On the other hand.. would you have done that a month ago?<</nobr>>
<<nobr>>You think about it as you clean up. When you find the magazine you bought earlier, you can't help but ask yourself whether or not you'd want //that//. A cock, another man's dick, up your ass.<</nobr>>
<<nobr>><<link "Absolutely not. Never. In fact, this was too much already." "event_3 sunday path4_29">><<set $upthebum to "no">><</link>><</nobr>>
<<nobr>><<link "The feeling? Probably. You could do without the man, though.." "event_3 sunday path4_29">><<set $upthebum to "maybe">><</link>><</nobr>>
<<nobr>><<link "Truly? Yes, you want that. It'd have to be so much better still!" "event_3 sunday path4_29">><<set $upthebum to "yes">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>You go about your day until it's time to pick up Lisa. Back home, you talk about your weekends, about your little session earlier. Just then, Lisa finds the copy of Exxxtra's.<</nobr>>
<<nobr>><<lisa>>Oh, wow, babe, what's this?<</lisa>><</nobr>>
<<nobr>><<joe>>Oh that's.. well I was at Pauly's to pick up some stuff and it kinda called to me, I guess.<</joe>><</nobr>>
<<nobr>><<lisa>>Oooh, did he see you take it?<</lisa>><</nobr>>
<<nobr>><<joe>>Oh, yeah, definitely. Weirdest thing actually, he said he had more in the back if I was interested.<</joe>><</nobr>>
<<nobr>>She looks at with //big// eyes.<</nobr>>
<<nobr>><<lisa>>Whaat, really? Damn. You know, I've heard he's a machine in bed. Someone told me they call him Beyoncé cause he's been with all the single ladies. //And// a couple with rings on them.<</lisa>><</nobr>>
<<nobr>><<joe>>What? Are we talking about the same Pauly? Sweet, cuddly man? Nah, no way.<</joe>><</nobr>>
<<if $upthebum is "yes">><<nobr>><<link "Lisa shrugs and cocks her head as if to say: //'That's what I heard..'//" "event_3 sunday path4_30a">><</link>><</nobr>><</if>>\
<<if $upthebum is "maybe">><<nobr>><<link "Lisa shrugs and cocks her head as if to say: //'That's what I heard..'//" "event_3 sunday path4_30b">><</link>><</nobr>><</if>>\
<<if $upthebum is "no">><<nobr>><<link "Lisa shrugs and cocks her head as if to say: //'That's what I heard..'//" "event_3 sunday path4_30c">><</link>><</nobr>><</if>>\
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<lisa>>Well, either way, keep your guard up, babe. Unless, of course..<</lisa>><</nobr>>
<<nobr>><<joe>>What?<</joe>><</nobr>>
<<nobr>><<lisa>>Well, you //did// just say you wouldn't mind a real cock, hm?<</lisa>><</nobr>>
<<nobr>><<joe>>Right, ha-ha.<</joe>><</nobr>>
<<nobr>>You brush off the comment and the two of you spend the evening watching something silly on tv, but you can't help thinking about //Pauly, the neighbourhood plow//. <<link "Eventually, the weekend comes to an end. Big week ahead!" "update_end_3">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<lisa>>Well, either way, keep your guard up, babe. Unless, of course..<</lisa>><</nobr>>
<<nobr>><<joe>>What?<</joe>><</nobr>>
<<nobr>><<lisa>>Well, you //did// just say you're curious about what it'd be like, right? Being with a real cock?<</lisa>><</nobr>>
<<nobr>><<joe>>Right, ha-ha.<</joe>><</nobr>>
<<nobr>>You brush off the comment and the two of you spend the evening watching something silly on tv, but you can't help thinking about //Pauly, the neighbourhood plow//. <<link "Eventually, the weekend comes to an end. Big week ahead!" "update_end_3">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<lisa>>Well, either way, keep your guard up, babe. I know you said you don't ever want to be with a man like that, but..<</lisa>><</nobr>>
<<nobr>><<joe>>But what?<</joe>><</nobr>>
<<nobr>><<lisa>>Well, it //is// Beyoncé. Famously hard to say no to.<</lisa>><</nobr>>
<<nobr>><<joe>>Right, ha-ha.<</joe>><</nobr>>
<<nobr>>You brush off the comment and the two of you spend the evening watching something silly on tv, but you can't help thinking about //Pauly, the neighbourhood plow//. <<link "Eventually, the weekend comes to an end. Big week ahead!" "update_end_3">><</link>><</nobr>>
</div>A couple of hours go by, when you hear the sound of your phone receiving a message. <<link "It's from Lisa." "event_3 sunday path2_13b">><</link>><<include "statusheader">>
<div class="standard event">\
<<nobr>><<m-lisa>>//Babe I need you!!//<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//the blowtoy from last night just walked in, he's 100% gonna see me//<</m-lisa>><</nobr>>
<<nobr>><<m-lisa>>//call me in 3 mins, save me!!//<</m-lisa>><</nobr>>
<<nobr>>You feel your heartbeat rise, your head heating up. Lisa's stranger, the one that suggested to you he'd //fuck her// next, is about to run into your girlfriend.<</nobr>>
<<nobr>>You can save her. Give her an excuse to say //'sorry, I've really got to take this!'// and walk away. You can feel the fabric of your underwear shrink<<if $plugged is "yes">>, your asshole tightening around it's plug,<</if>> as you consider another option. You could //not// save her..<</nobr>>
<<nobr>><<link "No, let's save her. Let's not overdo it on day 1 of your cuckold adventure." "event_3 sunday path2_14a">><</link>><</nobr>>
<<nobr>><<link "Fuck it, the idea of them together, fucking? It's too hot. //Don't// save her." "event_3 sunday path2_14b">><</link>><</nobr>>
<hr class="gradienthr_small">
<<linkappend "Spoiler: Skip Ahead" t8n>>
<<link "You save Lisa from the guy. Skip to picking her up at the train station." "event_3 rules and regs">><</link>>
<<link "You encourage Lisa to have sex with the guy. Skip to the first video." "event_3 sunday path2_16a">><</link>>
<<link "You encourage Lisa to have sex with the guy. Skip to //after// the videos." "event_3 sunday path2_23a">><</link>>
<</linkappend>>\
</div><<include "statusheader">>
<div class="standard event">\
When she picks up, it's immediately clear the guy is there with her.
<<nobr>><<lisa>>Hey, babe! Are you in the parking lot?<</lisa>><</nobr>>
<<nobr>>You hear her muffled voice say something like: //'Sorry, I've got to go!'// <</nobr>>
<<nobr>><<joe>>Wait! He's there, right? The guy? Listen, I thought about it and if you want to, you could go with him? Say //'What, why? Come on, baby!'// if you understand.<</joe>><</nobr>>
<<nobr>>Lisa doesn't immediately respond and you wait in silence for the most agonizing couple seconds in your life.// Three.. Four.. Five..//<</nobr>>
<<nobr>><<lisa>>.. what?! Why? Come on, baby!<</lisa>><</nobr>>
Fuck yeah. Alright, keep it together, $name.
<<nobr>><<joe>>Okay, pretend like I'm angry because of the videos from last night.<</joe>><</nobr>>
<<nobr>><<lisa>>Nooo, babe! I told you, that was a mistake! Of //course// that won't haAA//aaahh//happen again!<</lisa>><</nobr>>
<<nobr>>Your mind races with the possibilities of what caused Lisa to squeal. You picture a strong, big guy standing behind her, his hand sliding down your girlfriend's pants. The thought makes you dizzy.<</nobr>>
<<nobr>><<joe>>Ok, ehm.. I forgive you, and I'll pick you up in like two hours, ok?<</joe>><</nobr>>
<<nobr>>Lisa's voice is a lot higher, her breathing loud and uncontrolled.<</nobr>>
<<nobr>><<lisa>>I promise babe, I- //oh//, thank you. Two hours? Y-yeah I'll meet you thEe//Eee//re!!! I love you, babe!<</lisa>><</nobr>>
<<nobr>><<link "The line goes dead. She hung up." "event_3 sunday path2_15">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>The first 10 or 15 minutes after the phone call, you find yourself anxiously pacing around, cock in one hand, phone in the other. The wait is unbearable. You sit down with the rules & regulations and start reading.<</nobr>>
<<nobr>>You're processing the letters, reading them as words. You can hear them in your head. They're not adding up to anything, though. You check your phone. Nothing. Maybe you should take a shower?<</nobr>>
<<nobr>>You shower for, you hope, 15 or so minutes. As soon as you decide you're done, you sprint to your phone. <<link "//You have one new video message.//" "event_3 sunday path2_16a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video_vert" src="images/events/3/lisafuck1.mp4" autoplay loop controls></video>
<<nobr>>There it is. It's happening. As you watch Lisa greedily suck cock, your own dick feels like it's trying to get harder than it can get. You start jerking off, but stop almost immediately after. <</nobr>>
<<nobr>>You don't want to come, not now, not yet. You need to wait for the next video. But it doesn't come. Not for 10 minutes, not for 20. <</nobr>>
<<nobr>><<joe>>//FUCK!!//<</joe>><</nobr>>
<<nobr>>You need to //do// something. Frustrated, you put on your shoes and coat <<link "and head outside to the little cornershop down the street." "event_3 sunday path2_17a">><</link>><</nobr>>
</div><<set $statusheader to "e3suncorner">>\
<div class="standard event">\
<<include "loc cornershop">>
<<nobr>>You feel anxious. You're normally someone that's perfectly in control. You don't let yourself get crazy like this. And yet here you are, nervously walking outside, the umcomfortable feeling of an uncontrollable hardon fighting in your pants, trying to get out. It's like you're a teenager all over again.<</nobr>>
<<nobr>>You don't really know what to buy and end up gathering random groceries when you reach the magazines. As you mindlessly scan the covers, you're drawn to the //dirtier// part of the selection. <<link "One in particular draws your attention, //ExXxtra's//." "event_3 sunday path2_18a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<img src="images/events/3/exxxtras.png" style="max-height: 38em; background-color: transparent; border: none;">
<<nobr>>Too horny to care about looking at dirty mags in a cornershop, you grab the magazine. Taking a better look, you realize what made you do a double take. The trans woman on the cover, //Rachael Belle//, is wearing something on her cock. A tiny metal.. cage?<</nobr>>
<h3>//BZZT!!// </h3>
<<nobr>>You're startled by the buzzing of your phone receiving a message. Time to go! You quickly make your way to the counter and hand your groceries over to <<link "Pauly, the store owner." "event_3 sunday paulo">><</link>><</nobr>>
</div><div class="standard">\
<img id="banner" src="images/characters/splash/paulo.png">
<h3>Paulo</h3>
<<nobr>>
Paulo, or //Paulyyyy!// as you've often called him, is the owner of the neighbourhood cornershop. Everyone knows him and he knows everyone.
He's one of the sweetest people you know. Like a big, giant cuddly teddybear.<</nobr>>
The first time you came in here after your procedure, he showered you in compliments, telling you how beautiful you are. Really made you feel good!
<<link "//Pauly: 'Ah! It's the beautiful $name. How are you?" "event_3 sunday path2_19a">><</link>>\
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Great, Pauly, thanks! Just, eh.. getting some things. <</joe>><</nobr>>
<<nobr>>As if you weren't having enough trouble focusing, you feel another //BZZT!//.<</nobr>>
<<nobr>><<paulo>>Good, good! You look beautiful today, as always. Beautiful. <</paulo>><</nobr>>
<<nobr>>You'd love to have a chat with him, but your mind is elsewhere. It's taken back by a sudden //'Ah!'// from Pauly.<</nobr>>
<<nobr>><<paulo>>Extras! Very nice, very nice. One my favorites. <</paulo>><</nobr>>
<<nobr>>Extras? You look up in panic and see Pauly holding the dirty mag up, looking at you with a huge smile. He winks at you. Fuck, you must have put it in by accident. Great, you've always dreamt of becoming the neighborhood pervert.<</nobr>>
<<nobr>><<paulo>>I've got some old copies in the back, if you're interested?<</paulo>><</nobr>>
<<nobr>><<joe>>Oh, that's quite alright, Pauly, thanks. I don't.. eh, yeah. How much?<</joe>><</nobr>>
<<nobr>>Pauly gets the hint and stops talking about the magazine. Not before giving you another wink, though. You pay, thank him and leave.
You practically run home. Once you're through the door, you throw your groceries on the floor <<link"and take out your phone." "event_3 sunday path2_20a">><</link>><</nobr>>
</div><<set $statusheader to "e3sunhome">>\
<<include "statusheader">>
<div class="standard event">\
<video id="video_vert" src="images/events/3/lisafuck2.mp4" autoplay loop controls></video>
<<nobr>>This is it. Lisa is bent over as you watch the stranger push his hard cock inside. It's not long before he's pumping away, your girlfriend's moans
of pleasure escaping your phone's tiny speakers. You start furiously wanking off <<link"and greedily click the next video." "event_3 sunday path2_21a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video_vert" src="images/events/3/lisafuck3.mp4" autoplay loop controls></video>
<<nobr>>You can count the amount of times Lisa's made the faces she's making in the video on one hand. This guy is taking her to new heights, and you're sitting here,
cock in hand, watching it happen. <<link"Right on queue, there's another //BZZT//, another video." "event_3 sunday path2_22a">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<video id="video_vert" src="images/events/3/lisafuck4.mp4" autoplay loop controls></video>
<<nobr>>The guy takes out his cock and ejaculates onto your girlfriend's stomach. You watch her, catching her breath, her face one of satisfaction and fulfillment.<</nobr>>
As you start regaining a sense of your surroundings, you find yourself sitting on your knees on the floor, your own slimey release scattered in front of you.
<<link"When you've calmed down a bit, you get up." "event_3 sunday path2_23a">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>>You clean up and put the groceries away. You want to call Lisa straight away but decide to hold off on that for a bit. Twenty minutes later, you give in and call her. Nothing. Twenty minutes after that it goes straight to voicemail. Fuck!<</nobr>>
You start to panic. You trust her, and you'd be fine if she spends the night with this guy, you think. But earlier today, you were in control. You set the whole thing up, pushing her straight into the welcoming cock of a stranger.
<<nobr>>The rest of the evening you can't stop thinking about it. You go from excited to scared to defeated and back, all the while trying to talk some calm and sense into yourself. <<link "Eventually, you go to bed. Alone." "event_3 sunday path2_24a">><</link>><</nobr>>
</div><div class="fade-in"><<include "statusheader">></div>\
<div class="standard event fade-in">\
<<nobr>>You're woken up when you feel Lisa getting in the bed and snuggling up next to you.<</nobr>>
<<nobr>><<joe>>Hey!<</joe>><</nobr>>
<<nobr>>She looks up at you with those big, loving eyes.<</nobr>>
<<nobr>><<lisa>>Oh, babe, sorry! I didn't mean to wake you.<</lisa>><</nobr>>
<<nobr>><<joe>>Are you ok?<</joe>><</nobr>>
<<nobr>><<lisa>>Yeah! I wanted to call you, but I was rushing cause I missed my train and then my battery died. Did you think I was staying with that guy?<</lisa>><</nobr>>
<<nobr>>You shrug.<</nobr>>
<<nobr>><<joe>>I don't know.<</joe>><</nobr>>
Lisa reaches out and gently strokes your hair for a bit.
<<nobr>><<lisa>>I love you so, so much. You know that, right?<</lisa>><</nobr>>
<<nobr>>You nod and put an arm around her.<</nobr>>
<<nobr>><<joe>>About as much as I love you, I reckon.<</joe>><</nobr>>
<<nobr>>You're soon back to sleep, <<link "putting an end to this rollercoaster of a weekend." "update_end_3">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Wait, do you have some sort of //Piths// sense? Yeesh. I think maybe you should start seeing other bars, Lisa.<</joe>><</nobr>>
Lisa is too excited to appreciate your hilarious joke.
<<nobr>><<lisa>>Yeah, haha. No, Becky texted me last night. She asked me if I'd be okay with her taking you out on a date!<</lisa>><</nobr>>
<<nobr>><<joe>>Really? Didn't you tell me she's a lesbian? Told you she's not!<</joe>><</nobr>>
<<nobr>>Lisa starts laughing.<</nobr>>
<<nobr>><<lisa>>No, you doofus, she //is//. But you don't exactly look all that masculine at the moment, babe. Maybe she's curious? Who cares, you should totally go on a date with her. She's super hot!<</lisa>><</nobr>>
<<nobr>>If someone would've told you a month ago that you'd be going on a date with a lesbian, you would've applauded them for their creative and twisted mind. And yet, here you are, considering it.<</nobr>>
<<link "You don't really see a reason why you shouldn't. Let's do it!" "event_3 sunday path3_2a">><</link>>
<<link "Nah. Lisa is more than enough woman for you." "event_3 sunday path3_2b">><</link>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>Hm, nah I don't think so.<</joe>><</nobr>>
<<nobr>><<lisa>>What?! Babe, do you not think she's hot?<</lisa>><</nobr>>
<<nobr>><<joe>>No, I do! But she'd be competing with you, you know? And that's a lost battle, hot as she may be. Wouldn't be fair to her.<</joe>><</nobr>>
<<nobr>><<lisa>>Awww. That's cute. But she doesn't have to be your girlfriend, just a date! I've had my fun, why not have yours?<</lisa>><</nobr>>
<<nobr>>You feel like she's already shared her fun and you enjoyed it very much.<</nobr>>
<<nobr>><<joe>>No, its fine, baby. I'll have my fun when you get back tonight.<</joe>><</nobr>>
<<nobr>><<lisa>>Wow. Well, your choice! Alright, well I've got to go prepare for brunch, I think. See you tonight, babe! Love you!<</lisa>><</nobr>>
<<nobr>><<joe>>You too!<</joe>><</nobr>>
<<nobr>>After hanging up, you can't help but smile at the idea Becky wants to take you out. There's something satisfying about the whole idea. <<link "Anyway, time to get productive and work on the first Challenge." "event_3 rules and regs">><<set $afterrulesandregs to "event_3 sunday path3_3b">><</link>><</nobr>>
</div><<include "statusheader">>
<div class="standard event">\
<<nobr>><<joe>>You make a strong argument, woman. I shall do it!<</joe>><</nobr>>
<<nobr>><<lisa>>Oh //YAAYYY!// Ooooh ok, ok. I'll text her. I reaaally have to go get ready for brunch, but you better keep me posted!<</lisa>><</nobr>>
<<nobr>>It's like she just landed her best friend a date with their crush.<</nobr>>
<<nobr>><<lisa>>Oh, I'm so excited! Okay, love you, have fun!!<</lisa>><</nobr>>
<<nobr>><<joe>>You too!<</joe>><</nobr>>
<<nobr>>Wow. A date with Becky, huh? Maybe you're also a little bit excited, honestly. Alright, let's make something of this sunday, though. <<link "Work on the first challenge!" "event_3 rules and regs">><<set $afterrulesandregs to "event_3 sunday path3_3a">><</link>><</nobr>>
</div>After a while, your concentration is interrupted when your phone buzzes. <<link "A message!" "event_3 sunday path3_4a">><</link>><br>
<<nobr>>The rules and regulations are, for lack of a better word, extremely boring. And even though you didn't have //that// much to drink last night, you're a bit hung over. And for some reason, especially if you're home alone, you always get pretty damn horny from a hangover, and you notice your focus shifting from the rules in front of you <<link "to thinking about sex.." "event_3 sunday path4_15">><</link>><</nobr>><<include "statusheader">>\
<div class="standard event">\
<<nobr>>When at one point you notice you've got your hand inside your pants and you haven't taken anything in for at least 10 minutes, you decide it's time to do something else. Porn, maybe?<</nobr>>
<<nobr>>As you've got the whole place to yourself and you're, well, horny, you reckon you can treat yourself to a nice, long, masturbation session. In the bathroom you look for some lube when you come across the buttplug. Lisa said it'd be a good idea to wear it now and again if you enjoyed the assplay last week. Put it in?<</nobr>>
<<nobr>><<link "Yeah, fuck it! You're too horny to think of reasons not to." "event_3 BUTTPLUG 2">><</link>><</nobr>>
<<nobr>><<link "Nah, that'd just be uncomfortable, right?" "event_3 sunday path4_16">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<m-becky>>//Hey $name, it's my day off. I thought maybe you'd like to take me on a date?//<</m-becky>><</nobr>>
<<nobr>><<m-becky>>//It's Becky btw//<</m-becky>><</nobr>>
<<nobr>>Ooh! In your mind, you figured you'd meet up somewhere next week, not today. It would be fun to get out, see Becky.<</nobr>>
<<nobr>><<m-joe>>//You did, did you? And where did you think I'd want to take you?//<</m-joe>><</nobr>>
<<nobr>>Becky, luckily, apparently isn't one of those people that takes a minimum of 30 minutes between messages and instantly responds.<</nobr>>
<<nobr>><<m-becky>>//I think you want to take me to the arcade and meet me there around three?//<</m-becky>><</nobr>>
<<nobr>>Well this is different from your days of being single! It's kinda nice not having to work hard to set something up, though.<</nobr>>
<<nobr>><<m-joe>>//Then I think I'll see you there!//<</m-joe>><</nobr>>
<<nobr>>You spend a little more time on the Rules and Regulations before making yourself pretty for your date with Becky <<link "and heading out." "event_3 sunday path3_5">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>On your way to the arcade you get a message from Becky.<</nobr>>
<<nobr>><<m-becky>>//I got here early so I went inside, see you in a bit!//<</m-becky>><</nobr>>
<<nobr>>You enter the arcade looking for Becky. You haven't been here in //forever//, but you figure it's not a terrible first date activity. First date activity? You wonder how much of a //date// Becky expects this to be. How much //you// expect it to be?<</nobr>>
<<nobr>><<link "You just hope to get laid. You're not really looking for second relationship." "event_3 sunday path3_6">><</link>><</nobr>>
<<nobr>><<link "Dating is fun! You don't mind a little bit more than just sex." "event_3 sunday path3_6">><</link>><</nobr>>
<<nobr>><<link "No idea, really! Let's just see where it takes you." "event_3 sunday path3_6">><</link>><</nobr>>
<<nobr>>In the distance, you think you spot Becky at a basketball machine of some sort.<</nobr>>
</div><<set $char.becky.name to "Becky">>\
<<include "statusheader">>\
<div class="standard event">\
<<nobr>><video id="video" src="images/events/3/beckydate1.mp4" autoplay loop controls /><</nobr>>
<<nobr>>Holy crap. It //is// her, throwing a basketball and fully exposing her bare chest. She's hardly wearing anything! You can't help but stare <<link "until she notices you." "event_3 sunday path3_7">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>She starts laughing when she sees you staring and moves in for a hug.<</nobr>>
<<nobr>><<becky>>Heeyyy! See something you like?<</becky>><</nobr>>
<<nobr>><<joe>>Ehh. Yeah?! You know you're, eh..<</joe>><</nobr>>
<<nobr>>You point at your own chest, wagging your finger from left to right.<</nobr>>
<<nobr>><<becky>>I'm an exhibitionist? <</becky>><</nobr>>
<<nobr>><<joe>>Right! I was going to say your tits are out, but that.. yeah, that works.<</joe>><</nobr>>
<<nobr>>She's got a huge grin on her face. She must love doing this. Probably part of the whole exhibitionist thing, now that you think about it.<</nobr>>
<<nobr>><<becky>>It's //so much fun//. You should try it! You want to try?<</becky>><</nobr>>
<<nobr>>Whoa, that would sure spice up things. Well, do you?<</nobr>>
<<nobr>><<link "Yeah, fuck it, let's give it a shot!" "event_3 sunday path3_8">><</link>><</nobr>>
<<nobr>><<link "Nah, not for you. You're fine enjoying the view." "event_3 sunday path3_8b">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<joe>>Yes? I don't have a top like that, though.<</joe>><</nobr>>
<<nobr>><<becky>>Oh fuck yeah! My kind of date. No worries, I've got a shirt you can use. Come here.<</becky>><</nobr>>
<<nobr>>She takes you by the hand and leads you to a little corner out of sight.<</nobr>>
<<nobr>><<becky>>Alright, take your clothes off and put this on.<</becky>><</nobr>>
<<nobr>>You look at her for a second. It's not something you do every day, this.<</nobr>>
<<nobr>><<becky>>Well? Come on, can't do this with your clothes //on//, chop chop!<</becky>><</nobr>>
<<nobr>>Fair enough. You start taking off your shirt and bra.<<if $body is 1>> Although you feel like you couldn't be flatter without the bra, the thought of exposing your nipples still feels exciting.<</if>> As it comes off, Becky whistles.<</nobr>>
<<nobr>><<becky>><<if $body is 3>>Damn, I knew they were big but those look absolutely fantastic! I'm one lucky girl!<</if>><<if $body is 2>>Wow! Those look //amazing//. A bit like mine, actually!<</if>><<if $body is 1>>Wow, you're one hot piece of ass, you know that? I love myself a bit of a tomboy.<</if>><</becky>><</nobr>>
<<nobr>><<link "You blush and put on the shirt Becky gave you." "event_3 sunday path3_9">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<joe>>Oh, sorry, I'm not sure I'd be comfortable with that. I'm only just starting to get used to walking around as a woman<<if $body is 1>>, so to speak<</if>>. <</joe>><</nobr>>
<<nobr>>She shrugs.<</nobr>>
<<nobr>><<becky>>Well, no looking at mine, then!<</becky>><</nobr>>
<<nobr>>You jokingly lift a finger in protest.<</nobr>>
<<nobr>><<becky>>I joke! You look all you want, that's what they're there for. Maybe I'll inspire you to join me next time. Alright, let's play some games!<</becky>><</nobr>>
<<nobr>><<link "Arcade time!" "event_3 sunday path3_9b">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><video id="video" src="images/events/3/beckydate2.mp4" autoplay loop controls /><</nobr>>
<<nobr>>After your little wardrobe change, the two of you head out into the arcade and play a bunch of games. Becky has a lot of fun //'setting them free!'//, as she calls it, and it's a joy to watch. She's incredibly sexy.<</nobr>>
<<nobr>>You're not nearly as comfortable or brave as her, <<link "but you try and give it a little go anyway." "event_3 sunday path3_10">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><video id="video" src="images/events/3/beckydate2.mp4" autoplay loop controls /><</nobr>>
<<nobr>>Becky isn't discouraged by you not joining in and has a lot of fun //'setting them free!'//, as she calls it, and it's a joy to watch. She's incredibly sexy.<</nobr>>
<<nobr>>After playing for a while, <<link "you sit down to have a drink." "event_3 sunday path3_11">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><video id="video" src="images/events/3/beckydate3.mp4" autoplay loop controls /><</nobr>>
<<nobr>>You can't help but be careful and self-conscious about the whole thing, but from time to time Becky challenges you to show a bit of nipple and it feels awesome. If only because of how it excites your date.<</nobr>>
<<nobr>><<link "After a while, you sit down to have a drink." "event_3 sunday path3_11">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>The two of you talk for a bit. If anything, Becky is a ton of fun to hang out with. At one point, she asks you if you think Lisa'd be down with the whole exhibitionist thing.<</nobr>>
<<nobr>><<joe>>Oh, for sure. She could join in next time!<</joe>><</nobr>>
<<nobr>>As you say it, you realize how weird that is.<</nobr>>
<<nobr>><<joe>>So.. this is awesome. You're awesome. But you know I'm with Lisa and I'm not here to, like, cheat on her without her knowing. <</joe>><</nobr>>
<<nobr>>She gives you a //'yes, what's the question?'// look.<</nobr>>
<<nobr>><<joe>>Well, I guess I'm just curious, you know, what you're hoping or looking for with this?<</joe>><</nobr>>
<<nobr>>She thinks for a moment.<</nobr>>
<<nobr>><<becky>>Well.. I've always liked you a lot. But I'm not attracted to men. Now, though? You look hot. So.. I don't know, I'm okay that you're with Lisa, I love her. I guess I just wouldn't mind seeing what happens. How about you?<</becky>><</nobr>>
<<nobr>>Your time to think. <<link "Seeing what happens sounds simple enough." "event_3 sunday path3_12">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<joe>>Yeah, me too, I think? I've never thought about being with someone //besides// Lisa. So I'm not sure yet if that's something that would work for me. And you know, you looking like that, I suppose maybe it felt a bit..<</joe>><</nobr>>
<<nobr>><<becky>>Oh, like a bootycall? Sorry, I get that a lot! I guess that's part of the excitement.<</becky>><</nobr>>
<<nobr>>She giggles to herself.<</nobr>>
<<nobr>><<becky>>Yeah, no, despite appearances I'm not a sex-with-benefits kind of girl. If that's what you're looking for, we'd best leave it at this. I had fun, though, so if you want to go on another date sometime..<</becky>><</nobr>>
<<nobr>><<becky>>Listen, I've got a dinner with the family in a bit so I've got to go. Walk me home? I live just around the corner.<</becky>><</nobr>>
<<nobr>>You don't see any reason why you wouldn't and walk her home. When you reach her door, she leans in..<</nobr>>
<<nobr>><<link ".. and you kiss." "event_3 sunday path3_13a">><</link>><</nobr>>
<<nobr>><<link ".. and you instinctively move away." "event_3 sunday path3_13b">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>You immediately feel bad, but you can't help it. You're with Lisa, and suddenly here's another woman trying to kiss you.<</nobr>>
<<nobr>><<joe>>Sorry, I don't..<</joe>><</nobr>>
<<nobr>>Becky puts index finger on your lips and interrupts you.<</nobr>>
<<nobr>><<becky>>It's okay! Maybe you don't want to kiss me, maybe you weren't ready for it, let's not try and figure it out. If you want to hang out some more, you have my number. Deal?<</becky>><</nobr>>
<<nobr>>There's something attractive about Becky's straight forward no-nonsense way of communicating, but this also feels like a defense mechanism.<</nobr>>
<<nobr>><<joe>>Deal.<</joe>><</nobr>>
<<nobr>>She treats you to a genuine smile.<</nobr>>
<<nobr>><<becky>>Good! Thanks for today, I had a good time!<</becky>><</nobr>>
<<nobr>>She walks in the door and down the hall and waves saying //'Byyyeeeee!'// while the door slowly closes. You still feel kinda bad. She took it well enough, but you feel like part of it was an act. Never nice to be rejected.<</nobr>>
<<nobr>>Anyway. <<link "Time to head home and pick Lisa up from the station." "event_3 sunday path3_14">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>It's nice. Becky is a good kisser. None of that //'let's just rotate the old tongue and see what happens'// crap. Not too long either. She looks you in the eyes as you seperate. <</nobr>>
<<nobr>><<becky>>Hey, so..<</becky>><</nobr>>
<<nobr>>She looks to the side as a naughty grin starts to appear.<</nobr>>
<<nobr>><<becky>>I know I said I'm not that kind of girl, //and I'm not!// But..<</becky>><</nobr>>
<<nobr>>You feel her hand moving down your body towards your crotch. Ah.<</nobr>>
<<nobr>><<joe>>You want to see it?<</joe>><</nobr>>
<<nobr>>To your surprise, she turns red. You didn't think anything could embarrass her.<</nobr>>
<<nobr>><<becky>>Well, I've never been with one, I'm just curious. If it's okay with you, of course! //You// might not be that kind of girl either. But, you know, yeah. I kind of want to see..?<</becky>><</nobr>>
<<nobr>><<link "How could you say no to that?" "event_3 sunday path3_14a">><</link>><</nobr>>
<<nobr>><<link "Nope. She can't have her cake and eat it." "event_3 sunday path3b_15">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>You follow Becky inside. She lives in a small apartment. It's kind of cute? You expected it to less girly. Once you're done taking in the room, you notice Becky is standing in front of you, looking at you expectantly.<</nobr>>
<<nobr>><<becky>>Well?<</becky>><</nobr>>
<<nobr>>Damn. Her first cock! Probably best to wake it up a bit first, you don't want to disappoint her, right? You reach towards her.<</nobr>>
<<nobr>><<joe>>Come here.<</joe>><</nobr>>
<<nobr>>You pull her towards you and kiss her. It's a longer, more intense kiss than the one outside. And one with your hands doing a lot more feeling Becky up. You stop, sit her down on a chair in front of you <<link "and show her what you're working with." "event_3 sunday path3_15">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<becky>>Wow!! It's big. Is it big? It's big, right? Does it get bigger? Surely not. Does it?<</becky>><</nobr>>
<<nobr>>You grin.<</nobr>>
<<nobr>><<joe>>Well, not by itself..<</joe>><</nobr>>
<<nobr>>Without hesitation, Becky takes her top off.<</nobr>>
<<nobr>><<becky>>That helps, right? Can I.. <</becky>><</nobr>>
<<nobr>>Her hand reaches forward.<</nobr>>
<<nobr>><<joe>>By all means!<</joe>><</nobr>>
<<nobr>>Becky starts touching your dick, playing with it as it hardens to her touch. <</nobr>>
<<nobr>><<becky>>Wait, stay here!<</becky>><</nobr>>
<<nobr>>Becky gets up, runs out the room and comes back with a tub of coconut oil, puts some on her hands <<link "and starts properly jerking you off." "event_3 sunday path3_16">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><video id="video" src="images/events/3/beckyhj1.mp4" autoplay loop controls /><</nobr>>
Becky starts massaging your cock and looks at you.
<<nobr>><<becky>>Yeah?<</becky>><</nobr>>
<<nobr>>You nod.<</nobr>>
<<nobr>><<joe>>Hmhm, yep.<</joe>><</nobr>>
<<nobr>><<link "Becky continues stroking, visibly enjoying the experience." "event_3 sunday path3_17">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><video id="video" src="images/events/3/beckyhj2.mp4" autoplay loop controls /><</nobr>>
<<nobr>>First times aren't always fun. Which is to be expected, nobody knowing what they're doing and all that. Becky is surprisingly good for a first timer, though.<</nobr>>
<<nobr>><<joe>>Are you sure you haven't done this before? You're a natural, I think.<</joe>><</nobr>>
<<nobr>><<becky>>It's fun!! I've only ever held plastic and rubber ones before. They don't feel nearly as good. Does it feel good?<</becky>><</nobr>>
<<nobr>><<joe>>It really does. <</joe>><</nobr>>
<<nobr>>Becky happily continues jerking you off <<link "when you tell her you're about to cum." "event_3 sunday path3_18">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><video id="video" src="images/events/3/beckyhj3.mp4" autoplay loop controls /><</nobr>>
<<nobr>>If possible, it feels like Becky is enjoying your orgasm even more than you are, a fountain of cum streaming down her hands.<</nobr>>
<<nobr>><<becky>>Woow! That's a lot of CUM! Cummm cummy cum cum. It's sticky, isn't it?<</becky>><</nobr>>
<<nobr>>Part of you is still dealing with your orgasm, another part is too fascinated by the Alice in Wonderland show in front of you and no part of you can get a word in.<</nobr>>
<<nobr>><<becky>>It's weird isn't it?! Well, I guess not to you. You //made// this. Sorry, I always get a bit over-excited from sex but, well, this is all new, you know? I can see why women like this.. just this part, you know? The cock and cum. Jummy Cummy Cock!<</becky>><</nobr>>
<<nobr>>You can't help but burst out laughing at the absurdity of this full grown, tough looking lesbian chick sitting on her knees rambling away about cocks 'n cum. Becky joins in and the two of you <<link "laugh for a good five minutes." "event_3 sunday path3_20">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>You get up and Becky walks you to the door, finally calming down a bit.<</nobr>>
<<nobr>><<becky>>Wow, sorry. I think I got nervous and then I just go on and on.<</becky>><</nobr>>
<<nobr>>You start laughing again, trying hard not to get stuck in it.<</nobr>>
<<nobr>><<joe>>Sorry? That was //fantastic//. I loved every bit of that. The whole date, actually.<</joe>><</nobr>>
<<nobr>><<becky>>Yeah, me too! Arcade was my idea by the way, so you're picking the next one. Oh, and don't think what we did just now is normal, cause-<</becky>><</nobr>>
<<nobr>><<joe>>You're not that kind of girl. I know! I gave you a new experience, that's all. Right?<</joe>><</nobr>>
<<nobr>><<becky>>Right.<</becky>><</nobr>>
<<nobr>><<joe>>And my //Jummy Cummy Cock!//<</joe>><</nobr>>
<<nobr>>Well, crap, there's the uncontrollable fit of laughter again.<</nobr>>
<<nobr>><<becky>>Okaaaaay ma'am, time to leave! Say hi to Lisa for me!<</becky>><</nobr>>
<<nobr>>Becky pulls you in, plants a kiss on your lips and pushes you out the door. <<link "Time to go home and pick Lisa up!" "event_3 sunday path3_21">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>On the way back home from the station, you tell Lisa about your date. She enjoys every part of the story. The exhibitionism..<</nobr>>
<<nobr>><<lisa>>Wooow that's so hot! Ooh, I want to do that, too!<</lisa>><</nobr>>
<<nobr>>..the two of you kissing..<</nobr>>
<<nobr>><<lisa>>OoooOOoh!! $name and Becky, //sitting in a tree!!//<</lisa>><</nobr>>
<<nobr>>..Becky's first cock..<</nobr>>
<<nobr>><<lisa>>Whaaaat, that's so //wild!// Oooh I love that. She's lucky it was yours, babe, I would've killed for that my first time. I was //so// disappointed. You would've spoiled me though..<</lisa>><</nobr>>
<<nobr>>..and finally the //'Jummy Cummy Cock'//, after which you both fall into an uncontrollable fit of laughter that would return the rest of the evening, until eventually you both go to bed, <<link "ending the rollercoaster that was this weekend." "update_end_3">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<joe>>You know, I think we've exposed enough bodyparts for one afternoon. Besides, you're not that girl, right?<</joe>><</nobr>>
<<nobr>>You treat Becky to a cheeky smile. <</nobr>>
<<nobr>><<joe>>You can have another kiss, if you want?<</joe>><</nobr>>
<<nobr>>She looks at you, hesitates, looks around in thought as if she's trying to solve a puzzle in her head and eventually looks back at you.<</nobr>>
<<nobr>><<becky>>Yeah, alright, I'll take that.<</becky>><</nobr>>
<<nobr>>You kiss, but when Becky's hand finds your crotch and starts massaging it you fight all your instincts and end it.<</nobr>>
<<nobr>><<joe>>No means no, Becky!<</joe>><</nobr>>
<<nobr>>You smile to show her you're mostly joking and say goodbye. On your way home, you can almost hear your dick whining, confused about what just happened. Oh well, <<link "time to pick up Lisa!" "event_3 sunday path3b_16">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>On the way back home from the station, you tell Lisa about your date. You tell her about the exhibitionism..<</nobr>>
<<nobr>><<lisa>>Wooow that's so hot! Ooh, I want to do that, too!<</lisa>><</nobr>>
<<nobr>>..the two of you kissing..<</nobr>>
<<nobr>><<lisa>>OoooOOoh!! $name and Becky, //sitting in a tree!!//<</lisa>><</nobr>>
<<nobr>>..and Becky's //curiosity//.<</nobr>>
<<nobr>><<lisa>>Whaaaat, that's so //wild!// Wow, never having touched one. Impressive self control there, babe, I don't think you've ever turned down sex with me?<</lisa>><</nobr>>
<<nobr>><<joe>>Oh, well, see, //you// know what you're doing, though.<</joe>><</nobr>>
<<nobr>><<lisa>>Heeeey!!! That's not cool, it's not her fault she's a lesbian, you can't punish her for that!<</lisa>><</nobr>>
<<nobr>>You can't help but laugh at that notion.<</nobr>>
<<nobr>><<joe>>I don't, I don't! It was a joke. No, I punished her for trying to have it both ways, there. I'm not that kind of girl, but I need you to be? <</joe>><</nobr>>
<<nobr>>Lisa gives you an impressed look.<</nobr>>
<<nobr>><<lisa>>You're a better woman than I am, babe.<</lisa>><</nobr>>
<<nobr>>At home, you talk about both your weekends, which turns out to be quite a lot until eventually you go to bed. <<link "Big week coming up!" "update_end_3">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>>On the way back home from the station, you tell Lisa about your date. You tell her about the exhibitionism..<</nobr>>
<<nobr>><<lisa>>Wooow that's so hot! Ooh, I want to do that, too!<</lisa>><</nobr>>
<<nobr>>..and the moment Becky leaned in for the kiss.<</nobr>>
<<nobr>><<lisa>>Oh no! It sounded like you guys were really hitting it off. What happened?<</lisa>><</nobr>>
<<nobr>><<link "It felt like a step towards a relationship, and you've already got one of those." "event_event_3 sunday path3-no_16a">><</link>><</nobr>>
<<nobr>><<link "It took you by surpise, the rejection was instinct." "event_event_3 sunday path3-no_16b">><</link>><</nobr>>
<<nobr>><<link "You just didn't want to." "event_event_3 sunday path3-no_16c">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<joe>>I guess it felt like I was suddenly at the start of a new romantic relationship or something. And I've already got one those that I'm very happy with.<</joe>><</nobr>>
<<nobr>><<lisa>>Aww, babe. Yeah, I think I understand. I think once you see sex as just having fun, it's a lot less to deal with than an entire romantic relationship, right?<</lisa>><</nobr>>
<<nobr>><<joe>>Right! And Becky is awesome, I guess it's just a bit of a 'three is a crowd' type situations.<</joe>><</nobr>>
<<nobr>>You talk about it some more when you get home. And about both your weekends, which turns out to be quite a lot. Eventually you go to bed. <<link "Big week coming up!" "update_end_3">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<joe>>I don't know, honestly! It was instinct. It's like, I don't know, I'm eating this main course at a restaurant and someone brings me another main course? That can't be mine, I already have mine! <</joe>><</nobr>>
<<nobr>><<lisa>>What a great metaphore, babe. <</lisa>><</nobr>>
<<nobr>><<joe>>I mean..<</joe>><</nobr>>
<<nobr>><<lisa>>You can eat me when we get home! But, so, that's it? Over?<</lisa>><</nobr>>
<<nobr>>You hesitate. It's wasn't that you rejected the idea of being with Becky, you just couldn't handle the situation at the time.<</nobr>>
<<nobr>><<joe>>I don't know. We'll see?<</joe>><</nobr>>
<<nobr>><<lisa>>See, we will! Seriously, though, I wouldn't mind a bit of a nibble when we get back. We nearly there?<</lisa>><</nobr>>
<<nobr>>You hurry home to grant Lisa's wishes. After, you talk about each other's weekends some more before finally going to bed. <<link "Big week ahead!" "update_end_3">><</link>><</nobr>>
</div><<include "statusheader">>\
<div class="standard event">\
<<nobr>><<joe>>Err.. honestly? I just didn't feel it. I didn't really think about it going in, but I guess it just wasn't what I wanted.<</joe>><</nobr>>
<<nobr>><<lisa>>Oh. Well, that happens. So no second date?<</lisa>><</nobr>>
<<nobr>>You shrug.<</nobr>>
<<nobr>><<joe>>I don't know. We'll see!<</joe>><</nobr>>
<<nobr>>You talk about it some more when you get home. About both your weekends, which turns out to be quite a lot. Eventually you go to bed. <<link "Big week ahead!" "update_end_3">><</link>><</nobr>>
</div><<set $wardrobe_unlocked to "yes">><<set $update_end to "yes">>\
<div class="standard fade-in">\
<br><img src="images/ui/end.svg" style="width:32em"><br><br>
<<nobr>>You've reached the end of this release! I hope you enjoyed the extra content. If there's not working properly, be sure to contact me.<</nobr>>
<<nobr>>I'll go into some more detail about the new content, stuff I ran into, looking forward and whatnot on the Patreon. For now, thank you all so much for supporting the game
and it's development, thank you for your patience and I hope you enjoy.<</nobr>>
Thanks for playing!
xx Hopjesvlamonster
</div>\<<t-clippy>><<nobr>>Story time is over, now let me show you around your life! I've got all kinds of things lined up!
Well, three. Three things. First up: Work.<</nobr>><</t-clippy>><<t-clippy>><<nobr>>Aaaaand we're back, baby! Home sweet home. How was work, honey? Haha, get it? It's like
one of those things that the people on the tv-screen say. Let's go to Sports now!!<</nobr>><</t-clippy>><<t-clippy>><<nobr>>Bing, bang, boom, two for three! See I'm all up-to-date on my sports lingo after that
whole sports thing we did, you know? Anyway, remember those curves and stuff I was talking about? The person I'm
about to introduce has the absolute best! Oh, man, can't wait to see her. Go on, click the next thing already!<</nobr>><</t-clippy>><<if $chapter is "prologue">>\
<<run State.setVar("$present.total", 0)>>\
<<set $status to {
location: "home",
activity: "none",
title: {
location: "Home",
activity: "Getting the Tour"
}
}>>\
<<else>>\
<<run State.setVar("$present.one.image", $char.lisa.paperclip)>>\
<<run State.setVar("$present.one.popup", "lisa_popup")>>\
<<run State.setVar("$char.lisa.tip", "Hey babe!")>>\
<<run State.setVar("$present.total", 0)>>\
<<set $status to {
location: "home",
activity: "none",
title: {
location: "Home",
activity: "Just chillin'"
}
}>>\
<</if>>
<<if $skipping is "yes">>\
<<set $story.life.available to "yes">>\
<<set $story.work.available to "yes">>\
<<set $story.sports.available to "yes">>\
<<set $credits to 3>>\
<<set $skipping to "no">>
<</if>>\
<<include "title update">>\<<if $week1sports gte 2 and $chapter is "Week 1">>\
<<set $story.sports.available to "yes">><</if>>\
<<include "home_setup">>\
<div id="vervangen">\
</div>\
<<include "home_menu">>\
<<if $chapter is "prologue">><img style="margin:2em 0 0 19em; opacity:0.8" src="images/ui/prologue.svg">
<<else>><img style="margin:2em 0 0 20.5em; opacity:0.8" @src="'images/ui/' + 'week' + $time + '.svg'"><</if>>\
<<run $(".ward_button").attr("src", "images/ui/empty.png");>>\<div class="home_interface">\
<div class="work_grid" style="z-index:0">\
<<if $story.work.unlocked is "no">><img id="not_allowed" id="home_btn" src="images/ui/home/lock_work.png">\
<<else>><<link "<img id='home_btn' src='images/ui/home/tab_work.png'>">>\
<<run State.setVar("$current_slide", "slide_work")>>\
<<run $(".work_grid").attr("style", "z-index:2")>>\
<<run $(".sports_grid, .music_grid, .uni_grid, .life_grid").attr("style", "z-index:0")>>\
<<timed 10ms t8n>>\
<<replace "#vervangen">>\
<<include "slide_work">>\
<</replace>>\
<</timed>>\
<</link>><</if>>\
</div><div class="sports_grid" style="z-index:0">\
<<if $story.sports.unlocked is "no">><img id="home_btn" src="images/ui/home/lock_sports.png">\
<<else>><<link "<img id='home_btn' src='images/ui/home/tab_sports.png'>">>\
<<if $chapter is "Week 1" and $week1sportsexplanation is "no">><<popup "week1sportsexplanation">><</if>>\
<<run State.setVar("$current_slide", "slide_sports")>>\
<<run $(".sports_grid").attr("style", "z-index:2")>>\
<<run $(".work_grid, .music_grid, .uni_grid, .life_grid").attr("style", "z-index:0")>>\
<<timed 10ms t8n>>\
<<replace "#vervangen">>\
<<include "slide_sports">>\
<</replace>>\
<</timed>>\
<</link>><</if>>\
</div><div class="music_grid" style="z-index:0">\
<<if $story.music.unlocked is "no">><img id="home_btn" src="images/ui/home/locked.png">\
<<else>><<link "<img id='home_btn' src='images/ui/home/tab_music.png'>">>\
<<set $current_slide to "slide_music">>\
<<run $(".music_grid").attr("style", "z-index:2")>>\
<<run $(".work_grid, .sports_grid, .uni_grid, .life_grid").attr("style", "z-index:0")>>\
<<timed 10ms t8n>>\
<<replace "#vervangen">>\
<<include "slide_music">>\
<</replace>>\
<</timed>>\
<</link>><</if>>\
</div><div class="uni_grid" style="z-index:0">\
<<if $story.uni.unlocked is "no">><img id="home_btn" src="images/ui/home/locked.png">\
<<else>><<link "<img id='home_btn' src='images/ui/home/tab_uni.png'>">>\
<<set $current_slide to "slide_uni">>\
<<run $(".uni_grid").attr("style", "z-index:2")>>\
<<run $(".work_grid, .sports_grid, .music_grid, .life_grid").attr("style", "z-index:0")>>\
<<timed 10ms t8n>>\
<<replace "#vervangen">>\
<<include "slide_uni">>\
<</replace>>\
<</timed>>\
<</link>><</if>>\
</div><div class="life_grid" style="z-index:0">\
<<if $story.life.unlocked is "no">><img id="home_btn" src="images/ui/home/lock_life.png">\
<<else>><<link "<img id='home_btn' src='images/ui/home/tab_life.png'>">>\
<<set $current_slide to "slide_life">>\
<<run $(".life_grid").attr("style", "z-index:2")>>\
<<run $(".work_grid, .sports_grid, .uni_grid, .music_grid").attr("style", "z-index:0")>>\
<<timed 10ms t8n>>\
<<replace "#vervangen">>\
<<include "slide_life">>\
<</replace>>\
<</timed>>\
<</link>><</if>>
</div>\
</div>\<div class="slides" @id="$current_slide">\
<div class="slide_image"><img src="images/ui/home/slide_work.png"></div>\
<div class="slide_info">\
<div class="slide_title"><img id="no_bradius" src="images/ui/home/work.svg"></div>\
<div class="slide_text">$story.work.info</div>
<div class="passage_links">
<<if $story.work.current_stage is 1>>▶<<button "$story.work.title.stage1.after" "work">><</button>>\
<<else>><div class="btn_inactive">$story.work.title.stage1.before <<if $story.work.current_stage lt 1>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.work.current_stage is 2 and $story.work.available is "yes">>▶<<button "$story.work.title.stage2.after" "work">><</button>>\
<<elseif $story.work.current_stage is 2 and $story.work.available is "no">><div id="not_allowed">▶<<button "$story.work.title.stage2.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.work.title.stage2.before <<if $story.work.current_stage lt 2>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.work.current_stage is 3 and $story.work.available is "yes">>▶<<button "$story.work.title.stage3.after" $story.work.client.tag>><</button>>\
<<elseif $story.work.current_stage is 3 and $story.work.available is "no">><div id="not_allowed">▶<<button "$story.work.title.stage3.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.work.title.stage3.before <<if $story.work.current_stage lt 3>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.work.current_stage is 4 and $story.work.available is "yes">>▶<<button "$story.work.title.stage4.after" $story.work.client.tag>><</button>>\
<<elseif $story.work.current_stage is 4 and $story.work.available is "no">><div id="not_allowed">▶<<button "$story.work.title.stage4.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.work.title.stage4.before <<if $story.work.current_stage lt 4>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
</div>\
</div>\
</div>\<div class="slides" @id="$current_slide">\
<div class="slide_image"><img src="images/ui/home/slide_sports.png"></div>\
<div class="slide_info">\
<div class="slide_title"><img id="no_bradius" src="images/ui/home/sports.svg"></div>\
<div class="slide_text">$story.sports.info</div>
<div class="passage_links">
<<if $story.sports.current_stage is 1 and $story.sports.available is "yes">>▶<<button "$story.sports.title.stage1.after" "sports">><</button>>\
<<else>><div class="btn_inactive">$story.sports.title.stage1.before <<if $story.sports.current_stage lt 1>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.sports.current_stage is 2 and $story.sports.available is "yes">>▶<<button "$story.sports.title.stage2.after" "sports">><</button>>\
<<elseif $story.sports.current_stage is 2 and $story.sports.available is "no">><div id="not_allowed">▶<<button "$story.sports.title.stage2.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.sports.title.stage2.before <<if $story.sports.current_stage lt 2>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.sports.current_stage is 3 and $story.sports.available is "yes">>▶<<button "$story.sports.title.stage3.after" "sports">><</button>>\
<<elseif $story.sports.current_stage is 3 and $story.sports.available is "no">><div id="not_allowed">▶<<button "$story.sports.title.stage3.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.sports.title.stage3.before <<if $story.sports.current_stage lt 3>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.sports.current_stage is 4 and $story.sports.available is "yes">>▶<<button "$story.sports.title.stage4.after" "sports">><</button>>\
<<elseif $story.sports.current_stage is 4 and $story.sports.available is "no">><div id="not_allowed">▶<<button "$story.sports.title.stage4.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.sports.title.stage4.before <<if $story.sports.current_stage lt 4>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
</div>\
</div>\
</div>\<div class="slides" @id="$current_slide">\
<div class="slide_image"><img src="images/ui/home/slide_music.png"></div>\
<div class="slide_info">\
<div class="slide_title"><img id="no_bradius" src="images/ui/home/music.svg"></div>\
<div class="slide_text">$story.music.info</div>
<div class="passage_links">
<<if $story.music.current_stage is 1 and $story.music.available is "yes">>▶<<button "$story.music.title.stage1.after" "music">><</button>>\
<<elseif $story.music.current_stage is 1 and $story.music.available is "no">>▶<div class="btn_unavailable">$story.music.title.stage1.after"</div>\
<<else>><div class="btn_inactive">$story.music.title.stage1.before <<if $story.music.current_stage lt 1>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.music.current_stage is 2 and $story.music.available is "yes">>▶<<button "$story.music.title.stage2.after" "music">><</button>>\
<<elseif $story.music.current_stage is 2 and $story.music.available is "no">><div id="not_allowed">▶<<button "$story.music.title.stage2.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.music.title.stage2.before <<if $story.music.current_stage lt 2>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.music.current_stage is 3 and $story.music.available is "yes">>▶<<button "$story.music.title.stage3.after" "music">><</button>>\
<<elseif $story.music.current_stage is 3 and $story.music.available is "no">><div id="not_allowed">▶<<button "$story.music.title.stage3.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.music.title.stage3.before <<if $story.music.current_stage lt 3>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.music.current_stage is 4 and $story.music.available is "yes">>▶<<button "$story.music.title.stage4.after" "music">><</button>>\
<<elseif $story.music.current_stage is 4 and $story.music.available is "no">><div id="not_allowed">▶<<button "$story.music.title.stage4.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.music.title.stage4.before <<if $story.music.current_stage lt 4>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
</div>\
</div>\
</div>\<div class="slides" @id="$current_slide">\
<div class="slide_image"><img src="images/ui/home/slide_uni.png"></div>\
<div class="slide_info">\
<div class="slide_title"><img id="no_bradius" src="images/ui/home/uni.svg"></div>\
<div class="slide_text">$story.uni.info</div>
<div class="passage_links">
<<if $story.uni.current_stage is 1>>▶<<button "$story.uni.title.stage1.after" "uni">><</button>>\
<<else>><div class="btn_inactive">$story.uni.title.stage1.before <<if $story.uni.current_stage lt 1>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.uni.current_stage is 2 and $story.uni.available is "yes">>▶<<button "$story.uni.title.stage2.after" "uni">><</button>>\
<<elseif $story.uni.current_stage is 2 and $story.uni.available is "no">><div id="not_allowed">▶<<button "$story.uni.title.stage2.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.uni.title.stage2.before <<if $story.uni.current_stage lt 2>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.uni.current_stage is 3 and $story.uni.available is "yes">>▶<<button "$story.uni.title.stage3.after" "uni">><</button>>\
<<elseif $story.uni.current_stage is 3 and $story.uni.available is "no">><div id="not_allowed">▶<<button "$story.uni.title.stage3.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.uni.title.stage3.before <<if $story.uni.current_stage lt 3>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.uni.current_stage is 4 and $story.uni.available is "yes">>▶<<button "$story.uni.title.stage4.after" "uni">><</button>>\
<<elseif $story.uni.current_stage is 4 and $story.uni.available is "no">><div id="not_allowed">▶<<button "$story.uni.title.stage4.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.uni.title.stage4.before <<if $story.uni.current_stage lt 4>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
</div>\
</div>\
</div>\<div class="slides" @id="$current_slide">\
<div class="slide_image"><img src="images/ui/home/slide_life.png"></div>\
<div class="slide_info">\
<div class="slide_title"><img id="no_bradius" src="images/ui/home/life.svg"></div>\
<div class="slide_text">$story.life.info</div>
<div class="passage_links">
<<if $story.life.current_stage is 1>>▶<<button "$story.life.title.stage1.after" "life">><</button>>\
<<else>><div class="btn_inactive">$story.life.title.stage1.before <<if $story.life.current_stage lt 1>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.life.current_stage is 2 and $story.life.available is "yes">>▶<<button "$story.life.title.stage2.after" "life">><</button>>\
<<elseif $story.life.current_stage is 2 and $story.life.available is "no">><div id="not_allowed">▶<<button "$story.life.title.stage2.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.life.title.stage2.before <<if $story.life.current_stage lt 2>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.life.current_stage is 3 and $story.life.available is "yes">>▶<<button "$story.life.title.stage3.after" "life">><</button>>\
<<elseif $story.life.current_stage is 3 and $story.life.available is "no">><div id="not_allowed">▶<<button "$story.life.title.stage3.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.life.title.stage3.before <<if $story.life.current_stage lt 3>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
<<if $story.life.current_stage is 4 and $story.life.available is "yes">>▶<<button "$story.life.title.stage4.after" "life">><</button>>\
<<elseif $story.life.current_stage is 4 and $story.life.available is "no">><div id="not_allowed">▶<<button "$story.life.title.stage4.after">><</button>></div>\
<<else>><div class="btn_inactive">$story.life.title.stage4.before <<if $story.life.current_stage lt 4>>\
<img id="locker" src="images/ui/locked.svg"><</if>></div><</if>>\
</div>\
</div>\
</div>\<<set $week1sportsexplanation to "yes">>\
<<t-clippy>><<nobr>>Hi boss! Due to an admin error, sports has been moved to the end of the week. Once you complete
your other activities - Work and Life - it will be made available.<</nobr>><</t-clippy>><<t-clippy>><<nobr>>If you're 18 or over, that means you've lived 18 years or more. 216 or more months, if that helps.
939 weeks? 6574 days? No? Nothing?<</nobr>><</t-clippy>><<set $clippy to "cl_opening_screen">>\
<<set $status to {
location: "nowhere",
activity: "none",
title: {
location: "Your Browser",
activity: "Checking Your Age"
}
}>>\
<div class="standard">
''The Contest is an adult, 18+ game with adult themes and adult imagery.''
[[I'm 18 or over, show me the adult stuff.|opening_screen2]]
[[I'm under 18.|under18]]
</div><<t-clippy>><<nobr>>Aww, sorry bud. But hey, that means you've got so much to discover, to learn, to do! Good luck with that, heh.<</nobr>><</t-clippy>><<set $clippy to "cl_under18">>\
<div class="standard">
Sorry, unfortunately The Contest is not for you. Be safe out there!
</div>\<<t-clippy>><<nobr>>Hurray, you've passed the first test! Don't worry, nothing in this game will be as demanding as "live for 18 years" from
now on. Promise.<</nobr>><</t-clippy>><<set $clippy to "cl_opening_screen2">>\
<div class="standard">
<img src="images/ui/welcome.svg" style="width:22em">
<<nobr>>Welcome to ''The Contest''. In this game, you will play as a male undergoing changes to become (more) like a woman.
The game is overtly sexualized and involves images and videos of all kinds of beautiful people showing and using all kinds of very
human bodyparts. If you're not into that, you probably won't enjoy this game.<</nobr>>
<<nobr>>The Contest is created by me - the creator - for fun. My goal is to create a game with a fun story, humor,
meaningful choices and a lot of kinky stuff. There is no grind or randomness involved. If you want to support, there's
''[[Patreon|https://www.patreon.com/TheContest]]'', where you can find early releases
as well as and insights into the story and process. If you don't care about all that but would like to show your support
regardless, you can ''[[Buy Me A Coffee.|https://www.buymeacoffee.com/thecontest]]'' Either way, I greatly appreciate the support!<</nobr>>
It goes without saying that if you haven't played before, I'd recommend playing through the prologue.
This update includes the prologue, a the first event (weekend), first week and second event. Have fun!
[[Start the game.|intro_1]]
[[Skip prologue - start Week 1.|skip_prologue]]
[[Skip Week 1 - Start Event 2.|skip_week1]]
[[Skip to new content - Event 3.|skip_week2]]
</div><<set $clippy to "cl_skip_prologue">>\
<<set $workinprogress to "yes">>\
<<set $avatar.present to "no">>\
<div class="standard">
If you haven't played before, you should really play the prologue. [[Come on, off you go.|intro_1]]
If you have, we need to know your name:
<div id="choice1">\
First Name: <<textbox "$name" "Walter" autofocus>>
Last Name: <<textbox "$lastname" "Heelybin">>
<<button "Confirm">>
<<if $name isnot "">>
<<replace "#choice1">><<timed 10ms t8n>>\
Welcome, $name $lastname! We also need to know what body you chose:
<<link "Body 1: Naturelle" "event_3">>\
<<set $body to 1>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body1">>\
<</link>>
<<link "Body 2: Hormoney" "event_3">>\
<<set $body to 2>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body2">>\
<</link>>
<<link "Body 3: Build-A-Bod" "event_3">>\
<<set $body to 3>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body3">>\
<</link>>
<</timed>><</replace>>\
<<else>>\
<<replace "#output">><<= either(["Fill in a name.", "I gotta know your name, kid.", "Fill in a name, then press the button."])>><</replace>>
<</if>>\
<<set $malename to $name>>\
<<set $avatar.present to "yes">>\
<<set $workinprogress to "no">>\
<<include "skip_update_2">>\
<</button>>
<span id="output"></span>\
</div>\<<set $clippy to "cl_skip_prologue">>\
<<set $workinprogress to "yes">>\
<<set $avatar.present to "no">>\
<div class="standard">
If you haven't played before, you should really play the prologue. [[Come on, off you go.|intro_1]]
If you have, we need to know your name:
<div id="choice1">\
First Name: <<textbox "$name" "Walter" autofocus>>
Last Name: <<textbox "$lastname" "Heelybin">>
<<button "Confirm">>
<<if $name isnot "">>
<<replace "#choice1">><<timed 10ms t8n>>\
Welcome, $name $lastname! We also need to know what body you chose:
<<link "Body 1: Naturelle" "skip_week1_2">>\
<<set $body to 1>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body1">>\
<</link>>
<<link "Body 2: Hormoney" "skip_week1_2">>\
<<set $body to 2>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body2">>\
<</link>>
<<link "Body 3: Build-A-Bod" "skip_week1_2">>\
<<set $body to 3>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body3">>\
<</link>>
<</timed>><</replace>>\
<<else>>\
<<replace "#output">><<= either(["Fill in a name.", "I gotta know your name, kid.", "Fill in a name, then press the button."])>><</replace>>
<</if>>\
<<set $malename to $name>>\
<</button>>
<span id="output"></span>\
</div>\<div class="standard">\
<h1>Week 1</h1>\
<hr class="gradienthr_small">
<h3>Work</h3>\
<<if $workskip isnot "done">>What client did you choose to work with?
<<link "Cookie and Mama Mia" `passage()`>><<set $story.work.client.tag to "mamamia">><<set $story.work.client.name to "Mama Mia">><<set $workskip to "done">><</link>>
<<link "HeadShotGuy and Lazer Gaming" `passage()`>><<set $story.work.client.tag to "lazer">><<set $story.work.client.name to "Lazer Gaming">><<set $workskip to "done">><</link>>
<<link "Maria and Pump" `passage()`>><<set $story.work.client.tag to "pump">><<set $story.work.client.name to "Pump">><<set $workskip to "done">><</link>>
<</if>><br><hr class="gradienthr_small">
<h3>Sports</h3>\
<<if $sportsskip isnot "done" and $body is 1>>\
Did you promise Coach to help Cody?<br>
<<link "Yep!" `passage()`>><<set $sportsskip to "done">><<set $spath.choice to 1>><</link>>
<<link "Nope." `passage()`>><<set $sportsskip to "done">><<set $spath.choice to 2>><</link>>
<</if>>\
<<if $sportsskip isnot "done" and $codyskip isnot "yes" and $body is 2>>\
Who did you choose to focus on?<br>
<<link "Tim." `passage()`>><<set $sportsskip to "done">><<set $spath.choice to 3>><</link>>
<<link "Cody." `passage()`>><<set $sportsskip to "done">><<set $spath.choice to 1>><</link>>
<</if>>\
<<if $sportsskip isnot "done" and $letithappen isnot "yes" and $body is 3>>\
How did you handle the slap 'n grab?<br>
<<link "I let it happen." `passage()`>><<set $letithappen to "yes">><</link>>
<<link "I stood up for myself." `passage()`>><<set $sportsskip to "done">><<set $spath.choice to 2>><</link>>
<</if>>\
<<if $sportsskip isnot "done" and $letithappen is "yes" and $body is 3>>\
What did you tell Coach?<br>
<<link "That it wasn't my problem." `passage()`>><<set $spath.choice to 4>><<set $sportsskip to "done">><</link>>
<<link "That I'd find a solution (seducing Tim)." `passage()`>><<set $spath.choice to 3>><<set $sportsskip to "done">><</link>><br>
<</if>>\
<br><hr class="gradienthr_small">
<h3>Life</h3>\
<<if $lifeskip isnot "done">>What voice did you choose?
<<include "voicechoice">>\
<</if>>\
<<if $workskip is "done" and $lifeskip is "done" and $sportsskip is "done">>\
<h1><<link "Start Week 2" "event_2">>\
<<set $avatar.present to "yes">>\
<<set $workinprogress to "no">>\
<<include "skip_update_2">>\
<</link>></h1>\
<</if>></div>\<div id="voicechoice">\
<span class="emma"><<button "Emma" `passage()`>><<include voicechange_emma>><<set $lifeskip to "done">><</button>></span>\
<span class="raven"><<button "Raven" `passage()`>><<include voicechange_raven>><<set $lifeskip to "done">><</button>></span>\
<span class="hera"><<button "Hera" `passage()`>><<include voicechange_hera>><<set $lifeskip to "done">><</button>></span>\
</div>\<<t-clippy>>Skipping the prologue, are we? Fine! See if I care!
..no but seriously if you've not played the prologue yet, please do. It's where I have all my lines!!<</t-clippy>><<set $clippy to "cl_skip_prologue">>\
<div class="standard">
If you haven't played before, you should really play the prologue. [[Come on, off you go.|intro_1]]
If you have, we need to know your name:
<div id="choice1">\
First Name: <<textbox "$name" "Walter" autofocus>>
Last Name: <<textbox "$lastname" "Heelybin">>
<<button "Confirm">>
<<if $name isnot "">>
<<replace "#choice1">><<timed 10ms t8n>>\
Welcome, $name $lastname! We also need to know what body you chose:
<<link "Body 1: Naturelle" "event_1_10">>\
<<set $body to 1>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body1">>\
<</link>>
<<link "Body 2: Hormoney" "event_1_10">>\
<<set $body to 2>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body2">>\
<</link>>
<<link "Body 3: Build-A-Bod" "event_1_10">>\
<<set $body to 3>>\
<<run $("#base").attr("src", $bodybase);>>\
<<include "skip_update">>\
<<include "body3">>\
<</link>>
<</timed>><</replace>>\
<<else>>\
<<replace "#output">><<= either(["Fill in a name.", "I gotta know your name, kid.", "Fill in a name, then press the button."])>><</replace>>
<</if>>\
<<set $malename to $name>>\
<</button>>
<span id="output"></span>\
</div>\<<set $story.sports.info to "You've seen Coach, Cody and the Club. Next time on //Sports//: the whole team comes together for.. training!">>\
<<set $story.life.unlocked to "yes">>\
<<set $story.sports.unlocked to "yes">>\
<<set $story.work.unlocked to "yes">>\
<<include "work_update">>\
<<include "sports_update">>\
<<include "life_update">>\
<<set $story.sports.info to "You've seen Coach, Cody and the Club. Next time on //Sports//: the whole team comes together for.. training!">>\
<<set $story.life.info to "That was //quite// the announcement party! Oh, and it's the last party for a little while you attended as a man. Next up: female living!">>\
<<set $story.work.info to "Mr Bossman is very pleased with you, so next time you're at work, you get to choose what new client to work with!" >>\
<<set $clippy to "clippy_nomore">>\<<set $chapter to 2>>
<<set $story.sports.info to "You've seen Coach, Cody and the Club. Next time on //Sports//: the whole team comes together for.. training!">>\
<<set $story.life.unlocked to "yes">>\
<<set $story.sports.unlocked to "yes">>\
<<set $story.work.unlocked to "yes">>\
<<include "work_update">>\
<<include "sports_update">>\
<<include "life_update">>\
<<set $time ++>>\
<<set $events += 1>>\
<<if $spath.choice is 2 and $body is 1>><<set $story.sports.info to "You were on fire out there during training, WOO! And to top it off, you met a //very// lovely young woman: June.">><</if>>\
<<if $spath.choice is 2 and $body is 3>><<set $story.sports.info to "Bloody pigs on the team couldn't stop touching you, what the hell? Ooh, you met a //very// lovely young woman, though: June.">><</if>>\
<<if $spath.choice is 1 and $body is 1>><<set $story.sports.info to "You were on fire out there during training, WOO! Let's try and put that to good use by helping out a teammate: Cody.">><</if>>\
<<if $spath.choice is 1 and $body is 2>><<set $story.sports.info to "Well, that sucked! You can't push your new body as hard as before. You're going to have to swap roles with Cody.">><</if>>\
<<if $spath.choice is 3 and $body is 2>><<set $story.sports.info to "Well, that sucked! You can't push your new body as hard as before. You need To convince Tim to support you more.">><</if>>\
<<if $spath.choice is 3 and $body is 3>><<set $story.sports.info to "Bloody pigs on the team couldn't stop touching you, what the hell? Maybe you can get Tim to call off his dogs somehow.">><</if>>\
<<if $spath.choice is 4>><<set $story.sports.info to "Bloody pigs on the team couldn't stop touching you, what the hell? Maybe you can use this distraction somehow?">><</if>>\
<<set $story.life.info to "Everything is changing! Make-up, flirting with waiters, changing your voice and.. sex with other people?">>\
<<if $story.work.client.tag is "lazer">><<set $story.work.info to "Who are these men that send unsolicited dickpics to women they hardly know, you ask? Why, men like //Larry//, your new client, of course." >><</if>>\
<<set $personality_unlocked to "yes">>
<<set $clippy to "clippy_nomore">>\<<t-clippy>><<nobr>>Can't get enough of me, can you? If you ever need more opinions, click these portraits. It's mainly a way for the
creator of this game to add more sillyness, but hey, who doesn't like more sillyness?<</nobr>><</t-clippy>><<run State.setVar("$present.one.image", $char.lisa.paperclip)>>\
<<run State.setVar("$present.one.popup", "lisa_popup")>>\
<<run State.setVar("$char.lisa.tip", "Hey babe!")>>\
<<run State.setVar("$present.total", 0)>>\
<<set $status to {
location: "home",
activity: "none",
title: {
location: "???",
activity: "Meeting Clippy"
}
}>>\
<<set $clippy to "intro_1_clippy">>\<<include "intro_1_setup">>\
<div class="standard fade-in" id="prologue">\
<img id="banner" src="images/characters/splash/clippy.png">\
<<clippy>>Hi there! Welcome to //The Contest//. Before we start, what would like me to call you?<</clippy>>
<div id="choice1">\
First Name: <<textbox "$name" "Walter" autofocus>>
Last Name: <<textbox "$lastname" "Heelybin">>
<<button "Confirm">>
<<if $name isnot "">>
<<replace "#choice1">><<timed 10ms t8n>>\
<<clippy>><<nobr>>Great, welcome to //The Contest//, $name! My name is Clippy.
I was named after my father, who was a paperclip.
I’ll be your guide, personal assistant and biggest fan!
I know all there is to know about The Contest. Let’s begin, shall we?<</nobr>><</clippy>>
[[Let's.|intro_1_2]]
<</timed>><</replace>>\
<<else>>\
<<replace "#output">><<= either(["Fill in a name.", "I gotta know your name, kid.", "Fill in a name, then press the button."])>><</replace>>
<</if>>\
<<set $malename to $name>>\
<</button>>
<span id="output"></span>\
</div>\
</div>\<<t-clippy>><<nobr>>Pay attention, I'm trying to tell a story here. Seriously, bugger off!<</nobr>><</t-clippy>><<set $clippy to "cl_intro_1_2">>\
<div class="standard" id="prologue">\
<img id="banner" src="images/events/prologue/slide_1.png">
<<clippy>>You are $name. You’re a man of.. whatever age you want to image yourself to be, and you’re good at everything you do.<</clippy>>
<<linkreplace "Everything?" t8n>>\
<<clippy>><<nobr>>Everything. You have a beautiful girlfriend, a wonderful home and an awesome job.
You’re creative, athletic and funny. The only people that don’t like you are jealous. But that’s not why you’re here.<</nobr>><</clippy>>
<<linkreplace "It's not?" t8n>>\
<<nobr>><<clippy>>It's not! Damn $name, I love this rhythm we have going! See? Great at everything.
No, you - or we - are here for //The Contest//. What’s The Contest? Great question, $name! Next slide, please?<</clippy>><</nobr>>
[[Next Slide|intro_1_3]]
<</linkreplace>>\
<</linkreplace>>\
</div>\<<t-clippy>><<nobr>>Come one, man, just read the stuff in the middle. I practiced that speech a lot, I'll have you know.<</nobr>><</t-clippy>><<set $clippy to "cl_intro_1_3">>\
<div class="standard" id="prologue">\
<img id="banner" src="images/events/prologue/slide_2.png">
<<nobr>><<clippy>>You’re great, we’ve established that. But there’s one other person that’s, well, also great. Aaron! One of your oldest and best friends, and the guy
who painted these two pictures, actually!
Some people would say you and Aaron are equally great, and that that’s great, and let's leave it at that. But that wouldn’t be much fun, would it?<</clippy>><</nobr>>
<<linkreplace "No?" t8n>><<nobr>><<clippy>>No. Instead, from a young age, Aaron and you have competed at the highest level to determine who’s //actually// the greatest.
Through, you guessed it: The Contest.<</clippy>><</nobr>>
<<clippy>>Next slide, please?<</clippy>>
[[Next Slide|intro_1_4]]<</linkreplace>>
</div>\<<t-clippy>><<nobr>>Oh, what, you reckon after telling you twice, suddenly there's going to be a bunch of important
information here? I made a slideshow!!!<</nobr>><</t-clippy>><<set $clippy to "cl_intro_1_4">>\
<div class="standard" id="prologue">\
<img id="banner" src="images/events/prologue/slide_3.png">
<<nobr>><<clippy>>The first Contest was simple and pretty straightforward. You both competed in the obvious: sports.
Aaron won that first Contest after a deciding tie-breaker, igniting a fire in you that would burn bright with energy,
passion and drive until it was //you// that won The Contest.<</clippy>><</nobr>>
<<clippy>>Next slide?<</clippy>>
[[Next Slide|intro_1_5]]
</div>\<<t-clippy>><<nobr>>Covfefe.<</nobr>><</t-clippy>><<set $clippy to "cl_intro_1_5">>\
<div class="standard" id="prologue">\
<img id="banner" src="images/events/prologue/slide_4.png">
<<nobr>><<clippy>>Being as close to greatness as you both are, you won The Contest the very next year.
The second Contest involved more than just sports, with music and videogames playing a significant role.<</clippy>><</nobr>>
<<clippy>>Next?<</clippy>>
[[Next Slide|intro_1_6]]
</div>\<<t-clippy>><<nobr>>You know this is all coming out of //your// time. I'm not staying after just
cause you couldn't manage to pay attention earlier.<</nobr>><</t-clippy>><<set $clippy to "cl_intro_1_6">>\
<div class="standard" id="prologue">\
<img id="banner" src="images/events/prologue/slide_5.png">
<<nobr>><<clippy>>After that, The Contest evolved into a huge event, growing bigger and more complicated every year.
These days, there’s a yearly contest that involves the simple stuff: sports, games, art, etc.
In order to keep your friends and family interested in your rivalry, this contest is open to everyone.<</clippy>><</nobr>>
<<nobr>><<clippy>>The //real// Contest, however, is what it's all about and takes place once every two to four years,
involving multiple challenges played out over months. It’s the real deal. Theme and everything.<</clippy>><</nobr>>
<<clippy>>One more slide please? Last one, I promise!<</clippy>>
[[Next Slide|intro_1_7]]
</div>\<<t-clippy>><<nobr>>That's detention for you, young man! No but wouldn't it be funny if it was?<</nobr>><</t-clippy>><<set $clippy to "cl_intro_1_7">>\
<div class="standard" id="prologue">\
<img id="banner" src="images/events/prologue/slide_6.png">
<<clippy>><<nobr>>This //'Ultimate Contest'// has had wild editions. One had you both hitchhiking around the globe. //All of it.//
Another.. you know that game where you start with a pen and end with something big, like a car?<</nobr>><</clippy>>
<<linkreplace "Where you trade up? Don't you start with a paperclip?" t8n>>\
<<clippy>><<nobr>>I'm just gonna move past that paperclip remark.. Anyway, yes, that's the one!
Once you guys were done trading, one of you was running a zoo, the other a theme park. I'm not joking.<</nobr>><</clippy>>
<<clippy>>In any case, the next edition of The Contest starts next week! Exciting stuff, huh? Let me show you a simple timeline so you know what to expect.<</clippy>>
[[Check the timeline|intro_1_8]]<</linkreplace>>
</div>\<<t-clippy>><<nobr>>There, you made it. Was that so hard? Yeesh.<</nobr>><</t-clippy>><<set $clippy to "cl_intro_1_8">>\
<<set _timeline to "intro_1_8b">><<set _next to "intro_1_8c">><<set _previous to "">>\
<div class="standard">\
<img id="bannernn" style="width:10em" src="images/ui/thecontest.svg">
<div id="timeline">\
<<include _timeline>>
</div>
<<link "Great, let's go!" "home">><<set $clippy to "cl_pr_home_work">><</link>>\
</div>\<<set _previous to "">><<set _next to "intro_1_8c">>\
<img id="bannernn" src="images/ui/timeline_2.svg">
<<clippy>>Right now, we're here.<</clippy>>
<span id="not_allowed"><<button "Previous">><</button>></span>\
<<button "Next">>
<<replace "#timeline">>\
<<set _timeline to _next>>\
<<include _timeline>>
<</replace>>
<</button>><<set _previous to "intro_1_8b">><<set _next to "intro_1_8d">>\
<img id="bannernn" src="images/ui/timeline_3.svg">
<<clippy>>Once we're done here, I'll show you around $name's life. Work, sports, etc. Prologue stuff.<</clippy>>
<<button "Previous">>\
<<replace "#timeline">>\
<<set _timeline to _previous>>\
<<include _timeline>>
<</replace>>
<</button>>\
<<button "Next">>
<<replace "#timeline">>\
<<set _timeline to _next>>\
<<include _timeline>>
<</replace>>
<</button>><<set _previous to "intro_1_8c">><<set _next to "intro_1_8e">>\
<img id="bannernn" src="images/ui/timeline_4.svg">
<<clippy>>After that, we go into //'Event 1'//: the weekend in which the theme and first Challenge are announced. Every weekend that follows: another event.<</clippy>>
<<button "Previous">>\
<<replace "#timeline">>\
<<set _timeline to _previous>>\
<<include _timeline>>
<</replace>>
<</button>>\
<<button "Next">>
<<replace "#timeline">>\
<<set _timeline to _next>>\
<<include _timeline>>
<</replace>>
<</button>><<set _previous to "intro_1_8d">><<set _next to "intro_1_8f">>\
<img id="bannernn" src="images/ui/timeline_5.svg">
<<clippy>>In between, you live your life. Sure, The Contest is important, but you also gotta live, right?<</clippy>>
<<button "Previous">>\
<<replace "#timeline">>\
<<set _timeline to _previous>>\
<<include _timeline>>
<</replace>>
<</button>>\
<<button "Next">>
<<replace "#timeline">>\
<<set _timeline to _next>>\
<<include _timeline>>
<</replace>>
<</button>><<set _previous to "intro_1_8e">><<set _next to "intro_1_8g">>\
<img id="bannernn" class="nonothing" src="images/ui/timeline_6.svg">
<<clippy>>At the end of this first chapter: the first Challenge! Which will be implemented soon. And that's it!<</clippy>>
<<button "Previous">>\
<<replace "#timeline">>\
<<set _timeline to _previous>>\
<<include _timeline>>
<</replace>>
<</button>>\
<span id="not_allowed"><<button "Next">><</button>></span><<set $status to {
location: "home",
activity: "life",
title: {
location: "Home Sweet Home",
activity: "Livin'"
}
}>>\<<t-clippy>><<nobr>>You've //got// to stop clicking me when I'm talking. It's like this ringing sound. nd.. dddnnn...<</nobr>><</t-clippy>><<set $clippy to "cl_life_1">>\
<<include "life_1_setup">>\
<div class="standard" id="life">\
<<include "homesetting banner">>\
<<clippy>>Don't worry, you clicked right! We're starting from home for this //'category'//. Life. You know, social stuff, friends, love.. living!<</clippy>>
<<clippy>>And for you, a big part of that is one //very// important person. So it's about damn she's introduced.<</clippy>>
Your girlfriend. [[She's in the bedroom.|life_1_2]]
</div>\<<t-clippy>><<nobr>>Hmm.. So pretty.<</nobr>><</t-clippy>><<set $clippy to "cl_life_1_2">><div class="standard">\
<img id="banner" @src="$char.lisa.splash">
<h3>Lisa</h3>
<<nobr>>Clippy is right. Lisa, your girlfriend, is the love of your life.
<p id="smalltext">The pineapple of your eye.</p> <p id="xsmalltext">The thingy to the something or whatever.</p> Alright, //fine!// So you don't
exactly remember how those sayings go, but Lisa is //all// of them and more! She's caring, sweet, fun, intelligent, sexy and yours. She smells amazing!
Lisa - no joke - smells better than Sunday morning croissants from a boulangerie in a tiny little town in the south of France. So, there.<</nobr>>
<<nobr>>And sure, maybe you're biased! Maybe you've been madly in love with her since you met
and you can't imagine a bad thing about her, but that doesn't mean- //[['BABE!?! Are you in there?'|life_1_3]]//<</nobr>>
</div>\<<run State.setVar("$present.one.image", $char.lisa.paperclip)>>\
<<run State.setVar("$present.one.popup", "lisa_popup")>>\
<<run State.setVar("$present.total", 1)>>\
<<set $status to {
location: "home",
activity: "life",
title: {
location: "Home",
activity: "Livin'"
}
}>>\
<<set $clippy to "cl_life_1_3">>\
<<set $lisa to "lisa_life_1_3">>\<<t-clippy>><<nobr>>Look, the bedroom! According to MDV's 2000 hit series "Kribs", //this is where the magic happens//.<</nobr>>
Wanna know a secret? It doesn't. I've check here time and time again, never any magic. What's up with //that?!//<</t-clippy>><<t-lisa>>Hellooo? Anyone in there? You've been mumbling out loud, you know that? I think you said something about.. pineapples?<</t-lisa>><<include "life_1_3_setup">>\
<div class="standard" id="life">\
<<include "thebedroom banner">>\
<<lisa>>Babe? You've been standing there staring at me for two minutes, you alright? We've got a big night you know, you've got to get ready!!<</lisa>>
<div id="choice1">\
<<link "Time to be both funny and charming!" "life_1_3a">><<set $lisa to "lisa_life_1_3a">><<set $clippy to "cl_life_1_3a">><</link>>
<<link "Two exclamation marks? Some teasing is in order." "life_1_3b">><<set $clippy to "cl_life_1_3a">><<set $lisa to "lisa_life_1_3a">><</link>>
<<link "Better yet, feign ignorance! That's always fun." "life_1_3c">><<set $clippy to "cl_life_1_3a">><<set $lisa to "lisa_life_1_3a">><</link>>
</div></div>\<<t-lisa>>I was going to ask you if you're gonna get ready or if you're gonna screw about. Buuut I think I know the answer, don't I?<</t-lisa>><<t-clippy>>Aww, you guys are so cute together!<</t-clippy>><div class="standard">\
<<joemale>>Hey, calm down! I just need a moment to stare, alright? It's your own fault for being so bloody awesome..<</joemale>>
She smiles her //'I love this man'//-smile. Succes!
<<lisa>>OK. You have your moment.<</lisa>>
<<linkappend "She treats you to a little photoshoot roleplay." t8n>>
<img class="storygif" src="images/life/1/posing.gif">
<<lisa>>But after this you're getting ready! Big night! Big!<</lisa>>
You stare some more, then [[get ready and go.|life_1_4]]<</linkappend>>
</div>\<div class="standard">\
<<joemale>>Whoa, what you stressing about? I'll be ready //waaaaaayyyyyy// before you anyway.<</joemale>>
Lisa plays along, putting up a little play-angry show.
<<lisa>>I //am// ready!!!<</lisa>>
<<joemale>>//Oooooh.// Well sure, that would explain why you look so good! Hold on gimme some time to take in this view.<</joemale>>
<<linkappend "She grins a mischievous smile and grabs the straps on her dress." t8n>>
<img class="storygif" src="images/life/1/thegoodstuff.gif">
<<lisa>>Alright, get it out of your system. But then you're getting dressed!<</lisa>>
After a having a //very// good look, [[you change and go to the party.|life_1_4]]<</linkappend>>
</div>\<div class="standard">\
<<joemale>>Hm? Big night? I don't.. //waitfuck//, it's not your birthday, is it?!<</joemale>>
Lisa folds her arms, tilts her head slightly and gives you her //'oh, we're playing this game, are we?'// look.
<<lisa>>No, no, you're probably right. I must've been mistaken. Alright, let's stay in and watch Euphoria!<</lisa>>
Drat. You can't really call that bluff. It's a good show, but //sooooooo// depressing.
<<linkappend "Fine, she wins." t8n>>
<<joemale>>Ok! I surrender. I'll get ready.<</joemale>>
<<lisa>>For your own party? Good boy!<</lisa>>
She winks and gives you a <<linkappend "revealing twirl" t8n>><br><br><img class="story_image" src="images/life/1/twirl.webp"><br><br>..<</linkappend>> as she leaves the room. Damn.
[[Change and go to the party|life_1_4]]<</linkappend>>
</div>\<<set $status to {
location: "thepit",
activity: "life",
title: {
location: "The Pit",
activity: "Contest Theme Party"
}
}>>\
<<set $lisa to "lisa_life_1_4">>
<<set $clippy to "cl_life_1_4">><<t-lisa>>What's that smell? Wait, dont'tell me! It's.. despair! Sweat? Sweaty despair! Ohhh it's so hard to guess and it smells so bad!!<</t-lisa>><<t-clippy>>Ooh, I don't think I've been here before. Are we gonna be drinking, boss?<</t-clippy>><img id="banner" src="images/locations/banner/thepit.png">\
<img id="small_bradius" src="images/ui/thepit.svg">\
<br><<include "life_1_4_setup">>\
<div class="standard" id="life">\
<<include "thepit banner">>\
<<nobr>>The Pit is filled with people you know. Which makes sense, as you guys have booked it for the evening.
The Pit has been your go-to since forever. It's one of those places everyone likes to complain about but, if prompted,
nobody could name an alternative to they'd actually prefer. Like when people pretend like they're above fast food chains.
Nobody is above The Pit.<</nobr>>
From a little further back, a familliar voice calls out to you. //<<link "$name!!" "life_1_5">><</link>>//
</div><<run State.setVar("$present.two.image", "images/characters/paperclip/aaron.png")>>\
<<run State.setVar("$present.two.popup", "aaron_popup")>>\
<<run State.setVar("$char.aaron.tip", "Eeeey there he is! Ready to learn what I'm gonna beat you at this time?")>>\
<<run State.setVar("$present.total", 2)>>\
<<set $aaron to "aaron_life_1_5">>\
<<set $lisa to "lisa_life_1_5">>\
<<set $clippy to "cl_life_1_5">>\<<t-clippy>>Look, it's Aaron! He looks just like the pictures, doesn't he?<</t-clippy>><<t-aaron>>My maaaan! God, I love seeing you. It's a reminder I'm about to kick your ass in another contest! HA!<</t-aaron>><<t-lisa>>I think I need a drink. You need a drink? I need a drink.<</t-lisa>><<include "life_1_5_setup">>
<div class="standard">\
<<nobr>>Some people, when making their way through a crowd, use a gentle touch to make people aware they're coming through. Others
use props and sound, holding up glasses of beer demonstratively while shouting //'Hot! Coming through!!'//. Some people don't make their way through at all.<</nobr>>
Aaron is a bit like Moses. In front, people clear a path to let him through in style. Behind, those that dare follow get sucked up by the crowd.
<<aaron>>$name! There you are, how have you been? You look..<</aaron>>
<<linkappend "He looks you up and down with a childish smirk." t8n>>
<<aaron>>Tiny? Buddy, you have to stay in shape! Uncle Aaron needs a challenge with his Contest.<</aaron>>
[[Actually, you slimmed down to make it a fair fight for once.|life_1_6a]]
[[You're the same, he just gained a bunch of weight.|life_1_6b]]
[[You're happy to see him, too.|life_1_6c]]<</linkappend>>
</div>\<div class="standard">\
<<joemale>>Oh, man! You noticed before I could even mention it. Shit, well, alright, it was supposed to be a surprise, but..<</joemale>>
You hold your arms out as though you're presenting yourself.
<<joemale>>Tadaaa! I slimmed down to your level. For the first time, we'll be competing on equal grounds! You're welcome!<</joemale>>
He looks you in the eye all serious for a moment, <<linkappend "then slaps you on the shoulder and starts laughing." t8n>>
<<aaron>>//Aaaaahhh!!// I missed you, man! You ready for this?<</aaron>>
<<joemale>>I missed //you!// Ready as ever, my guy.<</joemale>>
Fom the middle of the room, you hear the sound of someone tapping a microphone. //[[Ahum!|life_1_7]]//<</linkappend>>
</div><div class="standard">\
You, in turn, look at Aaron. You mumble words like //'aii', 'oof'// and //'oh dear'// and suck air in through your teeth.
<<joemale>>Hmm, yeah. I think I know what's happening here, Aaron.<</joemale>>
<<joemale>>You see, all of your.. weight gain must have changed your point of view. I only look slim from a.. fat guy's perspective.<</joemale>>
He looks you in the eye all serious for a moment, <<linkappend "then slaps you on the shoulder and starts laughing." t8n>>
<<aaron>>//Aaaaahhh!!// I missed you, man! You ready for this?<</aaron>>
<<joemale>>I missed //you!// Ready as ever, my guy.<</joemale>>
Fom the middle of the room, you hear the sound of someone tapping a microphone. //[[Ahum!|life_1_7]]//<</linkappend>>
</div><div class="standard">\
//'Be the better man.'// You've read and seen it a thousand times over. Never gave it a shot before now. You put on your warmest smile.
<<joemale>>Aww, thanks Aaron! I've been good. You know, life. How have you been? You look great!<</joemale>>
He looks puzzled for a moment, <<linkappend "then slaps you on the shoulder and starts laughing." t8n>>
<<aaron>>//Aaaaahhh!// Alright, alright, you win the first one. And by complimenting me! This year's gonna be tough. I missed you, man.<</aaron>>
<<joemale>>I missed //you!// You ready for this?<</joemale>>
Fom the middle of the room, you hear the sound of someone tapping a microphone. //[[Ahum!|life_1_7]]//<</linkappend>>
</div><<set $aaron to "aaron_life_1_7">>\
<<set $lisa to "lisa_life_1_7">>\
<<set $clippy to "cl_life_1_7">>\<<t-clippy>><<nobr>>Ah, The Accountant. He reminds me of my father. Not so much on the personality side of things,
but if you're colorblind and you squint real hard.. he looks just like a paperclip!<</nobr>><</t-clippy>><<t-aaron>>Alright, here we go. The robot is gonna tell us the theme, let's go.<</t-aaron>><<t-lisa>><<nobr>>Is beige a skincolor? I'm pretty sure The Accountant's skincolor is.. beige. Babe, can you see where
the man ends and his clothes begin? All I see is a beige blob! Babe? Do I need glasses?<</nobr>><</t-lisa>><<include "life_1_7_setup">>\
<div class="standard">\
<img id="banner" @src="$char.accountant.splash">\
<h3>The Accountant</h3>\
<<nobr>>The man on stage is "The Accountant". Aaron and you decided to hire him 8 years ago to oversee the Contests,
as you couldn't find anyone impartial. When you offered him the job, you thought it'd be a fun gig for him. That was before you got to know him.<</nobr>>
Eight years later, you're fairly certain he's incapable of laughter.
//[[Thank you all for being here..|life_1_8]]//
</div>\<<set $aaron to "aaron_life_1_8">>\
<<set $lisa to "lisa_life_1_8">>\
<<set $clippy to "cl_life_1_8">>\<<t-clippy>><<nobr>>I think those two are right, you should shush and pay attention!<</nobr>><</t-clippy>><<t-aaron>>Listen to your girl, $name.<</t-aaron>><<t-lisa>><<nobr>>Ssshhhhh.<</nobr>><</t-lisa>><<include "life_1_8_setup">>\
<div class="standard">\
<<accountant>><<nobr>>.. at this year's Contest theme announcement. I am aware that, in the past, the intricate details of the rules and regulations
have caused attendants to fall asleep.<</nobr>><</accountant>>
<<nobr>>That was last time. Poor Melissa fell on her head and had her brains all scrambled.
She'd been convinced she was married to the Accountant for //weeks//. <</nobr>><<linkappend "He continues." t8n>>
<<accountant>><<nobr>>It is with that in mind that I shall keep this year's presentation short. I shall forego said rules and regulations.
The contestants can read these in their own time.<</nobr>><</accountant>>
<<linkappend "The audience collectively lets out a sigh of relief." t8n>>
<<accountant>>So, to the point I shall be. Ladies and gentlemen, I present to you: this year's trophy.<</accountant>>
[[He removes the cloth covering the trophy - nearly toppling it over in the process.|life_1_9]]<</linkappend>><</linkappend>>
</div>\<div class="standard">\
<img id="banner" src="images/life/1/trophy.png">
<<nobr>>At first glance, the trophy standing on the bar is a fairly standard looking one. Upon closer inspection, however, one could quite
easily mistake it for a big bosomed female figure with her hands on her hips. The word //'Woman'// is prominently embossed on the foot.
Underneath, it reads: //'May the best one win.'//.<</nobr>>
A murmur goes up in the crowd. <<linkappend "The Accountant continues. 'This', he gestures.." t8n>>
<<accountant>>.. is a trophy with breasts. Befitting of this year's theme. Woman.<</accountant>>
He pauses for a moment because, learning from previous editions, he expects a reaction. The crowd - also learning from previous editions - [[remains silent.|life_1_10]]
<</linkappend>>\
</div>\<<set $aaron to "aaron_life_1_9">>\
<<set $lisa to "lisa_life_1_9">>\
<<set $clippy to "cl_life_1_9">>\<<t-clippy>><<nobr>>Ooooooooooh!<</nobr>><</t-clippy>><<t-aaron>><<nobr>>Woman, huh? I've never been a woman before.. Hm. I've been a //man//, though.. that's like 60%!
Ha! I'm gonna kick your ass!<</nobr>><</t-aaron>><<t-lisa>><<nobr>>Woman?! I'm //so surprised!// Daaaaamn it's a pity the Contest is just for you two. I'd kill being a woman.<</nobr>><</t-lisa>><<include "life_1_10_setup">>\
<div class="standard">\
In attempt to hide his miscalculation he makes a loud sound you can only assume is him clearing his throat.
<<accountant>>//AHGHhuum.// Woman. The contestants will compete in several challenges as //women.//<</accountant>>
<<accountant>><<nobr>>They will be judged by a jury on their approach to the challenge. They will also receive points by the measureable
outcomes of the challenges themselves. Further details will be communicated at a later time.<</nobr>><</accountant>>
He reaches inside his pocket and pulls out what looks like a webcam [[and holds it up.|life_1_10b]]
</div><div class="standard">\
<<accountant>>This is a webcam.<</accountant>>
Fucking magician, this guy.
<<accountant>><<nobr>>It represents the first challenge. The contestants are to host a //'Switch™'// stream as a female. Points will be earned based on viewer numbers.
Specifics will be communicated at a later time.<</nobr>><</accountant>>
<<accountant>>And that is all from me. I know how you people enjoy 'Fun' and 'alcoholic drinks', so I will let you have those now. Thank you.<</accountant>>
<<nobr>>He steps off into the crowd and seemingly disappears //as// you're looking at him. Like the beige soup of a man he is.
You feel a hand gently squeezing your arm.<</nobr>> [[Babe?|life_1_11]]
</div><<run State.setVar("$present.total", 1)>>\
<<set $lisa to "lisa_life_1_11">>\
<<set $clippy to "cl_life_1_11">>\<<t-clippy>><<nobr>>I'm confused. Does this mean I'm gonna be a man? Joke! I'm your guide! Alright, just choose
what you feel fits your train of thought.<</nobr>>
Spoiler: this decision doesn't change anything.<</t-clippy>><<t-lisa>><<nobr>>You ask me? Great theme. I've been a woman my whole life! And though I can't really say what it's like to
be a man.. being a woman is better. Just is!<</nobr>><</t-lisa>><<include "life_1_11_setup">>
<div class="standard">\
<<nobr>>Lisa looks at you with a loving and tentative smile. The tiniest of twinkle in her eyes, however, tell you that
she is, in fact, bursting with excitement.<</nobr>>
<<lisa>>So..? What do you think, babe?<</lisa>>
That's a good question. What //do// you think?
<<link "You're excited! This is going to be quite the challenge." "life_1_11a">><<set $clippy to "cl_life_1_11a">><</link>>
<<link "You're not exactly wild about this. You're a man!" "life_1_11b">><<set $clippy to "cl_life_1_11a">><</link>>
<<link "You.. don't know what you think, to be honest." "life_1_11c">><<set $clippy to "cl_life_1_11a">><</link>>
</div>\<<t-clippy>>Hm? Sorry, I dozed off. It's been a long day. I'm just gonna chill here for a bit, see you in the morning!<</t-clippy>><div class="standard">\
<<joemale>><<nobr>>Honestly? I'm excited! I mean, sure, I'll need some time to fully comprehend what's coming, but.. yeah!
The Contest is one of the few things in life that can //really// challenge me, you know? And this? This sounds like a challenge!<</nobr>><</joemale>>
<<linkappend "Lisa looks at you. She's beaming." t8n>>
<<lisa>><<nobr>>Right!!! This is going to be so much fun! Hey, hey, you wanna know something?<</nobr>><</lisa>>
<<joemale>><<nobr>>You're a woman?<</nobr>><</joemale>>
<<lisa>><<nobr>>I'm a woman!! I can teach you, babe! Oh this is going to be the experience of a lifetime. Come on, let's get drunk and
celebrate your manhood!<</nobr>><</lisa>>
You can definitely get on board with that. [[To the bar!|life_1_12]]
[[Skip to next morning.|life_1_15]]<</linkappend>>
</div>\<div class="standard">\
<<joemale>><<nobr>>Meh? I mean what's wrong with an old fashioned battle of the ego's? Two Alpha's facing off in an epic battle of
manliness, vigour and strength!<</nobr>><</joemale>>
Lisa's expression goes from hiding glee to not at all hiding anger. She hits you on your arm. She's not a big woman, but you can feel she means it.
<<lisa>><<nobr>>It couldn't be //more// about those things, you idiot! If you're more scared of pretending to be a woman than you are of a fight to the death,
then you're the tiniest and most insecure man in the whole damn city.<</nobr>><</lisa>>
<<linkappend "You hestiate." t8n>>
<<joemale>><<nobr>>But.. but the trophy has boobs! //The cup has cups!//<</nobr>><</joemale>>
<<lisa>><<nobr>>So?! I have boobs. You love boobs, for crying out loud!<</nobr>><</lisa>>
You do. Boobs are the best. You just never imaged owning a pair of your own. You think for a little, [[then let out a weak 'Hm.'|life_1_11b2]]<</linkappend>>
</div>\<div class="standard">\
<<joemale>><<nobr>>Hm, yeah.<</nobr>><</joemale>>
<<lisa>><<nobr>>Look. I realise this is a big surprise and you haven't had any time to really think about it, so.. sorry if I'm so angry.
I mean, come on, though! //I'm// a woman!<</nobr>><</lisa>>
<<joemale>><<nobr>>Whoa, hey!! You know I don't mean being a woman is.. meh! You know I don't think that.<</nobr>><</joemale>>
<<linkappend "She shrugs." t8n>>
<<lisa>><<nobr>>Sure. I guess maybe you just need some time. And alcohol. How about we get stupid drunk and think about it in the morning?<</nobr>><</lisa>>
You can definitely get on board with that. [[To the bar!|life_1_12]]
[[Skip to next morning.|life_1_15]]<</linkappend>>
</div>\<div class="standard">\
<<joemale>><<nobr>>Err.. honestly? I have no idea! I guess I'm going to be a woman?<</nobr>><</joemale>>
You look at Lisa. She's really bad at hiding how she feels.
<<joemale>><<nobr>>//You// do though. Come on, out with it! I don't want you to hurt yourself keeping all that excitement locked up.<</nobr>><</joemale>>
She laughs and visibly relaxes.
<<lisa>><<nobr>>Ok, well, I think it's great!! I'm a woman, and I love being me. And you love me! And I think it's just, you know
a really good experience probably. //OOH//, and we'll be a lesbian couple!<</nobr>><</lisa>>
<<linkappend "She takes it down a notch." t8n>>
<<lisa>><<nobr>>Don't worry, babe, you'll see. Now.. how about we get embarrassingly drunk and celebrate your manhood?<</nobr>><</lisa>>
<<joemale>><<nobr>>Well now that's something I can be very sure about! I'll get drinks!<</nobr>><</joemale>>
[[To the bar!|life_1_12]]
[[Skip to next morning.|life_1_15]]<</linkappend>>
</div>\<<run State.setVar("$present.one.image", "images/characters/paperclip/becky.png")>>\
<<run State.setVar("$present.one.popup", "becky_popup")>>\
<<set $becky to "bc_life_1_12">><<t-becky>>Hya $name! Or should I say.. //Miss $name//? Hihi! What can I getcha?<</t-becky>><<include "life_1_12_setup">>\
<div class="standard">\
<img id="banner" src="images/life/1/bar.png">
<<nobr>>The Pit, in an attempt to either be modern of efficient, has an ipad at the bar where you can order. You like it.
It's fast and easy - but it's also great for bar conversations with old people. You just point at it, sigh and say: //'Right?'//.
Unfortunately, it appears to be stuck on some cocktail.<</nobr>> <<linkappend "You signal the barkeep." t8n>>
<<joemale>>Becky!<</joemale>>
<<becky>><<nobr>>$name! I hear you're becoming a woman! Let me be the first to say: welcome.
I hope you enjoy your stay.<</nobr>><</becky>>
<<joemale>>Why, thank you, Becky! I appreciate that. Listen, the thing appears to be stuck. Can I get ==tw== four beers?<</joemale>>
<<linkappend "She grins." t8n>>
<<becky>><<nobr>>Not stuck, actually! We're running a themed cocktails only night on account of your contest.
It's a new girly cocktail every hour. We're starting off fairly neutral with a nice SLimery Slope!<</nobr>><</becky>>
[[You look at the screen.|life_1_12a]]<</linkappend>><</linkappend>>
</div><div id="slope" class="standard">\
<img id="bannernn" src="images/life/1/slope.gif">
//''SLimery Slope''//
<<nobr>>//Get ready to slide down the Slimery Slope: a lime green cascade of fizz that sparkles like a disco ball at an alien party.
With a hint of zesty lemon and an overdose of lime, this cocktail is brighter than your wildest extraterrestrial dreams.<br><br>- The Pit//<</nobr>>
[[Slopes it is! You order and find Lisa.|life_1_12b]]
</div>\<<set $status to {
location: "dancefloor",
activity: "life",
title: {
location: "The Dancefloor",
activity: "Dancing"
}
}>>\
<<run State.setVar("$present.total", 0)>>\
<<set $clippy to "clippy_nomore">><<t-clippy>><<nobr>>So, bad news guys!! The developer has apparently decided that I'm not 'essential', so they're putting off these
paperclips for a bit!! What am I supposed to do? Go on vacation? Pffssshhh. Pfsshh I say!<</nobr>><</t-clippy>><<include "life_1_12b_setup">>\
<div class="standard">\
You don't exactly know why The Slimery Slope is supposed to be girly, until you give one to Lisa.
<<lisa>>//Yayyyy!!// Colored drinks! Ooohh green!<</lisa>>
<<joemale>>Cocktails only tonight, babe!<</joemale>>
<<linkappend "She takes a sip of the cocktail through a straw and winks." t8n>>
<img class="storygif" src="images/life/1/straw.gif">
<<lisa>>Come on! Let's dance!<</lisa>>
[[Hit the dancefloor.|life_1_12c]]<</linkappend>>
</div>\<div class="standard fade-in blur1">\
<img class="storygif" id="nonothing" src="images/life/1/dance1.gif">
<<nobr>>The Music is a bit like the Slimery Slope. It's way too sweet, a little bit nasty and consumed thirstily and in high volume. You like dancing.
Giving in to the music, letting yourself go. It doesn't hurt that you're good at it.<</nobr>>
The hour flies by. A bell rings, [[indicating the next cocktail hour.|life_1_12d]]
</div>\<<run $>>
<div class="standard fade-in blur1">\
<<joemale>>BECKY!!!!<</joemale>>
<<becky>><<nobr>>$name! My sister to be. What can I getcha, hun?<</nobr>><</becky>>
<<joemale>>Those Limery thingies were fucking amazing! Whasnext? Ohright.<</joemale>>
[[You lookat the screen.|life_1_12e]]
</div>\
<<timed 25ms>>\
<<run $(".say").addClass("blurbox1");>>\
<<run $(".say").attr("id", "transparentborder");>>\
<<run $('.becky').children('img').attr('src', 'images/characters/portrait/beckydrunk.png');>>\
<<run $('.joemale').children('img').attr('src', 'images/characters/portrait/maleselfdrunk.png');>>\
<</timed>>\<div class="fade-in standard blurpeach">\
<img id="bannernn" src="images/life/1/peach.gif">
//''Peachy Princess''//
<<nobr>>//Prepare your taste buds for a royal rendezvous! This drink is so regal, even the ice cubes wear crowns.
Sip on a liquid sunset of peachy magnificence. Because when life hands you peaches, turn them into a Peachy Princess and drink like fucking royalty!
<br><br>- The Pit//<</nobr>>
<div class="blur1">[[Peachhhhh!!! Let's dance, baby!|life_1_12f]]</div>
</div>\<div class="standard fade-in blur2">\
<img class="storygif" id="nonothing" src="images/life/1/dance2.gif">
<<nobr>>Peach is kinda nice. You know? What kind of pink is a peach? Is it salmon?
And of course you have the peach emoji right. Is that also like a butt because of the fabric of yogapants and the fabric of peaches?<</nobr>>
Another flying hour followed by another bell. [[New cocktaaaaailsssssss!!|life_1_12g]]
</div>\<div class="standard fade-in blur2">\
[[Cody is at the bar!!!|life_1_12gg]]
</div>\<div class="standard fade-in blur2">\
<<joemale>>CODY!!!!!!!<</joemale>>
<<cody>><<nobr>>$name! Hey man, what's up?<</nobr>><</cody>>
<<joemale>>Yeah! HEY Imma be a woman. A ladyyyyy. OH WAIT for you nothing changes cos youre inte guys AND wimmens! Hey good for u man. Good. Ok but BECKY!!!!!<</joemale>>
Becky puts two cocktails down. YESSS! Whaddarwedrinking? [[Screennnn!!|life_1_12h]]
</div>\
<<timed 25ms>>\
<<run $(".say").addClass("blurbox2");>>\
<<run $(".say").attr("id", "transparentborder");>>\
<<run $('.cody').children('img').attr('src', 'images/characters/portrait/codydrunk.png');>>\
<<run $('.joemale').children('img').attr('src', 'images/characters/portrait/maleselfdrunk2.png');>>\
<</timed>>\<div class="fade-in standard blurlavender">\
<img id="bannernn" src="images/life/1/lavender.gif">
//''Lady Lavender''//
<<nobr>>//Elegance and enchantment collide in every sip of Lady Lavender. Watch as the colors dance from orange to purple in a graceful ballet.
Fresh lavender flowers and orange slices gently curtsy in the ice, creating a taste that's as sophisticated as it is delightful.
<br><br>- The Pit//<</nobr>>
<div class="blur2">[[LADY FOR MY LADY!!|life_1_12i]]</div>
</div>\<div class="standard fade-in blur3">\
<img class="storygif" id="nonothing" src="images/life/1/dance3.gif">
<<nobr>>WooOoooOOOo!! Who.. what there you know. Inna DRINK? Cus and well //LAVENDER// amirite??? So. LOL. You dont. You donttttt
wanna talk to you. Jus dance alredy!!!!!<</nobr>>
A Ring bells. Bell Ringeling BELLERING. What? [[WE ASK BECKY|life_1_12j]]
</div>\<div class="standard fade-in blur3">\
<<joemale>>BECKYYYY!!!<</joemale>>
<<becky>>$name! Haha, you made it to the Unicorn! Good for you.<</becky>>
<<joemale>>Yeah! HEY Imma be a woman. Didunodat? Did u no.. immm a woman now<</joemale>>
<<becky>>Sure did, sis! Here's your drinks. Enjoy!<</becky>>
[[SCREENNNN!!|life_1_12k]]
</div>\
<<timed 25ms>>\
<<run $(".say").addClass("blurbox2");>>\
<<run $(".say").attr("id", "transparentborder");>>\
<<run $('.becky').children('img').attr('src', 'images/characters/portrait/beckydrunk2.png');>>\
<<run $('.joemale').children('img').attr('src', 'images/characters/portrait/maleselfdrunk3.png');>>\
<</timed>>\<div class="fade-in standard blurunicorn">\
<img id="bannernn" src="images/life/1/unicorn.gif">
//''A Fucking Unicorn''//
<<nobr>>//Step into a realm of fantasy with A FUcking Unicorn. It's not just a drink, it's a legendary swirl of rainbow magic, served in a glass.
This potion is named after the mythical creature because, well, noone is gonna fucking believe you. Drink up!
<br><br>- The Pit//<</nobr>>
<div class="blur2">[[I donno wasgonone|life_1_12l]]</div>
</div>\<div class="fade-in standard blur3">\
<<lisa>>BAAAAAAAAAAAAAAAAAAAAAABE<</lisa>>
<<joemale>>Mbl. Ive a FUCKING UNICORN BABY<</joemale>>
<<lisa>>OK BUDDEN WE GO HOMMMMMMMMEEEE<</lisa>>
[[drinkngohome|life_1_13]]
</div>\
<<timed 25ms>>\
<<run $(".say").addClass("blurbox2");>>\
<<run $(".say").attr("id", "transparentborder");>>\
<<run $('.lisa').children('img').attr('src', 'images/characters/portrait/lisadrunk3.png');>>\
<<run $('.joemale').children('img').attr('src', 'images/characters/portrait/maleselfdrunk3.png');>>\
<</timed>>\<<set $status to {
location: "nowhere",
activity: "life",
title: {
location: "???",
activity: "Going home?"
}
}>>\<<include "life_1_13_setup">>
<div class="standard fade-in blur3">\
<img class="storygif" id="nonothing" src="images/life/1/goinghome.gif">
<<nobr>>Younnot gnoa remembr this prolly. Butttt. Heh, butt. BUTTSSSSSSs<</nobr>>
Somhoe now ur home? [[HOomeee BABYYYY|life_1_14]]
</div>\<<set $status to {
location: "home",
activity: "life",
title: {
location: "Home",
activity: "Choosing"
}
}>>\<<include "life_1_14_setup">>\
<div class="standard fade-in blur3">\
<<lisa>>BABE! Come h'zeree you. You. Let's, you wanna do it? Now youzzestillaman??<</lisa>>
[[SEX!!|life_1_14a]]
[[SLEEP.|life_1_15]]
</div>\
<<timed 5ms>>\
<<run $(".say").addClass("blurbox2");>>\
<<run $(".say").attr("id", "transparentborder");>>\
<</timed>>\<<set $status to {
location: "home",
activity: "life",
title: {
location: "Bed",
activity: "Sex"
}
}>>\<<include "life_1_14a_setup">>\
<div class="standard fade-in blur3">\
<img class="storygif" id="nonothing" src="images/life/1/sex1.gif">
[[Takeit off|life_1_14b]]
</div>\<div class="standard fade-in blur3">\
<img class="storygif" id="nonothing" src="images/life/1/sex2.gif">
[[Shittyes|life_1_14c]]
</div>\<div class="standard fade-in blur3">\
<img class="storygif" id="nonothing" src="images/life/1/sex3.gif">
[[Fuuuuuuuck|life_1_14d]]
</div>\<div class="standard fade-in blur3">\
<img class="storygif" id="nonothing" src="images/life/1/sex4.gif">
<div id="delayfade">[[done. sleep|life_1_15]]</div>
</div>\<<set $status to {
location: "home",
activity: "life",
title: {
location: "Bed",
activity: "Sleeping"
}
}>>\
<div class="standard fade-in">
<h1>[[The Next Day|event_1]]</h1>
</div>\
<<include "life_update">>\
<<set $story.life.info to "That was //quite// the announcement party! Oh, and it's the last party for a little while you attended as a man. Next up: female living!">>\<<set $status to {
activity: "life",
location: "life",
title: {
activity: "Livin'",
location: "Lively Places"
}
}>>\
<<set $name_backup to $name>>\
<<set $lastname_backup to $lastname>>\
<div class="standard life" id="life">\
<<include "homesetting banner">>
<<lisa>>Hey babe! You wanna go out for lunch? There's this place Jacky recommended I wanna try.<</lisa>>
<<joe>>Who's Jacky again?<</joe>>
<<lisa>>The one that told me about the lunchplace! Duh, keep up.<</lisa>>
<<joe>>Yeah, sure, sounds good. You need some time to get ready or whatever?<</joe>>
<<lisa>>Ah, no, that's not how we do it anymore, babe.<</lisa>>
<<linkreplace "It's not?" t8n>>\
<<lisa>>Nu-uh! //We// need some time to get ready. Come on, I'll do your make-up. Chopchop!<</lisa>>
[[Guess this is happening..|life_2_2]]<</linkreplace>>
</div>\<img id="banner" src="images/locations/banner/bathroom.png">\
<img id="small_bradius" src="images/ui/bathroom.svg">\
<br><div class="standard" id="life">\
<<include "thebathroom banner">>
You follow Lisa into the bathroom.
<<lisa>>Alright, make-up time!! What do wanna do?<</lisa>>
<<joe>>I, er.. well..<</joe>>
<<lisa>>Hihi, ok you just take a look in the mirror and let me know, yeah? I'll just get my stuff, back in a sec!<</lisa>>
[[Look in the mirror.|life_2_3]]
</div><<set $avatar.present to "no">>\
<<set $workinprogress to "yes">>\
<div class="standard" id="life">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/makeup_1.png">\
</div>\
<<nobr>>As you look at yourself in the mirror, you find yourself very much thinking like a man. //What I wanna do? I mean what are the make-ups?
Am I supposed to know this stuff? Is Lisa gonna be mad if I don't know how she.. makes.. ups? makeups?//<</nobr>>
Eventually, you tell her:
[[No make-up? I look fine!|life_2_4a]]
[[I like what you have?|life_2_4b]]
[[Let's do a lot of the make-up!|life_2_4c]]
</div>\<div class="standard">\
<<lisa>>Hmmmm.. no. Here's what we'll do: I'll just apply some subtle make-up. A bit like what I have, see?<</lisa>>
She gestures at her face. //God, this is all one big trap//, you think to yourself. //I didn't even realise she was wearing anything!//
<<lisa>><<nobr>>I won't light you up like a christmas tree, promise. And when we're done,
you'll have learned about the magic of make-up. Let's start with those cheeks!<</nobr>><</lisa>>
Cheeks done, she smiles triumphantly.
<<lisa>>Tadaa!! Take a look!<</lisa>>
<<link "Check the mirror" "life_2_4a_2">>\
<</link>>\
</div>\<div class="standard">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/makeup_2.png">\
<<set $portrait_cheeks to "url(images/wardrobe/cheeks_1.png)">>\
<<run $(":root").css("--cheeks", "url(images/wardrobe/cheeks_1.png)")>>\
</div>\
<<nobr>>You're sure you felt her do stuff, but you're not 100% sure you see a difference?
You don't have much time to look as Lisa's cheerful voice announces what's next.<</nobr>>
[[Eyes!|life_2_4a_3]]
</div>\<div class="standard">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/makeup_3.png">\
<<set $portrait_eyes to "url(images/wardrobe/eyes_1.png)">>\
<<run $(":root").css("--eyes", "url(images/wardrobe/eyes_1.png)")>>\
</div>\
<<nobr>>Oooh, now we're getting somewhere. Right? I look better, right? You wonder what's..<</nobr>>
[[Lips!!|life_2_4a_4]]
</div>\<div class="standard">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/makeup_4.png">\
<<if $body is 3>>\
<<set $portrait_lips to "url(images/wardrobe/3_lips_2.png)">>\
<<run $(":root").css("--lips", "url(images/wardrobe/3_lips_2.png)")>>\
<<else>>\
<<set $portrait_lips to "url(images/wardrobe/lips_2.png)">>\
<<run $(":root").css("--lips", "url(images/wardrobe/lips_2.png)")>>\
<</if>>\
</div>\
<<joe>>Ooh, I like this! Subtle but not subtle!<</joe>>
<<lisa>>Right?! Just one more thing, babe, finishing touch. Hold on<</lisa>>
You feel her undo your ponytail as she starts styling your hair. She's really good at this!
[[And.. done!|life_2_4a_5]]
</div>\<div class="standard">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/makeup_5.png">\
</div>\
<<lisa>>Well?<</lisa>>
You have to admit, you look a lot better than before. If you're going to be a woman, might as well look good, right?
<div id="choice1">\
<<link "Awesome job, babe. Let's go to lunch!" "life_2_5">><<include "life_2_updatemakeup_a">><</link>>
<<if $christmastree isnot "no">><<link "Actually.. let's go full Christmas Tree!">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>It's great, babe! But.. remember when you mentioned a Christmas tree?<</joe>>
<<lisa>>Really?<</lisa>>
<<joe>>Why not! Let's do it<</joe>>
<<lisa>>Haha ok, close your eyes, babe!<</lisa>>
[[After a little while..|life_2_4c_5]]
<</timed>><</replace>><</link>>\
<<else>><<link "Actually.. let's go full Christmas Tree!">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>It's great, babe! But.. remember when you mentioned a Christmas tree?<</joe>>
She tilts her head and gives you one of those //'what do you think you're up to//' looks mothers give their 4-year old.
<<lisa>>Remember when I said //'once It's on we're going to lunch'//? Come on, I wanna sit outside!<</lisa>>
<<link "D'oh! Alright, let's go to lunch." "life_2_5">><<include "life_2_updatemakeup_a">><</link>>
<</timed>><</replace>><</link>><</if>>\
</div>\
</div>\<div class="standard">\
Lisa smiles playfully and puts on what you figure must be an English butler-y accent.
<<lisa>>Great choice, me lord! Though I can't promise you'll look as good as I do, though.<</lisa>>
She winks. You look at her with what you hope is utter shock.
<<joe>>//WHAT?!// You mean your beauty is more than just.. make-up?!<</joe>>
<<lisa>>Oh you flatterly man you! Okay, sit still, shut up and..<</lisa>>
<<link ".. present me those cheeks!" "life_2_4a_2">><</link>>\
</div>\<div class="standard">\
<<lisa>>You sure about that?<</lisa>>
She asks, laughing, a twinkle in her eye. Maybe it'd be worth it just for the fun of it.
<<lisa>>I mean I'll make you all pretty no problem, but once it's on it's staying on and we're going for lunch. Deal?<</lisa>>
[[Deal! You let Lisa start on your cheeks.|life_2_4c_2]]
<<link "On second thought.. You have her apply something subtle" "life_2_4a_2">><<set $christmastree to "no">><</link>>
</div>\<div class="standard">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/xmakeup_2.png">\
</div>\
Whoa, yes, that's clearly make-up. I guess you get what you ask for, huh?
[[Close your eyes!|life_2_4c_3]]
</div>\<div class="standard">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/xmakeup_3.png">\
</div>\
Damn! Lisa don't screw around. You open your mouth to ask her what's next, but she grabs and closes them.
[[Nuh-uh, lips closed!|life_2_4c_4]]
</div>\<div class="standard">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/xmakeup_4.png">\
</div>\
<<joe>>I'm a pink lady!<</joe>>
<<lisa>>You're hot is what you are! Buuut.. you're missing something. Hold on.<</lisa>>
<<nobr>>She unties your ponytail and gets to work on your hair. After, she hands you a pair of big earrings.
You had your ears pierced for.. Contest 11? And they're still open.<</nobr>>
[[And.. done!|life_2_4c_5]]
</div>\<div class="standard">\
<div class="spiegelblok">\
<img class="life2makeup" id="life2makeup_2" src="images/life/2/xmakeup_5.png">\
</div>\
<<lisa>>Well?<</lisa>>
Well, it sure is different. You probably need some time to get used to this. Then again, you //did// ask for this.
<div id="choice1">\
<<link "Embrace it: Damn I'm hot!! Let's go to lunch, baby, I gotta be seen!" "life_2_5">><<include "life_2_updatemakeup_b">><</link>>
<<link "Reject it: It's too much, right?">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>It's great, babe! But.. maybe it's too much? Can we do something more subtle?<</joe>>
Lisa gives you a mean smile. You know where this is going. As the smile grows, Lisa tilts her head the other way and says:
<<lisa>>Nope!<</lisa>>
<<link "Go to lunch." "life_2_5">><<include "life_2_updatemakeup_b">><</link>>
<</timed>><</replace>><</link>>\
</div>\
</div>\<<if $body is 3>><<set $lips.current to "images/wardrobe/3_lips_2.png">>\
<<set $portrait_lips to "url(images/wardrobe/3_lips_2.png)">>\
<<else>><<set $lips.current to "images/wardrobe/lips_2.png">>
<<set $portrait_lips to "url(images/wardrobe/lips_2.png)">><</if>>\
<<set $hair.current to "images/wardrobe/hair_3.png">>\
<<set $cheeks.current to "images/wardrobe/cheeks_1.png">>\
<<set $eyes.current to "images/wardrobe/eyes_1.png">>\
<<set $portrait_eyes to "url(images/wardrobe/eyes_1.png)">>\
<<set $portrait_cheeks to "url(images/wardrobe/cheeks_1.png)">>\
<<set $portrait_hair to "url(images/wardrobe/hair_3.png)">>\
<<if $body is 3>><<run $(":root").css("--lips", "url(images/wardrobe/3_lips_2.png)")>>\
<<else>><<run $(":root").css("--lips", "url(images/wardrobe/lips_2.png)")>><</if>>\
<<run $(":root").css("--cheeks", "url(images/wardrobe/cheeks_1.png)")>>\
<<run $(":root").css("--eyes", "url(images/wardrobe/eyes_1.png)")>>\
<<run $(":root").css("--hair", "url(images/wardrobe/hair_3.png)")>>\<<if $body is 3>>\
<<set $portrait_lips to "url(images/wardrobe/3_lips_4.png)">>\
<<run $(":root").css("--lips", "url(images/wardrobe/3_lips_4.png)")>>\
<<set $lips.current to "images/wardrobe/3_lips_4.png">>\
<<else>>\
<<set $portrait_lips to "url(images/wardrobe/lips_4.png)">>\
<<run $(":root").css("--lips", "url(images/wardrobe/lips_4.png)")>>\
<<set $lips.current to "images/wardrobe/lips_4.png">>\
<</if>>\
<<set $portrait_eyes to "url(images/wardrobe/eyes_4.png)">>\
<<set $portrait_cheeks to "url(images/wardrobe/cheeks_3.png)">>\
<<set $portrait_hair to "url(images/wardrobe/hair_3.png)">>\
<<set $portrait_ears to "url(images/wardrobe/ears_1.png)">>\
<<set $hair.current to "images/wardrobe/hair_3.png">>\
<<set $cheeks.current to "images/wardrobe/cheeks_3.png">>\
<<set $eyes.current to "images/wardrobe/eyes_4.png">>\
<<run $(":root").css("--cheeks", "url(images/wardrobe/cheeks_3.png)")>>\
<<run $(":root").css("--eyes", "url(images/wardrobe/eyes_4.png)")>>\
<<run $(":root").css("--ears", "url(images/wardrobe/ears_1.png)")>>\
<<run $(":root").css("--hair", "url(images/wardrobe/hair_3.png)")>>\<img id="banner" src="images/locations/banner/lunchplace.png">\
<img id="small_bradius" src="images/ui/lunzani.svg">\
<br><<set $avatar.appear to "yes">>\
<<set $avatar.present to "yes">>\
<<set $workinprogress to "no">>\
<div class="standard" id="life">\
<<include "lunzani banner">>
<<nobr>>The lunch place Lisa takes you is 'hidden' in one of the older parts of the city. Not //really// hidden, but you don't see it in the same
way you don't see your keys right in front of you when you can't find them. It's clearly there, you just don't see it. It takes you a moment
to find a name until eventually <</nobr>><<linkappend "you spot a sign that reads //'Lunzani'//." t8n>>
<<joe>>//Lunzani?// What kind of a name is //Lunzani?//<</joe>>
<<lisa>>Beats me. Looks good though, right? Wait, babe, you're off!<</lisa>>
<<joe>>What do you mean? Is it my make-up? I didn't touch it I swear!<</joe>>
<<lisa>>No, no, silly. Your voice! I didn't realise until now, but with the make-up on it really kind of clashes. You gotta do a woman's voice!<</lisa>>
She was right, of course. [[You consider it for a moment..|life_2_6]]<</linkappend>>
</div>\<<run State.setVar("$name", "Emma")>>\
<<run State.setVar("$portrait_bg", "url(images/wardrobe/portrait/bgemma.png)")>>\
<<run State.setVar("$joe_p", "#fff0c7")>>\
<<run State.setVar("$joe_border", "#ffa600")>>\
<<run $(":root").css("--joe-border", "#ffa600")>>\
<<run $(":root").css("--joe-p", "#fff0c7")>>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bgemma.png)")>>\
<<set $story.life.info to "Hiii! You're Emma!! You've got pretty make-up and your girlfriend is gonna teach you //every aspect// of being a woman! Hihi!">>\<<run State.setVar("$name", "Raven")>>\
<<run State.setVar("$portrait_bg", "url(images/wardrobe/portrait/bgraven.png)")>>\
<<run State.setVar("$joe_border", "#ab0000")>>\
<<run State.setVar("$joe_p", "#ff7878")>>\
<<run $(":root").css("--joe-border", "#ab0000")>>\
<<run $(":root").css("--joe-p", "#ff7878")>>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bgraven.png)")>>\
<<set $story.life.info to "You're Raven. You rock some pretty damn sweet face-paint and your girlfriend is gonna show you //every aspect// of being a woman. What?!">>\<<run State.setVar("$name", "Hera")>>\
<<run State.setVar("$portrait_bg", "url(images/wardrobe/portrait/bghera.png)")>>\
<<run State.setVar("$joe_p", "#b38dff")>>\
<<run State.setVar("$joe_border", "#612ad0")>>\
<<run $(":root").css("--joe-p", "#b38dff")>>\
<<run $(":root").css("--joe-border", "#612ad0")>>\
<<run $(":root").css("--bg", "url(images/wardrobe/portrait/bghera.png)")>>\
<<set $story.life.info to "Why hello there, you're Hera. You're gorgeous and on an adventure to experience //every aspect// of being a woman. What a rush!">>\<div class="standard" id="life">\
<<joe>>A woman's voice, hm? Yeah that makes sense.. If I'm going to be livestreaming I can't exactly not talk.<</joe>>
At the other side of the table, Lisa looks as though she's just gotten a present. Or cake. She's really enjoying this whole transformation.
<<lisa>>Ooh, yes, you can practice here today! What kind of voice will you do?<</lisa>>
<<joe>>What kind of voice will I do? What, like I just have a bunch of female voices ready to go?<</joe>>
<<lisa>>Yes!!! Exactly like that! Don't be stupid, you're a musician and a singer! Now come on, what kind of voice? What do you like?<</lisa>>
Once again Lisa had a point. How hard could it be? Let's try..
<<link "Bright, lively and playful" "life_2_7a">><<include "choice_emma">><</link>>
<<link "Deep, mysterious and sexy" "life_2_7b">><<include "choice_raven">><</link>>
<<link "Authoritative, captivating and rich" "life_2_7c">><<include "choice_hera">><</link>>
</div>\<div class="standard">\
<<run State.setVar("$voice1", 1)>>\
<<joe>>Hiiii! My name is $name!! And it's soooo nice to meet you!! You look soooo cute!!!!<</joe>>\
Delighted, Lisa burst into a frenzy of tiny claps and laughter.
<<if $voice2 + $voice3 + $voice1 lt 3>>\
<<lisa>>Another one, another one!!<</lisa>>
<<if $voice2 is 0>><<link "Tough, cool and sexy" "life_2_7b">>\
<<include "choice_raven">>\
<</link>><</if>>
<<if $voice3 is 0>><<link "Mature, captivating and rich" "life_2_7c">>\
<<include "choice_hera">>\
<</link>><</if>>\
<<else>>\
<<include "life_2_7d">>
<</if>>\
</div>\<div class="standard">\
<<run State.setVar("$voice2", 1)>>\
<<joe>>Sup? I'm Raven. And you.. well damn, you're a damn smokeshow is what you are. You're trouble, aren't you?<</joe>>\
Fully engaging in your little play, Lisa puts her hand on her mouth as if taken by surprise.
<<if $voice2 + $voice3 + $voice1 lt 3>>
<<lisa>>Raven, Raven, what are you doing to me? Oooff. HOT! What else you got, babe?<</lisa>>
<<if $voice1 is 0>><<link "Bright, lively and playful" "life_2_7a">>\
<<include "choice_emma">>\
<</link>><br><</if>>\
<<if $voice3 is 0>><<link "Authoritative, captivating and rich" "life_2_7c">>\
<<include "choice_hera">>\
<</link>><</if>>\
<<else>>\
<<include "life_2_7d">>
<</if>>\
</div>\<div class="standard">\
<<run State.setVar("$voice3", 1)>>\
<<joe>>Why hello, my beautiful child. My name is Hera, like the Queen of the Gods. And you shall be called.. mine!<</joe>>\
For a moment, Lisa appears to be speechless. She grins.
<<if $voice2 + $voice3 + $voice1 lt 3>>
<<lisa>>Mine, it is. Wow.<</lisa>>
<<lisa>>Oof, I gotta snap out of it, Hera! You got any more?<</lisa>>
<<if $voice1 is 0>><<link "Bright, lively and playful" "life_2_7a">>\
<<include "choice_emma">>\
<</link>><</if>>
<<if $voice2 is 0>><<link "Deep, mysterious and sexy" "life_2_7b">>\
<<include "choice_raven">>\
<</link>><</if>>\
<<else>>\
<<include "life_2_7d">>
<</if>>\
</div><<lisa>><<nobr>>Wow! Such range, such talent! I'd say you're ready for your first social encounter as a new woman! Only question.. what woman?
Choose fast babe, the waiter is coming!<</nobr>><</lisa>>
<<link "Emma" "life_2_8">><<include choice_emma>><</link>>
<<link "Raven" "life_2_8">><<include choice_raven>><</link>>
<<link "Hera" "life_2_8">><<include choice_hera>><</link>><div class="standard">\
The waiter is a young, attractive guy. The kind of attractive you picture if someone'd ask you to picture an attractive guy.
<<say "The Waiter Guy" "images/characters/portrait/waiter.png">>Wow, it's my lucky day! I get to serve the table with the most beautiful ladies!<</say>>
Confused, you look around for a second lady, <<linkappend "when you realize he's talking about you." t8n>>
<<say "The Waiter Guy" "images/characters/portrait/waiter.png">><<nobr>>I mean, not because of course there will be anything of the..
I mean, cause I'm just gonna serve you. Like as a waiter!<</nobr>><</say>>
His cheeks are rapidly changing from 'light peach' to 'intense cherry'. <<linkappend "He keeps stumbling." t8n>>
<<say "The Waiter Guy" "images/characters/portrait/waiter.png">><<nobr>>I mean, you know, when I say lucky, I mean just more
like that I like looking at pretty ladies. Not like!! Like I'm a creep or anything!! But I mean because..<</nobr>><</say>>
<<nobr>>The young man keeps going and going, when you feel a kick against your shin. You realize Lisa always jumps in with stuff like this,
but she's now waiting for you to say something. You take a deep breath. Easy, right? <</nobr>><<link "Just do what Lisa usually does." "life_2_9">><</link>>\
<</linkappend>><</linkappend>>
</div>\<div class="standard">\
<<joe>>Don't worry honey, we get it. You like looking at pretty ladies? We like looking at cute waiters. Perfectly normal.<</joe>>
<<nobr>>You wink. You think you do, anyway. You've never done this before and the mixture of excitement and fear coursing through your body has reached
your brain and is wreaking havoc.<</nobr>>
<<say "The Waiter Guy" "images/characters/portrait/waiter.png">>Yes! Ehm. Can I get you something to drink?<</say>>
<<joe>>Two white wines please, dear, dry. And to eat..<</joe>>
<<link "You theatrically look over the menu, your finger going over the items." "life_2_9b">><</link>>
</div><div class="standard">\
<<joe>>What.. looks.. good... aside from you, of course.<</joe>>
<<nobr>>Fuuuuuck. Welcome to cringetown, population: you. In the corner of your eye, Lisa is desperately fighting tears of laughter.
At least the waiter<</nobr>> <<linkappend "appears to be about as comfortable as you." t8n>>
<<say "The Waiter Guy" "images/characters/portrait/waiter.png">>HA! Haha? Ehh. The.. special?<</say>>
<<joe>>Two specials then. Thanks, hun.<</joe>>
[[You feel like disappearing into your chair.|life_2_10]]<</linkappend>>
</div><div class="standard">\
<<set $name to $name_backup>>\
<<nobr>>With the waiter gone, you throw your arms onto the table in front of you and bury your face in them. After Lisa is done crying, she interrupts
steady stream of sounds of self pity and general questioning coming from your direction.<</nobr>>
<<lisa>>I'm sorry for laughing babe!! I'm not laughing at you or anything it's just the situation!<</lisa>>
<<lisa>><<nobr>>Look, I think it was very brave what you did there. I can't even imagine what that must have felt like.
Like being 15 again and another gender all at the same time! Mad respect, babe, really.<</nobr>><</lisa>>
<<linkreplace "Really?" t8n>>\
<<joe>>Really?<</joe>>
<<lisa>>Really. And for what it's worth, I think you guys would make an adorable couple.<</lisa>>
As she continues giggling, [[you slowly hang your head back in defeat.|life_2_11]]<</linkreplace>>
</div>\<div class="standard">\
<<nobr>>Your waiter brings the wine and, continueing what for you is a very strange flirty encounter, calls you a cutie.
You're completely thrown by that and act, true to Lisa's words, like a 15 year old girl. Lisa can't help from smiling.<</nobr>>
<<lisa>>It's good actually, because I wanted to talk to you about this.<</lisa>>
<<joe>>This?<</joe>>
<<lisa>><<nobr>>Hm, how do I.. OK, The Contest is very important to you, right? And you'll do whatever it takes.<</nobr>><</lisa>>
<<joe>><<nobr>>Well, yeah. Kinda pointless otherwise.<</nobr>><</joe>>
<<lisa>><<nobr>>Right! And this year's theme is woman. //Being// a woman. Right? Changing your body, your voice, everything.<</nobr>><</lisa>>
[[What are you getting at?|life_2_12]]
</div>\<div class="standard">\
<<joe>><<nobr>>Yes.. where are you going with this?<</nobr>><</joe>>
<<lisa>><<nobr>>Let me ask you this: would you agree that playing the role of a woman and..
experiencing things from a female point of view would increase your chances of winning?<</nobr>><</lisa>>
<<joe>><<nobr>>Sure.<</nobr>><</joe>>
<<lisa>><<nobr>>Ok. So, I want to give you, for as long as this Contest lasts, the freedom to explore.. sex. As a woman. However and with whoever you want.<</nobr>><</lisa>>
Sex as a woman? [[Like being on the.. receiving.. side?|life_2_12b]]
</div>\<div class="standard">\
<<joe>><<nobr>>Wait hold up. You want me to.. what, be the woman to another.. man?!<</nobr>><</joe>>
<<lisa>><<nobr>>I want you to experience the female perspective! You can dress, sound, look like a woman. Sure. But I want you to
feel like a woman! Being sexy, being slutty. The.. the excitement of using your wiles and charms. All the fun stuff!<</nobr>><</lisa>>
You think for a while. Lisa has always been very open-minded when it comes to sexuality, so you're not entirely surprised.
[[You can't deny you're curious. Half the population is into dicks, after all.|life_2_13a]]
[[You've maybe thought about dick once. One time. And it's not like you acted on it.|life_2_13b]]
[[You're not attracted to men. At all.|life_2_13c]]
</div>\<div class="standard">\
<<joe>><<nobr>>I mean.. you know, I guess it can't hurt to try?<</nobr>><</joe>>
<<lisa>><<nobr>>It really can't!! And look, you don't have to do anything you don't want to. I'm always here for you.<</nobr>><</lisa>>
<<joe>><<nobr>>Thanks, babe. I have to ask, though.. why are you so pushing this so hard? What do you get out of it?<</nobr>><</joe>>
<<lisa>><<nobr>>Well.. I love you to bits and I think it would be a great experience for you if you're open to it. And I want that for you. Well that and
I really think it'd be fun. And you know, we could experience new things together as well!<</nobr>><</lisa>>
<<link "You grin." "life_2_13d">><</link>>
</div>\<div class="standard">\
<<joe>><<nobr>>I mean.. maaaybe I've thought about it. Like once. But that doesn't mean I want it? I don't know..<</nobr>><</joe>>
<<lisa>><<nobr>>Ughhh babe! Being scared of being gay is for insecure men with fragile ego's. You're a woman now!<</nobr>><</lisa>>
Well, not //really//, but she was right about the ego stuff so there isn't much of a point getting into the being a woman stuff.
<<joe>><<nobr>>Ok, well, maybe. What about you? What do you get out of this?<</nobr>><</joe>>
<<lisa>><<nobr>>I get to experience a whole new exciting time with you! Come on, I love you to friggin' bits and I think this could really be a lot fun!
And you know you never have to do anything you don't want to do. Shit, if you want to just try experience what it's like to be a lesbian,
that's fine too!<</nobr>><</lisa>>
<<link "You can't help but smile." "life_2_13d">><</link>>
</div>\<div class="standard">\
<<joe>><<nobr>>I'm sorry, babe, I'm just.. not attracted to men. Never have been. Like, at all.<</nobr>><</joe>>
<<lisa>><<nobr>>That's ok! You don't have to do anything you don't want to do. Also.. sex doesn't have to be about attraction.
Sometimes it's just about sex! You once asked me if I //really// enjoy giving blowjobs, right?<</nobr>><</lisa>>
<<joe>><<nobr>>Right<</nobr>><</joe>>
<<lisa>><<nobr>>And I do, I love it. But if you ask me what the the most attractive part of the male body is? I mean shit have you //seen// a ballsack?<</nobr>><</lisa>>
You take another moment to think. She does have a point with regards to the Contest. <<linkappend "And you could always be open to it, doesn't mean you have toactually do anything." t8n>>
<<joe>><<nobr>>Ok, maybe. I'm open to it. I have to know, though, why do you want this so bad?<</nobr>><</joe>>
<<lisa>><<nobr>>I get to experience a whole new exciting time with you! Come on, I love you to friggin' bits and I think this could really be a lot fun!
And you know you never have to do anything you don't want to do. Shit, if you want to just try experience what it's like to be a lesbian,
that's fine too!<</nobr>><</lisa>>
<<link "You can't help but smile." "life_2_13d">><</link>>
</div>\<div class="standard">\
<<joe>><<nobr>>I love you too, babe.<</nobr>><</joe>>
<<linkappend "You raise your glass." t8n>>
<<joe>><<nobr>>To bits!<</nobr>><</joe>>
The rest of lunch is great. The special turns out to be very spicy, but very tasty. Hours later, <<link"the two of you head home." "home">>
<<set $lips.current to "images/wardrobe/empty.png">>\
<<set $hair.current to "images/wardrobe/hair_1.png">>\
<<set $cheeks.current to "images/wardrobe/empty.png">>\
<<set $ears.current to "images/wardrobe/empty.png">>\
<<set $eyes.current to "images/wardrobe/empty.png">>\
<<set $portrait_lips to "url(images/wardrobe/empty.png)">>\
<<set $portrait_hair to "url(images/wardrobe/hair_1.png)">>\
<<set $portrait_cheeks to "url(images/wardrobe/empty.png)">>\
<<set $portrait_ears to "url(images/wardrobe/empty.png)">>\
<<set $portrait_eyes to "url(images/wardrobe/empty.png)">>\
<<run $(":root").css("--hair", "url(images/wardrobe/hair_1.png)")>>\
<<run $(":root").css("--cheeks", "url(images/wardrobe/empty.png)")>>\
<<run $(":root").css("--ears", "url(images/wardrobe/empty.png)")>>\
<<run $(":root").css("--eyes", "url(images/wardrobe/empty.png)")>>\
<<run $(":root").css("--lips", "url(images/wardrobe/empty.png)")>>\
<<set $avatar.appear to "yes">>\
<<popup "personality_add">>\
<<set $personality_unlocked to "yes">>\
<<include "life_update">>\
<<set $week1sports ++>>\
<</link>>\
<</linkappend>></div>\<<t-clippy>>Wooow, I really like those voice thingies you did!
<<nobr>>If you ever feel like playing around with it some more, or if maybe you want people to call you something else,
I've added a 'Personality' button in the right UI-bar. I didn't know what else to call it! Have fun!<</nobr>><</t-clippy>><<set $location to "">>\
<<set $status to {
activity: "life",
location: "life",
title: {
activity: "Livin' Life",
location: "Home"
}
}>>\
<div class="standard" id="life">\
<<include "homesetting banner">>
You're chilling on the couch, enjoying the prospect of a whole afternoon of absolutely nothing to do, when the doorbell rings. <<linkappend "Must be for Lisa." t8n>>
<<joe>><<nobr>>Lisa!! Doorbell!<</nobr>><</joe>>
<<lisa>><<nobr>>Can you get that babe? Ill be right down!<</nobr>><</lisa>>
[[You go and open the door.|life_3_2]]<</linkappend>>
</div>\<div class="standard" id="life">\
<img id="banner" src="images/life/3/packageguy.png">
There's a guy at the door holding a large package.
<<say "Package Delivery Guy" "images/characters/portrait/delivery.png">><<nobr>>Package for Missus.. $lastname?<</nobr>><</say>>
<<joe>><<nobr>>Yes, thank you.<</nobr>><</joe>>
<<nobr>>You hold your arms out to receive the package, but apparently the guy insists on <<link "going over a
package delivery procedure of sorts" "life_3_2b">><</link>> like some kind of NPC.<</nobr>>
</div>\<div class="standard" id="life">\
<<say "Package Delivery Guy" "images/characters/portrait/delivery.png">><<nobr>>From.. XXX-Sex-Toys-4-All-No-Shame-XXX?<</nobr>><</say>>
<<nobr>>He reads slowly. There's nothing about him that suggests he just read what he read. Looking at him, he might as well have just read
//'from the store'//.<</nobr>>
<<joe>><<nobr>>Yes. Thank you. I'll take it.<</nobr>><</joe>>
<<say "Package Delivery Guy" "images/characters/portrait/delivery.png">><<nobr>>Alright have a good day now, ma'am.<</nobr>><</say>>
He turns and leaves. That was weird. You can't imagine what this man sees on his route that this doesn't even make him grin. [[Anyway.. Lisa?!|life_3_3]]
</div>\<div class="standard" id="life">\
<<include "homesetting banner">>
<<lisa>><<nobr>>Who was it?<</nobr>><</lisa>>
<<joe>><<nobr>>Package.<</nobr>><</joe>>
<<lisa>><<nobr>>Ooohhh. What is it?<</nobr>><</lisa>>
<div id="choice1">\
<<link "I ordered a drone, it's here!">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>><<nobr>>It's a drone I ordered! It's the XTRAFLY5000. They must've thought of the name back in the 90s but only got around to making it last year.
It has all kinds of.. technical features and stuff!<</nobr>><</joe>>
<<lisa>><<nobr>>Oohhhh awesome!! Let's go up to the bedroom balcony and take it for a spin!<</nobr>><</lisa>>
Damnit. She was supposed to say //'no it's not!'// and then you could've gone //'a-HA!'// like they do in the sitcoms. She has to ruin everything.
[[To the bedroom!.|life_3_4a]]
<</timed>><</replace>><</link>>\
<<link "Guess.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>><<nobr>>I don't know! What do //you// think it is?<</nobr>><</joe>>
<<lisa>><<nobr>>Is it.. a huge box of sextoys I ordered for us to go to town on aaaall afternoon?<</nobr>><</lisa>>
<<nobr>>You look at the box, thinking of something clever to say. You don't get time to do so,
though,<</nobr>> <<linkappend "as Lisa slaps your butt and gives it a little squeeze before hurrying off." t8n>>
<img id="image_click" src="images/life/3/buttgrab.webp">
<<lisa>><<nobr>>Come, my lesbian lover. To the bedroom!<</nobr>><</lisa>>
[[The bedroom it is!|life_3_4b]]<</linkappend>>
<</timed>><</replace>><</link>>\
<<link "It's sexy time!">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>><<nobr>>It's our afternoon, baby! Let's go!<</nobr>><</joe>>
<<linkappend "You slap her butt, give it a little squeeze and start making your way to the bedroom." t8n>>
<img id="image_click" src="images/life/3/buttgrab.webp">
<<joe>><<nobr>>Well?! Don't just stand there, woman! Take your pants off and follow me upstairs!<</nobr>><</joe>>
[[To the bedroom!|life_3_4b]]<</linkappend>>
<</timed>><</replace>><</link>>\
</div>\
</div>\<div class="standard" id="life">\
<<include "thebedroom banner">>
<<lisa>><<nobr>>Well? Open it, babe!<</nobr>><</lisa>>
Fine, you'll call her bluff. You slowly open the box, making sure you hold it so that Lisa can't see anything. <<linkappend "You gasp audibly." t8n>>
<<joe>><<nobr>>Wait a minute?! This isn't a drone!<</nobr>><</joe>>
<<lisa>><<nobr>>Well what is it? Show me!!!<</nobr>><</lisa>>
[[You show her what's inside.|life_3_5]]<</linkappend>>
</div>\<div class="standard" id="life">\
<<include "thebedroom banner">>
<<joe>><<nobr>>So? What did you buy?<</nobr>><</joe>>
<<lisa>><<nobr>>//What's in the boooooox?!?!!!!// Sorry. Why don't you.. open it and find out?<</nobr>><</lisa>>
[[Open the box.|life_3_5]]
</div>\<div class="standard">\
<img id="nonothing" style="max-width:30em" src="images/life/3/toy1.png">
<<nobr>>The toy you grabbed is, according to the box, an //'Anal Starter Kit'//. It's got lube, a vibrator and several buttplugs. The tagline reads:
//'Pleasure by the buttloads!'//. Uff, what a word. Buttloads.<</nobr>>
<<lisa>><<nobr>>It's an Anal Starter kit, babe!<</nobr>><</lisa>>
<<joe>><<nobr>>You don't say!<</nobr>><</joe>>
<<lisa>><<nobr>>Alright, well, go on! What else, what else?<</nobr>><</lisa>>
Looking in the box you notice there's multiple variations of this next item. [[You take one out and hold it up.|life_3_6]]
</div><div class="standard">\
<img id="nonothing" style="max-width:30em" src="images/life/3/toy2.png">
It's a dildo. //'Tlaloc's Staff'//. It kind of looks like it's from an Indiana Jones film.
<<lisa>><<nobr>>It's a dildo!!<</nobr>><</lisa>>
<<joe>><<nobr>>One of four!! Why so many!? You want me to stick all of these up my butt?!<</nobr>><</joe>>
<<lisa>>What?! //Whoa!!// Babe I thought it was gonna take some convincing to put a little buttplug, but you want multiple dildo's up there?!<</lisa>>
<<linkappend "You give her a blank stare." t8n>>
<<lisa>><<nobr>>Haha ok no, they're not all for your butt. It's just, there was so much choice!! Some have skin color
and veins and look like the real thing and others look like abstract glass phallic shapes!<</nobr>><</lisa>>
She shrugs.
<<lisa>>I don't know what you like up there. And I like options. Anyway. Is that all of it?<</lisa>>
[[You search the box.|life_3_7]]<</linkappend>>\
</div><div class="standard">\
<img id="nonothing" style="max-width:30em" src="images/life/3/toy3.png">
<<nobr>>You grab something cold and heavy. Briefly, you think the jar you're holding is leaking,
when you realize it's the packaging. The label reads: //'Cum Bucket™: Not really cum, not really a bucket!'//
You look at Lisa, who for the first time is silent.<</nobr>>
<<joe>>Fine, I'll do it. Ahum..<</joe>>
You clear your throat for dramatic effect, <<linkappend "put on the happiest face you can manage and present.." t8n>>
<<joe>><<nobr>>It's a Cum Bucket!!<</nobr>><</joe>>
<<lisa>>It's, uhm.. <p style="font-size: small;display:inline">supposed to be just like the real thing..?</p><</lisa>>
<<joe>>You know I make my own, right?<</joe>>
<<lisa>>Look, you never know when you're gonna need a bucket of cum, babe.<</lisa>>
Can't argue with that. [[You line the toys up and look at them.|life_3_8]]<</linkappend>>
</div><div class="standard">\
<img id="nonothing" style="max-width:42em" src="images/life/3/toys.png">
<<nobr>>Seeing all those toys together makes you uncertain. The only toys you've ever used on yourself are your hand and women.
Clearly, though, that doesn't bother Lisa.<</nobr>>
<<lisa>>Alright, hot stuff. Get those pants up and lube up!<</lisa>>
[[Well, here goes nothing!|life_3_9]]
[[Maybe some other time.|life_3_10]] //(Skip Scene)//
</div><div class="standard" id="life">\
You're excited and kinda scared. Pants down and lube up? What is this, the army?
<<joe>>Babe, I don't really know, ehm..<</joe>>
When Lisa looks at you she must see the uncertainty in your face. She walks up to you and <<linkappend "gently grabs your head with both hands." t8n>>
<<lisa>><<nobr>>It's okay, babe. We'll be gentle. And if at any point you don't feel comfortable, we'll stop, ok? How about
a safeword?<</nobr>><</lisa>>
Though Lisa's words and calmness make you more relaxed, a safeword can't hurt, right? Let's go with..
<div id="safeword_chosen"><<textbox "$safeword" "Pika, Pika!!" autofocus>>
<<button "Confirm">>
<<if $safeword isnot "">>\
<<replace "#safeword_chosen">><<timed 10ms t8n>>\
<<joe>>Let's go with //'$safeword'//. I say //'$safeword'//, we stop, yeah?<</joe>>
<<nobr>>Lisa smiles a loving smile. //'Yes, we'll stop'//.
Then, <<link "the both of you get on the bed and kiss." "life_3_9a">><</link>><</nobr>>
<</timed>><</replace>>\
<</if>>\
<</button>>
</div>
<</linkappend>></div>\<div class="standard" id="life">\
<video id="video" src="images/life/3/1.mp4" autoplay loop controls></video>
Lisa whispers in your ear.
<<lisa>><<nobr>>Ready? I got one here that's not too thick and I lubed it up nicely.<</nobr>><</lisa>>
She winks. You nod ever so nervously [[and watch Lisa bring the lubed up dildo closer.|life_3_9b]]
//[[$safeword|life_3_abort]]//
</div>\<div class="standard" id="life">\
<video id="video" src="images/life/3/2.mp4" autoplay loop controls></video>
<<nobr>>You feel the tip of the glass toy as it touches your anus. Lisa moves it up, down, twists and penetrates you.
At the start, you're convinced it's too big. But as it's gently pushed in further, the slightly painful sensation is replaced by <</nobr>><<linkappend "something entirely different." t8n>>
<<joe>><<nobr>>//Holy shit!//<</nobr>><</joe>>
<<lisa>><<nobr>>Good?<</nobr>><</lisa>>
<<nobr>>Sort of? It feels.. filling, if that makes sense. A warm feeling all througout your body,
eminating from the dildo as Lisa gently plays with it. [[You moan.|life_3_9c]]<</nobr>><</linkappend>>
//[[$safeword|life_3_abort]]//
</div>\<div class="standard" id="life">\
<video id="video" src="images/life/3/3.mp4" autoplay loop controls></video>
<<nobr>>Lisa hands you the dildo and starts stroking you. With the toy now in your control and overwhelmed by this new experience,
you want to feel more and push it in //deep//. After a little while, you want full control and [[take your cock in your other hand.|life_3_9d]]<</nobr>>
//[[$safeword|life_3_abort]]//
</div><div class="standard" id="life">\
<video id="video" src="images/life/3/4.mp4" autoplay loop controls></video>
<<nobr>>The feeling is hard to describe. It's like the dildo enhances your senses. Your dick feels bigger, harder and way more sensitive.
With every stroke, you clench around the dildo, sending sparks of electricity to your dick, creating a cycle of pleasure.
<</nobr>><<link"You're about to cum." "life_3_9e">><</link>>
//[[$safeword|life_3_abort]]//
</div><div class="standard" id="life">\
<video id="video" src="images/life/3/5.mp4" autoplay loop controls></video>
<<nobr>>You felt like you were going to absolutely explode and be able to fill a full Cumbucket™.
In actuality, your release is tiny - but the feeling so intense you feel like you might faint. It's an absolutely incredible feeling.<</nobr>>
<<lisa>><<nobr>>Damn! I've never seen you so intense!<</nobr>><</lisa>>
<<joe>><<nobr>>Fucking hell!<</nobr>><</joe>>
[[You lay down on the bed next to Lisa, panting.|life_3_9f]]
</div><div class="standard">\
<<joe>><<nobr>>Man. And that was just one of your toys! What about the rest, anyway?
That anal starting kit, did we just skip that or?<</nobr>><</joe>>
<<lisa>><<nobr>>No, babe, I got the dildo and lube from that! There's also a plug in there. You may want to practice
with that a bit, get you ready for next time.<</nobr>><</lisa>>
<<joe>>Next time?! What are we gonna do next time?<</joe>>
<<lisa>>You're just gonna have to wait and see, aren't you?<</lisa>>
<<link "//$name: 'Nothing to do with the cumbucket, though, right? Dare I ask what that's about?'//" "life_3_10">><</link>>\
</div><div class="standard">\
Lisa starts laughing pretty hard. //'Weeeeell..'//
<<lisa>><<nobr>>You remember that story you told me about your college roommate, Jake?<</nobr>><</lisa>>
<<nobr>>Right, Jake. Even before mobile cameras were a thing, Jake started a collection of
photographs featuring all the women he'd.. covered. The collection was //huge//.<</nobr>>
<<lisa>><<nobr>>Well, I thought it would be fun if maybe now you started your own collection! Only..<</nobr>><</lisa>>
She hesitates as she's looking at you with a grin growing wider and wider. //[['Well?!'|life_3_11]]//
</div><div class="standard">\
<<lisa>><<nobr>>Well, with you being the canvas!<</nobr>><</lisa>>
She hops out of bed, giddy and energized.
<<lisa>><<nobr>>It'll be fun! Look, I'll show you. If you don't like it, fine. But you like it when it's on me,
right? It'll be even hotter this way, look..<</nobr>><</lisa>>
She puts some of the fake cum on her fingers and brings it toward your face. //[[Okay, hold still, babe!|life_3_12]]//
Wait, //[[$safeword|life_3_abort]]!!//
</div><div class="standard" id="life">\
<<nobr>>Lisa carefully puts a bunch of the gooey substance onto your face. With everything that happened today so far,
you feel it'd be almost silly to protest now. When she's done, she takes a picture .<</nobr>> <<linkappend "//'Tadaaaa!'//" t8n>>
<img class="moneyshot" src="images/gallery/life_3_mc.png">
<<nobr>>To your surprise, the fake cum looks pretty realistic. You make a mental note to look at the camera next time. Wait,
next time?! What's happening to you?<</nobr>>
<<lisa>>Aaand there, I sent it to you. You earned that picture today, babe.<</lisa>>
<<nobr>>As Lisa gets back into bed, you quickly head to the bathroom to clean up. Afterwards, the two of you cuddle for a
while <</nobr>><<link "until you both fall asleep." "home">><<include "life_update">>
<</link>>
<</linkappend>></div><div class="standard" id="life">\
<<include "thebedroom banner">>
<<clippy>>Hi boss! Storywise we're just going to pretend like you and Lisa just had fun. That's all!<</clippy>>
<<link "Sure, thanks Clippy." "home">><<include "life_update">><</link>>
</div>\<div class="standard" id="life">\
<<joe>>Wait, stop, I can't. I'm.. Sorry..<</joe>>
Lisa gives you an understanding smile and kisses you on the forehead.
<<lisa>><<nobr>>That's ok babe. Let's just cuddle for a while. I get why men always want to touch us now,
you feel amazing. I want to hold you all day!<</nobr>><</lisa>>
<<link "You cuddle for a bit and eventually fall asleep." "home">><<include "life_update">><</link>>
</div><div class="standard">\
<<set $location to "loc_eventhome">>\
Final (for now) Sporty Thing
[[Continue|home]]
</div>\
<<include "music_update">>\
<<set $story.life.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\<<set $story.music.available to "no">>\
<<set $credits to $credits - 1>>\
<<set $story.music.current_stage += 1>>\<<set $location to "thebunker">>\
<div class="standard" id="music">\
<img src="images/locations/banner/thebunker.png">\
<div class="name_block" id="music">\
<img id="small_bradius" src="images/ui/thebunker.svg">\
</div>
Alright, music time! We'll do another quick tour. I don't think anyone's here today.
<<nobr>>This here is where we practice. It's an old garage we've been using for.. forever?
We named it "The Beat Bunker" when we were teens, but on account of growing up we dropped the "beat" part.
Bunker stuck, though, so that's where we are! The bunker.<</nobr>>
Anyway, this is where we practice with the band weekly, but it's available for anyone that wants to practice music.
[[Cool, huh? Let's head across the street!|music_1_2]]<<set $location to "theforge">>\
<div class="standard" id="music">\
<img src="images/locations/banner/theforge.png">\
<div class="name_block" id="music">\
<img id="small_bradius" src="images/ui/theforge.svg">\
</div>
Tadaa! This right here is the studio!
<<nobr>>Look, we're not The Foo Fighters or anything, but we've got some game!
Locally known, got some cool original songs and, well, we've recorded some albums. All in good fun, but something to be proud of, for sure.<</nobr>>
<<nobr>>No story on our part for the name of this place, that's all the owner. It's actually officially called Epic Sound Forge Masterwork Recording Studios,
but we just call it The Forge. Let's see if we can't find the owner, actually. [[He should be around here somewhere..|music_1_3]]<</nobr>>
</div>\<div class="standard">\
<img @src="$char.sam.splash">\
<h3>Sam the Soundguy</h3>\
<<nobr>>This is Sammy the Soundguy. Owner of the Forge, metalhead and overall cool guy. He's got some craaazy stories that I can only
assume are 100% true. A lot of them from when he was a roadie for the Death Turbo Metal band "DIE ALREADY", but then to contrast that,
there's a whole bunch of stories about his time as a missionairy. Wild, right?<</nobr>>
[[Let's say hi!|music_1_4]]
</div>\<div class="standard">\
<<joe>>Sam!<</joe>>
<<sam>>$name!!<</sam>>
<<joe>>How's it hanging?<</joe>>
<<sam>>The big A, my guy. Awesome. Hey listen, I'm looking for someone to test this new set of gear I just got.<</sam>>
<div id="choice1">\
<<link "You couldn't care less">>
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<joe>>Cool story bro. I gotta run, though. See you this weekend?<</joe>>
<<sam>>Right, yeah, at the contest announcement thingy? You guys are performing, right?<</sam>>
<<joe>>Yessir!<</joe>>
<<sam>>Cool, yeah I'll be there for sure. Later man!<</sam>>
[[Later!|home]]
<</timed>>\
<</replace>>\
<</link>>\
<<link "You're genuinely interested">>
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<joe>>Ooh, new gear? What you got?<</joe>>
<<nobr>><<sam>>Haha, knew you'd be interested. It's like a portable recording studio I put together.
You can set it up anywhere and use it to record, livestream, stuff like that.<</sam>><</nobr>>
<<joe>>Sweet! So what kind of help are you looking for?<</joe>>
<<sam>>Oh, you know, like a solo artist maybe? Or one of those hip Social Media performers?<</sam>>
<<joe>>I see. Alright, I'll keep my ears to the ground, mate.<</joe>>
<<sam>>Thanks! Oh, hey, you guys are playing at that contest party this weekend, right?<</sam>>
<<joe>>Yeah, playing first and then we've got the theme announcement after.<</joe>>
<<sam>>Awesome. See you then!<</sam>>
[[See you!|home]]
<</timed>>\
<</replace>>\
<</link>>\
<<link "You don't really care, but let's humor him">>\
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<joe>>What're you looking for?<</joe>>
<<sam>>Oh, you know, someone to help test it out. A solo artist or performer, you know any?<</sam>>
<<joe>>None come to mind, but if I think of any I'll let know. Listen, I've gotta run, but see you this weekend?<</joe>>
<<sam>>Thanks! Yeah at the contest announcement thingy? You guys are performing, right?<</sam>>
<<joe>>Yessir!<</joe>>
<<sam>>Cool, yeah I'll be there for sure. Later man!<</sam>>
[[Later!|home]]
<</timed>>\
<</replace>>\
<</link>>\
</div>\
</div>\
<<if $credits is 2>>\
<<set $social_available to 1>>\
<</if>>\
<<include "music_update">>\
<<set $story.music.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\
<<set $story.uni.unlocked to "yes">>\<div class="standard">\
<<set $location to "loc_music">>\
Second music Thing
[[Done!|home]]
</div>\
<<include "music_update">>\
<<set $story.music.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\<div class="standard">\
<<set $location to "loc_music">>\
Third Sporty Thing
[[Continue|home]]
</div>\
<<include "music_update">>\
<<set $story.music.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\<div class="standard">\
<<set $location to "loc_music">>\
Final (for now) Sporty Thing
[[Continue|home]]
</div>\
<<include "music_update">>\
<<set $story.music.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\<<set $status to {
activity: "sports",
location: "theclub",
title: {
activity: "Clubbin'",
location: "The Club"
}
}>>\<<t-clippy>><<nobr>>Ah, yes, now this is my kind of place. I have no idea what happens here but afterwards, everyone gets naked and
showers and I can watch because nobody can see me! I tell you, people have the //weirdest// bodies!<</nobr>><</t-clippy>><<set $clippy to "cl_sports_1">>\
<<include "sports_1_setup">>\
<div class="standard" id="sports">\
<<include "thefield banner">>
<<clippy>>Welcome to Sports! As you may have picked up from the intro earlier: you're super athletic. In fact, you play on one of the
better teams!<</clippy>>
<<linkreplace "What sport do you play?" t8n>>\
<<joemale>>Right, you keep saying //'sports'//. You know there's several, right? Which one do I play?<</joemale>>
<<clippy>>Beats me! I've never really paid much attention, so I just call it //sports//. Oh, don't look at me like that! You're very good, what
more do you need to know?! Anyway.<</clippy>>
<<linkappend "Clippy gestures around you." t8n>>
<<clippy>>This, right here, is The Field. Wouldn't have guessed that, huh? Well, it's true. This is where the sports happens.<</clippy>>
[[Ah, and here comes one of the sports people now!|sports_1_2]]<</linkappend>><</linkreplace>>
</div>\<<t-clippy>><<nobr>>Look, it's Coach! I love Coach. He reminds me of my dad. Not so much the paperclip part, in that sense
they're quite different, actually, but in the whole.. //dad-vibes// sense. You know?<</nobr>><</t-clippy>><<set $clippy to "cl_sports_1_2">>\
<div class="standard">\
<img id="banner" @src="$char.coach.splash">
<h3>Coach Willard</h3>\
<<nobr>>This is Coach Willard. Everyone calls him //Coach//. When you were 17, you'd been selected to play in the U19 World Championship.
Unfortunately, you'd played some poor matches and the trainer benched you for most of it, stating you weren't good enough.
Coach disagreed with that assessment, approaching you the moment you returned to join his squad. According to him, you were one of the most talented
players he'd seen this city produce.<</nobr>>
True or not, you accepted his offer and have been one of his star players ever since. You're quite fond of him and regard him as family.
He notices you, turns and greets you: [['Hey there, sport!'|sports_1_3]]
</div>\<<run State.setVar("$present.one.image", $char.coach.paperclip)>>\
<<run State.setVar("$present.one.popup", "coach_popup")>>\
<<run State.setVar("$char.coach.tip", "coach")>>\
<<run State.setVar("$present.total", 1)>>\<<t-clippy>><<nobr>>Look, it's Coach! I love Coach. He reminds me of my dad. Not so much the paperclip part, in that sense
they're quite different, actually, but in the whole.. //dad-vibes// sense. You know?<</nobr>><</t-clippy>><<t-coach>><<nobr>>Looking strong, sport. Keep it up.<</nobr>><</t-coach>><<set $clippy to "cl_sports_1_3">>\
<<set $coach to "coach_sports_1_3">>\
<<include "sports_1_3_setup">>\
<div class="standard">\
<<coach>>$name! How are you doing, kid? Keeping in shape?<</coach>>
<div id="choice1">\
<<link "Joke around.">>
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<joemale>><<nobr>>Actually, Coach, I'm going to be a SUMO wrestler! I don't know exactly what you have to do,
but I figured a lot of eating is involved, so I started doing that. Like //a LOT//.<</nobr>><</joemale>>
<<coach>>Yeah?<</coach>>
<<joemale>><<nobr>>For real! Just the other day I wanted to try wrestling but I didn't have the.. gear? So I put on one of
my girlfriend's T-strings and told her to try and grab me by 'm and throw me. <p style="font-size:80%;display:inline">I think it's still up there actually..</p><</nobr>><</joemale>>
<<coach>>That's nice, son. I can't wait to see the new you in practice.<</coach>>
<<joemale>><<nobr>>Roger that, sir! Oh, by the way, the Contest theme is this weekend, so next week I'll know if it's something
that might interfere with training. I'll let you know next week!<</nobr>><</joemale>>
<<coach>>Alright. Have a good one, sport.<</coach>>
And with that, he's off. [[Let's check the locker-room and then we're done here!|sports_1_4]]
<</timed>>\
<</replace>>\
<</link>>\
<<link "You have! Tell him.">>
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<joemale>><<nobr>>Yes, sir! Regular exercise, healthy food, everything. I've been eating all the chicken and rice and broccoli
I can find! I can give you 20 if you want?<</nobr>><</joemale>>
<<coach>>That's quite alright, kid. Good job.<</coach>>
<<joemale>><<nobr>>Thank you, sir! Oh, by the way, the Contest theme is this weekend, so next week I'll know if it's something
that might interfere with training. I'll let you know next week!<</nobr>><</joemale>>
<<coach>>Alright. Have a good one, sport.<</coach>>
And with that, he's off. [[Let's check the locker-room and then we're done here!|sports_1_4]]
<</timed>>\
<</replace>>\
<</link>>\
</div>\
</div>\<<run State.setVar("$present.total", 0)>>\<<t-clippy>><<nobr>>This is one of the naked people watching places I told you about. The other one, where the women
shower, is wayyy prettier. And well women have boobies and nice curves, it's //very// satisfying to look at. See, as a
paperclip fairy only you can see, I've never experienced the human body like that or anything.<</nobr>>
Anyway, the men's locker room can be fun as well! Strong bodies and weirdass looking cocks. Some are really nice, actually.<</t-clippy>><<set $clippy to "cl_sports_1_4">>\
<<include "sports_1_4_setup">>\
<div class="standard" id="sports">\
<img id="banner" src="images/locations/banner/lockerroom.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/lockerroom.svg">\
</div>
<<clippy>>Nice man, right? Anyway, this right here is.. the locker-room! The home of sweaty, smelly, naked men. Oh, here comes one now!<</clippy>>
As you turn towards the sound of somebody exiting the shower, your eyes can't help but be immediately drawn to <<linkappend "a //big// cock. It's absolutely huge!">>.
<img class="story_image" id="image_click" src="images/sports/1/cody.png"><</linkappend>>
It's almost hypnotizing. The cock belongs to Cody, [[one of your teammates.|sports_1_5]]
</div>\<<t-clippy>>See? I told you some are quite nice. Yours is great too, of course! But I really kinda like his. So big..<</t-clippy>><<set $clippy to "cl_sports_1_5">>\
<div class="standard">\
<img id="banner" @src="$char.cody.splash">
<h3>Cody</h3>
<<nobr>>This is Cody. Which is why everyone calls him Cody. He's a bit shy and has, especially compared to the rest of the squad, a rather slim build.
Which, as you just witnessed, he apparently makes up for in other areas. Cody is openly bi. Something that's unfortunately a rarity in sports, even today.
The open part, that is. You're pretty sure he's got a bit of a thing for you, but even if you weren't with someone - you've never been into guys.<</nobr>>
You greet him,
[[..complimenting his unit. You're still seeing it in your mind!|sports_1_6a]]
[[..telling him to put that thing away! Nobody wants to see that.|sports_1_6b]]
[[..and, not being a penis-obsessed maniac, say hi. Like a normal person.|sports_1_6c]]
</div>\<<t-cody>>Um. Dude. Were looking at my penis just now?<</t-cody>><<t-clippy>><<nobr>>He's cute, too, don't you think? Do you think him and me could ever be together? We could
call ourselves Cloddy! Or.. Coppy? Or does it not work like that?<</nobr>><</t-clippy>><<set $clippy to "cl_sports_1_6">>\
<<set $cody to "cody_sports_1_6">>\
<<run State.setVar("$present.one.image", $char.cody.paperclip)>>\
<<run State.setVar("$present.one.popup", "cody_popup")>>\
<<run State.setVar("$present.total", 1)>>\<<include "sports_1_6_setup">>\
<div class="standard">\
<<joemale>>Whoa, Cody, put that monster away! You swing it around like that, someone could get hurt!<</joemale>>
<<cody>>Oh, hey $name. You looking at it then, yeah?<</cody>>
<<linkreplace "You were." t8n>>\
<<joemale>>I mean, honestly? Yeah. It was like hypnosis, dude.<</joemale>>
He laughs and, you're pretty sure, blushes.
<<cody>>Thanks? Ehm. Anyway. How are you? Hey don't you have that contest coming up?<</cody>>
<<joemale>>Yeah, the theme announcement is this weekend! The party's at The Pit if you want to come by for a beer.<</joemale>>
<<cody>>Cool! I might do that, thanks.<</cody>>
<<joemale>>Sure. See ya, Codes!<</joemale>>
<<cody>>Later!<</cody>>
<<include "sports_1_7">>\
<</linkreplace>>\
</div><<include "sports_1_6_setup">>\
<div class="standard">\
<<joemale>>Cody, my guy, I like you. But I //really// don't need to see that much of you, buddy.<</joemale>>
<<cody>>Oh come on, $name, how old are you? You never seen another man's dick before?<</cody>>
<<joemale>>That makes it alright to just wander around naked, does it? Just put it away.<</joemale>>
You theatrically shake your head a bit as if you're disgusted by it. <<linkappend "Cody quickly covers up." t8n>>
<<cody>>Fine, you big baby.cody>>
<<joemale>>Thanks! All I ask. I mean I'm not shoving my cock in your face, am I?<</joemale>>
[[Cody blushes.|sports_1_6b2]]
<</linkappend>>\
</div><div class="standard">\
<<joemale>>Aanyway. How're you? You look good. What you up to?<</joemale>>
<<cody>>Sure, yeah, I'm good thanks. Just got back from a run. Oh, hey, did that contest of yours start yet?<</cody>>
<<joemale>>Theme announcement is this weekend. The party's at The Pit if you want to come by for a beer?<</joemale>>
<<cody>>Cool! I might do that, thanks.<</cody>>
<<joemale>>Sure. See ya, Codes!<</joemale>>
<<cody>>Later!<</cody>>
<<include "sports_1_7">>\
</div><<include "sports_1_6_setup">>\
<div class="standard">\
<<joemale>>Cody, my man, looking good! What you up to, bro?<</joemale>>
<<cody>>$name! Hey man. I'm good! Just did a run. Oh, hey, did that contest of yours start yet?<</cody>>
<<joemale>>Theme announcement is this weekend. The party's at The Pit if you want to come by for a beer.<</joemale>>
<<cody>>Cool! I might do that, thanks.<</cody>>
<<joemale>>Sure. See ya, Codes!<</joemale>>
<<cody>>Later!<</cody>>
<<include "sports_1_7">>\
</div>Alright, that's it Sports-wise. <<link "Time to go home." "home">>\
<<set $clippy to "cl_pr_home_life">>\
<</link>>\
<<include "sports_update">>\
<<set $story.sports.info to "You've seen Coach, Cody and the Club. Next time on //Sports//: the whole team comes together for.. training!">>\
<<set $story.life.unlocked to "yes">>\<<set $status to {
location: "sports",
activity: "sports",
title: {
location: "Sportsy Places",
activity: "Sports"
}
}>>\<<include "sports_2_setup">>\
<<if $body is 1>>\
<div class="standard" id="sports">\
<<include "lockerroom banner">>
As you enter the lockerroom and start changing, some of the guys notice you.
<<say 'Some Guy' 'images/characters/portrait/mrando6.png'>>There’s something different about you..<</say>>
<<say 'Some Other Dude' 'images/characters/portrait/mrando8.png'>>Yeah, you look almost.. feminine?<</say>>
<<say 'Guy Number Three' 'images/characters/portrait/mrando9.png'>>Dude, $name, did you shave your legs? You going cycling, bud?<</say>>
<<say 'Some Guy Again' 'images/characters/portrait/mrando6.png'>>Hold on! Is it today with this years contest? What’s the theme?<</say>>
Try as you might, you can't really get a word in..
<<say 'The Other Dude Again' 'images/characters/portrait/mrando8.png'>>Wait, I know! I heard someone say the theme is //Woman//. Right? Am I right?<</say>>
<div id="choice1">\
<<link "Confident Answer">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Alright, alright, settle down. Yes, the theme is Woman, yes, I shaved my legs and yes, that means..<</joe>>
You add a pause for dramatic effect..
<<joe>>You're all about to get your ass kicked by a woman!<</joe>>
[[Last on the field is a wet sock!|b1sports_2_2]]
<</timed>><</replace>><</link>>\
<<link "Apprehensive Answer">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>You guys gonna let me answer or what? Jeesh. Yes, the theme is Woman.
And so maybe I’ll look a little more like a woman for now, ok? I’m still $name, and I’m still a man.<</joe>><</nobr>>
[[Now can we move on and head to the field?|b1sports_2_2]]
<</timed>><</replace>><</link>>\
<<link "Flirty Answer">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Oof, so much male attention. You guys are making me blush, haha.
Yes, the theme is Woman and if you’re all gonna act like this, you’ll make me feel like one, too!<</joe>><</nobr>>
[[Anyway, me and my legs will be on the field if anyone wants to join!|b1sports_2_2]]
<</timed>><</replace>><</link>>\
</div>\
</div>\
<</if>>\
<<if $body is 2>>\
<div class="standard" id="sports">\
<<include "lockerroom banner">>
As soon as you enter the lockerroom, you get noticed.
<<say 'Some Guy' 'images/characters/portrait/mrando9.png'>>Whoa, $name!<</say>>
<<say 'Some Other Dude' 'images/characters/portrait/mrando8.png'>>Looks like it's Miss $lastname now, damn!<</say>>
<<say 'Guy Number Three' 'images/characters/portrait/mrando7.png'>>Damn is right! What’s going on? Is this for that contest of yours?<</say>>
You can’t help but blush from all the attention. You feel hot and.. desired? The hormones must be introducing you to a whole new set of emotions.
<div id="choice1">\
<<link "Confident Answer">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Alright, alright, settle down, boys. This year’s contest theme is Woman,
and my intention is to win. Which is why I’ve undergone a full-on hormone treatment. I’m all woman. Except, of course..<</joe>><</nobr>>
You thrust your hips forward while you grab your package and shake it.
<<joe>>.. for this! Now, who’d like to experience what it’s like to be beaten by a woman?<</joe>>
[[Last on the field is a wet sock!|b2sports_2_2]]
<</timed>><</replace>><</link>>\
<<link "Apprehensive Answer">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Ok, ok you guys! Wow. Yeah, the theme for this year’s contest is Woman and so I underwent a hormone treatment.
And that’s all there is to it. You can all just treat me like $name, because that’s who I am. A man called $name.<</joe>><</nobr>>
[[Now can we move on and head to the field?|b2sports_2_2]]
<</timed>><</replace>><</link>>\
<<link "Flirty Answer">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Haha, wow. Ok, so this year’s contest theme is Woman and so
I.. practically became one! And you sure are all making me feel like one, too.
I didn’t know all this masculine energy could feel so.. Hot.<</joe>><</nobr>>
<<nobr>>A deafening silence falls over the room, everyone taking in your words and, well, body.
Your cheeks rapidly becoming the color of a tomato, you decide it's best to head out.<</nobr>>
[[Oof, hihi, I need some air! See you boys on the field!|b2sports_2_2]]
<</timed>><</replace>><</link>>\
</div>\
</div>\
<</if>>\
<<if $body is 3>>\
<div class="standard" id="sports">\
<<include "lockerroom banner">>
<<nobr>>Entering the lockerroom, you expect a wall of sound to hit you. An endless assault of questions, jokes and maybe even catcalls.
Instead, you find everyone looking at you, mouths practically on the floor.<</nobr>>
<<nobr>>Not choosing to go with hormones, you’re pretty sure you can’t feel any different than you did before.
But all these strong men staring at you like this is a whole new feeling. You can’t decide if it’s hot or creepy.
Blushing, you break the silence:<</nobr>>
<div id="choice1">\
<<link "Confident Explanation">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Well, well well! I guess that solves one of life’s great mysteries. How to shut all of you up!<</joe>><</nobr>>
The tension in the room drops as the guys laugh, shuffle around and remember to breathe.
<<nobr>><<joe>>Here’s the deal: this year’s contest theme is Woman, so I had some plastic surgery done. I know, I know, //they look so real//,
but it’s all bolted on. I’m still $name, and if anyone doesn’t believe me, you’re hereby invited on the field to get your ass kicked.<</joe>><</nobr>>
[[Last on the field is a wet sock!|b3sports_2_2]]
<</timed>><</replace>><</link>>\
<<link "Apprehensive Explanation">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Ok, well, I guess I’ll speak then. This year’s contest theme is Woman, so I had surgery done.
And that’s all there is to it. You can all just treat me like $name, because that’s who I am. A man called $name. With, you know.. extra’s.<</joe>><</nobr>>
[[Now can we move on and head to the field?|b3sports_2_2]]
<</timed>><</replace>><</link>>\
<<link "Flirty Explanation">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Wow, I’ve never gotten you all silent like this before! You guys are making me blush, haha.
So: this year’s contest theme is Woman and with you all acting like this, you’re sure as hell making me feel like one.
Allow me to introduce..<</joe>><</nobr>>
You gesture up and down, presenting your 'new' body.
<<nobr>><<joe>>$name 2.0! I’m me, but with a great rack and a big booty. Anyhoo, for all the boys that can stand up right now..<</joe>><</nobr>>
The color red flies through the room, touching cheeks left and right. There’s more than one confused boner here for sure.
[[.. can check out this view all the way to the field!|b3sports_2_2]]
<</timed>><</replace>><</link>>\
</div>\
</div>\
<</if>>\<<set $status to {
location: "sports",
activity: "sports",
title: {
location: "The Field",
activity: "Sports"
}
}>>\<<include "sports_2_2_setup">>\
<div class="standard" id="sports">\
<video id="video" src="images/sports/2/victory.mp4" autoplay></video>
<<nobr>>You’re not entirely sure why, but you’re on fire. You thought maybe losing all your body hair and your softer skin would irritate
and take getting used to. But for some reason the opposite seems true. You feel liberated, excited and energetic.
You’re like the Mulan montage, but only the final part where Mulan is suddenly better than the male soldiers.<</nobr>>
<<nobr>>Coach must’ve picked up on this as well, as he asks you to [[stick around for a moment after training|b1sports_2_3]]<</nobr>>
</div><div class="standard" id="sports">\
<<joe>>Sup, Coach?<</joe>>
<<coach>>Ah, $name. Listen, in all the years I’ve known you, I’ve never seen you this energetic. Tell me the truth: you’re not on something, are you, sport?<</coach>>
You can’t help but laugh, <<linkappend "to Coach’s confusement." t8n>>
<<coach>>What’s funny? That you clearly are, or that you clearly aren’t?<</coach>>
[[You apologize.|b1sports_2_4]]<</linkappend>>
</div><div class="standard" id="sports">\
<<joe>>Sorry, I couldn’t help it. I’m not on anything, coach, or I’d have told you. It’s funny cause, I guess.. I feel almost like I’m on something. I guess you picked up on that.<</joe>>
<<linkappend "A big smile forms on Coach’s face." t8n>>
<<coach>>Well, good, kid. That’s good. In that case, I want to ask a favor. Cody, as you might have noticed, is not on his game at all. I thought maybe you could help him out a bit?<</coach>>
[[Of course, anything for Coach and the team!|b1sports_2_5a]]
[[With everything going on, you don’t really have the time for that.|b1sports_2_5b]]
<</linkappend>></div><<set $story.sports.info to "Training was GOOD! You're so good, next week you'll help our your buddy Cody, who's struggling at the moment.">>\
<div class="standard" id="sports">\
<<joe>>Yeah, of course! Anything specific you want me to focus on or..?<</joe>>
<<nobr>>Coach thinks for a while before asking if you know something called a ‘Winged Batrace Two For Twelve’ strategy.
You don’t, which prompts him to go off into an anecdote that takes the better of 20 minutes.
Eventually, you say goodbye [[and head for the locker room.|b2sports_2_8b]]<</nobr>>
</div><div class="standard" id="sports">\
<<joe>><<nobr>>So.. I hope you don't take this the wrong way, but it felt like you were kind of..
struggling out there today. Is that fair to say?<</nobr>><</joe>>
Cody looks defeated. <<linkappend "//I mean, yeah..//" t8n>>
<<cody>>So like, what, you come to rub it in?<</cody>>
<<nobr>>For a split second your mind goes to the image of Cody's growing member, moments ago. If anyone,
//he// was the one ready to rub something! <</nobr>><<linkappend "Anyway.." t8n>>
<<joe>>What? No, no, of coure not! No bud, I thought maybe I could help you out? I've got some spare time. What do you say?<</joe>>
<<cody>>Oh, really? Well, I mean I guess it can't hurt, right? Like.. before general practice or something?<</cody>>
<<joe>>Yeah, that works! Meet me two hours early next week and we'll go over some stuff. See you, Codes!<</joe>>
[[You head out.|b2sports_2_14b3]]
<</linkappend>><</linkappend>></div><<set $spath.choice to 1>>\
<div id="sports" class="standard">\
<video id="video" src="images/sports/2/rub.mp4" autoplay loop controls></video>
<<nobr>>As you get in your car, you realize you've been rubbing yourself through your pants.
The way you felt in the shower.. and then getting perved on by Cody.. how excited it made him.. It's got you hot and fucking bothered.
You could take care of the.. situation. Handle it, as it were.<</nobr>>
<<link "Nah, you'll manage. Go home." "home">><<include "sports_update">><</link>>
<<link "Handle it. Right here, right now." "sports_2_7a">><</link>>
</div>\<<set $story.sports.info to "Training was GOOD! And you met someone. June. God, she is something else. You should go watch her cheering practice.">>\
<div class="standard" id="sports">\
<<joe>>I'm awfully sorry, Coach, But with everything going on with the contest and all, I really don't have the time right now.<</joe>>
<<coach>>Ah, I see. Well, can't blame a guy for trying, 'eh sport? See you next week then, keep it up!<</coach>>
With that, <<linkappend "you start heading for the locker room." t8n>>
<<nobr>>Just when you're about to leave the field, you're greeted by a young woman.
You remember seeing her and some of her friends watching your practice, something you don't really see that often.
[[You think her name is.. June?|b1sports_2_6b]]<</nobr>><</linkappend>>
</div><div class="standard" id="sports">\
<img id="banner" src="images/characters/splash/june.png">
<h3>June</h3>
You recognize the young woman as June, a cheerleader. You don't really know her to be honest. You know she's pretty?
[[She greets you.|b1sports_2_7b]]
</div>\<div class="standard" id="sports">\
<<june>><<nobr>>Heey! You looked fantastic out there!!<</nobr>><</june>>
<<joe>><<nobr>>Thanks! You girls enjoy the show?<</nobr>><</joe>>
<<linkappend "She grins." t8n>>
<<june>><<nobr>>Sure did! Are you always that energetic?<</nobr>><</june>>
<<joe>>Sometimes! Actually, I've had this skin treatment done? And for some reason it.. helped?<</joe>>
You realise that sounds weird to say, [[so you quickly try and explain.|b1sports_2_7b2]]<</linkappend>>
</div><div class="standard" id="sports">\
<<joe>>It's err cause of this contest, see and..<</joe>>
She starts laughing and your explanation turns into mumbling.
<<june>><<nobr>>We know about the contest! That's why we were here!<</nobr>><</june>>
[[You were?|sports_2_5a_3b]]
</div>\<div id="sports" class="standard">\
<<june>><<nobr>>Yeah, we came to watch you! We heard the great $name $lastname is turning into a woman and training with the fellas.<</nobr>><</june>>
<<joe>><<nobr>>Right! Gossip, huh? Gotta admit, that does sound like it would be worth a watch. I hope you got your money's worth!<</nobr>><</joe>>
<<june>><<nobr>>I did! And I wanted to ask you something..<</nobr>><</june>>
<<joe>><<nobr>>I see. Well, it's true..<</nobr>><</joe>>
<<if $body is 1>>You grab the place your tits would be if you had any and shake.<</if>>\
<<joe>>They're real!<</joe>>
[[She laughs.|sports_2_5a_4]]<</linkappend>>
</div>\<<include "sports_2_2_setup">>\
<div class="standard" id="sports">\
<video id="video" src="images/sports/2/tired.mp4" autoplay loop controls></video>
<<nobr>>Doctor Laedi had warned you about a drop in physical performance with the Hormoney treatment.
But sports have always come natural to you, so perhaps that warning - much like yourself during today’s training -
never really stood a chance. All training long, you find yourself lagging behind, constantly out of breath. <</nobr>>
<<nobr>>After a particularly intense exercise, you find yourself lying on ground, catching your breath,
[[when a big figure appears in front of you.|b2sports_2_3]]<</nobr>>
</div><div class="standard" id="sports">\
<img id="banner" src="images/characters/splash/tim.png">
<h3>Tim</h3>
<<nobr>>Tim once had his picture taken for the google image search “All brawn no brain”.
His brute strength and size make him the perfect leader for your team's defensive line.
An important position - as it allows the likes of you to do your part as he swings away at your opponents.<</nobr>>
<<nobr>>He’s an OK guy, as long as he’s on your side. And if he’s on your side - so is half the team,
as they either look up to or fear him. He’s not hard to keep happy, but if there’s one thing that doesn’t
sit right with the brute, it’s weakness.<</nobr>>
He sighs. <<link "Jesus Christ, $name.." "b2sports_2_4">><</link>>
</div>\<div class="standard" id="sports">\
<<tim>>I know everyone thinks your little compti..titian? Compestin.. Compestinion.. <</tim>>
<<linkreplace "Competition.." t8n>>\
<<joe>>Competition?<</joe>>
<<tim>>That’s what I said. Complecision Is like super cool but I want you to know that I dont think that. Ok? If you cant be good youre bad. And thats not ok. You better get that. Got it?<</tim>>
<<linkreplace "Sure." t8n>>\
<<joe>>Yeah, ok, I got it, Tim.<</joe>>
He doesn’t respond. Instead, he stands there distracted, looking at you. At your body.
<<joe>>Tim?<</joe>>
His stare interrupted, his eyes quickly move from your butt to your face, his cheeks turning red. He mumbles something and leaves. Great. Cause training was already fun enough.
<<nobr>>After what seems like forever, the torture that is today’s training comes to an end. As everyone
makes their way to the dressing room, [[Coach wants to talk to you.|b2sports_2_5]]<</nobr>>
<</linkreplace>><</linkreplace>>\
</div>\<div class="standard" id="sports">\
<<coach>><<nobr>>Well, sport, you know I’ve always supported these hobbies and things of yours,
and you know I don’t care about what you do or what you look like or identify as. You know that.<</nobr>>.<</coach>>
You do, he really couldn’t care less. <<linkappend "You nod." t8n>>
<<coach>><<nobr>>And that won’t change. But what I do care about, is how we function as a sports team.
And I don’t expect perfect consistency week in week out, so if you need some time to reinvent yourself physically,
I’ll give you that time.<</nobr>><</coach>>
<<coach>><<nobr>>But in your role, you need the full support of the defensive line. From what I saw today, you lost that support.
Now with the competition starting up soon, that’s a problem. The way I see it, there’s two solutions.<</nobr>><</coach>>
<<link "He continues." "b2sports_2_6">><</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<coach>>You either somehow make good with Tim and win him back over to guarantee the defensive support you need..<</coach>>
<<coach>><<nobr>>Or you swap roles - for now - with Cody. He’s got the skills, and a promotion will earn him the needed respect from Tim.
I will need you to help him out, of course. It’s not the easiest of swaps. So..<</nobr>><</coach>>
He claps his hands together and <<linkappend "looks you in the eye." t8n>>
<<coach>>Make a decision. Dismissed, sport.<</coach>>
[[You think about your options.|b2sports_2_7]]<</linkappend>>
</div><div class="standard" id="sports">\
<<nobr>>''Option 1'' - You can try to win Tim’s respect - or at least his support - and stay on in your current role.
After today’s training, you don’t see yourself winning back his respect through physical strength anytime soon. Which leaves..
Tim’s distracted and lustful look on you earlier. Maybe if he thinks of you as his girl that needs protection?
Or maybe even thinks of you as his mistress, that could work..<</nobr>>
<<link "Let’s focus our attention on Tim." "b2sports_2_8a">>\
<<set $story.sports.info to "Training SUCKED! God, you're so much weaker. And to top it off, you've started seducing Tim?! If nothing else, it's exciting?">>\
<</link>>
<<nobr>>''Option 2'' - Or you could choose to swap roles with Cody. You’ll probably be working with him one on one pretty intensely
for a while, and your ego would take a hit from stepping down, but at least you don’t have to try and seduce Tim of all people.<</nobr>>
[[Cody, we’ll work with Cody.|b2sports_2_8b]]
</div><div class="standard" id="sports">\
<<include "lockerroom banner">>
<<nobr>>The locker room is almost empty when you get there. Talking to Coach and thinking over your options took some time.
There’s one person left: Tim. Which isn’t unusual. The usually adds another 30 minutes of strength training,
and sometimes he’ll forget he already added 30 and add another.<</nobr>>
<<nobr>>You’re not entirely sure how you’re gonna pull this whole thing off, and frankly the thought alone has you dizzy with nerves.
But you know that if this is going to work, Tim needs to.. want you. And so without giving it much thought,
you decide to give him a little show.<</nobr>>
[[Both nervous and excited, you start getting ready to shower.|b2sports_2_9a]]
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/dom1.mp4" autoplay loop controls></video>
<<nobr>>Once you’ve got Tim’s attention, you start to take off your clothes one by one. Making sure to highlight your feminine features,
you stroke your breasts and ass as you get naked. With Tim’s eyes glued to your body, [[you step into the shower.|b2sports_2_10a]]<</nobr>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/dom2.mp4" autoplay loop controls></video>
<<nobr>>As the warm water hits your soft skin, you start rubbing soap on your body. Using the bubbly liquid to guide your hands,
you feel up your brand new breasts and pay special attention to your butt. Then, without realizing it,
your hands find your slowly but surely stiffening cock.<</nobr>>
From the shower entrance, [[you hear Tim clearing his throat.|b2sports_2_11a]]
</div>\<<set $spath.choice to 3>>
<div class="standard" id="sports">\
<video id="video" src="images/sports/2/dom_looking.mp4" autoplay loop controls></video>
<<tim>>Um. Well eh.. See you next week. Ok. Uhh..<</tim>>
<<nobr>>Unable to finish a thought, he stands there looking at you - your body - for what feels like forever.
When he finally snaps out of it, he turns <</nobr>><<linkappend "his eyes towards the floor." t8n>>
<<tim>>Ok goodbye.<</tim>>
<<nobr>>As you watch him leave, you feel a euphoric feeling coming over you.
Not only did you just use your body to gain that man’s attention - it practically gave you control over him.<</nobr>>
<<link "With your little show a succes, you get out, get dressed and go home." "home">>\
<<include "sports_update">><</link>>\
[[Now too horny to stop, you stay in the shower.|b2sports_2_13a]]<</linkappend>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/dom3.mp4" autoplay loop controls></video>
<<nobr>>The touch of your new, hot body and the effect your show had on your teammate
put you into a state of overdrive as you can’t not masturbate. Trying different positions to stroke your cock,
you eventually find yourself sitting down, [[working towards your desperate release.|b2sports_2_14a]]<</nobr>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/dom4.mp4" autoplay loop controls></video>
<<nobr>>A few more strokes bring your body to climax, rewarding it with an intense orgasm.
Whether it’s the reason for your raunchiness or the changes to your body - you experience the moment like you’ve never had before.
It takes a little longer than usual before post-nut clarity kicks in and you realise you’re sitting
on the bathroom floor playing with your cum.<</nobr>> <<link "Time to go home." "home">>\
<<include "sports_update">><</link>>\
</div>\<div class="standard" id="sports">\
<<include "lockerroom banner">>
<<nobr>>The locker room appears to be empty when you get there. Tired from training and your head a storm of
thoughts with everything that’s happened recently, [[you decide you could really use a relaxing shower.|b2sports_2_9b]]<</nobr>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/cod1.mp4" autoplay loop controls></video>
<<nobr>>As the drops pour down onto your sensitive skin, the warmth of the water and your own touch make you feel
more feminine than you’ve felt since the treatment. Unaware of your surroundings, you allow your thoughts and stress to
flow away and give in to the feeling, [[swaying your hips left and right and enjoying the touch of your body.|b2sports_2_10b]]<</nobr>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/cod2.mp4" autoplay loop controls></video>
<<nobr>>At one point you turn your head and see Cody, his body facing you but his head turned towards the door as if he’s scared
someone might enter. His cock is on full display, rapidly growing into a powerful erectio. You quickly turn away.
<</nobr>>
[[And pretend you didn’t see him before noisily getting out of the shower.|b2sports_2_11b2]]
[[Or do you? Let's continue the show and make damn sure he knows you know.|b2sports_2_11b1]]
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/cod3.mp4" autoplay loop controls></video>
<<nobr>>Excited - both by the effect you have on Cody and the idea of surprising him -
you twirl around like a stripper and feel yourself up before grabbing a towel and exiting the shower.
Cody quickly throws a towel over his lap and starts looking around as though lost something.<</nobr>>
[[You approach him.|b2sports_2_11b2]]
</div>\<div class="standard" id="sports">\
<<joe>>Cody, hey! I didn’t know you were in here. Listen, Coach wanted me to discuss something with you. You got a second?<</joe>>
Cody looks like one of those dogs pretending the bucket of paint splattered around the living room isn’t there.
<<cody>>Oh hey! Hey, eh. Yeah, hey! No I didn’t err know that either. That you were. I mean you are, I can see that now, haha. Right? You’re here, I’m here, tadaa! Heh. Eh, yeah no I have a second yeah?<</cody>>
<<if $body is 2>>[[You start explaining.|b2sports_2_12b]]<</if>><<if $body is 1>>[[You start explaining.|b1sports_2_7a]]<</if>>
</div>\<div class="standard" id="sports">\
<<joe>>.. and so we figured it’d be best if you and me swap roles for the time being. I’ll help you out, of course. Some one on one training. What do you think?<</joe>>
<<linkappend "He hesitates." t8n>>
<<cody>>Damn. Er, well. I mean I understand but.. that’s a lot to ask, you know? I love sports, of course I do, but it’s never been my ambition to play that role, you know?<</cody>>
<<cody>>Time, effort, probably a lot of flack from the guys. I guess what I’m saying is... what do I get out of this?<</cody>>
<<nobr>>It never occurred to you that Cody wouldn’t be up for this. It’s an honor, right? If he's not comfortable in the role and has no ambition
towards it, you //are// asking quite a lot, though.<</nobr>>
<<joe>>That's fair, bud. Tell you what, I'll think of a way to make it up to you. Alright?<</joe>>
<<nobr>>Cody shrugs and mutters something along the lines of //'yeah, ok'//. You're gonna have to think of something. For now, you decide to meet up
two weeks before next week's general practice to train for the roleswap. <</nobr>><<link "Time you head on home." "b2sports_2_14b1">>\
<</link>><</linkappend>>\
</div><<set $story.sports.info to "Training SUCKED! God, you're so much weaker. Now you've gotta swap roles with Cody. Yeesh!">>\
<div class="standard" id="sports">\
<<joe>><<nobr>>Get out of this? Buddy, we just want to win! Don’t you? That’s what you get,
that’s what we all get! Victory, a sense of pride and accomplishment. You need more than that?<</nobr>><</joe>>
Before you’ve finished your sentence, <<linkappend "Cody starts nodding his head in agreement." t8n>>
<<cody>>No, of course, you’re right. Sorry, my first instinct is often to see a bunch of problems. I think it’s a great idea, let’s do it.<</cody>>
<<nobr>>The two of you decide to meet up two hours before next week’s general practice so you can go over some things,
before <</nobr>><<link "you head on home." "b2sports_2_14b1">><</link>>\
<</linkappend>>
</div><<set $story.sports.info to "Training SUCKED! You're so weak, you've got to swap roles! Might as well dominate Cody a bit while you're at it, huh? Kinky!">>\
<div class="standard" id="sports">\
<<joe>><<nobr>>Get out of this? Greedy little bastard, haha. Tell you what pumpkin, as a reward,
how about next time you’re perving on me I’ll allow you to touch yourself down there, hm?<</nobr>><</joe>>
<<nobr>>Cody’s face turns red in surprise and in the corner of your eye you see tent
moving.<</nobr>> <<linkappend "He turns his gaze to the floor as he mutters." t8n>>
<<cody>>That.. that sounds amazing actually.<</cody>>
You stare at him in silence. As he raises his head to see your reaction his eyes meet yours and <<linkappend "he continues." t8n>>
<<cody>>Th- thank you. Thank you so much, really.<</cody>>
<<joe>>Alright, then. Next week, we start two hours before general practice, go over some stuff. Don’t be late.<</joe>>
After, Cody heads for the shower and you [[exit the locker room.|b2sports_2_14b2]]<</linkappend>><</linkappend>>
</div><<set $story.sports.info to "Training SUCKED! You're so weak, you've got to swap roles! And then you.. promised to, next week, help Cody.. get off? Ooh la-la.">>\
<div class="standard" id="sports">\
<<joe>>Hm, yeah, I suppose you would be giving a lot, all for me to do this contest of mine.<</joe>>
Cody tilts his head slightly and raises his shoulders as if to say: “That’s all I’m saying..”. <<linkappend "You continue." t8n>>
<<joe>>And I wouldn’t want that to go unrecognized, you know. How about next week you help me with this and afterwards, I’ll help you.. <</joe>>
You turn your gaze towards his erection.
<<joe>>.. with that?<</joe>>
As he takes in your offer, Cody’s face reads: “very excited but trying to stay cool”. <<linkappend "It doesn’t take him long to answer, though." t8n>>
<<cody>>Deal!<</cody>>
The two of you decide to meet up two hours before next week’s general practice. After, trying to hide your giddy excitement over what just happened, [[you leave the locker room.|b2sports_2_14b1]]
<</linkappend>><</linkappend>>
</div><div id="sports" class="standard">\
<video id="video" src="images/sports/2/rub.mp4" autoplay loop controls></video>
<<nobr>>As you get in your car, you realize you've been rubbing yourself through your pants.
Ever since your shower, you've been hot and bothered.
You could, of course, take care of the.. situation. Handle it, as it were.<</nobr>>
<<link "Nah, you'll manage. Go home." "home">><<include "sports_update">><</link>>
<<link "Handle it. Right here, right now." "sports_2_7a">><</link>>
</div>\<div id="sports" class="standard">\
<video id="video" src="images/sports/2/rub.mp4" autoplay loop controls></video>
<<nobr>>As you get in your car, you realize you've been rubbing yourself through your pants.
Ever since your shower, you've been hot and bothered.
You could, of course, take care of the.. situation. Handle it, as it were.<</nobr>>
<<link "Nah, you'll manage. Go home." "home">><<include "sports_update">><</link>>
<<link "Handle it. Right here, right now." "sports_2_7a">><</link>>
</div>\<<include "sports_2_2_setup">>\
<div class="standard" id="sports">\
<<include "thefield">>
<<nobr>>Training, especially compared to what just happened in the lockerroom, is a relatively eventless affair.
It's early in the season, so everything is light and breezy for now.<<if $body is 2 or $body is 4>> Or, well, you know it should
be a light and breezy session, but admittedly, for you.. it's not. The hormone treatment definitely made you physically
weaker.<</if>><<if $body is 4>> And that's not all, of course.<</if>><<if $body is 3 or $body is 4>> Having a giant set of breasts
and a way bigger ass takes practice to maneuver.<</if>><<if $body is 2 or $body is 3 or $body is 4>> Anyway. Overall, you're fine.<</if>><</nobr>>
[[That is, until..|b3sports_2_3]]
</div>\<div class="standard" id="sports">\
<img class="storygif" src="images/sports/2/grab1.gif">
You feel someone touching you. Buttslaps have always been a part of the culture within the team. Friendly, encouraging little slaps on the bum among men.
This is not that. This is someone forcefully feeling you up. It's sexual. And..
[[..it's way out of line! You're not having it.|b3sports_2_4a]]
[[..you completely freeze up and let it happen.|b3sports_2_4b]]
[[..to your surprise.. you like it.|b3sports_2_4c]]
</div>\<<set $story.sports.info to "Assholes thought they could start touching you, just cause you're a woman? Fuck that. June, your new.. friend, agrees. June and her two handfuls.">>\
<div class="standard" id="sports">\
<img class="storygif" src="images/sports/2/slapback.gif">
<<nobr>>You don't allow your predator to finish his dirty business and in one clean move turn the tables on him. You channel your inner
Will Smith and slap him //hard//. You hear a couple of women cheer from the sideline. The group, however, is dead silent.<</nobr>> <<linkappend "Time to address the group." t8n>>
<<joe>><<nobr>>Alright, boys, //apparently// this is necessary because I guess some of you are fucking pigs whose brains shut off when you see
anything remotely female.<</nobr>><</joe>>
<<joe>><<nobr>>So. From here on out - I'm the same teammate I was last week, and nobody touches me unless I consent. And I don't. Clear?<</nobr>><</joe>>
<<nobr>>The guys mostly make a point of looking anywhere but at you. Clearly, this would've just been the first. Damn animals.
The rest of training your butt remains hands-free. On your way to the lockerroom,<</nobr>> [[you run into one of the cheering girls.|sports_2_5a]]<</linkappend>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/reluctant.mp4" autoplay loop controls></video>
<<nobr>>It happens fast and there's nothing you can do about it. It takes you by surprise and leaves you standing there like a
defenseless little being.<</nobr>>
After that, your buttocks meet hand after hand [[as your butt gets..|b3sports_2_5b]]
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/2/bite.mp4" autoplay loop controls></video>
<<nobr>>As you feel the strong hand exploring your body, you realise //you like it.//
You thought you would light up in anger. Instead, the tiniest of moans escapes your lips.<</nobr>>
Unsurprisingly, your reaction doesn’t exactly bring a stop to this, [[as your butt gets..|b3sports_2_5b]]
</div><div class="standard" id="sports">\
<img class="horizontalstorygif" src="images/sports/2/grabbed.gif">
[[.. grabbed..|b3sports_2_5b2]]
</div><div class="standard" id="sports">\
<img class="horizontalstorygif" src="images/sports/2/slapped.webp">
[[.. slapped..|b3sports_2_5b3]]
</div><div class="standard" id="sports">\
<img class="storygif" src="images/sports/2/squeezed.webp">
and squeezed all throughout practice. Finally, as everyone makes their way to the locker room, you Coach’s voice: <<link "$name, hang back a moment." "b3sports_2_6b">><</link>>
</div><div class="standard" id="sports">\
<<coach>>Well.<</coach>>
You nod. <<linkappend "Coach takes a deep breath." t8n>>
<<coach>><<nobr>>Look, you know I don’t care what you look like or do in your own time. But I do care about the team, and right now?
I’ve got a very distracted team on my hands. And a distracted team doesn’t function. See?<</nobr>><</coach>>
You do, you see. You hesitate for a moment. You’re clearly a distraction, but is that supposed to be your fault?
[[It’s not. Tell Coach you’re sorry, but it’s not your responsibility.|b3sports_2_7b]]
[[It probably is, honestly. Tell Coach you’ll find a solution.|b3sports_2_7c]]
<</linkappend>>\
</div><div class="standard" id="sports">\
<<joe>><<nobr>>I do see, Coach. But I don’t think it’s up to me to change that. What about gay or bi athletes?
They’re surrounded by people they fancy every week, yet they’re not distracted 24/7, right?<</nobr>><</joe>>
Coach’s face goes through several ‘thinking’-expressions before landing on a defeated one. <<linkappend "He sighs." t8n>>
<<coach>><<nobr>>You’re right, you’re right. Of course you’re right. I’ll handle it. I’ll go talk to the team, meanwhile maybe you could
give me a couple of laps around the field? Let them all cool down a bit before you bother ‘m again with ehm..<</nobr>><</coach>>
He waves his hands around, looking the words. <<linkappend "You make a suggestion." t8n>>
<<joe>>My tits?<</joe>>
Coach raises his shoulders and gives you a “I mean..”-look before heading to the locker room.
[[You go for a couple more laps|b3sports_2_8b]]<</linkappend>><</linkappend>>
</div><<set $spath.choice to 4>>\
<<set $story.sports.info to "So.. apparently looking like a woman made you the team hands-on mascotte! You're quite the distraction. Maybe you can use that somehow?">>\
<div class="standard" id="sports">\
<<include "lockerroom banner">>
<<nobr>>As you’re doing your laps, one thing about your conversation with Coach keeps lingering in your thoughts.
//I’m clearly a distraction.// It’s the word //clearly// that keeps you busy. If it’s so obvious that you’re a distraction,
you’ll be a distraction.. regardless, right? To.. anyone. Which means maybe you could use that distraction.
But instead of distracting your own team.. distract your opponents. Right?<</nobr>>
After your laps, you head back to a now empty locker-room. After getting dressed, [[you go to your car.|b3sports_2_8b2]]
</div><div id="sports" class="standard">\
<video id="video" src="images/sports/2/rub.mp4" autoplay loop controls></video>
<<nobr>>As you get in your car, you realize you've been rubbing yourself through your pants.
There'd been nobody in the lockerroom and your mind wandered back to everyone greedily touching you during training.
You could, of course, take care of the.. situation. Handle it, as it were.<</nobr>>
<<link "Nah, you'll manage. Go home." "home">><<include "sports_update">><</link>>
<<link "Handle it. Right here, right now." "sports_2_7a">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>>You're right, Coach. I'll find a solution - it's my fault after all.<</joe>>
<<coach>>I appreciate that, kid. Good luck. See you next week!<</coach>>
Coach walks off but comes to a halt after a couple of steps <<linkappend "and turns around." t8n>>
<<coach>>Oh, hey, maybe you could try talking to Tim. If you have him on your side, the rest are sure to lay off.<</coach>>
Then, he turns back and walks off.
<<nobr>>It's not a bad idea. Your tits and ass aren't going anywhere, so becoming less of a distraction isn't really an option.
[[You and Tim aren't exactly besties, though..|b3sports_2_8c]]<</nobr>>
<</linkappend>>
</div><<set $story.sports.info to "So.. apparently, a big pair of tits and an inflated ass distracts people. And so.. you've started seducing Tim?! Well.. if nothing else, it's exciting?">>\
<div class="standard" id="sports">\
<img id="banner" src="images/characters/splash/tim.png">
<h3>Tim</h3>
<<nobr>>Tim once had his picture taken for the google image search “All brawn no brain”.
His brute strength and size make him the perfect leader for your team's defensive line.
An important position - as it allows the likes of you to do your part as he swings away at your opponents.<</nobr>>
<<nobr>>The two of you don't really get along, though, so just asking him won't do. Also, you're pretty sure
he felt you up more than once today. No, if you want on your side, you need to make him feel like you're his.
Ignite jealousy in him when others even look at you. That would work..<</nobr>>
[[Let's try it. Let's.. seduce Tim. Thinking about your decision, you head to the locker room.|b2sports_2_8a]]
Unles.. No, actually, screw that. You find Coach and [[tell him it's not your problem.|b3sports_2_9c2]]
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>Coach, listen, I thought about it, and frankly I don't think it's my problem. I mean, what about gay or bi athletes?
They’re surrounded by people they fancy every week. They’re not distracted 24/7, right?<</nobr>><</joe>>
Coach’s face goes through several ‘thinking’-expressions before landing on a defeated one. <<linkappend "He sighs." t8n>>
<<coach>><<nobr>>You’re right, you’re right. Of course you’re right. I’ll handle it. I’ll go talk to the team, meanwhile maybe you could
give me a couple of laps around the field? Let them all cool down a bit before you bother ‘m again with ehm..<</nobr>><</coach>>
He waves his hands around, looking the words. <<linkappend "You make a suggestion." t8n>>
<<joe>>My tits?<</joe>>
Coach raises his shoulders and gives you a “I mean..”-look before heading to the locker room.
[[You go for a couple more laps|b3sports_2_8b]]<</linkappend>><</linkappend>><div class="standard" id="sports">\
<img id="banner" src="images/characters/splash/june.png">
<h3>June</h3>
You recognize the young woman as June, a cheerleader. You don't really know her to be honest. You know she's pretty?
[[She greets you.|sports_2_5a_2]]
</div>\<div class="standard" id="sports">\
<<june>><<nobr>>Heey! All slapped out?<</nobr>><</june>>
<<joe>><<nobr>>All done! You girls enjoy the show?<</nobr>><</joe>>
<<linkappend "She grins." t8n>>
<<june>><<nobr>>Sure did! Was that your first fondler?<</nobr>><</june>>
<<joe>><<nobr>>I think so? I mean there's been sexually agressive women before but there'd always be at least some flirting
or //something// leading up to that. This here? No warning, nothing!<</nobr>><</joe>>
<<june>><<nobr>>That's how they do it! Welcome to being a woman, I guess.<</nobr>><</june>>
Ugh, men are such pigs. Which doesn't surprise you, but it still sucks. You look around the field. It's just you and June left.
[[You ask her why she's here.|sports_2_5a_3]]<</linkappend>>
</div>\<div id="sports" class="standard">\
<<joe>><<nobr>>Any special reason you guys came to watch? I don't see your friends anywhere, they leave?<</nobr>><</joe>>
<<linkappend "She points right at you and smiles." t8n>>
<<june>><<nobr>>We came to watch you! We heard the great $name $lastname was turning into a woman and training with the fellas.<</nobr>><</june>>
<<joe>><<nobr>>Right! Gossip, huh? Gotta admit, that does sound like it would be worth a watch. I hope you got your money's worth!<</nobr>><</joe>>
<<june>><<nobr>>I did! And I wanted to ask you something..<</nobr>><</june>>
<<joe>><<nobr>>I see. Well, it's true..<</nobr>><</joe>>
<<if $body is 1>>You grab the place your tits would be if you had any and shake.<</if>>\
<<if $body is 2>>You grab your all-natural hormone induced titties and shake 'm.<</if>>\
<<if $body is 3>>You grab your massive set of tits and wobble them up and down.<</if>>\
<<joe>>They're real!<</joe>>
[[She laughs.|sports_2_5a_4]]<</linkappend>>
</div>\<div id="sports" class="standard">\
<<june>><<nobr>>What I want to ask is if.. maybe you want to come watch us cheerleaders train sometime?<</nobr>><</june>>
<<joe>><<nobr>>Why, you guys got a cheerleader turning into a man and training with the gals?<</nobr>><</joe>>
<<june>><<nobr>>No.. but I can think of two other reasons you might want to come watch?<</nobr>><</june>>
<<joe>><<nobr>>Yeah, what are those?<</nobr>><</joe>>
<<june>><<nobr>>I'll show you..<</nobr>><</june>>
[[She grabs her jacket's zipper.|sports_2_5a_5]]
</div>\<div id="sports" class="standard">\
<video id="video" src="images/sports/2/flash.mp4" autoplay loop controls></video>
<<june>>Two very real reasons right here! And who knows, maybe we'll find a third reason?<</june>>
<<nobr>>Somewhere in the back of your head a voice asks: //'Should we say something?'//, which is answered by another,
rather distracted sounding voice: //'ssshh.. I'm busy..'//.
Then a third voice - <</nobr>><<linkappend "that sounds a hell of a lot like June - says:" t8n>>
<<june>><<nobr>>$name? Will you think about?<</nobr>><</june>>
<<joe>><<nobr>>Hm? Yes! Yes, I will //definitely// think about them.<</nobr>><</joe>>
<<linkappend "She smiles." t8n>>
<<june>><<nobr>>Good! See you!<</nobr>><</june>>
<<nobr>>You mumble a goodbye and she scuttles off. Damn. Realizing you rather have this on your mind than deal with another packed
locker room, you decide to run a couple laps around the field [[before changing and getting to your car.|sports_2_6a]]<</nobr>><</linkappend>><</linkappend>>
</div>\<<set $spath.choice to 2>>\
<div id="sports" class="standard">\
<video id="video" src="images/sports/2/rub.mp4" autoplay loop controls></video>
<<nobr>>As you get in your car, you realize you've been rubbing yourself through your pants.
There was nobody in the locker room, and your mind had been wandering back to your conversation with the lovely June.
And her tiddies, of course, let's be honest here. You could, of course, take care of the.. situation. Handle it, as it were.<</nobr>>
<<link "Nah, you'll manage. Go home." "home">><<include "sports_update">><</link>>
<<link "Handle it. Right here, right now." "sports_2_7a">><</link>>
</div>\<div id="sports" class="standard">\
<video id="video" src="images/sports/2/car1.mp4" autoplay loop controls></video>
<<nobr>>The sudden rush of knowing what you're about to do fills your body with a heat and you quickly take off your pants and shirt.
Within seconds, you're jacking off like a madman, losing yourself in the high tempo of your strokes.<</nobr>>
[[It doesn't take you long.|sports_2_7a_2]]
</div>\<div id="sports" class="standard">\
<video id="video" src="images/sports/2/car2.mp4" autoplay loop controls></video>
<<nobr>>Desperate for relief, you speedrun yourself to orgasm. A your warm, sticky cum covers your stomach and fingers.
You look at your fingers..<</nobr>>
<<link ".. and with post-nut clarity, you chuckle, wipe it off and head home." "home">><<include "sports_update">><</link>>
<<link ".. and, still horny as anything, lick them clean." "sports_2_7a_3">><</link>>
</div>\<div id="sports" class="standard">\
<video id="video" src="images/sports/2/car3.mp4" autoplay loop controls></video>
<<nobr>>Sober, you probably couldn't appreciate the taste, but drunk as you are with sex, the white liquid tastes sweet.
Satisfied, you dress, mutter a final //'fucking hell'// <</nobr>><<link "and head home.""home">><<include "sports_update">><</link>>
</div>\<<run State.setVar("$present.one.image", $char.coach.paperclip)>>\
<<run State.setVar("$present.one.popup", "coach_popup")>>\
<<run State.setVar("$present.total", 0)>>\
<<run State.setVar("$char.coach.tip", "You look different, sport. New haircut?")>>\
<div class="standard" id="sports">\
<<include "thefield banner">>
<<nobr>><<coach>> Alright $name, let’s talk Contest. What’s going on?<</coach>><</nobr>>
Coach, being an open-minded man of the world listens patiently as you explain this year’s theme and challenge. When you’re done explaining, he smiles.
<<nobr>><<coach>>Well, that’s quite the story! If nothing else, you guys are creative..<</coach>><</nobr>>
<<nobr>><<coach>>Look, you can come to training looking like a bottle of hairspray for all I care,
as long as you perform. And since you kept your junk, you’re fine to stay on the men’s team.<</coach>><</nobr>>
He looks away for a moment, seemingly lost in thought. Then continues.
<<nobr>><<coach>>But, if the idea is to experience being a woman.. well, you can always consider joining the cheerleading squad for the season.<</coach>><</nobr>>
<<linkreplace "What about joining the women's squad?" t8n>>\
<<nobr>><<coach>>Can’t do, I’m afraid. Wouldn’t be fair, see? Think of it like.. a woman entering your little contest.
No, there’s just the two choices. And I’d prefer you make the choice asap. Us coaches don’t like changes halfway through the season.
Take your time..<</coach>><</nobr>>
.. and let me know what you [[decide.|sports_2_5]]<</linkreplace>>
</div>\<<run State.setVar("$present.one.image", $char.coach.paperclip)>>\
<<run State.setVar("$present.one.popup", "coach_popup")>>\
<<run State.setVar("$present.total", 0)>>\
<<run State.setVar("$char.coach.tip", "In the words of Nelly Furtado and Timbaland: I want you on my team. And so does everybody else.")>>\
<div class="thisorthat">\
<div class="tot_title"><h1>Choose A Path</h1></div>\
<div class="tot_left">\
<div class="tot_image">\
<h3>Stay On The Men's Squad</h3>
Eh.. lalala test?
<h3>[[Choose This|sports_2_6a]]</h3>
</div>\
<div class="tot_choose_l">\
<div class="name_block" id="sports1_tot_l">\
<img id="small_bradius" src="images/sports/athlete.svg">\
</div>\
</div>\
</div>\
<div class="tot_right">\
<div class="tot_image_r">\
<h3>Become A Cheerleader</h3>
Eh.. lalala test?
<h3>[[Choose This|sports_2_6b]]</h3>
</div>\
<div class="tot_choose_r">\
<div class="name_block" id="sports1_tot_r">\
<img id="small_bradius" src="images/sports/cheerleader.svg">\
</div>\
</div>\
</div>\
</div>\
</div>\
<<include "sports_update">>\
<<set $sportschoice to "cheerleader">\
<<set $story.sports.title.stage3.after to "Week 2: First Cheers">>\
<<set $story.sports.title.stage4.after to "Week 3: Getting the Hang of it">>\
<<set $story.sports.unlocked to "yes">>\
<<set $story.sports.team to "cheerleader">>\
<<set $story.sports.info to "You're going to be a cleerleader! Will they accept you? If you're //all// leaders, who do you lead? What's a pompom? Find out all this and more, next on: //Sports//.">>\<img id="banner" src="images/locations/banner/home.png">
<img id="small_bradius" src="images/ui/home.svg">\
<br>\<img id="banner" src="images/locations/banner/bedroom.png">
<img id="small_bradius" src="images/ui/bedroom.svg">\
<br>\<img id="banner" src="images/locations/banner/thefield.png">
<img id="small_bradius" src="images/ui/thefield.svg">\
<br>\<img id="banner" src="images/locations/banner/lockerroom.png">
<img id="small_bradius" src="images/ui/lockerroom.svg">\
<br>\<<set $activity to "sports">>\
<<set $status to {
activity: "sports",
location: "sports",
title: {
activity: "Sports'",
location: "Sportsy Places"
}
}>>\
<<if $spath.choice is 1>><<include "sports_p1_1">><</if>>\
<<if $spath.choice is 2>><<include "sports_p2_1">><</if>>\
<<if $spath.choice is 3>><<include "sports_p3_1">><</if>>\
<<if $spath.choice is 4>><<include "sports_p4_1">><</if>>\
<<set $location to "sports">>\/* P1 - B1 CODY */\
/* Sports 3: Because you’re doing great, you’re helping out Cody, who is struggling. */\
<div class="standard" id="sports">\
<<include "homesetting banner">>
<<if $body is 1>><<nobr>>You're at home when you get a message from Cody. That is to say: multiple messages from Cody.
It's a lot, and they boil down to him basically being nervous ever since you talked about his performance. It appears
he's gone down quite the spiral for such a small thing.<</nobr>><</if>>\
<<if $body is 2>><<nobr>>At the beginning of the week you find yourself thinking about the talk you had with Cody.
You promised him you'd think of a way to pay him back if he'd help you, but you're having trouble thinking of something
that feels reasonable. You're asking quite alot.<</nobr>><</if>>\
<<link " You decide to ask Lisa, who's watching some soap on tv." "sports_p1_2">><</link>>
</div><div class="standard" id="sports">\
<<joe>>Hey, babe. Question. I told you about Cody, right? With the thing last week?<</joe>>
<<if $body is 2>><<lisa>>The cute boy that fancies you and you asked to swap positions with?<</lisa>>
<<lisa>><<nobr>>Yeah, you told me. You were gonna come up with something in return for his help, right? You
come up with anything yet?<</nobr>><</lisa>><</if>>\
<<if $body is 1>><<lisa>>The cute boy that fancies you that you're gonna help out cause he //suuuuuuuuucks?//<</lisa>>
<<joe>>Hey, come on, that's not nice, he's a good kid.<</joe>>
<<lisa>>//Ooooooooh!!// Maybe you //want// him to suck, hmmmm?<</lisa>>
<<joe>>Jesus, woman, get your head out of the gutter!<</joe>>
<<lisa>>Alright, alright, sorry. Yeah, what about him, babe?<</lisa>><</if>>\
<<if $body is 1>><<link "Well.." "sports_p1_3a">><</link>><</if>>\
<<if $body is 2>><<link "Well.." "sports_p1_3b">><</link>><</if>>\
</div>/* You're helping him */\
<div class="standard" id="sports">\
<<joe>>So, I just got this wall of texts from him explaining he's super insecure now because he //suuuuuuuuucks//.<</joe>>
<<lisa>>Okay, okay. I feel bad about that. So what do you need?<</lisa>>
<<joe>>Well what do I do? It's not gonna be much use helping him out if he's got the mental strength of a potato, right?<</joe>>
<<lisa>>You know, I think potatoes are probably //very// strong mentally.<</lisa>>
<<linkappend "You give Lisa a look." t8n>>
<<lisa>>Alright, alright. I mean you know, he just needs to relax, right? Tell him to rub one out before training. Boom! Problem solved.<</lisa>>
<<joe>>//'Hey, Cody, please stop being such a crybaby and go jerk off in the corner before we start, would you? Kbyeeee!'//<</joe>>
<<link "Lisa looks at you, sits upright and turns off the tv." "sports_p1_4a">><</link>><</linkappend>>
</div>\/* He's helping you */
<div class="standard" id="sports">\
<<joe>><<nobr>>No, I just don't know what to offer him. The time I'm asking of him is fine, I think. I'd
help him train if he asked me without problem. But I'm asking him to do something he's not comfortable with on
top of that. How do return that favor?<</nobr>><</joe>>
<<lisa>>I guess you make him comfortable, babe. Oooor get uncomfortable yourself. Or both, maybe?<</lisa>>
<<joe>>What, give him a bean bag that's uncomfortable for me to carry over?<</joe>>
<<lisa>>Hmhm, yep, that's exactly it babe. A bean bag, boom, solved!<</lisa>>
<<linkappend "You give Lisa a look." t8n>>
<<lisa>>What, you started it!<</lisa>>
<<joe>>Well, I don't know what you mean!<</joe>>
<<link "Lisa looks at you, sits upright and turns off the tv." "sports_p1_4b">><</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<lisa>>You boys really are a bunch of girls sometimes, you know that?<</lisa>>
You slowly run a hand through your head like those shampoo commercials.
<<joe>>Aww, thanks baby!<</joe>>
<<lisa>>Hey! I turned the tv off for this, mister. You stay serious or I'm gonna hop back in there and find out if Mario's brother is also his dog!<</lisa>>
<<joe>><<nobr>>Fair enough. Well I mean there's merit to the '//rubbing one out//' plan I guess. But he's already insecure,
me telling him he should just masturbate won't make him feel better, I don't think.<</nobr>><</joe>>
<<lisa>>So you do it, babe.<</lisa>>
<<joe>>Hm? Masturbate? I'm not the one with the problem, remember?<</joe>>
<<link "Lisa sighs and points at you." "sports_p1_5a">><</link>>\
</div>\<div class="standard" id="sports">\
<<lisa>>Ok, you're gonna be all //'you're such a pervert'// when I say this, babe, but consider this for a moment: give him a handjob.<</lisa>>
<<joe>>Did she think I wouldn't think of you as a pervert cause you mentioned it //before suggesting I wank off my buddy?//<</joe>>
<<lisa>>What's the big deal? It's just a handjob. And it does both things, doesn't it? Makes him comfortable, you uncomfortable.<</lisa>>
<<joe>>Right. Is this more of that '//experience sex as a woman//' thing?<</joe>>
<<lisa>>No? I mean if you want it to be. It's really not a big deal. Handjobs are fun, you know?<</lisa>>
<<link "Lisa puts both hands forward and starts jerking off what would have to be a rather large imaginary cock." "sports_p1_5b">><</link>>
</div>\<div class="standard" id="sports">\
<<lisa>><<nobr>>It's like a game. You rub a nice piece of meat between your hands and watch as the guy gets tenser
and tenser until poof! A nice load of sticky sperm comes //flying// through the air! The look on their face at climax, so good.
Really babe, you should try it. Fun!<</nobr>><</lisa>>
<<nobr>>What a special woman. Casually telling her lover to go jerk off another man because it's fun. And
almost convincing you in the process. It does sound fun, doesn't it?<</nobr>>
<<link "You think about it for a moment." "sports_p1_6b">><</link>>\
</div><div class="standard" id="sports">\
<<lisa>>You..<</lisa>>
She makes a hand gesture like she's jerking someone off.
<<lisa>>Wank.. Cody.. See? You. Wank. Cody.<</lisa>>
<<joe>>Right. Is this more of that '//experience sex as a woman//' thing?<</joe>>
<<lisa>>No? I mean if you want it to be. It's just a handjob, babe! It's hardly anything. And handjobs are fun, you know?<</lisa>>
<<linkappend "She's back to mimicking as she starts jerking off what would have to be a rather large imaginary cock with both hands." t8n>>
<<lisa>><<nobr>>It's like a game. You rub a nice piece of meat between your hands and watch as the guy gets tenser
and tenser until poof! A nice load of sticky sperm comes //flying// through the air! The look on their face at climax, so good.
Really babe, you should try it. Fun!<</nobr>><</lisa>>
<<nobr>>What a special woman. Casually telling her lover to go jerk off another man because it's fun. And
almost convincing you in the process. It does sound fun, doesn't it?<</nobr>>
<<link "You think for a moment." "sports_p1_6a">><</link>><</linkappend>>\
</div><div class="standard sports">\
<<nobr>>Right, so you agree that Cody getting some nice relieve before training would probably help the cause. And you also recognize
that maybe you need a.. //nicer// way to get there then just to tell him. And it does //sound// fun, the way she described it.<</nobr>>
Lisa, who's been looking at you patiently, runs out of just patience.
<<lisa>>Well?<</lisa>>
Well..
<<link "Maybe you should do it? It's exciting. And it would surely help. And think of the //fun//!" "sports_p1_7a1">><</link>>
<<link "You don't really want to. There has to be another way to tell him." "sports_p1_7a2">><</link>>
</div>\<div class="standard sports">\
<<nobr>>You do believe you should give Cody something that'll make it worth his while. And you getting out of
//your// comfort zone seems.. fair? It did //sound// fun. But are you really considering giving
a buddy a handjob for helping you out? Would you have been thinking like this a month ago?<</nobr>>
Lisa, who's been looking at you patiently, runs out of just patience.
<<lisa>>Well?<</lisa>>
Well..
<<link "Maybe you should do it? It's exciting. It'd be a proper reward, surely. //Fun//!" "sports_p1_7a1">><</link>>
<<link "You don't really want to. Surely you can reward him some other way." "sports_p1_7a2">><</link>>
</div>\<div class="standard sports">\
<<joe>>Yeah... no, sorry. I'm doing that. What else you got?<</joe>>
<<lisa>>What, me the mighty problemsolver? Alright, ehm.. //ooh!//<</lisa>>
<<linkappend "She jumps up in a sudden outburst of enthusiasm." t8n>>
<<lisa>>Maybe he's someone that gets a kick out of being told what to do! You know, controlled and dominated and stuff. By a mistress!<</lisa>>
<<joe>>A mistress? Like I'd tell him jerk it in a sort of sensual bossy kind of way? What's that called, BSDM? BBSM?<</joe>>
<<lisa>>BDSM. Yeah, and then the //'DS'// part I think. Dom and Sub!<</lisa>>
<<joe>>How do you always know these things?<</joe>>
<<lisa>>You can't expect me to be the mighty problemsolver without a vast amount of knowledge, babe!<</lisa>>
<<link "Right.." "sports_p1_8a2">><</link>><</linkappend>>
</div>\<div class="standard sports">\
<<lisa>>But yeah, like that. You'd take on like a clear mistress role and tell him to jerk off and stuff.<</lisa>>
<<joe>>It'd be a pretty active role, though, right?<</joe>>
<<lisa>><<nobr>>Oh, yeah. You'd have to //watch him// jerk it, babe, or it wouldn't work. But you know,
you could also tell him to jerk //you// off. You're his mistress after all. Get yourself a nice little handy!<</nobr>><</lisa>>
<<joe>>You're enjoying this quite a bit, aren't you?<</joe>>
She treats you to the widest of smiles. Well, it's an option, maybe?
<<link "You know what? Fuck it. Let's give it a try!" "sports_p1_9a2_1">><</link>>
<<link "Also not really your thing, actually.." "sports_p1_9a2_2">><</link>>
</div>\<div class="standard sports">\
<<joe>>Alright, yeah! I'll try it!<</joe>>
<<lisa>>Wait, really? I mean awesome, babe! That's hot, haha. I'd do some research, I don't think it's something you should just kind of improvise.<</lisa>>
<<nobr>>You agree, and end up dedicating a lot more time than you thought you would researching this thing. On the one hand, it's not as easy as just being a bit bossy
and telling Cody to spank the monkey. On the other hand, it has to be. If you're not confident, if you're not in control or authoritative enough, it could go weird
and wrong very fast. So you end up preparing your role as //Mistress// very well.<</nobr>>
On the day of training, you head out to the club earlier than you'd agreed on, <<link "making sure you're there before Cody." "sports_p1_10a2_1">><</link>>\
</div><div class="standard sports">\
<<include "lockerroom banner">>
<<nobr>>Once in the lockerroom, you try and get into the role you thought of for yourself while waiting for Cody. When he arrives, you're ready for him,
standing up straight and powerful, your hands folded behind your body like a drill sergeant. As soon as he comes in, he starts talking.<</nobr>>
<<cody>>Ah, you're here already. Look..<</cody>>
<<if $body is 1>><<link "You interrupt him - essentially setting the tone and taking over." "sports_p1_11a2_1_b1">><</link>><</if>>\
<<if $body is 2>><<link "You interrupt him - essentially setting the tone and taking over." "sports_p1_11a2_1_b2">><</link>><</if>>\
</div>\<div class="standard sports">\
<<joe>><<nobr>>Yeah, no. You look. Let me be clear: I don't care about your little boy nerves, ok? Which is why you're going to purge all that
childish nonsense right now, right here. Do you understand?<</nobr>><</joe>>
<<nobr>>You focus with everything you have to be convincing. This is kind of it. If he doesn't accept this little play right now, you're just a weird and very mean teammate.
Seconds tick away, until eventually, Cody nods and mumbles //'yes..?'//.<</nobr>
<<joe>>That's //Yes, Ma'am// for you, and I want to be able to hear it.<</joe>>
Cody, apparently recognizing what's going on, immediately stands up straight.
<<cody>>Yes, ma'am.<</cody>>
<<joe>>Good. Come here.<</joe>>
<<link "Cody obediently walks towards you." "sports_p1_11a2_1">><</link>>
</div><div class="standard sports">\
<<joe>><<nobr>>Yeah, no. You look. Let me be clear: you're helping me out, and that should be reward enough. But because I am a benevolent Mistress, I will
reward you for your time right here and now. Do you understand?<</nobr>><</joe>>
<<nobr>>You put the 'Mistress' in there to hint at what you're doing. This is kind of it. If he doesn't accept this little play right now, you're just a weird and very weird teammate.
Seconds tick away, until eventually, Cody nods and mumbles //'yes..?'//.<</nobr>>
<<joe>>That's //Yes, Ma'am// for you, and I want to be able to hear it.<</joe>>
Cody, apparently recognizing what's going on, immediately stands up straight.
<<cody>>Yes, ma'am.<</cody>>
<<joe>>Good. Come here.<</joe>>
<<link "Cody obediently walks towards you." "sports_p1_11a2_1">><</link>>
</div><div class="standard sports">\
<<joe>>Take your cock out.<</joe>>
Cody gives you a quick uncertain look. From what you read, that's normal, and you double down.
<<joe>>Who said you could look at me?! Eyes down, cock out. Now, Cody.<</joe>>
Doubling down. Whoever came up with that: you thank them. Cody's cheeks glow red as he looks down and takes out his dick.
<<joe>>Good boy. Now start jerking off.<</joe>>
Cody is a good listener. <<link "He immediately starts stroking while keeping his eyes, per instructions, off you." "sports_p1_12a2_1">><</link>>\
</div>\<div class="standard sports">\
<video id="video" src="images/sports/3/miss1.mp4" autoplay loop controls></video>
<<nobr>>It's a good thing you told him not to look at you, as you find yourself really enjoying
the sight of your buddy masturbating to your commands. After a little bit, you tell him to speed up pick up the pace until you see his
body start to twitch and shake.<</nobr>>
<<link "//$name: 'Ok, you're going to cum for me now, Cody.//" "sports_p1_13a2_1">><</link>>\
</div><div class="standard sports">\
<video id="video" src="images/sports/3/miss2.mp4" autoplay loop controls></video>
<<nobr>>Within seconds of telling him to, Cody erupts. You watch in awe, mouthing your surprise, as a //big// load of cum comes flying. You're obviously no stranger to
cumshots, you produce your own, but something about this one is magnificent. You look at him to make sure he didn't see your reaction before putting on a straight face again.<</nobr>>
<<link "//$name: 'Good boy.//" "sports_p1_14a2_1">><</link>>\
</div><div class="standard sports">\
<<joe>>There you go. Look at me.<</joe>>
Cody looks up at you, dripping cock in hand.
<<joe>>Now thank me, clean up and meet me outside. Got it?<</joe>>
He really does.
<<cody>>Yes, ma'am. Thank you ma'am.<</cody>>
<<nobr>>Fuck, that was hot. It's a good thing you're already in your work out gear as the pants allow for some breathing room, or your chubby would probably be quite visible after that.
Just to be safe, you wait until Cody walks into the bathroom to clean off before heading outside.<</nobr>>
<<link "Some air on your face will do you good, you feel like you're on fire." "sports_p1_15a2_1">><</link>>\
</div><div class="standard sports">\
<<include "thefield banner">>
<<nobr>>When Cody comes out to join you on the field, you feel a bit nervous about how he'll be now. Around you and stuff. You decide to //sort of// ask him.
Nothing concrete, just check in as the normal, non-mistress you.<</nobr>>
<<joe>>Hey! You good?<</joe>>
Luckily, you worries were unwarranted. Cody looks pumped up, and he seems to have left the relationship you just shared in the lockerroom.
<<cody>>Yeah! Thanks, that was great. Let's go do this thing!<</cody>>
<<link "The both of you get dressed and head out onto the field." "sports_p1_16a2_1">><</link>>
</div>\<div class="standard sports">\
<<include "thefield banner">>
<<if $body is 1>><<nobr>>Cody and you train for nearly two hours, mainly working on technique as you've got general practice after lunch.
He does an absolutely amazing job. If someone had seen him the previous training, or even just seen the nervous wreck he was
earlier today, they wouldn't have believed this was the same guy. He's excited, dedicated and eager to listen to feedback.<</nobr>>
<<nobr>>You can't help but feel good about yourself. You did that! Later, at practice, Cody isn't quite as fired up as this morning,
but neither are you. You've both been at it for quite a while, and he's doing significantly better than last week.<</nobr>>
<<nobr>>Coach also notices and tells you: //'I don't know what you're doing with him, but it's working. Keep it up, sport!'//.
You wonder what he'd think if he knew. When training's over, <</nobr>><<link "you go home for some well deserved rest." "home">><<include "sports_update">><</link>><</if>>\
<<if $body is 2>><<nobr>>Cody and you train for nearly two hours, mainly working on eachother's technique as you've got general practice later.
He's amazing. He's enthusiastic, driven, patient when teaching you stuff and eager to learn when you teach him.<</nobr>>\
<br>
<<nobr>>You can't help but feel good about yourself. You did that!
Later at practice, seems pleasantly surprised by the natural and effortless way Cody and you swap positions.
Cody practically seems like a new man.<</nobr>>
<<nobr>>Coach compliments the both of you: //'I don't know what you're guys have been up to, but it's working. Keep it up, lads!'//.
You wonder what he'd think if he knew. When training's over, <</nobr>><<link "you go home for some well deserved rest." "home">><<include "sports_update">><</link>><</if>>\
</div>\<div class="standard sports">\
<<joe>>Hmmmyeahhhh.. no. I don't think that's for me either. I'd just feel awkward I think?<</joe>>
Lisa lets out a dramatic sigh that you reckon is 50% theater and 50% real.
<<lisa>>Fine! I'll do it. I'll tell him to spank it. M'kay babe?<</lisa>>
<<nobr>>You want to say her suggestion is unexpected, but it's the third suggestion she's fed you after '//wank off your buddy//' and
'//become your buddy's mistress//', <</nobr>><<linkappend "so you can't be //that// surprised." t8n>>
<<joe>>How will //you// tell him? You're gonna tell him over the phone?<</joe>>
<<lisa>>I'll make a video!<</lisa>>
<<joe>>You'll make a video?<</joe>>
<<lisa>><<nobr>>I'll make a video. I'll put on like a wig, a sexy outfit and then I'll film myself as I tell him how to
jerk it. How to rub one out. Like an instructional video. Sound good?<</nobr>><</lisa>>
<<nobr>>You kind of think she's serious. Here's a question you never thought you'd ask yourself:
are you gonna let your girlfriend make a sexy video for Cody in which she'll tell him to masturbate?<</nobr>>
<<link "You know what? Yes, let's do it! Could turn out to be pretty hot, actually." "sports_p1_10a2_2a">><</link>>
<<link "No, enough of this. Let's start over." "sports_p1_1">><</link>><</linkappend>>
</div>\<div class="standard sports">\
<<joe>>Alright, let's do that.<</joe>>
<<lisa>>Wait, really?<</lisa>>
<<joe>>I mean if you were joking..<</joe>>
<<lisa>>No, no! I just didn't think you'd be into that. Ok, yeah, fun! I'll make a video!<</lisa>>
<<joe>>Awesome! I'll help you though, right? When you make the video?<</joe>>
Lisa makes a big frown with her eyebrows and <<linkappend "does a bit of acted thinking." t8n>>
<<lisa>>Hmmm..<</lisa>>
<<lisa>>You know what? You can be present when I film, but you're can't say //anything//. Ok?<</lisa>>
<<joe>>What, or you'll kick me out?<</joe>>
<<lisa>>Don't doubt it, babe!<</lisa>>
<<link "You don't, not really." "sports_p1_11a2_2a">><</link>><</linkappend>>
</div><div class="standard sports">\
<<include "thebedroom banner">>
<<nobr>>After Lisa finishes her soap, she tells you to set up a camera, a chair and some sexy lights in the bedroom while she goes
and changes. When she steps into the room, you see she wasn't kidding about the wig. She looks //hot//, though.<</nobr>>
<<joe>>Whoa, woman! What did you do to Lisa?<</joe>>
<<linkappend "She snaps at you." t8n>>
<<disa>>What did I say about talking?<</disa>>
<<nobr>>You're a bit confused. She's recording herself in a //'Mistress to Cody'// kind of way, right? You're just a spectator.
Probably something you can talk about later, though. Right now, you don't want to take her out of it. You watch her silently as she
mumbles to herself and prepares the recording. <<link "About half an hour later, she starts the recording." "sports_p1_12a2_2a">><</link>><</nobr>>
<</linkappend>></div>\<div class="standard sports">\
<video id="video" src="images/sports/3/joi1.mp4" autoplay loop controls></video>
<<nobr>>She's amazing. You have no idea where this comes from, you've never seen her like this. In fact, in that outfit, the wig and everything.. she hardly reminds you of Lisa.
You watch as she records the beginning, explaining to Cody what he'll be doing, <</nobr>><<link "followed by what she calls some //visual stimulation//." "sports_p1_12a2_3a">><</link>>\
</div><div class="standard sports">\
<video id="video" src="images/sports/3/joi2.mp4" autoplay loop controls></video>
As you watch Lisa show off her body to the camera and instruct Cody when he can and can't stroke it, you feel yourself getting hard as a rock. Completely drawn
in by your girlfriends performance, <<link "you take out your cock." "sports_p1_12a2_4a">><</link>>\
</div>\<div class="standard sports">\
It only takes Lisa what must be a handful of seconds to notice what you're doing. Immediately, she stops and turns to you.
<<disa>>What do you think you're doing?!<</disa>>
You open your mouth to reply, but Lisa - still 100% in character - stops you before you can.
<<disa>>I said //no talking.// Now, I'll ask you a question and I want you to answer it in your head: //are you Cody?//<</disa>>
You look at her with what you can only assume is a guilty look.
<<disa>>No, so these instructions aren't for you, are they? Now put that back, sit still and watch. Got it?<</disa>>
<<link "Scared to say anything, you nod." "sports_p1_12a2_5a">><</link>>\
</div>\<div class="standard sports">\
<video id="video" src="images/sports/3/joi3.mp4" autoplay loop controls></video>
<<nobr>>Lisa continues the recording until after a little bit, she allows- no, instructs Cody to finish. Your cock at this point is painfully hard as she
counts down to orgasm.<<link "When she's finished, she turns to you." "sports_p1_12a2_6a">><</link>><</nobr>>\
</div>\<div class="standard sports">\
<<disa>>Look at you, all desperate. You know what? For this one time, I'll allow you //thirty seconds// to get off.<</disa>>
<<nobr>>She holds up her phone and opens a timer app, sets half a minute and starts it. You don't question it, you need release //now//
and start furiously jacking off. After the thirty seconds, you're //so close// that you don't hear Lisa '//time's up!//'.
She makes sure you hear the second time, though. <</nobr>><<link "In a panic, you let go right as you're about to climax." "sports_p1_12a2_6b">><</link>>\
</div><div class="standard sports">\
<video id="video" src="images/sports/3/release.mp4" autoplay loop controls></video>
<<nobr>>There's nothing stopping your orgasm, the train has left the station. You come hard, a steady stream of cum pumping out of you on autopilot, tickling
your shaft and balls on the way down. It's intense to the point you lose track of your surroundings. When you recover, you notice Lisa's left the room, her wig
left behind on the couch.<</nobr>>
After cleaning up, <<link "you make your way to the living room to find her." "sports_p1_13a2">><</link>>\
</div><div class="standard sports">\
When you get downstairs, you see Lisa curled up on the couch. She looks at you with big ole puppy eyes.
<<lisa>>Hey, babe.<</lisa>>
<<joe>>Hey, you! Are you ok? You kinda disappeared on me, there.<</joe>>
<<lisa>><<nobr>>I'm ok! I just.. I got so into it and became this whole other person and then at the end when I was snapping at you to stop I just got hit by a sudden
wave of self-consciousness. And I thought I was being really mean to you..<</nobr>><</lisa>>
You laugh, you can't help it. Something about Lisa right now is extremely adorable. She cracks a smile.
<<link "//Lisa: 'What?!'//" "sports_p1_joi_14">><</link>>\
</div><div class="standard sports">\
<<joe>>Well you were being really mean to me! It looked like you were enjoying that, as well!<</joe>>
<<lisa>>And it didn't bother you?<</lisa>>
<<joe>>Did you see how hard I was?<</joe>>
<<lisa>>I did! Very hard. So what about the stuff for Cody? I mean he's your friend, we never talked about any of this.<</lisa>>
<<joe>>We're talking about it now! And he hasn't got the video yet. It's all good, baby, come on! That was hot!<</joe>>
<<linkappend "A smile starts forming on Lisa's face that grows and grows." t8n>>
<<lisa>>It was hot, wasn't it?<</lisa>>
<<joe>>So fucking hot.<</joe>>
The two of you continue to talk about the experience for a bit and agree to show Cody the video and see how you both feel about it some time after.
<<link "The next day." "sports_p1_joi_15">><</link>>\
<</linkappend>></div>\<div class="standard sports">\
<<joe>>You really think I should jerk Cody off?<</joe>>
<<lisa>>//Yeeeeeees!// I couldn't be much more clear about that, babe. You want my permission? Granted! Go tug on that cute boy's weener.<</lisa>>
<<joe>>I //will// do it, you know?<</joe>>
She looks at you with a naughty grin as she bites her lip.
<<lisa>>Good! Then I guess we're done here!<</lisa>>
<<nobr>>Then, as though you just discussed what to order for dinner, she turns back to the tv and turns it back on shouting
'//Maaario!//' with an Italian accent.<</nobr>>
<<nobr>>Well, you got your solution! It's exciting. And scary. And you think about it over and over and over,
<</nobr>><<if $body is 1>><<link "until finally it's there: training!" "sports_p1_8a">><</link>><</if>>\
<<if $body is 2>><<link "until finally it's there: training!" "sports_p1_8b">><</link>><</if>>\
</div>\<div class="standard" id="sports">\
<<include "lockerroom banner">>
When you enter the lockerroom, you see Cody coming out of the shower, a towel wrapped around him.
<<joe>>Cody! Codestar! My guy!<</joe>>
<<linkappend "He gives you a slightly defeated look." t8n>>
<<cody>><<nobr>>Hey. Look, I just want to say I'm sorry about all the texts I sent. I'm just nervous now, you know? And I can't
seem to stop it. Thought maybe I'd take a shower but I don't think it helped.<</nobr>><</cody>>
<<nobr>>Going over this moment in your head so often, you hadn't been sure how to engage the whole thing, but this seems like the perfect
opportunity. You grab the bottle of lube Lisa chased you down with as you left the house <<link "and have Cody sit down." "sports_p1_9a1">><</link>><</nobr>>
<</linkappend>></div><div class="standard" id="sports">\
<<include "lockerroom banner">>
When you enter the lockerroom, you see Cody coming out of the shower, a towel wrapped around him.
<<joe>>Cody! Codestar! My guy!<</joe>>
<<linkappend "He gives you an almost annoyed look." t8n>>
<<cody>><<nobr>>Hey. Listen, I'm happy to do this, you know, as a friend and teammate. But I do want you to know it's not at
all something I'm comfortable with. Not looking forward to it at all, ok?<</nobr>><</cody>>
<<nobr>>You feel your heart pounding in your throat thinking about what you're about to do. You nod, walk over
to cody and sit him down. You grab the bottle of lube Lisa chased you down with as you left the house and open his towel
<<link "as you squat down next to him." "sports_p1_9a1">><</link>><</nobr>>
<</linkappend>></div><div class="standard" id="sports">\
<<include "lockerroom banner">>
The next day, you get to the club two hours ahead of time as you agreed. You're a bit early, so you're already dressed when Cody enters the lockerroom.
<<joe>>Cody! Codestar! My guy!<</joe>>
<<if $body is 2>><<linkappend "He gives you an almost annoyed look." t8n>>
<<cody>><<nobr>>Hey. Listen, I'm happy to do this, you know, as a friend and teammate. But I do want you to know it's not at
all something I'm comfortable with. Not looking forward to it at all, ok?<</nobr>><</cody>>
You nod at him in understanding. Well, here goes.
<<joe>><<nobr>>Yes, and that's totally fair! And I really want to show you just how much I appreciate you doing this for me, so I discussed it with Lisa and, well, I got you
something. Or, rather, Lisa did. It's a.. video. Well, you'll see, one sec.<</nobr>><</joe>>
You take your phone and, as per Lisa's instructions, put the selfie camera on record. <<link "After, you put Lisa's video on and give Cody the phone." "sports_p1_joi_16">>
<</link>><</linkappend>>
<</if>>\
<<if $body is 1>><<linkappend "He gives you a slightly defeated look." t8n>>
<<cody>><<nobr>>Hey. Look, I just want to say I'm sorry about all the texts I sent. I'm just nervous now, you know? And I can't
seem to stop it. So sorry in advance but I wouldn't count on me being any use today.<</nobr>><</cody>>
<<joe>>Heeey come on, now! It's all good. I finished my book yesterday, I was happy to have something to read!<</joe>>
Your attempt at comedy clearly not landing, you quickly move forward.
<<joe>>But seriously, it's fine. You just need to relax a little bit, that's all. I got you something. Or, well, Lisa made you something. Here, one sec..<</joe>>
You take your phone and, as per Lisa's instructions, put the selfie camera on record. <<link "After, you put Lisa's video on and give Cody the phone." "sports_p1_joi_16">>
<</link>><</linkappend>><</if>>\
</div>\<div class="standard" id="sports">\
<<cody>>Your phone? Why is it recording?<</cody>>
<<joe>>There's a video there, you press play after I leave. The recording is explained in there. I'll see you outside in a bit!<</joe>>
<<nobr>>You quickly leave the room and start doing some warm-up exercises, thinking about the video.
You reckon it can go two ways: either he digs it and everything goes //exactly// according to plan because, well, Lisa orders him to. Or, but you figure he would've come out
by now, he doesn't like it. But if he doesn't, no harm done, right? Not really.<</nobr>>
<<link "After a while, Cody leaves the lockerroom and joins you outside." "sports_p1_joi_17">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>>Hey man, all good?<</joe>>
Cody smiles at you and holds up his thumb.
<<cody>>Yes, very good! Let's do this thing!<</cody>>
<<if $body is 1>><<nobr>>Cody and you train for nearly two hours, mainly working on technique as you've got general practice after lunch.
He does an absolutely amazing job. If someone had seen him the previous training, or even just seen the nervous wreck he was
earlier today, they wouldn't have believed this was the same guy. He's excited, dedicated and eager to listen to feedback.<</nobr>>
<<nobr>>You can't help but feel proud. Your girlfriend is a magician. A sorceress? Witch? Later, at practice, Cody isn't quite as fired up as this morning,
but neither are you. You've both been at it for quite a while, and he's doing significantly better than last week.<</nobr>>
<<nobr>>Coach also notices and tells you: //'I don't know what you're doing with him, but it's working. Keep it up, sport!'//.
You wonder what he'd think if he knew. When training's over, <</nobr>><<link "you go home for some well deserved rest." "home">><<include "sports_update">><</link>><</if>>\
<<if $body is 2>><<nobr>>Cody and you train for nearly two hours, mainly working on eachother's technique as you've got general practice later.
He's amazing. He's enthusiastic, driven, patient when teaching you stuff and eager to learn when you teach him.<</nobr>>\
<br>
<<nobr>>You can't help but feel proud. Your girlfriend is a magician! Or.. a sorceress? Witch?
Later at practice, seems pleasantly surprised by the natural and effortless way Cody and you swap positions.
Cody practically seems like a new man.<</nobr>>
<<nobr>>Coach compliments the both of you: //'I don't know what you're guys have been up to, but it's working. Keep it up, lads!'//.
You wonder what he'd think if he knew. When training's over, <</nobr>><<link "you go home for some well deserved rest." "home">><<include "sports_update">><</link>><</if>>\
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/cody1.mp4" autoplay loop controls></video>
<<if $body is 1>><<joe>>Hey, it's fine. We all get nervous sometimes, it's ok. You just have to relax a little bit, ok? Here, let me help you..<</joe>>
After you open up his towel and rub some lube onto your hands, you squat down <<link "and get to work." "sports_p1_9a2">><</link>><</if>>\
<<if $body is 2>><<joe>>I know, I hear you. Let me show you how much I appreciate your help..<</joe>>
<<link "Cody doesn't say anything as you start massaging him." "sports_p1_9a2">><</link>><</if>>\
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/cody2.mp4" autoplay loop controls></video>
<<nobr>>Just a few minutes ago you had felt an overwhelming tension. You'd been so nervous you were afraid
you might fall over. But once you've got Cody's cock in your hand, all of that seems to fall right off you.<</nobr>>
<<nobr>>You know Cody, and you know what you're doing. You're having fun. You are! You enjoy the nice cock, playing with
his balls, feeling him enjoy it. After a little while,
<<link "you feel him tensing up as he's about to come." "sports_p1_9a3">><</link>><</nobr>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/cody3.mp4" autoplay loop controls></video>
<<nobr>>You quickly grab a towel for him to come in. You feel his cock pump as you stroke him to completion,
his cum flowing into the piece of fabric.<</nobr>>
<<nobr>>Although you //really// would've liked to see him cum, you thought of the towel at home. You figured this is better for now:
more practical - almost professional, less sexual, and a lot cleaner. The thought of getting some of it on you had excited you for sure,
but after you'd just be walking around with cum on your clothes.<</nobr>>
<<link "You look at Cody as you take the cum covered towel off his dick." "sports_p1_10a">><</link>>
</div>\<div class="standard sports">\
<<if $body is 1>><<joe>>There! Better, right?<</joe>>
<<cody>>Wow, yeah. Thanks, that was awesome.<</cody>>
<<joe>>No problem! Now get your gear on, we've got work to do!<</joe>><</if>>\
<<if $body is 2>><<joe>>I, err, hope you liked it. You know, as a way to return the favor?<</joe>>
Cody looks at you with a cheeky, almost cocky smile.
<<cody>><<nobr>>Yeah, that was great! If you'd have told me last week I wouldn't have worried. Alright,
let's go do this thing!<</nobr>><</cody>><</if>>\
<<link "The both of you get dressed and head out onto the field." "sports_p1_11a">><</link>>
</div>\<div class="standard" id="sports">\
<<include "thefield banner">>
<<if $body is 1>><<nobr>>Cody and you train for nearly two hours, mainly working on technique as you've got general practice after lunch.
He does an absolutely amazing job. If someone had seen him the previous training, or even just seen the nervous wreck he was
earlier today, they wouldn't have believed this was the same guy. He's excited, dedicated and eager to listen to feedback.<</nobr>><</if>>\
<<if $body is 2>><<nobr>>Cody and you train for nearly two hours, mainly working on eachother's technique as you've got general practice later.
He's amazing. He's enthusiastic, driven, patient when teaching you stuff and eager to learn when you teach him.<</nobr>><</if>>\
<br>
<<nobr>>You actually feel a bit.. proud? Magic hands, baby! The two of you stop just before lunch so you can eat something before general practice
<</nobr>> <<link "and head back in the lockerroom." "sports_p1_12a">><</link>>
</div>\<div class="standard" id="sports">\
<<include "lockerroom">>
<<if $body is 1>>Cody goes for another shower. When he comes out, towel around his body, he thanks you again for your //assistance//.
<<cody>>.. I mean really, thank you again. You really helped me out there.<</cody>>
<<joe>>Yeah, no worries. Glad to see you got rid of all that stress, buddy.<</joe>>
<<cody>>Yeah. I mean //most of it//. I'm a bit scared it's all coming back a bit with practice with the squad coming up..<</cody>>
<<nobr>>You look at Cody. He's looking at the floor like a twelve year old that just asked for another cookie.
<</nobr>> <<link "You answer in the coldest tone you can manage." "sports_p1_13a">><</link>>\<</if>>\
<<if $body is 2>><<joe>><<nobr>>Hey man, thanks again. That was great. I really think it's going to work out well, you're a natural
in that position.<</nobr>><</joe>>
<<cody>>You know, I had my doubts, but I think you're right! We looked good out there. And no problem. Though..<</cody>>
The cheeky grin is back.
<<cody>>You want to thank me some more, if you want? I won't stop you.<</cody>>
<<nobr>>Greedy little bastard! You look at him as he's waiting on you for an answer.
<</nobr>> <<link "Does he really think you'll give him another handjob?" "sports_p1_13a">><</link>><</if>>\
</div>\<div class="standard" id="sports">\
<<if $body is 1>><<joe>>Yeah? Feel it coming back, do ya?<</joe>>
<<cody>>I mean, you know..<</cody>>
You keep looking at him until eventually he looks up and meets your eyes. A cheeky grin appears on his face.
<<nobr>>You really feel like you shouldn't even be considering this. And yet your mind conjures up a steady stream of
reasons why you should. //'It would set him up nice for practice!', 'The team would benefit!',
'His cock feels good in your hands!'//<</nobr>><</if>>\
<<if $body is 2>><<nobr>>The idea of you hobbling over and giving Cody an orgasm just because he more or less told you
makes you feel dirty and slutty. Both things that in this very moment can't help but turn you on. Are you really
that person? That //slut//?<</nobr>><</if>>\
<br>
Time to decide..
<<link "You've already done one, what would another hurt? It's just a bit of fun.." "sports_p1_14a1">><</link>>
<<link "Decide? Are you kidding? What are you, a handjob machine?" "sports_p1_14a2">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>>Yeah, nice try mate. I think you'll be alright somehow!<</joe>>
<<cody>>Haha, sorry. You can't blame a guy for trying, right?<</cody>>
<<nobr>>You kinda can't, you would've probably tried the same in his shoes. At practice, Cody isn't quite as fired up as this morning,
but then again neither are you. You've both been at it for quite a while, and he's doing significantly better than last week.<</nobr>>
<<nobr>>Coach also notices and tells you: //'I don't know what you're doing with him, but it's working. Keep it up, sport!'//.
You wonder what he'd think if he knew. When training's over, <</nobr>><<link "you go home for some well deserved rest." "home">><<include "sports_update">><</link>>
</div>\<div class="standard" id="sports">\
You look at the door. Nobody's coming in at this time. Then you look at Cody.
<<joe>>Well? Come here you greedy bastard!<</joe>>
<<nobr>>Cody's eyes light up with a childlike joy. He looks like he wants to say: //'Really?'// but then thinks better of it.
You repeat this mornings little routine: you sit him down, open up the towel and lube up.<</nobr>>
<<if $body is 1>><<joe>>You gotta reaaally let go of all that stress this time, though. Can't keep doing this.<</joe>>
<<link "He nods as you, for the second time today, get to work." "sports_p1_15a">><</link>><</if>>\
<<if $body is 2>><<joe>>Just don't think this is like //normal// now, ok? It's just to thank you.<</joe>>
<<link "He nods as you, for the second time today, get to work." "sports_p1_15a">><</link>><</if>>\
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/2ndcody_1.mp4" autoplay loop controls></video>
<<nobr>>There's none of the tension you experienced the first time. You're enjoying it quite a lot more.
If someone would've told you a month ago you'd really enjoy massaging someone else's cock to climax, you would've thought
they were tripping. And yet.. there's something //so fucking hot// about massaging this big, juicy cock.<</nobr>>
When you feel he's close to coming, <<link "you decide to skip the towel." "sports_p1_16a">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/2ndcody_2.mp4" autoplay loop controls></video>
<<nobr>>Fuck it. If you're doing this again, you're gonna see a cumshot. As he comes you watch mesmerized as his
warm, sticky cum splatters around. You keep going, squeezing everything out to the very last drop, your hand covered in his thick seed.<</nobr>>
<<if $body is 1>><<joe>>Damn, Cody, I guess we missed all that stress the first time around, huh? I think I got it all, this time.<</joe>><</if>>\
<<if $body is 2>><<joe>>Anything you want to say to me?<</joe>>
<<nobr>>You surprise yourself as you say it. You feel you've earned a thank you, sure, but ask for one? Cody's cheeky grin,
and it's bigger than ever. Are your handjobs giving him the power of confidence?<</nobr>>
<<cody>>You're welcome!<</cody>><</if>>\
<<if $body is 1>><<link "You smile as you get up from the floor." "sports_p1_17a">><</link>><</if>>\
<<if $body is 2>><<link "You smile as you get up from the floor." "sports_p1_17b">><</link>><</if>>\
</div><div class="standard" id="sports">\
<video id="video" src="images/sports/3/2ndcody_3.mp4" autoplay></video>
Cody doesn't say anything as you clean up.
<<joe>><<nobr>>That's the last one for now, okay? You're gonna have to make do without me. But I'm fairly sure you've got a perfectly
capable set of hands at home, hm?<</nobr>><</joe>>
He chuckles.
<<cody>>That was fucking awesome, $name. Really, you're good at that, thank you.<</cody>>
<<nobr>>A little later at practice, Cody isn't quite as fired up as this morning,
but then again neither are you. You've both been at it for quite a while, and he's doing significantly better than last week.<</nobr>>
<<nobr>>Coach also notices and tells you: //'I don't know what you're doing with him, but it's working. Keep it up, sport!'//.
You wonder what he'd think if he knew. When training's over, <</nobr>><<link "you go home for some well deserved rest." "home">><<include "sports_update">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/2ndcody_3.mp4" autoplay></video>
Cody doesn't say anything while you clean up.
<<joe>><<nobr>>That's the last one for now, okay? You're gonna have to make do without me. But I'm fairly sure you've got a perfectly
capable set of hands at home, hm?<</nobr>><</joe>>
He chuckles.
<<cody>>That was fucking awesome, $name. Really, you're good at that, thank you.<</cody>>
<<nobr>>General practice goes very well - surprising nearly everyone with the natural and effortless way Cody and you swap positions.
Cody practically feels like a new man, way more confident. At one point, he even gives you a quick squeeze and a wink.<</nobr>>
<<nobr>>Coach compliments the both of you: //'I don't know what you're guys have been up to, but it's working. Keep it up, lads!'//.
You wonder what he'd think if he knew. When training's over, <</nobr>><<link "you go home for some well deserved rest." "home">><<include "sports_update">><</link>>
</div>\/* P2 - B1 June, B3 June */
/* Sports 3: You go and watch June at cheerleading practice. */\
<div class="standard" id="sports">\
<<include "homesetting banner">>
<<nobr>>At training, you see June standing on the side of the field. She waves, but when you go
looking for her a moment later, she's gone. When you get home you find yourself sitting around
thinking about her. Her cheerleading practice is in an hour or so.<</nobr>>
<<linkappend "You decide to ask Lisa if she'll join you." t8n>>
<<joe>>Hey babe, you remember I told you about June? From practice last week?<</joe>>
<<lisa>>Remember? Babe I've been thinking about that all week, so hot!!<</lisa>>
<<nobr>>You smile to yourself. Only Lisa could look at that thinking June wasn't someone
out to rob her but a fun, //exciting// young woman. You should really look into this whole
//'turned on my boyfriend is with other people'// thing.<</nobr>> <<link "This thing first, though." "sports_p2_1b">><</link>>\
<</linkappend>>\
</div>\<div class="standard" id="sports">\
<<joe>>You want to come with me to their cheerleading practice this afternoon? She invited me.<</joe>>
<<lisa>>Oooooh I do want that!! But I can't, I've got plans, babe. But you go, though, have some fun!<</lisa>>
<<nobr>>She leans over and kisses you intimately. Her hand finds your crotch and she starts rubbing you
through your clothes. <</nobr>><<linkappend "She whispers." t8n>>
<<lisa>>//And I want you to tell me every little detail when you get back.//<</lisa>>
<<nobr>>Just as sudden as it started, the moment is over as Lisa jumps up with a big smile, winks at you and
walks out the room, her sweet ass wagging side to side. <</nobr>>
<<link "//Lisa: 'Ok, I've got to go get ready, bye babe, have fun!'//" "sports_p2_2">><</link>><</linkappend>>
</div><div class="standard" id="sports">\
<<nobr>>You stay seated for a moment. You and the semi Lisa just gave you. If she'd intended to send you off
feeling like a horny 16-year-old to watch hot women in tiny outfits practice their cheerleading and then
meet up with one of them, well, it worked. <</nobr>>
Fuck, this might just be a great afternoon. <<link "To cheerleader practice!" "sports_p2_3">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/cheer1.mp4" autoplay loop controls></video>
<<nobr>>When you arrive, practice has already started. After you find a nice spot to watch from, you can't help but become obsessed with the trainer.
It's this older lady with one of those haircuts. If the best cheerleaders are princesses, this woman is the queen.<</nobr>>
<<link "You watch in awe as practice continues." "sports_p2_4">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/cheer2.mp4" autoplay loop controls></video>
<<nobr>>Gradually, there's more dancing and stuff. But you're mainly now just there watching this lady shouting at her many, many
children like a big, cartoony, mother hen. Like a muppet, flapping mouth and everything.<</nobr>>
<<link "Eventually, //Her Majesty// sits down and has the group perform." "sports_p2_5">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/cheer3.mp4" autoplay loop controls></video>
<<nobr>>The //Regal Mother// doesn't seem impressed by the girls. You are, though! You don't know
any of the moves, but it looks bloody impressive to you. You've never //really// seen them, as you'll be focused
on the match when they perform. Seeing them like this, you realize you're looking at some //very// talented women.<</nobr>>
<<nobr>>When they're done, the Queen adresses the underlings for at least 20 minutes before finally releasing them. June, who spotted you
the moment you entered the room, <<link "runs up to you." "sports_p2_6">><</link>><</nobr>>
</div>\<div class="standard" id="sports">\
<<june>>You came!!! Yay!!<</june>>
<<joe>>I did! And I'm glad, you guys are amazing!<</joe>>
<<june>><<nobr>>Aww! You think so? It was only practice. It always feels like everything goes wrong because it's such a tight
choreography, you know? Well, you'll see!!<</nobr>><</june>>
<<link "You doubt that. Sports asks for a whole different skillset." "sports_p2_7a">><</link>>
<<link "You'll see? What does she mean? When?" "sports_p2_7b">><</link>>
<<link "Yeah you will, you'll be on these girls with hawk eyes!" "sports_p2_7c">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>Oh, I don't know about that, June. I'm built for sports, you know? And many of the things here wouldn't work
at all with what we do. Synchronicity, predictability. You know, big words!<</nobr>><</joe>>
June looks you up and down.
<<if $body is 3>><<june>>I mean you //were// built for sports. Look at you!<</june>><</if>>\
<<if $body is 1>><<june>>Hm, yeah, maybe. But we can make you look like you were built for cheerleading just like that!<</june>><</if>>\
<<june>>And just cause you're good at sports, doesn't mean you won't make a great cheerleader!!<</june>>
You hestitate. You thought you were talking about //recognizing// mistakes, <<linkappend "does she think you're here to join the team?" t8n>>
<<joe>>You think I'd make a good cheerleader?<</joe>>
<<june>>Well that's what we have to find out, isn't it!<</june>>
<<joe>>It is?<</joe>>
<<june>>Yeeesss silly!! It's gonna be fun! Oh yayy I love making new girl friends!<</june>>
<<link "You try to say something, but June carries on talking." "sports_p2_8a">><</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>Wait, when will I see? I've always heard you girls are flawless on gameday. That means no flaws!<</nobr>><</joe>>
June gives you a very puzzled look.
<<june>>What are you talking about, you silly woman? You'll see when we're out there!<</june>>
You hestitate. You thought you were talking about //recognizing// their mistakes, <<linkappend "does she think you're here to join the team?" t8n>>
<<joe>>You think I'd do good out there?<</joe>>
<<june>>Well that's what we have to find out, isn't it!<</june>>
<<joe>>It is?<</joe>>
<<june>>Yeeesss silly!! It's gonna be fun! Oh yayy I love making new girl friends!<</june>>
<<link "You try to say something, but June carries on talking." "sports_p2_8a">><</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>You bet your ass, young lady! I'll be watching you girls like a //hawk//! No mistakes on my watch.<</nobr>><</joe>>
June dramatically cocks her head to the side. She's like a big labrador puppy.
<<june>>A hawk?! You need to be like a swan! Or a gazelle!<</june>>
<<if $body is 3>>She looks you up and down.
<<june>>Like a very stacked Gazelle!<</june>><</if>>\
You hestitate. You thought you were talking about //recognizing// their mistakes, <<linkappend "does she think you're here to join the team?" t8n>>
<<joe>>You think I'd make a good gazelle?<</joe>>
<<june>>Well that's what we have to find out, isn't it!<</june>>
<<joe>>It is?<</joe>>
<<june>>Yeeesss silly!! It's gonna be fun! Oh yayy I love making new girl friends!<</june>>
<<link "You try to say something, but June carries on talking." "sports_p2_8a">><</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<june>><<nobr>>Hey listen, I'd //love// to hang out here all day with you but I really have to go change and then I've got
to be somewhere. Will you wait a bit, though? I've got something in my car for you..?<</nobr>><</june>>
<<joe>>Can't you just wear that? It suits you.<</joe>>
She gives you a playful push. You're not joking, the little cheerleading outfit looks great on her.
<<june>>You wear it! No, but will you meet me at the parking lot, serious?<</june>>
<<link "Yes, definitely!" "sports_p2_8a1">><</link>>
<<link "What's she got in her car?" "sports_p2_8a2">><</link>>
<<link "Nah, you were just about to head home." "sports_p2_8a3">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>>Yeah, of course! I'll meet you in the parking lot?<</joe>>
<<june>>Yayy yes! I'll be fast!<</june>>
<<include "sports_p2_8a_end">>
</div>\You watch her cute little bootie as June runs off.
<<nobr>>For 20 minutes or so you wait. You think about what June had suggested. Could you do cheerleader stuff?
Would they accept you? You're a confident person, but that feels pretty far out into the magical fields of
awkward unfamiliarity, doesn't it?<</nobr>>
<<nobr>>Every now and again the door opens and you watch as one beautiful woman after another
<</nobr>>leaves <<link "until eventually, the beautiful woman is June." "sports_p2_9a">><</link>>\<div class="standard" id="sports">\
<<joe>>What was that thing you said you've got waiting in your car for me?<</joe>>
<<june>>Well I'm not gonna spoil the whole thing am I!! Let's say I have a little.. Like a little job for you!<</june>>
A job? This sounds a lot like one of the many, many times a beautiful woman lured you over to carry something heavy. Will you wait?
<<link "Yeah, fuck it. Why not lift the heavy thing? You might get a reward!" "sports_p2_8a1">><</link>>
<<link "Nahhhh. You'll hang with her when she's got time." "sports_p2_8a3">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>>I'm sorry, I really gotta go as well. We can hang out some other time if you want?<</joe>>
<<june>>Awww!! I guess I'll have the car surprise all to myself, then!<</june>>
<<linkappend "You shrug." t8n>>
<<joe>>I guess so.<</joe>>
<<june>><<nobr>>Okay okay, no worries. It's so cool you came to watch practice!! And maybe we can hang out after the match next week?
I'll come find you after, k?<</nobr>><</june>>
<<joe>>It's a date!<</joe>>
<<june>>Yaaay! See you next week $name!!<</june>>
You watch as she skittles off, a spring in her step. What a jolly little lady.
<<link "Time to go home." "sports_p2_8b">><</link>><</linkappend>>\
</div><div class="standard" id="sports">\
<<nobr>>June skittles over to you, a spring in her step. She treats you to a big smile as she passes you,
her big hair rhythmically bopping along.<</nobr>>
<<june>>Walk me to my car!<</june>>
You obediently follow. June hops in and turns to you.
<<june>>Sooo I bet you were wondering if you were gonna see these again, huh?<</june>>
<<link "Smiling and giggling away, she lifts up her shirt." "sports_p2_10a">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/car1.mp4" autoplay loop controls></video>
<<june>>Feel them!<</june>>
<<link "She doesn't have to tell you twice." "sports_p2_11a">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/car2.mp4" autoplay loop controls></video>
As you feel her cute little titties, June continues with the instructions.
<<june>>When you're done with those, there's another place I need you to feel.<</june>>
She looks down with a naughthy grin as she spreads her legs a little.
<<link "//June: 'Could you hold that open for me?'//" "sports_p2_12a">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/car3.mp4" autoplay loop controls></video>
<<nobr>>You do as you're told and pull down her shorts and bright orange panties. As you hold them in place,
June starts masturbating. Every time you look at her face, she gives you a big smile. At one point,
she takes her hand up to her mouth and tastes her own juices. <</nobr>>
<<link "//June: 'Ok, your turn!'//" "sports_p2_13a">><</link>>
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/car4.mp4" autoplay loop controls></video>
<<nobr>>As your fingers enter June's warm, wet pussy, you feel a shot of adrenaline as you realize you're out here on the parking
lot in the middle of the day. June isn't silent either. Guided by June's gentle squeezes and the movement or her petite body,
it doesn't take long before she appears to reach climax. She stops your hand and gently moves it away.<</nobr>>
<<link "Still with the same naughty, happy grin, she looks at you." "sports_p2_14a">><</link>>
</div>\<div class="standard" id="sports">\
<<june>>//Thank youuuuu!!// Ooooh, I really needed that. Practice gets me soooo horny!!<</june>>
<<nobr>>Her change of pace and tone suggest whatever you were doing is now over, and as you're about to say
something to see if maybe it doesn't have to be, June stops you.<</nobr>>
<<june>><<nobr>>Sorry, I've really got to go now. I was hoping maybe you want to hang out after the match next week? I'll find you
after, ok? I'm late, sorry. Thanks again!!<</nobr>><</june>>
<<nobr>>Before you can really respond, she's got the car running and practically starts reversing, so you close the door
and wave as she drives off.<</nobr>>
<<nobr>>After a moment or two, you feel kind of silly, standing there waving, your hand glistening in the sun. You feel your cock
pushing against your underwear, probably wondering if he's next. That girl is something else, damn.<</nobr>>
<<link "Well, time you headed on home." "sports_p2_15a">><</link>>
</div>\<div class="standard" id="sports">\
<<include "homesetting banner">>
When you get home, you tell Lisa what happened.
<<lisa>>Daaamn, babe, that girl is fire, that's sooo hot!! And then?<</lisa>>
<<joe>>Well, then I went home and started talking to you.<</joe>>
Lisa starts laughing. It feels a bit mean.
<<lisa>>I'm sorry babe! It's just, you know. Now you know what it's like to be the woman in that scenario.<</lisa>>
You shrug.
<<joe>>I guess.<</joe>>
You look at Lisa, who's biting her lip <<link "and looks at you as though she wants to eat you." "sports_p2_16a">><</link>>\
</div>\<div class="standard" id="sports">\
<<lisa>>Tell you what, though, babe. After that story I really kind of need you inside me. Soo.. Take your pants off!<</lisa>>
<<nobr>>As you obediently - and quite speedily - take your pants off, you vaguely recognize Lisa is the second woman today ordering
you to have sex with her. Today is not a bad day.<</nobr>>
The two of you go at it like rabbits <<link "until eventually the day comes to an end." "home">>\
<<include "sports_update">>\
<</link>>
</div>\<div class="standard" id="sports">\
<<include "homesetting banner">>
When you get home, Lisa is eager to know about your day.
<<lisa>>So?? How was it babe? You're back pretty early, hm?<</lisa>>
<<joe>><<nobr>>Not that early, surely? I sat through all of practice and then talked to June for a bit! Must've
been gone at least 3 hours or something.<</nobr>><</joe>>
<<lisa>><<nobr>>Alright, no need to get defensive, babe. You know, after how you talked about her and stuff I thought maybe you and June
would hook up to something. But that's fine! How was practice, did you like it?<</nobr>><</lisa>>
<<link "Oh, yeah, for sure. Those girls are hella impressive. And you don't say hella a lot." "sports_p2_9b1">><</link>>
<<link "It was fine! Fun to see them train, but that's about it." "sports_p2_9b2">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>It was awesome! Wow, those girls can fucking dance. And twirl, and.. you know, all of those things!<</nobr>><</joe>>
Lisa laughs.
<<lisa>><<nobr>>It's not for me, but I can //toootally// see how you would //love it//. You know, now that you're becoming a woman and all..
are you gonna join the cheerleading squad?<</nobr>><</lisa>>
<<nobr>>You laugh at the suggestion, but Lisa raises an eyebrow and gives you a //'what's funny about that?'//-look. Hm. It's what
June was clearly hinting at, as well. //If it was possible//, would you want to?<</nobr>>
<<link "Yeah, you'd like to try! Look how much fun that shit looks!" "sports_p2_10b1">><</link>>
<<link "Nah. Those girls are //awesome//, you just don't see yourself as one of them." "sports_p2_10b2">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>I mean.. maybe? Do you think they'd accept me, though? I'm technically a man, you know.<</nobr>><</joe>>
<<lisa>><<nobr>>Well, you won't know unless you ask them. Give it some thought babe! But for now..<</nobr>><</lisa>>
Lisa lifts her shirt and <<linkappend "playfully presents her boobs." t8n>>
<video id="video" src="images/sports/3/lisa.mp4" autoplay loop controls></video>
<<lisa>>I was hoping you'd give these some thought?<</lisa>>
She doesn't have to ask twice. The two of you go at it like rabbits <<link "until eventually the day comes to an end." "home">>\
<<include "sports_update">>\
<</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>No, I don't think so, not really.. It was really impressive and all that but I don't really see myself doing that. I'm quite happy
playing with the guys, you know. In my role on the sportsteam.<</nobr>><</joe>>
<<lisa>><<nobr>>Fair enough, babe. Hey, listen, d'you think you could be happy playing..<</nobr>><</lisa>>
Lisa lifts her shirt and <<linkappend "playfully presents her boobs." t8n>>
<video id="video" src="images/sports/3/lisa.mp4" autoplay loop controls></video>
<<lisa>>..with these for a while? In your role as my lover?<</lisa>>
She doesn't have to ask twice. The two of you go at it like rabbits <<link "until eventually the day comes to an end." "home">>\
<<include "sports_update">>\
<</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>I mean, it was alright. The girls were impressive, for sure. I never realized how hard they work and all that.
But I don't think I could get passionate about it, you know? I mean there's no competition, for starters.<</nobr>><</joe>>
<<lisa>><<nobr>>Hm, yeah. I can see that. Hey, listen. If we make them compete for your attention..<</nobr>><</lisa>>
Lisa lifts her shirt and <<linkappend "playfully presents her boobs." t8n>>
<video id="video" src="images/sports/3/lisa.mp4" autoplay loop controls></video>
<<lisa>>..you think you could get passionate about these?<</lisa>>
She doesn't have to ask twice. The two of you go at it like rabbits <<link "until eventually the day comes to an end." "home">>\
<<include "sports_update">>\
<</link>><</linkappend>>
</div>\/* P3 - B2 Tim, B3 Tim */\
/* After you told Lisa what happened in the showers last week, she got very excited and you talked about it for */\
/* quite a while. During the week, Lisa asks you if you know what you're gonna do, what your plan is.*/\<div class="standard" id="sports">\
<<include "homesetting banner">>
<<nobr>>After practice last week, you told Lisa what happened. The plan with Tim, the showers.
Now nearly a week later during dinner Lisa asks you what your plan is.<</nobr>>
<<joe>>Plan? Eh. I thought I'd just go and then.. train?<</joe>>
<<linkappend "Lisa bursts out laughing." t8n>>
<<lisa>>God, I really wonder where you'd be without me sometimes, $name. Your plan is to just see what happens?<</lisa>>
<<joe>><<nobr>>I.. well I haven't given it that much thought. But I mean why do I need a plan? It's gonna work, I could already
see that looking at Tim last week!<</nobr>><</joe>>
Lisa looks you in the eyes for a couple of seconds, then nods.
<<lisa>>Alright, babe, let's play this out. Come on!<</lisa>>
<<link "You follow Lisa into the living room." "sports_p3_2">><</link>><</linkappend>>\
</div>\<div class="standard" id="sports">\
<<set $roleplaytotal to 0>>\
<<lisa>>Ok: I'm Tim, you're you. You're trying to get Tim, me, to protect you. Right?<</lisa>>
Yeah, ok. You'll do a bit of roleplay. Show Lisa you'll be fine!
<<joe>>Ok, good! We're.. in the lockerroom. Aaaand it's //after// practice, just the two of us, like last week. Ready?<</joe>>
<<lisa>>Ready.<</lisa>>
<<link "You greet Tim in a flirty, seductive way." "sports_p3_3a">>
<<set $roleplayone to "yes">><<set $roleplaytotal ++>>\
<</link>>
<<link "You greet Tim in a normal way, like you always have." "sports_p3_3b">>
<<set $roleplaytwo to "yes">>\
<</link>>
<<link "You don't greet Tim at all, undress and get into the shower like last time." "sports_p3_4c">>
<<set $roleplaythree to "yes">>\
<</link>>
</div>\<div class="standard" id="sports">\
You decide to go for a classic pose that shows off your curves. Do that twirly thing with your hair while you talk.
<<joe>>Hey there big guy. I see you worked up quite the sweat out there, huh?<</joe>>
<<nobr>>In the span of about two seconds you see Lisa's face go from //'Shit, I can't laugh at this'// to //'Oh, god, I can't hold it'//,
before she <</nobr>><<linkappend "bursts and deflates." t8n>>
<<lisa>><<nobr>>I'm sorry! Sorry. I'm sorry babe, that wasn't cool, I'm, I really do apologize. Just give me a second, let me put my
straight face on.<</nobr>><</lisa>>
She turns around, breathes audibly a couple of times and turns back.
<<lisa>>Ok, so sorry. Let's go again.<</lisa>>
<<joe>>Alright, alright. Ready?<</joe>>
Attempt two:
<<link "You greet Tim in a flirty, seductive way." "sports_p3_4a">>
<<set $roleplayone to "yes">><<set $roleplaytotal ++>>\
<</link>>
<<link "You greet Tim in a normal way, like you always have." "sports_p3_4b">>
<<set $roleplaytwo to "yes">><<set $roleplaytotal ++>>\
<</link>>
<<link "You don't greet Tim at all, undress and get into the shower like last time." "sports_p3_4c">>
<<set $roleplaythree to "yes">><<set $roleplaytotal ++>>\
<</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
You decide to start by walking into the room before you greet Tim. You walk past Lisa, turn around and look at her.
<<joe>>Hey, Tim.<</joe>>
Lisa responds with a voice about two octaves lower than she's capable of.
<<lisa>><h3 id="stretchytext">WHY HELLO THE-</h3><</lisa>>
Unsurprisingly, she is interrupted by her own outburst of laughter.
<<lisa>>I'm sorry! Sorry. I'm sorry babe, I didn't know that was the voice I was gonna do!<</lisa>>
<<joe>>You know, if I knew we were doing voices I would've whipped out Kermit at the least!<</joe>>
<<lisa>>Yeah, no, no voices. Ok, here we go.<</lisa>>
<<joe>>Alright, alright. Ready?<</joe>>
Attempt two:
<<link "You greet Tim in a flirty, seductive way." "sports_p3_4a">>
<<set $roleplayone to "yes">><<set $roleplaytotal ++>>\
<</link>>
<<link "You greet Tim in a normal way, like you always have." "sports_p3_4b">>
<<set $roleplaytwo to "yes">><<set $roleplaytotal ++>>\
<</link>>
<<link "Say nothing, undress and get into the shower." "sports_p3_4c">>
<<set $roleplaythree to "yes">><<set $roleplaytotal ++>>\
<</link>>
</div>\<div class="standard" id="sports">\
You decide to go for that sort of classic pose that shows off your curves. Do that twirly thing with your hair while you talk.
<<joe>>Hey there big guy. I see you worked up quite the sweat out there, huh?<</joe>>
<<lisa>>Yeah?<</lisa>>
You move closer to Lisa and touch her arm and squeeze it a bit.
<<joe>>Yeah, you know. You've got all these biiig muscles to work out, has to be quite exhaustive, hm?<</joe>>
<<linkappend "Lisa grabs your hand and pushes it away from her." t8n>>
<<lisa>>Look, what is this? You want me to fuck you or something?<</lisa>>
<<joe>>What? Hey, come on, he wouldn't say that.<</joe>>
<<lisa>>No? What would he say?<</lisa>>
<<if $flapdrol is "yes">>\
<<link "Well! Hm. You have to think about that for a bit." "sports_p3_5a12">><</link>>\
<<else>><<link "Well! Hm. You have to think about that for a bit." "sports_p3_5a1">><</link>>\
<</if>>\
<</linkappend>></div>\<div class="standard" id="sports">\
Lisa is //very// close to an //'I told you so'// smile. You're not ready to cave, though.
<<lisa>>Hm?<</lisa>>
<div id="replace">Ok, maybe..
<<link "He would play along! Like a normal conversation.">>
<<replace "#replace">><<timed 10ms t8n>>\
<<joe>>Well, you know, maybe he'd just go along with it, right? Like a normal conversation!<</joe>>
<<lisa>>You think Tim and you are gonna have a normal conversation, babe?<</lisa>>
<<link "Yeah, you're definitely not. Maybe you //do// need a plan." "sports_p3_7">><</link>>\
<</timed>><</replace>>
<</link>>
<<link "Ok, maybe he //would// say that. Maybe try again but less seductive." "sports_p3_4b2">><</link>>
</div>\
</div><div class="standard" id="sports">\
Lisa is //veeeery// close to an //'I told you so'// smile. You're not ready to cave, though.
<<lisa>>Hm?<</lisa>>
<div id="replace">Ok, maybe..
<<linkreplace "He would play along! Like a normal conversation." t8n>>
<<joe>>Well, you know, maybe he'd just go along with it, right? Like a normal conversation!<</joe>>
<<lisa>>You think Tim and you are gonna have a normal conversation, babe?<</lisa>>
<<link "Well, fuck. Maybe you do need a plan?" "sports_p3_7">><</link>>\
<</linkreplace>>
</div><div class="standard" id="sports">\
You re-enter the room, walk past Lisa, turn around and look at her.
<<joe>>Hey, Tim.<</joe>>
<<lisa>>Hm.<</lisa>>
<<joe>>Did you have a good training?<</joe>>
<<lisa>>Sure.<</lisa>>
<<joe>>I'm gonna hit the shower now.<</joe>>
<<lisa>>Yeah, alright. See you next week<</lisa>>
<<joe>>...<</joe>>
<<nobr>>Fuck. Alright, again, and <<link "you'll just turn up the sexy this time." "sports_p3_4a2">><<set $flapdrol to "yes">><</link>>\
</div><div class="standard" id="sports">\
You re-enter the room, walk past Lisa, turn around and look at her.
<<joe>>Hey, Tim.<</joe>>
<<lisa>>Hm.<</lisa>>
<<joe>>Did you have a good training?<</joe>>
<<lisa>>Sure.<</lisa>>
<<joe>>I'm gonna hit the shower now.<</joe>>
<<lisa>>Yeah, alright. See you next week<</lisa>>
<<joe>>...<</joe>>
<<nobr>>Fuck. Obviously this might not be how things go, but then again you've got //no idea// how things might go.
Which, you realize now, is Lisa's whole point. <</nobr>>
<<link "So what are you supposed to do?" "sports_p3_7">><</link>>\
</div><div class="standard" id="sports">\
You slowly start undressing. Lisa seems to understand what you're doing, sits down and starts fiddling with her shoelaces. She's looking at the floor!
<<joe>>Hey, no, you're supposed to be watching me.<</joe>>
<<lisa>>If that's what you're telling Tim, that might work, babe!<</lisa>>
<<joe>>Yeah ha-ha, funny. No but he would, wouldn't he?<</joe>>
<<lisa>><<nobr>>Okay, let's see. From what you've told me he's thick as a brick, right? So here's a simple, presumably straight man
with his former male teammate who's now got a preeeeetty hot feminine body trying to have him look at him while he undresses.
Am I missing anything?<</nobr>><</lisa>>
<<if $body is 3>><<link "He had his hands all over you!" "sports_p3_5c">><</link>><</if>>\
<<if $body is 2>><<link "She's got a point, there. Would //you// look at you?" "sports_p3_5c2">><</link>><</if>>\
</div>\<div class="standard" id="sports">\
<<joe>>He had his hands all over me during practice! Probably will have again this time!<</joe>>
<<lisa>><<nobr>>Hmhm, but don't you think it's a bit unfair comparing //everyone// on the field giving you a squeeze to gawking
at your naked body in private?<</nobr>><</lisa>>
<<joe>>Unfair, unfair.. I think it's unfair I'm trying to seduce a //man// just so people stop touching my ass!!<</joe>>
<<lisa>>I know, babe, and I'm sorry about that. Men are awful like that. Look..<</lisa>>\
<<linkappend "She takes your hands in hers and looks at you." t8n>>
<<lisa>><<nobr>>I wasn't trying to tease or bully you before asking about a plan. I just wanna help. I'm pretty good at this, you know.
I managed to land a man that was utterly incapable of taking a hint, try seducing that!<</nobr>><</lisa>>
<<link "You frown as you think for a moment." "sports_p3_7c">><</link>>
<</linkappend>></div>\<div class="standard" id="sports">\
<<joe>>Well, damn it! I just want to keep my position on the damn team and do what I've always done. Not be punished for having a woman's body!<</joe>>
Lisa gives an empathetic look, her head cocked slightly to the side.
<<joe>><<nobr>>What, is this what it's like to be a woman? Being controlled by men bigger than you because of our bodies? Wait- I know how I sound. Ok. I'm gonna stop talking
for a little bit now.<</nobr>><</joe>>
Lisa smiles. Endearing is the word you'd use for the way she's looking at you.
<<linkappend "She takes your hands in hers and looks at you." t8n>>
<<lisa>><<nobr>>Look, babe, I wasn't trying to tease or bully you before asking about a plan. I just wanna help. I'm pretty good at this, you know.
I managed to land a man that was utterly incapable of taking a hint, try seducing that!<</nobr>><</lisa>>
<<link "You frown as you think for a moment." "sports_p3_7c">><</link>>
<</linkappend>></div>\<div class="standard" id="sports">\
<<joe>>Well, fuck, baby, I guess you're right. Which means I'm screwed, I guess. What do I do?<</joe>>
<<lisa>><<nobr>>Don't worry, babe, it's gonna be fine. Look, all you've got to do is set expectations, right? For yourself //and//
for Tim. So, let's start with you. What do //you// want?<</nobr>><</lisa>>
<hr class="gradienthr">\
<<nobr>>Maybe you didn't at first, you certainly didn't expect it, but at this point you've got to admit you're at least
curious what it would be like to be..<</nobr>> <<link "physically intimate with someone like Tim.." "sports_p3_8a">>
<<set $floepiepoepie to "yes">>\
<</link>>
<hr class="gradienthr">\
<<nobr>>You've got to admit that your had a lot of fun with your little shower scene, and you wouldn't mind exploring that more.
The game of seduction. <</nobr>><<link "But you don't want to be touching him or having him touch you." "sports_p3_8b">>
<<set $floepiepoepie to "yes">>\
<</link>>
<hr class="gradienthr">\
<<nobr>>Frankly, you just want <<if $body is 3>>for everyone to stop touching your butt<<else>>to keep your position on the team<</if>>
and for some reason you thought this would be a solution, but at this point <</nobr>><<link "you're wondering if you can't get out of all this somehow." "sports_p3_8b">>
<<set $floepiepoepie to "yes">>\
<</link>>\
</div>\<div class="standard" id="sports">\
<<joe>>Your ex Stephano?<</joe>>
<<nobr>>She gives you the old //'you'll get there'//-look. Which means she'll give you about 15 seconds to get there before she
explains. <</nobr>><<linkappend "See, you're not very good at hints, so.." t8n>>
<<joe>>Me! I knew that, just joking, baby. You landed //me//. Alright, so help me out here. What do I do?<</joe>>
<<lisa>><<nobr>>Don't worry, babe, it's gonna be fine. Look, all you've got to do is set expectations, right? For yourself //and//
for Tim. So, let's start with you. What do you want?<</nobr>><</lisa>>
<hr class="gradienthr">\
<<nobr>>Maybe you didn't at first, you certainly didn't expect it, but at this point you've got to admit you're at least
curious what it would be like to be..<</nobr>> <<link "physically intimate with someone like Tim.." "sports_p3_8a">>
<<set $floepiepoepie to "yes">>\
<</link>>
<hr class="gradienthr">\
<<nobr>>You admittedly had a lot of fun with your little shower scene, you wouldn't mind exploring that more.
The game of seduction. <</nobr>><<link "But you don't want to be touching him or having him touch you." "sports_p3_8b">>
<<set $floepiepoepie to "yes">>\
<</link>>
<hr class="gradienthr">\
<<nobr>>Frankly, you just want <<if $body is 3>>for everyone to stop touching your butt<<else>>to keep your position on the team<</if>>
and for some reason you thought this would be a solution, but at this point <</nobr>><<link "you're wondering if you can't get out of all this somehow." "sports_p3_8b">>
<<set $floepiepoepie to "yes">>\
<</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>Ok, well. Look, I don't know where this comes from and I don't know why because I've never even thought
about this before this year's theme announcement. But, you know..<</nobr>><</joe>>
<<nobr>>You take a deep breath. You're not scared to tell Lisa. She'll just love you and shit. Saying it out
loud makes you admit it to //you//, though. Which //is// scary.<</nobr>> <<linkappend "Alright, say it." t8n>>
<<joe>><<nobr>>I'm just kinda curious what it would be like. To.. as you said, you know, be the woman in a.. physical relationship.
With Tim.<</nobr>><</joe>>
<<joe>>There, I said it.<</joe>>
Lisa gives you a powerful, loving look. Nothing if not predictable, that woman. <<linkappend "She's quiet for longer than expected, though." t8n>>
<<joe>>Babe?<</joe>>
<<lisa>>Hm? Yes! Sorry babe, it's just. Well I think that's fucking hot. And I guess my imagination took me on a little trip there. Eehh...<</lisa>>
<<lisa>><<nobr>>Right. Ok, so we know what //you// want. That should definitely work with the protection stuff
and all that. So now we've just have to.. communicate to Tim what's on the table!<</nobr>><</lisa>>
<<link "There you go, a plan! Now you just.. communicate?" "sports_p3_9a">><</link>><</linkappend>><</linkappend>>\
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>Okay, sounds simple enough! How about we.. send him a picture? Maybe 'by accident', something naughty. //'Made me think of you!'//,
and then wait till he's read it and then go //'Oops, wrong picture!!'// and delete it! Hm? What do you think?<</nobr>><</joe>>
Lisa starts theatrically looking around the room as if she's searching for something.
<<lisa>>Did I leave my //Slutty Women's Playbook// lying around somewhere? That sounds like a great plan, babe! Ooooh let's take the picture!!<</lisa>>
<<joe>>Well, now I'm nervous! Can we make me pretty for the pictures?<</joe>>
<<lisa>>Can we ever? To the bathroom!<</lisa>>
<<link "Let's do this thing!" "sports_p3_10a">><</link>>\
</div>\<div class="standard" id="sports">\
<<nobr>>The next half hour or so, Lisa helps you with your hair and make-up and gets the camera ready. After a fun little shoot,
you've got a range of pictures to choose from. Lisa says she think they could all work and it's basically just what you're
comfortable with. So.. what do you want to //'accidentally'// send Tim?<</nobr>>
<<link "Something innocent and suggestive? SFW?">><<popup "p3_tease_van">><</link>>
<<link "A bit of nudity in there! But not, like, porn.">><<popup "p3_tease_sc">><</link>>
<<link "Porn! Show everything - hard dick included.">><<popup "p3_tease_hc">><</link>>
</div>\<<if $body is 3>><div class="popupimg"><img src='images/sports/3/b3_van.png'></div>
<div class="standard"><<link "Send Tim this picture!" "sports_p3_11a1">><<dialogclose>><</link>>
<hr class="gradienthr_small">
<<link "Choose a different picture.">><<dialogclose>><</link>></div>\
<</if>>\
<<if $body is 2>><div class="popupimg"><img src='images/sports/3/b2_van.png'></div>
<div class="standard"><<link "Send Tim this picture!" "sports_p3_11a1">><<dialogclose>><</link>>
<hr class="gradienthr_small">
<<link "Choose a different picture.">><<dialogclose>><</link>></div>\
<</if>>\<<if $body is 3>><div class="popupimg"><img src='images/sports/3/b3_sc.png'></div>
<div class="standard"><<link "Send Tim this picture!" "sports_p3_11a1">><<dialogclose>><</link>>
<hr class="gradienthr_small">
<<link "Choose a different picture.">><<dialogclose>><</link>></div>\
<</if>>\
<<if $body is 2>><div class="popupimg"><img src='images/sports/3/b2_sc.png'></div>
<div class="standard"><<link "Send Tim this picture!" "sports_p3_11a1">><<dialogclose>><</link>>
<hr class="gradienthr_small">
<<link "Choose a different picture.">><<dialogclose>><</link>></div>\
<</if>>\<<if $body is 3>><div class="popupimg"><img src='images/sports/3/b3_hc.png'></div>
<div class="standard"><<link "Send Tim this picture!" "sports_p3_11a1">><<dialogclose>><</link>>
<hr class="gradienthr_small">
<<link "Choose a different picture.">><<dialogclose>><</link>></div>\
<</if>>\
<<if $body is 2>><div class="popupimg"><img src='images/sports/3/b2_hc.png'></div>
<div class="standard"><<link "Send Tim this picture!" "sports_p3_11a1">><<dialogclose>><</link>>
<hr class="gradienthr_small">
<<link "Choose a different picture.">><<dialogclose>><</link>></div>\
<</if>>\<div class="standard" id="sports">\
<<joe>><<nobr>>Fuck it, let's do it. It'll be hot, right? Ok, don't judge me, but.. while we were talking about all this, I did kind of
come up with the perfect idea to get this thing going, I think.<</nobr>><</joe>>
<<lisa>>Yeah?<</lisa>>
<<joe>>Okay, so, what if.. I send him.. the picture we made. The Cumbucket™ one. What do you think?<</joe>>
<<linkappend "Lisa's mouth falls wide open." t8n>>
<<lisa>><<nobr>>Oh. My. God. That's //perfect// babe! You show him you're a slut but also that it's not with him!
You've got a dirty mind there, I love it.<</nobr>><</lisa>>
<<joe>>Alrigh talright, let's see..<</joe>>
You go through your pictures and <<link "locate the image.">><<popup "tim_cumbucket">><</link>><</linkappend>>\
</div>\<div class="standard popupimg"><img src='images/life/3/facial.png'></div>\
<div class="poppy"><<nobr>>You quickly find the Cumbucket™ picture. You know it's fake, but the fake cum covering your mouth and body like that
makes you look //really// fucking slutty. It feels weird cause it's //you// in the picture, but it kind of turns you on.<</nobr>>
<<link "Ok here we go, send Tim this picture!" "sports_p3_11a1">><<dialogclose>><</link>>
</div>\<div class="standard" id="sports">\
<<joe>>//Reminded.. Me.. Of.. You..// aaand send!<</joe>>
<<lisa>>Oh, yayyy! How do you feel, babe?<</lisa>>
<div id="replace">\
You feel..
<<link "Excited! Holy shit, you really just sent that to //Tim!!//">>
<<replace "#replace">><<timed 10ms t8n>><<joe>><<nobr>>I feel excited! Wow, we really just sent that, huh? Holy shit, imagine
he's turned on by that. What if he touches himself to that? Oh my god, I feel so giddy!!<</nobr>><</joe>>
<<lisa>><<nobr>>Iiiiieeeee me too! Oh shit, you're usually the one to calm me down when I get like this. Ok, how about we..
go to bed early? Distract ourselves a little?<</nobr>><</lisa>>
<<include "sports_p3_11a addon">><</timed>><</replace>><</link>>
<<link "Nervous!! //Very// nervous!">>
<<replace "#replace">><<timed 10ms t8n>><<joe>><<nobr>>Like I'm gonna be sick with nerves, seriously. My stomach feels weird
and I'm getting all hot and I don't want him to see it but I do!?<</nobr>><</joe>>
<<lisa>><<nobr>>Hahaha yesss that's what's so exciting though, right babe? Tell you what, why don't we go into the bedroom
and I help you relax a little?<</nobr>><</lisa>>
<<include "sports_p3_11a addon">><</timed>><</replace>><</link>>
<<link "Satisfied. We found a solution, and now we wait.">>
<<replace "#replace">><<timed 10ms t8n>><<joe>><<nobr>>I feel good about that! Nice picture, good plan. I'd say
this was a succes, don't you think?<</nobr>><</joe>>
<<lisa>><<nobr>>Oh my god! Cool as a cucumber, huh? Well not me, I need a distraction while we wait. You want to distract
me in the bedroom for a while, babe? <</nobr>><</lisa>>
<<include "sports_p3_11a addon">><</timed>><</replace>><</link>>
</div>\<div class="standard" id="sports">\
<<nobr>>She winks, turns around and starts undoing her shirt as she walks to the bedroom. You follow, and the two of you
occupy yourselves with some.. //distracting activities// for a couple of hours. <<link "Eventually, you check your phone." "sports_p3_12a">><</link>><</nobr>>
</div><div class="standard" id="sports">\
Next to your image and text, you see two little marks, indicating Tim's seen your message. He hasn't responded.
<<lisa>>And?<</lisa>>
<<joe>>He's must've seen it, he's read the message anyway. Didn't say anything. I'll do the oopsie part tomorrow, right?<</joe>>
<<lisa>>Sounds good, babe! No reaction doesn't mean he's not into it, right?<</lisa>>
<<joe>>Right!<</joe>>
<<link "The next day." "sports_p3_13a">><</link>>
</div>\<div class="standard fade-in" id="sports">\
The next morning, on the day of training, you do as you planned and delete the image.
//'Oh my god so sorry, I didn't mean to send that!!'//
//'See you at training?'//
<<nobr>>He doesn't respond, even though he also reads the new messages. With the inevitable encounter approaching fast, you feel sick
to your stomach with nerves. All you can think about is what he thinks of the picture, of you. What he'll say or do. It's making you into a straight up wreck
and still you have no idea what to expect. <</nobr>>
<<link "Finally, it's time: practice." "sports_p3_14a">><</link>>\
</div>\<div class="standard" id="sports">\
<<include "lockerroom banner">>
<<nobr>>When you get to the lockerroom, you can feel your heart beating in your throat as you scan the lockerroom for Tim, but he's nowhere to be seen.
You decide that just standing here and looking at the door won't do you any good, <</nobr>> <<link "so you head out onto the field." "sports_p3_14a2">><</link>>\
</div>\<div class="standard" id="sports">\
<<include "thefield banner">>
<<nobr>>Predictably, instead of staring at the lockerroom entrance from inside of it, you end up nervously staring at the exit from out on the field, waiting for Tim to come out. He doesn't.
Warm-up: still no Tim. As coach wraps up instructions for the first exercise of the day, <</nobr>><<linkappend "you learn why." t8n>>
<<coach>><<nobr>>.. one last thing! Tim's not gonna make it today, he called in sick, so we're gonna have to be a little bit creative
pairing up. Alright, let's go ladies!<</nobr>><</coach>>
<<nobr>>When you hear him say the words, you feel your stomach turn. He called in sick? That //has// to be because of you, right?
What did you do?! This is the opposite of the plan!<</nobr>>
<<nobr>>The rest of training, you can't focus. You keep trying to think about why Tim isn't there. About the picture you sent.
Waaayyy too slowly to your liking, <</nobr>><<link "training comes to an end and you head to the lockerroom." "sports_p3_15a">><</link>><</linkappend>>\
</div>\<div class="standard" id="sports">\
<<include "lockerroom banner">>
<<nobr>>Once dressed, you reach into your pocket and take your phone out. You'd put taking a look off, scared of what angry message Tim might've
sent. Or hasn't sent, which is kind of what you expect and fear the most as it will keep you guessing.<</nobr>>
When you open the chat screen, you see a //(1 new message)// notification on Tim's chatlog. <<link "You click on it." "home">>\
<<popup "timmessage">><<include "sports_update">>
<</link>>\
</div>\<div class="popupimg"><video src='images/sports/3/timmy.mp4' autoplay loop controls></video></div>
<div class="poppy">\
<<nobr>>It's a video. Mesmerized, you look at it at least four times. You watch Tim stroking his long, hard cock until
he comes //hard//. The amount of cum.. Fucking hell.<</nobr>>
Well, then. If you weren't before, <<link "you're in it now.">><<dialogclose>><</link>>\
</div><div class="standard" id="sports">\
<<joe>><<nobr>>Well, I really, //really// enjoyed the whole shower thing I did last week. There was something immensely satisfying
about it and I've never felt more sexy or just plain //hot// in my life.<</nobr>><</joe>>
Lisa chuckles.
<<lisa>>I knew it!<</lisa>>
<<joe>><<nobr>>Right, well, I loved that. But then if I think about taking it further? I mean he's my teammate for one thing,
but I'm also just not attracted to him. So I don't want to take it further than flirting, I guess? Nothing physical.<</nobr>><</joe>>
<<linkappend "Lisa nods as in agreement." t8n>>
<<lisa>><<nobr>>I totally get that! Flirting is sooo much fun. And it can be useful! But just because I liked our trip to Italy doesn't mean
I have to live there.<</nobr>><</lisa>>
<<lisa>>Might make it harder to get Tim to commit to the whole protecting thing, babe. But we can make it work I think.<</lisa>>
<<link "//Lisa: 'I think I have an idea..'//" "sports_p3_9b">><</link>><</linkappend>>\
</div>\<div class="standard" id="sports">\
<<lisa>>What if.. you make Tim sort of like your.. cuckold?<</lisa>>
<<joe>>My cuckold?! Would't that mean I'd have to sleep around with //other men// instead of Tim?<</joe>>
<<lisa>><<nobr>>No not nessecarily, babe. It's mainly about you being a sexual being, an //active// sexual being, and him
only being allowed to watch, right?<</nobr>><</lisa>>
<<joe>>How does that change what I just said?<</joe>>
<<lisa>><<nobr>>Well it's just it doesn't have to be real. You can tell whatever story you want, as long
as he doesn't know that, you know?<</nobr>><</lisa>>
<<link "You're fairly sure you don't know." "sports_p3_10b">><</link>>\
</div><div class="standard" id="sports">\
<<joe>>I don't know if I follow. Like a roleplay? Deep fakes? What?<</joe>>
<<lisa>>No, just the suggestion that you're doing those things and he's not allowed to be there, I think.<</lisa>>
<<lisa>><<nobr>>Look, babe, we just gotta plant the idea that you'd be down to have sex with someone //like Tim// and take it from there. Right?
If he's fantasizing about having you, that's the protection part of the plan done. And then you just keep him interested at a distance!<</nobr>><</lisa>>
<<joe>>Right. Is it weird I think that actually sounds kind of mean?<</joe>>
<<lisa>>Well, true, it is a bit mean. Doesn't make you Voldemort, though. What do you think? You want to do this?<</lisa>>
<<if $story.life.current_stage lte 3>><<link "Yes. Let's try this cuckolding thing. If it works it could be fun, right?">><<popup "spoilers_cumbucket">><</link>>\
<<else>><<link "Yes. Let's try this cuckolding thing. If it works it could be fun, right?" "sports_p3_11b">><</link>><</if>>
<<link "No. Let's go back to the drawing board. Cuckolding Tim isn't you." "sports_p3_drawingboard">><</link>>\
</div>\<<t-clippy>><<nobr>>Hi Boss! There's a spoiler ahead that doesn't make much sense if you don't do ''Life'' first. Nothing major, but I //would// recommend
playing through that first if you haven't before. Sorry for breaking the wall!<</nobr>><</t-clippy>>
<div class="poppy"><<link "I don't mind the spoiler, continue //Sports.//" "sports_p3_11b">><<dialogclose>><</link>>
<hr class="gradienthr_small">
<<link "Spoilers?! No way! Take me //back home.//" "home">><<dialogclose>><</link>></div>\<div class="standard sports">\
Alright, back to the drawing board. What do //you// want?
<hr class="gradienthr">\
<<nobr>>Maybe you didn't at first, you certainly didn't expect it, but at this point you've got to admit you're at least
curious what it would be like to be..<</nobr>> <<link "physically intimate with someone like Tim.." "sports_p3_8a">>
<<set $floepiepoepie to "yes">>\
<</link>>
<hr class="gradienthr">\
<<nobr>>You've got to admit that your had a lot of fun with your little shower scene, and you wouldn't mind exploring that more.
The game of seduction. <</nobr>><<link "But you don't want to be touching him or having him touch you." "sports_p3_8b">>
<<set $floepiepoepie to "yes">>\
<</link>>
<hr class="gradienthr">\
<<nobr>>Frankly, you just want <<if $body is 3>>for everyone to stop touching your butt<<else>>to keep your position on the team<</if>>
and for some reason you thought this would be a solution, but at this point <</nobr>><<link "you're wondering if you can't get out of all this somehow." "sports_p3_8c">>
<<set $floepiepoepie to "yes">>\
<</link>>\
</div>\<div class="standard sports">\
<<joe>><<nobr>>Honestly? Like, honestly honestly? I think I took it way further already than I should have and I feel like I've already
stayed on for the ride too long and I'm looking around wondering if I can jump off somewhere..<</nobr>><</joe>>
Lisa reaches out and gently touches you on the cheek.
<<lisa>><<nobr>>Aww, baby. I'm sorry, but look, it's good that you recognize that! It's never too late not to do something you don't want to
do, you always have a choice. We'll just have to find a different solution! Let's think..<</nobr>><</lisa>>
<<nobr>>You both think on that for a bit. She's right, of course, why go through with any of this if you don't want to. Does leave you
with the initial problem, though. You really kind of //need// to have Tim on your side. After a
while, <</nobr>><<linkappend "Lisa asks you if you can't just //ask// Tim for his support." t8n>>
<<if $body is 3>><<joe>><<nobr>>Yeah, I don't know. I mean that would kind of have him admitting he's touching me, which I don't even know if he'll do that.
Cause then also he'd have to stop touching, right?<</nobr>><</joe>><</if>>\
<<if $body is 2>><<joe>><<nobr>>Hm, I dunno. I mean I'd be asking him to kind of //'betray'// the team for me just
cause I ask him to.<</nobr>><</joe>><</if>>\
<<joe>>Like, it could work, but I think I've still got to trade //something//..<</joe>>
<<link "//Lisa: 'Money?'//" "sports_p3_9c">><</link>>\
<</linkappend>>\
</div>\<div class="standard sports">\
<<lisa>>Like pay him? I don't know babe, that sounds like the start of some nasty blackmail story waiting to happen.<</lisa>>
<<lisa>><<nobr>>What if we keep it sexual in a way? Trade him maybe like a sexy video of you. Use one of those
'private sharing' apps so he can't leak it, and then he can't really move it into blackmail, cause he'd probably
be embarrased about it! If he's a typical man, anyway.<</nobr>><</lisa>>
<<nobr>>Tim is that, alright. You think about it. It could definitely work, but you feel like you'd still be kind of //'offering'// yourself to
him in a way. You really don't like that idea. <</nobr>><<linkappend "Maybe if it wasn't just //you// in the video?" t8n>>
<<joe>><<nobr>>Hmmmm. I see that working. But.. and I'm sorry to be even asking this, but would you maybe be in the video with me? Instead
of just me alone?<</nobr>><</joe>>
Lisa looks at you with a biiig grin and bites her lower lip.
<<lisa>>Are you kidding me? I'd like nothing more! Ooooh you want to make it now? Let's do it now, babe!<</lisa>>
<<nobr>>Nice. Filming yourself have sex with your girlfriend is sure is a different activity from seducing a man. And if the plan
doesn't work, well, who cares! <</nobr>><<link "Let's go make a video!" "sports_p3_10c">><</link>><</linkappend>>\
</div><div class="standard sports">\
<<nobr>>The two of you get to work. It's exciting! You've always thought of Lisa and you as //almost pro's//. You know,
good enough to make it at the top, if you dedicated yourselves. You two would make great pornstars! You think.
It's weird - for all of Lisa's sexually open and adventurous personality, the two of you never made a video before.<</nobr>>
<<nobr>>The realization that you only have one of those //'Don't forget the camera!'// vacation type cameras is a bit
discouraging, but it doesn't stop you having, if you do say so yourself, a //great// session.<</nobr>>
<<nobr>>Afterwards, neither of you can wait to watch the footage. As Lisa goes into the bathroom to wash her face,
you plug the camera into your laptop and load the video. When it's just about done, Lisa plomps down next to you.<</nobr>>
<<link "Let's see this thing!" "sports_p3_11c">><</link>>\
</div><div class="standard sports">\
<video id="video" src="images/sports/3/porn1.mp4" autoplay loop controls></video>
<<nobr>>The start is good, you think. You tried to make a little show of undressing and even though you're biased here,
you think Lisa's lips around your cock looks about as hot as it feels. Especially with your feminine body.
After a couple of minutes, your digital representations get on their feet. <</nobr>>
<<lisa>>Here comes the good part!<</lisa>>
<<link "You watch as porn-you gets ready to //give it to Lisa.//" "sports_p3_12c">><</link>>
</div><div class="standard sports">\
<video class="fade-in" id="video" src="images/sports/3/porn2.mp4" autoplay loop controls></video>
<<nobr>>Just when you're about to enter your girlfriend //- you made an effort to have the actual penetration on film as you
hate it when that's left out -// everything turns very, very blurry.<</nobr>>
<<lisa>>Wait, no! What's this? What happened?<</lisa>>
<<joe>>Aaaaah fuck. The autofocus on this stupid cheapass camera must have done.. something. Great, this is just great..<</joe>>
<<joe>>'//Hi, would you like to trade a favor for this video of some vaguely moving shapes and colors?'<</joe>>
<<link "Fast forward, maybe it'll come back?" "sports_p3_12c2">><</link>>
</div>\<div class="standard sports">\
<video id="video" src="images/sports/3/porn3.mp4" autoplay loop controls></video>
<<nobr>>Near the end of the video, when Lisa dismounts and gets on her knees to receive your load, the image
becomes clear and sharp again. At least you have the finale.<</nobr>>
<<lisa>>Gotta work on your aim a bit, babe.<</lisa>>
<<joe>>Oh, please, you could've easily caught that! Anyway, we've only got like half a video. If that.<</joe>>
<<lisa>><<nobr>>Well can't we just take out the blurry stuff? It'll be like a blowjob video, right? Maybe even better
that way, you know, so we don't spoil the guy straight away. What do you think, babe?<</nobr>><</lisa>>
<<link "You think that's actually not a bad idea." "sports_p3_12c3">><</link>>
</div>\<div class="standard sports">\
<<joe>>You know, I think that might work! Alright, I'm just gonna go edit this right away. Thanks, babe, you're amazing.<</joe>>
<<lisa>>//You're// amazing! Give us a kiss!<</lisa>>
Lisa leans in and gives you a big, sloppy kiss. It's //very// sloppy, actually. <<linkappend "And a bit.. salty? Hold on.." t8n>>
<<lisa>>Ok, I'm gonna go brush my teeth, babe!<</lisa>>
<<joe>>Well //# me too//, I guess! You're a nasty woman, you are!<</joe>>
Lisa lets out a girly giggle. After the two of you have brushed your teeth, you edit the video until you're happy with the result.
<<link "The next day." "sports_p3_13c">><</link>><</linkappend>>
</div>\<div class="standard sports">\
<<nobr>>The next morning, on the day of training, you app Tim and make up an excuse that you're in the neighbourhood and if he minds if you
visit for a minute. He invites you in, but you tell him you only need a minute to ask him something.<</nobr>>
You tell him what you'd like from him. That you want him to <<if $body is 3>>'//keep his dogs on a leash//', so to speak.<br><</if>>\
<<if $body is 2>>back you and defend you fully in your position on the team.<br><</if>>\
<<tim>>Ok. What if I do, what do I get?<</tim>>
<<joe>><<nobr>>Right, I'm going to send something to your PriShare account so it's for your eyes only, alright? You have a look
at what it is, take your time, and you tell me this afternoon at training if we have a deal. K?<</nobr>><</joe>>
He shrugs.
<<tim>>Yeah, ok. See you at training.<</tim>>
<<link "You thank him for his time and go back home." "sports_p3_14c">><</link>>\
</div>\<div class="standard sports">\
<<include "lockerroom banner">>
When you arrive, Tim immediately finds you in the lockerroom. He looks all serious.
<<tim>>$name. I do what you asked, I get more videos?<</tim>>
<<joe>>Ehh yep! Yeah we'll make more. How about one per month?<</joe>>
<<tim>>Two weeks.<</tim>>
To give him the idea you that wasn't your plan all along, <<linkappend "you hesitate a bit before you agree to to that." t8n>>
<<joe>>Well, that's asking a lot. I better get my money's worth, alright? But yeah, we have a deal!<</joe>>
You stick out your hand but Tim doesn't even see, as he just says '//OK//' and walks off.
<<link "You head out onto the field." "sports_p3_15c">><</link>><</linkappend>>\
</div>\<div class="standard sports">\
<<include "thefield banner">>
<<nobr>>That afternoon, Tim fully delivers his part of the deal. He keeps looking at you funny, but
he doesn't try or say anything, so you decide to just ignore it. Afterwards, Coach tells you he doesn't know
how you got Tim on board, but that he's glad you did. Overall, it would appear it's a great succes!<</nobr>>
<<nobr>>And yet, you're left with a creeping feeling that surely something isn't right. You can't
worry about that right now, though. <</nobr>><<link "Time you head on home." "home">><<include "sports_update">><</link>>\
</div>\
/* --------------------------------------------------------------------------- *//* P4 - B3 Johnny */
<div class="standard" id="sports">\
<<include "thefield banner">>
<<nobr>>Training is.. fine? No grabbing, slapping or squeezing. Not even a little feel. You wear some flattening sporty underwear that
keeps everything in place, but that can’t be it. Did they get bored so easily? During a small break, <</nobr>><<linkappend "Cody hits you up." t8n>>
<<cody>><<nobr>>Hey man! Looking good out there!<</nobr>><</cody>>
<<joe>><<nobr>>Yeah, thanks. I’m a bit.. Surprised? You know how last week everyone was kind of, how do I put it..<</nobr>><</joe>>
<<cody>><<nobr>>Gawking over you like a bunch of horndogs?<</nobr>><</cody>>
<<joe>><<nobr>>Right. And I’m happy that’s over, you know obviously. It's just weird, isn't it?<</nobr>><</joe>>
<<cody>><<nobr>>Haha, Coach didn’t tell you? <</nobr>><</cody>>
<<link "You shake your head." "sports_p4_2">><</link>><</linkappend>>\
</div>\<div class="standard" id="sports">\
<<cody>><<nobr>>Alright, well, he came into the locker room last week after training and he told everyone quite clearly that anyone that would touch you,
look at you or anything like that, could expect a phonecall from him, to their girlfriend.<</nobr>><</cody>>
<<cody>>Or, you know, if they don’t have a girlfriend their mom.<</cody>>
<<joe>><<nobr>>What? Why?<</nobr>><</joe>>
<<cody>><<nobr>>To tell them their partner’s been distracted by, you know. A shemale! Is that the word? Sorry if that's not appropriate to say. Anyway,
that pretty much steered everyone clear I guess, haha.<</nobr>><</cody>>
<<nobr>>To your own frustration, you're conflicted. The touching had to stop, they were being animals, yes. But they did it cause they //liked it//.
And then when they're confronted by that fact, they run for the hills? Like you're //disgusting//?<</nobr>>
Your train of thought is interrupted as Coach’s blows his whistle <<link "and you get back to training." "sports_p4_3">><</link>>\
</div>\<div class="standard" id="sports">\
<<nobr>>When you get home, you keep thinking about the whole distraction/attraction thing. If your body is distracting, you can distract your
opponent with it as well, right? Your own team backed off, so you wouldn’t even have to.. hide yourself, so to speak.<</nobr>>
Are you going insane or is that something that could work? <<linkappend "You decide to talk it over with Lisa, see what she thinks." t8n>>
<<joe>><<nobr>>.. so I figure I can distract our opponents, right? What do you think, is that crazy?<</nobr>><</joe>>
<<lisa>><<nobr>>Oh my god, babe! //It is crazy//, it’s kind of evil but mainly it’s genius!! Do you have plan?<</nobr>><</lisa>>
<<link "You have the beginnings of one, actually." "sports_p4_4">><</link>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<joe>><<nobr>>Well, I’ve got the start of a plan, I suppose. Our first match next week is the derby, so they train right here in the city.
I figured maybe I’d dress up and you and I go watch them train?<</nobr>><</joe>>
Lisa starts laughing, looking at you with joyful disbelief.
<<lisa>>Wow, babe, I did not see that coming! You're one naughty lady. And I am //so// here for it.<</lisa>>
<<lisa>><<nobr>>But yeah I can see that work! You’re beautiful and you’ve got all the right shapes.
I’d //love, love, looove// to join you, but I’ve got that thing. I can help you put make-up before you go, though?<</nobr>><</lisa>>
You agree on Lisa helping you out, but you're going to have to go alone. That evening, you think about your little plan.
Using your body, flirting with the enemy..
<<link "It excites you more than you thought it would." "sports_p4_5">><</link>>
<<link "It’s bloody scary! Will it even work?" "sports_p4_5">><</link>>
<<link "It’s WILD! Who even are you?!" "sports_p4_5">><</link>>
</div>\<div class="standard" id="sports">\
<<nobr>>The next day, Lisa showers you in a waterfall of advice on seduction. How to be sexy, slutty, smoothe and seductive. The do's, dont's and maybe's. What to do
with your hands, your hair and all the seven ways you can stand to make your butt look bigger. It's //a lot//, and you feel you kind of already know a lot of it,
but it's nice to go over it. It's not like you've done this before.<</nobr>>
<<lisa>>..and that's it! I think I told you everything. Well, for this, anyway. Everything would take all day! Let me think..<</lisa>>
<<nobr>>You let her. Mainly because she was doing something to your face with a brush when she stopped talking, and you never know what you're allowed to do in between,
so you just wait it out. <</nobr>><<link "After a lot of mumbling, she remembers something." "sports_p4_6">><</link>>\
</div><div class="standard" id="sports">\
<<lisa>>Wait, I did tell you about the two secret weapons, right babe? I must have. Right?<</lisa>>
<<joe>>Secret weapons? I think I'd remember that! Ooh, I didn't know about any weapons. Gimme gimme!<</joe>>
Lisa stops brushing for a moment and sits back.
<<lisa>>You wanna guess?<</lisa>>
<<link "Ooooh yes! You do want to guess!" "guess">><</link>>
<<link "Not particularly, no." "sports_p4_7b">><</link>>\
</div>\<div class="standard" id="sports">\
<<lisa>><<nobr>>Ok, so the first one, and it probably won't come as a surprise, is.. flashing your boobs!<</nobr>><</lisa>>
<<lisa>><<nobr>>Now, this works with any size or shape, as the core concept at work here is the fact you're showing someone something that's associated
with sexiness and femininity //and// they can only see if someone lets them. So always hot.<</nobr>><</lisa>>
<<lisa>><<nobr>>Having said that, though, a pair like yours? Ooooff, dangerous! Those will drive anyone crazy.<</nobr>><</lisa>>
It's like Lisa is reading from a kind of //sexicon// she's kept over the years. <<linkappend "Informative stuff!" t8n>>
<<lisa>><<nobr>>There's all kinds of things you can kind of customize. You can hold them, rub them,
shake 'm up and down. If you've got a nice firm pair you can just take your top down let 'm sit out for a little while, or you can just do
one of those quick teaser ones - the world's your oyster, babe!<</nobr>><</lisa>>
<<lisa>><<nobr>>One last thing: if you really want to make the most of 'm, you let them touch them. I know, slutty, but that's what makes it hot!<</nobr>><</lisa>>
You want to guess the second one or just have Lisa tell you?
<<link "Let's guess!" "guess">><<include "guessy_handy">><</link>>
<<link "Just have her tell you, please." "sports_p4_7a handy">><</link>>
<</linkappend>>
</div>\<div class="standard" id="sports">\
<<lisa>><<nobr>>The second one is a bit //hands on//, haha. It's a handjob! It won't come as a surprise that making a man come is a //very// effective way to plant yourself
smack in the middle of their mind's attention. Well, you know, babe!<</nobr>><</lisa>>
<<lisa>><<nobr>>And of course there's many ways to do that, with a blowjob often being the //weapon of choice//, but the simple truth is that a handjob will do the
trick just as well! Plus, you leave something on the table! Also, I a spontaneous blowie is better with some experience, but that's for another time.<</nobr>><</lisa>>
Lisa shows you a playful mischievous smile when she says that. <<linkappend "You can only imagine what she's imagining." t8n>>
<<lisa>><<nobr>>So, handjob! I don't even know if I have to explain much, do I babe? You're very experienced! Just have fun with it. <</nobr>><</lisa>>
<<lisa>><<nobr>>Oh, and if you're worried this makes you a bit of a slut: don't worry. It //definitely// does. But sluts have all the fun, right? <</nobr>><</lisa>>
<<lisa>><<nobr>>Aaand that's them! Your two secret weapons. Use them wisely.<</nobr>><</lisa>>
<<link "Lisa claps her hands together." "sports_p4_8">><</link>><</linkappend>>\
</div>\<<set $lingo = {
one: "h",
two: "a",
three: "n",
four: "d",
five: "y",
answer: "handy",
sexicon: "sports_p4_7a handy"
}>>\
<<set $guess = {
one: "",
two: "",
three: "",
four: "",
five: ""
}>>\<div class="standard" id="sports">\
<<joe>><<nobr>>Not really. Do I have to?<</nobr>><</joe>>
<<nobr>>Lisa shakes her head and makes a tutting sound.<</nobr>>
<<lisa>><<nobr>>You're no fun. You know, if a man asks you that question, you better play along. And be generous in your guesses, they like that.<</nobr>><</lisa>>
It feels weird, Lisa talking to you about //men//.
<<joe>><<nobr>>Noted. So? Secret weapons?<</nobr>><</joe>>
<<link "//Lisa: 'Right, the secret weapons!'//" "sports_p4_7a flash">><</link>>\
</div><div class="standard sports">\
<<nobr>>Lisa looks at you as if she's an artist looking at a painting, deciding whether or not it needs another //something//. Eventually, she shakes her head ever so
slightly with a proud look on her face.<</nobr>>
<<lisa>>Nope, you're done! Oh, wow, you look fantastic. I kind of want to take you with me now. But I gotta go, have fun babe!<</lisa>>
She winks, kisses you and runs out the door. Well, this is it - you’re going out in public to flirt with a bunch of rowdy athletes. The enemy, no less.
Time to go! You're very..
<<link "Excited! You can't wait put your looks to use." "sports_p4_9">><</link>>
<<link "Nervous. You feel like the definition of nervous." "sports_p4_9">><</link>>
<<link "Confused? You're not entirely sure why you're doing this." "sports_p4_9">><</link>>
</div>\<div class="standard sports">\
<<nobr>>When you arrive, your rival team is out on their field, warming up. You hang out on the side of the field and observe the men for a bit. Before long,
a young guy you're fairly sure is one of their star players gets posted near you during an exercise.
Before you can even attempt to get his attention, he notices you. <</nobr>><<linkappend "He greets you as he walks towards you." t8n>>
<<johnny>>Oh damn, hi there! You, eh.. watching your boyfriend?<</johnny>>
Oh, right, what are you doing here again?
<<link "Errr panic?! Make up an excuse for being here? Keep it casual." "sports_p4_10a">><</link>>
<<link "Tell him you felt like watching a bunch of sweaty men. That'll do." "sports_p4_10b">><</link>>
<<link "Tell him you're watching //him//. Oh, and find out if he's single!" "sports_p4_10c">><</link>>
<</linkappend>>
</div>\<div class="standard sports">\
<<joe>><<nobr>>What? No I was just, err.. I got lost a little bit on the way to the, ehm.. make-up.. store.<</nobr>><</joe>>
<<johnny>><<nobr>>Haha, the make-up store? You sure you didn't just come to watch this bad boy in action?<</nobr>><</johnny>>
He lifts up the bottom of his shirt as he says that, showing off a very well sculpted six pack. Just then, someone shouts at him from the distance. //JOHNNY!!//
<<johnny>><<nobr>>Oh, that's me! Don't go anywhere, you. Will me promise me you won't go anywhere?<</nobr>><</johnny>>
As he runs off, he shouts: //'I'm just gonna assume you promised!'//.
Seeing him run off, you feel..
<<link "Scared! What if he finds out you're the enemy! With a dick!" "sports_p4_11">><</link>>
<<link "Great! It feels amazing being flirted with by a very confident man." "sports_p4_11">><</link>>
<<link "Confident. You've got this man right where you want him!" "sports_p4_11">><</link>>
</div>\<div class="standard sports">\
<<joe>><<nobr>>I was just out on a nice walk when I saw a bunch of sweaty men running around, so I figured I could use a little break.<</nobr>><</joe>>
<<johnny>><<nobr>>Haha, nice! People watching, huh? Allow me to give you a better look!<</nobr>><</johnny>>'=
'
<<nobr>>You watch as the guy takes off his shirt. He does it in such a showy way it almost feels you're watching it in slow motion.
Soon as the shirt is off, someone shouts at him from further up the field. //JOHNNY!!//<</nobr>>
<<johnny>><<nobr>>Oh, that's me! Don't go anywhere, you. Will me promise me you won't go anywhere?<</nobr>><</johnny>>
As he runs off, he shouts: //'I'm just gonna assume you promised!'//.
Seeing him run off, you feel..
<<link "Scared! What if he finds out you're the enemy! With a dick!" "sports_p4_11">><</link>>
<<link "Great! It feels amazing being flirted with by a very confident man." "sports_p4_11">><</link>>
<<link "Confident. You've got this man right where you want him!" "sports_p4_11">><</link>>
</div>\<div class="standard sports">\
<<joe>><<nobr>>Boyfriend? That's a bit presumptuous, don't you think? I hardly know you! For all I know you've already got a girlfriend.<</nobr>><</joe>>
<<johnny>><<nobr>>Haha, I see what you did there! Well allow me to speed up the process. I'm Johnny, I'm single, and this is what I look like!<</nobr>><</johnny>>
<video id="video" src="images/sports/3/showoff.mp4" autoplay loop controls></video>
<<nobr>>You watch as the guy takes off his shirt. He does it in such a showy way it almost feels you're watching it in slow motion.
Soon as the shirt is off, someone shouts at him from further up the field. //JOHNNY!!//<</nobr>>
<<johnny>><<nobr>>Oh, that's me! Don't go anywhere, you. Will me promise me you won't go anywhere?<</nobr>><</johnny>>
As he runs off, he shouts: //'I'm just gonna assume you promised!'//.
Seeing him run off, you feel..
<<link "Scared! What if he finds out you're the enemy! With a dick!" "sports_p4_11">><</link>>
<<link "Great! It feels amazing being flirted with by a very confident man." "sports_p4_11">><</link>>
<<link "Confident. You've got this man right where you want him!" "sports_p4_11">><</link>>
</div>\<div class="standard sports">\
A little while later, Johnny appears to have found an excuse to station himself next to you again, as he runs towards you.
<<johnny>><<nobr>>Yesss my lucky day, you’re still here!<</nobr>><</johnny>>
<<joe>><<nobr>>Why is that, Johnny? Did I bring you luck just now?<</nobr>><</joe>>
<<johnny>><<nobr>>Well it’s not every day you get to look talk to an amazing looking woman like you! I consider myself a lucky man.<</nobr>><</johnny>>
When he says that, you immediately think: //secret weapon!//. You could make this into a great excuse to flash him. If you want.
<<link "Yes, this is it! Let’s flash him, secure the target!" "sports_p4_11a">><</link>>
<<link "Just keep up the conversation. No need to get your tits out so easily." "sports_p4_11b">><</link>>
</div><div class="standard" id="sports">\
<<joe>><<nobr>>Aww, thank you! You're the perfect guy to help me out with something, actually. See, I just got some work done and I'm feeling a little bit
insecure. What do you think?<</nobr>><</joe>>
<video id="video" src="images/sports/3/flash.mp4" autoplay></video>
Once you've undone your bra and freed your new best friends, you see Johnny staring at your chest, his mouth open in disbelief.
<<johnny>><<nobr>>I'm sorry. You're telling me //those// aren't real?! I'm sorry I find that really hard to believe.
I can't tell from looking at them, honestly.<</nobr>><</johnny>>
<<joe>>Ahh thanks!! I don't know //why// I get uncertain about them. They really did do a fantastic job. They even feel like the real deal, too.<</joe>>
<div id="replacemeee"><<link "Which is something he'll have to take your word on. You let him stare for a bit longer." "sports_p4_13">><</link>>
<<link "Though, as they're out, he might as well feel for himself.">><<replace "#replacemeee">><<timed 10ms t8n>>\
<<joe>>You can touch them if you like?<</joe>>
Johnny doesn't have to be told twice. <<link "In an instant, his hand is on your boob." "sports_p4_12a">><</link>>
<</timed>><</replace>><</link>></div>\
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/feel.mp4" autoplay loop controls></video>
<<nobr>>Johnny kneads away for some time, completely mesmerized by his own hand caressing your breasts. You'd stop him if
it didn't secretly turn you on as much as it does. <<link "Eventually, you notice his teammates calling him." "sports_p4_13">><</link>><</nobr>>\
</div>\<div class="standard" id="sports">\
<video id="video" src="images/sports/3/flirty.mp4" autoplay loop controls></video>
<<joe>><<nobr>>Awww, thank you! You're gonna make a girl blush!! What's your favorite part?<</nobr>><</joe>>
<<nobr>>You let out a little girly chuckle. While the two of you talk for a minute or so, you try to put all of joe's tips to work:
laughing at everything he says, touching his arm, your hair, all the things. Before long, Johnny is called back to his team.<</nobr>>
<<joe>>I think they're calling you, Johnny.<</joe>>
<<johnny>><<nobr>>Ah, crap, you hear it too? I was hoping it was just my imagination. Alright, I'm gonna head back there. I'd //love// it
if you're still here when I'm done in, I think about half an hour?<</nobr>><</johnny>>
<<link "Of course he does! Who knows? You might be here, you might not." "sports_p4_13a">><</link>>
<<link "You really want to be here, so that works out perfect." "sports_p4_13b">><</link>>
</div>\<div class="standard" id="sports">\
<<joe>>Johnny?<</joe>>
He looks up at you, confused.
<<johnny>>Hm? Yeah, no I think it's ehm. It's good. Very good, yeah. Hm, hm.<</johnny>>
<<nobr>>You recognize his behavior. It's you. You with a beautiful woman. The thought that you are now the woman, the reason,
sends all kinds of feelings flying through your body. You can feel your dick getting hard.<</nobr>> <<linkappend "You'd best get Johnny away from you" t8n>>
<<joe>>I think they're calling you, Johnny.<</joe>>
He finally snaps out of it, looks at you and winks.
<<johnny>><<nobr>>Yes, of course. Hey look, it's going to be another 30 minutes or so before training is over. I really kind
of need you to be here then.<</nobr>><</johnny>>
<<link "Of course he does! Who knows? You might be here, you might not." "sports_p4_13a">><</link>>
<<link "You really want to be here, so that works out perfect." "sports_p4_13b">><</link>>
<</linkappend>>\
</div><div class="standard" id="sports">\
<<joe>>Haha, I bet you do. I guess you'll have to wait and see, Johnny.<</joe>>
<<include "sports_p4_13_end">>
</div><div class="standard" id="sports">\
<<joe>>Oh, I'll be here waiting for you! Don't worry about that, haha. Now go kick some ass!<</joe>>
<<include "sports_p4_13_end">>
</div><<nobr>>After Johnny runs back to his team and the minutes tick away, you think about what you're doing here. About Johnny. You're not attracted to him.
Not in a traditional way. It's not like when you've met women and would feel like you'd want to be with them forever. Like how you feel with Lisa, not even a hint of that.<</nobr>>
<<nobr>>You do feel some sort of attraction, though. Quite a powerful one. You don't know where it's coming from,
but you want him to lust after you. Grab, squeeze and feel you. You want to reach inside his pants and find his cock. You want to
feel it grow in your hand, maybe even your mouth? Fucking hell.<</nobr>>
<<nobr>>Yeah, you're horny. You're here to try seduce a man. But ever since your talk with Lisa, you can't help
think maybe she was just.. right. Maybe sex is just sex and now being in this different body, being viewed differently, just changed things.<</nobr>>
<<link "15 minutes till training is over." "sports_p4_14">><</link>>\<div class="standard" id="sports">\
<<nobr>>As you stand there waiting, your brain keeps going back to Johnny's cock. You haven't seen it, touched it or anything and yet, every
unguarded moment, the thought checks in: //'I wonder what his dick is like?'//. You think it's maybe also Lisa's //peptalk// earlier.<</nobr>>
<<nobr>>Maybe you should just go home. You've done what you came for, Johnny is not going to forget about you. Maybe even more so if you
leave now. Unless give him something more to remember, of course. //I wonder what hi-// damnit!<</nobr>>
<<link "You decide you've done enough and go home." "sports_p4_home">><<include "sports3update">><</link>>
<<link "You're too curious to leave, you want to see where this goes." "sports_p4_14a">><</link>>
</div>\<div class="standard sports">\
<<include "homesetting sports">>
<<nobr>>When you get home, you tell Lisa about your afternoon. She's intrigued by Johnny, but she mainly seems turned on by
the fact you went through with this whole plan of distracting the competition. It doesn't take long before she practically drags you into the bedroom for a good,
long lovemaking session <<link "until eventually the day comes to it's end." "home">><<include "sports_update">><</link>><</nobr>>
</div>\<div class="standard" id="sports">\
<<nobr>>Training comes to an end and the group starts making their way to the locker room, leading them past you on their way.
In front, Johnny quickly makes his way over to you.<</nobr>>
<<johnny>>Yessss!! Come here.<</johnny>>
He takes you by the hand and leads you to a more secluded spot, not far from where you’d been watching, <<linkappend "but conveniently out of sight of the group." t8n>>
<<johnny>>Sorry! I know my team and they can be a real bunch of horndogs, especially after training like that. I thought I’d spare you that.<</johnny>>
<<johnny>>So listen, I've thought about you the whole time. I don't even know your name!<</johnny>>
<<nobr>>He eagerly looks at you, clearly expecting you to give him your name. Which is a small problem, as you can’t exactly tell him your real name.
They’ll ask him in the locker room, someone might recognize it and then you’re screwed.<</nobr>>
<<nobr>>You look at Johnny. Your hand in his, your bodies close. You could grab his crotch. Maybe he won’t ask for you name if you.. distract him,
<<link "//give him a hand..//" "sports_p4_15a">><</link>><</nobr>>
Or, you know, you could not slut it up and <<link "just give him a fake name." "sports_p4_15b">><</link>><</linkappend>>\
</div>\<div class="standard" id="sports">\
Fuck it. You clearly want this. And you're sure Johnny won't mind. You gently move your hand over to Johnny's crotch and start undoing his pants.
<<joe>>I thought maybe we could skip that part and go straight to the fun bit?<</joe>>
<<nobr>>Johnny, for the first time since you met him, doesn’t have an answer. And you don’t give him time to come up with one,
as you <<link "slide hand your onto the bulge in his underwear." "sports_p4_16a">><</link>><</nobr>>\
</div><div class="standard" id="sports">\
Your name? You have a name! Of course you do. It's..
<<textbox "$fake_name" "Maria?" autofocus>>
<<link "Yes, that's it! That's your fake name." >><<if $fake_name isnot "">><<goto "sports_p4_16b">><<else>><<popup "youneedaname">><</if>><</link>>\
</div><<t-clippy>>You need to choose a fake-name or you can't continue, boss!<</t-clippy>><div class="standard" id="sports">\
<<joe>><<nobr>>I'm $fake_name! And you're Johnny!<</nobr>><</joe>>
<<johnny>><<nobr>>Oh, what a cool name! So, $fake_name, are we going for a bite?<</nobr>><</johnny>>
<<joe>><<nobr>>Hm, I bet you're hungry after that workout. You guys train pretty hard! I can't, though, I've got to be going.
You've already kept me here for longer than I intended.<</nobr>><</joe>>
<<nobr>>You wink at him. You kind of hope the conversation could just end right here. You really don't want to be
giving him any other information or promise to see him or anything like that. <</nobr>><<link "He does, though." "sports_p4_17b">><</link>>\
</div>\<div class="standard" id="sports">\
<<johnny>><<nobr>>Alright, no worries. Will I see you again? Can I have your number?<</nobr>><</johnny>>
<<joe>><<nobr>>That's ok, Johnny, I've got yours!<</nobr>><</joe>>
He looks puzzled. You point at the big '69' printed on his shirt.
<<joe>><<nobr>>Mister 69! You choose that yourself, funny man?<</nobr>><</joe>>
<<nobr>>He chuckles and you //think// you detect the smallest of blushes appear on his cheeks. You figure this is about as good a moment
you're going to get to make your exit.<</nobr>>
<<joe>><<nobr>>You'll see me again, Johnny. I promise! <</nobr>><</joe>>
You turn around and start walking off. After a couple of steps you turn around and blow him a little kiss. He smiles, waves, and runs off towards his lockerroom.
<<link "Time to head home." "sports_p4_home">><</link>>\
</div><div class="standard" id="sports">\
<video id="video" src="images/sports/3/handy1.mp4" autoplay loop controls></video>
<<nobr>>You can feel your heart beating pretty fast as grab his dick through his boxers. Johnny is clearly enjoying this - already sporting a semi as you take out
his fairly thick cock. <<link "You start stroking him." "sports_p4_17a">><</link>><</nobr>>\
</div><div class="standard" id="sports">\
<video id="video" src="images/sports/3/handy2.mp4" autoplay loop controls></video>
<<nobr>>You jerk Johnny's cock with a little helping of spit, the thing growing to quite a nice size once fully hard, a thick vein running over the top. You never thought
you could enjoy wanking someone other than yourself, but you are. A couple of minutes in, <<link "Johnny announces he's about to come." "sports_p4_18a">><</link>><</nobr>>\
</div><div class="standard" id="sports">\
<video id="video" src="images/sports/3/handy3.mp4" autoplay loop controls></video>
<<nobr>>You'd been too focused on the job at hand to notice Johnny's hand finding your ass as you were stroking until he squeezes hard as he orgasms.
You watch with fascinated eyes as Johnny's dick releases big splurts of cum, flying out onto the sand. It's very satisfying.<</nobr>>
<<link "Johnny lets out a moan, followed by //'Wow..'//" "sports_p4_19a">><</link>>\
</div><div class="standard" id="sports">\
You look at him, biting your lip in what you hope is that sexy way.
<<joe>><<nobr>>You liked that, didn't you?<</nobr>><</joe>>
He looks at you, then laughs.
<<johnny>><<nobr>>Well, fuck yeah I did! That was amazing.. Sandra? Sarah? <</nobr>><</johnny>>
<<joe>><<nobr>>Oh dear, Johnnyboy, you still on that? I think I've given you quite enough for one afternoon, don't you? <</nobr>><</joe>>
You decide to take advantage of the fact he's not quite ready to walk out into the open yet and start walking away.
<<joe>><<nobr>>I had fun, though! See you next time, Johnny!<</nobr>><</joe>>
You wave him a kiss, turn around and don't look back, trying very hard to look cool and collected.
<<nobr>>When you get home, Lisa wants to know //everything// and listens greedily as you give her a detailed recap of your afternoon.
Once you're done, Lisa can't control herself and practically drags you into the bedroom for a good, long lovemaking session
<<link "until eventually the day comes to it's end." "home">><</link>><<include "sports_update">><</nobr>>
</div>\<div class="standard" id="sports">\
<img src="images/locations/banner/lockerroom.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/lockerroom.svg">\
</div>\
<<nobr>>As you enter the empty men's locker room to get dressed for your first cheerleading practice, you realise you're nervous.
Whether it's the lonely feeling of getting dressed in a seperate room (entering the women's locker room without even introducing
yourself didn't quite feel right), your complete lack of knowledge about being a cheerleader or this being the first time you're among
women //as a woman// (ish) or a combination of the three, you feel rather anxious.<</nobr>>
But, in the wise words of many people all the time: //fuck it.// There's only one way to lose this feeling, and that's by doing.
It's training time. //[[T * R * A * I * N * I * N * G !!!|cheerleader_3_2]]//
</div>\<div class="standard" id="sports">\
<img src="images/locations/banner/dancitorium.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/dancitorium.svg">\
</div>\
<<nobr>>Sometimes, on very sunny days and if the schedule permits, practice is outside. Usually, though, cheerleading practice is held indoors in one of those big,
dancy rooms with the mirrors. You don't know the name, but you've always called it the Dancitorium. What with all the dancing.<</nobr>>
<<nobr>>You see a group of cheerleaders in the middle of the room. A wall of sound that could fill a stadium surrounding them.
They're always loud, but you can't help but image your joining the team must've added some decibels.<</nobr>>
Well, no time like the present. [[Introduce yourself.|cheerleader_3_3]]
</div>\<div class="standard" id="sports">\
<img src="images/locations/banner/dancitorium.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/dancitorium.svg">\
</div>\
As you walk up to the group, they start noticing you and a silence fills the room. All eyes on you, you introduce yourself:
<div id="choice1">\
<<link "Jokingly: break the ice.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Alright, ok, I see what's going on here. I know what you're all thinking. And yes, it's true..<</joe>>
You wait moment for dramatic effect. Timing is everything.
<<joe>>.. I changed my hair. Let's go, opinions, don't hold back, ladies!<</joe>>
<<nobr>>Starting with some giggles, the room once again fills with the sounds of laughter and gossip. You even think you hear some of the girls
//actually// discussing your hair. Best get this over with.<</nobr>>
<<joe>>So.. some of you probably know I'll be joining the team, and I can imagine there's some questions. So let's do that, and then get on with it.<</joe>>
One of the girls immediately jumps at the chance to ask a question:
//[[Ooh, ooh!|cheerleader_3_4]]//
<</timed>><</replace>><</link>>\
<<link "Shyly: say hi and see what happens.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Um.. Hi.<</joe>>
As if they practiced it, the group responds as one:
<<say "Everyone">>//'Hiiii!!!'//<</say>>
Then, one of the girls steps forward and adresses both you and the rest of the group.
<<say "Cheerleader">>Alright, girls! You know $name here will be joining us and I'm sure we all have some questions. So let's get them out of the way so we can
start training!<</say>>
She winks at you, then points towards one of the girls raising a hand.
[[Yes, Stacey?|cheerleader_3_4]]
<</timed>><</replace>><</link>>\
<<link "Enthusiastically: make a show of it.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Hi Girls!!! Help me out? Give me a W, give me an E, give me an L, give me C, give me O, give me an M, give me E!<</joe>>
<<say "The Group">>..oooOOOOOHHHH WELCOME!!!!!!!<</say>>
Satisfied, first impressions being key and all that, you continue.
<<joe>>Thank you so much!! I'm //$name//, and as you may know, I'll be joining you!<</joe>>
You leave a small pause. Timing - also - being everything.
<<joe>>So. I'm sure you all have questions. Who wants to go first?<</joe>>
Without hesitation, one of the girls starts frantically waving her hand.
//[[Ooh, ooh!!|cheerleader_3_4]]//
<</timed>><</replace>><</link>>\
</div>\
</div>\<div class="standard" id="sports">\
<img src="images/locations/banner/dancitorium.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/dancitorium.svg">\
</div>\
<<say "Stacey">>Hi! I'm Stacey! Do you have any cheerleading experience? Or dancing experience?<</say>>
You don't.
<div id="choice1"><<link "Joke: make a funny.">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Well, Stacey, if you're asking me whether I'm human or dancer,
I reckon I'm //mostly// human. But I love dancing, and I'm looking forward to learning from you all!<</joe>><</nobr>>
Not your best material, but enough of an answer to move on.
[[Next?|cheerleader_3_5]]
<</timed>><</replace>><</link>>\
<<link "Be honest: tell the truth.">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>No, I'm afraid not. I'm a quick learner, I love dancing and I've always been awed by your skills. So I hope
my lack of experience won't hold me - or you guys - back.<</joe>><</nobr>>
The truth works 99% of the time.
[[Next?|cheerleader_3_5]]
<</timed>><</replace>><</link>>\
<<link "Lie: sure you have!">><<replace "#choice1">><<timed 10ms t8n>>\
<<nobr>><<joe>>Yes! I have, actually. I've got a couple of years of dancing experience under me, and for one experimental year during college,
I've been a cheerleader!<</joe>><</nobr>>
The looks you're getting suggest that wasn't very believable, but there's no way back now anyway.
[[Next?|cheerleader_3_5]]
<</timed>><</replace>><</link>>\
</div>
</div>\<div class="standard" id="sports">\
<img src="images/locations/banner/dancitorium.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/dancitorium.svg">\
</div>\
<<say "Deja">>Hii! I'm Deja! What do you want us to, er.. pronounce you? No, wait that can't be right..<</say>>
She looks puzzled for a moment, then tries again.
<<say "Deja">>Do you want.. him or her? For the pronoun..ing?<</say>>
<div id="choice1"><<link "You prefer //him//">><<replace "#choice1">><<timed 10ms t8n>>\
With the sweetest smile you can manage, you reply.
<<joe>>'Him', please, Deja. Thank you.<</joe>>
[[Last question?|cheerleader_3_6]]
<</timed>><</replace>><</link>>\
<<link "You prefer //her//">><<replace "#choice1">><<timed 10ms t8n>>\
With the sweetest smile you can manage, you reply.
<<joe>>I'd prefer 'her' if that's okay. Thanks!<</joe>>
[[Last question?|cheerleader_3_6]]
<</timed>><</replace>><</link>>\
<<link "You prefer //they//">><<replace "#choice1">><<timed 10ms t8n>>\
With the sweetest smile you can manage, you reply.
<<joe>>Actually, if you don't mind a third option, I think I'd be most comfortable with 'they'. Thanks!<</joe>>
[[Last question?|cheerleader_3_6]]
<</timed>><</replace>><</link>>\
<<link "You don't prefer anything. Whatever is fine!">><<replace "#choice1">><<timed 10ms t8n>>\
With the sweetest smile you can manage, you reply.
<<joe>>Whatever you like, Deja! I don't mind either way. Thanks!<</joe>>
[[Last question?|cheerleader_3_6]]
<</timed>><</replace>><</link>>\
</div>
</div>\<div class="standard" id="sports">\
<img src="images/locations/banner/dancitorium.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/dancitorium.svg">\
</div>\
<<cheers>>Actually, I think that's plenty for now, ladies.<</cheers>>
[[From the other side of the room, a tall woman approaches the group.|cheerleader_3_6b]]
</div>\<div class="standard">\
<img @src="$char.cheers.splash">\
<h3>$char.cheers.name</h3>\
<<nobr>>The woman walking towards you is your new coach, //Coach Heather//. Some people call her 'Happy'. A joke, to be sure, as you've never actually
seen her in a better mood than 'slightly annoyed'. Then again, you don't really know her. All you know is everyone respects her. Well that,
and that she's got a killer body.<</nobr>>
<<linkappend "As she reaches the group, her eyes find yours." t8n>>
<<cheers>>Thank you, $name, for the introduction.<</cheers>>
Turning, she adresses the group.
<<cheers>>I suggest we return the favor and show our new team member what we're all about. Ladies?<</cheers>>
She claps her hands, and before you know it, the girls spread out throughout the room, getting into position.
//[['Stand back, please.'|cheerleader_3_7]]//<</linkappend>>
</div>\<div class="standard">\
<img src="images/sports/2/cheerios.webm">
<<nobr>>The spectacle that follows is a lot of things. It's fun and energetic, sexy. It's pretty damn long and, frankly, it's awesome.
In the literal meaning that it inspires awe. And, honestly, it also kind of inspires dread. You're good at.. everything, but
this is new.<</nobr>>
As your admiration and doubt grow and the performance comes to an end, [[it's time to shine.|cheerleader_3_8]]
</div><div class="standard">\
You give it everything. 100%, like you always do. But it seems the only 100% you manage is 100% of the falling down..
<<linkappend "In fact, your entire first training can be summed up in one moment..">>
<img id="image_click" src="images/sports/2/fail.gif">
<<nobr>>You don't like this. You're not used to this. You're awesome at everything you do, but this is hard, and not in a fun way.
After what feels like forever, training comes to an end, and you find yourself lying on the floor. [[Defeated.|cheerleader_3_9]]<</nobr>>
<</linkappend>>\
</div>\<div class="standard">\
<img src="images/sports/2/tired2.gif">
Lying on the floor, your mind wanders into a somber cloud of regret and self-pity. After a little while, a sweet, soft voice brings you back.
<<linkreplace "$name?" t8n>>\
A cheerful face enters your view. One of the cheerleaders. She smiles.
<<mindy>>$name, are you alright? Get up, silly!<</mindy>>
[[Well? Get up!|cheerleader_3_10]]<</linkreplace>>\
</div>\<div class="standard">\
<img @src="$char.mindy.splash">\
<h3>$char.mindy.name</h3>\
You recognize the young woman as $char.mindy.name. Like all the other cheerleaders, she's very attractive. But unlike most she has a soft and gentle quality to her.
Sweet, maybe. <<linkappend "She reminds you-" t8n>>
<<mindy>>//Yoohoo!!// You keep zoning out! Are you alright? Shall I get you some water?<</mindy>>
<div id="choice1">You try to be..
<<link "Funny: laugh it off.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Water? Oh, no, that wouldn't do, $char.mindy.name, I'm allergic to water. I only drink the blood of my enemies!<</joe>>
<<mindy>>You what?<</mindy>>
<<joe>>Sorry, I'm a bit woozy. You guys go hard! This was quite the training, 'eh?<</joe>>
[[She laughs.|cheerleader_3_11]]
<</timed>><</replace>><</link>>\
<<link "Cool: you're fine!">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Haha, sorry, I was lost in thought! I'm fine, don't worry. I can handle anything, really, this was nothing. All good.<</joe>>
You can't decide wether the looks she gives you comes from pity or concern, but you figure you overdid it on the 'cool' there..
<<mindy>>It's okay! I think you did really well for your first time! Look..<</mindy>>
[[She continues..|cheerleader_3_11]]
<</timed>><</replace>><</link>>\
<<link "Fragile: you're weak.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>I'm sorry, I'm just.. overwhelmed. I always knew you guys were rockstars, but that just straight up broke me! I dunno I'm just.. sucks, you know?<</joe>>
She gives you another warm smile. Then, with the enthusiasm of an older sister comforting a sibling:
<<mindy>>Noooo, you did great! Really! Look..<</mindy>>
[[She continues..|cheerleader_3_11]]
<</timed>><</replace>><</link>>\
</div>\
<</linkappend>>\
</div><div class="standard">\
<<mindy>>It may be hard for now, but that's ok! You didn't expect to just.. be the best right away? Right?<</mindy>>
Maybe you did, and maybe that's why this is so painful. But you're not about to admit that to $char.mindy.name here.
<<joe>>No..<</joe>>
<<mindy>>No! So we'll work on it. Together. I'll be your.. mentor. Or buddy, whatever you want. How does that sound?<</mindy>>
<div id="choice1">\
<<link "Grateful: Sounds great, thank you.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>I.. thanks, $char.mindy.name. I would really like that.<</joe>>
You give her a big smile.
<<mindy>>Great! Meet me here an hour early next week?<</mindy>>
<<joe>>Deal.<</joe>>
With a cheerful //'Okay, byyyyeeeee'// she runs off.
[[Time to shower and head home.|home]]
<</timed>><</replace>><</link>>\
<<link "Puzzled: why is she so nice?">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>I mean, that sounds.. great? Why are you being so nice to me? You don't even know me?<</joe>>
<<mindy>>Why not? I want you to feel welcome. Come on, what do you say? Meet me an hour early next week?<</mindy>>
You don't have a reason to turn her down.
<<joe>>Deal!<</joe>>
She gives you her biggest smile yet, and with a cheerful //'Okay, byyyyeeeee'// she runs off.
[[Time to shower and head home.|home]]
<</timed>><</replace>><</link>>\
<<link "Cocky: you don't need her help.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Oh, no, that's ok. I'll be fine, I don't need your help, thanks.<</joe>>
You figured she'd be offended, disappointed maybe. Instead, she starts laughing cheerfully.
<<nobr>><<mindy>>If you want people to believe you're a woman you're going to have to work on that ego!
Anyway, meet me here an hour early next week, ok?<</mindy>><</nobr>>
Before you can get a reply in, she smiles, kisses you on the cheek and runs off.
Well, guess you have a mentor now. [[Time to shower and head home.|home]]
<</timed>><</replace>><</link>>\
</div>\
</div><div class="standard" id="sports">\
<img src="images/locations/banner/thefield.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/thefield.svg">\
</div>\
<<if $body is 1>>\
<div id="choice1"><<nobr>>Training goes great. In fact, you feel better then ever. Maybe you're feeling more confident because you've rid yourself of this.. mandatory
manliness and never ending competition to be the alpha.<</nobr>>
Maybe the lack of hair on your arms and legs reduce drag, making you faster and increasing your confidence.
Maybe it's the extra attention your butt is getting. Maybe it's none of that, thing is:
<<link "You feel great.">><<replace "#choice1">><<timed 10ms t8n>>\
<img id="image_click" src="images/sports/2/faster.gif">
<<link "You're faster">><<replace "#choice1">>\
<img id="image_click" src="images/sports/2/stronger.gif">
<<link "Stronger">><<replace "#choice1">>\
<img id="image_click" style="width:10em" src="images/sports/2/kissies.gif">
And feel like a winner. After training, [[Coach asks you to hang around for a moment|sports_men_3_2a]]
<</replace>><</link>>
<</replace>><</link>>
<</timed>><</replace>><</link>>
</div><</if>>\
<<if $body is 2 or $body is 4>>\
<div id="choice1">Training is rough. The doc warned you about your physical strength when choosing hormones, and you're feeling it.
You give it everything you've got. You want this, and you're a goddamn winner. Afterwards, you find yourself <<link "lying on the floor, completely ouf of breath.">>
<<replace "#choice1">><<timed 10ms t8n>>\
<img src="images/sports/2/tired.gif">
As you're working up the strength to get up and head for the lockerroom, you hear Coach: <<link "$name?" "sports_men_3_2b">><</link>>
<</timed>><</replace>><</link>>\
</div><</if>>\
<<if $body is 3>>\
<div id="choice1">Training is fine. Your enormous breasts still take some getting used to, but overall, you're fine. //You// are fine.
Everywhere you look, however, your teammates have <<link "the same, empty look on their face.">>
<<replace "#choice1">><<timed 10ms t8n>>\
<img src="images/sports/2/distracted.gif">
It's awkward, but you're not sure what to do about it. After training, [[Coach asks you to stick around.|sports_men_3_2c]]
<</timed>><</replace>><</link>>\
</div><</if>>\
</div>\
<<include "sports_update">>\
<<set $story.sports.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\<div class="standard" id="sports">\
<img src="images/locations/banner/thefield.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/thefield.svg">\
</div>\
<<coach>>$name! My god, you're on fire! Whatever this contest is doing to you, it's working.<</coach>>
<div id="choice1">
<<link "Humble: Much to improve still, coach">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Thanks coach, I appreciate it. But there's a long road ahead, much to work on.<</joe>>
<<coach>>Good, good. That's sort of what I wanted to talk to you about, actually. The road, and the work, and all that.<</coach>>
<<include "sports_men_3_2a2">>
<</timed>><</replace>><</link>>\
<<link "Suck up: No //you're// on fire!">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Me? Coach, if you're looking for someone to praise, find a mirror! Training has been the best, and you see that reflected on me.<</joe>>
<<coach>>Sucking up, hm? Come on, $name, how long have you known me? Anyway, I need you to do something for me.<</coach>>
<<include "sports_men_3_2a2">>
<</timed>><</replace>><</link>>\
<<link "Funny: Joke around">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>ON FIRE?!? AAAAH PUT ME OUT, COACH, PUT ME OUT!!!<</joe>>
<<coach>>...<</coach>>
<<joe>>Come on, Coach, what if I had really been on fire?! But no thanks though yeah I feel good!<</joe>>
<<coach>>Hmhm. Anyway, I need you to do something for me.<</coach>>
<<include "sports_men_3_2a2">>
<</timed>><</replace>><</link>>\
</div>
</div>\<<joe>>What's up?<</joe>>
<<coach>>With our first match coming up, I need everyone to be at least at 75%. And for the most part, we're there. There's one straggler, though. Cody.<</coach>>
You'd noticed that. Cody had definitely not been his usual self these two weeks.
<<coach>><<nobr>>He seems distracted. By you, actually. I don't know if there's anything there, but I figure with you being our best player and the distraction,
you're probably the best person to fix it. OK?<</nobr>><</coach>>
OK? Was coach for //'I have instructed you and you shall do it now without asking questions'//
<<joe>>OK.<</joe>>
[[To the locker room.|sports_men_3_3a]]<div class="standard" id="sports">\
<img src="images/locations/banner/thefield.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/thefield.svg">\
</div>\
<<coach>><<nobr>>Look, $name, we talked about this, yes? I'm fine with whatever you do, as long as you pull your own weight.
And frankly if you were a bit worse than usual, that'd be fine too. But this.. this isn't gonna cut it.<</nobr>><</coach>>
<div id="choice1">
<<link "Apologetic: You're sorry about this..">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>I'm sorry, Coach. I didn't expect this level of setback. I've disappointed you and the team, and I apologize.<</joe>>
<<coach>>Relax, $name, it's not life or death. We just need to find a solution, yes? Listen..<</coach>>
<<include "sports_men_3_2b2">>
<</timed>><</replace>><</link>>\
<<link "Motivated: You'll get better">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Coach, before you say anything: I know I'm not where we want me to be, but I guarantee you I will get there. Keep me on and you won't regret it.<</joe>>
<<coach>><<nobr>>Haha, always the fighter, huh? Good. Look, I have no doubt in your capabilities, and such a huge change to your body in so little time is obviously
gonna cost you short-term, thats fine. But that does mean we need to find a short-term solution. Listen.. <</nobr>><</coach>>
<<include "sports_men_3_2b2">>
<</timed>><</replace>><</link>>\
<<link "Funny: Joke around">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>><<nobr>>Wait, what? Oh, wait, is this because I'm on the ground? Oh, Coach, this is all a misunderstanding! See Lisa told me about stargazing and how it has this
relaxing or something? So I thought I'd try! I just don't really know when it starts so I figured I'd start now, make sure I don't miss any of the ole gazing.<</nobr>><</joe>>
Coach, to your surprise, smiles.
<<coach>>It's alright, sport. This was to be expected, right? But we have a match next week, and I want to make the most of your qualities. So listen.. <</coach>>
<<include "sports_men_3_2b2">>
<</timed>><</replace>><</link>>\
</div>
</div>\<<linkreplace "You sit upright and listen to Coach." t8n>>\
<<coach>>You've always been my number one Pinchwhacker, yes?<</coach>>
Pinchwhacker was one of the main roles in your sport. It was a role that required strength, power, intelligence, flexibility.. everything. And it was indeed yours.
<<coach>><<nobr>>And you're great at that role. But for now, I'm gonna need you to swap positions with Cody. He's been really stepping up his game, and I think his position is suited
way more for your current.. physical power. OK?<</nobr>><</coach>>
<<if $body is 2>>\
Cody plays Wingbreaker. An important role that required a lot of strategic insight. It's a smart move. Swapping sounds like the right thing to do.
<<joe>>Sounds good, Coach. Thanks.<</joe>>
[[To the locker room.|sports_men_3_3b]]
<<elseif $body is 4>>\
<<nobr>>Cody plays Wingbreaker, and you figure swapping makes sense. Some sense. You can think of another solution, though. Ever since you look like, well, this,
everyones attention was on you //all the time//. What if you could use that to your advantage? Lead the team, distract the enemy? Both could work..<</nobr>>
<div id="choice2">
<<link "Sounds good, coach. Cody and me will swap." "sports_men_3_3b">><</link>>
<<link "Ask coach to give you a shot for just this match.">><<replace "#choice2">><<timed 10ms t8n>>
<<joe>><<nobr>>Coach, I hear you, but I really think I can do this. This new me might have downsides, I'm convinced it also has it's upsides.
Let me keep my spot this one match to convince you. I promise I won't let you down.<</nobr>><</joe>>
Seemingly surprised by your initiative, Coach takes a moment to think.
<<coach>>OK.<</coach>>
[[Great! To the locker room.|sports_men_3_3c]]
<</timed>><</replace>><</link>></div>\
<</if>>\
<</linkreplace>><div class="standard" id="sports">\
<img src="images/locations/banner/thefield.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/thefield.svg">\
</div>\
<<coach>>Well, well. I guess this is a problem that's pretty exclusive to playing on the men's team, huh $name?<</coach>>
<div id="choice1">
<<link "Angry: What the hell is wrong with these guys?">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>I mean what the hell?! Just because I look different, suddenly everyone feels they can just touch me and gawk at me?!<</joe>>
<<coach>><<nobr>>Aye, can't be easy being a woman. Look, I can give the guys a stern talking to regarding the touching, that's not OK.
But everyone being distracted, well.. I don't think it's voluntary. Nor do I think they'll be over it by next week, and I want to kick the
season off with a good result.<</nobr>><</coach>>
<<include "sports_men_3_2c2">>
<</timed>><</replace>><</link>>\
<<link "Apologetic: You're sorry you're distracting everyone">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>I'm sorry. You know I want nothing more than to win and I hate it when the Contest screws things up. I don't know what to do.<</joe>>
<<coach>>Yeah, I hear that. I don't have any experience suddenly turning into a big breasted woman either.<</coach>>
<<include "sports_men_3_2c2">>
<</timed>><</replace>><</link>>\
<<link "Funny: Joke around">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>I beg to differ, sir! I bet you with these bazookas I could distract any gender! Not to mention, my massive pe-<</joe>>
Before you can finish that sentence, Coach interrupts you.
<<coach>>Yes, alright, OK. Point is: they're distracting, yes?<</coach>>
<<include "sports_men_3_2c2">>
<</timed>><</replace>><</link>>\
</div>
</div>\<<linkappend "He takes a deep breath." t8n>>
<<coach>><<nobr>>Look, I know you didn't ask for this, but if there's any way at all you can try and..
be less distracting? Or maybe use it to your advantage?<</nobr>><</coach>>
<<joe>>What do you mean?<</joe>>
<<coach>>I don't know. Nothing weird, of course. Just.. if these guys are all distracted, our opponents might as well?<</coach>>
<<coach>>Or, I don't know, maybe try motivate the guys? Just.. think about it sport, OK?<</coach>>
It's clear Coach isn't comfortable with this. Frankly, neither are you. But he is right, you //are// a distraction. Food for thought.
<<joe>>Yeah. OK.<</joe>>
[[To the locker room.|sports_men_3_3c]]<</linkappend>><div class="standard" id="sports">\
<img src="images/sports/2/hair.gif">
You take a shower and go about getting dressed. As you're doing your hair, you hear someone behind you sitting down.
<<linkreplace "Cody?" t8n>>\
<<joe>>Cody? That you?<</joe>>
<<cody>>Oh, hey, $name. What er.. yeah. No. Yeah. I mean hi.<</cody>>
He's always been a bit awkward around you, but for sure even more these last two weeks. You turn around.
<<joe>>Listen, Coach asked me to see if maybe I could help you with your game a bit. What do you think?<</joe>>
Cody is looking at you, but nothing seems to be going through. From the corner of your eye, <<linkreplace "you see something moving.">>
<img id="image_click" src="images/sports/2/growing.gif">
<</linkreplace>>Apparently, he got out of the shower, sat down and.. started staring at you.
<<link "Yo, Cody?!" "sports_men_3_4a">><</link>><</linkreplace>>\
</div>\<div class="standard" id="sports">\
<img src="images/locations/banner/lockerroom.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/lockerroom.svg">\
</div>\
As you're getting ready to hit the shower, Cody approaches you.
<<cody>>Hey $name! Coach said you wanted to talk to me. What's up?<</cody>>
<<joe>>Hey Cody! Well.. we decided it's best if you and I swap position for next week. You know, until I've gotten used to the hormones. Probably only the one match.<</joe>>
<<cody>>Oh. That sounds like a lot of work if we're just going to swap back again..<</cody>>
<div id="choice1">\
<<link "Flirty: I'd be //super// grateful.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>I know, it's a lot to ask, and I'd be so, so grateful. Maybe I could make it worth your while..?<</joe>>
Cody blushes. You always suspected he liked, but now, with this body.. there's no question.
<<cody>>Yeah? Like how?<</cody>>
<<joe>>I'd give you a taste.. but I'd have to know you'll promise to help me?<</joe>>
<<cody>>Yeah alright, I promise!<</cody>>
[[Without thinking, you flash him.|sports_3_5b]]
<</timed>><</replace>><</link>>\
<<link "Dominant: He'll do it and //he'll// be grateful.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Here's what we'll do: you're going to help me, and //maybe//, if you're a really good boy..<</joe>>
You know Cody fancies you. You see no reason not to abuse that a little..
<<joe>>I'll allow you to make it up to me. Deal?<</joe>>
Cody looks slightly confused and starts protesting.
<<cody>>Wait, what do you mean //I// make it up to //you//? I don't know if I'm on board with this..<</cody>>
Cody, finding you after his shower, must have forgotten [[how very naked he is.|sports_3_5b2]]
<</timed>><</replace>><</link>>\
<<link "Non-sexual: You help me, I help you">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Hey, come on, it'll be fun! Who knows, maybe you'll impress Coach. It's a fair tradeoff, right? I help you, you help me.<</joe>>
<<cody>>Yeah, alright, I guess. Ok, fine. So.. meet up an hour early next week before the match?<</cody>>
<<joe>>Hour and a half. See you then, thanks Cody!<</joe>>
[[And with that, you go home|home]]
<</timed>><</replace>><</link>>\
</div>\
</div><div class="standard">\
<<if $body is 2>><img src="images/sports/2/flashsmall.webp">
<<elseif $body is 4>><img src="images/sports/2/flashbig.webp"><</if>>
<<nobr>>As you flash him, a heat courses through your body. You don't know why exactly, but this is fucking hot, and you're suddenly very, very horny.
Desperately trying to hide your arousal, you try and end this quickly so you can get out of here.<</nobr>>
<<joe>>Ahum, so. Next week, hour and a half early? Thanks Cody, see you!<</joe>>
Before Cody has any chance to react, [[you dart for the exit.|home]]
</div>\<div class="standard">\
<img src="images/sports/2/growing2.gif">
Clearly, the idea of being bossed around gets Cody quiiiite aroused.
<<joe>>You know, Cody, I hear you saying that, but then I look and I feel like maybe your body is saying something else?<</joe>>
Eyeing his crotch, Cody realizes what's up, a full blown panic flashing across his face.
<<joe>>So, I'll make this simple: we're both here an hour and a half early next week, we help eachother with our position, and afterwards
we'll see how you did. Yes? Good boy.<</joe>>
[[Making sure he can't get an answer in, you leave.|home]]
</div>\<div class="standard" id="sports">\
<img src="images/locations/banner/lockerroom.png">\
<div class="name_block" id="sports">\
<img id="small_bradius" src="images/ui/lockerroom.svg">\
</div>\
Back in the locker room, you undress to get ready to shower.
<<linkappend "As you remove your top..">>
<img id="image_click" src="images/sports/2/flash.webp">
You see the problem in action, <<linkappend "clear as day.">>
<img id="image_click" src="images/sports/2/boners.gif">
You can't help but laugh at how ridiculous the situation is.
[[After your shower, you head home.|home]]<</linkappend>><</linkappend>>
</div>\<div class="standard" id="sports">\
<<cody>>Yo! Sorry.<</cody>>
He snaps out of and quickly hides his happy friend. He blushes.
<<cody>>Sorry, I was just daydreaming a bit, I, er.. didn't sleep well. Yes, that's it. Sleep.<</cody>>
<div id="choice1">Respond:
<<link "Flirty: welcome the attention">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>It's ok, Cody. I'm giving you a front row view of the good stuff, can't complain when someone looks, right?<</joe>>
<<cody>>Ehm.<</cody>>
<<joe>><<nobr>>So, Coach asked me to see if maybe I could get you focused. How about You take one more good look,
get it out of your system, and we're both back here next week. Focused. Deal?<</nobr>><</joe>>
[["Before he can answer, you turn around and slap your butt."|sports_men_3_5a]]
<</timed>><</replace>><</link>>\
<<link "Bossy: try and control him">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Hmhm. Not cool, Cody. Did I tell you you could look at me like that?<</joe>>
<<cody>>I.. what? No?<</cody>>
<<joe>>No. And I certainly didn't tell you you could get a boner, did I?<</joe>>
A flash of panic shoots across Cody's face. You got him where you want him.
<<joe>><<nobr>>There'll be none of that unless I allow it. Clear? And focus up, we've got sports to win. Promise me you'll be back here next week,
you'll be a good boy, and you'll be focused.<</nobr>><</joe>>
He looks at you for a moment and realises you're not screwing around.
<<cody>>I'll be a good boy and I'll be focused?<</cody>>
<<joe>>Good. Goodbye, Cody.<</joe>>
<<link "You walk away." "sports_men_3_5b">><</link>>\
<</timed>><</replace>><</link>>\
<<link "Annoyed: you don't like this">><<replace "#choice1">><<timed 10ms t8n>>\
<<joe>>Ugh, look, Cody, whatever it is you've got going on here, figure it out, yeah? We need you focused. And I'm not into you. Get that?<</joe>>
<<cody>>What? No, it's, cause I slept or not sleep and whe-<</cody>>
You can't be bothered by this and interrupt him.
<<joe>>Cody, NO, ok? Get your act together. See you next week.<</joe>>
[[Go home.|home]]
<</timed>><</replace>><</link>>\
</div>\
</div>\<div class="standard">\
<img src="images/sports/2/slap.webp">
Cody, now a blushing mess, manages a number of strange sounds before getting stuck in a loop repeating the words "yeah", "ok" and "because".
[[It's best you leave.|home]]
</div>\<div class="standard">\
<img src="images/sports/2/walk.webp">
Trying your best to look sexy, you focus on your butt. //Left, right, left, right.//
[[.. and go home.|home]]
</div>\<<set $story.uni.available to "no">>\
<<set $credits to $credits - 1>>\
<<set $story.uni.current_stage += 1>>\<<set $location to "campus">>\
<div class="standard" id="uni">\
<img src="images/locations/banner/campus.png">\
<div class="name_block" id="uni">\
<img id="small_bradius" src="images/ui/campus.svg">\
</div>
Alright, music time! We'll do another quick tour. I don't think anyone's here today.
<<nobr>>This here is where we practice. It's an old garage we've been using for.. forever?
We named it "The Beat Bunker" when we were teens, but on account of growing up we dropped the "beat" part.
Bunker stuck, though, so that's where we are! The bunker.<</nobr>>
Anyway, this is where we practice with the band weekly, but it's available for anyone that wants to practice music.
[[Hey look there's that pretty lady!|uni_1_2]]<div class="standard">\
<img @src="$char.lips.splash">\
<h3>Professor Lipstick</h3>\
<<nobr>>This is Sammy the Soundguy. Owner of the Forge, metalhead and overall cool guy. He's got some craaazy stories that I can only
assume are 100% true. A lot of them from when he was a roadie for the Death Turbo Metal band "DIE ALREADY", but then to contrast that,
there's a whole bunch of stories about his time as a missionairy. Wild, right?<</nobr>>
[[Let's say hi!|uni_1_3]]
</div>\<div class="standard">\
<<joe>>lips!<</joe>>
<<lips>>$name!!<</lips>>
<<joe>>How's it hanging?<</joe>>
<<lips>>The big A, my guy. Awesome. Hey listen, I'm looking for someone to test this new set of gear I just got.<</lips>>
<div id="choice1">\
<<link "You couldn't care less">>
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<joe>>Cool story bro. I gotta run, though. See you this weekend?<</joe>>
<<lips>>Right, yeah, at the contest announcement thingy? You guys are performing, right?<</lips>>
<<joe>>Yessir!<</joe>>
<<lips>>Cool, yeah I'll be there for sure. Later man!<</lips>>
[[Later!|uni_1_4]]
<</timed>>\
<</replace>>\
<</link>>\
<<link "You're genuinely interested">>
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<joe>>Ooh, new gear? What you got?<</joe>>
<<nobr>><<lips>>Haha, knew you'd be interested. It's like a portable recording studio I put together.
You can set it up anywhere and use it to record, livestream, stuff like that.<</lips>><</nobr>>
<<joe>>Sweet! So what kind of help are you looking for?<</joe>>
<<lips>>Oh, you know, like a solo artist maybe? Or one of those hip Social Media performers?<</lips>>
<<joe>>I see. Alright, I'll keep my ears to the ground, mate.<</joe>>
<<lips>>Thanks! Oh, hey, you guys are playing at that contest party this weekend, right?<</lips>>
<<joe>>Yeah, playing first and then we've got the theme announcement after.<</joe>>
<<lips>>Awesome. See you then!<</lips>>
[[See you!|uni_1_4]]
<</timed>>\
<</replace>>\
<</link>>\
<<link "You don't really care, but let's humor him">>\
<<replace "#choice1">>\
<<timed 10ms t8n>>\
<<joe>>What're you looking for?<</joe>>
<<lips>>Oh, you know, someone to help test it out. A solo artist or performer, you know any?<</lips>>
<<joe>>None come to mind, but if I think of any I'll let know. Listen, I've gotta run, but see you this weekend?<</joe>>
<<lips>>Thanks! Yeah at the contest announcement thingy? You guys are performing, right?<</lips>>
<<joe>>Yessir!<</joe>>
<<lips>>Cool, yeah I'll be there for sure. Later man!<</lips>>
[[Later!|uni_1_4]]
<</timed>>\
<</replace>>\
<</link>>\
</div>\
</div>\<<set $location to "unioffice">>\
<div class="standard" id="uni">\
<img src="images/locations/banner/unioffice.png">\
<div class="name_block" id="uni">\
<img id="small_bradius" src="images/ui/unioffice.svg">\
</div>
<<nobr>>This is the your University office. Here we prep classes, grade work, answer emails.. stuff like that.
In fact, [[let's check if maybe we've got some mail waiting for us|uni_1_5]]<</nobr>><div class="standard" id="uni">\
<img src="images/locations/banner/unioffice.png">\
<div class="name_block" id="uni">\
<img id="small_bradius" src="images/ui/unioffice.svg">\
</div>\
<img class="mail" @src="$mail">
<div id="choice1">\
Ah, one mail. Let's answer it!
<div class="mail_options">\
Answer number one! Ladiedadida. Idiot.
- $name
<<link "Send">>\
<<replace "#choice1">>
<<timed 10ms t8n>>
Sent! Good. [[Let's go back home.|home]]
<</timed>>
<</replace>>
<</link>>
</div>\
<div class="mail_options">\
Answer number two! Ladiedadida. Idiot.
- $name
<<link "Send">>\
<<replace "#choice1">>
<<timed 10ms t8n>>
Sent! Good. [[Let's go back home.|home]]
<</timed>>\
<</replace>>\
<</link>> \
</div>\
<div class="mail_options">\
Answer number three! Ladiedadida. Idiot.
- $name
<<link "Send">>\
<<replace "#choice1">>
<<timed t8n>>
Sent! Good. [[Let's go back home.|home]]
<</timed>>\
<</replace>>\
<</link>> \
</div>\
</div>\
</div>\
<<include "uni_update">>\
<<set $story.uni.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\
<<set $story.life.unlocked to "yes">>\<div class="standard">\
<<set $location to "loc_uni">>\
Second uni Thing
[[Done!|home]]
</div>\
<<include "uni_update">>\
<<set $story.uni.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\<div class="standard">\
<<set $location to "loc_uni">>\
Third Sporty Thing
[[Continue|home]]
</div>\
<<include "uni_update">>\
<<set $story.uni.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\<div class="standard">\
<<set $location to "loc_uni">>\
Final (for now) Sporty Thing
[[Continue|home]]
</div>\
<<include "uni_update">>\
<<set $story.uni.info to "Text update nog ff wat op verzinnen he Wiegertje?">>\<div class="standard">\
Project Bratime!
[[Continue to Home|home]]
</div>
<<nobr>>
<<set $work_text to "Time to Jail your Boobs, Clamp your Cans and Muzzle them Mammary's, cause we're showing these old fashioned men around town!" >>
<<set $worklock_text to "I know it's hard, but we really have to wait a week before we can continue the Bra Saga.." >>
<<set $work_available to 0>>
<<set $credits to $credits - 1>>
<<set $work to 101>>
<</nobr>><<set $location to "loc_work">>\
<div class="standard">\
Project Bratime pt 2: Time to show your client a good time!
[[Good job, let's go home..|home]]
</div>
<<nobr>>
<<set $work_text to "Ha, those boobjobs were a bunch of nutcases! Anyway, time to get back to the ole grind and choose a new client!">>
<<set $worklock_text to "Wow, you have no words for that day. Or maybe just one: boobs! You need some rest before you get back to work, silly..">>
<<set $work_available to 0>>
<<set $credits to $credits - 1>>
<<set $work to 3>>
<<set $project1_title to $project_next_title>>
<<set $project1_body to $project_next_body>>
<<set $project1_image to $project_next_image>>
<<set $project1_passage to $project_next_passage>>
<</nobr>><div class="standard">\
Mad Corpo, y'all..
[[Continue to Home|home]]
</div>
<<nobr>>
<<set $work_text to "Put on your business socks, your business skirt and business face, cause this week: it's business." >>
<<set $worklock_text to "We're doing this one by the business book: weekend first, then back to 9 to 5 next week. Business stylez." >>
<<set $work_available to 0>>
<<set $credits to $credits - 1>>
<<set $work to 301>>
<</nobr>><<set $location to "loc_work">>\
<div class="standard">\
Project Bratime pt 2: Time to show your client a good time!
[[Good job, let's go home..|home]]
</div>
<<nobr>>
<<set $work_text to "Business time is over. There is no more time for business. It's on to the next client! That's how we do it in the business..">>
<<set $worklock_text to "Cheese and Rice! You didn't expect those stuck up business clowns to be like that! You need a rest..">>
<<set $work_available to 0>>
<<set $credits to $credits - 1>>
<<set $work to 3>>
<<set $project3 to $project_available>>
<</nobr>><div class="standard" id="work">\
<div id="choice1">\
<img class="story_image" id="work" src="images/work/clients/headshot.png">
<h3>Head$hot</h3>
<<nobr>>The guy you're meeting with for Lazer Gaming is originally called HeadShotGuy, as that's his video channel handle.
He's made tons of money with his company Lazer Gaming - a company that sells cheap made peripherals like mouses and keyboards
with some vague promise of it also affecting your physique.<</nobr>>
<<nobr>>From a quick look online, you discover nobody really likes him. The fitness community knows he's taking advantage
with false promises and most of the gaming community hates fitness to begin with. But the few that don't - and that's still
a huge market - provide this influencer with a huge income.<</nobr>>
[[You greet him.|1 lazer_2]]
</div><<set $status to {
activity: "work",
location: "work",
title: {
activity: "Workin'",
location: "The Office"
}
}>>\
<<include "workpc">><div class="standard" id="work">\
<<joe>><<nobr>>Hi there! You must be Head$hot. Is that OK, or would you prefer I call you something else?
<</nobr>><</joe>>
<<headshot_o>><<nobr>>How about you fucking call me Larry, huh?
<</nobr>><</headshot_o>>
<<linkappend "Off to a great start.." t8n>>
<<joe>><<nobr>>Larry, of course! My name is $name, I'll be your personal contact here at Consult9.
I'm so thrilled to be working with you, Larry. I love Lazer Gaming.<</nobr>><</joe>>
<<headshot_o>><<nobr>>Yeah? You use our shit? You do look fit.. take off your shirt, show me what you're working with.<</nobr>><</headshot_o>>
<<nobr>>After a question like that, your main thoughts are: great, he's a fucking pig.
A tiny bit of you, though, gets a tiny bit excited. When women have asked you to take your shirt off in the past,
you've loved it. [[Anyway, no taking your shirt off today.|1 lazer_3]]
<</nobr>><</linkappend>>\
</div>\<div class="standard" id="work">\
<<joe>><<nobr>>Haha, sorry the shirts stays on for now, Larry. But yeah, I love your products.<</nobr>><</joe>>
<<headshot_o>><<nobr>>Well, you'd better. I pay you enough to like them. Anyway, what's this meeting about?
I'm a busy and successful man, you know.<</nobr>><</headshot_o>>
Your inner voice is blowing a long, drawn out raspberry. <<linkappend "Your outer voice cheerfully responds to Larry." t8n>>
<<joe>><<nobr>>Well, as we'll be seeing a lot of each other, I thought we'd meet. And if you have time,
I would like to ask you a couple of questions, get to know you a bit better. Would that be OK?<</nobr>><</joe>>
He sighs and looks at his watch - or whatever gadget he's wearing around his wrist.
<<headshot_o>><<nobr>>Yeah, yeah, ask your silly questions.<</nobr>><</headshot_o>>
<<link "Ask him why he hired your firm." "lazer_4_why">><</link>>
<<link "Ask him about his business." "lazer_4_business">><</link>>
<<link "Ask him about him." "lazer_4_larry">><</link>>
<<link "No questions, show some interest and end the call." "lazer_4_noquestions">><</link>>\
<</linkappend>>
</div>\<div class="standard" id="work">\
<<set $lazer_why to 1>>\
<<joe>><<nobr>>Why did you hire Consult9? What would be the perfect result of our cooperation?<</nobr>><</joe>>
<<headshot_o>><<nobr>>Pff. I explained all this before, you know.<</nobr>><</headshot_o>>
<<joe>><<nobr>>I understand, Larry. It's just for me - the more I know, the better
I can assist you during our time together, that's all.<</nobr>><</joe>>
Another sigh from Larry. God, what a fucking jackass. <<linkappend "He continues." t8n>>
<<headshot_o>><<nobr>>Alright, well, as you know I'm fucking succesful, yeah? And because of that, people get jealous.
They hate me and Lazer and they make all these fake accusations and articles that paint me in a negative light and shit.
And you're gonna help me with that. Make 'm see the real fucking me. That enough information for ya?!<</nobr>><</headshot_o>>
Ah, yes, the real Larry. Let's have the world see him! More questions?
<<if $lazer_why isnot 1>><<link "Ask him why he hired your firm." "lazer_4_why">><</link>><br><</if>>\
<<if $lazer_business isnot 1>><<link "Ask him about his business." "lazer_4_business">><</link>><br><</if>>\
<<if $lazer_larry isnot 1>><<link "Ask him about him." "lazer_4_larry">><</link>><br><</if>>\
<<link "Nah, you're done with this joker." "1 lazer_5">><</link>><</linkappend>>\
</div>\<div class="standard" id="work">\
<<set $lazer_business to 1>>\
<<joe>><<nobr>>You put a lot of love and hard work into Lazer, making it so successful.
It must have a special place in your heart, right?<</nobr>><</joe>>
<<linkappend "Larry shoots up with enthusiasm." t8n>>
<<headshot_o>><<nobr>>Fuck yeah! Yeah I work hard. I earned all this succes, you know? When you look like me,
some people think like 'ah he doesn't work hard', you know, but FUCK those people. I put my brain and my body to the
limit for this shit, you know? Lazer is gonna be the number one brand. Cause of fucking me. Larry.<</nobr>><</headshot_o>>
<<nobr>>Inside, you chuckle at that last clarification. In any case, you hit the right button with that question,
as Larry goes on about how hard he works and how great he is for another 10 minutes. Finally, he asks if you have any more questions.<</nobr>>
<<if $lazer_why isnot 1>><<link "Ask him why he hired your firm." "lazer_4_why">><</link>><br><</if>>\
<<if $lazer_business isnot 1>><<link "Ask him about his business." "lazer_4_business">><</link>><br><</if>>\
<<if $lazer_larry isnot 1>><<link "Ask him about him." "lazer_4_larry">><</link>><br><</if>>\
<<link "You don't think you can handle more Larry after all that." "1 lazer_5">><</link>>\
<</linkappend>>\
</div>\<div class="standard" id="work">\
<<set $lazer_larry to 1>>\
<<joe>><<nobr>>Everybody knows HeadShot and Lazer gaming. But I want to know about you! Tell me a little about Larry.<</nobr>><</joe>>
<<headshot_o>><<nobr>>I knew it! You want me. I get that a lot, you know. I'm a big guy, fucking hot, right. That's me, Larry. I'm a fuckboy, you know, in like the good way.
And you can see how big I am, right, but I'm also big down there. Here, let me show you.<</nobr>><</headshot_o>>
In the corner of the screen, [[you see a chat notification.|lazer_4_larry2]]
</div><div class="standard" id="work">\
<img class="story_image" id="image_click" src="images/work/lazer/dp1.png">
<<nobr>>Well, there it is. You'd heard people send dick pics within moments of knowing someone, you just never witnessed it before.
To your surprise, you find yourself thinking //It looks, good though//, before <</nobr>><<linkappend "Larry continues." t8n>>
<<headshot_o>><<nobr>>And don't worry, I'm sure you'll get to see it for real sooner or later, haha. Cause I'm a fucking fuckboy! Fuck yeah.<</nobr>><</headshot_o>>
Wow. Well. Any more questions?
<<if $lazer_why isnot 1>><<link "Ask him why he hired your firm." "lazer_4_why">><</link>><br><</if>>\
<<if $lazer_business isnot 1>><<link "Ask him about his business." "lazer_4_business">><</link>><br><</if>>\
<<if $lazer_larry isnot 1>><<link "Ask him about him." "lazer_4_larry">><</link>><br><</if>>\
<<link "You've seen enough of Larry for one day. More than enough." "1 lazer_5">><</link>><</linkappend>>\
</div>\<div class="standard" id="work">\
<<joe>><<nobr>>That's quite alright, Larry, I can appreciate your time is valuable. I won't keep you. The new Lazer Powerknob 5000 joystick
set just arrived in the office, I think I'll go have some fun with that.<</nobr>><</joe>>
<<headshot_o>><<nobr>>Haha yeah I bet you will. You know if you like joysticks, I've got a great one in my personal collection.
Here, let me show you.<</nobr>><</headshot_o>>
In the corner of the screen, [[you see a chat notification.|lazer_4_noquestions2]]
</div><div class="standard" id="work">\
<img class="story_image" id="image_click" src="images/work/lazer/dp1.png">
<<nobr>>You'd always heard people send dick pics within moments of knowing someone,
you'd just never witnessed it before. To your surprise, you find yourself thinking //It looks, good though//,
before <</nobr>><<linkappend "Larry continues." t8n>>
<<headshot_o>><<nobr>>Haha, I'll bring it with me when we meet. Maybe you can play with that one, haha. Ok I'm a busy guy lat-<</nobr>><</headshot_o>>
He leaves the chat while he's speaking. Well, you have your work cut out for you. For now, <<link "it's time to head home." "home">><<set $week1sports ++>><<include "work_update">><</link>>\
<</linkappend>>
</div>\<div class="standard" id="work">\
<<joe>><<nobr>>Well, that's all the questions I have for you, Larry. Thank you so much for being so open with me,
I'm really looking forward to us working together.<</nobr>><</joe>>
<<headshot_o>><<nobr>>Haha yeah me too. Haha, hashtag me too, am I right?!<</nobr>><</headshot_o>>
<<joe>><<nobr>>Haha! Ok, well I'm going to prepare your visit and use some more of those Lazer products. See you next time, Larry!<</nobr>><</joe>>
<<headshot_o>><<nobr>>Yeah later!<</nobr>><</headshot_o>>
Well, you have your work cut out for you. For now, <<link "it's time to head home." "home">>\
<<set $week1sports ++>>\
<<include "work_update">><</link>>\
</div>\<div id="imagepopup"><img src="images/work/lazer/dp1.jpg"></div>
/* ------------------------------- RESEARCH ------------------------------- */<h1>Likes</h1>\
<hr class="gradienthr">\
<<nobr>>//If it sometimes reads like I've just put down clichés on a big alpha guy, that's not on me, boss. He IS a walking cliché.//<</nobr>>
<hr class="gradienthr">\
<h3>Typical Stuff</h3>
<<nobr>>This probably won't surprise you, but Larry is what I'd call a //'traditional alpha guy'//. Which means he likes the typical stuff associated by //some// as
being successful in life: being with many women, making lots of money, having shiny things and showing off his body.<</nobr>>
So, I can't say for sure he //actually// likes these things, but I can tell you for sure that he will 100% appreciate them. It's his brand. He has to.
<hr class="gradienthr">\
<h3>The Spotlight</h3>
<<nobr>>This can feel a bit like a continuation of the 'Typical Stuff' I mentioned, but not all Larry's actually crave attention and the spotlight as much as he does.
He likes to feel important and wanted.<</nobr>>
<<nobr>>One time, when he was visiting an eastern European country and was invited for an interview on some sort of show that was trying to connect to the youth or whatever.
Which made him feel important - so he of course accepted. At one point, the interviewer suggested that although he was successful, what he does is not //really// important,
not like a firefighter or anything like that. In response, Larry hit him, left and sued the country.<</nobr>>\
<br><h1>Dislikes</h1>\
<hr class="gradienthr">\
<<nobr>>//Surprise! Larry doesn't like himself. Sorry, I get a bit jaded researching this guy sometimes. Maybe I've dated too many Larry's.//<</nobr>>
<hr class="gradienthr">\
<h3>Insecurities</h3>
<<nobr>>Everyone's a little insecure sometimes, and most people can //sort of// handle it. I made this an entry here, though, because Larry will actively fight you
if he's confronted with his shortcomings and you're the closest person. You know that South Park episode with Russel Crowe's //Fightin' Round The World// show? It's like that.<</nobr>>
<<nobr>>His biggest insecurity is his sexuality. Which is weird, cause nobody doubts he's straight, but like many of these guys he's terrified of the idea of being gay.
He's made some pretty big leaps reading into things. I think he once didn't speak to his mom for three years because she bought him scented shampoo.<</nobr>>
<hr class="gradienthr">\
<h3>//'Beta'// things</h3>
<<nobr>>Again, very closely related to the previous one, Larry //hates// all things 'beta male'. Which is a vague term, but basically anything a - in the eyes of the
alpha male - woman does or enjoys, shouldn't be enjoyed by //men//.<</nobr>>
<<nobr>>I've created this list with the main things he's repeated online are //beta:// Cooking, flowers, holding hands, pink, long hair, shopping, smelling nice, patterns,
chocolate, soap opera's, people expressing themselves, feelings, cute tableware, wearing something in your hair, colorful things, crossing your legs
and expressing joy in public.<</nobr>>
<br><h1>Shopping</h1>\
<hr class="gradienthr">\
<<nobr>>//Larry is a practical man when it comes to shopping. Everything, and I mean //everything// he buys he buys through subscriptions. //<</nobr>>
<hr class="gradienthr">\
<h3>Consistency</h3>
<<nobr>>So, like I said, Larry is a subscription man. He won't ever buy groceries, for example, but will have a subscription that brings the groceries daily or weekly.
Note, though, that he will not subscribe to something like “ByeBye Spoiled Food”, as they bring you something else every week. <</nobr>>
<<nobr>>Instead, he likes to know exactly what to expect every single time. So in this food example,
he'll research who makes the best meal shakes and buy a subscription for life.<</nobr>>
<hr class="gradienthr">\
<br><h1>Travel</h1>\
<hr class="gradienthr">\
<<nobr>>//Larry //hates// travel. He must do - every time he flies, which is actually pretty often, he'll post between 12 and 38 videos on his TokTik account
showing other people at the airport that annoy him. I'd expect him to be grumpy when he arrives.//<</nobr>>
<hr class="gradienthr">\
<h3>Staying In</h3>
<<nobr>>Larry, as probably won't come as a surprise reading the other stuff, doesn't care for culture, seeing the sights, stuff like that. Instead,
he likes everywhere he goes to provide him with high quality, luxury services and facilities.<</nobr>>
<<nobr>>I read somewhere he once came back from two weeks of being in Paris and he told someone he'd been in Rome, and he couldn't be convinced he hadn't.
He'd only seen the inside of big, luxury buildings and everyone had an accent. That was all he remembered.<</nobr>>
<hr class="gradienthr">\
<br><h1>Videos</h1>\
<hr class="gradienthr">\
<<nobr>>//Sooo Larry makes quite some appearances in videos online, most 'scandalous' in nature. All the evidence points to him
being the one 'leaking' them, though, and none of them really gain a lot of traction. I added a couple vids, first three are
snippets from security cameras. Last one, well.. I'll explain below.//<</nobr>>
<hr class="gradienthr">\
<video class="vidplayer" src="images/work/lazer/sec_cam_1.mp4" controls></video>
<<nobr>>This is the earliest I could find, this was before he streamed. Worked at an icecream place, one day the owner's
daughter is old enough to start working there, he rails her on camera and next day he's fired.<</nobr>>
<hr class="gradienthr">\
<video class="vidplayer" src="images/work/lazer/sec_cam_2.mp4" controls></video>
<<nobr>>Controversial one. People got angry cause it was filmed in a toilet, privacy and all that. Turns out, they didn't have
a security cam in there. Leading theory is he filmed it himself..<</nobr>>
<hr class="gradienthr">\
<video class="vidplayer" src="images/work/lazer/gif_capture.mp4" controls loop></video>
<<nobr>>This one, a popular 6 second GIF, I wanted to show you cause of this:
there's no video of it online, but we managed to trace the GIF back to..? Right.<</nobr>>
<hr class="gradienthr">\
<video class="vidplayer" src="images/work/lazer/spycam.mp4" controls></video>
<<nobr>>I think he mainly wants people to see him have sex, know how great he is at it. This last video, 'Spycam footage',
he 100% filmed himself. He actually looks at the camera halfway, lol. Couldn't find a shorter version, sorry!<</nobr>>
<br><div class="standard" id="work">\
<div id="choice1">\
<img class="story_image" id="work" src="images/work/clients/cookie.png">
<h3>Cookie</h3>
Your contact for Mama Mia: //Cookie//. She's beautiful. And she's joined the conversation, so <<link "you greet her warmly.">>\
<<replace "#choice1">><<timed 10ms t8n>>\
<<joe>><<nobr>>Hey there! You must be Cookie. It's lovely to meet you!
I'm $name, and I'm absolutely thrilled to be working with you on Mama Mia.
I can't wait, I absolutely //love// your brand.<</nobr>><</joe>>
<<cookie_o>><<nobr>>Hi $name!! Oh that's so sweet! Mama Mia is my pride and joy,
so I'm excited to take this next step with you guys.<</nobr>><</cookie_o>>
<<nobr>><<joe>>Awesome! I'll be your personal contact here at Consult9, so if there's anything you need, I'm here.
Now, I've got all the info here, of course, but do you mind if I ask you some questions?<</joe>><</nobr>>
<<cookie_o>>Of course, ask away!<</cookie_o>>
<<link "Ask why she hired your firm." "mamamia_why">><<set $mamamia_why to 0>><</link>>
<<link "Ask about her business." "mamamia_business">><<set $mamamia_business to 0>><</link>>
<<link "Ask about her as a person." "mamamia_cookie">><<set $mamamia_cookie to 0>><</link>>
<<link "No questions, just show some interest and end the call." "mamamia_1_2d">><</link>>
<</timed>><</replace>><</link>>\
</div>\
</div>\<<set $status to {
activity: "work",
location: "work",
title: {
activity: "Workin'",
location: "The Office"
}
}>>\
<<include "workpc">><div class="standard" id="work">\
<<set $mamamia_why to 1>>\
<<joe>><<nobr>>Can you tell me why you hired us? What, in your vision, is the ultimate outcome of our partnership?<</nobr>><</joe>>
<<cookie_o>><<nobr>>The ultimate outcome? Pwoah! No idea. I'll keep it simple, haha. The reason
I hired you guys is because I want to add a new line to Mama Mia that's a little.. different from the rest.<</nobr>><</cookie_o>>
<<link "Ooh, sounds mysterious! You ask her what's different about them." "mamamia_why2">><</link>>
</div><div class="standard" id="work">\
<<joe>><<nobr>>Different, huh? I can't image it's just a change in color, right? You wouldn't need us for that.<</nobr>><</joe>>
<<cookie_o>><<nobr>>Haha, correct! Well, Mama Mia has always been for moms to look sexy.
But it's always been soooo vanilla. When, really..<</nobr>><</cookie_o>>
<<joe>><<nobr>>Yeah?<</nobr>><</joe>>
<<cookie_o>><<nobr>>Well, I'm not. Vanilla. Alright, let me explain with some examples. Hold on.<</nobr>><</cookie_o>>
<<nobr>>You wait patiently as Cookie apparently searches for some things on her computer when you
hear <<link "the sound of a chatmessage." "mamamia_why3">><</link>><</nobr>>\
</div><div class="standard">\
<img class="story_image" id="image_click" src="images/work/mamamia/mild.png">
Cookie sent you an image called 'mild'. <<linkappend "She continues." t8n>>
<<cookie_o>><<nobr>>Ok, so this is me in some of our more popular sets. Now my idea is, we give them categories like the hot sauces, right?
We've introduced mild, so now we can introduce: Spicy!<</nobr>><</cookie_o>>
Another image in chat, [[this one called: spicy.|mamamia_why3b]]
<</linkappend>></div><div class="standard">\
<img class="story_image" id="image_click" src="images/work/mamamia/spicy.png">
Damn, Cookie is a good looking woman. And she's not afraid to show her body.
<<linkappend "//So mild first, and then..//" t8n>>
<<cookie_o>><<nobr>>Once the system is in place, we could introduce what I think this is all about: to feel hot.
Fuckingggg hotttt!!!<</nobr>><</cookie_o>>
[[The third image is called Hott.|mamamia_why3c]]
<</linkappend>></div><div class="standard">\
<img class="story_image" id="image_click" src="images/work/mamamia/hott.png">
<<nobr>>Hott. With two t's. They don't leave much to the imagination, these.
As you're.. taking in the image, Cookie - a cheeky smile on her face - <</nobr>><<linkappend "finishes her explanation." t8n>>
<<cookie_o>><<nobr>>Hot, right? So, yeah, I introduced that idea to my previous consulting company, and they said even the spicy
set was too much. They said the best we could hope for was "fierce mild". So.. I fired them and hired you!<</nobr>><</cookie_o>>
<<joe>><<nobr>>Wow, well first off: those are great, you look amazing in them. Second: I can see no reason why we'd want to keep
people from wearing this. I'd say you made the right choice!<</nobr>><</joe>>
Any more questions?
<<if $mamamia_why isnot 1>><<link "Ask her why she hired your firm." "mamamia_why">><</link>><br><</if>>\
<<if $mamamia_business isnot 1>><<link "Ask her about her business." "mamamia_business">><</link>><br><</if>>\
<<if $mamamia_cookie isnot 1>><<link "Ask her about her." "mamamia_cookie">><</link>><br><</if>>\
<<link "You wouldn’t mind seeing more of Cookie, but for now, you call it a day." "mamamia_5">><</link>>\
<</linkappend>></div>\<div id="imagepopup"><img src="images/work/mamamia/mild.png"></div><div id="imagepopup"><img src="images/work/mamamia/spicy.png"></div><div id="imagepopup"><img src="images/work/mamamia/hott.png"></div><div class="standard" id="work">\
<<set $mamamia_business to 1>>\
<<joe>><<nobr>>So, Mama Mia, your baby, tell me all about it!<</nobr>><</joe>>
<<cookie_o>><<nobr>>My baby! Oh, haha, what can I say. I mean the boring stuff you can read up on,
probably already have, so.. I mean, it's what it is, really.<</nobr>><</cookie_o>>
Her mind seems to wander for a moment, <<linkappend "when she continues." t8n>>
<<cookie_o>><<nobr>>I mean I've always been looking at myself in the mirror, you know, trying on stuff to make me
feel sexy. When I was young, you know, tweaking my clothes to show my belly, shape my butt, haha.<</nobr>><</cookie_o>>
<<cookie_o>><<nobr>>Actually, I hope you don't mind but.. ever since I joined the call, I've been thinking about
sexy outfits for trans people. We don't have that yet, but my god if you wouldn't look amazing in some tailor made
lingerie!<</nobr>><</cookie_o>>
You blush as the image of you wearing a hot set of lingerie fills your head. <<linkappend "//Umm..//" t8n>>
<<cookie_o>><<nobr>>..would you be ok with it if I made you a custom set? I'll bring it when we meet and you
can wear it for me! You know, show me?<</nobr>><</cookie_o>>
A custom lingerie set, showing Cookie? Well..
<<link "That doesn't sound like something you want, actually." "cookie_business_2a">><</link>>
<<link "Of course! What kind of question is that?" "cookie_business_2b">><</link>><</linkappend>><</linkappend>>\
</div><div class="standard" id="work">\
<<joe>><<nobr>>I'm sorry, Cookie, truly, but it's not for me. Not yet, at least. I'm new to all this and..
well, I'm just not sure if I'd be comfortable. I really appreciate it, though!<</nobr>><</joe>>
<<cookie_o>><<nobr>>Of course, no problem! Never do anything you don't want to, $name. And thank you for
being honest. So, any other questions?<</nobr>><</cookie_o>>
She winks. Well? Any more questions?
<<if $mamamia_why isnot 1>><<link "Ask her why she hired your firm." "mamamia_why">><</link>><br><</if>>\
<<if $mamamia_business isnot 1>><<link "Ask her about her business." "mamamia_business">><</link>><br><</if>>\
<<if $mamamia_cookie isnot 1>><<link "Ask her about her." "mamamia_cookie">><</link>><br><</if>>\
<<link "You know all you need to know! No more questions." "mamamia_5">><</link>>\
</div>\<div class="standard" id="work">\
<<joe>><<nobr>>My very own, custom, Mama Mia Lingerie set? Hell yeah!! Oh wow, Cookie, you just made my day with that.
And my girlfriend very jealous, haha!<</nobr>><</joe>>
<<cookie_o>><<nobr>>Haha, then it's a deal! Ooh I can't wait to get started.
After any other questions you might have, of course.<</nobr>><</cookie_o>>
She winks. So, do you? Have any more questions?
<<if $mamamia_why isnot 1>><<link "Ask her why she hired your firm." "mamamia_why">><</link>><br><</if>>\
<<if $mamamia_business isnot 1>><<link "Ask her about her business." "mamamia_business">><</link>><br><</if>>\
<<if $mamamia_cookie isnot 1>><<link "Ask her about her." "mamamia_cookie">><</link>><br><</if>>\
<<link "You know all you need to know! No more questions." "mamamia_5">><</link>>\
</div>\<div class="standard" id="work">\
<<set $mamamia_cookie to 1>>\
<<joe>><<nobr>>So, I love love love your clothing and your brand which makes me eager to know more about
the person behind it all, Cookie! Tell me all about you.<</nobr>><</joe>>
<<cookie_o>><<nobr>>Oh, I don't think either of us have the time to hear all about me, haha. Don't worry, you'll
get to know me plenty while we work together. Let me think of something I can share, though..<</nobr>><</cookie_o>>
She does a little //'hmm, I'm thinking right now'//-act <<linkappend "before she looks at you and smiles." t8n>>
<<cookie_o>><<nobr>>Alright, one thing you should know about me, if only cause it'll explain certain things down the line..<</nobr>><</cookie_o>>
She pauses briefly for added effect.
<<cookie_o>><<nobr>>I'm horny. Like //all the fucking time//. I'm horny when I wake up, when I go to sleep and all the time in between.
I'm horny before, during and after sex. So.. well, haha, get ready for that! Anything else you want to know? Haha!<</nobr>><</cookie_o>>
<<if $mamamia_why isnot 1>><<link "Ask her why she hired your firm." "mamamia_why">><</link>><br><</if>>\
<<if $mamamia_business isnot 1>><<link "Ask her about her business." "mamamia_business">><</link>><br><</if>>\
<<if $mamamia_cookie isnot 1>><<link "Ask her about her." "mamamia_cookie">><</link>><br><</if>>\
<<link "That confession kind of took your rhythm away. Let's call it a day." "mamamia_5">><</link>>\
<</linkappend>></div>\<div class="standard" id="work">\
<<joe>><<nobr>>Well, that’s all the questions I have for you, Cookie. You’re amazing,
It’s been so nice meeting you today and I can’t wait to meet you in person.<</nobr>><</joe>>
<<cookie_o>><<nobr>>Wow, thank you, haha. It was really nice meeting you as well. Have a good one!<</nobr>><</cookie_o>>
And with that, she leaves the call. What a woman. <<link "Time to head home." "home">><<set $week1sports ++>><<include "work_update">><</link>></div>\<div class="standard" id="work">\
<<joe>>Are you really named Cookie? Or is that just cause you're so sweet?<</joe>>
<<cookie_o>><<nobr>>Haha, sort of!! Mama Mia should make women feel sexy and desired. A lot of moms feel like they can't or shouldn't be those things because they're
moms. So I want my clothes to feel low key for moms yet irresistable to dads.<</nobr>><</cookie_o>>
<<linkreplace "Like a.." t8n>>\
<<joe>>Like a cookie!<</joe>>
<<cookie_o>>Exactly, like me!<</cookie_o>>
<<joe>>I love that! Well, Cookie, this has been great, and I'm really looking forward to us working together.<</joe>>
<<cookie_o>>Me too! Thanks, $name. See you in two weeks!<</cookie_o>>
And with that, Cookie disconnects from the call. <<link "Time to head home." "home">><<set $week1sports ++>><<include "work_update">><</link>><</linkreplace>>\
</div>\<div class="standard" id="work">\
You chat for a couple more minutes, when eventually the meeting comes to an end.
<<joe>>Cookie, this has been great, and I'm really looking forward to us working together.<</joe>>
<<cookie_o>>Me too! Thanks, $name. See you in two weeks!<</cookie_o>>
And with that, Cookie disconnects from the call. <<link "Time to go home!" "home">><<set $week1sports ++>>\
<</link>>\
</div>\What, it's not enough to be talking to me in the middle over there?
Alright, er.. what's your favorite.. pizza topping? Really? Mine too!<<set $clippy to "mamamia_2_clippy">>\
<<set $status to {
activity: "work",
location: "theoffice",
title: {
activity: "Workin'",
location: "The Office"
}
}>>\
<div class="standard" id="work">\
<img id="banner" src="images/locations/banner/youroffice.png">\
<div class="name_block" id="work">\
<img id="small_bradius" src="images/ui/youroffice.svg">\
</div>\
<<clippy>><<nobr>>Hey boss! Cookie is visiting next week. The team assigned to her has been working hard on.. whatever it is they do.
She arrives after lunch, and they'll give a presentation. All that matters for you, is that your client goes home the next day satisfied.<</nobr>><</clippy>>
<<clippy>><<nobr>>You learned long ago that you can't rely on your colleagues for that, so //your// job is to make sure Cookie has a great time
regardless. This week, you'll plan an afternoon activity, a dinner plan and and evening activity.<</nobr>><</clippy>>
[[Show the planner.|mamamia_2_2]]
</div>\
<<set $dd_afternoon = ["Shopping", "Spa Day", "Golf Course"]>>\
<<set $dd_dinner = ["Standard Restaurant", "Fancy Restaurant", "Fun Diner"]>>\
<<set $dd_evening = ["Local Bar", "Strip Club", "Rock Concert"]>>\<h1>Likes</h1>\
<hr class="gradienthr">\
<<nobr>>//Hi boss! It wasn't easy getting this together - Cookie is a bit all over the place. I think she's pretty driven by impulse, lol.
And like a lot of people she deleted her Chirpy™ account when it they named it "K". But I salvaged what I could!//<</nobr>>
<hr class="gradienthr">\
<h3>Sweet, Fat and Salty</h3>
<<nobr>>Sooo the overall theme for everything food related is that Cookie doesn't seem to give a rat's ass about what's in the food
or drink. She doesn't strike me as a foodie, but she's liked quite a lot of videos from //'THE BUTTERKING'//, a guy that adds butter to recipes
that specifically don't call for it just to prove that (the catchphrase) //'..it's better with fuckin' butter, kids!'//.<</nobr>>
She's also said multiple times that she loves, loves, looooves Nigelly Ruleson, a British chef known for loving unhealthy and sexy foods.
<hr class="gradienthr">\
<h3>Relaxation</h3>
<<nobr>>She doesn't share much outside of business related stuff, but when she does she shares stuff like a sundown on an empty beach,
a nice glass of whiskey by the fire or her dog falling asleep and chilling literally everywhere. Oh, she has a dog! <<link "Muppet.">>\
<<popup "muppetthedog">><</link>> So yeah she likes to relax.<</nobr>>\
<br><div class="popupimg"><<link "<img src='images/work/mamamia/muppet.png'>">><<dialogclose>><</link>></div>\<h1>Dislikes</h1>\
<hr class="gradienthr">\
<<nobr>>//Most dislikes are pretty much in line with her likes!//<</nobr>>
<hr class="gradienthr">\
<h3>Exercise</h3>
<<nobr>>She does exercise. Which makes sense, look at her lol. But yeah no love for it. <</nobr>>
<<nobr>>She did a little series of vides where she called herself a "clitfluencer", walking around the
gym with a huge camera shouting //'I'm all about the fitness tho!!'// while, um, pretending to rub herself. I couldn't
find any videos, they've all been deleted.<</nobr>>
<hr class="gradienthr">\
<h3>'Pigs' //and// Feminists</h3>
<<nobr>>Sooo.. bit of a weird one, but she's often stood up to men behaving like sexist pigs, putting them in their place. And then
because she's like 'minor celeb' status, that would get picked up by people trying to make her into some sort of symbol for feminism.<</nobr>>
<<nobr>>And then she goes on a morningshow and says she hates most of what feminists have done, and that the progress made is made by women,
not feminists, and that she doesn't want to discourage anyone from grabbing her ass. So, yeah.<</nobr>>
<br><h1>Shopping</h1>\
<hr class="gradienthr">\
<<nobr>>//Nearly all of the purchases I've been able to find are business related. She really does a lot of
creative stuff, but nothing out of the ordinary.//<</nobr>>
<hr class="gradienthr">\
<h3>Gadgets</h3>
<<nobr>>I think Cookie is one of those people that automatically //gets// new tech,
loves it and owns things you didn't even know were out there, but when you ask her about it she can't explain it lol.
She loves gadgets, all kinds.<</nobr>>
<<nobr>>I also found an account on an online sex shop that comments on a looot of the items that gave off a very strong 'Cookie'-vibe.
I'm abouuuut 80% sure. Could just be someone else, or someone kind of pretending to be her, cause she sells lingerie right?<</nobr>>
<hr class="gradienthr">\
<br><h1>Travel</h1>\
<hr class="gradienthr">\
<<nobr>>//Mama Mia had this big international surge a couple of years ago and she's been travelling a LOT since.
I think she's on airplanes more than Mike watches porn at work.//<</nobr>>
<hr class="gradienthr">\
<h3>First Time Visit</h3>
<<nobr>>This will be Cookie's first time visiting our lovely city! So she might enjoy some sightseeing.
I've also seen her mention famous painters, artists, stuff like that. She's also well educated. So maybe the museum is an option.<</nobr>>
<hr class="gradienthr">\
<br><h1>Videos</h1>\
<hr class="gradienthr">\
<<nobr>>//Sooo I didn't find much noteworthy, //EXCEPT// a leaked video from when she was younger.
This is the juice I mentioned. It's quite an intimate video, I kinda felt guilty watching. But it's also just hot, lol.//<</nobr>>
<hr class="gradienthr">\
<video class="vidplayer" src="images/work/mamamia/leaked.mp4" controls></video>
<br><div class="standard" id="work">\
<div id="choice1">\
<img class="story_image" id="work" src="images/work/clients/maria.png">
<h3>Maria</h3>
<<nobr>>The woman you’re meeting is Maria - a young and extremely popular trans fitness influencer.
Her company, PUMP, doesn’t really sell anything other than attention and, you suppose, influence.
It’s like Red Ball if Red Ball didn’t sell any drinks, maybe?<</nobr>>
<<nobr>>You sometimes wonder what caused a sudden popularity in people, but with Maria it’s quite simple.
‘Leaked’ sextapes and the likes. Her whole company communicates ‘SEX’ without actually naming it.
She’s also very deliberately avoided sites like HornyPans, which seems to work in her favor.<</nobr>>
[[You greet her.|1 pump_2]]
</div><<set $status to {
activity: "work",
location: "work",
title: {
activity: "Workin'",
location: "The Office"
}
}>>\
<<include "workpc">><div class="standard" id="work">\
<<joe>><<nobr>>Maria, hi! My name is $name. It’s so good to meet you, I’m so excited! Big PUMP fan right here.<</nobr>><</joe>>
<<maria_o>><<nobr>>Hiiii! Oh I bet darling, they never told me I’d be working with a fellow transformer,
haha. You look fabulous, well done! Mwwwwwah!<</nobr>><</maria_o>>
She makes a big kissing gesture as she says that last part. <<linkappend "What a cheerful woman!" t8n>>
<<joe>><<nobr>>Thank you!! Nothing like you, though, wow! Yeah, no, I just underwent this treatment so.. It’s all very new.<</nobr>><</joe>>
<<maria_o>><<nobr>>Well I for one LOVE it. I was already looking forward to us working together,
and now I’m even more enthusiastic!! So, what’re we talking about, darling?<</nobr>><</maria_o>>
[[You explain.|1 pump_3]]
<</linkappend>>\
</div>\<div class="standard" id="work">\
<<joe>><<nobr>>During your time with Consult9, I’ll be your personal contact.
Anything and everything you need - you let me know. And as we’ll be seeing a lot of each other,
I thought we’d meet! I want to get to know you. I have some questions I’d like to ask, if that’s ok?<</nobr>><</joe>>
<<maria_o>><<nobr>>OK? Darling that's fantastic! I looove talking about me, haha. No but really, ask away!<</nobr>><</maria_o>>
<<link "Ask her why she hired your firm." "1 pump_4_why">><</link>>
<<link "Ask her about her business." "1 pump_4_business">><</link>>
<<link "Ask her about her." "1 pump_4_maria">><</link>>
<<link "No questions, show some interest and end the call." "1 pump_4_noquestions">><</link>>\
</div>\<div class="standard" id="work">\
<<set $pump_why to 1>>\
<<joe>><<nobr>>So, why are we here? Why did you hire us and what would be the best outcome of our cooperation?<</nobr>><</joe>>
<<maria_o>><<nobr>>Ooooh so serious! Well, I’ll be honest with you, dear, I’m not entirely sure why I hired you, haha!
It’s true, I don’t. I go through life and kind of let everything happen, and so far that’s worked fine, really.
But I think maybe now that I’m, well.. Successful, it’d be good to be more responsible, think about stuff.
Except I don’t want to do any of that, so I figured I’d hire you!<</nobr>><</maria_o>>
<<nobr>>You both laugh at her explanation and honesty. From your point of view, it’s the only sensible answer,
as you don’t really believe in consultancy to begin with. You’re just here to have fun. More questions?<</nobr>>
<<if $pump_why isnot 1>><<link "Ask her why she hired your firm." "1 pump_4_why">><</link>><br><</if>>\
<<if $pump_business isnot 1>><<link "Ask her about her business." "1 pump_4_business">><</link>><br><</if>>\
<<if $pump_maria isnot 1>><<link "Ask her about her." "1 pump_4_maria">><</link>><br><</if>>\
<<link "Fun as this is, you’re ready to move on." "1 pump_5">><</link>>\
</div>\<div class="standard" id="work">\
<<set $pump_business to 1>>\
<<joe>><<nobr>>So, let’s talk PUMP. An extraordinary company, and all from your brilliant mind, Maria. How do you do it?<</nobr>><</joe>>
<<linkappend "With a cheeky grin, Maria has a small chuckle before answering." t8n>>
<<maria_o>><<nobr>>Oooh darling, dear, you sure know how to flatter someone, don’t you! Mwwwwwwah.
I honest to god really don’t know how I do it! I love sharing and the world loves what I share!
And I don’t just mean our content. I feel no shame saying I love sex and sharing my body as well,
and as you might know, that, well, helped a lot! It’s just.. Having fun! Really!<</nobr>><</maria_o>>
<<nobr>>As Maria keeps talking, you eagerly nod along with her story. You get the appeal. She’s a lot of fun to listen to,
and you don't mind looking at her either. After a while she asks if you have more questions?<</nobr>>
<<if $pump_why isnot 1>><<link "Ask her why she hired your firm." "1 pump_4_why">><</link>><br><</if>>\
<<if $pump_business isnot 1>><<link "Ask her about her business." "1 pump_4_business">><</link>><br><</if>>\
<<if $pump_maria isnot 1>><<link "Ask her about her." "1 pump_4_maria">><</link>><br><</if>>\
<<link "YWithout realizing it, a lot of time has gone by. Time to call it a day." "1 pump_5">><</link>>\
<</linkappend>>\
</div>\<div class="standard" id="work">\
<<set $pump_maria to 1>>\
<<joe>><<nobr>>So, we all know PUMP from, well, PUMP! But is there a side to you, Maria, you can share that I might not have seen yet online?<</nobr>><</joe>>
<<maria_o>><<nobr>>Honestly, darling? Not really, haha! I’m myself wherever I go, whatever I do. And sure, I change.
Have you seen my new boobs? <<if $body is 1>>I see you opted out, or do you intend to get ‘m done later? I had that look for a while,
but I couldn’t pull it off like you. Here, let me show a before and after, dear.<</if>><<if $body is 2>>I see you went natural!
I looooove that look. I would’ve loved that, but mine simply didn’t grow that big. Here, let me show you..<</if>><<if $body is 3>>They’re
like yours! Ooh, we should compare size when we meet up!! Mine grew so much, I LOVE them. Here, let me show a before and after, dear.<</if>><</nobr>><</maria_o>>
In the corner of the screen, [[you get a chat notification.|1 pump_4_maria2]]
</div>\<div class="standard" id="work">\
<img class="story_image" id="image_click" src="images/work/pump/beforeafter.png">
<<nobr>>Damn. Girls have sent you naughty stuff in the past,
but it feels like this isn’t that. It’s more like girls with other girls, right? <</nobr>><<linkappend "She continues." t8n>>
<<maria_o>><<nobr>>So, yeah, that’s me, haha. Anything else I can show you?<</nobr>><</maria_o>>
Wow. Well. Any more questions?
<<if $pump_why isnot 1>><<link "Ask her why she hired your firm." "1 pump_4_why">><</link>><br><</if>>\
<<if $pump_business isnot 1>><<link "Ask her about her business." "1 pump_4_business">><</link>><br><</if>>\
<<if $pump_maria isnot 1>><<link "Ask her about her." "1 pump_4_maria">><</link>><br><</if>>\
<<link "You wouldn’t mind seeing more of Maria, but for now, you call it a day." "1 pump_5">><</link>><</linkappend>>\
</div>\<div class="standard" id="work">\
<<joe>><<nobr>>I kind of wanted to ask you, actually, about, well..<</nobr>><</joe>>
You hesitate. <<linkappend "Maria doesn't." t8n>>
<<maria_o>><<nobr>>Oh come on, darling, don’t be a prude. About my tits, right?! And if not, I want to talk about them, haha!<</nobr>><</maria_o>>
<<maria_o>><<nobr>><<if $body is 1>>I see you opted out, or do you intend to get ‘m done later? I had that look for a while,
but I couldn’t pull it off like you. Here, let me show a before and after, dear.<</if>><<if $body is 2>>I see you went natural!
I looooove that look. I would’ve loved that, but mine simply didn’t grow that big. Here, let me show you..<</if>><<if $body is 3>>They’re
like yours! Ooh, we should compare size when we meet up!! Mine grew so much, I LOVE them. Here, let me show a before and after, dear.<</if>><</nobr>><</maria_o>>
In the corner of the screen, [[you get a chat notification.|1 pump_4_noquestions2]]
<</linkappend>></div>\<div class="standard" id="work">\
<img class="story_image" id="image_click" src="images/work/pump/beforeafter.png">
Damn, she just sent you a topless picture just like that. Of four different boobs, no less! <<linkappend "You feel like you should compliment them." t8n>>
<<joe>><<nobr>>They’re amazing, Maria, just like you. It’s been so nice meeting you today and I can’t wait to meet you in person.<</nobr>><</joe>>
<<maria_o>>Oh you flatterer, you! You’re amazing! Alright, I’ve got to run now, darling. Mwwwwwwwah!<</maria_o>>
And with that, she leaves the call. What a woman. <<link "Time to head home." "home">><<set $week1sports ++>><<include "work_update">><</link>>
<</linkappend>></div>\<div class="standard" id="work">\
<<joe>><<nobr>>Well, that’s all the questions I have for you, Maria. You’re amazing,
It’s been so nice meeting you today and I can’t wait to meet you in person.<</nobr>><</joe>>
<<maria_o>><<nobr>>Oh you flatterer, you! You’re amazing! Alright, I’ve got to run now, darling. Mwwwwwwwah!<</nobr>><</maria_o>>
And with that, she leaves the call. What a woman. <<link "Time to head home." "home">><<include "work_update">>\
<<set $week1sports ++>>\
<</link>></div>\<div id="imagepopup"><img src="images/work/pump/beforeafter.png"></div><h1>Likes</h1>\
<hr class="gradienthr">\
<<nobr>>//Hi boss! This was great to do! All the evidence points to Maria being sooooo much fun.
She can be a bit of a diva sometimes, but overall I really like her!//<</nobr>>
<hr class="gradienthr">\
<h3>All the positions!</h3>
<<nobr>>So, I’m assuming you know about Maria’s ‘sextapes’, and she is of course known for being very sexual and open about everything. Now, the sex tapes all involve her
and men, with her being on the.. receiving end. But she’s very open about the fact she’s into pretty much all positions and combinations.<</nobr>>
<<nobr>>She once wrote a short play for this ‘influencers go to school’ online series in which she tried to have as many different people present.
How do I describe this.. Basically, she wanted for example a straight guy and a gay guy and the same for women and then fill the whole scenario with puzzle pieces.
So a trans woman that’s into men, a trans woman that’s into women, a trans man that’s into men, etc.<</nobr>>
When she was asked what role she wanted to play, she said it was //’like a monologue. So I’d play them all!’//
<hr class="gradienthr">\
<h3>FUN!</h3>
Sorry, I had some flashbacks from when I started working here and you taught me that ‘she likes doing fun stuff’ wasn’t helpful, but trust me when I say: //Maria likes fun.//
<<nobr>>You know how when you go to a stock photo or video website there’ll be some people that are in thousands of different roles and pictures and whatnot?
Maria’s TokTik is like that, and she’s doing a different thing every time and she’s //always// having fun. Only difference with the stock pictures is that it’s genuine. <</nobr>>
So, yeah, she really just enjoys //doing stuff// and surrounds herself with positive people. I think it’s adorable!
<br><h1>Dislikes</h1>\
<hr class="gradienthr">\
<<nobr>>//Well, this was impossible! She never shows any signs of disliking anything, which did kind of lead to a single dislike I could find..//<</nobr>>
<hr class="gradienthr">\
<h3>Confrontation</h3>
<<nobr>>Sooo Maria doesn’t like confrontation, but she does often like controversial stuff. For example, she’s got a tattoo of a piece called ‘Dio’s Prophet Gangbang’ by
this illustrator. I think the name is pretty self-explanatory, and there’s not many people it //doesn’t// offend.<</nobr>>
<<nobr>>..and so because she doesn’t want to offend anyone, whenever she knows she’ll be somewhere it can be seen by people, she’ll cover it with a TempTat™ done
by the same artist called ‘The Great Hug’. Make of that what you will, I guess!<</nobr>>
<hr class="gradienthr">\
<br><h1>Shopping</h1>\
<hr class="gradienthr">\
<<nobr>>//We’ve got a pro on our hands, boss! According to Maria: money is for spending. She’s said on multiple occasions she gets nervous
when there’s ‘too much money’ on her account and goes on random shopping sprees. //<</nobr>>
<hr class="gradienthr">\
<h3>Clothes!</h3>
<<nobr>>It’s a simple one, but it’s just the way it is: Maria //loves// clothes. When buying her house, she wanted a place with a private tennis court.
She’s never hit a tennis ball in her life. She just figured that would give her enough space to build a walk-in-closet. She ended up needing more space.
Which I think nicely illustrates her love for clothes.<</nobr>>
<<nobr>>I was speaking to her assistant earlier (one of many, all awesome btw) and whenever she finds a piece of clothing she likes,
she’ll have an assistant buy all colors available and all of ‘m one size bigger and smaller than the one she liked. Awesome detail: she doesn’t hoard,
once a year, she empties out most of her ‘closet’ and donates all of it.<</nobr>>
<hr class="gradienthr">\
<br><h1>Travel</h1>\
<hr class="gradienthr">\
<<nobr>>//I mentioned Maria’s house, but I’m not sure if she’s actually ever there. She appears to always be on the move, and she actually seems to enjoy traveling.//<</nobr>>
<hr class="gradienthr">\
<h3>Top 5!</h3>
<<nobr>>Maria’s been to our city many times, and she loves it. She’s often named it in her top 5 of all times, along with (mainly, it differs),
New York, Milan, Tokyo, Singapore and Monaco. A bit of a weird list, but she’s been practically //everywhere//, so I’m sure she’s got a reason!<</nobr>>
<<nobr>>So on the one hand, a tour of the city won’t show her anything new, but I don’t think that would be a problem,
as she’s stated a couple of times that she feels it's like coming home when she visits.<</nobr>>
<hr class="gradienthr">\
<br><h1>Videos</h1>\
<hr class="gradienthr">\
<<nobr>>//Maria's got some 'leaked sextapes' out there. Professionally made pornos in disguise, really.
I added the first one, added her comments on it. I've seen a lot of stuff working here, and I'm fine with it,
but I had never seen trans porn before this and I feel like I should be honest with you.
That was fucking hot, lol. //<</nobr>>
<hr class="gradienthr">\
<video class="vidplayer" src="images/work/pump/leaked.mp4" controls></video>
<<nobr>>//'Alrigh dears here it is: yes, I did a sextape, yes, it leaked. I was on my boyfriends set, he asked if I wanted
to shoot a video with that day's pornstar. Now be honest: who would say no to that?! So yeah,
it was supposed to be for like a private collection, but, well, there it is I guess!!<</nobr>>
<br><div class="standard">\
Project Social Media Weirdo Company!
[[Continue to Home|home]]
</div>
<<nobr>>
<<set $work_text to "Last week we chose SoMeSaSo as our client to show around this week. So.. let's show 'm around!" >>
<<set $worklock_text to "Already worked this week, remember? You chose the Social Media hipsters as a client? Check back next week!" >>
<<set $work_available to 0>>
<<set $credits to $credits - 1>>
<<set $work to 201>>
<</nobr>><<set $location to "loc_work">>\
<div class="standard">\
Social Media Hipster Crew reporting for duty! If you still did facial hair, you'd have a big ole mustache ready for this meeting! Now, maybe you can all go get facials?
[[Good job, let's go home..|home]]
</div>
<<nobr>>
<<set $work_text to "Like, wow, right? Totally like that was whatever and stuff. Time to like, totally like, shake that off and pick a new client! Like!">>
<<set $worklock_text to "You're, like, totally like exhausted, right?">>
<<set $work_available to 0>>
<<set $credits to $credits - 1>>
<<set $work to 3>>
<<set $project2 to $project_available>>
<</nobr>><<set $status to {
location: "theoffice",
activity: "work",
title: {
location: "The Office",
activity: "Being Shown Around"
}
}>>\<<t-clippy>><<nobr>>Look, not to complain or anything, but I'm talking in two places at the same time right now. It's really
screwing with my head.<</nobr>><</t-clippy>><img id="banner" src="images/locations/banner/youroffice.png">\
<img id="small_bradius" src="images/ui/youroffice.svg">\
<br><<set $clippy to "cl_work_1">>\
<<run State.setVar("$present.total", 0)>>\
<<include "work_1_setup">>\
<div class="standard" id="work">\
<<include "youroffice banner">>
<div id="choice1">\
<<clippy>><<nobr>>Here we are, boss, work! You work for one of the most succesful firms in the whole world!<</nobr>><</clippy>>
<<clippy>><<nobr>>What your firm does? Nobody knows. What's important is that it's your job to make clients feel important and heard.
How? By treating them to fun and expansive activities. Let's check out the pantry!<</nobr>><</clippy>>
[[To the pantry.|work_1_2a]]
</div>\
</div>\<<t-clippy>><<nobr>>When I was a kid, I used to think a pantry was a special tree that grows pans. Then again,
my father was a paperclip, so maybe I'm just a bit weird?<</nobr>><</t-clippy>><img id="banner" src="images/locations/banner/pantry.png">\
<img id="small_bradius" src="images/ui/pantry.svg">\
<br><<set $clippy to "cl_work_1_2a">>\
<<run State.setVar("$present.total", 0)>>\
<div class="standard" id="work">\
<<include "pantry banner">>
<div id="choice1">\
<<clippy>>Tadaa! This is the breakroom or //'pantry'//. This is where you'll usually find your colleagues.<</clippy>>
<<linkappend "Ah, here's one now!" t8n>>
<<nobr>><<say 'A Coworker' 'images/characters/portrait/frando10.png'>>Hey $name! Boss wants to see you. He's in his office.<</say>><</nobr>>
[[To the Bossman!|work_1_2b]]<</linkappend>>
</div>\
</div>\<<t-clippy>><<nobr>>Honestly? This is the the most disappointing room in whole damn building. Expectation? Many, many balls.
Reality? No balls. Not even a golfball.<</nobr>><</t-clippy>><<t-boss>><<nobr>>Ah, $name! It is I, BOSSMAN! Welcome to The Ballroom. Oh, remind me to rename it to the Bossroom,
would you? I'm not a ball, damnit! We've been over this!!<</nobr>><</t-boss>><<set $clippy to "cl_work_1_2b">>\
<<set $boss to "boss_work_1_2b">>
<<run State.setVar("$present.one.image", $char.boss.paperclip)>>\
<<run State.setVar("$present.one.popup", "boss_popup")>>\
<<run State.setVar("$char.boss.tip", "boss")>>\
<<run State.setVar("$present.total", 1)>>\
<div class="standard" id="work">\
<<include "theballroom banner">>
<div id="clipster"><<clippy>>This is your boss's office, you all call it //The Ballroom//. I have no idea why. He's a nice enough guy!<</clippy>>
<<link "Your boss looks up from his desk and notices you.">><<replace "#clipster">><<timed 10ms t8n>>\
<<boss>>Ah, $name! I just got off the phone with the Blondlers, and apparently you made a great impression. They’re a very, very happy client!<</boss>>
<div id="choice1">\
<<link "Brag a little.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joemale>>They were a handful, sir, I had to pull out all the stops. But I’m glad to hear the work paid off and we managed to make a good impression.<</joemale>>
<<nobr>><<boss>>Yes, right, good. In any case, we’ve got three new clients starting next week,
and to show my appreciation, you get the first pick. I’ll make sure their files are sent over.<</boss>><</nobr>>
<<joemale>>That's great, thank you!<</joemale>>
You chat for another 5 minutes about the Blonders, then leave him to it. <<link "Time to head home." "home">><<set $clippy to "cl_pr_home_sports">><</link>>
<</timed>><</replace>><</link>>\
<<link "Joke around.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joemale>>Eh, zeet's greet tu heer, sur. I'fe-a bee-a precticeeng my impressiuns, und I guoess zee-a herd vurk is peying ouff! Bork Bork Bork!<</joemale>>
<<boss>>Swedish Chef?<</boss>>
<<joemale>>You know it!<</joemale>>
<<nobr>><<boss>>It's funny. In any case, we’ve got three new clients starting next week,
and to show my appreciation, you get the first pick. I’ll make sure their files are sent over.<</boss>><</nobr>>
<<joemale>>That's great, thank you!<</joemale>>
You chat for another 5 minutes about the Blonders, then leave him to it. <<link "Time to head home." "home">><<set $clippy to "cl_pr_home_sports">><</link>>
<</timed>><</replace>><</link>>\
<<link "Be humble.">><<replace "#choice1">><<timed 10ms t8n>>\
<<joemale>>Thank you sir! It was nothing, though, really. The Blondlers were happy before they even walked in the door.<</joemale>>
<<nobr>><<boss>>Ever so humble. Nevertheless, great job! Oh, we’ve got three new clients starting next week,
and to show my appreciation, you get the first pick. I’ll make sure their files are sent over.<</boss>><</nobr>>
<<joemale>>That's great, thank you!<</joemale>>
You chat for another 5 minutes about the Blonders, then leave him to it. <<link "Time to head home." "home">><<set $clippy to "cl_pr_home_sports">><</link>>
<</timed>><</replace>><</link>>\
</div>\
<</timed>><</replace>><</link>>\
</div>\
</div>\
<<include "work_update">>\
<<set $story.work.info to "Mr Bossman is very pleased with you, so next time you're at work, you get to choose what new client to work with!" >>\
<<set $story.sports.unlocked to "yes">>\<img id="banner" src="images/locations/banner/theballroom.png">\
<img id="small_bradius" src="images/ui/theballroom.svg">\
<br><<set $location to "loc_work">>\
<<run State.setVar("$present.one.image", $char.boss.paperclip)>>\
<<run State.setVar("$present.one.popup", "boss_popup")>>\
<<run State.setVar("$char.boss.tip", "boss")>>\
<<run State.setVar("$present.total", 0)>>\
<div class="standard" id="work">\
<<include "theballroom banner">>
<<nobr>>When you enter The Ballroom, your boss looks up to see you enter, walk over to his desk and sit down.
The whole time, he's looking at you intensely. After what must've been at least two minutes, <</nobr>><<linkappend "points at you." t8n>>
<<boss>>Haircut! Am I right?<</boss>>
<<nobr>>Coming in to work today, you imagined you and your boss would have a lengthy talk about you becoming
a woman. You'll gratefully just go with 'haircut'.<</nobr>> <<linkappend "You nod." t8n>>
<<boss>><<nobr>>Ah! I knew it! I'm not going to be one of those bosses that doesn't know what's going on with their employees, $name.
I will pay the price of milk!<</nobr>><</boss>>
You have no idea what that means, but you're too afraid to ask. [[He continues.|work_2b]]
<</linkappend>><</linkappend>>\
</div>\<div class="standard" id="work">\
<<boss>>So, $name, have you chosen a Client?<</boss>>
You //totally// have, but just to remind you who you chose, [[you have one last look at the options.|work_2_1]]
</div>\<<run State.setVar("$present.one.image", $char.boss.paperclip)>>\
<<run State.setVar("$present.one.popup", "boss_popup")>>\
<<run State.setVar("$present.total", 0)>>\
<<run State.setVar("$char.boss.tip", "Good thing you're taking on a new client. They'll just know you as this.. //new you//.<br><br>Anyway, your options are these two. For //'Lazer'// you'll be dealing with some influencer guy and for MomsThatCook, well, surprise: a mom! I don't care either way. Good luck.")>>\
<div class="standard">\
<div class="tot3" id="tot3">\
<div class="tot3_l">\
Client: ''Mama Mia''
Contact: ''Jen 'Cookie' Adams''
<<nobr>>//Mama Mia! A clothing brand that creates sexy clothing for 'moms' to feel sexy. If you've been
herding multiple siblings through parks and supermarkets or have been playing 'Taxi-mom' all day, you deserve
to feel like you once did. Sexy. That's the idea, anyway, all designed and initiated by founder and boss Cookie. //<</nobr>>\
<<button "Choose This" "work_2_2">><<set $story.work.client.tag to "mamamia">><<set $story.work.client.name to "Mama Mia">><</button>>
</div>\
<div class="tot3_m">\
Client: ''Lazer Gaming''
Contact: ''HeadShotGuy''
<<nobr>>//Lazer Gaming is a company that, at least that's they claim, combines gaming and fitness. But not in a
wii-fit way. Instead, apparently, if you use their keyboards and the likes, you get.. fit? It's all part of a fairytale
spun by founder and CEO: HeadShotGuy. Bluetoober, Switch streamer and influencer. With a bit of a.. reputation.//<</nobr>>\
<<button "Choose This" "work_2_2">><<set $story.work.client.tag to "lazer">><<set $story.work.client.name to "Lazer Gaming">><</button>>
</div>\
<div class="tot3_r">\
Client: ''PUMP''
Contact: ''Maria Chub''
<<nobr>>//PUMP, in a way, is comparable to the company you work at! In that nobody really knows what they do, but
a lot of money is made. What it boils down to, is that trans fitness model, influencer and accidental pornstar (in a.. Paris Hilton
kind of way) is very, very popular and people are willing to pay for her stamp of approval.//<</nobr>>\
<<button "Choose This" "work_2_2">><<set $story.work.client.tag to "pump">><<set $story.work.client.name to "Pump">><</button>>
</div>\
</div>\<div class="standard" id="work">\
<<include "theballroom banner">>
<<joe>>I choose //$story.work.client.name//, sir!<</joe>>
<<boss>>Good, sounds like a great match! Make sure you contact them today. Good luck.<</boss>>
[[Make the call from your office.|$story.work.client.tag]]
</div>\After his meeting you take Larry to the hotel so he can freshen up. You pick him up there.
---
If gift = Diyldo:
What the fuck is this? You think I can't score? Give me a fucking fleshlight?
You tell him it's because he's got such a great dick, this will allow him to duplicate it. Then you can either:
1. Leave it at that.
2. Demonstrate [[gift lazer diyldo]]
---
If gift = Buttplug
He's angry, what the fuck is this shit, he's not gay.
1. You can try to convince him it's to improve his pleasure during sex. He doesn't get happier and is insulted.
2. You can try to play it like it's for his sex partners, prepare them for anal. He doesn't buy into that.
3. You can panic and say it's a mixup and that it's yours. He has you put it in all day.
---
If gift = Cockring
- If Spa then give it there.
- If not:
???
---
If gift = Clothing
Don't give it here, give it during dinner (Scene between Day / Night)
Idee: set $scene3 to clothing, zoiets
---
If special = weed
You strategically place edibles around the hotel room
Hierna:
[[larry visit part 1]]Convo en video van Larry die de typische golf crap doet
[[larry visit part 2]]Als cockring -> Jij geeft Larry handy
Als stranger -> Massagefuck/Heather Night
Als geen van beide ->Eten en euh<div class="chat_history">5 years ago:</div>\
<div class="chat_coll"><h3>Shi:</h3></div>\
<div class="chat_coll">Hi boss! It’s Shi, your new PA, I’ll be coming in tomorrow for my first day, so excited! Is there anything I should prepare or bring?</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Shi the Personal Assistant! PAShi, haha. </div>\
<div class="chat_mc">No, nothing special, Shi, thanks.</div>\
<div class="chat_mc">Wait let me think of something cheesy</div>\
<div class="chat_mc">//Just an eager mind and a willingness to learn, Pashi-san!//</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Wait, that was terribly insensitive, I’m so sorry! My stupid brain went “haha, Pashi, that sounds like I want to say san with it”, but of course it does because you’re called Shi. I apologize, really!</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">Haha that’s ok, those old people with the accents and the deep saying ‘$name-San’ crack me up. And I like Pashi!! I’m gonna go see if I can make that my name in the system, haha. See you tomorrow, sir!</div>\
<div class="chat_history">5 years ago:</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">I’ll be right over with the files!</div>\
<div class="chat_history">...</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Pashi? You ok? I think ‘right over’ shouldn’t take 2 hours..</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">Sorry! Your colleague Mike was here, he said he needed to ask me something and then he kept talking and almost like blocking me from going anywhere for forever. I’m omw!!</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Oh, sorry’s all mine in that case. Mike is the office pervert and you’re a young woman. Don’t be afraid to just ignore him or tell him to bugger off if it’s not business related, he can’t order you around.</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">Gotcha!</div>\
<div class="chat_history">5 years ago:</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">Oh my god, the most lovely of ladies was just here, Diana, said she wanted to talk to you. Do I make an appointment?</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Oh, no that’s ok, she’s a colleague that can always just walk on in if she wants to!</div>\
<div class="chat_history">...</div>\
<div class="chat_history">Three months ago:</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">Hi boss, just a heads up: some sort of technical server issue happened that apparently reset a 5 year period on the email and chat apps? You can see stuff older than that, and the rest is also still around in an archive but you can’t see it. If you need anything, let me know and I can get it through tech services.</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Ok</div>\
<div class="chat_history">A month ago:</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Hey Pashi, do me a favor and walk down to the bakery on the corner and get some cinnamon rolls for the office, the fancy ones. Make sure you bring ‘m to the Bossman’s office first. You can use my credit card.</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">On my way!</div>\
<div class="chat_history">...</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">Haha what did I do? I got the rolls to the Bossman and he looked at me in total surprise for like two minutes and then he typed something on his computer</div>\
<div class="chat_coll">And while he typed he said ‘thank.. You.. go.. Away.. now.. Please..’ like he was reading what he typed. So I left, lol.</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Thanks for getting the rolls!</div>\
<div class="chat_history">A month ago:</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Hey, would you mind working from home for a or two week? You have everything there, right?</div>\
<div class="chat_mc">You can order whatever else you need</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">Of course, yeah, why? Something I did?</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">No, you’re alright! </div>\
<div class="chat_mc">I maybe shouldn’t have sent you for those rolls..</div>\
<div class="chat_mc">I think the boss thinks you’re a figment of his imagination</div>\
<div class="chat_mc">I’m a bit scared he’ll test that theory..</div>\
<div class="chat_history">...</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">He never remembers anything over a week, though, so two weeks should be a full cleanse</div>\
<div class="chat_mc">So sorry about the inconvenience!</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">Not a problem, boss 🙂</div>\
<div class="chat_history">Two weeks ago:</div>\
<div class="chat_coll"><h3>Pashi:</h3></div>\
<div class="chat_coll">The Blondlers just left, they sounded so happy! Can’t wait to know who we’ll be working with next, exciting!!</div>\
<br><div class="chat_history">...</div>\
<div class="chat_history">3 months ago:</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Ah, Mister Bond, I see we have a meeting.</div>\
<div class="chat_coll">I expect to see you there on time. </div>\
<div class="chat_coll">No delays.</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Why, M, I’m always on time.</div>\
<div class="chat_mc">I arrive exactly..</div>\
<div class="chat_mc">When I mean to.</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">I am serious, James.</div>\
<div class="chat_coll">This is not the time for comedy.</div>\
<div class="chat_coll">//The world depends on you.//</div>\
<div class="chat_history">2 months ago:</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Oh my god, did you seriously get the Blondlers account?</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">I seriously did!</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">And are they seriously a company that make gold engraved swords?</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">They seriously are!</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Shocking, positively shocking.</div>\
<div class="chat_coll">Careful, James.</div>\
<div class="chat_coll">Don’t let the puns cut too deep.</div>\
<div class="chat_history">2 weeks ago:</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Hey you want to join me and some friends for the game tonight? Got an extra ticket</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Sure, sounds fun!</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Nice, I’ll have my Moneypenny send over the ticket!</div>\
<div class="chat_history">2 weeks ago:</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Ah, James. That was quite the spectacle last night.</div>\
<div class="chat_coll">Thanks for taking me along!</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">Any time, fun having you around!</div>\
<div class="chat_history">1 week ago:</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Hey $name, I’ll talk to you about it more I’m sure but just wanted to say that regardless of the reason you’re doing it, I think you’re a brave man and you’ll make a great woman.</div>\
<div class="chat_history">...</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">We’re gonna have to find a new Bond, though.</div>\
<div class="chat_coll">I’m all for equality but James Bond is a man in my book.</div>\
<div class="chat_mc"><h3>$name</h3></div>\
<div class="chat_mc">I think he's a man in all the books, actually.</div>\
<div class="chat_mc">And thank you.</div>\
<<include "chat diana one">>\
<<include "chat diana two">>\
<br><<if $chat.diana is 1>>\
<div class="chat_history">Today:</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">M! How are you?</div>\
<div class="chat_mc">I was hoping you for a moment of your time.</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Ah, Jamey.</div>\
<div class="chat_coll">Shoot!</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">I've got this client, $story.work.client.name, and I was wondering if maybe you've got a hot tip for me for an activity?</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<<if $story.work.client.tag is "lazer">><div class="chat_coll">Oof, I heard about him. Good luck on that, especially now looking like a pretty woman.</div>\<</if>>\
<<if $story.work.client.tag is "pump">><div class="chat_coll">Oh, how nice! Not much into fitness myself, but a really fun client.</div>\<</if>>\
<<if $story.work.client.tag is "mamamia">><div class="chat_coll">Oooh, really? I love their products.</div>\<</if>>\
<div class="chat_coll">Yeah, I've got some ideas on where you could take them.</div>\
<div class="chat_coll">I can send something over. It will cost you 1 IOU.</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Cost me? Are we not colleagues, Diana? </div>\
<div class="chat_mc">Should we not empower one another?</div>\
<div class="chat_mc">Help eachother out?</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Haha</div>\
<div class="chat_coll">We should Jamey!</div>\
<div class="chat_coll">Which is why I'm giving you the advice..</div>\
<div class="chat_coll">..and you're giving me an IOU!</div>\
<div class="chat_coll">You do know what //eachother// means, do you not?</div>\
<div class="chatreplace"><<linkreplace "<<link '<br>Continue' `passage()`>><<set $chat.diana ++>><</link>>" t8n>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Fair enough! Thanks, let me get back to you.</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Always a pleasure, Jamey.</div>\
<</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>><</if>>\
<<if $chat.diana is 2>>\
<div class="chat_history">Today:</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">M! How are you?</div>\
<div class="chat_mc">I was hoping you for a moment of your time.</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Ah, Jamey.</div>\
<div class="chat_coll">Shoot!</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">I've got this client, $story.work.client.name, and I was wondering if maybe you've got a hot tip for me for an activity?</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<<if $story.work.client.tag is "lazer">><div class="chat_coll">Oof, I heard about him. Good luck on that, especially now looking like a pretty woman.</div>\<</if>>\
<<if $story.work.client.tag is "pump">><div class="chat_coll">Oh, how nice! Not much into fitness myself, but a really fun client.</div>\<</if>>\
<<if $story.work.client.tag is "mamamia">><div class="chat_coll">Oooh, really? I love their products.</div>\<</if>>\
<div class="chat_coll">Yeah, I've got some ideas on where you could take them.</div>\
<div class="chat_coll">I can send something over. It will cost you 1 IOU.</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Cost me? Are we not colleagues, Diana? </div>\
<div class="chat_mc">Should we not empower one another?</div>\
<div class="chat_mc">Help eachother out?</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Haha</div>\
<div class="chat_coll">We should Jamey!</div>\
<div class="chat_coll">Which is why I'm giving you the advice..</div>
<div class="chat_coll">..and you're giving me an IOU!</div>\
<div class="chat_coll">You do know what //eachother// means, do you not?</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Fair enough! Thanks, let me get back to you.</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">Always a pleasure, Jamey.</div>\
<</if>>\<<if $chat.diana is 3>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Alright, I'll trade you the IOU.</div>\
<div class="chat_mc">Hit me with the good stuff, Diana!</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">The good stuff it is, Jamey!</div>\
<div class="chat_coll">I'll mail you the info and have my assistant add the location to the planner.
This is a great activity, you'll see.</div>\
<div class="chatreplace"><<linkreplace "<<link '<br>Continue' `passage()`>><<set $chat.diana ++>>\<</link>>" t8n>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Awesome, thanks Diana!</div>\
<</linkreplace>></div><</linkreplace>></div><</if>>\
<<if $chat.diana gte 4>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Alright, I'll trade you the IOU.</div>\
<div class="chat_mc">Hit me with the good stuff, Diana!</div>\
<div class="chat_coll"><h3>Diana:</h3></div>\
<div class="chat_coll">The good stuff it is, Jamey!</div>\
<div class="chat_coll">I'll mail you the info and have my assistant add the location to the planner.
This is a great activity, you'll see.</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Awesome, thanks Diana!</div>\
<</if>>\<div class="chat_history">8 years ago:</div>\
<div class="chat_coll"><h3>Mr Bossman:</h3></div>\
<div class="chat_coll">Hi there!</div>\
<div class="chat_coll">This is an automated message by Mr Bossman's assistant 🙂</div>\
<div class="chat_coll">Just want to let you know that for some technical reason, everyone needs to have this account in their chat.</div>\
<div class="chat_coll">It won't be functional, if you ever need anything you send me a message or visit me at my desk!</div>\
<div class="chat_coll">- Max</div>\
<div class="chat_history">...</div>\
<div class="chat_history">A month ago:</div>\
<div class="chat_coll"><h3>Mr Bossman:</h3></div>\
<div class="chat_coll">is there unrolled cinnamon roll</div>\
<div class="chat_coll">cinnamon slab</div>\
<div class="chat_coll">cinnamon slice slab</div>\
<div class="chat_coll">what is cinnamon</div>\
<div class="chat_coll">cinnamon roll</div>\
<div class="chat_coll">is cinnamon roll a croissant</div>\
<div class="chat_coll">cinnamon roll recipe</div>\
<div class="chat_coll">order cinnamon roll nearby quick</div>\
<div class="chat_coll">cinnamon roll now</div>\
<div class="chat_history">...</div>\
<div class="chat_coll"><h3>Mr Bossman:</h3></div>\
<div class="chat_coll">thank you</div>\
<div class="chat_coll">go away now</div>\
<div class="chat_history">...</div>\
<div class="chat_coll"><h3>Mr Bossman:</h3></div>\
<div class="chat_coll">cinnamon roll fairy</div>\
<div class="chat_coll">cinnamon roll fairy hot</div>\
<div class="chat_coll">blowjob nearby quick</div>\
<div class="chat_coll">blowjob now</div>\
<br><div class="chat_history">...</div>\
<div class="chat_history">3 months ago:</div>\
<div class="chat_coll"><h3>Mike:</h3>\
hooooly shit was that ur gf just now?
damn son shes fucking smoking lol
can i have her nr lolll
<p>🍆💦🍑</p></div>
<div class="chat_history">2 months ago:</div>\
<div class="chat_coll"><h3>Mike:</h3>\
ran into ur assistant yday at drinks
u rly pissed cause what i said abt ur gf?
was a compliment lol</div>
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">thats what i thought
dont know where she got that I was angry</div>
<div class="chat_coll"><h3>Mike:</h3>\
<p>👍</p></div>
<div class="chat_history">1 month ago:</div>\
<div class="chat_coll"><h3>Mike:</h3>\
lol wtf was that meeting
you ever hear some1 talk like that?
what was that shit with the ducks??? <p>😂</p></div>
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">//'.. but thats not all! NOT ALL I SAY!!'//</div>
<div class="chat_coll"><h3>Mike:</h3>\
<p>😂😂😂</p></div>
<div class="chat_history">3 weeks ago:</div>\
<div class="chat_coll"><h3>Mike:</h3>\
left ur coffee</div>
<div class="chat_history">2 weeks ago:</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Hey me and the guys got an extra ticket for the game tonight, you wanna tag along?</div>
<div class="chat_coll"><h3>Mike:</h3>\
were not bonding dude, why you try so hard?
dont u got plenty friends?
like nothing against u but I dont hang with colleagues</div>
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Yeah that feels like a normal response. Everything alright at home? Jesus..</div>\
<div class="chat_history">1 week ago:</div>\
<div class="chat_coll"><h3>Mike:</h3>\
<<if $body is 1>>u done something to ur body or st? look like a woman rofl<</if>>\
<<if $body is 2>>are u the cutie that just walked past? LOL WTF!??<</if>>\
<<if $body is 3>>HOLY SHIT DUDE ARE YOU THE TITS AND ASS I JUST SAW???<</if>>\
</div><div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Yeah yeah I'll explain in the pantry before lunch</div>
<<include "chat mike one">>\
<<include "chat mike two">>\
<br><<if $chat.mike is 1>>\
<div class="chat_history">Today:</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Mikey!</div>\
<div class="chat_mc">Hey man, you good?</div>\
<div class="chat_mc">I need to ask you something, you got a moment?</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">lol //mikey//, sounds like u need a favor</div>\
<div class="chat_coll">sup?<<set $chat.mike ++>></div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Nothing major. I got this client, $story.work.client.name</div>\
<div class="chat_mc">maybe you heard of 'm</div>\
<div class="chat_mc">They're visiting next week, thought maybe you got some new places or ideas</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">$story.work.client.tag? </div>\
<div class="chat_coll">hold on lemme check</div>\
<<if $story.work.client.tag is "mamamia">><div class="chat_coll">daaamn mama mia is right lol
yea u can send her over for a taste of the mike I got u</div><</if>>\
<<if $story.work.client.tag is "pump">><div class="chat_coll">lol u gettin the trans client cus u a woman now? </div>\
<div class="chat_coll">she hot tho</div>\
<div class="chat_coll">yea ok ill do her no worries</div><</if>>\
<<if $story.work.client.tag is "lazer">><div class="chat_coll">lol wat a dweeb, yea i got some ideas how to handle his type <span>😂</span></div><</if>>\
<div class="chat_coll">no but I got some ideas sure</div>\
<div class="chat_coll">what do I get in return?</div>
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">My thanks? We're colleagues, what do you mean what do you get?</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">nah I can't go givin out free work</div>\
<div class="chat_coll">gonna need something</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Lemme get back to you</div>\
<div class="chatreplace"><<linkreplace "<<link '<br>Continue' `passage()`>><</link>>" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll"><p>👍</p></div>\
<<set $chat.mike ++>>\
<</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>><</if>>\
<<if $chat.mike gte 2>>\
<div class="chat_history">Today:</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Mikey!</div>\
<div class="chat_mc">Hey man, you good?</div>\
<div class="chat_mc">I need to ask you something, you got a moment?</div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">lol //mikey//, sounds like u need a favor</div>\
<div class="chat_coll">sup?</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Nothing major. I got this client, $story.work.client.name</div>\
<div class="chat_mc">maybe you heard of 'm</div>\
<div class="chat_mc">They're visiting next week, thought maybe you got some new places or ideas</div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">$story.work.client.tag? </div>\
<div class="chat_coll">hold on lemme check</div>\
<<if $story.work.client.tag is "mamamia">><div class="chat_coll">daaamn mama mia is right lol
yea u can send her over for a taste of the mike I got u</div><</if>>\
<<if $story.work.client.tag is "pump">><div class="chat_coll">lol u gettin the trans client cus u a woman now? </div>\
<div class="chat_coll">she hot tho</div>\
<div class="chat_coll">yea ok ill do her no worries</div><</if>>\
<<if $story.work.client.tag is "lazer">><div class="chat_coll">lol wat a dweeb, yea i got some ideas how to handle his type <span>😂</div><</if>>\
<div class="chat_coll">no but I got some ideas sure</div>\
<div class="chat_coll">what do I get in return?</div>
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">My thanks? We're colleagues, what do you mean what do you get?</div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">nah I can't go givin out free work</div>\
<div class="chat_coll">gonna need something</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Let me get back to you</div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll"><p>👍</p></div>\
<</if>><<if $chat.mike is 3>><div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Alright, fine, I'll trade you something for a good tip.</div>\
<div class="chat_mc">Has to be reasonable, though!</div>\
<div class="chat_mc">And the tip has to be good.</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">haha dont worry about that</div>\
<div class="chat_coll">my tips are gold</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">its a secret bar with some spicy shit on the menu
clients love it, cant go wrong
what I want in return.. hm..</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">ok if you take ur client there I want a video of the spicy shit
ull know what I mean </div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">and if u dont take them there
Im gonna need a video of u
stripping
juuust for me</div>\
<div class="chatreplace"><<linkreplace "<br>Continue" t8n>>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Jesus, dude, you're such a pervert.
You know I still have all my parts, right?</div>\
<div class="chatreplace"><<linkreplace "<<link '<br>Continue' `passage()`>><<set $chat.mike ++>>\<</link>>" t8n>>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">yeah I cant worry bout that
I listen to my Johnson and u walking around like that makes him happy so
aight ill mail over the info, dont forget the video!</div>\
<</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>></div><</linkreplace>><</if>>\
<<if $chat.mike gte 4>>
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Alright, fine, I'll trade you something for a good tip.</div>\
<div class="chat_mc">Has to be reasonable, though!</div>\
<div class="chat_mc">And the tip has to be good.</div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">haha dont worry about that</div>\
<div class="chat_coll">my tips are gold</div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">its a secret bar with some spicy shit on the menu
clients love it, cant go wrong
what I want in return.. hm..</div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">ok if you take ur client there I want a video of the spicy shit
ull know what I mean </div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">and if u dont take them there
Im gonna need a video of u
stripping
juuust for me</div>\
<div class="chat_mc"><h3>$name:</h3></div>\
<div class="chat_mc">Jesus, dude, you're such a pervert.
You know I still have all my parts, right?</div>\
<div class="chat_coll"><h3>Mike:</h3></div>\
<div class="chat_coll">yeah I cant worry bout that
I listen to my Johnson
u walking around like that makes him happy so
aight ill mail over the info, dont forget the video!</div>\
<</if>>\<<if $chatlog_active is "chatlog_mike">>\
<<include "chatoptions_mike">>\
<</if>>\
<<if $chatlog_active is "chatlog_diana">>\
<<include "chatoptions_diana">>\
<</if>>\
<<if $chatlog_active is "chatlog_pashi">>\
<<include "chatoptions_pashi">>\
<</if>>\
<<if $chatlog_active is "chatlog_boss">>\
//No point messaging The Bossman, he doesn't use his chat.
Not correctly, anyway.//
<</if>>\<<if $chat.mike is 0>><<link "Ask Mike for advice." `passage()`>><<set $chat.mike ++>><</link>>\
<<elseif $chat.mike is 2 and $chat.diana is 0>>Greedy bastard wants something in return for a bit of advice. Let's ask Diana,
maybe she won't try to take advantage.
<<elseif $chat.mike is 2 and $chat.diana is 2>>They //both// want something in return. You're not 'paying' for two tips, it's just
one client. Gotta choose. <<link "Choose Mike - trade //something// for his advice." `passage()`>><<set $chat.mike ++>><</link>>
//You won't be able to also receive Diana's advice.//
<</if>>\
<<if $chat.mike gte 4>>Well, Mike's mailed you his tip.
Better be worth the spicy video you promised him..
<<set $night_activity.unlocked.four to "night_grime">>\
<<set $night_activity.total to 4>>\
<</if>>\<<if $chat.diana is 0>><<link "Ask Diana for advice." `passage()`>><<set $chat.diana ++>><</link>>\
<<elseif $chat.mike is 0 and $chat.diana is 2>>Hm, she wants something in return. Maybe Mike will give us advice for free?
<<elseif $chat.mike is 2 and $chat.diana is 2>>They //both// want something in return. You're not 'paying' for two tips, it's just
one client. Gotta choose. <<link "Choose Diana - trade an IOU for her advice." `passage()`>><<set $chat.diana ++>><</link>>
//You won't be able to also receive Mike's advice.//
<</if>>\
<<if $chat.diana gte 4>>You traded an IOU for Diana's tip. She's sent you the info!
<<set $night_activity.unlocked.four to "night_dancingbear">>\
<<set $night_activity.total to 4>>\
<</if>>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/museum.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Museum</h2>\
<p class="carslide-text"><<nobr>>Though definitely not for everyone - museums are a great destination for art lovers,
intellectuals and people that, well, enjoy museums!<br><br>Take your client to the City Municipal Art Museum and enjoy
phenomenal works of art both by local and international masters of the arts.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $day_activity.confirmed to "yes">>\
<<set $day_activity.choice to "museum">>\
<<set $day_activity.bg to "url(images/work/thumbs/museum.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/golf.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Golf</h2>\
<p class="carslide-text"><<nobr>>People without the means to play golf will often wonder what the big deal is.
They just drive around fake green hills searching for a tiny ball to put in a tiny
hole, right?<br><br>Right! Take your client to one of the greatest golf courses and experience our
fake green hills, holes and balls.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $day_activity.confirmed to "yes">>\
<<set $day_activity.choice to "golf">>\
<<set $day_activity.bg to "url(images/work/thumbs/golf.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/shopping.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Shopping</h2>\
<p class="carslide-text"><<nobr>>Are there stores at home? Yes. Can you order everything online? Yes. Does any of that
matter? Of course not!<br><br>For some, nothing beats a day of shopping - especially in a new environment with everything
still to discover. Take your client on a VIP shopping spree at the prestigious MegaMall.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $day_activity.confirmed to "yes">>\
<<set $day_activity.choice to "shopping">>\
<<set $day_activity.bg to "url(images/work/thumbs/shopping.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/sightseeing.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Sightseeing</h2>\
<p class="carslide-text"><<nobr>>Having money doesn't mean some of the simpler joys in life can no longer be had.
One of the best things to do in a new city? Sightseeing! Walk around, see the people and experience the city!
<br><br>Note: sightseeing is usually done by foot. The bus was in the shot when the photograph was taken.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $day_activity.confirmed to "yes">>\
<<set $day_activity.choice to "sightseeing">>\
<<set $day_activity.bg to "url(images/work/thumbs/sightseeing.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/spa.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Spa</h2>\
<p class="carslide-text"><<nobr>>The spa is often a safe and great choice for a daytime activity.
Whether you like to sweat it out in our sauna, get a heavenly massage or float around in our worldy pools -
our spa has it all.<br><br>Unless you can't sit still and need to //do something// - the spa works 100% of the time.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $day_activity.confirmed to "yes">>\
<<set $day_activity.choice to "spa">>\
<<set $day_activity.bg to "url(images/work/thumbs/spa.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/buttplug.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Buttplug</h2>\
<p class="carslide-text"><<nobr>>Though not considered a typical 'business gift', the buttplug can be the perfect gift
for a client! Potentially, the buttplug allows you to set a fun, exciting and playful tone. Can work for both men
and women - but be mindful of insecurities.<br><br>This buttplug is made with high quality materials and real gems.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $gift.confirmed to "yes">>\
<<set $gift.choice to "buttplug">>\
<<set $gift.bg to "url(images/work/thumbs/buttplug.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/diyldo.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">DIyLDO</h2>\
<p class="carslide-text"><<nobr>>With this set, a client is able to easily make a penis into a high quality dildo!
A fun gift for couples that travel a lot or for men that are really into their own junk.<br><br>The set comes with an
easy to use mold and takes mere minutes to use. The toy then needs at least 24 hours to set.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $gift.confirmed to "yes">>\
<<set $gift.choice to "diyldo">>\
<<set $gift.bg to "url(images/work/thumbs/diyldo.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/clothing.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Designer Clothing</h2>\
<p class="carslide-text"><<nobr>>One of the first things people pick up when they become wealthy is
a taste for expensive designer clothes. And one of the best things designer can be is: unique.
<br><br>Have your PA pick up one of our absolutely one-one-of-a-kind designer pieces of clothing. Guaranteed to
be the only in existence!<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $gift.confirmed to "yes">>\
<<set $gift.choice to "clothing">>\
<<set $gift.bg to "url(images/work/thumbs/clothing.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/cockring.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Vibrating Cockring</h2>\
<p class="carslide-text"><<nobr>>Some clients will like a sex toy because it's out there, it's fun,
it's cheeky.<br><br>But we all know many clients expect //a little something// on their visits. So why not turn their
special treat into an explosive experience?<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $gift.confirmed to "yes">>\
<<set $gift.choice to "cockring">>\
<<set $gift.bg to "url(images/work/thumbs/cockring.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/booze.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Booze!</h2>\
<p class="carslide-text"><<nobr>>A bit boring? Cliché? Maybe. But maybe it's also just a perfect gift.<br><br>
Have your PA pick up a custom bottle from our high-end special collection and treat your clients to an otherwise
impossible to obtain bottle.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $gift.confirmed to "yes">>\
<<set $gift.choice to "booze">>\
<<set $gift.bg to "url(images/work/thumbs/booze.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/polaroid.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Polaroid Camera</h2>\
<p class="carslide-text"><<nobr>>Who doesn't love a polaroid camera? With this state-of-the-art vintage
polaroid camera, your client can capture all the fun they're having in unique, physical form.<br><br>
There's just something exciting about waving a picture around to see how it will turn out.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $gift.confirmed to "yes">>\
<<set $gift.choice to "polaroid">>\
<<set $gift.bg to "url(images/work/thumbs/polaroid.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/remote.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">RC Vibrator</h2>\
<p class="carslide-text"><<nobr>>If you have a client that can appreciate this gift - it is the absolute
number one choice for you. No matter where and when the vibrator is used, the excitement that comes with it
is unique.<br><br>The Vibrator is controlled through an app. Comes with a special '//When Harry met Sally//'-mode.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $gift.confirmed to "yes">>\
<<set $gift.choice to "rcibrator">>\
<<set $gift.bg to "url(images/work/thumbs/remote.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="email">\
<span id="emailheader">Can't Wait!</span>
<span id="sentby">From: Cookie</span>
<span id="adressedto">To: You</span>
<hr>
Hey!!
<<nobr>>I'm so excited to see what you guys have cooked up for my business, I really can't wait to be there next week!
I think my PA Jason has been in contact with yours, so I trust that'll all be good. One thing: Jason is my nephew,
so I don't want him to think of me as his.. dirty auntie Cookie. So you can probably spice up his advice and a bit ;)<</nobr>>
Anyway, looking forward to seeing you!
Love,
Cookie
</div>\<div class="email">\
<span id="emailheader">Lingerie Set</span>
<span id="sentby">From: Cookie</span>
<span id="adressedto">To: You</span>
<hr>
$name!!
<<nobr>>I've been having so much fun working on your personal set! I wasn't sure if I should mail you this but I figured why not!!
Sooo the obvious 'issue' with creating your set is - //elephant in the room// - your penis. I have never made anything for that,
so I was a bit lost. Do I try to hide it? Does it change the whole approach? Etcetc.<</nobr>>
<<nobr>>So I buy a couple of strapons and have some of my models try 'm on. See what that does with the look, right?
But every time we just end up focusing on the strapon instead of the lingerie and getting wetter than the ocean floor, lol.
(attached some images, you'll see what I mean..)<</nobr>>
<<nobr>>So then I thought: maybe the penis should be part of the outfit! Right? Big, erect penis? I incorporate every part of the boobs in
my designs, why //not// the dick? One of my favorite parts, anyway..<</nobr>>
So yeah, sorry for being so forward, haha. Just excited about the design. We may have to measure you up when I'm over there ;)
Alright, see you next week!
Love,
Cookie
<div id="attachment">Attachments:
<h4><br></h4>\
<<button "strapon1.jpg">><<popup "strapon 1 jpg">><</button>> \
<<button "strapon2.jpg">><<popup "strapon 2 jpg">><</button>> \
<<button "strapon3.jpg">><<popup "strapon 3 jpg">><</button>> \
</div></div>\<div class="popupimg"><img src="images/work/mamamia/strapon1.png"></div><div class="popupimg"><img src="images/work/mamamia/strapon2.png"></div><div class="popupimg"><img src="images/work/mamamia/strapon3.png"></div><div class="email">\
<span id="emailheader">To: $name $lastname</span>
<span id="sentby">From: Lazer Gaming</span>
<span id="adressedto">To: You</span>
<hr>
Dear Ms. $lastname,
<<nobr>>I've been coordinating Mr Headshot's visit with your assistant Pashi and I trust it will
be a fruitful and succesful trip. Mr Headshot has asked me to contact you personally with some notes:<</nobr>>
<ul>
<li>\
<<nobr>>As I will not be joining Mr Headshot on the trip, he will expect you, $name,
to ''personally'' take over my assisting duties.<</nobr>>
</li>
<li>\
<<nobr>>Mr Headshot is a ''heterosexual man'' and he does not want to be //tricked// into
homosexual thoughts. He expects you to present yourself as a pure female and hide all traces
of masculinity as best you can.<</nobr>>
</li>
<li>\
<<nobr>>Mr Headshot expects only the best of the best. He is not afraid to impose punishment
if he feels he's being shortchanged.<</nobr>>
</li>
</ul>
I trust you understand he takes this very serious and expects nothing less of you.
Sincerely,
Sarah - Mr Headshot's PA
</div>\<div class="email">\
<span id="emailheader">yo</span>
<span id="sentby">From: The REAL Headshot</span>
<span id="adressedto">To: You</span>
<hr>
<<nobr>>Yo, I take it you got Sara's mail, just wanna make sure you understand. I'm not gonna be looking at someone wearing
sexy clothes looking like a hot woman and then seeing a dick, ok? Because you are gonna be wearing something sexy
but there's not gonna be any dicks around except for mine, get it?<</nobr>>
<<nobr>>Also just so youre not confused cause I know some women get that lol but I sent you picture of my hard dick earlier,
just fyi when you see it, it might not be hard so you gotta do that yourself. See the picture, you get it.<</nobr>>
Ok see you next week.
<div id="attachment">Attachments:
<h4><br></h4>\
<<button "soft.jpg">><<popup "lazer 1 jpg">><</button>> \
</div></div>\<div class="popupimg"><img src="images/work/lazer/soft.png"></div><div class="email">\
<span id="emailheader">Sexy Calendar!!</span>
<span id="sentby">From: Maria</span>
<span id="adressedto">To: You</span>
<hr>
Heeeeeyyyy!
<<nobr>>I have something cool to share!! I'm creating a sexy calendar with a bunch of other trans women for charity. You know like the ones
with the hunks or babes!!! Sooooo..<</nobr>>
<<nobr>>I thought you need to be on it!! I'm not going to make you, of course, but I will though haha!! No, but it would be soooo cool if you did.
And also it's for charity sooooo.. kinda have to, haha!! 😈😇<</nobr>>
<<nobr>>I put some photo's to give you an idea. It's going to be full, you know, XXX stuff but not like porn cause it's solo, you know?
Just really sexy ladies 😍😍!! I hope you think about it!! Maybe we can make some pics when I'm there next week, looking forward to
that as well!!!<</nobr>>
Ok byyyye love you!! 😘
<div id="attachment">Attachments:
<h4><br></h4>\
<<button "dao.jpg">><<popup "calendar 1 jpg">><</button>> \
<<button "megan.jpg">><<popup "calendar 2 jpg">><</button>> \
<<button "alisia.jpg">><<popup "calendar 4 jpg">><</button>> \
<<button "zariah.jpg">><<popup "calendar 3 jpg">><</button>> \
</div></div>\<div class="popupimg"><img src="images/work/pump/calendar4.png"></div><div class="popupimg"><img src="images/work/pump/calendar3.png"></div><div class="popupimg"><img src="images/work/pump/calendar2.png"></div><div class="popupimg"><img src="images/work/pump/calendar1.png"></div><div class="email">\
<span id="emailheader">Can't wait!!</span>
<span id="sentby">From: Maria</span>
<span id="adressedto">To: You</span>
<hr>
Heyheeeeeyyyy!
<<nobr>>Just want to let you know I'm really looking forward to my visit next week!! Mainly to hang out lol, but who knows maybe
the business stuff won't be too boring 🤪<</nobr>>
Oh, also I have some surprises for you! But I can't tell you because it's a surprise but I really want to tell you so I'm just telling you that I can't tell you. 🤗
Oh and aaaaalso I have this really cool project but it's different from my visit so I'll mail you in another mail!!
Okay byeeeee love you 😘
</div>\<<if $story.work.client.tag is "mamamia">><<include "mail_pashi_mamamia">><</if>>\
<<if $story.work.client.tag is "lazer">><<include "mail_pashi_lazer">><</if>>\
<<if $story.work.client.tag is "pump">><<include "mail_pashi_pump">><</if>>\<div class="email">\
<span id="emailheader">$story.work.client.name Research</span>
<span id="sentby">From: Pashi</span>
<span id="adressedto">To: You</span>
<hr>
Hi Boss!
<<nobr>>I'm sooooo excited about $story.work.client.name as a client!!! I've created a doc in the research app.
found something //juuuuicy// in there, haha.<</nobr>>
<<nobr>>Oh and I hope this is not inappropriate or anything, but if for some reason Cookie wanted to give you and your.. team
a gift from their collection, my measurements are in the system.<</nobr>>
xx Pashi
</div>\<div class="email">\
<span id="emailheader">$story.work.client.name Research</span>
<span id="sentby">From: Pashi</span>
<span id="adressedto">To: You</span>
<hr>
Hi Boss!
<<nobr>>I've completed the research doc on HeadShotGuy, or Larry, as he's called. I'm not quite sure what to think about him,
haha. He's an exciting guy kinda? But he's also a massive asshole from what I've seen haha. But I'll let you be the judge of course!!<</nobr>>
<<nobr>>Also his PA, Sarah, wanted me to tell you she's sorry about the mail she sent you. Apparently Larry was watching her
when she wrote it so she couldn't word it another way. She says he's more bark than bite, but if you feed too much into his act then he's gonna
start chewing? Something along those lines.<</nobr>>
Anyway, good luck!
xx Pashi
</div>\<div class="email">\
<span id="emailheader">$story.work.client.name Research</span>
<span id="sentby">From: Pashi</span>
<span id="adressedto">To: You</span>
<hr>
Hi Boss!
<<nobr>>I'm I've completed the research on PUMP and Maria. I had not heard of her before, but I subscribed to all her stuff, I really think she's
one of the most genuinely fun people around out there, so happy they're our client!<</nobr>>
Also, there's some.. spicy stuff in there. Good stuff though, if you like a bit of spice. Let me know if you need anything!
xx Pashi
</div>\<div class="email">\
<span id="emailheader">Fwd: Great Effort!</span>
<span id="sentby">From: The Bossman</span>
<span id="adressedto">To: Everyone</span>
<hr>
<div id="forwarded">--- Forwarded message ---
From: ''HR <hr@consult.9>''
Hi Boss,
<<nobr>>Here's a concept for the mail we discussed. If you're happy with it, let us know and we'll automate sending it to all
employees individually like we discussed: <</nobr>></div>
Hi there [Insert Name],
<<nobr>>I just wanted to mail you this personal email to tell you that I think
you are doing a great job! But we could all do better.<</nobr>>
Thank you,
- The Boss
</div>\<div class="email">\
<span id="emailheader">the grime</span>
<span id="sentby">From: Mike</span>
<span id="adressedto">To: You</span>
<hr>
aight it's this place called the grime
it's in chinatown, u get there thru a broken fridge, added a vid so u can see
so heres why its great:
1 ur client feels exclusive cus its secret
2 theres gloryholes in the back, clients fuckin love that shit
<<if $story.work.client.tag is "lazer">>so to be clear, i want a video of the person on the other side
of ur client doing the work, not the client lol.
<<else>>dont forget to take a pic when ur client is in there getting to work lol.<</if>>\
had my assistant add it to ur planner
- mike
</div>\<div class="email">\
<span id="emailheader">Bear Party</span>
<span id="sentby">From: Diana</span>
<span id="adressedto">To: You</span>
<hr>
Hi $name,
So, //bear// with me because this may sound nasty, but it's a lot of fun and clients love it.
<<nobr>>There's a hidden little former theater downtown that hosts these stripper parties they call 'Bear Parties'.
Just imagine a room full of young, attractive women (they plant a couple of actors) watching and touching a stream of
hot, hung, strippers. Because of the plants there, you're guaranteed to see blowjobs and more.<</nobr>>
<<if $story.work.client.tag isnot "lazer">><<nobr>>Whether your client participates actively or just watches, it's
one of those experiences they'll love just by how wild it is. Though, between you and me? I've not been there with a single
client that didn't have a little taste.<</nobr>><</if>>\
<<if $story.work.client.tag is "lazer">><<nobr>>Now, I think this is perfect for your client. If you tell the manager //Pussy
Galore// sent you, they'll make him one of the strippers and he'll gets to dance around, show himself to a whole bunch of horny
women and have a public orgasm. Trust me, you'll have spoiled him for life.<</nobr>><</if>>
<<nobr>>Oh, and just a little heads up: the strippers generally don't know who the plants are and are encouraged by
management to try engage //all// women present. Just so you know what to expect.<</nobr>>
Have fun!
Best,
Diana
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/grime.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">The Grime</h2>\
<p class="carslide-text"><<nobr>>Mike's recommendation for a nighttime activity is 'The Grime'.
A secret bar with a unique vibe you won't find anywhere else.<br><br>
Not just the bar is secret - in the back, patrons in the know can partake in anonymous sex in one of the many available gloryholes.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $night_activity.confirmed to "yes">>\
<<set $night_activity.choice to "thegrime">>\
<<set $night_activity.bg to "url(images/work/thumbs/grime.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/dancingbear.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Bear Party</h2>\
<p class="carslide-text"><<nobr>>Diana's recommendation for a nighttime activity is the so called 'Bear Party'.
It's a simple concept: a room full of women are treated to well built, //very// well endowed men and encouraged to
interact, resulting in blowjobs and sex.<br><br><<if $story.work.client.tag is "lazer">>As you join the women,
your client will take on the role of one of the male strippers.<<else>>Your client and you will join
the women and experience everything //up close//.<</if>><</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $night_activity.confirmed to "yes">>\
<<set $night_activity.choice to "bearparty">>\
<<set $night_activity.bg to "url(images/work/thumbs/dancingbear.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/stripclub.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Stripclub</h2>\
<p class="carslide-text"><<nobr>>We're not going to list reasons why people don't like stripclubs. Because at a stripclub,
you get to look at a man or woman seductively take their clothes off while you yell encouragingly. What's not to like?!
<br><br>Take your client to one of the best, high-end clubs in the country - you won't regret it.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $night_activity.confirmed to "yes">>\
<<set $night_activity.choice to "stripclub">>\
<<set $night_activity.bg to "url(images/work/thumbs/stripclub.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/clubbing.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Clubbing</h2>\
<p class="carslide-text"><<nobr>>Some clients like to end on a high. Release all that energy, the impressions and new faces
by surrendering to loud music, dance and alcohol.
<br><br>Lucky for them, the city is known for it's bustling nightlife and trendy clubs. And you know all the best places.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $night_activity.confirmed to "yes">>\
<<set $night_activity.choice to "clubbing">>\
<<set $night_activity.bg to "url(images/work/thumbs/clubbing.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/bar.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Local Bar</h2>\
<p class="carslide-text"><<nobr>>A client's visit is a packed one, with a lot of new faces, places, impressions.
For some, nothing beats ending a day like that with a nice, locally brewed beer at a local bar. Nothing too big, nothing too
complicated. Just a good time.<</nobr>></p>
<<button "Choose This." `passage()`>>\
<<set $night_activity.confirmed to "yes">>\
<<set $night_activity.choice to "bar">>\
<<set $night_activity.bg to "url(images/work/thumbs/bar.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="standard">\
This will lock in the planning for next week and take you back to the home screen.
<h3>Confirm planning?</h3>
<<button "Yes." "home">><<dialogclose>>\
<<include "work_update">>\
<</button>>
<hr class="gradienthr_small">
<<link "No, I'm not done here, take me back.">><<dialogclose>><</link>>\
</div>\<<set $planner_firsttime to "no">>\
<<t-clippy>><<nobr>>Hi Boss! This week, you're going to be planning your client's visit! To do that, you'll use your office computer. It has a couple of different aspects, I'll
explain them for you! <</nobr>>
<<nobr>>So first off here we have the most important part: the actual planning. You need to play four things for your client before the green 'CONFIRM' button appears in the
lower left area of the screen and you can continue. The four things you need to plan are a gift, a surprise - something special and two activities: one for during the day,
one for the evening or nighttime. Try it!<</nobr>><</t-clippy>>\<<set $location to "work">>
<<if $planner_firsttime is "yes">><<popup "planner_firsttime">><</if>>\
<div class="workpc">\
<div class="exit greenbutton_a"><<if $gift.confirmed is "yes" and $special.confirmed is "yes" and $day_activity.confirmed is "yes" and $night_activity.confirmed is "yes">><<button "CONFIRM">><<popup "confirmplanning">><</button>><</if>></div>
<div class="mainscreen"><div id="mainscreen_id"><<include `$currentworkpcscreen`>></div></div>
<div class="apps">
<div class="c9logo"><img src="images/ui/consult9logo.png"></div>
<<if $currentworkpcscreen is "workpc_planner">>\
<div class="planner activebutton"><<button "Planner" `passage()`>><<set $currentworkpcscreen to "workpc_planner">><</button>></div>
<</if>>\
<<if $currentworkpcscreen isnot "workpc_planner">>\
<div class="planner"><<button "Planner" `passage()`>><<set $currentworkpcscreen to "workpc_planner">><</button>></div>
<</if>>\
<<if $currentworkpcscreen is "workpc_research">>\
<div class="research activebutton"><<button "Research" `passage()`>><<set $currentworkpcscreen to "workpc_research">><</button>></div>
<</if>>\
<<if $currentworkpcscreen isnot "workpc_research">>\
<<run State.setVar("$workpc_research_current", $story.work.client.tag + "_" + "likes")>>\
<div class="research"><<button "Research" `passage()`>><<set $currentworkpcscreen to "workpc_research">><</button>></div>
<</if>>\
<<if $currentworkpcscreen is "workpc_chat">>\
<div class="chat activebutton"><<button "Chat" `passage()`>><<set $currentworkpcscreen to "workpc_chat">><</button>></div>
<</if>>\
<<if $currentworkpcscreen isnot "workpc_chat">>\
<div class="chat"><<button "Chat" `passage()`>><<set $currentworkpcscreen to "workpc_chat">><</button>></div>
<</if>>\
<<if $currentworkpcscreen is "workpc_mail">>\
<div class="mail activebutton"><<button "Mail" `passage()`>><<set $currentworkpcscreen to "workpc_mail">><</button>></div>
<</if>>\
<<if $currentworkpcscreen isnot "workpc_mail">>\
<div class="mail"><<button "Mail" `passage()`>><<set $currentworkpcscreen to "workpc_mail">><</button>></div>
<</if>>\
<<if $currentworkpcscreen is "workpc_help">>\
<div class="help activebutton"><<button "Help" `passage()`>><<set $currentworkpcscreen to "workpc_help">><</button>></div>
<</if>>\
<<if $currentworkpcscreen isnot "workpc_help">>\
<div class="help"><<button "Help" `passage()`>><<set $currentworkpcscreen to "workpc_help">><</button>></div>
<</if>>\
</div>\
</div><<timed 10ms t8n>>\
<div class="workpcplanner">\
<div class="planning_selection">\
<<if $choosing_field isnot "choosing_overview">>\
<div class="overview"><<button "Overview" `passage()`>><<set $choosing_field to "choosing_overview">><</button>></div>\
<<elseif $choosing_field is "choosing_overview">>\
<div class="overview activebutton"><<button "Overview" `passage()`>><<set $choosing_field to "choosing_overview">><</button>></div>\
<</if>>\
<<if $gift.confirmed is "yes" and $choosing_field isnot "choosing_gift">>\
<div class="gift greenbutton"><<button "Gift" `passage()`>><<set $choosing_field to "choosing_gift">><</button>></div>\
<<elseif $gift.confirmed is "yes" and $choosing_field is "choosing_gift">>\
<div class="gift greenbutton_a"><<button "Gift" `passage()`>><<set $choosing_field to "choosing_gift">><</button>></div>\
<<elseif $gift.confirmed isnot "yes" and $choosing_field isnot "choosing_gift">>\
<div class="gift redbutton"><<button "Gift" `passage()`>><<set $choosing_field to "choosing_gift">><</button>></div>\
<<elseif $gift.confirmed isnot "yes" and $choosing_field is "choosing_gift">>\
<div class="gift redbutton_a"><<button "Gift" `passage()`>><<set $choosing_field to "choosing_gift">><</button>></div>\
<</if>>\
<<if $special.confirmed is "yes" and $choosing_field isnot "choosing_special">>\
<div class="special greenbutton"><<button "Special" `passage()`>><<set $choosing_field to "choosing_special">><</button>></div>\
<<elseif $special.confirmed is "yes" and $choosing_field is "choosing_special">>\
<div class="special greenbutton_a"><<button "Special" `passage()`>><<set $choosing_field to "choosing_special">><</button>></div>\
<<elseif $special.confirmed isnot "yes" and $choosing_field isnot "choosing_special">>\
<div class="special redbutton"><<button "Special" `passage()`>><<set $choosing_field to "choosing_special">><</button>></div>\
<<elseif $special.confirmed isnot "yes" and $choosing_field is "choosing_special">>\
<div class="special redbutton_a"><<button "Special" `passage()`>><<set $choosing_field to "choosing_special">><</button>></div>\
<</if>>\
<<if $day_activity.confirmed is "yes" and $choosing_field isnot "choosing_activity1">>\
<div class="activity1 greenbutton"><<button "Day Activity" `passage()`>><<set $choosing_field to "choosing_activity1">><</button>></div>
<<elseif $day_activity.confirmed is "yes" and $choosing_field is "choosing_activity1">>\
<div class="activity1 greenbutton_a"><<button "Day Activity" `passage()`>><<set $choosing_field to "choosing_activity1">><</button>></div>
<<elseif $day_activity.confirmed isnot "yes" and $choosing_field isnot "choosing_activity1">>\
<div class="activity1 redbutton"><<button "Day Activity" `passage()`>><<set $choosing_field to "choosing_activity1">><</button>></div>
<<elseif $day_activity.confirmed isnot "yes" and $choosing_field is "choosing_activity1">>\
<div class="activity1 redbutton_a"><<button "Day Activity" `passage()`>><<set $choosing_field to "choosing_activity1">><</button>></div>
<</if>>\
<<if $night_activity.confirmed is "yes" and $choosing_field isnot "choosing_activity2">>\
<div class="activity2 greenbutton"><<button "Night Activity" `passage()`>><<set $choosing_field to "choosing_activity2">><</button>></div>
<<elseif $night_activity.confirmed is "yes" and $choosing_field is "choosing_activity2">>\
<div class="activity2 greenbutton_a"><<button "Night Activity" `passage()`>><<set $choosing_field to "choosing_activity2">><</button>></div>
<<elseif $night_activity.confirmed isnot "yes" and $choosing_field isnot "choosing_activity2">>\
<div class="activity2 redbutton"><<button "Night Activity" `passage()`>><<set $choosing_field to "choosing_activity2">><</button>></div>
<<elseif $night_activity.confirmed isnot "yes" and $choosing_field is "choosing_activity2">>\
<div class="activity2 redbutton_a"><<button "Night Activity" `passage()`>><<set $choosing_field to "choosing_activity2">><</button>></div>
<</if>>\
</div>\
<div class="choosing_field"><<include `$choosing_field`>></div>\
</div>\
<</timed>>\<<set $choosing_field to "choosing_overview">>\
<div class="planning_overview">\
<span id="whitelink"><<link "<div class='selectedgift'><<include 'selected_gift'>></div>" `passage()`>><<set $choosing_field to "choosing_gift">><</link>></span>\
<span id="whitelink"><<link "<div class='selectedspecial'><<include 'selected_special'>></div>" `passage()`>><<set $choosing_field to "choosing_special">><</link>></span>\
<span id="whitelink"><<link "<div class='selectedactivity1'><<include 'selected_activity1'>></div>" `passage()`>><<set $choosing_field to "choosing_activity1">><</link>></span>\
<span id="whitelink"><<link "<div class='selectedactivity2'><<include 'selected_activity2'>></div>" `passage()`>><<set $choosing_field to "choosing_activity2">><</link>></span>
</div>\<br><br><br><br><br><br>
<<if $gift.choice is "">><span style="text-transform:capitalize;"><h3 class="zwartebalk">Gift: ''Nothing Selected''</h3></span>
<<else>><span style="text-transform:capitalize;"><h3 class="zwartebalk">Gift: ''$gift.choice''</h3></span><</if>><br><br><br><br><br><br>
<<if $special.choice is "">><span style="text-transform:capitalize;"><h3 class="zwartebalk">Special: ''Nothing Selected''</h3></span>
<<else>><span style="text-transform:capitalize;"><h3 class="zwartebalk">Special: ''$special.choice''</h3></span><</if>><br><br><br><br><br><br>
<<if $day_activity.choice is "">><span style="text-transform:capitalize;"><h3 class="zwartebalk">Day: ''Nothing Selected''</h3></span>
<<else>><span style="text-transform:capitalize;"><h3 class="zwartebalk">Day: ''$day_activity.choice''</h3></span><</if>><br><br><br><br><br><br>
<<if $night_activity.choice is "">><span style="text-transform:capitalize;"><h3 class="zwartebalk">Night: ''Nothing Selected''</h3></span>
<<else>><span style="text-transform:capitalize;"><h3 class="zwartebalk">Night: ''$night_activity.choice''</h3></span><</if>><<timed 10ms t8n>>\
<<if $story.work.client.tag is "mamamia">>\
<<set $gift.total to 5>>\
<<set $gift.unlocked.two to "gift_clothing">>\
<<set $gift.unlocked.four to "gift_vibrator">>\
<</if>>\
<<if $story.work.client.tag is "lazer">>\
<<set $gift.total to 6>>\
<</if>>\
<<set $choosing_field to "choosing_gift">>\
<div class="standard carousello">\
<div class="slider">\
<<if $gift.total gte 1>>\
<input type="radio" name="toggle" id="carbtn-1" checked>\
<</if>>\
<<if $gift.total gte 2>>\
<input type="radio" name="toggle" id="carbtn-2">\
<</if>>\
<<if $gift.total gte 3>>\
<input type="radio" name="toggle" id="carbtn-3">\
<</if>>\
<<if $gift.total gte 4>>\
<input type="radio" name="toggle" id="carbtn-4">\
<</if>>\
<<if $gift.total gte 5>>\
<input type="radio" name="toggle" id="carbtn-5">\
<</if>>\
<<if $gift.total gte 6>>\
<input type="radio" name="toggle" id="carbtn-6">\
<</if>>\
<<if $gift.total gte 7>>\
<input type="radio" name="toggle" id="carbtn-7">\
<</if>>\
<div class="slider-controls">\
<<if $gift.total gte 1>>\
<label for="carbtn-1"></label>\
<</if>>\
<<if $gift.total gte 2>>\
<label for="carbtn-2"></label>\
<</if>>\
<<if $gift.total gte 3>>\
<label for="carbtn-3"></label>\
<</if>>\
<<if $gift.total gte 4>>\
<label for="carbtn-4"></label>\
<</if>>\
<<if $gift.total gte 5>>\
<label for="carbtn-5"></label>\
<</if>>\
<<if $gift.total gte 6>>\
<label for="carbtn-6"></label>\
<</if>>\
<<if $gift.total gte 7>>\
<label for="carbtn-7"></label>\
<</if>>\
</div>\
<ul class="carslides">\
<li class="carslide">\
<div class="carslide-content">\
<<include $gift.unlocked.one>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $gift.unlocked.two>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $gift.unlocked.three>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $gift.unlocked.four>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $gift.unlocked.five>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $gift.unlocked.six>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $gift.unlocked.seven>>\
</div>
</li>
</ul>\
</div>\
</div>\
<</timed>>\<<timed 10ms t8n>>\
<<set $choosing_field to "choosing_special">>\
<div class="standard carousello">\
<div class="slider">\
<<if $special.total gte 1>>\
<input type="radio" name="toggle" id="carbtn-1" checked>\
<</if>>\
<<if $special.total gte 2>>\
<input type="radio" name="toggle" id="carbtn-2">\
<</if>>\
<<if $special.total gte 3>>\
<input type="radio" name="toggle" id="carbtn-3">\
<</if>>\
<<if $special.total gte 4>>\
<input type="radio" name="toggle" id="carbtn-4">\
<</if>>\
<<if $special.total gte 5>>\
<input type="radio" name="toggle" id="carbtn-5">\
<</if>>\
<div class="slider-controls">\
<<if $special.total gte 1>>\
<label for="carbtn-1"></label>\
<</if>>\
<<if $special.total gte 2>>\
<label for="carbtn-2"></label>\
<</if>>\
<<if $special.total gte 3>>\
<label for="carbtn-3"></label>\
<</if>>\
<<if $special.total gte 4>>\
<label for="carbtn-4"></label>\
<</if>>\
<<if $special.total gte 5>>\
<label for="carbtn-5"></label>\
<</if>>\
</div>\
<ul class="carslides">\
<li class="carslide">\
<div class="carslide-content">\
<<include $special.unlocked.one>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $special.unlocked.two>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $special.unlocked.three>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $special.unlocked.four>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $special.unlocked.five>>\
</div>
</li>
</ul>\
</div>\
</div>\
<</timed>>\<<timed 10ms t8n>>\
<<set $choosing_field to "choosing_activity1">>\
<div class="standard carousello">\
<div class="slider">\
<<if $day_activity.total gte 1>>\
<input type="radio" name="toggle" id="carbtn-1" checked>\
<</if>>\
<<if $day_activity.total gte 2>>\
<input type="radio" name="toggle" id="carbtn-2">\
<</if>>\
<<if $day_activity.total gte 3>>\
<input type="radio" name="toggle" id="carbtn-3">\
<</if>>\
<<if $day_activity.total gte 4>>\
<input type="radio" name="toggle" id="carbtn-4">\
<</if>>\
<<if $day_activity.total gte 5>>\
<input type="radio" name="toggle" id="carbtn-5">\
<</if>>\
<div class="slider-controls">\
<<if $day_activity.total gte 1>>\
<label for="carbtn-1"></label>\
<</if>>\
<<if $day_activity.total gte 2>>\
<label for="carbtn-2"></label>\
<</if>>\
<<if $day_activity.total gte 3>>\
<label for="carbtn-3"></label>\
<</if>>\
<<if $day_activity.total gte 4>>\
<label for="carbtn-4"></label>\
<</if>>\
<<if $day_activity.total gte 5>>\
<label for="carbtn-5"></label>\
<</if>>\
</div>\
<ul class="carslides">\
<li class="carslide">\
<div class="carslide-content">\
<<include $day_activity.unlocked.one>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $day_activity.unlocked.two>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $day_activity.unlocked.three>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $day_activity.unlocked.four>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $day_activity.unlocked.five>>\
</div>
</li>
</ul>\
</div>\
</div>\
<</timed>>\<<timed 10ms t8n>>\
<<set $choosing_field to "choosing_activity2">>\
<div class="standard carousello">\
<div class="slider">\
<<if $night_activity.total gte 1>>\
<input type="radio" name="toggle" id="carbtn-1" checked>\
<</if>>\
<<if $night_activity.total gte 2>>\
<input type="radio" name="toggle" id="carbtn-2">\
<</if>>\
<<if $night_activity.total gte 3>>\
<input type="radio" name="toggle" id="carbtn-3">\
<</if>>\
<<if $night_activity.total gte 4>>\
<input type="radio" name="toggle" id="carbtn-4">\
<</if>>\
<<if $night_activity.total gte 5>>\
<input type="radio" name="toggle" id="carbtn-5">\
<</if>>\
<div class="slider-controls">\
<<if $night_activity.total gte 1>>\
<label for="carbtn-1"></label>\
<</if>>\
<<if $night_activity.total gte 2>>\
<label for="carbtn-2"></label>\
<</if>>\
<<if $night_activity.total gte 3>>\
<label for="carbtn-3"></label>\
<</if>>\
<<if $night_activity.total gte 4>>\
<label for="carbtn-4"></label>\
<</if>>\
<<if $night_activity.total gte 5>>\
<label for="carbtn-5"></label>\
<</if>>\
</div>\
<ul class="carslides">\
<li class="carslide">\
<div class="carslide-content">\
<<include $night_activity.unlocked.one>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $night_activity.unlocked.two>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $night_activity.unlocked.three>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $night_activity.unlocked.four>>\
</div>
</li>
<li class="carslide">\
<div class="carslide-content">\
<<include $night_activity.unlocked.five>>\
</div>
</li>
</ul>\
</div>\
</div>\
<</timed>>\<<set $research_firsttime to "no">>\
<<t-clippy>>This is the //Research// tab. Here, you'll find all kinds of information gathered by your assistant on the likes, dislikes and what have yous of your client.
If all of that text scares you, don't worry! You can just choose 4 random activities in the planner you think look fun and go on with your day. It's how most jobs are done!<</t-clippy>><<if $research_firsttime is "yes">><<popup "research_firsttime">><</if>>\
<div class="research_screen">\
<div class="research_files">
<div class="research_file1"><<link "<img src='images/ui/thumbs-up.svg'><br>''Likes''" `passage()`>>\
<<run State.setVar("$workpc_research_current", $story.work.client.tag + "_" + "likes")>>\
<</link>></div>
<div class="research_file2"><<link "<img src='images/ui/thumbs-down.svg'><br>''Dislikes''" `passage()`>>\
<<run State.setVar("$workpc_research_current", $story.work.client.tag + "_" + "dislikes")>>\
<</link>></div>
<div class="research_file3"><<link "<img src='images/ui/shopping-cart.svg'><br>''Shopping''" `passage()`>>\
<<run State.setVar("$workpc_research_current", $story.work.client.tag + "_" + "shopping")>>\
<</link>></div>
<div class="research_file4"><<link "<img src='images/ui/map.svg'><br>''Travel''" `passage()`>>\
<<run State.setVar("$workpc_research_current", $story.work.client.tag + "_" + "travel")>>\
<</link>></div>
<div class="research_file5"><<link "<img src='images/ui/youtube.svg'><br>''Videos''" `passage()`>>\
<<run State.setVar("$workpc_research_current", $story.work.client.tag + "_" + "videos")>>\
<</link>></div>
</div>\
<div class="research_open"><<include "workpc_research_current">></div>\
</div><div class="standard">\
<<include $workpc_research_current>>
</div><<set $chat_firsttime to "no">>\
<<t-clippy>>This, you guessed it, is the chat! Here you can contact colleagues to try and get them to help you out and get some other insights through the chatlogs.<</t-clippy>>\<<if $chat_firsttime is "yes">><<popup "chat_firsttime">><</if>>\
<div class="chatscreen">\
<div class="colleagues">\
<div class="coll_portrait1"><img src="images/work/planner/chaticon_mike.png">
<<link "Mike" `passage()`>><<set $chatlog_active to "chatlog_mike">><</link>></div>
<div class="coll_portrait2"><img src="images/work/planner/chaticon_diana.png">
<<link "Diana" `passage()`>><<set $chatlog_active to "chatlog_diana">><</link>></div>
<div class="coll_portrait3"><img src="images/work/planner/chaticon_pashi.png">
<<link "Pashi" `passage()`>><<set $chatlog_active to "chatlog_pashi">><</link>></div>
<div class="coll_portrait4"><img src="images/work/planner/chaticon_boss.png">
<<link "Boss" `passage()`>><<set $chatlog_active to "chatlog_boss">><</link>></div>
</div>
<div class="chatlog"><div><<include "chatlog">></div></div>
<div class="chatoptions"><<include "chatoptions">></div>
</div>\<<include $chatlog_active>><<set $mail_firsttime to "no">>\
<<t-clippy>><<nobr>>Indeed, it's your mail! Here you will receive mails from, well, clients and your colleagues! Your boss sent you a really nice motivational mail,
actually. I think?<</nobr>><</t-clippy>>\<<if $mail_firsttime is "yes">><<popup "mail_firsttime">><</if>>\
<div class="inbox">\
<div class="mailinbox">\
<h3>Inbox:</h3>
<<button "$story.work.client.name Research" `passage()`>><<set $open_mail to "mail_pashi">><</button>>
<h4><br></h4>\
<<button "Fwd: Great Effort!" `passage()`>><<set $open_mail to "mail_boss">><</button>>
<h4><br></h4>\
<<if $story.work.client.tag is "mamamia">><<button "Can't wait!" `passage()`>><<set $open_mail to "mail_mamamia">><</button>><h4><br></h4><</if>>\
<<if $mamamia_lingerie is "yes">><<button "Lingerie Set" `passage()`>><<set $open_mail to "mail_mamamia_lingerie">><</button>><h4><br></h4><</if>>\
<<if $story.work.client.tag is "lazer">><<button "To: $name $lastname" `passage()`>><<set $open_mail to "mail_lazer">><</button>><h4><br></h4><</if>>\
<<if $story.work.client.tag is "pump">><<button "Can't wait!!" `passage()`>><<set $open_mail to "mail_pump">><</button>><h4><br></h4><</if>>\
<<if $story.work.client.tag is "lazer">><<button "yo" `passage()`>><<set $open_mail to "mail_headshot">><</button>><h4><br></h4><</if>>\
<<if $night_activity.unlocked.four is "night_grime">><<button "the grime" `passage()`>><<set $open_mail to "mail_mike_grime">><</button>><h4><br></h4><</if>>\
<<if $night_activity.unlocked.four is "night_dancingbear">><<button "Bear Party" `passage()`>><<set $open_mail to "mail_diana_bearparty">><</button>><h4><br></h4><</if>>\
<<if $story.work.client.tag is "pump">><<button "Calendar!!" `passage()`>><<set $open_mail to "mail_maria">><</button>><h4><br></h4><</if>>\
</div>
<div class="mailopen"><div><<include "open_mail">></div></div>
</div>\<<include `$open_mail`>>\<div class="workpc_info">\
<h3>NOTES</h3>\
<p style="text-align:center;">//What you've learned so far.//</p>\
<h4><br></h4>\
<hr class="gradienthr">
<ul>
<<if $notes.mamamia.horny is "yes">><li>Cookie told you she is //always// horny.</li><</if>>\
<<if $notes.mamamia.jason is "yes">><li>Cookie's PA, Jason, is her nephew, so he has a.. //vanilla// view on what Cookie likes.</li><</if>>\
<<if $notes.mamamia.buttplug is "yes">><li>Jason didn't - or chose not to - understand your assistant hinting at Cookie's view on buttplugs.</li><</if>>\
<<if $notes.mamamia.spa is "yes">><li>Jason said Cookie //loves// spas. He sounded genuinely convinced.</li><</if>>\
<<if $notes.mamamia.golf is "yes">><li>Cookie has never been golfing, but isn't generally a fan of sports of any kind.</li><</if>>\
<<if $notes.mamamia.gloryhole is "yes">><li>Jason didn't - or chose not to - understand your assistant. If you have damaged walls, though, he knows a great contractor.</li><</if>>\
<<if $notes.mamamia.vibrator is "yes">><li>Jason didn't - or chose not to - understand your assistant. You did learn Cookie uses an electric toothbrush.</li><</if>>\
<<if $notes.mamamia.club is "yes">><li>According to Jason, //'Cookie loved to go clubbing when she was young!'//.</li><</if>>\
</ul>\
</div>\<div class="workpc_info">\
<h3>HELP!</h3>\
<p style="text-align:center;">//If you don't know what to do - or if you just like reading.//</p>\
<h4><br></h4>\
<hr>
<<linkappend "''Practical: What are you supposed to be doing?''" t8n>>
<h4><br></h4>\
<ol>
<li>In the 'Planner' tab, you must select:
<ul>\
<li>A gift. You will give your client this gift during their visit next week.</li>
<li>Something 'special'. You will surprise your client with this during their visit.</li>
<li>A daytime activity. This will be the first activity you and your client do when they visit.</li>
<li>An evening or nighttime activity. This will be the second activity.</li>
</ul>\
</li>
<p><li><<nobr>>Once you have selected all four, the "Confirm" button in the bottom left corner of the interface will appear.
Once you click this, you will be taken back to the Home screen.<</nobr>></li></p>
<br>
<li>Next week, you will spend a day with your client, involving all four of your choices.</li></ol>\
<</linkappend>>\
<hr>
<<linkappend "''Practical: Does it matter what I choose?''" t8n>>
<h4><br></h4>\
In short: yes.
<<nobr>>Your client will like some gifts and activities better than others. You will be scored on all four categories.
Getting a good or perfect score //can// unlock things down the line. For example: your client might be able
to help you with your streaming challenge, but might not be inclined to do so if they're unhappy.<</nobr>>
<<nobr>>If you make choices your client isn't happy with, you //may// be given options during the visit to try and repair
the damage. A mediocre choice can sometimes be salvaged.<</nobr>>
<<nobr>>Look for hints in the research provided by your assistant and your conversations with your client.<</nobr>>
<</linkappend>>\
<hr>
<<linkappend "''Practical: How do I get more options?''" t8n>>
<h4><br></h4>\
<<nobr>>As of right now, there aren't many ways of adding more options - only your colleagues can provide you with one (Mike and Diana will give
you a different option, you can only choose one for now - see Chat). In time, more options will be added and you will unlock more as you
play.<</nobr>>
<</linkappend>>\
<hr>
<<linkappend "''Story: What does your company do?''" t8n>>
<h4><br></h4>\
<<nobr>>Your company is hired by a client to provide plans, advice and campaigns for their business. You are not involved in any of that.
Your job is to make the client feel like they’re in good hands and to make sure they always leave with a smile on their face.<</nobr>>
<<nobr>>An often used strategy is to invite clients to visit your company. This way, you can impress them with the office,
show them they’re being listened to and - and that’s where you come in - spoil them. Shower them in gifts, make them feel special.
So that regardless of the actual work your company did, they’ll go back home feeling good about the visit.<</nobr>>
<</linkappend>>\
<hr>
<<linkappend "''Story: What does a 'normal' visit look like?''" t8n>>
<h4><br></h4>\
<<nobr>>A normal visit involves fun activities, fancy restaurants, meeting stars at concert, etcetera.
Fun stuff. Often, it also involves //sex stuff//. Happy endings, stripclubs and escorts aren’t unusual.<</nobr>>
<<nobr>>In their normal lives, most clients wouldn’t, for example, pay for sex. But when they come to visit,
their homelife rules don't count. They’re guests, so the host makes the rules. Which makes it OK, which in turns makes them expect it.<</nobr>>
<<nobr>>Like when you have someone over and your fridge is stacked with cold beers. Offer one, and they’ll go: “Oh, no. I couldn’t!
Ok, maybe just one.” But if you didn’t offer one, they’d go home unhappy, wondering why you didn’t offer any beer.
And that’s exactly what you can’t have: clients going home unhappy.<</nobr>>
<<nobr>>It’s a known fact in your industry that a lot of your colleagues engage with clients and their desires themselves.
You’d always stuck to innocent flirting and provided professionals for the.. activities. After your talk with Lisa,
you can’t deny you’ve thought about what that could mean for your job. Food for thought.<</nobr>>
<</linkappend>>\
</div><<timed 10ms t8n>>\
Koeienstront
<</timed>>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/stranger.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Mystery Encounter</h2>\
<p class="carslide-text"><<nobr>>Being in a new city is great. Everywhere you go, everyone you meet feels like an adventure.
Who knows, your client might run into the one-night-stand of a lifetime?<br><br>So why not help fate along and plant a one-night
stand they'll never forget. Our professional actors act and fuck like nobody's business.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $special.confirmed to "yes">>\
<<set $special.choice to "stranger">>\
<<set $special.bg to "url(images/work/thumbs/stranger.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/weed.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Cannabis</h2>\
<p class="carslide-text"><<nobr>>Oh, how legalization has helped our little city flourish. Yes - you've always
been able to order your illegals from us, and you always will be. But the legal status opened the experience to
so many more clients!<br><br>Surprise your client with our home grown, A-grade weed in the form of either joints,
vapes or edibles.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $special.confirmed to "yes">>\
<<set $special.choice to "weed">>\
<<set $special.bg to "url(images/work/thumbs/weed.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/fan.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Megafan</h2>\
<p class="carslide-text"><<nobr>>With the growth of social media, everyone's become a star. Egos grow
alongside views and likes - providing a feeling of fame. A feeling that doesn't always match their //actual// fame.
<br><br>So boost your clients confidence with some die-hard fans! Or as we call them: planted actors. Pump those ego's
and make your client feel important.<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $special.confirmed to "yes">>\
<<set $special.choice to "fan">>\
<<set $special.bg to "url(images/work/thumbs/fan.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\<div class="infocard">\
<div class="infocard_img"><img src="images/work/chef.png" alt="stuff"></div>\
<div class="infocard_text">\
<h2 class="carslide-title">Chef Celeb</h2>\
<p class="carslide-text"><<nobr>>When they visit, you're taking your client to the best restaurants our city has to offer,
eating the best food there is. What's better than that?<br><br>
Meeting the famous chef behind it! Nothing beats being told by a world famous chef he's going to personally
cook your meal. So have him tell your client!<</nobr>></p>\
<<button "Choose This." `passage()`>>\
<<set $special.confirmed to "yes">>\
<<set $special.choice to "chef">>\
<<set $special.bg to "url(images/work/thumbs/chef.png)">>\
<<set $choosing_field to "choosing_overview">>\
<</button>>\
</div>\
</div>\