<<silently>>
<<script>>UIBar.stow();<</script>>
<<set $showStats to false>>
<</silently>>
<img src="ast/img/s/descLogo.png" />
Descendo v1.3
Changes in v1.3:
-More Content for the main story!
-Final Contact to work under!
IMPORTANT: Old saves will not work in this version!
Development of Descendo is @@.hint;complete!@@ Visit [[Descendo!|https://www.patreon.com/yuscia]] for details
created by Yuscia
<span class="link-masc"><<link "Descend" "Start">><</link>></span><<silently>>
<<set $pcAb to { "canGoToWork" : true,
"hasSkilled" : false,
"inDebt" : false,
"isFit" : false,
"isFaceClean" : false,
"isMalehygienic" : false,
"hasMaleHaircut" : false,
"isGoodSissy" : false,
"girlySmell" : false,
"adjustedRoutine" : false,
"workedAsModel" : false,
"wornMakeUp" : false,
"fingered" : false,
"routine" : {"useRazor" : false, "useRazorBH" : false, "useDeodorant" : false, "useToothpaste" : false, "useBodywash" : false, "useShampoo" : false, "useHealthfood" : false, "healthStreak" : 0, "watchedMildHyp" : false, "watchedMedHyp" : false},
<!--magic strings - naked, slobClothes, trendyClothes, fancyClothes-->
"outerWear" : "slobClothes",
<!--magic strings - naked, panties-->
"underWear" : "briefs"
}>>
<<set $femRoutine to {
"useMakeup" : false,
"useHair" : false,
"useEnema" : false
}>>
<<set $skills to []>>
<<set $trainingSkills to {"begMakeUp" : { "lvl" : 0, "maxLvl" : 3},
"highHeels" : { "lvl" : 0, "maxLvl" : 2},
"begManners" : { "lvl" : 0, "maxLvl" : 3},
"outsideCD" : { "lvl" : 0, "maxLvl" : 1},
"begFlirt" : { "lvl" : 0, "maxLvl" : 4},
"voiceControl" : { "lvl" : 0, "maxLvl" : 3},
"realEstateLicense" : { "lvl" : 0, "maxLvl" : 1},
"intMakeUp" : { "lvl" : 0, "maxLvl" : 3},
"hairStyling" : { "lvl" : 0, "maxLvl" : 10}
}>>
<<set $hlvl to 0>>
<<set $maxhlvl to 100>>
<<set $minhlvl to 0>>
<<set $focuslvl to 50>>
<<set $maxFocus to 50>>
<<set $minFocus to -50>>
<<set $boundlvl to 0>>
<<set $tollvl to 0>>
<<set $wallet to 0>>
<<set $debt to 0>>
<<set $intellvl to 0>>
<<set $job to 5>>
<<set $daysAtJob to 0>>
<<set $daysAtCol to 0>>
<<set $alterClothes to []>>
<<set $dailyTimeLine to ["00:00"]>>
<<set $weeklyTimeLine to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekCounter to 0>>
<<set $hornStreak to 0>>
<<set $daysBHShaved to 0>>
<<set $daysMildHyp to 0>>
<<set $visitsAfterFirstLing to 0>>
<<set $daysWearLing to 0>>
<<set $snowBall to false>>
<<set $snowLvl to 0>>
<<set $daysInChastity to 0>>
<<set $eventCol to []>>
<<set $evts to {"firstSightHG" : {"cD" : 1, "isComplete" : false},
"secondSightHG" : {"cD" : 1, "isComplete" : false},
"firstAskOut" : {"cD" : 1, "isComplete" : false},
"mallDate" : {"cD" : 2, "isComplete" : false}
}>>
<<set $eventCol.push("firstSightHG", "firstAskOut")>>
<<set $razorUsesLeft to 28>>
<<set $invs to {"razor" : {"qty" : 0, "usesLeft" : $razorUsesLeft},
"deodorant" : {"qty" : 0, "usesLeft" : 28},
"toothpaste" : {"qty" : 0, "usesLeft" : 28},
"bodywash" : {"qty" : 0, "usesLeft" : 28},
"shampoo" : {"qty" : 0, "usesLeft" : 28},
"healthfood" : {"qty" : 0, "usesLeft" : 7},
"makeUp" : {"qty" : 0, "usesLeft" : 28},
"reservation" : {"qty" : 0},
"topWear" : {"Id" : "slobShirt00", "topType" : "slob"},
"bottomWear" : {"Id" : "slobPants00", "bottomType" : "slob"},
"smallWear" : {"Id" : "brief00", "smallType" : "slob"},
"shoes" : {"Id" : "slobShoes00", "shoeType": "slob"},
"rear" : {"Id" : "nullplug00", "rearType": "emptyNaked"},
"hairAcc" : {"Id" : "nullwig00", "HairAccType": "emptyNaked"},
"EarPrc" : {"Id" : "nullEarring00", "EarPrcType": "emptyNaked"},
"TonguePrc" : {"Id" : "nullTonguering00", "TonguePrcType": "emptyNaked"},
"NipplePrc" : {"Id" : "nullNipplering00", "NipPrcType": "emptyNaked"},
"BellyPrc" : {"Id" : "nullBellyring00", "BellyType": "emptyNaked"},
}>>
<<set $specInv to []>>
<<set $advSkills to []>>
<<set $clothes to {"slobShirt00" : {"qty" : 1, "topType" : "slob"},
"slobPants00" : {"qty" : 1, "bottomType" : "slob"},
"briefs00" : {"qty" : 1, "smallType" : "slob"},
"slobShoes00" : {"qty" : 1, "shoeType" : "slob"},
"trendyShirt00" : {"qty" : 0, "topType" : "trendy"},
"trendyPants00" : {"qty" : 0, "bottomType" : "trendy"},
"boxers00" : {"qty" : 0, "smallType" : "fancy"},
"trendyShoes00" : {"qty" : 0, "shoeType" : "trendy"},
"fancyShirt00" : {"qty" : 0, "topType" : "trendy"},
"fancyPants00" : {"qty" : 0, "bottomType" : "trendy"},
"fancyShoes00" : {"qty" : 0, "shoeType" : "trendy"},
"croptop00" : {"qty" : 0, "topType" : "cute"},
"shortshorts00" : {"qty" : 0, "bottomType" : "cute"},
"cutebrapanties00" : {"qty" : 0, "smallType" : "cute"},
"flats00" : {"qty" : 0, "shoeType" : "cute"},
"dress00" : {"qty" : 0, "topType" : "sexy"},
"dress01" : {"qty" : 0, "topType" : "sexy"},
"dress02" : {"qty" : 0, "topType" : "sexy"},
"sexyStockings00" : {"qty" : 0, "bottomType" : "sexy"},
"sexyStockings01" : {"qty" : 0, "bottomType" : "sexy"},
"sexyStockings02" : {"qty" : 0, "bottomType" : "sexy"},
"brapanties00" : {"qty" : 0, "smallType" : "sexy"},
"brapanties01" : {"qty" : 0, "smallType" : "sexy"},
"brapanties02" : {"qty" : 0, "smallType" : "sexy"},
"highheels00" : {"qty" : 0, "shoeType" : "sexy"},
"highheels01" : {"qty" : 0, "shoeType" : "sexy"},
"highheels02" : {"qty" : 0, "shoeType" : "sexy"},
"bustier00" : {"qty" : 0, "topType" : "slutty"},
"skirt00" : {"qty" : 0, "bottomType" : "slutty"},
"thong00" : {"qty" : 0, "smallType" : "slutty"},
"stripperHeels00" : {"qty" : 0, "shoeType" : "slutty"},
"blazer00" : {"qty" : 0, "topType" : "professional"},
"pencilSkirt00" : {"qty" : 0, "bottomType" : "professional"},
"supportlingerie00" : {"qty" : 0, "smallType" : "professional"},
"lowheels00" : {"qty" : 0, "shoeType" : "professional"},
"clVest00" : {"qty" : 0, "topType" : "sporty"},
"clSkirt00" : {"qty" : 0, "bottomType" : "sporty"},
"spankies00" : {"qty" : 0, "smallType" : "sporty"},
"trainers00" : {"qty" : 0, "shoeType" : "sporty"},
"shapeWear00" : {"qty" : 0, "smallType" : "shaper"},
"buttplug00" : {"qty" : 0, "rearType" : "plug"},
"vibeplug00" : {"qty" : 0, "rearType" : "plug"},
"tailplug00" : {"qty" : 0, "rearType" : "tail"},
"hairBow00" : {"qty" : 0, "HairAccType" : "cute"},
"hairClips00" : {"qty" : 0, "HairAccType" : "classy"},
"cheapEarring00" : {"qty" : 0, "EarPrcType" : "cheap"},
"cheapTonguering00" : {"qty" : 0, "TonguePrcType" : "cheap"},
"cheapNipplering00" : {"qty" : 0, "NipPrcType" : "cheap"},
"cheapBellyring00" : {"qty" : 0, "NipBellyType" : "cheap"},
"classyEarring00" : {"qty" : 0, "EarPrcType" : "classy"},
"classyTonguering00" : {"qty" : 0, "TonguePrcType" : "classy"},
"classyNipplering00" : {"qty" : 0, "NipPrcType" : "classy"},
"classyBellyring00" : {"qty" : 0, "BellyType" : "classy"},
"sluttyEarring00" : {"qty" : 0, "EarPrcType" : "slutty"},
"sluttyTonguering00" : {"qty" : 0, "TonguePrcType" : "slutty"},
"sluttyNipplering00" : {"qty" : 0, "NipPrcType" : "slutty"},
"sluttyBellyring00" : {"qty" : 0, "BellyType" : "slutty"},
"nullplug00" : {"qty" : 0, "rearType" : "emptyNaked"},
"nullwig00" : {"qty" : 0, "HairAccType" : "emptyNaked"},
"straightLob00" : {"qty" : 0, "HairAccType" : "professional"},
"lowBun00" : {"qty" : 0, "HairAccType" : "professional"},
"undoneCurls00" : {"qty" : 0, "HairAccType" : "professional"},
"ribbon00" : {"qty" : 0, "HairAccType" : "sporty"},
"nullEarring00" : {"qty" : 0, "EarPrcType" : "emptyNaked"},
"nullTonguering00" : {"qty" : 0, "TonguePrcType" : "emptyNaked"},
"nullNipplering00" : {"qty" : 0, "NipPrcType" : "emptyNaked"},
"nullBellyring00" : {"qty" : 0, "BellyType" : "emptyNaked"},
}>>
<<set $topInv to ["slobShirt00"]>>
<<set $bottomInv to ["slobPants00"]>>
<<set $shoeInv to ["slobShoes00"]>>
<<set $smallInv to ["briefs00"]>>
<<set $plugInv to ["emptyNaked00"]>>
<<set $hairaccInv to ["emptyNaked00"]>>
<<set $earprcInv to ["emptyNaked00"]>>
<<set $tongueprcInv to ["emptyNaked00"]>>
<<set $nipprcInv to ["emptyNaked00"]>>
<<set $bellyprcInv to ["emptyNaked00"]>>
<<set $imgLinks to {
"srcTop" : "ast/img/s/slobShirt00.png",
"srcBottom" : "ast/img/s/slobPants00.png",
"srcUW" : "ast/img/s/briefs00.png",
"srcShoe" : "ast/img/s/slobShoes00.png",
"srcRear" : "ast/img/s/emptyNaked00.png",
"srcHairAcc" : "ast/img/s/emptyNaked00.png",
"srcEarPrc" : "ast/img/s/emptyNaked00.png",
"srcTonguePrc" : "ast/img/s/emptyNaked00.png",
"srcNipPrc" : "ast/img/s/emptyNaked00.png",
"srcBellyPrc" : "ast/img/s/emptyNaked00.png"
}>>
<<set $canLunchBreak to true>>
<<set _isHalfPast to true>>
<<set _hour to 0>>
<<for _i to 0; _i lt 47; _i++>>
<<if _hour lt 10>>
<<set _timeEntry to "0" + _hour>>
<<else>>
<<set _timeEntry to "" + _hour + "">>
<</if>>
<<if _isHalfPast is false>>
<<set _timeEntry to _timeEntry + ":00">>
<<set _isHalfPast to true>>
<<else>>
<<set _timeEntry to _timeEntry + ":30">>
<<set _isHalfPast to false>>
<<set _hour to _hour + 1>>
<</if>>
<<set $dailyTimeLine.pushUnique(_timeEntry)>>
<</for>>
<<set $calFocus to false>>
<<set $calRoutine to false>>
<<set $isRegPUseful to true>>
<<set $isLesbPUseful to true>>
<<set $isSybPUseful to true>>
<<set $isBDSMPUseful to true>>
<<set $isHCPUseful to true>>
<<set $isBBCPUseful to true>>
<<set $isFDPUseful to true>>
<<set $timesWatchedRegP to 0>>
<<set $timesWatchedLesbP to 0>>
<<set $timesWatchedSybP to 0>>
<<set $timesWatchedBDSMP to 0>>
<<set $timesWatchedHCP to 0>>
<<set $timesWatchedBBCP to 0>>
<<set $timesWatchedFDP to 0>>
<<set $currentTime to 20>>
<<set $currentDay to 0>>
<<set $weekCounter to 0>>
<<set $rent to 400>>
<<set $postLunch to false>>
<<set $daysAtGFThisWeek to 0>>
<<set $wentToGF to false>>
<<set $hgHappylvl to 3>>
<<set $hgAngMeter to 0>>
<<set $tasks to []>>
<<set $currentSMaster to []>>
<<set $SMasterTrained to []>>
<<set $ver to 1.3>>
<</silently>>
<<include "StartText">>
<span class='fadeIn10'><span class="link-masc"><<link "Drift Deeper into Dreams" "ProfileSetup00">><</link>></span></span>You here someone calling your name...
No, not just calling, <span class='fadeIn1'>moaning</span>
<span class='fadeIn2'>And not just one voice</span><span class='fadeIn3'> but many...</span>
<span class='fadeIn4'>The name they moan is <<textbox "$pc" "" autofocus>></span>
<span class='fadeIn5'><span class="link-masc"><<link "Yes, that's YOUR name" "ValidateProfileSetup00">><</link>></span></span><<addclass "body" "introdream">>
They dance, slowly and purposefully in the mists of your dreams. Some of them teasing you, some of them writhing in ecstasy on your massive cock. Hot breath, lips parted, tight fertile bodies heaving gracefully up and down, back and forth. Sometimes you're in control, your dick lodged firmly in her impossibly tight ass. Other times, she gracefully rides your cock, her pussy clenched and hungry.
<<silently>>
<<script>>UIBar.unstow();<</script>>
<<set $showStats to true>><<set $pcOldName to $pc>>
<</silently>>
<video src="ast/img/intro.mp4" width="640" height="480" autoplay auto loop></video>
@@.hint;You get these dreams when you've been horny for too long.@@ You've neglected your sexual health and these perfect dream women seek to cure what ails you. Your whole body grows warm from passion as you feel yourself explode inside her...
You lazily open your eyes. What a dream! Already the details become hazy as you fail to remember what she looked like, her hair color, her cup size, or if you came inside her or on her. Then you realize something else as the fog of sleep begins to lift.
Your underwear is sticky with cum.
You sigh, another wet dream. You'd think you would've outgrown these by now. You'll have to remember to not let yourself go to sleep so damn horny next time. You realize you'll be late to work if you don't get moving and decide to get dressed...
<span class="link-masc"><<link "Get ready for work" "Home">><</link>></span>
<<silently>>
<<if $ver is not 1.3>>
<<goto BadSave>>
<</if>>
<<if $eventCol.includes("desc5")>>
<<addclass "body" "dorm">>
<<elseif not $eventCol.includes("fired")>>
<<addclass "body" "apartment">>
<<else>>
<<addclass "body" "girlroom">>
<</if>>
<<set $calH to true>>
<<set $pcAb.canGoToWork to true>>
<<if (47 - $currentTime) lt 16>>
<<set $pcAb.canGoToWork to false>>
<</if>>
<<if (47 - $currentTime) lt 8>>
<<set _fourHoursLeft to false>>
<<else>>
<<set _fourHoursLeft to true>>
<</if>>
<<if $weekCounter is 4 and not $eventCol.includes("fired")>>
<<goto payRent>>
<</if>>
<</silently>>
<<if not $eventCol.includes("desc5")>>
<span class="link-masc"><<link "Look At Mirror" "MirrorView">><</link>></span><br />
<span class="link-masc"><<link "Change Clothes" "ChangeClothes">><</link>></span><br />
<<nobr>>
<<if not $eventCol.includes("firstSightHG") and not $eventCol.includes("secondSightHG")>>
<<if not $eventCol.includes("fired")>>
<span class="link-masc"><<link "Change Your Morning Routine" "setRoutine">><</link>></span>
<<else>>
<span class="link-fem"><<link "Change Your Morning Routine" "setRoutine">><</link>></span>
<</if>>
<</if>>
<</nobr>>
<</if>>
<<nobr>>
<<if $pcAb.adjustedRoutine is true>>
<br />@@.hint;
<<if $invs.razor.qty is 0 and $pcAb.routine.useRazor is true and not $eventCol.includes("fired")>>
You are out of razors,
<</if>>
<<if $invs.deodorant.qty is 0 and $pcAb.routine.useDeodorant is true and not $eventCol.includes("fired")>>
You are out of deodorant,
<</if>>
<<if $invs.toothpaste.qty is 0 and $pcAb.routine.useToothpaste is true and not $eventCol.includes("fired")>>
You are out of toothpaste,
<</if>>
<<if $invs.bodywash.qty is 0 and $pcAb.routine.useBodywash is true and not $eventCol.includes("fired")>>
You are out of body wash,
<</if>>
<<if $invs.shampoo.qty is 0 and $pcAb.routine.useShampoo is true and not $eventCol.includes("fired")>>
You are out of shampoo,
<</if>>
<<if $invs.healthfood.qty is 0 and $pcAb.routine.useHealthfood is true and not $eventCol.includes("semiFinControl")>>
You are out of healthy food.
<</if>>
<<if $eventCol.includes("fired")>>
<<if $invs.makeUp.qty is 0 and $femRoutine.useMakeup is true>>
You are out of Make Up.
<</if>>
<</if>>
@@<br />
<</if>>
<</nobr>>
<<nobr>>
<<if not $eventCol.includes("desc5")>>
<<if $pcAb.canGoToWork is true>>
<<if $eventCol.includes("fired")>>
<<if $eventCol.includes("exSissPhoto") and $currentDay is 2>>
<span class="link-fem"><<link "Go To Photoshoot" "SissyWork">><<set $eventCol.push("exSissPhotoExecute")>><</link>></span><br />
<<elseif $eventCol.includes("exSissCamShow") and ($currentDay is 1 or $currentDay is 3)>>
<<if $hasCammed is true>>
<span class="p-masc">Go Do Some Web Entrepreneuring (You've already used up your time slot for today)</span><br />
<<elseif not $specInv.includes("webCam")>>
<span class="p-masc">Go Do Some Web Entrepreneuring (You don't own a Webcam)</span><br />
<<else>>
<span class="link-fem"><<link "Go Do Some Web Entrepreneuring" "SissyWork">><<set $eventCol.push("exSissCamShowExecute")>><</link>></span><br />
<</if>>
<<elseif $eventCol.includes("jobSearch") and $currentDay lt 5 and not $eventCol.includes("sissFluff")>>
<<if $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
Search For a New Job (Not wearing slutty things!)
<<else>>
<<if $eventCol.includes("jobInterview0")>>
<span class="link-fem"><<link "Go To Job Interview!" "OnetimeBoard">><<set $eventCol.push("exJobInterview0")>><</link>></span><br />
<<elseif $eventCol.includes("jobInterview1")>>
<span class="link-fem"><<link "Go To Job Interview!" "OnetimeBoard">><<set $eventCol.push("exJobInterview1")>><</link>></span><br />
<<else>>
<span class="link-fem"><<link "Search For a New Job" "SissyWork">><<set $eventCol.push("exJobSearch")>><</link>></span> (4 hours)<br />
<</if>>
<</if>>
<<elseif $eventCol.includes("sissFluff") and $currentDay lt 5>>
<<if $pcAb.outerWear is "cuteClothes" or $pcAb.outerWear is "sexyClothes" or $pcAb.outerWear is "professionalClothes" or $pcAb.outerWear is "sportyClothes">>
<span class="link-fem"><<link "Go To Production Set" "SissyWork">><<set $eventCol.pushUnique("exSissFluff")>><</link>></span>
<span class="link-fem"><<link "Work Until Close" "SissyWork">>
<<set $eventCol.pushUnique("exSissFluff")>>
<<set $eventCol.pushUnique("allday")>>
<</link>></span> (Working until close will use up the rest of the day)<br />
<<elseif $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
<span class="p-masc">Go To Production Set (You're dressed too slutty!)</span><br />
<<else>>
<span class="p-masc">Go To Production Set (Not wearing matching feminine clothing)</span><br />
<</if>>
<<elseif $currentDay lt 5>>
<span class="p-masc">Go To Work (You've been fired!)</span><br />
<<else>>
<span class="excl-masc">It's the weekend!</span><br /><br />
<<if $specInv.includes("timeMgr")>>
<<if $femLvl gte 1>>
<span class="link-fem"><<link "Visit the Workforce Commission" "WeekendWork">><</link>></span>
<span class="link-fem"><<link "Work Until Close" "WeekendWork">>
<<set $eventCol.pushUnique("allday")>>
<</link>></span> (Working until close will use up the rest of the day)<br />
<<else>>
<span class="link-masc"><<link "Visit the Workforce Commission" "WeekendWork">><</link>></span>
<span class="link-masc"><<link "Work Until Close" "WeekendWork">>
<<set $eventCol.pushUnique("allday")>>
<</link>></span> (Working until close will use up the rest of the day)<br />
<</if>>
<<else>>
<<if $femLvl gte 1>>
<span class="link-fem"><<link "Visit the Workforce Commission" "WeekendWork">><</link>></span><br />
<<else>>
<span class="link-masc"><<link "Visit the Workforce Commission" "WeekendWork">><</link>></span><br />
<</if>>
<</if>>
<</if>>
<<elseif $invs.topWear.topType is "sexy">>
<span class="p-masc">Go To Work (Not wearing a dress!)</span><br />
<<elseif $invs.bottomWear.bottomType is "sexy">>
<span class="p-masc">Go To Work (Not wearing stockings!)</span><br />
<<elseif $invs.shoes.shoeType is "sexy">>
<span class="p-masc">Go To Work (Not wearing heels!)</span><br />
<<else>>
<<if $currentDay lt 5>>
<<if $specInv.includes("timeMgr")>>
<span class="link-masc"><<link "Go To Work" "Work">><</link>></span>
<<if $eventCol.includes("transing")>>
<span class="p-masc">Work Until Close (You're too demotivated due to recent events)</span><br />
<<else>>
<span class="link-masc"><<link "Work Until Close" "Work">>
<<set $eventCol.pushUnique("allday")>>
<</link>></span> (Working until close will use up the rest of the day)<br />
<</if>>
<<else>>
<span class="link-masc"><<link "Go To Work" "Work">><</link>></span> (9 hours, includes 1 hour lunch break)<br />
<</if>>
<<else>>
<<if $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
<span class="excl-masc">It's the weekend!</span><br /><br />
<span class="p-masc">Visit the Workforce Commission (You're dressed too slutty!)</span><br />
<<else>>
<span class="excl-masc">It's the weekend!</span><br /><br />
<<if $specInv.includes("timeMgr") and not $eventCol.includes("firstTimeMakeupAndModel")>>
<<if $femLvl gte 1>>
<span class="link-fem"><<link "Visit the Workforce Commission" "WeekendWork">><</link>></span>
<span class="link-fem"><<link "Work Until Close" "WeekendWork">><br />
<<set $eventCol.pushUnique("allday")>>
<</link>></span> (Working until close will use up the rest of the day)<br />
<<else>>
<span class="link-masc"><<link "Visit the Workforce Commission" "WeekendWork">><</link>></span>
<span class="link-masc"><<link "Work Until Close" "WeekendWork">><br />
<<set $eventCol.pushUnique("allday")>>
<</link>></span> (Working until close will use up the rest of the day)<br />
<</if>>
<<else>>
<<if $femLvl gte 1>>
<span class="link-fem"><<link "Visit the Workforce Commission" "WeekendWork">><</link>></span><br />
<<else>>
<span class="link-masc"><<link "Visit the Workforce Commission" "WeekendWork">><</link>></span><br />
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<else>>
<<if $eventCol.includes("jobSearch") and not $eventCol.includes("sissFluff")>>
<span class="p-masc">Search For a New Job (Not enough time)</span><br />
<<elseif $eventCol.includes("sissFluff")>>
<span class="p-masc">Go To Production Set (Not enough time)</span><br />
<<else>>
<span class="p-masc">Go To Work (Not enough time)</span><br />
<</if>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("getNewSTasks") and not $eventCol.includes("desc1")>>
<span class="p-masc">Go To Sleep (You better see what tasks Valerie has for you first!)</span><br />
<<elseif ($eventCol.includes("evalSTasks") or $eventCol.includes("initNewLife")) and not $eventCol.includes("desc1")>>
<span class="p-masc">Go To Sleep (You better talk to Valerie first!)</span><br />
<<else>>
<span class="link-masc"><<link "Go To Sleep" "SleepHub">><</link>></span><br />
<</if>>
<</nobr>>
<<nobr>>
<<if not $eventCol.includes("desc5")>>
<<if $pcAb.inDebt is true and not $eventCol.includes("fired")>>
<span class="p-masc">Go Shopping (You can't until you pay off your debt)</span><br /><br />
<span class="link-masc"><<link "Pay Debt" "payDebt">><</link>></span><br />
<<else>>
<<if $invs.shoes.shoeType is "sexy" and not $skills.includes("highHeels")>>
<span class="p-masc">Go Shopping (You lack the skills to wear heels outside the house)</span><br />
<<else>>
<<if $currentTime gt 47>>
<span class="p-masc">Go Shopping (Everything is closed)</span><br />
<<else>>
<<if $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
<span class="p-masc">Go Shopping (You're dressed too slutty!)</span><br />
<<else>>
<span class="link-masc"><<link "Go Shopping" "ShopHub">><</link>></span><br />
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("activateBar")>>
<<if _fourHoursLeft is true>>
<<if $invs.topWear.topType is "sexy">>
<span class="p-masc">Go To the Bar (Not wearing a dress!)</span><br />
<<elseif $invs.bottomWear.bottomType is "sexy">>
<span class="p-masc">Go To the Bar (Not wearing stockings!)</span><br />
<<elseif $invs.shoes.shoeType is "sexy">>
<span class="p-masc">Go To the Bar (Not wearing heels!)</span><br />
<<elseif $eventCol.includes("fired")>>
<<if $eventCol.includes("barAllowed")>>
<<if $currentDay is 6 and not $eventCol.includes("desc1")>>
<span class="p-masc">Go to the Bar (You can go to the bar next week!)</span><br />
<<elseif $sWeek gte 7>>
<!-- -->
<<elseif $sWeek gte 5 and $canSG is true>>
<<if $eventCol.includes("fetDateInit")>>
<span class="p-masc">Go to the Bar (Too focused on preparing for your big date)</span><br />
<<else>>
<span class="p-masc">Go to the Bar (Valerie wants you to do something special first)</span><br />
<</if>>
<<elseif $pcAb.outerWear is "cuteClothes" or $pcAb.outerWear is "sexyClothes" or $pcAb.outerWear is "professionalClothes">>
<span class="p-masc">Go to the Bar (@@.hint;You're dressed like girl!@@ Your friends wouldn't understand)</span><br />
<<elseif $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
<span class="p-masc">Go to the Bar (You're dressed too slutty!)</span><br />
<<elseif $currentTime gte 34>>
<span class="link-masc"><<link "Go to the Bar" "Bar">><</link>></span><br />
<<else>>
<span class="p-masc">Go to the Bar (Too early)</span> <span class="link-masc"><<link "Wait for Bar to Open" "Home">><<set $currentTime to 34>><</link>></span><br />
<</if>>
<<else>>
<span class="p-masc">Go to the Bar (Valerie has forbidden you from seeing your friends until you prove your obedience)</span><br />
<</if>>
<<else>>
<<if $currentTime gte 34>>
<span class="link-masc"><<link "Go to the Bar" "Bar">><</link>></span><br />
<<else>>
<span class="p-masc">Go to the Bar (Too early)</span><br />
<</if>>
<</if>>
<<else>>
<span class="p-masc">Go to the Bar (The Bar is open late but you're too tired)</span><br />
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("attendCollege") and not $eventCol.includes("fired")>>
<<if _fourHoursLeft is true>>
<span class="link-masc"><<link "Do Online Course Work" "College">><</link>></span><br />
<<else>>
<span class="p-masc">Do Online Course Work (Not enough time)</span><br />
<</if>>
<</if>>
<<if $tasks.includes("payMedDebt")>>
<<if $debt gt 0>>
<span class="link-masc"><<link "Make a Medical Debt Payment" "payDebt">><</link>></span><br />
<</if>>
<</if>>
<<if $femLvl is 2>>
<br /><span class="p-masc">Go See the Doctor (You'll wait to see if your hormone problem gets any worse)</span><br />
<<elseif $femLvl gte 3>>
<<if $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
<br /><span class="p-masc">Go See the Doctor (You're dressed too slutty!)</span><br />
<<elseif not $eventCol.includes("ias0")>>
<br /><span class="link-masc"><<link "Go See the Doctor" "DoctorOffice">><</link>></span><br />
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("datingHG")>>
<<if not $eventCol.includes("fired")>>
<<if $hgHappylvl gt 0>>
<<if _fourHoursLeft is true>>
<<if $invs.shoes.shoeType is "sexy" and not $skills.includes("highHeels")>>
<span class="p-masc">Visit Girlfriend (You lack the skills to wear heels outside the house)</span><br />
<<else>>
<span class="link-masc"><<link "Visit Girlfriend" "VisitGF">><</link>></span><br />
<</if>>
<<else>>
<span class="p-masc">Visit Girlfriend (Not enough time)</span><br />
<</if>>
<<else>>
<span class="p-masc">Visit Girlfriend (She's upset with you. You better try to set things right)</span><br /><br />
<span class="link-masc"><<link "Call Girlfriend" "CallGF">><</link>></span><br />
<</if>>
<<else>>
<<if $advSkills.includes("actLarry") and $debt gt 0>>
<<if $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
<span class="p-masc">Larry's Vintage Gamer Shop (You're dressed too slutty!)<br /></span><br />
<<else>>
<span class="link-masc"><<link "Larry's Vintage Gamer Shop" "VisitLarry">><</link>></span><br /><br />
<</if>>
<</if>>
<<if not $eventCol.includes("desc1")>>
<<if not $eventCol.includes("docKnow")>>
<span class="link-masc"><<link "Talk to Girlfriend" "TalkGF">><</link>></span><br />
<<elseif $eventCol.includes("docKnow")>>
<span class="link-masc"><<link "Talk to Girlfriend" "TalkGF">><</link>></span>/ <span class="link-masc"><<link "Confront Girlfriend about Hormones" "OnetimeBoard2">><br />
<<set $eventCol.pushUnique("confrontVal")>>
<</link>></span><br />
<</if>>
<</if>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if not $eventCol.includes("desc5")>>
<span class="link-masc"><<link "You really need a release" "ReleaseHub">><</link>></span><br /><br />
<</if>>
<<if $sWeek is 2 and not $eventCol.includes("getNewTranTasks") and $currentDay isnot 6>>
<span class="link-masc"><<link "Help Punish Lily" "LilyHub">><</link>></span><br /><br />
<</if>>
<<if $sWeek gte 3 and $eventCol.includes("sMasters")>>
<<if $pcAb.canGoToWork is true>>
<<if $femLvl gte 2>>
<<if $currentSMaster.includes("Izzy")>>
<<if $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
<span class="p-masc">Go to Izzy's Office (You're dressed too slutty!)</span><br /><br />
<<else>>
<span class="link-fem"><<link "Go to Izzy's Office" "Izzy">><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("izzyP1Rem")>>
<<if $currentDay gte 5>>
<span class="p-masc">Go to Real Estate Class (Not Open on the Weekends)</span><br />
<<elseif $specInv.includes("realEstateLicense") is true>>
<span class="p-masc">Go to Real Estate Class (Already earned your license!)</span><br />
<<elseif $studiedRE is true>>
<span class="p-masc">Go to Real Estate Class (Already learned something today, you're exhausted)</span><br /><br />
<<else>>
<<if $wallet lt 100>>
<span class="p-masc">Go to Real Estate Class (Not Enough Money)</span><br />
<<elseif $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
<span class="p-masc">Go to Real Estate Class (You're dressed too slutty!)</span><br />
<<else>>
<span class="link-fem"><<link "Go to Real Estate Class" "SkillBoard">><<set $eventCol.push("learnRealEstate")>><</link>></span> (Costs $100 per session)<br /><br />
<</if>>
<</if>>
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
<<if $suzIsTired is true>>
<span class="p-masc">Go to Suzy's Apartment (You're worn out from all that clubbing)</span><br /><br />
<<else>>
<span class="link-fem"><<link "Go to Suzy's Apartment" "Suzy">><</link>></span><br /><br />
<</if>>
<<if $tasks.includes("suzGiggle") and not $skills.includes("suzGiggle")>>
<<if $suzTaskTrained is true>>
<span class="p-masc">Practice Giggling (Already learned something today, you're exhausted)</span><br /><br />
<<else>>
<span class="link-fem"><<link "Practice Giggling" "SkillBoard">>
<<set $eventCol.pushUnique("prSuzGiggle")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $tasks.includes("suzWalk") and not $skills.includes("suzWalk")>>
<<if $suzTaskTrained is true>>
<span class="p-masc">Practice Sexy Walking (Already learned something today, you're exhausted)</span><br /><br />
<<else>>
<span class="link-fem"><<link "Practice Sexy Walking" "SkillBoard">>
<<set $eventCol.pushUnique("prSuzWalk")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<elseif $currentSMaster.includes("Sarah")>>
<span class="link-fem"><<link "Descendo" "Sarah">>
<</link>></span><br /><br />
<<elseif $currentSMaster.includes("Jessica")>>
<<if $jessIsTired is true>>
<span class="p-masc">Go to Jessica's Stadium Office (The Team has already left the locker room)</span><br /><br />
<<else>>
<span class="link-fem"><<link "Go to Jessica's Stadium Office" "Jessica">><</link>></span><br /><br />
<<if $tasks.includes("getTonguePiercing") and not $eventCol.includes("tonguePierced")>>
<span class="link-fem"><<link "Go to Sketchy Tattoo Parlor" "OnetimeBoard2">>
<<set $eventCol.pushUnique("pierceTongue")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<elseif $currentSMaster.includes("Raven")>>
<<if $ravIsTired is true>>
<<if $ravIsTired is true>>
<span class="p-masc">Go to Raven's Dungeon (Too exhausted from your last session)</span><br /><br />
<<if $vRav is false>>
<<if $dailyBool is false>>
<span class="link-fem"><<link "Take Some Time to Recover from Raven's Training" "OnetimeBoard">>
<<set $eventCol.push("ravRecovery")>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Take Some Time to Recover from Raven's Training (Already Spent Time Recovering Today)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<else>>
<span class="link-fem"><<link "Go to Raven's Dungeon" "Raven">><</link>></span><br /><br />
<</if>>
<<else>>
<span class="link-fem"><<link "Work for Valerie's Contacts" "FriendHub">><</link>></span><br /><br />
<</if>>
<<else>>
<span class="p-masc">Work for Valerie's Contacts (A lot has happened, maybe you should rest up)</span><br /><br />
<</if>>
<<if $eventCol.includes("FriTask0A")>>
<<if $pcAb.outerWear is "cuteClothes">>
<<if $currentDay is 4>>
<br /><br /><span class="link-masc"><<link "Volunteer at the Soup Kitchen" "OnetimeBoard">>
<<set $eventCol.push("FriTask0AEX")>>
<</link>></span><br /><br />
<<else>>
<br /><br /><span class="p-masc">Volunteer at the Soup Kitchen (Available on Friday!)</span><br /><br />
<</if>>
<<else>>
<br /><br /><span class="p-masc">Volunteer at the Soup Kitchen (Need to wear something casual and @@.hint;cute@@)</span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("FriTask0B") and $currentDay is 4>>
<<if $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sluttyArticle">>
Someone's Knocking at the Door! (You're dressed too slutty to answer!)
<<else>>
<br /><br /><span class="link-masc"><<link "Someone's Knocking at the Door!" "OnetimeBoard">>
<<set $eventCol.push("FriTask0BEX")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<else>>
<<if $currentSMaster.includes("Izzy")>>
<span class="p-masc">Go to Izzy's Office (Not enough time)</span><br /><br />
<<if $eventCol.includes("izzyP1Rem")>>
<span class="p-masc">Go to Real Estate Class (Not enough time)</span><br /><br />
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
<span class="p-masc">Go to Suzy's Apartment (Not enough time)</span><br /><br />
<<if $tasks.includes("suzGiggle") and not $skills.includes("suzGiggle")>>
<<if $suzTaskTrained is true and not $skills.includes("suzGiggle")>>
<span class="p-masc">Practice Giggling (Already learned something today, you're exhausted)</span><br /><br />
<<else>>
<span class="link-fem"><<link "Practice Giggling" "SkillBoard">>
<<set $eventCol.pushUnique("prSuzGiggle")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $tasks.includes("suzWalk") and not $skills.includes("suzWalk")>>
<<if $suzTaskTrained is true>>
<span class="p-masc">Practice Sexy Walking (Already learned something today, you're exhausted)</span><br /><br />
<<else>>
<span class="link-fem"><<link "Practice Sexy Walking" "SkillBoard">>
<<set $eventCol.pushUnique("prSuzWalk")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<elseif $currentSMaster.includes("Sarah")>>
<span class="link-fem"><<link "Descendo" "Sarah">>
<<set $eventCol.pushUnique("sarNight")>>
<</link>></span><br /><br />
<<elseif $currentSMaster.includes("Jessica")>>
<span class="p-masc">Go to Jessica's Stadium Office (Not enough time)</span><br /><br />
<<elseif $currentSMaster.includes("Raven")>>
<span class="p-masc">Go to Raven's Dungeon (Not enough time)</span><br /><br />
<<else>>
<span class="p-masc">Work for Valerie's Contacts (Not enough time)</span><br />
<</if>>
<<if $eventCol.includes("FriTask0A")>>
<br /><br /><span class="p-masc">Volunteer at the Soup Kitchen (Not enough time)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $eventCol.includes("mallDate")>>
@@.hint;You remember that Valerie wants to meet up at the mall for a date@@
<</if>>
<<if $eventCol.includes("dinnerDate0")>>
@@.hint;You remember that Valerie wants to go to a really nice restaurant@@<br /><br />
<</if>>
<<if ($eventCol.includes("dinnerDate0") or $eventCol.includes("datingHG")) and $invs.reservation.qty gt 0>>
<<if _fourHoursLeft is true>>
<span class="link-masc"><<link "Go on Fancy Dinner Date to Se Soumettre" "DinnerDate">><</link>></span><br />
<<else>>
<span class="p-masc">Go on Fancy Dinner Date to Se Soumettre (Not enough time)</span><br />
<</if>>
<</if>>
<<if $invs.shoes.shoeType is "sexy" and not $skills.includes("highHeels")>>
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Practice Wearing Heels" "SkillBoard">><<set $eventCol.push("learnHighHeels")>><</link>></span><br />
<<else>>
<span class="p-masc">Practice Wearing Heels (You need a little time to mentally absorb the new info)</span><br />
<</if>>
<</if>>
<<if $pcAb.outerWear is "sexyClothes" and not $skills.includes("outsideCD") and $specInv.includes("shapeWear") and $tasks.includes("outsideCD")>>
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Venture Outside Fully Crossdressed" "SkillBoard">><<set $eventCol.push("learnOutsideCD")>><</link>></span><br />
<<else>>
<span class="p-masc">Venture Outside Fully Crossdressed (You need a little time to mentally absorb the new info)</span><br />
<</if>>
<</if>>
<<if $specInv.includes("femVoiceDVD") and not $skills.includes("voiceControl")>>
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Use DVD to train your voice" "SkillBoard">><<set $eventCol.push("learnVoiceControl")>><</link>></span><br />
<<else>>
<span class="p-masc">Use DVD to train your voice (You need a little time to mentally absorb the new info)</span><br />
<</if>>
<</if>>
<<if $eventCol.includes("girlsNightOut0")>>
<<if (47 - $currentTime) lt 24>>
<span class="p-masc">Prepare for the big girl's night out (not enough time)</span><br />
<<elseif $invs.rear.rearType isnot "plug">>
<span class="p-masc">Prepare for the big girl's night out (you'll need to wear your butt plug)</span><br />
<<else>>
<<if $pcAb.outerWear is "sexyClothes">>
<span class="link-fem"><<link "Prepare for the big girl's night out" "OnetimeBoard">><<set $eventCol.push("girlsNightOut0Event")>><</link>></span><br />
<<else>>
<span class="p-masc">Prepare for the big girl's night out (you need to put on your party girl outfit)</span><br />
<</if>>
<</if>>
<</if>>
<<if $tasks.includes("sissDance") and not $skills.includes("sissDance")>>
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Practice a Girly Dance" "SkillBoard">><<set $eventCol.push("prSissDance")>><</link>></span><br /><br />
<<else>>
<span class="p-masc">Practice a Girly Dance (You need a little time to mentally absorb the new info)</span><br /><br />
<</if>>
<</if>>
<<if $tasks.includes("bjPractice") and not $skills.includes("bjPractice")>>
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Practice Sucking Valerie's Dildo" "SkillBoard">><<set $eventCol.push("prBjPractice")>><</link>></span><br /><br />
<<else>>
<span class="p-masc">Practice Sucking Valerie's Dildo (You need a little time to mentally absorb the new info)</span><br /><br />
<</if>>
<</if>>
<<if $tasks.includes("sissSquats") and not $skills.includes("sissSquats")>>
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Exercise Squatting Routine" "SkillBoard">><<set $eventCol.push("prSissSquats")>><</link>></span><br /><br />
<<else>>
<span class="p-masc">Exercise Squatting Routine (You need a little time to mentally absorb the new info)</span><br /><br />
<</if>>
<</if>>
<<if $tasks.includes("vibratorPractice") and not $skills.includes("vibratorPractice")>>
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Train Your Ass with a Vibrator" "SkillBoard">><<set $eventCol.push("prVibratorPractice")>><</link>></span><br /><br />
<<else>>
<span class="p-masc">Train Your Ass with a Vibrator (You need a little time to mentally absorb the new info)</span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("guyLunch")>>
<span class="link-fem"><<link "Lunch Date" "OnetimeBoard2">><<set $eventCol.pushUnique("guyLunchExec")>><</link>></span><br /><br />
<</if>>
<<if $tasks.includes("realEstateLicense") and not $skills.includes("realEstateLicense")>>
<<if $izzCreditHours gt 120>><<set $izzCreditHours to 120>><</if>>
<br />Current Credit Hours Earned: $izzCreditHours / 120<br /><br />
<</if>>
<<if $eventCol.includes("inject0") and not $eventCol.includes("injected0")>>
<span class="link-fem"><<link "Go To Clinic" "OnetimeBoard2">><<set $eventCol.pushUnique("inject0Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("inject1") and not $eventCol.includes("injected1")>>
<span class="link-fem"><<link "Go To Clinic" "OnetimeBoard2">><<set $eventCol.pushUnique("inject1Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("inject2") and not $eventCol.includes("injected2")>>
<span class="link-fem"><<link "Go To Clinic" "OnetimeBoard2">><<set $eventCol.pushUnique("inject2Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("lotion0") and not $eventCol.includes("lotioned0")>>
<span class="link-fem"><<link "Apply Lotion" "OnetimeBoard2">><<set $eventCol.pushUnique("lotion0Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("lotion1") and not $eventCol.includes("lotioned1")>>
<span class="link-fem"><<link "Apply Lotion" "OnetimeBoard2">><<set $eventCol.pushUnique("lotion1Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("lotion2") and not $eventCol.includes("lotioned2")>>
<span class="link-fem"><<link "Apply Lotion" "OnetimeBoard2">><<set $eventCol.pushUnique("lotion2Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("lotion3") and not $eventCol.includes("lotioned3")>>
<span class="link-fem"><<link "Apply Lotion" "OnetimeBoard2">><<set $eventCol.pushUnique("lotion3Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("tan0") and not $eventCol.includes("tanned0")>>
<span class="link-fem"><<link "Go Tanning" "OnetimeBoard2">><<set $eventCol.pushUnique("tan0Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("tan1") and not $eventCol.includes("tanned1")>>
<span class="link-fem"><<link "Go Tanning" "OnetimeBoard2">><<set $eventCol.pushUnique("tan1Exec")>><</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("tan2") and not $eventCol.includes("tanned2")>>
<span class="link-fem"><<link "Go Tanning" "OnetimeBoard2">><<set $eventCol.pushUnique("tan2Exec")>><</link>></span><br /><br />
<</if>>
<</nobr>><<nobr>>
<<set _isVal to true>>
<<if $pc.length lte 1>>
<<set _isVal to false>>
<<set $p0 to "My name needs to be a little longer than that">>
<</if>>
<<if _isVal is true>>
<<goto Intro>>
<<else>>
<<print $p0>>
<</if>>
<</nobr>>
<span class="link-masc"><<back "Now I remember...">></span><<silently>>
<<addclass "body" "s-mart">>
<<set $calH to true>>
<<set $wentToWork to true>>
<<set _hoursWorked to 4>>
<<if $eventCol.includes("allday")>>
<<set _timeMulti to 0>>
<<set $canLunchBreak to false>>
<<for (47 - $currentTime) gt 16>>
<<set $currentTime to $currentTime + 8>>
<<set _timeMulti to _timeMulti + 1>>
<</for>>
<<set $workClicks to 2 * _timeMulti>>
<<else>>
<<set $currentTime to $currentTime + 8>>
<<set _timeMulti to 1>>
<</if>>
<<set _focusMulti to $focuslvl / 100>>
<<set _baseEarning to $job * _hoursWorked >>
<<set _focusMod to _baseEarning * _focusMulti>>
<<set _focusMod to Math.trunc(_focusMod)>>
<<set _totalEarning to ((_baseEarning + _focusMod) * _timeMulti)>>
<<set $wallet to $wallet + _totalEarning>>
wallet $wallet
<</silently>>
<<nobr>>
<<if $eventCol.includes("preFire")>><<if $fireCounter > 3>><<set $eventCol.push("FireEvent")>><<goto OnetimeBoard>><</if>><</if>>
<<include "WorkText">><<set $postLunch to false>>
<<if $focuslvl > 25>>
@@.hint;Your focus is high and allows you to do a good job@@
<</if>>
<<if $focuslvl < 25>>
<<if $focuslvl > 0>>
@@.hint;Your focus is moderate and allows you to do an ok job@@
<</if>>
<</if>>
<<if $focuslvl < 0>>
<<if $focuslvl > -25>>
@@.hint;Your are distracted by lascivious thoughts and your job performance is suffering@@
<</if>>
<</if>>
<<if $focuslvl < -25>>
<<if $focuslvl > -50>>
@@.hint;You are totally unfocused and only perform the bare minimum at your job@@
<</if>>
<</if>>
<<if $focuslvl < -50>>
@@.hint;You are so horny you can already feel yourself leaking! You need to do something about this!@@<<if $eventCol.includes("preFire")>><<set $fireCounter to $fireCounter + 1>><</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("chastity")>>
Your chastity cage keeps you constantly reminded that you've lost vital control over your own manhood.
<</if>><br />
<<if $eventCol.includes("girlyNails")>>
You keep your hands balled into fists as much as you can so as to hide your embarrassing pink fingernails.
<</if>><br />
<<if $femLvl is 1>>
Some of your coworkers remark that you look... different. But they can't quite place why.<<if not $eventCol.includes("preFire")>><<set $eventCol.push("preFireEvent")>><</if>>
<</if>><br />
<<if $eventCol.includes("allday")>>
You spend all day at work!<br />
<</if>>
<</nobr>>
@@.moneymov;<img src="ast/img/s/dolla.png" />@@<br />
@@.mru;you earn $ <<print ((_baseEarning + _focusMod) * _timeMulti)>>@@
<<if $canLunchBreak is true>>
<span class="link-masc"><<link "Go On Lunch Break" "Lunch Break">><</link>></span>
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><<if $eventCol.includes("allday")>><<set $eventCol.pushUnique("alldayCalc")>><</if>><<set $eventCol.delete("allday")>><</link>></span><<addclass "body" "s-mart">>
<<silently>>
<<set $calH to true>>
<<set $currentTime to $currentTime + 2>>
<<set $hlvl to $hlvl + $boundlvl + 1>>
<<set $canLunchBreak to false>>
<<set $postLunch to true>>
<</silently>>
<<nobr>>
<<if $eventCol.includes("firstSightHG")>>
<<set _names to Object.keys($evts)>>
<<for _i = 0; _i < _names.length; _i++>>
<<if _names[_i] is "firstSightHG">>
<<set _tmpEv to $evts[_names[_i]]>>
<<if _tmpEv.cD gt 0>>
<<include "FirstSightText">>
<<set _tmpEv.cD to _tmpEv.cD - 1>>
<<else>>
<<set $eventCol.delete("firstSightHG")>>
<<set $eventCol.push("secondSightHG")>>
<<goto firstSightHG>>
<</if>>
<</if>>
<</for>>
<<elseif $eventCol.includes("secondSightHG")>>
<<set _names to Object.keys($evts)>>
<<for _i = 0; _i < _names.length; _i++>>
<<if _names[_i] is "secondSightHG">>
<<set _tmpEv to $evts[_names[_i]]>>
<<if _tmpEv.cD gt 0>>
<<include "SecondSightText">>
<<set _tmpEv.cD to _tmpEv.cD - 1>>
<<else>>
<<set $eventCol.delete("secondSightHG")>>
<<goto secondSightHG>>
<</if>>
<</if>>
<</for>>
<<elseif $eventCol.includes("transing")>>
<<if $eventCol.includes("preFireEvent")>>
When you go to take your break, you run into a new hire, Kevin. He's not just any new hire, he's a new assistant store director, which puts him just over you in the grand Schaft-Mart hierarchy. He stands across from you as you try to eat your lunch.<br /><br />
He makes it clear that he's been hired to "clean house". You've heard this rant before anytime a new manager is hired. They tend to lose the crusader attitude after a few months of dealing with the sheer apathy of the people they have to manage. Kevin seems to sense your indifference and continues to ramble on about performance-this, customer service-that, on and on.... and on.<br /><br />
<img src="ast/img/s/kevinBoss.png" /><br /><br />
You try to be polite but you realize his rant has eaten in to your lunch break considerably. You contemplate whether or not to take more time to enjoy your lunch once he's gone. However, Kevin seems to read your mind and tells you to enjoy the last 10 minutes of your lunch.<br /><br />
What an asshole.<<set $eventCol.delete("preFireEvent")>><<set $eventCol.push("preFire")>><<set $fireCounter to 0>>
<<elseif $eventCol.includes("preFire")>>
<<if $focuslvl < -50>>Kevin catches you in the breakroom and scolds you about your piss-poor performance. He warns you that you better "get your shit together" and start focusing on the customer.<</if>>
<</if>>
<<else>>
<<if $eventCol.includes("firstAskOut")>>
<<set _names to Object.keys($evts)>>
<<for _i = 0; _i < _names.length; _i++>>
<<if _names[_i] is "firstAskOut">>
<<set _tmpEv to $evts[_names[_i]]>>
<<if _tmpEv.cD gt 0>>
<<include "SecondSightText">>
<<set _tmpEv.cD to _tmpEv.cD - 1>>
<<else>>
<<set _tmpEv.cD to 2>>
<<goto firstAskOut>>
<</if>>
<</if>>
<</for>>
<<else>>
You kick back, relax, and enjoy your lunch.
<</if>>
<</if>>
<</nobr>>
<span class="link-masc"><<link "Go Back to Work" "Work">><</link>></span><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><<nobr>><<addclass "body" "valhouse">>
<<if $wentToGF is true and not $eventCol.includes("foolAround")>>
You've already visited today, she's out doing other things<br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<<elseif $pcAb.isFit is false>>
You've let yourself go. You need to look in the mirror and figure out why she's so turned off by you<br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<<elseif $pcAb.isMalehygienic is false and $pcAb.girlySmell is false>>
There's something off about your appearance, You need to look in the mirror and figure out why she's so turned off by you<br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<<else>><<silently>><<set $currentTime to $currentTime + 8>><</silently>>
<<if $eventCol.includes("foolAround")>>
<!-- Execute lewd sequence -->
<<if $eventCol.includes("shavePubes")>>
You get back to her house. You both laugh and giggle as you both try to make out and walk to her room at the same time. Her hands find their way down your body and begin rubbing the hard tent in your pants.<br /><br />
You can't believe how lucky you are.<br /><br />
She pushes you backwards on the bed and smiles at you. You're unsure what to do now as Valerie slowly dances in front of you, rubbing her hands up the length of her body. For a moment you're at a loss for words...<br /><br />
<video src="ast/img/puDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
She smiles as she crawls in between your legs, her hands running up and down the inside of your thighs. To your surprise she skillfully unzips your pants, letting your aching cock spring out from behind your boxers. She suddenly stops and looks up at you.<br /><br />
@@.hg;"I hate to ruin the mood but I thought you'd be... you know"@@ her voice trails off as her hand playfully travels the underside of your cock before resting at the base of your penis and giving your pubic hair a sudden yank.<br /><br />
You cry out at the sudden pain but Valerie only laughs.<br /><br />
@@.hg;"Look $pc, I was going to rock your world tonight, but I like my man groomed and I just can't go any further with you like this. But I can show you how to take care of it"@@<br />
@@.pc;"Take care of it?"@@ you ask<br />
@@.hg;"Yes, silly, I'll be right back"@@<br /><br />
You catch a glimpse of her black thong as she springs out of bed and disappears into the bathroom, leaving you with your pulsing cock. She reappears moments later with a dripping wet washcloth, a razor, and some shaving cream.<br /><br />
@@.hg;"Let me show you what girls like"@@<br /><br />
You nod meekly<br /><br />
<span class="link-fem"><<link "Let her shave your pubes" "PShave">><</link>></span><br /><br /><br />
<</if>>
<<if $eventCol.includes("shaveBHandPerfume")>>
As before, you and Valerie trip and giggle down the hallway to her room. This time, she already has her hands in your pants and praises you for keeping your cock so smooth.<br /><br />
@@.hg;"Mmmmm, I love how clean it is down there"@@ She purrs as her index finger finds its way over the sensitive nerve endings on the tip of your cock.<br /><br />
You can't help but admit that since keeping it shaved, you are much more aware of everything down there. This awareness has, of course, made it easier for her to ge<br /><br />t you incredibly hard and horny.
She gives you another deep kiss before saying, @@.hg;"Don't go anywhere"@@.<br /><br />
A few moments later she emerges back into the bedroom...<br /><br />
<span class="link-masc"><<link "What is she holding?" "BHShave">><</link>></span><br /><br /><br />
<</if>>
<<if $eventCol.includes("mildHypnoIntro")>>
Instead of the normal, frantic make out session and strange hair removal requests, Valerie pulls you into her living room.<br /><br />
@@.hg;"I have a surprise for you, $pc. You've taken me on so many dates that I felt like it was time I spent a little money on you!"@@<br /><br />
She hands you a box wrapped in plain brown wrapping paper. You turn it over in your hands, wondering what it could be.<br /><br />
<span class="link-masc"><<link "What's in the box?" "introMildHyp">><</link>></span><br /><br /><br />
<</if>>
<<if $eventCol.includes("maintainSissy0")>>
<<if $eventCol.includes("firstShopTrip")>>
Valerie is excited at how open-minded you were with the whole nail painting thing. She wants to treat you to a shopping trip at the lingerie store and insists that she'll pay for everything. The thought of getting to choose some naughty underwear for Valerie to wear seems too good to be true and you eagerly agree.<br /><br />
<span class="link-masc"><<link "Go Shopping..." "OnetimeBoard">><</link>></span><br /><br /><br />
<<elseif $pcAb.isGoodSissy is true>>
Valerie is especially happy with what a good boyfriend you've been. She notes how much she loves your smooth body, and it really turns her on knowing you like the same type of porn she does.<<set $eventCol.push("BHMaintained")>><br /><br />
<span class="link-masc"><<link "She says you deserve a reward" "BHShave">><</link>></span><br /><br /><br />
<<else>>
<<if $daysMildHyp is 0>><<set $hgAngMeter to $hgAngMeter + 7>>
Valerie is irritated you didn't use your VR Set yesterday<br /><br />
<</if>>
<<if $daysBHShaved is 0>><<set $hgAngMeter to $hgAngMeter + 7>>
Valerie is irritated you didn't shave your body clean yesterday<br /><br />
<</if>>
<<if $daysMildHyp gt 0 and $daysBHShaved gt 0>>
Valerie is happy you're keeping yourself smooth and smelling good. You have a lengthy make-out session but she never lets you proceed further than mild groping and you eventually go home incredibly horny <<set $hlvl to 100>><br /><br />
<video src="ast/img/moSession0.mp4" width="640" height="480" autoplay auto loop></video><<set $eventCol.delete("foolAround")>><br /><br />
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>>
<</if>>
<<if $eventCol.includes("maintainSissy1")>>
<<if $visitsAfterFirstLing lte 3>>
As soon as you step foot inside her house, Valerie is all over you. She grabs your face as she guides your lips to hers. You feel her tongue thrust into your mouth as one of her hands slips into your pants and easily grabs hold of your rapidly hardening cock.<br /><br />
<span class="link-masc"><<link "Valerie Continues getting you all worked up..." "LingModel">><</link>></span><br /><br /><br />
<<elseif $visitsAfterFirstLing gt 3 >>
<<if $invs.smallWear.smallType is not "sexy">>
Valerie wants you to go by yourself and pick out some sexy panties and a bra to wear and then begin wearing it regularly under your clothes. She assures you it'll be worth it while also thinly threatening to post the pics she already has if you don't do it.<<set $eventCol.push("wearPanties")>><<set $tasks.push("wearPanties")>><br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<<elseif $invs.smallWear.smallType is "sexy">>
Valerie is ecstatic that you've not only picked out your own lingerie but are now wearing it under your regular clothes. She declares that you'll no longer have to do anymore modeling shows and gets to work showing you how turned on she is...<<set $snowBall to true>><br /><br />
<span class="link-masc"><<link "Valerie expresses her appreciation" "LingModelMaintain">><</link>></span><br /><br /><br />
<</if>>
<</if>>
<</if>>
<<if $eventCol.includes("chastity")>>
<<if $daysInChastity lte 7>>
Valerie states that she's tired of always giving you blow jobs and wants you to return the favor. You happily agree since you'll actually get to see her pussy. However, she keeps you locked in chastity which makes the whole experience incredibly frustrating.<br /><br />
<<set $eventCol.pushUnique("ValEatOut")>>
<span class="link-fem"><<link "Service Valerie" "ChasteTasks">><</link>></span><br /><br /><br />
<<else>>
<<if not $eventCol.includes("dom0")>>
Valerie feels that you've been locked away long enough and that you've earned a chance at a getting out... at least for a little while. You remind her of the original agreement that you would finally get to go "all the way". But she quickly reminds you who's in charge of the situation when she mentions the pictures and the keys to your cage. She agrees to honor the deal, but only on her terms:<<set $eventCol.push("dom0")>><<set $eventCol.push("firstDom")>><br /><br />
<span class="link-masc"><<link "Follow Valerie to her room" "OnetimeBoard">><</link>></span><br /><br /><br />
<<elseif not $eventCol.includes("transing")>>
Valerie explains that if you want to be let out of chastity and rewarded properly, you'll need to follow her instructions...<br /><br />
<span class="link-fem"><<link "Listen to her Commands" "AssignTask">><</link>></span><br /><br /><br />
<</if>>
<</if>>
<</if>>
<<if $eventCol.includes("transing")>>
<<if $invs.rear.rearType isnot "plug">>
Valerie starts to make out with you, but abuptly stops when she realizes @@.hint;you're not wearing your butt plug@@. She insists it will help train your premature ejaculation problem.<br /><br />
<<elseif not $eventCol.includes("fired")>>
<<set $focuslvl to $minFocus>><<set $hlvl to $maxhlvl>>
Valerie wants to take things slow and insists you stay plugged and in chastity as she mercilessly brings grinds against you. You do your best to control yourself, but you still feel yourself getting horny. Unsurprisingly, she doesn't let you cum.<<set $hlvl to $hlvl + 25>><br /><br />
<video src="ast/img/cuddleGrind.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
After the merciless teasing session, Valerie encourages you to go back to work and try to get back into a stable routine while your body attempts to recover from your strange hormonal issues.<br /><br />
@@.hint; Maybe going to work on regular basis@@ wouldn't be such a bad idea.<br /><br />
<<elseif $femLvl is 1>>
--something for femLvl 1
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>>
<<elseif $hgHappylvl gte 3>>
<<if $eventCol.includes("semiFinControl") and $wallet lt 600>>
Valerie chastises you for not taking better care of your finances. However, true to her word, she offers to pay for the date. It's nice to not have to foot the bill for a change, but you can't help but a feel a bit diminished that you're not "being the man" in a situation that normally calls for it.<br /><br />
<span class="link-fem"><<link "Valerie Pays for the Date" "valPayDate">><<set $valPaysIt to true>><</link>></span><br /><br /><br />
<<elseif $wallet gte 200>>
Valerie is very happy to see you and tells you she doesn't want to do anything too fancy.<br /><br />
<span class="link-masc"><<link "Regular Date" "cheapDate">><<set $valPaysIt to false>><</link>></span><br /><br /><br />
<<else>>
You can't afford to take her where she wants ($200)<br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>>
<<elseif $hgHappylvl gte 2>>
<<if $eventCol.includes("semiFinControl")>>
Valerie questions your commitment. You've been so dodgy about visiting or perhaps just plain obstinate about her requests. In either event, she wants you to prove you’re still committed to the relationship with some act of contrition.<br /><br />
<span class="link-masc"><<link "Valerie Punishes You" "valRegPunish">><<set $valPaysIt to true>><</link>></span><br /><br /><br />
<<elseif $wallet gte 300>>
Valerie is annoyed with you behavior recently. You've either been uncooperative or negligent of her. She expects you to make it up to her on this date.<br /><br />
<span class="link-masc"><<link "Make it up to her" "inexDate">><<set $valPaysIt to false>><</link>></span><br /><br /><br />
<<else>>
You can't afford to take her where she wants<br /><br />
<</if>>
<<elseif $hgHappylvl gte 1>>
<<if $eventCol.includes("semiFinControl")>>
Valerie REALLY questions if you're still into the relationship. You've been very dodgy about visiting or perhaps just plain obstinate about her requests. In either event, she wants you to prove you're still committed to the relationship with some act of contrition.<br /><br />
<span class="link-masc"><<link "Valerie Severely Punishes You" "valSeverePunish">><<set $valPaysIt to true>><</link>></span><br /><br /><br />
<<elseif $wallet gte 400>>
Valerie is angry with your behavior recently. You've either been very uncooperative or very negligent of her. She expects you to make it up on this date... and you know it's not going to be cheap<br /><br />
<span class="link-masc"><<link "Reeeeeally make it up to her" "exDate">><<set $valPaysIt to false>><</link>></span><br /><br /><br />
<<else>>
You can't afford to take her where she wants<br /><br />
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<<else>>
shouldn't get to this point
<</if>>
<</if>>
<</nobr>>You wonder what store you should go to...
<<if $eventCol.includes("semiFinControl")>>
<span class="link-masc"><<link "Men's Clothes Shopping" "MaleClothes">><</link>></span><br />
<span class="link-fem"><<link "Women's Clothes Shopping" "FemaleClothes">><</link>></span><br /><<else>><span class="link-masc"><<link "Clothes Shopping" "MaleClothes">><</link>></span><br /><</if>>
<span class="link-masc"><<link "Electronics Shopping" "Electronics">><</link>></span><br />
<span class="link-masc"><<link "Adult Novelty Shopping" "SexShop">><</link>></span><br />
<span class="link-masc"><<link "Make Restaurant Reservations" "MakeReservation">><</link>></span><br />
<span class="link-masc"><<link "Go to the Mall" "MallShop">><</link>></span><br />
<span class="link-masc"><<link "General Shopping" "MiscShop">><</link>></span><br />
<<if $eventCol.includes("semiFinControl")>><span class="link-fem"><<link "Go to the Salon" "SalonShop">><</link>></span><br /><<else>><span class="link-masc"><<link "Go to the Salon" "SalonShop">><</link>></span><br /><</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><<nobr>><<if $hlvl gte 100>>
You are so horny you can hardly stand it. You desperately need to get off<br /><br /><br />
<<elseif $hlvl gte 50>>
You are horny enough that it's started to affect your concentration. A quick ejaculation session will do you some good<br /><br />
<<elseif $hlvl gte 10>>
You're just a little bit horny but nothing you can't ignore... for now<br /><br />
<<else>>
You're totally satisfied, but you're not opposed to getting off anyway<br /><br />
<</if>>
<span class="link-masc"><<link "Watch Porn" "PHub">><</link>></span><br /><br />
<<if $eventCol.includes("Hypno")>><span class="link-masc"><<link "Use Preloaded VRSet" "HypHub">><</link>></span><br /><br /><</if>>
<<if $sWeek gte 1>>
<<if (47 - $currentTime) lt 8>>
<span class="p-masc">Use VR Room (Not enough time)</span><br /><br />
<<else>>
<span class="link-fem"><<link "Use VR Room" "VRHub">><</link>></span><br /><br /><br />
<</if>>
<</if>>
<</nobr>>
<span class="link-masc"><<link "Nevermind" "Home">><</link>></span><br />You sit down and begin browsing for porn.
<<if $isRegPUseful is true>><<if not $eventCol.includes("firstSightHG")>>
You specifically look for blonde girls like the one you saw at work.
<</if>> Your cock stands at attention as you watch that dumb bimbo bounce up and down. Her erotic moans and squeals drive you wild. <<else>> Try as you might, vanilla intercourse just isn't going to get your load blown. You sigh as your cock refuses to cooperate.<</if>>
<video src="ast/img/regP.mp4" width="640" height="480" autoplay auto loop>
</video>
<<nobr>>
<<if $isRegPUseful is true>>
<<set _tolMulti to $tollvl * .25>>
<<set _tolPenalty to _tolMulti * $hlvl>>
<<set _tolPenalty to Math.trunc(_tolPenalty)>>
<<set $timesWatchedRegP to $timesWatchedRegP + 1>>
<<if $timesWatchedRegP gte 5>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedRegP is 4>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedRegP is 3>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedRegP is 2>>
<<set $tollvl to $tollvl + 1>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if _tolPenalty is $hlvl or $isRegPUseful is false>>
Regular Porn just doesn't excite you like it used to
<<if $isRegPUseful is true>>
<<set $isRegPUseful to false>>
<<set $tollvl to 0>>
<</if>>
<<else>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock erupts into a semen volcano.
<</if>>
<</nobr>>
<<if $isRegPUseful is true>>
<span class="link-masc"><<link "Clean Yourself Up" "Home">><</link>></span><br />
<<if $tollvl gte 2 and $hlvl gte 30>>
<span class="link-masc"><<link "You're still horny, watch some more" "WatchRegP">><</link>></span><br />
<</if>>
<<else>>
<span class="link-masc"><<link "Try Something a little more intense" "PHub">><</link>></span><br />
<</if>><<silently>>
<<if $specInv.includes("alarmClock")>>
<<set $currentTime to 12>>
<<else>>
<<set $currentTime to 20>>
<</if>>
<<set $currentDay to $currentDay + 1>>
<<set $canLunchBreak to true>>
<<set $pcAb.hasSkilled to false>>
<<set $hasSkilledVR to false>>
<<set $hasPunishedLily to false>>
<<set $hasCammed to false>>
<<set $studiedRE to false>>
<<set $dailyBool to false>>
<<set $practicedSG to false>>
<<set $salVisit to false>>
<<set $preppedDate to false>>
<<if $resetValContact is true>>
<<set $currentSMaster.delete($cMas)>>
<<set $resetValContact to false>>
<</if>>
<<if $sWeek gte 3>>
<<if $currentSMaster.includes("Izzy")>>
<<set $vIzz to false>>
<<elseif $currentSMaster.includes("Raven")>>
<<set $vRav to false>>
<<if $invs.NipplePrc.NipPrcType is "cheap" or $invs.NipplePrc.NipPrcType is "slutty">>
<<if $ravNipHeal gt 0>>
<<set $ravNipHeal to $ravNipHeal - 1>>
<<set $ravIsNipHealed to false>>
<<set $eventCol.pushUnique("ravInitHeal")>>
<<else>>
<<set $ravIsNipHealed to true>>
<</if>>
<</if>>
<<elseif $currentSMaster.includes("Jessica")>>
<<set $vJess to false>>
<<elseif $currentSMaster.includes("Suzy")>>
<<set $vSuz to false>>
<<set $suzTaskTrained to false>>
<<elseif $currentSMaster.includes("Sarah")>>
<<set $vSar to false>>
<</if>>
<</if>>
<<if $sWeek gte 6>>
<<if $eventCol.includes("guyLunchDone")>>
<<set $eventCol.pushUnique("guyDated")>>
<<set $eventCol.delete("guyLunchDone")>>
<</if>>
<</if>>
<<if $currentDay gt 6>>
<<set $currentDay to 0>>
<<if $eventCol.includes("noEvaluate")>><<set $eventCol.delete("noEvaluate")>><</if>>
<<set $weekCounter to $weekCounter + 1>>
<<if $daysAtGFThisWeek gte 3 and not $eventCol.includes("fired")>>
<<set $hgAngMeter to $hgAngMeter - 8>>
<</if>>
<<set $daysAtGFThisWeek to 0>>
<</if>>
<<if $currentDay is 0 and $eventCol.includes("fired")>>
<<set $eventCol.push("getNewSTasks")>>
<<set $eventCol.delete("remindSTasks")>>
<<set $eventCol.delete("remindVRTasks")>>
<<if $sWeek gte 1>>
<<set $eventCol.push("getNewVRTasks")>>
<</if>>
<<if $sWeek is 2>>
<<set $eventCol.push("getNewTranTasks")>>
<</if>>
<<if $sWeek gte 3>>
<<set $eventCol.pushUnique("getNewSMasterTasks")>>
<</if>>
<</if>>
<<if $currentDay is 6 and $eventCol.includes("fired")>>
<<set $eventCol.push("evalSTasks")>>
<<set $eventCol.delete("remindSTasks")>>
<<set $eventCol.delete("remindVRTasks")>>
<<set $eventCol.delete("remindTranTasks")>>
<<if $canSG is true>>
<<set $eventCol.delete("sgTask")>>
<</if>>
<</if>>
<<if $wentToWork is true>>
<<set $daysAtJob to $daysAtJob + 1>>
<<set $wentToWork to false>>
<</if>>
<<set $calFocus to true>>
<<set $calH to true>>
<<set $calRoutine to true>>
<<if $eventCol.includes("datingHG")>>
<<set $calHGHappy to true>>
<<if $wentToGF is true>>
<<set $daysAtGFThisWeek to $daysAtGFThisWeek + 1>>
<</if>>
<</if>>
<<if $focuslvl lte -50>>>>
<<set $hornStreak to $hornStreak + 1>>
<<if $hornStreak gte 3>>
<<set $eventCol.push("wetDream")>>
<<if $eventCol.includes("semiFinControl")>>
<<set $hornStreak to 3>>
<<else>>
<<set $hornStreak to 0>>
<<set $currentTime to $currentTime + 4>>
<</if>>
<</if>>
<<else>>
<<set $hornStreak to 0>>
<</if>>
<<if $eventCol.includes("chastity")>>
<<set $daysInChastity to $daysInChastity + 1>>
<</if>>
<</silently>>
<<nobr>>
<<if not $specInv.includes("alarmClock")>>You slept in again! @@.hint;If only there was a device you could buy that could somehow wake you up a little earlier...@@<</if>>
<<if $eventCol.includes("mallDream")>>
After your successful date at the mall, you dream of Valerie. Her perfect body stradles yours. She rides you, bringing herself to one orgasm after another.
<br />
<video src="ast/img/mallDream.mp4" width="640" height="480" autoplay auto loop></video><br />
However, you never quite get to cum. Everytime you get close, the dream seems to shift to a different point, leaving you aching for release.
You wake up horny and frustrated<<set $hlvl to $maxhlvl>><<set $focuslvl to $minFocus>><<set $eventCol.delete("mallDream")>>
<<elseif $eventCol.includes("dinnerDream")>>
After your successful but costly date at Se Soumettre, you have another erotic dream. This time, it's of a wild girl who mercilessly teases you.
<br />
<video src="ast/img/dinnerDream.mp4" width="640" height="480" autoplay auto loop></video><br />
She grinds against you, only a few thin layers of clothing seperating you from her dripping wet pussy. However, she never stops teasing and grinding. You wake up horny and frustrated<<set $hlvl to $maxhlvl>><<set $focuslvl to $minFocus>><<set $eventCol.delete("dinnerDream")>>
<<elseif $eventCol.includes("analDream") and $invs.rear.rearType is "plug">>
After what seems like the longest hour of your life, you finally drift off to sleep with a butt plug lodged firmly in your ass. Your sleep is fitful as you seem to drift in and out of consciousness as the stimulation to your ass causes your cock to throb against the confines of your chastity cage. However, exhaustion finally wins over as you sink deeper into a dream.<br /><br />
In the dream, you see a man and a woman having sex. You feel like maybe the man is you, or some version of you, yet your perspective of events is clearly disembodied from him. Oddly enough, the beautiful, dark-haired girl also seems familiar to you. She pants and moans as the man’s thick dick slides in and out of her asshole.
<video src="ast/img/analDream.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You soon realize that every time the man thrusts into her ass, you become acutely aware of how full your ass feels. In the dream, you reach back and find that your butt plug is gone, yet the feeling of fullness throbs in rhythm to the couple fucking. You soon find yourself stroking your cock, but you can’t seem to get it hard. In fact, it’s like the only sensation you can feel is in your ass…<br /><br />
You wake up bleary, your body hot from arousal. As you crawl out of bed, your butt plug bumps against the mattress, quickly reminding you of its presence.<br /><br />
<<elseif $eventCol.includes("orgTort0")>>
You settle in to bed, sinking into the the soft, clean sheets.<br /><br />
You sigh with contentment, letting the stresses of the day fall away. As your mind begins to drift, you think something is tickling the end of your sissy clitty. At first it feels like you might have an ant or a spider crawling on your private parts as you quickly brush at the tip of your chastity cage. But as the sensation grows stronger, you realize that electro-stim components in the cage have activated.<br /><br />
As if to confirm this realization, the plug in your ass begins to vibrate in deep, rhythmic pulses. You gasp, as you clutch your cage. You're not sure what to with your body as the pleasure pushes in on you. You squeeze your thighs and arch your back, trying to get the plug to press harder against your prostate.<br /><br />
Despite your best efforts, the vibrations are strong, but they lack the full thrusting power to bring you to a sissygasm. Instead you toss and turn, riding an endless edge between release and build-up.<br /><br />
You have no doubt that Valerie is in her room, fiddling with the phone app that controls your torment. You claw your way out of bed, your body wracked with pleasure and agonizing anticipation.<br /><br />
You want to cum so badly!<br /><br />
You knock desperately on Valerie's bedroom door.<br /><br />
@@.hg;"Come in!"@@ she coos, obviously expecting you.<br /><br />
@@.pc;"Please Val, just let me cum. Please!"@@ you beg.<br /><br />
@@.hg;"Oh? Are you a horny little slut?"@@ she asks.<br /><br />
<span class="link-fem"><<linkappend "I'm a horny slut">><br /><br />
@@.hg;"I see, horny sluts love cock. Do you love cock?"@@ she asks.<br /><br />
<span class="link-fem"><<linkappend "I love cock">><br /><br />
@@.hg;"What did you say?"@@ she asks.<br /><br />
<span class="link-fem"><<linkappend "I love cock!">><br /><br />
@@.hg;"Are you sure? Because sluts love big cocks... show me how much you love it,"@@ she demands as she tosses a large cock with a suction cup base and small bottle of lube at your feet.<br /><br />
You ease out the vibrating butt plug<br /><br />
You drop to your knees, you've never been so happy to see a dildo in your life. You expertly lube up the cock, then lower yourself down on it, reverse cowgirl style. The head of the dildo hits your sissy-bitch-button and you can't help but moan.<br /><br />
@@.bimbhyptxt;It feels so good, doesn't it?@@<br /><br />
@@.bimbhyptxtRev;Close you eyes, feel that cock stretch your little sissy ass.@@<br /><br />
@@.bimbhyptxt;As you fantasize about riding a real cock, bouncing up and down, moaning and begging... it doesn't take long before your sissy clitty swells.@@<br /><br />
Valerie is beside you now, she speaks with encouragement, but you can't make out the words. She lets your clit out of it's cage, so it can become full engorged.<br /><br />
<video src="ast/img/orgTort0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You cry out, panting and moaning as cum oozes out of the tip of your fully erect sissy member. You collapse backwards, utterly spent.<br /><br />
In your weakened state, Valerie cleans you up, wiping up the sissy puddle you left on the floor. She then carefully helps you re-equip your cage.<br /><br />
She speaks with excitement and encouragement, but your brain is spent.<br /><br />
It felt so good.<br /><br />
You feel so good.<br /><br />
@@.bimbhyptxt;It's good to be a sissy.@@<br /><br />
You fall asleep.<br /><br />
<span class="link-fem"><<link "Time to get up" "Home">>
<<set $eventCol.delete("orgTort0")>>
<</link>></span><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<<elseif $eventCol.includes("orgTort1")>>
As you slip into bed, you begin to think fondly at the orgasm session thrust on to you by Valerie's deliciously cruel toys. You smile a little as your hand wanders over the curve of your ass and presses gently on the firmly installed butt plug.<br /><br />
The tip of the plug sends a mild ping of warm pleasure inside your little sissy ass. You begin to fantasize... about a big muscular man... sweeping you off your feet...<br /><br />
You fantasize about reaching into his pants... feeling @@.bimbhyptxt;a nice big cock@@ waiting just inside for you.<br /><br />
You lick your lips... you wish you could suck on it...<br /><br />
Then you feel it. Your electro-cage activates, followed shortly by the plug in your ass. Your nipples harden.<br /><br />
You were already turned on, now this! It doesn't take long for the cage and plug to do their work, stirring you up into a desperate frenzy. You grasp the bed sheets, humping and gyrating your hips, hoping that maybe you can eke out a little sissygasm... but it just leaves you even more frustrated.<br /><br />
With a sigh, you climb out of bed, your smooth thighs slick with pre-cum. Your cage dribbling with sissy fluids.<br /><br />
As you pass by the open door to the VR room, you hear a voice, @@.hg;" $pc ! Where are you going?"@@<br /><br />
You see that Valerie is sitting on a small bench in the corner of the room, and before her is a small hinged stool with beige pads and a dildo perched underneath it. You think you've seen such a contraption in some old pornos you used to watch... back when you were still into straight porn.<br /><br />
@@.hg;"I found a friend for you!"@@ explains Valerie as she strokes the dildo, @@.hg;"If only there was a horny bimbo around..."@@<br /><br />
<span class="link-fem"><<linkappend "I am a horny bimbo">><br /><br />
@@.hg;"Oh good! What do you want with this cock?"@@ she asks as she simulates and handjob on the dildo.<br /><br />
<span class="link-fem"><<linkappend "I want this cock to fuck me">><br /><br />
@@.hg;"Where? Where do you want to be fucked?"@@<br /><br />
<span class="link-fem"><<linkappend "I want this cock to fuck me in the ass">><br /><br />
@@.hg;"Then get to work!"@@ demands Valerie as she pushes down on the stool pads.<br /><br />
You see that as she pushes down on the pads, the dildo bobs up, inversely matching the rocking motion. You quickly realize that if you want get off, you'll need to @@.bimbhyptxt;ride that cock@@.<br /><br />
You don't waste any time as you pull out your butt plug and straddle the textured dildo, which Valerie already lubed for you.<br /><br />
You sigh with relief as the dildo pushes inside you.<br /><br />
So unbelievably good.<br /><br />
You love it so much.<br /><br />
You begin rocking back and forth, panting and moaning like a whore in heat. At some point, Valerie slipped your cage off, but you hardly even noticed as you continue to ride the contraption.<br /><br />
You fantasize about that man again... the tall, dark, muscular stranger, pinning you down... making you his bitch... filling you up with his @@.bimbhyptxt;big dick@@.<br /><br />
<video src="ast/img/orgTort1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Soon your moans reach an apex as your clitty erupts with sissy fluids, the internal muscles in your ass clenching and spasming against the dildo.<br /><br />
You can't believe you've been missing out on this your whole life!<br /><br />
You barely remember anything afterwards, except a foggy memory of climbing back into bed, clitty firmly locked, ass firmly plugged.<br /><br />
<span class="link-fem"><<link "Time to get up" "Home">>
<<set $eventCol.delete("orgTort1")>>
<</link>></span><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<<elseif $eventCol.includes("orgTort2")>>
There it is again. An urge building up in you.<br /><br />
No... that's not quite right.<br /><br />
The urge never really goes away.<br /><br />
You remember a time that when you would cum... your mind would clear... you'd want to take a nap... but your mind was clear. For a time... you wouldn't be horny for awhile.<br /><br />
But now... even after you cum... you're never really satisfied in the same way.<br /><br />
You just want more.<br /><br />
Sissygasms are different. Not as intense... but so much longer, they fill your body and make you feel...<br /><br />
Well it's hard to truly describe, isn't it?<br /><br />
All you know... is that you like it better. You wonder... is it the hormones? The brainwashing? Living as a woman?<br /><br />
You suppose that's another lie. No woman has your sex drive, or acts as desperate as you do. No man feels as slutty as you do.<br /><br />
You've become something different. The most wanton aspects of both man and woman, combined.<br /><br />
@@.bimbhyptxt;I'm A cock-craving sissy@@<br /><br />
There's still some conflict in you. Deep in the back of your mind... you continually whisper... that you can come back from it.<br /><br />
And maybe you can... maybe you get your big payday... and you go back to your old life.<br /><br />
But when that times comes... will you even <i>want</i> to?<br /><br />
The familiar tingles invade your body.<br /><br />
Valerie wants to play again.<br /><br />
So do you.<br /><br />
You press your tits together as your cage and plug begin to vibrate.<br /><br />
You arch your back and sigh, putting on a little performance for yourself.<br /><br />
You decide not to fight so hard this time as you get out of bed and go to Valerie's room.<br /><br />
Much to your surprise, she's completely naked. She's looks at your with a smile and motions towards a small end table near the bed. On it are the keys to your chastity.<br /><br />
You're eager to let your clitty breathe as you hastily unlock yourself.<br /><br />
Valerie holds a dildo in her hand... it's wet from her pussy. She's been using it on herself. Her breathing is heavy with lust.<br /><br />
@@.hg;"I warmed it up for you,"@@ she says through labored speech.<br /><br />
She makes no movement to stop you as you climb over her... your clitty hovering mere feet from her open, inviting pussy...<br /><br />
<img src="ast/img/s/valOffer.png" /><br /><br />
<span class="link-fem"><<linkappend "I am a sissy">><br /><br />
But you know that pussy isn't for you anymore... sissies don't have cocks. You take the slick dildo from Valerie and plunge it into your asshole with a moan.<br /><br />
@@.hg;"Good girl,"@@ coos Valerie as she guides your head down towards her crotch, putting you to work.<br /><br />
You pump the dildo in and out of your ass, moaning with each thrust, day dreaming about the real thing.<br /><br />
Your whole body aches to know what it's like, what a real man would feel like pounding your little hole.<br /><br />
Valerie cums under your the assualt of your tongue. She sighs with happiness, encouraging you to keep working that dildo.<br /><br />
<img src="ast/img/s/valTasty.png" /><br /><br />
<span class="link-fem"><<linkappend "I love having my ass filled">><br /><br />
You're on your back now, thinking about a dream man on top of you, inside of you.<br /><br />
With every thrust of the dildo you moan and pant.<br /><br />
<video src="ast/img/orgTort2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Finally your whole body is flooded with orgasmic pleasure as the sissgasm eruptr from your impaled ass and ripples its way through your body.<br /><br />
Your sissygasm is long and drawn out, you think you might have even had two of them, but it was hard to know where one truly ended and one began.<br /><br />
Afterwards, you help Valerie change the sheets on her bed. She gives you a friendly peck on the cheek before locking you back in chastity and sending you back to your own bed.<br /><br />
<span class="link-fem"><<link "Time to get up" "Home">>
<<set $eventCol.delete("orgTort2")>>
<</link>></span><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<<elseif $eventCol.includes("orgTort3")>>
As you walk back to your bedroom in preparations for what you hope might be another interesting evening, you hear Valerie call your name.<br /><br />
@@.hg;"Hey, $pc , I just want you to know how proud I am of you. You've come a long way since I first met you,"@@ she says as she pushes something familiar into your hands.<br /><br />
You look down and see its your old chastity cage and plug.<br /><br />
@@.hg;"Slip into something a little more comfortable tonight, try to get some rest... no sissygasms!"@@ she scolds.<br /><br />
You pout a little. You were hoping tonight might be another fun night.<br /><br />
Valerie smiles a little as she hands you a dildo, @@.hg;"The cage stays on, you can play a little to help relieve some tension, but no sissygasms!"@@ she warns.<br /><br />
You waggle the dildo triumphantly and scamper off to your room.<br /><br />
As soon as the door closes, you strip down and lube up the dildo. You attach it to a fucking machine you dragged in from the VR room.<br /><br />
You figure you'll just have... a little bit of fun... just to take the edge off.<br /><br />
As you click on the machine and the well-lubed dildo slides into your eager hole, you moan.<br /><br />
You cup your breasts and fantasize...<br /><br />
This time about your date night... with Rich...<br /><br />
You wonder... will things... go to the next level?<br /><br />
So far you've managed to keep the last little shred of your manhood safe. You've managed to keep a real cock out of your ass.<br /><br />
You know logically... all the things you've done leading up to this would make anyone think you're just another slutty sissy...<br /><br />
But somehow... maintaining that one line in the sand as allowed you to continue believing there's a way back... a way back to being just another guy again.<br /><br />
<span class="link-fem"><<linkappend "I'm not a man though">><br /><br />
You moan as the dildo hits all the right spots.<br /><br />
You dream of Rich having his way with you... his hands roaming your body... his cock dominating your tight little sissy ass.<br /><br />
<video src="ast/img/orgTort3.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You feel something start to well up within you.<br /><br />
You quickly turn off the machine and catch your breath.<br /><br />
If you go any longer, you might cum.<br /><br />
You clean yourself a little bit and then turn over in the bed.<br /><br />
You take deep breaths...<br /><br />
Dreaming about Rich...<br /><br />
About the big date...<br /><br />
About the big date...<br /><br />
About... the... big... d-...<br /><br />
You drift to sleep.<br /><br />
<span class="link-fem"><<link "Time to get up" "Home">>
<<set $eventCol.delete("orgTort3")>>
<</link>></span><br />
<</linkappend>></span><br /><br />
<<elseif ($eventCol.includes("wetDream") or $eventCol.includes("sgTask") or $femLvl gte 6) and not $eventCol.includes("PeaceSleep")>>
You've neglected yourself for too long and have an erotic dream.
<<set _dreamType to "straight">>
<<if $eventCol.includes("Hypno")>>
<<set _dreamChooser to random(1)>>
<<if _dreamChooser is 0>>
<<set _dreamType to "straight">>
<<else>>
<<set _dreamType to "femfant">>
<</if>>
<<else>>
<<set _dreamType to "straight">>
<</if>>
<<if $eventCol.includes("sissHypno")>>
<<set _dreamChooser to random(1)>>
<<if $eventCol.includes("transing")>>
<<set _dreamChooser to random(2)>>
<</if>>
<<if _dreamChooser is 0>>
<<set _dreamType to "femfant">>
<<elseif _dreamChooser is 1>>
<<set _dreamType to "sissPov1">>
<<else>>
<<set _dreamType to "sissPov2">>
<</if>>
<</if>>
<<if $eventCol.includes("sgTask")>>
<<if $sgProgress lte 5>>
<<set _dreamType to "dickDream0">><br /><br />
<<elseif $sgProgress lte 10>>
<<set _dreamType to "dickDream1">><br /><br />
<<elseif $sgProgress lte 14>>
<<set _dreamType to "dickDream2">><br /><br />
<<elseif $sgProgress is 15>>
<<set _dreamType to "dickDream3">><br /><br />
<</if>>
<</if>>
<<if $canSG is true>>
<<set _dreamChooser to random(5)>>
<<if _dreamChooser is 0>>
<<set _dreamType to "sissPov1">>
<<elseif _dreamChooser is 1>>
<<set _dreamType to "sissPov2">>
<<elseif _dreamChooser is 2>>
<<set _dreamType to "dickDream0">>
<<elseif _dreamChooser is 3>>
<<set _dreamType to "dickDream1">>
<<elseif _dreamChooser is 4>>
<<set _dreamType to "dickDream2">>
<<else>>
<<set _dreamType to "dickDream3">>
<</if>>
<</if>>
<<if _dreamType is "straight">>
<br />Another perfect dream woman focused soley on your needs, your pleasure. In the dream she gives herself over to you in all your favorite positions. As you ram your cock deep inside of her, she pleads with you to cum insider her...
<video src="ast/img/wetDream.mp4" width="640" height="480" autoplay auto loop></video><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><br />
And right as you feel your ejaculation pour into her grapsing pussy the dream begins to fade...
<</if>>
<<if _dreamType is "femfant">>
<br />This one feels different. Yes, you can see another sexy woman, but this time she isn't engaged in sexually pleasing you. In fact all you can seem to focus on is her pretty pink underwear and how nice it must feel to wear it.
<video src="ast/img/femfantDream.mp4" width="640" height="480" autoplay auto loop></video><<if not $eventCol.includes("semiFinControl")>><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><</if>><br />
You can almost feel the light constaints of the pink bra straps against your shoulders, and the dainty pink panties rubbing against your cock...
<</if>>
<<if _dreamType is "sissPov1">>
This is really bizarre. In the dream, a beautiful transgendered woman surrenders herself to a throbbing cock. At times you feel as if you're viewing the whole scene from across the room, and other times, you feel as if you're the panting shemale. Everything in the dream is hazy as you struggle to resolve whether you're watching her take a cock
<video src="ast/img/sissHypDream1.mp4" width="640" height="480" autoplay auto loop></video><<if not $eventCol.includes("semiFinControl")>><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><</if>><br />
Or you're the one writhing on the end of that nice big dick...
<</if>>
<<if _dreamType is "sissPov2">>
Another one where your perspective is warped... You feel a warm mouth on your cock. You feel a warm cock in your mouth. Are those your tits, or hers? Are you the stunning beauty on top, or the lucky guy on the bottom? You can’t determine who you are in this fog of lust, but all you know is it feels so good…<br /><br />
<video src="ast/img/sissHypDream2.mp4" width="640" height="480" autoplay auto loop></video><<if not $eventCol.includes("semiFinControl")>><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><</if>><br />
You want desperately to sink your dick into her ass… or is it the other way around?
<</if>>
<<if _dreamType is "dickDream0">>
@@.bimbhyptxt;You love being a girl. You love sucking cock. You love to drop for cock. Cock makes your mouth water. MMMM. Now it's time to ride. Feel it slide in, feel the cock rub your little boi-pussy in the best kind of way. Ride it, ride it until your ass is full of his cum.@@<br /><br />
<video src="ast/img/dickDream0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.bimbhyptxtRev;So girly, so so good, tits heavy with arousal, ass full of dick...@@<br /><br />
<</if>>
<<if _dreamType is "dickDream1">>
@@.bimbhyptxt;Bend over. Submit. On all fours, face down. Ass Up. Serve the real man. Feel a real cock, each thrust crushes you in pleasure. Serve, Bounce, Fuck, MMMMM @@<br /><br />
<video src="ast/img/dickDream1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.bimbhyptxtRev;Spread yourself, open your fuckhole for his beautiful penis, love his cock, feels so right, feels so good....@@<br /><br />
<</if>>
<<if _dreamType is "dickDream2">>
@@.bimbhyptxt;Let it slide in, let it stretch you. Uhnnnn yes he's hitting that spot, that spot in your ass that only a real cock can hit, in the best possible way. You're too deep now, ride cock, ride cock @@<br /><br />
<video src="ast/img/dickDream2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.bimbhyptxtRev;Bounce on it like a champ, this is true love... @@<br /><br />
<</if>>
<<if _dreamType is "dickDream3">>
@@.bimbhyptxt;Suck suck suck, live serve. You're so beautiful. Look how hard you've made him. MMMM it always feels so good when his big strong hands take the lead, when his big strong cock stretches your little sissy pussy @@<br /><br />
<video src="ast/img/dickDream3.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.bimbhyptxtRev;Eyes roll back, cumming from your ass, unlike anything you've felt before... you can never go back... @@<br /><br />
<</if>>
<<if $eventCol.includes("semiFinControl") and $canSG isnot true>>you wake up and realize despite the hot dream, you didn't cum. You wonder if all this sexual control stuff is actually starting to work...<<else>>you wake up sticky and it's caused you to have a late start to your day<</if>><<set $eventCol.delete("wetDream")>>
<<elseif $eventCol.includes("PeaceSleep")>>
<<if $eventCol.includes("sarSleepTime0")>>
<span class='fadeIn1'>That's strange...</span><br /><br />
<span class='fadeIn2'>You feel strange... or more like... you feel like you're in a strange place. You suddenly become aware that you're asleep. Well, that doesn't make much sense, if you were really asleep, then you wouldn't be aware of it unless you were some sort of lucid dreamer mastermind.<br /><br />
And you're certainly not that.</span><br /><br />
<span class='fadeIn3'>You open your eyes and blink a few times to clear your foggy vision. The room is cool and smells girly... even more so than your room at Valerie's. You glance around and immediately realize there's other people in the room...<br /><br />
Also sleeping... It seems you're in some sort of large dorm room lined with beds, all containing peacefully sleeping bodies. You realize you're still dressed in your slutty maid's outfit and you suddenly become aware of how strange your butt feels.</span><br /><br />
<span class='fadeIn10'>You reach back and feel some sort of dried sticky residue trailing from your asshole, down your perfectly round ass cheek, all pooled up in a dried out stain on the soft fluffy white sheets.<br /><br />
Someone came in your ass? Suddenly the events of yesterday come flooding back. You only really remember the one man fucking you... but, oh, how he fucked you.<br /><br />
You smile a little bit as you gently rub a breast.<br /><br />
@@.sar;" $pc! Over here!"@@ whispers a voice.<br /><br />
You look over and see Sarah standing in the doorway, urging you to follow her.<br /><br />
You gather your wits about you, adjust your wrinkled uniform and try in vain to arrange your tussled hair before waddling out to meet Sarah.<br /><br />
@@.sar;"Hey sorry about all this, but you were, like, cuddling one of our members and then fell asleep. You must've been, like, totally exhausted! Anyway, we brought you to the Sissy-Pen. It's just, like, a little dorm room for our Sissies that are, like, truly dedicated to service,"@@ explains Sarah.<br /><br />
You look back and notice all the sleeping people are in fact, sissies in various states of undress, blissfully sleeping.<br /><br />
@@.sar;"Keep up the goodwork and maybe you'll be offered your own spot in the Sissy Pin!"@@ exclaims Sarah with a little giddy shake of her hands, @@.sar;"You've been working, like, totally hard. You've earned some time at the club's spa to, like, get refreshed and stuff."@@<br /><br />
You nod your head obediently, some small voice wondering in the back of your mind... how the hell did it get like this?</span><br /><br />
<span class='fadeIn20'><span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("sarSleepTime0")>>
<<set $eventCol.pushUnique("sarSleepTime1")>>
<</link>></span></span>
<<elseif $eventCol.includes("sarSleepTime1")>>
You have a very peaceful night's sleep, dreamless and restful. Perhaps because all the things you used to dream about... you're doing in real life now.<br /><br />
<span class="link-fem"><<link "Time to Wake Up" "Home">>
<<set $eventCol.delete("sarSleepTime0")>>
<<set $eventCol.pushUnique("sarSleepTime1")>>
<</link>></span>
<<else>>
DreamHolder
<</if>>
<<else>>
You get a good night's rest
<</if>>
<<if $eventCol.includes("analDream") and $hgHappylvl is 3>>
You hear a knock at the door.
<span class="link-masc"><<link "Who could it be?" "OnetimeBoard">><<set $eventCol.delete("analDream")>><<set $eventCol.push("semiFinControlEvent")>><</link>></span><br />
<<elseif $eventCol.includes("advFemlvl2")>>
Your sleep is restless, ever since your hospital visit, you've never quite felt like your old self...<br /><br />
<span class="link-fem"><<link "Your body feels hot and sensitive..." "OnetimeBoard">><<set $eventCol.delete("advFemlvl2")>><<set $eventCol.push("exAdvFemlvl2")>><</link>></span><br />
<<else>>
<<if $eventCol.includes("recoverMoney")>>
It really bothers you that you still can't figure out what happened to your rent money. You decide to check your account again...<br /><br />
<span class="link-masc"><<link "Check Online Banking" "OnetimeBoard">><<set $eventCol.push("recoverMoneyInMorning")>><</link>></span><br />
<<elseif $sWeek is 3 and ($currentDay is 3 or $currentDay is 6)>>
In the early morning hours you sense someone has crawled in bed with you.<br /><br />
Much to your surprise you realize it's Lily. She giggles as you meet her gaze.<br /><br />
@@.lily;"Hey there,"@@ she whispers.<br /><br />
After having been so intimate with her before, you find you're not alarmed by her invasion of privacy. Wait, "her"!? well she looks so feminine, and it's confusing to think of her as a guy. You just roll with your brains natural formulations.<br /><br />
She tugs on something hanging around her neck... your chastity key. That's when you also notice she's also completely naked. Her body is so perfectly female with the exception of an erect little cock peeking out between her smooth thighs...<br /><br />
@@.lily;"You help me and I'll help you,"@@ she whispers with a smile.<br /><br />
<span class="link-masc"><<linkappend "This might be your chance to get off and restore some focus">><br /><br />
You nod silently, you're so damn horny and she looks so hot to you right now. She guides your hand over her cute little cock as she cuddles up next to you. You make out with her as you begin stroking her penis. She moans into your mouth, desperate for release.<br /><br />
It being so early in the morning, you don't have much time to process what's going on. You have someone else's dick in your hand, a pair of nice tits pressed up against your own, very sensitive, chest, and an aggressive tongue probing and wrestling with your own.
Already you feel precum oozing from her member as you stroke it. Your hands are quickly coated in her lusty, passionate fluids as she presses her tits even harders against yours.<br /><br />
She begins humping into your hand. She brings her own hands up and caresses your face, her lips never leaving yours as her hot breath invades your mouth. It doesn't take long for her pants to give way to a frantic groan as she cums into your hand. She smiles at you, her face flush with a fresh orgasm.<br /><br />
@@.lily;"Your turn,"@@ she says with a smile as she deftly and quickly ducks down next to your waist and uses the key around her neck to unlock your chastity cage.<br /><br />
Your cock nearly slaps her in the chin as it springs to life. You begin to try to stop her, this is all happening way too fast! You can barely process the fact that your hand is covered in someone else's sperm. However you internal protests quickly quiet down as the tip of your cock slips into something moist and warm. She hungrily shoves it into her mouth and expertly slides it down her throat. <br /><br />
<video src="ast/img/lilyWU0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
This is amazing, you think you might cum right then and there. Your eyes roll back as she grabs you by the ass cheeks and presses her nose agaisnt your flat tummy as she expertly makes your cock disappear.<br /><br />
Lily pulls away from you, leaving your cock coated in thick, viscous spit. She then scoops some of her own recently expelled cum from your slick hand and rubs it on and inside her asshole. She has you lay straight on your back as she mounts you reverse-cowgirl style.<br /><br />
From this angle she looks just like any other girl. She leans forward just enough to expose her cum-slick asshole and wiggles her hips invitingly.<br /><br />
<span class="link-masc"><<linkappend "You've come this far... and her ass looks so good...">><br /><br />
You can't believe you're doing this... but she looks so good.
You press down on your rock hard cock, sliding it past her bubble-butt ass cheeks and applying some pressure against her asshole. She looks back at you and smiles as she angles her hips to press back against you.<br /><br />
You gasp as your cock slowly slides past her sphincter. You feel her contract her hole against you as she presses all the way down. You both moan in unison as her round little bottom rests on top of your pelvis<br /><br />
She begins to grind with a slight bounce on your dick, angling you just right so that your cock rubs against her prostate. Her little penis oozes prostatic fluid as she continues to ride you. You pant, her expert movements quickly working you to the point of no return<br /><br />
<video src="ast/img/lilyWU1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You grasp her hips as you shoot your load deep inside her ass. She seems to experience a little micro-orgasm as you fill her up with semen. You begin to soften and finally your cock slips out of her butt. She places your cage back into your sticky hands and quietly skips out of your room.<br /><br />
As the post orgasmic haze begins to settle, you feel insanely guilty that you just came inside a "guy's" ass (you're still struggling to understand how you feel about Lily)... but also that you just had sex with someone without Valerie's permission...<br /><br />
This all happened so quickly, you both came so quickly... all this sexual desperation is making you do things you wouldn't normally do<br /><br />
<<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>>
<</linkappend>></span>
<</linkappend>></span><br /><br /><br />
<span class="link-masc"><<link "Ok enough of this, time to get up" "Home">>
<<if $ravIsNipHealed is true and $eventCol.includes("ravInitHeal")>>
<<set $eventCol.pushUnique("ravInitHealEx")>>
<<goto OnetimeBoard>>
<</if>>
<</link>></span><br />
<<else>>
<<if $eventCol.includes("DIsHere") and $currentDay is 1>>
<<if $DWeek is 0>>
<br /><br /><span class="link-masc"><<link "Valerie Bursts into Your Room" "OnetimeBoard">><<set $eventCol.push("DPreVisit0")>><</link>></span><br />
<<elseif $DWeek is 1>>
<br /><br />You start your normal and, quite frankly, mandatory morning routine by taking a nice hot shower complete with a compliment of feminine skin care products.<br /><br />
You work through the routine, skin, face, hair, make-up. Primping, preening, shaving and cleaning.<br /><br />
Then you hear a familiar voice from another room...<br /><br />
<span class="link-masc"><<link "You Hear Valerie's Dad!" "OnetimeBoard">><<set $eventCol.push("DVisit1")>><</link>></span><br />
<<elseif $DWeek is 99>>
<<if (not $eventCol.includes("orgTort0") and not $eventCol.includes("orgTort1") and not $eventCol.includes("orgTort2") and not $eventCol.includes("orgTort3")) and not $eventCol.includes("desc5")>>
<br /><br /><span class="link-masc"><<link "Time to get up" "Home">><</link>></span><br />
<</if>>
<<else>>
<<if not $eventCol.includes("desc1")>>
<br /><br /><span class="link-masc"><<link "Time to get up" "Home">><</link>></span><br />
<</if>>
<</if>>
<<else>>
<br /><br />
<<if not $eventCol.includes("orgTort0") and not $eventCol.includes("orgTort1") and not $eventCol.includes("orgTort2") and not $eventCol.includes("orgTort3") and not $eventCol.includes("PeaceSleep")>>
<<if $femLvl gte 5>>
<<if $eventCol.includes("rMoney")>>
<span class="link-fem"><<link "Time to get up" "OnetimeBoard2">>
<<set $eventCol.delete("rMoney")>>
<<set $eventCol.pushUnique("rMoneyExec")>>
<</link>></span><br />
<<else>>
<span class="link-fem"><<link "Time to get up" "Home">>
<<if $ravIsNipHealed is true and $eventCol.includes("ravInitHeal")>>
<<set $eventCol.pushUnique("ravInitHealEx")>>
<<goto OnetimeBoard>>
<</if>>
<</link>></span><br />
<</if>>
<<else>>
<span class="link-masc"><<link "Time to get up" "Home">>
<<if $ravIsNipHealed is true and $eventCol.includes("ravInitHeal")>>
<<set $eventCol.pushUnique("ravInitHealEx")>>
<<goto OnetimeBoard>>
<</if>>
<</link>></span><br />
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</nobr>><<silently>>
<<if $calH is true and not ($eventCol.includes("allday") or $eventCol.includes("alldayCalc"))>>
<<set $hlvl to $hlvl + $boundlvl + 1>>
<<set $calH to false>>
<<elseif $calH is true and $eventCol.includes("alldayCalc")>>
<<set $hlvl to $hlvl + ($boundlvl * ($workClicks + 1)) + (1 * ($workClicks + 1))>>
<<set $calH to false>>
<<set $eventCol.delete("alldayCalc")>>
<<set $workClicks to 0>>
<</if>>
<<if $calFocus is true>>
<<set $focuslvl to $focuslvl - $hlvl>>
<<set $calFocus to false>>
<</if>>
<<if $focuslvl lt $minFocus>>
<<set $focuslvl to $minFocus>>
<</if>>
<<if $focuslvl gt $maxFocus>>
<<set $focuslvl to $maxFocus>>
<</if>>
<<if $hlvl lt $minhlvl>>
<<set $hlvl to $minhlvl>>
<</if>>
<<if $hlvl gt $maxhlvl>>
<<set $hlvl to $maxhlvl>>
<</if>>
<<if $calRoutine is true>>
<<set _fourWeeks to 28>>
<<set _oneWeek to 7>>
<<if $pcAb.routine.useRazor is true and $invs.razor.qty gt 0>>
<<set $pcAb.isFaceClean to true>>
<<if $invs.razor.usesLeft gt 0>>
<<set $invs.razor.usesLeft to $invs.razor.usesLeft - 1>>
<<else>>
<<set $invs.razor.qty to $invs.razor.qty - 1>>
<<set $invs.razor.usesLeft to $razorUsesLeft>>
<</if>>
<<else>>
<<set $pcAb.isFaceClean to false>>
<</if>>
<<if $pcAb.routine.useDeodorant is true and $invs.deodorant.qty gt 0>>
<<if $invs.deodorant.usesLeft gt 0>>
<<set $invs.deodorant.usesLeft to $invs.deodorant.usesLeft - 1>>
<<else>>
<<set $invs.deodorant.qty to $invs.deodorant.qty - 1>>
<<set $invs.deodorant.usesLeft to _fourWeeks>>
<</if>>
<</if>>
<<if $pcAb.routine.useToothpaste is true and $invs.toothpaste.qty gt 0>>
<<if $invs.toothpaste.usesLeft gt 0>>
<<set $invs.toothpaste.usesLeft to $invs.toothpaste.usesLeft - 1>>
<<else>>
<<set $invs.toothpaste.qty to $invs.toothpaste.qty - 1>>
<<set $invs.toothpaste.usesLeft to _fourWeeks>>
<</if>>
<</if>>
<<if $pcAb.routine.useBodywash is true and $invs.bodywash.qty gt 0>>
<<if $invs.bodywash.usesLeft gt 0>>
<<set $invs.bodywash.usesLeft to $invs.bodywash.usesLeft - 1>>
<<else>>
<<set $invs.bodywash.qty to $invs.bodywash.qty - 1>>
<<set $invs.bodywash.usesLeft to _fourWeeks>>
<</if>>
<</if>>
<<if $pcAb.routine.useShampoo is true and $invs.shampoo.qty gt 0>>
<<if $invs.shampoo.usesLeft gt 0>>
<<set $invs.shampoo.usesLeft to $invs.shampoo.usesLeft - 1>>
<<else>>
<<set $invs.shampoo.qty to $invs.shampoo.qty - 1>>
<<set $invs.shampoo.usesLeft to _fourWeeks>>
<</if>>
<</if>>
<<if $pcAb.routine.useDeodorant is true and $pcAb.routine.useToothpaste is true and $pcAb.routine.useBodywash is true and $pcAb.routine.useShampoo is true and $invs.deodorant.qty gt 0 and $invs.toothpaste.qty gt 0 and $invs.bodywash.qty gt 0 and $invs.shampoo.qty gt 0>>
<<if $pcAb.routine.useRazorBH is true>>
<<set $pcAb.girlySmell to true>>
<<set $pcAb.isMalehygienic to false>>
<<set $daysBHShaved to $daysBHShaved + 1>>
<<else>>
<<set $pcAb.isMalehygienic to true>>
<<set $daysBHShaved to 0>>
<</if>>
<<else>>
<<set $pcAb.isMalehygienic to false>>
<</if>>
<<if $pcAb.routine.useHealthfood is true and ($invs.healthfood.qty gt 0 or $eventCol.includes("semiFinControl"))>>
<<set $pcAb.routine.healthStreak to $pcAb.routine.healthStreak + 1>>
<<if $eventCol.includes("semiFinControl")>>
<!--Stop Calculating - Valerie is in control-->
<<else>>
<<if $invs.healthfood.usesLeft gt 0>>
<<set $invs.healthfood.usesLeft to $invs.healthfood.usesLeft - 1>>
<<else>>
<<set $invs.healthfood.qty to $invs.healthfood.qty - 1>>
<<set $invs.healthfood.usesLeft to _oneWeek>>
<</if>>
<</if>>
<<else>>
<<set $pcAb.routine.healthStreak to $pcAb.routine.healthStreak - 1>>
<</if>>
<<if $pcAb.routine.healthStreak gte 5>>
<<set $pcAb.isFit to true>>
<<else>>
<<set $pcAb.isFit to false>>
<</if>>
<<set $calRoutine to false>>
<<if $pcAb.routine.healthStreak gt 14>>
<<set $pcAb.routine.healthStreak to 14>>
<</if>>
<<if $pcAb.routine.healthStreak lt 0>>
<<set $pcAb.routine.healthStreak to 0>>
<</if>>
<<if $femRoutine.useMakeup is true and $invs.makeUp.qty gt 0>>
<<if $invs.makeUp.usesLeft gt 0>>
<<set $invs.makeUp.usesLeft to $invs.makeUp.usesLeft - 1>>
<<else>>
<<set $invs.makeUp.qty to $invs.makeUp.qty - 1>>
<<set $invs.makeUp.usesLeft to _fourWeeks>>
<</if>>
<</if>>
<<if $pcAb.routine.watchedMildHyp is true>>
<<set $pcAb.routine.watchedMildHyp to false>>
<<set $daysMildHyp to $daysMildHyp + 1>>
<<else>>
<<set $daysMildHyp to $daysMildHyp + 0>>
<</if>>
<<if $pcAb.routine.watchedMildHyp is true>>
<<set $pcAb.routine.watchedMildHyp to false>>
<</if>>
<<if $eventCol.includes("maintainSissy0")>>
<<if $daysMildHyp gte 5 and $daysBHShaved gt 5>>
<<set $pcAb.isGoodSissy to true>>
<<else>>
<<set $pcAb.isGoodSissy to false>>
<</if>>
<</if>>
<</if>>
<<if $calHGHappy is true and not $eventCol.includes("fired")>>
<<if $wentToGF is false>><<set $hgAngMeter to $hgAngMeter + 2>><</if>>
<<set $wentToGF to false>>
<<if $hgAngMeter gt 14>>
<<set $hgAngMeter to 0>>
<<set $hgHappylvl to $hgHappylvl - 1>>
<</if>>
<<if $hgAngMeter lt 0>>
<<set $hgAngMeter to 0>>
<</if>>
<<if $hgHappylvl gt 3>>
<<set $hgHappylvl to 3>>
<</if>>
<<if $hgHappylvl lt 0>>
<<set $hgHappylvl to 0>>
<</if>>
<<set $calHGHappy to false>>
<</if>>
<<if $sWeek is 3>>
<<if $currentSMaster.includes("Izzy")>>
<<if $izzCreditHours gt 120>>
<<set $izzCreditHours to 120>>
<</if>>
<</if>>
<</if>>
<!--
$invs.makeUp.usesLeft
hObedience Level $obLevel
SWeek $sWeek
femlvl $femLvl
DWeek $DWeek
-->
<</silently>>
<<if $showStats is true>>
<<if $eventCol.includes("ramEnd1")>>
<<elseif $showStats is true>>
<!--fem lvl $femLvl
sweek $sWeek
hgAng $hgAngMeter-->
Your name is $pc
<<silently>><<set _displayTime to $dailyTimeLine[$currentTime]>><<if $currentTime gt 47>><<set _displayTime to "Really Late!">><</if>><</silently>>
<<if not $eventCol.includes("desc5")>>current time is _displayTime<</if>>
<<if not $eventCol.includes("desc5")>>current day is $weeklyTimeLine[$currentDay]<</if>>
<<if not $eventCol.includes("desc5")>>current horniness is $hlvl / $maxhlvl<</if>>
<<if not $eventCol.includes("desc5")>>current focus is $focuslvl / $maxFocus<</if>>
<<if not $eventCol.includes("desc2")>>current money is $ $wallet<</if>>
<<if not $eventCol.includes("desc4")>><<if $eventCol.includes("datingHG")>>Valerie is <<if $hgHappylvl gte 3>>Very Happy <<elseif $hgHappylvl gte 2>>Annoyed <<elseif $hgHappylvl gte 1>>Angry <<else>>Pissed<</if>><</if>><<if $eventCol.includes("noticeVal")>>@@.noticeValHap;<img src="ast/img/s/noticeArrowmin.png" />@@<</if>><</if>>
<<if not $eventCol.includes("desc3")>><<if $eventCol.includes("attendCollege")>>current intelligence is $intellvl / 20<</if>><<if $eventCol.includes("noticeInt")>>@@.noticeIntel;<img src="ast/img/s/noticeArrowmin.png" />@@<</if>><</if>>
<<if not $eventCol.includes("fired")>>
rent is $ $rent
<<if $weekCounter lt 4>>
rent is due in <<print (4 - $weekCounter)>> weeks
<<else>>
rent is due this week!
<</if>>
<</if>>
<<if $pcAb.inDebt is true and $debt gt 0>>
current debt is $ $debt
<</if>>
<<if not $eventCol.includes("desc2")>><<if $femLvl is 1>><span class="sb-fem1"><<link "Your Inventory">><<script>>Dialog.setup("Your Inventory"); Dialog.wiki(Story.get("Your Inventory").processText()); Dialog.open();<</script>><</link>></span><br /> <<elseif $femLvl is 2>><span class="sb-fem2"><<link "Your Inventory">><<script>>Dialog.setup("Your Inventory"); Dialog.wiki(Story.get("Your Inventory").processText()); Dialog.open();<</script>><</link>></span><br /> <<elseif $femLvl is 3>><span class="sb-fem3"><<link "Your Inventory">><<script>>Dialog.setup("Your Inventory"); Dialog.wiki(Story.get("Your Inventory").processText()); Dialog.open();<</script>><</link>></span><br /> <<elseif $femLvl is 4>><span class="sb-fem4"><<link "Your Inventory">><<script>>Dialog.setup("Your Inventory"); Dialog.wiki(Story.get("Your Inventory").processText()); Dialog.open();<</script>><</link>></span><br /><<elseif $femLvl is 5>><span class="sb-fem5"><<link "Your Inventory">><<script>>Dialog.setup("Your Inventory"); Dialog.wiki(Story.get("Your Inventory").processText()); Dialog.open();<</script>><</link>></span><br /><<elseif $femLvl is 6>><span class="sb-fem6"><<link "Your Inventory">><<script>>Dialog.setup("Your Inventory"); Dialog.wiki(Story.get("Your Inventory").processText()); Dialog.open();<</script>><</link>></span><br /> <<else>><span class="sb-masc"><<link "Your Inventory">><<script>>Dialog.setup("Your Inventory"); Dialog.wiki(Story.get("Your Inventory").processText()); Dialog.open();<</script>><</link>></span><br /><</if>><</if>>
<<if not $eventCol.includes("desc4")>><<if $eventCol.includes("Hypno")>><<if $femLvl is 1>><span class="sb-fem1"><<link "Your Tasks">><<script>>Dialog.setup("Your Tasks"); Dialog.wiki(Story.get("Your Tasks").processText()); Dialog.open();<</script>><</link>></span><<elseif $femLvl is 2>><span class="sb-fem2"><<link "Your Tasks">><<script>>Dialog.setup("Your Tasks"); Dialog.wiki(Story.get("Your Tasks").processText()); Dialog.open();<</script>><</link>></span><<elseif $femLvl is 3>><span class="sb-fem3"><<link "Your Tasks">><<script>>Dialog.setup("Your Tasks"); Dialog.wiki(Story.get("Your Tasks").processText()); Dialog.open();<</script>><</link>></span><<elseif $femLvl is 4>><span class="sb-fem4"><<link "Your Tasks">><<script>>Dialog.setup("Your Tasks"); Dialog.wiki(Story.get("Your Tasks").processText()); Dialog.open();<</script>><</link>></span><<elseif $femLvl is 5>><span class="sb-fem5"><<link "Your Tasks">><<script>>Dialog.setup("Your Tasks"); Dialog.wiki(Story.get("Your Tasks").processText()); Dialog.open();<</script>><</link>></span><<elseif $femLvl is 6>><span class="sb-fem6"><<link "Your Tasks">><<script>>Dialog.setup("Your Tasks"); Dialog.wiki(Story.get("Your Tasks").processText()); Dialog.open();<</script>><</link>></span><<else>><span class="sb-masc"><<link "Your Tasks">><<script>>Dialog.setup("Your Tasks"); Dialog.wiki(Story.get("Your Tasks").processText()); Dialog.open();<</script>><</link>></span><<if $eventCol.includes("noticeTasks")>>@@.noticeTasks;<img src="ast/img/s/noticeArrowmin.png" />@@<</if>><br /><</if>><</if>><</if>>
<<if not $eventCol.includes("desc3")>><<if $eventCol.includes("semiFinControl")>><<if $femL0vl is 1>><span class="sb-fem1"><<link "Your Skills">><<script>>Dialog.setup("Your Skills"); Dialog.wiki(Story.get("Your Skills").processText()); Dialog.open();<</script>><</link>></span><br /><<elseif $femLvl is 2>><span class="sb-fem2"><<link "Your Skills">><<script>>Dialog.setup("Your Skills"); Dialog.wiki(Story.get("Your Skills").processText()); Dialog.open();<</script>><</link>></span><br /><<elseif $femLvl is 3>><span class="sb-fem3"><<link "Your Skills">><<script>>Dialog.setup("Your Skills"); Dialog.wiki(Story.get("Your Skills").processText()); Dialog.open();<</script>><</link>></span><br /><<elseif $femLvl is 4>><span class="sb-fem4"><<link "Your Skills">><<script>>Dialog.setup("Your Skills"); Dialog.wiki(Story.get("Your Skills").processText()); Dialog.open();<</script>><</link>></span><br /><<elseif $femLvl is 5>><span class="sb-fem5"><<link "Your Skills">><<script>>Dialog.setup("Your Skills"); Dialog.wiki(Story.get("Your Skills").processText()); Dialog.open();<</script>><</link>></span><br /><<elseif $femLvl is 6>><span class="sb-fem6"><<link "Your Skills">><<script>>Dialog.setup("Your Skills"); Dialog.wiki(Story.get("Your Skills").processText()); Dialog.open();<</script>><</link>></span><br /><<else>><span class="sb-masc"><<link "Your Skills">><<script>>Dialog.setup("Your Skills"); Dialog.wiki(Story.get("Your Skills").processText()); Dialog.open();<</script>><</link>></span><br /><</if>><</if>><</if>>
<</if>>
<</if>>
<<nobr>><span class="link-masc"><<link "Watch Straight Porn" "WatchRegP">><</link>></span><br /><br /><br />
<<if $isRegPUseful is false>>
<br />You're tired of regular porn so you search for something better<br />
<br /><span class="link-masc"><<link "Watch Lesbian Porn" "WatchLesbP">><</link>></span><br />
<br /><span class="link-masc"><<link "Watch Toy Porn" "WatchSybP">><</link>></span><br /><br /><br />
<</if>>
<<if $isLesbPUseful is false and $isSybPUseful is false>>
<br />You've burned yourself out on lesbians and dildos, time to look for something a little more extreme<br />
<br /><span class="link-masc"><<link "Watch BDSM" "WatchBDSMP">><</link>></span><br />
<br /><span class="link-masc"><<link "Watch Hardcore" "WatchHCP">><</link>></span><br /><br /><br />
<</if>>
<<if $isBDSMPUseful is false and $isHCPUseful is false>>
<br />You decide to look outside your comfort zone... just out of curiosity<br />
<br /><span class="link-masc"><<link "Watch Big Cock Porn" "WatchBBCP">><</link>></span><br />
<br /><span class="link-masc"><<link "Watch FemDom Porn" "WatchFDP">><</link>></span><br /><br /><br />
<</if>>
<</nobr>>
<span class="link-masc"><<link "Nevermind" "Home">><</link>></span><br />You sit down and begin browsing for porn.
<<if $isLesbPUseful is true>>You find a fantastic video of two busty girls grinding their wet pussies into each other. The sounds of their slippery cunts twisting against each other combined with the sight of their curvy bodies undulating in passion is amazing. <<else>>Try as you might, these curvy bitches just isn't going to get your rocks off. You sigh as your cock refuses to cooperate.<</if>>
<video src="ast/img/lesbP.mp4" width="640" height="480" autoplay auto loop>
</video>
<<nobr>>
<<if $isLesbPUseful is true>>
<<set _tolMulti to $tollvl * .25>>
<<set _tolPenalty to _tolMulti * $hlvl>>
<<set _tolPenalty to Math.trunc(_tolPenalty)>>
<<set $timesWatchedLesbP to $timesWatchedLesbP + 1>>
<<if $timesWatchedLesbP gte 5>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedLesbP is 4>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedLesbP is 3>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedLesbP is 2>>
<<set $tollvl to $tollvl + 1>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if _tolPenalty is $hlvl or $isLesbPUseful is false>>
Lesbian Porn just doesn't excite you
<<if $isLesbPUseful is true or $isSybPUseful is true>>
<<set $isSybPUseful to false>>
<<set $isLesbPUseful to false>>
<<set $tollvl to 0>>
<</if>>
<<else>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock shoots hot cum all over your own belly
<</if>>
<</nobr>>
<<if $isLesbPUseful is true>>
<span class="link-masc"><<link "Clean Yourself Up" "Home">><</link>></span><br />
<<if $tollvl gte 2 and $hlvl gte 30>>
<span class="link-masc"><<link "you're still horny, watch some more" "WatchLesbP">><</link>></span><br />
<</if>>
<<else>>
<span class="link-masc"><<link "Try Something a little more intense" "PHub">><</link>></span><br />
<</if>>You sit down and begin browsing for porn.
<<if $isSybPUseful is true>>You find a cute brunette cosplaying as a cute computer game character. The way she seems to stare at you with that hot smoldering gaze as her toy disappears inside her tight little pussy gets your blood pumping<<else>> Try as you might, a girl with a toy just isn't going to get your balls emptied. You sigh as your cock refuses to cooperate.<</if>>
<video src="ast/img/sybP.mp4" width="640" height="480" autoplay auto loop>
</video>
<<nobr>>
<<if $isSybPUseful is true>>
<<set _tolMulti to $tollvl * .25>>
<<set _tolPenalty to _tolMulti * $hlvl>>
<<set _tolPenalty to Math.trunc(_tolPenalty)>>
<<set $timesWatchedSybP to $timesWatchedSybP + 1>>
<<if $timesWatchedSybP gte 5>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedSybP is 4>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedSybP is 3>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedSybP is 2>>
<<set $tollvl to $tollvl + 1>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if _tolPenalty is $hlvl or $isSybPUseful is false>>
Toy Porn just doesn't excite you
<<if $isLesbPUseful is true or $isSybPUseful is true>>
<<set $isSybPUseful to false>>
<<set $isLesbPUseful to false>>
<<set $tollvl to 0>>
<</if>>
<<else>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock spurts rope after white rope of sticky cum all over your hand and forearm
<</if>>
<</nobr>>
<<if $isSybPUseful is true>>
<span class="link-masc"><<link "Clean Yourself Up" "Home">><</link>></span><br />
<<if $tollvl gte 2 and $hlvl gte 30>>
<span class="link-masc"><<link "you're still horny, watch some more" "WatchSybP">><</link>></span><br />
<</if>>
<<else>>
<span class="link-masc"><<link "Try Something a little more intense" "PHub">><</link>></span><br />
<</if>>You sit down and begin browsing for porn.
<<if $isBDSMPUseful is true>>You find the concept of having a hot girl bound and presented for your pleasure exhilarating. As you watch the man's hard body collide into her soft flesh, your mind can't help but wonder what it would be like to be at the mercy of someone else's sexual desire<<else>>Surprisingly enough, you've grown numb to the whips and chains of BDSM. You sigh as your cock refuses to cooperate.<</if>>
<video src="ast/img/bdsmP.mp4" width="640" height="480" autoplay auto loop>
</video>
<<nobr>>
<<if $isBDSMPUseful is true>>
<<set _tolMulti to $tollvl * .25>>
<<set _tolPenalty to _tolMulti * $hlvl>>
<<set _tolPenalty to Math.trunc(_tolPenalty)>>
<<set $timesWatchedBDSMP to $timesWatchedBDSMP + 1>>
<<if $timesWatchedBDSMP gte 5>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedBDSMP is 4>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedBDSMP is 3>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedBDSMP is 2>>
<<set $tollvl to $tollvl + 1>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if _tolPenalty is $hlvl or $isBDSMPUseful is false>>
Bondage Porn just doesn't excite you
<<if $isBDSMPUseful is true or $isHCPUseful is true>>
<<set $isBDSMPUseful to false>>
<<set $isHCPUseful to false>>
<<set $tollvl to 0>>
<</if>>
<<else>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock explodes with cum. Your face turns red as you try to decide if you wanted to dominate a woman, or have one dominate you
<</if>>
<</nobr>>
<<if $isBDSMPUseful is true>>
<span class="link-masc"><<link "Clean Yourself Up" "Home">><</link>></span><br />
<<if $tollvl gte 2 and $hlvl gte 30>>
<span class="link-masc"><<link "you're still horny, watch some more" "WatchBDSMP">><</link>></span><br />
<</if>>
<<else>>
<span class="link-masc"><<link "Try Something a little more intense" "PHub">><</link>></span><br />
<</if>>
You sit down and begin browsing for porn.
<<if $isHCPUseful is true>>You watch in disbelief as the hot girl on-screen squirms in exquisite ecstasy as she is impaled by two large cocks. You find yourself wondering how intense it must feel for a woman to be penetrated like that.<<else>> Oddly enough, two dicks and a chick just isn't quite extreme enough for your anymore. You sigh as your cock refuses to cooperate.<</if>>
<video src="ast/img/hcP.mp4" width="640" height="480" autoplay auto loop>
</video>
<<nobr>>
<<if $isHCPUseful is true>>
<<set _tolMulti to $tollvl * .25>>
<<set _tolPenalty to _tolMulti * $hlvl>>
<<set _tolPenalty to Math.trunc(_tolPenalty)>>
<<set $timesWatchedHCP to $timesWatchedHCP + 1>>
<<if $timesWatchedHCP gte 5>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedHCP is 4>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedHCP is 3>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedHCP is 2>>
<<set $tollvl to $tollvl + 1>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if _tolPenalty is $hlvl or $isHCPUseful is false>>
Hardcore Sex Porn just doesn't excite you
<<if $isBDSMPUseful is true or $isHCPUseful is true>>
<<set $isBDSMPUseful to false>>
<<set $isHCPUseful to false>>
<<set $tollvl to 0>>
<</if>>
<<else>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock fires one large load onto your chest and belly as you imagine who in that threesome was having the most fun
<</if>>
<</nobr>>
<<if $isHCPUseful is true>>
<span class="link-masc"><<link "Clean Yourself Up" "Home">><</link>></span><br />
<<if $tollvl gte 2 and $hlvl gte 30>>
<span class="link-masc"><<link "you're still horny, watch some more" "WatchHCP">><</link>></span><br />
<</if>>
<<else>>
<span class="link-masc"><<link "Try Something a little more intense" "PHub">><</link>></span><br />
<</if>>
You sit down and begin browsing for porn.
<<if $isBBCPUseful is true>>Having burned yourself out on all the other types of porn, you finally find a clip of a hot slut slowly taking a huge cock. Her pussy oozes with desire as the cock stretches her out. You find yourself wondering what it's like to be in that much ecstasy<<else>>As fond as you've grown of this type of porn, you find it isn't quite doing it for you anymore.<</if>>
<video src="ast/img/bbcP.mp4" width="640" height="480" autoplay auto loop>
</video>
<<nobr>>
<<if $isBBCPUseful is true>>
<<set _tolMulti to $tollvl * .25>>
<<set _tolPenalty to _tolMulti * $hlvl>>
<<set _tolPenalty to Math.trunc(_tolPenalty)>>
<<set $timesWatchedBBCP to $timesWatchedBBCP + 1>>
<<if $timesWatchedBBCP gte 7>>
Nothing can match what Valerie does
<<elseif $timesWatchedBBCP is 5>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedBBCP is 3>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedBBCP is 1>>
<<set $tollvl to $tollvl + 1>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if _tolPenalty is $hlvl or $isBBCPUseful is false>>
Big Cock Porn just doesn't excite you
<<if $isBBCPUseful is true or $isFDPUseful is true>>
<</if>>
<<else>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock gushes semen like a fountain
<</if>>
<</nobr>>
<<if $isBBCPUseful is true>>
<span class="link-masc"><<link "Clean Yourself Up" "Home">><</link>></span><br />
<<if $tollvl gte 2 and $hlvl gte 30>>
<span class="link-masc"><<link "you're still horny, watch some more" "WatchBBCP">><</link>></span><br />
<</if>>
<<else>>
<span class="link-masc"><<link "Maybe you should try the VR Set" "HypHub">><</link>></span><br />
<</if>>You sit down and begin browsing for porn.
<<if $isFDPUseful is true>>As backwards as it might seem, the porn clip of a woman subduing a man and riding his face gets you as hard as granite.<<else>>As much as you like the thought of some hot slut using you face to get off, it still isn't quite getting you all the way.<</if>>
<video src="ast/img/fdP.mp4" width="640" height="480" autoplay auto loop>
</video>
<<nobr>>
<<if $isFDPUseful is true>>
<<set _tolMulti to $tollvl * .25>>
<<set _tolPenalty to _tolMulti * $hlvl>>
<<set _tolPenalty to Math.trunc(_tolPenalty)>>
<<set $timesWatchedFDP to $timesWatchedFDP + 1>>
<<if $timesWatchedFDP gte 7>>
Nothing can match what Valerie does
<<elseif $timesWatchedFDP is 5>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedFDP is 3>>
<<set $tollvl to $tollvl + 1>>
<<elseif $timesWatchedFDP is 1>>
<<set $tollvl to $tollvl + 1>>
<</if>>
<</if>>
<<if _tolPenalty is $hlvl or $isFDPUseful is false>>
Femdom Porn just doesn't excite you
<<if $isBBCPUseful is true or $isFDPUseful is true>>
<</if>>
<<else>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock pulses out cum all down your fap hand
<</if>>
<</nobr>>
<<if $isFDPUseful is true>>
<span class="link-masc"><<link "Clean Yourself Up" "Home">><</link>></span><br />
<<if $tollvl gte 2 and $hlvl gte 30>>
<span class="link-masc"><<link "you're still horny, watch some more" "WatchFDP">><</link>></span><br />
<</if>>
<<else>>
<span class="link-masc"><<link "Maybe you should try the VR Set" "HypHub">><</link>></span><br />
<</if>>You begin to do your usual creeper scan, looking for any cute girls to ogle when you spot her...
<video src="ast/img/firstSightHg.mp4" width="640" height="480" autoplay auto loop>
</video>
She's beautiful. Long shapely legs and large perky breasts complete with blonde hair that seems to shimmer with every movement instantly sets your desire on fire. You feel yourself begin to grow painfully erect as you watch her from the end of the aisle. She begins to turn around and you quickly duck out of view as you try to tame your wild erection. You get a few raised eyebrows as some customers witness you fumbling with the crotch of your pants.
Beet red with embarrassment, you quickly slither away to the breakroom.
<<set $hlvl to 100>>
<span class="link-masc"><<link "Go Back to Work" "Work">><</link>></span><br />
You see her again! Your heart races as your approach her. You strike up a conversation with her, doing your best not to stare at her breasts. You scarcely comprehend what she says as you find yourself overwhelmed by how beautiful she is. Even her perfume causes your dick to throb with anticipation. After a few minutes of small talk, you begin to steer the conversation towards asking her out on a date
<<nobr>>
<img src="ast/img/s/Hg-Intro.png" />
<<set $hlvl to 100>>
<</nobr>>
<<nobr>>
<<if $pcAb.isFit is true and $pcAb.isFaceClean is true and $pcAb.isMalehygienic is true>>
she smiles and says @@.hg;"OK, I guess we can go somewhere. Let's meet up@@ @@.hint;at the mall@@ @@.hg;and uh... don't wear your work clothes,"@@ She laughs as if what she said should be obvious. But, you're glad for the hint.
<<set $eventCol.delete("firstAskOut")>>
<<set $eventCol.pushUnique("mallDate")>>
<<set $eventCol.pushUnique("timeMgrEx")>>
<<else>>
She raises an eyebrow as she quickly scans you with her eyes. She's clearly not impressed and graciously turns you down. Maybe you should make some personal changes:
<<if $pcAb.isFit is false>>
@@.hint;You're definitely a bit fat and need to start eating better.@@
<</if>>
<<if $pcAb.isFaceClean is false>>
@@.hint;You're too scruffy, a lot of girls like a clean-shaven guy.@@
<</if>>
<<if $pcAb.isMalehygienic is false>>
@@.hint;You smell bad. I mean BAD. Seriously, taking a shower with no soap isn't working for you.@@
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("timeMgrEx")>>
<span class="link-masc"><<link "Go Back to Work" "OnetimeBoard">><</link>></span><br />
<<else>>
<span class="link-masc"><<link "Go Back to Work" "Work">><</link>></span><br />
<</if>>
<</nobr>><<addclass "body" "genstore">>This place is a large convenience store filled with everyday items ranging from hand soap to tampons and everything in between
You have $ <span id="currentFunds">$wallet</span>
<<nobr>><<if $wallet gte 20>>
<span class="link-masc"><<link "Buy a Razor $20 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 20>><<set $invs.razor.qty to $invs.razor.qty + 1>><</link>></span><br />
<<else>>
<span class="p-masc">Buy a Razor $20 (insufficient funds)</span><br />
<</if>><</nobr>>
<<nobr>><<if $wallet gte 10>>
<span class="link-masc"><<link "Buy Deodorant $10 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 10>><<set $invs.deodorant.qty to $invs.deodorant.qty + 1>><</link>></span><br />
<<else>>
<span class="p-masc">Buy Deodorant $10 (insufficient funds)</span><br />
<</if>><</nobr>>
<<nobr>><<if $wallet gte 10>>
<span class="link-masc"><<link "Buy Toothpaste $10 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 10>><<set $invs.toothpaste.qty to $invs.toothpaste.qty + 1>><</link>></span><br />
<<else>>
<span class="p-masc">Buy Toothpaste $10 (insufficient funds)</span><br />
<</if>><</nobr>>
<<nobr>><<if $wallet gte 25>>
<span class="link-masc"><<link "Buy Bodywash $25 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 25>><<set $invs.bodywash.qty to $invs.bodywash.qty + 1>><</link>></span><br />
<<else>>
<span class="p-masc">Buy Bodywash $25 (insufficient funds)</span><br />
<</if>><</nobr>>
<<nobr>><<if $wallet gte 25>>
<span class="link-masc"><<link "Buy Shampoo $25 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 25>><<set $invs.shampoo.qty to $invs.shampoo.qty + 1>><</link>></span><br />
<<else>>
<span class="p-masc">Buy Shampoo $25 (insufficient funds)</span><br />
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("semiFinControl")>>
<span class="p-masc">Buy Health Food $40 (no need to worry about this, Valerie is cooking for you!)</span><br />
<<else>>
<<if $wallet gte 40>>
<span class="link-masc"><<link "Buy Health Food $40 (Lasts 1 Week)" "MiscShop">><<set $wallet to $wallet - 40>><<set $invs.healthfood.qty to $invs.healthfood.qty + 1>><</link>></span><br />
<<else>>
<span class="p-masc">Buy Health Food $40 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("semiFinControl")>>
<<if $wallet gte 50>>
<span class="link-fem"><<link "Buy Make-Up Supplies $40 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 50>><<set $invs.makeUp.qty to $invs.makeUp.qty + 1>><<set $invs.makeUp.usesLeft to 28>><</link>></span><br />
<<else>>
<span class="p-masc">Buy Make-Up Supplies $40 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<span class="link-masc"><<link "Exit Store" "ShopHub">><</link>></span><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />You owe $ $rent!
<<nobr>>
If you can't pay, the landlord will let you go into debt but you won't be able to buy anything until you're out of debt<br /><br />
<<set $weekCounter to 0>><<set _modelRentAway to false>>
<<if $wallet gte $rent>>
<<if $eventCol.includes("transing")>>
You find the prospect of showing off your slightly more feminine body exciting. But, you hate that old asshole...<br /><br />
<span class="link-masc"><<link "Pay Rent with Money" "Home">><<set $wallet to $wallet - $rent>><</link>></span><br /><br /><br />
<span class="link-masc"><<link "Pay Rent by 'Modeling'" "Home">><</link>></span><br /><br /><br />
<<elseif $eventCol.includes("semiFinControl")>>
<<set $trickyWallet to $wallet>><<set $wallet to 0>><<set _modelRentAway to true>><<set $eventCol.push("recoverMoney")>>
Oh No!
<<else>>
<<set $wallet to $wallet - $rent>>
<span class="link-masc"><<link "Rent is paid" "Home">><</link>></span><br />
<</if>>
<<else>>
<<if $eventCol.includes("semiFinControl")>>
You realize you don't have enough money to cover rent.<<set _modelRentAway to true>><br /><br />
<<else>>
<<set $pcAb.inDebt to true>><<set $debt to $wallet - $rent>><<set $wallet to 0>>You're in debt now<br /><br />
<span class="link-masc"><<link "Debt Sucks" "Home">><</link>></span><br />
<</if>>
<</if>>
<<if _modelRentAway is true>>
<<if $eventCol.includes("firstModelRent")>>
As you go to pay your rent, you realize that your bank account is completely empty! You stare at the deficient amount for a long time until you hear a knock at the door. Your landlord, a squatty old man with a puffy, weathered face glowers at you from the peephole. You slowly open the door, doing your best to greet your landlord as warmly as possible. He waves off your greeting as he strolls, uninvited, into you apartment. He wants his rent.<br /><br />
He wants it now.<br /><br />
You begin to explain that your account is empty but he impatiently waves his hand, as if he already knows what you're about to tell him.<br /><br />
@@.ll;"Normally I'd extend ya some credit, but I ain't in the mood to get short-changed today,"@@ gripes the landlord, grumpily.<br /><br />
You're at a loss for words, you know that getting credit extended was always a curtesy the landlord provided, but you're not sure why he's suddenly changed his policy.<br /><br />
@@.ll;"Issis you in the picture,"@@ slurs the landlord, holding up a greasy printout of you dressed up like a slut.<br /><br />
<img src="ast/img/s/rogueEvidence.png" /><br /><br />
It looks like someone snapped a photo of you practicing in drag when you were walking around the block. You grind your teeth as the circle of people that know about your embarrassing sexual adventures seems to be growing.<br /><br />
@@.ll;"Well?!"@@ barks the landlord.<br /><br />
@@.pc;"Uh... yes, yes it is,"@@ you concede haltingly.<br /><br />
@@.ll;"Ok then. Tell ya what, you put on a little show for me and I'll cut ya a break on rent,"@@ grumbles the landlord.<br /><br />
He seems just as embarrassed about asking you as you are being asked. You shift your weight from foot to foot, weighing your options and realizing you really have no options to weigh. It's model for the old pervert or live on the streets. You slowly nod your head. The old man licks his lips as he folds the printout up and shoves it in his pocket.<br /><br />
@@.ll;"Well alright, get to it, then,"@@ he demands.<br /><br />
You start to take off your pants.<br /><br />
@@.ll;"C'mon, do it sexy like,"@@ complains the old codger.<br /><br />
You feel like your testicles are trying to climb back up into your abdomen as you do your best to sway your body to an invisible rhythm in your head as you slide your pants off over your hips. <<if $invs.smallWear.smallType is "sexy">>Much to the old man's delight, he sees you're wearing girly underwear.<</if>> <<if $invs.rear.rearType is "plug">>He also makes some unintelligible comment about your butt plug, urging you to take it out.<</if>><br /><br />
@@.ll;"I wanna see that little cage of yours, take off your britches,"@@ grunts the old man, with one hand fishing around in the pocket of his baggy, ill-fitting pants.<br /><br />
You feel incredibly gross as you realize what he must be doing with that hidden hand as you let your underwear drop to the floor.<br /><br />
@@.ll;"Alright, show me that little faggot asshole,"@@ he grunts, a perverted smile playing over his aged features.<br /><br />
You bend over a chair, spreading your ass cheeks for the old pervert, your caged cock dangling pathetically between your legs.<br /><br />
<video src="ast/img/modelRentAway.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
At his direction, you do a few other poses for him, including spreading yourself like porn star in an anal sex scene. He stops giving commands as he steadies himself against a wall, grunting and panting.<br /><br />
You realize he's whipped his gross old cock out and just blew his load all over your carpet. You think you might be sick<br /><br />
@@.ll;"All right, consider your rent paid, this month,"@@ grunts the old landlord as his dick disappears back into his ratty old work pants.<br /><br />
He exits your apartment, leaving your door open. You hastily follow him, closing the door as fast possible so that no one walking by sees your half naked body in chastity.<br /><br />
Well... that's one way to pay rent.<br /><br /><<set $eventCol.delete("firstModelRent")>>
<<else>>
The old bastard shows up like clockwork with a lecherous grin on his face. Since you don't have the funds to cover it, you have little option but to repeat your performance.
<video src="ast/img/modelRentAway.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
He stumbles away, leaving behind another gross strand of cum for you to clean out of your carpet.
<</if>>
<<if $eventCol.includes("recoverMoney")>>
The landlord considers your rent paid, but you still have no idea what happened to all your money.<br /><br />
<span class="link-masc"><<link "Rent is paid" "Home">><</link>></span><br />
<<else>>
The landlord considers your rent paid, you get to keep what little money you have in your bank account!<br /><br />
<span class="link-masc"><<link "Rent is paid" "Home">><</link>></span><br />
<</if>>
<</if>><</nobr>><<nobr>>
<<if $debt lte 0 and $tasks.includes("payMedDebt")>>
<<set $eventCol.pushUnique("debtPaidExec")>>
<<goto OnetimeBoard2>>
<</if>>
<<if $tasks.includes("payMedDebt")>>
<<if $wallet gte 50>>
<span class="link-masc"><<link "Make $50 Payment" "payDebt">>
<<set $wallet to $wallet - 50>><<set $debt to $debt - 50>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Make $50 Payment (insufficient funds)</span><br /><br />
<</if>>
<<if $wallet gte 100>>
<span class="link-masc"><<link "Make $100 Payment" "payDebt">>
<<set $wallet to $wallet - 100>><<set $debt to $debt - 100>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Make $100 Payment (insufficient funds)</span><br /><br />
<</if>>
<<if $wallet gte 1000>>
<span class="link-masc"><<link "Make $1000 Payment" "payDebt">>
<<set $wallet to $wallet - 1000>><<set $debt to $debt - 1000>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Make $1000 Payment (insufficient funds)</span><br /><br />
<</if>>
<<if $eventCol.includes("dPayer")>>
<<if $wallet gte $debt>>
<span class="link-masc"><<link "Pay Full Balance" "payDebt">>
<<set $wallet to $wallet - $debt>><<set $debt to 0>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Pay Full Balance (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<span class="link-masc"><<link "Done" "Home">><</link>></span><br />
<<else>>
<<if $wallet gte 0 and $wallet gte ($debt*-1)>>
<<set $wallet to $wallet + $debt>>
<<set $pcAb.inDebt to false>>
<span class="link-masc"><<link "Debt is paid" "Home">><</link>></span><br />
<<else>>
You don't have enough money and the debt must be paid in full<br />
<span class="link-masc"><<link "You shouldn't mess with this landlord" "Home">><</link>></span><br />
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if not $eventCol.includes("fired")>>
<<addclass "body" "bathmirror">>
<<else>>
<<addclass "body" "girlbath">>
<</if>>
<<if $eventCol.includes("transing")>>
<<if $femLvl is 1>>
Your muscles look a little less defined... in fact your whole body seems softer and your nipples seem a little puffy<br />
<<elseif $femLvl is 2>>
There seems to be thin, soft layer of fat building up just under your skin that totally obscures your muscles. Also, you notice your ass has gotten rounder, and you have tiny little buds of fat growing under your nipples<br />
<<elseif $femLvl is 3>>
Your muscles have all but totally disappeared and replaced with soft glowing skin and a slightly rounded, girlish frame<br />
<<elseif $femLvl is 4>>
You look more female than male now, it seems what fat you had left has migrated to your hips, ass, and thighs<br />
<</if>>
<<elseif $pcAb.isFit is true>>
You're eating and right and your slim physique proves it<br />
<<else>>
<<if $pcAb.routine.healthStreak gt 0 and $pcAb.routine.healthStreak lt 7>>
You're eating right, keep it up and you'll surely lose that unsightly fat<br />
<</if>>
<<if $pcAb.routine.healthStreak is 0>>
You eat like a slob and your soft pudgy body suffers for it<br />
<</if>>
<</if>>
<<if $pcAb.isFaceClean is true>>
You're clean shaven, revealing your youthful face<br />
<<elseif $femLvl is 1>>
Your face looks soft and smooth<br />
<<elseif $femLvl is 2>>
Your face looks more androgenous than you remember, like there's little round deposits of fat sitting just around what used to be your manly cheek bones<br />
<<elseif $femLvl is 3>>
Your face is soft and rounder than you remember, with the right makeup, you look indistinguishable from a girl<br />
<<elseif $femLvl gte 4>>
Your face is unmistakeably female<br />
<<else>>
Your poor attempts at growing facial hair make you look pathetic<br />
<</if>>
<<if $pcAb.isMalehygienic is true>>
You smell like a man that wears standard masculine deodorant<br />
<<elseif $pcAb.girlySmell is true>>
You smell like a girl and you're smooth from the neck down<br />
<<else>>
You stink, you need to start bathing regularly<br />
<</if>>
<<if $eventCol.includes("transing")>>
Your hair has grown out and seems more voluminous than you remember<br />
<<elseif $pcAb.hasMaleHaircut is true>>
You have a nicely styled masculine haircut<br />
<<else>>
Your hair is long and unruly<br />
<</if>>
<<if $pcAb.outerWear is "slobClothes">>
You're dressed like a slob<br />
<<elseif $pcAb.outerWear is "trendyClothes">>
You look cool and casual wearing designer clothes<br />
<<elseif $pcAb.outerWear is "fancyClothes">>
Wow, you look all gussied up in your fancy formal wear<br />
<<elseif $pcAb.outerWear is "sexyClothes">>
You look like you're ready to party<br />
<<elseif $pcAb.outerWear is "cuteClothes">>
Awww, you're so cute in that outfit<br />
<<elseif $pcAb.outerWear is "professionalClothes">>
You look like you could be secretary in the business outfit<br />
<</if>>
<<if $eventCol.includes("girlyNails")>>
You have pink girly fingernails<br /><br />
<</if>>
<<if $eventCol.includes("semiFinControl") and not $skills.includes("begManners")>>
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Practice Female Mannerisms" "SkillBoard">><<set $eventCol.push("learnBegManners")>><</link>></span><br />
<<else>>
<span class="p-masc">Practice Female Mannerisms (You need a little time to mentally absorb the new info)</span><br />
<</if>>
<</if>>
<br />
<<if $eventCol.includes("ramEnd0")>>
<span class="link-masc"><span class="link-fem"><<link "All Done" "RamoneEndgame">><</link>></span><br /></span>
<<else>>
<span class="link-masc"><span class="link-fem"><<link "All Done" "Home">><</link>></span><br /></span>
<</if>>
<</nobr>><<nobr>><<set $pcAb.adjustedRoutine to true>>
Current Routine:
<br /><<if $pcAb.routine.useRazor is true>>You're shaving your face<</if>>
<br /><<if $pcAb.routine.useRazorBH is true>>You're shaving your body<</if>>
<br /><<if $pcAb.routine.useDeodorant is true>>You're using deodorant<</if>>
<br /><<if $pcAb.routine.useToothpaste is true>>You're brusing your teeth<</if>>
<br /><<if $pcAb.routine.useBodywash is true>>You're washing your body<</if>>
<br /><<if $pcAb.routine.useShampoo is true>>You're washing your hair<</if>>
<br /><<if $pcAb.routine.useHealthfood is true>>You're eating right<</if>>
<br /><<if $pcAb.routine.useRazor is false and $pcAb.routine.useDeodorant is false and $pcAb.routine.useToothpaste is false and $pcAb.routine.useBodywash is false and $pcAb.routine.useShampoo is false and $pcAb.routine.useHealthfood is false>>You're doing nothing special in the mornings<</if>><br />
<<if $eventCol.includes("fired")>>
<br /><<if $femRoutine.useMakeup is true>>You're applying make up<</if>>
<br /><<if $femRoutine.useHair is true>>You're styling your hair<</if>>
<br /><<if $femRoutine.useEnema is true>>You're keeping your boi pussy clean<</if>>
<</if>>
<</nobr>>
<<if $eventCol.includes("ramEnd0")>>
Too depressed to have any routine<br /><br />
<span class="link-fem"><<link "All Done" "RamoneEndgame">><</link>></span><br />
<<else>>
<<nobr>>
<<if $eventCol.includes("fired")>>
<span class="p-masc">Shave Face ? Valerie expects nothing less</span><br />
<<else>>
<<if $pcAb.routine.useRazor is true>>
<span class="p-masc-chk"><label><<checkbox "$pcAb.routine.useRazor" false true checked>> Shave Face ?</label></span><br />
<<else>>
<span class="p-masc-chked"><label><<checkbox "$pcAb.routine.useRazor" false true unchecked>> Shave Face ?</label></span><br />
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
<span class="p-masc">Shave Body ? Valerie expects nothing less</span><br />
<<else>>
<<if $eventCol.includes("ShaveAndScentBody")>>
<<if $pcAb.routine.useRazorBH is true>>
<span class="p-masc-chk"><label><<checkbox "$pcAb.routine.useRazorBH" false true checked>> Shave Body ?</label></span><br /><<set $razorUsesLeft to 14>>
<<else>>
<span class="p-masc-chked"><label><<checkbox "$pcAb.routine.useRazorBH" false true unchecked>> Shave Body ?</label></span><br /><<set $razorUsesLeft to 28>>
<</if>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
<span class="p-masc">Use Deodorant ? Valerie expects nothing less</span><br />
<<else>>
<<if $pcAb.routine.useDeodorant is true>>
<span class="p-masc-chk"><label><<checkbox "$pcAb.routine.useDeodorant" false true checked>> Use Deodorant ?</label></span><br />
<<else>>
<span class="p-masc-chked"><label><<checkbox "$pcAb.routine.useDeodorant" false true unchecked>> Use Deodorant ?</label></span><br />
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
<span class="p-masc">Brush Teeth ? Valerie expects nothing less</span><br />
<<else>>
<<if $pcAb.routine.useToothpaste is true>>
<span class="p-masc-chk"><label><<checkbox "$pcAb.routine.useToothpaste" false true checked>> Brush Teeth ?</label></span><br />
<<else>>
<span class="p-masc-chked"><label><<checkbox "$pcAb.routine.useToothpaste" false true unchecked>> Brush Teeth ?</label></span><br />
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
<span class="p-masc">Use Body Wash ? Valerie expects nothing less</span><br />
<<else>>
<<if $pcAb.routine.useBodywash is true>>
<span class="p-masc-chk"><label><<checkbox "$pcAb.routine.useBodywash" false true checked>> Use Body Wash ?</label></span><br />
<<else>>
<span class="p-masc-chked"><label><<checkbox "$pcAb.routine.useBodywash" false true unchecked>> Use Body Wash ?</label></span><br />
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
<span class="p-masc">Use Shampoo ? Valerie expects nothing less</span><br />
<<else>>
<<if $pcAb.routine.useShampoo is true>>
<span class="p-masc-chk"><label><<checkbox "$pcAb.routine.useShampoo" false true checked>> Use Shampoo ?</label></span><br />
<<else>>
<span class="p-masc-chked"><label><<checkbox "$pcAb.routine.useShampoo" false true unchecked>> Use Shampoo ?</label></span><br />
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("semiFinControl")>>
<span class="p-masc">Eat Healthy ? Valerie is making sure of it</span><br />
<<else>>
<<if $pcAb.routine.useHealthfood is true>>
<span class="p-masc-chk"><label><<checkbox "$pcAb.routine.useHealthfood" false true checked>> Eat Healthy ?</label></span><br />
<<else>>
<span class="p-masc-chked"><label><<checkbox "$pcAb.routine.useHealthfood" false true unchecked>> Eat Healthy ?</label></span><br />
<</if>>
<</if>><</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
<<if $femRoutine.useMakeup is true>>
<span class="p-fem-chk"><label><<checkbox "$femRoutine.useMakeup" false true checked>> Apply Make Up ?</label></span><br />
<<else>>
<span class="p-masc-chked"><label><<checkbox "$femRoutine.useMakeup" false true unchecked>> Apply Make Up ?</label></span><br />
<</if>><br />
<<if $femRoutine.useHair is true>>
<span class="p-fem-chk"><label><<checkbox "$femRoutine.useHair" false true checked>> Style Hair ?</label></span><br />
<<else>>
<span class="p-masc-chked"><label><<checkbox "$femRoutine.useHair" false true unchecked>> Style Hair ?</label></span><br />
<</if>>
<</if>>
<br />
<br />
<<if not $eventCol.includes("fired")>>
<span class="link-masc"><<link "Commit changes to routine" "setRoutine">><</link>></span><br /><br />
<span class="link-masc"><<link "All Done" "Home">><</link>></span><br />
<<else>>
<span class="link-fem"><<link "Commit changes to routine" "setRoutine">><</link>></span><br /><br />
<span class="link-fem"><<link "All Done" "Home">><</link>></span><br />
<</if>>
<</nobr>>
<</if>>
You spot her again! You can't believe your luck. You make a mental note of what aisle she's on and the time of day it is so you can better track her down when she comes to the store. The fabric of her tight top strains against her ample breasts as she bends over to look at the prices on the shelf. Her already short skirt creeps up her thighs, allowing a small round portion of her ass to peek from underneath the material.
You turn sideways as your erection demands more and more of your attention lest you have a repeat of last time.
<video src="ast/img/secondSightHg.mp4" width="640" height="480" autoplay auto loop>
</video>
She notices you and gives a faint smile.
@@.pc;"H-hello how are you today?"@@ You stammer
@@.hg;"Good and you?"@@ She answers
@@.pc;"About as good as I can be considering I'm at work"@@
She giggles @@.hg;"I can understand that"@@
@@.pc;"I'm <<print $pc>> by the way,"@@ You say as you extend your hand
@@.hg;"Valerie, nice to meet you"@@ she replies as she shakes your hand
@@.pc;"Let me know if I can help you fu- er find anyone, I mean anything."@@ You being to stumble over your words as you start to overthink your responses
She smiles knowingly at your slip and wiggles her fingers goodbye.
She walks away, her hips swaying rhythmically. She actually noticed you! Better yet, she even smiled at you and talked with you! You feel like you're making progress.
<<set $hlvl to 100>>
<span class="link-masc"><<link "Contemplate Your Financial Situation" "OnetimeBoard">><<set $eventCol.push("ponderMoneyProblem")>><</link>></span><<addclass "body" "mallstore">><<if $eventCol.includes("mallDate")>><<if (47 - $currentTime) gt 8>><<set _fourHoursLeft to true>><</if>><<if _fourHoursLeft is true>>
You walk through the mall. You secretly fear this is too good to be true. Someone as smoking hot as Valerie wouldn't normally give you the time of day, yet here you are about to meet up with her for a date.
@@.hg;"Hey <<print $pc>>!"@@ You hear over the noisy din of the mall crowds
Valerie waves at you from across a large forum. She definitely sticks out among the crowd in her tight fitting dress. You still can't believe your luck. You walk up to her...
<<nobr>>
<img src="ast/img/s/busy-mall.png" />
<<set _mallDateAppr is false>>
<</nobr>>
<<nobr>>
<<if $pcAb.outerWear isnot "trendyClothes">>
<<if $pcAb.outerWear is "slobClothes">>
she looks at your ratty-ass clothes and raises an eyebrow then leaves, clearly pissed that you @@.hint;decided to dress like a homeless person for your date@@<<set $hlvl to 100>>
<</if>>
<<if $pcAb.outerWear is "fancyClothes">>
she looks at your fancy clothes and wonders why @@.hint;you're so overdressed@@. Embarrassed to be around someone who looks like they're cosplaying James Bond, she leaves.
<</if>>
<<elseif $pcAb.hasMaleHaircut is true>>
<<if $pcAb.isFit is true and $pcAb.isFaceClean is true and $pcAb.isMalehygienic is true>>
she looks approvingly at your cool outfit choice and is relieved you owned something other than your work clothes. She runs her fingers over your haircut and flashes a smile
<<set _mallDateAppr to true>>
<br /><br /><img src="ast/img/s/mall-date00.png" />
<<else>>
Likes your clothes and haircut but is turned off by your @@.hint;lack of hygiene@@
<</if>>
<<else>>
She looks approvingly at your cool outfit choice but his appalled you @@.hint;didn't bother getting a haircut@@ for your date. She crosses her arm, her breasts pressed together, as she stares at your hair.
@@.hg;"I worked hard to look good for you, the least you can do is get a haircut"@@
She storms off.
<</if>><</nobr>>
<<nobr>>
<<if _mallDateAppr is true>>
<br /><br />Valerie holds your hand as you both stroll through the mall. Her perfume intoxicates you. She chats about her past jobs but doesn't clearly indicate whether she's currently employed. She also talks about how much she loves fashion. She suddenly squeezes your hand as she gasps sharply <br /><br />
@@.hg;"Oh my gosh! They finally have that dress in!"@@ She squeals as she points excitedly at a mannequin sporting a sleek dress that seems to expose more than it covers. <br /><br />
@@.hg;"C'mon, we have to check it out!"@@ She exclaims as she pulls you inside the women's clothing store. <br /><br />
She combs through what seems like identical sizes of the same blue dress before finally pulling one off of the rack. She thrusts her little white purse (complete with pink pompom) into your arms. <br /><br />
@@.hg;"Can you hold this while I try it on?"@@ <br /><br />
Your mind races at the thought of her slipping into that skimpy dress and you eagerly agree. <br /><br />
She disappears into a dressing room. You shift from foot to foot, trying to figure out how to hold her girly purse in the manliest way possible. Thankfully no one really seems to notice or care that you're holding such a ridiculous thing. <br /><br />
<span class="link-masc"><<link "Keep Waiting" "MallDate0">><</link>></span><br />
<</if>>
<</nobr>>
<<else>>It's too late to go on a date and she's nowhere to be found<</if>>
<<else>>
<<if $eventCol.includes("girlsNightReq1") and not $skills.includes("begFlirt")>>
You decide the mall would be the best place to try to prove you can get a guy's phone number with your superior flirting skills...
<<if $pcAb.hasSkilled is false>>
<span class="link-fem"><<link "Find a guy to flirt with" "SkillBoard">><<set $eventCol.push("learnBegFlirt")>><</link>></span><br />
<<else>>
<span class="p-masc">Find a Guy to Flirt with" (You need a little time to mentally absorb the new info)</span><br />
<</if>>
<<else>>
You hate going to the mall and you'd rather not waste your time here
<</if>>
<</if>>
<span class="link-masc"><<link "Leave the Mall" "ShopHub">><</link>></span><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<<addclass "body" "menstore">>This store is filled with clothes ranging from trendy attire for cruising the mall for chicks to fancy clothes for those formal affairs.
You have $ <span id="currentFunds">$wallet</span>
<<nobr>><<if $wallet gte 80 and $clothes.trendyShirt00.qty is 0>>
<span class="link-masc"><<link "Buy a Designer Shirt $80 (This shirt is trendy)" "MaleClothes">><<set $wallet to $wallet - 80>><<set $clothes.trendyShirt00.qty to $clothes.trendyShirt00.qty + 1>><<set $topInv.push("trendyShirt00")>>
<</link>></span><br /><img src="ast/img/s/trendyShirt00min.png" />
<<else>>
<<if $clothes.trendyShirt00.qty gte 1>>
<span class="p-masc">Designer Shirt already owned</span><br />
<<else>>
<span class="p-masc">Buy a Designer Shirt $80 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 100 and $clothes.trendyPants00.qty is 0>>
<span class="link-masc"><<link "Buy a pair of Designer Jeans $100 (These pants are trendy)" "MaleClothes">><<set $wallet to $wallet - 100>><<set $clothes.trendyPants00.qty to $clothes.trendyPants00.qty + 1>><<set $bottomInv.push("trendyPants00")>>
<</link>></span><br /><img src="ast/img/s/trendyPants00min.png" />
<<else>>
<<if $clothes.trendyPants00.qty gte 1>>
<span class="p-masc">Designer Jeans already owned</span><br />
<<else>>
<span class="p-masc">Buy a pair of Designer Jeans $100 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 150 and $clothes.trendyShoes00.qty is 0>>
<span class="link-masc"><<link "Buy a pair of Designer Shoes $150 (These shoes are trendy)" "MaleClothes">><<set $wallet to $wallet - 150>><<set $clothes.trendyShoes00.qty to $clothes.trendyShoes00.qty + 1>><<set $shoeInv.push("trendyShoes00")>>
<</link>></span><br /><img src="ast/img/s/trendyShoes00min.png" />
<<else>>
<<if $clothes.trendyShoes00.qty gte 1>>
<span class="p-masc">Designer Shoes already owned</span><br />
<<else>>
<span class="p-masc">Buy a pair of Designer Shoes $150 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<<if not $eventCol.includes("limitMenClothes")>><<nobr>><<if $wallet gte 120 and $clothes.fancyShirt00.qty is 0>>
<span class="link-masc"><<link "Buy a Dress Shirt $120 (This shirt is very formal)" "MaleClothes">><<set $wallet to $wallet - 120>><<set $clothes.fancyShirt00.qty to $clothes.fancyShirt00.qty + 1>><<set $topInv.push("fancyShirt00")>>
<</link>></span><br /><img src="ast/img/s/fancyShirt00min.png" />
<<else>>
<<if $clothes.fancyShirt00.qty gte 1>>
<span class="p-masc">Dress Shirt already owned</span><br />
<<else>>
<span class="p-masc">Buy a Dress Shirt $120 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 150 and $clothes.fancyPants00.qty is 0>>
<span class="link-masc"><<link "Buy a pair of Dress Pants $150 (These pants are very formal)" "MaleClothes">><<set $wallet to $wallet - 150>><<set $clothes.fancyPants00.qty to $clothes.fancyPants00.qty + 1>><<set $bottomInv.push("fancyPants00")>>
<</link>></span><br /><img src="ast/img/s/fancyPants00min.png" />
<<else>>
<<if $clothes.fancyPants00.qty gte 1>>
<span class="p-masc">Dress Pants already owned</span><br />
<<else>>
<span class="p-masc">Buy a pair of Dress Pants $100 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 200 and $clothes.fancyShoes00.qty is 0>>
<span class="link-masc"><<link "Buy a pair of Dress Shoes $200 (These shoes are very formal)" "MaleClothes">><<set $wallet to $wallet - 200>><<set $clothes.fancyShoes00.qty to $clothes.fancyShoes00.qty + 1>><<set $shoeInv.push("fancyShoes00")>>
<</link>></span><br /><img src="ast/img/s/fancyShoes00min.png" />
<<else>>
<<if $clothes.fancyShoes00.qty gte 1>>
<span class="p-masc">Dress Shoes already owned</span><br />
<<else>>
<span class="p-masc">Buy a pair of Dress Shoes $200 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 20 and $clothes.boxers00.qty is 0>>
<span class="link-masc"><<link "Buy a pack of Boxers $20 (These boxers are nice and masculine)" "MaleClothes">><<set $wallet to $wallet - 20>><<set $clothes.boxers00.qty to $clothes.boxers00.qty + 1>><<set $smallInv.push("boxers00")>>
<</link>></span><br /><img src="ast/img/s/boxers00min.png" />
<<else>>
<<if $clothes.boxers00.qty gte 1>>
<span class="p-masc">Boxers already owned</span><br />
<<else>>
<span class="p-masc">Buy a pack of Boxers $20 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>><br /><</if>>
<br />
<span class="link-masc"><<link "Exit Store" "ShopHub">><</link>></span><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><<addclass "body" "elecstore">>This store has an assortment of electronic appliances, media, and other digital conveniences
You have $ <span id="currentFunds">$wallet</span>
<<nobr>><<if $wallet gte 50 and not $specInv.includes("alarmClock")>>
<span class="link-masc"><<link "Buy an alarm clock $50 (Allows you to wake up earlier)" "Electronics">><<set $wallet to $wallet - 50>><<set $specInv.push("alarmClock")>><</link>></span><br />
<<else>>
<<if $specInv.includes("alarmClock")>>
<span class="p-masc">Alarm Clock already owned</span><br />
<<else>>
<span class="p-masc">Buy an alarm clock $50 (insufficient funds)</span><br />
<</if>>
<</if>><</nobr>>
<<nobr>><<if not $specInv.includes("timeMgr")>>
<<if $eventCol.includes("timeMgr") and $wallet gte 200>>
<span class="link-masc"><<link "Buy 'Ultimate Time Manager' Audio Book $200 (Allows you to manage your time better and work all day)" "Electronics">><<set $wallet to $wallet - 200>><<set $specInv.push("timeMgr")>><</link>></span><br />
<<else>>
<<if $wallet gte 200>>
<span class="p-masc">Buy 'Ultimate Time Manager' Audio Book $200 (Why would you want to manage your time better?)</span><br />
<<else>>
<span class="p-masc">Buy 'Ultimate Time Manager' Audio Book $200 (insufficient funds)</span><br />
<</if>>
<</if>>
<<else>>
<span class="p-masc">'Ultimate Time Manager' Audio Book already owned</span><br />
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("girlsNightReq1") or $skills.includes("voiceControl")>>
<<if $wallet gte 100 and not $specInv.includes("femVoiceDVD")>>
<span class="link-fem"><<link "Buy 'Feminine Phonetics' DVD $100 (Teaches you to sound like a girl)" "Electronics">><<set $wallet to $wallet - 100>><<set $specInv.push("femVoiceDVD")>><</link>></span><br />
<<else>>
<<if $specInv.includes("femVoiceDVD")>>
<span class="p-masc">'Feminine Phonetics' DVD already owned</span><br />
<<else>>
<span class="p-masc">Buy 'Feminine Phonetics' DVD $100 (insufficient funds)</span><br />
<</if>>
<</if>>
<</if>><</nobr>>
<<nobr>><<if $sWeek gte 1>>
<<if $wallet gte 250 and not $specInv.includes("webCam")>>
<span class="link-masc"><<link "Buy Webcam $250" "Electronics">><<set $wallet to $wallet - 250>><<set $specInv.push("webCam")>><</link>></span><br />
<<else>>
<<if $specInv.includes("webCam")>>
<span class="p-masc">Webcam already owned</span><br />
<<else>>
<span class="p-masc">Buy Webcam $250 (insufficient funds)</span><br />
<</if>>
<</if>>
<</if>><</nobr>><br />
<br />
<span class="link-masc"><<link "Exit Store" "ShopHub">><</link>></span><br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><<addclass "body" "erostore">>This store has naughty things for naughty times
You have $ <span id="currentFunds">$wallet</span><br /><br />
<<nobr>><<if $eventCol.includes("wearPanties")>>
You enter, nervously looking around at the lingerie, trying to pretend you're buying it for someone else<br /><br />
<<if $wallet gte 100 and $clothes.brapanties00.qty is 0>>
<span class="link-fem"><<link "Buy Matching Bra and Panties $100 (This underwear is sexy)" "SexShop">><<set $wallet to $wallet - 100>><<set $clothes.brapanties00.qty to $clothes.brapanties00.qty + 1>><<set $smallInv.push("brapanties00")>>
<</link>></span><br /><img src="ast/img/s/brapanties00min.png" />
<<else>>
<<if $clothes.brapanties00.qty gte 1>>
<span class="p-masc">Matching Bra and Panties already owned</span><br />
<<else>>
<span class="p-masc">Buy Matching Bra and Panties $100 (insufficient funds)</span><br />
<</if>>
<</if>><br /><br />
<<if $eventCol.includes("ButtPlug")>>
<<if $wallet gte 30 and $clothes.buttplug00.qty is 0>>
<span class="link-fem"><<link "Buy Pink Butt Plug $30 (This is a standard butt plug)" "SexShop">><<set $wallet to $wallet - 30>><<set $clothes.buttplug00.qty to $clothes.buttplug00.qty + 1>><<set $plugInv.push("buttplug00")>><<set $eventCol.push("invExpansionEvent")>>
<</link>></span><br /><img src="ast/img/s/buttplug00min.png" />
<<else>>
<<if $clothes.buttplug00.qty gte 1>>
<span class="p-masc">Pink Butt Plug already owned</span><br />
<<else>>
<span class="p-masc">Buy Pink Butt Plug $30 (insufficient funds)</span><br />
<</if>>
<</if>>
<</if>><br /><br />
<<if $eventCol.includes("buyAndUseVibrator") or $specInv.includes("begVibrator")>>
<<if $wallet gte 100 and not $specInv.includes("begVibrator")>>
<span class="link-fem"><<link "Buy Vibrator $100 (This is a basic vibrator)" "SexShop">><<set $wallet to $wallet - 100>><<set $specInv.push("begVibrator")>>
<</link>></span><br /><img src="ast/img/s/vibrator00min.png" />
<<else>>
<<if $specInv.includes("begVibrator")>>
<span class="p-masc">Vibrator already owned</span><br />
<<else>>
<span class="p-masc">Buy Vibrator $100 (insufficient funds)</span><br />
<</if>>
<</if>>
<</if>><br /><br />
<<if $eventCol.includes("nipsHealed")>>
<<if $wallet gte 30 and $clothes.sluttyNipplering00.qty is 0>>
<span class="link-masc"><<link "Buy 'Slut' Nipple Ring $30 (This is a slutty nipplering)" "SexShop">><<set $wallet to $wallet - 30>><<set $clothes.sluttyNipplering00.qty to $clothes.sluttyNipplering00.qty + 1>><<set $nipprcInv.push("sluttyNipplering00")>>
<</link>></span><br /><img src="ast/img/s/sluttyNipplering00min.png" />
<<else>>
<<if $clothes.sluttyNipplering00.qty gte 1>>
<span class="p-masc">'Slut' Nipple Ring already owned</span><br />
<<else>>
<span class="p-masc">Buy 'Slut' Nipple Ring $30 (insufficient funds)</span><br />
<</if>>
<</if>><br /><br />
<<if $wallet gte 30 and $clothes.sluttyNipplering01.qty is 0>>
<span class="link-masc"><<link "Buy 'Spank Me' Nipple Ring $30 (This is a slutty nipplering)" "SexShop">><<set $wallet to $wallet - 30>><<set $clothes.sluttyNipplering01.qty to $clothes.sluttyNipplering01.qty + 1>><<set $nipprcInv.push("sluttyNipplering01")>>
<</link>></span><br /><img src="ast/img/s/sluttyNipplering01min.png" />
<<else>>
<<if $clothes.sluttyNipplering01.qty gte 1>>
<span class="p-masc">'Spank Me' Nipple Ring already owned</span><br />
<<else>>
<span class="p-masc">'Spank Me' Nipple Ring $30 (insufficient funds)</span><br />
<</if>>
<</if>><br /><br />
<<if $wallet gte 30 and $clothes.sluttyNipplering02.qty is 0>>
<span class="link-masc"><<link "Buy 'Cum Here' Nipple Ring $30 (This is a slutty nipplering)" "SexShop">><<set $wallet to $wallet - 30>><<set $clothes.sluttyNipplering02.qty to $clothes.sluttyNipplering02.qty + 1>><<set $nipprcInv.push("sluttyNipplering02")>>
<</link>></span><br /><img src="ast/img/s/sluttyNipplering02min.png" />
<<else>>
<<if $clothes.sluttyNipplering02.qty gte 1>>
<span class="p-masc">'Cum Here' Nipple Ring already owned</span><br />
<<else>>
<span class="p-masc">Buy 'Cum Here' Nipple Ring $30 (insufficient funds)</span><br />
<</if>>
<</if>><br /><br />
<</if>>
<<if $eventCol.includes("tongueHealed")>>
<<if $wallet gte 30 and $clothes.sluttyTonguering00.qty is 0>>
<span class="link-fem"><<link "Buy 'Cum Here' Tongue Ring $30 (This is a slutty tonguering)" "SexShop">><<set $wallet to $wallet - 30>><<set $clothes.sluttyTonguering00.qty to $clothes.sluttyTonguering00.qty + 1>><<set $tongueprcInv.push("sluttyTonguering00")>>
<</link>></span><br /><img src="ast/img/s/sluttyTonguering00min.png" />
<<else>>
<<if $clothes.sluttyTonguering00.qty gte 1>>
<span class="p-masc">'Cum Here' Tongue Ring already owned</span><br />
<<else>>
<span class="p-masc">Buy 'Cum Here' Tongue Ring $30 (insufficient funds)</span><br />
<</if>>
<</if>><br /><br />
<<if $wallet gte 30 and $clothes.sluttyTonguering01.qty is 0>>
<span class="link-fem"><<link "Buy 'Lets Fuck' Tongue Ring $30 (This is a slutty tonguering)" "SexShop">><<set $wallet to $wallet - 30>><<set $clothes.sluttyTonguering01.qty to $clothes.sluttyTonguering01.qty + 1>><<set $tongueprcInv.push("sluttyTonguering01")>>
<</link>></span><br /><img src="ast/img/s/sluttyTonguering01min.png" />
<<else>>
<<if $clothes.sluttyTonguering01.qty gte 1>>
<span class="p-masc">'Lets Fuck' Tongue Ring already owned</span><br />
<<else>>
<span class="p-masc">Buy 'Lets Fuck' Tongue Ring $30 (insufficient funds)</span><br />
<</if>>
<</if>><br /><br />
<<if $wallet gte 30 and $clothes.sluttyTonguering02.qty is 0>>
<span class="link-fem"><<link "Buy 'I Swallow' Tongue Ring $30 (This is a slutty tonguering)" "SexShop">><<set $wallet to $wallet - 30>><<set $clothes.sluttyTonguering02.qty to $clothes.sluttyTonguering02.qty + 1>><<set $tongueprcInv.push("sluttyTonguering02")>>
<</link>></span><br /><img src="ast/img/s/sluttyTonguering02min.png" />
<<else>>
<<if $clothes.sluttyTonguering02.qty gte 1>>
<span class="p-masc">'I Swallow' Tongue Ring already owned</span><br />
<<else>>
<span class="p-masc">Buy 'I Swallow' Tongue Ring $30 (insufficient funds)</span><br />
<</if>>
<</if>><br /><br />
<</if>>
<<else>>
This place is filled with kinky stuff but you don't feel particularly compelled to buy any of it<br /><br />
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("invExpansionEvent")>>
<span class="link-masc"><<link "Exit Store" "OnetimeBoard">><</link>></span><br /><br />
<span class="link-masc"><<link "Go Back Home" "OnetimeBoard">><</link>></span><br />
<<else>>
<span class="link-masc"><<link "Exit Store" "ShopHub">><</link>></span><br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><</nobr>><<if $eventCol.includes("dinnerDate0") or $eventCol.includes("dinnerDate1")>>
She wants to go eat at a fancy restaurant called Se Soumettre, this is going to cost a fortune.
<<if $wallet gte 300>>
<span class="link-masc"><<linkappend "Make a Reservation to Se Soumettre $300">><<set $wallet to $wallet - 300>><<set $invs.reservation.qty to $invs.reservation.qty + 1>>
The reservations are made, @@.hint;you better have plenty of money to cover the food...@@ you figure $100 would be a good start...
<</linkappend>></span><br />
<<else>>
<span class="p-masc">Make a Reservation to Se Soumettre $300 (insufficient funds)</span><br />
<</if>>
<<else>>
<span class="p-masc">You have no need to make reservations at a such a fancy joint</span><br />
<</if>>
<span class="link-masc"><<link "Hang Up" "ShopHub">><</link>></span><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><<nobr>><<addclass "body" "salonstore">>
This place offers all sorts of "beautifying" services<br /><br />
You have $ <span id="currentFunds">$wallet</span><br /><br />
<<if $wallet gte 15 and $pcAb.hasMaleHaircut is false>>
<span class="link-masc"><<link "Get a haircut $15" "SalonShop">><<set $wallet to $wallet - 15>><<set $pcAb.hasMaleHaircut to true>><</link>></span><br /><br /><br />
<<elseif $pcAb.hasMaleHaircut is true>>
<<if $eventCol.includes("transing") and $femLvl is 1>>
<span class="p-masc">Get a haircut $15" (Your hair as grown out a little, but Valerie doesn't seem to mind)</span><br /><br /><br />
<<elseif $femLvl is 2>>
<span class="p-masc">Get a haircut $15" (Your hair as grown out to your shoulders! Valerie doesn't seem to mind)</span><br /><br /><br />
<<else>>
<span class="p-masc">Get a haircut $15 (You already have a masculine and haircut and it looks great)</span><br /><br /><br />
<</if>>
<<else>>
<span class="p-masc">Get a haircut $15 (insufficient funds)</span><br /><br /><br />
<</if>>
<<if $eventCol.includes("semiFinControl") and not $skills.includes("begMakeUp")>>
<<if $invs.makeUp.qty gt 0 and $invs.makeUp.usesLeft gt 1>>
<<if $pcAb.hasSkilled is false>>
<span class="link-masc"><<link "Ask about how to apply make up" "SkillBoard">><<set $eventCol.push("learnBegMakeUp")>><</link>></span><br /><br /><br />
<<else>>
<span class="p-masc">Ask about how to apply make up (You need a little time to mentally absorb the new info)</span><br /><br /><br />
<</if>>
<<else>>
<span class="p-masc">Ask about how to apply make up (You'll need to bring your own supplies)</span><br /><br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 150 and $clothes.straightLob00.qty is 0>>
<span class="link-masc"><<link "Get Straight Lob Style $150 (This style is professional, and once you see them do it, you can style it yourself!)" "SalonShop">><<set $wallet to $wallet - 150>><<set $clothes.straightLob00.qty to $clothes.straightLob00.qty + 1>><<set $hairaccInv.push("straightLob00")>><</link>></span><br /><br />
<img src="ast/img/s/straightLob00min.png" /><br /><br />
<<else>>
<<if $clothes.straightLob00.qty gte 1>>
<span class="p-masc">Straight Lob Style already learned</span><br /><br /><br />
<<else>>
<span class="p-masc">Get Straight Lob Style $150 (insufficient funds)</span><br /><br /><br />
<</if>>
<</if>>
<<if $wallet gte 150 and $clothes.lowBun00.qty is 0>>
<span class="link-masc"><<link "Get Low Bun Style $150 (This style is professional, and once you see them do it, you can style it yourself!)" "SalonShop">><<set $wallet to $wallet - 150>><<set $clothes.lowBun00.qty to $clothes.lowBun00.qty + 1>><<set $hairaccInv.push("lowBun00")>><</link>></span><br /><br />
<img src="ast/img/s/lowBun00min.png" /><br /><br />
<<else>>
<<if $clothes.lowBun00.qty gte 1>>
<span class="p-masc">Low Bun Style already learned</span><br /><br /><br />
<<else>>
<span class="p-masc">Get Low Bun Style (insufficient funds)</span><br /><br /><br />
<</if>>
<</if>>
<<if $wallet gte 150 and $clothes.undoneCurls00.qty is 0>>
<span class="link-masc"><<link "Get Undone Curls Style $150 (This style is professional, and once you see them do it, you can style it yourself!)" "SalonShop">><<set $wallet to $wallet - 150>><<set $clothes.undoneCurls00.qty to $clothes.undoneCurls00.qty + 1>><<set $hairaccInv.push("undoneCurls00")>><</link>></span><br /><br />
<img src="ast/img/s/undoneCurls00min.png" /><br /><br />
<<else>>
<<if $clothes.undoneCurls00.qty gte 1>>
<span class="p-masc">Undone Curls Style already learned</span><br /><br /><br />
<<else>>
<span class="p-masc">Get Undone Curls Style $150 (insufficient funds)</span><br /><br /><br />
<</if>>
<</if>>
<</if>>
<<if $eventCol.includes("lipStart")>>
<<if $eventCol.includes("lipInjected")>>
<span class="p-masc">Lips have already been injected</span><br /><br /><br />
<<if $eventCol.includes("tnaStart")>>
<<if $salVisit is true>>
<span class="p-masc">Electrolysis Session $100 (Already performed electrolysis today!)</span><br /><br /><br />
<<elseif $eventCol.includes("tnaComplete")>>
<span class="p-masc">Electrolysis Session $100 (You have no body hair left!)</span><br /><br /><br />
<<elseif $wallet gte 100>>
<span class="link-fem"><<link "Electrolysis Session $100" "OnetimeBoard2">>
<<set $salVisit to true>>
<<if $eventCol.includes("tna10")>>
<<set $eventCol.pushUnique("tna10exec")>>
<<elseif $eventCol.includes("tna9")>>
<<set $eventCol.pushUnique("tna9exec")>>
<<elseif $eventCol.includes("tna8")>>
<<set $eventCol.pushUnique("tna8exec")>>
<<elseif $eventCol.includes("tna7")>>
<<set $eventCol.pushUnique("tna7exec")>>
<<elseif $eventCol.includes("tna6")>>
<<set $eventCol.pushUnique("tna6exec")>>
<<elseif $eventCol.includes("tna5")>>
<<set $eventCol.pushUnique("tna5exec")>>
<<elseif $eventCol.includes("tna4")>>
<<set $eventCol.pushUnique("tna4exec")>>
<<elseif $eventCol.includes("tna3")>>
<<set $eventCol.pushUnique("tna3exec")>>
<<elseif $eventCol.includes("tna2")>>
<<set $eventCol.pushUnique("tna2exec")>>
<<else>>
<<set $eventCol.pushUnique("tna1exec")>>
<</if>>
<</link>></span><br /><br /><br />
<<else>>
<span class="p-masc">Electrolysis Session $100 (insufficient funds)</span><br /><br /><br />
<</if>>
<</if>>
<<elseif $wallet gte 350>>
<span class="link-fem"><<link "Get Temporary Lip Injections $350" "OnetimeBoard2">>
<<set $eventCol.pushUnique("lipInjectedExec")>>
<<set $eventCol.pushUnique("lipInjected")>>
<</link>></span><br /><br />
<img src="ast/img/s/lipInjection.png" /><br /><br />
<<else>>
<span class="p-masc">Get Temporary Lip Injections $350 (insufficient funds)</span><br /><br /><br />
<</if>>
<</if>>
<span class="link-masc"><<link "Exit Store" "ShopHub">><</link>></span><br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><br />
<</nobr>><<set $currentTime to $currentTime + 8>>She finally comes out of the dressing room, strips of thin blue fabric revealing even more of her perfect body. You pick your jaw up off the floor
<img src="ast/img/s/mall-date01.png" />
<<set $hlvl to $maxhlvl>><<set $focuslvl to $minFocus>>
You have $ <span id="currentFunds">$wallet</span>
@@.hg;"Do you like?"@@
You nod silently, your brain unable to conjure a meaningful word as your drink her in.
@@.hg;"Me too, I REALLY really love this dress"@@ She giggles as she slaps her hands innocently in front of her, causing her breasts to squeeze against the thin fabric. You can just make out her nipples. Your cock aches with arousal.
You catch a glimpse of the price tag, $100
<<if $wallet gte 100>>
<span class="link-masc"><<linkappend "Buy her the dress">><<set $wallet to $wallet - 100>><<replace "#currentFunds">>$wallet<</replace>>
She changes back and you head to the register. She snuggles up next to you and gives you a hug as you pay for the dress. Her warm body causes your steel penis to flex even harder against your pants. She seems to "accidentally" brush it as she pulls away and you think you might explode right then and there. She giggles mischievously and you can't help but wonder if she knows just how desperately aroused you are. You continue shopping with her, dreading any other surprise expenditures.
@@.hg;"Ok, I need those boots to go with my new dress."@@
You already know what that means as you follow her into a women's shoe store. She seems to already know exactly which boots she wants as she snags them off the shelf. She kicks off her heels and daintily sits down on a bench as she rolls the leather boots on. The heels are even taller than the one she had, accentuating her figure even more
<img src="ast/img/s/mall-date02.png" />
She wiggles her ass with a smile as she catches you checking her out. She playfully walks up to where you are sitting on the bench and places the toe of her foot in the gap between your legs. You try not to stare up her dress as she smiles wickedly at you
@@.pc;"You look amazing"@@ you manage to sputter
<<if $wallet gte 250>>
<span class="link-masc"><<linkappend "Buy her the boots for $250">><<set $wallet to $wallet - 250>><<replace "#currentFunds">>$wallet<</replace>>
@@.hg;"This was REALLY fun <<print $pc>>. Next time let's go out to Se Soumettre. I hear they have some amazing steaks!"@@
As you're leaving the mall she pulls you close and give you a kiss, you feel her tongue quickly dart in and out of your mouth. Your knees suddenly go weak and your cheeks burn bright red. You're afraid your throbbing cock might burst in your pants.
@@.hg;"Are you ok?"@@ she asks innocently
@@.pc;"Y-yes everything’s good, all good, everything's great"@@
@@.hg;"Alright, let me know when we can go out again"@@ She reminds you as she walks away.
You waddle hurriedly and uncomfortably back to your car as your erection rubs itself raw inside your jeans. Your date was a success, if not a bit expensive. You can only imagine how expensive getting reservations to Se Soumettre might be.
<<set $eventCol.delete("mallDate")>>
<<set $eventCol.push("dinnerDate0")>>
<<set $eventCol.push("mallDream")>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</linkappend>></span><br />
<<else>>
You're broke can't get her the boots and have to end the date early. she is very annoyed.<br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>>
<</linkappend>></span><br />
<<else>>
You're broke and can't get her the boots and have to end the date early, she is very annoyed
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>>
<<silently>>
<<if not $eventCol.includes("fired")>>
<<addclass "body" "apartment">>
<</if>>
<<set _setMatches to false>>
<<if $invs.topWear.topType is "slob" or $invs.bottomWear.bottomType is "slob" or $invs.shoes.shoeType is "slob" and $invs.hairAcc.HairAccType is "emptyNaked">>
<<set $pcAb.outerWear to "slobClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "trendy" and $invs.bottomWear.bottomType is "trendy" and $invs.shoes.shoeType is "trendy" and $invs.hairAcc.HairAccType is "emptyNaked">>
<<set $pcAb.outerWear to "trendyClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "fancy" and $invs.bottomWear.bottomType is "fancy" and $invs.shoes.shoeType is "fancy" and $invs.smallWear.smallType is "fancy" and $invs.hairAcc.HairAccType is "emptyNaked">>
<<set $pcAb.outerWear to "fancyClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "fancy" and $invs.bottomWear.bottomType is "fancy" and $invs.shoes.shoeType is "fancy" and $invs.smallWear.smallType is "sexy" and $invs.hairAcc.HairAccType is "emptyNaked">>
<<set $pcAb.outerWear to "fancyClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "sexy" and $invs.bottomWear.bottomType is "sexy" and $invs.shoes.shoeType is "sexy" and $invs.smallWear.smallType is "sexy" and $invs.hairAcc.HairAccType is "emptyNaked">>
<<set $pcAb.outerWear to "sexyClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "sexy" and $invs.bottomWear.bottomType is "sexy" and $invs.shoes.shoeType is "sexy" and $invs.smallWear.smallType is "cute" and $invs.hairAcc.HairAccType is "emptyNaked">>
<<set $pcAb.outerWear to "sexyClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "cute" and $invs.bottomWear.bottomType is "cute" and $invs.shoes.shoeType is "cute" and $invs.hairAcc.HairAccType is "cute">>
<<set $pcAb.outerWear to "cuteClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "professional" and $invs.bottomWear.bottomType is "professional" and $invs.shoes.shoeType is "professional" and $invs.smallWear.smallType is "professional" and $invs.hairAcc.HairAccType is "professional">>
<<set $pcAb.outerWear to "professionalClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "slutty" or $invs.bottomWear.bottomType is "slutty" or $invs.shoes.shoeType is "slutty">>
<<set $pcAb.outerWear to "sluttyArticle">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "slutty" and $invs.bottomWear.bottomType is "slutty" and $invs.shoes.shoeType is "slutty" and $invs.smallWear.smallType is "slutty">>
<<set $pcAb.outerWear to "sluttyClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.topWear.topType is "sporty" and $invs.bottomWear.bottomType is "sporty" and $invs.shoes.shoeType is "sporty" and $invs.smallWear.smallType is "sporty" and $invs.hairAcc.HairAccType is "sporty">>
<<set $pcAb.outerWear to "sportyClothes">><<set _setMatches to true>>
<</if>>
<<if $invs.smallWear.smallType is "sexy">>
<<set $pcAb.underWear to "girly">>
<</if>>
<<if $invs.smallWear.smallType is "cute">>
<<set $pcAb.underWear to "girly">>
<</if>>
<<if $invs.smallWear.smallType is "professional">>
<<set $pcAb.underWear to "girly">>
<</if>>
<<if $invs.smallWear.smallType is "slutty">>
<<set $pcAb.underWear to "slutty">>
<</if>>
<<if $invs.smallWear.smallType is "sporty">>
<<set $pcAb.underWear to "girly">>
<</if>>
<<if _setMatches is false>><<set $pcAb.outerWear to "mismatch">><</if>>
<<switch $pcAb.outerWear>>
<<case "slobClothes">>
<<set _overallC to "total @@.hint;slob@@, gross">>
<<case "trendyClothes">>
<<set _overallC to "man from an Abercrombie and Fitch magazine, very @@.hint;trendy@@">>
<<case "fancyClothes">>
<<set _overallC to "well-to-do gentleman, very @@.hint;fancy@@">>
<<case "sexyClothes">>
<<set _overallC to "@@.hint;sexy@@ girl ready to party">>
<<case "cuteClothes">>
<<set _overallC to "@@.hint;cute@@, simple girl">>
<<case "professionalClothes">>
<<set _overallC to "@@.hint;professional@@, business woman ready to make things happen">>
<<case "sluttyClothes">>
<<set _overallC to "@@.hint;slut@@, this outfit would be highly inappropriate just about anywhere">>
<<case "sportyClothes">>
<<set _overallC to "@@.hint;sporty@@ girl ready workout in all the right ways">>
<<case "sluttyArticle">>
<<set _overallC to "person that is @@.hint;confused@@ and also slutty (your style doesn't match up and you're wearing something that might be considered @@.hint;slutty@@)">>
<<case "mismatch">>
<<set _overallC to "person that is @@.hint;confused@@ (your style doesn't match up, @@.hint; some styles require a matching hair style/accessory@@)">>
<<default>>
<<set _overallC to "naked person">>
<</switch>>
<</silently>>
<<nobr>>
You're dressed like a <span id="overallClothes">_overallC</span><br />
<<if $pcAb.underWear is "girly">>...wearing ladies underwear<br /><</if>>
<<if $pcAb.underWear is "slutty">>...wearing naughty, slutty underwear<br /><</if>>
<<if $invs.rear.rearType is "plug">>...and whose ass is plugged like a little bitch<br /><</if>>
<<if $invs.rear.rearType is "tail">>...and whose ass is sporting a cute little animal tail... kinky!<br /><</if>>
<<if $eventCol.includes("CSystem") and not $eventCol.includes("ramEnd0")>>
<br /><span class="link-masc"><<link "Wear Trendy" "ChangeClothes">>
<<set $imgLinks.srcTop to $warTrendyTopImg>><<set $invs.topWear.Id to $warTrendyTopId>><<set $invs.topWear.topType to "trendy">>
<<set $imgLinks.srcBottom to $warTrendyBottomImg>><<set $invs.bottomWear.Id to $warTrendyBottomId>><<set $invs.bottomWear.bottomType to "trendy">>
<<set $imgLinks.srcShoe to $warTrendyShoeImg>><<set $invs.shoes.Id to $warTrendyShoeId>><<set $invs.shoes.shoeType to "trendy">>
<<set $imgLinks.srcHairAcc to $warTrendyHairAccImg>><<set $invs.hairAcc.Id to $warTrendyHairAccId>><<set $invs.hairAcc.HairAccType to "emptyNaked">>
<</link>></span>
<span class="link-fem"><<link "Wear Cute" "ChangeClothes">>
<<set $imgLinks.srcTop to $warCuteTopImg>><<set $invs.topWear.Id to $warCuteTopId>><<set $invs.topWear.topType to "cute">>
<<set $imgLinks.srcBottom to $warCuteBottomImg>><<set $invs.bottomWear.Id to $warCuteBottomId>><<set $invs.bottomWear.bottomType to "cute">>
<<set $imgLinks.srcShoe to $warCuteShoeImg>><<set $invs.shoes.Id to $warCuteShoeId>><<set $invs.shoes.shoeType to "cute">>
<<set $imgLinks.srcUW to $warCuteUWImg>><<set $invs.smallWear.Id to $warCuteUWId>><<set $invs.smallWear.smallType to "cute">>
<<set $imgLinks.srcHairAcc to $warCuteHairAccImg>><<set $invs.hairAcc.Id to $warCuteHairAccId>><<set $invs.hairAcc.HairAccType to "cute">>
<</link>></span>
<span class="link-fem"><<link "Wear Sexy" "ChangeClothes">>
<<set $imgLinks.srcTop to $warSexyTopImg>><<set $invs.topWear.Id to $warSexyTopId>><<set $invs.topWear.topType to "sexy">>
<<set $imgLinks.srcBottom to $warSexyBottomImg>><<set $invs.bottomWear.Id to $warSexyBottomId>><<set $invs.bottomWear.bottomType to "sexy">>
<<set $imgLinks.srcShoe to $warSexyShoeImg>><<set $invs.shoes.Id to $warSexyShoeId>><<set $invs.shoes.shoeType to "sexy">>
<<set $imgLinks.srcUW to $warSexyUWImg>><<set $invs.smallWear.Id to $warSexyUWId>><<set $invs.smallWear.smallType to "sexy">>
<<set $imgLinks.srcHairAcc to $warSexyHairAccImg>><<set $invs.hairAcc.Id to $warSexyHairAccId>><<set $invs.hairAcc.HairAccType to "emptyNaked">>
<</link>></span>
<<if $SMasterTrained.includes("Izzy")>>
<span class="link-fem"><<link "Wear Professional" "ChangeClothes">>
<<set $imgLinks.srcTop to $warProfessionalTopImg>><<set $invs.topWear.Id to $warProfessionalTopId>><<set $invs.topWear.topType to "professional">>
<<set $imgLinks.srcBottom to $warProfessionalBottomImg>><<set $invs.bottomWear.Id to $warProfessionalBottomId>><<set $invs.bottomWear.bottomType to "professional">>
<<set $imgLinks.srcShoe to $warProfessionalShoeImg>><<set $invs.shoes.Id to $warProfessionalShoeId>><<set $invs.shoes.shoeType to "professional">>
<<set $imgLinks.srcUW to $warProfessionalUWImg>><<set $invs.smallWear.Id to $warProfessionalUWId>><<set $invs.smallWear.smallType to "professional">>
<<set $imgLinks.srcHairAcc to $warProfessionalHairAccImg>><<set $invs.hairAcc.Id to $warProfessionalHairAccId>><<set $invs.hairAcc.HairAccType to "professional">>
<</link>></span>
<</if>>
<<if $SMasterTrained.includes("Raven")>>
<span class="link-fem"><<link "Wear Slutty" "ChangeClothes">>
<<set $imgLinks.srcTop to $warSluttyTopImg>><<set $invs.topWear.Id to $warSluttyTopId>><<set $invs.topWear.topType to "slutty">>
<<set $imgLinks.srcBottom to $warSluttyBottomImg>><<set $invs.bottomWear.Id to $warSluttyBottomId>><<set $invs.bottomWear.bottomType to "slutty">>
<<set $imgLinks.srcShoe to $warSluttyShoeImg>><<set $invs.shoes.Id to $warSluttyShoeId>><<set $invs.shoes.shoeType to "slutty">>
<<set $imgLinks.srcUW to $warSluttyUWImg>><<set $invs.smallWear.Id to $warSluttyUWId>><<set $invs.smallWear.smallType to "slutty">>
<<set $imgLinks.srcNipPrc to $warSluttyNipPrcImg>><<set $invs.NipplePrc.Id to $warSluttyNipPrcId>><<set $invs.NipplePrc.NipPrcType to "slutty">>
<</link>></span>
<</if>>
<<if $SMasterTrained.includes("Jessica")>>
<span class="link-fem"><<link "Wear Sporty" "ChangeClothes">>
<<set $imgLinks.srcTop to $warSportyTopImg>><<set $invs.topWear.Id to $warSportyTopId>><<set $invs.topWear.topType to "sporty">>
<<set $imgLinks.srcBottom to $warSportyBottomImg>><<set $invs.bottomWear.Id to $warSportyBottomId>><<set $invs.bottomWear.bottomType to "sporty">>
<<set $imgLinks.srcShoe to $warSportyShoeImg>><<set $invs.shoes.Id to $warSportyShoeId>><<set $invs.shoes.shoeType to "sporty">>
<<set $imgLinks.srcUW to $warSportyUWImg>><<set $invs.smallWear.Id to $warSportyUWId>><<set $invs.smallWear.smallType to "sporty">>
<<set $imgLinks.srcHairAcc to $warSportyHairAccImg>><<set $invs.hairAcc.Id to $warSportyHairAccId>><<set $invs.hairAcc.HairAccType to "sporty">>
<</link>></span>
<</if>>
<br /><br /><span class="link-fem"><<link "Organize Wardrobe" "OrgWardrobe">><</link>></span><br />
<</if>>
<</nobr>>
You're currently wearing:
<div style="clear: both">
<table style="border: 1px solid white;float: left;">
<tr>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Top>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcTop]]>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
</tr>
<tr>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Bottom>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcBottom]]>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Underwear>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcUW]]>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
</tr>
<tr>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Shoes>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcShoe]]>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
</tr>
</table><<if $eventCol.includes("chastity")>><table style="border: 1px solid white;float: left;">
<tr>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Hair Accessory/Style">><<set $alterClothes.push("hairWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcHairAcc]]>><<set $alterClothes.push("hairWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Ear Piercing">><<set $alterClothes.push("earWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcEarPrc]]>><<set $alterClothes.push("earWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
</tr>
<tr>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Tongue Piercing">><<set $alterClothes.push("tongueWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcTonguePrc]]>><<set $alterClothes.push("tongueWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Nipple Piercing">><<set $alterClothes.push("nippleWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcNipPrc]]>><<set $alterClothes.push("nippleWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
</tr>
<tr>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Belly Piercing">><<set $alterClothes.push("bellyWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcBellyPrc]]>><<set $alterClothes.push("bellyWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Rear Accessory">><<set $alterClothes.push("assWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$imgLinks.srcRear]]>><<set $alterClothes.push("assWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
</tr>
</table><</if>>
</div>
<div style="clear: both"></div>
<<nobr>>
<<if $eventCol.includes("DVisit0")>>
<span class="link-masc"><<link "All Done" "OnetimeBoard">><</link>></span>
<<elseif $eventCol.includes("FriTask0BEX")>>
<span class="link-masc"><<link "All Done" "OnetimeBoard">><</link>></span>
<<elseif $eventCol.includes("ramEnd0")>>
<span class="link-fem"><<link "All Done" "RamoneEndgame">><</link>></span>
<<else>>
<span class="link-masc"><<link "All Done" "Home">><</link>></span>
<</if>>
<</nobr>>
<<nobr>>
change clothing item<br/><br/>
<<if $alterClothes.includes("topWear")>>
change that top<br/><br/>
<<if $warFilter is "trendy">>
<<if $topInv.includes("trendyShirt00")>>
<<link [img[ast/img/s/trendyShirt00.png]]>><<set $warTrendyTopImg to "ast/img/s/trendyShirt00.png">><<set $warTrendyTopId to "trendyShirt00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Stylish Shirt">><<set $warTrendyTopImg to "ast/img/s/trendyShirt00.png">><<set $warTrendyTopId to "trendyShirt00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "cute">>
<<if $topInv.includes("croptop00")>>
<<link [img[ast/img/s/croptop00.png]]>><<set $warCuteTopImg to "ast/img/s/croptop00.png">><<set $warCuteTopId to "croptop00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Crop Top">><<set $warCuteTopImg to "ast/img/s/croptop00.png">><<set $warCuteTopId to "croptop00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $topInv.includes("oversizedShirt00")>>
<<link [img[ast/img/s/oversizedShirt00.png]]>><<set $warCuteTopImg to "ast/img/s/oversizedShirt00.png">><<set $warCuteTopId to "oversizedShirt00">><<set $invs.topWear.topType to "cute">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Oversized T-Shirt">><<set $warCuteTopImg to "ast/img/s/oversizedShirt00.png">><<set $warCuteTopId to "oversizedShirt00">><<set $invs.topWear.topType to "cute">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "sexy">>
<<if $topInv.includes("dress00")>>
<<link [img[ast/img/s/dress00.png]]>><<set $warSexyTopImg to "ast/img/s/dress00.png">><<set $warSexyTopId to "dress00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Black Party Dress">><<set $warSexyTopImg to "ast/img/s/dress00.png">><<set $warSexyTopId to "dress00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $topInv.includes("dress01")>>
<<link [img[ast/img/s/dress01.png]]>><<set $warSexyTopImg to "ast/img/s/dress01.png">><<set $warSexyTopId to "dress01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Red Party Dress">><<set $warSexyTopImgp to "ast/img/s/dress01.png">><<set $warSexyTopId to "dress01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $topInv.includes("dress02")>>
<<link [img[ast/img/s/dress02.png]]>><<set $warSexyTopImg to "ast/img/s/dress02.png">><<set $warSexyTopId to "dress02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Blue Party Dress">><<set $warSexyTopImg to "ast/img/s/dress02.png">><<set $warSexyTopId to "dress02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "professional">>
<<if $topInv.includes("blazer00")>>
<<link [img[ast/img/s/blazer00.png]]>><<set $warProfessionalTopImg to "ast/img/s/blazer00.png">><<set $warProfessionalTopId to "blazer00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Blazer">><<set $warProfessionalTopImg to "ast/img/s/blazer00.png">><<set $warProfessionalTopId to "blazer00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "slutty">>
<<if $topInv.includes("bdsmHarness00")>>
<<link [img[ast/img/s/bdsmHarness00.png]]>><<set $warSluttyTopImg to "ast/img/s/bdsmHarness00.png">><<set $warSluttyTopId to "bdsmHarness00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "BDSM Harness">><<set $warSluttyTopImg to "ast/img/s/bdsmHarness00.png">><<set $warSluttyTopId to "bdsmHarness00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("confrontShirt")>>
<<link [img[ast/img/s/confrontShirt.png]]>><<set $warSluttyTopImg to "ast/img/s/confrontShirt.png">><<set $warSluttyTopId to "confrontShirt">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cumslut Shirt">><<set $warSluttyTopImg to "ast/img/s/confrontShirt.png">><<set $warSluttyTopId to "confrontShirt">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("stripperTrenchCoat00")>>
<<link [img[ast/img/s/stripperTrenchCoat00.png]]>><<set $warSluttyTopImg to "ast/img/s/stripperTrenchCoat00.png">><<set $warSluttyTopId to "stripperTrenchCoat00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Stripper Trench Coat">><<set $warSluttyTopImg to "ast/img/s/stripperTrenchCoat00.png">><<set $warSluttyTopId to "stripperTrenchCoat00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "sporty">>
<<if $topInv.includes("clVest00")>>
<<link [img[ast/img/s/clVest00.png]]>><<set $warSportyTopImg to "ast/img/s/clVest00.png">><<set $warSportyTopId to "clVest00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cheerleader Vest">><<set $warSportyTopImg to "ast/img/s/clVest00.png">><<set $warSportyTopId to "clVest00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<else>>
<<if $topInv.includes("slobShirt00")>>
<<link [img[ast/img/s/slobShirt00.png]]>><<set $imgLinks.srcTop to "ast/img/s/slobShirt00.png">><<set $invs.topWear.Id to "slobShirt00">><<set $invs.topWear.topType to "slob">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Grody Old Shirt">><<set $imgLinks.srcTop to "ast/img/s/slobShirt00.png">><<set $invs.topWear.Id to "slobShirt00">><<set $invs.topWear.topType to "slob">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("trendyShirt00")>>
<<link [img[ast/img/s/trendyShirt00.png]]>><<set $imgLinks.srcTop to "ast/img/s/trendyShirt00.png">><<set $invs.topWear.Id to "trendyShirt00">><<set $invs.topWear.topType to "trendy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Stylish Shirt">><<set $imgLinks.srcTop to "ast/img/s/trendyShirt00.png">><<set $invs.topWear.Id to "trendyShirt00">><<set $invs.topWear.topType to "trendy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("fancyShirt00")>>
<<link [img[ast/img/s/fancyShirt00.png]]>><<set $imgLinks.srcTop to "ast/img/s/fancyShirt00.png">><<set $invs.topWear.Id to "fancyShirt00">><<set $invs.topWear.topType to "fancy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Formal Shirt">><<set $imgLinks.srcTop to "ast/img/s/fancyShirt00.png">><<set $invs.topWear.Id to "fancyShirt00">><<set $invs.topWear.topType to "fancy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("dress00")>>
<<link [img[ast/img/s/dress00.png]]>><<set $imgLinks.srcTop to "ast/img/s/dress00.png">><<set $invs.topWear.Id to "dress00">><<set $invs.topWear.topType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Black Party Dress">><<set $imgLinks.srcTop to "ast/img/s/dress00.png">><<set $invs.topWear.Id to "dress00">><<set $invs.topWear.topType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $topInv.includes("dress01")>>
<<link [img[ast/img/s/dress01.png]]>><<set $imgLinks.srcTop to "ast/img/s/dress01.png">><<set $invs.topWear.Id to "dress01">><<set $invs.topWear.topType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Red Party Dress">><<set $imgLinks.srcTop to "ast/img/s/dress01.png">><<set $invs.topWear.Id to "dress01">><<set $invs.topWear.topType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $topInv.includes("dress02")>>
<<link [img[ast/img/s/dress02.png]]>><<set $imgLinks.srcTop to "ast/img/s/dress02.png">><<set $invs.topWear.Id to "dress02">><<set $invs.topWear.topType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Blue Party Dress">><<set $imgLinks.srcTop to "ast/img/s/dress02.png">><<set $invs.topWear.Id to "dress02">><<set $invs.topWear.topType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("croptop00")>>
<<link [img[ast/img/s/croptop00.png]]>><<set $imgLinks.srcTop to "ast/img/s/croptop00.png">><<set $invs.topWear.Id to "croptop00">><<set $invs.topWear.topType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Crop Top">><<set $imgLinks.srcTop to "ast/img/s/croptop00.png">><<set $invs.topWear.Id to "croptop00">><<set $invs.topWear.topType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $topInv.includes("oversizedShirt00")>>
<<link [img[ast/img/s/oversizedShirt00.png]]>><<set $imgLinks.srcTop to "ast/img/s/oversizedShirt00.png">><<set $invs.topWear.Id to "oversizedShirt00">><<set $invs.topWear.topType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Oversized T-Shirt">><<set $imgLinks.srcTop to "ast/img/s/oversizedShirt00.png">><<set $invs.topWear.Id to "oversizedShirt00">><<set $invs.topWear.topType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("blazer00")>>
<<link [img[ast/img/s/blazer00.png]]>><<set $imgLinks.srcTop to "ast/img/s/blazer00.png">><<set $invs.topWear.Id to "blazer00">><<set $invs.topWear.topType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Blazer">><<set $imgLinks.srcTop to "ast/img/s/blazer00.png">><<set $invs.topWear.Id to "blazer00">><<set $invs.topWear.topType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("bdsmHarness00")>>
<<link [img[ast/img/s/bdsmHarness00.png]]>><<set $imgLinks.srcTop to "ast/img/s/bdsmHarness00.png">><<set $invs.topWear.Id to "bdsmHarness00">><<set $invs.topWear.topType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "BDSM Harness">><<set $imgLinks.srcTop to "ast/img/s/bdsmHarness00.png">><<set $invs.topWear.Id to "bdsmHarness00">><<set $invs.topWear.topType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("confrontShirt")>>
<<link [img[ast/img/s/confrontShirt.png]]>><<set $imgLinks.srcTop to "ast/img/s/confrontShirt.png">><<set $invs.topWear.Id to "confrontShirt">><<set $invs.topWear.topType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cumslut Shirt">><<set $imgLinks.srcTop to "ast/img/s/confrontShirt.png">><<set $invs.topWear.Id to "confrontShirt">><<set $invs.topWear.topType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("stripperTrenchCoat00")>>
<<link [img[ast/img/s/stripperTrenchCoat00.png]]>><<set $imgLinks.srcTop to "ast/img/s/stripperTrenchCoat00.png">><<set $invs.topWear.Id to "stripperTrenchCoat00">><<set $invs.topWear.topType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Stripper Trench Coat">><<set $imgLinks.srcTop to "ast/img/s/stripperTrenchCoat00.png">><<set $invs.topWear.Id to "stripperTrenchCoat00">><<set $invs.topWear.topType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $topInv.includes("clVest00")>>
<<link [img[ast/img/s/clVest00.png]]>><<set $imgLinks.srcTop to "ast/img/s/clVest00.png">><<set $invs.topWear.Id to "clVest00">><<set $invs.topWear.topType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cheerleader Vest">><<set $imgLinks.srcTop to "ast/img/s/clVest00.png">><<set $invs.topWear.Id to "clVest00">><<set $invs.topWear.topType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<</if>>
<<set $alterClothes.delete("topWear")>>
<</if>>
<<if $alterClothes.includes("bottomWear")>>
change that bottom<br/><br/>
<<if $warFilter is "trendy">>
<<if $bottomInv.includes("trendyPants00")>>
<<link [img[ast/img/s/trendyPants00.png]]>><<set $warTrendyBottomImg to "ast/img/s/trendyPants00.png">><<set $warTrendyBottomId to "trendyPants00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Stylish Pants">><<set $warTrendyBottomImg to "ast/img/s/trendyPants00.png">><<set $warTrendyBottomId to "trendyPants00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "cute">>
<<if $bottomInv.includes("shortshorts00")>>
<<link [img[ast/img/s/shortshorts00.png]]>><<set $warCuteBottomImg to "ast/img/s/shortshorts00.png">><<set $warCuteBottomId to "shortshorts00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Short Shorts">><<set $warCuteBottomImg to "ast/img/s/shortshorts00.png">><<set $warCuteBottomId to "shortshorts00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $bottomInv.includes("cuteJeans00")>>
<<link [img[ast/img/s/cuteJeans00.png]]>><<set $warCuteBottomImg to "ast/img/s/cuteJeans00.png">><<set $warCuteBottomId to "cuteJeans00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Tight Jeans (Cute)">><<set $warCuteBottomImg to "ast/img/s/cuteJeans00.png">><<set $warCuteBottomId to "cuteJeans00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "sexy">>
<<if $bottomInv.includes("sexyStockings00")>>
<<link [img[ast/img/s/sexyStockings00.png]]>><<set $warSexyBottomImg to "ast/img/s/sexyStockings00.png">><<set $warSexyBottomId to "sexyStockings00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Black Stockings">><<set $warSexyBottomImg to "ast/img/s/sexyStockings00.png">><<set $warSexyBottomId to "sexyStockings00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $bottomInv.includes("sexyStockings01")>>
<<link [img[ast/img/s/sexyStockings01.png]]>><<set $warSexyBottomImg to "ast/img/s/sexyStockings01.png">><<set $warSexyBottomId to "sexyStockings01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "White Stockings">><<set $warSexyBottomImg to "ast/img/s/sexyStockings01.png">><<set $warSexyBottomId to "sexyStockings01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $bottomInv.includes("sexyStockings02")>>
<<link [img[ast/img/s/sexyStockings02.png]]>><<set $warSexyBottomImg to "ast/img/s/sexyStockings02.png">><<set $warSexyBottomId to "sexyStockings02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Nude Stockings">><<set $warSexyBottomImg to "ast/img/s/sexyStockings02.png">><<set $warSexyBottomId to "sexyStockings02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "professional">>
<<link [img[ast/img/s/pencilSkirt00.png]]>><<set $warProfessionalBottomImg to "ast/img/s/pencilSkirt00.png">><<set $warProfessionalBottomId to "pencilSkirt00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Pencil Skirt">><<set $warProfessionalBottomImg to "ast/img/s/pencilSkirt00.png">><<set $warProfessionalBottomId to "pencilSkirt00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<elseif $warFilter is "slutty">>
<<if $bottomInv.includes("bdsmSkirt00")>>
<<link [img[ast/img/s/bdsmSkirt00.png]]>><<set $warSluttyBottomImg to "ast/img/s/bdsmSkirt00.png">><<set $warSluttyBottomId to "bdsmSkirt00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "BDSM Skirt">><<set $warSluttyBottomImg to "ast/img/s/bdsmSkirt00.png">><<set $warSluttyBottomId to "bdsmSkirt00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("confrontPants")>>
<<link [img[ast/img/s/confrontPants.png]]>><<set $warSluttyBottomImg to "ast/img/s/confrontPants.png">><<set $warSluttyBottomId to "confrontPants">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Humiliating Skirt">><<set $warSluttyBottomImg to "ast/img/s/confrontPants.png">><<set $warSluttyBottomId to "confrontPants">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("stripperShorts00")>>
<<link [img[ast/img/s/stripperShorts00.png]]>><<set $warSluttyBottomImg to "ast/img/s/stripperShorts00.png">><<set $warSluttyBottomId to "stripperShorts00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Stripper Shorts">><<set $warSluttyBottomImg to "ast/img/s/stripperShorts00.png">><<set $warSluttyBottomId to "stripperShorts00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "sporty">>
<<link [img[ast/img/s/clSkirt00.png]]>><<set $warSportyBottomImg to "ast/img/s/clSkirt00.png">><<set $warSportyBottomId to "clSkirt00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cheerleader Skirt">><<set $warSportyBottomImg to "ast/img/s/clSkirt00.png">><<set $warSportyBottomId to "clSkirt00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<else>>
<<if $bottomInv.includes("slobPants00")>>
<<link [img[ast/img/s/slobPants00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/slobPants00.png">><<set $invs.bottomWear.Id to "slobPants00">><<set $invs.bottomWear.bottomType to "slob">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Grody Old Pants">><<set $imgLinks.srcBottom to "ast/img/s/slobPants00.png">><<set $invs.bottomWear.Id to "slobPants00">><<set $invs.bottomWear.bottomType to "slob">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("trendyPants00")>>
<<link [img[ast/img/s/trendyPants00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/trendyPants00.png">><<set $invs.bottomWear.Id to "trendyPants00">><<set $invs.bottomWear.bottomType to "trendy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Stylish Pants">><<set $imgLinks.srcBottom to "ast/img/s/trendyPants00.png">><<set $invs.bottomWear.Id to "trendyPants00">><<set $invs.bottomWear.bottomType to "trendy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("fancyPants00")>>
<<link [img[ast/img/s/fancyPants00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/fancyPants00.png">><<set $invs.bottomWear.Id to "fancyPants00">><<set $invs.bottomWear.bottomType to "fancy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Dress Pants">><<set $imgLinks.srcBottom to "ast/img/s/fancyPants00.png">><<set $invs.bottomWear.Id to "fancyPants00">><<set $invs.bottomWear.bottomType to "fancy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("sexyStockings00")>>
<<link [img[ast/img/s/sexyStockings00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/sexyStockings00.png">><<set $invs.bottomWear.Id to "sexyStockings00">><<set $invs.bottomWear.bottomType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Black Stockings">><<set $imgLinks.srcBottom to "ast/img/s/sexyStockings00.png">><<set $invs.bottomWear.Id to "sexyStockings00">><<set $invs.bottomWear.bottomType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $bottomInv.includes("sexyStockings01")>>
<<link [img[ast/img/s/sexyStockings01.png]]>><<set $imgLinks.srcBottom to "ast/img/s/sexyStockings01.png">><<set $invs.bottomWear.Id to "sexyStockings01">><<set $invs.bottomWear.bottomType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "White Stockings">><<set $imgLinks.srcBottom to "ast/img/s/sexyStockings01.png">><<set $invs.bottomWear.Id to "sexyStockings01">><<set $invs.bottomWear.bottomType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $bottomInv.includes("sexyStockings02")>>
<<link [img[ast/img/s/sexyStockings02.png]]>><<set $imgLinks.srcBottom to "ast/img/s/sexyStockings02.png">><<set $invs.bottomWear.Id to "sexyStockings02">><<set $invs.bottomWear.bottomType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Nude Stockings">><<set $imgLinks.srcBottom to "ast/img/s/sexyStockings02.png">><<set $invs.bottomWear.Id to "sexyStockings02">><<set $invs.bottomWear.bottomType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("shortshorts00")>>
<<link [img[ast/img/s/shortshorts00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/shortshorts00.png">><<set $invs.bottomWear.Id to "shortshorts00">><<set $invs.bottomWear.bottomType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Short Shorts">><<set $imgLinks.srcBottom to "ast/img/s/shortshorts00.png">><<set $invs.bottomWear.Id to "shortshorts00">><<set $invs.bottomWear.bottomType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $bottomInv.includes("cuteJeans00")>>
<<link [img[ast/img/s/cuteJeans00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/cuteJeans00.png">><<set $invs.bottomWear.Id to "cuteJeans00">><<set $invs.bottomWear.bottomType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Tight Jeans (Cute)">><<set $imgLinks.srcBottom to "ast/img/s/cuteJeans00.png">><<set $invs.bottomWear.Id to "cuteJeans00">><<set $invs.bottomWear.bottomType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("pencilSkirt00")>>
<<link [img[ast/img/s/pencilSkirt00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/pencilSkirt00.png">><<set $invs.bottomWear.Id to "pencilSkirt00">><<set $invs.bottomWear.bottomType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Pencil Skirt">><<set $imgLinks.srcBottom to "ast/img/s/pencilSkirt00.png">><<set $invs.bottomWear.Id to "pencilSkirt00">><<set $invs.bottomWear.bottomType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("bdsmSkirt00")>>
<<link [img[ast/img/s/bdsmSkirt00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/bdsmSkirt00.png">><<set $invs.bottomWear.Id to "bdsmSkirt00">><<set $invs.bottomWear.bottomType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "BDSM Skirt">><<set $imgLinks.srcBottom to "ast/img/s/bdsmSkirt00.png">><<set $invs.bottomWear.Id to "bdsmSkirt00">><<set $invs.bottomWear.bottomType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("confrontPants")>>
<<link [img[ast/img/s/confrontPants.png]]>><<set $imgLinks.srcBottom to "ast/img/s/confrontPants.png">><<set $invs.bottomWear.Id to "confrontPants">><<set $invs.bottomWear.bottomType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Humiliating Skirt">><<set $imgLinks.srcBottom to "ast/img/s/confrontPants.png">><<set $invs.bottomWear.Id to "confrontPants">><<set $invs.bottomWear.bottomType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("stripperShorts00")>>
<<link [img[ast/img/s/stripperShorts00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/stripperShorts00.png">><<set $invs.bottomWear.Id to "stripperShorts00">><<set $invs.bottomWear.bottomType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "BDSM Skirt">><<set $imgLinks.srcBottom to "ast/img/s/stripperShorts00.png">><<set $invs.bottomWear.Id to "stripperShorts00">><<set $invs.bottomWear.bottomType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $bottomInv.includes("clSkirt00")>>
<<link [img[ast/img/s/clSkirt00.png]]>><<set $imgLinks.srcBottom to "ast/img/s/clSkirt00.png">><<set $invs.bottomWear.Id to "clSkirt00">><<set $invs.bottomWear.bottomType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cheerleader Skirt">><<set $imgLinks.srcBottom to "ast/img/s/clSkirt00.png">><<set $invs.bottomWear.Id to "clSkirt00">><<set $invs.bottomWear.bottomType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<</if>>
<<set $alterClothes.delete("bottomWear")>>
<</if>>
<<if $alterClothes.includes("shoeWear")>>
change those shoes<br/><br/>
<<if $warFilter is "trendy">>
<<if $shoeInv.includes("trendyShoes00")>>
<<link [img[ast/img/s/trendyShoes00.png]]>><<set $warTrendyShoeImg to "ast/img/s/trendyShoes00.png">><<set $warTrendyShoeId to "trendyShoes00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Stylish Shoes">><<set $warTrendyShoeImg to "ast/img/s/trendyShoes00.png">><<set $warTrendyShoeId to "trendyShoes00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "cute">>
<<if $shoeInv.includes("flats00")>>
<<link [img[ast/img/s/flats00.png]]>><<set $warCuteShoeImg to "ast/img/s/flats00.png">><<set $warCuteShoeId to "flats00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cute Flats">><<set $warCuteShoeImg to "ast/img/s/flats00.png">><<set $warCuteShoeId to "flats00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "sexy">>
<<if $shoeInv.includes("highheels00")>>
<<link [img[ast/img/s/highheels00.png]]>><<set $warSexyShoeImg to "ast/img/s/highheels00.png">><<set $warSexyShoeId to "highheels00">>><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Pink High Heels">><<set $warSexyShoeImg to "ast/img/s/highheels00.png">><<set $warSexyShoeId to "highheels00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $shoeInv.includes("highheels01")>>
<<link [img[ast/img/s/highheels01.png]]>><<set $warSexyShoeImg to "ast/img/s/highheels01.png">><<set $warSexyShoeId to "highheels01">>><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Black High Heels">><<set $warSexyShoeImg to "ast/img/s/highheels01.png">><<set $warSexyShoeId to "highheels01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $shoeInv.includes("highheels02")>>
<<link [img[ast/img/s/highheels02.png]]>><<set $warSexyShoeImg to "ast/img/s/highheels02.png">><<set $warSexyShoeId to "highheels02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Red High Heels">><<set $warSexyShoeImg to "ast/img/s/highheels02.png">><<set $warSexyShoeId to "highheels02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "professional">>
<<link [img[ast/img/s/lowheels00.png]]>><<set $warProfessionalShoeImg to "ast/img/s/lowheels00.png">><<set $warProfessionalShoeId to "lowheels00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Professional Low Heels">><<set $warProfessionalShoeImg to "ast/img/s/lowheels00.png">><<set $warProfessionalShoeId to "lowheels00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<elseif $warFilter is "slutty">>
<<if $shoeInv.includes("slaveHeels00")>>
<<link [img[ast/img/s/slaveHeels00.png]]>><<set $warSluttyShoeImg to "ast/img/s/slaveHeels00.png">><<set $warSluttyShoeId to "slaveHeels00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Slave Heels">><<set $warSluttyShoeImg to "ast/img/s/slaveHeels00.png">><<set $warSluttyShoeId to "slaveHeels00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "sporty">>
<<link [img[ast/img/s/trainers00.png]]>><<set $warSportyShoeImg to "ast/img/s/trainers00.png">><<set $warSportyShoeId to "trainers00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cheerleader Trainers">><<set $warSportyShoeImg to "ast/img/s/trainers00.png">><<set $warSportyShoeId to "trainers00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<else>>
<<if $shoeInv.includes("slobShoes00")>>
<<link [img[ast/img/s/slobShoes00.png]]>><<set $imgLinks.srcShoe to "ast/img/s/slobShoes00.png">><<set $invs.shoes.Id to "slobShoes00">><<set $invs.shoes.shoeType to "slob">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Grody Old Shoes">><<set $imgLinks.srcShoe to "ast/img/s/slobShoes00.png">><<set $invs.shoes.Id to "slobShoes00">><<set $invs.shoes.shoeType to "slob">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $shoeInv.includes("trendyShoes00")>>
<<link [img[ast/img/s/trendyShoes00.png]]>><<set $imgLinks.srcShoe to "ast/img/s/trendyShoes00.png">><<set $invs.shoes.Id to "trendyShoes00">><<set $invs.shoes.shoeType to "trendy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Stylish Shoes">><<set $imgLinks.srcShoe to "ast/img/s/trendyShoes00.png">><<set $invs.shoes.Id to "trendyShoes00">><<set $invs.shoes.shoeType to "trendy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $shoeInv.includes("fancyShoes00")>>
<<link [img[ast/img/s/fancyShoes00.png]]>><<set $imgLinks.srcShoe to "ast/img/s/fancyShoes00.png">><<set $invs.shoes.Id to "fancyShoes00">><<set $invs.shoes.shoeType to "fancy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Dress Shoes">><<set $imgLinks.srcShoe to "ast/img/s/fancyShoes00.png">><<set $invs.shoes.Id to "fancyShoes00">><<set $invs.shoes.shoeType to "fancy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $shoeInv.includes("highheels00")>>
<<link [img[ast/img/s/highheels00.png]]>><<set $imgLinks.srcShoe to "ast/img/s/highheels00.png">><<set $invs.shoes.Id to "highheels00">><<set $invs.shoes.shoeType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Pink High Heels">><<set $imgLinks.srcShoe to "ast/img/s/highheels00.png">><<set $invs.shoes.Id to "highheels00">><<set $invs.shoes.shoeType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $shoeInv.includes("highheels01")>>
<<link [img[ast/img/s/highheels01.png]]>><<set $imgLinks.srcShoe to "ast/img/s/highheels01.png">><<set $invs.shoes.Id to "highheels01">><<set $invs.shoes.shoeType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Black High Heels">><<set $imgLinks.srcShoe to "ast/img/s/highheels01.png">><<set $invs.shoes.Id to "highheels01">><<set $invs.shoes.shoeType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $shoeInv.includes("highheels02")>>
<<link [img[ast/img/s/highheels02.png]]>><<set $imgLinks.srcShoe to "ast/img/s/highheels02.png">><<set $invs.shoes.Id to "highheels02">><<set $invs.shoes.shoeType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Red High Heels">><<set $imgLinks.srcShoe to "ast/img/s/highheels02.png">><<set $invs.shoes.Id to "highheels02">><<set $invs.shoes.shoeType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $shoeInv.includes("flats00")>>
<<link [img[ast/img/s/flats00.png]]>><<set $imgLinks.srcShoe to "ast/img/s/flats00.png">><<set $invs.shoes.Id to "flats00">><<set $invs.shoes.shoeType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cute Flats">><<set $imgLinks.srcShoe to "ast/img/s/flats00.png">><<set $invs.shoes.Id to "flats00">><<set $invs.shoes.shoeType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $shoeInv.includes("lowheels00")>>
<<link [img[ast/img/s/lowheels00.png]]>><<set $imgLinks.srcShoe to "ast/img/s/lowheels00.png">><<set $invs.shoes.Id to "lowheels00">><<set $invs.shoes.shoeType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Professional Low Heels">><<set $imgLinks.srcShoe to "ast/img/s/lowheels00.png">><<set $invs.shoes.Id to "lowheels00">><<set $invs.shoes.shoeType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $shoeInv.includes("slaveHeels00")>>
<<link [img[ast/img/s/slaveHeels00.png]]>><<set $imgLinks.srcShoe to "ast/img/s/slaveHeels00.png">><<set $invs.shoes.Id to "slaveHeels00">><<set $invs.shoes.shoeType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Slave Heels">><<set $imgLinks.srcShoe to "ast/img/s/slaveHeels00.png">><<set $invs.shoes.Id to "slaveHeels00">><<set $invs.shoes.shoeType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $shoeInv.includes("trainers00")>>
<<link [img[ast/img/s/trainers00.png]]>><<set $imgLinks.srcShoe to "ast/img/s/trainers00.png">><<set $invs.shoes.Id to "trainers00">><<set $invs.shoes.shoeType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cheerleader Trainers">><<set $imgLinks.srcShoe to "ast/img/s/trainers00.png">><<set $invs.shoes.Id to "trainers00">><<set $invs.shoes.shoeType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<</if>>
<<set $alterClothes.delete("shoeWear")>>
<</if>>
<<if $alterClothes.includes("underWear")>>
change that underwear<br/><br/>
<<if $warFilter is "cute">>
<<if $smallInv.includes("cutebrapanties00")>>
<<link [img[ast/img/s/cutebrapanties00.png]]>><<set $warCuteUWImg to "ast/img/s/cutebrapanties00.png">><<set $warCuteUWId to "cutebrapanties00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cute Bra and Panties">><<set $warCuteUWImg to "ast/img/s/cutebrapanties00.png">><<set $warCuteUWId to "cutebrapanties00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "sexy">>
<<if $smallInv.includes("brapanties00")>>
<<link [img[ast/img/s/brapanties00.png]]>><<set $warSexyUWImg to "ast/img/s/brapanties00.png">><<set $warCuteUWId to "brapanties00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Sexy Pink Bra and Panties">><<set $warSexyUWImg to "ast/img/s/brapanties00.png">><<set $warCuteUWId to "brapanties00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $smallInv.includes("brapanties01")>>
<<link [img[ast/img/s/brapanties01.png]]>><<set $warSexyUWImg to "ast/img/s/brapanties01.png">><<set $warCuteUWId to "brapanties01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Sexy Black Bra and Panties">><<set $warSexyUWImg to "ast/img/s/brapanties01.png">><<set $warCuteUWId to "brapanties01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $smallInv.includes("brapanties02")>>
<<link [img[ast/img/s/brapanties02.png]]>><<set $warSexyUWImg to "ast/img/s/brapanties02.png">><<set $warCuteUWId to "brapanties02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Sexy White Bra and Panties">><<set $warSexyUWImg to "ast/img/s/brapanties02.png">><<set $warCuteUWId to "brapanties02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "professional">>
<<if $smallInv.includes("supportlingerie00")>>
<<link [img[ast/img/s/supportlingerie00.png]]>><<set $warProfessionalUWImg to "ast/img/s/supportlingerie00.png">><<set $warProfessionalUWId to "supportlingerie00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Supportive Lingerie">><<set $warProfessionalUWImg to "ast/img/s/supportlingerie00.png">><<set $warProfessionalUWId to "supportlingerie00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "slutty">>
<<if $smallInv.includes("bdsmThong00")>>
<<link [img[ast/img/s/bdsmThong00.png]]>><<set $warSluttyUWImg to "ast/img/s/bdsmThong00.png">><<set $warSluttyUWId to "bdsmThong00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Crotchless Thong">><<set $warSluttyUWImg to "ast/img/s/bdsmThong00.png">><<set $warSluttyUWId to "bdsmThong00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<if $smallInv.includes("stripperUW00")>>
<<link [img[ast/img/s/stripperUW00.png]]>><<set $warSluttyUWImg to "ast/img/s/stripperUW00.png">><<set $warSluttyUWId to "stripperUW00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Stripper Undies">><<set $warSluttyUWImg to "ast/img/s/stripperUW00.png">><<set $warSluttyUWId to "stripperUW00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "sporty">>
<<if $smallInv.includes("spankies00")>>
<<link [img[ast/img/s/spankies00.png]]>><<set $warSportyUWImg to "ast/img/s/spankies00.png">><<set $warSportyUWId to "spankies00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cheerleader Spankies">><<set $warSportyUWImg to "ast/img/s/spankies00.png">><<set $warSportyUWId to "spankies00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<else>>
<<if $smallInv.includes("briefs00")>>
<<link [img[ast/img/s/briefs00.png]]>><<set $imgLinks.srcUW to "ast/img/s/briefs00.png">><<set $invs.smallWear.Id to "briefs00">><<set $invs.smallWear.smallType to "slob">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Grody Old Underwear">><<set $imgLinks.srcUW to "ast/img/s/briefs00.png">><<set $invs.smallWear.Id to "briefs00">><<set $invs.smallWear.smallType to "slob">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $smallInv.includes("boxers00")>>
<<link [img[ast/img/s/boxers00.png]]>><<set $imgLinks.srcUW to "ast/img/s/boxers00.png">><<set $invs.smallWear.Id to "boxers00">><<set $invs.smallWear.smallType to "fancy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Nice Boxers">><<set $imgLinks.srcUW to "ast/img/s/boxers00.png">><<set $invs.smallWear.Id to "boxers00">><<set $invs.smallWear.smallType to "fancy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $smallInv.includes("brapanties00")>>
<<link [img[ast/img/s/brapanties00.png]]>><<set $imgLinks.srcUW to "ast/img/s/brapanties00.png">><<set $invs.smallWear.Id to "brapanties00">><<set $invs.smallWear.smallType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Sexy Pink Bra and Panties">><<set $imgLinks.srcUW to "ast/img/s/brapanties00.png">><<set $invs.smallWear.Id to "brapanties00">><<set $invs.smallWear.smallType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $smallInv.includes("brapanties01")>>
<<link [img[ast/img/s/brapanties01.png]]>><<set $imgLinks.srcUW to "ast/img/s/brapanties01.png">><<set $invs.smallWear.Id to "brapanties01">><<set $invs.smallWear.smallType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Sexy Black Bra and Panties">><<set $imgLinks.srcUW to "ast/img/s/brapanties01.png">><<set $invs.smallWear.Id to "brapanties01">><<set $invs.smallWear.smallType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $smallInv.includes("brapanties02")>>
<<link [img[ast/img/s/brapanties02.png]]>><<set $imgLinks.srcUW to "ast/img/s/brapanties02.png">><<set $invs.smallWear.Id to "brapanties02">><<set $invs.smallWear.smallType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Sexy White Bra and Panties">><<set $imgLinks.srcUW to "ast/img/s/brapanties02.png">><<set $invs.smallWear.Id to "brapanties02">><<set $invs.smallWear.smallType to "sexy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $smallInv.includes("cutebrapanties00")>>
<<link [img[ast/img/s/cutebrapanties00.png]]>><<set $imgLinks.srcUW to "ast/img/s/cutebrapanties00.png">><<set $invs.smallWear.Id to "cutebrapanties00">><<set $invs.smallWear.smallType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cute Bra and Panties">><<set $imgLinks.srcUW to "ast/img/s/cutebrapanties00.png">><<set $invs.smallWear.Id to "cutebrapanties00">><<set $invs.smallWear.smallType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $smallInv.includes("supportlingerie00")>>
<<link [img[ast/img/s/supportlingerie00.png]]>><<set $imgLinks.srcUW to "ast/img/s/supportlingerie00.png">><<set $invs.smallWear.Id to "supportlingerie00">><<set $invs.smallWear.smallType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Supportive Lingerie">><<set $imgLinks.srcUW to "ast/img/s/supportlingerie00.png">><<set $invs.smallWear.Id to "supportlingerie00">><<set $invs.smallWear.smallType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $smallInv.includes("bdsmThong00")>>
<<link [img[ast/img/s/bdsmThong00.png]]>><<set $imgLinks.srcUW to "ast/img/s/bdsmThong00.png">><<set $invs.smallWear.Id to "bdsmThong00">><<set $invs.smallWear.smallType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Crotchless Thong">><<set $imgLinks.srcUW to "ast/img/s/bdsmThong00.png">><<set $invs.smallWear.Id to "bdsmThong00">><<set $invs.smallWear.smallType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $smallInv.includes("stripperUW00")>>
<<link [img[ast/img/s/stripperUW00.png]]>><<set $imgLinks.srcUW to "ast/img/s/stripperUW00.png">><<set $invs.smallWear.Id to "stripperUW00">><<set $invs.smallWear.smallType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Stripper Undies">><<set $imgLinks.srcUW to "ast/img/s/stripperUW00.png">><<set $invs.smallWear.Id to "stripperUW00">><<set $invs.smallWear.smallType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $smallInv.includes("spankies00")>>
<<link [img[ast/img/s/spankies00.png]]>><<set $imgLinks.srcUW to "ast/img/s/spankies00.png">><<set $invs.smallWear.Id to "spankies00">><<set $invs.smallWear.smallType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cheerleader Spankies">><<set $imgLinks.srcUW to "ast/img/s/spankies00.png">><<set $invs.smallWear.Id to "spankies00">><<set $invs.smallWear.smallType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<</if>>
<<set $alterClothes.delete("underWear")>>
<</if>>
<<if $alterClothes.includes("hairWear")>>
change that hair accessory or style<br/><br/>
<<if $warFilter is "cute">>
<<if $hairaccInv.includes("hairBow00")>>
<<link [img[ast/img/s/hairBow00.png]]>><<set $warCuteHairAccImg to "ast/img/s/hairBow00.png">><<set $warCuteHairAccId to "hairBow00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cute Bow">><<set $warCuteHairAccImg to "ast/img/s/hairBow00.png">><<set $warCuteHairAccId to "hairBow00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $hairaccInv.includes("highPonyTail00")>>
<<link [img[ast/img/s/highPonyTail00.png]]>><<set $warCuteHairAccImg to "ast/img/s/highPonyTail00.png">><<set $warCuteHairAccId to "highPonyTail00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "High Pony Tail (Cute)">><<set $warCuteHairAccImg to "ast/img/s/highPonyTail00.png">><<set $warCuteHairAccId to "highPonyTail00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<elseif $warFilter is "professional">>
<<if $hairaccInv.includes("straightLob00")>>
<<link [img[ast/img/s/straightLob00.png]]>><<set $warProfessionalHairAccImg to "ast/img/s/straightLob00.png">><<set $warProfessionalHairAccId to "straightLob00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Straight Lob (Professional)">><<set $warProfessionalHairAccImgc to "ast/img/s/straightLob00.png">><<set $warProfessionalHairAccId to "straightLob00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $hairaccInv.includes("lowBun00")>>
<<link [img[ast/img/s/lowBun00.png]]>><<set $warProfessionalHairAccImg to "ast/img/s/lowBun00.png">><<set $warProfessionalHairAccId to "lowBun00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Low Bun (Professional)">><<set $warProfessionalHairAccImg to "ast/img/s/lowBun00.png">><<set $warProfessionalHairAccId to "lowBun00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $hairaccInv.includes("undoneCurls00")>>
<<link [img[ast/img/s/undoneCurls00.png]]>><<set $warProfessionalHairAccImg to "ast/img/s/undoneCurls00.png">><<set $warProfessionalHairAccId to "undoneCurls00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Undone Curls (Professional)">><<set $warProfessionalHairAccImg to "ast/img/s/undoneCurls00.png">><<set $warProfessionalHairAccId to "undoneCurls00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<elseif $warFilter is "sporty">>
<<if $hairaccInv.includes("ribbon00")>>
<<link [img[ast/img/s/ribbon00.png]]>><<set $warSportyHairAccImg to "ast/img/s/ribbon00.png">><<set $warSportyHairAccId to "ribbon00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "Cheerleader Ribbon (Sporty)">><<set $warSportyHairAccImg to "ast/img/s/ribbon00.png">><<set $warSportyHairAccId to "ribbon00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<else>>
<<if $hairaccInv.includes("emptyNaked00")>>
<<link [img[ast/img/s/emptyNaked00.png]]>><<set $imgLinks.srcHairAcc to "ast/img/s/emptyNaked00.png">><<set $invs.hairAcc.Id to "emptyNaked00">><<set $invs.hairAcc.HairAccType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Nothing">><<set $imgLinks.srcHairAcc to "ast/img/s/emptyNaked00.png">><<set $invs.hairAcc.Id to "emptyNaked00">><<set $invs.hairAcc.HairAccType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $hairaccInv.includes("hairBow00")>>
<<link [img[ast/img/s/hairBow00.png]]>><<set $imgLinks.srcHairAcc to "ast/img/s/hairBow00.png">><<set $invs.hairAcc.Id to "hairBow00">><<set $invs.hairAcc.HairAccType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cute Bow">><<set $imgLinks.srcHairAcc to "ast/img/s/hairBow00.png">><<set $invs.hairAcc.Id to "hairBow00">><<set $invs.hairAcc.HairAccType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $hairaccInv.includes("highPonyTail00")>>
<<link [img[ast/img/s/highPonyTail00.png]]>><<set $imgLinks.srcHairAcc to "ast/img/s/highPonyTail00.png">><<set $invs.hairAcc.Id to "highPonyTail00">><<set $invs.hairAcc.HairAccType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "High Pony Tail (Cute)">><<set $imgLinks.srcHairAcc to "ast/img/s/highPonyTail00.png">><<set $invs.hairAcc.Id to "highPonyTail00">><<set $invs.hairAcc.HairAccType to "cute">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $hairaccInv.includes("straightLob00")>>
<<link [img[ast/img/s/straightLob00.png]]>><<set $imgLinks.srcHairAcc to "ast/img/s/straightLob00.png">><<set $invs.hairAcc.Id to "straightLob00">><<set $invs.hairAcc.HairAccType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Straight Lob (Professional)">><<set $imgLinks.srcHairAcc to "ast/img/s/straightLob00.png">><<set $invs.hairAcc.Id to "straightLob00">><<set $invs.hairAcc.HairAccType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $hairaccInv.includes("lowBun00")>>
<<link [img[ast/img/s/lowBun00.png]]>><<set $imgLinks.srcHairAcc to "ast/img/s/lowBun00.png">><<set $invs.hairAcc.Id to "lowBun00">><<set $invs.hairAcc.HairAccType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Low Bun (Professional)">><<set $imgLinks.srcHairAcc to "ast/img/s/lowBun00.png">><<set $invs.hairAcc.Id to "lowBun00">><<set $invs.hairAcc.HairAccType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $hairaccInv.includes("undoneCurls00")>>
<<link [img[ast/img/s/undoneCurls00.png]]>><<set $imgLinks.srcHairAcc to "ast/img/s/undoneCurls00.png">><<set $invs.hairAcc.Id to "undoneCurls00">><<set $invs.hairAcc.HairAccType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Undone Curls (Professional)">><<set $imgLinks.srcHairAcc to "ast/img/s/undoneCurls00.png">><<set $invs.hairAcc.Id to "undoneCurls00">><<set $invs.hairAcc.HairAccType to "professional">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $hairaccInv.includes("ribbon00")>>
<<link [img[ast/img/s/ribbon00.png]]>><<set $imgLinks.srcHairAcc to "ast/img/s/ribbon00.png">><<set $invs.hairAcc.Id to "ribbon00">><<set $invs.hairAcc.HairAccType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Cheerleader Ribbon (Sporty)">><<set $imgLinks.srcHairAcc to "ast/img/s/ribbon00.png">><<set $invs.hairAcc.Id to "ribbon00">><<set $invs.hairAcc.HairAccType to "sporty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<</if>>
<<set $alterClothes.delete("hairWear")>>
<</if>>
<<if $alterClothes.includes("earWear")>>
change those ear piercings<br/><br/>
<<if $earprcInv.includes("emptyNaked00")>>
<<link [img[ast/img/s/emptyNaked00.png]]>><<set $imgLinks.srcEarPrc to "ast/img/s/emptyNaked00.png">><<set $invs.EarPrc.Id to "emptyNaked00">><<set $invs.EarPrc.EarPrcType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Nothing">><<set $imgLinks.srcEarPrc to "ast/img/s/emptyNaked00.png">><<set $invs.EarPrc.Id to "emptyNaked00">><<set $invs.EarPrc.EarPrcType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $earprcInv.includes("cheapEarring00")>>
<<link [img[ast/img/s/cheapEarring00.png]]>><<set $imgLinks.srcEarPrc to "ast/img/s/cheapEarring00.png">><<set $invs.EarPrc.Id to "cheapEarring00">><<set $invs.EarPrc.EarPrcType to "cheap">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Basic Earring (cheap earring)">><<set $imgLinks.srcEarPrc to "ast/img/s/cheapEarring00.png">><<set $invs.EarPrc.Id to "cheapEarring00">><<set $invs.EarPrc.EarPrcType to "cheap">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $earprcInv.includes("classyEarring00")>>
<<link [img[ast/img/s/classyEarring00.png]]>><<set $imgLinks.srcEarPrc to "ast/img/s/classyEarring00.png">><<set $invs.EarPrc.Id to "classyEarring00">><<set $invs.EarPrc.EarPrcType to "classy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "classyEar00">><<set $imgLinks.srcEarPrc to "ast/img/s/classyEarring00.png">><<set $invs.EarPrc.Id to "classyEarring00">><<set $invs.EarPrc.EarPrcType to "classy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $earprcInv.includes("sluttyEarring00")>>
<<link [img[ast/img/s/sluttyEarring00.png]]>><<set $imgLinks.srcEarPrc to "ast/img/s/sluttyEarring00.png">><<set $invs.EarPrc.Id to "sluttyEarring00">><<set $invs.EarPrc.EarPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'Slut' Ear Ring (slutty ear ring)">><<set $imgLinks.srcEarPrc to "ast/img/s/sluttyEarring00.png">><<set $invs.EarPrc.Id to "sluttyEarring00">><<set $invs.EarPrc.EarPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $earprcInv.includes("sluttyEarring01")>>
<<link [img[ast/img/s/sluttyEarring01.png]]>><<set $imgLinks.srcEarPrc to "ast/img/s/sluttyEarring01.png">><<set $invs.EarPrc.Id to "sluttyEarring01">><<set $invs.EarPrc.EarPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'Spank Me' Ear Ring (slutty ear ring)">><<set $imgLinks.srcEarPrc to "ast/img/s/sluttyEarring01.png">><<set $invs.EarPrc.Id to "sluttyEarring01">><<set $invs.EarPrc.EarPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $earprcInv.includes("sluttyEarring02")>>
<<link [img[ast/img/s/sluttyEarring02.png]]>><<set $imgLinks.srcEarPrc to "ast/img/s/sluttyEarring02.png">><<set $invs.EarPrc.Id to "sluttyEarring02">><<set $invs.EarPrc.EarPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'Sperm' Ear Ring (slutty ear ring)">><<set $imgLinks.srcEarPrc to "ast/img/s/sluttyEarring02.png">><<set $invs.EarPrc.Id to "sluttyEarring02">><<set $invs.EarPrc.EarPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<set $alterClothes.delete("earWear")>>
<</if>><br/><br/>
<<if $alterClothes.includes("tongueWear")>>
change that tongue piercing<br/><br/>
<<if $warFilter is "slutty">>
<<if $tongueprcInv.includes("sluttyTonguering00")>>
<<link [img[ast/img/s/sluttyTonguering00.png]]>><<set $warSluttyTonguePrcImg to "ast/img/s/sluttyTonguering00.png">><<set $warSluttyTonguePrcId to "sluttyTonguering00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "'Cum Here' Tongue Ring (slutty Tongue ring)">><<set $warSluttyTonguePrcImg to "ast/img/s/sluttyTonguering00.png">><<set $warSluttyTonguePrcId to "sluttyTonguering00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $tongueprcInv.includes("sluttyTonguering01")>>
<<link [img[ast/img/s/sluttyTonguering01.png]]>><<set $warSluttyTonguePrcImg to "ast/img/s/sluttyTonguering01.png">><<set $warSluttyTonguePrcId to "sluttyTonguering01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "'Lets Fuck' Tongue Ring (slutty Tongue ring)">><<set $warSluttyTonguePrcImg to "ast/img/s/sluttyTonguering01.png">><<set $warSluttyTonguePrcId to "sluttyTonguering01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $tongueprcInv.includes("sluttyTonguering02")>>
<<link [img[ast/img/s/sluttyTonguering02.png]]>><<set $warSluttyTonguePrcImg to "ast/img/s/sluttyTonguering02.png">><<set $warSluttyTonguePrcId to "sluttyTonguering02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "'I Swallow' Tongue Ring (slutty Tongue ring)">><<set $warSluttyTonguePrcImg to "ast/img/s/sluttyTonguering02.png">><<set $warSluttyTonguePrcId to "sluttyTonguering02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<else>>
<<if $tongueprcInv.includes("emptyNaked00")>>
<<link [img[ast/img/s/emptyNaked00.png]]>><<set $imgLinks.srcTonguePrc to "ast/img/s/emptyNaked00.png">><<set $invs.TonguePrc.Id to "emptyNaked00">><<set $invs.TonguePrc.TonguePrcType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Nothing">><<set $imgLinks.srcTonguePrc to "ast/img/s/emptyNaked00.png">><<set $invs.TonguePrc.Id to "emptyNaked00">><<set $invs.TonguePrc.TonguePrcType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $tongueprcInv.includes("sluttyTonguering00")>>
<<link [img[ast/img/s/sluttyTonguering00.png]]>><<set $imgLinks.srcTonguePrc to "ast/img/s/sluttyTonguering00.png">><<set $invs.TonguePrc.Id to "sluttyTonguering00">><<set $invs.TonguePrc.TonguePrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'Cum Here' Tongue Ring (slutty Tongue ring)">><<set $imgLinks.srcTonguePrc to "ast/img/s/sluttyTonguering00.png">><<set $invs.TonguePrc.Id to "sluttyTonguering00">><<set $invs.TonguePrc.TonguePrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $tongueprcInv.includes("sluttyTonguering01")>>
<<link [img[ast/img/s/sluttyTonguering01.png]]>><<set $imgLinks.srcTonguePrc to "ast/img/s/sluttyTonguering01.png">><<set $invs.TonguePrc.Id to "sluttyTonguering01">><<set $invs.TonguePrc.TonguePrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'Lets Fuck' Tongue Ring (slutty Tongue ring)">><<set $imgLinks.srcTonguePrc to "ast/img/s/sluttyTonguering01.png">><<set $invs.TonguePrc.Id to "sluttyTonguering01">><<set $invs.TonguePrc.TonguePrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $tongueprcInv.includes("sluttyTonguering02")>>
<<link [img[ast/img/s/sluttyTonguering02.png]]>><<set $imgLinks.srcTonguePrc to "ast/img/s/sluttyTonguering02.png">><<set $invs.TonguePrc.Id to "sluttyTonguering02">><<set $invs.TonguePrc.TonguePrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'I Swallow' Tongue Ring (slutty Tongue ring)">><<set $imgLinks.srcTonguePrc to "ast/img/s/sluttyTonguering02.png">><<set $invs.TonguePrc.Id to "sluttyTonguering02">><<set $invs.TonguePrc.TonguePrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<</if>>
<<set $alterClothes.delete("tongueWear")>>
<</if>><br/><br/>
<<if $alterClothes.includes("nippleWear")>>
change those nipple piercing<br/><br/>
<<if $warFilter is "slutty">>
<<if $nipprcInv.includes("sluttyNipplering00")>>
<<link [img[ast/img/s/sluttyNipplering00.png]]>><<set $warSluttyNipPrcImg to "ast/img/s/sluttyNipplering00.png">><<set $warSluttyNipPrcId to "sluttyNipplering00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "'Slut' Nipple Ring (slutty nipple ring)">><<set $warSluttyNipPrcImg to "ast/img/s/sluttyNipplering00.png">><<set $warSluttyNipPrcId to "sluttyNipplering00">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $nipprcInv.includes("sluttyNipplering01")>>
<<link [img[ast/img/s/sluttyNipplering01.png]]>><<set $warSluttyNipPrcImg to "ast/img/s/sluttyNipplering01.png">><<set $warSluttyNipPrcId to "sluttyNipplering01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "'Spank Me' Nipple Ring (slutty nipple ring)">><<set $warSluttyNipPrcImg to "ast/img/s/sluttyNipplering01.png">><<set $warSluttyNipPrcId to "sluttyNipplering01">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>>
<<if $nipprcInv.includes("sluttyNipplering02")>>
<<link [img[ast/img/s/sluttyNipplering02.png]]>><<set $warSluttyNipPrcImg to "ast/img/s/sluttyNipplering02.png">><<set $warSluttyNipPrcId to "sluttyNipplering02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<<link "'Cum Here' Nipple Ring (slutty nipple ring)">><<set $warSluttyNipPrcImg to "ast/img/s/sluttyNipplering02.png">><<set $warSluttyNipPrcId to "sluttyNipplering02">><<script>>Dialog.close();<</script>><<goto OrgWardrobe>><</link>>
<</if>><br/><br/>
<<else>>
<<if $nipprcInv.includes("emptyNaked00")>>
<<link [img[ast/img/s/emptyNaked00.png]]>><<set $imgLinks.srcNipPrc to "ast/img/s/emptyNaked00.png">><<set $invs.NipplePrc.Id to "emptyNaked00">><<set $invs.NipplePrc.NipPrcType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Nothing">><<set $imgLinks.srcNipPrc to "ast/img/s/emptyNaked00.png">><<set $invs.NipplePrc.Id to "emptyNaked00">><<set $invs.NipplePrc.NipPrcType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $nipprcInv.includes("cheapNipplering00")>>
<<link [img[ast/img/s/cheapNipplering00.png]]>><<set $imgLinks.srcNipPrc to "ast/img/s/cheapNipplering00.png">><<set $invs.NipplePrc.Id to "cheapNipplering00">><<set $invs.NipplePrc.NipPrcType to "cheap">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Basic Nipple Ring (cheap nipple ring)">><<set $imgLinks.srcNipPrc to "ast/img/s/cheapNipplering00.png">><<set $invs.NipplePrc.Id to "cheapNipplering00">><<set $invs.NipplePrc.NipPrcType to "cheap">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $nipprcInv.includes("classyNipplering00")>>
<<link [img[ast/img/s/classyNipplering00.png]]>><<set $imgLinks.srcNipPrc to "ast/img/s/classyNipplering00.png">><<set $invs.NipplePrc.Id to "classyNipplering00">><<set $invs.NipplePrc.NipPrcType to "classy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "classyNip00">><<set $imgLinks.srcNipPrc to "ast/img/s/classyNipplering00.png">><<set $invs.NipplePrc.Id to "classyNipplering00">><<set $invs.NipplePrc.NipPrcType to "classy">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $nipprcInv.includes("sluttyNipplering00")>>
<<link [img[ast/img/s/sluttyNipplering00.png]]>><<set $imgLinks.srcNipPrc to "ast/img/s/sluttyNipplering00.png">><<set $invs.NipplePrc.Id to "sluttyNipplering00">><<set $invs.NipplePrc.NipPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'Slut' Nipple Ring (slutty nipple ring)">><<set $imgLinks.srcNipPrc to "ast/img/s/sluttyNipplering00.png">><<set $invs.NipplePrc.Id to "sluttyNipplering00">><<set $invs.NipplePrc.NipPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $nipprcInv.includes("sluttyNipplering01")>>
<<link [img[ast/img/s/sluttyNipplering01.png]]>><<set $imgLinks.srcNipPrc to "ast/img/s/sluttyNipplering01.png">><<set $invs.NipplePrc.Id to "sluttyNipplering01">><<set $invs.NipplePrc.NipPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'Spank Me' Nipple Ring (slutty nipple ring)">><<set $imgLinks.srcNipPrc to "ast/img/s/sluttyNipplering01.png">><<set $invs.NipplePrc.Id to "sluttyNipplering01">><<set $invs.NipplePrc.NipPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>>
<<if $nipprcInv.includes("sluttyNipplering02")>>
<<link [img[ast/img/s/sluttyNipplering02.png]]>><<set $imgLinks.srcNipPrc to "ast/img/s/sluttyNipplering02.png">><<set $invs.NipplePrc.Id to "sluttyNipplering02">><<set $invs.NipplePrc.NipPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "'Cum Here' Nipple Ring (slutty nipple ring)">><<set $imgLinks.srcNipPrc to "ast/img/s/sluttyNipplering02.png">><<set $invs.NipplePrc.Id to "sluttyNipplering02">><<set $invs.NipplePrc.NipPrcType to "slutty">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<</if>>
<<set $alterClothes.delete("nippleWear")>>
<</if>><br/><br/>
<<if $alterClothes.includes("bellyWear")>>
change that belly piercing<br/><br/>
<<if $bellyprcInv.includes("emptyNaked00")>>
<<link [img[ast/img/s/emptyNaked00.png]]>><<set $imgLinks.srcBellyPrc to "ast/img/s/emptyNaked00.png">><<set $invs.BellyPrc.Id to "emptyNaked00">><<set $invs.BellyPrc.BellyType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Nothing">><<set $imgLinks.srcBellyPrc to "ast/img/s/emptyNaked00.png">><<set $invs.BellyPrc.Id to "emptyNaked00">><<set $invs.BellyPrc.BellyType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<set $alterClothes.delete("bellyWear")>>
<</if>>
<<if $alterClothes.includes("assWear")>>
change that plug<br/><br/>
<<if $plugInv.includes("emptyNaked00")>>
<<link [img[ast/img/s/emptyNaked00.png]]>><<set $imgLinks.srcRear to "ast/img/s/emptyNaked00.png">><<set $invs.rear.Id to "emptyNaked00">><<set $invs.rear.rearType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Nothing">><<set $imgLinks.srcRear to "ast/img/s/emptyNaked00.png">><<set $invs.rear.Id to "emptyNaked00">><<set $invs.rear.rearType to "emptyNaked">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $plugInv.includes("buttplug00")>>
<<link [img[ast/img/s/buttplug00.png]]>><<set $imgLinks.srcRear to "ast/img/s/buttplug00.png">><<set $invs.rear.Id to "buttplug00">><<set $invs.rear.rearType to "plug">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Pinky Girl Butt Plug">><<set $imgLinks.srcRear to "ast/img/s/buttplug00.png">><<set $invs.rear.Id to "buttplug00">><<set $invs.rear.rearType to "plug">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<if $plugInv.includes("pinkBunnyPlug00")>>
<<link [img[ast/img/s/pinkBunnyPlug00.png]]>><<set $imgLinks.srcRear to "ast/img/s/pinkBunnyPlug00.png">><<set $invs.rear.Id to "pinkBunnyPlug00">><<set $invs.rear.rearType to "tail">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<<link "Pink Bunny Butt Plug">><<set $imgLinks.srcRear to "ast/img/s/pinkBunnyPlug00.png">><<set $invs.rear.Id to "pinkBunnyPlug00">><<set $invs.rear.rearType to "tail">><<script>>Dialog.close();<</script>><<goto ChangeClothes>><</link>>
<</if>><br/><br/>
<<set $alterClothes.delete("assWear")>>
<</if>>
<</nobr>><<nobr>>
<<if $eventCol.includes("allday")>>
<<set _timeMulti to 0>>
<<for (47 - $currentTime) gt 16>>
<<set $currentTime to $currentTime + 8>>
<<set _timeMulti to _timeMulti + 1>>
<</for>>
<<else>>
<<set $currentTime to $currentTime + 8>>
<</if>>
<<if $eventCol.includes("firstTimeMakeupAndModel")>>
The director flags you down and eagerly motions for you to follow him into his back office<br /><br />
<span class="link-masc"><<link "Follow the director..." "OnetimeBoard">><<set $eventCol.push("firstTimeMakeupAndModelExec")>><</link>></span><br /><br /><br />
<<elseif $eventCol.includes("girlyModel")>>
You get to the fashion show. The director reminds you he'll pay you well for modeling as transgender...<br /><br />
<<if $eventCol.includes("allday")>>
You decide to work all day long!<br /><br />
<<set _earnings to 100 * _timeMulti>>
<<set $workClicks to 1 * _timeMulti>>
<<else>>
<<set _earnings to 100>>
<</if>>
<span class="link-fem"><<linkappend "Work as a crossdressing model">><<set $wallet to $wallet + _earnings>><br /><br />
@@.moneymovwwWeak;<img src="ast/img/s/dolla.png" />@@<br />
You worked the catwalk fully made up as a woman @@.mru;and earned $ _earnings@@<br /><br />
<<if $femLvl gte 3>>
Since your natural, womanly, curves are starting to show, the director decides you don't really need that stuffy old shapewear anymore... which allows for a more revealing set of clothes for you to model.<br /><br />
<img src="ast/img/s/girlyModel-realCurves.png" />
<<else>>
The outfits aren't as revealing as before since they have to hide the various pieces of shapewear that are giving you artificial cleavage and a padded ass. But you look so hot that no one seems to mind your fake curves.<br /><br />
<img src="ast/img/s/girlyModel-fakeCurves.png" />
<</if>>
<</linkappend>></span><br /><br /><br />
<<if $eventCol.includes("getShapeWear")>>
In the dressing room, you flag down the director. He saunters over to you, belting out orders at the various models as he passes them. He fulfills every bit of the stereotype of a flamboyant gay man.<br /><br />
@@.pc;"Hey Mr. Director, I was wondering, how much would it cost to buy this shapewear off of you?"@@ you ask.<br /><br />
He raises an eyebrow, a disdainful frown decorating his narrow features, @@.dire;"Ha! you want to just <i>buy</i> it? No, I think not. Those are specialty items and I don't have the time to replace them, even if you <i>could</i> afford to buy them from me, which you can't!"@@<br /><br />
Your shoulders slump, you thought for sure you could work something out.<br /><br />
@@.dire;"Unless..."@@ he trails.<br /><br />
@@.pc;"Unless?"@@ you ask.<br /><br />
@@.dire;"Unless... you are willing to just borrow them,"@@ he says, his frown twisting into an evil sneer.<br /><br />
@@.pc;"Yeah, I don't really need to keep something like that anyway. I really only need them for one night,"@@ you reason.<br /><br />
@@.dire;"Hmmm, yes, that's all well and good, honey. But, before I let you walkout with those fancy panties, I'm going to need a little collateral from you,"@@ the director explains.<br /><br />
@@.pc;"Oh... ok, what did you have in mind?"@@ you ask.<br /><br />
@@.dire;"Oh nothing much really, just a little token of trust between lender and lendee,"@@ he says as he motions Ramone over.<br /><br />
You suddenly start to feel very nervous.<br /><br />
@@.dire;"Ramone clear the dressing room, I need to add to our personal collection,"@@ informs the director matter-of-factly.<br /><br />
Ramone nods, a malicious grin spreading over his face as he looks you over like a piece of meat. You instinctively feel like you need to cover yourself even through you're fully clothed. After a few moments, the dressing room is empty and locked except for you, Ramone, and the director.<br /><br />
@@.dire;"Now then, all I need from you, honey, is just a few photos. They're for my private little collection and it'll insure that you treat my expensive shapewear with extreme care. Because if you don't... I'll be circulating them around to everyone I know. And believe me, honey, I know everyone that matters,"@@ he says.<br /><br />
@@.pc;"And... once I bring the shapewear back to you?"@@ you ask.<br /><br />
@@.dire;"You get the photos back... or maybe you'll consider letting me buy them off of you. Either way, treat my property well, and I'll treat your reputation well,"@@ explains the director.<br /><br />
<span class="link-fem"><<link "Agree to collateral photo" "OnetimeBoard">><<set $eventCol.push("collateralPhotoEvent")>><</link>></span><br /><br /><br />
<</if>>
<<if $eventCol.includes("fired")>>
<<if not $eventCol.includes("exSissPhoto")>>
<<if not $eventCol.includes("knowSissPhoto")>>
The Director smiles at you in a knowing way and motions you over.<br /><br />
@@.dire;"Honey I just can't get over how great you looked in our little... "Session"... you know the one,"@@ purrs the director.<br /><br />
Your eyes dart over to Ramone, who is leaned back against a wall just close enough to hear the conversation. He doesn't utter a word as usual, but his smirk says it all.<br /><br />
@@.dire;"Oh don't be so shy, it wasn't all <i>that</i> bad was it?"@@<br /><br />
@@.pc;"Wh-what are you going to do with those photos?"@@ you manage to ask.<br /><br />
@@.dire;"Oh I'm just hanging on to them until I get my shapewear back. You can hang on to it for now. That's not why I called you over here, sugar-doll. If you're interested in making a little extra money, I might have an opporunity for you"@@<br /><br />
Your ears perk up a bit, @@.pc;"Extra money?"@@<br /><br />
@@.dire;"Oh yes, you looked so hot that I want to add some more photos... for my personal collection, no one else will see them. I'll pay you for it of course. You just show up at this address on any Wednesday, and I'll manage the rest,"@@ explains the Director as he hands you a scrap of paper with an address printed in fancy caligraphy font.<br /><br />
You consider the @@.hint;photoshoot opportunity on Wednesday@@. You have a bad feeling you know what kind of photoshoot it'll be but you make note of it anyway<br /><br />
<<else>>
The Director reminds you about the @@.hint;photoshoot opportunity on Wednesdays@@.<br /><br />
<</if>>
<<set $eventCol.push("exSissPhoto")>>
<</if>>
<</if>>
<<elseif $daysBHShaved gte 1 and $pcAb.girlySmell>>
You head out to the weekly fashion show. When you arrive, the director smiles hungrily at your lean body. He's also taken note of how... feminine you smell. He also loves the fact that you've started shaving your body. He's willing to offer you even more money to continue modeling. You're a little unnerved by both the director's stares as well as Ramone's leering grin every time you walk by.<br /><br />
<<if $eventCol.includes("chastity")>>
You also swear you heard someone mention your chastity cage. Someone must've seen the outline of it in the dressing room. You do your best to ignore the whispers.<br /><br />
<</if>>
<<if $eventCol.includes("allday")>>
You decide to work all day long!<br /><br />
<<set _earnings to 60 * _timeMulti>>
<<set $workClicks to 1 * _timeMulti>>
<<else>>
<<set _earnings to 50>>
<</if>>
<span class="link-masc"><<linkappend "Work as a male model">><<set $wallet to $wallet + _earnings>><br /><br />
@@.moneymovww;<img src="ast/img/s/dolla.png" />@@<br />
You worked the catwalk fully shaved and @@.mru;earned $ _earnings@@<br /><br />
The outfits are strange and you feel strange when walking up and down the catwalk in "men's" clothes. It seems the clothing options have changed since you started shaving yourself.<br /><br />
<img src="ast/img/s/maleModel-str-bh.png" /><br /><br />
<</linkappend>></span><br /><br /><br />
<<elseif $pcAb.isFit is true>>
You head out to the weekly fashion show. When you arrive, the director smiles hungrily at your lean body. You were supposed to help out back stage, but the director offers you double the money to work as a model! You can't believe your luck!<br /><br />
<<if $eventCol.includes("allday")>>
You decide to work all day long!<br /><br />
<<set _earnings to 50 * _timeMulti>>
<<set $workClicks to 1 * _timeMulti>>
<<else>>
<<set _earnings to 50>>
<</if>>
<span class="link-masc"><<linkappend "Work as a male model">><<set $wallet to $wallet + _earnings>><br /><br />
@@.moneymovwwWeak;<img src="ast/img/s/dolla.png" />@@<br />
You worked the catwalk and @@.mru;earned $ _earnings@@<<set $pcAb.workedAsModel to true>><br /><br />
You feel exposed when walking up and down the catwalk but otherwise everything goes smoothly.<br /><br />
<img src="ast/img/s/maleModel-str-hr.png" /><br /><br />
<</linkappend>></span><br /><br /><br />
<<else>>
The commission sends you out to a weekly fashion show. When you arrive, the director takes one look at your pudgy body and rolls his eyes.<br /><br />
@@.dire;"Just... go back stage,"@@ the director sighs as he waves you away with effeminate flair, @@.dire;"Ramone could use your help."@@<br /><br />
When you get back stage, a large muscular man calls you over.<br /><br />
This must be Ramone.<br /><br />
He gives you a list of instructions to follow:<br /><br />
<span class="link-masc"><<linkappend "Work as a stagehand">><<set $wallet to $wallet + 25>><br /><br />
@@.moneymovww;<img src="ast/img/s/dolla.png" />@@<br />
You worked as a stagehand and @@.mru;earned $25@@<br /><br />
<</linkappend>></span><br /><br /><br />
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">>
<<if $eventCol.includes("allday")>>
<<set $eventCol.pushUnique("alldayCalc")>>
<</if>>
<<set $eventCol.delete("allday")>>
<</link>></span><br /><br /><br />
<</nobr>><<nobr>><<set $currentTime to $currentTime + 8>><<addclass "body" "sesoumfront">><</nobr>>
<<if $pcAb.outerWear isnot "fancyClothes">>
The strict dress code of the restaurant prevents you from entering wearing anything but @@.hint;nice formal wear.@@ You better go back and put on the nicest clothes you can so you don't ruin your date. <<if $invs.smallWear.smallType is not "fancy">>You should consider wearing some @@.hint;nicer underwear@@ in the unlikely event you get lucky<</if>><br /><br />
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<<else>>
This place is incredibly fancy. Waiters in formal wear zip around the restaurant effortlessly, serving fine meals to people in even fancier formal wear. Valerie gently tugs on your arm towards the maître d'.
Valerie looks amazing in her formal dress. She seems to turn every head in the restaurant as she saunters by in her tastefully revealing attire.
<img src="ast/img/s/dinner-date00.png" />
<<set $hlvl to 100>>You try your best not to stare at her cleavage as you talk to her.
<<if $eventCol.includes("dinnerDate0")>>
@@.hg;"What are you going to get?"@@ she asks
<<if $wallet gt 100>>
You hope you brought enough money to cover everything as you skim through the menu. Naturally, nothing here has a price tag.
You end up going with a grilled chicken salad while she orders a filet mignon. The waiter appears and offers some wine. You can't pass up the opportunity to get Valerie tipsy. The thought that tonight might just be your lucky night makes you glad you can hide your raging hard-on under the table.
You and Valerie laugh and talk about work, friends, family, and even some sexual history. You're not the least bit surprised that Valerie seems to have had a lot of boyfriends. You hope that if tonight IS the night that you'll measure up favorably.
<<if $wallet lt 500>>
At last, the bill finally comes and your eyes nearly fall out of your head. The blood drains from your face as you realize you don't have enough to cover the bill.
Valerie seems to catch on quick and reaches across the table to pat your arm.
@@.hg;"It's ok, this place is worth it though"@@
The waiter returns to collect the check but Valerie begins chatting him up. To your combined horror and fascination you watch as she shamelessly flirts with the waiter. The waiter, clearly smitten with Valerie's advances, is eager to offer a massive discount on the check.
It took every last dime you had to get out of there, but at least Valerie seems to be happy. What's more, you think she enjoyed manipulating that poor waiter. <<set $wallet to 0>>
<<else>>
At last, the bill finally comes and your eyes nearly fall out of your head. The price is astronomical! You can cover the amount, but it's going to take every last dollar.
Valerie seems to notice as you balk at the bill and simply smiles as you pay it.
@@.hg;"It's ok, this place is worth it though"@@
She runs her hand up the strap of her dress, drawing your attention to her already impossible to ignore tits. You feel a foot glide up the inside of your leg and rest on the inside of your thigh. You almost choke on your wine as her shoeless toes stroke the hard bulge in your pants.
@@.hg;"Are you ready to go?"@@<<set $wallet to 0>>
<</if>>
On the taxi ride home, she slides over and sits in your lap. She giggles softly in your ear as she wiggles her perfect ass against your crotch.
You're thoroughly enjoying the grind session until panic sets in. You realize that you're about to cum in your nice, expensive pants. You attempt to gently scoot her off your lap but she instead pulls you closer. Using just her ass she intensifies her grind, her hip expertly stroking your cock from outside your pants. Before you can protest, she kisses you deeply.
Her hot tongue plays with yours, her perfumed scent fills your nose, her firm, yet soft body presses against yours. It's all too much. You grunt as your cock explodes inside your pants. For a few moments of ecstasy you get lost in the blinding sensations of the orgasm before finally coming to your senses.
Valerie has already moved back to her side of the taxi cab. You look down and notice your cum is slowly seeping through your pants and leaving a very visible, sticky stain.
Still in shock you look over at Valerie who just flashes that same wicked smile you've become familiar with. The taxi finally pulls over to a nice house in a modest neighborhood and Valerie jumps out.
@@.hg;"This is me, now that you know where I live, you can come visit"@@ She says with a smile and a wink.
You watch her go, her ass swinging back in forth.
"Damn, kid. How'd you land a broad like her?" asks the cab driver
You wish you knew the answer.
<<set $eventCol.delete("dinnerDate0")>><<set $invs.reservation.qty to 0>><<set $eventCol.push("dinnerDream")>><<set $eventCol.push("noticeVal")>>
<<set $eventCol.push("datingHG")>><<set $eventCol.push("thisHGisExpensive")>><<set $eventCol.push("shavePubes")>>
<span class="link-masc"><<link "Go Back Home" "OnetimeBoard">><<set $eventCol.delete("noticeVal")>><</link>></span><br />
<<else>>
You panic as you realize you @@.hint;definitely did not bring enough money for this@@. You awkwardly excuse yourself from the date with some lame excuse about a sudden stomach bug. Valerie seems bewildered but kindly offers to do the date another time. You scamper home, kicking yourself for wasting those oddly expensive reservations. You figure @@.hint;bringing at least $100@@ should be enough to scrape by.<<set $invs.reservation.qty to 0>>
And to add insult to injury, you'll need to @@.hint;call and pay for another reservation@@ at this crazy expensive and exclusive restaurant... great.
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>>
<</if>>
<<if $eventCol.includes("dinnerDate1")>>
Valerie stares daggers at you from across the table. You nervously fumble through the menu as you try to break the icy silence.
@@.pc;"Sooo, what are you going to get this time?"@@ you ask
Her face remains unchanged. You're unsure what to do as you fumble for the right words.
@@.pc;"I hear the shrim--"@@
@@.hg;"You 've got a lot of nerve, $pc"@@ Valerie hisses as she interrupts you.
@@.hg;"I don't like being ignored. I don't like unruly men. I don't like it when you ignore my wants, my needs"@@ she explains angrily as she crosses her arms.
You try your best not to stare at her breasts as they squeeze together underneath the pressure of her arms.
@@.pc;"I-I'm sorry Valerie, really! What can I do to make it up to you?"@@ You ask frantically, fearing that she's about to break up with you.
Valerie laughs dismissively.
@@.pc;"I'm serious! I'll do anything to make it right between us!"@@ You exclaim
Valerie raises an eyebrow, @@.hg;"Anything?"@@
You don't like her sudden change in mood but you nod your head yes, @@.pc;"Anything!"@@
She pauses for a moment, then a wicked smile plays across her face, @@.hg;"Fine then, read the text I'm about to send you out loud"@@.
She furiously begins clicking away at her phone. A few moments later your own phone pulses with a notification. You take a deep breath as you open the text. Your face turns bright red as you skim over the text's contents.
@@.hg;"Well?"@@
You gulp hard then begin to read it
@@.hg;"No, stand up, I want everyone to be able to hear you"@@, instructs Valerie
<<include "ApologyText">>
Satisfied with your performance, she smiles warmly at you as she begins to look through the menu. You try not look around the room at all the stares as you scrutinize the menu as well.
<<if $wallet gt 100>>
Valerie orders the most expensive food and wine she can find on the menu. When the food finally comes, she barely eats any of it and the final bill cleans your bank account. The lesson is clear, Valerie will not tolerate being ignored or disobeyed for long stretches of time.<br /><br /> <<set $wallet to 0>><<set $eventCol.delete("dinnerDate1")>><<set $invs.reservation.qty to 0>><<set $hgHappylvl to 3>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<<else>>
You don't have enough money to even order a water in this restaurant, and what's worse, you've wasted your reservation <<set $invs.reservation.qty to 0>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>>
<</if>>
<</if>>Descending...
Slowly and softly downward...
The burden of choice...<span class='fadeIn3'> removed</span>
<span class='fadeIn5'>There is only the Command, the order that must be heeded, the needs that must be satisfied</span><<nobr>>
<<if $postLunch is false>>
You drive to the Schaft-Mart Superstore that serves as both the writer of your paycheck and the bane of your existence.
<<else>>
You trudge back to the sales floor.
<</if>>
<</nobr>> Luckily the management rewards hard work with a little extra pay at the end of the day. As long you stay focused you can get that sweet bonus money, even if it isn't much.You scan the aisles as you walk back to the breakroom to see if you can spot any cute girls, but find yourself disappointed by chubby housewives and old cat ladies that no doubt find their visits to Schaft-Mart the highlight of their dayYou search around the aisles as you normally tend to do but this time you keep a sharp eye out for that smoking hot blonde girl you saw the other day. You sigh with a mixture of sadness and disappointment as you accept what you probably already realized... she's not in the store today.
You resolve to look for her again tomorrow.<<if $eventCol.includes("semiFinControl")>>
Valerie is fed up with you. You've been ignoring her, or perhaps just been overly stubborn and uncooperative. Whatever the reason, you know it's going to take something really impressive to win Valerie's favor again. After what seems like endless begging and pleading, she agrees to see you again... on one condition.
She demands that, via video chat, you strip naked and play with your butt plug while collecting all the leaky pre-cum from your chastity cage into a cup. You have a feeling you know where this is going, but decide this is probably what you deserve for being so negligent. You do as she asks, stifling you own moans as you rhythmically press on your butt plug, eventually causing your dick to leak pathetic strands of arousal in to a glass. Once the glass is a little less than a quarter of the way full, Valerie has you swallow it.
You've eaten your own pre-cum and cum before, but this is different. The pre-cum is cold, and you can't help but cringe as you swallow it down. However, Valerie seems satisfied with your willingness to please and agrees to see you again.
<video src="ast/img/cumPunish.mp4" width="640" height="480" autoplay auto loop></video><<set $hgHappylvl to 3>>
<<else>>
In order to get back in her good graces, Valerie demands to be wined and dined at Se Soumettre again. You remember how expensive it was last time...<<set $eventCol.push("dinnerDate1")>>
<</if>>
<span class="link-masc"><<link "Finish Talking" "Home">><</link>></span>Your Inventory
<table border=1 cellpadding='10'>
<tr>
<td width=250px><p style="font-weight: bold">Items</p></td><td width=50px><p style="font-weight: bold">Qty</p></td>
</tr>
<tr>
<<if $invs.razor.qty gt 0>><td>Razors</td><td><<print $invs.razor.qty>></td><</if>>
</tr>
<tr>
<<if $invs.deodorant.qty gt 0>><td>Deodorant Sticks</td><td><<print $invs.deodorant.qty>></td><</if>>
</tr>
<tr>
<<if $invs.toothpaste.qty gt 0>><td>Tubes of Toothpaste</td><td><<print $invs.toothpaste.qty>></td><</if>>
</tr>
<tr>
<<if $invs.bodywash.qty gt 0>><td>Bottles of Bodywash</td><td><<print $invs.bodywash.qty>></td><</if>>
</tr>
<tr>
<<if $invs.shampoo.qty gt 0>><td>Bottles of Shampoo</td><td><<print $invs.shampoo.qty>></td><</if>>
</tr>
<tr>
<<if $invs.healthfood.qty gt 0>><td>Weeks Supply of Healthfood</td><td><<print $invs.healthfood.qty>></td><</if>>
</tr>
<tr>
<<if $invs.reservation.qty gt 0>><td>Reservations to Se Soumettre</td><td><<print $invs.reservation.qty>></td><</if>>
</tr>
<tr>
<<if $invs.makeUp.qty gt 0>><td>Make-Up</td><td><<print $invs.makeUp.qty>></td><</if>>
</tr>
</table>
<table border=1>
<tr>
<td width=150px><p style="font-weight: bold">Special Items</p></td><td width=300px><p style="font-weight: bold">Effect</p></td>
</tr>
<tr>
<<if $specInv.includes("alarmClock")>><td>Alarm Clock</td><td>Allows you to get up earlier</td><</if>>
</tr>
<tr>
<<if $specInv.includes("timeMgr")>><td>'Ultimate Time Manager' Audio Book</td><td>Allows you to work all day in a singular effort</td><</if>>
</tr>
<tr>
<<if $specInv.includes("laptop")>><td>Laptop</td><td>Allows you to take online classes</td><</if>>
</tr>
<tr>
<<if $specInv.includes("cockCage")>><td>Cock Cage</td><td>Keeps you or anyone else from directly stimulating your cock, humiliating</td><</if>>
</tr>
<tr>
<<if $specInv.includes("shapeWear")>><td>Shape Wear</td><td>Gives you convincing artifical curves</td><</if>>
</tr>
<tr>
<<if $specInv.includes("femVoiceDVD")>><td>Feminine Voice Trainer DVD</td><td>Used to teach you how to mimic a female voice</td><</if>>
</tr>
<tr>
<<if $specInv.includes("begVibrator")>><td>Basic Vibrator</td><td>Use it to gain insight into why girls like these so much</td><</if>>
</tr>
<tr>
<<if $specInv.includes("TBlocker")>><<if not $eventCol.includes("docKnow")>><td>Testosterone Supplement</td><td>Used to help restore your dropping testosterone levels</td><<else>><td>Testosterone Blockers</td><td>Used to suppress testosterone levels</td><</if>><</if>>
</tr>
<tr>
<<if $specInv.includes("webCam")>><td>Webcam</td><td>Use to pose as a 'Camming' model and make some extra money</td><</if>>
</tr>
<tr>
<<if $specInv.includes("realEstateLicense")>><td>Real Estate License</td><td>Use to help Izzy sell houses</td><</if>>
</tr>
<tr>
<<if $advSkills.includes("sissDance")>><td>Voucher for Advanced Feminine Dance</td><td>Trade this voucher to Larry to permanently improve your ability to learn Dance</td><</if>>
</tr>
<tr>
<<if $advSkills.includes("bjPractice")>><td>Voucher for Advanced Oral Training</td><td>Trade this voucher to Larry to permanently improve your ability to learn Oral Pleasuring</td><</if>>
</tr>
<tr>
<<if $advSkills.includes("sissSquats")>><td>Voucher for Advanced Posterior Development</td><td>Trade this voucher to Larry to permanently improve your ability to learn Exercise Technique</td><</if>>
</tr>
<tr>
<<if $advSkills.includes("vibratorPractice")>><td>Voucher for Advanced Anal Training</td><td>Trade this voucher to Larry to permanently improve your ability to learn Anal Pleasuring</td><</if>>
</tr>
<tr>
<<if $advSkills.includes("vrFdAsWoman")>><td>Voucher for Hyper-VR-Stimulation: 'Female Experience'</td><td>Trade this voucher to Larry to permanently increase you susceptibility to this VR program</td><</if>>
</tr>
<tr>
<<if $advSkills.includes("vrStrapOnConfusion")>><td>Voucher for Hyper-VR-Stimulation: 'Strap-On Teacher'</td><td>Trade this voucher to Larry to permanently increase you susceptibility to this VR program</td><</if>>
</tr>
<tr>
<<if $advSkills.includes("vrSlapMyBUp")>><td>Voucher for Hyper-VR-Stimulation: 'The Music Video'</td><td>Trade this voucher to Larry to permanently increase you susceptibility to this VR program</td><</if>>
</tr>
</table><<addclass "body" "apartment">>You log into the online course
<img src="ast/img/s/studyCBT.png" />
<<if $intellvl lt 20>>
<<if $focuslvl lte 0>>
You're too horny to focus on learning<br />
<span class="link-masc"><<link "Take care of your focus problem" "ReleaseHub">><</link>></span><br />
<<else>>
You get a little smarter <<set $intellvl to $intellvl + 1>><<set $currentTime to $currentTime + 8>><br />
<<nobr>>
<<if $intellvl gte 19>>
<<set $eventCol.push("promotion1")>><span class="link-masc"><<link "Your Phone Rings Again..." "OnetimeBoard">><</link>></span><br />
<<elseif $intellvl gte 9 and $job lt 7>>
<<set $eventCol.push("promotion0")>><span class="link-masc"><<link "Your Phone Rings..." "OnetimeBoard">><</link>></span><br />
<<else>>
<span class="link-masc"><<link "Done" "Home">><</link>></span><br />
<</if>>
<</nobr>>
<</if>>
<<else>>
<span class="link-masc"><<link "No more course work to do" "Home">><</link>></span><br />
<</if>>
<<nobr>><<if $eventCol.includes("ponderMoneyProblem")>>
Your miserable salary isn't going to impress anyone, let alone Valerie. Maybe you can sucker your friends @@.hint;at the bar@@ into losing a few bets...<br /><<set $eventCol.push("activateBar")>><<set $eventCol.push("chugContest0")>><<set $eventCol.push("getGirlNumbers")>><<set $eventCol.delete("ponderMoneyProblem")>>
<br /><span class="link-masc"><<link "Go Back Work" "Work">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("chugContest0Event")>>
@@.moneymov;<img src="ast/img/s/dolla.png" />@@<br />
You come back from the bar with a round of beers for the guys. They thank you for what they think is free beer. However, you proceed to boast about how awesome you are at drinking and how pathetic they look, gingerly sipping their beer like bitches. It doesn’t take much more teasing to lure them into a bet. If they win, you cover the beer and you owe them each $100. You win, @@.mru;they each owe you $100@@, plus they cover the beers.<br /><br />
<img src="ast/img/s/fullBeer.png" /><br /><br />
You raise your mugs before shoving the cold glass to your lips and tilt your head back. Unbeknownst to them, you’re quite good at relaxing your jaw, and guzzling large amounts of booze in a single go. You let the beer pour into your relaxed throat, letting gravity do most of the work for you.<br /><br />
<img src="ast/img/s/emptyBeer.png" /><br /><br />
You easily beat them and score some easy money. It’s unlikely they’ll take you up on that bet again anytime soon.<br />
<<set $wallet to $wallet + 200>><<set $eventCol.delete("chugContest0")>><<set $eventCol.delete("chugContest0Event")>>
<br /><span class="link-masc"><<link "Count Your Money" "Bar">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("timeMgrEx")>>
You're feeling really motivated about winning a date with Valerie! So motivated @@.hint;that you begin to wonder how you can make more efficient use of your time.@@<br /><br />
<<set $eventCol.pushUnique("timeMgr")>>
<<set $eventCol.delete("timeMgrEx")>>
<span class="link-masc"><<link "Go Back to Work" "Work">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("thisHGisExpensive")>>
<<set $eventCol.push("noticeInt")>>
@@.hint;Valerie is going to keep you broke@@ if you don't find a way to make more money, maybe you should @@.hint;try that free online school@@ that your work place sponsors. Sure the "degree" you get is only good at Schaft-Mart, but surely managers have to make @@.hint;better money@@ than what you're making right now.<<set $eventCol.push("attendCollege")>><<set $eventCol.delete("thisHGisExpensive")>><br />
<br /><span class="link-masc"><<link "Go Back Home" "Home">><<set $eventCol.delete("noticeInt")>><</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("promotion0")>>
The overlords at Schaft-Mart have noted your current progress on their computer guided learning courses and have seen fit to bestow upon you the title of "Lead Associate" along with a better rate. Nice Work.<<set $job to 7>><<set $eventCol.delete("promotion0")>><br />
<br /><span class="link-masc"><<link "Finish Call" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("promotion1")>>
The dark masters at Schaft-Mart have noted your completion of their computer guided learning courses and have seen fit to bestow upon you the title of "Shift Manager" along with a better pay rate. Nice Work. This is probably as high as you can rise at Schaft-Mart without going to a "real" college.<<set $job to 10>><<set $intellvl to $intellvl + 1>><<set $eventCol.delete("promotion1")>><br />
<br /><span class="link-masc"><<link "Finish Call" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("firstBH")>>
Shaving your body every day is not only time consuming but you'll go through razors faster than before. A new routine option has been added "Shave Body"<<set $eventCol.delete("firstBH")>><<set $eventCol.push("ShaveAndScentBody")>><<set $eventCol.delete("firstBH")>><br />
<br /><span class="link-masc"><<link "Remember to update your daily routine" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("taskIntro")>><<set $eventCol.push("noticeTasks")>>
Valerie is starting to expect more and more things of you. You've decided to start keeping track of these demands in the @@.hint;"Your Tasks"@@ section (right under the "Your Inventory" link)<<set $eventCol.delete("taskIntro")>><br /><br />
@@.hint;Check Your tasks often!@@<br />
<br /><span class="link-masc"><<link "Speaking of... time to try this VR Set" "ReleaseHub">><<set $eventCol.delete("noticeTasks")>><</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("firstToePaint")>>
She skips off to her bathroom and quickly returns with a collection of small bottles, files, and cotton balls. She sets about cutting and filing your toe nails into nice even round shapes. Then she brushes on some nail polish remover to clean your nails off. She deftly applies a base coat then a girly shade of pink on top.
<br /><img src="ast/img/s/firstToeNail.png" /><br />
Before you can start to regret the decision, she refocuses her attention on your cock, stroking it with renewed purpose. As you near release you half-expect her to tease you again but instead she picks up the pace, causing you to explode. You coat yourself in your own cum as spurt after spurt convulses from your cock. As you lie in the bed, recovering from your hard-won hand job, you hear the simulated clicks of the camera app on her phone. Your eyes grow wide as you realize she's taking pictures.<br />
@@.hg;"Don't freak out, it's just your toes. No one will know it's you"@@ she explains as she shows you a picture of just your feet complete with cute girly painted toes.<br />
@@.pc;"Why do you need pictures?!"@@ You exclaim as your voice nearly cracks from embarrassment.<br />
@@.hg;"Your feet look so cute now that I just wanted a picture, is that so bad?"@@ She gives you a pouty glance<br />
You sigh as you realize there's nothing you can say that's going make her delete those picture, plus it's not like your face is in them.<br />
You talk a little while longer with her before you finally get cleaned up and head home, your body tingling from the intense hand job, and you mind reeling from your girlfriend's strange fetish with your feet.<<set $eventCol.delete("firstToePaint")>><<set $tasks.delete("mildHypno")>><br />
<br /><span class="link-masc"><<link "You Stagger Back Home" "Home">><<set $eventCol.push("firstShopTrip")>><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("firstShopTrip")>>
You both arrive at the mall, she asks you to pick out some lingerie for her. You wonder why she buys it in a size that seems a little big for her<<set $eventCol.delete("firstShopTrip")>><<set $eventCol.delete("maintainSissy0")>><<set $eventCol.push("maintainSissy1")>><br />
<br /><span class="link-masc"><<link "You wonder..." "LingModel">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("firstSelfCumTaste")>>
On your way back home, Valerie calls you on the phone. She apologizes to you for joking about the cum kiss. She explains that she thinks it's so hot that you've been so open-minded about things that she just assumed you'd be ok with it. She says next time, she'll get your permission before she gives you another cum-kiss. You end the conversation on a good note, feeling happy that her weird fetish has finally found a limit. There's no way you'll ever give her permission to do <i>that</i> again.<br />
<<set $eventCol.delete("firstSelfCumTaste")>>
<br /><span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("firstChastity")>>
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
@@.hg;"You know, I really don't like it when you get off without me"@@ Valerie says suddenly as her finger trails your flaccid, spent cock.<br />
You're confused by the accusation @@.pc;"I've only been watching the porno you wanted me to watch!"@@<br />
@@.hg;"I wish I could believe you, but I know how horny you are. I mean look what happens when you get horny, you're willing to dress up in women's lingerie and eat your own cum. You just have no self-control,"@@ she says as she licks her lips<br />
You blush, suddenly reminded of all the cum you just swallowed.<br />
@@.hg;"It's just not healthy to be so easily swayed by your lust,"@@ she says as she presses her bare tits against you.<br />
You can't tell if she's serious or not as she rubs her flawless body against yours.<br />
@@.pc;"I only did this because you wanted me to!"@@ you exclaim<br />
@@.hg;"Yes, silly, I know that. But what if some other girl comes along and tries to do the same thing? I need to know that you won't ever cheat on me, that all your orgasms belong to me"@@ she explains.<br />
@@.pc;"Valerie I would ne-"@@<br />
@@.hg;"I know how you can prove your devotion to me,"@@ she interrupts.<br />
Valerie reaches over and pulls open the drawer on her night stand and produces a small, plastic object. You're not sure what to make of it at first.<br />
<img src="ast/img/s/pinkChas.png" /><br />
She hands it over to you and you turn it over in your hands in confusion, @@.pc;"What is it?"@@<br />
@@.hg;"Here I'll show you,"@@ she says as she gently pushes you backwards and straddles you reverse cowboy style.<br /><br />
She begins doing something to your penis.You feel her slip something around the base of your cock and balls. After a little bit of tugging, you then feel something plastic envelop the head and shaft of your member.<br />
@@.hg;"It's a chastity cage for your cock,"@@ she explains as she climbs off of you, @@.hg;"you wear it, it'll keep you or anyone else from touching your naughty little dick"@@<br />
You feel a pang of panic as you touch the pink cage and notice a small lock at the top of it that keeps you from taking it off, @@.pc;"What the fuck?"@@<br />
@@.hg;"Now now,"@@ she scolds @@.hg;"It's only temporary"@@<br />
@@.pc;"Take it off!"@@ you demand as you fiddle with the plastic cage, unable to get it lose without hurting yourself<br />
Valerie grows very quiet as she stares you down. Gone is the bubbly personality and cheerful assurances. Her lips purse as she crosses her arms across her chest.<br />
@@.hg;"Why do you want it off so bad? Is there someone else?"@@ she accuses<br />
@@.pc;"Wha- no!? I just-"@@<br />
@@.hg;"After everything we've done together, you would betray me like this?!"@@ she exclaims, her voice tinted with condemnation as she pulls out her phone and shows you all the photos of you posing in sexy underwear.<br />
You suddenly remember that pissing her off would be a really bad idea as you see pictures of yourself in one provocative pose after another.<br />
@@.pc;"OK, Valerie, OK I'm sorry!"@@ you reassure, hoping to avoid the meltdown, @@.pc;"I just wasn't expecting this is all. I was just caught off guard, I didn't mean it!"@@<br />
Valerie looks you over suspiciously for a few long moments. Then her face gradually melts back into her warm demeanor, @@.hg;"You're right, I didn't give you much warning, did I? Look, do this for me, prove you're committed to me, and I'll give you <i>exactly</i> what you want"@@ she says as her fingers slowly dip below her panty line.<br />
You can't help but watch in amazement as you see her fingers gently rub her pussy from underneath her thin panties. You feel your cock stir against the confines of the cage as your mind runs wild with what her pussy might feel like around your dick.<br />
You take a deep breath, @@.pc;"Ok... ok I'll do it... but how long do I have to wear it?"@@<br />
Valerie smiles mischievously, @@.hg;"Hmmmm... I want you locked up for one week, after that... you'll get your reward"@@<br />
<br />
One Week. It's just one week. It'll be over before you know it. And then... and then you'll finally get to fuck Valerie's hot little pussy!<<set $eventCol.delete("firstChastity")>><<set $specInv.push("cockCage")>><br />
<br /><span class="link-masc"><<link "You go home, trying to get used to your new accessory..." "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("firstDom")>>
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
First, Valerie has you dress up in a new set of lingerie again, complete with a set of thigh-high stockings and slutty black high heels. She playfully spanks your ass and tells you how wet it makes her to see you dressed up this way. <br /><br />
She then has you lay down and tells you to put on a blindfold. The blind fold is pink and silky. It also comfortably and completely blocks your sight. You then feel her begin to kiss up and down your scantily clad body. Your cock pulses in vain against its chastity cage. You become focused on her kisses as they trail down your stomach until you feel her hot breath cascade down your caged cock and hairless balls. You arch your back as you begin to feel pre-cum dribble out of the tip of your struggling dick. You suddenly feel her kiss her way down one leg and sort of tug on one heel and then the other. She then quickly glides back and pushes your arms over your head. You realize your heels are snagged on something as your try to move your legs to shake whatever it is loose. Meanwhile, you feel Valerie wrap something padded around your wrists, keeping them crossed and immobile above your head.<br /><br />
Then you realize it, she has you tied up.<br /><br />
With your legs spread, and your arms locked above your head, you're completely helpless and blind.<br /><br />
<video src="ast/img/firstDom.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You struggle in vain against the restraints but can't get loose. You hear Valerie laughing as she records your struggles on her phone.<br /><br />
@@.pc;"Ok, untie me, Val"@@ you demand<br /><br />
You receive a sharp spank on your inner thigh, you whimper in pain.<br /><br />
@@.hg;"I'm the only one giving orders here"@@<br /><br />
@@.pc;"Val, what the fu-"@@ your protest is cut short as you receive another swat in nearly the exact same spot as the first<br /><br />
@@.hg;"As long as you're tied up like that, you'll show me the proper respect. When I ask you a question, you'll always address me as Mistress"@@ She explains<br /><br />
@@.pc;"What?"@@ you gasp.<br /><br />
You suddenly feel her push both your thighs to one side, exposing one of your butt cheeks. She then begins to spank you 3 times in succession, causing you to howl in pain.<br /><br />
@@.pc;"Ouch! Fuck that stings"@@ you cry.<br /><br />
Before you can say anything else she gives you another 3 swats, @@.hg;"What did I just tell you?"@@<br /><br />
@@.pc;"Are you fucking kidding me-"@@.<br /><br />
You're cut off again as she spanks you continuously in the same spot, each slap stinging more than the last. You can't help but feel tears well up in your eyes as you swallow your pride and whimper, @@.pc;"I'm sorry mistress I'm sorry mistress!"@@<br /><br />
Suddenly the spanking stops.<br /><br />
@@.hg;"There, that wasn't so hard, was it?"@@<br /><br />
You hesitate as your remind yourself to play by the rules @@.pc;"N-no mistress"@@<br /><br />
You flinch a little as you feel something soft lightly press against your freshly spanked ass. You realize she's kissing the now tender area and it feels great. Your body relaxes as she gently caresses your punished ass cheek. You're flooded with a mixture of relief and arousal as you notice that your inner thighs are coated with something sticky<br /><br />
@@.hg;"Oh my, you're gotten so wet from just a little spanking. You've practically soaked your panties just like a horny little girl"@@ describes Valerie with a hint of cruel glee.<br /><br />
Naturally you would protest being called a girl, but your sensitive, burning butt cheek quickly reminds you how much of a bad idea that would be. You feel her gently pull your thighs back apart as she collects some of your pre-cum on her fingers and rests her sticky fingers on your lower lip<br /><br />
@@.hg;"Lick it"@@ she demands<br /><br />
You hesitate, but not for long out of fear of another spank. You stick your tongue out and taste the familiar flavor of your own desire as you clean her fingers. You sense Valerie get up from the bed for a moment, then return. Suddenly, you feel the chastity cage on your cock fall away as Valerie frees you. Your cock quickly hardens and you achieve a full erection for the first time in over a week! You think you might explode just from the feeling of freedom!<br /><br />
Suddenly you feel the thin fabric of your panties tear away as Valerie rips them off of you.<br /><br />
@@.hg;"Now it's time to reward you for being such a good little girl"@@.<br /><br />
Again you wince at being called a girl, but you hold your tongue. You quickly forget the humiliating situation you're in as you feel her soft hands begin to stroke your cock. You find yourself unable to contain your groans as you rapidly find yourself on the edge of ejaculation. Then, you feel yourself starting to cum. You groan loudly as you buck your hips towards her hand but she suddenly pulls her hands away. Your cock bobs helplessly back and forth as you feel your hot semen pour out the tip of your cock, down your throbbing shaft, and collect in a small pool just below your flat little belly.<br /><br />
<video src="ast/img/ruinedOrgasm.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You feel utterly cheated and frustrated as your cock slowly softens.<br /><br />
@@.hg;"Oh no, my hands must've slipped right off"@@ you hear Valerie say with an evil laugh.<br /><br />
You ejaculated, but you were robbed of that mind-clearing rush of endorphins that makes the whole process worthwhile. She takes off your blindfold. You blink a few times to help your eyes adjust to the light as you look down at your deflated cock sitting in a pool of your own cum. Valerie just smiles innocently at you as she carefully collects some of your hot cum on to her fingers.<br /><br />
@@.hg;"It's ok, we can try again."@@ she says with a sultry voice as she moves closer to you, her fingers dripping your own cum up your chest and hovering over your lips.<br /><br />
@@.hg;"Open"@@ she says with a sneer as she begins to toy with your cock with her other hand.<br /><br />
You look at her fingers and then back at her, you feel humiliated as you feel your cock starting to stir under her expert care. She raises an eyebrow at your hesitation. You reluctantly open your mouth and she slides her fingers in.<br /><br />
@@.hg;"Suck it"@@ she demands<br /><br />
You try not to moan with the taste of semen in your mouth as she works your sensitive cock head with her other hand. You carefully suck your own cum from her fingers as you feel yourself get harder and harder.<br /><br />
@@.hg;"You're a natural"@@ she praises with a smile as you start to writhe with pleasure.<br /><br />
@@.hg;"Oh my, are you going to cum again so soon?"@@ she teases.<br /><br />
You almost prefer having the blindfold on as you're forced to watch yourself undulate helplessly under her deliberate stokes. You throw your head back as you near the edge again. You feel the warm pressure indicating you're about to cum. Just as you begin to feel another gush of semen about to surge from your cock she pulls away again. You moan with frustration as you again have another unsatisfying ejaculation. You feel like you might cry as you watch your cock pulse with semen.<br /><br />
@@.hg;"Oh darn, I did it again"@@ giggles Valerie.<br /><br />
You close your eyes after the last orgasm, exhausted but still yearning for a "real" one.<br /><br />
<video src="ast/img/teasedApproach.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.hg;"Well, a deal's a deal"@@ says Valerie as she straddles you with her clothes on.<br /><br />
You watch eagerly as she pulls her panties aside, revealing her pussy. She only lets you catch a glimpse of it as she lets her black skirt fall back around it.<br /><br />
@@.hg;"Ok, I'm ready for you to fuck me now"@@ she says mischievously as she looks down at your rapidly deflating cock.<br /><br />
After two orgasms, you find it nearly impossible to get hard again so quicky. You thrust your hips, your shriveled, spent cock rolling uselessly side to side as Valerie regards you with a quizzical smiles. She doesn't touch you, and she's still dressed, giving you no stimulation to work with. You bite your tongue as you swallow the frustrated words fighting to escape your lips.<br /><br />
@@.hg;"It's ok to get a little stage fright. Look, I'll make a deal. After our dates, I'll give you some little... <i>things</i> to do. If you're obedient, then we can try to do this again."@@<br /><br />
You look to the side, your cheeks flush with embarrassment, shame, and humiliation. You silently nod your head in agreement. Valerie smiles as she cleans you off with some wet wipes before carefully placing your cock back in chastity and turning the lock.<br /><br />
Valerie reassures that you'll do better next time as she unties your bonds. You're at a loss for words as you get dressed again. Logically you know she manipulated the situation to where you couldn't perform when asked, but emotionally you feel like a failure.<<set $eventCol.delete("firstDom")>><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><br />
<br /><span class="link-fem"><<link "You go home, sexually spent, frustrated, and bewildered..." "OnetimeBoard">><<set $eventCol.push("boundInc1")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("boundInc1")>>
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
This experience has left you yearning for a real orgasm. Combined with the strange porn you've been watching and the kinky lingerie you've been wearing, you find that you get hornier quicker.<<set $eventCol.delete("boundInc1")>><<set $boundlvl to $boundlvl + 1>><br />
<br /><span class="link-fem"><<link "Getting hornier faster is going to complicate things..." "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("firstTimeMakeup")>>
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
Valerie has you dress up like a slut again. Then begins the process of applying make-up while at the same teaching you how to do it. When she's finally finished you can't believe the transformation. Fake lashes, pinky glossy lipstick, and even a bright blonde wig make you look like a ditzy over-eager bimbo. You hear the familiar snaps of the camera app on Valerie's phone.<br /><br />
<img src="ast/img/s/firstMakeUp.png" /><br /><br />
Instead of revulsion and the usual protest you feel your cock jump with excitement. You feel smooth and sexy and you look so hot. Valerie says that you would make an amazing girl. You blush and begin to mumble a response but she pulls you close and kisses you deeply while tugging on your panties, sending sensation across your hips, thighs, and caged cock. Finally she shows you how to remove the makeup and sends you back home, horny and frustrated <<set $hlvl to $hlvl + 50>><<set $eventCol.delete("firstTimeMakeup")>><<set $eventCol.push("first1fbj")>><br />
<br /><span class="link-fem"><<link "You keep checking mirrors to make sure all the makeup washed off..." "Home">><<set $eventCol.push("firstTimeMakeupAndModel")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("firstTimeMakeupAndModelExec")>>
You enter the small back office and find Ramone sitting on the couch with a perverted grin.<br /><br />
@@.dire;"<<print $pc>>, my dear... I'm not sure if you're aware of some of the rumors swimming around about you..."@@, the Director pauses dramatically, studying your confused expression.<br /><br />
@@.pc;"Rumors?"@@ You say innocently, yet in your gut you fear you know what they might be.<br /><br />
@@.dire;"Well then,"@@ the Director, somewhat annoyed he's going to have to spell it out gives a short, clipped laugh, @@.dire;"Well <<print $pc>>, there's been some talk that you're experimenting with your sexuality. I'm sorry to be so blunt, but even I've caught a few glimpses of the lingerie you wear"@@<br /><br />
You blush, unable to form a good excuse.<br /><br />
@@.dire;"Darling it's ok! You're in fashion, everyone here's a little gay. But that's not really why I wanted to talk to you. You've been doing such a good job for us... and you have a great physique... well sweetie we've got a little proposition for you"@@, explains the Director.<br /><br />
@@.pc;"Sir I can expla-"@@ you start to talk.<br /><br />
@@.dire;"Sweetie please, I think it's great you're exploring, you don't need to make excuses with me. I just want to offer you some more money to try some niche modeling options, that's all! I don't let just anyone model like this for me,"@@ interrupts the Director, clearly not interested in the why, only in the present.<br /><br />
The director goes on to offer you a job as transgender model. <br /><br />
You'll be put in heavy makeup so as not to be recognizable, and given shapewear to give you a more feminine physique. It will also pay substantially more money...<<set $eventCol.delete("firstTimeMakeupAndModelExec")>><<set $eventCol.delete("firstTimeMakeupAndModel")>><<set $eventCol.push("girlyModel")>><br />
<br /><span class="link-fem"><<link "It's humiliating, but you'd be paid well..." "WeekendWork">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("1fbj")>>
You nervously agree to be bound.<br /><br />
@@.hg;"I knew you couldn't resist, you dirty little slut"@@ she teases as she shoves a hand down your pants and rubs your silky panties against your rapidly hardening penis.<br /><br />
You alternate between making out and getting undressed as Valerie works you up in to a haze of horniness. She slowly guides you over to a large padded ottoman with what looks to be some straps that have already been rigged up to it. She guides you over the top of it, face down, ass up. Your cock angles down slightly, occasionally pulsing with anticipation as Valerie secures your wrists to the end of the ottoman. Next she places a small spreader bar between your knees, then lashes the whole apparatus to the ottoman so that your knees, the bar, and ottoman are snugly tied together.<br /><br />
She takes a step back, admiring her handy work as you try to keep your balance. You feel totally exposed with your bare ass in the air, your cock and balls dangling helplessly between your thighs.<br /><br />
@@.hg;"Smile!"@@ cheers Valerie as she begins taking pictures of you in your helpless state.<br /><br />
<img src="ast/img/s/exposedAndFinger0.png" /><br /><br />
You bite your tongue at the indignity, knowing full well that any protest now would only get you spanked and you have absolutely zero way of defending yourself.<br /><br />
@@.hg;"You're such an obedient little bitch. That's why you're getting this reward,"@@ explains Valerie spitefully.<br /><br />
She maneuvers herself behind you, stroking your cock with a lubricated hand while giving you a single stinging spank. You arch your back at the sudden blow and cry out.<br /><br />
@@.pc;"Fuck!"@@ you scream angrily.<br /><br />
@@.hg;"You know better than to speak out of turn, slut!"@@ chastises Valerie as she suddenly delivers a small series of spanks to your exposed ass, alternating cheeks.<br /><br />
You grit your teeth, your mind unable to resolve the pleasure from having your cock stroked with the stinging burning pain of having your ass spanked.<br /><br />
@@.hg;"What do you have to say for yourself?"@@ asks Valerie as if scolding a little kid<br /><br />
@@.pc;"I'm sorry mistress... it won't happen again mistress"@@ you gasp.<br /><br />
Valerie nods in approval @@.hg;"That's more like it."@@<br /><br />
Valerie steps away for a moment, leaving your freshly spanked ass to recover in the cool air. Suddenly you feel something warm and slimy begin to trickle down both your ass cheeks and down your ass crack. It feels pleasant and soothing and suddenly even better as Valerie begins rubbing the slick substance into your ass. One of her hands moves back down to your cock, spreading the lubricant all up and down the shaft and head.<br /><br />
@@.hg;"Oh? Does this feel good?"@@ she asks with a hint of bemused innocence in her voice.<br /><br />
You nod your head, your face flush with embarrassment @@.pc;"Y-yes mistress"@@<br /><br />
You look down between your legs and see a thin strand of pre-cum leak from your cock, down between your spread thighs, and pool into a puddle on to the ottoman.<br /><br />
@@.hg;"This sure is making you wet... I guess that means you want more"@@ deduced Valerie as her stroking hand grips your cock a little tighter, causing you to groan with pleasure.<br /><br />
Suddenly you feel her other hand begin to massage the lubricating oil into your crack and over your defenseless butthole. You instinctively try to pull away but find you're unable to go far thanks to being tied up.<br /><br />
<img src="ast/img/s/exposedAndFinger1.png" /><br /><br />
@@.hg;"Don't worry, I promise you'll like it"@@ reassures Valerie’s as she lightly massages your asshole in a circular motion with a well lubricated finger while continuing to stroke your cock with the other.<br /><br />
@@.hg;"This is just like that porn you've been watching"@@ reminded Valerie with a condescending scoff.<br /><br />
Your mind is suddenly flooded with all those flashing, melting images of transsexuals moaning and writhing with pleasure as they get their asses penetrated by big throbbing cocks. You find yourself utterly conflicted with feelings of arousal and shame as you fight the urge to arch your back as you feel the orgasmic pressure in your cock begin to grow with each stroke.<br /><br />
Then you feel it.<br /><br />
That moment of slow, deliberate breach as Valerie's finger slowly pushes into your virgin butthole. You stay absolutely still, you know it's only a single finger, but it might as well be a tree trunk. She briefly pulls the tip of her finger out. You can feel her squeeze more lube over your butthole and on to her invading finger as she resumes slowly sliding it back in. You're unable to formulate any words that won't immediately warrant a spanking as she continues to rhythmically jack you off. Your cock stiffens as her finger slips in deeper.<br /><br />
Then you feel something else.<br /><br />
Her buried finger bumps against something. The feeling is so intense you think you might cry out. You manage to muffle yourself so that only a light moan escapes your lips. She lightly presses against something in your butthole in rhythm to her other hand stroking your cock. You're not sure how to process the feeling. It's like someone directly stroking the part of you that makes your orgasms actually happen.<br /><br />
<<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
<video src="ast/img/1fbj.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.hg;"That's right, I knew you would like this. You're such a horny little slut"@@ Valerie laughs cruelly<br /><br />
You realize in a panic that you're about to cum. Your mind is in an pre-orgasmic haze as you try to reconcile what's about to happen. But, all those thoughts drain away when your feel your ass clamp down around Valerie's finger as your cock fires one rivulet after another of semen all over the ottoman. Your hips rock impotently in the air as they try to shake lose the invading finger, but Valerie has little problem keeping you penetrated.<br /><br />
@@.hg;"Ha! See, I told you that would like it"@@ Valerie claims victoriously as she snaps your bonds lose, allowing you to shakily dismount the ottoman and stretch your legs.<br /><br />
Your whole body feels shaky as you try to process what just happened. Valerie lets you use the bathroom so that you can clean off all the excess lube from your ass cheeks. Valerie hugs you when you emerge again, reminding you how good and healthy it is to "broaden" your sexual horizons. <br /><br />
She then alleviates the obvious fear, @@.hg;"It's not gay if it's between a boy and a girl"@@<br /><br />
You were doing your best not bring it up, as if acknowledging the act that just happened would expose your insecurity. But, hearing her say it makes you feel a lot better<br /><br />
You say your goodbyes and head back home.<br /><br />
<<set $eventCol.delete("1fbj")>><<set $eventCol.push("first2fbj")>>
<span class="link-fem"><<link "Process that you just got fingered and orgasmed despite of it..." "Home">><</link>></span><br />
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("2fbj")>><<set $focuslvl to $maxFocus>>
You reluctantly agree, despite knowing that you'll probably be fingered again... or because of it. Even though you would never admit it, the last special session with Valerie gave you one of the most amazing, if not most confusing, orgasms you've ever had. Plus, you've managed to rationalize away the sexuality-challenging aspects of being fingered like a bitch and convinced yourself that it's just a straight kink being performed by a straight couple.<br /><br />
You're brought out of thought by a loud smack to your ass, @@.hg;"What's the hold up, slut? On your back!"@@ demands Valerie.<br /><br />
this time it's a large loveseat, the straps again already prepared for you. You lay down on your back. Valerie kisses you as she pushes your wrists over your head and ties them down. She rubs her smooth thigh against the length of your hard cock.<br /><br />
@@.hg;"Ewww, how dare you!"@@ she exclaims as she pulls her leg away, revealing a shiny patch of pre-cum where your cockhead had made contact with her thigh.<br /><br />
She positions herself over you and places her thigh next to you, @@.hg;"Clean it, bitch"@@ she demands<br /><br />
You look up at her and she raises an eyebrow at your hesitation. You quickly look back at the bit of residue on her thigh and stick your tongue out as your struggle against your wrist bonds to reach her. After you manage to clean her up, she uses the side of your face to dry her leg off before climbing down. She pushes your legs up, exposing your ass hole, and ties your ankles with straps dangling over your head so that it keeps your feet up and suspended. Even though you don't feel as physically exposed as when you had your ass up in the air, the position still makes you feel very vulnerable. You close your eyes and turn your head away in embarrassment as Valerie adds a few more pictures to her collection.<br /><br />
@@.hg;"We really need to work on making you a bit more photogenic during these special sexy times of ours"@@ muses Valerie as she reviews her pictures, @@.hg;"Oh well, a task for another day"@@<br /><br />
Valerie kneels in front of you, covering your crotch and ass in lube before rubbing it in. Your cock pulses with pleasure as she begins to expertly stroke it. This time you try your best to relax as she begins massaging your asshole again.<br /><br />
@@.hg;"Just think of all those slutty girls you watch in those porn movies,"@@ she says suddenly as she begins to rhythmically prod your butthole @@.hg;"imagine how good it must feel for them to act the way they do. Panting... moaning... arching their backs and begging to be fucked... And I can tell you... it feels so good to be fucked by a big hard dick. To have a real man touch you in places you can't touch, stretch you in ways that you can't stretch. Women definitely get the better end of things when it comes to orgasms. We can come as much as we want to..."@@<br /><br />
Her sultry voices triggers the images of slutty women... and women with a little "extra" undulating on cocks. You try to push the thought from your mind but you find it impossible not to begin to think about being fucked as Valerie begins to work her generously lubed finger in and out of your butthole while simultaneously sucking your throbbing cock. A moan escapes the depths of your throat as you feel her ease in a second finger.<br /><br />
<<set $hlvl to $minhlvl>><<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
<video src="ast/img/2fbj.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<set $eventCol.delete("2fbj")>><<set $eventCol.push("firstButtPlug")>>
You bite your lower lip, unable to fight how good it feels as Valerie expertly massages your prostate from inside your asshole. Valerie looks up at you, your cock lodged firmly in her mouth, her eyes smoldering with desire as she bobs up and down. You feel your hips start to buck as you begin to cum. Valerie catches the first few spurts in her mouth then pulls away while continuing to finger fuck you. You keep cumming, your cock pulsing in the air with each convulsion as Valerie continues to massage your prostate. Valerie glides up over you, letting the load in her mouth seep out over your face. You instinctively open your mouth to catch the semen snowball as she fingers you through the last few contractions of your ejaculation.<br /><br />
@@.hg;"That's a good little, slut. You knew exactly what do with your mistress's load"@@ congratulates Valerie<br /><br />
You nod weakly, shocked at how willing you were to do that in the heat of passion, your face now shiny with your own cum. Valerie unties you and lets you go clean up. She tells you how proud she is of your progress and sends you on your way. You're confused by what she means by progress but try to push the implications from your mind as you go back home...<br /><br />
<br /><span class="link-fem"><<link "You can't deny how great that felt, and it's scary" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("firstButtPlugSex")>><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>>
Valerie picks out some skimpy lingerie that barely covers your nipples, crotch, and ass then sets you down and begins reapplying the nail polish on your toes. You hold back a sigh as she touches up the girly pink she applied awhile back. Despite the activity, being scantily dressed keeps your cock embarrassingly hard. Once she finishes your nails she begins working on your face, carefully explaining the steps to put on the slutty looking makeup. Then she retreives the ditzy blonde wig and slides it back over your head. She has you do a few poses in the full-length mirror while playfully stroking your cock, causing little beads of pre-cum to form at the tip.<br /><br />
@@.hg;"You make such a hot girl, I'm getting a little jealous"@@ she laughs as she collects the pre cum on her fingertip and brings it up to your face<br /><br />
You catch yourself in the mirror as you suck your own anticipation from her finger... and you can't help but admit you look just like a hot slut heading to a porn shoot.<br /><br />
@@.hg;"Hmmm, but something's missing"@@ she says as she tugs you back to a seated position and grabs your hand, @@.hg;"These just don't match at all"@@<br /><br />
She looks at your fingernails and back up to you with a devilish grin. You realize what she has in mind and you pull your hand away, @@.pc;"No way, people will notice if my nails are painted!"@@<br /><br />
@@.hg;"Oh it's not a big deal, it'll wear off eventually. Besides it's hard to argue that painting your nails is going too far when you look the way you do,"@@ she teases as she glimpses over at you through the mirror<br /><br />
Your shoulders sag, being dressed like this has somehow deflated your obstinacy... and some part of you wants to see what it would look like to add painted fingernails to the ensemble.<br /><br />
You sigh as she takes your hands and paints your fingers the same girly pink shade as your toes.<br /><br />
<img src="ast/img/s/firstFingerNail.png" /><br /><br />
Finally, she has you stand up then bend over the edge of the bed with your legs spread. She tells you to take a few deep breaths and relax as she works some lube into your ass cheeks and butthole. She then gently works in the first finger, then the second, bumping and grinding against the sensitive prostate region with each thrust. She doesn't touch your cock, yet with the anal stimulation you look down in embarrassment as it grows harder and harder. Finally, you feel foreign pressure against your ass. You look back and watch as she gently touches the tip of the butt plug to your anus.<br /><br />
@@.hg;"Deep breath, and bear down like you're trying to poop"@@ she explains<br /><br />
Luckily your bowels are nice and empty as you follow her instructions. To your surprise the butt plug begins to slide in painlessly. As the most graduated section of the plug passes through your sphincter you feel an intense burst of pleasure as it grinds against your prostate.<br /><br />
@@.hg;"This is making you so wet!"@@ exclaims Valerie with glee<br /><br />
You look down and see that as your ass swallows the butt plug into place, a large rivulet of pre-cum has leaked out of your cock. Valerie taps the end of the plug and your knees grow a little weak at the sensations.<br /><br />
<img src="ast/img/s/firstButtPlug.png" /><br /><br />
Valerie strips down, helping you take your mind off your own humiliation, quickly reminding you that you're finally about to score. <br /><br />
<video src="ast/img/firstSex0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Valerie slides off her remaining lingerie and lays flat on the bed, legs spread. She motions for you to come to her. You waddle a little uncomfortably as try to manage the "full" sensation the butt plug gives you. You climb on top of Valerie as your throbbing cock rests on top of her exposed pussy. She helps to guide your cock into her hot, wet, and impossibly tight pussy as she kisses you. Your lipstick intermingles with hers, creating a decadent filling you can't quite quantify as you feel yourself slide in as far as you can into Valerie's vagina. <br /><br />
@@.hg;"Fuck me!"@@ she whispers<br /><br />
She doesn't have to ask twice as you begin to thrust in and out.<br /><br />
<video src="ast/img/firstSex1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
She leans forward, spreading her legs even further as she reaches around your ass and presses on your butt plug. Her tight pussy combined with your own ass being stimulated causes you to cum. You begin to pull out but Valerie wraps her legs around you. Unable to escape her grip you cum hard inside of her. You let out a moan as the most amazing orgasm washes over you. <br /><br />
@@.hg;"Well.... that was quick"@@ scoffs Valerie as she pushes you off and straddles your face, @@.hg;"The least you can do is clean me up"@@<br /><br />
Still in a post-orgasmic haze, you put up little struggle as she grinds her wet pussy into your face, your own cum dripping out across your painted lips and down your throat. Valerie grasps your wig firmly, grabbing your real hair underneath, and begins to use your face to masturbate with. After what seems like 10 minutes of sloppy, cum-slick humping, Valerie’s thighs shudder around your head as she cum all over your face. After pausing for a few moments to catch her breath she climbs off of you and gets dressed. You begin the tedious process of removing all the make-up she put on you, and then get dressed yourself.<br /><br />
She makes little effort to hinder her disappointment in your very short-lived performance as you carefully remove the butt plug from your ass. Despite your own amazing orgasm, you feel kind of pathetic for cumming so prematurely... and especially under the conditions with which you were allowed to fuck her.<br /><br />
She reminds you that if you want a chance to do better next time, to remain in chastity...<br />
<<set $eventCol.delete("firstButtPlugSex")>><<set $eventCol.push("ButtPlug")>><<set $eventCol.push("girlyNails")>><<set $eventCol.push("ButtPlugTrain0")>>
<br /><span class="link-fem"><<link "You finally got to fuck her! But at what cost..." "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("invExpansionEvent")>>
Buying this Butt Plug represents a change in how you'll have to approach your clothing. You make a mental note to @@.hint;Change Clothes@@ if you decide to actually wear this thing in your @@.hint;rear@@<<set $eventCol.delete("invExpansionEvent")>><br />
<br /><span class="link-fem"><<link "Continue" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("semiFinControlEvent")>>
You're surprised to see Valerie standing at the door. Over your many conversations, where you lived has come up a few times, but until now, she had never shown any interest in coming to see you. You’re a bit disoriented by how early in the day this is all happening<br /><br />
@@.hg;"Hey $pc!"@@ she exclaims happily.<br /><br />
@@.pc;"Val? You should’ve called, I would’ve tried to clean up a little,"@@ you explain as you try to block the view of your somewhat cluttered bachelor pad.<br /><br />
@@.hg;"Oh you don’t have to go out of your way for me,"@@ she giggles.<br /><br />
You find that statement intensely ironic but let it slide. She gives you a hug. She lingers in your arms, her hands rubbing your back. She tilts her head up to kiss you and you happily oblige. Then you feel her hands playfully squeeze your ass.<br /><br />
<<set _valAppr0 to true>>
<<if $invs.smallWear.smallType is "sexy">>
She smiles as her hands play over the panty line from outside your pajama pants.
@@.hg;"Wearing your panties to bed, are we? That is SO hot, $pc"@@ she purrs.<br /><br />
<<else>>
She begins to feel around your hips as if searching for something then suddenly reaches inside your pants and confirms that you're not wearing panties.<br /><br />
@@.hg;"Aw, I was kinda hoping you'd be wearing something a little naughtier to bed by now"@@ she pouts, clearly disappointed at your @@.hint;lack of panty-wearing@@.<br /><br />
<<set $hgAngMeter to $hgAngMeter + 5>><<set _valAppr0 to false>>
<</if>>
<<if $invs.rear.rearType is "plug">>
Her hands drift towards the center of your ass and bump against the hard plastic of your butt plug. A wicked smile plays over her lips.
@@.hg;"It takes real skill and determination to wear one of these overnight"@@ she says excitedly, biting her lip and batting her eyelashes at you wantonly as she pushes on the plug.<br /><br />
You stifle a groan as you try to maintain your composure during the sudden burst of sensation<br /><br />
<<else>>
@@.hg;"You know part of the reason I came over was to see if you were going to take my advice seriously, but obviously I'm the only one in our relationship that cares about your well-being,"@@ she complains, clearly annoyed that you didn't try to @@.hint;wear your butt plug overnight@@.<br /><br />
<<set $hgAngMeter to $hgAngMeter + 5>><<set _valAppr0 to false>>
<</if>><<set $eventCol.delete("semiFinControlEvent")>>
<<if _valAppr0 is true>>
@@.hg;"I’m so happy you’re taking all this self-improvement advice seriously. It makes me feel really good about our relationship,"@@ explains Valerie as she continues to snuggles with you.<br /><br />
You suddenly feel very warm inside. You don’t remember ever craving Valerie’s validation so much, yet earning it right now… it’s the best feeling in the world. You enjoy the moment, cradling Valerie in your arms, smelling her blonde hair, feeling her warmth.<br /><br />
@@.hg;"I’ve been hurt a few times in the past. I know I’ve got trust issues… and you’ve been really understanding and patient with me. And I know I’m high maintenance… so I want to take some stress off of you. But, I think the only way I can do that, is if you let me see your financial situation,"@@ confesses Valerie, her breasts smashed up against you, her eyes large, lips pouty.<br /><br />
<img src="ast/img/s/breastHug.png" /><br /><br />
@@.pc;"My financial situation? We’ll it’s ok, I guess. But-"@@ you start to recall all the stupidly expensive dates you go on every time you take her out.<br /><br />
@@.hg;"But what?"@@ interrupts Valerie.<br /><br />
You suddenly begin to worry that if you complain about how expensive her tastes are, that she’ll think you’re just another broke loser. But then you think, if you try to dodge the question, she’ll think you’re hiding something.<br /><br />
@@.hg;"Look, I know an easy way to handle this, plus it’ll help with my annoying trust issues,"@@ you both laugh at the self-deprecating joke.<br /><br />
@@.hg;"Just give me the password to your online banking account… I’m assuming you probably have one, right?"@@ asks Valerie.<br /><br />
@@.pc;"You… want access to my bank account?"@@ You say uncertainly.<br /><br />
@@.hg;"Yeah! It’s not like I’m going to spend anything. It’ll let me see how much money you have. When you’re low on cash, I’ll cover the cost of the date! That way it’s a little more fair AND I can feel relief knowing you’re not spending money on some whore,"@@ explains Valerie cheerfully.<br /><br />
You feel like this is a really bad idea, but at the same time, you’re basically spending all your money on her anyway. If she’s willing to @@.hint;start paying for some of the dates,@@ it will take a big financial stress off of you.<br /><br />
<span class="link-fem"><<link "Agree to give password" "OnetimeBoard">><<set $eventCol.push("financeAdjust0")>><</link>></span><br /><br />
<span class="link-masc"><<link "Refuse" "Refusing">><<set $eventCol.push("refusedTogiveBankPW")>><</link>></span><br />
<<else>>
Clearly unimpressed with your efforts to control your lust problem, Valerie proceeds to lecture you on the importance of self-control. You have some trouble focusing on what she's saying because... well... even pissed off she's still fucking hot. Eventually she stops lecturing, ending with her encouraging you to try to do better tonight. She gives you another hug and walks out the door. Much to your chagrin, dealing with Valerie this morning has eaten up a bunch of your time.
<<set $currentTime to $currentTime + 16>><<set $eventCol.push("analDream")>>
<br /><span class="link-masc"><<link "Start the Day" "Home">><</link>></span><br />
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("financeAdjust0")>>
You text her the username and password to your bank account, doing your best to mask your reluctance. You start mentally kicking yourself, the rational part of your brain screaming at how stupid this is. As she confirms that she has access on her phone, you make a note to change the password on all your other accounts, since you basically use the same password for everything.<br /><br />
She looks up at you with a smile and a devilish grin. She pulls you close and kisses you deeply<br /><br />
@@.hg; "Fuck me,"@@ she rasps as she pulls her top down, letting her breasts spill over the top of it.
The regret of giving up your banking details is quickly washed away at the sudden realization that you’re about to score. Her hands tug down your pajamas along with your panties. She looks up at you like a lioness stalking her prey.<br /><br />
@@.hg; "This time, fuck me like a man,"@@ she demands as she slowly pulls on your butt plug.<br /><br />
You yelp a little bit as the plug stretches your asshole before finally popping out. You feel a rush of relief and a strange sensation of emptiness as it leaves your ass. Valerie deftly produces a key from her bra and unlocks your chastity. Your cock practically slaps you in the belly as it springs to life.<br /><br />
Ah this freedom is sweet.<br /><br />
Already your cock is drooling with pre cum as Valerie quickly strips off her clothes. She mauls you like a wild animal, her tongue probing your mouth, then darting to your neck and behind your ear. Already she’s stroking your cock with expert skill. Much to your surprise, you find your sexual endurance has risen. Being in a constant state of arousal has taught you how to process these sensations.<br /><br />
<video src="ast/img/cockSlide.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
She rubs her sopping wet pussy up and down the length of your cock. Between her dripping cunt and your pre cum, your lower torso is soaked. She gives you a light slap to the face then leans in and bites your lower lip. It’s like she going to eat you alive!<br /><br />
She suddenly climbs off of you and bends over, slapping her ass. You climb to your feet, wordlessly mounting her from behind.<br /><br />
<video src="ast/img/lastMan.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You begin fucking her hard and fast. She matches your enthusiasm by pushing back against your cock. Your bodies collide together with wet smacking sounds as you hear her moan.<br /><br />
This is going way better than last time!<br /><br />
You feel on top of the world, you feel like you again as you grab her by the hips and ram your cock deep into her guts. You try to give her a few more hard thrusts before you feel yourself reach the point of no return. Valerie senses you’re about to cum by how erratic your fucking has become. She leans up and reaches back to help guide your thrusts as you explode inside her pussy.<br /><br />
You cry out in bliss. Endless days of chastity and teasing are finally resolved. You collapse backwards. You know she didn’t cum, and it makes you feel a little guilty.<br /><br />
But fuck, you feel like a man now. Just a good honest fucking, that’s all you needed.<br /><br />
Valerie compliments you on how much longer you lasted. She explains that since you demonstrated your trust in her, she’ll start preparing all your meals for you! @@.hint;That means no more buying groceries!@@ That’ll definitely save you some money. Maybe this is going to work out after all! Once you become soft again, you put yourself back in chastity and replace the butt plug. It slides in a little easier this time.<br /><br />
Valerie proceeds to @@.hint;throw out all your old health food…@@<br /><br />
<<set $eventCol.delete("financeAdjust0")>><<set $eventCol.push("semiFinControl")>><<set $currentTime to $currentTime + 24>><<set $invs.healthfood.qty to 0>><<set $pcAb.routine.useHealthfood to true>><<set $eventCol.delete("ButtPlugTrain0")>><<set $eventCol.push("saveForGirlNight0")>><<set $eventCol.push("firstModelRent")>>
<span class="link-masc"><<link "Start the Day" "Home">><</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("girlsNightReqEvent")>>
@@.hg;"So... I know we've done some kinky stuff together... and well... that's because... I like both,"@@ she says looking at you with almost a hint of playfulness as she watches you process her statement<br /><br />
@@.pc;"You like... both?"@@ you repeat.<br /><br />
@@.hg;"Yes, I like girls and guys,"@@ she confirms.<br /><br />
You weren't quite expecting that. Truth be told, you're kind of relieved to hear it. It begins to explain why she's always pushing for you to do girly stuff. But if she always wants you to be girly, is she really into both sexes? As you think deeper into it, you find more questions than answers.<br /><br />
@@.hg;"The reason I'm telling you is, well, I feel like I can trust you enough to introduce you to another social circle of mine,"@@ she says.<br /><br />
You look at her quizzically.<br /><br />
@@.hg;"I have a group of friends, but they're all girls... and they're all lesbians. Every now and then, we all like to get together and have a little... 'girls’ night out',"@@ says Valerie with a mischievous smile.<br /><br />
@@.pc;"A girls' night out, huh?"@@ you repeat incredulously, you mind running wild with visions of Valerie mixed up in some grand, all-girl orgy.<br /><br />
@@.hg;"Yes, we have <i>all</i> kinds of fun,"@@ she says, rubbing her tits playfully as she gets lost in her own memories for a brief few seconds.<br /><br />
<video src="ast/img/clothedMem.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You smile, you don't have a problem with this at all... but you're starting to wonder where she's going with it.<br /><br />
@@.hg;"None of these other girls are bi. At least, so they claim. You wouldn't know by how some of them ride a strap-on,"@@ laughs Valerie.<br /><br />
You chuckle.<br /><br />
@@.hg;"I want to push the boundaries of our little girls' night out the same way that I push the boundaries with our relationship. But, I'm going to need help from someone I can trust. That someone, is you, $pc. I want you to infiltrate our little girls' night out. But in order to do that, you have to be the most convincing girl you can be. I need you to look, and act like the real thing,"@@ schemes Valerie.<br /><br />
@@.hg;"You want to trick your lesbian friends into thinking that I'm a lesbian?"@@ you ask, baffled but intrigued.<br /><br />
@@.hg;"Yes, but obviously I'm going to frame it differently. There's nothing a lesbian likes more than 'converting' a straight-girl, and that's exactly the type of bait we're going to use. As far as they'll know, you'll be this hot straight girlfriend of mine, ripe to have her little lesbian cherry popped... which isn't entirely a lie,"@@ smiles Valerie deviously.<br /><br />
You find yourself blushing intensely and at a loss for words as you try to process her plan.<br /><br />
@@.hg;"Then, when the time is right, we'll reveal your little 'extra',"@@ teases Valerie as she playfully gooses your caged dick.<br /><br />
You stifle a giggle as you do your best to block her harassing hand.<br /><br />
@@.hg;"If all goes according to plan, they'll get to have some dick within the comfort zone of their sexuality... and well... you'll get a free pass to fool around with a group of hot girls,"@@ smiles Valerie.<br /><br />
Now she definitely has your attention. An all-girl orgy with you being the only cock around? Yes... yes that sounds awesome. You eagerly agree, never in a million years would you have thought an opportunity like this would fall in your lap.<br /><br />
@@.hg;"Great! Next time we meet, we'll start working on making you a hot little lesbian trap,"@@ confirms Valerie<br /><br />
Things are really looking up.<br /><br /><<set $eventCol.delete("girlsNightReqEvent")>><<set $eventCol.push("girlsNightReq0")>><<set $eventCol.delete("saveForGirlNight0")>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("collateralPhotoEvent")>>
The director has always struck you as a keen businessman. You're not sure why, but you feel like that as long as you don't cross him, you should be ok. Plus, the idea of participating in a lesbian orgy almost makes any obstacle a minor one.<br /><br />
You agree to the photoshoot, it wouldn't be the first time a pervert has wanted to take pictures of you. You've kind of grown used to it... <br /><br />
@@.dire;"Ok, sweetcakes, this is the only thing you'll be wearing during the shoot, so hop to it!"@@ exclaims the director as he tosses you a skimpy dress and a small white thong.<br /><br />
Your cheeks burn with embarrassment as the director and Ramone wait to see how you will react. You look around the dressing room and see a little stand-up screen that you could use to get undressed behind. You start to walk towards the screen but the director stops you.<br /><br />
@@.dire;"Oh don't be so shy, we all have the same equipment here. Now quit stalling,"@@ the director demands impatiently.<br /><br />
You look back at Ramone, his arms are crossed, and his leering gaze and sneer make you feel very uncomfortable. You sigh, swallowing your pride and trying to steady your nerves as you strip naked. You try to quickly pull the thong up to minimize the time that the director and Ramone can stare at your caged cock.<br /><br />
@@.dire;"Ah, I knew there was something special about you,"@@ laughs the director.<br /><br />
Ramone's deep chuckle seems to reverberate in your bones.<br /><br />
@@.pc;"M-my girlfriend-"@@ you start to explain.<br /><br />
@@.dire;"No judgement here, honey, I've seen it all,"@@ laughs the director as he fumbles with a nice-looking DSLR camera.<br /><br />
Suddenly you feel two strong arms hug you from behind. You instinctively try to recoil but find you're unable to pull away as the arms keep your firmly embraced. You realize Ramone has stripped down to his jeans.<br /><br />
@@.pc;"What the hell?!"@@ you exclaim, as you feel his warmth pressed against your back.<br /><br />
@@.dire;"Oh relax, honey. It's just a little photoshoot. You two are going to do some poses for me. Nothing hardcore... unless you're into that,"@@ laughs the director.<br /><br />
@@.pc;"No! No hardcore stuff!"@@ you exclaim, struggling uncomfortably against Ramone's hug, @@.pc;"J-just get this over with!"@@<br /><br />
@@.dire;"Ok, but this needs to look consensual otherwise this is just not going to work. Now quit struggling and relax. Act like you want to be hugged,"@@ sighs the director, annoyed and seemingly unable to relate as to how amazingly awkward this is.<br /><br />
You close your eyes for a moment as you slowly get control of your emotions, allowing yourself to be held by Ramone. You follow the director's instructions, allowing Ramone to hold you close as his hands roam your body in various suggestive poses. Occasionally his hands cause your dress to ride up, revealing your ass. The director seems to get irritated with you constantly pulling down on it and tells you just let it roll up.<br /><br />
<img src="ast/img/s/collShoot0.png" /><br /><br />
You reluctantly let you dress ride up as you hear snap after snap of the camera. Finally, Ramone whips your dress off over your head in one skillful swoop. You’re left standing there in nothing but a thong.<br /><br />
@@.dire;"Ramone, strip down, just need a few more,"@@ the director chimes in.<br /><br />
You’re not sure what to do as Ramone pulls down his jeans, revealing what might be the biggest cock you’ve ever seen in the flesh. You’re just relieved it’s flaccid. It scares you to think what it would look like hard. Ramone pulls you close again. You try to avoid letting his big dick touch you as you flex away from it.<br /><br />
@@.dire;"The sooner you stop acting like a little bitch, the sooner this will be over with,"@@ reprimands the director.<br /><br />
You sigh as you allow Ramone’s cock to press up against you. The photoshoot resumes as his hands roam up and down your body once more. A few times, his fingers slip under the skimpy strings of your thong, squeezing your ass cheeks. You find the whole situation horrifying but also strangely comforting. You can't help but think of the hypno porn you've been watching, of the girls being manhandled by big strong men. Much to your mortification, you feel your cock begin to stir in its cage. The more you try not to think about being held in Ramone's big strong arms, the more forbidden and exciting it becomes as his hands roughly slide over your almost nude body.<br /><br />
<img src="ast/img/s/collShoot1.png" /><br /><br />
Finally, after what seems like an eternity, the director is satisfied he has enough collateral against you, and allows you to take the shapewear. Ramone gives you a slap on the ass and grunts something unintelligible under his breath. You feel cheap, and you hope you'll never have to endure something like that again.<br /><br />
<<set $eventCol.delete("collateralPhotoEvent")>><<set $eventCol.delete("getShapeWear")>><<set $specInv.push("shapeWear")>>
<span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("recoverMoney") and $eventCol.includes("recoverMoneyInMorning")>>
You can't believe it, all the money that was missing before, has been returned. The transaction log just shows it as a generic transaction with little information as to where the money went and where it was returned from. You reluctantly chalk it up to a banking error.<br /><br />
<<set $eventCol.delete("recoverMoney")>><<set $eventCol.delete("recoverMoneyInMorning")>><<set $wallet to $wallet + $trickyWallet>>
<span class="link-masc"><<link "Logout" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("usedVibratorEvent")>>
@@.hg;"Alright, strip down, girlfriend, it's time to learn how to masturbate like a real woman!"@@ she says.<br /><br />
You hike up your dress<<if $invs.rear.rearType is "plug">>, carefully remove your butt plug<</if>> and lay down. Valerie explains that laying on your side will make things easier to reach as she lubes up the tip and length of the vibrator. You roll to your side and take the vibrator from Valerie with some uncertainty. You rub the tip of the vibrator against the crack of your ass, spreading the lube on your butt hole in the process. Valerie reaches over and spurts out even more lube on to the vibrator.<br /><br />
@@.hg;"Ok, start off slow, aim it at your prostate,"@@ instructs Valerie as she helps you point the vibrator towards your most sensitive parts.<br /><br />
A girly gasp escapes your lips as the tip of the vibrator parts your asshole. Thankfully, wearing a buttplug has already prepared your ass for something like this. However, the constant girth of the new toy is bigger than the smallest section of the butt plug, giving you a slight stretch feeling. Valerie helps to re-lube as you slowly stroke the vibrator in and out of your ass.<br /><br />
Much to your surprise, the slow, purposeful rubbing sensation on your prostate feels delicious. You try your best to hide how good it feels from Valerie as she helps you fuck yourself.<br /><br />
After a few moments, Valerie steps back and lets you control the pace and strokes of the vibrator as she turns it on to a low setting. The gentle vibrations make you feel warm as you bump the vibrator against your prostate a little harder with every thrust. A few times you have to keep yourself from panting as the sensation grows more and more intense. You can feel the wetness from your chastity cage begin to ooze profusely over your shaved thighs with every thrust.<br /><br />
<video src="ast/img/firstVibrator.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Despite how good it feels, it isn't triggering all the right sensations to get you to the point of ejaculation. After what seems like endless teasing, Valerie finally decides to let you out of chastity. You continue to ass fuck yourself with the dildo as Valerie begins to suck your cock. In a matter of seconds you’re rock hard. Moments later, you have an amazing orgasm, filling Valerie's mouth with cum as you instinctively move your hips against the vibrator in your ass.<br /><br />
The aftershocks of the orgasm keep you in a state of bliss as Valerie snowballs cum into your mouth.<br /><br />
@@.hg;"Well then, I think you're finally ready,"@@ she says as she wipes the remaining semen from her face.<br /><br />
You slide the vibrator out of your ass, a bit dismayed that you just masturbated like a chick...<br /><br />
<<set $eventCol.delete("usedVibratorEvent")>><<set $eventCol.delete("girlsNightReq1")>><<set $eventCol.push("usedVibrator")>><<set $eventCol.push("girlsNightOut0")>><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>>
<span class="link-fem"><<link "Waddle Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("girlsNightOut0Event")>>
You get dressed up and make your way to Valerie's place<br /><br />
<span class="link-fem"><<linkappend "Alright, Here You Go!">><br /><br />
Once there, Valerie motions you in.<br /><br />
<img src="ast/img/s/gnoPartyVal.png" /><br /><br />
She looks stunning as usual. She inspects your outfit, poking and adjusting your shapewear and the girly underwear that rests on top of it, followed by the party dress and stockings. She fusses a bit with your blonde wig, making sure it's firmly secured. She compliments you on your make-up, stating that the shades you chose look great. As she toys with your fake curves, she comments excitedly at how real they feel. Finally, she taps your crotch and your ass, satisfied that you're caged and plugged.<br /><br />
@@.hg;"Ok, this is it $pc! This is going to be a wild night for everyone!"@@ bubbles Valerie excitedly.<br /><br />
She pauses for a second, @@.hg;"Wait... Oh how could I be so dumb!"@@ she exclaims.<br /><br />
You look at her, confused as her panic starts to worry you.<br /><br />
@@.hg;"$pc, your name! I can't very well call you <i>that</i> name can I? Let's choose a name that better suits your new feminine identity! Just make sure you remember to answer to it tonight!"@@ exclaims Valerie.<br /><br />
<span class="link-masc"><<link "Choose a Feminine Name" "FemNameChange">><<set $eventCol.delete("girlsNightOut0Event")>><<set $eventCol.delete("girlsNightOut0")>><<set $eventCol.push("girlsNightOut1Event")>><</link>></span><br />
<</linkappend>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("girlsNightOut1Event")>>
@@.hg;"Alright, $pc, I think we can work with that!"@@ says Valerie, @@.hg;"Alright, the girls are supposed to be meeting at the mall, let's head out!"@@<br /><br />
<span class="link-fem"><<linkappend "Go to the Mall">><br /><br />
You and Valerie are apparently the last ones to show up as you're met with a shrill cry of cheers from a group of girls assembled in the food court. There are five girls in the group. All of them as hot as you hoped they'd be... maybe even hotter. You're glad that none of them match the stereotypical masculine lesbian profile. Toned legs, exposed cleavage, round asses, and long hair. This is a dream come true. You do your best to keep from gawking like every other horny male as you and Valerie approach.<br /><br />
You take inventory of the group.<br /><br />
<img src="ast/img/s/gnoSuzy.png" /><br /><br />
A redhead who seems to be all smiles.<br /><br />
<img src="ast/img/s/gnoJess.png" />
<img src="ast/img/s/gnoIzzy.png" /><br /><br />
Two Latina girls who look like they could be related, but you were never really good at judging that type of thing.<br /><br />
<img src="ast/img/s/gnoSarah.png" />
<img src="ast/img/s/gnoRaven.png" /><br /><br />
Then there's two brunette girls... well... one of them has much darker hair than the other, but you try not to get caught up in the details as you carefully control the intensity of your gaze. With the addition of you and Valerie, that adds two blondes to the mix for a total of six girls and... one <i>girl</i>.<br /><br />
@@.hg;"Hey bitches, this is my friend I've been telling you about,"@@ Valerie says as she introduces you to the group.<br /><br />
@@.suz;"Oh, this sweet little thing? Does she know what she's getting herself into?"@@ teases the redhead.<br /><br />
She bounces towards you, her tits jiggling with every step as she gives you a hug, @@.suz;"I'm Suzy!"@@ she says.<br /><br />
Just as you break away from the redhead's embrace one of the brunette girls, the lighter-haired of the two, steps forward and shakes your hand in that limp-wristed way that girls sometimes do, @@.sar;"Hiiiii, I'm Sarah,"@@ she says... it seems like maybe she's had a drink or two.<br /><br />
@@.hg;"Don’t worry about her, $pc, that's just how she is,"@@ quips Valerie, as the whole group laughs at Sarah's expense.<br /><br />
Sarah forces some laughter, clearly becoming self-conscious of her overly ditzy behavior.<br /><br />
@@.jess;"Hey, $pc. I'm Jessica and this is my bestie Isabella,"@@ says one of the Latina girls as she points to her bustier friend.<br /><br />
The more well-endowed of the pair waves at you with a few fingers, @@.izz;"Everyone just calls me Izzy though,"@@ informs Isabella.<br /><br />
Finally, the darker-haired brunette, who's been mostly quiet, stares at you with suspicion.<br /><br />
@@.hg;"Annnnd that's Raven,"@@ introduces Valerie.<br /><br />
Raven just sighs, clearly unimpressed with you, @@.rav;"Charmed,"@@ she says as she chews on some gum.<br /><br />
@@.suz;"Oh don't be such a bitch,"@@ chastises Suzy.<br /><br />
Raven just rolls her eyes in response.<br /><br />
@@.hg;"Ok enough of that, let's get some shopping out of the way!"@@ declares Valerie.<br /><br />
The girls, even Raven, respond to Valerie in the affirmative. Clearly Valerie is the alpha of this bunch.<br /><br />
Knowing what you know about her... that makes sense.<br /><br />
<span class="link-fem"><<linkappend "Let's Go Shoping!">><br /><br />
The last time you were shopping with Valerie, it cost you a bunch of money. You realize in a panic that you don't have your wallet, and even if you did, the dress you have on doesn't have anywhere to store it!<br /><br />
The girls bustle from one clothing rack to another pointing and prodding at different articles of clothing, occasionally pressing different clothing items against themselves or each other.<br /><br />
@@.suz;"Does this go with my eyes?"@@<br /><br />
@@.sar;"I don't think my ass will fit in this, ha ha ha!"@@<br /><br />
@@.izz;"Hey Raven, this seems your style,"@@<br /><br />
@@.rav;"You know I don't do pink, Izzy,"@@<br /><br />
@@.jess;"I wish I had tits like Valerie or Izzy, then I could wear this,"@@<br /><br />
You soon become conscious throughout the excited chatter that you're just standing there awkwardly. You look over at Valerie who's looking at you with concern, subtly motioning with your head to play along. You begin picking up a few random dresses, feeling the fabric, and looking at the price tag. You find another black dress similar to the one you're already wearing.<br /><br />
@@.sar;"Oh c'moooon, have a little imagination!"@@ exclaims Sarah as she shoves a glittery pink dress into your arms, @@.sar;"You would look soooo good in this!"@@<br /><br />
The other girls, as if on cue, chime in with various affirming opinions as they begin collecting different things they think you would look pretty in. Before long, the gaggle of girls migrates towards the dressing rooms with you in tow. You start to panic, hoping that you don't have to undress in front of them. Fortunately, Valerie takes control of the situation and pulls you inside one of the larger dressing rooms. The other girls filter off into the other rooms as they become available.<br /><br />
@@.hg;"So?"@@ whispers Valerie to you.<br /><br />
You look at her dazed, @@.pc;"So?"@@<br /><br />
@@.hg;"What do you think?"@@ she asks.<br /><br />
@@.pc;"I... think I'm in over my head,"@@ you laugh in a nervous whisper.<br /><br />
@@.hg;"You're doing fine, if they suspected something, I'd know about it by now,"@@ reassures Valerie.<br /><br />
@@.pc;"What about Raven? She doesn't seem to like me much,"@@ you reminder her.<br /><br />
@@.hg;"Nah that's just how she is. Believe me, she's a blast once she warms up to you,"@@ explains Valerie.<br /><br />
After a few moments, you emerge from the dressing room just as the other girls emerge from theirs. They're all wearing different dresses now, including you.<br /><br />
<img src="ast/img/s/gnoDresses.png" /><br /><br />
This process continues for what feels like hours as you and the girls bounce from store to store. Much to your relief, not only are they paying for themselves, but for your stuff as well! They almost seem to be competing for who gets to buy what.<br /><br />
Maybe lesbians try to spend money on girls just like guys do.<br /><br />
<<set $clothes.dress01.qty to $clothes.dress01.qty + 1>><<set $topInv.push("dress01")>>
<<set $clothes.dress02.qty to $clothes.dress02.qty + 1>><<set $topInv.push("dress02")>>
<<set $clothes.sexyStockings01.qty to $clothes.sexyStockings01.qty + 1>><<set $bottomInv.push("sexyStockings01")>>
<<set $clothes.sexyStockings02.qty to $clothes.sexyStockings02.qty + 1>><<set $bottomInv.push("sexyStockings02")>>
<<set $clothes.highheels01.qty to $clothes.highheels01.qty + 1>><<set $shoeInv.push("highheels01")>>
<<set $clothes.highheels02.qty to $clothes.highheels02.qty + 1>><<set $shoeInv.push("highheels02")>>
<<set $clothes.brapanties01.qty to $clothes.brapanties01.qty + 1>><<set $smallInv.push("brapanties01")>>
<<set $clothes.brapanties02.qty to $clothes.brapanties02.qty + 1>><<set $smallInv.push("brapanties02")>>
<span class="link-fem"><<linkappend "Boys, Incoming!">><br /><br />
Speaking of, any guys that approach the group are roundly turned down... and not gently either. The wall of hot lesbians seem keen on keeping any guys from hitting on anyone in their vicinity, especially you. They regularly make comments about how shitty men are, their inadequacies, etc.<br /><br />
@@.jess;"I mean the one thing guys have going for them is a cock. I mean vibrators are awesome, but sometimes I miss the real thing,"@@ confesses Jessica<br /><br />
@@.izz;"I wish you had a real cock, sometimes,"@@ teases Izzy as she slaps Jessica's ass.<br /><br />
The group laughs.<br /><br />
@@.rav;"Could you imagine, a girl with a cock and none of the male strings attached?"@@ ponders Raven out loud, as she looks at you.<br /><br />
You start to blush. Shit! Get a hold of yourself, dammit! She doesn't know anything!<br /><br />
@@.pc;"Yeah, that would be pretty awesome,"@@ you say, relieved that you managed to say that without sounding guilty.<br /><br />
Raven seems to perk up, @@.rav;"I'm glad you agree, we might just have you batting for the other team, yet,"@@ she laughs as she gives your ass a firm grab with both hands!<br /><br />
<video src="ast/img/gnoAssGrab.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You easily make out the sensation through the shapewear, and react accordingly, giggling almost a little too nervously.<br /><br />
@@.suz;"Easy, Raven. Don't scare her off!"@@ scolds Suzy as she swoops in and hugs you from the side.<br /><br />
<span class="link-fem"><<linkappend "Flirting, Incomming!">><br /><br />
Soon all the girls are finding reasons to hug or otherwise grope you, playfully scolding each other to keep their hands off. This much female attention has your cock straining against its cage. For the first time since it’s been imprisoned, you're relieved your cock is locked up. You can only imagine the horror on their faces if they saw an unrestrained boner popping out from your dress.<br /><br />
However, all this attention is causing you to leak pre cum as the heat and perfumed scents emanating from their bodies seems to permeate your thoughts. You realize you're going to have to get control of your urges or risk being exposed prematurely...<br /><br />
<span class="link-masc"><<link "Get Control of Yourself!" "SuppressVid">><<set $eventCol.delete("girlsNightOut1Event")>><<set $eventCol.push("suppressM0")>><</link>></span><br />
<</linkappend>></span><br />
<</linkappend>></span><br />
<</linkappend>></span><br />
<</linkappend>></span><br /><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("girlsNightOut2Event")>>
Phew! You managed to get control of your arousal and not say anything stupid that would destroy the ruse that Valerie has created. You feel giddy and high from the experience so far!<br /><br />
@@.hg;"It's time, c'mon girls,"@@ informs Valerie as she casually scrolls through her phone.<br /><br />
@@.jess;"Finally! I'm starving,"@@ says Jessica, as she looks at you, licking her lips.<br /><br />
The girls continue gossiping as you all shuffle out of the mall and on to the sidewalk just outside a busy mall entrance. As if perfectly choreographed, a big black Escalade pulls up to the curb. You realize that despite the size of the vehicle, it'll be a squeeze to get all seven of you inside. Valerie takes the passenger seat next to a stone-faced driver who seems barely effected by the gaggle of women clamoring just outside his vehicle. Jessica and Izzy take off around the side of the vehicle, quickly claiming the driver side and middle seats in the back. Raven climbs in on the passenger side.<br /><br />
@@.suz;"Scoot over, Rave!"@@ whines Suzy as she climbs in next to Raven and uses her shapely ass to bump Raven into the already occupied middle seat with Izzy.<br /><br />
The girls squeal and laugh as they jostle for elbow room. <br /><br />
Suddenly the front passenger side window rolls down, revealing Valerie looking at you and Sarah with an impish grin, @@.hg;"C'mon ladies, hurry up!"@@<br /><br />
<img src="ast/img/s/packInRide.png" /><br /><br />
There is absolutely no room in the back seat, @@.pc;"Uuuhh, just tell me where you're going and we can get an Uber or something,"@@ you say as you look at Sarah for confirmation.<br /><br />
@@.suz;"Nnnnoooooo, let's go, you two can lie across our laps,"@@ Suzy says as she pulls Sarah in on top of her.<br /><br />
Another peal of squeals as Sarah army crawls across their laps. Being the most petite of the bunch, she ends up being able to sit on Izzy and Jessica's laps fairly comfortably. Your heart begins to race as a car full of hot girls looks at you expectantly. You begin to formulate the best way for you to... keep yourself tucked... so you don't end up poking one of them with your chastity cage. You wobble a bit hesitantly on your heels as you begin what seems like an impossible climb into the SUV. Suzy reaches around your waist and steadies you as numerous feminine hands reach out to help pull you across their well-toned thighs.<br /><br />
While you wiggle into place, your head now placed firmly against Sarah's bare legs, you keep your own legs bent and squeezed tightly against your caged cock and balls.<br /><br />
This is so uncomfortable.<br /><br />
The girls regularly run their hands up and down your body, playfully tickling and commenting on how firm your muscles are. A few times you're worried that one of the girls might realize your nice round ass is actually just padded shapewear. But luckily, the high-grade silicon pads are enough to fool them despite the occasional fondling touch.<br /><br />
You do your best to giggle and engage in gossip as you struggle to focus in the heady atmosphere that these hot girls seems to exude.<br /><br />
<span class="link-fem"><<linkappend "Endure the Ride">><br /><br />
The Escalade finally comes to a stop outside an all too familiar restaurant.<br /><br />
Se Soumettre.<br /><br />
As you wiggle out from the SUV and peer into the candlelit vestibule of the incredibly expensive eatery, you involuntarily shudder.<br /><br />
This place cost you so much money.<br /><br />
You feel someone grab your hand; you look over and see Valerie smiling at you. She reaches over and fixes your hair, since it has become disheveled during the ride.<br /><br />
<img src="ast/img/s/dCard.png" /><br /><br />
@@.hg;"Don't worry, all expenses paid,"@@ whispers Valerie, as she flashes a small, blue, white, and pink piece of paper no bigger than a business card.<br /><br />
The girls finish unloading from the SUV and you all head inside Se Soumettre.<br /><br />
Valerie hands the card to the maître d', who takes a brief look at it before cordially nodding and bowing to Valerie, "Welcome back, Madame. Your table is ready."<br /><br />
The girls buzz with hushed excitement as you walk through the main floor of the restaurant. Everyone at the eatery seems to know Valerie, yet when you first took her here, that familiarity was absent. This seems strange to you, but that thought is quickly dropped as you venture further back into the restaurant, past a large set of tastefully decorated wooden doors. This area is a long and wide hallway lined with large sliding doors. The maître d’ guides your group to a door near the end of the hallway and slides the heavy wooden portal open, letting you and the rest of the girls inside.<br /><br />
<span class="link-fem"><<linkappend "Go Inside">><br /><br />
@@.sar;"VIPEEEEE,"@@ quips Sarah as she prances in.<br /><br />
@@.jess;"It's been too long!"@@ exclaims Jessica.<br /><br />
@@.izz;"Can we just skip to desert,"@@ laughs Izzy as she adjusts her bra strap, causing her large breasts to knock against each other.<br /><br />
<video src="ast/img/izzDistract.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You catch yourself staring and quickly look away, but Izzy just smiles and calls you out, @@.izz;"It's ok, mamacita, everyone likes these,"@@ she teases as she pushes them together to the amusement of the girls.<br /><br />
You look around at the VIP area; the walls are draped with dark red swathes of sheer fabric, revealing rich, dark wood just behind it. The room is lit by a small but dazzling chandelier with what seems like hundreds of candles as well as few candle sconces that poke out from between the drapes of fabric. The round table itself practically fills the room and is already completely set with immaculate dishware and fine stimmed glassware. Oddly enough, the table is set low to the ground, and instead of chairs, the table is crowned with an array of red pillows (the same shade of red as the billowy fabric that adorns the room).<br /><br />
The girls each take up a spot around the table, carefully dropping to the ground so as not to stretch their dresses. You find an empty spot between Suzy and Sarah and carefully negotiate the confines of your own clothing as you nestle yourself comfortably on the luxurious pillows.<br /><br />
You see Valerie nod at the maître d', who then turns and lets in a train of sommeliers, each carrying a different bottle of wine. Like clockwork, a sommelier takes up position just behind the right shoulder of one of the girls, you included.<br /><br />
@@.hg;"$pc, since you're new here, you get to drink the Nouvel Invité wine,"@@ explains Valerie with a devilish grin.<br /><br />
On cue, the sommeliers uncork their various bottles and begin pouring. Your glass is filled with the darkest red wine you've ever seen. You pick it up tentatively, you've always been a beer drinker but even you know wine has more alcohol in it by volume. You look around at the girls, and attempt to mimic them as they all smell their wines before taking dainty sips.<br /><br />
<img src="ast/img/s/darkWine.png" /><br /><br />
<span class="link-fem"><<linkappend "Sip the Wine">><br /><br />
Holy cow this is strong! Sipping the wine is almost like taking a shot! It doesn't help that you haven't had much to eat today.<br /><br />
Giggles start sporadically bubbling up around the table as you realize all the girls are watching your reactions to the strong wine.<br /><br />
@@.pc;"W-wow... that is REALLY strong,"@@ you say with a nervous laugh.<br /><br />
The girls just smile, not taking their eyes off of you as they casually sip from their own wine.<br /><br />
@@.rav;"I didn't know your new friend was such a lightweight,"@@ says Raven to Valerie with a cruel grin.<br /><br />
@@.hg;"I didn't either,"@@ replies Valerie with mock surprise.<br /><br />
You might be many things, but you're no lightweight! You defiantly gulp down the entire glass of wine. Its thick, fruity flavor fills your mouth and singes your throat as it goes down. You almost slam the stemware down like an empty beer can but catch yourself, lightly sitting it on the table. A smug look decorates your already heavily decorated face.<br /><br />
Raven smiles back as she tips back her glass with similar speed, @@.rav;"That's more like it,"@@ she says, setting her empty glass down.<br /><br />
Your glass is quickly refilled, but fortunately the waiters come bearing all manner of food: grilled chicken, succulent lobster, filet mignon, and all manner of sides! Everything looks so good! The girls casually reach into the spread of food while chatting with each other.<br /><br />
You eat, and drink, and eat, and drink some more.<br /><br />
As the evening proceeds, the conversation becomes louder, and the innuendos less and less subtle. There's talk of various sexual conquests. You find that most of the girls have slept with each other in varying configurations. You enjoy visualizing the various stories...<br /><br />
<video src="ast/img/lesboDayDream.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Even more surprising, you find that all the girls there are bisexual, not just Valerie... This should raise some red flags... but you're just so dang tipsy and having such a great time that you don't really care.<br /><br />
@@.suz;"Oh, you have a little something..."@@ Suzy says, indicating there's some errant food smeared just outside your lips.<br /><br />
She leans in to wipe it off. You lean forward, presenting your face to be cleaned. At the last second, Suzy darts closer to you and kisses you. Her warm tongue slides inside your mouth, her hand caressing your face. Your cock instantly bucks against its chastity cage.<br /><br />
<video src="ast/img/gnoSurpKiss.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You pull away, your focus drops dramatically as you realize how much you want to fuck the shit out of every girl at this table. Your chest heaves, your cheeks flush from intoxication and arousal...<br /><br />
You've got to get control of yourself!<br /><br />
<span class="link-masc"><<link "Get Control of Yourself!" "SuppressVid">><<set $eventCol.delete("girlsNightOut2Event")>><<set $eventCol.push("suppressM1")>><</link>></span><br />
<</linkappend>></span><br />
<</linkappend>></span><br />
<</linkappend>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("girlsNightOut3Event")>>
You manage to focus your mind just enough to maintain your feminine facade. You look around at the table and realize that many of the girls have started making out with each other: Raven and Jessica, Izzy and Sarah, You and Suzy. Valerie sits there with a devilish grin, nodding at you to keep it up. She has always been so possessive of you in the past. You can't say you mind getting permission to fool around with Suzy.<br /><br />
You feel a pair of hands grab your waist from behind, then roam up and squeeze the fake silicon bags on your chest. You realize that Sarah is now leaned against you, vigorously rubbing your fake tits together. You can barely feel it, but it isn't hard faking arousal as Suzy beings to kiss you again. You do your best to keep your legs together so as not to spoil Valerie's plan as you feel Sarah begin to kiss up and down the nape of your neck.<br /><br />
You notice the waiters dispassionately file in and clean the table until it is completely empty of food and dishes. Then another group of waiters... no... more like servants... arrive carrying large pillows that they spread over the large table, effectively turning it into one big round mattress.<br /><br />
Moments later, your head buzzing and spinning from all the booze, you find yourself on top of the cushions, still making out with Suzy. The rest of the girls join, kissing and groping each other. Valerie reaches over and eases Suzy's top down. Suzy bites her lower lip as she offers a nipple to you. You eagerly suck it.<br /><br />
<video src="ast/img/gnoNippsuck.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You feel a hand begin to lift your dress. Despite the alcohol, you have enough sense to tug down the hem of your skirt.<br /><br />
This act only seems to get more attention as more of the girls start caressing and tugging at your dress.<br /><br />
@@.jess;"Valerie, what the fuck!"@@ exclaims Jessica as she yanks her hand away.<br /><br />
Uh oh.<br /><br />
She must've felt something she shouldn't have.<br /><br />
Valerie just smiles, @@.hg;"I told you girls to expect something a little different this time."@@<br /><br />
The hands become less patient with your gentle resistance, pulling and tugging at your dress until the truth can no longer be hidden.<br /><br />
@@.sar;"Wow, where did you get this amaziiing underwear,"@@ comments Sarah, as she squeezes the exposed butt pad of your shapewear, @@.sar;"It feels so real."@@<br /><br />
The rest of the girls seem less curious about your shapewear and more concerned that... well... you have a cock. There's a squabble amongst them, you can hardly make out what's being said because it all seems to blend together in to a shrill cacophony.<br /><br />
@@.rav;"It's no big deal, she can't do anything anyway,"@@ chimes in Raven as she roughly pulls your panties and shapewear down, revealing your chastity cage.<br /><br />
<img src="ast/img/s/gnoSissReveal.png" /><br /><br />
There's a collective cooing and a general consensus at how cute your cock looks. Almost too swiftly, the mob of girls pulls you out of your shapewear. You're not sure you should resist as their hands being to explore your nice smooth body.<br /><br />
@@.jess;"Awwww, she even has a little plug,"@@ exclaims Jessica, who just moments ago seemed horrified that you were a guy.<br /><br />
Girls are so strange.<br /><br />
Izzy reaches over and begins fondling your balls while Sarah leans in and begins to suck on one of your nipples. You gasp; you don't remember your nipples feeling so sensitive! Maybe this whole surreal experience has heightened your sexual awareness? Jessica presses experimentally on your butt plug, eliciting an involuntary moan from you as Suzy guides your head back to her exposed breasts. Raven and Valerie whisper to each other just out of earshot.<br /><br />
As the heavy petting continues, dresses become more and more scarce. You've never been around so many naked breasts in your life! You're passed around from chest to chest, getting a little taste of everyone's nipples. The incessant hands roll you on to your back as hungry mouths kiss and suck on your body. A few times you feel someone fiddle with your chastity cage, collecting some pre-cum, and playing with it or mischievously smearing it on the back of another girl.<br /><br />
You feel a pair of thighs drop around your ears. You look up and can just make out Raven's dark hair as the taste of her bare pussy fills your mouth. The girls cheer the new development. You can practically hear their panties dropping! You feel someone mount your thigh and begin rubbing their wet snatch up and down your leg. You feel someone else collect some more pre cum from your dripping, caged cock.<br /><br />
<video src="ast/img/gnoLesbOrgy.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Judging from the commotion, they appear to be using your leaky cock as source for lube as they start to finger each other.<br /><br />
You feel Raven start to undulate hard against your face as someone else mounts your caged dick and begins to grind on it.<br /><br />
<video src="ast/img/gnoChasGrind.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
This is torture! All this pussy and no way to fuck it!<br /><br />
<span class="link-masc"><<linkappend "You Hope Valerie Lets You Out of Your Cage Soon!">><br /><br />
You feel Raven shudder as she wins the first orgasm of the evening. She dismounts your face. Now that you have visibility, you see that Suzy is the one grinding your cage while facing Jessica who is grinding your right thigh. They hungrily make out together. <br /><br />
You then become aware of a low buzzing sound now that Raven's thighs are no longer impairing your hearing. You look over and see Valerie reaming Sarah's little pussy with a vibrator. She squeals and shudders as she cums hard from Valerie's expert sexual handling.<br /><br />
<video src="ast/img/gnoLesbVibe.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Suzy and Jessica dismount your body. Suzy pulls you by the face as she lies on her back, guiding you towards her pussy. You eagerly lap at her cunt. At the same time, Jessica positions herself behind you, slowly inserting a well lubed finger into your ass.<br /><br />
@@.jess;"Oh, looks like she already has a little experience back here,"@@ admires Jessica as she easily slips in a second finger.<br /><br />
You moan a little into Suzy's vagina as Jessica methodically pets your prostate.<br /><br />
@@.izz;"Wow, look at how wet you're making her,"@@ comments Izzy as she tugs on some kind of harness.<br /><br />
You notice that Raven is also equipping a harness as well, but you find it hard to focus as Jessica continues to molest your asshole.<br /><br />
@@.hg;"I think she'll like this a little bit better,"@@ explains Valerie as she hands Jessica the vibrator she was just using on Sarah.<br /><br />
You feel the slick tip of the vibrator slide comfortably into your ass. Jessica wastes no time picking up the pace. She seems to know exactly how to use that thing! You leak like a bitch in heat as Suzy grinds her pussy against your face. Your makeup is smeared and wet with Suzy's arousal. Suzy moans as she starts to cum. You arch your back, desperately wishing you could feel something on your cock as Jessica continues to assault that sensitive area deep in your ass.<br /><br />
@@.jess;"Wow, what a little slut!"@@ exclaims Jessica happily as she slaps your ass.<br /><br />
Sarah sidles up next to you, mimicking your position on all fours.<br /><br />
@@.sar;"Vibrators are okaaay, but I prefer this,"@@ she slurs as Izzy kneels down behind her.<br /><br />
You realize that Izzy's harness was designed to hold a big dildo! It's a strap-on! Sarah whines with pleasure as Izzy slides the big fake cock into her petite, sensitive pussy. Her eyes roll into the back of her head as she bites her lower lip.<br /><br />
<video src="ast/img/gnoLesbStrap.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.sar;"Uhhnnnn yeeees Fuck!"@@ she purrs.<br /><br />
Wow, ok then.<br /><br />
@@.hg;"See girls, it's like $pc has a built-in strap-on"@@ teases Valerie as she kneels down next to you.<br /><br />
Much to your surprise, she's holding the key to your chastity cage! She unlocks you! The cage practically flies off as your over-strained cock spring to life.<br /><br />
<span class="link-masc"><<linkappend "Finally! Maybe Now You Can Finally Fuck One of These Sluts!">><br /><br />
Valerie firmly grabs your cock with one hand while holding a dildo in the other. You try to buck your hips against her hand, but she keeps it in place, not allowing you to cum as Jessica continues to stroke the vibrator in and out of your ass.<br /><br />
@@.hg;"If you want to cum, you have to earn it,"@@ declares Valerie, as she pushes the dildo in front of your face.<br /><br />
At this point, all the girls have recovered from their various orgasms, except for Sarah who is still getting her pussy fucked by Izzy.<br /><br />
@@.rav;"Go ahead, suck it like a good little slut,"@@ encourages Raven, her harness is still empty.<br /><br />
You realize this dildo must pair with Raven's harness. Raven smiles, sensing your realization.<br /><br />
@@.rav;"Suck my cock, treat it good, sissy,"@@ she says.<br /><br />
You reach out to take the dildo from Valerie's hand but she pulls it away, @@.hg;"No hands, sissy, just your mouth."@@<br /><br />
She brings it back close to your face.<br /><br />
Drunk, horny, and desperate, you take the fake cock into your mouth. Your tongue plays over the artificially formed cock-head, your lips glide over the fake veins. You feel Valerie gently push your head down. You start to gag and pull back up. The girls laugh at your first attempt.<br /><br />
<video src="ast/img/gnoSissySuck.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.hg;"We'll have to work on that gag reflex,"@@ laughs Valerie as she passes the spittle-covered dildo back to Raven.<br /><br />
Before you can have a chance to process what just happened, Valerie begins stroking your cock.<br /><br />
You cum in a matter of seconds, leaving a pool of cum between your thighs.<br /><br />
Jessica removes the vibrator from your ass. You get a few moments to recover before Valerie, her pussy exposed, pulls you on top of her.<br /><br />
@@.hg;"Alright, $pc, use that little strap-on between your legs on me,"@@ instructs Valerie.<br /><br />
Your limp cock grinds against Valerie's pussy. You feel Suzy climb on top of you. She reaches around and pinches your sensitive nipples while nibbling on your ear. Being sandwiched between Valerie and Suzy is an amazing feeling. Their hands caress, and lips suck and bite all up and down your body. After fifteen to twenty minutes of foreplay, your cock is rock solid and ready to go!<br /><br />
<img src="ast/img/s/gnoLesbSandwich.png" /><br /><br />
Your cock slides into Valerie's pussy. She smiles as Suzy helps to guide your hips. Instead of the frantic, almost seizure-like pace you normally try to fuck Valerie with, you find that Suzy's pace is deliberate and purposeful. Much to your delight, Valerie seems to be getting into it! Maybe you'll be able to make her cum with your cock!<br /><br />
The girls begin to congregate around you as you make passionate love to Valerie. Sarah and Jessica kneel on either side of your shoulders, kissing and licking you. You sense Izzy begin to caress and kiss your right ass cheek as Suzy shifts off of you and begins to kiss your left cheek. The girls playfully spread your ass, referring to it as a pussy.<br /><br />
@@.hg;"Ok, it's time for the next step,"@@ pants Valerie.<br /><br />
You're not sure what she means. Then you sense someone standing behind you. You swivel your head back and see Raven, grinning ear to ear, her harness fully equipped with a large dildo. Lube drips ominously off the tips of it.<br /><br />
<video src="ast/img/gnoLesbDom.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
There's no way you're going to take a cock up the ass, even if it is fake! You came here to fuck lesbians, not the other way around. You try to lean up so that your ass isn't exposed, but you realize the girls positioned all around you have your arms legs firmly pinned down! They all laugh and reassure you.<br /><br />
What the fuck is going on?!?!<br /><br />
Raven sets the tip of her strap-on against your asshole as she leans in.<br /><br />
@@.rav;"You are so lucky, $pc. Valerie set this up all for you. She told us you needed help broadening you sexual horizons, trying new things,"@@ Raven says as she playfully nibbles on your ear.<br /><br />
@@.pc;"W-wait, she told me she was going to broaden all of your horizons!"@@ you cry.<br /><br />
The girls laugh, Valerie just smiles from underneath you, batting her eyes innocently.<br /><br />
@@.hg;"$pc, just relax and let it happen. You've had so much fun being a girl. Everyone here can tell. I want you to know how good it can feel,"@@ reassures Valerie.<br /><br />
You struggle against the girls, but your struggles only seem to translate into hip thrusts, which Valerie seems to enjoy.<br /><br />
@@.pc;"Oh fuck!"@@ you cry as you feel the pressure on your asshole slowly and steadily increase.<br /><br />
Suzy and Izzy hold your hips steady. All thoughts of this intricate betrayal are quickly pushed out of your mind as your little asshole begins to part.<br /><br />
@@.pc;"Nononono!"@@ You plead as you ass starts to stretch.<br /><br />
@@.hg;"Just relax! If you tense up it'll hurt. Remember, bear down on it, breathe through it,"@@ instructs Valerie.<br /><br />
You're desperate to relieve the pain as you comply with Valerie's advice. You push down on the dildo, as if you were trying to poop. The stretching continues but the pain subsides. Suddenly you feel the head of the dildo push past your anus and press hard against your prostate.<br /><br />
The sensation is euphoric.<br /><br />
You can't suppress the moan as the dildo slowly pushes past your prostate. Your voice actually cuts off as you strain to comprehend the intense sensation.<br /><br />
@@.suz;"Oh my, look at that face!"@@ chides Suzy.<br /><br />
@@.jess;"What a little butt slut!"@@ exclaims Jessica.<br /><br />
@@.rav;"Half-way there!"@@ informs Raven.<br /><br />
You look back, in disbelief at what's happening. Raven moves the dildo back and forth in very small strokes, letting your ass adjust to the girth.<br /><br />
You moan again, you feel like you might cry as your cock throbs with arousal. You suddenly feel very emotional. Humiliated, aroused, intoxicated, and surrounded by naked girls.<br /><br />
Raven starts to take longer strokes, you can feel the ridge of the cock-head press against your prostate, sending exquisite sensations up and down your body. You pant and moan. With each thrust, Raven causes you to thrust into Valerie. Valerie then pushes back, causing you to push back against the dildo.<br /><br />
@@.sar;"I think she's going to cum agaiiiiiin,"@@ laughs Sarah.<br /><br />
@@.izz;"Oh yeah, this slut loves it,"@@ agrees Izzy as she spanks your ass.<br /><br />
You practically collapse on Valerie as you cum the hardest you've ever cum in your life. Your cock spasms wildly inside Valerie's pussy while Raven slowly pumps the dildo in and out of your butt.<br /><br />
A cheer erupts from the group of girls, congratulating you on cumming with a dildo up your butt. You're too exhausted to protest. Raven pulls out, and you pull out of Valerie. Predictably, Valerie straddles your face. You obediently clean her up as she uses your face to masturbate with. To your horror, you feel someone between your legs.<br /><br />
It's Izzy! You forgot she was wearing a strap-on too! Her strap-on is still slick from fucking Sarah. Unable... or perhaps unwilling... to put up much resistance, Izzy motions for Suzy and Sarah to hold your legs back. With them pinned back like a porn star, Izzy slides her dildo into your ass. This time it slides in much easier. Just as Izzy begins to pick up the pace, you feel Valerie shudder with an orgasm.<br /><br />
She climbs off of your face.<br /><br />
You look down and see your legs spread, your cock limp from recently ejaculating, you ass filled with a dildo. With every thrust, Izzy causes your flaccid dick to bob back and forth. The sensation is different. No longer focused on your cock, you feel an intense arousal generating from deep inside your body. Drunk and defiled, you get fucked by the various girls as they tag team out for what seems like hours. The sensation keeps you in a strange state of arousal where you feel like you're going to cum, but in a different way than before. Instead of the blinding white heat of a traditional ejaculation, your whole body feels like one big sexual nerve, as small waves of pleasure radiate through it.<br /><br />
<video src="ast/img/gnoLesbGB.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Finally, you feel the strap-on slide out and this time, it isn't reinserted by someone else.<br /><br />
@@.hg;"I think that's enough fun for today,"@@ concludes Valerie.<br /><br />
You look up at her. You're not sure what to say. The girls resume talking with each other as they get dressed. Someone tosses you your clothes, along with your butt plug and chastity cage. You find that the butt plug doesn't stay in place since your ass is so slick with lube. The girls come over and tend to you, helping you get your shapewear, underwear, and dress back on. However Valerie keeps them from fixing your make-up.<br /><br />
You're not sure why.<br /><br />
The door slides open and you all file out of the restaurant; you do your best to conceal the butt plug in your hand. The girls all kiss and hug you as their respective rides show up. However, you're too dazed to really respond. Valerie gets a cab to take you home. You catch a glimpse of yourself in the rearview mirror. Your make up is totally ruined, you look like a slut who just got a rough fucking.<br /><br />
<img src="ast/img/s/gnoRuinedMU.png" /><br /><br />
As you ride back home, you do your best to contemplate what just happened and the depth of planning Valerie executed to ensnare you into her twisted sexual schemes.<br /><br />
<span class="link-masc"><<link "Go Home" "Home">><<set $eventCol.delete("girlsNightOut3Event")>><<set $faintSpell to 0>><<set $eventCol.push("gnoEnd")>><</link>></span><br />
<</linkappend>></span><br />
<</linkappend>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("faintingEvent")>>
You hear a conversation, but it sounds like gibberish. You struggle to raise your head. You feel slightly nauseous as your eyes struggle to adjust against the light. You see two blurry figures standing in the room, talking with each other. One of them is wearing a pink tube top, and a black mini skirt. Her blonde hair looks familiar... Valerie...<br /><br />
<img src="ast/img/s/blurHospital.png" /><br /><br />
The other blurry figure is an older man, perhaps in his 60's, wearing a white lab coat... some kind of doctor.<br /><br />
You try to utter a sentence but an unintelligible string of vowels tumbles out of your mouth. The two figures stop talking in low tones to each other and turn their attention to you.<br /><br />
@@.doc;"Ah, someone's awake,"@@ says the doctor warmly.<br /><br />
@@.hg;"You had me scared to death!"@@ admonishes Valerie in that familiar girly timbre.<br /><br />
The fog in both your mind and your vision clears up more and more with each passing moment as you realize that you're laying in a hospital bed, complete with an IV in the top of your hand. You lightly prod at the needle in your vein but Valerie stops you fiddling with it.<br /><br />
@@.doc;"Do you know why you're here?"@@ asks the doctor.<br /><br />
Your confused expression answers his question.<br /><br />
@@.doc;"Your friend called an ambulance when you suddenly passed out in her living room and became unresponsive. That IV is just fluids so you don't get dehydrated. We were just asking your friend how long you've been taking hormones but she was unaware that you were taking any at all,"@@ explains the doctor.<br /><br />
You look at the doctor, the general bafflement on your face morphing to concern.<br /><br />
@@.pc;"Hormones? I'm not on any hormones!"@@ you say, you mind beginning to sharpen around the conversation at hand.<br /><br />
The doctor seems a bit confused as he looks at Valerie.<br /><br />
@@.doc;"You're certain?"@@ He asks.<br /><br />
@@.pc;"I'm positive,"@@ you exclaim.<br /><br />
The doctor shuffles in place a bit uncomfortable as he formulates a response.<br /><br />
@@.doc;"I see, well we did some blood work on you in an attempt to diagnose if you had any life-threatening issues we needed to respond to. These tests came back ok with one abnormality... your estrogen levels are about 5 times higher than that of a normal male... and we found your testosterone levels were a bit low. We usually see this type of result with men who are undergoing hormone treatment in order to transition."@@ explains the doctor.<br /><br />
You're speechless.<br /><br />
@@.doc;"We think this hormonal abnormality is what caused you to lose consciousness. It's possible these types of hormonal changes altered your blood pressure,"@@ continue the Doctor.<br /><br />
@@.pc;"I've never taken anything like that, I don't understand how this could've happened,"@@ you exclaim.<br /><br />
The doctor studies you for a moment, clearly trying to decide whether you're lying or not, @@.doc;"I...see.... any changes in diet?"@@<br /><br />
You think for a moment then look over at Valerie. She has been cooking for you recently, but the food is stuff you've always eaten. In fact, she seems to do a better job cooking than you did.<br /><br />
@@.hg;"I make all his meals, but it's nothing exotic,"@@ says Valerie, her breasts bouncing slightly as she shrugs her shoulders.<br /><br />
Both you and the doctor are momentarily distracted by the display.<br /><br />
@@.doc;"I see... well it's very rare... but there have been cases of spontaneous hormonal fluctuations in both males and females. The medical community isn't really sure what causes it since the condition is so rare and difficult to study. But some have theorized that these kinds of changes can be triggered by massive amounts of stress or traumas that throw the hormonal system out of sync. The good news is, other than a slight case of gynemastia, the hormones don't appear to have transitioned you very far,"@@ The doctor says as he motions towards your chest.<br /><br />
@@.pc;"Gyne..."@@ you attempt to repeat.<br /><br />
@@.doc;"Gynemastia, it's a swelling of breast tissue in men. It can happen when hormone levels change radically enough like yours. You might've noticed that your nipples have been maybe a bit sore or more sensitive than usual,"@@ explains the doctor.<br /><br />
<img src="ast/img/s/gyneBoob.png" /><br /><br />
You instinctively reach up and rub your chest. It still feels flat, but for the first time you become conscious of how hot and sensitive your nipples are. In fact, your chest does feel a little swollen, as if you've been retaining water.<br /><br />
@@.doc;"We can put you on a course of hormones to restore your testosterone and reduce your estrogen levels. In the meantime, you might notice your chest get a bit more swollen, your skin might start to feel softer, and you might find that your body and facial hair will thin out. You also might feel a bit more emotional about things: unexplained mood swings, that type of thing. These are all normal signs of transition and are a kind of... a lagging indicator of hormonal imbalances. But, we should see all of these symptoms start to reverse after a few weeks of corrective treatment,"@@ explains the doctor.<br /><br />
You feel a wave of relief at how confident the doctor sounds. You definitely don't want to be growing boobs anytime soon.<br /><br />
@@.doc;"I'll write you a few prescriptions and we'll have you discharged in no time,"@@ reassures the doctor warmly as he heads towards the door.<br /><br />
Valerie follows him out into the hall. They speak at length just outside your door. You can't hear what they're saying, and you can only see the doctor’s face as he talks. Whatever the subject, the doctor seems to be laughing and smiling a lot. Valerie tends to have that effect on every man she meets. Valerie walks back in and gives you a peck on the cheek.<br /><br />
@@.hg;"The doctor told me the nurse will be in with the discharge paper work. In the meantime, I can go fill out your prescription and bring it over to your apartment,"@@ explains Valerie as she waves a prescription slip in her hand.<br /><br />
You're relieved Valerie is there to help you out.<br /><br />
<<if not $tasks.includes("medHypno")>><<set $tasks.push("medHypno")>><</if>>
<<set $hlvl to 0>>
<<set $maxhlvl to 150>>
<<set $minhlvl to 0>>
<<set $focuslvl to 50>>
<<set $maxFocus to 50>>
<<set $minFocus to -75>>
<br /><span class="link-masc"><<link "Go Back Home" "OnetimeBoard">><<set $eventCol.delete("gnoEnd")>><<set $eventCol.delete("faintingEvent")>><<set $eventCol.push("transing")>><<set $eventCol.push("boundInc2")>><<set $faintSpell to 0>><<set $femLvl to 1>><<set $pcAb.routine.watchedMedHyp to true>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("boundInc2")>>
You finally get home from the hospital. You're dreading what the medical bill will look like. The things the doctor said about you and your hormones have you confused. Maybe all the stress, hypnosis, and sexual exploring have created some sort of mental state that is causing your body to feminize itself. Seems unlikely, but maybe you're that one-in-a-million rare case.<br /><br />
You walk into the bathroom to take a shower. As you strip naked and catch a glimpse of yourself in the mirror: Your cock caged, body smooth and hairless, and your nipples swollen. You reach up and slightly stroke your erect nipples. The sensation is warm and tingly. You feel your cock begin to stir inside your chastity cage. It seems like your skin is slightly more sensitive than you remember it being. Now that you're conscious of your slightly swollen chest and nipples, you're suddenly much more aware of your body.<br /><br />
<img src="ast/img/s/softMaleMirror.png" /><br /><br />
You find yourself getting more and more aroused the longer you look at yourself. You continue to tweak your nipples and rub the heat in your chest. You feel something drop on your foot. You look down and see that your cock has begun to drizzle a little pre-cum from the tip of the cage. You realize you're going to have some focus issues if you keep teasing yourself and proceed to take a shower.<br /><br />
@@.hint;You find that your hormonal changes will really effect your focus levels and has made it possible for you to get hornier than ever before.@@<br /><br />
<<set $boundlvl to $boundlvl + 1>><<set $specInv.push("TBlocker")>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><<set $eventCol.delete("boundInc2")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("FireEvent")>>
Kevin stops you before you can clock-in to begin your shift. He begins to complain and berate you for your performance. Your mind starts to wonder as you wait for him to finish bitching so you can start working.<br /><br />
Then he fires you...<br /><br />
<img src="ast/img/s/youreFired.png" /><br /><br />
You look down at the paper he's just handed you in shock. It's a termination notice, effective immediately. You're speechless. You've rarely seen anyone get fired from Schaft-Mart, in fact you really got to try and be worthless just to get a write-up. Kevin barely attempts to hide his smirk as he studies your dumb-founded expression. He tells you to leave the store, go home, and think about your work ethic.<br /><br />
Before you can even open your car door you feel yourself begin to grow hot with overwhelming emotion.<br /><br />
What the hell are you going to do about rent?<br /><br />
You hold it together, as you make your way home, but find yourself calling Valerie.<br /><br />
@@.hg;"Hello?"@@<br /><br />
@@.pc;"Val, I-"@@ before you can even finish your sentence you burst into tears.<br /><br />
You feel surprised at how easily your emotions burst out of you as soon as you tried to speak.<br /><br />
@@.hg;"$pc, What's wrong? Are you ok?"@@<br /><br />
You blubber on between sobs, unloading all your anxiety and frustration through the phone like a whiney little bitch.<br /><br />
@@.pc;"These fucking hormones... I'm so sorry for this,"@@ you explain, trying to pull yourself together, @@.pc;"I've gotta figure out what I'm going to do about rent and all this medical debt."@@<br /><br />
@@.hg;"That's easy, just move in with me!"@@ exclaims Valerie.<br /><br />
You pause. Move in with Valerie? It's hard to believe that could be an option so early on in your relationship with her.<br /><br />
@@.hg;"C'mon, it'll be fun!"@@ she reassures you.<br /><br />
After talking with her, she offers to meet you at your apartment. When you finally pull up, she's waiting for you at the front door. You let her in and notice she's holding a bag.<br /><br />
@@.hg;"So... something I forgot to mention. My... dad kinda helps me out with the rent at my place... and he has a strict 'No Boys Allowed' policy when it comes to roommates. If I don't follow his rules, he stops paying my rent, so..."@@ she rustles the bag in her hand and passes it over to you.<br /><br />
Inside it is a girly crop top and some short denim shorts, a new bra and underwear set, and a little hair bow. At this point you're not a stranger to crossdressing but you're not sure what Valerie is insinuating.<br /><br />
@@.hg;"You can stay with me, but you'll need to pass yourself off as a girl. He doesn't have the best eyesight, so as long as you're dressed like a girl and act in a feminine way, you shouldn't have any problem tricking him"@@ she explains.<br /><br />
@@.hg;"Also there'll be some tasks I'll have for you to help you act as a girl even more convincingly!"@@ She exclaims.<br /><br />
On top of all this, you see that your medical bill has come in.<<set $pcAb.inDebt to true>><<set $debt to 200000>><br /><br />
You're now in $ $debt worth of medical debt! This is going to take some time to @@.hint;completely pay off@@.<br /><br />
You try to rationalize that it'll just be until you can get your debt paid off and a new place to rent from. You agree to her conditions as you slide into the cute girly outfit, and begin packing all but a single set of male clothes into boxes in anticipation of moving out...<br /><br />
<<set $pcAb.routine.useRazor to true>>
<<set $pcAb.routine.useRazorBH to true>>
<<set $pcAb.routine.useDeodorant to true>>
<<set $pcAb.routine.useToothpaste to true>>
<<set $pcAb.routine.useBodywash to true>>
<<set $pcAb.routine.useShampoo to true>>
<<set $pcAb.routine.useHealthfood to true>>
<<set $invs.razor.qty to 0>>
<<set $invs.deodorant.qty to 0>>
<<set $invs.toothpaste.qty to 0>>
<<set $invs.bodywash.qty to 0>>
<<set $invs.shampoo.qty to 0>>
<<set $femRoutine to {
"useMakeup" : false,
"useHair" : false,
"useEnema" : false
}>>
<<set $clothes to {"slobShirt00" : {"qty" : 0, "topType" : "slob"},
"slobPants00" : {"qty" : 0, "bottomType" : "slob"},
"briefs00" : {"qty" : 0, "smallType" : "slob"},
"slobShoes00" : {"qty" : 0, "shoeType" : "slob"},
"trendyShirt00" : {"qty" : 1, "topType" : "trendy"},
"trendyPants00" : {"qty" : 1, "bottomType" : "trendy"},
"boxers00" : {"qty" : 0, "smallType" : "fancy"},
"trendyShoes00" : {"qty" : 1, "shoeType" : "trendy"},
"fancyShirt00" : {"qty" : 0, "topType" : "trendy"},
"fancyPants00" : {"qty" : 0, "bottomType" : "trendy"},
"fancyShoes00" : {"qty" : 0, "shoeType" : "trendy"},
"croptop00" : {"qty" : 1, "topType" : "cute"},
"shortshorts00" : {"qty" : 1, "bottomType" : "cute"},
"cutebrapanties00" : {"qty" : 1, "smallType" : "cute"},
"flats00" : {"qty" : 1, "shoeType" : "cute"},
"dress00" : {"qty" : 1, "topType" : "sexy"},
"dress01" : {"qty" : 1, "topType" : "sexy"},
"dress02" : {"qty" : 1, "topType" : "sexy"},
"sexyStockings00" : {"qty" : 1, "bottomType" : "sexy"},
"sexyStockings01" : {"qty" : 1, "bottomType" : "sexy"},
"sexyStockings02" : {"qty" : 1, "bottomType" : "sexy"},
"brapanties00" : {"qty" : 1, "smallType" : "sexy"},
"brapanties01" : {"qty" : 1, "smallType" : "sexy"},
"brapanties02" : {"qty" : 1, "smallType" : "sexy"},
"highheels00" : {"qty" : 1, "shoeType" : "sexy"},
"highheels01" : {"qty" : 1, "shoeType" : "sexy"},
"highheels02" : {"qty" : 1, "shoeType" : "sexy"},
"bustier00" : {"qty" : 0, "topType" : "slutty"},
"skirt00" : {"qty" : 0, "bottomType" : "slutty"},
"thong00" : {"qty" : 0, "smallType" : "slutty"},
"stripperHeels00" : {"qty" : 0, "shoeType" : "slutty"},
"blazer00" : {"qty" : 0, "topType" : "professional"},
"pencilSkirt00" : {"qty" : 0, "bottomType" : "professional"},
"supportlingerie00" : {"qty" : 0, "smallType" : "professional"},
"lowheels00" : {"qty" : 0, "shoeType" : "professional"},
"clVest00" : {"qty" : 0, "topType" : "sporty"},
"clSkirt00" : {"qty" : 0, "bottomType" : "sporty"},
"spankies00" : {"qty" : 0, "smallType" : "sporty"},
"trainers00" : {"qty" : 0, "shoeType" : "sporty"},
"shapeWear00" : {"qty" : 0, "smallType" : "shaper"},
"buttplug00" : {"qty" : 1, "rearType" : "plug"},
"vibeplug00" : {"qty" : 0, "rearType" : "plug"},
"tailplug00" : {"qty" : 0, "rearType" : "tail"},
"hairBow00" : {"qty" : 0, "HairAccType" : "cute"},
"hairClips00" : {"qty" : 0, "HairAccType" : "classy"},
"cheapEarring00" : {"qty" : 0, "EarPrcType" : "cheap"},
"cheapTonguering00" : {"qty" : 0, "TonguePrcType" : "cheap"},
"cheapNipplering00" : {"qty" : 0, "NipPrcType" : "cheap"},
"cheapBellyring00" : {"qty" : 0, "NipBellyType" : "cheap"},
"classyEarring00" : {"qty" : 0, "EarPrcType" : "classy"},
"classyTonguering00" : {"qty" : 0, "TonguePrcType" : "classy"},
"classyNipplering00" : {"qty" : 0, "NipPrcType" : "classy"},
"classyBellyring00" : {"qty" : 0, "BellyType" : "classy"},
"sluttyEarring00" : {"qty" : 0, "EarPrcType" : "slutty"},
"sluttyTonguering00" : {"qty" : 0, "TonguePrcType" : "slutty"},
"sluttyNipplering00" : {"qty" : 0, "NipPrcType" : "slutty"},
"sluttyBellyring00" : {"qty" : 0, "BellyType" : "slutty"},
"nullplug00" : {"qty" : 0, "rearType" : "emptyNaked"},
"nullwig00" : {"qty" : 0, "HairAccType" : "emptyNaked"},
"straightLob00" : {"qty" : 0, "HairAccType" : "professional"},
"lowBun00" : {"qty" : 0, "HairAccType" : "professional"},
"undoneCurls00" : {"qty" : 0, "HairAccType" : "professional"},
"ribbon00" : {"qty" : 0, "HairAccType" : "sporty"},
"nullEarring00" : {"qty" : 0, "EarPrcType" : "emptyNaked"},
"nullTonguering00" : {"qty" : 0, "TonguePrcType" : "emptyNaked"},
"nullNipplering00" : {"qty" : 0, "NipPrcType" : "emptyNaked"},
"nullBellyring00" : {"qty" : 0, "BellyType" : "emptyNaked"},
}>>
<<set $topInv.delete("slobShirt00")>>
<<set $topInv.delete("fancyShirt00")>>
<<set $topInv.push("croptop00")>>
<<set $bottomInv.delete("slobPants00")>>
<<set $bottomInv.delete("fancyPants00")>>
<<set $bottomInv.push("shortshorts00")>>
<<set $shoeInv.delete("slobShoes00")>>
<<set $shoeInv.delete("fancyShoes00")>>
<<set $shoeInv.push("flats00")>>
<<set $smallInv.delete("briefs00")>>
<<set $smallInv.delete("boxers00")>>
<<set $smallInv.push("cutebrapanties00")>>
<<set $hairaccInv.push("hairBow00")>>
<<set $imgLinks.srcTop to "ast/img/s/croptop00.png">>
<<set $invs.topWear.Id to "croptop00">>
<<set $invs.topWear.topType to "cute">>
<<set $imgLinks.srcBottom to "ast/img/s/shortshorts00.png">>
<<set $invs.bottomWear.Id to "shortshorts00">>
<<set $invs.bottomWear.bottomType to "cute">>
<<set $imgLinks.srcShoe to "ast/img/s/flats00.png">>
<<set $invs.shoes.Id to "flats00">>
<<set $invs.shoes.shoeType to "cute">>
<<set $imgLinks.srcUW to "ast/img/s/cutebrapanties00.png">>
<<set $invs.smallWear.Id to "cutebrapanties00">>
<<set $invs.smallWear.smallType to "cute">>
<<set $imgLinks.srcHairAcc to "ast/img/s/hairBow00.png">>
<<set $invs.hairAcc.Id to "hairBow00">>
<<set $invs.hairAcc.HairAccType to "cute">>
<<set $trainingSkills to {"begMakeUp" : { "lvl" : 3, "maxLvl" : 3},
"highHeels" : { "lvl" : 3, "maxLvl" : 2},
"begManners" : { "lvl" : 3, "maxLvl" : 3},
"outsideCD" : { "lvl" : 3, "maxLvl" : 1},
"begFlirt" : { "lvl" : 3, "maxLvl" : 4},
"voiceControl" : { "lvl" : 3, "maxLvl" : 3},
"sissDance" : { "lvl" : 0, "maxLvl" : 3},
"bjPractice" : { "lvl" : 0, "maxLvl" : 3},
"sissSquats" : { "lvl" : 0, "maxLvl" : 3},
"vibratorPractice" : { "lvl" : 0, "maxLvl" : 3},
}>>
<<set $tasks.delete("medHypno")>>
<<set $tasks.delete("bh")>>
<<set $tasks.delete("wearPanties")>>
<<set $tasks.delete("ChastityWeek1")>>
<<set $tasks.delete("begMakeUp")>>
<<set $tasks.delete("highHeels")>>
<<set $tasks.delete("begManners")>>
<<set $tasks.delete("getPartyOutfit")>>
<<set $tasks.delete("getShapeWear")>>
<<set $tasks.delete("outsideCD")>>
<<set $tasks.delete("begFlirt")>>
<<set $tasks.delete("voiceControl")>>
<<set $tasks.delete("buyAndUseVibrator")>>
<<set $tasks.push("payMedDebt")>>
<<set $eventCol.pushUnique("limitMenClothes")>>
<<set $advSkills to []>>
<br /><span class="link-masc"><<link "Inform Your Landlord You're Moving Out" "OnetimeBoard">><<set $eventCol.delete("FireEvent")>><<set $eventCol.delete("preFire")>><<set $eventCol.push("fired")>><<set $eventCol.push("landLordEvent")>><<set $eventCol.push("noEvaluate")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("landLordEvent")>>
You turn your notice into the landlord. He is predictable very pissed off. He angrily yet slowly begins pecking away at his keyboard until he's able to print out an invoice of all the fees you owe.<br /><br />
@@.pc;"What the fuck?! I can't possible pay all this!"@@ you exclaim as you review the laundry list of things the landlord is charging you for.<br /><br />
@@.ll;"When ya break a rennal agreement, thissis what happens,"@@ he snaps back angrily.<br /><br />
@@.pc;"Fuck,"@@ you mutter under your breath.<br /><br />
There's a brief pause. You suddenly become aware at how the landlord has been leering at you in your cute girl outfit.<br /><br />
@@.ll;"I tell ya what, ya do me a little favor, and I'll take what ya can afford ta pay, an call it even"@@ he says as he anxiously licks his lips like a starving wolf while patting his crotch.<br /><br />
You realize you can just give the dirty old bastard a little show and get out of going into even more debt. Doing like you've done in the past, you give him a little strip tease. He makes a few comments about your "limp dick in a cage" as he pulls down his dirty sweatpants, revealing his wrinkly old cock. Normally he's already stroking himself by this point, but this time he puts his hands on his hips and looks at you expectantly.<br /><br />
@@.ll;"Well? C'mon fag, it's gonna take more thana lil' dancing to get out of this one. Come'ere and give it a few tugs,"@@ he says impatiently as he waves his cock at you.<br /><br />
You realize you're going to have to touch a cock that isn't your own. You remember how mortified you felt when Ramone was "accidentally" rubbing his bulge against you during that photoshoot. But there's no pretense of "accidents" here. This old bastard wants you to jerk him off. You take a deep breath, you try to mentally distance yourself from the act as your hand wraps around the landlord’s semi-hard chubby cock. His cock seems to instantly stiffen as soon as you touch it.<br /><br />
You begin to stroke his cock. He grunts as he gets a handful of your ass cheek and pulls you a little closer. His cock pokes you in the thigh as you try to lean away from him.<br /><br />
<video src="ast/img/landlordHJ.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.ll;"Yeah, keep going you little faggot slut,"@@ he says, grunting irregularly as he seems to get harder and harder.<br /><br />
Then he grows very quiet before squeezing your ass hard and cumming a few spurts on to your bare thigh. You feel his warm rivulets splatter against your smooth skin begin to run down your leg and you feel like you might be sick. You grab a handful of tissues of his desk and begin wiping away his burst of passion.<br /><br />
This whole harrowing experience has helped to control your horniness and restore all your focus… for now.<br /><br />
<br /><span class="link-fem"><<link "Move In with Valerie" "ChangeClothes">><<set $hgHappylvl to 3>><<set $eventCol.delete("landLordEvent")>><<set $eventCol.delete("getGirlNumbers")>><<set $eventCol.push("STasksEvent")>><<set $eventCol.pushUnique("initNewLife")>><<set $sWeek to 0>><<set $wallet to 0>><<set $hlvl to $minhlvl>><<set $focuslvl to $maxFocus>> <</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("STasksEvent")>>
<<if $sWeek is 0>>
Valerie lays down a few ground rules. Since you'll be staying rent free, she expects you to live with her as a female roommate so as not to arouse her father's suspicions. You must be well groomed at all times. When you leave your room, you must present yourself as a girl just in case her father stops by.<br /><br />
Valerie also explains that she'll have a collection of other tasks for you to perform throughout the week to help you get into the mindset of what being a girl is like.<br /><br />
She explains that she can't leave anything to chance when it comes to her father.<br /><br />
You reluctantly agree. You've already been crossdressing and acting feminine around Valerie quite a bit anyway, at least you'll be saving a ton of money on rent and it'll help you pay down your debt that much faster.<br /><br />
<<if $currentDay isnot 5>>
<<set $currentDay to 5>><<set $obLevel to 0>>
You spend the next few days getting settled into your new room inside Valerie's nicely furnished house.<br /><br />
<</if>>
<<elseif $sWeek is 1>>
-2nd week!
--introduces VR tasks
<<elseif $sWeek is 2>>
-3rd week!
--introduces shemale tasks
<</if>>
<br /><span class="link-fem"><<link "Move In with Valerie" "Home">><<set $eventCol.delete("STasksEvent")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("exJobInterview0")>><<set $currentTime to $currentTime + 8>>
<<if $pcAb.outerWear is "sexyClothes">>
You strut into the local Bonederson's super market, dressed up like a sexy party girl. You quickly realize how innapropriately you're dressed for the situation but you don't have enough time to go back home to fix your mistake now.<br /><br />
When you walk into the manager's office he does a double-take, obviously not expecting someone dressed up for a hot date at a nice restaurant to stroll through his door.<br /><br />
He jumps out of his seat and awkwardly shakes your hand as he attempts to control his shock, "Hello... I-I'm Roger and I'm a... uh... assistant manager here at Bonederson's"<br /><br />
You smile, you find the effect you have on men empowering. You think it's kinda cute how he stumbles all over himself to be super polite to you. You even catch him checking out your cleavage. Even if it is just being artificially created due to the shapewear you have on, he doesn't seem to notice.<br /><br />
@@.pc;"Hello Roger, I'm $pc,"@@ you say, instinctively using your well-practiced feminine voice.<br /><br />
Roger suddenly looks confused as he reviews your application. His eyes dart to you, then back at the paper in his hands. You then notice him examining your body again. That familiar look of lust no longer seems to illuminate his face. Instead, you see a creeping panic and disgust creep across his expression.<br /><br />
You squirm a bit uncomfortably as the silence hangs in the air.<br /><br />
"I-I'm sorry... uh... $pc ... it shows here your name is $pcOldName . Is that a nickname?" ask Roger.<br /><br />
Your face grows pale as you realize you filled the application out using your male name, and likely filled out your gender as male too! You see now that Roger must know you're really a dude.<br /><br />
@@.pc;"Y-yes, that's just a nickname people use for...haha,"@@ you laugh nervously.<br /><br />
You and Roger fumble awkwardly through a few more questions, but it's obvious he knows you're some kind of sexual deviant and has no interest in hiring you. <br /><br />
With some clear inner conflict warring across his face, Roger bids you farewell, "We have some more applicants to interview, I'll let you know how it goes."<br /><br />
You curse your stupidity for showing up dressed as a girl while applying as a guy.<br /><br />
<<elseif $pcAb.outerWear is "cuteClothes">>
You strut into the local Bonederson's super market, dressed up like a cute girl-next-door. You quickly realize that what you're wearing is not really appropriate for the situation but you don't have enough time to go back home to fix your mistake now.<br /><br />
When you walk into the manager's office he does a double-take, obviously not expecting someone dressed up so cute, if not a bit revealing.<br /><br />
He jumps out of his seat and awkwardly shakes your hand as he attempts to control his surprise, "Hello... I-I'm Roger and I'm a... uh... assistant manager here at Bonederson's"<br /><br />
You smile, you find the effect you have on men empowering. You think it's kinda precious how he stumbles all over himself to be super polite to you. You even catch him checking out your chest. Even if it is just being artificially created due to the shapewear you have on, he doesn't seem to notice.<br /><br />
@@.pc;"Hello Roger, I'm $pc,"@@ you say, instinctively using your well-practiced feminine voice.<br /><br />
Roger suddenly looks confused as he reviews your application. His eyes dart to you, then back at the paper in his hands. You then notice him examining your body again. That familiar look of lust no longer seems to illuminate his face. Instead, you see a creeping panic and disgust creep across his expression.<br /><br />
You squirm a bit uncomfortably as the silence hangs in the air.<br /><br />
"I-I'm sorry... uh... $pc ... it shows here your name is $pcOldName . Is that a nickname?" ask Roger.<br /><br />
Your face grows pale as you realize you filled the application out using your male name, and likely filled out your gender as male too! You see now that Roger must know you're really a dude.<br /><br />
@@.pc;"Y-yes, that's just a nickname people use for...haha,"@@ you laugh nervously.<br /><br />
You and Roger fumble awkwardly through a few more questions, but it's obvious he knows you're some kind of sexual deviant and has no interest in hiring you. <br /><br />
With some clear inner conflict warring across his face, Roger bids you farewell, "We have some more applicants to interview, I'll let you know how it goes."<br /><br />
You curse your stupidity for showing up dressed as a girl while applying as a guy.<br /><br />
<<elseif $pcAb.outerWear is "mismatch">>
You walk in to Bonederson's dressed like an idiot. Your style doesn't match at all. What were you thinking? It's apparent from people's stares that this was a major blunder. You don't even manage to make it back to the manager's office before deciding you've alreday screwed this one up.<br /><br />
You abruptly turn around and leave, your face red with shame as you overhear people whispering about how ridiculous you look.<br /><br />
<<else>>
You walk in to Bonederson's dressed as a man. You feel weirdly disconnected and distant as you make your way to the rear of the store where the manager's office is.<br /><br />
A man welcomes you in, "Hello, I'm Roger and I'm an assistant manager here at Bonederson's"<br /><br />
@@.pc;"Hello Roger, I'm $pcOldName,"@@ you say, as you consciously stutter around using your regular masculine voice after weeks of practicing with your girly one.<br /><br />
Roger proceeds to ask you a series of boilerplate interview questions but you find it difficult to engage with him as your pants constantly seem to tap and tug at your caged cock.<br /><br />
<<if $invs.rear.rearType is "plug">>As you shift around, you feel your butt plug press and tease against your prostate, further distracting you from the task at hand.<br /><br /><</if>>
After what seems like an eternity, Roger wraps up the interview. He seems irritated at how distracted and distant you were and all but directly tells you not to worry about a call back...<br /><br />
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><<set $eventCol.delete("exJobInterview0")>><<set $eventCol.delete("jobInterview0")>><<set $eventCol.push("failedInterview0")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("exJobInterview1")>><<set $currentTime to $currentTime + 8>>
<<if $pcAb.outerWear is "sexyClothes" or $pcAb.outerWear is "cuteClothes">>
You walk up to the law firm of Ben, Dover, & Taketa dressed like a <<if $pcAb.outerWear is "sexyClothes">>sexy<<else>>cute<</if>> girl. <br /><br />
The receptionist smiles at you warmly, "Hello there sweetie, you must be $pc ."<br /><br />
You nod demurely and smile.<br /><br />
"Oh very good, I can already tell that Mr. Ben is going to like you," assures the receptionist.<br /><br />
You're a bit alarmed at what that means but just laugh in response, @@.pc;"Oh I hope so!"@@<br /><br />
The receptionist ushers you in to a well-furnished office where a well-groomed man casually glances over at you from behind a large wooden desk featured prominently in the center of the room.<br /><br />
"Thank you, love. That'll be all," replies the man as he dimisses the receptionist.<br /><br />
As the receptionist closes the door behind you, the man motions for you to step closer to the desk. You notice there's no place for you to sit, so instead you just stand there with your hands clasped politely in front of you.<br /><br />
"Ah, she's a sweetheart isn't she? But, sadly, she's not as young as she used to be, not as fast, and I need someone who can be fast and loose... uh.. what did you say your name was?" asks the man sternly.<br /><br />
@@.pc;"$pc"@@<br /><br />
"$pc , you can be fast... and loose for me... right? With the right attitude, with the right attention to detail..." the man steps from his desk as he speaks to you, prowling around you like a predator, "a girl like you could really get ahead."<br /><br />
He stops mere inches behind you, the smell of his cologne wafts into your nose. He's not a bad looking guy... No, stop that. Stop that right now.<br /><br />
"You seem a little tense, darling," he says as you feel him being to massage your shoulders.<br /><br />
You jump a little at his touch, but you find his strong hands strangely comforting.<br /><br />
"That's it, sweetheart, just relax. Can't have my girls getting stressed out, can we?" he says.<br /><br />
You suddenly feel something hard resting against the shapewear on your ass. Is that his erection? Your thoughts flit to those deviant images of cocks and you feel a slight wetness escape the tip of your caged penis.<br /><br />
<img src="ast/img/s/interviewErection.png" /><br /><br />
Oh no.<br /><br />
Suddenly his hands roam down the front of your top, cupping your fake, shapewear-enhanced, tits. He doesn't seem to immediately notice they're fake, but he does linger on them more with confusion than arrousal.<br /><br />
"Last girl that was in here didn't have the right attitude, but you look to be a team player," he says as he nibbles on your ear.<br /><br />
Suddenly you feel his hand brush against your crotch.<br /><br />
He suddenly staggers backwards in horror.<br /><br />
"What the fuck," he yells, losing his composure.<br /><br />
You're suddenly afraid you're about to get your ass kicked.<br /><br />
The man takes a breath, and just as quickly as his temper flared, he is calm again. He smooths out the front of his expensive suit.<br /><br />
"Well, you're not quite what I expected. I'll admit you had me fooled, and that type of skill can be profitable. However... we're looking for the genuine article. I would suggest using Breaker's Temp Agency, mention you've got a little something special. I think you'll have better luck in your job search," explains the man.<br /><br />
You're a bit shaken up but find his advice and rejection strangely comforting. You awkwardly thank him and leave the law firm.<br /><br />
<<elseif $pcAb.outerWear is "mismatch">>
You walk up to the law firm of Ben, Dover, & Taketa dressed like an utter fool. The receptionist raises an eyebrow and kindly asks you to leave, not even allowing you to get a word in edge-wise about your interview.<br /><br />
What a waste of time and what an amazing way to ruin such a great opportunity.<br /><br />
<<else>>
You walk up to the law firm of Ben, Dover, & Taketa dressed like an man. You inform the receptionist that you're here for the interview.<br /><br />
She eyes you with suspicion, "There must be a mistake, it says here your name is $pc,"<br /><br />
You realize you've come dressed as a male to an interview meant for a woman.<br /><br />
@@.pc;"Ha... that's... that's me,"@@ you laugh nervously.<br /><br />
The reception nods slowly as she picks up the phone and queitly murmurs something on the other end. It's hard to make out what she's saying but you're almost certain it's something to the effect of "it's just some guy with a girly name".<br /><br />
"I'm sorry, $pc , it appears we're going to need to reschedule. Something just came up that requires Mr. Ben's full attention. I'm sure you understand," explains the receptionist in a hurried fashion.<br /><br />
@@.pc;"Ah ok... uh should I call to reschedule-"@@ you beging to say.<br /><br />
"Oh no no, that won't be necessary, we'll call you!" exclaims the receptionist as she motions towards the exit.<br /><br />
You know what that means. You nod dejectedly as you shuffle out the door. Another interview ruined by poor clothing choice.<br /><br />
<</if>>
<span class="link-fem"><<link "Go Back Home" "Home">><<set $eventCol.delete("exJobInterview1")>><<set $eventCol.delete("jobInterview1")>><<set $eventCol.push("failedInterview1")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("exAdvFemlvl2")>>
You climb out of your nice fluffy white bed that Valerie has so graciously provided for you, and shuffle into the bathroom. It smells like a cornucopia of exotic floral scents.<br /><br />
All super girly of course, not that it surprises you anymore. After all, you haven't smelled like a man in months.<br /><br />
You examine yourself in the mirror, pinching and prodding at your skin. The strict diet that Valerie has you on has definitely caused your waist to slim down, however it seems like you've put on a little weight on your butt. You poke your ass, it's firm from all the training you've done recently, but unmistakeably round.<br /><br />
<img src="ast/img/s/mtf0.png" /><br /><br />
Then you notice your nipples. Swollen just like they've been for a few weeks, but to your horror you think you see a slight "bud" of fat forming underneath them.<br /><br />
<img src="ast/img/s/mtf1.png" /><br /><br />
You cup the tiny formations of fat, they wouldn't be noticeable with clothes on (which it's why maybe you didn't notice them before) but in the cold bright light of the bathroom mirror, under close inspection, you definitely see <i>something</i> growing here.<br /><br />
You've been taking your prescription daily as the doctor prescribed, yet here you are... looking at a pair of developing bitch tits. As you cup them, you find that your fingers slowly fumble over your sensitive nipples more and more.<br /><br />
It feels really good...<br /><br />
You feel a slight ache in your cock, but you notice it doesn't struggle to stiffen like it used to, just stir and throb. Weirdly enough, you feel that familiar sexual desire not around the tip of your cock like normal... but further up... like a throbbing just behind your balls.<br /><br />
Maybe it's always been there, but now you're far more aware of it. All that time spent having your prostate rubbed has rewired where you perceive pleasure.<br /><br />
You tug on your cage with one hand as you continue to play with your nipple with the other. The hard plastic cage is unyielding, this is so frustrating! You just want to touch your own cock for once!<br /><br />
Dammit!<br /><br />
<<if $invs.rear.rearType is "plug">>
As you groan with frustration, your hand wanders back to the plug in your ass. You push on it, and it in turn slides against your prostate. Oh yes... that feels nice. You keep pushing on it in a steady rhythm as your breathing grows heavy. <br /><br />
<<else>>
As you groan with frustration, your hand reaches back to your asshole and teases the rim. You look around, as if afraid of being caught, before spitting on your own fingers and sliding two of them up your rear. It's awkward but you can just slightly tap against that magic patch of flesh inside your round little ass that sends little ripples of pleasure through your body.<br /><br />
<</if>>
You can feel little beads of precum drip from the tip of your caged cock. A soft moan escapes your lips as you bend over slightly, back arched, ass out, legs spread. You pant, the sexual pressure between your thighs growing stronger and more desperate. You close your eyes, flashing images of cocks and semen worm their way into your mind, all that hyponsis porn and VR training has perverted your sensibilities.<br /><br />
For a brief moment you wish you had a real cock inside you, maybe a cute little cock like Lily's...<br /><br />
@@.hg;"Oh my aren't we having fun,"@@ purrs a familiar voice.<br /><br />
You hand quickly drops away from your ass as you shoot to attention.<br /><br />
@@.pc;"Val!"@@ you exclaim.<br /><br />
@@.hg;"Oh you didn't have to stop baby, you looked so hot just now. You must've really enjoyed our little threesome,"@@ giggles Valerie.<br /><br />
A shade of red creeps across your face and chest.<br /><br />
@@.hg;"Did you get up in the middle of the night just to masturbate in front of a mirror?"@@ she teases.<br /><br />
@@.pc;"N-no, I've... I've been feeling weird ever since that hospital stay... and it looks like that prescription the doctor gave me isn't strong enough,"@@ you explain as you cup the tiny bits of fat jutting ever so slightly from your chest.<br /><br />
@@.hg;"Aw those are so cute!"@@ squeals Valerie.<br /><br />
@@.pc;"Valerie this is serious! I don't want manboobs!"@@ you cry.<br /><br />
@@.hg;"$pc , I'm sure it's nothing to worry about. Remember the doctor said it would take some time to get your hormones in balance. I mean... you might as well enjoy them while they last, right?"@@ reassures Valerie as she saunters up to you, batting her eyelashes.<br /><br />
You begin to respond but Valerie leans in and sucks on one of your nipples. In your hyper arroused state, the sensation blanks out your mind. You close your eyes as you feel her tongue swirl and suck on your defenseless nip. She grabs you by the ass cheeks, spreading them as she pulls you close. The combination of vulnerability and sensuality causes you to moan.<br /><br />
@@.hg;"See what I mean?"@@ she says as she breaks suction with your soft chest with a loud pop, @@.hg;"Ok, I'm going back to bed. Be a good girl and get some rest yourself.@@ @@.hint;I think my father might be in town, so I need you to put all that hard girl training to good use"@@<br /><br />
You sigh with disappointment and sexual frustration. You resolve to go see the doctor again if your little tits decide to get any bigger.<br /><br />
This realization has @@.hint;increased your overall level of femininity.@@<br /><br />
@@.hg;"Oh! Almost forgot, there's something I wanted to show you,"@@ says Valerie as she motions you towards your room.<br /><br />
<br /><span class="link-fem"><<link "See What She's Going to Show You" "OnetimeBoard">>
<<set $eventCol.delete("exAdvFemlvl2")>>
<<set $eventCol.pushUnique("actCSystem")>>
<<set $femLvl to 2>>
<<set $DWeek to 0>>
<<set $dImpress to "Ambivalent">>
<<set $eventCol.push("DIsHere")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("actCSystem")>>
@@.hg;"See this, $pc ?@@ asks Valerie as she sweeps her arm towards the large wardrobe in your room.<br /><br />
<img src="ast/img/s/sissWardrobe.png" /><br /><br />
You nod in affirmation, unsure of where she's going with this.<br /><br />
@@.hg;"What is this?"@@ she asks, an expectant smile on her face.<br /><br />
You take a moment to ponder, wondering what game she's playing but tentatively reply, @@.pc;"Uh... a wardrobe?"@@<br /><br />
@@.hg;"Yes! And one that you're not using properly!"@@ she exclaims as she throws open the upper cabinet and lower drawers of your wardrobe, revealing a disorganized heap of clothes.<br /><br />
@@.hg;"This type of thing might've been ok when you were just a single guy living by yourself. But a proper sissy girl must keep her clothing organized and ready!"@@ exclaims Valerie.<br /><br />
@@.pc;"Ready? Ready for what?"@@ you ask, almost dreading the answer.<br /><br />
@@.hg;"Life! Love! Parties! Whatever you have to do! I'm going to show you how to use this thing properly, a good sissy should have an outfit ready for any occasion!"@@<br /><br />
You nod with hesitation as Valerie pulls you closer and carefully shows you the finer points of putting an outfit together and having it ready to put on quickly and easily.<br /><br />
After discussing the finer points of girly fashion with Valerie @@.hint; you find you can now prepare outfits ahead of time, so that you can easily switch between them.@@ All you have to do now is @@.hint;Change Clothes@@ to begin setting up your outfits using the skills Valerie taught you.<br /><br />
<br /><span class="link-fem"><<link "Go Back To Bed" "Home">>
<<set $eventCol.delete("actCSystem")>>
<<set $eventCol.pushUnique("CSystem")>>
<<set $skills.pushUnique("CSystem")>>
<<set $warTrendyTopImg to "ast/img/s/trendyShirt00.png">>
<<set $warTrendyTopId to "trendyShirt00">>
<<set $warTrendyBottomImg to "ast/img/s/trendyPants00.png">>
<<set $warTrendyBottomId to "trendyPants00">>
<<set $warTrendyShoeImg to "ast/img/s/trendyShoes00.png">>
<<set $warTrendyShoeId to "trendyShoes00">>
<<set $warTrendyHairAccImg to "ast/img/s/emptyNaked00.png">>
<<set $warTrendyHairAccId to "emptyNaked00">>
<<set $warCuteTopImg to "ast/img/s/croptop00.png">>
<<set $warCuteTopId to "croptop00">>
<<set $warCuteBottomImg to "ast/img/s/shortshorts00.png">>
<<set $warCuteBottomId to "shortshorts00">>
<<set $warCuteShoeImg to "ast/img/s/flats00.png">>
<<set $warCuteShoeId to "flats00">>
<<set $warCuteUWImg to "ast/img/s/cutebrapanties00.png">>
<<set $warCuteUWId to "cutebrapanties00">>
<<set $warCuteHairAccImg to "ast/img/s/hairBow00.png">>
<<set $warCuteHairAccId to "hairBow00">>
<<set $warSexyTopImg to "ast/img/s/dress00.png">>
<<set $warSexyTopId to "dress00">>
<<set $warSexyBottomImg to "ast/img/s/sexyStockings00.png">>
<<set $warSexyBottomId to "sexyStockings00">>
<<set $warSexyShoeImg to "ast/img/s/highheels00.png">>
<<set $warSexyShoeId to "highheels00">>
<<set $warSexyUWImg to "ast/img/s/brapanties00.png">>
<<set $warSexyUWId to "brapanties00">>
<<set $warSexyHairAccImg to "ast/img/s/emptyNaked00.png">>
<<set $warSexyHairAccId to "emptyNaked00">>
<<set $eventCol.pushUnique("limitMenClothes")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("initIzzy")>>
From the list of contacts Valerie gave you, you decide to give Izzy a call. You think back to those big juicy breasts of hers... absolute perfection.<br /><br />
<video src="ast/img/izzDistractMem.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<if not $eventCol.includes("talkedToIzzy")>>
<<if $femLvl is 2>>
Since this is the first of Valerie's contacts that you've decided to call, you can't help but wonder what kind've training Izzy will have in store for you. You imagine it'll be some feminizing series of tasks not unlike what you've completed for Valerie. You're not thrilled about that idea so you resolve that if the money doesn't match the task... that you'll just turn her down. Simple as that... right?<br /><br />
<<elseif $femLvl is 3>>
You've done this once before with another one of Valerie's contacts, and it was nice seeing your debt drop down a significant amount. But... some part of your masculine dignity begs you to turn away... to figure things out on your own. You push the thought from your mind for now, whatever is in store, you can handle it...
<<else>>
-to be implemented
<</if>>
<<else>>
You remember from the last time you spoke with her that Izzy wanted some help with her real estate business...<br /><br />
<</if>>
<b>RING RING</b><br /><br />
<img src="ast/img/s/gnoIzzy.png" /><br /><br />
<<if not $eventCol.includes("talkedToIzzy")>>
@@.izz;"Hello?"@@ asks an unmistakeably feminine voice.<br /><br />
@@.pc;"Uh... hi... may I speak to Isabella?"@@ you ask, your nervousness suddenly jumping into your brain and disrupting your ability to form words.<br /><br />
@@.izz;"Yes, this is Izzy... I recognize that little falsetto voice... $pc , is that you?"@@ replies Izzy, a slight Spanish accent decorating the flow of her sentence.<br /><br />
You're relieved you don't have to awkwardly explain who you are, @@.pc;"Yes, hey Izzy... uh... Val told me you might have a business opportunity for me?"@@<br /><br />
@@.izz;"A business opportunity, eh? That's one way to put it, mamacita. Valerie says you're looking to be trained up like a good little chimba,"@@ laughs Izzy.<br /><br />
@@.pc;"A... Chimba?"@@ you respond.<br /><br />
She just sighs, @@.izz;"You know mami, like a little miss thang... like a hot piece of ass. Don' worry I'll take care of you. By the time I'm through with you, you'll be turning heads and breaking hearts in no time"@@<br /><br />
@@.pc;"Oh... uh"@@<br /><br />
@@.izz;"An' don' worry, it's going to be so good for you. You do well with my training, you help me out closing some deals, and I'll pay thirty-thousand dollars down on your little medical debt problem,"@@ reassures Izzy.<br /><br />
Wow, she already knows about your medical issue, thanks alot Valerie... but damn, $30k? That's a serious chunk of change. Valerie wasn't kidding when she said you would be making some money.<br /><br />
<<else>>
@@.izz;"Ah $pc , I knew you'd come back to me, mami. Are you ready to go to work for me?"@@ asks Izzy enthusiastically, barely giving you a chance to greet her<br /><br />
<</if>>
@@.izz;"Ok so listen, I work in real estate and I know how to close a deal, you know what I mean, mami? But every now and then I get a difficult client that I need a little help convicing to sign on the dotted line, you know? That's where you come in, I'll help you get ready to be my little realtor assistant, we'll go out, show some homes, and get these guys to buy buy buy!"@@ exclaims Izzy.<br /><br />
So far what she's saying doesn't sound too bad, @@.pc;"Okaaaay..."@@<br /><br />
@@.izz;"You know what they say, baby. Sex sells, and my curves have earned me a lot of commission over the years, you know what I mean, mami? I'm not saying you have to sleep with nobody, but you need to take your game to the Next Level,@@ explains Izzy, as she emphasizes the term <i>Next Level</i>.<br /><br />
And there it is, sounds like you'll be getting trained up to manipulate guys into doing things they wouldn't normally do... a story you can relate to.<br /><br />
@@.izz;"So what do you say, $pc , are we going to close some deals together?"@@<br /><br />
<span class="link-fem"><<link "Agree to be trained by Izzy" "OnetimeBoard">>
<<set $eventCol.delete("initIzzy")>><<set $eventCol.push("agreeIzzy")>><<set $eventCol.delete("talkedToIzzy")>>
<</link>></span><br /><br /><br />
<span class="link-masc"><<link "On second thought, maybe you should think this over" "OnetimeBoard">>
<<set $eventCol.delete("initIzzy")>><<set $eventCol.push("disagreeIzzy")>><<set $currentSMaster.delete("Izzy")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("agreeIzzy")>>
@@.izz;"Ha ha! I knew you couldn't say no to me. Ok, if you have time today, come by my office. Don't worry I have the place all to myself, because I'm a boss like that, baby. I'll text you the address. Hasta pronto, $pc"@@ exclaims Izzy gleefully.<br /><br />
<span class="link-fem"><<link "Well this should be interesting..." "Home">><<set $eventCol.delete("agreeIzzy")>><<set $eventCol.push("izzyP1")>><<set $studiedRE to false>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("disagreeIzzy")>>
@@.izz;"Ah that's a real shame, mami. No hard feelings though, give me a call when you change your mind... I know you will"@@<br /><br />
<span class="link-masc"><<link "Sure, talk to you later Izzy..." "Home">><<set $eventCol.delete("disagreeIzzy")>><<set $eventCol.push("talkedToIzzy")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("izzyFinishTraining")>>
@@.pc;"H-how do you like the house so far?"@@ you ask, as you lightly run your hand up the side of your blouse, your fingertip slightly brushing the visible skin of your chest.<br /><br />
Mr. Trampador seems obviously distracted by how dark it is in the room, but subconsciously watches your hand. His eyes linger on your cleavage.<br /><br />
@@.mrt;"Oh it's... quite lovely,"@@ he replies, as he locks eyes with you.<br /><br />
He suddenly feels large powerful... and you can't deny how wildly excited you are. You try to clear your mind, try to keep your goal in mind. You just need to get a little photo or video or <i>something</i> to get this guy to buy this damn house.<br /><br />
You suddenly remember the alcohol.<br /><br />
@@.pc;"Would you care for a drink, Mr. Trampador?"@@ you ask as innocently as possible, attempting to mask your nervousness.<br /><br />
Mr. Trampador seems surprised by the suggestion... but then you see an eager realization creep over his face. He looks at you with predator intent, @@.mrt;"that would be great, $pc."@@<br /><br />
You unscrew the cap to the bottle of booze and begin to pour a shot for yourself and about three times the amount for Mr. Trampador. You sense that he's come up behind you, the smell of his cologne is inescapable. You turn toward him, a drink in each hand. He stands just inches from you as you hand him his glass.<br /><br />
He doesn't seem to notice or care that you've poured way more for him.<br /><br />
He takes a sip, @@.mrt;"Wow! This... I usually don't drink stuff like this straight up. Whew!"@@<br /><br />
You follow suit, quickly downing your meager shot. The firey liquid seems to explode in the back of your throat, temporarily taking your breath away as your brain struggles to regain composure. You laugh and smile, as the alcohol burn subsides.<br /><br />
He smiles at you and with some effort, chugs the remainder of his share. He grits his teeth as the burn washes over him. You smile awkwardly as the booze works it's magic. Your nervouness washes away and you feel a sense of empowerment. Mr Trampador smiles, he starts to say something but you decide to take the initiative.<br /><br />
You reach up and unbutton the buttons on your blazer, letting your arificially inflated breasts push the professional top open like a pair of barn doors. Mr. Trampador is surprised by your sudden display, but he doesn't seem dissapointed.<br /><br />
@@.pc;"So sorry, Mr. Trampador, I seem to have forgotten my skin care regimen this morning,"@@ you lie boldly as you rap your fingers against the side of the bottle of olive oil.<br /><br />
@@.mrt;"Well I wouldn't want you to neglect that, don't mind me,"@@ he says with feigned innocence as he walks up to you and helps you unclasp the back of your bra.<br /><br />
<img src="ast/img/s/izzHandBra.png" /><br /><br />
Normally you would be mortified, but you can't help but feel like you're in control as Mr. Trampador watches you with his undivided attention. You drizzle some oil over the top of your exposes tits and being rubbing the slippery substance into your skin. The low light reflects flatteringly off your top, making your look even more curvy and feminine.<br /><br />
Mr. Trampador can't contain himself as he takes a few steps closer and closes his hands over your vulnerable breasts.<br /><br />
A moan escapes your mouth as you instinctively press his hands against your breasts.<br /><br />
Your mind races in a panic, surely this is enough evidence to blackmail Mr. Trampador... but... no no, this needs to stop. You have what you need... you don't really want this to go on... do you?<br /><br />
<span class="link-fem"><<link "Mmmm this feels nice though..." "SuppressVid">><<set $eventCol.delete("izzyFinishTraining")>><<set $eventCol.push("izzySeductionMT0")>><</link>></span><br /><br /><br />
<span class="link-masc"><<link "I am NOT some cheap slut, this ends NOW" "OnetimeBoard">><<set $eventCol.delete("izzyFinishTraining")>><<set $eventCol.push("izzyFinishTrainingEnd")>><</link>></span><br /><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("izzyFinishTraining0")>>
Try as you might, you just can't seem to muster up the words to say "No". Mr. Trampador leans in and kisses your neck. You tilt your head back instinctively and let out a little sigh. Your body feels hot as hypnotic and degenerate images automatically trigger in your brain. Your little penis bucks impotently in it's cage, you can already feel a slight wetness from in between your thighs. His hands massage your breasts in a circular motion while he continues to nibble on your neck.<br /><br />
<img src="ast/img/s/izzNeckKiss.png" /><br /><br />
You feel his hands roam down your exposed chest and grope around your enlarged ass. His long, thick, masculine fingers squeeze and knead your butt as his mouth travels down to your collarbone, stopping just short of where you smothered yourself in oil.<br /><br />
You wish he would suck on your swollen nipples, but you understand that he probably doesn't want a mouthful of oil.<br /><br />
He pulls up on the hem of your skirt, it takes a little bit of effort to slip it over your artificially engorged ass.<br /><br />
<video src="ast/img/izzAssReveal.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Your warning bells start to go off. You're "tucked" away right now, but he's getting dangerously close to discovering your <i>little</i> extra.<br /><br />
You've got more than enough evidence, you can end this!<br /><br />
Unless... unless you want to take it just a little further. I mean it wouldn't hurt would it? You can't even hear Izzy or Mrs. Trampador anywhere nearby... and you could <i>really</i> get some compelling evidence to use against Mr. Trampador. I mean this is to get out of debt after all. Just a little longer... Maybe if you turn around and bend over... it's dark enough in here that he wouldn't see anything...<br /><br />
<span class="link-fem"><<link "Yeah, I can just bend over... and tease him a little more... there's nothing wrong with that" "SuppressVid">><<set $eventCol.delete("izzyFinishTraining0")>><<set $eventCol.push("izzySeductionMT1")>><</link>></span><br /><br /><br />
<span class="link-masc"><<link "Hell No! It's just the alcohol talking!" "OnetimeBoard">><<set $eventCol.delete("izzyFinishTraining0")>><<set $eventCol.push("izzyFinishTrainingEnd")>><</link>></span><br /><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("izzyFinishTraining1")>>
The moment for you to put a stop to this passes in silence as Mr. Trampador kisses you. Never in a million years did you think you would ever kiss another guy. You lipstick clad lips yield easily to his eager mouth as you feel his tongue slide past them forcefully and urgently. His hand slips down the front of your of your skirt and fumbles clumsily just inside your panties. You panic and clamp your legs tightly, keeping your caged penis safely hidden as his rough hands caress your perfectly smooth mound.<br /><br />
<img src="ast/img/s/izzHandInPanties.gif" /><br /><br />
You realize that if you don't do something quick, he's going to find something other than a pussy down there. So, you reach down and begin to rub the outside of his pants, instantly finding his erection pressing hard against the confines of his clothing. You take the opportunity to plop down on the bed, keeping your waist just out of reach as you look up at him, doing your best to bat your eyes innocently.<br /><br />
<img src="ast/img/s/izzEyebat.gif" /><br /><br />
Mr. Trampador looks down at you with an eager and hungry grin as he unfastens his belt and unzips his fly, then looks at you expectantly. You've touched a cock before... but this... this feels way more intimate. You nervously reach into the shadow of his open slacks, through the gap in his boxers, and help release his throbbing penis. He's not exactly <i>porn star</i> big, but... he's bigger than you...<br /><br />
He seems to like the shocked reaction on your face. He must think you're surprised at his size, not realizing you're surprised at yourself for letting it get this far. You gently stroke his cock, causing a bead of pre-cum to form at the tip. Your first instict is to lick it... but you resist...<br /><br />
Those video... these hormones... your girly body... it feels like you're not even you anymore... or maybe this was always you...<br /><br />
Your hands are still slick from rubbing oil into your tits. The idea strikes you that you could just rub him against your boobs... no need to suck it when you can rub your chest on it a little. You do your best to close your slippery breasts around his cock, coating it in oil. He moans in approval, his breath quickening as he thrusts against your cleavage.<br /><br />
<video src="ast/img/izzTJ.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You can see the tip of his cock ooze a little precum onto your lubed breasts. Your entire body blushes with arousal.<br /><br />
Mr. Trampador leans down and starts to pull your skirt down around your hips. You start to panic again as he manages to get your skirt down past your mid thighs before you can stop him. Luckily you're sitting on your cock so he can't immediately see any bulge from behind your panties. You reluctantly let him pull the skirt off your legs, leaving you wearing nothing but your underwear.<br /><br />
You can only imagine what you must look like, dolled up in professional make-up, a cute little hair-do, naked except for a pair of skimpy panties, your artificial breasts glistening with lube, your ass forming a curvy cushion for the rest of your body to perch on, with Mr. Trampador's cock hangning just inches from your head.<br /><br />
Before he can slide off the last remaining bit of your clothing, you strategically cross one thigh over the other thigh as you turn away from him. Keeping your cock trapped firmly between your legs, you bend over and slightly tug down the top of your panties, exposing just your tight little asshole.<br /><br />
<img src="ast/img/s/izzAnus.png" /><br /><br />
Your mind races, you can't believe it. You're presenting yourself to a man. This isn't Valerie with a strapon... this is a man with a real dick! Your whole body trembles. You feel so emotional and vulnerable you think you might cry.<br /><br />
Why did you let it get this far?<br /><br />
You feel a slight warmth ooze down the crack of your ass. You look back and see that Mr. Trampador has drizzled a little oil on your ass. Before you get much more time to reconsider, his hands begin rubbing the oil into your ass cheeks.<br /><br />
Then you feel it.<br /><br />
His cock.<br /><br />
Oh no it's actually going to happen.<br /><br />
His cock.<br /><br />
You feel it rest on one of your ass cheaks. It's warm and soft. When he presses it against the crack of your ass, the soft exterior of his cock refuses to bend, revealing just how hard his penis is. He doesn't insert it, instead using your freshly lubed ass crack as a sort of playground.<br /><br />
He rubs his cock up and down, you feel the tip of his member brush against your quivering little hole. Your nervousness gives way to wantoness. Your panic at possibly being gay, surrenders to the desperation of a woman that needs release... satisfaction.<br /><br />
<video src="ast/img/izzAnalTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You bite your lip and arch your back. You want it now... he's teasing you, teasing something out of you. He can't see much past your panties... he can't see your betrayal... he just thinks you're an anal whore...<br /><br />
And maybe you are.<br /><br />
You feel his stroking slow, he angles his cock forward slightly, his head pushed ever so slightly against your anus.<br /><br />
<img src="ast/img/s/izzAlmost.png" /><br /><br />
It's going to happen!<br /><br />
Then you hear the footsteps.<br /><br />
@@.mrt;"Shit,"@@ mutters Mr. Trampador as he stashes his cock away.<br /><br />
You're amazed at how quickly he recomposes himself... as if nothing happened... as he boldly strolls out of the room, closing the door behind him to give you some privacy.<br /><br />
You realize how heavy you're panting. As the rush of hormones and endorphins start to settle, the realization that you almost got fucked by a man starts to settle in. You feel tears start to well up, but you know it would be folly to let them out.<br /><br />
You would smear your make-up.<br /><br />
You do your best to rub all the excess oil into your skin so you don't stain your clothes. Then you hurridley get dressed. You stop the recording on your phone, and use it as a mirror to fix your hair and make sure your make-up isn't smudged.<br /><br />
Your heart is still racing as your return the lighting level back to normal and stash the booze and oil under the bed. You take a deep breath, pushing the racy event to the back of your head as you walk out to rejoin Izzy.<br /><br />
The rest of the showing goes by without a hitch. Mr Trampador doesn't act any differently around during the remainder of the visit. You wonder just how many other times he's cheated on Mrs. Trampador so casually as he did with you.<br /><br />
As the Trampador couple pulls away, and you load back into Izzy's car, you show her the footage.<br /><br />
@@.izz;"Oh mami, you went the extra mile with this one. This house is as good as sold. You know you didn't have to go that far... but it's ok... he is quite handsome isn't he?"@@<br /><br />
You blush, you really don't want to talk about it.<br /><br />
<span class="link-masc"><<link "Head Back to Izzy's office" "OnetimeBoard">>
<<set $eventCol.delete("izzyFinishTraining1")>>
<<set $eventCol.push("izzyFinishTrainingEnd")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("izzyFinishTrainingEnd")>>
@@.izz;"This video is money in the bank, mami. Which means that's more debt off your shoulders, check your debt when you get home, Valerie wanted me to make the payment directly,"@@ explains Izzy.<br /><br />
You're not surprised that Valerie wouldn't want you handling large sums of money... that's just something she would do.<br /><br />
You recount the events that happened at the mansion... it's a lot to process. Now that you've finished training with Izzy, Valerie will likely let you work under another one of her contacts at the end of the next week.<br /><br />
Also, without regular saline injections, your bust and ass size will likely return to their "normal" size in a day or two. You have mixed feelings about that, but you think it's primarily relief.<br /><br />
Thanks to Isabella's fashion sense, you now think you can coordinate your own @@.hint;Professional Outfit@@<br /><br />
<span class="link-masc"><<link "You Can't Believe that Just Happened..." "Home">>
<<set $eventCol.delete("izzyFinishTrainingEnd")>>
<<set $SMasterTrained.push("Izzy")>>
<<set $debt to $debt - 30000>>
<<set $eventCol.delete("izzyP2Rem")>>
<<set $warProfessionalTopImg to "ast/img/s/blazer00.png">>
<<set $warProfessionalTopId to "blazer00">>
<<set $warProfessionalBottomImg to "ast/img/s/pencilSkirt00.png">>
<<set $warProfessionalBottomId to "pencilSkirt00">>
<<set $warProfessionalShoeImg to "ast/img/s/lowheels00.png">>
<<set $warProfessionalShoeId to "lowheels00">>
<<set $warProfessionalUWImg to "ast/img/s/supportlingerie00.png">>
<<set $warProfessionalUWId to "supportlingerie00">>
<<set $warProfessionalHairAccImg to "ast/img/s/straightLob00.png">>
<<set $warProfessionalHairAccId to "straightLob00">>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp0EX")>>
You look yourself over in the mirror. You notice your hair has gotten longer, thicker, and softer. It even... smells different. Maybe it's all the girly shampoo you've been using but... there's something intrinsically altered about it that you can't quite put your finger on.<br /><br />
Your hands wander over your chest. It's still sore, your nipples are puffy and sensitive and they seem to give off a heat all their own. What's worse, is you're pretty sure you've gained a cup size.<br /><br />
<<if $SMasterTrained.includes("Izzy")>>You know they were artifically inflated during your time with Izzy, but that swelling went away... this seems different.<br /><br /><</if>>
As you squeeze your little boobies, you push up on them a little, giving yourself some cleavage to stare at. You lean forward, pouting your lips a little like all the girls you've seen flash by in the porn you've watched.<br /><br />
<img src="ast/img/s/GyneBoobthr.png" /><br /><br />
As you lean forward you notice how much curvier your waist and ass have become. You've been working out quite a bit, but no way you would've gained this much muscle. As you give your butt a firm squeeze, you confirm that it is indeed, not muscle, but a layer of soft fat just under the skin.<br /><br />
You give yourself a slight spank to watch your ass jiggle every so slightly before retaining it's rounded shape.<br /><br />
You sigh to yourself, you don't think those testosterone supplements are working... you might have to make an appointment to see the doctor after all.<br /><br />
<span class="link-masc"><<link "You don't think you'll need that shapewear anymore..." "Home">>
<<set $femLvl to $femLvl + 1>>
<<set $eventCol.delete("femLvlUp0EX")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp1EX")>>
You study yourself in the mirror<br /><br />
Your face seems... different, like there's slightly more fat in your cheeks, giving it a round, soft glow.<br /><br />
And your boobs... well... you actually have boobs now. There's no mistaking it now, your little fat buds are blossoming into breasts. They're still fairly small, but you're probably at least a B-Cup now. And when wearing a bra, they look even bigger. You run your hands over them, <<if $eventCol.includes("nipsHealed")>>careful not to bump your pierced nipples too much.<<else>>tugging on your nipples just a little.<</if>><br /><br />
<img src="ast/img/s/mtf2.png" /><br /><br />
Your curves are unmistakeably feminine now. You turn and look at yourself in the mirror, you could easily pass for a girl from behind.<br /><br />
<img src="ast/img/s/mtf3.png" /><br /><br />
And it seems like everything just... feels different, especially your sexual interactions. Instead of feeling the concentrated point of pleasure in your cock, it seems you experience pleasure all over your body.<br /><br />
It's addictive.<br /><br />
You look at your pathetically imprisoned penis. Much to your panic, you think it might be shrinking! Even your balls feel a little smaller than your remember.<br /><br />
You resolve to see a doctor about this ASAP, and you won't be ignored any longer! No way are you OK with letting your little peepee get any smaller!<br /><br />
<span class="link-fem"><<link "Settle in to your increasingly feminized body" "Home">>
<<set $femLvl to $femLvl + 1>>
<<set $eventCol.delete("femLvlUp1EX")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("DPreVisit0")>>
@@.hg;"My father's car just pulled up!"@@ exclaims Valerie as she closes the door behind her.<br /><br />
The barely restrained panic in her voice causes you to quickly snap out of the post sleep grogginess that so often lingers in the mornings.<br /><br />
@@.pc;"W-What?"@@ you stutter.<br /><br />
@@.hg;"Hurry and get dressed! I told him my new roommate is a girl, remember? I thought he'd be out of town for at least another month... I though I had more time..."@@ she trails off as she peaks out your bedroom window to the front yard.<br /><br />
<img src="ast/img/s/chaIntro.png" /><br /><br />
You both spot a well-dressed man with silver hair, and slender build, strolling up the walk to the front door of the house.<br /><br />
@@.hg;"I'll stall him while you make yourself presentable,"@@ exclaims Valerie as she rushes out of your room, quickly shutting the door to give you some privacy.<br /><br />
<span class="link-masc"><<link "Change Clothes" "ChangeClothes">>
<<set $eventCol.delete("DPreVisit0")>>
<<set $eventCol.push("DVisit0")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("initRaven")>>
From the list of contacts Valerie gave you, you decide to give Raven a call.<br /><br />
<video src="ast/img/ravMem.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<if not $eventCol.includes("talkedToRaven")>>
<<if $femLvl is 2>>
Since this is the first of Valerie's contacts that you've decided to call, you can't help but wonder what kind've training Raven will have in store for you. Judging from your last encounter with her, you're afraid she's going to be after your punished little asshole. You're not thrilled about that idea so you resolve that if the money doesn't match the task... that you'll just turn her down. Simple as that... right?<br /><br />
<<elseif $femLvl is 3>>
Completing the last training was... interesting to say the least, but the idea of training under someone like Raven has you on edge. Afterall, she was your first pegging experience. You can't help but feel a bit of fear and excitement at the thought of seeing her again. However, you resolve to carry on... to get that massive debt paid down.<br /><br />
<<else>>
-to be implemented
<</if>>
<<else>>
You remember from the last time you spoke with her that Raven wanted to get at the <i>real</i> you...<br /><br />
<</if>>
<b>RING RING</b><br /><br />
<img src="ast/img/s/gnoRaven.png" /><br /><br />
<<if not $eventCol.includes("talkedToRaven")>>
@@.rav;"Hello?"@@ answers an unenthsued voice.<br /><br />
@@.pc;"Uh... hi, may speak with Raven, please?"@@ you ask meekly.<br /><br />
@@.rav;"Who is this?"@@ she asks abruptly, not bothering to hide her annoyance with you.<br /><br />
You quickly realize this has to be Raven, that monotone, sardonic voice sounds just like you remember.<br /><br />
@@.pc;"This is $pcOldName , and I was told-"@@<br /><br />
@@.rav;"Don't lie to me, lying is the quickest way to get on my bad side... you're not $pcOldName... at least not anymore,"@@ interrupts Raven, a hint of cruelty seeping into the end of her sentence.<br /><br />
She knows who you are... she's just playing some kind of game now. What does she mean you're not $pcOldName... oh right... she knows you by your <i>other</i> name.<br /><br />
@@.pc;"Oh uh, right... I mean this is $pc"@@<br /><br />
@@.rav;"Oh yeah, $pc, the little bitch I pegged. You know I think you really enjoyed yourself that night. Have you tried the real thing yet?"@@ teases Raven maliciously.<br /><br />
@@.pc;"N-no!"@@ you stammer, you feel yourself blushing.<br /><br />
@@.rav;"Oh don't be such a prude. Let's just skip the pleasantries, shall we? I know why you're calling. You need money, and lots of it. You know, you're in a very rare and enviable position. Most men pay ME for the type of training I'm going to put you through. You're lucky that Valerie has worked out a little deal with the club to increase my standing,"@@ she sneers.<br /><br />
You have no idea what she's talking about... club? Does she mean Se Soumettre? It's just a restaurant with a weird little VIP spot in the back... right?<br /><br />
<<else>>
@@.rav;"Ah so the little worm comes crawling back to Mistress Raven. Don't waste my time by saying no again,"@@ warns Raven.<br /><br />
<</if>>
@@.rav;"So Valerie wants me to break you down. I mean <i>really</i> break you down. Get inside your deviant little head, find out just who you are underneath. She must have some loyalty issues..."@@ Raven pauses, letting that last part linger.<br /><br />
You start to ask what she means but she talks over you.<br /><br />
@@.rav;"It's pretty simple, slut. You come to my dungeon. You do what I say, when I say. You're going to learn to take a little pain. I'll teach you how pain can be used to reach some amazing places. Disobedience is not an option. I'm going to break down whatever sexual hang-ups you have. I'm going to strip you of everything until I find the gold nugget inside. What happens after that... well... we'll cross the bridge when we get there,"@@ dictates Raven ominously.<br /><br />
<span class="link-fem"><<link "Agree to be trained by Raven" "OnetimeBoard">>
<<set $eventCol.delete("initRaven")>><<set $eventCol.push("agreeRaven")>><<set $eventCol.delete("talkedToRaven")>>
<</link>></span><br /><br /><br />
<span class="link-masc"><<link "On second thought, maybe you should think this over" "OnetimeBoard">>
<<set $eventCol.delete("initRaven")>><<set $eventCol.push("disagreeRaven")>><<set $currentSMaster.delete("Raven")>>
<</link>></span><br />
<</if>>
<<if $eventCol.includes("agreeRaven")>>
@@.rav;"Good, we've wasted enough time as it is. From now on you call me Mistress. I'll send you the location of the dungeon. Don't share it with ANYBODY. Show up ready and be prepared to have your limits pushed,"@@ explains Raven.<br /><br />
The call ends... leaving you wandering just what you're getting yourself into.<br /><br />
<<set $ravTrain to false>>
<<set $ravDung to false>>
<span class="link-fem"><<link "Yes Mistress..." "Home">><<set $eventCol.delete("agreeRaven")>><<set $eventCol.push("RavenP1")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("disagreeRaven")>>
@@.rav;"I HATE having my time wasted, cunt. Next time you call, it better be to say Yes Mistress,"@@ spits Raven over the phone, maybe saying no was a bad idea.<br /><br />
<span class="link-masc"><<link "Sorry, Raven" "Home">><<set $eventCol.delete("disagreeRaven")>><<set $eventCol.push("talkedToRaven")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravFailPO")>>
<<set _stopHere to false>>
<<if $ravIsSubspace is true>>
<<if $eventCol.includes("RavenP1Rem")>>
Being in Subspace robbed you of free will, but it was kind've amazing. For that bit of time, all your worries washed away. It was just you and Raven in a deeply intimate mental sphere.<br /><br />
Raven leads you to her beadroom, your legs wobbly and head swimming. You lie naked in her silk sheets as she nurses you with cold water and gentle words. You can't really seem to focus on what she's saying, but you feel comforted all the same.<br /><br />
At some point you fall asleep, if only for a little while, before drifting back into consciousness. Your head is clear now, clear of the endorphins, the adrenaline rush, everything. Your body is starting to feel the effects of the punishment now. Raven is in the other room talking with someone on the phone. She dismisses you with a wave, leaving you to dress yourself and hobble out of her dungeon.<br /><br />
<<set $eventCol.delete("RavenP1Rem")>>
<<set $eventCol.push("RavenP2")>>
<<elseif $eventCol.includes("RavenP2Rem")>>
<<set _stopHere to true>>
You smile, drunk on endorphins, drunk on pain, high on submission.<br /><br />
Raven's slim, sexy figure comes into focus.<br /><br />
@@.rav;"You love getting broken, don't you slut?"@@<br /><br />
You eyes flutter, you can only smile lazily in response.<br /><br />
You sense a presence behind you, it's the doorman. He's helping you up.<br /><br />
He's so gentle... he's so tall.<br /><br />
You're laying back now... on a sofa maybe? Your brain is still swimming in subspace. Your muscles shake, everything just feels good.<br /><br />
Raven holds up a small metal ring between her fingers... almost like an ear ring.<br /><br />
<img src="ast/img/s/cheapNippleringIntro.png" /><br /><br />
@@.rav;"I know how sensitive your nipples are... you should really take advantage of that. A nipple piercing makes sex so much more fun,"@@ she explains as she runs her hands down her corset, her tongue gently brushing the top of her open lips.<br /><br />
You think normally such a suggestion would have put you in a panic.<br /><br />
But right now... right at this moment... you feel you could trust Raven with anything.<br /><br />
Better sex? Yeah... you love having better sex. You think about all those sexy pornstar girls with their puffy nipples. You wish you could be a sexy pornstar girl...<br /><br />
<span class="link-fem"><<linkappend "Pierce Them!">>
<br /><br />@@.pc;"Yes, please,"@@ you utter meekly<br /><br />
<<set _tempNip to {"sluttyNipplering01" : {"qty" : 0, "NipPrcType" : "slutty"},
"sluttyNipplering02" : {"qty" : 0, "NipPrcType" : "slutty"},
}>>
<<run jQuery.extend($clothes, _tempNip)>>
<<set $clothes.cheapNipplering00.qty to $clothes.cheapNipplering00.qty + 1>>
<<set $imgLinks.srcNipPrc to "ast/img/s/cheapNipplering00.png">>
<<set $invs.NipplePrc.Id to "cheapNipplering00">>
<<set $invs.NipplePrc.NipPrcType to "cheap">>
<<set $nipprcInv.push("cheapNipplering00")>>
The door man swabs your nipple with something cold... rubbing alcohol?<br /><br />
A slight aura of self-awareness seems to grip you as you realize you're laying here totally naked (except for your chastity cage) and exposed in front of this man.<br /><br />
You feel a warm arousal pulse between your legs...<br /><br />
The doorman methodically sanitizes your nipples and the surrounding tissue. He then produces a small metal clamp. His eyes never meet yours, his face is stern as he goes about his task.<br /><br />
He traps the nipple in the grip of the clamp. Even in your pain-drunk state, you find the sensation to be quite sharp and sobering. You bite your lip as you try not to squirm too much.<br /><br />
You close your eyes, trying to cope with the tight pinch on your nipple as the doorman begins to stretch your nipple away from your body.<br /><br />
Then you feel a sudden and sharp poke. You look down and see that the doorman has already pierced your nipple through the side with some sort of needle. He's quick, sliding the bar of a nipple ring inside the hollow needle. The doorman then expertly removes the needle, leaving the nipple ring in its place.<br /><br />
You barely have time to process what happened before the doorman clamps your other nipple.<br /><br />
You squeal, you leak, you blush, you squirm.<br /><br />
He doesn't react, methodically piercing your nipple with the hollow needle, and threading in the second nipple ring.<br /><br />
And then... it's done.<br /><br />
<img src="ast/img/s/ravPierced.png" /><br /><br />
You see Raven standing just a few feet away, smiling with... with pride?<br /><br />
You suddenly feel emotional. You made her proud... you got them pierced... you were so brave.<br /><br />
Then they start to burn. Your first reaction is to rub them but Raven quickly rushes over to you and stops you from touching the freshly wounded areas.<br /><br />
@@.rav;"Leave them alone, let them heal. In about a week you can@@ @@.hint;accessorize with some new nipple rings@@ @@.rav;,"@@ she explains.<br /><br />
You clench your fists into balls, determined to bare the burning fire in your nipples.<br /><br />
You linger a bit, recovering from your ordeal before getting dressed.<br /><br />
<<set $ravNipHeal to 7>>
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravFailPO")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<<set $ravIsSubspace to false>>
<</link>></span><br />
<</linkappend>></span><br /><br /><br />
<<set $eventCol.delete("RavenP2Rem")>>
<<set $eventCol.push("RavenP3")>>
<<elseif $eventCol.includes("RavenP3Rem")>>
<<set _stopHere to true>>
You wake up in Raven's bed again. Your body aches from the torture, your head is swimming but still strangely clear.<br /><br />
Raven is standing in the doorway, hands on her hips, looking at your expectantly.<br /><br />
Thinking you've overstayed your welcome, you locate your clothes, keeping your eyes cast down at the floor as you brush past her. All the while, you can sense her dominating gaze burning a hole into the side of your head.<br /><br />
You feel microscopic.<br /><br />
Your hands start to tremble as you pull on your clothes, you feel your face grow hot with emotion. The rollercoaster of getting broken over and over has taken its toll.<br /><br />
You stand up, avoiding eye contact as you start to make your way to the door but Raven grabs your hands and turns you toward her. <br /><br />
Your eyes remain glued to her shoes.<br /><br />
She lifts her hand to your face, you wince.<br /><br />
But what follows is a gentle caress.<br /><br />
@@.rav;"You've done so well,"@@ she says gently.<br /><br />
You lean your face into her hand, the positive acknowledgement triggers something in you. The dam that was your male pride crumbles away as a tide of emotions rushes, unabated, to the surface.<br /><br />
You start to sob. You're not even really sure why. Your face grows wet with tears as Raven guides your face into her shoulder. Her high heels enhance her height to allow you to do this comfortably.<br /><br />
She pats your back reassuringly, encouraging you to just let the emotions flow.<br /><br />
And flow they do.<br /><br />
All the stress, the highs and the lows, they were like rain storms filling a great reservoir in the pits of your mind. And now, with such a gentle gesture from Mistress Raven, the reservoir drains. It drains not in a controlled fashion, but in a great cathartic flood.<br /><br />
You're not sure for how long you stand there, bawling your eyes out, but Raven never rushes you, never chastizes you. Finally, the emotions empty and clarify from your mind, and you feel at peace.<br /><br />
And it is quiet.<br /><br />
@@.rav;"Your training is nearly at an end, $pc . Go home, rest. The next time we meet, it'll be a final test. It's a test you can't fail, so there's no need to worry over it. The results well help you discover something about yourself. And... it might even serve me... in some small way,"@@ Raven says, a hint of mischief in her voice.<br /><br />
You nod obediently, unable to keep a thankful smile from blooming over your face.<br /><br />
@@.rav;"And don't think it's going to be an easy test, just because you can't fail doesn't mean you won't have to put effort into it,"@@ warns Raven suddenly, as she motions to her array of BDSM implements hanging on the wall behind her.<br /><br />
Whatever this final test is... you're certain discipline will be involved.<br /><br />
<<set $eventCol.delete("RavenP3Rem")>>
<<set $eventCol.push("RavenEndgame")>>
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravFailPO")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<<set $ravIsSubspace to false>>
<</link>></span><br />
<</if>>
<<set $ravIsSubspace to false>>
<<else>>
You wake up in Raven's arms. You're a little surprised at how gentle she is bringing you back to the land of the living. She reminds you of the importance of knowing your own limits.<br /><br />
<</if>>
<<if _stopHere is false>>
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravFailPO")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<<set $ravIsSubspace to false>>
<</link>></span><br />
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("ravInitHealEx")>>
It's been roughly a week since your nipples were pierced. They are now healed enough that... if you wanted to... you could replace your starter-nipple rings with something more to your liking...<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravInitHealEx")>>
<<set $eventCol.delete("ravInitHeal")>>
<<set $eventCol.push("nipsHealed")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravTier1FailQE")>>
You pussed out too early, no points<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravTier1FailQE")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravTier2FailQE")>>
You pussed out too early, no points<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravTier2FailQE")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravTier3FailQE")>>
You pussed out too early, no points<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravTier3FailQE")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravTier1Success")>>
You quit right when you needed to, your pain tolerance increases!<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravTier1Success")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravTier2Success")>>
You quit right when you needed to, your pain tolerance increases!<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravTier2Success")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravTier3Success")>>
You quit right when you needed to, your pain tolerance increases!<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravTier3Success")>>
<<set $ravLimitExceeded to false>>
<<set $vRav to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravRecovery")>>
<<set $currentTime to $currentTime + 8>>
Following Raven's instructions, you take time to pamper yourself.<br /><br />
<<set _tlcChooser to random(2)>>
<<if _tlcChooser is 0>>
<<set _tlcType to "ravLotion">>
<<elseif _tlcChooser is 1>>
<<set _tlcType to "ravBath">>
<<else>>
<<set _tlcType to "ravRelax">>
<</if>>
<<if _tlcType is "ravLotion">>
You take some time to rub some thick, luxurious cocoa butter lotion all over your aching body. You pay special attention to the areas most recently assaulted by Raven's cruel training. The whole process makes you feel really girly, but it's so enjoyable that you really don't mind too much.<br /><br />
<video src="ast/img/ravLotion.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<elseif _tlcType is "ravBath">>
You draw a nice hot bath and add some aromatic bath salts to the steamy water. The whole bathroom is filled with warm floral scents as you slowly lower yourself in. The various bruises and aches inflicted upon you sting initially. After a few moments of adjusting to the hot water, your muscles grow slack and, for a moment, you're at peace.<br /><br />
All the conflict, the confusion over who or what you are seem to melt away as you're enveloped in cozy, womanly bliss.<br /><br />
<video src="ast/img/ravBath.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<else>>
You turn off the lights in your room, light a few scented candles, and cuddle up in a big fluffy blanket, completely naked. You turn on some relaxing music on your phone and just sink into your bed. You focus on how comfortable and content you are.<br /><br />
As your body and mind heal, you feel strangely grateful that Raven insists you take timeout to recover from your training.<br /><br />
<video src="ast/img/ravRelax.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<span class="link-masc"><<link "Go Home" "Home">>
<<set $eventCol.delete("ravRecovery")>>
<<set $ravIsTired to false>>
<<set $vRav to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("ravFinishTrainingEnd")>>
You get dressed in a daze. Raven really put you through the wringer<br /><br />
Raven instructs you to make some time for yourself to relax and recover from your very intense training regimen.
You ponder a bit about the kiny persona the Raven diagnosed you with...
<<if $kink is "PainPig">>
Are you really a Pain Pig?<br /><br />
<<elseif $kink is "Bimbo">>
Are you really a Bimbo?<br /><br />
<<elseif $kink is "CockSlut">>
Are you really a Cock Slut?<br /><br />
<<elseif $kink is "BimboPig">>
Are you really a Naughty Bimbo?<br /><br />
<<elseif $kink is "MasochisticCockSlut">>
Are you really a Masochistic Cock Slut?<br /><br />
<<elseif $kink is "SluttyBimbo">>
Are you really a Slutty Bimbo?<br /><br />
<<elseif $kink is "PerfectSlave">>
Are you really a Perfect Slave?<br /><br />
<<else>>
-kink id broke-<br /><br />
<</if>>
You shrug the implications from your mind, there's no way a dumb little survey, administered to you under duress, could actually tell you something about yourself... right?<br /><br />
But then again... she did break you... maybe several times. She turned you into a gibbering pile of nerves and emotions and maybe out of this chaos... her diagnoses might have some ring of truth to it.<br /><br />
As you bid Raven farewell and leave the apartment, you receive a text message from her. In the message is a screenshot of a bank statement, detailing a $30,000 bank transfer against your medical debt!<br /><br />
Thanks to Raven's fashion sense, you now think you can coordinate your own @@.hint;Slutty Outfit@@<br /><br />
<span class="link-masc"><<link "She Broke You Down... But at Least You Got Paid" "Home">>
<<set $eventCol.delete("ravFinishTrainingEnd")>>
<<set $SMasterTrained.push("Raven")>>
<<set $debt to $debt - 30000>>
<<set $eventCol.delete("RavenEndgame")>>
<<set $eventCol.delete("ravEGStart")>>
<<set $pcAb.outerWear to "sluttyClothes">>
<<set $warSluttyTopImg to "ast/img/s/bdsmHarness00.png">>
<<set $warSluttyTopId to "bdsmHarness00">>
<<set $warSluttyBottomImg to "ast/img/s/bdsmSkirt00.png">>
<<set $warSluttyBottomId to "bdsmSkirt00">>
<<set $warSluttyShoeImg to "ast/img/s/slaveHeels00.png">>
<<set $warSluttyShoeId to "slaveHeels00">>
<<set $warSluttyUWImg to "ast/img/s/bdsmThong00.png">>
<<set $warSluttyUWId to "bdsmThong00">>
<<set $warSluttyNipPrcImg to "ast/img/s/cheapNipplering00.png">>
<<set $warSluttyNipPrcId to "cheapNipplering00">>
<</link>></span><br />
<</if>><!-- -->
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<<if $eventCol.includes("DVisit0")>>
<<set _daddyScore to 0>>
<<switch $pcAb.outerWear>>
<<case "trendyClothes">>
You emerge from your room wearing @@.hint;Trendy@@ masculine clothes. Valerie and her father both turn to look at you.<br /><br />
Valerie's eyes widen with shock followed quickly by a scowl.<br /><br />
Her dad... seems more confused than angry... at least at first.<br /><br />
<<if $femLvl is 2>>
Your hormone problem has altered your appearance just enough that you look a bit more androngynous than an average male. Even so, Valerie's dad doesn't look super excited to see you.<br /><br />
<<else>>
Your level of femininity makes you look more androngynous than immediately identifiable as a male. But your clothing choice isn't helping your case. Your pants hang awkwardly off your round ass and your shirt has a slight bulge where your budding breasts push it slightly away from your body.<br /><br />
Valerie's dad doesn't seem to be very happy to see you.<br /><br />
<</if>>
In any event, maybe you should've @@.hint;picked more feminine@@ clothing to wear.<br /><br />
<<set _daddyScore to _daddyScore + 0>>
<<case "sexyClothes">>
You emerge from your room wearing @@.hint;sexy@@ feminine clothes. Valerie and her father both turn to look at you.<br /><br />
Valerie smiles a little as she shakes her head at your clothing choice.<br /><br />
Her dad gawks at your alluring choice but stops himself from fully checking you out.<br /><br />
It's weird receiving that sort of attention from a man.<br /><br />
It seems pretty clear that, while dressing sexy has helped you avoid detection, it probably @@.hint;wasn't the ideal choice@@ when meeting someone's dad for the first time.<br /><br />
<<set _daddyScore to _daddyScore + 1>>
<<case "cuteClothes">>
You emerge from your room wearing @@.hint;cute@@ feminine clothes. Valerie and her father both turn to look at you.<br /><br />
Valerie looks relieved as she wiggles her fingers at you in greetings.<br /><br />
Her dad smiles warmly and dips his head in a polite acknowledgement.<br /><br />
It seems like going the cute route was a @@.hint;good choice.@@<br /><br />
<<set _daddyScore to _daddyScore + 2>>
<<case "professionalClothes">>
You emerge from your room wearing @@.hint;professional@@ feminine clothes. Valerie and her father both turn to look at you.<br /><br />
Valerie looks pleasantly surprised at your decision and smiles.<br /><br />
Her dad smiles also smiles, and eyebrow cocked in a strangement combination of amusement and acknowledgement.<br /><br />
Coming out dressed as a strong independent woman seems to have been a @@.hint;good choice.@@<br /><br />
<<set _daddyScore to _daddyScore + 2>>
<<case "slutClothes">>
You emerge from your room wearing @@.hint;slutty@@ feminine clothes. Valerie and her father both turn to look at you.<br /><br />
Valerie looks moritfied.<br /><br />
Her dad looks displeased... but you also catch him checking you out, if only briefly.<br /><br />
It's weird receiving that sort of attention from a man.<br /><br />
This was a @@.hint;bad choice@@ in clothing. Maybe you should've @@.hint;picked more conservative@@ clothing. Coming out dressed like prostitute is not going to help you win over Valerie's dad.<br /><br />
<<set _daddyScore to _daddyScore + 0>>
<<case "mismatch">>
You emerge from your room wearing... uh... what the hell are you wearing? Valerie and her father both turn to look at you.<br /><br />
Valerie looks confused at your mismatched choice of clothing.<br /><br />
Her dad seems to share her sentiment, wondering if you're trying to be some kind of anti-fashion free-spirit.<br /><br />
There's enough general confusion about your choice that it doesn't seem like her dad is outright disappointed or disapproving. But it probably @@.hint;wasn't the ideal choice.@@<br /><br />
<<set _daddyScore to _daddyScore + 1>>
<<default>>
0
<<set _daddyScore to _daddyScore + 0>>
<</switch>>
@@.pc;"Hi! I'm $pc"@@ you say as you extend your hand, internally high-fiving yourself for remembering to use your feminine name.<br /><br />
@@.cha;"Charles, pleased to meet you, $pc ,"@@ says Valerie's father warmly as he shakes your hand.<br /><br />
@@.pc;"Nice to meet you too!"@@ you respond.<br /><br />
@@.cha;"Valerie has told me a lot about you. She says you might be willing to help me out with something,"@@ informs Charles with an inquisitive grin.<br /><br />
You look over at Valerie, she smiles innocently back at you<br /><br />
What has she gotten you involved in now.<br /><br />
@@.cha;"You see, $pc , I run a small business making customized dolls. These aren't just simple toys, mind you. These are works of art! Each toy is meticulously hand-crafted for each client. This year has been a fantastic year and business is booming. So much so that I want to give something back. So, I'm throwing a little charity event and I'm looking for volunteers to help me run things,"@@ explains Charles.<br /><br />
@@.hg;"I told daddy how much you love serving others,"@@ chimes in Valerie, barely hiding a wicked grin.<br /><br />
<<set _q0 to "def">>
Charles smiles warmly once again @@.cha;"If you're available, $pc , would you like to volunteer at my event?"@@<br /><br />
<<radiobutton "_q0" "imp">>@@.pc;"Oh, o-of course! I love helping others in need!"@@<br />
<<radiobutton "_q0" "amb">>@@.pc;"Uhmmmm, I've actually got a pretty busy schedule..."@@<br />
<<radiobutton "_q0" "amb">>@@.pc;"Well... I haven't been feeling too great actually..."@@<br />
<<radiobutton "_q0" "sus">>@@.pc;"Nah, I'm good"@@<br /><br />
<<button "Answer" "OnetimeBoard">>
<<if _q0 is "imp">>
<<set _daddyScore to _daddyScore + 2>>
<<elseif _q0 is "amb">>
<<set _daddyScore to _daddyScore + 1>>
<<elseif _q0 is "sus">>
<<set _daddyScore to _daddyScore + 0>>
<<else>>
<<set _daddyScore to _daddyScore + 0>>
<</if>>
<<set $eventCol.delete("DVisit0")>>
<<if _daddyScore gte 3>>
<<set $dImpress to "Impressed">>
<<set $eventCol.push("PreFriTask0A")>>
<<elseif _daddyScore gte 2>>
<<set $dImpress to "Ambivalent">>
<<set $eventCol.push("PreFriTask0A")>>
<<else>>
<<set $dImpress to "Suspicious">>
<<set $eventCol.push("PreFriTask0B")>>
<</if>>
<</button>><br />
<</if>><!-- -->
<<if $eventCol.includes("PreFriTask0A")>>
<<if $dImpress is "Impressed">>
Charles regards you warmly, clearly impressed with what a fine, respectable young lady you are<br /><br />
Valerie seems to carry an expression of both relief and pride and can hardly keep herself contained with how well this interaction went.<br /><br />
@@.cha;"Ah, I see, $pc . The event is Friday evening. There will be coordinators there to keep things running smoothly. Just tell them you're there to help and they'll take care of the rest,"@@ explains Charles.<br /><br />
Valerie hugs her father, and invites you in to the group hug.<br /><br />
Charles smells good, like really pricey cologne.<br /><br />
Charles bids you farewell as Valerie walks him out to his car.<br /><br />
<<else>>
Charles regards you warmly, but it seems a bit forced, it seems he's unsure what to make of you.<br /><br />
Valerie seems to carry an expression of both relief and concern but carries on a cheery facade all the same.<br /><br />
@@.cha;"Well, $pc . The event is Friday evening. There will be coordinators there to keep things running smoothly. If you find time, feel free to come by and tell them you're there to help and they'll take care of the rest,"@@ explains Charles.<br /><br />
Valerie hugs her father, and invites you in to the group hug.<br /><br />
Charles smells good, like really pricey cologne.<br /><br />
Charles bids you farewell as Valerie walks him out to his car.<br /><br />
<</if>>
<span class="link-masc"><<link "Valerie's Dad Leaves" "Home">>
<<set $eventCol.delete("PreFriTask0A")>>
<<set $eventCol.push("FriTask0A")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("PreFriTask0B")>>
Charles regards you with suspicion and shoots Valerie a sideways glance.<br /><br />
Valerie crosses her arms but keeps up a cheery facade, @@.hg;"Well then, maybe it's best if you help some other time."@@<br /><br />
You nod, either oblivious to Charle's suspicion and Valerie's thinly veiled anger... or just showing a complete apathetic immunity to it.<br /><br />
@@.cha;"Ok, well, it was nice meeting you $pc , I need to get back to work,"@@ intercedes Charles, a cold chill creeping into his voice as he looks you over with a combination of disgust and disdain.<br /><br />
Valerie hugs her father and walks him outside, leaving you with a sinking feeling that you're going to pay for this later...<br /><br />
<span class="link-masc"><<link "Valerie's Dad Leaves" "Home">>
<<set $eventCol.delete("PreFriTask0B")>>
<<set $eventCol.push("FriTask0B")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("FriTask0AEX")>>
<<set _daddyScore to 0>>
You decide that going to the charity event will be a good way to endear yourself to Charles, Valerie's father, which will in turn keep you on Valerie's good side.<br /><br />
<img src="ast/img/s/chaGym.png" /><br /><br />
You walk into what appears to be a large gymnasium, lined with fold-out tables topped with various catering gear, and manned by a veritable army of volunteers. They appear to be serving soup and sandwiches to a motley line of what you can only guess to be homeless people.<br /><br />
<img src="ast/img/s/chaGymSoup.png" /><br /><br />
You notice all the volunteers are wearing the same shirt, making it easy to pick out who's serving and who needs to be served.<br /><br />
You flag down one of the workers, @@.pc;"Excuse me, I'm here to help with the event!"@@ you exclaim, trying your best to be girly.<br /><br />
<<if $femLvl is 2>>
The worker looks you over... you can tell there's some cognitive disonance clanking around in his skull... his "radar" has detected an anomoly in you. Maybe he's detected on some level that you're not really a "she"... but in any event he points you to a blonde lady holding a red clipboard.<br /><br />
<<elseif $femLvl gte 3>>
The worker looks you over and smiles. He seems to clearly like what he sees. His flirty attention makes you feel flattered... but also annoyed... and maybe gross... you're not sure anymore. But in any event he points you to a blonde lady holding a red clipboard.<br /><br />
<</if>>
The blonde lady smiles as you approach.<br /><br />
"Are you here to help us?" she asks.<br /><br />
You nod as sweetly as you can.<br /><br />
"Greeeeat!" she exclaims as she looks you over, "Those clothes are too nice to be working in, plus you need a volunteer shirt! Feel free to use the bathrooms to change and then when you're done, we need someone to serve soup at table 12," she quickly explains as she points to an empty spot behind a larget cauldron of soup.<br /><br />
You look over near the entrance and see a box of volunteer shirts and what appears to be a box of... donated jeans for the volunteers to work in.<br /><br />
You don't have <i>have</i> to change... but it might improve your standing with your fellow volunteers... plus you'd get to @@.hint;keep the cute volunteer outfit@@ afterwards.<br /><br />
<span class="link-fem"><<linkappend "Wear Outfit">><br/><br />
<<set _daddyScore to _daddyScore + 1>>
You decide to wear the outfit, what's the harm? Plus... free clothes that would qualify as @@.hint;cute@@ by anyone's measure.<br /><br />
As you get changed the notice the shirt is two sizes too big, and the jeans are a bit tight. You do your best to wiggle your ass inside them, the denim stretching slightly to form around your curves, giving your backside a nice tight look.<br /><br />
You feel something in the pocket of the jeans and realize it's a hair tie! You decide it would be a good idea to manage your hair with it, and create high-sitting pony tail!<br /><br />
You tie a knot on the side of the shirt with the excess shirt fabric so that you won't look so ridiculous and the effect is actually pretty flattering.<br /><br />
<img src="ast/img/s/chaCuteOutfit.png" /><br /><br />
As you step out you nearly run right into Charles as he walks by.<br /><br />
@@.cha;"Woah! High $pc ! I'm so glad you could make it!@@<br /><br />
He quickly looks you over, @@.cha;"And you're already suited up with a volunteer shirt, great!"@@<br /><br />
You start to respond but Charles just gives you a quick hug and darts away, clearly busy dealing with the controlled chaos of the event.<br /><br />
At least he seemed happy to see you.<br /><br />
<<set _tempcuteoutfit to {"oversizedShirt00" : {"qty" : 1, "topType" : "cute"},
"cuteJeans00" : {"qty" : 1, "bottomType" : "cute"},
"highPonyTail00" : {"qty" : 1, "HairAccType" : "cute"},
}>>
<<run jQuery.extend($clothes, _tempcuteoutfit)>>
<<set $imgLinks.srcTop to "ast/img/s/oversizedShirt00.png">><<set $invs.topWear.Id to "oversizedShirt00">><<set $invs.topWear.topType to "cute">>
<<set $imgLinks.srcBottom to "ast/img/s/cuteJeans00.png">><<set $invs.bottomWear.Id to "cuteJeans00">><<set $invs.bottomWear.bottomType to "cute">>
<<set $imgLinks.srcHairAcc to "ast/img/s/highPonyTail00.png">><<set $invs.hairAcc.Id to "highPonyTail00">><<set $invs.hairAcc.HairAccType to "cute">>
<<set $topInv.push("oversizedShirt00")>>
<<set $bottomInv.push("cuteJeans00")>>
<<set $hairaccInv.push("highPonyTail00")>>
<</linkappend>></span><br /><br/><br />
You take your place at the volunteer serving spot and begin ladling out portions of soup.<br /><br />
An older man, dressed in an old brown windbreaker, speckled with various grease stains smiles at you, a prominent front tooth missing.<br /><br />
<img src="ast/img/s/chaHobo.png" /><br /><br />
"Hey there, sweetheart, howsabout after this you come hang out with me and my friends," he invites, his slurred words betraying his lack of sobriety.<br /><br />
<<set _q0 to "def">>
<<radiobutton "_q0" "imp">>You just giggle and laugh it off, @@.pc;"Dont be silly"@@<br />
<<radiobutton "_q0" "amb">>You shuffle around uncomfortably under his lecherous gaze, @@.pc;"Uh No, that's ok"@@<br />
<<radiobutton "_q0" "amb">>@@.pc;"No"@@<br />
<<radiobutton "_q0" "sus">>@@.pc;"Fuck No"@@<br /><br />
"Aw don't be like that, We'll have lots of fun. I can make a sexy little thing like you feel real good," replies the bum, holding up the line.<br /><br />
<<set _q1 to "def">>
<<radiobutton "_q1" "imp">>You smile as empathetically as possible, @@.pc;"My lesbian girlfriend would hurt both of us, I'm sorry!"@@<br />
<<radiobutton "_q1" "amb">>He's making you nervous, @@.pc;"Erm, no... I don't think that's a good idea"@@<br />
<<radiobutton "_q1" "amb">>@@.pc;"I think you need to move on, sir"@@<br />
<<radiobutton "_q1" "sus">>@@.pc;"You're holding up the line, asshole,"@@<br /><br />
Your continued refusal makes him huffy, he shuffles on down the line. You can faintly hear him dropping the same line on another young girl further down...<br /><br />
<<button "Answer" "OnetimeBoard">>
<<if _q0 is "imp">>
<<set _daddyScore to _daddyScore + 2>>
<<elseif _q0 is "amb">>
<<set _daddyScore to _daddyScore + 1>>
<<elseif _q0 is "sus">>
<<set _daddyScore to _daddyScore + 0>>
<<else>>
<<set _daddyScore to _daddyScore + 0>>
<</if>>
<<if _q1 is "imp">>
<<set _daddyScore to _daddyScore + 2>>
<<elseif _q1 is "amb">>
<<set _daddyScore to _daddyScore + 1>>
<<elseif _q1 is "sus">>
<<set _daddyScore to _daddyScore + 0>>
<<else>>
<<set _daddyScore to _daddyScore + 0>>
<</if>>
<<set $eventCol.delete("FriTask0A")>>
<<set $eventCol.delete("FriTask0AEX")>>
<<if _daddyScore gte 3>>
<<set $dImpress to "Impressed">>
<<elseif _daddyScore gte 2>>
<<set $dImpress to "Ambivalent">>
<<else>>
<<set $dImpress to "Suspicious">>
<</if>>
<<set $eventCol.push("PostFriTask0A")>>
<</button>><br />
<</if>><!-- -->
<<if $eventCol.includes("PostFriTask0A")>>
You manage finish up the event without any other major problems.<br /><br />
At the end Charles walks up to you.<br /><br />
<<set $eventCol.delete("PostFriTask0A")>>
<<if $dImpress is "Impressed">>
@@.cha;"$pc ! I'm so glad we had you on the serving line. I heard you ran into a little trouble but that you handled it like a champ!"@@ exclaims Charles.<br /><br />
He's clearly impressed with you, this will surely keep Valerie happy.<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $DWeek to 1>>
<</link>></span><br />
<<elseif $dImpress is "Ambivalent">>
@@.cha;"$pc ! I'm so sorry! I heard you ran into a little trouble earlier tonight... sometimes the people we try to help can get a little... well you know..."@@ explains Charles.<br /><br />
He seems like he wants to say more, but stops himself. You get the impression you probably could've handled things a little more gracefully.<br /><br />
At least he's not angry with you, which means Valerie probably won't be either.<br /><br />
<span class="link-masc"><<link "Go Home" "Home">>
<<set $DWeek to 1>>
<</link>></span><br />
<<else>>
@@.cha;"$pc , Uhm... I'm sorry... . I heard about what happened... but maybe this isn't the right type of thing for you..."@@ apologizes Charles.<br /><br />
He's clearly holding back, it seems he wasn't impressed with how you handled yourself. Maybe you could've been a little nicer.<br /><br />
Charles is clearly suspicious of you, there's going to be hell to pay with Valerie...<br /><br />
<span class="link-masc"><<link "Go Home" "OnetimeBoard">>
<<set $eventCol.push("FriTask0AFail")>>
<</link>></span><br />
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("FriTask0AFail")>>
When you get back home, Valerie is waiting for you at the door<br /><br />
@@.hg;"What the hell were you thinking! I just got off the phone with my dad, and he KNOWS something's up. I don't know what you did at the charity event, but I'm kicking you out now before you can cause any more problems!"@@ hisses Valerie.<br /><br />
@@.pc;"Val wait!, I just-"@@<br /><br />
@@.hg;"NO, I warned you, $pc , I warned you what would happen if my dad got suspicious. Get out... and don't come back!"@@ and with that, Valerie slams the door in your face.<br /><br />
<span class="link-masc"><<link "That's not what really happened... (Go Back)" "OnetimeBoard">>
<<set $eventCol.delete("FriTask0AFail")>>
<<set $eventCol.push("FriTask0AEX")>>
<</link>></span><br /><br />
Accept the Consequences (not implemented)
<</if>><!-- -->
<<if $eventCol.includes("FriTask0BEX")>>
<<set _daddyScore to 0>>
Valerie's father, Charles stands on the other side of the door. Through the peep hole you watch him as glances down at his wrist watch.<br /><br />
<i>Who wears a wrist watch?</i> You think to yourself.
This might be an opportunity to @@.hint;redeem yourself and impress Charles@@ after your less than stellar performance during your last encounter.<br /><br />
You seem to remember that he seemed to approve of the @@.hint;cute@@ innocent type of girl, especially considering how much of a daddy's girl Valerie pretended to be.<br /><br />
<<switch $pcAb.outerWear>>
<<case "slobClothes">>
<<set _overallC to "total @@.hint;slob@@, gross">>
<<case "trendyClothes">>
<<set _overallC to "man from an Abercrombie and Fitch magazine, very @@.hint;trendy@@">>
<<case "fancyClothes">>
<<set _overallC to "well-to-do gentleman, very @@.hint;fancy@@">>
<<case "sexyClothes">>
<<set _overallC to "@@.hint;sexy@@ girl ready to party">>
<<case "cuteClothes">>
<<set _overallC to "@@.hint;cute@@, simple girl">>
<<case "professionalClothes">>
<<set _overallC to "@@.hint;professional@@, business woman ready to make things happen">>
<<case "sluttyClothes">>
<<set _overallC to "@@.hint;slut@@, this outfit would be highly inappropriate just about anywhere">>
<<case "sluttyArticle">>
<<set _overallC to "person that is @@.hint;confused@@ and also slutty (your style doesn't match up and you're wearing something that might be considered @@.hint;slutty@@)">>
<<case "mismatch">>
<<set _overallC to "person that is @@.hint;confused@@ (your style doesn't match up)">>
<<default>>
<<set _overallC to "naked person">>
<</switch>>
You are currently dressed like a _overallC <br /><br />
You could go and <span class="link-masc"><<link "quickly change clothes" "ChangeClothes">><</link>></span><br /> if you think it will help your chances.<br /><br />
Otherwise, you should probably <span class="link-masc"><<linkappend "open the door">><br /><br />
<<if $pcAb.outerWear is "cuteClothes">>
You greet Charles with feigned excitement. You cute clothes combined with your ecstatic greetings bring a smile to his face.<br /><br />
You inwardly give yourself a high-five on what seems to be a clear victory with Charles.<br /><br />
<<set _daddyScore to _daddyScore + 1>>
<<else>>
You greet Charles with feigned excitement. He seems unsurprised by your choice of clothes and unmoved by your false enthusiasm.<br /><br />
You get a sinking feeling that maybe should've gone for something @@.hint;cuter@@ before answering the door.<br /><br />
<</if>>
<<set _q0 to "def">>
Charles greets you @@.cha;"Oh hi, $pc , is Valerie around?"@@<br /><br />
<<radiobutton "_q0" "amb">> Cutely say @@.pc;"No she stepped out, is there anything I can help you with?"@@<br />
<<radiobutton "_q0" "sus">> Dismissively reply @@.pc;"uhhhh, no"@@<br /><br />
<<button "Answer" "OnetimeBoard">>
<<if _q0 is "amb">>
<<set _daddyScore to _daddyScore + 1>>
<</if>>
<<if _daddyScore gte 2>>
<<set $eventCol.push("FriTask0BEX1amb")>>
<<else>>
<<set $eventCol.push("FriTask0BEX1sus")>>
<</if>>
<<set $eventCol.delete("FriTask0B")>>
<<set $eventCol.delete("FriTask0BEX")>>
<<set $eventCol.push("FriTask0BEX1")>>
<<goto OnetimeBoard>>
<</button>><br />
<</linkappend>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("FriTask0BEX1")>>
<<if $eventCol.includes("FriTask0BEX1amb")>>
Charles looks you over, not so much "checking you out" like other men have, but like he's trying to solve some equation in his mind. An equation where you are obviously the variable to be solved.<br /><br />
He scratches his head and nods, his warm demeanor quickly flooding back over his face.<br /><br />
@@.cha;"That's ok $pc , I'll come back some other time,"@@ he says as he turns while waving.<br /><br />
<img src="ast/img/s/chaBadRecover.png" /><br /><br />
You waggle your fingers, trying to be as cute and innocent as possible.<br /><br />
You think... you think you might've actually improved your standing with Charles. He was clearly unprepared for the cutesy version of you.<br /><br />
<span class="link-masc"><<link "Valerie's Dad Leaves" "Home">>
<<set $eventCol.delete("FriTask0B")>>
<<set $eventCol.delete("FriTask0BEX1")>>
<<set $eventCol.delete("FriTask0BEX1amb")>>
<<set $DWeek to 1>>
<</link>></span><br />
<<else>>
Charles looks you over, something about the disgust creeping over his face makes you realize you've really fucked up this time.<br /><br />
He abruptly turns around, frantically dialing something on his phone, leaving you bewildered and filled with dread.<br /><br />
<span class="link-masc"><<link "This isn't how things really happened... is it?" "OnetimeBoard">>
<<set $eventCol.delete("FriTask0B")>>
<<set $eventCol.delete("FriTask0BEX1")>>
<<set $eventCol.delete("FriTask0BEX1amb")>>
<<set $eventCol.delete("FriTask0BEX1sus")>>
<<set $eventCol.push("FriTask0BEX")>>
<</link>></span><br />
<</if>>
<</if>>
<<if $eventCol.includes("DVisit1")>>
<<set _tuck to 0>>
<<set _towel to 0>>
<<set $DWeek to 99>>
You panic, it sounds like he's probably standing down the hallway, but if he gets any closer to the bathroom, a bathroom with no lock on the door... he could walk in and discover your little <i>extra</i>.<br /><br />
You have a narrow window of time to get from the bathroom to your room, luckly the bathroom is still pretty steamy from your recent shower. Perhaps the combination of steam and tasteful placement of your towel will help you make it to the safety of your room.<br /><br />
<span class="link-fem"><<linkappend "Hide You Cock Between You Legs and Squeeze!">>
<br /><br />You carefully push you penis backwards between your legs and squeeze your legs together hard. It's uncomfortable, but the illusion of a pussy between your legs is surprisingly convincing, especially since you have to arch your back slightly to keep everything in place, further accentuating your curves.<br /><br />
<img src="ast/img/s/chaTuck.png" /><br /><br />
<<set _tuck to 1>>
<</linkappend>></span><br /><br/><br />
<span class="link-fem"><<linkappend "Wrap Towel Around Chest">>
<br /><br />You wrap the towel around your chest, giving you the illusion of breasts... also a towel around the chest is far more feminine that putting one around your waste like you used to do.<br /><br />
<img src="ast/img/s/chaTowel.png" /><br /><br />
<<set _towel to 1>>
<</linkappend>></span><br /><br/><br />
<span class="link-masc"><<linkappend "Walk Out of Bathroom">>
<<if _tuck is 1 and _towel is 1>>
<<set $dImpress to "Impressed">>
<br /><br />You prance out of the bathroom, acting surprised as you spot Charles down the hall<br /><br />
You wave at him with a smile as you escape into the security of your bathroom.
Judging from his reaction, he was embarassed to see you naked, but it sounds like he bought the deception... you really are good at being a girl.<br /><br />
<span class="link-masc"><<link "Valerie's Dad Leaves" "Home">>
<<set $eventCol.delete("DVisit1")>>
<<set $eventCol.push("")>>
<</link>></span><br />
<<elseif _tuck is 1 and _towel is 0>>
<<set $dImpress to "Ambivalent">>
<br /><br />You prance out of the bathroom, your bare body glistening with hot steam.<br /><br />
You realize a little late that you should've covered yourself up at least a little as you see Charles's shocked... and maybe a little bemused, expression.<br /><br />
You disappear into the security of your room. Judging from the muffled conversation Charles is having with Valerie, he didn't approve of your naked escapade, but didn't seem to suspect anything either.<br /><br />
<span class="link-masc"><<link "Valerie's Dad Leaves" "Home">>
<<set $eventCol.delete("DVisit1")>>
<<set $eventCol.push("")>>
<</link>></span><br />
<<elseif _tuck is 0 and _towel is 1>>
<<set $dImpress to "Ambivalent">>
<br /><br />You prance out of the bathroom, your towel securely wrapped around your chest.<br /><br />
You wave with slight embarassment to Charles from down the hallway. He waves back, clearly embarassed at seeing you in nothing but a towel. He also seems a bit disturbed at something between your legs...<br /><br />
You quickly slip inside your bedroom, red with embarassment. Did he see your cock? Judging from the muffled conversation, it seems there was just enough doubt that he didn't bring it up if he did.<br /><br />
<span class="link-masc"><<link "Valerie's Dad Leaves" "Home">>
<<set $eventCol.delete("DVisit1")>>
<<set $eventCol.push("")>>
<</link>></span><br />
<<elseif _tuck is 0 and _towel is 0>>
<br /><br />You brazenly walk out of the bathroom naked, your caged cock waggling in front of your legs as you attempt to scurry to your room<br /><br />
@@.cha;"Valerie! What in blazes!"@@ you hear Charles erupt.<br /><br />
You hear Valerie frantically try to explain what he just saw but to no avail.<br /><br />
Charles bursts into your room, points at your cock, his face red with anger...<br /><br />
Well you fucked up good this time...<br /><br />
<span class="link-masc"><<link "Wait... that's not what happened" "OnetimeBoard">>
<</link>></span><br />
<<else>>
--hiding, suspicious<br /><br />
<span class="link-masc"><<link "Valerie's Dad Leaves" "Home">>
<<set $eventCol.delete("DVisit1")>>
<<set $eventCol.push("")>>
<</link>></span><br />
<</if>>
<</linkappend>></span><br /><br/><br />
<</if>><!-- -->
<</nobr>><<set $wentToGF to true>>
She tugs your pants down around your knees and drapes the sopping wet wash cloth over your cock. You find it surprisingly warm and comfortable and smile as she massages the cloth into your pubic mound and balls. You're almost afraid you might cum just from this but she stops before the sexual pressure gets to be too much. Next she works the shaving cream all around your pubes, balls, and the base of your cock. A few times her face get so close to the tip of your swollen dick that you can feel her hot breath cascade around it.
<video src="ast/img/firstPShav.mp4" width="640" height="480" autoplay auto loop></video>
She expertly shaves your pubes, leaving behind smooth, stubble-free skin. She grasps your cock and gives one long slow stroke from tip to base, nearly making you cum. She tells you she expects you to keep yourself shaven down there from now on if you want any more sexy time.<<set $focuslvl to $minFocus>><<set $hlvl to $maxhlvl>>
You realize you're not getting any further tonight, but it's worth considering her demand consider how close you came to sealing the deal
<<set $eventCol.delete("foolAround")>>
<span class="link-fem"><<link "Agree to keep your pubes shaved" "Home">><<set $eventCol.delete("shavePubes")>><<set $eventCol.push("shaveBHandPerfume")>><</link>></span><br />
<span class="link-masc"><<link "Refuse to keep your pubes shaved" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<!--for handling refusals-->
<<nobr>><<if $eventCol.includes("refusingHg")>><<set $wentToGF to true>>
<<addclass "body" "valhouse">>Valerie scowls with frustration and orders you out of her house<<set $hgAngMeter to $hgAngMeter + 14>><br />
<br /><span class="link-masc"><<link "Go Home" "Home">><<set $eventCol.delete("refusingHg")>><</link>></span><br />
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("refusedTogiveBankPW")>>
Valerie scowls with frustration and accuses you of cheating on her. She slaps you in the face. You could swear she looks like she's about to cry as she turns on her heel and storms out. You've pissed her off. It'll take some time... and money... to make her happy again<<set $hgHappylvl to 0>><br />
<br /><span class="link-masc"><<link "Go Home" "Home">><</link>></span><br />
<</if>><</nobr>><<nobr>>
<<set $wentToGF to true>><<set $currentTime to $currentTime + 8>>
<<if $wallet gte 200>>
<<set $wallet to $wallet - 200>><<set $eventCol.push("foolAround")>>
<<set _cdate to random(2)>>
<<if _cdate is 0>>
She wants to go to one of those nice movie theaters that serve you food and alcohol while you watch the film.<br /><br />
<img src="ast/img/s/dinandmovie.png" /><br /><br />
The whole date sets you back $200<br /><br />
<<elseif _cdate is 1>>
She wants to go to that Funtime Sports Zone with all the batting cages and mini-golf. But of course... she wants to go to the one in the nice neighborhood that charges way more than the one by where you live.<br /><br />
<img src="ast/img/s/sportzone.png" /><br /><br />
The whole date sets you back $200<br /><br />
<<else>>
She wants to go to the local art gallery being hosted at the museum. You breathe a sigh of relief since admission prices are low. However, she more than makes up for this at the gift shop. <br /><br />
<img src="ast/img/s/artmuseum.png" /><br /><br />
The whole date sets you back $200<br /><br />
<</if>>
<<else>>
too broke to go on date, she's angry<br /><br />
<<set $hgAngMeter to $hgAngMeter + 7>>
<</if>>
<span class="link-masc"><<link "Go Back To Her Place" "VisitGF">><</link>></span><br />
<</nobr>><<set $wentToGF to true>><<set $currentTime to $currentTime + 8>>
<<if $wallet gte 300>>
<<set $wallet to $wallet - 300>><<set $hgHappylvl to $hgHappylvl + 1>><<set $hgAngMeter to 0>>
<<set _cdate to random(1)>>
<<if _cdate is 0>>
She wants to go to the casino for a night of drinks and gambling.
<img src="ast/img/s/casinoDate.png" />
You both have a great time but, as expected, the house always wins and you leave with $300 less in your wallet
<<else>>
She wants to go to the local city arena where a broadway show is performing. You agree with a smile while internally dreading the bore fest ahead of you
<img src="ast/img/s/musicalDate.png" />
The whole date sets you back $300, but you managed to stay awake for the whole thing
<</if>>
<<else>>
too broke to go on date, she's angry
<<set $hgAngMeter to $hgAngMeter + 7>>
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><<set $wentToGF to true>><<set $currentTime to $currentTime + 8>>
<<if $wallet gte 400>>
<<set $wallet to $wallet - 400>><<set $hgHappylvl to $hgHappylvl + 1>><<set $hgAngMeter to 0>>
<<set _cdate to random(1)>>
<<if _cdate is 0>>
She wants to go to the exotic car race track, where they let you rent an insanely expensive, high-performance car and take it around the track for a few laps.
<img src="ast/img/s/exoticCarDate.png" />
This was really fun, but also really pricey. You're now $400 poorer.
<<else>>
She wants you to take her on a little shopping spree. It reminds you of your first date with her...
<img src="ast/img/s/busy-mall.png" />
And it also reminds that it was just as expensive then as it is now, the date costs you $400.
<</if>>
<<else>>
too broke to go on date, she's angry
<<set $hgAngMeter to $hgAngMeter + 7>>
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><<set $wentToGF to true>><<addclass "body" "valhouse">>
<<if $eventCol.includes("BHMaintained")>>
She guides you to the bedroom and tells you to strip down. You happily comply, as you see her pull off her dress, revealing that skimpy pink lingerie you like so much. She rewards your hard work...
<video src="ast/img/firstBHShav.mp4" width="640" height="480" autoplay auto loop></video><<set $eventCol.delete("BHMaintained")>>
She seems to know exactly when you're about to cum and slows her stroking down just enough to keep you riding frustratingly close to satisfaction. You begin to plead for her to just let you cum but she just laughs.
@@.hg;"OK, I'll make you a deal. I'll finish you off, but only AFTER you let me paint your nails"@@
You look at her baffled, @@.pc;"Why do you want to paint my nails?"@@
@@.hg;"I'm just curious what you would look like is all. C'mon don't be so insecure, plus aren't you ready to cum?"@@ she asks as she twists the palm of her hand over your swollen cockhead.
You writhe with pleasure and frustration. She's been teasing you all week and she hasn't been this sexual with you since you started shaving yourself...
She sees you are seriously considering it and adds @@.hg;"I'll only do your toenails, it'll be our little secret..."@@
<span class="link-fem"><<link "Agree to let her paint your toe nails" "OnetimeBoard">><<set $eventCol.push("firstToePaint")>><</link>></span><br />
<span class="link-masc"><<link "Refuse to let her paint your toe nails" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<<else>>
She prances in wearing skimpy pink panties and a pink push-up bra. You can't believe how flawless she is and in the lust-soaked mists of your brain you can't begin to conceive of how you managed to find yourself in such an enviable position.
@@.hg;"I just need one big favor from you and I promise I'll make it worth your while"@@ moans Valerie as she sways her hips back and forth, causing her whole body to undulate hypnotically.<<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>>
<img src="ast/img/s/Hg-LingHJ.png" />
You look to see what she has in her hands...
<img src="ast/img/s/hgRazor.png" /><img src="ast/img/s/hgShaveGel.png" />
She hands you her razor and shaving cream.
@@.hg;"I want you to shave yourself completely... from the ears down. Oh and make sure to shower off afterwards,"@@ she instructs playfully as she motions towards the bathroom.
You're so horny that you're all too happy to obey. Tonight's the night, you think to yourself as you wait for the water to warm up. You step into the shower and lather up your entire body. The shaving cream has a distinctive floral scent and you quickly realize you're going to smell very girly. But in the heat of the moment, you don't care as you begin shaving, starting with your face and working your way down your chest and finally down to your legs. You shower off all the loose hair, using her equally girly-smelling shampoo and body wash. When you finally step out of the steamy waters you catch a glimpse of yourself in the foggy mirror and are taken aback at how much more effeminate your body looks now. You didn't realize how manly a little body hair could make someone appear.
You push the awkward realizations of your newly smooth body out of your mind as you walk back into Valerie's room.
@@.hg;"Oh yeah baby that's what I'm talking about"@@ she moans as she pulls you to the bed and begins playing with your stiff, smooth cock.
You being to writhe as she expertly strokes your shaft, her smooth legs rubbing up against yours, sending shivers up and down your body.
<video src="ast/img/firstBHShav.mp4" width="640" height="480" autoplay auto loop></video>
After only a few minutes your cock explodes and pulses with a stream of cum. A grunt escapes your throat as she keeps stroking, a mischievously smile plastered on her face.
@@.hg;"Well that didn't take long at all"@@ she teases
@@.pc;"I'm sorry Val"@@ your cheeks burn with embarrassment at how little effort it took for her to make you cum.
@@.hg;"It's ok, we'll work on that endurance of yours, in the meantime, if you want to keep having fun like this, I want you to stay as smooth as you are right now..."@@
You consider her demand, realizing you'll go through razors a little bit faster if you start shaving your body every day.
<<set $eventCol.delete("foolAround")>>
<span class="link-fem"><<link "Agree to keep your body shaved and scented" "OnetimeBoard">><<set $eventCol.push("firstBH")>><<set $eventCol.delete("shaveBHandPerfume")>><<set $eventCol.push("mildHypnoIntro")>><</link>></span><br />
<span class="link-masc"><<link "Refuse to keep your body shaved and scented" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<</if>>
<span class="link-masc"><<link "Watch Valerie's favorite Porn" "WatchMildHyp">><</link>></span><br />
<<if $eventCol.includes("sissHypno")>>
<span class="link-fem"><<link "Watch Valerie's hypno Porn" "WatchMedHyp">><</link>></span><br />
<</if>>
<span class="link-masc"><<link "Nevermind" "Home">><</link>></span><br /><<nobr>>
Seems like fairly generic porn, but something seems off about it. You swear you can just make out some flashing images super-imposed over the hot slut getting fucked. <<if $eventCol.includes("chastity")>>You rub in vain at your chastity cage but are unable to cum<<else>>It takes you awhile but you eventually get off to it<</if>><br /><br />
<video src="ast/img/mildHyp0.mp4" width="640" height="480" autoplay auto loop>
</video><br /><br />
<<if not $eventCol.includes("chastity")>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to 0>>
And you feel... different, like you've crossed some sort of mental line, but you're not sure how to describe it.<br /><br />
<<if $tasks.includes("mildHypno")>>You notice an icon blinks as soon as you finish the video. Apparently Valerie's been notified<br /><br /><</if>>
<<else>>
you feel incredibly frustrated and even more horny<br /><br />
@@.moneymovbar;<img src="ast/img/s/dfocus.png" />@@<br />
<<set $focuslvl to $minFocus>>
<<set $hlvl to 100>>
<</if>>
<<set $pcAb.routine.watchedMildHyp to true>>
<<if not $eventCol.includes("chastity")>>
<!--<span class="link-masc"><<link "Make a Note to Talk to Rick about the Strange Video" "ComingSoon">><</link>></span><br /><br />-->
<span class="link-fem"><<link "Clean Yourself Up" "Home">><</link>></span><br />
<<else>>
<span class="link-fem"><<link "Nothing you can do about this for now..." "Home">><</link>></span><br />
<</if>>
<</nobr>>@@.hg;"Well go on, open it!"@@ she exclaims
You smile and you eagerly tear open the paper to reveal...
<img src="ast/img/s/vrSet.png" />
@@.pc;"Wow, a VR set! I've always thought these were so cool!"@@ you say as you pop open the cardboard box and pull out the impressive VR helmet.
@@.hg;"That's not all, it'll also let me know when you've used it!"@@ laughs Valerie
You're not sure why that feature would be included or why she'd want to keep track of its use.
She sees your confused expression and explains, @@.hg;"I loaded up a special porn video. It's one of my favorites. I think knowing when you're watching it will bring us closer. You do want to be closer to me... don't you?"@@
She thrusts her tits at you with the last few words.
@@.pc;"Y-yes of course"@@, you stammer
@@.hg;"Great! I knew you'd feel the same. I want you to use it this whole week! Remember, I'll know if you're using it or not"@@ Valerie says as she playfully jabs at your side.<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
<span class="link-masc"><<link "Agree to use VRSet" "OnetimeBoard">><<set $eventCol.push("taskIntro")>><<set $eventCol.delete("mildHypnoIntro")>><<set $eventCol.push("Hypno", "maintainSissy0")>><<set $isFDPUseful to false>><<set $isBBCPUseful to false>><</link>></span><br /><<set $tasks to []>><<set $tasks.push("mildHypno", "bh")>><<set $isRegPUseful to false>><<set $isLesbPUseful to false>><<set $isSybPUseful to false>><<set $isBDSMPUseful to false>><<set $isHCPUseful to false>><<set $isBBCPUseful to false>><<set $isFDPUseful to false>>
<span class="link-masc"><<link "Refuse to use VRSet" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>><<addclass "body" "valhouse">>
<<if $visitsAfterFirstLing is 0>>
You're disappointed she doesn't try it on there in the store but she assures you there'll be plenty of modeling time once you get back to her place.
You get back to her place and follow her into the living room. She spins around with a big grin and says @@.hg;"Ok, you get naked and I'll go slip into something more comfortable"@@
You're a little confused because she leaves the bag of lingerie in the room with you. You shrug your shoulders and strip down, your cock already starting to get hard at thought of her modeling for you. She appears around the corner in a big oversized T-shirt and some short workout shorts.
@@.hg;"What's the matter?"@@ she asks mischievously.
@@.pc;"Uhh... I thought you were going to model this stuff..."@@
She laughs @@.hg;"No, silly those aren't for me and I'm not the one doing any modeling"@@
@@.pc;"What?"@@
@@.hg;"I got those for you!"@@ she exclaims
You look at the bag of frilly blue lingerie, thinking any minute that she'll tell you she was just kidding, but she just looks at you expectantly.
@@.pc;"You... want me to wear... this lingerie"@@ you say slowly, unable to really wrap your head around what's happening.
@@.hg;"Of course! You looked so good with those painted nails, I figured the next step would be to make you even prettier. You have no idea how wet it makes me, imagining you all dressed up in sexy lingerie just for me."@@
You look at her and back at the bag, she's really serious. She really expects you to wear this incredibly girly lingerie.
@@.hg;"If you do this for me, I can PROMISE it'll be worth it,"@@ she assures as she walks up to you and grasps the tip of your cock and lightly rubs her thumb across the top of it.
She grabs you by the ass, letting your cock slide up against her loose fitting workout shorts. You can feel the warmth of her crotch pressed up against your throbbing shaft. Your breathing goes heavy as she pushes your cock against her perfectly smooth and moisturized thigh. Before you can get too much more into it, she places the silky blue panties into your hands. You stare at them for a long while, your cheeks flush with the thrill of the taboo.
@@.hg;"Just start with those, it'll be fun"@@ she reassures you
You sigh as you fumble with them, trying to determine which side is the front. Valerie positions them correctly for you and helps you step into them. You pull them up around your ass.
@@.hg;"See, that wasn't so bad was it?"@@ she giggles as she cups your balls from outside the silky blue panties.
You can't deny how nice they feel, and something inside you stirs at just how perverted this all is. Valerie hands you the garter belt which you pull up around your waist, then you roll up the sheer blue stockings. Valerie helps you hook the garter straps between the garter belt and the stockings.
@@.hg;"You look so cute right now, $pc"@@ squeals Valerie
Cute was not what you were wanting to hear, yet despite how embarrassed you are, your cock can't help but strain against the smooth fabric.
@@.hg;"I'm glad you like it too"@@ she teases as she grips your cock from outside your panties.
<img src="ast/img/s/firstLingModel.png" />
@@.hg;"Alright walk around a little bit, show off how cute and sexy you are"@@ she says with a little more command in her voice than before
Your cheeks are hot with shame as you walk back and forth. You suddenly hear her taking pictures. You frantically demand that she delete them immediately. She laughs and roughly grabs you by the dick. You find yourself unable to argue as she suddenly starts kissing your cock. She's never been this intimate with you before!
<video src="ast/img/firstLing.mp4" width="640" height="480" autoplay auto loop></video>
She expertly brings you to the edge of orgasm, each time commenting about how great you look in lingerie. You feel confused, embarrassed, and aroused all at once as she keeps you in sexual suspense. After what seems like an eternity she lets you cum. She expertly swallows every spurt, her tongue playing over the spasming tip of your penis, causing you to moan from the intense sensation.
After a while you finally recover and she allows you to change out of the lingerie.<<set $pcAb.isGoodSissy to false>><<set $visitsAfterFirstLing to $visitsAfterFirstLing + 1>>
@@.hg;"Don't worry, your kinky fetish will be our little secret"@@ whispers Valerie into your ear
<span class="link-fem"><<link "Go home very confused" "Home">><</link>></span><br />
<<elseif $visitsAfterFirstLing lte 3>>
She tugs at your shirt with one hand as she continues to stroke your cock from inside your pants with the other.
@@.hg;"Mmmm somebody's happy to see me"@@ she says as she runs her tongue over the top of her mouth.
You instantly think of the awesome blowjob she gave you as you look at her glistening ruby red lips.
@@.hg;"I want you to do it again..."@@ she says as she unbuttons your pants and lets your cock spring out from the slit in your boxers.
@@.pc;"Do what?"@@ you say, yet you already have a feeling you know what she's going to ask.
@@.hg;"Wear them again, it was sooo hot. C'moooon I know you liked it just a tiny little bit"@@ she whispers in your ear as she runs a finger over the tip of your pre-cum-soaked cock head.
You're so horny that your mind is in a fog as you contemplate her desire.<<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><br />
<span class="link-fem"><<link "Agree to wear lingerie again... what harm could it do?" "LingModelMaintain">><</link>></span><br />
<span class="link-masc"><<link "Refuse to wear lingerie" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<<else>>
more than 3 visits --shouldn't get here
<</if>>
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>><<addclass "body" "valhouse">>
<<if $snowBall is false>>
You meekly nod, your horniness overriding your pride. Valerie smiles as she gives you another quick kiss before dashing off to her room. Moments later she's back with a bag.
She tosses it to you @@.hg;"You're going to look so cute in this!"@@
<<if $visitsAfterFirstLing is 1>>
You open the bag, and find a different set of lingerie than the blue set you wore the first time. It's a frilly white teddy complete with garter straps and silky white stockings. You feel your heart beat quickly with a sudden surge of excitement but then catch yourself from showing any outwards reaction other than uncertainty.
@@.hg;"Don't worry honey, you're going to look so sexy in this"@@ reassures Valerie, sensing your hesitation.
Valerie moves closer to you and helps you get undressed, then gleefully helps you slide into the women's lingerie.
<img src="ast/img/s/whiteLingModel.png" />
Your cock bulges with urgency, leaving a little spot of pre-cum where the tip strains against the lacy fabric.
@@.hg;"I knew you were getting into this. It's ok, I think it is so hot how secure you are in your sexuality that you're not afraid to experiment"@@ coos Valerie as she expertly rubs the soft material against the head of your cock, sending intense sensations that keep you from responding with anything more complex than a weak affirmation.
<<elseif $visitsAfterFirstLing is 2>>
You brace yourself for what the bag contains this time. You pull out a little pink mini-skirt with matching pink bra. You look at it, wondering if it'll even fit you.
@@.hg;"It's ok, I used these pictures to make sure this would fit just right,"@@ explains Valerie as she shows you her phone, complete with photos of you in lingerie.
@@.pc;"HEY!"@@ you exclaim as you make a grab for her phone.
Valerie quickly jerks her phone away, @@.hg;"Woah, becareful $pc, you almost made me post this on my very public social media profile,"@@ warns Valerie, her finger hovering dangerously over a prominent SHARE button near the bottom of the photo.
@@.pc;"You said those photos didn't have my face in them!"@@ you cry
@@.hg;"No, silly, I said those pics of you with painted nails didn't have your face. I never said I wasn't going to snap a few pics of you all dressed up. But don't you worry, as long as never make another grab at my phone, you won't have to worry about these pics getting sent... unless of course you want me to,"@@ warns Valerie
@@.pc;"NO! I mean... no, I don't want you to"@@ you acquiesce.
@@.hg;"Great, I'm glad we're on the same page, now... about this cute outfit I got for you,"@@ Valerie says, a cruel smile playing over her face.
You sigh as you strip down and tug on the tiny outfit...
<img src="ast/img/s/pinkLingModel.png" />
You begrudgingly model the outfit for her as she gives you directions on how to walk to make the little skirt flit side-to-side.
@@.hg;"Mmmm, are you sure you've never dressed up like a slut before"@@ laughs Valerie as she pinches your ass
Your cheeks burn with embarrassment as she suddenly kisses you and rubs the silky panty fabric against your throbbing cock. It isn't long before you're sprawled out on the floor, Valerie teasing your dick.
<<elseif $visitsAfterFirstLing is 3>>
You've slowly grown accustomed to this part of the drill. You open the bag and pull out a very girly, very slutty set of white and pink lingerie. Valerie smiles as you quickly strip down, eager to get the modeling part over. However, as you slide the skimpy, humiliating outfit on, you can't help but notice your cock is practically drooling as it makes contact with the panties. Even though you won't admit it to her, the combination of shame and humiliation Valerie has put you through has made you enjoy this part maybe a little more than your manliness demands.
<img src="ast/img/s/pinkFrillyLingModel.png" />
@@.hg;"You are so hot right now, what a sexy little slut!"@@ exclaims Valerie
You start to protest being directly called a 'little slut' but Valerie manages to silence the debate with a deep kiss as her hands begin rubbing your throbbing dick from outside the panties
<</if>><<set $visitsAfterFirstLing to $visitsAfterFirstLing + 1>>
Finally, Valerie expertly slides your cock out from the constraints of the lingerie, and makes good on all the teasing she's done...
<video src="ast/img/convLing.mp4" width="640" height="480" autoplay auto loop></video>
It takes only a few seconds of her gently kissing and teasing your cock with her tongue before you cum all over yourself. Valerie only laughs and directs you to the bathroom to clean up, but not before slapping your exposed ass as you walk by.
You hang out for a little while longer, with the conversation focused on how proud she is of you for broadening your sexual horizons. You still feel ashamed that you came so easily, but you're excited that Valerie is getting more and more intimate with you.<br />
<span class="link-fem"><<link "Go home satisfied but ashamed" "Home">><</link>></span><br />
<<else>>
<<if $snowLvl is 0>><<set $focuslvl to 50>><<set $hlvl to 0>>
Valerie gives you another amazing blowjob. She swallows the load before applying some lip balm to her lips. Before you can react she leans in and passionately kisses you while playing with your hyper-sensitive cock head.
<img src="ast/img/s/sbKiss0.png" />
You get a slight taste of something salty pass onto your tongue and you can't help but wonder if she just pushed some of your own cum in your mouth or if it's her thick lip balm coating your lips. You have little time to focus as her expert kiss combined with the over stimulation of your cock makes it a thoroughly enjoyable experience.
When she finally pulls away, your lips feel coated in girly lip gloss. While you're still recovering from the aggressive make out session, Valerie snuggles close to you and takes a selfie. In the picture, you look dazed and maybe a little dumb with your shiny lips and pink girly underwear.<br />
<span class="link-fem"><<link "Compose yourself and go home" "Home">><</link>></span><br />
<<elseif $snowLvl is 1>>
Valerie is especially aggressive with you tonight and you've noticed she's started calling you a little slut more and more often. You feel like if you confront her about it, she'll just say you're being too sensitive or worse, might even begin to question just how secure you are in your masculinity....
Just how secure <i>are</i> you about your masculinity?
The thought doesn't linger long as Valerie pulls your bra down around your shoulders and begins sucking your nipples. The feeling is foreign and intense but it couples nicely with the sensation of being jerked off.
You suddenly hear Valerie laugh with devilish glee as she plays with a bit of pre-cum between her fingers, @@.hg;"This just came from you while I was sucking on your nipples!"@@
You struggle to come up with any explanation but before you have much time to consider what this means, she deep throats your cock while giving your nipples a rough tweak. The sensation causes you to arch your back.
@@.hg;"Wow, I do the same thing when my nipples get played with like that,"@@ laughs Valerie as she quickly gives you a kiss.
Her tongue is slightly salty with what you can only assume to be your pre-cum. You start to protest but find your mind blank as she returns her attention back to your cock, stroking and sucking it while occasionally pinching your nipples. It doesn't take long before you've exploded into her mouth again.
Again, Valerie overstimulates your cock as she glides back up your body and gives you another passionate kiss.
<img src="ast/img/s/sbKiss1.png" /><<set $focuslvl to 50>>
<<set $hlvl to 0>>
This time the warm salty flavor is more intense. There's no pretending now as you feel the viscous substance slide to the back of your mouth. You try to pull away but Valerie presses a little harder against the head of your cock with the slick palm of her hand, weakening you with intense, post-orgasmic waves.
@@.hg;"It's ok baby, I'm just sharing with you a little. It's just a little cum"@@ she reassures.
@@.pc;"What the hell?!"@@ you cry as you manage to push her away, realizing it's too late to spit it out.
@@.hg;"Oh don't be like that, silly. I figured you could handle a little more kinkiness"@@ she says with an innocent smile, @@.hg;"plus it's a good source of protein"@@
You don't find her joke very funny. You quickly get dressed, leaving the lingerie you came with on since you have no other underwear, and leave.<br />
<span class="link-masc"><<link "Go home" "OnetimeBoard">><<set $eventCol.push("firstSelfCumTaste")>><</link>></span><br />
<<elseif $snowLvl is 2>>
You find yourself back in Valerie's room, both of you stripped down to lingerie. She already has you hard and her hand is practically dripping with your pre-cum as she drives you to the edge with a combination of sucking on your nipples and gently kissing the head of your dick.
She glides up next to you. Her lips hover just inches from your own, wet with salty pre-cum.
@@.hg;"Kiss me"@@ she moans, her slippery hand keeping you dancing right on the edge of release.
You try in vain to thrust against her hand, her thigh, anything that might get you off, but she seems to know exactly when you're about to cum and always pulls away.
@@.hg;"Kiss me"@@ she says again, her lips still just inches away.
She brings you to the edge again. You're so close you're about to lose your mind. You begin to rationalize to yourself, it's only pre-cum after all. And it's <i>your</i> pre-cum, it's not gay if it's coming from you. Besides, you need to cum, you really really need to cum. You finally give in and lean up to kiss her but she pulls away and stands up.
@@.pc;"Wh-what?"@@ you exclaim in aroused desperation.
She just smiles at you, as she slowly teases you with her perfect body
<video src="ast/img/valCumTease0.mp4" width="640" height="480" autoplay auto loop></video>
@@.hg;"I don't want to take advantage of your... state,"@@ she says with feigned innocence and pouty lips as she presses her breasts together, @@.hg;"You can always get yourself off"@@
You're stunned. The last few visits she's givin you one amazing orgasm after another. Tonight, you were looking forward to maybe even taking it a little further. But now, you're feeling like you're losing ground as she urges you to finish yourself off.
@@.hg;"Unless..."@@ she moans, as she tugs at her bra straps, slowly revealing to you, for the first time, her glorious breasts.
<video src="ast/img/valCumTease1.mp4" width="640" height="480" autoplay auto loop></video>
@@.pc;"Unless what?"@@
@@.hg;"You know what,"@@ she giggles as she walks over to you and playfully cups her breasts up to your face.
WOW, maybe you're making some progress after all. Here she is, wearing nothing but her panties, and all you have to do is man-up and eat a little cum
You nod, @@.pc;"Ok"@@
@@.hg;"Ok, what?"@@
@@.pc;"I'll do it, I'll... cum-kiss with you"@@ you say, trying to frame the phrase in the least gay way you can think of.
@@.hg;"Say it, say you want to eat your own cum"@@ she says as she resumes stroking your cock, her bare breasts pressed against you, her hot breath tickling your earlobe
@@.pc;"I... I want to eat my own cum"@@ you manage to say as you feel yourself getting close again.
She leans down and traps your cock between her breasts. She moves her body up and down as her tits grow slick with spit and pre-cum. With each down thrust, she swallows your cockhead, her tongue slowly licking the sensitive cock hole with every visit. Finally your body begins to tighten as you feel yourself fast approaching an orgasm. Valerie catches the first burst in her mouth. she deftly continues to jack you off through your orgasm with her hand as she leans over and kisses you, pushing a large portion of your own cum in your mouth.
<img src="ast/img/s/sbKiss2.png" /><<set $focuslvl to 50>><<set $hlvl to 0>>
She continues to kiss you, her slimy tits rubbing pre-cum into your shaved chest as your cum pours out over her hand, down your dick, and onto your balls.
For a few minutes you're in fully decadent bliss as you swallow a healthy serving of your own cum. It wasn't as bad as you thought. Eventually the sexual afterglow fades and the realization that you begged for your own cum starts to set in.
@@.hg;"You're such a dirty little slut, I'm glad you finally came around"@@ praises Valerie
After a while you get dressed, say your goodbyes, and head home, deep in thought <br />
<span class="link-fem"><<link "What have you just allowed to happen?" "Home">><</link>></span><br />
<<elseif $snowLvl is 3>>
You dread where this session will lead. Valerie has already dropped hints throughout the night that she expects you to do what you did last time. You think you'll put your foot down and assert some boundaries...
<video src="ast/img/valCumTease2.mp4" width="640" height="480" autoplay auto loop></video>
But your resolve quickly falls apart when she gets down almost completely naked. Your own horniness clouds your judgement as you accept one pre-cum soaked kiss after another as she grinds, jerks, and teases you to the edge over and over.
Finally she begins to deep throat your cock.
You know you won't last long.
You feel your cock convulse as she drains your balls into her mouth. Without swallowing, she manages to contain almost your entire load. While she straddles you, rubbing her pantie-clad crotch against your exhausted cock, she leans forward and lets a large snow ball of your own cum fall over your mouth, lips and face.
<img src="ast/img/s/sbKiss3.png" /><<set $eventCol.push("chastity")>><<set $eventCol.delete("maintainSissy1")>><<set $eventCol.push("firstChastity")>><<set $tasks.push("ChastityWeek1")>>
She wastes no time giving you a big sloppy kiss, spreading it all around. Oddly enough, you've started to grow accustomed to the taste and you've managed to rationalize that eating your own cum is ok if it means getting further with Valerie.
<span class="link-fem"><<link "Valerie has a surprise for you..." "OnetimeBoard">><</link>></span><br />
<</if>>
<<if $snowLvl lt 4>>
<<set $snowLvl to $snowLvl + 1>>
<</if>>
<</if>>
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
<<if $eventCol.includes("ValEatOut")>>
Valerie strips down, all the while teasing you about your locked up "little cock". Your pride winces each time she pokes fun at your situation, but her nudity helps soothe the psychic wounds. She pushes you backwards and mounts your face. You eat out her perfectly shaved pussy to the best of your ability and under her explicit instructions. Eventually she grabs you by the hair and begins to ride your face until she cums all over your mouth and nose.
<video src="ast/img/valEatOut.mp4" width="640" height="480" autoplay auto loop></video><<set $focuslvl to $minFocus>><<set $hlvl to $maxhlvl>>
<br /><span class="link-fem"><<link "Go home, horny and frustrated" "Home">><</link>></span><br />
<</if>><<set $wentToGF to true>><<set $eventCol.delete("foolAround")>><br /><br />
<<nobr>><<if $pcAb.wornMakeUp is false>>
Valerie wants to practice putting make-up on you. She claims she needs to do it for her beautician class. You realize this will probably be the first of many demands but if you want out of chastity, you better play along. Although, this is the first time you've heard her talk about going to beauty school...<br /><br />
<span class="link-fem"><<link "Agree to let her put make-up on you" "OnetimeBoard">><<set $eventCol.push("firstTimeMakeup")>><<set $pcAb.wornMakeUp to true>><</link>></span><br /><br /><br />
<span class="link-masc"><<link "Refuse to let her put make-up on you" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<<elseif not $eventCol.includes("transing")>>
<<if not $eventCol.includes("sissHypno")>><<set $eventCol.push("sissHypno")>><</if>>
<<if $tasks.includes("medHypno")>>
<<if $pcAb.routine.watchedMedHyp is true>>
Valerie is pleased that you watched the porn. She says it's best to read the sub titles in your head and really try to let your mind relax...<br /><br />
<<set $pcAb.routine.watchedMedHyp to false>>
<<set $tasks.delete("medHypno")>>
<<else>>
@@.hint;Val expects you to watch your hypno like a good girl. If you continue to put this off, Valerie will get angry@@<<set $hgAngMeter to $hgAngMeter + 5>><br /><br />
<</if>>
<<else>>
@@.hint;Valerie wants you to watch some "special" porn she uploaded to your VRSet. The VRSet will notify her once you've watched it.<<set $tasks.push("medHypno")>>@@<br /><br />
<</if>>
<<if $eventCol.includes("girlsNightReq0")>>
<<if $skills.includes("begMakeUp") and $skills.includes("highHeels") and $skills.includes("begManners") and not $specInv.includes("shapeWear")>>
Valerie is impressed with your dedication. She seems happy that with your current progress and commitment that you're well on your way to being able to fool even the most discerning eye. Valerie claims you'll need to buys some more feminine items so that she can evaluate the next steps in your training. She needs you to get a good party girl outfit:<<if not $tasks.includes("getPartyOutfit")>><<set $tasks.push("getPartyOutfit")>><</if>><br /><br />
<<set _hasOutfitChecker to true>>
<<if $topInv.includes("dress00")>><del>Party Dress</del><<else>><span class="excl-masc">Party Dress</span><<set _hasOutfitChecker to false>><</if>><br />
<<if $bottomInv.includes("sexyStockings00")>><del>Black Stockings</del><<else>><span class="excl-masc">Black Stockings</span><<set _hasOutfitChecker to false>><</if>><br />
<<if $shoeInv.includes("highheels00")>><del>High Heels</del><<else>><span class="excl-masc">High Heels</span><<set _hasOutfitChecker to false>><</if>><br />
<<if $smallInv.includes("brapanties00")>><del>Matching Bra and Panties</del><<else>><span class="excl-masc">Matching Bra and Panties</span><<set _hasOutfitChecker to false>><</if>><br /><br />
<<if _hasOutfitChecker is true>>
Valerie studies you in the outfit, but shakes her head. She says you have real potential, but that you just can't quite fill it out. At the moment, you look like an effeminate guy in drag. She needs you to look like a curvy club girl ready to have her sexuality corrupted. To that end, she recommends you get a hold of some shapewear. She points out that regular shapewear won't be sufficient, since most shapewear found in stores assumes you already have some curves to work with. She mentions that some @@.hint;fashion show runners have specialized garments that can help give curves@@ where there are none. <<if $pcAb.workedAsModel is true>>You know this all too well, since you regularly wear that type of shapewear when you're modeling as a transgender model. <</if>>Now the only question is, can you get the show runner to give you that shapewear?<br /><br />
<<if not $tasks.includes("getShapeWear")>><<set $tasks.push("getShapeWear")>><<set $eventCol.push("getShapeWear")>><</if>>
<</if>>
<<else>>
<<if $specInv.includes("shapeWear")>>
Valerie is ecstatic at how well the shapewear works to give you a voluptuous body. She playfully squeezes the shaped tits, which are filled with silicon sacks, giving the artificial breasts a realistic response as they jiggle like the real thing. She then slaps your curvy, artificial ass, watching with delight as it seems to ripple like a real butt.<br /><br />
@@.hg;"Don't you wish you really had curves like these? You would have so much fun!"@@ she exclaims.<br /><br />
You laugh nervously, trying not to think about the harrowing experience you went through to secure this expensive underwear.<br /><br /><<set $eventCol.delete("girlsNightReq0")>><<set $eventCol.push("girlsNightReq1")>>
<<else>>
Valerie has been crafting a plan to make you up into a passable girl:<br /><br />
-Valerie explains that you need to be able to put on make-up and touch it up convincingly. Not only should you know how to put it on, but what each type of make-up does so that you can talk about it with some level of competency in a group of women. She suggests you @@.hint;go buy yourself some make-up,@@ then talk to some professionals about the best way to apply it. You think that maybe @@.hint;the salon@@ might be a great spot to find someone to teach you.<br /><br />
-Valerie explains you need to be able to walk in high heels as naturally as possible. <<if $pcAb.workedAsModel is true>>Your modeling experience has helped out a little with this, but only for very short stretches of time.<</if>> @@.hint;You'll need to buy and wear some high heels and practice at home@@.<br /><br />
-Valerie explains that you need to be able to mimic female mannerisms, or at the very least, not have any male mannerisms! She suggests taking everything you've learned from modeling lingerie and dressing in drag, and try @@.hint;watching yourself in the mirror@@ while thinking, "how would a girl move? act? think?"<br /><br />
<<if not $tasks.includes("begMakeUp", "highHeels", "begManners")>>
<<set $tasks.push("begMakeUp", "highHeels", "begManners")>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $eventCol.includes("girlsNightReq1")>>
<<if $skills.includes("outsideCD") and $skills.includes("begFlirt") and $skills.includes("voiceControl")>>
<<if not $tasks.includes("buyAndUseVibrator")>><<set $tasks.push("buyAndUseVibrator")>><<set $eventCol.push("buyAndUseVibrator")>><</if>>
<<if $specInv.includes("begVibrator")>>
<<if $pcAb.outerWear is "sexyClothes">>
You bring the vibrator to Valerie. She looks at it, admiring its shape and the power of its vibrations. She playfully rubs it against her crotch before waving it around like a magic wand.<br /><br />
<span class="link-fem"><<link "Let Valerie Teach You" "OnetimeBoard">><<set $eventCol.push("usedVibratorEvent")>><</link>></span><br /><br /><br />
<<else>>
Valerie wants you to be @@.hint;fully dressed up@@ before she will show you how awesome vibrators can be.<br /><br />
<</if>>
<<else>>
Valerie says you're almost ready to initiate the girls' night out. Only one obstacle remains, one subject in particular in which lesbians are well-versed, vibrators.<br /><br />
Valerie says you need some experience using a vibrator so that, in a group full of horny lesbians discussing techniques, you won't be totally lost or unable to relate. You're a bit uncomfortable with the implication of what "gaining vibrator" experience means for you, but you rationalize that it's for the ultimate goal of participating in an awesome orgy.<br /><br />
Valerie wants you to @@.hint;buy your very own, and then return to her@@ so that she can teach you how to use it effectively.<br /><br />
<</if>>
<<else>>
Valerie reveals the next phase in your training:<br /><br />
-Valerie explains that you need to practice going out in public in full drag, shapewear and all. She says that being completely dressed and out in public will help you process all the nervousness and anxiety that the girl's night out is sure to bring. You make a note that you'll need to @@.hint;be completely dressed in women's clothing@@ to practice this skill effectively<br /><br />
-Valerie explains that you need to be able to pass yourself off as straight girl. In order to help with this experience, Valerie wants you to get some phone numbers from some guys solely through flirtation. She says this well help you to subvert your male persona so that you don't already seem like you're into girls when you first meet her friends. You think her logic makes a little bit of sense, but you're not too thrilled about having to flirt with a bunch of guys. You'll likely need to @@.hint;be in full drag and have mastered all the other skills@@ to pull this one off. Your best bet would be to avoid the bar so you don't run into anyone you know and instead @@.hint;use the mall to search for guys.@@<br /><br />
-Valerie explains that your voice is dead give-away that you're a guy. She explains that anyone can sound more girlish with some practice. She recommends getting some reference materials at the @@.hint;electronics shop@@.<br /><br />
<<if not $tasks.includes("outsideCD", "begFlirt", "voiceControl")>><<set $tasks.push("outsideCD", "begFlirt", "voiceControl")>><</if>>
<</if>>
<</if>>
<<if $eventCol.includes("first1fbj")>>
Valerie offers to temporarily let you out of your cage and give you a special blowjob, but you have to agree to be tied up again and put on a blindfold, and of course, you'll have to adhere to calling her "Mistress". She assures you she won't ruin your orgasms this time...<br /><br />
<span class="link-fem"><<link "Agree to special blowjob terms" "OnetimeBoard">><<set $eventCol.delete("first1fbj")>><<set $eventCol.push("1fbj")>><</link>></span><br /><br />
<span class="link-masc"><<link "Refuse to be put in bondage again" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<</if>>
<<if $eventCol.includes("first2fbj")>>
Valerie offers to let you out of your cage and give you a special blowjob. She warns you that you'll be fingered again but that it'll feel really good...<br /><br />
<span class="link-fem"><<link "Agree to another special blowjob" "OnetimeBoard">><<set $eventCol.delete("first2fbj")>><<set $eventCol.push("2fbj")>><</link>></span><br /><br />
<span class="link-masc"><<link "Refuse to be put in bondage again" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<</if>>
<<if $eventCol.includes("firstButtPlug")>>
Valerie is pleased at how open-minded you've been about all the anal stuff and as she sits on the bed in her cute green dress, she tells you she finally wants to have sex with you... on one condition. She wants you completely dressed up. She wants this moment to be special...<br /><br />
<img src="ast/img/s/bpTease0.png" /><br /><br />
@@.hg;"Oh and one more thing..."@@ She says as she opens the drawer next to her bed, @@.hg;"I want you to wear this too"@@
She pulls out a blue butt plug.<br /><br />
It takes you a moment to realize what this means. You look at her in panic.<br /><br />
@@.pc;"Val, there's no way I can do that. I mean your fingers are one thing but..."@@ you begin to plead.<br /><br />
@@.hg;"But what? Don't you want to fuck me?"@@ she asks as she runs her hands up and down her body, @@.hg;"Don't worry, I'll help you and it'll make everything feel really good"@@.<br /><br />
Valerie walks over and gives a kiss while she playfully grabs your crotch, @@.hg;"I know how much you liked getting fingered... this is just the next step"@@<br /><br />
You're left with a challenging problem. You're finally getting a chance to fuck the hottest girl you ever met... you just have to jump through one more hoop. One more humiliating thing...<br /><br />
<span class="link-fem"><<link "Agree to wear butt plug during sex" "OnetimeBoard">><<set $eventCol.delete("firstButtPlug")>><<set $eventCol.push("firstButtPlugSex")>><</link>></span><br /><br />
<span class="link-masc"><<link "Refuse to wear butt plug" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<</if>>
<<if $eventCol.includes("ButtPlugTrain0")>>
<<if $clothes.buttplug00.qty is 0>>
@@.hg;"We obviously need to work on your control so you won't be such a... minute-man"@@ scoffs Valerie as she holds up her finger and her thumb as if she was measureing out an inch.
Valerie explains that buying and wearing your own butt plug combined with chastity will help you to better control your urges, which will in turn help you last longer in bed. You're a bit skeptical at this claim, but if you want another chance to fuck Valerie, this is your only route.<br /><br />
<span class="link-fem"><<link "Go home and think about buying one..." "Home">><</link>></span><br />
<<else>>
<<if $invs.rear.rearType is "plug">>
You tug down your pants and show her that you're wearing it. She gives you bonus points for the color. You then spend the next hour making out while she prods and pushes on the end of your plug. She doesn't let you get much further and sends you back home. She insists that you start wearing it overnight as well so that you can get used to wearing the plug.<<set $eventCol.push("analDream")>><br /><br />
<span class="link-fem"><<link "Go Home Wearing your plug" "Home">><</link>></span><br />
<<else>>
Valerie isn't going to take your word for it, you'll need to @@.hint;wear your butt plug@@ next time you see her. You should @@.hint;check your clothing@@...<br /><br />
<span class="link-fem"><<link "Remind yourself to wear your plug next time" "Home">><</link>></span><br />
<</if>>
<</if>>
<</if>>
<<if $eventCol.includes("saveForGirlNight0")>>
Valerie clasps her hands over yours, looking suddenly very earnest.<br /><br />
@@.hg;"I haven't been completely up front with you, $pc,"@@ she says<br /><br />
<i>Yeah, no kidding</i> you think to yourself, but respond with, @@.pc;"what do you mean?"@@<br /><br />
@@.hg;"Well, I'll only tell you the full truth if you really <i>really</i> want to know. But I'm scared it might change how you look at me,"@@ she explains with trepidation.<br /><br />
Suddenly you're not so sure if you want to know whatever secret she's hiding...<br /><br />
<span class="link-masc"><<link "Listen to Valerie's secret" "OnetimeBoard">><<set $eventCol.push("girlsNightReqEvent")>><</link>></span><br /><br />
<span class="link-masc"><<link "Refuse to listen" "Refusing">><<set $eventCol.push("refusingHg")>><</link>></span><br />
<</if>>
<<if $eventCol.includes("girlsNightReq0") or $eventCol.includes("girlsNightReq1")>>
<<if $valPaysIt is false>>
Valerie seems to be pleased that you paid for the date, despite the financial impact it has on you. She rides your cock like a champion, letting you cum inside her impossibly tight cunt. However, since you always seem to cum before she can, she rides her sloppy pussy all over your face. You end up swallowing much of your own cum as she uses your face to orgasm.<<set $focuslvl to $focuslvl + 50>><<set $hlvl to $hlvl - 50>><br /><br />
<video src="ast/img/emasc1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<else>>
<<set _emasc0 to random(1)>>
<<if _emasc0 is 0>>
Valerie strips you down, and explains you need to know how to control your urges since you'll be surrounded by a bunch of eager pussy soon! While teasing your cock, she finger fucks your asshole. You find the process enjoyable as the dual sensations help you focus on pleasure coming from an entirely different region of your body. However, she forbids you from touching yourself during the process. You reluctantly go back into chastity, predictably horny and frustrated.<br /><br />
<video src="ast/img/emasc0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<else>>
Valerie has you dress up in drag in order to get comfortable wearing the clothes, make up, etc. However, instead of the usual round of kinky things, she encourages you to talk about your feelings. You take turns emotionally validating each other. The concept is a bit foreign, but not altogether unpleasant.<br /><br />
<video src="ast/img/emasc2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<set $valPaysIt to true>>
<</if>>
<span class="link-masc"><<link "Go Home" "Home">><</link>></span><br />
<</if>>
<<if $eventCol.includes("girlsNightOut0") and not $eventCol.includes("ButtPlugTrain0")>>
Valerie kisses you and sends you home early, she wants you well rested for the big girls night out!<br /><br />
<span class="link-masc"><<link "Go Home" "Home">><</link>></span><br />
<<elseif $eventCol.includes("gnoEnd")>>
<<if $faintSpell lt 1>>
You decide to go see Valerie despite her deception. Initially you resolve to confront her about the whole thing, but you're not really sure how to address the issue. Was it really such a bad experience? Plus, what Valerie said was <i> mostly </i> true in that you were involved in an all-girl orgy.<br /><br />
You feel conflicted.<br /><br />
You can't deny how hard you came being treated the way you were. I mean what guy wouldn't be sexually aroused by a bunch of naked women? But on the other hand, you were treated just like one of the girls, even so far as taking a strap-on up the ass. You were balls deep in Valerie, so you can always claim that that's what got you off, but the sensation of having your ass filled...<br /><br />
You shake the thoughts from your mind.<br /><br />
You enjoy a nice time with Valerie, but she wants you to @@.hint;recover for a few days@@ from the demanding girls night out you just had. You admit that the whole experience was physically and mentally draining. You and Valerie cuddle a bit on the couch. She massages and showers praise on you and it makes you feel a bit better about the very confusing night you had.<br /><br />
@@.hint;Hanging out with her is making you feel better about things.@@<br /><br /><br />
<img src="ast/img/s/cuddleTime0.png" /><br /><br />
<span class="link-masc"><<link "Go Home" "Home">><<set $faintSpell to $faintSpell + 1>><</link>></span><br />
<<elseif $faintSpell lt 2>>
Valerie gives you a warm embrace as soon as you get through the door. Your interactions have been non-sexual ever since the orgy. Oddly enough, you've been kinda ok with it. I mean sure, you're still as guy... you still have needs. But those needs just don't seem as urgent anymore. Whereas before, your sex drive was a like a slavering wolf desperate for a meal, it's now mellowed to an obedient puppy just happy to get some attention.<br /><br />
@@.hg;"How are you feeling after everything?"@@ she asks.<br /><br />
You rub the back of your head, instead of the typical closed answer you would normally give, you actually sorta feel like opening up, @@.pc;"I guess... still trying to process everything. I feel... I feel betrayed."@@<br /><br />
Your eyes widened, not realizing the admission was going to come out so bluntly. You feel your face go red with emotion.<br /><br />
@@.hg;"$pc , I'm so sorry. I thought after everything... everything we've done together... that you would like it..."@@ she grabs your hands, her face melting into that of a concerned friend.<br /><br />
You feel tears start to well up in your eyes, you're definitely not usually this emotional. You can't even remember the last time you cried, @@.pc;"Val it's not that I didn't like it..."@@<br /><br />
@@.hg;"It did feel good didn't it? You were filling me, and you were getting filled... it was amazing having everyone there. $pc everyone thought you were so hot. I'm sorry I didn't give you all the details of what was going to happen, but would you have really tried it if I had been up-front with you?"@@ she asks.<br /><br />
You wipe your eyes preemptively, preventing actual tears from reaching critical mass and tumbling down your cheeks as you laugh a little at Valerie's question.<br /><br />
Valerie gives you a knowing smile, @@.hg;"Look I know that having sex the way that we did... if other people knew, they might think you're something you're not."@@<br /><br />
Her insight immediately puts you at ease, so she <i> does </i> get it.<br /><br />
<img src="ast/img/s/cuddleTime1.png" /><br /><br />
<span class="link-masc"><<link "Go Home" "Home">><<set $faintSpell to $faintSpell + 1>><</link>></span><br />
<<elseif $faintSpell lt 3>>
After returning from the date, Valerie's mood turns serious.<br /><br />
@@.hg;"$pc , I thought a lot about what you said, and I want to try to make it up to you. Tonight, I just want you to relax"@@ she says.<br /><br />
Before you can respond she kisses you passionately before guiding you to the bedroom where she has a series of towels laid out. She helps you get undressed, giving you a warm smile as she sees the confusion on your face. You look around, worried you might be ambushed by a another gang of cock-wielding bisexuals, but it's just you and Valerie.<br /><br />
She gently positions you on the bed, facedown. You feel something warm droop and drizzle on to your back. You begin to turn to see what it is but notice that Valerie has stripped down to her underwear.<br /><br />
<img src="ast/img/s/cuddleTime3.png" /><br /><br />
Words fail you as see that she has applied some kind of massage oil on to your back. She straddles your bare ass and begins to knead the oil into your skin. You immediately feel yourself go limp as she expertly massages your shoulders, back, and buttocks.<br /><br />
@@.hg;"Feel good?"@@ she asks.<br /><br />
You mumble a response in the affirmative. She has you flip around as she begins working the scented oil into your chest and tummy. She seems to pay extra attention to your nipples which causes you to squirm with delight, but she never progresses to anything more sexual.<br /><br />
After a few hours, you are thoroughly relaxed and happy. You're a little dissapointed you didn't get anything more sexual, but you're so relaxed that you're not overly fixated on it. You eventually drag yourself off the bed, shower off, dress, and return home<br /><br />
<img src="ast/img/s/cuddleTime2.png" /><br /><br />
<span class="link-masc"><<link "Go Home" "Home">><<set $faintSpell to $faintSpell + 1>><</link>></span><br />
<<else>>
<<set $eventCol.push("faintingEvent")>>
As you walk into Valerie's house you start feeling very light headed. You sit down on Valerie's couch.<br /><br />
@@.hg;"$pc , are you ok?"@@<br /><br />
It feels like the world is on a seesaw.<br /><br />
<h5>@@.hg;"$pc ? $pc!"@@</h5>
Valerie asks if you're ok but her voice seems so far away.<br /><br />
Your arms and legs feel like they weigh a ton.<br /><br />
<h6>@@.hg;"Oh My God!"@@</h6>
You feel disconnected from everything, your eyes no longer open, your mind floating away into oblivion...<br /><br />
<span class="link-fem"><<link "You Don't Feel So Good" "OnetimeBoard">><</link>></span><br />
<</if>>
<</if>>
<</if>><</nobr>><<nobr>><<if $tasks.includes("payMedDebt")>>
<<if $debt lte 0>>
<del>Pay Back Medical Debt</del><br />
<<else>>
Pay Back Medical Debt<br />
<</if>>
<</if>>
<<if $tasks.includes("mildHypno")>>
<<if $pcAb.routine.watchedMildHyp is true>>
<del>Watch Valerie's Favorite Porn Today</del><br />
<<else>>
Watch Valerie's Favorite Porn Today<br />
<</if>>
<</if>>
<<if $tasks.includes("medHypno")>>
<<if $pcAb.routine.watchedMedHyp is true>>
<del>Watched Sissy Hypno</del><br />
<<else>>
Watched Sissy Hypno<br />
<</if>>
<</if>>
<<if $tasks.includes("bh")>>
<<if $pcAb.girlySmell is true>>
<del>Keep Body Shaved</del><br />
<<else>>
Keep Body Shaved<br />
<</if>>
<</if>>
<<if $tasks.includes("wearPanties")>>
<<if $invs.smallWear.smallType is "sexy">>
<del>Buy and wear panties</del><br />
<<else>>
Buy and wear panties<br />
<</if>>
<</if>>
<<if $tasks.includes("ChastityWeek1")>>
<<if $daysInChastity gt 7>>
<del>Endure 1 Week of Chastity</del><br />
<<else>>
Endure 1 Week of Chastity<br />
<</if>>
<</if>>
<<if $tasks.includes("begMakeUp")>>
<<if $skills.includes("begMakeUp")>>
<del>Master Basic Make-Up Application</del><br />
<<else>>
Master Basic Make-Up Application<br />
<</if>>
<</if>>
<<if $tasks.includes("highHeels")>>
<<if $skills.includes("highHeels")>>
<del>Master Walking in High Heels</del><br />
<<else>>
Master Walking in High Heels<br />
<</if>>
<</if>>
<<if $tasks.includes("begManners")>>
<<if $skills.includes("begManners")>>
<del>Master Basic Feminine Mannerisms</del><br />
<<else>>
Master Basic Feminine Mannerisms<br />
<</if>>
<</if>>
<<if $tasks.includes("getPartyOutfit")>>
<<if $topInv.includes("dress00") and $bottomInv.includes("sexyStockings00") and $shoeInv.includes("highheels00") and $smallInv.includes("brapanties00")>>
<del>Acquire a Party Girl Outfit</del><br />
<<else>>
Acquire a Party Girl Outfit<br />
<</if>>
<</if>>
<<if $tasks.includes("getShapeWear")>>
<<if $specInv.includes("shapeWear")>>
<del>Acquire Shape Wear</del><br />
<<else>>
Acquire Shape Wear<br />
<</if>>
<</if>>
<<if $tasks.includes("outsideCD")>>
<<if $skills.includes("outsideCD")>>
<del>Get Comfortable Crossdressing in Public</del><br />
<<else>>
Get Comfortable Crossdressing in Public<br />
<</if>>
<</if>>
<<if $tasks.includes("begFlirt")>>
<<if $skills.includes("begFlirt")>>
<del>Master Basic Flirting</del><br />
<<else>>
Master Basic Flirting<br />
<</if>>
<</if>>
<<if $tasks.includes("voiceControl")>>
<<if $skills.includes("voiceControl")>>
<del>Master Mimicking a Feminine Voice</del><br />
<<else>>
Master Mimicking a Feminine Voice<br />
<</if>>
<</if>>
<<if $tasks.includes("buyAndUseVibrator")>>
<<if $eventCol.includes("usedVibrator")>>
<del>Buy and use vibrator in front of Valerie</del><br />
<<else>>
Buy and use vibrator in front of Valerie<br />
<</if>>
<</if>>
<<if $tasks.includes("sissDance")>>
<<if $skills.includes("sissDance")>>
<del>Practice Dancing Like a Girl</del><br />
<<else>>
Practice Dancing Like a Girl<br />
<</if>>
<</if>>
<<if $tasks.includes("bjPractice")>>
<<if $skills.includes("bjPractice")>>
<del>Learn to Overcome Your Gag Reflex</del><br />
<<else>>
Learn to Overcome Your Gag Reflex<br />
<</if>>
<</if>>
<<if $tasks.includes("sissSquats")>>
<<if $skills.includes("sissSquats")>>
<del>Perform Squat Routine</del><br />
<<else>>
Perform Squat Routine<br />
<</if>>
<</if>>
<<if $tasks.includes("vibratorPractice")>>
<<if $skills.includes("vibratorPractice")>>
<del>Train Your Ass with a Vibrator</del><br />
<<else>>
Train Your Ass with a Vibrator<br />
<</if>>
<</if>>
<<if $tasks.includes("vrFdAsWoman")>>
<<if $skills.includes("vrFdAsWoman")>>
<del>Complete the "Female Experience" VR Simulation</del><br />
<<else>>
Complete the "Female Experience" VR Simulation<br />
<</if>>
<</if>>
<<if $tasks.includes("vrStrapOnConfusion")>>
<<if $skills.includes("vrStrapOnConfusion")>>
<del>Complete the "Strap-On Teacher" VR Simulation</del><br />
<<else>>
Complete the "Strap-On Teacher" VR Simulation<br />
<</if>>
<</if>>
<<if $tasks.includes("vrSlapMyBUp")>>
<<if $skills.includes("vrSlapMyBUp")>>
<del>Complete the "Music Video Experiment" VR Simulation</del><br />
<<else>>
Complete the "Music Video Experiment" VR Simulation<br />
<</if>>
<</if>>
<<if $tasks.includes("tranNipplePlay")>>
<<if $skills.includes("tranNipplePlay")>>
<del>Let Lily play with your nipples</del><br />
<<else>>
Let Lily play with your nipples<br />
<</if>>
<</if>>
<<if $tasks.includes("tranBlowJob")>>
<<if $skills.includes("tranBlowJob")>>
<del>Let Lily practive giving your a blow job</del><br />
<<else>>
Let Lily practive giving your a blow job<br />
<</if>>
<</if>>
<<if $tasks.includes("tranOilMassage")>>
<<if $skills.includes("tranOilMassage")>>
<del>Let Lily give you a massage</del><br />
<<else>>
Let Lily give you a massage<br />
<</if>>
<</if>>
<<if $tasks.includes("tranMarkerSess")>>
<<if $skills.includes("tranMarkerSess")>>
<del>Degrade Lily with a marker</del><br />
<<else>>
Degrade Lily with a marker<br />
<</if>>
<</if>>
<<if $tasks.includes("reachSG")>>
<<if $skills.includes("canSG")>>
<del>Reach Your First Sissygasm!</del><br />
<<else>>
Reach Your First Sissygasm!<br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy")>>
<<if $tasks.includes("realEstateLicense")>>
<<if $skills.includes("realEstateLicense")>>
<del>Earn Real Estate Agent License</del><br />
<<else>>
Earn Real Estate Agent License<br />
<</if>>
<</if>>
<<if $tasks.includes("getProfessionalAppearance")>>
<<if $topInv.includes("blazer00") and $bottomInv.includes("pencilSkirt00") and $shoeInv.includes("lowheels00") and $smallInv.includes("supportlingerie00") and ($hairaccInv.includes("straightLob00") or $hairaccInv.includes("lowBun00") or $hairaccInv.includes("undoneCurls00"))>>
<del>Look Like a Real Estate Professional</del><br />
<<else>>
Look Like a Real Estate Professional<br />
<</if>>
<</if>>
<</if>>
<<if $currentSMaster.includes("Raven")>>
<</if>>
<<if $currentSMaster.includes("Jessica")>>
<<if $tasks.includes("getTonguePiercing")>>
<<if $eventCol.includes("tonguePierced")>>
<del>Get Tongue Pierced</del><br />
<<else>>
Get Tongue Pierced<br />
<</if>>
<</if>>
<<if $tasks.includes("getSportyAppearance")>>
<<if $topInv.includes("clVest00") and $bottomInv.includes("clSkirt00") and $shoeInv.includes("trainers00") and $smallInv.includes("spankies00") and ($hairaccInv.includes("ribbon00"))>>
<del>Dress Like a Cheerleader</del><br />
<<else>>
Dress Like a Cheerleader<br />
<</if>>
<</if>>
<</if>>
<<if $currentSMaster.includes("Suzy")>>
<<if $tasks.includes("suzGiggle")>>
<<if $skills.includes("suzGiggle")>>
<del>Learn to Giggle</del><br />
<<else>>
Learn to Giggle<br />
<</if>>
<</if>>
<<if $tasks.includes("suzWalk")>>
<<if $skills.includes("suzWalk")>>
<del>Learn to Sexy Walk</del><br />
<<else>>
Learn to Sexy Walk<br />
<</if>>
<</if>>
<<if $tasks.includes("suzStrip")>>
<<if $skills.includes("suzStrip")>>
<del>Learn some Stripper Moves</del><br />
<<else>>
Learn some Stripper Moves<br />
<</if>>
<</if>>
<</if>>
<<if $tasks.includes("lipStart")>>
<<if $eventCol.includes("lipInjected")>>
<del>Get Lip Injections</del><br />
<<else>>
Get Lip Injections<br />
<</if>>
<</if>>
<<if $tasks.includes("tnaStart")>>
<<if $eventCol.includes("tnaComplete")>>
<del>Complete Full Body Electrolysis</del><br />
<<else>>
Complete Full Body Electrolysis<br />
<</if>>
<</if>>
<<if $tasks.includes("inject0")>>
<<if $eventCol.includes("injected0")>>
<del>Get Implants Injected</del><br />
<<else>>
Get Implants Injected<br />
<</if>>
<</if>>
<<if $tasks.includes("inject1")>>
<<if $eventCol.includes("injected1")>>
<del>Get Implants Injected</del><br />
<<else>>
Get Implants Injected<br />
<</if>>
<</if>>
<<if $tasks.includes("inject2")>>
<<if $eventCol.includes("injected2")>>
<del>Get Implants Injected</del><br />
<<else>>
Get Implants Injected<br />
<</if>>
<</if>>
<<if $tasks.includes("lotion0")>>
<<if $eventCol.includes("lotioned0")>>
<del>Rub Lotion on Yourself</del><br />
<<else>>
Rub Lotion on Yourself<br />
<</if>>
<</if>>
<<if $tasks.includes("lotion1")>>
<<if $eventCol.includes("lotioned1")>>
<del>Rub Lotion on Yourself</del><br />
<<else>>
Rub Lotion on Yourself<br />
<</if>>
<</if>>
<<if $tasks.includes("lotion2")>>
<<if $eventCol.includes("lotioned2")>>
<del>Rub Lotion on Yourself</del><br />
<<else>>
Rub Lotion on Yourself<br />
<</if>>
<</if>>
<<if $tasks.includes("lotion3")>>
<<if $eventCol.includes("lotioned3")>>
<del>Rub Lotion on Yourself</del><br />
<<else>>
Rub Lotion on Yourself<br />
<</if>>
<</if>>
<<if $tasks.includes("tan0")>>
<<if $eventCol.includes("tanned0")>>
<del>Go Tanning</del><br />
<<else>>
Go Tanning<br />
<</if>>
<</if>>
<<if $tasks.includes("tan1")>>
<<if $eventCol.includes("tanned1")>>
<del>Go Tanning</del><br />
<<else>>
Go Tanning<br />
<</if>>
<</if>>
<<if $tasks.includes("tan2")>>
<<if $eventCol.includes("tanned2")>>
<del>Go Tanning</del><br />
<<else>>
Go Tanning<br />
<</if>>
<</if>>
<</nobr>><<nobr>>
This porn has images of subservient men dressed like women serving cocks interspersed with regular porn. Normally this type of thing would absolutely kill your boner but for some reason you find your cock struggling to harden in its cage. <<if $eventCol.includes("chastity")>>You rub in vain at your chastity cage but are unable to cum<<else>>It takes you awhile but you eventually get off to it<</if>><br /><br />
<<set _hypChooser to random(1)>>
<<if _hypChooser is 0>>
<video src="ast/img/medHyp0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<else>>
<video src="ast/img/medHyp1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<nobr>><<if not $eventCol.includes("chastity")>>
@@.moneymovbar;<img src="ast/img/s/focus.png" />@@<br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $minhlvl>>
And you feel more feminine and extremely embarrassed that you just came to that<br /><br />
<<else>>
you feel incredibly frustrated and even more horny. But what's more, you feel frustrated that this type of thing is turning you on so much<br /><br />
@@.moneymovbar;<img src="ast/img/s/dfocus.png" />@@<br />
<<set $focuslvl to $minFocus>>
<<set $hlvl to $maxhlvl>>
<</if>><</nobr>>
<<set $pcAb.routine.watchedMedHyp to true>>
<<if not $eventCol.includes("chastity")>>
<span class="link-masc"><<link "Clean Yourself Up" "Home">><</link>></span><br /><br /><br />
<<else>>
<span class="link-fem"><<link "Nothing you can do about this for now..." "Home">><</link>></span><br /><br /><br />
<</if>>
<</nobr>>You stand up, clear your throat, take a deep breath then begin to read:
@@.pc;"Attention Everyone,
I have a confession. I've been a very bad little boy. I've been granted a chance to date a wonderful woman, but I've been neglectful and uncooperative. From here on out, I will go no longer than a week without seeing this exceptionally beautiful woman. I will be more cooperative with what she wants because she deserves nothing less.
"I will do my best to make her as happy as she makes me, because she's worth it."@@You have reached the end of v1.2! Check [[https://www.patreon.com/yuscia]] for updates on future releases.
Thank you all for playing!
<!--<br /><span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />--><<nobr>>
<b>Skills in Training:</b><br /><br />
<<if not $skills.includes("begMakeUp")>>Basic Make-Up application: <<print $trainingSkills.begMakeUp.lvl>> / <<print $trainingSkills.begMakeUp.maxLvl>><br /><</if>>
<<if not $skills.includes("highHeels")>>Walking in High Heels: <<print $trainingSkills.highHeels.lvl>> / <<print $trainingSkills.highHeels.maxLvl>><br /><</if>>
<<if not $skills.includes("begManners")>>Adopting feminine mannerisms: <<print $trainingSkills.begManners.lvl>> / <<print $trainingSkills.begManners.maxLvl>><br /><</if>>
<<if $eventCol.includes("girlsNightReq1")>>
<<if not $skills.includes("outsideCD")>>Crossdressing in public: <<print $trainingSkills.outsideCD.lvl>> / <<print $trainingSkills.outsideCD.maxLvl>><br /><</if>>
<<if not $skills.includes("begFlirt")>>Flirting: <<print $trainingSkills.begFlirt.lvl>> / <<print $trainingSkills.begFlirt.maxLvl>><br /><</if>>
<<if not $skills.includes("voiceControl")>>Speaking with a feminine tone: <<print $trainingSkills.voiceControl.lvl>> / <<print $trainingSkills.voiceControl.maxLvl>><br /><</if>>
<</if>>
<<if $eventCol.includes("fired")>>
<<if $tasks.includes("sissDance") and not $skills.includes("sissDance")>>Girly Dancing: <<print $trainingSkills.sissDance.lvl>> / <<print $trainingSkills.sissDance.maxLvl>><br /><</if>>
<<if $tasks.includes("bjPractice") and not $skills.includes("bjPractice")>>BJ Practice: <<print $trainingSkills.bjPractice.lvl>> / <<print $trainingSkills.bjPractice.maxLvl>><br /><</if>>
<<if $tasks.includes("sissSquats") and not $skills.includes("sissSquats")>>Squats Workout: <<print $trainingSkills.sissSquats.lvl>> / <<print $trainingSkills.sissSquats.maxLvl>><br /><</if>>
<<if $tasks.includes("vibratorPractice") and not $skills.includes("vibratorPractice")>>Vibrator Training: <<print $trainingSkills.vibratorPractice.lvl>> / <<print $trainingSkills.vibratorPractice.maxLvl>><br /><</if>>
<</if>>
<<if $sWeek gte 3>>
<<if $eventCol.includes("izzyP1Rem")>>
<<if not $skills.includes("realEstateLicense")>>Real Estate Knowledge: $izzCreditHours / 120<br /><</if>>
<</if>>
<</if>>
<<if $currentSMaster.includes("Suzy") or $SMasterTrained.includes("Suzy")>>
<<if $tasks.includes("suzGiggle") and not $skills.includes("suzGiggle")>>Giggle Training: <<print $suzGiggleLvl>> / <<print $suzGiggleMaxLvl>><br /><</if>>
<<if $tasks.includes("suzWalk") and not $skills.includes("suzWalk")>>Sexy Walk Training: <<print $suzWalkLvl>> / <<print $suzWalkMaxLvl>><br /><</if>>
<</if>>
<br />
<b>Skills Mastered:</b><br /><br />
<<if $skills.includes("begMakeUp")>>You can apply make up at a basic level<br /><</if>>
<<if $skills.includes("intMakeUp")>>You can apply make up at an intermediate level<br /><</if>>
<<if $skills.includes("highHeels")>>You can easily walk in high heels<br /><</if>>
<<if $skills.includes("begManners")>>You can act like a girl... or at the very least, not like a guy<br /><</if>>
<<if $skills.includes("outsideCD")>>You're confident enough to walk outside in full drag<br /><</if>>
<<if $skills.includes("begFlirt")>>You've learned to successfully flirt with guys that aren't too observant<br /><</if>>
<<if $skills.includes("voiceControl")>>You've learned to speak in a feminine tone<br /><</if>>
<<if $skills.includes("hairStyling")>>You've learned how to style your hair<br /><</if>>
<<if $skills.includes("CSystem")>>You've learned how to organize and prepare outfits<br /><</if>>
<<if $skills.includes("suzGiggle")>>You've learned how to Giggle at basically anything<br /><</if>>
<<if $skills.includes("suzStrip")>>You've learned how to Dance like a Stripper<br /><</if>>
<br />
<<if $advSkills isnot undefined>>
<b>Hypnotically Enhanced Skills:</b><br /><br />
<<if $advSkills.includes("advSissDance")>>You've hypnotically increased your ability to complete Girly Dancing Tasks<br /><</if>>
<<if $advSkills.includes("advBjPractice")>>You've hypnotically increased your ability to complete Blow Job Training Tasks<br /><</if>>
<<if $advSkills.includes("advSissSquats")>>You've hypnotically increased your ability to complete Butt Workout Tasks<br /><</if>>
<<if $advSkills.includes("advVibratorPractice")>>You've hypnotically increased your ability to complete Anal Training Tasks<br /><</if>>
<<if $advSkills.includes("advvrFdAsWoman")>>You've hypnotically increased your susceptibility to VR: Female Experience<br /><</if>>
<<if $advSkills.includes("advvrStrapOnConfusion")>>You've hypnotically increased your susceptibility to VR: Strap-On Teacher<br /><</if>>
<<if $advSkills.includes("advvrSlapMyBUp")>>You've hypnotically increased your susceptibility to VR: The Music Video<br /><</if>>
<</if>>
<</nobr>><<nobr>><<if $eventCol.includes("learnBegMakeUp")>>
The girls at the salon are all too eager to help you learn how to apply make-up. You already have some cursory knowledge about some of it thanks to Valerie. Luckily, the salon girls dont question why you want to learn, instead relishing in the challenge of making a guy look pretty. They even playfully squabble over what the best technique is to apply everything from foundation to eye shadow. By the end of the session, you tried out several different looks and techniques.<br /><br />
<video src="ast/img/begMakeUp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You feel like you've become better at applying make up to yourself that diminishes your masculine features and gives you the illusion of femininity. @@.sru;Skill Up!@@<br /><br /><<set $eventCol.delete("learnBegMakeUp")>><<set $pcAb.hasSkilled to true>><<set $trainingSkills.begMakeUp.lvl to $trainingSkills.begMakeUp.lvl + 1>>
<<if $trainingSkills.begMakeUp.lvl is $trainingSkills.begMakeUp.maxLvl>><<set $skills.push("begMakeUp")>><</if>>
<span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("learnHighHeels")>>
<<if $pcAb.workedAsModel is true>>These high heels are taller than the ones you've worn at your modelling job. <</if>>You spend a few hours walking around your house. You find that taking normal strides is impossible and that you must walk in a very deliberate and staccato fashion. Next you work on trying to make it look natural. You hobble around before figuring out how to loosen up your hips and let them swing a little bit. Before long, you're walking around like a pro! Your walk until your calves and feet are about to give out, with the idea that it will strengthen your legs and increase your walking endurance.<br /><br />
<video src="ast/img/heelPractice.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You feel exhausted but also like you've become more efficient and convincing at walking around in heels. @@.sru;Skill Up!@@<br /><br /><<set $eventCol.delete("learnHighHeels")>><<set $pcAb.hasSkilled to true>><<set $trainingSkills.highHeels.lvl to $trainingSkills.highHeels.lvl + 1>>
<<if $trainingSkills.highHeels.lvl is $trainingSkills.highHeels.maxLvl>><<set $skills.push("highHeels")>><</if>>
<span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("learnBegManners")>>
You stare at yourself for a long time in the mirror. You think about all the girls you've ever had a crush on, dreamt about, and masturbated to. You think about their hair, their clothes, and their bodies. Naturally, your mind begins to fantasize about sex but you quickly stop yourself.<br /><br />
<video src="ast/img/femManners0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
This isn't about fantasizing about women, it's about becoming a woman. You think about the little flirty things girls do that get your attention. You think about how they can be pouty, or seductive, how they cover their mouths when they laugh, pick things up with manicured nails, adjust their short skits when sitting down.<br /><br />
<video src="ast/img/femManners1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You pantomime these things and begin to brainstorm more ways to mimic feminine body language. @@.sru;Skill Up!@@<br /><br />
You feel like you've become better at displaying female mannerisms!<br /><br /><<set $eventCol.delete("learnBegManners")>><<set $pcAb.hasSkilled to true>><<set $trainingSkills.begManners.lvl to $trainingSkills.begManners.lvl + 1>>
<<if $trainingSkills.begManners.lvl is $trainingSkills.begManners.maxLvl>><<set $skills.push("begManners")>><</if>>
<span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("learnOutsideCD")>>
You get fully dressed up: wig, make-up, heels, shapewear, you're all dolled up. You take a look in the mirror and hardly recognize the hot blonde girl staring back at you. Your practiced mannerisms seem almost alien to you when executed behind the glamour of all the make-up and clothes. You feel your cage grow a little smaller.<br /><br />
Oh shit... are you... getting turned on by looking at yourself?<br /><br />
No doubt about it, you've done such a good job taking on a sexy feminine persona, that even your own biology wants to date you. You smile at yourself and make a little kissy face in the mirror. Then, you take a deep breath and decide to take a few laps around the block in order to get used to wearing the full transformative regalia in public. No longer within the safe confine of a fashion show, you're now presenting as a woman in public!<br /><br />
<video src="ast/img/outsideCD.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
It doesn't take long for all your training from the various other skills you've been practicing to click into place as you make your first lap. You master this skill surprisingly fast! @@.sru;Skill Up!@@<br /><br /><<set $eventCol.delete("learnOutsideCD")>><<set $pcAb.hasSkilled to true>><<set $trainingSkills.outsideCD.lvl to $trainingSkills.outsideCD.lvl + 1>>
<<if $trainingSkills.outsideCD.lvl is $trainingSkills.outsideCD.maxLvl>><<set $skills.push("outsideCD")>><</if>>
<span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("learnVoiceControl")>>
You play the DVD and listen to one of the lessons on how to modulate your voice to sound more feminine. You go through a range of exercise that helps to strengthen your vocal chords so that you can raise the tonality and frequency of your voice without sounds like a man just doing a falsetto voice.<br /><br />
<video src="ast/img/voiceControl.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You do this until the tightness in your throat starts to make you go hoarse. You feel like you've made some real progress in sounding convincingly girly. @@.sru;Skill Up!@@<br /><br /><<set $eventCol.delete("learnVoiceControl")>><<set $pcAb.hasSkilled to true>><<set $trainingSkills.voiceControl.lvl to $trainingSkills.voiceControl.lvl + 1>>
<<if $trainingSkills.voiceControl.lvl is $trainingSkills.voiceControl.maxLvl>><<set $skills.push("voiceControl")>><</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("learnBegFlirt")>>
Attempt to flirt...<<set _flirtSuccess to true>><br /><br />
<<if $pcAb.outerWear isnot "sexyClothes">>After a while of strolling through the mall, you walk up to a guy, doing your best to smile and be friendly with him.<br /><br />
@@.pc;"Hey there!"@@ you say<br /><br />
He looks at you, eyebrow cocked with suspicion.<br /><br />
You try to make flirty conversation but he ends up telling you to fuck off as he shuts down your attempt. Clearly he was not impressed with you attempt. @@.hint;Maybe you should try actually dressing up like a girl before you try this.@@<br /><br />
<<set _flirtSuccess to false>><</if>>
<<if not $skills.includes("outsideCD") and _flirtSuccess is true>>You're obviously uncomfortable being dressed as a girl and it's evident as you approach him.<br /><br />
He deftly avoids you. @@.hint;Maybe you should try getting more comfortable being dressed up in public@@<br /><br />
<<set _flirtSuccess to false>><</if>>
<<if not $skills.includes("voiceControl") and _flirtSuccess is true>>After a while of strolling through the mall, you walk up to a guy, doing your best to smile and be friendly with him.<br /><br />
@@.pc;""Hey there!"@@ you say<br /><br />
He looks at you, eyebrow cocked with suspicion.<br /><br />
You try to make flirty conversation but he politely escapes the interaction with you. He seemed a bit thrown off by something. @@.hint;Maybe you should try getting your voice to sound more feminine.@@<br /><br />
<<set _flirtSuccess to false>><</if>><<set $eventCol.delete("learnBegFlirt")>>
<<if _flirtSuccess is true>>
<<switch $trainingSkills.begFlirt.lvl>>
<<case 0>>
You've got the look, the walk, and the talk. Now it's time to score some dude-numbers! You spot a guy sitting alone at a table in the food court. You take a deep breath, lock your eyes on him, and then begin to strut towards him. He senses he's being watched and looks up from his phone. His mouth goes slack as he realizes you're headed directly his way. Internally, your brain still knows you're a man, yet you have to remind yourself that this guy probably really thinks you're a girl.<br /><br />
<img src="ast/img/s/flirt0.png" /><br /><br />
You daintily sit down across from him and chat him up. He seems bemused by what he thinks is your shyness, but he clearly seems to like you. The conversation is awkward and halting, but you eventually trade phone numbers!<br /><br />
<<case 1>>
This time, you decide to hit up the local arcade. You're definitely out of place here. A girl dressed up to go clubbing doesn't usually give the arcade a second glance. You catch the various arcade customers checking you out as you walk by. You feel strangely empowered by all the attention. This gives you a little extra swing in your hips as you approach the guy running the service counter.<br /><br />
<img src="ast/img/s/flirt1.png" /><br /><br />
You talk with him a bit and he seems surprised that such a pretty girl has such a commanding knowledge of video games! Impressed with your geek culture insight, and smitten by your sexy good-looks, he seems almost in shock that you want to trade numbers. But trade numbers you do, good job!<br /><br />
<<case 2>>
Considering your recent success with scoring phone numbers, your confidence level is sky-high as you sashay through the mall. You decide you need more of a challenge and look for guys that look as good as you feel. You spot a nice looking guy sitting on a bench. You walk up next to him and plant your hand on the side of your artificially enhanced hips as you cock them to the side.<br /><br />
<img src="ast/img/s/flirt2.png" /><br /><br />
He looks up at you initially annoyed. However, that annoyance melts away into that same kind of gushy kindness the other guys seem to exhibit. It's like you can see exactly when they start fantasizing about fucking you. Normally this thought would cause you to cringe, but the feeling of control you feel over this bigger, stronger guy is intoxicating.<br /><br />
He mentions he's waiting on his girlfriend. You smile, hinting that you're just looking to make new friends. The innuendo about being friendly friends causes you to genuinely giggle and blush. You're starting to surprise yourself at just how girly you can act. Needless to say, despite his "taken" status, you still trade phone numbers with him.<br /><br />
<<case 3>>
Alright, one more phone number to go! Despite the initial anxiety you had about this step in the process, you think this has actually been really fun. You don't know if it's that feeling of superiority you feel for being able to dupe someone, the power you feel as they stumble over their words trying to appease you... or if there's something more to it...<br /><br />
You can't help but think back on some of the strange, hypnotic porn you've watched. Even though you know that type of stuff doesn't actually work, it would be foolish to discount that the flashing images of shemales getting fucked hasn't somehow altered what you find sexually attractive. And now here you are, dressed up like a bimbo, flirting with guys. <br /><br />
<img src="ast/img/s/flirt3.png" /><br /><br />
Lost in thought, you don't realize that a group of guys has walked up to you. One of them begins chatting you up, doing his best to use his "game" on you. You suddenly see how obvious his tactics are, but at the same time you're flattered that this seemingly popular guy is trying to flirt. You roll with his corny jokes and insinuations, but you start to wonder how far you can push this situation.<br /><br />
The group of guys all jockey for your attention as they jab and joke with each other and with you. After a few moments one of them suggests stopping by the food court. Needless to say, you didn't have to pay for your meal. Deciding that you've had enough fun, you easily score the fourth and final number from the popular male in the group.<br /><br />
You've become proficient at acting like a straight girl!<br /><br />
<<default>>
Shouldn't get here
<</switch>>
<video src="ast/img/mallFlirt.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.sru;Skill Up!@@
<<set $pcAb.hasSkilled to true>><<set $trainingSkills.begFlirt.lvl to $trainingSkills.begFlirt.lvl + 1>><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>>
<<if $trainingSkills.begFlirt.lvl is $trainingSkills.begFlirt.maxLvl>><<set $skills.push("begFlirt")>><</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("prSissDance")>>
<<if $advSkills.includes("advSissDance")>><<addclass "body" "pulseHyp">><</if>>
You click the link Valerie has provided for you to help you dance more like a girl. She claims that the feminine moves will translate to how you move naturally. The link takes you to an online video playlist of a scantily clad dance instructor walking you through different dance moves from various, highly feminine, schools of dance.<br /><br />
<video src="ast/img/sissDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
After a while you find yourself working up a sweat as you learn to shake your hips, twerk your ass, and shimmy your chest. @@.sru;Skill Up!@@<br /><br />
<<set $eventCol.delete("prSissDance")>><<set $pcAb.hasSkilled to true>><<set $currentTime to $currentTime + 2>>
<<if $advSkills.includes("advSissDance")>>
<<set $trainingSkills.sissDance.lvl to $trainingSkills.sissDance.maxLvl>>
<<else>>
<<set $trainingSkills.sissDance.lvl to $trainingSkills.sissDance.lvl + 1>>
<</if>>
<<if $trainingSkills.sissDance.lvl is $trainingSkills.sissDance.maxLvl>>
<<set $skills.push("sissDance")>>
<<set $obLevel to $obLevel + 1>>
<<if $advSkills.includes("advSissDance")>>
@@.hint;Your hypnotic conditioning enables you to instantly complete this task for the week!@@<br />
<<else>>
You feel that you've reached an improved understanding of this skill!<br />
<</if>>
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("prBjPractice")>>
<<if $advSkills.includes("advBjPractice")>><<addclass "body" "pulseHyp">><</if>>
You examine the floppy dildo that Valerie is letting you borrow to practice suppressing your gag reflex. You wonder exactly how un-training your gag-reflex is going to help you pass as a girl. But, Valerie holds all the cards.<br /><br />
The dildo, shaped like a penis, complete with fake veins, smells faintly of Valerie's pussy. You can't help but imagine her riding it as you gingerly lick the tip of it<br /><br />
<video src="ast/img/sissBJ.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You suck the head of the cock, trying to work it deeper into your mouth. A few times you have to pull away as you feel yourself begin to gag on it. Valerie said it would take a while to get used to having something pressed against the inside of your throat.... @@.sru;Skill Up!@@<br /><br />
<<set $eventCol.delete("prBjPractice")>><<set $pcAb.hasSkilled to true>><<set $currentTime to $currentTime + 2>>
<<if $advSkills.includes("advBjPractice")>>
<<set $trainingSkills.bjPractice.lvl to $trainingSkills.bjPractice.maxLvl>>
<<else>>
<<set $trainingSkills.bjPractice.lvl to $trainingSkills.bjPractice.lvl + 1>>
<</if>>
<<if $trainingSkills.bjPractice.lvl is $trainingSkills.bjPractice.maxLvl>>
<<set $skills.push("bjPractice")>>
<<set $obLevel to $obLevel + 1>>
<<if $advSkills.includes("advBjPractice")>>
@@.hint;Your hypnotic conditioning enables you to instantly complete this task for the week!@@<br />
<<else>>
You feel that you've reached an improved understanding of this skill!<br />
<</if>>
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("prSissSquats")>>
<<if $advSkills.includes("advSissSquats")>><<addclass "body" "pulseHyp">><</if>>
The workout routine is simple, do 200 bodyweight squats. She says that you can break the squats up in any way you want, as long as you get them all done. Valerie recommended dressing in something loose so that you can get a full range of motion...<br /><br />
<video src="ast/img/sissSquats.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You start by doing sets of twenty, but quickly have to drop to sets of ten, then five. By the end of the workout, you feel like your ass is going to fall off as you limp out of Valerie's small home gym. @@.sru;Skill Up!@@<br /><br />
<<set $eventCol.delete("prSissSquats")>><<set $pcAb.hasSkilled to true>><<set $currentTime to $currentTime + 2>>
<<if $advSkills.includes("advSissSquats")>>
<<set $trainingSkills.sissSquats.lvl to $trainingSkills.sissSquats.maxLvl>>
<<else>>
<<set $trainingSkills.sissSquats.lvl to $trainingSkills.sissSquats.lvl + 1>>
<</if>>
<<if $trainingSkills.sissSquats.lvl is $trainingSkills.sissSquats.maxLvl>>
<<set $skills.push("sissSquats")>>
<<set $obLevel to $obLevel + 1>>
<<if $advSkills.includes("advSissSquats")>>
@@.hint;Your hypnotic conditioning enables you to instantly complete this task for the week!@@<br />
<<else>>
You feel that you've reached an improved understanding of this skill!<br />
<</if>>
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("prVibratorPractice")>>
<<if $advSkills.includes("advVibratorPractice")>><<addclass "body" "pulseHyp">><</if>>
You examine the vibrator, rubbing some lube up and down the pink shaft. You recall Valerie's instructions on how to use it. You massage some lube against your asshole and slowly begin to probe yourself with the tip of the vibrator.<br /><br />
A sigh escapes your lips, your mind instantly jumping to the ecstasy-soaked night you had at Se Soumettre as the vibrator sinks deeper into your ass and bumps against your prostate. You find the perfect spot to stimulate your insides as your caged cock begins to drool with prostatic fluids.<br /><br />
<video src="ast/img/sissVibe.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
A few times the sensation gets so intense that you have to stop to catch your breath! Even though you're unable to cum this way, the intense anal session is, as much as you hate to admit it, kind of fun... @@.sru;Skill Up!@@<br /><br />
<<set $eventCol.delete("prVibratorPractice")>><<set $pcAb.hasSkilled to true>><<set $currentTime to $currentTime + 2>>
<<if $advSkills.includes("advVibratorPractice")>>
<<set $trainingSkills.vibratorPractice.lvl to $trainingSkills.vibratorPractice.maxLvl>>
<<else>>
<<set $trainingSkills.vibratorPractice.lvl to $trainingSkills.vibratorPractice.lvl + 1>>
<</if>>
<<if $trainingSkills.vibratorPractice.lvl is $trainingSkills.vibratorPractice.maxLvl>>
<<set $skills.push("vibratorPractice")>>
<<set $obLevel to $obLevel + 1>>
<<if $advSkills.includes("advVibratorPractice")>>
@@.hint;Your hypnotic conditioning enables you to instantly complete this task for the week!@@<br />
<<else>>
You feel that you've reached an improved understanding of this skill!<br />
<</if>>
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("prTranNipplePlay")>>
Lily helps you remove your shirt while kissing up and down your hairless chest. Your nipples immediately stiffen as you feel her hot breath tease over your caged cock as she unfastens your cage. It feels great if not bit sore as your cock quick stiffens as Lily continues rub her warm body against yours.<br /><br />
She begins to suck on your already engorged nipples. You moan, the sensation feels delicious. She seems to know just the right pressure to keep you riding on the thin edge between painful and pleasurable nipple play.<br /><br />
With her other hand, she rubs your own pre-cum into the head of your throbbing cock, mingling the sexual sensations coming from your cock with the sharp, yummy tingles coming from your nipples. You feel her teeth graze and lightly tug at your nipples, synchronizing her strokes on your cock with each movement.<br /><br />
She brings you to the edge a few times but seems to know just when to stop to keep you from cumming all the way. Instead you drift along the boundary of orgasm, your sensation sometimes only coming from her relentless assault on your nipples.<br /><br />
<video src="ast/img/lilyNipple.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
At the end of the session, she licks your pre-cum from her fingers and gives you a deep, long, kiss<br /><br />
<<set $eventCol.delete("prTranNipplePlay")>><<set $hasPunishedLily to true>><<set $currentTime to $currentTime + 2>>
<<if $tasks.includes("tranNipplePlay") and not $skills.includes("tranNipplePlay")>>
<<set $tranProgress to $tranProgress + 1>>
<</if>>
<<if $tranProgress gte 4 and not $skills.includes("tranNipplePlay")>>
<<set $tranProgress to 4>>
<<set $skills.push("tranNipplePlay")>><<set $skills.push("tranBlowJob")>><<set $skills.push("tranOilMassage")>><<set $skills.push("tranMarkerSess")>>
You've satisfied Valerie's requirement<br /><<set $tranProgress to 0>><<set $obLevel to $obLevel + 1>>
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("prTranBlowJob")>>
Lily kneels down in front of you, using the key on the necklace around her neck to release you from chastity. You sigh with relief as your poor, constrained cock is allowed to swell and stiffen.<br /><br />
Lily suddenly plunges your cock into her mouth, while pulling down the top of her dress, revealing her perky, bare breasts. She looks up at you with pleading eyes, your cock buried firmly in her throat.<br /><br />
She grabs you by both of your ass cheeks. <<if $invs.rear.rearType is "plug">>Her fingers toys with your butt plug as she pulls your hips towards her face, allowing you to face fuck her.<</if>><br /><br />
She quickly and almost all too easily brings you to orgasm.<br /><br />
<video src="ast/img/lilyBJ.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
As you cum, she completely pulls away from you, ruining the orgasm, and leaving your cock to spurt wildly in the air, getting semen all over her tits and your legs. She just smiles a bit awkwardly as she takes a finger, scoops up a little of your semen, and slurps it off with a giggle before standing up and going to the bathroom.<br /><br />
Per Valerie's instructions, you quickly re-secure the chastity cage, somewhat frustrated that Lily teased you so much at the end.<br /><br />
<<set $eventCol.delete("prTranBlowJob")>><<set $hasPunishedLily to true>><<set $currentTime to $currentTime + 2>>
<<if $tasks.includes("tranBlowJob") and not $skills.includes("tranBlowJob")>>
<<set $tranProgress to $tranProgress + 1>>
<</if>>
<<if $tranProgress gte 4 and not $skills.includes("tranBlowJob")>>
<<set $tranProgress to 4>><<set $skills.push("tranNipplePlay")>><<set $skills.push("tranBlowJob")>><<set $skills.push("tranOilMassage")>><<set $skills.push("tranMarkerSess")>>
<<set $skills.push("tranBlowJob")>>
You've satisfied Valerie's requirement<br /><<set $tranProgress to 0>><<set $obLevel to $obLevel + 1>>
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("prTranOilMassage")>>
Lily motions for you to strip down completely naked. At the same time, she strips down to a pair of bicycle shorts, her perky round tits glistening with freshly applied massage oil. Much to your delight, Lily gives you a massage using her mostly naked body against yours.<br /><br />
At one point, she even uncages you, her slippery body quickly causing your dick to spring to life. Despite all the grinding and fondling, you don't get to cum, but you feel relaxed and a bit euphoric from the sensual body massage.<br /><br />
<video src="ast/img/lilyMassage.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
It takes a while to shower off all the fragrant massage oil, but you've gotten used to smelling like a girl by this point.<br /><br />
<<set $eventCol.delete("prTranOilMassage")>><<set $hasPunishedLily to true>><<set $currentTime to $currentTime + 2>>
<<if $tasks.includes("tranOilMassage") and not $skills.includes("tranOilMassage")>>
<<set $tranProgress to $tranProgress + 1>>
<</if>>
<<if $tranProgress gte 4 and not $skills.includes("tranOilMassage")>>
<<set $tranProgress to 4>><<set $skills.push("tranNipplePlay")>><<set $skills.push("tranBlowJob")>><<set $skills.push("tranOilMassage")>><<set $skills.push("tranMarkerSess")>>
<<set $skills.push("tranOilMassage")>>
You've satisfied Valerie's requirement<br /><<set $tranProgress to 0>><<set $obLevel to $obLevel + 1>>
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("prTranMarkerSess")>>
Lily hands you a marker and presents herself to you topless, wearing only what appear to be yoga pants. According to Valerie's instructions, you are to write degrading things on her body with a permanent marker.<br /><br />
Her skin is smooth, porcelain, and flawless, you feel guilty and a little sad that you have to corrupt it with a marker.<br /><br />
But at the same time...<br /><br />
<video src="ast/img/lilyMarker.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
The exercise does turn you on immensely as you write every degrading word you can think of on her including drawing arrows and penises on her flat tummy, pointed down at her crotch.<br /><br />
<<set $eventCol.delete("prTranMarkerSess")>><<set $hasPunishedLily to true>><<set $currentTime to $currentTime + 2>>
<<if $tasks.includes("tranMarkerSess") and not $skills.includes("tranMarkerSess")>>
<<set $tranProgress to $tranProgress + 1>>
<</if>>
<<if $tranProgress gte 4 and not $skills.includes("TranMarkerSess")>>
<<set $tranProgress to 4>><<set $skills.push("tranNipplePlay")>><<set $skills.push("tranBlowJob")>><<set $skills.push("tranOilMassage")>><<set $skills.push("tranMarkerSess")>>
<<set $skills.push("tranMarkerSess")>>
You've satisfied Valerie's requirement<br /><<set $tranProgress to 0>><<set $obLevel to $obLevel + 1>>
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("learnRealEstate")>>
<<set $currentTime to $currentTime + 8>><<set _earnedCreds to 0>><<set $studiedRE to true>><<set $wallet to $wallet - 100>>
You walk into the small classroom at your local community college. The man teaching the class looks twitchy and nervous. A fine sheen of sweat coats his forehead<br /><br />
<<if $izzCreditHours gte 120>>
<<set $currentTime to $currentTime - 8>>
The instructor meets you at the door to his classroom. His hungry, creepy leer makes you feel a little sick. He hands you an brown envelope as if it were a bouquet of flowers.<br /><br />
Could it be? Yes... yes it has to be, your license! You go to take the envelope but the instructor doesn't let go. He's breathing heavy now, a weird grin painted over his sweaty face.<br /><br />
"Not even a good-bye kiss, $pc?" he asks.<br /><br />
You're relieved he didn't ask for more. You give him a quick hug and a short peck on the cheek. Your lips are salty from kissing his sweaty, clammy skin. Your sudden proximity causes him to let go of the envelope. You take that moment to quickly pull away.<br /><br />
@@.pc;"Thank you so much buh-bye!"@@ you say as you quickly walk away before he can make any other requests.<br /><br />
You've earned your real estate license! <br /><br />
<<set $skills.push("realEstateLicense")>><<set $specInv.push("realEstateLicense")>><<set $eventCol.delete("izzyP1Rem")>><<set $eventCol.push("izzyP2")>>
<<elseif $pcAb.outerWear is "sexyClothes">>
His eyes about fall out of their head as you saunter pass in your sexy outfit. You do your best to swing your hips back and forth<br /><br />
"Ah, $pc , Izzy told me you needed help getting your credit hours for your real estate license. I'm more than happy to help such... a... heh... such a.... s-sexy young lady," he stutters, the creepy lust in his eyes slowly traveling down his face and infecting his words.<br /><br />
He seems to all but drool on himself as he looks you over like a piece of meat.<br /><br />
You feel gross, but weirdly flattered by his blatant desire for you.<br /><br />
He begins to talk about real estate stuff, it's incredibly boring, but he continually dotes on what a good learner you are and mentions that he'll reward you one credit hour (even though you've barely been there long enough to earn anything).<br /><br />
<<set _earnedCreds to _earnedCreds + 1>>
<span class="link-fem"><<linkappend "Act Provocatively, maybe you can get some extra credit">><br /><br />
<<set _flirtType to "bendOver">>
<<set _flirtChooser to random(2)>>
<<if _flirtChooser is 0>>
<<set _flirtType to "bendOver">>
<<elseif _flirtChooser is 1>>
<<set _flirtType to "chestTease">>
<<else>>
<<set _flirtType to "oralFixation">>
<</if>>
<<if _flirtType is "bendOver">>
You "accidentally" brush a pen off of your desk and let it roll in front of the teacher's desk.<br /><br />
@@.pc;"Oops I'm so sorry!"@@ you exclaim in your most girly, innocent voice you can muster.<br /><br />
You quickly pop up from your desk and take small little steps, as quickly as your heels will sllow, over to the pen.<br /><br />
<<if $femLvl is 2 and not $eventCol.includes("saline1")>>
With each step you try to get a little bounce in the fake shapewear-enahnced tits riding on your chest. You then turn away from the teacher and slowly bend over. You can feel your ass press on the fake shapewear padding hugging your cheeks. You spread your legs ever so slightly and arch your back as you near the floor.<br /><br />
By this point, the teacher has stopped talking entirely as he drinks you in.<br /><br />
You pick up your pen and look over your shoulder and flash the teacher an innocent smile as you slowly stand back up.<br /><br />
"Oh... uh... heh heh... that's quite alright $pc my dear. Quite alright," stutters the poor teacher as he awkwardly shifts his pants as covertly as possible.<br /><br />
<<elseif $femLvl is 2 and $eventCol.includes("saline1")>>
With each step you try to get a little bounce in your recently engorged chest. You then turn away from the teacher and slowly bend over. You can feel your round ass stretch the fabric of your outfit. You spread your legs ever so slightly and arch your back as you near the floor.<br /><br />
<<else>>
<</if>>
<video src="ast/img/izzBendOver.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if _flirtType is "chestTease">>
You stand up from your desk, clutching a small stack of papers in front of you and make your way up to the teacher's desk. He slowly stops talking as you bend over in front of him<br /><br />
@@.pc;"I'm sorry, I'm having a little trouble with this part,"@@ you say as you point to a random paragraph on the page.<br /><br />
<<if $femLvl is 2>>
You press your fake shapewear tits together, catching your dress in between the simulated globes and creating a feedback against your own chest which gives you some visible, real cleavage. The illusion is that your real cleavage feeds down into two, round, well-formed breasts.<br /><br />
An illusion that seems to thoroughly fool the teacher. He proceeds to explain the terms you've pointed too, all while sneaking glances down your dress. He's tries to be sneaky about it, but it's laughably obvious.<br /><br />
<<elseif $femLvl is 2 and $eventCol.includes("saline1")>>
You press your swollen tits together, it's not longer a challenge to create real cleavage. In fact, you're able to to really show off the deep canyon between your breasts now that there's no risk of exposing any "helpful" under garments.<br /><br />
The instructor proceeds to explain the terms you've pointed too, all while sneaking glances down your dress. He's tries to be sneaky about it, but it's laughably obvious.<br /><br />
<<else>>
<</if>>
<video src="ast/img/izzChestTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if _flirtType is "oralFixation">>
You pick up your pen and look at it for a moment. You pout your lips out slowly, trying to make them appear as big as you can without being comically obvious. You then press the pen into the center of your lower lip while staring directly at the teacher.<br /><br />
The teacher seems to stumble over his words as you let your mouth open in a wanton "O" face as you tease the corner of your mouth with the tip of the pen like a little micro phallus.<br /><br />
" $pc ?" asks the teacher.<br /><br />
@@.pc;"Yes, sir?"@@ you reply innocently, batting your eyelashes.<br /><br />
"I... I think you might be my favorite student," gushes the teacher, his face red with embarassment and arrousal<br /><br />
<video src="ast/img/izzOralFix.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
The teacher fumbles over his words as he ogles your suggestive display. He seems to grow visibly sweatier and you can almost hear him start to breath a little heavier<br /><br />
He compliments you on your winning attitude and how he likes to help students with good attitudes in any way he can...<br /><br />
You got an additional two credit hours.<br /><br />
<<set $izzCreditHours to $izzCreditHours + 2>>
<<if $eventCol.includes("saline0")>>
He also makes a comment about how nice your figure is... those saline injections are getting you increased attention. He throws in an additional credit hour for improving his 'mental health'. Whatever the hell the means.<br /><br />
<<set $izzCreditHours to $izzCreditHours + 1>>
<<elseif $eventCol.includes("saline1")>>
He also makes a comment about how nice your figure is... those saline injections are getting you increased attention, even if you're less curvier without that bulky shapewear. He throws in a few extra credit hour for improving his 'mental health'. Whatever the hell the means.<br /><br />
<<set $izzCreditHours to $izzCreditHours + 3>>
<</if>>
<</linkappend>></span><br /><br /><br />
<<else>>
He looks you over and his expression seems to drop a half inch off his face with dissapointment.<br /><br />
"Uh... $pc ?" he asks, as he looks at a paper then back at you, trying to determine if there's been some kind of mistake.<br /><br />
@@.pc;"Y-yes,"@@ you stutter.<br /><br />
"Oh... I see," he says with barely disguised annoyance, "very well let's begin."<br /><br />
He begins to prattle on about principles of real estate, certificates of occupancy, building codes, and a litany of other things.<br /><br />
You remembered Izzy said something about this guy being susceptible to persuasion, maybe next time you should try @@.hint;wearing something sexy.@@<br /><br />
You don't earn any easy credits today.<br /><br />
<</if>>
<<set $eventCol.delete("learnRealEstate")>><<set $izzCreditHours to $izzCreditHours + _earnedCreds>>
<span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("prSuzGiggle")>>
You watch and listen to the video carefully. The video instructs you to not overthink things, to try to laugh as a general reaction to things and not because something is actually funny.<br /><br />
When you do laugh, try to keep the laughter high pitched, the mouth small, and the smile wide. Showing your smile while laughing will help sell the giggle. What's more, it creates a sort of psychological feedback loop where your own smile will make you actually smile.<br /><br />
Actually smiling will make giggling happen more organically. Sometimes just watching someone else giggle can be infectious.<br /><br />
<video src="ast/img/suzGiggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
After watching all these cute women giggle, you feel your mood is a little lighter. @@.sru;Skill Up!@@<br /><br />
<<set $eventCol.delete("prSuzGiggle")>>
<<set $suzGiggleLvl to $suzGiggleLvl + 1>>
<<set $suzTaskTrained to true>>
<<if $suzGiggleLvl is $suzGiggleMaxLvl>>
<<set $skills.push("suzGiggle")>>
You feel that you've reached an improved understanding of this skill!<br /><br />
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<<if $eventCol.includes("prSuzWalk")>>
You watch and listen to the video carefully. The video instructs you to really focus on walking in a straight line.<br /><br />
This means, one foot directly in front of the other. And as you lift each foot, use your entire hip to swing the leg up instead of simply flexing your leg, which will cause your hips to swing back and forth.<br /><br />
<video src="ast/img/suzWalk.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Hips that wiggle back and forth are mesmerizing. You practice the walk yourself and it makes you feel powerful, sexy, and even a little horny. @@.sru;Skill Up!@@<br /><br />
<<set $eventCol.delete("prSuzWalk")>>
<<set $suzWalkLvl to $suzWalkLvl + 1>>
<<set $suzTaskTrained to true>>
<<if $suzWalkLvl is $suzWalkMaxLvl>>
<<set $skills.push("suzWalk")>>
You feel that you've reached an improved understanding of this skill!<br /><br />
<</if>>
<br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
@@.femSkill;<img src="ast/img/s/femSkill.png" />@@<br />
<</if>><!-- -->
<</nobr>><<set $wentToGF to true>><<set $currentTime to $currentTime + 8>><<set $eventCol.push("foolAround")>>
<<set _cdate to random(2)>>Valerie is more assertive than usual since she's paying for the date...
<<if _cdate is 0>>
Valerie takes you to a swanky dance club. When you walk up to the entrance you're dismayed at the long line of attractive and impeccably dressed people waiting to get in. Valerie marches right up to front of the line, exchanges an all too familiar embrace with the bouncer and leads you inside the nicest dance club you've ever seen. You have fun, but feel a bit out of place since Valerie spends a lot of time meeting and greeting people there.
<img src="ast/img/s/danceClub.png" />
<<elseif _cdate is 1>>
The night started off great when Valerie took you to a nice restaurant to eat. But the evening quickly took a turn for the boring as you're forced to wander aisle after aisle as Valerie goes shopping at a high-end make-up boutique. On the bright side, you're glad you didn't have to pay the outrageous total for the make-up she ended up getting.
<img src="ast/img/s/makeupShopping.png" />
<<else>>
Valerie takes you across town to a fashion show. <<if $pcAb.workedAsModel is true>>Much to your shock, the director of the weekend fashion show is running this one as well. He spots you and waves at you from across the room. You begin to blush considering your recent modeling activities. Valerie nudges you playfully, as if she's in on the whole thing<</if>>
<img src="ast/img/s/fashionDate.png" />
<</if>>
<span class="link-fem"><<link "Go Back To Her Place" "VisitGF">><</link>></span><br />You spend the rest of the evening waiting on Valerie like a butler... or perhaps a maid... while wearing humiliating lingerie that feels like it's lifting and seperating your ass cheeks.<<set $hgHappylvl to $hgHappylvl + 1>><<set $hgAngMeter to 0>>
<video src="ast/img/regPunish.mp4" width="640" height="480" autoplay auto loop></video>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />You agree that you need to be put in your place. Valerie lies you down on her bed and proceeds to spank you mercilessly all up and down your ass and thighs until you start to sob. Afterwards, the two of you cuddle as you reaffirm your commitment. Despite the painful punishment, the cuddle session makes you feel warm and happy.<<set $hgHappylvl to $hgHappylvl + 1>><<set $hgAngMeter to 0>>
<video src="ast/img/spankPunish.mp4" width="640" height="480" autoplay auto loop></video>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br /><<nobr>><<addclass "body" "femstore">>
This store is filled with clothes ranging from sexy club dresses for dazzling the party scene to workout clothes for yoga class.<br /><br />
You have $ <span id="currentFunds">$wallet</span><br /><br />
<<if $wallet gte 400 and $clothes.dress00.qty is 0>>
<span class="link-fem"><<link "Buy Party Dress $400 (This Dress is sexy)" "FemaleClothes">><<set $wallet to $wallet - 400>><<set $clothes.dress00.qty to $clothes.dress00.qty + 1>><<set $topInv.push("dress00")>><</link>></span><br /><br />
<img src="ast/img/s/dress00min.png" /><br /><br />
<<else>>
<<if $clothes.dress00.qty gte 1>>
<span class="p-masc">Party Dress already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Party Dress $400" (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 300 and $clothes.blazer00.qty is 0>>
<span class="link-fem"><<link "Buy Business Blazer $300 (This Top is Professional)" "FemaleClothes">><<set $wallet to $wallet - 300>><<set $clothes.blazer00.qty to $clothes.blazer00.qty + 1>><<set $topInv.push("blazer00")>><</link>></span><br /><br />
<img src="ast/img/s/blazer00min.png" /><br /><br />
<<else>>
<<if $clothes.blazer00.qty gte 1>>
<span class="p-masc">Business Blazer already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Business Blazer $300 (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $currentSMaster.includes("Jessica") or $SMasterTrained.includes("Jessica")>>
<<if $wallet gte 150 and $clothes.clVest00.qty is 0>>
<span class="link-fem"><<link "Buy Cheerleader Vest $150 (This Top is Sporty)" "FemaleClothes">><<set $wallet to $wallet - 150>><<set $clothes.clVest00.qty to $clothes.clVest00.qty + 1>><<set $topInv.push("clVest00")>><</link>></span><br /><br />
<img src="ast/img/s/clVest00min.png" /><br /><br />
<<else>>
<<if $clothes.clVest00.qty gte 1>>
<span class="p-masc">Cheerleader Vest already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Cheerleader Vest $150 (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $wallet gte 20 and $clothes.sexyStockings00.qty is 0>>
<span class="link-fem"><<link "Buy Black Stockings $20 (These Stockings are sexy)" "FemaleClothes">><<set $wallet to $wallet - 20>><<set $clothes.sexyStockings00.qty to $clothes.sexyStockings00.qty + 1>><<set $bottomInv.push("sexyStockings00")>><</link>></span><br /><br />
<img src="ast/img/s/sexyStockings00min.png" /><br /><br />
<<else>>
<<if $clothes.sexyStockings00.qty gte 1>>
<span class="p-masc">Black Stockings already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Black Stockings $20 (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 100 and $clothes.pencilSkirt00.qty is 0>>
<span class="link-fem"><<link "Buy Pencil Skirt $100 (This skirt is professional)" "FemaleClothes">><<set $wallet to $wallet - 100>><<set $clothes.pencilSkirt00.qty to $clothes.pencilSkirt00.qty + 1>><<set $bottomInv.push("pencilSkirt00")>><</link>></span><br /><br />
<img src="ast/img/s/pencilSkirt00min.png" /><br /><br />
<<else>>
<<if $clothes.pencilSkirt00.qty gte 1>>
<span class="p-masc">Pencil Skirt already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Pencil Skirt $100 (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $currentSMaster.includes("Jessica") or $SMasterTrained.includes("Jessica")>>
<<if $wallet gte 100 and $clothes.clSkirt00.qty is 0>>
<span class="link-fem"><<link "Buy Cheerleader Skirt $100 (This skirt is sporty)" "FemaleClothes">><<set $wallet to $wallet - 100>><<set $clothes.clSkirt00.qty to $clothes.clSkirt00.qty + 1>><<set $bottomInv.push("clSkirt00")>><</link>></span><br /><br />
<img src="ast/img/s/clSkirt00min.png" /><br /><br />
<<else>>
<<if $clothes.clSkirt00.qty gte 1>>
<span class="p-masc">Cheerleader Skirt already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Cheerleader Skirt $100 (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $wallet gte 120 and $clothes.highheels00.qty is 0>>
<span class="link-fem"><<link "Buy Sexy High Heels $120 (These Heels are sexy)" "FemaleClothes">><<set $wallet to $wallet - 120>><<set $clothes.highheels00.qty to $clothes.highheels00.qty + 1>><<set $shoeInv.push("highheels00")>><</link>></span><br /><br />
<img src="ast/img/s/highheels00min.png" /><br /><br />
<<else>>
<<if $clothes.highheels00.qty gte 1>>
<span class="p-masc">Sexy High Heels already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Sexy High Heels $120 (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 500 and $clothes.lowheels00.qty is 0>>
<span class="link-fem"><<link "Buy Low Heels $500 (These Heels are professional)" "FemaleClothes">><<set $wallet to $wallet - 500>><<set $clothes.lowheels00.qty to $clothes.lowheels00.qty + 1>><<set $shoeInv.push("lowheels00")>><</link>></span><br /><br />
<img src="ast/img/s/lowheels00min.png" /><br /><br />
<<else>>
<<if $clothes.lowheels00.qty gte 1>>
<span class="p-masc">Low Heels already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Low Heels $500 (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $currentSMaster.includes("Jessica") or $SMasterTrained.includes("Jessica")>>
<<if $wallet gte 250 and $clothes.trainers00.qty is 0>>
<span class="link-fem"><<link "Buy Cheerleader Trainers $250 (These Shoes are sporty)" "FemaleClothes">><<set $wallet to $wallet - 250>><<set $clothes.trainers00.qty to $clothes.trainers00.qty + 1>><<set $shoeInv.push("trainers00")>><</link>></span><br /><br />
<img src="ast/img/s/trainers00min.png" /><br /><br />
<<else>>
<<if $clothes.trainers00.qty gte 1>>
<span class="p-masc">Cheerleader Trainers already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Cheerleader Trainers $250 (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $wallet gte 100 and $clothes.brapanties00.qty is 0>>
<span class="link-fem"><<link "Buy Matching Bra and Panties $100 (This underwear is sexy)" "FemaleClothes">><<set $wallet to $wallet - 100>><<set $clothes.brapanties00.qty to $clothes.brapanties00.qty + 1>><<set $smallInv.push("brapanties00")>><</link>></span><br /><br />
<img src="ast/img/s/brapanties00min.png" /><br /><br />
<<else>>
<<if $clothes.brapanties00.qty gte 1>>
<span class="p-masc">Matching Bra and Panties already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Matching Bra and Panties $100" (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 100 and $clothes.supportlingerie00.qty is 0>>
<span class="link-fem"><<link "Buy Supportive Lingerie $100 (This underwear is perfect for professional attire)" "FemaleClothes">><<set $wallet to $wallet - 100>><<set $clothes.supportlingerie00.qty to $clothes.supportlingerie00.qty + 1>><<set $smallInv.push("supportlingerie00")>><</link>></span><br /><br />
<img src="ast/img/s/supportlingerie00min.png" /><br /><br />
<<else>>
<<if $clothes.supportlingerie00.qty gte 1>>
<span class="p-masc">Supportive Lingerie already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Supportive Lingerie $100" (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $currentSMaster.includes("Jessica") or $SMasterTrained.includes("Jessica")>>
<<if $wallet gte 100 and $clothes.spankies00.qty is 0>>
<span class="link-fem"><<link "Buy Cheerleader Spankies $100 (This underwear is sporty)" "FemaleClothes">><<set $wallet to $wallet - 100>><<set $clothes.spankies00.qty to $clothes.spankies00.qty + 1>><<set $smallInv.push("spankies00")>><</link>></span><br /><br />
<img src="ast/img/s/spankies00min.png" /><br /><br />
<<else>>
<<if $clothes.spankies00.qty gte 1>>
<span class="p-masc">Cheerleader Spankies already owned</span><br /><br />
<<else>>
<span class="p-masc">Buy Cheerleader Spankies $100" (insufficient funds)</span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $currentSMaster.includes("Jessica") or $SMasterTrained.includes("Jessica")>>
<<if $wallet gte 30 and $clothes.ribbon00.qty is 0>>
<span class="link-fem"><<link "Get Cheerleader Hair Ribbon $30 (This hair accessory is sporty)" "FemaleClothes">><<set $wallet to $wallet - 150>><<set $clothes.ribbon00.qty to $clothes.ribbon00.qty + 1>><<set $hairaccInv.push("ribbon00")>><</link>></span><br /><br />
<img src="ast/img/s/ribbon00min.png" /><br /><br />
<<else>>
<<if $clothes.ribbon00.qty gte 1>>
<span class="p-masc">Cheerleader Hair Ribbon already owned</span><br /><br /><br />
<<else>>
<span class="p-masc">Get Cheerleader Hair Ribbon $30 (insufficient funds)</span><br /><br /><br />
<</if>>
<</if>>
<</if>>
<span class="link-fem"><<link "Exit Store" "ShopHub">><</link>></span><br /><br />
<span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br />
<</nobr>><<if $currentTime + 8 gte 47>><<goto Home>><</if>><<set $currentTime to $currentTime + 8>>
<<nobr>>
<<if $eventCol.includes("barBuds0")>>
<<set $eventCol.delete("barBuds0")>><<set $eventCol.delete("barAllowed")>>
Val allows you to dress in men's clothing...<br /><br />
<<set $imgLinks.srcTop to "ast/img/s/trendyShirt00.png">><<set $invs.topWear.Id to "trendyShirt00">><<set $invs.topWear.topType to "trendy">>
<<set $imgLinks.srcBottom to "ast/img/s/trendyPants00.png">><<set $invs.bottomWear.Id to "trendyPants00">><<set $invs.bottomWear.bottomType to "trendy">>
<<set $imgLinks.srcShoe to "ast/img/s/trendyShoes00.png">><<set $invs.shoes.Id to "trendyShoes00">><<set $invs.shoes.shoeType to "trendy">>
<<set $imgLinks.srcHairAcc to "ast/img/s/emptyNaked00.png">><<set $invs.hairAcc.Id to "emptyNaked00">><<set $invs.hairAcc.HairAccType to "emptyNaked">>
<<set $pcAb.outerWear to "trendyClothes">>
It feels good to dress like a man again, yet it almost feels... foreign. However, you still manage to walk confidently into the bar with Valerie on your arm.<br /><br />
You smile as you watch Rick and Cal nearly fall out of their seats.<br /><br />
They must've not believed you when you told them you were dating a movie star ten. For Valerie's part, she wasn't pulling any punches, wearing a skimpy little mini-skirt and a cleavage-revealing spaghetti strap camisole.<br /><br />
Rick and Cal practically fall all over themselves trying to impress Valerie. At first you think it's funny, but as the night wears on, you start to feel a bit jealous with how eagerly Valerie returns their flirtatious remarks. It doesn’t help that Valerie points attention to your pink nails, claiming that you had lost a bet…<br /><br />
You keep reminding yourself that this is just how all men act around her. Hell, it's how you acted around her too! But still, your face begins to burn with anger.<br /><br />
Valerie really seems to have taken an interest in Cal and his jockish good looks. You watch in horror as she playfully squeezes his big, manly, arms and compliments him on his physique.<br /><br />
@@.hg;"You were right, your friends are great, $pc,"@@ you catch her say, as your mind tunes back into the conversation.<br /><br />
You suddenly get up and storm out of the bar. You keep it together long enough to turn down an alleyway before you burst into pathetic, girly sobs.<br /><br />
What the hell.<br /><br />
Before you would've just out-gamed Cal, but here you are, getting all emotional.<br /><br />
These fucking hormones.<br /><br />
Moments later, Valerie is by your side. Without you needing to say anything, she apologizes to you. Despite her ruthless flirting, she seems to be able to read you well. She reassures her loyalty to you and holds you close.<br /><br />
You kind of regret wanting to go to the bar now. Valerie treats you gently the rest of the night, as you and she talk about what happened. You both agree that it's the hormones, that it wasn't a big deal, and that you'll be back to normal in no time.<br /><br />
You ultimately apologize to her for making such a big scene, and resolve to apologize to your friends the next time you see them.<br /><br />
<<elseif $eventCol.includes("barBuds1")>>
<<set $eventCol.delete("barBuds1")>><<set $eventCol.delete("barAllowed")>>
You get dressed in your man clothes again. They seem to fit a little bit differently than you remember. Maybe you've gained weight?<br /><br />
Valerie is dressed a little more conservatively in a simple dress. But there's still plenty of sexy cleavage to be seen, much to your chagrin. You friends warmly greet both of you when you walk in.<br /><br />
In fact, the whole bar seems to fondly remember Valerie.<br /><br />
I guess that shouldn't surprise you.<br /><br />
The flirting continues, but this time you feel a little less threatened by it, and even manage to get a few digs in on Cal for being such a clumsy meathead.<br /><br />
You still find the whole encounter a bit annoying.<br /><br />
At the end of the night, Valerie recommends that all of her friends should meet all of your friends.<br /><br />
The thought feels you with dread. Valerie has been kind enough to keep your kinky secrets... but how tight-lipped will her friends be? Especially since all of them have penetrated you like a little whore in one manner or another...<br /><br />
<<set $imgLinks.srcTop to "ast/img/s/trendyShirt00.png">><<set $invs.topWear.Id to "trendyShirt00">><<set $invs.topWear.topType to "trendy">>
<<set $imgLinks.srcBottom to "ast/img/s/trendyPants00.png">><<set $invs.bottomWear.Id to "trendyPants00">><<set $invs.bottomWear.bottomType to "trendy">>
<<set $imgLinks.srcShoe to "ast/img/s/trendyShoes00.png">><<set $invs.shoes.Id to "trendyShoes00">><<set $invs.shoes.shoeType to "trendy">>
<<set $imgLinks.srcHairAcc to "ast/img/s/emptyNaked00.png">><<set $invs.hairAcc.Id to "emptyNaked00">><<set $invs.hairAcc.HairAccType to "emptyNaked">>
<<set $pcAb.outerWear to "trendyClothes">>
<<elseif $eventCol.includes("barBuds2")>>
<<set $eventCol.delete("barBuds2")>><<set $eventCol.delete("barAllowed")>>
You and Valerie make it inside the bar. Cal and Rick wave you over to a table, but unfortunately, the table only seats two.<br /><br />
@@.hg;"Way to go Cal, I thought you would provide something bigger than this,"@@ giggles Valerie suggestively as she motions towards the tiny table.<br /><br />
@@.cal;"Well hopefully we won't be needing it long, let's play some pool!"@@ exclaims Cal, he's obviously already had a few to drink.<br /><br />
<img src="ast/img/s/BilliardsRack.png" /><br /><br />
@@.hg;"Oh you're going down, big boy,"@@ giggles Valerie as she pulls him off the stool and towards the billard tables.<br /><br />
You and Rick begin to follow but Valerie turns and stops you, @@.hg;"oh let me take him in one-on-one, I love putting guys like this in their place,"@@ laughs Valerie.<br /><br />
Cal just laughs in response @@.cal;"I'll try not to utterly destroy you too bad."@@<br /><br />
And just like that, Valerie and Cal dissapear to the other side of the bar to claim a table.<br /><br />
You sit down on Cal's former stool, you're not sure you like how chummy Valerie and Cal have become.<br /><br />
@@.rick;"Hey $pcOldName , I wouldn't worry about Cal... he knows Valerie's your girl,"@@ reminds Rick.<br /><br />
You give Rick a weak smile, you wish you could say it was Cal that you were worried about. But then again, Valerie does love emasculating men, maybe beating Cal in a game will satisfy her.<br /><br />
@@.rick;"Hey... $pcOldName ... you seem, different. You on a diet or something?"@@ asks Rick as he studies your ill-fitting clothes.<br /><br />
It seemed like only a few weeks ago this shirt fit perfectly and showed off your fit muscular body. But now the fabric was loose around your waist and sort of hung around your budding chest. Even your jeans were now riding lower than you remember, as if they were struggling to get around your ass.<br /><br />
<img src="ast/img/s/awkJeans.png" /><br /><br />
@@.pc;"Yeah... been trying some new workouts... might need to get some new clothes,"@@ you respond as you accidentally press on your swollen nipples while tugging your oddly fitted shirt.<br /><br />
The contact sends tingles down your spine.<br /><br />
You and Rick talk for awhile about random topics for what seems like a few hours. Finally Valerie and Cal come stumbling back to the table. Cal seems even more intoxicated than before. They both look like they've been in a wrestling match, their clothes tussled and hair hastily combed or brushed into place.<br /><br />
@@.rick;"What happened to you guys?"@@ asks Rick.<br /><br />
Cal begins to say something but Valerie cuts him off.<br /><br />
@@.hg;"He lost, like I knew he would. As part of the deal, he had to do the chicken dance. But that dance floor is crowded and Cal is kind of a lightweight when it comes to beer,"@@ laughs Valerie.<br /><br />
Valerie was right, Cal couldn't hold his booze.<br /><br />
@@.cal;"Hey buddy, you got a great girl, don't ever let her go!"@@ exclaims Cal as he gives you a big hug.<br /><br />
He smells of booze, but his embrace is warm and you can feel his muscles enclosing you. For a brief second you start to like it but then realize the thoughts starting to form in your head and quickly push the big oaf off of you.<br /><br />
You're not sure if it's the hormones or the hypotherapy or what, but you've NEVER felt like that before when getting a typical Cal bear hug.<br /><br />
What the hell.<br /><br />
Valerie says her farewells and you go through the motions as you attempt to process your own wild emotions.<br /><br />
<<elseif $eventCol.includes("barBuds3")>>
<<set $eventCol.delete("barAllowed")>>
You enter the bar, your clothes baggy and ill-fitted. You feel almost out of place in your "man" clothes, like a fish out of water.<br /><br />
Much to your relief, you don't spot Cal anywhere, which means Valerie won't be able to endlessly flirt with him. Rick, however, is firmly planted at the bar talking with...<br /><br />
<img src="ast/img/s/gnoSuzy.png" /><br /><br />
Suzy... you can't believe it... what the hell is <i>she</i> doing here?!<br /><br />
The bubbly redhead was aggressively flirting with Rick, whose nerdy peals of laughter pierce above the droning hum of the bar.<br /><br />
You remember Suzy from the gang of girls that took advantage of you at Se Soumettre. She was friendly and outgoing, but you worry how much she's shared with Rick about the orgy.<br /><br />
@@.hg;"Hey look! Suzy's here! how convenient,"@@ smiles Valerie, barely containing the conspiritorial expression on her face.<br /><br />
You cautiously trudge over to the bar to join them.<br /><br />
Suzy erupts in a high-pitched shriek of excitement as she hugs Valerie and then waves hello to you, giving you an all-too-knowing wink.<br /><br />
@@.suz;"About time you two got here!"@@ Suzy exclaims in her hyper-excited timbre.<br /><br />
You look at Rick, who appears to be totally smitten with Suzy... you think this is a good thing, I guess she hasn't exposed you... yet.<br /><br />
@@.hg;"I thought it would be fun if my friends got to know your friends,"@@ explains Valerie quickly as she squeezes your arm playfully.<br /><br />
@@.suz;"Valerie, you didn't tell me that Rick here is basically a total computer genius, I think that is just soooooo interesting,"@@ gushes Suzy, giving Rick a quick seductive glance as her voice drops a little on the word <i>interesting</i>.<br /><br />
Rick just laughs bashfully, @@.rick;"I don't know about genius, but I do alright."@@<br /><br />
The small talk continues on for awhile longer, Suzy going out of her way to bamboozle Rick into becomming a love-sick puppy, Valerie encouraging the interaction... and you just sitting there in bewilderment. Should you intervene? Should you try to warn Rick what might happen to him? Or are you just being selfish... maybe you're just worried Suzy might reveal your new secret lifestyle.<br /><br />
Valerie's phone ringing breaks you out of your daydream. She smiles, laughs, and nods her head, then hangs up.<br /><br />
@@.hg;"Sorry, guys, but something just came up. Sounds like one of your mutual friends needs a ride,"@@ Valerie says as she rolls her eyes.<br /><br />
@@.suz;"Oh that's ok, girl. I got these two strong guys to protect me, you go ahead and do what you need to do,"@@ encourages Suzy.<br /><br />
Valerie gives you a quick peck on the cheek, apologizes, and quickly leaves the bar. You wonder which of her friends needed a ride, but push the thought from your mind as you sip your beer.<br /><br />
* * *<br /><br />
Later that night, you finally arrive home. It's dark, you're tired, and a little buzzed. You stagger to your bedroom, tugging off your clothes as you go.<br /><br />
You lazily climb into bed when you hear the front door open. You recognize the sound of Valerie's heels clicking into the entryway.<br /><br />
You're happy she made it back... but why was she out so late.<br /><br />
Then you hear your door open as Valerie creeps into your room.<br /><br />
<img src="ast/img/s/hgHotmess.png" /><br /><br />
She seems drunk... or at the very least buzzed.<br /><br />
She crawls into bed with you, her hair and clothes disheveled.<br /><br />
@@.hg;"Hey baby,"@@ she giggles as she runs her hands up and down your smooth body.<br /><br />
Her body is warm, and she guides your hand down her toned stomach and inside her panties.<br /><br />
She's wet!<br /><br />
It must be your lucky night!<br /><br />
As you play with her pussy, she spits on her fingers and begins fondling your balls. You keep expecting her to unlock your cage, but insteads she slips a finger into your butthole.<br /><br />
You start to protest but she quickly finds a spot inside your ass that feels really REALLY good. You stifle a moan, your legs starting to spread a little. She sneaks another finger inside you as she begins to kiss up your chest, gently kissing your nipples.<br /><br />
Your reactions dulled by the pleasure, you hardly have time to think as she pulls her panties off and mounts your face in the familiar reverse-cowgirl position that you've serviced her in the past.<br /><br />
You obediently begin to eat her pussy, lapping at her the wetness between her vaginal lips.<br /><br />
<video src="ast/img/hgCrPussy.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You taste something familiar.<br /><br />
You start to feel something warm and goopy flow into your mouth. She must be really wet... or maybe this is something else. You start to struggle but a firm squeeze of your balls and deep thrust of her fingers into your ass stop you from proceeding.<br /><br />
She moans as she grinds her slick pussy all over your face, all the while expertly prodding your sissy hole, extracting one reluctant moan from you after another.<br /><br />
Her grinding intensifies as she finally cums on your face, her magnificient body shuddering in the moonlight filtering in from the blinds hanging in your window.<br /><br />
<img src="ast/img/s/hgMoonlight.png" /><br /><br />
After a few moments, she dismounts your face, pulls her fingers out of your ass, and gives the tip of your chastity cage a little kiss.<br /><br />
@@.hg;"Ah, thank you, $pc , I really needed that,"@@ she whispers.<br /><br />
And just like that, she leaves you in a tangle of messy sheets, your face covered in her orgasm, your mind racing with questions...<br /><br />
<<elseif $eventCol.includes("barBuds4")>>
--barBuds 4<br /><br />
--gno 2?<br /><br />
<<elseif $eventCol.includes("girlyNails")>>
You walk into the bar less confidently than usual. You keep your hands in your pockets, or hidden in your fists to hide the fact that your nails are manicured with pink nail polish.<br /><br />
The guys seem to pick up on the fact that something's off but they're not sure what.<br /><br />
You figure you can at least <i>try</i> to win some extra cash tonight.<br /><br />
<<else>>
You walk into the bar *ba-dum tssss* but seriously, you walk into the familiar bar where your lazy but still good friends have already staked out a table to hang out, bullshit, and drink.<br /><br />
At the table is Rick, he’s the “nerd" of the group. He’s smart but a total klutz when it comes to women. You and Cal are always encouraging him to be more assertive, more confident, yadda yadda. Nothing seems to work for him, but he’s still fun to hang out with.<br /><br />
Speaking of Cal, he’s also there at the table. He was the jock that never played sports in high school. He basically lives at the gym, but he never adopted the typical asshole jock attitude and is laid-back about life in general. He has no issues with scoring with the ladies.<br /><br />
Being the most entrepreneurial of the group, you devise a way to pry some money out of your friends…<br /><br />
<</if>>
<<nobr>><<if $eventCol.includes("chugContest0") and $currentTime - 8 lte 47>>
<span class="link-masc"><<link "Challenge Your Friends to a Drinking Contest" "OnetimeBoard">><<set $eventCol.push("chugContest0Event")>><</link>></span><br /><br /><br />
<</if>><</nobr>>
<<if $eventCol.includes("getGirlNumbers")>>
You Wager You're a Lady-Killer. The guys think you're full of shit and agree to pay you $5 each ($10 total) for every number you manage to get from flirting with the half-drunk women at the bar. Of course, none of these bar rats compare to Valerie, but it’ll be fun to prove your friends wrong anyway.<br /><br />
<span class="link-masc"><<linkappend "Try to Score Some Digits ">><br /><br />
<<if $pcAb.isGoodSissy is true or $daysMildHyp gt 5 or $eventCol.includes("chastity")>>
You don't feel completely yourself and your game suffers for it, you wonder if that weird hypno shit is mentally throwing you off (0 phone numbers)<br /><br />
<<elseif $pcAb.girlySmell is true and $pcAb.isFit is true>>
@@.moneymovbar;<img src="ast/img/s/dolla.png" />@@<br />
Girls like that you smell so nice (even if they don't realize it's because you're using feminine-oriented hygiene products) @@.mru;(5 phone numbers)@@<<set $wallet to $wallet + 50>><br /><br />
<<elseif $pcAb.isMalehygienic and $pcAb.isFit is true>>
@@.moneymovbar;<img src="ast/img/s/dolla.png" />@@<br />
Girls like a manly man and right now, you're fit and clean @@.mru;(3 phone numbers)@@<<set $wallet to $wallet + 30>><br /><br />
<<elseif $pcAb.isFit is true>>
@@.moneymovbar;<img src="ast/img/s/dolla.png" />@@<br />
Girls like a manly man and right now, you're fit, but you kinda stink @@.mru;(2 numbers)@@<<set $wallet to $wallet + 20>><br /><br />
<<elseif $pcAb.isFit is false>>
@@.moneymovbar;<img src="ast/img/s/dolla.png" />@@<br />
You're a pudgy slob and all but the bottom tier of girls are avoiding you. @@.mru;(1 number)@@<<set $wallet to $wallet + 10>><br /><br />
<<else>>
something broke, no money (0 numbers)<br /><br />
<</if>>
<</linkappend>></span><br />
<</if>>
<</nobr>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
One of many potential turning points for you to resist Valerie. This feature might get developed but only if there's a demand for it! Head over to [[Descendo!|https://www.patreon.com/yuscia]] and consider supporting this project for a chance to influence what gets put into the game!
<span class="link-fem"><<link "Clean Yourself Up" "Home">><</link>></span><br />Hmmm, what should your new girly name be?
<<textbox "$pc" "" autofocus>>
<span class="link-fem"><<link "Yes, nice and girly" "ValidateFemNameChange">><</link>></span><br /><<nobr>>
<<set _isVal to true>>
<<if $pc.length lte 1>>
<<set _isVal to false>>
<<set $p0 to "My new girly name needs to be a little longer than that">>
<</if>>
<<if _isVal is true>>
<<goto OnetimeBoard>>
<<else>>
<<print $p0>><br />
<</if>>
<</nobr>>
<span class="link-fem"><<back "Howabout...">></span><br /><<nobr>>
<<if $eventCol.includes("suppressM0")>>
Ok, think unsexy thoughts! Focus on something that isn't tits and ass! Focus! FOCUS!<br /><br />
<<set $q0 to "def">><<set $q1 to "def">><<set $q2 to "def">><<set $sm0Res to 0>>
What sport were you thinking of?<br />
<<radiobutton "$q0" "sp0">>Baseball<br />
<<radiobutton "$q0" "sp1">>Football<br />
<<radiobutton "$q0" "sp2">>Hockey<br />
<<radiobutton "$q0" "sp3">>Basketball<br /><br />
What was the score?<br />
<<radiobutton "$q1" "sc0">>1 - 2<br />
<<radiobutton "$q1" "sc1">>2 - 2<br />
<<radiobutton "$q1" "sc2">>2 - 1<br />
<<radiobutton "$q1" "sc3">>10 - 3<br /><br />
What number did you see the most?<br />
<<radiobutton "$q2" "n0">>Number?<br />
<<radiobutton "$q2" "n1">>5<br />
<<radiobutton "$q2" "n2">>6<br />
<<radiobutton "$q2" "n3">>3<br /><br />
<<button "Focus Thoughts" "TestSuppress">><</button>>
<<elseif $eventCol.includes("suppressM1")>>
You did this once, you can do it again, focus!<br /><br />
<<set $q0 to "def">><<set $q1 to "def">><<set $q2 to "def">><<set $sm1Res to 0>>
What kind of store were you thinking of?<br />
<<radiobutton "$q0" "st0">>Hardware Store<br />
<<radiobutton "$q0" "st1">>Drug Store<br />
<<radiobutton "$q0" "st2">>Grocery Store<br />
<<radiobutton "$q0" "st3">>Electroncics Store<br /><br />
What was one of the items the cashier checked out?<br />
<<radiobutton "$q1" "g0">>Power Drill<br />
<<radiobutton "$q1" "g1">>Bananas<br />
<<radiobutton "$q1" "g2">>Cigarettes<br />
<<radiobutton "$q1" "g3">>Panties<br /><br />
What black floating shapes did you see the most of?<br />
<<radiobutton "$q2" "sh0">>Shapes?<br />
<<radiobutton "$q2" "sh1">>Circles<br />
<<radiobutton "$q2" "sh2">>Triangles<br />
<<radiobutton "$q2" "sh3">>Rectangles<br /><br />
<<button "Focus Thoughts" "TestSuppress">><</button>>
<<elseif $eventCol.includes("izzySeductionMT0")>>
Think about anything other than how great this feels<br /><br />
<video src="ast/img/izzTitFantasy.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
The best part of this experience is?<br />
<span class='fadeIn2'><<radiobutton "$iz0" "siz0">>How his hands feel against me</span><br />
<span class='fadeIn5'><<radiobutton "$iz0" "siz1">>How vulnerable I am right now</span><br />
<span class='fadeIn20'><<radiobutton "$iz0" "siz2">>Nothing! I'm not into this!</span><br /><br />
<<button "Focus Your Willpower" "TestSuppress">><</button>>
<<elseif $eventCol.includes("izzySeductionMT1")>>
Oh no, if you want to still be a man, you need to think about logical, rational things and NOT about COCK, don't think about <b>COCK</b><br /><br />
<video src="ast/img/izzTemptation.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Ok, if I'm still a man, I can answer this perfectly rational, logical, math problem <br />
<img src="ast/img/s/izzMath.png" /><br /><br />
<span class='fadeIn2'><<radiobutton "$izz0" "sizzwrg">>12</span><br />
<span class='fadeIn1'><<radiobutton "$izz0" "sizzwrg">>34</span><br />
<span class='fadeIn5'><<radiobutton "$izz0" "sizzwrg">>-34</span><br />
<span class='fadeIn3'><<radiobutton "$izz0" "sizzwrg">>46</span><br />
<span class='fadeIn5'><<radiobutton "$izz0" "sizzwrg">>47</span><br />
<span class='fadeIn4'><<radiobutton "$izz0" "sizzwrg">>-47</span><br />
<span class='fadeIn10'><<radiobutton "$izz0" "sizzwrg">>45</span><br />
<span class='fadeIn1'><<radiobutton "$izz0" "sizzwrg">>-45</span><br />
<span class='fadeIn10'><<radiobutton "$izz0" "sizzwrg">>33</span><br />
<span class='fadeIn20'><<radiobutton "$izz0" "sizzwrg">>-33</span><br />
<span class='fadeIn20'><<radiobutton "$izz0" "sizzwrg">>-12</span><br />
<span class='fadeIn5'><<radiobutton "$izz0" "sizzrght">>-46</span><br />
<span class='fadeIn4'><<radiobutton "$izz0" "sizzwrg">>48</span><br />
<span class='fadeIn5'><<radiobutton "$izz0" "sizzwrg">>32</span><br />
<span class='fadeIn10'><<radiobutton "$izz0" "sizzwrg">>-48</span><br /><br />
<<button "Focus Your Willpower" "TestSuppress">><</button>>
<</if>>
<</nobr>><<nobr>>
<<if $eventCol.includes("suppressM0")>>
<<if $q0 is "sp0">><<set $sm0Res = $sm0Res + 1>><<endif>>
<<if $q1 is "sc3">><<set $sm0Res = $sm0Res + 1>><<endif>>
<<if $q2 is "n2">><<set $sm0Res = $sm0Res + 1>><<endif>>
<<if $sm0Res is 3>>
You zone out for a moment, attempting to get control of your horniness long enough to stop from leaking any further. Luckily none of the girls seem to notice your odd behavior.<br /><br />
<span class="link-masc"><<link "Continue" "OnetimeBoard">><<set $eventCol.delete("suppressM0")>><<set $eventCol.push("girlsNightOut2Event")>><</link>></span><br />
<<else>>
<span class="link-masc"><<link "No no no!" "TempGameOver">><</link>></span><br />
<</if>>
<<elseif $eventCol.includes("suppressM1")>>
<<if $q0 is "st2">><<set $sm1Res = $sm1Res + 1>><<endif>>
<<if $q1 is "g1">><<set $sm1Res = $sm1Res + 1>><<endif>>
<<if $q2 is "sh3">><<set $sm1Res = $sm1Res + 1>><<endif>>
<<if $sm1Res is 3>>
You zone out for a moment, attempting to get control of your horniness long enough to stop from acting out your impulses on Suzy. After a few moments, you think you've gotten control of your own masculine urges..<br /><br />
<span class="link-masc"><<link "Continue" "OnetimeBoard">><<set $eventCol.delete("suppressM1")>><<set $eventCol.push("girlsNightOut3Event")>><</link>></span><br />
<<else>>
<span class="link-masc"><<link "No no no!" "TempGameOver">><</link>></span><br />
<</if>>
<<elseif $eventCol.includes("izzySeductionMT0")>>
<<if $iz0 is "siz0" or $iz0 is "siz1">><<set $izCont to true>><<else>><<set $izCont to false>><<endif>>
<<if $izCont is true>>
It's ok, this doesn't mean anything about you personally. It just feels nice... and there's nothing wrong with that...<br /><br />
<span class="link-fem"><<link "Continue" "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT0")>><<set $eventCol.push("izzyFinishTraining0")>><</link>></span><br />
<<else>>
You're a man, dammit! You got what you needed, time to put a stop to this.<br /><br />
<span class="link-masc"><<link "Stop Mr. Trampador" "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT0")>><<set $eventCol.push("izzyFinishTrainingEnd")>><</link>></span><br /><br />
<span class="link-fem"><<link "Well... maybe just a little longer..." "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT0")>><<set $eventCol.push("izzyFinishTraining0")>><</link>></span><br />
<</if>>
<<elseif $eventCol.includes("izzySeductionMT1")>>
<<if $izz0 is "sizzwrg">><<set $izCont to true>><<else>><<set $izCont to false>><<endif>>
<<if $izCont is true>>
Oh no... that wasn't it... are sure you're feeling ok? You didn't choose the wrong answer on purpose did you? I mean... you don't actually <i>want</i> his big hard cock do you?<br /><br />
<span class="link-fem"><<link "Continue" "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT1")>><<set $eventCol.push("izzyFinishTraining1")>><</link>></span><br />
<<else>>
That was easy! I'm sure you didn't need to look that answer up, and it definitely wasn't luck... that's what a girl would do... and you're no girl...<br /><br />
<span class="link-masc"><<link "Stop Mr. Trampador" "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT1")>><<set $eventCol.push("izzyFinishTrainingEnd")>><</link>></span><br /><br />
<span class="link-fem"><<link "Well... it's not a big deal if I get some <i>really</i> good evidence..." "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT1")>><<set $eventCol.push("izzyFinishTraining1")>><</link>></span><br />
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if $eventCol.includes("suppressM0")>>
You were unable to mask your arousal. One of the girls notices a light stain in front of your dress. She reaches over with a napkin to dab it up for you, but ends up taping the front of your chastity cage...<br /><br />
GAME OVER<br /><br />
<span class="link-masc"><<link "Wait... that's not what really happened..." "SuppressVid">><</link>></span><br />
<<elseif $eventCol.includes("suppressM1")>>
You were unable to control yourself. You Pull Suzy back in for another kiss. You end up pulling her so close that you hear her gasp as her hand bumps against your chastity cage...<br /><br />
GAME OVER<br /><br />
<span class="link-masc"><<link "Wait... that's not what really happened..." "SuppressVid">><</link>></span><br />
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("suppressM0")>>
@@.hint;Ok, slow down, wait, watch carefully. Sort your thoughts...@@
<video src="ast/img/sm0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-masc"><<link "How did it go?" "SuppressMasculinity">><</link>></span><br />
<<elseif $eventCol.includes("suppressM1")>>
@@.hint;Think of something unsexy, focus on something unsexy...@@
<video src="ast/img/sm1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-masc"><<link "How did it go?" "SuppressMasculinity">><</link>></span><br />
<<elseif $eventCol.includes("izzySeductionMT0")>>
@@.hint;Don't think about how bad you want your tits to be played with... don't think about his hands roaming your body...@@<br /><br />
<video src="ast/img/izzTitFantasy.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-masc"><<link "You need to put a stop to this" "SuppressMasculinity">><</link>></span><br />
<<elseif $eventCol.includes("izzySeductionMT1")>>
@@.hint;Don't think about how bad you want to see a nice hard cock... definitely don't think about how nice it would be against your skin...@@<br /><br />
<video src="ast/img/izzTemptation.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-masc"><<link "You need to put a stop to this" "SuppressMasculinity">><</link>></span><br />
<</if>>
<</nobr>><<silently>>
<<set _acceptableDress to false>>
<<set _stopHere to false>>
<<if $pcAb.outerWear is "cuteClothes" or $pcAb.outerWear is "sexyClothes" or $pcAb.outerWear is "professionalClothes" or $pcAb.outerWear is "sluttyClothes" or $pcAb.outerWear is "sportyClothes">>
<<set _acceptableDress to true>>
<</if>>
<</silently>>
<<nobr>>
<<if $eventCol.includes("STasksEvent")>>
<<set _stopHere to true>>
<span class="link-fem"><<link "Learn What Life with Valerie Will Be Like" "OnetimeBoard">>
<<set $eventCol.delete("initNewLife")>>
<</link>></span><br />
<</if>>
<<if $femRoutine.useMakeup is false or $femRoutine.useHair is false>>
<<if _stopHere is false>>
<<set _stopHere to true>>
Valerie says that in addition to good hygeine, that you must @@.hint;keep your make up on point and hair styled in a cute, feminine way! Maybe you should examine your daily routine.@@<br /><br />
<span class="link-fem"><<link "Rethink Your Morning Routine" "Home">><</link>></span><br />
<</if>>
<</if>>
<<if (($pcAb.underWear is "girly") or ($pcAb.underWear is "slutty")) and (_acceptableDress is true) and (_stopHere is false)>>
@@.hg;"Oh $pc , you look so
<<if $pcAb.outerWear is "cuteClothes">>CUTE<</if>>
<<if $pcAb.outerWear is "sexyClothes">>SEXY<</if>>
<<if $pcAb.outerWear is "professionalClothes">>PROFESSIONAL<</if>>
<<if $pcAb.outerWear is "sluttyClothes">>SLUTTY<</if>>
<<if $pcAb.outerWear is "sportyClothes">>SPORTY<</if>>
in that outfit!"@@ She compliments, @@.hg;"Thank you for being such a good sport about this."@@<br /><br />
<<if $pcAb.outerWear is "sluttyClothes">>Becareful in that outfit, my father would definitely not approve!<br /><br /><</if>>
<<if $sWeek is 5 and $canSG is true>>
<<if not $eventCol.includes("lipTNAInit")>>
@@.hg;"$pc , I've got some really great news for us! I've been keeping my eye open for opportunities to help you get out of all the medical debt, and I think I've found one that's very promising"@@ Valerie says excitedly.<br /><br />
The chance to dig yourself out of debt quicker, and reclaim some independence immediately catches your attention.<br /><br />
@@.hg;"So I know this guy... he's a successful small business owner and <i>very</i> rich"@@ Valerie lingers on that thought, she seems to be getting aroused just thinking about this person.<br /><br />
You feel a pang of jealousy.<br /><br />
@@.hg;"The things is... he's got an interesting taste in girls... you know the type. He likes them with a little... extra"@@ teases Valerie as she waggles her pinkie playfully in front of you.<br /><br />
<img src="ast/img/s/lilpinky.png" /><br /><br />
You instantly blush.<br /><br />
@@.hg;"We got to talking about his little fetish, and about you... and needless to say, he's interested in meeting you!"@@ exclaims Valerie.<br /><br />
Your heart flutters, your reaction surprises you. Why do you feel anxious... shouldn't you feel grossed out?<br /><br />
@@.hg;"But before that, we need to get you in the best shape you can get. He's willing to pay really well for just a chance at a date with a hot sissy, no strings attached... just a nice night out on the town. You'll get pampered and you'll get a nice chunk of your medical debt paid,"@@ explains Valerie.<br /><br />
@@.pc;"Really, he wants to pay all this money... no strings attached?"@@ you repeat skeptically.<br /><br />
@@.hg;"Yep!"@@<br /><br />
@@.pc;"Just a date?"@@<br /><br />
@@.hg;"Just a date."@@<br /><br />
You sigh, you don't really feel like dating a dude, but Valerie's schemes to get you out of debt have been paying off so far...<br /><br />
@@.pc;"Ok... what do I need to do to get ready?"@@ you ask cautiously.<br /><br />
Valerie claps her hands together with excitement, @@.hg;"Ok, so you're going to love this. First you need to go to the local salon and get some temporary lip injections. Then after that you'll want to get some full body electrolysis. After that, we can move on to the fun stuff,"@@ explains Valerie matter-of-factly.<br /><br />
@@.pc;"Lip injections?!"@@ you exclaim, @@.pc;"full body electrolysis?"@@<br /><br />
@@.hg;"Settle down, $pc , the lip injections are just temporary! Besides, they'll make your lips look so sexy! And how much of a hassle is it to shave yourself every morning? Even after all this is done, don't you think having a nice smooth body is hot no matter what gender you are?"@@ challenges Valerie.<br /><br />
You can't disagree there, before you were locked away in chastity, girls seemed to really dig how smooth your arms were after Valerie convinced you to start shaving. Maybe electrolysis wouldn't be so bad once you go back to being a normal guy. And if the lip injections are just temporary...<br /><br />
What harm could it do?<br /><br />
Plus you would look sexy with plump @@.bimbhyptxt; cock-sucking@@ lips.<br /><br />
You reluctantly agree to @@.hint;go to the salon for lip injections and electrolsys sessions.@@<br /><br />
<<set $eventCol.pushUnique("lipTNAInit")>>
<<set $eventCol.pushUnique("lipStart")>>
<<set $eventCol.pushUnique("tnaStart")>>
<<set $eventCol.pushUnique("fetDateInit")>>
<<set $salVisit to false>>
<<set $tasks.pushUnique("lipStart")>>
<<set $tasks.pushUnique("tnaStart")>>
<<elseif not $eventCol.includes("lipInjected")>>
Valerie encourages you to @@.hint;go to the salon for lip injections.@@<br /><br />
<<elseif not $eventCol.includes("tnaComplete")>>
Valerie encourages you to @@.hint;go to the salon for electrolysis.@@<br /><br />
<<else>>
@@.hg;"You look great, and I bet your skin feels even better!@@ @@.hint;Finish up the week@@ @@.hg;and we'll get you ready for your first meetup!"@@<br /><br />
<</if>>
<<elseif $sWeek gte 6 and $canSG is true>>
<<if not $eventCol.includes("guyDatedInit")>>
@@.hg;"I think it's time to go on a little@@ @@.hint;double date@@ @@.hg;with your secret admirer"@@ teases Valerie.<br /><br />
You feel doubtful, your whole body still feels tender from the small procedure to your chest and ass. You defensively and subconciously rub the outskirts of your armpits.<br /><br />
@@.hg;"Don't worry, I'll be there the whole time. It'll just be a little lunch get-together. No expectations! Just chat, eating some good food, then go on about your day! Remember, he'll be paying@@ @@.hint;big money@@ @@.hg; for the big date night later on. Think of it as a sort of sneak peek!@@" explains Valerie.<br /><br />
You almost feel like a prostitute by the way she describes everything so transactionally.<br /><br />
You don't feel good about the situation.<br /><br />
@@.hg;"Just remember to@@ @@.hint;wear something cute!@@ @@.hg;"@@ reminds Valerie.<br /><br />
<<set $eventCol.pushUnique("guyDatedInit")>>
<<set $eventCol.pushUnique("guyLunch")>>
<<elseif $eventCol.includes("guyLunchDone")>>
Valerie reminds your to get some rest before continuing with preparation for the big date night.<br /><br />
<<elseif not $eventCol.includes("guyDated")>>
Valerie reminds your to dress @@.hint;dress cute and attend a lunch date@@ with your mystery man.<br /><br />
<<elseif $eventCol.includes("guyDated")>>
<<if $preppedDate is false>>
<<if not $eventCol.includes("explainPrep")>>
@@.hg;"Richard is eager to see you again, but I want you looking your best. You remember how men operate. They're visual creatures. We get you looking like a hot, curvy babe, Richard won't be able to say no to you,"@@ smiles Valerie.<br /><br />
The thought of turning Richard on with just a look appeals to you.<br /><br />
You giggle just a little at the thought of it.<br /><br />
@@.hg;"So there's a few things we need to work on. First thing's first, you deserve a reward for all your hard work!"@@ exclaims Valerie as she runs her hands down your abdomen.<br /><br />
She leans in, her hot breath striking your neck as her hands snake around and roughly grab your ass. This causes you to gasp in surprise, which she then takes advantage of by kissing your open mouth. Her expert tongue, her plump lips invade your senses as she simultaneously undresses you.<br /><br />
You put up no resistance as she strips off your clothes.<br /><br />
How long has it been since you've been intimate with Valerie?<br /><br />
Then you see she's holding something in her hand.<br /><br />
<img src="ast/img/s/valChas.png" /><br /><br />
@@.hg;"I think you're ready for something <i>really</i> fun,"@@ she teases.<br /><br />
In her hand lies a small chastity cage with what looks to be small black parts attached to it. You're a little dissapointed that this was your big reward, but at the same time... this cage is like nothing you've seen before. Valerie produces the key to your current cage, waggling it playfully with a smile. She leans forward and releases your sensitive bits.<br /><br />
The cool air hitting your sensitive clitty makes your shiver.<br /><br />
She carefully works the slightly lubricated cage on your trembling sissy member. You feel something small push apart the opening to the head of your once proud penis. You look down and see that part of the cage contains a small, black urethral plug that is now firmly inserted into the tip of your clitty.<br /><br />
You bite your lip, the sensation is foreign and very intense.<br /><br />
@@.hg;"Don't worry, you'll be allowed to take out the urethra plug to use the restroom,"@@ reassures Valerie with a mischievous grin.<br /><br />
She slides the lock on to the cage, securing your sissyhood firmly within.<br /><br />
@@.hg;"And now, the other half of your gift,"@@ explains Valerie as she produces another object in her hand.<br /><br />
<img src="ast/img/s/valBP.png" /><br /><br />
It looks like an ordinary butt plug, and very similar to the one you have inserted.<br /><br />
@@.hg;"Allow me,"@@ she offers.<br /><br />
You turn around and obediently bend forward a little as she skillfully pops out your old plug and slides the new one in. You adjust your posture a little bit as the butt plug settles into place inside your ass.<br /><br />
@@.hg;"Now, watch this!"@@ exclaims Valerie as she fiddles with her phone a little bit.<br /><br />
Suddenly the butt plug spring to life with a low vibration in your ass.<br /><br />
The sudden sensation causes you to gasp and instinctively arch your back, causing your tits to jiggle a little.<br /><br />
@@.hg;"It gets better!"@@ laughs Valerie triumphantly.<br /><br />
Suddenly you feel the cage on your clitty tingle and shake as the black portions of it send a warm tingle through your body. You realize that the cage is transmitting some sort of mild electric sensation into your defenseless clitty.<br /><br />
You moan as you nearly fall to your knees, grabbing at a nearby wall to steady yourself. The combined vibrations in your ass and trapped sissy-clitty void your mind of coherent thought. You grab your tits and pinch your own nipples as your whole body quivers with growing pleasure. Your knees tremble as a small sissygasm quivers its way through your body.<br /><br />
It's a strange half-orgasm that isn't fully satisfying... but feels fucking delicious.<br /><br />
You moan, closing your eyes as the virbrations work through some predefined algorithm, sometimes vibrating your ass and clitty in synchronized bursts, other times alternating which end of your pelvis to assault with pleasure.<br /><br />
Then the vibrations stop, leaving you panting.<br /><br />
@@.pc;"Valerie please... I was so close..."@@ you pant.<br /><br />
You're so horny you could scream.<br /><br />
@@.hg;"Be a@@ @@.bimbhyptxt;good girl@@ @@.hg;and you'll get more,"@@ explains Valerie.<br /><br />
She steps forward and shows your how to carefully remove and reinsert the urethral plug. After a little bit of practice, you find the feeling of having your clitty "filled" to be quite pleasant.<br /><br />
@@.hg;"Good girl, $pc ,"@@ commends Valerie.<br /><br />
@@.hg;"Now, when you get a chance, I need you to stop by the clinic where your had you little procedure done,"@@ instructs Valerie as she gently cups one of your breasts with one hand, and an ass cheek with the other.<br /><br />
@@.hg;"It's time to start filling those implants a little bit. Don't worry, we'll take it slow and the injections are quick,"@@ explains Valerie.<br /><br />
You make a mental note to @@.hint;go get your implants injected@@.<br /><br />
You regain your compsoure... or at least as much as you can, given the new toys Valerie gifted you with.<br /><br />
<<set $eventCol.pushUnique("explainPrep")>>
<<set $eventCol.pushUnique("inject0")>>
<<set $tasks.pushUnique("inject0")>>
<<elseif $eventCol.includes("inject0")>>
<<if $eventCol.includes("injected0")>>
@@.hg;"Today, I want you to make time to really@@ @@.hint;rub some cocoa butter lotion into your breasts and ass@@ @@.hg;"@@ explains Valerie, @@.hg;"You've got really nice skin, and we want to keep it nice and healthy while we develop your... assets."@@<br /><br />
You sigh a little in relief, it'll be nice to take a little time for yourself.<br /><br />
<<set $eventCol.delete("inject0")>>
<<set $eventCol.pushUnique("lotion0")>>
<<set $tasks.delete("inject0")>>
<<set $tasks.pushUnique("lotion0")>>
<<else>>
Valerie reminds you to @@.hint;go get your tit and ass implants injected@@ in order to gradually increase their size.<br /><br />
<</if>>
<<elseif $eventCol.includes("lotion0")>>
<<if $eventCol.includes("lotioned0")>>
@@.hg;"You're looking refreshed today! Ok, time to work a little bit on your complexion. There's a local tanning salon I want you to go to. I've got you hooked up for some free sessions!"@@ explains Valerie.<br /><br />
You relieved you won't have to shell out any money for this.<br /><br />
@@.hg;"Go there and@@ @@.hint;work on your tan@@ @@.hg; a little bit,"@@ instructs Valerie.<br /><br />
<<set $eventCol.delete("lotion0")>>
<<set $eventCol.pushUnique("tan0")>>
<<set $tasks.delete("lotion0")>>
<<set $tasks.pushUnique("tan0")>>
<<else>>
Valerie reminds you to @@.hint;take care of the skin around your new implants with some lotion@@ in order to facilitate their new size.<br /><br />
<</if>>
<<elseif $eventCol.includes("tan0")>>
<<if $eventCol.includes("tanned0")>>
@@.hg;"Oooo, that little tan you got suits you nicely!"@@ compliments Valerie, @@.hg;"Time to go get another round of injections for your implants!"@@<br /><br />
Your boobs and ass finally stopped being so itchy, now you have to go get them stretched again. You struggle to hide your annoyance as you nod obediently.<br /><br />
You make a mental note to @@.hint;go get your implants injected again@@.<br /><br />
<<set $eventCol.delete("tan0")>>
<<set $eventCol.pushUnique("inject1")>>
<<set $eventCol.pushUnique("orgTort0")>>
<<set $tasks.delete("tan0")>>
<<set $tasks.pushUnique("inject1")>>
<<else>>
Valerie reminds you to @@.hint;engage in some light tanning at the local tanning salon.@@ Best part is, it's free!.<br /><br />
<</if>>
<<elseif $eventCol.includes("inject1")>>
<<if $eventCol.includes("injected1")>>
@@.hg;"Wow! You've got some curves, girl! It's that time again, make sure to@@ @@.hint;rub some cocoa butter lotion into your breasts and ass@@ @@.hg;"@@ explains Valerie, @@.hg;"Your figure is looking amazing!"@@<br /><br />
You sigh a little in relief, you were hoping lotion would be the next step.<br /><br />
<<set $eventCol.delete("inject1")>>
<<set $eventCol.pushUnique("lotion1")>>
<<set $tasks.delete("inject1")>>
<<set $tasks.pushUnique("lotion1")>>
<<else>>
Valerie reminds you to @@.hint;go get your tit and ass implants injected@@ in order to gradually increase their size.<br /><br />
<</if>>
<<elseif $eventCol.includes("lotion1")>>
<<if $eventCol.includes("lotioned1")>>
@@.hg;"You're looking smooth and soft today! Alright, you can probably guess what to do next."@@ explains Valerie.<br /><br />
@@.pc;"Tanning time?"@@ you ask.<br /><br />
@@.hg;"Yes! Go there and@@ @@.hint;work on your tan@@ @@.hg; a little bit,"@@ instructs Valerie.<br /><br />
<<set $eventCol.delete("lotion1")>>
<<set $eventCol.pushUnique("tan1")>>
<<set $tasks.delete("lotion1")>>
<<set $tasks.pushUnique("tan1")>>
<<else>>
Valerie reminds you to @@.hint;take care of the skin around your new implants with some lotion@@ in order to facilitate their new size.<br /><br />
<</if>>
<<elseif $eventCol.includes("tan1")>>
<<if $eventCol.includes("tanned1")>>
@@.hg;"You're getting some good color!"@@ compliments Valerie, @@.hg;"Time to go get another round of injections for your implants!"@@<br /><br />
You're getting a little concerned about getting them any bigger.<br /><br />
@@.hg;"Don't worry, I think this will be the last session you'll need,"@@ reassures Valerie.<br /><br />
You make a mental note to @@.hint;go get your implants injected again@@.<br /><br />
<<set $eventCol.delete("tan1")>>
<<set $eventCol.pushUnique("inject2")>>
<<set $eventCol.pushUnique("orgTort1")>>
<<set $tasks.delete("tan1")>>
<<set $tasks.pushUnique("inject2")>>
<<else>>
Valerie reminds you to @@.hint;engage in some light tanning at the local tanning salon.@@ Best part is, it's free!.<br /><br />
<</if>>
<<elseif $eventCol.includes("inject2")>>
<<if $eventCol.includes("injected2")>>
@@.hg;"Damn... just... you look..."@@ Valerie struggles to hide how impressed she is with your new figure.<br /><br />
Do you sense... jealousy?
@@.hg;"Ok, so... make sure to@@ @@.hint;rub some cocoa butter lotion into your breasts and ass@@ @@.hg;"@@ reminds Valerie.<br /><br />
For the first time, you think Valerie might've felt a little threatened by you.<br /><br />
<<set $eventCol.delete("inject2")>>
<<set $eventCol.pushUnique("lotion2")>>
<<set $tasks.delete("inject2")>>
<<set $tasks.pushUnique("lotion2")>>
<<else>>
Valerie reminds you to @@.hint;go get your tit and ass implants injected@@ in order to gradually increase their size.<br /><br />
<</if>>
<<elseif $eventCol.includes("lotion2")>>
<<if $eventCol.includes("lotioned2")>>
@@.hg;"Your lotion routine has kept your skin looking really good, it's better than I could've hoped for,"@@ compliments Valerie.<br /><br />
@@.pc;"Guess I need to go tan again?"@@ you ask.<br /><br />
@@.hg;"Yes, I think one more tanning session oughta do it. Go there and@@ @@.hint;work on your tan@@ @@.hg; a little bit,"@@ instructs Valerie.<br /><br />
<<set $eventCol.delete("lotion2")>>
<<set $eventCol.pushUnique("tan2")>>
<<set $eventCol.pushUnique("orgTort2")>>
<<set $tasks.delete("lotion2")>>
<<set $tasks.pushUnique("tan2")>>
<<else>>
Valerie reminds you to @@.hint;take care of the skin around your new implants with some lotion@@ in order to facilitate their new size.<br /><br />
<</if>>
<<elseif $eventCol.includes("tan2")>>
<<if $eventCol.includes("tanned2")>>
@@.hg;"Woah, maybe your tan is getting a little too dark! That's ok, it'll fade a little in time for your big night"@@ assures Valerie.<br /><br />
You nod, you feel sexy, confidant.<br /><br />
@@.hg;"Time for a little more self-care,@@ @@.hint;get some more lotion rubbed in,@@ @@.hg; keep that skin nice and healthy,"@@ instructs Valerie.<br /><br />
You make a mental note to @@.hint;apply more lotion@@.<br /><br />
<<set $eventCol.delete("tan2")>>
<<set $eventCol.pushUnique("lotion3")>>
<<set $eventCol.pushUnique("orgTort3")>>
<<set $tasks.delete("tan2")>>
<<set $tasks.pushUnique("lotion3")>>
<<else>>
Valerie reminds you to @@.hint;engage in some light tanning at the local tanning salon.@@ Best part is, it's free!.<br /><br />
<</if>>
<<elseif $eventCol.includes("lotion3")>>
<<if $eventCol.includes("lotioned3")>>
@@.hg;"I think you're nearly ready for your big date, $pc "@@ explains Valerie, barely containing her giddiness.<br /><br />
@@.hg;"All you need to now is@@ @@.hint;finish up the week and get rested@@ @@.hg;for you big night out with Rich,"@@ explains Valerie.<br /><br />
<<set $eventCol.delete("lotion3")>>
<<set $eventCol.pushUnique("fullyPrepped")>>
<<set $tasks.delete("lotion3")>>
<<else>>
Valerie reminds you to @@.hint;take care of the skin around your new implants with some lotion@@ in order to facilitate their new size.<br /><br />
<</if>>
<<else>>
<!--outta date prep-->
<</if>>
<<else>>
Valerie commends you for making yourself look even more beautiful today. She'll have more beautifying for you to do tomorrow.<br /><br />
<</if>>
<</if>>
<<else>>
Valerie's ground rules are clear, her dad is very wary of boys staying with her, you must be girly! Apparently her dad likes to drop by sometimes...<br /><br />
She's also agreed to let you cum in a controlled manner as long as you give your best effort in the tasks she gives you. If you are really obedient, she'll even let you sneak out of the house dressed as a man and hang out with your friends at the bar!<br /><br />
@@.hg;"I'm sorry to be so strict, sweetie, but it's to protect both of us. If my dad knew what was going on, you'd be homeless and he might cut me off! It's not enough to just dress like girl. You need to move, think, and act just like the real thing."@@<br /><br />
She also encourages you to find some way to make some money to pay off your medical debt.<br /><br />
<</if>>
<<if not $eventCol.includes("jobSearch")>>
<<set $eventCol.push("jobSearch")>><<set $jSearchNum to 0>>
<</if>>
<<if $sWeek gte 4>>
<<set $eventCol.delete("getNewSTasks")>>
<<set $eventCol.delete("getNewVRTasks")>>
<<set $eventCol.delete("getNewTranTasks")>>
<<if not $eventCol.includes("sgTask") and $canSG isnot true>>
<<set $practicedSG to false>>
<<set $tasks.push("reachSG")>>
<<set $eventCol.pushUnique("sgTask")>>
<<set $sgProgress to 0>>
@@.hg;"You've been doing so well training to be a woman that... I think you get to experience the real@@ @@.hint;joys of being a woman@@ @@.hg;,"@@ explains Valerie.<br /><br />
@@.pc;"Joys of being a woman?"@@ you repeat skeptically.<br /><br />
@@.hg;"Oh yes, I mean c'mon... don't tell me you haven't thought about it. You've seen it in porn... even when I cum... women just have it better. Our orgasms are longer, stronger, and repeatable!"@@ replied Valerie.<br /><br />
You can't deny, you've always wondered what it's like for girls... but that's something you can't obtain, right? I mean you can dress like a girl, act like a girl, but cum like a girl? You just don't have the biology.<br /><br />
As if to answer your internal questions, Valerie interrupts your pondering silence, @@.hg;"Have you ever heard of a sissygasm, $pc ?"@@ she asks.<br /><br />
You shake your head, but you think you can make an educated guess based off the term.<br /><br />
@@.hg;"It's an orgasm... an anal orgasm that only the most dedicated sissy can obtain. You treat your little butthole like a real pussy, train it with penetration, reach that certain spot, stimulate it just right and..."@@ Valerie trails off, studying your reaction.<br /><br />
You think you know what she's getting at. There's been times when you've trained your butt... that you start to feel something deep inside... something intense and warm... and really really good.<br /><br />
The internal admission causes you to blush and Valerie reads you like an open book.<br /><br />
@@.hg;"It's ok to like it, $pc , it takes a lot of confidence and courage to stick something up your butt,"@@ giggles Valerie.<br /><br />
You fidget uncomfortably, all this talk about your ass is making you think dirty things...<br /><br />
@@.hg;"It's really simple, you come see me once a day and I'll help you to reach that sissygasm. Trust me it'll be soooo worth it when you're cumming your little sissy heart out,"@@ giggles Valerie again as she gives you a kiss on the cheek.<br /><br />
You can't help but feel very curious about how it feels. You remind yourself @@.hint;to talk to Valerie at least once a day so you can train yourself to reach sissygasm.@@<br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("remindSTasks")>>
-@@.hint;Task Reminders@@<br />
<<include "RemindSTaskText">>
<<if $eventCol.includes("remindVRTasks")>>
<<include "RemindVRTaskText">>
<</if>>
<</if>>
<<if $eventCol.includes("getNewSTasks")>>
-@@.hint;Tasks@@<br />
<<set _taskChooser to random(3)>>
<<set _uniqueTask to false>>
<<set _taskBreaker to 0>>
<<for _uniqueTask is false>>
<<set _taskChooser to random(3)>>
<<if _taskChooser is 0>>
<<set _tempTask to "sissDance">>
<<elseif _taskChooser is 1>>
<<set _tempTask to "bjPractice">>
<<elseif _taskChooser is 2>>
<<set _tempTask to "sissSquats">>
<<else>>
<<set _tempTask to "vibratorPractice">>
<</if>>
<<if not $tasks.includes(_tempTask)>>
<<set $tasks.push(_tempTask)>>
<<set _taskBreaker to _taskBreaker + 1>>
<</if>>
<<if _taskBreaker gte 2>>
<<set _uniqueTask to true>>
<</if>>
<</for>>
<<include "RemindSTaskText">>
<<set $eventCol.push("remindSTasks")>>
<<set $eventCol.delete("getNewSTasks")>>
<</if>>
<<if $eventCol.includes("getNewVRTasks")>>
-@@.hint;VR Tasks@@<br />
<<set _taskChooser to random(3)>>
<<set _uniqueTask to false>>
<<set _taskBreaker to 0>>
<<for _uniqueTask is false>>
<<set _taskChooser to random(2)>>
<<if _taskChooser is 0>>
<<set _tempTask to "vrFdAsWoman">>
<<elseif _taskChooser is 1>>
<<set _tempTask to "vrStrapOnConfusion">>
<<else>>
<<set _tempTask to "vrSlapMyBUp">>
<</if>>
<<if not $tasks.includes(_tempTask)>>
<<set $tasks.push(_tempTask)>>
<<set _taskBreaker to _taskBreaker + 1>>
<</if>>
<<if _taskBreaker gte 1>>
<<set _uniqueTask to true>>
<</if>>
<</for>>
<<include "RemindVRTaskText">>
<<set $eventCol.push("remindVRTasks")>>
<<set $eventCol.delete("getNewVRTasks")>>
<<set $vrProgress to 0>>
<</if>>
<<if $eventCol.includes("getNewTranTasks")>>
-@@.hint;Lily Tasks@@<br />
<<set _taskChooser to random(3)>>
<<set _uniqueTask to false>>
<<set _taskBreaker to 0>>
<<for _uniqueTask is false>>
<<set _taskChooser to random(3)>>
<<if _taskChooser is 0>>
<<set _tempTask to "tranNipplePlay">>
<<elseif _taskChooser is 1>>
<<set _tempTask to "tranBlowJob">>
<<elseif _taskChooser is 2>>
<<set _tempTask to "tranOilMassage">>
<<else>>
<<set _tempTask to "tranMarkerSess">>
<</if>>
<<if not $tasks.includes(_tempTask)>>
<<set $tasks.push(_tempTask)>>
<<set _taskBreaker to _taskBreaker + 1>>
<</if>>
<<if _taskBreaker gte 2>>
<<set _uniqueTask to true>>
<</if>>
<</for>>
<<include "RemindTranTaskText">>
<<set $eventCol.push("remindTranTasks")>>
<<set $eventCol.delete("getNewTranTasks")>>
<<set $tranProgress to 0>>
<</if>>
<<if $eventCol.includes("sgTask")>>
@@.hint;You tell Valerie you think you're ready to practice reaching a sissygasm.@@<br /><br />
<<if $practicedSG is false>>
<span class="link-fem"><<linkappend "Practice Reaching Sissygasm">><br /><br />
<<set $sgProgress to $sgProgress + 1>>
<<set $practicedSG to true>>
<<if $sgProgress lte 4>>
Valerie smiles and has you strip down.<br /><br />
She walks over to her large dresser and opens the top drawer. You hear some things rolling around as she does this. She takes out a large dildo... bigger than what you're used to.<br /><br />
You eyes widen as she wobbles it playfully in your face.<br /><br />
@@.hg;"I want you to sit on this. Once it's all the way in you're going to do some very short little bounces until you... feel something inside your boi-pussy,"@@ she explains.<br /><br />
You feign confusion, but you think you know what she means...<br /><br />
@@.hg;"It feel warm and... delicious. When you find that spot, just bounce and make the dildo rub that spot over and over... until I tell you to stop,"@@ Valerie smiles deviously.<br /><br />
<video src="ast/img/sgPrac0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You do as instructed, working the larger dildo into your butt, working it deeper and deeper until<br /><br />
ZING!<br /><br />
You feel it brush up against something... good. You moan unexpectedly.<br /><br />
@@.hg;"That's the spot, $pc , now work that dildo against it, really focus on the feeling. It's not about cumming for your little dick, it's just about feeling good right now,"@@ instructs Valerie.<br /><br />
You obediently ride the dildo and although you don't manage to cum... you have a lot of fun just enjoying the sensation pulsing from deep within your body.<br /><br />
<<elseif $sgProgress is 5>>
This time instead of the standard dildo that you've been using, Valerie hands you one with a different texture<br /><br />
@@.hg;"This is a little closer to the real thing..."@@ trails Valerie as she studies your reaction.<br /><br />
<img src="ast/img/s/sgDildo.png" /><br /><br />
You don't immediately recoil from it, your curiousity getting the better of you. Somewhere in the back of your mind, you think you would've dropped this thing like a bad habit, but... that gut reaction is dulled now. There is only... that small thrill... what will it feel like?<br /><br />
You coat the "real-feel" dildo in a silicon-safe lubricant, working it like you would your real cock... if you still had access to your own cock.<br /><br />
Valerie watches you with a mixture of approval and bemusement as you squat down on top of synthetic dick, relaxing so you can take the girthy member inside your boi-pussy.<br /><br />
<video src="ast/img/sgPrac1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Before long you're panting and grinding on top of this new dildo, thoughts of riding the real thing soak your mind in a cocktail of arrousal and wanton lust.<br /><br />
<<elseif $sgProgress lte 9>>
<video src="ast/img/sgPrac1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You work the realistic dildo inside your ass, all the while Valerie encouraging you to make the dildo cum.<br /><br />
You find her advice strangely counter-intuitive but somehow very arrousing. Even though you're supposed to be working on reaching a sissygasm, the thought of making the dildo in your ass "cum" sends a depraved tingle up your body as you bob up and down.<br /><br />
<<elseif $sgProgress is 10>>
@@.hg;"You're doing so good, but I think we need some expert advice,"@@ chimes Valerie.<br /><br />
Much to your surprise Lily walks in, smiling at you wryly.<br /><br />
@@.hg;"Lily is quite good at reaching sissygasm, she just loves riding a nice hard cock,"@@ teases Valerie.<br /><br />
You and Lily both blush.<br /><br />
@@.hg;"I want you to mimic her, really watch how she works her boi-pussy,"@@ explains Valerie.<br /><br />
Moments later Lily has mounted her dildo, rocking her hips forward as she rises up the shaft, then tilting them back as she slides back down. She bites her lower lip, runs her hands up her body, pressing her tits together. Her hands continue up, stopping on either side of her face, her pinky dangling just in front of her lips as she seductively bites on the end of it before her hands comb into her hair, tugging the silky black mass up a little bit as she moans.<br /><br />
<video src="ast/img/sgPrac2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You try your best to copy her movements, you find yourself letting go of some internal restraint... letting a few more bonds of dignity loose, as you really work your dildo.<br /><br />
You moan and grind and leak all over the place. You are filled with a general sense of pleasure, like a constant, low intensity orgasm. Almost like you're edging but without the danger of going over the edge.<br /><br />
You feel like you could do this forever... and maybe part of you wants to...<br /><br />
<<elseif $sgProgress lte 14>>
You work with Lily again<br /><br />
<video src="ast/img/sgPrac2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
She occasionally reaches over and helps guide your hips as you fuck the sythetic cock.<br /><br />
You reach a state where you feel like something is about to happen, but you don't quite reach that wonderous sissygasm.<br /><br />
<<elseif $sgProgress is 15>>
You and Lily work your individual dildos, panting in a sexually depraved chorus.<br /><br />
As you ride, you start to feel a sensation growing deep in your ass. It starts in a place deep behind the base of your penis, then begins to radiate outward.<br /><br />
You rub your body and let out a moan. You hug yourself as the intensity grows.<br /><br />
You can hear Valerie and Lily encouraging you, but their voices seem to get lost in the ocean of building pressure and pleasure.<br /><br />
Then it start to get really intense.<br /><br />
You feel like it's too much. Your first reaction is to stop, your thrusting slows as you pant and leak prostatic fluids all down your thighs.<br /><br />
@@.lily;"Keep going, just keep going!"@@ exclaims Lily.<br /><br />
You push on with new determination, the intense sensation sapping your strength.<br /><br />
Then something explodes inside you<br /><br />
<video src="ast/img/sgFirstsg.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You whine but your throat contracts as every muscle in your body stiffens up. The muscles in your ass contract in an uncontrolled spasm, your body seems to go on auto pilot as you almost mechanically ride the dildo.<br /><br />
Your mouth freezes in a permanent "O" as your eyes widen with surprise. The pleasure is blinding as you manage to squeak a tiny girly squeal. You feel a gout of cum pour out of the tip of your chastity cage.<br /><br />
You look down briefly to witness your limp cock drizzling forth rivulet after rivulet of cum. Then your eyes flutter back up as you ride the orgasmic wave.<br /><br />
It's unlike anything you've felt before as your entire body feels like it's cumming, every nerve electrified, every inhibition shattered, your brain melted with decadent release.<br /><br />
As you start to regain partial control of your body, you find that your legs are trembling now as you slow your bounce to a stop. The dildo in your ass feels amazing. You look around in shocked realization.<br /><br />
This is what you've been missing, this is what all that teasing and prodding has led to. Lily gives you a kiss while Valerie claps with approval.<br /><br />
You did it.<br /><br />
You finally did it.<br /><br />
Your very first Sissygasm.<br /><br />
<<set $canSG to true>>
<<set $skills.pushUnique("canSG")>>
<<elseif $sgProgress gt 15>>
You've already attained the fabled Sissygasm, finish the week out and give your poor butt a rest!<br /><br />
<<else>>
-something broken sg
<</if>>
<<if $sgProgress lt 15>>
@@.hint;You feel you've gotten closer to reaching a sissygasm!@@<br /><br />
<</if>>
<</linkappend>></span><br /><br /><br />
<<else>>
You've already practiced reaching a sissygasm today, you need a little time to recover.<br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("getNewSMasterTasks")>>
<<if $currentSMaster.includes("Izzy")>>
@@.hg;"I heard you gave@@ @@.izz;Izzy@@ @@.hg;a call! This is great news! She's been looking for a good business partner to help her close some tricky sales. Remember to@@ @@.hint;visit her office@@ @@.hg;to keep yourself updated on what she needs from you,"@@ reminds Valerie.<br /><br />
<<elseif $currentSMaster.includes("Suzy")>>
@@.hg;"Ooo, so you're working for@@ @@.suz;Suzy@@ @@.hg;now? You'll learn a lot of interesting things about the city, men, and maybe even about me and you in the process. Remember to@@ @@.hint;meet up at her place@@ @@.hg;and follow her instructions carefully,"@@ reminds Valerie.<br /><br />
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
@@.hg;"Oh I see you gave@@ @@.jess;Jessica@@ @@.hg;a call! Good! She's been needing someone with the right amount of feminine charm to help her manage the Wild Panthers and get them into shape for the big game. Remember to@@ @@.hint;visit her office at the stadium@@ @@.hg;to keep yourself updated on what she needs from you,"@@ reminds Valerie.<br /><br />
<<elseif $currentSMaster.includes("Raven")>>
@@.hg;"I heard you gave@@ @@.rav;Raven@@ @@.hg;a call! Brave choice! I convinced her to not only train you for free, but to pay down your debt if you manage to survive it. Remember to@@ @@.hint;visit her dungeon and follow her instructions closely@@ @@.hg;to keep yourself mentally and physically sound,"@@ reminds Valerie.<br /><br />
<<elseif $SMasterTrained.includes("Izzy") and $SMasterTrained.includes("Suzy") and $SMasterTrained.includes("Jessica") and $SMasterTrained.includes("Raven")>>
<<if $debt lte 0>>
<<if $eventCol.includes("sarPassword")>>
@@.hg;"Remember, when you're ready to start the initiation process into Descendo,@@ @@.hint;just call Sarah and let her know what the password is@@ @@.hg;,"@@ reminds Valerie.<br /><br />
<<else>>
@@.hg;"So, you're no longer a debt slave... you no longer have any excuses. You're free to do your own thing! But... if maybe... you're curious about what's next,"@@ teases Valerie.<br /><br />
@@.pc;"What's next?"@@ you ask.<br /><br />
@@.hg;"You've come so far. I can tell... I can tell by the look on your face that you and Rich..."@@ Valerie smiles devilishly.<br /><br />
Your face turns hot with embarassment.<br /><br />
@@.hg;"It's nothing to be ashamed of, $pc . Offering your little sissy hole up, letting a real man make a real sissy out of you... do you regret it?"@@<br /><br />
You had a chance to be free... but instead here you are... still dolled up... getting turned on just thinking about fucking.<br /><br />
@@.hg;"Descendo,"@@ Valerie says suddenly, snapping you out of your daydream.<br /><br />
@@.pc;"D-Descendo?"@@ you ask.<br /><br />
Valerie hands you a familiar looking card.<br /><br />
<img src="ast/img/s/dCard.png" /><br /><br />
It was the same card Valerie used to get into the back room of Se Soumettre...<br /><br />
That feels like a lifetime ago.<br /><br />
@@.hg;"The name of the club I'm a part of... that we're all a part of. Izzy, Suzy, Raven, Jessica, even Sarah, we're all memebers of it. You've even helped recruit for it,"@@ reminds Valerie.<br /><br />
You remember the work you put in to help Suzy with her weird sex club... so... it was Descendo all along.<br /><br />
@@.hg;"If you... would like to join Descendo... to join all of us... as an official member..."@@ Valerie studies your reaction as she speaks the words.<br /><br />
@@.hg;"I could be your sponsor. You would have to go through an initiation... you would have a specific role to play..."@@ Valerie explains.<br /><br />
You look up from studying the card, @@.pc;"Why? Why would I want to join?"@@ you ask, confused.<br /><br />
@@.hg;"Because you're still here, still looking for the next step. I think passing the trial and becoming a full member... I think you would find purpose, true fulfillment. You've become a sissy, joining Descendo would show you how to truly make the most of your sissyhood. You would be surrounded by people that understand your journey, understand your needs, and know how to guide you into a state of sissy bliss,"@@ explains Valerie.<br /><br />
This all sounds crazy. Sissy bliss? What the hell is even that? But... you spent so much time getting here... and you think maybe... maybe you were always meant to be a sissy. Would it be so bad... to be surrounded by people that just want you to become the best possible sissy you can be?<br /><br />
@@.pc;"What would I need to do?"@@ you ask cautiously.<br /><br />
You think Valerie might cry she seems so happy, happy that you would even consider taking this step.<br /><br />
@@.hg;"The first step is simple! Call Sarah, she'll be in charge of your initiation.@@ @@.hint;She'll ask for a password@@ @@.hg;, the password is <i>Ready To Let Go</i>, once she hears it, she'll take care of the rest,"@@ explains Valerie.<br /><br />
<<set $eventCol.pushUnique("sarPassword")>>
<</if>>
<<else>>
@@.hg;"You should consider using that nice big bank balance to@@ @@.hint;get yourself out of debt@@ @@.hg;"@@ suggests Valerie.<br /><br />
<</if>>
<<else>>
Maybe you should consider @@.hint;working for one of Valerie's friends@@ to earn some serious cash.<br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("evalSTasks")>>
<<set $eventCol.delete("evalSTasks")>>
-@@.hint;Time to see how well you did on your assigned tasks@@<br /><br />
<<if $eventCol.includes("noEvaluate")>>
@@.hg;"Get some rest, baby. I'll have some tasks ready for you@@ @@.hint;tomorrow@@ @@.hg;that'll help you really get in tune with your feminine side! With my help, my dad won't suspect a thing."@@<br /><br />
<<else>>
<<if $tasks.includes("sissDance")>>
<<if $skills.includes("sissDance")>><<set $skills.delete("sissDance")>>
<<if not $advSkills.includes("advSissDance")>><<set $advSkills.pushUnique("sissDance")>><</if>>
@@.hg;"You were really working up a sweat with those sexy dance moves. I can tell you've really learned how to move those hips like a slut,"@@ congratulates Valerie.<br /><br />
@@.hg;"And it also feels like you're getting more toned around your waist, which is just what we need!"@@ squeals Valerie excitedly as she squeezes your abdomen with both hands.<br /><br />
You wonder if all that dancing has really helped you move more like a girl. <br /><br />
<<else>>
@@.hg;"You need to really commit to those dance moves, I hope next week you'll take these tasks more seriously"@@ scolds Valerie, clearly unhappy with your progress.<br /><br />
<</if>>
<<set $tasks.delete("sissDance")>><<set $trainingSkills.sissDance.lvl to 0>>
<</if>>
<<if $tasks.includes("bjPractice")>>
<<if $skills.includes("bjPractice")>><<set $skills.delete("bjPractice")>>
<<if not $advSkills.includes("advBjPractice")>><<set $advSkills.pushUnique("bjPractice")>><</if>>
@@.hg;"Wow you're doing so much better choking down on that cock, $pc !"@@ exclaims Valerie happily, @@.hg;"Maybe someday you'll want to try the real thing."@@<br /><br />
Valerie sees the look of horror on your face.<br /><br />
@@.hg;"Oh settle down, I'm just kidding, baby..."<br /><br />
<<else>>
@@.hg;"$pc , I know it hard but you need to get this whole gay thing out of your head. Sucking on that dildo is going to help both of us in the long run, trust me,"@@ scolds Valerie, unimpressed with your progress of controlling your gag reflex.<br /><br />
<</if>>
<<set $tasks.delete("bjPractice")>><<set $trainingSkills.bjPractice.lvl to 0>>
<</if>>
<<if $tasks.includes("sissSquats")>>
<<if $skills.includes("sissSquats")>><<set $skills.delete("sissSquats")>>
<<if not $advSkills.includes("advSissSquats")>><<set $advSkills.pushUnique("sissSquats")>><</if>>
Valerie roughly slides her hands up underneath your shapewear and squeezes your ass hard. You instinctively flinch your butt cheeks together.<br /><br />
@@.hg;"Oooh baby your ass feels so nice,"@@ coos Valerie as she admires the results of your exercises.<br /><br />
@@.hg;"Keep it up and your ass might look even nice than mine,"@@ she laughs as she slaps her perfectly toned buttocks.<br /><br />
<<else>>
Valerie Pinches your ass hard, causing you to yelp, @@.hg;"You didn't take my workout seriously. Don't you want to get to a point where you don't have to wear all that shapewear? Work with me here, $pc"@@<br /><br />
Valerie isn't happy that you half-assed those squats.<br /><br />
<</if>>
<<set $tasks.delete("sissSquats")>><<set $trainingSkills.sissSquats.lvl to 0>>
<</if>>
<<if $tasks.includes("vibratorPractice")>>
<<if $skills.includes("vibratorPractice")>><<set $skills.delete("vibratorPractice")>>
<<if not $advSkills.includes("advVibratorPractice")>><<set $advSkills.pushUnique("vibratorPractice")>><</if>>
@@.hg;"You know I could hear you enjoying yourself from the other room, I'm so happy you're taking this training seriously,"@@ informs Valerie with a kinky grin.<br /><br />
@@.hg;"I bet one day we'll even get you to cum like a girl,"@@ she says wistfully.<br /><br />
Your face flushes with shame, knowing that you were so noisily enjoying your training session.<br /><br />
<<else>>
@@.hg;"Whatever hang up you have about putting things in your butt is probably tied to your masculinity, which is the exact thing we're trying to hide. Just enjoy the feeling and don't worry about what anyone else says. Your little butthole is just another sexual organ,"@@ explains Valerie, clearly annoyed with how little progress you made with anally training yourself.<br /><br />
<</if>>
<<set $tasks.delete("vibratorPractice")>><<set $trainingSkills.vibratorPractice.lvl to 0>>
<</if>>
<!-- -->
<<if $tasks.includes("vrFdAsWoman")>>
<<if $skills.includes("vrFdAsWoman")>><<set $skills.delete("vrFdAsWoman")>>
<<if not $advSkills.includes("advvrFdAsWoman")>><<set $advSkills.pushUnique("vrFdAsWoman")>><</if>>
@@.hg;"Good job with completing the 'Female Experience' VR Training! Getting into the mind of a woman, especially during sex, is difficult even for women to do sometimes. You're like a sexy little pioneer, going where no man has gone before,"@@ giggles Valerie.<br /><br />
<<else>>
@@.hg;"$pc , I need you to really give your best effort with this VR stuff. I have an entire room dedicated to this aspect of your training! The least you can do is spend a little time every day, completing the VR program I've asked you to do,"@@ scolds Valerie, clearly unimpressed with your progress in VR Training.<br /><br />
<</if>>
<<set $tasks.delete("vrFdAsWoman")>><<set $vrProgress to 0>>
<</if>>
<<if $tasks.includes("vrStrapOnConfusion")>>
<<if $skills.includes("vrStrapOnConfusion")>><<set $skills.delete("vrStrapOnConfusion")>>
<<if not $advSkills.includes("advvrStrapOnConfusion")>><<set $advSkills.pushUnique("vrStrapOnConfusion")>><</if>>
@@.hg;"Im so happy you completed the 'Strap-On Teacher' VR Training! Learning to manage all those throbbing cocks... uh I mean strap-ons... will help you with multi-tasking. Did you know women are better at multi-tasking than men? That means you need to be better at multi-tasking too!"@@ giggles Valerie.<br /><br />
<<else>>
@@.hg;"$pc , I need you to really give your best effort with this VR stuff. I have an entire room dedicated to this aspect of your training! The least you can do is spend a little time every day, completing the VR program I've asked you to do,"@@ scolds Valerie, clearly unimpressed with your progress in VR Training.<br /><br />
<</if>>
<<set $tasks.delete("vrStrapOnConfusion")>><<set $vrProgress to 0>>
<</if>>
<<if $tasks.includes("vrSlapMyBUp")>>
<<if $skills.includes("vrSlapMyBUp")>><<set $skills.delete("vrSlapMyBUp")>>
<<if not $advSkills.includes("advvrSlapMyBUp")>><<set $advSkills.pushUnique("vrSlapMyBUp")>><</if>>
@@.hg;"So you managed to survive the 'Music Video Experiment' VR Training,"@@ teases Valerie @@.hg;"hopefully it showed that women can be just as dominating as men. In fact, I think we can be much more cruel and effective than a man ever could."@@<br /><br />
<<else>>
@@.hg;"$pc , I need you to really give your best effort with this VR stuff. I have an entire room dedicated to this aspect of your training! The least you can do is spend a little time every day, completing the VR program I've asked you to do,"@@ scolds Valerie, clearly unimpressed with your progress in VR Training.<br /><br />
<</if>>
<<set $tasks.delete("vrSlapMyBUp")>><<set $vrProgress to 0>>
<</if>>
<!-- -->
<<set _tranFinished to false>>
<<if $tasks.includes("tranNipplePlay")>>
<<if $skills.includes("tranNipplePlay")>><<set $skills.delete("tranNipplePlay")>><<set _tranFinished to true>><</if>>
<<set $tasks.delete("tranNipplePlay")>><<set $tranProgress to 0>>
<</if>>
<<if $tasks.includes("tranBlowJob")>>
<<if $skills.includes("tranBlowJob")>><<set $skills.delete("tranBlowJob")>><<set _tranFinished to true>><</if>>
<<set $tasks.delete("tranBlowJob")>><<set $tranProgress to 0>>
<</if>>
<<if $tasks.includes("tranOilMassage")>>
<<if $skills.includes("tranOilMassage")>><<set $skills.delete("tranOilMassage")>><<set _tranFinished to true>><</if>>
<<set $tasks.delete("tranOilMassage")>><<set $tranProgress to 0>>
<</if>>
<<if $tasks.includes("tranMarkerSess")>>
<<if $skills.includes("tranMarkerSess")>><<set $skills.delete("tranMarkerSess")>><<set _tranFinished to true>><</if>>
<<set $tasks.delete("tranMarkerSess")>><<set $tranProgress to 0>>
<</if>>
<<if $sWeek is 2>>
<<if _tranFinished is true>>
@@.hg;"Also, I watched how you handled Lily this week. She was such a naughty girl and you did such a good job punishing her! You really made her have to work for it."@@<br /><br />
You're still not entirely sure what "it" means, but you're happy that Valerie's happy.<br /><br />
<<else>>
@@.hg;"Wow, you're such a little softie. I thought you would've jumped at the chance to have a hot piece of ass like Lily service you. She's going to be dissapointed when I tell her she hasn't been punished enough. Next week, really make that slut work for it."<br /><br />
Either you got too busy, or just flat forgot, but next week you need to try harder at helping Valerie punish Lily. Besides, this is your chance to get out of chastity and really enjoy yourself.<br /><br />
<</if>>
<</if>>
<<if $sWeek is 0 and $obLevel gte 2>>
@@.hg;"You did so well this week! I can tell you really made some progress. Just for being such a good girl, I'm going to let you@@ @@.hint;go see your buddies this week.@@ @@.hg;Just remember, we need to be discrete about it! I'll go with you of course, I want your friends to be my friends too,"@@ says Valerie.<br /><br />
<<set $eventCol.push("barBuds0")>><<set $eventCol.push("barAllowed")>><<set _stopHere to true>>
@@.hg;"I think you're ready for the@@ @@.hint;next stage@@ @@.hg;in your training, I'll have some more tasks for you to complete@@ @@.hint;next week@@ @@.hg;,"@@ informs Valerie playfully as she lightly fondles your chastity cage from outside your clothing, causing you to bend away impotently.<br /><br />
@@.hg;"Oh! and one more@@ @@.hint;thing!@@ @@.hg;I have a friend, Larry, who has some cutting edge VR Equipment back in his shop. He claims it can really help broaden your mind and increase the rate at which you can learn new skills! I've known Larry for a long time and I just know he can help you with all these tasks... that is... if you want help..."@@ explains Valerie<br /><br />
She pushes two slips of paper into you hand, they look almost like vouchers. You examine them:<br /><br />
<<if $advSkills.includes("sissDance")>>
@@.hint;Voucher for Advanced Feminine Dance@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("bjPractice")>>
@@.hint;Voucher for Advanced Oral Training@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("sissSquats")>>
@@.hint;Voucher for Advanced Posterior Development@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vibratorPractice")>>
@@.hint;Voucher for Advanced Anal Training@@ followed by long string of numbers and letters<br /><br />
<</if>>
You look at Valerie a bit confused, she just giggles, @@.hg;"He's a bit paranoid about giving people the wrong hypnotic treatment, he insists on this silly voucher system. Just give him the vouchers when you see him."@@<br /><br />
You make a note of @@.hint;Larry's Shop@@<<set $advSkills.push("actLarry")>><br /><br />
<span class="link-fem"><<link "Accept Reward" "RewardBoard">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<<set $vrProgress to 0>>
<<set $eventCol.push("rwSWeek0")>>
<<set $eventCol.push("ftLarry")>>
<</link>></span><br /><br /><br />
<<elseif $sWeek is 0 and $obLevel lt 2>>
Valerie sighs, her arms crossed, a frown marring her otherwise perfect face.<br /><br />
@@.hg;"$pc , I need you to really put in some effort next week. I don't want you to have to live out on the streets just because of your foolish pride, or your incompetence, or homophobia or whatever it is that's keeping you from reaching your full potential,"@@ scolds Valerie.<br /><br />
<<set $obLevel to 0>><<set _stopHere to true>>
@@.hg;"I mean it. I'm serious about this. And just to show you how serious, I'm going to have to punish you now,"@@ explains Valerie.<br /><br />
You recoil at the thought of being punished, but the alternative... well whatever she has planned can't be worse than being homeless, right?<br /><br />
<span class="link-fem"><<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek0")>><</link>></span><br /><br /><br />
<</if>>
<<if $sWeek is 1 and $obLevel gte 3>>
@@.hg;"Well done this week! I think this calls for another round with your friends! Next week,@@ @@.hint;let's go hang out at that bar!@@ exclaims Valerie.<br /><br />
After what happened last time, you're not quite as enthusiatic about seeing your friends again as you would like to be. But, getting to feel like a man again would be nice.<br /><br />
<<set $eventCol.push("barBuds1")>><<set $eventCol.push("barAllowed")>>
@@.hg;"Next week I've got something really special planned for your training. I have a feeling you'll really like it too..."@@ teases Valerie.<<set _stopHere to true>><br /><br />
You're not sure what to make of that, considering what Valerie's twisted mind is capable of.<br /><br />
@@.hg;"And just like last week, here's something to help you with your future goals"@@ laughs Valerie as she hands you something<br /><br />
You examine them:<br /><br />
<<if $advSkills.includes("sissDance")>>
@@.hint;Voucher for Advanced Feminine Dance@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("bjPractice")>>
@@.hint;Voucher for Advanced Oral Training@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("sissSquats")>>
@@.hint;Voucher for Advanced Posterior Development@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vibratorPractice")>>
@@.hint;Voucher for Advanced Anal Training@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrFdAsWoman")>>
@@.hint;Voucher for Hyper-VR-Stimulation: 'Female Experience'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrStrapOnConfusion")>>
@@.hint;Voucher for Hyper-VR-Stimulation: 'Strap-On Teacher'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrSlapMyBUp")>>
@@.hint;Voucher for Hyper-VR-Stimulation: 'The Music Video'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<span class="link-fem"><<link "Accept Reward" "RewardBoard">><<set $sWeek to $sWeek + 1>><<set $obLevel to 0>><<set $vrProgress to 0>><<set $eventCol.push("rwSWeek1")>><</link>></span><br />
<<elseif $sWeek is 1 and $obLevel lt 3>>
@@.hg;"Please, $pc . You need to take this training seriously. I had something really fun planned for us next week, but now we're going to have to delay it. I know you can do better!"@@<<set $obLevel to 0>><<set _stopHere to true>><br /><br />
You feel surprisingly sad at having dissapointed Valerie and you wonder what kind've "fun" activity she had planned for the both of you. You just need to really focus on completing all the tasks every day that you can.<br /><br />
<span class="link-fem"><<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek1")>><</link>></span><br />
<</if>>
<<if $sWeek is 2 and $obLevel gte 4>>
@@.hg;"You managed to complete all your feminizing tasks, and VR training, all while helping me with Lily. You're so good to me baby,"@@ dotes Valerie as she pinches your cheek<br /><br />
@@.hg;"As promised, let's go hang with your friends again@@ @@.hint;at the bar next week,@@ @@.hg;But first... it's time for your reward for being so obedient and so helpful this week,"@@ congratulates Valerie<br /><br />
<<set $eventCol.push("barBuds2")>><<set $eventCol.push("barAllowed")>><<set _stopHere to true>>
@@.hg;"And just like last week, here's something to help you with your future goals"@@ laughs Valerie as she hands you something<br /><br />
You examine them:<br /><br />
<<if $advSkills.includes("sissDance")>>
@@.hint;Voucher for Advanced Feminine Dance@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("bjPractice")>>
@@.hint;Voucher for Advanced Oral Training@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("sissSquats")>>
@@.hint;Voucher for Advanced Posterior Development@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vibratorPractice")>>
@@.hint;Voucher for Advanced Anal Training@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrFdAsWoman")>>
@@.hint;Voucher for Hyper-VR-Stimulation: 'Female Experience'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrStrapOnConfusion")>>
@@.hint;Voucher for Hyper-VR-Stimulation: 'Strap-On Teacher'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrSlapMyBUp")>>
@@.hint;Voucher for Hyper-VR-Stimulation: 'The Music Video'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<span class="link-fem"><<link "Accept Reward" "RewardBoard">><<set $sWeek to $sWeek + 1>><<set $obLevel to 0>><<set $vrProgress to 0>><<set $tranProgress to 0>><<set $eventCol.push("rwSWeek2")>><</link>></span><br />
<<elseif $sWeek is 2 and $obLevel lt 3>>
Becareful, Valerie has given you a lot more tasks to complete, including some involving Lily. You would hate to end up in the same position as Lily. You remind yourself to make sure to complete your sexual and VR training everyday along with helping Valerie punish Lily.<br /><br />
<<set $obLevel to 0>><<set _stopHere to true>>
<span class="link-fem"><<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek2")>><</link>></span><br />
<</if>>
<<if $sWeek gte 3>>
<<if $advSkills.includes("sissDance")>>
Valerie slips you something to help with your training:<br /><br />
@@.hint;Voucher for Advanced Feminine Dance@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("bjPractice")>>
Valerie slips you something to help with your training:<br /><br />
@@.hint;Voucher for Advanced Oral Training@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("sissSquats")>>
Valerie slips you something to help with your training:<br /><br />
@@.hint;Voucher for Advanced Posterior Development@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vibratorPractice")>>
Valerie slips you something to help with your training:<br /><br />
@@.hint;Voucher for Advanced Anal Training@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrFdAsWoman")>>
Valerie slips you something to help with your training:<br /><br />
@@.hint;Voucher for Hyper-VR-Stimulation: 'Female Experience'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrStrapOnConfusion")>>
Valerie slips you something to help with your training:<br /><br />
@@.hint;Voucher for Hyper-VR-Stimulation: 'Strap-On Teacher'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<<if $advSkills.includes("vrSlapMyBUp")>>
Valerie slips you something to help with your training:<br /><br />
@@.hint;Voucher for Hyper-VR-Stimulation: 'The Music Video'@@ followed by long string of numbers and letters<br /><br />
<</if>>
<</if>>
<<if $sWeek is 3 and $SMasterTrained.includes($currentSMaster[0])>>
<<set $mastered to 0>>
<</if>>
<<if ($sWeek gte 3 and $sWeek lt 5 and $SMasterTrained.includes($currentSMaster[0])) and ($canSG is true or $obLevel gte 3)>>
<<set $mastered to $mastered + 1>>
<<if $currentSMaster.includes("Izzy")>>
@@.hg;"@@@@.izz;Izzy@@ @@.hg;let me know that she was able to sell that house thanks to you. I asked if I could have a copy of the <i>evidence</i> but she wants to keep it for her personal collection. Whatever you did, it was effective. I'm sure you've noticed by now that your debt has gone down!"@@<br /><br />
@@.pc;"Yeah... feels nice to see that number start to shrink,"@@ you reply.<br /><br />
@@.hg;"As for your training, you've been doing really well! We can talk more about continuing your training next week,"@@ explains Valerie with a smile.<br /><br />
All her cryptic secrets never make you feel very reassured.<br /><br />
@@.hg;"Remember that starting@@ @@.hint;next week, you can pick another contact to train under!@@ @@.hg;This will help knock out another chunk of that medical debt,"@@ reminds Valerie.<br /><br />
As she walks away, she stops and turns her head back, @@.hg;"You know, you're really starting to look so girly, you're getting better and better at it everyday!"@@<br /><br />
<<if not $eventCol.includes("barBuds3")>>
<<set $eventCol.pushUnique("barBuds3")>>
<<set $eventCol.push("barAllowed")>>
You've been so obedient that Valerie has decided to let you @@.hint;go to the bar and see your friends again!@@<br /><br />
<<else>>
<<set $eventCol.pushUnique("barBuds4")>>
<<set $eventCol.push("barAllowed")>>
<!-- -barbuds 4 activated!<br /><br /> -->
<</if>>
<<set $eventCol.push("barAllowed")>>
<<set $cMas to "Izzy">>
<<set $currentSMaster.delete($cMas)>>
<<elseif $currentSMaster.includes("Raven")>>
@@.hg;"@@@@.rav;Raven@@ @@.hg;let me know that she's <i>done</i> with you,"@@ explains Valerie matter-of-factly.<br /><br />
Something about the phrase kinda breaks your heart and clearly the emotion is visible to Valerie.<br /><br />
@@.hg;"Oh don't worry, $pc , That's just how she is. If you had failed in your training, she wouldn't have paid up at the end,"@@ laughs Valerie reassuringly.<br /><br />
The way Valerie phrased it, it's almost as if Raven was paying off a bet... whatever, at least you're that much closer to being debt-free.<br /><br />
@@.hg;"We're going to change up your training a little bit, I think you'll really enjoy it,"@@ smiles Valerie mischievously.<br /><br />
All her cryptic secrets never make you feel very reassured.<br /><br />
@@.hg;"Remember that starting@@ @@.hint;next week, you can pick another contact to train under!@@ @@.hg;This will help knock out another chunk of that medical debt,"@@ reminds Valerie.<br /><br />
As she walks away, she stops and turns her head back, @@.hg;"You know, you're really starting to look so girly, you're getting better and better at it everyday!"@@<br /><br />
<<set $currentSMaster.delete($cMas)>>
<<if not $eventCol.includes("barBuds3")>>
<<set $eventCol.pushUnique("barBuds3")>>
<<set $eventCol.push("barAllowed")>>
You've been so obedient that Valerie has decided to let you @@.hint;go to the bar and see your friends again!@@<br /><br />
<<else>>
<<set $eventCol.pushUnique("barBuds4")>>
<<set $eventCol.push("barAllowed")>>
<!-- -barbuds 4 activated!<br /><br /> -->
<</if>>
<<set $cMas to "Raven">>
<<set $currentSMaster.delete($cMas)>>
<<else>>
Shouldn't get here 11223344<br /><br />
<</if>>
<<set _stopHere to true>>
<<set $resetValContact to true>>
<<if not $eventCol.contains("femLvlUp0")>>
<<set $eventCol.pushUnique("femLvlUp0")>>
<<set $eventCol.pushUnique("femLvlUp0EX")>>
<<elseif not $eventCol.contains("femLvlUp1")>>
<<set $eventCol.pushUnique("femLvlUp1")>>
<<set $eventCol.pushUnique("femLvlUp1EX")>>
<<elseif not $eventCol.contains("femLvlUp2")>>
<<set $eventCol.pushUnique("femLvlUp2")>>
<<set $eventCol.pushUnique("femLvlUp2EX")>>
<<elseif not $eventCol.contains("femLvlUp3")>>
<<set $eventCol.pushUnique("femLvlUp3")>>
<<set $eventCol.pushUnique("femLvlUp3EX")>>
<<else>>
broken femLvl
<</if>>
<<if $eventCol.includes("femLvlUp2EX")>>
Valerie pauses, @@.hg;"Hmmm, it seems like your physical development has kinda stalled."@@<br /><br />
You look down at your modest breasts and laugh nervously in agreement, @@.pc;"Yeah I think this is as big as they're going to get."@@<br /><br />
@@.hg;"You know... our rich friend would really like it if you were... you know... a little more curvy,"@@ suggests Valerie.<br /><br />
@@.pc;"I could always wear that shapewear from the fashion shows,"@@ you offer.<br /><br />
Valerie ponders this for a moment but scrunches up her face in doubt, @@.hg;"Nooo, I think it needs to be the real deal for Mr. Richie-rich."@@<br /><br />
Valerie swipes through her phone, @@.hg;"Luckily, I know a small, surgical solution to fix both your tits and your ass! And a fantastic surgeon!"@@<br /><br />
Valerie turns her phone towards you.<br /><br />
<span class="link-fem"><<link "Look at Valerie's Phone" "OnetimeBoard2">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<<elseif $eventCol.includes("femLvlUp3EX")>>
@@.hg;"You. Look. Smoking Hot!"@@ exclaims Valerie. <br /><br />
<span class="link-fem"><<link "Admire Yourself" "OnetimeBoard2">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<<else>>
<span class="link-fem"><<link "Now that she mentions it, you definitely feel more feminine" "OnetimeBoard">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<</if>>
<<elseif $sWeek is 5 and $SMasterTrained.includes($currentSMaster[0]) and $canSG is true and $eventCol.includes("tnaComplete")>>
<<set $mastered to $mastered + 1>>
<<if $currentSMaster.includes("Suzy")>>
@@.hg;"@@@@.suz;Suzy@@ @@.hg; gave me a call and was ecstatic... well more so than usual"@@ laughs Valerie.<br /><br />
You can't help but smile, you can only imagine what bubbly and over-eager things Suzy had to say.<br /><br />
@@.hg;"Looks like more money in the bank, baby! Well, in your case, money on the balance. "@@ Valerie mentions.<br /><br />
@@.hg;"And... I know Suzy told you a little bit about our club... we call it@@ @@.hint;Descendo@@ @@.hg;and like I'm sure Suzy mentioned, it's a pretty secretive bunch. You've already gotten a little taste of what it's like... I hope to show you more some day,"@@ explains Valerie.<br /><br />
You nod as you consider what other mysteries the Descendo Club might have to offer.<br /><br />
<<set $cMas to "Suzy">>
<<set $currentSMaster.delete($cMas)>>
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
@@.hg;"@@@@.jess;Jessica@@ @@.hg; gave me a call and was <i>very</i> impressed with your work ethic. In fact, that team was sad to hear you were only a temporary hire! You must've really worked them over!"@@ teases Valerie.<br /><br />
You smile a little, flattered to be so desired. You can't help the emotions swirling in you.<br /><br />
@@.hg;"She also let me know she wired funds to pay down your debt in case you hadn't already noticed,"@@ Valerie mentions.<br /><br />
You nod.<br /><br />
<<set $cMas to "Jessica">>
<<set $currentSMaster.delete($cMas)>>
<<else>>
Shouldn't get here 11223344<br /><br />
<</if>>
<<set _stopHere to true>>
<<set $resetValContact to true>>
<<if not $eventCol.contains("femLvlUp0")>>
<<set $eventCol.pushUnique("femLvlUp0")>>
<<set $eventCol.pushUnique("femLvlUp0EX")>>
<<elseif not $eventCol.contains("femLvlUp1")>>
<<set $eventCol.pushUnique("femLvlUp1")>>
<<set $eventCol.pushUnique("femLvlUp1EX")>>
<<elseif not $eventCol.contains("femLvlUp2")>>
<<set $eventCol.pushUnique("femLvlUp2")>>
<<set $eventCol.pushUnique("femLvlUp2EX")>>
<<elseif not $eventCol.contains("femLvlUp3")>>
<<set $eventCol.pushUnique("femLvlUp3")>>
<<set $eventCol.pushUnique("femLvlUp3EX")>>
<<else>>
broken femLvl
<</if>>
<<if $eventCol.includes("femLvlUp2EX")>>
Valerie pauses, @@.hg;"Hmmm, it seems like your physical development has kinda stalled."@@<br /><br />
You look down at your modest breasts and laugh nervously in agreement, @@.pc;"Yeah I think this is as big as they're going to get."@@<br /><br />
@@.hg;"You know... our rich friend would really like it if you were... you know... a little more curvy,"@@ suggests Valerie.<br /><br />
@@.pc;"I could always wear that shapewear from the fashion shows,"@@ you offer.<br /><br />
Valerie ponders this for a moment but scrunches up her face in doubt, @@.hg;"Nooo, I think it needs to be the real deal for Mr. Richie-rich."@@<br /><br />
Valerie swipes through her phone, @@.hg;"Luckily, I know a small, surgical solution to fix both your tits and your ass! And a fantastic surgeon!"@@<br /><br />
Valerie turns her phone towards you.<br /><br />
<span class="link-fem"><<link "Look at Valerie's Phone" "OnetimeBoard2">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<<elseif $eventCol.includes("femLvlUp3EX")>>
@@.hg;"You. Look. Smoking Hot!"@@ exclaims Valerie. <br /><br />
<span class="link-fem"><<link "Admire Yourself" "OnetimeBoard2">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<<else>>
<span class="link-fem"><<link "Now that she mentions it, you definitely feel more feminine" "OnetimeBoard">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<</if>>
<<elseif $sWeek gte 6 and $SMasterTrained.includes($currentSMaster[0]) and $canSG is true and $eventCol.includes("lotioned3")>>
<<set $mastered to $mastered + 1>>
<<if $currentSMaster.includes("Suzy")>>
@@.hg;"@@@@.suz;Suzy@@ @@.hg; gave me a call and was ecstatic... well more so than usual"@@ laughs Valerie.<br /><br />
You can't help but smile, you can only imagine what bubbly and over-eager things Suzy had to say.<br /><br />
@@.hg;"Looks like more money in the bank, baby! Well, in your case, money on the balance. "@@ Valerie mentions.<br /><br />
@@.hg;"And... I know Suzy told you a little bit about our club... we call it@@ @@.hint;Descendo@@ @@.hg;and like I'm sure Suzy mentioned, it's a pretty secretive bunch. You've already gotten a little taste of what it's like... I hope to show you more some day,"@@ explains Valerie.<br /><br />
You nod as you consider what other mysteries the Descendo Club might have to offer.<br /><br />
<<set $cMas to "Suzy">>
<<set $currentSMaster.delete($cMas)>>
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
@@.hg;"@@@@.jess;Jessica@@ @@.hg; gave me a call and was <i>very</i> impressed with your work ethic. In fact, that team was sad to hear you were only a temporary hire! You must've really worked them over!"@@ teases Valerie.<br /><br />
You smile a little, flattered to be so desired. You can't help the emotions swirling in you.<br /><br />
@@.hg;"She also let me know she wired funds to pay down your debt in case you hadn't already noticed,"@@ Valerie mentions.<br /><br />
You nod.<br /><br />
<<set $cMas to "Jessica">>
<<set $currentSMaster.delete($cMas)>>
<<else>>
Shouldn't get here 11223344<br /><br />
<</if>>
<<set _stopHere to true>>
<<set $resetValContact to true>>
<<if not $eventCol.contains("femLvlUp0")>>
<<set $eventCol.pushUnique("femLvlUp0")>>
<<set $eventCol.pushUnique("femLvlUp0EX")>>
<<elseif not $eventCol.contains("femLvlUp1")>>
<<set $eventCol.pushUnique("femLvlUp1")>>
<<set $eventCol.pushUnique("femLvlUp1EX")>>
<<elseif not $eventCol.contains("femLvlUp2")>>
<<set $eventCol.pushUnique("femLvlUp2")>>
<<set $eventCol.pushUnique("femLvlUp2EX")>>
<<elseif not $eventCol.contains("femLvlUp3")>>
<<set $eventCol.pushUnique("femLvlUp3")>>
<<set $eventCol.pushUnique("femLvlUp3EX")>>
<<else>>
broken femLvl
<</if>>
<<if $eventCol.includes("femLvlUp2EX")>>
Valerie pauses, @@.hg;"Hmmm, it seems like your physical development has kinda stalled."@@<br /><br />
You look down at your modest breasts and laugh nervously in agreement, @@.pc;"Yeah I think this is as big as they're going to get."@@<br /><br />
@@.hg;"You know... our rich friend would really like it if you were... you know... a little more curvy,"@@ suggests Valerie.<br /><br />
@@.pc;"I could always wear that shapewear from the fashion shows,"@@ you offer.<br /><br />
Valerie ponders this for a moment but scrunches up her face in doubt, @@.hg;"Nooo, I think it needs to be the real deal for Mr. Richie-rich."@@<br /><br />
Valerie swipes through her phone, @@.hg;"Luckily, I know a small, surgical solution to fix both your tits and your ass! And a fantastic surgeon!"@@<br /><br />
Valerie turns her phone towards you.<br /><br />
<span class="link-fem"><<link "Look at Valerie's Phone" "OnetimeBoard2">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<<elseif $eventCol.includes("femLvlUp3EX")>>
@@.hg;"You. Look. Smoking Hot!"@@ exclaims Valerie. <br /><br />
<span class="link-fem"><<link "Admire Yourself" "OnetimeBoard2">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<<else>>
<span class="link-fem"><<link "Now that she mentions it, you definitely feel more feminine" "OnetimeBoard">>
<<set $sWeek to $sWeek + 1>>
<<set $obLevel to 0>>
<</link>></span><br /><br /><br />
<</if>>
<<elseif $sWeek is 3 and $obLevel gte 3>>
<!-- not trained with currentSMaster but obedient -->
<<if $currentSMaster.includes("Izzy")>>
<<if $izzCreditHours lt 120>>
Valerie is so impressed with your obedience that she offers to call up the instructor you're working with to @@.hint;become a real esate agent@@ with and help speed things along. You're not sure how exactly Valerie plans to do this, but you've learned how very convincing she can be.<br /><br />
She tells you she would like you to focus on your work with Izzy and forbids any bar meetup with the guys until you've completed Izzy's training.<br /><br />
You're not sure whether to feel disappointed or relieved...<br /><br />
(You earned some extra credit... you just know it!)<br /><br />
<<set $obLevel to 0>><<set $izzCreditHours to $izzCreditHours + 10>>
<<else>>
Valerie is impressed with your obedience and offers you a reward...<br /><br />
<span class="link-fem"><<link "Accept Reward" "RewardBoard">><<set $obLevel to 0>><<set $vrProgress to 0>><<set $eventCol.push("rwSWeek3")>><</link>></span><br /><br /><br />
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
-Not Implemented
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
-jess3
<<elseif $currentSMaster.includes("Raven")>>
@@.hg;"Raven tells me you're starting to toughen up a little... since you've been so obedient, maybe I can help you out a little"@@<br /><br />
Valerie slides up behind you, her hand easily finding your balls and gently cupping them. Deftly, she unlocks your chastity cage... you didn't even realize she had the key in her hand! Her soft hands begin to tease your cock as she massages your balls.<br /><br />
As you begin to grow hard her grip on your testicles grows firmer and firmer until it starts to hurt.<br /><br />
You yelp, too afraid to push her away, too afraid to move lest you make the pain worse. She continues to stroke your cock, which has now softened again as the pain overrides any pleasure you were feeling.<br /><br />
She releases your balls and you're flooded with a pleasant sense of relief. Slowly your cock begins to recover and starts to stiffen again. Just as your penis starts to stand proudly, the firmness of her grip returns and you find yourself whimpering in desperation.<br /><br />
She repeats this cycle several times, squeezing your balls until you lose your erection, only to grant you relief and bring you to arrousal again.<br /><br />
After some time, you find yourself staying arroused for longer and longer in spite of... or maybe because of... the pain.<br /><br />
<img src="ast/img/s/ravCBT.png" /><br /><br />
You feel like your pain tolerance has increased.<br /><br />
She tells you she would like you to focus on your training with Raven and forbids any bar meetup with the guys until you've completed Raven's training.<br /><br />
You're not sure whether to feel disappointed or relieved...<br /><br />
<<set $obLevel to 0>><<set $ravPainTol to $ravPainTol + 1>>
<<elseif $SMasterTrained.includes("Izzy") and $SMasterTrained.includes("Suzy") and $SMasterTrained.includes("Jessica") and $SMasterTrained.includes("Raven")>>
-disclose password
<<else>>
Maybe you should consider @@.hint;working for one of Valerie's friends@@ to earn some serious cash.<br /><br />
<</if>>
<<elseif $sWeek is 3 and $obLevel lt 3>>
Valerie reminds you not to fall behind on your tasks. She needs her father to think you're the real deal! In order to help you remember, she decides to punish you...<br /><br />
<<set $obLevel to 0>><<set _stopHere to true>>
<span class="link-fem"><<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek2")>><</link>></span><br />
<<elseif $sWeek is 4 and $sgProgress gte 5>>
<!-- not trained with currentSMaster but obedient -->
<<if $currentSMaster.includes("Izzy")>>
<<if $izzCreditHours lt 120>>
Valerie is so impressed with your obedience that she offers to call up the instructor you're working with to @@.hint;become a real esate agent@@ with and help speed things along. You're not sure how exactly Valerie plans to do this, but you've learned how very convincing she can be.<br /><br />
She tells you she would like you to focus on your work with Izzy and forbids any bar meetup with the guys until you've completed Izzy's training.<br /><br />
You're not sure whether to feel disappointed or relieved...<br /><br />
(You earned some extra credit... you just know it!)<br /><br />
<<set $obLevel to 0>><<set $izzCreditHours to $izzCreditHours + 10>>
<<else>>
Valerie is impressed with your obedience and offers you a reward...<br /><br />
<span class="link-fem"><<link "Accept Reward" "RewardBoard">><<set $obLevel to 0>><<set $vrProgress to 0>><<set $eventCol.push("rwSWeek3")>><</link>></span><br /><br /><br />
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
-Not Implemented
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
-jess4
<<elseif $currentSMaster.includes("Raven")>>
@@.hg;"Raven tells me you're starting to toughen up a little... since you've been so obedient, maybe I can help you out a little"@@<br /><br />
Valerie slides up behind you, her hand easily finding your balls and gently cupping them. Deftly, she unlocks your chastity cage... you didn't even realize she had the key in her hand! Her soft hands begin to tease your cock as she massages your balls.<br /><br />
As you begin to grow hard her grip on your testicles grows firmer and firmer until it starts to hurt.<br /><br />
You yelp, too afraid to push her away, too afraid to move lest you make the pain worse. She continues to stroke your cock, which has now softened again as the pain overrides any pleasure you were feeling.<br /><br />
She releases your balls and you're flooded with a pleasant sense of relief. Slowly your cock begins to recover and starts to stiffen again. Just as your penis starts to stand proudly, the firmness of her grip returns and you find yourself whimpering in desperation.<br /><br />
She repeats this cycle several times, squeezing your balls until you lose your erection, only to grant you relief and bring you to arrousal again.<br /><br />
After some time, you find yourself staying arroused for longer and longer in spite of... or maybe because of... the pain.<br /><br />
<img src="ast/img/s/ravCBT.png" /><br /><br />
You feel like your pain tolerance has increased.<br /><br />
She tells you she would like you to focus on your training with Raven and forbids any bar meetup with the guys until you've completed Raven's training.<br /><br />
You're not sure whether to feel disappointed or relieved...<br /><br />
<<set $obLevel to 0>><<set $ravPainTol to $ravPainTol + 1>>
<<elseif $SMasterTrained.includes("Izzy") and $SMasterTrained.includes("Suzy") and $SMasterTrained.includes("Jessica") and $SMasterTrained.includes("Raven")>>
-disclose password
<<else>>
Maybe you should consider @@.hint;working for one of Valerie's friends@@ to earn some serious cash.<br /><br />
<</if>>
<<elseif $sWeek is 4 and $sgProgress lt 5>>
Valerie reminds you to practice training your boi pussy to reach a sissygasm as often as possible. In order to help you remember this critical task, she decides to punish you...<br /><br />
<<set $obLevel to 0>><<set _stopHere to true>>
<span class="link-fem"><<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek2")>><</link>></span><br />
<</if>>
<<if $sWeek is 5 and $SMasterTrained.includes($currentSMaster[0]) and $eventCol.includes("lipInjected") and $eventCol.includes("tnaComplete")>>
<!--trained with current master, lips plump, body smooth, rdy for date event<br /><br />-->
<<elseif $sWeek is 5 and $SMasterTrained.includes($currentSMaster[0]) and $eventCol.includes("lipInjected")>>
Valerie moves towards you and gently guides your plump lips towards hers and kisses you. Your soft lips blur with hers, she nibbles on you playfully, your whole body responds to the oral attack in a way you can't quite describe. Your knees grow weak as her kiss seems to sap the strength from your muscles.<br /><br />
<img src="ast/img/s/valHotKiss.png" /><br /><br />
It just feels that good. You wonder if you new slutty lips will have a similar effect on other people.<br /><br />
<<if $currentSMaster.includes("Jessica")>>
@@.hg;"Jessica says the team's performance is better than it's ever been! Well done $pc ! Now you just need to@@ @@.hint;finish your electrolysis session@@ @@.hg; so we can move on to the next step!@@<br /><br />
<<elseif $currentSMaster.includes("Suzy")>>
@@.hg;"Suzy says you've been an excellent little helper both for her and the club. Well done $pc ! Now you just need to@@ @@.hint;finish your electrolysis session@@ @@.hg; so we can move on to the next step!@@<br /><br />
<<else>>
<!--unknown master-->
<</if>>
<<elseif $sWeek is 5 and $SMasterTrained.includes($currentSMaster[0])>>
@@.hg;"Jessica says the team's performance is better than it's ever been! Well done $pc ! But now you really need to focus on getting ready for your meet up with my wealthy friend, which includes@@ @@.hint;going to the salon for lip injections and hair removal@@ @@.hg; so we can move on to the next step!"@@<br /><br />
<<elseif $sWeek is 5 and $eventCol.includes("lipInjected") and $eventCol.includes("tnaComplete")>>
<<if $eventCol.includes("femLvlUp2EX")>>
<!--Skip-->
<<else>>
@@.hg;"Wow you're looking great, your lips look fantastic, girl. And your skin is soooo smooth!"@@ exclaims Valerie. <br /><br />
<<if $currentSMaster.includes("Jessica")>>
@@.hg;"Now you just need to finish up your work with Jessica!"@@ exclaims Valerie. <br /><br />
<<elseif $currentSMaster.includes("Suzy")>>
@@.hg;"Now you just need to finish up your work with Suzy!"@@ exclaims Valerie. <br /><br />
<<else>>
<!--unknown master-->
<</if>>
<</if>>
<<elseif $sWeek is 5 and $eventCol.includes("lipInjected")>>
@@.hg;"Wow you're looking great, your lips look fantastic, girl. Now you just need to get @@ @@.hint;to the salon and get all the electrolysis done!@@ @@.hg;"@@ exclaims Valerie.<br /><br />
Valerie moves towards you and gently guides your plump lips towards hers and kisses you. Your soft lips blur with hers, she nibbles on you playfully, your whole body responds to the oral attack in a way you can't quite describe. Your knees grow weak as her kiss seems to sap the strength from your muscles.<br /><br />
<img src="ast/img/s/valHotKiss.png" /><br /><br />
It just feels that good. You wonder if you new slutty lips will have a similar effect on other people.<br /><br />
<<if $currentSMaster.includes("Jessica")>>
<<if $eventCol.includes("jessHJTrain3")>>
@@.hg;"Jessica tells me you're making excellent progress with your... motivational training,"@@ mentions Valerie.<br /><br />
You blush, knowing full well what she's referring to.<br /><br />
@@.hg;"You know... I'd love to see a demonstration..."@@ trails Valerie.<br /><br />
Before you can protest she's already on the phone talking to someone.<br /><br />
There seems to be an enthusiasitc reply on the other end.<br /><br />
@@.hg;"Alright, Lily is coming over, let's see what you got,"@@ explains Valerie.<br /><br />
Somehow you're releaved and even a little excited to see Lily again. You and Valerie pass the time with idle conversation about clothing and make-up, topics you are becomming increasingly more familiar with.<br /><br />
Finally Lily arrives, all smiles, beautiful and already horny as you notice her short dress does little to conceal her little clitty.<br /><br />
@@.lily;"I heard you've been practicing,"@@ she teases as she playfully pulls up the hem of her dress.<br /><br />
You become fixated on the stiff organ quivering between her thighs.<br /><br />
You vaguely remember a time when the mere sight of someone's cock in a locker room would make you feel revulsion.<br /><br />
Now you just feel a flutter of excitement in your tummy.<br /><br />
Lily eagerly stips down as you beging to work on her clitty, it seems to grow painfully stiff for her as you knead and massage it. She squirms and moans under your practiced touch. You feel strangely powerful as you service her clitty.<br /><br />
She's desperate for your touch, and you hold the literal lever to her release.<br /><br />
<video src="ast/img/jessLily.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
She moans, and begs you to fuck her. You'd be happy to oblige, but Valerie keeps you locked up. Instead Valerie sneaks in beside you and slips three well oiled fingers into Lily sissy-hole.<br /><br />
Lily's body stiffens, her face frozen in ecstacy as she begins to cum, the sensation of penetration being the magic touch to push her over the edge.<br /><br />
Her littly clitty spasm clear sticky fluid down the back of your hand.<br /><br />
You instinctively lick the lightly salty substance up... why is that an instinct for you now?<br /><br />
@@.hg;"Very good, $pc , I can't wait to see what else Jess will teach you!"@@ commends Valerie.<br /><br />
<<set $eventCol.delete("jessHJTrain3")>>
<<set $eventCol.pushUnique("jessBJTrain0")>>
<<else>>
@@.hg;"Now you just need to finish up your work with Jessica!"@@ exclaims Valerie.<br /><br />
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
<<if $tasks.includes("suzStrip") or $eventCol.includes("suzyP3")>>
@@.hg;"Suzy tells me you brought a new potential sissy playmate into our little... club... I'm very impressed! When the time is right I'll tell you more about the club, but until then, just remember, you belong to me!"@@ reminds Valerie.<br /><br />
<<else>>
@@.hg;"Now you just need to finish up your work with Suzy!"@@ exclaims Valerie.<br /><br />
<</if>>
<<else>>
unknown master
<</if>>
<<elseif $sWeek is 5>>
Valerie admonishes you for accomplishing nothing this week. Bad Sissy! Bad! No fun for you!<br /><br />
<</if>>
<<if $sWeek is 6 and $SMasterTrained.includes($currentSMaster[0]) and $eventCol.includes("fullyPrepped")>>
<!--trained with current master, body prep done<br /><br />-->
<<elseif $sWeek is 6 and $SMasterTrained.includes($currentSMaster[0])>>
Valerie encourages you to continue working on preparing your body for your big night.
<<if $currentSMaster.includes("Jessica")>>
@@.hg;"Jessica says the team's performance is better than it's ever been! Well done $pc ! Now you just need to@@ @@.hint;finish your preparations for the big date night@@ @@.hg; so we can move on to the next step!@@<br /><br />
<<elseif $currentSMaster.includes("Suzy")>>
@@.hg;"Suzy says you've been an excellent little helper both for her and the club. Well done $pc ! Now you just need to@@ @@.hint;finish your preparations for the big date night@@ @@.hg; so we can move on to the next step!@@<br /><br />
<<else>>
unknown master
<</if>>
<<elseif $sWeek is 6 and $eventCol.includes("fullyPrepped")>>
<<if $currentSMaster.includes("Jessica")>>
@@.hg;"Now you just need to finish up your work with Jessica!"@@ exclaims Valerie. <br /><br />
<<elseif $currentSMaster.includes("Suzy")>>
@@.hg;"Now you just need to finish up your work with Suzy!"@@ exclaims Valerie. <br /><br />
<<else>>
<!--unknown master-->
<</if>>
<<elseif $sWeek is 6>>
<<if $currentSMaster.includes("Jessica")>>
<<if $eventCol.includes("jessHJTrain3")>>
@@.hg;"Jessica tells me you're making excellent progress with your... motivational training,"@@ mentions Valerie.<br /><br />
You blush, knowing full well what she's referring to.<br /><br />
@@.hg;"You know... I'd love to see a demonstration..."@@ trails Valerie.<br /><br />
Before you can protest she's already on the phone talking to someone.<br /><br />
There seems to be an enthusiasitc reply on the other end.<br /><br />
@@.hg;"Alright, Lily is coming over, let's see what you got,"@@ explains Valerie.<br /><br />
Somehow you're releaved and even a little excited to see Lily again. You and Valerie pass the time with idle conversation about clothing and make-up, topics you are becomming increasingly more familiar with.<br /><br />
Finally Lily arrives, all smiles, beautiful and already horny as you notice her short dress does little to conceal her little clitty.<br /><br />
@@.lily;"I heard you've been practicing,"@@ she teases as she playfully pulls up the hem of her dress.<br /><br />
You become fixated on the stiff organ quivering between her thighs.<br /><br />
You vaguely remember a time when the mere sight of someone's cock in a locker room would make you feel revulsion.<br /><br />
Now you just feel a flutter of excitement in your tummy.<br /><br />
Lily eagerly stips down as you beging to work on her clitty, it seems to grow painfully stiff for her as you knead and massage it. She squirms and moans under your practiced touch. You feel strangely powerful as you service her clitty.<br /><br />
She's desperate for your touch, and you hold the literal lever to her release.<br /><br />
<video src="ast/img/jessLily.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
She moans, and begs you to fuck her. You'd be happy to oblige, but Valerie keeps you locked up. Instead Valerie sneaks in beside you and slips three well oiled fingers into Lily sissy-hole.<br /><br />
Lily's body stiffens, her face frozen in ecstacy as she begins to cum, the sensation of penetration being the magic touch to push her over the edge.<br /><br />
Her littly clitty spasm clear sticky fluid down the back of your hand.<br /><br />
You instinctively lick the lightly salty substance up... why is that an instinct for you now?<br /><br />
@@.hg;"Very good, $pc , I can't wait to see what else Jess will teach you!"@@ commends Valerie.<br /><br />
<<set $eventCol.delete("jessHJTrain3")>>
<<set $eventCol.pushUnique("jessBJTrain0")>>
<<else>>
@@.hg;"Now you just need to finish up your work with Jessica!"@@ exclaims Valerie.<br /><br />
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
<<if $tasks.includes("suzStrip") or $eventCol.includes("suzyP3")>>
@@.hg;"Suzy tells me you brought a new potential sissy playmate into our little... club... I'm very impressed! When the time is right I'll tell you more about the club, but until then, just remember, you belong to me!"@@ reminds Valerie.<br /><br />
<<else>>
@@.hg;"Now you just need to finish up your work with Suzy!"@@ exclaims Valerie.<br /><br />
<</if>>
<<else>>
<!--unknown master 1-->
<</if>>
<</if>>
<</if>>
<</if>>
<<elseif _stopHere is false>>
Valerie reminds that you that you must be wearing something girly and that the style matches appropriately!<br /><br />
<</if>>
<<if _stopHere is false>>
<span class="link-fem"><<link "Go Back to Your Room" "Home">><</link>></span><br />
<</if>>
<</nobr>><<nobr>>
<<if $tasks.includes("sissDance")>>
@@.hg;"$pc , I need you to really move like a girl. You did a pretty good job learning how to walk in heels and wear a dress, but now I really need you to graduate to the next level. I think learning to dance like a girl is going to really help sell yourself as the real deal."@@<br /><br />
Val wants you to @@.hint;practice dancing like a girl@@<br /><br />
<</if>>
<<if $tasks.includes("bjPractice")>>
@@.hg;"Ok, I know this is going to sounds strange, but I want you to practice sucking on a dildo"@@ She says.
You look at her skeptically.
@@.hg;"I know I know, but trust me, that feeling of a cock in your mouth is going to help put you in the right mind set. You're going to feel submissive, but also powerful. Think about it, $pc , you have a man's most sensitive, vulnerable part in your mouth. You can really make a man suffer with those teeth, or you can tease him into doing anything you want. That will translate to how you see the world. It'll help you think like a girl,"@@ explains Valerie.<br /><br />
You think there might be a kernel of truth to what she's saying, after all she's managed to convince you to do a lot of things with the promise of mindblowing blowjobs.<br /><br />
Val wants you to @@.hint;work on your gag reflex@@<br /><br />
<</if>>
<<if $tasks.includes("sissSquats")>>
@@.hg;" $pc , you've come a long way with your physique since we first met, but you only really look like a girl when you've got all that shapewear on. We can't rely on that trick forever. I've got a little workout routine I want you to start doing to give your legs some sexy tone"@@ she explains.<br /><br />
The thought of not having to wear this stuffy shapewear is appealing, but the thought of trying to make your legs more feminine is a little alarming. However, muscle is muscle right? When this is all over you can just let all your manly leg hair grow back...<br /><br />
Val wants you to follow her workout program, @@.hint;starting with lots of squats@@<br /><br />
<</if>>
<<if $tasks.includes("vibratorPractice")>>
@@.hg;"This is going to be the ultimate mindfuck, $pc ."@@ laughs Valerie as she wiggles a familiar vibrator in front of you.<br /><br />
You shake your head instinctively in disbelief, @@.pc;"Val I-"@@<br /><br />
@@.hg;"No no, just hear me out. Part of really getting into the mind of a girl is understanding how sex feels for a girl. It isn't a race to some mind numbing explosion like it is with guys. It's a long journey with lots of long drawn out periods of pleasure. I think you can reach that feminine experience with practice. And when you do... you'll really be able to relate to being a real woman,"@@ explains Valerie.<br /><br />
You eye the vibrator, remembering the forbidden sensations you felt at Se Soumettre and feel your cheeks begin to flush with embarrassment.<br /><br />
Val wants you to practice @@.hint;masturbating like a girl using your vibrator@@<br /><br />
<</if>>
<</nobr>><<nobr>>
<<if $eventCol.includes("allday")>>
<<set _timeMulti to 0>>
<<for (47 - $currentTime) gt 16>>
<<set $currentTime to $currentTime + 8>>
<<set _timeMulti to _timeMulti + 1>>
<</for>>
<<else>>
<<set $currentTime to $currentTime + 8>>
<</if>>
<<set _contJobSearch to true>>
<<if $eventCol.includes("exSissPhotoExecute")>><<set _contJobSearch to false>>
You arrive downtown at the address the fashion show director gave you. The location is a bit run down but seems to be fairly popular judging from all the cars parked outside.<br /><br />
You can hear the deep throbbing bass of lively music wafting through the air. Per the director's instructions, you make your way towards the rear of the building and present yourself outside a dinged up metal door covered in chipped red paint.<br /><br />
<img src="ast/img/s/stripAlley.png" /><br /><br />
<<if $femLvl lt 4>>
You take a deep breath, and knock on the door. You look up and notice there's a security camera mounted just above the entrance. You suddenly feel self-conscious as you notice the blinking red dot on the camera's face.<br /><br />
The door swings open and a pudgy man smoking a crooked cigarette waddles out. He motions for you to come inside, it seems he was expecting you.<br /><br />
You're surprised and strangely relieved to see the director is there.<br /><br />
It's nice to see a familiar face, even if it is the face of a man who has put you in awkward situations.<br /><br />
@@.dire;"Alright, darling. Same as before, change into something sexy. You'll be working with Tyrese this time,"@@ chirps the director.<br /><br />
You notice a tall black male, nude except for a man-thong towering over the director's shoulder. He smiles warmly at you and nods. He seems friendly enough.<br /><br />
You step behind a changing screen and slip into the skimpy clothes. <br /><br />
<<if $femLvl is 1>>
You feel as if you should cover your swollen nipples but decide that would just make it even more obvious they were swollen.<br /><br />
<</if>>
You walk out from behind the screen and Tyrese wastes no time in giving you a hug. You notice his thong barely contains his massive black cock. You marvel at how thick it seems despite appearing to be completely flaccid from behind the thin fabric of his underwear.<br /><br />
<img src="ast/img/s/blackCinThong.png" /><br /><br />
You do several compromising poses, including one where you're on all fours while he's positioned behind you. You can feel his bulge nestled between your ass cheeks. You blush as taboo thoughts flash through your mind<br /><br />
What the hell is wrong with you? You can't possibly be thinking about what you're thinking about right now!<br /><br />
@@.dire;"I've seen you looking at it... you can touch it if you want"@@ encourages Tyrese with a deep, comforting voice.<br /><br />
You realize you're still kneeling while Tyrese is standing up, his thong-clad bulge inches from your face. He gives a slight tug and his big cock tumbles out of the confines of the thong and almost taps your chin.<br /><br />
<<if $hlvl gt 100>>
<span class="link-fem"><<linkappend "Okay...Touch It">><br/><br />
Almost as if in a trance you slowly reach up and grasp his thick cock, it's warmth and weight surprise you. A small bead of pre cum wells up at the tip of Tyrese's cock.<br /><br />
For a brief second you feel an impulse to suck it, but quickly snap out of it and stand up, thankful that your chastity cage is keeping your own little penis in check.
<</linkappend>></span><br /><br /><br />
<<else>>
Luckily you're not horny enough to go through with it and just turn away from it.<br /><br />
<</if>>
The Director takes a few more photos before sending you on your way.<br /><br />
<<elseif $sWeek is 7>>
This time it's different.<br /><br />
You've already crossed the line. You know what you want... and right now, what you want is Tyrese.<br /><br />
Tyrese gets up to his normal tricks, teasing and prodding you during the photoshoot.<br /><br />
This time during the poses, you get more agressive, more suggestive than ever, rubbing your bare ass up and down his spit-slick cock.<br /><br />
Finally, tired of the games, you simply reach back, grab his dick, and angle it straight into your little sissy butt.<br /><br />
He groans as your warm ass engulfs him. You moan happily as his cock stretches you in all the right places.<br /><br />
<video src="ast/img/photoShoot3.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
The Director is thrilled with the hardcore pornographic photoshoot.<br /><br />
You're not not sure if you got paid, but it was worth cumming on Tyrese's big black cock.<br /><br />
<<set $currentTime to $currentTime + 8>>
<<set $currentTime to $currentTime + 8>>
<<else>>
You've grown comfortable working with Tyrese<br /><br />
And as your body as grown more womanly, so have your desires... and you can see how Tyrese looks at you... like a hungry wolf.<br /><br />
His hunger thrills something inside you.<br /><br />
You feel a pang of desire somewhere deep in your crotch... deep in your sissy pussy.<br /><br />
As the two of your pose and play with each other, you work your ass cheeks up and down his thick shaft.<br /><br />
You can't believe you're doing this. Your nipples harden, your slutty hole aches.<br /><br />
<video src="ast/img/photoShoot2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
But the photoshoot ends before you do anything you might truly regret.<br /><br />
<</if>>
<<if not $eventCol.includes("exSissCamShow") and $sWeek is 1>>
The Director mentions a @@.hint;cam site where you could show yourself off@@ and make some extra money. You remind yourself to @@.hint;buy a webcam.@@<br /><br />
<<set $eventCol.push("exSissCamShow")>><<set $hasCammed to false>>
<</if>>
<<set $wallet to $wallet + 150>><<set $eventCol.delete("exSissPhotoExecute")>><<set $eventCol.delete("exSissPhoto")>>
<<if $sWeek is 7>>
<<set $eventCol.pushUnique("exSissPhotoExecute7")>>
<</if>>
<<if not $eventCol.includes("knowSissPhoto")>><<set $eventCol.push("knowSissPhoto")>><</if>>
<</if>>
<<if $eventCol.includes("exSissCamShowExecute")>><<set _contJobSearch to false>>
<<if $femLvl is 1>>
<<set _camRate to 50>>
<<elseif $femLvl is 2>>
<<set _camRate to 75>>
<<elseif $femLvl is 3>>
<<set _camRate to 100>>
<<elseif $femLvl is 4>>
<<set _camRate to 120>>
<<elseif $femLvl is 5>>
<<set _camRate to 130>>
<<else>>
<<set _camRate to 0>>
<</if>>
You set up the webcam and navigate to the camming site you were told about.<br /><br />
Moments later you're in your account, able to see who all is in your room, as well as a live feed of yourself. You've positioned the camera so as to obscure your face.<br /><br />
You feel strangely emboldened by the anonymity as you tease your viewers.<br /><br />
<<if $femLvl lt 4>>
<video src="ast/img/webcamWork1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<elseif $femLvl lt 6>>
<video src="ast/img/webcamWork2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<else>>
<video src="ast/img/webcamWork3.mp4" width="640" height="480" autoplay auto loop></video><br /><br /><br /><br />
<</if>>
Before long you've stripped to your underwear, teasing and tugging at the thin elastic straps, flashing your smooth, hairless ass.<br /><br />
<<if $femLvl is 1>>
You start to become conscious that you're male figure is soft, but still distinctly male. It's a weird sensation of hyper awareness as you watch yourself on your own feed, in real-time, writhe and dance like a slut online.<br /><br />
<<elseif $femLvl is 2>>
You play with the cute little buds of fat on your chest, pusing them together to create a little bit of cleavage. For some reason seeing just how cute you look online is getting you really worked up, what a cute little slut you are!<br /><br />
<<elseif $femLvl is 3>>
You tug lightly on your engorged nipples, letting your small but distinctly feminine deposits of fat on your chest wobble and quiver. You even playfully spank your ass, which is grown nice and round, no doubt thanks to your hormonal imbalance<br /><br />
<<elseif $femLvl is 4 or $femLvl is 5>>
You spread your little hole, something deep inside you, perverse and desperate, wishes one of the viewers would walk through the door and penetrate you like a little whore.<br /><br />
<<elseif $femLvl is 6>>
You work one of your favorite pink dildos into your ass, bouncing, smiling, eye rolling @@.bimbohyptxt;Cock Is So Good@@ . Then once you're warmed up your bring yourself to a delicious sissygasm by bouncing on an even bigger dildo, its girth smashing agains the little sissy-bitch button inside your ass that always turns you into drooling cum-drunk cock zombie when properly pressed enough times.<br /><br />
<</if>>
<<if $femLvl lt 4>>
<<if $hlvl gt 100>>
<span class="link-fem"><<linkappend "Okay...Be Just a Little More Slutty">><br /><br />
You're so horny and worked up that you remove your underwear completely and spread your ass cheeks apart, letting it gape into the camera.
<</linkappend>></span><br /><br /><br />
<</if>>
<</if>>
Finally, you decide it's time to end your session.<br /><br />
<<if $femLvl lt 6>>
You earn $ _camRate <br />
<<set $wallet to $wallet + _camRate>><<set $eventCol.delete("exSissCamShowExecute")>><<set $hasCammed to true>>
<</if>>
<<set $eventCol.delete("exSissCamShowExecute")>><<set $hasCammed to true>>
<</if>>
<<if $eventCol.includes("exJobSearch") and _contJobSearch is true>>
<<set $jSearchNum to $jSearchNum + 1>>
<<switch $jSearchNum>>
<<case 1>>
<img src="ast/img/stat/slice_0_0.png" /><br />
<<case 2>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><br />
<<case 3>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><br />
<<case 4>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><br />
<<case 5>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><br />
<<case 6>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><br />
<<case 7>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><br />
<<case 8>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><br />
<<case 9>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><br />
<<case 10>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><br />
<<case 11>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><br />
<<case 12>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><br />
<<case 13>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><br />
<<case 14>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><br />
<<case 15>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><br />
<<case 16>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><br />
<<case 17>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><br />
<<case 18>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><img src="ast/img/stat/slice_0_17.png" /><br />
<<case 19>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><img src="ast/img/stat/slice_0_17.png" /><img src="ast/img/stat/slice_0_18.png" /><br />
<<case 20>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><img src="ast/img/stat/slice_0_17.png" /><img src="ast/img/stat/slice_0_18.png" /><img src="ast/img/stat/slice_0_19.png" /><br />
<<case 21>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><img src="ast/img/stat/slice_0_17.png" /><img src="ast/img/stat/slice_0_18.png" /><img src="ast/img/stat/slice_0_19.png" /><img src="ast/img/stat/slice_0_20.png" /><br />
<<case 22>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><img src="ast/img/stat/slice_0_17.png" /><img src="ast/img/stat/slice_0_18.png" /><img src="ast/img/stat/slice_0_19.png" /><img src="ast/img/stat/slice_0_20.png" /><img src="ast/img/stat/slice_0_21.png" /><br />
<<case 23>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><img src="ast/img/stat/slice_0_17.png" /><img src="ast/img/stat/slice_0_18.png" /><img src="ast/img/stat/slice_0_19.png" /><img src="ast/img/stat/slice_0_20.png" /><img src="ast/img/stat/slice_0_21.png" /><img src="ast/img/stat/slice_0_22.png" /><br />
<<case 24>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><img src="ast/img/stat/slice_0_17.png" /><img src="ast/img/stat/slice_0_18.png" /><img src="ast/img/stat/slice_0_19.png" /><img src="ast/img/stat/slice_0_20.png" /><img src="ast/img/stat/slice_0_21.png" /><img src="ast/img/stat/slice_0_22.png" /><img src="ast/img/stat/slice_0_23.png" /><br />
<</switch>>
<<if $jSearchNum gte 25>>
<img src="ast/img/stat/slice_0_0.png" /><img src="ast/img/stat/slice_0_1.png" /><img src="ast/img/stat/slice_0_2.png" /><img src="ast/img/stat/slice_0_3.png" /><img src="ast/img/stat/slice_0_4.png" /><img src="ast/img/stat/slice_0_5.png" /><img src="ast/img/stat/slice_0_6.png" /><img src="ast/img/stat/slice_0_7.png" /><img src="ast/img/stat/slice_0_8.png" /><img src="ast/img/stat/slice_0_9.png" /><img src="ast/img/stat/slice_0_10.png" /><img src="ast/img/stat/slice_0_11.png" /><img src="ast/img/stat/slice_0_12.png" /><img src="ast/img/stat/slice_0_13.png" /><img src="ast/img/stat/slice_0_14.png" /><img src="ast/img/stat/slice_0_15.png" /><img src="ast/img/stat/slice_0_16.png" /><img src="ast/img/stat/slice_0_17.png" /><img src="ast/img/stat/slice_0_18.png" /><img src="ast/img/stat/slice_0_19.png" /><img src="ast/img/stat/slice_0_20.png" /><img src="ast/img/stat/slice_0_21.png" /><img src="ast/img/stat/slice_0_22.png" /><img src="ast/img/stat/slice_0_23.png" /><img src="ast/img/stat/slice_0_24.png" /><br />
<</if>>
<!-- $jSearchNum<br /><br /> -->
You sit down at Valerie's computer that she's allowed you to use and pop open a browser. You begin your job search...<br /><br />
<<if $jSearchNum gt 0 and $jSearchNum lte 5>>
You decide to search for another supermarket to work at. Afterall, it's a business you're quite familiar with.<br /><br />
<<if $hlvl gt 50>>
After a few hours you manage to send off exactly one application. You're so horny that it becomes challenging to really focus on finding new employment.<br /><br />
<<else>>
After a few hours you manage to send off a few applications.<br />
<</if>>
<</if>>
<<if $jSearchNum gt 5 and $jSearchNum lte 10>>
<<if $eventCol.includes("failedInterview0")>>
Frustrated after your failed interview attempt, you listlessly scroll through job postings, your mind occasionally wandering to thoughts of sex and being anally fu- no woah wait, no you're not like that. Just focus on getting a job dammit!<br /><br />
<<else>>
As you search around for job postings, you receive an email back from one of the stores you applied to! After a brief phone call, you schedule an interview for <<if (47 - $currentTime) lt 16>> tomorrow <<else>> later today <</if>><<set $eventCol.push("jobInterview0")>><br /><br />
<</if>>
<</if>>
<<if $jSearchNum gt 10 and $jSearchNum lte 15>>
After not hearing back from any of the other supermarkets you applied to, you being to wonder if word got around about your disastrous interview at Bonederson's. It seems @@.hint;applying and dressing like a woman@@ might be the key to getting a new job quicker if you ever manage to land another interview.<br /><br />
You sigh, your breath heavy with resignation as you begin searching for jobs outside your immediate expertise. Maybe you should try browsing jobs that favor a woman's touch...<br /><br />
You spend time applying for some secretarial work.<br /><br />
<</if>>
<<if $jSearchNum gt 15 and $jSearchNum lte 20>>
<<if $eventCol.includes("failedInterview1")>>
You feel so depressed everytime you even think about searching for a job now after yet another failed attempt. Why does finding steady work have to suck so much? Thankfully Valerie is giving you a place to stay, you're not sure what you would do without her. Maybe you should give that temp agency a try.<br /><br />
<<else>>
As you search around for job postings, you receive an email back from one of the firms you applied to as a secretary! After a brief phone call, you schedule an interview for <<if (47 - $currentTime) lt 16>> tomorrow <<else>> later today <</if>><<set $eventCol.push("jobInterview1")>><br /><br />
<</if>>
<</if>>
<<if $jSearchNum gt 20 and $jSearchNum lte 25>>
You resolve to try reaching out to Breaker's Temp Agency for job placement. Much to your annoyance, the site explains that you need to apply to job postings yourself. Depending on the types of jobs you apply for and how you apply for them, will give the staff at Breaker's an idea on how to place you.<br /><br />
You find that nearly every job posting requires that you attach a picture of yourself to the application. Your're pretty sure that can't possibly be legal, but if it helps your chances in getting a job, you'll do it.<br /><br />
It's time consuming, but you hope it pays off.<br /><br />
<</if>>
<<if $jSearchNum gt 25>>
Much to your surprise you see that you've got a response from Breaker's Temp Agency! They've found a position for you as a "Production Assistant" at a studio lot during the week. The email simply states that you will need to be dressed in "appealing" feminine clothing and be ready to work.<br /><br />
Finally! Your job search is over.<br /><br />
<<set $eventCol.push("sissFluff")>>
<<set $eventCol.delete("exJobSearch")>><<set $eventCol.delete("failedInterview0")>><<set $eventCol.delete("failedInterview1")>>
<</if>>
<</if>>
<<if $eventCol.includes("exSissFluff") and $sWeek lt 7>>
You arrive at the rundown studio lot. You see an array of cars parked outside ranging from beaters to luxury machines. Everthing about this place seems so plain and unassuming from the outside. However, as soon as you open the heavy metal door and step inside, you bear witness to a hive of activity. Various lit areas featuring people swarming about fill your vision. The air smells like sex and synthetic lubricants.<br /><br />
It's one of <i>those</i> movie studios.<br /><br />
<<if $femLvl is 1>><<set _fluffRate to 30>>
One of the production assitants beckons you over. She sizes you up with a raised eyebrow, then gives you a list of instructions. Most of it involves delivering coffee and snacks to the various directors, cameramen, and technical leads.<br /><br />
<video src="ast/img/pShoot0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<elseif $femLvl is 2>><<set _fluffRate to 40>>
One of the production assistants comments on how pretty you are for a boy in girl's clothing. You're a bit taken aback at how easily she sees through your shapewear. She has you remove your synthetic curves in the restroom, and then work near a particular set where a hot male-female scene is being filmed. You're tasked with just... standing there. You notice as the muscle-bound stud pounds the curvy slut bent over in front of him, that his gaze keeps shifting over to you. He seems to look at you with a hungry glint in his eye, it makes you uncomfortable...<br /><br />
<video src="ast/img/pShoot1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You can't complain too much since you still get paid... for just standing there.<br /><br />
<<elseif $femLvl is 3>><<set _fluffRate to 60>>
The production assistant is happy to see how much more... girly you look. She comments that she'll pay you more money if you would... flash your ass to one of the performers. Apparently one of them is really into... girly-looking boys. It's an easy job... if not incredibly degrading.<br /><br />
<video src="ast/img/pShoot2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You can feel his eyes roaming over your little bubble butt as he slams away at the flawless female performer... it makes you feel... weird... desired... and maybe a little tiny bit turned-on.<br /><br />
<<elseif $femLvl is 4 or $femLvl is 5>><<set _fluffRate to 100>>
The production assistant encourages you to interact more with the interested actors between scenes. You find them to be friendly... and very persuasive<br /><br />
<video src="ast/img/pShoot3.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Amidst the jokes and flirting, you find yourself playing with one of their cocks in an attept to prove you can keep him hard. You realize the blatant manipulation at play but... they make you feel so sexy that... you can't help but want to please. I mean it's all in good fun right?<br /><br />
<</if>>
<<if $femLvl lt 3>>
<<if $focuslvl < 0>>
@@.hint;Your focus is low,@@ but no one seems to mind. You can't help but ogle the perfect bodies of the nude pornographic actresses as they pose in different compromising positions. You notice some of them appear to be shemales! Much to your shame you find yourself sneaking glimpeses of the pornographic actors and their sizeable... <i>endowments</i><br /><br />
<<else>>
@@.hint;You are focused on your job... all things considered,@@ but no one seems to care how dedicated you are. You do your best not to gawk at all the nude actors and actresses strutting around the wide open studio.<br /><br />
<</if>>
<<elseif $femLvl lt 4>>
<<if $focuslvl < 0>>
@@.hint;Your focus is low,@@ You're so horny that you're unable to stop yourself from looking back at the actors, which seems to annoy the director.<br /><br />
<<else>>
@@.hint;You are focused on your job... all things considered, and present your ass like a champ,@@ you earn a bonus.<br /><br />
<<set _fluffRate to _fluffRate + 10>>
<</if>>
<<else>>
<<if $focuslvl < 0>>
@@.hint;Your focus is low,@@ You're so horny that you occasionally kiss or lick the actor's cock, which seems to get the director whispering about you to his aids.<br /><br />
<<else>>
@@.hint;You are focused on your job... all things considered, and stroke those throbbing hard shafts like a girl on a mission,@@ you earn a bonus.<br /><br />
<<set _fluffRate to _fluffRate + 10>>
<</if>>
<</if>>
<<if $eventCol.includes("allday")>>
You decide to work all day long!<br /><br />
<<set _fluffRate to _fluffRate * _timeMulti>>
<<set $workClicks to 1 * _timeMulti>>
<</if>>
@@.mru;You earn $ _fluffRate@@<br /><br />
<<set $wallet to $wallet + _fluffRate>>
<<set $eventCol.delete("exSissFluff")>>
<</if>>
<<if $sWeek is 7 and $femLvl is 6 and not $eventCol.includes("exSissPhotoExecute7") and $hasCammed is false>>
You arrive at the now all too familiar rundown studio lot. You see an array of cars parked outside ranging from beaters to luxury machines. The air smells like sex and synthetic lubricants. It turns you on.<br /><br />
It's one of <i>those</i> movie studios.<br /><br />
You eagerly prance through the studio, flirting with basically anyone who glances your way. You're such a horny slut that it isn't long before some stud convinces you to sneak off with him for a little backstage shenanigans.<br /><br />
<video src="ast/img/pShoot4.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You don't earn any money, or maybe you did, but either way, it was a fun way to pass the time.<br /><br />
<<if $eventCol.includes("allday")>>
You decide to fuck all day long!<br /><br />
<<set _fluffRate to 0>>
<<set $workClicks to 0>>
<</if>>
<</if>>
<</nobr>>
<span class="link-fem"><<link "Go Back Home" "Home">>
<<if $eventCol.includes("allday")>>
<<set $eventCol.pushUnique("alldayCalc")>>
<</if>>
<<set $eventCol.delete("allday")>>
<<set $eventCol.delete("exSissPhotoExecute7")>>
<</link>></span><br /><<nobr>>
<<if $eventCol.includes("pnSWeek0")>>
Valerie is angry that you've been so negligent in your duties. As punishment, she has you strip down to your panties and run topless around the block. The way she says topless makes your feel more girly than you should, and you almost feel like you need to cover your nipples as you make your way around the block.<br /><br />
<video src="ast/img/pn0Jog.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<br /><span class="link-fem"><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("pnSWeek0")>><</link>></span>
<</if>><!-- -->
<<if $eventCol.includes("pnSWeek1")>>
Valerie is angry that you've been so negligent in your duties. As punishment, you must wear a bar spreader between your thighs and perform housework. You waddle around the house, your cock flopping worthlessly between your legs as you mop, dust, and carry laundry around Val's house.<br /><br />
<video src="ast/img/pn1Spreader.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<br /><span class="link-fem"><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("pnSWeek1")>><</link>></span>
<</if>><!-- -->
<<if $eventCol.includes("pnSWeek2")>>
Valerie is angry that you've been so negligent in your duties. As punishment, Valerie has you blindfolded and forces you to wear boxing gloves while fucking yourself with a wall-mounted dildo. She lets you stay uncaged, which is a pleasant change, until you realize the boxing gloves keep from being able to masturbate effectively. You fuck the wall dildo for what seems like a few hours, helplessly rubbing your rigid, neglected cock with boxing gloves with little success.<br /><br />
<video src="ast/img/pn2WallD.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<br /><span class="link-fem"><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("pnSWeek2")>><</link>></span>
<</if>><!-- -->
<</nobr>><<nobr>>
<<if $eventCol.includes("rwSWeek0")>>
@@.hg;"You've been such a good girl, I'm going to make you cum your little sissy brains out"@@ coos Valerie.<br /><br />
You're unsure of what to make of that.<br /><br />
Valerie pulls you close and begins aggressively making out with you as she pulls off your clothes. She takes you by the hand into a familiar room. This was the room where she first penetrated you with her fingers.<br /><br />
She ties you up again, ass up face down. <br /><br />
You know better than to fight it.<br /><br />
She produces a vibrator, one that is a little different from the one you own. This one is about the same thickness, but it has a slight curve to it. She slides off your chastity cage, letting your cock swing freely between your legs. You yearn desperately to touch it, but can't since your arms are bound to your ankles.<br /><br />
Valerie begins to expertly stroke your cock. You're so horny that your mind instantly blanks as it's washed over with a wave of pleasure. You moan and buck your hips.<br /><br />
You hope she doesn't stop.<br /><br />
You think you're going to cum already!<br /><br />
But of course... she stops.<br /><br />
She lets you pant a bit as you try in vain to rub your throbbing dick against your thigh.<br /><br />
<video src="ast/img/rw0Tease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.hg;"Aww, you're so horny... good"@@<br /><br />
You feel the vibrator she was holding slide easily into your ass. Again, she resumes stroking you, but this time expertly fucks you with the curved vibrator.<br /><br />
The sensation is unreal as she synchronizes each fucking-stroke with a stroke of her hand. Just when you think you're going to cum she pulls her hand away but continues to gently thrust the vibrator into your ass.<br /><br />
You feel like you might lose your mind, as the edge of your orgasm intermingles with the sensation in your ass.<br /><br />
@@.hg;"It's ok, just focus on what your little sissy pussy is feeling. You can cum like a girl this way. You don't really need that little cock at all"@@ purrs Valerie.<br /><br />
She pulls out the vibrator, leaving you a shaking, desperate, horny mess. You feel tears of frustration welling up in your eyes. You were so close.<br /><br />
You feel the palm of her hand work over the slick, pre-cum soaked head of your cock, rubbing it in a circular motion almost as if it were a clit. The sensation is intense, almost too intense!<br /><br />
<video src="ast/img/rw0HJ.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You try to jerk away, as you cry out for mercy. Instead, she slides the vibrator back into your ass.<br /><br />
Your hips instinctively buck against it.<br /><br />
Like a bitch in heat, you thrust back against the vibrator while Valerie aggressively palms the tip of your cock.<br /><br />
@@.pc;"AAAAAAAAAAAAHHH"@@ you cry out, surprised at how desperate you sound.<br /><br />
Suddenly Valerie grips the tip of your cock hard and strokes it rapidly.<br /><br />
That's all it takes to push you over the edge. You moan as you finally get to cum. Valerie pulls away from your cock as it spasms what seems like an endless volley of semen all over your thighs. As your hips buck uncontrollably, you realize she's still fucking your ass with the curved vibrator, which in turn is confusing where you're feeling the orgasm. The pleasure washes all over your body.<br /><br />
She slowly pulls the vibrator out of you and you slowly descend from your sexual high. You couldn't tell if you came from being jerked off, or from having your ass toyed like a pussy.<br /><br />
In any event, that was the best orgasm you've ever had in your life.<br /><br />
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $minhlvl>>
<br /><span class="link-fem"><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("rwSWeek0")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("rwSWeek1")>>
@@.hg;"I've got a special surprise for you tonight. Since you've been such a good girl..."@@ teases Valerie<br /><br />
You dread what that could mean. It almost always means you're taking something up your butt.<br /><br />
@@.hg;"I'd like you to meet my friend, Lily,"@@ says Valerie as a pale brunette walks into the house.<br /><br />
She's quite beautiful, with her shoulder length brown hair, ample tits, and shapely body. She looks like another one of Valerie's hot friends.<br /><br />
@@.hg;"So, you might've guessed this already, but I'm part of an exclusive club at Se Soumettre. This club has some very strict rules... and if you violate those rules, there's a period of penance you must undergo if you want to remain in good standing with the club,"@@ explains Valerie.<br /><br />
She looks over at Lily, who just smiles nervously and looks down at her feet, her big pretty eyes darting up at you periodically.<br /><br />
@@.hg;"Lily here... well she's volunteered to be my slave as her penance. She wants to get back into the club's good graces, isn't that right, Lily?"@@ asks Valerie.<br /><br />
She nods enthusiastically, but doesn't utter a word.<br /><br />
@@.hg;"Oh yes, she's not allowed to speak..."@@ mentions Valerie as she walks over to Lily.<br /><br />
Valerie swoops down and grabs the hem of Lily's knee-length blue dress and yanks it upwards, @@.hg;"among other things"@@<br /><br />
Lily doesn't fight back as Valerie reveals what Lily has under her clothes. Much to your surprise, she appears to be wearing some kind of chastity belt, like one you would see at a medieval museum<br /><br /><br /><br />
<img src="ast/img/s/chastityLily.png" /><br /><br />
Lily blushes hard.<br /><br />
@@.hg;"No fun times for Lily, although she's more than able to please others. Don't worry Lily, as far as chastity goes, you're in good company,"@@ teases Valerie as she motions over to you.<br /><br />
This time it's your turn to blush.<br /><br />
@@.hg;"Speaking of, $pc, I need you to help me punish and train Lily so that she can fulfill her obligation. In return for your cooperation, you'll be allowed out of your own chastity during these sessions,"@@ explains Valerie.<br /><br />
She produces a small necklace and drapes it around Lily's neck. On the end of the necklace is a key... the key to your chastity cage!<br /><br />
@@.hg;"We're going to make good use of Lily... starting tonight"@@ explains Valerie as she produces her own key to your cage and eyes you hungrily.<br /><br />
Valerie tugs roughly on Lily's dress, causing it to fall from her shoulders and stick around her waist, exposing her pale, perky tits. Valerie then walks over to you and tugs your pants down, revealing your caged cock. With one skillful movement, Valerie unlocks your penis prison.<br /><br />
<img src="ast/img/s/lilyTits.png" /><br /><br />
You breathe a sigh of relief as your cock quickly hardens in the presence of two smoking hot girls. Valerie pushes Lily towards you. Lily dutifully drops to her knees and begins sucking your cock.<br /><br />
You feel bliss as her delicate, warm mouth takes you in. At the same time Valerie beings making out with you...<br /><br />
It isn't long before you're on your back. Lily is still in between your legs, sucking you like a dutiful servant, while Valerie mounts and grinds against your face. You don't last long as your cock explodes.<br /><br />
<video src="ast/img/lilyIntro.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You see Valerie lean over and press Lily's face down hard on your crotch.<br /><br />
@@.hg;"Don't spill a drop, slut,"@@ spits Valerie.<br /><br />
Her sudden cruelty makes you shiver as you feel Lily's throat contract against your cock. As she diligently cleans up your dick, Valerie finishes riding your face to orgasm, like she has so many times before.<br /><br />
<br /><span class="link-fem"><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("rwSWeek1")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("rwSWeek2")>>
@@.hg;"Alright, $pc, I've got a special treat for both you and Lily. We're going to play a game to celebrate a job well done!"@@ exclaims Valerie.<br /><br />
You find yourself naked, uncaged, on all fours with a leg spreader pushing your thighs apart. Valerie has stripped down and put on a familiar looking strap-on. Lily is also naked except for her chastity belt.<br /><br />
You're a bit disappointed that she's still wearing her chastity belt. Your hands are bound to the ottoman you're perched on as you watch Lily also pull up a strap-on over her chastity belt. She seems to have trouble getting it mounted correctly.<br /><br />
@@.hg;"I'll help you with that, Lily,"@@ comments Valerie as she slips a blindfold around your head.<br /><br />
You can't see a thing.<br /><br />
You hear both girls giggle on the other side of the room. Lily's giggle sounds cute.<br /><br />
@@.hg;"Ok, we're going to treat you like a little sissy toy, and you have to guess who's fucking you,"@@ laughs Valerie.<br /><br />
Before you can protest, you feel the tip of a dildo push against your mouth. No doubt one of the girls is standing in front of you now, expecting you to give their strap-on a blow job. You obediently begin sucking on the dildo; you've gotten a little bit better at this over the last few weeks.<br /><br />
<video src="ast/img/tsStrapOn.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Finally, the dildo slides out of your mouth. You hear hushed whispers but you can't discern which girl is which. Suddenly you feel the dildo return to your lips... or is it a different dildo?<br /><br />
You suddenly feel a pressure at your ass.<br /><br />
Ok, different dildo in your mouth, because the one in your ass is lubed up with your own spit... you can just tell.<br /><br />
The dildo in your mouth seems a little hesitant... is this Lily? She always seemed shy, even if she weren't acting in a slave position. You feel the dildo in your ass work its way deeper and you moan a bit against the dildo tapping at your throat.<br /><br />
The girls quietly giggle. Both dildos are pulled out of your body at the same time. You gasp for air, your cock drooling precum into a puddle between your thighs.<br /><br />
@@.hg;"Hang on, $pc, we're just cleaning off the dildo that was in your butt, we don't want you to get sick"@@ explains Valerie.<br /><br />
You're strangely comforted by the fact that you'll be sucking only on the cleanest of fake cocks.<br /><br />
You feel a dildo reenter your ass at the same time you feel a well lubed hand grasp your cock and begin stroking it. It feels great. You sense that both girls are behind you, but you can't tell who is inside you. With each thrust you begin to pant more and more as you're fucked and stroked into a horny frenzy.<br /><br />
A few times you think you might cum, but whoever has your cock, grips it tightly at the base so that cumming is impossible. You begin to buck at the fake dick in your ass and whimper desperately to be allowed to cum as you ride on that exquisite edge between release and suspense.<br /><br />
You feel a set of feminine hands grab your face.<br /><br />
One of the girls is in front of you.<br /><br />
You pant desperately; whoever is behind you is fucking and stroking you with expert skill. It could be either girl!<br /><br />
You feel a dildo bump against your lips. It's strange, it's much smaller than the one you had earlier, and it feels warm. It even has a taste to it. You wonder if one of the girls was using it on themselves. The thought that you're sucking on a used sex toy drives you wild. You begin to lose inhibition as you hungrily suck on the small, warm, slightly salty phallus in your mouth.<br /><br />
You feel yourself reach the point of no return. Just as you start to cum, the blindfold is ripped off of you. Your eyes are blinded by light as you continue to suck on the girl in front of you.<br /><br />
Then you see it.<br /><br />
<video src="ast/img/lilySurprise.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Lily is standing in front of you completely naked... and she's not wearing a strap-on. You've been sucking on her cock... his cock for the last half hour! You don't feel revulsion, just shock. The surprise is enough to send you over the edge, you moan, Lily's cock in your mouth, Valerie's dildo in your ass, and her hand milking the sperm out of you.<br /><br />
You hear Lily gasp and whimper as she cums too. You feel her warm semen dribble from the end of her small penis and slide to the back of your throat. All those session of eating your own cum makes swallowing hers feel almost natural.<br /><br />
<video src="ast/img/lilyCumshot.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Wait... her semen? her penis? his semen? his penis? Your mind is a cloud of confusion and lust as you try to reconcile the fact that Lily was a transsexual the entire time.<br /><br />
Lily smiles and wipes the end of her little cock against your face, smearing a little bit of semen down your cheek.<br /><br />
You're speechless... it seems Valerie got the best of you again... and you couldn’t help but cum like a whore because of it.<br /><br />
***<br /><br />
You, Lily, and Valerie get cleaned up. Valerie jabbers on excitedly about how great everything went. You have little to say, silently questioning everything about yourself while Lily smiles and jokes along with Valerie.<br /><br />
You understand now why Lily wasn't allowed to talk before. Even though she's very feminine, there's a slight twang of masculinity in her voice. It seems she must've had quite a low voice in a previous life. It's hard to believe how convincing she looks.<br /><br />
Valerie explains that there really is a club she belongs to, in fact all her friends do. They regularly engage in taboo sexual experiments with one another. She explains that a great way to earn a lot of money very quickly would be to submit yourself to some extra "training" under the tutelage her various contacts.<br /><br />
What's more, you've already met all of them during your time at Se Soumettre. She explains that opening yourself up to their training will not only make you a better sissy, but it will help you to become debt free much faster than the odd jobs you've been performing so far.<br /><br />
You're not so sure about becoming a "better sissy", but getting heaps of cash for being sexually experimental doesn't sound so bad. Plus, you'd be lying if you said that this wasn't the best sex you've had in your life, and it only seems to get better.<br /><br />
Valerie warns that @@.hint;once you choose a girl to train under, that you'll have to train to completion@@ before training under a new girl...<br /><br />
<<set $eventCol.push("sMasters")>><<set $currentSMaster to []>><<set $SMasterTrained to []>>
<br /><span class="link-fem"><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("rwSWeek2")>><<set $eventCol.push("advFemlvl2")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("rwSWeek3")>>
Valerie has you strip naked and she even goes as far as unlocking your chastity cage. Your penis tingles with it's newfound freedom. It slowly begins to grow. You're a little concerned that it didn't instantly stand to attention like it usually does when being freed from its prison.<br /><br />
Those worries leave your mind when Valerie shows up, her hands coated in some sort of massage oil. Much to your delight, she begins to expertly rub the oil into your legs, working her way up to your tummy, careful to avoid your hardening cock.<br /><br />
<<if $eventCol.includes("saline1")>>
She works the oil into your swollen, artificially inflated tits. She's tender, seemingly conscious of how raw those saline injections have made your chest. She gives special attention to your nipples which causes your breathing to grow heavier. <<if $invs.rear.rearType is "plug">> One hand snakes down your body, slithering past your now painfully erect cock, past your balls, and pushes against your butt plug.<</if>> Small beads of precum leaks out of the tip of your cock.<br /><br />
<<elseif $eventCol.includes("saline0")>>
She works the oil into your slightly swollen, artificially inflated tits. She's tender, seemingly conscious of how raw those saline injections have made your chest. She gives special attention to your nipples which causes your breathing to grow heavier. <<if $invs.rear.rearType is "plug">> One hand snakes down your body, slithering past your now painfully erect cock, past your balls, and pushes against your butt plug.<</if>> Small beads of precum leaks out of the tip of your cock.<br /><br />
<<else>>
She works the oil into your hairless, smooth chest, firmly squeezing your little budding boobies. She's firm but not rough the sensitive buds. She gives special attention to your nipples which causes your breathing to grow heavier. <<if $invs.rear.rearType is "plug">> One hand snakes down your body, slithering past your now painfully erect cock, past your balls, and pushes against your butt plug.<</if>> Small beads of precum leaks out of the tip of your cock.<br /><br />
<</if>>
<video src="ast/img/valWank.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Finally, she grabs your cock with an oil-slick hand, and begins mastubrating you with long, slow strokes. The sensation is both delicious and tortuous as your writhe and moan under her grip. You cum slow and hard all over her hand, each stroke methodically milking your manhood for all it's worth. To your surprise... and maybe disappointment... she doesn't make you eat your own cum. She places the unlocked chastity cage on your chest.<br /><br />
It seems she trusts you enough to put it back on yourself... or perhaps she knows that failing to do so would be a stupid move on your part.<br /><br />
<<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>>
<br /><span class="link-fem"><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("rwSWeek3")>><</link>></span><br />
<</if>><!-- -->
<</nobr>><<nobr>>
@@.hg;"You did so well last week with your tasks, that I want to step up your training. A friend of mine has rigged up my VR Room with some content that will help quiet and subdue any of that pesky masculine thinking that might pop-up from time to time. In addition to your normal training, I want you to submit to some VR training as well. You need to really open up and let the programming do its job. Really let yourself sink into the perspective, Ok $pc ?"@@ requests Valerie sweetly with just a slight hint of mischief.<br /><br />
You didn't even realize she had a room dedicated to VR and you can't help but wonder how much better it is than your own VR Set.<br /><br />
<<if $tasks.includes("vrFdAsWoman")>>
@@.hg;"I want you to run the@@ @@.hint;"Female Experience"@@ @@.hg;VR Movie,"@@ informs Valerie.<br /><br />
@@.hg;"This program will let you see life from a woman's view, it'll help you really empathize with the many different positions a woman is put through,"@@ explains Valerie with a sly grin.<br /><br />
<</if>>
<<if $tasks.includes("vrStrapOnConfusion")>>
@@.hg;"I want you to run the@@ @@.hint;"Strap-On Teacher"@@ @@.hg;VR Movie,"@@ informs Valerie.<br /><br />
@@.hg;"I think this simulation will help improve your reaction to men. Remember, you need to react like a girl would to the opposite sex, especially a big hunky specimen of the opposite sex"@@ explains Valerie with a wink.<br /><br />
<</if>>
<<if $tasks.includes("vrSlapMyBUp")>>
@@.hg;"I want you to run the@@ @@.hint;"Music Video Experiment"@@ @@.hg;VR Movie,"@@ informs Valerie.<br /><br />
@@.hg;"My friend that edited this together claims this can help break down your subconcious biases by subverting your in-born male expectations. Its a bit experimental but really give it a chance, $pc "@@ explains Valerie earnestly.<br /><br />
<</if>>
@@.hg;"Make sure and run the programming multiple times this week to help it really sink in!"@@<br /><br />
<</nobr>><<nobr>>
VR Titles:<br /><br />
<span class="link-fem"><<link "Watch Female Experience" "VRBoard">><<set $eventCol.push("vrFdAsWomanRUN")>><</link>></span><br /><br />
<span class="link-fem"><<link "Strap-On Teacher" "VRBoard">><<set $eventCol.push("vrStrapOnConfusionRUN")>><</link>></span><br /><br />
<span class="link-fem"><<link "Music Video Experiment" "VRBoard">><<set $eventCol.push("vrSlapMyBUpRUN")>><</link>></span><br /><br /><br />
<span class="link-fem"><<link "Nevermind" "Home">><</link>></span><br />
<</nobr>><<nobr>>
<<if $hasSkilledVR is true>>
You've already used the VR Room today and need to recover from the sensory overload
<<else>><<set $currentTime to $currentTime + 8>><<set $hlvl to $hlvl +50>> <<set $focuslvl to $focuslvl - 25>>
<<if $eventCol.includes("vrFdAsWomanRUN")>>
<<if $advSkills.includes("advvrFdAsWoman")>><<addclass "body" "pulseHyp">><</if>>
The instructions for this VR sim requires that you "Install and sit on attachment #3 while reclined at position 5, with legs in stirrups". You dig through the black box containing all manner of sex toys until you find "attachment #3" which is a stiff silicon dildo with the shape and color of a cock.<br /><br />
You sigh as you start to guess at what the nature of this VR game will be like.<br /><br />
You put a condom on the dildo so that the silicon lube you’re supposed to use doesn't melt the toy. You then mount the toy onto the VR chair, then you slowly but surely lower yourself on top of the fake cock. The dildo is a little thicker than your vibrator so you find you can't move around much with it lodged deep in your ass.<br /><br />
You secure the VR helmet on your head while placing your ankles in the stirrups. After a few moments, the entire chair rotates backwards until you're on your back, your feet held in the air by the stirrups, a dildo firmly inside your tight little ass.<br /><br />
The VR program hums to life..<br /><br />
<video src="ast/img/vrWomenExp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
The porn-worthy storyline features a woman that invites the stud into her room. You take part in the woman's point of view and waste no time looking down at your nice large breasts. Soon, you and the virtual man are both naked and you find that the woman is flat on her back, much like you are now in the VR chair, with her legs in the air. Suddenly you feel the cock in your ass begin to slowly pull itself out of your anus. You gasp, unprepared for the movement. As the virtual man thrusts in to your virtual body, you feel the very real dildo slide back into your ass.<br /><br />
You feel very confused and highly aroused as the dildo fucks you in perfect synchronization to the man in the VR. You pant and are unable to control the small moans that escape your mouth as the virtual world and the real world start to melt together.<br /><br />
Even though you aren't able to cum, you find yourself feeling ashamed for how you writhed like a whore, just like your virtual host did.<br /><br />
<<set $eventCol.delete("vrFdAsWomanRUN")>>
<<if $advSkills.includes("advvrFdAsWoman")>>
<<set $vrProgress to 4>>
<<elseif $tasks.includes("vrFdAsWoman") and not $skills.includes("vrFdAsWoman")>>
<<set $vrProgress to $vrProgress + 1>>
<</if>>
<<if $vrProgress gte 4 and not $skills.includes("vrFdAsWoman")>>
<<set $vrProgress to 4>>
<<set $skills.push("vrFdAsWoman")>>
<<if $advSkills.includes("advvrFdAsWoman")>>
@@.hint;This VR has affected you deeply thanks to your hypnotic conditioning, VR task complete for the week!@@
<<else>>
You feel like you've completed this VR program enough times to satisfy Valerie
<</if>>
<<set $obLevel to $obLevel + 1>>
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("vrStrapOnConfusionRUN")>>
<<if $advSkills.includes("advvrStrapOnConfusion")>><<addclass "body" "pulseHyp">><</if>>
The instructions for this VR sim requires that you "place the suction base of attachment #2A firmly on a smooth vertical surface, and attachment #2B on a smooth horizontal surface. The attachments are to be protected with condoms and lubed up with the provided lubricant". You dig through the black box and find attachments #2A and B: two identical, cock-shaped, dildos, both with large suction cups at their base. You put condoms and lube all over both of them. You attach one of them on the wall and the other on the floor, a bit nervous about what this VR is going to have you do.<br /><br />
You put on the VR helmet and you're greeted by a virtual woman dressed up in a dominatrix outfit and sporting a strap-on. She demands that you service her cock, much like what Raven made you do during your adventure at Se Soumettre. In the virtual world, she lays on her back while your virtual host begins to bob up and down on her plastic strap-on cock. You find the whole experience a bit dizzying at first since your movement doesn't quite synch with the helmet initially.<br /><br />
However, as you begin to suck on the dildo attached to the floor in rhythm to what is occurring on the VR screen, you find your disorientation melting away. Next, the virtual Dom has you back your asshole onto the dildo attached to the wall while continuing to suck on the floor mounted phallus.<br /><br />
<video src="ast/img/vrStrapOn.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Much to your discomfort and confusion, you realize this VR video has been spliced together to swap the dominatrix out with an actual man. At times, your virtual host is practicing on a strap-on dildo, and then a few moments later, your virtual vision is blocked by a wall of flesh as the strap-on morphs into a virtual cock. The whole experience feels taboo, and you curse yourself for getting so turned on by it.<br /><br />
<<set $eventCol.delete("vrStrapOnConfusionRUN")>>
<<if $advSkills.includes("advvrStrapOnConfusion")>>
<<set $vrProgress to 4>>
<<elseif $tasks.includes("vrStrapOnConfusion") and not $skills.includes("vrStrapOnConfusion")>>
<<set $vrProgress to $vrProgress + 1>>
<</if>>
<<if $vrProgress gte 4 and not $skills.includes("vrStrapOnConfusion")>>
<<set $vrProgress to 4>>
<<set $skills.push("vrStrapOnConfusion")>>
<<if $advSkills.includes("advvrStrapOnConfusion")>>
@@.hint;This VR has affected you deeply thanks to your hypnotic conditioning, VR task complete for the week!@@
<<else>>
You feel like you've completed this VR program enough times to satisfy Valerie
<</if>>
<<set $obLevel to $obLevel + 1>>
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("vrSlapMyBUpRUN")>>
<<if $advSkills.includes("advvrSlapMyBUp")>><<addclass "body" "pulseHyp">><</if>>
Thankfully the instructions for this VR just require you to sit back and relax in the VR chair while a familiar music video plays. You enjoy the electronic beat as you look through the eyes of some guy stumbling around in a drug fueled stupor from one seedy joint to the next. You really enjoy the virtual sex scene and try in vein to stimulate your cock through your chastity cage...<br /><br />
<video src="ast/img/vrSmack.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
The end of the music video throws you for a loop though, as you realize you've been experiencing the adventure in the body of a lesbian the whole time. You find the whole experience interesting, but you're not sure what to make of it.<br /><br />
<<set $eventCol.delete("vrSlapMyBUpRUN")>>
<<if $advSkills.includes("advvrSlapMyBUp")>>
<<set $vrProgress to 4>>
<<elseif $tasks.includes("vrSlapMyBUp") and not $skills.includes("vrSlapMyBUp")>>
<<set $vrProgress to $vrProgress + 1>>
<</if>>
<<if $vrProgress gte 4 and not $skills.includes("vrSlapMyBUp")>>
<<set $vrProgress to 4>>
<<set $skills.push("vrSlapMyBUp")>>
<<if $advSkills.includes("advvrSlapMyBUp")>>
@@.hint;This VR has affected you deeply thanks to your hypnotic conditioning, VR task complete for the week!@@
<<else>>
You feel like you've completed this VR program enough times to satisfy Valerie
<</if>>
<<set $obLevel to $obLevel + 1>>
<</if>>
<</if>><!-- -->
<</if>>
<br /><br /><span class="link-fem"><<link "Go Back to Your Room" "Home">><<set $hasSkilledVR to true>><</link>></span><br />
<</nobr>><<nobr>>
<<if $tasks.includes("tranNipplePlay")>>
@@.hg;"It's time to learn how to enjoy a little nipple massage,"@@ explains Valerie as she playfully mimcs twisting your nipple, causing your to turn away while covering yourself like a girl.<br /><br />
@@.hg;"All you have to do is sit back and@@ @@.hint;let Lily suck and tease those little nips@@ @@.hg;of yours. Really try to tune in to how it makes you feel,"@@ continues Valerie.<br /><br />
<</if>>
<<if $tasks.includes("tranBlowJob")>>
@@.hg;"Ok, you're REALLY gonna like this part of the training, $pc . All you have to do is@@ @@.hint;demand that Lily give you a blow job@@ @@.hg;,"@@ states Valerie plainly.<br /><br />
It sounds too good to be true, but you sense the sincerity in Valerie's command.<br /><br />
@@.hg;"This is more about her punishment, but it can be a little bit about your reward... since you've been so obedient with everything else I've asked you to do,"@@ explains Valerie.<br /><br />
<</if>>
<<if $tasks.includes("tranOilMassage")>>
@@.hg;"This task ought to make your day,"@@ smiles Valerie, @@.hg;"All you have to do is relax and@@ @@.hint;let Lily give you a nice long oil massage.@@ @@.hg;This will teach her some humility and maybe make her think twice about being disobedient."@@<br /><br />
<</if>>
<<if $tasks.includes("tranMarkerSess")>>
@@.hg;"It's time to tap into your inner sadist, $pc ,"@@ announces Valerie as she hands you a marker.<br /><br />
You're not sure what she means.<br /><br />
@@.hg;"It's simple, just@@ @@.hint;write the most degrading thing you can on Lily's body.@@ @@.hg;She needs to be broken down so we can build her back up into an upstanding member of Se Soumettre,"@@ explains Valerie.<br /><br />
You feel a little sad that you have to mark on Lily's perfectly pale skin, but... it's just a little marker...<br /><br />
<</if>>
@@.hg;"It doesn't matter which task you choose to make her complete, just as long as you make her complete a task daily,"@@ reminds Valerie.<br /><br />
<</nobr>><<nobr>>
Help Punish Lily:<br /><br />
<<if $tasks.includes("tranNipplePlay") and not $skills.includes("tranNipplePlay")>>
<<if $hasPunishedLily is false>>
<span class="link-masc"><<link "Let Lily Play with Your Nipples" "SkillBoard">><<set $eventCol.push("prTranNipplePlay")>><</link>></span><br /><br />
<<else>>
<span class="p-masc">Let Lily Play with Your Nipples (You've already punished Lily today, give her a break!)</span><br /><br />
<</if>>
<</if>>
<<if $tasks.includes("tranBlowJob") and not $skills.includes("tranBlowJob")>>
<<if $hasPunishedLily is false>>
<span class="link-masc"><<link "Let Lily Practice Giving You a Blowjob" "SkillBoard">><<set $eventCol.push("prTranBlowJob")>><</link>></span><br /><br />
<<else>>
<span class="p-masc">Let Lily Practice Giving You a Blowjob (You've already punished Lily today, give her a break!)</span><br /><br />
<</if>>
<</if>>
<<if $tasks.includes("tranOilMassage") and not $skills.includes("tranOilMassage")>>
<<if $hasPunishedLily is false>>
<span class="link-masc"><<link "Let Lily Give You an Oil Massage" "SkillBoard">><<set $eventCol.push("prTranOilMassage")>><</link>></span><br /><br />
<<else>>
<span class="p-masc">Let Lily Give You an Oil Massage (You've already punished Lily today, give her a break!)</span><br /><br />
<</if>>
<</if>>
<<if $tasks.includes("tranMarkerSess") and not $skills.includes("tranMarkerSess")>>
<<if $hasPunishedLily is false>>
<span class="link-masc"><<link "Degrade Lily with a Marker" "SkillBoard">><<set $eventCol.push("prTranMarkerSess")>><</link>></span><br /><br />
<<else>>
<span class="p-masc">Degrade Lily with a Marker (You've already punished Lily today, give her a break!)</span><br /><br />
<</if>>
<</if>>
<</nobr>>
<span class="link-masc"><<link "Nevermind" "Home">><</link>></span><br /><<nobr>>
Choose who to work for @@.hint;Once you choose who to serve, you'll be stuck serving her until they're satisfied!@@
<table border=0 class="no-zebra">
<tr>
<td width=250px><p style="font-weight: bold"></p></td>
<td width=250px>
<<if $SMasterTrained.includes("Sarah")>>
<p style="font-weight: bold"><img src="ast/img/s/fhSarahChk.png" /><br />@@.sar;Sarah@@</p>
Already Trained With
<<else>>
<p style="font-weight: bold"><img src="ast/img/s/fhSarah.png" /><br />@@.sar;Sarah@@</p>
<span class="link-fem"><<link "Call Her!" "OnetimeBoard2">><<set $currentSMaster.push("Sarah")>><<set $eventCol.push("initSarah")>><</link>></span><br />
<</if>>
</td>
<td width=250px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=250px>
<<if $SMasterTrained.includes("Suzy")>>
<p style="font-weight: bold"><img src="ast/img/s/fhSuzyChk.png" /><br />@@.suz;Suzy@@</p>
Already Trained With
<<else>>
<p style="font-weight: bold"><img src="ast/img/s/fhSuzy.png" /><br />@@.suz;Suzy@@</p>
<span class="link-fem"><<link "Call Her!" "OnetimeBoard2">><<set $currentSMaster.push("Suzy")>><<set $eventCol.push("initSuzy")>><</link>></span><br />
<</if>>
</td>
<td width=250px><p style="font-weight: bold"></p></td>
<td width=250px>
<<if $SMasterTrained.includes("Jessica")>>
<p style="font-weight: bold"><img src="ast/img/s/fhJessChk.png" /><br />@@.jess;Jessica@@</p>
Already Trained With
<<else>>
<p style="font-weight: bold"><img src="ast/img/s/fhJess.png" /><br />@@.jess;Jessica@@</p>
<span class="link-fem"><<link "Call Her!" "OnetimeBoard2">><<set $currentSMaster.push("Jessica")>><<set $eventCol.push("initJessica")>><</link>></span><br />
<</if>>
</td>
</tr>
<tr>
<td width=250px><p style="font-weight: bold"></p></td>
<td width=250px>
<<if $femLvl gte 6>>
<img src="ast/img/s/fhPC2.png" /><br />
<<elseif $femLvl gte 4>>
<img src="ast/img/s/fhPC1.png" /><br />
<<else>>
<img src="ast/img/s/fhPC0.png" /><br />
<</if>>
<p style="font-weight: bold">$pc</p>
</td>
<td width=250px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=250px>
<<if $SMasterTrained.includes("Izzy")>>
<p style="font-weight: bold"><img src="ast/img/s/fhIzzyChk.png" /><br />@@.izz;Isabella@@</p>
Already Trained With
<<else>>
<p style="font-weight: bold"><img src="ast/img/s/fhIzzy.png" /><br />@@.izz;Isabella@@</p>
<span class="link-fem"><<link "Call Her!" "OnetimeBoard">><<set $currentSMaster.push("Izzy")>><<set $eventCol.push("initIzzy")>><</link>></span><br />
<</if>>
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=250px>
<<if $SMasterTrained.includes("Raven")>>
<p style="font-weight: bold"><img src="ast/img/s/fhRavenChk.png" /><br />@@.rav;Raven@@</p>
Already Trained With
<<else>>
<p style="font-weight: bold"><img src="ast/img/s/fhRaven.png" /><br />@@.rav;Raven@@</p>
<span class="link-fem"><<link "Call Her!" "OnetimeBoard">><<set $currentSMaster.push("Raven")>><<set $eventCol.push("initRaven")>><</link>></span><br />
<</if>>
</td>
</tr>
</table>
<!--IMPORTANT NOTE: @@.hint;Don't Grind down the medical debt, there's nothing implemented for it right now!@@<br /><br />-->
<!-- <span class="link-fem"><<link "More to Come!" "TBC">><</link>></span><br /><br /><br /> -->
<br /><br /><span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br /><br />
<</nobr>><<set _temp to Object.keys($clothes)>>
<<for _i = 0; _i < _temp.length; _i++>>
<<print _temp[_i]>><br />
<<set _jemp to Object.keys($clothes[_temp[_i]])>>
<<for _j = 0; _j < _jemp.length; _j++>>
-<<print _jemp[_j]>>: <<print $clothes[_temp[_i]][_jemp[_j]]>><br />
<</for>>
<</for>>
<<set _tempprofessionaloutfit to {"blazer00" : {"qty" : 0, "topType" : "professional"},
"pencilSkirt00" : {"qty" : 0, "bottomType" : "professional"},
"supportlingerie00" : {"qty" : 0, "smallType" : "professional"},
"lowheels00" : {"qty" : 0, "shoeType" : "professional"},
"straightLob00" : {"qty" : 0, "HairAccType" : "professional"},
"lowBun00" : {"qty" : 0, "HairAccType" : "professional"},
"undoneCurls00" : {"qty" : 0, "HairAccType" : "professional"},
}>>
<<run jQuery.extend($clothes, _tempprofessionaloutfit)>>
<span class="link-masc"><<link "To Be Continued" "TBC">>
<<set $eventCol.delete("confrontValConfirm")>>
<</link>></span><br />
<<set _tempprofessionaloutfit to {"blazer00" : {"qty" : 0, "topType" : "professional"},
"pencilSkirt00" : {"qty" : 0, "bottomType" : "professional"},
"supportlingerie00" : {"qty" : 0, "smallType" : "professional"},
"lowheels00" : {"qty" : 0, "shoeType" : "professional"},
"straightLob00" : {"qty" : 0, "HairAccType" : "professional"},
"lowBun00" : {"qty" : 0, "HairAccType" : "professional"},
"undoneCurls00" : {"qty" : 0, "HairAccType" : "professional"},
}>>
<<run jQuery.extend($clothes, _tempprofessionaloutfit)>><<nobr>>
<<set $currentTime to $currentTime + 8>>
<<if $pcAb.outerWear is "cuteClothes" or $pcAb.outerWear is "sexyClothes">>
<<set _acceptableDress to true>>
<</if>>
<<if $pcAb.outerWear is "professionalClothes">>
<<set _profDress to true>>
<</if>>
@@.izz;IZZY@@<br /><br />
You locate Izzy's real estate office, which is located in a small but trendy strip mall nearby some very ritzy neighborhoods. Normally you would expect an office location this size to be bustling with activity, but, just as Izzy mentioned, she seems to operate the entire place by herself. She must be really killing it.<br /><br />
<img src="ast/img/s/IzzyOffice.png" /><br /><br />
<<if $vIzz is true>>
She doesn't appear to be in the office anymore, try again tomorrow.<br /><br />
<<set $currentTime to $currentTime - 8>>
<<else>>
You open the standard glass and aluminum swinging door that so commonly marks generic retail locations like this and step inside.<br /><br />
@@.izz;"Hola $pc ,"@@ sings Izzy with that lovely spanish accent.<br /><br />
<<if $eventCol.includes("izzyP1")>>
<<if _profDress is true>>
You greet Izzy, she compliments you on your professional style.<br /><br />
@@.izz;"I'm glad you're taking this seriously, you look like you mean business, mami"@@ purrs Izzy.<br /><br />
<<elseif _acceptableDress is true>>
You greet Izzy, she compliments you on your girly outfit.<br /><br />
@@.izz;"You're such a pretty little mamacita, $pc . But, we need to work on getting you something more professional to wear to the office"@@ purrs Izzy.<br /><br />
<<else>>
You greet Izzy, but she seems put off by your choice of outfit.<br /><br />
@@.izz;"Listen, baby. I need you to look as feminine as possible, and that outfit isn't going to cut it. Going forward I would like you to show up wearing something@@ @@.hint;feminine and that matches,@@ @@.izz; Ok?"@@ chastizes Izzy.<br /><br />
<</if>>
@@.izz;"Ok, $pc , let's get down to business. I need you to help me sell some houses, but before you can even set foot inside one with me, I need you to become a licensed real estate agent. Luckily for us, you already meet most of the qualifications, be older than 18, be a legal resident of the state you wanna work in, blah blah blah,"@@ laughs Izzy.<br /><br />
@@.izz;"You also need to pass a little licensing exam, but before you do that, you have to take 120 credit hours of real estate education,"@@ explains Izzy with a sigh.<br /><br />
@@.pc;"Wow Izzy... that sounds like it's going to take a long time for me to be able to help you,"@@ you reply.<br /><br />
@@.izz;"Normally yes, mami. But I know a guy who's.... open to being persuaded... provided we make the right arguments, you know what I mean?"@@ Izzy says with a suggestive smile as she smashes her already massive breasts together and bobs them back and forth.<br /><br />
<video src="ast/img/IzzTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.izz;"It's simple my little chimba, you@@ @@.hint;dress up as sexy as possible,@@ @@.izz;"@@ explains Izzy.<br /><br />
<<if $femLvl is 2>>
@@.izz;"Unfortunately you don't quite have the natural assets this guy is looking for... but that shapewear you had on during our little... date at Se Soumettre,"@@ Izzy giggles as your face turns beat red, the memory of Izzy pounding your ass with a strap-on rushes to the forefront of your mind, @@.izz;"it should be enough to fool him initially. But, we're going to have to work on improving your natural goods too,"@@<br /><br />
You're not sure you like the sound of that...<br /><br />
<<elseif $femLvl is 3>>
Izzy looks you over, a smile plays over her face<br /><br />
@@.izz;"Heeey your curves ain't half bad, mami!,"@@ Izzy exclaims, @@.izz;"But, this guy likes 'em big... but we can work on that later."@@<br /><br />
Well that doesn't sounds very reassuring...<br /><br />
<<else>>
-not implemented<br /><br />
<</if>>
@@.izz;"I'll text you the details of where this guy works so you can start taking your courses. Also, remember to keep visiting me, I know of some other ways to help speed up your education process,"@@ smiles Izzy with some naughtiness twinkling in her big brown eyes.<br /><br />
<<set $eventCol.push("izzyP1Rem")>><<set $eventCol.delete("izzyP1")>><<set $izzCreditHours to 0>><<set $vIzz to true>><<set $tasks.push("realEstateLicense")>>
<<elseif $eventCol.includes("izzyP1Rem")>>
Izzy reminds you that you need to continue to go to class in order to @@.hint;earn your real estate license.@@<br /><br />
<<if not $eventCol.includes("saline0") and not $eventCol.includes("saline1") and $femLvl is 2>>
@@.izz;"Ok, hear me out, mami. I mentioned before how we needed to... work on what mother nature gave you, you know what I mean? Well I've got a safe, totally temporary way to do it, but we should get started with it now so you can take advantage of that horny little teacher chino,"@@ explains Izzy<br /><br />
You have no idea what she means, she notices your look of confusion.<br /><br />
@@.izz;"Look it's easy baby, we just inject a little saline into your boobies and your ass and you be lookin' real fine mami,"@@ rattles off Izzy as she holds up a rather large syringe.<br /><br />
You back away from her, she's fucking nuts, @@.izz;"No! No! Look, girls back home in Colombia do it all the time. It's totally safe and it goes away on it's own after a few days. It's just to, you know, speed things up a little bit,"@@ explains Izzy.<br /><br />
You eye her suspiciously, @@.pc;"It's just temporary?"@@<br /><br />
@@.izz;"Yes mami, you come visit me and we'll just give you a little injection, bit by bit. Before you know it you can loose all that stuffy shapewear,"@@ explains Izzy.<br /><br />
<span class="link-fem"><<linkappend "Agree to saline injections">><br /><br />
You slowly nod in agreement, trying hard to focus of that $30k payday.<br /><br />
Izzy has you strip naked and remove your shapewear. She expertly inserts the needle into the budding fatty deposits in your chest. You feel a slight tightness as she slowly presses on the plunger of the needle. Amazingly, your little buds swell what seems like a 1/2 cup size.<br /><br />
@@.izz;"We'll take it slow, mami. No permanent damage,"@@<br /><br />
She then has you turn around and bend slightly as she repeats the process for your ass cheeks.<br /><br />
@@.izz;"Excellente, $pc , you gonna have curves like a rollercoaster in no time. Stop by often so we can maintain them,"@@ reminds Izzy.<br /><br />
You find that putting your shapewear back on is much harder, and your fake curves are even more exaggerated than before. You feel yourself getting arroused just looking in the mirror.<br /><br />
<img src="ast/img/s/izzMirrCheckout.png" /><br /><br />
<<set $eventCol.push("saline0")>>
<</linkappend>></span><br /><br /><br />
<<elseif not $eventCol.includes("saline1") and $femLvl is 3>>
@@.izz;"Ok, hear me out, mami. I mentioned before how we needed to... work on that little figure, you know what I mean? Well I've got a safe, totally temporary way to do it, but we should get started with it now so you can take advantage of that horny little teacher chino,"@@ explains Izzy<br /><br />
You have no idea what she means, she notices your look of confusion.<br /><br />
@@.izz;"Look it's easy baby, we just inject a little saline into your boobies and your ass and you be lookin' real fine mami,"@@ rattles off Izzy as she holds up a rather large syringe.<br /><br />
You back away from her, she's fucking nuts, @@.izz;"No! No! Look, girls back home in Colombia do it all the time. It's totally safe and it goes away on it's own after a few days. It's just to, you know, enhance things,"@@ explains Izzy.<br /><br />
You eye her suspiciously, @@.pc;"It's just temporary?"@@<br /><br />
@@.izz;"Yes mami, you come visit me and we'll just give you a little injection. You've already got great curves... this'll be like a cherry on top, no?"@@ explains Izzy.<br /><br />
<span class="link-fem"><<linkappend "Agree to saline injections">><br /><br />
You try to pretend to be reluctant about getting bigger tits and a nice round bubble butt, however... part of you kinda wants to see what you look like...<br /><br />
Izzy gives you a wry little smile, as if she knows your secret curiosities.<br /><br />
You strip naked once again. Izzy hands you a bottle of lotion, @@.izz;"Here, start using this everyday, it'll help prevent stretch marks, plus it'll keep your skin nice and soft,"@@ she explains.<br /><br />
You splurt the thick creamy yellow concotion into your hand. You lightly play with it in your hands for a moment before looking down at your exposed body. You then rub the lotion into your chest, tummy, and butt. The process is great and you feel like you might start leaking from your cage at any moment.<br /><br />
Izzy snaps on some rubber gloves, prepares the syringe, and after a bit of mental preparation on your part, she sticks the needle into one of your budding breasts and begins the injection. A few moments later, you've gained what feels like a whole cup size on your bust, and possibly another inch or two on your bottom.<br /><br />
You try to squeeze back into your shapewear but find it impossible now!<br /><br />
Izzy smiles @@.izz;"We're getting there, mami!"@@<br /><br />
You get dressed, slipping your underwear and bra back on. It feels strange, the feeling of lingerie against your bareskin... without the padded layer of shapewear masking the silky sensuousness of your girly lingerie. You exmaine yourself in the mirror. You're a little dissapointed, without the shapewear, your overall curviness has gone down but... you feel sexy... powerful even...<br /><br />
<<set $eventCol.push("saline1")>><<set $eventCol.delete("saline0")>>
<</linkappend>></span><br /><br /><br />
<<elseif $eventCol.includes("saline0") and $femLvl is 2 and $izzCreditHours lte 30 and $currentDay lt 5>>
@@.izz;"Ok mami, we're just going to maintain your current size for awhile,"@@ reminds Izzy as she expertly gives you a saline injection in both your breasts and ass.<br /><br />
<<elseif ($eventCol.includes("saline0") or $eventCol.includes("saline1")) and $femLvl gte 2 and $izzCreditHours lte 30 and $currentDay gte 5 and $dailyBool is false>>
@@.izz;"Ok, so that horny little dweeb may not work on the weekends, but it doesn't mean you can't still earn some extra credit, you know what I mean"@@ suggests Izzy with a devious smile.<br /><br />
@@.izz;"Alright, mami, your teacher doesn't have much of a social life. He's probably hunched over his computer right now clicking through one thousand pictures of porn looking for that special image that's going to get his rocks off, you know? But, if we did a little... live streaming for him... I'm sure he would be VERY appreciative,"@@ explains Izzy.<br /><br />
Making an erotic peepshow is fairly mild compared to some of the other things you've gotten up to... And if it gets your license that much quicker... why not? You nod slowly in agreement with Izzy's plan.<br /><br />
@@.izz;"Ok strip down to your panties... remember he doesn't know about your little secret, so we're going to have to tuck it,"@@ explains Izzy.<br /><br />
@@.pc;"Tuck it?"@@ you ask, you're not sure what that means.<br /><br />
@@.izz;"Yes, baby,"@@ she says as she slowly walks towards you, pulling off her blouse.<br /><br />
Her massive tits strain against a bra that seems one size too small. Do they even make bras big enough to contain Izzy?<br /><br />
<video src="ast/img/izzStrain.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
She gets close to you and slides her hand down the front of your panties.<br /><br />
@@.izz;"Bend over and spread your legs just a little, mami"@@ she whispers.<br /><br />
You do as instructed. She gently pushes your caged penis back behind your thighs. The feeling is uncomfortable but surprisingly not painful.<br /><br />
@@.izz;"Ok, close those legs tight, keep them closed, and don't stand up all the way, you might hurt yourself,"@@ explains Izzy.<br /><br />
You slowly straighten your posture, your thighs locked tightly together. Izzy holds up a small hand mirror and you're shocked by the results. Your crotch looks just like a smooth woman's mound. The effect it has on your mind is profound and arousing.<br /><br />
<img src="ast/img/s/izzTucked.png" /><br /><br />
While you examine yourself, Izzy makes a quick phone call. Judging by her flirty tone, the sweaty instructor must be on the other end of the line.<br /><br />
@@.izz;"...Ok handsome, same chatroom as usual,"@@ moans Izzy as she hangs up the phone, @@.izz;"Ok, mami, showtime!"@@<br /><br />
She quickly trots over to you, carefully angling you in front of a webcam perched just above her monitor. She gives you quick instructions not to turn around and expose your tucked "goods". The little light on the webcam clicks to red, indicating it's live. Izzy waves to the camera before turning to you, and guiding your lips into hers.<br /><br />
You weren't quite prepared for a makeout session, but you don't complain.<br /><br />
<<if $femLvl is 2>>
Her hands roam up and down your outfit, pressing your shapeware together and upwards, giving you some cleavage.<br /><br />
<<elseif $femLvl gte 3>>
Her hands roam up and down your outfit, pressing your little boobies together and upwards, giving you some extra cleavage.<br /><br />
<</if>>
@@.izz;"Pull my skirt up,"@@ she whispers.<br /><br />
You eagerly obey, pulling her already short skirt up over her big round ass, exposing her bare ass. She clearly came prepared as she points her pantyless-pussy at the webcam and bends over while at the same time, kissing down your chest. She sneaks a hand down your panties again and looks up at you. You play along, acting like she's just touched your clit.<br /><br />
You find it disturbingly easy to pretend to moan like a girl...<br /><br />
She pulls the front of your top down, her head blocks any direct view of your fake tits, so the illusion is maintained as she begins to kiss and suck on your exposed nipple. This time your moans aren't pretend...<br /><br />
You feel your nipple vibrate slightly as she lets out a moan of her own, you realize she's playing with herself with one hand, while playing with you with the other hand. You can just make out little lines of text scrolling into the chat window, indicating how turned-on the instructor is.<br /><br />
<video src="ast/img/izzMakeout.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<if $femLvl is 2>>
You continue for awhile longer, Izzy always careful not to expose your shapewear or your chastity cage as she kisses, sucks, and fondles you and herself in front of the camera. The chat becomes still, it seems the instructor has made a mess...<br /><br />
<<elseif $femLvl gte 3>>
You continue for awhile longer, Izzy always careful not to expose your chastity cage as she kisses, sucks, and fondles you and herself in front of the camera. The chat becomes still, it seems the instructor has made a mess...<br /><br />
<</if>>
A little while later the chat lights up again as your and Izzy straighten out your clothing into a state of decency. The instructor has awarded you some extra credit!<br /><br />
<<set $izzCreditHours to $izzCreditHours + 10>><<set $dailyBool to true>>
<<elseif $eventCol.includes("saline1") and $femLvl is 3 and $izzCreditHours lte 30 and $currentDay gte 5 and $dailyBool is false>>
-modified event with better curves
<<set $izzCreditHours to $izzCreditHours + 10>><<set $dailyBool to true>>
<<elseif $eventCol.includes("saline0") and $femLvl is 2 and $izzCreditHours gt 30>>
<<if not $eventCol.includes("saline1") and $femLvl is 2>>
@@.izz;"Alright, I think it's time to grow those little cachorros some more,"@@ exclaims Izzy as she playfully squeezes your fake tits.<br /><br />
@@.izz;"What do you think mami, ready to get a little curvier?"@@ she asks as she raps her fingers on small rectangular box containing a syringe filled with saline.<br /><br />
<span class="link-fem"><<linkappend "Agree to saline injections, which will increase your breast and ass size">><br /><br />
You try to pretend to be reluctant about getting bigger tits and a nice round bubble butt, however... part of you kinda wants to see what you look like...<br /><br />
Izzy gives you a wry little smile, as if she knows your secret curiosities.<br /><br />
You strip naked once again. Izzy hands you a bottle of lotion, @@.izz;"Here, start using this everyday, it'll help prevent stretch marks, plus it'll keep your skin nice and soft,"@@ she explains.<br /><br />
You splurt the thick creamy yellow concotion into your hand. You lightly play with it in your hands for a moment before looking down at your exposed body. You then rub the lotion into your chest, tummy, and butt. The process is great and you feel like you might start leaking from your cage at any moment.<br /><br />
Izzy snaps on some rubber gloves, prepares the syringe, and after a bit of mental preparation on your part, she sticks the needle into one of your budding breasts and begins the injection. A few moments later, you've gained what feels like a whole cup size on your bust, and possibly another inch or two on your bottom.<br /><br />
You try to squeeze back into your shapewear but find it impossible now!<br /><br />
Izzy smiles @@.izz;"We're getting there, mami!"@@<br /><br />
You get dressed, slipping your underwear and bra back on. It feels strange, the feeling of lingerie against your bareskin... without the padded layer of shapewear masking the silky sensuousness of your girly lingerie. You exmaine yourself in the mirror. You're a little dissapointed, without the shapewear, your overall curviness has gone down but... you feel sexy... powerful even...<br /><br />
<<set $eventCol.push("saline1")>><<set $eventCol.delete("saline0")>>
<</linkappend>></span><br /><br /><br />
<</if>>
<<elseif $eventCol.includes("saline1") and $femLvl lte 3 and $izzCreditHours lte 30 and $currentDay lt 5>>
@@.izz;"Ok mami, we're just going to maintain your current size for awhile,"@@ reminds Izzy as she expertly gives you a saline injection in both your breasts and ass, allowing you to be shapewear free.<br /><br />
<<elseif $eventCol.includes("saline1") and $femLvl lte 3 and $izzCreditHours gte 30 and $currentDay lt 5>>
@@.izz;"Ok mami, we're just going to maintain your current size for awhile,"@@ reminds Izzy as she expertly gives you a saline injection in both your breasts and ass, allowing you to be shapewear free.<br /><br />
<<elseif $eventCol.includes("saline1") and $femLvl gte 2 and $izzCreditHours lte 120 and $currentDay gte 5 and $dailyBool is false>>
@@.izz;"It's the weekend mami, you know what that means. It's our chance to earn some extra credit. But... there's one little thing..."@@ Izzy trails.<br /><br />
You never like scenarios that begin like this.<br /><br />
@@.izz;"Teach wants to see more of you. Apparently you've really made an impression on him. He still doesn't suspect anything, which means we're going to need to find a way to entertain him without blowing your cover. Now, I know you like putting things in your cute little culo, so maybe we can use that to our advantage-"@@ she says.<br /><br />
@@.pc;"Woah Izzy, wait, my Spanish isn't great but I think I know what a culo is. You said I didn't have to sleep with anyone!"@@ you exclaim in a panic.<br /><br />
Izzy just shakes her head and laughs, @@.izz;"No that's not what I'm saying, but it's funny that's where your mind jumped to. No mami, we're still talking about a little webshow. Just you, showing off everything but your little locked hombre down there."@@<br /><br />
You blush at the mention of your pathetically manacled manhood.<br /><br />
She begins to explain how she wants you positioned, how she wants you dressed, and what angle to "perform" at. She then places a dildo just within your reach and begins setting up the webcam while talking with who must be the instructor on the phone. This private show seems way more intimate than any public playing you might've done on a webcam before.<br /><br />
@@.izz;"Ok, it's all you!"@@ whispers Izzy as she stands just out of view of the camera.<br /><br />
You force a smile as you give a cutesy wave to the camera with your fingers before gently swaying back in forth. You can just make out some "heart" emoticons popping up in the chat as you rub your tummy and then bring your hands up under your forcefully swollen chest. You push your boobies together while pouting your lips as you think back to all the flirty and sexy techniques Valerie has used on you. You tug your top off, revealing your perky, engorged breasts resting just inside your bra. You then turn around and bend over slowly as you pull down the bottom portion of your clothing, revealing your round ass, barely contained in your panties.<br /><br />
You continue swaying back and forth, looking back and winking at the camera periodically as you run your hands sensuously across your body.<br /><br />
You better get a ton of credits for this. You've never felt so humiliated... or so girly...<br /><br />
<video src="ast/img/izzStrip.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You calm your nerves as you focus on the task at hand. You look over at the penis-shaped dildo Izzy left for you. Even though she wasn't explicit, you get the feeling your instructor wants to see you play with it.<br /><br />
You'll have to becareful though, you can't risk letting him see your little caged cock.<br /><br />
You kiss the tip of the dildo, it's phallic shape makes you blush, how did you get to this point? Why is a fake cock making you feel so weak in the knees?<br /><br />
For a tiny sliver of a second, you almost wish it was the real thing.<br /><br />
You quickly shake the thought from your mind, it's just curiousity, it's not that you're into that kind of thing... right?<br /><br />
You notice a small bottle of astroglide that Izzy had also set near you. You tug your panties down your legs, careful to keep your legs locked together and your back to the camera so that your cock is hidden from view. You apply the astroglide lube to the dildo, and then drizzle some down your ass crack.<br /><br />
You feel your face turn red as your spread one ass cheek away and use a finger to push some lube just inside your anus.<br /><br />
You find yourself starting to breathe a little heavier.<br /><br />
You place the suction cup base of the dildo on the floor, Izzy is "kind" enough to angle the webcam closer. You begin to lower yourself on top of it, your feel your butthole rest against the gentle wedge of the false cock.<br /><br />
You bite your lip as you bear down, letting the dildo part your ass hole and slide past your sphincter. You let out a desperate moan as you feel the girth of the dildo tap your prostate.<br /><br />
You can feel your cock oozing and bucking with prostatic arrousal.<br /><br />
Again, you start to have a forbidden longing, a corrupting curiousity for the real thing... but again, you push the deviancy from your mind as slowly ride up and down.<br /><br />
It starts to feel good, really good. You cup your breasts, a moan escapes your lips as you pick up the pace. You wish so bad that your could stroke your cock, but all you can rely on is the pliant pressure of the dildo in your butt.<br /><br />
<video src="ast/img/izzDildoRide.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
The chat finally goes quiet, you see a few more lines pop up in the chat window expressing gratitude. You're still panting, horny, and frustrated. With some sadness, you pull the dildo out of your ass, longing for a release that won't come.<br /><br />
On the bright side, It seems you've accomplished your goal and earned some extra credit.<br /><br />
<<set $izzCreditHours to $izzCreditHours + 25>><<set $dailyBool to true>>
<</if>>
<<elseif $eventCol.includes("izzyP2")>>
@@.izz;"I'm so proud of you mami! That little nerd never stood a chance against you!"@@ exclaims Izzy with a clap.<br /><br />
@@.izz;"Ok, the hard part's over with. Now comes the fun. You have the license to work with me, now you just need the looks. I want you to go out and@@ @@.hint;buy some professional clothes and professional hair style.@@ @@.izz;Just go to the business attire clothing at the women's clothing store, you need a@@ @@.hint;top, bottom, some shoes, and get some lingerie with some support to help accentuate your curves@@. @@.izz;As for the hairstyle,@@ @@.hint;just go to the salon and ask for a professional look.@@ @@.izz; These types of hairstyles are easy, I bet once you see how they do it, you'll be able to@@ @@.hint;do it yourself.@@<br /><br />
After that, come back and see me, and come dressed and ready to go! I've already got our client lined up.<br /><br />
<<set $eventCol.push("izzyP2Rem")>><<set $eventCol.delete("izzyP2")>><<set $vIzz to true>><<set $tasks.push("getProfessionalAppearance")>>
<<elseif $eventCol.includes("izzyP2Rem")>>
<<if $topInv.includes("blazer00") and $bottomInv.includes("pencilSkirt00") and $shoeInv.includes("lowheels00") and $smallInv.includes("supportlingerie00") and ($hairaccInv.includes("straightLob00") or $hairaccInv.includes("lowBun00") or $hairaccInv.includes("undoneCurls00")) and $pcAb.outerWear is "professionalClothes">>
Izzy's eyes widen with excitement as she drinks you in.<br /><br />
@@.izz;"Oh yes mami, mmmm muy caliente!"@@ exclaims Izzy.<br /><br />
You blush at the compliment. You look down at yourself, <<if $eventCol.includes("saline1")>>you can't help but be impressed at how nice your temporarily saline-enhanced curves look in your business attire.<br /><br />
<<else>> you're a bit worried that you shapwear isn't quite meshing well with the support lingerie you're wearing. Izzy notices your worry and pulls out a little black box containing some saline injections. You put it off before, but there seems no avoiding it now... The process is uncomfortable, but you now have a nice curvy figure without the need of shapewear... at least temporarily<br /><br /><</if>>
@@.izz;"We just need to do a little bit of touch-up... pay close attention, you might learn something..."@@ she says as she pulls out a small make up kit and an array of styling products...<br /><br />
***<br /><br />
What seems like an eternity later, Izzy is finally finished fussing with your hair and make-up. When you finally look in the mirror, you can't help but agree that she managed to enhance what you did. What's more, she carefully explained every step of it to you, from the tips and tricks to applying foundation, to getting your hair to fall just so.<br /><br />
You feel you've reached an intermediate level of make-up application.<br /><br />
You also feel you've reached a general understanding of how to style your hair better.<br /><br />
<<set $skills.pushUnique("hairStyling", "intMakeUp")>>
@@.izz;"Ok so here's the plan. I have a client, a couple, Mr. and Mrs. Trampador. This couple is rich, I mean very rich, mami. I've been showing them around a few mansions, the wife loves them all, but the hubby is cheap, thinks everything is too expensive even though he's a multi-millionaire. But, I know Mr. Trampador has a bit of a wandering eye. He's always checking out my tits when he thinks I'm not looking... I'm sure you know what that's like by now,"@@ laughs Izzy.<br /><br />
You blush again, but nod in acknowledgement.<br /><br />
@@.izz;"I need a way to get Mr. Trampador to close on a house... and I've tried to get him alone before... but his wife is always right there anytime I try to do any... you know... <i>convincing</i>,"@@ sighs Izzy with frustration.<br /><br />
@@.izz;"That's where you come in, mami. We're going to double team them. I know I can dazzle Mrs. Trampador with some features of this house I want to show them. It's a multi-million dollar house, I can keep her distracted for awhile. That will give you time to put those curves to good use. I don't care what you do mami, just get Mr. Trampador to buy!"@@ exclaims Izzy.<br /><br />
You give her a bewildered stare.<br /><br />
She just sighs and shakes her head, @@.izz;"You're so innocent sometimes, mami. Mr. Trampador is mostly a good man, but he's still a man. You just need to get a little evidence to help him make his mind up. Make good use of that phone."@@<br /><br />
It starts to dawn on your that you're going to have to @@.hint;take some photos of Mr. Trampador in a compromising position with you@@...<br /><br />
@@.izz;"Well mami, are you ready to go?"@@ she asks.<br /><br />
<span class="link-fem"><<link "Yeah... let's go sell a house" "IzzyEndgame">><<set $izzyLoc to ["intro"]>><</link>></span><br /><br /><br />
<<else>>
Izzy reminds you that you need to @@.hint;be dressed professionally and get a professional hairstyle@@<br /><br />
<</if>>
<<elseif $SMasterTrained.includes("Izzy")>>
Izzy says she has nothing left to teach you, and that @@.hint;you should finish up any tasks Valerie has for you this week.@@<br /><br />
<</if>>
<</if>>
<span class="link-masc"><<link "Go Home" "Home">><</link>></span><br />
<</nobr>><<nobr>>
<<removeclass "body">>
<<if $izzyInHouse is true>>
<table style="border: 1px solid white;float: right;">
<tr>
<td width=200px><p style="font-weight: bold">Inventory</p></td>
</tr>
<tr>
<<if $izzyInven.includes("boozeKey")>><td>Key to the Liquor Cabinet</td><</if>>
</tr>
<tr>
<<if $izzyInven.includes("bedroomKey")>><td>Key to Bedroom</td><</if>>
</tr>
<tr>
<<if $izzyInven.includes("booze")>><td>Bottle of Grain Alcohol</td><</if>>
</tr>
<tr>
<<if $izzyInven.includes("lube")>><td>Small Bottle of Olive Oil</td><</if>>
</tr>
<tr>
<<if $izzyInven.includes("glass")>><td>A Pair of Short Glasses</td><</if>>
</tr>
<tr>
<<if $izzyInven.includes("light")>><td><i>Mood</i> Light</td><</if>>
</tr>
<tr>
<<if $izzyInven.includes("stepLadder")>><td>Step Ladder</td><</if>>
</tr>
<tr>
<td></td>
</tr>
</table><br /><br />
<</if>>
<<if $izzyLoc.includes("intro")>>
As you and Izzy pull into a large circular driveway, you can't help but marvel at the palatial mansion towering amid a cluster of old trees carefully planted in a front yard that seems to sprawl into a well manicured lawn before terminating at a tall, stoney, moss-covered wall off in the distance.<br /><br />
The mansion itself looks like something out of a lawn and garden magazine. You can scarely believe that you're about to step foot inside of it, let alone attempt to sell it to someone.<br /><br />
<img src="ast/img/s/izzMansion.png" /><br /><br />
@@.izz;"Snap out of it mami, this is where you and I make some money! Like I mentioned a few times, I've tried to get Mr. Trampador to this house alone before, but his woman is always around! I've delt with her before, so I'll be in charge of keeping her distracted. Meanwhile you'll need to get everything setup,"@@ explains Izzy, pulling you out of your trance.<br /><br />
@@.pc;"Setup?"@@ you ask.<br /><br />
@@.izz;"Yes, in order to get Mr Trampador into a position to say yes, you'll need to trap him, and in order to trap him, you'll need some bait,"@@ explains Izzy, pushing you slightly with an index finger playfully as she places emphasis on the word <i>bait</i>.<br /><br />
@@.izz;"There's@@ @@.hint;three ways@@ @@.izz;a woman can enhance her looks and downplay her flaws. The most obvious is@@ @@.hint;booze,@@ @@.izz;get a drink or two into Mr. Trampador to lower his inhibitions, and to lessen that chance that he notices your... heh... extra parts. Next is@@ @@.hint;lighting,@@ @@.izz;something that will set the mood. I'm thinking a darkly lit room, to soften your features and make things a little more sexy. Finally, any curvy girl's best friend,@@ @@.hint;oil!@@ @@.izz;A little bit of oil on your body will make you irresistable. Men like a woman all wet and slippery,"@@ Izzy says with a laugh.<br /><br />
This is all a lot of information to consider. You'll need to find @@.hint;Booze, some sort of mood lighting, and body oil@@ in combination with your own flirtation skills to get Mr. Trampador in some sort of... compromising position. And you have to remember to get a picture of it! You start to feel bad for the guy... assuming you actually succeed in basically blackmailing him.<br /><br />
You can see another car start to make its way down the long private drive towards the house.<br /><br />
@@.izz;"Ok, that's them. So one more thing, mami. We're all going to be together to start out with. I know you'll need some time to set everything up, so just give me a signal and I can take the Trampadors to a different room while you do what you need to do. Or... if you're ready to be my little selling slut... I can distract just Mrs. Trampador while your give hubby a different kind of <i>tour</i>"@@ says Izzy with a grin.<br /><br />
The Trampador's car comes to a stop just behind Izzy's vehicle.
@@.izz;"Oh! Almost forgot, you'll need this! I've already been furnishing this place with some <i>supplies</i> just in case I got him alone. This is for the booze"@@ says Izzy hurridley as she presses a small silver key into your palm.<br /><br />
<i>You acquire the @@.hint;Key to the Liquor Cabinet@@</i><br /><br />
@@.izz;"Hello Mr. and Mrs. Trampador!"@@ sings Izzy, putting on her best saleswoman smile.<br /><br />
Mr. Trampador waves with a smile. He's slightly taller than you, lean, with a nearly perfect set of teeth, and a carefully groomed haircut of dark hair to match. His wife is smoking hot! You can scarecely peel your eyes off of her as she warmly hugs Izzy. You kinda wish you could put Mrs. Trampador in a compromising position instead...<br /><br />
<img src="ast/img/s/izzMrsTrampador.png" /><br /><br />
@@.izz;"-and this is my assistant, $pc . She's brand new to the real estate game so I'm hoping she'll see her first offer today,"@@ Izzy says with a wink as you tune back into the conversation.<br /><br />
The Trampadors laugh. Mrs. Trampador, a hot as she is, gives you a sly look of disgust... but only for a second. It was clearly a glance meant to send you straight to hell, but in lieu of that, a warning to stay away from her husband. On the other hand, Mr. Trampador gives you a warm handhake. You feel a strange tingle go down your spine and radiate into your crotch. You try to keep from blushing as you secretly curse how these hormones are making you react to other men.<br /><br />
You all casually make your way towards the front door of the house.<br /><br />
<span class="link-fem"><<link "Enter the Front Door" "IzzyEndgame">>
<<set $izzyLoc.push("Foyer")>>
<<set $izzyLoc.delete("intro")>>
<<set $izzyWifeLoc to ["Foyer"]>>
<<set $izzyHubbyWithYou to true>>
<<set $izzyInven to ["boozeKey"]>>
<<set $izzyInHouse to true>>
<<set $izzySignalToSep to false>>
<<set $izzyOneTime to []>>
<<set $izzyrdytoF to false>>
<</link>></span><br /><br /><br />
<<elseif $izzyLoc.includes("Foyer")>>
<img src="ast/img/s/izzMapFoyer.png" /><br /><br />
You stand in a large open foyer decorated with marble and wood facade... or maybe it's the real deal. This is a mansion afterall. You can see a huge staircase that leads up to the second floor. Hopefully you can find everything you need on the first floor.<br /><br />
<img src="ast/img/s/izzFoyer.png" /><br /><br />
To the west is a pair of double doors that lead to a Den. Slightly to the north of that <<if $izzyInven.includes("bedroomKey")>>is a door that leads to a nice big bedroom, complete with furnished bed! <<else>> is a closed door... you wonder what could be behind it<</if>><br /><br />
To the north east you can see a huge open room. You've heard these type of spaces be referred to as "Great Rooms", probably due to their size and all-purpose use. Finally to the east appears to be the dining area.<br /><br />
<<if $izzyWifeLoc.includes("Foyer") and $izzyLoc.includes("Foyer")>>
Izzy chats excitedly about how grand the foyer is and how it makes such a great first impression for house guests.<br /><br />
Mr Trampador stands nearby, politely listening to Izzy.<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador stands nearby, the foyer is quiet except for the faint noise of Izzy and Mrs. Trampador chirping about various aspects of the house. They're far enough away in another room that you can't quite figure out where they are<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
You stand in the foyer all by yourself, there's nothing here of particular note that would be useful to you<br /><br />
<</if>>
<<if $izzyWifeLoc.includes("Foyer") and $izzyLoc.includes("Foyer")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(1)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Foyer")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(1)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Foyer")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go West into the Den" "IzzyEndgame">>
<<set $izzyLoc.push("Den")>>
<<set $izzyLoc.delete("Foyer")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Den")>>
<<set $izzyWifeLoc.delete("Foyer")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go North West into the Bedroom" "IzzyEndgame">>
<<set $izzyLoc.push("Bedroom")>>
<<set $izzyLoc.delete("Foyer")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Bedroom")>>
<<set $izzyWifeLoc.delete("Foyer")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go North East into the Great Room" "IzzyEndgame">>
<<set $izzyLoc.push("GreatRoom")>>
<<set $izzyLoc.delete("Foyer")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<set $izzyWifeLoc.delete("Foyer")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go East into the Dining Area" "IzzyEndgame">>
<<set $izzyLoc.push("Dining")>>
<<set $izzyLoc.delete("Foyer")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Dining")>>
<<set $izzyWifeLoc.delete("Foyer")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("Den")>>
<img src="ast/img/s/izzMapDen.png" /><br /><br />
The Den is largely unfurnised except for several rows of bookshelves on western wall that stretch from the floor to the ceiling. The shelves themselves appear to be empty... but you won't know for sure until you get closer.<br /><br />
<img src="ast/img/s/izzDen.png" /><br /><br />
The only way out of the den is going back east out of the double doors, and back into the foyer.<br /><br />
<<if $izzyWifeLoc.includes("Den") and $izzyLoc.includes("Den")>>
Izzy chats excitedly about how grand the den is a perfect gathering place for the family to kick back and relax.<br /><br />
Mr Trampador stands nearby, politely listening to Izzy.<br /><br />
@@.hint;It will be difficult to snoop around this room with the Trampador couple here@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador inspects the large wooden bookshelves thoughtfully.<br /><br />
@@.hint;It will be difficult to snoop around this room with Mr. Trampador standing right there@@<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
<<if $izzyOneTime.includes("exBookshelf0")>>
You stand on your tip toes, your feet raising slightly out of your low heel shoes as you search through the empty shevles... wait what's that?<br /><br />
<span class="link-fem"><<link "Examine the Bookshelves Further" "IzzyEndgame">>
<<set $izzyOneTime.delete("exBookshelf0")>>
<<set $izzyOneTime.push("exBookshelf1")>>
<</link>></span><br /><br />
<<elseif $izzyOneTime.includes("exBookshelf1")>>
You see a small key lying against the far corner of one of the bookshelves. It looks like one of those cheap all-purpose keys designed to unlock interior doors.<br /><br />
<span class="link-fem"><<link "Take Bedroom Key" "IzzyEndgame">>
<<set $izzyOneTime.delete("exBookshelf1")>>
<<set $izzyInven.push("bedroomKey")>>
<</link>></span><br /><br />
<<elseif $izzyInven.includes("bedroomKey")>>
You stand... all alone in the den, staring at some empty bookshelves.<br /><br />
<<else>>
Now that there's no prying eyes, you can take a look around. In the den you notice there's several empty bookshelves.<br /><br />
<span class="link-fem"><<link "Examine the Bookshelves" "IzzyEndgame">>
<<set $izzyOneTime.push("exBookshelf0")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Den") and $izzyLoc.includes("Den")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Den")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 1>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Den")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go East into the Foyer" "IzzyEndgame">>
<<set $izzyLoc.push("Foyer")>>
<<set $izzyLoc.delete("Den")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Foyer")>>
<<set $izzyWifeLoc.delete("Den")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("Bedroom")>>
<img src="ast/img/s/izzMapBedroom.png" /><br /><br />
<<if $izzyInven.includes("bedroomKey")>>
This bedroom is nice and big and even comes furnished with a tall king sized bed. It looks so comfy, probably even nicer than the one you're using at Valerie's house. You notice that instead of a standard light switch, this room has a dimmer switch. However, you would need a nicer light bulb than what's currenty installed in order to get the lighting just right.<br /><br />
<img src="ast/img/s/izzBedroom.png" /><br /><br />
You can go east into the great room or head slightly further south to end up back at the foyer.<br /><br />
<<if $izzyInven.includes("lube") and $izzyInven.includes("light") and $izzyInven.includes("booze") and $izzyInven.includes("glass")>><<set _rmrdy to true>><<else>><<set _rmrdy to false>><</if>>
<<if $izzyWifeLoc.includes("Bedroom") and $izzyLoc.includes("Bedroom")>>
Izzy and Mrs. Trampador talk about how this ground floor bedroom would be great for guests, maybe even a semi-permanent solution for Mr. Trampador's mother.<br /><br />
Mr Trampador makes a rather off-color joke about turning the room into a sex dungeon<br /><br />
Izzy giggles but Mrs. Trampador barely tries to conceal her annoyance at the suggestion.<br /><br />
@@.hint;This might be a good room to attempt to entrap Mr. Trampador, but it'll obviously be impossible if Mrs. Trampador is in the room too@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador stands nearby, there's an awkward silence in the air as you feel his eyes checking you out.<br /><br />
<<if $izzyrdytoF is false>>
-@@.hint;This would be a great place to trick Mr. Trampador, but the room isn't quite ready... and it'll be difficult to set the trap if he's in the room watching you@@<br /><br />
<<else>>
<span class="link-fem"><<link "Seduce Mr. Trampador" "OnetimeBoard">><<set $eventCol.push("izzyFinishTraining")>><<set $eventCol.delete("disagreeIzzy")>><<set $eventCol.delete("agreeIzzy")>><</link>></span><br /><br /><br />
<</if>>
<<else>>
Alright, this would be a good time and place to stage the photos<br /><br />
<<if _rmrdy is false>>
@@.hint;This would be a great place to trick Mr. Trampador, but the room isn't quite ready...@@<br /><br />
<<if not $izzyInven.includes("lube")>>
@@.hint;You need some kind of oil to enahnce the look of your <i>assets</i>@@<br /><br />
<</if>>
<<if not $izzyInven.includes("light")>>
@@.hint;The lighting is too bright in here and might blow your cover, you need something a little more romantic...@@<br /><br />
<</if>>
<<if not $izzyInven.includes("booze")>>
@@.hint;You'll need booze to lower Mr. Trampador's inhibitions, and also his perception so he doesn't discover your secret@@<br /><br />
<</if>>
<<if not $izzyInven.includes("glass")>>
@@.hint;You'll need something to pour that booze into@@<br /><br />
<</if>>
<<else>>
Alright, you have everything you need to set the trap!<br /><br />
First thing you do is replace the standard bulb in the small lamp on the night stand with the higher quality bulb you found in the laundry room. You use the dimmer switch to darken the room just enough to create a romantic candlelight-like experience. This low light level will also make it easier for you to hide your locked up little penis.<br /><br />
Next you set down the pair of glasses and pull the bottle of grain alcohol out from between your breasts. You set the bottle down, ready to be distributed.<br /><br />
Next you set the small bottle of olive oil nearby. You rub a tiny amount into your cleavage, giving a slight sheen to your skin... you haven't quite decided how you're going to oil yourself up completely yet, but you know it'll have to be when you're not at risk of ruining your very expensive clothes.<br /><br />
Finally, you prop your phone up on the nearby dresser and start recording.<br /><br />
Well... the @@.hint;trap is set, now you just need to go find Mr. Trampador!@@<br /><br />
<<set $izzyrdytoF to true>>
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Bedroom") and $izzyLoc.includes("Bedroom")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Bedroom")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 1>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Bedroom")>>
<</link>></span><br /><br />
<</if>>
<<else>>
Oops, this door appears to be @@.hint;locked@@, you awkwardly make your way back to a different room.<br /><br />
<</if>>
<span class="link-fem"><<link "Go East into the Great Room" "IzzyEndgame">>
<<set $izzyLoc.push("GreatRoom")>>
<<set $izzyLoc.delete("Bedroom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<set $izzyWifeLoc.delete("Bedroom")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go South East into the Foyer" "IzzyEndgame">>
<<set $izzyLoc.push("Foyer")>>
<<set $izzyLoc.delete("Bedroom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Foyer")>>
<<set $izzyWifeLoc.delete("Bedroom")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("GreatRoom")>>
<img src="ast/img/s/izzMapGreatRoom.png" /><br /><br />
Just as the name implies, this room is huge. You could turn this area into anything you wanted, a library, a study, a gameroom, home theater... your mind races with all the different possibilities. You think about what it would be like to just lounge around all day in a cute little pair of- WOAH, ok get real. Where was your mind wandering to? You're a man, remember? To live in a place like this you'd need to work your ass off.<br /><br />
You would have exactly zero time to hang out in here. On the western wall, framing a large stone fireplace, is large cabinet full of liquor. It's a veritable rainbow of liquid refreshment.<br /><br />
<img src="ast/img/s/izzGreatRoom.png" /><br /><br />
To the west is a hallway <<if $izzyInven.includes("bedroomKey")>>that leads to a bedroom that is just out of view.<<else>> that leads to a closed door.<</if>> To the north is a sliding glass door that leads out onto a large wooden deck with a serene view of the surrounding woodsy countryside. <br /><br />
To the east is a large archway that opens into the kitchen. Looking a little further south of that, you see what appears to be a sun room just around the corner of the hallway. Finally to the south east is the way back to foyer.<br /><br />
<<if $izzyWifeLoc.includes("GreatRoom") and $izzyLoc.includes("GreatRoom")>>
Izzy and Mrs. Trampador seem to be swapping ideas about what they would do with the space here in the great room. Many of the ideas mimic your own. You start to wonder if acting like a woman for so long is making your brain really start to think like one...<br /><br />
Mr Trampador stands nearby, occassionally making fun of his wife's more over-the-top ideas.<br /><br />
@@.hint;It will be difficult to snoop around this room with the Trampador couple here@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador admires the large array of alcohol locked safely away in the liquor cabinet. He rattles on about his favorite type of whisky, from some little island over by Scotland you've never heard of.<br /><br />
@@.hint;It will be difficult to snoop around this room with Mr. Trampador standing right there@@<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
The wooden construct of spirits calls to you from over by the fireplace.<br /><br />
<<if $izzyOneTime.includes("exLiquor0")>>
You look at the various bottles, trying to hone in on the one with the highest alcohol content.<br /><br />
<span class="link-fem"><<link "Take the Grain Alcohol" "IzzyEndgame">>
<<set $izzyOneTime.delete("exLiquor0")>>
<<set $izzyInven.push("booze")>>
<</link>></span><br /><br />
<<elseif $izzyInven.includes("booze")>>
You stand... all alone in the Great Room. You've already got a small bottle of grain alcohol stashed in your cleavage, you don't have room to hide more booze.<br /><br />
<<else>>
Now that there's no prying eyes, you can take a look around. The fully stocked liquor cabinet is locked! Luckily for you Izzy gave you the key.<br /><br />
<span class="link-fem"><<link "Unlock the Liquor Cabinet" "IzzyEndgame">>
<<set $izzyOneTime.push("exLiquor0")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("GreatRoom") and $izzyLoc.includes("GreatRoom")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(1)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("GreatRoom")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(1)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("GreatRoom")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go West into the Bedroom" "IzzyEndgame">>
<<set $izzyLoc.push("Bedroom")>>
<<set $izzyLoc.delete("GreatRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Bedroom")>>
<<set $izzyWifeLoc.delete("GreatRoom")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go North into the Deck" "IzzyEndgame">>
<<set $izzyLoc.push("Deck")>>
<<set $izzyLoc.delete("GreatRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Deck")>>
<<set $izzyWifeLoc.delete("GreatRoom")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go East into the Kitchen" "IzzyEndgame">>
<<set $izzyLoc.push("Kitchen")>>
<<set $izzyLoc.delete("GreatRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Kitchen")>>
<<set $izzyWifeLoc.delete("GreatRoom")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go South East into the Sun Room" "IzzyEndgame">>
<<set $izzyLoc.push("SunRoom")>>
<<set $izzyLoc.delete("GreatRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("SunRoom")>>
<<set $izzyWifeLoc.delete("GreatRoom")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go South West into the Foyer" "IzzyEndgame">>
<<set $izzyLoc.push("Foyer")>>
<<set $izzyLoc.delete("GreatRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Foyer")>>
<<set $izzyWifeLoc.delete("GreatRoom")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("Dining")>>
<img src="ast/img/s/izzMapDiningArea.png" /><br /><br />
The dining area might actually be bigger than the apartment you used to live in. It's hard for you to believe that this room is used solely for formal dining... and that formal dining for most people happens maybe once or twice a year.<br /><br />
There's nothing else that particularly catches your eye.<br /><br />
<img src="ast/img/s/izzDiningArea.png" /><br /><br />
To the west is the way back to the foyer, to the east you can see most of the sun room.<br /><br />
<<if $izzyWifeLoc.includes("Dining") and $izzyLoc.includes("Dining")>>
Izzy talks about how she wishes she could fit her large extended family into her dining room and expresses how envious she would be of the Trampadors should they get to use this one as part of their new home purchase.<br /><br />
Mr Trampador stands nearby, politely listening to Izzy.<br /><br />
@@.hint;It will be difficult to snoop around this room with the Trampador couple here@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador mentions that it would be nice to be able to entertain his clients in such a nice dining area.<br /><br />
@@.hint;It will be difficult to snoop around this room with Mr. Trampador standing right there@@<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
You look around the area, but find nothing that you think will help you in your mission.<br /><br />
<</if>>
<<if $izzyWifeLoc.includes("Dining") and $izzyLoc.includes("Dining")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Dining")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 1>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Dining")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go West into the Foyer" "IzzyEndgame">>
<<set $izzyLoc.push("Foyer")>>
<<set $izzyLoc.delete("Dining")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Foyer")>>
<<set $izzyWifeLoc.delete("Dining")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go East into the Sun Room" "IzzyEndgame">>
<<set $izzyLoc.push("SunRoom")>>
<<set $izzyLoc.delete("Dining")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("SunRoom")>>
<<set $izzyWifeLoc.delete("Dining")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("Deck")>>
<img src="ast/img/s/izzMapDeck.png" /><br /><br />
Walking out into the afternoon sun feels good on the exposed portions of your skin. The breeze makes you keenly aware of just how vulnerable you are... how vulnerable women are in general that wear low cut blouses and short skirts. It feels like one poorly planned move would cause all of your private parts to come spilling out. Maybe it's that potential reveal that makes women's clothing so appealing to both sexes.<br /><br />
<img src="ast/img/s/izzDeck.png" /><br /><br />
There's only one way to, and that's back south through the sliding glass door and into the great room.<br /><br />
<<if $izzyWifeLoc.includes("Deck") and $izzyLoc.includes("Deck")>>
Izzy and Mrs. Trampador share a rare moment of silence as they take in the peaceful view of the backyard that seems to stratch on forever.<br /><br />
Mr Trampador wrly mentions something about having to buy a riding mower.<br /><br />
@@.hint;It will be difficult to snoop around this room with the Trampador couple here@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador idly talks about the cost of professional lawn care, largely ignoring the amazing view of nature that's literally a head-turn away from him.<br /><br />
@@.hint;It will be difficult to snoop around this room with Mr. Trampador standing right there@@<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
You look around the area, but find nothing that you think will help you in your mission.<br /><br />
<</if>>
<<if $izzyWifeLoc.includes("Deck") and $izzyLoc.includes("Deck")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Deck")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 1>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Deck")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go South into the Great Room" "IzzyEndgame">>
<<set $izzyLoc.push("GreatRoom")>>
<<set $izzyLoc.delete("Deck")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<set $izzyWifeLoc.delete("Deck")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("SunRoom")>>
<img src="ast/img/s/izzMapSunRoom.png" /><br /><br />
This room is ringed with various plants, carefully placed inside ornate and coordinated planters. The large windows extend from the floor all the way up to meet the ceiling, then angle up and cross overhead. You've never really understood what the point of a sunroom was, but you'll admit the area would be a perfect place to kickback with your friends and enjoy a fruity cocktail- err, you mean a beer, a beer or two.<br /><br />
<img src="ast/img/s/izzSunRoom.png" /><br /><br />
To the west is the dining area and to the north of that you can see a portion of the large open space of the great room. Directly north, you have full view of the kitchen and to the east is a door that leads into a mud room.<br /><br />
<<if $izzyWifeLoc.includes("SunRoom") and $izzyLoc.includes("SunRoom")>>
Izzy and Mrs. Trampador talk about how they would just lay around and use this room to tan in.<br /><br />
Mr Trampador playfully suggests that everyone should just strip down and start tanning now. The room is filled with awkward laughter, Mrs. Trampador's chuckle seems more forced.<br /><br />
@@.hint;It will be difficult to snoop around this room with the Trampador couple here@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador complains about the difficulty of keeping a room like this cool in the summer and hot in the winter.<br /><br />
@@.hint;It will be difficult to snoop around this room with Mr. Trampador standing right there@@<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
You look around the area, but find nothing that you think will help you in your mission.<br /><br />
<</if>>
<<if $izzyWifeLoc.includes("SunRoom") and $izzyLoc.includes("SunRoom")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("SunRoom")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 1>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("SunRoom")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go West into the Dining Area" "IzzyEndgame">>
<<set $izzyLoc.push("Dining")>>
<<set $izzyLoc.delete("SunRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Dining")>>
<<set $izzyWifeLoc.delete("SunRoom")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go North West into the Great Room" "IzzyEndgame">>
<<set $izzyLoc.push("GreatRoom")>>
<<set $izzyLoc.delete("SunRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<set $izzyWifeLoc.delete("SunRoom")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go North into the Kitchen" "IzzyEndgame">>
<<set $izzyLoc.push("Kitchen")>>
<<set $izzyLoc.delete("SunRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Kitchen")>>
<<set $izzyWifeLoc.delete("SunRoom")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go East into the Mud Room" "IzzyEndgame">>
<<set $izzyLoc.push("Mud")>>
<<set $izzyLoc.delete("SunRoom")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Mud")>>
<<set $izzyWifeLoc.delete("SunRoom")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("Kitchen")>>
<img src="ast/img/s/izzMapKitchen.png" /><br /><br />
This kitchen looks like it could give a restaurant a run for it's money. Tons and tons of cabinet space ab island for food prep along with a suspended metal ring to facilitate hanging pots and pans over the island itself. You see a massive refrigerator that looks like it could stock a music festival. Finally, you spot a small door that appears to open into a pantry.<br /><br />
<img src="ast/img/s/izzKitchen.png" /><br /><br />
To the west is an archway that opens into the great room. To the east is a door that leads to a mud room. Finally, to the south you have full view of the sun room.<br /><br />
<<if $izzyWifeLoc.includes("Kitchen") and $izzyLoc.includes("Kitchen")>>
Izzy and Mrs. Trampador are talking about how much they love to be in the kitchen and seem to be trying to swap recipes... but it seems pretty obvious to you that neither woman actually knows how to cook and they're just posturing for each other's benefit<br /><br />
Mr Trampador seems to share your skepticism judging from the expression on his face.<br /><br />
@@.hint;It will be difficult to snoop around this room with the Trampador couple here@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador comments that it'll be a miracle if his wife actually steps foot in this room.<br /><br />
@@.hint;It will be difficult to snoop around this room with Mr. Trampador standing right there@@<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
The pantry seems awfully inviting to you.<br /><br />
<<if $izzyOneTime.includes("exPantry0")>>
You open the pantry and see some olive oil on the very top shelf. That would be perfect for rubbing on yourself to accentuate your <i>girlish</i> figure!<br /><br />
<<if $izzyInven.includes("stepLadder")>>
<span class="link-fem"><<link "Take Olive Oil" "IzzyEndgame">>
<<set $izzyOneTime.delete("exPantry0")>>
<<set $izzyInven.push("lube")>>
<<set $izzyInven.delete("stepLadder")>>
<</link>></span><br /><br />
<<else>>
Unfortunately it's too high for you to reach...<br /><br />
<</if>>
<span class="link-fem"><<link "Finished Looking in the Pantry" "IzzyEndgame">>
<<set $izzyOneTime.delete("exPantry0")>>
<</link>></span><br /><br />
<<elseif $izzyOneTime.includes("exGlassware0")>>
You open the cabinet and see an array of glassware of different shapes and sizes.<br /><br />
<span class="link-fem"><<link "Look for the perfect glasses to drink out of" "IzzyEndgame">>
<<set $izzyOneTime.delete("exGlassware0")>>
<<set $izzyOneTime.push("exGlassware1")>>
<</link>></span><br /><br />
<<elseif $izzyOneTime.includes("exGlassware1")>>
You carefully sift through the glasware, but they all seem too big, too elaborate, too small....<br /><br />
<span class="link-fem"><<link "Keep Looking!" "IzzyEndgame">>
<<set $izzyOneTime.delete("exGlassware1")>>
<<set $izzyOneTime.push("exGlassware2")>>
<</link>></span><br /><br />
<<elseif $izzyOneTime.includes("exGlassware2")>>
Finally you see a pair of short glasses, ideal for holding just a little too much alcohol...<br /><br />
<span class="link-fem"><<link "Take the Glassware" "IzzyEndgame">>
<<set $izzyOneTime.delete("exGlassware2")>>
<<set $izzyInven.push("glass")>>
<</link>></span><br /><br />
<<elseif $izzyInven.includes("glass") and $izzyInven.includes("lube")>>
You stand... all alone in the kitchen, staring at the cabinet and pantry you looted.<br /><br />
<<else>>
Now that there's no prying eyes, you can take a look around. You notice one of the cabinets has a glass window that allows you to see an array a nice glassware inside.<br /><br />
<<if not $izzyInven.includes("lube")>>
<span class="link-fem"><<link "Examine the Pantry" "IzzyEndgame">>
<<set $izzyOneTime.push("exPantry0")>>
<<set $izzyOneTime.delete("exGlassware0")>>
<</link>></span><br /><br />
<</if>>
<<if not $izzyInven.includes("glass")>>
<span class="link-fem"><<link "Examine the Cabinet with the Glassware" "IzzyEndgame">>
<<set $izzyOneTime.push("exGlassware0")>>
<<set $izzyOneTime.delete("exPantry0")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Kitchen") and $izzyLoc.includes("Kitchen")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(1)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<else>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<</if>>
<<set $izzyWifeLoc.delete("Kitchen")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<else>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<</if>>
<<set $izzyWifeLoc.delete("Kitchen")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go West into the Great Room" "IzzyEndgame">>
<<set $izzyLoc.push("GreatRoom")>>
<<set $izzyLoc.delete("Kitchen")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<set $izzyWifeLoc.delete("Kitchen")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go East into the Mud Room" "IzzyEndgame">>
<<set $izzyLoc.push("Mud")>>
<<set $izzyLoc.delete("Kitchen")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Mud")>>
<<set $izzyWifeLoc.delete("Kitchen")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go South into the Sun Room" "IzzyEndgame">>
<<set $izzyLoc.push("SunRoom")>>
<<set $izzyLoc.delete("Kitchen")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("SunRoom")>>
<<set $izzyWifeLoc.delete("Kitchen")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("Mud")>>
<img src="ast/img/s/izzMapMudRoom.png" /><br /><br />
This room isn't nearly as impressive as the others you've seen so far, but the fact that it even exists at all is kind've foreign to you... I mean what the hell kind of room is a mud room? You spot a set of lockers over on the eastern wall and a small utility closet set into the western wall.<br /><br />
<img src="ast/img/s/izzMudRoom.png" /><br /><br />
There's only two ways out of this weird little room, back west either to the sun room or kitchen, or further east into the laundry room.<br /><br />
<<if $izzyWifeLoc.includes("Mud") and $izzyLoc.includes("Mud")>>
Mrs. Trampador doesn't seem to be super interested in this room, instead talking about some of the other mansions she and Mr. Trampador have looked at. Izzy seems eager to move the tour along since there's nothing really exciting about this part of the house.<br /><br />
Mr Trampador stands nearby, pawing at his phone.<br /><br />
@@.hint;It will be difficult to snoop around this room with the Trampador couple here@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr. Trampador casually leafs through the locker doors and mutters something about how he used to play sports in his college days.<br /><br />
@@.hint;It will be difficult to snoop around this room with Mr. Trampador standing right there@@<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
<<if $izzyOneTime.includes("exLockers0")>>
You look through the lockers but they're all empty<br /><br />
<span class="link-fem"><<link "Close Lockers" "IzzyEndgame">>
<<set $izzyOneTime.delete("exLockers0")>>
<</link>></span><br /><br />
<<elseif $izzyOneTime.includes("exUtility0")>>
Upon opening the closet door, you spot a small step ladder! This will help you reach those high up places.<br /><br />
<span class="link-fem"><<link "Take Step Ladder" "IzzyEndgame">>
<<set $izzyOneTime.delete("exUtility0")>>
<<set $izzyInven.push("stepLadder")>>
<</link>></span><br /><br />
<<elseif $izzyInven.includes("stepLadder")>>
You stand... all alone in the mud room, awkwardly holding your step ladder.<br /><br />
<span class="link-fem"><<link "Examine the Lockers" "IzzyEndgame">>
<<set $izzyOneTime.push("exLockers0")>>
<<set $izzyOneTime.delete("exUtility0")>>
<</link>></span><br /><br />
<<else>>
Now that there's no prying eyes, you can take a look around.<br /><br />
<span class="link-fem"><<link "Examine the Lockers" "IzzyEndgame">>
<<set $izzyOneTime.push("exLockers0")>>
<<set $izzyOneTime.delete("exUtility0")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Examine the Utility Closet" "IzzyEndgame">>
<<set $izzyOneTime.push("exUtility0")>>
<<set $izzyOneTime.delete("exLockers0")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Mud") and $izzyLoc.includes("Mud")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Mud")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 1>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Mud")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go West into the Kitchen" "IzzyEndgame">>
<<set $izzyLoc.push("Kitchen")>>
<<set $izzyLoc.delete("Mud")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Kitchen")>>
<<set $izzyWifeLoc.delete("Mud")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go West into the Sun Room" "IzzyEndgame">>
<<set $izzyLoc.push("SunRoom")>>
<<set $izzyLoc.delete("Mud")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("SunRoom")>>
<<set $izzyWifeLoc.delete("Mud")>>
<</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Go East into the Laundry Room" "IzzyEndgame">>
<<set $izzyLoc.push("Laundry")>>
<<set $izzyLoc.delete("Mud")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Laundry")>>
<<set $izzyWifeLoc.delete("Mud")>>
<</if>>
<</link>></span><br /><br />
<<elseif $izzyLoc.includes("Laundry")>>
<img src="ast/img/s/izzMapLaundryRoom.png" /><br /><br />
You enter the laundry room. It's a very simple laundry room with basic hookups for a washer and dryer. and you suspect the reason it's so small and... ordinary is because the owners of the house will likely never be in here. Afterall, that's what the help is for.<br /><br />
<img src="ast/img/s/izzLaundryRoom.png" /><br /><br />
There's only one way out, back west into the mud room.<br /><br />
<<if $izzyWifeLoc.includes("Laundry") and $izzyLoc.includes("Laundry")>>
Izzy and Mrs. Trampador talk about the types of high tech, overpriced, laundry appliances they would like to see installed in here.<br /><br />
Mr Trampador stands nearby, politely listening.<br /><br />
@@.hint;It will be difficult to snoop around this room with the Trampador couple here@@<br /><br />
<<set $izzySignalToSep to false>>
<<elseif $izzyHubbyWithYou is true>>
Mr Trampador examines the washer and dryer hookups, as if he has any idea how to actually install a washer and dryer.<br /><br />
-@@.hint;it will be difficult to snoop around this room with Mr. Trampador standing right there@@<br /><br />
<<set _fitHaver0 to random(1)>>
<<if _fitHaver0 is 0>>
<<addclass "body" "izzyMrTHorny">>
<video src="ast/img/izzMTrampHyp.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Being near Mr. Trampador... all alone... is making you think... certain things... isn't it?<br /><br />
I mean you're not like that... not really<br /><br />
It's all the stupid porn and hormones... if it weren't for that...<br /><br />
You wouldn't be thinking about what you're thinking...right?<br /><br />
<<else>>
<img src="ast/img/s/izzMrTrampador.png" /><br /><br />
You do your best to avoid Mr. Trampador's gaze and smile and laugh at his little jokes as you meander through the rooms.<br /><br />
<</if>>
<<else>>
<<if $izzyOneTime.includes("exShelf0")>>
You reach up and feel around on the shelf and brush against a light cardboard box<br /><br />
<span class="link-fem"><<link "Grab the Small Cardboard Box" "IzzyEndgame">>
<<set $izzyOneTime.delete("exShelf0")>>
<<set $izzyOneTime.push("exShelf1")>>
<</link>></span><br /><br />
<<elseif $izzyOneTime.includes("exShelf1")>>
You pull the box off the shelf and see that it's a box of light bulbs meant to work well with a dimmer switch. This type of light might work well to set the <i>mood</i><br /><br />
<span class="link-fem"><<link "Take Light" "IzzyEndgame">>
<<set $izzyOneTime.delete("exShelf1")>>
<<set $izzyInven.push("light")>>
<</link>></span><br /><br />
<<elseif $izzyInven.includes("light")>>
You stand in laundry room, but there's really nothing left for you to steal in here.<br /><br />
<<else>>
Now that there's no prying eyes, you can take a look around. In the laundry room you notice there's a small shelf mounted just above where the washer and dryer would go.<br /><br />
<span class="link-fem"><<link "Examine the Shelf" "IzzyEndgame">>
<<set $izzyOneTime.push("exShelf0")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Laundry") and $izzyLoc.includes("Laundry")>>
<span class="link-fem"><<link "Signal for Izzy to take the Trampador Couple to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to false>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 0>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Laundry")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Signal for Izzy to take just Mrs. Trampador to a different room" "IzzyEndgame">>
<<set $izzySignalToSep to true>>
<<set $izzyHubbyWithYou to true>>
<<set _distractor0 to random(2)>>
<<if _distractor0 is 0>>
<<set $izzyWifeLoc.push("Foyer")>>
<<elseif _distractor0 is 1>>
<<set $izzyWifeLoc.push("GreatRoom")>>
<<else>>
<<set $izzyWifeLoc.push("Kitchen")>>
<</if>>
<<set $izzyWifeLoc.delete("Laundry")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<link "Go West into the Mud Room" "IzzyEndgame">>
<<set $izzyLoc.push("Mud")>>
<<set $izzyLoc.delete("Laundry")>>
<<if $izzySignalToSep is false>>
<<set $izzyWifeLoc.push("Mud")>>
<<set $izzyWifeLoc.delete("Laundry")>>
<</if>>
<</link>></span><br /><br />
<<else>>
-uh oh<br /><br />
<</if>>
<</nobr>><<nobr>>
You enter the crammed, narrow, dimly-lit store<br /><br />
<img src="ast/img/s/larShop.png" /><br /><br />
The wall is stacked floor to ceiling with old video game titles from consoles you've never heard of.<br /><br />
Larry, the chubby nerdy guy lodged behind the cash register, looks over at you with startling familiarity. Without a word, he motions you to the backroom.<br /><br />
<<if $eventCol.includes("ftLarry")>>
You can scarecly believe this place would have space for a backroom.<br /><br />
@@.lar;"Valerie told me all about you... even sent me a picture,"@@ explains Larry.<br /><br />
You instantly blush.<br /><br />
Larry seems mortified.<br /><br />
@@.lar;"Uh, not that kind of picture. Valerie and I have an arrangement... we work on a voucher system. She sends her little projects my way, I help her out... and well... it doesn't matter what I get out of it,"@@ Larry trails, seemingly uncomfortable with the admission he almost made.<br /><br />
You look around Larry's backroom and spot a large reclining chair outfitted with what looks like a state of the art VR Helmet<br /><br />
It looks a lot like the one Valerie has.<br /><br />
Larry sees that you've noticed his setup. Concern flashes over his face.<br /><br />
@@.lar;"I... I could help you out of this situation you're in,"@@ Larry begins to say haltingly.<br /><br />
Ask Larry what he means (not implemented)<br /><br />
<</if>>
<<if $advSkills.includes("sissDance") or $advSkills.includes("bjPractice") or $advSkills.includes("sissSquats") or $advSkills.includes("vibratorPractice") or $advSkills.includes("vrFdAsWoman") or $advSkills.includes("vrStrapOnConfusion") or $advSkills.includes("vrSlapMyBUp") >>
<span class="link-fem"><<linkappend "Show Larry your Voucher">>
<br /><br />Larry sighs reluctantly.<br /><br />
<<if $eventCol.includes("ftLarry")>>
@@.lar;"Ok, buddy. So this is how it works, you're gonna take a little shot of this,"@@ explains Larry as he hands you small glass filled with a slightly yellowish liquid.<br /><br />
<img src="ast/img/s/larAyahuasca.png" /><br /><br />
@@.lar;"It's basically a psycoactive hallucinogen... uh, it's a carefully measured dose. You drink that, I strap you into the VR rig over there... you get some very deep and possibly very permanent changes to your psyche. It'll make whatever hypnotic treatment Valerie has you going through a lot easier to process... but it could affect you in other ways too,"@@ cautions Larry.<br /><br />
<<set $eventCol.delete("ftLarry")>>
<<else>>
He hands you the now familiar looking glass of bitter brown liquid.<br /><br />
<img src="ast/img/s/larAyahuasca.png" /><br /><br />
<</if>>
<<if $advSkills.includes("sissDance")>>
<<if $wallet gte 250>>
<span class="link-fem"><<link "Trade in 'Voucher for Advanced Feminine Dance' $250" "LarryBoard">><<set $advSkills.push("sissDanceHyp")>><</link>></span><br /><br /><br />
<<else>>
Trade in 'Voucher for Advanced Feminine Dance' $250 (Insufficient Funds)<br /><br />
<</if>>
<</if>>
<<if $advSkills.includes("bjPractice")>>
<<if $wallet gte 250>>
<span class="link-fem"><<link "Trade in 'Voucher for Advanced Oral Training' $250" "LarryBoard">><<set $advSkills.push("bjPracticeHyp")>><</link>></span><br /><br /><br />
<<else>>
Trade in 'Voucher for Advanced Oral Training' $250 (Insufficient Funds)<br /><br />
<</if>>
<</if>>
<<if $advSkills.includes("sissSquats")>>
<<if $wallet gte 250>>
<span class="link-fem"><<link "Trade in 'Voucher for Advanced Posterior Development' $250" "LarryBoard">><<set $advSkills.push("sissSquatsHyp")>><</link>></span><br /><br /><br />
<<else>>
Trade in 'Voucher for Advanced Posterior Development' $250 (Insufficient Funds)<br /><br />
<</if>>
<</if>>
<<if $advSkills.includes("vibratorPractice")>>
<<if $wallet gte 250>>
<span class="link-fem"><<link "Trade in 'Voucher for Advanced Anal Training' $250" "LarryBoard">><<set $advSkills.push("vibratorPracticeHyp")>><</link>></span><br /><br /><br />
<<else>>
Trade in 'Voucher for Advanced Anal Training' $250 (Insufficient Funds)<br /><br />
<</if>>
<</if>>
<<if $advSkills.includes("vrFdAsWoman")>>
<<if $wallet gte 250>>
<span class="link-fem"><<link "Trade in 'Voucher for Hyper-VR-Stimulation: Female Experience' $250" "LarryBoard">><<set $advSkills.push("vrFdAsWomanHyp")>><</link>></span><br /><br /><br />
<<else>>
Trade in 'Voucher for Hyper-VR-Stimulation: 'Female Experience' $250 (Insufficient Funds)<br /><br />
<</if>>
<</if>>
<<if $advSkills.includes("vrStrapOnConfusion")>>
<<if $wallet gte 250>>
<span class="link-fem"><<link "Trade in 'Voucher for Hyper-VR-Stimulation: Strap-On Teacher' $250" "LarryBoard">><<set $advSkills.push("vrStrapOnConfusionHyp")>><</link>></span><br /><br /><br />
<<else>>
Trade in 'Voucher for Hyper-VR-Stimulation: 'Strap-On Teacher' $250 (Insufficient Funds)<br /><br />
<</if>>
<</if>>
<<if $advSkills.includes("vrSlapMyBUp")>>
<<if $wallet gte 250>>
<span class="link-fem"><<link "Trade in 'Voucher for Hyper-VR-Stimulation: The Music Video' $250" "LarryBoard">><<set $advSkills.push("vrSlapMyBUpHyp")>><</link>></span><br /><br /><br />
<<else>>
Trade in 'Voucher for Hyper-VR-Stimulation: 'The Music Video'' $250(Insufficient Funds)<br /><br />
<</if>>
<</if>>
<</linkappend>></span><br /><br /><br />
<</if>>
<span class="link-fem"><<link "Go Back Home" "Home">><</link>></span><br /><br /><br />
<</nobr>><<nobr>>
<<addclass "body" "bimbHyp">>
<<if $advSkills.includes("sissDanceHyp")>>
<<set $intellvl to $intellvl - 1>>
<<set $wallet to $wallet - 250>>
@@.bimbhyptxt;As you settle into the comfy recliner and adjust to the darkness of the VR Helmet you can already feel the effects of whatever mystery drug Larry gave you. It almost feels like you're tilting back into the world only to click back into your reclined position, over and over. You hear something... or maybe you "hear" something. You can't tell if it's the VR Helmet or some sort of hallucination.<br /><br />
A deep throbing vibration fills your body with a low constant rhythm. You see a sexy, curvy latina dancing, nearly naked save for some skimpy underwear. She gyrates her hips, plays with her hair...<br /><br />
The you realize you're staring into a mirror, you are her. Your body one with the music. Your nipples perky and hard, your pussy moist and eager as it strains against the thin fabric of your panties<br /><br />
You find yourself filled with a mixture of confidence and desperation. Confident you could make any cock hard, desperate for a cock big enough to stretch you, fill you up, satisfy you.<br /><br />
Your emotions swirl as your body gyrates and integrates the feeling of dance.@@<br /><br />
@@.bimbhyptxtRev;You feel the world has become simpler as you lose concern for things you've learned in the past. You think your intelligence has actually decreased.@@<br /><br />
@@.bimbhyptxt;You feel like you can complete Valerie's dance tasks with ease now.@@<br /><br />
@@.vidFade;<video src="ast/img/sissDance.mp4" width="640" height="480" autoplay auto loop></video>@@<br /><br />
<br /><span class="link-fem"><<link "Snap Back to Reality" "VisitLarry">>
<<set $advSkills.delete("sissDance")>>
<<set $advSkills.delete("sissDanceHyp")>>
<<set $advSkills.push("advSissDance")>>
<</link>></span><br />
<</if>><!-- -->
<<if $advSkills.includes("bjPracticeHyp")>>
<<set $intellvl to $intellvl - 1>>
<<set $wallet to $wallet - 250>>
@@.bimbhyptxt;You don't remember when it happened, or how it happened, but you're floating... in your bubble. Naked, warm, aroused. Your groin floods with warmth. Is your cock hard? Is it something else? You can't tell, your arms are gone...<br /><br />
Or maybe they're just gently bound behind your back. You can't tell and don't care. All that matters is the hard dick in your mouth. Sliding back and forth. It tastes like strawberries and sex. It tastes like savory surrender. It tastes like satisfaction. Your whole head tingles with every thrust, your vision obscurred and blurry.<br /><br />
It's like your whole body is breating in the oral invader as it pumps life, love, and semen down your eager throat. Your tummy is warm and yummy with sensation. It isn't until the VR session ends that you realized you were even in a simulation to begin with!@@<br /><br />
@@.bimbhyptxtRev;You feel the world has become simpler as you lose concern for things you've learned in the past. You think your intelligence has actually decreased.@@<br /><br />
@@.bimbhyptxt;You feel like you can complete Valerie's blow job practice tasks with ease now!@@<br /><br />
@@.vidFade;<video src="ast/img/sissBJ.mp4" width="640" height="480" autoplay auto loop></video>@@<br /><br />
<br /><span class="link-fem"><<link "Snap Back to Reality" "VisitLarry">>
<<set $advSkills.delete("bjPractice")>>
<<set $advSkills.delete("bjPracticeHyp")>>
<<set $advSkills.push("advBjPractice")>>
<</link>></span><br />
<</if>><!-- -->
<<if $advSkills.includes("sissSquatsHyp")>>
<<set $intellvl to $intellvl - 1>>
<<set $wallet to $wallet - 250>>
@@.bimbhyptxt;Up and down you go. Your chest heaves with exertion as your long blonde hair tumbles around your face. A ghost of a man helps guide your hips as you squat down over him. Something large and warm fills your wet pussy and your mind goes blank with pleasure.<br /><br />
You moan, but the room changes. You're wearing skimpy black compression shorts, you're doing body squats, getting your ass tight, big, and round. You need to get your ass looking good so you can get it filled.<br /><br />
Your mind swims with arousal and a slight sting of disappointment as you squat down and there's nothing big and meaty to fill your slutty hole. Obviously you just need to keep going.<br /><br />
Keep squatting, perfect form, squeeze those glutes hard when you reach the top, go down low, full range of motion. You'll be irresistible.@@<br /><br />
@@.bimbhyptxtRev;You feel the world has become simpler as you lose concern for things you've learned in the past. You think your intelligence has actually decreased.@@<br /><br />
@@.bimbhyptxt;You feel like you can complete Valerie's Sissy Exercise tasks with ease now!@@<br /><br />
@@.vidFade;<video src="ast/img/sissSquats.mp4" width="640" height="480" autoplay auto loop></video>@@<br /><br />
<br /><span class="link-fem"><<link "Snap Back to Reality" "VisitLarry">>
<<set $advSkills.delete("sissSquats")>>
<<set $advSkills.delete("sissSquatsHyp")>>
<<set $advSkills.push("advSissSquats")>>
<</link>></span><br />
<</if>><!-- -->
<<if $advSkills.includes("vibratorPracticeHyp")>>
<<set $intellvl to $intellvl - 1>>
<<set $wallet to $wallet - 250>>
@@.bimbhyptxt;Your vision is darkened by the VR helmet and your mind begins to swim in the chemical effects of whatever drug Larry gave you. Suddenly you feel hollow. A deep depression washes over you.<br /><br />
An unfathomable longing. You feel tears welling up. You reach up to wipe them away but notice something in your hand. Was it always there? A beautiful little vibrator. So warm and precious. Just looking at it soothes your sadness.<br /><br />
The answer is obvious in your altered state. You need to fill the hollowness you feel deep inside. You asshole is slick with lube already… because of course it is. The dildo slides in and you feel a joy radiate from somewhere in your belly all the way out to your fingers and toes.<br /><br />
Having your ass filled is joy, it defeats the sadness within. Instead of tears of despair, you think you might cry with tears of joy as the dildo magically thrusts itself in and out of your joy hole.@@<br /><br />
@@.bimbhyptxtRev;You feel the world has become simpler as you lose concern for things you've learned in the past. You think your intelligence has actually decreased.@@<br /><br />
@@.bimbhyptxt;You feel like you can complete Valerie's Vibrator Practice tasks with ease now!@@<br /><br />
@@.vidFade;<video src="ast/img/sissVibe.mp4" width="640" height="480" autoplay auto loop></video>@@<br /><br />
<br /><span class="link-fem"><<link "Snap Back to Reality" "VisitLarry">>
<<set $advSkills.delete("vibratorPractice")>>
<<set $advSkills.delete("vibratorPracticeHyp")>>
<<set $advSkills.push("advVibratorPractice")>>
<</link>></span><br />
<</if>><!-- -->
<<if $advSkills.includes("vrFdAsWomanHyp")>>
<<set $intellvl to $intellvl - 2>>
<<set $wallet to $wallet - 250>>
@@.bimbhyptxt;The world melts away... you feel like you're really there, your tits bounce... his cock in your pussy@@<br /><br />
@@.bimbhyptxtRev;You lose a slight grasp on your identity, your intellect drops... thoughts are a little harder to manage now...@@<br /><br />
@@.bimbhyptxt;You can now complete the "Female Experience" VR Training in one session!@@<br /><br />
@@.vidFade;<video src="ast/img/vrWomenExp.mp4" width="640" height="480" autoplay auto loop></video>@@<br /><br />
<br /><span class="link-fem"><<link "Snap Back to Reality" "VisitLarry">>
<<set $advSkills.delete("vrFdAsWoman")>>
<<set $advSkills.delete("vrFdAsWomanHyp")>>
<<set $advSkills.push("advvrFdAsWoman")>>
<</link>></span><br />
<</if>><!-- -->
<<if $advSkills.includes("vrStrapOnConfusionHyp")>>
<<set $intellvl to $intellvl - 2>>
<<set $wallet to $wallet - 250>>
@@.bimbhyptxt;The taste of silicon, the taste of cock. You're blind in this VR-drug infused world and all that matters is the cock in your mouth.<br /><br />
Is it a strap on attached to a sexy dominatrix? Or is it a real man's dick. Either way... you've never been happier to suck cock.@@<br /><br />
@@.bimbhyptxtRev;You lose a slight grasp on your identity, your intellect drops... thoughts are a little harder to manage now...@@<br /><br />
@@.bimbhyptxt;You can now complete the "Strap-On Teacher" VR Training in one session!@@<br /><br />
@@.vidFade;<video src="ast/img/vrStrapOn.mp4" width="640" height="480" autoplay auto loop></video>@@<br /><br />
<br /><span class="link-fem"><<link "Snap Back to Reality" "VisitLarry">>
<<set $advSkills.delete("vrStrapOnConfusion")>>
<<set $advSkills.delete("vrStrapOnConfusionHyp")>>
<<set $advSkills.push("advvrStrapOnConfusion")>>
<</link>></span><br />
<</if>><!-- -->
<<if $advSkills.includes("vrSlapMyBUpHyp")>>
<<set $intellvl to $intellvl - 2>>
<<set $wallet to $wallet - 250>>
@@.bimbhyptxt;You're staggering through the dirty streets... sitting in a smokey bar... that girl, so hot... you have a good time, kissing, sucking, fucking... but then... you were one too...@@<br /><br />
@@.bimbhyptxtRev;You lose a slight grasp on your identity, your intellect drops... thoughts are a little harder to manage now...@@<br /><br />
@@.bimbhyptxt;You can now complete the "The Music Video" VR Training in one session!@@<br /><br />
@@.vidFade;<video src="ast/img/vrSmack.mp4" width="640" height="480" autoplay auto loop></video>@@<br /><br />
<br /><span class="link-fem"><<link "Snap Back to Reality" "VisitLarry">>
<<set $advSkills.delete("vrSlapMyBUp")>>
<<set $advSkills.delete("vrSlapMyBUpHyp")>>
<<set $advSkills.push("advvrSlapMyBUp")>>
<</link>></span><br />
<</if>><!-- -->
<</nobr>><<nobr>>
<<if $ravDung is false>>
<<set $currentTime to $currentTime + 8>>
<</if>>
@@.rav;RAVEN@@<br /><br />
<<if $eventCol.includes("ravSkipIntro")>>
<!-- skip intro -->
<<elseif not $eventCol.includes("ravSkipSetup")>>
Raven's "dungeon" is not what you expected. Instead of some foreboding concrete building in the sketch part of the city, the address she gives you is actually a nice, upscale apartment complex tucked behind an impressive stone wall.<br /><br />
You give your name and who you're there to see at the small intercom just outside of the gates. The gates slide open with a loud moan as the engine cranks back the heavy metal out of view. You make your way to Raven's apartment amidst a picturesque courtyard.<br /><br />
<</if>>
<img src="ast/img/s/RavenDungeon.png" /><br /><br />
<<if $vRav is true>>
You knock on her door, but she doesn't appear to be home.<br /><br />
<<set $currentTime to $currentTime - 8>>
<<elseif $ravDung is true>>
<<if $eventCol.includes("ravSkipIntro")>>
<!-- skip intro -->
<<set $eventCol.delete("ravSkipIntro")>>
<<elseif not $eventCol.includes("ravSkipSetup")>>
A tall, stern looking man lets you inside.<br /><br />
<</if>>
<<if not $eventCol.includes("ravSkipSetup")>>
Her apartment is completely decked out in every imaginable torture device you can think of. Clean, intimidating, decadent, cold, professional... this is the real thing.<br /><br />
<</if>>
<<if $eventCol.includes("RavenP1Rem")>>
<<if not $eventCol.includes("ravSkipSetup")>>
Raven goes over the basics against just to be sure you understand, @@.rav;"Remember,@@ @@.hint;pain will drain your stamina, knowing when to quit before you lose all your stamina will help increase your pain tolerance."@@<br /><br />
@@.hint;"Pain tolerance will allow you to withstand more pain, which will lead to a spike in endorphins, which can trigger euphoria...@@ @@.rav;otherwise known as subspace,"@@ she reminds.<br /><br />
@@.rav;"Subspace is unlike anything you've ever experiened before,"@@ she says with a wicked grin.<br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("RavenP2Rem")>>
You remind yourself that @@.hint;pain tolerance will allow you to withstand more pain, more pain will help you reach subspace@@<br /><br />
<</if>>
<<if $eventCol.includes("ravBeg")>>
You @@.hint;begged@@ for something more intense, so try not to waste Raven's time.<br /><br />
<</if>>
<<if $eventCol.includes("RavenP1Rem") or $eventCol.includes("RavenP2Rem") or $eventCol.includes("RavenP3Rem")>>
<<if $ravTrain is true>>
<<if $ravSelection is "lightBD">>
<<if not $eventCol.includes("ravSkipSetup")>>
You agree to some @@.hint;Light Bondage,@@ which you're definitely a little nervous about.<br /><br />
Raven produces several coils of rope and walks determinedly over to you. She kneels behind you, pulling your wrists behind your back and expertly lashing them together so the your palms are facing each other. She takes the next coil of rope and begins to wrap it around your upper torso, binding your arms to your side.<br /><br />
You struggle a little under the chafing ropes, if she was trying to make you feel helpless, she's succeeded.<br /><br />
She applies gentle but firm pressure on the back of your head, forcing you to turn slightly as the side of your face makes contact with the carpet. With your ass up in the air, Raven pulls one of your ankles up behind your thighs and quickly binds them together, followed by the other one<br /><br />
<img src="ast/img/s/ravFrogtie.png" /><br /><br />
<<if $invs.rear.rearType is "plug">>
She carefully pulls your butt plug out of your ass. The cool air touching your opened boi-hole gives you goose bumps.<br /><br />
<</if>>
You feel totally exposed, at Raven's mercy. You feel a new pressure at your anus. You look back and can just make out a large black butt plug that Raven is angling into your ass. A moan seeps out of your throat as the girthy, well-oiled invader pushes its way in.<br /><br />
<</if>>
Your ass finally swallows the widest part of the plug, gripping the plug firmly in place.<br /><br />
You feel so full!<br /><br />
You writhe and strain against the ropes as a thin, silky, line of pre cum drips from your pathetically confined cock.<br /><br />
<video src="ast/img/ravLightBondage.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $ravSelection is "spanking">>
<<if not $eventCol.includes("ravSkipSetup")>>
Raven wiggles her fingers eagerly with a smile as she motions you over to a nearby chair. She has you bend over her lap, naked, exposed, your ass in the air.<br /><br />
<<if $invs.rear.rearType is "plug">>
She carefully pulls your butt plug out of your ass. The cool air touching your opened boi-hole gives you goose bumps.<br /><br />
<</if>>
@@.rav;"Let's break that masculinity one smack at a time,"@@ giggles Raven evilly.<br /><br />
<</if>>
You feel a sharp sensation on one of your cheeks, follwed swiftly by another on the opposite cheek. You cry out in surprise.<br /><br />
Raven is surprisingly strong.<br /><br />
She delivers slap after slap, filling the room with smacking sounds as she alternates between each cheek, landing each spank in the exact same spot.<br /><br />
The sharp pain sends electric pain up from your rear and into your face causing you to blush with shame, arrousal, and helplessness. Your small girly cries give way to muffled sobs as you do your best not to let the tears welling up in your eyes roll down your face.<br /><br />
<video src="ast/img/ravSpanking.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $ravSelection is "paddling">>
<<if not $eventCol.includes("ravSkipSetup")>>
Raven motions you over to a familiar looking chair. This time she has you mount the chair on your knees so you can grip the back of the chair.<br /><br />
@@.rav;"Keep your back arched, slut,"@@ instructs Raven.<br /><br />
You dare not disobey. <br /><br />
<</if>>
With little warning the paddle crashes into both of you ass cheeks.<br /><br />
You yelp with surprise as every bouncy inch of girly curves you've been developing seems to jiggle in response to the abrupt movement.<br /><br />
*SLAP*<br /><br />
She hits you in the same spot. Already you feel your eyes beginning to water at the sharp, exquisite pain welling up in your buttocks.<br /><br />
*SLAP*<br /><br />
You bite the bottom of your lip, fighting back tears.<br /><br />
<video src="ast/img/ravPaddling.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $ravSelection is "ropeBD">>
Raven expertly weaves the silky rope around your body. Unlike your first experience with being restrained, the rope seems to apply pressure all over. Raven seems to take special glee in wrapping the rope down under your crotch and back up your ass cheeks, creating an uncomfortable thong, splaying your asshole apart.<br /><br />
<<if $femLvl lte 2>>
Your budding chest doesn't quite provide enough flesh for Raven to wrap the rope around as she works the cord up your torso, so she instead wraps the rope tightly around your chest like a binding, being sure to catch your nipples between the crease of the rope, pinching them just enough to be overly-stimulating to the point of pain, but not beyond.<br /><br />
<<elseif $femLvl gte 3>>
You developing figure provides Raven with just enough breast flesh for her to wrap the rope around your little sissy boobies. She playfully bites the end of each nipple, causing them to grow erect as she masterfully catches the swelling of your tits with a well placed coil of the rope.<br /><br />
<</if>>
She then commands you to stay perfectly still as she walks away. You find that even a slight movement causes the ropes to shift all over: on your ass, your sissy little cock, around your chest, down on your shoulders, squeezing your thighs.<br /><br />
You feel exposed, humiliated, as a slow line of drool dribbles from the ball gag lodged in your mouth, mingling with the prostatic juices on the floor, dripping from your caged cock.<br /><br />
<video src="ast/img/ravRopebd.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $ravSelection is "suspension">>
<<if not $eventCol.includes("ravSkipSetup")>>
Raven weaves the rope around your body, much like she did before.<br /><br />
However this time, the rope is thicker, coarse, and secured differently around your body. Raven enlists the help of her doorman, who helps her thread the rope into a pully which then gets attached to the eyebolt mounted in the ceiling.<br /><br />
With a knowing nod, the man begins to pull on free end of the rope.<br /><br />
Instantly, the already firmly secured rope constricts all over your body. You feel yourself growing lighter.<br /><br />
Another tug, and you're off the floor, slowly swaying in the air as you try to find a comfortable position amidst the prison of rope.<br /><br />
<</if>>
Raven, a long black dildo in her hand, teases it against your body, sometimes rubbing it across your face, against your caged cock, and teasing against your defenseless asshole.<br /><br />
Each prod and tease causes you to shift your weight, which causes the ropes to squeeze and tug on your restained limbs.<br /><br />
Hanging in the air, you're utterly helpless.<br /><br />
<video src="ast/img/ravSuspension.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $ravSelection is "nipPierce">>
<<if not $eventCol.includes("ravSkipSetup")>>
Raven binds you wrists together and behind your back.<br /><br />
This causes you to jut your chest forward slightly.<br /><br />
<<if $femLvl lte 2>>
Your "breasts" if you can even call them that, are just fat little buds at this point, but it makes them no less sensitive.<br /><br />
<<elseif $femLvl gte 3>>
You actually have little boobies now, they're not huge, but they're not the small little buds of fat they used to be. As Raven playfully squeeze them, you stifle a moan. They're already so sensitive.<br /><br />
<</if>>
Raven leans in nibbles on one of your nipples. She's soft, gentle, slow. You feel your nipples growing rock hard in her mouth as she sucks on it with a little more force.<br /><br />
She then shifts her attention to the other one, repeating the process until your nipples become perky little glass cutters.<br /><br />
Raven reaches up and begins to firmly pinch them with slow, even, pulsing pressure. At first it's pleasant, but then begins to ride the edge of hyper-stimulation and pain.<br /><br />
<</if>>
Raven continues her assualt, adding little tugs and twists, turning your erect nipples into raw patches of sensation. You can feel your sissy juices dribbling out of the tip of your pathetic cock as you twist and turn in sweet agony.<br /><br />
And just when you think you might scream for mercy, Raven leans in and treats the affected nipple with an expert tongue massage before beginning the torture again.<br /><br />
<video src="ast/img/ravNipPierce.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $ravSelection is "whips">>
<<if not $eventCol.includes("ravSkipSetup")>>
@@.rav;"On all fours, bitch, that's a fitting position for you,"@@ says Raven, scorn dripping from her lips.<br /><br />
You obediently drop to your hands, pushing your ass into the air, knees spread. You instinctively arch your back, exposing your little boi-puusy to the cool air.<br /><br />
@@.rav;"Don't move! Take my lash!"@@ demands Raven, her command is simple, absolute.<br /><br />
You grit your teeth and brace for what's to come.<br /><br />
<</if>>
A sharp snap fills the air as the whip violently kisses your ass. The pain is so blindingly bright the you can't help but whimper. You lock your muscles tight, keeping yourself poised for the next lashing.<br /><br />
*THWACK*<br /><br />
Already you feel the tears gathering at the corners of your eyes. The exquisite pain is unlike anything you've felt up to this point, and it's somehow made worse by the fact that you're NOT tied down. You have to restrain yourself, you can't fully submit. <br /><br />
You're taking part in your own punishment, and it is agony.<br /><br />
<video src="ast/img/ravWhip.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $ravSelection is "deprivation">>
<<if not $eventCol.includes("ravSkipSetup")>>
Raven first has you slide a new butt plug into your ass and then has you sit down in the chair. You notice that the butt plug has a small electrical cord running out of the end of it. Much to your surprise and embarrassment, then cord terminates into a remote, which Raven demonstrates can send vibrations directly into your anus.<br /><br />
She then unlocks your cock while activating the vibrating toy in your ass. It's not long before you little dick is hard from the anal stimulation.<br /><br />
@@.rav;"Your cute little cock gets so hard when I play with your little asshole, doesn't it?"@@ mocks Raven.<br /><br />
Your cheeks burn with embarassment.<br /><br />
Raven secures your wrists and ankles to the chair then opens the little black bag. Inside is a black leather hood and a pair of headphones.<br /><br />
@@.rav;"I'm going to take away your sight, your smell, your sound... everything... until all you can focus on is what I choose for you to feel,"@@ explains Raven frankly.<br /><br />
She scarcely gives you time to react before she tugs the hood over your head and down under your chin then secures it with a zipper in the back. The hood totally encompasses your face, leaving you in complete darkness. There's a tiny gap near your mouth to breath through.<br /><br />
Then you feel some pressure on either side of your head... the headphones. Everything goes completely silent. They must be noice-canceling.<br /><br />
Silence...<br /><br />
Darkness...<br /><br />
...<br /><br />
...<br /><br />
...<br /><br />
You sit there for some time, you have no idea how long. You can hear the sound of your own blood pumping through your head. You feel the strain of your ass as it accomadates the invader in your rear.<br /><br />
<</if>>
You have no idea how much time goes by before the plug in your ass buzzes to life. You moan like a whore as you feel a surge of sensation emanate from your prostate.<br /><br />
You know you must look like a pathetic slut as you erotically writhe under the delicious assault of the vibrator's motion.<br /><br />
Just as you start to come to grips with the sensation in your little boi-pussy, you feel something pressed against your painfully erect cock and then suddenly buzz to life.<br /><br />
You think you might cum right there! She's pressed some sort of powerful vibrating wand against the underside of your cock and turned it on full blast.<br /><br />
<video src="ast/img/ravDeprivation.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Then the toys fall silent...<br /><br />
<</if>>
<<if $ravSelection is "waxQueen">>
<<if not $eventCol.includes("ravSkipSetup")>>
Raven has you lay flat on your back and tells you to lay still. Much to your delight you get to watch as she unzips the back of her leather mini skirt and let's it drop to the ground, revealing that she's not wearing any panties.<br /><br />
You can't help but ogle her exposed pussy, the pale skin framing her red and pink lips, crowned with well manicured tuft of jet black hair arrayed in a narrow landing strip. She looks down at you with disgust.<br /><br />
Her menacing gaze causes you to look away from her nudity.<br /><br />
She walks away for a brief moment before returning with a small, black piece of furniture. It looks almost like a stool but missing some key components that would make it comfortable, like a back or a flat seat. she places the stool-like piece of furniture over your head, it's black legs settling roughly six inches or so from either side of your head. Directly in front of your face is a black cushion, but looking down you see a large opening for your nose and mouth to fit through.<br /><br />
You think you know where this is going.<br /><br />
@@.rav;"Serve your Queen, slave,"@@ demands Raven as she straddles the stool, her legs open and resting comfortable on either side of the stool's cusioned arms, her bare pussy and asshole now sitting directly on your face.<br /><br />
You instinctively open your mouth to breathe, but instead find your nose flooded with the intoxicating scent of Raven's crotch. Your tongue darts out, exploring the lips of her vagina and brushing against her clitoris.<br /><br />
You think you hear her moan with approval.<br /><br />
<</if>>
Just as you start to settle in, pinned down by a purpose-built stool to allow Raven to comfortably sit on your face while she smothers your with her bare genitals, you geel something searing drip on your belly.<br /><br />
You scream but it's muffled by Raven's muff. She seems to delight in the vibrations your screams send directly into her pussy. The pain is temporary, as the substance she's dripped on you seems to quickly cool, ooze, then harden.<br /><br />
Candle wax... it has to be.<br /><br />
You feel a few more drips, this time on your thighs. You're a bit more prepared this time, focusing on the task at hand.<br /><br />
A few more drips, one finds its way on to your testicles. You pant and whine as the wax cools. Your excited state causes you to breathe deeply of Raven's pussy, which she occasionally grinds against your face.<br /><br />
<video src="ast/img/ravWaxQueen.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
Stamina: $ravStamina / $ravStaminaLimit<br />
Pain Tolerance: $ravPainTol<br />
Mental State: $ravPainEndo / $ravSubspaceLimit<br />
<<if $eventCol.includes("ravNumb")>>
@@.hint;This stimulation isn't harsh enough for you anymore@@<br /><br />
<</if>>
<<if $ravStamina lte 0>>
Your mind swirls as the world grows dim. @@.hint;You've used up every ounce of stamina@@ to endure the punishment and now...<br /><br />
Your eyes roll back, as the world falls away. You collapse.<br /><br />
<<set $ravLimitExceeded to true>>
<<set $ravIsTired to true>>
<span class="link-fem"><<link "Regain Consciousness" "OnetimeBoard">>
<<set $eventCol.push("ravFailPO")>>
<<set $ravDung to false>>
<<set $ravTrain to false>>
<<set $ravStamina to $ravStaminaLimit>>
<<set $ravPainEndo to 0>>
<<set $eventCol.delete("ravNumb")>>
<<set $eventCol.delete("ravSkipIntro")>>
<<set $eventCol.delete("ravSkipSetup")>>
<</link>></span><br /><br />
<</if>>
<<if $ravPainEndo gte $ravSubspaceLimit and $ravLimitExceeded is false>>
@@.ravSStxt;The pain seems to melt away. What is this... this feeling? Your whole body feels both numb and tingly all over. The world swirls around in a blur of color. You feel... happy, light, drunk... drunk on something@@<br /><br />
@@.ravSStxtRev;Is Raven still punishing you? It scarcely seems to matter now. She's taken you to this plane, broken you down, pushed you through the eye of the needle. Pain is pleasure, pleasure is pain.@@<br /><br />
<<set $ravIsSubspace to true>>
<<set $ravIsTired to true>>
<<addclass "body" "ravSubspace">>
<</if>>
<<if $ravLimitExceeded is true>>
Since you exceeded your personal limits, you only gain a little bit of pain tolerance as a result. Next time, @@.hint;try using your safe word before your pass out.@@<br /><br />
<<set $ravPainTol to $ravPainTol + 1>>
<<if $eventCol.includes("RavenP2Rem")>>
<<set $ravPainTol to $ravPainTol + 1>>
<</if>>
<<if $eventCol.includes("RavenP3Rem")>>
<<set $ravPainTol to $ravPainTol + 1>>
<</if>>
<<if $ravIsSubspace is true>>
@@.hint;You achieved the state of subspace! You feel like despite exceeding your personal limits, your overall pain tolerance has increased!@@
<<set $ravPainTol to $ravPainTol + 2>>
<<if $eventCol.includes("RavenP2Rem")>>
<<set $ravPainTol to $ravPainTol + 1>>
<</if>>
<<if $eventCol.includes("RavenP3Rem")>>
<<set $ravPainTol to $ravPainTol + 1>>
<</if>>
<</if>>
<<else>>
<br /><span class="link-fem"><<link "Endure Punishment" "Raven">>
<<set $eventCol.pushUnique("ravSkipSetup")>>
<<if $ravIsSubspace is true>>
<<if $ravStamina gte 3>>
<<set $ravStamina to $ravStamina * .5>>
<<else>>
<<set $ravStamina to Math.trunc($ravStamina)>>
<<set $ravStamina to $ravStamina - 1>>
<</if>>
<<set $ravPainEndo to $ravSubspaceLimit>>
<<else>>
<<set $ravStamina to $ravStamina - ($ravPain - $ravPainTol)>>
<<if $eventCol.includes("ravNumb")>>
<<!-- Do Nothing -->
<<else>>
<<set $ravPainEndo to $ravPainEndo + $ravEndoBuilder>>
<</if>>
<</if>>
<<if $ravStamina lte 0>><<set $ravStamina to 0>><</if>>
<<if $ravStamina gt $ravSubspaceLimit>><<set $ravStamina to $ravSubspaceLimit>><</if>>
<</link>></span><br /><br />
<<if $eventCol.includes("ravNumb")>>
<span class="link-fem"><<link "Beg for a Harsher Punishment" "Raven">>
<<set $eventCol.delete("ravSkipSetup")>>
<<set $eventCol.pushUnique("ravBeg")>>
<<set $ravDung to false>>
<<set $ravTrain to false>>
<</link>></span><br /><br />
<</if>>
<<if $ravIsSubspace is true>>
<span class="p-masc">"$ravSW! $ravSW! $ravSW!" (In your current state, it feels too good to stop!)</span>
<<else>>
<span class="link-fem"><<link "$ravSW! $ravSW! $ravSW!">>
<<set $eventCol.delete("ravSkipSetup")>>
<<if $eventCol.includes("RavenP1Rem")>>
<<if $ravStamina gt 10>>
--quit too soon, no pain tol gained<br /><br />
<<set $eventCol.push("ravTier1FailQE")>>
<<else>>
--sweets spot, max tol gained<br /><br />
<<set $eventCol.push("ravTier1Success")>>
<<set $ravPainTol to $ravPainTol + 2>>
<</if>>
<<elseif $eventCol.includes("RavenP2Rem")>>
<<if $ravStamina gt 13>>
--quit too soon, no pain tol gained<br /><br />
<<set $eventCol.push("ravTier2FailQE")>>
<<else>>
--sweets spot, max tol gained<br /><br />
<<set $eventCol.push("ravTier2Success")>>
<<set $ravPainTol to $ravPainTol + 4>>
<</if>>
<<elseif $eventCol.includes("RavenP3Rem")>>
<<if $ravStamina gt 15>>
--quit too soon, no pain tol gained<br /><br />
<<set $eventCol.push("ravTier3FailQE")>>
<<else>>
--sweets spot, max tol gained<br /><br />
<<set $eventCol.push("ravTier3Success")>>
<<set $ravPainTol to $ravPainTol + 4>>
<</if>>
<<else>>
-something went wrong
<</if>>
<<set $ravDung to false>>
<<set $ravTrain to false>>
<<set $ravStamina to $ravStaminaLimit>>
<<set $ravPainEndo to 0>>
<<set $ravIsSubspace to false>>
<<set $ravIsTired to true>>
<<set $eventCol.delete("ravNumb")>>
<<goto OnetimeBoard>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<else>>
<<if not $ravTier1.includes("lightBD")>>
The earnest sincerity and concern for you drops from her face, the sardonic, twisted grin slowly emerges over her lips.<br /><br />
@@.rav;"Now bitch, it's time to get started. We're going to start with some light bondage. I'm going to take control away from you. Once I have you bound, I want you to try to get free. I want to see you struggle. I want you to know just how helpless you are,"@@ she sneers.<br /><br />
@@.rav;"Ready to squirm for me, slut?"@@ spits Raven.<br /><br />
<span class="link-fem"><<link "Agree to Light Bondage" "Raven">>
<<set $ravPain to 10>>
<<set $ravEndoBuilder to 5>>
<<set $ravSelection to "lightBD">>
<<set $ravTrain to true>>
<<set $ravTier1.pushUnique("lightBD")>>
<<set $eventCol.pushUnique("ravSkipIntro")>>
<</link>></span><br /><br />
<<elseif not $ravTier1.includes("spanking")>>
The earnest sincerity and concern for you drops from her face, the sardonic, twisted grin slowly emerges over her lips.<br /><br />
@@.rav;"Now bitch, let's try some spanking. I'm going to slap that cute little ass. I'm going to work it over until it's a nice bright red. You'll cry, I can promise that,"@@ she says with a cruel laugh.<br /><br />
@@.rav;"Ready to get that slutty little ass punished?"@@ spits Raven.<br /><br />
<span class="link-fem"><<link "Agree to Spanking" "Raven">>
<<set $ravPain to 10>>
<<set $ravEndoBuilder to 5>>
<<set $ravSelection to "spanking">>
<<set $ravTrain to true>>
<<set $ravTier1.pushUnique("spanking")>>
<<set $eventCol.pushUnique("ravSkipIntro")>>
<</link>></span><br /><br />
<<elseif not $ravTier1.includes("paddling")>>
@@.rav;"Now that I've toughened you up a little bit, let's try something a little more... rough,"@@ Raven says with a smirk<br /><br />
She walks aover to a wall-mounted pegboard and studies the array of BDSM torture implements. She seems to linger by a group of wooden paddles.<br /><br />
She looks over at you, her dark purple lipstick parting slightly, flashing pearly white teeth in a devious grin. She reaches over and pulls a rather heavy looking paddle from the wall and walks over to you.<br /><br />
@@.rav;"Well?"@@ she asks as she smacks the paddle against her open palm.<br /><br />
Her question is self explanatory.<br /><br />
<span class="link-fem"><<link "Agree to Paddling" "Raven">>
<<set $ravPain to 10>>
<<set $ravEndoBuilder to 5>>
<<set $ravSelection to "paddling">>
<<set $ravTrain to true>>
<<set $ravTier1.pushUnique("paddling")>>
<<set $eventCol.pushUnique("ravSkipIntro")>>
<</link>></span><br /><br />
<<else>>
@@.rav;"Ok, worm, I've shown you what you can handle as a beginner. Tell me how you want to be punished,"@@ demands Raven.<br /><br />
<<set $ravTrain to true>>
<<set $eventCol.pushUnique("ravSkipIntro")>>
<span class="link-fem"><<link "Agree to Light Bondage" "Raven">>
<<set $ravSelection to "lightBD">>
<<if $eventCol.includes("RavenP2Rem") or $eventCol.includes("RavenP3Rem")>><<set $eventCol.pushUnique("ravNumb")>><</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Agree to Spanking" "Raven">>
<<set $ravSelection to "spanking">>
<<if $eventCol.includes("RavenP2Rem") or $eventCol.includes("RavenP3Rem")>><<set $eventCol.pushUnique("ravNumb")>><</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Agree to Paddling" "Raven">>
<<set $ravSelection to "paddling">>
<<if $eventCol.includes("RavenP2Rem") or $eventCol.includes("RavenP3Rem")>><<set $eventCol.pushUnique("ravNumb")>><</if>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("RavenP2Rem") or $eventCol.includes("RavenP3Rem")>>
<<set $eventCol.delete("ravNumb")>>
<<if not $ravTier2.includes("ropeBD")>>
@@.rav;"Or if you're ready to actually make some progress, we can try something a little more intense,"@@ explains Raven as she twirls her finger around the end of a coil of rope<br /><br />
She brushes it up against your face, letting you feel how silky it is. Your cock stirs at the thought of being bound by such a luxurious material, like being tied up in girly lingerie. Your mind races with debaucherous images... shameful images of cocks and submission, conditioned into you by this entire affair.<br /><br />
You try to calm down, knowing that Mistress would not approve of you leaking on her floor.<br /><br />
<span class="link-fem"><<link "Agree to Rope Bondage" "Raven">>
<<set $ravPain to 25>>
<<set $ravEndoBuilder to 10>>
<<set $ravSelection to "ropeBD">>
<<set $ravTrain to true>>
<<set $ravTier2.pushUnique("ropeBD")>>
<<set $eventCol.delete("ravBeg")>>
<</link>></span><br /><br />
<<elseif not $ravTier2.includes("suspension")>>
@@.rav;"Or if you're ready for some more rope-play, we can take it to the next level,"@@ teases Raven motioning towards a small eyebolt mounted in the ceiling above<br /><br />
You have no clue what she's referring to.<br /><br />
Raven seem annoyed at how clueless you are, @@.rav;"Suspension. Dangling in the air, helpess, bound, wriggling like a worm on a hook."@@<br /><br />
This worries you intensely, the thought of being hoisted up by that all-intrusive rope seems painful... and maybe a little exciting.<br /><br />
<span class="link-fem"><<link "Agree to Suspension Training" "Raven">>
<<set $ravPain to 25>>
<<set $ravEndoBuilder to 10>>
<<set $ravSelection to "suspension">>
<<set $ravTrain to true>>
<<set $ravTier2.pushUnique("suspension")>>
<<set $eventCol.delete("ravBeg")>>
<</link>></span><br /><br />
<<elseif not $ravTier2.includes("nipPierce")>>
Raven reaches down and roughly twists both of your nipples.<br /><br />
You yelp in shock and agony, doubling over.<br /><br />
Raven only laughs as you rub your already very sensitive chest.<br /><br />
@@.rav;"Or maybe we should work on those little nipples of yours instead?"@@<br /><br />
<span class="link-fem"><<link "Agree to Nipple Torture" "Raven">>
<<set $ravPain to 25>>
<<set $ravEndoBuilder to 10>>
<<set $ravSelection to "nipPierce">>
<<set $ravTrain to true>>
<<set $ravTier2.pushUnique("nipPierce")>>
<<set $eventCol.delete("ravBeg")>>
<</link>></span><br /><br />
<<else>>
@@.rav;"Or maybe you want to revisit some of your intermediate training."@@<br /><br />
<<set $ravPain to 25>>
<<set $ravEndoBuilder to 10>>
<<set $ravTrain to true>>
<<set $eventCol.delete("ravBeg")>>
<span class="link-fem"><<link "Agree to Rope Bondage" "Raven">>
<<set $ravSelection to "ropeBD">>
<<if $eventCol.includes("RavenP3Rem")>><<set $eventCol.pushUnique("ravNumb")>><</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Agree to Suspension Training" "Raven">>
<<set $ravSelection to "suspension">>
<<if $eventCol.includes("RavenP3Rem")>><<set $eventCol.pushUnique("ravNumb")>><</if>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Agree to Nipple Torture" "Raven">>
<<set $ravSelection to "nipPierce">>
<<if $eventCol.includes("RavenP3Rem")>><<set $eventCol.pushUnique("ravNumb")>><</if>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("RavenP3Rem")>>
<<set $eventCol.delete("ravNumb")>>
<<if not $ravTier3.includes("whips")>>
<br />@@.rav;"But I think you're ready for something more advanced, how about I really <i>whip</i> you into shape,"@@ laughs Raven<br /><br />
You hear something slap against the palm of her hand. The sounds is light, sharp, and the displacement sound of air makes you think it's something she can swing around very quickly.<br /><br />
You take a quick peek up to see she's grasping the handle of a very short whip, tipped with what looks like a flat, diamond-shaped, piece of leather on the end.<br /><br />
Raven lets the tip of the whip dangle playfully in front of you face, letting your mind race with ideas of what getting whipped will feel like...<br /><br />
<span class="link-fem"><<link "Agree to Whips" "Raven">>
<<set $ravPain to 40>>
<<set $ravEndoBuilder to 15>>
<<set $ravSelection to "whips">>
<<set $ravTrain to true>>
<<set $ravTier3.pushUnique("whips")>>
<<set $eventCol.delete("ravBeg")>>
<</link>></span><br /><br />
<<elseif not $ravTier3.includes("deprivation")>>
<br />@@.rav;"But I think you're ready for something more advanced, something that is the extreme opposite of what we've been doing so far,"@@ teases Raven.<br /><br />
You're not sure what she means but she motions over to a small black bag sitting on a nearby chair.<br /><br />
@@.rav;"I'm going to take away everything, so that you'll feel everything,"@@ Raven explains cryptically.<br /><br />
<span class="link-fem"><<link "Agree to Sensory Deprivation Training" "Raven">>
<<set $ravPain to 40>>
<<set $ravEndoBuilder to 15>>
<<set $ravSelection to "deprivation">>
<<set $ravTrain to true>>
<<set $ravTier3.pushUnique("deprivation")>>
<<set $eventCol.delete("ravBeg")>>
<</link>></span><br /><br />
<<elseif not $ravTier3.includes("waxQueen")>>
<br />@@.rav;"But I think you're ready for something more advanced, something that will royally put things in perspective,"@@ laughs Raven cruelly as she suggestively strokes an unlit wax candle.<br /><br />
You think you know what the candle is for, but she seemed to emphasize the term <i>royally</i>. She sure does love her puns, but you're having problems nailing down what this could mean.<br /><br />
Maybe she's going to want to be treated like royalty?<br /><br />
<span class="link-fem"><<link "Agree to Candle Wax and Queening" "Raven">>
<<set $ravPain to 40>>
<<set $ravEndoBuilder to 15>>
<<set $ravSelection to "waxQueen">>
<<set $ravTrain to true>>
<<set $ravTier3.pushUnique("waxQueen")>>
<<set $eventCol.delete("ravBeg")>>
<</link>></span><br /><br />
<<else>>
<br />@@.rav;"But I think you're ready for something more advanced"@@<br /><br />
<<set $ravPain to 40>>
<<set $ravEndoBuilder to 15>>
<<set $ravTrain to true>>
<<set $eventCol.delete("ravBeg")>>
<span class="link-fem"><<link "Agree to Whips" "Raven">>
<<set $ravSelection to "whips">>
<</link>></span><br /><br />
<span class="link-fem"><<link "Agree to Deprivation Training" "Raven">>
<<set $ravSelection to "deprivation">>
<</link>></span><br /><br />
<span class="link-fem"><<link "Agree to Light Cock and Balls Torture" "Raven">>
<<set $ravSelection to "waxQueen">>
<</link>></span><br /><br />
<</if>>
<</if>>
<</if>>
<</if>>
<<else>>
A tall, stern looking man lets you inside.<br /><br />
Her apartment is completely decked out in every imaginable torture device you can think of. Clean, intimidating, decadent, cold, professional... this is the real thing.<br /><br />
@@.rav;"Hello, slut,"@@ sneers Raven.<br /><br />
<<if $eventCol.includes("RavenP1")>>
You're unsure how to response to the out-and-out insult. You don't really know this woman very well but that hasn't stopped her from being dismissive of you.<br /><br />
She stalks around you slowly, examining you like a piece of furniture on a show floor. A slight smile plays over her otherwise cynical features.<br /><br />
If she wasn't such a frowning bitch, she'd be really pretty.<br /><br />
You keep that thought to yourself.<br /><br />
<<if $femLvl is 2>>
She sighs, @@.rav;"Valerie said you'd be nice and girly... but your physique is still pretty boyish if you ask me."@@<br /><br />
You feel a weird sense of shame for not looking "girly" enough.<br /><br />
<<elseif $femLvl gte 3>>
@@.rav;"Hmmm, not bad, you've got a girly little butt and some little teeny-bopper tits, cute,"@@ observes Raven.<br /><br />
You feel your face turn red with shame, those stupid hormones! You can't wait for your levels to balance back out.<br /><br />
<</if>>
<<set $ravPain to 0>>
<<set $ravPainEndo to 0>>
<<set $ravSubspaceLimit to 50>>
<<set $ravIsSubspace to false>>
<<set $ravStamina to 50>>
<<set $ravStaminaLimit to 50>>
<<set $ravPainTol to 0>>
<<set $ravLimitExceeded to false>>
<<set $ravIsTired to false>>
<<set $ravTier1 to []>>
<<set $ravTier2 to []>>
<<set $ravTier3 to []>>
@@.rav;"Alright, before every session, I expect you to strip naked and kneel right in this spot"@@ snaps Raven suddenly as she points to a small portion of tile with a blue "X" made out of masking tape.<br /><br />
<img src="ast/img/s/ravXmark.png" /><br /><br />
@@.rav;"You are to fold your clothes neatly and place them against the wall, with your shoes placed on top, side-by-side,"@@ she continues.<br /><br />
You nod.<br /><br />
@@.rav;"I can't hear you,"@@ admonishes Raven.<br /><br />
@@.pc;"Yes,"@@ you response.<br /><br />
Raven grabs you by the cheeks and pulls you forward, @@.rav;"Yes, what?"@@<br /><br />
@@.pc;"Yes, Mistress!"@@ you stutter.<br /><br />
She releases her surprisingly strong grip, @@.rav;"WELL?"@@<br /><br />
You eyes widen as you look around for a place to disrobe but realize there is none. You'll have to strip right there. You look at the doorman standing guard by the door, luckily he seems disinterested in the whole affair.<br /><br />
It's a small relief.<br /><br />
You pull off your shoes and proceed to strip down.<br /><br />
<<if $invs.rear.rearType is "plug">>
@@.rav;"Mmmm, I like it when my sluts are plugged. Valerie has made my job that much easier,"@@ snickers Raven as she spots your butt plug as you bend over to remove the last article of clothing.<br /><br />
<</if>>
You shuffle over and kneel ontop of the indicated spot, your eyes cast downward.<br /><br />
<<set $eventCol.delete("RavenP1")>>
Raven saunters over to you, you can only see her black high-heel boots in your field of vision, but you can tell by her stance she's standing with her legs spread slightly wider than shoulder-length.<br /><br />
<img src="ast/img/s/ravStance.png" /><br /><br />
@@.rav;"I need you to understand something, $pc ."@@ she says, the cold cynicism is gone from her voice... is she... is she being sincere right now? And the use of your name... I mean it's still your girl name, but she didn't call you slut... what's going on?<br /><br />
@@.rav;"Look at me,"@@ she commands, surprisingly gently.<br /><br />
Her face has softened, it really throws you off.<br /><br />
@@.rav;"What's about to happen to you... it can be very intense. It's going to hurt, but it's not meant to maim, it's not meant to scar. This... all of this,"@@ she motions to the various implements of sexual torture adorning her walls, @@.rav;"It's to take you to a place you've never been."@@<br /><br />
You nod, still not sure what to make of this sudden and very direct appeal to your reason.<br /><br />
@@.rav;"Everything you've gone through with Valerie... it's been crazy and mind-warping. That's just how she is. I like to transform others as well, but my methods are much more direct, my methods also require explicit cooperation. Valerie plays dirty with her partners, but I expect you to help in your own journey,"@@ explains Raven.<br /><br />
<<if $femLvl lt 4>>
Your mind starts to race a little, yes Valerie has been... transforming you... but you can bail out if things get too crazy... right? I mean, Valerie's kinky... but you still have the final say... right?<br /><br />
Raven seems to notice the mini-panic racing across you face.<br /><br />
<<else>>
You think back to your surrender to Valerie's iron will. The entire time you knew, somehow you knew, what she was up to. But you never really had the balls to confront her until it was too late.<br /><br />
<</if>>
@@.rav;"Look... I think you're still working through some issues with Valerie. Maybe you're still working through some issues with yourself. That's fine, what we're doing here isn't going to mold you into some specific model of the perfect woman. I'm going to take you to a state of mind called subspace, have you ever heard of it?"@@ asks Raven.<br /><br />
@@.pc;"Subspace? Like a science fiction thing?"@@ you muse.<br /><br />
Raven lets a little smile play over her lips, obviously amused at how naive your are, @@.rav;"No, it's a psychological state... a state we can reach by getting you to a place of physical, and mental submission. Submission Space, subspace,"@@ she explains.<br /><br />
You can't help but think the idea sounds interesting, if not a little scary.<br /><br />
@@.rav;"When the body experiences pain, at a specific and measured level, it will release endorphins. We can cross the signals those endorphins create with the sensation that pleasure creates. Combine that with mentally letting go of control... letting go of yourself... whatever it is holding you back... your conscience, your morals... your masculinity... and you can reach... nirvana"@@ Raven explains, she seems to trail off as if remembering something fondly.<br /><br />
Letting go of your masculinity?<br /><br />
@@.rav;"But, there's a fine line between pain that brings pleasure, and pain that brings injury. I need your help to get you there... which means we're going to have a safeword. You can only use this safeword when you feel you're at your physical limit. It will be up to you to measure how much more punishment you can take,"@@ explains Raven.<br /><br />
@@.rav;"If you ignore your limits,@@ @@.hint;you risk serious injury, which will slow our progress towards subspace.@@ @@.rav;On the other hand,@@ @@.hint;knowing when to quit right before you cross your limits@@ @@.rav;can help you@@ @@.hint;increase your pain tolerance.@@ @@.rav;The more pain tolerance your have, the more pain your can take, the more pain you can take, the easier it is to reach subspace,"@@ she informs.<br /><br />
You nod slowly attempting to recap, @@.pc;"So you're going to inflict pain... until I can't take it anymore, then I cry uncle?"@@<br /><br />
@@.rav;"Only if Uncle is your safeword,"@@ snickers Raven, @@.rav;"So? What will your safe word be?"@@<br /><br />
<<set $ravSW to "">>
<span class="link-fem"><<linkappend "Think of a Safeword">>
<br /><br /><<textbox "$ravSW" "" autofocus>>
<</linkappend>></span><br /><br />
<span class="link-fem"><<link "Begin Training" "ValidateSafeword">>
<<set $ravDung to true>>
<<set $eventCol.pushUnique("RavenP1Rem")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("RavenP1Rem")>>
@@.rav;"Are you ready to get started?"@@ she asks with a sneer.<br /><br />
<span class="link-fem"><<link "Continue Training" "Raven">>
<<set $ravDung to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("RavenP2")>>
Wordlessly, you strip down, quickly folding your clothes and placing them neatly in their assigned spot.<br /><br />
You kneel before your Mistress... no... that seems too crass... your Goddess, Raven.<br /><br />
She looks stunning, as usual. Equipped in thigh-high leather high-heels, a mini-skirt that teases just a small but delicious band of toned flesh on each leg, leading into a black corsette that pushes her chest up, she seems to tower over you.<br /><br />
You feel like a spec of dust... how did you become so cowed? You think that in a true physical contest, you could take her... yet, you feel weak against her invisible, dominating aura.<br /><br />
@@.rav;"So, you felt it... didnt you?"@@ she teases, her voice cold with accusation.<br /><br />
It's unmistakeable what she's talking about. That magic place... subspace...<br /><br />
You nod meekly.<br /><br />
@@.rav;"Did you like it?"@@ asks Raven.<br /><br />
Lying is out of the question, you nod affirmatively.<br /><br />
@@.rav;"Of course you did, you're a slut, a whore for punishment. A real man wouldn't be in your situation. A real man wouldn't wimper like a bitch in heat under my lash,"@@ spits Raven callously.<br /><br />
Her words bite with truth, all you can do is look at her shiny black footwear. You can almost feel her cruel smile beaming down its scorn on you.<br /><br />
@@.rav;"It's time to advance your training. I'm going to crush any sense of control you think you have. The punishments will be harsher, the training more severe, are you ready?"@@ asks Raven, challenge dripping with every word.<br /><br />
<<set $eventCol.delete("RavenP2")>>
<span class="link-fem"><<link "Escalate Training" "Raven">>
<<set $ravDung to true>>
<<set $eventCol.pushUnique("RavenP2Rem")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("RavenP2Rem")>>
@@.rav;"It's time to advance your training. Consent to more challenging training and you'll reach subspace quicker,"@@ reminds Raven.<br /><br />
<span class="link-fem"><<link "Continue Training" "Raven">>
<<set $ravDung to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("RavenP3")>>
You prepare yourself, you know the ritual.<br /><br />
Kneeling before her, exposed, a supplicant to her will.<br /><br />
Your nipples still ache from being pierced. The cool air feels nice, but at the same time it makes you all the more aware of their impaled condition.<br /><br />
Raven gently, with a feather touch, brushes the tip of one of your nipples. The sensation is electric, a combination of pain, tickling, and pleasure radiates from your nipple like a hot white fork of lightning.<br /><br />
You can almost picture Raven's satisfied sneer as you keep your eyes cast down at the floor, doing your best to remain as still as possible.<br /><br />
@@.rav;"Your progress really is something. I can see why Valerie decided to take you on,"@@ snickers Raven.<br /><br />
She makes it sounds like Valerie picked you for some sort of science project... but that's not true... you pursued Valerie. You were the proactive one, you were the man in the situation. Things just got a little out of hand is all. Valerie's a kinky girl... and everything has been pretty much consensual-ish. You can take control back at any time... this is all just a game and at the end, you 'll still be a man... right?<br /><br />
@@.rav;"The next round of your training will take you to new levels of agony... but also new levels of bliss. Endure, slut. Endure because it's good for you. Endure because your will is too weak to go back. But most importantly, endure because that's what I, Your Mistress, want you to do,"@@ commands Raven.<br /><br />
<<set $eventCol.delete("RavenP3")>>
<span class="link-fem"><<link "Escalate Training Again!" "Raven">>
<<set $ravDung to true>>
<<set $eventCol.pushUnique("RavenP3Rem")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("RavenP3Rem")>>
@@.rav;"The next round of your training will take you to new levels of agony... but also new levels of bliss. Consent to more challenging training and you'll reach subspace quicker,"@@ reminds Raven.<br /><br />
<span class="link-fem"><<link "Continue Training" "Raven">>
<<set $ravDung to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("RavenEndgame")>>
As you prepare yourself for the final test, you notice the doorman has walked into Raven's bedroom. Raven appears to be busy as well, walking around the room lighting an array of red candles resting on various shelves.<br /><br />
As you take your assigned place, naked and kneeling, Raven walks up to you holding a bundle of leather clothes under her arm.<br /><br />
@@.rav;"This is it, slave. This is how you complete your training. Here is your outfit,"@@ she says as she starts to hand the bundle over to you.<br /><br />
She then playfully pulls it just out of your reach, @@.rav;"I got this custom tailored for you, and it was't cheap. Before we continue, I expect to be reimbursed. $2000.00, worm,"@@ chastizes Raven.<br /><br />
<<if $wallet gte 2000>>
<span class="link-fem"><<link "Give Raven $2000" "RavenEndgame">>
<<set $wallet to $wallet - 2000>>
<<set _tempBDSM to {"bdsmHarness00" : {"qty" : 1, "topType" : "slutty"},
"bdsmSkirt00" : {"qty" : 1, "bottomType" : "slutty"},
"bdsmThong00" : {"qty" : 1, "smallType" : "slutty"},
"slaveHeels00" : {"qty" : 1, "shoeType" : "slutty"},
"pinkBunnyPlug00" : {"qty" : 0, "rearType" : "tail"},
}>>
<<run jQuery.extend($clothes, _tempBDSM)>>
<<set $imgLinks.srcTop to "ast/img/s/bdsmHarness00.png">>
<<set $imgLinks.srcBottom to "ast/img/s/bdsmSkirt00.png">>
<<set $imgLinks.srcUW to "ast/img/s/bdsmThong00.png">>
<<set $imgLinks.srcShoe to "ast/img/s/slaveHeels00.png">>
<<set $imgLinks.srcRear to "ast/img/s/pinkBunnyPlug00.png">>
<<set $invs.topWear.Id to "bdsmHarness00">>
<<set $invs.bottomWear.Id to "bdsmSkirt00">>
<<set $invs.smallWear.Id to "bdsmThong00">>
<<set $invs.shoes.Id to "slaveHeels00">>
<<set $invs.rear.Id to "pinkBunnyPlug00">>
<<set $invs.topWear.topType to "slutty">>
<<set $invs.bottomWear.bottomType to "slutty">>
<<set $invs.smallWear.smallType to "slutty">>
<<set $invs.shoes.shoeType to "slutty">>
<<set $invs.rear.rearType to "tail">>
<<set $topInv.push("bdsmHarness00")>>
<<set $bottomInv.push("bdsmSkirt00")>>
<<set $smallInv.push("bdsmThong00")>>
<<set $shoeInv.push("slaveHeels00")>>
<<set $plugInv.push("pinkBunnyPlug00")>>
<</link>></span><br /><br />
<<else>>
Give Raven $2000 (Not Enough Money)<br /><br />
<</if>>
<<elseif $SMasterTrained.includes("Raven")>>
@@.rav;"Go and finish whatever tasks you have left with Valerie for the week, we're done here,"@@ informs Raven.<br /><br />
<<set $currentTime to $currentTime - 8>>
<</if>>
<</if>>
<<if $ravTrain is false>>
<span class="link-masc"><<link "Go Home" "Home">><</link>></span><br />
<</if>>
<</nobr>><<nobr>>
<<set _isVal to true>>
<<if $ravSW.length lte 1>>
<<set _isVal to false>>
My safe word needs to be a little longer than that<br /><br />
<</if>>
<<if _isVal is true>>
<<set $eventCol.pushUnique("ravSkipIntro")>>
<<goto Raven>>
<</if>>
<</nobr>>
<<back "Hmmmm Let's Try That Again...">><<nobr>>
<br /><br />
<<if not $eventCol.includes("ravEGStart")>>
<<set $eventCol.push("ravEGStart")>>
<<set $eventCol.push("ravEG")>>
<</if>>
<<if $eventCol.includes("ravValEG0")>>
<<set _val to false>>
<<if $q0 isnot "def" and $q1 isnot "def" and $q2 isnot "def">>
<<set _val to true>>
<</if>>
<<set $eventCol.delete("ravValEG0")>>
<<if _val is true>>
<span class="link-fem"><<link "Raven notes your answers" "RavenEndgame">>
<<set $eventCol.push("ravEG1")>>
<</link>></span><br />
<<else>>
<span class="link-fem"><<link "Raven demands answers" "RavenEndgame">>
<<set $eventCol.push("ravEG0")>>
<</link>></span><br />
<</if>>
<<elseif $eventCol.includes("ravValEG1")>>
<<set _val to false>>
<<if $q3 isnot "def" and $q4 isnot "def" and $q5 isnot "def">>
<<set _val to true>>
<</if>>
<<set $eventCol.delete("ravValEG1")>>
<<if _val is true>>
<span class="link-fem"><<link "Raven notes your answers" "RavenEndgame">>
<<set $eventCol.push("ravEG2")>>
<</link>></span><br />
<<else>>
<span class="link-fem"><<link "Raven demands answers" "RavenEndgame">>
<<set $eventCol.push("ravEG1")>>
<</link>></span><br />
<</if>>
<<elseif $eventCol.includes("ravValEG2")>>
<<set _val to false>>
<<if $q6 isnot "def" and $q7 isnot "def" and $q8 isnot "def">>
<<set _val to true>>
<</if>>
<<set $eventCol.delete("ravValEG2")>>
<<if _val is true>>
<span class="link-fem"><<link "Raven notes your answers" "RavenEndgame">>
<<set $eventCol.push("ravEG3")>>
<</link>></span><br />
<<else>>
<span class="link-fem"><<link "Raven demands answers" "RavenEndgame">>
<<set $eventCol.push("ravEG2")>>
<</link>></span><br />
<</if>>
<<elseif $eventCol.includes("ravValEG3")>>
<<set _val to false>>
<<if $q9 isnot "def">>
<<set _val to true>>
<</if>>
<<set $eventCol.delete("ravValEG3")>>
<<if _val is true>>
<span class="link-fem"><<link "Raven notes your answers" "RavenEndgame">>
<<set $eventCol.push("ravEG4")>>
<</link>></span><br />
<<else>>
<span class="link-fem"><<link "Raven demands answers" "RavenEndgame">>
<<set $eventCol.push("ravEG3")>>
<</link>></span><br />
<</if>>
<<elseif $eventCol.includes("ravEG")>>
You take the neatly stacked bundle from Raven and set it in front of you.<br /><br />
Raven waits patiently, arms crossed.<br /><br />
You inspect the bundle; a collections of straps sewn together into some sort of body harness, a leather thong, a band of leather that barely constitutes a miniskirt, a pair of black leather stiletto heels, and a black butt plug with an embarassing pink pom-pom on the end that resembles a bunny tail.<br /><br />
You look up at Raven, who just smiles back innocently, batting her eyelashes. She's really having way too much fun drinking up your shock.<br /><br />
You decide to start with the harness, sliding and stretching the various straps around your curves, you notice that the outfit doesn't really conceal anything and just serves to accentuate the curves your already have<br /><br />
Next you slide the mini skirt up your thighs.<br /><br />
<<if $femLvl lte 2>>
The mini skirt slides around your butt easily enough, but only just extends past the peak roundness of your butt, leaving the bottom part of your ass plainly visible.<br /><br />
<<elseif $femLvl gte 3>>
You struggle to pull the miniskirt over your girly butt. The hormones have made you a lot curvier than you realized. The Skirt just barely extends over the slope of your butt, leaving most of it exposed.<br /><br />
<</if>>
You slide up the skimpy leather thong, the thickest part of which barely covers your caged cock and balls. The skinny leather strap bisects your ass, making you feel even more exposed had you just stayed naked.<br /><br />
Finally... the bunny butt plug. You feel yourself blushing. You sigh as you slowly work it into your asshole, careful to navigate around the straps of your harness and thong in the process.<br /><br />
Raven walks over and has you lay down on the ground as she expertly frogties you, your legs spread, your arms bound behind your back. She then gently pushes a ball gag into your mouth.<br /><br />
Next she dangles a small chain in front of you...<br /><br />
<img src="ast/img/s/ravNipClamp.png" /><br /><br />
...which has two smaller chains dangling off the end that terminate with little clips on each end. Much to your concern, she attaches one clip to your nipple ring, and the other clip to the other nipple ring.<br /><br />
She gives the nipple leash a playful tug, sending an electric jolt of pain and arousal through your nipples and into your body.<br /><br />
Much to your surprise, she unlocks your cock. You sigh with pleasure as you feel your little penis "breathe" with relief in the cool air. Your restraint causes your cock to stir and begin to harden.<br /><br />
You suddenly feel embarassed by how obvious this submission is turning you on.<br /><br />
Raven kneels between your legs and without warning spanks your inner thigh, then the other, then again and again.<br /><br />
You start to writhe, the harness and the restraints making you feel so vulnerable, so feminine. The plug in your ass shifts with every spank, stroking you in a way only a woman would feel.<br /><br />
The slaps to you thighs hurt, but in a delicious way, your body seems to respond in a totally wanton way to the punishment, your cock throbbing and desperate.<br /><br />
Then you feel a tug at your backdoor.<br /><br />
Raven slowly and carefully removes your butt plug. You glance down and realize she's wearing an all-too-familiar looking strap-on, the very same one she used back at Se Soumettre.<br /><br />
She guides the well-lubricated strap-on into your already gaping butthole.<br /><br />
You let out an unrestrained moan as the invader strokes your sissy spots in all the best way. You feel your cock leak with anticipation.<br /><br />
You shift and writhe as Raven steadily and methodically fucks you, occasionally tugging on your nipple leash. Your body feels so different, pleasure radiating deliciously from your nipples and from deep within your crotch.<br /><br />
<video src="ast/img/ravPegging.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Then, she stops, withdrawing her strap-on, leaving you panting, horny, and so desperate for release.<br /><br />
@@.rav;"Ah, you looked like you were having so much fun, $pc . But, we haven't even started the test yet,"@@ laughs Raven cruelly.<br /><br />
Then he walks in. The doorman who had dissapeared earlier, reappears now. He's totally naked save for a black leather hood, but you just know it has to be him.<br /><br />
<img src="ast/img/s/ravDoorman01.png" /><br /><br />
<img src="ast/img/s/ravDoorman00.png" /><br /><br />
Much to your horror... and maybe fascination... or even arousal... his cock is rock hard.<br /><br />
You can't seem to take your eyes off it as he walks closer to you, his proud penis thick and erect, and much bigger than yours. His is a monument to manliness.<br /><br />
He effortlessly picks your bound body up. He holds you perfectly still by your open thighs, your back against his slightly hairy, muscular chest, your defenseless asshole dangling just inches from his erect cock, which seems to throb hungrily up from underneath you.<br /><br />
<img src="ast/img/s/ravSpread.png" /><br /><br />
You squirm nervously, one wrong move and you'll slide down on top of his member.<br /><br />
Your eyes widen with panic.<br /><br />
Raven just smiles as she watches the realization of your precarious position creep over your face.<br /><br />
@@.rav;"Just at look at that cock, $pc . Trust me, it feels every bit as good as it looks. Now that you're all hot and ready, I'm going to ask you some questions, answer honestly. My doorman is just here to keep your mind clear, to keep you honest. Maybe if you're lucky, I might even let him make a real woman out of you,"@@ laughs Raven.<br /><br />
The idea panics you, seeing as you've never had a real cock in your ass. Somehow that's one line you haven't crossed yet, one last vestige of your manhood left...<br /><br />
@@.rav;"Ok, let's begin"@@ says Raven.<br /><br />
<span class="link-fem"><<linkappend "Begin Interrogation">><br /><br />
You squirm, straining to listen closely to Raven's questions.<br /><br />
<<set $q0 to "def">>
<<set $q1 to "def">>
<<set $q2 to "def">>
<<set $q3 to "def">>
<<set $q4 to "def">>
<<set $q5 to "def">>
<<set $q6 to "def">>
<<set $q7 to "def">>
<<set $q8 to "def">>
<<set $q9 to "def">>
<span class="link-fem"><<link "Listen to First Round of Questions" "RavenEndgame">>
<<set $eventCol.delete("ravEG")>>
<<set $eventCol.push("ravEG0")>>
<</link>></span><br />
<</linkappend>></span><br /><br /><br />
<<elseif $eventCol.includes("ravEG0")>>
@@.rav;"Let's start with something simple, shall we? You are in a desert, and you can only take one of the following items with you, what do you take?"@@<br />
<<radiobutton "$q0" "PP">>A blanket, but it's coarse and uncomfortable<br />
<<radiobutton "$q0" "CS">>A canteen, but you have to suck extra hard to get water out of it<br />
<<radiobutton "$q0" "BB">>Some sturdy walking shoes, but they make you walk awkwardly<br /><br />
@@.rav;"You're eating at a fancy restaurant, you order..."@@<br />
<<radiobutton "$q1" "CS">>A popsicle<br />
<<radiobutton "$q1" "PP">>Spicy Hot Wings<br />
<<radiobutton "$q1" "BB">>Steak, cooked with a line of pink in the middle<br /><br />
@@.rav;"During sex, you have your very own sex slave, you want your slave to...@@<br />
<<radiobutton "$q2" "BB">>Massage you with floral scented oils<br />
<<radiobutton "$q2" "CS">>Suck your cock<br />
<<radiobutton "$q2" "PP">>get spanked until he/she begs for mercy<br /><br />
<span class="link-fem"><<link "Commit to Your Answers" "RavenEndgame">>
<<set $eventCol.delete("ravEG0")>>
<<set $eventCol.push("ravValEG0")>>
<</link>></span><br />
<<elseif $eventCol.includes("ravEG1")>>
@@.rav;"Interesting, let's keep going..."@@ Raven says.<br /><br />
You feel the doorman's cock graze your ass cheek, this causes you to arch your back away from the contact, but the doorman shifts your weight backwards to keep you from falling out of his hold and hurting yourself. You feel weirdly safe in his arms, despite the precarious situation.<br /><br />
@@.rav;"You have to pick a collar to wear, because your Mistress demands it, which one do you choose?@@<br />
<<radiobutton "$q3" "PP">>A plain looking collar with neutral colors, but it's lined with small uncomfortable spikes<br />
<<radiobutton "$q3" "BB">>A super comfortable collar but it's fuzzy with bright pink fabric complete with sparkles<br />
<<radiobutton "$q3" "CS">>A plain looking collar with neutral colors, but it's slightly consricting, making it a little difficult to breathe<br /><br />
@@.rav;"Which of these sounds the least like punishment?"@@<br />
<<radiobutton "$q4" "CS">>Sucking on a big meaty cock<br />
<<radiobutton "$q4" "BB">>Wearing cute makeup and prancing around in front of my friends and family<br />
<<radiobutton "$q4" "PP">>Stretching my ass on a big meaty cock<br /><br />
@@.rav;"Pick from one of these three cars to drive for the next 10 year..."@@<br />
<<radiobutton "$q5" "BB">>Little pink convertible, it's fast, flashy, and easy to handle but super girly<br />
<<radiobutton "$q5" "PP">>Motorcycle, it's badass, studded with leather and spikes, but the seat is very uncomfortable<br />
<<radiobutton "$q5" "CS">>A limo with a full bar and a personal driver, but the only payment he takes is a blowjob<br /><br />
<span class="link-fem"><<link "Commit to Your Answers" "RavenEndgame">>
<<set $eventCol.delete("ravEG1")>>
<<set $eventCol.push("ravValEG1")>>
<</link>></span><br /><br /><br />
<<elseif $eventCol.includes("ravEG2")>>
@@.rav;"Alright, nearly done, $pc"@@ Raven says.<br /><br />
The doorman slowly lowers you down until his cock lightly kisses your butthole before lifting you back up. The sensation makes you bite your lip as you stifle a moan, your little prick hard with anticipation.<br /><br />
You're not sure what you want more, to be untied... or to just see what it feels like to be impaled on a real man's cock.<br /><br />
Raven smiles as she watches the dilemna play over your face, @@.rav;"Ok lightning round! Word association, I say a word, you tell me which of the three options seems most appealing to you!"@@<br /><br />
You're pretty sure that's not how word association works, but you go along with it anyway if it means an end to your sexual torment.<br /><br />
@@.rav;"Bananas!"@@<br />
<<radiobutton "$q6" "BB">>Too many calories<br />
<<radiobutton "$q6" "CS">>Eat Slow<br />
<<radiobutton "$q6" "PP">>Mash them up!<br /><br />
@@.rav;"Power Tools!"@@<br />
<<radiobutton "$q7" "PP">>Jack Hammer!<br />
<<radiobutton "$q7" "CS">>Screw Driver!<br />
<<radiobutton "$q7" "BB">>Orbital Sander!<br /><br />
@@.rav;"Shapes!"@@<br />
<<radiobutton "$q8" "CS">>Long Black Oval<br />
<<radiobutton "$q8" "PP">>Point Gold Star<br />
<<radiobutton "$q8" "BB">>Pink Triangle<br /><br />
<span class="link-fem"><<link "Commit to Your Answers" "RavenEndgame">>
<<set $eventCol.delete("ravEG2")>>
<<set $eventCol.push("ravValEG2")>>
<</link>></span><br /><br /><br />
<<elseif $eventCol.includes("ravEG3")>>
Raven walks up right next to you, @@.rav;"Last Question. This is important."@@<br /><br />
She grabs your cock and spits on it, then begins to stroke it. The direct stimulation brings you to the edge.<br /><br />
@@.rav;"If you had to choose..."@@ Raven brings her lips just inches from yours, @@.rav;"Would you be loyal to me... or Valerie?"@@<br />
<<radiobutton "$q9" "a9val">>Valerie<br />
<<radiobutton "$q9" "a9rav">>Raven<br /><br />
<span class="link-fem"><<link "Commit to Your Answers" "RavenEndgame">>
<<set $eventCol.delete("ravEG3")>>
<<set $eventCol.push("ravValEG3")>>
<</link>></span><br /><br /><br />
<<elseif $eventCol.includes("ravEG4")>>
Raven doesn't react to your response... at least not outwardly. She scribbles something in her little notebook, leaving your aching cock dangling helpess in the air.<br /><br />
<<set _ravArr to [$q0,$q1,$q2,$q3,$q4,$q5,$q6,$q7,$q8]>>
<<set _ravPP to 0>>
<<set _ravBB to 0>>
<<set _ravCS to 0>>
<!--
array outside of for is _ravArr <br />
array length outside of for is _ravArr.length <br />
-->
<<for _i = 0; _i < _ravArr.length; _i++>>
<<if _ravArr[_i] is "PP">>
<<set _ravPP to _ravPP + 1>>
<<elseif _ravArr[_i] is "BB">>
<<set _ravBB to _ravBB + 1>>
<<elseif _ravArr[_i] is "CS">>
<<set _ravCS to _ravCS + 1>>
<</if>>
<</for>>
<!--
totals:<br />
PP is _ravPP<br />
BB is _ravBB<br />
CS is _ravCS<br />
-->
@@.rav;"Based off your answers to my homemade profile..."@@ mutters Raven as she scibbles a few more things...<br /><br />
<<if _ravPP gt _ravBB and _ravPP gt _ravCS>>
@@.rav;"You're a@@ @@.hint;Pain Pig.@@ @@.rav;You love the pursuit of pain because you know at the end of the agony rainbow, there's a blissful zone of decadence awaiting those with the stamina to endure. You're tough... at least until you're broken, and when you're broken, you're just a slutty little glutton for punishment."@@<br /><br />
<img src="ast/img/s/ravPainPig.png" /><br /><br />
<<set $kink to "PainPig">>
<<elseif _ravBB gt _ravPP and _ravBB gt _ravCS>>
@@.rav;"You're a@@ @@.hint;Bimbo.@@ @@.rav;Maybe you haven't lost all of your intelligence, but it isn't for lack of trying. You want to be girly, desired, feminine. You want a big strong man to take care of you... to make you feel like a woman in only the way a big strong man can."@@<br /><br />
<img src="ast/img/s/ravResBimbo.png" /><br /><br />
<<set $kink to "Bimbo">>
<<elseif _ravCS gt _ravPP and _ravCS gt _ravBB>>
@@.rav;"You're a@@ @@.hint;Cock Slut.@@ @@.rav;This probably doesn't surprise you, at least not deep down. You're obsessed with cock, not your own of course. You pine for a taste of it, you want one slapped against your face, your chest, between your thighs... even up you butt... maybe always one up your butt. You don't really care who the cock is attached to, as long as you get your turn to play with it."@@<br /><br />
<img src="ast/img/s/ravResCockSlut.png" /><br /><br />
<<set $kink to "CockSlut">>
<<elseif _ravPP is _ravBB and _ravPP gt _ravCS>>
@@.rav;"You're a@@ @@.hint;Naughty Bimbo.@@ @@.rav;You love getting your ass spanked and your hands tied. And you love doing it in style. Nothing turns you on more than to get dressed up like a pretty princess, then tied up, suspended from the ceiling, and have your ass punished with a whip. You love whips and chains, as long as the whip is pink leather, and the chains accessorize with your shoes."@@<br /><br />
<img src="ast/img/s/ravResNaughtyBimbo.png" /><br /><br />
<<set $kink to "BimboPig">>
<<elseif _ravPP is _ravCS and _ravPP gt _ravBB>>
@@.rav;"You're a@@ @@.hint;Masochistic Cock Slut.@@ @@.rav;A special type of cock slut that derives sexual bliss from being punished by big, thick, throbbing dicks. You want your ass stretched until it hurts, you want a cock so far down your throat it cuts of the air supply. You feel that gagging and anal agony is the needed ritual to gain access to sexual nirvana, and you're always looking to stretch a little more, gag a little longer..."@@<br /><br />
<img src="ast/img/s/ravResMasochisticCS.png" /><br /><br />
<<set $kink to "MasochisticCockSlut">>
<<elseif _ravBB is _ravCS and _ravBB gt _ravPP>>
@@.rav;"You're a@@ @@.hint;Slutty Bimbo@@ @@.rav;A special type of bimbo that's driven by a need to win cock. You want to be a cute sexy fuck-doll, and the best way to acheive that feeling is attracting as many throbbing cocks to your mouth and boi-pussy as your pretty little make-up job can manage. And nothing says a job well done better than your make-up smeared like a slut from a hard fuck."@@<br /><br />
<img src="ast/img/s/ravResSluttyBimbo.png" /><br /><br />
<<set $kink to "SluttyBimbo">>
<<elseif _ravPP is _ravBB and _ravPP is _ravCS>>
Raven raises an eyebrow with surprise, @@.rav;"You're a@@ @@.hint;Perfect Slave@@ @@.rav;This is a rare thing, you have a perfectly balanced love of pain, cocks, and femininity. You'll be a fantastic sissy, and even better servant to your Mistress."<br /><br />
You feel a strange sense of pride, you either answered with a lot of luck, really have a balanced sissy appetite... or you're good at looking at things from outside the box ;-).<br /><br />
<img src="ast/img/s/ravResPerfectSlave.png" /><br /><br />
<<set $kink to "PerfectSlave">>
<<else>>
something broke! what kinda whore are you?
<<set $kink to def>>
<</if>>
<<if $q9 is "a9val">>
<!--you chose Val<br /><br />-->
<<set $eventCol.push("choseVal")>>
<<elseif $q9 is "a9rav">>
<!--you chose Rav<br /><br />-->
<<set $eventCol.push("choseRav")>>
<<else>>
the choice broke<br /><br />
<</if>>
@@.rav;"That's it slave, consider it my present to you... insight. You know what you are, I know what you are. Embrace it... Valerie's good at crushing manliness... as am I... but your deep down identity... it can't be scrubbed away so easily... espcially once you learn to accept it,"@@<br /><br />
As the doorman sets your tied up form back on the couch, your head spins with Raven's revelation.<br /><br />
<span class="link-fem"><<link "Recover from the Psycho-Sexual Examination" "OnetimeBoard">>
<<set $eventCol.delete("ravEG4")>>
<<set $eventCol.push("ravFinishTrainingEnd")>>
<</link>></span><br />
<</if>>
<</nobr>><<nobr>>
Doctor's Office<br /><br />
<<if $eventCol.includes("ramEnd0")>>
<<set $currentTime to $currentTime + 24>>
advance time<br /><br />
After settling in with Ramone, you decide to visit the doctor. Fortunately, Ramone was kinda enough to lend you some clothes, even though they hang loosely on your feminine frame.<br /><br />
<img src="ast/img/s/ramoneBaggy.png" /><br /><br />
You speak with the doctor at length about a number of things, your hormone levels, the changes to your body, the effects of being in chastity for long periods of time, and even the insane ethical bind the doctor had found himself in when dealing with you.<br /><br />
Stopping the hormones cold turkey was a risky appraoch, but without knowing precisely what Valerie was giving you, the Doctor is reluctant to give you anything to <i>correct</i> or ease the de-transition.<br /><br />
However, he does gives something to help restore your base testosterone levels.<br /><br />
<span class="link-masc"><<link "Your Future Prognosis" "RamoneEndgame">>
<<set $eventCol.delete("ramEnd0")>>
<<set $eventCol.pushUnique("ramEnd1")>>
<</link>></span><br />
<<elseif $femLvl is 3>>
<<if not $eventCol.includes("docVis0")>>
You decide to give the doctor a call. After a few rings, a female voice answers.<br /><br />
She asks for your name and the reason for your call. You answer her endless line of questions, all the while you can hear her furiously typing into her computer.<br /><br />
After awhile, she grows very quiet, you can make out some hushed whispers between her and what seems to be a male voice.<br /><br />
Could it be the doctor?<br /><br />
She begins to speak to you again, this time very hurried, telling you that they're booked, that they're having computer issues, and that they'll try giving you a call back once they've resovled their technical issues.<br /><br />
It all sounds very suspicious<br /><br />
In frustration you end that call.<br /><br />
What the hell is going on?<br /><br />
You suppose there's nothing you can do about this for now...<br /><br />
<<set $eventCol.pushUnique("docVis0")>>
<<else>>
You remember that the nurse said they would give you a call once they had availability... whatever that means.<br /><br />
<</if>>
<span class="link-masc"><<link "Hang Up the Phone" "Home">><</link>></span><br />
<<elseif $femLvl gte 4>>
<<if not $eventCol.includes("docVis1")>>
You decide enough is enough!<br /><br />
You march into the hospital where you received care after you blacked out a few weeks ago. Instead of checking in with the nurse, you decide to lurk nearby. You've reasoned that the nurse might warn the doctor, ruining your chances of getting some answers.<br /><br />
After awhile, he appears, the old man walking casually to the nurse's desk, chatting them up and scribbling his signature on some forms. You walk up behind him, waiting until he's done.<br /><br />
As he turns around he nearly jumps out of his skin as he becomes aware of your presence.<br /><br />
@@.doc;"OH! I'm sorry, I didn't realize you were-"@@ he stops mid-sentence, a twinkle of recognition starting to form over his face as he studies you.<br /><br />
@@.pc;"Doctor... I need help. Something's not right,"@@ you plead.<br /><br />
He takes a step back, his face softening with guilt as he looks you over.<br /><br />
@@.doc;"You were here a few weeks ago right... with.. uh... Valerie,"@@ the way he says her name is... a little too familiar.<br /><br />
You nod.<br /><br />
He sighs, @@.doc;"Come with me."@@<br /><br />
You follow him into an empty examination room. You figure he's going to ask you to undress but instead he peaks out the door, as if afraid someone might be eavesdropping, before closing it behind him.<br /><br />
@@.doc;"I know why you're here... and... I just want you to know... I did what I did in a moment of weakness... and I'm sorry,"@@ he confesses.<br /><br />
Now you're really confused, and really worried, @@.pc;"What do you mean?"@@<br /><br />
@@.doc;"I'm sure you've probably guessed by now, given your... transformation... but the prescription you're on was never meant to reverse your hormonal imbalance. In fact, your hormonal imbalance was created artificially,"@@ he explains.<br /><br />
Somehow you knew, you always knew this was all to weird... to coincidental. Maybe you just didn't want to believe it... maybe part of you was too curious to quit...<br /><br />
You begin to shake.<br /><br />
@@.doc;"I-I'm sorry, I know this is a lot to take in but, the pills you've been taking are a combination of testosterone blockers and estrogen supplements, meant to aid in a male-to-female transition. The redistribution of fat, the development of breasts, even the atrophy of your genitals, it's all due to the long term consumption of this medication,"@@ says the Doctor.<br /><br />
You sit down on the examination table, quietly letting his words sink in. Silence fills the room, you're not sure whether to cry or scream... or both.<br /><br />
@@.pc;"Why?"@@ you ask, voice trembling with emotion.<br /><br />
The Doc pauses, then sighs again, @@.doc;"Valerie... she's part of a very influential club. She claimed that everything you were doing would be consensual... and that I would be rewarded with some... company."@@<br /><br />
<i>Company</i>, no doubt some promised sexual favor.<br /><br />
@@.doc;"But then you started to call, it was clear you didn't understand what you were doing to yourself. At first I thought I could just... avoid you... avoid this whole situation I've created for myself, but now... seeing you here..."@@ he trails off again.<br /><br />
He steadies himself.<br /><br />
@@.doc;"I'm putting it in your hands now. You have the facts you need. You can confront Valerie with this information, or keep it to yourself. The only recommendation I would make now is that you continue the treatment. Abruptly stopping now could cause problems. If you decide to reverse the treatment, I can help you with that,"@@ reassures the Doctor.<br /><br />
You're not sure what to do with this information, but you do know that @@.hint;confronting Valerie could radically change your relationship with her.@@<br /><br />
<<set $eventCol.pushUnique("docVis1")>>
<<set $eventCol.pushUnique("docKnow")>>
<<else>>
There's no need to go back right now, you already know you've been taking a combination of testosterone blockers and estrogen supplements.<br /><br />
Now you just have to decide if and when to confront Valerie about it.<br /><br />
<</if>>
<span class="link-masc"><<link "Go Back Home" "Home">><</link>></span><br />
<</if>>
<</nobr>><<nobr>>
<<if $eventCol.includes("confrontVal")>>
This is it, @@.hint;confronting Valerie could permanently change your relationship with her!@@<br /><br />
<span class="link-masc"><<link "Confront Her Anyway!" "OnetimeBoard2">>
<<set $eventCol.pushUnique("confrontValConfirm")>>
<<set $eventCol.delete("confrontVal")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "On Second Thought, Maybe I'll Wait..." "Home">>
<<set $eventCol.delete("confrontVal")>>
<</link>></span><br /><br />
Or... upon further reflection, maybe you should trust in Valerie completely... yeah... she has your best interests at heart.<br /><br />
Just let go of your concerns.<br /><br />
Enjoy the ride.<br /><br />
Just trust in the process.<br /><br />
It feels good to trust in Valerie.<br /><br />
<span class="link-fem"><<link "I have no second thoughts, I trust Valerie" "OnetimeBoard2">>
<<set $eventCol.delete("confrontVal")>>
<<set $eventCol.delete("docKnow")>>
<<set $eventCol.pushUnique("hypScreen0")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("confrontValConfirm")>>
You decide to confront Valerie...<br /><br />
You gather your courage. Somehow you always knew what Valerie was up to... but maybe you just didn't want to believe it... or maybe you were curious? Horny? Desperate? All of the above? Valerie is so damn hot, she could convince you to buy any lie, at anytime, for any reason, just by wiggling those hips and licking those lips<br /><br />
It's embarrassing how easily and willingly you walked into the trap. What are the odds that someone just spontaneously experiences hormone problems in their prime? It's silly, it was always silly. But you wanted to be with her and all that entailed.<br /><br />
But not anymore. You won't be her sissy bitch anymore. Maybe you deserve to be punished for going as far as you did, but not by her... not anymore.<br /><br />
You walk with determination up to her bedroom door and knock firmly and purposefully on the white wood. Moments later she opens the door.<br /><br />
<img src="ast/img/s/confrontVal00.png" /><br /><br />
For a moment your courage wavers. Her spell on you was nearly perfect.<br /><br />
Nearly.<br /><br />
@@.pc;"Val... we need to talk,"@@ you explain, the cliche line falling out of your painted lips before you can really stop to think of a better one.<br /><br />
Her face instantly changes from kind and innocent to that of dark concern.<br /><br />
She doesn't respond, just raises an eyebrow. Suddenly you feel as if you've been thrown into a pit with a rabid tiger.<br /><br />
@@.pc;"I know about the food... about the pills... all of it,"@@ you say, doing your best to keep the quiver out of your assertion.<br /><br />
Valerie smiles, almost impishly.<br /><br />
Not the the reaction you were really anticipating.<br /><br />
@@.hg;"And?"@@ she asks, without a hint of spite but almost as if she was expecting to hear your feedback about a gift you just opened.<br /><br />
You feel a bit staggered. And? And?! What do you mean and?! You mind rages. You feel your face flush with anger.<br /><br />
@@.hg;"No really, tell me what you think about it. Sure I wasn't honest about the hormones, but look how far you've come. Look at all the things you've accomplished! You turn people's heads, men get hard, and with enough time even women will be jealous of the things you can do,"@@ mitigates Valerie.<br /><br />
@@.pc;"Things I can do?!"@@ you exclaim as you motion to your girlish figure, @@.pc;"I'm a guy hyped up on drugs wearing girl's clothes! I'm pretty sure my asshole will never feel the same again with the amount of toys I've shoved up it! What girl wants to be with a guy like that?!"@@ you explode.<br /><br />
Valerie's expression shifts to one of serverity, yelling at her was a bad move. You become quiet, silently acknowledging that you overstepped. But did you really?<br /><br />
@@.hg;"$pc, you don't seem to understand. You're not a guy in girl's clothes, and the point was never to convince another girl to be with you. I'm the only woman you need, and you're a sissy on journey to acheive perfect sissyhood. A sissy finds bliss in serving others, and you've done such a good job of that so far. Can you tell me honestly that you haven't been having the best sexual experiences of your life?"@@ Valeries asks earnestly.<br /><br />
Your train of thought stops dead in its tracks. You take offense at being denied your own identity as a guy... but... the sex. The sex has been incredible.<br /><br />
Valerie instantly spots the conflict inside of you, @@.hg;"It's ok, $pc, it's all part of the process. I'm sorry for the deception, but it was all for your own good. And it was sooo good wasn't it?"@@<br /><br />
Your face burns with a mixture of shame and arrousal at the suggestive shift of Valerie's question. She senses she has you questioning everything, she sees your resolve crumbling away.<br /><br />
She moves in for the kill.<br /><br />
@@.hg;"C'mon, $pc, I've got a great idea on how I can make it up to you tonight,"@@ she says as she walks towards you, arms outstretched for a hug.<br /><br />
<span class="link-masc"><<link "Refuse Valerie!" "OnetimeBoard2">>
<<set $eventCol.pushUnique("refuseVal00")>>
<<set $eventCol.delete("confrontValConfirm")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Accept Valerie!" "OnetimeBoard2">>
<<set $eventCol.pushUnique("acceptVal")>>
<<set $eventCol.delete("confrontValConfirm")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("refuseVal00")>>
You take a few steps back, your hand held up like you're directing traffic.<br /><br />
Valerie's playfulness fades.<br /><br />
You expect wrath, you expect her rage.<br /><br />
But instead you're met with something worse.<br /><br />
Despair.<br /><br />
The look on her face, it was as if something vital had been stripped from her. Valerie's eyes become large and fill with tears. She turns away from you, using the tips of her pinkies to manage emotional precipitation. You think for a moment you even hear a quiet sob.<br /><br />
@@.pc;"Val, I-"@@ she holds up a hand to silence you, her face still turned away.<br /><br />
@@.hg;"After everything..."@@ she whispers quietly.<br /><br />
@@.pc;"Val please, I didn't mean to hurt you,"@@ you beging to blubber.<br /><br />
You walk up to hug her and she leans against your chest.<br /><br />
She smells good.<br /><br />
For a few moments, things feel right.<br /><br />
@@.hg;"Please stay,"@@ she whispers, as she turns her face into your chest and her hand up and down your smooth tummy.<br /><br />
<img src="ast/img/s/confrontVal01.gif" /><br /><br />
You feel arrousal ripple through your sensitive skin... maybe you can make things work?<br /><br />
<span class="link-masc"><<link "No, It has to End..." "OnetimeBoard2">>
<<set $eventCol.pushUnique("refuseVal01")>>
<<set $eventCol.delete("refuseVal00")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Stay with Valerie" "OnetimeBoard2">>
<<set $eventCol.pushUnique("acceptVal")>>
<<set $eventCol.delete("refuseVal00")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("refuseVal01")>>
@@.pc;"No Valerie, I can't be... this anymore,"@@ you say as you motion to yourself while pulling away from her.<br /><br />
Valerie's sadness, her tear-stained cheeks seemed to harden. A spiteful snear lingers just on the fringes of her expression.<br /><br />
@@.hg;"Like what, exactly? A little bitch? A cock-starved whore? When exactly did you decide you were tired of being a sissy? Was it before or after you were moaning on the end of a fake cock?"@@<br /><br />
Her words drip with venom. Your face is flushed with embarrassment and anger, but instead of falling back on some witty retort or masculine physical posturing, you simply quiver. It takes all you have not to start crying.<br /><br />
Fuck these emotions.<br /><br />
@@.hg;"You're done? Fine, leave, bitch. Get out of my house,"@@ Valerie's words drop into your very soul like 2-ton ball of solid ice.<br /><br />
It's like she turned off whatever vulnerability she had just shared with you.<br /><br />
@@.pc;"Valerie... I need you to let me out,"@@ you remind her, as you motion towards your poor trapped sissy clitty.<br /><br />
@@.hg;"You think you'll find much use for it? You're better off taking it up the ass,"@@ laughs Valerie.<br /><br />
@@.pc;"Valerie please, get me out of this thing, I'll get my stuff and be out of your life,"@@ you plead.<br /><br />
She seems to like hearing you beg.<br /><br />
@@.hg;"Fine, I'll let your little pee-pee out, on one condition,"@@ a spiteful glower forms over her face.<br /><br />
You know this won't be good, @@.pc;"Valerie you have to let me out,"@@ you assert.<br /><br />
@@.hg;"I don't have to do shit for you. I let you stay at my place rent free, provided you clothing and food. You're a charity case and I'm done being nice to you. If you want out, you obey. If you don't, Fine by me, take a trip to the hospital and hope they don't slice your little prick when they have to cut that cage off,"@@ laughs Valerie.<br /><br />
The though of a bunch of doctors trying to get your chastiy cage off with a circular saw makes you cringe.<br /><br />
<img src="ast/img/s/confrontValsaw.png" /><br /><br />
No... no fucking way are you going to take that chance.<br /><br />
@@.pc;"Ok ok... what do I have to do?"@@ you acquiesce.<br /><br />
Valerie smiles in triumph, @@.hg;"Simple, all your clothes, male, female, doesn't matter, take them out to the backyard. Throw them in the fire ring."@@<br /><br />
Really? That's it? She going to burn your clothes? You try to stop yourself from breathing a sigh of relief right then and there so as not to taunt her.<br /><br />
@@.pc;"Ok, Val..."@@ you say as you go to your room and gather up your clothes.<br /><br />
After a few moments you have every article of clothing you own balled up into your arms. Valerie holds the door open as you go outside and unceremoniously toss it all into an unlit fire ring.<br /><br />
<img src="ast/img/s/confrontValfirering.png" /><br /><br />
You look expectantly at Valerie. In her hand she's holding a small yellow plastic bottle of lighter fluid, she proceeds to douse all your clothes in the liquid accelerant. She hands you a small box of matches. You examine the flimsy box, feeling the striking pad with your thumb.<br /><br />
Is that... regret you start to feel?<br /><br />
@@.hg;"Well? get on with it,"@@ snaps Valerie, her anger fading into general crankiness.<br /><br />
Despite all of the vindictiveness, it seems she's struggling to hide her distress too. You pull a small match out of the box, and regard it with reverence.<br /><br />
This match might as well be the key... the key to escape. You take a deep breath then strike it on the side of the match box. The match lights with a hiss. After a brief pause, you drop it into the fire pit and with a deep woosh all your discarded clothing ignites in flame.<br /><br />
Both you and Valerie stand silently transfixed as the flame clutches, blackens, and shrinks the clothing.<br /><br />
You sneak a glance at Valerie, you can she's holding the key to your chastity cage in her hand. She catches you looking.<br /><br />
@@.hg;"I said <i>all</i> of your clothes, bitch,"@@ she says with a low threat in her voice.<br /><br />
Oh shit, you look down at the clothes you're currently wearing. So this was the real task. Of course she would humiliate you one more time.<br /><br />
You just sigh, you know there's no sense in arguing with her as you pull off your outfit, stripping down completely nude in her backyard save for the chastity cage keeping you firmly locked and limp.<br /><br />
She looks at you expectantly, a bitter smile playing over her face as you toss the last shred of clothing, and dignity, you have in the fire.<br /><br />
Valerie wordlessly drops the key in the dirt at her feet, @@.hg;"There's your key, we're done here,"@@ she says cooly.<br /><br />
As she walks away you begin to protest, @@.pc;"Valerie... I can't just walk around in public naked, I'll be arrested!"@@<br /><br />
She points to a small white box sitting on nearby wicker table as she dissapears inside her house. You can here her lock the backdoor.<br /><br />
First thing's first though. You pick the key up and blow the dirt off of it's ridges. You slide it into the small gold lock and turn it. You pull the cage off carefully, allowing your clitty-- No, your penis to dangle freely.<br /><br />
You take a deep breath and toss the evil cage into the fire. You then cautiously look over at the small box.<br /><br />
You walk over, careful not to step on any sharp rocks in the yard in the process. You pull open the white lid and reveal Valerie's last humiliation.<br /><br />
An outfit... one final fuck you.<br /><br />
Of course... of course...<br /><br />
You take a look at the slutty outfit, a tiny t-shirt with explicit messaging:<br /><br />
<img src="ast/img/s/confrontShirt.png" /><br /><br />
And a skimpy piece of lingerie to accentuate your humiliation:<br /><br />
<img src="ast/img/s/confrontPants.png" /><br /><br />
She couldn't even bother to at least pick something matching?<br /><br />
<span class="link-masc"><<linkappend "Get out of Here">>
<br /><br />You walk carefully down the sidewalk, the bottoms of your barefeet slowly blackening with each step.<br /><br />
The flimsy blue skirt swishes with every movement. You can feel the gaze of every passing car. A few even honk or jeer as they drive-by.<br /><br />
You keep your eyes fixed straight-ahead and slightly downward. You have no idea where you're going.<br /><br />
You walk for what seems like an hour, finally making your way out of the residential area into a busy commercial zone. <br /><br />
This was probably a mistake.<br /><br />
Now cars pull up along side you, using thinly-veiled language to solicit you for sex. Some of them spot your cock and simply pull away, others just regard it with a horny smile.<br /><br />
Either way you feel gross.<br /><br />
What's worse is that some of the guys make you feel... desired... and it's making you horny.<br /><br />
Fortunately your general level of embarrassment keeps you from getting erect.<br /><br />
This constant parade of harassment seems to go on for an eternity until you hear a familiar voice.<br /><br />
@@.ram;"Ey, chica, where you headed?"@@ asks the voice.<br /><br />
<img src="ast/img/s/ramoneCar.png" /><br /><br />
Pulling up in old but well-kept sedan, you see the rugged handsomeness of Ramone, from the Fashion Show!<br /><br />
A wave of relief washes over you. You don't know why but you're just so psyched to see a friendly face.<br /><br />
@@.pc;"Ramone, hey... I..."@@ you trail off as you look around you, unsure what to say.<br /><br />
@@.ram;"You Ok? Need a ride?"@@ he asks, his deep voice stirring something in you.<br /><br />
You take one last look around you, what choice do you have? You know somewhere in your mind... that getting in the car might lead to something... but... fuck it, you can't keep walking around aimlessly half-naked.<br /><br />
@@.pc;"Yeah"@@ you answer back meekly.<br /><br />
Ramone leans over and unlatches the passenger door, allowing you to step in and sit down. The seat is warm on your partially covered ass. You smile at Ramone but he's too busy looking at your smooth legs.<br /><br />
@@.ram;"Why you dressed like that?"@@ he asks frankly.<br /><br />
You just sigh, @@.pc;"Long story... listen... Ramone I... I don't really have any place to go so I guess... if there's like a homeless shelter or something you can just drop me off there,"@@ you explain with resignation.<br /><br />
@@.ram;"Oooo damn, I thought you were living with your girlfriend or some shit now. But... you guys break-up or something?"@@<br /><br />
@@.pc;"Yeah... it didn't work out."@@<br /><br />
Ramone looks thoughtfully at his steering wheel for a moment, @@.ram;"Well hey, before all that, how 'bout you come to my place, I get you some decent clothes. You don't want to be headed downtown dressed like that, baby,"@@ laughs Ramone.<br /><br />
You laugh, he's absolutely right.<br /><br />
You ride with him, the conversation is light and he doesn't pry for details about Valerie. Which is relief, you're probably not ready to think about that right now. He pulls up to an old apartment build and you follow Ramone upstairs. When he opens the door to his apartment, you're surprised how nicely furnished his place is.<br /><br />
<img src="ast/img/s/ramoneApartSm.png" /><br /><br />
@@.ram;"Ey I got a good idea. Ee's a good way to relax,"@@ Ramone says with a clever grin as he begins rummaging around the small corner area of his apartment relegated to kitchen appliances.<br /><br />
You take a sigh of relief, it feels good to be off the street.<br /><br />
@@.ram;"Here you go, baby,"@@ says Ramone as he hands you a shot glass filled with clear liquid.<br /><br />
You eye it with suspicion, you're normally a beer guy.<br /><br />
@@.ram;"Ey don' worry, it's just some tequila, good tequila too,"@@ assures Ramone as he quickly downs his own little shot glass of the firey liquid.<br /><br />
He's taking you in for the night, the least you could do is have a drink...<br /><br />
<span class="link-fem"><<linkappend "Take a shot">>
<br /><br />You take the bit of liquor in one gulp. The fluid burns all the way down then warms your belly. You feel your face go a little flush.<br /><br />
Ramone catches your eye and you giggle a little bit.<br /><br />
@@.ram;"Good, right?"@@<br /><br />
You just nod but he barely acknowledges it as he wisks around his little bar and motions to a setup of shot glasses.<br /><br />
@@.ram;"You ever play Mexican Stand-off?"@@ he asks.<br /><br />
Some sort of drinking you guess... but you shake your head no.<br /><br />
@@.ram;"It's easy, all of these shot glasses are filled with water, except for one. One of them..."@@ he trails off.<br /><br />
@@.pc;"Tequila?"@@ you answer.<br /><br />
@@.ram;"Tha's right, baby. You get the one that has tequila in it, you have to answer a question,"@@ laughs Ramone.<br /><br />
@@.pc;"Like truth or dare with booze, huh?"@@ you tease.<br /><br />
@@.ram;"Yeah... something like that,"@@ Ramone answers, @@.ram;"Alright, pick your poison."@@<br /><br />
<img src="ast/img/s/ramoneTeq0.png" /><br /><br />
You eye the array of shot glasses...<br /><br />
<span class="link-fem"><<link "Take the left shot" "OnetimeBoard2">>
<<set $eventCol.delete("refuseVal01")>>
<<set $eventCol.pushUnique("refuseVal02")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Take the middle shot" "OnetimeBoard2">>
<<set $eventCol.delete("refuseVal01")>>
<<set $eventCol.pushUnique("refuseVal02")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Take the right shot" "OnetimeBoard2">>
<<set $eventCol.delete("refuseVal01")>>
<<set $eventCol.pushUnique("refuseVal02")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("refuseVal02")>>
You pick up the tiny glass and toss the contents quickly into your mouth as Ramone does the same.<br /><br />
You instantly feel the sting of defeat. Ramone smiles, he can tell you picked the tequila.<br /><br />
@@.ram;"Looks like your lucky day, chica,"@@ he laughs<br /><br />
You laugh with a sigh, @@.pc;"Alright, what do you want to know?"@@<br /><br />
@@.ram;"Why'd you want to be a crossdresser for? Just the money or you just like it?"@@<br /><br />
You stammer around for an answer, unsure how to fully communicate that you were "tricked" into it. That explanation wouldn't make sense and besides... didn't you like it... just a little?<br /><br />
@@.pc;"It's...uh... a long story but basically my girlfriend kinda got me into it,"@@ you explain.<br /><br />
Ramone seems satisfied with the answer, @@.ram;"You make a hot chick, you gonna keep crossdressing?"@@<br /><br />
@@.pc;"Hey how many questions do you get to ask?"@@ you interrupt.<br /><br />
Ramone just laughs, @@.ram;"Ah you got me, alright le's go again,"@@<br /><br />
You look at the remaining shot glasses...<br /><br />
<img src="ast/img/s/ramoneTeq1.png" /><br /><br />
<span class="link-fem"><<link "Take the left shot" "OnetimeBoard2">>
<<set $eventCol.delete("refuseVal02")>>
<<set $eventCol.pushUnique("refuseVal03")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Take the right shot" "OnetimeBoard2">>
<<set $eventCol.delete("refuseVal02")>>
<<set $eventCol.pushUnique("refuseVal03")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("refuseVal03")>>
You pick up another shot glass and start to take a drink.<br /><br />
@@.ram;"Wait wait, this one's double or nothing, you get the tequila, you have to take another shot of tequila,"@@ challenges Ramone with a smirk.<br /><br />
@@.pc;"You sure are confidant, alright, you're on,"@@ you accept, as you start to feel a pleasant buzz tickle the edges of your brain.<br /><br />
You both tilt back your chosen shot glasses. You almost cough when you're met with another gulp of booze.<br /><br />
@@.ram;"Ha! You can't tell the difference between water and tequila?!"@@ laughs Ramone.<br /><br />
@@.pc;"Does that count as your question?"@@ you shoot back.<br /><br />
@@.ram;"Helllll no, but you gotta take another shot,"@@ reminds Ramone as he points to the last shot glass on the plate.<br /><br />
@@.pc;"Wait... how do you know that last glass has tequila in it?"@@ you ask.<br /><br />
Ramone just smirks again, @@.ram;"Easy, that's because every glass had tequila in it."@@<br /><br />
That sneaky bastard!<br /><br />
@@.ram;"I can just drink tequila without coughing or squinting baby, I'm a real man right here,"@@ laughs Ramone.<br /><br />
You just shake your head with a smile, @@.pc;"I shoulda know better"@@ you say as you take the last shot.<br /><br />
All of the rapid tequila drinking begins to catch up with you as stagger a little with a giggle. Ramone quickly comes to your aid and steadies you on your feet from behind.<br /><br />
For a moment you turn your head and look into each other's eyes, his muscular body holding you close... it reminds you of that photo shoot. His hand wanders up your waist, you can feel his hot breath cascade down your bare neck.<br /><br />
<img src="ast/img/s/ramoneHold.png" /><br /><br />
You grab his forearms, not sure if you want to stop him as he pulls down your skimpy blue skirt while hungrily kissing your neck.<br /><br />
You sigh, buzzed and horny. Everything about this is wrong, but...<br /><br />
You feel his shirt disappear as he pulls it off his head, revealing his chiseled frame.<br /><br />
<img src="ast/img/s/ramoneStud.png" /><br /><br />
You lay back against him with a sigh, as one of his hands finds your little cock and holds it firmly while his other hand plays with your ass cheek. You feel one of his fingers graze the edge of your butthole and you instinctively tuck your hips away from the invader. He gently strokes your throbbing cock which elicits a slutty moan from you.<br /><br />
You hear him spit and then feel one of his slippery fingers work it's away around your crack and gently part your anus.<br /><br />
<video src="ast/img/ramFinger.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You gasp, your whole body conflicted with a mixture of revulsion and desire. As he works the cluster of nerves just inside your butthole with a skillful finger, you feel like you might cum at any moment.<br /><br />
Then he stops.<br /><br />
You arch your back, rubbing your spit-slick butt against his groin like a bitch in heat. Ramone gently spins you around to face him. He tugs down on the waistband of his briefs, letting his long, brown cock tumble out of it.<br /><br />
You feel hypnotized by the mere sight of it.<br /><br />
Ramone exterts gentle pressure on your shoulders, guiding you to your knees so that the big dick is right at eye level. Ramone grabs his cock with one hand while guiding your face towards it with the other.<br /><br />
With no protests you obediently open your mouth and lets his warm cock slide just past your lips.<br /><br />
As he slowly begins thrusting back and forth into your mouth, you reach down and start playing with your own stiff little dick. You whole body tingles and you can't help put use your other hand to finger yourself.<br /><br />
His rhythm begins to pick up as you bob you head down to match, you hear him begin to grunt and can sense something is building up as each thrust becomes more frantic that the last. In the heat of the moment you moan for him, secretly wishing he would just take you right now.<br /><br />
<video src="ast/img/ramBj.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
But before that can happen, you feel his hot salty load burst into your mouth. You aren't prepared to swallow it so instead it just oozes out of your mouth and down your face.<br /><br />
Ramone takes a moment to catch his breath then wordlessly walks away to go clean himself up.<br /><br />
You're still incredibly horny, but the shame of what you just did is starting to creep in. You have no Valerie to blame this time...<br /><br />
Ramone reappears, fully clothed, and tosses you a towel. You eagerly wipe cum and sweat from your face and chest.<br /><br />
@@.ram;"You're pretty good at that, chica,"@@ laughs Ramone as he collapses on the nearby bed.<br /><br />
You just laugh awkwardly.<br /><br />
He pats an empty spot next to him.<br /><br />
You hesitantly snuggle beside him, not sure what he plans to do to you next.<br /><br />
His hands roam your body again as you spoon with him, you press your butt back into his hips, secretly hoping... hoping...<br /><br />
But as time goes by, his hands seem to slow their wandering, and before long, Ramone is completely asleep.<br /><br />
You lay there, warm, but horny and frustrated...<br /><br />
But before long, the days events catch up to you, and you too... fall asleep.<br /><br />
<span class="link-fem"><<link "Go to Sleep" "RamoneEndgame">>
<<set $eventCol.delete("refuseVal03")>>
<<set $eventCol.pushUnique("ramEnd0")>>
<<set $topInv to ["confrontShirt"]>>
<<set $bottomInv to ["confrontPants"]>>
<<set $shoeInv to []>>
<<set $smallInv to []>>
<<set $imgLinks.srcBottom to "ast/img/s/confrontPants.png">><<set $invs.bottomWear.Id to "confrontPants">><<set $invs.bottomWear.bottomType to "slutty">>
<<set $imgLinks.srcTop to "ast/img/s/confrontShirt.png">><<set $invs.topWear.Id to "confrontShirt">><<set $invs.topWear.topType to "slutty">>
<<set $imgLinks.srcShoe to "ast/img/s/emptyNaked00.png">><<set $invs.shoes.Id to "emptyNaked00">><<set $invs.shoes.shoeType to "slutty">>
<<set $imgLinks.srcUW to "ast/img/s/emptyNaked00.png">><<set $invs.smallWear.Id to "emptyNaked00">><<set $invs.smallWear.smallType to "slutty">>
<<set $pcAb.outerWear to "sluttyArticle">><<set _setMatches to true>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("acceptVal")>>
You fail to stop her advances, she leans in closer to you, gently guiding your head into the crook of her neck. You close your eyes, comfort and Valerie's sweet scent envelope you.<br /><br />
@@.hg;"Let's go out tonight. You, me, and Lily... and some of my friends. I can give you a taste of something truly amazing,"@@ she says eagerly.<br /><br />
Part of you feels a pang of dread, but part of you stirs with excitement. You vividly remember the events of the "girl's night out".<br /><br />
It changed you on some level you still don't fully comprehend.<br /><br />
@@.hg;"We won't do anything too crazy, just something to keep you motivated"@@ she assures you.<br /><br />
@@.pc;"O-OK, Val,"@@ you respond hesitantly.<br /><br />
@@.hg;"Now, go get ready. Shower, shave, fresh makeup, everything! Oh and wear something sexy!,"@@ she says as she suddenly pulls away from you and dashes back into her room, presumably to do the same thing.<br /><br />
<span class="link-fem"><<linkappend "Go Get Ready">>
<br /><br />After what seems like hours, Valerie finally emerges from her room completely ready for a night of fun.<br /><br />
<img src="ast/img/s/acceptValVal.png" /><br /><br />
You don't look so bad yourself as you catch a glimpse of your girliness in the mirror<br /><br />
<img src="ast/img/s/acceptValSelf.png" /><br /><br />
You hear a knocking at the door.<br /><br />
Valerie eagerly goes to answer it.<br /><br />
<img src="ast/img/s/acceptValLily.png" /><br /><br />
You can't believe how hot Lily looks! You feel your trapped clitty stir and swell inside it's cage.<br /><br />
@@.lily;"Wow, you girls look hot!"@@ exclaims Lily as she gives Valerie a peck on the cheek.<br /><br />
She walks over to you, but instead of innocent peck she leans and kisses you deeply on the mouth, her tongue sneaking past your unprepared lips and lightly brushing the side of yours before slowly retreating back into her mouth.<br /><br />
She breaks the unexpected, passionate smooch with a mischievious smile.<br /><br />
@@.hg;"Ok you two, save it for later tonight,"@@ laughs Valerie, obviously amused by the spectacle.<br /><br />
You're relieved the Valerie wasn't mad, but then again, Lily seemed to already know that it would be ok to...<br /><br />
Regardless, the kiss sent a jolt of arousal through your body, you can feel your sissy clitty straining against it's cage, and you think you feel a tiny drop of sissy fluid escape.<br /><br />
<span class="link-fem"><<link "Go Out with the Girls" "OnetimeBoard2">>
<<set $eventCol.delete("acceptVal")>>
<<set $eventCol.pushUnique("acceptVal1")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("acceptVal1")>>
You head with Valerie and Lily to a large night club, even though the sun is still up. Despite the brightness outside, the moment you step inside the gray concrete building it's like stepping into another world. Without a hint of natural lighting to be found, the entire night club is dark save for hypnotic lights of every color traveling along the walls in time to a throbbing bass sound.<br /><br />
The music seems to vibrate your very core as you and the girls penetrate deeper into the throng of wriggliong bodies moving to the beat.<br /><br />
<img src="ast/img/s/acceptValClub.png" /><br /><br />
"Sup Val!" Exclaims a deep voice.<br /><br />
A tall muscular black man shouts and waves at Valerie from a small table perched at the edge of the dance floor. Seated at the table is another impossibly muscular white guy. Both men look like someone painted on their tight T-shirts that seems to perfectly mold against bulging masses of muscle.<br /><br />
Steroids much? You think cynically to yourself, although you find your gave lingering over their muscular frames for longer than you meant to.<br /><br />
@@.lily;"Hunky, aren't they?"@@ giggles Lily<br /><br />
You try to stammer something out of protest and embarrassment.<br /><br />
@@.lily;"It's ok, honey. Nothing to be ashamed about. You've come a long way from being just another boring straight boy. You're something more now. But... unfortunately for us... those guys aren't into girls with a little something... extra,"@@ reassures Lily as she playfully brushes against your crotch with her ass.<br /><br />
Valerie waves back at the two men and walks over to them. They seem to speak about something that has them all grinning like children planning to rob a candy store. They all turn their heads back at you and Lily simultaneously. The men nod a token acknowledgement at you.<br /><br />
@@.lily;"C'mon, there's someone here I want you to meet,"@@ says Lily as she pulls you into the midst of the dance floor.<br /><br />
Lily pulls you close and begins dancing and grinding against you. At the same time you feel another body press up against you.<br /><br />
You glance back and see a sexy girl, who shares a lot of physical similarities to Lily, even down to the dark hair and pale skin, waggles are fingers playfully at you as she clamps on to your hips and playfully humps you to the beat of the music.<br /><br />
@@.lily;"That's Jenna, she's our hook-up,"@@ explains Lily.<br /><br />
@@.pc;"Hook-up?"@@ you ask.<br /><br />
Jenna leans over a suddenly kisses Lily, you can make out subtle movements in their mouths as their tongues appear to wrestle for a moment. Jenna then breaks away and hands Lily a bottle of water.<br /><br />
Lily quickly unscrews the cap and takes a big swig and then looks at you eagerly.<br /><br />
Your look of confusion only seems to make her giggle.<br /><br />
Jenna gently pulls your mouth towards hers with a gentle pressure to your chin. She looks you in the eyes with a knowing smile. She leans in and kisses you. You clam up a bit but she hugs you gently and uses her thumb to gently nudge your mouth open.<br /><br />
Her tongue then flicks inside your lips and you feel something soggy and a little gummy press against the roof of your mouth as she uses your teeth to scrape something off the surface of her tongue. You instinctively pull back and prepare to spit out whatever it is she just deposited.<br /><br />
<img src="ast/img/s/acceptValmdma.png" /><br /><br />
@@.lily;"Don't, it's ok it's ok. Just swallow it,"@@ urges Lily as she hands you the open water bottle.<br /><br />
You do nothing, unsure of what the fuck is going on. Lily presses the water bottle into your hand and guides it up to your lips. You close your eyes and allow the water to wash down the soggy, paper packet down your throat.<br /><br />
@@.pc;"Wh-what the fuck did I just take?"@@ you ask?<br /><br />
@@.lily;"Just something to help you get into the groove,"@@ giggles Lily, @@.lily;"Now just relax and dance!"@@<br /><br />
Lily and Jenna keep you snug between them as they bump and grind to the beat. At first you just stand there awkwardly, not sure of what to make of the situation.<br /><br />
Then something magical happens.<br /><br />
The music pierces your soul, your whole body tingles. The feeling of Jenna and Lily rubbing up on either side of you feels sooooo fucking awesome.<br /><br />
You just want to cuddle with everyone on the dance floor.<br /><br />
You skin feel sensitive and years to be touched.<br /><br />
You lose track of time.<br /><br />
You occassionally find yourself making out with Lily... or was it Jenna? It hardly matters now, they're so sexy and they really know how to make-out.<br /><br />
I mean they <i>really</i> know what they're doing. Your nipples are hard, and something deep in sissy boi-pussy years to be touched.<br /><br />
Not just touched... fucked.<br /><br />
You think of all the training you've done with your ass... your sissy clit is locked up... useless and trapped. But your ass... you can cum from your ass now... a sissygasm.<br /><br />
You really want a sissygasm.<br /><br />
As the girls guide you away into some maze of rooms in the back of the club, you lose track of Valerie. You think she probably left with those two studs<br /><br />
You don't really feel mad, just weirdly envious.<br /><br />
<span class="link-fem"><<linkappend "Just give in, you already know where this is leading">>
<br /><br />You find yourself in a room, private and away from the crowded dance floor.<br /><br />
Your whole body is on fire with desire.<br /><br />
Lily is already naked and presenting herself to Jenna.<br /><br />
<img src="ast/img/s/acceptValALily.png" /><br /><br />
And Jenna... Jenna has a cock<br /><br />
She hovers over you, her impressive cock, hard and proud.<br /><br />
Lily graps on to it and guides your lips to the tip of it.<br /><br />
You take over, teasingly licking the head of it with your tongue.<br /><br />
Jenna moans.<br /><br />
She taste mildly salty.<br /><br />
It's good.<br /><br />
Your own sissy clitty stirs against its cage as you take another taste, then another.<br /><br />
Soon you have nearly half of Jenna's cock in your mouth, milking small spurts of tgirl fluid out of her. Lily then guides your head to her own little cock as she and Jenna make-out.<br /><br />
You continue to stroke Jenna's cock while lovingly sucking on Lily.<br /><br />
You feel the cool air waft pass your sissy clitty. You look down and see the cage is gone.<br /><br />
Lily dangles the keys playfully as she places the cage aside.<br /><br />
You had forgotten that she had the key.<br /><br />
Both Jenna and Lily hungrily attack your clitty, brining you to state of throbbing arousal but always squeezing your cock harshly anytime you think you're about to cum.<br /><br />
@@.lily;"Are you ready for your first real tgirl cock?"@@ asks Lily.<br /><br />
The question echoes in your head. You're so horny, you want it so bad... but a real penis inside of you?<br /><br />
Sex toys are one thing, but a real cock?<br /><br />
Something inside you shakes with fear.<br /><br />
@@.lily;"It's ok, you're ready for this, and it'll be so good"@@ reassures Lily as Jenna gently guides you on your back and spreads your legs.<br /><br />
You feel her hard cock resting just at the entrance to your anus. You're already lubed up from all the foreplay, and you can see her applying a fresh layer of lube to her cock.<br /><br />
She teases your virgin hole with the head of her cock. You bite your lip, your nipples harden, your body shakes with anticipation.<br /><br />
<img src="ast/img/s/acceptValNoReturn.png" /><br /><br />
Its slides in slowly, easily. All the training has made this painless.<br /><br />
her cock slides deeper and rubs up against your prostate.<br /><br />
Your eyes roll back in your head.<br /><br />
Oh yes, she found the sissy button.<br /><br />
And she knows it too.<br /><br />
She smiles as she expertly moves her cock in short rhythmic movements inside your anus.<br /><br />
A girly, slutty moan escapes your lips.<br /><br />
@@.pc;"Mnnnn yes please,"@@ you say with a quiver.<br /><br />
You whole lower body tingles, you grab your own budding breasts as a sissygasm throbs out from somewhere deep inside your.<br /><br />
You feel the tip of your cock convulse as you cum hands-free on Jenna's cock.<br /><br />
She giggles.<br /><br />
@@.lily;"Wow, that was fast,"@@ laughed Lily.<br /><br />
Jenna gives you a few moments to recover from your sissygasm, before she starts fucking your sissy pussy again.<br /><br />
You write and moan, it's so intense but already you feel another sissygasm starting to build, albeit much more slowly this time.<br /><br />
Lily cuddles up next to your, pushed her slick ass hole against your quivering clitty. With some clever manipulation, your clitty slides inside her asshole. You find yourself in a sissy sandwich, Jenna fucking your behind, which causes you to fuck Lily.<br /><br />
You writhe in agonizing pleasure. There's no escape from the overwhelming sensations. Wiggling forward causes Lily's ass to caress your clitty, wiggling backwards causes Jenna's cock to push deeper in your sissy pussy.<br /><br />
<video src="ast/img/acceptValSissSand.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You cum again, whimpering and moaning like a slut.<br /><br />
But the fucking continues, neither girl letting up as your brains are melted by one sissygasm after another.<br /><br />
<span class="link-fem"><<link "Sissygasm into Oblivion" "OnetimeBoard2">>
<<set $eventCol.delete("acceptVal1")>>
<<set $eventCol.pushUnique("acceptVal2")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("acceptVal2")>>
That night, you, Jenna, and Lily fucked so long that you all eventually passed out from exhaustion.<br /><br />
The following days after that were a whirlwind of activity. Lily and Jenna convinced Valerie to "release" you into their custody, to be their new sissy playmate.<br /><br />
She obliged.<br /><br />
You heard later through the grapevine that she didn't know if she could truly trust you anymore after you confronted her about the hormones.<br /><br />
Maybe it was her way of punishing you for your rebellion, making you an anal slave to a pair of tgirls.<br /><br />
Twisted logic to be sure.<br /><br />
But it scarcely matters now. Jenna and Lily take care of your day-to-day needs; hormones, fitness, food, everything.<br /><br />
In return, you serve them. Sometimes they feed you little paper packets (you would later find out it was MDMA, or some variant of it) that would make your horny, euphoric, compliant, then fuck you stupid.<br /><br />
Other times they would keep you locked up while you sucked their cocks, sucked their nipples, licked their bodies, rim jobs, foot jobs, manicures, pedicures, anal bleaching... whatever they wanted from you, you did.<br /><br />
All the sissygasms, drugs, hormones... they left you melted inside.<br /><br />
There are days where you wonder what it would've been like to stay under Valerie's roof, to see far her training would've taken you.<br /><br />
But then those type of regrets are often replaced with cock-induced sissygasms, and you quickly remember your new lot in life.<br /><br />
THE END<br /><br />
<b><i>Sissygasm Slave Ending</i></b><br /><br />
<span class="link-fem"><<link "To Be Continued" "TBC">><</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("hypScreen0")>>
<<addclass "body" "pulseHyp">>
<video src="ast/img/iasvid00.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class='fadeIn20'><span class="link-fem"><<link "I am a Sissy" "Home">>
<<set $eventCol.delete("hypScreen0")>>
<<set $eventCol.pushUnique("ias0")>>
<</link>></span></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("initJessica")>>
From the list of contacts Valerie gave you, you decide to give Jessica a call. You vividly remember your last interaction with her. Her athletic body had buried a strap-on deep inside your sissy ass<br /><br />
<video src="ast/img/jessMem.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<if not $eventCol.includes("talkedToJess") and $femLvl gte 4>>
<<if $femLvl is 4>>
Your experiences with Izzy and Raven were really... something... that's for sure. You wonder what Jessica could need help with. You feel a strange mix of excitement and dread and weirdly enough, the unknown challenge is the first thing you think of rather than the money...<br /><br />
<<elseif $femLvl is 5>>
As the phone rings, you start to wonder if Jessica will give you any more insight into the Descendo club... but then again, she seemed pretty focused on her own issues.<br /><br />
<<else>>
-to be implemented
<</if>>
<<elseif $femLvl lt 4>>
<!-- skip -->
<<else>>
You remember from the last time you spoke with her that Jessica needed help managing a local sports team...<br /><br />
<</if>>
<b>RING RING</b><br /><br />
<img src="ast/img/s/gnoJess.png" /><br /><br />
<<if $femLvl gte 4>>
<<if not $eventCol.includes("talkedToJess")>>
@@.jess;"Wild Panthers, Jessica speaking, how may I direct your call,"@@ answers a perky voice.<br /><br />
@@.pc;"Oh... uh... hey Jessica. This is $pcOldName ... errr I mean $pc and uh..."@@ you stammer.<br /><br />
@@.jess;"Hey $pc !, I've heard all about the progress you've made recently! Listen I'm kind've in a time crunch so I'll get straight to it. I could really use someone with your... abilities to help me,"@@ explains Jessica enthusiastically.<br /><br />
You're caught off guard not just by how quickly Jessica recognized you, but also that she knew about your "progress"... whatever that means.<br /><br />
@@.jess;"$pc ? You there?"@@<br /><br />
@@.pc;"Uh... yeah sorry!"@@ you respond quickly.<br /><br />
<<else>>
@@.jess;"Ah $pc , you ready to help me out?"@@ asks Jessica enthusiastically.<br /><br />
<</if>>
<span class="link-fem"><<link "Agree to be trained by Jessica" "OnetimeBoard2">>
<<set $eventCol.delete("initJessica")>><<set $eventCol.push("agreeJessica")>><<set $eventCol.delete("talkedToJess")>>
<</link>></span><br /><br />
<span class="link-masc"><<link "On second thought, maybe you should think this over" "OnetimeBoard2">>
<<set $eventCol.delete("initJessica")>><<set $eventCol.push("disagreeJessica")>><<set $currentSMaster.delete("Jessica")>>
<</link>></span><br />
<<else>>
@@.jess;"Wild Panthers, Jessica speaking, how may I direct your call,"@@ answers a perky voice.<br /><br />
@@.pc;"Oh... uh... hey Jessica. This is $pcOldName ... errr I mean $pc and uh..."@@ you stammer.<br /><br />
@@.jess;"Hey $pc !, Look I know why you're calling and frankly, I need someone with a more... genuine feminine touch... to help me out. I'll talk to you later!"@@<br /><br />
It seems like Jessica will need you to @@.hint;become more feminine@@ before she can give you any work.<br /><br />
<span class="link-fem"><<link "Hmmm... try calling someone else" "FriendHub">>
<<set $eventCol.delete("initJessica")>><<set $currentSMaster.delete("Jessica")>>
<</link>></span><br /><br /><br />
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("agreeJessica")>>
@@.jess;"Great! I work at a small office at the Wild Panthers Stadium, swing by as soon as you can and we can get to work!"@@ exclaims Jessica hurriedly.<br /><br />
You start to respond but she hangs up before you have a chance, she's clearly a very busy woman.<br /><br />
<span class="link-fem"><<link "You wonder what you'll be helping her with..." "Home">>
<<set $eventCol.delete("agreeJessica")>>
<<set $jessTrain to false>>
<<set $eventCol.push("jessicaP1")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("disagreeJessica")>>
@@.jess;"What?! Why are you calling me then? I have things to do! Listen, give me call back as soon as you're ready to get some work done."@@<br /><br />
<span class="link-masc"><<link "She Hung Up..." "Home">><<set $eventCol.delete("disagreeJessica")>><<set $eventCol.push("talkedToJess")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("pierceTongue")>>
The address Jessica gave you takes you to a storage facility.<br /><br />
<img src="ast/img/s/jessPierceFac.png" /><br /><br />
Luckily for you, the old steel and aluminum gate encircling the perimeter is already open. You follow the scribbled directions on the paper until you reach a large storage shed. The big garage door is already open and there's a collection of girls milling about the vicinty.<br /><br />
You immediately notice that all of these girls are done up in incredible make-up, hair on point, dresses short, cleavage exposed.<br /><br />
They don't seem to take much notice of you.<br /><br />
As you get closer you see a familiar face seated next to a padded, reclining tattoo chair.<br /><br />
It's the doorman from Raven's dungeon, the man who pierced your nipples and carried you around like a ragdoll.<br /><br />
Your cheeks immediately flush as his eyes lock with yours.<br /><br />
Your nipples start to @@.bimbhyptxt;throb@@ and you even feel some faint drip of excitement escape the tip of your @@.bimbhyptxt;sissy@@ clitty.<br /><br />
He waves you over, his face stern yet still somehow warm and kind.<br /><br />
He already seems to know what you're here for as he points towards a small metal barbell tongue stud lying on a piece of microfiber cloth sitting on a tray alongside various implements of piercing and tattooing.<br /><br />
<img src="ast/img/s/cheapTonguering00Intro.png" /><br /><br />
Fortunately the price isn't too bad.<br /><br />
<<if $wallet gte 100>>
<span class="link-fem"><<linkappend "Pierce Your Tongue $100">>
<<set _tempTong to {"sluttyTonguering01" : {"qty" : 0, "TonguePrcType" : "slutty"},
"sluttyTonguering02" : {"qty" : 0, "TonguePrcType" : "slutty"},
}>>
<<run jQuery.extend($clothes, _tempTong)>>
<<set $clothes.cheapTonguering00.qty to $clothes.cheapTonguering00.qty + 1>>
<<set $imgLinks.srcTonguePrc to "ast/img/s/cheapTonguering00.png">>
<<set $invs.TonguePrc.Id to "cheapTonguering00">>
<<set $invs.TonguePrc.TonguePrcType to "cheap">>
<<set $tongueprcInv.push("cheapTonguering00")>>
<<set $eventCol.delete("pierceTongue")>>
<<set $eventCol.pushUnique("tonguePierced")>>
<<set $wallet to $wallet - 100>>
<br />You take a seat in the surprisingly comfortable tatooist chair.<br /><br />
<img src="ast/img/s/jessPierceChair.png" /><br /><br />
The doorman hands you a small cup of mouthwash. You sip down the contents and begin to swish it.<br /><br />
He motions for you to continue swishing while he sanitizes a small clamp, a piercing needle, and the tongue stud. He lifts up a small empty trash can to your face so that you can spit.<br /><br />
With a nod of approval he hands you a small shot of brown liquid.<br /><br />
One smell tells you it's some kind of whisky. You hesitate for a second, then realize maybe a little shot of liquid courage wouldn't be such a bad idea.<br /><br />
You quickly down the small amount of booze and settle into the chair.<br /><br />
The doorman, with a gloved hand, gently opens your mouth.<br /><br />
You instinctively stick out your tongue. It's a strange instinct to have, and not one you remember ever having before.<br /><br />
The doorman, with incredible speed and dexterity, clamps your tongue with the pair of forceps in one hand, then, with little fanfare or warning, sharply and precisely jabs the needle through your tongue.<br /><br />
Before the pain even registers with your brain, he's released your tongue. You feel something hard and metallic bang around against your teeth.<br /><br />
The pain begins to surge now, but you're too impressed with how damn quick it was.<br /><br />
The doorman hands you a mirror. You look into your own dazed eyes and stick out your tongue once again. It's slightly enflamed, but the blood is minimal, and there, centered in an aesthetically pleasing way, is your new tongue piercing.<br /><br />
<img src="ast/img/s/jessFreshPierce.png" /><br /><br />
The doorman hands your a small card with printed instructions that inform you to rinse your mouth 3 times a day for the next week. He also hands you a small paper cup full of ice to suck on to help control the swelling.<br /><br />
You walk out of this strange piercing location, you can't believe that just happened.<br /><br />
<</linkappend>></span><br /><br />
<<else>>
<span class="p-masc">Pierce Your Tongue $100 (insufficient funds)</span><br /><br />
<</if>>
<span class="link-fem"><<link "Go Home" "Home">>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("lipInjectedExec")>>
<<set $currentTime to $currentTime + 8>>
You enter a small office in the back of the salon. A disinterested woman comes in and urges you to lay back in a small reclining chair. She picks up a small white tube, squirts a little dollop of clear, thick, substance onto her index finger and smears it across your lips.<br /><br />
Within in seconds your lips begin to tingle and burn and then...<br /><br />
Nothing, they feel completely numb.<br /><br />
The woman tells you to relax as she prepares a small syringe and leans over you. You don't feel a thing as the woman appears to do... something... to the lower half of your face.<br /><br />
"All done," the woman says almost robotically as she tosses her latex syrgical gloves into a small metal trash can and pulls the chair up into a sitting position.<br /><br />
She produces a small mirror for you to see the results.<br /><br />
<img src="ast/img/s/lipInjectionPost.png" /><br /><br />
You can't believe how sexy your lips are. You feel yourself getting a little turned on just looking at them.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("lipInjectedExec")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna1exec")>>
<<set $currentTime to $currentTime + 8>>
The woman who plumped your lips appears with a small syringe-like device connected to some wires. You obediently lay back on the familiar reclining chair.<br /><br />
"We will start from the top down," the woman says plainly, you detect a slight accent but you can't quite place it.<br /><br />
<img src="ast/img/s/elecNeck.png" /><br /><br />
She gently turns your head from side-to-side, poking and proding with the electrolysis needle. The process is uncomfortable, but when it's done, your neck is unbelievably smooth!<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna1exec")>>
<<set $eventCol.pushUnique("tna2")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna2exec")>>
<<set $currentTime to $currentTime + 8>>
You lay down in the chair again, you're more mentally prepared this time, letting your mind wander away from the discomfort as the woman works on your shoulders.<br /><br />
<img src="ast/img/s/elecShoulders.png" /><br /><br />
After the session, your shoulders feel sensitive, and even the slightest touch makes your shiver with sensation.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna2exec")>>
<<set $eventCol.pushUnique("tna3")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna3exec")>>
<<set $currentTime to $currentTime + 8>>
You strip off your top, shifting uncomfortably under the electrolysis needle as the woman begins working on your chest<br /><br />
<img src="ast/img/s/elecChest1.png" /><br /><br />
This part of your body is so large that it will take another session to get it completely smooth.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna3exec")>>
<<set $eventCol.pushUnique("tna4")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna4exec")>>
<<set $currentTime to $currentTime + 8>>
You strip off your top, your nipples hardening from the cool air of the air conditioner. The woman works around your sissy boobies, carefully removing the tiniest hairs.<br /><br />
<img src="ast/img/s/elecChest2.png" /><br /><br />
As you put your top back on, you realize your chest is sore, but your whole body is horny with sensitivity. You're more aware of your nipples than ever before.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna4exec")>>
<<set $eventCol.pushUnique("tna5")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna5exec")>>
<<set $currentTime to $currentTime + 8>>
The woman begins working on a large patch of skin on your back. By now you've grown use to the tiny pricks of pain as each hair is permanently removed.<br /><br />
<img src="ast/img/s/elecBack1.png" /><br /><br />
This part of your body is so large that it will take another session to get it completely smooth.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna5exec")>>
<<set $eventCol.pushUnique("tna6")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna6exec")>>
<<set $currentTime to $currentTime + 8>>
Another day, another session under the technician's skillful needle. You relax as best as you can as the woman plucks the remaining hairs out of your back.<br /><br />
<img src="ast/img/s/elecBack2.png" /><br /><br />
You can't help but admit that despite the pain, your back feels so smooth and sexy.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna6exec")>>
<<set $eventCol.pushUnique("tna7")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna7exec")>>
<<set $currentTime to $currentTime + 8>>
You assume your arms will take two sessions. You assume incorrectly. The woman seems determined to get them both done in one go.<br /><br />
<img src="ast/img/s/elecArms.png" /><br /><br />
When she's finished, you can't stop yourself from periodically feeling your arm pits. No amount of shaving ever got them this smooth before. Every movement of your arms is a remainder of how sensual and girly you've become.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna7exec")>>
<<set $eventCol.pushUnique("tna8")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna8exec")>>
<<set $currentTime to $currentTime + 8>>
The woman just focuses on the lower half of your legs, especially focusing on those easy to miss areas that shaving often neglects around and under the knees.<br /><br />
<img src="ast/img/s/elecLegs1.png" /><br /><br />
The cool air hitting your newly bared calves sends goosebumps all over your body.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna8exec")>>
<<set $eventCol.pushUnique("tna9")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna9exec")>>
<<set $currentTime to $currentTime + 8>>
Finally, your legs will be finished today! You feel excited by each session. The discomfort is almost an afterthought at this point.<br /><br />
<img src="ast/img/s/elecLegs2.png" /><br /><br />
It feels great when your smooth thighs slide by each other. You wish you could squeeze your littly sissy clitty in between them, but unfortunately you're still locked-up tight.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tna9exec")>>
<<set $eventCol.pushUnique("tna10")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tna10exec")>>
<<set $currentTime to $currentTime + 8>>
Finally... the last session. Valerie was kind enough to unlock you, with strict instructions to place yourself back in chastity as soon as the procedure was finished.<br /><br />
Strangely, despite the freedom, your little pee-pee stays perfectly limp.<br /><br />
Even as the woman's gentle touch shifts your sleeping penis around to reach hidden hairs in your bikini area, you get excited, but stay soft.<br /><br />
You become a little worried as you stare at your wee-wee... you could've sworn it was bigger. Maybe the cool air is causing to look shrivled... to look like an oversized clit... a true sissy clitty.<br /><br />
The thought feels you with a mixture of excitement, pride, and fear.<br /><br />
<img src="ast/img/s/elecBikini.png" /><br /><br />
You present yourself for final inspection, the woman occasionally discovering a missed hair around your anus and perinium. You feel humiliated and vulnerable in this position... but your mind still wanders...<br /><br />
<span class="link-fem"><<link "Wandering about What?" "OnetimeBoard2">>
<<set $eventCol.delete("tna10exec")>>
<<set $eventCol.pushUnique("tnaComplete")>>
<<set $eventCol.pushUnique("hypScreen1")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("hypScreen1")>>
<<addclass "body" "pulseHyp">>
<video src="ast/img/iasvid01.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class='fadeIn20'><span class="link-fem"><<link "I am a Sissy" "Home">>
<<set $eventCol.delete("hypScreen1")>>
<<set $eventCol.pushUnique("ias1")>>
<</link>></span></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("jessPiercingUnlock")>>
As you leave Jessica mentions, @@.jess;"Now that your tongue is all healed up, you might feel like checking out some of the@@ @@.hint;tongue piercings available at the Adult Novelty Store@@ @@.jess;."@@<br /><br />
You nod, making a mental note to check it out sometime.<br /><br />
<<set _tempTongue to {"sluttyTonguering01" : {"qty" : 0, "TonguePrcType" : "slutty"},
"sluttyTonguering02" : {"qty" : 0, "TonguePrcType" : "slutty"},
}>>
<<run jQuery.extend($clothes, _tempTongue)>>
<span class='link-fem'><span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("jessPiercingUnlock")>>
<<set $eventCol.pushUnique("tongueHealed")>>
<</link>></span></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("jessFinishTrainingEnd")>>
Thanks to your experience as team trainer, you now think you can coordinate your own @@.hint;Sporty Outfit@@<br /><br />
<span class="link-fem"><<link "Time to take that Shower" "Home">>
<<set $eventCol.delete("jessFinishTrainingEnd")>>
<<set $SMasterTrained.push("Jessica")>>
<<set $debt to $debt - 30000>>
<<set $warSportyTopImg to "ast/img/s/clVest00.png">>
<<set $warSportyTopId to "clVest00">>
<<set $warSportyBottomImg to "ast/img/s/clSkirt00.png">>
<<set $warSportyBottomId to "clSkirt00">>
<<set $warSportyShoeImg to "ast/img/s/trainers00.png">>
<<set $warSportyShoeId to "trainers00">>
<<set $warSportyUWImg to "ast/img/s/spankies00.png">>
<<set $warSportyUWId to "spankies00">>
<<set $warSportyHairAccImg to "ast/img/s/ribbon00.png">>
<<set $warSportyHairAccId to "ribbon00">>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp2EX")>>
On the phone screen you see the website of some sort of posh, outpatient facility.<br /><br />
<img src="ast/img/s/opFacility.png" /><br /><br />
As you scroll down you see the smiling face of a well groomed doctor followed by a few paragraphs of the different plastic surgery options they offer.<br /><br />
You balk @@.pc;"Plastic surgery?! Valerie... everything so far... it's been reversible-"@@<br /><br />
@@.hg;"And this is too!@@ interrupts Valerie as she selects a link on the web page for you, @@.hg;"Look here, inflatable implants, minimally invasive! They make a teeny tiny little incision and slide this flat little pack into each boob. Then, they can just inject saline to grow your little boobies as bis as you want! Same thing for your ass. Tiny tiny little cut,"@@ she reassures.<br /><br />
<img src="ast/img/s/implantDiag.png" /><br /><br />
You look at her with a mixture of fear and doubt.<br /><br />
@@.hg;" $pc , relax! When you're ready to go back to being a boring boy, they just drain the implants, reopen the same incisions, and pull out the little packs. Recovery time is basically nothing!"@@ explains Valerie.<br /><br />
You get the feeling she's been thinking about this for awhile now...<br /><br />
@@.pc;"But Valerie, the whole reason I'm doing this is to get out of medical debt, I don't have the kind of money to undergo this procedure even if I wanted to,"@@ you complain.<br /><br />
@@.hg;"That's the beauty of it! The procedure is a little pricey, but it includes both implants your boobs and butt, and includes all saline injections as well as an elective removal when you're ready! Better yet... the amount of money your mystery date is offering... trust me it'll more than pay for this surgery. You'll come out ahead, I promise,"@@ urges Valerie.<br /><br />
@@.pc;"But... no ones going to extend that type of credit to me,"@@ you say.<br /><br />
@@.hg;"Already covered, my dad is lending me the money, he thinks I'm going to use it for a hot investment opportunity... and in a way... that's exactly what I plan to do,"@@ laughs Valerie, @@.hg;"I'll pay for the surgery, you go on the date, get paid, pay down your debt maybe with a little interest..."@@<br /><br />
You hesitate, thinking about what big puffy breasts and a nice round girly ass would be like...<br /><br />
<img src="ast/img/s/implantDD.png" /><br /><br />
@@.hg;"Everyone comes out ahead! My dad gets a return on his money, you get to pay down a huge chunk of debt, and I get to admire that smoking hot body of yours,"@@ explains Valerie as she playfully smacks your butt.<br /><br />
Your mind begins to wander, all those dreams you've had, of hot transexuals, their nice big tits bouncing as they work a throbbing cock in their ass. You feel something leak out of your chastity cage and you bite your lip.<br /><br />
<video src="ast/img/implantDream.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.hg;"Can I take that as a yes?"@@ asks Valerie playfully.<br /><br />
You sigh in resignation and nod, unable to shake the naughty thoughts from your mind.<br /><br />
I mean it's only temporary right? It might be pretty fun to have the ultimate woman's body.<br /><br />
@@.hg;"Phew, great!"@@ sighs Valerie, @@.hg;"You don't know how relieved I am that you're onboard... because I hired this surgeon on retainer in advance. He's available today and ready to go!"@@<br /><br />
@@.pc;"T-today?!"@@ you exclaim.<br /><br />
@@.hg;"Yes, today! Let's go! I'll call him on the way there!"@@ exclaims Valerie.<br /><br />
<span class="link-fem"><<link "Head to the Outpatient Facility" "OnetimeBoard2">>
<<set $eventCol.pushUnique("femLvlUp2EX1")>>
<<set $eventCol.delete("femLvlUp2EX")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp2EX1")>>
Later that day, you find yourself laying out on a hospital bed<br /><br />
You can't believe you're going through with this, but at the same time... something inside you is unbelievably excited.<br /><br />
As the mask slips over your face, you enter oblivion.<br /><br />
What were you thinking about aga---....<br /><br />
***<br /><br />
You come out of the sleep, it feels like only seconds have gone by, but the nurse informs you that you were in surgery for a few hours.<br /><br />
The words of the staff float around your head. You feel like you're a million miles away.<br /><br />
You sip the water.<br /><br />
You nibble on some crackers.<br /><br />
They seem satisfied you're ok.<br /><br />
Your pain is minimal, apparently the incisions were less than an inch a piece, and when they heal... they'll be practically invisible.<br /><br />
You're able to walk out of the facility, still dazed but mentally peaceful as you head back home...<br /><br />
<span class="link-fem"><<link "Examine your Bandaged Body" "OnetimeBoard2">>
<<set $eventCol.pushUnique("femLvlUp2EX2")>>
<<set $eventCol.delete("femLvlUp2EX1")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp2EX2")>>
The anesthesia finally wears off later that evening.<br /><br />
You examine yourself in the mirror, unfortunately there isn't much to see. All they did was insert small flat packs, no inflation yet...<br /><br />
<img src="ast/img/s/postBand.png" /><br /><br />
What in the world have you just done.<br /><br />
<span class="link-fem"><<link "Exit the Bathroom" "Home">>
<<set $femLvl to $femLvl + 1>>
<<set $eventCol.delete("femLvlUp2EX2")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("initSuzy")>>
From the list of contacts Valerie gave you, you decide to give the bubbly red-headed Suzy a call. By the time she got her turn to do some pegging, you were already a panting mess. But you remember her being so affable, even in the throes of passion.<br /><br />
<video src="ast/img/suzMem.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<if not $eventCol.includes("talkedToSuzy") and $femLvl gte 4>>
<<if $femLvl is 4>>
Your experiences with Izzy and Raven were really... something... that's for sure. You wonder what Suzy could need help with. You find it a little hard to believe that Suzy has tons of cash at her disposal, but there's only one way to really find out...<br /><br />
<<elseif $femLvl is 5>>
Your jaw is sore from all the cocksucking, you hope whatever Suzy has planned won't be so orally taxing.<br /><br />
<<else>>
-to be implemented
<</if>>
<<elseif $femLvl lt 4>>
<!-- skip -->
<<else>>
You remember from the last time you spoke with her that Suzy needed help recuiting some guys into some kind of organization...<br /><br />
<</if>>
<b>RING RING</b><br /><br />
<img src="ast/img/s/gnoSuzy.png" /><br /><br />
<<if $femLvl gte 4>>
<<if not $eventCol.includes("talkedToSuzy")>>
@@.suz;"Hello?,"@@ answers an eager voice.<br /><br />
@@.pc;"Uh... hi, may I speak with Suzy?"@@ you ask.<br /><br />
@@.suz;"This is she!"@@ exclaims Suzy enthusiastically.<br /><br />
You're caught off guard by how excited she sounds.<br /><br />
@@.suz;"Hello?"@@<br /><br />
@@.pc;"Uh... yes, hey Suzy, this is $pc "@@ you respond.<br /><br />
There's a long pause on the other end.<br /><br />
@@.pc;"I'm one of Valerie's-"@@<br /><br />
@@.suz;"Oh right! $pc ! Sorry, I've been juggling a lot of names recently. How are you? Valerie told me you might be looking for a little side-hustle,"@@ interrupts Suzy.<br /><br />
@@.pc;"Yeah, she said you might have some work for me,"@@ you affirm.<br /><br />
@@.suz;"Did you know Valerie sent me a photo of your progress? You are looking sooo good girlfriend! Yes, I could definitely use your help,"@@ agrees Suzy.<br /><br />
@@.suz;"You see, I'm kind of like a recruiter of sorts for a large club here in the city. It's very specialized and needs particular talent for particular things. Sometimes that potential talent needs to be convinced with something other than just a generous salary,"@@ hints Suzy, @@.suz;"And don't worry! I'll teach you how to be a good recruiter, you'll really get a chance to develop your people skills!"@@<br /><br />
<<else>>
@@.suz;" $pc ! you ready to go help me recruit?"@@ asks Suzy enthusiastically.<br /><br />
<</if>>
<span class="link-fem"><<link "Agree to be trained by Suzy" "OnetimeBoard2">>
<<set $eventCol.delete("initSuzy")>><<set $eventCol.push("agreeSuzy")>><<set $eventCol.delete("talkedToSuzy")>>
<</link>></span><br /><br />
<span class="link-masc"><<link "On second thought, maybe you should think this over" "OnetimeBoard2">>
<<set $eventCol.delete("initSuzy")>><<set $eventCol.push("disagreeSuzy")>><<set $currentSMaster.delete("Suzy")>>
<</link>></span><br />
<<else>>
@@.suz;"Hello?,"@@ answers an eager voice.<br /><br />
@@.pc;"Uh... hi, may I speak with Suzy?"@@ you ask.<br /><br />
@@.suz;"This is she!"@@ exclaims Suzy enthusiastically.<br /><br />
You're caught off guard by how excited she sounds.<br /><br />
@@.suz;"Hello?"@@<br /><br />
@@.pc;"Uh... yes, hey Suzy, this is $pc "@@ you respond.<br /><br />
@@.suz;" $pc !, how are you?! Valerie told me you might call."@@<br /><br />
@@.pc;"Yeah, she said you might have some work for me,"@@ you affirm.<br /><br />
@@.suz;"I definitely will have some work for you... when you're... more ready. I need someone who really knows how to win people over, you know?"@@ replies Suzy<br /><br />
It seems like Suzy will need you to @@.hint;become more feminine@@ before she can give you any work.<br /><br />
<span class="link-fem"><<link "Hmmm... try calling someone else" "FriendHub">>
<<set $eventCol.delete("initSuzy")>><<set $currentSMaster.delete("Suzy")>>
<</link>></span><br /><br /><br />
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("agreeSuzy")>>
@@.suz;"Yay! Ok, I'll send you directions to my apartment! We'll go over the gameplan from there,"@@ exclaims Suzy.<br /><br />
You respond affirmatively and carefully take down the directions to her place.<br /><br />
@@.suz;"See you soon!"@@<br /><br />
<span class="link-fem"><<link "You wonder what you'll be helping her with..." "Home">>
<<set $eventCol.delete("agreeSuzy")>>
<<set $suzTrain to false>>
<<set $eventCol.push("suzyP1")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("disagreeSuzy")>>
@@.suz;"Awww, that's too bad! Well I hope you change your mind soon, I could really use your help!"@@<br /><br />
You apologize and say goodbye.<br /><br />
<span class="link-masc"><<link "Hang Up the Phone" "Home">><<set $eventCol.delete("disagreeSuzy")>><<set $eventCol.push("talkedToSuzy")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("guyLunchExec")>>
<<if $pcAb.outerWear is "cuteClothes">>
Valerie nods with approval, @@.hg;"Lookin' good, girl! Those clothes don't give <i>too</i> much away, which will give us time to really work on those curves for the big night"@@ explains Valerie.<br /><br />
So dressing cute is some sort of stalling tactic?<br /><br />
Valerie gathers her purse and the two of you head out.<br /><br />
***<br /><br />
You arrive at a posh little deli tucked amidst a bustling block of luxury boutiques. You don't think you've ever seen so many over-priced goods and services in your life. Although... part of you is swept up in the glamour of it all as you and Valerie work your way down the sidewalk towards the eatery.<br /><br />
<img src="ast/img/s/outdoorDeli.png" /><br /><br />
Valerie waves to a man sitting at a small table situated in an outdoor dining area just in front of the deli.<br /><br />
@@.ric;"Valerie!"@@ you hear the man shout in a deep, pleasant voice.<br /><br />
Valerie waves back with a smile and pulls you along with her.<br /><br />
@@.hg;"Hey Richard!"@@ greets Valerie as she walks up to him.<br /><br />
The man rises to his feet and gives Valerie a friendly hug.<br /><br />
Valerie turns to you.<br /><br />
@@.hg;"Richard, I'd like you to meet my friend, $pc . $pc , this is Richard, he's the one I told you about,"@@ explains Valerie.<br /><br />
Somehow hearing Valerie refer to you as a simple "friend" stings more than you thought... Didn't you used to be a couple? When did that start to change? Richard takes a few steps forward with an outstretched hand.<br /><br />
You reach out and return the gesture, shaking his hand. His grip is firm, but you notice his skin is soft, well-manicured. He even smells great. You catch yourself smiling like a doofus.<br /><br />
@@.ric;"Nice to meet you, $pc "@@ says Richard.<br /><br />
You smile nervously, @@.pc;"Nice to meet you too."@@<br /><br />
@@.ric;"Where's your date?"@@ Richard says as he turns to Valerie.<br /><br />
@@.hg;"Oh he's running late as usual,"@@ laughs Valerie as she rolls her eyes.<br /><br />
You never really considered that Valerie would have a date other than you. Why are you just now thinking about all this? You somehow don't feel jealous... maybe sad? Sad that you have to share? Maybe part of you accepted that eventuality a long time ago.<br /><br />
@@.ric;"Well you two look fantastic,"@@ compliments Richard as he looks deep into your eyes.<br /><br />
His hungry stare makes you feel wanted. You try to remind yourself that you're just in it for the money... but your emotions are going haywire.<br /><br />
<img src="ast/img/s/lunchSalad.png" /><br /><br />
Food is brought to the table, Richard must have ordered in advance. Somehow this initiative of his doesn't bother you.<br /><br />
The three of you chat about inconsequential things, the weather, the price of gas, the little deli. You even take turns wondering about the different shops located nearby.<br /><br />
@@.cal;"Hey sorry I'm late!"@@ you hear an all too familiar voice call out.<br /><br />
Ambling down the street is a familiar, muscular form...<br /><br />
@@.pc;"Cal?!"@@ you cry out, recognizing your friend instantly.<br /><br />
Cal looks at you confused as he gets closer, @@.cal;"Uhhh, hey?"@@ he replies in confusion.<br /><br />
You can't even bare to look at Valerie right now.<br /><br />
Cal cocks his head to the side and squints his eyes.<br /><br />
Then they suddenly go wide.<br /><br />
@@.cal;" $pcOldName !?"@@ he cries out, @@.cal;"What the fuck dude?!"@@<br /><br />
You realize he's never seen you all done up like a girl before. You instantly want to crawl under a rock and die. At the same time you want to strangle Cal and Valerie.<br /><br />
Well maybe not Cal, he's a big dumb idiot and probably didn't even realize you and Valerie were still a thing... but Valerie... how could she?!?!<br /><br />
And with one of your friends!<br /><br />
You shoot a hateful glare at Valerie, she looks at you sympathetically.<br /><br />
Richard just seems confused by it all.<br /><br />
@@.pc;"I don't understand... why?!"@@ you exclaim, looking at Valerie while motioning at Cal.<br /><br />
@@.hg;"Oh don't be so dramatic, $pc ! What we have is something special, but Cal brings something else to the table that you can't provide,"@@ responds Valerie, glancing down at your crotch.<br /><br />
@@.cal;"Dude, why are you dressed like that... and how do you have boobies?"@@ asks Cal, the earnest dimwit seems genuinely concerned.<br /><br />
You feel tears well up in your eyes, it's all just too much.<br /><br />
You jump up from your seat and storm away.<br /><br />
Valerie calls out to you, but you ignore her as you dart around a corner.<br /><br />
You close your eyes, realizing you just embarassed yourself acting like a child. You hug yourself as you lean against a wall, silently pouting.<br /><br />
You shut your eyes tight, the stress of the changes, the relationships, everything... it starts to all cave-in on you.<br /><br />
Just when you think you might scream at the top of your lungs you feel a warm arm drape itself over your shoulders. You look over and see Richard there, a concerned look on his face.<br /><br />
@@.ric;"Are you ok?"@@ he asks.<br /><br />
You quickly wipe your eyes dry, careful not to smudge your make-up in the process, @@.pc;"Uh yeah yeah... just a lot going on. Just need a sec to process it,"@@ you explain.<br /><br />
Richard pats you the back, @@.ric;"I know you've been on... quite a journey... with all the changes and everything. Frankly it's not something I can really wrap my head around. But... I find something about it truly fascinating... and there's something about you that's truly fascinating,"@@ Richard says as he gently brushes some of your hair back behind your ear.<br /><br />
You look up at him, much like Valerie, he knows what you are. Unlike Valerie, he's not running around with one of your close friends.<br /><br />
@@.pc;"I'm sorry for ruining lunch,"@@ you reply.<br /><br />
Richard just smiles warmly, @@.ric;"I'm glad I got to meet you. You can ruin my lunch anytime."@@<br /><br />
You smile a little, this guy is such a dork.<br /><br />
@@.ric;"We still on for our date night?"@@ he asks.<br /><br />
Despite everything, he still wants to be with you. Something about this... about him... warms you up.<br /><br />
You nod and smile.<br /><br />
@@.ric;"Great!"@@ he replies.<br /><br />
He pauses for a moment, @@.ric;"Uh... did you want to..."@@ he motions back at the table.<br /><br />
You shake your head, you're not ready to deal with all of that right now, @@.pc;"Tell Valerie I'm sorry and uh... I'll see her at home."@@<br /><br />
He nods, @@.ric;"No worries, I'll smooth it over."@@<br /><br />
You give Richard a hug and something compels you to give him a peck on the cheek.<br /><br />
He smiles at the spontaneous affection.<br /><br />
<span class="link-fem"><<link "Go Home" "OnetimeBoard2">>
<<set $eventCol.delete("guyLunchExec")>>
<<set $eventCol.pushUnique("guyLunchExec1")>>
<</link>></span><br />
<<else>>
@@.hg;" $pc ! I told you to get@@ @@.hint;dressed in something cute!@@ @@.hg;You can't go out looking like that! This first meetup is important!"@@ scolds Valerie.<br /><br />
<span class="link-fem"><<link "Go Change" "Home">>
<<set $eventCol.delete("guyLunchExec")>>
<</link>></span><br />
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("guyLunchExec1")>>
Later, after lunch, Valerie comes home.<br /><br />
Instead of a screaming match, you and her just sit on the couch and hug.<br /><br />
She apologizes.<br /><br />
You apologize back.<br /><br />
For awhile the two of you just sit in silence, jointly contemplating the state of things.<br /><br />
@@.hg;"What we have is special... but it's not a normal relationship,"@@ says Valerie.<br /><br />
You nod, you knew it would be this way... eventually.<br /><br />
@@.pc;"Yeah..."@@<br /><br />
@@.hg;"I still want you by my side. You're mine. I want us to go out, have fun, get in, get off, get out. And then we always come back here... together,"@@ rambles Valerie.<br /><br />
The thought is a little incoherent... but you think you understand what she means. The two of you have something deeper than friendship, a psuedo-sexual dominant-submissive relationship... open-ended... experimental...<br /><br />
You're still wrapping you mind around it. It's been like this for awhile, but somehow putting words to it has made it more real.<br /><br />
@@.hg;"I don't know what spell you cast on Richard... but he's enamored with you,"@@ giggles Valerie.<br /><br />
You smile... Richard makes you feel special.<br /><br />
@@.hg;"We've still got some work to do before the big night... but for now... I think you've earned some rest,"@@ concedes Valerie.<br /><br />
You nod.<br /><br />
You and Valerie hug it out one last time.<br /><br />
<img src="ast/img/s/valHug.png" /><br /><br />
<span class="link-fem"><<link "Finish Up the Day" "Home">>
<<set $eventCol.delete("guyLunchExec1")>>
<<set $eventCol.delete("guyLunch")>>
<<set $eventCol.pushUnique("guyLunchDone")>>
<<set $preppedDate to false>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("inject0Exec")>>
You walk into the small clinic. The nurse at the receptionist desk ushers you into a small clinician's office.<br /><br />
<img src="ast/img/s/psOffice.png" /><br /><br />
The physicians's assistant, a bored looking man with exceptionally tired eyes greets you with as little effort as possible as he walks in.<br /><br />
He instructs you to strip down to your underwear.<br /><br />
He barely reacts at all to your nudity.<br /><br />
This man has seen things.<br /><br />
He has you raise your arms, he explains that there's a series of tiny ports left over from the breast and ass implant procedure. Two of them are located just underneath each underarm. He deftly slides the needle of a large syringe into the tiny little port. You don't feel the insertion of the needle at all, much to your relief. But soon you do feel a tightness and mild burning in your chest as you feel the implant begin to expand and strain against your skin.<br /><br />
The PA quickly switches sides and injects your other breast.<br /><br />
<img src="ast/img/s/valCCup.png" /><br /><br />
He examines your breast closesly, gently squeezing them, making the uncomfortable tightness shift into a throbbing pain for a few moments.<br /><br />
You do your best not to yelp.<br /><br />
He can see your discomfort and apologizes, explaning that you'll get used to the new size quickly. He then has you lay on your stomach, you prop yourself up on your forearms to keep from smashing your engorged tits.<br /><br />
The PA finds a small port located on the top of your left ass cheek, just below your waistline. It was so small you hadn't even noticed it! He injects another large syringe full of fluid into the port. You feel your ass cheek swell and strain as you feel the implant grow. He repeats the process on the right cheek.<br /><br />
<img src="ast/img/s/valCAss.png" /><br /><br />
Your tits and ass feel tight and itchy, so itchy that you want to claw them off your body.<br /><br />
The PA tells you not to scratch them and instructs you apply plenty of lotion on your skin to help with the stretching.<br /><br />
You find your clothes are a little more snug as you slide them over your freshly engorged body.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("inject0Exec")>>
<<set $eventCol.pushUnique("injected0")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("inject1Exec")>>
You walk into the small clinic. The nurse at the receptionist desk ushers you into a small clinician's office.<br /><br />
<img src="ast/img/s/psOffice.png" /><br /><br />
The familiar physician's assistant enters the office and gives you a routine greeting. You don't have to wait for his instructions as you dutifully undress and present yourself to the needle. The familiar tautness and subsequent burn flood your tits and ass.<br /><br />
But you know what to expect this time and will yourself not to utter a cry or scratch at the renewed itchiness flooding your implants. The PA nods in approval, yet his face is as stony and unreadable as ever.<br /><br />
You catch a glimpse of yourself in the mirror mounted in the office and can't help but marvel at how nice your breasts look.<br /><br />
<img src="ast/img/s/valDCup.png" /><br /><br />
You do a little spin, observing the fullness of your ass.<br /><br />
<img src="ast/img/s/valDAss.png" /><br /><br />
With curves like these, you dare say you could nearly give Valerie a run for her money.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("inject1Exec")>>
<<set $eventCol.pushUnique("injected1")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("inject2Exec")>>
You walk into the small clinic. The nurse at the receptionist desk ushers you into a small clinician's office.<br /><br />
<img src="ast/img/s/psOffice.png" /><br /><br />
You strip down before the PA even enters the office. And when he does show up, you actually see a brief flash of emotion wash over his face as he sees your sexy curves just waiting for his touch.<br /><br />
He immediately regains his composure. He seems more angrey at himself for his reaction more than anything. He expertly prepares the needle.<br /><br />
The swelling, full sensation, the all too familiar burn. You're used to it all. This time the PA inspects your breasts more... thoroughly than usual, and much more gently. He caresses their swollen form, as if admiring a work of art.<br /><br />
<img src="ast/img/s/valDDCup.png" /><br /><br />
He does the same with your ass, even going so far as to spread your cheeks apart. You hear his breathing become slightly labored. A mixture of disgust and excitement cascades through your mind. You feel a gloved finger "accidentally" brush by your exposed ass hole.<br /><br />
<img src="ast/img/s/valDDAss.png" /><br /><br />
The PA clears his throat, as if changing his mind about something. He bids you a good day.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("inject2Exec")>>
<<set $eventCol.pushUnique("injected2")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("lotion0Exec")>>
You take your time, applying generous amounts of restorative lotion to your increasingly feminine body.<br /><br />
<video src="ast/img/valLotion0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
It feels fantastic, you almost feel like you could cum just rubbing yourself. It's so strange how different you experience pleasure now.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("lotion0Exec")>>
<<set $eventCol.pushUnique("lotioned0")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("lotion1Exec")>>
You take your time, applying generous amounts of restorative lotion to your increasingly feminine body.<br /><br />
<video src="ast/img/valLotion1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You actually think you felt a tiny little sissygasm as your entire body responds to the loving care in an unexpected way. You've practically left a sissy puddle where your caged clitty was resting.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("lotion1Exec")>>
<<set $eventCol.pushUnique("lotioned1")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("lotion2Exec")>>
You take your time, applying generous amounts of restorative lotion to your increasingly feminine body.<br /><br />
<video src="ast/img/valLotion2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You barely try to contain how lewd and horny you are. You can barely remember what is was like to be a boring, passionless man.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("lotion2Exec")>>
<<set $eventCol.pushUnique("lotioned2")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("lotion3Exec")>>
You take your time, applying generous amounts of restorative lotion to your increasingly feminine body.<br /><br />
You wish someone with big strong hands would come around and help you with this lotion task. You daydream about a nice long massage from a nice, well-hung, masseuse<br /><br />
<video src="ast/img/valLotion3.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("lotion3Exec")>>
<<set $eventCol.pushUnique("lotioned3")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tan0Exec")>>
You follow the directions to the tanning salon, which is located in a posh little strip mall, which doesn't surprise you considering who sent you here.<br /><br />
You go inside the clean and brightly lit building. The tanning tech finds your name and leads you down a darkened hallway and reveals a tanning booth for you to use.<br /><br />
<img src="ast/img/s/valTanBooth.png" /><br /><br />
The tech explains that for the best results, you should tan completely naked. You're hesitant, but decide that it'll be pretty obvious to Valerie if you <i>don't</i> get naked.<br /><br />
You strip down and get cookin' until you come out slightly darker than when you went in.<br /><br />
<img src="ast/img/s/valTan0.png" /><br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tan0Exec")>>
<<set $eventCol.pushUnique("tanned0")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tan1Exec")>>
You make your way to tanning salon.<br /><br />
You go inside the clean and brightly lit building. The tanning tech recognizes you and leads you down a darkened hallway and reveals a tanning booth for you to use.<br /><br />
<img src="ast/img/s/valTanBooth.png" /><br /><br />
You know the drill, quickly stripping down. The tech blushes a little as he catches a glimpse of your incredible body as he leaves.<br /><br />
You smile to yourself, enjoying this new found power you have over men as your skin becomes slightly darker.<br /><br />
<img src="ast/img/s/valTan1.png" /><br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tan1Exec")>>
<<set $eventCol.pushUnique("tanned1")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("tan2Exec")>>
You make your way to tanning salon.<br /><br />
You go inside the clean and brightly lit building. The tanning tech recognizes you and leads you down a darkened hallway and reveals a tanning booth for you to use.<br /><br />
<img src="ast/img/s/valTanBooth.png" /><br /><br />
You begin undressing before the tech has a chance to leave. You look him dead in the eyes.<br /><br />
You think he might have a heart attack as he apologizes profusely and fumbles his way out the door.<br /><br />
That was cruel of you... but it's so hard not to tease men when you look this damn good.<br /><br />
<img src="ast/img/s/valTan2.png" /><br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("tan2Exec")>>
<<set $eventCol.pushUnique("tanned2")>>
<<set $preppedDate to true>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EX")>>
You take a moment to really admire all your hard work. You are just so... wow.<br /><br />
You examine yourself from different angles. Part of you nit-picks the tiny little flaws. Part of you is insanely turned on by everything else. You know, from being a guy, that you would fuck you in a heartbeat.<br /><br />
You suddenly realize you have a perspective most women can only dream of. You know exactly what men look at. You know exactly what men are willing to overlook as well.<br /><br />
You press your shoulders together, admiring your flawless cleavage.<br /><br />
<img src="ast/img/s/adBust.png" /><br /><br />
Then you playfully spin around and admire your bubble butt.<br /><br />
<img src="ast/img/s/adAss.png" /><br /><br />
Seeing your womanly figure jiggle in response to your movements brings you a mixture of pride, joy, and power that you're not sure how to quanitfy. Even catching your womanly hourglass figure in silhouette leaves you with a strange sense of wonder and power.<br /><br />
<img src="ast/img/s/adHourglass.png" /><br /><br />
@@.hg;"Let's do it,"@@ chimes Valerie.<br /><br />
You have to force yourself to look away from your own attractiveness, @@.pc;"Do what?"@@<br /><br />
@@.hg;"Let's call him, let's do the date tonight!"@@ continues Valerie.<br /><br />
The idea that tonight could be <i>the</i> night, gets your heart racing. Doubt washes over your face.<br /><br />
@@.hg;"Oh don't get so worried, I have a great outfit for your to wear, plus I'll be there with you... at least for a little while,"@@ reassures Valerie.<br /><br />
Another double date? You don't think you're ready to go through that again.<br /><br />
@@.hg;"Don't worry, Cal won't be there this time. I'm meeting up with a friend from the Club,"@@ explains Valerie, reading you like an open book.<br /><br />
She must mean THE Club, the one Suzy recruits for.<br /><br />
@@.hg;"Here, put this on. I'll get things arranged with Rich. Oh! Before I forget, take out your butt plug... and your cage..."@@ instructs Valerie as she lays out some clothes for you on the bed and tosses the keys to your cage on top of that.<br /><br />
You examine the key and do as you're instructed, easing out the butt plug... and releasing your clitty from captivity. She didn't give your explicit instructions. But you want to make her proud.<br /><br />
You keep your hands to yourself. The air-conditioned breeze in the house keeps your clitty small and cute. Weirdly, you kinda like it all small and cute.<br /><br />
You gingerly walk over and inspect the clothing. Revealing... pink... somehow it doesn't surprise you. Although, when you do finally get the girly outfit on...<br /><br />
<img src="ast/img/s/adOutfit.png" /><br /><br />
You make it look good.<br /><br />
***<br /><br />
Later that evening, as the sun begins to set, you and Valerie walk down a familiar sidewalk amidst the bustling cluster of shops and eateries.<br /><br />
Dinner and a movie, the classic combo.<br /><br />
Dinner was at a quiet cafe. You ate light as you nervously managed your food while talking to Rich.<br /><br />
He's just as kind and patient with you as before. And your heart skips a beat everytime he looks into your eyes.<br /><br />
You wish Valerie had let you cum the other night... your whole body is tingling and anxious with sexual energy. Rich seems to pick up on this... at least subconsiously. Making flirty jokes, making excuses to reach across the table and pat your arm or stroke your hand.<br /><br />
His touch gives you goosebumps.<br /><br />
Valerie and her friend sit next to you. Their relationship is different. Although friendly, they don't flirt with each other. Instead they discuss some sort of vague business arrangement, no doubt centered around their weird little sex club. You find it easy to ignore them with Rich nearby.<br /><br />
Soon you're standing outside the restaurant with Rich, Valerie, and the man from the club... you can't remember his name... maybe you never cared to ask.<br /><br />
@@.ric;"Do you want to see that one?"@@ asks Rich as he points towards a movie poster.<br /><br />
You don't really care which movie he chose, you just agree. You're not sure why you feel so dependent on him, but it feels good to just trust him. Valerie and her friend decline.<br /><br />
The sudden thought that Valerie is leaving feels you with a pang of dread. Valerie, reading your body cues as perfectly as always, gives you a hug, whispering into your ear.<br /><br />
@@.hg;"The night's almost over, watch the movie. Enjoy yourself. I can tell that Rich is having a good time. By this time tomorrow, you'll have a nice big payday waiting for you,"@@ reinforces Valerie.<br /><br />
You had almost forgot the entire reason you were doing this to begin with. Rich was well... apparently very rich. This was going to help you get out of debt.<br /><br />
You were just here for the money... right?<br /><br />
You nod as Valerie gives you a peck on the cheek and bids you farewell.<br /><br />
You take Rich's hand, his warm smile gives you butterflies in your tummy. You follow him towards the theater.<br /><br />
<img src="ast/img/s/adTheater.png" /><br /><br />
<span class="link-fem"><<link "Watch the Movie" "OnetimeBoard2">>
<<set $eventCol.delete("femLvlUp3EX")>>
<<set $eventCol.pushUnique("femLvlUp3EX1")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EX1")>>
You try to watch the movie. But it doesn't work out that way. You find yourself cuddled against Rich. He's warm, muscular, and he smells so good. You close your eyes, completely relaxed... happier than you can ever remember being.<br /><br />
Safe.<br /><br />
You look up at him, he looks back down at you.<br /><br />
He leans in, and you kiss.<br /><br />
Your whole body becomes electric. Your skin becomes sensitive with longing, your emotions melt into his warmth, into his embrace.<br /><br />
You don't really want to watch the movie anymore.<br /><br />
But you and Rich stay for the duration, cuddling and making out in the back row.<br /><br />
By the time the movie is over, you're all but panting with desire.<br /><br />
Rich's lips are red from the prolonged kissing session.<br /><br />
For the first time since you met him... he seems a little nervous. You kinda think it's cute.<br /><br />
@@.ric;"Uh... do you want to come hang out at my place?"@@ he asks.<br /><br />
<span class="link-fem"><<link "I Would Love That!" "OnetimeBoard2">>
<<set $eventCol.delete("femLvlUp3EX1")>>
<<set $eventCol.pushUnique("femLvlUp3EX2")>>
<</link>></span><br /><br />
<span class="link-masc"><<link "No, I better get Home" "OnetimeBoard2">>
<<set $eventCol.delete("femLvlUp3EX1")>>
<<set $eventCol.pushUnique("femLvlUp3EXEnd")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EXEnd")>>
You pull away from him, explaining that you really need to be going.<br /><br />
He looks hurt, but he does his best to hide it...<br /><br />
Is that what you think will happen?<br /><br />
No, you just decided to Go Home... just to see if you could... but we both know... you want to be with Rich.<br /><br />
You want to go home with him... you want it. You wouldn't have gotten this far if you didn't.<br /><br />
@@.bimbhyptxt;So be a good sissy.@@<br /><br />
Go back... make the choice you <i>actually</i> want to make. There's no shame in it. You were going to do it anyway.<br /><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EX2")>>
You happily agree. Rich looks thrilled with your response. You both practically float out of the theater and get inside Rich's nice luxury sedan.<br /><br />
You joke and flirt. You compliment his car.<br /><br />
He compliments you.<br /><br />
Before you know it, you're inside his well furnished apartment at the top floor of some ritzy building you didn't bother to make note of.<br /><br />
You were too focused on Rich.<br /><br />
The two of you make a pretense to just... chat... on his couch.<br /><br />
But you make it hard for him to play that little game as you inch closer and closer... until<br /><br />
<video src="ast/img/adTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
He grasps at your tanned body, his hands closing around your narrow waste, his touch sends a ripple of arrousal through your already sexually heightened body. Your breasts shiver with excitement. You yank off your shirt, desperate for more.<br /><br />
<video src="ast/img/adShirt.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
He pulls down your bra, and his mouth immediately latches on to your sensitive, swollen nipples. You feel your clitty instantly start to leak, despite staying cute and limp against your panties. Your hands roam his hard, muscular chest and abdomen.<br /><br />
You need this... you've dreamed about it for so long... why lie to yourself any longer?<br /><br />
Your hands brushes down to his thighs...<br /><br />
<span class="link-fem"><<link "Pull Out that Big Hard Cock" "OnetimeBoard2">>
<<set $eventCol.delete("femLvlUp3EX2")>>
<<set $eventCol.pushUnique("femLvlUp3EX3")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EX3")>>
<video src="ast/img/adBj0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Like a magnet, your lips lock around the head of Rich's thick cock. His taste... his smell does something to you.<br /><br />
As he strips down, you take an intentionally submissive position, exagerating your already inflated curves as you thrust his cock back into your mouth, using everything you learned about blowjobs to your advantage.<br /><br />
<video src="ast/img/adBj1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
His eager hands pull at your clothing.<br /><br />
<span class="link-fem"><<link "Get Naked" "OnetimeBoard2">>
<<set $eventCol.delete("femLvlUp3EX3")>>
<<set $eventCol.pushUnique("femLvlUp3EX4")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EX4")>>
You're both panting by now. His cock is wet and slippery from the sloppy, sensual blow job.<br /><br />
You want to put your newly enlarged chest to work as your rub his spit-slick dick into your cleavage.<br /><br />
<video src="ast/img/adTj.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You think he might cum right there... and part of you certainly wouldn't mind taking his load all over your face and tits.<br /><br />
But Rich manages to contain himself, controlling the pace of his thrusts and your body with subtle maneuverings of his athletic body.<br /><br />
He suddenly pulls away, a mischievous smile on his face.<br /><br />
@@.ric;"You're getting me too close,"@@ he says, playfully slapping his own cock.<br /><br />
Rich lays down on the couch, @@.ric;"Come here, it's your turn."@@<br /><br />
You like that he's telling you want to do. You practically prance over to him. He grabs your hips, spins you around, and pulls you ontop of his face. Before you can react, you feel him thrust his tongue up side your ass.<br /><br />
You instantly moan.<br /><br />
His strong hands keep you stable as he tongue fucks your little sissy hole, each delicious tongue thrashing causing your whole body to shiver.<br /><br />
Your sissy clitty throbs with excitement.<br /><br />
<video src="ast/img/adEat.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
After getting you well lubricated with his tongue, Rich practically picks you up off his face and gently lays you down on your back.<br /><br />
You suddenly get very nervous.<br /><br />
This is one line you've never crossed before.<br /><br />
You look up at him, anxious, worried, @@.pc;"Rich... I've never..."@@<br /><br />
Rich nods, @@.ric;"It's ok... we'll take it slow."@@<br /><br />
Part of you wants to jump up... get dressed, get the fuck out of there.<br /><br />
You ignore that voice... that last shred of dignity... it's just been holding you back. You take a deep breath and pull your cheeks apart, looking up at Rich with a mixture of fear and desire.<br /><br />
<img src="ast/img/s/adApproach.png" /><br /><br />
There it is... this is it...<br /><br />
<video src="ast/img/adSlow.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
As you feel the head of his cock slowly push it's way inside you... something inside you comes... loose. That last bit of... hope... of ever going back... somehow slides out of you, as Rich's cock slides in.<br /><br />
He's warm and thick. The whole experience is so overwhelming you think you might cry. But instead you just sigh. As you feel his balls tap against your ass cheeks... you finally let go.<br /><br />
Your head drifts back, your mouth agape with pleasure. You moan.<br /><br />
It feels so fucking good.<br /><br />
Another thrust, slow but intentional.<br /><br />
You adjust to his size.<br /><br />
Another thrust, a little quicker this time. Your tits bounce from the momentum.<br /><br />
@@.pc;"Yeah"@@ you whisper, even though you didn't consciously mean to.<br /><br />
Another, then another.<br /><br />
So much better than a dildo, so much better than a girl with a strap-on.<br /><br />
This is real, controlled, precise, raw, and passionate.<br /><br />
You let go of it all, you're happy, slutty and horny.<br /><br />
<video src="ast/img/adMission.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-fem"><<link "Please Fuck Me" "OnetimeBoard2">>
<<set $eventCol.delete("femLvlUp3EX4")>>
<<set $eventCol.pushUnique("femLvlUp3EX5")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EX5")>>
You cum on his cock. It's a small sissygasm, but you feel it pulse through your body.<br /><br />
You want more.<br /><br />
Rich smiles, clearly enjoying the effect he has on you.<br /><br />
He pulls out. You want him to put it back in immediately.<br /><br />
He invites you to take a little ride as he lays on his back, his cock standing tall, thick, and proud.<br /><br />
You smile and eagerly oblige as you straddle him and guide his yummy cock back into your eager sissy hole.<br /><br />
<video src="ast/img/adCowgirl.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-fem"><<link "Ride that Dick" "OnetimeBoard2">>
<<set $eventCol.delete("femLvlUp3EX5")>>
<<set $eventCol.pushUnique("femLvlUp3EX6")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EX6")>>
Rich hastily picks you up off his cock. He was about to cum.<br /><br />
@@.ric;"You're too good at that,"@@ laughs Rich.<br /><br />
Knowing that you're a good fuck makes you smile.<br /><br />
Rich takes charge again, using those big sexy hands of his to turn you around and bend you over.<br /><br />
Oh yes... you like where this is going.<br /><br />
You feel it again, his thick cock. Oh it feels so nice. You push back against him, eager to be filled back up.<br /><br />
He slides back inside you, and hits alllll the right spots. You moan and arch your back.<br /><br />
This time he's not so gentle... nor does he need to be.<br /><br />
<video src="ast/img/adDoggy.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
He works your ass over, stretching and pounding it. Every thrust melts your brain with pleasure.<br /><br />
You cum, your sissygasm radiating through your body... then another. You're a sobbing mess of erotic feelings as you beg for it.<br /><br />
<span class="link-fem"><<link "I'm a Whore and I Love it" "OnetimeBoard2">>
<<set $eventCol.delete("femLvlUp3EX6")>>
<<set $eventCol.pushUnique("femLvlUp3EX7")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp3EX7")>>
<<addclass "body" "pulseHyp">>
Your mind is blanked, all you can think about is how good it feels.<br /><br />
You're not sure when, but Rich has you riding his cock again. Except this time he's in control, forcing you to bounce, making your tits jiggle and your little clitty dance.<br /><br />
You can't stop, you have to use your hands to balance.<br /><br />
You don't know that you would stop though.<br /><br />
His cock hits something inside you perfectly at this angle. Something intense, something amazing.<br /><br />
<video src="ast/img/adRevcowgirl.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You cry as you cum again, the biggest sissygasm you've ever had. Your clitty dribbles clear cum out of its tip with every thrust.<br /><br />
You collapse backwards into Rich's arms, no longer able to hold yourself up.<br /><br />
You feel his cock throb and pulse inside your ass. Then your hole is flooded with warmth. Rich grunts with relief as he emptys his balls deep inside your guts.<br /><br />
<img src="ast/img/s/adCream.png" /><br /><br />
You roll off his chest and snuggle up against him, enjoying the feeling of his cum sliding around in your anus. The feeling of holding in his semen makes you tingle and even feel a little light-headed.<br /><br />
You easily drift off to sleep, ass full of cum, clitty slick with sissy fluids. Snug and safe in the strong, loving arms of a man.<br /><br />
<span class="link-fem"><<link "Sleepytime" "SleepHub">>
<<set $eventCol.delete("femLvlUp3EX7")>>
<<set $femLvl to $femLvl + 1>>
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $minhlvl>>
<<set $eventCol.pushUnique("dPayer")>>
<<set $eventCol.pushUnique("rMoney")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("rMoneyExec")>>
You wake up, a smile creeps over your face from memories of last night. You whole body feels lighter than air.<br /><br />
You feel almost high from the afterglow.
Much to your disappointment, Rich is no where to be found. But laying on his pillow is a white envelope, carefully places so it would likely be the first thing you saw.<br /><br />
<img src="ast/img/s/ricEnvelope.png" /><br /><br />
You open the envelope and read the enclosed letter.<br /><br />
<i>
Dear $pc ,<br /><br />
Last night was incredible! When Valerie first told me about you and about your journey, I was immediately curious about you.<br /><br />
When Valerie started showing me photos of your progress, I could scarcely believe your dedication to such an amazing transformation!<br /><br />
But perhaps what surprised me the most, was how much I loved spending time with you last night. Everything from sitting across a dinner table with you, sharing a meal with you, all the way to sharing a bed with you was really something special.<br /><br />
As promised, you'll find an enclosed check that should more than cover the expenses of your journey. I truly believe you've earned some financial relief after everything you've been through.<br /><br />
Also, I truly hope we'll get to see each other again sometime. I don't know if a relationship between us is what fate has in store, but know that if we never see each other again, I'll always cherish the brief time we did spend with one another.<br /><br />
Love,<br />
Rich<br /><br />
</i>
As you reach the end of the letter you notice a small check has fallen out of it, flipping it over reveals it's been made out to you for a whopping $200,000!<br /><br />
You can finally become debt free!<br /><br />
<<set $wallet to $wallet + 200000>>
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("rMoneyExec")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("debtPaidExec")>>
<<if $eventCol.includes("dPayer")>>
It feels truly unreal to watch your owed balance disappear with just a click of a button. What's more, you're still flush with cash!<br /><br />
You're free now! You don't have to @@.bimbhyptxt;be a sissy@@ any more if you don't want to be.<br /><br />
You can go, right now, to the doctor.<br /><br />
Get treatment for the hormones, get your tits and ass drained, get the implants removed with minimal scarring.<br /><br />
Toss the various piercings.<br /><br />
Cut your hair.<br /><br />
Let the tan fade.<br /><br />
Get your own place.<br /><br />
Maybe you stay friends with Valerie... or maybe you just put this whole madness behind you.<br /><br />
Or...<br /><br />
Maybe...<br /><br />
Maybe... you're happy with how things are. Happy looking cute, happy @@.bimbhyptxt;riding a big hard cock@@ . Happy being snuggled in Rich's arms.<br /><br />
<video src="ast/img/adDream.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-fem"><<link "Wait for Rich" "OnetimeBoard2">>
<<set $eventCol.delete("debtPaidExec")>>
<<set $eventCol.pushUnique("ricEnd")>>recoveryEnd
<</link>></span><br /><br />
<span class="link-masc"><<link "Get Your Life Back" "OnetimeBoard2">>
<<set $eventCol.delete("debtPaidExec")>>
<<set $eventCol.pushUnique("recoveryEnd")>>
<</link>></span><br /><br />
Or... you go back home... not as a debt slave... but as a curious servant to your own sissy needs. You've been dodging eager cocks for so long now... maybe you can indulge yourself a little... maybe Valerie has more things to show you.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("debtPaidExec")>>
<</link>></span><br /><br />
<<else>>
<!--<<script>>UIBar.stow();<</script>>
<<run $("#ui-bar-history").toggle()>>-->
<img src="ast/img/s/shame.png" /><br /><br />
If you're seeing this screen, you either cheated or you have an incredible amount of dedication, free-time, and tolerance for the grind.<br /><br />
Either way, you've robbed yourself of an interesting journey that will offer you tools and opportunities to efficiently get past this obstacle. Please consider working through the mechanics and story of the game!<br /><br />
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("ricEnd")>>
You decide to wait for Rich. You're not sure if he's ok with that.<br /><br />
You find yourself pacing around his nice apartment, occassionally sitting on his bed or lounging on his couch.<br /><br />
<img src="ast/img/s/ricCouch.png" /><br /><br />
Will he be annoyed or creeped out that you hung around his place all day? Maybe you can make it up to him.<br /><br />
You can think of a few ways... You smile as you constantly revisit your passionate night.<br /><br />
Then you hear the door to his apartment creak and shuffle as someone on the otherside fumbles with the deadbolt.<br /><br />
You can't help but beam happily as you see Rich appear as the door swings open.<br /><br />
You patter up to him, but stop yourself from just jumping in his arms... unsure of how he'll react.<br /><br />
His smile tells you everything. Before you can really soak it in he marches forward and gives you a big hug.<br /><br />
@@.ric;"I'm... glad you're still here. I though maybe after you got paid..."@@ he trails off, as if finishing that sentence would be too painful.<br /><br />
You just respond with a kiss.<br /><br />
Then another.<br /><br />
Before long...<br /><br />
<video src="ast/img/ricEnd.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You're making passionate love again. His cock just feels so good. Being with him just feels so right.<br /><br />
<span class="link-fem"><<linkappend "Fast Forward">><br /><br />
It's been nearly eight months since you and Rich sat across from each other at that trendy little cafe and enjoyed a nice meal together. Nearly eight months since Rich penetrated you, your illusions about yourself, and the priorities you thought you had.<br /><br />
Everything you thought you wanted changed after being with Rich. He makes you happy, he provides for you... and the sex... still as good as it ever was.<br /><br />
After you and Rich became a thing, you moved out of Valerie's house and into Rich's apartment.<br /><br />
Valerie was sad to see you go... but she understood and was even happy that you found true happiness with Rich. You still speak with her occasionally, but you've found those occasions to be less and less frequent. She's busy... busy doing whatever it is she does, still involved in that secretive sex club.<br /><br />
Sometimes you wonder what it would've been like to stay with Valerie... to see where your sissy path might've led. But a warm hug and a kind compliment from Rich quickly reminds you of your place... your place by his side.<br /><br />
And now, as you admire the engagement ring sparkling on your finger...<br /><br />
<img src="ast/img/s/ricEng.png" /><br /><br />
You can't wait to see what life will be like as a blushing bride.<br /><br />
THE END<br /><br />
<b><i>Blushing Bride Sissy Ending</i></b><br /><br />
<</linkappend>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("recoveryEnd")>>
You decide you've worked way too hard to simply give up your masculinity now!<br /><br />
So what if you have sexy tits.<br /><br />
<img src="ast/img/s/recTits.png" /><br /><br />
So what if you have an amazing bubble butt.<br /><br />
<img src="ast/img/s/recAss.png" /><br /><br />
So what if you look great in fuck-me-red lipstick.<br /><br />
<img src="ast/img/s/recLips.png" /><br /><br />
So what if the thought of cock makes your mouth drool and your knees weak<br /><br />
<img src="ast/img/s/recCock.png" /><br /><br />
You can turn back... right?<br /><br />
<span class="link-masc"><<linkappend "Reclaim your manhood">><br /><br />
You fight through the temptation to follow what feels good, and opt instead to tread the long narrow road to recovery.<br /><br />
The first thing your do is break-up with Valerie.<br /><br />
But you do so carefully and tactfully. As much you want to rub it in her face that her schemes didn't work, you know that she knows a lot of powerful people... and you don't want to burn that bridge.<br /><br />
You keep things civil and manage to end things with minimal fuss... she was already fucking someone else anyway... you were just her little experiment.<br /><br />
You end up closing your bank account.<br /><br />
<img src="ast/img/s/recBA.png" /><br /><br />
And opening up a new one, reclaiming financial control over your own destiny. <br /><br />
Then comes the implants. It's a little pricey and time consuming, but over time you have your tits and ass drained, and the little inflatable implants surgically removed.<br /><br />
<img src="ast/img/s/recChest.png" /><br /><br />
You still carry the marks of your formerly decadent lifestyle. But the scars serve as an important reminder... not to give in to your own lust... not to let your sex drive do all the thinking.<br /><br />
Luckily you manage to get your lip injections dissolved and you allow your various piercings to heal. With time, your body starts to return to "normal".<br /><br />
You work closely with a doctor... a doctor totally unrelated to the series of medical professionals that twisted you into a sissy to begin with... to help correct your hormone levels.<br /><br />
You almost cry when you notice your gross old manly body odor come back stronger than ever.<br /><br />
The only thing that doesn't quite rebound is your body hair. The electrolysis didn't completely leave you permanently smooth, but you're nowhere near as hairy as you were before your grand journey into depravity.<br /><br />
Finally, you've learned to limit your consumption of porn... you know that feeding your porn habits can impair your judgement, like an alcoholic allowing himself a sip of wine. One minor over-indulgence and sometimes you find yourself yearning... yearning a return to your sissy lifestyle... for things long and hard and yummy.<br /><br />
No! Instead you try to focus that sexual energy on work, on creative endeavors... on anything but... but those naughty thoughts.<br /><br />
It's been a long strange journey... and the descent... the submission... is only a "restart" button click away...<br /><br />
THE END<br /><br />
<b><i>Determined Recovery Ending</i></b><br /><br />
<</linkappend>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("initSarah")>>
From the list of contacts Valerie gave you, you decide to give the strangely air-headed Suzy a call. You remember her being ditzy... the stereotypical bimbo... but maybe she just had a few too many to drink before you met her. You vividly remember her being a fellow recipient of the strap-on gang-bang.<br /><br />
Although she certainly took her turn making you moan like a bitch too.<br /><br />
<video src="ast/img/sarMem.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<if not $eventCol.includes("talkedToSarah")>>
As you dial in the numbers, you're not sure what to expect with a team up from both Sarah and Valerie.<br /><br />
<<else>>
Sarah was cryptic, but you remember she mentioned something about learning how to fully submit...<br /><br />
<</if>>
<b>RING RING</b><br /><br />
<img src="ast/img/s/gnoSarah.png" /><br /><br />
<<if $eventCol.includes("sarPassword")>>
<<if not $eventCol.includes("talkedToSarah")>>
@@.sar;"Password?"@@ asks a familiar voice.<br /><br />
You take a deep breath then say, @@.pc;"Ready to Let Go"@@<br /><br />
There's a silence, then you hear a light giggle.<br /><br />
@@.sar;" $pc , oh girl, I'm sooooooo excited for you, like, you have no idea. I mean, it's a lot of hard work, but totally worth,"@@ babbles Sarah.<br /><br />
You already feel a tinge of regret at how puerile Sarah's response is.<br /><br />
@@.sar;"Come to the club! We'll, like, get you started right away!"@@ squeals Sarah happily.<br /><br />
<<else>>
@@.sar;"So, are you like, ready to take the plunge? Join the club? Embrace sissy bliss?"@@ rattles off Sarah.<br /><br />
<</if>>
<span class="link-fem"><<link "Agree to be trained by Sarah" "OnetimeBoard2">>
<<set $eventCol.delete("initSarah")>><<set $eventCol.push("agreeSarah")>><<set $eventCol.delete("talkedToSarah")>>
<</link>></span><br /><br />
<span class="link-masc"><<link "On second thought, maybe you should think this over" "OnetimeBoard2">>
<<set $eventCol.delete("initSarah")>><<set $eventCol.push("disagreeSarah")>><<set $currentSMaster.delete("Sarah")>>
<</link>></span><br />
<<else>>
@@.sar;"Password?"@@ asks a familiar voice.<br /><br />
You have no idea what the password could be. After some awkward silence, you apologize, confessing you don't know what she's talking about.<br /><br />
@@.sar;"No worries, bye!"@@ the voice cheerfully exclaims.<br /><br />
<span class="link-fem"><<link "Hmmm... try calling someone else" "FriendHub">>
<<set $eventCol.delete("initSarah")>><<set $currentSMaster.delete("Sarah")>>>
<</link>></span><br /><br /><br />
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("agreeSarah")>>
You agree to go to the club.<br /><br />
She relays the directions to you and hangs up.<br /><br />
<span class="link-fem"><<link "Ready to Descendo" "Home">>
<<set $eventCol.delete("agreeSarah")>>
<<set $sarTrain to false>>
<<set $eventCol.push("sarahP1")>>
<<set $eventCol.push("desc1")>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("disagreeSarah")>>
You profusely apologize to Sarah, expressing your unreadiness.<br /><br />
Sarah doesn't seem the least bit bothered and encourages you to call back when you're truly mentally prepared.<br /><br />
<span class="link-masc"><<link "Hang Up the Phone" "Home">><<set $eventCol.delete("disagreeSarah")>><<set $eventCol.push("talkedToSarah")>><</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("handClitty")>>
You furiously stroke your little sissy clitty. You don't feel much here anymore thanks to all the hormones, but what you do feel is enough to increase your arousal a little.
<video src="ast/img/segHandC.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-fem"><<link "Resmue Quest" "SarahEndgame">>
<<set $eventCol.delete("handClitty")>>
<<set $sissyAR to $sissyAR + 20>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("dildoClitty")>>
You slide the dildo into your sissy hole, expertly stimulating your bitch button just right. Mmmmm, if only it were real.
<video src="ast/img/segDildoC.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-fem"><<link "Resmue Quest" "SarahEndgame">>
<<set $eventCol.delete("dildoClitty")>>
<<set $sissyAR to $sissyAR + 60>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("segCumming")>>
<<if $eventCol.includes("muscularManFuck")>>
The muscular man relentlessly fuck your hole. Your whole body begins to quiver. It's too late now, he owns your little sissy hole. You moan and plead to be fucked as you play with your clitty.<br /><br />
<video src="ast/img/segMMFail.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Your little clitty spasm clear sissy fluids all over your tummy as the man fucks a sissygasm out of you. It's so intense that you black out.<br /><br />
<<elseif $eventCol.includes("clockFuck")>>
You give up, the fucking machine can't possibly cum, so instead... you do
<video src="ast/img/segClockFail.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You moan and plead for mercy as the machine rams an intense sissygasm out of you. Your sissy fluids drip and dribble from the tip of your clitty as you sob with pleasure.<br /><br />
<<elseif $eventCol.includes("shemaleFuck0")>>
You cum just from being kissed.<br /><br />
<video src="ast/img/segShemaleFail0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Your whole body is so aroused that it exhausts you to the point of unconsciousness.<br /><br />
<<elseif $eventCol.includes("gardenManFuck")>>
The garden man pounds you into submission. Your eyes roll back, your body goes limp. The garden man cradles your surrendered form with his body, sliding his cock in and out of your defeated sissy hole.<br /><br />
Your little clitty begins to contract and undulate as a sissygasm tears through you.
<video src="ast/img/segGMFail.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You black out mid-ecstasy.<br /><br />
<<else>>
You stroke yourself a little too much, a little too far, and you end up sending yourself right over the edge<br /><br />
<video src="ast/img/segHandO.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Immediately after cumming, the drowsiness takes hold and you fall asleep.<br /><br />
<</if>>
<span class="link-fem"><<link "Wake-up at Checkpoint" "SarahEndgame">>
<<set $eventCol.delete("segCumming")>>
<<set $eventCol.delete("handCumming")>>
<<set $eventCol.delete("muscularManFuck")>>
<<set $eventCol.delete("clockFuck")>>
<<set $eventCol.delete("shemaleFuck0")>>
<<set $eventCol.delete("gardenManFuck")>>
<<set $sissyAR to 30>>
<<if $eventCol.includes("segC3Enc")>>
<<set $enemyAR to 30>>
<<elseif $eventCol.includes("segD1Enc")>>
<<set $enemyAR to 0>>
<</if>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("sissyARDepleted")>>
Your arousal got too low and you fell asleep! @@.hint;Keeping yourself aroused but not <i>too</i> aroused@@ will help you fend off all this drowsiness you feel.<br /><br />
<span class="link-fem"><<link "Wake-up at Checkpoint" "SarahEndgame">>
<<set $eventCol.delete("sissyARDepleted")>>
<<set $sissyAR to 30>>
<<set $enemyAR to 30>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("segLibraryBWex")>>
Your mind... floods with desire...<br /><br />
<video src="ast/img/segBW0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You can't seem to shake the dreamy image of you... fucking you... It's hard to reconcile what you're feeling. Do you feel your own cock sliding into your nice tight hole? Is your cock dangling useless as your sissy pussy is filled up with dick. The images confuses and excites you. You've quite literally fucked yourself.<br /><br />
You manage to resist cumming, but only just barely.<br /><br />
<span class="link-fem"><<link "Regain Composure" "SarahEndgame">>
<<set $eventCol.delete("segLibraryBWex")>>
<<set $eventCol.pushUnique("segLibraryBW")>>
<<set $sissyAR to $sissyMax>>
<</link>></span><br />
<</if>><!-- -->
<<if $eventCol.includes("vrPause")>>
As you stand inside the castle tower, reality around you seems to pause. In fact, your whole body seems to pause.<br /><br />
You can only move your head.<br /><br />
The world around you slowly fades to black until you're floating in pure nothingness. Then, you notice what appears to be a gigantic screen appear before you.<br /><br />
As your vision clears... or maybe as the resolution on the screen renders more clearly... you realize you can see yourself... in the real world.<br /><br />
You're laying out on the same VR chair you remember sitting down on, except the men you saw from before look visibly spent. As you look closer you appear to have little pools of dried semen on your body! It looks as if the men were mimicking the actions of what was happening in VR! No wonder it felt so real... and so good.<br /><br />
@@.hg;" $pc ? Can you hear me?"@@ asks Valerie as she walks into view of the screen.<br /><br />
You see that she's looking directly at the screen... directly at you, and not at your real body currently deeply immersed in VR.<br /><br />
@@.pc;"Uh... yes?"@@ you say, confused.<br /><br />
@@.hg;"Hey! You're doing amazing! You've come a long way! Listen, you're currently looking at a live security feed of yourself. As you can see, you're still safe and sound, sitting in the VR chair,"@@ she exlpains as she motions to your real body behind you.<br /><br />
@@.hg;"We've paused the simulation because... well... you've made it to an important place... it's time for you to make a very important... and very irreversible decision,"@@ explains Valerie.<br /><br />
@@.pc;"Irreversible?"@@ you ask, unsure of how you feel about that word.<br /><br />
@@.hg;"Yes, this is the last major step for you to become a full member of the Sissy Pen. If you submit... then we will move forward with your initiation. If not, then we bring you out of VR immediately and the trial ends. There's no shame in saying no,@@ @@.hint;it's a big, life-changing decision@@ @@.hg;that only the most dedicated sissy would ever make,"@@ explains Valerie.<br /><br />
@@.pc;"What decision?"@@ you ask, almost afraid to know the answer.<br /><br />
Valerie pauses as she glances over at what appears to be a small group of medical personnel lingering on the side of screen that you can barely make out.<br /><br />
@@.hg;"Orchiectomy,"@@ replies Valerie.<br /><br />
@@.pc;"Orky-what?"@@ you ask.<br /><br />
@@.hg;"Orchiectomy, it's a process in which your testicals will be surgically removed,"@@ she explains.<br /><br />
Her words hit you like a ton of bricks.<br /><br />
She wants to take your balls?<br /><br />
@@.hg;"It's a lot to ask for, I know. And no one would blame you if you said no. But... if you submit to the procedure, we would remove them, and insert a small hormonal device to make sure your hormone levels stay healthy and balanced,"@@ explains Valerie.<br /><br />
But... your balls?<br /><br />
You float in silence, in the void, contemplating. Your gut reaction is of course, hell no. No way is she taking your nuts.<br /><br />
@@.hg;"You would resume your simulation during surgery and even during recovery. It would be completely painless while you passed the time in VR. You would wake up... back in reality, as a true sissy. Not a man, not a woman, something more,"@@ she explains.<br /><br />
You can't believe what you're hearing.<br /><br />
@@.hg;"A true sissy... can be truly mesmerizing... sexy..."@@ explains Valerie as images begin to appear on the screen.<br /><br />
<img src="ast/img/s/segNB0.png" /><br /><br />
<img src="ast/img/s/segNB1.png" /><br /><br />
<img src="ast/img/s/segNB2.png" /><br /><br />
<img src="ast/img/s/segNB3.png" /><br /><br />
Smooth... empty sacks... hard sissy clitties...<br /><br />
What will you do?<br /><br />
<span class="link-fem"><<link "Submit" "OnetimeBoard2">>
<<set $eventCol.delete("vrPause")>>
<<set $eventCol.pushUnique("vrPause1")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "No" "SarahEndgame">>
<<set $eventCol.delete("segInit2")>>
<<set $eventCol.pushUnique("segEnd1")>>
<<set $eventCol.pushUnique("segEnd10")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("vrPause1")>>
As soon as you grant permission, you see a nurse insert some chemical into your IV. You feel your head spin.<br /><br />
Then... you're unconscious.<br /><br />
But it feels like only a moment. As you regain your senses, you find you're back in the castle... back in the tower where the dick girl was.<br /><br />
Was that all some sort of dream? A Test?<br /><br />
You reach down... and your balls are still there.<br /><br />
You're confused, but realize you're still in the simulation.. you still need to solve this thing.<br /><br />
<span class="link-fem"><<link "Resume Quest" "SarahEndgame">>
<<set $eventCol.delete("vrPause1")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("gainCoherence")>>
You place the crystal against the hollow, as soon as the delicate surfaces touch, the mirror illuminates and ripples like water.<br /><br />
In the mirror, you can see an image of yourself smiling back at you.<br /><br />
<video src="ast/img/cCoherence.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<b><i>
A sissy is a sissy. A sissy serves. A sissy is the same person at home as she is at work. A sissy is the same person in the bedroom as she is serving her master in public. A good sissy is consistent in all places. A sissy stays coherent.<br /><br />
</i></b>
A watery, otherworldy voice echos inside your mind, providing insight into knowing who you are, no matter where you are.<br /><br />
Can you be a sissy, at work and at play?<br /><br />
<span class="link-fem"><<link "I am a sissy at work and at play" "SarahEndgame">>
<<set $eventCol.delete("gainCoherence")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("gainContinuity")>>
You place the crystal against the hollow, as soon as the delicate surfaces touch, the mirror illuminates and ripples like water.<br /><br />
In the mirror, you can see an image of yourself smiling back at you.<br /><br />
<video src="ast/img/cContinuity.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<b><i>
A sissy is a sissy. A sissy serves. A sissy is the same person today, as she was yesterday. A sissy is the same person tomorrow as she is today. A good sissy is consistent at all times. A sissy stays in continuity with herself.<br /><br />
</i></b>
A watery, otherworldy voice echos inside your mind, providing insight into knowing who you are, no matter what time it is.<br /><br />
Can you be a sissy, today and tomorrow?<br /><br />
<span class="link-fem"><<link "I am the same sissy yesterday, today, and tomorrow" "OnetimeBoard2">>
<<set $eventCol.delete("gainContinuity")>>
<<set $eventCol.pushUnique("gainSubmission")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("gainDistinction")>>
As you touch the surface of the mirror, its surface ripples and swirls into hypnotizing patterns.<br /><br />
In the mirror, you can see an image of yourself smiling back at you.<br /><br />
<video src="ast/img/cDistinction.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<b><i>
A sissy is a sissy. A sissy serves. A sissy is special and unique from other sissies. A sissy does all she can to perform in an exemplary way for her masters. A good sissy is unique at all times. A sissy strives for tasteful distinction.<br /><br />
</i></b>
A watery, otherworldy voice echos inside your mind, providing insight into knowing who you are.<br /><br />
Can you be a sissy?<br /><br />
<span class="link-fem"><<link "I am a sissy, I will serve with distinction" "SarahEndgame">>
<<set $eventCol.delete("gainDistinction")>>
<</link>></span><br /><br />
<</if>><!-- -->
<<if $eventCol.includes("gainSubmission")>>
As you utter the oath to yourself the three crystals of coherence, distinction, and continuity briefly float up, spin around each other, and touch together, creating a brilliant flash of light before softly landing back in your possession.<br /><br />
As the flash of light fades, you see a key floating in the darkness, hovering inches from your face.<br /><br />
It appears to be the key to unlock the jail in the basement!<br /><br />
You're filled with a sense of identity. You're a sissy.<br /><br />
@@.bimbhyptxt;You're a good sissy@@<br /><br />
<span class="link-fem"><<link "Take Key of Submission" "SarahEndgame">>
<<set $eventCol.delete("gainSubmission")>>
<<set $sinv.pushUnique("submissionKey")>>
<</link>></span><br /><br />
<</if>><!-- -->
<</nobr>><<nobr>>
<<if $eventCol.includes("ramEnd0")>>
<<silently>>
<<addclass "body" "ramoneroom">>
<<set $calH to true>>
<<set $pcAb.canGoToWork to true>>
<<if (47 - $currentTime) lt 16>>
<<set $pcAb.canGoToWork to false>>
<</if>>
<<if (47 - $currentTime) lt 8>>
<<set _fourHoursLeft to false>>
<<else>>
<<set _fourHoursLeft to true>>
<</if>>
<</silently>>
<span class="link-masc"><<link "Look At Mirror" "MirrorView">><</link>></span><br /><br />
<span class="link-masc"><<link "Change Clothes" "ChangeClothes">><</link>></span><br /><br />
<span class="link-masc"><<link "Change Your Morning Routine" "setRoutine">><</link>></span><br /><br />
<span class="p-masc">Go To Work (You have no motivation)</span><br /><br />
<br /><span class="link-masc"><<link "Go See the Doctor" "DoctorOffice">><</link>></span><br />
<</if>>
<<if $eventCol.includes("ramEnd1")>>
Time passes...<br /><br />
<img src="ast/img/s/clockElapse.gif" /><br /><br />
Over the course of a year, you slowly regain your male features.<br /><br />
During the early days of your return to masculinity, Ramone would regularly get you tipsy and convince you to suck his cock.<br /><br />
<video src="ast/img/ramBjElapse.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
But it never progressed further than just a quick BJ.<br /><br />
And the more masculine you became, the less and less often Ramone would seek sexual favors from you.<br /><br />
Which ultimately suited you fine, you were never really sure if you wanted anything more from Ramone anyway. Part of you wonders what it would've been like...<br /><br />
To be dolled up, curvy and soft... irresistable...<br /><br />
Ramone coming home from work, his cock throbbing and desperate...<br /><br />
<video src="ast/img/ramDaydream.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
He would bend you over, spread your juicy ass cheeks apart and...<br /><br />
Well... even those sexy daydreams began to fade over time.<br /><br />
The doctor helped you safely reclaim your masculinity, and even though he tried to cut you a financial break from time to time with money from his own pocket, you ultimately still have tons of medical debt looming over your head from both becomming and un-becomming a sissy.<br /><br />
Fortunately you found decent, permanent employment working for the Fashion Show, even often working side-by-side with Ramone too! Though you'll probably be slaving away at it for the rest of you life just to keep your head above water.<br /><br />
Although the emotional and psychological experiences with Valerie and her friends will always be there in the shadows of your mind, you manage to get by.<br /><br />
But there will always be a lingering doubt...<br /><br />
Perhaps the biggest of which... was what would've happened... had you stayed willfully chained to Valerie's side.<br /><br />
THE END<br /><br />
<b><i>Escaped Sissy Ending</i></b><br /><br />
</span><br /><br />
<</if>>
<</nobr>><<nobr>>
<<addclass "body" "wardrobe">>
<<if $eventCol.includes("chgTemplate")>>
<<if $eventCol.includes("chgTrendy")>>
<<set $warFilter to "trendy">>
<</if>>
<<if $eventCol.includes("chgCute")>>
<<set $warFilter to "cute">>
<</if>>
<<if $eventCol.includes("chgSexy")>>
<<set $warFilter to "sexy">>
<</if>>
<<if $eventCol.includes("chgProfessional")>>
<<set $warFilter to "professional">>
<</if>>
<<if $eventCol.includes("chgSlutty")>>
<<set $warFilter to "slutty">>
<</if>>
<<if $eventCol.includes("chgSporty")>>
<<set $warFilter to "sporty">>
<</if>>
Your current $warFilter outfit is:
<div style="clear: both">
<table style="border: 1px solid white;float: left;">
<tr>
<<if $warFilter is "trendy">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Top>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warTrendyTopImg]]>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "cute">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Top>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warCuteTopImg]]>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "sexy">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Top>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSexyTopImg]]>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "professional">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Top>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warProfessionalTopImg]]>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "slutty">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Top>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSluttyTopImg]]>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "sporty">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Top>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSportyTopImg]]>><<set $alterClothes.push("topWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<</if>>
</tr>
<tr>
<<if $warFilter is "trendy">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Bottom>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warTrendyBottomImg]]>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<<elseif $warFilter is "cute">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Bottom>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warCuteBottomImg]]>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Underwear>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warCuteUWImg]]>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<<elseif $warFilter is "sexy">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Bottom>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSexyBottomImg]]>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Underwear>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSexyUWImg]]>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<<elseif $warFilter is "professional">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Bottom>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warProfessionalBottomImg]]>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Underwear>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warProfessionalUWImg]]>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<<elseif $warFilter is "slutty">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Bottom>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSluttyBottomImg]]>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Underwear>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSluttyUWImg]]>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<<elseif $warFilter is "sporty">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Bottom>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSportyBottomImg]]>><<set $alterClothes.push("bottomWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Underwear>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSportyBottomImg]]>><<set $alterClothes.push("underWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<</if>>
</tr>
<tr>
<<if $warFilter is "trendy">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Shoes>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warTrendyShoeImg]]>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "cute">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Shoes>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warCuteShoeImg]]>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "sexy">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Shoes>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSexyShoeImg]]>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "professional">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Shoes>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warProfessionalShoeImg]]>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "slutty">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Shoes>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSluttyShoeImg]]>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<<elseif $warFilter is "sporty">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link Shoes>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSportyShoeImg]]>><<set $alterClothes.push("shoeWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<td style="border: 1px solid white;height: 165px;width: 205px"></td>
<</if>>
</tr>
</table>
<<if $warFilter is "cute" or $warFilter is "professional" or $warFilter is "slutty" or $warFilter is "sporty">><table style="border: 1px solid white;float: left;">
<tr>
<<if $warFilter is "cute">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Hair Accessory/Style">><<set $alterClothes.push("hairWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warCuteHairAccImg]]>><<set $alterClothes.push("hairWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<<elseif $warFilter is "professional">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Hair Accessory/Style">><<set $alterClothes.push("hairWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warProfessionalHairAccImg]]>><<set $alterClothes.push("hairWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<<elseif $warFilter is "sporty">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Hair Accessory/Style">><<set $alterClothes.push("hairWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSportyHairAccImg]]>><<set $alterClothes.push("hairWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<</if>>
</tr>
<tr>
<<if $warFilter is "slutty">>
<td style="border: 1px solid white;height: 165px;width: 205px"><<link "Nipple Piercing">><<set $alterClothes.push("nippleWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>>
<<link [img[$warSluttyNipPrcImg]]>><<set $alterClothes.push("nippleWear")>><<script>>Dialog.setup("alterClothing"); Dialog.wiki(Story.get("alterClothing").processText()); Dialog.open();<</script>><</link>></td>
<</if>>
</tr>
</table><</if>>
</div>
<span class="link-fem"><<link "Done" "OrgWardrobe">>
<<set $eventCol.delete("chgTemplate")>>
<<set $eventCol.delete("chgTrendy")>>
<<set $eventCol.delete("chgCute")>>
<<set $eventCol.delete("chgSexy")>>
<<set $eventCol.delete("chgProfessional")>>
<<set $eventCol.delete("chgSlutty")>>
<<set $eventCol.delete("chgSporty")>>
<</link>></span><br /><br />
<<else>>
Select which outfit style you wish to change:<br /><br />
<span class="link-masc"><<link "Change Trendy Outfit" "OrgWardrobe">>
<<set $eventCol.pushUnique("chgTrendy")>>
<<set $eventCol.pushUnique("chgTemplate")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Change Cute Outfit" "OrgWardrobe">>
<<set $eventCol.pushUnique("chgCute")>>
<<set $eventCol.pushUnique("chgTemplate")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Change Sexy Outfit" "OrgWardrobe">>
<<set $eventCol.pushUnique("chgSexy")>>
<<set $eventCol.pushUnique("chgTemplate")>>
<</link>></span><br /><br />
<<if $SMasterTrained.includes("Izzy")>>
<span class="link-fem"><<link "Change Professional Outfit" "OrgWardrobe">>
<<set $eventCol.pushUnique("chgProfessional")>>
<<set $eventCol.pushUnique("chgTemplate")>>
<</link>></span><br /><br />
<</if>>
<<if $SMasterTrained.includes("Raven")>>
<span class="link-fem"><<link "Change Slutty Outfit" "OrgWardrobe">>
<<set $eventCol.pushUnique("chgSlutty")>>
<<set $eventCol.pushUnique("chgTemplate")>>
<</link>></span><br /><br />
<</if>>
<<if $SMasterTrained.includes("Jessica")>>
<span class="link-fem"><<link "Change Sporty Outfit" "OrgWardrobe">>
<<set $eventCol.pushUnique("chgSporty")>>
<<set $eventCol.pushUnique("chgTemplate")>>
<</link>></span><br /><br />
<</if>>
<br /><br /><br /><span class="link-fem"><<link "Done Organizing" "ChangeClothes">>
<<set $warFilter to "">>
<</link>></span><br /><br />
<</if>>
<</nobr>><<nobr>>
<<if $jessTrain is false>>
<<set $currentTime to $currentTime + 8>>
<</if>>
@@.jess;JESSICA@@<br /><br />
<<if $eventCol.includes("jessSkipIntro")>>
<!-- skip intro -->
<<elseif not $eventCol.includes("jessSkipIntro")>>
You head downtown to the massive ovaloid structure that serves as the city's sports stadium. Banners for the WILD PANTHERS are drapped or stretched over various entrances, in case you forgot who the home team was. You wander through the cavernous hallways that make up the exterior rings of the building, carefully following signs to the office area.<br /><br />
Finally you reach a cluster of offices, the few workers milling about tell you that Jessica's office is located inside the locker room.<br /><br />
Locker room?!<br /><br />
The thought of all those @@.bimbhyptxt;hard@@ masculine bodies makes you nervous. You feel your nipples harden, and something deep in your ass swells with... arousal.<br /><br />
You find a travel through the locker room, peeking around rows of lockers and empty benches.<br /><br />
Thankfully... or maybe... unfortunately... there's no @@.bimbhyptxt;big@@ sweaty jocks around.<br /><br />
<</if>>
<img src="ast/img/s/jessOffice.png" /><br /><br />
<<if $vJess is true>>
You check her office, but she doesn't appear to be here.<br /><br />
<<set $currentTime to $currentTime - 8>>
<<elseif $jessTrain is true>>
<<if $eventCol.includes("JessP1Rem")>>
<<if not $tasks.includes("getTonguePiercing")>>
@@.jess;"Ok, so let's just get the hard part out of the way. Even though you won't be a real cheerleader, you still need to look the part. All of our best cheerleaders have... tongue piercings. I figure we just get this part out of the way now so you can get healed up in time to help the team before the big game,"@@ explains Jessica.<br /><br />
You can't believe what you just heard... a tongue piercing?<br /><br />
Jessica can sense your severe apprehension, @@.jess;"I know I know it's crazy. But trust me, you'll be very glad you did. And best thing about it, if you really don't like the piercing, it'll heal over pretty quickly on its own. Like you never even had it pierced,"@@ explains Jessica.<br /><br />
That makes you feel a little better, you remember reading somewhere that the tongue is one of the fastest healing organs in your body. A little bit of pain, a temporary piercing for a nice a big pay day? It's a pretty good trade, right?<br /><br />
Jessica takes your hand and pushes a small scrap of paper into it.<br /><br />
@@.jess;"Go to this address, it's a small tattoo parlor. I know the guy there and he's very good at what he does,"@@ she explains as she sticks out her tongue, revealing her own piercing.<br /><br />
<img src="ast/img/s/jessTong.png" /><br /><br />
@@.jess;"Once you're done with that, we will move on to the next step,"@@ reassures Jessica.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $tasks.pushUnique("getTonguePiercing")>>
<<set $jessTrain to false>>
<<set $vJess to true>>
<</link>></span><br />
<<elseif $eventCol.includes("tonguePierced") and not $eventCol.includes("jessHJInit")>>
@@.jess;"Well, let's see it,"@@ prompts Jessica, looking at your mouth expectantly.<br /><br />
You tentatively stick out your tongue, revealing its impaled state.<br /><br />
@@.jess;"Oooo yeah that turned out beautifully. He's so good isn't he?"@@ Jessica asks.<br /><br />
Your look of confusion gives an answer all its own.<br /><br />
Jessica just sighs and laughs, @@.jess;"The man that pierced your tongue. He's so good. Best part is, you'll probably be all healed up in like a week thanks to his technique."@@<br /><br />
You suppose there's an upside to everything.<br /><br />
@@.jess;"Ok, so before we get started today, I wanted to let you know that you'll need to go on a little shopping trip,"@@ Jess says, quickly moving the conversation along.<br /><br />
@@.pc;"Sh-shopping trip?"@@ you ask incredulously, you know how those turn out.<br /><br />
@@.jess;"Yes, I thought I'd tell you now so you'll be ready to hit the ground running. The team expects a certain... look... when it comes to their cheerleaders, motivators, etc etc,"@@ explains Jess, @@.jess;"It'll be easy, the local women's clothing stores all stock Wild Panther themed sports wear. It's a good money maker! I want you to buy the most... alluring cheerleading outfit you can. Trust me it'll make your job that much easier."@@<br /><br />
You make a mental note that you'll need to purchase a @@.hint;Cheerleading Vest, Cheerleading Skirt, Cheerleading Underwear, Cheerleading Shoes@@ and maybe something to give your @@.hint;hair a cheerleading look@@.<br /><br />
@@.jess;"So, ready to start a little training?"@@ asks Jess.<br /><br />
<span class="link-fem"><<link "Begin Training" "Jessica">>
<<set $jessHJlvl to 0>>
<<set $eventCol.pushUnique("jessHJInit")>>
<<set $tasks.pushUnique("getSportyAppearance")>>
<<set $eventCol.pushUnique("jessHJTrain0")>>
<</link>></span><br />
<<elseif $eventCol.includes("jessHJTrain0")>>
Jessica steps over to a filing cabinet and unlocks the bottom drawer with a small key. She swiftly slides it open and begins fishing through the contents of it, eventually producing a long, dildo.<br /><br />
You're taken aback by how casual Jessica is as she strolls over to you and plops the suction cup base of the dildo on to her desk right in front of you.<br /><br />
<img src="ast/img/s/jessDildo.png" /><br /><br />
@@.jess;"You're a motivator, and this is the lever you'll use to motivate our team,"@@ Jessica says proudly as she wobbles the silicon phallus with her thumb and index finger, @@.jess;"A player that's performed well... maybe they won a game, maybe they broke a personal record... doesn't matter really, if the coach says a player performed well... they get a reward. You and I will hand out those rewards,"@@ Jess mimicks a stroking pattern with her hand as she says the word <i>hand</i>.<br /><br />
Jessica takes both of your hands and places them around the fake cock as she continues to talk. The dildo feels soft and squishy, with some sort of firm core at it's center.<br /><br />
It feels so realistic.<br /><br />
@@.jess;"Players that haven't performed well... or maybe that just haven't performed yet, like right before a big game... they don't get rewarded... they get teased. You get them worked up, get them ready to blow their load. Get them primed and competitive,"@@ explains Jess as she massages your hands into the cock, encouraging you to explore the veins and ridges of it.<br /><br />
@@.jess;"You're going to have to become a mindreader, $pc . Especially when it comes to teasing. You need to know when to stop stroking, keep them on edge, don't let them convince you otherwise. Horny men get desperate... I'm sure you know a thing or two about that,"@@ smirks Jess as she playfully taps your lipstick-coated lips.<br /><br />
Jessica positions herself behind you, @@.jess;"You remember what it was like to touch yourself... you know what feels good,"@@ her sweet perfume smells good, and you can feel the warmth of her breasts resting against your back, @@.jess;"It helps to have a little lube. Spit usually works fine, but since your mouth is off limits, let's just use this."@@<br /><br />
Jess reaches between your legs, easily slipping her hand underneath your underwear and cupping the tip of your chastity cage. When she pulls her hand back out, you see it covered in your clear, slimy sissy cummies.<br /><br />
@@.jess;"Your little clitty seems to be making just enough for us to use,"@@ she says with a laugh as she rubs your own prostatic fluids all over the head of the dildo.<br /><br />
@@.jess;"Now, let's see what you got,"@@ encourages Jess as she takes a step back.<br /><br />
You look at the dildo again, slowly sliding both of your hands up over the head of it, collecting some of the shiny pre-cum and working down the synthetic shaft.<br /><br />
Something inside you stirs.<br /><br />
You stroke slowly and rhythmically. Gone are the desperate jerking motions you would use on your own cock. This feels different, like a proud relic that needs careful maintenance.<br /><br />
<video src="ast/img/jessDildoTrain.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.jess;"Wow, very good $pc , stroke it like you love it. Imagine it's the real thing, a@@ @@.bimbhyptxt;big hard cock@@ @@.jess;throbbing... just for you,"@@ encourages Jessica.<br /><br />
You slowly become aware that your own breathing has become labored, your painted lips opened partially.<br /><br />
You wish you could @@.bimbhyptxt;suck cock@@ . Your clitty leaks as you imagine a tall powerful man presenting his powerful member before you.<br /><br />
Your nipples harden, a soft sigh escapes your mouth. You catch yourself almost drooling as you bite your lower lip.<br /><br />
You glance over and notice Jessica too seems to be turned on, her cheeks are flush, her hand has drifted subconciously over her breasts. When she catches you looking at her she seems to snap out of her horny reverie.<br /><br />
@@.jess;"Eh-hemmm, ermm yes... well that was really good. I'm glad you seems to... uh... have some experience,"@@ Jess says as she regains her composure and snaps the dildo off the desk with a loud pop as the suction cup pulls loose.<br /><br />
You feel a tingle of pride for having impressed Jessica this early into your training.<br /><br />
@@.jess;"We'll keep working on technique the next time you come in,"@@ reassures Jessica.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<<set $eventCol.delete("jessHJTrain0")>>
<<set $eventCol.pushUnique("jessHJTrain1")>>
<</link>></span><br />
<<elseif $eventCol.includes("jessHJTrain1")>>
@@.jess;"Here, take a seat,"@@ urges Jessica.<br /><br />
She stoops down in front of you, examining your face.<br /><br />
You suddenly feel very self-conscious, as if you're on trial... on trial for the murder of your own manhood.<br /><br />
@@.jess;"Your make-up is pretty good, but..."@@ Jessica trails as she produces a small red cylinder and pops the golden top off of it.<br /><br />
She twists the base, revealing the bright red lipstick within.<br /><br />
You've applied lipstick so many times now, that you instinctively present your face so that she can apply it easier.<br /><br />
Jessica seems to be pleased by your compliance as she skillfully brightens up your lips. She then produces a small flat box from her desk.<br /><br />
@@.jess;"And just to really make your eyes pop..."@@ she says as she slides a small plastic tray out of the box and pinches something between her fingers, @@.jess;"Magnetic lashes! They're are sooo handy."@@<br /><br />
<img src="ast/img/s/jessLashes.png" /><br /><br />
She applies the magnetic eyeliner then easily rests the lashes on to your lids where they attach easily and painlessly. She flashes you a glimpse of your reflection with your slightly tweaked makeup.<br /><br />
<img src="ast/img/s/jessBjWhore.png" /><br /><br />
Your look of surprise only accentuates how slutty you look.<br /><br />
Jessica quickly glides around you and opens the door to her office.<br /><br />
@@.jess;"C'mon, we're ready!"@@ says Jessica privately as she waves someone in from the locker room.<br /><br />
You look over and see a tall man enter the room, his hair sandy blonde, his muscles just barely contained in his sports uniform.<br /><br />
@@.jess;" $pc , this is Jacob. Jacob's been here long enough to know what makes a good sports trainer and what sort of... motivation works best. He's here to help us,"@@ explains Jessica.<br /><br />
@@.wpjac;"Wow, Jess, she's hot,"@@ remarks Jacob, a look of lust flashing into his dreamy eyes.<br /><br />
You realize he thinks you're a real girl.<br /><br />
Maybe @@.bimbhyptxt;you are a girl@@... you're certainly not a man at this point.<br /><br />
Your whole body feels alive and hot under his gaze. You feel your cheeks grow hot. You instinctively squeeze your smooth thighs together as something inside you aches to be touched.<br /><br />
You feel embarrassed to feel so giddy.<br /><br />
You realize you're biting your lower lip as you look up at him.<br /><br />
You catch Jessica smirking at you from the corner, clearly entertained by the unspoken interaction.<br /><br />
@@.jess;"Don't keep the lady waiting, Jacob,"@@ Jessica says as she slinks up behind Jacob, running her hands down his abdomen and hooking her thumbs on his pants, slowly tugging them down.<br /><br />
Jacob just stands proudly as his pants are lowered right in front of you.<br /><br />
You quickly realize he's not wearing any underwear as his chubby cock springs free from the confines of the waistband and sticks out proudly just inches from your face.<br /><br />
<img src="ast/img/s/jessJacCock.png" /><br /><br />
You nearly go cross-eyed trying to look at its full length.<br /><br />
You smell something strange, like a mixture of his cologne and... something else. Not quite sweat... but something almost earthy.<br /><br />
You hate that you like the musky smell... your body... your mind betrays you at every step.<br /><br />
Something rational in your head begs you to get up... get up now and leave! This has gone too far!<br /><br />
But something else inside you quivers with submission.<br /><br />
And as you reach up and touch Jacob's fleshy member, you realize too late that your rationality has failed you.<br /><br />
You gently rub your fingers over the delicate, veiny skin of his dick. It's soft, yet firm when squeezed.<br /><br />
You feel something drip out of the tip of your clitty.<br /><br />
@@.bimbhyptxt;Big Cock Is So Good@@<br /><br />
Jessica holds out a small tube at an angle over Jacob's cock and lets a creamy white substance dribble over it.<br /><br />
@@.jess;"This coconut lube is the best"@@ declares Jessica as the slick fluid dribbles all over your hands and Jacob's cock.<br /><br />
You rub the lube in, fighting the urge to moan with desperation.<br /><br />
You look up at him, batting your artificial lashes.<br /><br />
His face is serious now, you can tell something is building inside him... and you know all too well what it is.<br /><br />
<video src="ast/img/jessHjCock0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.jess;"That's good, work that@@ @@.bimbhyptxt;Hard Cock@@ @@.jess; make him cum all over your cute little face."@@ encourage Jessica.<br /><br />
You momentarily panic at the thought of having someone blow a load of semen all over you.<br /><br />
Something about your look of panic seems to turn Jacob on even more as he starts to grunt.<br /><br />
You begin to pull away.<br /><br />
@@.jess;"No no no, this will be good for you I promise,"@@ encourage Jess as she gently keeps you in you chair.<br /><br />
You fight the urge to pull away as you continue to stroke away at his cock.<br /><br />
@@.jess;"That's right, for your first time, just keep your head back, eyes closed... and breathe,"@@ instructs Jess.<br /><br />
Closing your eyes somehow helps blunt the sting of shame. But you still feel the shame as Jacob grunts again and you feel a faint, warm splatter erupt across your chin, lips, and nose. Another grunt, another spurt. This time you feel something pat against your cheek. Jacob grunts again, silently cursing as he quickly finishes cumming on your face. You carefully open your eyes, afraid something might drip into them, but luckily nothing does.<br /><br />
You see Jacob hastily pulls his pants up, a smile on his relaxed face.<br /><br />
@@.wpjac;"Damn, that was great, Jess. I think she's a keeper,"@@ he says as he adjusts his recently drained bulge.<br /><br />
@@.jess;"Thanks for the help, Jacob,"@@ replies Jessica.<br /><br />
You look around for something to wipe your face with.<br /><br />
@@.jess;"Just rub it in,"@@ Jessica says casually.<br /><br />
You look at her confused. Jessica makes a circular motion with her hands over her cheeks like she was massaging in lotion.<br /><br />
@@.jess;"Trust me you want to get used to the feel of it. It won't hurt you. Just rub it in to your skin and let it dry. That'll be your reward,"@@ explains Jessica.<br /><br />
You're mortified, but you do as you're told. You rub the thick semen into your face and neck until it becomes dry and a little sticky. It's smell is heavy and stange and it leaves you feeling... desperate somehow.<br /><br />
@@.jess;"Great job today! We'll keep going the next time you come in!"@@ congratulates Jessica.<br /><br />
You stand up, dazed and horny. Part of you wants to hurry home and wash off the dried semen... part of you is so horny that you want to @@.bimbhyptxt;bounce on a cock@@ until you cum your little sissy mind out.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<<set $eventCol.delete("jessHJTrain1")>>
<<set $eventCol.pushUnique("jessHJTrain2")>>
<</link>></span><br />
<<elseif $eventCol.includes("jessHJTrain2")>>
You immediately recognize a familiar face as you walk into the office. It's Jacob, and he's smiling at you expectantly from the comfort of one of the office chairs. You look over briefly at Jessica who just smiles knowingly. You turn your attention back to Jacob, who's massaging a bulge in his pants.<br /><br />
He looks at you like a wolf would at a lamb. You bite your lower lip, knowing what's about to happen. You can't tell if you're revolted or excited. Or maybe the twin emotions are what's making you so turned on right now.<br /><br />
@@.jess;"This time take off your top, $pc , the team likes a little eye candy,"@@ instructs Jessica.<br /><br />
You instantly blush. Ever since your breasts started growing you've become more protective of them. The idea that you used to have no problem being bare-chested feels foreign to you now. You laugh nervously as you pull off your top, revealing your healthy sissy tits.<br /><br />
<img src="ast/img/s/jessRevealMTFTits.png" /><br /><br />
You kneel obediently in front of Jacob, you look at Jessica for approval, she nods and motions for you to continue. Already that musky, intoxicating scent begins to invade your nose as you tug on Jacob's pants. He helps you by lifting his rear off the chair so that the waistband slides over the apex of his chiseled ass. His cock, predictably, is hard and ready.<br /><br />
You prop it up with one hand while you begin gently and lightly massaging the head of his cock with the other. He sighs with approval as a small bead of pre-cum forms at the tip of his cock. You continue your methodical rubbing, letting his own precum drip into your palm as you use it as lube.<br /><br />
You feel a compulsion to slide his cock into your mouth, to take in his manliness. But the dull ache in your tongue reminds you not to.<br /><br />
Meanwhile Jessica walks up next to you, tube of coconut lube at the ready. She drizzles some on Jacob's cock and your hands, creating a creamy, slippery mess on his crotch. The feeling of his bulging member slipping through your hands excites you as you unconciously sway your body in rhythm with every stroke.<br /><br />
It doesn't take long for Jacob's breathing to quicken as his hips rock in to your thrusts.<br /><br />
@@.jess;"See, this is when a man's getting close. Memorize what this looks like. Look at his face, how tense his body gets, how desperate he gets for release,"@@ instructs Jessica.<br /><br />
Jacob laughs as he pants and moans into each of your slippery strokes, clearly amused at the 'teachable moment'.<br /><br />
@@.wpjac;"Fuck here it comes,"@@ says Jacob through gritted teeth.<br /><br />
You live in the moment, you feel strangely in control. This tall, muscular jock is like putty in your hands, desperate for you to grant him release. You start to see why Valerie loves these sex control games so much.<br /><br />
@@.jess;"On your chest,"@@ indicates Jessica as Jacob's cock starts to convulse.<br /><br />
You lean up, still stroking his dick, so that it rests against the valley of your growing tits. Jacob grunts as the first large rope of cum shoots out of his cock. The thick spurt of cum splashes against the tip of your chin and down your neck. The next spurt is less forceful and guzzles out against your exposed chest. You manage to squeeze out a few more globs of cum from his defeated penis and, without prompt, dutifully begin rubbing his sperm into your tits.<br /><br />
<video src="ast/img/jessHjCock1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You feel dirty and slutty, and part of you loves it. You're such a @@.bimbhyptxt;Good Girl@@.<br /><br />
Jacob takes a moment to regain his strength before standing up and pulling on his pants. He nods with a smile at Jessica as he heads out the door<br /><br />
@@.jess;"You're getting good at this! We'll be starting the next part of your training soon. I think your tongue should be healed up just in time,"@@ encourages Jessica.<br /><br />
Part of you dreads what that could mean.<br /><br />
Part of you can't wait.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<<set $eventCol.delete("jessHJTrain2")>>
<<set $eventCol.pushUnique("jessHJTrain3")>>
<</link>></span><br />
<<elseif $eventCol.includes("jessHJTrain3")>>
@@.jess;"Hey, $pc , You've earned a break. Finish up whatever tasks Valerie has you doing,@@ @@.hint;we'll continue with your training next week@@ @@.jess;"@@ informs Jessica, as she busily signs some paperwork on her desk.<br /><br />
You leave, something in you feeling a little dissapointed.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<</link>></span><br />
<<elseif $eventCol.includes("jessBJTrain0")>>
@@.jess;"Alright $pc , tongue out!"@@ exclaims Jessica playfully.<br /><br />
You can't help but smile a little as you present your tongue piercing.<br /><br />
<img src="ast/img/s/jessHealedPierce.png" /><br /><br />
@@.jess;"Wow, that looks good, $pc !"@@ commends Jessica.<br /><br />
You feel proud about your sexy little piercing.<br /><br />
@@.jess;"Isn't it amazing how quickly it healed? Normally tongue piercings can take weeks, but our guy's piercing technique... I don't know, he just does it so quickly I guess maybe that helps,"@@ ponders Jessica, giving up half way through, @@.jess;"Annnyway, it's time to put that tongue to good use!"@@ she says as she plops a dildo on to her desk.<br /><br />
<img src="ast/img/s/jessDildo.png" /><br /><br />
<<if $advSkills.includes("advBjPractice")>>
Luckily you've got some experience with practicing on dildos and suppressing your gag reflex thanks to Valerie's training!<br /><br />
@@.jess;"I like that confidant look in your eye!"@@ commends Jessica again.<br /><br />
You blush, fearing you're looking a little <i>too</i> eager to get started.<br /><br />
<<else>>
Your experience with... sucking isn't expert. The large phallus intimidates you.<br /><br />
@@.jess;"Don't worry, we'll work up to it. You'll be a pro in no time!"@@ assures Jessica again.<br /><br />
You nod hesitantly.<br /><br />
<</if>>
@@.jess;"Ok, so first you're going to want to get the guys excited. Easiest way to do that is to strip. But in your case, these guys don't know about your little extra surprise between your thighs, so you'll just strip down to your underwear,"@@ explains Jessica.<br /><br />
She can sense your apprehension.<br /><br />
@@.jess;"Don't worry, when the time comes, they'll keep their hands to themselves. They know better than to push their luck. We'll make sure you're tucked nice and tight so they'll never suspect a thing,"@@ laughs Jessica.<br /><br />
You obediently strip down to your underwear and wait expectantly in the chair. Jessica casually hands you the large dildo.<br /><br />
@@.jess;"Go slow at first, treat it like the most delicious candy you've ever tasted. Lick, suck, kiss. Make out with it. A blow job is more of a theatrical performance than anything else. Acting like you're getting all hot and bothered sucking cock will really get a man going,"@@ laughs Jessica.<br /><br />
You blush, you've never considered to <i>pretend</i> to like cock, it's just sort of comes naturally to you.<br /><br />
@@.bimbhyptxt;Big Cock is Delicious@@ after all.<br /><br />
You take the dildo and give it a shy kiss. Then another. And another after that.<br /><br />
Then your mouth opens and your tongue flicks across the top of the silicon head.<br /><br />
Then you find that the head of the dildo is in your mouth.<br /><br />
@@.jess;"Wow, great, $pc , now use that tongue piercing to add a little extra pressure each time you suck, really press it into the underside of the cock. It'll hit all the right spots,"@@ instructs Jessica.<br /><br />
You do as you are told, treating the piercing as an erotic extension of your tongue.<br /><br />
<video src="ast/img/jessBJTrain0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.jess;"You're a natural! You're doing better than I could've hoped. Ok, time to move on to the crown jewel of all blow job techniques, the deepthroat! Anyone can do it, just stay calm, relax, and work that dildo back into your mouth. You're going to gag, and that's fine. Gag on it, pull it out, relax, try again and try to get a little deeper everytime,"@@ explains Jessica, @@.jess;"Oh, and uh, make sure to take a deep breath once you get it into your throat."@@<br /><br />
You nod, your eyes focused on the task at hand. You take the dildo, slimy and shiny with your spit and slowly ease it back into your mouth. You feel the head of it touch something just behind the base of your tongue.<br /><br />
You immediately start to gag.<br /><br />
But instead of pulling it out, you breath through it until the sensation goes away.<br /><br />
Jessica grins with approval, impressed with your determinations.<br /><br />
You back the dildo out slightly and then slide in further, pushing past the back of your tongue and bumping something in your throat.<br /><br />
You immediately rip the dildo out of your mouth as you gag and cough.<br /><br />
@@.jess;"It's OK! Totally natural, keep trying, eventually those little gag nerves will settle down,"@@ reassures Jessica.<br /><br />
You give it a few more attemps, each time violently gagging, but each time the dildo stays in longer and longer until finally, you're able to hold it in place, the head hovering deep inside your mouth.<br /><br />
But you're still able to breathe, which means you still have room to spare.<br /><br />
You take a deep breath.<br /><br />
<video src="ast/img/jessBJTrain1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You finally feel the dildo disappear down your throat. You can't breathe, but in the moment you don't care. You feel hot. You feel horny. You feel accomplished. You can do what most girls can't or simply won't do.<br /><br />
What a fantastic @@.bimbhyptxt;Cocksucker@@ you're turning out to be.<br /><br />
@@.jess;"Excellent, $pc , just, WOW, that was so good! I think you'll be ready to test drive the real thing tomorrow!"@@ cheers Jessica.<br /><br />
Your acheivement buzz quickly fades at the thought of doing all this on a real cock.<br /><br />
@@.jess;"Oh and make sure to@@ @@.hint;wear your uniform@@ @@.jess;tomorrow. I mean, I know you're not going to be doing any actual cheerleading, but what guy doesn't like a cheerleading fetish, right?"@@ reminds Jessica.<br /><br />
You can't argue with her there.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<<set $eventCol.delete("jessBJTrain0")>>
<<set $eventCol.pushUnique("jessBJTrain1")>>
<</link>></span><br />
<<elseif $eventCol.includes("jessBJTrain1")>>
When you walk into Jessica's office you see a familiar face already sitting there waiting for you with a smile.<br /><br />
You waggle your finger's flirtatiously at him.<br /><br />
You instantly feel weird for doing it.<br /><br />
Jacob's smile just grows wider as he chuckles a bit.<br /><br />
@@.wpjac;"That uniform looks cute on you,"@@ buzzes Jacob's low, soothing voice.<br /><br />
@@.pc;"Thanks"@@ you say shyly, he makes you feel good just with a glance.<br /><br />
@@.jess;"Alright!"@@ Jessica says with a clap of her hands, @@.jess;" $pc , has been working on her oral technique. I think she's ready to test drive a real man's cock."@@<br /><br />
Jacob absent-mindedly massages the bulge in his pants and nods, @@wpjac;"Sweet."@@<br /><br />
Jessica turns back over to you, tugging at her own top and looking at you expectantly.<br /><br />
You take a deep breath, and put on a little strip tease for him.<br /><br />
<img src="ast/img/s/jessStrip0.png" /><br /><br />
You tug the snug top off your body and glance back at Jacob with a smile. You can make out a large bulge straining against the confines of his pants<br /><br />
<img src="ast/img/s/jessStrip1.png" /><br /><br />
You slowly walk towards him, he begins pulling off his own pants for you.<br /><br />
You like how eager he is. It makes you feel desired and powerful. Is this what Valerie feels like when she convinces you to do perverted things with just a twitch of her hips and little flirty smiles?<br /><br />
Women are frightening.<br /><br />
You kneel between his chiseled legs, massaging his already throbbing cock. He's already lightly humping his hips towards your face. You lean in a little bit. The musky smell of his cock does something to you. Your nipples harden, something between your legs swells, but it isn't your cock. It's something further back behind your balls. Your prostate quivers with pleasure.<br /><br />
<video src="ast/img/jessBJTrain2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You lovingly work his cock, treating it like a pillar of sugar to be seduced and savored.<br /><br />
@@.jess;"Good, see how deep you can go,"@@ urges Jessica gently.<br /><br />
You bat your eyes at Jessica in acknowledgement. You look up at Jacob, his face is racked with pleasure and tension. You take a deep breath then ease his cock past your lips. You flatten your tongue to make room as his girthy member slides back further.<br /><br />
You get the urge to gag, but you have it under control as you slowly but steadily force your own head down. Your body shivers with delight as you feel every throbbing vein of his cock glide past your tongue. Deeper he slides as you do your best to relax.<br /><br />
Then your nose bumps into his pubic bone. You have him completely engulfed! You start to moan, but no air can comes. Instead your throat just slightly flexes around his cock.<br /><br />
@@.wpjac;"Fuck"@@ mutters Jacob as he intinctively places his hand on the back of your head and grinds his cock against the depths of your throat.<br /><br />
You start to feel light headed, but the feeling is mixed with shame, pleasure, and submission to his powerful @@.bimbhyptxt;cock@@.<br /><br />
You feel Jacob's entire body start to tense up, you can sense he's about to release.<br /><br />
@@.jess;"Don't let him cum! He has to play later tonight!"@@ exclaims Jessica as he pushes Jacob's hand away from the back of your head and tugs back on your hair.<br /><br />
You break the deathgrip your throat has on Jacob's cock, gasping for air as a thick string of spittle links your lower lip to the tip of his cock. You chest heaves with arrousal.<br /><br />
You're such a @@.bimbhyptxt;horny slut@@.<br /><br />
But in this moment you don't care.<br /><br />
@@.wpjac;"Damn Jess can't you cut me break just this once?"@@ whines Jacob, clearly upset about the cockblock.<br /><br />
@@.jess;"No! Now go get cleaned up and ready for practice. Go win tonight's game and then you'll get your chance,"@@ orders Jessica as she points towards the door.<br /><br />
Jacob mutters angrily as he quickly pulls up his pants and storms out.<br /><br />
Jessica just smiles at you, @@.jess;"It's ok, they all get like that when they're teased."@@<br /><br />
You just laugh nervously.<br /><br />
@@.jess;"Great job today! The finals are just around the corner and you're just about ready for the big motivational push!"@@ exclaims Jessica happily, @@.jess;"that's enough for today!"@@ <br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<<set $eventCol.delete("jessBJTrain1")>>
<<set $eventCol.pushUnique("jessBJTrain2")>>
<</link>></span><br />
<<elseif $eventCol.includes("jessBJTrain2")>>
As you walk into Jessica's office you feel a strong arm wrap around your waist and pull you in for a side hug. You give an awkward yelp as your body is pressed into the firm, masculine chest of Jacob.<br /><br />
You look up into his mischievous smirk and he gives you a light kiss on the forehead.<br /><br />
Your cheeks burn with embarassment and maybe even a little excitement.<br /><br />
Everyone knows exactly what you're here to do.<br /><br />
@@.wpjac;"Hey!"@@ says Jacob, trying to hide his own eagerness.<br /><br />
Jessica sits back smugly, her arms crossed, @@.jess;"Guess who did <i>very</i> well in last night's game, and guess who gets he his reward."@@<br /><br />
You look back at Jacob and smile nervously.<br /><br />
@@.jess;"Same thing as the other day, except speed is of the essence. Get him hard, suck on him, get that cum out. Remember that it isn't just Jacob you'll need to motivate. We've got an entire team to manage soon!"@@ explains Jessica.<br /><br />
Jacob drops his pants, his cock springs out eagerly. Predictably, the smell of his hard dick stirs something within you. You quickly strip down to your underwear and press yourself against Jacob, enjoying the feeling of his body against yours.<br /><br />
You drop to your knees, gently cradling his balls while dutifully kissing up and down his throbbing shaft. Jacob sighs with pleasure.<br /><br />
You think you kind of love it when you can make someone as strong as Jacob tremble and moan. You circle your tongue around the tip of his cock, teasing him with the little ball of your piercing. He tilts his head back, enjoying the sensations. Tiny beads of pre-cum well up on the tip of his cock. You dutify lick them up, something about the salty taste makes you feel good, desired, horny.<br /><br />
<img src="ast/img/s/jessCTease.png" /><br /><br />
You continue to work his cock, running your hand over his spit-covered member, spreading it further down his shaft before thrusting his cock back into your mouth, each time working it a little further in. Soon his cock is sliding down your throat as your nose crashes into his pubic bone.<br /><br />
<video src="ast/img/jessBJTrain3.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You can feel his entire body start to tense up, he becomes desperate as he grabs you by the hair and begins roughly face-fucking you. You're prepared, as you relax your throat and let him guide your face down on his cock over and over again. Suddenly Jacob pulls away and jerks his cock a few times.<br /><br />
@@.jess;"Catch as much as you can!"@@ reminds Jessica.<br /><br />
You cup your sissy breasts together, tilt your head back, open wide and stick out your tongue expectantly.<br /><br />
<video src="ast/img/jessBJTrain4.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Jacob splatters your entire face with cum. Like before you use your hands to rub it into your face and breasts. Jessica nods with approval. You feel some of Jacob's cum drip over your mouth, you instinctively lick your lips, capturing some of the semen.<br /><br />
The salty flavor makes your feel both dirty and horny. Part of you wishes he would've finished in your mouth.<br /><br />
@@.wpjac;"Damn,"@@ sighs Jacob, slumped against the wall, exhausted.<br /><br />
@@.jess;"Looks like you're ready,"@@ beams Jessica with pride, @@.jess;"Alright you two, the big game's coming up soon. Get cleaned up and rest up. $pc , you've got your work cut out for you, but I know you can do it,"@@ encourages Jessica.<br /><br />
Her confidence in you makes you feel good.<br /><br />
<span class="link-fem"><<link "Go Home" "OnetimeBoard2">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<<set $eventCol.delete("jessBJTrain2")>>
<<set $eventCol.pushUnique("jessBJTrain3")>>
<<set $eventCol.pushUnique("jessPiercingUnlock")>>
<</link>></span><br />
<<elseif $eventCol.includes("jessBJTrain3")>>
As you walk to Jessica's office you notice the locker room is filled with jocks in various states of undress. They look to be gearing up for a game. You notice many of them are checking you out.<br /><br />
All the attention makes you nervous.<br /><br />
@@.jess;"Today's the big day!"@@ exclaims Jessica as you enter.<br /><br />
Your jaw nearly drops as you notice her outfit.<br /><br />
<img src="ast/img/s/jessCL.png" /><br /><br />
@@.jess;"What? We're shorthanded, sometimes you have to get your hands dirty,"@@ she says as she mimics stroking an invisible cock with her hand.<br /><br />
You laugh a little at the response.<br /><br />
@@.jess;"Alright, we have a system on how this works, are you ready?"@@ asks Jessica.<br /><br />
<span class="link-fem"><<link "Learn the System" "JessicaEndgame">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<<set $eventCol.delete("jessBJTrain3")>>
<<set $eventCol.pushUnique("jessEG0")>>
<</link>></span><br />
<<elseif $eventCol.includes("jessHJInit")>>
Jessica reminds you to purchase a @@.hint;Cheerleading Vest, Cheerleading Skirt, Cheerleading Underwear,@@ and maybe something to give your @@.hint;hair a cheerleading look@@.
@@.jess;"Alright, let's work more on that handjob technique,"@@ says Jessica.
<span class="link-fem"><<link "Ready to Begin Training" "Jessica">>
<<if $jessHJlvl is 0>>
<<set $eventCol.pushUnique("jessHJTrain0")>>
<<elseif $jessHJlvl is 1>>
<<set $eventCol.pushUnique("jessHJTrain1")>>
<<elseif $jessHJlvl is 2>>
<<set $eventCol.pushUnique("jessHJTrain2")>>
<<elseif $jessHJlvl is 3>>
<<set $eventCol.pushUnique("jessHJTrain3")>>
<</if>>
<</link>></span><br />
<<else>>
@@.jess;"Not trying to be mean here, $pc , but we can't get started until you get pierced. Come back once that's done"@@ reminds Jessica, masking her annoyance with you the best she can.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $jessTrain to false>>
<<set $vJess to true>>
<</link>></span><br />
<</if>>
<<else>>
outside phases jesstrain
<</if>>
<<else>>
You step inside the small office themed with pink and white decor, the air here is a mixture of girly perfume and stud musk. The smell turns you on in an indescribable way.<br /><br />
<<if $eventCol.includes("jessicaP1")>>
@@.jess;" $pc , just the girl I wanted to see!"@@ exclaims Jessica glancing up at you from her desk with a smile.<br /><br />
<img src="ast/img/s/jessIntro.png" /><br /><br />
You smile and wave back, @@.pc;"H-hey Jessica, you said you needed some help?"@@<br /><br />
@@.jess;"Oh girl you have no idea, shit just hit the fan around here a few weeks ago,"@@ she sighs.<br /><br />
It sounds serious.<br /><br />
Jessica strides around you, expertly navigating both her office, and her high heels in the process. She take a furtive peek outside her office before closing the door behind her and drawing the shades.<br /><br />
@@.jess;"Ok, Valerie told me you can keep a secret... can you... keep a secret?"@@ Jessica asks, eyeing you up and down with an almost teasing smile.<br /><br />
@@.pc;"Uh yes, yes of course!"@@ you exclaim.<br /><br />
Jessica plops down in her desk chair, allowing herself a rare moment of respite. You immediately noticed her blouse is slightly unbuttoned. You feel something... arousal? Or is it jealousy at what you see...<br /><br />
<img src="ast/img/s/jessSit.png" /><br /><br />
She catches your wondering eye and just smiles quizzically.<br /><br />
@@.jess;"Interesting, looks like Valerie's come a long way with you,"@@ mutters Jessica ominously.<br /><br />
She pauses for a moment as she takes in your confused look.<br /><br />
@@.jess;"Nevermind that, look I'm a sports trainer and assistant manager for the Wild Panthers. I'm in charge of making sure the players get to where they need to be. That means showing up for practice, media events, whatever the owners want. The team is having a great season... so far,"@@ Jessica seems momentarily distracted.<br /><br />
@@.pc;"But?"@@ you offer.<br /><br />
Jessica smiles warmly, @@.jess;"But... well a sex tape was leaked of a few of our cheerleaders... fraternizing with some of the players. Which is a huge no-no. There's a whole book of rules that prohibits players and cheerleaders from even being in the same room as each other. It was tolerated by the owners and even HR because the cheerleaders were basically a sort of... motivation for the players,"@@ explains Jessica.<br /><br />
@@.pc;"Motivation?"@@ you ask.<br /><br />
@@.jess;"Yeeeah, before the game, some of the cheerleaders would get the guys all worked up, but not... too workerd up if you catch my drift. Then if the team won... those players would be... rewarded. You know what kind of reward a hot young girl can give a guy that's just won the big game?"@@ asks Jessica.<br /><br />
You think you have a few ideas as you nod your head yes.<br /><br />
@@.jess;"Well now the cheerleading squad is under a ton of scrutiny, and we lost some of out best motivators. The owners are worried this is going to affect the team's performance... which is where you come in,"@@ says Jessica, looking at you with a knowing smile.<br /><br />
Uh oh, you think you know where this is going.<br /><br />
@@.jess;"You are going to be my new assistant sports trainer, and it will be your job to motivate and reward our team. It'll be tough work... but you'll learn some things... and you'll earn a good chunk of money at the end of it too,"@@ assures Jessica.<br /><br />
<<set $eventCol.delete("jessicaP1")>>
<<set $eventCol.pushUnique("JessP1Rem")>>
<span class="link-fem"><<link "Agree to Help" "Jessica">>
<<set $eventCol.pushUnique("jessSkipIntro")>>
<<set $jessTrain to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("JessP1Rem")>>
<<if $eventCol.includes("jessBJTrain1") or $eventCol.includes("jessBJTrain2") or $eventCol.includes("jessBJTrain3")>>
<<if $pcAb.outerWear is "sportyClothes">>
Jessica looks relieved, @@.jess;"Thank goodness, you look hot in that outfit, this is all coming together, are you ready?"@@<br /><br />
<span class="link-fem"><<link "Agree to Help" "Jessica">>
<<set $eventCol.pushUnique("jessSkipIntro")>>
<<set $jessTrain to true>>
<</link>></span><br /><br />
<<else>>
Jessica looks at you with barely concealed annoyance, @@.jess;" $pc , you need to be in a@@ @@.hint;sporty@@ @@.jess;outfit before we get started. Stop wasting in time, go buy the outfit, and put it on!"@@ urges Jessica.<br /><br />
<</if>>
<<elseif $SMasterTrained.includes("Jessica")>>
Jessica waves you in, @@.jess;"Hey, what are you doing here? We're all done! You need to@@ @@.hint;finish up whatever tasks Valerie has for you@@ @@.jess;"@@<br /><br />
<<else>>
Jessica waves you in, @@.jess;"Please tell me you're ready to get started!@@<br /><br />
<span class="link-fem"><<link "Agree to Help" "Jessica">>
<<set $eventCol.pushUnique("jessSkipIntro")>>
<<set $jessTrain to true>>
<</link>></span><br /><br />
<</if>>
<<else>>
-out of phases
<</if>>
<</if>>
<<if $jessTrain is false>>
<span class="link-masc"><<link "Go Home" "Home">><</link>></span><br />
<</if>>
<</nobr>><<nobr>>
<<if $eventCol.includes("jessEG0")>>
You and Jessica walk into the middle of the locker room amidst a crowd of whooping and hollering. They clearly like the sight of two cheerleaders prancing around.<br /><br />
@@.jess;"Listen up! This is $pc , she's here to help with pre-game motivation! You can look, but no touching! She's new here so try to be patient,@@ demands Jessica.<br /><br />
The men mutter amidst themselves with leering grins on their faces. You even see that some of them are already massaging their cocks in anticipation.<br /><br />
@@.jess;"Since we are on a time-crunch, I'll be helping $pc out today,"@@ informs Jessica.<br /><br />
A cheer goes up in the locker room, confirming what they had already suspected given Jessica's outfit. Jessica just rolls her eyes and smiles.<br /><br />
@@.jess;"This is how it works,"@@ Jessica says to you suddenly as she reaches to the side and grabs the cock of some random guy and pulls him behind her.<br /><br />
An approving cheer erupts as the muscular man follows Jessica, allowing himself to literally be led by the cock. Jessica waves a little blue marker in front of your face, pops off the cap, and places a small blue dot on one of the man's balls.<br /><br />
The locker rooms laughs and jeers in response.<br /><br />
@@.jess;"Blue mark, means blue balls. That means you can tease the cock, but don't you let him cum!"@@ warns Jessica<br /><br />
<img style="border:10px solid blue" src="ast/img/s/jessCock2.png" /><br /><br />
@@.hint; Cocks with a blue frame are cocks that must be TEASED@@<br /><br />
Jessica spits in her hand, then roughly rubs the man's cock while pressing up against his chest and looking him in the eyes. He immediately starts to pant under her expert care. He closes his eyes, completely under Jessica's control. She suddenly releases his cock.<br /><br />
He mutters some curse words as his building ejaculation is interrupted. Before his frustration can really set in, Jessica grabs his cock again, trapping him in ecstacy with a flurry of strokes.<br /><br />
The locker room cheers as the man writhes with pleasure. Jessica raises a thigh and rests it against the man's abdomen, he instinctively reaches out and supports it, caressing Jessica's toned skin.<br /><br />
Jessica stops stroking. The man curses louder, grabs Jessica's hips, his jaw gritted in frustration. A look of wanton desire flashes over his face, like he might rip Jessica's clothes off and fucker her into next week.<br /><br />
But he just stays there, his hands firmly gripping her hips as he fights his own animal urges.<br /><br />
Jessica just smiles as she grabs his cock again rubs it against the crotch of her cheerleader underwear, letting the smooth fabric caress his throbbing member. The man thrusts his dick fruitlessly against the fabric as Jessica seems to encourage it. You notice that Jessica's face is flushed and her breathing is heavy and begin to wonder if she's just going to start fucking the guy.<br /><br />
But she doesn't.<br /><br />
Instead she lowers her leg back to the floor and turns her back on the man just as it seems like he might burst all over her uniform.<br /><br />
He curses again and punches a nearby locker.<br /><br />
@@.jess;"Suit up, win the fucking game!"@@ demands Jessica.<br /><br />
He storms off.<br /><br />
@@.jess;"See that, $pc ? He's horny and pissed.@@ @@.hint;Tease them three times@@ @@.jess;then send them on their way."@@<br /><br />
<span class="link-fem"><<link "Practice Teasing" "JessicaEndgame">>
<<set $eventCol.delete("jessEG0")>>
<<set $eventCol.pushUnique("jessEG1")>>
<<set $jessSel to "N">>
<<set $jessActionMax to 5>>
<<set $jessAction to 5>>
<<set $jessCockTracker to { "A1" : {"tlvl" : 0},
"A2" : {"tlvl" : 0},
"A3" : {"tlvl" : 0},
"A4" : {"tlvl" : 0},
"B1" : {"tlvl" : 0},
"B2" : {"tlvl" : 0},
"B3" : {"tlvl" : 0},
"B4" : {"tlvl" : 0},
"C1" : {"tlvl" : 0},
"C2" : {"tlvl" : 0},
"C3" : {"tlvl" : 0},
"C4" : {"tlvl" : 0},
"D1" : {"tlvl" : 0},
"D2" : {"tlvl" : 0},
"D3" : {"tlvl" : 0},
"D4" : {"tlvl" : 0},
}>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("jessEG1")>>
Practice Teasing a cock with what you've learned!<br /><br />
<img src="ast/img/s/jessAct5.png" /><br /><br />
<<if not $jessSel.includes("B2")>>
@@.hint;First select the cock you want to service@@
<<else>>
@@.hint;Now select an action to assign to that cock@@
<</if>>
<table border=0>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px>
<<if $jessSel is "B2">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green" src="ast/img/s/jessCock0.png" />
</a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" />
<!--<<set $jessSel.pushUnique("B2")>>-->
</a>
<</if>>
</td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
</table>
<<if $jessSel is "N">>
<!--do nothing-->
<<else>>
<span class="link-fem"><<link "Hand Job (Light Teasing, uses 1 Action)" "JessicaEndgame">>
<<set $jessAction to $jessAction - 1>>
<<set $jessCockTracker[$jessSel].tlvl to $jessCockTracker[$jessSel].tlvl + 1>>
<<set $jessSel to "N">>
<<set $eventCol.delete("jessEG1")>>
<<set $eventCol.pushUnique("jessEG2")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("jessEG2")>>
Great!<br /><br />
<img src="ast/img/s/jessAct4.png" /><br /><br />
@@.hint;Notice that performing a handjob reduced your action meter, be mindful that everything you do will require the usage of your action meter! Try Teasing the cock again!@@<br /><br />
<<if not $jessSel.includes("B2")>>
@@.hint;Notice the cock you just touched has a sexy pink border,@@ that means it's more aroused now! You naughty girl! The border around the cock will turn more pink the closer it is to release.<br /><br />
@@.hint;It's up to you to remember which cocks need to be teased and which need to cum after you've acted upon them!@@<br /><br />
@@.hint;"Let's keep teasing!"@@<br /><br />
<<else>>
@@.hint;Now select an action to assign to that cock, note the amount of actions it will take from your meter!@@
<</if>>
<table border=0>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px>
<<if $jessSel is "B2">>
<<if $jessCockTracker["B2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<<else>>
<<if $jessCockTracker["B2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
</td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
</table>
<<if $jessSel is "N">>
<!--do nothing-->
<<else>>
<span class="link-fem"><<link "Blow Job (Moderate Teasing, uses 2 Actions)" "JessicaEndgame">>
<<set $jessAction to $jessAction - 2>>
<<set $jessCockTracker[$jessSel].tlvl to $jessCockTracker[$jessSel].tlvl + 2>>
<<set $jessSel to "N">>
<<set $eventCol.delete("jessEG2")>>
<<set $eventCol.pushUnique("jessEG3")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("jessEG3")>>
Mmmmm @@.bimbhyptxt;Tasty Cock!@@<br /><br />
<img src="ast/img/s/jessAct2.png" /><br /><br />
@@.hint;Your action meter is running low!@@<br /><br />
<<if not $jessSel.includes("B2")>>
@@.hint;Keep Going!@@
<<else>>
@@.hint;Note that some actions are unavailable if you don't have enough actions left@@
<</if>>
<table border=0>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px>
<<if $jessSel is "B2">>
<<if $jessCockTracker["B2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<<else>>
<<if $jessCockTracker["B2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid Red;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
</td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
</table>
<<if $jessSel is "N">>
<!--do nothing-->
<<else>>
<span class="link-fem"><<link "Blow Job (Moderate Teasing, uses 2 Actions)" "JessicaEndgame">>
<<set $jessAction to $jessAction - 2>>
<<set $jessCockTracker[$jessSel].tlvl to $jessCockTracker[$jessSel].tlvl + 2>>
<<set $jessSel to "N">>
<<set $eventCol.delete("jessEG3")>>
<<set $eventCol.pushUnique("jessEG4")>>
<</link>></span><br /><br />
<span class="p-masc">Hand Job Blow Job Combo (need at least 3 actions)</span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("jessEG4")>>
He's ready to explode!<br /><br />
<img src="ast/img/s/jessAct0.png" /><br /><br />
@@.hint;No More Actions to use!@@<br /><br />
<<if not $jessSel.includes("B2")>>
<!-- -->
<<else>>
@@.hint;Ending your turn will restore all actions, and also cause all the sport players to wait.@@ Players that have waited @@.hint;three turns@@ without being touched, will walk away frustrated. This will free up space for more players to either be teased or released.<br /><br />
<</if>>
<table border=0>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px>
<<if $jessSel is "B2">>
<<if $jessCockTracker["B2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<<else>>
<<if $jessCockTracker["B2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid Red;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
</td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
<tr>
<td width=100px height=100px></td>
<td width=100px></td>
<td width=100px></td>
<td width=100px></td>
<td></td>
</tr>
</table>
<span class="p-masc">Blow Job (need at least 2 actions)</span><br /><br />
<span class="p-masc">Hand Job Blow Job Combo (need at least 3 actions)</span><br /><br />
<<if $jessSel.includes("B2")>>
<span class="link-fem"><<link "End Turn" "JessicaEndgame">>
<<set $jessAction to $jessActionMax>>
<<set $jessSel to "N">>
<<set $eventCol.delete("jessEG4")>>
<<set $eventCol.pushUnique("jessEG5")>>
<<set $jessCockTracker to { "A1" : {"tlvl" : 0},
"A2" : {"tlvl" : 0},
"A3" : {"tlvl" : 0},
"A4" : {"tlvl" : 0},
"B1" : {"tlvl" : 0},
"B2" : {"tlvl" : 0},
"B3" : {"tlvl" : 0},
"B4" : {"tlvl" : 0},
"C1" : {"tlvl" : 0},
"C2" : {"tlvl" : 0},
"C3" : {"tlvl" : 0},
"C4" : {"tlvl" : 0},
"D1" : {"tlvl" : 0},
"D2" : {"tlvl" : 0},
"D3" : {"tlvl" : 0},
"D4" : {"tlvl" : 0},
}>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("jessEG5")>>
@@.jess;"Ok, you get the basic idea of how this works, blue mark, tease the cock. Easy right?"@@ ask Jessica.<br /><br />
You have trouble keeping your eyes off the line up of dudes waiting, dicks in hand.<br /><br />
@@.jess;"Now, the other@@ @@.hint;important thing!@@ @@.jess;A cock with a yellow mark means you need to make that cock cum! That means that player has earned some release,"@@ explains Jessica.<br /><br />
<img style="border:10px solid yellow" src="ast/img/s/jessCock1.png" /><br /><br />
@@.hint;Cocks with a yellow frame are cocks that must be RELEASED (Make them cum!)@@<br /><br />
@@.jess;"That part you should've already figured out@@ @@.hint;just keep teasing a cock until it cums on or in you@@ @@.jess;"@@ laughs Jessica.<br /><br />
@@.jess;"Ok, I'll mark them, you stoke them!"@@ informs Jessica, with two little highlighters in hand.<br /><br />
Jessica will keep track of each cock you @@.hint;service properly.@@ Perform well and Jessica will be very grateful to you.<br /><br />
<span class="link-fem"><<link "Time to Help Manage the Team!" "JessicaEndgame">>
<<set $eventCol.delete("jessEG5")>>
<<set $eventCol.pushUnique("jessGameSetup")>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("jessGameSetup")>>
<<set _jessCockPop to 4>>
<<set $jessTablePop to []>>
<<for $jessTablePop.length lt _jessCockPop>>
<<set _letChooser to random(3)>>
<<set _numChooser to random(3)>>
<<if _letChooser is 0>>
<<set _letter to "A">>
<<elseif _letChooser is 1>>
<<set _letter to "B">>
<<elseif _letChooser is 2>>
<<set _letter to "C">>
<<elseif _letChooser is 3>>
<<set _letter to "D">>
<</if>>
<<if _numChooser is 0>>
<<set _number to "1">>
<<elseif _numChooser is 1>>
<<set _number to "2">>
<<elseif _numChooser is 2>>
<<set _number to "3">>
<<elseif _numChooser is 3>>
<<set _number to "4">>
<</if>>
<<set $jessTablePop.pushUnique(_letter + _number)>>
<</for>>
<<set $jessSel to "N">>
<<set $jessAction to $jessActionMax>>
<<set $jessCockTracker to { "A1" : {"tlvl" : 0, "r" : 0},
"A2" : {"tlvl" : 0, "r" : 0},
"A3" : {"tlvl" : 0, "r" : 0},
"A4" : {"tlvl" : 0, "r" : 0},
"B1" : {"tlvl" : 0, "r" : 0},
"B2" : {"tlvl" : 0, "r" : 0},
"B3" : {"tlvl" : 0, "r" : 0},
"B4" : {"tlvl" : 0, "r" : 0},
"C1" : {"tlvl" : 0, "r" : 0},
"C2" : {"tlvl" : 0, "r" : 0},
"C3" : {"tlvl" : 0, "r" : 0},
"C4" : {"tlvl" : 0, "r" : 0},
"D1" : {"tlvl" : 0, "r" : 0},
"D2" : {"tlvl" : 0, "r" : 0},
"D3" : {"tlvl" : 0, "r" : 0},
"D4" : {"tlvl" : 0, "r" : 0},
}>>
<<set _releaserCnt to random(3)>>
<<set $jessReleaser to $jessTablePop.randomMany(_releaserCnt)>>
<<set $eventCol.delete("jessGameSetup")>>
<<set $eventCol.pushUnique("jessEG6")>>
<<set $jessTurnCnt to 1>>
<<set $jessCockSatisfied to 0>>
<<set $jessAccidents to 0>>
<<set $jessDidHJ to false>>
<<set $jessDidBJ to false>>
<<set $jessDidCombo to false>>
<<goto JessicaEndgame>>
<</if>>
<<if $eventCol.includes("jessEG6")>>
<<if $jessAction is 5>>
<img src="ast/img/s/jessAct5.png" /><br /><br />
<<elseif $jessAction is 4>>
<img src="ast/img/s/jessAct4.png" /><br /><br />
<<elseif $jessAction is 3>>
<img src="ast/img/s/jessAct3.png" /><br /><br />
<<elseif $jessAction is 2>>
<img src="ast/img/s/jessAct2.png" /><br /><br />
<<elseif $jessAction is 1>>
<img src="ast/img/s/jessAct1.png" /><br /><br />
<<else>>
<img src="ast/img/s/jessAct0.png" /><br /><br />
<</if>>
<table border=0>
<tr>
<td width=100px height=100px>
<<if $jessTablePop.includes("A1")>>
<<if $jessSel is "A1">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<<if $jessCockTracker["A1"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A1'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A1"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A1'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A1"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A1'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A1"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A1'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A1"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A1'"><img style="border:10px solid Red;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A1"].tlvl gt 5>>
<<set $jessCum to "A1">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("A1")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A1'"><img style="border:10px solid yellow" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A1'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("A2")>>
<<if $jessSel is "A2">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<<if $jessCockTracker["A2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A2'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["A2"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A2'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["A2"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A2'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["A2"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A2'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["A2"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A2'"><img style="border:10px solid Red;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["A2"].tlvl gt 5>>
<<set $jessCum to "A2">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("A2")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A2'"><img style="border:10px solid yellow" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A2'"><img style="border:10px solid blue" src="ast/img/s/jessCock1.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("A3")>>
<<if $jessSel is "A3">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<<if $jessCockTracker["A3"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A3'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["A3"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A3'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["A3"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A3'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["A3"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A3'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["A3"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A3'"><img style="border:10px solid Red;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["A3"].tlvl gt 5>>
<<set $jessCum to "A3">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("A3")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A3'"><img style="border:10px solid yellow" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A3'"><img style="border:10px solid blue" src="ast/img/s/jessCock2.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("A4")>>
<<if $jessSel is "A4">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<<if $jessCockTracker["A4"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A4'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A4"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A4'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A4"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A4'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A4"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A4'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A4"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A4'"><img style="border:10px solid Red;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["A4"].tlvl gt 5>>
<<set $jessCum to "A4">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("A4")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A4'"><img style="border:10px solid yellow" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'A4'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td></td>
</tr>
<tr>
<td width=100px height=100px>
<<if $jessTablePop.includes("B1")>>
<<if $jessSel is "B1">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<<if $jessCockTracker["B1"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B1'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B1"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B1'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B1"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B1'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B1"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B1'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B1"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B1'"><img style="border:10px solid Red;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B1"].tlvl gt 5>>
<<set $jessCum to "B1">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("B1")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B1'"><img style="border:10px solid yellow" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B1'"><img style="border:10px solid blue" src="ast/img/s/jessCock1.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("B2")>>
<<if $jessSel is "B2">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<<if $jessCockTracker["B2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid Red;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["B2"].tlvl gt 5>>
<<set $jessCum to "B2">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("B2")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid yellow" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B2'"><img style="border:10px solid blue" src="ast/img/s/jessCock2.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("B3")>>
<<if $jessSel is "B3">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<<if $jessCockTracker["B3"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B3'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B3"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B3'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B3"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B3'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B3"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B3'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B3"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B3'"><img style="border:10px solid Red;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["B3"].tlvl gt 5>>
<<set $jessCum to "B3">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("B3")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B3'"><img style="border:10px solid yellow" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B3'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("B4")>>
<<if $jessSel is "B4">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<<if $jessCockTracker["B4"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B4'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B4"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B4'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B4"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B4'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B4"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B4'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B4"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B4'"><img style="border:10px solid Red;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["B4"].tlvl gt 5>>
<<set $jessCum to "B4">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("B4")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B4'"><img style="border:10px solid yellow" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'B4'"><img style="border:10px solid blue" src="ast/img/s/jessCock1.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td></td>
</tr>
<tr>
<td width=100px height=100px>
<<if $jessTablePop.includes("C1")>>
<<if $jessSel is "C1">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<<if $jessCockTracker["C1"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C1'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C1"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C1'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C1"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C1'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C1"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C1'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C1"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C1'"><img style="border:10px solid Red;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C1"].tlvl gt 5>>
<<set $jessCum to "C1">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("C1")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C1'"><img style="border:10px solid yellow" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C1'"><img style="border:10px solid blue" src="ast/img/s/jessCock2.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("C2")>>
<<if $jessSel is "C2">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<<if $jessCockTracker["C2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C2'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["C2"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C2'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["C2"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C2'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["C2"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C2'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["C2"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C2'"><img style="border:10px solid Red;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["C2"].tlvl gt 5>>
<<set $jessCum to "C2">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("C2")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C2'"><img style="border:10px solid yellow" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C2'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("C3")>>
<<if $jessSel is "C3">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<<if $jessCockTracker["C3"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C3'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["C3"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C3'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["C3"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C3'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["C3"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C3'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["C3"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C3'"><img style="border:10px solid Red;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["C3"].tlvl gt 5>>
<<set $jessCum to "C3">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("C3")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C3'"><img style="border:10px solid yellow" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C3'"><img style="border:10px solid blue" src="ast/img/s/jessCock1.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("C4")>>
<<if $jessSel is "C4">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<<if $jessCockTracker["C4"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C4'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C4"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C4'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C4"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C4'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C4"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C4'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C4"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C4'"><img style="border:10px solid Red;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["C4"].tlvl gt 5>>
<<set $jessCum to "C4">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("C4")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C4'"><img style="border:10px solid yellow" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'C4'"><img style="border:10px solid blue" src="ast/img/s/jessCock2.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td></td>
</tr>
<tr>
<td width=100px height=100px>
<<if $jessTablePop.includes("D1")>>
<<if $jessSel is "D1">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<<if $jessCockTracker["D1"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D1'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D1"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D1'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D1"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D1'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D1"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D1'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D1"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D1'"><img style="border:10px solid Red;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D1"].tlvl gt 5>>
<<set $jessCum to "D1">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("D1")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D1'"><img style="border:10px solid yellow" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D1'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("D2")>>
<<if $jessSel is "D2">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<<if $jessCockTracker["D2"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D2'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["D2"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D2'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["D2"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D2'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["D2"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D2'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["D2"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D2'"><img style="border:10px solid Red;" src="ast/img/s/jessCock1.png" /></a>
<<elseif $jessCockTracker["D2"].tlvl gt 5>>
<<set $jessCum to "D2">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("D2")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D2'"><img style="border:10px solid yellow" src="ast/img/s/jessCock1.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D2'"><img style="border:10px solid blue" src="ast/img/s/jessCock1.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("D3")>>
<<if $jessSel is "D3">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<<if $jessCockTracker["D3"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D3'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["D3"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D3'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["D3"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D3'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["D3"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D3'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["D3"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D3'"><img style="border:10px solid Red;" src="ast/img/s/jessCock2.png" /></a>
<<elseif $jessCockTracker["D3"].tlvl gt 5>>
<<set $jessCum to "D3">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("D3")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D3'"><img style="border:10px solid yellow" src="ast/img/s/jessCock2.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D3'"><img style="border:10px solid blue" src="ast/img/s/jessCock2.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td width=100px>
<<if $jessTablePop.includes("D4")>>
<<if $jessSel is "D4">>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'N'"><img style="border:10px solid green;" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<<if $jessCockTracker["D4"].tlvl is 1>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D4'"><img style="border:10px solid Pink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D4"].tlvl is 2>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D4'"><img style="border:10px solid PaleVioletRed;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D4"].tlvl is 3>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D4'"><img style="border:10px solid HotPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D4"].tlvl is 4>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D4'"><img style="border:10px solid DeepPink;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D4"].tlvl is 5>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D4'"><img style="border:10px solid Red;" src="ast/img/s/jessCock0.png" /></a>
<<elseif $jessCockTracker["D4"].tlvl gt 5>>
<<set $jessCum to "D4">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCummer")>>
<<goto JessicaEndgame>>
<<else>>
<<if $jessReleaser.includes("D4")>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D4'"><img style="border:10px solid yellow" src="ast/img/s/jessCock0.png" /></a>
<<else>>
<a href="javascript:void(0)" data-passage="JessicaEndgame" data-setter="$jessSel to 'D4'"><img style="border:10px solid blue" src="ast/img/s/jessCock0.png" /></a>
<</if>>
<</if>>
<</if>>
<</if>>
</td>
<td></td>
</tr>
</table>
<<if $jessSel is "N">>
<!--do nothing-->
<<else>>
<<if $jessAction gte 1>>
<span class="link-fem"><<link "Hand Job (Light Teasing, uses 1 action)" "JessicaEndgame">>
<<set $jessAction to $jessAction - 1>>
<<set $jessCockTracker[$jessSel].tlvl to $jessCockTracker[$jessSel].tlvl + 1>>
<<set $jessSel to "N">>
<<set $jessDidHJ to true>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Hand Job (need at least 1 action)</span><br /><br />
<</if>>
<<if $jessAction gte 2>>
<span class="link-fem"><<link "Blow Job (Medium Teasing, uses 2 actions)" "JessicaEndgame">>
<<set $jessAction to $jessAction - 2>>
<<set $jessCockTracker[$jessSel].tlvl to $jessCockTracker[$jessSel].tlvl + 2>>
<<set $jessSel to "N">>
<<set $jessDidBJ to true>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Blow Job (need at least 2 actions)</span><br /><br />
<</if>>
<<if $jessAction gte 5>>
<span class="link-fem"><<link "Hand Job Blow Job Combo (Heavy Teasing, uses 5 Actions)" "JessicaEndgame">>
<<set $jessAction to $jessAction - 5>>
<<set $jessCockTracker[$jessSel].tlvl to $jessCockTracker[$jessSel].tlvl + 5>>
<<set $jessSel to "N">>
<<set $jessDidCombo to true>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Hand Job Blow Job Combo (need 5 actions)</span><br /><br />
<</if>>
<<if $jessAction lte 1>>
<span class="link-fem"><<link "End Turn" "JessicaEndgame">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessCalcTurn")>>
<<set $jessTurnCnt to $jessTurnCnt + 1>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $jessTablePop.length is 0>>
<span class="link-fem"><<link "No More Cocks left to Satisfy" "JessicaEndgame">>
<<set $eventCol.delete("jessEG6")>>
<<set $eventCol.pushUnique("jessEvalGame")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("jessCalcTurn")>>
<<set $jessSel to "N">>
<<set $jessAction to $jessActionMax>>
<<if $jessDidHJ is true>>
@@.bimbhyptxt;You Stroke Cocks@@<br /><br />
<video src="ast/img/jessDidHJ.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $jessDidBJ is true>>
@@.bimbhyptxt;You Suck Cocks@@<br /><br />
<video src="ast/img/jessDidBJ.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $jessDidCombo is true>>
@@.bimbhyptxt;You Love Cocks@@<br /><br />
<video src="ast/img/jessDidCombo.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
<<if $jessTurnCnt gt 4>>
<span class="link-fem"><<link "Let's See How You Did!" "JessicaEndgame">>
<<set $eventCol.delete("jessCalcTurn")>>
<<set $eventCol.pushUnique("jessEvalGame")>>
<</link>></span><br /><br />
<<else>>
<span class="link-fem"><<link "Take a Deep Breath, Keep Going!" "JessicaEndgame">>
<<set $eventCol.delete("jessCalcTurn")>>
<<set $eventCol.pushUnique("jessEG6")>>
<<set $jessDidHJ to false>>
<<set $jessDidBJ to false>>
<<set $jessDidCombo to false>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("jessCummer")>>
<<set _randCock to random(2)>>
<<if _randCock is 0>>
<video src="ast/img/jessCum0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<elseif _randCock is 1>>
<video src="ast/img/jessCum1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<elseif _randCock is 2>>
<video src="ast/img/jessCum2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<</if>>
One of the cocks you've been playing with erupts semen alllll over you. I hope you meant to do that.<br /><br />
<<if $jessReleaser.includes($jessCum)>>
Jessica makes note that this cock was satisfied correctly.<br /><br />
<<else>>
Jessica scowls, that one wasn't supposed to cum.<br /><br />
<</if>>
<span class="link-fem"><<link "Keep Working those Dicks" "JessicaEndgame">>
<<if $jessReleaser.includes($jessCum)>>
<<set $jessCockSatisfied to $jessCockSatisfied + 1>>
<<else>>
<<set $jessAccidents to $jessAccidents + 1>>
<</if>>
<<set $eventCol.delete("jessCummer")>>
<<set $eventCol.pushUnique("jessEG6")>>
<<set $jessTablePop.delete($jessCum)>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("jessEvalGame")>>
<<set _fail to true>>
<<if $jessAccidents gt 0>>
You let some cocks cum that weren't supposed to! Try again until you get it right!<br /><br />
<<set _fail to true>>
<<elseif $jessReleaser.length is $jessCockSatisfied>>
You did it!<br /><br />
<<set _fail to false>>
<<else>>
You did not satisfy the right cocks<br /><br />
<<set _fail to true>>
<</if>>
<<if _fail is true>>
<span class="link-fem"><<link "Try Again" "JessicaEndgame">>
<<set $eventCol.delete("jessEvalGame")>>
<<set $eventCol.pushUnique("jessGameSetup")>>
<</link>></span><br /><br />
<<else>>
<span class="link-fem"><<link "Talk to Jessica" "JessicaEndgame">>
<<set $eventCol.delete("jessEvalGame")>>
<<set $eventCol.pushUnique("jessEG7")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<if $eventCol.includes("jessEG7")>>
You work the various cocks, sometimes one in each hand, pumping and spitting on the various veiny shafts. Their musky smell drives you wild. Sometimes one of their large hands will roughly guide your head onto one of their cocks, occupying your mouth.<br /><br />
<video src="ast/img/jessBlowBang.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You breath in their masculine smells. You feel small, weak, and submissive. Yet their panting, their desperate grunts as a cock slides its way down your throat gives you a contradictory feeling of power.<br /><br />
You serve them.<br /><br />
But they desire you.<br /><br />
They want you.<br /><br />
You know given the chance, they would fuck you.<br /><br />
Do you want to be fucked?<br /><br />
@@.bimbhyptxt;Sissies love Sex@@<br /><br />
You stay vigilant, or at least the best you can as a hand occasionally gropes your blooming chest and then attempts to slip down your waist. You're always quick to reach down and push the hand away.<br /><br />
Luckily they don't force the issue, there would be little you could do to stop them if they suddenly decided they wanted to see what's hiding behind your panties. And who knows how they would react if they saw your little sissy clitty.<br /><br />
Then the cocks that are meant to cum, do.<br /><br />
And the ones that don't shuffle off in frustration.<br /><br />
In the haze of lust and potent sperm, you rub the slippery white substance into your skin.<br /><br />
<img src="ast/img/s/jessSemen.png" /><br /><br />
You feel dizzy with desire. You don't know if it's the psychological effects of being covered in semen, or maybe the cloud of pheremones interacting with your own artificial hormones, but part of you wants to feel what it's like.<br /><br />
A real cock, a real man.<br /><br />
@@.jess;"Well done, $pc ! That keeps me from having to get my hands dirty. You've bought me enough time to find a proper replacement. And it looks like you enjoyed yourself too, which is always a nice bonus,"@@ laughs Jessica, noting your cum-soaked state.<br /><br />
You merely force a laugh, the weight of what you just did starting to sink in.<br /><br />
You suddenly feel desperate for a shower.<br /><br />
@@.jess;"Well, I think we're done here. I'd let you use the showers, but you can't be caught in the women's shower, and I'm pretty sure you don't want any of the team accidentally walking in on you here. I'm afraid you're going to have to use your own facilities,"@@ explains Jessica.<br /><br />
The thought of walking around covered in jizz isn't appealing. You can already feel it starting to get dry and sticky. Luckily you can cover it up with your clothes, which remained largely unstained during the ordeal.<br /><br />
You gather your things and bid farewell to Jessica.<br /><br />
@@.jess;"I would go see if you@@ @@.hint;need to finish anything for Valerie this week@@ @@.jess;"@@ reminds Jessica.<br /><br />
<span class="link-fem"><<link "Exit the Locker Room" "OnetimeBoard2">>
<<set $eventCol.delete("jessEG7")>>
<<set $eventCol.pushUnique("jessFinishTrainingEnd")>>
<</link>></span><br />
<</if>>
<</nobr>>This Save File is incompatible with this version. Please use a save file for Version 1.2 or start a new game
<<script>>UIBar.stow();<</script>><<nobr>>
<<if $suzTrain is false>>
<</if>>
<<set $currentTime to $currentTime + 8>>
@@.suz;Suzy@@<br /><br />
<<if $eventCol.includes("suzSkipIntro")>>
<!-- skip intro -->
<<elseif not $eventCol.includes("suzSkipIntro")>>
The address Suzy gave you leads you into the heart of downtown. And not just any section of downtown, but a thriving, dense section... one of those place zoned for multiple types of tenants. You see brightly colored restaurants, boutiques, and clubs.<br /><br />
There's even a cool looking movie theater just down the street!<br /><br />
And stacked on top of all this bustling commerce are towering resisdential buildings. You realize Suzy must live in one of them. You track down the building and enter the lobby.<br /><br />
<img src="ast/img/s/suzLobby.png" /><br /><br />
This place almost feels more like a luxury hotel than an apartment!<br /><br />
You approach a row of elevators and notice that instead of the standard up and down arrow controls, that there appears to be some sort of card reader and then nestled just under that is a keypad. You look at the directions again, and spot a numeric code scribbled just underneath the address. Since you don't have a keycard, you decide to enter the code.<br /><br />
A few moments later the elevator opens up. You hesitate, looking around. No one's there, just the sound of the crowded street outside.<br /><br />
You step inside the elevator and notice there's no controls on the inside. The elevator doors close and you feel it begin to move upward. You assume the code you entered informs the elevator where to go. Sure enough, the doors slide open again and you step into a brightly lit corridor.<br /><br />
You slowly walk over the lush carpet, examining the numbers on the doors until your find Suzy's.<br /><br />
You knock on the door.<br /><br />
After a few moments, the door opens to reveal a smiling red-headed woman.<br /><br />
@@.suz;" $pc ! "@@ exclaims Suzy, @@.suz;"C'mon in!"@@<br /><br />
She ushers you inside her fancy apartment.<br /><br />
<</if>>
<img src="ast/img/s/SuzApartment.png" /><br /><br />
<<if $vSuz is true>>
You get all the way up to her apartment, but she doesn't appear to be here.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $currentTime to $currentTime - 8>>
<</link>></span><br /><br />
<<elseif $suzTrain is true>>
<<if $eventCol.includes("SuzP1Rem")>>
@@.suz;"Yay!"@@ Suzy seems genuinely excited!<br /><br />
Seeing her face light up makes you feel good.<br /><br />
@@.suz;"So... seducing guys is actually really easy. If you're a hot girl, you can just spread your thighs and some dude will offer to take you home. And even if you aren't that hot, just having a vagina is enough for the average guy to trip over himself trying to buy you a drink. It's just how men are wired. They're bees looking to pollinate as many flowers as possible,"@@ smiles Suzy.<br /><br />
You remember that feeling of being a horny male. But those hormones, its changed your sex drive in ways you only just now notice. You still get horny, but it feels less like a physical longing... more like a deeply felt emotion...<br /><br />
@@.suz;" $pc , you ok?"@@ asks Suzy.<br /><br />
Her voice snaps you out of it, @@.pc;"Y-yeah"@@<br /><br />
@@.suz;"Ok, if anything's bothering you, you can talk to me about it..."@@ offers Suzy.<br /><br />
@@.pc;"Ah, well, just realizing maybe I don't think like a guy as much as I used to,"@@ you begin.<br /><br />
Suzy smiles warmly, @@.suz;"That's ok! You're on an interesting journey. You're becoming a beautiful girl and it's all new territory! Lot's of feelings and emotions! Totally normal to feel a little overwhelmed, especially since you have... equipment... that gives you a little higher testosterone than normal... which means a higher sex drive! A high sex drive can be a lot of fun! Imagine wanting sex all the time and having the means of sleeping with anyone you want! That's what a horny, hot girl is, that's what you are!"@@ reassures Suzy.<br /><br />
You can't deny all the male attention you seem to attract really stirs something deep inside you... power, lust, need...<br /><br />
@@.suz;"You can get a guy no problem, but we don't want just any guy, we need to be specific with the guys we recruit. In order to bend a man, you need to have presence. Presence comes from self-confidence. Self-confidence comes from knowing what you can do and knowing you can control it. So I'm sending you out with some homework,"@@ explains Suzy.<br /><br />
Self-confidence homework?<br /><br />
@@.suz;"We're going to work on a convincing giggle you can pull of on command. Being able to laugh at a man's stupid joke will make that man feel good, he'll think he's winning you over with his wit. Sometimes you'll find some really funny guys and you won't have to fake a giggle. But other times guys will be awkward and their attempts at humor will be just as bad.@@ @@.hint;Learning to giggle@@ @@.suz;at their jokes will help you lure them into your web. On top of that, I want you to learn how to physically approach a guy,@@ @@.hint;learning how to walk like a slutty but powerful woman@@ @@.suz;can help set the terms of an interaction before you've even said a single word,"@@ explains Suzy.<br /><br />
She hands you a scrap of paper with a URL written in bubbly feminine handwriting.<br /><br />
@@.suz;"This website has some tutorial videos on how to giggle, how to walk... just practice. We'll move on once I'm convinced you can do both,"@@ explains Suzy.<br /><br />
You nod, processing everything she just told you.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("SuzP1Rem")>>
<<set $eventCol.pushUnique("SuzP1Rem1")>>
<<set $tasks.pushUnique("suzGiggle")>>
<<set $tasks.pushUnique("suzWalk")>>
<<set $suzGiggleLvl to 0>>
<<set $suzGiggleMaxLvl to 3>>
<<set $suzWalkLvl to 0>>
<<set $suzWalkMaxLvl to 2>>
<<set $vSuz to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("SuzP1Rem1")>>
<<if $skills.includes("suzGiggle") and $skills.includes("suzWalk")>>
@@.suz;"Show me what you got, girl!"@@ encourages Suzy.<br /><br />
Her enthusiasm is contagious as you smile a little bit, a giggle almost escaping naturally from your lips.<br /><br />
You can't tell if you meant to nearly giggle there or not. You regain your composure and perform a short strut around Suzy's apartment.<br /><br />
Luckily you've had tons of practice working at the fashion show, it was simply a matter if mindset, swapping from showing off clothes, to showing off sexual intent.<br /><br />
@@.suz;"Whooo! Go girl!"@@ whoops Suzy, @@.suz;"You're definitely ready for a field test, but first, I've got a little surprise for you. Let me give him a call."@@<br /><br />
You instantly feel a little apprehensive... who is <i>him</i>?<br /><br />
Suzy speaks very briefly on the phone, the conversation lasts mere seconds.<br /><br />
@@.suz;"Cool, he's on his way now. I'll pour us a little wine to pass the time,"@@ informs Suzy.<br /><br />
You're not sure getting tipsy while waiting for some strange man to show up is a very good idea, but you find Suzy to be very difficult to say no to. She's not demanding, but something domineering lurks just beneath the surface of her cheerful demeanor... something you feel drawn to... something you feel you must please.<br /><br />
You <i>want</i> to keep her happy.<br /><br />
***<br /><br />
After a glass or two of wine, spirits are high and your inhibitions are low when you finally hear a knock at the door. Suzy swiftly gets up and answers.<br /><br />
In walks a familiar face, the tall quiet man from Raven's dungeon... the one that pierced your nipples...<br /><br />
<<if $eventCol.includes("tonguePierced")>>...and pierced your tongue...<br /><br /><</if>>
Your mind races as you wonder what body part you'll be asked to impale next.<br /><br />
@@.suz;"My gift to you, every flirty girl needs to accessorize. You can make some really flirty statements with the right jewelry. Get some classy earrings for some sophistication,"@@ Suzy says as she models her own expensive-looking earrings.<br /><br />
<img src="ast/img/s/suzEarring.png" /><br /><br />
@@.suz;"Or really get a guy interested by flashing him one of these,"@@ reveals Suzy as she pulls up her shirt to show off a cute belly button piercing.<br /><br />
<img src="ast/img/s/suzBelly.png" /><br /><br />
@@.suz;"You'll have to wait for them to heal, but it's good to get it over with now so you can add them to your toolset later,"@@ explains Suzy.<br /><br />
The man motions for you to sit on the couch as he produces a small cloth roll from his back pocket tied with a black strand of fabric. He lays the small roll on a nearby table, unties the strand, and pushes open the roll. An array of tools and tiny bits of jewelry, carefully attached to the inside of the roll are neatly organized and gleam in the apartment light.<br /><br />
You sit still, somehow you find it strange that you haven't already had your ears pierced by now. The man expertly sanitizes each earlobe, and applies some sort of numbing cream before almost painlessly piercing each ear, leaving a small silver stud hanging in each side of your head.<br /><br />
The alcohol combined with the topical analgesic keep you comfortably numb and accepting of the process.<br /><br />
The man gently guides you backwards, laying you out flat on the couch. You scarely feel him lift your top, but something about being undressed by a strange man turns you on.<br /><br />
He either doesn't seem to notice your little giggle or doesn't care as he prepares your belly button.<br /><br />
Suddenly your feel a sharp pinch.<br /><br />
You look down, and the man is already packing up his things as you look at the small metal bar adorning your brand new belly piercing.<br /><br />
You feel wierdly proud of how cute it looks.<br /><br />
@@.suz;"You did great, $pc ! Next time, we're going to do a little training in the field,"@@ laughs Suzy cryptically.<br /><br />
You eventually leave her apartment, a little buzzed, and pierced.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $vSuz to true>>
<<set $eventCol.delete("SuzP1Rem1")>>
<<set $eventCol.pushUnique("suzyP2")>>
<<set $suzTrain to false>>
<<set _tempPierce to {"sluttyEarring01" : {"qty" : 0, "EarPrcType" : "slutty"},
"sluttyEarring02" : {"qty" : 0, "EarPrcType" : "slutty"},
"sluttyBellyring01" : {"qty" : 0, "BellyType" : "slutty"},
"sluttyBellyring02" : {"qty" : 0, "BellyType" : "slutty"},
}>>
<<run jQuery.extend($clothes, _tempPierce)>>
<<set $clothes.cheapEarring00.qty to $clothes.cheapEarring00.qty + 1>>
<<set $imgLinks.srcEarPrc to "ast/img/s/cheapEarring00.png">>
<<set $invs.EarPrc.Id to "cheapEarring00">>
<<set $invs.EarPrc.TonguePrcType to "cheap">>
<<set $earprcInv.push("cheapEarring00")>>
<<set $clothes.cheapBellyring00.qty to $clothes.cheapBellyring00.qty + 1>>
<<set $imgLinks.srcBellyPrc to "ast/img/s/cheapBellyring00.png">>
<<set $invs.BellyPrc.Id to "cheapBellyring00">>
<<set $invs.BellyPrc.TonguePrcType to "cheap">>
<<set $bellyprcInv.push("cheapBellyring00")>>
<<set $eventCol.pushUnique("earbellPierced")>>
<</link>></span><br /><br />
<<else>>
Suzy gives you a brief pep talk and then reminds you to @@.hint;learn how to really giggle@@ and also how to @@.hint;"sexy walk"@@ so that you can really help grab a man's affections.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $vSuz to true>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("SuzP3Rem")>>
<<if $eventCol.includes("suzStrip0")>>
@@.suz;" $pc ! Ready to get started?"@@ asks Suzy with an innocent smile.<br /><br />
You nod slowly.<br /><br />
@@.suz;"Oh don't be so nervous! You've done way more kinky things than this, I just got off the phone with Raven,"@@ laughs Suzy.<br /><br />
You blush.<br /><br />
@@.suz;"This probably won't come as a surprise to you. But, guys can be easily controlled once you get their brains to switch off, and their instinct to kick in. Afterall, men are driven by sex in basically anything they do. By dancing sexy, you're hinting towards sex. This caveman bodyguard might think he's too manyly to be gay, but by the time we're through, he'll be questioning everything!"@@ laughs Suzy.<br /><br />
Her enthusiasm is a little contagious as you grin a little.<br /><br />
@@.suz;"We'll start easy, watch how I move. Think about how you would get your own body to move like mine. Slow, deliberate. Think about how your body feels when you have something warm and hard sliding into it, hitting all the right places,"@@ Suzy describes as she runs her hands up down her body, cupping her breasts with a smile.<br /><br />
She begins to work her way around the portable stripper pole she's setup in the room.<br /><br />
<video src="ast/img/suzStrip0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Your heart is racing, you feel a mixture of arrousal and awe. To be able to move like her, to be able to set someone's heart on fire with lust...<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $vSuz to true>>
<<set $eventCol.delete("suzStrip0")>>
<<set $eventCol.pushUnique("suzStrip1")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzStrip1")>>
@@.suz;"Welcome back!@@ exclaims Suzy, @@.suz;"let's jump right in, shall we?"@@<br /><br />
Suzy wastes little time stripping off her clothes, picking up where she left off.<br /><br />
She adeptly works the poll, defying gravity.<br /><br />
<video src="ast/img/suzStrip1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You immediately notice that without the slow sexy build-up from last time, your mind isn't as clouded with arrousal, and instead you're able to more carefully analyze how she moves. You even dance a little alongside her, mimicking her slow, intentional undulations, even attempting to mimic her inviting smile.<br /><br />
You find that dancing like this makes you feel sexy on a fundamental level. Like you're in complete control of anyone who would dare look your way. At the same time... something inside you aches to be filled... quite literally. You feel so feminine... so horny... that you would love to be @@.bimbhyptxt;bent over and fucked like a slut@@.<br /><br />
You shake the thoughts from your mind, but your body still tingles with sexual need.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $vSuz to true>>
<<set $eventCol.delete("suzStrip1")>>
<<set $eventCol.pushUnique("suzStrip2")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzStrip2")>>
@@.suz;"I think you've almost got enough for what we need,"@@ encourages Suzy, wasting little time stripping off her clothes and flinging them playfully at your face.<br /><br />
In a different time, you would be hard as a rock and over-eager to maul Suzy's taut body.<br /><br />
But all this training, this entire experience, has instilled in you a mastery of your own sexual urges... or maybe the hormones have taken the edge off the incessant sexual nagging that testosterone produces.<br /><br />
In any event you find yourself stripping down right alongside Suzy.<br /><br />
<video src="ast/img/suzStrip2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Before long you realize that Suzy has seated herself on the couch, still wearing just her underwear, as she watches you move around the pole, stroking and rubbing it like a massive aluminum hard-on. Suzy begins clapping.<br /><br />
@@.suz;"Yes, $pc , you're going to be a big hit with them, I just know it. Next time you come by, I'll have a little outfit for you to wear. It'll show off your little belly button piercing,"@@ explains Suzy.<br /><br />
You suddenly realize that all this dancing like a stripper... was bound to lead you dressing like one eventually.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $vSuz to true>>
<<set $eventCol.delete("suzStrip2")>>
<<set $eventCol.pushUnique("suzStripEvent")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzStripEvent")>>
@@.suz;"Great! You're here! I'm so excited for you to try on your new outfit!"@@ exclaims Suzy.<br /><br />
She scampers off to another room before reappearing with a very skimpy outfit consisting of a smooth cotton bra, a pair of maroon panties, and some brown shorts. You look at her a bit bemused, expecting something a little more outwardly slutty.<br /><br />
But moments later after you've put the garments on, you realize they're just slightly too small, causing your feminine figure to strain against them, creating a subtly lewd image.<br /><br />
As if to answer the swarm of questions forming in your brain, @@.suz;"It's all about the promise of sex... of attainability. You look like a naughty girl next door, like someone he would want to date. Trust me, it'll give you an advantage."@@<br /><br />
That seems to make sense you suppose.<br /><br />
@@.suz;"His office isn't far from here. Let's get going!"@@ cheers Suzy.<br /><br />
<span class="link-fem"><<link "Go with Suzy" "SuzyEndgame">>
<<set $vSuz to true>>
<<set $eventCol.delete("suzStripEvent")>>
<<set $eventCol.pushUnique("suzStripExec")>>
<<set $eventCol.pushUnique("suzStripP1")>>
<</link>></span><br /><br />
<<elseif $SMasterTrained.includes("Suzy")>>
Suzy gives you a hug and a kiss on the cheek, @@.suz;"You know I'm always happy to see you, but your work here is done! You need to@@ @@.hint;finish up whatever tasks Valerie has for you@@ @@.suz;!"@@<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $currentTime to $currentTime - 8>>
<</link>></span><br /><br />
<<else>>
-out of strips
<</if>>
<<else>>
-out of reminders
<</if>>
<<else>>
The pristine nature of her apartment feels you with awe. How does she afford all this?<br /><br />
<<if $eventCol.includes("suzyP1")>>
@@.suz;"Have a seat!"@@ urges Suzy as she motions towards a comfy couch.<br /><br />
You plop down, sinking into the soft cushions. She sits down daintily across from you in a chair and locks her eyes with yours.<br /><br />
<img src="ast/img/s/suzEyes.png" /><br /><br />
You smile nervously.<br /><br />
She says nothing.<br /><br />
Just staring.<br /><br />
You squirm uncomfortably, you start to look away but find yourself looking back, only to meet that stare of hers.<br /><br />
Gone is the bubbly girl.<br /><br />
No happy-go-lucky.<br /><br />
You feel like a rabbit thrown in a tiger's cage.<br /><br />
Your heart thuds as she seems to draw you in with her presence.<br /><br />
<img src="ast/img/s/suzSeduce0.png" /><br /><br />
Your breath quickens.<br /><br />
She stands up, wordlessly, slinking towards you.<br /><br />
You scarcely feel her weight as she slides off her top and straddles you like a piece of furniture<br /><br />
<img src="ast/img/s/suzSeduce1.png" /><br /><br />
You're frozen, you have no idea what to do.<br /><br />
She leans in closely, you can feel her light, hot breath cascade over your lips.<br /><br />
@@.suz;"Do you want me?"@@ she asks.<br /><br />
You look up at her wide-eyed.<br /><br />
She just smiles as she suddenly stands back up an gets dressed as quickly as she got undressed.<br /><br />
She plops back down in her seat and simply smiles, @@.suz;"Pretty powerful, huh?"@@<br /><br />
Her sudden playfulness seems to break the spell. It's hard not to smile when she's around.<br /><br />
@@.pc;"I uh... what just happened?"@@ you ask in confusion.<br /><br />
Suzy smiles devilishly.<br /><br />
@@.suz;"Girls can do some amazing things with just a glance. A little flick of the hair, a well placed giggle... if you know what levers to pull and when..."@@ she trails off cryptically.<br /><br />
She had you mesmerized... but why?<br /><br />
@@.suz;"So here's the thing,"@@ she says, her bewitching smile growing wider.<br /><br />
<img src="ast/img/s/suzSmile.png" /><br /><br />
@@.suz;"Valerie, Izzy, Raven... all of us... we belong to an exclusive club. You got a little taste of it when we all went out together..."@@ Suzy begins to explain.<br /><br />
The Girl's Night Out... how could you forget that.<br /><br />
@@.pc;"Like a sex club thing?"@@ you ask.<br /><br />
@@.suz;"Yeah... kinda. It's a place for like-minded individuals to get together and... make dreams come true,"@@ replies Suzy.<br /><br />
Kinky Dreams, you think to yourself.<br /><br />
@@.suz;"It's mainly run by a group of men, men with a wild variety of fetishes. Some like plain old vanilla sex with a hot young girl. Others like MILFs, whips, chains, young men... and well... others like..."@@ her eyes settle on you.<br /><br />
@@.pc;"Sissies?"@@ you ask.<br /><br />
@@.suz;"Yes... sissies. Something about a guy that has been warped into a hot little cocksucker just really floats some boats,"@@ laughs Suzy.<br /><br />
You feel a wave of dread, and Suzy seems to sense this.<br /><br />
@@.suz;"Oh, don't worry, you belong to Valerie, and Valerie pulls a lot of weight in the organization. I mean her daddy..."@@ Suzy trails off and bites her lower lip as if remember something fondly, @@.suz;"Well anyway, you belong to Valerie for now. What I need your help with... is a little recruitment,"@@ explains Suzy.<br /><br />
What she said just now was a lot to process, the least of which is you acting as some recruiter.<br /><br />
@@.suz;"You see we need some fresh blood in the ranks. We need some guys to serve as... well you know... sissies. And we need some guys to serve as dominants... you know... someone that's willing to fuck an old dude in a wig,"@@ laughs Suzy.<br /><br />
You laugh nervously.<br /><br />
@@.suz;"I've been having a little trouble recently getting the more dominant guys to come work for us. So I have an idea, but I need a hot little sissy to help me pull it off. I'll teach you how to wrap a guy around your finger, you'll help me get some fresh meat for the club, and you'll get a nice fat pay day at the end of it,"@@ explains Suzy.<br /><br />
You immediately remember how easily Suzy practically hypnotized you with nothing but a flirty stare.<br /><br />
Having that kind of influence over a man never crossed your mind before... but part of you is curious to try...<br /><br />
Plus it's more money to pay off your debt.<br /><br />
<<set $eventCol.delete("suzyP1")>>
<<set $eventCol.pushUnique("SuzP1Rem")>>
<span class="link-fem"><<link "Agree to Help" "Suzy">>
<<set $eventCol.pushUnique("suzSkipIntro")>>
<<set $suzTrain to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzyP2")>>
@@.suz;"Hey, $pc ,"@@ greets Suzy happily.<br /><br />
<<if $pcAb.outerWear is "sexyClothes">>
@@.suz;"You look great! Let's head out!"@@ exclaims Suzy<br /><br />
<span class="link-fem"><<link "Go to the Club" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyGuy")>>
<<set $eventCol.pushUnique("suzEasyGuyInit")>>
<</link>></span><br /><br />
<<else>>
@@.suz;"Hey girl, I'm so sorry I forgot to mention it, but I need you to@@ @@.hint;dress up as sexy as you can@@ @@.suz;for tonight's training. Don't worry though! If you hurry back home and get changed, we'll still have time to go out!"@@<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $currentTime to $currentTime - 8>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("suzyP3")>>
You're met with a big hug as soon as you open the door.<br /><br />
@@.suz;"Congratulations on your first big catch!"@@ exclaims Suzy.<br /><br />
@@.pc;"Catch?"@@ you ask.<br /><br />
@@.suz;"That guy from the club, I sent him a little email explaining his situation... He was a little resistant at first... I mean they all are. But he's already agreed to meet up with me for a little <i>training</i> session. I think he'll make a great little sissy, don't you?"@@ asks Suzy.<br /><br />
You nod, feeliing a little guilty for what you participated in. Suzy seems to ignore this.<br /><br />
@@.suz;"I just need help with one more job, think of it as a two-for-one special!"@@ laughs Suzy.<br /><br />
That doesn't sound good.<br /><br />
@@.suz;"I've been talking with a sugar daddy of mine. He's such a sweety. We got to talking about some kinky stuff and I brought up the little club I'm part of. Naturally, he was curious, but the price to buy in to the club... well that's been a tough sell... even for me!"@@ explains Suzy.<br /><br />
Suddenly how she affords her lavish lifestyle is starting to make sense.<br /><br />
@@.suz;"Basically he wants a demonstration of just how kinky things can be. So... I got this idea..."@@ Suzy looks at you wickedly.<br /><br />
Uh oh.<br /><br />
@@.suz;"You see, me and my sweet little sugar daddy made a wager. He's got this big, tall, bodyguard... alpha male type. Lives in the gym. Drinks steroids for breakfast... you know the type. Well... this body guard thinks he's tough shit, and he's more than a little outspoken about how manly he is... how he only smashes the hottest bitches... blah blah blah. Even my sugar daddy gets a little annoyed with the macho-man act. Anyway, I bet my sugar daddy that we could fool this lunkhead into getting thirsty for a hot little sissy trap. Get him all worked up... if you know what I mean,"@@ hints Suzy.<br /><br />
The thought of making an utter fool out of some wanna-be body builder does sound appealing, but the thought of pissing off a guy like that is... scary.<br /><br />
@@.suz;"Oh don't worry, if he wants to keep his job, he won't lay a finger on you. All you have to do is show up, put on a little show for the sugar daddy and his muscle-brained bodyguard. Then prove that the bodyguard wants your pussy. Then we'll reveal that you've got a pretty little sissy clitty. We win the bet, the club gets some fresh investment, and maybe we even convince Mr. Muscles to come join the stable as a stud,"@@ explains Suzy.<br /><br />
She makes it sound so simple.<br /><br />
@@.suz;"For your next few visits,@@ @@.hint;I'll be teaching you some new... dance moves@@ @@.suz;for your little performance,"@@ hints Suzy cryptically. <br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.pushUnique("SuzP3Rem")>>
<<set $eventCol.pushUnique("suzStrip0")>>
<<set $vSuz to true>>
<<set $suzTrain to true>>
<<set $eventCol.delete("suzyP3")>>
<<set $tasks.pushUnique("suzStrip")>>
<</link>></span><br /><br />
<<else>>
-out of phases
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if $eventCol.includes("suzEasyGuy")>>
<<if $eventCol.includes("suzEasyGuyInit")>>
You walk with Suzy into a hip dance club. The bouncers give two hotties like you no trouble as you find a skinny table flanked by two skinny stools to sit down at.<br /><br />
Obviously these little stools are designed to be as uncomfortable as possible, probably to encourage people to get out and dance.<br /><br />
Suzy scans the club with a knowing smirk. You wander what exactly she's looking for. You watch as her eyes shift up ever so slightly, you follow her gaze, and see that she's scanning a line of plush booths tucked against the wall on the opposite side of the club.<br /><br />
<img src="ast/img/s/suzBooth.png" /><br /><br />
@@.suz;"You see that guy over there?"@@ asks Suzy.<br /><br />
You look out over the crowd, but you have no idea who she's talking about.<br /><br />
@@.suz;"There, white shirt, hands in his pockets. Looks like a scared little puppy. He wants someone to interact with him... but he's too shy to make the first move. He'll do nicely for your first one..."@@ smiles Suzy.<br /><br />
You look again, and spot him this time.<br /><br />
<img src="ast/img/s/suzNerdyGuy.png" /><br /><br />
You instantly feel a little sorry for him. Not that long ago... maybe that would've been you out there...<br /><br />
@@.suz;"Step 1, get out there, dance a little, really shake your body. Try to make eye contact with him. It'll make him uncomfortable... probably insecure. But it'll also get his heart racing. After that, just dance next to him.@@ @@.hint;Observe him, see what you can learn about him.@@ @@.suz;then come back to me once you think you've found out something... interesting,"@@ explains Suzy.<br /><br />
You nod your head, a little dazed about what's going on. You feel like you're almost outside your body as look at the sea of people on the dance floor you're about to wade into.<br /><br />
<span class="link-fem"><<link "Go Dance" "SuzyEndgame">>
<<set $eventCol.delete("suzEasyGuyInit")>>
<<set $eventCol.pushUnique("suzEasyGuyExec")>>
<<set $suzMem to []>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("suzEasyGuyExec")>>
<<if $eventCol.includes("rr0Idea")>>
<img src="ast/img/s/suzRR.png" /><br /><br />
<<else>>
<img src="ast/img/s/suzDFloor.png" /><br /><br />
<</if>>
<table border=1>
<tr>
<td width=150px><p style="font-weight: bold">Item</p></td><td width=300px><p style="font-weight: bold">Description</p></td>
</tr>
<tr>
<<if $suzMem.includes("danceSpirit")>><td>Spirit of Dance</td><td>You've stopped over-thinking your moves, and just let the sexy beat take control</td><</if>>
</tr>
<tr>
<<if $suzMem.includes("nerdAttention")>><td>Nerd's Attention</td><td>The poor guy doesn't dare to ignore you now</td><</if>>
</tr>
<tr>
<<if $suzMem.includes("nerdFetish")>><td>Nerd's Curiosity</td><td>This guy has an interest in what the female experience is like...</td><</if>>
</tr>
<tr>
<<if $suzMem.includes("rr0Idea")>><td>Idea: Restroom Infiltration</td><td>You think the restroom would be a great place to score some private time</td><</if>>
</tr>
</table>
<<if $eventCol.includes("suzEasyStartDance")>>
You contract the muscles in your back, allowing your chest to bounce along to the beat, you open your eyes slightly. Everyone around you is doing their own thing. You suddenly feel strangely comfortable, melting into the anonymity of the crowd, dancing along with everyone else. Even when you accidentally bump into someone, they just flash a smile, or even dance against you!<br /><br />
Dancing as a pretty girl is a much different experience than as a guy!<br /><br />
<<if $suzMem.includes("danceSpirit")>>
Everyone seems to want to be next you as you undulate your body to the rhythm.<br /><br />
You're a hard girl to ignore now.<br /><br />
<</if>>
<span class="link-fem"><<link "Observe" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserve")>>
<<set $eventCol.delete("suzEasyStartDance")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzEasyObserve")>>
You scan the mass of dancing bodies around you...<br /><br />
<<if $eventCol.includes("suzEasyObserveDance")>>
You watch a girl from across the dance floor, you watch the way she moves and you find it easy to match her movements... to make them your own.<br /><br />
<video src="ast/img/suzSexyDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<<if not $suzMem.includes("danceSpirit")>>
@@.hint;You really feel the dance now@@<br /><br />
<</if>>
<<set $suzMem.pushUnique("danceSpirit")>>
<<set $eventCol.delete("suzEasyObserveDance")>>
Observe:<br /><br />
<span class="link-fem"><<link "The Nerdy Guy" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserveNerd")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "The Couple Next to You" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserveCouple")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzEasyObserveNerd")>>
You watch your poor hapless target as he half-heartedly shuffles around the edges of the dance floor. You see that he's @@.hint;painfully shy@@ and intentionally avoids making eye contact with anybody despite clearly wanting to dance with someone.<br /><br />
<span class="link-fem"><<link "Try to get Nerdy Guy's Attention" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyAct")>>
<<set $eventCol.pushUnique("suzEasyActGetNerdAtt")>>
<<set $eventCol.delete("suzEasyObserveNerd")>>
<<set $eventCol.delete("suzEasyObserve")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Dance with Nerdy Guy" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyAct")>>
<<set $eventCol.pushUnique("suzEasyActDanceNerd")>>
<<set $eventCol.delete("suzEasyObserveNerd")>>
<<set $eventCol.delete("suzEasyObserve")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzEasyObserveCouple")>>
You look over to your side and see a couple busily grinding against each other. You can sense the presence of a man behind you dancing just inches away.<br /><br />
<video src="ast/img/suzGrope.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You bite your lip at the thought of being groped like her. Part of you wants to just back up a little bit into whoever's behind you. Just back up a little bit... and tease him.<br /><br />
You shake the lascivious thoughts from your mind, you have a job to do!<br /><br />
<<set $eventCol.delete("suzEasyObserveCouple")>>
<span class="link-fem"><<link "The Nerdy Guy" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserveNerd")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "The Sexiest Girl You Can Find" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserveDance")>>
<</link>></span><br /><br />
<<else>>
Observe:<br /><br />
<span class="link-fem"><<link "The Nerdy Guy" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserveNerd")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "The Sexiest Girl You Can Find" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserveDance")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "The Couple Next to You" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserveCouple")>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("suzEasyAct")>>
<<if $eventCol.includes("suzEasyActGetNerdAtt")>>
<<if $suzMem.includes("danceSpirit")>>
You aim your body at the nerd, you stare at him with laser beam eyes.<br /><br />
You began to dance, letting the music sway your body in suggestive poses.<br /><br />
Everyone seems to clear a path, wanting to look at what you're so focused on on.<br /><br />
The nerd suddenly realizes everyone's staring at him. The sheer amount of social pressure crushing his will, breaking his protective social shell into a million pieces, forcing him to look right at you... to somehow solve the riddle thrust into his lap.<br /><br />
<<if not $suzMem.includes("nerdAttention")>>
@@.hint;You've captured his full attention@@<br /><br />
<</if>>
<<set $suzMem.pushUnique("nerdAttention")>>
<span class="link-fem"><<link "Dance with Nerdy Guy" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyActDanceNerd")>>
<<set $eventCol.delete("suzEasyActGetNerdAtt")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Observe" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserve")>>
<<set $eventCol.delete("suzEasyAct")>>
<<set $eventCol.delete("suzEasyActGetNerdAtt")>>
<</link>></span><br /><br />
<<else>>
Despite your best dance moves, you just can't seem to get the shy nerdy guy to acknowledge you. His social anxiety simply won't allow it.<br /><br />
<span class="link-fem"><<link "Dance with Nerdy Guy" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyActDanceNerd")>>
<<set $eventCol.delete("suzEasyActGetNerdAtt")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Observe" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserve")>>
<<set $eventCol.delete("suzEasyAct")>>
<<set $eventCol.delete("suzEasyActGetNerdAtt")>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("suzEasyActDanceNerd")>>
<<if $suzMem.includes("nerdAttention")>>
You smile a little as you strut towards him.<br /><br />
You can see him visibly gulp.<br /><br />
Your heart races, but you don't let him see how nervous you are as you stop just inches from him, and resume your dance, only occasionally breaking eye contact to look him up and down.<br /><br />
He half-heartedly tries to dance along with you, but he's clearly terrified.<br /><br />
You decide you need to act fast before he has some kind of panic attack. You place your arms straight out over his shoulders, bringing your face close to his.<br /><br />
He smiles awkwardly.<br /><br />
@@.pc;"You wanna go sit down somewhere?"@@ you ask as confidently as you can manage, as you motion over at the booths towards the back of the room.<br /><br />
You see an instant wave of relief wash over the guy's face. The idea of getting out of the attention spotlight seems to do the trick. He just nods eagerly.<br /><br />
@@.pc;"Meet you over there,"@@ you say with a smile.<br /><br />
<span class="link-fem"><<link "Report to Suzy" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyReport0")>>
<<set $eventCol.delete("suzEasyActDanceNerd")>>
<</link>></span><br /><br />
<<else>>
Everytime you try to approach him, he wanders off, clearly intimidated by you. You'll have to get his attention somehow so that social pressure will prevent him from casually ignoring you.<br /><br />
<span class="link-fem"><<link "Try to get Nerdy Guy's Attention" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyActGetNerdAtt")>>
<<set $eventCol.delete("suzEasyActDanceNerd")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Observe" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyObserve")>>
<<set $eventCol.delete("suzEasyAct")>>
<<set $eventCol.delete("suzEasyActDanceNerd")>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("suzEasyReport0")>>
You head back over to Suzy, who's still people-watching from her perch at the tiny table on the side of the dance floor.<br /><br />
@@.suz;"Wow, you go girl!"@@ congratulates Suzy, @@.suz;"What all did you find out?"@@<br /><br />
You laugh, a little out of breath from the experience, @@.pc;"He's somehow scared to death of me, but he's waiting for me at the booth,"@@ you say as you subtly nod your head in the direction of your prey.<br /><br />
Suzy acknowledges without looking over, @@.suz;"Excellent, ok get over there and talk with him a little. With guys like him, you can be pretty direct and take control of the conversation, but try to stay girly, he still needs to feel like a guy... at least at first. Get a few drinks into him. You need to look for an opportunity to... dominate him. Not physically obviously... But try to find some leverage on him. Convince him to at least give the submissive lifestyle a chance,"@@ instructs Suzy.<br /><br />
You feel a little uncomfortable with that.<br /><br />
@@.suz;"This is part of the job. Scouting out people, reading them, knowing how they're geared. Trust me, this guy has submissive little bitch written all over his face. You'll be doing him a favor, taking him on a journey he'd never even think to try on his own,"@@ reassures Suzy.<br /><br />
<span class="link-fem"><<link "Go to the Booth" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzBooth")>>
<<set $szd0 to "def">>
<<set $suzNerdCon to 0>>
<<set $eventCol.delete("suzEasyReport0")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzBooth")>>
<<if $szd0 is "def">>
You make your way around the dance floor, back to the dimly lit row of booths.<br /><br />
You slide in across from the nerdy guy with a smile.<br /><br />
He smiles back and laughs nervously. He seems genuinely happy to see you, but also incredibly nervous.<br />
<<radiobutton "$szd0" "szdg0">>@@.pc;Hey there *Giggle*@@<br />
<<radiobutton "$szd0" "szdb0">>@@.pc;'Sup!@@<br />
<<radiobutton "$szd0" "szdg3">>@@.pc;Don't be so nervous!@@<br /><br />
<span class="link-fem"><<link "Greet" "SuzyEndgame">>
<<if $szd0 is "szdg0">>
<<set $suzP to true>>
<</if>>
<</link>></span><br /><br />
<<elseif $szd0 is "szdg0">>
<<if $suzP is true>>
<<set $suzNerdCon to $suzNerdCon + 1>>
<<set $suzP to false>>
<</if>>
His nervous smile becomes more relaxed and genuine, @@.suzN;"Hey"@@<br /><br />
You bounce a little in your seat, letting your chest jiggle a little. He can't help but glance down, but he quickly looks back up at you and blushes.<br />
<<radiobutton "$szd0" "szdg1">>@@.pc;I'm sorry if I embarrassed you out there@@<br />
<<radiobutton "$szd0" "szdb3">>@@.pc;You're so shy and cute!@@<br />
<<radiobutton "$szd0" "szdb4">>Dance in your seat to the beat<br /><br />
<span class="link-fem"><<link "Say" "SuzyEndgame">>
<</link>></span><br /><br />
<<elseif $szd0 is "szdb0">>
He seems a little taken aback by how direct... and frankly masculine... your greeting is.<br /><br />
He quickly composes himself, smiles, and nods, @@.suzN;"'Sup"@@<br />
<<radiobutton "$szd0" "szdg1">>@@.pc;I'm sorry if I embarrassed you out there@@<br />
<<radiobutton "$szd0" "szdb3">>@@.pc;You're so shy and cute!@@<br />
<<radiobutton "$szd0" "szdb4">>Dance in your seat to the beat<br /><br />
<span class="link-fem"><<link "Say" "SuzyEndgame">>
<</link>></span><br /><br />
<<elseif $szd0 is "szdb3">>
He laughs nervously, @@.suzN;"Oh uh..."@@<br /><br />
He clearly doesn't know how to respond to such a direct approach<br />
<<radiobutton "$szd0" "szdg1">>@@.pc;I'm sorry if I embarrassed you out there@@<br />
<<radiobutton "$szd0" "szdb2">>@@.pc;You gonna buy a girl a drink?@@<br />
<<radiobutton "$szd0" "szdg3">>@@.pc;It's OK! Loosen up a little!@@<br /><br />
<span class="link-fem"><<link "Say" "SuzyEndgame">>
<<if $szd0 is "szdg3">>
<<set $suzP to true>>
<</if>>
<</link>></span><br /><br />
<<elseif $szd0 is "szdb4">>
He smiles at your little display.<br /><br />
@@.suzN;"This music is... fun to dance to..."@@<br />
<<radiobutton "$szd0" "szdg2">>Giggle, smile, and continue bobbing in your seat while biting your lower lip<br />
<<radiobutton "$szd0" "szdb5">>@@.pc;Do you come here very often?@@<br />
<<radiobutton "$szd0" "szdg3">>@@.pc;It's OK! Loosen up a little!@@<br /><br />
<span class="link-fem"><<link "Say" "SuzyEndgame">>
<<if $szd0 is "szdg3">>
<<set $suzP to true>>
<</if>>
<<if $szd0 is "szdg2">>
<<set $suzP to true>>
<</if>>
<</link>></span><br /><br />
<<elseif $szd0 is "szdb5">>
@@.suzN;"Uh, not really. Sometimes I just like to get out, try to meet new people,"@@<br />
<<radiobutton "$szd0" "szdg1">>@@.pc;*Giggle* Me too! Sorry if I was little direct out there@@<br />
<<elseif $szd0 is "szdg3">>
<<if $suzP is true>>
<<set $suzNerdCon to $suzNerdCon + 1>>
<<set $suzP to false>>
<</if>>
He cocks his head to the side a little, then smiles. Giving him permission to relax seems to have done the trick<br /><br />
@@.suzN;"Sorry, I get a little overwhelmed in social situations...@@<br />
<<radiobutton "$szd0" "szdg1">>@@.pc;No worries, maybe I got a little carried away@@<br /><br />
<span class="link-fem"><<link "Reply" "SuzyEndgame">>
<</link>></span><br /><br />
<<elseif $szd0 is "szdb1">>
You confronted him
<<elseif $szd0 is "szdg1">>
He quickly waves your apology away.<br /><br />
@@.suzN;"Oh no it's fine! It's uh... you just caught me off guard... not everyday a girl like you wants to talk to a guy like me"@@<br />
<<radiobutton "$szd0" "szdg2">>@@.pc;*Giggle* I thought you were cute, so I wanted to say hello@@<br />
<<radiobutton "$szd0" "szdb3">>@@.pc;What do you mean a guy like you?@@<br />
<<radiobutton "$szd0" "szdg2">>Giggle, smile, and continue bobbing in your seat while biting your lower lip<br /><br />
<span class="link-fem"><<link "Reply" "SuzyEndgame">>
<<if $szd0 is "szdg2">>
<<set $suzP to true>>
<</if>>
<</link>></span><br /><br />
<<elseif $szd0 is "szdg2">>
<<if $suzP is true>>
<<set $suzNerdCon to $suzNerdCon + 1>>
<<set $suzP to false>>
<</if>>
He straightens up a little in his seat, blushing and laughing himself<br /><br />
@@.suzN;"Ok, how much have you had to drink?"@@ he teases.<br />
<<radiobutton "$szd0" "szdb2">>@@.pc;*Giggle* Not a drop! Don't you think that's a problem?@@<br />
<<radiobutton "$szd0" "szdb3">>@@.pc;What? Do I seem drunk to you?@@<br />
<<radiobutton "$szd0" "szdb4">>@@.pc;Not nearly enough!@@<br /><br />
<span class="link-fem"><<link "Reply" "SuzyEndgame">>
<</link>></span><br /><br />
<<elseif $szd0 is "szdb2">>
His eyes widen, realizing he should've offered to buy you a drink sooner, @@.suzN;"Oh, right, I can fix that!"@@<br /><br />
He scampers off to the bar, you glance over at Suzy, who flashes you a corny thumbs up.<br /><br />
A few moments later he returns with two drinks. You continue talking with him, occasionally redirecting his attention while you let little splashes of booze slip out of your drink on to the floor under the booth, all the while chastizing him for not "keeping up" with your consumption.<br /><br />
He eagerly buys another round of drinks, then another.<br /><br />
After nearly an hour of idle chatter about dancing, clubs, and even the occassional diatribe about societal ills, you notice that his cheeks have become a little flush, and speech ever so slightly slurred.<br /><br />
@@.suzN;"You are so pretty, why are you talking to me?"@@ he asks.<br /><br />
You just sigh, annoyed at how often he seeks pity, whether consciously or not.<br /><br />
You suddenly realize why girls hate this sort of "poor me" behavior.<br /><br />
But you carry on the conversation anyway, @@.pc;"Are you saying I have bad taste?"@@<br /><br />
The nerdy guy sits up straight, @@.suzN;"N-no no! You're amazing!"@@<br /><br />
This guy is hopeless, maybe he really would be better off sissified, @@.pc;"Can I ask you a personal question?"@@<br /><br />
You lean forward, pushing your tits together, giving him a nice view of your cleavage.<br /><br />
He stutters a response in the affirmative, @@.suzN;"O-of course!"@@<br /><br />
@@.pc;"Have you every wondered what it would be like... to be a girl? You know, what's it's like to dress up, make-up... have an orgasm?"@@ you continue, keeping your mouth in a provocative "O" shape.<br /><br />
@@.suzN;"Uhhh..."@@ he stammers.<br /><br />
This time you blush, maybe you pushed too hard too fast, @@.pc;"I'm sorry, that's a weird question."@@<br /><br />
He laughs nervously, @@.suzN;"N-no you're fine... it's just... well,"@@ he looks around, worried as if someone might hear.<br /><br />
@@.suzN;"I mean... what guy <i>hasn't</i> wondered what's it like to... you know... it's just..."@@ he stammers, suddenly even more nervous than before.<br /><br />
You remain quiet, letting him continue his thought as you nod supportively.<br /><br />
@@.suzN;"I mean... you know like in... porno movies... girls always seem to like... really enjoy themselves. I mean I know it's just acting... but I mean I've had sex before... and the girl seemed to like it in a way that... was just interesting... I guess?"@@ he stutters through a half-cooked answer.<br /><br />
He looks away, his face beet-red.<br /><br />
It seems like maybe he is a little @@.hint;curious about the female orgasm@@.<br /><br />
<<set $suzMem.pushUnique("nerdFetish")>>
Maybe you can work with his curiousity... or maybe it's a full-blown fetish... but how to exploit it? Maybe it's time to report to Suzy.<br /><br />
@@.pc;"I'm so sorry, I need to... go tell my girlfriend something real quick... before she leaves. Will you wait for me here?"@@ you ask.<br /><br />
@@.suzN;"Y-Yeah! I'll be here!"@@ he responds eagerly.<br /><br />
<span class="link-fem"><<link "Report to Suzy" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyReport1")>>
<<set $eventCol.delete("suzBooth")>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("suzEasyReport1")>>
You return to Suzy and tell her about the nerdy guy.<br /><br />
@@.suz;"Oh, a curious little boy, hmmm? What did I tell you. I knew he was the right choice,"@@ replies Suzy as she stands up.<br /><br />
You see her fidgeting with something under her dress.<br /><br />
<video src="ast/img/suzPantiesOff.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You hardly know what to say as Suzy easily slides her panties off without exposing herself, and places the warm, skimpy garment in your hands.<br /><br />
@@.suz;"This oughta do the trick. Get a sexy little picture of him wearing these. Send it to me, that'll be enough to get the ball rolling on his recruitment process,"@@ explains Suzy with a mischievous grin.<br /><br />
<span class="link-fem"><<link "Easier Said than Done" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzRR0")>>
<<set $eventCol.pushUnique("suzRR0Lure")>>
<<set $eventCol.delete("suzEasyReport1")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzRR0")>>
<<if $eventCol.includes("suzRR0Lure")>>
You slide back in the booth across from the guy who's fidgeting with his phone.<br /><br />
He looks up and smiles warmly, his silly grin obviously insprired by the few drinks he's had.<br /><br />
<span class="link-fem"><<link "Observe" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzRR0Observe")>>
<<set $eventCol.delete("suzRR0Lure")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Chat" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzRR0Act")>>
<<set $eventCol.pushUnique("rr0Chat")>>
<<set $eventCol.delete("suzRR0Lure")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Show Him Suzy's Panties" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzRR0Act")>>
<<set $eventCol.pushUnique("rr0Show")>>
<<set $eventCol.delete("suzRR0Lure")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzRR0Observe")>>
You casually scan the club, looking for some place more private to take your prey to. Off to the corner you spot the restrooms.<br /><br />
Of course, it seems so obvious, you need to drag him to the restrooms!<br /><br />
You see there's a small line beginning to form in front of the girl's restroom, so you won't be able to get in there unnoticed. But the men's restroom looks to be mostly empty, with the occasional guy darting in and out.<br /><br />
Also you doubt any guy is really going to care if a girl uses their restroom.<br /><br />
You now have an @@.hint;idea about the restroom@@<br /><br />
<<set $suzMem.pushUnique("rr0Idea")>>
<<set $eventCol.pushUnique("rr0Idea")>>
<span class="link-fem"><<link "Chat" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzRR0Act")>>
<<set $eventCol.pushUnique("rr0Chat")>>
<<set $eventCol.delete("suzRR0Observe")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Show Him Suzy's Panties" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzRR0Act")>>
<<set $eventCol.pushUnique("rr0Show")>>
<<set $eventCol.delete("suzRR0Observe")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzRR0Act")>>
<<if $eventCol.includes("rr0Chat")>>
<<if $eventCol.includes("rr0Idea")>>
@@.pc;"Let's go"@@ you declare suddenly.<br /><br />
He looks confused.<br /><br />
You slide out of the booth and grab his hand.<br /><br />
With a smile he allows himself to be dragged out.<br /><br />
You playfully pull him to the back corner of the club, @@.suzN;"Where are we going?"@@<br /><br />
@@.pc;"Just come on!"@@ you urge.<br /><br />
His smile fades a little as he realizes where you're headed.<br /><br />
@@.suzN;"Uh... what are we doing?"@@ he resists a little.<br /><br />
@@.pc;"You'll see,"@@ you respond playfully as you wiggle your body suggestively.<br /><br />
He reluctantly follows you inside.<br /><br />
There's only one other guy in the restroom, and he seems hyper-focused on the urinal in front of him.<br /><br />
You and the nerdy guy stealthily slip inside an unoccupied booth and lock the flimsy metal door behind you.<br /><br />
You face each other, excited, heart-racing.<br /><br />
Now what?<br /><br />
You think back to how Valerie convinced you to push your own limits...<br /><br />
<video src="ast/img/suzRemVal.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Hmmmm... not enough room to dance around in here, but making out...<br /><br />
You look at the guy... you can remember a time when making out with a dude would've been utterly repugnant.<br /><br />
Now... now you might not mind so much.<br /><br />
Your little sissy clitty tingles with excitement from it's tucked away orientation as you lean in close...<br /><br />
And kiss him.<br /><br />
<img src="ast/img/s/suzNerdKiss.png" /><br /><br />
Your hands wander down his chest and down to the top of his pants. You fumble with his belt, realizing it's a lot more difficult to take a belt off from this angle.<br /><br />
Thankfully he helps you along, letting his belt fall open.<br /><br />
Your whole body feels hot, like your whole being is a sexual organ.<br /><br />
You can sense his need with every hungry kiss.<br /><br />
You snake a hand down his pants and easily find his hard cock.<br /><br />
Now's your time to strike, when he's desperate... horny...<br /><br />
<span class="link-fem"><<linkappend "Show Him Suzy's Panties">>
<br /><br />You reveal Suzy's panties, stringing them up in all their glory between two fingers.<br /><br />
He looks at you totally confused, panting a little from your makeout session.<br /><br />
You press the panties to his nose.<br /><br />
That seems to do the trick as Suzy's perfumed, womanly scent invades his nostrils, and fires off deeply ingrained synapses in his brain. He smells a young, fertile woman.<br /><br />
What his animal brain doesn't know... is that you're not fertile.<br /><br />
His look changes to one of desperation. It almost scares you, but you remind yourself that you're in control.<br /><br />
You're in control.<br /><br />
You're in control?<br /><br />
@@.pc;"Put them on,"@@ you urge.<br /><br />
You press the panties into his hands.<br /><br />
He looks down at them, dumb-struck, his lust-drenched brain is trying to resolve a simple calculus of need. Wear the panties and get laid? Get the fuck out of there but no poon tang.<br /><br />
His man-brain doesn't take long to decide, as his pants and boxers hit the ground and he quickly slides on Suzy's panties.<br /><br />
<img src="ast/img/s/suzNerdPanties.png" /><br /><br />
You shower him with encouragement, telling him how hot it makes you.<br /><br />
You find yourself mimicing the same lines Valerie once told you.<br /><br />
You quickly whip out your phone and snap a picture of him.<br /><br />
As soon as he hears the simulated click of the picture being taken, the nerdy guy quickly sobers up.<br /><br />
@@.suzN;"W-why would you do that?@@ he demands, sounding a little panicked.<br /><br />
Uh-oh, the gravity of the situation you're in suddenly dawns on you.<br /><br />
You've been taking lots of estrogen, you no longer have build of a fit guy.<br /><br />
No... you have the strength of a curvy airheadded slut.<br /><br />
If he decides to get aggressive, you would lose that fight. You glance down and see his cock seems to be straining and throbbing against the tight fabric of the panties.<br /><br />
<span class="link-fem"><<linkappend "Seize the Moment!">>
<br /><br />You grab his cock and beging working up and down, rubbing the smooth fabric against the underside of his cock.<br /><br />
He sighs with pleasure, his surge of aggression quickly melting away as you stroke the worry from his mind.<br /><br />
His breath quickens.<br /><br />
<video src="ast/img/suzHJ.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
After enough teasing and stroking, he begins to cum, you carefully aim his cock away, letting him splatter semen all over Suzy's panties and the floor.<br /><br />
As he catches his breath, you worldessly walk out of the booth, leaving the poor guy to recover from the experience on his own.<br /><br />
You find that with each stride you make out of the restroom and back into the loud music of the club, you feel a strange sense of accomplishment. You manipulated and subverted a total stranger to your will.<br /><br />
Part of you feels guilty... maybe most of you does...<br /><br />
But part of you feels... powerful...<br /><br />
You send the pic you took to Suzy as you walk up to her.<br /><br />
She takes a quick peek at her phone.<br /><br />
@@.suz;"Oh yeah, that'll do nicely. We'll reach out to him later on, get him started down a new path in life,"@@ laughs Suzy, @@.suz;"Well done for your first recruitment effort. Next one might not be so easy, but we'll get to that. For now, get some rest, you've more than earned it!"@@<br /><br />
Suzy gives you a quick hug before gathering her purse.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("rr0Idea")>>
<<set $eventCol.delete("suzRR0Act")>>
<<set $eventCol.delete("rr0Chat")>>
<<set $eventCol.delete("suzRR0")>>
<<set $eventCol.delete("suzEasyAct")>>
<<set $eventCol.delete("suzEasyGuy")>>
<<set $eventCol.delete("suzEasyGuyExec")>>
<<set $vSuz to true>>
<<set $eventCol.delete("suzyP2")>>>
<<set $eventCol.pushUnique("suzyP3")>>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<<elseif $suzMem.includes("rr0Idea1")>>
He takes a small step back, clearly confused as you string the skimpy red panties between two fingers with a smile.
<<else>>
You lean in close from across the table, @@.pc;"Hey, you wanna try something fun?"@@<br /><br />
@@.suzN;"Fun? Yeah... what did you have in mind"@@ he responds, masking his nervous excitement.<br /><br />
You realize that trying to convince him to change in to Suzy's panties here out in public would be challenging and probably illegal.<br /><br />
<span class="link-fem"><<link "Observe" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzRR0Observe")>>
<<set $eventCol.delete("suzRR0Act")>>
<<set $eventCol.delete("rr0Chat")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Show Him Suzy's Panties" "SuzyEndgame">>
<<set $eventCol.pushUnique("rr0Show")>>
<<set $eventCol.delete("rr0Chat")>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("rr0Show")>>
You smile up at him as you flash him the crumpled, lacey, scarlet garment in your hand.<br /><br />
@@.suzN;"Are those... panties?"@@ he asks incredulously.<br /><br />
You nod eagerly.<br /><br />
He just smiles back, clearly confused and maybe a little curious.<br /><br />
<span class="link-fem"><<link "Observe" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzRR0Observe")>>
<<set $eventCol.delete("suzRR0Act")>>
<<set $eventCol.delete("rr0Show")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Chat" "SuzyEndgame">>
<<set $eventCol.pushUnique("rr0Chat")>>
<<set $eventCol.delete("rr0Show")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<else>>
act placeholder
<</if>>
<<else>>
As you work into the dance floor, you try to relax a little and let the thrum of the techno bass beat guide your movements.<br /><br />
<span class="link-fem"><<link "Start Dancing" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEasyStartDance")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<elseif $eventCol.includes("suzStripExec")>>
<<if $eventCol.includes("suzStripP1")>>
<img src="ast/img/s/suzOffBld.png" /><br /><br />
You and Suzy enter the large multi-story building and take a shiny elevator up somewhere towards the middle of it. Suzy was gracious enough to provide a stylish trench coat for you to wear over your stripper outfit. She doesn't want you to attract too much attention.<br /><br />
Not yet anyway.<br /><br />
You both strut down a carpeted hallway to a pair of large wooden doors at the end. Suzy pulls one of them open and motions you inside with a smile. A small desk manned by a receptionist greets you.<br /><br />
<img src="ast/img/s/suzRecep.png" /><br /><br />
The receptionist states that you're expected. You and Suzy continue past the receptionist through another door and into a roomy office. There, behind a large black desk, sits an overweight man with thinning gray hair. He nods and waves cordially.<br /><br />
@@.suz;"Maxie!"@@ coos Suzy as she patters up to the old man with an exaggerated wiggle of her hips and hugs him around the neck.<br /><br />
He turns and plants a kiss on Suzy's cheek.<br /><br />
@@.max;"Hello dear, so this is the new girl you were telling me about,"@@ he says with a smile as he motions towards you.<br /><br />
He struggles a little bit as he pulls himself to his feet and offers his outstretched hand... but not in the typical vertical fashion like receiving a handshake, but palm up, as if seeking to help someone up.<br /><br />
You walk forward and place your hand ontop of his. He gently grasps it and pulls your forward, lightly planting a kiss on the top of your hand.<br /><br />
The gesture makes you feel... strange. Womanly perhaps? It's not unpleasant... just different.<br /><br />
@@.max;"This is Logan, head of security. I invited him to observe you're uh,"@@ Max searches for a term as he makes little circles with his hands, @@.max;"Uh, you're uh performance, yes!"@@<br /><br />
You look over and see a tall man wrapped in a tight black t-shirt and jeans. His sandy blonde hair is swept back. His face wears a neutral expression as he slightly nods his head in acknowledgement. You find your eyes wandering over his broad chest, his muscular body just barely constrained by the black fabric.<br /><br />
@@.logan;"Hey"@@ Logan greets simply.<br /><br />
You catch yourself daydreaming and quickly regain your composure, trying not to blush.<br /><br />
The old man laughs warmly. Suzy walks back over to you with a whisper.<br /><br />
@@.suz;"Remember to just relax and just use some of the dance moves we practiced. Max already knows you're a sissy, but Logan doesn't. Keep it sexy, but don't give it away until I tell you to,"@@ reminds Suzy.<br /><br />
She walks over to a small panel on the wall and fiddles with her phone.<br /><br />
<span class="link-fem"><<link "Suzy Presses Play" "SuzyEndgame">>
<<set $eventCol.delete("suzStripP1")>>
<<set $eventCol.pushUnique("suzStripP2")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzStripP2")>>
<<addclass "body" "stripTime">>
The office lights dim and begin to pulse. A song begins to play over recessed speakers in the office. With the press of a button, Suzy has transformed this man's modest office into a sleazy strip joint as the slow, deliberate beat of the music fills the air.<br /><br />
You glance over at Suzy who gives you a smile of encouragement. You look back at the old man sitting at his desk, flanked by the handsome bodyguard.<br /><br />
You heart flutters with nervousness.<br /><br />
You take a deep breath and unravel the loose knot of your trenchcoat, then let the heavy garment slide off your shoulders and crumple to the ground.<br /><br />
You close your eyes, letting the music inform your movements, you begin to slightly move your body to the beat.<br /><br />
<video src="ast/img/suzEG0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You'll have to win over the old man with pure improvisation. This is where everything Suzy has taught you will come into play. @@.hint;Pick some dance moves to try and then study the old man's reaction.@@ Suzy taught you how to read people, at least a little bit. If the old man seems to like what you're doing, keep it up!<br /><br />
You'll need to @@.hint;determine which moves the old man likes and what order he appears to like them@@ in order to fully impress him.<br /><br />
<span class="link-fem"><<link "Begin" "SuzyEndgame">>
<<set $eventCol.delete("suzStripP2")>>
<<set $eventCol.pushUnique("suzStripP3")>>
<<set $eventCol.pushUnique("suzStripP3Init")>>
<<set $suzLC to "">>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzStripP3")>>
<<addclass "body" "stripTime">>
<<if $eventCol.includes("suzStripP3Init")>>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqA to "sqa10">>
<<elseif _seqChooser is 1>>
<<set $seqA to "sqa11">>
<<elseif _seqChooser is 2>>
<<set $seqA to "sqa12">>
<<elseif _seqChooser is 3>>
<<set $seqA to "sqa13">>
<</if>>
<<set $z0 to "def">>
<</if>>
<<if $suzLC is not "">>
Your last dance choice was: $suzLC<br /><br />
<</if>>
<<if not $eventCol.includes("suzEvalSeqA")>>
Start with a simple sequence:<br /><br />
First Move?<br />
<<radiobutton "$z0" "sqa10">>Hip Waggle<br />
<<radiobutton "$z0" "sqa11">>Breast Push<br />
<<radiobutton "$z0" "sqa12">>Ass Waggle<br />
<<radiobutton "$z0" "sqa13">>Belly Dance<br /><br />
<<button "Dance!" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEvalSeqA")>>
<<set $eventCol.delete("suzStripP3Init")>>
<</button>>
<<else>>
<<set $suzLC to "">>
<<if $z0 is "sqa10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<</if>>
<<if $z0 is "sqa11">>
<<set $suzLC to $suzLC + " Breast Push ">>
<video src="ast/img/suzBreastPush.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You squeeze your firm titties together, exaggerating your cleavage.<br /><br />
<</if>>
<<if $z0 is "sqa12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<</if>>
<<if $z0 is "sqa13">>
<<set $suzLC to $suzLC + " Belly Dance ">>
<video src="ast/img/suzBellyDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You move your hips to create hypnotic undulations down your smooth tummy.<br /><br />
<</if>>
<<if $z0 is $seqA>>
<img src="ast/img/s/suzOldManH.png" /><br /><br />
The old man likes what he sees! Time to try something more complicated.<br /><br />
<span class="link-fem"><<link "Keep Dancing" "SuzyEndgame">>
<<set $eventCol.delete("suzEvalSeqA")>>
<<set $eventCol.delete("suzStripP3")>>
<<set $eventCol.pushUnique("suzStripP4")>>
<<set $eventCol.pushUnique("suzStripP4Init")>>
<<set $suzLC to "">>
<</link>></span><br /><br />
<<else>>
<img src="ast/img/s/suzOldManS.png" /><br /><br />
The old man looks a little bored with your routine, try something different.<br /><br />
<span class="link-fem"><<link "Keep Dancing" "SuzyEndgame">>
<<set $eventCol.delete("suzEvalSeqA")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<elseif $eventCol.includes("suzStripP4")>>
<<addclass "body" "stripTime">>
<<if $eventCol.includes("suzStripP4Init")>>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqA to "sqa10">>
<<elseif _seqChooser is 1>>
<<set $seqA to "sqa11">>
<<elseif _seqChooser is 2>>
<<set $seqA to "sqa12">>
<<elseif _seqChooser is 3>>
<<set $seqA to "sqa13">>
<</if>>
<<set $z0 to "def">>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqB to "sqb10">>
<<elseif _seqChooser is 1>>
<<set $seqB to "sqb11">>
<<elseif _seqChooser is 2>>
<<set $seqB to "sqb12">>
<<elseif _seqChooser is 3>>
<<set $seqB to "sqb13">>
<</if>>
<<set $z1 to "def">>
<</if>>
<<if $suzLC is not "">>
Your last dance choice was: $suzLC<br /><br />
<</if>>
<<if not $eventCol.includes("suzEvalSeqA")>>
Choose a sequence of moves:<br /><br />
First Move?<br />
<<radiobutton "$z0" "sqa10">>Hip Waggle<br />
<<radiobutton "$z0" "sqa11">>Breast Push<br />
<<radiobutton "$z0" "sqa12">>Ass Waggle<br />
<<radiobutton "$z0" "sqa13">>Belly Dance<br /><br />
Second Move?<br />
<<radiobutton "$z1" "sqb10">>Hip Waggle<br />
<<radiobutton "$z1" "sqb11">>Breast Push<br />
<<radiobutton "$z1" "sqb12">>Ass Waggle<br />
<<radiobutton "$z1" "sqb13">>Belly Dance<br /><br />
<<button "Dance!" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEvalSeqA")>>
<<set $eventCol.delete("suzStripP4Init")>>
<</button>>
<<else>>
<<set $suzLC to "">>
<<set $suzCorrect to 0>>
<<set $suzCorrectPos to 0>>
<<if $z0 is "sqa10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa11">>
<<set $suzLC to $suzLC + " Breast Push ">>
<video src="ast/img/suzBreastPush.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You squeeze your firm titties together, exaggerating your cleavage.<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa13">>
<<set $suzLC to $suzLC + " Belly Dance ">>
<video src="ast/img/suzBellyDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You move your hips to create hypnotic undulations down your smooth tummy.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb11">>
<<set $suzLC to $suzLC + " Breast Push ">>
<video src="ast/img/suzBreastPush.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You squeeze your firm titties together, exaggerating your cleavage.<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb13">>
<<set $suzLC to $suzLC + " Belly Dance ">>
<video src="ast/img/suzBellyDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You move your hips to create hypnotic undulations down your smooth tummy.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is $seqA and $z1 is $seqB>>
<img src="ast/img/s/suzOldManH.png" /><br /><br />
The old man likes what he sees! Time to try something even MORE complicated.<br /><br />
<span class="link-fem"><<link "Keep Dancing" "SuzyEndgame">>
<<set $eventCol.delete("suzEvalSeqA")>>
<<set $eventCol.delete("suzStripP4")>>
<<set $eventCol.pushUnique("suzStripP5")>>
<<set $eventCol.pushUnique("suzStripP5Init")>>
<<set $suzLC to "">>
<<set $suzFailCtr to 0>>
<</link>></span><br /><br />
<<else>>
<img src="ast/img/s/suzOldManS.png" /><br /><br />
<<if $z0 is $seqA>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $z1 is $seqB>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $suzCorrect gt 0 and $suzCorrectPos gt 0>>
The old man seems to be @@.hint;impressed with <i>some</i> of your routine.@@ It feels like based off his reactions @@.hint;he liked at least $suzCorrect @@ of your moves and it seems at least @@.hint; $suzCorrectPos of them were in the right sequence!@@<br /><br />
<<elseif $suzCorrect gt 0>>
The old man seems to be @@.hint;impressed with <i>some</i> of your routine.@@ It feels like based off his reactions @@.hint;he liked at least $suzCorrect @@ of your moves.<br /><br />
<<else>>
The old man looks a little bored with your routine, try something different.<br /><br />
<</if>>
<span class="link-fem"><<link "Keep Dancing" "SuzyEndgame">>
<<set $eventCol.delete("suzEvalSeqA")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<elseif $eventCol.includes("suzStripP5")>>
<<addclass "body" "stripTime">>
<<if $eventCol.includes("suzStripP5Init")>>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqA to "sqa10">>
<<elseif _seqChooser is 1>>
<<set $seqA to "sqa11">>
<<elseif _seqChooser is 2>>
<<set $seqA to "sqa12">>
<<elseif _seqChooser is 3>>
<<set $seqA to "sqa13">>
<</if>>
<<set $z0 to "def">>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqB to "sqb10">>
<<elseif _seqChooser is 1>>
<<set $seqB to "sqb11">>
<<elseif _seqChooser is 2>>
<<set $seqB to "sqb12">>
<<elseif _seqChooser is 3>>
<<set $seqB to "sqb13">>
<</if>>
<<set $z1 to "def">>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqC to "sqc10">>
<<elseif _seqChooser is 1>>
<<set $seqC to "sqc11">>
<<elseif _seqChooser is 2>>
<<set $seqC to "sqc12">>
<<elseif _seqChooser is 3>>
<<set $seqC to "sqc13">>
<</if>>
<<set $z2 to "def">>
<</if>>
<<if $suzFailCtr gte 1>>
Watching their reactions, you can tell he seems to like:<br /><br />
The First Move to be
<<if $seqA is "sqa10">>
Hip Waggle
<</if>>
<<if $seqA is "sqa11">>
Breast Push
<</if>>
<<if $seqA is "sqa12">>
Ass Waggle
<</if>>
<<if $seqA is "sqa13">>
Belly Dance
<</if>>
<br /><br />
<</if>>
<<if $suzFailCtr gte 2>>
Watching their reactions, you can tell he seem to like:<br /><br />
The Second Move to be
<<if $seqB is "sqb10">>
Hip Waggle
<</if>>
<<if $seqB is "sqb11">>
Breast Push
<</if>>
<<if $seqB is "sqb12">>
Ass Waggle
<</if>>
<<if $seqB is "sqb13">>
Belly Dance
<</if>>
<br /><br />
<</if>>
<<if $suzLC is not "">>
Your last dance choice was: $suzLC<br /><br />
<</if>>
<<if not $eventCol.includes("suzEvalSeqA")>>
Choose a sequence of moves:<br /><br />
First Move?<br />
<<radiobutton "$z0" "sqa10">>Hip Waggle<br />
<<radiobutton "$z0" "sqa11">>Breast Push<br />
<<radiobutton "$z0" "sqa12">>Ass Waggle<br />
<<radiobutton "$z0" "sqa13">>Belly Dance<br /><br />
Second Move?<br />
<<radiobutton "$z1" "sqb10">>Hip Waggle<br />
<<radiobutton "$z1" "sqb11">>Breast Push<br />
<<radiobutton "$z1" "sqb12">>Ass Waggle<br />
<<radiobutton "$z1" "sqb13">>Belly Dance<br /><br />
Third Move?<br />
<<radiobutton "$z2" "sqc10">>Hip Waggle<br />
<<radiobutton "$z2" "sqc11">>Breast Push<br />
<<radiobutton "$z2" "sqc12">>Ass Waggle<br />
<<radiobutton "$z2" "sqc13">>Belly Dance<br /><br />
<<button "Dance!" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEvalSeqA")>>
<<set $eventCol.delete("suzStripP5Init")>>
<</button>>
<<else>>
<<set $suzLC to "">>
<<set $suzCorrect to 0>>
<<set $suzCorrectPos to 0>>
<<if $z0 is "sqa10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa11">>
<<set $suzLC to $suzLC + " Breast Push ">>
<video src="ast/img/suzBreastPush.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You squeeze your firm titties together, exaggerating your cleavage.<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa13">>
<<set $suzLC to $suzLC + " Belly Dance ">>
<video src="ast/img/suzBellyDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You move your hips to create hypnotic undulations down your smooth tummy.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb11">>
<<set $suzLC to $suzLC + " Breast Push ">>
<video src="ast/img/suzBreastPush.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You squeeze your firm titties together, exaggerating your cleavage.<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb13">>
<<set $suzLC to $suzLC + " Belly Dance ">>
<video src="ast/img/suzBellyDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You move your hips to create hypnotic undulations down your smooth tummy.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z2 is "sqc10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z2 is "sqc11">>
<<set $suzLC to $suzLC + " Breast Push ">>
<video src="ast/img/suzBreastPush.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You squeeze your firm titties together, exaggerating your cleavage.<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z2 is "sqc12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggle.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z2 is "sqc13">>
<<set $suzLC to $suzLC + " Belly Dance ">>
<video src="ast/img/suzBellyDance.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You move your hips to create hypnotic undulations down your smooth tummy.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is $seqA and $z1 is $seqB and $z2 is $seqC>>
<img src="ast/img/s/suzOldManH.png" /><br /><br />
The old man likes what he sees!<br /><br />
@@.max;"Really gets you heart racing, eh Logan,"@@ cackles the old man eagerly.<br /><br />
Logan shrugs, keeping his cool.<br /><br />
Looks like it's time to turn your attention on him. You decide to get a bit more risque as you slide off your shorts...<br /><br />
<video src="ast/img/suzShortsOff.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-fem"><<link "Dirty Dancing" "SuzyEndgame">>
<<set $eventCol.delete("suzEvalSeqA")>>
<<set $eventCol.delete("suzStripP5")>>
<<set $eventCol.pushUnique("suzStripP6")>>
<<set $eventCol.pushUnique("suzStripP6Init")>>
<<set $suzLC to "">>
<<set $suzFailCtr to 0>>
<</link>></span><br /><br />
<<else>>
<img src="ast/img/s/suzOldManS.png" /><br /><br />
<<if $z0 is $seqA>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $z1 is $seqB>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $z2 is $seqC>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $suzCorrect gt 0 and $suzCorrectPos gt 0>>
The old man seems to be @@.hint;impressed with <i>some</i> of your routine.@@ It feels like based off his reactions @@.hint;he liked at least $suzCorrect @@ of your moves and it seems at least @@.hint; $suzCorrectPos of them were in the right sequence!@@<br /><br />
<<elseif $suzCorrect gt 0>>
The old man seems to be @@.hint;impressed with <i>some</i> of your routine.@@ It feels like based off his reactions @@.hint;he liked at least $suzCorrect @@ of your moves.<br /><br />
<<else>>
The old man looks a little bored with your routine, try something different.<br /><br />
<</if>>
<span class="link-fem"><<link "Keep Dancing" "SuzyEndgame">>
<<set $eventCol.delete("suzEvalSeqA")>>
<<set $suzFailCtr to $suzFailCtr + 1>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<elseif $eventCol.includes("suzStripP6")>>
<<addclass "body" "stripTime">>
<<if $suzFailCtr gte 2>>
Watching their reactions, you can tell they seem to like:<br /><br />
The First Move to be
<<if $seqA is "sqa10">>
Hip Waggle
<</if>>
<<if $seqA is "sqa11">>
Titty Tease
<</if>>
<<if $seqA is "sqa12">>
Ass Waggle
<</if>>
<<if $seqA is "sqa13">>
Booty Shake
<</if>>
<br /><br />
<</if>>
<<if $suzFailCtr gte 3>>
Watching their reactions, you can tell they seem to like:<br /><br />
The Second Move to be
<<if $seqB is "sqb10">>
Hip Waggle
<</if>>
<<if $seqB is "sqb11">>
Titty Tease
<</if>>
<<if $seqB is "sqb12">>
Ass Waggle
<</if>>
<<if $seqB is "sqb13">>
Booty Shake
<</if>>
<br /><br />
<</if>>
<<if $suzFailCtr gte 4>>
Watching their reactions, you can tell they seem to like:<br /><br />
The Third Move to be
<<if $seqC is "sqc10">>
Hip Waggle
<</if>>
<<if $seqC is "sqc11">>
Titty Tease
<</if>>
<<if $seqC is "sqc12">>
Ass Waggle
<</if>>
<<if $seqC is "sqc13">>
Booty Shake
<</if>>
<br /><br />
<</if>>
<<if $suzFailCtr gte 5>>
Watching their reactions, you can tell they seem to like:<br /><br />
The Fourth Move to be
<<if $seqD is "sqd10">>
Hip Waggle
<</if>>
<<if $seqD is "sqd11">>
Titty Tease
<</if>>
<<if $seqD is "sqd12">>
Ass Waggle
<</if>>
<<if $seqD is "sqd13">>
Booty Shake
<</if>>
<br /><br />
<</if>>
<<if $suzFailCtr gte 6>>
Watching their reactions, you can tell they seem to like:<br /><br />
The Fifth Move to be
<<if $seqE is "sqe10">>
Hip Waggle
<</if>>
<<if $seqE is "sqe11">>
Titty Tease
<</if>>
<<if $seqE is "sqe12">>
Ass Waggle
<</if>>
<<if $seqE is "sqe13">>
Booty Shake
<</if>>
<br /><br />
<</if>>
<<if $eventCol.includes("suzStripP6Init")>>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqA to "sqa10">>
<<elseif _seqChooser is 1>>
<<set $seqA to "sqa11">>
<<elseif _seqChooser is 2>>
<<set $seqA to "sqa12">>
<<elseif _seqChooser is 3>>
<<set $seqA to "sqa13">>
<</if>>
<<set $z0 to "def">>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqB to "sqb10">>
<<elseif _seqChooser is 1>>
<<set $seqB to "sqb11">>
<<elseif _seqChooser is 2>>
<<set $seqB to "sqb12">>
<<elseif _seqChooser is 3>>
<<set $seqB to "sqb13">>
<</if>>
<<set $z1 to "def">>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqC to "sqc10">>
<<elseif _seqChooser is 1>>
<<set $seqC to "sqc11">>
<<elseif _seqChooser is 2>>
<<set $seqC to "sqc12">>
<<elseif _seqChooser is 3>>
<<set $seqC to "sqc13">>
<</if>>
<<set $z2 to "def">>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqD to "sqd10">>
<<elseif _seqChooser is 1>>
<<set $seqD to "sqd11">>
<<elseif _seqChooser is 2>>
<<set $seqD to "sqd12">>
<<elseif _seqChooser is 3>>
<<set $seqD to "sqd13">>
<</if>>
<<set $z3 to "def">>
<<set _seqChooser to random(3)>>
<<if _seqChooser is 0>>
<<set $seqE to "sqe10">>
<<elseif _seqChooser is 1>>
<<set $seqE to "sqe11">>
<<elseif _seqChooser is 2>>
<<set $seqE to "sqe12">>
<<elseif _seqChooser is 3>>
<<set $seqE to "sqe13">>
<</if>>
<<set $z4 to "def">>
<</if>>
<<if $suzLC is not "">>
Your last dance choice was: $suzLC<br /><br />
<</if>>
<<if not $eventCol.includes("suzEvalSeqA")>>
Give it everything you've got!:<br /><br />
First Move?<br />
<<radiobutton "$z0" "sqa10">>Hip Waggle<br />
<<radiobutton "$z0" "sqa11">>Titty Tease<br />
<<radiobutton "$z0" "sqa12">>Ass Waggle<br />
<<radiobutton "$z0" "sqa13">>Booty Shake<br /><br />
Second Move?<br />
<<radiobutton "$z1" "sqb10">>Hip Waggle<br />
<<radiobutton "$z1" "sqb11">>Titty Tease<br />
<<radiobutton "$z1" "sqb12">>Ass Waggle<br />
<<radiobutton "$z1" "sqb13">>Booty Shake<br /><br />
Third Move?<br />
<<radiobutton "$z2" "sqc10">>Hip Waggle<br />
<<radiobutton "$z2" "sqc11">>Titty Tease<br />
<<radiobutton "$z2" "sqc12">>Ass Waggle<br />
<<radiobutton "$z2" "sqc13">>Booty Shake<br /><br />
Fourth Move?<br />
<<radiobutton "$z3" "sqd10">>Hip Waggle<br />
<<radiobutton "$z3" "sqd11">>Titty Tease<br />
<<radiobutton "$z3" "sqd12">>Ass Waggle<br />
<<radiobutton "$z3" "sqd13">>Booty Shake<br /><br />
Fifth Move?<br />
<<radiobutton "$z4" "sqe10">>Hip Waggle<br />
<<radiobutton "$z4" "sqe11">>Titty Tease<br />
<<radiobutton "$z4" "sqe12">>Ass Waggle<br />
<<radiobutton "$z4" "sqe13">>Booty Shake<br /><br />
<<button "Dance!" "SuzyEndgame">>
<<set $eventCol.pushUnique("suzEvalSeqA")>>
<<set $eventCol.delete("suzStripP6Init")>>
<</button>>
<<else>>
<<set $suzLC to "">>
<<set $suzCorrect to 0>>
<<set $suzCorrectPos to 0>>
<<if $z0 is "sqa10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10" or $seqD is "sqd10" or $seqE is "sqe10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa11">>
<<set $suzLC to $suzLC + " Titty Tease ">>
<video src="ast/img/suzTitTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You pull up on your bra, teasing the underside of your tits<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11" or $seqD is "sqd11" or $seqE is "sqe11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12" or $seqD is "sqd12" or $seqE is "sqe12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is "sqa13">>
<<set $suzLC to $suzLC + " Booty Shake ">>
<video src="ast/img/suzBootyShake.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You shake that booty up and down.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13" or $seqD is "sqd13" or $seqE is "sqe13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10" or $seqD is "sqd10" or $seqE is "sqe10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb11">>
<<set $suzLC to $suzLC + " Titty Tease ">>
<video src="ast/img/suzTitTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You pull up on your bra, teasing the underside of your tits<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11" or $seqD is "sqd11" or $seqE is "sqe11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12" or $seqD is "sqd12" or $seqE is "sqe12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z1 is "sqb13">>
<<set $suzLC to $suzLC + " Booty Shake ">>
<video src="ast/img/suzBootyShake.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You shake that booty up and down.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13" or $seqD is "sqd13" or $seqE is "sqe13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z2 is "sqc10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10" or $seqD is "sqd10" or $seqE is "sqe10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z2 is "sqc11">>
<<set $suzLC to $suzLC + " Titty Tease ">>
<video src="ast/img/suzTitTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You pull up on your bra, teasing the underside of your tits<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11" or $seqD is "sqd11" or $seqE is "sqe11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z2 is "sqc12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12" or $seqD is "sqd12" or $seqE is "sqe12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z2 is "sqc13">>
<<set $suzLC to $suzLC + " Booty Shake ">>
<video src="ast/img/suzBootyShake.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You shake that booty up and down.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13" or $seqD is "sqd13" or $seqE is "sqe13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z3 is "sqd10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10" or $seqD is "sqd10" or $seqE is "sqe10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z3 is "sqd11">>
<<set $suzLC to $suzLC + " Titty Tease ">>
<video src="ast/img/suzTitTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You pull up on your bra, teasing the underside of your tits<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11" or $seqD is "sqd11" or $seqE is "sqe11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z3 is "sqd12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12" or $seqD is "sqd12" or $seqE is "sqe12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z3 is "sqd13">>
<<set $suzLC to $suzLC + " Booty Shake ">>
<video src="ast/img/suzBootyShake.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You shake that booty up and down.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13" or $seqD is "sqd13" or $seqE is "sqe13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z4 is "sqe10">>
<<set $suzLC to $suzLC + " Hip Waggle ">>
<video src="ast/img/suzHipWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wiggle your hips enticingly.<br /><br />
<<if $seqA is "sqa10" or $seqB is "sqb10" or $seqC is "sqc10" or $seqD is "sqd10" or $seqE is "sqe10">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z4 is "sqe11">>
<<set $suzLC to $suzLC + " Titty Tease ">>
<video src="ast/img/suzTitTease.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You pull up on your bra, teasing the underside of your tits<br /><br />
<<if $seqA is "sqa11" or $seqB is "sqb11" or $seqC is "sqc11" or $seqD is "sqd11" or $seqE is "sqe11">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z4 is "sqe12">>
<<set $suzLC to $suzLC + " Ass Waggle ">>
<video src="ast/img/suzAssWaggleP.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You wobble your ass invitingly.<br /><br />
<<if $seqA is "sqa12" or $seqB is "sqb12" or $seqC is "sqc12" or $seqD is "sqd12" or $seqE is "sqe12">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z4 is "sqe13">>
<<set $suzLC to $suzLC + " Booty Shake ">>
<video src="ast/img/suzBootyShake.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You shake that booty up and down.<br /><br />
<<if $seqA is "sqa13" or $seqB is "sqb13" or $seqC is "sqc13" or $seqD is "sqd13" or $seqE is "sqe13">>
<<set $suzCorrect to $suzCorrect + 1>>
<</if>>
<</if>>
<<if $z0 is $seqA and $z1 is $seqB and $z2 is $seqC and $z3 is $seqD and $z4 is $seqE>>
<img src="ast/img/s/suzOldManH.png" /><br /><br />
Logan licks his lips subconciously!<br /><br />
You dip low and run your ass up the length of his leg.<br /><br />
You feel his hands graps your hips.<br /><br />
Your nipples grow hard with arrousal.<br /><br />
You bite your lip.<br /><br />
Having a big strong man's hands on your body opens up a longing in you.<br /><br />
If only he would slide his cock inside you.<br /><br />
The old man starts laughing, @@.max;"You like her?"@@<br /><br />
Logan nods with approval.<br /><br />
Suzy walks up, @@.suz;"Not so fast big boy."@@<br /><br />
She gently pulls you away from Logan's sensual groping, @@.suz;"Our girl here has something to show you."@@<br /><br />
Suzy wastes no time reaching over and pulling down the front of your panties, letting your tucked clitty roll out.<br /><br />
<img src="ast/img/s/suzClitty.png" /><br /><br />
<span class="link-fem"><<link "Got 'Em" "SuzyEndgame">>
<<set $eventCol.delete("suzEvalSeqA")>>
<<set $eventCol.delete("suzStripP6")>>
<<set $eventCol.pushUnique("suzStripP7")>>
<</link>></span><br /><br />
<<else>>
<img src="ast/img/s/suzOldManS.png" /><br /><br />
<<if $z0 is $seqA>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $z1 is $seqB>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $z2 is $seqC>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $z3 is $seqD>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $z4 is $seqE>>
<<set $suzCorrectPos to $suzCorrectPos + 1>>
<</if>>
<<if $suzCorrect gt 0 and $suzCorrectPos gt 0>>
The old man seems to be @@.hint;impressed with <i>some</i> of your routine.@@ It feels like based off his reactions @@.hint;he liked at least $suzCorrect @@ of your moves and it seems at least @@.hint; $suzCorrectPos of them were in the right sequence!@@<br /><br />
<<elseif $suzCorrect gt 0>>
The old man seems to be @@.hint;impressed with <i>some</i> of your routine.@@ It feels like based off his reactions @@.hint;he liked at least $suzCorrect @@ of your moves.<br /><br />
<<else>>
The old man looks a little bored with your routine, try something different.<br /><br />
<</if>>
<span class="link-fem"><<link "Keep Dancing" "SuzyEndgame">>
<<set $eventCol.delete("suzEvalSeqA")>>
<<set $suzFailCtr to $suzFailCtr + 1>>
<</link>></span><br /><br />
<</if>>
<</if>>
<<elseif $eventCol.includes("suzStripP7")>>
Ths music stops.<br /><br />
You're not sure who turned it off or how the lights came back on.<br /><br />
All you're concerned about is the hulking figure of Logan, a mixture of rage and disgust washing over his face.<br /><br />
You think that in any other circumstance, he might actually beat your face in.<br /><br />
But here, in the office, his boss watching and Suzy nearby... you see him internally struggling to reign in his impulses.<br /><br />
Still, you take a few steps back as you pull up your panties. You find it difficult to look him in the eyes, but you do watch his body in case he lunges for you.<br /><br />
@@.max;"Oh now Logan, don't be such a baby. Any man would find her attractive. It's a new age!@@ laughs the old man as he walks up next to Logan and smacks him on the back.<br /><br />
Logan seems to settle down a little, realizing he's been subject to a miniature conspiracy.<br /><br />
@@.max;"Tits are tits, my boy! Your brain doesn't really know or care that there might be a little weiner dangling below a nice pair of big melons!"@@ explains Max as he mimes two large breasts in front of him with cupped hands.<br /><br />
Suzy smiles and rolls her eyes at the old man's antics.<br /><br />
The old man turns to you, @@.max;"Well, uh, young lady,"@@ he smiles, as if proud of himself for uttering something that he might have once considered to be cognitively dissonant, @@.max;"Suzy said you could perform as well as any natural born woman... and I must say I didn't think it was possible. And yet, here you stand! What a sensual performance... and you certainly had my man fooled here."@@<br /><br />
Logan grumbles something as he looks to the side... is he... blushing?<br /><br />
@@.max;"Alright, dear,"@@ Max says as he looks at Suzy, @@.max;"You can count me in as an investor to your perverted little club."@@<br /><br />
@@.suz;"Awww thank you baby!"@@ coos Suzy, running up to Max and kissing the smiling old man on the cheek.<br /><br />
You and Suzy make your farewells and then exit the building.<br /><br />
<span class="link-fem"><<link "Head Back to Suzy's Apartment" "SuzyEndgame">>
<<set $eventCol.delete("suzStripP7")>>
<<set $eventCol.pushUnique("suzStripP8")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("suzStripP8")>>
Back at Suzy's apartment, you change back into your regular clothes.<br /><br />
<img src="ast/img/s/stripperTrenchCoat00.png" /><img src="ast/img/s/stripperShorts00.png" /><img src="ast/img/s/stripperUW00.png" /><br /><br />
@@.suz;"Here, keep the outfit. It's kinda slutty, but it was fun dancing around in it, right?"@@ laughs Suzy as she hands you the outfit you were just wearing in a neatly folded pile.<br /><br />
Suzy gives you a big hug, @@.suz;"You did great, $pc . Maxie is going to start investing and I'm pretty sure you opened a new door of experiences for Logan.... this will be great for the club! I'll let Valerie know about everything we accomplished!"@@<br /><br />
You almost feel sad to leave Suzy. But you're one step closer to being debt free.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.delete("suzStripP8")>>
<<set $SMasterTrained.push("Suzy")>>
<<set $debt to $debt - 30000>>
<<set _stripperoutfit to {"stripperTrenchCoat00" : {"qty" : 1, "topType" : "slutty"},
"stripperShorts00" : {"qty" : 1, "bottomType" : "slutty"},
"stripperUW00" : {"qty" : 1, "smallType" : "slutty"},
}>>
<<run jQuery.extend($clothes, _stripperoutfit)>>
<<set $topInv.push("stripperTrenchCoat00")>>
<<set $bottomInv.push("stripperShorts00")>>
<<set $smallInv.push("stripperUW00")>>
<<set $skills.pushUnique("suzStrip")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if $sarTrain is false>>
<<set $currentTime to $currentTime + 8>>
<</if>>
@@.sar;Sarah@@<br /><br />
<<if $eventCol.includes("sarSkipIntro")>>
<!-- skip intro -->
<<elseif not $eventCol.includes("sarSkipIntro")>>
You arrive at the address Sarah gave to you. Much to your surprise... it's the address to Se Soumettre!<br /><br />
<img src="ast/img/s/sarSoum.png" /><br /><br />
You cautiously approach the fancy restaurant, looking around to see any familiar faces.<br /><br />
@@.sar;"Boo!"@@ whispers Sarah in your ear.<br /><br />
You about have a heart attack as you realize Sarah was standing beside and little bit behind you. You pivot around to see Sarah dressed in something... interesting.<br /><br />
<img src="ast/img/s/sarKimono.png" /><br /><br />
The kimono seems to just barely cling to her lean frame, as if the slightest breeze could leave her completely exposed. People, both men and women, walking by on the street can't seem to keep their eyes off of her. You see mixture of shock, desire, and jealousy spark through the crowd navigating down the busy sidewalk in front of the building.<br /><br />
Sarah doesn't seem to mind being stared at. In fact she seems almost oblivious to it.<br /><br />
@@.sar;"Looks totally familiar, doesn't it?"@@ she asks, bubbly as ever.<br /><br />
You nod, remembering with mixed emotions, the last time you came to Se Soumettre.<br /><br />
@@.sar;"That was just one of the conference rooms we sometimes use, the real club is in the basement,"@@ explains Sarah as she begins to walk around the side of the building, beckoning you to follow.<br /><br />
You take one last look at the outside of the building, before dutifully following Sarah as she dissappears into the alley. The two of you walk up to a small side entrance.<br /><br />
Sarah produces a familiar card... the card proving membership into Club Descendo.<br /><br />
<img src="ast/img/s/dCard.png" /><br /><br />
She knocks on the old metal door, showing the card to the small peephole. Moments later, with a series of clangs, the door is opened, and a burly bouncer motions you to both enter. You follow Sarah down a set of concrete steps and through another set of doors leading into a small receiving area. Sarah stops at a small security desk posted just off to the side and begins to chat with man sitting there. She appears to be talking about you, but you can't make out what she's saying. A few moments later, she walks back over to you.<br /><br />
@@.sar;"Welcome to the club,"@@ Sarah says as @@.hint;she hands you a membership card@@.<br /><br />
You look at it, suddenly feeling the weight of your journey condensed into a small slip of laminated card stock.<br /><br />
@@.sar;"You're just an initiate, but this cute little card will get you into the building and past security. If you manage to, like, get through your initiation, the card will be automatically updated and stuff, cool right?"@@ rattles off Sarah.<br /><br />
You nod, a little overwhelmed by everything.<br /><br />
@@.sar;"This way!"@@ declares Sarah cheerfully.<br /><br />
You follow her into a hallway and notice that the doors flanking the hallway are made of glass and you can see inside...<br /><br />
<video src="ast/img/sarSiss.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
@@.sar;"She's such a cockslut"@@ giggles Sarah, catching you peeking in on one of the rooms.<br /><br />
Sarah walks a little further down, @@.sar;"Hey look, you probably know her!"@@ exclaims Sarah proudly.<br /><br />
You catch up with Sarah and see a familiar face.<br /><br />
<video src="ast/img/sarLily.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
It's Lily! You resist the urge to wave at her... not that it would matter, she seems to be fully occupied.
You bite your lower lip... she looks like she's in ecstacy. You feel a pang of jealousy as you watch her bounce on top of that @@.bimbhyptxt;big yummy cock@@. You feel your nipples start to harden... you feel a yearning in your sissy hole. Your clitty remains limp, but you can feel your arrousal start to lightly leak from the tip.<br /><br />
@@.sar;"Ah don't worry, work hard and you'll get your turn!"@@ assures Sarah.<br /><br />
You find this strangely comforting.<br /><br />
You turn down a few more hallways until you reach a small row of dressing rooms.<br /><br />
@@.sar;"Your outfit is waiting for you! Get dressed and get to work! I'll come get you when it's time! Byeee!"@@ explains Sarah cheerfully as she practically skips away.<br /><br />
You look back at the dressing room, take a deep breath, and open the door. Inside the cramped booth, you see a skimpy little outfit and a note.<br /><br />
Step 1:<br />
-Get Dressed!<br />
Step 2:<br />
-Get Cleaning Supplies from Closet Down the Hall!<br />
Step 3:<br />
-Clean Empty Club Rooms!<br />
You sigh, looking at the outfit, it doesn't leave much to the imagination... but this is a sex club. You strip down and struggle to pull the flimsy garment on.<br /><br />
<img src="ast/img/s/sarMaid0.png" /><br /><br />
This outfit is somehow worse then being totally naked, yet the sheer fabric, and the in-built fantasy of the "slutty maid" makes you feel horny.<br /><br />
<<set $eventCol.pushUnique("sarSkipIntro")>>
<<set $sarTrain to true>>
<</if>>
<<if $vSar is true>>
<<if $eventCol.includes("desc5")>>
You've been told that the initiation isn't ready yet, maybe you should get some rest.<br /><br />
<<else>>
You go all the way to Club Descendo but Sarah is no longer there. You'll have to come back tomorrow.<br /><br />
<</if>>
<span class="link-fem"><<link "Go Home" "Home">>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarahP1")>>
You walk down the hallway, tugging at your outfit to maintain at least some level of modesty.<br /><br />
<span class="link-fem"><<link "Get Cleaning Supplies from Closet Down the Hall!" "Sarah">>
<<set $eventCol.pushUnique("sarClean0")>>
<<set $eventCol.delete("sarahP1")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarClean0")>>
You collect a small bucket, some cleaning solution, a few cleaning rags and make your way to the first empty room you can find. You slowly open the door and are immediately hit with the musky and somewhat sour smell of stale sex.<br /><br />
You sigh, taking mental inventory of the various by-products of human passion.<br /><br />
<span class="link-fem"><<link "Clean Empty Club Rooms!" "Sarah">>
<<set $eventCol.pushUnique("sarClean1")>>
<<set $eventCol.delete("sarClean0")>>
<<set $sarAClean to 0>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarClean1")>>
<<if $sarAClean lte 0>>
Time to be a good little sissy and start the cleaning grind!<br /><br />
<img src="ast/img/s/sarADirty5.png" /><br /><br />
<<elseif $sarAClean lte 2>>
Keep Going! You found cum on the lighting fixture<br /><br />
<img src="ast/img/s/sarADirty4.png" /><br /><br />
<<elseif $sarAClean lte 4>>
Scrub! Scrub!<br /><br />
<img src="ast/img/s/sarADirty3.png" /><br /><br />
<<elseif $sarAClean lte 6>>
It smells better in here already!<br /><br />
<img src="ast/img/s/sarADirty2.png" /><br /><br />
<<elseif $sarAClean lte 8>>
How did cum get here?<br /><br />
<img src="ast/img/s/sarADirty1.png" /><br /><br />
<<else>>
This place is ready to be defiled again!<br /><br />
<img src="ast/img/s/sarADirty0.png" /><br /><br />
<<set $eventCol.pushUnique("sarClean1Done")>>
<</if>>
<<if $eventCol.includes("sarClean1Done")>>
@@.sar;"There you are! Come with me!"@@ Sarah says excitedly, barely acknowledging all your hard work.<br /><br />
<span class="link-fem"><<link "Follow Sarah" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR")>>
<<set $eventCol.pushUnique("sarClean1VR0")>>
<<set $eventCol.delete("sarClean1")>>
<</link>></span><br /><br />
<<else>>
<span class="link-fem"><<link "Clean!" "Sarah">>
<<set $sarAClean to $sarAClean + 1>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("sarClean1VR")>>
<<if $eventCol.includes("sarClean1VR0")>>
You follow Sarah down the hall and into an ordinary elevator.<br /><br />
She looks at you, clearly giddy about something.<br /><br />
@@.pc;"W-what?"@@ you ask, trying to mask your annoyance.<br /><br />
@@.sar;"Here!"@@ pushing something into your hands.<br /><br />
<img src="ast/img/s/sarGummy.png" /><br /><br />
@@.sar;"It's to, like, help you relax! It's the club's special blend,"@@ explains Sarah as she pops one into her mouth.<br /><br />
She closes her eyes and smiles, then takes in one long deep breath before exhaling. She snuggles into your side and gently guides your hand to your mouth.<br /><br />
@@.sar;"It's very mild,@@ she reassures.<br /><br />
You put the gummy in your mouth.<br /><br />
It just tastes like a normal gummy. And you don't feel any different. Maybe Sarah's just really affectionate.<br /><br />
The elevator descends.<br /><br />
<span class="link-fem"><<link "Descending" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1")>>
<<set $eventCol.delete("sarClean1VR0")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarClean1VR1")>>
<<if not $eventCol.includes("sarClean1VR1Visited")>>
The elevator finally comes to a stop. You and Sarah exit into a dimly lit hallway, bathed in blue and pink light.<br /><br />
<img src="ast/img/s/sarPHall.png" /><br /><br />
Sarah guides you into a spacious room with a simple reclining chair in the center, with a VR helmet suspended by a bundle of cables hovering just over the headrest.<br /><br />
You cautiously mount the chair and lay down, allowing Sarah to place the helmet on your head.<br /><br />
@@.sar;"Just relax, I'll be here the whole time,"@@ Sarah says as she lovingly pats your hand.<br /><br />
You can't see a damn thing.<br /><br />
You hear a faint throb play inside the helmet. Something about the frequency is... soothing somehow. You find that with each throb, your body seems to resonate.<br /><br />
@@.sar;"Hey!"@@ says Sarah.<br /><br />
You hear her voice... but it's inside your head somehow. You realize she's speaking to you through the headphones, her voice wafting lightly but distinctly over the oscillating, throbbing tone that seems to have gotten a little louder.<br /><br />
@@.sar;"Just relax, let your mind relax, let the sensations floooow,"@@ Sarah's voice bounces around lightly inside your mind.<br /><br />
Your whole body tingles, and with every throb of the tone, you feel warm waves of pleasure gently wash over you.<br /><br />
As your eyes adjust to the pitch blackness, you find that you can detect a faint pink glow creeping slowly over what appears to be a distant horizon @@.hint;to the north@@, gently dividing the black ground from the black sky and exposing a gradual curvature to the virtual world.<br /><br />
<<else>>
You find that you can detect a faint pink glow creeping slowly over what appears to be a distant horizon @@.hint;to the north@@, gently dividing the black ground from the black sky and exposing a gradual curvature to the virtual world.<br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="link-fem"><<link "Move North" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1N0")>>
<<set $eventCol.pushUnique("sarClean1VR1Visited")>>
<<set $eventCol.delete("sarClean1VR1")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1N0")>>
<<addclass "body" "pulseHypLow">>
<<if not $eventCol.includes("sarClean1VR1N0Visited")>>
You move towards the light, and closer you get to it, the more pleasant the throbbing tone feels. In fact, you realize the pink light is pulsing with each throb.<br /><br />
You begin to pant slightly as your arousal grows with each step.<br /><br />
@@.sar;"Be a@@ @@.bimbhyptxt;Good Sissy@@ @@.sar;and let the pink feelings wrap around you.@@ @@.bimbhyptxt;Sissies Love to Serve@@, @@.sar;a helpful sissy is a loved sissy,"@@ Sarah's voice drones over the music in a haunting, hypnotic way.<br /><br />
You find you can @@.hint;move to the north@@ towards the pink light, or @@.hint;move to the south@@ back into darkness.<br /><br />
<<else>>
You find you can @@.hint;move to the north@@ towards the pink light, or @@.hint;move to the south@@ back into darkness.<br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="link-fem"><<link "Move North" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1N1")>>
<<set $eventCol.pushUnique("sarClean1VR1N0Visited")>>
<<set $eventCol.delete("sarClean1VR1N0")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1")>>
<<set $eventCol.pushUnique("sarClean1VR1N0Visited")>>
<<set $eventCol.delete("sarClean1VR1N0")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1N1")>>
<<addclass "body" "pulseHypMed">>
<<if not $eventCol.includes("sarClean1VR1N1Visited")>>
The pink light grows brighter. Your nipples are rock hard. You subconciously start to massage your own breasts as your bite you lower lip.<br /><br />
Your little clitty begins to leak. You find it harder to keep naughty thoughts out of your head. Your body, your cute little sissy hole, aches to be touched, to be fucked.<br /><br />
@@.sar;"A@@ @@.bimbhyptxt;Good Sissy@@ @@.sar;loves a nice@@ @@.bimbhyptxt;nice hard cock@@ @@.sar;. Part of serving is learning how to surrender, to let go of, like, things that just get in the way... in the way of@@ @@.bimbhyptxt;Hard Cocks and Yummy Cum@@ @@.sar;. A helpful sissy is a blissful sissy,"@@ Sarah's voice floats and pings inside your head melting and emerging within the dreamy hypnotic tone.<br /><br />
You find you can @@.hint;move to the north@@ towards the pink light, or @@.hint;move to the south@@ into lesser light.<br /><br />
<<set $sarFDoor to 0>>
<<else>>
You find you can @@.hint;move to the north@@ towards the pink light, or @@.hint;move to the south@@ into lesser light.<br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="link-fem"><<link "Move North" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1N2")>>
<<set $eventCol.pushUnique("sarClean1VR1N1Visited")>>
<<set $eventCol.delete("sarClean1VR1N1")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1N0")>>
<<set $eventCol.pushUnique("sarClean1VR1N1Visited")>>
<<set $eventCol.delete("sarClean1VR1N1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1N2")>>
<<addclass "body" "pulseHyp">>
<<if not $eventCol.includes("sarClean1VR1N2Visited")>>
As you make your way towards the pink light, you way becomes blocked by a massive wall with a large ornate archway complete with a large silver door. The door itself features a ornate carvings that appear to writhe and shimmer under the pulsing pink light.<br /><br />
<img src="ast/img/s/sarFDoor0.png" /><br /><br />
@@.sar;"The door opens when you're not stressed out. You have to, like, let go of things. You can't worry about your stuff, or the things you have to do, or the things you're really good at. It's all just too much to worry about. Learning to serve is learning to let go,"@@ explains Sarah.<br /><br />
You try to open the door, but it won't budge.<br /><br />
You can @@.hint;move to the west@@ towards some statuary, or @@.hint;move to the east@@ towards a little shack built against the wall.<br /><br />
<<else>>
Before you is the door leading through the massive wall that blocks your way to the north.<br /><br />
<<if $sarFDoor is 1>>
<img src="ast/img/s/sarFDoor1.png" /><br /><br />
You notice there's a pink light swirling around a portion of the door, it looks suspiciously like the pink orb your created earlier.
<<elseif $sarFDoor is 2>>
<img src="ast/img/s/sarFDoor2.png" /><br /><br />
You notice there's a pair of pink lights swirling around the lower portion of the door, it looks like they correspond with the pink orbs your created earlier.
<<elseif $sarFDoor is 3>>
<img src="ast/img/s/sarFDoor2.png" /><br /><br />
The door is fully illuminated by swirling pink lights and appears to be slighly ajar.
<<else>>
<img src="ast/img/s/sarFDoor0.png" /><br /><br />
It still appears to be as rigid and immovable as the first time you found it.<br /><br />
<</if>>
<<if $sarFDoor is 3>>
You can now @@.hint;move to the north@@ through the silver door, @@.hint;move to the west@@ towards some something strange, or @@.hint;move to the east@@ towards a little shack built against the wall.<br /><br />
<<else>>
You can @@.hint;move to the west@@ towards something strange, or @@.hint;move to the east@@ towards a little shack built against the wall.<br /><br />
<</if>>
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<<if $sarFDoor is 3>>
<span class="link-fem"><<link "Move North" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1N3")>>
<<set $eventCol.pushUnique("sarClean1VR1N2Visited")>>
<<set $eventCol.delete("sarClean1VR1N2")>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Move North</span><br />
<</if>>
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1W0")>>
<<set $eventCol.pushUnique("sarClean1VR1N2Visited")>>
<<set $eventCol.delete("sarClean1VR1N2")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1N1")>>
<<set $eventCol.pushUnique("sarClean1VR1N2Visited")>>
<<set $eventCol.delete("sarClean1VR1N2")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1E0")>>
<<set $eventCol.pushUnique("sarClean1VR1N2Visited")>>
<<set $eventCol.delete("sarClean1VR1N2")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1W0")>>
<<addclass "body" "pulseHypMed">>
<img src="ast/img/s/sarWPath.png" /><br /><br />
<<if not $eventCol.includes("sarClean1VR1W0Visited")>>
You walk away from the silver door, away from the pulsing pink light. Even though it's intensity lessens, it still fills the voided spaces of this virtual realm. As you walk along the side of the wall, you glimpse what appears to group of statues arranged in various poses.<br /><br />
You can @@.hint;move to the west@@ to approach the statues, or @@.hint;move to the east@@ back to the silver door.<br /><br />
<<else>>
You can @@.hint;move to the west@@ to approach the statues, or @@.hint;move to the east@@ back to the silver door.<br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1W1")>>
<<set $eventCol.pushUnique("sarClean1VR1W0Visited")>>
<<set $eventCol.delete("sarClean1VR1W0")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1N2")>>
<<set $eventCol.pushUnique("sarClean1VR1W0Visited")>>
<<set $eventCol.delete("sarClean1VR1W0")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1W1")>>
<<addclass "body" "pulseHypLow">>
<img src="ast/img/s/sarStatueDick.png" /><br /><br />
<<if not $eventCol.includes("sarClean1VR1W1Visited")>>
You walk amidst a small garden, surrounded by statues. All of them are statues of women in various states of undress. Some of them are positioned on all fours, mouth agape, pussy spread, or presenting their breasts. All of them look happy, expressions of carefree joy frozen across their stone faces. You notice they all seem to be oriented towards a statue posted against the wall. The statue is just the trunk portion of a man, his penis full, erect, thick, and expectant.<br /><br />
You can @@.hint;move to the west@@ towards a placid grotto, or @@.hint;move to the east@@ along the wall.<br /><br />
<<else>>
You can @@.hint;move to the west@@ towards a placid grotto, or @@.hint;move to the east@@ along the wall.<br /><br />
<</if>>
<<if not $eventCol.includes("sarCleanVR1Orb1")>>
You approach the giant cock, it's height equal to your face, it's girth, so inviting...<br /><br />
<span class="link-fem"><<linkappend "Suck It">><br /><br />
Just placing your hand on the bronze cock makes you tingle with excitement. Much to your surprise, the cock feels warm and even yields a little under your grip. You place the large cock-head into your mouth.<br /><br />
Mmmm it taste so good, a little salty, clean, musky and warm.<br /><br />
@@.sar;"Let go of worrying about stuff. You know, all those random things you carry around? You can still carry them around... but you don't need to think about them anymore,"@@ encourages Sarah.<br /><br />
<span class="link-fem"><<linkappend "Stop Worrying about Your Inventory">>
You close your eyes, images of yummy sex, cock, and sissy happiness feel your mind.<br /><br />
<video src="ast/img/sarOrb1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
It feels so good to stop worrying about things.<br /><br />
<<set $eventCol.pushUnique("desc2")>>
<<set $eventCol.pushUnique("sarCleanVR1Orb1")>>
<<set $sarFDoor to $sarFDoor + 1>>
As you finish daydreaming, you find your mouth is filled with thick, sticky cum, and see that a pink light has burst out of the top of the statue.<br /><br />
Your whole body feels euphoric and you feel like you've forgotten something, but whatever it was, it doesn't weigh you down.<br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1W2")>>
<<set $eventCol.pushUnique("sarClean1VR1W1Visited")>>
<<set $eventCol.delete("sarClean1VR1W1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1W0")>>
<<set $eventCol.pushUnique("sarClean1VR1W1Visited")>>
<<set $eventCol.delete("sarClean1VR1W1")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1W2")>>
<<addclass "body" "pulseHypLow">>
<img src="ast/img/s/sarGrotto.png" /><br /><br />
<<if not $eventCol.includes("sarClean1VR1W2Visited")>>
Just past the statues is a small plot of nature surrounded by idyllic mountain greenery and a tall waterfall with a grand cascade of water frothing and tumbling down it's sheer height. You look up and realize there's a fog that conceals the source of the waterfall... almost as if the fog itself was producing the water and simply dumping it down the narrow cliff face and into a small pool below.<br /><br />
You dip a toe in the water and it's delightfully warm.<br /><br />
You can return @@.hint;back to the east towards the statues@@.<br /><br />
<<else>>
You can return @@.hint;back to the east towards the statues@@.<br /><br />
<</if>>
<<if not $eventCol.includes("sarCleanVR1Orb2")>>
You see something slightly obscured just behind the waterfall.<br /><br />
<span class="link-fem"><<linkappend "Enter Grotto">><br /><br />
You enter the pool, the water feels fantastic against your smooth feminine skin. As you approach the waterfall you see that there's a small statue tucked in a shallow cave. You press through the waterfall, the frothing waters tingle and tickle your skin in a way you wouldn't expect as you emerge on the other side.<br /><br />
You see the statue is a pair of metal hands, cupped together almost perfectly at chest height. They look like they were perfectly made to hold a pair of breasts. You reach up and touch the metal hands... they're warm and yielding.<br /><br />
Your nipples harden with excitment. You wonder what it would feel like if...<br /><br />
<img src="ast/img/s/sarBreastCup.png" /><br /><br />
You lean forward against the hands and instantly a jolt of pleasure radiates from the tips of your nipples down to your eager sissy hole. You feel a small dribble of sissy cum leak out of the tip of your sissy clitty. These hands feel so good.<br /><br />
@@.sar;"Let go of worrying about what you can and can't do. Let someone else worry about the hard work, you've already done your share. All those things your know how to do... just let it be a natural part of you,"@@ encourages Sarah as you cuddle your tits up against the warm hands.<br /><br /><br /><br />
<span class="link-fem"><<linkappend "Stop Worrying about Your Skills">>
You close your eyes, images of yummy sex, cock, and sissy happiness feel your mind.<br /><br />
<video src="ast/img/sarOrb2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
It feels so good to stop worrying about the things you can and can't do.<br /><br />
<<set $eventCol.pushUnique("desc3")>>
<<set $eventCol.pushUnique("sarCleanVR1Orb2")>>
<<set $sarFDoor to $sarFDoor + 1>>
As you finish daydreaming, you find your tits are covered with thick, sticky cum, and see that a pink light has burst out of the top of the statue. You instinctively rub the semen into your chest.<br /><br />
It feels fucking fantastic.<br /><br />
Your whole body feels euphoric and you feel like you've forgotten something, but whatever it was, it doesn't weigh you down.<br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1W1")>>
<<set $eventCol.pushUnique("sarClean1VR1W2Visited")>>
<<set $eventCol.delete("sarClean1VR1W2")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1E0")>>
<<addclass "body" "pulseHypMed">>
<img src="ast/img/s/sarEPath.png" /><br /><br />
<<if not $eventCol.includes("sarClean1VR1E0Visited")>>
You walk away from the silver door, away from the pulsing pink light. As you walk along the side of the wall, you glimpse what appears to be some sort of shack further east of you.<br /><br />
You can @@.hint;move to the east@@ to approach the shack, or @@.hint;move to the west@@ back to the silver door.<br /><br />
<<else>>
You can @@.hint;move to the east@@ to approach the shack, or @@.hint;move to the west@@ back to the silver door.<br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1N2")>>
<<set $eventCol.pushUnique("sarClean1VR1E0Visited")>>
<<set $eventCol.delete("sarClean1VR1E0")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1E1")>>
<<set $eventCol.pushUnique("sarClean1VR1E0Visited")>>
<<set $eventCol.delete("sarClean1VR1E0")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1E1")>>
<<addclass "body" "pulseHypLow">>
<img src="ast/img/s/sarShack.png" /><br /><br />
<<if not $eventCol.includes("sarClean1VR1E1Visited")>>
You approach a decrepit old wooden shack built up against the side of the grand wall. You peer inside the window and see a simple wooden stool... except this stool appears to have something firmly attached to the center of it. You try the door to the shack and find that it open easily.<br /><br />
You can return @@.hint;back to the west towards the silver door@@.<br /><br />
<<else>>
You can return @@.hint;back to the west towards the silver door@@.<br /><br />
<</if>>
<<if not $eventCol.includes("sarCleanVR1Orb3")>>
You peek inside the open door of the shack into the dark interior.<br /><br />
<span class="link-fem"><<linkappend "Enter Shack">><br /><br />
You enter the shack, the air is heavy with... some sort of humidity, but it's warm and inviting. You already feel yourself relaxing just being inside the comfy darkness of old ramshackle construction.<br /><br />
You get a better look at the stool and realize there's phallic object carved right into the center of it. The phallus is polished and heavily lacquered, giving it an impossibly smooth finish. You reach out and stroke the length of it...<br /><br />
<img src="ast/img/s/sarStool.png" /><br /><br />
You find that its well lubricated, and that more lubrication slowly seeps from the tip of it! Your mind races with naughty thoughts, imagining what the gentle curve of the dildo would feel like against your sissy spot.<br /><br />
You can't wait anymore as your eagerly straddle the stool and lower yourself down ontop of the wooden dildo. You think you might immediately cum as its perfectly crafted head caresses the inside of your sissy hole.<br /><br />
@@.sar;"Doesn't this feel totally nice? Forget about all the thing you do or, like, don't have to do. Just take sissy life one step at a time. Serve your betters, and you'll find sissy bliss,"@@ encourages Sarah as you rhythmically bounce yourself up and down on the stool.<br /><br />
<span class="link-fem"><<linkappend "Stop Worrying about Your Tasks">>
You close your eyes, images of yummy sex, cock, and sissy happiness feel your mind.<br /><br />
<video src="ast/img/sarOrb3.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
It feels so good to stop worrying about the things you are supposed to be doing and the things you've already done.<br /><br />
<<set $eventCol.pushUnique("desc4")>>
<<set $eventCol.pushUnique("sarCleanVR1Orb3")>>
<<set $sarFDoor to $sarFDoor + 1>>
As you finish daydreaming, you find your ass is filled covered with thick, sticky cum, and see that a pink light has burst out of the top of the shack. You carefully dismount the stool.<br /><br />
You try to hold as much of the warm tingling cum inside you as you can.<br /><br />
Your whole body feels euphoric and you feel like you've forgotten something, but whatever it was, it doesn't weigh you down.<br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR1E0")>>
<<set $eventCol.pushUnique("sarClean1VR1E1Visited")>>
<<set $eventCol.delete("sarClean1VR1E1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("sarClean1VR1N3")>>
As soon as you open the door you drop through the void, tumbling into nothingness. The pulsing pink light is gone, the wall is gone, the gate is gone.<br /><br />
You're just falling<br /><br />
falling<br /><br />
falling<br /><br />
f<br />
a<br />
l<br />
l<br />
i<br />
n<br />
g<br /><br />
<span class="link-fem"><<link "Falling" "Sarah">>
<<set $eventCol.pushUnique("sarClean1VR2")>>
<<set $eventCol.delete("sarClean1VR1N3")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarClean1VR2")>>
Your eyes slowly open up. You're back in the basement of the Descendo Club, still mounted in their fancy VR chair. Sarah is standing next to you, dutifully cleaning the VR helmet you were previously wearing.<br /><br />
@@.sar;"You did totally great in there! That's enough for today though, go get some rest, your mind has been through a lot!"@@ giggles Sarah.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>
<<set $eventCol.pushUnique("sarahP2")>>
<<set $eventCol.delete("sarClean1VR")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("sarahP2")>>
You arrive at Se Soumettre and walk around the side of the building and into the alley.<br /><br />
<img src="ast/img/s/sarSoum.png" /><br /><br />
You knock on the door and flash your membership card.<br /><br />
<img src="ast/img/s/dCard.png" /><br /><br />
The door swings open with a groan. An overweight man, chewing on the stub of a cigar, wearing a nice white suit ambles up to you.<br /><br />
He smiles, grunting a little as he hands you a white envelope. As he walks past you he playfully squeezes your ass. You yelp a little and feel incredibly embarrassed. You feel a mixture of disgust and arrousal at being treated so callously.<br /><br />
You trace your fingers along the edges of the envelope, then dutifully open it up, revealing a small card from Sarah.<br /><br />
The instructions are simple, goto the cleaning closet, get dressed in the maid's outfit arranged for you. Start cleaning.<br /><br />
You sigh, wondering what all this cleaning is meant to teach you.<br /><br />
You make your way to the cleaning closet and quickly begin putting on your maid's outfit.<br /><br />
You quickly realize this outfit is different and slutty in its own special way<br /><br />
<img src="ast/img/s/sarMaid1.png" /><br /><br />
You walk down the hallway, armed with some cleaning supplies and enter the first room designated to be cleaned by Sarah's instructions.<br /><br />
This room doesn't look nearly as covered in spunk as the one you cleaned the other day. The air is still thich with the musky smell of cock and sex. But the smell makes you excited.<br /><br />
<span class="link-fem"><<link "Start Cleaning" "Sarah">>
<<set $eventCol.pushUnique("sarClean2")>>
<<set $eventCol.delete("sarahP2")>>
<<set $sarBClean to 0>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarClean2")>>
<<if $sarBClean lte 0>>
Time to be a good little sissy and start the cleaning grind!<br /><br />
<img src="ast/img/s/sarBDirty3.png" /><br /><br />
<<elseif $sarBClean lte 3>>
Keep Going! You find little shiny streaks of dried cum on the nice leather booth!<br /><br />
<img src="ast/img/s/sarBDirty2.png" /><br /><br />
<<elseif $sarBClean lte 6>>
This room is almost perfect, nearly done!<br /><br />
<img src="ast/img/s/sarBDirty1.png" /><br /><br />
<<else>>
This place is fresh and ready to be fucked in!<br /><br />
<img src="ast/img/s/sarBDirty0.png" /><br /><br />
<<set $eventCol.pushUnique("sarClean2Done")>>
<</if>>
<<if $eventCol.includes("sarClean2Done")>>
As you start to leave a group of men file in. You decide you better let them have some privacy but you see Sarah follow in after them...<br /><br />
<img src="ast/img/s/sarSMaid0.png" /><br /><br />
She's dressed in a similarly slutty maid outfit just like you.
@@.sar;"The room looks great! Ready to like, do some cleaning?"@@ Sarah says excitedly, her tits jiggling with bubbly eagerness.<br /><br />
<span class="link-fem"><<link "What?" "Sarah">>
<<set $eventCol.pushUnique("sarClean2Done1")>>
<<set $eventCol.delete("sarClean2")>>
<<set $eventCol.delete("sarClean2Done")>>
<</link>></span><br /><br />
<<else>>
<span class="link-fem"><<link "Clean!" "Sarah">>
<<set $sarBClean to $sarBClean + 1>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("sarClean2Done1")>>
Sarah just giggles at your confused face.
@@.sar;"Remember, a sissy's place is to serve. A sissy gets pleasure from servitude,"@@ Sarah says as she kneels down in front of one of the men, wiggling her ass playfully at the other men seated around the room.<br /><br />
You notice that some of them have already whipped their cocks out and have started stroking, staring hungrily at Sarah. Occassionally one will steal a glance at you.<br /><br />
You find it difficult not to look at some of those @@.bimbhyptxt;Yummy Cocks@@ .<br /><br />
You wait and watch obediently as Sarah deepthroats the man's long veiny cock. You subconsciously lick your lips, feeling a little envious. The man pulls Sarah up by the hair and roughly drags her up his body.<br /><br />
She wordlessly begins to undress him with a smile as he paws at her breasts and pulls and slaps her ass cheeks back and forth.<br /><br />
Some of the men laugh.<br /><br />
Some of them begin to look at you with that leering, wanton look that only a testosterone fueled lust can bring. You feel threatened, but excited. You're worried they'll hurt you... but part of you wants them to take you anyway.<br /><br />
You glance back over at Sarah.<br /><br />
<video src="ast/img/sarBounceCock.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Sarah already seems to be cumming as she energetically bounces on the man's cock burried deep insider her ass. She seems to <i>really</i> be enjoying herself.<br /><br />
<video src="ast/img/sarAssFin.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
The man pulls out, semen bubbling out of Sarah's ass and a few rivulets splattering on her perfectly round ass.<br /><br />
@@.sar;"Like, a little clean up,"@@ pants Sarah, her face and cheeks red from orgasm.<br /><br />
You look at the glistening drips of white cum oozing down and out of Sarah's ass.<br /><br />
Looks like you have a job to do.<br /><br />
You drop to your knees and crawl on all fours like a dog over to Sarah and begin obediently licking up the warm semen off her skin. It's a mixture of saltiness and pure sex.<br /><br />
You lap and lick all up and down her ass, even darting your tongue into Sarah's cum-filled butthole, much to her delight. You carefully make sure to get every bit you can find.
Suddenly, you feel large coarse hands pull you away from the treasure trove of cum. The hand gives you light slap across the face. It stings, but it was restrained, more to get your attention than to inflict pain.<br /><br />
You find a large cock resting against your forehead.<br /><br />
Time to clean!<br /><br />
You nod your head back, allowing the cock to trail down your slutty little face and plop down on to your tongue, where you beging to dutifully suck this nice thick dick.<br /><br />
You hear one of the men mentioned <i>lube</i> as you feel a pair of rough hands spread your ass apart and roughly smear on something slippery anround and inside your littly sissy hole.<br /><br />
You moan, unable to hide how horny all this attention is making you.<br /><br />
Suddenly the man you were sucking pulls his cock away and pushes you towards a couch, spinning you around in the process.<br /><br />
Without so much as a word he bends you over and slides his spit-soaked cock into your freshly lubed ass.<br /><br />
You think you might have a sissygasm right then and there as his girthy member hits all the right spots.<br /><br />
<video src="ast/img/sarAssSex.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You look over in between animal poundings to see that Sarah is now servicing several men at once. One cock in her mouth, one in each hand, and another lodged firmly in her cunt.<br /><br />
She looks like she's in pure ecstacy.<br /><br />
And the men surrounding her are completely enthralled, obediently waiting their turn to be touched by the goddess.<br /><br />
Meanwhile you begin to lose coherent thought as the man behind you fucks you into your first sissygasm of the evening...<br /><br />
<span class="link-fem"><<link "Being a Sissy is so much fun!" "SleepHub">>PeaceSleep
<<set $eventCol.pushUnique("PeaceSleep")>>
<<set $eventCol.pushUnique("sarSleepTime0")>>
<<set $eventCol.pushUnique("sarRest0")>>
<<set $eventCol.delete("sarClean2Done1")>>
<</link>></span><br />
<<elseif $eventCol.includes("sarRest0")>>
This time when you enter the mellow halls of Descendo, you're ushered to a different elevator that takes you one floor up and into what you can only guess is a building adjacent to the restaurant. Once there, a pair of attendants urges you in with kind smiles.<br /><br />
They don't speak, they just guide you down a bright white hallway. You can faintly smell chlorine, and the air here is warm and damp. As you approach a pair of double doors you realize there's a small pool with crystal clear bluish water. Positioned just off to the side is a white, padded table with a strange triangular pad perched on one end.<br /><br />
The two attendants position themselves in front and behind you, standing close to you as they gently caress your face and hair. You're not sure what to do so you just laugh nervously.<br /><br />
One of them gently shushes you as you begin to say something. The attendant behind you runs her hands up the inside of your top while the attendant in front of you dips her hands on the inside of your undewear and rubs your ass tenderly.<br /><br />
You feel your top begin to lift off you. You initially resist, but a well placed kiss by one of the attendants on your lips, plys you into obedience. Before you have time to react, you realize you're completely naked. One of the attendants giggles and guides you over to the white table and helps you climb over the triangular pad, leaving you in a highly vulnerable face down, ass up position.<br /><br />
Then the massage begins.<br /><br />
<video src="ast/img/sarMassage0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
After their professional touch leaves you in a totally relaxed state, they leave you to lay there in the cozy warm humidity to soak in the tranquility and enjoy some much needed rest.<br /><br />
<span class="link-fem"><<link "Go Home" "Home">>PeaceSleep
<<set $eventCol.delete("sarRest0")>>
<<set $eventCol.pushUnique("sarahP3")>>
<<set $vSar to true>>
<</link>></span><br />
<<elseif $eventCol.includes("sarahP3")>>
When you arrive at Descendo, Sarah is there to greet you, as perky as ever and... dressed for some kinda of occassion.<br /><br />
<img src="ast/img/s/sarChef0.png" /><br /><br />
The Blue apron barely covers her slender frame, but she hardly seems to mind.<br /><br />
@@.sar;"Today, we'll be, like, doing a little cooking for the members. There's, like, a little work-lunch meeting they have planned. Your job will be to help me, like, prepare some meals for them! Easy right?"@@ bubbles Sarah.<br /><br />
You somehow feel happy to be able to be of use to the club, a strange sense of pride fizzing in your chest.<br /><br />
You nod eagerly.<br /><br />
@@.sar;"Yay! Go to the locker room, there's a three-digit number on your membership card, that's your locker number. Each locker has a little card reader, just use you card to open it. Get dressed!"@@ exclaims Sarah happily.<br /><br />
You make your way down the hall, near where the rooms you cleaned a few days ago are. There's a few small placards that help you navigate your way to the locker room. As you enter the area you're impressed by how spotlessly clean it is. And luckily for you it seems you have the whole thing to yourself. You locate and open your locker with the help of your handy-dandy Descendo membership card. Inside is a skimpy white thong, a plaid apron, with matching shoes and a soft cloth bracelet... and nothing else.<br /><br />
You already kinda guessed you'd be dressed like a whore for this, so you have little problem stripping down and tugging the tiny garments over your thick curves.<br /><br />
<img src="ast/img/s/sarChef1.png" /><br /><br />
<span class="link-fem"><<link "Help Cook!" "Sarah">>
<<set $eventCol.pushUnique("sarCook0")>>
<<set $eventCol.delete("sarahP3")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarCook0")>>
You follow Sarah down a few different hallways until your find yourself inside a modestly sized kitchen with a small over, some decent countertop space, and array of cabinetry flanking a fridge and poitioned over a nearby sink.<br /><br />
@@.sar;"Alrighty, let's start with something easy, can you@@ @@.hint;Boil Some Water@@ @@.sar; for me?"@@ asks Sarah sweetly.<br /><br />
Select the sequence of steps needed:<br /><br />
<<set $sarC0 to "def">><<set $sarC1 to "def">><<set $sarC2 to "def">><<set $sarC3 to "def">>
Step 1?<br />
<<radiobutton "$sarC0" "sar0pA">>Heat up Water!<br />
<<radiobutton "$sarC0" "sar0pB">>Fill Pot with Water<br />
<<radiobutton "$sarC0" "sar0pC">>Open Pantry<br />
<<radiobutton "$sarC0" "sar0pD">>Select Pot<br /><br />
Step 2?<br />
<<radiobutton "$sarC1" "sar1pA">>Open Pantry<br />
<<radiobutton "$sarC1" "sar1pB">>Fill Pot with Water<br />
<<radiobutton "$sarC1" "sar1pC">>Heat up Water!<br />
<<radiobutton "$sarC1" "sar1pD">>Select Pot<br /><br />
Step 3?<br />
<<radiobutton "$sarC2" "sar2pA">>Fill Pot with Water<br />
<<radiobutton "$sarC2" "sar2pB">>Select Pot<br />
<<radiobutton "$sarC2" "sar2pC">>Open Pantry<br />
<<radiobutton "$sarC2" "sar2pD">>Heat up Water<br /><br />
Step 4?<br />
<<radiobutton "$sarC3" "sar3pA">>Select Pot<br />
<<radiobutton "$sarC3" "sar3pB">>Open Pantry<br />
<<radiobutton "$sarC3" "sar3pC">>Fill Pot with Water<br />
<<radiobutton "$sarC3" "sar3pD">>Heat up Water<br /><br />
<span class="link-fem"><<link "Help Cook!" "Sarah">>
<<set $eventCol.delete("sarCook0")>>
<<set $eventCol.pushUnique("sarCook1")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarCook1")>>
<<if $sarC0 is "sar0pC" and $sarC1 is "sar1pD" and $sarC2 is "sar2pA" and $sarC3 is "sar3pD">>
You bounce a little in place in excitement, your tits jiggling, as the water begins to slowly wobble, then eventually pop and gurgle into a full on boil. Sarah reaches across turns the heat down a little to bring the boil down to a controlled, steamy, simmer.<br /><br />
@@.sar;"You're, like, so good at this!"@@ encourages Sarah as she begins working in the ingredients she's been working with into the fizzing pot.<br /><br />
Soon the kitchen is filled with a delicious aroma.<br /><br />
<img src="ast/img/s/sarStew.png" /><br /><br />
You hate to admit you preconception, but Sarah doesn't seem like a girl that could cook. But your eyes tell you otherwise.<br /><br />
@@.sar;"Oh, can you make me a ham and cheese sandwhich with mayo?"@@ asks Sarah.<br /><br />
<<set $sarC5 to "def">><<set $sarC6 to "def">><<set $sarC7 to "def">><<set $sarC8 to "def">><<set $sarC9 to "def">>
Step 1?<br />
<<radiobutton "$sarC5" "sar5pA">>Retreive Bread from Counter<br />
<<radiobutton "$sarC5" "sar5pB">>Take Bread, Spread Mayo<br />
<<radiobutton "$sarC5" "sar5pC">>Retreive Ham, Cheese and Mayo from Fridge<br />
<<radiobutton "$sarC5" "sar5pD">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br />
<<radiobutton "$sarC5" "sar5pE">>Place Ham and Cheese Slices on Bread Slices<br /><br />
Step 2?<br />
<<radiobutton "$sarC6" "sar6pA">>Take Bread, Spread Mayo<br />
<<radiobutton "$sarC6" "sar6pB">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br />
<<radiobutton "$sarC6" "sar6pC">>Place Ham and Cheese Slices on Bread Slices<br />
<<radiobutton "$sarC6" "sar6pD">>Retreive Ham, Cheese and Mayo from Fridge<br />
<<radiobutton "$sarC6" "sar6pE">>Retreive Bread from Counter<br /><br />
Step 3?<br />
<<radiobutton "$sarC7" "sar7pA">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br />
<<radiobutton "$sarC7" "sar7pB">>Retreive Bread from Counter<br />
<<radiobutton "$sarC7" "sar7pC">>Take Bread, Spread Mayo<br />
<<radiobutton "$sarC7" "sar7pD">>Place Ham and Cheese Slices on Bread Slices<br />
<<radiobutton "$sarC7" "sar7pE">>Retreive Ham, Cheese and Mayo from Fridge<br /><br />
Step 4?<br />
<<radiobutton "$sarC8" "sar8pA">>Retreive Ham, Cheese and Mayo from Fridge<br />
<<radiobutton "$sarC8" "sar8pB">>Place Ham and Cheese Slices on Bread Slices<br />
<<radiobutton "$sarC8" "sar8pC">>Retreive Bread from Counter<br />
<<radiobutton "$sarC8" "sar8pD">>Take Bread, Spread Mayo<br />
<<radiobutton "$sarC8" "sar8pE">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br /><br />
Step 5?<br />
<<radiobutton "$sarC9" "sar9pA">>Place Ham and Cheese Slices on Bread Slices<br />
<<radiobutton "$sarC9" "sar9pB">>Retreive Ham, Cheese and Mayo from Fridge<br />
<<radiobutton "$sarC9" "sar9pC">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br />
<<radiobutton "$sarC9" "sar9pD">>Retreive Bread from Counter<br />
<<radiobutton "$sarC9" "sar9pE">>Take Bread, Spread Mayo<br /><br />
<span class="link-fem"><<link "Help Cook!" "Sarah">>
<<set $eventCol.delete("sarCook1")>>
<<set $eventCol.pushUnique("sarCook2")>>
<</link>></span><br /><br />
<<else>>
No, that's not how to boil water. Think about it again.<br /><br />
<<set $sarC0 to "def">><<set $sarC1 to "def">><<set $sarC2 to "def">><<set $sarC3 to "def">>
Step 1?<br />
<<radiobutton "$sarC0" "sar0pA">>Heat up Water!<br />
<<radiobutton "$sarC0" "sar0pB">>Fill Pot with Water<br />
<<radiobutton "$sarC0" "sar0pC">>Open Pantry<br />
<<radiobutton "$sarC0" "sar0pD">>Select Pot<br /><br />
Step 2?<br />
<<radiobutton "$sarC1" "sar1pA">>Open Pantry<br />
<<radiobutton "$sarC1" "sar1pB">>Fill Pot with Water<br />
<<radiobutton "$sarC1" "sar1pC">>Heat up Water!<br />
<<radiobutton "$sarC1" "sar1pD">>Select Pot<br /><br />
Step 3?<br />
<<radiobutton "$sarC2" "sar2pA">>Fill Pot with Water<br />
<<radiobutton "$sarC2" "sar2pB">>Select Pot<br />
<<radiobutton "$sarC2" "sar2pC">>Open Pantry<br />
<<radiobutton "$sarC2" "sar2pD">>Heat up Water<br /><br />
Step 4?<br />
<<radiobutton "$sarC3" "sar3pA">>Select Pot<br />
<<radiobutton "$sarC3" "sar3pB">>Open Pantry<br />
<<radiobutton "$sarC3" "sar3pC">>Fill Pot with Water<br />
<<radiobutton "$sarC3" "sar3pD">>Heat up Water<br /><br />
<span class="link-fem"><<link "Help Cook!" "Sarah">>
<<set $eventCol.pushUnique("sarCook1")>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("sarCook2")>>
<<set _rBread to false>>
<<set _rHam to false>>
<<set _r to false>>
<<if $sarC5 is "sar5pA" or $sarC6 is "sar6pE">>
<<set _rBread to true>>
<</if>>
<<if _rBread is true>>
<<if $sarC5 is "sar5pC" or $sarC6 is "sar6pD">>
<<set _r to true>>
<</if>>
<<else>>
<<if $sarC5 is "sar5pC" or $sarC6 is "sar6pD">>
<<set _rHam to true>>
<</if>>
<<if _rHam is true>>
<<if $sarC5 is "sar5pA" or $sarC6 is "sar6pE">>
<<set _r to true>>
<</if>>
<</if>>
<</if>>
<<if _r is true and $sarC7 is "sar7pC" and $sarC8 is "sar8pB" and $sarC9 is "sar9pC">>
You clasp your hands together, admiring your culinary creation<br /><br />
<img src="ast/img/s/sarSW.png" /><br /><br />
@@.sar;"You such a pro! Ok, now I need you to make me some Baked Alaska!"@@ cheers Sarah.<br /><br />
<span class="link-fem"><<link "Baked Wha-?" "Sarah">>
<<set $eventCol.delete("sarCook2")>>
<<set $eventCol.pushUnique("sarCook3")>>
<</link>></span><br /><br />
<<else>>
No! What kind of Ham and Cheese sandwich is that? Think about it again.<br /><br />
<<set $sarC5 to "def">><<set $sarC6 to "def">><<set $sarC7 to "def">><<set $sarC8 to "def">><<set $sarC9 to "def">>
Step 1?<br />
<<radiobutton "$sarC5" "sar5pA">>Retreive Bread from Counter<br />
<<radiobutton "$sarC5" "sar5pB">>Take Bread, Spread Mayo<br />
<<radiobutton "$sarC5" "sar5pC">>Retreive Ham, Cheese and Mayo from Fridge<br />
<<radiobutton "$sarC5" "sar5pD">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br />
<<radiobutton "$sarC5" "sar5pE">>Place Ham and Cheese Slices on Bread Slices<br /><br />
Step 2?<br />
<<radiobutton "$sarC6" "sar6pA">>Take Bread, Spread Mayo<br />
<<radiobutton "$sarC6" "sar6pB">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br />
<<radiobutton "$sarC6" "sar6pC">>Place Ham and Cheese Slices on Bread Slices<br />
<<radiobutton "$sarC6" "sar6pD">>Retreive Ham, Cheese and Mayo from Fridge<br />
<<radiobutton "$sarC6" "sar6pE">>Retreive Bread from Counter<br /><br />
Step 3?<br />
<<radiobutton "$sarC7" "sar7pA">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br />
<<radiobutton "$sarC7" "sar7pB">>Retreive Bread from Counter<br />
<<radiobutton "$sarC7" "sar7pC">>Take Bread, Spread Mayo<br />
<<radiobutton "$sarC7" "sar7pD">>Place Ham and Cheese Slices on Bread Slices<br />
<<radiobutton "$sarC7" "sar7pE">>Retreive Ham, Cheese and Mayo from Fridge<br /><br />
Step 4?<br />
<<radiobutton "$sarC8" "sar8pA">>Retreive Ham, Cheese and Mayo from Fridge<br />
<<radiobutton "$sarC8" "sar8pB">>Place Ham and Cheese Slices on Bread Slices<br />
<<radiobutton "$sarC8" "sar8pC">>Retreive Bread from Counter<br />
<<radiobutton "$sarC8" "sar8pD">>Take Bread, Spread Mayo<br />
<<radiobutton "$sarC8" "sar8pE">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br /><br />
Step 5?<br />
<<radiobutton "$sarC9" "sar9pA">>Place Ham and Cheese Slices on Bread Slices<br />
<<radiobutton "$sarC9" "sar9pB">>Retreive Ham, Cheese and Mayo from Fridge<br />
<<radiobutton "$sarC9" "sar9pC">>Stack Sandwich Component with Protein on the Inside, Carbs on the Outside<br />
<<radiobutton "$sarC9" "sar9pD">>Retreive Bread from Counter<br />
<<radiobutton "$sarC9" "sar9pE">>Take Bread, Spread Mayo<br /><br />
<span class="link-fem"><<link "Help Cook!" "Sarah">>
<<set $eventCol.pushUnique("sarCook2")>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("sarCook3")>>
Baked Alaska? Uhhh let's see...<br /><br />
Step 1?<br />
<<radiobutton "$sarC10" "">>Get a Pan<br />
<<radiobutton "$sarC10" "">>Find Vegetable Oil<br />
<<radiobutton "$sarC10" "">>Retreive Milk<br />
<<radiobutton "$sarC10" "">>Use Rock Salt in Bowl<br />
<<radiobutton "$sarC10" "">>Mix Pound Cake Mix into Bowl<br />
<<radiobutton "$sarC10" "">>Whip Egg Whites<br />
<<radiobutton "$sarC10" "">>Separate Yolk from Eggs<br />
<<radiobutton "$sarC10" "">>Crack Open Eggs<br />
<<radiobutton "$sarC10" "">>Make sure not to over-whip eggs to get nice crisp peaks<br />
<<radiobutton "$sarC10" "">>Mix Pound Cake Batter?<br />
<<radiobutton "$sarC10" "">>Find Heavy Cream<br />
<<radiobutton "$sarC10" "">>Use Rock Salt and Water to create make-shift Ice Cream maker<br />
<<radiobutton "$sarC10" "">>Churn Heavy Cream in make-shift Ice Cream maker<br />
@@.bimbhyptxt;This sure is a lot of thinking@@<br />
<img src="ast/img/s/sarFakeTest.png" /><br />
<img src="ast/img/s/sarFakeTest.png" /><br />
<img src="ast/img/s/sarFakeTest.png" /><br />
<img src="ast/img/s/sarFakeTestm.png" /><br />
<img src="ast/img/s/sarFakeTestm.png" /><br />
<img src="ast/img/s/sarFakeTestm.png" /><br />
<img src="ast/img/s/sarFakeTests.png" /><br />
<img src="ast/img/s/sarFakeTests.png" /><br />
<img src="ast/img/s/sarFakeTests.png" /><br />
<img src="ast/img/s/sarFakeTestss.png" /><br />
<img src="ast/img/s/sarFakeTestss.png" /><br />
<img src="ast/img/s/sarFakeTestss.png" /><br />
<span class="link-fem"><<link "Help!" "Sarah">>
<<set $eventCol.delete("sarCook3")>>
<<set $eventCol.pushUnique("sarCook4")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarCook4")>>
You stand there, frozen by indecision and utter ignorance. You half-heartedly grab an assortment of mixing bowls and pots, trying to appear busy.<br /><br />
Sarah occassionally glances over and just smiles... you think you detect mischief somewhere in her pretty lips, but you can't be certain.<br /><br />
@@.sec;"Uh, excuse me Lady Sarah,"@@ squeaks a voice from across the kitchen, @@.sec;"Your session with the Barons, will be starting soon."@@<br /><br />
<img src="ast/img/s/sarSec.png" /><br /><br />
You look over and see a modestly dressed woman with a sweet smile, standing in the entryway to the kitchen. You're not sure what surprises you more, the fact that she's so conservatively dressed, given the standards of Descendo, or that she referred to Sarah as <i>Lady</i> Sarah.<br /><br />
@@.sar;"Oh no! I am, like, running so behind! $pc , are you almost done with your meal prep?"@@ asks Sarah.<br /><br />
Your eyes widen as you look at the mess of cookware you've assembled, but you haven't done any actual cooking.<br /><br />
Sarah looks at the calamity you've made, @@.sar;"Don't worry, $pc , like, how about you take care of my session, and I'll finish up your cooking tasks?"@@ offers Sarah.<br /><br />
You gulp, there's no way in hell you'll be able to cook Baked... whatever-it's-called.<br /><br />
@@.pc;"What do I have to do?"@@ you ask.<br /><br />
@@.sar;"Just be a good sissy, remember, a good sissy serves,"@@ explains Sarah cryptically.<br /><br />
@@.sec;"Very good, Lady Sarah. Ms. $pc , please follow me,"@@ replies the secretary.<br /><br />
You look back at Sarah who waves goodbye playfully.<br /><br />
<span class="link-fem"><<linkappend "Follow">><br /><br />
You follow the secretary out of the kitchen and into an elevator, the same elevator that had once taken you to the spa, now goes up several stories and open up to what appears to be typical floor filled with cubicles and offices.<br /><br />
They're all filled with a men and women dressed in business casual, chattering away into headsets, staring into computer screens, or scrolling through their smart phones.<br /><br />
Fortunately for you, you don't have to walk through the cubicle farm in your scantily clad attire as the secretary makes a sharp turn and ushers you quickly into a brightly lit boardroom.<br /><br />
As you walk in further you notice that instead of a long table that typically occupies the center of a board room, it's a large bed. Flanking the bed on both sides is a group of naked men, murmuring among themselves, seemingly unbothered by their mutual state of undress.<br /><br />
@@.sec;"Pardon us, gentlemen, Lady Sarah couldn't attend today's session, she's sent her trainee instead,"@@<br /><br />
The men eye you with a mixture of curiousity and hunger. Some of them begin stroking their cocks.<br /><br />
A few of them express their dislike of sissies. They excuse themselves. The secretary apologizes and assures the handful of disgruntled men that Lady Sarah will make it up to them.<br /><br />
@@.sec;"Please enjoy!"@@ urges the secretary as she quietly closes the door behind her.<br /><br />
The men slowly form a semi-circle around you.<br /><br />
@@.bimbhyptxt;A Good Sissy Serves@@<br /><br />
You slowly approach the bed, sitting down amidst the horny eyes of the men around you. One of them reaches out and roughly feels up your tit. It hurts a little with how harshly he treats it.<br /><br />
He present his cock to you like a trophy.<br /><br />
@@.bimbhyptxt;Serve Cock@@<br /><br />
You instinctivly take it, all your training triggering all at once as the mildy-salty head of his cock slips into your mouth. You feel powerful hands push you back on your back, your legs rise up in the air. You're not sure if it's you pulling your own legs up, or the group of men gathering around your little sissy hole.<br /><br />
<video src="ast/img/sarGB0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You easily deepthroat the first cock, while reaching out and grabbing two others.<br /><br />
Your heart skips a beat.<br /><br />
All this attention causes something in you to simultaneously melt and electrify.<br /><br />
You moan.<br /><br />
Rough hands flip you over on to your tummy. You open your mouth, desperate for another cock. The men don't dissappoint as you find your hands and mouth full.<br /><br />
A skilled tongue snakes its way into your sissy hole. It reminds you of Valerie. But the memory is fleeting and pushed out of your mind as a nice thick dick pushes it's way into your freshly lubed ass.<br /><br />
<video src="ast/img/sarGB1.mp4" width="640" height="480" autoplay auto loop></video><br /><br /><br />
@@.bimbhyptxt;Cock is so good@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxtRev;Sissys serve cock@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxt;Cock is so good@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br/><br /><br />
@@.bimbhyptxtRev;Cock is so good@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxt;Suck Cock@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxtRev;Ride Cock@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxt;Fuck!@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxtRev;Descend!@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
As one cock slides out, another, thicker, longer one slides in to take its place, stretching your hole. Fucking the dignity right out of you. It almost sounds like someone's listening to a really loud porn video... until you realize you're the whore making all those desperate panting and moaning sounds. You cum, but they keep fucking you. It's not about you anymore. It's about them. Arch your back, bitch.<br /><br />
<div id="agb2"><video src="ast/img/sarGB2.mp4" width="640" height="480" autoplay auto loop></video></div><br /><br />
@@.bimbhyptxtRev;Descend!@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxtRev;Fall into depravity!@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxtRev;Descend and embrace your inner slut!@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxtRev;Cock!@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxtRev;Cock!@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
@@.bimbhyptxtRev;Cock!@@<br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
You're drooling now, cock dumb whore, cumming your mind into oblivion, your ass cheeks clapping against the man behind you, his cock destroying your ass in the best kind of way.<br /><br />
<video src="ast/img/sarGB3.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
<span class="link-fem"><<linkappend "Degenerate Whore">><br /><br />
You lose track of how may sissygasms you've had, how many cocks you sucked, how many you fucked. The sequence of sex... the best sex you've ever had in your life... becomes a blur of passion.
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<table>
<tr>
<td></td>
<td><video src="ast/img/sarGB4.mp4" width="320" height="240" autoplay auto loop></video></td>
<td></td>
</tr>
<tr>
<td><video src="ast/img/sarGB5.mp4" width="320" height="240" autoplay auto loop></video></td>
<td></td>
<td><video src="ast/img/sarGB6.mp4" width="320" height="240" autoplay auto loop></video></td>
</tr>
<tr>
<td></td>
<td><video src="ast/img/sarGB7.mp4" width="320" height="240" autoplay auto loop></video></td>
<td></td>
</tr>
</table>
<span class="link-fem"><<link "All Done with You" "Sarah">>
<<set $eventCol.delete("sarCook4")>>
<<set $eventCol.pushUnique("sarCook5")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<<elseif $eventCol.includes("sarCook5")>>
In between anal poundings, you notice some of the men are getting dressed, using an array of wet wipes and hand sanitizer, as if they just finished a messy meal.<br /><br />
You feel one last gush of cum pour into your bowels as the man behind you finishes and pulls out. Your ass gapes and throbs from abuse and arrousal.<br /><br />
You wish someone would fill you up again, but they're done with you. They have work to get back to. You notice the secretary is back in the room, nodding and smiling as the men regain their composure and don their business attire.<br /><br />
@@.sec;"Well done, Ms. $pc , here, you've earned this,"@@ congratulates the secretary as she steps forward and examines your sissy hole, which begins to clench back into shape, causing semen to begin escaping down your sissy clitty.<br /><br />
<img src="ast/img/s/sarCream.png" /><br /><br />
The secretary lightly and effortlessly slides a modest-sized butt plug into your hole. The feeling of its silicon bulge gently bumps against the sissy button inside your ass.<br /><br />
You moan.<br /><br />
@@.sec;"Hold as much semen in your ass as you can. As a sissy, carrying the semen of men is a great honor. Let it absorb into you, improve your mood. Let its slippery feeling feminize your thoughts,"@@ instructs the secretary.<br /><br />
As you stumble to your feet, you can feel all of the semen from the gangbang slosh and slide around in your ass. It makes your nipples hard, your face red with passion.<br /><br />
You nod eagerly and obediently at the secretary.<br /><br />
You then see Sarah walk in behind the secretary, all smiles as usual. Except she seems to be holding something behind her back.<br /><br />
@@.sar;"Heeeey $pc , the boys are all giving you rave reviews! Listen, I spoke with Valerie... and she thinks you might be a candidate to live in the Sissy-Pen!"@@ chirps Sarah happily.<br /><br />
You remember the place you woke up in the other day... at least it was comfortable.<br /><br />
@@.sar;"Being part of the Sissy-Pen means never having to worry about money, clothes, food, anything ever again! You'll have a very generous work schedule and you can even choose to work more if you're just particularly horny that day,"@@ explains Sarah.<br /><br />
Wow, that sounds amazing, working here, doing basic chores, having your brain fucked into a sissy puddle on the regular. No more worrying about bills and you get to be all dressed all up on someone else's dime.<br /><br />
How could you say no?<br /><br />
Plus... by this point, you're in too deep.<br /><br />
<span class="link-fem"><<link "Agree to join the Sissy Pen" "Sarah">>
<<set $eventCol.delete("sarCook5")>>
<<set $eventCol.pushUnique("sarCook6")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarCook6")>>
Sarah claps with genuine joy before handing you what was behind her back... your new outfit.<br /><br />
There's barely anything to wear of it, but you do your best to shove your curvy frame into the ultra-skimpy garment<br /><br />
<img src="ast/img/s/sarOutfit.png" /><br /><br />
@@.sar;"You look hot, girl!"@@ compliments Sarah.<br /><br />
You just blush, your ass tingling from the feeling of all the semen. Keeping you in a heightened state of sexuality.<br /><br />
@@.sar;"Get some rest in the dorm, we'll get your official initation into the sissy pen ready in a few days. In the meantime,@@ @@.hint;get plenty of rest!@@ @@.sar;"@@<br /><br />
<span class="link-fem"><<link "Go to the Sissy Dorm" "Home">>
<<set $eventCol.delete("sarCook6")>>
<<set $eventCol.pushUnique("desc5")>>
<<set $eventCol.pushUnique("sarahP4")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarahP4")>>
You're denied entry to most of the club with exception of the bathroom and kitchen. The staff informs you that during the "preparatory" phase of your official initiation into the Sissy Pen, you should not touch yourself, or anyone else. Eat light meals. Drink plenty of water.<br /><br />
You'll have a big decision to make.<br /><br />
<span class="link-fem"><<link "Go back to your Dorm" "Home">>
<<set $eventCol.delete("sarahP4")>>
<<set $eventCol.pushUnique("sarahP5")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarahP5")>>
There's little for you to do now but wait. Living in the dorms, free of distraction... but perhaps more tragically... free of sexual contact... has you feeling angsty and nervous. You wish there was someone to talk to... or at least a cock to suck.<br /><br />
<span class="link-fem"><<link "Go back to your Dorm" "Home">>
<<set $eventCol.delete("sarahP5")>>
<<set $eventCol.pushUnique("sarahP6")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarahP6")>>
You reflect back on all the things you've been through. @@.izz;helping sell a house@@, @@.rav;taken to your limit and beyond in a sex dungeon@@, @@.jess;helped motivate an entire sports team@@, @@.suz;learned to make full use of your feminine wiles@@, and @@.sar;join a weird sex club@@... or maybe it's more like a weird sex cult.<br /><br />
You're not sure anymore.<br /><br />
You wander over to the full body mirror, studying your flawless sissy body.<br /><br />
<img src="ast/img/s/sarAdmire.png" /><br /><br />
How long has it been? How did you get like this? Is it <i>really</i> too late to turn back? Maybe it isn't. You're not a prisoner. You've got money. You don't have to be a sex object... you don't have to be chained to... whatever this is. Not if you don't want to.<br /><br />
<span class="link-fem"><<link "Go back to your Dorm and Think About It" "Home">>
<<set $eventCol.delete("sarahP6")>>
<<set $eventCol.pushUnique("sarahP7")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarahP7")>>
Another boring day with nothing to do. Nothing but your own thoughts and doubts... or maybe.<br /><br />
Maybe you have no doubts. Maybe there's nothing left for you but living in the service of the grand cock. The way it makes you feel. The way it fucks you just right.<br /><br />
Maybe cock is everything.<br /><br />
Are you more than a fetish?<br /><br />
<span class="link-fem"><<link "Go back to your Dorm and Think About It" "Home">>
<<set $eventCol.delete("sarahP7")>>
<<set $eventCol.pushUnique("sarahP8")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("sarahP8")>>
The secretary walks in with a polite smile into your dorm.<br /><br />
@@.sec;"Ms. $pc , it's time,"@@ she says, the combined gravity and sweetness of her voices hangs strangely in your mind.<br /><br />
<span class="link-fem"><<link "Follow" "SarahEndgame">>
<<set $eventCol.delete("sarahP8")>>
<<set $eventCol.pushUnique("segIntro")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<</if>>
<</nobr>><<nobr>>
<<if $eventCol.includes("segIntro")>>
You follow her down familiar hallways. The few patrons you run into nod and smile, as if in on a secret joke.<br /><br />
You feel an errant hand or two playfully slap your ass or grope a tit.<br /><br />
It doesn't bother you... if anything it just gets your juices flowing.<br /><br />
You arrive at the elevator. The very same elevator you took down to the VR chamber the first time.<br /><br />
You enter inside with the secretary who selects the lowest floor.<br /><br />
@@.sec;"Going down,"@@ smiles the secretary as you feel the elevator begin to move.<br /><br />
<span class="link-fem"><<link "Descend" "SarahEndgame">>
<<set $eventCol.delete("segIntro")>>
<<set $eventCol.pushUnique("segInit")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segInit")>>
The elevator open up, but it's a lower floor than the first time. The halls are darkly lit as you follow the rhythmic swinging of the secretary's ass as she walks down the hallway with purpose.<br /><br />
It's quiet down here, but you here some faint murmurings from down the hall.<br /><br />
As you widen your eyes to take in more light in the dark corridor, you see at the end of the hall is a set of large doors.<br /><br />
<img src="ast/img/s/segHDoors.png" /><br /><br />
The secretary throws open the doors and once inside you're greeted by a few dozen people gathered around a long red table, not totally unlike the table you first gathered around at Se Soumettre. Then you spot them...<br /><br />
Izzy, Jessica, Raven, Sarah, and Suzy... all gathered there, looking at your expectantly.<br /><br />
And there, right at the head of the table is Valerie...<br /><br />
She's smiles warmly at you.<br /><br />
You feel overjoyed to see her oddly enough.<br /><br />
You missed talking to her.<br /><br />
She walks up to you... she's just as hot as ever.<br /><br />
<img src="ast/img/s/segVal.png" /><br /><br />
She walks around the table and over to you. Wordlessly the two of you embrace, your tits smashing together into a puddle of erogenous flesh. She kisses you, you can sense some desperation in it... like she's missed you too.<br /><br />
For a moment you wonder what it would've been like... to have been in a "normal" relationship with Valerie... to hold her like you are now. Lovingly...<br /><br />
But that was never possible, and now's not the time to consider it. You're here to become an official member of the Sissy Pen now.<br /><br />
@@.hg;"You look beautiful,"@@ whispers Valerie in your ear.<br /><br />
You smile, mouthing "you too" back to her.<br /><br />
@@.hg;"You're going to do great,"@@ she reassures you as she guides you around the table.<br /><br />
The first Contact you reach is Isabella. Her outfit snuggly hugs her gigantic "assets".<br /><br />
<img src="ast/img/s/segIzzy.png" /><br /><br />
@@.izz;"Heeyyyy chica! I can't believe how sexy you are now! It's a shame you're joining the Pen, I could use your talents again, baby,"@@ she laughs as she hugs you.<br /><br />
You give her a light peck on the cheek and assure her you can help her after all this is done.<br /><br />
Izzy just smiles knowingly.<br /><br />
<span class="link-fem"><<link "Keep Walking" "SarahEndgame">>
<<set $eventCol.delete("segInit")>>
<<set $eventCol.pushUnique("segInit1")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segInit1")>>
The next Contact you encounter is Jessica. Her form fitting out fit really shows off her athletic physique.<br /><br />
<img src="ast/img/s/segJess.png" /><br /><br />
@@.jess;"Hey! This is a big step! Are you ready for it?"@@ asks Jessica.<br /><br />
It seems the whole room is focused in on your reply.<br /><br />
@@.pc;"Yes... I think so,"@@ you say... feeling like you're missing something.<br /><br />
Jessica just smiles, @@.jess;"Well, I can always use another team motivator like you if things don't work out,"@@ assures Jessica.<br /><br />
You smile and hug her before moving on.<br /><br />
Suzy barely waits for you to get close before she rushes forward and gives you a big bear hug.<br /><br />
<img src="ast/img/s/segSuzy.png" /><br /><br />
@@.suz;"Look at you all ready to join the Sissy Pen!"@@ says Suzy in a tone that reads as half amazement and half encouragement.<br /><br />
You just laugh awkwardly.<br /><br />
@@.suz;"I think you'll do just fine. Just relax and let go of your doubts,"@@ informs Suzy with surprising sterness.<br /><br />
She breaks up the moment by kissing your forehead and waving you on playfully.<br /><br />
<span class="link-fem"><<link "Continue" "SarahEndgame">>
<<set $eventCol.delete("segInit1")>>
<<set $eventCol.pushUnique("segInit2")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segInit2")>>
As you reach the end of the table you feel a hand reach out and grab yours. You look over and see that it's Sarah.<br /><br />
<img src="ast/img/s/segSarah.png" /><br /><br />
She doesn't move to hug you or congratulate you, she just holds both of your hands now... looking at you with intense sincerity.<br /><br />
@@.sar;"Joining the Sissy Pen requires sacrifice. You'll be giving up a lot of freedom, pieces of yourself will be gone. In return you'll enter into the bliss of servitude. It's a big commitment. Just think about it,"@@ she says, bereft of her trademark "like's" and "totally's".<br /><br />
She nods at you, stroking your hair, before stepping back to the table.<br /><br />
Finally, the last contact... Raven. Her typical selection of black clothing is further accentuated by the impossibly tight corset she has on.<br /><br />
<img src="ast/img/s/segRav.png" /><br /><br />
@@.rav;"Somehow I knew you'd end up like this,"@@ she states flatly.<br /><br />
Valerie and Raven give each other a glare... clearly they're not on the best of terms for some reason.<br /><br />
You chalk up Raven's cold greeting to just Raven being Raven as you reach the head of the table with Valerie.<br /><br />
@@.hg;"Good evening ladies and gentlemen. We're here to observe $pc 's trial, as she attempts to formally join the highly selective stable of the Sissy Pen. There will be much asked of $pc . She will be asked to sacrifice... to sacrifice her freedom... to sacrifice her past... and to submit to the endless sexual desires of the Descendo Club."@@<br /><br />
Valerie turns to you, her face a mixture of concern and pride.<br /><br />
@@.hg;" $pc , you've been nominated by your mentor Sarah to undergo the trial that would allow you to become a full member of the Sissy Pen,"@@ explains Valerie.<br /><br />
You glance over at Sarah who smiles with an encouraging nod.<br /><br />
@@.hg;"The Sissy Pen is a place only for the most deidicated Sissies of Descendo. Members of the Sissy Pen have all of their needs cared for. You'll never have to worry about another expense for the rest of your life, even after your service as a Sissy is complete. Even your retirement will be fully funded and managed. Money will never be a concern. Food, lodging, clothing, everything will be provided for you. In exchange, the Descendo Club asks that you offer your unquestioning servitude. A good sissy serves,"@@ explains Yuscia.<br /><br />
You look back at the table, lined with people, some how who you know, and many you don't. How much sex with strangers have you had the last few days? It's been challenging, but the sex... so good.<br /><br />
You notice for the first time that the wall at the head of the table is one of those accordion-style dividers. Two sissies, locked firmly in chastity, trot around on sky-high ballet-style slave heels as they pull the divder back, revealing an impressive looking chair and what appears to be a small surgical suite of equipment on the back wall.<br /><br />
You instantly feel a little uneasy seeing all the surgery stuff, and the chair looks like it could lean back to be a sort of operation room bed.<br /><br />
@@.hg;"At each phase of the trial, we will ask for your consent. At any time, if the answer is@@ @@.hint;<i>No</i>@@@@.hg;, then the trial is failed and you will be barred from entry into the Sissy Pen,"@@ explains Valerie.<br /><br />
@@.pc;"What sort of sacrifices?"@@ you ask, eyeing the surgical equipment warily.<br /><br />
Valerie gently turns your head back towards her, @@.hg;"One step at a time. Remember, nothing happens without your consent. Are you ready to submit to the trial?"@@ asks Valerie.<br /><br />
<span class="link-fem"><<link "Submit" "SarahEndgame">>
<<set $eventCol.delete("segInit2")>>
<<set $eventCol.pushUnique("segInit3")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<span class="link-fem"><<link "No" "SarahEndgame">>
<<set $eventCol.delete("segInit2")>>
<<set $eventCol.pushUnique("segEnd1")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segEnd1")>>
<<if $eventCol.includes("segEnd10")>>
Even if it would make you a "true" sissy, it's still one ask too many.<br /><br />
@@.pc;"No,"@@ you answer, with a mixture of defiance... and is that regret?<br /><br />
Valerie simply nods. You feel the whole world blank out into nothingness.<br /><br />
Moments later, someone pulls the VR helmet off your sweat-soaked head.<br /><br />
Back in the real world again...<br /><br />
<<else>>
You're feeling too freaked out by all of this.<br /><br />
@@.pc;"No,"@@ you say.<br /><br />
You hear some disappointed murmurs.<br /><br />
@@.hg;"Then the trial is over. You are expelled from the Sissy Pen,"@@ states Valerie, not betraying any emotions.<br /><br />
You are led out of the chamber by the secretary who guides you all the way back to the elevator. You're offered your original outfit back. The secretary recommends you leave the club for the day.<br /><br />
You agree that's probably for the best.<br /><br />
<</if>>
***<br /><br />
Back at home with Yuscia, the two of you talk about what happened at Descendo. She expresses some disappointment but says she understands why you declined.<br /><br />
Over the next few months, you manage to find your own place, and you even decide to acquire your own prescription to keep your female hormones flowing.<br /><br />
As a drop dead gorgeous sissy, you have no problems finding employment as a porn star and cam model.<br /><br />
<video src="ast/img/segFree.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
Even though you're free to do what you want with your sissy self... part of you will always wonder what life in the Sissy Pen would've been like.<br /><br />
THE END<br /><br />
<b><i>Freed Sissy Ending</i></b><br /><br />
<<elseif $eventCol.includes("segInit3")>>
You nod your head, ready to submit to the trial.<br /><br />
Valerie nods to the secretary who then opens the double doors again, allowing a small group of men to file in.<br /><br />
<img src="ast/img/s/segMan0.png" /><img src="ast/img/s/segMan1.png" /><br />
<img src="ast/img/s/segMan2.png" /><img src="ast/img/s/segMan3.png" /><br /><br />
You bite your lower lip. Your tits tingle with excitement.<br /><br />
Look at those big thick cocks... and those hard-bodied men. Your breathing quickens a little.<br /><br />
You so want to submit to those fine-as-fuck studs.<br /><br />
They eye you with similar hunger, some of them stroking their thick dicks.<br /><br />
@@.hg;"These men are part of our Stud Stable. They'll be helping with your trial,"@@ explains Valerie.<br /><br />
You realize you've been pinching your nipples and quickly stop, a little embarassed at how easily turned on you are.<br /><br />
Such a slut.<br /><br />
@@.hg;"Please, strip down and sit,"@@ says Valerie as she motions towards the chair.<br /><br />
You eagerly strip off your clothes, giving a little show for the boys as you sit down.<br /><br />
Valerie seems amused by how eager you are.<br /><br />
@@.hg;"Recognize this?"@@ asks Valerie as she presents a sophisticated looking helmet to you.<br /><br />
@@.pc;"VR?"@@ you reply questioningly.<br /><br />
@@.hg;"Yes, you'll be given a small injection of drugs that will relax you and make you more susceptible to VR stimulation. They're basically just mild sedatives, nothing addictive or illegal,"@@ reassures Valerie.<br /><br />
A cute nurse walks in with a small medical baggy and begins preparing a syringe. Just the sight of the needle makes you feel nervous.<br /><br />
@@.hg;"You'll enter the VR environment. You job is to get to the end. While in VR, you'll be asked to sacrfice. If you submit and sacrifice, you'll move forward. If you say no, the trial is over,"@@ explains Valerie.<br /><br />
You nod, understanding the instructions, it sounds like it'll be similar to how your first adventure into Descendo's VR game was.<br /><br />
@@.hg;"Will you submit to the VR Program?"@@ asks Valerie.<br /><br />
<span class="link-fem"><<link "Submit" "SarahEndgame">>
<<set $eventCol.delete("segInit3")>>
<<set $eventCol.pushUnique("segInit4")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<span class="link-fem"><<link "No" "SarahEndgame">>
<<set $eventCol.delete("segInit3")>>
<<set $eventCol.pushUnique("segEnd1")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segInit4")>>
You settle into the chair. As Valerie lowers the VR helmet onto your head, you feel the two sissy assistants brush by your sides and hoist your legs into stirrups, leaving your clitty and sissy hole open and exposed.<br /><br />
You think your clitty might leak a little from excitement but you keep yourself under control.<br /><br />
@@.hg;"We need to strap you down so you want hurt yourself while in the program. All movement is controlled with your thoughts, jsut like the other VR chair,"@@ explains Valerie.<br /><br />
Even though you can't see anything but pitch blackness, you can all but perfectly imagine the sterness on Valerie's face right now as you analyze the tone in her voice.<br /><br />
@@.hg;"Will you sacrifice your freedom?"@@ she asks in a ceremonious cadence.<br /><br />
<span class="link-fem"><<link "Submit" "SarahEndgame">>
<<set $eventCol.delete("segInit4")>>
<<set $eventCol.pushUnique("segInit5")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<span class="link-fem"><<link "No" "SarahEndgame">>
<<set $eventCol.delete("segInit4")>>
<<set $eventCol.pushUnique("segEnd1")>>
<<set $vSar to true>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segInit5")>>
As soon as the consent is given, you feel your ankles and wrists strapped firmly to the stirrups and arm rests respectively. Then you feel some large thick straps wrap around your waist almost like a corset, keeping you snugly confined to the seat.<br /><br />
@@.hg;"Just relax, we're going to start a little IV for fluids and medication,"@@ explains Valerie.<br /><br />
You feel a small burning prick in the top of your hand, followed by a slight coolness. Then another rush of burning tingling... then... nothingness.<br /><br />
You feel like you're floating in the void.<br /><br />
You can sense the familiar throb of the sissified VR realm. Your whole skin feels electrified as you lightly brush against the ground. You stretch your hands out around you in the pitch blackness.<br /><br />
The air is warm, so your nakedness doesn't bother you. Then you see it... that faint outline of something... something closeby.<br /><br />
<span class="link-fem"><<link "Ready Sissy One" "SarahEndgame">>
<<set $eventCol.delete("segInit5")>>
<<set $eventCol.pushUnique("segGame")>>
<<set $eventCol.pushUnique("segC5")>>
<<set $vSar to true>>
<<set $sissyAR to 60>>
<<set $sissyMax to 100>>
<<set $sissyTravelPen to 10>>
<<set $sissyChkPoint to "segC5">>
<<set $currPos to "segC5">>
<<set $sinv to []>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segGame")>>
<<if not $eventCol.includes("segCloseInv")>>
<table border=0>
<tr>
<td width="200"><b>ItemInv</b></td>
<td width="600"><b>Description</b></td>
<td></td>
</tr>
<<if $sinv.includes("segC5vKey")>>
<tr>
<td>Gate Key</td>
<td>Key to the entrance of the Castle</td>
</tr>
<</if>>
<<if $sinv.includes("segC4vDenKey")>>
<tr>
<td>Den Key</td>
<td>Key to the Castle's Grand Den</td>
</tr>
<</if>>
<<if $sinv.includes("segB4vBathroomKey")>>
<tr>
<td>1F Bathroom Key</td>
<td>Key to the Castle's First Floor Bathroom</td>
</tr>
<</if>>
<<if $sinv.includes("segB4vLibraryKey")>>
<tr>
<td>Library Key</td>
<td>Key to the Castle's Library</td>
</tr>
<</if>>
<<if $sinv.includes("coconutOil")>>
<tr>
<td>Coconut Oil</td>
<td>A Jar of Coconut Oil</td>
</tr>
<</if>>
<<if $sinv.includes("breadPan")>>
<tr>
<td>Bread Pan</td>
<td>A heavy Duty Bread Pan, perfect for use in a high-heat oven</td>
</tr>
<</if>>
<<if $sinv.includes("breadMix")>>
<tr>
<td>Ultraquick Dough Mix</td>
<td>Makes bread that's hard as a rock... for some reason</td>
</tr>
<</if>>
<<if $sinv.includes("brokenKey")>>
<tr>
<td>Broken Key</td>
<td>The shattered remains of what looks to be the library key</td>
</tr>
<</if>>
<<if $sinv.includes("Dildo")>>
<tr>
<td>Dildo</td>
<td>A dildo, used for pleasing your sissy urges</td>
</tr>
<</if>>
<<if $sinv.includes("ladder")>>
<tr>
<td>Ladder</td>
<td>A ladder, used for getting high</td>
</tr>
<</if>>
<<if $sinv.includes("sap")>>
<tr>
<td>Plant Sap</td>
<td>Drinking the Sap has dramatically increased how much sexual stimulation you can handle</td>
</tr>
<</if>>
<<if $sinv.includes("grandBedroomKey")>>
<tr>
<td>Grand Bedroom Key</td>
<td>Key to the Grand Bedroom</td>
</tr>
<</if>>
<<if $sinv.includes("analLube")>>
<tr>
<td>Anal Lube</td>
<td>Anal Lubricant, for getting into stubborn places</td>
</tr>
<</if>>
<<if $sinv.includes("guestBedroomKey")>>
<tr>
<td>Guest Bedroom Key</td>
<td>Key to Guest Bedroom</td>
</tr>
<</if>>
<<if $sinv.includes("lubeCup")>>
<tr>
<td>A Cup</td>
<td>It's a drinking cup</td>
</tr>
<</if>>
<<if $sinv.includes("sheaButter")>>
<tr>
<td>Shea Butter Lotion</td>
<td>Silky smooth substance, moisturizes too!</td>
</tr>
<</if>>
<<if $sinv.includes("cDistinction")>>
<tr>
<td>Crystal of Distinction</td>
<td>A sissy is unique and different</td>
</tr>
<</if>>
<<if $sinv.includes("cCoherence")>>
<tr>
<td>Crystal of Coherence</td>
<td>A sissy is the same everywhere she goes</td>
</tr>
<</if>>
<<if $sinv.includes("cContinuity")>>
<tr>
<td>Crystal of Continuity</td>
<td>A sissy is the same over time</td>
</tr>
<</if>>
<<if $sinv.includes("submissionKey")>>
<tr>
<td>Key of Submission</td>
<td>This key looks like it might work in the jail</td>
</tr>
<</if>>
<tr>
<td></td><td></td><td></td>
</tr>
</table>
<</if>>
<<set $sissyAR to $sissyAR - $sissyTravelPen>>
<b>Sissy Arousal:</b> $sissyAR / $sissyMax<br /><br />
<<if ($eventCol.includes("segC3Enc") and ($currPos is "segC4" or $currPos is "segC3")) or ($eventCol.includes("segD1Enc") and ($currPos is "segD2" or $currPos is "segD1")) or ($eventCol.includes("segC1Enc") and ($currPos is "segD1" or $currPos is "segC1")) or ($eventCol.includes("segF3Enc") and ($currPos is "segE3" or $currPos is "segF3"))>>
<!--hide button-->
<<else>>
<span class="link-fem"><<link "Masturbate" "OnetimeBoard2">>
<<if $sinv.includes("Dildo")>>
<<set $eventCol.pushUnique("dildoClitty")>>
<<else>>
<<set $eventCol.pushUnique("handClitty")>>
<</if>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("segA4")>>
<<set $currPos to "segA4">>
<img src="ast/img/s/segALibrary.png" /><br /><br />
<<if $eventCol.includes("segA4v")>>
You're back in the library, there's a strange book on a pedestal. The only way out is to the east.<br /><br />
<<else>>
As you enter the library you're amazed at how many books are crammed into this already large area. You have no idea where to even begin as there seems to be endless amounts of books, and any one of them could help you on your quest.<br /><br />
Then you spot a pedestal, illuminated by some unknown lightsource, similar to how the kitchen seemed to be unnaturally lit. You approach the luminous stand and see there's a book bound by a dark green hardback cover. The cover itself is a vague scribble, but just glimpsing at it makes your clitty pulse a little with excitement.<br /><br />
You fight the sudden urge to pinch your nipples as you look away from the book to regain your composure.<br /><br />
<<set $eventCol.pushUnique("segA4v")>>
<</if>>
<<if $sinv.includes("segC4vDenKey")>>
You found the den key here.<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Mysterious Green Book" "SarahEndgame">>
<br /><br />As you open the pages, you find the book contains words... but the words don't seem to register in your mind as you read them. Instead you feel a sudden rush of dizziness as you try to comprehend what you're looking at.<br /><br />
<<if $eventCol.includes("segLibraryBW")>>
This time you're prepared for the deluge of mental bombardment as you quickly flip through the pages until you reach a hollowed out section of the book. Inside the hollow contains a small key to the den!<br /><br />
<span class="link-fem"><<link "Take Den Key" "SarahEndgame">>
<<set $sinv.pushUnique("segC4vDenKey")>>
<</link>></span><br /><br />
<<else>>
You squint hard at the scribbles, you find the text bleeds together and your whole world seems to blur and morph with it.<br /><br />
<span class="link-fem"><<link "Try to Comprehend the Words" "OnetimeBoard2">>
<<set $eventCol.pushUnique("segLibraryBWex")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segB4")>>
<<set $eventCol.delete("segA4")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segB3")>>
<<set $currPos to "segB3">>
<img src="ast/img/s/segBBathroom.png" /><br /><br />
<<if $eventCol.includes("segB3v")>>
A fancy first floor bathroom with a variety of things to look at. The only way out is south back into the hall.<br /><br />
<<else>>
You step inside the opulent bathroom and immediately notice the air here is warm and cozy. The feeling it gives you instantly reminds you of the spa in Descendo. You smile, take a deep breath, playfully rubbing your breasts as just being in this room melts away your stress and anxiety. You notice a few areas of interest here, there's a large @@.hint;in-ground bathtub@@ filled with inviting warm water. Perched near the edge of the bathtub is @@.hint;a privacy divider@@ with swirling blue patterns that seem to slowly pulse and merge into each other.<br /><br />
You feel yourself getting pleasantly transfixed by the patterns. Over to your side is @@.hint; a small sink@@ and below this is @@.hint;a small trashcan@@.<br /><br />
This appears to be a deadend and the only way you can go is south back into the hall.<br /><br />
<<set $eventCol.pushUnique("segB3v")>>
<</if>>
<span class="link-fem"><<linkappend "Examine Bathtub" "SarahEndgame">>
<br /><br />You look at the bathtub waters, they seem to bubble a little bit. You stick your toe in the water, curious to know what it feels like... and you find that the water matches your own body temperature so perfectly that you can barely tell there's water there except for the resistance it gives to your movement.<br /><br />
Other than perfectly warmed water, there doesn't appear to be anything else in the bathtub.<br /><br />
<</linkappend>></span><br /><br />
<span class="link-fem"><<linkappend "Examine Privacy Divider" "SarahEndgame">>
<br /><br />You look at the strange morphing patterns on the old wood and glass privacy divider. You feel like the pattern is somehow sucking you in, even though you look down and see you haven't moved an inch<br /><br />
You run your hands against the divider, and find that it feels like wood and glass should feel like. Even though it's awfully pretty, you don't see anything useful about the privacy divider.<br /><br />
<</linkappend>></span><br /><br />
<<if $sinv.includes("brokenKey")>>
You found a broken library key here.<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Trashcan" "SarahEndgame">>
<br /><br />There appears to be something metallic in the trashcan!<br /><br />
You fish around in the trashcan and discover what appear to be pieces from a broken key. You judge by the scratched engraving on the head, that this key must be used to unlock the library! Too bad it's broken.<br /><br />
<span class="link-fem"><<link "Take Broken Key" "SarahEndgame">>
<<set $sinv.pushUnique("brokenKey")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<span class="link-fem"><<linkappend "Examine Sink" "SarahEndgame">>
<br /><br />It's just a sink. You turn the water on and off. There's nothing remarkable about the sink.<br /><br />
It's just a sink afterall.<br /><br />
<</linkappend>></span><br /><br />
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "SarahEndgame">>
<<set $eventCol.pushUnique("segB4")>>
<<set $eventCol.delete("segB3")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segB4")>>
<<set $currPos to "segB4">>
<img src="ast/img/s/segBHall.png" /><br /><br />
<<if $eventCol.includes("segB4v")>>
In the dim hallway, you can go north to a small bathroom, or east into a library.<br /><br />
<<else>>
You walk down the dimly lit hallway to the west. The air is a little cooler here and the temperature change makes your nipples harden in a slightly uncomfortable way. You hug yourself to stay warm as your naked feet plod against the smooth stone floor.<br /><br />
You see a small door to the north, looks like it might be a bathroom.<br /><br />
To the east you see an elaborate pair of glass double doors, and just beyond them appears to be rows upon rows of hardcover books!<br /><br />
<<set $eventCol.pushUnique("segB4v")>>
<</if>>
<<if $eventCol.includes("segB4vBathroomOpen")>>
The bathroom is unlocked!<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Open Bathroom" "SarahEndgame">>
<br /><br />The door to the bathroom is locked<br /><br />
<<if $sinv.includes("segB4vBathroomKey")>>
<span class="link-fem"><<link "Unlock Bathroom" "SarahEndgame">>
<<set $eventCol.pushUnique("segB4vBathroomOpen")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<<if $eventCol.includes("segB4vLibraryOpen")>>
The library is unlocked!<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Open Library" "SarahEndgame">>
<br /><br />The door to the library is locked<br /><br />
<<if $sinv.includes("segB4vLibraryKey")>>
<span class="link-fem"><<link "Unlock Library" "SarahEndgame">>
<<set $eventCol.pushUnique("segB4vLibraryOpen")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<<if $eventCol.includes("segB4vBathroomOpen")>>
<span class="link-fem"><<link "Move North" "SarahEndgame">>
<<set $eventCol.pushUnique("segB3")>>
<<set $eventCol.delete("segB4")>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Move North</span><br />
<</if>>
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<<if $eventCol.includes("segB4vLibraryOpen")>>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segA4")>>
<<set $eventCol.delete("segB4")>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Move West</span><br />
<</if>>
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segC4")>>
<<set $eventCol.delete("segB4")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segB5")>>
<<set $currPos to "segB5">>
<img src="ast/img/s/segBBushes.png" /><br /><br />
<<if $sissyAR lt 90>>
<<set $sissyAR to $sissyMax>>
<</if>>
<<if $eventCol.includes("segB5v")>>
You're back at the funny smelling bushes. Hanging around here makes you horny for cock... well hornier than usual.<br /><br />
<<else>>
You work your way westward around the castle wall until you arrive at a small field with some slightly overgrown landscaping that just seems... off to you. You can't quite put it words though. As you start to wander near the bushes, you realize that there's a faint odor in the air.<br /><br />
It's not an unpleasant odor... in fact... it sort of turns you on... in fact... it's REALLY starting to turn you on. You feel a little drip of sissy sauce drip from your clitty. You instinctively beging rubbing your breasts.<br /><br />
That feels so good.<br /><br />
You start to scan around for something to satiate the growing urge deep in your sissy hole, but there's nothing sufficiently phallic around to slut yourself out on.<br /><br />
As your desperation swells, you think you notice something at the base of one of the bushes.<br /><br />
<<set $eventCol.pushUnique("segB5v")>>
<</if>>
<<if $sinv.includes("segC5vKey")>>
You found the gate key here<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Inspect Bush" "SarahEndgame">>
<br /><br />You found a key! It looks like it'll fit the castle gate!<br /><br />
<span class="link-fem"><<link "Take Key" "SarahEndgame">>
<<set $sinv.pushUnique("segC5vKey")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segC5")>>
<<set $eventCol.delete("segB5")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segC1")>>
<<set $currPos to "segC1">>
<<if $eventCol.includes("segC1EncFRes")>>
<<set $eventCol.delete("segC1EncFRes")>>
<<if $sinv.pushUnique("sap")>>
You manage to maintain control as the girl with big cock kisses you. Your whole body electrifies in dreamy rolling pleasure, but you resist!<br /><br />
The girl just smiles and walks down the spiral stairs, disappearing into the darkness below.<br /><br />
New Checkpoint Reached!<br /><br />
<span class="link-fem"><<link "Regain Your Composure" "OnetimeBoard2">>
<<set $sissyChkPoint to "segC1">>
<<set $eventCol.delete("segC1EncF")>>
<<set $eventCol.delete("segC1Enc")>>
<<set $eventCol.delete("fightingShemale0")>>
<<set $eventCol.pushUnique("vrPause")>>--choice
<</link>></span><br /><br />
<<else>>
The girl is swift and easily wraps her hands around you before you can react. She kisses you deeply, her tongue slithering past your teeth and down your throat. Your body ignites with pleasure, your knees weaken.<br /><br />
Oh no... You're going to...<br /><br />
<span class="link-fem"><<link "Cum!" "SarahEndgame">>
<<set $sissyAR to 200>>
<</link>></span><br /><br />
<</if>>
<<elseif $eventCol.includes("segC1EncF")>>
<<set $eventCol.delete("fightingGardenMan")>>
<<set $eventCol.pushUnique("fightingShemale0")>>
<b>Enemy Arousal:</b> ??? / 1000<br /><br />
The big-dicked girl begins moving towards you...<br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC1EncFRes")>>
<</link>></span><br /><br />
<<else>>
<img src="ast/img/s/segC1Stairs.png" /><br /><br />
<</if>>
<<if $eventCol.includes("segC1Enc")>>
<!--encounter stuff-->
<<elseif $eventCol.includes("segC1v")>>
You stand in the entryway to a tower that features a set of spiral stairs that lead up and down. Other than descending or ascending a floor, you can exit east back into the clock room.<br /><br />
<<else>>
You step inside the entryway to a tall tower. A large set of spiral stairs spans nearly the entire length of the tower. You can see that using the stairs can give you access to both the second floor and the basement!<br /><br />
But before you can decide which way to go, you catch a glimpse of a beautiful girl... and her massive cock.<br /><br />
<video src="ast/img/segShemaleIntro.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
You can barely take your eyes off her amazing cock. Your whole body feels instantly weakened just by being in its presence.<br /><br />
The girl just smiles knowingly at you.<br /><br />
<<set $eventCol.pushUnique("segC1v")>>
<<set $eventCol.pushUnique("segC1Enc")>>
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC1EncF")>>
<<set $eventCol.pushUnique("fightingShemale0")>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("segC1Enc")>>
<<if $eventCol.includes("segC1EncF")>>
<!---enc-->
<</if>>
<<else>>
<span class="link-fem"><<link "Move Up" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2A1")>>
<<set $eventCol.delete("segC1")>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Move Down" "SarahEndgame">>
<<set $eventCol.pushUnique("segBSA1")>>
<<set $eventCol.delete("segC1")>>
<</link>></span><br /><br />
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1")>>
<<set $eventCol.delete("segC1")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<</if>>
<<elseif $eventCol.includes("segC3")>>
<<set $currPos to "segC3">>
<<if $eventCol.includes("segC3EncFRes")>>
<<set $eventCol.delete("segC3EncFRes")>>
<<if $enemyAR gte $enemyMax>>
The man roars, veins bulging in his neck as he plunges his dick deep inside your ass, he seems to be trying to control himself, but you undulate your hips, pushing him over the edge. Your little sissy holes are just too good. The man erupts semen inside you. You feel a rush of euphoric warmth spread through you. It almost makes you cum, but you know what cumming means... so you hold it together.<br /><br />
<img src="ast/img/s/segMMSucceed.png" /><br /><br />
The man pulls out of you and staggers back, clearly exhausted, then collapses on the ground.<br /><br />
You hear what sounds like a victory chime ring through the air. Weirdly enough the man's unconscious body fades from view, leaving behind a dildo.<br /><br />
New Checkpoint Reached!<br /><br />
<span class="link-fem"><<link "Take Dildo" "SarahEndgame">>
<<set $sissyChkPoint to "segC3">>
<<set $sinv.pushUnique("Dildo")>>
<<set $eventCol.delete("segC3EncF")>>
<<set $eventCol.delete("segC3Enc")>>
<<set $eventCol.delete("fightingMuscularMan")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segC3EncBlow")>>
You do your best to give the man an amazing blow job, sucking a slurping his massive cock. Humming and groaning so that the tip of his dick vibrates as it slides down your throat. The whole process turns you on, but it seems to <i>really</i> turn on the man.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segC3EncBlow")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segC3EncResistBlow")>>
You push his cock out of your mouth by turning your head violently side to side. This obviously frustrates the man, his cock dipping from the exertion of keeping you under control. It also lowers your arousal from the pain of being jerked around by the neck.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segC3EncResistBlow")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segC3EncRide")>>
You match the rhythm of his thrusts, doing your best to put on a show for him, squeezing your tits, moaning affirmations. You almost do too good of a job because it really seems to turn on both of you!<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segC3EncRide")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segC3EncResistRide")>>
You try to resist his thrusts, pushing your body weight down on him to prevent him from thrusting, or attempting to pull away from him at the top of a bounce. This only seems to make him angry and thrist back at you harder. Sometimes it hurts, sometimes it feels really good. Either way, the struggle seems to slightly arouse both of you.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segC3EncResistRide")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segC3EncStayStill")>>
You try to stay still relative to his motions, lifting up when he lifts up, controlling your body weight on the way back down as his hips retract for another thrust. The effect is that neither one of you manage to do much fucking as you limit the amount of sensation both of you feel.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segC3EncStayStill")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segC3EncPound")>>
You can't help it, it just feels too good. You arch your back, you let go. He hits you sissy hole with reckless abandon. It turns you on so much. Mmmmmm.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segC3EncPound")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segC3EncResistPound")>>
You grit your teeth as he pounds your defenseless hole. You round your back a little bit to lessen the impact but the length of his cock still managed punch your bitch button, if slightly less intensely. Even though you still get a thorough pounding, he seems to be more frustratated by your efforts and is less turned on than you are.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segC3EncResistPound")>>
<</link>></span><br /><br />
<<else>>
--place holder result<br /><br />
<</if>>
<<elseif $eventCol.includes("segC3EncF")>>
<b>Enemy Arousal:</b> $enemyAR / $enemyMax<br /><br />
<<set $enemyAR to $enemyAR - 10>>
<<set _enemyAction to random(2)>>
<<for _enemyAction is $enemyIns>>
<<set _enemyAction to random(2)>>
<</for>>
<<set _enemyIns to _enemyAction>>
<<if _enemyAction is 0>>
<<set $enemyIns to 0>>
The man pulls your face down on his cock.<br /><br />
<video src="ast/img/segMMBj.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Blow that Yummy Cock!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3EncFRes")>>
<<set $eventCol.pushUnique("segC3EncBlow")>>
<<set $sissyAR to $sissyAR + 20>>
<<set $enemyAR to $enemyAR + 30>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3EncFRes")>>
<<set $eventCol.pushUnique("segC3EncResistBlow")>>
<<set $sissyAR to $sissyAR - 20>>
<<set $enemyAR to $enemyAR - 10>>
<</link>></span><br /><br />
<<elseif _enemyAction is 1>>
<<set $enemyIns to 1>>
The man lays down and pulls you ontop of his cock. His massive member slides inside your hole. It feels so fucking good. He begins to bounce you on his cock, his thickness stretching you out in all the ways you like.
<video src="ast/img/segMMRide.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Ride that Cock!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3EncFRes")>>
<<set $eventCol.pushUnique("segC3EncRide")>>
<<set $sissyAR to $sissyAR + 30>>
<<set $enemyAR to $enemyAR + 30>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3EncFRes")>>
<<set $eventCol.pushUnique("segC3EncResistRide")>>
<<set $sissyAR to $sissyAR + 20>>
<<set $enemyAR to $enemyAR + 10>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Try to Stay Still!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3EncFRes")>>
<<set $eventCol.pushUnique("segC3EncStayStill")>>
<<set $sissyAR to $sissyAR - 20>>
<<set $enemyAR to $enemyAR - 10>>
<</link>></span><br /><br />
<<elseif _enemyAction is 2>>
<<set $enemyIns to 2>>
The man roughly pushes you down and mounts you like a dog. His big yummy cock pushes into your sissy hole and hits your bitch button in just the right way. You begin moaning like a cunt in heat as he uses your ass like a fuck toy.<br /><br />
<video src="ast/img/segMMPound.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Just Surrender!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3EncFRes")>>
<<set $eventCol.pushUnique("segC3EncPound")>>
<<set $sissyAR to $sissyAR + 40>>
<<set $enemyAR to $enemyAR + 10>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3EncFRes")>>
<<set $eventCol.pushUnique("segC3EncResistPound")>>
<<set $sissyAR to $sissyAR + 20>>
<<set $enemyAR to $enemyAR - 10>>
<</link>></span><br /><br />
<</if>>
<<else>>
<img src="ast/img/s/segCDen.png" /><br /><br />
<</if>>
<<if $eventCol.includes("segC3Enc")>>
<!--encounter stuff-->
<<elseif $eventCol.includes("segC3v")>>
You're back in the warm cozy den where you fought the muscular man. You can go south back into the vestibule, or east into a hallway.<br /><br />
<<else>>
You enter into a cozy little den area. Here you can feel the warmth of a modest fire roaring in the stone fireplace nearby. This place fills you with security and contentment. You briefly sit on the couch across from the fireplace. It's so warm! You could almost just lay down and take a nap right here. What a wonderful little room!<br /><br />
Then you notice it... another presence in the room. You feel a pang of dread, all the comfort and contentment instantly draining from your body as you notice a lumbering shadow leering in one of the unlit corners of the room. You shoot up from the couch.<br /><br />
Heavy, quick footsteps crash towards you. A beast of a man, totally naked, emerges from the shadows.<br /><br />
Before you can make a sound he grabs you by the neck.<br /><br />
You try to take in a breath but only manage a pathetic, labored wheeze as he lifts you off the ground.<br /><br />
He smiles hungrily, you peek down, around his muscular arm and see his rock hard cock.<br /><br />
You feel your vision start to fade as you kick against his grip, he just laughs and drops you to the floor. You take in a gasp of air, coughing against the swollen imprint of where he had gripped you. Before you can climb to your feet you feel his massive foot push against the small of your back, pinning you roughly face-down to the floor. He slides something around your throat and you feel it clasp closed behind your neck.<br /><br />
You instinctively reach up to your neck and feel a thick black leather collar. You tug at it, but it's latched tight. You claw at the clasp behind your neck and feel a small metal padlock preventing you from removing the collar.<br /><br />
The worst part... is realizing the collar is attached to a leash...<br /><br />
The muscular man pulls you towards him with the leash, your hands press against his warm muscular chest. You feel his thick dick press against your belly button. His cock oozes musky pre-cum all down the front of your tummy and clitty in a seemingly unending drizzle.<br /><br />
<<set $eventCol.pushUnique("segC3v")>>
<<set $eventCol.pushUnique("segC3Enc")>>
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3EncF")>>
<<set $enemyAR to 30>>
<<set $enemyMax to 100>>
<<set $enemyIns to 1>>
<<set $eventCol.pushUnique("fightingMuscularMan")>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("segC3Enc")>>
<<if $eventCol.includes("segC3EncF")>>
<!---enc-->
<</if>>
<<else>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "SarahEndgame">>
<<set $eventCol.pushUnique("segC4")>>
<<set $eventCol.delete("segC3")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segD3")>>
<<set $eventCol.delete("segC3")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<</if>>
<<elseif $eventCol.includes("segC4")>>
<<set $currPos to "segC4">>
<img src="ast/img/s/segCVestibule.png" /><br /><br />
<<if $eventCol.includes("segC4v")>>
The castle vestibule. Nothing here seems to catch your eye, other than the choice of paths to take.<br /><br />
<<else>>
You push your way past the gates and make your way across a small courtyard. Everything here is beautiful in the twilight sun, and you feel strangely confident and comfortable, if not a little horny, as you stroll through the entryway of the castle completely naked.<br /><br />
So far this place has been completely empty... which somehow doesn't surprise you. And yet, everything looks to be well taken care of. Maybe it's just how the VR program handles things. As you enter the castle's vestibule, you find yourself with a list of choices to make. To the north of you is a heavy wooden door, varnished to be nearly black. To the east you can faintly smell something resembling food. Finally, to the west is just a wide and grand hallway that extends to some more rooms further down.<br /><br />
There doesn't appear to be anything special here.<br /><br />
<<set $eventCol.pushUnique("segC4v")>>
<</if>>
<<if $eventCol.includes("segC4vDenOpen")>>
The den is unlocked!<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Open Den" "SarahEndgame">>
<br /><br />The door to the den is locked<br /><br />
<<if $sinv.includes("segC4vDenKey")>>
<span class="link-fem"><<link "Unlock Den" "SarahEndgame">>
<<set $eventCol.pushUnique("segC4vDenOpen")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<<if $eventCol.includes("segC4vDenOpen")>>
<span class="link-fem"><<link "Move North" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3")>>
<<set $eventCol.delete("segC4")>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Move North</span><br />
<</if>>
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segB4")>>
<<set $eventCol.delete("segC4")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "SarahEndgame">>
<<set $eventCol.pushUnique("segC5")>>
<<set $eventCol.delete("segC4")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segD4")>>
<<set $eventCol.delete("segC4")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segC5")>>
<<set $currPos to "segC5">>
<img src="ast/img/s/segCGate.png" /><br /><br />
<<if $eventCol.includes("segC5v")>>
In front of the castle, standing at the castle gates.<br /><br />
<<else>>
The sky around you begins to glow a faint orange and pink as your surroundings slowly become illuminated, like the lights growing bright in a darkened theater after a movie. You now realize you're standing before a large castle.<br /><br />
Perhaps castle isn't quite the right word for it, it resembles something a little more modern, like an anachronistic cross between medieval fortress and french château. You see a large castle gate closed before you. It looks heavy.<br /><br />
You find that the very atmosphere makes you @@.hint;a little drowsy@@. Luckily, you're already a little horny, and @@.hint;being horny will keep you from falling asleep@@... at least that's your theory. You wish you had a cock to ride... but you suppose you could resort to @@.hint;rubbing your sissy clitty@@, if you start to lose too much arousal.<br /><br />
<<set $eventCol.pushUnique("segC5v")>>
<</if>>
<<if $eventCol.includes("segC5vGateOpen")>>
The gate is unlocked and open!
<<else>>
<span class="link-fem"><<linkappend "Open Gate" "SarahEndgame">>
<br /><br />The gate is locked<br /><br />
<<if $sinv.includes("segC5vKey")>>
<span class="link-fem"><<link "Unlock Gate" "SarahEndgame">>
<<set $eventCol.pushUnique("segC5vGateOpen")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<<if $eventCol.includes("segC5vGateOpen")>>
<span class="link-fem"><<link "Move North" "SarahEndgame">>
<<set $eventCol.pushUnique("segC4")>>
<<set $eventCol.delete("segC5")>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Move North</span><br />
<</if>>
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segB5")>>
<<set $eventCol.delete("segC5")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segD5")>>
<<set $eventCol.delete("segC5")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segD1")>>
<<set $currPos to "segD1">>
<<if $eventCol.includes("segD1EncFRes")>>
<<set $eventCol.delete("segD1EncFRes")>>
<<if $enemyAR gte $enemyMax>>
The machine suddenly siezes up as it overheats attempting to fuck your brains out. Smoke pours out of the machine as it screeches to a halt. You notice even the clocks around you are pouring smoke from their faces as they all stop ticking at the same time.<br /><br />
<img src="ast/img/s/segClockSucceed.png" /><br /><br />
The ropes that held you down suddenly fade into smoke along with the machine. You hear a faint victory chime.<br /><br />
New Checkpoint Reached!<br /><br />
<span class="link-fem"><<link "Climb off of Sex Machine" "SarahEndgame">>
<<set $sissyChkPoint to "segD1">>
<<set $eventCol.delete("segD1EncF")>>
<<set $eventCol.delete("segD1Enc")>>
<<set $eventCol.delete("fightingClock")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segD1EncResist")>>
You bite your lower lip, hard. The pain helps to distract you from the amazing fullness in your sissy asshole. You try to imagine all the unsexy things you can, baseball baseball baseball, shit, dog taking a shit on the corner!<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segD1EncResist")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segD1EncSurrender")>>
You give up, you can't seem to find a way to get off of this machine, and it just fucks you so good... maybe you don't every want to get off of it...<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segD1EncSurrender")>>
<</link>></span><br /><br />
<<else>>
--place holder result<br /><br />
<</if>>
<<elseif $eventCol.includes("segD1EncF")>>
<b>Motor Heat:</b> $enemyAR / $enemyMax<br /><br />
<<if $enemyAR lt 0>>
<<set $enemyAR to 0>>
<</if>>
<<if $enemyAR lte 30>>
The machine begins to fuck your hole, it shows no signs of stopping<br /><br />
<video src="ast/img/segClock0.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Surrender!" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1EncFRes")>>
<<set $eventCol.pushUnique("segD1EncSurrender")>>
<<set $sissyAR to 150>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1EncFRes")>>
<<set $eventCol.pushUnique("segD1EncResist")>>
<<set $sissyAR to $sissyAR + 20>>
<<set $enemyAR to $enemyAR + 10>>
<</link>></span><br /><br />
<<elseif $enemyAR lte 60>>
The machine speeds up its pace, determined to break your resistance, determined to milk that sweet sissy milk. It shows no signs of stopping<br /><br />
<video src="ast/img/segClock1.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Surrender!" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1EncFRes")>>
<<set $eventCol.pushUnique("segD1EncSurrender")>>
<<set $sissyAR to 150>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1EncFRes")>>
<<set $eventCol.pushUnique("segD1EncResist")>>
<<set $sissyAR to $sissyAR + 20>>
<<set $enemyAR to $enemyAR + 10>>
<</link>></span><br /><br />
<<elseif $enemyAR lte 100>>
The machine hits maximum speed, punching your bitch button mercilessly. You littly leaks like a faulty faucet. You think you smell burning plastic.<br /><br />
<video src="ast/img/segClock2.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Surrender!" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1EncFRes")>>
<<set $eventCol.pushUnique("segD1EncSurrender")>>
<<set $sissyAR to 150>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1EncFRes")>>
<<set $eventCol.pushUnique("segD1EncResist")>>
<<set $sissyAR to $sissyAR + 20>>
<<set $enemyAR to $enemyAR + 10>>
<</link>></span><br /><br />
<</if>>
<<else>>
<img src="ast/img/s/segDClock.png" /><br /><br />
<</if>>
<<if $eventCol.includes("segD1Enc")>>
<!--encounter stuff-->
<<elseif $eventCol.includes("segD1v")>>
You are in the clock room where you narrowly defeated the fucking machine. You can go south into the hallway, or west into the the tower stairs.<br /><br />
<<else>>
You enter inside the dark room. The first thing you notice is a low clattering of ticking sounds. As your eyes adjust you realize it's from the all of the clocks lined up on the walls and scattered about the small work benches through out the medium-sized room. The clock faces are illuminated by some unseen light source... something you've started to grow used to in this VR world.<br /><br />
The second thing you notice is that the clocks aren't quite perfectly synchronized, which causes the ticking to sound like a clattering of aluminum, brass, and copper all flicking and popping for aural supremacy<br /><br />
Suddenly the chimes on all the clocks begin to sound. It startles you with how loud the combined cacophony of bells is. You grasp your head, your whole body vibrating. Suddenly your knees grow weak as the intense sounds disorient you... and you black out...<br /><br />
***<br /><br />
You jolt awake, unsure of how much time has passed. As your head clears you realize you can't move. You look down and realize your hands are tied to the sides of some kind of machine, and your legs are tied back in a sort of open frog position.<br /><br />
Then you feel it, your ass strethched wide over a giant black dildo, slowly pistoning in and out. You moan, your clitty spasms a little. You have no place to go as the machine methodically works your sissy hole open. You can't help but moan like a whore as you struggle against your bonds.<br /><br />
<<set $eventCol.pushUnique("segD1v")>>
<<set $eventCol.pushUnique("segD1Enc")>>
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1EncF")>>
<<set $enemyAR to 0>>
<<set $enemyMax to 100>>
<<set $eventCol.pushUnique("fightingClock")>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("segD1Enc")>>
<<if $eventCol.includes("segD1EncF")>>
<!---enc-->
<</if>>
<<else>>
<<if $sinv.includes("ladder")>>
This is where you picked up the ladder<br /><br />
<<else>>
In the corner you notice a ladder leaning up near a workbench.<br /><br />
<<if $sinv.includes("ladder") or $eventCol.includes("segGardenWindowAccess")>>
You found a ladder here.<br /><br />
<<else>>
<span class="link-fem"><<link "Take Ladder" "SarahEndgame">>
<<set $sinv.pushUnique("ladder")>>
<</link>></span><br /><br />
<</if>>
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segC1")>>
<<set $eventCol.delete("segD1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "SarahEndgame">>
<<set $eventCol.pushUnique("segD2")>>
<<set $eventCol.delete("segD1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<</if>>
<<elseif $eventCol.includes("segD2")>>
<<set $currPos to "segD2">>
<img src="ast/img/s/segD2Hall.png" /><br /><br />
<<if $eventCol.includes("segD2v")>>
You're in the grand hallway. You can go north into the clock room, or south further down the hallway.<br /><br />
<<else>>
You finally reach the end of the grand hallway. Something about the length of this hallway doesn't seem to add up with how far you feel like you've traveled. Maybe it's the potentially non-euclidian nature that VR is capable of. The end of the hall is largely the same as the start was, grand chandeliers, paintings, all framed with graceful arches leaping over every tall window.<br /><br />
The only directions you can go from here is south back through the hallway, or north into some sort of clock room.<br /><br />
<<set $eventCol.pushUnique("segD2v")>>
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="link-fem"><<link "Move North" "SarahEndgame">>
<<set $eventCol.pushUnique("segD1")>>
<<set $eventCol.delete("segD2")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "SarahEndgame">>
<<set $eventCol.pushUnique("segD3")>>
<<set $eventCol.delete("segD2")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segD3")>>
<<set $currPos to "segD3">>
<img src="ast/img/s/segD3Hall.png" /><br /><br />
<<if $eventCol.includes("segD3v")>>
You're back in the grand hallway. You can west into the den, east in the dining hall, or go further north down the hallway.<br /><br />
<<else>>
You walk down a large hallway that seems to stretch on forever. The hall is vast and breezey and decorated with chandeliers that look to be too heavy for the delicate strands that hold them in place. The walls feature portraits, but the pictures are swirling blobs that your eyes have a hard time making any sense out of.<br /><br />
You find that you can go back west into the den, east into a dining hall, or venture north further down the long hallway.<br /><br />
<<set $eventCol.pushUnique("segD3v")>>
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="link-fem"><<link "Move North" "SarahEndgame">>
<<set $eventCol.pushUnique("segD2")>>
<<set $eventCol.delete("segD3")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segC3")>>
<<set $eventCol.delete("segD3")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segE3")>>
<<set $eventCol.delete("segD3")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segD4")>>
<<set $currPos to "segD4">>
<img src="ast/img/s/segDKitchen.png" /><br /><br />
<<if $eventCol.includes("segD4v")>>
You are in the kitchen. There's a variety of items in here to look at and that might be useful to you.<br /><br />
<<else>>
You enter the kitchen and are taken aback by how unnaturally bright the kitchen is compared to the rest of castle. You're not quite sure where the light source is... some strange artifact of the VR textures you assume. There seems to be a variety of items stocked in the kitchen.<br /><br />
The first thing that catches your eye is @@.hint;a small jar of coconut oil@@ sitting out on a counter top, precariously close to the edge. Next You see a @@.hint;variety of pot and pans@@ lining the wall and spread out over the various counter tops.<br /><br />
Over by the wall you see a large @@.hint;imposing oven@@, the logo on the side proudly describes it as the "Bread Forge Super Oven". Sitting off by it's lonesome is @@.hint;a box of weird instant bread mix@@.<br /><br />
<<set $eventCol.pushUnique("segD4v")>>
<</if>>
<<if $sinv.includes("coconutOil")>>
This is where you picked up the coconut oil<br /><br />
<<else>>
<span class="link-fem"><<link "Take Coconut Oil" "SarahEndgame">>
<<set $sinv.pushUnique("coconutOil")>>
<</link>></span><br /><br />
<</if>>
<<if not $sinv.includes("segB4vLibraryKey")>>
<<if $sinv.includes("breadPan")>>
This is where you picked up the bread pan<br /><br />
<<else>>
<span class="link-fem"><<link "Take a Bread Pan" "SarahEndgame">>
<<set $sinv.pushUnique("breadPan")>>
<</link>></span><br /><br />
<</if>>
<span class="link-fem"><<linkappend "Examine Oven" "SarahEndgame">>
<br /><br />You examine the controls on the oven, this thing only has one setting it's set at 3000°F! That's way overkill for simple bread! You would need both a heavy-duty bread pan, and some hardcore bread mix to survive temperatures like that!<br /><br />
<<if $sinv.includes("breadMix") and $sinv.includes("breadPan") and $sinv.includes("brokenKey")>>
<span class="link-fem"><<linkappend "Library Key - Reforged" "SarahEndgame">>
<br /><br />You realize that with temperatures that high, you could easily reforge the remains of the broken key back into functionality! You pour the powdery bread mix into the bread pan and press the pieces of the broken key into the dense, sandy powder so that it creates a perfect mold to re-melt into.<br /><br />
You place your makeshift key mold into the oven, and flip the switch. Within mere seconds, you feel a blast of heat... then... it is finished. The Bread Forge... has forged you the mightiest of breads.<br /><br />
Along with a repaired Library Key!<br /><br />
<span class="link-fem"><<link "Take Library Key" "SarahEndgame">>
<<set $sinv.delete("brokenKey")>>
<<set $sinv.delete("breadMix")>>
<<set $sinv.delete("breadPan")>>
<<set $sinv.pushUnique("segB4vLibraryKey")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<<else>>
You have no reason to @@.hint;forge@@ bread... @@.hint;yet@@.<br /><br />
<</if>>
<</linkappend>></span><br /><br />
<<if $sinv.includes("breadMix")>>
This is where you picked up the bread mix as well as the first floor bathroom key<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Weird Bread Mix" "SarahEndgame">>
<br /><br />The box of mix is much heavier than it looks, you almost drop it!<br /><br />
You look at the label, "Ultraquick Dough Mix, Hard as a Rock!"
You think that's a strange selling point for bread mix. You take a peek inside the box and see something metallic jutting out on the surface of the dense powerdery substance within. With a light tug you recover @@.hint;a key!@@ You can see the word "bathroom" inscribed on the head of the key in tiny print.<br /><br />
<span class="link-fem"><<link "Take Ultraquick Dough Mix" "SarahEndgame">>
<<set $sinv.pushUnique("segB4vBathroomKey")>>
<<set $sinv.pushUnique("breadMix")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segC4")>>
<<set $eventCol.delete("segD4")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segD5")>>
<<set $currPos to "segD5">>
<img src="ast/img/s/segCSideRH.png" /><br /><br />
<<if $eventCol.includes("segD5v")>>
You arrive at the edge of a cliff outside the castle walls, but you can't seem to find anything useful.<br /><br />
<<else>>
You follow the castle wall to the east until you come to the edge of a cliff. From here you can see a beautiful simulated sunset responsible for the orange and pink tinted sky. Still... the sky feels a little unnatural... and it's just that touch of unnaturalness that keeps you grounded in the truth that this is all just VR.<br /><br />
You shuffle around the edge of the cliff, but you can't seem to find anything useful.<br /><br />
<<set $eventCol.pushUnique("segD5v")>>
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segC5")>>
<<set $eventCol.delete("segD5")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segE3")>>
<<set $currPos to "segE3">>
<img src="ast/img/s/segEDining.png" /><br /><br />
<<if $eventCol.includes("segE3v")>>
You are in the dining hall. There is a garden through the eastern door, or you can go back west into the hall.<br /><br />
<<else>>
You enter into a majestic dining hall flanked by colorful flags and banners. The table is set with gleaming silver plates and illuminated by large candlesticks. On the high walls are draped faded but intricately crafted tapestries.<br /><br />
You see a small iron door that appears to lead out into the garden. You feel a slight draft, you look up and notice a window far above that appears to be missing, letting the garden air flow freely into the dining hall.<br /><br />
<<set $eventCol.pushUnique("segE3v")>>
<</if>>
<<if not $eventCol.includes("segGardenDoorOpen")>>
<span class="link-fem"><<linkappend "Examine Garden Door" "SarahEndgame">>
<br /><br />This door appears to be barred from the otherside<br /><br />
<</linkappend>></span><br /><br />
<</if>>
<<if not $eventCol.includes("segGardenWindowAccess")>>
<span class="link-fem"><<linkappend "Examine Window" "SarahEndgame">>
<<if $sinv.includes("ladder")>>
Looks like you ladder is the perfect length to reach the garden window!<br /><br />
<span class="link-fem"><<link "Place Ladder" "SarahEndgame">>
<<set $sinv.delete("ladder")>>
<<set $eventCol.pushUnique("segGardenWindowAccess")>>
<</link>></span><br /><br />
<<else>>
<br /><br />You have no way if reaching a window that high.<br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segD3")>>
<<set $eventCol.delete("segE3")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<<if $eventCol.includes("segGardenWindowAccess")>>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segF3")>>
<<set $eventCol.delete("segE3")>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Move East</span><br />
<</if>>
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segF3")>>
<<set $currPos to "segE3">>
<<if $eventCol.includes("segF3EncFRes")>>
<<set $eventCol.delete("segF3EncFRes")>>
<<if $enemyAR gte $enemyMax>>
The garden man grimaces, your expert sexual attention pushing him past the point of no return.<br /><br />
He grunts, with a mixture of defeat and relief as his cock unleashes a glob of cum inside your ass.<br /><br />
He pulls away, cum still spurting from his cock, splashing and spraying it all over you in the process.<br /><br />
<img src="ast/img/s/segGMSucceed.png" /><br /><br />
You instinctively rub the cum into your skin, it's slimy texture makes you feel warm and tingly. You're almost overwhelmed by a surge of euphoria as you regain your senses.<br /><br />
As the man's collapsed form fades into nothingness, he leaves behind what looks like some sort of juice box. You pick it up, the label reads "Plant Sap". You take a sip and... it's delicious! After a few moments of furious sucking, you drain the juice completely.<br /><br />
The Sap somehow makes you feel more resistant to pleasure... like you can handle much more intense sensations now.<br /><br />
<span class="link-fem"><<link "Sap Absorption" "SarahEndgame">>
<<set $sinv.pushUnique("sap")>>
<<set $sissyMax to 1000>>
<<set $sissyAR to 500>>
<<set $eventCol.delete("segF3EncF")>>
<<set $eventCol.delete("segF3Enc")>>
<<set $eventCol.delete("fightingGardenMan")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segF3EncBlow")>>
You attempt to give the man a good blowjob, but he's very rough with you, forcing your head down on his big meaty cock while also spanking you. The combined assault turns you on in an indescribable way as he forces his dick down your throat.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segF3EncBlow")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segF3EncResistBlow")>>
You attempt to resist but he's even stronger than he looks as he roughly feeds your throat his thick, long, cock. You whimper, attempting to maintain your focus as he takes control. Your struggles only seem to turn him on more.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segF3EncResistBlow")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segF3EncRide")>>
His thick cock feels amazing in your ass. He easily rubs your little bitch button deep inside your whole. You think you might cum right there, but you manage to hold on a little longer. Your aparent ecstacy seems to really arouse him as well.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segF3EncRide")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segF3EncResistRide")>>
You attempt to fight his advances by tilting your hips back, causing his cock to constantly slip out of you. This frustrates him, which causes him to roughly spank your tits each time it happens. Both of you lose some arousal.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segF3EncResistRide")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segF3EncPound")>>
The man roughly fucks you, your clitty dangling uselessly with each thrust. You find that by relaxing and letting him pound your hole, that you're able to focus on not being aroused as much, but he doesn't much like your dead-fish routine either.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segF3EncPound")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segF3EncResistPound")>>
You try to pull away from him, but he just tightens his grip on your hips and pounds you harder. The feeling of his ahrd cock crushing your bitch button feels so good though. Every powerful thrust forces a slutty moan and a tiny drip of sissy fluid to leak out of your clitty. You both become more aroused.<br /><br />
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.delete("segF3EncResistPound")>>
<</link>></span><br /><br />
<<else>>
--place holder result<br /><br />
<</if>>
<<elseif $eventCol.includes("segF3EncF")>>
<<set $eventCol.delete("fightingShemale0")>>
<<set $eventCol.pushUnique("fightingGardenMan")>>
<b>Enemy Arousal:</b> $enemyAR / $enemyMax<br /><br />
<<set $enemyAR to $enemyAR - 10>>
<<set _enemyAction to random(2)>>
<<for _enemyAction is $enemyIns>>
<<set _enemyAction to random(2)>>
<</for>>
<<set _enemyIns to _enemyAction>>
<<if _enemyAction is 0>>
<<set $enemyIns to 0>>
The man grabs you by the neck and forces you over his lap, pushing your head roughly towards his thick cock.<br /><br />
<video src="ast/img/segGMBj.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Mmmmm Cock!" "SarahEndgame">>
<<set $eventCol.pushUnique("segF3EncFRes")>>
<<set $eventCol.pushUnique("segF3EncBlow")>>
<<set $sissyAR to $sissyAR + 30>>
<<set $enemyAR to $enemyAR + 20>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segF3EncFRes")>>
<<set $eventCol.pushUnique("segF3EncResistBlow")>>
<<set $sissyAR to $sissyAR + 20>>
<<set $enemyAR to $enemyAR + 30>>
<</link>></span><br /><br />
<<elseif _enemyAction is 1>>
<<set $enemyIns to 1>>
The man picks you up and plops you right ontop of his pre-cum slick cock. You moan with pleasure as he splits you apart in the best kind of way. Your eyes roll back as he begins to forcefully bounce you on his tree trunk of a cock.<br /><br />
<video src="ast/img/segGMRide.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Ride that Cock!" "SarahEndgame">>
<<set $eventCol.pushUnique("segF3EncFRes")>>
<<set $eventCol.pushUnique("segF3EncRide")>>
<<set $sissyAR to $sissyAR + 30>>
<<set $enemyAR to $enemyAR + 30>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segF3EncFRes")>>
<<set $eventCol.pushUnique("segF3EncResistRide")>>
<<set $sissyAR to $sissyAR - 30>>
<<set $enemyAR to $enemyAR - 30>>
<</link>></span><br /><br />
<<elseif _enemyAction is 2>>
<<set $enemyIns to 2>>
The man spanks you, spins you around, and bends you over. You feel the head of his cock roughly penetrate your sissy hole. It's so thick you're not sure whether to cry with pain or pleasure.<br /><br />
<video src="ast/img/segGMPound.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
What do you do?<br /><br />
<span class="link-fem"><<link "Just Surrender!" "SarahEndgame">>
<<set $eventCol.pushUnique("segF3EncFRes")>>
<<set $eventCol.pushUnique("segF3EncPound")>>
<<set $sissyAR to $sissyAR - 10>>
<<set $enemyAR to $enemyAR + 10>>
<</link>></span><br /><br />
<span class="link-fem"><<link "Resist!" "SarahEndgame">>
<<set $eventCol.pushUnique("segF3EncFRes")>>
<<set $eventCol.pushUnique("segF3EncResistPound")>>
<<set $sissyAR to $sissyAR + 20>>
<<set $enemyAR to $enemyAR + 20>>
<</link>></span><br /><br />
<</if>>
<<else>>
<img src="ast/img/s/segFGarden.png" /><br /><br />
<</if>>
<<if $eventCol.includes("segF3Enc")>>
<!--encounter stuff-->
<<elseif $eventCol.includes("segF3v")>>
You're in the garden where you defeated the aggressive garden man. You can leave by going west back into the dining hall.<br /><br />
<<else>>
You carefully lower yourself from the window, but have litte choice but to drop the remaining few feet. Luckily there's a bush below that helps break your fall. You can see now that there's an iron bar attatched to a slide that prevents access to the garden from the kitchen. It seems a little backwards to you, like the door should be installed the opposite way.<br /><br />
You approach the door and pull the bar back, allowing for easy access between the garden and the dining hall. You turn around and look out into the variety of trees, flowers, and shrubs that all seem to be arranged as sort of simple maze.<br /><br />
The maze itself isn't too terribly difficult to navigate since you can see over most of the greenery... but you swear you think you heard something...<br /><br />
You glance over your shoulder then turn around quickly, feeling like someone's about to sneak up on you.<br /><br />
But the garden just rustles gently with the wind.<br /><br />
Then you hear the howl.<br /><br />
A naked man comes barrelling out of the bushes, his big cock swing like a clock pendulum as he crashes towards you.<br /><br />
<i>Not again</i> you think as he easily tackles you into the grass.<br /><br />
<<set $eventCol.pushUnique("segGardenDoorOpen")>>
<<set $eventCol.pushUnique("segF3v")>>
<<set $eventCol.pushUnique("segF3Enc")>>
<span class="link-fem"><<link "Fight!" "SarahEndgame">>
<<set $eventCol.pushUnique("segF3EncF")>>
<<set $enemyAR to 30>>
<<set $enemyMax to 100>>
<<set $enemyIns to 1>>
<<set $eventCol.pushUnique("fightingGardenMan")>>
<<set $eventCol.delete("fightingShemale0")>>
<</link>></span><br /><br />
<</if>>
<<if $eventCol.includes("segF3Enc")>>
<<if $eventCol.includes("segF3EncF")>>
<!---enc-->
<</if>>
<<else>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segE3")>>
<<set $eventCol.delete("segF3")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<</if>>
<<elseif $eventCol.includes("segBSA1")>>
<<set $currPos to "segBSA1">>
<img src="ast/img/s/segABStairs.png" /><br /><br />
<<if $eventCol.includes("segBSA1v")>>
You are at the very bottom of the tower with the spiral stairs. You can go back upstairs, or head east into the dungeon entryway.<br /><br />
<<else>>
You carefully descend the stairs, careful not to trip. The stairs are slightly uneven, making every step feel perilous. You brace yourself against the wall of the tower as you work your way down until finally... you reach the bottom.<br /><br />
Peering into the dimly lit interior of the next room, it appears to be some sort of entryway into the basement level.<br /><br />
<<set $eventCol.pushUnique("segBSA1v")>>
<</if>>
<span class="link-fem"><<link "Move Up" "SarahEndgame">>
<<set $eventCol.pushUnique("segC1")>>
<<set $eventCol.delete("segBSA1")>>
<</link>></span><br /><br />
<span class="p-masc">Move Down</span><br />
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("segBSB1")>>
<<set $eventCol.delete("segBSA1")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segBSB1")>>
<<set $currPos to "segBSB1">>
<<addclass "body" "pulseHypLow">>
<img src="ast/img/s/segBDunE.png" /><br /><br />
<<if $eventCol.includes("segBSB1v")>>
You're in the dungeon entryway, you can go west into the tower stairs. Further south is a jail.<br /><br />
<<else>>
You carefully venture inside the dungeon, until you come to a long row of prison-style bars blocking any further progress. You think you can hear a low hum off in the distance. As you get closer to the bars, the more sensitive your body becomes, and the louder the thrumming gets.<br /><br />
<<set $eventCol.pushUnique("segBSB1v")>>
<</if>>
<<if not $eventCol.includes("jailOpen")>>
<span class="link-fem"><<linkappend "Inspect Jail Gate" "SarahEndgame">>
<br /><br />The gate to the jail is locked.<br /><br />
<<if $sinv.includes("submissionKey")>>
<span class="link-fem"><<link "Open Jail" "SarahEndgame">>
<<set $eventCol.pushUnique("jailOpen")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("segBSA1")>>
<<set $eventCol.delete("segBSB1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<<if $eventCol.includes("jailOpen")>>
<span class="link-fem"><<link "Move South" "SarahEndgame">>
<<set $eventCol.pushUnique("segBSB2")>>
<<set $eventCol.delete("segBSB1")>>
<<set $sinv to []>>
<<set $eventCol.pushUnique("segCloseInv")>>
<</link>></span><br /><br />
<<else>>
<span class="p-masc">Move South</span><br />
<</if>>
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segBSB2")>>
<<set $currPos to "segBSB2">>
<<addclass "body" "pulseHypMed">>
<img src="ast/img/s/segJail.png" /><br /><br />
<<if $eventCol.includes("segBSB2v")>>
You're in the jail now. The only way forward is south.<br /><br />
<<else>>
You enter into the small jail complex. As soon as you pass through the gate, it slams closed behind you! You rush back and tug on the gate, but it won't open!<br /><br />
You check your inventory to use the jail key again but... everything you were carrying has completely vanished!<br /><br />
You hear the victory chime... but it sounds distorted... distant.<br /><br />
New checkpoint reached.<br /><br />
The thrumming vibration is stronger now. There appears to be something further in the jail. As you examine one of the cells, you see that its southern wall is completely missing and appears to lead into a much larger chamber.<br /><br />
<<script>>UIBar.stow();<</script>>
<<set $sissyChkPoint to "segBSB2">>
<<set $eventCol.pushUnique("segBSB2v")>>
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "SarahEndgame">>
<<set $eventCol.pushUnique("segBSB3")>>
<<set $eventCol.delete("segBSB2")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("segBSB3")>>
<<set $currPos to "segBSB3">>
<<addclass "body" "pulseHyp">>
<img src="ast/img/s/segCultHall.png" /><br /><br />
<<if $eventCol.includes("segBSB3v")>>--cult
You are in the Cult Hall, there is no escape.<br /><br />
<<else>>
The thrumming is a loud roar now, every pulse sending waves of arousal through your nude body. You enter into a large, circular stone chamber.<br /><br />
The perimeter of the chamber is lined with the same swirly pulsing art you saw elsewhere in the castle.<br /><br />
Then you see her... the girl with the big dick from before. She stands in the center of chamber, next to a large rectangular box covered in a red velvet drape.<br /><br />
She beckons you forth.<br /><br />
<<set $eventCol.pushUnique("segBSB3v")>>
<<script>>UIBar.stow();<</script>>
<</if>>
<span class="link-fem"><<link "Approach the Red Objects" "SarahEndgame">>--redbox
<<set $eventCol.pushUnique("segP1")>>
<<set $eventCol.delete("segBSB3")>>
<<set $eventCol.delete("segGame")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("seg2A1")>>
<<set $currPos to "segBSB1">>
<img src="ast/img/s/segA2Stairs.png" /><br /><br />
<<if $eventCol.includes("seg2A1v")>>
You're at the top of the tower stairs. You can descend back to the first floor, or heard east into a hallway.<br /><br />
<<else>>
You trudge your way up the stairs until your legs start to ache... then your trudge on a little more. Occasionally you glance up and see the dizzying image of the bottom side of the spiral stairs seems to twist on forever.
However, you push on until finally, you reach the top. To the east of you appears to be a hallway.<br /><br />
<<set $eventCol.pushUnique("seg2A1v")>>
<</if>>
<span class="p-masc">Move Up</span><br /><br />
<span class="link-fem"><<link "Move Down" "SarahEndgame">>
<<set $eventCol.pushUnique("segC1")>>
<<set $eventCol.delete("seg2A1")>>
<</link>></span><br /><br />
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move East" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2B1")>>
<<set $eventCol.delete("seg2A1")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("seg2B1")>>
<<set $currPos to "segBSB1">>
<img src="ast/img/s/seg2BHall.png" /><br /><br />
<<if $eventCol.includes("seg2B1v")>>
You are in the hallway that leads to an array of doors. Further south you can get to the ramparts. You can also go west back into the tower stairs.<br /><br />
<<else>>
You venture down the hallway, admiring how shiny the checkered flooring is. You notice the hallway itself is flanked by statuary, but that your eyes can't seem to focus on the statues themselves. The same sort of bubbling swirls engulf them that do the other works of art in this castle in an unreal violation of physics.<br /><br />
As you make your way down the hall, you see that there's four doors lined up in a row on the eastern side of the hallway. The first door is narrow and small and it immediately reminds you of the door to the bathroom on the first story.<br /><br />
The second door is large and wooden, it appears to lead to a grand bedroom.<br /><br />
The second door is a little smaller, you assume it leads to a standard bedroom, or whatever passes for "standard" in this castle.<br /><br />
Finally the last door is smaller still and looks like it might lead to a modestly-sized guest bedroom.<br /><br />
Further south leads to the ramparts.<br /><br />
<<set $eventCol.pushUnique("seg2B1v")>>
<</if>>
<<if $eventCol.includes("bathAccess")>>
<span class="link-fem"><<link "Enter Bathroom" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2C1")>>
<<set $eventCol.delete("seg2B1")>>
<</link>></span><br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Bathroom Door" "SarahEndgame">>
<br /><br />The door opens easily!<br /><br />
<span class="link-fem"><<link "Open Bathroom Door" "SarahEndgame">>
<<set $eventCol.pushUnique("bathAccess")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<<if $eventCol.includes("GBAccess")>>
<span class="link-fem"><<link "Enter Grand Bedroom" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2C2")>>
<<set $eventCol.delete("seg2B1")>>
<</link>></span><br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Grand Bedroom Door" "SarahEndgame">>
<br /><br />This door is locked.<br /><br />
<<if $sinv.includes("grandBedroomKey")>>
<span class="link-fem"><<link "Open Grand Bedroom Door" "SarahEndgame">>
<<set $eventCol.pushUnique("GBAccess")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<<if $eventCol.includes("SBAccess")>>
<span class="link-fem"><<link "Enter Standard Bedroom" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2C3")>>
<<set $eventCol.delete("seg2B1")>>
<</link>></span><br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Standard Bedroom Door" "SarahEndgame">>
<br /><br />This door is @@.hint;jammed@@, perhaps lubricating the lock will allow it to open.<br /><br />
<<if $sinv.includes("analLube")>>
<span class="link-fem"><<link "Lube Up Standard Bedroom Door" "SarahEndgame">>
<<set $eventCol.pushUnique("SBAccess")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<<if $eventCol.includes("GuBAccess")>>
<span class="link-fem"><<link "Enter Guest Bedroom" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2C4")>>
<<set $eventCol.delete("seg2B1")>>
<</link>></span><br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Guest Bedroom Door" "SarahEndgame">>
<br /><br />This door is locked.<br /><br />
<<if $sinv.includes("guestBedroomKey")>>
<span class="link-fem"><<link "Open Guest Bedroom Door" "SarahEndgame">>
<<set $eventCol.pushUnique("GuBAccess")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2A1")>>
<<set $eventCol.delete("seg2B1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="link-fem"><<link "Move South" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2B5")>>
<<set $eventCol.delete("seg2B1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("seg2B5")>>
<<set $currPos to "seg2B5">>
<img src="ast/img/s/segBRamparts.png" /><br /><br />
<<if $eventCol.includes("seg2B5v")>>
You look out over the scenic view from the ramparts.<br /><br />
<<else>>
You arrive at the ramparts and get a good look at the simulated wilderness surrounding the castle. It seems to stretch far off into the alien horizon.<br /><br />
You take a deep breath, then resume your quest.<br /><br />
<<set $eventCol.pushUnique("seg2B5v")>>
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="link-fem"><<link "Move North" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2B1")>>
<<set $eventCol.delete("seg2B5")>>
<</link>></span><br /><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="p-masc">Move West</span><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("seg2C1")>>
<<set $currPos to "seg2C1">>
<img src="ast/img/s/seg2CBathroom.png" /><br /><br />
<<if $eventCol.includes("seg2C1v")>>
You are in a small bathroom, you can exit west back into the hallway.<br /><br />
<<else>>
You enter into a tiny bathroom on the second floor of the castle. This bathroom is another strange mix of modern convenience and medieval style as you examine the conventional sink faucet among the old castle stonework. Underneath the sink you spot a small cabinet that might be worth searching through.<br /><br />
Nearby is narrow shower, complete with one of Valerie's favorite skin care products, shea butter lotion!<br /><br />
<<set $eventCol.pushUnique("seg2C1v")>>
<</if>>
<<if $sinv.includes("sheaButter") or $sinv.includes("analLube")>>
This is where you found the shea butter lotion.<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Shea Butter Lotion" "SarahEndgame">>
<br /><br />It smells good and moisturizes even better.<br /><br />
<span class="link-fem"><<link "Take Shea Butter Lotion" "SarahEndgame">>
<<set $sinv.pushUnique("sheaButter")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<<if $sinv.includes("lubeCup") or $sinv.includes("analLube")>>
This is where you found the cup.<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Sink Cabinet" "SarahEndgame">>
<br /><br />There's a small cup in here!<br /><br />
<span class="link-fem"><<link "Take Cup" "SarahEndgame">>
<<set $sinv.pushUnique("lubeCup")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<<if $sinv.includes("lubeCup") and $sinv.includes("sheaButter") and $sinv.includes("coconutOil")>>
<span class="link-fem"><<linkappend "Contemplate Ingredients" "SarahEndgame">>
<br /><br />You realize that you can mix the viscosity and body safe nature of your coconut oil, along with the silky moisurizing power of your shea butter lotion to create some effective anal lubricant!<br /><br />
You suppose the lubricant could be used for other things like unsticking stubborn doors...<br /><br />
<span class="link-fem"><<link "Create Anal Lube" "SarahEndgame">>
<<set $sinv.pushUnique("analLube")>>
<<set $sinv.delete("lubeCup")>>
<<set $sinv.delete("sheaButter")>>
<<set $sinv.delete("coconutOil")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2B1")>>
<<set $eventCol.delete("seg2C1")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("seg2C2")>>
<img src="ast/img/s/segGBed.png" /><br /><br />
<<if $eventCol.includes("seg2C2v")>>
You're inside the grand bedroom. There's a shimmering blue mirror here. You can exit west back into the hallway.<br /><br />
<<else>>
Wow, this room is huge compared to the other bedrooms! A huge four-post bed, intricate paintings, silky blood-red drapes, and old, intricately carved wooden furnishing lend the room a level of spoiled decadence not seen in the rest of the castle.<br /><br />
Wondering around the grand bedroom, you spot a familiar looking mirror... except this one has no frame at all. It shimmers with an ethereal blue glow.<br /><br />
<<set $eventCol.pushUnique("seg2C2v")>>
<</if>>
<<if $sinv.includes("cDistinction")>>
You found the Crystal of Distinction here.<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Mirror" "SarahEndgame">>
<br /><br />You run your fingers across the surface of the pulsing blue mirror.<br /><br />
<span class="link-fem"><<link "Stare into the Mirror" "OnetimeBoard2">>
<<set $sinv.pushUnique("cDistinction")>>
<<set $eventCol.pushUnique("gainDistinction")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2B1")>>
<<set $eventCol.delete("seg2C2")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("seg2C3")>>
<<set $currPos to "seg2C3">>
<img src="ast/img/s/segSBed.png" /><br /><br />
<<if $eventCol.includes("seg2C3v")>>
You're inside the standard bedroom. There's a red-framed mirror here. You can exit west back into the hallway.<br /><br />
<<else>>
You enter into the the lavishly decorated interior of the standard castle bedroom. The bed that dominates the center of the room looks plush and inviting.<br /><br />
Your mind immdiately starts to wander... about what it would be like for some hunky guy to lay you out on your back and pound you into sissy putty. You absentmindedly stroke your clitty with a single finger as you ponder your sex daydream.<br /><br />
You briefly snap out of it as you look over at the other side of the room and notice a body length mirror set inside an ornate wooden frame painted a dark red color.<br /><br />
<<set $eventCol.pushUnique("seg2C3v")>>
<</if>>
<<if $sinv.includes("cCoherence")>>
You found the Crystal of Coherence here.<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Mirror" "SarahEndgame">>
<br /><br />You run your fingers along the red frame and notice there appears to be a small hollow where something oval-shaped might fit.<br /><br />
<<if $sinv.includes("cDistinction")>>
<span class="link-fem"><<link "Use Crystal of Distinction" "OnetimeBoard2">>
<<set $sinv.pushUnique("cCoherence")>>
<<set $eventCol.pushUnique("gainCoherence")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<<if $sinv.includes("guestBedroomKey")>>
You found the guest bedroom key here<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Pillow" "SarahEndgame">>
<br /><br />You pick up the soft luxury pillow and find a small key for the guest bedroom!<br /><br />
<span class="link-fem"><<link "Take Guest Bedroom Key" "SarahEndgame">>
<<set $sinv.pushUnique("guestBedroomKey")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2B1")>>
<<set $eventCol.delete("seg2C3")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<elseif $eventCol.includes("seg2C4")>>
<<set $currPos to "seg2C4">>
<img src="ast/img/s/segGuBed.png" /><br /><br />
<<if $eventCol.includes("seg2C4v")>>
You're inside the guest bedroom. There's a green-framed mirror here. You can exit west back into the hallway.<br /><br />
<<else>>
You enter into a small but no less lavishly furnished guest bedroom. It feels nice and warm in here, and you immediately feel like crawling into the cozy little bed and taking an afternoon nap...<br /><br />
Or perhaps crawling into bed and being a horny little sissy... if only you had some company.<br /><br />
Similar to the other bedroom, you spot another full length mirror except this one's frame is green.<br /><br />
You also spot a suspicious looking book sitting on an end table.<br /><br />
<<set $eventCol.pushUnique("seg2C4v")>>
<</if>>
<<if $sinv.includes("cContinuity")>>
You found the Crystal of Continuity here.<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Mirror" "SarahEndgame">>
<br /><br />You run your fingers along the green frame and notice there appears to be a small hollow where something oval-shaped might fit.<br /><br />
<<if $sinv.includes("cCoherence")>>
<span class="link-fem"><<link "Use Crystal of Coherence" "OnetimeBoard2">>
<<set $sinv.pushUnique("cContinuity")>>
<<set $eventCol.pushUnique("gainContinuity")>>
<</link>></span><br /><br />
<</if>>
<</linkappend>></span><br /><br />
<</if>>
<<if $sinv.includes("grandBedroomKey")>>
You found the grand bedroom key here<br /><br />
<<else>>
<span class="link-fem"><<linkappend "Examine Book" "SarahEndgame">>
<br /><br />You pick up the book on the desk, and similar to the one in the library, you find a key inside the hollowed out pages.<br /><br />
<span class="link-fem"><<link "Take Grand Bedroom Key" "SarahEndgame">>
<<set $sinv.pushUnique("grandBedroomKey")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</if>>
<table border = 0>
<tr>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px>
<span class="p-masc">Move North</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=50px>
<span class="link-fem"><<link "Move West" "SarahEndgame">>
<<set $eventCol.pushUnique("seg2B1")>>
<<set $eventCol.delete("seg2C4")>>
<</link>></span><br /><br />
</td>
<td width=50px>
<span class="p-masc">Move South</span><br />
</td>
<td width=50px>
<span class="p-masc">Move East</span><br />
</td>
<td width=50px><p style="font-weight: bold"></p></td>
</tr>
</table>
<<else>>
-fallen out of map?
<</if>>
<<if $sissyAR gt $sissyMax>>
<<set $sissyAR to $sissyMax>>
test
<<set $eventCol.delete($currPos)>>
<<set $eventCol.pushUnique($sissyChkPoint)>>
<<if $eventCol.includes("fightingMuscularMan")>>
<<set $eventCol.pushUnique("muscularManFuck")>>
<<elseif $eventCol.includes("fightingClock")>>
<<set $eventCol.pushUnique("clockFuck")>>
<<elseif $eventCol.includes("fightingShemale0")>>
<<set $eventCol.delete("gardenManFuck")>>
<<set $eventCol.pushUnique("shemaleFuck0")>>
<<elseif $eventCol.includes("fightingGardenMan")>>
<<set $eventCol.delete("shemaleFuck0")>>
<<set $eventCol.pushUnique("gardenManFuck")>>
<<else>>
<<set $eventCol.pushUnique("handCumming")>>
<</if>>
<<set $eventCol.pushUnique("segCumming")>>
<<goto OnetimeBoard2>>
<</if>>
<<if $sissyAR lte 0>>
<<set $eventCol.delete($currPos)>>
<<set $eventCol.pushUnique($sissyChkPoint)>>
<<set $eventCol.pushUnique("sissyARDepleted")>>
<<goto OnetimeBoard2>>
<</if>>
<<elseif $eventCol.includes("segP1")>>
The girl pulls the drape away and...<br /><br />
The pulse stops...<br /><br />
And in the cage... is you...<br /><br />
The old you.<br /><br />
<img src="ast/img/s/segPudgy.png" /><br /><br />
You were pudgy, out of shape, stuck in a job that was going nowhere and barely paid anything.<br /><br />
You look back at the dick girl and... her big dig is gone. Instead, it's a cute little clitty... just like yours!<br /><br />
Then you realize something else...<br /><br />
<img src="ast/img/s/segDestin.png" /><br /><br />
She's you.<br /><br />
She smiles and waves at you, urging you to step closer.<br /><br />
<span class="link-fem"><<link "Step Closer" "SarahEndgame">>
<<set $eventCol.pushUnique("segP2")>>
<<set $eventCol.delete("segP1")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segP2")>>
As you get near her you see she's standing next to a lever. You somehow know what it's for already.<br /><br />
Pull the lever... destroy that last tiny glimmers of your old self. Forget everything... embrace the life of the perfect sissy. Hairless, smooth, slutty, eager, submissive... Perfection.<br /><br />
Submit and Descend to your final depravity.<br /><br />
<span class="link-fem"><<link "Pull the Lever" "SarahEndgame">>
<<set $eventCol.pushUnique("segP3")>>
<<set $eventCol.delete("segP2")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segP3")>>
You and your doppleganger pull the lever, the cage floats high into the air, then jets of flame erupt from the swirly portals, incinerating your old self.<br /><br />
Your old self doesn't make a sound... he just stands there... a dumbstruck expression on his face as he turns to ash.<br /><br />
Something breaks in you... the sissy.<br /><br />
You... the sissy.<br /><br />
You... the sissy.<br /><br />
The sissy... the sissy.<br /><br />
You look around, your doppleganger is gone. Your old masculinity, incinerated in the flames of degeneracy.<br /><br />
A portal opens up where the cage once stood. It's black inkiness radiates a pleasant warmth. You can't help yourself...<br /><br />
<span class="link-fem"><<link "Descendo" "SarahEndgame">>
<<set $eventCol.pushUnique("segP4")>>
<<set $eventCol.delete("segP3")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segP4")>>
You wake up...<br /><br />
You're in a hospital bed.<br /><br />
<img src="ast/img/s/segHospi.png" /><br /><br />
Your vision is groggy and fuzzy but slowly clears. To your right you see your arm is hooked up to an IV keeping you hydrated and providing essential nutrition.<br /><br />
To your left appears to be the VR helmet sitting on a table hooked up to what you can only assume is the computer responsible for running the simulation.<br /><br />
Then you notice a nurse, her back turned to you. She looks over her shoulder and smiles and holds up her hand, telling you to wait.<br /><br />
You drift off the sleep for a few moments, your head rapidly clearing.<br /><br />
When you wake up again... Valerie is by yourside.<br /><br />
@@.hg;"You did it, $pc "@@ says Valerie, beaming with pride.<br /><br />
You're not entirely sure what she means.<br /><br />
@@.hg;"You've been in recovery for about three weeks and it looks like you've fully healed up!"@@ exclaims Valerie<br /><br />
A surge of panic hits you, suddenly remembering the choice you made.<br /><br />
You throw off the covers and run your hand down to your crotch.<br /><br />
You feel your tiny little clitty, still hard from the simulation...<br /><br />
But...<br /><br />
<img src="ast/img/s/segNB.png" /><br /><br />
Your hands run down to your scrotum... and nothing. You pat the empty void where your balls used to be and instead it's just a slightly saggy mound of smooth skin. You examine your empty patch, feeling a small strip of scar tissue where the incision was made.<br /><br />
It's painless, you recovered completely while you were in some sort of VR-aided dream state.<br /><br />
<img src="ast/img/s/segNB4.png" /><br /><br />
@@.hg;"C'mon, get dressed. Your reward is waiting!"@@ cheers Valerie.<br /><br />
<span class="link-fem"><<link "Get Dressed" "SarahEndgame">>
<<set $eventCol.pushUnique("segP5")>>
<<set $eventCol.delete("segP4")>>
<</link>></span><br /><br />
<<elseif $eventCol.includes("segP5")>>
You arrive back a the Descendo Club and are led into an elevator the climbs all the way to the top floor.<br /><br />
Valerie leads you into a small room off to the side. The room is brightly lit.<br /><br />
There's a bed here...<br /><br />
On either side of the bed are a group of men sitting, eating their lunch... as if waiting for a presentation.<br /><br />
@@.hg;"Be a good sissy, give them a little show,"@@ encourage Valerie.<br /><br />
You don't hesitate, their will is your will.<br /><br />
You begin to shed your clothing<br /><br />
<span class="link-fem"><<linkappend "Tease" "SarahEndgame">>
<br /><br />You pull down your bra, letting your nipples pop over the top of it<br /><br />
<img src="ast/img/s/sis0.png" /><br /><br />
<span class="link-fem"><<linkappend "Tease" "SarahEndgame">>
<br /><br />You squeeze your soft pillowy tits together<br /><br />
<img src="ast/img/s/sis1.png" /><br /><br />
<span class="link-fem"><<linkappend "Tease" "SarahEndgame">>
<br /><br />You kneel on the bed, letting your cuvy ass spread a little.<br /><br />
<img src="ast/img/s/sis2.png" /><br /><br />
<span class="link-fem"><<linkappend "Tease" "SarahEndgame">>
<br /><br />You begin to pull your skimpy panties off.<br /><br />
<img src="ast/img/s/sis3.png" /><br /><br />
<span class="link-fem"><<linkappend "Tease" "SarahEndgame">>
<br /><br />You present yourself, spreading your sissy hole.<br /><br />
<img src="ast/img/s/sis4.png" /><br /><br />
On display like this, you desperately need a cock<br /><br />
<img src="ast/img/s/sis5.png" /><br /><br />
<span class="link-fem"><<linkappend "Get Fucked" "SarahEndgame">>
<br /><br />As if answering your prayers, a naked hunk of a man walks in, cock proud and erect.<br /><br />
Your sissy heart jumps for joy.<br /><br />
You need this so bad.<br /><br />
Valerie hands you a little bottle of lube to prepare your ass as the man applies some to his cock.<br /><br />
He kisses you deeply before climbing underneath you, letting you control the angle, letting you make sure his cock hits the right spot.<br /><br />
It's your reward after all.<br /><br />
He's so fucking thick. Even with lube it hurts a little, but in a way you've come to cherish.<br /><br />
His cock presses snugly against your bitch button and you whimper with joy.<br /><br />
<img src="ast/img/s/sis6.png" /><br /><br />
<span class="link-fem"><<linkappend "Get Fucked" "SarahEndgame">>
<br /><br />You push down ontop of him, and you cum a little, in the way that only a sissy can have varying degrees of sissygasm.<br /><br />
You bounce again, you whimper as another little rivulet of cum bubbles out of your pathetic clitty.<br /><br />
You're such a whore for cock.<br /><br />
Every thrust is bliss. This is all that's left of you now.<br /><br />
<img src="ast/img/s/sis7.png" /><br /><br />
<span class="link-fem"><<linkappend "Get Fucked" "SarahEndgame">>
<br /><br />He fucks you for what seems like hours, but you can't keep track of time anymore. You're not sure how many sissygasms his thick cock squeezes out of you.<br /><br />
You're in sissy bliss.<br /><br />
And as his cock rams your hole.<br /><br />
<img src="ast/img/s/sis8.png" /><br /><br />
A single tear of joy rolls down your cheek.<br /><br />
<b>You Achieved True Sissy Bliss</b><br /><br />
<span class="link-fem"><<link "The End" "SarahEndgame">>
<<set $eventCol.pushUnique("segP6")>>
<<set $eventCol.delete("segP5")>>
<</link>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<</linkappend>></span><br /><br />
<<elseif $eventCol.includes("segP6")>>
<img src="ast/img/s/mcong.png" /><br /><br />
You're a true sissy! Congratulations on completing the ultimate ending of Descendo.<br /><br />
Thank you so much for playing!<br /><br />
<</if>>
<</nobr>>