Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<silently>>
<<script>>UIBar.stow();<</script>>
<<set $showStats to false>>
<</silently>>
Descendo v0.4
Changes in v0.4:
-The Story Continues!
--Izzy Can now train you
IMPORTANT: Old saves will not work in this version. Check out the Patreon for some save games if you don't feel like replaying through older content, however, I regularly update "older" content with little tweaks here and there that might be worth seeing.
Development of Descendo is @@.hint;ongoing!@@ Visit [[Descendo!|https://www.patreon.com/Descendo]] for details
created by Yuscia
<<link "Descend" "Start">><</link>><<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 $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"},
"shapeWear00" : {"qty" : 0, "smallType" : "shaper"},
"buttplug00" : {"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"},
"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 []>>
<</silently>>
<<include "StartText">>
<span class='fadeIn10'><<link "Drift Deeper into Dreams" "ProfileSetup00">><</link>></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'><<link "Yes, that's YOUR name" "ValidateProfileSetup00">><</link>></span>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...
<<link "Get ready for work" "Home">><</link>>
<<silently>>
<<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>>
<<link "Look At Mirror" "MirrorView">><</link>>
<<link "Change Clothes" "ChangeClothes">><</link>>
<<nobr>>
<<if not $eventCol.includes("firstSightHG") and not $eventCol.includes("secondSightHG")>>
<<link "Change Your Morning Routine" "setRoutine">><</link>>
<</if>>
<</nobr>>
<<nobr>>
<<if $pcAb.adjustedRoutine is true>>
<<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>>
<</if>>
<</nobr>>
<<nobr>>
<<if $pcAb.canGoToWork is true>>
<<if $eventCol.includes("fired")>>
<<if $eventCol.includes("exSissPhoto") and $currentDay is 2>>
<<link "Go To Photoshoot" "SissyWork">><<set $eventCol.push("exSissPhotoExecute")>><</link>>
<<elseif $eventCol.includes("exSissCamShow") and ($currentDay is 1 or $currentDay is 3)>>
<<if $hasCammed is false>>
<<link "Go Do Some Web Entrepreneuring" "SissyWork">><<set $eventCol.push("exSissCamShowExecute")>><</link>>
<<else>>
Go Do Some Web Entrepreneuring (You've already used up your time slot for today)
<</if>>
<<elseif $eventCol.includes("jobSearch") and $currentDay lt 5 and not $eventCol.includes("sissFluff")>>
<<if $eventCol.includes("jobInterview0")>>
<<link "Go To Job Interview!" "OnetimeBoard">><<set $eventCol.push("exJobInterview0")>><</link>>
<<elseif $eventCol.includes("jobInterview1")>>
<<link "Go To Job Interview!" "OnetimeBoard">><<set $eventCol.push("exJobInterview1")>><</link>>
<<else>>
<<link "Search For a New Job" "SissyWork">><<set $eventCol.push("exJobSearch")>><</link>> (4 hours)
<</if>>
<<elseif $eventCol.includes("sissFluff") and $currentDay lt 5>>
<<if $pcAb.outerWear is "cuteClothes" or $pcAb.outerWear is "sexyClothes" or $pcAb.outerWear is "professionalClothes">>
<<link "Go To Production Set" "SissyWork">><<set $eventCol.push("exSissFluff")>><</link>>
<<else>>
Go To Production Set (Not wearing matching feminine clothing)
<</if>>
<<elseif $currentDay lt 5>>
Go To Work (You've been fired!)
<<else>>
It's the weekend!
<<link "Visit the Workforce Commission" "WeekendWork">><</link>>
<</if>>
<<elseif $invs.topWear.topType is "sexy">>
Go To Work (Not wearing a dress!)
<<elseif $invs.bottomWear.bottomType is "sexy">>
Go To Work (Not wearing stockings!)
<<elseif $invs.shoes.shoeType is "sexy">>
Go To Work (Not wearing heels!)
<<else>>
<<if $currentDay lt 5>>
<<link "Go To Work" "Work">><</link>> (9 hours, includes 1 hour lunch break)
<<else>>
It's the weekend!
<<link "Visit the Workforce Commission" "WeekendWork">><</link>>
<</if>>
<</if>>
<<else>>
<<if $eventCol.includes("jobSearch") and not $eventCol.includes("sissFluff")>>
Search For a New Job (Not enough time)
<<elseif $eventCol.includes("sissFluff")>>
Go To Production Set (Not enough time)
<<else>>
Go To Work (Not enough time)
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("getNewSTasks")>>
Go To Sleep (You better see what tasks Valerie has for you first!)
<<elseif $eventCol.includes("evalSTasks")>>
Go To Sleep (You better talk to Valerie first!)
<<else>>
<<link "Go To Sleep" "SleepHub">><</link>>
<</if>>
<</nobr>>
<<nobr>>
<<if $pcAb.inDebt is true and not $eventCol.includes("fired")>>
Go Shopping (You can't until you pay off your debt)
<<link "Pay Debt" "payDebt">><</link>>
<<else>>
<<if $invs.shoes.shoeType is "sexy" and not $skills.includes("highHeels")>>
Go Shopping (You lack the skills to wear heels outside the house)
<<else>>
<<if $currentTime gt 47>>
Go Shopping (Everything is closed)
<<else>>
<<link "Go Shopping" "ShopHub">><</link>>
<</if>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("activateBar")>>
<<if _fourHoursLeft is true>>
<<if $invs.topWear.topType is "sexy">>
Go To the Bar (Not wearing a dress!)
<<elseif $invs.bottomWear.bottomType is "sexy">>
Go To the Bar (Not wearing stockings!)
<<elseif $invs.shoes.shoeType is "sexy">>
Go To the Bar (Not wearing heels!)
<<elseif $eventCol.includes("fired")>>
<<if $eventCol.includes("barAllowed")>>
<<if $currentDay is 6>>
Go to the Bar (You can go to the bar next week!)
<<elseif $currentTime gte 34>>
<<link "Go to the Bar" "Bar">><</link>>
<<else>>
Go to the Bar (Too early) <<link "Wait for Bar to Open" "Home">><<set $currentTime to 34>><</link>>
<</if>>
<<else>>
Go to the Bar (Valerie has forbidden you from seeing your friends until you prove your obedience)
<</if>>
<<else>>
<<if $currentTime gte 34>>
<<link "Go to the Bar" "Bar">><</link>>
<<else>>
Go to the Bar (Too early)
<</if>>
<</if>>
<<else>>
Go to the Bar (The Bar is open late but you're too tired)
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("attendCollege") and not $eventCol.includes("fired")>>
<<if _fourHoursLeft is true>>
<<link "Do Online Course Work" "College">><</link>>
<<else>>
Do Online Course Work (Not enough time)
<</if>>
<</if>>
<<if $tasks.includes("payMedDebt")>>
<<link "Make a Medical Debt Payment" "payDebt">><</link>>
<</if>>
<<if $femLvl gte 2>>
<br />Go See the Doctor (You'll wait to see if your hormone problem gets any worse)
<</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")>>
Visit Girlfriend (You lack the skills to wear heels outside the house)
<<else>>
<<link "Visit Girlfriend" "VisitGF">><</link>>
<</if>>
<<else>>
Visit Girlfriend (Not enough time)
<</if>>
<<else>>
"Visit Girlfriend" (She's upset with you. You better try to set things right)
<<link "Call Girlfriend" "CallGF">><</link>>
<</if>>
<<else>>
<<link "Talk to Girlfriend" "TalkGF">><</link>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<link "You really need a release" "ReleaseHub">><</link>><br />
<<if $sWeek is 2 and not $eventCol.includes("getNewTranTasks") and $currentDay isnot 6>>
<<link "Help Punish Lily" "LilyHub">><</link>><br />
<</if>>
<<if $sWeek gte 3 and $eventCol.includes("sMasters")>>
<<if $pcAb.canGoToWork is true>>
<<if $femLvl gte 2>>
<<if $currentSMaster.includes("Izzy")>>
<<link "Go to Izzy's Office" "Izzy">><</link>><br />
<<if $eventCol.includes("izzyP1Rem")>>
<<if $currentDay gte 5>>
Go to Real Estate Class (Not Open on the Weekends)
<<elseif $specInv.includes("realEstateLicense") is true>>
Go to Real Estate Class (Already earned your license!)
<<elseif $studiedRE is true>>
Go to Real Estate Class (Already learned something today, you're exhausted)
<<else>>
<<if $wallet lt 100>>
Go to Real Estate Class (Not Enough Money)
<<else>>
<<link "Go to Real Estate Class" "SkillBoard">><<set $eventCol.push("learnRealEstate")>><</link>> (Costs $100 per session)
<</if>>
<</if>>
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
-Not Implemented
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
-Not Implemented
<<elseif $currentSMaster.includes("Raven")>>
-Not Implemented
<<else>>
<<link "Work for Valerie's Contacts" "FriendHub">><</link>><br />
<</if>>
<<else>>
Work for Valerie's Contacts (A lot has happened, maybe you should rest up)<br />
<</if>>
<<else>>
<<if $currentSMaster.includes("Izzy")>>
Go to Izzy's Office (Not enough time)<br />
<<if $eventCol.includes("izzyP1Rem")>>
Go to Real Estate Class (Not enough time)
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
-Not Implemented
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
-Not Implemented
<<elseif $currentSMaster.includes("Raven")>>
-Not Implemented
<<else>>
Work for Valerie's Contacts (Not enough time)<br />
<</if>>
<</if>>
<</if>>
<</nobr>>
<<if ($eventCol.includes("dinnerDate0") or $eventCol.includes("datingHG")) and $invs.reservation.qty gt 0>>
<<if _fourHoursLeft is true>>
<<link "Go on Fancy Dinner Date to Se Soumettre" "DinnerDate">><</link>>
<<else>>
Go on Fancy Dinner Date to Se Soumettre (Not enough time)
<</if>>
<</if>>
<<nobr>><<if $invs.shoes.shoeType is "sexy" and not $skills.includes("highHeels")>>
<<if $pcAb.hasSkilled is false>>
<<link "Practice Wearing Heels" "SkillBoard">><<set $eventCol.push("learnHighHeels")>><</link>>
<<else>>
Practice Wearing Heels (You've already learned something today, you need a little time to mentally absorb the new info)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $pcAb.outerWear is "sexyClothes" and not $skills.includes("outsideCD") and $specInv.includes("shapeWear")>>
<<if $pcAb.hasSkilled is false>>
<<link "Venture Outside Fully Crossdressed" "SkillBoard">><<set $eventCol.push("learnOutsideCD")>><</link>>
<<else>>
"Venture Outside Fully Crossdressed" (You've already learned something today, you need a little time to mentally absorb the new info)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $specInv.includes("femVoiceDVD") and not $skills.includes("voiceControl")>>
<<if $pcAb.hasSkilled is false>>
<<link "Use DVD to train your voice" "SkillBoard">><<set $eventCol.push("learnVoiceControl")>><</link>>
<<else>>
Use DVD to train your voice (You've already learned something today, you need a little time to mentally absorb the new info)
<</if>>
<</if>>
<<if $eventCol.includes("girlsNightOut0")>>
<<if (47 - $currentTime) lt 24>>
Prepare for the big girl's night out (not enough time)
<<elseif $invs.rear.rearType isnot "plug">>
Prepare for the big girl's night out (you'll need to wear your butt plug)
<<else>>
<<if $pcAb.outerWear is "sexyClothes">>
<<link "Prepare for the big girl's night out" "OnetimeBoard">><<set $eventCol.push("girlsNightOut0Event")>><</link>>
<<else>>
Prepare for the big girl's night out (you need to put on your party girl outfit)
<</if>>
<</if>>
<</if>>
<<if $tasks.includes("sissDance") and not $skills.includes("sissDance")>>
<<if $pcAb.hasSkilled is false>>
<<link "Practice a Girly Dance" "SkillBoard">><<set $eventCol.push("prSissDance")>><</link>><br />
<<else>>
Practice a Girly Dance (You've already completed a feminizing task today, you need a little time to mentally absorb the new info)<br />
<</if>>
<</if>>
<<if $tasks.includes("bjPractice") and not $skills.includes("bjPractice")>>
<<if $pcAb.hasSkilled is false>>
<<link "Practice Sucking Valerie's Dildo" "SkillBoard">><<set $eventCol.push("prBjPractice")>><</link>><br />
<<else>>
Practice Sucking Valerie's Dildo (You've already completed a feminizing task today, you need a little time to mentally absorb the new info)<br />
<</if>>
<</if>>
<<if $tasks.includes("sissSquats") and not $skills.includes("sissSquats")>>
<<if $pcAb.hasSkilled is false>>
<<link "Exercise Squatting Routine" "SkillBoard">><<set $eventCol.push("prSissSquats")>><</link>><br />
<<else>>
Exercise Squatting Routine (You've already completed a feminizing task today, you need a little time to mentally absorb the new info)<br />
<</if>>
<</if>>
<<if $tasks.includes("vibratorPractice") and not $skills.includes("vibratorPractice")>>
<<if $pcAb.hasSkilled is false>>
<<link "Train Your Ass with a Vibrator" "SkillBoard">><<set $eventCol.push("prVibratorPractice")>><</link>><br />
<<else>>
Train Your Ass with a Vibrator (You've already completed a feminizing task today, you need a little time to mentally absorb the new info)<br />
<</if>>
<</if>>
<<if $tasks.includes("realEstateLicense") and not $skills.includes("realEstateLicense")>>
Current Credit Hours Earned: $izzCreditHours / 120<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>>
<<back "Now I remember...">><<silently>>
<<set $calH to true>>
<<set $wentToWork to true>>
<<set $currentTime to $currentTime + 8>>
<<set _focusMulti to $focuslvl / 100>>
<<set _baseEarning to $job * 4>>
<<set _focusMod to _baseEarning * _focusMulti>>
<<set _focusMod to Math.trunc(_focusMod)>>
<<set $wallet to $wallet + (_baseEarning + _focusMod)>>
<</silently>>
<<if $eventCol.includes("preFire")>><<if $fireCounter > 3>><<set $eventCol.push("FireEvent")>><<goto OnetimeBoard>><</if>><</if>>
<<include "WorkText">><<set $postLunch to false>>
<<nobr>>
<<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 />
<</nobr>>
you earn $ <<print (_baseEarning + _focusMod)>>
<<if $canLunchBreak is true>>
<<link "Go On Lunch Break" "Lunch Break">><</link>>
<</if>>
<<link "Go Back Home" "Home">><</link>><<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>>
<<link "Go Back to Work" "Work">><</link>>
<<link "Go Back Home" "Home">><</link>><<nobr>>
<<if $wentToGF is true and not $eventCol.includes("foolAround")>>
You've already visited today, she's out doing other things<br /><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 />
<<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 />
<<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 />
<<link "Let her shave your pubes" "PShave">><</link>><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 />
<<link "What is she holding?" "BHShave">><</link>><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 />
<<link "What's in the box?" "introMildHyp">><</link>><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 />
<<link "Go Shopping..." "OnetimeBoard">><</link>><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 />
<<link "She says you deserve a reward" "BHShave">><</link>><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>>
<</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 />
<<link "Valerie Continues getting you all worked up..." "LingModel">><</link>><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 />
<<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 />
<<link "Valerie expresses her appreciation" "LingModelMaintain">><</link>><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.push("ValEatOut")>>
<<link "Service Valerie" "ChasteTasks">><</link>><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 />
<<link "Follow Valerie to her room" "OnetimeBoard">><</link>><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 />
<<link "Listen to her Commands" "AssignTask">><</link>><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>>
<</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 />
<<link "Valerie Pays for the Date" "valPayDate">><<set $valPaysIt to true>><</link>><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 />
<<link "Regular Date" "cheapDate">><<set $valPaysIt to false>><</link>><br /><br />
<<else>>
You can't afford to take her where she wants ($200)<br /><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 />
<<link "Valerie Punishes You" "valRegPunish">><<set $valPaysIt to true>><</link>><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 />
<<link "Make it up to her" "inexDate">><<set $valPaysIt to false>><</link>><br /><br />
<<else>>
You can't afford to take her where she wants (inexpensive)<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 />
<<link "Valerie Severely Punishes You" "valSeverePunish">><<set $valPaysIt to true>><</link>><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 />
<<link "Reeeeeally make it up to her" "exDate">><<set $valPaysIt to false>><</link>><br /><br />
<<else>>
You can't afford to take her where she wants (expensive)<br /><br />
<</if>>
<<else>>
shouldn't get to this point
<</if>>
<</if>>
<<link "Go Back Home" "Home">><</link>>
<</nobr>>You wonder what store you should go to...
<<if $eventCol.includes("semiFinControl")>>
<<link "Men's Clothes Shopping" "MaleClothes">><</link>>
<<link "Women's Clothes Shopping" "FemaleClothes">><</link>><<else>><<link "Clothes Shopping" "MaleClothes">><</link>><</if>>
<<link "Electronics Shopping" "Electronics">><</link>>
<<link "Adult Novelty Shopping" "SexShop">><</link>>
<<link "Make Restaurant Reservations" "MakeReservation">><</link>>
<<link "Go to the Mall" "MallShop">><</link>>
<<link "General Shopping" "MiscShop">><</link>>
<<link "Go to the Salon" "SalonShop">><</link>>
<<link "Go Back Home" "Home">><</link>><<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>>
<<link "Watch Porn" "PHub">><</link>><br />
<<if $eventCol.includes("Hypno")>><<link "Use Preloaded VRSet" "HypHub">><</link>><br /><</if>>
<<if $sWeek gte 1>>
<<if (47 - $currentTime) lt 8>>
Use VR Room (Not enough time)<br /><br />
<<else>>
<<link "Use VR Room" "VRHub">><</link>><br /><br />
<</if>>
<</if>>
<</nobr>>
<<link "Nevermind" "Home">><</link>>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>>
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock erupts into a semen volcano.
<</if>>
<</nobr>>
<<if $isRegPUseful is true>>
<<link "Clean Yourself Up" "Home">><</link>>
<<if $tollvl gte 2 and $hlvl gte 30>>
<<link "You're still horny, watch some more" "WatchRegP">><</link>>
<</if>>
<<else>>
<<link "Try Something a little more intense" "PHub">><</link>>
<</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>>
<<if $sWeek gte 3>>
<<if $currentSMaster.includes("Izzy")>>
<<set $vIzz to false>>
<</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.push("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>>
<<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("wetDream")>>
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 _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 $eventCol.includes("semiFinControl")>>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")>>
<<else>>
You get a good night's rest
<</if>>
<<if $eventCol.includes("analDream") and $hgHappylvl is 3>>
You hear a knock at the door.
<<link "Who could it be?" "OnetimeBoard">><<set $eventCol.delete("analDream")>><<set $eventCol.push("semiFinControlEvent")>><</link>>
<<elseif $eventCol.includes("advFemlvl2")>>
Your sleep is restless, ever since your hospital visit, you've never quite felt like your old self...<br /><br />
<<link "Your body feels hot and sensitive..." "OnetimeBoard">><<set $eventCol.delete("advFemlvl2")>><<set $eventCol.push("exAdvFemlvl2")>><</link>>
<<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...
<<link "Check Online Banking" "OnetimeBoard">><<set $eventCol.push("recoverMoneyInMorning")>><</link>>
<<elseif $sWeek gte 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 />
<<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 />
<<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>>
<</linkappend>><br /><br />
<<link "Ok enough of this, time to get up" "Home">><</link>>
<<else>>
<br /><br /><<link "Time to get up" "Home">><</link>>
<</if>>
<</if>>
<</nobr>><<silently>>
<<if $calH is true>>
<<set $hlvl to $hlvl + $boundlvl + 1>>
<<set $calH to false>>
<</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 gt 7 and $daysBHShaved gt 7>>
<<set $pcAb.isGoodSissy to true>>
<<else>>
<<set $pcAb.isGoodSissy to false>>
<</if>>
<</if>>
<<if $eventCol.includes("maintainSissy0")>>
<<if $daysMildHyp gt 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>>
<</silently>>
<<if $showStats is true>>
<!--hgAng $hgAngMeter-->
Your name is $pc
<<silently>><<set _displayTime to $dailyTimeLine[$currentTime]>><<if $currentTime gt 47>><<set _displayTime to "Really Late!">><</if>><</silently>>
current time is _displayTime
current day is $weeklyTimeLine[$currentDay]
current horniness is $hlvl / $maxhlvl
current focus is $focuslvl / $maxFocus
current money is $ $wallet
<<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("attendCollege")>>current intelligence is $intellvl / 20<</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>>
current debt is $ $debt
<</if>>
<<link "Your Inventory">><<script>>Dialog.setup("Your Inventory"); Dialog.wiki(Story.get("Your Inventory").processText()); Dialog.open();<</script>><</link>>
<<if $eventCol.includes("Hypno")>><<link "Your Tasks">><<script>>Dialog.setup("Your Tasks"); Dialog.wiki(Story.get("Your Tasks").processText()); Dialog.open();<</script>><</link>><</if>>
<<if $eventCol.includes("semiFinControl")>><<link "Your Skills">><<script>>Dialog.setup("Your Skills"); Dialog.wiki(Story.get("Your Skills").processText()); Dialog.open();<</script>><</link>><</if>>
<</if>>
<!--
$invs.makeUp.usesLeft
hObedience Level $obLevel
SWeek $sWeek
femlvl $femLvl--><<nobr>><<link "Watch Straight Porn" "WatchRegP">><</link>><br /><br />
<<if $isRegPUseful is false>>
<br />You're tired of regular porn so you search for something better
<br /><<link "Watch Lesbian Porn" "WatchLesbP">><</link>>
<br /><<link "Watch Toy Porn" "WatchSybP">><</link>><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 /><<link "Watch BDSM" "WatchBDSMP">><</link>>
<br /><<link "Watch Hardcore" "WatchHCP">><</link>><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 /><<link "Watch Big Cock Porn" "WatchBBCP">><</link>>
<br /><<link "Watch FemDom Porn" "WatchFDP">><</link>><br /><br />
<</if>>
<</nobr>>
<<link "Nevermind" "Home">><</link>>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>>
<<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>>
<<link "Clean Yourself Up" "Home">><</link>>
<<if $tollvl gte 2 and $hlvl gte 30>>
<<link "you're still horny, watch some more" "WatchLesbP">><</link>>
<</if>>
<<else>>
<<link "Try Something a little more intense" "PHub">><</link>>
<</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>>
<<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>>
<<link "Clean Yourself Up" "Home">><</link>>
<<if $tollvl gte 2 and $hlvl gte 30>>
<<link "you're still horny, watch some more" "WatchSybP">><</link>>
<</if>>
<<else>>
<<link "Try Something a little more intense" "PHub">><</link>>
<</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>>
<<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>>
<<link "Clean Yourself Up" "Home">><</link>>
<<if $tollvl gte 2 and $hlvl gte 30>>
<<link "you're still horny, watch some more" "WatchBDSMP">><</link>>
<</if>>
<<else>>
<<link "Try Something a little more intense" "PHub">><</link>>
<</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>>
<<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>>
<<link "Clean Yourself Up" "Home">><</link>>
<<if $tollvl gte 2 and $hlvl gte 30>>
<<link "you're still horny, watch some more" "WatchHCP">><</link>>
<</if>>
<<else>>
<<link "Try Something a little more intense" "PHub">><</link>>
<</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>>
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $hlvl - ($hlvl - _tolPenalty)>>
Your cock gushes semen like a fountain
<</if>>
<</nobr>>
<<if $isBBCPUseful is true>>
<<link "Clean Yourself Up" "Home">><</link>>
<<if $tollvl gte 2 and $hlvl gte 30>>
<<link "you're still horny, watch some more" "WatchBBCP">><</link>>
<</if>>
<<else>>
<<link "Maybe you should try the VR Set" "HypHub">><</link>>
<</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>>
<<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>>
<<link "Clean Yourself Up" "Home">><</link>>
<<if $tollvl gte 2 and $hlvl gte 30>>
<<link "you're still horny, watch some more" "WatchFDP">><</link>>
<</if>>
<<else>>
<<link "Maybe you should try the VR Set" "HypHub">><</link>>
<</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>>
<<link "Go Back to Work" "Work">><</link>>
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 at the mall 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.push("mallDate")>>
<<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>>
<<link "Go Back to Work" "Work">><</link>>
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>>
<<link "Buy a Razor $20 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 20>><<set $invs.razor.qty to $invs.razor.qty + 1>><</link>>
<<else>>
"Buy a Razor $20" (insufficient funds)
<</if>><</nobr>>
<<nobr>><<if $wallet gte 10>>
<<link "Buy Deodorant $10 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 10>><<set $invs.deodorant.qty to $invs.deodorant.qty + 1>><</link>>
<<else>>
"Buy Deodorant $10" (insufficient funds)
<</if>><</nobr>>
<<nobr>><<if $wallet gte 10>>
<<link "Buy Toothpaste $10 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 10>><<set $invs.toothpaste.qty to $invs.toothpaste.qty + 1>><</link>>
<<else>>
"Buy Toothpaste $10" (insufficient funds)
<</if>><</nobr>>
<<nobr>><<if $wallet gte 25>>
<<link "Buy Bodywash $25 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 25>><<set $invs.bodywash.qty to $invs.bodywash.qty + 1>><</link>>
<<else>>
"Buy Bodywash $25" (insufficient funds)
<</if>><</nobr>>
<<nobr>><<if $wallet gte 25>>
<<link "Buy Shampoo $25 (Lasts 4 Weeks)" "MiscShop">><<set $wallet to $wallet - 25>><<set $invs.shampoo.qty to $invs.shampoo.qty + 1>><</link>>
<<else>>
"Buy Shampoo $25" (insufficient funds)
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("semiFinControl")>>
"Buy Health Food $40" (no need to worry about this, Valerie is cooking for you!)
<<else>>
<<if $wallet gte 40>>
<<link "Buy Health Food $40 (Lasts 1 Week)" "MiscShop">><<set $wallet to $wallet - 40>><<set $invs.healthfood.qty to $invs.healthfood.qty + 1>><</link>>
<<else>>
"Buy Health Food $40" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("semiFinControl")>>
<<if $wallet gte 50>>
<<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>>
<<else>>
"Buy Make-Up Supplies $40" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<link "Exit Store" "ShopHub">><</link>>
<<link "Go Back Home" "Home">><</link>>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...
<<link "Pay Rent with Money" "Home">><<set $wallet to $wallet - $rent>><</link>>
<<link "Pay Rent by 'Modeling'" "Home">><</link>>
<<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>>
<<link "Rent is paid" "Home">><</link>>
<</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 />
<<link "Debt Sucks" "Home">><</link>>
<</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 />
<<link "Rent is paid" "Home">><</link>>
<<else>>
The landlord considers your rent paid, you get to keep what little money you have in your bank account!<br /><br />
<<link "Rent is paid" "Home">><</link>>
<</if>>
<</if>><</nobr>><<nobr>>
<<if $tasks.includes("payMedDebt")>>
<<if $wallet gte 50>>
<<link "Make $50 Payment" "Home">><<set $wallet to $wallet - 50>><<set $debt to $debt - 50>><</link>><br />
<<else>>
Make $50 Payment (insufficient funds)<br />
<</if>>
<<if $wallet gte 100>>
<<link "Make $100 Payment" "Home">><<set $wallet to $wallet - 100>><<set $debt to $debt - 100>><</link>><br />
<<else>>
Make $100 Payment (insufficient funds)<br />
<</if>>
<<if $wallet gte 1000>>
<<link "Make $1000 Payment" "Home">><<set $wallet to $wallet - 1000>><<set $debt to $debt - 1000>><</link>><br />
<<else>>
Make $1000 Payment (insufficient funds)<br />
<</if>>
<<link "Done" "Home">><</link>>
<<else>>
<<if $wallet gte 0 and $wallet gte ($debt*-1)>>
<<set $wallet to $wallet + $debt>>
<<set $pcAb.inDebt to false>>
<<link "Debt is paid" "Home">><</link>>
<<else>>
You don't have enough money and the debt must be paid in full<br />
<<link "You shouldn't mess with this landlord" "Home">><</link>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<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
<<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
<</if>>
<<elseif $pcAb.isFit is true>>
You're eating and right and your slim physique proves it
<<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
<</if>>
<<if $pcAb.routine.healthStreak is 0>>
You eat like a slob and your soft pudgy body suffers for it
<</if>>
<</if>><</nobr>>
<<nobr>><<if $pcAb.isFaceClean is true>>
You're clean shaven, revealing your youthful face
<<elseif $femLvl is 1>>
Your face looks soft and smooth
<<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
<<else>>
Your poor attempts at growing facial hair make you look pathetic
<</if>><</nobr>>
<<nobr>><<if $pcAb.isMalehygienic is true>>
You smell like a man that wears standard masculine deodorant
<<elseif $pcAb.girlySmell is true>>
You smell like a girl and you're smooth from the neck down
<<else>>
You stink, you need to start bathing regularly
<</if>><</nobr>>
<<nobr>>
<<if $eventCol.includes("transing")>>
Your hair has grown out and seems more voluminous than you remember
<<elseif $pcAb.hasMaleHaircut is true>>
You have a nicely styled masculine haircut
<<else>>
Your hair is long and unruly
<</if>><</nobr>>
<<nobr>>
<<if $pcAb.outerWear is "slobClothes">>
You're dressed like a slob
<<elseif $pcAb.outerWear is "trendyClothes">>
You look cool and casual wearing designer clothes
<<elseif $pcAb.outerWear is "fancyClothes">>
Wow, you look all gussied up in your fancy formal wear
<<elseif $pcAb.outerWear is "sexyClothes">>
You look like you're ready to party
<<elseif $pcAb.outerWear is "cuteClothes">>
Awww, you're so cute in that outfit
<<elseif $pcAb.outerWear is "professionalClothes">>
You look like you could be secretary in the business outfit
<</if>><</nobr>>
<<nobr>>
<<if $eventCol.includes("girlyNails")>>
You have pink girly fingernails
<</if>><</nobr>>
<<if $eventCol.includes("semiFinControl") and not $skills.includes("begManners")>>
<<if $pcAb.hasSkilled is false>>
<<link "Practice Female Mannerisms" "SkillBoard">><<set $eventCol.push("learnBegManners")>><</link>>
<<else>>
"Practice Female Mannerisms" (You've already learned something today, you need a little time to mentally absorb the new info)
<</if>>
<</if>>
<<link "All Done" "Home">><</link>><<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>>
<<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>>
<<nobr>>
<<if $eventCol.includes("fired")>>
Shave Face? Valerie expects nothing less
<<else>>
<<if $pcAb.routine.useRazor is true>>
<label><<checkbox "$pcAb.routine.useRazor" false true checked>>Shave Face?</label>
<<else>>
<label><<checkbox "$pcAb.routine.useRazor" false true unchecked>>Shave Face?</label>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
Shave Body? Valerie expects nothing less
<<else>>
<<if $eventCol.includes("ShaveAndScentBody")>>
<<if $pcAb.routine.useRazorBH is true>>
<label><<checkbox "$pcAb.routine.useRazorBH" false true checked>>Shave Body?</label><<set $razorUsesLeft to 14>>
<<else>>
<label><<checkbox "$pcAb.routine.useRazorBH" false true unchecked>>Shave Body?</label><<set $razorUsesLeft to 28>>
<</if>>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
Use Deodorant? Valerie expects nothing less
<<else>>
<<if $pcAb.routine.useDeodorant is true>>
<label><<checkbox "$pcAb.routine.useDeodorant" false true checked>>Use Deodorant?</label>
<<else>>
<label><<checkbox "$pcAb.routine.useDeodorant" false true unchecked>>Use Deodorant?</label>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
Brush Teeth? Valerie expects nothing less
<<else>>
<<if $pcAb.routine.useToothpaste is true>>
<label><<checkbox "$pcAb.routine.useToothpaste" false true checked>>Brush Teeth?</label>
<<else>>
<label><<checkbox "$pcAb.routine.useToothpaste" false true unchecked>>Brush Teeth?</label>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
Use Body Wash? Valerie expects nothing less
<<else>>
<<if $pcAb.routine.useBodywash is true>>
<label><<checkbox "$pcAb.routine.useBodywash" false true checked>>Use Body Wash?</label>
<<else>>
<label><<checkbox "$pcAb.routine.useBodywash" false true unchecked>>Use Body Wash?</label>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
Use Shampoo? Valerie expects nothing less
<<else>>
<<if $pcAb.routine.useShampoo is true>>
<label><<checkbox "$pcAb.routine.useShampoo" false true checked>>Use Shampoo?</label>
<<else>>
<label><<checkbox "$pcAb.routine.useShampoo" false true unchecked>>Use Shampoo?</label>
<</if>>
<</if>>
<</nobr>>
<<nobr>>
<<if $eventCol.includes("semiFinControl")>>
Eat Healthy? Valerie is making sure of it
<<else>>
<<if $pcAb.routine.useHealthfood is true>>
<label><<checkbox "$pcAb.routine.useHealthfood" false true checked>>Eat Healthy?</label>
<<else>>
<label><<checkbox "$pcAb.routine.useHealthfood" false true unchecked>>Eat Healthy?</label>
<</if>>
<</if>><</nobr>>
<<nobr>>
<<if $eventCol.includes("fired")>>
<<if $femRoutine.useMakeup is true>>
<label><<checkbox "$femRoutine.useMakeup" false true checked>>Apply Make Up?</label>
<<else>>
<label><<checkbox "$femRoutine.useMakeup" false true unchecked>>Apply Make Up?</label>
<</if>><br />
<<if $femRoutine.useHair is true>>
<label><<checkbox "$femRoutine.useHair" false true checked>>Style Hair?</label>
<<else>>
<label><<checkbox "$femRoutine.useHair" false true unchecked>>Style Hair?</label>
<</if>>
<</if>>
<</nobr>>
<<link "Commit changes to routine" "setRoutine">><</link>>
<<link "All Done" "Home">><</link>>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>>
<<link "Contemplate Your Financial Situation" "OnetimeBoard">><<set $eventCol.push("ponderMoneyProblem")>><</link>><<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 />
<<link "Keep Waiting" "MallDate0">><</link>>
<</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>>
<<link "Find a guy to flirt with" "SkillBoard">><<set $eventCol.push("learnBegFlirt")>><</link>>
<<else>>
"Find a Guy to Flirt with" (You've already learned something today, you need a little time to mentally absorb the new info)
<</if>>
<<else>>
You hate going to the mall and you'd rather not waste your time here
<</if>>
<</if>>
<<link "Leave the Mall" "ShopHub">><</link>>
<<link "Go Back Home" "Home">><</link>>
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>>
<<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>><img src="ast/img/s/trendyShirt00min.png" />
<<else>>
<<if $clothes.trendyShirt00.qty gte 1>>
Designer Shirt already owned
<<else>>
"Buy a Designer Shirt $80" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 100 and $clothes.trendyPants00.qty is 0>>
<<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>><img src="ast/img/s/trendyPants00min.png" />
<<else>>
<<if $clothes.trendyPants00.qty gte 1>>
Designer Jeans already owned
<<else>>
"Buy a pair of Designer Jeans $100" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 150 and $clothes.trendyShoes00.qty is 0>>
<<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>><img src="ast/img/s/trendyShoes00min.png" />
<<else>>
<<if $clothes.trendyShoes00.qty gte 1>>
Designer Shoes already owned
<<else>>
"Buy a pair of Designer Shoes $150" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 120 and $clothes.fancyShirt00.qty is 0>>
<<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>><img src="ast/img/s/fancyShirt00min.png" />
<<else>>
<<if $clothes.fancyShirt00.qty gte 1>>
Dress Shirt already owned
<<else>>
"Buy a Dress Shirt $120" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 150 and $clothes.fancyPants00.qty is 0>>
<<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>><img src="ast/img/s/fancyPants00min.png" />
<<else>>
<<if $clothes.fancyPants00.qty gte 1>>
Dress Pants already owned
<<else>>
"Buy a pair of Dress Pants $100" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 200 and $clothes.fancyShoes00.qty is 0>>
<<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>><img src="ast/img/s/fancyShoes00min.png" />
<<else>>
<<if $clothes.fancyShoes00.qty gte 1>>
Dress Shoes already owned
<<else>>
"Buy a pair of Dress Shoes $200" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $wallet gte 20 and $clothes.boxers00.qty is 0>>
<<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>><img src="ast/img/s/boxers00min.png" />
<<else>>
<<if $clothes.boxers00.qty gte 1>>
Boxers already owned
<<else>>
"Buy a pack of Boxers $20" (insufficient funds)
<</if>>
<</if>><</nobr>><br />
<br />
<<link "Exit Store" "ShopHub">><</link>>
<<link "Go Back Home" "Home">><</link>>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")>>
<<link "Buy an alarm clock $50 (Allows you to wake up earlier)" "Electronics">><<set $wallet to $wallet - 50>><<set $specInv.push("alarmClock")>><</link>>
<<else>>
<<if $specInv.includes("alarmClock")>>
Alarm Clock already owned
<<else>>
"Buy an alarm clock $50" (insufficient funds)
<</if>>
<</if>><</nobr>>
<<nobr>><<if $eventCol.includes("girlsNightReq1") or $skills.includes("voiceControl")>>
<<if $wallet gte 100 and not $specInv.includes("femVoiceDVD")>>
<<link "Buy 'Feminine Phonetics' DVD $100 (Teaches you to sound like a girl)" "Electronics">><<set $wallet to $wallet - 100>><<set $specInv.push("femVoiceDVD")>><</link>>
<<else>>
<<if $specInv.includes("femVoiceDVD")>>
'Feminine Phonetics' DVD already owned
<<else>>
"Buy 'Feminine Phonetics' DVD $100" (insufficient funds)
<</if>>
<</if>>
<</if>><</nobr>>
<<nobr>><<if $sWeek gte 1>>
<<if $wallet gte 250 and not $specInv.includes("webCam")>>
<<link "Buy Webcam $250" "Electronics">><<set $wallet to $wallet - 250>><<set $specInv.push("webCam")>><</link>>
<<else>>
<<if $specInv.includes("webCam")>>
Webcam already owned
<<else>>
"Buy Webcam $250" (insufficient funds)
<</if>>
<</if>>
<</if>><</nobr>><br />
<br />
<<link "Exit Store" "ShopHub">><</link>><br />
<<link "Go Back Home" "Home">><</link>>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>>
<<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>><img src="ast/img/s/brapanties00min.png" />
<<else>>
<<if $clothes.brapanties00.qty gte 1>>
Matching Bra and Panties already owned
<<else>>
Buy Matching Bra and Panties $100 (insufficient funds)
<</if>>
<</if>><br /><br />
<<if $eventCol.includes("ButtPlug")>>
<<if $wallet gte 30 and $clothes.buttplug00.qty is 0>>
<<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>><img src="ast/img/s/buttplug00min.png" />
<<else>>
<<if $clothes.buttplug00.qty gte 1>>
Pink Butt Plug already owned
<<else>>
Buy Pink Butt Plug $30 (insufficient funds)
<</if>>
<</if>>
<</if>><br /><br />
<<if $eventCol.includes("buyAndUseVibrator") or $specInv.includes("begVibrator")>>
<<if $wallet gte 100 and not $specInv.includes("begVibrator")>>
<<link "Buy Vibrator $100 (This is a basic vibrator)" "SexShop">><<set $wallet to $wallet - 100>><<set $specInv.push("begVibrator")>>
<</link>><img src="ast/img/s/vibrator00min.png" />
<<else>>
<<if $specInv.includes("begVibrator")>>
Vibrator already owned
<<else>>
Buy Vibrator $100 (insufficient funds)
<</if>>
<</if>>
<</if>><br /><br />
<<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")>>
<<link "Exit Store" "OnetimeBoard">><</link>><br />
<<link "Go Back Home" "OnetimeBoard">><</link>>
<<else>>
<<link "Exit Store" "ShopHub">><</link>><br />
<<link "Go Back Home" "Home">><</link>>
<</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>>
<<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>>
<<else>>
"Make a Reservation to Se Soumettre $300" (insufficient funds)
<</if>>
<<else>>
You have no need to make reservations at a such a fancy joint
<</if>>
<<link "Hang Up" "ShopHub">><</link>>
<<link "Go Back Home" "Home">><</link>><<nobr>>
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>>
<<link "Get a haircut $15" "SalonShop">><<set $wallet to $wallet - 15>><<set $pcAb.hasMaleHaircut to true>><</link>><br /><br />
<<elseif $pcAb.hasMaleHaircut is true>>
<<if $eventCol.includes("transing") and $femLvl is 1>>
"Get a haircut $15" (Your hair as grown out a little, but Valerie doesn't seem to mind)<br /><br />
<<elseif $femLvl is 2>>
"Get a haircut $15" (Your hair as grown out to your shoulders! Valerie doesn't seem to mind)<br /><br />
<<else>>
"Get a haircut $15" (You already have a masculine and haircut and it looks great)<br /><br />
<</if>>
<<else>>
"Get a haircut $15" (insufficient funds)<br /><br />
<</if>>
<<if $eventCol.includes("semiFinControl") and not $skills.includes("begMakeUp")>>
<<if $invs.makeUp.usesLeft gt 1>>
<<if $pcAb.hasSkilled is false>>
<<link "Ask about how to apply make up" "SkillBoard">><<set $eventCol.push("learnBegMakeUp")>><</link>><br /><br />
<<else>>
"Ask about how to apply make up" (You've already learned something today, you need a little time to mentally absorb the new info)<br /><br />
<</if>>
<<else>>
"Ask about how to apply make up" (The girls at the salon might be willing to teach you, but you can't expect them to use up their own supplies)<br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 150 and $clothes.straightLob00.qty is 0>>
<<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>><br />
<img src="ast/img/s/straightLob00min.png" /><br /><br />
<<else>>
<<if $clothes.straightLob00.qty gte 1>>
Straight Lob Style already learned<br /><br />
<<else>>
"Get Straight Lob Style $150" (insufficient funds)<br /><br />
<</if>>
<</if>>
<<if $wallet gte 150 and $clothes.lowBun00.qty is 0>>
<<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>><br />
<img src="ast/img/s/lowBun00min.png" /><br /><br />
<<else>>
<<if $clothes.lowBun00.qty gte 1>>
Low Bun Style already learned<br /><br />
<<else>>
"Get Low Bun Style" (insufficient funds)<br /><br />
<</if>>
<</if>>
<<if $wallet gte 150 and $clothes.undoneCurls00.qty is 0>>
<<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>><br />
<img src="ast/img/s/undoneCurls00min.png" /><br /><br />
<<else>>
<<if $clothes.undoneCurls00.qty gte 1>>
Undone Curls Style already learned<br /><br />
<<else>>
"Get Undone Curls Style $150" (insufficient funds)<br /><br />
<</if>>
<</if>>
<</if>>
<<link "Exit Store" "ShopHub">><</link>><br />
<<link "Go Back Home" "Home">><</link>><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>>
<<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>>
<<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")>>
<<link "Go Back Home" "Home">><</link>>
<</linkappend>>
<<else>>
You're broke can't get her the boots and have to end the date early. she is very annoyed.
<<link "Go Back Home" "Home">><</link>>
<</if>>
<</linkappend>>
<<else>>
You're broke and can't get her the boots and have to end the date early, she is very annoyed
<<link "Go Back Home" "Home">><</link>>
<</if>>
<<silently>>
<<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.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 _setMatches is false>><<set $pcAb.outerWear to "mismatch">><</if>>
<<switch $pcAb.outerWear>>
<<case "slobClothes">>
<<set _overallC to "total slob, gross">>
<<case "trendyClothes">>
<<set _overallC to "man from an Abercrombie and Fitch magazine, very trendy">>
<<case "fancyClothes">>
<<set _overallC to "well-to-do gentleman, very fancy">>
<<case "sexyClothes">>
<<set _overallC to "sexy girl ready to party">>
<<case "cuteClothes">>
<<set _overallC to "cute, simple girl">>
<<case "professionalClothes">>
<<set _overallC to "professional, business woman ready to make things happen">>
<<case "mismatch">>
<<set _overallC to "person that is confused (your style doesn't match up)">>
<<default>>
<<set _overallC to "naked person">>
<</switch>>
<</silently>>
You're dressed like a <span id="overallClothes">_overallC</span>
<<nobr>><<if $pcAb.underWear is "girly">>...wearing ladies underwear<</if>><</nobr>>
<<nobr>><<if $invs.rear.rearType is "plug">>...and whose ass is plugged like a little bitch<</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">><<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>
<<link "All Done" "Home">><</link>><<nobr>>
change clothing item<br/><br/>
<<if $alterClothes.includes("topWear")>>
change that top<br/><br/>
<<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>><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/>
<<set $alterClothes.delete("topWear")>>
<</if>>
<<if $alterClothes.includes("bottomWear")>>
change that bottom<br/><br/>
<<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>><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/>
<<set $alterClothes.delete("bottomWear")>>
<</if>>
<<if $alterClothes.includes("shoeWear")>>
change those shoes<br/><br/>
<<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/>
<<set $alterClothes.delete("shoeWear")>>
<</if>>
<<if $alterClothes.includes("underWear")>>
change that underwear<br/><br/>
<<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/>
<<set $alterClothes.delete("underWear")>>
<</if>>
<<if $alterClothes.includes("hairWear")>>
change that hair accessory or style<br/><br/>
<<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>><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/>
<<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/>
<<set $alterClothes.delete("earWear")>>
<</if>><br/><br/>
<<if $alterClothes.includes("tongueWear")>>
change that tongue piercing<br/><br/>
<<set $alterClothes.delete("tongueWear")>>
<</if>><br/><br/>
<<if $alterClothes.includes("nippleWear")>>
change those nipple piercing<br/><br/>
<<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/>
<<set $alterClothes.delete("assWear")>>
<</if>>
<</nobr>><<set $currentTime to $currentTime + 8>><<if $eventCol.includes("firstTimeMakeupAndModel")>>
The director flags you down and eagerly motions for you to follow him into his back office
<<link "Follow the director..." "OnetimeBoard">><<set $eventCol.push("firstTimeMakeupAndModelExec")>><</link>>
<<elseif $eventCol.includes("girlyModel")>>
You get to the fashion show. The director reminds you he'll pay you well for modeling as transgender...
<<linkappend "Work as a crossdressing model">><<set $wallet to $wallet + 100>>
You worked the catwalk fully made up as a woman $100
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.
<img src="ast/img/s/girlyModel-fakeCurves.png" />
<</linkappend>>
<<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.
@@.pc;"Hey Mr. Director, I was wondering, how much would it cost to buy this shapewear off of you?"@@ you ask.
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!"@@
Your shoulders slump, you thought for sure you could work something out.
@@.dire;"Unless..."@@ he trails.
@@.pc;"Unless?"@@ you ask.
@@.dire;"Unless... you are willing to just borrow them,"@@ he says, his frown twisting into an evil sneer.
@@.pc;"Yeah, I don't really need to keep something like that anyway. I really only need them for one night,"@@ you reason.
@@.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.
@@.pc;"Oh... ok, what did you have in mind?"@@ you ask.
@@.dire;"Oh nothing much really, just a little token of trust between lender and lendee,"@@ he says as he motions Ramone over.
You suddenly start to feel very nervous.
@@.dire;"Ramone clear the dressing room, I need to add to our personal collection,"@@ informs the director matter-of-factly.
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.
@@.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.
@@.pc;"And... once I bring the shapewear back to you?"@@ you ask.
@@.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.
<<link "Agree to collateral photo" "OnetimeBoard">><<set $eventCol.push("collateralPhotoEvent")>><</link>>
<</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.
@@.dire;"Honey I just can't get over how great you looked in our little... "Session"... you know the one,"@@ purrs the director.
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.
@@.dire;"Oh don't be so shy, it wasn't all <i>that</i> bad was it?"@@
@@.pc;"Wh-what are you going to do with those photos?"@@ you manage to ask.
@@.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"@@
Your ears perk up a bit, @@.pc;"Extra money?"@@
@@.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.
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
<<else>>
The Director reminds you about the @@.hint;photoshoot opportunity on Wednesdays@@.
<</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.
<<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.
<</if>>
<<linkappend "Work as a male model">><<set $wallet to $wallet + 60>>
You worked the catwalk fully shaved and earned $60
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.
<img src="ast/img/s/maleModel-str-bh.png" />
<</linkappend>>
<<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!
<<linkappend "Work as a male model">><<set $wallet to $wallet + 50>>
You worked the catwalk and earned $50<<set $pcAb.workedAsModel to true>>
You feel exposed when walking up and down the catwalk but otherwise everything goes smoothly.
<img src="ast/img/s/maleModel-str-hr.png" />
<</linkappend>>
<<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.
@@.dire;"Just... go back stage,"@@ the director sighs as he waves you away with effeminate flair, @@.dire;"Ramone could use your help."@@
When you get back stage, a large muscular man calls you over.
This must be Ramone.
He gives you a list of instructions to follow:
<<linkappend "Work as a stagehand">><<set $wallet to $wallet + 25>>
You worked as a stagehand and earned $25
<</linkappend>>
<</if>>
<<link "Go Back Home" "Home">><</link>>
<<nobr>><<set $currentTime to $currentTime + 8>><</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 />
<<link "Go Back Home" "Home">><</link>>
<<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("datingHG")>><<set $eventCol.push("thisHGisExpensive")>><<set $eventCol.push("shavePubes")>>
<<link "Go Back Home" "OnetimeBoard">><</link>>
<<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.
<<link "Go Back Home" "Home">><</link>>
<</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. <<set $wallet to 0>><<set $eventCol.delete("dinnerDate1")>><<set $invs.reservation.qty to 0>><<set $hgHappylvl to 3>>
<<link "Go Back Home" "Home">><</link>>
<<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>>
<<link "Go Back Home" "Home">><</link>>
<</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>>
<<link "Finish Talking" "Home">><</link>>Your Inventory
<table border=1>
<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("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 $femLvl lt 3>><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>
</table>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
<<link "Take care of your focus problem" "ReleaseHub">><</link>>
<<else>>
You get a little smarter <<set $intellvl to $intellvl + 1>><<set $currentTime to $currentTime + 8>>
<<nobr>>
<<if $intellvl gte 19>>
<<set $eventCol.push("promotion1")>><<link "Your Phone Rings Again..." "OnetimeBoard">><</link>>
<<elseif $intellvl gte 9 and $job lt 7>>
<<set $eventCol.push("promotion0")>><<link "Your Phone Rings..." "OnetimeBoard">><</link>>
<<else>>
<<link "Done" "Home">><</link>>
<</if>>
<</nobr>>
<</if>>
<<else>>
<<link "No more course work to do" "Home">><</link>>
<</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...<<set $eventCol.push("activateBar")>><<set $eventCol.push("chugContest0")>><<set $eventCol.push("getGirlNumbers")>><<set $eventCol.delete("ponderMoneyProblem")>>
<br /><<link "Go Back Work" "Work">><</link>>
<</if>><!-- -->
<<if $eventCol.includes("chugContest0Event")>>
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, 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.
<<set $wallet to $wallet + 200>><<set $eventCol.delete("chugContest0")>><<set $eventCol.delete("chugContest0Event")>>
<br /><<link "Count Your Money" "Bar">><</link>>
<</if>><!-- -->
<<if $eventCol.includes("thisHGisExpensive")>>
@@.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 /><<link "Go Back Home" "Home">><</link>>
<</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 /><<link "Finish Call" "Home">><</link>>
<</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 /><<link "Finish Call" "Home">><</link>>
<</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 /><<link "Remember to update your daily routine" "Home">><</link>>
<</if>><!-- -->
<<if $eventCol.includes("taskIntro")>>
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 /><<link "Speaking of... time to try this VR Set" "ReleaseHub">><</link>>
<</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 /><<link "You Stagger Back Home" "Home">><<set $eventCol.push("firstShopTrip")>><<set $focuslvl to $maxFocus>><<set $hlvl to $minhlvl>><</link>>
<</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 /><<link "You wonder..." "LingModel">><</link>>
<</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.
<<set $eventCol.delete("firstSelfCumTaste")>>
<br /><<link "Go Back Home" "Home">><</link>>
<</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 /><<link "You go home, trying to get used to your new accessory..." "Home">><</link>>
<</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 /><<link "You go home, sexually spent, frustrated, and bewildered..." "OnetimeBoard">><<set $eventCol.push("boundInc1")>><</link>>
<</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 /><<link "Getting hornier faster is going to complicate things..." "Home">><</link>>
<</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 /><<link "You keep checking mirrors to make sure all the makeup washed off..." "Home">><<set $eventCol.push("firstTimeMakeupAndModel")>><</link>>
<</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 /><<link "It's humiliating, but you'd be paid well..." "WeekendWork">><</link>>
<</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")>>
<<link "Process that you just got fingered and orgasmed despite of it..." "Home">><</link>>
<</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 /><<link "You can't deny how great that felt, and it's scary" "Home">><</link>>
<</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 as 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 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...
<<set $eventCol.delete("firstButtPlugSex")>><<set $eventCol.push("ButtPlug")>><<set $eventCol.push("girlyNails")>><<set $eventCol.push("ButtPlugTrain0")>>
<br /><<link "You finally got to fuck her! But at what cost..." "Home">><</link>>
<</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 /><<link "Continue" "Home">><</link>>
<</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 />
<<link "Agree to give password" "OnetimeBoard">><<set $eventCol.push("financeAdjust0")>><</link>><br />
<<link "Refuse" "Refusing">><<set $eventCol.push("refusedTogiveBankPW")>><</link>>
<<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 /><<link "Start the Day" "Home">><</link>>
<</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")>>
<<link "Start the Day" "Home">><</link>><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")>>
<<link "Go Back Home" "Home">><</link>>
<</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")>>
<<link "Go Back Home" "Home">><</link>>
<</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>>
<<link "Logout" "Home">><</link>>
<</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>>
<<link "Waddle Home" "Home">><</link>>
<</if>><!-- -->
<<if $eventCol.includes("girlsNightOut0Event")>>
You get dressed up and make your way to Valerie's place<br /><br />
<<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 />
<<link "Choose a Feminine Name" "FemNameChange">><<set $eventCol.delete("girlsNightOut0Event")>><<set $eventCol.delete("girlsNightOut0")>><<set $eventCol.push("girlsNightOut1Event")>><</link>>
<</linkappend>>
<</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 />
<<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 />
<<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")>>
<<linkappend "Boys, Incomming!">><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 />
<<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 />
<<link "Get Control of Yourself!" "SuppressVid">><<set $eventCol.delete("girlsNightOut1Event")>><<set $eventCol.push("suppressM0")>><</link>>
<</linkappend>>
<</linkappend>>
<</linkappend>>
<</linkappend>><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 />
<<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 />
<<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 />
<<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 />
<<link "Get Control of Yourself!" "SuppressVid">><<set $eventCol.delete("girlsNightOut2Event")>><<set $eventCol.push("suppressM1")>><</link>>
<</linkappend>>
<</linkappend>>
<</linkappend>>
<</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 />
<<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 />
<<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 />
<<link "Go Home" "Home">><<set $eventCol.delete("girlsNightOut3Event")>><<set $faintSpell to 0>><<set $eventCol.push("gnoEnd")>><</link>>
<</linkappend>>
<</linkappend>>
<</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 /><<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>>
<</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 /><<link "Go Back Home" "Home">><<set $eventCol.delete("boundInc2")>><</link>>
<</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"},
"shapeWear00" : {"qty" : 0, "smallType" : "shaper"},
"buttplug00" : {"qty" : 1, "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"},
"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")>>
<br /><<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>>
<</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 /><<link "Move In with Valerie" "ChangeClothes">><<set $hgHappylvl to 3>><<set $eventCol.delete("landLordEvent")>><<set $eventCol.delete("getGirlNumbers")>><<set $eventCol.push("STasksEvent")>><<set $sWeek to 0>><<set $wallet to 0>><<set $hlvl to $minhlvl>><<set $focuslvl to $maxFocus>> <</link>>
<</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 /><<link "Move In with Valerie" "Home">><<set $eventCol.delete("STasksEvent")>><</link>>
<</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 $pc,"@@ 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>>
<<link "Go Back Home" "Home">><<set $eventCol.delete("exJobInterview0")>><<set $eventCol.delete("jobInterview0")>><<set $eventCol.push("failedInterview0")>><</link>>
<</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>>
<<link "Go Back Home" "Home">><<set $eventCol.delete("exJobInterview1")>><<set $eventCol.delete("jobInterview1")>><<set $eventCol.push("failedInterview1")>><</link>>
<</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."@@<br /><br />
You sigh with dissapointment and sexual frustration. You resolve to go see the doctor again if your little tits decide to get any bigger.<br /><br />
This realizaion has increased your overall level of femininity.<br /><br />
<br /><<link "Go Back To Bed" "Home">><<set $eventCol.delete("exAdvFemlvl2")>><<set $femLvl to 2>><</link>>
<</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 />
<<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 />
<<link "Agree to be trained by Izzy" "OnetimeBoard">>
<<set $eventCol.delete("initIzzy")>><<set $eventCol.push("agreeIzzy")>><<set $eventCol.delete("talkedToIzzy")>>
<</link>><br /><br />
<<link "On second thought, maybe you should think this over" "OnetimeBoard">>
<<set $eventCol.delete("initIzzy")>><<set $eventCol.push("disagreeIzzy")>><<set $currentSMaster.delete("Izzy")>>
<</link>>
<</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 />
<<link "Well this should be interesting..." "Home">><<set $eventCol.delete("agreeIzzy")>><<set $eventCol.push("izzyP1")>><<set $studiedRE to false>><</link>>
<</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 />
<<link "Sure, talk to you later Izzy..." "Home">><<set $eventCol.delete("disagreeIzzy")>><<set $eventCol.push("talkedToIzzy")>><</link>>
<</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 />
<<link "Mmmm this feels nice though..." "SuppressVid">><<set $eventCol.delete("izzyFinishTraining")>><<set $eventCol.push("izzySeductionMT0")>><</link>><br /><br />
<<link "I am NOT some cheap slut, this ends NOW" "OnetimeBoard">><<set $eventCol.delete("izzyFinishTraining")>><<set $eventCol.push("izzyFinishTrainingEnd")>><</link>><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 />
<<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>><br /><br />
<<link "Hell No! It's just the alcohol talking!" "OnetimeBoard">><<set $eventCol.delete("izzyFinishTraining0")>><<set $eventCol.push("izzyFinishTrainingEnd")>><</link>><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 />
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 />
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 />
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 />
<<link "Head Back to Izzy's office" "OnetimeBoard">>
<<set $eventCol.delete("izzyFinishTraining1")>>
<<set $eventCol.push("izzyFinishTrainingEnd")>>
<</link>>
<</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 />
<<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")>>
<</link>>
<</if>><!-- -->
<<if $eventCol.includes("femLvlUp0")>>
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 />
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 />
<<link "You don't think you'll need that shapewear anymore..." "TBC">>
<<set $femLvl to $femLvl + 1>>
<</link>>
<</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")>>
<<link "Agree to keep your pubes shaved" "Home">><<set $eventCol.delete("shavePubes")>><<set $eventCol.push("shaveBHandPerfume")>><</link>>
<<link "Refuse to keep your pubes shaved" "Refusing">><<set $eventCol.push("refusingHg")>><</link>>
<!--for handling refusals-->
<<nobr>><<if $eventCol.includes("refusingHg")>><<set $wentToGF to true>>
Valerie scowls with frustration and orders you out of her house<<set $hgAngMeter to $hgAngMeter + 14>>
<br /><<link "Go Home" "Home">><</link>>
<</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 /><<link "Go Home" "Home">><</link>>
<</if>><</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.
<img src="ast/img/s/dinandmovie.png" />
The whole date sets you back $200
<<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.
<img src="ast/img/s/sportzone.png" />
The whole date sets you back $200
<<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.
<img src="ast/img/s/artmuseum.png" />
The whole date sets you back $200
<</if>>
<<else>>
too broke to go on date, she's angry
<<set $hgAngMeter to $hgAngMeter + 7>>
<</if>>
<<link "Go Back To Her Place" "VisitGF">><</link>><<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>>
<<link "Go Back Home" "Home">><</link>><<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>>
<<link "Go Back Home" "Home">><</link>><<set $wentToGF to true>>
<<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..."@@
<<link "Agree to let her paint your toe nails" "OnetimeBoard">><<set $eventCol.push("firstToePaint")>><</link>>
<<link "Refuse to let her paint your toe nails" "Refusing">><<set $eventCol.push("refusingHg")>><</link>>
<<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")>>
<<link "Agree to keep your body shaved and scented" "OnetimeBoard">><<set $eventCol.push("firstBH")>><<set $eventCol.delete("shaveBHandPerfume")>><<set $eventCol.push("mildHypnoIntro")>><</link>>
<<link "Refuse to keep your body shaved and scented" "Refusing">><<set $eventCol.push("refusingHg")>><</link>>
<</if>>
<<link "Watch Valerie's favorite Porn" "WatchMildHyp">><</link>>
<<if $eventCol.includes("sissHypno")>>
<<link "Watch Valerie's hypno Porn" "WatchMedHyp">><</link>>
<</if>>
<<link "Nevermind" "Home">><</link>>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>>
<video src="ast/img/mildHyp0.mp4" width="640" height="480" autoplay auto loop>
</video>
<<if not $eventCol.includes("chastity")>>
<<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.
<<if $tasks.includes("mildHypno")>>You notice an icon blinks as soon as you finish the video. Apparently Valerie's been notified<</if>>
<<else>>
you feel incredibly frustrated and even more horny
<<set $focuslvl to $minFocus>>
<<set $hlvl to 100>>
<</if>>
<<set $pcAb.routine.watchedMildHyp to true>>
<<if not $eventCol.includes("chastity")>>
<<link "Make a Note to Talk to Rick about the Strange Video" "ComingSoon">><</link>>
<<link "Clean Yourself Up" "Home">><</link>>
<<else>>
<<link "Nothing you can do about this for now..." "Home">><</link>>
<</if>>
@@.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")>>
<<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>><<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>>
<<link "Refuse to use VRSet" "Refusing">><<set $eventCol.push("refusingHg")>><</link>>
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
<<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
<<link "Go home very confused" "Home">><</link>>
<<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>>
<<link "Agree to wear lingerie again... what harm could it do?" "LingModelMaintain">><</link>>
<<link "Refuse to wear lingerie" "Refusing">><<set $eventCol.push("refusingHg")>><</link>>
<<else>>
more than 3 visits --shouldn't get here
<</if>>
<<set $wentToGF to true>><<set $eventCol.delete("foolAround")>>
<<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.
<<link "Go home satisfied but ashamed" "Home">><</link>>
<<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.
<<link "Compose yourself and go home" "Home">><</link>>
<<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.
<<link "Go home" "OnetimeBoard">><<set $eventCol.push("firstSelfCumTaste")>><</link>>
<<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
<<link "What have you just allowed to happen?" "Home">><</link>>
<<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.
<<link "Valerie has a surprise for you..." "OnetimeBoard">><</link>>
<</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>>
<<link "Go home, horny and frustrated" "Home">><</link>>
<</if>>@@.hg;VALERIE@@<<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 />
<<link "Agree to let her put make-up on you" "OnetimeBoard">><<set $eventCol.push("firstTimeMakeup")>><<set $pcAb.wornMakeUp to true>><</link>><br /><br />
<<link "Refuse to let her put make-up on you" "Refusing">><<set $eventCol.push("refusingHg")>><</link>>
<<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>>Party Dress<<set _hasOutfitChecker to false>><</if>><br />
<<if $bottomInv.includes("sexyStockings00")>><del>Black Stockings</del><<else>>Black Stockings<<set _hasOutfitChecker to false>><</if>><br />
<<if $shoeInv.includes("highheels00")>><del>High Heels</del><<else>>High Heels<<set _hasOutfitChecker to false>><</if>><br />
<<if $smallInv.includes("brapanties00")>><del>Matching Bra and Panties</del><<else>>Matching Bra and Panties<<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 />
<<link "Let Valerie Teach You" "OnetimeBoard">><<set $eventCol.push("usedVibratorEvent")>><</link>><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.<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 />
<<link "Agree to special blowjob terms" "OnetimeBoard">><<set $eventCol.delete("first1fbj")>><<set $eventCol.push("1fbj")>><</link>><br />
<<link "Refuse to be put in bondage again" "Refusing">><</link>>
<</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 />
<<link "Agree to another special blowjob" "OnetimeBoard">><<set $eventCol.delete("first2fbj")>><<set $eventCol.push("2fbj")>><</link>><br />
<<link "Refuse to be put in bondage again" "Refusing">><</link>>
<</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 />
<<link "Agree to wear butt plug during sex" "OnetimeBoard">><<set $eventCol.delete("firstButtPlug")>><<set $eventCol.push("firstButtPlugSex")>><</link>><br />
<<link "Refuse to wear butt plug" "Refusing">><</link>>
<</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 />
<<link "Go home and think about buying one..." "Home">><</link>>
<<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")>>
<<link "Go Home Wearing your plug" "Home">><</link>>
<<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@@...
<<link "Remind yourself to wear your plug next time" "Home">><</link>>
<</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 />
<<link "Listen to Valerie's secret" "OnetimeBoard">><<set $eventCol.push("girlsNightReqEvent")>><</link>><br />
<<link "Refuse to listen" "Refusing">><<set $eventCol.push("refusingHg")>><</link>>
<</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>>
<<link "Go Home" "Home">><</link>>
<</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 />
<<link "Go Home" "Home">><</link>>
<<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 />
<<link "Go Home" "Home">><<set $faintSpell to $faintSpell + 1>><</link>>
<<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 />
<<link "Go Home" "Home">><<set $faintSpell to $faintSpell + 1>><</link>>
<<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 />
<<link "Go Home" "Home">><<set $faintSpell to $faintSpell + 1>><</link>>
<<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 />
<<link "You Don't Feel So Good" "OnetimeBoard">><</link>>
<</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("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>>
<</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>>
<video src="ast/img/medHyp0.mp4" width="640" height="480" autoplay auto loop>
</video>
<<nobr>><<if not $eventCol.includes("chastity")>>
<<set $focuslvl to $maxFocus>>
<<set $hlvl to $minhlvl>>
And you feel more feminine and extremely embarrassed that you just came to that
<<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
<<set $focuslvl to $minFocus>>
<<set $hlvl to $maxhlvl>>
<</if>><</nobr>>
<<set $pcAb.routine.watchedMedHyp to true>>
<<if not $eventCol.includes("chastity")>>
<<link "Clean Yourself Up" "Home">><</link>>
<<else>>
<<link "Nothing you can do about this for now..." "Home">><</link>>
<</if>>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 v0.4! Check [[https://www.patreon.com/Descendo]] for updates on future releases.
Thank you all for playing!
<br /><<link "Go Back Home" "Home">><</link>><<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>>
<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>>
<</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<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>>
<<link "Go Back Home" "Home">><</link>>
<</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.<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>>
<<link "Go Back Home" "Home">><</link>>
<</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.<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>>
<<link "Go Back Home" "Home">><</link>>
<</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!<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>>
<<link "Go Back Home" "Home">><</link>>
<</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.<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 /><<link "Go Back Home" "Home">><</link>>
<</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 />
<<set $pcAb.hasSkilled to true>><<set $trainingSkills.begFlirt.lvl to $trainingSkills.begFlirt.lvl + 1>>
<</if>>
<<if $trainingSkills.begFlirt.lvl is $trainingSkills.begFlirt.maxLvl>><<set $skills.push("begFlirt")>><</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</if>><!-- -->
<<if $eventCol.includes("prSissDance")>>
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.<br /><br />
<<set $eventCol.delete("prSissDance")>><<set $pcAb.hasSkilled to true>><<set $currentTime to $currentTime + 2>><<set $trainingSkills.sissDance.lvl to $trainingSkills.sissDance.lvl + 1>>
<<if $trainingSkills.sissDance.lvl is $trainingSkills.sissDance.maxLvl>><<set $skills.push("sissDance")>><<set $obLevel to $obLevel + 1>>You feel that you've reached an improved understanding of this skill!<</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</if>><!-- -->
<<if $eventCol.includes("prBjPractice")>>
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....<br /><br />
<<set $eventCol.delete("prBjPractice")>><<set $pcAb.hasSkilled to true>><<set $currentTime to $currentTime + 2>><<set $trainingSkills.bjPractice.lvl to $trainingSkills.bjPractice.lvl + 1>>
<<if $trainingSkills.bjPractice.lvl is $trainingSkills.bjPractice.maxLvl>><<set $skills.push("bjPractice")>><<set $obLevel to $obLevel + 1>>You feel that you've reached an improved understanding of this skill!<</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</if>><!-- -->
<<if $eventCol.includes("prSissSquats")>>
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.<br /><br />
<<set $eventCol.delete("prSissSquats")>><<set $pcAb.hasSkilled to true>><<set $currentTime to $currentTime + 2>><<set $trainingSkills.sissSquats.lvl to $trainingSkills.sissSquats.lvl + 1>>
<<if $trainingSkills.sissSquats.lvl is $trainingSkills.sissSquats.maxLvl>><<set $skills.push("sissSquats")>><<set $obLevel to $obLevel + 1>>You feel that you've reached an improved understanding of this skill!<</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</if>><!-- -->
<<if $eventCol.includes("prVibratorPractice")>>
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...<br /><br />
<<set $eventCol.delete("prVibratorPractice")>><<set $pcAb.hasSkilled to true>><<set $currentTime to $currentTime + 2>><<set $trainingSkills.vibratorPractice.lvl to $trainingSkills.vibratorPractice.lvl + 1>>
<<if $trainingSkills.vibratorPractice.lvl is $trainingSkills.vibratorPractice.maxLvl>><<set $skills.push("vibratorPractice")>><<set $obLevel to $obLevel + 1>>You feel that you've reached an improved understanding of this skill!<</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</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<<set $tranProgress to 0>><<set $obLevel to $obLevel + 1>>
<</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</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 your 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<<set $tranProgress to 0>><<set $obLevel to $obLevel + 1>>
<</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</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<<set $tranProgress to 0>><<set $obLevel to $obLevel + 1>>
<</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</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<<set $tranProgress to 0>><<set $obLevel to $obLevel + 1>>
<</if>>
<br /><<link "Go Back Home" "Home">><</link>>
<</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>>
<<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>><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>>
<<link "Go Back Home" "Home">><</link>>
<</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>>
<<link "Go Back To Her Place" "VisitGF">><</link>>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>
<<link "Go Back Home" "Home">><</link>>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>
<<link "Go Back Home" "Home">><</link>><<nobr>>
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>>
<<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>><br />
<img src="ast/img/s/dress00min.png" /><br /><br />
<<else>>
<<if $clothes.dress00.qty gte 1>>
Party Dress already owned<br /><br />
<<else>>
"Buy Party Dress $400" (insufficient funds)<br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 300 and $clothes.blazer00.qty is 0>>
<<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>><br />
<img src="ast/img/s/blazer00min.png" /><br /><br />
<<else>>
<<if $clothes.blazer00.qty gte 1>>
Business Blazer already owned<br /><br />
<<else>>
"Buy Business Blazer $300" (insufficient funds)<br /><br />
<</if>>
<</if>>
<</if>>
<<if $wallet gte 20 and $clothes.sexyStockings00.qty is 0>>
<<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>><br />
<img src="ast/img/s/sexyStockings00min.png" /><br /><br />
<<else>>
<<if $clothes.sexyStockings00.qty gte 1>>
Black Stockings already owned<br /><br />
<<else>>
"Buy Black Stockings $20" (insufficient funds)<br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 100 and $clothes.pencilSkirt00.qty is 0>>
<<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>><br />
<img src="ast/img/s/pencilSkirt00min.png" /><br /><br />
<<else>>
<<if $clothes.pencilSkirt00.qty gte 1>>
Pencil Skirt already owned<br /><br />
<<else>>
"Buy Pencil Skirt $100" (insufficient funds)<br /><br />
<</if>>
<</if>>
<</if>>
<<if $wallet gte 120 and $clothes.highheels00.qty is 0>>
<<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>><br />
<img src="ast/img/s/highheels00min.png" /><br /><br />
<<else>>
<<if $clothes.highheels00.qty gte 1>>
Sexy High Heels already owned<br /><br />
<<else>>
"Buy Sexy High Heels $120" (insufficient funds)<br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 500 and $clothes.lowheels00.qty is 0>>
<<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>><br />
<img src="ast/img/s/lowheels00min.png" /><br /><br />
<<else>>
<<if $clothes.lowheels00.qty gte 1>>
Low Heels already owned<br /><br />
<<else>>
"Buy Low Heels $500" (insufficient funds)<br /><br />
<</if>>
<</if>>
<</if>>
<<if $wallet gte 100 and $clothes.brapanties00.qty is 0>>
<<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>><br />
<img src="ast/img/s/brapanties00min.png" /><br /><br />
<<else>>
<<if $clothes.brapanties00.qty gte 1>>
Matching Bra and Panties already owned<br /><br />
<<else>>
"Buy Matching Bra and Panties $100" (insufficient funds)<br /><br />
<</if>>
<</if>>
<<if $currentSMaster.includes("Izzy") or $SMasterTrained.includes("Izzy")>>
<<if $wallet gte 100 and $clothes.supportlingerie00.qty is 0>>
<<link "Buy Supportive Lingerie $100 (This underwear is perfect for professional attire)" "SexShop">><<set $wallet to $wallet - 100>><<set $clothes.supportlingerie00.qty to $clothes.supportlingerie00.qty + 1>><<set $smallInv.push("supportlingerie00")>><</link>><br />
<img src="ast/img/s/supportlingerie00min.png" /><br /><br />
<<else>>
<<if $clothes.supportlingerie00.qty gte 1>>
Supportive Lingerie already owned<br /><br />
<<else>>
"Buy Supportive Lingerie $100" (insufficient funds)<br /><br />
<</if>>
<</if>>
<</if>>
<<link "Exit Store" "ShopHub">><</link>><br />
<<link "Go Back Home" "Home">><</link>><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 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 />
Rick 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("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>>
<<link "Challenge Your Friends to a Drinking Contest" "OnetimeBoard">><<set $eventCol.push("chugContest0Event")>><</link>><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 />
<<linkappend "Try to Score Some Digits ">>
<<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>>
Girls like that you smell so nice (even if they don't realize it's because you're using feminine-oriented hygiene products) (5 phone numbers)<<set $wallet to $wallet + 50>><br /><br />
<<elseif $pcAb.isMalehygienic and $pcAb.isFit is true>>
Girls like a manly man and right now, you're fit and clean (3 phone numbers)<<set $wallet to $wallet + 30>><br /><br />
<<elseif $pcAb.isFit is true>>
Girls like a manly man and right now, you're fit, but you kinda stink (2 numbers)<<set $wallet to $wallet + 20>><br /><br />
<<elseif $pcAb.isFit is false>>
You're a pudgy slob and all but the bottom tier of girls are avoiding you. (1 number)<<set $wallet to $wallet + 10>><br /><br />
<<else>>
something broke, no money (0 numbers)<br /><br />
<</if>>
<</linkappend>>
<</if>>
<</nobr>>
<<link "Go Back Home" "Home">><</link>>
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/Descendo]] and consider supporting this project for a chance to influence what gets put into the game!
<<link "Clean Yourself Up" "Home">><</link>>Hmmm, what should your new girly name be?
<<textbox "$pc" "" autofocus>>
<<link "Yes, nice and girly" "ValidateFemNameChange">><</link>><<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>>
<</if>>
<</nobr>>
<<back "Howabout...">><<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, attemtpting 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 />
<<link "Continue" "OnetimeBoard">><<set $eventCol.delete("suppressM0")>><<set $eventCol.push("girlsNightOut2Event")>><</link>>
<<else>>
<<link "No no no!" "TempGameOver">><</link>>
<</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, attemtpting 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 />
<<link "Continue" "OnetimeBoard">><<set $eventCol.delete("suppressM1")>><<set $eventCol.push("girlsNightOut3Event")>><</link>>
<<else>>
<<link "No no no!" "TempGameOver">><</link>>
<</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 />
<<link "Continue" "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT0")>><<set $eventCol.push("izzyFinishTraining0")>><</link>>
<<else>>
You're a man, dammit! You got what you needed, time to put a stop to this.<br /><br />
<<link "Stop Mr. Trampador" "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT0")>><<set $eventCol.push("izzyFinishTrainingEnd")>><</link>><br />
<<link "Well... maybe just a little longer..." "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT0")>><<set $eventCol.push("izzyFinishTraining0")>><</link>>
<</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 />
<<link "Continue" "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT1")>><<set $eventCol.push("izzyFinishTraining1")>><</link>>
<<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 />
<<link "Stop Mr. Trampador" "OnetimeBoard">><<set $eventCol.delete("izzySeductionMT1")>><<set $eventCol.push("izzyFinishTrainingEnd")>><</link>><br />
<<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>>
<</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 />
<<link "Wait... that's not what really happened..." "SuppressVid">><</link>>
<<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 />
<<link "Wait... that's not what really happened..." "SuppressVid">><</link>>
<</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 />
<<link "How did it go?" "SuppressMasculinity">><</link>>
<<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 />
<<link "How did it go?" "SuppressMasculinity">><</link>>
<<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 />
<<link "You need to put a stop to this" "SuppressMasculinity">><</link>>
<<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 />
<<link "You need to put a stop to this" "SuppressMasculinity">><</link>>
<</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">>
<<set _acceptableDress to true>>
<</if>>
<</silently>>
<<nobr>>
<<if $eventCol.includes("STasksEvent")>>
<<set _stopHere to true>>
<<link "Learn What Life with Valerie Will Be Like" "OnetimeBoard">><</link>>
<</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 />
<<link "Rethink Your Morning Routine" "Home">><</link>>
<</if>>
<</if>>
<<if $pcAb.underWear is "girly" and _acceptableDress is true and _stopHere is false>>
@@.hg;"Oh $pc , you looks so <<if $pcAb.outerWear is "cuteClothes">>CUTE<</if>><<if $pcAb.outerWear is "sexyClothes">>SEXY<</if>><<if $pcAb.outerWear is "professionalClothes">>PROFESSIONAL<</if>> in that outfit!"@@ She compliments, @@.hg;"Thank you for being such a good sport about this."@@
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 not $eventCol.includes("jobSearch")>><<set $eventCol.push("jobSearch")>><<set $jSearchNum to 0>><</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("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")>>
-Not Implemented
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
-Not Implemented
<<elseif $currentSMaster.includes("Raven")>>
-Not Implemented
<<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")>>
@@.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")>>
@@.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")>>
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")>>
@@.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")>>
@@.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")>>
@@.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")>>
@@.hg;"So you maanged 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 go see your buddies this week. 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 />
<<link "Accept Reward" "RewardBoard">><<set $sWeek to $sWeek + 1>><<set $obLevel to 0>><<set $vrProgress to 0>><<set $eventCol.push("rwSWeek0")>><</link>><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 />
<<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek0")>><</link>><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, 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 />
<<link "Accept Reward" "RewardBoard">><<set $sWeek to $sWeek + 1>><<set $obLevel to 0>><<set $vrProgress to 0>><<set $eventCol.push("rwSWeek1")>><</link>>
<<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 />
<<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek1")>><</link>>
<</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 agains at the bar next week, 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>>
<<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>>
<<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>>
<<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek2")>><</link>>
<</if>>
<<if $sWeek is 3 and $SMasterTrained.includes($currentSMaster[0])>>
<<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! I think you're ready for something a little more challenging, which will help you become more efficient at completing these tasks. But we can talk more about that 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 />
<<set $currentSMaster.delete("Izzy")>>
<<set $eventCol.push("femLvlUp0")>>
<<elseif $currentSMaster.includes("Suzy")>>
-Not Implemented
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
-Not Implemented
<<elseif $currentSMaster.includes("Raven")>>
-Not Implemented
<<else>>
Shouldn't get here 11223344<br /><br />
<</if>>
<<set _stopHere to true>>
<<link "Now that she mentions is, you definitely feel more feminine" "OnetimeBoard">><<set $sWeek to $sWeek + 1>><<set $obLevel to 0>><</link>><br /><br />
<<elseif $sWeek is 3 and $obLevel gte 3>>
<!-- not trained with lizzy 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 />
<<link "Accept Reward" "RewardBoard">><<set $obLevel to 0>><<set $vrProgress to 0>><<set $eventCol.push("rwSWeek3")>><</link>><br /><br />
<</if>>
<<elseif $currentSMaster.includes("Suzy")>>
-Not Implemented
<<elseif $currentSMaster.includes("Sarah")>>
-Not Implemented
<<elseif $currentSMaster.includes("Jessica")>>
-Not Implemented
<<elseif $currentSMaster.includes("Raven")>>
-Not Implemented
<<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>>
<<link "Accept Punishment" "PunishBoard">><<set $eventCol.push("pnSWeek2")>><</link>>
<</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>>
<<link "Go Back to Your Room" "Home">><</link>>
<</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>>
<<set $currentTime to $currentTime + 8>><<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 />
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>>
<<linkappend "Okay...Touch It">>
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.<br /><br />
<</linkappend>><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 />
<<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 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>>
<<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 />
<video src="ast/img/webcamWork.mp4" width="640" height="480" autoplay auto loop></video><br /><br />
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 />
<</if>>
<<if $hlvl gt 100>>
<<linkappend "Okay...Be Just a Little More Slutty">>
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.<br /><br />
<</linkappend>><br /><br />
<</if>>
Finally, you decide it's time to end your session.<br /><br />
You earn $ _camRate
<<set $wallet to $wallet + _camRate>><<set $eventCol.delete("exSissCamShowExecute")>><<set $hasCammed to true>>
<</if>>
<<if $eventCol.includes("exJobSearch") and _contJobSearch is true>>
<<set $jSearchNum to $jSearchNum + 1>>
<!-- $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.
<</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 browing 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 4>>
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 />
<</if>>
<<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>>
You earn $ _fluffRate<br /><br />
<<set $wallet to $wallet + _fluffRate>>
<<set $eventCol.delete("exSissFluff")>>
<</if>>
<</nobr>>
<<link "Go Back Home" "Home">><</link>><<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 /><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("pnSWeek0")>><</link>>
<</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 /><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("pnSWeek1")>><</link>>
<</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 /><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("pnSWeek2")>><</link>>
<</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 /><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("rwSWeek0")>><</link>>
<</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 /><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("rwSWeek1")>><</link>>
<</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 /><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("rwSWeek2")>><<set $eventCol.push("advFemlvl2")>><</link>>
<</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 /><<link "Go Back to Your Room" "Home">><<set $eventCol.delete("rwSWeek3")>><</link>>
<</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 />
<<link "Watch Female Experience" "VRBoard">><<set $eventCol.push("vrFdAsWomanRUN")>><</link>><br />
<<link "Strap-On Teacher" "VRBoard">><<set $eventCol.push("vrStrapOnConfusionRUN")>><</link>><br />
<<link "Music Video Experiment" "VRBoard">><<set $eventCol.push("vrSlapMyBUpRUN")>><</link>><br /><br />
Custom VR Titles:<br />
Patreon submitted VR Scenarios will be available here! Consider supporting [[Descendo!|https://www.patreon.com/Descendo]]<br /><br />
<</nobr>>
<<link "Nevermind" "Home">><</link>><<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")>>
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 $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")>>
You feel like you've completed this VR program enough times to satisfy Valerie<<set $obLevel to $obLevel + 1>>
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("vrStrapOnConfusionRUN")>>
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 $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")>>
You feel like you've completed this VR program enough times to satisfy Valerie<<set $obLevel to $obLevel + 1>>
<</if>>
<</if>><!-- -->
<<if $eventCol.includes("vrSlapMyBUpRUN")>>
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 $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")>>
You feel like you've completed this VR program enough times to satisfy Valerie<<set $obLevel to $obLevel + 1>>
<</if>>
<</if>><!-- -->
<</if>>
<br /><br /><<link "Go Back to Your Room" "Home">><<set $hasSkilledVR to true>><</link>>
<</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>>
<<link "Let Lily Play with Your Nipples" "SkillBoard">><<set $eventCol.push("prTranNipplePlay")>><</link>><br />
<<else>>
Let Lily Play with Your Nipples (You've already punished Lily today, give her a break!)<br />
<</if>>
<</if>>
<<if $tasks.includes("tranBlowJob") and not $skills.includes("tranBlowJob")>>
<<if $hasPunishedLily is false>>
<<link "Let Lily Practice Giving You a Blowjob" "SkillBoard">><<set $eventCol.push("prTranBlowJob")>><</link>><br />
<<else>>
Let Lily Practice Giving You a Blowjob (You've already punished Lily today, give her a break!)<br />
<</if>>
<</if>>
<<if $tasks.includes("tranOilMassage") and not $skills.includes("tranOilMassage")>>
<<if $hasPunishedLily is false>>
<<link "Let Lily Give You an Oil Massage" "SkillBoard">><<set $eventCol.push("prTranOilMassage")>><</link>><br />
<<else>>
Let Lily Give You an Oil Massage (You've already punished Lily today, give her a break!)<br />
<</if>>
<</if>>
<<if $tasks.includes("tranMarkerSess") and not $skills.includes("tranMarkerSess")>>
<<if $hasPunishedLily is false>>
<<link "Degrade Lily with a Marker" "SkillBoard">><<set $eventCol.push("prTranMarkerSess")>><</link>><br />
<<else>>
Degrade Lily with a Marker (You've already punished Lily today, give her a break!)<br />
<</if>>
<</if>>
<</nobr>>
<<link "Nevermind" "Home">><</link>><<nobr>>
Choose who to work for (Once you choose who to serve, you'll be stuck serving her until they're satsfied!):
<table border=0>
<tr>
<td width=250px><p style="font-weight: bold"></p></td>
<td width=250px><p style="font-weight: bold"><img src="ast/img/s/fhSarah.png" /><br />@@.sar;Sarah@@</p> Not Implemented</td>
<td width=250px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=250px><p style="font-weight: bold"><img src="ast/img/s/fhSuzy.png" /><br />@@.suz;Suzy@@</p>Not Implemented</td>
<td width=250px><p style="font-weight: bold"></p></td>
<td width=250px><p style="font-weight: bold"><img src="ast/img/s/fhJess.png" /><br />@@.jess;Jessica@@</p>Not Implemented</td>
</tr>
<tr>
<td width=250px><p style="font-weight: bold"></p></td>
<td width=250px><p style="font-weight: bold"><img src="ast/img/s/fhPC0.png" /><br />$pc</p></td>
<td width=250px><p style="font-weight: bold"></p></td>
</tr>
<tr>
<td width=250px><p style="font-weight: bold"><img src="ast/img/s/fhIzzy.png" /><br />@@.izz;Isabella@@</p>
<<if $SMasterTrained.includes("Izzy")>>
Already Trained With
<<else>>
<<link "Call Her!" "OnetimeBoard">><<set $currentSMaster.push("Izzy")>><<set $eventCol.push("initIzzy")>><</link>>
<</if>>
</td>
<td width=50px><p style="font-weight: bold"></p></td>
<td width=250px><p style="font-weight: bold"><img src="ast/img/s/fhRaven.png" /><br />@@.rav;Raven@@</p>Not Implemented</td>
</tr>
</table>
IMPORTANT NOTE: @@.hint;Don't Grind down the medical debt, there's nothing implemented for it right now!@@<br /><br />
<!-- <<link "More to Come!" "TBC">><</link>><br /><br /> -->
<<link "Go Back Home" "Home">><</link>><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)>><<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 />
<<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, here 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 />
<<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>><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") and $femLvl is 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" />
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 />
Her hands roam up and down your outfit, pressing your shapeware together and upwards, giving you some cleavage.<br /><br />
@@.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 />
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 />
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("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 />
<<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>><br /><br />
<</if>>
<<elseif $eventCol.includes("saline1") and $femLvl is 2 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 is 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")>>
<<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)>>
<<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"))>>
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 />
<<link "Yeah... let's go sell a house" "IzzyEndgame">><<set $izzyLoc to ["intro"]>><</link>><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 sould finish up any tasks Valerie has for you this week.@@<br /><br />
<</if>>
<</if>>
<<link "Go Home" "Home">><</link>>
<</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 />
<<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>><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>>
<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")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><br />
<<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>><br />
<<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>><br />
<<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>><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>>
<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 />
<<link "Examine the Bookshelves Further" "IzzyEndgame">>
<<set $izzyOneTime.delete("exBookshelf0")>>
<<set $izzyOneTime.push("exBookshelf1")>>
<</link>><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 />
<<link "Take Bedroom Key" "IzzyEndgame">>
<<set $izzyOneTime.delete("exBookshelf1")>>
<<set $izzyInven.push("bedroomKey")>>
<</link>><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 />
<<link "Examine the Bookshelves" "IzzyEndgame">>
<<set $izzyOneTime.push("exBookshelf0")>>
<</link>><br />
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Den") and $izzyLoc.includes("Den")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><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>>
<<link "Seduce Mr. Trampador" "OnetimeBoard">><<set $eventCol.push("izzyFinishTraining")>><<set $eventCol.delete("disagreeIzzy")>><<set $eventCol.delete("agreeIzzy")>><</link>><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 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")>>
<<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>><br />
<<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>><br />
<</if>>
<<else>>
Oops, this door appears to be @@.hint;locked@@, you awkwardly make your way back to a different room.<br /><br />
<</if>>
<<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>><br />
<<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>><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" "forest">>
<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 />
<<link "Take the Grain Alcohol" "IzzyEndgame">>
<<set $izzyOneTime.delete("exLiquor0")>>
<<set $izzyInven.push("booze")>>
<</link>><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 />
<<link "Unlock the Liquor Cabinet" "IzzyEndgame">>
<<set $izzyOneTime.push("exLiquor0")>>
<</link>><br />
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("GreatRoom") and $izzyLoc.includes("GreatRoom")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><br />
<<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>><br />
<<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>><br />
<<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>><br />
<<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>><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>>
<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")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><br />
<<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>><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>>
<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")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><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>>
<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")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><br />
<<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>><br />
<<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>><br />
<<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>><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>>
<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")>>
<<link "Take Olive Oil" "IzzyEndgame">>
<<set $izzyOneTime.delete("exPantry0")>>
<<set $izzyInven.push("lube")>>
<<set $izzyInven.delete("stepLadder")>>
<</link>><br />
<<else>>
Unfortunately it's too high for you to reach...<br /><br />
<</if>>
<<link "Finished Looking in the Pantry" "IzzyEndgame">>
<<set $izzyOneTime.delete("exPantry0")>>
<</link>><br />
<<elseif $izzyOneTime.includes("exGlassware0")>>
You open the cabinet and see an array of glassware of different shapes and sizes.<br /><br />
<<link "Look for the perfect glasses to drink out of" "IzzyEndgame">>
<<set $izzyOneTime.delete("exGlassware0")>>
<<set $izzyOneTime.push("exGlassware1")>>
<</link>><br />
<<elseif $izzyOneTime.includes("exGlassware1")>>
You carefully sift through the glasware, but they all seem too big, too elaborate, too small....<br /><br />
<<link "Keep Looking!" "IzzyEndgame">>
<<set $izzyOneTime.delete("exGlassware1")>>
<<set $izzyOneTime.push("exGlassware2")>>
<</link>><br />
<<elseif $izzyOneTime.includes("exGlassware2")>>
Finally you see a pair of short glasses, ideal for holding just a little too much alcohol...<br /><br />
<<link "Take the Glassware" "IzzyEndgame">>
<<set $izzyOneTime.delete("exGlassware2")>>
<<set $izzyInven.push("glass")>>
<</link>><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")>>
<<link "Examine the Pantry" "IzzyEndgame">>
<<set $izzyOneTime.push("exPantry0")>>
<<set $izzyOneTime.delete("exGlassware0")>>
<</link>><br />
<</if>>
<<if not $izzyInven.includes("glass")>>
<<link "Examine the Cabinet with the Glassware" "IzzyEndgame">>
<<set $izzyOneTime.push("exGlassware0")>>
<<set $izzyOneTime.delete("exPantry0")>>
<</link>><br />
<</if>>
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Kitchen") and $izzyLoc.includes("Kitchen")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><br />
<<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>><br />
<<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>><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>>
<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 />
<<link "Close Lockers" "IzzyEndgame">>
<<set $izzyOneTime.delete("exLockers0")>>
<</link>><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 />
<<link "Take Step Ladder" "IzzyEndgame">>
<<set $izzyOneTime.delete("exUtility0")>>
<<set $izzyInven.push("stepLadder")>>
<</link>><br />
<<elseif $izzyInven.includes("stepLadder")>>
You stand... all alone in the mud room, awkwardly holding your step ladder.<br /><br />
<<link "Examine the Lockers" "IzzyEndgame">>
<<set $izzyOneTime.push("exLockers0")>>
<<set $izzyOneTime.delete("exUtility0")>>
<</link>><br />
<<else>>
Now that there's no prying eyes, you can take a look around.<br /><br />
<<link "Examine the Lockers" "IzzyEndgame">>
<<set $izzyOneTime.push("exLockers0")>>
<<set $izzyOneTime.delete("exUtility0")>>
<</link>><br />
<<link "Examine the Utility Closet" "IzzyEndgame">>
<<set $izzyOneTime.push("exUtility0")>>
<<set $izzyOneTime.delete("exLockers0")>>
<</link>><br />
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Mud") and $izzyLoc.includes("Mud")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><br />
<<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>><br />
<<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>><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>>
<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 />
<<link "Grab the Small Cardboard Box" "IzzyEndgame">>
<<set $izzyOneTime.delete("exShelf0")>>
<<set $izzyOneTime.push("exShelf1")>>
<</link>><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 />
<<link "Take Light" "IzzyEndgame">>
<<set $izzyOneTime.delete("exShelf1")>>
<<set $izzyInven.push("light")>>
<</link>><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 />
<<link "Examine the Shelf" "IzzyEndgame">>
<<set $izzyOneTime.push("exShelf0")>>
<</link>><br />
<</if>>
<</if>>
<<if $izzyWifeLoc.includes("Laundry") and $izzyLoc.includes("Laundry")>>
<<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>><br />
<<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>><br />
<</if>>
<<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>><br />
<<else>>
-uh oh<br /><br />
<</if>>
<</nobr>>