,,,,,,
All characters within this game are at least eighteen years old.
This game is pornographic, its use is restricted to those at or above the legal age to consume pornography within their state or country.
[[I am of legal age of consume pornographic content->pre introduction]]\
<<set $drawer = []>>\
\
<<set $drawer.push("white boxers")>>\
<<set $drawer.push("red boxers")>>\
<<set $drawer.push("blue briefs")>>\
<<set $drawer.push("grey briefs")>>\
\
<<set $drawer.push("sneakers")>>\
<<set $drawer.push("brown shoes")>>\
\
<<set $drawer.push("polo and shorts")>>\
<<set $drawer.push("t-shirt and jeans")>>\
<<set $drawer.push("sweater and pants")>>\
\
<<set $drawer.push("pajamas")>>\
\
<<set $drawer.push("white socks")>>\
\
<<set $bag = []>>\
\
<<set $invbag = []>>\
\
<<set $time = "Night">>\
\
<<set $day to 0>>\
\
<<set $points to 0>>\
\
<<set $startpoints to false>>\
\
<<set $sleep to false>>\
\
<<set $face = "male">>\
\
<<set $femalepanties to false>>\
\
<<set $hosiery to false>>\
\
<<set $femalehosiery to false>>\
\
<<set $femalebra to false>>\
\
<<set $femalenightie to false>>\
\
<<set $maid to false>>\
\
<<set $hairchastity to false>>\
\
<<set $chastity to false>>\
\
<<set $panties = "red boxers">>\
<<set $clothes = "sweater and pants">>\
<<set $shoes = "brown shoes">>\
<<set $hosiery = "white socks">>\
<<set $bagclothes = "none">>\
<<set $bagshoes = "none">>
<<set $bagwig = "none">>
This game contains audio, so for you to have the full experience, turn on your device's audio, but if you don't want to or can't listen it, it works perfectly without.
Welcome to "Sex Education", this is a linear game with small decisions that don't interfere much with the main story but the ending is different depending on your score, this will be explained later in the game, if you want to have a high score, pay attention at the classes. Good luck!
<<click "Continue">><<goto [[0 intro]]>><</click>><<set $wday to $day % 7>>\
<<if $wday == "0">>\
<<set $weekday to "Sun">>\
<<elseif $wday == "1">>\
<<set $weekday to "Mon">>\
<<elseif $wday == "2">>\
<<set $weekday to "Tues">>\
<<elseif $wday == "3">>\
<<set $weekday to "Wed">>\
<<elseif $wday == "4">>\
<<set $weekday to "Thurs">>\
<<elseif $wday == "5">>\
<<set $weekday to "Fri">>\
<<elseif $wday == "6">>\
<<set $weekday to "Sat">><</if>>\
\
<center>Day:<<print $day>></center>\
<center><<print $weekday>></center>\
<center><<print $time>></center>\
<<if $startpoints is true>><center>Points:<<print $points>></center><</if>>\
\
\
<<if $task12 is true>>
<span class="task"><b>"Billy wants your help."</b></span>
\
<<elseif $task11 is true>>
<span class="task"><b>"Didi wants your help."</b></span>
\
<<elseif $task10 is true>>
<span class="task"><b>"Luke wants your help."</b></span>
\
<<elseif $task9 is true>>
<span class="task"><b>"Jada wants your help."</b></span>
\
<<elseif $task8 is true>>
<span class="task"><b>"Billy wants your help."</b></span>
\
<<elseif $task7 is true>>
<span class="task"><b>"Jada wants your help."</b></span>
\
<<elseif $task6 is true>>
<span class="task"><b>"Didi wants your help."</b></span>
\
<<elseif $task5 is true>>
<span class="task"><b>"Luke wants your help."</b></span>
\
<<elseif $task4 is true>>
<span class="task"><b>"Jada wants your help."</b></span>
\
<<elseif $task3 is true>>
<span class="task"><b>"Didi wants your help."</b></span>
\
<<elseif $task2 is true>>
<span class="task"><b>"Billy wants your help."</b></span>
\
<<elseif $task1 is true>>
<span class="task"><b>"Luke wants your help."</b></span>
<</if>>\
\
\
\
<<if ($headband is ("maid"))>>
<img src="images/maid/headband.jpg" width=200 /><</if>>\
\
\
<<if ($face is ("male"))>>
<img src="images/face/mike.jpg" width=200 />\
\
<<elseif ($face is ("no make female"))>>
<img src="images/face/mike 2.jpg" width=200 />\
\
<<elseif ($face is ("female"))>>
<img src="images/face/mike 3.jpg" width=200 /><</if>>\
\
\
\
<<if $sleep is true and ($drawer.includes("pajamas"))>>
<img src="images/nighties/pajamas.jpg" width=200 />\
\
<<elseif $sleep is true and ($drawer.includes("nightie black 1"))>>
<img src="images/nighties/nightie black 1.jpg" width=200 />\
\
<<elseif $sleep is true and ($drawer.includes("nightie blue 1"))>>
<img src="images/nighties/nightie blue 1.jpg" width=200 />\
\
<<elseif $sleep is true and ($drawer.includes("nightie green 1"))>>
<img src="images/nighties/nightie green 1.jpg" width=200 />\
\
<<elseif $sleep is true and ($drawer.includes("nightie pink 1"))>>
<img src="images/nighties/nightie pink 1.jpg" width=200 />\
\
<<elseif $sleep is true and ($drawer.includes("nightie pink 2"))>>
<img src="images/nighties/nightie pink 2.jpg" width=200 />\
\
<<elseif $sleep is true and ($drawer.includes("nightie red 1"))>>
<img src="images/nighties/nightie red 1.jpg" width=200 />\
\
<<elseif $sleep is true and ($drawer.includes("nightie white 1"))>>
<img src="images/nighties/nightie white 1.jpg" width=200 />\
\
<<elseif $sleep is true and ($drawer.includes("nightie yellow 1"))>>
<img src="images/nighties/nightie yellow 1.jpg" width=200 />\
\
\
\
<<elseif ($clothes is ("polo and shorts"))>>
<img src="images/clothes/polo and shorts.jpg" width=200 />\
\
<<elseif ($clothes is ("t-shirt and jeans"))>>
<img src="images/clothes/t-shirt and jeans.jpg" width=200 />\
\
<<elseif ($clothes is ("sweater and pants"))>>
<img src="images/clothes/sweater and pants.jpg" width=200 />\
\
<<elseif ($clothes is ("dress bisque"))>>
<img src="images/clothes/dress bisque.jpg" width=200 />\
\
\
<<elseif ($clothes is ("pajamas"))>>
<img src="images/nighties/pajamas.jpg" width=200 />\
\
<</if>>\
\
\
<<if ($apron is ("maid"))>>
<img src="images/maid/apron.jpg" width=200 /><</if>>\
\
<<if ($panties is ("grey briefs"))>>
<img src="images/panties/grey briefs.jpg" width=200 />\
\
<<elseif ($panties is ("blue briefs"))>>
<img src="images/panties/blue briefs.jpg" width=200 />\
\
<<elseif ($panties is ("red boxers"))>>
<img src="images/panties/red boxers.jpg" width=200 />\
\
<<elseif ($panties is ("white boxers"))>>
<img src="images/panties/white boxers.jpg" width=200 />\
\
<<elseif ($panties is ("none")) and $chastity is true>>
<img src="images/panties/chastity 2.jpg" width=200 />\
\
<<elseif ($panties is ("none")) and $hairchastity is true>>
<img src="images/panties/chastity 1.jpg" width=200 />\
\
<<elseif ($panties is ("dick hard"))>>
<img src="images/panties/dick hard.jpg" width=200 />\
\
<<elseif ($panties is ("none"))>>
<img src="images/panties/dick soft.jpg" width=200 />\
\
<</if>>\
\
\
<<if ($hosiery is ("white socks"))>>
<img src="images/hosiery/white socks.jpg" width=200 /><</if>>\
\
\
<<if ($shoes is ("brown shoes")) and $sleep is false>>
<img src="images/shoes/brown shoes.jpg" width=200 />\
\
<<elseif ($shoes is ("sneakers")) and $sleep is false>>
<img src="images/shoes/sneakers.jpg" width=200 /><</if>>\
\
<<if $femalebag is true>><img src="images/other/femalebag.jpg" width=200 /><<else>><img src="images/other/malebag.jpg" width=200 />
[[Bag|bag]]<</if>>
You are Michael.
<center>
<img src="images/0 intro/mike.jpg" width=350 />\
</center>
A 20-year-old boy who is studying economics at college. You are a very lucky boy, in your first year you got the best girlfriend any boy your age could dream of, Remy.
<center>
<img src="images/0 intro/remy 1.jpg" width=350 />\
</center>
Remy is in dental school, she is not only wonderful, she is very special to you, your relationship has become very serious since you lost your virginity together a few weeks after you met, shortly after you were sharing the same house to split the costs.
<<linkreplace "You're not by far the most manly guy in college, you've always been insecure with your slightly effeminate body, especially with your dick that you consider a little small.">> You're not by far the most manly guy in college, you've always been insecure with your slightly effeminate body, especially with your dick that you consider a little small.
<center>
<img src="images/panties/dick soft.jpg" width=350 />\
</center>
This insecurity only passed after you met Remy, Fortunately she doesn't seem to care about the size of your penis or anything on your body, she was the one who took the initiative in the relationship, she said she did it because she loved your cuddly side, you really are a lucky guy.
<<click "Start">><<goto [[0 intro car 1]]>><</click>><</linkreplace>>
1 pontos
negado
https://pt.pornhub.com/view_video.php?viewkey=ph5eabfd1eb6c2f
https://pt.pornhub.com/view_video.php?viewkey=ph5dd76384565fc
https://pt.pornhub.com/view_video.php?viewkey=ph5bf8a58697ecb
2 pontos chastity
https://pt.pornhub.com/view_video.php?viewkey=ph61c32f1f9cce0
one more please
você nao achou que conseguiria um orgasmo completo com tão pocos pontos achou?
3 pontos completo com vibrador 10 pts
ola pra isso... você crem your panties... what a nauthy girl...
https://pt.pornhub.com/view_video.php?viewkey=ph5f0a1c62a623d&utm_medium=embed&utm_campaign=embed-logo-html5&utm_source=tubeboat.com
4 completo punheta 11 pts
eu tinha esquecido como era chupar um pinto tão pequeno
já está duro? estas aulas foram muito boas pra você mesmo, você broxava quase todas as vezes que iamos fazer sexo
5 completo pegg 12pts
me fuder? oww querido... descupe mas você nunca mais vai me fuder, eu não merço isso
https://pt.pornhub.com/view_video.php?viewkey=ph618329e67219e
https://pt.pornhub.com/view_video.php?viewkey=ph61b8b633e6292
<<set $missshoes1 to false>>
<<set $missshoes2 to false>>
<<set $scarlettssecret1 to false>>
<<set $scarlettssecret2 to false>>
<<set $scarlettssecret3 to false>>
<<set $scarlettssecret4 to false>>
<<set $scarlettssecret5 to false>>
<<set $numberpanties to 0>>
<<set $numberhosiery to 0>>
<<set $numberbra to 0>>
<<set $numberteddy to 0>>
<<set $numbernightie to 0>>
<<set $numberclothes to 0>>
<<set $numbershoes to 0>>
<<set $numbermaiddress to 0>>
<<set $sleep to false>>
<<set $remyskirt to false>>
<<set $remydress to false>>
<<set $remyshorts to false>>
<<set $prettydress1 to false>>
<<set $prettydress2 to false>>
<<set $prettydress3 to false>>
<<set $pinkbunny1 to false>>
<<set $pinkbunny2 to false>>
<<set $pinkbunny3 to false>>
<<set $magicworld1 to false>>
<<set $magicworld2 to false>>
<<cacheaudio "remyverysoft1" "audio/remyverysoft1.mp3">>
<<cacheaudio "remyverysoft2" "audio/remyverysoft2.mp3">>
<<cacheaudio "remyverysoft3" "audio/remyverysoft3.mp3">>
<<cacheaudio "remyverysoft4" "audio/remyverysoft3.mp3">>
<<cacheaudio "remyverysoft5" "audio/remyverysoft5.mp3">>
<<cacheaudio "remyverysoft6" "audio/remyverysoft6.mp3">>
<<cacheaudio "remysoft1" "audio/remysoft1.mp3">>
<<cacheaudio "remysoft2" "audio/remysoft2.mp3">>
<<cacheaudio "remysoft3" "audio/remysoft3.mp3">>
<<cacheaudio "remysoft4" "audio/remysoft4.mp3">>
<<cacheaudio "remymedium1" "audio/remymedium1.mp3">>
<<cacheaudio "remymedium2" "audio/remymedium2.mp3">>
<<cacheaudio "remymedium3" "audio/remymedium3.mp3">>
<<cacheaudio "remymedium4" "audio/remymedium4.mp3">>
<<cacheaudio "remymedium5" "audio/remymedium5.mp3">>
<<cacheaudio "remymedium6" "audio/remymedium6.mp3">>
<<cacheaudio "remyhard1" "audio/remyhard1.mp3">>
<<cacheaudio "remyhard2" "audio/remyhard2.mp3">>
<<cacheaudio "remyhard3" "audio/remyhard3.mp3">>
<<cacheaudio "remyveryhard1" "audio/remyveryhard1.mp3">>
<<cacheaudio "remyveryhard2" "audio/remyveryhard2.mp3">>
<<cacheaudio "remyveryhard3" "audio/remyveryhard3.mp3">>
<<cacheaudio "remycum1" "audio/remycum1.mp3">>
<<cacheaudio "remycum2" "audio/remycum2.mp3">>
<<cacheaudio "remycum3" "audio/remycum3.mp3">>
<<cacheaudio "remycum4" "audio/remycum4.mp3">>
<<cacheaudio "remycum5" "audio/remycum5.mp3">>
<<cacheaudio "remygiggle" "audio/remygiggle.mp3">>
<<cacheaudio "mikeverysoft1" "audio/mikeverysoft1.mp3">>
<<cacheaudio "mikeverysoft2" "audio/mikeverysoft2.mp3">>
<<cacheaudio "mikeverysoft3" "audio/mikeverysoft3.mp3">>
<<cacheaudio "mikeverysoft4" "audio/mikeverysoft4.mp3">>
<<cacheaudio "mikeverysoft5" "audio/mikeverysoft5.mp3">>
<<cacheaudio "mikeverysoft6" "audio/mikeverysoft6.mp3">>
<<cacheaudio "mikeverysoft7" "audio/mikeverysoft7.mp3">>
<<cacheaudio "mikeverysoft8" "audio/mikeverysoft8.mp3">>
<<cacheaudio "mikeverysoft9" "audio/mikeverysoft9.mp3">>
<<cacheaudio "mikesoft" "audio/mikesoft.mp3">>
<<cacheaudio "mikesoft2" "audio/mikesoft2.mp3">>
<<cacheaudio "mikesoft3" "audio/mikesoft3.mp3">>
<<cacheaudio "mikesoft4" "audio/mikesoft4.mp3">>
<<cacheaudio "mikesoft5" "audio/mikesoft5.mp3">>
<<cacheaudio "mikesoft6" "audio/mikesoft6.mp3">>
<<cacheaudio "mikesoft7" "audio/mikesoft6.mp3">>
<<cacheaudio "mikehard1" "audio/mikehard1.mp3">>
<<cacheaudio "mikehard2" "audio/mikehard2.mp3">>
<<cacheaudio "mikehard3" "audio/mikehard3.mp3">>
<<cacheaudio "mikehard4" "audio/mikehard4.mp3">>
<<cacheaudio "mikehard5" "audio/mikehard5.mp3">>
<<cacheaudio "mikehard6" "audio/mikehard6.mp3">>
<<cacheaudio "mikehard7" "audio/mikehard7.mp3">>
<<cacheaudio "mikehard8" "audio/mikehard8.mp3">>
<<cacheaudio "mikehard9" "audio/mikehard9.mp3">>
<<cacheaudio "mikehard10" "audio/mikehard10.mp3">>
<<cacheaudio "mikehard11" "audio/mikehard11.mp3">>
<<cacheaudio "mikehard12" "audio/mikehard12.mp3">>
<<cacheaudio "mikehard13" "audio/mikehard13.mp3">>
<<cacheaudio "mikehard14" "audio/mikehard14.mp3">>
<<cacheaudio "mikeveryhard1" "audio/mikeveryhard1.mp3">>
<<cacheaudio "mikeveryhard2" "audio/mikeveryhard2.mp3">>
<<cacheaudio "mikeveryhard3" "audio/mikeveryhard3.mp3">>
<<cacheaudio "mikeveryhard4" "audio/mikeveryhard4.mp3">>
<<cacheaudio "mikeplease" "audio/mikeplease.mp3">>
<<cacheaudio "mikecum" "audio/mikecum.mp3">>
<<cacheaudio "mikecum2" "audio/mikecum2.mp3">>
<<cacheaudio "ruin" "audio/ruin.mp3">>
<<cacheaudio "ruinluke" "audio/ruinluke.mp3">>
<<cacheaudio "ruinbilly" "audio/ruinbilly.mp3">>
<<cacheaudio "pain1" "audio/pain1.mp3">>
<<cacheaudio "pain2" "audio/pain2.mp3">>
<<cacheaudio "pain3" "audio/pain3.mp3">>
<<cacheaudio "pain4" "audio/pain4.mp3">>
<<cacheaudio "pain5" "audio/pain5.mp3">>
<<cacheaudio "pain6" "audio/pain6.mp3">>
<<cacheaudio "pain7" "audio/pain7.mp3">>
<<cacheaudio "pain8" "audio/pain8.mp3">>
<<cacheaudio "pain9" "audio/pain9.mp3">>
<<cacheaudio "pain10" "audio/pain10.mp3">>
<<cacheaudio "pain11" "audio/pain11.mp3">>
<<cacheaudio "didisoft1" "audio/didisoft1.mp3">>
<<cacheaudio "didimedium1" "audio/didimedium1.mp3">>
<<cacheaudio "didicum1" "audio/didicum1.mp3">>
<<cacheaudio "didicum2" "audio/didicum2.mp3">>
<<cacheaudio "jadasoft1" "audio/jadasoft1.mp3">>
<<cacheaudio "jadahard1" "audio/jadasoft1.mp3">>
<<cacheaudio "jadacum1" "audio/jadacum1.mp3">>
<<cacheaudio "jadacum2" "audio/jadacum2.mp3">>
<<cacheaudio "brandimedium1" "audio/brandimedium1.mp3">>
<<cacheaudio "alarm" "audio/alarm.mp3">>
<<cacheaudio "tantra1" "audio/tantra1.mp3">>
<<cacheaudio "tantra2" "audio/tantra2.mp3">>
<<cacheaudio "strip" "audio/strip.mp3">>
<<cacheaudio "laughverysoft1" "audio/laughverysoft1.mp3">>
<<cacheaudio "laughverysoft2" "audio/laughverysoft2.mp3">>
<<cacheaudio "laughverysoft3" "audio/laughverysoft3.mp3">>
<<cacheaudio "laughsoft1" "audio/laughsoft1.mp3">>
<<cacheaudio "laughsoft2" "audio/laughsoft2.mp3">>
<<cacheaudio "laughsoft4" "audio/laughsoft4.mp3">>
<<cacheaudio "laughsoft5" "audio/laughsoft5.mp3">>
<<cacheaudio "laughsoft6" "audio/laughsoft6.mp3">>
<<cacheaudio "laughveryhard1" "audio/laughveryhard1.mp3">>
<<cacheaudio "laughveryhard2" "audio/laughveryhard2.mp3">>
<<cacheaudio "laughhard2" "audio/laughhard2.mp3">>
<<cacheaudio "laughhard3" "audio/laughhard3.mp3">>
<<cacheaudio "laughhard6" "audio/laughhard6.mp3">>
<<cacheaudio "generallaugh" "audio/generallaugh.mp3">>
<<cacheaudio "applause1" "audio/applause1.mp3">>
<<cacheaudio "wax1" "audio/wax1.mp3">>
<<cacheaudio "wax2" "audio/wax2.mp3">>
<<cacheaudio "wax3" "audio/wax3.mp3">>
<<cacheaudio "ouch1" "audio/ouch1.mp3">>
<<cacheaudio "ouch2" "audio/ouch2.mp3">>
<<cacheaudio "slap1" "audio/slap1.mp3">>
<<cacheaudio "slap2" "audio/slap2.mp3">>
<<cacheaudio "slap3" "audio/slap3.mp3">>
<<cacheaudio "vibe" "audio/vibe.mp3">>
<<set $bag = []>>\
<center>
<img src="images/home/inside.jpg" width=600 />
</center>
<<click "Closet">><<goto [[closet]]>><</click>>
\
<<if $day is 14 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 14 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 14 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 14 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 14 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 14>><<click "Leave">><<goto [[map home]]>><</click>><</if>>\
\
<<if $day is 13 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 13 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 13 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 13 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 13 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 13>><<click "Leave">><<goto [[map home]]>><</click>><</if>>\
\
<<if $day is 12 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 12 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 12 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 12 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 12 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 12>><<click "I'm ready, Remy!">><<goto [[12 pegging 1]]>><</click>><</if>>\
\
<<if $day is 11 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 11 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 11 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 11 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 11 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 11>><<click "I'm ready, Remy!">><<goto [[11 ruin 1]]>><</click>><</if>>\
\
<<if $day is 10 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 10 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 10 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 10 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 10 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 10>><<click "I'm ready, Remy!">><<goto [[10 wax 1]]>><</click>><</if>>\
\
<<if $day is 9 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 9 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 9 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 9 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 9 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 9>><<click "I'm ready, Remy!">><<goto [[9 tease denial lock 1]]>><</click>><</if>>\
\
<<if $day is 8 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 8 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 8 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 8 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 8 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 8>><<click "I'm ready, Remy!">><<goto [[8 tease denial free 1]]>><</click>><</if>>\
\
<<if $day is 7 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 7 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 7 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 7 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 7 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 7>><<click "Search for a strap-on">><<goto [[map home]]>><</click>><</if>>\
\
<<if $day is 6 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 6 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 6 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 6 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 6 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 6>><<click "Search for candles">><<goto [[map home]]>><</click>><</if>>\
\
<<if $day is 5 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 5 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 5 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 5 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 5 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 5>><<click "I'm ready, Remy!">><<goto [[5 strapon 1]]>><</click>><</if>>\
\
<<if $day is 4 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 4 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 4 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 4 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 4 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 4>><<click "I'm ready, are you ready honey?">><<goto [[4 massage 1]]>><</click>><</if>>\
\
<<if $day is 3 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 3 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 3 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 3 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 3 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 3>><<click "I'm ready, Remy!">><<goto [[3 clothes 1]]>><</click>><</if>>\
\
<<if $day is 2 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 2 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 2 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 2 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 2 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 2>><<click "I'm ready, Remy!">><<goto [[2 orl fem 1]]>><</click>><</if>>\
\
<<if $day is 1 and ($clothes eq "none")>>You can't go out without clothes\
<<elseif $day is 1 and ($clothes eq "pajamas")>>You can't go out wearing pajamas\
<<elseif $day is 1 and ($panties eq "none")>>You can't go out without underwear\
<<elseif $day is 1 and ($hosiery eq "none")>>You can't go out without socks\
<<elseif $day is 1 and ($shoes eq "none")>>You can't go out without shoes\
<<elseif $day is 1>><<click "I'm ready, Remy!">><<goto [[1 lock 2]]>><</click>><</if>>\
\
<center>
<img src="images/miss shoes/miss shoes facade.jpg" width=400 />\
</center>
<<if $missshoes1 is true>><<click "Enter the store">><<goto [[miss shoes 1.1]]>><</click>>\
\
<<else>><<click "Enter the store">><<goto [[miss shoes 1]]>><</click>><</if>>
<<click "Back to map">><<goto [[map miss shoes]]>><</click>>
<center>
<img src="images/scarletts secret/scarletts secret facade.jpg" width=400 />\
</center>
<<if $scarlettssecret1 is true>><<click "Enter the store">><<goto [[scarletts secret 1.1]]>><</click>>\
\
<<else>><<click "Enter the store">><<goto [[scarletts secret 1]]>><</click>><</if>>
<<click "Back to map">><<goto [[map scarletts secret]]>><</click>>
<center>
<img src="images/pretty dress/pretty dress facade.jpg" width=400 />\
</center>
<<if $prettydress1 is true>><<click "Enter the store">><<goto [[pretty dress 1.1]]>><</click>>\
\
<<else>><<click "Enter the store">><<goto [[pretty dress 1]]>><</click>><</if>>
<<click "Back to map">><<goto [[map pretty dress]]>><</click>>
<center>
<img src="images/magic world/magic world facade.jpg" width=600 />\
</center>
<<if $magicworld1 is true>><<click "Enter the store">><<goto [[magic world 1.1]]>><</click>>\
\
<<else>><<click "Enter the store">><<goto [[magic world 1]]>><</click>><</if>>
<<click "Back to map">><<goto [[map magic world]]>><</click>><img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Oh Mikey! What an incredible dinner! Even rented a Limosine, you spoil me too much! Hahaha..."</b></span>
Renting this car wasn't cheap, but you can only save the money your parents send you every week because you share the house rent with Remy, thanks to that you don't have much problem with money, nothing fairer than spending a little on her, especially on such a special day like today.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Haha... Today is a special day sweetheart, we are celebrating our 2 year anniversary, I wanted to do something nice."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"What is this button for, baby? Hahaha..."</b></span>
Remy points to the button that closes the Limosine's inner window, she knows exactly what it's for.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Hehe... I don't know, let's test it.">> <span class="mike"><b>"Hehe... I don't know, let's test it."</b></span>
<center>
<img src="images/0 intro/limo.webp" width=450 />\
</center>
<<click "Continue">><<set $panties = "none">><<set $clothes = "none">><<set $hosiery = "none">><<set $shoes = "none">><<goto [[0 intro car 2]]>><</click>><</linkreplace>>
You have:
\
<<if ($bag.includes("candles"))>>
<img src="images/pink bunny/toys/candles.jpg" width=200 />
<</if>>\
\
<<if ($bag.includes("strapon"))>>
<img src="images/pink bunny/toys/strapon.jpg" width=200 />
<</if>>\
\
<<if ($bag.includes("dildo"))>>
<img src="images/pink bunny/toys/dildo.jpg" width=200 />
<</if>>\
\
\
<<if ($bag.includes("panties black 1"))>>
<img src="images/panties/panties black 1.jpg" width=200 />
<</if>>\
\
\
<<if ($bag.includes("bra black 1"))>>
<img src="images/bra/bra black 1.jpg" width=200 />
<</if>>\
\
\
<<if ($bag.includes("shoes beige ankle boots"))>>
<img src="images/shoes/shoes beige ankle boots.jpg" width=200 />
<</if>>\
\
\
<<if ($bag.includes("hosiery 1"))>>
<img src="images/hosiery/hosiery 1.jpg" width=200 />
<</if>>\
\
\
<<if ($bag.includes("dress bisque"))>>
<img src="images/clothes/dress bisque.jpg" width=200 />
<</if>>
\
\
<<if ($bag.includes("nightie black 1"))>>
<img src="images/nighties/nightie black 1.jpg" width=200 />
<</if>>\
\
<<return>>
<<linkreplace "Remy takes advantage of the privacy to take off her clothes and kiss you while stroking your penis.">> Remy takes advantage of the privacy to take off her clothes and kiss you while stroking your penis.
<center>
<img src="images/0 intro/car 1.webp" width=450 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<<linkreplace "What's the problem baby? Is your little friend not excited again?">> <span class="remy"><b>"What's the problem baby? Is your little friend not excited again?"</b></span>
<center>
<img src="images/0 intro/car 5.webp" width=450 />\
</center>
Maybe you shouldn't have spent the whole afternoon jerking off, it's not the first time this has happened, you try to pass an excuse.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Er... I think I drank a little too much..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<<linkreplace "It wasn't so much... Maybe you need a blowjob to cheer up...">> <span class="remy"><b>"It wasn't so much... Maybe you need a blowjob to cheer up..."</b></span>
<center>
<img src="images/0 intro/car 2.webp" width=450 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Come on baby... Get hard soon to fuck me...">> <span class="remy"><b>"Come on baby... Get hard soon to fuck me..."</b></span>
<center>
<img src="images/0 intro/car 3.webp" width=450 />\
</center>
<<linkreplace "Despite Remy's best efforts your dick refuses to get hard, she can't hide how disappointed she is.">> Despite Remy's best efforts your dick refuses to get hard, she can't hide how disappointed she is.
<center>
<img src="images/0 intro/car 4.webp" width=450 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Hmm... I don't think it will happen..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Er... Sorry..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"You don't have to be upset, no problem, we have all night ahead of us, when I got home I prepared a little surprise for you too... Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"A surprise? I love your surprises."</b></span>
Remy puts her clothes back on and you enjoy the limo ride, no sex but whit lots of kissing.
<<click "Continue">><<set $clothes = "sweater and pants">><<set $panties = "red boxers">><<set $shoes = "brown shoes">><<set $hosiery = "white socks">><<goto [[0 intro home 1]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
You enter the house and Remy asks you to wait for her in bed while she goes into the closet to prepare your surprise.
<<linkreplace "Wait">>
<center>
<img src="images/0 intro/remy 2.jpg" width=350 />\
</center>
Remy knows that roleplay is your biggest fetish, she knows how to turn you on when your penis is having trouble working.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Sorry Principal Michael, I was a bad girl, I took my top off to tease the teacher..."</b></span>
Remy is great at roleplaying.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Mhm... I'm embarrassed to stand in front of you without my top... Could you take your clothes off too?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Well... I don't want to embarrass you..."</b></span>
<<click "Take off your clothes">><<set $panties = "dick hard">><<set $clothes = "none">><<set $shoes = "none">><<set $hosiery = "none">><<goto [[0 intro home 2]]>><</click>><</linkreplace>>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Good morning honey, haha... You forgot to put your pajamas on yesterday."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Good morning... Yes, I got tired after sex. Haha..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Change soon, I want to stop by the cafeteria before class starts."</b></span>
<<click "Continue">><<goto [[home]]>><</click>>
<center>
<img src="images/home/closet.jpg" width=350 />
</center>
[[Back to bedroom|home]]
<<if $femalepanties is true>>[[Panties|panties]]\
<<else>>[[Underwear|panties]]<</if>>
\
<<if $femalebra is true>>
[[Bras|bras]]<</if>>\
<<if $hosiery is true>>[[Hosiery|hosiery]]\
<<else>>[[Socks|hosiery]]<</if>>
[[Clothes|clothes]]
[[Shoes|shoes]]
<<if $femalenightie is true>>[[Nightie|nighties]]\
<<else>>[[Pajamas|nighties]]<</if>>
\
<<if $maid is true>>
[[Cleaning uniform|maid]]<</if>>\[[Back to closet|closet]] <<if $femalepanties is true>>[[Panties|panties]]\
<<else>>[[Underwear|panties]]<</if>> <<if $femalebra is true>> [[Bras|bras]]<</if>><<if $femalebra is true>> [[Teddies|teddies]]<</if>> <<if $hosiery is true>>[[Hosiery|hosiery]]\
<<else>>[[Socks|hosiery]]<</if>> [[Shoes|shoes]] <<if $femalenightie is true>>[[Nightie|nighties]]\
<<else>>[[Pajamas|nighties]]<</if>> <<if $maid is true>> [[Cleaning uniform|maid]]<</if>>
<<if $clothes neq "none">><<click "Strip out">><<set $clothes = "none">><<goto [[clothes]]>><</click>><</if>>\
<<if $bagclothes neq "none">><<click "Empty the bag">><<set $bagclothes = "none">><<goto [[clothes]]>><</click>><</if>>\
<<if ($drawer.includes("sweater and pants")) and ($clothes neq "sweater and pants")>>\
<img src="images/clothes/sweater and pants.jpg" width=200 /><<click " Put this on">><<set $clothes = "sweater and pants">><<goto [[clothes]]>><</click>><</if>>
\
<<if ($drawer.includes("polo and shorts")) and ($clothes neq "polo and shorts")>>\
<img src="images/clothes/polo and shorts.jpg" width=200 /><<click " Put this on">><<set $clothes = "polo and shorts">><<goto [[clothes]]>><</click>><</if>>
\
<<if ($drawer.includes("t-shirt and jeans")) and ($clothes neq "t-shirt and jeans")>>\
<img src="images/clothes/t-shirt and jeans.jpg" width=200 /><<click " Put this on">><<set $clothes = "t-shirt and jeans">><<goto [[clothes]]>><</click>><</if>>
\
\
<<if ($drawer.includes("dress bisque")) and $day gte 30 and ($clothes neq "dress bisque")>>\
<img src="images/clothes/dress bisque.jpg" width=200 /><<click " Put this on">><<set $clothes = "dress bisque">><<goto [[clothes]]>><</click>>\
<<elseif ($drawer.includes("dress bisque")) and ($bagclothes neq "dress bisque")>>\
<img src="images/clothes/dress bisque.jpg" width=200 /><<click " Store in bag">><<set $bagclothes = "dress bisque">><<goto [[clothes]]>><</click>><</if>>
\
[[Back to closet|closet]] <<if $femalepanties is true>>[[Panties|panties]]\
<<else>>[[Underwear|panties]]<</if>> <<if $femalebra is true>> [[Bras|bras]]<</if>><<if $femalebra is true>> [[Teddies|teddies]]<</if>> <<if $hosiery is true>>[[Hosiery|hosiery]]\
<<else>>[[Socks|hosiery]]<</if>> [[Clothes|clothes]] <<if $femalenightie is true>>[[Nightie|nighties]]\
<<else>>[[Pajamas|nighties]]<</if>> <<if $maid is true>> [[Cleaning uniform|maid]]<</if>>
<<if $shoes neq "none">><<click "Remove your shoes">><<set $shoes = "none">><<goto [[shoes]]>><</click>><</if>>\
<<if ($drawer.includes("brown shoes")) and ($shoes neq "brown shoes")>>\
<img src="images/shoes/brown shoes.jpg" width=200 /><<click " Put this on">><<set $shoes = "brown shoes">><<goto [[shoes]]>><</click>><</if>>
\
<<if ($drawer.includes("sneakers")) and ($shoes neq "sneakers")>>\
<img src="images/shoes/sneakers.jpg" width=200 /><<click " Put this on">><<set $shoes = "sneakers">><<goto [[shoes]]>><</click>><</if>>[[Back to closet|closet]] <<if $femalepanties is true>>[[Panties|panties]]\
<<else>>[[Underwear|panties]]<</if>> <<if $femalebra is true>> [[Bras|bras]]<</if>><<if $femalebra is true>> [[Teddies|teddies]]<</if>> [[Clothes|clothes]] [[Shoes|shoes]] <<if $femalenightie is true>>[[Nightie|nighties]]\
<<else>>[[Pajamas|nighties]]<</if>> <<if $maid is true>> [[Cleaning uniform|maid]]<</if>>
<<if $hosiery neq "none" and $femalehosiery is true>><<click "Strip out your hosiery">><<set $hosiery = "none">><<goto [[hosiery]]>><</click>>
<<elseif $hosiery neq "none">><<click "Strip out your socks">><<set $hosiery = "none">><<goto [[hosiery]]>><</click>><</if>>\
<<if ($drawer.includes("white socks")) and ($hosiery neq "white socks")>>\
<img src="images/hosiery/white socks.jpg" width=200 /><<click " Put this on">><<set $hosiery = "white socks">><<goto [[hosiery]]>><</click>><</if>>
[[Back to closet|closet]] <<if $femalebra is true>> [[Bras|bras]]<</if>><<if $femalebra is true>> [[Teddies|teddies]]<</if>> <<if $hosiery is true>>[[Hosiery|hosiery]]\
<<else>>[[Socks|hosiery]]<</if>> [[Clothes|clothes]] [[Shoes|shoes]] <<if $femalenightie is true>>[[Nightie|nighties]]\
<<else>>[[Pajamas|nighties]]<</if>> <<if $maid is true>> [[Cleaning uniform|maid]]<</if>>
<<if $panties neq "none" and $femalepanties is true>><<click "Strip out your panties">><<set $panties = "none">><<goto [[panties]]>><</click>>
\
<<elseif $panties neq "none">><<click "Strip out your underwear">><<set $panties = "none">><<goto [[panties]]>><</click>><</if>>
\
\
<<if ($drawer.includes("blue briefs")) and ($panties neq "blue briefs")>>\
<img src="images/panties/blue briefs.jpg" width=200 /><<click " Put this on">><<set $panties = "blue briefs">><<goto [[panties]]>><</click>><</if>>
\
<<if ($drawer.includes("grey briefs")) and ($panties neq "grey briefs")>>\
<img src="images/panties/grey briefs.jpg" width=200 /><<click " Put this on">><<set $panties = "grey briefs">><<goto [[panties]]>><</click>><</if>>
\
<<if ($drawer.includes("red boxers")) and ($panties neq "red boxers")>>\
<img src="images/panties/red boxers.jpg" width=200 /><<click " Put this on">><<set $panties = "red boxers">><<goto [[panties]]>><</click>><</if>>
\
<<if ($drawer.includes("white boxers")) and ($panties neq "white boxers")>>\
<img src="images/panties/white boxers.jpg" width=200 /><<click " Put this on">><<set $panties = "white boxers">><<goto [[panties]]>><</click>><</if>>[[Back to closet|closet]] <<if $femalepanties is true>>[[Panties|panties]]\
<<else>>[[Underwear|panties]]<</if>><<if $femalebra is true>> [[Teddies|teddies]]<</if>> <<if $hosiery is true>>[[Hosiery|hosiery]]\
<<else>>[[Socks|hosiery]]<</if>> [[Clothes|clothes]] [[Shoes|shoes]] <<if $femalenightie is true>>[[Nightie|nighties]]\
<<else>>[[Pajamas|nighties]]<</if>> <<if $maid is true>> [[Cleaning uniform|maid]]<</if>>
[[Back to closet|closet]] <<if $femalepanties is true>>[[Panties|panties]]\
<<else>>[[Underwear|panties]]<</if>> <<if $femalebra is true>> [[Bras|bras]]<</if>><<if $femalebra is true>> [[Teddies|teddies]]<</if>> [[Clothes|clothes]] <<if $hosiery is true>>[[Hosiery|hosiery]]\
<<else>>[[Socks|hosiery]]<</if>> [[Shoes|shoes]] <<if $maid is true>> [[Cleaning uniform|maid]]<</if>>
<<if $clothes neq "none">><<click "Strip out">><<set $clothes = "none">><<goto [[nighties]]>><</click>><</if>>\
<<if ($drawer.includes("pajamas")) and ($clothes neq "pajamas")>>\
<img src="images/nighties/pajamas.jpg" width=200 /><<click " Put this on">><<set $clothes = "pajamas">><<goto [[nighties]]>><</click>><</if>>
[[Back to closet|closet]] <<if $femalepanties is true>>[[Panties|panties]]\
<<else>>[[Underwear|panties]]<</if>> <<if $femalebra is true>> [[Bras|bras]]<</if>><<if $femalebra is true>> [[Teddies|teddies]]<</if>> <<if $hosiery is true>>[[Hosiery|hosiery]]\
<<else>>[[Socks|hosiery]]<</if>> [[Clothes|clothes]] [[Shoes|shoes]] <<if $femalenightie is true>>[[Nightie|nighties]]\
<<else>>[[Pajamas|nighties]]<</if>>Before class starts, you and Remy go to the university cafeteria for breakfast.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"No, I'll pay this time, yesterday you gave me the queen treatment."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Haha... Ok honey, I'll look for a table."</b></span>
Without much difficulty, you find a table in the center of the cafeteria, when you sit down you notice that someone has left a flyer on the table.
<<linkreplace "Look at the flyer">>
<center>
<img src="images/1 lock/flyer.jpg" width=450 />\
</center>
On the back of the pamphlet is described the day it starts and the time of the course, it looks like it starts today.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"What are you reading baby?"</b></span>
You show the flyer to Remy.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Someone left this bullshit here, sex education. Haha... Like someone needs to teach us how to have sex. Haha..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Hahaha... This must be for those virgins who don't know what to do in bed, not all were lucky enough to learn in practice like us. Hahaha..."</b></span>
You really think this course is bullshit, but this teacher is really hot.
<img src="images/face/waitress.jpg" width=90 align="left" hspace="10" >
<span class="waitress"><b>"Is this where ordered 2 cappuccinos and 2 sandwiches?"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Right here! Thanks."</b></span>
<span class="mike"><b>"What a hottie! They're hiring better employees for this coffee shop, way better than the guy who used to work here."</b></span>
You two have breakfast quickly so you won't be late for class.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Bye baby, see you after class."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Bye honey."</b></span>
<<click "Go to class">><<goto [[1 lock 3]]>><</click>><</linkreplace>>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Oh! Principal! You have a hard-on, can I give you an apology blowjob?"</b></span>
<center>
<img src="images/0 intro/home 1.webp" width=450 />\
</center>
Actually you don't have a strong hard-on, But you can already get a blowjob.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"A blowjob is a start, suck my dick bad girl."</b></span>
<<linkreplace "You're not as good at roleplaying as Remy, but you try your best to play your role.">> You're not as good at roleplaying as Remy, but you try your best to play your role.
<center>
<img src="images/0 intro/home 2.webp" width=450 />\
</center>
You still don't have a very strong hard-on, but it's enough to have sex with Remy, you try not to take too long, sometimes you lose your erection during sex.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Spread your legs girl, I want to fuck you."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Wow, what a hurried principal haha... Ok...">> <span class="remy"><b>"Wow, what a hurried principal haha... Ok..."</b></span>
<<timed 4s>><<audio "mikesoft" volume 0.3 play>><</timed>>
<center>
<img src="images/0 intro/home 3.webp" width=450 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Oh! This is so good... Oh!"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Yes... Very good...">> <span class="remy"><b>"Yes... Very good..."</b></span>
<<audio "mikesoft" stop>><<audio "mikecum" volume 0.5 play>>
<center>
<img src="images/0 intro/home 4.webp" width=450 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Ughhhhh..."</b></span>
<span class="mike"><b>"Excellent! I managed to come before I lost my erection!"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Did you cum?">> <span class="remy"><b>"Did you cum?"</b></span>
<<audio "mikecum" stop>>
<center>
<img src="images/0 intro/home 5.webp" width=450 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yea! It was so good!"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Great! Hehe..."</b></span>
You lie on the bed facing Remy's beautiful face.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Good night baby, Love you."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Love you too."</b></span>
Tired, it doesn't take you long to get to sleep.
<<click "Continue">><<set $time = "Morning">><<set $panties = "none">><<set $day to $day+1>><<goto [[1 lock 1 morning]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
You take an economics course. You never really knew what to do with your life, but as you dropped out of school and didn't know which career to choose, you decided on this one. taking the course you realized that it is quite boring.
<center>
<img src="images/1 lock/log.jpg" width=500 />\
</center>
<span class="mike"><b>"Today the class is very tedious."</b></span>
<center>
<img src="images/1 lock/integral.jpg" width=500 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Ufff..."</b></span>
<span class="mike"><b>"Okay... I need a break, drinking so much coffee made me want to pee."</b></span>
<<click "Go to the bathroom">><<goto [[1 lock 4]]>><</click>>
Pasted on the bathroom door you find some more flyers that were in the cafeteria.
<center>
<img src="images/1 lock/flyer.jpg" width=300 />\
</center>
<span class="mike"><b>"This teacher is very hot."</b></span>
You take the opportunity to pick up a flyer and take one more look at the teacher.
<span class="mike"><b>"Hmm...look at those tits... Class is really boring, I think I can stall a little."</b></span>
<<click "Enter the stall and masturbate">><<goto [[1 lock 5]]>><</click>>
<center>
<img src="images/1 lock/boobs.jpg" width=400 />\
</center>
<<linkreplace "Those boobs... She's a sex education teacher, she must have amazing sex!">><<timed 4s>><<audio "mikesoft" volume 0.3 play>><</timed>>
<center>
<img src="images/1 lock/mast 1.webp" width=400 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Mmmm..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Mmmm-mmh..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Mmmfffp!">><<audio "mikesoft" stop>><<audio "mikecum" volume 0.5 play>>
<center>
<img src="images/1 lock/mast 2.webp" width=400 />\
</center>
<center>
<img src="images/1 lock/cum.jpg" width=400 />\
</center>
<span class="mike"><b>"Uff... Time to go back to class."</b></span>
<<click "You throw the flyer in the trash and go back to your room.">><<audio "mikecum" stop>><<goto [[1 lock 6]]>><</click>><</linkreplace>><</linkreplace>>
It seems that the class is the same as when you left, you weren't understanding anything, it won't make any difference.
<<linkreplace "...">>
<span class="mike"><b>"Boring..."</b></span>
<<linkreplace "...">>
<span class="mike"><b>"Boring..."</b></span>
<<linkreplace "...">>
<span class="mike"><b>"Boring..."</b></span>
<<linkreplace "Knock knock...">>
There's someone knocking on the door.
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"One moment guys."</b></span>
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"Hum... Sure..."</b></span>
Your teacher talks to someone in the hallway.
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"Michel?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yes?"</b></span>
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"You're being requested in room 202, don't delay, the subject I'm about to give is important."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yes sir."</b></span>
<<click "Go to the room">><<goto [[1 lock 7]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
Knock knock...
<<linkreplace "Come in!">> <span class="brandi"><b>"Come in!"</b></span>
<center>
<img src="images/1 lock/brandi 1.jpg" width=300 />\
</center>
<span class="mike"><b>"She is... The woman who was on the flyers..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Mr Michael, good morning."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"G-good Morning."</b></span>
<span class="mike"><b>"How does she know my name?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"I'm Miss Brandi, have a seat, I've got something to discuss with you."</b></span>
A little embarrassed you sit in a chair opposite Miss Brandi, who is even hotter in person.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"You must have seen some flyers around the campus of the classes I'm about to start teaching."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yeah... I think I saw some..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="30">
<span class="brandi"><b>"Excellent! I've been doing some research on you, you have a girlfriend, Miss Remy, I would like to personally invite you to be part of the class, this would be very good for you and your girlfriend, in addition to making your relationship healthier, it will add some points of extra curricular activities to your report card, it looks like you need it, what do you think?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Er... Thanks for the invitation but I'll have to decline... I'd rather get these points in another course, I don't think Remy would be interested either..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Really? This course would be so good for both of you, especially for you."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I'm sure."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"What a pity... Okay... But before going back to your class, do you know what this is, Mister Michael?"</b></span>
<<linkreplace "Miss Brandi starts rummaging in a bag and takes a plastic bag out of it.">> Miss Brandi starts rummaging in a bag and takes a plastic bag out of it.
<center>
<img src="images/1 lock/kneaded.png" width=400 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I-I... T-this is not mine..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Yours? But I didn't accuse you of anything..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Er... I-I..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10">
<span class="brandi"><b>"Well, never mind I guess, you don't seem very interested in the course, maybe I'll have better luck trying to convince Miss Remy, I think she'll like the video I have to show her..."</b></span>
<span class="mike"><b>"She filmed me???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"You are excused, Mister Michael, I have to go to Miss Remy's room now."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Wait!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Yes?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I think I want to take the course..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"You got Interested? Glad you changed your mind!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"About this video... Ahem... Could you delete it?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"At the right time for sure, along with this disgusting thing."</b></span>
Miss Brandi retains the evidence of your masturbation.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"The first class starts today right after your course classes, don't forget that the course is for couples, I'm waiting for you two."</b></span>
Remy won't like this...
<<click "Continue">><<goto [[1 lock 8]]>><</click>><</linkreplace>><</linkreplace>>
You have no head to go back to class.
<span class="mike"><b>"What a crazy woman... Why does she want me to take this course so much?"</b></span>
<span class="mike"><b>"And who films people in the bathroom???"</b></span>
<span class="mike"><b>"The course lasts more than a month... Fuck... Remy won't take it..."</b></span>
<<click "Go talk to Remy">><<goto [[1 lock 9]]>><</click>>
You find your girlfriend reading a book at the entrance to the college.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Hey Mickey!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hi baby, I need to talk to you."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"What is it, honey?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Well, remember that flyer we found this morning at the coffee shop? It seems that the course gives points for extra curricular activities... I think I need to do it..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"The sex education course? This is bullshit, the college has a lot of extra courses, why don't you take the robotics one?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Well... This one seems to be shorter, and it fits my schedule better, it fits yours well too..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"In mine?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Well... Yes... The course is for couples..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Oh really? Phew... Do you really need it baby? Your report card isn't that bad, if you study a little more you won't need the points..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"The subject is getting more and more difficult... I will need these points... Besides, we would spend a little more time together... Even though the course is boring, this can be good for us..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"But I don't even have time, did you forget that I work in the afternoon?"</b></span>
Remy works in a lingerie store in the north of the city, the schedule would be a little tight, but there's time to take the course.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"But the classes are short, and it starts shortly after our classes are over, there's time for you to get to your work."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"It's my only free time before work... But if you need it so much... Okay..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Thank you my love!"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Haha... I can't even refuse a request from a boyfriend as good as you, when does the course start?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Actually... It starts soon..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Starts today???"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yeah... But we are in time..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Ok..."</b></span>
<<click "Go to the class">><<goto [[1 lock 10]]>><</click>>
<<linkreplace "Entering the classroom, many couples were already seated waiting for the teacher to start with the explanations about the course.">> Entering the classroom, many couples were already seated waiting for the teacher to start with the explanations about the course.
\
<center>
<img src="images/1 lock/brandi 2.jpg" width=400 />\
</center>
\
\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Mister Michael! Miss Remy! Glad you're taking the course! Please have a seat."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"How does she know my name?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Er... I don't know..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Good morning everyone, welcome to the sex education course, the purpose of the course is to create a healthier relationship between couples, you are still young, this is the best age for it."</b></span>
A girl on the left of the class raises her hand.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Miss Jada... Please ask."</b></span>
<img src="images/face/class.png" width=90 align="left" hspace="10" >
<<linkreplace "What exactly will be taught in the course? I saw on flayer that it was going to have practical classes... I mean, are you going to teach us how to have sex?">> <span class="class"><b>"What exactly will be taught in the course? I saw on flayer that it was going to have practical classes... I mean, are you going to teach us how to have sex?"</b></span>
<<audio "generallaugh" volume 0.5 play>>\
A few laughs are muffled throughout the room.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="30">
<span class="brandi"><b>"There's no reason to laugh, Miss Jada's question is very pertinent, yes many of our classes will focus on showing how to have a more pleasurable sexual activity, but our course touches on much deeper points, we will work on the role of each one in the relationship, to stimulate impetus and sacrifice, so that the desire for your partner remains strong even outside the sexual relationship."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remymini"><b>"What does this madwoman mean?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Miss Remy, sorry, I think I'm going too fast."</b></span>
Remy tries to hide it, the comment was supposed to be just for you, she didn't think Miss Brandi would hear it.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Since you want to join the class, tell me, how often do you have sex?"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"..."</b></span>
Remy looks at you quickly and turns his attention to the teacher.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"No need to be ashamed, I want everyone to feel free to talk about sex here."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Well... I think once a week... More or less..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"All right, all right, so tell me how many times you think your boyfriend cums a week."</b></span>
<span class="mike"><b>"What??? Is she going to tell her about my wank???"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Well... Once a week too."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"You seem pretty sure of that, can you tell me why?"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Well, I trust Mickey, I know he wouldn't cheat on me."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Don't you think he could masturbate?"</b></span>
<span class="mike"><b>"Motherfucker!"</b></span> You're already in a cold sweat.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"No, of course not! Mickey is no longer a teenager, plus we both live together, we can have sex whenever he wants."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Interesting point of view, but tell me, if you live together why do you only have sex once a week?"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"I don't know... Mickey often comes home tired..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Got it, thanks Miss Remy, I'll continue from there. Follow along on the screen.">> <span class="brandi"><b>"Got it, thanks Miss Remy, I'll continue from there. Follow along on the screen."</b></span>
<center>
<img src="images/1 lock/bed 1.jpg" width=500 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Class, let's imagine a hypothetical couple, a very passionate one, Vanessa and Thomas. They are in a relationship similar to Miss Remy's, the couple have frequent contact, they even live together."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"But in this hypothetical couple, Thomas is a little different from Mister Michael, he is just like most men, he cums once, twice, or even more times a day, masturbating alone in the bathroom. What do you think will happen to this couple?"</b></span>
<<linkreplace "After realizing that there would be no answer, Miss Brandi passes the slide and answers her own question.">> After realizing that there would be no answer, Miss Brandi passes the slide and answers her own question.
<center>
<img src="images/1 lock/bed 2.jpg" width=500 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="10" >
<span class="brandi"><b>"Vanessa will have a despondent boyfriend, without libido, unmotivated to please and seduce her, slowly destroying the passionate relationship they once had, Tell me Miss Margery how to solve this couple's problem?"</b></span>
Miss Brandi asks a girl at the back of the room.
<img src="images/face/class.png" width=90 align="left" hspace="10" >
<span class="class"><b>"Well... I think it's just the guy stop masturbating..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Hmm... Right and wrong, yes, it is true that if Thomas stops masturbating, the relationship returns to normal... "</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"But the urgency of the temptation to be able to unleash the relieving spurt of orgasm, brought on with his own hands, secretly, out of Vanessa's sight, without having to give her satisfaction, is greater than his willpower. And now darling, what to do?"</b></span>
<img src="images/face/class.png" width=90 align="left" hspace="10" >
<span class="class"><b>"Hmm... I don't know..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"There is a solution for that, and this is the experiment I planned to do in the next few days."</b></span>
<img src="images/face/class.png" width=90 align="left" hspace="10" >
<span class="class"><b>"Experiment?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Yes, to strengthen each couple's bond I want the boys not to masturbate for a few days."</b></span>
<img src="images/face/class.png" width=90 align="left" hspace="10" >
<span class="class"><b>"But... How to know that the boys aren't going to masturbate? I mean... I imagine Luke doesn't do that, but how can I be absolutely sure?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<click "That's where this little device comes in.">><<goto [[1 lock 11]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<center>
<img src="images/1 lock/1 chastity.jpg" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"This is a male chastity device, only with that you will be absolutely sure that your boyfriends won't cum this week, that's the time they will remain with their dicks locked."</b></span>
When Miss Brandi finished her sentence a couple who were in the corner of the room got up to leave, following suit most of the couples who were in the room did the same, even Remy got up.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Come on baby, let's get out of this hospice."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Are you leaving too? It's a pity, you were so helpful with the class today, Mister Michael, are you two really decided?"</b></span>
Miss Brandi stares at you with a threat tone, if she shows the video to Remy she would be mad.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Er... Baby... Remember the extracurricular activity points... I think... I'd like to try..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"To try??? You heard what she wants to do, didn't you??? Do you really want her to lock your penis???"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Er... No... Of course not... But a week isn't long, it's worth it to get the points..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Exactly Miss Remy, I guarantee that next Monday your boyfriend will be released again."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Are you sure this is what you want baby?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes, I can handle it..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Well... Okay then..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"What incredible news! One more couple will remain on our course!"</b></span>
Only 3 couples remained in the classroom, including you and Remy.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"So, in addition to Mister Michel and Miss Remy, the couples who will take our course will be Mister William and Miss Jada..."</b></span>
<center>
<img src="images/1 lock/billy and jada.png" width=500 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"And Mister Luke and Miss Dillion."</b></span>
<center>
<img src="images/1 lock/luke and didi.png" width=500 />\
</center>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"You can call me Didi."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Oh... Right, Miss Didi then."</b></span>
Miss Brandi starts digging through her bag and pulls out 3 chastity devices.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"I'm passing the tables to deliver to each girl a chastity device, you're the one who should install them, rest assured that I will teach you the correct way, it's very simple, follow the step by step with me."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Hmm... Do you want us to put it on here?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Yes, like I said this is a sex education class, there's nothing to be ashamed of, boys, lower your pants so the girls can install the belts."</b></span>
<<click "You see that the 2 other boys obeyed the teacher, so you obey too.">><<set $invbag.push($panties)>><<set $invbag.push($clothes)>><<goto [[1 lock 12]]>><</click>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Okay girls first we'll start with the ring, you need... Hmm..."</b></span>
Miss Brandi stops for a moment.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Miss Remy dear, I think this device is too big for Mister Michael's pecker... I have a special device for the tiny ones.">> <span class="brandi"><b>"Miss Remy dear, I think this device is too big for Mister Michael's pecker... I have a special device for the tiny ones."</b></span>
<center>
<img src="images/1 lock/2 chastity.jpg" width=400 />\
</center>
Miss Brandi exchanged the device that was in Remy's hand for one of the same model but a little smaller and in pink, you are embarrassed to receive a device smaller than the rest of the class.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"This one should work, continuing, pass the ring behind the boys' bag, and insert this little white lock in the little hole that joins the two parts."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Hmm... Excuse me baby.">> <span class="remy"><b>"Hmm... Excuse me baby."</b></span>
<center>
<img src="images/1 lock/lock 1.webp" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Now insert the tube into the penis plugging at the top.">> <span class="brandi"><b>"Now insert the tube into the penis plugging at the top."</b></span>
<center>
<img src="images/1 lock/lock 2.webp" width=400 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"This one is too small, doesn't fit."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Oh no dear, the size is perfect, what happens is that Mister Michael is getting a little hard on. Haha..."</b></span>
<span class="mike"><b>"Am I? Why???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Don't worry, it happens sometimes, there are methods to help with this problem, but in this case I think if you press a little more you will get it.">> <span class="brandi"><b>"Don't worry, it happens sometimes, there are methods to help with this problem, but in this case I think if you press a little more you will get it."</b></span>
<center>
<img src="images/1 lock/lock 3.webp" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Perfect! Now there's another ring that fits on the front, insert that too.">> <span class="brandi"><b>"Perfect! Now there's another ring that fits on the front, insert that too."</b></span>
<center>
<img src="images/1 lock/lock 4.webp" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<click "Great, now all you have to do is put the lock on, put it on nicely because it's a little tight.">><<set $hairchastity to true>><<goto [[1 lock 13]]>><</click>>\
\
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<run $invbag.delete($clothes)>><<run $invbag.delete($panties)>><<run $invbag.delete($hosiery)>><<run $invbag.delete($shoes)>>\
\
<<if $startpoints is true>>\
<center>\
<img src="images/campus/map campus 2.jpg"/>
</center>\
<<else>>\
<center>\
<img src="images/campus/map campus 1.jpg"/>
</center><</if>>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>>
<center>
<img src="images/1 lock/lock 5.webp" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"And it's ready, simple isn't it?"</b></span>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Yes Miss Brandi, but where is the key to the lock?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"All the keys are with me, dear, Monday I unlock the belts. Boys, you can put your pants on now."</b></span>
<<if ($invbag.includes("sweater and pants")) and ($invbag.includes("blue briefs"))>>\
<<click " Put on your pants">><<set $clothes = "sweater and pants">><<set $panties = "blue briefs">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("sweater and pants")) and ($invbag.includes("grey briefs"))>>\
<<click " Put on your pants">><<set $clothes = "sweater and pants">><<set $panties = "grey briefs">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("sweater and pants")) and ($invbag.includes("red boxers"))>>\
<<click " Put on your pants">><<set $clothes = "sweater and pants">><<set $panties = "red boxers">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("sweater and pants")) and ($invbag.includes("white boxers"))>>\
<<click " Put on your pants">><<set $clothes = "sweater and pants">><<set $panties = "white boxers">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($invbag.includes("blue briefs"))>>\
<<click " Put on your pants">><<set $clothes = "polo and shorts">><<set $panties = "blue briefs">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($invbag.includes("grey briefs"))>>\
<<click " Put on your pants">><<set $clothes = "polo and shorts">><<set $panties = "grey briefs">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($invbag.includes("red boxers"))>>\
<<click " Put on your pants">><<set $clothes = "polo and shorts">><<set $panties = "red boxers">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($invbag.includes("white boxers"))>>\
<<click " Put on your pants">><<set $clothes = "polo and shorts">><<set $panties = "white boxers">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($invbag.includes("blue briefs"))>>\
<<click " Put on your pants">><<set $clothes = "t-shirt and jeans">><<set $panties = "blue briefs">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($invbag.includes("grey briefs"))>>\
<<click " Put on your pants">><<set $clothes = "t-shirt and jeans">><<set $panties = "grey briefs">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($invbag.includes("red boxers"))>>\
<<click " Put on your pants">><<set $clothes = "t-shirt and jeans">><<set $panties = "red boxers">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($invbag.includes("white boxers"))>>\
<<click " Put on your pants">><<set $clothes = "t-shirt and jeans">><<set $panties = "white boxers">><<goto [[1 lock 14]]>><</click>><</if>>\
\
<<run $invbag.delete($clothes)>><<run $invbag.delete($panties)>>\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Our time is up, it was a pleasure guys, see you tomorrow."</b></span>
The classroom is dismissed with much dread on the part of the boys, but Remy seems to be the most angry.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"I can't believe that whore got the key to your cage! Why did you accept something like that Mike???"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I don't know love... It might not be so bad... It's only for a week..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Don't it hurt to wear this thing?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Well... It's a little weird, but it doesn't hurt."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Every thing you get me Mickey... Well if you need those points so bad..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Thanks for agreeing to do this..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Okay baby, I'm almost late, I need to go to work, I'll meet you at home, love you."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Love you too."</b></span>
When Remy leaves still angry, you start to realize the limitations you're going to have this week.
<span class="mike"><b>"Damn it! I always like to jack off after class! With this thing I can't! Maybe I should take a walk around town to distract myself."</b></span>
<<click "Continue">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>>
<span class="hint"><b>"*Hint: Later in the game there will be mandatory and optional tasks to be performed in the city, for now it doesn't, but you can explore the city without time limit, when you select the option "Enter home", the period will be changed to "Night" and you won't be able to go out again."</b></span>
<<if $startpoints is true>>\
<img src="images/magic world/map magic world 2.jpg"/>
</center>\
<<else>>\
<center>
<img src="images/magic world/map magic world 1.jpg"/>
</center><</if>>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>><<if $startpoints is true>>\
<center>
<img src="images/pink bunny/map pink bunny 2.jpg"/>
</center>\
<<else>>\
<center>
<img src="images/pink bunny/map pink bunny 1.jpg"/>
</center><</if>>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>><<if $startpoints is true>>\
<center>
<img src="images/home/map home 2.jpg"/>
</center>\
<<else>>\
<center>
<img src="images/home/map home 1.jpg"/>
</center><</if>>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>>
<center>
<img src="images/jada and billy/map jada and billy 2.jpg"/>
</center>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>><<if $startpoints is true>>\
<center>
<img src="images/pretty dress/map pretty dress 2.jpg"/>
</center>\
<<else>>\
<center>
<img src="images/pretty dress/map pretty dress 1.jpg"/>
</center><</if>>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>><<if $startpoints is true>>\
<center>
<img src="images/scarletts secret/map scarletts secret 2.jpg"/>
</center>\
<<else>>\
<center>
<img src="images/scarletts secret/map scarletts secret 1.jpg"/>
</center><</if>>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>>
<center>
<img src="images/didi and luke/map didi and luke 2.jpg"/>
</center>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>><<if $startpoints is true>>\
<center>
<img src="images/miss shoes/map miss shoes 2.jpg"/>
</center>\
<<else>>\
<center>
<img src="images/miss shoes/map miss shoes 1.jpg"/>
</center><</if>>\
<<click "Home">><<goto [[door]]>><</click>> <<click "Miss shoes">><<goto [[miss shoes]]>><</click>> <<click "Scarlett's Secret">><<goto [[scarletts secret]]>><</click>> <<if $startpoints is true>><<click "Didi and Luke's home">><<goto [[didi and luke]]>><</click>><</if>>
<<click "Pretty dress">><<goto [[pretty dress]]>><</click>> <<click "Pink Bunny">><<goto [[pink bunny]]>><</click>> <<click "Magic World">><<goto [[magic world]]>><</click>> <<if $startpoints is true>><<click "Jada and Billy's home">><<goto [[jada and billy]]>><</click>><</if>>
<center>
<img src="images/home/outside.jpg" width=500 />\
</center>
\
\
<<if $day is 14>><<click "Enter home">><<set $time = "Night">><<goto [[14 rim night 1]]>><</click>><</if>>\
\
\
<<if $day is 13>><<click "Enter home">><<set $time = "Night">><<goto [[13 key night]]>><</click>><</if>>\
\
\
<<if $day is 12>><<click "Enter home">><<set $time = "Night">><<goto [[12 pegging night]]>><</click>><</if>>\
\
\
<<if $day is 11>><<click "Enter home">><<set $time = "Night">><<goto [[11 ruin night]]>><</click>><</if>>\
\
\
<<if $day is 10>><<click "Enter home">><<set $time = "Night">><<goto [[10 wax night]]>><</click>><</if>>\
\
\
<<if $day is 9>><<click "Enter home">><<set $time = "Night">><<goto [[9 tease deniel lock night]]>><</click>><</if>>\
\
\
<<if $day is 8>><<click "Enter home">><<set $time = "Night">><<goto [[8 tease deniel free night]]>><</click>><</if>>\
\
\
<<if $day is 7 and ($bag.includes("strapon")) and ($bag.includes("dildo"))>><<click "Enter home">><<set $time = "Afternoon">><<goto [[7 strapon 1]]>><</click>>\
\
<<elseif $day is 7>><span class="mike"><b>"I need to buy the strap-on and dildo before I come back home."</b></span><</if>>\
\
\
<<if $day is 6 and ($bag.includes("candles"))>><<click "Enter home">><<set $time = "Afternoon">><<goto [[6 massage 1]]>><</click>>\
\
<<elseif $day is 6>><span class="mike"><b>"I need to buy the candles before I come back home."</b></span><</if>>\
\
\
<<if $day is 5>><<click "Enter home">><<set $time = "Night">><<goto [[5 strapon night]]>><</click>><</if>>\
\
\
<<if $day is 4>><<click "Enter home">><<set $time = "Night">><<goto [[4 massage night]]>><</click>><</if>>\
\
\
<<if $day is 3>><<click "Enter home">><<set $time = "Night">><<goto [[3 clothes night]]>><</click>><</if>>\
\
\
<<if $day is 2>><<click "Enter home">><<set $time = "Night">><<goto [[2 orl fem night]]>><</click>><</if>>\
\
\
<<if $day is 1>><<click "Enter home">><<set $time = "Night">><<goto [[1 lock night]]>><</click>><</if>>
<<click "Back to map">><<goto [[map home]]>><</click>>
<center>
<img src="images/didi and luke/outside.jpg" width=400 />\
</center>
\
\
<<if $task1 is true>><<click "Knock on the door">><<goto [[task 1 p1]]>><</click>>\
\
<<elseif $day is 13>><<linkreplace "Knock on the door">>Luke doesn't need me anymore.<</linkreplace>>\
\
<<else>><<linkreplace "Knock on the door">>There's no one at home.<</linkreplace>>\
<</if>>\
<<click "Back to map">><<goto [[map didi and luke]]>><</click>>
<center>
<img src="images/pink bunny/pink bunny facade.jpg" width=600 />\
</center>
<<if $day gte 7 and ($drawer.includes("strapon")) and ($drawer.includes("dildo"))>><<click "Enter the store">><<goto [[pink bunny 1.4]]>><</click>>\
\
<<elseif $day gte 7>><<click "Enter the store">><<goto [[pink bunny 1.3]]>><</click>>\
\
<<elseif $pinkbunny2 is true>><<click "Enter the store">><<goto [[pink bunny 1.2]]>><</click>>\
\
<<elseif $pinkbunny1 is true>><<click "Enter the store">><<goto [[pink bunny 1.1]]>><</click>>\
\
<<else>><<click "Enter the store">><<goto [[pink bunny 1]]>><</click>><</if>>
<<click "Back to map">><<goto [[map pink bunny]]>><</click>>
<center>
<img src="images/jada and billy/outside.jpg" width=400 />\
</center>
\
\
<<if $task2 is true>><<click "Knock on the door">><<goto [[task 2 pt1]]>><</click>>\
\
<<elseif $day is 14>><<linkreplace "Knock on the door">>Billy doesn't need me anymore.<</linkreplace>>\
\
<<else>><<linkreplace "Knock on the door">>There's no one at home.<</linkreplace>>\
<</if>>\
<<click "Back to map">><<goto [[map jada and billy]]>><</click>><<set $task1 to false>>\
\
\
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Oh! Hi Mike, what a surprise, How are you?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hi Luke, everything is Ok, Remy told me that you have a doubt about the class, can I help you?"</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Hmm... That would be great, but... Did you come here just for this?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yeah... Well, Remy's gonna give me some points for helping the people in the class, it's kind of a game... Our thing."</b></span>
You don't want to give Luke too much detail.
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Um... Okay, it doesn't really matter, I'm glad you came, it's about the female oral, do you think you remember?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Maybe, what's the problem?"</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Well, it's just that Didi asked me for oral sex a few days ago, she asked me to suck her labia mayora, something like that."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Um... I know, labia majora, I think."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="luke"><b>"That's right! Problem is, I think I sucked the wrong spot, she looked disappointed... I was embarrassed to ask, she always said that... Well... I'm not that good in bed... I don't want to be bad at oral too... Do you remember where it is?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Um... I think so..."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="luke"><b>"Nice! Wait a moment."</b></span>
Luke starts fiddling with his phone, a short time later he turns it to you.
<center>
<img src="images/13 key/vagina.jpg" width=500 />\
</center>\
\
\
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Where it is?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "'A'">><<set $task1wrong to true>><<goto [[task 1 p2]]>><</click>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "'B'">><<set $task1wrong to true>><<goto [[task 1 p2]]>><</click>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "'C'">><<set $task1right to true>><<goto [[task 1 p2]]>><</click>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "'D'">><<set $task1wrong to true>><<goto [[task 1 p2]]>><</click>>
<<set $task2 to false>>\
\
\
From billy's door you can smell a delicious odor coming from inside.
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "One second, honey.">> <span class="billy"><b>"One second, honey."</b></span>
<center>
<img src="images/14 rim/living room.jpg" width=500 />\
</center>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Mike? Hi... I thought it was Jada."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hey Billy, wow, is this all for massage? Remy told me, you did well..."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Did she tell Remy? Haha... She must be very excited, I've already got everything ready I want to do the perfect massage."</b></span>
Now you realize that the smell comes from scented candles that are in Billy's room, Billy did a good job.
<span class="mike"><b>"Maybe I'm a little late... Damn it! Minus 1 point for remy's score... I should have come here sooner, and I didn't get to do any of the work anyway..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Is there anything I can help you with? Remy's gonna give me some points for helping the people in the class, it's kind of our game..."</b></span>
<<if $task1wrong is false and $task1right is false>>You don't want to give Billy too much detail.\
<<else>>You don't want to give Billy too much detail either.<</if>>\
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Sorry man, but it's all ready, I even chose the song and... Oh... Oh, fuck... fuck!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"What is the problem, Billy?"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"I forgot there's no lube... Fuck..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I think Pink Bunny is open, you can still buy it."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"I can't leave here... Jada could arrive any moment..."</b></span>
<span class="mike"><b>"This could be my chance to get my point."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I'll run to buy you! I'll be right back!"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Seriously? Thanks dude!"</b></span>
<<click "Go to Pink Bunny">><<goto [[task 2 pt2]]>><</click>><</linkreplace>>
<center>
<img src="images/miss shoes/miss shoes saleswoman.jpg" width=450 />
</center>
<img src="images/face/miss shoes saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="missshoessaleswoman"><b>"Hello again, are you just taking another look? If you need help call me."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yes, thank you."</b></span>
<<click "Continue">><<goto [[miss shoes inside]]>><</click>><<set $missshoes1 to true>>\
\
<center>
<img src="images/miss shoes/miss shoes saleswoman.jpg" width=450 />
</center>
<img src="images/face/miss shoes saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="missshoessaleswoman"><b>"Hello, I don't sell men's shoes, can I help you with something?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hi, no thanks, I'm just taking a look."</b></span>
<img src="images/face/miss shoes saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="missshoessaleswoman"><b>"No problem, if you need help call me."</b></span>
<span class="mike"><b>"What a hot saleswoman... Seems like all women have gotten hotter now that I'm locked up."</b></span>
<<click "Continue">><<goto [[miss shoes inside]]>><</click>>
<center>
<img src="images/miss shoes/miss shoes inside.jpg" width=800 />
</center>
[[Leave the store|map miss shoes]]
<div class=store>
<img src="images/shoes/shoes black mary jane stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes black mary jane stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes black mary jane stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes blue stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes blue stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes blue stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes red stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes red stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes red stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes white stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes white stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes white stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes beige ankle boots.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes beige ankle boots"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes beige ankle boots]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes black stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes black stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes black stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes leopard print stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes leopard print stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes leopard print stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes silver and gold sandals.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes silver and gold sandals"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes silver and gold sandals]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes silver sandals.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes silver sandals"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes silver sandals]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes pink peep toe stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes pink peep toe stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes pink peep toe stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes black tall boots.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes black tall boots"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes black tall boots]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes black ankle boots.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes black ankle boots"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes black ankle boots]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes black cut out stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes black cut out stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes black cut out stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes blue sandals.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes blue sandals"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes blue sandals]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes pink stilettos.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes pink stilettos"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes pink stilettos]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/shoes/shoes white sandals.jpg">
<<if $numbershoes gte 3>><<linkreplace "Buy">>I don't need any more shoes.<</linkreplace>>\
\
<<elseif $day gte 18 and ($drawer.includes("shoes white sandals"))>><<linkreplace "Buy">>I already bought these shoes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|shoes white sandals]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy shoes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female shoes!<</linkreplace>><</if>>
</div>\
\
<center>
<img src="images/scarletts secret/lexi.jpg" width=400 />
</center>
<img src="images/face/lexi.jpg" width=90 align="left" hspace="10" >
<span class="lexi"><b>"Hi pervert! Welcome back! If you need help, please, let me know!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I'm not a perverted!"</b></span>
<<click "Continue">><<goto [[scarletts secret inside]]>><</click>>
You've always been attracted to sexy lingerie, so dating a lingerie saleswoman has always been heaven for you.
<center>
<img src="images/scarletts secret/scarletts secret facade.jpg" width=400 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Ouch!"</b></span>
You have an erection suppressed by the cage because of the pieces in the window, now with this device your heaven can become hell.
<span class="mike"><b>"It hurts a little, but I think it would be nice to see how Remy's competition is doing..."</b></span>
Your lust is speaking louder than the pain, maybe hell isn't that bad.
<<click "Continue">><<goto [[scarletts secret 1 part 2]]>><</click>>
<<set $scarlettssecret1 to true>>\
\
<center>
<img src="images/scarletts secret/lexi.jpg" width=400 />
</center>
<img src="images/face/lexi.jpg" width=90 align="left" hspace="10" >
<span class="lexi"><b>"Hello, welcome, pervert or sissy?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"What?"</b></span>
<img src="images/face/lexi.jpg" width=90 align="left" hspace="10" >
<span class="lexi"><b>"Are you a pervert or a sissy?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Neither, I just came to take a look."</b></span>
<img src="images/face/lexi.jpg" width=90 align="left" hspace="10" >
<span class="lexi"><b>"Pervert then, a pity, I prefer the sissies hahaha... Feel free!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I'm not a perverted!"</b></span>
The salesgirl gives you a friendly smile before leaving you alone to look at the pieces.
<<click "Continue">><<goto [[scarletts secret inside]]>><</click>>
<center>
<img src="images/scarletts secret/inside.jpg" width=600 />
</center>
[[Leave the store|map scarletts secret]]
<center>[[Panties|scarletts secret panties]] [[Bras|scarletts secret bras]] [[Teddies|scarletts secret teddies]] [[Hosiery|scarletts secret hosiery]] [[Nighties|scarletts secret nighties]] [[Swimwear|scarletts secret swimwear]]</center>
<center>
<img src="images/pretty dress/pretty dress saleswoman.jpg" width=450 />
</center>
<img src="images/face/pretty dress saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="prettydresssaleswoman"><b>"Hi, are you just taking another look?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yeah... I'm just taking a walk."</b></span>
<img src="images/face/pretty dress saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="prettydresssaleswoman"><b>"No problem, if you change your mind and want to try on a skirt or a dress, just call me."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Oh! Thanks, but I won't!"</b></span>
<img src="images/face/pretty dress saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="prettydresssaleswoman"><b>"Hahaha... Okay, as you wish."</b></span>
<<click "Continue">><<goto [[pretty dress inside]]>><</click>><<set $prettydress1 to true>>\
\
<center>
<img src="images/pretty dress/pretty dress saleswoman.jpg" width=450 />
</center>
<img src="images/face/pretty dress saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="prettydresssaleswoman"><b>"Hello, I only sell Feminine clothes, Are you one of those boys who wears girly clothes?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Oh no! I just want to take a look."</b></span>
<img src="images/face/pretty dress saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="prettydresssaleswoman"><b>"Okay... It wouldn't be a problem if you were, I think it's cute hahaha... Feel free."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hehe... Thank you..."</b></span>
<<click "Continue">><<goto [[pretty dress inside]]>><</click>><center>
<img src="images/pretty dress/pretty dress inside.jpg" width=600 />
</center>
[[Leave the store|map pretty dress]]
<div class=store>
<img src="images/clothes/dress bisque.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>The dress I need is black.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more dresses.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("dress bisque"))>><<linkreplace "Buy">>I already bought these dress.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|dress bisque]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a dress.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/dress blue.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>The dress I need is black.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more dresses.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("dress blue"))>><<linkreplace "Buy">>I already bought these dress.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|dress blue]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a dress.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/dress floral.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>The dress I need is black.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more dresses.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("dress floral"))>><<linkreplace "Buy">>I already bought these dress.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|dress floral]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a dress.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/dress golden.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>The dress I need is black.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more dresses.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("dress golden"))>><<linkreplace "Buy">>I already bought these dress.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|dress golden]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a dress.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/dress leopard.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>The dress I need is black.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more dresses.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("dress leopard"))>><<linkreplace "Buy">>I already bought these dress.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|dress leopard]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a dress.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/dress pink.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>The dress I need is black.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more dresses.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("dress pink"))>><<linkreplace "Buy">>I already bought these dress.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|dress pink]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a dress.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/dress red.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>The dress I need is black.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more dresses.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("dress red"))>><<linkreplace "Buy">>I already bought these dress.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|dress red]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a dress.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/dress yellow.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>The dress I need is black.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more dresses.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("dress yellow"))>><<linkreplace "Buy">>I already bought these dress.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|dress yellow]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a dress.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<<if $day gte 20 and $numbermaiddress is 0>><span class="mike"><b>"I didn't find any black dresses."</b></span> [[Ask the salesgirl for help]]<</if>>
<div class=store>
<img src="images/clothes/skirt black top black.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>I need a black dress.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more clothes.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("skirt black top black"))>><<linkreplace "Buy">>I already bought these clothes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|skirt black top black]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy female clothes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/skirt blue top black.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>I need a black dress.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more clothes.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("skirt blue top black"))>><<linkreplace "Buy">>I already bought these clothes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|skirt blue top black]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy female clothes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/skirt grey top bisque.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>I need a black dress.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more clothes.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("skirt grey top bisque"))>><<linkreplace "Buy">>I already bought these clothes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|skirt grey top bisque]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy female clothes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/skirt pink top white.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>I need a black dress.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more clothes.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("skirt pink top white"))>><<linkreplace "Buy">>I already bought these clothes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|skirt pink top white]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy female clothes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/skirt purple top white.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>I need a black dress.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more clothes.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("skirt purple top white"))>><<linkreplace "Buy">>I already bought these clothes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|skirt purple top white]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy female clothes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/skirt check top black.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>I need a black dress.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more clothes.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("skirt check top black"))>><<linkreplace "Buy">>I already bought these clothes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|skirt check top black]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy female clothes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/skirt floral top floral.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>I need a black dress.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more clothes.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("skirt floral top floral"))>><<linkreplace "Buy">>I already bought these clothes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|skirt floral top floral]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy female clothes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/clothes/skirt black top white.jpg">
<<if $day gte 20 and $numbermaiddress is 0>><<linkreplace "Buy">>I need a black dress.<</linkreplace>>\
<<elseif $numberclothes gte 4>><<linkreplace "Buy">>I don't need any more clothes.<</linkreplace>>\
\
<<elseif $day gte 17 and ($drawer.includes("skirt black top white"))>><<linkreplace "Buy">>I already bought these clothes.<</linkreplace>>\
\
<<elseif $day gte 17>>[[Buy|skirt black top white]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy female clothes.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy female clothes!<</linkreplace>><</if>>
</div>\
\
<<set $pinkbunny1 to true>>\
\
<<if $day lte 7>><span class="mike"><b>"I can't even use my penis, what am I doing in a sex shop? Well... Miss Brandi should unlock me soon, I can find something to use with Remy when that happens."</b></span><</if>>
<center>
<img src="images/pink bunny/toys.jpg" width=500 />
</center>
<<linkreplace "You get confused by the amount of toys in the store, you don't know what half of them are for.">> You get confused by the amount of toys in the store, you don't know what half of them are for.
<center>
<img src="images/pink bunny/pink bunny saleswoman.jpg" width=600 />
</center>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hey! Welcome, need help?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hi, no, I just want to take a look."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"I have a lot of toys to use alone, I bet you're a virgin, do you want a suggestion?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I am not virgin! I have a girlfriend!"</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hahaha... Okay little nervous, I have toys for couples too, if you need help call me."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Okay, thanks..."</b></span>
<<click "Continue">><<goto [[pink bunny inside]]>><</click>><</linkreplace>><<set $pinkbunny2 to true>>
<center>
<img src="images/pink bunny/pink bunny saleswoman.jpg" width=600 />
</center>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hi! Did you come to buy a toy to use with your girlfriend?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hi, not for now, I just want to take a look."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hmhp... Must be a vanilla couple... Okay, if you need it I have lube and condoms too."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Ok, thanks..."</b></span>
<span class="mike"><b>"If She only knew... If there's one thing you two aren't, it's a vanilla couple, at least not recently."</b></span>
<<click "Continue">><<goto [[pink bunny inside]]>><</click>><center>
<img src="images/pink bunny/pink bunny inside.jpg" width=600 />
</center>
<<if $day is 7 and ($drawer.includes("strapon")) and ($drawer.includes("dildo"))>>[[Leave the store|map pink bunny]]\
<<elseif $day is 7>><<linkreplace "Leave the store">>I need to buy the strap-on and dildo before I go back home.<</linkreplace>>\
<<else>>[[Leave the store|map pink bunny]]<</if>>
<div class=store>
<img src="images/pink bunny/toys/niple clamps.jpg">
<<linkreplace "Buy">>what are these clamps for?<</linkreplace>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/comdons.jpg">
<<if $day gte 22>><<linkreplace "Buy">>Remy is on the pills, she doesn't want to use comdons.<</linkreplace>>\
\
<<elseif $day gte 21 and ($drawer.includes("comdons"))>><<linkreplace "Buy">>I already bought the condoms.>><</linkreplace>>\
\
<<elseif $day gte 21>>[[Buy|comdons]]\
\
<<elseif $day lte 20>><<linkreplace "Buy">>Remy is on the pill, I don't need condoms.<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/thai balls.jpg">
<<linkreplace "Buy">>What is this thing for?<</linkreplace>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/butt plug.jpg">
<<if $day gte 27>><<linkreplace "Buy">>My butt plug is much bigger than this one...>>\
\
<<elseif $day gte 22>><<linkreplace "Buy">>I don't need a butt plug.>><</linkreplace>>\
\
<<elseif $day lte 21>><<linkreplace "Buy">>What is this thing for?<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/dildo.jpg">
<<if $day gte 8>><<linkreplace "Buy">>Remy already has a dildo.<</linkreplace>>\
\
<<elseif $day gte 7 and ($drawer.includes("dildo"))>><<linkreplace "Buy">>I already bought it.<</linkreplace>>\
\
<<elseif $day gte 7 and ($drawer.includes("strapon"))>>[[Buy|dildo]]\
\
<<elseif $day gte 7>><<linkreplace "Buy">>It's best to find the strap-on first to see if it fits.<</linkreplace>>\
\
<<elseif $day gte 5>><<linkreplace "Buy">>I won't buy a dildo!<</linkreplace>>\
\
<<elseif $day lte 4>><<linkreplace "Buy">>Wow... That's big...<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/lub.jpg">
<<linkreplace "Buy">>I already have a lot of lube at home.<</linkreplace>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/ring gag.jpg">
<<if $day gte 27>>I already have a gag.>>\
<<elseif $day gte 22>><<linkreplace "Buy">>I don't need a gag.<</linkreplace>>\
\
<<elseif $day lte 21>><<linkreplace "Buy">>What is this thing for?<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/chastity.jpg">
<<linkreplace "Buy">>Unfortunately I know what this is for...<</linkreplace>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/sucker.jpg">
<<linkreplace "Buy">>What is this thing for?<</linkreplace>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/candles.jpg">
<<if $day gte 7>><<linkreplace "Buy">>I don't need this anymore.<</linkreplace>>\
\
<<elseif $day gte 6 and ($drawer.includes("candles"))>><<linkreplace "Buy">>I already bought the candles.<</linkreplace>>\
\
<<elseif $day gte 6>>[[Buy|candles]]\
\
<<elseif $day lte 5>><<linkreplace "Buy">>These candles are shaped like a penis!<</linkreplace>><</if>>
</div>\
<div class=store>
<img src="images/pink bunny/toys/strapon.jpg">
<<if $day gte 8>><<linkreplace "Buy">>Remy already has a strap-on.<</linkreplace>>\
\
<<elseif $day gte 7 and ($drawer.includes("strapon"))>><<linkreplace "Buy">>I already bought a strap-on.<</linkreplace>>\
\
<<elseif $day gte 7>>[[Buy|strapon]]\
\
<<elseif $day gte 5>><<linkreplace "Buy">>I won't buy a strap-on!<</linkreplace>>\
\
<<elseif $day lte 4>><<linkreplace "Buy">>What a weird panty.<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/pink bunny/toys/vibrator.jpg">
<<linkreplace "Buy">>What is this thing for?<</linkreplace>>
</div>\
\
<<if $speech gte 50>>
//speech is 50+
<<elseif $speech gte 10>>
//speech is between 10 and 49
<<elseif $speech gte 1>>
//speech is between 1 and 9
<<else>>
//speech is less than 1
<</if>>
But if you really wanted to test for a specific range:
<<if $speech gte 1 and $speech lte 10>>
//speech is between 1 and 10
<</if>><center>
<img src="images/pink bunny/pink bunny saleswoman.jpg" width=600 />
</center>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hi, Welcome back, You know that if you need a tip to spice up your relationship, is just ask, right?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yes, I know, thanks..."</b></span>
<<click "Continue">><<goto [[pink bunny inside]]>><</click>>
<center>
<img src="images/magic world/magic world saleswoman.jpg" width=650 />
</center>
<img src="images/face/magic world saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="magicworldsaleswoman"><b>"Hello again! now looking for a costume?"</b></span>
<span class="mike"><b>"This girl is hot..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"No, just another look."</b></span>
<img src="images/face/magic world saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="magicworldsaleswoman"><b>"Hmm... Okay cute, anything call me."</b></span>
<<click "Continue">><<goto [[magic world inside]]>><</click>><<set $magicworld1 to true>>\
\
<center>
<img src="images/magic world/magic world saleswoman.jpg" width=650 />
</center>
<img src="images/face/magic world saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="magicworldsaleswoman"><b>"Hello! Going to a costume party?"</b></span>
<span class="mike"><b>"Oh! What a sexy fairy! The staff here take fantasy very seriously..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hi, no, I'm just taking a look."</b></span>
<img src="images/face/magic world saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="magicworldsaleswoman"><b>"Okay cute, feel free."</b></span>
You've always had a fetish for fantasy women, if it weren't for that damn cage you'd buy Remy a nurse's outfit.
<<click "Continue">><<goto [[magic world inside]]>><</click>><center>
<img src="images/magic world/magic world inside.jpg" width=600 />
</center>
[[Leave the store|map magic world]]
<center>[[Costumes and accessories|costumes and accessories]] [[Wigs|wigs]]</center><<return>>
You have:
\
<<if ($invbag.includes("white boxers"))>>
<img src="images/panties/white boxers.jpg" width=200 />
<</if>>
\
<<if ($invbag.includes("red boxers"))>>
<img src="images/panties/red boxers.jpg" width=200 />
<</if>>\
\
<<if ($invbag.includes("blue briefs"))>>
<img src="images/panties/blue briefs.jpg" width=200 />
<</if>>\
\
<<if ($invbag.includes("grey briefs"))>>
<img src="images/panties/grey briefs.jpg" width=200 />
<</if>>\
\
<<if ($invbag.includes("panties black 1"))>>
<img src="images/panties/panties black 1.jpg" width=200 />
<</if>>\
\
\
<<if ($invbag.includes("bra black 1"))>>
<img src="images/bra/bra black 1.jpg" width=200 />
<</if>>\
\
\
<<if ($invbag.includes("sneakers"))>>
<img src="images/shoes/sneakers.jpg" width=200 />
<</if>>\
\
<<if ($invbag.includes("brown shoes"))>>
<img src="images/shoes/brown shoes.jpg" width=200 />
<</if>>\
\
\
<<if ($invbag.includes("white socks"))>>
<img src="images/hosiery/white socks.jpg" width=200 />
<</if>>\
\
\
<<if ($invbag.includes("polo and shorts"))>>
<img src="images/clothes/polo and shorts.jpg" width=200 />
<</if>>\
\
<<if ($invbag.includes("t-shirt and jeans"))>>
<img src="images/clothes/t-shirt and jeans.jpg" width=200 />
<</if>>
\
<<if ($invbag.includes("sweater and pants"))>>
<img src="images/clothes/sweater and pants.jpg" width=200 />
<</if>>\
\
\
<<if ($invbag.includes("pajamas"))>>
<img src="images/nighties/pajamas.jpg" width=200 />
<</if>>\
\[[Back|scarletts secret inside]] [[Panties|scarletts secret panties]] [[Teddies|scarletts secret teddies]] [[Hosiery|scarletts secret hosiery]] [[Nighties|scarletts secret nighties]] [[Swimwear|scarletts secret swimwear]]
<div class=store>
<img src="images/bra/bra black 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra black 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties black 1"))>>[[Buy|bra black 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra blue 2.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra blue 2"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties blue 2"))>>[[Buy|bra blue 2]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra flower 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra flower 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties flower 1"))>>[[Buy|bra flower 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra gold 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra gold 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties gold 1"))>>[[Buy|bra gold 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra pink 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra pink 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties pink 1"))>>[[Buy|bra pink 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra leopard 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra leopard 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties leopard 1"))>>[[Buy|bra leopard 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra red 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra red 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties red 1"))>>[[Buy|bra red 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra blue 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra blue 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties blue 1"))>>[[Buy|bra blue 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra wine 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra wine 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties wine 1"))>>[[Buy|bra wine 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra purple 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra purple 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties purple 1"))>>[[Buy|bra purple 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra black 2.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra black 2"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties black 2"))>>[[Buy|bra black 2]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra yellow 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra yellow 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties yellow 1"))>>[[Buy|bra yellow 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra blue 3.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra blue 3"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties blue 3"))>>[[Buy|bra blue 3]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra white 1.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra white 1"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties white 1"))>>[[Buy|bra white 1]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra wine 2.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra wine 2"))>><<linkreplace "Buy">>I already bought this bra.</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties wine 2"))>>[[Buy|bra wine 2]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bra/bra pink 2.jpg">
<<if $numberbra gte 3>><<linkreplace "Buy">>I don't need any more bras.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("bra pink 2"))>><<linkreplace "Buy">>I already bought this bra.<</linkreplace>>\
\
<<elseif $day gte 16 and ($drawer.includes("panties pink 2"))>>[[Buy|bra pink 2]]\
\
<<elseif $day gte 16>><<linkreplace "Buy">>This bra doesn't match any of my panties.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bra.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bra!<</linkreplace>><</if>>\
</div>\
\
[[Back|scarletts secret inside]] [[Panties|scarletts secret panties]] [[Bras|scarletts secret bras]] [[Hosiery|scarletts secret hosiery]] [[Nighties|scarletts secret nighties]] [[Swimwear|scarletts secret swimwear]]
<div class=store>
<img src="images/teddies/teddy pink 1.jpg">
<<if $numberteddy gte 1>><<linkreplace "Buy">>I don't need any more teddies.<</linkreplace>>\
\
<<elseif $day gte 16 and $numberbra neq 3>><<linkreplace "Buy">>I think I'll buy the bras first.<</linkreplace>>\
\
<<elseif $day gte 16 >>[[Buy|teddy pink 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a teddy.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a teddy!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/teddies/teddy red 1.jpg">
<<if $numberteddy gte 1>><<linkreplace "Buy">>I don't need any more teddies.<</linkreplace>>\
\
<<elseif $day gte 16 and $numberbra neq 3>><<linkreplace "Buy">>I think I'll buy the bras first.<</linkreplace>>\
\
<<elseif $day gte 16 >>[[Buy|teddy red 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a teddy.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a teddy!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/teddies/teddy purple 1.jpg">
<<if $numberteddy gte 1>><<linkreplace "Buy">>I don't need any more teddies.<</linkreplace>>\
\
<<elseif $day gte 16 and $numberbra neq 3>><<linkreplace "Buy">>I think I'll buy the bras first.<</linkreplace>>\
\
<<elseif $day gte 16 >>[[Buy|teddy purple 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a teddy.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a teddy!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/teddies/teddy pink 2.jpg">
<<if $numberteddy gte 1>><<linkreplace "Buy">>I don't need any more teddies.<</linkreplace>>\
\
<<elseif $day gte 16 and $numberbra neq 3>><<linkreplace "Buy">>I think I'll buy the bras first.<</linkreplace>>\
\
<<elseif $day gte 16 >>[[Buy|teddy pink 2]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a teddy.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a teddy!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/teddies/teddy blue 1.jpg">
<<if $numberteddy gte 1>><<linkreplace "Buy">>I don't need any more teddies.<</linkreplace>>\
\
<<elseif $day gte 16 and $numberbra neq 3>><<linkreplace "Buy">>I think I'll buy the bras first.<</linkreplace>>\
\
<<elseif $day gte 16 >>[[Buy|teddy blue 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a teddy.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a teddy!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/teddies/teddy black 1.jpg">
<<if $numberteddy gte 1>><<linkreplace "Buy">>I don't need any more teddies.<</linkreplace>>\
\
<<elseif $day gte 16 and $numberbra neq 3>><<linkreplace "Buy">>I think I'll buy the bras first.<</linkreplace>>\
\
<<elseif $day gte 16 >>[[Buy|teddy black 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a teddy.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a teddy!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/teddies/teddy pink 3.jpg">
<<if $numberteddy gte 1>><<linkreplace "Buy">>I don't need any more teddies.<</linkreplace>>\
\
<<elseif $day gte 16 and $numberbra neq 3>><<linkreplace "Buy">>I think I'll buy the bras first.<</linkreplace>>\
\
<<elseif $day gte 16 >>[[Buy|teddy pink 3]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a teddy.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a teddy!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/teddies/teddy red 2.jpg">
<<if $numberteddy gte 1>><<linkreplace "Buy">>I don't need any more teddies.<</linkreplace>>\
\
<<elseif $day gte 16 and $numberbra neq 3>><<linkreplace "Buy">>I think I'll buy the bras first.<</linkreplace>>\
\
<<elseif $day gte 16 >>[[Buy|teddy red 2]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a teddy.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a teddy!<</linkreplace>><</if>>\
</div>\
\
[[Back|scarletts secret inside]] [[Panties|scarletts secret panties]] [[Bras|scarletts secret bras]] [[Teddies|scarletts secret teddies]] [[Nighties|scarletts secret nighties]] [[Swimwear|scarletts secret swimwear]]
<div class=store>
<img src="images/hosiery/hosiery 1.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 1"))>><<linkreplace "Buy">>I already bought these pantyhose.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 2.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 2"))>><<linkreplace "Buy">>I already bought these pantyhose.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 2]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 3.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 3"))>><<linkreplace "Buy">>I already bought these stockings.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 3]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 4.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 4"))>><<linkreplace "Buy">>I already bought these stockings.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 4]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 5.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 5"))>><<linkreplace "Buy">>I already bought these stockings.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 5]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 6.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 6"))>><<linkreplace "Buy">>I already bought these stockings.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 6]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 7.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 7"))>><<linkreplace "Buy">>I already bought these pantyhose.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 7]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 8.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 8"))>><<linkreplace "Buy">>I already bought these stockings.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 8]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 9.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 9"))>><<linkreplace "Buy">>I already bought these pantyhose.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 9]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 10.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 10"))>><<linkreplace "Buy">>I already bought these stockings.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 10]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 11.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 11"))>><<linkreplace "Buy">>I already bought these stockings.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 11]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/hosiery/hosiery 12.jpg">
<<if $numberhosiery gte 2>><<linkreplace "Buy">>I don't need any more hosiery.<</linkreplace>>\
\
<<elseif $day gte 19 and ($drawer.includes("hosiery 12"))>><<linkreplace "Buy">>I already bought these stockings.<</linkreplace>>\
\
<<elseif $day gte 19 >>[[Buy|hosiery 12]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a hosiery.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a hosiery!<</linkreplace>><</if>>\
</div>\
\
[[Back|scarletts secret inside]] [[Panties|scarletts secret panties]] [[Bras|scarletts secret bras]] [[Teddies|scarletts secret teddies]] [[Hosiery|scarletts secret hosiery]] [[Nighties|scarletts secret nighties]]
<div class=store>
<img src="images/bikini/bikini blue 1.jpg">
<<if $numberbikini gte 1>><<linkreplace "Buy">>I don't need any more bikinis.<</linkreplace>>\
\
<<elseif $day gte 28 >>[[Buy|bikini blue 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bikini.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bikini!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bikini/bikini black 1.jpg">
<<if $numberbikini gte 1>><<linkreplace "Buy">>I don't need any more bikinis.<</linkreplace>>\
\
<<elseif $day gte 28 >>[[Buy|bikini black 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bikini.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bikini!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bikini/bikini leopard 1.jpg">
<<if $numberbikini gte 1>><<linkreplace "Buy">>I don't need any more bikinis.<</linkreplace>>\
\
<<elseif $day gte 28 >>[[Buy|bikini leopard 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bikini.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bikini!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bikini/bikini floral 1.jpg">
<<if $numberbikini gte 1>><<linkreplace "Buy">>I don't need any more bikinis.<</linkreplace>>\
\
<<elseif $day gte 28 >>[[Buy|bikini floral 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bikini.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bikini!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bikini/bikini red 1.jpg">
<<if $numberbikini gte 1>><<linkreplace "Buy">>I don't need any more bikinis.<</linkreplace>>\
\
<<elseif $day gte 28 >>[[Buy|bikini red 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bikini.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bikini!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bikini/bikini pink 1.jpg">
<<if $numberbikini gte 1>><<linkreplace "Buy">>I don't need any more bikinis.<</linkreplace>>\
\
<<elseif $day gte 28 >>[[Buy|bikini pink 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bikini.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bikini!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bikini/bikini blue 2.jpg">
<<if $numberbikini gte 1>><<linkreplace "Buy">>I don't need any more bikinis.<</linkreplace>>\
\
<<elseif $day gte 28 >>[[Buy|bikini blue 2]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bikini.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bikini!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/bikini/bikini golden 1.jpg">
<<if $numberbikini gte 1>><<linkreplace "Buy">>I don't need any more bikinis.<</linkreplace>>\
\
<<elseif $day gte 28 >>[[Buy|bikini golden 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a bikini.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a bikini!<</linkreplace>><</if>>\
</div>\
\
[[Back|scarletts secret inside]] [[Bras|scarletts secret bras]] [[Teddies|scarletts secret teddies]] [[Hosiery|scarletts secret hosiery]] [[Nighties|scarletts secret nighties]] [[Swimwear|scarletts secret swimwear]]
<div class=store>
<img src="images/scarletts secret/bar panties/panties black 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties black 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties black 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties blue 2.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties blue 2"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties blue 2]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties flower 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties flower 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties flower 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties gold 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties gold 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties gold 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties pink 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties pink 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties pink 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties leopard 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties leopard 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties leopard 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties red 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties red 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties red 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties blue 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties blue 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties blue 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties wine 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties wine 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties wine 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties purple 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("purple 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties purple 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties black 2.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties black 2"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties black 2]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties yellow 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties yellow 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties yellow 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties blue 3.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties blue 3"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties blue 3]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties white 1.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("white 1"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties white 1]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties wine 2.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties wine 2"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties wine 2]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<div class=store>
<img src="images/scarletts secret/bar panties/panties pink 2.png">
<<if $numberpanties gte 3>><<linkreplace "Buy">>I don't need any more panties.<</linkreplace>>\
\
<<elseif $day gte 15 and ($drawer.includes("panties pink 2"))>><<linkreplace "Buy">>I already bought these panties.<</linkreplace>>\
\
<<elseif $day gte 15>>[[Buy|panties pink 2]]\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy panties!<</linkreplace>><</if>>
</div>\
\
<<set $bag.push("panties black 1")>>\
<<set $drawer.push("panties black 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties black 1.jpg" width=400 />
</center>
You bought a fishnet pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("bra black 1")>>\
<<set $drawer.push("bra black 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra black 1.jpg" width=400 />
</center>
You bought a fishnet bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>>
<<set $bag.push("panties blue 2")>>\
<<set $drawer.push("panties blue 2")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties blue 2.jpg" width=400 />
</center>
You bought a blue pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties flower 1")>>\
<<set $drawer.push("panties flower 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties flower 1.jpg" width=400 />
</center>
You bought a floral pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties gold 1")>>\
<<set $drawer.push("panties gold 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties gold 1.jpg" width=400 />
</center>
You bought a golden pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties pink 1")>>\
<<set $drawer.push("panties pink 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties pink 1.jpg" width=400 />
</center>
You bought a pink pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties leopard 1")>>\
<<set $drawer.push("panties leopard 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties leopard 1.jpg" width=400 />
</center>
You bought a leopard print pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties red 1")>>\
<<set $drawer.push("panties red 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties red 1.jpg" width=400 />
</center>
You bought a red pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties blue 1")>>\
<<set $drawer.push("panties blue 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties blue 1.jpg" width=400 />
</center>
You bought a blue pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $day to $day+0>>\
<<set $numberclothes to $numberclothes+0>>\
<<timed 0s>><<audio "" volume 0.05 play>><</timed>>
<<linkreplace"teste">>
<<linkreplace "You're pretty sure your dick is going to pierce your chastity belt, but it remains unshakable, preventing your erection from happening.">> You're pretty sure your dick is going to pierce your chastity belt, but it remains unshakable, preventing your erection from happening.
<<audio "vibe" volume 0.1 loop play>> <<timed 28.4s>><<audio "vibe" stop>><</timed>>\
<<timed 8s>><<audio "pain1" volume 0.5 play>><</timed>>\
<<timed 16s>><<audio "pain9" volume 0.5 play>><</timed>>\
<<timed 24s>><<audio "pain4" volume 0.5 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/chastity 8.webp" width=600 />\
</center>
<</linkreplace>><</linkreplace>>
<<set $bag.push("panties wine 1")>>\
<<set $drawer.push("panties wine 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties wine 1.jpg" width=400 />
</center>
You bought a wine pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties purple 1")>>\
<<set $drawer.push("panties purple 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties purple 1.jpg" width=400 />
</center>
You bought a purple pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties black 2")>>\
<<set $drawer.push("panties black 2")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties black 2.jpg" width=400 />
</center>
You bought a black pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties yellow 1")>>\
<<set $drawer.push("panties yellow 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties yellow 1.jpg" width=400 />
</center>
You bought a yellow pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties blue 3")>>\
<<set $drawer.push("panties blue 3")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties blue 3.jpg" width=400 />
</center>
You bought a baby blue pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties white 1")>>\
<<set $drawer.push("panties white 1")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties white 1.jpg" width=400 />
</center>
You bought a white pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties wine 2")>>\
<<set $drawer.push("panties wine 2")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties wine 2.jpg" width=400 />
</center>
You bought a wine pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
<<set $bag.push("panties pink 2")>>\
<<set $drawer.push("panties pink 2")>>\
<<set $numberpanties to $numberpanties+1>>\
\
<center>
<img src="images/panties/panties pink 2.jpg" width=400 />
</center>
You bought a pink pair of panties.
<<if $numberpanties is 1>>[[Continue|first pair of panties]]\
\
<<else>>[[Continue|scarletts secret panties]]<</if>>
vc é um maricas! pq não disse antes!?
essa garota gosta de falar alto
eu não sou um maricas eu só estou comprando...
um presente? pra sua namorada?
bem... sim
eu não caio mais nessa! a calcinha é pra você! Você é um maricas!
shhhhh... não diga isso em voz alta!
Sabia! a calcinha é pra você não é? você não precisava ter mentido, eu te disse que preferia os maricas!
shhh... Sim, é pra mim, mas não fique gritando! E eu não sou maricas, é só uma tarefa pra faculdade!
outro timido... haha... Ok fofinho, se você tiver mais alguma "tarefa da faculdade" pode me procurar, eu sou Lexi.
Ok Lexi... Obrigado
[[Continue|scarletts secret panties]]first bra
[[scarletts secret bras]] <<set $bag.push("bra blue 2")>>\
<<set $drawer.push("bra blue 2")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra blue 2.jpg" width=400 />
</center>
You bought a blue bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra flower 1")>>\
<<set $drawer.push("bra flower 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra flower 1.jpg" width=400 />
</center>
You bought a floral bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra gold 1")>>\
<<set $drawer.push("bra gold 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra gold 1.jpg" width=400 />
</center>
You bought a golden bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra pink 1")>>\
<<set $drawer.push("bra pink 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra pink 1.jpg" width=400 />
</center>
You bought a pink bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra leopard 1")>>\
<<set $drawer.push("bra leopard 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra leopard 1.jpg" width=400 />
</center>
You bought a leopard print bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra red 1")>>\
<<set $drawer.push("bra red 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra red 1.jpg" width=400 />
</center>
You bought a red bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra blue 1")>>\
<<set $drawer.push("bra blue 1)>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra blue 1.jpg" width=400 />
</center>
You bought a blue bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra wine 1")>>\
<<set $drawer.push("bra wine 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra wine 1.jpg" width=400 />
</center>
You bought a wine bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra purple 1")>>\
<<set $drawer.push("bra purple 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra purple 1.jpg" width=400 />
</center>
You bought a purple bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra black 2")>>\
<<set $drawer.push("bra black 2")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra black 2.jpg" width=400 />
</center>
You bought a black bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra yellow 1")>>\
<<set $drawer.push("bra yellow 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra yellow 1.jpg" width=400 />
</center>
You bought a yellow bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra blue 3")>>\
<<set $drawer.push("bra blue 3")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra blue 3.jpg" width=400 />
</center>
You bought a baby blue bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra white 1")>>\
<<set $drawer.push("bra white 1")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra white 1.jpg" width=400 />
</center>
You bought a white bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra wine 2")>>\
<<set $drawer.push("bra wine 2")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra wine 2.jpg" width=400 />
</center>
You bought a wine bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("bra pink 2")>>\
<<set $drawer.push("bra pink 2")>>\
<<set $numberbra to $numberbra+1>>\
\
<center>
<img src="images/bra/bra pink 2.jpg" width=400 />
</center>
You bought a pink bra to match your panties.
<<if $numberbra is 1>>[[Continue|first bra]]\
\
<<else>>[[Continue|scarletts secret bras]]<</if>><<set $bag.push("teddy pink 1")>>\
<<set $drawer.push("teddy pink 1")>>\
<<set $numberteddy to $numberteddy+1>>\
\
<center>
<img src="images/teddies/teddy pink 1.jpg" width=350 />
</center>
You bought a pink teddy.
[[Continue|first teddy]]<<set $bag.push("teddy red 1")>>\
<<set $drawer.push("teddy red 1")>>\
<<set $numberteddy to $numberteddy+1>>\
\
<center>
<img src="images/teddies/teddy red 1.jpg" width=350 />
</center>
You bought a red teddy.
[[Continue|first teddy]]<<set $bag.push("teddy purple 1")>>\
<<set $drawer.push("teddy purple 1")>>\
<<set $numberteddy to $numberteddy+1>>\
\
<center>
<img src="images/teddies/teddy purple 1.jpg" width=350 />
</center>
You bought a purple teddy.
[[Continue|first teddy]]<<set $bag.push("teddy pink 2")>>\
<<set $drawer.push("teddy pink 2")>>\
<<set $numberteddy to $numberteddy+1>>\
\
<center>
<img src="images/teddies/teddy pink 2.jpg" width=350 />
</center>
You bought a pink teddy.
[[Continue|first teddy]]<<set $bag.push("teddy blue 1")>>\
<<set $drawer.push("teddy blue 1")>>\
<<set $numberteddy to $numberteddy+1>>\
\
<center>
<img src="images/teddies/teddy blue 1.jpg" width=350 />
</center>
You bought a blue teddy.
[[Continue|first teddy]]<<set $bag.push("teddy black 1")>>\
<<set $drawer.push("teddy black 1")>>\
<<set $numberteddy to $numberteddy+1>>\
\
<center>
<img src="images/teddies/teddy black 1.jpg" width=350 />
</center>
You bought a black teddy.
[[Continue|first teddy]]<<set $bag.push("teddy pink 3")>>\
<<set $drawer.push("teddy pink 3")>>\
<<set $numberteddy to $numberteddy+1>>\
\
<center>
<img src="images/teddies/teddy pink 3.jpg" width=350 />
</center>
You bought a pink teddy.
[[Continue|first teddy]]<<set $bag.push("teddy red 2")>>\
<<set $drawer.push("teddy red 2")>>\
<<set $numberteddy to $numberteddy+1>>\
\
<center>
<img src="images/teddies/teddy red 2.jpg" width=350 />
</center>
You bought a red teddy.
[[Continue|first teddy]][[Back to closet|closet]] <<if $femalebra is true>> [[Bras|bras]]<</if>><<if $femalebra is true>> [[Teddies|teddies]]<</if>> <<if $hosiery is true>>[[Hosiery|hosiery]]\
<<else>>[[Socks|hosiery]]<</if>> [[Clothes|clothes]] [[Shoes|shoes]] <<if $femalenightie is true>>[[Nightie|nighties]]\
<<else>>[[Pajamas|nighties]]<</if>> <<if $maid is true>> [[Cleaning uniform|maid]]<</if>>
<<if $panties neq "none" and $femalepanties is true>><<click "Strip out your panties">><<set $panties = "none">><<goto [[panties]]>><</click>>
\
<<elseif $panties neq "none">><<click "Strip out your underwear">><<set $panties = "none">><<goto [[panties]]>><</click>><</if>>
\
\
<<if ($drawer.includes("blue briefs")) and ($panties neq "blue briefs")>>\
<img src="images/panties/blue briefs.jpg" width=200 /><<click " Put this on">><<set $panties = "blue briefs">><<goto [[panties]]>><</click>><</if>>
\
first teddy
[[Continue|scarletts secret teddies]] <<set $bag.push("hosiery 1")>>\
<<set $drawer.push("hosiery 1")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 1.jpg" width=350 />
</center>
You bought a striped pantyhose.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 2")>>\
<<set $drawer.push("hosiery 2")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 2.jpg" width=350 />
</center>
You bought a open at the bottom fishnet pantyhose.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 3")>>\
<<set $drawer.push("hosiery 3")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 3.jpg" width=350 />
</center>
You bought stockings and a garter belt.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 4")>>\
<<set $drawer.push("hosiery 4")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 4.jpg" width=350 />
</center>
You bought fishnet stockings and a garter belt.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 5")>>\
<<set $drawer.push("hosiery 5")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 5.jpg" width=350 />
</center>
You bought hold-ups.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 6")>>\
<<set $drawer.push("hosiery 6")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 6.jpg" width=350 />
</center>
You bought hold-ups.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 7")>>\
<<set $drawer.push("hosiery 7")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 7.jpg" width=350 />
</center>
You bought a polka dot pantyhose.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 8")>>\
<<set $drawer.push("hosiery 8")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 8.jpg" width=350 />
</center>
You bought white stockings and a garter belt.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 9")>>\
<<set $drawer.push("hosiery 9")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 9.jpg" width=350 />
</center>
You bought garter tights.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>>
<<set $bag.push("hosiery 10")>>\
<<set $drawer.push("hosiery 10")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 10.jpg" width=350 />
</center>
You bought fishnet hold-ups.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 11")>>\
<<set $drawer.push("hosiery 11")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 11.jpg" width=350 />
</center>
You bought opaque hold-ups.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>><<set $bag.push("hosiery 12")>>\
<<set $drawer.push("hosiery 12")>>\
<<set $numberhosiery to $numberhosiery+1>>\
\
<center>
<img src="images/hosiery/hosiery 12.jpg" width=350 />
</center>
You bought fishnet hold-ups.
<<if $numberhosiery is 1>>[[Continue|first hosiery]]\
\
<<else>>[[Continue|scarletts secret hosiery]]<</if>>first hosiery
[[scarletts secret hosiery]] [[Back|scarletts secret inside]] [[Panties|scarletts secret panties]] [[Bras|scarletts secret bras]] [[Teddies|scarletts secret teddies]] [[Hosiery|scarletts secret hosiery]] [[Swimwear|scarletts secret swimwear]]
<div class=store>
<img src="images/nighties/nightie black 1.jpg">
<<if $numbernightie gte 1>><<linkreplace "Buy">>I don't need any more nighties.<</linkreplace>>\
\
<<elseif $day gte 17 >>[[Buy|nightie black 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a nightie.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nightie!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/nighties/nightie pink 1.jpg">
<<if $numbernightie gte 1>><<linkreplace "Buy">>I don't need any more nighties.<</linkreplace>>\
\
<<elseif $day gte 17 >>[[Buy|nightie pink 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a nightie.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nightie!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/nighties/nightie blue 1.jpg">
<<if $numbernightie gte 1>><<linkreplace "Buy">>I don't need any more nighties.<</linkreplace>>\
\
<<elseif $day gte 17 >>[[Buy|nightie blue 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a nightie.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nightie!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/nighties/nightie red 1.jpg">
<<if $numbernightie gte 1>><<linkreplace "Buy">>I don't need any more nighties.<</linkreplace>>\
\
<<elseif $day gte 17 >>[[Buy|nightie red 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a nightie.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nightie!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/nighties/nightie white 1.jpg">
<<if $numbernightie gte 1>><<linkreplace "Buy">>I don't need any more nighties.<</linkreplace>>\
\
<<elseif $day gte 17 >>[[Buy|nightie white 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a nightie.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nightie!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/nighties/nightie yellow 1.jpg">
<<if $numbernightie gte 1>><<linkreplace "Buy">>I don't need any more nighties.<</linkreplace>>\
\
<<elseif $day gte 17 >>[[Buy|nightie yellow 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a nightie.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nightie!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/nighties/nightie green 1.jpg">
<<if $numbernightie gte 1>><<linkreplace "Buy">>I don't need any more nighties.<</linkreplace>>\
\
<<elseif $day gte 17 >>[[Buy|nightie green 1]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a nightie.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nightie!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/nighties/nightie pink 2.jpg">
<<if $numbernightie gte 1>><<linkreplace "Buy">>I don't need any more nighties.<</linkreplace>>\
\
<<elseif $day gte 17 >>[[Buy|nightie pink 2]]\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a nightie.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nightie!<</linkreplace>><</if>>\
</div>\
\
<<set $bag.push("nightie black 1")>>\
<<set $drawer.push("nightie black 1")>>\
<<set $numbernightie to $numbernightie+1>>\
\
<center>
<img src="images/nighties/nightie black 1.jpg" width=350 />
</center>
You bought a black nightie.
[[Continue|first nightie]]<<set $bag.push("nightie pink 1")>>\
<<set $drawer.push("nightie pink 1")>>\
<<set $numbernightie to $numbernightie+1>>\
\
<center>
<img src="images/nighties/nightie pink 1.jpg" width=350 />
</center>
You bought a pink nightie.
[[Continue|first nightie]]<<set $bag.push("nightie blue 1")>>\
<<set $drawer.push("nightie blue 1")>>\
<<set $numbernightie to $numbernightie+1>>\
\
<center>
<img src="images/nighties/nightie blue 1.jpg" width=350 />
</center>
You bought a baby blue nightie.
[[Continue|first nightie]]<<set $bag.push("nightie red 1")>>\
<<set $drawer.push("nightie red 1")>>\
<<set $numbernightie to $numbernightie+1>>\
\
<center>
<img src="images/nighties/nightie red 1.jpg" width=350 />
</center>
You bought a red nightie with heart prints.
[[Continue|first nightie]]<<set $bag.push("nightie white 1")>>\
<<set $drawer.push("nightie white 1")>>\
<<set $numbernightie to $numbernightie+1>>\
\
<center>
<img src="images/nighties/nightie white 1.jpg" width=350 />
</center>
You bought a floral white nightie.
[[Continue|first nightie]]<<set $bag.push("nightie yellow 1")>>\
<<set $drawer.push("nightie yellow 1")>>\
<<set $numbernightie to $numbernightie+1>>\
\
<center>
<img src="images/nighties/nightie yellow 1.jpg" width=350 />
</center>
You bought a yellow nightie.
[[Continue|first nightie]]<<set $bag.push("nightie green 1")>>\
<<set $drawer.push("nightie green 1")>>\
<<set $numbernightie to $numbernightie+1>>\
\
<center>
<img src="images/nighties/nightie green 1.jpg" width=350 />
</center>
You bought a floral green nightie.
[[Continue|first nightie]]<<set $bag.push("nightie pink 2")>>\
<<set $drawer.push("nightie pink 2")>>\
<<set $numbernightie to $numbernightie+1>>\
\
<center>
<img src="images/nighties/nightie pink 2.jpg" width=350 />
</center>
You bought a pink nightie.
[[Continue|first nightie]]first nightie
[[scarletts secret nighties]] <<set $bag.push("bikini black 1")>>\
<<set $drawer.push("bikini black 1")>>\
<<set $numberbikini to $numberbikini+1>>\
\
<center>
<img src="images/bikini/bikini black 1.jpg" width=350 />
</center>
You bought a black bikini.
[[Continue|first bikini]]<<set $bag.push("bikini blue 1")>>\
<<set $drawer.push("bikini blue 1")>>\
<<set $numberbikini to $numberbikini+1>>\
\
<center>
<img src="images/bikini/bikini blue 1.jpg" width=350 />
</center>
You bought a bright blue bikini.
[[Continue|first bikini]]<<set $bag.push("bikini leopard 1")>>\
<<set $drawer.push("bikini leopard 1")>>\
<<set $numberbikini to $numberbikini+1>>\
\
<center>
<img src="images/bikini/bikini leopard 1.jpg" width=350 />
</center>
You bought a leopard print bikini.
[[Continue|first bikini]]<<set $bag.push("bikini floral 1")>>\
<<set $drawer.push("bikini floral 1")>>\
<<set $numberbikini to $numberbikini+1>>\
\
<center>
<img src="images/bikini/bikini floral 1.jpg" width=350 />
</center>
You bought a floral bikini.
[[Continue|first bikini]]<<set $bag.push("bikini red 1")>>\
<<set $drawer.push("bikini red 1")>>\
<<set $numberbikini to $numberbikini+1>>\
\
<center>
<img src="images/bikini/bikini red 1.jpg" width=350 />
</center>
You bought a red polka dot bikini.
[[Continue|first bikini]]<<set $bag.push("bikini pink 1")>>\
<<set $drawer.push("bikini pink 1")>>\
<<set $numberbikini to $numberbikini+1>>\
\
<center>
<img src="images/bikini/bikini pink 1.jpg" width=350 />
</center>
You bought a pink polka dot bikini.
[[Continue|first bikini]]<<set $bag.push("bikini blue 2")>>\
<<set $drawer.push("bikini blue 2")>>\
<<set $numberbikini to $numberbikini+1>>\
\
<center>
<img src="images/bikini/bikini blue 2.jpg" width=350 />
</center>
You bought a blue bikini.
[[Continue|first bikini]]<<set $bag.push("bikini golden 1")>>\
<<set $drawer.push("bikini golden 1")>>\
<<set $numberbikini to $numberbikini+1>>\
\
<center>
<img src="images/bikini/bikini golden 1.jpg" width=350 />
</center>
You bought a golden bikini.
[[Continue|first bikini]]firs bikini
[[scarletts secret swimwear]] <<set $bag.push("dress bisque")>>\
<<set $drawer.push("dress bisque")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/dress bisque.jpg" width=350 />
</center>
You bought a bisque dress.
<<if $numberclothes is 1>>[[Continue|first dress]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("dress blue")>>\
<<set $drawer.push("dress blue")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/dress blue.jpg" width=350 />
</center>
You bought a blue dress.
<<if $numberclothes is 1>>[[Continue|first dress]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("dress floral")>>\
<<set $drawer.push("dress floral")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/dress floral.jpg" width=350 />
</center>
You bought a floral dress.
<<if $numberclothes is 1>>[[Continue|first dress]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("dress golden")>>\
<<set $drawer.push("dress golden")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/dress golden.jpg" width=350 />
</center>
You bought a golden dress.
<<if $numberclothes is 1>>[[Continue|first dress]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("dress leopard")>>\
<<set $drawer.push("dress leopard")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/dress leopard.jpg" width=350 />
</center>
You bought a leopard print dress.
<<if $numberclothes is 1>>[[Continue|first dress]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("dress pink")>>\
<<set $drawer.push("dress pink")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/dress pink.jpg" width=350 />
</center>
You bought a pink dress.
<<if $numberclothes is 1>>[[Continue|first dress]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("dress red")>>\
<<set $drawer.push("dress red")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/dress red.jpg" width=350 />
</center>
You bought a red dress.
<<if $numberclothes is 1>>[[Continue|first dress]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("dress yellow")>>\
<<set $drawer.push("dress yellow")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/dress yellow.jpg" width=350 />
</center>
You bought a yellow dress.
<<if $numberclothes is 1>>[[Continue|first dress]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("skirt black top black")>>\
<<set $drawer.push("skirt black top black")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/skirt black top black.jpg" width=350 />
</center>
You bought a black top and skirt.
<<if $numberclothes is 1>>[[Continue|first skirt]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("skirt blue top black")>>\
<<set $drawer.push("skirt blue top black")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/skirt blue top black.jpg" width=350 />
</center>
You bought a black top and a blue skirt.
<<if $numberclothes is 1>>[[Continue|first skirt]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("skirt grey top bisque")>>\
<<set $drawer.push("skirt grey top bisque")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/skirt grey top bisque.jpg" width=350 />
</center>
You bought a bisque blouse and a grey skirt.
<<if $numberclothes is 1>>[[Continue|first skirt]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("skirt pink top white")>>\
<<set $drawer.push("skirt pink top white")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/skirt pink top white.jpg" width=350 />
</center>
You bought a white top and a pink skirt.
<<if $numberclothes is 1>>[[Continue|first skirt]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("skirt purple top white")>>\
<<set $drawer.push("skirt purple top white")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/skirt purple top white.jpg" width=350 />
</center>
You bought a white top and a purple skirt.
<<if $numberclothes is 1>>[[Continue|first skirt]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("skirt floral top floral")>>\
<<set $drawer.push("skirt floral top floral")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/skirt floral top floral.jpg" width=350 />
</center>
you bought a flowered top and skirt set.
<<if $numberclothes is 1>>[[Continue|first skirt]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("skirt black top white")>>\
<<set $drawer.push("skirt black top white")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/skirt black top white.jpg" width=350 />
</center>
You bought a white blouse and a black skirt.
<<if $numberclothes is 1>>[[Continue|first skirt]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>><<set $bag.push("skirt check top black")>>\
<<set $drawer.push("skirt check top black")>>\
<<set $numberclothes to $numberclothes+1>>\
\
<center>
<img src="images/clothes/skirt check top black.jpg" width=350 />
</center>
You bought a black top and a check skirt.
<<if $numberclothes is 1>>[[Continue|first skirt]]\
\
<<else>>[[Continue|pretty dress inside]]<</if>>first dress
[[pretty dress inside]] first skirt
[[pretty dress inside]] https://looksgud.com/blog/types-of-heels-that-you-should-know-about/<<set $bag.push("shoes black mary jane stilettos")>>\
<<set $drawer.push("shoes black mary jane stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes black mary jane stilettos.jpg" width=350 />
</center>
You bought black mary jane stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes blue stilettos")>>\
<<set $drawer.push("shoes blue stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes blue stilettos.jpg" width=350 />
</center>
You bought blue peep toe stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes red stilettos")>>\
<<set $drawer.push("shoes red stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes red stilettos.jpg" width=350 />
</center>
You bought red stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes white stilettos")>>\
<<set $drawer.push("shoes white stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes white stilettos.jpg" width=350 />
</center>
You bought white peep toe stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes beige ankle boots")>>\
<<set $drawer.push("shoes beige ankle boots")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes beige ankle boots.jpg" width=350 />
</center>
You bought beige ankle boots.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes black stilettos")>>\
<<set $drawer.push("shoes black stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes black stilettos.jpg" width=350 />
</center>
You bought black stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes leopard print stilettos")>>\
<<set $drawer.push("shoes leopard print stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes leopard print stilettos.jpg" width=350 />
</center>
You bought leopard print stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes silver and gold sandals")>>\
<<set $drawer.push("shoes silver and gold sandals")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes silver and gold sandals.jpg" width=350 />
</center>
You bought gold silver sandals.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes silver sandals")>>\
<<set $drawer.push("shoes silver sandals")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes silver sandals.jpg" width=350 />
</center>
you bought silver sandals.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes pink peep toe stilettos")>>\
<<set $drawer.push("shoes pink peep toe stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes pink peep toe stilettos.jpg" width=350 />
</center>
You bought pink peep toe stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes black tall boots")>>\
<<set $drawer.push("shoes black tall boots")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes black tall boots.jpg" width=350 />
</center>
You bought black tall boots.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes black ankle boots")>>\
<<set $drawer.push("shoes black ankle boots")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes black ankle boots.jpg" width=350 />
</center>
You bought black ankle boots.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes black cut out stilettos")>>\
<<set $drawer.push("shoes black cut out stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes black cut out stilettos.jpg" width=350 />
</center>
You bought black cut out stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes blue sandals")>>\
<<set $drawer.push("shoes blue sandals")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes blue sandals.jpg" width=350 />
</center>
You bought blue sandals.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes pink stilettos")>>\
<<set $drawer.push("shoes pink stilettos")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes pink stilettos.jpg" width=350 />
</center>
You bought pink stilettos.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>><<set $bag.push("shoes white sandals")>>\
<<set $drawer.push("shoes white sandals")>>\
<<set $numbershoes to $numbershoes+1>>\
\
<center>
<img src="images/shoes/shoes white sandals.jpg" width=350 />
</center>
You bought white sandals.
<<if $numbershoes is 1>>[[Continue|first high heels]]\
\
<<else>>[[Continue|miss shoes inside]]<</if>>first high heels
[[miss shoes inside]] [[Back|magic world inside]] [[Wigs|wigs]]
<div class=store>
<img src="images/magic world/costumes and accessories/1.jpg">
<<if $day gte 15>><<linkreplace "Buy">>I don't need to buy a princess costume.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a princess costume!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/2.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/3.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/4.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/5.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/6.jpg">
<<if $day gte 15>><<linkreplace "Buy">>I don't need this costume.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>Cool costume, maybe I'll buy it next halloween.<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/7.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/8.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/9.jpg">
<<if $day gte 15>><<linkreplace "Buy">>I don't need to buy a nurse costume.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a nurse costume!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/10.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/11.jpg">
<<if $day gte 15>><<linkreplace "Buy">>I don't need this costume.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>Cool costume, maybe I'll buy it next halloween.<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/12.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/maid dress.jpg">
<<if $day gte 21>><<linkreplace "Buy">>My maid dress is much prettier than this costume.<</linkreplace>>\
\
<<elseif $numbermaiddress gte 1>><<linkreplace "Buy">>I already bought my maid dress.<</linkreplace>>\
\
<<elseif $day gte 20>><<linkreplace "Buy">>Remy said she wants a regular dress, not a costume.<</linkreplace>>\
\
<<elseif $day gte 15>><<linkreplace "Buy">>I don't need to buy a maid costume!<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a maid costume!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/maid apron.jpg">
<<if $day gte 20 and ($drawer.includes("maid apron"))>><<linkreplace "Buy">>I already bought this apron.<</linkreplace>>\
\
<<elseif $day gte 20>>[[Buy|maid apron]]\
\
<<elseif $day lte 19>><<linkreplace "Buy">>Why would I buy this?<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/maid headband.jpg">
<<if $day gte 20 and ($drawer.includes("maid headband"))>><<linkreplace "Buy">>I already bought this headband.<</linkreplace>>\
\
<<elseif $day gte 20>>[[Buy|maid headband]]\
\
<<elseif $day lte 19>><<linkreplace "Buy">>Why would I buy this?<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/maid choker.jpg">
<<if $day gte 20 and ($drawer.includes("maid choker"))>><<linkreplace "Buy">>I already bought this choker.<</linkreplace>>\
\
<<elseif $day gte 20>>[[Buy|maid choker]]\
\
<<elseif $day lte 19>><<linkreplace "Buy">>Why would I buy this?<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/13.jpg">
<<if $day gte 15>><<linkreplace "Buy">>I don't need this costume.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>Cool costume, maybe I'll buy it next halloween.<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/14.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/15.jpg">
<<if $day gte 15>><<linkreplace "Buy">>I don't need to buy a snow white costume.<</linkreplace>>\
\
<<elseif $day lte 14>><<linkreplace "Buy">>I won't buy a snow white costume!<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/costumes and accessories/16.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
[[Back|magic world inside]] [[Costumes and accessories|costumes and accessories]]
<div class=store>
<img src="images/magic world/wigs/1.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/wigs/2.jpg">
<<if $day gte 20 and ($drawer.includes("wig"))>><<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
\
<<elseif $day gte 20>><<linkreplace "Buy">>Remy said the wig needs to be long and realistic.<</linkreplace>>\
\
<<elseif $day lte 19>><<linkreplace "Buy">>Why would I buy this?<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/wigs/3.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/maid/wig.jpg">
<<if $day gte 20 and ($drawer.includes("wig"))>><<linkreplace "Buy">>I already bought my wig.<</linkreplace>>\
\
<<elseif $day gte 20>>[[Buy|wig]]\
\
<<elseif $day lte 19>><<linkreplace "Buy">>Why would I buy this?<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/wigs/4.jpg">
<<if $day gte 20 and ($drawer.includes("wig"))>><<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
\
<<elseif $day gte 20>><<linkreplace "Buy">>Remy said the wig needs to be long and realistic.<</linkreplace>>\
\
<<elseif $day lte 19>><<linkreplace "Buy">>Why would I buy this?<</linkreplace>><</if>>\
</div>\
\
<div class=store>
<img src="images/magic world/wigs/5.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/wigs/6.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<div class=store>
<img src="images/magic world/wigs/7.jpg">
<<linkreplace "Buy">>Why would I buy this?<</linkreplace>>\
</div>\
\
<<set $bag.push("maid apron")>>\
<<set $drawer.push("maid apron")>>\
\
<center>
<img src="images/maid/maid apron.jpg" width=350 />
</center>
You bought a waist apron.
<<if ($drawer.includes("maid apron")) and ($drawer.includes("maid choker")) and ($drawer.includes("maid headband"))>>[[Continue|complete the costume]]\
\
<<else>>[[Continue|costumes and accessories]]<<set $bag.push("maid headband")>>\
<<set $drawer.push("maid headband")>>\
\
<center>
<img src="images/maid/maid headband.jpg" width=350 />
</center>
You bought a maid headband.
<<if ($drawer.includes("maid apron")) and ($drawer.includes("maid choker")) and ($drawer.includes("maid headband"))>>[[Continue|complete the costume]]\
\
<<else>>[[Continue|costumes and accessories]]<<set $bag.push("maid choker")>>\
<<set $drawer.push("maid choker")>>\
\
<center>
<img src="images/maid/maid choker.jpg" width=350 />
</center>
You bought a maid choker.
<<if ($drawer.includes("maid apron")) and ($drawer.includes("maid choker")) and ($drawer.includes("maid headband"))>>[[Continue|complete the costume]]\
\
<<else>>[[Continue|costumes and accessories]]pedir ajuda
[[Follow the salesgirl|black dresses]]<div class=store>
<img src="images/maid/dress maid 1.jpg">
[[Buy|dress maid 1]]
</div>\
\
<div class=store>
<img src="images/maid/dress maid 2.jpg">
[[Buy|dress maid 2]]
</div>\
\
<div class=store>
<img src="images/maid/dress maid 3.jpg">
[[Buy|dress maid 3]]
</div>\
\
<div class=store>
<img src="images/maid/dress maid 4.jpg">
[[Buy|dress maid 4]]
</div>\
\
<div class=store>
<img src="images/maid/dress maid 5.jpg">
[[Buy|dress maid 5]]
</div>\
\
<div class=store>
<img src="images/maid/dress maid 6.jpg">
[[Buy|dress maid 6]]
</div>\
\
<div class=store>
<img src="images/maid/dress maid 7.jpg">
[[Buy|dress maid 7]]
</div>\
\
<div class=store>
<img src="images/maid/dress maid 8.jpg">
[[Buy|dress maid 8]]
</div>\
\
<<set $bag.push("dress maid 1")>>\
<<set $drawer.push("dress maid 1")>>\
<<set $numbermaiddress to $numbermaiddress+1>>\
\
<center>
<img src="images/maid/dress maid 1.jpg" width=350 />
</center>
You bought a little black dress.
[[Continue|first little black dress]]<<set $bag.push("dress maid 2")>>\
<<set $drawer.push("dress maid 2")>>\
<<set $numbermaiddress to $numbermaiddress+1>>\
\
<center>
<img src="images/maid/dress maid 2.jpg" width=350 />
</center>
You bought a little black dress.
[[Continue|first little black dress]]<<set $bag.push("dress maid 3")>>\
<<set $drawer.push("dress maid 3")>>\
<<set $numbermaiddress to $numbermaiddress+1>>\
\
<center>
<img src="images/maid/dress maid 3.jpg" width=350 />
</center>
You bought a little black dress.
[[Continue|first little black dress]]<<set $bag.push("dress maid 4")>>\
<<set $drawer.push("dress maid 4")>>\
<<set $numbermaiddress to $numbermaiddress+1>>\
\
<center>
<img src="images/maid/dress maid 4.jpg" width=350 />
</center>
You bought a little black dress.
[[Continue|first little black dress]]<<set $bag.push("dress maid 5")>>\
<<set $drawer.push("dress maid 5")>>\
<<set $numbermaiddress to $numbermaiddress+1>>\
\
<center>
<img src="images/maid/dress maid 5.jpg" width=350 />
</center>
You bought a little black dress.
[[Continue|first little black dress]]<<set $bag.push("dress maid 6")>>\
<<set $drawer.push("dress maid 6")>>\
<<set $numbermaiddress to $numbermaiddress+1>>\
\
<center>
<img src="images/maid/dress maid 6.jpg" width=350 />
</center>
You bought a little black dress.
[[Continue|first little black dress]]<<set $bag.push("dress maid 7")>>\
<<set $drawer.push("dress maid 7")>>\
<<set $numbermaiddress to $numbermaiddress+1>>\
\
<center>
<img src="images/maid/dress maid 7.jpg" width=350 />
</center>
You bought a little black dress.
[[Continue|first little black dress]]<<set $bag.push("dress maid 8")>>\
<<set $drawer.push("dress maid 8")>>\
<<set $numbermaiddress to $numbermaiddress+1>>\
\
<center>
<img src="images/maid/dress maid 8.jpg" width=350 />
</center>
You bought a little black dress.
[[Continue|first little black dress]]first little black dress
[[pretty dress inside]] Double-click this passage to edit it.\
<center>
<img src="images/pink bunny/toys/dildo.jpg" width=400 />
</center>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Of course, you'll need the dildo too, apparently you like the big ones.... Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I already told you it's not for me!"</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hahaha... Okay, that's very true... Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"It is!"</b></span>
<<click "Continue">><<set $bag.push("dildo")>><<set $drawer.push("dildo")>><<goto [[pink bunny inside]]>><</click>>
\
<center>
<img src="images/pink bunny/toys/candles.jpg" width=500 />
</center>
<span class="mike"><b>"These candles are shaped like a dick... I can't buy that..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Um... Excuse me, do you have other types of candles?"</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hmm... Unfortunately not... The cunt-shaped candles won't arrive until next month."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"No, I mean regular candles, not shaped like genitals."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hahaha... I had forgotten that you are vanilla. No boy, this is a sex shop, a lot of things here are shaped like genitals..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I can't take these candles, it's for use with my girlfriend..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"And? Are you afraid your girlfriend will make comparisons? Haha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"It's not that..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"They're just candles, they work like any other..."</b></span>
<span class="mike"><b>"Those were the only candles I could find..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Will you want the candles?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hmm... Yes, I think so..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Haha... Good choice!"</b></span>
<<click "Continue">><<set $bag.push("candles")>><<set $drawer.push("candles")>><<goto [[pink bunny inside]]>><</click>>
\
<center>
<img src="images/pink bunny/toys/strapon.jpg" width=400 />
</center>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hahaha... No boy, you must be confused, that's not what you're thinking..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yes, I know what it is pretty well..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"I mean... This is to tie around the waist... And... You know..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yeah... Fuck like a dick..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Really? Hahaha... Someone likes to have sex through their asshole! Hahaha... You're not a vanilla after all."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"What? No! This is not for use on me! It's to use on my girlfriend!"</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"For your girlfriend? Don't you have a dick? Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"O-Of course I have... I just want to... Spice up the relationship..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Okay, if you say... Hahaha..."</b></span>
<<click "Continue">><<set $bag.push("strapon")>><<set $drawer.push("strapon")>><<goto [[pink bunny inside]]>><</click>>
You enter home and find Remy sulking in the bedroom watching TV.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Good night baby, how was work?"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"It was okay."</b></span>
You can see that Remy is pretty angry.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"And you? How was the day using this thing?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"A little uncomfortable but okay..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Good."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hmm... Are you really okay baby? You're acting strange."</b></span>
Remy finally vents.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"We hardly have sex during the week! But now that I can't is when I want it most! I'm horny!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>I'm horny too... Next monday we'll make up for it..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"I want now!"</b></span>
Remy takes a breath.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Sorry baby, I don't want to take it out on you, that bitch that's the problem, good night, I'm going to sleep to calm down."</b></span>
<<linkreplace "Remy turns off the television and turns to sleep.">> Remy turns off the television and turns to sleep.
<center>
<img src="images/1 lock/sleep.jpg" width=600 />\
</center>
Knowing that you could be having sex now makes you even more horny, and you feel a painful erection suppressed by the cage.
<<click "Go to sleep">><<set $sleep to true>><<goto [[1 lock dream]]>><</click>><</linkreplace>>
<<audio "remyhard1" volume 0.5 play>>
<center>
<img src="images/1 lock/dream.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yeah! Sit on my dick! You're so hot!"</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<audio "remyhard1" stop>><<set $time = "Morning">><<goto [[2 orl fem morning]]>><</click>>
<span class="mike"><b>"Ouch! What an incredible dream... But it hurts to have a hard on with this thing."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Good morning baby, did you sleep well?"</b></span>
Remy seems to have woken up more sympathetically, though you can still see traces of sullenness on her face.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Good morning... Yes I did."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Cool, I'm ready for class, let me know when you are too."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<<click "Ok honey.">><<set $sleep to false>><<goto [[home]]>><</click>>
<center>
<img src="images/1 lock/log.jpg" width=500 />\
</center>
You try to concentrate in class but it seems to be more uninteresting than usual, all you can think about now is sex ed class,<<linkreplace " especially miss Brandi.">> especially miss Brandi.
<center>
<img src="images/2 orl fem/brandi.webp" width=700 />\
</center>
<span class="mike"><b>"Fuck... That bitch is hot..."</b></span>
<<click "Go to sex education class">><<goto [[2 orl fem 2]]>><</click>><</linkreplace>>
Finishing the class you go to the sex education classroom, You were walking down the hall when you hear a familiar voice.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Hey! Mister Michael!"</b></span>
<span class="mike"><b>"Miss Brandi?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Good morning dear, I have something to deliver to you."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hmm... Good morning, what is it?"</b></span>
Miss Brandi starts rummaging through a folder of papers.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Take it, I don't need it anymore.">> <span class="brandi"><b>"Take it, I don't need it anymore."</b></span>
<center>
<img src="images/1 lock/kneaded.png" width=400 />\
</center>
Without any discretion, Miss Brandi hands you the plastic bag with the evidence of your masturbation, you put it away quickly so no one notices.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"T-Thanks... But why are you giving this back to me?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Well, now I have a stronger reason for you to continue attending my classes. Haha..."</b></span>
<span class="mike"><b>"Damn cage... Well, at least she gave me the flyer back."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"And the video?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Video? Oh sure, I said there was a video, right? Well, it was a lie, haha... Bye dear, see you in class."</b></span>
<span class="mike"><b>"Damn! That bitch tricked me!"</b></span>
You feel a deep anger at this woman, but as long as she has the key to your cage you will still be in her hands.
<span class="mike"><b>"One problem at a time, first I need to get rid of it."</b></span>
Before going to class you go to the bathroom and throw the cum flayer in the toilet and flush it.
<span class="mike"><b>"I should have done this sooner."</b></span>
<<click "Go to class">><<goto [[2 orl fem 3]]>><</click>><</linkreplace>>
Arriving in the classroom you find Remy with the same sulky face as last night, you greet her and she gives you a grudging kiss.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Good morning class, how was the first day of chastity? Anyone want to share something?"</b></span>
Jada threatens to raise her hand but gives up halfway.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Miss Jada, don't be shy, please speak up."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Well... I thought it's weird a little bit..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Weird?"</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Not exactly weird... Actually there's something I don't understand..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"What are you not understanding dear?"</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="jada"><b>"Actually when you revealed your... Hmm... Experiment... My first impulse was to drop out of the course like most couples, but my relationship was a little as you described, a little unwilling, rarely we had sex, well, I was curious to test the experiment."</b></span>
Billy looks embarrassed by his girlfriend's notes.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"You did very well, I guarantee you won't regret it, but what are you not understanding exactly?"</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Well... As I said we already didn't have much sex... But won't keeping Billy's dick locked up reduce it even further?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"This is an interesting question, see, Mr. William's chastity will not decrease the intimacy of the two of you, on the contrary, you will come to the conclusion that intimacy will increase, physical contact, caress, affection, kisses will increase! A lot!"</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Really?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"Of course, Mr Billy's chastity is intended to prolong the climax of his sexual pleasure, not to prevent it, the key word is to PROLONG, understand? You know that feeling that cold water is much more refreshing and pleasurable the stronger the thirst and heat?"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"And when who is thirsty is me, bitch?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Miss Remy? Do you also want to ask a question?"</b></span>
Once again Miss Brandi heard what Remy whispered, she has a very good ear, Remy responds a little embarrassed at being caught.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Well... Yesterday I wanted to have sex and I couldn't because of that cage."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Really? How long have you not had sex?"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Two days."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Just two days? But you said you usually have sex once a week..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Yeah, well... Yesterday was different."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Haha... Maybe you're turned on cause Mister Michael is locked up..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"I-I am not!"</b></span>
Remy gets even angrier.
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"She is not but I am! I also wanted sex yesterday and I couldn't have it!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Apparently something made the girls in this room quite horny yesterday... Hahaha..."</b></span>
The girls try to disguise.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Mr Luke, did you know your girlfriend was turned on yesterday?"</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="luke"><b>"Well, yes..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Mister Michael, did you know?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Yes..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"And what did you guys do?"</b></span>
You look at Luke and wait for his answer, he does the same but you didn't have an answer either.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Anything??? Your girlfriends are dying of lust and you don't do anything???"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="billy"><b>"What could we do with the locked dick???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Mr William, was your girlfriend horny too?"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="billy"><b>"Yes! And I couldn't do anything!"</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Very horny!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"What do you guys mean with couldn't do anything? Couldn't you suck their pussy?"</b></span>
The three spend a few seconds thinking when Luke tries to defend himself.
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="luke"><b>"Didi doesn't like it..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Oh! Really??? And you Mister Michael? Does your girlfriend not like it either?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"I don't know... I don't think so."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Well... I think you guys really need this course so..."</b></span>
Miss Brandi goes towards the folder you saw earlier and starts looking for something in the middle of a bunch of papers.
<<click "Continue">><<goto [[2 orl fem 4]]>><</click>>
<center>
<img src="images/2 orl fem/poster 1.jpg" width=400 />\
</center>
From inside the bag Miss Brandi pulls out a poster of a naked girl with her legs apart and tapes it to the wall.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Let's find out if they really don't like a sucking or the problem is you boys. Mister Michael, come here please."</b></span>
You get up from the chair and stand next to the poster.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Tell me where this girl's clitoris is."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Cli... What?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Sit down, Mister Michael."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Mr William, do you know where it is?"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "There?">> <span class="billy"><b>"There?"</b></span>
<center>
<img src="images/2 orl fem/poster 2.jpg" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"No dear, Luke, your turn."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Hmm... There?">> <span class="luke"><b>"Hmm... There?"</b></span>
<center>
<img src="images/2 orl fem/poster 3.jpg" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"No, not either."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"What do you mean not? The clitoris is right there!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"No, it's not, this is a sex education class, not biology, the clitoris cannot be pointed, it needs to be looked for."</b></span>
You are confused, not understanding what Miss Brandi means, looking at the rest of the class it looks like you are not the only one.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"I'll explain, girls, take off your clothes."</b></span>
<img src="images/face/class.png" width=90 align="left" hspace="10" vspace="00">
<span class="class"><b>"..."</b></span>
The girls are speechless.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Come on, no shyness now, you were horny weren't you?"</b></span>
<<click "Continue">><<goto [[2 orl fem 5]]>><</click>><</linkreplace>><</linkreplace>>
<<linkreplace "Shyly, each of the girls begins to take off their clothes, Remy hesitated at first but then followed in the footsteps of her classmates. You try not to look too much at the girls so you don't make Remy jealous, but you can tell they're also pretty hot, glad you're in your clothes, even locked up, Remy would realize you're turned on.">> Shyly, each of the girls begins to take off their clothes, Remy hesitated at first but then followed in the footsteps of her classmates. You try not to look too much at the girls so you don't make Remy jealous, but you can tell they're also pretty hot, glad you're in your clothes, even locked up, Remy would realize you're turned on.
<center>
<img src="images/2 orl fem/remy.jpg" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Nice thong Miss Remy. Looks like you're already a little advanced in the course..."</b></span>
Jada and Didi look like they don't understand the comment, and Remy pretends not to care about the compliment, but you catch a small hint of a smile as she finishes removing her bra and panties.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Lie on your table with your belly up, and with your legs spread so that you have your pussy well exposed, there's a pillow for your head on the side."</b></span>
You pick up the pillow and help Remy settle down.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Now you boys, I'm going to show you how to find the clitoris, follow what I show on the poster with your tongue and your lips on your girlfriend's body."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"The first place you should look for the clitoris is the neck, that's what you heard guys, kiss your girlfriend's neck lightly..."</b></span>
<center>
<img src="images/2 orl fem/neck gif.webp" width=400 />\
</center>
<<linkreplace "Kiss Remy's neck">>
\
\
<center>
<img src="images/2 orl fem/neck.webp" width=600 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Not found? Look in the breasts, especially on the nipples."</b></span>
<center>
<img src="images/2 orl fem/nipples gif.webp" width=400 />\
</center>
<<linkreplace "Kiss Remy's nipples">><<timed 1s>><<audio "remyverysoft1" volume 0.5 play>><</timed>>
\
\
<center>
<img src="images/2 orl fem/nipples.webp" width=600 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Hmmph... Yeah... Ahhh..."</b></span>
Remy seems to be enjoying it.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Maybe further down, go down the belly slowly."</b></span>
<center>
<img src="images/2 orl fem/belly gif.webp" width=400 />\
</center>
<<linkreplace "Kiss Remy's belly">><<audio "remyverysoft1" stop>>
\
\
<center>
<img src="images/2 orl fem/belly.webp" width=600 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"A little lower now, not in the pussy yet, lick the crotch."</b></span>
<center>
<img src="images/2 orl fem/crotch gif.webp" width=400 />\
</center>
<<linkreplace "Lick Remy's crotch">><<audio "remyverysoft2" volume 0.4 play>><<timed 6s>><<audio "didisoft1" volume 0.1 play>><</timed>>
\
\
<center>
<img src="images/2 orl fem/crotch.webp" width=500 />\
</center>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didimini"><b>"MmmmmMmmm..."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jadamini"><b>"UUhhh... UHhhhh..."</b></span>
Apparently it's not just Remy who's enjoying it.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Now do the same movement on the labia majora, It's right next to the crotch."</b></span>
<center>
<img src="images/2 orl fem/labia majora gif.webp" width=400 />\
</center>
<<linkreplace "Lick Remy's labia majora">><<audio "remyverysoft2" stop>><<audio "didisoft1" stop>><<audio "remysoft1" volume 0.5 play>>
\
\
<center>
<img src="images/2 orl fem/labia majora.webp" width=500 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Huumm... Hummm... Oh fuck... Yeah..."</b></span>
Miss Brandi corrects some mistakes the students were making, you for example were licking too much inward.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Okay, many of you have already found the clitoris, but don't focus on it just yet."</b></span>
You hadn't noticed, but a reddish little ball appeared on the top of Remy's pussy. <span class="mike"><b>"Is that the clitoris?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"This little skin next to the labia majora is called the labia minora, I want you to pass your tongue well soaked between them, don't be afraid to make a mess, make it very moist."</b></span>
<center>
<img src="images/2 orl fem/labia minora gif.webp" width=400 />\
</center>
<<linkreplace "Lick the indicated part">><<audio "remysoft1" stop>><<audio "remymedium1" volume 0.5 play>>
\
\
<center>
<img src="images/2 orl fem/labia minora.webp" width=500 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hummmm... Fuck... Yeah... Ohnn... Fuck..."</b></span>
Remy's moans are getting louder.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Carry on, lick in the middle now.">> <span class="brandi"><b>"Carry on, lick in the middle now."</b></span>\
<<audio "remymedium1" stop>><<audio "remyhard1" volume 0.5 play>>
<center>
<img src="images/2 orl fem/middle.webp" width=500 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Uhnn... Fuck! Love... Yeah... Right there... Right there... Uhnnnn..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"By now you all must have found the clitoris, it's that little ball at the top of your partner's pussy."</b></span>
The little ball you found is even more swollen.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "With the tongue even more humid, play with this little ball, Without much tension on the tongue.">> <span class="brandi"><b>"With the tongue even more humid, play with this little ball, Without much tension on the tongue."</b></span><<audio "remyhard1" stop>><<audio "remyveryhard1" volume 0.5 play>>
<center>
<img src="images/2 orl fem/clit.webp" width=500 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Ooounnn... Yes... Yes... Yes... Ounnhh my god... MMnnnn... Fuck! UUnnn... Uuuunnn..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Carry on boys! Carry on!">> <span class="brandi"><b>"Carry on boys! Carry on!"</b></span><<audio "remyveryhard1" stop>><<timed 1s>><<audio "remycum1" volume 0.8 play>><</timed>>
<center>
<img src="images/2 orl fem/cum.webp" width=500 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"UUUUunnn!!! UUUuunnn! AAaannnnnn! UUUnnn! OOnn... Shhhhiiii... OOnnunnn..."</b></span>
Remy is out of control, you've never seen her like this.
<<linkreplace "Shortly after Remy, Didi and Jada also changed their behavior, they are all ecstatic.">><<audio "remycum1" stop>><<audio "jadacum1" volume 0.3 play>><<timed 1s>><<audio "didicum1" volume 0.5 play>><</timed>>\
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Ahh! Aaaaaa... Yes!... unghh... Yes! AAAAAaahh Yes..."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"UUUUuunnn... Yes!Yes! Yes! Fuck! Yes! Uuuu... Hunnn..."</b></span>
<span class="mike"><b>"What just happened here?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Very good boys, slowly release your lips... Give your partner some time."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Phew... Oh Mickey... Phew..."</b></span>
After recovering a bit, Remy gets up with a much better face, although she is still sighing a lot, a smile of joy is now present on her face.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Miss Remy... Looks like you enjoyed today's class..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"I don't know... Phew... What just happened... Phew..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Haha... I know. What you just had was an orgasm, don't you usually have orgasms?"</b></span>
<span class="mike"><b>"Is this how Remy has orgasms?"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"I've never... Felt anything like this..."</b></span>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Phew... Me neither... I'm in paradise..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Well done girls, glad you enjoyed our first practical class, while your boyfriends are locked up and you're excited, ask them for a licking like that, I'm sure they'll be happy to do it."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="billy"><b>"And when I get excited? like for example now!"</b></span>
Feeling Remy's body shaking as she moaned loudly also made you very excited.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"Haha... Well, Mister William, our first classes are focused on female pleasure. But rest assured that our course will also include classes for male pleasure too, in the meantime use this accumulated energy to satisfy Miss Jada with what you learned today."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "I have no problem with that!">> <span class="jada"><b>"I have no problem with that!"</b></span>
<<audio "laughsoft6" volume 0.5 play>>\
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Hahahaha... Me neither!"</b></span>
Remy didn't laugh like Didi, but you see a little smile on her face.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Apparently this won't be a problem for the girls haha... Great, in male chastity that's what matters. Our class is over for today, see you tomorrow."</b></span>
<<click "Continue">><<audio "jadacum1" stop>><<audio "didicum1" stop>><<goto [[2 orl fem 6]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
Remy starts to get dressed, you realize she's still happy about the sucking, at least about that you're happy too.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"So... You seem to have enjoyed today's class a lot..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Haha... Yeah... This teacher's methods might be a bit extreme but I cannot deny that I felt great pleasure."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Glad you liked it..."</b></span>
Remy senses that you're a little frustrated that you didn't come.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="remy"><b>"Don't get me wrong Mickey... Yes, I loved what was taught in class today, but I still hate Miss Brandi for locking your dick, it's not because I loved your sucking that I don't want to be penetrated too."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I know... Monday it ends honey..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Yeah, I don't think it's much, I need to go to work now baby, bye, love you!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Love you too."</b></span>
<<click "Continue">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>>
<center>
<img src="images/1 lock/integral.jpg" width=500 />\
</center>
The teacher was explaining something about present value and future value that you can't quite understand, still you try to pay close attention to the board but the numbers seem to get mixed up.
Knock, Knock...
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Come in!">> <span class="teacher"><b>"Come in!"</b></span>
<center>
<img src="images/3 clothes/brandi 1.jpg" width=400 />\
</center>
<span class="mike"><b>"Miss Brandi?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Sorry to interrupt professor, I have something important to say to Mr. Michael."</b></span>
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"Miss Brandi! No problem, feel free."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Do you mind if I take off my dress?"</b></span>
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"Of course not."</b></span>
<<linkreplace "NOT???">> <span class="mike"><b>"NOT???"</b></span>
<center>
<img src="images/3 clothes/brandi 2.jpg" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Lie on the floor Mr. Michael, there's a sucking technique I want to teach you."</b></span>
<<linkreplace "You're lying on the floor when Miss Brandi brings her pussy to your face.">> You're lying on the floor when Miss Brandi brings her pussy to your face. <<audio "brandimedium1" volume 0.5 play>>
<center>
<img src="images/3 clothes/brandi.webp" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<click "OOOUUnnn... You're really good at this dear... Aaah... Keep it up...">><<audio "brandimedium1" stop>><<goto [[3 clothes 2]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Good night sweetheart! how was your day?"</b></span>
Remy greets you at the door and gives you a short but very nice kiss on your lips.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"It was ok."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Good, I was waiting for you, I prepared a soup to ward off this cold."</b></span>
Remy is much livelier than yesterday, the two of you eat the delicious vegetable soup Remy cooked and go to sleep cuddled together, touching Remy's soft body against the satin of her nightie makes you feel a pressure in your caged dick, but you try disguise the inconvenience, you don't want to spoil Remy's good mood.
<<click "Sleep">><<set $sleep to true>><<goto [[2 orl fem dream]]>><</click>>
<<audio "remymedium2" volume 0.5 play>>
<center>
<img src="images/2 orl fem/dream.webp" width=600 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Aaah... Mickey! You suck pussy so well... AaAahHhhh..."</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<audio "remymedium2" stop>><<set $time = "Morning">><<goto [[3 clothes morning]]>><</click>>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Good morning honey!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Good morning sweetheart."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Have a coffee and get ready, when you're ready to go let me know."</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>><<audio "alarm" play>>
TTTTRRRIIIIIIIINNNNN...
<span class="mike"><b>"Ah!!!"</b></span>
It takes a while for you to know what is going on.
<span class="mike"><b>"I think I fell asleep..."</b></span>
You look at your watch.
<span class="mike"><b>"I'm late for sex education class!"</b></span>
<<click "Continue">><<audio "alarm" stop>><<goto [[3 clothes 3]]>><</click>>
Luckily you manage to make it to the classroom on time, Remy was chatting with the girls and stops a bit to give you a kiss. A short time later, Miss Brandi enters the room.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Good morning class."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Good morning Miss Brandi! Will we have another practical class today?"</b></span>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Please say yes!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"Haha... I know that yesterday you had a great pleasure in your thirsty pussy, and that you want a little more, but everything has its time, today I will teach something a little different, but in a way, also very pleasant."</b></span>
The girls get a little discouraged.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Don't be sad, I already told you. you'll like it, today's class will be about feeling sexy, in the same way that chastity makes boys build up horny for sex time, there are tricks for girls too."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"What tricks?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Girls, stand up for a moment please.">><span class="brandi"><b>"Girls, stand up for a moment please."</b></span>
<center>
<img src="images/3 clothes/clothes.png" width=900 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"There are many tricks for you to accumulate that horny, but today my focus is on the simplest of them, improve your clothing."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"What's wrong with our clothes???"</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"These pants were really expensive!"</b></span>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Are you saying our clothes aren't beautiful???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"I didn't say any of that! Yes, your clothes are beautiful! But the word I used wasn't that, I said SEXY, one way to improve your sexual pleasure is to feel sexy, and the best way to do that is to wear sexy clothes."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"And why aren't our clothes sexy???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Hmm... See, do you remember yesterday's class?"</b></span>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Yes! I miss it already!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Easy girls, do you remember what Miss Remy was wearing? When I asked you to take your clothes off."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Bra and panties like the rest of us."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Girls, take off your clothes one more time, please, just keep your underwear."</b></span>
<<linkreplace "The three obey, trying to understand where the teacher wants to go.">> The three obey, trying to understand where the teacher wants to go.
<center>
<img src="images/3 clothes/lingerie.png" width=900 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"I knew Miss Remy wouldn't let me down, look at her lingerie, what's different from yours?"</b></span>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Well... Her panties are smaller."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Yes, it may seem simple but it makes all the difference. What do you think Miss Jada?"</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Her lingerie is beautiful... Much more than mine..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hehe... Thank you."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Wearing sexy lingerie even when no one is looking makes you feel a lot sexier, but there's one thing you haven't mentioned yet, turn around for a second dear.">> <span class="brandi"><b>"Wearing sexy lingerie even when no one is looking makes you feel a lot sexier, but there's one thing you haven't mentioned yet, turn around for a second dear."</b></span>
<center>
<img src="images/3 clothes/back.jpg" width=500 />\
</center>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"The panties are stuffed up her ass!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Miss Remy is wearing G-string panties, this panty model has very little, if any, fabric in the back."</b></span>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"I don't have any panties like that."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"You should dear, the little pressure of those panties on the ass is a natural sexual stimulant."</b></span>
You know these kind of panties very well, Remy has plenty of them, and the ones that aren't are almost as small.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Lingerie is one of the pieces of clothing that make you feel sexier, but for you to maximize it, you need to perfect the complete look. Get dressed while I prepare the slides."</b></span>
Miss Brandi turns on the projector while the girls put their clothes back on.
<<click "Continue">><<goto [[3 clothes 4]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>>
<center>
<img src="images/3 clothes/string.png" width=700 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"As we've already seen, G-string is a model that needs to be in large quantities in your lingerie drawer."</b></span>
<<click "Continue">><<goto [[3 clothes 5]]>><</click>>
<center>
<img src="images/3 clothes/thong.png" width=700 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"But a thong is also an excellent option, even having slightly more fabric, these panties are just as sexy."</b></span>
<<click "Continue">><<goto [[3 clothes 6]]>><</click>>
<center>
<img src="images/3 clothes/bra.png" width=900 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"The bra has several suitable models, choose one that matches your breasts, preferably with a thin lace or another thin fabric."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Miss Jada dear, I'm sorry but yours is not a suitable model."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"You don't have to say it twice... I was even embarrassed seeing the girls' ones..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Don't worry about it dear, you're learning, moving on."</b></span>
<<click "Continue">><<goto [[3 clothes 7]]>><</click>>
Similarity
The design
Both g-string and thongs are very similar in design and this is what tends to cause confusion in the minds thereby making an easy differentiation difficult. Therefore, the primary cause of confusion is the similarity in panty styles and cuts.
Butt exposure
Both g string and thongs leave your butt uncovered or exposed. The central idea behind the minimum butt coverage is to give a no show look or to avoid any visible panty lines on the outside.
Difference
The concept
A g-string has a string that goes around your waist and down between the buttocks. The thin string gels well with the outer garment so as to facilitate a no peek-a-boo look. This is what makes the design simple yet functional. The front part of the g-strings is mostly composed of sheer fabric in triangular shape so as to provide coverage to only the important private parts.
A thong as a panty style, as stated above has similar practical qualities of minimizing the panty lines but differs from a g string for thongs don’t come with strings. They generally have thin lace or any thin fabric that goes around the waist and in between the butt area.
The shape
The horizontal and the vertical joining is usually in the Y shape in thongs whereas in a T shape in a g string. USUALLY! But, with passage of time, V shape, C shape, U shape and many such shapes are available out there. Innovation, they say is the only way to win.
<center>
<img src="images/3 clothes/teddy.png" width=700 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"You can also wear a sexy teddy, as long as it is also well tucked in the ass, it's a great option to wear with a dress."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<click "Which brings us to our next topic.">><<goto [[3 clothes 8]]>><</click>>
<center>
<img src="images/3 clothes/skirt.png" width=700 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Avoid wearing pants, skirts and dresses will make you feel much more sensual, opt for models with the bar above the knee."</b></span>
<<click "Continue">><<goto [[3 clothes 9]]>><</click>>
<center>
<img src="images/3 clothes/top.png" width=900 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"Choose tops and dresses that enhance your body. Can be an apparent neckline, a crop top that leaves your belly well exposed, or maybe something with a see-thru fabric, this attracts a lot of eyes, you will love to feel desired."</b></span>
Hearing that phrase makes you feel a little jealous.
<<click "Continue">><<goto [[3 clothes 10]]>><</click>>
<center>
<img src="images/3 clothes/shorts.png" width=700 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"A little shorts is also a valid option, but be careful with this one, if you want to wear shorts, opt for one that goes from the mid-thigh up."</b></span>
<<click "Continue">><<goto [[3 clothes 11]]>><</click>>
<center>
<img src="images/3 clothes/hosiery.png" width=700 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"A sexy hosiery, it's a great addition to your outfit, not a mandatory option, but very welcome."</b></span>
<img src="images/face/jada 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"My legs would be beautiful..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"I'm sure yes."</b></span>
<<click "Continue">><<goto [[3 clothes 12]]>><</click>>
<center>
<img src="images/3 clothes/shoes.png" width=700 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"And finally the shoes, they don't always have to be very high heels, but a pair of sneakers would ruin the whole look you've built so far, choose at least some elegant sandals."</b></span>
<<click "Continue">><<goto [[3 clothes 13]]>><</click>>
<img src="images/face/didi 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Indeed... I think I would look very pretty wearing those clothes..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Not just pretty Miss Didi, SEXY! You'll see that tomorrow, that's homework for you girls, with today's class tips I want you to dress in sexier clothes tomorrow."</b></span>
Didi and Jada don't seem to think it's such a bad idea, it's just Remy looks a little annoyed.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"And boys, I know it looks like you guys got a little misplaced in this class, but I guarantee this will be important to you too, for now help your girlfriend put together the look, bye bye, see you tomorrow."</b></span>
Remy waits for Miss Brandi to leave the room so she can talk about what she's feeling, it looks like she's learned her lesson.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Cool... Now I have to spend my money buying new clothes..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"At least your underwear is already suitable..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Yeah... At least that, bye honey, I need to go to work, I'll see you at home."</b></span>
<<click "Continue">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>>
<<linkreplace "You enter the house and realize Remy hasn't arrived yet, so you watch some TV to pass the time.">> You enter the house and realize Remy hasn't arrived yet, so you watch some TV to pass the time.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hello! I'm home, sweetheart!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hi honey!"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"It took me a while because I was buying new clothes, look how many beautiful clothes!"</b></span>
Remy seems more excited, in the end, she came around to liking the teacher's task.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Look at that cute dress!"</b></span>
She shows you all the new clothes she bought, you can see that they are all very short, as instructed by the teacher.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"I took the opportunity to get some new lingerie too, I know Miss Brandi said mine were fine, but I wanted to enjoy the shopping spree."</b></span>
You know the truth, Remy loves to buy lingerie, since she has a salesgirl discount she is always buying new pieces, just like the ones she already had at home, the new ones are very small and sexy, this was usually an advantage in dating Remy, but with this cage it became torture.
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"What do you think?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"They are all very beautiful sweetheart."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Haha... Thank you! I'm a little tired baby, I'm going to sleep now."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"I'll go with you."</b></span>
You go to sleep together but Remy falls asleep first, imagining her wearing her new clothes makes you very horny, and with it, the familiar ache from the chastity belt.
<<click "Sleep">><<set $sleep to true>><<goto [[3 clothes dream]]>><</click>><</linkreplace>>
<center>
<img src="images/3 clothes/dream.webp" width=600 />\
</center>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"A second honey, I'm almost done. I'm so glad you don't mind that I go out in this outfit... I feel so... Sexy."</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[4 massage morning 1]]>><</click>>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Good morning baby!"</b></span>
Remy woke up excited, she's already wearing a beautiful lingerie that makes your suppressed morning erection even more painful.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Good morning sweetheart."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Can you help me choose the outfit I'm going to wear today?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hmm... Sure..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"I don't know if I wear a mini skirt, a short shorts or a little dress, what do you think?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hmm..."</b></span>
<<click "A mini skirt.">><<set $remyskirt to true>><<goto [[4 massage morning 2]]>><</click>>
<<click "A short shorts.">><<set $remyshorts to true>><<goto [[4 massage morning 2]]>><</click>>
<<click "A little dress.">><<set $remydress to true>><<goto [[4 massage morning 2]]>><</click>>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Nice! It's going to be beautiful! I'm going to get dressed, get dressed too."</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>>
<<if $remyskirt is true>>\
<center>
<img src="images/4 massage/remy skirt home.jpg" width=400 />\
</center>\
\
<<elseif $remyshorts is true>>\
<center>
<img src="images/4 massage/remy shorts home.jpg" width=400 />\
</center>\
\
<<elseif $remydress is true>>\
<center>
<img src="images/4 massage/remy dress home.jpg" width=400 />\
</center>\
<</if>>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"So... What do you think?"</b></span>
No doubt she's beautiful, but you're jealous that she's going to college in such short clothes, but you can't complain, you insisted she take the course, she's just doing her homework.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"You are very beautiful..."</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"I thought it is very pretty too!"</b></span>
<img src="images/face/remy 1.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Wow! Let's go honey! Our class is about to start!"</b></span>
<<click "Go to college">><<goto [[4 massage 2]]>><</click>>
On the way to college you felt that people were looking at Remy more than usual, she was so sexy it made you very horny, and with that, another failed attempt at an erection, Remy didn't seem bothered to be the center of attentions.
<center>
<img src="images/1 lock/log.jpg" width=500 />\
</center>
<<linkreplace "You are not understanding any of the numbers on the board, All you can think about is sex education classes.">> You are not understanding any of the numbers on the board, All you can think about is sex education classes.
<center>
<img src="images/4 massage/brandi.webp" width=700 />\
</center>
<span class="mike"><b>"I can't say that slut doesn't follow what she teaches..."</b></span>
<<click "Go to sex education class">><<goto [[4 massage 3]]>><</click>><</linkreplace>>
<<audio "tantra1" stop>>
<<linkreplace "Entering the classroom you find the girls showing off their new clothes, they all followed exactly what was taught by Miss Brandi.">> Entering the classroom you find the girls showing off their new clothes, they all followed exactly what was taught by Miss Brandi.
<<if $remyskirt is true>>\
<center>
<img src="images/4 massage/clothes skirt.png" width=900 />\
</center>\
\
<<elseif $remyshorts is true>>\
<center>
<img src="images/4 massage/clothes shorts.png" width=900 />\
</center>\
\
<<elseif $remydress is true>>\
<center>
<img src="images/4 massage/clothes dress.png" width=900 />\
</center>\
<</if>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Wow! How beautiful my girls look in their new clothes!"</b></span>
Miss Brandi enters the room excitedly.
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Not just beautiful Miss Brandi! Sexy too!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Haha... Yes, very sexy!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"And how are you girls feeling? Did you feel good during the classes?"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"I felt very powerful! I got so many compliments all morning!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Hmmmm... Boys' compliments?">> <span class="brandi"><b>"Hmmmm... Boys' compliments?"</b></span>
<<audio "laughverysoft1" volume 0.2 play>><<timed 0.5s>><<audio "laughverysoft3" volume 0.4 play>><</timed>>\
The girls giggle shyly.
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Yeah... From boys including..."</b></span>
Luke turned red with embarrassment.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"And you, Miss Remy? You are very sexy too."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Thank you. Mickey helped me choose."</b></span>
Remy tries to respond coldly but you know she loves getting a compliment.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Glad you participated in the choice Mr Michael, it is important to connect with your partner as much as possible."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Er... I did almost nothing..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"And the lingerie, girls? Did you follow the tips?"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Yes!"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Yes!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Let me see!"</b></span>
<<linkreplace "The girls take off their clothes excitedly to show off their new underwear.">> The girls take off their clothes excitedly to show off their new underwear.
<<if $remydress is true>>\
<center>
<img src="images/4 massage/lingerie strapless front.png" width=900 />\
</center>\
\
<<else>>\
<center>
<img src="images/4 massage/lingerie strap front.png" width=900 />\
</center>\
<</if>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Mmmm... Give a little twirl...">> <span class="brandi"><b>"Mmmm... Give a little twirl..."</b></span>
<<if $remydress is true>>\
<center>
<img src="images/4 massage/lingerie strapless back.png" width=900 />\
</center>\
\
<<else>>\
<center>
<img src="images/4 massage/lingerie strap back.png" width=900 />\
</center>\
<</if>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"You are hot! Followed the class instructions very well!"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"I feel very sexy, it's just not very comfortable to wear."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"it's because you're not used to it, with time you accustom."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Exactly dear, if you start wearing them every day I'm sure the discomfort will pass, and the horny, will only increase."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Oh! This I'm already feeling! The little pressure in the ass is making me very horny. Haha..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Excellent! I really wanted you to come to today's class horny, finish undressing, today the boys are going to do an intimate massage."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Massage?! I love!"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="billy"><b>"I've never given Jada a massage before..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"So it's past time to give your first, sweetheart, and it's going to be a very special one."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<click "Lay on the table belly up girls, we're about to start.">><<goto [[4 massage 4]]>><</click>>\
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
The girls lie naked on tables that have been arranged to be comfortable.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"Preparation for the massage starts before you start touching them, the first thing you need to do is fix the lighting, half light, in your house it's interesting to use candles, but here I'm going to adjust the light with the dimmer."</b></span>
<<linkreplace "Miss Brandi reduces the light in the room to less than half.">> Miss Brandi reduces the light in the room to less than half.
<<timed 1s>><center>
<img src="images/4 massage/light.webp" width=700 />\
</center><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandimini"><b>"Try to relax now girls, close your eyes, I'm going to lower the volume of my voice, you guys too, avoid talking, but if you need to take questions, speak quietly."</b></span>
Remy closes hes eyes, the atmosphere is getting more and more relaxing.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Now boys, you need to choose a soft and relaxing song, preferably instrumental, I already prepared one, I'm going to play very low.">> <span class="brandimini"><b>"Now boys, you need to choose a soft and relaxing song, preferably instrumental, I'm going to play very low."</b></span>
<<audio "tantra1" loop volume 0.01 play>>\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandimini"><b>"Next to your bench there is a pot of lubricant, put a lot in your hands and rub until it warms up."</b></span>
<center>
<img src="images/4 massage/lub.webp" width=500 />\
</center>
This lubricant has a very nice texture, it leaves a warm and soft feeling on the skin.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandimini"><b>"This is an oil-based lubricant, for massage it is better than the water-based ones because it takes longer to dry, but whenever you feel like you need more lubrication, you can add more."</b></span>
<<click "Continue">><<goto [[4 massage 5]]>><</click>><</linkreplace>><</linkreplace>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Start with the feet, just like in the oral sex class, this massage needs to be very calm...">> <span class="brandimini"><b>"Start with the feet, just like in the oral sex class, this massage needs to be very calm..."</b></span>
<center>
<img src="images/4 massage/foot 1.webp" width=500 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Pay attention to every little bit of the body, and control the force based on your partner's body response.">><span class="brandimini"><b>"Pay attention to every little bit of the body, and control the force based on your partner's body response."</b></span>
<center>
<img src="images/4 massage/foot 2.webp" width=500 />\
</center>
You hadn't noticed how nice and soft Remy's feet are, these classes might be frustrating you for not having orgasms, but at least you're getting to know your girlfriend's body better.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Go up a little now, massage the whole leg up to the thighs, just up to the thighs, we're not in a hurry.">> <span class="brandimini"><b>"Go up a little now, massage the whole leg up to the thighs, just up to the thighs, we're not in a hurry."</b></span>
<center>
<img src="images/4 massage/thighs.webp" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Now go to the top, with upward movements, lightly squeeze the breasts with your hands, lightly but firmly.">> <span class="brandimini"><b>"Now go to the top, with upward movements, lightly squeeze the breasts with your hands, lightly but firmly."</b></span><<timed 2s>><<audio "remyverysoft2" volume 1 play>><</timed>>
<center>
<img src="images/4 massage/tits.webp" width=400 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Mmmm-mmh..."</b></span>
Remy's body behavior has already changed, you've squeezed Remy's breasts many times before, but there's something this time that's making her feel different.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Slowly run your hands down her belly, smear your partner's entire body with lube.">> <span class="brandimini"><b>"Slowly run your hands down her belly, smear your partner's entire body with lube."</b></span><<audio "remyverysoft2" stop>><<timed 2s>><<audio "remyverysoft2" volume 1 play>><</timed>>
<center>
<img src="images/4 massage/belly.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Mmmm-mmh..."</b></span>
You notice that Remy is running his hands lightly over her crotch.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Go back to the thighs... Lubricate the crotch...">> <span class="brandimini"><b>"Go back to the thighs... Lubricate the crotch..."</b></span><<audio "remyverysoft2" stop>><<audio "remyverysoft3" volume 1 play>>
<center>
<img src="images/4 massage/masturbate.webp" width=500 />\
</center>
Remy's hands have gone from her crotch to her pussy, now she's literally masturbating.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "No, Miss Remy, take your hand away, I guarantee it will be more pleasant if you wait.">> <span class="brandimini"><b>"No, Miss Remy, take your hand away, I guarantee it will be more pleasant if you wait."</b></span><<audio "remyverysoft3" stop>>
<center>
<img src="images/4 massage/remove.webp" width=500 />\
</center>
Remy gives a shy smile at being caught.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandimini"><b>"Don't worry, we'll get to the best part soon, turn on your stomach, slowly so you don't spoil the mood."</b></span>
Remy turns around on the table and you prepare more lube to smear her body even more.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Shoulders and back now boys, very relaxing...">> <span class="brandimini"><b>"Shoulders and back now boys, very relaxing..."</b></span>
<center>
<img src="images/4 massage/shoulders.webp" width=500 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Very well... It's time for the butt.">> <span class="brandimini"><b>"Very well... It's time for the butt."</b></span>
<center>
<img src="images/4 massage/butt.webp" width=500 />\
</center>
The sight of Remy's ass covered in oil is wonderful, your chastity belt is getting tighter.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "They're ready boys, touch their pussy.">> <span class="brandimini"><b>"They're ready boys, touch their pussy."</b></span><<timed 2s>><<audio "remysoft2" volume 0.5 play>><</timed>>
<center>
<img src="images/4 massage/pussy.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Uuhh... Uunnhh... Auugh..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Remember labia majora's? Rub them together with 2 fingers.">> <span class="brandimini"><b>"Remember labia majora's? Rub them together with 2 fingers."</b></span><<audio "remysoft2" stop>><<timed 1s>><<audio "remyhard2" volume 0.8 play>><</timed>>
<center>
<img src="images/4 massage/labia majora.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Yeah... Yeah... Un... Fuck..."</b></span>
Remy is madly horny.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandimini"><b>"Grab the clitoris boys, don't rub it, take it with two fingers like tweezers and squeeze it gently."</b></span>
<<linkreplace "Now you know where it is, it's there, swollen, begging to be touched.">><<audio "remyhard2" stop>><<audio "remymedium2" volume 1 play>> Now you know where it is, it's there, swollen, begging to be touched.
<center>
<img src="images/4 massage/clit.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Uugh... Uh-uhh... A-ahhmmn... Ah... Ah..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="tantra"><<linkreplace "Pay attention to your girlfriend's body signals, if you feel it's time to step up your drive, step up, but nothing too frantic.">> <span class="brandimini"><b>"Pay attention to your girlfriend's body signals, if you feel it's time to step up your drive, step up, but nothing too frantic."</b></span> <<audio "remymedium3" stop>><<audio "remycum2" volume 1 play>>
<center>
<img src="images/4 massage/cum.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Aghh! Aghh! Aghh! Aghh! Fuck Yeah! Ahh... Ahh..."</b></span>
<<linkreplace "Once again Remy moans and shakes her body, she never did that by having sex with you, but in the two classes that Mis Brandi taught you to touch her, She had two strong orgasms.">> Once again Remy moans and shakes her body, she never did that by having sex with you, but in the two classes that Miss Brandi taught you to touch her, She had two strong orgasms.
<<audio "remycum2" stop>><<audio "jadacum2" volume 0.05 play>><<timed 2s>><<audio "didicum2" volume 0.05 play>><</timed>>\
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Ahh! O.. Oh... Fuck! Yes! Yeah... Yeah... Uugh... Fuck! I'm cuming! I'm cuming! I'm cuming!"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Aghh! Aaaahh! Yes! Ohhh... Aghh! Ohh... Ohh... Yeah... Ohh... Yessogood... Aghh..."</b></span>
Shortly after Remy, Jada and Didi also had their orgasms.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Open your eyes slowly, I'll turn on the lights little by little."</b></span>
<<click "As Remy slowly returns from the transi state she appeared to be in, Miss Brandi turns the light up again and turns off the music.">><<audio "jadacum2" stop>><<audio "didicum2" stop>><<goto [[4 massage 6]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<timed 1s>><<audio "tantra1" stop>><</timed>>\
<center>
<img src="images/4 massage/light 2.webp" width=700 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Congratulations boys, you did great."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Mickey... That was amazing..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Er... Thank you."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Did you like girls?"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Miss Brandi you are a genius! I didn't know I could feel so much pleasure."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Thank you dear, but this is just the tip of the iceberg."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Does it get even better than that?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"Haha... Let's wait for the next classes to find out, this one has come to an end. There are some towels and wet wipes next to the table, get the oil off your body before you get dressed, you don't want to ruin your new clothes, bye dear ones, see you tomorrow."</b></span>
Miss Brandi leaves and you help Remy remove the oil from her body.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Today I even go to work happier, thanks for the massage, baby."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Glad you liked it... I hope my turn to enjoy these classes come soon too."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"I'm sure so, Miss Brandi can be a little crazy but she understands pleasure, this chastity thing might work after all."</b></span>
Even if it works, you don't want to go through it anymore, with 4 days your horny is already at the heights, there is no orgasm worth waiting for the whole week.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Thanks for the help honey, I need to go now, see you tonight."</b></span>
Remy finishes putting on her clothes and gives you a kiss before leaving.
<<click "Continue">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>>
When you get home, you feel a nice smell of sautéing.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hi honey, what a good smell, are you cooking?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hi sweetie! Yes, I am, I wanted to reciprocate the massage."</b></span>
Remy is excited, during the week you usually just eat frozen food or order a delivery. You spend a nice night with your girlfriend before go to sleep.
<<click "Go to sleep">><<set $sleep to true>><<goto [[4 massage dream]]>><</click>>
<center>
<img src="images/4 massage/dream.webp" width=600 />\
</center>
<<click "Wake up">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[5 strapon morning]]>><</click>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"More oil, Remy... More..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Haha... Baby? Are you awake?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Uh?">> <span class="mike"><b>"Uh?"</b></span>
<center>
<img src="images/5 strapon/good morning.webp" width=400 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hi honey... Yes I am..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Haha... I think it's cute when you talk in your sleep... Get ready, we have to leave."</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>><</linkreplace>>
<center>
<img src="images/1 lock/integral.jpg" width=500 />\
</center>
The dream you had still hasn't completely left your mind, massaging Remy's small oil-covered breasts has made you very horny, you try to get rid of that image so you can focus in class thinking about something else,<<linkreplace " but the next thought it is equally exciting.">> but the next thought it is equally exciting.
<center>
<img src="images/5 strapon/brandi.webp" width=600 />\
</center>
<span class="mike"><b>"Am I crazy for wanting to touch that cruel witch's body?"</b></span>
<<click "Go to sex education class">><<goto [[5 strapon 2]]>><</click>><</linkreplace>>
You enter the classroom and find that the tables have been placed together forming a kind of bed, you strange, but when you were going to talk about it with Remy, Miss Brandi arrives welcoming, and starting the class.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Good morning class, in today's class you girls will learn another method to achieve sexual satisfaction while your boyfriends are locked up."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"I'm loving these methods..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"You're going to love this one too, one of, among many quotes, "Problems" with male chastity is that even though your boyfriend is much much more connected with you, you miss out on something you normally had."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"The dick..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Exactly dear, not that in the case of Mister Michael it makes much difference, but once in a while you may want to have your little pussy penetrated."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Indeed, I've loved everything you've taught so far, but I miss being penetrated."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"There are many ways to solve this problem, today I'm going to show one of them."</b></span>
<<linkreplace "Miss Brandi opens a drawer and takes out a strange object.">> Miss Brandi opens a drawer and takes out a strange object.
<center>
<img src="images/5 strapon/strapon.jpg" width=350 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"This is called a strapon, has anyone heard of it?"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"looks like a dildo."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Yes, it's basically a dildo, except it has these ribbons to attach to the waist, if you want to be penetrated, you can tie this around their waist, and get penetrated like a real cock."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="billy"><b>"And why would Jada want me to wear it? I have a cock!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"There are many reasons for this, Mister william, one of them we already learned in class, to keep you locked up to preserve your libido high, but this isn't the only one."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"What other reason?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"We'll discuss this after testing them, take off your clothes everyone, then the girls can get on the tables."</b></span>
<<click "You think about continuing to question the teacher for making you wear another humiliating device, but when Remy starts to take off her clothes, you decide to obey.">><<set $invbag.push($panties)>><<set $invbag.push($clothes)>><<set $invbag.push($hosiery)>><<set $invbag.push($shoes)>><<goto [[5 strapon 3]]>><</click>><</linkreplace>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
Jada and Didi get completely naked and climb on their table, while Remy does the same but keeps a nice pink teddy on her body, Miss Brandi doesn't seem to mind that, she just stops by the tables to deliver a strap-on to each of the boys.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Wear the strap-on boys, it's not difficult, it's just like panties, you just have to fasten it like a belt afterwards."</b></span>
<<linkreplace "She could have said it's like underwear...">> <span class="mike"><b>"She could have said it's like underwear..."</b></span>
<center>
<img src="images/5 strapon/1 put on.webp" width=500 />\
</center>
You feel a little silly wearing this stuff over your chastity belt.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "You can get on the table boys, let the girls know the toy too.">> <span class="brandi"><b>"You can get on the table boys, let the girls know the toy too."</b></span><<timed 24s>><<audio "remygiggle" volume 0.05 play>><</timed>>\
<center>
<img src="images/5 strapon/2 know.webp" width=600 />\
</center>
Remy seems very curious about the toy, despite being a simple dildo, she finds it interesting that it is tied to practically the same place on your penis, she even seems to think it's funny.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Act like an ordinary sex night... Start with foreplay...">> <span class="brandi"><b>"Act like an ordinary sex night... Start with foreplay..."</b></span>
<<audio "remygiggle" stop>>\
You and the boys are for a few moments without action, so Billy decides to ask.
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="billy"><b>"Hmm... What exactly are foreplay?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Oh God... Touch your girlfriend's body, Kiss her, Touch her pussy..."</b></span>
<<linkreplace "You do as Miss Brandi advises while Remy finally takes off her lingerie.">> You do as Miss Brandi advises while Remy finally takes off her lingerie.
<center>
<img src="images/5 strapon/3 foreplay.webp" width=600 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Continue with the foreplay, prepare their pussy before inserting, use what you learned in previous classes for this."</b></span>
<<linkreplace "You put some lube on your fingers and gently rub your thumb Between the major and minora lips of Remy's pussy.">> You put some lube on your fingers and gently rub your thumb between the major and minora lips of Remy's pussy.
<<timed 6s>><<audio "remyverysoft3" volume 1 play>><</timed>>\
\
<center>
<img src="images/5 strapon/4 touch.webp" width=250 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Awwugh... Awwun... Awww..."</b></span>
Once again Remy shows great pleasure in this area. She moans softly at the touch of your fingers, just as she did when you touched with your tongue the first time.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Let your partner know when you're ready girls, you take it from there, choose the position you feel most comfortable with, and when you want to change, change without any problem."</b></span>
<<linkreplace "Remy asks you to lie down so she can mount you, you've done this position many times before, but it's weird to see her sitting on your 'Dick' without you being able to feel the heat of her pussy with each thrust.">> Remy asks you to lie down so she can mount you, you've done this position many times before, but it's weird to see her sitting on your "Dick" without you being able to feel the heat of her pussy with each thrust.
<<audio "remyverysoft3" stop>><<timed 18s>><<audio "remyverysoft2" volume 1 play>><</timed>>
<center>
<img src="images/5 strapon/5 front.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Mmmm... Mmmm-mmh..."</b></span>
<<linkreplace "Remy decides to turn around so she can mount you backwards, you take advantage of the position so you can grope her firm buttocks.">> Remy decides to turn around so she can mount you backwards, you take advantage of the position so you can grope her firm buttocks.
<<audio "remyverysoft2" stop>><<timed 16s>><<audio "remysoft1" volume 1 play>><</timed>>\
<center>
<img src="images/5 strapon/6 back.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"A-aahh... Uugh... Oh fuck... Yeah..."</b></span>
Even frustrated that you can't feel anything on your dick, The sight of her ass mixed with her moans makes you very horny, your dick is struggling inside the cage.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"You're in control, girls, but I'm just going to give you a hint, why don't you try a position you've never done before?"</b></span>
<<linkreplace "Remy follows Miss Brandi's hint and gets on all fours, you two have never had sex in this position before, you even tried once, but only the tip of your dick reached her pussy, making it pop out after a few thrusts.">> Remy follows Miss Brandi's hint and gets on all fours, you two have never had sex in this position before, you even tried once, but only the tip of your dick reached her pussy, making it pop out after a few thrusts.
<<audio "remysoft1" stop>><<timed 5s>><<audio "remymedium2" volume 1 play>><</timed>>\
<center>
<img src="images/5 strapon/7 all fours.webp" width=300 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Aaannn... Aaah...">> <span class="remy"><b>"Aaannn... Aaah..."</b></span>
<<audio "remymedium2" stop>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Stronger, baby! Stronger!">> <span class="remy"><b>"Stronger, Baby! Stronger!"</b></span>
<<audio "remyveryhard2" volume 1 play>>\
<center>
<img src="images/5 strapon/8 all fours.webp" width=300 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Uh-uhh... Oh God... Unnghh... Unnghh... Unnghh... A-a-ahh...">> <span class="remy"><b>""Uh-uhh... Oh God... Unnghh... Unnghh... Unnghh... A-a-ahh..."</b></span>
<<audio "remyveryhard2" stop>><<audio "remycum3" volume 0.1 play>>\
<center>
<img src="images/5 strapon/9 cum.webp" width=300 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"UUUhumn! Hummn! Ahhhh... Yeah... Uuuhumn!"</b></span>
<<click "Once again Remy is caught in uncontrolled pleasure.">><<audio "remycum3" stop>><<goto [[5 strapon 4]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
You look to the side and find Jada and Didi lying down, recovering from their own orgasms.
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Oh Luke... That was amazing..."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="jada"><b>"Thank you Billy... You fucked me so good..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Well done boys, you did very well, you can take off your strapons, let's wait for the girls to recover, we are almost done with class."</b></span>
As you take the toy away, Remy starts dressing, tired, but with a smile on her face.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<<linkreplace "Before we go, we have a few questions that were asked at the beginning of the class that went unanswered, now that you've tried the toys, girls, is there any reason to use a strap-on instead of your boyfriend's dick?">> <span class="brandi"><b>"Before we go, we have a few questions that were asked at the beginning of the class that went unanswered, now that you've tried the toys, girls, is there any reason to use a strap-on instead of your boyfriend's dick?"</b></span>
\
<<timed 1s>><<audio "laughverysoft1" volume 0.1 play>><</timed>><<timed 1s>><<audio "laughverysoft2" volume 0.4 play>><</timed>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"It doesn't go limp..."</b></span>
Remy responds without thinking, Jada and Didi try to hide their laughter.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Correct Miss Remy, men are not to be trusted, they can fail when you need them most, a strap-on will always be hard for you. Something else, girls?">> <span class="brandi"><b>"Correct Miss Remy, men are not to be trusted, they can fail when you need them most, a strap-on will always be hard for you. Something else, girls?"</b></span>
\
<<audio "laughverysoft1" stop>><<audio "laughverysoft2" stop>><<timed 1.5s>><<audio "laughsoft1" volume 0.4 play>><</timed>><<timed 1.5s>><<audio "laughsoft2" volume 0.4 play>><</timed>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"It doesn't come in less than two minutes."</b></span>
Once again Remy responds making the girls laugh.
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Hahaha... I also have this problem with Luke, I always have to end up alone..."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="luke"><b>"You do this???"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="didi"><b>"Of course yes! You come and go to sleep!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Calm down Miss Didi, we are fixing this problem. Any other benefits?">> <span class="brandi"><b>"Calm down Miss Didi, we are fixing this problem. Any other benefits?"</b></span>
\
<<audio "laughsoft1" stop>><<audio "laughsoft2" stop>><<timed 1s>><<audio "laughveryhard1" volume 0.5 play>><</timed>><<timed 1s>><<audio "laughveryhard2" volume 0.5 play>><</timed>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"It's bigger..."</b></span>
Remy again... Jada and Didi are already laughing out loud.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Today you are on fire Miss Remy! That's right! Especially when your boyfriend has a very small dick. You have the right to have your pussy filled with a decent cock."</b></span>
Jada and Didi can't stop looking at you with sarcastic smiles.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "These are the main benefits, bye class, with that we finish the first week of our course, next week the classes will focus on the boys' pleasure.">> <span class="brandi"><b>"These are the main benefits, bye class, with that we finish the first week of our course, next week the classes will focus on the boys' pleasure."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Your turn is coming, baby!"</b></span>
Remy gives you a kiss.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Thank you for another orgasm! I need to go to work now."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Bye, honey..."</b></span>
It doesn't even look like Remy just humiliated you in front of the whole class, maybe she didn't notice. She quickly puts on her clothes and leaves, giving you one last smile and an excited wave.
<<click "Put on your clothes too">><<audio "laughveryhard1" stop>><<audio "laughveryhard2" stop>><<goto [[5 strapon dressing]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<set $bag.push("wig")>>\
<<set $drawer.push("wig")>>\
\
<center>
<img src="images/maid/wig.jpg" width=350 />
</center>
You bought a realistic women's wig.
[[Continue|new wig]]complete the costume
[[Continue|costumes and accessories]]new wig
[[Continue|wigs]]
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Honey, I'm home."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Where is my big dick boyfriend? Haha..."</b></span>
Remy arrives smiling in the living room to give you a kiss, full of irony about what happened this morning.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hi honey..."</b></span>
You order a pizza and look for a movie on Netflix, like you usually do every Friday night, there's often sex after that, this isn't going to be one of those times...
<<click "Go to sleep">><<set $sleep to true>><<goto [[5 strapon dream]]>><</click>>
<<audio "remysoft3" volume 0.5 play>>
<center>
<img src="images/5 strapon/dream.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Oh, Mickey... You're so big..."</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[6 massage morning]]>><</click>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Good morning sweetie... Woke up early for a Saturday."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Good morning baby... These morning hard-ons don't let me sleep much..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Poor thing... It's almost over, honey, Miss Brandi said she'll release you on Monday."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Finally, I'm so horny..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"To tell you the truth, so am I, you know? I'm getting a lot more horny lately..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"I wish I could do something to help..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"You know, baby? Actually you can, would you mind giving me that massage Miss Brandi taught you?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"O-Of course not, honey..."</b></span>
You're surprised by the request, even though this massage is quite painful when you're wearing a chastity belt, you loved feeling Remy's firm body covered in oil.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Oh! Thank you! You are the best!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Er... This is nothing..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hmm... Let me see... We have plenty of lube here, the music we can look up on Spotify... Hmm... We don't have a dimmer..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Miss Brandi said we can use candles."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"It is true! But we don't have candles either... Do you know where to buy?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Maybe... I can search..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Nice! I'm waiting for you!"</b></span>
<span class="mike"><b>"Where will I find candles?"</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>>
<<set $bag = []>>\
<<audio "tantra2" stop>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hey honey! Did you find the candles?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Well... Yes..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hmm... What's the problem?"</b></span>
<<linkreplace "Show the candles to Remy">><center>
<img src="images/pink bunny/toys/candles.jpg" width=500 />
</center>
\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hahaha... You are naughty!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"They were the only ones they had."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "No! I like it! It will match the massage, while you were gone I was looking for some relaxing music, look.">> <span class="remy"><b>"No! I like it! It will match the massage, while you were gone I was looking for some relaxing music, look!"</b></span>
\
<<audio "tantra2" loop volume 0.01 play>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hmm... It's pretty cool."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Can we start, sweetie? I'm already starting to get wet."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Sure."</b></span>
<<click "Continue">><<goto [[6 massage 2]]>><</click>><</linkreplace>><</linkreplace>>
<center>
<img src="images/pink bunny/pink bunny saleswoman.jpg" width=600 />
</center>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hey boy! How was the candles? Did your girlfriend like it?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hi, yes she liked it a lot."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Good, maybe you want to try something a little more kinky this time, maybe a warm-up lube..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mikemini"><b>"You call that kinky?"</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"What?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I mean... Maybe... I'll check it out."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Ok..."</b></span>
<<click "Continue">><<goto [[pink bunny inside]]>><</click>><center>
<img src="images/pink bunny/pink bunny saleswoman.jpg" width=600 />
</center>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hey perverted boy! Have you ever thought about gifting your girlfriend with a chastity belt? She would love to control your dick! Haha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Ahem... Let's take it easy..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Come on..."</b></span>
<<click "Continue">><<goto [[pink bunny inside]]>><</click>>
Remy takes off her clothes and lies on the bed on her stomach, meanwhile you turn off the lights and light the penis-shaped candles, which mixed with the music, creates a relaxing atmosphere in your room.
<center>
<img src="images/4 massage/lub.webp" width=500 />\
</center>
<<linkreplace "As Miss Brandi taught you, you spread the lube on your hands so it doesn't come into icy contact with Remy's warm skin, and start touching her back lightly.">> As Miss Brandi taught you, you spread the lube on your hands so it doesn't come into icy contact with Remy's warm skin, and start touching her back lightly.
<center>
<img src="images/6 massage/1 back.webp" width=500 />\
</center>
<<linkreplace "When you stretched your body to reach the top of Remy's ass, your caged dick touched her head, what happened afterwards that made it tighter in the cage.">> When you stretched your body to reach the top of Remy's ass, your caged dick touched her head, what happened afterwards that made it tighter in the cage.
<center>
<img src="images/6 massage/2 chastity.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"A-ahh... If it wasn't for this cage, would you be hard for me right now?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mikemini"><b>"Shhh... Yes, I would... Try to relax now, sweetie..."</b></span>
<<linkreplace "This massage would be torturous enough for you without Remy touching your dick, she removes her hands and goes back to relaxing on the pillow. You rub a little more lube on your hands to start massaging her legs.">> This massage would be torturous enough for you without Remy touching your dick, she removes her hands and goes back to relaxing on the pillow. You rub a little more lube on your hands to start massaging her legs.
<center>
<img src="images/6 massage/3 legs.webp" width=600 />\
</center>
<<linkreplace "Massage the feet">>
<center>
<img src="images/6 massage/4 feet.webp" width=600 />\
</center>
<<linkreplace "You massage each toe of Remy's little feet, she seems quite relaxed with the massage, but also quite eager for you to start touching her a little more intimate parts, you go back up her legs and start groping her ass.">> You massage each toe of Remy's little feet, she seems quite relaxed with the massage, but also quite eager for you to start touching her a little more intimate parts, you go back up her legs and start groping her butt.
<center>
<img src="images/6 massage/5 butt.webp" width=500 />\
</center>
<<linkreplace "Lower your hands to the crotch">>
<<audio "remyverysoft1" volume 1 play>>\
\
<center>
<img src="images/6 massage/6 crotch.webp" width=600 />\
</center>
<<linkreplace "Remy's breathing starts to get heavier, Even more when you start touching her pussy.">> Remy's breathing starts to get heavier, Even more when you start touching her pussy."
<<audio "remyverysoft1" stop>> <<audio "remyverysoft2" volume 1 play>>\
<center>
<img src="images/6 massage/7 pussy 1.webp" width=600 />\
</center>
<<linkreplace "You don't want to make Remy come just yet, you ask her to turn around to massage her breasts.">> You don't want to make Remy come just yet, you ask her to turn around to massage her breasts.
<center>
<img src="images/6 massage/8 tits.webp" width=600 />\
</center>
<<audio "remyverysoft2" stop>><<audio "remyverysoft1" volume 1 play>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Oh Mickey... This is so good..."</b></span>
<<linkreplace "You put lube on your fingers to touch Remy's pussy but it wasn't even necessary, It was already completely wet.">> You put lube on your fingers to touch Remy's pussy but it wasn't even necessary, It was already completely wet.
<<audio "remyverysoft1" stop>><<timed 3s>><<audio "remysoft3" volume 0.3 play>><</timed>>\
<center>
<img src="images/6 massage/9 pussy 2.webp" width=600 />\
</center>
<<linkreplace "Massage the clit.">>
<<audio "remysoft3" stop>><<audio "remyhard3" volume 0.5 play>>\
<center>
<img src="images/6 massage/10 pussy 3.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Yeah... Haah-Uugh... Uu-uugh...">> <span class="remy"><b>"Yeah... Haah-Uugh... Uu-uugh..."</b></span>
<<audio "remyhard3" stop>><<audio "remycum1" volume 0.5 play>>\
<center>
<img src="images/6 massage/11 cum.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Aghh! AaaH! A-aahh... Ahhh... Uh-uhh... Ohh... Shh... Ohh..."</b></span>
<span class="mike"><b>"What was that? Remy peed?"</b></span>
<<click "You wait for Remy to compose herself before stop the music and turning the lights back on.">><<audio "remycum1" stop>><<set $time = "Night">><<goto [[6 massage 3]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<timed 1s>><<audio "tantra2" stop>><</timed>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Oh, baby... You're outdoing yourself..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Thank you, honey."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Must have been the lube, you used a lot this time, wet the whole bed. Haha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Actually... That's not lube, I think you peed."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Peed? I didn't pee!"</b></span>
Remy takes the sheet to give it a sniff.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"That's not pee! It's my juices! Haha... Look!"</b></span>
You approach the sheets and smell the sweet scents of Remy's pleasures.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"It is true..."</b></span>
Remy gives you a kiss of joy.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Thanks sweetie, you were amazing... But do you mind if I go to bed early tonight? It made me tired."</b></span>
You notice that despite the joy on Remy's face her eyes are almost closing, and it's not that early either, this massage lasted longer than you thought.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Of course not sweety, go to sleep, just let me change the sheets."</b></span>
When you finish changing the sheets Remy lies down and falls asleep seconds later, she must have really been exhausted, you remember how tired you used to be after having sex, now you only feel pain in your balls, actually a lot horny too, but definitely much pain.
<span class="mike"><b>"I'm hungry..."</b></span>
You look for some junk to eat in the fridge before you go to sleep yourself.
<<click "Go to sleep">><<set $sleep to true>><<goto [[6 massage dream]]>><</click>>
<<audio "mikecum" volume 0.5 play>>\
<center>
<img src="images/6 massage/dream.webp" width=400 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Empty your balls in my face, honey! Until the last drop!"</b></span>
<<click "Wake up">><<audio "mikecum" stop>><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[7 strapon morning]]>><</click>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Good morning, Sweety!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Good morning my love, did you sleep well?"</b></span>
By her smile you know she does.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Very well! Wow, I was so tired..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"I noticed, you passed out in bed."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hehehe..."</b></span>
Remy makes a cute face and lies on the bed looking at you.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Sweetie..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Yes..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"A little aroused again..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Again? Want another massage?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"In fact... I wish you fuck me..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"You know I can't, baby..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Yes you can, sweetie! Miss Brandi taught remember?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Oh, yes... With that thing..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"A strap-on! Do you know where to buy one?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"I think so..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Buy it for us sweetie... Pretty please..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Er... Sure..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"You are the best! Choose a big one!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Er... Ok..."</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>>
<<set $bag = []>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hey honey! Did you buy our little toy?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hi honey... Yes..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Let me see!">> <span class="remy"><b>"Let me see!"</b></span>
<center>
<img src="images/pink bunny/toys/strapon.jpg" width=400 />
</center>
<center>
<img src="images/pink bunny/toys/dildo.jpg" width=400 />
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hmm... It's not "little", not at all... Haha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"You asked for a big one..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Yes! Hehe... Put it on! I want to see how it looks on you."</b></span>
<<click "Remove your clothes and put on the strap-on">><<set $invbag.push($panties)>><<goto [[7 strapon 2]]>><</click>><</linkreplace>>
<<if ($invbag.includes("blue briefs")) and ($panties neq "blue briefs")>>\
<img src="images/panties/blue briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "blue briefs">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs")) and ($panties neq "grey briefs")>>\
<img src="images/panties/grey briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "grey briefs">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers")) and ($panties neq "red boxers")>>\
<img src="images/panties/red boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "red boxers">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers")) and ($panties neq "white boxers")>>\
<img src="images/panties/white boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "white boxers">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("sweater and pants")) and ($clothes neq "sweater and pants")>>\
<img src="images/clothes/sweater and pants.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "sweater and pants">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($clothes neq "polo and shorts")>>\
<img src="images/clothes/polo and shorts.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "polo and shorts">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($clothes neq "t-shirt and jeans")>>\
<img src="images/clothes/t-shirt and jeans.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "t-shirt and jeans">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("white socks")) and ($hosiery neq "white socks")>>\
<img src="images/hosiery/white socks.jpg" width=200 >\
<<click " Put on your socks">><<set $hosiery = "white socks">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("brown shoes")) and ($shoes neq "brown shoes")>>\
<img src="images/shoes/brown shoes.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "brown shoes">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("sneakers")) and ($shoes neq "sneakers")>>\
<img src="images/shoes/sneakers.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "sneakers">><<goto [[5 strapon dressing]]>><</click>><</if>>\
\
<<if ($panties neq "none") and ($clothes neq "none") and ($hosiery neq "none") and ($shoes neq "none")>><<click "Leave">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>><</if>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
<center>
<img src="images/7 strapon/front.jpg" width=400 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Mmmm... It's great! Give it a little twirl, I want to see back.">> <span class="remy"><b>"Mmmm... It's great! Give it a little twirl, I want to see back."</b></span>
\
<center>
<img src="images/7 strapon/back.jpg" width=400 />\
</center>
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hahaha... Now you also have a thong panties!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"This is not a thong..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"It's not, but it looks like a little. Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Maybe a little bit..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Enough talk, I want to debut my new toy. Hehe..."</b></span>
Remy approaches you to kiss, she pushes you back slowly until you fall sitting on the couch, she pushes your body down so that you are almost on the floor, only then she stops the kiss and climbs on the couch to put the pussy in your face.
<<click "Lick Remy's pussy">><<goto [[7 strapon 3]]>><</click>><</linkreplace>>
<<timed 4s>><<audio "remyverysoft4" volume 0.5 play>><</timed>>\
<center>
<img src="images/7 strapon/1 lick.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remymini"><b>"Mmmm-mmh..."</b></span>
<<linkreplace "Shortly after remy starts to show that she's already feeling pleasure, she takes her pussy out of your face and sits next to you. You settle down on the couch and Remy holds your fake dick like it's real.">> Shortly after remy starts to show that she's already feeling pleasure, she takes her pussy out of your face and sits next to you. You settle down on the couch and Remy holds your fake dick like it's real.
<<audio "remyverysoft4" stop>>\
<center>
<img src="images/7 strapon/2 hold.webp" width=600 />\
</center>
<<linkreplace "Continue">>
<<timed 3s>><<audio "mikeverysoft1" volume 0.05 play>><</timed>>\
<center>
<img src="images/7 strapon/3 suck.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Uugh... I wish this was my dick..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"This is your dick, baby... Your big thick dick, ready to give me pleasure, come fuck me dogstile again."</b></span>
<<linkreplace "You climb on the couch so you can penetrate Remy on all fours.">> You climb on the couch so you can penetrate Remy on all fours.
<<audio "mikeverysoft1" stop>><<timed 4s>><<audio "remysoft4" volume 1 play>><</timed>>\
<center>
<img src="images/7 strapon/4 dog.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Uunnf... Uunnf..."</b></span>
<<linkreplace "Remy changes position, now she asks you to sit on the chair so she can ride you.">> Remy changes position, now she asks you to sit on the chair so she can ride you.
<<audio "remysoft4" stop>><<timed 3s>><<audio "remymedium2" volume 0.5 play>><</timed>>\
<center>
<img src="images/7 strapon/5 ride 1.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Uhh... Uhh... Fuck... Haahhh... Uhh..."</b></span>
<<linkreplace "Little by little she increases the speed, her tits swinging in your face are killing you with lust.">> Little by little she increases the speed, her tits swinging in your face are killing you with lust.
<<audio "remymedium2" stop>><<audio "remymedium4" volume 0.5 play>>\
<center>
<img src="images/7 strapon/6 ride 2.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Uhh... Uhh... Fuck... Haahhh... Uhh..."</b></span>
<<linkreplace "Remy starts riding you hard, moaning more and more with each thrust.">> Remy starts riding you hard, moaning more and more with each thrust.
<<audio "remymedium4" stop>><<audio "remyhard2" volume 0.5 play>>\
<center>
<img src="images/7 strapon/7 ride 3.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Ahh! Yeah... Yeah... Yeah... Oh... Fuck! Ahmmn...">> <span class="remy"><b>"Ahh! Yeah... Yeah... Yeah... Oh... Fuck! Ahmmn..."</b></span>
<<audio "remyhard2" stop>><<audio "remycum4" volume 0.5 play>>\
<center>
<img src="images/7 strapon/8 cum.webp" width=300 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"AAAH! Aaah! Ahh... Ahh..."</b></span>
Remy had another intense orgasm, no fluids coming out this time, but definitely very pleasurable.
<<click "Continue">><<audio "remycum4" stop>><<set $time = "Night">><<goto [[7 strapon 4]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Ahhh... You fucked me so good..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"You did almost everything..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"No, Baby! I've had your tongue, your touches, your kiss... And most importantly, your improved dick..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"That's not even my real dick..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"No, but it served as a good steppe. Hahaha..."</b></span>
<<if ($invbag.includes("blue briefs"))>>\
<<click " You two still stay up for a while enjoying each other, have dinner together, take a shower and then enjoy each other a little more, Remy still asks you for one last licking before bed, she's been more naughty lately, after you make her come, you put on your pajamas to go to sleep too, hoping that tomorrow comes soon.">><<set $clothes = "pajamas">><<set $panties = "blue briefs">><<goto [[7 strapon dream]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs"))>>\
<<click " You two still stay up for a while enjoying each other, have dinner together, take a shower and then enjoy each other a little more, Remy still asks you for one last licking before bed, she's been more naughty lately, after you make her come, you put on your pajamas to go to sleep too, hoping that tomorrow comes soon.">><<set $clothes = "pajamas">><<set $panties = "grey briefs">><<goto [[7 strapon dream]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers"))>>\
<<click " You two still stay up for a while enjoying each other, have dinner together, take a shower and then enjoy each other a little more, Remy still asks you for one last licking before bed, she's been more naughty lately, after you make her come, you put on your pajamas to go to sleep too, hoping that tomorrow comes soon.">><<set $clothes = "pajamas">><<set $panties = "red boxers">><<goto [[7 strapon dream]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers"))>>\
<<click " You two still stay up for a while enjoying each other, have dinner together, take a shower and then enjoy each other a little more, Remy still asks you for one last licking before bed, she's been more naughty lately, after you make her come, you put on your pajamas to go to sleep too, hoping that tomorrow comes soon.">><<set $clothes = "pajamas">><<set $panties = "white boxers">><<goto [[7 strapon dream]]>><</click>><</if>>\
\
\
\
<<set $task1 to false>>\
<<set $task1right to false>>\
<<set $task1wrong to false>>\
<<set $task2 to false>>\
<<set $task2right to false>>\
<<set $task2wrong to false>>\
<<set $task3 to false>>\
<<set $task3right to false>>\
<<set $task3wrong to false>>\
<<set $task4 to false>>\
<<set $task4right to false>>\
<<set $task4wrong to false>>\
<<set $task5 to false>>\
<<set $task5right to false>>\
<<set $task5wrong to false>>\
<<set $task6 to false>>\
<<set $task6right to false>>\
<<set $task6wrong to false>>\
<<set $task7 to false>>\
<<set $task7right to false>>\
<<set $task7wrong to false>>\
<<set $task8 to false>>\
<<set $task8right to false>>\
<<set $task8wrong to false>>\
<<set $task9 to false>>\
<<set $task9right to false>>\
<<set $task9wrong to false>>\
<<set $task10 to false>>\
<<set $task10right to false>>\
<<set $task10wrong to false>>\
<<set $task11 to false>>\
<<set $task11right to false>>\
<<set $task11wrong to false>>\
<<set $task12 to false>>\
<<set $task12right to false>>\
<<set $task12wrong to false>>\
\
\
<<run $invbag.delete($panties)>>\
\
<center>
<img src="images/7 strapon/dream.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Come on... Pull more... Pull more..."</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<goto [[8 tease denial free morning]]>><</click>>
<<run $invbag.delete($panties)>>\
<span class="hint"><b>"That's all the content so far, hope you enjoyed it, I'm working on adding more soon."</b></span>
\
<center>
<img src="images/other/bye.webp" width=700 />\
</center>
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Bye, bye..."</b></span>
You are Michael, a 20-year-old college student who is blackmailed into taking a sex education course by the cruel teacher, Miss Brandi. Michael had to convince his beautiful girlfriend, Remy, to attend this course along with him, reluctantly she is persuaded, but in the end she may even end up enjoying it.<img src="images/other/vetor.jpg" width=200 />
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Wake up sweetheart! Today is your release day!"</b></span>
Remembering that makes your morning erection even more painful, at least it's the last one.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Truth! I'll get dressed!"</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>>
<center>
<img src="images/1 lock/log.jpg" width=500 />\
</center>
<<linkreplace "If you normally have trouble concentrating in class, today would be no different, all you can imagine is your dick, hard, free and the most important, coming, a lot.">> If you normally have trouble concentrating in class, today would be no different, all you can imagine is your dick, hard, free and the most important, coming, a lot.
\
<<audio "mikecum" volume 0.5 play>>\
<center>
<img src="images/8 tease denial free/brandi.webp" width=600 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Wow Mr Michael... So much cum... You must have been without coming for a while..."</b></span>
<<linkreplace "Maybe I'm imagining my dick a little bigger than it really is...">> <span class="mike"><b>"Maybe I'm imagining my dick a little bigger than it really is..."</b></span>
<span class="mike"><b>"And why is Miss Brandi still in my fantasies???"</b></span>
<<click "Go to sex education class">><<audio "mikecum" stop>><<goto [[8 tease denial free 2]]>><</click>><</linkreplace>><</linkreplace>>
<<audio "laughverysoft1" volume 0.2 play>><<timed 0.5s>><<audio "laughverysoft3" volume 0.4 play>><</timed>>\
You enter the classroom and find the three girls gossiping.
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" >
<span class="jada"><b>"Look who arrived girls, it's Mike magic hands. Haha..."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" >
<span class="didi"><b>"Luke also gave me a massage this weekend, but apparently yours was better, Mike. Haha..."</b></span>
Remy gives you a kiss with a sarcastic smile, she must have told the girls everything that happened this weekend.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hehe... Hi girls..."</b></span>
You greet them a little shyly because of the compliments, then go chat with the boys for a bit before Miss Brandi arrives, just like you they seem pretty excited.
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" >
<span class="billy"><b>"We're finally going to have this damn cage released!"</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" >
<span class="luke"><b>"Oh man... I'm having sex dreams every night!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Oh! Me too! I thought it was just me!"</b></span>
After a little while, Miss Brandi enters the room.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Good morning class... Mmm... You guys look excited for today's class..."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" >
<span class="luke"><b>"I never thought I would be so excited for a Monday to arrive!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Haha... Right... After all this week will be focused on male pleasure."</b></span>
You leave the boys to sit next to Remy.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="brandi"><b>"Do you prefer that I go through the theory of the class first or that I unlock you first?"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" >
<span class="billy"><b>"UNLOCK FIRST!!!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20">
<span class="brandi"><b>"Haha... Ok then... Take off your pants and lay on the tables, boys. And you girls, you can stay as you feel more comfortable, I just need you to leave free access to the pussy, so remove at least the panties."</b></span>
<span class="mike"><b>"Free access to the pussy! That's what I need!"</b></span>
For the first time you obey an order from Miss Brandi with joy.
<<click "Remove your clothes">><<audio "laughverysoft1" stop>><<audio "laughverysoft3" stop>><<set $invbag.push($panties)>><<set $invbag.push($clothes)>><<set $invbag.push($hosiery)>><<set $invbag.push($shoes)>><<goto [[8 tease denial free 3]]>><</click>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
<<linkreplace "You lie on the table in just your shirt and wait for Remy to join you. Even in a skirt Remy decides to take off her clothes and stay in lingerie, which this time also includes a beautiful black hose with garters, she also removes her panties as instructed by Miss Brandi. Your dick is restless in the cage.">> You lie on the table in just your shirt and wait for Remy to join you. Even in a skirt Remy decides to take off her clothes and stay in lingerie, which this time also includes a beautiful black hose with garters, she also removes her panties as instructed by Miss Brandi. Your dick is restless in the cage.
\
<center>
<img src="images/8 tease denial free/1 lay.webp" width=600 />\
</center>
<<click "Miss Brandi goes to Billy and Jada's table with the keys and unlocks Billy's dick, he smiles in delight at being released, then she goes to your table to do the same to you, the only job Remy had was to remove the tube.">><<set $panties = "dick hard">><<goto [[8 tease denial free 4]]>><</click>><</linkreplace>>
<center>
<img src="images/8 tease denial free/2 unlock.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Finally..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Wow Mickey... I've never seen your dick get hard so fast... Was even hard to get you out of the cage..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Well darling, I wasn't kidding when I explained about the miracles of male chastity."</b></span>
Miss Brandi goes to Luke's table to free her last student and explains the dynamics of the class.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Girls, as you may have noticed, your boyfriend's dick is much more susceptible to stimulation than it was before chastity, so today's class will be a teasing exercise to control all that lust."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" >
<span class="luke"><b>"What do you mean by teasing exercise?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Well, we've had more than one report about quick shot right here in this room, one even from Miss Didi..."</b></span>
<span class="mike"><b>"The other was from Remy..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"You guys weren't in chastity for you to cum seconds later and leave, from the beginning I said that our goal was to strengthen relationships of the couple and prolong the intimate moments."</b></span>
You didn't know you were cuming fast, but in the last few days you've found that Remy is bothered by it, despite being anxious to finally cum soon, maybe this is an important class for you.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"The exercise is simple, but you need to work together with your partner so that nothing goes wrong. The boys part is the simplest, You can't cum, touch your girl, smell her skin, feel the heat of her pussy... But control your body all the time so you don't cum."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Feel the heat of her pussy??? You mean with my dick? How am I going to do this without cuming?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"That's the Miss Remy part, dear. Girls, use your pussy to tease your boyfriends dick, do as you want, in the position you want, the only rule is not to incerate it."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"You mean just rubbing?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"That's right! Play with the dick, tease a lot, let the head very close to penetrating, but never completely inside... And when your boyfriends are on the edge... You slow down... Do this over and over again until I let you know that the time has come."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hmm... Okay but... How will I know when Mickey is on the edge?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Work together, darling, you can pay attention to the movements and the breathing to help, but when Mister Michael is really close, he'll tell you to slow down."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hmm... Looks interesting..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "Okay! If you don't have any more questions, we can start. Start with a light handjob to warm up, there's lubricant on the side.">><<goto [[8 tease denial free 5]]>><</click>>
<<timed 14s>><<audio "mikeverysoft2" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/3 jack off.webp" width=600 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 14s>><span class="mike"><b>"Mmmm..."</b></span><</timed>>
With the first touches of Remy you are already completely excited, it feels like you are living a dream.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I'm going to start baby, get ready, let me know when you're close to cum."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "OK, I'm ready!">> <span class="mike"><b>"OK, I'm ready!"</b></span>
<<timed 5s>><<audio "mikesoft2" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/4 front.webp" width=600 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="mike"><b>"Fffff... Mmmm..."</b></span><</timed>>
<<linkreplace "Finally you're feeling Remy's warm little pussy again, you never thought much of it, but from now on you're going to enjoy every second it happens.">> Finally you're feeling Remy's warm little pussy again, you never thought much of it, but from now on you're going to enjoy every second it happens.
<<audio "mikesoft2" stop>><<timed 0s>><<audio "mikehard1" volume 0.5 play>><</timed>><<timed 15s>><<audio "mikesoft2" volume 0.5 play>><</timed>>\
\
<center>
<img src="images/8 tease denial free/5 front.webp" width=600 />\
</center>
\
<<timed 0s>><img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Fffff... Oh.. God... Damn.... Ownn.... Ohh... Fffff... Mmmm..."</b></span><</timed>>
<<linkreplace "Remy increases the pressure of her touches a little more.">> Remy increases the pressure of her touches a little more.
<<audio "mikesoft2" stop>><<audio "mikehard1" stop>><<timed 0s>><<audio "mikehard2" volume 0.5 play>><</timed>>\
\
<center>
<img src="images/8 tease denial free/6 front.webp" width=600 />\
</center>
\
<<timed 0s>><img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Oh.. God... Ohh... Fuck-Awww-Awww-Awww..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 6s>><span class="mike"><b>"Calm down! Calm down!"</b></span><</timed>>
<<linkreplace "A little more and you would have come. After a short rest, Remy teases you again.">> A little more and you would have come. After a short rest, Remy teases you again.
<<audio "mikehard2" stop>><<timed 5s>><<audio "mikesoft2" volume 0.5 play>><</timed>>\
\
<center>
<img src="images/8 tease denial free/7 front.webp" width=600 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 11s>><span class="mike"><b>"Uffff... Mmmm..."</b></span><</timed>>
<<click "Remy decides to turn around, and now you have the dazzling sight of her ass rubbing against your dick.">><<goto [[8 tease denial free 6]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
From inside the closet, she takes out a cooler, and from inside it, some ice packs that are delivered to the girls.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Pass the packs on their penis and balls, this will calm down all this horny a little.">> <span class="brandi"><b>"Pass the packs on their penis and balls, this will calm down all this horny a little."</b></span>
<center>
<img src="images/8 tease denial free/ice 1.webp" width=600 />\
</center>
<<linkreplace "Even with a little difficulty, the discomfort of the cold makes you lose some of the powerful erection you were having.">> Even with a little difficulty, the discomfort of the cold makes you lose some of the powerful erection you were having.
<center>
<img src="images/8 tease denial free/ice 2.webp" width=500 />\
</center>
<<click "At least with the ice, your pain in the balls also gave some relief.">><<set $hairchastity to false>><<set $panties = "none">><<goto [[8 tease denial free 10]]>><</click>><</linkreplace>><</linkreplace>>
<<if ($invbag.includes("blue briefs")) and ($panties neq "blue briefs")>>\
<img src="images/panties/blue briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "blue briefs">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs")) and ($panties neq "grey briefs")>>\
<img src="images/panties/grey briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "grey briefs">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers")) and ($panties neq "red boxers")>>\
<img src="images/panties/red boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "red boxers">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers")) and ($panties neq "white boxers")>>\
<img src="images/panties/white boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "white boxers">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("sweater and pants")) and ($clothes neq "sweater and pants")>>\
<img src="images/clothes/sweater and pants.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "sweater and pants">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($clothes neq "polo and shorts")>>\
<img src="images/clothes/polo and shorts.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "polo and shorts">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($clothes neq "t-shirt and jeans")>>\
<img src="images/clothes/t-shirt and jeans.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "t-shirt and jeans">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("white socks")) and ($hosiery neq "white socks")>>\
<img src="images/hosiery/white socks.jpg" width=200 >\
<<click " Put on your socks">><<set $hosiery = "white socks">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("brown shoes")) and ($shoes neq "brown shoes")>>\
<img src="images/shoes/brown shoes.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "brown shoes">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("sneakers")) and ($shoes neq "sneakers")>>\
<img src="images/shoes/sneakers.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "sneakers">><<goto [[8 tease denial free dressing]]>><</click>><</if>>\
\
<<if ($panties neq "none") and ($clothes neq "none") and ($hosiery neq "none") and ($shoes neq "none")>><<click "Leave">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>><</if>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hi, honey!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hey, baby!"</b></span>
Remy comes to give you a kiss
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"How was your day?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"It was good, darling."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Come eat, I prepared a lasagna."</b></span>
<<linkreplace "You have dinner and then you go to watch a show on TV, Remy is naked because of the heat.">> You have dinner and then you go to watch a show on TV, Remy is naked because of the heat.
\
<center>
<img src="images/8 tease denial free/naked.jpg" width=600 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 2s>><span class="mike"><b>"Mmm... Ow..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 4s>><span class="mike"><b>"Ouch... Aw..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 6s>><span class="mike"><b>"Ow... Owwn... Ouch!"</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 8s>><span class="remy"><b>"Is everything alright, baby?"</b></span><</timed>>
You're not paying attention to the show. You're just looking at Remy's naked body and imagining her hot little pussy rubbing against your free dick like this morning.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"It's nothing, my balls are just a little sore."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Of course it is! I get worried! Let me have a look...">> <span class="remy"><b>"Of course it is! I get worried! Let me take a look..."</b></span>
<center>
<img src="images/8 tease denial free/massage.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Poor baby... It's really a little swollen... Let me give you a massage..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Ouch! Baby... I don't think it's helping..."</b></span>
Remy wasn't squeezing too hard, the pain was increasing from the arousal you were feeling at the touch of her soft hands.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Try taking a cold shower, baby, you said putting on ice helped, I'll wait for you in bed."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<<click "Ok...">><<set $sleep to true>><<goto [[8 tease deniel free night 2]]>><</click>><</linkreplace>><</linkreplace>>
<<audio "mikesoft2" stop>><<timed 15s>><<audio "mikeverysoft2" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/8 turn back.webp" width=600 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 16s>><span class="mike"><b>"Mmmmmm..."</b></span><</timed>>
<<linkreplace "You can't resist the temptation to grope Remy's firm buttocks, even though it makes your task of not coming even more difficult.">> You can't resist the temptation to grope Remy's firm buttocks, even though it makes your task of not cuming even more difficult.
<<audio "mikeverysoft2" stop>><<timed 0s>><<audio "mikehard3" volume 0.5 play>><</timed>><<timed 12s>><<audio "mikehard4" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/9 back.webp" width=600 />\
</center>\
\
<<timed 0s>><img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ohh... Anww... Aww... Anww... Awww..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="mike"><b>"Easy..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 12s>><span class="mike"><b>"Oh, God dammit..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "You're doing great, baby!">> <span class="remy"><b>"You're doing great, baby!"</b></span>
<<audio "mikehard3" stop>><<audio "mikehard4" stop>><<timed 0s>><<audio "mikehard5" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/10 back.webp" width=600 />\
</center>\
\
<<timed 0s>><img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ohh... Ohh... Aww... Ohh... Ohh-God-Dammit... Ohhhh..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 8s>><span class="mike"><b>"Easy! Easy! Easy!"</b></span><</timed>>
You were very close to cuming, you had to squeeze Remy's buttocks hard to hold on.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Haha... Wow! You've never had such a firm grip!">> <span class="remy"><b>"Haha... Wow! You've never had such a firm grip!"</b></span>
<<audio "mikehard5" stop>><<timed 0s>><<audio "mikehard6" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/11 back.webp" width=600 />\
</center>\
\
<<timed 0s>><img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Owww... Owww... Owww... Oww-Fuck! Uff..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5.5s>><span class="mike"><b>"Stop! Stop! Stop!"</b></span><</timed>>
<<linkreplace "You start to feel swelling in the balls, you have felt it in the last few days but now it seems to be stronger.">> You start to feel swelling in the balls, you have felt it in the last few days but now it seems to be stronger.
<<audio "mikehard6" stop>><<timed 0s>><<audio "mikehard7" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/12 back.webp" width=600 />\
</center>\
\
<<timed 0s>><img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ownnn... Awww... Owwwnnnn AA-OOnnn... AAAhh... Oh-Fuck... Oh-God!"</b></span><</timed>>
<<linkreplace "Remy puts the tip of your dick in the entrance of her pussy, if she slips a little, your dick would go in whole and you would fill her with your cum, even though you shouldn't, you pray that it happens.">> Remy puts the tip of your dick in the entrance of her pussy, if she slips a little, your dick would go in whole and you would fill her with your cum, even though you shouldn't, you pray that it happens.
<<audio "mikehard7" stop>><<timed 0s>><<audio "mikehard8" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/13 precum.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Ownnn... Fuck! Oooww-Fuck! Oww-Fuck! Oww-Fuck! Oww-Fuck! Oww-Fuck!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7.5s>><span class="mike"><b>"Easy! Easy! Easy!"</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 21s>><span class="remy"><b>"Miss Brandi... I think Mickey came..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 21s>><span class="brandi"><b>"Oh no darling, that's just precum... I'll explain more about it another day, you're doing a great job."</b></span><</timed>>
<<click "You really didn't cum, but it was a close call, you take advantage that Remy decides to turn forward again to cool down a bit.">><<goto [[8 tease denial free 7]]>><<audio "mikehard8" stop>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<timed 8s>><<audio "mikeverysoft2" volume 0.1 play>><</timed>><<timed 13s>><<audio "mikehard9" volume 0.1 play>><</timed>>\
<center>
<img src="images/8 tease denial free/14 thumbs.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 8s>><span class="mike"><b>"Mmmmm... Owwnnnn... Ownn... Oon-Own-Ownnn..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 20s>><span class="remy"><b>"Aww... what a sweet little moan... Haha... Do you want some more of my little pussy?"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Ownn... Yes... But take it easy...">> <span class="mike"><b>"Ownn... Yes... But take it easy..."</b></span>
<<audio "mikeverysoft2" stop>><<audio "mikehard9" stop>><<timed 0s>><<audio "mikehard10" volume 0.5 play>><</timed>><<timed 19s>><<audio "mikehard11" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/15 front.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Owwnnnn... Ownn... Ownn... Ownn-Fuck! Ownn-Fuck! Ownn-Fuck!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 9s>><span class="mike"><b>"Stop! Stop!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 19s>><span class="mike"><b>"Owwnnnn... Careful... Owwnnnn..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 19s>><span class="remy"><b>"Hehe..."</b></span><</timed>>
<<linkreplace "Remy seems to be enjoying the situation.">> Remy seems to be enjoying the situation.
<<audio "mikehard10" stop>><<audio "mikehard11" stop>><<timed 1s>><<audio "mikehard12" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/16 front.webp" width=600 />\
</center>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Owwnnnn... Ownn... Own... Ownnn... Oww... God... Ownn... Own... Ownnn..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 13s>><span class="mike"><b>"Easy! Easy! Easy!"</b></span><</timed>>
Your balls are aching more and more, you notice it every time you you have to flounder like a worm.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"This one looked close, baby..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ownnn... It was very close... Be careful, baby..."</b></span>
<<linkreplace "Remy shifts position again, leaving her little pussy even more exposed to you.">> Remy shifts position again, leaving her little pussy even more exposed to you.
<<audio "mikehard12" stop>><<timed 2s>><<audio "mikehard13" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/17 up.webp" width=600 />\
</center>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace"Owwnnnn... Ownn... Own...Yeah... Yeah... hunn... Ohh-God... Oh-Fuck! Oh-Fuck! Oh-Fuck!">> <span class="mike"><b>"Owwnnnn... Ownn... Own...Yeah... Yeah... hunn... Ohh-God... Oh-Fuck! Oh-Fuck! Oh-Fuck!"</b></span>
<<audio "mikehard13" stop>><<timed 1s>><<audio "mikehard14" volume 0.5 play>><</timed>>\
<center>
<img src="images/8 tease denial free/18 up.webp" width=600 />\
</center>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Own... Ownnn... Ownnn-God... Oh-Fuck! Own... Fuck! Own-Fuck! Own-Fuck! Own-Fuck! Own-Fuck! Ownnn-God-Dammit... Ahh... Ownnn... Ownnn... Ownnn..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 23.5s>><span class="mike"><b>"Stop! Stop! Stop!"</b></span><</timed>>
That was the closest, one more little touch and you would have come.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "Okay, girls, you can stop now.">><<audio "mikehard14" stop>><<goto [[8 tease denial free 8]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"I've never seen Luke so agitated. Hahaha... Can we insert now?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Oh no darling, you won't insert them, today they will have the orgasm denial, we are already going to lock them again."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"WHAT???"</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"WHAT???"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"WHAT???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Girls, this time it's going to be a little harder to lock them than the first time, but I'm going to teach you a technique that..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"But I still haven't come!!!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"That's right dear, that's exactly what orgasm denial means, as I was saying..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"But you said you'd let us know when the time came!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"This is the time Mister Michael, time to lock you up again."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"NO!!! I was just about to cum!!! You can't deny me that!!!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Calm down Mister Michael! Do you really want to do a scene in front of Miss Remy?!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"But... But... You said we'd be released..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"You were, didn't you?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"No! I mean, yes... But lock us up again??? And without cuming???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Aw... So that's the problem, you just want to cum, don't you? And you don't care if Miss Remy is pleased or not, is that it?"</b></span>
You look at Remy and she looks back at you waiting for your answer.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I... I... Of course I care..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"You said you were just about to cum, if you shoved your little stick in her, and in seconds filled her with your jizz, do you think she'd be pleased?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I... I..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Would you, Miss Remy?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I... Hmm... Sorry Mickey, but I don't think so..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Baby..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="remy"><b>"Don't get me wrong, sweetie... I didn't cum either... But honestly I loved being able to feel your dick for so long, You always came fast and went to sleep... And this time we finally played together! I don't want it to end like always..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I... I..."</b></span>
You can't believe what's happening, but you also don't want to let Remy down, maybe you really were a little selfish in your sexual relationships.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Aw... Okay... I... I get it..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Good, Mister Michael, I'm glad you decided to think clearly."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"But... You also don't have to lock us up again..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Of course I need to, Mr. luke, you're not ready to cum yet, that would end all the progress you've made so far, and the only way to ensure you don't, is with the chastity belt."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"But how are we going to do that, Miss Brandi? Billy's dick is still rock hard."</b></span>
Yours is also unshakable.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"Sure, Miss Jada, As I was saying this time it's going to be a little harder to lock them than the first time, but I'm going to teach you a technique, first you need to lower the temperature a little."</b></span>
<<click "Miss Brandi goes to the closet in the corner of the room and bends down to get something out of it.">><<goto [[8 tease denial free 9]]>><</click>>
<center>
<img src="images/8 tease denial free/ice 3.webp" width=500 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"Great, now they're a little softer, but don't be fooled, as soon as you touch them again the hard-on will start to come back little by little, to help you when that happens, I left a thin sock next to the tables, insert the sock through the tube until it comes out of the tip, this should help to insert it into the penis."</b></span>
<<linkreplace "Remy puts the sock in the little tube and asks you to get up to make it easier.">> Remy puts the sock in the little tube and asks you to get up to make it easier.
<center>
<img src="images/8 tease denial free/chastity 1.webp" width=600 />\
</center>
Unlike the first time Remy put the tube in before mounting the device around your balls, if she hadn't done so, it's likely you would have been hard again before she tried, that's what happened with Luke and Billy.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Very well, Miss Remy, is that so."</b></span>
<<linkreplace "And now she can install the rest of the device more easily.">> And now she can install the rest of the device more easily.
<center>
<img src="images/8 tease denial free/chastity 2.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Can you help me by holding here, sweetheart?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Sure...">> <span class="mike"><b>"Sure..."</b></span>
<center>
<img src="images/8 tease denial free/chastity 3.webp" width=600 />\
</center>
<<click "And with the padlock locked, gone your last hope that this was all a big prank of Miss Brandi.">><<set $hairchastity to true>><<goto [[8 tease denial free 11]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>>
<center>
<img src="images/8 tease denial free/chastity 4.webp" width=600 />\
</center>
The other girls had a little more trouble locking up the boys, they needed to get them back on the ice and have Miss Brandi help with the sock method, but in the end you three were trapped again, only this time even more horny than at the beginning of class.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Very well class, tomorrow we will continue to explore male pleasures. Bye, see you soon."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Hmm! Important, girls! if you can, come tomorrow with a sexy hose. Bye Bye..."</b></span>
<span class="mike"><b>"What is she planning? Well, never mind..."</b></span>
Remy comes to talk to you before leave.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Sorry honey... I know you thought you were going to cum today... But at least it will be even better when the day finally comes..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I think so..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Even so, was the caress nice, baby? I had never done this before. Haha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"It was a lot, my balls started to ache a little but it was still very good."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Ache in the little balls? Poor thing... How so?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"It felt like a swelling pain, you know? I've been feeling it for a few days now, but I think it got worse with your touches..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"And now it's over?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"More or less... Had a relief when you put ice."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"At least that right, baby? Well, now I have to go, see you at home."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Bye, honey..."</b></span>
<<click "You grab your clothes to change and leave.">><<goto [[8 tease denial free dressing]]>><</click>>
As promised Remy waits for you awake in bed.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Better?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"A little, I think."</b></span>
<<linkreplace "It really had gotten better, but when she rolled over to sleep with her ass pressed against your caged cock, the pain flared up again.">> It really had gotten better, but when she rolled over to sleep with her ass pressed against your caged cock, the pain flared up again.
\
<center>
<img src="images/8 tease denial free/sleep.jpg" width=300 />\
</center>
<<click "Sleep">><<goto [[8 tease deniel free dream]]>><</click>><</linkreplace>>
<center>
<img src="images/8 tease denial free/dream.webp" width=250 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Ohhhh-Fuck!!! My balls will explode!!!"</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[8 tease deniel lock morning]]>><</click>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Ouch..."</b></span>
The pains of your dreams continue after you wake up.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hi Baby, wake up, in a little while we have to go."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hi honey... Okay..."</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>>
<center>
<img src="images/1 lock/log.jpg" width=500 />\
</center>
<<linkreplace "You notice that the pain in your balls has become constant, even in ordinary moments like watching a boring economics class, it's there, as a soft reminder that you have a lot of semen accumulated that it's just waiting for the time to come out.">> You notice that the pain in your balls has become constant, even in ordinary moments like watching a boring economics class, it's there, as a soft reminder that you have a lot of semen accumulated that it's just waiting for the time to come out.
<<timed 2s>><<audio "mikeverysoft2" volume 0.5 play>><</timed>><<timed 7s>><<audio "mikeplease" volume 0.5 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/brandi.webp" width=600 />\
</center>\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 5s>><span class="brandi"><b>"Wow... You seem to be quite horny... Are you wanting to cum, Mr. michael?"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 7s>><span class="mike"><b>"Please! Please! Please! Please! Please!"</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 10s>><span class="brandi"><b>"Sorry, dear... Not today..."</b></span><</timed>>
When you have these fantasies, the pain changes from a soft reminder to an ambulance siren.
<<click "Go to sex education class">><<audio "mikeverysoft2" stop>><<audio "mikeplease" stop>><<goto [[9 tease denial lock 2]]>><</click>><</linkreplace>>
BANGBROS - Este loop de cumpilation do amor da Brandi certamente o deixará louco
You arrive in the classroom and soon after, Miss Brandi enters, you just give your girlfriend a kiss and the class starts.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Good morning class, ready for another class on male sexual pleasures?"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" >
<span class="billy"><b>"Have we ever had one?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"That depends Mr. William, is it pleasant for you to feel Miss Jada's pussy rubbing on your dick?"</b></span>
Jada looks at Billy scoldingly.
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" >
<span class="billy"><b>"Of course it is..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Very nice to hear that, it would be a shame you weren't enjoying our classes on male pleasure, I bet you'll like this one too, did Miss Jada ever do a strip-tease for you?"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" >
<span class="billy"><b>"In truth no..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Miss Remy? Miss Didi? Have you already done?"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Hmm... I never did..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Me neither..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Well, girls, just as boys need to stimulate your desires, you also need to stimulate theirs."</b></span>
That sounds interesting, Remy always wore sexy lingerie, but she never did a strip-tease for you.
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Cool! Is that why you asked us to wear hosiery?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Hmm... Not just for that, dear, but one thing at a time."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Nice! I never thought of doing a strip-tease! Unlock Billy soon cause I'm excited, Miss Brandi!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Oh no dear, the boys won't be unlocked today."</b></span>
<span class="mike"><b>"There's always bad news..."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"What??? Why not???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Because our class will again be about tease and denial, and I want to show that it can be done with you guys wearing the chastity belt."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"And we won't even get a erection???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"No."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Remy won't even touch my dick???"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"In a way she will, Dear, but she's going to do it over the chastity belt."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"But then I won't feel a thing!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"You will Mr. Michael! I guarantee you that you will! Tease and denial is much more than you having your dick hard on the edge of an orgasm, it can be perfectly accomplished with you locked up, you will feel as horny as you are loose, maybe even more so."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"I am eager! Haha..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"So, let's go! Take off your clothes boys, I'll put on some sexy music to cheer up."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Wait for me sitting here, baby! I'll be right back."</b></span>
<<click "Remy goes to a corner of the room where you can't see her, so you take off your clothes and sit in the armchair to wait for her.">><<set $invbag.push($panties)>><<set $invbag.push($clothes)>><<set $invbag.push($hosiery)>><<set $invbag.push($shoes)>><<goto [[9 tease denial lock 3]]>><</click>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
<<audio "strip" loop volume 0.05 play>>\
<center>
<img src="images/9 tease denial lock/strip 1.webp" width=600 />\
</center>
<<linkreplace "Remy returns only in lingerie, dancing slowly and sensualizing the body, if the goal was to excite you, it was achieved right from the start.">> Remy returns only in lingerie, dancing slowly and sensualizing the body, if the goal was to excite you, it was achieved right from the start.
<center>
<img src="images/9 tease denial lock/strip 2.webp" width=600 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"All right girls, show your bodies... Make the boys want to see you naked... Make them desperate..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hey Mickey... Should I take off my panties?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Yes...">> <span class="mike"><b>"Yes..."</b></span>
<<timed 32s>><<audio "pain1" volume 0.5 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/strip 3.webp" width=600 />\
</center>\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Okay..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 13s>><span class="remy"><b>"Mmm... No, I think I should start with my bra..."</b></span><</timed>>
<<timed 17s>><center>
<img src="images/9 tease denial lock/strip 4.webp" width=600 />\
</center><</timed>>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 17s>><span class="mike"><b>"Okay... Take off your bra..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 31s>><span class="remy"><b>"Mmm... No, Too early..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 32s>><span class="mikemini"><b>"Ouch... Fuck..."</b></span><</timed>>
<<linkreplace "Remy understood the lesson proposal all too well...">> Remy understood the lesson proposal all too well...
<center>
<img src="images/9 tease denial lock/strip 5.webp" width=600 />\
</center>
<<linkreplace "Remy starts playing with her panties, and your dick looks for a space to grow, but is unsuccessful.">> Remy starts playing with her panties, and your dick looks for a space to grow, but is unsuccessful.
<center>
<img src="images/9 tease denial lock/strip 6.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "You look horny... Maybe you want to see a little... More...">> <span class="remy"><b>"You look horny... Maybe you want to see a little... More..."</b></span>
<center>
<img src="images/9 tease denial lock/strip 7.webp" width=600 />\
</center>
Remy finally takes off her panties, she is the last, Jada and Didi are already completely naked, except for the socks.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "Caress their dick, girls, feel them trying to get hard...">><<goto [[9 tease denial lock 4]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<timed 3s>><<audio "pain3" volume 0.5 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/chastity 1.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Look what a naughty little baby... You're dripping that little liquid even in chastity, you must be so horny..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Ow... Yes... I'm really horny...">><span class="mike"><b>"Ow... Yes... I'm really horny..."</b></span>
<center>
<img src="images/9 tease denial lock/chastity 2.webp" width=600 />\
</center>
<<linkreplace "Remy continues caressing your dick and lightly squeezing your swollen balls.">> Remy continues caressing your dick and lightly squeezing your swollen balls.
<<timed 3s>><<audio "pain2" volume 0.04 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/chastity 3.webp" width=600 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Now the real reason for the hoses, girls, tease a little with your feet."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Feet?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Trust me."</b></span>
<<linkreplace "Remy removes her high heels to touch your balls with her feet.">> Remy removes her high heels to touch your balls with her feet.
<<timed 4s>><<audio "pain3" volume 0.5 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/chastity 4.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ow..."</b></span>
<<linkreplace "The delicate fabric of the socks makes your horny grow even more, and with it the soreness in your balls.">> The delicate fabric of the socks makes your horny grow even more, and with it the soreness in your balls.
<<timed 4s>><<audio "pain4" volume 1 play>><</timed>>\
<<timed 7.5s>><<audio "pain2" volume 0.3 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/chastity 5.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 4s>><span class="mike"><b>"Ouch..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 6s>><span class="remy"><b>"Am I squeezing too hard, baby?"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="mike"><b>"No... Ouch... It's perfect..."</b></span><</timed>>
<<linkreplace "Satisfied to know she's not hurting you, Remy presses her foot gently into your balls in a circular motion, it would be perfect if you could enjoy it with a hot erection.">> Satisfied to know she's not hurting you, Remy presses her foot gently into your balls in a circular motion, it would be perfect if you could enjoy it with a hot erection.
<<timed 4s>><<audio "pain3" volume 0.5 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/chastity 6.webp" width=600 />\
</center>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 4s>><span class="mike"><b>"Ow..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="brandi"><b>"I'm going to present you a new toy, girls, use it to tease them."</b></span><</timed>>
Miss Brandi hands the girls an object that looks like a pink microphone.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "There's a flashing button, just press it and you'll understand.">> <span class="brandi"><b>"There's a flashing button, just press it and you'll understand."</b></span>
<<timed 1s>><<audio "vibe" volume 0.1 loop play>><</timed>> <<timed 5s>><<audio "vibe" stop>><</timed>>\
<center>
<img src="images/9 tease denial lock/vibe.webp" width=600 />\
</center>\
Remy turns the toy on and it vibrates with a very weak intensity.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... It's a vibrator! Is it to use like a girl would, Miss Brandi?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Exactly, imagine that their pecker is a clit and masturbate it in the same way."</b></span>
<<linkreplace "Remy notices how much you liked the hose touch, so she keeps her foot in your balls as she slips the toy through your chastity cage.">> Remy notices how much you liked the hose touch, so she keeps her foot in your balls as she slips the toy through your chastity cage.
<<audio "vibe" volume 0.1 loop play>> <<timed 13.2s>><<audio "vibe" stop>><</timed>>\
<center>
<img src="images/9 tease denial lock/chastity 7.webp" width=600 />\
</center>
<<linkreplace "You're pretty sure your dick is going to pierce your chastity belt, but it remains unshakable, preventing your erection from happening.">> You're pretty sure your dick is going to pierce your chastity belt, but it remains unshakable, preventing your erection from happening.
<<audio "vibe" volume 0.1 loop play>> <<timed 28.4s>><<audio "vibe" stop>><</timed>>\
<<timed 8s>><<audio "pain1" volume 0.5 play>><</timed>>\
<<timed 16s>><<audio "pain9" volume 0.5 play>><</timed>>\
<<timed 24s>><<audio "pain4" volume 0.5 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/chastity 8.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 8s>><span class="mike"><b>"Ouch..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 16s>><span class="mike"><b>"Ow... Uffff..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 24s>><span class="mike"><b>"Ouch..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Do they look horny, girls?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Yes!"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Yes!"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Yes!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"And you, girls? Are you horny?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"YES!!!"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"YES!!!"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"YES!!!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Then show them how you masturbate! Share your orgasm with them!"</b></span>
<<linkreplace "Excited, Remy takes the toy off your penis.">> Excited, Remy takes the toy off your penis.
<<timed 0s>><<audio "pain9" volume 0.5 play>><</timed>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mikemini"><b>"Ufff... Oh no... More..."</b></span>
<<click "Remy goes towards the armchair and sits with her legs apart, she starts playing with the pussy you miss so much.">><<goto [[9 tease denial lock 5]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<center>
<img src="images/9 tease denial lock/mast 1.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "I almost forgot one little thing... Haha...">> <span class="remy"><b>"I almost forgot one little thing... Haha..."</b></span>
<center>
<img src="images/9 tease denial lock/mast 2.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Better?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ow... Yes... Better..."</b></span>
<<linkreplace "Remy wets her fingers and throws herself on the armchair with her legs spread to start masturbating.">> Remy wets her fingers and throws herself on the armchair with her legs spread to start masturbating.
<center>
<img src="images/9 tease denial lock/mast 3.webp" width=600 />\
</center>
<<linkreplace "No doubt you're enjoying this show that Remy is doing for you, you just wish you could watch it masturbating too.">> No doubt you're enjoying this show that Remy is doing for you, you just wish you could watch it masturbating too.
<<audio "remyverysoft1" volume 1 play>>\
<center>
<img src="images/9 tease denial lock/mast 4.webp" width=600 />\
</center>
<<linkreplace "The pain in your balls is very strong, even so, you can't take your eyes off your girlfriend.">> The pain in your balls is very strong, even so, you can't take your eyes off your girlfriend.
<<timed 5.5s>><<audio "remyverysoft4" volume 1 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/mast 5.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7.5s>><span class="remy"><b>"Uugh... My pussy is warm Mickey... I'm so horny..."</b></span><</timed>>
<<linkreplace "Remy starts touching herself more quickly, you can notice all the pleasure she is feeling, being able to have an orgasm the moment she puts a little more pressure.">> Remy starts touching herself more quickly, you can notice all the pleasure she is feeling, being able to have an orgasm the moment she puts a little more pressure.
<<timed 0s>><<audio "remysoft4" volume 1 play>><</timed>>\
<<timed 8s>><<audio "remymedium4" volume 1 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/mast 6.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Hummmm... Hummmm... Hummmm... Fuck... Yeah... Ohnn... Fuck...">> <span class="remy"><b>"Hummmm... Hummmm... Hummmm... Fuck... Yeah... Ohnn... Fuck..."</b></span>
<<timed 0s>><<audio "remymedium1" volume 0.5 play>><</timed>>\
<<timed 16s>><<audio "remymedium2" volume 1 play>><</timed>>\
<<timed 21s>><<audio "remycum4" volume 0.8 play>><</timed>>\
<center>
<img src="images/9 tease denial lock/cum.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hummmm... Fuck... Yeah... Hummmm... Ahhh... Unhummm... Fuuuuck... AAAH! Aaah! Ahh... Ahh..."</b></span>
<<click "Remy has one more delicious orgasm while you're just frustrated watching with your heavy balls, Miss Brandi waits for all the girls to finish before talking again.">><<goto [[9 tease denial lock 6]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<timed 2s>><<audio "strip" stop>><</timed>>\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Great, girls, you put on an amazing show, we're done for today."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Miss Brandi! Before we leave I would like to ask you a question."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Ask, honey."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"When I started touching Billy, he started complaining about some pain in his balls, in fact he's been complaining since yesterday."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Ooh! I had the same problem with Mickey!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... Don't worry about it, girls, it just proves they were enjoying it."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Luke didn't complain... So you weren't enjoying it, honey?"</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"I was! I actually felt a little pain too... I just didn't say anything..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Well done Mr. Luke! Congratulations on not being a crybaby. Haha..."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"I'm not a crybaby!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"Haha... Class, this is a phenomenon known as blue balls, it's just swelling that occurs when they get sexually aroused for an extended period of time but don't have an ejaculation, it just means you're doing a good job."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"But isn't that dangerous?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"No way! Look, Mister Michael, did your nuts hurt from today's class?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"But when Miss Remy stopped touching you, you looked disappointed..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Um... That's not true... I liked watching Remy masturbate..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... I'm sure you liked it... But as soon as she stopped... I'm pretty sure you asked for more..."</b></span>
<span class="mike"><b>"Did she hear me???"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hmm... Well..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"You asked?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes... Well... I may have asked..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Why?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I don't know..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"You asked because you were loving! The three were!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... Were you baby?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes... I mean... It hurt a quite... But you were so sexy... And your touch felt so good..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"Got it, girls? A little pain is part of the process, but it's definitely worth it! Rest assured that it is not dangerous, to relieve this pain they can take a shower in cold water, or apply some ice, but that is never a reason for you to stop teasing!"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Great! Because I'm loving teasing! Hahaha..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... So tease a lot, darling! That's great for you two. Our time is up, see you tomorrow."</b></span>
Miss Brandi leaves the room and Remy comes to talk to you with a smile on her face.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Good thing this little pain isn't worrying, huh, baby!?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yeah... That's good..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Is it hurting now?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes it is... A little..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Oh poor thing... Now I have to go, the class took a long time today, but when I get home I give a little kiss to heal."</b></span>
<span class="mike"><b>"This would probably have the opposite effect..."</b></span>
Remy gets dressed quickly and runs off to work, and you also grab your clothes to leave.
<<click "Get dressed">><<goto [[9 tease denial lock dressing]]>><</click>>
<<if ($invbag.includes("blue briefs")) and ($panties neq "blue briefs")>>\
<img src="images/panties/blue briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "blue briefs">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs")) and ($panties neq "grey briefs")>>\
<img src="images/panties/grey briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "grey briefs">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers")) and ($panties neq "red boxers")>>\
<img src="images/panties/red boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "red boxers">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers")) and ($panties neq "white boxers")>>\
<img src="images/panties/white boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "white boxers">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("sweater and pants")) and ($clothes neq "sweater and pants")>>\
<img src="images/clothes/sweater and pants.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "sweater and pants">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($clothes neq "polo and shorts")>>\
<img src="images/clothes/polo and shorts.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "polo and shorts">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($clothes neq "t-shirt and jeans")>>\
<img src="images/clothes/t-shirt and jeans.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "t-shirt and jeans">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("white socks")) and ($hosiery neq "white socks")>>\
<img src="images/hosiery/white socks.jpg" width=200 >\
<<click " Put on your socks">><<set $hosiery = "white socks">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("brown shoes")) and ($shoes neq "brown shoes")>>\
<img src="images/shoes/brown shoes.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "brown shoes">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("sneakers")) and ($shoes neq "sneakers")>>\
<img src="images/shoes/sneakers.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "sneakers">><<goto [[9 tease denial lock dressing]]>><</click>><</if>>\
\
<<if ($panties neq "none") and ($clothes neq "none") and ($hosiery neq "none") and ($shoes neq "none")>><<click "Leave">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>><</if>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hi baby, your little balls got better?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Not much..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Poor thing... Come here and I'll make it heal."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Your kiss won't heal, baby..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... It's not a kiss, I bought a little ointment, take off your clothes and lie on the bed for me to apply."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Oh! Thanks baby."</b></span>
<<click "Take off your clothes">><<goto [[9 tease deniel lock night 2]]>><</click>>
<center>
<img src="images/9 tease denial lock/dream.webp" width=300 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"I can't... I can't... I can't feel anything!!!"</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[10 wax morning]]>><</click>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"I can't... Hmm?"</b></span>
<<linkreplace "You wake up with your traditional suppressed morning erection, but something different this time, it's stronger.">> You wake up with your traditional suppressed morning erection, but something different this time, it's stronger.
<center>
<img src="images/10 wax/sit 1.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Hmm???"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Good morning, baby... Hehe...">> <span class="remy"><b>"Mmm... Good morning, baby... Hehe..."</b></span>
<center>
<img src="images/10 wax/blow 1.webp" width=600 />\
</center>
<<timed 0s>><<audio "pain3" volume 0.5 play>><</timed>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Ouch..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Haha... Have your blue balls already started? How cute... Enjoy your blowjob, baby. Hehe...">> <span class="remy"><b>"Haha... Have your blue balls already started? How cute... Enjoy your blowjob, baby. Hehe..."</b></span>
<center>
<img src="images/10 wax/blow 2.webp" width=600 />\
</center>
<<timed 3s>><<audio "mikesoft" volume 0.5 play>><</timed>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Mmmm... Ouch... Mmmm... It hurts..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "I know... And I know that you love it anyway. Haha... Since you're there... Give me a little treat too...">> <span class="remy"><b>"I know... And I know that you love it anyway. Haha... Since you're there... Give me a little treat too..."</b></span>
<center>
<img src="images/10 wax/sit 2.webp" width=600 />\
</center>
<<linkreplace "Remy puts the pussy in your mouth and you try to ignore the pain a little and start sucking her too.">> Remy puts the pussy in your mouth and you try to ignore the pain a little and start sucking her too.
<center>
<img src="images/10 wax/sit 3.webp" width=600 />\
</center>
<<click "In the end, only one of you came, it's not hard to imagine who.">><<goto [[10 wax morning 2]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
<<linkreplace "You lie on your side, and Remy pulls your balls back to apply the product.">> You lie on your side, and Remy pulls your balls back to apply the product.
<center>
<img src="images/9 tease denial lock/medicine.webp" width=600 />\
</center>
Remy applies the ointment which is cold and leaves a pleasant sensation on your skin, it relieves your pain a little.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Ready, baby! Better?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes, much better..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Since you're better, how about you give me that hot little lick before bed? Hehe..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Oh! Yes... Of course, sweetheart...">> <span class="mike"><b>"Oh! Yes... Of course, sweetheart..."</b></span>
<<audio "remycum2" volume 1 play>>\
<center>
<img src="images/9 tease denial lock/cum 2.webp" width=600 />\
</center>
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Aghh! Aghh! Aghh! Aghh! Fuck Yeah! Ahh... Ahh..."</b></span>
<span class="mike"><b>"Ouch! The relief was short-lived..."</b></span>
After coming, remy pulls you down next to her, still a little panting, she hugs your chest and falls asleep with a smile on her face.
<<click "Sleep">><<goto [[9 tease deniel lock dream]]>><</click>><</linkreplace>><</linkreplace>>
<<audio "remycum3" volume 0.5 play>>\
<center>
<img src="images/10 wax/cum.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"UUUhumn! Hummn! Ahhhh... Yeah... Uuuhumn!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 7s>><span class="remy"><b>"Phew... Phew... Surprise... Haha..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 8s>><span class="mike"><b>"Ouch... Good morning Baby..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Oh how delicious, baby... But it's time to get up... We're already late, your little friend is already up.">> <span class="remy"><b>"Oh how delicious, baby... But it's time to get up... We're already late, your little friend is already up."</b></span>
<center>
<img src="images/10 wax/blow 3.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"I mean... More or less... Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Ha. Ha. Very funny."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Hahaha..."</b></span>
Remy gets up and gives you a kiss before going to change.
<<click "Go change too">><<set $sleep to false>><<goto [[home]]>><</click>><</linkreplace>>
<center>
<img src="images/1 lock/log.jpg" width=500 />\
</center>
<<linkreplace "You arrive in class a little late because of this morning's surprise, you weren't too late, but still the blackboard is full and you have no idea what's going on.">> You arrive in class a little late because of this morning's surprise, you weren't too late, but still the blackboard is full and you have no idea what's going on.
\
<center>
<img src="images/10 wax/brandi.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Ow..."</b></span>
Of course, fantasizing about Miss Brandi teasing you isn't going to help you understand either.
<<click "Go to sex education class">><<goto [[10 wax 2]]>><</click>><</linkreplace>>
Leaving the classroom you find Remy who was waiting for you to go together to the Sex Education class, entering the room you find your classmates talking about trifles, you join the conversation but Miss Brandi arrives soon after.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Good morning class! Sit down, we're about to start."</b></span>
Miss Brandi was carrying some heavy cans so Luke helps her carry them to the teacher's table, Didi who was beside him recognizes the contents of the cans.
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Good morning Miss Brandi, Why did you bring wax?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Hi dear, today you are going to wax the boys' body."</b></span>
<span class="mike"><b>"WHAT???"</b></span>
Nobody understood anything, even the girls look confused, while Miss Brandi assembles the equipment to heat the wax, Jada clears the doubt.
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Miss Brandi... Mmm... This is the week focused on male pleasure, isn't it? What does waxing them have to do with it?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"Well, a few things, darling. Remember our class on women's clothing last week? It's something like that, just like you girls felt sexier in edgier clothes, for certain guys hair removal makes them feel that way too."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Really? I've never heard anything about it..."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Well, I was a little reticent at the beginning of that class, but in the end I ended up really enjoying it, maybe you will like too, honey..."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Hmm... It doesn't seem likely..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... Of course you will, dear... Girls, this class is nothing new for you, It's the same waxing you usually do, there's just some care you have to take in the face and pubic hair region."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Wait! No... Hmm..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Any problem, Mr. Michael?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Well... It looks sore..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... Don't be a pussy, Mr. Michael, we women do this waxing at least once a month."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"But why do you want to use wax? I have a razor at home..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"For the same reason that we women don't use it, the duration of razor hair removal is very short. The next day you can already see the hair growing, because it cuts the hairs instead of removing them at the root."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"It doesn't seem like a bad idea, baby. You look so much cuter when you take the hairs off your face, you'll look better without the body hairs too, and you don't even have that much."</b></span>
Waxing your hair out sounds scary, but Remy seems excited about the idea, waxing once in a lifetime isn't going to be too bad.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Strip, boys... The wax is almost melted..."</b></span>
<<click "Take off your clothes">><<set $invbag.push($panties)>><<set $invbag.push($clothes)>><<set $invbag.push($hosiery)>><<set $invbag.push($shoes)>><<goto [[10 wax 3]]>><</click>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Okay I'll start, alright baby?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Alright... But take it easy...">> <span class="mike"><b>"Alright... But take it easy..."</b></span>
<center>
<img src="images/10 wax/thigh 1.webp" width=400 />\
</center>
The sticky feeling gives you a sense of the pain to come.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"When I say "Go" I'll take it off, Okay?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Okay...">> <span class="mike"><b>"Okay..."</b></span>
<<timed 2.6s>><<audio "wax3" volume 1 play>><</timed>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 1s>><span class="remy"><b>"3..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 2s>><span class="remy"><b>"2..."</b></span><</timed>>\
\
<<timed 2.5s>><center>
<img src="images/10 wax/thigh 2.webp" width=400 />\
</center><</timed>>\
\
<<timed 2.6s>><img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"OOOUCH!!!"</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 4s>><span class="remy"><b>"Go... Hahaha..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="mike"><b>"Ouch... You took out before..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Sorry baby... But it hurts less when you're taken by surprise...">> <span class="remy"><b>"Sorry baby... But it hurts less when you're taken by surprise..."</b></span>\
<<timed 0.5s>><<audio "wax2" volume 1 play>><</timed>>\
<<timed 2.1s>><<audio "wax1" volume 0.9 play>><</timed>>\
<<timed 3.8s>><<audio "wax2" volume 0.8 play>><</timed>>\
<<timed 5.5s>><<audio "wax3" volume 1 play>><</timed>>\
\
<center>
<img src="images/10 wax/thigh 3.webp" width=400 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0.5s>><span class="mike"><b>"Ouch!!!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 2.1s>><span class="mike"><b>"Ouch!!!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 3.8s>><span class="mike"><b>"Ouch!!!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5.5s>><span class="mike"><b>"Ouch!!!"</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 6s>><span class="remy"><b>"Hahaha... How scandalous... It's not that bad..."</b></span><</timed>>
<<linkreplace "For a male pleasure class this is pretty sore, little by little Remy removes all the hair from your body.">> For a male pleasure class this is pretty sore, little by little Remy removes all the hair from your body.
\
<center>
<img src="images/10 wax/leg.webp" width=400 />\
</center>
\
<center>
<img src="images/10 wax/armpit.webp" width=400 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Feet too, girls. All hair below the ears.">> <span class="brandi"><b>"Feet too, girls. All hair below the ears."</b></span>
<center>
<img src="images/10 wax/feet.webp" width=400 />\
</center>
<<linkreplace "Not even your ass escapes waxing.">> Not even your ass escapes waxing.
<<timed 9s>><<audio "remygiggle" volume 1 play>><</timed>>\
<<timed 14s>><<audio "remygiggle" volume 1 play>><</timed>>\
<center>
<img src="images/10 wax/ass.webp" width=400 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 10s>><span class="remy"><b>"Hahaha... Hahaha..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 15s>><span class="remy"><b>"Hahaha... Hahaha..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 15s>><span class="brandi"><b>"What's so funny, Miss Remy?"</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 15.5s>><span class="remy"><b>"It's that it looks like my pussy..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "Hahaha... Yeah... It has a certain similarity...">><<set $chastity to true>><<goto [[10 wax 4]]>><</click>>\
\
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<center>
<img src="images/10 wax/wax.jpg" width=350 />\
</center>
Now that Remy has spoken you realize, your already not-so-manly body is now looking a lot more feminine.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Great girls, you did a great job, the boys are pretty. Under the tables you can find a body lotion, apply it to ease their pain a little.">> <span class="brandi"><b>"Great girls, you did a great job, the boys are pretty. Under the tables you can find a body lotion, apply it to ease their pain a little."</b></span>
<center>
<img src="images/10 wax/lotion.webp" width=600 />\
</center>
Even though it smells like roses, making you feel even more feminine, You're glad that Remy puts the product on you, it eases the pain of your irritated skin a little, and leaves it soft and refreshing.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Okay girls, well done, we're done for today."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Do you feel sexier, baby?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Actually not..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"It's a process, Mister Michael. Soon you will feel."</b></span>
<<linkreplace "Miss Brandi leaves the room and you take a closer look at your body in the mirror, still shocked at the change that removing the few hairs you had on your body has made you.">> Miss Brandi leaves the room and you take a closer look at your body in the mirror, still shocked at the change that removing the few hairs you had on your body has made you.
\
<center>
<img src="images/10 wax/mirror.jpg" width=350 />\
</center>
\
\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"You look cuter, baby."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"You think?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Yea! It got much better!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hmm... Okay... Thanks, baby."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... You're welcome, bye baby I'm leaving."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Bye, honey."</b></span>
<<click "Put on your clothes">><<goto [[10 wax dressing]]>><</click>><</linkreplace>><</linkreplace>>
<<if ($invbag.includes("blue briefs")) and ($panties neq "blue briefs")>>\
<img src="images/panties/blue briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "blue briefs">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs")) and ($panties neq "grey briefs")>>\
<img src="images/panties/grey briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "grey briefs">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers")) and ($panties neq "red boxers")>>\
<img src="images/panties/red boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "red boxers">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers")) and ($panties neq "white boxers")>>\
<img src="images/panties/white boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "white boxers">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("sweater and pants")) and ($clothes neq "sweater and pants")>>\
<img src="images/clothes/sweater and pants.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "sweater and pants">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($clothes neq "polo and shorts")>>\
<img src="images/clothes/polo and shorts.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "polo and shorts">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($clothes neq "t-shirt and jeans")>>\
<img src="images/clothes/t-shirt and jeans.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "t-shirt and jeans">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("white socks")) and ($hosiery neq "white socks")>>\
<img src="images/hosiery/white socks.jpg" width=200 >\
<<click " Put on your socks">><<set $hosiery = "white socks">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("brown shoes")) and ($shoes neq "brown shoes")>>\
<img src="images/shoes/brown shoes.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "brown shoes">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("sneakers")) and ($shoes neq "sneakers")>>\
<img src="images/shoes/sneakers.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "sneakers">><<goto [[10 wax dressing]]>><</click>><</if>>\
\
<<if ($panties neq "none") and ($clothes neq "none") and ($hosiery neq "none") and ($shoes neq "none")>><<click "Leave">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>><</if>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Oh! Hi baby! Glad you're here, come eat."</b></span>
<<linkreplace "You have dinner and spend the night together curling up on the bed watching some bullshit on TV, until Remy had a better idea to pass the time.">> You have dinner and spend the night together curling up on the bed watching some bullshit on TV, until Remy had a better idea to pass the time.
<center>
<img src="images/10 wax/remove.webp" width=400 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "I heard there's a naughty little thing who likes to be teased...">> <span class="remy"><b>"I heard there's a naughty little thing who likes to be teased..."</b></span>
<center>
<img src="images/10 wax/tease.webp" width=400 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ow..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... You're so smooth..."</b></span>
Remy abuses the novelty that is your shaved body. Of course, these touches are turning you on, making your balls hurt again, You take the pain silently until Remy stops teasing and lays in your arms. You start patting her fragrant, freshly washed hair until she falls asleep. Careful not to wake her, you get up to apply some of the ointment she bought.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Oh... Much better..."</b></span>
You put your pajamas to sleep as well.
<<click "Sleep">><<set $sleep to true>><<goto [[10 wax dream]]>><</click>><</linkreplace>><</linkreplace>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hey Mickey... I'm going to give that soft skin of yours a massage, okay?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Oh... Sure... Thank you, honey...">> <span class="mike"><b>"Oh... Sure... Thank you, honey..."</b></span>
<center>
<img src="images/10 wax/dream 1.webp" width=500 />\
</center>\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="remy"><b>"Hey! Look Mickey, you have a little pussy now..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 9s>><span class="mike"><b>"What??? A pussy???"</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Yeah, look...">> <span class="remy"><b>"Yeah, look..."</b></span>
<center>
<img src="images/10 wax/dream 2.webp" width=500 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I have a little pussy now..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "Mmmm... I have a pretty little pussy...">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[11 ruin morning]]>><</click>><</linkreplace>><</linkreplace>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Mmmm... I have a pretty little pussy..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"What???"</b></span>
<span class="mike"><b>"Hmm???"</b></span> You check to be sure, despite being caged your dick is still there.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Good morning baby... I just had a dream..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"An erotic dream, huh??? Was with me??? I don't want a slut in your dreams!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"It was with you, I swear!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hmm... So it's ok... I kind of like it that way... Haha... Go get dressed, we're going to leave."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Okay..."</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>>
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"Sit down class, we're about to start the test."</b></span>
<span class="mike"><b>"What??? There's a test today???"</b></span>
You were caught off guard, because of sex education classes your subject is all behind.
<<linkreplace "Well, I can try to guess...">> <span class="mike"><b>"Well, I can try to guess..."</b></span>
<center>
<img src="images/11 ruin/test.jpg" width=300 />\
</center>
<span class="mike"><b>"Hmm??? I don't even know where to start!"</b></span>
<<linkreplace "Come on Michael! Think! Think!">> <span class="mike"><b>"Come on Michael! Think! Think!"</b></span>
\
<center>
<img src="images/11 ruin/twirl.webp" width=500 />\
</center>
\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" >
<span class="brandi"><b>"Give a little twirl Mister Michael... You look so cute..."</b></span>
<span class="mike"><b>"Not again..."</b></span>
No matter how hard you try to take the test, you can't answer any question, so you hand it in all blank.
<<click "Go to sex education class">><<goto [[11 ruin 2]]>><</click>><</linkreplace>><</linkreplace>>
You left the exam worried, you'll have to study hard to pass the final exam, at least until then the sex education course will be over.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hi baby!"</b></span>
You try to hide your dismay and chat a little with your girlfriend before Miss Brandi arrives.
<span class="mike"><b>"And there she is..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Good morning class! Come in Mr Luke, today's class is very special."</b></span>
Luke enters the room and sits next to his girlfriend.
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Hmm... Special?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"That's right, honey, today you're going to repay the intimate massage you received last week."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Repay more or less, right Miss Brandi? In our massage we came at the end. Haha..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Oh no darling, in this massage they will also cum at the end."</b></span>
You can't believe the words you're hearing.
<span class="mike"><b>"Is she serious? She just handed the cage key to Jada..."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Oh... I'm so horny!!!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Good Mr William, that's the purpose of chastity, I hope you enjoy it."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"I will!"</b></span>
Remy and Didi also receive their keys.
<span class="mike"><b>"Is happening! Today I'm going to have my orgasm!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Boys, take off your clothes completely."</b></span>
<<click "Excited, you quickly take off your clothes.">><<set $invbag.push($panties)>><<set $invbag.push($clothes)>><<set $invbag.push($hosiery)>><<set $invbag.push($shoes)>><<goto [[11 ruin 3]]>><</click>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
When everyone finishes taking off their clothes, Miss Brandi continues with the explanations.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"The male intimate massage is a little more complex than the female one, so we will do one couple at a time, who wants to be the first?"</b></span>
You, Luke and Billy raise your hands at almost the same time, luckily you were a little quicker.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Excellent! Mister Michael, you will be the first, lie on the table on your back, the rest of the couples come to my side to watch the technique."</b></span>
You make yourself comfortable at the big table in the center of the room, Remy happily comes over to talk to you.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"The day has finally arrived, sweetheart! Hope you enjoy my massage!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I'm sure I will, honey!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Miss Remy, you will find 4 handcuffs on the side, attach Mister Michael's arms and legs to each corner of the table."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Why the handcuffs?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Unlike female massage, your partner needs to have full control of your body so that nothing goes wrong, an unwanted involuntary movement can spoil the whole purpose of the massage."</b></span>
You don't quite understand the teacher's explanation, but as long as Remy removes this device soon and gives you your orgasm, you don't mind following Miss Brandi's crazy methods.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Let me know if it's too tight, sweetie."</b></span>
Remy pins your arms and legs so that they are completely immobilized.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "Great, honey. Now that he's completely immobilized you can free your boyfriend's birdie.">><<set $panties = "dick hard">><<goto [[11 ruin 4]]>><</click>>
\
<center>
<img src="images/11 ruin/remove.webp" width=600 />\
</center>\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 41s>><span class="remy"><b>"Wow! It got hard faster than before! It's hard to take off!"</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 43s>><span class="brandi"><b>"Yes, the teasing and denial classes increased your partner's libido even more, so he achieves an erection even faster."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 45s>><span class="remy"><b>"It makes sense..."</b></span><</timed>>
Remy manages to remove the entire cage and your powerful erection is no longer suppressed.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<<linkreplace "You can start the massage now, lubricate your hands and start touching his penis, be careful, just as the horny makes him hard faster, he is more susceptible to a premature ejaculation, so start just with light touches throughout the shaft.">> <span class="brandi"><b>"You can start the massage now, lubricate your hands and start touching his penis, be careful, just as the horny makes him hard faster, he is more susceptible to a premature ejaculation, so start just with light touches throughout the shaft."</b></span>
<<timed 2s>><<audio "mikeverysoft3" volume 0.7 play>><</timed>>\
<center>
<img src="images/11 ruin/massage 1.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 2.5s>><span class="mikemini"><b>"Mmmmm... Ahhhh..."</b></span><</timed>>
<<linkreplace "Remy's touches are light and careful, controlling the force so you don't come fast.">> Remy's touches are light and careful, controlling the force so you don't come fast.
<<timed 0s>><<audio "mikeverysoft2" volume 0.5 play>><</timed>>\
<center>
<img src="images/11 ruin/massage 2.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Mmmmm..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "If you feel confident, you can massage his head a little, but always very carefully.">> <span class="brandi"><b>"If you feel confident, you can massage his head a little, but always very carefully."</b></span>
<<timed 0s>><<audio "mikeverysoft4" volume 0.5 play>><</timed>>\
<center>
<img src="images/11 ruin/massage 3.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Ahhhh... Ahhh... Ahhhhh... Ahhhh... Ahhhhh..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Girls, do you know where the boys' greatest pleasure region is?"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"On the head of the penis, isn't it Miss Brandi?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"This is a very common mistake, just by the head you don't even reach half of the pleasure potential, the most pleasurable region is the prostate."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"On ballsack?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Not really, the access to the prostate region is through the anus."</b></span>
<span class="mike"><b>"What???"</b></span>
It's not just you who was startled by the comment, even the girls were surprised.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"No need to be scared, this is a region little explored by men, but I guarantee it's the most pleasant."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"D-Do you want me to massage Mickey's anus?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"That's right, darling."</b></span>
Instinctively you try to contract your arm and legs, but you are stopped by the handcuffs.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Calm down, Mister Michael. You want to cum don't you?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Y-Yes... But... But..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Miss Remy, oil your index finger well and rub it right on the rim of his asshole."</b></span>
When Remy stops the handjob to follow Miss Brandi's command, you get even more agitated.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Calm down, sweetie. I do it with affection.">> <span class="remy"><b>"Calm down, sweetie. I do it with affection."</b></span>
<center>
<img src="images/11 ruin/finger 1.webp" width=600 />\
</center>
Even with remy trying to calm you down, you're still agitated, you close the entrance to your asshole so that not even a hair can pass through it.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Relax, Mister Michael... If you cooperate, it won't hurt at all...">> <span class="brandi"><b>"Relax, Mister Michael... If you cooperate, it won't hurt at all..."</b></span>
<<timed 2s>><<audio "mikeverysoft1" volume 0.1 play>><</timed>>\
<center>
<img src="images/11 ruin/finger 2.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 2.5s>><span class="mike"><b>"Ahhhh..."</b></span><</timed>>\
The massage on the edge of your anus is quite pleasurable, it calms you down a little.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Like this... Very well... Leave that little asshole very loose for your lady's little finger to come in easily... Remy, darling... When you feel it looser, insert delicately...">> <span class="brandi"><b>"Like this... Very well... Leave that little asshole very loose for your lady's little finger to come in easily... Remy, darling... When you feel it looser, insert delicately..."</b></span>
<<timed 4s>><<audio "mikeverysoft3" volume 1 play>><</timed>>\
<center>
<img src="images/11 ruin/finger 3.webp" width=600 />\
</center>
Remy takes advantage of the fact that you relaxed your anus a little and starts to slowly insert her finger, it's a completely new sensation.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Relax more Mister Michael... I'm sure it's not bad."</b></span>
<<linkreplace "And it's not at all, you close your eyes and relax your anus completely to feel Remy's gentle touches better, she takes the opportunity to insert her finger completely into you.">> And it's not at all, you close your eyes and relax your anus completely to feel Remy's gentle touches better, she takes the opportunity to insert her finger completely into you.
<<timed 4s>><<audio "pain3" volume 0.2 play>><</timed>>\
<<timed 7s>><<audio "pain1" volume 0.5 play>><</timed>>\
<center>
<img src="images/11 ruin/finger 4.webp" width=600 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Very well... Are you touching something different, darling?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Yes... Something soft..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="25" >
<<click "You are touching the prostate area, it really has a soft consistency, like a pillow. Girls, the prostate sits around one finger from the entrance to the anus, and to massage it you need to make a hooking motion with your finger, as if you were calling someone close. Remy, dear, do that and keep tugging the dick like you were doing.">><<goto [[11 ruin 5]]>><</click>>\
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<timed 0s>><<audio "mikeverysoft5" volume 0.5 play>><</timed>>\
<center>
<img src="images/11 ruin/finger 5.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ohhhh... Ahhhh... Ohhhh... Ahhhhh..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Pay close attention to his reactions, look how he has already changed his behavior.">> <span class="brandi"><b>"Pay close attention to his reactions, look how he has already changed his behavior."</b></span>
<<timed 0s>><<audio "mikeverysoft6" volume 0.5 play>><</timed>>\
<center>
<img src="images/11 ruin/finger 6.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ohhhhh... Ohhhh-Fuck... Ohhhh-O-God... Ohhhhuu... Ohhhh... Oh.. Oh... Oh... Oh... Oh..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Did you see, Mister Michael? You didn't have to be so resistant..."</b></span>
<<linkreplace "Miss Brandi was right, this is delicious.">> Miss Brandi was right, this is delicious.
<<timed 0s>><<audio "pain4" volume 0.5 play>><</timed>>\
<center>
<img src="images/11 ruin/precum.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Miss Brandi, started to leak that little liquid..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"Great, that means it's getting to the most important part, I need you to pay close attention to my commands from now on, keep it up for now, slow and smooth on the prostate, and very light movements on the penis."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Yes ma'am...">> <span class="remy"><b>"Yes ma'am..."</b></span>
<<timed 0s>><<audio "mikeverysoft7" volume 0.8 play>><</timed>>\
<center>
<img src="images/11 ruin/ruin 1.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ohhhhhh-Fuck! Ohhhhh-fuck! Ohhhh... Ohh... Ohhh... Ohhh... Oh... Oh... Oh..."</b></span>
Remy continues the delicious massage, she uses just enough force to bring you to the edge of orgasm, no more.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Are you paying attention to his reactions?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Yes... He's panting... More restless..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"That means he's approaching orgasm, try to slow the tugging pace even further, and let me know the instant you feel his prostate stiffen."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Okay...">> <span class="remy"><b>"Okay..."</b></span>
<<timed 0s>><<audio "mikeverysoft8" volume 0.5 play>><</timed>>\
<center>
<img src="images/11 ruin/ruin 2.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Owwww... Owww... Ohhh... Ohhh... Ohhhh-Fuck... Ohhh-God... Oh... Oh... Oh... Oh... Oh... Oh-God..."</b></span>
<<linkreplace "This massage is very pleasurable, your moans are proof of that. Even with Remy decreasing the intensity of the force, you feel your orgasm is close.">> This massage is very pleasurable, your moans are proof of that. Even with Remy decreasing the intensity of the force, you feel your orgasm is close.
<<timed 0s>><<audio "mikeverysoft9" volume 1 play>><</timed>>\
<<timed 6.8s>><<audio "ruin" volume 1 play>><</timed>>\
\
<center>
<img src="images/11 ruin/ruin 3.webp" width=600 />\
</center>\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 10s>><span class="remy"><b>"Oh! It got stiff."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 11s>><span class="brandi"><b>"STOP RIGHT NOW!!! GET YOUR HANDS OFF HIM!!!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 14s>><span class="mike"><b>"Ohhh... Fuck-Nooooo... NO... NO... NO... NO... NOOOO!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 22s>><span class="mike"><b>"NO!!! NO!!! COME BACK!!!"</b></span><</timed>>
<<timed 24s>>Your penis ejaculates abandoned, almost without any pleasure, you try to save your orgasm with your hands but the handcuffs stop you.<</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "Good job, darling. You were great.">><<goto [[11 ruin 6]]>><</click>>\
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"But... I didn't understand... Why did you ask me to stop?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Class, what you've just witnessed is called a ruined orgasm, it's a cumming, but as you can see from Mister Michael's reactions, it has a very reduced pleasure."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"But the poor thing hasn't come for more than a week... Why didn't you let him have a full orgasm?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yeah?! Why?!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"I'll explain, did any of you girls ask the boys to perform something learned in the classroom?"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Yes I asked for a massage..."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"I asked for some suckings..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I asked for everything you taught..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... Glad you all made good use of the trainings, but I have a question, by any chance did any of the boys resist doing what you asked?"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"No, Billy accepted right away..."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Luke too, I was even surprised, he's usually so discouraged about this kind of thing..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I didn't have any problems with Mickey either..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"The boys weren't so willing for nothing, it may seem strange but in this frustrated state they are in, they submit to whatever sexual desire you have in order to get their own reward."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"But how would they get that reward if the key stayed with you?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"Well, it's true, if you were carrying the key, the idea that you could release them would be one more big reason to obey. But do you remember that fluid boys spew out when they're too excited? What dripped from Mister Michael during the massage."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I know... It's called precum, isn't it?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"That's right! Did they by any chance expel this liquid during the sexual favors you asked for? Did anyone notice?"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Oh... I was so horny that I didn't even notice."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Hmm... At the time I didn't notice either, but when I was washing clothes I saw that there were dry spots on Luke's undie."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="25" >
<span class="brandi"><b>"Tsk-Tsk... Girls... You still have a lot to learn... But let's take it easy, well, those little spots were the dried precum, I'm sure they all expelled this liquid when they were intimate with you, they expelled because they were feeling a lot of pleasure when touching you, sexual pleasure indeed, even this pleasure reaching by dropper."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Hmm... I think I understand... I mean, more or less, I don't understand what this has to do with you asking Remy to interrupt Mike's orgasm..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"I did this because a full orgasm would provide such a powerful reward in Mister Michael's mind that he would be kind of lazy to obey Miss Remy's next wishes, and that would be until he had accumulated all the semen in his little balls again."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"And cuming like this, will Mickey keep trying to please me?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Exactly, Miss Remy! A ruin orgasm applied correctly makes your partner keep his libido high, and with that, keep his interest in pleasing and obeying you, without getting lazy after a full orgasm."</b></span>
The girls look quite surprised.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="brandi"><b>"Miss Remy, take advantage that Mister Michael's little peewee got soft and lock it once more in the chastity cage, as he just emptied a bit you shouldn't have so much trouble, bad do it quick, like I said he's still with a lot of horny accumulated."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Okay!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"No baby!!! Please!!!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<click "Sorry, sweetie... But you heard Miss Brandi...">><<set $panties = "none">><<goto [[11 ruin 7]]>><</click>>
<center>
<img src="images/11 ruin/lock back.webp" width=600 />\
</center>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Poor thing... Barely out of the cage and it's already being locked up again..."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"That looks a little mean..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"So you don't want to try it with your boyfriend?"</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Of course I want! I'm next!"</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"No! Me!"</b></span>
<<linkreplace "After Remy locked your cock she released the handcuffs and you could watch the other boys' ruined orgasms, Miss Brandi was right, this 'orgasm' didn't end your horny, seeing the same cruelty done to you being done to them left you tight in the cage again.">> After Remy locked your cock she released the handcuffs and you could watch the other boys' ruined orgasms, Miss Brandi was right, this "orgasm" didn't end your horny, seeing the same cruelty done to you being done to them left you tight in the cage again.
<<timed 1s>><<audio "ruinbilly" volume 0.5 play>><</timed>>\
\
<center>
<img src="images/11 ruin/billy.webp" width=600 />\
</center>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 1s>><span class="billy"><b>"D-Don't stop! Please!"</b></span><</timed>>
<<linkreplace "Continue">>\
<<timed 0s>><<audio "ruinluke" volume 0.5 play>><</timed>>\
\
<center>\
<img src="images/11 ruin/luke.webp" width=600 />\
</center>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="luke"><b>"Mmm... Oh! Don't stop... Ow... O-Ohh-Plese don't... Finish me... Fini-Stop-Don't stop... Come on..."</b></span><</timed>>
<<click "Continue">><<goto [[11 ruin 8]]>><</click>><</linkreplace>><</linkreplace>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Congratulations, girls! You all managed to achieve a perfect ruined orgasm! A round of applause for all of you!">> <span class="brandi"><b>"Congratulations, girls! You all managed to achieve a perfect ruined orgasm! A round of applause for all of you!"</b></span>
<<timed 0s>><<audio "applause1" volume 0.5 play>><</timed>>\
<<timed 0s>><<audio "laughverysoft1" volume 0.5 play>><</timed>>\
<<timed 0s>><<audio "laughverysoft2" volume 0.5 play>><</timed>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Yay! Haha..."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Woo-Hoo! Hehe..."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Wow! Haha..."</b></span>
The girls happily applaud their success in today's class.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "And now another round of applause for our boys who just lost their pretty little asses virginityyyy!">> <span class="brandi"><b>"And now another round of applause for our boys who just lost their pretty little asses virginityyyy!"</b></span>
<<timed 0s>><<audio "applause1" volume 1 play>><</timed>>\
<<timed 0.5s>><<audio "laughveryhard1" volume 0.5 play>><</timed>>\
<<timed 0s>><<audio "laughveryhard2" volume 0.5 play>><</timed>>\
<<timed 0s>><<audio "laughhard2" volume 0.5 play>><</timed>>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"HAHAHAHAHAHAHAHA..."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"HEHEHEHEHEHEHEHE..."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"HAHAHAHAHAHAHAHA..."</b></span>
At the sound of laughter, you also receive humiliating applause.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... That's all for today, see you tomorrow."</b></span>
You grab your clothes to change and Remy notices your disappointed face.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Don't be sad, honey... You seemed to be enjoying it so much..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes... But it all went downhill in the end..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"It may even be, but you would never know that you feel so much pleasure in the ass if it wasn't for today's class... In the end I think it was worth it..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I'm not so sure..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I'm! I think this is also the dropper pleasure that Miss Brandi mentioned."</b></span>
Remy seems increasingly interested in Miss Brandi's teachings.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Do you prefer to cum this way or not at all?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"I don't know... This way I think..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"So at least you're better than you were before! Haha..."</b></span>
Remy straightens the dress she just put on and prepares to leave.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Bye, sweetheart. See you later at home."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Bye honey..."</b></span>
<<click "Get dressed">><<goto [[11 ruin dressing]]>><</click>><</linkreplace>><</linkreplace>>
<<if ($invbag.includes("blue briefs")) and ($panties neq "blue briefs")>>\
<img src="images/panties/blue briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "blue briefs">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs")) and ($panties neq "grey briefs")>>\
<img src="images/panties/grey briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "grey briefs">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers")) and ($panties neq "red boxers")>>\
<img src="images/panties/red boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "red boxers">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers")) and ($panties neq "white boxers")>>\
<img src="images/panties/white boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "white boxers">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("sweater and pants")) and ($clothes neq "sweater and pants")>>\
<img src="images/clothes/sweater and pants.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "sweater and pants">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($clothes neq "polo and shorts")>>\
<img src="images/clothes/polo and shorts.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "polo and shorts">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($clothes neq "t-shirt and jeans")>>\
<img src="images/clothes/t-shirt and jeans.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "t-shirt and jeans">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("white socks")) and ($hosiery neq "white socks")>>\
<img src="images/hosiery/white socks.jpg" width=200 >\
<<click " Put on your socks">><<set $hosiery = "white socks">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("brown shoes")) and ($shoes neq "brown shoes")>>\
<img src="images/shoes/brown shoes.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "brown shoes">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("sneakers")) and ($shoes neq "sneakers")>>\
<img src="images/shoes/sneakers.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "sneakers">><<goto [[11 ruin dressing]]>><</click>><</if>>\
\
<<if ($panties neq "none") and ($clothes neq "none") and ($hosiery neq "none") and ($shoes neq "none")>><<click "Leave">><<set $time = "Afternoon">><<goto [[map campus]]>><</click>><</if>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Honey, I'm home."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hmm! Hi baby!"</b></span>
Remy comes to welcome you with a kiss.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I was organizing the bathroom and I saw you used the ointment last night, is it still hurting? Want me to apply a little?"</b></span>
Now that Remy has spoken, you notice that the constant aching in your balls has gone, you feel a little weird when you realize that.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hmm... No need, honey. It doesn't hurt anymore..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Seriously? Haha... What a good baby! Okay, Since you don't have any more pain..."</b></span>
<<linkreplace "Remy leads you to the couch and takes off her nightie.">> Remy leads you to the couch and takes off her nightie.
<center>
<img src="images/11 ruin/tease.webp" width=300 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Too bad the baby is locked up... I wanted so much that jet of cum from this morning in this wet little pussy... Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ow... I want so much... Ouch..."</b></span>
Even without the pain in your balls, the pressure the cage puts on your dick is still quite real.
<<click "After she teases you enough, you two put on your nightclothes and cuddle in the bed until you fall asleep.">><<set $sleep to true>><<goto [[11 ruin dream]]>><</click>><</linkreplace>>
<<timed 0s>><<audio "remymedium5" volume 0.5 play>><</timed>>\
\
<img src="images/face/class.png" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Oh my God! Oh my God!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 6s>><span class="mike"><b>"Remy? Is everything OK?"</b></span><</timed>>
You don't get an answer, the sound comes from your bedroom, so you go check it out.
<<linkreplace "Enter the bedroom">>\
<<audio "vibe" volume 0.1 loop play>> <<timed 17.7s>><<audio "vibe" stop>><</timed>>\
<<timed 0s>><<audio "remycum1" volume 0.8 play>><</timed>>\
\
<center>\
<img src="images/12 pegging/mast.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"UUUUunnn!!! UUUuunnn! AAaannnnnn! UUUnnn! OOnn... Shhhhiiii... OOnnunnn..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 18s>><span class="mike"><b>"Hmm... Hi, baby..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 18s>><span class="remy"><b>"Mickey? Oh! Hi, honey!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 18s>><span class="mike"><b>"Hmm... New toy?"</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<timed 18s>><span class="remy"><b>"Hahaha... Yeah, I got really horny after today's class, so I went to Pink Bunny to buy this for us to play together, the problem is that I couldn't wait. Hehe... Sorry..."</b></span><</timed>>
Even though it's just a toy you feel a pang of jealousy, but obviously you won't tell her that.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Look, it's the same toy I used on you in class that day."</b></span>
You remember very well, you had never felt so horny, At least until that day, after that came other techniques and toys that made you feel in another world, today mostly...
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Put on your pajamas and lie here with me! I want to watch a movie cuddle with you!"</b></span>
<<click "You're supposed to get on with the work, but you give in to the temptation to spend more time with Remy, after all, Friday is the day you watch movies together.">><<set $sleep to true>><<goto [[12 pegging night 2]]>><</click>><</linkreplace>>
<center>
<img src="images/12 pegging/dream.webp" width=600 />\
</center>\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"Haha... Like my pink dick, sweetie?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Ohh... Ohh... Yes... Your pink dick is amazing..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"So ride it! Ride it hard, little bitch!"</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[13 key morning 1]]>><</click>>
<<timed 0s>><<audio "mikecum" volume 1 play>><</timed>>\
<center>
<img src="images/11 ruin/dream.webp" width=500 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="mike"><b>"Fuck! Ohhh... Ugghhhh.... Ugghh! Ugghh! Oh! I'll cum forever!!!"</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[12 pegging morning]]>><</click>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Wake up, honey!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"No... I'm still cumming..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... What?"</b></span>
<span class="mike"><b>"Hmm?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Oh... Hi honey..."</b></span>
Remy woke you up in the middle of the dream, such a good dream...
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... Come on, we have to go."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Sure..."</b></span>
<<click "Continue">><<set $sleep to false>><<goto [[home]]>><</click>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... Good morning, come on... You don't want to be late for your class."</b></span>
Now you also remember that now it doesn't matter anymore.
Entering the room, the teacher calls you to his desk.
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"Hey, Michael. Can I talk to you?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Sure..."</b></span>
He doesn't have a happy face.
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"I corrected your test yesterday, I mean, I didn't even have to, didn't you bother to try?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Well... Sorry... I didn't know there was going to be a test yesterday..."</b></span>
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"Of course not, you're distracted in every class... You know that with that grade you're going to fail the year, right?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"What? Don't have another test?"</b></span>
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" >
<span class="teacher"><b>"Yes, but even if you get an "A", you pass..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Oh... Damn..."</b></span>
You didn't realize you were so screwed.
<img src="images/face/teacher.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="teacher"><b>"Look, you were always a good student, you were never brilliant but at least you didn't cause me any problems, I'll give you a work for you to do this weekend, give it to me ready on Monday and I'll give you some extra points, okay?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Okay! Thank you!"</b></span>
You get a complicated work, you'll have to work hard to hand it on Monday, so you try to advance a little during the class.
<<linkreplace "Damn it! I don't even know where to start! If it wasn't for that bitch... If I could... I would... I would...">> <span class="mike"><b>"Damn it! I don't even know where to start! If it wasn't for that bitch... If I could... I would... I would..."</b></span>
<center>
<img src="images/12 pegging/brandi.webp" width=600 />\
</center>
<<audio "mikecum" volume 0.5 play>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"O-Ohh! Take that, bitch! Take that!"</b></span>
<span class="mike"><b>"Fuck! This way I will never end!"</b></span>
<<click "Go to sex education class">><<goto [[12 pegging 2]]>><</click>><</linkreplace>>
<<linkreplace "You didn't make much progress in the work that the teacher gave you, as the sex education class is about to start, you leave it for later, shortly after you arrive, Miss Brandi enters the room with the strapons you used last week.">> You didn't make much progress in the work that the teacher gave you, as the sex education class is about to start, you leave it for later, shortly after you arrive, Miss Brandi enters the room with the strapons you used last week.
<center>
<img src="images/12 pegging/strapon.jpg" width=350 />\
</center>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Good morning class."</b></span>
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Oh... I love this toy! Haha..."</b></span>
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="jada"><b>"Yay! Will we be fucked again today?!"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... Don't be selfish girls, this week we're focusing on male pleasure."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hmm... So that means we..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"That's right what you are thinking, this time you girls are going to use the toy on your partner."</b></span>
<<linkreplace "You freeze in fright, exchanging glances with Billy and Luke and you see they are just as surprised as you are.">> You freeze in fright, exchanging glances with Billy and Luke and you see they are just as surprised as you are.
<<timed 5s>><<audio "laughsoft4" volume 0.5 play>><</timed>>\
<<timed 8s>><<audio "laughsoft6" volume 0.5 play>><</timed>>\
<<timed 5s>><<audio "laughsoft5" volume 0.5 play>><</timed>>\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"You don't have to pretend you didn't like it, boys, yesterday you were touched in the asshole and you moaned like little bitches."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="remy"><b>"HaHaHaHaHaHaHaHa..."</b></span><</timed>>\
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="jada"><b>"HaHaHaHaHaHaHaHa..."</b></span><</timed>>\
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="didi"><b>"HaHaHaHaHaHaHaHa..."</b></span><</timed>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hmm... Yes... But this is pretty big..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"It's not, Mr Michael, these dildos are of average size, of course compared to your dicklet any penile prosthesis is huge."</b></span>
<span class="mike"><b>"She always likes to remember how small my dick is..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Rest assured, all of your assholes can handle them, after all, you also don't deserve to know how frustrating it is to be penetrated by a tiny weenie."</b></span>
Miss Brandi looks at you with a sarcastic face, teasing you again. You try to disguise.
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "I don't want to do that...">> <span class="luke"><b>"I don't want to do that..."</b></span>
<<timed 5s>><<audio "laughhard3" volume 0.5 play>><</timed>>\
<<timed 5s>><<audio "laughhard6" volume 0.5 play>><</timed>>\
<img src="images/face/didi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="didi"><b>"Stop it Luke! Last night you even asked for a fingering in the ass! I bet you will like it!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="remy"><b>"HAHAHAHAHAHAHAHA..."</b></span><</timed>>\
<img src="images/face/jada.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="jada"><b>"HAHAHAHAHAHAHAHA..."</b></span><</timed>>\
Luke turns red with embarrassment.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... Glad my course is interesting for you guys too, your girlfriend is right Luke, you'll like it. Boys, take off your clothes while I deliver the toy to the girls."</b></span>
<<click "Embarrassed, you obey Miss Brandi's order.">><<set $invbag.push($panties)>><<set $invbag.push($clothes)>><<set $invbag.push($hosiery)>><<set $invbag.push($shoes)>><<goto [[12 pegging 3]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Come on, Stay on all fours."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"But you still haven't released our chastity belt."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Today we will have no need, you have already been released twice this week, this is much more than necessary."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"You call that being released?"</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"On all fours, Mr William. I won't ask again."</b></span>
<<linkreplace "Miss Brandi knows how to be strict when she needs to, begrudgingly you stay in the requested position.">> Miss Brandi knows how to be strict when she needs to, begrudgingly you stay in the requested position.
<center>
<img src="images/12 pegging/peg 1.webp" width=600 />\
</center>\
\
<<linkreplace "Over her clothes, Remy ties the toy to her waist. she starts caressing you on your ass and on your genitals. Your dick tightens in the chastity belt.">> Over her clothes, Remy ties the toy to her waist. she starts caressing you on your ass and on your genitals. Your dick tightens in the chastity belt.
<<timed 9s>><<audio "slap1" volume 0.5 play>><</timed>>\
<<timed 10s>><<audio "ouch1" volume 0.08 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 2.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 10s>><span class="mike"><b>"Ow..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 10.2s>><span class="remy"><b>"What a sweet little ass! Haha..."</b></span><</timed>>
You didn't expect that slap or the grope in your ass, it makes you feel like the women in the porn movies you used to watch in your old days of freedom.
<span class="mike"><b>"I think that by the end of the class I will feel even more like them..."</b></span>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "That's right girls, play with them a little, we're not in a hurry.">> <span class="brandi"><b>"That's right girls, play with them a little, we're not in a hurry."</b></span>
<<timed 10.5s>><<audio "slap2" volume 1 play>><</timed>>\
<<timed 11s>><<audio "ouch2" volume 0.5 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 3.webp" width=600 />\
</center>\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 8.5s>><span class="remy"><b>"Haha... Today you'll be my little whore, baby."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 11s>><span class="mike"><b>"Ouch!"</b></span><</timed>>
Just by the touch of the toy on your asshole you know this isn't going to be as pleasant as Remy's delicate little finger.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "You can insert girls... Start slowly...">> <span class="brandi"><b>"You can insert girls... Start slowly..."</b></span>
<<timed 10.5s>><<audio "pain7" volume 1 play>><</timed>>\
<<timed 12.8s>><<audio "pain8" volume 1 play>><</timed>>\
<<timed 14.3s>><<audio "pain5" volume 1 play>><</timed>>\
<<timed 16.6s>><<audio "pain6" volume 1 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 4.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 14.3s>><span class="mike"><b>"Ouuuch... Ow-Ow-Ow-Ow..."</b></span><</timed>>
Remy lubricates your asshole and inserts the toy carefully, but it's too wide, it makes you feel a little sore.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Calm down boys... It's just like that... Relax your asshole a little more... You'll get used to it...">> <span class="brandi"><b>"Calm down boys... It's just like that... Relax your asshole a little more... You'll get used to it..."</b></span>
<<timed 0s>><<audio "pain7" volume 0.3 play>><</timed>><<timed 2.4s>><<audio "pain7" stop>><</timed>>\
<<timed 2.4s>><<audio "pain7" volume 0.4 play>><</timed>><<timed 4.8s>><<audio "pain7" stop>><</timed>>\
<<timed 4.8s>><<audio "pain7" volume 0.5 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 5.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Ow... Ow... Ow..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "If they are crying too much, add a little more lube, but keep going...">> <span class="brandi"><b>"If they are crying too much, add a little more lube, but keep going..."</b></span>
<<timed 0.7s>><<audio "pain10" volume 0.5 play>><</timed>>\
<<timed 4.1s>><<audio "mikesoft2" volume 0.5 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 6.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 10s>><span class="mike"><b>"Owww..."</b></span><</timed>>
<<linkreplace "Even with a little pain, you start to get used to the thickness of the toy.">> Even with a little pain, you start to get used to the thickness of the toy.
<<timed 0s>><<audio "mikeverysoft3" volume 0 play>><</timed>>\
<<timed 0s>><<audio "pain11" volume 0.5 play>><</timed>><<timed 2.3s>><<audio "pain11" stop>><</timed>>\
<<timed 2.3s>><<audio "pain11" volume 0.5 play>><</timed>><<timed 4.6s>><<audio "pain11" stop>><</timed>>\
<<timed 4.6s>><<audio "pain11" volume 0.5 play>><</timed>>\
<<timed 4s>><<audio "mikesoft" volume 0.5 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 7.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 4.5s>><span class="mike"><b>"Ohhhh..."</b></span><</timed>>
Remy increased the intensity a little, but the pain didn't increase, quite the opposite...
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Balls deep, girls! With desire!">> <span class="brandi"><b>"Balls deep, girls! With desire!"</b></span>
<<timed 0s>><<audio "mikeveryhard1" volume 1 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 8.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Ohh... Ohh... Ohh... Ohhh..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="remy"><b>"Yea! Moan for me little bitch!"</b></span><</timed>>
Remy is excited, but you don't complain about the teasing, it's too good.
<img src="images/face/class.png" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "'Yeah... Fuck your little bitch...'">><span class="mike"><b>"Yeah... Fuck your little bitch..."</b></span>
<<timed 0s>><<audio "mikeveryhard2" volume 1 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 9.webp" width=600 />\
</center>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Ohhhh... Ohhhh... Ohhhh... Ohhhhh... Ohhhh-Ohhhh... Owwwwwwwwww... Oh! Oh! Ow! Oww-Fuck...">> <span class="mike"><b>"Ohhhh... Ohhhh... Ohhhh... Ohhhhh... Ohhhh-Ohhhh... Owwwwwwwwww... Oh! Oh! Ow! Oww-Fuck..."</b></span>
<<timed 0s>><<audio "mikeveryhard3" volume 0.8 play>><</timed>>\
<<timed 9s>><<audio "mikeveryhard4" volume 1 play>><</timed>>\
<center>
<img src="images/12 pegging/peg 10.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Ahhh... Ahhh... Ohhhh-Fuck... Oh-God! Ohh... Ohh... Ohh... Ohh... Ohh... Ohh..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="brandi"><b>"Okay... You can stop now girls..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 9s>><span class="mike"><b>"Ohh... My God... No... Ohh... No..."</b></span><</timed>>
<<linkreplace "Your dick is crying in pain in the cage, but your little asshole makes you ask for more.">> Your dick is crying in pain in the cage, but your little asshole makes you ask for more.
<center>
<img src="images/12 pegging/peg 11.webp" width=600 />\
</center>
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 6s>><span class="remy"><b>"Hahaha... I think someone tried to escape..."</b></span><</timed>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="brandi"><b>"Haha... Looks like your boyfriend really enjoyed today's class, honey. But rest assured, this is the most he will get out of the cage."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="mike"><b>"Ouch..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="remy"><b>"Hahaha... Poor thing! It seems to be tight!"</b></span><</timed>>
<<click "Yes, it's tight, but you're not going to run away, nowadays you already know that this thing is inescapable, this was just another failed escape attempt.">><<goto [[12 pegging 4]]>><</click>>\
\
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"See, boys? You had nothing to worry about, all of you were taking it up the ass with a smile on the face."</b></span>
You try to disguise so you don't admit that you enjoyed being fucked on all fours so much, not that you gave any indication you weren't.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Haha... Anyway... Congratulations girls, you were great. A special congratulations to you Miss Remy, I like the attitude, keep it up."</b></span>
Remy blushes and smiles, she loves getting a compliment.
<img src="images/face/brandi.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="brandi"><b>"Bye class, see you next week."</b></span>
Remy comes to talk to you still smiling.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Loved! Loved! You moaned so good, baby! Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Er... Yes... Congrats, baby... You were well today..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Thanks! Hahaha..."</b></span>
She gives you a kiss.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Bye, baby. See you at home."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Bye, honey."</b></span>
You get your clothes to change, you have a lot of work to do this weekend.
<<click "Get dressed">><<goto [[12 pegging dressing]]>><</click>>
<<if ($invbag.includes("blue briefs")) and ($panties neq "blue briefs")>>\
<img src="images/panties/blue briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "blue briefs">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs")) and ($panties neq "grey briefs")>>\
<img src="images/panties/grey briefs.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "grey briefs">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers")) and ($panties neq "red boxers")>>\
<img src="images/panties/red boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "red boxers">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers")) and ($panties neq "white boxers")>>\
<img src="images/panties/white boxers.jpg" width=200 >\
<<click " Put on your underwear">><<set $panties = "white boxers">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("sweater and pants")) and ($clothes neq "sweater and pants")>>\
<img src="images/clothes/sweater and pants.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "sweater and pants">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("polo and shorts")) and ($clothes neq "polo and shorts")>>\
<img src="images/clothes/polo and shorts.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "polo and shorts">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("t-shirt and jeans")) and ($clothes neq "t-shirt and jeans")>>\
<img src="images/clothes/t-shirt and jeans.jpg" width=200 >\
<<click " Put on your clothes">><<set $clothes = "t-shirt and jeans">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("white socks")) and ($hosiery neq "white socks")>>\
<img src="images/hosiery/white socks.jpg" width=200 >\
<<click " Put on your socks">><<set $hosiery = "white socks">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("brown shoes")) and ($shoes neq "brown shoes")>>\
<img src="images/shoes/brown shoes.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "brown shoes">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
<<if ($invbag.includes("sneakers")) and ($shoes neq "sneakers")>>\
<img src="images/shoes/sneakers.jpg" width=200 >\
<<click " Put on your shoes">><<set $shoes = "sneakers">><<goto [[12 pegging dressing]]>><</click>><</if>>\
\
<<if ($panties neq "none") and ($clothes neq "none") and ($hosiery neq "none") and ($shoes neq "none")>><<click "Do the work.">><<set $time = "Afternoon">><<goto [[12 pegging work]]>><</click>><</if>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Amortization refers to the gradual reduction... Ouch... Of a debt based on periodic payments... Ouch... These are combined with... Ouch..."</b></span>
<span class="mike"><b>"I can't... My ass is burning..."</b></span>
Now that you've calmed down a bit from the hectic class, you realize your ass is hurting a quite.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Phew... Later I finish this... If I walk a little it will help..."</b></span>
<<click "You walk out of college walking slowly, if it doesn't help much to heal at least it cools your head down a little.">><<goto [[map campus]]>><</click>>
You put on your pajamas and lie on the bed next to her, only then do you find out that she doesn't want to watch any movie, she kept talking about the class this morning.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Oh baby! It's very horny to fuck someone on all fours... Haha... It gives a feeling of power..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Being fucked like this is also a delight, I discovered this only last week, it's very good, isn't it?"</b></span>
Even humiliated, it's impossible to say you didn't like it.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Er... Yes, I think..."</b></span>
<<click "After talking for a while Remy falls asleep in your arms. Even though you still have a little pain in your ass, you're also pretty tired, so you fall asleep too.">><<goto [[12 pegging dream]]>><</click>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Oh, Yes... Fuck me, Remy... Fuck your naughty little bitch..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"What? Hahaha... You want me to fuck you? Hahaha... "</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hmm? Oh... Good morning, honey, it was just a dream..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" >
<span class="remy"><b>"It must have been a good dream! Hahaha..."</b></span>
<<linkreplace "You rub your eyes to keep the sleep away, now a little more awake you notice that Remy is getting ready to go out, you think it's strange, after all there's no class today, for now she's only wearing a nice black bobystocking and high heels, besides she seems to be attaching something on her ankle.">> You rub your eyes to keep the sleep away, now a little more awake you notice that Remy is getting ready to go out, you think it's strange, after all there's no class today. For now she's only wearing a nice black bobystocking and high heels, besides she seems to be attaching something on her ankle.
<center>
<img src="images/13 key/anklet.jpg" width=300 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"New jewelry, honey? Is that a key?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"This one here? Haha... Yes it is! It's the key to your chastity cage!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"The key to my chastity cage??? But I thought I was with Miss Brandi!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"No, Miss Brandi gave me the key on Thursday, remember?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Have you been with it since Thursday??? So we can leave the course!!!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Leave the course? I thought we were doing the course for you to get extra points..."</b></span>
You're so excited you forgot to think of an excuse.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"We were... I mean... But you weren't enjoying it... So it's ok to leave..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Rest assured, baby! I just didn't like it at first, the course proved to be very interesting! Plus the extra points are a great bonus for your grades!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Er... Glad you changed your mind... Well... But now that you have the key, you can unlock me..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Unlock you? Well... Miss Brandi didn't forbid me to use it...."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Oh! Thank God!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"But... You came less than two days ago... Why would I unlock you?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"That wasn't to cum!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Haha... Of course it was! There was jizz everywhere, wasn't there? Much more than when we had sex that only a drop came out!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yeah... There was... But it's just... I'm still so horny..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Hmm... Poor boy... But I don't know if I should, Mickey..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"You should... Please, honey! Please..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Haha... But... Why do you want to be released, baby? I mean... Do you... By any chance... Want to have sex with me?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yeah! That's what I want most!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Haha... How naughty! Okay then! Take off your pajamas!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Yes! Right now!"</b></span>
<<click "In a matter of seconds, you remove your pajamas.">><<set $sleep to false>><<goto [[13 key morning 2]]>><</click>><</linkreplace>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
<<linkreplace "You expected Remy to remove the key from the anklet, but instead she lays you back on the bed and sits on your thighs.">> You expected Remy to remove the key from the anklet, but instead she lays you back on the bed and sits on your thighs.
<center>
<img src="images/13 key/tease 1.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"You wanna fuck me, baby? Wanna to fuck that tight little pussy?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Oh... Yes...">> <span class="mike"><b>"Oh... Yes..."</b></span>
<center>
<img src="images/13 key/tease 2.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"How much do you wanna?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hmm... A lot..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<<linkreplace "A lot? That seems pretty much... Okay them...">> <span class="remy"><b>"A lot? That seems pretty much... Okay them..."</b></span>
<center>
<img src="images/13 key/tease 3.webp" width=600 />\
</center>
<<timed 2s>><<audio "pain4" volume 0.2 play>><</timed>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<<timed 2.3s>><span class="mike"><b>"Ouch..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Haha... Like this, baby?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Ow... Not like this..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<span class="remy"><b>"Don't you like my little pussy anymore?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"O-Of course... Of course I like it..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<<linkreplace "Haha... So fuck me, fuck me more...">> <span class="remy"><b>"Haha... So fuck me, fuck me more..."</b></span>
<center>
<img src="images/13 key/tease 4.webp" width=600 />\
</center>
<<timed 0s>><<audio "pain2" volume 0.3 play>><</timed>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Owww... Please, baby... Remove the cage first..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<<linkreplace "Hmmm... Should I?">> <span class="remy"><b>"Hmmm... Should I?"</b></span>
<center>
<img src="images/13 key/tease 5.webp" width=600 />\
</center>
<<timed 0s>><<audio "pain7" volume 0.5 play>><</timed>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<<linkreplace "Ow... Yes... Yes... Yes...">> <span class="mike"><b>"Ow... Yes... Yes... Yes..."</b></span>
<<timed 14s>><<audio "mikeplease" volume 0.5 play>><</timed>>\
<center>
<img src="images/13 key/tease 6.webp" width=600 />\
</center>\
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="0" >
<<timed 12s>><span class="remy"><b>"Um... No, baby, too soon."</b></span><</timed>>
Remy takes her hands off your dick and gets out of bed.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<<timed 14s>><span class="mike"><b>"Pleaseeeee..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... It's no use wailing, baby... I don't even have time anymore, I have to go to work."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"But today is Saturday!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hannah took a day off because she's going to a wedding, I'll have to work."</b></span>
Sometimes Remy works Saturdays to cover for another salesgirl. She picks up a dress that was hanging on a hanger to change.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Can you leave the key?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... Of course not!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Remy..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... It's cute to see you desperate."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Is not! It's torture!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... Don't overdo it, besides... Why do you want the key anyway? I already said I have to leave. You're not thinking about masturbating, are you?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"I-I? N-No... Of course not..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"So there's no reason for you to keep the key."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Hmm... So you unlock me when you get back?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"No! Haha... I already told you, you already came this week!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Then, when?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hmm... I don't know..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Tomorrow?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... You're a little naughty, you know? Of course not!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Oh, Remy... It's just that I'm so horny..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Awww... Poor baby... Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Sweetie... Please..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Ah! I have an idea!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"W-What idea?"</b></span>
You just hope Remy's idea isn't to make you wait another whole week, you're already desperate to cum.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="20" >
<span class="remy"><b>"Let's do it like this, several of our colleagues are having doubts about the classes, Luke for example came to me yesterday desperate with some doubt about female oral. Unfortunately I was late for work so I couldn't help."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"If you want to help them, I'll count points for every help you give. So at the end of the course I give you a reward based on the points you have."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"What??? End of Course??? But there's still almost a month to end!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... You were the one who said it was a short course, weren't you?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Was..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"You can handle it, sweetheart! Think about your prize! Depending on your score I might even fulfill that sexy bunny fantasy of yours..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Will you dress up as a sexy bunny for me?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I don't know... It all depends on your score... Hahaha..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"What if I came one more time before we started?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... No, little naughty! Enough talk, we have a deal!"</b></span>
You don't remember accepting this deal, but it's not like you had much of a choice.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Look for Luke, maybe he's still in doubt, if you help him this will be your first point."</b></span>
Remy gives one last adjustment to the neckline of the dress before giving you a kiss to leave.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Bye, sweetheart!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Bye, honey..."</b></span>
<span class="mike"><b>"I have to finish college work, but maybe I can help Luke before, anyway I need to get out of the house and get some air first. This chastity belt will stay tight if I don't think of something else."</b></span>
<<click "Continue">><<set $startpoints to true>><<set $task1 to true>><<set $time = "Afternoon">><<goto [[home]]>><</click>>
<span class="hint"><b>"Hint* From now on Michael will be able to help his colleagues with any doubts they may have about the classes. It's not mandatory, but helping them or not, interferes with the end of the story. When it appears that someone has a doubt, you'll only have that day to help, so if you want to gather a lot of points, do it as soon as it's available."</b></span><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Here."</b></span>
You point to the drawing on Luke's cell phone.
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"I should have guessed, thanks Mike!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Don't forget to tell Remy that I helped you."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Sure! Monday I'll tell her."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Cool, now I have to go, I have some college work to do."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Okay, Didi should be arriving too, today my oral will be perfect! Hehe... Bye, Mike! Thank you again!"</b></span>
<<click "Continue">><<goto [[map didi and luke]]>><</click>>
<<set $task1 to false>>\
<<if $task1wrong is false and $task1right is false>> You take the work you barely started and try to do something, but not paying attention in class made it all more difficult, you had to research all the class material on the internet first, you won't be able to help Luke.<</if>> You realize it's getting a little late. Your work is practically in the beginning yet, and you're getting hungry, so you decide to make some dinner before continuing.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hi baby! Mmmmm... What a good smell!"</b></span>
<<linkreplace "Remy has just arrived, and with that you already know that you probably won't be able to continue the work today. You have dinner together and she easily convinces you to be company in the soap opera that she likes so much.">> Remy has just arrived, and with that you already know that you probably won't be able to continue the work today. You have dinner together and she easily convinces you to be company in the soap opera that she likes so much.
<<timed 0s>><<audio "remyverysoft2" volume 1 play>><</timed>>\
<center>
<img src="images/13 key/soap opera.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<<linkreplace "Mmmm... Mmmm-mmh...">> <span class="remy"><b>"Mmmm... Mmmm-mmh..."</b></span>
<center>
<img src="images/13 key/mast.webp" width=500 />\
</center>
You hear Remy's soft moans, you look at her and realize she's been watching the soap opera touching herself.
<span class="mike"><b>"She looks horny... It might be my chance to get her to back out of the deal she made this morning."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hey sweetie... You look horny..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Oh! Hehe... Yes... These soap operas are getting hotter and hotter these days..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Mmm... And what do you think about us raising the temperature here too..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Mmm... That's not a bad idea, naughty... Hehe... Wait a second..."</b></span>
<<linkreplace "Remy gets up from the couch and goes towards the bedroom, did she go get the key?">> Remy gets up from the couch and goes towards the bedroom, did she go get the key?
<center>
<img src="images/13 key/wand.jpg" width=350 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Make me cum, you little naughty! Haha..."</b></span>
<<linkreplace "It doesn't look like she wants to back out of the deal.">> It doesn't look like she wants to back out of the deal.
<<audio "vibe" volume 0.1 loop play>> <<timed 8s>><<audio "vibe" stop>><</timed>>\
<<timed 0s>><<audio "remyveryhard3" volume 0.5 play>><</timed>>\
<center>
<img src="images/13 key/cum.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Unnghh... Unnghh... Unnghh... A-a-ahh... Ahhhh..."</b></span>
As much as you still tried to convince her to release you, she came with you very well locked up, with you passing the new toy in her little pussy until she exploded in a delicious orgasm. She falls asleep moments later, smiling, a beautiful smile of someone who has just had a good time. You get out of bed in frustration, only to put on your pajamas and go to sleep too.
<<if $task1right is true>><<click "Go to Sleep">><<set $sleep to true>><<goto [[task 1 right]]>><</click>>\
\
<<elseif $task1wrong is true>><<click "Go to Sleep">><<set $sleep to true>><<goto [[task 1 wrong]]>><</click>>\
\
<<elseif $task1wrong is false and $task1right is false>><<click "Go to Sleep">><<set $sleep to true>><<goto [[13 key dream]]>><</click>><</if>>\
\
\
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<center>
<img src="images/13 key/dream.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Awwww... Does my little poor baby needs to masturbate?"</b></span>
<<click "Wake up">><<set $day to $day+1>>">><<set $time = "Morning">><<goto [[14 rim morning]]>><</click>>
When you're lying down to sleep your cell phone vibrates, it's a text from Luke.
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Hey Mike! Thanks! I think I gave Didi the best orgasm of her life! I'm owing you!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hey Luke! Glad it all worked out, you don't owe me anything, just don't forget to tell Remy that I helped you."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"No problem! See you Monday!"</b></span>
Your work may be late, but at least you'll get Remy's first point.
<<click "Sleep">><<set $points to $points+1>><<goto [[13 key dream]]>><</click>>
When you're lying down to sleep your cell phone vibrates, it's a text from Luke.
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Oh man... You screwed me..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"What's the problem Luke?"</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"Labia majora weren't there! Didi preferred fingering herself than with me sucking!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Oh man... Sorry, I thought it was there..."</b></span>
<img src="images/face/luke.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="luke"><b>"If you weren't sure, it was better not to say anything..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hmm... Sorry again..."</b></span>
<span class="mike"><b>"Luke looks pretty angry, I don't think he's going to help me with Remy."</b></span>
<<click "Sleep">><<goto [[13 key dream]]>><</click>>
<<timed 0s>><<audio "mikeverysoft2" volume 1 play>><</timed>>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Mmmmmmm..."</b></span>
<<linkreplace "You wake up with a strange feeling, good, but weird.">> You wake up with a strange feeling, good, but weird.
<<timed 0s>><<audio "mikeverysoft1" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/rim 1.webp" width=500 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Look, sweetheart... Your little asshole is still pretty stretched from Friday's class. Haha..."</b></span>
You realize you've got your underwear and your pajama bottoms down, and Remy looks like she's having fun playing with your asshole entrance.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Mmmmmmm... Good morning honey... Mmmmm... That's nice..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... Like, huh? So prance that pretty ass for me, prance it."</b></span>
<<linkreplace "You do what she asks and stays like a little bitch waiting to be filled, Remy lube her fingers with saliva and continues to caress you.">> You do what she asks and stays like a little bitch waiting to be filled, Remy lube her fingers with saliva and continues to caress you.
<<timed 1s>><<audio "mikesoft2" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/rim 2.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Uffff... Mmmmmmm..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... I can't believe that in two years of dating I never played with your little asshole, it never even crossed my mind, I didn't even know you liked it."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Mmmm... I didn't know either... Mmmm..."</b></span>
Remy's touch is delicious, your dick presses hard on the chastity cage.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Can you unlock me a little?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"No... No unlocking today..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Miss Brandi didn't forbid you... Just a little..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"No, No, No... I know I can unlock you, but I've played with your little pecker for over two years, today I just want your little asshole, or would you rather I stop?"</b></span>
It would be even better if your erection wasn't restrained by the chastity cage, but even so, you are eager to receive your fingering.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "No... Please, continue...">> <span class="mike"><b>"No... Please, continue..."</b></span>
<<timed 4s>><<audio "mikesoft3" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/rim 3.webp" width=600 />\
</center>
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="mike"><b>"Ohhhh... Ahhhh... Ohhhh... Ahhhhh..."</b></span><</timed>>
<<linkreplace "You are taken by surprise with a wet kiss at the entrance to your asshole.">> You are taken by surprise with a wet kiss on the rim to your asshole.
<<timed 0s>><<audio "mikesoft5" volume 1 play>><</timed>>\
<<timed 5s>><<audio "mikesoft4" volume 0.3 play>><</timed>>\
<center>
<img src="images/14 rim/rim 4.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 5s>><span class="mike"><b>"Oh... Oh.... Oh... Oh... Ooooo=God... Owwww... Ohhhhh..."</b></span><</timed>>
<<linkreplace "The moist and delicate licks bring you another kind of pleasure you didn't know.">> The moist and delicate licks bring you another kind of pleasure you didn't know.
<<timed 0s>><<audio "mikeverysoft4" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/rim 5.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Oh... Oh... Ohhhh... Ohh... Ohhhh... Ohhh... Remy... How delicious..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Delicious, huh? Want me to touch your prostate?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes, please..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Do you like to take fingerings in the ass?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Yes I love it..."</b></span>
<<linkreplace "You're not even thinking about how humiliating this is, you just want to say whatever it takes for Remy to continue giving you so much pleasure.">> You're not even thinking about how humiliating this is, you just want to say whatever it takes for Remy to continue giving you so much pleasure.
<<timed 0s>><<audio "mikesoft6" volume 0.3 play>><</timed>>\
<<timed 6s>><<audio "mikeverysoft5" volume 0.8 play>><</timed>>\
<center>
<img src="images/14 rim/rim 6.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Ow... Ohh... Ohh... O-Ohhhh... Ohh... Ohhhh... Ohhh... Ahhhhh..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Haha... What a hungry little asshole...">> <span class="remy"><b>"Haha... What a hungry little asshole..."</b></span>
<<timed 0s>><<audio "mikesoft7" volume 0.5 play>><</timed>>\
<<timed 7s>><<audio "mikeverysoft5" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/rim 7.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Ow... Owww... Oww... Ow... O-Owwww... Oww... Ow... Awwww... Oww... Oww... Awwww..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Wow... What a delicious moan... Too bad it's ending..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Please, don't stop...">> <span class="mike"><b>"Please, don't stop..."</b></span>
<<timed 0s>><<audio "mikeverysoft1" volume 0.5 play>><</timed>>\
<<timed 2.8s>><<audio "slap3" volume 0.5 play>><</timed>>\
\
<<timed 4.2s>><<audio "ouch2" volume 0.2 play>><</timed>>\
\
<<timed 6.9s>><<audio "ouch2" volume 0.5 play>><</timed>><<timed 7.6s>><<audio "ouch2" stop>><</timed>>\
\
<<timed 7.8s>><<audio "ouch2" volume 0.5 play>><</timed>>\
\
<center>
<img src="images/14 rim/rim 8.webp" width=600 />\
</center>\
\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"Owww..."</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 4.3s>><span class="mike"><b>"Ouch!"</b></span><</timed>>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="mike"><b>"Ouch! Ouch!"</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hot ass!!! Hahaha..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"That's all for today, baby, I need to leave now, I'm going to the beauty salon, did you like the caress?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="mike"><b>"I... Loved it... I just wanted more..."</b></span><</timed>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... I'm glad I managed to please you, you've been pleasing me a lot lately too... Haha... But it's enough, I need to go now."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Bye, honey... Thanks for the caress..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Um! Before I left, Jada told me that she asked Billy for a massage, he's going to do it tonight, why don't you go there in the afternoon to help him?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"If I go, will you give me one of those points?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... If you do a good job, I will!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Well, I have to finish some college work, maybe I can go there later."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Ok, baby. See you at night."</b></span>
<<click "Remy quickly changes to leave, and you get the paperwork to get on with work.">><<set $task2 to true>><<set $time = "Afternoon">><<set $sleep to false>><<goto [[14 rim work]]>><</click>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
Without much progress, you continue the work the teacher gave you, you should be concentrating on the numbers but all you can think about is the pleasure Remy gave you this morning.
<span class="mike"><b>"Oh gosh... That was so good..."</b></span>
<<linkreplace "Without realizing it, you bring your left hand to your caged cock, touching the tip a little, you feel a dampness in your fingers.">> Without realizing it, you bring your left hand to your caged cock, touching the tip a little, you feel a dampness in your fingers.
<center>
<img src="images/14 rim/leak.webp" width=600 />\
</center>
<span class="mike"><b>"I'm leaking precum... Oh, Remy... You made me so horny..."</b></span>
You're so horny you can't get on with work, so you decide to take a walk to calm down a bit and finish later.
<span class="mike"><b>"Maybe I can stop by Billy's on the way."</b></span>
<<click "Continue">><<goto [[home]]>><</click>><</linkreplace>>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Hahaha... I could see, look how the bed turned out.">> <span class="remy"><b>"Hahaha... I could see, look how the bed turned out."</b></span>
<center>
<img src="images/14 rim/precum.jpg" width=300 />\
</center>\
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"What is it?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"That's all the precum you leaked. Hahah... I think your little balls filled up a quite since Thursday."</b></span>
The bed is all wet, by the amount it looks like someone came in it.
<center>
<img src="images/pink bunny/pink bunny saleswoman.jpg" width=600 />
</center>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Oh! It's the boy who likes to take it up the ass! How are you?"</b></span>
<span class="mike"><b>"The worst that this time she is right..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Er... Everything is fine... I need to buy some lube."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"The way you like the thick ones you really need it, come with me."</b></span>
<<linkreplace "You don't have time to respond to the salesgirl's mockery, so you just follow her without complaining.">> You don't have time to respond to the salesgirl's mockery, so you just follow her without complaining.
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"I have these, which one do you prefer?"</b></span>
<center>
<img src="images/14 rim/a b.png" width=900 />\
</center>
\
<<click "This one.">><<set $task2right to true>><<goto [[task 2 pt3]]>><</click>> <<click "This one.">><<set $task2wrong to true>><<goto [[task 2 pt3]]>><</click>>
<center>
<img src="images/14 rim/c d.png" width=900 />\
</center>
\
<<click "This one.">><<set $task2wrong to true>><<goto [[task 2 pt3]]>><</click>> <<click "This one.">><<set $task2wrong to true>><<goto [[task 2 pt3]]>><</click>>
<</linkreplace>>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Cool, Good luck with your fuck, if you want I also have several buttplugs for you to trill your asshole."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" >
<span class="mike"><b>"Er... I don't need this..."</b></span>
<img src="images/face/pink bunny saleswoman.jpg" width=90 align="left" hspace="10" >
<span class="pinkbunnysaleswoman"><b>"Hahaha... Okay, as you wish."</b></span>
You leave the store in a hurry to deliver the lube to Billy, but on the way you ask yourself:
<span class="mike"><b>"What the hell is a buttplug? Is it pleasurable?"</b></span>
<<click "Go to Billy's house">><<goto [[task 2 pt4]]>><</click>>
You arrive at Billy's house and see Jada at the end of the street, on her way home.
<span class="hint"><b>knock knock...</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Hey Billy! I arrived! Fast! Jada is on the end of the street!"</b></span>
Billy opens the door in a hurry.
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Oh! Thanks man!"</b></span>
You give the product to Billy.
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Can you tell Remy I helped you?"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"We'll talk about it later! Go! Fast!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"No problem, we'll talk later."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Bye, man! Thanks again!"</b></span>
<<click "Continue">><<goto [[map jada and billy]]>><</click>>
<<set $task2 to false>>\
Entering the house you find Remy watching TV under the duvet.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hi baby! Come here and stay with me."</b></span>
You lie down in front of her and she caresses you while you watch a reality show about ex-boyfriends who find themselves on an island, the kind of bullshit Remy likes so much.
<span class="mike"><b>"Mmmm... Remy smells good... Her skin is softer..."</b></span>
You remember that Remy went to the salon in the afternoon, the scents of the creams and the texture of her skin are making you horny again.
<span class="mike"><b>"Maybe she wants to continue this morning's pampering..."</b></span>
You start caressing her arms until you reach her hand, discreetly, you try to guide her hand to your ass.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... What are you doing?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Nothing... I mean... Just a caress..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... Looks like you're looking for something else..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Well... Since you mentioned... I was thinking... Maybe you want to continue the affection of this morning..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Hahaha... Liked it, right naughty? But is it only you who can have pleasure this relationship?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Have pleasure!? I don't even have orgasms!"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"I don't want to know! This morning you were moaning like a little bitch! Haha... Now it's my turn! Or don't you think I deserve pleasure too?"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Of course you deserve it..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"Haha... Then sit on the couch very quietly..."</b></span>
<<click "Remy takes off your clothes and asks you to sit in the armchair, you thought she was going to start a strip-tease but instead she sits on your lap.">><<set $invbag.push($panties)>><<goto [[14 rim night 2]]>><</click>>
<<set $panties = "none">>\
<<set $clothes = "none">>\
<<set $hosiery = "none">>\
<<set $shoes = "none">>\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Please your little girlfriend... Touch my tummy... On my little titties...">> <span class="remy"><b>"Please your little girlfriend... Touch my tummy... On my little titties..."</b></span>
<center>
<img src="images/14 rim/tease 1.webp" width=600 />\
</center>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ow... Please, Remy... Release me a little..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"No, no... I already told you, it's my turn to feel pleasure... This little dick will stay locked up until the deal ends."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ow... Please..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"No crying baby... Today I just want to play with my toy..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ouch... Do you want me to rub the vibrator on you again?"</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="remy"><b>"No, today I want to play alone, you will just hold me in your lap."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Ow... Okay, honey..."</b></span>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Look, I bought a new toy.">> <span class="remy"><b>"Look, I bought a new toy."</b></span>
<center>
<img src="images/14 rim/tease 2.webp" width=600 />\
</center>
<<linkreplace "Remy takes a pink toy from the living room drawer.">> Remy takes a pink toy from the living room drawer.
<<audio "vibe" volume 0.07 loop play>> <<timed 17s>><<audio "vibe" stop>><</timed>>\
<<timed 10s>><<audio "remyverysoft5" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/tease 3.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 13s>><span class="remy"><b>"Mmmm... Sounds good too... Mmmm..."</b></span><</timed>>
Remy's little moans are making you very horny.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Mmm... I want to test it on my pussy!">> <span class="remy"><b>"Mmm... I want to test it on my pussy!"</b></span>
<center>
<img src="images/14 rim/tease 4.webp" width=600 />\
</center>
<<linkreplace "Remy takes off her panties and lies comfortably on your chest.">> Remy takes off her panties and lies comfortably on your chest.
<<audio "vibe" volume 0.1 loop play>> <<timed 14s>><<audio "vibe" stop>><</timed>>\
<<timed 0s>><<audio "remyverysoft6" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/tease 5.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 7s>><span class="remy"><b>"Mmmm... Sounds good too... Mmmm..."</b></span><</timed>>
Remy plays with the pussy inches from your penis, even indirectly you can feel the vibrations.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Mmmm... Look how cool, baby... This toy has a clitoral sucker, let's see if it's good...">> <span class="remy"><b>"Mmmm... Look how cool, baby. This toy has a clitoral sucker, let's see if it's good..."</b></span>
<<audio "vibe" volume 0.1 loop play>> <<timed 12s>><<audio "vibe" stop>><</timed>>\
<<timed 1s>><<audio "remysoft2" volume 0.6 play>><</timed>>\
<center>
<img src="images/14 rim/tease 6.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 1.5s>><span class="remy"><b>"Oh... It's good... Mmmm... Very good... Mmmm..."</b></span><</timed>>
As Remy rubs the toy in her pussy, you touch her sensitive nipples, she seems to have enjoyed it.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Mmmm... Yeah, Mickey! Like this... Squeeze my titties...">> <span class="remy"><b>"Mmmm... Yeah, Mickey! Like this... Squeeze my titties..."</b></span>
<<audio "vibe" volume 0.1 loop play>> <<timed 19s>><<audio "vibe" stop>><</timed>>\
<<timed 0s>><<audio "remymedium6" volume 0.5 play>><</timed>>\
<<timed 8.2s>><<audio "remyhard2" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/tease 7.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<linkreplace "Hummmm... Fuck... Yeah... Hummmm... Ahh! Yeah... Yeah... Yeah... Oh... Fuck! Keep going! Keep going! Ahh...">> <span class="remy"><b>"Hummmm... Fuck... Yeah... Hummmm... Ahh! Yeah... Yeah... Yeah... Oh... Fuck! Keep going! Keep going! Ahh..."</b></span>
<<timed 0s>><<audio "remycum5" volume 0.5 play>><</timed>>\
<center>
<img src="images/14 rim/tease 8.webp" width=600 />\
</center>
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="remy"><b>"Mmmm... Ahhhh.... Ohhhh... Aghh! Aghh! Ahh! Ohh! Ah... Ow! Ow! Ow! Ow! Ah! Ah! Ah! Ah! Ah! Oh! Ah... Ohh... Aw... Mmmm-mmmm... Mmmm-mmmm... Ohhhhh... "</b></span><</timed>>
Remy's orgasm was so strong that her body trembles with pleasure, now she just rests on your lap.
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00" >
<<timed 0s>><span class="remy"><b>"Oh baby... That felt so good..."</b></span><</timed>>
You get Remy to bed before she falls asleep on the couch, even frustrated, you can't deny that she looks beautiful after coming. You go to the wardrobe to get dressed for bed too.
<<if ($invbag.includes("blue briefs")) and $task2right is true>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "blue briefs">><<goto [[task 2 right]]>><</click>><</if>>\
\
<<if ($invbag.includes("blue briefs")) and $task2wrong is true>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "blue briefs">><<goto [[task 2 wrong]]>><</click>><</if>>\
\
<<if ($invbag.includes("blue briefs")) and $task2right is false and $task2wrong is false>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "blue briefs">><<goto [[14 rim dream]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("grey briefs")) and $task2right is true>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "grey briefs">><<goto [[task 2 right]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs")) and $task2wrong is true>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "grey briefs">><<goto [[task 2 wrong]]>><</click>><</if>>\
\
<<if ($invbag.includes("grey briefs")) and $task2right is false and $task2wrong is false>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "grey briefs">><<goto [[14 rim dream]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("red boxers")) and $task2right is true>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "red boxers">><<goto [[task 2 right]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers")) and $task2wrong is true>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "red boxers">><<goto [[task 2 wrong]]>><</click>><</if>>\
\
<<if ($invbag.includes("red boxers")) and $task2right is false and $task2wrong is false>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "red boxers">><<goto [[14 rim dream]]>><</click>><</if>>\
\
\
<<if ($invbag.includes("white boxers")) and $task2right is true>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "white boxers">><<goto [[task 2 right]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers")) and $task2wrong is true>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "white boxers">><<goto [[task 2 wrong]]>><</click>><</if>>\
\
<<if ($invbag.includes("white boxers")) and $task2right is false and $task2wrong is false>>\
<<click "Go to Sleep">><<set $clothes = "pajamas">><<set $panties = "white boxers">><<goto [[14 rim dream]]>><</click>><</if>>\
\
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<run $invbag.delete($panties)>>\
<span class="hint"><b>"That's all the content so far, hope you enjoyed it, I'm working on adding more soon."</b></span>
\
<center>
<img src="images/other/bye.webp" width=700 />\
</center>
\
<img src="images/face/remy.jpg" width=90 align="left" hspace="10" vspace="00">
<span class="remy"><b>"Bye, bye..."</b></span>
When you're lying down to sleep your cell phone vibrates, it's a text from Billy.
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Hey Mike! Thank you for your help! You bought an oil-based lube! It was perfect for massage!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Cool Billy! Glad it all worked out. Please, don't forget to tell Remy that I helped you."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Sure! I tell tomorrow! Goodnight!"</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Thanks for telling Remy, this will help me a lot, see you tomorrow."</b></span>
<<if $points gte 1>><span class="mike"><b>Nice! I got one more point!</b></span>\
<<else>><span class="mike"><b>Nice! I got my first point!</b></span><</if>>
<<click "Sleep">><<set $points to $points+1>><<goto [[14 rim dream]]>><</click>>
When you're lying down to sleep your cell phone vibrates, it's a text from Billy.
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Damn... The massage was horrible..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Seriously? Your living room was so perfect, what was the problem?"</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"The lube you bought, it dries very fast because is water based... Jada said she preferred the one in the classroom, she's disappointed..."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Sorry, I didn't even think about that detail..."</b></span>
<img src="images/face/billy.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="billy"><b>"Well, it wasn't your fault, I should have planned better... See you tomorrow."</b></span>
<img src="images/face/mike.jpg" width=90 align="left" hspace="10" vspace="00" >
<span class="mike"><b>"Bye... See you."</b></span>
<span class="mike"><b>"Billy looks upset, I think I missed my point..."</b></span>
<<click "Sleep">><<goto [[14 rim dream]]>><</click>>