@@.left;
\<<pic 18+>>
\<<if $lang == "ru">>
<center><b><<link [[Switch to English|start0]]>><<set $lang = "en">><</link>></b></center>
<div class="text">Эта игра предназначена для лиц старше 18 лет! Все персонажи являются выдуманными и совершеннолетними. Все события происходящие в игре являются исключительно фантазией и не имеют никакого отношения к реальной жизни. Если вам менее 18 лет, пожалуйста, закройте вкладку с игрой и удалите её со своего ПК!</div>\
!!!!<div class="text"><center>Женский персонаж</center>\
\<<set $name to 'Эмилия';$surname to 'Филипс'>>
Имя: <<textbox '$name' $name autofocus>> @@#error;@@
Фамилия: <<textbox '$surname' $surname autofocus>> @@#error;@@
!!!!<center>Её муж</center>\
\<<set $husbname to 'Ричард';$husbsurname to 'Филипс'>>
Имя: <<textbox '$husbname' $husbname autofocus>> @@#error;@@
Фамилия: <<textbox '$husbsurname' $husbsurname autofocus>> @@#error;@@</div>\
!<center><b>[[Начать игру|start1]]</b></center>
<div class="button"><center><b>[[Пропустить пролог|skipprolog]]</b></center>\
Не рекомендуется для новых игроков!
Пропустив пролог, вы пропустите пару секс сцен и возможность получить 1 очко разврата.</div>
\<<else>>
<center><b><<link [[Переключить на Русский|start0]]>><<set $lang = "ru">><</link>></b></center>
<div class="text">This game is intended for players 18 years and older! All characters are fictitious and of legal age. All events depicted in the game are purely fictional and have no relation to real life situations. If you are under 18, please close the game tab and remove the game from your PC!</div>\
!!!!<div class="text"><center>Female Protagonist</center>\
\<<set $name to 'Emilia';$surname to 'Phillips'>>
Name: <<textbox '$name' $name autofocus>> @@#error;@@
Surname: <<textbox '$surname' $surname autofocus>> @@#error;@@
!!!!<center>Her husband</center>\
\<<set $husbname to 'Richard';$husbsurname to 'Phillips'>>
Name: <<textbox '$husbname' $husbname autofocus>> @@#error;@@
Surname: <<textbox '$husbsurname' $husbsurname autofocus>> @@#error;@@</div>\
!<center><b>[[Start the game|start1]]</b></center>
<div class="button"><center><b>[[Skip prologue|skipprolog]]</b></center>\
Not recommended for new players!
If you skip the prologue, you will miss some sex scenes and the opportunity to gain 1 corruption point.</div>
\<</if>>
@@<<set $lang to "en">>
<<set $gifWidth to 80>>
<<set $cycle1 to 1;$cycle2 to "Morning";$day to 0;$wday1 to 6>>
<<set $endofprolog to 0;$showavatar to 1;$showauthor to 1;$banner to 1;$showcheats to 1;$showchangelog to 1;$showday to 1;$showpatreon to 1;$phone_stat to 1>>
<<set $hc to 1;$c to 1;$sc to 1;$b to 1;$uw to 1>>
<<set $cash to 100;$money to 300>>
<<set $instsub to 737;$instday to 0>>
<<set $fanssub to 0;$fansfame to 0>>
<<set $gymaccess to 0;$cosmitem to 50>>
<<set $bj to 0;$deepbj to 0;$sexact to 0;$vaginalsex to 0;$analsex to 0;$orgasm to 0;$cumonface to 0;$cuminmouth to 0;$cumonboobs to 0;$cumonbelly to 0;$cumonass to 0;$creampie to 0;$analcreampie to 0;$hj to 0;$swallow to 0>>
<<set $intoxication to 0>>
<<set $cheats to ''>>
/* Meters */
<<set $corr to 0, $maxCorr to 100>>
<<newmeter 'corr' 0>>
<<colors 'red'>>
<<sizing '232px'>>
<<label '$corr'>>
<</newmeter>>
<<set $fit to 10, $maxFit to 100>>
<<newmeter 'fit' 1>>
<<colors 'yellow'>>
<<sizing '232px'>>
<<label '$fit'>>
<</newmeter>>
<<set $clean to 100, $maxClean to 100>>
<<newmeter 'clean' 4>>
<<colors 'green'>>
<<sizing '232px'>>
<<label '$clean'>>
<</newmeter>>
<<set $beauty to 0, $maxBeauty to 100>>
<<newmeter 'beauty' 5>>
<<colors 'hotpink'>>
<<sizing '232px'>>
<<label '$beauty'>>
<</newmeter>>
<<set $intoxication to 0, $maxIntoxication to 100>>
<<newmeter 'intoxication' 6>>
<<colors 'orange'>>
<<sizing '232px'>>
<<label '$intoxication'>>
<</newmeter>>
<<set $arousal to 0, $maxArousal to 100>>
<<newmeter 'arousal' 2>>
<<colors 'deeppink'>>
<<sizing '232px'>>
<<label '$arousal'>>
<</newmeter>>
<<set $sexenergy to 0, $maxSexenergy to 10>>
<<newmeter 'sexenergy' 3>>
<<colors 'green'>>
<<sizing '232px'>>
<<label '$sexenergy'>>
<</newmeter>>
/* Примеры
<<if ndef $fit>><<set $fit to 0>><</if>>
<<if $aga == "ugu">><<goto "test">><</if>>
<<notify>><<achiev basic>><</notify>> */\<<widget "pic">>
\<center><div class="pic"><<print '<img src="pic/' + $args[0] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "pic2">>
\<center><div class="pic"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "pic3">>
\<center><div class="pic"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "pic4">>
\<center><div class="pic"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '/' + $args[3] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "pic5">>
\<center><div class="pic"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '/' + $args[3] + '/' + $args[4] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "pic6">>
\<center><div class="pic"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '/' + $args[3] + '/' + $args[4] + '/' + $args[5] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "pic7">>
\<center><div class="pic"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '/' + $args[3] + '/' + $args[4] + '/' + $args[5] + '/' + $args[6] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "gif">>
\<center><div class="gif"><<print '<img src="pic/' + $args[0] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "gif2">>
\<center><div class="gif"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "gif3">>
\<center><div class="gif"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "gif4">>
\<center><div class="gif"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '/' + $args[3] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "gif5">>
\<center><div class="gif"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '/' + $args[3] + '/' + $args[4] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "gif6">>
\<center><div class="gif"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '/' + $args[3] + '/' + $args[4] + '/' + $args[5] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "gif7">>
\<center><div class="gif"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '/' + $args[3] + '/' + $args[4] + '/' + $args[5] + '/' + $args[6] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "avatar">>
\<center><div class="avatar"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "inst">>
\<center><div class="inst"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '/' + $args[2] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "atm">>
\<center><div class="atm"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "achiev">>
\<center><div class="achiev"><<print '<img src="pic/achiev/' + $args[0] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "picTest">>
\<center><div class="pic"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '.webp" width="100%">'>></div></center>
\<</widget>>
\
\<<widget "gifTest">>
\<center><div class="gif"><<print '<img src="pic/' + $args[0] + '/' + $args[1] + '.webp" width="100%">'>></div></center>
\<</widget>>@@.left;
\<<pic 18+>>
\<<if $lang == "ru">>\
!<div class="text"><center>Ваше имя $name $surname?</center>\
<center>Имя вашего мужа $husbname $husbsurname?</center></div>
!<center><b>[[Да|prolog0]]</b></center>
!<center><b>[[Нет|start0]]</b></center>
\<<else>>\
!<div class="text"><center>Is your name $name $surname?</center>\
<center>Is your husband's name $husbname $husbsurname?</center></div>
!<center><b>[[Yes|prolog0]]</b></center>
!<center><b>[[No|start0]]</b></center>
\<</if>>
@@@@.left;
\<<pic2 prolog lying1>>
\<<if $lang == "ru">>
<div class="text">Все началось три года назад, когда $husbname и $name, молодая семейная пара, встретились на свадьбе своих друзей. Это была любовь с первого взгляда, и они не могли представить свою жизнь друг без друга.
С течением времени их отношения стали крепче и они решили создать свою семью. Постепенно $husbname и $name приобрели свою уютную квартиру, где они разделяли радости и трудности повседневной жизни.
Они проводили вечера, готовя ужины вместе и обмениваясь историями о своих днях. Их дом наполнился смехом, теплотой и любовью. Вместе они путешествовали, открывая новые места и прекрасные приключения.
Но, как и в любой игре, в жизни всегда есть испытания. $husbname и $name сталкивались с трудностями, но они всегда находили силы поддержать и вдохновить друг друга. Их доверие и поддержка стали их секретным оружием в путешествии по жизни.
Теперь, по прошествии трех лет, они готовы взяться за новые вызовы. Они встречают каждый день с улыбкой, зная, что вместе они непобедимы.
Но будут ли они столь же непобедимы в истории, которая ждёт их [[впереди|prolog1]]?..</div>
\<<else>>
<div class="text">It all started three years ago when $husbname and $name, a young couple, met at a friend's wedding. It was love at first sight, and they couldn't imagine their lives without each other.
Over time, their relationship grew stronger and they decided to start a family of their own. Gradually, $husbname and $name found their cozy apartment where they shared the joys and challenges of everyday life.
They spent their evenings cooking dinner together and sharing stories of their days. Their home was filled with laughter, warmth and love. Together they went on adventures, discovered new places, and experienced wonderful moments.
But just like any game, life always seems to challenge. $husbname and $name faced difficulties, but they always found the strength to support and inspire each other. Their trust and support became their secret weapons in life's journey.
Now, after three years, they are ready to take on new challenges. They greet each day with a smile, knowing that together they are unstoppable.
But will they be as unstoppable in the story that lies [[ahead|prolog1]]?..</div>
\<</if>>
@@@@.left;
\<<pic2 prolog lying1>>
\<<if $lang == "ru">>
<<say '$husbname' 'pic/assets/$husbname.png'>>Доброе утро, солнце. Как спалось?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ммм, прекрасно. Утро и правда доброе, хотя оно всегда может быть лучше...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Даа? И что же ты имеешь ввиду, ммм?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Глупенький, иди же ко мне.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ах ты ж моя маленькая шалунья.<</say>>
\<<else>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Morning, sunshine. Have you slept well?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Mmm, wonderful. Morning's good, though it can always be better...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh yeah? And what do you mean by that, hmm?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Oh, silly, come here.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh, you little naughty girl.<</say>>
\<</if>>
<<gif2 prolog sex1>>\
!<center><b><<if $lang == "ru">>[[Продолжить|prolog2]]<<else>>[[Continue|prolog2]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
\<<say '$name' 'pic/assets/$name.png'>>Да... Ещё... Не останавливайся...<</say>>
\<<else>>
\<<say '$name' 'pic/assets/$name.png'>>Yes... More... Don't stop...<</say>>
\<</if>>
<<gif2 prolog sex2>>
\<<if $lang == "ru">>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ох блять, не могу больше сдерживаться!<</say>>
\<<else>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh fuck, I can't hold back anymore!<</say>>
\<</if>>
<<gif2 prolog swallow>>\
!<center><b><<if $lang == "ru">>[[Продолжить|prolog3]]<<else>>[[Continue|prolog3]]<</if>></b></center>
@@@@.left;
\<<pic2 prolog lying2>>
\<<if $lang == "ru">>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ебать... Что это было?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ты это о чём?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, ты не успела проснуться и уже набросилась на меня. Не могу сказать, что мне не понравилось, но я уже не помню, когда такое было в последний раз. Обычно это я к тебе пристаю.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, сегодня же приезжает твой ..., так что...<</say>>
\
\<<set $hisstepbro to 'сводный брат';$hisstepbroname to 'Джеймс';$hisstepbrosurname to 'Филипс'>>
<<textbox '$hisstepbro' $hisstepbro autofocus>> @@#error;@@
<<textbox '$hisstepbroname' $hisstepbroname autofocus>> @@#error;@@
<<textbox '$hisstepbrosurname' $hisstepbrosurname autofocus>> @@#error;@@
\<<else>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Holy fuck... What was that?<</say>>
<<say '$name' 'pic/assets/$name.png'>>What're you talking about?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, you just woke up and jumped on me. I can't say I didn't enjoy it, but I can't remember the last time that happened. Usually it's me who's all over you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, today your ... is coming, so...<</say>>
\
\<<set $hisstepbro to 'step-brother';$hisstepbroname to 'James';$hisstepbrosurname to 'Phillips'>>
<<textbox '$hisstepbro' $hisstepbro autofocus>> @@#error;@@
<<textbox '$hisstepbroname' $hisstepbroname autofocus>> @@#error;@@
<<textbox '$hisstepbrosurname' $hisstepbrosurname autofocus>> @@#error;@@
\<</if>>
!<center><b><<if $lang == "ru">>[[Продолжить|prolog4]]<<else>>[[Continue|prolog4]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
\<<say '$name' 'pic/assets/$name.png'>>Я подумала, что неплохо было бы хорошо провести время до того момента...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ах, ты опять про это... Послушай, я же уже говорил, что тебе неочем беспокоиться. Мы взрослые люди и я уверяю тебя, что все всё понимают, тебе не стоит стесняться. Ты же не думаешь о соседях, которые могут слышать твои стоны, так ведь?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Соседи, это одно, а твой $hisstepbro, который будет находиться в соседней комнате, это совершенно другое... И да, я понимаю, что все мы взрослые люди, но я также понимаю, что я просто не смогу себе позволить стонать на всю квартиру зная, что после секса я могу захотеть сходить на кухню, чтобы попить воды и встретить там его.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Я уверен, что всё будет в порядке и ты скоро привыкнешь. К тому же я сомневаюсь, что он будет долго гостить у нас. Да и я со своей стороны приложу все усилия к тому, чтобы помочь ему быстрее встать на ноги и переехать в собственное жильё.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Сомневаюсь, что смогу к этому привыкнуть, но надеюсь, что он и правда здесь долго не задержится.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Всё будет хорошо, не переживай. Сама понимаешь, он мой $hisstepbro и я просто не могу бросить его на улице.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Нет, всё в порядке. Если бы мой $hisstepbro нуждался в помощи, я бы тоже без раздумий впустила бы его и помогла.<</say>>
\<<else>>
\<<say '$name' 'pic/assets/$name.png'>>I thought it would be nice to have a good time until then...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh, here we go again... Look, I've already told you, there's nothing to worry about. We're adults, and I assure you that everyone understands. You shouldn't be embarrassed. You don't really think about the neighbors hearing your moans, do you?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Neighbors, that's one thing, but your $hisstepbro in the next room, that's another... And yes, I understand that we're all adults, but I also understand that I just can't afford to moan all over the apartment knowing that after sex I might want to go to the kitchen to get some water and run into him.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I'm sure everything will be fine and you'll get used to it soon. I doubt he's staying long. And I'm doing the best I can to help him find himself a new home.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I doubt I can get used to it, but I hope he won't stay here for long.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>It'll be fine. Don't worry. You know, he's my $hisstepbro, and I just can't leave him out on the street.<</say>>
<<say '$name' 'pic/assets/$name.png'>>No, it's fine. I would not have hesitated to let my $hisstepbro in and offer my help if he needed it too.<</say>>
\<</if>>\
!<center><b><<if $lang == "ru">>[[Продолжить|prolog5]]<<else>>[[Continue|prolog5]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
<<say '$husbname' 'pic/assets/$husbname.png'>>Вот видишь. И я уверяю тебя, что я не был бы против и отнёсся бы с полным пониманием. Хотя... Если подумать, то присутствие моего $hisstepbro лишит меня одного момента доставляющего моим глазам удовольствие.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Твоим глазам? Ты про то, что я больше не смогу ходить по квартире в трусиках и твоей рубашке?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ага... Сомневаюсь, что ты будешь ходить в таком виде, когда он будет здесь.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Сомневаешься? Вообще-то я думала, что ты будешь против этого.<</say>>
<div class="text">С этими словами вы встали с кровати и подошли к гардеробу, чтобы взять полотенце перед походом в душ.</div>
<<pic2 prolog wardrobe>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Нет, ну, конечно я против того, чтобы ты ходила при нём в прозрачном нижнем белье или без лифчика в моей расстёгнутой рубашке, но ты же предпочитаешь трусики шорты, так что...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что? Вообще-то в таких трусиках моя попа полностью видна. Ты хочешь сказать, что нормально отнесёшься если я буду так ходить ходить при нём по дому?<</say>>
\<<else>>
<<say '$husbname' 'pic/assets/$husbname.png'>>See, and I assure you, I wouldn't mind and I would totally get it. But... On second thought, my $hisstepbro`s presence will rob me of a moment that is a joy to my eyes.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Your eyes? You mean I can no longer walk around in my underwear?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah... I doubt you'll be walking around like that when he's here.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Doubts? Actually, I thought that you were going to be against it.<</say>>
<div class="text">With that, you got out of bed and went to the closet to grab a towel before heading to the shower.</div>
<<pic2 prolog wardrobe>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, of course I don't like you wearing see-through lingerie or going braless in my unbuttoned shirt around him, but you prefer to wear boy shorts, so...<</say>>
<<say '$name' 'pic/assets/$name.png'>>What? Actually, those panties show my butt. Are you saying it's okay if I walk around the house like that?<</say>>
\<</if>>\
!<center><b><<if $lang == "ru">>[[Продемонстрировать|prolog6]]<<else>>[[Show him|prolog6]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">Вы взяли свои вчерашние трусики со стула и надели их, чтобы продемонстрировать своему мужу вид, который будет лицезреть его $hisstepbro если она будет так одеваться.</div>
<<gif2 prolog bootywardrobe>>
<<say '$name' 'pic/assets/$name.png'>>Хочешь сказать, что это нормально и тебя это нисколько не смутит?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ты так говоришь, будто я подталкиваю тебя к какому-то разврату. Представь, что мы живём в большом доме с бассейном и ты решила окунуться. Или мы пошли на пляж. Ты же предпочитаешь бикини. Когда мы на пляже, ты ведь не думаешь о том, что на твою задницу пялятся незнакомцы?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Не знаю, я никогда не думала об этом... Мне кажется пляж и дом, это... Это же совершенно разные вещи и...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>В общем, не забивай себе голову, всё равно я знаю, что ты не будешь так одеваться, пока он здесь, так что беги скорей в душ, а то мне тоже нужно. Мне ведь скоро ехать встречать $hisstepbroа.<</say>>
\<<else>>
\<div class="text">You took your underwear from yesterday off the chair and put it on so your husband could see what you look like.</div>
<<gif2 prolog bootywardrobe>>
<<say '$name' 'pic/assets/$name.png'>>Are you saying that it's okay and you don't mind?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>You make it sound as if I'm trying to push you into some kind of debauchery. Imagine this: we live in a big house with a pool, and you've decided to go swimming. Or we've gone to the beach, where you'd rather wear a bikini. Don't you think about strangers ogling your ass while we're at the beach?<</say>>
<<say '$name' 'pic/assets/$name.png'>>I dunno, I never really considered that... I mean, the beach and the house, it's just... It's totally different and...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Anyway, don't worry about it. Hurry up and take a shower because I know you won't dress like that while he's here. I have to, too, because I'm about to go meet a $hisstepbro.<</say>>
\<</if>>\
!<center><b><<if $lang == "ru">>[[Идти в душ|prolog7]]<<else>>[[Go to shower|prolog7]]<</if>></b></center>
@@@@.left;
\ <<gif2 prolog shower>>
\<<if $lang == "ru">>
<<say '$name' 'pic/assets/$name.png'>>"<i>Не могу поверить, что $husbname не будет возражать если я появлюсь перед его $hisstepbroом в таком виде...</i>"<</say>>
<<say '$name' 'pic/assets/$name.png'>>"<i>Хотя, может я слишком заморачиваюсь и в этом действительно нет ничего плохого. Может он прав. Я ведь нахожусь на пляже в бикини и если бы мы жили в большом доме с бассейном, то мне бы наверняка пришлось ходить через весь дом к бассейну. Или к бару за напитками...</i>"<</say>>
<<say '$name' 'pic/assets/$name.png'>>"<i>Но ведь его $hisstepbro полюбому будет пялиться на меня и я сомневаюсь, что $husbnameу это понравится. Может стоит переступить через себя и просто проверить?</i>"<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Дорогая, ты скоро? Мне скоро выезжать.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, одну минуту!<</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>>"<i>I can't believe $husbname has no problem with me showing up like this in front of his $hisstepbro...</i>"<</say>>
<<say '$name' 'pic/assets/$name.png'>>"<i>You know what? Maybe I'm overthinking it, and there's nothing wrong with that. He's probably right. After all, I'm on the beach in a bikini, and if we lived in a big house with a pool, I'd probably have to walk through the whole house to get to the pool. Or to the bar for a drink...</i>"<</say>>
<<say '$name' 'pic/assets/$name.png'>>"<i>But his $hisstepbro will definitely be checking me out, and I doubt $husbname would appreciate it. Maybe it is time for me to step out of my comfort zone and just give it a try?</i>"<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Babe, are you nearly finished? I have to go soon.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Sure, just a moment!<</say>>
\<</if>>\
!<center><b><<if $lang == "ru">>[[Вытираться|prolog8]]<<else>>[[Wipe off|prolog8]]<</if>></b></center>
@@@@.left;
\ <<gif2 prolog showertowel>>
\<<if $lang == "ru">>
<<say '$name' 'pic/assets/$name.png'>>Можешь входить, я уже вытираюсь!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Отлично! Кстати, не забывай, что теперь тебе придётся закрываться.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Точно! Главное не забыть с непривычки.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да уж, а то неловко выйдет...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Это точно... Так через сколько вы приедете?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Не знаю, но не думаю, что это займёт много времени. Тут недалеко, вещи он уже собрал, загрузим всё в машину и домой. Думаю за час управимся.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Отлично, тогда я сейчас волосы высушу и на пробежку. Застолье у нас ведь всё равно только вечером будет, так что после обеда успею всё приготовить.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну да, ему всё равно нужно будет ещё вещи разобрать да обосноваться. И ты много уж не готовь, у нас же не праздник какой-то. Так, просто посидим, выпьем за встречу, обсудим его дальнейшие планы.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Как скажешь. Ладно, я пошла собираться. Аккуратней там и звони если что. Люблю тебя.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>И я тебя люблю.<</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>>Come in, I'm drying!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Awesome! Don't forget, now you have to close the door behind you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Wow, you're right! The main thing is not to forget out of habit.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah, otherwise it will be awkward...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Right... So when will you arrive?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I'm not sure, but I don't think it'll take long. It's close by. He's already packed up the stuff, so we'll load everything into the car and go home. I think we can do this within an hour.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Great, then I'll dry my hair and go for a run. I'll have plenty of time to get everything ready after lunch, since dinner is in the evening anyway.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah, he's still got to unpack and settle in. And don't overprepare, this is not a party. We'll just sit and toast the meeting, discuss his future plans.<</say>>
<<say '$name' 'pic/assets/$name.png'>>As you wish. Alright, I'm gonna go get ready. Be careful out there and call me if anything happens. Love ya.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I love you, too.<</say>>
\<</if>>\
!<center><b><<if $lang == "ru">>[[На пробежку|prolog9]]<<else>>[[Go for a run|prolog9]]<</if>></b></center>
@@@@.center;
\<<if $lang == "ru">>
\<div class="text">Вы потратили минут 20 на то, чтобы высушить волосы, одеться и отправиться на пробежку.</div>
<<gif2 prolog run>>
<div class="text">Во время пробежки вы продолжали думать о вашем разговоре с мужем и о вашем желании подразнить мужа и проверить, вызовет ли у него негативную реакцию то, что его $hisstepbro будет пялиться на вашу задницу, когда увидит, что кроме трусиков её ничего не прикрывает.
С одной стороны вам хотелось посмотреть на его реакцию, а с другой стороны вы продолжали считать, что это неправильно и ваша застенчивость отговаривала вас от сей затеи.
Пока вы были погружены в свои мысли, пробегая мимо отдалённого участка парка, вы вдруг услышали стоны.</div>
\<<linkappend 'Посмотреть?'>>
<<set $arousal += 10>>
<br><<gif2 prolog parkfuck>>
<div class="text">Приглядевшись, за кустом вы заметили девушку с обнажённой грудью, но в момент, когда вы пробегали ближе к ним, вы поняли, что обнажена у неё не только грудь. Она была полностью голой и скакала на члене какого-то мужика.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Надо же... Впервые такое вижу... Неужели им совершенно не стыдно?"</i><</say>>
<div class="text">Подумали вы отвернувшись и продолжили бежать вперёд.</div>
\<</linkappend>>
<br><div class="text">Спустя какое-то время, вы решили, что на сегодня хватит и [[побежали в сторону дома|prolog10]].</div>
\<<else>>
\<div class="text">It took you about 20 minutes to blow-dry your hair, get dressed, and head out for a run.</div>
<<gif2 prolog run>>
<div class="text">As you jogged, you kept thinking about your conversation with your husband and your desire to tease him to see if he would react negatively to the fact that his $hisstepbro will be ogling your ass when he sees that nothing but panties cover it.
You wanted to see how he'd react, but you still felt it was wrong, and your shyness kept you from pursuing the idea.
As you ran through past a secluded part of the park, lost in your thoughts, you suddenly heard moaning.</div>
\<<linkappend 'Look?'>>
<<set $arousal += 10>>
<br><<gif2 prolog parkfuck>>
<div class="text">Looking closer, you noticed a girl with bare breasts behind the bush. But as you sprinted closer, you realized that it wasn't just her breasts that were exposed. She was completely naked and she was riding some guy's dick.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Oh my... First time I've seen something like this... Have they no shame at all?"</i><</say>>
<div class="text">You thought as you turned away and continued to run forward.</div>
\<</linkappend>>
<br><div class="text">After a while, you decided that was enough for today, and [[ran towards the home|prolog10]].</div>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">По прибытию домой, вы попили воды и снова отправились в душ, чтобы смыть с себя весь пот собравшийся на вас при пробежке.</div>
<<gif2 prolog shower>>
<div class="text">Закончив принимать душ, вы завернулись в полотенце и направились в спальню, чтобы высушить волосы, навести причёску и немного накраситься.</div>
<<pic2 prolog towel>>
<div class="text">Однако вы были столь погружены в мысли о вашем диалоге с мужем, что совершенно не заметили, как пролетело время.</div>
\<<else>>
\<div class="text">When you got home, you grabbed some water and headed back to the shower to wash off all the sweat from the run.</div>
<<gif2 prolog shower>>
<div class="text">When you finished showering, you wrapped yourself in a towel and went to the bedroom to dry your hair, style it, and put on some makeup.</div>
<<pic2 prolog towel>>
<div class="text">However, you were so engrossed in thinking about what you talked about with your husband that you didn't even realize how fast time passed.</div>
\<</if>>\
!<center><b><<if $lang == "ru">>[[В спальню|prolog11]]<<else>>[[To the bedroom|prolog11]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">Выйдя из ванной, вы хотели направиться в спальню, но краем глаза заметили силуэт справа от вас и испугавшись, вздрогнули и повернулись в сторону него.</div>
<<gif2 prolog toweloops>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Привет... Я...<</say>>
<div class="text"> Промямлил $hisstepbroname неловко разглядывая ваше голое тело.
От растерянности ваш мозг не позволял вам быстро сообразить, что произошло и что нужно делать дальше, так что порядка 5 секунд, вы просто стояли с открытым ртом и широко открытыми глазами глядя на него.
Когда до вас наконец дошло, что произошло, вы быстро нагнулись за полотенцем и прикрывшись им как смогли, [[убежали в спальню|prolog12]] и закрыли за собой дверь.</div>
\<<else>>
\<div class="text">Leaving the bathroom, you were about to head for the bedroom when you caught a glimpse of a silhouette to your right out of the corner of your eye. Startled, you jumped and turned to face it.</div>
<<gif2 prolog toweloops>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Hey... I...<</say>>
<div class="text">$hisstepbroname mumbled awkwardly as he looked at your naked body.
Your brain was so overwhelmed that it couldn't quickly process what had happened and what to do next, so for about 5 seconds you just stood there with your mouth open and your eyes wide, staring at him.
When you finally realized what had happened, you quickly grabbed a towel and covered yourself as best you could, [[hurrying into the bedroom|prolog12]] and closing the door.</div>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">Забежав в спальню и закрыв за собой дверь, вы прыгнули на кровать и не зная, что делать и как теперь показываться ему на глаза, вы в панике начали раздумывать о произошедшем.</div>
<<pic2 prolog panic>>
<<say '$name' 'pic/assets/$name.png'>><i>"Какого чёрта? Как они так быстро... Блять, уже прошло больше часа!"</i><</say>>
<div class="text">Выкрикнули вы в своей голове, когда посмотрели на часы.
Ещё немного поразмыслив над ситуацией, вы опомнились и решили одеться, пока в комнату не зашёл ваш муж и не увидел вас в таком состоянии.</div>
<<pic2 prolog wardrobe>>
<<say '$name' 'pic/assets/$name.png'>><i>"Вот и подразнила мужа... Наверное, сейчас не самое лучшее время для того, чтобы щеголять перед его $hisstepbroом с голой задницей?"</i><</say>>
\<<else>>
\<div class="text">As you rushed into the bedroom and closed the door behind you, you jumped onto the bed, not knowing what to do or how to face him now. Panicking, you began to think about what just happened.</div>
<<pic2 prolog panic>>
<<say '$name' 'pic/assets/$name.png'>><i>"What the hell? How did they get here so fast... Dammit, it's been over an hour!"</i><</say>>
<div class="text">You shouted in your head as you looked at the clock.
After thinking about it for a while, you snapped out of it and decided to get dressed before your husband entered the room and saw you in this state.</div>
<<pic2 prolog wardrobe>>
<<say '$name' 'pic/assets/$name.png'>><i>"Well, I just teased my husband perfectly... Probably not the best time to show my bare ass to his $hisstepbro, huh?"</i><</say>>
\<</if>>\
!<center><b><<if $lang == "ru">><<link [[Надеть трусики и рубашку мужа|prologpanties1]]>><<set $corr += 1;$prologpanties = 1;$hc to 1>><</link>><<else>><<link [[Wear panties and your husband's shirt|prologpanties1]]>><<set $corr += 1;$prologpanties = 1;$hc to 1>><</link>><</if>></b></center>
!<center><b><<if $lang == "ru">><<link [[Надеть легинсы и майку|prologleggins1]]>><<set $prologpanties = 0;$hc to 2>><</link>><<else>><<link [[Wear leggings and a t-shirt|prologleggins1]]>><<set $prologpanties = 0;$hc to 2>><</link>><</if>></b></center>
@@@@.left;
\<<pic2 prolog leggins>>
\<<if $lang == "ru">>
<<say 'Мысли $name' 'pic/assets/$name.png'>><i>"Да, я думаю, что ещё будет более удачное время для экспериментов..."</i><</say>>
Подумали вы и нерешительно [[направились в гостиную|prologleggins2]], чтобы поприветствовать $hisstepbronameа.
\<<else>>
<<say '$name`s thoughts' 'pic/assets/$name.png'>><i>"Yeah, I think there will be time for experimentation..."</i><</say>>
You thought for a moment and hesitantly [[walked into the living room|prologleggins2]] to greet $hisstepbroname.
\<</if>>
@@@@.left;
\<<pic2 prolog panties>>
\<<if $lang == "ru">>
\<div class="button"><font color=red>Разврат + 1</font></div>
<<say '$name' 'pic/assets/$name.png'>><i>"Эх, надеюсь, что я не пожалею об этом..."</i><</say>>
<div class="text">Подумали вы и нерешительно [[направились в гостиную|prologpanties2]], чтобы поприветствовать $hisstepbronameа.</div>
\<<else>>
\<div class="button"><font color=red>Corruption + 1</font></div>
<<say '$name' 'pic/assets/$name.png'>><i>"Man, I hope I won't regret this..."</i><</say>>
<div class="text">ou thought for a moment and hesitantly [[walked into the living room|prologpanties2]] to greet $hisstepbroname.</div>
\<</if>>
@@<<beauty>>
<<if $endofprolog == 1>>
<<if $showday == 1>><div class="widget"><<if $lang == "ru">><font color=white>День:</font> <<else>><font color=white>Day:</font> <</if>><font color=red>$day</font></div><</if>>
<div class="widget"><font color=white><<wday>></font></div>
<div class="widget" id="timeWidget"><font color=white><<if $cycle1 != 7>><<link "<<time>>">><<set $cycle1 += 1>><<replace "#timeWidget">><<link "<<time>>">><<set $cycle1 += 1>><<replace "#timeWidget">><<link "<<time>>">><<set $cycle1 += 1>><<replace "#timeWidget">><<link "<<time>>">><<set $cycle1 += 1>><<replace "#timeWidget">><<link "<<time>>">><<set $cycle1 += 1>><<replace "#timeWidget">><<link "<<time>>">><<set $cycle1 += 1>><<replace "#timeWidget">><<time>><</replace>><</link>><</replace>><</link>><</replace>><</link>><</replace>><</link>><</replace>><</link>><</replace>><</link>><<else>><<time>><</if>></font></div>
/* <div class="widget"><font color=white><<time>></font></div> */
<</if>>
/* <<if $showavatar == 1>><<avatar assets you>><</if>> */
<<if $showavatar == 1 && $endofprolog == 1>><div class="avatar"><a data-passage="mirror"><img src="pic/assets/you.png" width="100%"/></a></div><</if>>
<<if $lang == "ru">>
<center>
<<if $endofprolog == 1>>
<div class="widget">
<font color=white>Наличные:</font><font color=red> $cash</font><font color=green>$</font>
<br><font color=white>Карта:</font> <font color=red> $money</font><font color=green>$</font>
</div>
<div class="widget">
<font color=white>Чистота:</font>
<<showmeter 'clean' `$clean / $maxClean`>>
<font color=white>Фитнес:</font>
<<showmeter 'fit' `$fit / $maxFit`>>
<font color=white>Привлекательность:</font>
<<showmeter 'beauty' `$beauty / $maxBeauty`>>
<font color=white>Разврат:</font>
<<showmeter 'corr' `$corr / $maxCorr`>>
<font color=white>Возбуждение:</font>
<<showmeter 'arousal' `$arousal / $maxArousal`>>
<<if $intoxication > 0>>
<font color=white>Опьянение:</font>
<<showmeter 'intoxication' `$intoxication / $maxIntoxication`>>
<</if>>
</div>
<<else>>
<<if $arousal > 0>>
<div class="widget">
<<if $corr > 0>>Разврат:<br><<showmeter 'corr' `$corr / $maxCorr`>><</if>>
Возбуждение:<br><<showmeter 'arousal' `$arousal / $maxArousal`>>
</div>
<</if>>
<</if>>
</center>
<<else>>
<center>
<<if $endofprolog == 1>>
<div class="widget">
<font color=white>Cash: <font color=green>$</font></font><font color=red>$cash</font>
<br><font color=white>Card: <font color=green>$</font></font><font color=red>$money</font>
</div>
<div class="widget">
<font color=white>Cleanliness:</font>
<<showmeter 'clean' `$clean / $maxClean`>>
<font color=white>Fitness:</font>
<<showmeter 'fit' `$fit / $maxFit`>>
<font color=white>Beauty:</font>
<<showmeter 'beauty' `$beauty / $maxBeauty`>>
<font color=white>Corruption:</font>
<<showmeter 'corr' `$corr / $maxCorr`>>
<font color=white>Arousal:</font>
<<showmeter 'arousal' `$arousal / $maxArousal`>>
<<if $intoxication > 0>>
<font color=white>Intoxication:</font>
<<showmeter 'intoxication' `$intoxication / $maxIntoxication`>>
<</if>>
</div>
<<else>>
<<if $arousal > 0>>
<div class="widget">
<<if $corr > 0>>Corruption:<br><<showmeter 'corr' `$corr / $maxCorr`>><</if>>
Arousal:<br><<showmeter 'arousal' `$arousal / $maxArousal`>>
</div>
<</if>>
<</if>>
</center>
<</if>>
<<if $sup_msg > 0>><br><a data-passage="phone"><img src="pic/res/sup_msg.png" width="15%"/><<set $phonepage to 19>></a><</if>>
<<if $showpatreon == 1>><br><a href="https://www.patreon.com/SelinaGames" target="_blank"><img src="pic/res/patreon.png" width="20%" align="middle"></a><</if>>
/* Стили */
<<if $gifWidth == 40>>
<style>
.gif { color: white; border: 2px solid white; border-radius: 8px; padding: 5px 5px 0px 5px; box-shadow: 1px 1px 1px Black; overflow: auto; width: 40%; }
</style>
<<elseif $gifWidth == 60 or ndef $gifWidth>>
<style>
.gif { color: white; border: 2px solid white; border-radius: 8px; padding: 5px 5px 0px 5px; box-shadow: 1px 1px 1px Black; overflow: auto; width: 60%; }
</style>
<<elseif $gifWidth == 80>>
<style>
.gif { color: white; border: 2px solid white; border-radius: 8px; padding: 5px 5px 0px 5px; box-shadow: 1px 1px 1px Black; overflow: auto; width: 80%; }
</style>
<<elseif $gifWidth == 100>>
<style>
.gif { color: white; border: 2px solid white; border-radius: 8px; padding: 5px 5px 0px 5px; box-shadow: 1px 1px 1px Black; overflow: auto; width: 100%; }
</style>
<</if>>
<style>
#ui-bar
{
background-image: url("pic/res/bgbar.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
margin: 0;
}
body, tw-story
{
font-size: 13.5pt;
font-family: cursive;
background-image: url("pic/res/bgmain.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
margin: 0;
}
a
{color:DeepPink;
text-shadow: black 1px 3px 1px;}
a:active
{color:DeepPink;
text-shadow: black 1px 3px 1px;}
a:hover
{background:DeepPink;
color: white;}
div.center { margin: 0 auto; padding: 1% 1% 1% 1%; text-align: justify; text-align-last: center; background: rgba(0, 0, 0, .8); border-radius: 8px;}
div.left { margin: 0 auto; padding: 1% 1% 1% 1%; text-align: justify; background: rgba(0, 0, 0, .8); border-radius: 8px;}
</style><<widget "variables">>
<<if ndef $cheats>><<set $cheats to ''>><</if>>
<<if $gifWidth < 0>><<set $gifWidth to 40>><<elseif ndef $gifWidth>><<set $gifWidth to 80>><<elseif $gifWidth > 100>><<set $gifWidth to 100>><</if>>
<<if $corr < 0>><<set $corr to 0>><<elseif $corr > 100>><<set $corr to 100>><</if>>
<<if $cycle1 < 1>><<set $cycle1 to 1>><<elseif $cycle1 > 7>><<set $cycle to 7>><</if>>
<<if $wday1 < 1>><<set $wday1 to 1>><<elseif $wday1 > 7>><<set $wday1 to 1;$fit -= 1;$tan -= 2>><</if>>
<<if $fit < 0>><<set $fit to 0>><<elseif $fit > 100>><<set $fit to 100>><</if>>
<<if $arousal < 0>><<set $arousal to 0>><<elseif $arousal > 100>><<set $arousal to 100>><</if>>
<<if $fit <= 50>><<set $body to 1>><<else>><<set $body to 2>><</if>>
<<if $clean < 0>><<set $clean to 0>><<elseif $clean > 100>><<set $clean to 100>><</if>>
<<if $fansfame < 0 or ndef $fansfame>><<set $fansfame to 0>><<elseif $fansfame > 100>><<set $fansfame to 100>><</if>>
<<if $instfame < 0 or ndef $instfame>><<set $instfame to 0>><<elseif $instfame > 100>><<set $instfame to 100>><</if>>
<<if $fanssub < 0 or ndef $fanssub>><<set $fanssub to 0>><</if>>
<<if $instsub < 0 or ndef $instsub>><<set $instsub to 0>><</if>>
<<if $gymaccess < 0>><<set $gymaccess to 0>><</if>>
<<if $intoxication < 0 or ndef $intoxication>><<set $intoxication to 0>><<elseif $intoxication > 100>><<set $intoxication to 100>><</if>>
<<if $tan < 0 or ndef $tan>><<set $tan to 0>><<elseif $tan > 100>><<set $tan to 100>><</if>>
<<if ndef $bj>><<set $bj to 0>><</if>><<if ndef $deepbj>><<set $deepbj to 0>><</if>><<if ndef $sexact>><<set $sexact to 0>><</if>><<if ndef $orgasm>><<set $orgasm to 0>><</if>><<if ndef $cumonface>><<set $cumonface to 0>><</if>><<if ndef $cuminmouth>><<set $cuminmouth to 0>><</if>><<if ndef $cumonboobs>><<set $cumonboobs to 0>><</if>><<if ndef $cumonbelly>><<set $cumonbelly to 0>><</if>><<if ndef $cumonass>><<set $cumonass to 0>><</if>><<if ndef $creampie>><<set $creampie to 0>><</if>><<if ndef $analcreampie>><<set $analcreampie to 0>><</if>><<if ndef $hj>><<set $hj to 0>><</if>><<if ndef $swallow>><<set $swallow to 0>><</if>><<if ndef $spit>><<set $spit to 0>><</if>>
<<if $cycle1 > $windy_skirt_cycle>><<set $windy_skirt_cycle to 0>><</if>>
<<if $cycle1 > $rain_wet_clothes_cycle>><<set $rain_wet_clothes_cycle to 0>><</if>>
<<if $sup_msg < 0 or ndef $sup_msg>><<set $sup_msg to 0>><</if>>
/* Quest Variables */
<<if $husband_quest == 11 && $enema == 1 && $anal_plug == 1 && $lubricant == 1>><<set $husband_quest to 12>><</if>>
<<if $intoxication > 0>>
<<if $cycle1 > $intoxication_cycle>>
<<set $intoxication -= 25;$intoxication_cycle to $cycle1>>
<</if>>
<</if>>
<<set $cash to Number($cash);$money to Number($money);$cosmitem to Number($cosmitem);$gymaccess to Number($gymaccess);$clean to Number($clean);$fit to Number($fit);$tan to Number($tan);$corr to Number($corr);$arousal to Number($arousal);$intoxication to Number($intoxication);$instfame to Number($instfame);$instsub to Number($instsub);$fansfame to Number($fansfame);$fanssub to Number($fanssub)>>
<</widget>>@@.left;
\<<if $lang == "ru">>
\<div class="text">Выйдя из спальни, вы направились в гостиную, где встретили своего мужа.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>А, вот ты где! $hisstepbroname сказал, что уже виделся с тобой.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, как виделся... Мы пересеклись с ним, когда я выходила из душа. Я была завёрнута в полотенце и подумала, что не стоит разговаривать с ним в таком виде, так что я лишь поздоровалась и ушла в спальню... Кстати, где он?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Понятно. Он у себя в комнате, разбирает самые основные вещи. Сказал, что скоро выйдет. А ты, я смотрю, всё же переступила через себя и оделась в то, в чём привыкла находиться дома?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, ты знаешь... Я решила не заморачиваться. Это же твой $hisstepbro. Я не думаю, что он будет пялиться и заставлять меня испытывать дискомфорт, так что... Как-то так...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, он же всё-таки мужчина. Мне например было бы сложно сдерживаться, если бы со мной в одной квартире находилась девушка, которая ходит по дому в нижнем белье.<</say>>
<<say '$name' 'pic/assets/$name.png'>>То есть, если он будет пялиться на меня, для тебя это тоже будет нормально?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну конечно! Вот если бы он распускал руки, тогда это был бы уже другой разговор, а так... Но я уверен, что $hisstepbroname так не поступит, так что ходи в чём хочешь и ни о чём не переживай.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, эмм... Хорошо, как скажешь...<</say>>
<div class="text">Ответили вы и подумали:</div>
<<say '$name' 'pic/assets/$name.png'>><i>"М-да... Это совершенно не то, чего я ожидала... Получается, моя затея проверить его реакцию полностью провалилась и я сама вышла из спальни в трусах и рубашке после того, как его $hisstepbro видел меня голой, зашибись..."</i><</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Дорогая, всё в порядке?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я просто... Да неважно, я просто задумалась. Может поиграем во что-нибудь или у тебя другие планы?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, вообще я хотел сходить в фитнес зал, но думаю, что если я потрачу полчасика на игру с тобой, то это ничего не изменит.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Отлично, тогда пошли!<</say>>
\<<else>>
\<div class="text">You left the bedroom and went into the living room, where you met your husband.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh, there you are! $hisstepbroname says he's already caught up with you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, yeah... I ran into him as I was getting out of the shower. I was toweled up and thought it would be inappropriate to talk to him, so I just said hello and went into the bedroom... Anyway, where is he?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Got it. Sorting out the essentials in his room. He says he'll be out soon. I see you finally got up the nerve to put on what you're used to at home, huh?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, you know... I've made up my mind. He's your $hisstepbro, after all. I don't think he's going to stare at me or make me feel uncomfortable, so... That's it. I guess.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, he's still a man. You know? I would hardly control myself when another girl is walking around in lingerie.<</say>>
<<say '$name' 'pic/assets/$name.png'>>So if he stares at me, will you be okay with it?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Surely! It would be a different conversation if he was hitting on you, but now... Wear whatever you want and don't worry. I'm sure $hisstepbroname won't do that.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, um... Okay, whatever...<</say>>
<div class="text">You answered, thinking:</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Ummm... I wasn't expecting that... So my idea to test his reaction failed completely. I left the bedroom in panties and a shirt after his $hisstepbro saw me naked, fuck..."</i><</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Honey, are you okay?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, I was just... Never mind, I was just thinkin'... Can we play something? Or do you have other plans?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, I was going to go to the gym, but I guess if I play with you for half an hour, it won't make much difference anyway.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Great, let's do it!<</say>>
\<</if>>\
!<center><b><<if $lang == "ru">>[[Играть в приставку|prologpanties3]]<<else>>[[Play console|prologpanties3]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">Выйдя из спальни, вы направились в гостиную, где встретили своего мужа.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>А, вот ты где! $hisstepbroname сказал, что уже виделся с тобой.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, как виделся... Мы пересеклись с ним, когда я выходила из душа. Я была завёрнута в полотенце и подумала, что не стоит разговаривать с ним в таком виде, так что я лишь поздоровалась и ушла в спальню... Кстати, где он?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Понятно. Он у себя в комнате, разбирает самые основные вещи. Сказал, что скоро выйдет. А ты, я смотрю, всё же решила полностью одеваться, пока он здесь?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, ты знаешь... Как бы то ни было, я не думаю, что это будет правильно, если я буду находиться при нём в нижнем белье. Это же твой $hisstepbro. Может он и не будет пялиться и всё такое, но...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, он бы наверняка пялился, он же всё-таки мужчина. Мне например было бы сложно сдерживаться, если бы со мной в одной квартире находилась девушка, которая ходит по дому в нижнем белье.<</say>>
<<say '$name' 'pic/assets/$name.png'>>То есть, если бы я находилась при нём в нижнем белье и он бы пялился на меня, то для тебя это тоже было бы нормально?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну конечно! Вот если бы он распускал руки, тогда это был бы уже другой разговор, а так... Но я уверен, что $hisstepbroname так не поступил бы, так что если вдруг передумаешь, то ходи в чём хочешь и ни о чём не переживай.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, эмм... Хорошо, как скажешь...<</say>>
<div class="text">Ответили вы и подумали:</div>
<<say '$name' 'pic/assets/$name.png'>><i>"М-да... Это совершенно не то, чего я ожидала... Получается, хорошо, что я не стала проверять его реакцию, ведь моя затея полностью провалилась бы и я бы просто сама бы вышла из спальни в трусах и рубашке после того, как его $hisstepbro видел меня голой, зашибись..."</i><</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Дорогая, всё в порядке?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я просто... Да неважно, я просто задумалась. Может поиграем во что-нибудь или у тебя другие планы?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, вообще я хотел сходить в фитнес зал, но думаю, что если я потрачу полчасика на игру с тобой, то это ничего не изменит.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Отлично, тогда пошли!<</say>>
\<<else>>
\<div class="text">You left the bedroom and went into the living room, where you met your husband.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh, there you are! $hisstepbroname says he's already caught up with you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, yeah... I ran into him as I was getting out of the shower. I was toweled up and thought it would be inappropriate to talk to him, so I just said hello and went into the bedroom... Anyway, where is he?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Got it. Sorting out the essentials in his room. He says he'll be out soon. I see you decided to get fully dressed while he's here?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, you know... However, I don't think I should be around him in my underwear. I mean, he's your $hisstepbro. Maybe he won't stare at me or anything, but...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, he would definitely stare at you, he's a man after all. I would hardly control myself when another girl is walking around in lingerie.<</say>>
<<say '$name' 'pic/assets/$name.png'>>So, would you be okay with me standing here in my underwear with him staring at me?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Surely! It would be a different conversation if he was hitting on you, but now... Wear whatever you want and don't worry. I'm sure $hisstepbroname won't do that.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, um... Okay, whatever...<</say>>
<div class="text">You answered, thinking:</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Ummm... I wasn't expecting that... It's a good thing I didn't check his reaction, because my idea would have failed completely. I would have left the bedroom in panties and a shirt, after his $hisstepbro saw me naked, fuck..."</i><</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Honey, are you okay?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, I was just... Never mind, I was just thinkin'... Can we play something? Or do you have other plans?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, I was going to go to the gym, but I guess if I play with you for half an hour, it won't make much difference anyway.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Great, let's do it!<</say>>
\<</if>>\
!<center><b><<if $lang == "ru">>[[Играть в приставку|prologleggins3]]<<else>>[[Play console|prologleggins3]]<</if>></b></center>
@@<<if $showauthor == 1>>
by Selina Games
<br>v0.0.4
<</if>><<if $banner == 1>><img src="pic/res/banner.png" width="100%"><</if>>@@.left;
\<<if $lang == "ru">>
\<div class="text">Вы играли со своим мужем в Tekken около получаса, пока из своей комнаты не вышел $hisstepbroname. Вы были сильно увлечены игрой и совершенно не отреагировали на то, что он сел на диван позади вас.</div>
<<pic2 prolog playpanties>>
<<say '$name' 'pic/assets/$name.png'>>$hisstepbroname, привет! Ща погоди, наваляю этому засранцу и наконец поздороваемся нормально, а то... Ах ты! Это нечестно!<</say>>
<div class="text">Закричали вы, когда ваш муж использовал против вас комбо, которое привело к вашему проигрышу. Всё это время, $hisstepbroname сидел позади вас и откровенно пялился на вашу задницу.
Что касается вас, то во-первых, вы этого не замечали, а во-вторых, из-за погружённости в битву между вами и вашим мужем, вы совершенно забыли о том, что из нижней одежды на вас только трусики и поэтому вас нисколько не смущало стоять на коленях с геймпадом в руках между телевизором и диваном спиной к $hisstepbronameу.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да ничего, $name, не отвлекайся, поздороваться всегда успеем.<</say>>
<div class="text">Наконец ответил вам $hisstepbroname не отрывая взгляд от вашей задницы.
Однако из-за вашего проигрыша, $hisstepbronameу не пришлось долго ждать и вы встали с пола, чтобы [[обнять его|prologpanties4]].</div>
\<<else>>
\<div class="text">You played Tekken with your husband for about half an hour until $hisstepbroname came out of his room. You were so engrossed in playing that you didn't even react to him sitting behind you.</div>
<<pic2 prolog playpanties>>
<<say '$name' 'pic/assets/$name.png'>>Hey $hisstepbroname! Wait, I'm going to teach this jerk a lesson and finally greet you properly, because... Oh, you! You! That's unfair!<</say>>
<div class="text">You screamed as your husband hit you with a combo that caused you to lose. During all of this, $hisstepbroname sat behind you and shamelessly ogled your ass.
As for you, first of all, you didn't even notice, and secondly, because you were so absorbed in the battle between you and your husband, you completely forgot that the only thing you were wearing underneath was your panties. So kneeling between the TV and the couch, gamepad in hand, didn't bother you at all.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Don't worry, $name, we'll have plenty of time to say hello later.<</say>>
<div class="text">Finally, without taking his eyes off your butt, $hisstepbroname replied to you.
Because of your loss, $hisstepbroname didn't have to wait too long, and you got up to [[hug him|prologpanties4]].</div>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">Вы играли со своим мужем в Tekken около получаса, пока из своей комнаты не вышел $hisstepbroname. Вы были сильно увлечены игрой и совершенно не отреагировали на то, что он сел на диван позади вас.</div>
<<pic2 prolog playleggins>>
<<say '$name' 'pic/assets/$name.png'>>$hisstepbroname, привет! Ща погоди, наваляю этому засранцу и наконец поздороваемся нормально, а то... Ах ты! Это нечестно!<</say>>
<div class="text">Закричали вы, когда ваш муж использовал против вас комбо, которое привело к вашему проигрышу. Всё это время, $hisstepbroname сидел позади вас и откровенно пялился на вашу задницу, которая прекрасно выделялась в надетых на вас легинсах.
Что касается вас, то во-первых, вы этого не замечали, а во-вторых, надев легинсы, вы даже не подумали о том, что ему всё равно будет на что пялиться и поэтому вас нисколько не смущало стоять на коленях с геймпадом в руках между телевизором и диваном спиной к $hisstepbronameу.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да ничего, $name, не отвлекайся, поздороваться всегда успеем.<</say>>
<div class="text">Наконец ответил вам $hisstepbroname не отрывая взгляд от вашей задницы.
Однако из-за вашего проигрыша, $hisstepbronameу не пришлось долго ждать и вы встали с пола, чтобы [[обнять его|prologleggins4]].</div>
\<<else>>
\<div class="text">You played Tekken with your husband for about half an hour until $hisstepbroname came out of his room. You were so engrossed in playing that you didn't even react to him sitting behind you.</div>
<<pic2 prolog playleggins>>
<<say '$name' 'pic/assets/$name.png'>>Hey $hisstepbroname! Wait, I'm going to teach this jerk a lesson and finally greet you properly, because... Oh, you! You! That's unfair!<</say>>
<div class="text">You screamed as your husband hit you with a combo that caused you to lose. During all this, $hisstepbroname sat behind you and shamelessly ogled your perfectly accentuated ass in the leggings you were wearing.
As for you, firstly, you didn't even notice it, and secondly, when you put on your leggings, you didn't even think about the fact that he wouldn't care what he was staring at. So kneeling between the TV and the couch, with gamepad in hand didn't bother you at all.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Don't worry, $name, we'll have plenty of time to say hello later.<</say>>
<div class="text">Finally, without taking his eyes off your butt, $hisstepbroname replied to you.
Because of your loss, $hisstepbroname didn't have to wait too long, and you got up to [[hug him|prologleggins4]].</div>
\<</if>>
@@@@.left;
<<pic2 prolog hug>>
\<<if $lang == "ru">>
<<say '$name' 'pic/assets/$name.png'>>Привеееет! Как ты?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Привет, $name! Не ожидал от тебя такой радости, учитывая, что я теперь неизвестно сколько времени буду смущать вас своим присутствием.<</say>>
<div class="text">Сказал вам $hisstepbroname слегка усмехнувшись.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>В целом, всё в порядке, не считая того, что я лишился работы и остался без крыши над головой.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ой, прости... Я не имела ввиду... Блин, согласна, дурацкий вопрос...<</say>>
<div class="text">Ответили вы $hisstepbronameу немного отстранившись от него.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Нет, нет, всё в порядке, тебе не за что извиняться, не волнуйся! Я должен быть благодарен вам за то, что доставляя себе дискомфорт вы приютили меня и согласились помочь. К тому же ты просто хотела проявить дружелюбие, это мне надо было подумать, что отвечать.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, хорошо... Всё равно неловко получилось...<</say>>
<div class="text">Ответили вы и вспомнили:</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Блять, я же в одних трусиках! Какого чёрта я бросилась его обнимать? Твою мать! Где ты витаешь, $name? Это был последний раз, когда я появляюсь перед ним в таком виде!"</i><</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Всё в порядке?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, всё хорошо, не обращай внимания, я просто...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ладно, ребят, оставлю вас вдвоём ненадолго. Я в фитнес зал.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Хорошо, удачи тебе там. Люблю тебя!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, удачи, бро!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Спасибо! И я тебя люблю, солнце! Не скучайте тут.<</say>>
<div class="text">После того, как ваш муж ушёл, вы и $hisstepbroname [[уселись на диван и продолжили диалог|prolog13]].</div>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>>Hello there! How you doing?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Hey, $name! Considering that I'm going to be uncomfortably stuck here for who knows how long, I didn't expect such joy from you.<</say>>
<div class="text">$hisstepbroname told you with a slight chuckle.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Except for the fact that I lost my job and became homeless, everything is fine.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Oops, sorry about that... I didn't mean to... Damn it. That was a stupid question...<</say>>
<div class="text">You replied to $hisstepbroname, stepping back from him a bit.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>No, no, it's okay, you don't have to apologize, don't worry! I should be grateful to you for accommodating me and agreeing to help even though it made you uncomfortable. Besides, you were just trying to be friendly, it was my own fault for not knowing how to react.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, all right then... It was still awkward...<</say>>
<div class="text">You responded and remembered:</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Fuck, I'm just in my underwear! What the hell was I thinking hurrying to hug him? Holy crap. Where the hell are you, $name? This is the last time I'm ever going to show up in front of him like this!"</i><</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Are you okay?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, it's all right, don't mind me, I'm just...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>All right, guys, I'll leave you two alone for a while. I'm going to the gym.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Alright, good luck over there. Love you!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah, good luck, bro!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Thanks! Love you too, honey! Don't get bored here.<</say>>
<div class="text">After your husband left, you and $hisstepbroname [[sat down on the couch and continued the conversation|prolog13]].</div>
\<</if>>
@@@@.left;
<<pic2 prolog hug>>
\<<if $lang == "ru">>
<<say '$name' 'pic/assets/$name.png'>>Привеееет! Как ты?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Привет, $name! Не ожидал от тебя такой радости, учитывая, что я теперь неизвестно сколько времени буду смущать вас своим присутствием.<</say>>
<div class="text">Сказал вам $hisstepbroname слегка усмехнувшись.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>В целом, всё в порядке, не считая того, что я лишился работы и остался без крыши над головой.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ой, прости... Я не имела ввиду... Блин, согласна, дурацкий вопрос...<</say>>
<div class="text">Ответили вы $hisstepbronameу немного отстранившись от него.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Нет, нет, всё в порядке, тебе не за что извиняться, не волнуйся! Я должен быть благодарен вам за то, что доставляя себе дискомфорт вы приютили меня и согласились помочь. К тому же ты просто хотела проявить дружелюбие, это мне надо было подумать, что отвечать.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, хорошо... Всё равно неловко получилось...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Не бери в голову.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Окей. Кстати, как там...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ладно, ребят, оставлю вас вдвоём ненадолго. Я в фитнес зал.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Хорошо, удачи тебе там. Люблю тебя!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, удачи, бро!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Спасибо! И я тебя люблю, солнце! Не скучайте тут.<</say>>
<div class="text">После того, как ваш муж ушёл, вы и $hisstepbroname [[уселись на диван и продолжили диалог|prolog13]].</div>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>>Hello there! How you doing?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Hey, $name! Considering that I'm going to be uncomfortably stuck here for who knows how long, I didn't expect such joy from you.<</say>>
<div class="text">$hisstepbroname told you with a slight chuckle.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Except for the fact that I lost my job and became homeless, everything is fine.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Oops, sorry about that... I didn't mean to... Damn it. That was a stupid question...<</say>>
<div class="text">You replied to $hisstepbroname, stepping back from him a bit.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>No, no, it's okay, you don't have to apologize, don't worry! I should be grateful to you for accommodating me and agreeing to help even though it made you uncomfortable. Besides, you were just trying to be friendly, it was my own fault for not knowing how to react.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, all right then... It was still awkward...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Don't let it get to you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Alright. By the way, how's...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>All right, guys, I'll leave you two alone for a while. I'm going to the gym.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Alright, good luck over there. Love you!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah, good luck, bro!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Thanks! Love you too, honey! Don't get bored here.<</say>>
<div class="text">After your husband left, you and $hisstepbroname [[sat down on the couch and continued the conversation|prolog13]].</div>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">Почти целый час вы провели за разговором с $hisstepbroом $husbnameа.</div>
<<pic2 prolog couchtalk>>
<div class="text">Несмотря на то, что вы уже знали, что у него произошло, вам всё равно было интересно узнать всё из первых уст в подробностях, которые незадуманно мог упустить ваш муж.
Спустя какое-то время, $husbname вернулся домой и сразу же отправился в душ, вы посмотрели на часы и поняли, что самое время приступить к готовке. К тому же вам и самой уже хотелось кушать, так что вы сказали $hisstepbronameу, что вам нужно начинать готовить и отправились на кухню, оставив его одного перед телевизором.</div>
\<<else>>
\<div class="text">You spent almost an hour talking to $husbname`s $hisstepbro.</div>
<<pic2 prolog couchtalk>>
<div class="text">Although you already knew what had happened to him, you were still curious to hear all the details first hand in case your husband had inadvertently missed something important.
After a while, $husbname came back home and immediately went to take a shower. You looked at the clock and realized it was cooking time. You were also hungry, so you told $hisstepbroname it was time to cook and went to the kitchen, leaving him alone in front of the TV.</div>
\<</if>>\
!<center><b><<if $lang == "ru">>[[На кухню|prolog14]]<<else>>[[To the kitchen|prolog14]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">Спустя некоторое время после того, как вы отправились на кухню, чтобы приготовить ужин, к вам присоединился $hisstepbroname.</div>
<<if $prologpanties == 1>><<gif2 prolog coockpanties>><<else>><<gif2 prolog coockleggins>><</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Тебе тут помощь не нужна?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Нет, всё в порядке, но спасибо. А ты чего? Нечем заняться?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, по телеку ничего интересного, играть одному скучно, оставшиеся вещи разбирать неохота, $husbname в душе. Вот я и подумал, может тебе не помешала бы помощь.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, раз уж тебе так скучно, то можешь вон овощи для салата нарезать.<</say>>
<div class="text">Ответили вы ему улыбнувшись указав в сторону доски и ножа.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Вот видишь! А говорила, что помощь не нужна.<</say>>
<div class="text">Ответил вам $hisstepbroname и взяв всё необходимое, устроился за столом позади вас.
Иногда поворачиваясь к нему боком, вы краем глаза замечали, что он то не отрываясь смотрит в вашу сторону.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Он, что, пялится на меня?"</i><</say>>
<div class="text">Подумали вы и найдя предлог, чтобы проверить, резко повернулись в его сторону и [[спросили|prolog15]].</div>
\<<else>>
\<div class="text">$hisstepbroname joined you some time after you went into the kitchen to prepare dinner.</div>
<<if $prologpanties == 1>><<gif2 prolog coockpanties>><<else>><<gif2 prolog coockleggins>><</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Need some help?<</say>>
<<say '$name' 'pic/assets/$name.png'>>No, I'm fine. Thank you. What about you? Do you have nothing to do?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah, there's nothing interesting on TV, playing alone is boring, and I don't feel like sorting through the rest of the stuff, $husbname in the shower. So I thought maybe you could use some help.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, since you're so bored, you can go ahead and chop up the vegetables for the salad.<</say>>
<div class="text">You replied with a smile and pointed to the board and the knife.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>See! And you said you didn't need any help.<</say>>
<div class="text">$hisstepbroname replied to you and, grabbing what he needed, sat down at the table behind you.
Sometimes, if you turned sideways to him, you would find him staring in your direction.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Is he like, staring at me?"</i><</say>>
<div class="text">You pondered for a moment, and finding an excuse to check, you suddenly turned to him and [[asked|prolog15]].</div>
\<</if>>\
@@@@.left;
\<<if $lang == "ru">>
\<<say '$name' 'pic/assets/$name.png'>>Ну, что, как продвигается нарезка?<</say>>
<div class="text">Явно застав его врасплох и обнаружив, что он всё это время пялился на вашу задницу, вы обнаружили, что из всего, что нужно было нарезать, он нарезал лишь один помидор.
А $hisstepbroname не ожидая такого поворота событий, замешкался и немного запинаясь ответил:</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Я... Эмм... Да, всё в порядке, не переживай. К тому моменту, как ты закончишь, всё уже будет нарезано.<</say>>
<div class="text">Несмотря на то, что вам не по себе от мысли, что его глаза постоянно находятся на ваших ягодицах, вас рассмешила эта ситуация и вы еле сдерживая смех, с улыбкой ответили ему и продолжили готовить:</div>
<<if $prologpanties == 1>><<gif2 prolog coockpanties>><<else>><<gif2 prolog coockleggins>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Ну, хорошо... Я смотрю ты не особо опытен в нарезке?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Почему?<</say>>
<div class="text">Решив немного подразнить его, вы спросили:</div>
<<say '$name' 'pic/assets/$name.png'>>Ну, за всё это время ты нарезал только один помидор. Всё в порядке? Или ты отвлекаешься на что-то?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Нет, нет, конечно, нет! На что я могу отвлекаться? Да, ты права, я не часто занимаюсь готовкой и... Обычно мне готовила моя девушка, но теперь... Но ты не волнуйся, я всё успею.<</say>>
<div class="text">Замешкавшись ответил вам $hisstepbroname, чем ещё больше вызвал у вас смех, который вы с трудом сдерживали.
Спустя какое-то время на кухню пришёл вам муж, который только вышел с душа.</div>
\<<else>>
\<<say '$name' 'pic/assets/$name.png'>>So, how's the chopping going?<</say>>
<div class="text">When you realized that he had been looking at your butt all along, you realized that he had only cut one tomato out of everything that needed chopping.
$hisstepbroname, caught off guard by this turn of events, hesitated and began stuttering:</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I... um... Yeah, it's all right, don't worry. By the time you're done, it's all sliced up.<</say>>
<div class="text">Despite feeling uncomfortable with the thought of his eyes constantly on your buttocks, you found the situation amusing, and barely containing your laughter, you smiled back at him and continued cooking.</div>
<<if $prologpanties == 1>><<gif2 prolog coockpanties>><<else>><<gif2 prolog coockleggins>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Well, okay... I can see that you're not very experienced in slicing, huh?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Why?<</say>>
<div class="text">Deciding to tease him a little, you asked:</div>
<<say '$name' 'pic/assets/$name.png'>>You only cut up one tomato in all that time. Are you alright? Or is something distracting you?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>No, no, of course not! What else am I supposed to focus on? Yeah, you're right, I don't cook much and... It used to be my girlfriend who would cook for me, but now... Don't worry, I'll get everything done in time.<</say>>
<div class="text">$hisstepbroname hesitated in his answer, which made you laugh even harder, struggling to keep it in.
After a while, your husband, who had just finished showering, came into the kitchen.</div>
\<</if>>\
!<center><b><<if $lang == "ru">>[[Продолжить|prolog16]]<<else>>[[Continue|prolog16]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
\<<say '$husbname' 'pic/assets/$husbname.png'>>А, вот вы где! Везде вас обыскался. $hisstepbroname? Чёрт, как она заставила тебя помогать ей с готовкой?<</say>>
<div class="text">После того, как вы вместе посмеялись над его вопросом, $hisstepbroname ответил:</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Никто никого не заставлял, $hisstepbro. Мне стало скучно и я сам предложил ей помочь.<</say>>
<div class="text">Ваш муж сначала удивился, но потом посмотрел на вашу задницу и усмехнувшись ответил:</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, я даже вижу почему тебе вдруг захотелось помочь.<</say>>
<<say '$name' 'pic/assets/$name.png'>>$husbname! Ты чего?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да нет, я даже не... Чёрт, $husbname, умеешь ты создавать неловкие ситуации. $name не слушай его, мне правда стало скучно. Не подумай ничего плохого.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да ладно вам, чего вы такие серьёзные, я же просто шучу!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Вообще-то это не смешно...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну ладно-ладно, прости, ляпнул не подумав.<</say>>
<div class="text">Ответил вам $husbname приближаясь к вам и встав позади вас, прикрыл собой вид своему $hisstepbroу и схватил вас за задницу.</div>
<<if $prologpanties == 1>><<gif2 prolog assgrab>><<else>><<gif2 prolog assslap>><</if>>
\<<else>>
\<<say '$husbname' 'pic/assets/$husbname.png'>>Ah, there you are! I've been looking all over for you. $hisstepbroname? Damn, how did she get you to help her cook?<</say>>
<div class="text">After you both laughed at his question, $hisstepbroname replied:</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>No one forced me, $hisstepbro. I was just bored, so I offered to help her myself.<</say>>
<div class="text">Your husband was surprised at first, but then looked at your ass and smiled:</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah, I can totally see why you suddenly felt the urge to lend a hand.<</say>>
<<say '$name' 'pic/assets/$name.png'>>$husbname! What are you talking about?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Nah, I wasn't even... Damn it, $husbname, you really know how to create awkward situations. $name, don't listen to him, I'm really just bored. Don't think anything bad.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Come on, guys, why so serious? I'm just kidding!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Actually, it's not funny at all...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Alright, alright, my bad, sorry. My mouth was out of line.<</say>>
<div class="text">$husbname responded by approaching and standing behind you, blocking the view of his $hisstepbro, and grabbing your butt.</div>
<<if $prologpanties == 1>><<gif2 prolog assgrab>><<else>><<gif2 prolog assslap>><</if>>
\<</if>>\
!<center><b><<if $lang == "ru">>[[Продолжить|prolog17]]<<else>>[[Continue|prolog17]]<</if>></b></center>
@@@@.left;
\<<if $lang == "ru">>
\<<if $prologpanties == 1>><<gif2 prolog assgrab>><<else>><<gif2 prolog assslap>><</if>>
<<say '$name' 'pic/assets/$name.png'>>$husbname, что ты делаешь?<</say>>
<div class="text">Шёпотом спросили вы у своего мужа будучи явно недовольной его поведением.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Чщщ... Не злись, я просто не мог этого не сделать, у тебя такая... Ух!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Но не при нём же! Я и-так переступила через себя, чтобы так одеться, а ты своими высказываниями заставляешь меня смущаться ещё больше.<</say>>
<div class="text">Продолжали перешёптываться вы с $husbnameом.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Хорошо, хорошо, успокойся, я был не прав, больше такого не повторится.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Спасибо!<</say>>
<div class="text">Ответили вы и постаравшись не заморачиваться на произошедшем, продолжили готовку.
<center><b>[[Минут 40 спустя|prolog18]]</b></center></div>
\<<else>>
\<<if $prologpanties == 1>><<gif2 prolog assgrab>><<else>><<gif2 prolog assslap>><</if>>
<<say '$name' 'pic/assets/$name.png'>>$husbname, what're you doing?<</say>>
<div class="text">You whispered to your husband, clearly displeased with his behavior.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Shh... Don't be mad, I just couldn't resist, you're just... Urghhh!<</say>>
<<say '$name' 'pic/assets/$name.png'>>But not in front of him! I've already gone out of my way to dress like this, and you're making me even more embarrassed with your remarks.<</say>>
<div class="text">You continued to whisper with $husbname.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Okay, okay, calm down. I was wrong, it won't happen again.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Thank you!<</say>>
<div class="text">You replied, trying not to dwell on what had happened, and continued cooking without making a big deal out of it.
<center><b>[[About 40 minutes later|prolog18]]</b></center></div>
\<</if>>\
@@@@.left;
\<<if $lang == "ru">>
\<div class="text">Закончив с готовкой и накрыв на стол, вы все вместе собрались за столом и начали общаться между собой, выпивать за встречу, обсуждать проблемы $hisstepbronameа и делиться с ним новостями из вашей с $husbnameом жизни.</div>
<<pic2 prolog dinner>>
<div class="text">Спустя какое-то время, вам муж отошёл в туалет, а его $hisstepbro обратился к вам с вопросом.</div>
\<<if $prologpanties == 1>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>$name, прости, но я не могу не спросить... Если тебя так смутили слова $husbnameа, то почему тебя не смущает находиться при мне в таком виде?<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ого, вот уж не думала, что он задаст мне такой вопрос! Наверное, это под действием алкоголя он осмелился на подобное... Наверное стоит ответить ему как можно проще, дабы не вызывать лишних вопросов..."</i><</say>>
<div class="text">Подумали вы и ответили:</div>
<<say '$name' 'pic/assets/$name.png'>>Наверное, вопрос про мой внешний вид был ожидаем, так что... Я не знаю, я привыкла надевать на себя дома минимум одежды и подумала, что ничего страшного, если я буду так одеваться и при твоём присутствии. Я ведь надеваю бикини на пляже, например, поэтому не вижу ничего плохого в этом. К тому же, $husbname не против, так что...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Понял. Ты извини, если смутил тебя, но я бы помер от интереса, если бы не спросил.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Всё в порядке, не переживай. Кстати, раз уж ты заговорил об этом... Ты пришёл ко мне на кухню только чтобы поглазеть на меня или тебе правда было скучно?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, если честно, то по обеим причинам... К тому же после того, как с тебя упало полотенце, я...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Эмм... Послушай, насчёт моей домашней одежды я всё понимаю, но насчёт того, что произошло по твоему приезду, я даже думать не хочу. Давай просто забудем об этом и сделаем вид, что ничего не было, хорошо?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Хорошо, без проблем, как скажешь. Больше я эту тему не подниму.<</say>>
<div class="text">Ответил вам $hisstepbroname перед тем, как вернулся $husbname и вы [[продолжили|prolog19]] обсуждать общие темы.</div>
\<<else>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>$name, прости, но я не могу не спросить... Насчёт того случая с полотенцем, я...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Эмм... Послушай, без обид, но насчёт того, что произошло по твоему приезду, я даже думать не хочу. Давай просто забудем об этом и сделаем вид, что ничего не было, хорошо?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Хорошо, без проблем, как скажешь. Больше я эту тему не подниму.<</say>>
<div class="text">Ответил вам $hisstepbroname перед тем, как вернулся $husbname и вы [[продолжили|prolog19]] обсуждать общие темы.</div>
\ <</if>>
\<<else>>
\<div class="text">After the cooking was done and the table was set, you all gathered around and started talking, toasting the occasion, discussing $hisstepbroname`s problems, and sharing updates from your lives with $husbname.</div>
<<pic2 prolog dinner>>
<div class="text">After a while, your husband excuses himself to go to the bathroom, and his $hisstepbro turns to you with a question.</div>
\<<if $prologpanties == 1>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>$name, I'm sorry, but I can't help but ask... If $husbname`s words embarrassed you so much, then why doesn't it bother you to be in such a state in front of me?<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Wow, I never expected him to ask me that! Maybe it's the alcohol that gives him the courage to bring it up... I should probably keep my answer simple so as not to raise any more questions..."</i><</say>>
<div class="text">You paused for a moment, deep in thought, and then answered:</div>
<<say '$name' 'pic/assets/$name.png'>>I guess the question about my clothes was expected, so... I don't know, I'm used to wearing minimal clothing at home, and I thought it wouldn't be a big deal if I dressed like that in your presence. I mean, I wear bikinis to the beach, so I don't see anything wrong with it. Besides, $husbname doesn't mind, so...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Got it. I'm sorry if I made you uncomfortable, but I would have died of curiosity if I hadn't asked.<</say>>
<<say '$name' 'pic/assets/$name.png'>>It's okay. Don't worry. By the way, since you asked... Did you come here just to sneak up on me, or did you really get bored?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Actually, for both reasons... Also, after the towel fell off you, I...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Um... Look, I get it when it comes to my clothes at home, but in terms of what happened on your arrival, I don't even want to think about it. Let's just forget about it and pretend it never happened, okay?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Okay, not a big deal. I won't bring it up again.<</say>>
<div class="text">$hisstepbroname replied to you before $husbname returned, and you [[continued|prolog19]] discussing general topics.</div>
\<<else>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>$name, I'm sorry, but I can't help but ask... About the incident with the towel, I...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Um... Look, no offense, but I really don't want to dwell on what happened when you arrived. Let's just forget about it. Pretend it never happened, okay?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Okay, not a big deal. I won't bring it up again.<</say>>
<div class="text">$hisstepbroname replied to you before $husbname returned, and you [[continued|prolog19]] discussing general topics.</div>
\ <</if>>
\<</if>>\
@@@@.left;
\<<if $bedroompage == 0 or ndef $bedroompage>><<set $bedroompage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $bedroompage == 1>>
\<<pic2 home bedroom>>
\<<if ($cycle1 == 6 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 7 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 3 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>><div class="button"><<link "$husbname" "husband">><<set $husbandpage to 1>><</link>></div><</if>>
<<if $cycle1 == 6 or $cycle1 == 7>><div class="button"><<link [[Спать|autosave]]>><<set $bedroompage to 2>><</link>></div><</if>>
\<<if $cycle1 != 7>>
\<<if $cycle1 != 6>><div class="button"><<link [[Вздремнуть|bedroom]]>><<set $bedroompage to 3;$clean -= 5>><</link>></div><</if>>
<div class="button"><<link [[ПК|pc]]>><<set $pcpage to 1>><</link>></div>
\<div class="button">[[Зеркало|mirror]]</div>
\<div class="button"><<link [[Гардероб|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
<div class="button"><<link [[Коридор|corridor]]>><<set $bedroompage to 0>><</link>></div>
\<</if>>
\<<elseif $bedroompage == 2>>
\<<daily>>
\<<pic2 act sleep>>
<div class="button"><<link [[Встать с кровати|bedroom]]>><<set $bedroompage to 1>><</link>></div>
\<<elseif $bedroompage == 3>>
\<<set $cycle1 += 1;$arousal -= 10>>
\<<pic2 act sleep>>
<div class="button"><<link [[Встать с кровати|bedroom]]>><<set $bedroompage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $bedroompage == 1>>
\<<pic2 home bedroom>>
\<<if ($cycle1 == 6 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 7 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 3 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>><div class="button"><<link "$husbname" "husband">><<set $husbandpage to 1>><</link>></div><</if>>
<<if $cycle1 == 6 or $cycle1 == 7>><div class="button"><<link [[Sleep|autosave]]>><<set $bedroompage to 2>><</link>></div><</if>>
\<<if $cycle1 != 7>>
\<<if $cycle1 != 6>><div class="button"><<link [[Take a nap|bedroom]]>><<set $bedroompage to 3;$clean -= 5>><</link>></div><</if>>
<div class="button"><<link [[PC|pc]]>><<set $pcpage to 1>><</link>></div>
\<div class="button">[[Mirror|mirror]]</div>
\<div class="button"><<link [[Wardrobe|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
<div class="button"><<link [[Corridor|corridor]]>><<set $bedroomapage to 0>><</link>></div>
\<</if>>
\<<elseif $bedroompage == 2>>
\<<daily>>
\<<pic2 act sleep>>
<div class="button"><<link [[Get out of bed|bedroom]]>><<set $bedroompage to 1>><</link>></div>
\<<elseif $bedroompage == 3>>
\<<set $cycle1 += 1;$arousal -= 10>>
\<<pic2 act sleep>>
<div class="button"><<link [[Get out of bed|bedroom]]>><<set $bedroompage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $corridorpage == 0 or ndef $corridorpage>><<set $corridorpage to 1>><</if>>
\<<pic2 home corridor>>
\<<if $lang == "ru">>
<div class="button"><<link [[Спальня|bedroom]]>><<set $bedroompage to 1>><</link>></div>
\<<if $cycle1 != 7>>
\<div class="button"><<link "Спальня $hisstepbronameа" "bedroom2">><<set $bedroom2page to 1>><</link>></div>
\<div class="button"><<link [[Гостиная|livroom]]>><<set $livroompage to 1>><</link>></div>
\<div class="button"><<link [[Ванная|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<div class="button"><<link [[Кухня|kitchen]]>><<set $kitchenpage to 1>><</link>></div>
<div class="button"><<link [[На этаж|lobby]]>><<set $lobbypage to 1>><</link>></div>
\<</if>>
\<<else>>
<div class="button"><<link [[Bedroom|bedroom]]>><<set $bedroompage to 1>><</link>></div>
\<<if $cycle1 != 7>>
\<div class="button"><<link "$hisstepbroname`s bedroom" "bedroom2">><<set $bedroom2page to 1>><</link>></div>
\<div class="button"><<link [[Living room|livroom]]>><<set $livroompage to 1>><</link>></div>
\<div class="button"><<link [[Bathroom|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<div class="button"><<link [[Kitchen|kitchen]]>><<set $kitchenpage to 1>><</link>></div>
<div class="button"><<link [[Lobby|lobby]]>><<set $lobbypage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $bedroom2page == 0 or ndef $bedroom2page>><<set $bedroom2page to 1>><</if>>
\<<if $lang == "ru">>
\<<if $bedroom2page == 1>>
\<<pic2 home bedroom2>>
\<<if ($cycle1 == 6 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 3 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>><div class="button"><<link "$hisstepbroname" "hisstepbro">><<set $hisstepbropage to 1>><</link>></div><</if>>
<div class="button"><<link [[Коридор|corridor]]>><<set $bedroom2page to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $bedroom2page == 1>>
\<<pic2 home bedroom2>>
\<<if ($cycle1 == 6 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 3 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>><div class="button"><<link "$hisstepbroname" "hisstepbro">><<set $hisstepbropage to 1>><</link>></div><</if>>
<div class="button"><<link [[Corridor|corridor]]>><<set $bedroom2page to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $livroompage == 0 or ndef $livroompage>><<set $livroompage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $livroompage == 1>>
\<<pic2 home livroom>>
\<<if ($cycle1 == 5 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 6 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 3 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6))>><div class="button"><<link "$husbname" "husband">><<set $husbandpage to 1>><</link>></div><</if>>
\<<if ($cycle1 == 5 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 6 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 3 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>><div class="button"><<link "$hisstepbroname" "hisstepbro">><<set $hisstepbropage to 1>><</link>></div><</if>>
\<<if $cycle1 != 7>>
<div class="button"><<link [[Смотреть телевизор|livroom]]>><<set $livroompage to random(2, 5)>><</link>></div>
\<</if>>
<div class="button"><<link [[Коридор|corridor]]>><<set $livroompage to 0>><</link>></div>
\<<elseif $livroompage == 2>>
\<<set $rand to random(1, 3)>>
\<<gif2 tv $rand>>
<div class="button">[[Смотреть|livroom]]</div>
\<div class="button"><<link [[Следующий канал|livroom]]>><<set $livroompage to 3>><</link>></div>
\<div class="button"><<link [[Предыдущий канал|livroom]]>><<set $livroompage to 5>><</link>></div>
<div class="button"><<link [[Выключить телевизор|livroom]]>><<set $livroompage to 1;$cycle1 += 1;$arousal -= 10;$clean -= 5>><</link>></div>
\<<elseif $livroompage == 3>>
\<<set $rand to random(4, 6)>>
\<<gif2 tv $rand>>
<div class="button">[[Смотреть|livroom]]</div>
\<div class="button"><<link [[Следующий канал|livroom]]>><<set $livroompage to 4>><</link>></div>
\<div class="button"><<link [[Предыдущий канал|livroom]]>><<set $livroompage to 2>><</link>></div>
<div class="button"><<link [[Выключить телевизор|livroom]]>><<set $livroompage to 1;$cycle1 += 1;$arousal -= 10;$clean -= 5>><</link>></div>
\<<elseif $livroompage == 4>>
\<<set $rand to random(7, 10)>>
\<<gif2 tv $rand>>
<div class="button">[[Смотреть|livroom]]</div>
\<div class="button"><<link [[Следующий канал|livroom]]>><<set $livroompage to 5>><</link>></div>
\<div class="button"><<link [[Предыдущий канал|livroom]]>><<set $livroompage to 3>><</link>></div>
<div class="button"><<link [[Выключить телевизор|livroom]]>><<set $livroompage to 1;$cycle1 += 1;$arousal -= 10;$clean -= 5>><</link>></div>
\<<elseif $livroompage == 5>>
\<<set $rand to random(11, 18);$arousal += 10>>
\<<gif2 tv $rand>>
\<<if ($porn_corr_daily == 0 or ndef $porn_corr_daily) && $corr < 100>><div class="button"><font color=red>Разврат + 1</font></div><<set $corr += 1;$porn_corr_daily to 1>><</if>>
\<<if $arousal >= 20>>
<div class="button"><<link [[Мастурбировать|livroom]]>><<set $livroompage to 6>><</link>></div>
\<</if>>
<div class="button">[[Смотреть|livroom]]</div>
\<div class="button"><<link [[Следующий канал|livroom]]>><<set $livroompage to 2>><</link>></div>
\<div class="button"><<link [[Предыдущий канал|livroom]]>><<set $livroompage to 4>><</link>></div>
<div class="button"><<link [[Выключить телевизор|livroom]]>><<set $livroompage to 1;$cycle1 += 1;$arousal -= 10;$clean -= 5>><</link>></div>
\<<elseif $livroompage == 6>>
\<<set $rand to random(11, 18)>>
\<<gif2 tv $rand>>
\<<set $rand to random(1, 5);$arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $arousal >= 100>><<set $arousal to 0;$livroompage to 7>><<goto "livroom">><</if>>
<<gif4 sex masturbate livroom $rand>>
<div class="button">[[Продолжить|livroom]]</div>
<div class="button"><<link [[Прекратить|livroom]]>><<set $livroompage to 1>><</link>></div>
\<<elseif $livroompage == 7>>
\<<set $rand to random(1, 5)>>
\<<gif3 sex orgasm $rand>>
\<<if $corr < 40 && ($livroompage != 0 or $kitchenroompage != 0)>><div class="button"><font color=red>Разврат + 1</font></div><<set $corr += 1>><</if>>
<div class="button"><<link [[Закончить|livroom]]>><<set $livroompage to 1;$cycle1 += 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $livroompage == 1>>
\<<pic2 home livroom>>
\<<if ($cycle1 == 5 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 6 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 3 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6))>><div class="button"><<link "$husbname" "husband">><<set $husbandpage to 1>><</link>></div><</if>>
\<<if ($cycle1 == 5 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 6 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 3 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>><div class="button"><<link "$hisstepbroname" "hisstepbro">><<set $hisstepbropage to 1>><</link>></div><</if>>
\<<if $cycle1 != 7>>
<div class="button"><<link [[Watch TV|livroom]]>><<set $livroompage to random(2, 5)>><</link>></div>
\<</if>>
<div class="button"><<link [[Corridor|corridor]]>><<set $livroompage to 0>><</link>></div>
\<<elseif $livroompage == 2>>
\<<set $rand to random(1, 3)>>
\<<gif2 tv $rand>>
<div class="button">[[Watch|livroom]]</div>
\<div class="button"><<link [[Next channel|livroom]]>><<set $livroompage to 3>><</link>></div>
\<div class="button"><<link [[Previous channel|livroom]]>><<set $livroompage to 5>><</link>></div>
<div class="button"><<link [[Turn off the TV|livroom]]>><<set $livroompage to 1;$cycle1 += 1;$arousal -= 10;$clean -= 5>><</link>></div>
\<<elseif $livroompage == 3>>
\<<set $rand to random(4, 6)>>
\<<gif2 tv $rand>>
<div class="button">[[Watch|livroom]]</div>
\<div class="button"><<link [[Next channel|livroom]]>><<set $livroompage to 4>><</link>></div>
\<div class="button"><<link [[Previous channel|livroom]]>><<set $livroompage to 2>><</link>></div>
<div class="button"><<link [[Turn off the TV|livroom]]>><<set $livroompage to 1;$cycle1 += 1;$arousal -= 10;$clean -= 5>><</link>></div>
\<<elseif $livroompage == 4>>
\<<set $rand to random(7, 10)>>
\<<gif2 tv $rand>>
<div class="button">[[Watch|livroom]]</div>
\<div class="button"><<link [[Next channel|livroom]]>><<set $livroompage to 5>><</link>></div>
\<div class="button"><<link [[Previous channel|livroom]]>><<set $livroompage to 3>><</link>></div>
<div class="button"><<link [[Turn off the TV|livroom]]>><<set $livroompage to 1;$cycle1 += 1;$arousal -= 10;$clean -= 5>><</link>></div>
\<<elseif $livroompage == 5>>
\<<set $rand to random(11, 18);$arousal += 10>>
\<<gif2 tv $rand>>
\<<if ($porn_corr_daily == 0 or ndef $porn_corr_daily) && $corr < 100>><div class="button"><font color=red>Corruption + 1</font></div><<set $corr += 1;$porn_corr_daily to 1>><</if>>
\<<if $arousal >= 20>>
<div class="button"><<link [[Masturbate|livroom]]>><<set $livroompage to 6>><</link>></div>
\<</if>>
<div class="button">[[Watch|livroom]]</div>
\<div class="button"><<link [[Next channel|livroom]]>><<set $livroompage to 2>><</link>></div>
\<div class="button"><<link [[Previous channel|livroom]]>><<set $livroompage to 4>><</link>></div>
<div class="button"><<link [[Turn off the TV|livroom]]>><<set $livroompage to 1;$cycle1 += 1;$arousal -= 10;$clean -= 5>><</link>></div>
\<<elseif $livroompage == 6>>
\<<set $rand to random(11, 18)>>
\<<gif2 tv $rand>>
\<<set $rand to random(1, 5);$arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $arousal >= 100>><<set $arousal to 0;$livroompage to 7>><<goto "livroom">><</if>>
<<gif4 sex masturbate livroom $rand>>
<div class="button">[[Continue|livroom]]</div>
<div class="button"><<link [[Stop|livroom]]>><<set $livroompage to 1>><</link>></div>
\<<elseif $livroompage == 7>>
\<<set $rand to random(1, 5)>>
\<<gif3 sex orgasm $rand>>
\<<if $corr < 40 && ($livroompage != 0 or $kitchenroompage != 0)>><div class="button"><font color=red>Corruption + 1</font></div><<set $corr += 1>><</if>>
<div class="button"><<link [[Finish|livroom]]>><<set $livroompage to 1;$cycle1 += 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $bathroompage == 0 or ndef $bathroompage>><<set $bathroompage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $bathroompage == 1>>
\<<pic2 home bathroom>>
\<<if ($cycle1 == 1 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 4 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>>
<div class="button"><<link "$husbname" "husband">><<set $husbandpage to 1>><</link>></div>
<div class="button">Ванная занята вашим мужем</div>
\<<else>>
\<<if ($cycle1 == 1 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 4 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6))>>
<div class="button"><<link "$hisstepbroname" "hisstepbro">><<set $hisstepbropage to 1>><</link>></div>
<div class="button">Ванная занята $hisstepbronameом</div>
\<<else>>
\<<if $husband_quest == 12 && $cycle1 != 7 && $anal_plug_unlocked != 1>>
<div class="text">Что ж, ванная комната свободна. Может самое время воспользоваться клизмой?</div>
<div class="button"><<link [[Сделать клизму|bathroom]]>><<set $enema_day to 0;$bathroompage to 10;$cycle1 += 1>><</link>></div>
\<</if>>
\<<if $anal_plug == 1 && $plug_in == 0 && $anal_plug_unlocked == 1>>
<div class="button"><<link [[Вставить анальную пробку|bathroom]]>><<set $bathroompage to 13;$plug_in to 1>><</link>></div>
\<</if>>
\<<if $plug_in == 1 && $anal_plug_unlocked == 1>>
<div class="button"><<link [[Вынуть анальную пробку|bathroom]]>><<set $plug_in to 0>><</link>></div>
\<</if>>
<<if $cycle1 != 7>><div class="button"><<link [[Принять душ|bathroom]]>><<set $bathroompage to 2;$cosm to 0>><</link>></div><</if>>
\<<if $cycle1 != 7 && ($cosm == 0 or ndef $cosm)>><div class="button"><<link [[Накраситься|bathroom]]>><<set $bathroompage to 3>><</link>></div><</if>>
\<</if>>
\<</if>>
<div class="button"><<link [[Коридор|corridor]]>><<set $bathroompage to 0>><</link>></div>
\<<elseif $bathroompage == 2>>
\<<set $rand to random(1, 21);$clean to 100>>
\<<gif3 act shower $rand>>
<div class="button"><<link [[Накраситься|bathroom]]>><<set $bathroompage to 3>><</link>></div>
<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 3>>
\<<pic2 act makeup>>
\<<if $cosmitem >= 1>>
<div class="button">Косметики в наличии: $cosmitem</div>
<<if $cosmitem >= 1>><div class="button"><<link [[Лёгкий макияж|bathroom]]>><<set $bathroompage to 4;$cosm to 5;$cosmitem -= 1>><</link>></div><</if>>
\<<if $cosmitem >= 2>><div class="button"><<link [[Средний макияж|bathroom]]>><<set $bathroompage to 4;$cosm to 10;$cosmitem -= 2>><</link>></div><</if>>
\<<if $cosmitem >= 3>><div class="button"><<link [[Вызывающий макияж|bathroom]]>><<set $bathroompage to 4;$cosm to 15;$cosmitem -= 3>><</link>></div><</if>>
\<<elseif $cosmitem == 0 or ndef $cosmitem>>
<div class="button">У вас нет косметики</div>
\<</if>>
<div class="button"><<link [[Назад|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 4>>
\<<pic2 act makeup>>
\<div class="button"><font color=green>Привлекательность + $cosm</font></div>
\<<if $plug_in == 0 && $anal_plug_unlocked == 1>>
<div class="button"><<link [[Вставить пробку|bathroom]]>><<set $plug_in to 1;$bathroompage to 13>><</link>></div>
\<</if>>
<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 5>>
\<<set $clean to 100;$rand to random(2, 6);$arousal += 10>>
\<<gif3 act showertogether $rand>>
<div class="button"><<link [[Накраситься|bathroom]]>><<set $bathroompage to 3>><</link>></div>
\<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 6>>
\<<set $clean to 100;$rand to random(2, 6);$arousal += 10>>
\<<gif3 act showertogether $rand>>
<div class="button"><<link [[Подрочить ему|bathroom]]>><<set $bathroompage to 7;$sexenergy to random(5, 10);$cycle1 += 1>><</link>></div>
\<<if $hisstepbro_quest >= 8>><div class="button"><<link [[Отсосать ему|bathroom]]>><<set $bathroompage to 14;$sexenergy to random(5, 10);$cycle1 += 1>><</link>></div><</if>>
\<div class="button"><<link [[Накраситься|bathroom]]>><<set $bathroompage to 3>><</link>></div>
\<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 7>>
\<<set $rand to random(1, 5);$arousal += 5;$sexenergy -= 1>>
\<<if $corr >= 50>><<set $arousal += 5>><</if>>
\<<if $corr >= 100>><<set $arousal += 5>><</if>>
\<<if $sexenergy <= 0>><<set $bathroompage to 8>><<goto "bathroom">><</if>>
\<<gif4 sex handjob shower $rand>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока дрочили член $hisstepbronameа.</div>
\<</if>>
<div class="button">[[Продолжить|bathroom]]</div>
\<<elseif $bathroompage == 8>>
\<<set $rand to random(1, 4)>>
\<<gif4 sex cum 8 $rand>>
\<<if $corr < 100>><<set $corr += 1>><div class="button"><font color=red>Разврат + 1</font></div><</if>>
<div class="button"><<link [[Смыть сперму|bathroom]]>><<set $bathroompage to 9;$hj += 1;$cumonface += 1>><</link>></div>
\<<elseif $bathroompage == 9>>
\<<gif4 sex cum 8 $rand>>
<div class="button"><<link [[Накраситься|bathroom]]>><<set $bathroompage to 3>><</link>></div>
\<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 10>>
\<<gif2 act enema>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ух... Как же это всё отвратительно. Но на что только не пойдёшь ради любимого человека... Надеюсь, я тоже получу от этого удовольствие."</i><</say>>
<div class="text">Повторив процедуру пару раз, вы решили, что этого достаточно и прибравшись в ванной решили принять душ.</div>
\<<set $rand to random(1, 21);$clean to 100>>
<<gif3 act shower $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Так, ну что, давай вставим в себя эту штуковину. Блин, надеюсь, это не очень больно."</i><</say>>
<div class="button"><<link [[Вставить пробку|bathroom]]>><<set $bathroompage to 11>><</link>></div>
\<<elseif $bathroompage == 11>>
\<div class="text">Нанеся немного смазки на свои пальцы, вы медленно и аккуратно начали разрабатывать свою попку.</div>
<<gif2 act fingerass1>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин, оказывается это совсем не больно. Просто слишком узко, но... Кажется можно вставить второй палец."</i><</say>>
<<gif2 act fingerass2>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ну, я бы не сказала, что это приятно, но это оказалось проще, чем я думала. Наверное можно вставить третий палец, но думаю, что я уже сейчас могу вставить пробку так что не стоит переусердствовать."</i><</say>>
<div class="button"><<link [[Вставить пробку|bathroom]]>><<set $bathroompage to 12>><</link>></div>
\<<elseif $bathroompage == 12>>
\<<gif2 act plug_in>>
<<say '$name' 'pic/assets/$name.png'>><i>"Поверить не могу! Эта пробка кажется такой большой, но она с такой лёгкостью вошла в меня."</i><</say>>
<<gif2 act check_plug>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ощущения,конечно, странные, но смотрится неплохо. Тоже своего рода аксессуар."</i><</say>>
<div class="text">С улыбкой подумали вы разглядывая свою задницу перед зеркалом.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Ладно. Думаю, если я похожу с пробкой внутри хотя бы дня 3, то моя попа привыкнет и можно будет поэксперементировать с $husbnameом. Главное не забывать вставлять её каждое утро."</i><</say>>
<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1;$plug_in to 1;$anal_plug_unlocked to 1;$husband_quest to 13>><</link>></div>
\<<elseif $bathroompage == 13>>
\<<gif2 act plug_in>>
<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1;$plug_in to 1>><</link>></div>
\<<elseif $bathroompage == 14>>
\<<set $rand to random(1, 14)>>
\<<set $arousal += 10>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $bathroompage to 15>><<goto "bathroom">><</if>>
\<<gif4 sex bathroom 1 $rand>>
\<<if $bj_per_act == 0 or ndef $bj_per_act>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока делали минет $hisstepbronameу.</div>
\<</if>>
<div class="button"><<link [[Продолжить|bathroom]]>><<set $sexenergy -= 1>><</link>></div>
\<<elseif $bathroompage == 15>>
\<<set $rand to random(1, 4)>>
\<<gif4 sex cum 8 $rand>>
\<<if $corr < 70>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<div class="button"><<link [[Смыть сперму|bathroom]]>><<set $bathroompage to 16;$sexact += 1;$cumonface += 1>><</link>></div>
\<<elseif $bathroompage == 16>>
\<<gif4 sex cum 8 $rand>>
<div class="button"><<link [[Накраситься|bathroom]]>><<set $bathroompage to 3;$bj_per_act to 0>><</link>></div>
\<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1;$bj_per_act to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $bathroompage == 1>>
\<<pic2 home bathroom>>
\<<if ($cycle1 == 1 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 4 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>>
<div class="button"><<link "$husbname" "husband">><<set $husbandpage to 1>><</link>></div>
<div class="button">The bathroom is occupied by your husband</div>
\<<else>>
\<<if ($cycle1 == 1 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 4 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6))>>
<div class="button"><<link "$hisstepbroname" "hisstepbro">><<set $hisstepbropage to 1>><</link>></div>
<div class="button">The bathroom is occupied by $hisstepbroname</div>
\<<else>>
\<<if $husband_quest == 12 && $cycle1 != 7 && $anal_plug_unlocked != 1>>
<div class="text">Well, the bathroom is free. Maybe it's time to use an enema?</div>
<div class="button"><<link [[Do an enema|bathroom]]>><<set $enema_day to 0;$bathroompage to 10;$cycle1 += 1>><</link>></div>
\<</if>>
\<<if $anal_plug == 1 && $plug_in == 0 && $anal_plug_unlocked == 1>>
<div class="button"><<link [[Insert anal plug|bathroom]]>><<set $bathroompage to 13;$plug_in to 1>><</link>></div>
\<</if>>
\<<if $plug_in == 1 && $anal_plug_unlocked == 1>>
<div class="button"><<link [[Take out the butt plug|bathroom]]>><<set $plug_in to 0>><</link>></div>
\<</if>>
<<if $cycle1 != 7>><div class="button"><<link [[Take a shower|bathroom]]>><<set $bathroompage to 2;$cosm to 0>><</link>></div><</if>>
\<<if $cycle1 != 7 && ($cosm == 0 or ndef $cosm)>><div class="button"><<link [[Put on makeup|bathroom]]>><<set $bathroompage to 3>><</link>></div><</if>>
\<</if>>
\<</if>>
<div class="button"><<link [[Corridor|corridor]]>><<set $bathroompage to 0>><</link>></div>
\<<elseif $bathroompage == 2>>
\<<set $rand to random(1, 21);$clean to 100>>
\<<gif3 act shower $rand>>
<div class="button"><<link [[Put on makeup|bathroom]]>><<set $bathroompage to 3>><</link>></div>
<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 3>>
\<<pic2 act makeup>>
\<<if $cosmitem >= 1>>
<div class="button">Cosmetics available: $cosmitem</div>
<<if $cosmitem >= 1>><div class="button"><<link [[Light make-up|bathroom]]>><<set $bathroompage to 4;$cosm to 5;$cosmitem -= 1>><</link>></div><</if>>
\<<if $cosmitem >= 2>><div class="button"><<link [[Medium make-up|bathroom]]>><<set $bathroompage to 4;$cosm to 10;$cosmitem -= 2>><</link>></div><</if>>
\<<if $cosmitem >= 3>><div class="button"><<link [[Provocative make-up|bathroom]]>><<set $bathroompage to 4;$cosm to 15;$cosmitem -= 3>><</link>></div><</if>>
\<<elseif $cosmitem == 0 or ndef $cosmitem>>
<div class="button">You don't have makeup</div>
\<</if>>
<div class="button"><<link [[Back|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 4>>
\<<pic2 act makeup>>
\<div class="button"><font color=green>Beauty + $cosm</font></div>
\<<if $plug_in == 0 && $anal_plug_unlocked == 1>>
<div class="button"><<link [[Insert plug|bathroom]]>><<set $plug_in to 1;$bathroompage to 13>><</link>></div>
\<</if>>
<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 5>>
\<<set $clean to 100;$rand to random(2, 6);$arousal += 10>>
\<<gif3 act showertogether $rand>>
<div class="button"><<link [[Put on makeup|bathroom]]>><<set $bathroompage to 3>><</link>></div>
\<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 6>>
\<<set $clean to 100;$rand to random(2, 6);$arousal += 10>>
\<<gif3 act showertogether $rand>>
<div class="button"><<link [[Jerk him off|bathroom]]>><<set $bathroompage to 7;$sexenergy to random(5, 10);$cycle1 += 1>><</link>></div>
\<<if $hisstepbro_quest >= 8>><div class="button"><<link [[Suck him off|bathroom]]>><<set $bathroompage to 14;$sexenergy to random(5, 10);$cycle1 += 1>><</link>></div><</if>>
\<div class="button"><<link [[Put on makeup|bathroom]]>><<set $bathroompage to 3>><</link>></div>
\<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 7>>
\<<set $rand to random(1, 5);$arousal += 5;$sexenergy -= 1>>
\<<if $corr >= 50>><<set $arousal += 5>><</if>>
\<<if $corr >= 100>><<set $arousal += 5>><</if>>
\<<if $sexenergy <= 0>><<set $bathroompage to 8>><<goto "bathroom">><</if>>
\<<gif4 sex handjob shower $rand>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text">You had an orgasm while jerking $hisstepbroname's cock.</div>
\<</if>>
<div class="button">[[Continue|bathroom]]</div>
\<<elseif $bathroompage == 8>>
\<<set $rand to random(1, 4)>>
\<<gif4 sex cum 8 $rand>>
\<<if $corr < 100>><<set $corr += 1>><div class="button"><font color=red>Corruption + 1</font></div><</if>>
<div class="button"><<link [[Wash away the cum|bathroom]]>><<set $bathroompage to 9;$hj += 1;$cumonface += 1>><</link>></div>
\<<elseif $bathroompage == 9>>
\<<gif4 sex cum 8 $rand>>
<div class="button"><<link [[Put on makeup|bathroom]]>><<set $bathroompage to 3>><</link>></div>
\<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1>><</link>></div>
\<<elseif $bathroompage == 10>>
\<<gif2 act enema>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ugh... How disgusting this is. I hope I enjoy it too."</i><</say>>
<div class="text">After repeating the procedure a couple of times, you decided that this was enough and, having tidied up the bathroom, you decided to take a shower.</div>
\<<set $rand to random(1, 21);$clean to 100>>
<<gif3 act shower $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Okay, let's put this thing in the butt. Damn, I hope this doesn't hurt too much."</i><</say>>
<div class="button"><<link [[Insert plug|bathroom]]>><<set $bathroompage to 11>><</link>></div>
\<<elseif $bathroompage == 11>>
\<div class="text">After applying some lube to your fingers, you slowly and carefully began to work out your ass.</div>
<<gif2 act fingerass1>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn, it turns out it doesn't hurt at all. It's just too tight, but... I think I can fit a second finger in."</i><</say>>
<<gif2 act fingerass2>>
<<say '$name' 'pic/assets/$name.png'>><i>"Well, I wouldn't say it was pleasant, but it turned out to be easier than I thought. I can probably insert a third finger, but I think I can insert the plug now so I shouldn't overdo it."</i><</say>>
<div class="button"><<link [[Insert plug|bathroom]]>><<set $bathroompage to 12>><</link>></div>
\<<elseif $bathroompage == 12>>
\<<gif2 act plug_in>>
<<say '$name' 'pic/assets/$name.png'>><i>"I can't believe it! This plug seems so big, but it entered me so easily."</i><</say>>
<<gif2 act check_plug>>
<<say '$name' 'pic/assets/$name.png'>><i>"It feels strange, of course, but it looks good. Also a kind of accessory."</i><</say>>
<div class="text">You thought with a smile as you looked at your butt in front of the mirror.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Okay. I think if I walk around with the plug inside for at least 3 days, my butt will get used to it and I can experiment with $husbname. The main thing is not to forget to insert it every morning."</i><</say>>
<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1;$plug_in to 1;$anal_plug_unlocked to 1;$husband_quest to 13>><</link>></div>
\<<elseif $bathroompage == 13>>
\<<gif2 act plug_in>>
<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1;$plug_in to 1>><</link>></div>
\<<elseif $bathroompage == 14>>
\<<set $rand to random(1, 14)>>
\<<set $arousal += 10>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $bathroompage to 15>><<goto "bathroom">><</if>>
\<<gif4 sex bathroom 1 $rand>>
\<<if $bj_per_act == 0 or ndef $bj_per_act>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text">You orgasmed while giving $hisstepbroname a blowjob.</div>
\<</if>>
<div class="button"><<link [[Continue|bathroom]]>><<set $sexenergy -= 1>><</link>></div>
\<<elseif $bathroompage == 15>>
\<<set $rand to random(1, 4)>>
\<<gif4 sex cum 8 $rand>>
\<<if $corr < 70>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<div class="button"><<link [[Wash away the cum|bathroom]]>><<set $bathroompage to 16;$sexact += 1;$cumonface += 1>><</link>></div>
\<<elseif $bathroompage == 16>>
\<<gif4 sex cum 8 $rand>>
<div class="button"><<link [[Put on makeup|bathroom]]>><<set $bathroompage to 3;$bj_per_act to 0>><</link>></div>
\<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1;$bj_per_act to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $kitchenpage == 0 or ndef $kitchenpage>><<set $kitchenpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $kitchenpage == 1>>
\<<pic2 home kitchen>>
\<<if $cycle1 != 7>>
\<<if ($cycle1 == 1 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 4 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6))>><div class="button"><<link "$husbname" "husband">><<set $husbandpage to 1>><</link>></div><</if>>
\<<if ($cycle1 == 1 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 4 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>><div class="button"><<link "$hisstepbroname" "hisstepbro">><<set $hisstepbropage to 1>><</link>></div><</if>>
<div class="button"><<link [[Покушать|kitchen]]>><<set $kitchenpage to 2>><</link>></div>
\<</if>>
<div class="button"><<link [[Коридор|corridor]]>><<set $kitchenpage to 0>><</link>></div>
\<<elseif $kitchenpage == 2>>
\<<pic2 act eat>>
<div class="button"><<link [[Назад|kitchen]]>><<set $kitchenpage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $kitchenpage == 1>>
\<<pic2 home kitchen>>
\<<if $cycle1 != 7>>
\<<if ($cycle1 == 1 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7)) or ($cycle1 == 4 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6))>><div class="button"><<link "$husbname" "husband">><<set $husbandpage to 1>><</link>></div><</if>>
\<<if ($cycle1 == 1 && ($wday1 == 2 or $wday1 == 4 or $wday1 == 6)) or ($cycle1 == 4 && ($wday1 == 1 or $wday1 == 3 or $wday1 == 5 or $wday1 == 7))>><div class="button"><<link "$hisstepbroname" "hisstepbro">><<set $hisstepbropage to 1>><</link>></div><</if>>
<div class="button"><<link [[Eat|kitchen]]>><<set $kitchenpage to 2>><</link>></div>
\<</if>>
<div class="button"><<link [[Corridor|corridor]]>><<set $kitchenpage to 0>><</link>></div>
\<<elseif $kitchenpage == 2>>
\<<pic2 act eat>>
<div class="button"><<link [[Back|kitchen]]>><<set $kitchenpage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lobbypage == 0 or ndef $lobbypage>><<set $lobbypage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $lobbypage == 1>>
\<<pic2 home lobby>>
<div class="button"><<link [[Домой|corridor]]>><<set $lobbypage to 0>><</link>></div>
<<if $cycle1 != 7>><div class="button"><<link [[На улицу|south]]>><<set $lobbypage to 0>><</link>></div><</if>>
\<</if>>
\<<else>>
\<<if $lobbypage == 1>>
\<<pic2 home lobby>>
<div class="button"><<link [[Go home|corridor]]>><<set $lobbypage to 0>><</link>></div>
<<if $cycle1 != 7>><div class="button"><<link [[Outside|south]]>><<set $lobbypage to 0>><</link>></div><</if>>
\<</if>>
\<</if>>
@@<<widget "time">>
<<if $lang == "ru">>
<<if $cycle1 == 1 or $cycle1 > 7>>
<<set $cycle2 to "Утро">>
<<elseif $cycle1 == 2>>
<<set $cycle2 to "Полдень">>
<<elseif $cycle1 == 3>>
<<set $cycle2 to "День">>
<<elseif $cycle1 == 4>>
<<set $cycle2 to "Вечер">>
<<elseif $cycle1 == 5>>
<<set $cycle2 to "Поздний вечер">>
<<elseif $cycle1 == 6>>
<<set $cycle2 to "Ночь">>
<<elseif $cycle1 == 7>>
<<set $cycle2 to "Поздняя ночь">>
<</if>>
<<else>>
<<if $cycle1 == 1 or $cycle1 > 7>>
<<set $cycle2 to "Morning">>
<<elseif $cycle1 == 2>>
<<set $cycle2 to "Noon">>
<<elseif $cycle1 == 3>>
<<set $cycle2 to "Afternoon">>
<<elseif $cycle1 == 4>>
<<set $cycle2 to "Evening">>
<<elseif $cycle1 == 5>>
<<set $cycle2 to "Late evening">>
<<elseif $cycle1 == 6>>
<<set $cycle2 to "Night">>
<<elseif $cycle1 == 7>>
<<set $cycle2 to "Late night">>
<</if>>
<</if>>
<<variables>>
$cycle2
<</widget>>
<<widget "wday">>
<<if $lang == "ru">>
<<if $wday1 == 1 or $wday1 > 7>>
<<set $wday2 to "Понедельник">>
<<elseif $wday1 == 2>>
<<set $wday2 to "Вторник">>
<<elseif $wday1 == 3>>
<<set $wday2 to "Среда">>
<<elseif $wday1 == 4>>
<<set $wday2 to "Четверг">>
<<elseif $wday1 == 5>>
<<set $wday2 to "Пятница">>
<<elseif $wday1 == 6>>
<<set $wday2 to "Суббота">>
<<elseif $wday1 == 7>>
<<set $wday2 to "Воскресенье">>
<</if>>
<<else>>
<<if $wday1 == 1 or $wday1 > 7>>
<<set $wday2 to "Monday">>
<<elseif $wday1 == 2>>
<<set $wday2 to "Tuesday">>
<<elseif $wday1 == 3>>
<<set $wday2 to "Wednesday">>
<<elseif $wday1 == 4>>
<<set $wday2 to "Thursday">>
<<elseif $wday1 == 5>>
<<set $wday2 to "Friday">>
<<elseif $wday1 == 6>>
<<set $wday2 to "Saturday">>
<<elseif $wday1 == 7>>
<<set $wday2 to "Sunday">>
<</if>>
<</if>>
<<variables>>
$wday2
<<autoevents>>
<</widget>><<if $lang == "ru">>
<<if $endofprolog == 1>>
<<if $showcheats == 1>><<link [[Читы|cheats]]>><<if hashStr($cheats) == "-1968535834">><<set $cheatpage to 3>><<else>><<set $cheatpage to 1>><</if>><</link>><</if>>
<<link [[Телефон|phone]]>><<set $phonepage to 1>><</link>>
<<if $phone_stat == 0>><<link [[Статистика|stat]]>><<set $statpage to 1>><</link>><</if>>
[[Что делать|quests]]
<</if>>
<<if $showchangelog == 1>>[[История изменений|changelog]]<</if>>
[[Настройки|settings]]
<<else>>
<<if $endofprolog == 1>>
<<if $showcheats == 1>><<link [[Cheats|cheats]]>><<if hashStr($cheats) == "-1968535834">><<set $cheatpage to 3>><<else>><<set $cheatpage to 1>><</if>><</link>><</if>>
<<link [[Phone|phone]]>><<set $phonepage to 1>><</link>>
<<if $phone_stat == 0>><<link [[Stats|stat]]>><<set $statpage to 1>><</link>><</if>>
[[What to do|quests]]
<</if>>
<<if $showchangelog == 1>>[[Changelog|changelog]]<</if>>
[[Settings|settings]]
<</if>>@@.left;
\<<if $lang == "ru">>
\<div class="button"><<link [[Switch to English|settings]]>><<set $lang = "en">><</link>></div>
<div class="locList">
<div class="locButton"><<if $endofprolog == 1>>[[Имена и не только|names]]<<else>>Имена и не только<</if>></div>
<div class="locButton"><<if $banner == 0 or ndef $banner>><<link [[Включить баннер|settings]]>><<set $banner to 1>><</link>><<else>><<link [[Выключить баннер|settings]]>><<set $banner to 0>><</link>><</if>></div>
<div class="locButton"><<if $showauthor == 0 or ndef $showauthor>><<link [[Включить отображение автора и версии|settings]]>><<set $showauthor to 1>><</link>><<else>><<link [[Выключить отображение автора и версии|settings]]>><<set $showauthor to 0>><</link>><</if>></div>
<div class="locButton"><<if $showavatar == 0 or ndef $showavatar>><<link [[Включить аватар|settings]]>><<set $showavatar to 1>><</link>><<else>><<link [[Выключить аватар|settings]]>><<set $showavatar to 0>><</link>><</if>></div>
<div class="locButton"><<if $showcheats == 0 or ndef $showcheats>><<link [[Включить отображение читов|settings]]>><<set $showcheats to 1>><</link>><<else>><<link [[Выключить отображение читов|settings]]>><<set $showcheats to 0>><</link>><</if>></div>
<div class="locButton"><<if $showchangelog == 0 or ndef $showchangelog>><<link [[Включить историю изменений|settings]]>><<set $showchangelog to 1>><</link>><<else>><<link [[Выключить историю изменений|settings]]>><<set $showchangelog to 0>><</link>><</if>></div>
<div class="locButton">Размер анимаций:</div>
<div class="miniButton"><<if $gifWidth != 40>><<link [[40%|settings]]>><<set $gifWidth to 40>><</link>><<else>>25%<</if>></div>
<div class="miniButton"><<if $gifWidth != 60>><<link [[60%|settings]]>><<set $gifWidth to 60>><</link>><<else>>60%<</if>></div>
<div class="miniButton"><<if $gifWidth != 80>><<link [[80%|settings]]>><<set $gifWidth to 80>><</link>><<else>>80%<</if>></div>
<div class="miniButton"><<if $gifWidth != 100>><<link [[100%|settings]]>><<set $gifWidth to 100>><</link>><<else>>100%<</if>></div>
<div class=locButton><<if $showday == 0 or ndef $showday>><<link [[Включить отображение дня|settings]]>><<set $showday to 1>><</link>><<else>><<link [[Выключить отображение дня|settings]]>><<set $showday to 0>><</link>><</if>></div>
<div class=locButton><<if $showpatreon == 0 or ndef $showpatreon>><<link [[Включить кнопку Patreon|settings]]>><<set $showpatreon to 1>><</link>><<else>><<link [[Выключить кнопку Patreon|settings]]>><<set $showpatreon to 0>><</link>><</if>></div>
<div class=locButton><<if $phone_stat == 1>><<link [[Статистика в телефоне|settings]]>><<set $phone_stat to 0>><</link>><<else>><<link [[Статистика на левой панели|settings]]>><<set $phone_stat to 1>><</link>><</if>></div>
\</div>
<div class="button"><<link "Назад" $return>><</link>></div>
\<<else>>
\<div class="button"><<link [[Переключить на русский|settings]]>><<set $lang = "ru">><</link>></div>
<div class="locList">
<div class="locButton"><<if $endofprolog == 1>>[[Names and more|names]]<<else>>Names and more<</if>></div>
<div class="locButton"><<if $banner == 0 or ndef $banner>><<link [[Enable banner|settings]]>><<set $banner to 1>><</link>><<else>><<link [[Disable banner|settings]]>><<set $banner to 0>><</link>><</if>></div>
<div class="locButton"><<if $showauthor == 0 or ndef $showauthor>><<link [[Enable author and version display|settings]]>><<set $showauthor to 1>><</link>><<else>><<link [[Disable author and version display|settings]]>><<set $showauthor to 0>><</link>><</if>></div>
<div class="locButton"><<if $showavatar == 0 or ndef $showavatar>><<link [[Enable avatar|settings]]>><<set $showavatar to 1>><</link>><<else>><<link [[Disable avatar|settings]]>><<set $showavatar to 0>><</link>><</if>></div>
<div class="locButton"><<if $showcheats == 0 or ndef $showcheats>><<link [[Enable cheat button|settings]]>><<set $showcheats to 1>><</link>><<else>><<link [[Disable cheat button|settings]]>><<set $showcheats to 0>><</link>><</if>></div>
<div class="locButton"><<if $showchangelog == 0 or ndef $showchangelog>><<link [[Enable changelog|settings]]>><<set $showchangelog to 1>><</link>><<else>><<link [[Disable changelog|settings]]>><<set $showchangelog to 0>><</link>><</if>></div>
<div class="locButton">Animation size:</div>
<div class="miniButton"><<if $gifWidth != 40>><<link [[40%|settings]]>><<set $gifWidth to 40>><</link>><<else>>25%<</if>></div>
<div class="miniButton"><<if $gifWidth != 60>><<link [[60%|settings]]>><<set $gifWidth to 60>><</link>><<else>>60%<</if>></div>
<div class="miniButton"><<if $gifWidth != 80>><<link [[80%|settings]]>><<set $gifWidth to 80>><</link>><<else>>80%<</if>></div>
<div class="miniButton"><<if $gifWidth != 100>><<link [[100%|settings]]>><<set $gifWidth to 100>><</link>><<else>>100%<</if>></div>
<div class=locButton><<if $showday == 0 or ndef $showday>><<link [[Enable day display|settings]]>><<set $showday to 1>><</link>><<else>><<link [[Disable day display|settings]]>><<set $showday to 0>><</link>><</if>></div>
<div class=locButton><<if $showpatreon == 0 or ndef $showpatreon>><<link [[Enable Patreon Button|settings]]>><<set $showpatreon to 1>><</link>><<else>><<link [[Disable Patreon Button|settings]]>><<set $showpatreon to 0>><</link>><</if>></div>
<div class=locButton><<if $phone_stat == 1>><<link [[Statistics on your phone|settings]]>><<set $phone_stat to 0>><</link>><<else>><<link [[Statistics on the left panel|settings]]>><<set $phone_stat to 1>><</link>><</if>></div>
\</div>
<div class="button"><<link "Back" $return>><</link>></div>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
<div class="changelog"><<linkappend '0.0.4'>>
- Добавлена аптека. (Южный район и Торговый центр в Северном районе)
- Добавлено приложение SUP для сообщений и переписок. На данный момент используется только для одного входящего сообщения при продвижении по ветке мужа ГГ.
- Добавлена возможность купить клизму в аптеке.
- Добавлена возможность купить анальную пробку в сексшопе Западного района.
- Добавлено продолжение ветки мужа. Подготовка попы ГГ к анальному сексу.
- Добавлено событие с клизмой. Событие возможно только при достаточном прогрессе в ветке с мужем.
- Добавлена возможность вставлять/вынимать анальную пробку. Доступно при достаточном прогрессе по ветке с мужем.
- Добавлена возможность вставлять анальную пробку после нанесения косметики на случай если ванная комната кем-то занята.
- Добавлено отображение задницы в зеркале. (С пробкой или без. Откроется по мере продвижения по ветке мужа.)
- Добавлено событие первого анального секса с мужем. Данное событие разблокирует доступ ГГ к анальному сексу. Ветка мужа в общем теперь состоит из 14 шагов.
- Добавлена возможность заниматься анальным сексом. Пока что весь секс доступен только с мужем ГГ.
- Добавлено 53 новых Gif связанных с анальным сексом. 14 на кухне, 6 в ванной, 14 в спальне и 14 в гостинной. А также 5 Gif окончания в попу.
- Добавлено отображение ежедневного дохода в приложениях Holagram и ForFans.
- Добавлены счётчики вагинального и анального секса.
- Добавлена настройка расположения кнопки "Статистика".
- Добавлено новое повторяющееся событие с дождём. Событие сработает только если ГГ не надела нижнее бельё и у неё нет зонта.
- Добавлен магазин в Южном районе.
- Добавлен зонт, который можно купить в магазине в Южном районе или в Торговом центре Северного района. Зонт можно выложить в гардеробе.
- Добавлены события с приставанием в автобусе. Разная одежда - разные Gif. Также на Gif влияет наличие или отсутствие нижнего белья. Могут облапать грудь или зад. Реакции зависят от уровня разврата. (Чем выше привлекательность, тем выше вероятность домогательств)
- Добавлено групповое приставание в автобусе. Событие может случайно сработать, если ГГ носит юбку или платье и не стала обращать внимание на приставание от одного извращенца. Наличие нижнего белья не имеет значения.
- Добавлена возможность отсосать сводному брату мужа ГГ после ивентами с дрочкой если уровень разврата ГГ выше 50.
- Добавлен новый вид селфи для ForFans - селфи с анальной пробкой. Селфи доступно только после достаточного продвижения по ветке мужа ГГ и только если пробка вставлена в попу. 30 картинок.
- Добавлен пустой Стриптиз-клуб. (Западный район)
- Упрощено описание оргазмов при сексе. Теперь там написано "Вы испытали оргазм, пока вас трахали в киску/попу/рот." Вместо "Вы испытали оргазм, пока вас трахали по миссионерски/раком/сзади и т.п."
- Исправлена ошибка при которой ветер поднимал юбку ГГ даже если на ней нет ни юбки, ни платья.
- Событие с ветром и юбкой дополнено картинками с анальной пробкой.
- Переработана покупка косметики. Косметику теперь можно купить не только в Торговом центре, но и в магазине в Южном районе.
- Переработаны ивенты со сводным братом мужа ГГ. Теперь максимально требуемый уровень разврата равен 60 вместо 100. Переработка была сделана для дальнейших ивентов.
- Событие с дрочкой сводного брата мужа ГГ больше не возникнет если ГГ хоть раз делала ему минет.
- Необходимое кол-во подписчиков для получения предложения от модельного агентства временно уменьшено до 10,000.
\<</linkappend>></div>
\<div class="changelog"><<linkappend '0.0.3'>>
- Исправлена техническая ошибка, переводящая переменные с числовым значением в строчное после использования читов.
- Мастурбация в гостиной при просмотре порно теперь повышает разврат до 40 вместо 20.
- Секс с мужем вне спальни и ванной теперь повышает разврат до 60 вместо 40.
- Добавлен магазин спортивной одежды. Магазин находится в торговом комплексе северного района.
- Добавлено 9 новых вариантов спортивной одежды. Можно купить в магазине спортивной одежды.
- Добавлено 37 новых вариантов одежды для улицы. Можно купить в магазине обычной одежды.
- Добавлено 9 новых анимаций секса в душе, 9 анимаций минета в душе, 17 анимаций принятия душа, 3 анимации совместного принятия душа и 1 анимация камшота в душе. Все анимации в более высоком качестве, но старые я удалять не стала.
- Добавлено продолжение событий с мужем ГГ. После того, как ГГ выложит свою первую фотографию в приложении ForFans, подойдите к Ричарду, когда он будет на кухне.
- Добавлено событие модельного агентства. Для того, чтобы прийти к этому событию, продвиньтесь по линии мужа.
- Добавлена первая фотосессия в модельном агентстве.
- Добавлен ПК на котором можно посмотреть порно разных жанров и поднять разврат до 20.
- Добавлена возможность взять подработку официанткой в кафе в Южном районе. (В связи с моим отсутствием подработка заморожена и отложена до следующего обновления.)
- Учитывая, что в игре появились анимации более хорошего кач-ва, размер отображения анимаций по умолчанию увеличен с 50% до 80%.
- В меню настроек добавлена возможность выбрать размер отображения анимаций.
- Добавлена система ожидания. Для перемотки времени достаточно нажать на время суток расположенное над аватаром.
- Добавлена кнопка аварийки перемещающая ГГ в коридор. Решила добавить на всякий случай несмотря на то, что за всё время тестов не было ни одного пустого экрана. (Настоятельно не рекомендую пользоваться данной кнопкой без крайней необходимости! Особенно во время ивентов!)
\<</linkappend>></div>
\<div class="changelog"><<linkappend '0.0.2'>>
- Большая часть картинок, которые можно было изменить, были изменены в формат .webp для уменьшения размера игры.
- Исправлен недочёт, при котором в одном из событий, муж называет жену по стандартному имени, а не по выбранному игроком.
- Исправлена ошибка, при которой разврат при мастурбации в гостиной продолжал прибавляться, даже если разврат уже был выше 20.
- Исправлена ошибка, при которой событие с дрочкой сводного брата мужа могло произойти даже если вы в данный момент занимаетесь сексом со своим мужем :D
- Исправлено отображение обнажённого тела в разделе домашней одежды.
- Исправлено отображение обнажённого тела в зеркале.
- Исправлено отображение картинок, если ГГ ходит по дому голой.
- Теперь, если заниматься сексом с мужем вне спальни или ванной комнаты, уровень разврата можно поднять до 40, вместо 20.
- Добавлено 40 новых картинок для топлесс селфи в Holagram, теперь их 70.
- Добавлено 50 новых картинок для голых селфи в ForFans, теперь их 80.
- Если у вас больше 100000 подписчиков в Holagram, то на вашу карту ежедневно будет зачисляться 0.1% от кол-ва ваших подписчиков.
- Добавлена слава Holagram. На данный момент, эта слава влияет только на шанс потери подписчиков. Чем выше слава, тем ниже шанс.
- Добавлена вероятность потери подписчиков Holagram после сна.
- Добавлен диалог с мужем касаемо фотографий ГГ в соцсетях. Диалог станет доступен после того, как ГГ впервые выложит в Holagram фотографию в нижнем белье.
- Добавлена возможность выкладывать обнажёнку в приложении ForFans после диалога с мужем.
- Теперь выкладывать топлесс селфи в Holagram можно будет только после диалога с мужем, чтобы не нарушать логику игры.
- Добавлена слава ForFans. На данный момент, эта слава влияет только на шанс потери подписчиков. Чем выше слава, тем ниже шанс.
- Добавлен заработок с помощью ForFans. За каждого подписчика на вашу карту ежедневно будет поступать по $0.15. Однако, есть вероятность потерять подписчиков после сна.
- Добавлена возможность попросить сводного брата мужа принять душ первой, если это утро буднего дня.
- Добавлена возможность принять душ вместе с мужем без секса с ним.
- Добавлена возможность наносить макияж сразу после принятия душа.
- Добавлена возможность наносить макияж сразу после секса с мужем в душе.
- Добавлено небольшое продолжение события с подглядыванием за сводным братом мужа.
- Добавлена возможность дрочить сводному брату мужа через диалог с ним, если при событиях с подглядываниями, ГГ присоединялась к нему.
- Добавлена возможность принять душ вместе со сводным братом мужа, если ГГ дрочила ему хотя бы пару раз и если это утро любого дня. Можно просто вместе принять душ или подрочить ему во время принятия душа, но тогда время продвинется вперёд.
- Теперь, загорая на пляже, вы получаете загар, который влияет на привлекательность. Раз в неделю отнимается по два очка.
- Добавлен раздел статистики, который вы можете найти в телефоне. Данный раздел будет пополняться по мере выхода обновлений.
- Урезана система ежедневного заработка на процентах банковского счёта, Holagram и ForFans, чтобы не стать богачом за 70 игровых дней, как это произошло у меня во время тестов.
- Повышена цена косметики дабы создать баланс заработка/расходов.
- Теперь занятия в фитнес центре не будут бесплатными. Можно купить абонемент на день, неделю, месяц или год. Оплатить можно наликом или картой.
- Изменено отображение одежды в гардеробе.
- Теперь в гардеробе и зеркале вы можете нажать на иконку с одеждой, чтобы увидеть её увеличенный вариант. Закрыть картинку можно нажав на любое место на экране.
- Добавлен новый вид одежды: нижнее бельё и два его вида.
- Добавлен магазин одежды в Северном районе. Там вы можете купить пока только один новый наряд.
- Добавлено событие с юбкой. С шансом 7% может подуть сильный ветер, который задерёт вашу юбку. Реакции ГГ зависят от степени её развращённости. Событие может произойти один раз в одно из времени суток.
- Подкорректирован весь перевод на Английский в прологе и событии с братом на утро, после пролога. Вряд-ли перевод стал идеальным, но должен быть лучше, чем был изначально.
- Добавлено коротенькое событие в Университете после того, как вы впервые выкладываете селфи топлесс на своей странице в Holagram.
- Слегка оптимизирован код, убраны ненужные тех локации, немного изменена система отображения картинок и анимаций.
- Добавлена возможность выпить пива или виски в баре. Тестовая система, без взаимодействий на данный момент.
- Теперь у вас не получится зайти в фитнес центр, если вы пьяны.
- Теперь просмотр порно повышает разврат один раз в сутки.
- Добавлено чит меню с доступом по Patreon коду.
- Добавлена возможность скрыть кнопки читов и истории изменений.
\<</linkappend>></div>
\<div class="changelog"><<linkappend '0.0.1'>>
- Первый релиз.
\<</linkappend>></div>
<div class="button"><<link "Назад" $return>><</link>></div>
\<<else>>
<div class="changelog"><<linkappend '0.0.4'>>
- Added pharmacy. (Southern District and Shopping Center in Northern District)
- Added SUP application for messages. At the moment it is used only for one incoming message when moving along the branch of the MC's husband.
- Added the ability to buy an enema at the pharmacy.
- Added the ability to buy an anal plug in a sex shop in the Western District.
- Added continuation of husband's thread. Preparing MC's butt for anal sex.
- Added enema event. The event is only possible with sufficient progress in the husband's branch.
- Added the ability to insert/remove anal plug. Available with sufficient progress on the husband's branch.
- Added the ability to insert a butt plug after applying cosmetics in case the bathroom is occupied by someone.
- Added display of ass in the mirror. (With or without a plug. It will open as you move along the husband's branch.)
- Added event of first anal sex with husband. This event unlocks the MC's access to anal sex. The husband's branch now consists of 14 steps in total.
- Added the ability to have anal sex. So far, all sex is available only with MC’s husband.
- Added 25 new Gifs related to anal sex. 5 in the kitchen, 5 in the bathroom, 5 in the bedroom and 5 in the living room. And also 5 Gifs of finishing in the ass.
- Added display of daily income in the Holagram and ForFans applications.
- Added counters for vaginal and anal sex.
- Added setting for the location of the "Stats" button.
- Added a new recurring rain event. The event will only work if the MC is not wearing underwear and does not have an umbrella.
- Added a store in the Southern District.
- Added an umbrella that can be purchased at a store in the Southern District or at the Northern District Shopping Center. The umbrella can be placed in the wardrobe.
- Added events with harassment on the bus. Different clothes - different Gifs. Gif is also affected by the presence or absence of underwear. Perverts can grope MC's breasts or butt. Reactions depend on the level of corruption. (The higher the attractiveness, the higher the probability of harassment)
- Added group harassment on the bus. The event can occur randomly if the MC is wearing a skirt or dress and did not pay attention to the harassment from one pervert. Having underwear doesn't matter.
- Added the ability to give blowjob to MC's husband's stepbrother after handjob events if MC's corruption level is above 50.
- Added a new type of ForFans selfie - selfie with an anal plug. The selfie is available only after sufficient progress along the MC husband's branch and only if the plug is inserted into the butt. 30 pics.
- Added empty Strip Club. (Western District)
- The description of orgasms during sex has been simplified. Now it says "You had an orgasm while being fucked in your pussy/ass/mouth." Instead of "You had an orgasm while being fucked missionary/doggy style/from behind, etc."
- Fixed a bug where the wind would lift MC's skirt even if she was wearing neither a skirt nor a dress.
- The event with the wind and the skirt is complemented by pictures with an anal plug.
- Reworked purchasing of cosmetics. Cosmetics can now be bought not only in the Shopping Center, but also in a store in the Southern District.
- Events with MC's husband's stepbrother have been reworked. Now the maximum required level of corruption is 60 instead of 100. A rework has been made for future events.
- The event with MC's husband's stepbrother jerking off will no longer occur if MC gave him a blowjob at least once.
- The number of followers required to receive an offer from a modeling agency has been temporarily reduced to 10,000.
\<</linkappend>></div>
\<div class="changelog"><<linkappend '0.0.3'>>
- Fixed a technical error converted variables with a numeric value to a string one after cheats using.
- Masturbating in the living room while watching porn now raises corruption to 40 instead of 20.
- Sex with husband outside bedroom and bathroom now raises corruption to 60 instead of 40.
- Added sportswear store. Store is located in the mall of the northern district.
- Added 9 new variants of sportswear. Can be bought at a sportswear store.
- Added 37 new outdoor clothing options. Can be bought at a clothing store.
- Added 9 new shower sex animations, 9 shower blowjob animations, 17 shower animations, 3 shared shower animations, and 1 shower cumshot animation. All animations are in higher quality, but I did not delete the old ones.
- Added continuation of events with MC`s husband. After MC posts her first photo on the ForFans app, approach Richard when he is in the kitchen.
- Added Modeling agency event. To come to this event, advance in the husband's line.
- Added the first photo shoot in a modeling agency.
- Added a PC where you can watch porn of different genres and raise corruption to 20.
- Added ability to take a part-time job in a cafe of the Southern District. (Due to my absence, the part-time job has been frozen and postponed until the next update.)
- Since better quality animations have appeared in the game, default animation display size has been increased from 50% to 80%.
- Added the ability to change the display size of animations in the settings menu.
- Added waiting system. To rewind time, just click on the time of day above the avatar.
- Added an emergency button that moves the MC into the corridor. I decided to add it just in case, despite the fact that during the entire test there was not a single blank screen. (I strongly do not recommend using this button unless absolutely necessary! Especially during events!)
\<</linkappend>></div>
\<div class="changelog"><<linkappend '0.0.2'>>
- Most of the images that could be altered have been converted to the .webp format to reduce the game's size.
- Fixed a bug where in one of the events, the husband calls his wife by the standard name, and not by the player's choice.
- Fixed a bug where corruption when masturbating in the living room continued to increase even if the corruption was already above 20.
- Fixed an issue where the husband's stepbrother handjob event could occur even if you are currently having sex with your husband :D
- Fixed display of a naked body in a home clothes section.
- Fixed display of a naked body in a mirror.
- Fixed display of pictures if the MC walks around the house naked.
- Now, if you have sex with your husband outside the bedroom or bathroom, the level of corruption can be raised to 40, instead of 20.
- Added 40 new pictures for topless selfies in Holagram, now there are 70 of them.
- Added 50 new pictures for naked selfies in ForFans, now there are 80 of them.
- If you have more than 100,000 Holagram followers, then 0.1% of your followers will be credited to your card daily.
- Added Holagram fame. At the moment, this fame only affects the chance of losing followers. The higher the fame, the lower the chance.
- Added chance of losing Holagram followers after sleeping.
- Added a dialogue with husband regarding the photos of the MC in social networks. The dialogue will become available after the MC posts a photo in underwear for the first time in Holagram.
- Added the ability to post nudity in the ForFans app after talking to husband.
- Now it will be possible to upload topless selfies in Holagram only after a dialogue with husband, so as not to violate the logic of the game.
- Added ForFans fame. At the moment, this fame only affects the chance of losing followers. The higher the fame, the lower the chance.
- Added earnings using ForFans. For each subscriber, your card will receive $0.15 daily. However, there is a possibility of losing followers after sleeping.
- Added the ability to ask the husband's stepbrother to shower first if it's a weekday morning.
- Added the ability to take a shower with husband without having sex with him.
- Added the ability to apply makeup immediately after taking a shower.
- Added the ability to apply makeup immediately after sex with husband in the shower.
- Added a small continuation of the event with spying on MC husband's step-brother.
- Added the ability to jerk off to the husband's step-brother through a dialogue with him, if during the events with peeping, MC joined him.
- Added the ability to take a shower with husband's step-brother if MC jerked him off at least a couple of times and if it's the morning of any day. You can just take a shower together or jerk him off while taking a shower, but time will move forward then.
- Now, when you sunbathe on the beach, you get a tan that affects your beauty. Once a week, two points are taken away.
- Added statistics section, which you can find on your phone. This section will be updated as new updates are released.
- The system of daily earnings on the percentage of the bank account, Holagram and ForFans has been cut down, so as not to become rich in 70 game days, as happened to me during the tests.
- Increased the price of cosmetics to balance earnings/spending.
- The fitness center is no longer free. You can buy a subscription for a day, a week, a month or a year. You can pay by cash or card.
- Changed clothes display in wardrobe.
- Now you can click on the clothes icon in the wardrobe and mirror to see a larger version of it. Click anywhere on the screen to close the image.
- A new type of clothing has been added: underwear and two types of it.
- A clothing shop has been added in the northern region. You can buy one new outfit there.
- Skirt event added. There is a 7% chance that a strong wind will blow your skirt up. MC's reactions depend on the level of corruption. An event can occur once at one of the times of the day.
- Re-translated all of the Prologue and the Morning with Brother after the Prologue into English. Translation is unlikely to be perfect, but should be better than original.
- Added a short event at the University after you post a topless selfie on your Holagram page for the first time.
- The code was slightly optimized, unnecessary technical locations were removed, the system for displaying pictures and animations was slightly changed.
- Added the ability to drink beer or whiskey in the bar. Test system, no interactions at the moment.
- Now you will not be able to go to the fitness center if you are drunk.
- Now watching porn increases corruption once a day.
- Added cheat menu with access by Patreon code.
- Added the ability to hide cheat and changelog buttons.
\<</linkappend>></div>
\<div class="changelog"><<linkappend '0.0.1'>>
- First release.
\<</linkappend>></div>
<div class="button"><<link "Back" $return>><</link>></div>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
<div class="text">Вы:
Имя: <<textbox '$name' $name autofocus>> @@#error;@@
Фамилия: <<textbox '$surname' $surname autofocus>> @@#error;@@</div>
<div class="text">Муж:
Имя: <<textbox '$husbname' $husbname autofocus>> @@#error;@@
Фамилия: <<textbox '$husbsurname' $husbsurname autofocus>> @@#error;@@</div>
<div class="text">Сводный брат мужа:
Имя: <<textbox '$hisstepbroname' $hisstepbroname autofocus>> @@#error;@@
Фамилия: <<textbox '$hisstepbrosurname' $hisstepbrosurname autofocus>> @@#error;@@
Кто он для вашего мужа: <<textbox '$hisstepbro' $hisstepbro autofocus>> @@#error;@@</div>
\<<if ndef $rectorname && ndef $rectorsurname>>
<div class="text">Ректор:
Имя ректора: <<textbox '$rectorname' $rectorname autofocus>> @@#error;@@
Фамилия: <<textbox '$rectorsurname' $rectorsurname autofocus>> @@#error;@@</div>
\<</if>>
<div class="button">[[Применить|settings]]</div>
\<<else>>
<div class="text">You:
Name: <<textbox '$name' $name autofocus>> @@#error;@@
Surname: <<textbox '$surname' $surname autofocus>> @@#error;@@</div>
<div class="text">Husband:
Name: <<textbox '$husbname' $husbname autofocus>> @@#error;@@
Surname: <<textbox '$husbsurname' $husbsurname autofocus>> @@#error;@@</div>
<div class="text">Husband's stepbrother:
Name: <<textbox '$hisstepbroname' $hisstepbroname autofocus>> @@#error;@@
Surname: <<textbox '$hisstepbrosurname' $hisstepbrosurname autofocus>> @@#error;@@
Who is he to your husband: <<textbox '$hisstepbro' $hisstepbro autofocus>> @@#error;@@</div>
\<<if ndef $rectorname && ndef $rectorsurname>>
<div class="text">Rector:
Rector's name: <<textbox '$rectorname' $rectorname autofocus>> @@#error;@@
Surname: <<textbox '$rectorsurname' $rectorsurname autofocus>> @@#error;@@</div>
\<</if>>
<div class="button">[[Apply|settings]]</div>
\<</if>>
@@@@.left;
\<<if $wardrobepage == 0 or ndef $wardrobepage>><<set $wardrobepage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $wardrobepage == 1>>
\<<pic2 home wardrobe>>
\<div class="button"><<link [[Зеркало|mirror]]>><<set $wardrobepage to 6>><</link>></div>
<div class="button"><<link [[Домашняя одежда|wardrobe]]>><<set $wardrobepage to 2>><</link>></div>
\<div class="button"><<link [[Одежда для улицы|wardrobe]]>><<set $wardrobepage to 3>><</link>></div>
\<div class="button"><<link [[Спортивная одежда|wardrobe]]>><<set $wardrobepage to 4>><</link>></div>
\<div class="button"><<link [[Купальники|wardrobe]]>><<set $wardrobepage to 5>><</link>></div>
\<div class="button"><<link [[Нижнее белье|wardrobe]]>><<set $wardrobepage to 6>><</link>></div>
\<<if $umbrella == 1>>
<div class="button"><<link [[Взять зонт|wardrobe]]>><<set $umbrella to 2>><</link>></div>
\<<elseif $umbrella == 2>>
<div class="button"><<link [[Положить зонт|wardrobe]]>><<set $umbrella to 1>><</link>></div>
\<</if>>
<div class="button"><<link "Отойти от гардероба" $return>><<set $wardrobepage to 0>><</link>></div>
\<<elseif $wardrobepage == 2>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$hc to 0>><</link>><</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo hc1>>">><<popover 'noclick'>><<pic2 clo hc1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$hc to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo hc2>>">><<popover 'noclick'>><<pic2 clo hc2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$hc to 2>><</link>></div>
\</div>
\</div>
<div class="button"><<link [[Назад|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<<elseif $wardrobepage == 3>>
\<div class="wardrobeList">
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c1>>">><<popover 'noclick'>><<pic2 clo c1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c2>>">><<popover 'noclick'>><<pic2 clo c2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 2>><</link>></div>
\</div>
\<<if $c_3 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c3>>">><<popover 'noclick'>><<pic2 clo c3>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 3>><</link>></div>
\</div>
\<</if>>
\<<if $c_4 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c4>>">><<popover 'noclick'>><<pic2 clo c4>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 4>><</link>></div>
\</div>
\<</if>>
\<<if $c_5 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c5>>">><<popover 'noclick'>><<pic2 clo c5>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 5>><</link>></div>
\</div>
\<</if>>
\<<if $c_6 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c6>>">><<popover 'noclick'>><<pic2 clo c6>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 6>><</link>></div>
\</div>
\<</if>>
\<<if $c_7 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c7>>">><<popover 'noclick'>><<pic2 clo c7>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 7>><</link>></div>
\</div>
\<</if>>
\<<if $c_8 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c8>>">><<popover 'noclick'>><<pic2 clo c8>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 8>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_9 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c9>>">><<popover 'noclick'>><<pic2 clo c9>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 9>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_10 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c10>>">><<popover 'noclick'>><<pic2 clo c10>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 10>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_11 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c11>>">><<popover 'noclick'>><<pic2 clo c11>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 11>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_12 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c12>>">><<popover 'noclick'>><<pic2 clo c12>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 12>><</link>></div>
\</div>
\<</if>>
\<<if $c_13 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c13>>">><<popover 'noclick'>><<pic2 clo c13>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 13>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_14 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c14>>">><<popover 'noclick'>><<pic2 clo c14>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 14>><</link>></div>
\</div>
\<</if>>
\<<if $c_15 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c15>>">><<popover 'noclick'>><<pic2 clo c15>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 15>><</link>></div>
\</div>
\<</if>>
\<<if $c_16 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c16>>">><<popover 'noclick'>><<pic2 clo c16>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 16>><</link>></div>
\</div>
\<</if>>
\<<if $c_17 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c17>>">><<popover 'noclick'>><<pic2 clo c17>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 17>><</link>></div>
\</div>
\<</if>>
\<<if $c_18 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c18>>">><<popover 'noclick'>><<pic2 clo c18>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 18>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_19 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c19>>">><<popover 'noclick'>><<pic2 clo c19>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 19>><</link>></div>
\</div>
\<</if>>
\<<if $c_20 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c20>>">><<popover 'noclick'>><<pic2 clo c20>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 20>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_21 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c21>>">><<popover 'noclick'>><<pic2 clo c21>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 21>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_22 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c22>>">><<popover 'noclick'>><<pic2 clo c22>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 22>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_23 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c23>>">><<popover 'noclick'>><<pic2 clo c23>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 23>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_24 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c24>>">><<popover 'noclick'>><<pic2 clo c24>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 24>><</link>></div>
\</div>
\<</if>>
\<<if $c_25 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c25>>">><<popover 'noclick'>><<pic2 clo c25>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 25>><</link>></div>
\</div>
\<</if>>
\<<if $c_26 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c26>>">><<popover 'noclick'>><<pic2 clo c26>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 26>><</link>></div>
\</div>
\<</if>>
\<<if $c_27 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c27>>">><<popover 'noclick'>><<pic2 clo c27>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 27>><</link>></div>
\</div>
\<</if>>
\<<if $c_28 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c28>>">><<popover 'noclick'>><<pic2 clo c28>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 28>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_29 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c29>>">><<popover 'noclick'>><<pic2 clo c29>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 29>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_30 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c30>>">><<popover 'noclick'>><<pic2 clo c30>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 30>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_31 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c31>>">><<popover 'noclick'>><<pic2 clo c31>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 31>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_32 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c32>>">><<popover 'noclick'>><<pic2 clo c32>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 32>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_33 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c33>>">><<popover 'noclick'>><<pic2 clo c33>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Минимум 60 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 33>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_34 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c34>>">><<popover 'noclick'>><<pic2 clo c34>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Минимум 60 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 34>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_35 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c35>>">><<popover 'noclick'>><<pic2 clo c35>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Минимум 60 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 35>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_36 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c36>>">><<popover 'noclick'>><<pic2 clo c36>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Минимум 40 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 36>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_37 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c37>>">><<popover 'noclick'>><<pic2 clo c37>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 37>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_38 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c38>>">><<popover 'noclick'>><<pic2 clo c38>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Минимум 60 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 38>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_39 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c39>>">><<popover 'noclick'>><<pic2 clo c39>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Минимум 60 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 39>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_40 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c40>>">><<popover 'noclick'>><<pic2 clo c40>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$c to 40>><</link>><</if>></div>
\</div>
\<</if>>
\</div>
<div class="button"><<link [[Назад|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<<elseif $wardrobepage == 4>>
\<div class="wardrobeList">
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc1>>">><<popover 'noclick'>><<pic2 clo sc1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc2>>">><<popover 'noclick'>><<pic2 clo sc2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 2>><</link>></div>
\</div>
\<<if $sc_3 == 1>>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo sc3>>">><<popover 'noclick'>><<pic2 clo sc3>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 3>><</link>></div>
\</div>
\<</if>>
\<<if $sc_4 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc4>>">><<popover 'noclick'>><<pic2 clo sc4>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 4>><</link>></div>
\</div>
\<</if>>
\<<if $sc_5 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc5>>">><<popover 'noclick'>><<pic2 clo sc5>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 5>><</link>></div>
\</div>
\<</if>>
\<<if $sc_6 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc6>>">><<popover 'noclick'>><<pic2 clo sc6>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 6>><</link>></div>
\</div>
\<</if>>
\<<if $sc_7 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc7>>">><<popover 'noclick'>><<pic2 clo sc7>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 7>><</link>></div>
\</div>
\<</if>>
\<<if $sc_8 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc8>>">><<popover 'noclick'>><<pic2 clo sc8>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 8>><</link>></div>
\</div>
\<</if>>
\<<if $sc_9 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc9>>">><<popover 'noclick'>><<pic2 clo sc9>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 9>><</link>></div>
\</div>
\<</if>>
\<<if $sc_10 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc10>>">><<popover 'noclick'>><<pic2 clo sc10>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 10>><</link>></div>
\</div>
\<</if>>
\<<if $sc_11 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc11>>">><<popover 'noclick'>><<pic2 clo sc11>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$sc to 11>><</link>></div>
\</div>
\<</if>>
\</div>
<div class="button"><<link [[Назад|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<<elseif $wardrobepage == 5>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo b1>>">><<popover 'noclick'>><<pic2 clo b1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$b to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo b2>>">><<popover 'noclick'>><<pic2 clo b2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$b to 2>><</link>></div>
\</div>
\</div>
<div class="button"><<link [[Назад|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<<elseif $wardrobepage == 6>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Минимум 20 разврата<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$uw to 0>><</link>><</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo uw1>>">><<popover 'noclick'>><<pic2 clo uw1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$uw to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo uw2>>">><<popover 'noclick'>><<pic2 clo uw2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$uw to 2>><</link>></div>
\</div>
\</div>
<div class="button"><<link [[Назад|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $wardrobepage == 1>>
\<<pic2 home wardrobe>>
\<div class="button"><<link [[Mirror|mirror]]>><<set $wardrobepage to 6>><</link>></div>
<div class="button"><<link [[Home wear|wardrobe]]>><<set $wardrobepage to 2>><</link>></div>
\<div class="button"><<link [[Street wear|wardrobe]]>><<set $wardrobepage to 3>><</link>></div>
\<div class="button"><<link [[Sportswear|wardrobe]]>><<set $wardrobepage to 4>><</link>></div>
\<div class="button"><<link [[Swimwear|wardrobe]]>><<set $wardrobepage to 5>><</link>></div>
\<div class="button"><<link [[Underwear|wardrobe]]>><<set $wardrobepage to 6>><</link>></div>
\<<if $umbrella == 1>>
<div class="button"><<link [[Take an umbrella|wardrobe]]>><<set $umbrella to 2>><</link>></div>
\<<elseif $umbrella == 2>>
<div class="button"><<link [[Put down the umbrella|wardrobe]]>><<set $umbrella to 1>><</link>></div>
\<</if>>
<div class="button"><<link "Step away from wardrobe" $return>><<set $wardrobepage to 0>><</link>></div>
\<<elseif $wardrobepage == 2>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$hc to 0>><</link>><</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo hc1>>">><<popover 'noclick'>><<pic2 clo hc1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$hc to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo hc2>>">><<popover 'noclick'>><<pic2 clo hc2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$hc to 2>><</link>></div>
\</div>
\</div>
<div class="button"><<link [[Back|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<<elseif $wardrobepage == 3>>
\<div class="wardrobeList">
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c1>>">><<popover 'noclick'>><<pic2 clo c1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c2>>">><<popover 'noclick'>><<pic2 clo c2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 2>><</link>></div>
\</div>
\<<if $c_3 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c3>>">><<popover 'noclick'>><<pic2 clo c3>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 3>><</link>></div>
\</div>
\<</if>>
\<<if $c_4 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c4>>">><<popover 'noclick'>><<pic2 clo c4>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 4>><</link>></div>
\</div>
\<</if>>
\<<if $c_5 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c5>>">><<popover 'noclick'>><<pic2 clo c5>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 5>><</link>></div>
\</div>
\<</if>>
\<<if $c_6 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c6>>">><<popover 'noclick'>><<pic2 clo c6>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 6>><</link>></div>
\</div>
\<</if>>
\<<if $c_7 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c7>>">><<popover 'noclick'>><<pic2 clo c7>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 7>><</link>></div>
\</div>
\<</if>>
\<<if $c_8 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c8>>">><<popover 'noclick'>><<pic2 clo c8>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 8>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_9 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c9>>">><<popover 'noclick'>><<pic2 clo c9>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 9>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_10 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c10>>">><<popover 'noclick'>><<pic2 clo c10>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 10>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_11 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c11>>">><<popover 'noclick'>><<pic2 clo c11>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 11>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_12 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c12>>">><<popover 'noclick'>><<pic2 clo c12>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 12>><</link>></div>
\</div>
\<</if>>
\<<if $c_13 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c13>>">><<popover 'noclick'>><<pic2 clo c13>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 13>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_14 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c14>>">><<popover 'noclick'>><<pic2 clo c14>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 14>><</link>></div>
\</div>
\<</if>>
\<<if $c_15 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c15>>">><<popover 'noclick'>><<pic2 clo c15>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 15>><</link>></div>
\</div>
\<</if>>
\<<if $c_16 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c16>>">><<popover 'noclick'>><<pic2 clo c16>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 16>><</link>></div>
\</div>
\<</if>>
\<<if $c_17 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c17>>">><<popover 'noclick'>><<pic2 clo c17>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 17>><</link>></div>
\</div>
\<</if>>
\<<if $c_18 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c18>>">><<popover 'noclick'>><<pic2 clo c18>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 18>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_19 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c19>>">><<popover 'noclick'>><<pic2 clo c19>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 19>><</link>></div>
\</div>
\<</if>>
\<<if $c_20 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c20>>">><<popover 'noclick'>><<pic2 clo c20>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 20>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_21 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c21>>">><<popover 'noclick'>><<pic2 clo c21>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 21>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_22 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c22>>">><<popover 'noclick'>><<pic2 clo c22>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 22>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_23 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c23>>">><<popover 'noclick'>><<pic2 clo c23>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 23>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_24 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c24>>">><<popover 'noclick'>><<pic2 clo c24>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 24>><</link>></div>
\</div>
\<</if>>
\<<if $c_25 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c25>>">><<popover 'noclick'>><<pic2 clo c25>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 25>><</link>></div>
\</div>
\<</if>>
\<<if $c_26 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c26>>">><<popover 'noclick'>><<pic2 clo c26>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 26>><</link>></div>
\</div>
\<</if>>
\<<if $c_27 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c27>>">><<popover 'noclick'>><<pic2 clo c27>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 27>><</link>></div>
\</div>
\<</if>>
\<<if $c_28 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c28>>">><<popover 'noclick'>><<pic2 clo c28>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 28>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_29 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c29>>">><<popover 'noclick'>><<pic2 clo c29>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 29>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_30 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c30>>">><<popover 'noclick'>><<pic2 clo c30>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 30>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_31 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c31>>">><<popover 'noclick'>><<pic2 clo c31>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 31>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_32 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c32>>">><<popover 'noclick'>><<pic2 clo c32>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 32>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_33 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c33>>">><<popover 'noclick'>><<pic2 clo c33>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Minimum of 60 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 33>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_34 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c34>>">><<popover 'noclick'>><<pic2 clo c34>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Minimum of 60 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 34>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_35 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c35>>">><<popover 'noclick'>><<pic2 clo c35>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Minimum of 60 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 35>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_36 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c36>>">><<popover 'noclick'>><<pic2 clo c36>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 40>>Minimum of 40 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 36>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_37 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c37>>">><<popover 'noclick'>><<pic2 clo c37>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 37>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_38 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c38>>">><<popover 'noclick'>><<pic2 clo c38>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Minimum of 60 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 38>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_39 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c39>>">><<popover 'noclick'>><<pic2 clo c39>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 60>>Minimum of 60 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 39>><</link>><</if>></div>
\</div>
\<</if>>
\<<if $c_40 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c40>>">><<popover 'noclick'>><<pic2 clo c40>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$c to 40>><</link>><</if>></div>
\</div>
\<</if>>
\</div>
<div class="button"><<link [[Back|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<<elseif $wardrobepage == 4>>
\<div class="wardrobeList">
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc1>>">><<popover 'noclick'>><<pic2 clo sc1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc2>>">><<popover 'noclick'>><<pic2 clo sc2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 2>><</link>></div>
\</div>
\<<if $sc_3 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc3>>">><<popover 'noclick'>><<pic2 clo sc3>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 3>><</link>></div>
\</div>
\<</if>>
\<<if $sc_4 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc4>>">><<popover 'noclick'>><<pic2 clo sc4>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 4>><</link>></div>
\</div>
\<</if>>
\<<if $sc_5 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc5>>">><<popover 'noclick'>><<pic2 clo sc5>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 5>><</link>></div>
\</div>
\<</if>>
\<<if $sc_6 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc6>>">><<popover 'noclick'>><<pic2 clo sc6>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 6>><</link>></div>
\</div>
\<</if>>
\<<if $sc_7 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc7>>">><<popover 'noclick'>><<pic2 clo sc7>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 7>><</link>></div>
\</div>
\<</if>>
\<<if $sc_8 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc8>>">><<popover 'noclick'>><<pic2 clo sc8>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 8>><</link>></div>
\</div>
\<</if>>
\<<if $sc_9 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc9>>">><<popover 'noclick'>><<pic2 clo sc9>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 9>><</link>></div>
\</div>
\<</if>>
\<<if $sc_10 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc10>>">><<popover 'noclick'>><<pic2 clo sc10>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 10>><</link>></div>
\</div>
\<</if>>
\<<if $sc_11 == 1>>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc11>>">><<popover 'noclick'>><<pic2 clo sc11>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$sc to 11>><</link>></div>
\</div>
\<</if>>
\</div>
<div class="button"><<link [[Back|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<<elseif $wardrobepage == 5>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo b1>>">><<popover 'noclick'>><<pic2 clo b1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$b to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo b2>>">><<popover 'noclick'>><<pic2 clo b2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$b to 2>><</link>></div>
\</div>
\</div>
<div class="button"><<link [[Back|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<<elseif $wardrobepage == 6>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton"><<if $corr < 20>>Minimum of 20 Corruption<<else>><<link "Выбрать" "wardrobe">><<set $wardrobepage to 1;$uw to 0>><</link>><</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo uw1>>">><<popover 'noclick'>><<pic2 clo uw1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$uw to 1>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo uw2>>">><<popover 'noclick'>><<pic2 clo uw2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "wardrobe">><<set $wardrobepage to 1;$uw to 2>><</link>></div>
\</div>
\</div>
<div class="button"><<link [[Back|wardrobe]]>><<set $wardrobepage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Ваше тело</div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<if $hc == 1>><<link "<<pic2 clo hc1>>">><<popover 'noclick'>><<pic2 clo hc1>><</popover>><</link>><<elseif $hc == 2>><<link "<<pic2 clo hc2>>">><<popover 'noclick'>><<pic2 clo hc2>><</popover>><</link>><<else>><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>><</if>></div>
\<div class="wardrobeButton">Домашняя одежда</div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<if $c == 1>><<link "<<pic2 clo c1>>">><<popover 'noclick'>><<pic2 clo c1>><</popover>><</link>><<elseif $c == 2>><<link "<<pic2 clo c2>>">><<popover 'noclick'>><<pic2 clo c2>><</popover>><</link>><<elseif $c == 3>><<link "<<pic2 clo c3>>">><<popover 'noclick'>><<pic2 clo c3>><</popover>><</link>><<elseif $c == 4>><<link "<<pic2 clo c4>>">><<popover 'noclick'>><<pic2 clo c4>><</popover>><</link>><<elseif $c == 5>><<link "<<pic2 clo c5>>">><<popover 'noclick'>><<pic2 clo c5>><</popover>><</link>><<elseif $c == 6>><<link "<<pic2 clo c6>>">><<popover 'noclick'>><<pic2 clo c6>><</popover>><</link>><<elseif $c == 7>><<link "<<pic2 clo c7>>">><<popover 'noclick'>><<pic2 clo c7>><</popover>><</link>><<elseif $c == 8>><<link "<<pic2 clo c8>>">><<popover 'noclick'>><<pic2 clo c8>><</popover>><</link>><<elseif $c == 9>><<link "<<pic2 clo c9>>">><<popover 'noclick'>><<pic2 clo c9>><</popover>><</link>><<elseif $c == 10>><<link "<<pic2 clo c10>>">><<popover 'noclick'>><<pic2 clo c10>><</popover>><</link>><<elseif $c == 11>><<link "<<pic2 clo c11>>">><<popover 'noclick'>><<pic2 clo c11>><</popover>><</link>><<elseif $c == 12>><<link "<<pic2 clo c12>>">><<popover 'noclick'>><<pic2 clo c12>><</popover>><</link>><<elseif $c == 13>><<link "<<pic2 clo c13>>">><<popover 'noclick'>><<pic2 clo c13>><</popover>><</link>><<elseif $c == 14>><<link "<<pic2 clo c14>>">><<popover 'noclick'>><<pic2 clo c14>><</popover>><</link>><<elseif $c == 15>><<link "<<pic2 clo c15>>">><<popover 'noclick'>><<pic2 clo c15>><</popover>><</link>><<elseif $c == 16>><<link "<<pic2 clo c16>>">><<popover 'noclick'>><<pic2 clo c16>><</popover>><</link>><<elseif $c == 17>><<link "<<pic2 clo c17>>">><<popover 'noclick'>><<pic2 clo c17>><</popover>><</link>><<elseif $c == 18>><<link "<<pic2 clo c18>>">><<popover 'noclick'>><<pic2 clo c18>><</popover>><</link>><<elseif $c == 19>><<link "<<pic2 clo c19>>">><<popover 'noclick'>><<pic2 clo c19>><</popover>><</link>><<elseif $c == 20>><<link "<<pic2 clo c20>>">><<popover 'noclick'>><<pic2 clo c20>><</popover>><</link>><<elseif $c == 21>><<link "<<pic2 clo c21>>">><<popover 'noclick'>><<pic2 clo c21>><</popover>><</link>><<elseif $c == 22>><<link "<<pic2 clo c22>>">><<popover 'noclick'>><<pic2 clo c22>><</popover>><</link>><<elseif $c == 23>><<link "<<pic2 clo c23>>">><<popover 'noclick'>><<pic2 clo c23>><</popover>><</link>><<elseif $c == 24>><<link "<<pic2 clo c24>>">><<popover 'noclick'>><<pic2 clo c24>><</popover>><</link>><<elseif $c == 25>><<link "<<pic2 clo c25>>">><<popover 'noclick'>><<pic2 clo c25>><</popover>><</link>><<elseif $c == 26>><<link "<<pic2 clo c26>>">><<popover 'noclick'>><<pic2 clo c26>><</popover>><</link>><<elseif $c == 27>><<link "<<pic2 clo c27>>">><<popover 'noclick'>><<pic2 clo c27>><</popover>><</link>><<elseif $c == 28>><<link "<<pic2 clo c28>>">><<popover 'noclick'>><<pic2 clo c28>><</popover>><</link>><<elseif $c == 29>><<link "<<pic2 clo c29>>">><<popover 'noclick'>><<pic2 clo c29>><</popover>><</link>><<elseif $c == 30>><<link "<<pic2 clo c30>>">><<popover 'noclick'>><<pic2 clo c30>><</popover>><</link>><<elseif $c == 31>><<link "<<pic2 clo c31>>">><<popover 'noclick'>><<pic2 clo c31>><</popover>><</link>><<elseif $c == 32>><<link "<<pic2 clo c32>>">><<popover 'noclick'>><<pic2 clo c32>><</popover>><</link>><<elseif $c == 33>><<link "<<pic2 clo c33>>">><<popover 'noclick'>><<pic2 clo c33>><</popover>><</link>><<elseif $c == 34>><<link "<<pic2 clo c34>>">><<popover 'noclick'>><<pic2 clo c34>><</popover>><</link>><<elseif $c == 35>><<link "<<pic2 clo c35>>">><<popover 'noclick'>><<pic2 clo c35>><</popover>><</link>><<elseif $c == 36>><<link "<<pic2 clo c36>>">><<popover 'noclick'>><<pic2 clo c36>><</popover>><</link>><<elseif $c == 37>><<link "<<pic2 clo c37>>">><<popover 'noclick'>><<pic2 clo c37>><</popover>><</link>><<elseif $c == 38>><<link "<<pic2 clo c38>>">><<popover 'noclick'>><<pic2 clo c38>><</popover>><</link>><<elseif $c == 39>><<link "<<pic2 clo c39>>">><<popover 'noclick'>><<pic2 clo c39>><</popover>><</link>><<elseif $c == 40>><<link "<<pic2 clo c40>>">><<popover 'noclick'>><<pic2 clo c40>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Одежда для улицы</div>
\</div>
</div>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<if $sc == 1>><<link "<<pic2 clo sc1>>">><<popover 'noclick'>><<pic2 clo sc1>><</popover>><</link>><<elseif $sc == 2>><<link "<<pic2 clo sc2>>">><<popover 'noclick'>><<pic2 clo sc2>><</popover>><</link>><<elseif $sc == 3>><<link "<<pic2 clo sc3>>">><<popover 'noclick'>><<pic2 clo sc3>><</popover>><</link>><<elseif $sc == 4>><<link "<<pic2 clo sc4>>">><<popover 'noclick'>><<pic2 clo sc4>><</popover>><</link>><<elseif $sc == 5>><<link "<<pic2 clo sc5>>">><<popover 'noclick'>><<pic2 clo sc5>><</popover>><</link>><<elseif $sc == 6>><<link "<<pic2 clo sc6>>">><<popover 'noclick'>><<pic2 clo sc6>><</popover>><</link>><<elseif $sc == 7>><<link "<<pic2 clo sc7>>">><<popover 'noclick'>><<pic2 clo sc7>><</popover>><</link>><<elseif $sc == 8>><<link "<<pic2 clo sc8>>">><<popover 'noclick'>><<pic2 clo sc8>><</popover>><</link>><<elseif $sc == 9>><<link "<<pic2 clo sc9>>">><<popover 'noclick'>><<pic2 clo sc9>><</popover>><</link>><<elseif $sc == 10>><<link "<<pic2 clo sc10>>">><<popover 'noclick'>><<pic2 clo sc10>><</popover>><</link>><<elseif $sc == 11>><<link "<<pic2 clo sc11>>">><<popover 'noclick'>><<pic2 clo sc11>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Спортивная одежда</div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<if $b == 1>><<link "<<pic2 clo b1>>">><<popover 'noclick'>><<pic2 clo b1>><</popover>><</link>><<else>><<link "<<pic2 clo b2>>">><<popover 'noclick'>><<pic2 clo b2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Купальник</div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<if $uw == 0>><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>><<elseif $uw == 1>><<link "<<pic2 clo uw1>>">><<popover 'noclick'>><<pic2 clo uw1>><</popover>><</link>><<else>><<link "<<pic2 clo uw2>>">><<popover 'noclick'>><<pic2 clo uw2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Нижнее бельё</div>
\</div>
\<<if $anal_plug_unlocked == 1>>
\<div class="wardrobeItem">
\</div>
\<div class="wardrobeItem">
<div class="clo"><<if $plug_in == 0>><<link "<<pic2 body empty_ass>>">><<popover 'noclick'>><<pic2 body empty_ass>><</popover>><</link>><<else>><<link "<<pic2 body plug_ass>>">><<popover 'noclick'>><<pic2 body plug_ass>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Попа</div>
\</div>
\<div class="wardrobeItem">
\<<if $umbrella == 2>>
<div class="clo"><<link "<<pic2 items umbrella>>">><<popover 'noclick'>><<pic2 items umbrella>><</popover>><</link>></div>
\<div class="wardrobeButton">Зонт</div>
\<</if>>
\</div>
\<</if>>
</div>
<<if $wardrobepage > 0>><div class="button"><<link [[Назад в гардероб|wardrobe]]>><<set $wardrobepage to 1>><</link>></div><</if>>
\<div class="button"><<link "Отойти от зеркала" $return>><<set $wardrobepage to 0>><</link>></div>
\<<else>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Your body</div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<if $hc == 1>><<link "<<pic2 clo hc1>>">><<popover 'noclick'>><<pic2 clo hc1>><</popover>><</link>><<elseif $hc == 2>><<link "<<pic2 clo hc2>>">><<popover 'noclick'>><<pic2 clo hc2>><</popover>><</link>><<else>><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>><</if>></div>
\<div class="wardrobeButton">Home wear</div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<if $c == 1>><<link "<<pic2 clo c1>>">><<popover 'noclick'>><<pic2 clo c1>><</popover>><</link>><<elseif $c == 2>><<link "<<pic2 clo c2>>">><<popover 'noclick'>><<pic2 clo c2>><</popover>><</link>><<elseif $c == 3>><<link "<<pic2 clo c3>>">><<popover 'noclick'>><<pic2 clo c3>><</popover>><</link>><<elseif $c == 4>><<link "<<pic2 clo c4>>">><<popover 'noclick'>><<pic2 clo c4>><</popover>><</link>><<elseif $c == 5>><<link "<<pic2 clo c5>>">><<popover 'noclick'>><<pic2 clo c5>><</popover>><</link>><<elseif $c == 6>><<link "<<pic2 clo c6>>">><<popover 'noclick'>><<pic2 clo c6>><</popover>><</link>><<elseif $c == 7>><<link "<<pic2 clo c7>>">><<popover 'noclick'>><<pic2 clo c7>><</popover>><</link>><<elseif $c == 8>><<link "<<pic2 clo c8>>">><<popover 'noclick'>><<pic2 clo c8>><</popover>><</link>><<elseif $c == 9>><<link "<<pic2 clo c9>>">><<popover 'noclick'>><<pic2 clo c9>><</popover>><</link>><<elseif $c == 10>><<link "<<pic2 clo c10>>">><<popover 'noclick'>><<pic2 clo c10>><</popover>><</link>><<elseif $c == 11>><<link "<<pic2 clo c11>>">><<popover 'noclick'>><<pic2 clo c11>><</popover>><</link>><<elseif $c == 12>><<link "<<pic2 clo c12>>">><<popover 'noclick'>><<pic2 clo c12>><</popover>><</link>><<elseif $c == 13>><<link "<<pic2 clo c13>>">><<popover 'noclick'>><<pic2 clo c13>><</popover>><</link>><<elseif $c == 14>><<link "<<pic2 clo c14>>">><<popover 'noclick'>><<pic2 clo c14>><</popover>><</link>><<elseif $c == 15>><<link "<<pic2 clo c15>>">><<popover 'noclick'>><<pic2 clo c15>><</popover>><</link>><<elseif $c == 16>><<link "<<pic2 clo c16>>">><<popover 'noclick'>><<pic2 clo c16>><</popover>><</link>><<elseif $c == 17>><<link "<<pic2 clo c17>>">><<popover 'noclick'>><<pic2 clo c17>><</popover>><</link>><<elseif $c == 18>><<link "<<pic2 clo c18>>">><<popover 'noclick'>><<pic2 clo c18>><</popover>><</link>><<elseif $c == 19>><<link "<<pic2 clo c19>>">><<popover 'noclick'>><<pic2 clo c19>><</popover>><</link>><<elseif $c == 20>><<link "<<pic2 clo c20>>">><<popover 'noclick'>><<pic2 clo c20>><</popover>><</link>><<elseif $c == 21>><<link "<<pic2 clo c21>>">><<popover 'noclick'>><<pic2 clo c21>><</popover>><</link>><<elseif $c == 22>><<link "<<pic2 clo c22>>">><<popover 'noclick'>><<pic2 clo c22>><</popover>><</link>><<elseif $c == 23>><<link "<<pic2 clo c23>>">><<popover 'noclick'>><<pic2 clo c23>><</popover>><</link>><<elseif $c == 24>><<link "<<pic2 clo c24>>">><<popover 'noclick'>><<pic2 clo c24>><</popover>><</link>><<elseif $c == 25>><<link "<<pic2 clo c25>>">><<popover 'noclick'>><<pic2 clo c25>><</popover>><</link>><<elseif $c == 26>><<link "<<pic2 clo c26>>">><<popover 'noclick'>><<pic2 clo c26>><</popover>><</link>><<elseif $c == 27>><<link "<<pic2 clo c27>>">><<popover 'noclick'>><<pic2 clo c27>><</popover>><</link>><<elseif $c == 28>><<link "<<pic2 clo c28>>">><<popover 'noclick'>><<pic2 clo c28>><</popover>><</link>><<elseif $c == 29>><<link "<<pic2 clo c29>>">><<popover 'noclick'>><<pic2 clo c29>><</popover>><</link>><<elseif $c == 30>><<link "<<pic2 clo c30>>">><<popover 'noclick'>><<pic2 clo c30>><</popover>><</link>><<elseif $c == 31>><<link "<<pic2 clo c31>>">><<popover 'noclick'>><<pic2 clo c31>><</popover>><</link>><<elseif $c == 32>><<link "<<pic2 clo c32>>">><<popover 'noclick'>><<pic2 clo c32>><</popover>><</link>><<elseif $c == 33>><<link "<<pic2 clo c33>>">><<popover 'noclick'>><<pic2 clo c33>><</popover>><</link>><<elseif $c == 34>><<link "<<pic2 clo c34>>">><<popover 'noclick'>><<pic2 clo c34>><</popover>><</link>><<elseif $c == 35>><<link "<<pic2 clo c35>>">><<popover 'noclick'>><<pic2 clo c35>><</popover>><</link>><<elseif $c == 36>><<link "<<pic2 clo c36>>">><<popover 'noclick'>><<pic2 clo c36>><</popover>><</link>><<elseif $c == 37>><<link "<<pic2 clo c37>>">><<popover 'noclick'>><<pic2 clo c37>><</popover>><</link>><<elseif $c == 38>><<link "<<pic2 clo c38>>">><<popover 'noclick'>><<pic2 clo c38>><</popover>><</link>><<elseif $c == 39>><<link "<<pic2 clo c39>>">><<popover 'noclick'>><<pic2 clo c39>><</popover>><</link>><<elseif $c == 40>><<link "<<pic2 clo c40>>">><<popover 'noclick'>><<pic2 clo c40>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Street wear</div>
\</div>
</div>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<if $sc == 1>><<link "<<pic2 clo sc1>>">><<popover 'noclick'>><<pic2 clo sc1>><</popover>><</link>><<elseif $sc == 2>><<link "<<pic2 clo sc2>>">><<popover 'noclick'>><<pic2 clo sc2>><</popover>><</link>><<elseif $sc == 3>><<link "<<pic2 clo sc3>>">><<popover 'noclick'>><<pic2 clo sc3>><</popover>><</link>><<elseif $sc == 4>><<link "<<pic2 clo sc4>>">><<popover 'noclick'>><<pic2 clo sc4>><</popover>><</link>><<elseif $sc == 5>><<link "<<pic2 clo sc5>>">><<popover 'noclick'>><<pic2 clo sc5>><</popover>><</link>><<elseif $sc == 6>><<link "<<pic2 clo sc6>>">><<popover 'noclick'>><<pic2 clo sc6>><</popover>><</link>><<elseif $sc == 7>><<link "<<pic2 clo sc7>>">><<popover 'noclick'>><<pic2 clo sc7>><</popover>><</link>><<elseif $sc == 8>><<link "<<pic2 clo sc8>>">><<popover 'noclick'>><<pic2 clo sc8>><</popover>><</link>><<elseif $sc == 9>><<link "<<pic2 clo sc9>>">><<popover 'noclick'>><<pic2 clo sc9>><</popover>><</link>><<elseif $sc == 10>><<link "<<pic2 clo sc10>>">><<popover 'noclick'>><<pic2 clo sc10>><</popover>><</link>><<elseif $sc == 11>><<link "<<pic2 clo sc11>>">><<popover 'noclick'>><<pic2 clo sc11>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Sportswear</div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<if $b == 1>><<link "<<pic2 clo b1>>">><<popover 'noclick'>><<pic2 clo b1>><</popover>><</link>><<else>><<link "<<pic2 clo b2>>">><<popover 'noclick'>><<pic2 clo b2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Swimwear</div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<if $uw == 0>><<if $body == 1>><<link "<<pic2 body body1>>">><<popover 'noclick'>><<pic2 body body1>><</popover>><</link>><<else>><<link "<<pic2 body body2>>">><<popover 'noclick'>><<pic2 body body2>><</popover>><</link>><</if>><<elseif $uw == 1>><<link "<<pic2 clo uw1>>">><<popover 'noclick'>><<pic2 clo uw1>><</popover>><</link>><<else>><<link "<<pic2 clo uw2>>">><<popover 'noclick'>><<pic2 clo uw2>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Underwear</div>
\</div>
\<<if $anal_plug_unlocked == 1>>
\<div class="wardrobeItem">
\</div>
\<div class="wardrobeItem">
<div class="clo"><<if $plug_in == 0>><<link "<<pic2 body empty_ass>>">><<popover 'noclick'>><<pic2 body empty_ass>><</popover>><</link>><<else>><<link "<<pic2 body plug_ass>>">><<popover 'noclick'>><<pic2 body plug_ass>><</popover>><</link>><</if>></div>
\<div class="wardrobeButton">Ass</div>
\</div>
\<div class="wardrobeItem">
\<<if $umbrella == 2>>
<div class="clo"><<link "<<pic2 items umbrella>>">><<popover 'noclick'>><<pic2 items umbrella>><</popover>><</link>></div>
\<div class="wardrobeButton">Umbrella</div>
\<</if>>
\</div>
\<</if>>
</div>
<<if $wardrobepage > 0>><div class="button"><<link [[Back to wardrobe|wardrobe]]>><<set $wardrobepage to 1>><</link>></div><</if>>
\<div class="button"><<link "Move away from the mirror" $return>><<set $wardrobepage to 0>><</link>></div>
\<</if>>
@@@@.left;
\<<set $arousal += 20>>
\<<if $lang == "ru">>
\<div class="text">Ещё немного посидев, вы заметили, что уже поздно и пожелав $hisstepbronameу доброй ночи, направились в спальню вместе с $husbnameом.
По приходу в спальню, $husbname тут же начал к вам приставать и вам стало понятно, что он хочет секса. Хоть вы и понимали, что теперь вам придётся сдерживаться и вести себя тише во время секса, вы тоже были не прочь им заняться и опустившись на колени, стянули с $husbnameа его шорты и начали сосать его уже колом стоящий член.</div>
<<gif2 prolog suckhusb>>
<div class="text">Дав вам немного поработать ротиком самостоятельно, $husbname положил руку вам на затылок и удерживая вас за голову, начал беспощадно трахать вас в рот.</div>
<<gif2 prolog facefuck>>
<div class="text">Нельзя сказать, что вас это удивило, ведь за три года совместной жизни вы успели вдоволь наэксперементироваться в вашей сексуальной жизни, в которой присутствует и нежный секс, и жёсткий, и ролевой, и, бывало даже, публичный. В сексе вы предпочитали занимать сабмиссивную роль, нежели доминантную, да и мужу вашему это даже нравилось.
Вдоволь насытившись вашим ротиком, $husbname начал стягивать с вас одежду и поставив вас на четвереньки, пристроился позади вас и медленно введя в вашу сочащуюся киску свой член, [[начал трахать вас|prolog20]] быстро наращивая темп.</div>
\<<else>>
\<div class="text">After a little more time, you noticed that it was getting late. Wishing $hisstepbroname a good night, you went to the bedroom with $husbname.
Upon arriving in the bedroom, $husbname immediately began to pester you and it became clear to you that he wanted to have sex. Although you knew that you would now have to restrain yourself and be quieter during sex, you were not averse to doing so and kneeled down, pulled off $husbname`s shorts and began to suck on his already erect cock.</div>
<<gif2 prolog suckhusb>>
<div class="text">After giving you a little mouth work on your own, $husbname put his hand on the back of your head and held you down as he began to mercilessly fuck you in the mouth.</div>
<<gif2 prolog facefuck>>
<div class="text">It cannot be said that this surprised you, because in the three years of your life together you managed to experiment a lot in your sex life, where there is soft sex and hard sex, and role playing, and sometimes even in public. You preferred to be submissive rather than dominant in sex, and your husband even liked it.
Having had enough of your mouth, $husbname started pulling off your clothes and putting you on all fours, he got behind you and slowly inserted his cock into your oozing pussy and [[started fucking you|prolog20]] at a rapidly increasing pace.</div>
\<</if>>\
@@@@.left;
\<<set $arousal to 100>>
\<<if $lang == "ru">>
\<<gif2 prolog doggy>>
<div class="text">То ли под действием алкоголя, то ли в порыве страсти, вы абсолютно забыли о том, что теперь вы не одни в квартире и громко стонали от жёстких и быстрых проникновений. $hisstepbroname наверняка всё слышал, ведь его спальня находилась через стенку от вашей. Скорее всего, завтра, когда до вас дойдёт, вам будет ужасно неловко попадаться ему на глаза, но сейчас вас совершенно не волновало, слышит он вас или нет.</div>
<<gif2 prolog cowgirl>>
<div class="text">Вы продолжали трахаться в разных позах ни на миг не вспоминая о присутствии в квартире $hisstepbroа $husbnameа. Да и скорее всего, даже если бы вспомнили, то сейчас бы вас это вряд-ли волновало, потому как вы были поглощены наслаждением от процесса и ваш рассудок был затуманен под действием алкоголя и двух оргазмов, которые вы уже испытали.</div>
<<gif2 prolog missionary>>
<div class="text">Наконец, после того, как вы перетрахались во всех привычных вам позах, ваш муж вытащил свой член из вашей пылающей киски и начал кончать на ваш живот. Струи спермы вырывались из его члена настолько сильно, что его семя даже долетало до вашего лица.</div>
<<gif2 prolog cumonbelly>>
<div class="text">После того, как из его члена вытекли последние капли спермы, вы продолжали лежать на кровати в обессиленом состоянии в сопровождении тяжёлой отдышки. $husbname же, тем временем подал вам салфетки с прикроватной тумбочки, чтобы вы могли [[вытереться|prolog21]] и улёгся на кровать, чтобы тоже перевести дыхание.</div>
\<<else>>
\<<gif2 prolog doggy>>
<div class="text">Either under the influence of alcohol or in a fit of passion, you completely forgot that you were no longer alone in the apartment and moaned loudly from hard and fast penetrations. $hisstepbroname must have heard everything, because his bedroom was across the wall from yours. You'll probably be terribly embarrassed tomorrow when it hits you, but right now you didn't care if he heard you or not.</div>
<<gif2 prolog cowgirl>>
<div class="text">You continued to fuck in various positions, not for a moment remembering the presence of $husbname`s $hisstepbro in the apartment. And most likely, even if you remembered, it would hardly bother you now, because you were absorbed in the pleasure of the process and your mind was clouded under the influence of alcohol and the two orgasms you had already had.</div>
<<gif2 prolog missionary>>
<div class="text">Finally, after you've fucked in all your usual positions, your husband pulls his cock out of your flaming pussy and starts to come all over your belly. Jets of sperm came out of his penis so hard that his semen even flew into your face.</div>
<<gif2 prolog cumonbelly>>
<div class="text">fter the last drops of semen had flowed out of his penis, you continued to lie on the bed in an exhausted state, accompanied by severe shortness of breath. Meanwhile, $husbname handed you some napkins from the nightstand so you could [[dry yourself off|prolog21]] and lie down on the bed to catch your breath.</div>
\<</if>>\
@@@@.left;
\<<set $arousal to 10>>
\<<if $lang == "ru">>
\<<pic2 prolog lying2>>
<div class="text">После того, как вы вытерли со своего тела и лица всю сперму, вы улеглись рядом с вашим мужем и обняв его, положили голову на его грудь.</div>
<<say '$name' 'pic/assets/$name.png'>>Это было... Фуухх... Еле отдышалась... Что это на тебя нашло? Не могу сказать, что секс у нас обычно скучный, но в этот раз... В тебя как-будто зверь вселился...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Согласен. Это было потрясающе. А зверь в меня вселился потому, что меня дико завели твои стоны. Ты ведь говорила, что пока мой $hisstepbro здесь, ты постараешься себя сдерживать, но ты не стала и... Не знаю почему, но меня это очень возбудило.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что? Блин! Я совсем забыла!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>А, так вот почему ты себя не сдерживала...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну всё, я сгорю со стыда, когда завтра пересекусь с ним...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да ладно тебе, чего ты так загоняешься? Не думай об этом и всё будет в порядке. Мой $hisstepbro взрослый человек и всё понимает. Мы ведь муж и жена и то, что у нас активная половая жизнь, это абсолютно нормальное явление. Так что не забивай свою маленькую, миленькую головку и давай спать, мне завтра на работу.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Может ты и прав... Ладно, я постараюсь... Сладких снов.<</say>>
<div class="text">Ответили вы $husbnameу, он пожелал вам сладких снов в ответ и вы, поцеловав друг друга перед сном, <<link [[уснули|bedroom]]>><<set $endofprolog to 1;$bedroompage to 2>><</link>>.</div>
\<<else>>
\<<pic2 prolog lying2>>
<div class="text">After wiping all the semen from your body and face, you lay down next to your husband and hugged him, resting your head on his chest.</div>
<<say '$name' 'pic/assets/$name.png'>>It was... Uhh... I could barely catch my breath... What happened to you? I can't say that our sex is usually boring, but this time... It's like a beast has moved into you...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Agree. It was amazing. And the beast moved inside me because your moaning drove me wild. You said you would try to control yourself while my $hisstepbro`s here, but you didn't and... I don't know why, but it really turned me on.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What? Crap! I totally forgot!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ah, so that's why you didn't hold back...<</say>>
<<say '$name' 'pic/assets/$name.png'>>That's it, I'll burn with shame when I meet him tomorrow...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Come on, what are you so upset about? Don't think about it. Everything will be fine. My $hisstepbro is an adult and understands everything. We are husband and wife and the fact that we have an active sex life is totally normal. So don't worry your pretty little head and let's go to sleep, I have to work tomorrow.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Maybe you're right... Okay, I'll try... Sweet dreams to you.<</say>>
<div class="text">You replied to $husbname, who in turn wished you sweet dreams and after kissing each other you <<link [[fell asleep|bedroom]]>><<set $endofprolog to 1;$bedroompage to 2>><</link>>.</div>
\<</if>>\
@@@@.left;
\<<if $lang == "ru">>
<div class="text">Вы:
Имя: <<textbox '$name' $name autofocus>> @@#error;@@
Фамилия: <<textbox '$surname' $surname autofocus>> @@#error;@@</div>
<div class="text">Муж:
Имя: <<textbox '$husbname' $husbname autofocus>> @@#error;@@
Фамилия: <<textbox '$husbsurname' $husbsurname autofocus>> @@#error;@@</div>
<div class="text">Сводный брат мужа:
\<<if ndef $hisstepbro>><<set $hisstepbro to "сводный брат">><</if>><<if ndef $hisstepbroname>><<set $hisstepbroname to "Джеймс">><</if>><<if ndef $hisstepbrosurname>><<set $hisstepbrosurname to "Филипс">><</if>>
Имя: <<textbox '$hisstepbroname' $hisstepbroname autofocus>> @@#error;@@
Фамилия: <<textbox '$hisstepbrosurname' $hisstepbrosurname autofocus>> @@#error;@@
Кто он для вашего мужа: <<textbox '$hisstepbro' $hisstepbro autofocus>> @@#error;@@</div>
<div class="button"><<link [[Начать игру|bedroom]]>><<set $endofprolog to 1;$bedroompage to 2>><</link>></div>
\<<else>>
<div class="text">You:
Name: <<textbox '$name' $name autofocus>> @@#error;@@
Surname: <<textbox '$surname' $surname autofocus>> @@#error;@@</div>
<div class="text">Husband:
Name: <<textbox '$husbname' $husbname autofocus>> @@#error;@@
Surname: <<textbox '$husbsurname' $husbsurname autofocus>> @@#error;@@</div>
<div class="text">Husband's stepbrother:
\<<if ndef $hisstepbro>><<set $hisstepbro to "step-brother">><</if>><<if ndef $hisstepbroname>><<set $hisstepbroname to "James">><</if>><<if ndef $hisstepbrosurname>><<set $hisstepbrosurname to "Phillips">><</if>>
Name: <<textbox '$hisstepbroname' $hisstepbroname autofocus>> @@#error;@@
Surname: <<textbox '$hisstepbrosurname' $hisstepbrosurname autofocus>> @@#error;@@
Who is he to your husband: <<textbox '$hisstepbro' $hisstepbro autofocus>> @@#error;@@</div>
<div class="button"><<link [[Start the game|bedroom]]>><<set $endofprolog to 1;$bedroompage to 2>><</link>></div>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<div class="button"><<link "Назад" $return>><</link>></div>
\<<if $husband_quest >= 1>>
<div class="text">
\Линия мужа:
\<<if $husband_quest == 1>>
- $husbname узнал о том, что вы выкладываете фотографии на которых вы в нижнем белье в Holagram и хочет поговорить с вами. Подойдите к нему, когда он будет в вашей спальне.
\<<elseif $husband_quest == 2>>
- $husbname и вы поговорили о ваших фотографиях в Holagram. Вы узнали, что ваш муж не против, если вы будете выкладывать фотографии топлесс в социальные сети и даже рассказал вам про ForFans, сайт, где можно размещать обнажёнку и даже порно. Может стоит взглянуть?
\<<elseif $husband_quest == 3>>
- Вы опубликовали своё первое фото на ForFans. Наверное стоит рассказать об этом вашему мужу и поделиться с ним ссылкой на вашу страничку? Поговорите с ним, когда он будет на кухне.
\<<elseif $husband_quest == 4>>
- Вы обсудили со своим мужем вашу страничку ForFans и узнав, что его возбуждает мысль о том, что незнакомые вам люди будут пялиться на фотографии его голой жены и занялись охренительным сексом. Во время секса за вами подглядывал $hisstepbroname. Может стоит поговорить с ним об этом, когда он будет в гостиной?
\<<elseif $husband_quest == 5>>
- Вы поговорили с $hisstepbroом мужа о том, что он видел на кухне и поняли, что лучше бы вы с ним не говорили. Оказывается, он подписан на ваш Holagram и знает, что вы выкладываете на своей страничке фотографии с голой грудью.
- Чтобы продолжить, поднимите вашу славу Holagram выше 50 и кол-во подписчиков большее 10,000 и зайдите на свою страничку Holagram. Кроме того, убедитесь, что уровень фитнеса выше 50.
\<<elseif $husband_quest == 6>>
- Вам предложили работу в модельном агентстве ErosTalent.
- Для продолжения этой ветки, продвиньтесь по ветке модельного агентства.
\<<elseif $husband_quest == 7>>
- Вы отказались от работы в модельном агентстве. Нужно рассказать об этом $husbnameу.
\<<elseif $husband_quest == 8>>
- Вы согласились работать в модельном агентстве. Нужно рассказать об этом $husbnameу.
\<<elseif $husband_quest == 9>>
- Ложитесь спать, чтобы дождаться развития событий.
\<<elseif $husband_quest == 10>>
- Прочтите сообщение от мужа.
\<<elseif $husband_quest == 11>>
- $husbname вспомнил, что когда-то мы разговаривали об анальном сексе и вновь решил поднять этот вопрос. Я согласилась, но теперь мне нужно подготовиться. Надо заглянуть в аптеку, чтобы купить клизму и в сексшоп, чтобы купить смазку и подобрать анальную пробку.
\<<elseif $husband_quest == 12>>
- Теперь, когда у меня есть всё необходимое, надо бы воспользоваться клизмой и примерить на себе пробку. Нужно подобрать момент, когда ванная будет свободна.
\<<elseif $husband_quest == 13>>
- Я сделала всё, что необходимо. Остаётся лишь продолжать готовить мою попку. Трёх дней пользования анальной пробкой будет достаточно.
\<<elseif $husband_quest == 14>>
- Прошло 3 дня с тех пор, как я начала подготовку моей попы к анальному сексу. Думаю этого вполне достаточно. Надо поговорить с $husbnameом вечером.
\<<elseif $husband_quest == 15>>
- Продолжение в следующих обновлениях.
\<</if>>
</div>
\<</if>>
<div class="text">
\Линия $hisstepbroа мужа:
\<<if $hisstepbro_quest >= 3 && $hisstepbro_quest < 8>>
- Вы можете раз в день наблюдать за $hisstepbronameом в гостиной, когда он мастурбирует смотря порно.
\<</if>>
\<<if $hisstepbro_quest == 0 or ndef $hisstepbro_quest>>
- Зайдите на кухню утром в выходные.
\<<elseif $hisstepbro_quest == 1>>
- Зайдите в гостиную вечером.
\<<elseif $hisstepbro_quest == 2>>
- Поговорить с $hisstepbronameом о случае в ванной.
\<<elseif $hisstepbro_quest == 3>>
- Продолжайте наблюдать за ним в гостиной.
\<<elseif $hisstepbro_quest == 4>>
- $hisstepbroname поймал вас, когда вы ласкали киску наблюдая за ним и предложил вам присоединиться. Вы отказались и ушли, но понимаете, что он будет продолжать это делать в надежде, что в следующий раз, вы не откажетесь...
\<<elseif $hisstepbro_quest == 5>>
- Вы решили присоединиться к $hisstepbronameу и мастурбировали с ним друг напротив друга. Вы не стали брать его член в руку в прошлый раз, но кто знает, что будет в следующий.
\<<elseif $hisstepbro_quest == 6>>
- Вы решили не только присоединиться к $hisstepbronameу, но и получили порцию спермы на лицо после того, как подрочили ему. Это как-то неправильно, но... Наверное, надо будет повторить?
\<<elseif $hisstepbro_quest == 7>>
- Теперь вы можете подрочить $hisstepbronameу просто подойдя к нему и поговорив.
- Подрочите ему ещё раз если ваш равзрат выше 50.
\<<elseif $hisstepbro_quest == 8>>
- Теперь вы можете делать минет $hisstepbronameу. (Продолжение в следующих обновлениях)
\<</if>>
</div>
\<<if $univer_quest > 0>>
<div class="text">
\Линия Университета:
\<<if $univer_quest == 1>>
- Идите в Университет и поработайте преподавателем.
\<<elseif $univer_quest == 2>>
- Вы решили продолжить выкладывать фотографии топлесс в вашем Holagram несмотря на предостережения ректора. Однако не помешало бы посмотреть, будет ли какая-то реакция со стороны студентов. (Продолжение в следующем обновлении)
\<</if>>
</div>
\<</if>>
<div class="text">
\Работа:
- Вы работаете преподавателем в Университете в центре города в будние дни. Рабочий день начинается утром.
</div>
\<<if $southcafeJob == 1>>
<div class="text">
\Подработка:
\<<if $southcafeJob == 1>>
- Вы подрабатываете официанткой в кафе в Южном районе. (Продолжение в следующих обновлениях)
\<</if>>
</div>
\<</if>>
\<<if $model_quest > 0>>
<div class="text">
\Линия модельного агентства ErosTalent:
\<<if $model_quest == 1>>
- У вас назначена встреча с представителями модельного агентства ErosTalent. Встреча состоится в субботу в полдень в ресторане в центре города.
\<<elseif $model_quest == 2>>
- Вы отказались от работы в модельном агентстве и доступ к карьере модели вам закрыт.
\<<elseif $model_quest == 3>>
- Вы согласились работать в модельном агентстве. Ваша первая фотосессия состоится в Воскресенье в полдень.
\<<elseif $model_quest == 4>>
- Ваша первая фотосессия прошла успешно. Вам стоило бы поделиться со своим мужем о том, как всё прошло. (В следующих обновлениях)
\<</if>>
</div>
\<</if>>
<div class="text">
\Разврат:
- Мастурбируя в спальне при просмотре порно вы можете поднять уровень разврата до 20.
- Мастурбируя в гостиной при просмотре порно вы можете поднять уровень разврата до 40.
- Занимаясь сексом с мужем вне ванны или спальни, вы можете поднять уровень разврата до 60.
- При уровне разврата выше 20, вы можете выкладывать селфи в нижнем белье в свой Holagram и поднять уровень разврата до 40.
\<<if $hisstepbro_quest >= 3>>
- При уровне разврата выше 20, вы можете подглядывать за $hisstepbronameом и повысить уровень разврата до 60.
- Если вы достаточно продвинулись по ветке $hisstepbronameа, то вы можете дрочить ему и повысить уровень разврата до 100.
\<</if>>
- При уровне разврата выше 40, вы можете выкладывать селфи топлесс в свой Holagram и поднять уровень разврата до 60.
- При уровне разврата выше 40, вы можете посещать нудистский пляж и поднять уровень разврата до 60.
- При уровне разврата выше 60, вы можете выкладывать селфи где вы голая на ForFans и поднять уровень разврата до 80.
- При уровне разврата выше 80, вы можете выкладывать фото вашей киски на ForFans и поднять уровень разврата до 100.
- Это лишь основные и самые лёгкие способы быстро повысить уровень разврата ГГ. Не думаю, что есть смысл описывать здесь все возможные способы.
</div>
<div class="button"><<link "Назад" $return>><</link>></div>
\<<else>>
\<div class="button"><<link "Back" $return>><</link>></div>
\<<if $husband_quest >= 1>>
<div class="text">
\Husband's line:
\<<if $husband_quest == 1>>
- $husbname found out about you posting pictures of you in your underwear on Holagram and wants to talk to you. Approach him when he is in your bedroom.
\<<elseif $husband_quest == 2>>
- $husbname and you've been talking about your Holagram photos. You found out that your husband doesn't mind if you post topless photos on social networks and even told you about ForFans, a site where you can post nudity and even porn. Maybe worth taking a look?
\<<elseif $husband_quest == 3>>
- You posted your first photo on ForFans. Maybe you should tell your husband about it and share him a link to your page? Talk to him when he is in the kitchen.
\<<elseif $husband_quest == 4>>
- You discussed your ForFans page with your husband and learned that he is turned on by the idea that people you don't know will stare at photos of his naked wife and have amazing sex with him. During sex, $hisstepbroname spied on you. Maybe I should talk to him about this when he's in the living room?
\<<elseif $husband_quest == 5>>
- You talked to your husband's $hisstepbro about what he saw in the kitchen and realized you'd better not talk to him. It turns out that he follows your Holagram and knows that you post photos with naked boobs on your page.
- To continue, raise your Holagram fame above 50 and your followers above 10,000 and visit your Holagram page. Also, make sure your fitness level is above 50.
\<<elseif $husband_quest == 6>>
- You have been offered a job at the ErosTalent modeling agency.
- To continue this branch, move up the modeling agency branch.
\<<elseif $husband_quest == 7>>
- You turned down a job at a modeling agency. You need to tell $husbname about it.
\<<elseif $husband_quest == 8>>
- You agreed to work in a modeling agency. You need to tell $husbname about it.
\<<elseif $husband_quest == 9>>
- Go to sleep to continue the events.
\<<elseif $husband_quest == 10>>
- Read your husband's message.
\<<elseif $husband_quest == 11>>
- $husbname remembered that we had talked about anal sex once and asked if I had changed my mind. I agreed, but now I need to prepare. I need to go to the pharmacy to buy an enema and to the sex shop to buy lubricant and pick up an anal plug.
\<<elseif $husband_quest == 12>>
- Now that I have everything I need, I need to use an enema and try on the plug. I need to find a moment when the bathroom is free.
\<<elseif $husband_quest == 13>>
- I did everything that was necessary. All that remains is to continue preparing my ass. Three days of using an anal plug will be enough.
\<<elseif $husband_quest == 14>>
- It's been 3 days since I started preparing my butt for anal sex. I think this is quite enough. I need to talk to $husbname in the evening.
\<<elseif $husband_quest == 15>>
- To be continued in the next updates.
\<</if>>
</div>
\<</if>>
<div class="text">
\Husband's $hisstepbro line:
\<<if $hisstepbro_quest >= 3 && $hisstepbro_quest < 8>>
- You can watch $hisstepbroname in the living room once a day as he masturbates while watching porn.
\<</if>>
\<<if $hisstepbro_quest == 0 or ndef $hisstepbro_quest>>
- Go to the kitchen on weekend mornings.
\<<elseif $hisstepbro_quest == 1>>
- Go into the living room in the evening.
\<<elseif $hisstepbro_quest == 2>>
- Talk to $hisstepbroname about the bathroom incident.
\<<elseif $hisstepbro_quest == 3>>
- Keep watching him in the living room.
\<<elseif $hisstepbro_quest == 4>>
- $hisstepbroname caught you petting your pussy watching him and invited you to join. You refused and left, but you understand that he will continue to do this in the hope that next time you will not refuse...
\<<elseif $hisstepbro_quest == 5>>
- You decided to join $hisstepbroname and masturbated opposite each other with him. You didn't take his cock in your hand last time, but who knows what will happen next.
\<<elseif $hisstepbro_quest == 6>>
- Not only did you decide to join $hisstepbroname, but you also got a facial after jerking off to him. It's wrong, but... It would probably be nice to repeat?
\<<elseif $hisstepbro_quest == 7>>
- Now you can jerk off to $hisstepbroname just walking up to him and talking.
- Jerk him off again if your corruption is above 50.
\<<elseif $hisstepbro_quest == 8>>
- Now you can give blowjob to $hisstepbroname. (Continued in future updates)
\<</if>>
</div>
\<<if $univer_quest > 0>>
<div class="text">
\University line:
\<<if $univer_quest == 1>>
- Go to the University and work as a teacher.
\<<elseif $univer_quest == 2>>
- You decide to continue posting topless photos on your Holagram despite the rector's warnings. However, it would not hurt to see if there will be any reaction from the students. (Continued in next update)
\<</if>>
</div>
\<</if>>
<div class="text">
\Job:
- You work as a lecturer at the University in the city center on weekdays. The working day starts in the morning.
</div>
\<<if $southcafeJob == 1>>
<div class="text">
\Part time job:
\<<if $southcafeJob == 1>>
- You work part-time as a waitress in a cafe in the Southern District. (To be continued in the next updates.)
\<</if>>
</div>
\<</if>>
\<<if $model_quest > 0>>
<div class="text">
\ErosTalent Modeling Agency line:
\<<if $model_quest == 1>>
- You have an appointment with representatives of the ErosTalent modeling agency. The meeting will take place on Saturday at noon at a restaurant in the city center.
\<<elseif $model_quest == 2>>
- You refused to work in a modeling agency and access to a modeling career is closed to you.
\<<elseif $model_quest == 3>>
- You agreed to work in a modeling agency. Your first photo session will take place on Sunday at noon.
\<<elseif $model_quest == 4>>
- Your first photo shoot was a success. You should share with your husband how it went. (In future updates)
\<</if>>
</div>
\<</if>>
<div class="text">
\Corruption:
- By masturbating in the bedroom while watching porn, you can raise the level of corruption to 20.
- By masturbating in the living room while watching porn, you can raise the level of corruption to 40.
- Having sex with your husband outside the bathroom or bedroom can raise your corruption level to 60.
- With a corruption level above 20, you can post a selfie in your underwear to your Holagram and raise the corruption level to 40.
\<<if $hisstepbro_quest >= 3>>
- With a corruption level above 20, you can spy on $hisstepbroname and increase the corruption level to 60.
- If you are advanced enough on the $hisstepbroname branch, then you can jerk off to him and raise the corruption level to 100.
\<</if>>
- With a corruption level above 40, you can upload topless selfies to your Holagram and raise the corruption level to 60.
- With a corruption level above 40, you can visit a nude beach and raise the corruption level to 60.
- When the corruption level is above 60, you can post naked selfies on ForFans and raise the corruption level to 80.
- With a corruption level above 80, you can post a picture of your pussy on ForFans and raise the corruption level to 100.
- These are just the basic and easiest ways to quickly increase the level of MC corruption. I do not think it makes sense to describe here all the possible ways.
</div>
<div class="button"><<link "Back" $return>><</link>></div>
\<</if>>
@@@@.center;
\<<if $lang == "ru">>
\<<if $phonepage == 1>>
\<<pic2 res phone>>
<div class="button"><<link [[SUP|phone]]>><<set $phonepage to 19>><</link>></div>
\<div class="button"><<link [[FikFok|phone]]>><<set $phonepage to 2>><</link>></div>
\<div class="button"><<link [[Holagram|phone]]>><<set $phonepage to 3>><</link>></div>
\<<if $onlyfansunlocked == 1>><div class="button"><<link [[ForFans|phone]]>><<set $phonepage to 11>><</link>></div><</if>>
\<<if $phone_stat == 1>>
<div class="button"><<link [[Статистика|stat]]>><<set $statpage to 1;$phonepage to 0>><</link>></div>
\<</if>>
\<div class="button"><<link [[Аварийка|corridor]]>><<set $phonepage to 0>><</link>></div>
<div class="button"><<link "Убрать телефон" $return>><<set $phonepage to 0>><</link>></div>
\<<elseif $phonepage == 2>>
\<<set $rand to random(1, 30);$arousal += 10>>
\<<gif2 fikfok $rand>>
<div class="button">[[Дальше|phone]]</div>
<div class="button"><<link [[Закрыть FikFok|phone]]>><<set $phonepage to 1>><</link>></div>
\<<elseif $phonepage == 3>>
\<<pic2 res phone>>
\<<if $instsub > 0>>
<div class="button">На вас подписано $instsub человек.</div>
\<</if>>
\<<if $instfame > 0>>
\<<if $instfame > 0>><div class="button">Ваша известность в Holagram: $instfame</div><</if>>
\<</if>>
\<<if $instsub >= 100000>><<set $income to 0;$income = $income + ($instsub/100000*1);$income = Math.round($income)>><div class="button">Ваша страничка Holagram ежедневно приносит вам $income $</div><</if>>
\<<if $husband_quest == 5 && ($model_quest == 0 or ndef $model_quest) && $instfame >= 50 && $instsub >= 10000 && $fit >= 50>>
<div class="text">Среди кучи сообщений от ваших подписчиков, вы заметили одно сообщение, отправителем которого было название модельного агентства находящегося в северном районе вашего города.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Хмм... У них даже галочка есть... Может стоит посмотреть?"</i>><</say>>
<div class="button"><<link [[Прочитать|phone_model_event]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
\<<if $instday != 1>>
<div class="button"><<link [[Сделать селфи|phone]]>><<set $phonepage to 4>><</link>></div>
\<</if>>
<div class="button"><<link [[Закрыть Holagram|phone]]>><<set $phonepage to 1>><</link>></div>
\<<elseif $phonepage == 4>>
\<<pic2 res phone>>
<div class="button"><<link [[Обычное селфи|phone]]>><<set $phonepage to 5>><</link>></div>
\<<if $corr >= 20>><div class="button"><<link [[Селфи в нижнем белье|phone]]>><<set $phonepage to 7>><</link>></div><</if>>
\<<if $corr >= 40 && $onlyfansunlocked == 1>><div class="button"><<link [[Селфи топлесс|phone]]>><<set $phonepage to 9>><</link>></div><</if>>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 3>><</link>></div>
\<<elseif $phonepage == 5>>
\<<set $rand to random(1, 30)>>
\<<inst hola 1 $rand>>
<div class="button">[[Сделать ещё одно|phone]]</div>
\<div class="button"><<link [[Опубликовать|phone]]>><<set $phonepage to 6>><</link>></div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 3>><</link>></div>
\<<elseif $phonepage == 6>>
\<<instsub_1>>
\<<inst hola 1 $rand>>
\<<if $instfame < 100 or ndef $instfame>>
<div class="button"><font color=HotPink>Слава Holagram + 1</font></div>
\<<set $instfame += 1>>
\<</if>>
<div class="text">Вы выложили новую фотографию и после этого на вас подписалось $randsub человек.</div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 3;$instday to 1>><</link>></div>
\<<elseif $phonepage == 7>>
\<<set $rand to random(1, 32)>>
\<<inst hola 2 $rand>>
<div class="button">[[Сделать ещё одно|phone]]</div>
\<div class="button"><<link [[Опубликовать|phone]]>><<set $phonepage to 8>><</link>></div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 3>><</link>></div>
\<<elseif $phonepage == 8>>
\<<instsub_2>>
\<<if $husband_quest == 0 or ndef $husband_quest>><<set $husband_quest to 1>><</if>>
\<<inst hola 2 $rand>>
\<<if $instfame < 100 or ndef $instfame>>
<div class="button"><font color=HotPink>Слава Holagram + 1</font></div>
\<<set $instfame += 1>>
\<</if>>
\<<if $corr < 40>><div class="button"><font color=red>Разврат + 1</font></div><<set $corr += 1>><</if>>
<div class="text">Вы выложили новую фотографию в нижнем белье и после этого на вас подписалось $randsub человек.</div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 3;$instday to 1>><</link>></div>
\<<elseif $phonepage == 9>>
\<<set $rand to random(1, 64)>>
\<<inst hola 3 $rand>>
<div class="button">[[Сделать ещё одно|phone]]</div>
\<div class="button"><<link [[Опубликовать|phone]]>><<set $phonepage to 10>><</link>></div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 3>><</link>></div>
\<<elseif $phonepage == 10>>
\<<instsub_3>>
\<<inst hola 3 $rand>>
\<<if $univer_quest == 0 or ndef $univer_quest>><<set $univer_quest to 1>><</if>>
\<<if $instfame < 100 or ndef $instfame>>
<div class="button"><font color=HotPink>Слава Holagram + 1</font></div><<set $instfame += 1>>
\<</if>>
\<<if $corr < 60>><div class="button"><font color=red>Разврат + 1</font></div><<set $corr += 1>><</if>>
<div class="text">Вы выложили новую фотографию топлесс и после этого на вас подписалось $randsub человек.</div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 3;$instday to 1>><</link>></div>
\<<elseif $phonepage == 11>>
\<<pic2 res phone>>
\<<if ndef $fanssub>><<set $fanssub to 0>><</if>>
\<<if $fanssub > 0>>
<div class="button">На вас подписано $fanssub человек.</div>
\<</if>>
\<<if $fansfame > 0>>
\<div class="button">Ваша слава ForFans: $fansfame</div>
\<</if>>
\<<if $fanssub >= 1>><<set $income to 0;$income = $income + ($fanssub * (5 / 20));$income = Math.round($income)>><div class="button">Ваша страничка ForFans ежедневно приносит вам $income $</div><</if>>
\<<if $fansday != 1>>
<div class="button"><<link [[Сделать селфи|phone]]>><<set $phonepage to 12>><</link>></div>
\<</if>>
<div class="button"><<link [[Закрыть ForFans|phone]]>><<set $phonepage to 1>><</link>></div>
\<<elseif $phonepage == 12>>
\<<pic2 res phone>>
\<<if $corr >= 40>>
<div class="button"><<link [[Селфи топлесс|phone]]>><<set $phonepage to 13>><</link>></div>
\<<if $corr >= 60>><div class="button"><<link [[Селфи голышом|phone]]>><<set $phonepage to 15>><</link>></div><</if>>
\<<if $corr >= 80>><div class="button"><<link [[Фото киски|phone]]>><<set $phonepage to 17>><</link>></div><</if>>
\<<if $corr >= 80 && $plug_in == 1>><div class="button"><<link [[Фото с анальной пробкой|phone]]>><<set $phonepage to 20>><</link>></div><</if>>
\<<else>>
<div class="button">Вы можете пользоваться приложением ForFans, только если ваш разврат выше 40</div>
\<</if>>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 11>><</link>></div>
\<<elseif $phonepage == 13>>
\<<set $rand to random(1, 70)>>
\<<inst hola 3 $rand>>
<div class="button">[[Сделать ещё одно|phone]]</div>
\<div class="button"><<link [[Опубликовать|phone]]>><<set $phonepage to 14>><</link>></div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 12>><</link>></div>
\<<elseif $phonepage == 14>>
\<<fanssub>>
\<<if $husband_quest == 2>><<set $husband_quest to 3>><</if>>
\<<inst hola 3 $rand>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $fansfame < 100 or ndef $fansfame>><div class="button"><font color=HotPink>Слава ForFans + 1</font></div><<set $fansfame += 1>><</if>>
<div class="text">Вы выложили новую фотографию топлесс и после этого на вас подписалось $randsub человек.</div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 11;$fansday to 1>><</link>></div>
\<<elseif $phonepage == 15>>
\<<set $rand to random(1, 80)>>
\<<inst forfans 1 $rand>>
<div class="button">[[Сделать ещё одно|phone]]</div>
\<div class="button"><<link [[Опубликовать|phone]]>><<set $phonepage to 16>><</link>></div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 12>><</link>></div>
\<<elseif $phonepage == 16>>
\<<fanssub>>
\<<if $husband_quest == 2>><<set $husband_quest to 3>><</if>>
\<<inst forfans 1 $rand>>
\<<if $corr < 80>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $fansfame < 100 or ndef $fansfame>><div class="button"><font color=HotPink>Слава ForFans + 1</font></div><<set $fansfame += 1>><</if>>
<div class="text">Вы выложили новую фотографию голышом и после этого на вас подписалось $randsub человек.</div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 11;$fansday to 1>><</link>></div>
\<<elseif $phonepage == 17>>
\<<set $rand to random(1, 33)>>
\<<inst forfans 2 $rand>>
<div class="button">[[Сделать ещё одно|phone]]</div>
\<div class="button"><<link [[Опубликовать|phone]]>><<set $phonepage to 18>><</link>></div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 12>><</link>></div>
\<<elseif $phonepage == 18>>
\<<fanssub>>
\<<if $husband_quest == 2>><<set $husband_quest to 3>><</if>>
\<<inst forfans 2 $rand>>
\<<if $corr < 100>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $fansfame < 100 or ndef $fansfame>><div class="button"><font color=HotPink>Слава ForFans + 1</font></div><<set $fansfame += 1>><</if>>
<div class="text">Вы выложили новую фотографию вашей киски и после этого на вас подписалось $randsub человек.</div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 11;$fansday to 1>><</link>></div>
\<<elseif $phonepage == 19>>
\<<pic2 res phone>>
\<<if $husband_quest == 10>>
<div class="button"><<link [[Сообщение от мужа|sup_msg]]>><<set $sup_msg_husb to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 1>><</link>></div>
\<<elseif $phonepage == 20>>
\<<set $rand to random(1, 30)>>
\<<inst forfans 3 $rand>>
<div class="button">[[Сделать ещё одно|phone]]</div>
\<div class="button"><<link [[Опубликовать|phone]]>><<set $phonepage to 21>><</link>></div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 12>><</link>></div>
\<<elseif $phonepage == 21>>
\<<fanssub>>
\<<if $husband_quest == 2>><<set $husband_quest to 3>><</if>>
\<<inst forfans 3 $rand>>
\<<if $corr < 100>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $fansfame < 100 or ndef $fansfame>><div class="button"><font color=HotPink>Слава ForFans + 1</font></div><<set $fansfame += 1>><</if>>
<div class="text">Вы выложили новую фотографию вашей попки со вставленной в неё анальной пробкой и после этого на вас подписалось $randsub человек.</div>
<div class="button"><<link [[Назад|phone]]>><<set $phonepage to 11;$fansday to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $phonepage == 1>>
\<<pic2 res phone>>
<div class="button"><<link [[SUP|phone]]>><<set $phonepage to 19>><</link>></div>
\<div class="button"><<link [[FikFok|phone]]>><<set $phonepage to 2>><</link>></div>
\<div class="button"><<link [[Holagram|phone]]>><<set $phonepage to 3>><</link>></div>
\<<if $onlyfansunlocked == 1>><div class="button"><<link [[ForFans|phone]]>><<set $phonepage to 11>><</link>></div><</if>>
\<<if $phone_stat == 1>>
<div class="button"><<link [[Stats|stat]]>><<set $statpage to 1;$phonepage to 0>><</link>></div>
\<</if>>
\<div class="button"><<link [[Emergency|corridor]]>><<set $phonepage to 0>><</link>></div>
<div class="button"><<link "Put the phone away" $return>><<set $phonepage to 0>><</link>></div>
\<<elseif $phonepage == 2>>
\<<set $rand to random(1, 30);$arousal += 10>>
\<<gif2 fikfok $rand>>
<div class="button">[[Next|phone]]</div>
<div class="button"><<link [[Close FikFok|phone]]>><<set $phonepage to 1>><</link>></div>
\<<elseif $phonepage == 3>>
\<<pic2 res phone>>
\<<if $instsub > 0>>
<div class="button">You have $instsub followers.</div>
\<</if>>
\<<if $instfame > 0>>
\<<if $instfame > 0>><div class="button">Your fame in Holagram: $instfame</div><</if>>
\<</if>>
\<<if $instsub >= 100000>><<set $income to 0;$income = $income + ($instsub/100000*1);$income = Math.round($income)>><div class="button">Your Holagram page brings you $ $income daily</div><</if>>
\<<if $husband_quest == 5 && ($model_quest == 0 or ndef $model_quest) && $instfame >= 50 && $instsub >= 10000 && $fit >= 50>>
<div class="text">Among the heaps of messages from your followers, you noticed one message, the sender of which was the name of a modeling agency located in the northern district of your city.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Hmm... They even have a check mark... Might be worth a look?"</i>><</say>>
<div class="button"><<link [[Read|phone_model_event]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
\<<if $instday != 1>>
<div class="button"><<link [[Take a selfie|phone]]>><<set $phonepage to 4>><</link>></div>
\<</if>>
<div class="button"><<link [[Close Holagram|phone]]>><<set $phonepage to 1>><</link>></div>
\<<elseif $phonepage == 4>>
\<<pic2 res phone>>
<div class="button"><<link [[Regular selfie|phone]]>><<set $phonepage to 5>><</link>></div>
\<<if $corr >= 20>><div class="button"><<link [[Selfie in lingerie|phone]]>><<set $phonepage to 7>><</link>></div><</if>>
\<<if $corr >= 40 && $onlyfansunlocked == 1>><div class="button"><<link [[Selfie topless|phone]]>><<set $phonepage to 9>><</link>></div><</if>>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 3>><</link>></div>
\<<elseif $phonepage == 5>>
\<<set $rand to random(1, 30)>>
\<<inst hola 1 $rand>>
<div class="button">[[Take a one more|phone]]</div>
\<div class="button"><<link [[Publish|phone]]>><<set $phonepage to 6>><</link>></div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 3>><</link>></div>
\<<elseif $phonepage == 6>>
\<<instsub_1>>
\<<inst hola 1 $rand>>
\<<if $instfame < 100 or ndef $instfame>>
<div class="button"><font color=HotPink>Holagram fame + 1</font></div>
\<<set $instfame += 1>>
\<</if>>
<div class="text">You posted a new photo and got $randsub new followers.</div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 3;$instday to 1>><</link>></div>
\<<elseif $phonepage == 7>>
\<<set $rand to random(1, 32)>>
\<<inst hola 2 $rand>>
<div class="button">[[Take a one more|phone]]</div>
\<div class="button"><<link [[Publish|phone]]>><<set $phonepage to 8>><</link>></div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 3>><</link>></div>
\<<elseif $phonepage == 8>>
\<<instsub_2>>
\<<if $husband_quest == 0 or ndef $husband_quest>><<set $husband_quest to 1>><</if>>
\<<inst hola 2 $rand>>
\<<if $instfame < 100 or ndef $instfame>>
<div class="button"><font color=HotPink>Holagram fame + 1</font></div>
\<<set $instfame += 1>>
\<</if>>
\<<if $corr < 40>><div class="button"><font color=red>Corruption + 1</font></div><<set $corr += 1>><</if>>
<div class="text">You posted a new lingerie photo and got $randsub new followers.</div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 3;$instday to 1>><</link>></div>
\<<elseif $phonepage == 9>>
\<<set $rand to random(1, 64)>>
\<<inst hola 3 $rand>>
<div class="button">[[Take a one more|phone]]</div>
\<div class="button"><<link [[Publish|phone]]>><<set $phonepage to 10>><</link>></div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 3>><</link>></div>
\<<elseif $phonepage == 10>>
\<<instsub_3>>
\<<inst hola 3 $rand>>
\<<if $univer_quest == 0 or ndef $univer_quest>><<set $univer_quest to 1>><</if>>
\<<if $instfame < 100 or ndef $instfame>>
<div class="button"><font color=HotPink>Holagram fame + 1</font></div>
\<<set $instfame += 1>>
\<</if>>
\<<if $corr < 60>><div class="button"><font color=red>Corruption + 1</font></div><<set $corr += 1>><</if>>
<div class="text">You posted a new topless photo and got $randsub new followers.</div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 3;$instday to 1>><</link>></div>
\<<elseif $phonepage == 11>>
\<<pic2 res phone>>
\<<if ndef $fanssub>><<set $fanssub to 0>><</if>>
\<<if $fanssub > 0>>
<div class="button">You have $fanssub subscribers.</div>
\<</if>>
\<<if $fansfame > 0>>
\<div class="button">Your ForFans fame: $fansfame</div>
\<</if>>
\<<if $fanssub >= 1>><<set $income to 0;$income = $income + ($fanssub * (5 / 20));$income = Math.round($income)>><div class="button">Your Holagram page brings you $ $income daily</div><</if>>
\<<if $fansday != 1>>
<div class="button"><<link [[Take a selfie|phone]]>><<set $phonepage to 12>><</link>></div>
\<</if>>
<div class="button"><<link [[Close ForFans|phone]]>><<set $phonepage to 1>><</link>></div>
\<<elseif $phonepage == 12>>
\<<pic2 res phone>>
\<<if $corr >= 40>>
<div class="button"><<link [[Selfie topless|phone]]>><<set $phonepage to 13>><</link>></div>
\<<if $corr >= 60>><div class="button"><<link [[Selfie naked|phone]]>><<set $phonepage to 15>><</link>></div><</if>>
\<<if $corr >= 80>><div class="button"><<link [[Selfie pussy|phone]]>><<set $phonepage to 17>><</link>></div><</if>>
\<<if $corr >= 80 && $plug_in == 1>><div class="button"><<link [[Selfie with anal plug|phone]]>><<set $phonepage to 20>><</link>></div><</if>>
\<<else>>
<div class="button">You can use the ForFans app only if your corruption is over 40</div>
\<</if>>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 11>><</link>></div>
\<<elseif $phonepage == 13>>
\<<set $rand to random(1, 70)>>
\<<inst hola 3 $rand>>
<div class="button">[[Take a one more|phone]]</div>
\<div class="button"><<link [[Publish|phone]]>><<set $phonepage to 14>><</link>></div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 12>><</link>></div>
\<<elseif $phonepage == 14>>
\<<fanssub>>
\<<if $husband_quest == 2>><<set $husband_quest to 3>><</if>>
\<<inst hola 3 $rand>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $fansfame < 100 or ndef $fansfame>><div class="button"><font color=HotPink>ForFans fame + 1</font></div><<set $fansfame += 1>><</if>>
<div class="text">You posted a new topless photo and got $randsub new subscribers.</div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 11;$fansday to 1>><</link>></div>
\<<elseif $phonepage == 15>>
\<<set $rand to random(1, 80)>>
\<<inst forfans 1 $rand>>
<div class="button">[[Take a one more|phone]]</div>
\<div class="button"><<link [[Publish|phone]]>><<set $phonepage to 16>><</link>></div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 12>><</link>></div>
\<<elseif $phonepage == 16>>
\<<fanssub>>
\<<if $husband_quest == 2>><<set $husband_quest to 3>><</if>>
\<<inst forfans 1 $rand>>
\<<if $corr < 80>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $fansfame < 100 or ndef $fansfame>><div class="button"><font color=HotPink>ForFans fame + 1</font></div><<set $fansfame += 1>><</if>>
<div class="text">You posted a new naked photo and got $randsub new subscribers.</div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 11;$fansday to 1>><</link>></div>
\<<elseif $phonepage == 17>>
\<<set $rand to random(1, 33)>>
\<<inst forfans 2 $rand>>
<div class="button">[[Take a one more|phone]]</div>
\<div class="button"><<link [[Publish|phone]]>><<set $phonepage to 18>><</link>></div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 12>><</link>></div>
\<<elseif $phonepage == 18>>
\<<fanssub>>
\<<if $husband_quest == 2>><<set $husband_quest to 3>><</if>>
\<<inst forfans 2 $rand>>
\<<if $corr < 100>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $fansfame < 100 or ndef $fansfame>><div class="button"><font color=HotPink>ForFans fame + 1</font></div><<set $fansfame += 1>><</if>>
<div class="text">You posted a new photo of your pussy and got $randsub new subscribers.</div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 11;$fansday to 1>><</link>></div>
\<<elseif $phonepage == 19>>
\<<pic2 res phone>>
\<<if $husband_quest == 10>>
<div class="button"><<link [[Message from husband|sup_msg]]>><<set $sup_msg_husb to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 1>><</link>></div>
\<<elseif $phonepage == 20>>
\<<set $rand to random(1, 30)>>
\<<inst forfans 3 $rand>>
<div class="button">[[Take a one more|phone]]</div>
\<div class="button"><<link [[Publish|phone]]>><<set $phonepage to 21>><</link>></div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 12>><</link>></div>
\<<elseif $phonepage == 21>>
\<<fanssub>>
\<<if $husband_quest == 2>><<set $husband_quest to 3>><</if>>
\<<inst forfans 3 $rand>>
\<<if $corr < 100>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $fansfame < 100 or ndef $fansfame>><div class="button"><font color=HotPink>ForFans fame + 1</font></div><<set $fansfame += 1>><</if>>
<div class="text">You posted a new photo of your ass with a butt plug and received $randsub subscribers.</div>
<div class="button"><<link [[Back|phone]]>><<set $phonepage to 11;$fansday to 1>><</link>></div>
\<</if>>
\<</if>>
@@<<if $bedroompage != 0>>
<<if $husband_quest == 9>><<set $sup_husband_msg to 1;$sup_msg += 1;$husband_quest to 10>><</if>>
<<goto "bedroom">>
<</if>><<widget "autoevents">>
<<auto_small_events>>
/* Муж */
/* Разговор с мужем о ваших фотографиях в нижнем белье в Holagram */
<<if $husbandpage == 1 && $bedroompage == 1 && $husband_quest == 1>><<set $husbandpage to 0;$bedroompage to 0;$eventpage to 1>><<goto "husband_event_1">><</if>>
/* Конец мужа */
/* Брат мужа */
/* Первое событие с братом мужа на утро, после пролога */
<<if $cycle1 == 1 && $kitchenpage == 1 && ($hisstepbro_quest == 0 or ndef $hisstepbro_quest) && ($wday1 == 6 or $wday1 == 7)>><<set $kitchenpage to 0>><<goto "hisstepbro_event_1">><</if>>
/* Второе событие с братом мужа в гостиной, если закрыла дверь в ванной */
<<if $cycle1 == 4 && $livroompage == 1 && $hisstepbro_quest == 1>><<set $eventpage to 1;$livroompage to 0;$hisstepbro_fap_event_daily to 1>><<goto "hisstepbro_event_2">><</if>>
/* Второе событие с братом мужа везде, кроме гостиной и ванной, если оставила дверь в ванной открытой */
<<if $hisstepbropage == 1 && $hisstepbro_quest == 2 && $livroompage == 0 && $bathroompage == 0 && $cycle1 != 7>><<set $eventpage to 6;$hisstepbropage to 0>><<goto "hisstepbro_event_2">><</if>>
/* Повторяющееся рандомное событие с дрочкой брата мужа после всех предыдущих событий */
<<set $hisstepbro_fap_event_rand to random(1, 100)>>
<<if ($hisstepbro_fap_event_daily == 0 or ndef $hisstepbro_fap_event_daily) && $livroompage == 1 && $husbandpage == 0 && $hisstepbropage == 0 && $hisstepbro_fap_event_rand <= 10 && $cycle1 != 7>>
<<if $hisstepbro_quest >= 3 && $hisstepbro_quest < 6>><<set $eventpage to 1;$livroompage to 0;$hisstepbro_fap_event_daily to 1>><<goto "hisstepbro_fap_event">><</if>>
<<if $hisstepbro_quest >= 6 && $hisstepbro_quest < 8>><<set $eventpage to 12;$livroompage to 0;$hisstepbro_fap_event_daily to 1>><<goto "hisstepbro_fap_event">><</if>>
<</if>>
/* Конец брата мужа */
/* Линия Университета */
/* Событие в Универе после первой фотографии топлесс в Holagram */
<<if $univer_quest == 1 && $teacherpage == 2>><<set $teacherpage to 0;$eventpage to 1>><<goto "teacher_event_1">><</if>>
/* Конец линии Университета */
<</widget>>@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 0 or ndef $eventpage>>
\<div class="text">Направляясь в сторону кухни, вы надеялись, что не встретите там $hisstepbronameа, так что, когда вы вошли туда и обнаружили, что там никого нет, вы вздохнули с облегчением и направились к кофемашине, чтобы сделать себе чашечку утреннего кофе.</div>
<<if $hc == 1 or $hc == 0>><<pic2 events kitchenpanties>><<else>><<pic2 events kitchenleggins>><</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Доброе утро, $name.<</say>>
<div class="text">Вы вздрогнули от испуга, когда услышали его голос и чуть не уронив кружку, повернулись в сторону $hisstepbronameа.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ой, прости если напугал тебя...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да нет, я просто... Фуух! Да уж! Я просто не слышала, как ты вошёл и... Да неважно... Доброе утро. Как спалось на новом месте?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, в целом неплохо, но я долго не мог уснуть из-за...<</say>>
<div class="text">Сделав небольшую паузу и задумчиво посмотрев на вас, он продолжил:</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, ты знаешь, из-за того, что не привык к новой кровати и... В общем, всё хорошо, спасибо!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ничего страшного, на новом месте всегда так. Неделя, может две, и привыкнешь.<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин, сто пудов он не мог уснуть из-за нас! Ещё эта неловкая пауза... Капец! Как же стыдно..."</i><</say>>
<div class="button"><<link [[Пить кофе|hisstepbro_event_1]]>><<set $eventpage to 1>><</link>></div>
\<<elseif $eventpage == 1>>
\<<if $hc == 1 or $hc == 0>><<pic2 events coffeepanties>><<else>><<pic2 events coffeeleggins>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Ну, что, какие у тебя планы на день? Ты давно проснулся?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Где-то пару часов назад. Ща $husbname из душа выйдет и мы с ним в кафешку поедем. Там какая-то знакомая у него, не знаю, должна взять меня на временную работу, пока он меня к себе не устроит.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ого! А чего так быстро? Ты ведь ещё обжиться даже не успел.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Не знаю, она ему утром позвонила, сказала, что у неё появилось сегодня свободное время. Наоборот хорошо! Если не сегодня, то теперь уже только на следующих выходных.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Понятно. Ну, надеюсь не долго тебе придётся официантом работать и $husbname пристроит тебя к себе как можно быстрее.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Я тоже. Но хоть что-то... Любая работа хороша, а для меня сейчас и подавно.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Согласна. Ладно, удачи вам сегодня. Кстати, ты уже был в душе?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, я уже сходил как проснулся.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Отлично, тогда ща $husbname выйдет и я... Хотя... Нет, схожу после пробежки. Что-то мне лень сегодня принимать душ два раза.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ты обычно ходишь в душ два раза?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, по обычно, да. Утром, чтобы взбодриться и после пробежки. А по будням даже три, после сна, после пробежки и после работы.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ого. Ну ладно, хорошего дня.<</say>>
<<say '$name' 'pic/assets/$name.png'>>И тебе.<</say>>
<div class="button"><<link [[Собираться|hisstepbro_event_1]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic2 events wardrobe>>
<div class="text">Начав собираться на пробежку, вы вдруг почувствовали дискомфорт в области живота.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин, я хоть и вытерлась салфетками ночью, но это чувство... Нет, так не пойдёт, придётся перед пробежкой тоже в душ идти."</i><</say>>
<div class="text">Подумали вы и дождавшись, пока ванная освободится, взяли с собой полотенце и пошли <<link [[принимать душ|hisstepbro_event_1]]>><<set $eventpage to 3>><</link>>.</div>
\<<elseif $eventpage == 3>>
\<<pic2 events bathroom>>
<<say '$name' 'pic/assets/$name.png'>><i>"Стоит ли запирать за собой дверь? $hisstepbroname уже принимал душ и они сейчас уедут."</i><</say>>
<div class="button"><<link [[Запереть дверь|hisstepbro_event_1]]>><<set $eventpage to 4;$hisstepbro_quest to 1>><</link>></div>
\<div class="button"><<link [[Оставить открытой|hisstepbro_event_1]]>><<set $eventpage to 5;$corr += 1;$hisstepbro_quest to 2>><</link>></div>
\<<elseif $eventpage == 4>>
\<<set $rand to random(1, 21)>>
\<<gif3 act shower $rand>>
<div class="text">Решив не рисковать, вы заперли за собой дверь и спокойно приняли душ. Оказалось, что дверь вы заперли не зря, ведь пока вы мылись, в дверь постучался ваш муж и сказал, что его $hisstepbro забыл в ванной свой телефон.
Вы вытерли руки, взяли телефон $hisstepbronameа и слегка приоткрыв дверь, отдали его $husbnameу. Он поблагодарил вас, сказал, что они уезжают, попрощался и ушёл. А вы снова заперли за собой дверь и спокойно закончили принимать душ.</div>
<div class="button"><<link [[Идти на пробежку|hisstepbro_event_1]]>><<set $eventpage to 7>><</link>></div>
\<<elseif $eventpage == 5>>
\<<set $rand to random(1, 21)>>
\<<gif3 act shower $rand>>
\<div class="button"><font color=red>Разврат + 1</font></div>
<div class="text">Решив, что беспокоиться не о чем, вы оставили дверь открытой и начали принимать душ.
Спустя какое-то время, дверь в ванную открылась и в неё зашёл $hisstepbroname.
Вы были повёрнуты в его сторону, но не видели его так как ваши глаза были закрыты и в данный момент вы были заняты мытьём головы. К счастью для него, звук двери вы тоже не услышали из-за шума воды, поэтому он просто решил попробовать тихо забрать свой телефон, который он здесь забыл и также тихо свалить.
Несмотря на всю гениальность своего плана, $hisstepbroname допустил маленькую оплошность, которая привела к провалу. Вместо того, чтобы смотреть под ноги, он крался к своему телефону не отрывая от вас взгляд и задев ногой корзину для белья, наделал шума, чем и <<link [[привлёк ваше внимание|hisstepbro_event_1]]>><<set $eventpage to 6>><</link>>.</div>
\<<elseif $eventpage == 6>>
\<<gif2 events caughtshower>>
<<say '$name' 'pic/assets/$name.png'>>Какого... Эй! Что ты здесь делаешь? Убирайся отсюда! Какого хуя?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Тихо, тихо, не кричи! Прости, я не знал, что ты тут и я просто зашёл чтобы...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что значит не кричи?! Не смотри на меня! Что ты здесь делаешь?<</say>>
<div class="text">Кричали вы спрятавшись за шторкой.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да всё, всё! Вот, видишь? Я просто зашёл, чтобы забрать телефон! Ты же сказала, что пойдёшь в душ после пробежки, вот я и не знал, что ты здесь...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, я передумала... А звук воды ты, что, не слышал?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Нет, мы уже собирались уходить, я вспомнил про телефон и в спешке забежал в ванную, а тут...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Почему тогда сразу не вышел?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да я хотел, но... Надо же было забрать телефон и я...<</say>>
<<say '$name' 'pic/assets/$name.png'>>И ты, увидев здесь меня, решил, что уже можно не торопиться и поэтому просто стоял и смотрел на меня?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да нет же! Я просто...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Всё, немедленно уходи!<</say>>
<div class="text">После ваших слов, $hisstepbroname вышел из ванной и закрыл за собой дверь.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Поверить не могу! Он снова видел меня голой! О чём я только думала, когда решила оставить дверь открытой?"</i><</say>>
<div class="text">Раздумывали вы, пытаясь прийти в себя, чтобы закончить принимать душ и <<link [[отправиться на пробежку|hisstepbro_event_1]]>><<set $eventpage to 7;$clean to 100>><</link>></div>
\<<elseif $eventpage == 7>>
\<div class="text">Закончив принимать душ, вы по быстрому собрались и отправились на пробежку в любимый вами парк.</div>
<<gif2 events run>>
<div class="text">Потратив на пробежку около 30 минут, вы побежали в сторону дома.</div>
\<<set $rand to random(1, 21)>>
<<gif3 act shower $rand>>
<div class="text">Вернувшись домой, вы снова приняли душ, высушили волосы, причесались, немного накрасились и <<link "вернулись к своим делам" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>>.</div>
\<</if>>
\<<else>>
\<<if $eventpage == 0 or ndef $eventpage>>
\<div class="text">As you made your way to the kitchen, you hoped not to run into $hisstepbroname. When you entered and found it empty, you breathed a sigh of relief and made your way to the coffeemaker to make yourself a cup of morning coffee.</div>
<<if $hc == 1 or $hc == 0>><<pic2 events kitchenpanties>><<else>><<pic2 events kitchenleggins>><</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Good morning, $name.<</say>>
<div class="text">You jumped in fear when you heard his voice and almost dropped the cup as you turned to face $hisstepbroname.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Oh, sorry if I scared you...<</say>>
<<say '$name' 'pic/assets/$name.png'>>No, I just... Phew! Well, yeah! I didn't hear you come in and... Oh, never mind... Good morning. How did you sleep at the new place?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, overall not bad, but I had trouble falling asleep for a long time because of...<</say>>
<div class="text">After a brief pause, he looked at you thoughtfully and continued:</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, you know, it's because I'm not used to the new bed and... Everything's fine, thanks.<</say>>
<<say '$name' 'pic/assets/$name.png'>>It's okay, it's always like that in a new place. A week or two and you'll get used to it.<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn, we totally kept him awake! And that awkward pause... Damn it! It's so embarrassing..."</i><</say>>
<div class="button"><<link [[Enjoying a cup of coffee|hisstepbro_event_1]]>><<set $eventpage to 1>><</link>></div>
\<<elseif $eventpage == 1>>
\<<if $hc == 1 or $hc == 0>><<pic2 events coffeepanties>><<else>><<pic2 events coffeeleggins>><</if>>
<<say '$name' 'pic/assets/$name.png'>>What's up? What are your plans for the day? How long have you been awake?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>About a couple of hours ago. $husbname will be out of the shower soon, and we'll go to a café together. He has some acquaintance there, I don't know who, but she's supposed to give me temporary work until he can hire me himself.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Wow! Why so fast? You haven't even had a chance to settle in yet.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I don't know, she called him this morning and said that she has free time today. That's actually great! If not today, then we'll have to wait until the next weekend.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I see. Well, I hope you won't have to work as a waiter for long, and $husbname will find a way to employ you as soon as possible.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I feel the same way. But at least something... Any job is good, especially for me right now.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Sure. Good luck today. Have you showered yet?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah, I had already taken a shower when I woke up.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Great, then $husbname will come out soon and I... Well... No, I'll go after my run. I feel too lazy to shower twice today.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Do you usually take a shower twice?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yep, as usual. In the morning, to get energized and after a run. And on weekdays, even three times: after a nap, after a run, and after work.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Wow. Well, all right then. Have a good day.<</say>>
<<say '$name' 'pic/assets/$name.png'>>You too..<</say>>
<div class="button"><<link [[Get ready|hisstepbro_event_1]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic2 events wardrobe>>
<div class="text">You suddenly felt discomfort in your abdomen while getting ready for a run.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn, even though I wiped myself with towels last night, this feeling... No, I can't, I have to take a shower before I go running."</i><</say>>
<div class="text">After thinking about it, you waited for the bathroom to become available and took a towel with you when you went to <<link [[take a shower|hisstepbro_event_1]]>><<set $eventpage to 3>><</link>>.</div>
\<<elseif $eventpage == 3>>
\<<pic2 events bathroom>>
<<say '$name' 'pic/assets/$name.png'>><i>"Should I lock the door behind me? $hisstepbroname has already taken a shower, and they will be leaving soon."</i><</say>>
<div class="button"><<link [[Lock the door|hisstepbro_event_1]]>><<set $eventpage to 4;$hisstepbro_quest to 1>><</link>></div>
\<div class="button"><<link [[Leave it open|hisstepbro_event_1]]>><<set $eventpage to 5;$corr += 1;$hisstepbro_quest to 2>><</link>></div>
\<<elseif $eventpage == 4>>
\<<set $rand to random(1, 21)>>
\<<gif3 act shower $rand>>
<div class="text">Deciding not to take any chances, you locked the door behind you and took a peaceful shower. It turned out that locking the door was a wise move because while you were washing, your husband knocked on the door and told you that his $hisstepbro had left his phone in the bathroom.
You dried your hands, grabbed $hisstepbroname`s phone, and opened the door slightly to hand it to $husbname. He thanked you, said they were leaving, said goodbye, and walked away. You locked the door behind you and finished your shower.</div>
<div class="button"><<link [[Go for a jog|hisstepbro_event_1]]>><<set $eventpage to 7>><</link>></div>
\<<elseif $eventpage == 5>>
\<<set $rand to random(1, 21)>>
\<<gif3 act shower $rand>>
\<div class="button"><font color=red>Corruption + 1</font></div>
<div class="text">Thinking there was nothing to worry about, you left the door open and started to shower.
After a while, the bathroom door opened and $hisstepbroname walked in.
You were facing him, but you couldn't see him because your eyes were closed and you were busy shampooing your hair. Luckily for him, you didn't hear the door slam shut over the sound of the water, so he just decided to quietly pick up his phone, which he left here, and quietly leave.
Despite the brilliance of his plan, $hisstepbroname made one small mistake that led to failure. Instead of watching his step, he crept toward his phone without taking his eyes off you, and accidentally kicked a laundry basket, making a noise that <<link [[caught your attention|hisstepbro_event_1]]>><<set $eventpage to 6>><</link>>.</div>
\<<elseif $eventpage == 6>>
\<<gif2 events caughtshower>>
<<say '$name' 'pic/assets/$name.png'>>What the... Hey! What are you doing here? Get out of here! What the fuck?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Hush, hush, don't shout! I'm sorry, I didn't know you were here, and I just came in to...<</say>>
<<say '$name' 'pic/assets/$name.png'>>What do you mean, don't shout?! Don't look at me! What are you doing here?<</say>>
<div class="text">Shouting, you hid behind the curtain.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>All right, all right! Look, I just came in to get my phone! You said you were going to shower after your run, so I didn't know you were here...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, I changed my mind... Didn't you hear the sound of water?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>No, I remembered my phone as we were getting ready to leave. So I quickly ran into the bathroom, and there...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Why didn't you leave right away then?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah, I wanted to, but... I had to pick up my phone and I...<</say>>
<<say '$name' 'pic/assets/$name.png'>>So, when you saw me here, you figured there was no need to rush anymore, and you just stood there, watching me?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>No! I just...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Enough! Get lost right now!<</say>>
<div class="text">After you spoke, $hisstepbroname stepped out of the bathroom and closed the door behind him.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"I can't believe it! He saw me naked again! What was I thinking when I decided to leave the door open?"</i><</say>>
<div class="text">As you were pondering, trying to gather yourself, to finish taking a shower, and <<link [[head out for a run|hisstepbro_event_1]]>><<set $eventpage to 7;$clean to 100>><</link>></div>
\<<elseif $eventpage == 7>>
\<div class="text">After you showered, you quickly got dressed and went for a run in your favorite park.</div>
<<gif2 events run>>
<div class="text">After jogging for about 30 minutes, you went home.</div>
\<<set $rand to random(1, 21)>>
<<gif3 act shower $rand>>
<div class="text">When you got home, you showered again, dried your hair, brushed your hair, put on some makeup, and <<link "went back to your business" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>>.</div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $husbandpage == 0 or ndef $husbandpage>><<set $husbandpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $husbandpage == 1>>
\<center><div class="inst"><img src="pic/assets/$husbname.png" width="100%"/></div></center>
\<<if $cycle1 != 7 && $bathroompage == 0>>
\<<if $husband_quest == 3 && $kitchenpage == 1>>
<div class="button"><<link [[Обсудить ForFans|husband_event_2]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
\<<if $husband_quest == 8 && ($kitchenpage == 1 or $bedroompage == 1 or $livroompage == 1)>>
<div class="button"><<link [[Рассказать о встрече|husband_event_3]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
\<<if $husband_quest == 7 && ($kitchenpage == 1 or $bedroompage == 1 or $livroompage == 1)>>
<div class="button"><<link [[Рассказать о встрече|husband_event_3]]>><<set $eventpage to 5>><</link>></div>
\<</if>>
\<<if $husband_quest == 14 && ($kitchenpage == 1 or $bedroompage == 1 or $livroompage == 1) && $cycle1 == 4>>
<div class="button"><<link [[Сказать, что вы готовы|husband_event_4]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Поболтать|husband]]>><<set $husbandpage to 2;$cycle1 += 1;$clean -= 5>><</link>></div>
\<div class="button"><<link [[Заняться сексом|husband]]>><<set $husbandpage to 3;$cycle1 += 1>><</link>></div>
\<<elseif $cycle1 != 7 && $bathroompage > 0>>
<div class="button"><<link [[Присоединиться (Секс)|husband]]>><<set $husbandpage to 9;$cycle1 += 1;$sexpose to 1;$sexenergy to random(5, 10);$clean to 100;$cosm to 0>><</link>></div>
<div class="button"><<link [[Принять душ вместе с ним|husband]]>><<set $husbandpage to 12;$cosm to 0>><</link>></div>
\<</if>>
<div class="button"><<link "Отойти" $return>><<set $husbandpage to 0>><</link>></div>
\<<elseif $husbandpage == 2>>
\<center><div class="inst"><img src="pic/assets/$husbname.png" width="100%"/></div></center>
<div class="text">Вы немного поболтали со своим мужем на разные темы и тем самым скоротали время.</div>
<div class="button"><<link "Отойти" $return>><<set $husbandpage to 0>><</link>></div>
\<<elseif $husbandpage == 3>>
<<if $kitchenpage != 0>><<set $husbandpage to 4;$sexpose to 1;$sexenergy to random(5, 10)>><<if $corr < 60>><<set $corr += 1>><</if>><<goto "husband">><<elseif $livroompage != 0>><<set $husbandpage to 5;$sexpose to 1;$sexenergy to random(5, 10)>><<if $corr < 60>><<set $corr += 1>><</if>><<goto "husband">><<else>><<set $husbandpage to 6;$sexpose to 1;$sexenergy to random(5, 10)>><<goto "husband">><</if>>
\<<elseif $husbandpage == 4>>
\<<if $sexpose < 8>><<set $rand to random(1, 5)>><<else>><<set $rand to random(1, 7)>><</if>>
\<<set $arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $husbandpage to 7>><<goto "husband">><</if>>
\<<gif4 sex kitchen $sexpose $rand>>
\<<if $sexpose == 1 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2 && ($deepbj_per_act == 0 or ndef $deepbj_per_act)>><<if ndef $deepbj>><<set $deepbj to 1>><<else>><<set $deepbj += 1>><</if>><<set $deepbj_per_act to 1>><</if>>
\<<if ($sexpose >= 3 && $sexpose <= 7) && ($vaginal_per_act == 0 or ndef $vaginal_per_act)>><<if ndef $vaginalsex>><<set $vaginalsex to 1>><<else>><<set $vaginalsex += 1>><</if>><<set $vaginal_per_act to 1>><</if>>
\<<if ($sexpose > 7) && ($anal_per_act == 0 or ndef $anal_per_act)>><<if ndef $analsex>><<set $analsex to 1>><<else>><<set $analsex += 1>><</if>><<set $anal_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>Вы испытали оргазм, пока делали минет своему мужу.<<elseif $sexpose == 2>>Вы испытали оргазм, пока делали глубокий минет своему мужу.<<elseif $sexpose >= 3 && $sexpose <= 7>>Вы испытали оргазм, пока ваш муж трахал вас в киску.<<elseif $sexpose > 7>>Вы испытали оргазм, пока ваш муж трахал вас в попу.<</if>></div>
\<</if>>
<div class="button"><<link [[Продолжить|husband]]>><<set $sexenergy -= 1>><</link>></div>
<div class="locList">
<<if $sexpose != 1>><div class="locButton"><<link [[Минет|husband]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="locButton"><<link [[Глубокий минет|husband]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3>><div class="locButton"><<link [[По миссионерски|husband]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 4>><div class="locButton"><<link [[Оседлать его|husband]]>><<set $sexpose to 4;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 5>><div class="locButton"><<link [[Обратная наездница|husband]]>><<set $sexpose to 5;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 6>><div class="locButton"><<link [[Стоя сзади|husband]]>><<set $sexpose to 6;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 7>><div class="locButton"><<link [[По собачьи|husband]]>><<set $sexpose to 7;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 8 && $analsex_unlocked == 1>><div class="locButton"><<link [[Анал по миссионерски|husband]]>><<set $sexpose to 8;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 9 && $analsex_unlocked == 1>><div class="locButton"><<link [[Анал по собачьи|husband]]>><<set $sexpose to 9;$sexenergy -= 1>><</link>></div><</if>>
\</div>
\<<elseif $husbandpage == 5>>
\<<if $sexpose < 8>><<set $rand to random(1, 5)>><<else>><<set $rand to random(1, 7)>><</if>>
\<<set $arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $husbandpage to 7>><<goto "husband">><</if>>
\<<gif4 sex livroom $sexpose $rand>>
\<<if $sexpose == 1 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2 && ($deepbj_per_act == 0 or ndef $deepbj_per_act)>><<if ndef $deepbj>><<set $deepbj to 1>><<else>><<set $deepbj += 1>><</if>><<set $deepbj_per_act to 1>><</if>>
\<<if ($sexpose >= 3 && $sexpose <= 7) && ($vaginal_per_act == 0 or ndef $vaginal_per_act)>><<if ndef $vaginalsex>><<set $vaginalsex to 1>><<else>><<set $vaginalsex += 1>><</if>><<set $vaginal_per_act to 1>><</if>>
\<<if ($sexpose > 7) && ($anal_per_act == 0 or ndef $anal_per_act)>><<if ndef $analsex>><<set $analsex to 1>><<else>><<set $analsex += 1>><</if>><<set $anal_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>Вы испытали оргазм, пока делали минет своему мужу.<<elseif $sexpose == 2>>Вы испытали оргазм, пока делали глубокий минет своему мужу.<<elseif $sexpose >= 3 && $sexpose <= 7>>Вы испытали оргазм, пока ваш муж трахал вас в киску.<<elseif $sexpose > 7>>Вы испытали оргазм, пока ваш муж трахал вас в попу.<</if>></div>
\<</if>>
<div class="button"><<link [[Продолжить|husband]]>><<set $sexenergy -= 1>><</link>></div>
<div class="locList">
<<if $sexpose != 1>><div class="locButton"><<link [[Минет|husband]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="locButton"><<link [[Глубокий минет|husband]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3>><div class="locButton"><<link [[По миссионерски|husband]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 4>><div class="locButton"><<link [[Оседлать его|husband]]>><<set $sexpose to 4;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 5>><div class="locButton"><<link [[Обратная наездница|husband]]>><<set $sexpose to 5;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 6>><div class="locButton"><<link [[Стоя сзади|husband]]>><<set $sexpose to 6;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 7>><div class="locButton"><<link [[По собачьи|husband]]>><<set $sexpose to 7;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 8 && $analsex_unlocked == 1>><div class="locButton"><<link [[Анал по миссионерски|husband]]>><<set $sexpose to 8;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 9 && $analsex_unlocked == 1>><div class="locButton"><<link [[Анал по собачьи|husband]]>><<set $sexpose to 9;$sexenergy -= 1>><</link>></div><</if>>
\</div>
\<<elseif $husbandpage == 6>>
\<<if $sexpose < 8>><<set $rand to random(1, 5)>><<else>><<set $rand to random(1, 7)>><</if>>
\<<set $arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $husbandpage to 7>><<goto "husband">><</if>>
\<<gif4 sex bedroom $sexpose $rand>>
\<<if $sexpose == 1 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2 && ($deepbj_per_act == 0 or ndef $deepbj_per_act)>><<if ndef $deepbj>><<set $deepbj to 1>><<else>><<set $deepbj += 1>><</if>><<set $deepbj_per_act to 1>><</if>>
\<<if ($sexpose >= 3 && $sexpose <= 7) && ($vaginal_per_act == 0 or ndef $vaginal_per_act)>><<if ndef $vaginalsex>><<set $vaginalsex to 1>><<else>><<set $vaginalsex += 1>><</if>><<set $vaginal_per_act to 1>><</if>>
\<<if ($sexpose > 7) && ($anal_per_act == 0 or ndef $anal_per_act)>><<if ndef $analsex>><<set $analsex to 1>><<else>><<set $analsex += 1>><</if>><<set $anal_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>Вы испытали оргазм, пока делали минет своему мужу.<<elseif $sexpose == 2>>Вы испытали оргазм, пока делали глубокий минет своему мужу.<<elseif $sexpose >= 3 && $sexpose <= 7>>Вы испытали оргазм, пока ваш муж трахал вас в киску.<<elseif $sexpose > 7>>Вы испытали оргазм, пока ваш муж трахал вас в попу.<</if>></div>
\<</if>>
<div class="button"><<link [[Продолжить|husband]]>><<set $sexenergy -= 1>><</link>></div>
<div class="locList">
<<if $sexpose != 1>><div class="locButton"><<link [[Минет|husband]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="locButton"><<link [[Глубокий минет|husband]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3>><div class="locButton"><<link [[По миссионерски|husband]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 4>><div class="locButton"><<link [[Оседлать его|husband]]>><<set $sexpose to 4;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 5>><div class="locButton"><<link [[Обратная наездница|husband]]>><<set $sexpose to 5;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 6>><div class="locButton"><<link [[Стоя сзади|husband]]>><<set $sexpose to 6;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 7>><div class="locButton"><<link [[По собачьи|husband]]>><<set $sexpose to 7;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 8 && $analsex_unlocked == 1>><div class="locButton"><<link [[Анал по миссионерски|husband]]>><<set $sexpose to 8;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 9 && $analsex_unlocked == 1>><div class="locButton"><<link [[Анал по собычьи|husband]]>><<set $sexpose to 9;$sexenergy -= 1>><</link>></div><</if>>
\</div>
\<<elseif $husbandpage == 7>>
\<<set $rand to random(1, 5);$clean -= 4>>
\<<if $analsex_unlocked != 1>><<set $cumplace to random(1, 6)>><<else>><<set $cumplace to random(1, 7)>><</if>>
\<<gif4 sex cum $cumplace $rand>>
\<<if $cumplace == 1>>
<div class="button"><<link [[Проглотить|husband]]>><<set $husbandpage to 8;$sexact += 1;$cuminmouth += 1;$cumswallow += 1;$sexswallow to 1>><</link>></div>
\<div class="button"><<link [[Сплюнуть|husband]]>><<set $husbandpage to 8;$sexact += 1;$cuminmouth += 1;$cumspit += 1;$sexspit to 1>><</link>></div>
\<<elseif $cumplace == 2>>
<div class="button"><<link [[Вытереть лицо|husband]]>><<set $husbandpage to 8;$sexact += 1;$cumonface += 1>><</link>></div>
\<<elseif $cumplace == 3>>
<div class="button"><<link [[Вытереть сиськи|husband]]>><<set $husbandpage to 8;$sexact += 1;$cumonboobs += 1>><</link>></div>
\<<elseif $cumplace == 4>>
<div class="button"><<link [[Вытереть живот|husband]]>><<set $husbandpage to 8;$sexact += 1;$cumonbelly += 1>><</link>></div>
\<<elseif $cumplace == 5>>
<div class="button"><<link [[Вытереть попу|husband]]>><<set $husbandpage to 8;$sexact += 1;$cumonass += 1>><</link>></div>
\<<elseif $cumplace == 6>>
<div class="button"><<link [[Вытереть киску|husband]]>><<set $husbandpage to 8;$sexact += 1;$creampie += 1>><</link>></div>
\<<elseif $cumplace == 7>>
<div class="button"><<link [[Вытереть попу|husband]]>><<set $husbandpage to 8;$sexact += 1;$analcreampie += 1>><</link>></div>
\<</if>>
\<<elseif $husbandpage == 8>>
\<<gif4 sex cum $cumplace $rand>>
\<<if $corr < 60 && ($livroompage != 0 or $kitchenroompage != 0)>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $cumplace == 1>>
<<if $sexswallow == 1>><div class="text">Вы проглотили всё содержимое вашего ротика и переведя дыхание, готовы вернуться к своим делам.</div><</if>>
\<<set $sexswallow to 0>>
<<if $sexspit == 1>><div class="text">Вы сплюнули на салфетку всё содержимое вашего ротика и переведя дыхание, готовы вернуться к своим делам.</div><</if>>
\<<set $sexspit to 0>>
\<<elseif $cumplace == 2>>
<div class="text">Вы вытерли салфеткой своё лицо и переведя дыхание, готовы вернуться к своим делам.</div>
\<<elseif $cumplace == 3>>
<div class="text">Вы вытерли салфеткой свою грудь и переведя дыхание, готовы вернуться к своим делам.</div>
\<<elseif $cumplace == 4>>
<div class="text">Вы вытерли салфеткой свой живот и переведя дыхание, готовы вернуться к своим делам.</div>
\<<elseif $cumplace == 5>>
<div class="text">Вы вытерли салфеткой свою попу и переведя дыхание, готовы вернуться к своим делам.</div>
\<<elseif $cumplace == 6>>
<div class="text">Вы вытерли салфеткой свою киску и переведя дыхание, готовы вернуться к своим делам.</div>
\<<elseif $cumplace == 7>>
<div class="text">Вы вытерли салфеткой свою попу и переведя дыхание, готовы вернуться к своим делам.</div>
\<</if>>
<div class="button"><<link "Уйти" $return>><<set $husbandpage to 0;$bj_per_act to 0;$deepbj_per_act to 0;$vaginal_per_act to 0>><</link>></div>
\<<elseif $husbandpage == 9>>
\<<if $sexpose != 3>><<set $rand to random(1, 14)>><<else>><<set $rand to random(1, 6)>><</if>>
\<<set $arousal += 10>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $husbandpage to 10>><<goto "husband">><</if>>
\<<gif4 sex bathroom $sexpose $rand>>
\<<if $sexpose == 1 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2>><<if ndef $vaginalsex>><<set $vaginalsex to 1>><<else>><<set $vaginalsex += 1>><</if>><<set $vaginal_per_act to 1>><<else>><<if ndef $analsex>><<set $analsex to 1>><<else>><<set $analsex += 1>><</if>><<set $anal_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>Вы испытали оргазм, пока делали минет своему мужу.<<elseif $sexpose == 2>>Вы испытали оргазм, пока ваш муж трахал вас.<<else>>Вы испытали оргазм, пока ваш муж трахал вас в попу.<</if>></div>
\<</if>>
<div class="button"><<link [[Продолжить|husband]]>><<set $sexenergy -= 1>><</link>></div>
<<if $sexpose != 1>><div class="button"><<link [[Минет|husband]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="button"><<link [[Секс|husband]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3 && $analsex_unlocked == 1>><div class="button"><<link [[Анальный секс|husband]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\<<elseif $husbandpage == 10>>
\<<set $rand to random(1, 4)>>
\<<gif4 sex cum 8 $rand>>
<div class="button"><<link [[Смыть сперму|husband]]>><<set $husbandpage to 11;$sexact += 1;$cumonface += 1>><</link>></div>
\<<elseif $husbandpage == 11>>
\<<gif4 sex cum 8 $rand>>
<div class="button"><<link [[Накраситься|bathroom]]>><<set $bathroompage to 3;$husbandpage to 0;$bj_per_act to 0;$vaginal_per_act to 0>><</link>></div>
\<div class="button"><<link [[Закончить|bathroom]]>><<set $bathroompage to 1;$husbandpage to 0;$bj_per_act to 0;$vaginal_per_act to 0>><</link>></div>
\<<elseif $husbandpage == 12>>
\<center><div class="inst"><img src="pic/assets/$husbname.png" width="100%"/></div></center>
<<say '$name' 'pic/assets/$name.png'>>Не против, если я присоединюсь?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, конечно, здесь места на двоих хватит.<</say>>
<div class="button"><<link [[Принять душ|bathroom]]>><<set $bathroompage to 5;$cosm to 0;$husbandpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $husbandpage == 1>>
\<center><div class="inst"><img src="pic/assets/$husbname.png" width="100%"/></div></center>
\<<if $cycle1 != 7 && $bathroompage == 0>>
\<<if $husband_quest == 3 && ($kitchenpage == 1 or $bedroompage == 1 or $livroompage == 1)>>
<div class="button"><<link [[Discuss ForFans|husband_event_2]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
\<<if $husband_quest == 8 && ($kitchenpage == 1 or $bedroompage == 1 or $livroompage == 1)>>
<div class="button"><<link [[Tell about the meeting|husband_event_3]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
\<<if $husband_quest == 7 && ($kitchenpage == 1 or $bedroompage == 1 or $livroompage == 1)>>
<div class="button"><<link [[Tell about the meeting|husband_event_3]]>><<set $eventpage to 5>><</link>></div>
\<</if>>
\<<if $husband_quest == 14 && ($kitchenpage == 1 or $bedroompage == 1 or $livroompage == 1) && $cycle1 == 4>>
<div class="button"><<link [[Say you're ready|husband_event_4]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Talk|husband]]>><<set $husbandpage to 2;$cycle1 += 1;$clean -= 5>><</link>></div>
\<div class="button"><<link [[Have a sex|husband]]>><<set $husbandpage to 3;$cycle1 += 1>><</link>></div>
\<<elseif $cycle1 != 7 && $bathroompage > 0>>
<div class="button"><<link [[Join (Sex)|husband]]>><<set $husbandpage to 9;$cycle1 += 1;$sexpose to 1;$sexenergy to random(5, 10);$clean to 100;$cosm to 0>><</link>></div>
<div class="button"><<link [[Take a shower with him|husband]]>><<set $husbandpage to 12;$cosm to 0>><</link>></div>
\<</if>>
<div class="button"><<link "Leave" $return>><<set $husbandpage to 0>><</link>></div>
\<<elseif $husbandpage == 2>>
\<center><div class="inst"><img src="pic/assets/$husbname.png" width="100%"/></div></center>
<div class="text">You chatted a bit with your husband about various topics and thus passed the time.</div>
<div class="button"><<link "Leave" $return>><<set $husbandpage to 0>><</link>></div>
\<<elseif $husbandpage == 3>>
<<if $kitchenpage != 0>><<set $husbandpage to 4;$sexpose to 1;$sexenergy to random(5, 10)>><<if $corr < 60>><<set $corr += 1>><</if>><<goto "husband">><<elseif $livroompage != 0>><<set $husbandpage to 5;$sexpose to 1;$sexenergy to random(5, 10)>><<if $corr < 60>><<set $corr += 1>><</if>><<goto "husband">><<else>><<set $husbandpage to 6;$sexpose to 1;$sexenergy to random(5, 10)>><<goto "husband">><</if>>
\<<elseif $husbandpage == 4>>
\<<if $sexpose < 8>><<set $rand to random(1, 5)>><<else>><<set $rand to random(1, 7)>><</if>>
\<<set $arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $husbandpage to 7>><<goto "husband">><</if>>
\<<gif4 sex kitchen $sexpose $rand>>
\<<if $sexpose == 1 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2 && ($deepbj_per_act == 0 or ndef $deepbj_per_act)>><<if ndef $deepbj>><<set $deepbj to 1>><<else>><<set $deepbj += 1>><</if>><<set $deepbj_per_act to 1>><</if>>
\<<if ($sexpose >= 3 && $sexpose <= 7) && ($vaginal_per_act == 0 or ndef $vaginal_per_act)>><<if ndef $vaginalsex>><<set $vaginalsex to 1>><<else>><<set $vaginalsex += 1>><</if>><<set $vaginal_per_act to 1>><</if>>
\<<if ($sexpose > 7) && ($anal_per_act == 0 or ndef $anal_per_act)>><<if ndef $analsex>><<set $analsex to 1>><<else>><<set $analsex += 1>><</if>><<set $anal_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>You had an orgasm while giving a blowjob to your husband.<<elseif $sexpose == 2>>You had an orgasm while you were deepthroating your husband.<<elseif $sexpose >= 3 && $sexpose <= 7>>You orgasmed while your husband fucked your pussy.<<elseif $sexpose > 7>>You orgasmed while your husband fucked your ass.<</if>></div>
\<</if>>
<div class="button"><<link [[Continue|husband]]>><<set $sexenergy -= 1>><</link>></div>
<div class="locList">
<<if $sexpose != 1>><div class="locButton"><<link [[Blowjob|husband]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="locButton"><<link [[Deepthroat|husband]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3>><div class="locButton"><<link [[Missionary|husband]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 4>><div class="locButton"><<link [[Cowgirl|husband]]>><<set $sexpose to 4;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 5>><div class="locButton"><<link [[Reverse cowgirl|husband]]>><<set $sexpose to 5;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 6>><div class="locButton"><<link [[Behind|husband]]>><<set $sexpose to 6;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 7>><div class="locButton"><<link [[Doggystyle|husband]]>><<set $sexpose to 7;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 8 && $analsex_unlocked == 1>><div class="locButton"><<link [[Anal Missionary|husband]]>><<set $sexpose to 8;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 9 && $analsex_unlocked == 1>><div class="locButton"><<link [[Anal Doggystyle|husband]]>><<set $sexpose to 9;$sexenergy -= 1>><</link>></div><</if>>
\</div>
\<<elseif $husbandpage == 5>>
\<<if $sexpose < 8>><<set $rand to random(1, 5)>><<else>><<set $rand to random(1, 7)>><</if>>
\<<set $arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $husbandpage to 7>><<goto "husband">><</if>>
\<<gif4 sex livroom $sexpose $rand>>
\<<if $sexpose == 1 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2 && ($deepbj_per_act == 0 or ndef $deepbj_per_act)>><<if ndef $deepbj>><<set $deepbj to 1>><<else>><<set $deepbj += 1>><</if>><<set $deepbj_per_act to 1>><</if>>
\<<if ($sexpose >= 3 && $sexpose <= 7) && ($vaginal_per_act == 0 or ndef $vaginal_per_act)>><<if ndef $vaginalsex>><<set $vaginalsex to 1>><<else>><<set $vaginalsex += 1>><</if>><<set $vaginal_per_act to 1>><</if>>
\<<if ($sexpose > 7) && ($anal_per_act == 0 or ndef $anal_per_act)>><<if ndef $analsex>><<set $analsex to 1>><<else>><<set $analsex += 1>><</if>><<set $anal_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>You had an orgasm while giving a blowjob to your husband.<<elseif $sexpose == 2>>You had an orgasm while you were deepthroating your husband.<<elseif $sexpose >= 3 && $sexpose <= 7>>You orgasmed while your husband fucked your pussy.<<elseif $sexpose > 7>>You orgasmed while your husband fucked your ass.<</if>></div>
\<</if>>
<div class="button"><<link [[Continue|husband]]>><<set $sexenergy -= 1>><</link>></div>
<div class="locList">
<<if $sexpose != 1>><div class="locButton"><<link [[Blowjob|husband]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="locButton"><<link [[Deepthroat|husband]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3>><div class="locButton"><<link [[Missionary|husband]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 4>><div class="locButton"><<link [[Cowgirl|husband]]>><<set $sexpose to 4;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 5>><div class="locButton"><<link [[Reverse cowgirl|husband]]>><<set $sexpose to 5;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 6>><div class="locButton"><<link [[Behind|husband]]>><<set $sexpose to 6;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 7>><div class="locButton"><<link [[Doggystyle|husband]]>><<set $sexpose to 7;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 8 && $analsex_unlocked == 1>><div class="locButton"><<link [[Anal Missionary|husband]]>><<set $sexpose to 8;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 9 && $analsex_unlocked == 1>><div class="locButton"><<link [[Anal Doggystyle|husband]]>><<set $sexpose to 9;$sexenergy -= 1>><</link>></div><</if>>
\</div>
\<<elseif $husbandpage == 6>>
\<<if $sexpose < 8>><<set $rand to random(1, 5)>><<else>><<set $rand to random(1, 7)>><</if>>
\<<set $arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $husbandpage to 7>><<goto "husband">><</if>>
\<<gif4 sex bedroom $sexpose $rand>>
\<<if $sexpose == 1 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2 && ($deepbj_per_act == 0 or ndef $deepbj_per_act)>><<if ndef $deepbj>><<set $deepbj to 1>><<else>><<set $deepbj += 1>><</if>><<set $deepbj_per_act to 1>><</if>>
\<<if ($sexpose >= 3 && $sexpose <= 7) && ($vaginal_per_act == 0 or ndef $vaginal_per_act)>><<if ndef $vaginalsex>><<set $vaginalsex to 1>><<else>><<set $vaginalsex += 1>><</if>><<set $vaginal_per_act to 1>><</if>>
\<<if ($sexpose > 7) && ($anal_per_act == 0 or ndef $anal_per_act)>><<if ndef $analsex>><<set $analsex to 1>><<else>><<set $analsex += 1>><</if>><<set $anal_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>You had an orgasm while giving a blowjob to your husband.<<elseif $sexpose == 2>>You had an orgasm while you were deepthroating your husband.<<elseif $sexpose >= 3 && $sexpose <= 7>>You orgasmed while your husband fucked your pussy.<<elseif $sexpose > 7>>You orgasmed while your husband fucked your ass.<</if>></div>
\<</if>>
<div class="button"><<link [[Continue|husband]]>><<set $sexenergy -= 1>><</link>></div>
<div class="locList">
<<if $sexpose != 1>><div class="locButton"><<link [[Blowjob|husband]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="locButton"><<link [[Deepthroat|husband]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3>><div class="locButton"><<link [[Missionary|husband]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 4>><div class="locButton"><<link [[Cowgirl|husband]]>><<set $sexpose to 4;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 5>><div class="locButton"><<link [[Reverse cowgirl|husband]]>><<set $sexpose to 5;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 6>><div class="locButton"><<link [[Behind|husband]]>><<set $sexpose to 6;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 7>><div class="locButton"><<link [[Doggystyle|husband]]>><<set $sexpose to 7;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 8 && $analsex_unlocked == 1>><div class="locButton"><<link [[Anal Missionary|husband]]>><<set $sexpose to 8;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 9 && $analsex_unlocked == 1>><div class="locButton"><<link [[Anal Doggystyle|husband]]>><<set $sexpose to 9;$sexenergy -= 1>><</link>></div><</if>>
\</div>
\<<elseif $husbandpage == 7>>
\<<set $rand to random(1, 5);$clean -= 4>>
\<<if $analsex_unlocked != 1>><<set $cumplace to random(1, 6)>><<else>><<set $cumplace to random(1, 7)>><</if>>
\<<gif4 sex cum $cumplace $rand>>
\<<if $cumplace == 1>>
<div class="button"><<link [[Swallow|husband]]>><<set $husbandpage to 8;$sexact += 1;$cuminmouth += 1;$cumswallow += 1;$sexswallow to 1>><</link>></div>
\<div class="button"><<link [[Spit|husband]]>><<set $husbandpage to 8;$sexact += 1;$cuminmouth += 1;$cumspit += 1;$sexspit to 1>><</link>></div>
\<<elseif $cumplace == 2>>
<div class="button"><<link [[Wipe your face|husband]]>><<set $husbandpage to 8;$sexact += 1;$cumonface += 1>><</link>></div>
\<<elseif $cumplace == 3>>
<div class="button"><<link [[Wipe your boobs|husband]]>><<set $husbandpage to 8;$sexact += 1;$cumonboobs += 1>><</link>></div>
\<<elseif $cumplace == 4>>
<div class="button"><<link [[Wipe your belly|husband]]>><<set $husbandpage to 8;$sexact += 1;$cumonbelly += 1>><</link>></div>
\<<elseif $cumplace == 5>>
<div class="button"><<link [[Wipe your ass|husband]]>><<set $husbandpage to 8;$sexact += 1;$cumonass += 1>><</link>></div>
\<<elseif $cumplace == 6>>
<div class="button"><<link [[Wipe your pussy|husband]]>><<set $husbandpage to 8;$sexact += 1;$creampie += 1>><</link>></div>
\<<elseif $cumplace == 7>>
<div class="button"><<link [[Wipe your ass|husband]]>><<set $husbandpage to 8;$sexact += 1;$analcreampie += 1>><</link>></div>
\<</if>>
\<<elseif $husbandpage == 8>>
\<<gif4 sex cum $cumplace $rand>>
\<<if $corr < 60 && ($livroompage != 0 or $kitchenroompage != 0)>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $cumplace == 1>>
<<if $sexswallow == 1>><div class="text">You swallowed everything that was in your mouth and took a breath, ready to return to your business.</div><</if>>
\<<set $sexswallow to 0>>
<<if $sexspit == 1>><div class="text">You spat everything that was in your mouth onto a napkin and took a breath, ready to return to your business.</div><</if>>
\<<set $sexspit to 0>>
\<<elseif $cumplace == 2>>
<div class="text">You wiped your face with a napkin and took a breath, ready to return to your business.</div>
\<<elseif $cumplace == 3>>
<div class="text">You wiped your boobs with a napkin and took a breath, ready to return to your business.</div>
\<<elseif $cumplace == 4>>
<div class="text">You wiped your belly with a napkin and took a breath, ready to return to your business.</div>
\<<elseif $cumplace == 5>>
<div class="text">You wiped your ass with a napkin and took a breath, ready to return to your business.</div>
\<<elseif $cumplace == 6>>
<div class="text">You wiped your pussy with a napkin and took a breath, ready to return to your business.</div>
\<<elseif $cumplace == 7>>
<div class="text">You wiped your ass with a napkin and took a breath, ready to return to your business.</div>
\<</if>>
<div class="button"><<link "Leave" $return>><<set $husbandpage to 0;$bj_per_act to 0;$deepbj_per_act to 0;$vaginal_per_act to 0>><</link>></div>
\<<elseif $husbandpage == 9>>
\<<if $sexpose != 3>><<set $rand to random(1, 14)>><<else>><<set $rand to random(1, 6)>><</if>>
\<<set $arousal += 10>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $husbandpage to 10>><<goto "husband">><</if>>
\<<gif4 sex bathroom $sexpose $rand>>
\<<if $sexpose == 1 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2>><<if ndef $vaginalsex>><<set $vaginalsex to 1>><<else>><<set $vaginalsex += 1>><</if>><<set $vaginal_per_act to 1>><<else>><<if ndef $analsex>><<set $analsex to 1>><<else>><<set $analsex += 1>><</if>><<set $anal_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>You had an orgasm while giving a blowjob to your husband.<<else>>You got an orgasm while your husband was fucking you.<</if>></div>
\<</if>>
<div class="button"><<link [[Continue|husband]]>><<set $sexenergy -= 1>><</link>></div>
<<if $sexpose != 1>><div class="button"><<link [[Blowjob|husband]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="button"><<link [[Sex|husband]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3 && $analsex_unlocked == 1>><div class="button"><<link [[Anal sex|husband]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\<<elseif $husbandpage == 10>>
\<<set $rand to random(1, 4)>>
\<<gif4 sex cum 8 $rand>>
<div class="button"><<link [[Wash away the cum|husband]]>><<set $husbandpage to 11;$sexact += 1;$cumonface += 1>><</link>></div>
\<<elseif $husbandpage == 11>>
\<<gif4 sex cum 8 $rand>>
<div class="button"><<link [[Put on makeup|bathroom]]>><<set $bathroompage to 3;$husbandpage to 0;$bj_per_act to 0;$vaginal_per_act to 0>><</link>></div>
\<div class="button"><<link [[Finish|bathroom]]>><<set $bathroompage to 1;$husbandpage to 0;$bj_per_act to 0;$vaginal_per_act to 0>><</link>></div>
\<<elseif $husbandpage == 12>>
\<center><div class="inst"><img src="pic/assets/$husbname.png" width="100%"/></div></center>
<<say '$name' 'pic/assets/$name.png'>>Do you mind if I join?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah, sure, there's enough space for both of us.<</say>>
<div class="button"><<link [[Take a shower|bathroom]]>><<set $bathroompage to 5;$cosm to 0;$husbandpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $hisstepbropage == 0 or ndef $hisstepbropage>><<set $hisstepbropage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $hisstepbropage == 1>>
\<center><div class="inst"><img src="pic/assets/$hisstepbroname.png" width="100%"/></div></center>
\<<if $cycle1 != 7>>
\<<if $husband_quest == 4 && $livroompage == 1>>
<div class="button"><<link [[Обсудить секс на кухне|hisstepbro_event_3]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Поболтать|hisstepbro]]>><<set $hisstepbropage to 2;$cycle1 += 1;$clean -= 5>><</link>></div>
\<<if $hisstepbro_quest >= 7 && $bathroompage == 0>>
<div class="button"><<link [[Подрочить ему|hisstepbro]]>><<set $hisstepbropage to 4;$sexenergy to random(5, 10)>><</link>></div>
\<</if>>
\<<if $hisstepbro_quest >= 8 && $bathroompage == 0>><div class="button"><<link [[Отсосать ему|hisstepbro_suck_event]]>><<set $hisstepbropage to 0;$eventpage to 2;$sexenergy to random(5, 10);$sexpose to 2>><</link>></div><</if>>
\<<if $bathroompage == 1 && $cycle1 == 1 && $wday1 < 6>>
<div class="button"><<link [[Попросить освободить душ|hisstepbro]]>><<set $hisstepbropage to 3>><</link>></div>
\<</if>>
\<<if $bathroompage == 1 && $hisstepbro_quest >= 7 && $corr >= 40>>
\<div class="button"><<link [[Принять душ вместе|hisstepbro]]>><<set $hisstepbropage to 7>><</link>></div>
\<</if>>
\<</if>>
<div class="button"><<link "Отойти" $return>><<set $hisstepbropage to 0>><</link>></div>
\<<elseif $hisstepbropage == 2>>
\<center><div class="inst"><img src="pic/assets/$hisstepbroname.png" width="100%"/></div></center>
<div class="text">Вы немного поболтали с $hisstepbronameом на разные темы и тем самым скоротали время.</div>
<div class="button"><<link "Отойти" $return>><<set $hisstepbropage to 0>><</link>></div>
\<<elseif $hisstepbropage == 3>>
\<center><div class="inst"><img src="pic/assets/$hisstepbroname.png" width="100%"/></div></center>
<<say '$name' 'pic/assets/$name.png'>>$hisstepbroname, извини, но, не мог бы ты дать мне воспользоваться душем первой? Мне нужно на работу и...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, без проблем, иди.<</say>>
<div class="button"><<link [[Принять душ|bathroom]]>><<set $bathroompage to 2;$cosm to 0;$hisstepbropage to 0>><</link>></div>
\<<elseif $hisstepbropage == 4>>
\<<set $rand to random(1, 5);$arousal += 5;$sexenergy -= 1;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 5>><</if>>
\<<if $corr >= 100>><<set $arousal += 5>><</if>>
\<<if $sexenergy <= 0>><<set $hisstepbropage to 5>><<goto "hisstepbro">><</if>>
\<<gif3 sex handjob $rand>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока дрочили член $hisstepbronameа.</div>
\<</if>>
\<<if $hisstepbro_quest >= 7 && $corr >= 60>>
<div class="button"><<link [[Взять его член в рот|hisstepbro_suck_event]]>><<if $hisstepbro_quest == 7>><<set $eventpage to 1>><<else>><<set $eventpage to 2;$sexpose to 2>><</if>><</link>></div>
\<</if>>
<div class="button">[[Продолжить|hisstepbro]]</div>
\<<elseif $hisstepbropage == 5>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 2 $rand>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<div class="button"><<link [[Вытереть лицо|hisstepbro]]>><<set $hisstepbropage to 6;$handjob += 1;$cumonface += 1>><</link>></div>
\<<elseif $hisstepbropage == 6>>
\<<gif4 sex cum 2 $rand>>
<div class="text">Вы вытерли салфеткой своё лицо и переведя дыхание, готовы вернуться к своим делам.</div>
<div class="button"><<link "Уйти" $return>><<set $hisstepbropage to 0;$cycle1 += 1;$hj += 1;$cumonface += 1;$hisstepbro_fap_event_daily to 1>><</link>></div>
\<<elseif $hisstepbropage == 7>>
\<center><div class="inst"><img src="pic/assets/$hisstepbroname.png" width="100%"/></div></center>
<<say '$name' 'pic/assets/$name.png'>>Не против, если я присоединюсь?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, конечно, присоединяйся. Спешишь куда-то?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Не то чтобы... Просто хочу принять душ, а тут занято, вот я и...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>А, да без проблем, залезай!<</say>>
<div class="button"><<link [[Присоединиться|bathroom]]>><<set $bathroompage to 6;$cosm to 0;$hisstepbropage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $hisstepbropage == 1>>
\<center><div class="inst"><img src="pic/assets/$hisstepbroname.png" width="100%"/></div></center>
\<<if $cycle1 != 7>>
\<<if $husband_quest == 4 && $livroompage == 1>>
<div class="button"><<link [[Discuss sex in the kitchen|hisstepbro_event_3]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Talk|hisstepbro]]>><<set $hisstepbropage to 2;$cycle1 += 1;$clean -= 5>><</link>></div>
\<<if $hisstepbro_quest >= 7 && $bathroompage == 0>>
<div class="button"><<link [[Jerk him off|hisstepbro]]>><<set $hisstepbropage to 4;$sexenergy to random(5, 10)>><</link>></div>
\<</if>>
\<<if $hisstepbro_quest >= 8 && $bathroompage == 0>><div class="button"><<link [[Suck him off|hisstepbro_suck_event]]>><<set $hisstepbropage to 0;$eventpage to 2;$sexenergy to random(5, 10);$sexpose to 2>><</link>></div><</if>>
\<<if $bathroompage == 1 && $cycle1 == 1 && $wday1 < 6>>
<div class="button"><<link [[Ask for a shower|hisstepbro]]>><<set $hisstepbropage to 3>><</link>></div>
\<</if>>
\<<if $bathroompage == 1 && $hisstepbro_quest >= 7 && $corr >= 40>>
\<div class="button"><<link [[Take a shower together|hisstepbro]]>><<set $hisstepbropage to 7>><</link>></div>
\<</if>>
\<</if>>
<div class="button"><<link "Leave" $return>><<set $hisstepbropage to 0>><</link>></div>
\<<elseif $hisstepbropage == 2>>
\<center><div class="inst"><img src="pic/assets/$hisstepbroname.png" width="100%"/></div></center>
<div class="text">You chatted a bit with $hisstepbroname about various topics and thus passed the time.</div>
<div class="button"><<link "Leave" $return>><<set $hisstepbropage to 0>><</link>></div>
\<<elseif $hisstepbropage == 3>>
\<center><div class="inst"><img src="pic/assets/$hisstepbroname.png" width="100%"/></div></center>
<<say '$name' 'pic/assets/$name.png'>>$hisstepbroname, I'm sorry, but could you let me shower first? I need to go to work and...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yes, no problem, go ahead.<</say>>
<div class="button"><<link [[Take a shower|bathroom]]>><<set $bathroompage to 2;$cosm to 0;$hisstepbropage to 0>><</link>></div>
\<<elseif $hisstepbropage == 4>>
\<<set $rand to random(1, 5);$arousal += 5;$sexenergy -= 1;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 5>><</if>>
\<<if $corr >= 100>><<set $arousal += 5>><</if>>
\<<if $sexenergy <= 0>><<set $hisstepbropage to 5>><<goto "hisstepbro">><</if>>
\<<gif3 sex handjob $rand>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text">You had an orgasm while jerking $hisstepbroname's cock.</div>
\<</if>>
\<<if $hisstepbro_quest >= 7 && $corr >= 60>>
<div class="button"><<link [[Take his cock in your mouth|hisstepbro_suck_event]]>><<if $hisstepbro_quest == 7>><<set $eventpage to 1>><<else>><<set $eventpage to 2;$sexpose to 2>><</if>><</link>></div>
\<</if>>
<div class="button">[[Continue|hisstepbro]]</div>
\<<elseif $hisstepbropage == 5>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 2 $rand>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<div class="button"><<link [[Wipe your face|hisstepbro]]>><<set $hisstepbropage to 6;$handjob += 1;$cumonface += 1>><</link>></div>
\<<elseif $hisstepbropage == 6>>
\<<gif4 sex cum 2 $rand>>
<div class="text">You wiped your face with a napkin and took a breath, ready to return to your business.</div>
<div class="button"><<link "Leave" $return>><<set $hisstepbropage to 0;$cycle1 += 1;$hj += 1;$cumonface += 1;$hisstepbro_fap_event_daily to 1>><</link>></div>
\<<elseif $hisstepbropage == 7>>
\<center><div class="inst"><img src="pic/assets/$hisstepbroname.png" width="100%"/></div></center>
<<say '$name' 'pic/assets/$name.png'>>Mind if I join in?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah, sure, come on in. Are you rushing somewhere?<</say>>
<<say '$name' 'pic/assets/$name.png'>>It's not like... I just want to take a shower, and it's busy, so I...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Oh, no problem, get in!<</say>>
<div class="button"><<link [[Join|bathroom]]>><<set $bathroompage to 6;$cosm to 0;$hisstepbropage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $southpage == 0 or ndef $southpage>><<set $southpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $southpage == 1>>
\<<pic2 city south>>
<div class="button"><<link [[Домой|lobby]]>><<set $southpage to 0>><</link>></div>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Фитнес|southgym]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<link [[Парк|southpark]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<link [[Кафе|southcafe]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<if $cycle1 >= 4>><<link [[Бар|southbar]]>><<set $southpage to 0>><</link>><<else>>Бар открывается вечером<</if>></div>
<div class="locButton"><<link [[Магазин|southshop]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<link [[Аптека|southpharmacy]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<link [[Банкомат|atm]]>><<set $southpage to 0>><</link>></div>
<div class="locButton">[[Автобусная остановка|bus]]</div>
</div>
\<</if>>
\<</if>>
\<<else>>
\<<if $southpage == 1>>
\<<pic2 city south>>
<div class="button"><<link [[Go home|lobby]]>><<set $southpage to 0>><</link>></div>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Fitness|southgym]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<link [[Park|southpark]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<link [[Cafe|southcafe]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<if $cycle1 >= 4>><<link [[Bar|southbar]]>><<set $southpage to 0>><</link>><<else>>The bar opens in the evening<</if>></div>
<div class="locButton"><<link [[General shop|southshop]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<link [[Pharmacy|southpharmacy]]>><<set $southpage to 0>><</link>></div>
<div class="locButton"><<link [[ATM|atm]]>><<set $southpage to 0>><</link>></div>
<div class="locButton">[[Bus stop|bus]]</div>
</div>
\<</if>>
\<</if>>
\<</if>>
@@@@.left;
\<<if $parkpage == 0 or ndef $parkpage>><<set $parkpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $parkpage == 1>>
\<<pic2 city park>>
\<<if $cycle1 < 6>>
<div class="button"><<link [[Пробежка|southpark]]>><<set $parkpage to 2;$cycle1 += 1;$arousal -= 10;$clean -= 10>><</link>></div>
\<</if>>
<div class="button"><<link [[Назад|south]]>><<set $parkpage to 0>><</link>></div>
\<<elseif $parkpage == 2>>
\<<if $fit < 50>><<set $fit += 1>><</if>>
\<<gif2 act run>>
\<<if $fit < 50>><div class="button"><font color=green>Фитнес + 1</font></div><</if>>
<div class="button"><<link [[Назад|southpark]]>><<set $parkpage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $parkpage == 1>>
\<<pic2 city park>>
\<<if $cycle1 < 6>>
<div class="button"><<link [[Jogging|southpark]]>><<set $parkpage to 2;$cycle1 += 1;$arousal -= 10;$clean -= 10>><</link>></div>
\<</if>>
<div class="button"><<link [[Back|south]]>><<set $parkpage to 0>><</link>></div>
\<<elseif $parkpage == 2>>
\<<if $fit < 50>><<set $fit += 1>><</if>>
\<<gif2 act run>>
\<<if $fit < 50>><div class="button"><font color=green>Fitness + 1</font></div><</if>>
<div class="button"><<link [[Back|southpark]]>><<set $parkpage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $cafepage == 0 or ndef $cafepage>><<set $cafepage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $cafepage == 1>>
\<<pic2 city cafe>>
\<<if ($southcafeJob == 0 or ndef $southcafeJob) && $cycle1 < 6>>
<div class="button">[[На входной двери вы видите объявление|southcafejobinterview]]</div>
\<<elseif $wday1 >= 6 && $southcafeJob != 0 && $cycle1 == 1>>
<div class="button">[[Выйти на смену|southcafejob]]</div>
\<</if>>
<div class="button"><<link [[На улицу|south]]>><<set $cafepage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $cafepage == 1>>
\<<pic2 city cafe>>
\<<if ($southcafeJob == 0 or ndef $southcafeJob) && $cycle1 < 6>>
<div class="button">[[You see a notice on the front door|southcafejobinterview]]</div>
\<<elseif $wday1 >= 6 && $southcafeJob != 0 && $cycle1 == 1>>
<div class="button">[[Work a shift|southcafejob]]</div>
\<</if>>
<div class="button"><<link [[Outside|south]]>><<set $cafepage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $gympage == 0 or ndef $gympage>><<set $gympage to 1>><</if>>
\<<if ndef $gymaccess>><<set $gymaccess to 0>><</if>>
\<<if $lang == "ru">>
\<<if $gympage == 1>>
\<<pic2 city gym>>
\<<if $gymaccess > 0>>
<div class="button">Ваш абонемент будет действителен ещё $gymaccess дней.</div>
\<</if>>
\<<if $gymaccess > 0>>
<div class="button"><<if $intoxication == 0 or ndef $intoxication>><<link [[Идти внутрь|southgym]]>><<set $gympage to 2>><</link>><<else>>Не стоит идти внутрь пьяной<</if>></div>
\<<else>>
<div class="button">У вас нет абонемента в фитнес зал</div>
<div class="button">Оплата наличкой</div>
<div class="locList">
<<if $cash >= 50>><div class="locButton"><<link [[Купить абонемент на 1 день (50$)|southgym]]>><<set $cash -= 50;$gymaccess to 1>><</link>></div><</if>>
\<<if $cash >= 250>><div class="locButton"><<link [[Купить абонемент на неделю (250$)|southgym]]>><<set $cash -= 250;$gymaccess to 7>><</link>></div><</if>>
\<<if $cash >= 650>><div class="locButton"><<link [[Купить абонемент на месяц (650$)|southgym]]>><<set $cash -= 650;$gymaccess to 30>><</link>></div><</if>>
\<<if $cash >= 6000>><div class="locButton"><<link [[Купить абонемент на год (6000$)|southgym]]>><<set $cash -= 6000;$gymaccess to 365>><</link>></div><</if>>
\</div>
<div class="button">Оплата картой</div>
<div class="locList">
<<if $money >= 50>><div class="locButton"><<link [[Купить абонемент на 1 день (50$)|southgym]]>><<set $money -= 50;$gymaccess to 1>><</link>></div><</if>>
\<<if $money >= 250>><div class="locButton"><<link [[Купить абонемент на неделю (250$)|southgym]]>><<set $money -= 250;$gymaccess to 7>><</link>></div><</if>>
\<<if $money >= 650>><div class="locButton"><<link [[Купить абонемент на месяц (650$)|southgym]]>><<set $money -= 650;$gymaccess to 30>><</link>></div><</if>>
\<<if $money >= 6000>><div class="locButton"><<link [[Купить абонемент на год (6000$)|southgym]]>><<set $money -= 6000;$gymaccess to 365>><</link>></div><</if>>
\</div>
\<</if>>
<div class="button"><<link [[На улицу|south]]>><<set $gympage to 0>><</link>></div>
\<<elseif $gympage == 2>>
\<<pic2 city gym>>
<div class="button"><<link [[Принять душ|southgym]]>><<set $gympage to 4;$cosm to 0>><</link>></div>
\<<if $cycle1 < 6>>
<div class="locButton"><<link [[Разминка|southgym]]>><<set $gympage to 3;$gymvar to 1;$cycle1 += 1>><</link>></div>
\<div class="locButton"><<link [[Силовые упражнения|southgym]]>><<set $gympage to 3;$gymvar to 2;$cycle1 += 1>><</link>></div>
\<div class="locButton"><<link [[Велотренажёры и беговые дорожки|southgym]]>><<set $gympage to 3;$gymvar to 3;$cycle1 += 1>><</link>></div>
\<div class="locButton"><<link [[Ноги|southgym]]>><<set $gympage to 3;$gymvar to 4;$cycle1 += 1>><</link>></div>
\<div class="locButton"><<link [[Ягодицы|southgym]]>><<set $gympage to 3;$gymvar to 5;$cycle1 += 1>><</link>></div>
\<</if>>
<div class="button"><<link [[На улицу|south]]>><<set $gympage to 0>><</link>></div>
\<<elseif $gympage == 3>>
\<<if $fit < 100>><<set $fit += 1>><</if>>
\<<set $rand to random(1, 8);$clean -= 10>>
\<<gif4 act gym $gymvar $rand>>
\<<if $fit < 100>><div class="button"><font color=green>Фитнес + 1</font></div><</if>>
<div class="button"><<link [[Назад|southgym]]>><<set $gympage to 2>><</link>></div>
\<<elseif $gympage == 4>>
\<<set $rand to random(1, 2);$clean to 100>>
\<<gif3 act gym $rand>>
<<if $cosmitem != 0>><div class="button"><<link [[Накраситься|southgym]]>><<set $gympage to 5>><</link>></div><</if>>
<div class="button"><<link [[Назад|southgym]]>><<set $gympage to 2>><</link>></div>
\<<elseif $gympage == 5>>
\<<pic2 act makeup>>
\<<if $cosmitem >= 1>>
<div class="button">Косметики в наличии: $cosmitem</div>
<<if $cosmitem >= 1>><div class="button"><<link [[Лёгкий макияж|southgym]]>><<set $gympage to 6;$cosm to 5;$cosmitem -= 1>><</link>></div><</if>>
\<<if $cosmitem >= 2>><div class="button"><<link [[Средний макияж|southgym]]>><<set $gympage to 6;$cosm to 10;$cosmitem -= 2>><</link>></div><</if>>
\<<if $cosmitem >= 3>><div class="button"><<link [[Вызывающий макияж|southgym]]>><<set $gympage to 6;$cosm to 15;$cosmitem -= 3>><</link>></div><</if>>
\<<elseif $cosmitem == 0 or ndef $cosmitem>>
<div class="button">У вас нет косметики</div>
\<</if>>
<div class="button"><<link [[Назад|southgym]]>><<set $gympage to 2>><</link>></div>
\<<elseif $gympage == 6>>
\<<pic2 act makeup>>
\<div class="button"><font color=green>Привлекательность + $cosm</font></div>
<div class="button"><<link [[Закончить|southgym]]>><<set $gympage to 2>><</link>></div>
\<</if>>
\<<else>>
\<<if $gympage == 1>>
\<<pic2 city gym>>
\<<if $gymaccess > 0>>
<div class="button">Your membership will be valid for $gymaccess days.</div>
\<</if>>
\<<if $gymaccess > 0>>
<div class="button"><<if $intoxication == 0 or ndef $intoxication>><<link [[Go inside|southgym]]>><<set $gympage to 2>><</link>><<else>>I shouldn't go inside drunk<</if>></div>
\<<else>>
<div class="button">You don't have a gym membership</div>
<div class="button">Cash payment</div>
<div class="locList">
<<if $cash >= 50>><div class="locButton"><<link [[Buy 1 day pass ($50)|southgym]]>><<set $cash -= 50;$gymaccess to 1>><</link>></div><</if>>
\<<if $cash >= 250>><div class="locButton"><<link [[Buy a week pass ($250)|southgym]]>><<set $cash -= 250;$gymaccess to 7>><</link>></div><</if>>
\<<if $cash >= 650>><div class="locButton"><<link [[Buy a month pass ($650)|southgym]]>><<set $cash -= 650;$gymaccess to 30>><</link>></div><</if>>
\<<if $cash >= 6000>><div class="locButton"><<link [[Buy a year pass ($6000)|southgym]]>><<set $cash -= 6000;$gymaccess to 365>><</link>></div><</if>>
\</div>
<div class="button">Card payment</div>
<div class="locList">
<<if $money >= 50>><div class="locButton"><<link [[Buy 1 day pass ($50)|southgym]]>><<set $money -= 50;$gymaccess to 1>><</link>></div><</if>>
\<<if $money >= 250>><div class="locButton"><<link [[Buy a week pass ($250)|southgym]]>><<set $money -= 250;$gymaccess to 7>><</link>></div><</if>>
\<<if $money >= 650>><div class="locButton"><<link [[Buy a month pass ($650)|southgym]]>><<set $money -= 650;$gymaccess to 30>><</link>></div><</if>>
\<<if $money >= 6000>><div class="locButton"><<link [[Buy a year pass ($6000)|southgym]]>><<set $money -= 6000;$gymaccess to 365>><</link>></div><</if>>
\</div>
\<</if>>
<div class="button"><<link [[Outside|south]]>><<set $gympage to 0>><</link>></div>
\<<elseif $gympage == 2>>
\<<pic2 city gym>>
<div class="button"><<link [[Take a shower|southgym]]>><<set $gympage to 4;$cosm to 0>><</link>></div>
\<<if $cycle1 < 6>>
<div class="locButton"><<link [[Warm up|southgym]]>><<set $gympage to 3;$gymvar to 1;$cycle1 += 1>><</link>></div>
\<div class="locButton"><<link [[Strength exercises|southgym]]>><<set $gympage to 3;$gymvar to 2;$cycle1 += 1>><</link>></div>
\<div class="locButton"><<link [[Bicycles and treadmills|southgym]]>><<set $gympage to 3;$gymvar to 3;$cycle1 += 1>><</link>></div>
\<div class="locButton"><<link [[Legs|southgym]]>><<set $gympage to 3;$gymvar to 4;$cycle1 += 1>><</link>></div>
\<div class="locButton"><<link [[Buttocks|southgym]]>><<set $gympage to 3;$gymvar to 5;$cycle1 += 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Outside|south]]>><<set $gympage to 0>><</link>></div>
\<<elseif $gympage == 3>>
\<<if $fit < 100>><<set $fit += 1>><</if>>
\<<set $rand to random(1, 8);$clean -= 10>>
\<<gif4 act gym $gymvar $rand>>
\<<if $fit < 100>><div class="button"><font color=green>Fitness + 1</font></div><</if>>
<div class="button"><<link [[Back|southgym]]>><<set $gympage to 2>><</link>></div>
\<<elseif $gympage == 4>>
\<<set $rand to random(1, 2);$clean to 100>>
\<<gif3 act gym $rand>>
<<if $cosmitem != 0>><div class="button"><<link [[Put on makeup|southgym]]>><<set $gympage to 5>><</link>></div><</if>>
<div class="button"><<link [[Back|southgym]]>><<set $gympage to 2>><</link>></div>
\<<elseif $gympage == 5>>
\<<pic2 act makeup>>
\<<if $cosmitem >= 1>>
<div class="button">Cosmetics available: $cosmitem</div>
<<if $cosmitem >= 1>><div class="button"><<link [[Light make-up|southgym]]>><<set $gympage to 6;$cosm to 5;$cosmitem -= 1>><</link>></div><</if>>
\<<if $cosmitem >= 2>><div class="button"><<link [[Medium make-up|southgym]]>><<set $gympage to 6;$cosm to 10;$cosmitem -= 2>><</link>></div><</if>>
\<<if $cosmitem >= 3>><div class="button"><<link [[Provocative make-up|southgym]]>><<set $gympage to 6;$cosm to 15;$cosmitem -= 3>><</link>></div><</if>>
\<<elseif $cosmitem == 0 or ndef $cosmitem>>
<div class="button">You don't have makeup</div>
\<</if>>
<div class="button"><<link [[Back|southgym]]>><<set $gympage to 2>><</link>></div>
\<<elseif $gympage == 6>>
\<<pic2 act makeup>>
\<div class="button"><font color=green>Beauty + $cosm</font></div>
<div class="button"><<link [[Finish|southgym]]>><<set $gympage to 2>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $barpage == 0 or ndef $barpage>><<set $barpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $barpage == 1>>
\<<pic2 city bar>>
<div class="button"><<if $cash >= 5>><<link [[Выпить пива 5$|southbar]]>><<set $barpage to 2;$intoxication += 10;$intoxication_cycle to $cycle1;$cash -= 5>><</link>><<else>>Не хватает налички<</if>></div>
\<div class="button"><<if $cash >= 10>><<link [[Выпить виски 10$|southbar]]>><<set $barpage to 3;$intoxication += 25;$intoxication_cycle to $cycle1;$cash -= 10>><</link>><<else>>Не хватает налички<</if>></div>
<div class="button"><<link [[На улицу|south]]>><<set $barpage to 0>><</link>></div>
\<<elseif $barpage == 2>>
\<<pic2 act beer>>
\<div class="button"><font color=orange>Опьянение + 10</font></div>
<div class="button"><<link [[Назад|southbar]]>><<set $barpage to 1>><</link>></div>
\<<elseif $barpage == 3>>
\<<pic2 act whiskey>>
\<div class="button"><font color=orange>Опьянение + 25</font></div>
<div class="button"><<link [[Назад|southbar]]>><<set $barpage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $barpage == 1>>
\<<pic2 city bar>>
<div class="button"><<if $cash >= 5>><<link [[Drink beer $5|southbar]]>><<set $barpage to 2;$intoxication += 10;$intoxication_cycle to $cycle1;$cash -= 5>><</link>><<else>>Not enough cash<</if>></div>
\<div class="button"><<if $cash >= 10>><<link [[Drink whiskey $10|southbar]]>><<set $barpage to 3;$intoxication += 25;$intoxication_cycle to $cycle1;$cash -= 10>><</link>><<else>>Not enough cash<</if>></div>
<div class="button"><<link [[Outside|south]]>><<set $barpage to 0>><</link>></div>
\<<elseif $barpage == 2>>
\<<pic2 act beer>>
\<div class="button"><font color=orange>Intoxication + 10</font></div>
<div class="button"><<link [[Back|southbar]]>><<set $barpage to 1>><</link>></div>
\<<elseif $barpage == 3>>
\<<pic2 act whiskey>>
\<div class="button"><font color=orange>Intoxication + 25</font></div>
<div class="button"><<link [[Back|southbar]]>><<set $barpage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $northpage == 0 or ndef $northpage>><<set $northpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $northpage == 1>>
\<<pic2 city north>>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Торговый комплекс|northmall]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Школа танцев|northdance]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Модельное агентство|northmodeling]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Киностудия|northstudio]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Библиотека|northlibrary]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Банкомат|atm]]>><<set $northpage to 0>><</link>></div>
</div>
\<</if>>
<div class="button">[[Автобусная остановка|bus]]</div>
\<</if>>
\<<else>>
\<<if $northpage == 1>>
\<<pic2 city north>>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Mall|northmall]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Dancing school|northdance]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Modeling agency|northmodeling]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Film studio|northstudio]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[Library|northlibrary]]>><<set $northpage to 0>><</link>></div>
<div class="locButton"><<link [[ATM|atm]]>><<set $northpage to 0>><</link>></div>
</div>
\<</if>>
<div class="button">[[Bus stop|bus]]</div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $librarypage == 0 or ndef $librarypage>><<set $librarypage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $librarypage == 1>>
\<<pic2 city library>>
<div class="button"><<link [[На улицу|north]]>><<set $librarypage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $librarypage == 1>>
\<<pic2 city library>>
<div class="button"><<link [[Outside|north]]>><<set $librarypage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $mallpage == 0 or ndef $mallpage>><<set $mallpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $mallpage == 1>>
\<<pic2 city mall>>
<div class="button"><<link [[Магазин косметики|northmall]]>><<set $mallpage to 2>><</link>></div>
\<div class="button"><<link [[Магазин одежды|northmall]]>><<set $mallpage to 4>><</link>></div>
\<div class="button"><<link [[Магазин одежды для спорта|northmall]]>><<set $mallpage to 5>><</link>></div>
\<div class="button"><<link [[Продукты и товары первой необходимости|northmall]]>><<set $mallpage to 7>><</link>></div>
\<div class="button"><<link [[Аптека|northmall]]>><<set $mallpage to 6>><</link>></div>
<div class="button"><<link [[Банкомат|atm]]>><<set $mallpage to 0>><</link>></div>
<div class="button"><<link [[На улицу|north]]>><<set $mallpage to 0>><</link>></div>
\<<elseif $mallpage == 2>>
\<<pic2 city mallcosm>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items cosmetics>>">><<popover 'noclick'>><<pic2 items cosmetics>><</popover>><</link>></div>
\<div class="wardrobeButton">100 применений</div>
\<div class="wardrobeButton"><<if $cash >= 300>><<link "Оплатить наличкой 300$" "northmall">><<set $cosmitem += 100;$cash -= 300>><</link>><<else>>Недостаточно средств<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300>><<link "Оплатить картой 300$" "northmall">><<set $cosmitem += 100;$money -= 300>><</link>><<else>>Недостаточно средств<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Назад|northmall]]>><<set $mallpage to 1>><</link>></div>
\<<elseif $mallpage == 3>>
\<<elseif $mallpage == 4>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo c3>>">><<popover 'noclick'>><<pic2 clo c3>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_3 == 0 or ndef $c_3)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$c_3 to 1>><</link>><<elseif $cash < 500 && ($c_3 == 0 or ndef $c_3)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_3 == 0 or ndef $c_3)>><<link "Купить картой" "northmall">><<set $money -= 500;$c_3 to 1>><</link>><<elseif $money < 500 && ($c_3 == 0 or ndef $c_3)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo c4>>">><<popover 'noclick'>><<pic2 clo c4>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_4 == 0 or ndef $c_4)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$c_4 to 1>><</link>><<elseif $cash < 400 && ($c_4 == 0 or ndef $c_4)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_4 == 0 or ndef $c_4)>><<link "Купить картой" "northmall">><<set $money -= 400;$c_4 to 1>><</link>><<elseif $money < 400 && ($c_4 == 0 or ndef $c_4)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo c5>>">><<popover 'noclick'>><<pic2 clo c5>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_5 == 0 or ndef $c_5)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$c_5 to 1>><</link>><<elseif $cash < 400 && ($c_5 == 0 or ndef $c_5)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_5 == 0 or ndef $c_5)>><<link "Купить картой" "northmall">><<set $money -= 400;$c_5 to 1>><</link>><<elseif $money < 400 && ($c_5 == 0 or ndef $c_5)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c6>>">><<popover 'noclick'>><<pic2 clo c6>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_6 == 0 or ndef $c_6)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$c_6 to 1>><</link>><<elseif $cash < 500 && ($c_6 == 0 or ndef $c_6)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_6 == 0 or ndef $c_6)>><<link "Купить картой" "northmall">><<set $money -= 500;$c_6 to 1>><</link>><<elseif $money < 500 && ($c_6 == 0 or ndef $c_6)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c7>>">><<popover 'noclick'>><<pic2 clo c7>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_7 == 0 or ndef $c_7)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$c_7 to 1>><</link>><<elseif $cash < 500 && ($c_7 == 0 or ndef $c_7)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_7 == 0 or ndef $c_7)>><<link "Купить картой" "northmall">><<set $money -= 500;$c_7 to 1>><</link>><<elseif $money < 500 && ($c_7 == 0 or ndef $c_7)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c8>>">><<popover 'noclick'>><<pic2 clo c8>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_8 == 0 or ndef $c_8)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_8 to 1>><</link>><<elseif $cash < 300 && ($c_8 == 0 or ndef $c_8)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_8 == 0 or ndef $c_8)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_8 to 1>><</link>><<elseif $money < 300 && ($c_8 == 0 or ndef $c_8)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c9>>">><<popover 'noclick'>><<pic2 clo c9>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_9 == 0 or ndef $c_9)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$c_9 to 1>><</link>><<elseif $cash < 400 && ($c_9 == 0 or ndef $c_9)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_9 == 0 or ndef $c_9)>><<link "Купить картой" "northmall">><<set $money -= 400;$c_9 to 1>><</link>><<elseif $money < 400 && ($c_9 == 0 or ndef $c_9)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c10>>">><<popover 'noclick'>><<pic2 clo c10>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 750$</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_10 == 0 or ndef $c_10)>><<link "Купить наличкой" "northmall">><<set $cash -= 750;$c_10 to 1>><</link>><<elseif $cash < 750 && ($c_10 == 0 or ndef $c_10)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_10 == 0 or ndef $c_10)>><<link "Купить картой" "northmall">><<set $money -= 750;$c_10 to 1>><</link>><<elseif $money < 750 && ($c_10 == 0 or ndef $c_10)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c11>>">><<popover 'noclick'>><<pic2 clo c11>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_11 == 0 or ndef $c_11)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_11 to 1>><</link>><<elseif $cash < 300 && ($c_11 == 0 or ndef $c_11)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_11 == 0 or ndef $c_11)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_11 to 1>><</link>><<elseif $money < 300 && ($c_11 == 0 or ndef $c_11)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c12>>">><<popover 'noclick'>><<pic2 clo c12>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 750$</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_12 == 0 or ndef $c_12)>><<link "Купить наличкой" "northmall">><<set $cash -= 750;$c_12 to 1>><</link>><<elseif $cash < 750 && ($c_12 == 0 or ndef $c_12)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_12 == 0 or ndef $c_12)>><<link "Купить картой" "northmall">><<set $money -= 750;$c_12 to 1>><</link>><<elseif $money < 750 && ($c_12 == 0 or ndef $c_12)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c13>>">><<popover 'noclick'>><<pic2 clo c13>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 750$</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_13 == 0 or ndef $c_13)>><<link "Купить наличкой" "northmall">><<set $cash -= 750;$c_13 to 1>><</link>><<elseif $cash < 750 && ($c_13 == 0 or ndef $c_13)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_13 == 0 or ndef $c_13)>><<link "Купить картой" "northmall">><<set $money -= 750;$c_13 to 1>><</link>><<elseif $money < 750 && ($c_13 == 0 or ndef $c_13)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c14>>">><<popover 'noclick'>><<pic2 clo c14>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_14 == 0 or ndef $c_14)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$c_14 to 1>><</link>><<elseif $cash < 500 && ($c_14 == 0 or ndef $c_14)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_14 == 0 or ndef $c_14)>><<link "Купить картой" "northmall">><<set $money -= 500;$c_14 to 1>><</link>><<elseif $money < 500 && ($c_14 == 0 or ndef $c_14)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c15>>">><<popover 'noclick'>><<pic2 clo c15>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 750$</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_15 == 0 or ndef $c_15)>><<link "Купить наличкой" "northmall">><<set $cash -= 750;$c_15 to 1>><</link>><<elseif $cash < 750 && ($c_15 == 0 or ndef $c_15)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_15 == 0 or ndef $c_15)>><<link "Купить картой" "northmall">><<set $money -= 750;$c_15 to 1>><</link>><<elseif $money < 750 && ($c_15 == 0 or ndef $c_15)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c16>>">><<popover 'noclick'>><<pic2 clo c16>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_16 == 0 or ndef $c_16)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_16 to 1>><</link>><<elseif $cash < 300 && ($c_16 == 0 or ndef $c_16)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_16 == 0 or ndef $c_16)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_16 to 1>><</link>><<elseif $money < 300 && ($c_16 == 0 or ndef $c_16)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c17>>">><<popover 'noclick'>><<pic2 clo c17>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_17 == 0 or ndef $c_17)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_17 to 1>><</link>><<elseif $cash < 300 && ($c_17 == 0 or ndef $c_17)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_17 == 0 or ndef $c_17)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_17 to 1>><</link>><<elseif $money < 300 && ($c_17 == 0 or ndef $c_17)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c18>>">><<popover 'noclick'>><<pic2 clo c18>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_18 == 0 or ndef $c_18)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$c_18 to 1>><</link>><<elseif $cash < 500 && ($c_18 == 0 or ndef $c_18)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_18 == 0 or ndef $c_18)>><<link "Купить картой" "northmall">><<set $money -= 500;$c_18 to 1>><</link>><<elseif $money < 500 && ($c_18 == 0 or ndef $c_18)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c19>>">><<popover 'noclick'>><<pic2 clo c19>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_19 == 0 or ndef $c_19)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$c_19 to 1>><</link>><<elseif $cash < 500 && ($c_19 == 0 or ndef $c_19)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_19 == 0 or ndef $c_19)>><<link "Купить картой" "northmall">><<set $money -= 500;$c_19 to 1>><</link>><<elseif $money < 500 && ($c_19 == 0 or ndef $c_19)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c20>>">><<popover 'noclick'>><<pic2 clo c20>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_20 == 0 or ndef $c_20)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$c_20 to 1>><</link>><<elseif $cash < 500 && ($c_20 == 0 or ndef $c_20)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_20 == 0 or ndef $c_20)>><<link "Купить картой" "northmall">><<set $money -= 500;$c_20 to 1>><</link>><<elseif $money < 500 && ($c_20 == 0 or ndef $c_20)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c21>>">><<popover 'noclick'>><<pic2 clo c21>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_21 == 0 or ndef $c_21)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_21 to 1>><</link>><<elseif $cash < 300 && ($c_21 == 0 or ndef $c_21)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_21 == 0 or ndef $c_21)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_21 to 1>><</link>><<elseif $money < 300 && ($c_21 == 0 or ndef $c_21)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c22>>">><<popover 'noclick'>><<pic2 clo c22>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_22 == 0 or ndef $c_22)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$c_22 to 1>><</link>><<elseif $cash < 200 && ($c_22 == 0 or ndef $c_22)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_22 == 0 or ndef $c_22)>><<link "Купить картой" "northmall">><<set $money -= 200;$c_22 to 1>><</link>><<elseif $money < 200 && ($c_22 == 0 or ndef $c_22)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c23>>">><<popover 'noclick'>><<pic2 clo c23>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_23 == 0 or ndef $c_23)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$c_23 to 1>><</link>><<elseif $cash < 500 && ($c_23 == 0 or ndef $c_23)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_23 == 0 or ndef $c_23)>><<link "Купить картой" "northmall">><<set $money -= 500;$c_23 to 1>><</link>><<elseif $money < 500 && ($c_23 == 0 or ndef $c_23)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c24>>">><<popover 'noclick'>><<pic2 clo c24>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 750$</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_24 == 0 or ndef $c_24)>><<link "Купить наличкой" "northmall">><<set $cash -= 750;$c_24 to 1>><</link>><<elseif $cash < 750 && ($c_24 == 0 or ndef $c_24)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_24 == 0 or ndef $c_24)>><<link "Купить картой" "northmall">><<set $money -= 750;$c_24 to 1>><</link>><<elseif $money < 750 && ($c_24 == 0 or ndef $c_24)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c25>>">><<popover 'noclick'>><<pic2 clo c25>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_25 == 0 or ndef $c_25)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$c_25 to 1>><</link>><<elseif $cash < 400 && ($c_25 == 0 or ndef $c_25)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_25 == 0 or ndef $c_25)>><<link "Купить картой" "northmall">><<set $money -= 400;$c_25 to 1>><</link>><<elseif $money < 400 && ($c_25 == 0 or ndef $c_25)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c26>>">><<popover 'noclick'>><<pic2 clo c26>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_26 == 0 or ndef $c_26)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_26 to 1>><</link>><<elseif $cash < 300 && ($c_26 == 0 or ndef $c_26)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_26 == 0 or ndef $c_26)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_26 to 1>><</link>><<elseif $money < 300 && ($c_26 == 0 or ndef $c_26)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c27>>">><<popover 'noclick'>><<pic2 clo c27>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_27 == 0 or ndef $c_27)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$c_27 to 1>><</link>><<elseif $cash < 400 && ($c_27 == 0 or ndef $c_27)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_27 == 0 or ndef $c_27)>><<link "Купить картой" "northmall">><<set $money -= 400;$c_27 to 1>><</link>><<elseif $money < 400 && ($c_27 == 0 or ndef $c_27)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c28>>">><<popover 'noclick'>><<pic2 clo c28>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_28 == 0 or ndef $c_28)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$c_28 to 1>><</link>><<elseif $cash < 200 && ($c_28 == 0 or ndef $c_28)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_28 == 0 or ndef $c_28)>><<link "Купить картой" "northmall">><<set $money -= 200;$c_28 to 1>><</link>><<elseif $money < 200 && ($c_28 == 0 or ndef $c_28)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c29>>">><<popover 'noclick'>><<pic2 clo c29>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_29 == 0 or ndef $c_29)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_29 to 1>><</link>><<elseif $cash < 300 && ($c_29 == 0 or ndef $c_29)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_29 == 0 or ndef $c_29)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_29 to 1>><</link>><<elseif $money < 300 && ($c_29 == 0 or ndef $c_29)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c30>>">><<popover 'noclick'>><<pic2 clo c30>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_30 == 0 or ndef $c_30)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_30 to 1>><</link>><<elseif $cash < 300 && ($c_30 == 0 or ndef $c_30)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_30 == 0 or ndef $c_30)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_30 to 1>><</link>><<elseif $money < 300 && ($c_30 == 0 or ndef $c_30)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c31>>">><<popover 'noclick'>><<pic2 clo c31>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_31 == 0 or ndef $c_31)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$c_31 to 1>><</link>><<elseif $cash < 200 && ($c_31 == 0 or ndef $c_31)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_31 == 0 or ndef $c_31)>><<link "Купить картой" "northmall">><<set $money -= 200;$c_31 to 1>><</link>><<elseif $money < 200 && ($c_31 == 0 or ndef $c_31)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c32>>">><<popover 'noclick'>><<pic2 clo c32>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_32 == 0 or ndef $c_32)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$c_32 to 1>><</link>><<elseif $cash < 400 && ($c_32 == 0 or ndef $c_32)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_32 == 0 or ndef $c_32)>><<link "Купить картой" "northmall">><<set $money -= 400;$c_32 to 1>><</link>><<elseif $money < 400 && ($c_32 == 0 or ndef $c_32)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c33>>">><<popover 'noclick'>><<pic2 clo c33>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_33 == 0 or ndef $c_33)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$c_33 to 1>><</link>><<elseif $cash < 200 && ($c_33 == 0 or ndef $c_33)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_33 == 0 or ndef $c_33)>><<link "Купить картой" "northmall">><<set $money -= 200;$c_33 to 1>><</link>><<elseif $money < 200 && ($c_33 == 0 or ndef $c_33)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c34>>">><<popover 'noclick'>><<pic2 clo c34>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_34 == 0 or ndef $c_34)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$c_34 to 1>><</link>><<elseif $cash < 200 && ($c_34 == 0 or ndef $c_34)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_34 == 0 or ndef $c_34)>><<link "Купить картой" "northmall">><<set $money -= 200;$c_34 to 1>><</link>><<elseif $money < 200 && ($c_34 == 0 or ndef $c_34)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c35>>">><<popover 'noclick'>><<pic2 clo c35>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_35 == 0 or ndef $c_35)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$c_35 to 1>><</link>><<elseif $cash < 200 && ($c_35 == 0 or ndef $c_35)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_35 == 0 or ndef $c_35)>><<link "Купить картой" "northmall">><<set $money -= 200;$c_35 to 1>><</link>><<elseif $money < 200 && ($c_35 == 0 or ndef $c_35)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c36>>">><<popover 'noclick'>><<pic2 clo c36>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_36 == 0 or ndef $c_36)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$c_36 to 1>><</link>><<elseif $cash < 400 && ($c_36 == 0 or ndef $c_36)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_36 == 0 or ndef $c_36)>><<link "Купить картой" "northmall">><<set $money -= 400;$c_36 to 1>><</link>><<elseif $money < 400 && ($c_36 == 0 or ndef $c_36)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c37>>">><<popover 'noclick'>><<pic2 clo c37>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_37 == 0 or ndef $c_37)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_37 to 1>><</link>><<elseif $cash < 300 && ($c_37 == 0 or ndef $c_37)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_37 == 0 or ndef $c_37)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_37 to 1>><</link>><<elseif $money < 300 && ($c_37 == 0 or ndef $c_37)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c38>>">><<popover 'noclick'>><<pic2 clo c38>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_38 == 0 or ndef $c_38)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$c_38 to 1>><</link>><<elseif $cash < 300 && ($c_38 == 0 or ndef $c_38)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_38 == 0 or ndef $c_38)>><<link "Купить картой" "northmall">><<set $money -= 300;$c_38 to 1>><</link>><<elseif $money < 300 && ($c_38 == 0 or ndef $c_38)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c39>>">><<popover 'noclick'>><<pic2 clo c39>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_39 == 0 or ndef $c_39)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$c_39 to 1>><</link>><<elseif $cash < 200 && ($c_39 == 0 or ndef $c_39)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_39 == 0 or ndef $c_39)>><<link "Купить картой" "northmall">><<set $money -= 200;$c_39 to 1>><</link>><<elseif $money < 200 && ($c_39 == 0 or ndef $c_39)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c40>>">><<popover 'noclick'>><<pic2 clo c40>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_40 == 0 or ndef $c_40)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$c_40 to 1>><</link>><<elseif $cash < 400 && ($c_40 == 0 or ndef $c_40)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_40 == 0 or ndef $c_40)>><<link "Купить картой" "northmall">><<set $money -= 400;$c_40 to 1>><</link>><<elseif $money < 400 && ($c_40 == 0 or ndef $c_40)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Назад|northmall]]>><<set $mallpage to 1>><</link>></div>
\<<elseif $mallpage == 5>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo sc3>>">><<popover 'noclick'>><<pic2 clo sc3>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($sc_3 == 0 or ndef $sc_3)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$sc_3 to 1>><</link>><<elseif $cash < 200 && ($sc_3 == 0 or ndef $sc_3)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($sc_3 == 0 or ndef $sc_3)>><<link "Купить картой" "northmall">><<set $money -= 200;$sc_3 to 1>><</link>><<elseif $money < 200 && ($sc_3 == 0 or ndef $sc_3)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo sc4>>">><<popover 'noclick'>><<pic2 clo sc4>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($sc_4 == 0 or ndef $sc_4)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$sc_4 to 1>><</link>><<elseif $cash < 400 && ($sc_4 == 0 or ndef $sc_4)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($sc_4 == 0 or ndef $sc_4)>><<link "Купить картой" "northmall">><<set $money -= 400;$sc_4 to 1>><</link>><<elseif $money < 400 && ($sc_4 == 0 or ndef $sc_4)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo sc5>>">><<popover 'noclick'>><<pic2 clo sc5>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($sc_5 == 0 or ndef $sc_5)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$sc_5 to 1>><</link>><<elseif $cash < 300 && ($sc_5 == 0 or ndef $sc_5)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($sc_5 == 0 or ndef $sc_5)>><<link "Купить картой" "northmall">><<set $money -= 300;$sc_5 to 1>><</link>><<elseif $money < 300 && ($sc_5 == 0 or ndef $sc_5)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc6>>">><<popover 'noclick'>><<pic2 clo sc6>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($sc_6 == 0 or ndef $sc_6)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$sc_6 to 1>><</link>><<elseif $cash < 400 && ($sc_6 == 0 or ndef $sc_6)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($sc_6 == 0 or ndef $sc_6)>><<link "Купить картой" "northmall">><<set $money -= 400;$sc_6 to 1>><</link>><<elseif $money < 400 && ($sc_6 == 0 or ndef $sc_6)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc7>>">><<popover 'noclick'>><<pic2 clo sc7>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 200$</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($sc_7 == 0 or ndef $sc_7)>><<link "Купить наличкой" "northmall">><<set $cash -= 200;$sc_7 to 1>><</link>><<elseif $cash < 200 && ($sc_7 == 0 or ndef $sc_7)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($sc_7 == 0 or ndef $sc_7)>><<link "Купить картой" "northmall">><<set $money -= 200;$sc_7 to 1>><</link>><<elseif $money < 200 && ($sc_7 == 0 or ndef $sc_7)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc8>>">><<popover 'noclick'>><<pic2 clo sc8>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($sc_8 == 0 or ndef $sc_8)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$sc_8 to 1>><</link>><<elseif $cash < 300 && ($sc_8 == 0 or ndef $sc_8)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($sc_8 == 0 or ndef $sc_8)>><<link "Купить картой" "northmall">><<set $money -= 300;$sc_8 to 1>><</link>><<elseif $money < 300 && ($sc_8 == 0 or ndef $sc_8)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc9>>">><<popover 'noclick'>><<pic2 clo sc9>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 500$</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($sc_9 == 0 or ndef $sc_9)>><<link "Купить наличкой" "northmall">><<set $cash -= 500;$sc_9 to 1>><</link>><<elseif $cash < 500 && ($sc_9 == 0 or ndef $sc_9)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($sc_9 == 0 or ndef $sc_9)>><<link "Купить картой" "northmall">><<set $money -= 500;$sc_9 to 1>><</link>><<elseif $money < 500 && ($sc_9 == 0 or ndef $sc_9)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc10>>">><<popover 'noclick'>><<pic2 clo sc10>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 400$</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($sc_10 == 0 or ndef $sc_10)>><<link "Купить наличкой" "northmall">><<set $cash -= 400;$sc_10 to 1>><</link>><<elseif $cash < 400 && ($sc_10 == 0 or ndef $sc_10)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($sc_10 == 0 or ndef $sc_10)>><<link "Купить картой" "northmall">><<set $money -= 400;$sc_10 to 1>><</link>><<elseif $money < 400 && ($sc_10 == 0 or ndef $sc_10)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc11>>">><<popover 'noclick'>><<pic2 clo sc11>><</popover>><</link>></div>
\<div class="wardrobeButton">Цена: 300$</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($sc_11 == 0 or ndef $sc_11)>><<link "Купить наличкой" "northmall">><<set $cash -= 300;$sc_11 to 1>><</link>><<elseif $cash < 300 && ($sc_11 == 0 or ndef $sc_11)>>Недостаточно денег<<else>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($sc_11 == 0 or ndef $sc_11)>><<link "Купить картой" "northmall">><<set $money -= 300;$sc_11 to 1>><</link>><<elseif $money < 300 && ($sc_11 == 0 or ndef $sc_11)>>Недостаточно денег<<else>>Куплено<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Назад|northmall]]>><<set $mallpage to 1>><</link>></div>
\<<elseif $mallpage == 6>>
\<<pic2 city pharmacy>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items enema>>">><<popover 'noclick'>><<pic2 items enema>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 25 && $enema != 1>><<link "Оплатить наличкой 25$" "northmall">><<set $enema to 1;$cash -= 25>><</link>><<elseif $cash < 25 && $enema != 1>>Недостаточно средств<<elseif $enema >= 1>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 25 && $enema != 1>><<link "Оплатить картой 25$" "northmall">><<set $enema to 1;$money -= 25>><</link>><<elseif $money < 25 && $enema != 1>>Недостаточно средств<<elseif $enema >= 1>>Куплено<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Назад|northmall]]>><<set $mallpage to 1>><</link>></div>
\<<elseif $mallpage == 7>>
\<<pic2 city southshop>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items umbrella>>">><<popover 'noclick'>><<pic2 items umbrella>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 100 && ($umbrella == 0 or ndef $umbrella)>><<link "Оплатить наличкой 100$" "northmall">><<set $umbrella to 2;$cash -= 100>><</link>><<elseif $cash < 100 && $umbrella != 1>>Недостаточно средств<<elseif $umbrella >= 1>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 100 && ($umbrella == 0 or ndef $umbrella)>><<link "Оплатить картой 100$" "northmall">><<set $umbrella to 2;$money -= 100>><</link>><<elseif $money < 100 && $umbrella != 1>>Недостаточно средств<<elseif $umbrella >= 1>>Куплено<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Назад|northmall]]>><<set $mallpage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $mallpage == 1>>
\<<pic2 city mall>>
<div class="button"><<link [[Cosmetics store|northmall]]>><<set $mallpage to 2>><</link>></div>
\<div class="button"><<link [[Clothing store|northmall]]>><<set $mallpage to 4>><</link>></div>
\<div class="button"><<link [[Sportswear store|northmall]]>><<set $mallpage to 5>><</link>></div>
\<div class="button"><<link [[General shop|northmall]]>><<set $mallpage to 7>><</link>></div>
\<div class="button"><<link [[Pharmacy|northmall]]>><<set $mallpage to 6>><</link>></div>
<div class="button"><<link [[ATM|atm]]>><<set $mallpage to 0>><</link>></div>
<div class="button"><<link [[Outside|north]]>><<set $mallpage to 0>><</link>></div>
\<<elseif $mallpage == 2>>
\<<pic2 city mallcosm>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items cosmetics>>">><<popover 'noclick'>><<pic2 items cosmetics>><</popover>><</link>></div>
\<div class="wardrobeButton">100 uses</div>
\<div class="wardrobeButton"><<if $cash >= 300>><<link "Pay in cash 300$" "northmall">><<set $cosmitem += 100;$cash -= 300>><</link>><<else>>Not enough money<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300>><<link "Pay by card 300$" "northmall">><<set $cosmitem += 100;$money -= 300>><</link>><<else>>Not enough money<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Back|northmall]]>><<set $mallpage to 1>><</link>></div>
\<<elseif $mallpage == 3>>
\<<elseif $mallpage == 4>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo c3>>">><<popover 'noclick'>><<pic2 clo c3>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_3 == 0 or ndef $c_3)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$c_3 to 1>><</link>><<elseif $cash < 500 && ($c_3 == 0 or ndef $c_3)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_3 == 0 or ndef $c_3)>><<link "Buy by card" "northmall">><<set $money -= 500;$c_3 to 1>><</link>><<elseif $money < 500 && ($c_3 == 0 or ndef $c_3)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo c4>>">><<popover 'noclick'>><<pic2 clo c4>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_4 == 0 or ndef $c_4)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$c_4 to 1>><</link>><<elseif $cash < 400 && ($c_4 == 0 or ndef $c_4)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_4 == 0 or ndef $c_4)>><<link "Buy by card" "northmall">><<set $money -= 400;$c_4 to 1>><</link>><<elseif $money < 400 && ($c_4 == 0 or ndef $c_4)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo c5>>">><<popover 'noclick'>><<pic2 clo c5>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_5 == 0 or ndef $c_5)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$c_5 to 1>><</link>><<elseif $cash < 400 && ($c_5 == 0 or ndef $c_5)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_5 == 0 or ndef $c_5)>><<link "Buy by card" "northmall">><<set $money -= 400;$c_5 to 1>><</link>><<elseif $money < 400 && ($c_5 == 0 or ndef $c_5)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c6>>">><<popover 'noclick'>><<pic2 clo c6>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_6 == 0 or ndef $c_6)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$c_6 to 1>><</link>><<elseif $cash < 500 && ($c_6 == 0 or ndef $c_6)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_6 == 0 or ndef $c_6)>><<link "Buy by card" "northmall">><<set $money -= 500;$c_6 to 1>><</link>><<elseif $money < 500 && ($c_6 == 0 or ndef $c_6)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c7>>">><<popover 'noclick'>><<pic2 clo c7>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_7 == 0 or ndef $c_7)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$c_7 to 1>><</link>><<elseif $cash < 500 && ($c_7 == 0 or ndef $c_7)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_7 == 0 or ndef $c_7)>><<link "Buy by card" "northmall">><<set $money -= 500;$c_7 to 1>><</link>><<elseif $money < 500 && ($c_7 == 0 or ndef $c_7)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c8>>">><<popover 'noclick'>><<pic2 clo c8>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_8 == 0 or ndef $c_8)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_8 to 1>><</link>><<elseif $cash < 300 && ($c_8 == 0 or ndef $c_8)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_8 == 0 or ndef $c_8)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_8 to 1>><</link>><<elseif $money < 300 && ($c_8 == 0 or ndef $c_8)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c9>>">><<popover 'noclick'>><<pic2 clo c9>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_9 == 0 or ndef $c_9)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$c_9 to 1>><</link>><<elseif $cash < 400 && ($c_9 == 0 or ndef $c_9)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_9 == 0 or ndef $c_9)>><<link "Buy by card" "northmall">><<set $money -= 400;$c_9 to 1>><</link>><<elseif $money < 400 && ($c_9 == 0 or ndef $c_9)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c10>>">><<popover 'noclick'>><<pic2 clo c10>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $750</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_10 == 0 or ndef $c_10)>><<link "Buy in cash" "northmall">><<set $cash -= 750;$c_10 to 1>><</link>><<elseif $cash < 750 && ($c_10 == 0 or ndef $c_10)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_10 == 0 or ndef $c_10)>><<link "Buy by card" "northmall">><<set $money -= 750;$c_10 to 1>><</link>><<elseif $money < 750 && ($c_10 == 0 or ndef $c_10)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c11>>">><<popover 'noclick'>><<pic2 clo c11>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_11 == 0 or ndef $c_11)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_11 to 1>><</link>><<elseif $cash < 300 && ($c_11 == 0 or ndef $c_11)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_11 == 0 or ndef $c_11)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_11 to 1>><</link>><<elseif $money < 300 && ($c_11 == 0 or ndef $c_11)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c12>>">><<popover 'noclick'>><<pic2 clo c12>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $750</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_12 == 0 or ndef $c_12)>><<link "Buy in cash" "northmall">><<set $cash -= 750;$c_12 to 1>><</link>><<elseif $cash < 750 && ($c_12 == 0 or ndef $c_12)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_12 == 0 or ndef $c_12)>><<link "Buy by card" "northmall">><<set $money -= 750;$c_12 to 1>><</link>><<elseif $money < 750 && ($c_12 == 0 or ndef $c_12)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c13>>">><<popover 'noclick'>><<pic2 clo c13>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $750</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_13 == 0 or ndef $c_13)>><<link "Buy in cash" "northmall">><<set $cash -= 750;$c_13 to 1>><</link>><<elseif $cash < 750 && ($c_13 == 0 or ndef $c_13)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_13 == 0 or ndef $c_13)>><<link "Buy by card" "northmall">><<set $money -= 750;$c_13 to 1>><</link>><<elseif $money < 750 && ($c_13 == 0 or ndef $c_13)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c14>>">><<popover 'noclick'>><<pic2 clo c14>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_14 == 0 or ndef $c_14)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$c_14 to 1>><</link>><<elseif $cash < 500 && ($c_14 == 0 or ndef $c_14)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_14 == 0 or ndef $c_14)>><<link "Buy by card" "northmall">><<set $money -= 500;$c_14 to 1>><</link>><<elseif $money < 500 && ($c_14 == 0 or ndef $c_14)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c15>>">><<popover 'noclick'>><<pic2 clo c15>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $750</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_15 == 0 or ndef $c_15)>><<link "Buy in cash" "northmall">><<set $cash -= 750;$c_15 to 1>><</link>><<elseif $cash < 750 && ($c_15 == 0 or ndef $c_15)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_15 == 0 or ndef $c_15)>><<link "Buy by card" "northmall">><<set $money -= 750;$c_15 to 1>><</link>><<elseif $money < 750 && ($c_15 == 0 or ndef $c_15)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c16>>">><<popover 'noclick'>><<pic2 clo c16>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_16 == 0 or ndef $c_16)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_16 to 1>><</link>><<elseif $cash < 300 && ($c_16 == 0 or ndef $c_16)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_16 == 0 or ndef $c_16)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_16 to 1>><</link>><<elseif $money < 300 && ($c_16 == 0 or ndef $c_16)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c17>>">><<popover 'noclick'>><<pic2 clo c17>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_17 == 0 or ndef $c_17)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_17 to 1>><</link>><<elseif $cash < 300 && ($c_17 == 0 or ndef $c_17)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_17 == 0 or ndef $c_17)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_17 to 1>><</link>><<elseif $money < 300 && ($c_17 == 0 or ndef $c_17)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c18>>">><<popover 'noclick'>><<pic2 clo c18>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_18 == 0 or ndef $c_18)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$c_18 to 1>><</link>><<elseif $cash < 500 && ($c_18 == 0 or ndef $c_18)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_18 == 0 or ndef $c_18)>><<link "Buy by card" "northmall">><<set $money -= 500;$c_18 to 1>><</link>><<elseif $money < 500 && ($c_18 == 0 or ndef $c_18)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c19>>">><<popover 'noclick'>><<pic2 clo c19>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_19 == 0 or ndef $c_19)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$c_19 to 1>><</link>><<elseif $cash < 500 && ($c_19 == 0 or ndef $c_19)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_19 == 0 or ndef $c_19)>><<link "Buy by card" "northmall">><<set $money -= 500;$c_19 to 1>><</link>><<elseif $money < 500 && ($c_19 == 0 or ndef $c_19)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c20>>">><<popover 'noclick'>><<pic2 clo c20>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_20 == 0 or ndef $c_20)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$c_20 to 1>><</link>><<elseif $cash < 500 && ($c_20 == 0 or ndef $c_20)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_20 == 0 or ndef $c_20)>><<link "Buy by card" "northmall">><<set $money -= 500;$c_20 to 1>><</link>><<elseif $money < 500 && ($c_20 == 0 or ndef $c_20)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c21>>">><<popover 'noclick'>><<pic2 clo c21>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_21 == 0 or ndef $c_21)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_21 to 1>><</link>><<elseif $cash < 300 && ($c_21 == 0 or ndef $c_21)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_21 == 0 or ndef $c_21)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_21 to 1>><</link>><<elseif $money < 300 && ($c_21 == 0 or ndef $c_21)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c22>>">><<popover 'noclick'>><<pic2 clo c22>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_22 == 0 or ndef $c_22)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$c_22 to 1>><</link>><<elseif $cash < 200 && ($c_22 == 0 or ndef $c_22)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_22 == 0 or ndef $c_22)>><<link "Buy by card" "northmall">><<set $money -= 200;$c_22 to 1>><</link>><<elseif $money < 200 && ($c_22 == 0 or ndef $c_22)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c23>>">><<popover 'noclick'>><<pic2 clo c23>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($c_23 == 0 or ndef $c_23)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$c_23 to 1>><</link>><<elseif $cash < 500 && ($c_23 == 0 or ndef $c_23)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($c_23 == 0 or ndef $c_23)>><<link "Buy by card" "northmall">><<set $money -= 500;$c_23 to 1>><</link>><<elseif $money < 500 && ($c_23 == 0 or ndef $c_23)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c24>>">><<popover 'noclick'>><<pic2 clo c24>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $750</div>
\<div class="wardrobeButton"><<if $cash >= 750 && ($c_24 == 0 or ndef $c_24)>><<link "Buy in cash" "northmall">><<set $cash -= 750;$c_24 to 1>><</link>><<elseif $cash < 750 && ($c_24 == 0 or ndef $c_24)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 750 && ($c_24 == 0 or ndef $c_24)>><<link "Buy by card" "northmall">><<set $money -= 750;$c_24 to 1>><</link>><<elseif $money < 750 && ($c_24 == 0 or ndef $c_24)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c25>>">><<popover 'noclick'>><<pic2 clo c25>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_25 == 0 or ndef $c_25)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$c_25 to 1>><</link>><<elseif $cash < 400 && ($c_25 == 0 or ndef $c_25)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_25 == 0 or ndef $c_25)>><<link "Buy by card" "northmall">><<set $money -= 400;$c_25 to 1>><</link>><<elseif $money < 400 && ($c_25 == 0 or ndef $c_25)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c26>>">><<popover 'noclick'>><<pic2 clo c26>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_26 == 0 or ndef $c_26)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_26 to 1>><</link>><<elseif $cash < 300 && ($c_26 == 0 or ndef $c_26)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_26 == 0 or ndef $c_26)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_26 to 1>><</link>><<elseif $money < 300 && ($c_26 == 0 or ndef $c_26)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c27>>">><<popover 'noclick'>><<pic2 clo c27>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_27 == 0 or ndef $c_27)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$c_27 to 1>><</link>><<elseif $cash < 400 && ($c_27 == 0 or ndef $c_27)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_27 == 0 or ndef $c_27)>><<link "Buy by card" "northmall">><<set $money -= 400;$c_27 to 1>><</link>><<elseif $money < 400 && ($c_27 == 0 or ndef $c_27)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c28>>">><<popover 'noclick'>><<pic2 clo c28>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_28 == 0 or ndef $c_28)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$c_28 to 1>><</link>><<elseif $cash < 200 && ($c_28 == 0 or ndef $c_28)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_28 == 0 or ndef $c_28)>><<link "Buy by card" "northmall">><<set $money -= 200;$c_28 to 1>><</link>><<elseif $money < 200 && ($c_28 == 0 or ndef $c_28)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c29>>">><<popover 'noclick'>><<pic2 clo c29>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_29 == 0 or ndef $c_29)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_29 to 1>><</link>><<elseif $cash < 300 && ($c_29 == 0 or ndef $c_29)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_29 == 0 or ndef $c_29)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_29 to 1>><</link>><<elseif $money < 300 && ($c_29 == 0 or ndef $c_29)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c30>>">><<popover 'noclick'>><<pic2 clo c30>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_30 == 0 or ndef $c_30)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_30 to 1>><</link>><<elseif $cash < 300 && ($c_30 == 0 or ndef $c_30)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_30 == 0 or ndef $c_30)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_30 to 1>><</link>><<elseif $money < 300 && ($c_30 == 0 or ndef $c_30)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c31>>">><<popover 'noclick'>><<pic2 clo c31>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_31 == 0 or ndef $c_31)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$c_31 to 1>><</link>><<elseif $cash < 200 && ($c_31 == 0 or ndef $c_31)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_31 == 0 or ndef $c_31)>><<link "Buy by card" "northmall">><<set $money -= 200;$c_31 to 1>><</link>><<elseif $money < 200 && ($c_31 == 0 or ndef $c_31)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c32>>">><<popover 'noclick'>><<pic2 clo c32>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_32 == 0 or ndef $c_32)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$c_32 to 1>><</link>><<elseif $cash < 400 && ($c_32 == 0 or ndef $c_32)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_32 == 0 or ndef $c_32)>><<link "Buy by card" "northmall">><<set $money -= 400;$c_32 to 1>><</link>><<elseif $money < 400 && ($c_32 == 0 or ndef $c_32)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c33>>">><<popover 'noclick'>><<pic2 clo c33>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_33 == 0 or ndef $c_33)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$c_33 to 1>><</link>><<elseif $cash < 200 && ($c_33 == 0 or ndef $c_33)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_33 == 0 or ndef $c_33)>><<link "Buy by card" "northmall">><<set $money -= 200;$c_33 to 1>><</link>><<elseif $money < 200 && ($c_33 == 0 or ndef $c_33)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c34>>">><<popover 'noclick'>><<pic2 clo c34>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_34 == 0 or ndef $c_34)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$c_34 to 1>><</link>><<elseif $cash < 200 && ($c_34 == 0 or ndef $c_34)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_34 == 0 or ndef $c_34)>><<link "Buy by card" "northmall">><<set $money -= 200;$c_34 to 1>><</link>><<elseif $money < 200 && ($c_34 == 0 or ndef $c_34)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c35>>">><<popover 'noclick'>><<pic2 clo c35>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_35 == 0 or ndef $c_35)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$c_35 to 1>><</link>><<elseif $cash < 200 && ($c_35 == 0 or ndef $c_35)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_35 == 0 or ndef $c_35)>><<link "Buy by card" "northmall">><<set $money -= 200;$c_35 to 1>><</link>><<elseif $money < 200 && ($c_35 == 0 or ndef $c_35)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c36>>">><<popover 'noclick'>><<pic2 clo c36>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_36 == 0 or ndef $c_36)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$c_36 to 1>><</link>><<elseif $cash < 400 && ($c_36 == 0 or ndef $c_36)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_36 == 0 or ndef $c_36)>><<link "Buy by card" "northmall">><<set $money -= 400;$c_36 to 1>><</link>><<elseif $money < 400 && ($c_36 == 0 or ndef $c_36)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c37>>">><<popover 'noclick'>><<pic2 clo c37>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_37 == 0 or ndef $c_37)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_37 to 1>><</link>><<elseif $cash < 300 && ($c_37 == 0 or ndef $c_37)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_37 == 0 or ndef $c_37)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_37 to 1>><</link>><<elseif $money < 300 && ($c_37 == 0 or ndef $c_37)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c38>>">><<popover 'noclick'>><<pic2 clo c38>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($c_38 == 0 or ndef $c_38)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$c_38 to 1>><</link>><<elseif $cash < 300 && ($c_38 == 0 or ndef $c_38)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($c_38 == 0 or ndef $c_38)>><<link "Buy by card" "northmall">><<set $money -= 300;$c_38 to 1>><</link>><<elseif $money < 300 && ($c_38 == 0 or ndef $c_38)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c39>>">><<popover 'noclick'>><<pic2 clo c39>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($c_39 == 0 or ndef $c_39)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$c_39 to 1>><</link>><<elseif $cash < 200 && ($c_39 == 0 or ndef $c_39)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($c_39 == 0 or ndef $c_39)>><<link "Buy by card" "northmall">><<set $money -= 200;$c_39 to 1>><</link>><<elseif $money < 200 && ($c_39 == 0 or ndef $c_39)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo c40>>">><<popover 'noclick'>><<pic2 clo c40>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($c_40 == 0 or ndef $c_40)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$c_40 to 1>><</link>><<elseif $cash < 400 && ($c_40 == 0 or ndef $c_40)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($c_40 == 0 or ndef $c_40)>><<link "Buy by card" "northmall">><<set $money -= 400;$c_40 to 1>><</link>><<elseif $money < 400 && ($c_40 == 0 or ndef $c_40)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Back|northmall]]>><<set $mallpage to 1>><</link>></div>
\<<elseif $mallpage == 5>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo sc3>>">><<popover 'noclick'>><<pic2 clo sc3>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($sc_3 == 0 or ndef $sc_3)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$sc_3 to 1>><</link>><<elseif $cash < 200 && ($sc_3 == 0 or ndef $sc_3)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($sc_3 == 0 or ndef $sc_3)>><<link "Buy by card" "northmall">><<set $money -= 200;$sc_3 to 1>><</link>><<elseif $money < 200 && ($sc_3 == 0 or ndef $sc_3)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo sc4>>">><<popover 'noclick'>><<pic2 clo sc4>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($sc_4 == 0 or ndef $sc_4)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$sc_4 to 1>><</link>><<elseif $cash < 400 && ($sc_4 == 0 or ndef $sc_4)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($sc_4 == 0 or ndef $sc_4)>><<link "Buy by card" "northmall">><<set $money -= 400;$sc_4 to 1>><</link>><<elseif $money < 400 && ($sc_4 == 0 or ndef $sc_4)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 clo sc5>>">><<popover 'noclick'>><<pic2 clo sc5>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($sc_5 == 0 or ndef $sc_5)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$sc_5 to 1>><</link>><<elseif $cash < 300 && ($sc_5 == 0 or ndef $sc_5)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($sc_5 == 0 or ndef $sc_5)>><<link "Buy by card" "northmall">><<set $money -= 300;$sc_5 to 1>><</link>><<elseif $money < 300 && ($sc_5 == 0 or ndef $sc_5)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc6>>">><<popover 'noclick'>><<pic2 clo sc6>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($sc_6 == 0 or ndef $sc_6)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$sc_6 to 1>><</link>><<elseif $cash < 400 && ($sc_6 == 0 or ndef $sc_6)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($sc_6 == 0 or ndef $sc_6)>><<link "Buy by card" "northmall">><<set $money -= 400;$sc_6 to 1>><</link>><<elseif $money < 400 && ($sc_6 == 0 or ndef $sc_6)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc7>>">><<popover 'noclick'>><<pic2 clo sc7>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $200</div>
\<div class="wardrobeButton"><<if $cash >= 200 && ($sc_7 == 0 or ndef $sc_7)>><<link "Buy in cash" "northmall">><<set $cash -= 200;$sc_7 to 1>><</link>><<elseif $cash < 200 && ($sc_7 == 0 or ndef $sc_7)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 200 && ($sc_7 == 0 or ndef $sc_7)>><<link "Buy by card" "northmall">><<set $money -= 200;$sc_7 to 1>><</link>><<elseif $money < 200 && ($sc_7 == 0 or ndef $sc_7)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc8>>">><<popover 'noclick'>><<pic2 clo sc8>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($sc_8 == 0 or ndef $sc_8)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$sc_8 to 1>><</link>><<elseif $cash < 300 && ($sc_8 == 0 or ndef $sc_8)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($sc_8 == 0 or ndef $sc_8)>><<link "Buy by card" "northmall">><<set $money -= 300;$sc_8 to 1>><</link>><<elseif $money < 300 && ($sc_8 == 0 or ndef $sc_8)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc9>>">><<popover 'noclick'>><<pic2 clo sc9>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $500</div>
\<div class="wardrobeButton"><<if $cash >= 500 && ($sc_9 == 0 or ndef $sc_9)>><<link "Buy in cash" "northmall">><<set $cash -= 500;$sc_9 to 1>><</link>><<elseif $cash < 500 && ($sc_9 == 0 or ndef $sc_9)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 500 && ($sc_9 == 0 or ndef $sc_9)>><<link "Buy by card" "northmall">><<set $money -= 500;$sc_9 to 1>><</link>><<elseif $money < 500 && ($sc_9 == 0 or ndef $sc_9)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc10>>">><<popover 'noclick'>><<pic2 clo sc10>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $400</div>
\<div class="wardrobeButton"><<if $cash >= 400 && ($sc_10 == 0 or ndef $sc_10)>><<link "Buy in cash" "northmall">><<set $cash -= 400;$sc_10 to 1>><</link>><<elseif $cash < 400 && ($sc_10 == 0 or ndef $sc_10)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 400 && ($sc_10 == 0 or ndef $sc_10)>><<link "Buy by card" "northmall">><<set $money -= 400;$sc_10 to 1>><</link>><<elseif $money < 400 && ($sc_10 == 0 or ndef $sc_10)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic2 clo sc11>>">><<popover 'noclick'>><<pic2 clo sc11>><</popover>><</link>></div>
\<div class="wardrobeButton">Price: $300</div>
\<div class="wardrobeButton"><<if $cash >= 300 && ($sc_11 == 0 or ndef $sc_11)>><<link "Buy in cash" "northmall">><<set $cash -= 300;$sc_11 to 1>><</link>><<elseif $cash < 300 && ($sc_11 == 0 or ndef $sc_11)>>Not enough money<<else>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300 && ($sc_11 == 0 or ndef $sc_11)>><<link "Buy by card" "northmall">><<set $money -= 300;$sc_11 to 1>><</link>><<elseif $money < 300 && ($sc_11 == 0 or ndef $sc_11)>>Not enough money<<else>>Purchased<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Back|northmall]]>><<set $mallpage to 1>><</link>></div>
\<<elseif $mallpage == 6>>
\<<pic2 city pharmacy>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items enema>>">><<popover 'noclick'>><<pic2 items enema>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 25 && $enema != 1>><<link "Pay in cash $25" "northmall">><<set $enema to 1;$cash -= 25>><</link>><<elseif $cash < 25 && $enema != 1>>Not enough money<<elseif $enema >= 1>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 25 && $enema != 1>><<link "Pay by card $25" "northmall">><<set $enema to 1;$money -= 25>><</link>><<elseif $money < 25 && $enema != 1>>Not enough money<<elseif $enema >= 1>>Purchased<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Back|northmall]]>><<set $mallpage to 1>><</link>></div>
\<<elseif $mallpage == 7>>
\<<pic2 city southshop>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items umbrella>>">><<popover 'noclick'>><<pic2 items umbrella>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 100 && ($umbrella == 0 or ndef $umbrella)>><<link "Pay in cash 100$" "northmall">><<set $umbrella to 2;$cash -= 100>><</link>><<elseif $cash < 100 && $umbrella != 1>>Not enough money<<elseif $umbrella >= 1>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 100 && ($umbrella == 0 or ndef $umbrella)>><<link "Pay by card 100$" "northmall">><<set $umbrella to 2;$money -= 100>><</link>><<elseif $money < 100 && $umbrella != 1>>Not enough money<<elseif $umbrella >= 1>>Purchased<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Back|northmall]]>><<set $mallpage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $modelpage == 0 or ndef $modelpage>><<set $modelpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $modelpage == 1>>
\<<pic2 city model>>
\<<if $model_quest == 3 && $cycle1 == 2>>
<div class="button"><<link [[Ресепшен|northmodeling_event_1]]>><<set $modelpage to 0;$eventpage to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[На улицу|north]]>><<set $modelpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $modelpage == 1>>
\<<pic2 city model>>
\<<if $model_quest == 3 && $cycle1 == 2>>
<div class="button"><<link [[Reception|northmodeling_event_1]]>><<set $modelpage to 0;$eventpage to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Outside|north]]>><<set $modelpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $studiopage == 0 or ndef $studiopage>><<set $studiopage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $studiopage == 1>>
\<<pic2 city studio>>
<div class="button"><<link [[На улицу|north]]>><<set $studiopage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $studiopage == 1>>
\<<pic2 city studio>>
<div class="button"><<link [[Outside|north]]>><<set $studiopage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $centerpage == 0 or ndef $centerpage>><<set $centerpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $centerpage == 1>>
\<<pic2 city center>>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Университет|centercampus]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<link [[Банк|centerbank]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<link [[Автосалон|centercarshop]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<link [[Ресторан|centerrest]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<if $cycle1 >= 4>><<link [[Клуб|centerclub]]>><<set $centerpage to 0>><</link>><<else>>Клуб открывается вечером<</if>></div>
<div class="locButton"><<link [[Полицейский участок|centerpolice]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<link [[Банкомат|atm]]>><<set $centerpage to 0>><</link>></div>
</div>
\<</if>>
<div class="button">[[Автобусная остановка|bus]]</div>
\<</if>>
\<<else>>
\<<if $centerpage == 1>>
\<<pic2 city center>>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[University|centercampus]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<link [[Bank|centerbank]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<link [[Car dealership|centercarshop]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<link [[Restaurant|centerrest]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<if $cycle1 >= 4>><<link [[Club|centerclub]]>><<set $centerpage to 0>><</link>><<else>>The club opens in the evening<</if>></div>
<div class="locButton"><<link [[Police station|centerpolice]]>><<set $centerpage to 0>><</link>></div>
<div class="locButton"><<link [[ATM|atm]]>><<set $centerpage to 0>><</link>></div>
</div>
\<</if>>
<div class="button">[[Bus stop|bus]]</div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $carshoppage == 0 or ndef $carshoppage>><<set $carshoppage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $carshoppage == 1>>
\<<pic2 city carshop>>
<div class="button"><<link [[Назад|center]]>><<set $carshoppage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $carshoppage == 1>>
\<<pic2 city carshop>>
<div class="button"><<link [[Back|center]]>><<set $carshoppage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $clubpage == 0 or ndef $clubpage>><<set $clubpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $clubpage == 1>>
\<<pic2 city club>>
<div class="button"><<link [[На улицу|center]]>><<set $clubpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $clubpage == 1>>
\<<pic2 city club>>
<div class="button"><<link [[Outside|center]]>><<set $clubpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $campuspage == 0 or ndef $campuspage>><<set $campuspage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $campuspage == 1>>
\<<pic2 city campus>>
\<<if $cycle1 == 1 && $wday1 < 6>>
<div class="button"><<link [[Работать преподавателем|teacherwork]]>><<set $teacherpage to 1;$cycle1 += 1;$clean -= 5>><</link>></div>
\<</if>>
<div class="button"><<link [[Назад|center]]>><<set $campuspage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $campuspage == 1>>
\<<pic2 city campus>>
\<<if $cycle1 == 1 && $wday1 < 6>>
<div class="button"><<link [[Work as a teacher|teacherwork]]>><<set $teacherpage to 1;$cycle1 += 1;$clean -= 5>><</link>></div>
\<</if>>
<div class="button"><<link [[Back|center]]>><<set $campuspage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $restpage == 0 or ndef $restpage>><<set $restpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $restpage == 1>>
\<<pic2 city rest>>
\<<if $model_quest == 1 && $wday1 == 6 && $cycle1 == 2>>
<div class="text">В ресторане было довольно мало народу, но это не помогло вам сразу же понять, за каким именно столиком сидят представители ErosTalent.
Однако, вскоре к вам подошёл мужчина и представившись, пригласил вас за их столик.</div>
<div class="button"><<link [[Сесть за их столик|centerrest_event_1]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[На улицу|center]]>><<set $restpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $restpage == 1>>
\<<pic2 city rest>>
\<<if $model_quest == 1 && $wday1 == 6 && $cycle1 == 2>>
<div class="text">There were quite a few people in the restaurant, but this didn't help you understand which table ErosTalent representatives are sitting at.
However, soon a man came up to you and introduced himself and invited you to their table.</div>
<div class="button"><<link [[Sit at their table|centerrest_event_1]]>><<set $eventpage to 1>><</link>></div>
\<</if>>
<div class="button"><<link [[Outside|center]]>><<set $restpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $eastpage == 0 or ndef $eastpage>><<set $eastpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $eastpage == 1>>
\<<pic2 city east>>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Теннисный корт|easttennis]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Гостиница|easthotel]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Сауна|eastsauna]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Клиника|eastclinic]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Салон тату и пирсинга|eastsalon]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Банкомат|atm]]>><<set $eastpage to 0>><</link>></div>
</div>
\<</if>>
<div class="button">[[Автобусная остановка|bus]]</div>
\<</if>>
\<<else>>
\<<if $eastpage == 1>>
\<<pic2 city east>>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Tennis court|easttennis]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Hotel|easthotel]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Sauna|eastsauna]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Clinic|eastclinic]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[Tattoo and piercing salon|eastsalon]]>><<set $eastpage to 0>><</link>></div>
<div class="locButton"><<link [[ATM|atm]]>><<set $eastpage to 0>><</link>></div>
</div>
\<</if>>
<div class="button">[[Bus stop|bus]]</div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $tennispage == 0 or ndef $tennispage>><<set $tennispage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $tennispage == 1>>
\<<pic2 city tennis>>
<div class="button"><<link [[Назад|east]]>><<set $tennispage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $tennispage == 1>>
\<<pic2 city tennis>>
<div class="button"><<link [[Back|east]]>><<set $tennispage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $hotelpage == 0 or ndef $hotelpage>><<set $hotelpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $hotelpage == 1>>
\<<pic2 city hotel>>
<div class="button"><<link [[На улицу|east]]>><<set $hotelpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $hotelpage == 1>>
\<<pic2 city hotel>>
<div class="button"><<link [[Outside|east]]>><<set $hotelpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $westpage == 0 or ndef $westpage>><<set $westpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $westpage == 1>>
\<<pic2 city west>>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Кинотеатр для взрослых|westcinema]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Порностудия|westporn]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Секс-шоп|westsex]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Эскорт агентство|westescort]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Стриптиз-клуб|weststrip]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Банкомат|atm]]>><<set $westpage to 0>><</link>></div>
</div>
\<</if>>
<div class="button">[[Автобусная остановка|bus]]</div>
\<</if>>
\<<else>>
\<<if $westpage == 1>>
\<<pic2 city west>>
\<<if $cycle1 != 7>>
<div class="locList">
<div class="locButton"><<link [[Movie Theater for Adults|westcinema]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Porn Studio|westporn]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Sex Shop|westsex]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Escort agency|westescort]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[Strip club|weststrip]]>><<set $westpage to 0>><</link>></div>
<div class="locButton"><<link [[ATM|atm]]>><<set $westpage to 0>><</link>></div>
</div>
\<</if>>
<div class="button">[[Bus stop|bus]]</div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $porncinemapage == 0 or ndef $porncinemapage>><<set $porncinemapage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $porncinemapage == 1>>
\<<pic2 city porncinema>>
<div class="button"><<link [[На улицу|west]]>><<set $porncinemapage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $porncinemapage == 1>>
\<<pic2 city porncinema>>
<div class="button"><<link [[Outside|west]]>><<set $porncinemapage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $pornstudiopage == 0 or ndef $pornstudiopage>><<set $pornstudiopage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $pornstudiopage == 1>>
\<<pic2 city pornstudio>>
<div class="button"><<link [[На улицу|west]]>><<set $pornstudiopage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $pornstudiopage == 1>>
\<<pic2 city pornstudio>>
<div class="button"><<link [[Outside|west]]>><<set $pornstudiopage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $sexshoppage == 0 or ndef $sexshoppage>><<set $sexshoppage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $sexshoppage == 1>>
\<<pic2 city sexshop>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items anal_plug>>">><<popover 'noclick'>><<pic2 items anal_plug>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 75 && $anal_plug != 1>><<link "Оплатить наличкой 75$" "westsex">><<set $anal_plug to 1;$cash -= 75>><</link>><<elseif $cash < 75 && $anal_plug != 1>>Недостаточно средств<<elseif $anal_plug >= 1>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 75 && $anal_plug != 1>><<link "Оплатить картой 75$" "westsex">><<set $anal_plug to 1;$money -= 75>><</link>><<elseif $money < 75 && $anal_plug != 1>>Недостаточно средств<<elseif $anal_plug >= 1>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items lubricant>>">><<popover 'noclick'>><<pic2 items lubricant>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 50 && $lubricant != 1>><<link "Оплатить наличкой 50$" "westsex">><<set $lubricant to 1;$cash -= 50>><</link>><<elseif $cash < 50 && $lubricant != 1>>Недостаточно средств<<elseif $lubricant >= 1>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 50 && $lubricant != 1>><<link "Оплатить картой 50$" "westsex">><<set $lubricant to 1;$money -= 50>><</link>><<elseif $money < 50 && $lubricant != 1>>Недостаточно средств<<elseif $lubricant >= 1>>Куплено<</if>></div>
\</div>
\</div>
<div class="button"><<link [[На улицу|west]]>><<set $sexshoppage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $sexshoppage == 1>>
\<<pic2 city sexshop>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items anal_plug>>">><<popover 'noclick'>><<pic2 items anal_plug>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 75 && $anal_plug != 1>><<link "Pay in cash $75" "westsex">><<set $anal_plug to 1;$cash -= 75>><</link>><<elseif $cash < 75 && $anal_plug != 1>>Not enough money<<elseif $anal_plug >= 1>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 75 && $anal_plug != 1>><<link "Pay by card $75" "westsex">><<set $anal_plug to 1;$money -= 75>><</link>><<elseif $money < 75 && $anal_plug != 1>>Not enough money<<elseif $anal_plug >= 1>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items lubricant>>">><<popover 'noclick'>><<pic2 items lubricant>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 50 && $lubricant != 1>><<link "Pay in cash $50" "westsex">><<set $lubricant to 1;$cash -= 50>><</link>><<elseif $cash < 50 && $lubricant != 1>>Not enough money<<elseif $lubricant >= 1>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 50 && $lubricant != 1>><<link "Pay by card $50" "westsex">><<set $lubricant to 1;$money -= 50>><</link>><<elseif $money < 50 && $lubricant != 1>>Not enough money<<elseif $lubricant >= 1>>Purchased<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Outside|west]]>><<set $sexshoppage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $escortpage == 0 or ndef $escortpage>><<set $escortpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $escortpage == 1>>
\<<pic2 city escortagency>>
<div class="button"><<link [[На улицу|west]]>><<set $escortpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $escortpage == 1>>
\<<pic2 city escortagency>>
<div class="button"><<link [[Outside|west]]>><<set $escortpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $salonpage == 0 or ndef $salonpage>><<set $salonpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $salonpage == 1>>
\<<pic2 city salon>>
<div class="button"><<link [[На улицу|east]]>><<set $salonpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $salonpage == 1>>
\<<pic2 city salon>>
<div class="button"><<link [[Outside|east]]>><<set $salonpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $saunapage == 0 or ndef $saunapage>><<set $saunapage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $saunapage == 1>>
\<<pic2 city sauna>>
<div class="button"><<link [[На улицу|east]]>><<set $saunapage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $saunapage == 1>>
\<<pic2 city sauna>>
<div class="button"><<link [[Outside|east]]>><<set $saunapage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $buspage == 0 or ndef $buspage>><<set $buspage to 1>><</if>>
\<<if $beauty < 25>><<set $groperand to random(1, 100)>><<elseif $beauty >= 25 && $beauty < 50>><<set $groperand to random(1, 75)>><<elseif $beauty >= 50 && $beauty < 75>><<set $groperand to random(1, 50)>><<elseif $beauty >= 75>><<set $groperand to random(1, 25)>><</if>>
\<<if $lang == "ru">>
\<<if $buspage == 1>>
\<<pic2 city bus>>
\<<if $cycle1 != 7>>
<<if $northpage == 0 or ndef $northpage>><div class="button"><<link [[Северный район|north]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<<if $eastpage == 0 or ndef $eastpage>><div class="button"><<link [[Восточный район|east]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<<if $centerpage == 0 or ndef $centerpage>><div class="button"><<link [[Центральный район|center]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<<if $westpage == 0 or ndef $westpage>><div class="button"><<link [[Западный район|west]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<</if>>
\<<if $southpage == 0 or ndef $southpage>><div class="button"><<link [[Южный район|south]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<<if $cycle1 != 7 && ($beachpage == 0 or ndef $beachpage)>><div class="button"><<link [[Пляж|beach]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
<div class="button"><<link "Назад" $return>><<set $buspage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $buspage == 1>>
\<<pic2 city bus>>
\<<if $cycle1 != 7>>
<<if $northpage == 0 or ndef $northpage>><div class="button"><<link [[Northern District|north]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<<if $eastpage == 0 or ndef $eastpage>><div class="button"><<link [[Eastern District|east]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<<if $centerpage == 0 or ndef $centerpage>><div class="button"><<link [[Central District|center]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<<if $westpage == 0 or ndef $westpage>><div class="button"><<link [[Western District|west]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<</if>>
\<<if $southpage == 0 or ndef $southpage>><div class="button"><<link [[Southern District|south]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
\<<if $cycle1 != 7 && ($beachpage == 0 or ndef $beachpage)>><div class="button"><<link [[Beach|beach]]>><<set $northpage to 0;$eastpage to 0;$centerpage to 0;$westpage to 0;$southpage to 0;$beachpage to 0;$buspage to 0>><<if $groperand <= 7>><<set $eventpage to 1>><<goto "bus_grope_event">><</if>><</link>></div><</if>>
<div class="button"><<link "Back" $return>><<set $buspage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $beachpage == 0 or ndef $beachpage>><<set $beachpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $beachpage == 1>>
\<<pic2 city beach>>
<<if $cycle1 != 7>><div class="button"><<link [[Нудистский пляж|nakedbeach]]>><<set $beachpage to 0>><</link>></div><</if>>
\<<if $cycle1 < 5>>
<div class="button"><<link [[Плавать|beach]]>><<set $beachpage to 2;$cycle1 += 1;$arousal -= 10;$clean to 75;$cosm to 0>><</link>></div>
\<div class="button"><<link [[Загорать|beach]]>><<set $beachpage to 3;$cycle1 += 1;$arousal -= 10;$clean -= 10>><</link>></div>
\<</if>>
<div class="button">[[Автобусная остановка|bus]]</div>
\<<elseif $beachpage == 2>>
\<<if $fit < 50>><<set $fit += 1>><</if>>
\<<gif2 act swim>>
\<<if $fit < 50>><div class="button"><font color=green>Фитнес + 1</font></div><</if>>
<div class="button"><<link [[Назад|beach]]>><<set $beachpage to 1>><</link>></div>
\<<elseif $beachpage == 3>>
\<<pic2 act sunbath>>
\<<if $tan < 100>><<set $tan += 1>><</if>>
\<<if $tan < 100>><div class="button"><font color=orange>Загар + 1</font></div><</if>>
<div class="button"><<link [[Назад|beach]]>><<set $beachpage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $beachpage == 1>>
\<<pic2 city beach>>
<<if $cycle1 != 7>><div class="button"><<link [[Nudist beach|nakedbeach]]>><<set $beachpage to 0>><</link>></div><</if>>
\<<if $cycle1 < 5>>
<div class="button"><<link [[Swim|beach]]>><<set $beachpage to 2;$cycle1 += 1;$arousal -= 10;$clean to 75;$cosm to 0>><</link>></div>
\<div class="button"><<link [[Sunbath|beach]]>><<set $beachpage to 3;$cycle1 += 1;$arousal -= 10;$clean -= 10>><</link>></div>
\<</if>>
<div class="button">[[Bus stop|bus]]</div>
\<<elseif $beachpage == 2>>
\<<if $fit < 50>><<set $fit += 1>><</if>>
\<<gif2 act swim>>
\<<if $fit < 50>><div class="button"><font color=green>Fitness + 1</font></div><</if>>
<div class="button"><<link [[Back|beach]]>><<set $beachpage to 1>><</link>></div>
\<<elseif $beachpage == 3>>
\<<pic2 act sunbath>>
\<<if $tan < 100>><<set $tan += 1>><</if>>
\<<if $tan < 100>><div class="button"><font color=orange>Tan + 1</font></div><</if>>
<div class="button"><<link [[Back|beach]]>><<set $beachpage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $nakedbeachpage == 0 or ndef $nakedbeachpage>><<set $nakedbeachpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $nakedbeachpage == 1>>
\<<set $arousal += 20>>
\<<pic2 city nakedbeach>>
\<<if $cycle1 < 5 && $corr >= 40>>
<div class="button"><<link [[Плавать|nakedbeach]]>><<set $nakedbeachpage to 2;$cycle1 += 1;$clean to 75;$cosm to 0>><</link>></div>
\<div class="button"><<link [[Загорать|nakedbeach]]>><<set $nakedbeachpage to 3;$cycle1 += 1;$clean -= 5>><</link>></div>
\<</if>>
\<<if $corr < 40>>
<div class="button">Для того, чтобы плавать или загорать на нудистском пляже, уровень разврата должен быть выше 40.</div>
\<</if>>
<div class="button"><<link [[Обычный пляж|beach]]>><<set $nakedbeachpage to 0>><</link>></div>
\<<elseif $nakedbeachpage == 2>>
\<<if $fit < 50>><<set $fit += 1>><</if>>
\<<if $corr < 60>><<set $corr += 1>><</if>>
\<<gif2 act nakedswim>>
\<<if $fit < 50>><div class="button"><font color=green>Фитнес + 1</font></div><</if>>
\<<if $corr < 60>><div class="button"><font color=red>Разврат + 1</font></div><</if>>
<div class="button"><<link [[Назад|nakedbeach]]>><<set $nakedbeachpage to 1>><</link>></div>
\<<elseif $nakedbeachpage == 3>>
\<<if $corr < 60>><<set $corr += 1>><</if>>
\<<pic2 act nakedsunbath>>
\<<if $corr < 60>><div class="button"><font color=red>Разврат + 1</font></div><</if>>
\<<if $tan < 100>><<set $tan += 1>><</if>>
\<<if $tan < 100>><div class="button"><font color=orange>Загар + 1</font></div><</if>>
<div class="button"><<link [[Назад|nakedbeach]]>><<set $nakedbeachpage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $nakedbeachpage == 1>>
\<<set $arousal += 20>>
\<<pic2 city nakedbeach>>
\<<if $cycle1 < 5 && $corr >= 40>>
<div class="button"><<link [[Swim|nakedbeach]]>><<set $nakedbeachpage to 2;$cycle1 += 1;$clean to 75;$cosm to 0>><</link>></div>
\<div class="button"><<link [[Sunbath|nakedbeach]]>><<set $nakedbeachpage to 3;$cycle1 += 1;$clean -= 5>><</link>></div>
\<</if>>
\<<if $corr < 40>>
<div class="button">To swim or sunbathe on a nude beach, the corruption level must be above 40.</div>
\<</if>>
<div class="button"><<link [[Regular beach|beach]]>><<set $nakedbeachpage to 0>><</link>></div>
\<<elseif $nakedbeachpage == 2>>
\<<if $fit < 50>><<set $fit += 1>><</if>>
\<<if $corr < 60>><<set $corr += 1>><</if>>
\<<gif2 act nakedswim>>
\<<if $fit < 50>><div class="button"><font color=green>Fitness + 1</font></div><</if>>
\<<if $corr < 60>><div class="button"><font color=red>Corruption + 1</font></div><</if>>
<div class="button"><<link [[Back|nakedbeach]]>><<set $nakedbeachpage to 1>><</link>></div>
\<<elseif $nakedbeachpage == 3>>
\<<if $corr < 60>><<set $corr += 1>><</if>>
\<<pic2 act nakedsunbath>>
\<<if $corr < 60>><div class="button"><font color=red>Corruption + 1</font></div><</if>>
\<<if $tan < 100>><<set $tan += 1>><</if>>
\<<if $tan < 100>><div class="button"><font color=orange>Tan + 1</font></div><</if>>
<div class="button"><<link [[Back|nakedbeach]]>><<set $nakedbeachpage to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $bankpage == 0 or ndef $bankpage>><<set $bankpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $bankpage == 1>>
\<<pic2 city bank>>
<div class="button"><<link [[Банкомат|atm]]>><<set $bankpage to 0>><</link>></div>
<div class="button"><<link [[На улицу|center]]>><<set $bankpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $bankpage == 1>>
\<<pic2 city bank>>
<div class="button"><<link [[ATM|atm]]>><<set $bankpage to 0>><</link>></div>
<div class="button"><<link [[Outside|center]]>><<set $bankpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.center;
\<<if $atmpage == 0 or ndef $atmpage>><<set $atmpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $atmpage == 1>>
\<<atm res atm>>
<div class="button"><<link [[Положить|atm]]>><<set $atmpage to 2>><</link>></div>
\<div class="button"><<link [[Снять|atm]]>><<set $atmpage to 3>><</link>></div>
<div class="button"><<link "Отойти" $return>><<set $atmpage to 0>><</link>></div>
\<<elseif $atmpage == 2>>
\<<atm res atm>>
<<if $cash >= 100>><div class="button"><<link [[Положить $100|atm]]>><<set $cash -= 100;$money += 100>><</link>></div><</if>>
\<<if $cash >= 500>><div class="button"><<link [[Положить $500|atm]]>><<set $cash -= 500;$money += 500>><</link>></div><</if>>
\<<if $cash >= 1000>><div class="button"><<link [[Положить $1000|atm]]>><<set $cash -= 1000;$money += 1000>><</link>></div><</if>>
\<<if $cash >= 5000>><div class="button"><<link [[Положить $5000|atm]]>><<set $cash -= 5000;$money += 5000>><</link>></div><</if>>
\<<if $cash >= 10000>><div class="button"><<link [[Положить $10000|atm]]>><<set $cash -= 10000;$money += 10000>><</link>></div><</if>>
<div class="button"><<link [[Назад|atm]]>><<set $atmpage to 1>><</link>></div>
\<<elseif $atmpage == 3>>
\<<atm res atm>>
<<if $money >= 100>><div class="button"><<link [[Снять $100|atm]]>><<set $money -= 100;$cash += 100>><</link>></div><</if>>
\<<if $money >= 500>><div class="button"><<link [[Снять $500|atm]]>><<set $money -= 500;$cash += 500>><</link>></div><</if>>
\<<if $money >= 1000>><div class="button"><<link [[Снять $1000|atm]]>><<set $money -= 1000;$cash += 1000>><</link>></div><</if>>
\<<if $money >= 5000>><div class="button"><<link [[Снять $5000|atm]]>><<set $money -= 5000;$cash += 5000>><</link>></div><</if>>
\<<if $money >= 10000>><div class="button"><<link [[Снять $10000|atm]]>><<set $money -= 10000;$cash += 10000>><</link>></div><</if>>
<div class="button"><<link [[Назад|atm]]>><<set $atmpage to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $atmpage == 1>>
\<<atm res atm>>
<div class="button"><<link [[Deposit|atm]]>><<set $atmpage to 2>><</link>></div>
\<div class="button"><<link [[Withdraw|atm]]>><<set $atmpage to 3>><</link>></div>
<div class="button"><<link "Leave" $return>><<set $atmpage to 0>><</link>></div>
\<<elseif $atmpage == 2>>
\<<atm res atm>>
<<if $cash >= 100>><div class="button"><<link [[Deposit $100|atm]]>><<set $cash -= 100;$money += 100>><</link>></div><</if>>
\<<if $cash >= 500>><div class="button"><<link [[Deposit $500|atm]]>><<set $cash -= 500;$money += 500>><</link>></div><</if>>
\<<if $cash >= 1000>><div class="button"><<link [[Deposit $1000|atm]]>><<set $cash -= 1000;$money += 1000>><</link>></div><</if>>
\<<if $cash >= 5000>><div class="button"><<link [[Deposit $5000|atm]]>><<set $cash -= 5000;$money += 5000>><</link>></div><</if>>
\<<if $cash >= 10000>><div class="button"><<link [[Deposit $10000|atm]]>><<set $cash -= 10000;$money += 10000>><</link>></div><</if>>
<div class="button"><<link [[Back|atm]]>><<set $atmpage to 1>><</link>></div>
\<<elseif $atmpage == 3>>
\<<atm res atm>>
<<if $money >= 100>><div class="button"><<link [[Withdraw $100|atm]]>><<set $money -= 100;$cash += 100>><</link>></div><</if>>
\<<if $money >= 500>><div class="button"><<link [[Withdraw $500|atm]]>><<set $money -= 500;$cash += 500>><</link>></div><</if>>
\<<if $money >= 1000>><div class="button"><<link [[Withdraw $1000|atm]]>><<set $money -= 1000;$cash += 1000>><</link>></div><</if>>
\<<if $money >= 5000>><div class="button"><<link [[Withdraw $5000|atm]]>><<set $money -= 5000;$cash += 5000>><</link>></div><</if>>
\<<if $money >= 10000>><div class="button"><<link [[Withdraw $10000|atm]]>><<set $money -= 10000;$cash += 10000>><</link>></div><</if>>
<div class="button"><<link [[Back|atm]]>><<set $atmpage to 1>><</link>></div>
\<</if>>
\<</if>>
@@<<widget "daily">>
/* ForFans */
<<set $fansunsubchance to random(1, 100)>>
<<if $fansfame < 25>><<set $fansunsubamount to random(1, 2)>><<elseif $fansfame >= 25 && $fansfame < 50>><<set $fansunsubamount to random(2, 3)>><<elseif $fansfame >= 50 && $fansfame < 75>><<set $fansunsubamount to random(3, 6)>><<elseif $fansfame >= 75>><<set $fansunsubamount to random(5, 10)>><</if>>
<<if $fansfame < 25 && $fansunsubchance < 75>>
<<set $fanssub -= $fansunsubamount>>
<<elseif $fansfame >= 25 && $fansfame < 50 && $fansunsubchance < 50>>
<<set $fanssub -= $fansunsubamount>>
<<elseif $fansfame >= 50 && $fansfame < 75 && $fansunsubchance < 25>>
<<set $fanssub -= $fansunsubamount>>
<<elseif $fansfame >= 75 && $fansunsubchance < 10>>
<<set $fanssub -= $fansunsubamount>>
<</if>>
<<if $fanssub < 0>><<set $fanssub to 0>><</if>>
/* Holagram */
<<if ndef $instfame>><<set $instfame to 0>><</if>>
<<set $instunsubchance to random(1, 100)>>
<<if $instfame < 25>><<set $instunsubamount to random(1, 2)>><<elseif $instfame >= 25 && $instfame < 50>><<set $instunsubamount to random(2, 3)>><<elseif $instfame >= 50 && $instfame < 75>><<set $instunsubamount to random(3, 6)>><<elseif $instfame >= 75>><<set $instunsubamount to random(5, 10)>><</if>>
<<if $instfame < 25 && $instunsubamount < 75>>
<<set $instsub to $instsub - ($instsub / 100 * $instunsubamount);$instsub = Math.round($instsub)>>
<<elseif $instfame >= 25 && $instfame < 50 && $instunsubchance < 50>>
<<set $instsub to $instsub - ($instsub / 100 * $instunsubamount);$instsub = Math.round($instsub)>>
<<elseif $instfame >= 50 && $instfame < 75 && $instunsubchance < 25>>
<<set $instsub to $instsub - ($instsub / 100 * $instunsubamount);$instsub = Math.round($instsub)>>
<<elseif $instfame >= 75 && $instunsubchance < 10>>
<<set $instsub to $instsub - ($instsub / 100 * $instunsubamount);$instsub = Math.round($instsub)>>
<</if>>
<<if $instsub < 0>><<set $instsub to 0>><</if>>
/* Random shit */
<<set $cycle1 to 1;$day += 1;$wday1 += 1;$arousal to 0;$instday to 0;$clean -= 30;$cosm to 0;$hisstepbro_fap_event_daily to 0;$fansday to 0;$gymaccess -= 1;$windy_skirt_cycle to 0;$intoxication_cycle to 0;$intoxication to 0;$porn_corr_daily to 0>>
<<if $plug_in == 1 && $enema_day < 3>><<set $enema_day += 1>><<elseif $enema_day == 3 && $husband_quest == 13>><<set $husband_quest to 14>><</if>>
<<if $plug_in == 1>><<set $plug_in to 0>><</if>>
<<set $money to $money += ($money / 10000 * 1)>>
<<if $instsub >= 100000>><<set $money to $money += ($instsub / 100000 * 1)>><</if>>
<<if $fanssub >0>><<set $money to $money += ($fanssub * (5 / 20))>><</if>>
<<set $money = Math.round($money);$cash = Math.round($cash)>>
<</widget>><<widget "instsub_1">>
<<if ndef $instfame>><<set $instfame to 0>><</if>>
<<set $randsub2 to random(1, 3);$instsub to $instsub + ($instsub / 100 * $randsub2);$randsub to $instsub / 100 * $randsub2;$instsub = Math.round($instsub);$randsub = Math.round($randsub)>>
<</widget>>
<<widget "instsub_2">>
<<if ndef $instfame>><<set $instfame to 0>><</if>>
<<set $randsub2 to random(3, 6);$instsub to $instsub + ($instsub / 100 * $randsub2);$randsub to $instsub / 100 * $randsub2;$instsub = Math.round($instsub);$randsub = Math.round($randsub)>>
<</widget>>
<<widget "instsub_3">>
<<if ndef $instfame>><<set $instfame to 0>><</if>>
<<set $randsub2 to random(6, 12);$instsub to $instsub + ($instsub / 100 * $randsub2);$randsub to $instsub / 100 * $randsub2;$instsub = Math.round($instsub);$randsub = Math.round($randsub)>>
<</widget>>
<<widget "fanssub">>
<<if ndef $fansfame>><<set $fansfame to 0>><</if>>
<<if $fanssub == 0 or ndef $fanssub>>
<<set $fanssub to 1;$randsub to 1>>
<<else>>
<<set $chancesub to random(1, 100);$randsub to 0>>
<<if ($fansfame < 25 or ndef $fansfame) && $chancesub < 25>>
<<set $randsub to random(0, 2);$fanssub to $fanssub + $randsub;$fanssub = Math.round($fanssub);$randsub = Math.round($randsub)>>
<<elseif ($fansfame >= 25 && $fansfame < 50) && $chancesub < 50>>
<<set $randsub to random(2, 4);$fanssub to $fanssub + $randsub;$fanssub = Math.round($fanssub);$randsub = Math.round($randsub)>>
<<elseif ($fansfame >= 50 && $fansfame < 75) && $chancesub < 75>>
<<set $randsub to random(4, 8);$fanssub to $fanssub + $randsub;$fanssub = Math.round($fanssub);$randsub = Math.round($randsub)>>
<<elseif $fansfame >= 75 && $chancesub <= 90>>
<<set $randsub to random(8, 16);$fanssub to $fanssub + $randsub;$fanssub = Math.round($fanssub);$randsub = Math.round($randsub)>>
<</if>>
<</if>>
<</widget>>@@.left;
\<<if $clinicpage == 0 or ndef $clinicpage>><<set $clinicpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $clinicpage == 1>>
\<<pic2 city clinic>>
<div class="button"><<link [[На улицу|east]]>><<set $clinicpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $clinicpage == 1>>
\<<pic2 city clinic>>
<div class="button"><<link [[Outside|east]]>><<set $clinicpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $dancepage == 0 or ndef $dancepage>><<set $dancepage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $dancepage == 1>>
\<<pic2 city danceschool>>
<div class="button"><<link [[На улицу|north]]>><<set $dancepage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $dancepage == 1>>
\<<pic2 city danceschool>>
<div class="button"><<link [[Outside|north]]>><<set $dancepage to 0>><</link>></div>
\<</if>>
\<</if>>
@@<<widget "beauty">>
<<if $c == 2>>
<<set $cb to 5>>
<<elseif $c == 1 or $c == 3 or $c == 4 or $c == 5 or $c == 6 or $c == 7>>
<<set $cb to 10>>
<<elseif $c == 8 or $c == 9 or $c == 12 or $c == 14 or $c == 16 or $c == 17 or $c == 19 or $c == 20 or $c == 22 or $c == 23 or $c == 26 or $c == 30 or $c == 31>>
<<set $cb to 15>>
<<elseif $c == 10 or $c == 13 or $c == 15 or $c == 18 or $c == 21 or $c == 25 or $c == 27 or $c == 28 or $c == 29 or $c == 32 or $c == 37 or $c == 40>>
<<set $cb to 20>>
<<elseif $c == 11 or $c == 24 or $c == 33 or $c == 34 or $c == 35 or $c == 36 or $c == 38 or $c == 39>>
<<set $cb to 25>>
<</if>>
<<set $beauty to 0;$beauty to $beauty + (($fit / 2) + ($clean / 4)) + $cb + $cosm + ($tan / 10);$beauty = Math.round($beauty)>>
<<if $beauty > 100>><<set $beauty to 100>><</if>>
<</widget>>@@.left;
\<<if $teacherpage == 0 or ndef $teacherpage>><<set $teacherpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $teacherpage == 1>>
\<div class="text">Зайдя в Университет, вы, как обычно, направились в свою аудиторию и дождавшись звонка, приступили к обучению студентов.</div>
\<<set $rand to random(1, 5)>>
<<pic4 act work univer $rand>>
<div class="text">После окончания лекции, вы, как и остальные преподаватели, направились в комнату отдыха для преподавателей, чтобы немного <<link [[отдохнуть|teacherwork]]>><<set $teacherpage to 2>><</link>> перед следующей лекцией.</div>
\<<elseif $teacherpage == 2>>
\<<pic4 act work univer relax>>
<div class="text">После небольшого отдыха вы полны сил и готовы <<link [[провести следующую лекцию|teacherwork]]>><<set $teacherpage to 3;$cycle1 += 1;$clean -= 5>><</link>>.</div>
\<<elseif $teacherpage == 3>>
\<<set $rand to random(1, 5)>>
\<<pic4 act work univer $rand>>
<div class="text">Проведя очередную лекцию, вы услышали звонок и направились в столовую, чтобы <<link [[перекусить|teacherwork]]>><<set $teacherpage to 4>><</link>>.</div>
\<<elseif $teacherpage == 4>>
\<<pic2 act eat>>
<div class="text">Немного подкрепившись и пообщавшись с другими преподавателями вы готовы к <<link [[проведению последней лекции|teacherwork]]>><<set $teacherpage to 5;$cycle1 += 1;$clean -= 5>><</link>>.</div>
\<<elseif $teacherpage == 5>>
\<<set $rand to random(1, 5)>>
\<<pic4 act work univer $rand>>
\<div class="button">На вашу карточку перечислено <font color=green>$300</font></div>
<div class="text">После проведения последней лекции, вы тщательно вытерли доску и <<link "закончили рабочий день" $return>><<set $teacherpage to 0;$money += 300>><</link>>.</div>
\<</if>>
\<<else>>
\<<if $teacherpage == 1>>
\<div class="text">When you entered the university, you went to your classroom as usual, and after waiting for the bell, you started teaching the students.</div>
\<<set $rand to random(1, 5)>>
<<pic4 act work univer $rand>>
<div class="text">After class, you and the other professors went to the faculty lounge to <<link [[take a break|teacherwork]]>><<set $teacherpage to 2>><</link>> before the next class.</div>
\<<elseif $teacherpage == 2>>
\<<pic4 act work univer relax>>
<div class="text">After a short break, you'll feel refreshed and ready for the <<link [[next lecture|teacherwork]]>><<set $teacherpage to 3;$cycle1 += 1;$clean -= 5>><</link>>.</div>
\<<elseif $teacherpage == 3>>
\<<set $rand to random(1, 5)>>
\<<pic4 act work univer $rand>>
<div class="text">After finishing another lecture, you heard a bell and went to the cafeteria to <<link [[get something to eat|teacherwork]]>><<set $teacherpage to 4>><</link>>.</div>
\<<elseif $teacherpage == 4>>
\<<pic2 act eat>>
<div class="text">After grabbing a bite to eat and chatting with fellow instructors, you'll be ready for the <<link [[final lecture|teacherwork]]>><<set $teacherpage to 5;$cycle1 += 1;$clean -= 5>><</link>>.</div>
\<<elseif $teacherpage == 5>>
\<<set $rand to random(1, 5)>>
\<<pic4 act work univer $rand>>
\<div class="button"><font color=green>$300</font> has been transferred to your card</div>
<div class="text">After the last lecture, you carefully wiped down the whiteboard and <<link "called it a day" $return>><<set $teacherpage to 0;$money += 300>><</link>>.</div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<if $corr >= 50>><<set $arousal += 20>><</if>>
\<div class="text">Приближаясь к гостиной, вы вдруг услышали чьи-то стоны.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Чо за фигня? Мне кажется или это чьи-то... стоны?"</i><</say>>
<div class="text">Подумали вы и ускорив шаг, вошли в гостиную.</div>
<<gif2 events hisstepbrostroking>>
<div class="text">Вы и сами не знали, что конкретно вы ожидали там увидеть, но когда вы увидели $hisstepbronameа смотрящего порно и гладящего свой член, вы застыли и потеряли дар речи.</div>
<<say '$name' 'pic/assets/$name.png'>>Что здесь?.. Что за?.. Блин, то есть...<</say>>
<div class="text">Начали запинаться вы и не сумев подобрать слова, решили выйти из гостиной и <<link [[направились в свою комнату|hisstepbro_event_2]]>><<set $eventpage to 2>><</link>>.</div>
\<<elseif $eventpage == 2>>
\<<pic2 events sitbed>>
<div class="text">Усевшись на свою кровать и не успев даже обдумать увиденное, в вашу спальню зашёл $hisstepbroname.</div>
<<say '$name' 'pic/assets/$name.png'>>Что ты здесь?.. Блин, $hisstepbroname, какого чёрта? Сначала ты занимаешься... этим... в нашей гостиной, а теперь ты без стука вламываешься в нашу спальню? Что происходит?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Прости, я просто хотел извиниться, я не знал что ты дома и...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Не знал, что я дома? Да какая к чёрту разница? Если ты занимаешься подобными вещами, то делай это хотя бы в своей комнате!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, я понял, прости, я просто...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Блин, да и почему ты вообще этим занимаешься? Ты же взрослый человек! Я понимаю, что у тебя недавно было сложное расставание, но это не повод... Я в шоке...<</say>>
<div class="button"><<link [[Дальше|hisstepbro_event_2]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 events sitbed>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Послушай, я понимаю как это выглядит и дело вовсе не в тяжёлом расставании. Я же не могу водить сюда девушек. Это, в конце концов, ваша квартира и я не думаю, что ты и $husbname будете в восторге от этого.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, да, но если у тебя начнутся отношения с кем-то, то...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>В том то и дело! Я не хочу сейчас никаких отношений. Я хочу какое-то время побыть один, пожить для себя. Так что если я начну приводить сюда девушек, то каждый день это будет новая девушка.<</say>>
<<say '$name' 'pic/assets/$name.png'>>В смысле?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>В прямом. Я же должен как-то снимать сексуальное напряжение. Поэтому, либо я делаю это сам, либо я начинаю водить сюда девушек. Если бы я выбрал второй вариант, то я сомневаюсь, что вы с $husbnameом были бы этому рады. К тому же у меня сейчас напряг с деньгами, так что я выбрал более бюджетный вариант.<</say>>
<div class="button"><<link [[Дальше|hisstepbro_event_2]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic2 events sitbed>>
<<say '$name' 'pic/assets/$name.png'>>Во-первых, я в шоке хотя бы от того, что разговариваю с тобой на эту тему, а во-вторых... Ты прав, я не хочу, чтобы в моём доме ошивались всякие шлюхи, но это не значит, что ты можешь заниматься этим где тебе вздумается. Делай это у себя в комнате.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, я понял. Признаю, это мой косяк и уверяю тебя, что этого больше не повторится.<</say>>
\<<if $hc == 1 or $hc == 0>>
<<say '$name' 'pic/assets/$name.png'>>Спасибо. Да и вообще, что с тобой? Ты вроде уже далеко не подросток, у тебя, что, совсем нет выдержки?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, вообще-то есть, но просто ты... Даже не знаю как сказать...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что я? Погоди... Ты хочешь сказать, что... Ты так возбуждаешься потому, что я хожу по дому в таком виде?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что? Так! Зря я вообще это спросила... Давай закончим этот разговор, оставь меня.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Хорошо, как скажешь.<</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>>Спасибо. А теперь давай закончим этот разговор. Мы и так говорили о вещах, о которых не должны были говорить...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, согласен... Я пойду...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ага...<</say>>
\<</if>>
<div class="button"><<if $hc == 1>><<link [[Дальше|hisstepbro_event_2]]>><<set $eventpage to 5>><</link>><<else>><<link "Вернуться к своим делам" $return>><<set $eventpage to 0;$cycle1 += 1;$hisstepbro_quest to 3>><</link>><</if>></div>
\<<elseif $eventpage == 5>>
\<<pic2 events sitbed>>
<div class="text">После того, как $hisstepbroname покинул вашу спальню, вы остались сидеть на кровати и задумались о вашем разговоре.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Это просто замечательно... Получается, ему приходится сбрасывать сексуальное напряжение из-за меня! О чём я только думаю? Почему я вообще хожу при нём в таком виде? Может мне стоит одеваться при нём как-то более приемлимо?"</i><</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ладно, как бы то ни было, если он и будет продолжать заниматься этим, то он будет делать это в своей комнате."</i><</say>>
<div class="button"><<link "Вернуться к своим делам" $return>><<set $eventpage to 0;$cycle1 += 1;$hisstepbro_quest to 3>><</link>></div>
\<<elseif $eventpage == 6>>
\<<say '$name' 'pic/assets/$name.png'>>$hisstepbroname, привет. Я хотела поговорить с тобой о...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Послушай, я понимаю, как это выглядело, но я клянусь тебе, что это чистая случайность!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я понимаю, но всё же... Ты два раза видел меня голой и всё это произошло в первые дни твоего сожительства с нами и...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Не переживай. Я понимаю твою обеспокоенность, но поверь, во-первых, я ни слова не скажу $husbnameу, а во-вторых, это никак не повлияет на наши отношения. Это же случайность, такое могло произойти с каждым. Поэтому давай просто не заострять на этом внимание.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я надеялась это услышать. Будем надеяться, что подобных недоразумений больше не произойдёт.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Полностью согласен. Ты жена моего $hisstepbroа и не хотелось бы попадать в столь неловкие ситуации.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Вот и отлично! Ну, что ж, я наверное пойду, увидимся...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, конечно!<</say>>
<div class="button"><<link "Вернуться к своим делам" $return>><<set $eventpage to 0;$cycle1 += 1;$hisstepbro_quest to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<if $corr >= 50>><<set $arousal += 20>><</if>>
\<div class="text">Approaching the living room, you suddenly heard someone moaning.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"What the hell? It seems to me or is it someone's... moans?"</i><</say>>
<div class="text">You thought and quickening your pace, entered the living room.</div>
<<gif2 events hisstepbrostroking>>
<div class="text">You didn't know what exactly you expected to see there, but when you saw $hisstepbroname watching porn and stroking his dick, you were frozen and speechless.</div>
<<say '$name' 'pic/assets/$name.png'>>What's?.. What the?.. Damn, I mean...<</say>>
<div class="text">You began to stammer and, unable to find words, decided to leave the living room and <<link [[went to your room|hisstepbro_event_2]]>><<set $eventpage to 2>><</link>>.</div>
\<<elseif $eventpage == 2>>
\<<pic2 events sitbed>>
<div class="text">Sitting on the bed and not even having time to think about what you saw, $hisstepbroname came into your bedroom.</div>
<<say '$name' 'pic/assets/$name.png'>>What are you doing here?.. Damn, $hisstepbroname, what the hell? First you're doing... this... in our living room, and now you're barging into our bedroom without knocking? What's going on?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I'm sorry, I just wanted to apologize, I didn't know you were home and...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Didn't know I was home? What the hell is the difference? If you do this kind of thing, then at least do it in your room!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yes, I understand, I'm sorry, I just...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Damn, and why are you even doing this? You're a grown man! I understand that you recently had a difficult breakup, but this is not a reason... I'm shocked...<</say>>
<div class="button"><<link [[Next|hisstepbro_event_2]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 events sitbed>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Look, I understand what that looks like and it's not about a bad breakup. I can't bring girls here. This is your apartment, after all, and I don't think you and $husbname will be thrilled about it.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, yes, but if you start a relationship with someone, then...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>That's the point! I don't want any relationship right now. I want to be alone for a while, to live for myself. So if I start bringing girls here, then every day it will be a new girl.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What do you mean?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I have to relieve sexual tension. So, either I do it myself, or I start bringing girls here. If I chose the second option, then I doubt that you and $husbname would be happy about it. In addition, I am now strained with money, so I chose a more budget option.<</say>>
<div class="button"><<link [[Next|hisstepbro_event_2]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic2 events sitbed>>
<<say '$name' 'pic/assets/$name.png'>>Firstly, I'm shocked at least that I'm talking to you about this, and secondly... You're right, I don't want all sorts of whores hanging around my house, but that doesn't mean that you can practice this wherever you want. Do it in your room.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yes I understand. I admit that this is my bad and I assure you that this will not happen again.<</say>>
\<<if $hc == 1 or $hc == 0>>
<<say '$name' 'pic/assets/$name.png'>>Thank you. And anyway, what's the matter with you? You seem to be far from a teenager, do you have no endurance at all?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, actually there is, but it's just you... I don't even know how to say...<</say>>
<<say '$name' 'pic/assets/$name.png'>>What am I? Wait... Are you saying that... You get so turned on because I'm walking around the house like that?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yes...<</say>>
<<say '$name' 'pic/assets/$name.png'>>What? Ok, stop it! I should not have asked this at all... Let's finish this conversation, leave me alone.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Okay, as you say.<</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>>Thank you. Now let's end this conversation. We already talked about things we weren't supposed to talk about...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yes, I agree... I'll go...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah...<</say>>
\<</if>>
<div class="button"><<if $hc == 1>><<link [[Next|hisstepbro_event_2]]>><<set $eventpage to 5>><</link>><<else>><<link "Get back to your business" $return>><<set $eventpage to 0;$cycle1 += 1;$hisstepbro_quest to 3>><</link>><</if>></div>
\<<elseif $eventpage == 5>>
\<<pic2 events sitbed>>
<div class="text">After $hisstepbroname left your bedroom, you sat on your bed and thought about your conversation.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"It's just great... It turns out that he has to relieve sexual tension because of me! What am I thinking about? Why do I even go around like this? Maybe I should dress more appropriately in front of him?"</i><</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Okay, anyway, if he keeps doing it, he'll be doing it in his room."</i><</say>>
<div class="button"><<link "Get back to your business" $return>><<set $eventpage to 0;$cycle1 += 1;$hisstepbro_quest to 3>><</link>></div>
\<<elseif $eventpage == 6>>
\<<say '$name' 'pic/assets/$name.png'>>Hey $hisstepbroname. I wanted to talk to you about...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Look, I understand what it looked like, but I swear to you it was an accident!<</say>>
<<say '$name' 'pic/assets/$name.png'>>I understand, but still... You saw me naked twice and all this happened in the first days of your cohabitation with us and...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Don't worry. I understand your concern, but trust me, firstly, I won't say a word to $husbname, and secondly, it won't affect our relationship in any way. It's a coincidence, it could happen to anyone. So let's just not dwell on it.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I was hoping to hear it. Let's hope there won't be any more misunderstandings like this.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Fully agree. You are my $hisstepbro's wife and you don't want to get into such embarrassing situations.<</say>>
<<say '$name' 'pic/assets/$name.png'>>That's excellent! Well, I'll probably go, see you...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah, sure!<</say>>
<div class="button"><<link "Get back to your business" $return>><<set $eventpage to 0;$cycle1 += 1;$hisstepbro_quest to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<if $corr >= 10>><<set $arousal += 10>><</if>>
\<<if $corr >= 30>><<set $arousal += 10>><</if>>
\<div class="text">Приближаясь к гостиной, вы вдруг услышали чьи-то стоны.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Чо за фигня? Он опять что ли?"</i><</say>>
<div class="text">Подумали вы тихонько подойдя к гостиной, спрятались за стеной и слегка высунув голову в дверной проём, вновь увидели $hisstepbronameа мастурбирующего на порно.</div>
<<gif2 events hisstepbrostroking>>
<<say '$name' 'pic/assets/$name.png'>><i>"Какого хрена? Я думала, что мы всё обсудили и он больше не будет заниматься этим за пределами своей комнаты."</i><</say>>
<div class="button"><<if $corr >= 15>><<link [[Наблюдать за ним|hisstepbro_fap_event]]>><<set $eventpage to 2>><</link>><<else>>Действие доступно только если разврат выше 15<</if>></div>
<div class="button"><<link "Просто уйти" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 2>>
\<<set $arousal += 10>>
\<<if $corr >= 20>><<set $arousal += 10>><</if>>
\<<gif2 events hisstepbrostroking>>
<<say '$name' 'pic/assets/$name.png'>><i>"Поверить не могу, что я действительно наблюдаю за тем, как $hisstepbro $husbnameа дрочит на порно в нашей гостиной."</i><</say>>
<<gif2 events caughthismasturb>>
\<<if $corr < 30>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<div class="button"><<if $corr >= 30>><<link [[Ласкать киску|hisstepbro_fap_event]]>><<set $eventpage to 3>><</link>><<else>>Действие доступно только если разврат выше 30<</if>></div>
<div class="button"><<link "Оставить его в покое и уйти" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 3>>
\<<set $arousal += 10>>
\<<if $corr >= 40>><<set $arousal += 10>><</if>>
\<<gif2 events hisstepbrostroking>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ох... Не знаю, что на меня нашло, но... Я ничего не могу с собой поделать..."</i><</say>>
<<if $hc == 1 or $hc == 0>><<gif2 events hc1_pussyrub>><<else>><<gif2 events hc2_pussyrub>><</if>>
\<<if $corr < 45>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока ласкали свою киску наблюдая за мастурбирующим $hisstepbronameом.</div>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ах... Надеюсь, он меня не заметит..."</i><</say>>
\<<if $hisstepbro_quest == 3>>
<div class="button"><<if $corr >= 45>><<link [[Ласкать киску|hisstepbro_fap_event]]>><<set $eventpage to 4;$hisstepbro_quest to 4>><</link>><<else>>Действие доступно только если разврат выше 45<</if>></div>
\<<elseif $hisstepbro_quest == 4>>
<div class="button"><<if $corr >= 60>><<link [[Присоединиться|hisstepbro_fap_event]]>><<set $eventpage to 6;$hisstepbro_quest to 5>><</link>><<else>>Действие доступно только если разврат выше 60<</if>></div>
\<<elseif $hisstepbro_quest == 5>>
<div class="button"><<link [[Присоединиться|hisstepbro_fap_event]]>><<set $eventpage to 11>><</link>></div>
\<</if>>
<div class="button"><<link "Оставить его в покое и уйти" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<set $arousal += 10>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<div class="text">Несмотря на риск быть обнаруженной, вы продолжили ласкать свою киску. Однако, в какой-то момент, вы настолько увлеклись процессом, что не заметили, как высунулись слишком сильно из дверного проёма.</div>
<<gif2 events caughtyou>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ох, чёрт, $name, прости, я знаю, что я обещал, но... Погоди-ка... А что это ты там... Ты ласкала себя наблюдая за мной?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что? Нет, я... Конечно нет! Как ты мог такое подумать? Я просто проходила мимо и...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Никогда бы не подумал, что застану тебя вот так.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Как так? Да нет, я же говорю, я просто...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Тише, тише, чего ты так разволновалась? Ну, подумаешь, подглядела за мной.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что? Ничего я не... И вообще! Почему ты снова делаешь это здесь? Ты же обещал, что будешь делать это в своей комнате!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну да, но, я заметил, что когда я мастурбировал здесь второй раз, ты наблюдала за мной и... Мне стало интересно, к чему всё это может привести, вот я и...<</say>>
<div class="button"><<link [[Продолжить|hisstepbro_fap_event]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<gif2 events caughtyou>>
<<say '$name' 'pic/assets/$name.png'>>Что? Ты в своём уме? Я жена твоего $hisstepbroа! К чему это может привести?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>В том-то и дело! Ты жена моего $hisstepbro, но ласкаешь свою киску, когда подглядываешь за мной.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Так, всё, пора это прекращать! Мне лучше уйти к себе.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Чтобы продолжить? Зачем же уходить? Мы можем продолжить это здесь, вместе.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что ты несёшь? Ты с ума сошёл? Я думаю, что...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да хватит уже! Зачем ты отпираешься? Тебе явно нравится то, что ты видишь, если ты ласкаешь себя, когда подсматриваешь за мной. Так зачем сопротивляться и скрывать это? Делай, как хочешь, но знай... Когда в следующий раз тебе захочется подсмотреть за мной, ты можешь смело войти и присоединиться.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я, эмм...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Я так и думал. Тогда до следующего раза! Если, конечно, ты не хочешь присоединиться сейчас.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Мне кажется ты не в себе... Мне лучше уйти.<</say>>
<div class="button"><<link "Уйти" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 6>>
\<<say '$name' 'pic/assets/$name.png'>><i>"Поверить не могу, что я это делаю, но, наверное, $hisstepbroname прав... Похоже, что я сама этого хочу, раз продолжаю за ним наблюдать..."</i><</say>>
<div class="text">Подумали вы и зайдя в гостиную, сели на диван рядом с $hisstepbronameом и раздвинув перед ним ноги, начали ласкать свою киску глядя ему в глаза.</div>
<<gif2 events mastogether>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>>Ну, что, этого ты хотел? Нравится смотреть на киску жены твоего $hisstepbroа?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ты не представляешь, насколько сильно нравится...<</say>>
<<say '$name' 'pic/assets/$name.png'>>О, так ты ни капли не смущён? Я думала, что ты будешь отпираться, а ты...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>С того момента, как с тебя соскочило полотенце, я только об этом и мечтал, но когда я заметил, что ты наблюдаешь за мной, я знал, что этот день настанет, так что... Не думаю, что здесь есть место смущению.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Но ты не думаешь, что это как-то неправильно?<</say>>
<div class="button"><<link [[Продолжить|hisstepbro_fap_event]]>><<set $eventpage to 7>><</link>></div>
\<<elseif $eventpage == 7>>
\<<gif2 events mastogether>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ни капельки... Ты мне нравишься и судя по тому, что сейчас находишься здесь, я тебе тоже, так что... Что здесь может быть неправильного?<</say>>
<<say '$name' 'pic/assets/$name.png'>>То, что я жена твоего $hisstepbroа, который приютил тебя и помог тебе в трудную минуту. А ты, вместо благодарности, совращаешь его жену.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, во-первых, ты сама совратилась, а во-вторых, мы просто ласкаем себя друг перед другом. Что в этом плохого? Вот если бы мы ласкали друг друга, тогда...<</say>>
<div class="button"><<link [[Взять его член в руку|hisstepbro_fap_event]]>><<set $eventpage to 8;$hisstepbro_quest to 6>><</link>></div>
<div class="button"><<link [[Кончить|hisstepbro_fap_event]]>><<set $eventpage to 10>><</link>></div>
\<<elseif $eventpage == 8>>
\<<gif2 events hisstepbrohandjob>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Оу... Такого я точно не ожидал...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Получается, что теперь то, что происходит это точно неправильно?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, почему же... Это просто...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Просто что? Что с тобой? Ты забыл как разговаривать?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Нет, я просто, ох...<</say>>
<<gif2 events cumonface>>
<div class="button"><<link [[Продолжить|hisstepbro_fap_event]]>><<set $eventpage to 9;$clean -= 10>><</link>></div>
\<<elseif $eventpage == 9>>
\<<pic2 events faceincum>>
<<say '$name' 'pic/assets/$name.png'>>Я так понимаю, что даже сейчас ты не считаешь, что это неправильно.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ебать... Это было неожиданно, но охренительно! Никогда бы не подумал, что жена моего $hisstepbroа заставит меня кончить подрочив мне.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да... Я бы тоже никогда бы не подумала... Ну, я, наверное, пойду, надо привести себя в порядок...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ага... Мне бы тоже не помешало...<</say>>
<div class="text">С этими словами, вы стёрли всю сперму с лица, оделись и <<link "вернулись к своим делам" $return>><<set $eventpage to 0;$cycle1 += 1;$hj += 1;$cumonface += 1>><</link>>.</div>
\<<elseif $eventpage == 10>>
\<<set $rand to random(1, 5);$arousal to 0;$clean -= 5>>
\<<gif3 sex orgasm $rand>>
<div class="text">Вы решили, что не стоит заходить так далеко и закончив мастурбировать, довели себя до оргазма и улыбнувшись ему, поправили одежду, подмигнули $hisstepbronameу и <<link "вернулись к своим делам" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>>.</div>
\<<elseif $eventpage == 11>>
\<<gif2 events mastogether>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Похоже, что это уже вошло в привычку, не так ли?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Даже не знаю, что тебе ответить... Я до сих пор не понимаю, как мы дошли до такого...<</say>>
<div class="button"><<link [[Взять его член в руку|hisstepbro_fap_event]]>><<set $eventpage to 8;$hisstepbro_quest to 6>><</link>></div>
<div class="button"><<link [[Кончить|hisstepbro_fap_event]]>><<set $eventpage to 10>><</link>></div>
\<<elseif $eventpage == 12>>
\<<if $corr >= 10>><<set $arousal += 10>><</if>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<div class="text">Приближаясь к гостиной, вы вдруг услышали стоны.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Опять порно смотрит?"</i><</say>>
<div class="text">Подумали вы подойдя к гостиной и снова увидели там, как $hisstepbroname мастурбирует на порно.</div>
<<gif2 events hisstepbrostroking>>
<<say '$name' 'pic/assets/$name.png'>><i>"Он не останавливается, да? Ну ладно..."</i><</say>>
<div class="button"><<link [[Зайти и присоединиться|hisstepbro_fap_event]]>><<set $eventpage to 13;$sexenergy to random(5, 10)>><</link>></div>
<div class="button"><<link "Уйти" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 13>>
\<<set $rand to random(1, 5);$arousal += 5;$sexenergy -= 1;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 5>><</if>>
\<<if $corr >= 100>><<set $arousal += 5>><</if>>
\<<if $sexenergy <= 0>><<set $eventpage to 14>><<goto "hisstepbro_fap_event">><</if>>
\<<gif3 sex handjob $rand>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $hisstepbro_quest == 6>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Тебе не кажется, что мы можем заниматься этим не только при таких обстоятельствах?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что ты имеешь ввиду?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, к чему всё это? Ты ловишь меня за просмотром порно, заходишь, начинаешь ласкать мой член. Разве мы не можем делать это в любое время, когда нам захочется?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, наверное ты прав...<</say>>
<div class="text"><i>"Теперь вы в любое время можете подрочить $hisstepbronameу просто подойдя и поговорив с ним."</i></div>
\<<set $hisstepbro_quest to 7>>
\<</if>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока дрочили член $hisstepbronameа.</div>
\<</if>>
\<<if $hisstepbro_quest >= 7 && $corr >= 60>>
<div class="button"><<link [[Взять его член в рот|hisstepbro_suck_event]]>><<if $hisstepbro_quest == 7>><<set $eventpage to 1>><<else>><<set $eventpage to 2>><</if>><</link>></div>
\<</if>>
<div class="button">[[Продолжить|hisstepbro_fap_event]]</div>
\<<elseif $eventpage == 14>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 2 $rand>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<div class="button"><<link [[Вытереть лицо|hisstepbro_fap_event]]>><<set $eventpage to 15;$handjob += 1;$cumonface += 1>><</link>></div>
\<<elseif $eventpage == 15>>
\<<gif4 sex cum 2 $rand>>
<div class="text">Вы вытерли салфеткой своё лицо и переведя дыхание, готовы вернуться к своим делам.</div>
<div class="button"><<link "Уйти" $return>><<set $eventpage to 0;$cycle1 += 1;$hj += 1;$cumonface += 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<if $corr >= 10>><<set $arousal += 10>><</if>>
\<<if $corr >= 30>><<set $arousal += 10>><</if>>
\<div class="text">Approaching the living room, you suddenly heard someone moaning.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"What the hell? Is he again?"</i><</say>>
<div class="text">You thought as you quietly approached the living room, hid behind the wall and poked your head slightly out the doorway, you saw $hisstepbroname masturbating to porn again.</div>
<<gif2 events hisstepbrostroking>>
<<say '$name' 'pic/assets/$name.png'>><i>"What the hell? I thought that we discussed everything and he would no longer do this outside his room."</i><</say>>
<div class="button"><<if $corr >= 15>><<link [[Watch him|hisstepbro_fap_event]]>><<set $eventpage to 2>><</link>><<else>>Action available only if corruption is above 15<</if>></div>
<div class="button"><<link "Just leave" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 2>>
\<<set $arousal += 10>>
\<<if $corr >= 20>><<set $arousal += 10>><</if>>
\<<gif2 events hisstepbrostroking>>
<<say '$name' 'pic/assets/$name.png'>><i>"I can't believe I'm actually watching $husbname`s $hisstepbro jerk off to porn in our living room."</i><</say>>
<<gif2 events caughthismasturb>>
\<<if $corr < 30>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<div class="button"><<if $corr >= 30>><<link [[Caress pussy|hisstepbro_fap_event]]>><<set $eventpage to 3>><</link>><<else>>Action available only if corruption is above 30<</if>></div>
<div class="button"><<link "Leave him alone" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 3>>
\<<set $arousal += 10>>
\<<if $corr >= 40>><<set $arousal += 10>><</if>>
\<<gif2 events hisstepbrostroking>>
<<say '$name' 'pic/assets/$name.png'>><i>"Oh... I don't know what came over me, but... I can't help myself..."</i><</say>>
<<if $hc == 1 or $hc == 0>><<gif2 events hc1_pussyrub>><<else>><<gif2 events hc2_pussyrub>><</if>>
\<<if $corr < 45>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">You had an orgasm while caressing your pussy while watching $hisstepbroname masturbate.</div>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ah... I hope he doesn't see me..."</i><</say>>
\<<if $hisstepbro_quest == 3>>
<div class="button"><<if $corr >= 30>><<link [[Caress pussy|hisstepbro_fap_event]]>><<set $eventpage to 4;$hisstepbro_quest to 4>><</link>><<else>>Action available only if corruption is above 30<</if>></div>
\<<elseif $hisstepbro_quest == 4>>
<div class="button"><<if $corr >= 45>><<link [[Join|hisstepbro_fap_event]]>><<set $eventpage to 6;$hisstepbro_quest to 5>><</link>><<else>>Action available only if corruption is above 45<</if>></div>
\<<elseif $hisstepbro_quest == 5>>
<div class="button"><<link [[Join|hisstepbro_fap_event]]>><<set $eventpage to 11>><</link>></div>
\<</if>>
<div class="button"><<link "Leave him alone" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<set $arousal += 10>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<div class="text">Despite the risk of being discovered, you continued to caress your pussy. However, at some point, you were so carried away by the process that you did not notice how you leaned too far out of the doorway.</div>
<<gif2 events caughtyou>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Oh, fuck, $name, I'm sorry, I know I promised, but... Wait a minute... What are you there... Were you caressing yourself watching me?<</say>>
<<say '$name' 'pic/assets/$name.png'>>What? No, I... Of course not! How could you think that? I just passed by and...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I never thought I'd find you like this.<</say>>
<<say '$name' 'pic/assets/$name.png'>>How? No, I'm telling you, I'm just...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Hush, hush, why are you so excited? Well, it's okay, you were just peeping at me.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What? I don't... And! Why are you doing it here again? You promised you would do this in your room!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, yes, but, I noticed that the second time I masturbated here, you were watching me and... I was wondering what all this could lead to, so I...<</say>>
<div class="button"><<link [[Next|hisstepbro_fap_event]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<gif2 events caughtyou>>
<<say '$name' 'pic/assets/$name.png'>>What? Are you out of your mind? I am your $hisstepbro's wife! What can this lead to?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>That's the point! You are my $hisstepbro's wife, but you caress your pussy when you peep on me.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Okay, time to stop this! I'd better go to myself.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>To continue? Why leave? We can continue this here, together.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What are you saying? Are you crazy? I think that...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Oh, come on! Why are you denying? You obviously like what you see if you caress yourself when you spy on me. So why resist and hide it? Do as you wish, but know... The next time you want to spy on me, feel free to come in and join.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I, ummm...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I knew it. Until the next time then! If you don't want to join now, of course.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I think you're out of your mind... I'd better leave.<</say>>
<div class="button"><<link "Leave" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 6>>
\<<say '$name' 'pic/assets/$name.png'>><i>"I can't believe I'm doing this, but I guess $hisstepbroname is right... Looks like I want it myself if I keep watching him..."</i><</say>>
<div class="text">You thought and went into the living room, sat on the sofa next to $hisstepbroname and spread your legs in front of him, began to caress your pussy looking into his eyes.</div>
<<gif2 events mastogether>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>>Well, is that what you wanted? Do you like looking at your $hisstepbro's wife's pussy?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>You have no idea how much...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Oh, so you're not the least bit embarrassed? I thought you were going to fight back, but you...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>From the moment your towel came off, I only dreamed about it, but when I noticed that you were watching me, I knew that this day would come, so... I don't think embarrassment is appropriate now.<</say>>
<<say '$name' 'pic/assets/$name.png'>>But don't you think it's wrong?<</say>>
<div class="button"><<link [[Next|hisstepbro_fap_event]]>><<set $eventpage to 7>><</link>></div>
\<<elseif $eventpage == 7>>
\<<gif2 events mastogether>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Not one bit... I like you, and judging by the fact that you're here right now, you like me too, so... What could be wrong with that?<</say>>
<<say '$name' 'pic/assets/$name.png'>>That I am the wife of your $hisstepbro, who sheltered you and helped you in difficult times. And you, instead of gratitude, seduce his wife.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, firstly, you yourself have been corrupted, and secondly, we are just caressing ourselves in front of each other. What's bad about it? Now, if we caress each other, then...<</say>>
<div class="button"><<link [[Take his dick in hand|hisstepbro_fap_event]]>><<set $eventpage to 8;$hisstepbro_quest to 6>><</link>></div>
<div class="button"><<link [[Cum|hisstepbro_fap_event]]>><<set $eventpage to 10>><</link>></div>
\<<elseif $eventpage == 8>>
\<<gif2 events hisstepbrohandjob>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Wow... I definitely didn't expect this...<</say>>
<<say '$name' 'pic/assets/$name.png'>>It turns out that now what is happening is exactly wrong?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, I'm not sure... It's just...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Just what? What's wrong with you? Did you forget how to speak?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>No, I just, uh...<</say>>
<<gif2 events cumonface>>
<div class="button"><<link [[Next|hisstepbro_fap_event]]>><<set $eventpage to 9;$clean -= 10>><</link>></div>
\<<elseif $eventpage == 9>>
\<<pic2 events faceincum>>
<<say '$name' 'pic/assets/$name.png'>>I take it that even now you don't think it's wrong.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Fuck... It was unexpected, but fucking awesome! I never thought that my $hisstepbro's wife would make me cum by handjob to me.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes... I would never have thought either... Well, I'll probably go, I need to clean myself up...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah... I wouldn't mind either...<</say>>
<div class="text">With that, you wiped all the cum off your face, got dressed and <<link "went back to your business" $return>><<set $eventpage to 0;$cycle1 += 1;$hj += 1;$cumonface += 1>><</link>>.</div>
\<<elseif $eventpage == 10>>
\<<set $rand to random(1, 5);$arousal to 0;$clean -= 5>>
\<<gif3 sex orgasm $rand>>
<div class="text">You decided that you shouldn't go so far and finished masturbating, brought yourself to orgasm and smiled at him, straightened your clothes, winked at $hisstepbroname and <<link "went back to your business" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>>.</div>
\<<elseif $eventpage == 11>>
\<<gif2 events mastogether>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>It looks like it's become a habit now, doesn't it?<</say>>
<<say '$name' 'pic/assets/$name.png'>>I don’t even know what to answer you... I still don’t understand how we got to this...<</say>>
<div class="button"><<link [[Take his dick in hand|hisstepbro_fap_event]]>><<set $eventpage to 8;$hisstepbro_quest to 6>><</link>></div>
<div class="button"><<link [[Cum|hisstepbro_fap_event]]>><<set $eventpage to 10>><</link>></div>
\<<elseif $eventpage == 12>>
\<<if $corr >= 10>><<set $arousal += 10>><</if>>
\<<if $corr >= 30>><<set $arousal += 10>><</if>>
\<div class="text">As you approached the living room, you suddenly heard moans.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Is he watching porn again?"</i><</say>>
<div class="text">You thought as you walked up to the living room and saw $hisstepbroname masturbate to porn again.</div>
<<gif2 events hisstepbrostroking>>
<<say '$name' 'pic/assets/$name.png'>><i>"He doesn't stop, does he? Well, okay..."</i><</say>>
<div class="button"><<link [[Come in and join|hisstepbro_fap_event]]>><<set $eventpage to 13;$sexenergy to random(5, 10)>><</link>></div>
<div class="button"><<link "Leave" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 13>>
\<<set $rand to random(1, 5);$arousal += 5;$sexenergy -= 1;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 5>><</if>>
\<<if $corr >= 100>><<set $arousal += 5>><</if>>
\<<if $sexenergy <= 0>><<set $eventpage to 14>><<goto "hisstepbro_fap_event">><</if>>
\<<gif3 sex handjob $rand>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $hisstepbro_quest == 6>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Don't you think that we can do this not only under such circumstances?<</say>>
<<say '$name' 'pic/assets/$name.png'>>What do you mean?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, what is all this for? You catch me watching porn, come in, start caressing my dick. Can't we do it any time we want?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, maybe you're right...<</say>>
<div class="text"><i>"Now you can jerk off to $hisstepbroname at any time just by walking up and talking to him."</i></div>
\<<set $hisstepbro_quest to 7>>
\<</if>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text">You had an orgasm while jerking $hisstepbroname's cock.</div>
\<</if>>
\<<if $hisstepbro_quest >= 7 && $corr >= 60>>
<div class="button"><<link [[Take his cock in your mouth|hisstepbro_suck_event]]>><<if $hisstepbro_quest == 7>><<set $eventpage to 1>><<else>><<set $eventpage to 2>><</if>><</link>></div>
\<</if>>
<div class="button">[[Continue|hisstepbro_fap_event]]</div>
\<<elseif $eventpage == 14>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 2 $rand>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
<div class="button"><<link [[Wipe your face|hisstepbro_fap_event]]>><<set $eventpage to 15;$handjob += 1;$cumonface += 1>><</link>></div>
\<<elseif $eventpage == 15>>
\<<gif4 sex cum 2 $rand>>
<div class="text">You wiped your face with a napkin and took a breath, ready to return to your business.</div>
<div class="button"><<link "Leave" $return>><<set $eventpage to 0;$cycle1 += 1;$hj += 1;$cumonface += 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<say '$name' 'pic/assets/$name.png'>>$husbname, ты хотел о чём-то со мной поговорить?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, солцне, иди ко мне.<</say>>
<div class="text">Вы присели на кровати рядом со своим мужем и спросили, о чём он хочет поговорить.</div>
<<pic2 events bedroomhusbtalk>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Видишь ли, я тут зашёл на твою страницу Holagram и был немного шокирован. Ты выкладываешь там фотографии, на которых ты в нижнем белье. Ты не думаешь, что прежде, чем выкладывать такие фотографии, нужно было обсудить это со мной?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я... Блин, я не знаю, что на меня нашло, но... Ты прав, нельзя было делать этого не убедившись, что ты не против. Прости, я сейчас же всё удалю...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Не нужно ничего удалять, любимая, дело не в этом. Ты можешь продолжать выкладывать туда подобные фотографии и я даже больше скажу, ты можешь даже выкладывать фотографии на которых ты топлесс, если захочешь, в чём я сильно сомневаюсь. Я лишь хочу сказать, что прежде, чем делать подобные вещи, предупреждай, пожалуйста, меня. Хорошо?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я... Эмм... Хорошо, но... Топлесс? Тебе реально всё равно, что кто-то увидит меня голой? Мне кажется, что я с каждым днём всё больше и больше удивляюсь тебе.<</say>>
<div class="button"><<link [[Дальше|husband_event_1]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic2 events bedroomhusbtalk>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, конечно же мне не всё равно! Как ты могла такое подумать? Ты же знаешь, что я человек свободных взглядов. Когда я вижу фотографию, на которой запечатлена красивая, стройная, обнажённая девушка, я, в первую очередь, считаю это искусством. У тебя замечательная фигура и я рад, что ты не стесняешься её показывать. И если ты хочешь делиться подобными фотографиями с обществом, то знай, что я поддержу тебя.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, вообще-то... Ты знаешь, я даже не смотрела на это под таким углом. Наверное ты прав, но... Топлесс...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Что именно тебя смущает? Ты стесняешься показывать свою грудь или ты считаешь это чем-то пошлым и неприемлимым?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, наверное, второй вариант...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, смотри... Сколько фильмов ты помнишь, которые не связаны с эротикой, но в которых есть обнажёнка? Их не сосчитать! Множество известных, востребованных и высокооплачиваемых актрис хотя бы раз обнажались на камеру. У этих женщин есть нормальные, счастливые семьи. Ты же не считаешь их шлюхами только из-за того, что они показали свою грудь всему миру в фильме с потрясающим сюжетом и сборами в сотни миллионов долларов?<</say>>
<div class="button"><<link [[Дальше|husband_event_1]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 events bedroomhusbtalk>>
<<say '$name' 'pic/assets/$name.png'>>Что ж, наверное, это имеет смысл... То есть, я правильно понимаю, что ты абсолютно нормально отнесёшься к тому, что я буду выкладывать фотографии, на которых я полностью обнажена?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Абсолютно! Но не забывай, что в Holagram разрешено выкладывать только фотографии с обнажённой грудью. Фотографии, где ты полностью обнажена, там размещать запрещено.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, конечно я помню, но... Блин, вообще-то я даже не думала об этом, просто...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, получается, что думала, раз уж спросила? Если когда-нибудь захочешь делиться нюдсами, то для этого существует ForFans.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ты серьёзно? Чёрт, поверить не могу, что мой муж сам подталкивает меня на это и...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Я ни к чему тебя не подталкиваю! Я лишь говорю, что я не против этого, а делать это или нет, решать тебе.<</say>>
<div class="button"><<link [[Дальше|husband_event_1]]>><<set $eventpage to 4;$onlyfansunlocked to 1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic2 events bedroomhusbtalk>>
<<say '$name' 'pic/assets/$name.png'>>Что ж... Буду иметь ввиду, наверное... Погоди! А как же наши родственники? Как же $hisstepbroname? Что, если он увидит эти фотографии?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>И что? Это наше с тобой личное дело. Если его это как-то возмутит и он будет задавать вопросы по этому поводу, то скажи мне и я поговорю с ним. Но я очень сильно сомневаюсь, что это его возмутит. А тот факт, что он увидит тебя голой... Ну... Ничего страшного! Он же не в порно тебя увидит.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Всё равно, мне кажется, что это как-то неправильно...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Правильно или нет, решать тебе. Главное, что мы это обсудили и ты теперь знаешь, что я ничего не имею против. А ты теперь знаешь, что я в курсе того, чем ты занимаешься и что в будущем не возникнет никаких проблем на этом фоне.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да уж... Вообще, если честно, я, наверное, даже рада, что ты у меня такой.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Какой?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, ты ко многому относишься спокойно и с пониманием. С тобой можно поговорить на любую тему зная, что ты не устроишь истерику и т.д.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Я думал, что за три года совместной жизни ты должна была это понять, но ладно, сочту это за комплимент.<</say>>
<div class="button"><<link [[Дальше|husband_event_1]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<pic2 events bedroomhusbtalk>>
<<say '$name' 'pic/assets/$name.png'>>Ну, раньше у нас не было подобных разговоров, а сейчас... Сейчас я вообще не понимаю, что на меня нашло и почему я начала выкладывать подобные фотографии. Поэтому теперь, получается, я узнаю тебя с новой стороны.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Получается, что и я тоже. Ведь я никогда бы не подумал, что ты будешь выкладывать фотки в нижнем белье.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Даже не знаю, что подтолкнуло меня к этому...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Всё хорошо, ни о чём не переживай! Занимайся тем, чем тебе хочется. Люблю тебя!<</say>>
<<say '$name' 'pic/assets/$name.png'>>И я тебя очень люблю!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Слушай, я бы хотел завершить наш разговор немного иначе, но мне нужно отойти ненадолго, так что... Я рад, что мы всё обсудили и... Увидимся позже.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, конечно, у меня тоже есть некоторые дела. Увидимся!<</say>>
<div class="button"><<link "Вернуться к своим делам" $return>><<set $eventpage to 0;$husband_quest to 2>><<if $cycle1 != 7>><<set $cycle1 += 1>><</if>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<say '$name' 'pic/assets/$name.png'>>$husbname, did you want to talk to me about something?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yes, sun, come to me.<</say>>
<div class="text">You sat down on the bed next to your husband and asked what he wanted to talk about.</div>
<<pic2 events bedroomhusbtalk>>
<<say '$husbname' 'pic/assets/$husbname.png'>>You see, I just went to your Holagram page and I was a little shocked. You post pictures of you in your underwear. Don't you think that before posting such photos, you should have discussed it with me?<</say>>
<<say '$name' 'pic/assets/$name.png'>>I... Damn, I don't know what came over me, but... You're right, I shouldn't have done this without making sure you didn't mind. I'm sorry, I'll delete it right now...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>You don't need to delete anything, love, that's not the point. You can keep posting photos like this and I'll go even further, you can even post topless photos if you want, which I highly doubt. I just want to say that before you do such a thing, please warn me. Okay?<</say>>
<<say '$name' 'pic/assets/$name.png'>>I... Umm... Okay, but... Topless? Do you really don't care if someone sees me naked? It seems to me that every day I am more and more surprised by you.<</say>>
<div class="button"><<link [[Next|husband_event_1]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic2 events bedroomhusbtalk>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, of course I care! How could you think that? You know that I am a man of free views. When I see a photograph of a beautiful, slender, naked girl, I, first of all, consider it art. You have a wonderful figure and I am glad that you are not shy to show it. And if you want to share such photos with the community, then know that I will support you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, actually... You know, I didn't even look at it from that angle. You're probably right, but... Topless...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>What exactly is bothering you? Are you embarrassed to show your breasts or do you think it is something vulgar and unacceptable?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, it's probably the second option...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Look... How many films do you remember that are not erotic but have nudity? They can't be counted! Many famous, sought-after and highly paid actresses have been naked on camera at least once. These women have normal, happy families. You don't think they're whores just because they showed their breasts to the world in a movie with an amazing storyline and hundreds of millions of dollars, do you?<</say>>
<div class="button"><<link [[Next|husband_event_1]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 events bedroomhusbtalk>>
<<say '$name' 'pic/assets/$name.png'>>Well, that probably makes sense... So, I understand correctly that you will be absolutely fine with the fact that I will post photos in which I am completely naked?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Absolutely! But don't forget that only bare-breasted photos are allowed on Holagram. Photos where you are completely naked are not allowed there.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, of course I remember, but... Man, I didn't even think about it, I just...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, it turns out that you thought, since you asked? If you ever want to share nudes, ForFans is for that.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Are you serious? Damn, I can't believe my husband is pushing me into this and...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I'm not pushing you to anything! I'm just saying that I'm not against it, and whether you do it or not is up to you.<</say>>
<div class="button"><<link [[Next|husband_event_1]]>><<set $eventpage to 4;$onlyfansunlocked to 1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic2 events bedroomhusbtalk>>
<<say '$name' 'pic/assets/$name.png'>>Well... I'll keep that in mind, I guess... Wait a minute! But what about our relatives? What about $hisstepbroname? What if he sees these photos?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>So what? This is our personal business. If he is outraged and asks questions about it, then tell me and I will talk to him. But I doubt very much that it will anger him. And the fact that he sees you naked... Well... It's okay! He's not going to see you in porn after all.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Anyway, I think it's wrong...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Right or wrong, it's up to you. The main thing is that we discussed it and now you know that I have nothing against it. And now you know that I am aware of what you are doing and that in the future there will be no problems about it.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah ... To be honest, I'm probably even glad that I have you like that.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Like what?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, you take a lot of things calmly and with understanding. I can talk with you on any topic knowing that you will not throw a tantrum, etc.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I thought that after three years of living together, you should have understood this, but okay, I'll take it as a compliment.<</say>>
<div class="button"><<link [[Next|husband_event_1]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<pic2 events bedroomhusbtalk>>
<<say '$name' 'pic/assets/$name.png'>>Well, before we didn’t have such conversations, but now... Now I don’t understand at all what came over me and why I started posting such photos. So now, it turns out, I get to know you from a new side.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>It turns out that I do too. After all, I never would have thought that you would upload pictures in underwear.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I don't even know what made me do this...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>It's all right, don't worry about anything! Do what you want. Love you!<</say>>
<<say '$name' 'pic/assets/$name.png'>>I really love you too!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Look, I'd like to end our conversation a little differently, but I have to go away for a bit, so... I'm glad we talked it over and... See you later.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, of course, I also have some things to do. See you!<</say>>
<div class="button"><<link "Get back to your business" $return>><<set $eventpage to 0;$husband_quest to 2>><<if $cycle1 != 7>><<set $cycle1 += 1>><</if>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $statpage == 1>>
\<div class="text">
\Чистота: $clean
Фитнес: $fit
Загар: $tan
Привлекательность: $beauty
Разврат: $corr
Возбуждение: $arousal
Делала хэнджоб: $hj
Делала минет: $bj
Делала глубокий минет: $deepbj
Занималась сексом: $sexact
Занималась вагинальным сексом: $vaginalsex
Занималась анальным сексом: $analsex
Испытала оргазмов: $orgasm
Кончали на лицо: $cumonface
Кончали в рот: $cuminmouth
Кончали на грудь: $cumonboobs
Кончали на живот: $cumonbelly
Кончали на попу: $cumonass
Кончали в киску: $creampie
Кончали в попу: $analcreampie
Глотала: $swallow
Сплёвывала: $spit
\</div>
<div class="button"><<link [[Назад|phone]]>><<set $statpage to 0;$phonepage to 1>><</link>></div>
\<div class="button"><<link "Закрыть" $return>><<set $statpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $statpage == 1>>
\<div class="text">
\Cleanliness: $clean
Fitness: $fit
Tan: $tan
Beauty: $beauty
Corruption: $corr
Arousal: $arousal
Gave a handjob: $hj
Gave a blowjob: $bj
Gave a deepthroat: $deepbj
Had sex: $sexact
Had vaginal sex: $vaginalsex
Had anal sex: $analsex
Had orgasm: $orgasm
Got facial: $cumonface
Got cum in mouth: $cuminmouth
Got cum on boobs: $cumonboobs
Got cum on belly: $cumonbelly
Got cum on ass: $cumonass
Got creampie: $creampie
Got anal creampie: $analcreampie
Swallowed cum: $swallow
Spitted cum: $spit
\</div>
<div class="button"><<link [[Back|phone]]>><<set $statpage to 0;$phonepage to 1>><</link>></div>
\<div class="button"><<link "Close" $return>><<set $statpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@<<widget "auto_small_events">>
/* Ветер поднимает юбку */
<<set $windyskirt_rand to random(1, 100)>>
<<if $windy_skirt_cycle != $cycle1 && $windyskirt_rand <= 7 && ($c == 3 or ($c >= 10 && $c <= 28)) && ($southpage == 1 or $centerpage == 1 or $eastpage == 1 or $westpage == 1 or $northpage == 1 or $parkpage == 1) && $buspage == 0 && $eventpage == 0>><<set $windyskirtpage to 1;$southpage to 0;$centerpage to 0;$eastpage to 0;$westpage to 0;$northpage to 0;$parkpage to 0;$windy_skirt_cycle to $cycle1>><<goto "windyskirt_event">><</if>>
/* Мокрая одежда от дождя */
<<set $rain_wet_clothes_rand to random(1, 100)>>
<<if $rain_wet_clothes_cycle != $cycle1 && $rain_wet_clothes_rand <= 7 && $uw == 0 && ($southpage == 1 or $centerpage == 1 or $eastpage == 1 or $westpage == 1 or $northpage == 1 or $parkpage == 1) && $buspage == 0 && $eventpage == 0>><<set $rain_wet_clothes_page to 1;$southpage to 0;$centerpage to 0;$eastpage to 0;$westpage to 0;$northpage to 0;$parkpage to 0;$rain_wet_clothes_cycle to $cycle1>><<goto "rain_wet_clothes_event">><</if>>
<</widget>>@@.left;
\<<if $lang == "ru">>
\<<if $windyskirtpage == 1>>
\<<set $rand to random(1, 3)>>
\<<if $corr >= 20 && $corr < 50>><<set $arousal += 10>><<elseif $corr >= 50>><<set $arousal += 20>><</if>>
\<<gif3 events windy_skirt $rand>>
\<<if $corr < 40>>
\<<if $uw == 0>>
<div class="text">Пока вы шли по улице, внезапно подул сильный ветер который поднял вашу юбку предоставив всем окружающим завораживающей вид на вашу задницу. Так как вы не носите нижнего белья, окружающие вас люди также получили замечательную возможность заценить вашу киску.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин! Как неловко то... Не надевать нижнее бельё было плохой идеей... Надеюсь, никто не заметил..."</i><</say>>
<div class="text">Подумали вы, хотя прекрасно понимали, что ваши прелести заценили все окружающие...</div>
\<<if $plug_in == 1>>
\<<set $rand to random(1, 2)>>
<<pic4 events windy_skirt $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин! Анальная пробка! Чёрт! Надеюсь никто не заметил..."</i><</say>>
\<</if>>
\<<else>>
<div class="text">Пока вы шли по улице, внезапно подул сильный ветер который поднял вашу юбку предоставив всем окружающим завораживающей вид на вашу задницу. Хорошо, что вы носите нижнее бельё. В противном случае, вы, наверное, сгорели бы со стыда.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин! Как неловко то... Хорошо, что на мне есть нижнее бельё, но всё равно... Надеюсь, никто не заметил..."</i><</say>>
<div class="text">Подумали вы, хотя прекрасно понимали, что вашу задницу заценили все окружающие...</div>
\<</if>>
\<<else>>
\<<if $uw == 0>>
<div class="text">Пока вы шли по улице, внезапно подул сильный ветер который поднял вашу юбку предоставив всем окружающим завораживающей вид на вашу задницу. Так как вы не носите нижнего белья, окружающие вас люди также получили замечательную возможность заценить вашу киску.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин! Чёртов ветер! Ну и ладно, зато порадовала окружающих замечательным видом. Надеюсь, им понравилось..."</i><</say>>
<div class="text">Подумали вы, прекрасно понимая, что ваши прелести заценили все окружающие...</div>
\<<if $plug_in == 1>>
\<<set $rand to random(1, 2)>>
<<pic4 events windy_skirt plug $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин! Анальная пробка! Надеюсь никто не... Хотя... Увидели так увидели..."</i><</say>>
\<</if>>
\<<else>>
<div class="text">Пока вы шли по улице, внезапно подул сильный ветер который поднял вашу юбку предоставив всем окружающим завораживающей вид на вашу задницу.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин! Чёртов ветер! Ну и ладно, зато порадовала окружающих своей попкой. Надеюсь, им понравилось..."</i><</say>>
<div class="text">Подумали вы, прекрасно понимая, что вашу задницу заценили все окружающие...</div>
\<</if>>
\<</if>>
<div class="button"><<link "Идти дальше" $return>><</link>></div>
\<</if>>
\<<else>>
\<<if $windyskirtpage == 1>>
\<<set $rand to random(1, 3)>>
\<<if $corr >= 20 && $corr < 50>><<set $arousal += 10>><<elseif $corr >= 50>><<set $arousal += 20>><</if>>
\<<gif3 events windy_skirt $rand>>
\<<if $corr < 40>>
\<<if $uw == 0>>
<div class="text">While you were walking down the street, a strong wind suddenly blew up your skirt, giving everyone around you a mesmerizing view of your ass. Since you are not wearing any underwear, the people around you also got a great opportunity to check out your pussy.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Oh my! That's awkward... It was a bad idea not to wear underwear... I hope no one noticed..."</i><</say>>
<div class="text">Even though you knew that everyone around you could see your private parts...</div>
\<<if $plug_in == 1>>
\<<set $rand to random(1, 2)>>
<<pic4 events windy_skirt $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn! Butt plug! Shit! Hope no one noticed..."</i><</say>>
\<</if>>
\<<else>>
<div class="text">While you were walking down the street, a strong wind suddenly blew up your skirt, giving everyone around you a mesmerizing view of your ass. It's a good thing you're wearing underwear. Otherwise, you'd probably burn with shame.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Oh my! That's awkward... It's a good thing I'm wearing underwear, but still... I hope no one noticed..."</i><</say>>
<div class="text">Even though you knew that everyone around you could see your ass...</div>
\<</if>>
\<<else>>
\<<if $uw == 0>>
<div class="text">While you were walking down the street, a strong wind suddenly blew up your skirt, giving everyone around you a mesmerizing view of your ass. Since you are not wearing any underwear, the people around you also got a great opportunity to check out your pussy.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Crap! Damn wind! Well, at least I gave the people around me a great view. I hope they liked it..."</i><</say>>
<div class="text">Even though you knew that everyone around you could see your private parts...</div>
\<<if $plug_in == 1>>
\<<set $rand to random(1, 2)>>
<<pic4 events windy_skirt plug $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn! Butt plug! I hope no one... Well... Never mind..."</i><</say>>
\<</if>>
\<<else>>
<div class="text">While you were walking down the street, a strong wind suddenly blew up your skirt, giving everyone around you a mesmerizing view of your ass.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Crap! Damn wind! Well, at least my ass made people happy. I hope they liked it..."</i><</say>>
<div class="text">Even though you knew that everyone around you could see your ass...</div>
\<</if>>
\<</if>>
<div class="button"><<link "Move on" $return>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<pic4 act work univer relax>>
<div class="text">После небольшого отдыха вы полны сил и готовы провести следующую лекцию. Однако как только вы собрались отправиться в свою аудиторию вы услышали, как ректор вызывает вас к себе через громкоговоритель.</div>
\<<set $rectorname to 'Кевин';$rectorsurname to 'Харди'>>
Имя ректора: <<textbox '$rectorname' $rectorname autofocus>> @@#error;@@
Фамилия: <<textbox '$rectorsurname' $rectorsurname autofocus>> @@#error;@@
<div class="button"><<link [[Идти к ректору|teacher_event_1]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic3 events univer rector>>
<<say '$name' 'pic/assets/$name.png'>>Здравствуйте, мистер $rectorsurname. Вы меня вызывали?<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Да, $name, пожалуйста, присаживайтесь.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Я хотел бы поговорить с вами о фотографиях, которые вы публикаете в социальных сетях. Я понимаю, что с недавнего времени в Holagram разрешили размещать фотографии с неприкрытыми сосками, но я не думал, что этим будете пользоваться вы.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Понимаете, я...<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Я бы попросил вас не перебивать меня, $name, я ещё не закончил. Так вот... Вы, наверное, забыли, что на вас подписаны не только те люди, которых интересует, что у вас под одеждой, но и ваши студенты. Да что там студенты, я тоже подписан на ваш Holagram. Кроме того, вы состоите в группе нашего Университета и я не сомневаюсь, что есть преподаватели, которые тоже подписаны на вас.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>При всём вышесказанном, у меня возникает вопрос... Вы действительно считаете, что это нормально? Вас не волнует то, что эти фотографии могут увидеть ваши студенты?<</say>>
<div class="button"><<link [[Не вижу никаких проблем|teacher_event_1]]>><<set $eventpage to 3>><<if $corr < 100>><<set $corr += 1>><</if>><</link>></div>
\<div class="button"><<link [[Этого больше не повторится|teacher_event_1]]>><<set $eventpage to 7>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic3 events univer rector>>
\<<if $corr < 100>><div class="button"><font color=red>Разврат + 1</font></div><</if>>
<<say '$name' 'pic/assets/$name.png'>>При всём уважении, мистер $rectorsurname, я не понимаю, почему я должна считать это ненормальным. Я преподаватель Университета, а не школы и все наши студенты достигли совершеннолетия. Что касается вас и других преподавателей, то я также не вижу в этом никакой проблемы. Мы все взрослые люди и должны понимать, что фотографии, которые я выкладываю в своём Holagram, это моё личное дело и я имею на это полное право.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Разумеется, $name! Я полностью согласен, что вы имеете на это полное право и я просто не могу иметь что-то против этого. Я вызвал вас не для того, чтобы отчитывать вас, а для того, чтобы донести до вас то, чего, скорее всего, вы не осознаёте.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Вы, как преподаватель высшего учебного заведения, должны осознавать все последствия ваших поступков и должны понимать, что подобные фотографии прямым образом повлияют на вашу репутацию и на отношение к вам ваших студентов.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что вы имеете ввиду? Как это должно повлиять на их отношение ко мне? Современная молодёжь более раскрепощённая, чем были мы в их годы. Они более проще относятся к подобным вещам, поэтому я считаю, что все отнесутся к этому с пониманием.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Вы старше ваших студентов всего на 5 лет. Как вы можете говорить о разнице в раскрепощённости?<</say>>
<div class="button"><<link [[Дальше|teacher_event_1]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic3 events univer rector>>
<<say '$name' 'pic/assets/$name.png'>>Поверьте, 5 лет разницы довольно ощутимо в наше время.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Что ж, вам виднее, мисс $surname. Однако я считаю, что есть кое-что, в чём наши поколения ничем не отличаются.<</say>>
<<say '$name' 'pic/assets/$name.png'>>И что же это?<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Мисс $surname, неужели, когда вы были в их возрасте, вы рассуждали также, как и сейчас? Я имею ввиду... Им только исполнилось 18! Детство ещё не окончательно выветрилось из их голов. Вот если бы вы, будучи студенткой, увидели бы в соц сетях обнажённые фотографии вашей преподавательницы, какова была бы ваша реакция? И каковы были бы ваши действия?<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>И только не говорите мне, что вы бы отнеслись к этому с полным пониманием, что это её личное дело, что она имеет на это полное право и что это абсолютно нормально. Да я в жизни в это не поверю! Во-первых, если вы не вели развязный образ жизни, то вам наверняка стало бы за неё стыдно. Во-вторых, присутствуя на её паре, вы бы вряд-ли воспринимали бы её в серьёз. В-третьих, вы бы наверняка подшучивали над ней вместе с вашими друзьями. Ну и в-четвёртых, это вызвало бы волну сплетен среди всех студентов, в том числе среди вас и ваших друзей. Разве не так?<</say>>
<div class="button"><<link [[Дальше|teacher_event_1]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<pic3 events univer rector>>
<<say '$name' 'pic/assets/$name.png'>>Ну, я не думала об этом под таким углом, так что... Наверное вы правы, но...<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Послушайте... Как я уже сказал, я не собираюсь вас отчитывать и тем более угрожать вам увольнением. Я лишь хочу, чтобы вы осознали, к чему могут привести подобные фотографии.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я понимаю, и...<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Не поймите меня неправильно, мисс $surname, я ценю вас как преподавателя и увольнять вас за такое я не собираюсь. Однако хочу заметить, что если это повлияет на отношение к вам ваших студентов, если они перестанут воспринимать вас всерьёз и если эффективность ваших лекций снизится, то я просто вынужден буду вас уволить. Поймите, я ректор высшего учебного заведения и я просто не могу позволить допустить такое.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Мистер $rectorsurname, я поняла вас и обещаю, что обдумаю ваши слова.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Я безусловно рад, мисс $surname. Мне очень не хотелось бы терять столь ценного преподавателя. Вы можете идти, скоро начнётся лекция.<</say>>
<div class="button"><<link [[Дальше|teacher_event_1]]>><<set $eventpage to 6>><</link>></div>
\<<elseif $eventpage == 6>>
\<<pic2 act thinking>>
<div class="text">Выйдя из кабинета ректора и направившись в сторону аудитории для проведения следующей лекции, вы всерьёз задумались над словами ректора.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Что ж... Наверное, стоило ожидать, что этот разговор состоится. Наверное, мистер $rectorsurname в чём-то прав... Я совершенно не подумала о последствиях таких фотографий. Но с другой стороны, наверное стоит сначала посмотреть, будут ли изменения в отношении ко мне со стороны студентов, прежде чем паниковать и прекращать выкладывать фотографии топлесс."</i><</say>>
<div class="button"><<link [[Преподавать|teacherwork]]>><<set $eventpage to 0;$teacherpage to 3;$cycle1 += 1;$clean -= 5;$univer_quest to 2>><</link>></div>
\<<elseif $eventpage == 7>>
\<<pic3 events univer rector>>
<<say '$name' 'pic/assets/$name.png'>>Что ж, вы наверное правы, мистер $rectorsurname. Я совершенно не подумала о том, что на меня могут быть подписаны мои студенты или даже вы, так что этого больше не повторится...<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Мисс $surname, вы меня неправильно поняли. Я вызвал вас не для того, чтобы отчитывать вас, а для того, чтобы предостеречь вас. Вы вольны делать всё, что угодно на своей странице Holagram, однако я хотел убедиться, что вы понимаете все последствия ваших поступков. Вы, как преподаватель высшего учебного заведения, должны понимать, что подобные фотографии прямым образом повлияют на вашу репутацию и на отношение к вам ваших студентов.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что вы имеете ввиду? Как это должно повлиять на их отношение ко мне? Современная молодёжь более раскрепощённая, чем были мы в их годы. Они более проще относятся к подобным вещам, поэтому я считаю, что все отнесутся к этому с пониманием.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Вы старше ваших студентов всего на 5 лет. Как вы можете говорить о разнице в раскрепощённости?<</say>>
<div class="button"><<link [[Дальше|teacher_event_1]]>><<set $eventpage to 4>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<pic4 act work univer relax>>
<div class="text">After a short break, you'll feel refreshed and ready for the next lecture. However, just as you were about to leave for your audience, you heard the rector calling you into his office through a loudspeaker.</div>
\<<set $rectorname to 'Kevin';$rectorsurname to 'Hardy'>>
Rector's name: <<textbox '$rectorname' $rectorname autofocus>> @@#error;@@
Surname: <<textbox '$rectorsurname' $rectorsurname autofocus>> @@#error;@@
<div class="button"><<link [[Go to rector|teacher_event_1]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic3 events univer rector>>
<<say '$name' 'pic/assets/$name.png'>>Hello Mr $rectorsurname. Did you call me?<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Yes, $name, please have a seat.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>I would like to talk to you about the photos you post on social media. I understand Holagram has recently allowed bare nipples to be posted, but I didn't think you'd be using it.<</say>>
<<say '$name' 'pic/assets/$name.png'>>You see, I...<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>I would ask you not to interrupt me, $name, I'm not finished yet. So... You probably forgot that not only those people who are interested in what you have under your clothes, but also your students are followed you. Not only students, I am also followed your Holagram. In addition, you are in the group of our University in Holagram and I have no doubt that there are teachers who also followed you.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>With all of the above, I have a question... Do you really think that this is normal? Don't you care if your students can see these photos?<</say>>
<div class="button"><<link [[I don't see any problems|teacher_event_1]]>><<set $eventpage to 3>><<if $corr < 100>><<set $corr += 1>><</if>><</link>></div>
\<div class="button"><<link [[This will not happen again|teacher_event_1]]>><<set $eventpage to 7>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic3 events univer rector>>
\<<if $corr < 100>><div class="button"><font color=red>Corruption + 1</font></div><</if>>
<<say '$name' 'pic/assets/$name.png'>>With all due respect, Mr. $rectorsurname, I don't see why I should think this is crazy. I am a university teacher, not a school teacher, and all of our students are of legal age. As for you and other teachers, I see no problem with this either. We are all adults and should understand that the photos I post on my Holagram are my personal business and I have the right to do so.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Of course $name! I fully agree that you have the right to do so, and I just cannot object to it. I did not call you to reprimand you, but to tell you something that you are probably not aware of.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>As an instructor in an institution of higher education, you must be aware of the consequences of your actions and understand that such photographs directly affect your reputation and your students' attitudes toward you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What do you mean? How should this affect their attitude towards me? Today's youth is more liberated than we were in their years. They are more relaxed about such things, so I think that everyone will treat this with understanding.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>You are only 5 years older than your students. How can you talk about the difference in emancipation?<</say>>
<div class="button"><<link [[Next|teacher_event_1]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic3 events univer rector>>
<<say '$name' 'pic/assets/$name.png'>>Believe me, 5 years of difference is quite noticeable in our time.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Well, you know better, Miss $surname. However, I believe that there is something in which we are no different.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What is it?<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Miss $surname, when you were their age, did you think the same way you do now? I mean... They've just turned 18! Childhood has not yet completely disappeared from their heads. Now, if you, as a student, saw naked photos of your teacher on social networks, what would be your reaction? And what would be your action?<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>And don't tell me that you would take this with full understanding that this is her own business, she has the right to it and this is absolutely normal. I won't believe it for the rest of my life! Firstly, if you did not lead a cheeky lifestyle, then you would certainly be ashamed of her. Secondly, if you were present at her lecture, you would hardly take her seriously. Thirdly, you would probably make fun of her with your friends. And fourthly, it would cause a wave of gossip among all students, including among you and your friends. Isn't it?<</say>>
<div class="button"><<link [[Next|teacher_event_1]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<pic3 events univer rector>>
<<say '$name' 'pic/assets/$name.png'>>Well, I didn't think about it that way, so... You're probably right, but...<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Listen... Like I said, I'm not going to chastise you, let alone threaten you with dismissal. I just want you to realize what these photos can lead to.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, I understand, and...<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Don't get me wrong Miss $surname, I appreciate you as a teacher and I'm not going to fire you for that. However, I want to note that if this affects the attitude of your students towards you, if they stop taking you seriously and if the effectiveness of your lectures decreases, then I will just have to fire you. Understand me, I am the rector of a higher educational institution and I just cannot allow this to happen.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Mr. $rectorsurname, I understand you and I promise that I will think about your words.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>I'm certainly glad, Miss $surname. I would hate to lose such a valuable teacher. You can go, the lecture will start soon.<</say>>
<div class="button"><<link [[Next|teacher_event_1]]>><<set $eventpage to 6>><</link>></div>
\<<elseif $eventpage == 6>>
\<<pic2 act thinking>>
<div class="text">Leaving the rector's office and heading towards the audience for the next lecture, you seriously thought about his words.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Well... I guess I should have expected this conversation to take place. Maybe Mr. $rectorsurname is partially right... I didn't think about the consequences of such photos at all. But on the other hand, it’s probably worth first seeing if there will be changes in the attitude of the students towards me before panicking and stopping posting topless photos."</i><</say>>
<div class="button"><<link [[Teach|teacherwork]]>><<set $eventpage to 0;$teacherpage to 3;$cycle1 += 1;$clean -= 5;$univer_quest to 2>><</link>></div>
\<<elseif $eventpage == 7>>
\<<pic3 events univer rector>>
<<say '$name' 'pic/assets/$name.png'>>Well, you're probably right, Mr. $rectorsurname. I didn't think at all that my students or even you might be following me, so it won't happen again...<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>Miss $surname, you misunderstood me. I called you not to reprimand you, but to warn you. You are free to do whatever you want on your Holagram page, however I wanted to make sure you understand the implications of what you do. You, as a teacher of a higher educational institution, must understand that such photos will directly affect your reputation and the attitude of your students towards you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What do you mean? How should this affect their attitude towards me? Today's youth is more liberated than we were in their years. They are more relaxed about such things, so I think that everyone will treat this with understanding.<</say>>
<<say '$rectorname' 'pic/assets/$rectorname.png'>>You are only 5 years older than your students. How can you talk about the difference in emancipation?<</say>>
<div class="button"><<link [[Next|teacher_event_1]]>><<set $eventpage to 4>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $policepage == 0 or ndef $policepage>><<set $policepage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $policepage == 1>>
\<<pic2 city police>>
<div class="button"><<link [[На улицу|center]]>><<set $policepage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $policepage == 1>>
\<<pic2 city police>>
<div class="button"><<link [[Outside|center]]>><<set $policepage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if ($cheatpage == 0 or ndef $cheatpage) && $cheats_unlocked == 1>><<set $cheatpage to 3>><<elseif ($cheatpage == 0 or ndef $cheatpage) && ($cheats_unlocked == 0 or ndef $cheats_unlocked)>><<set $cheatpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $cheatpage == 1>>
\<div class="text">
\Код вы можете получить поддержав меня на моей странице <a href="https://www.patreon.com/SelinaGames" target="_blank">Patreon</a>. Если вы уже поддержали меня, но не знаете код, посмотрите внимательней пост с текущим обновлением.
На данный момент код открывает доступ только к чит-меню, однако в дальнейшем я планирую расширить доступ добавив галерею, в которой вы сможете заново посмотреть открытые вами сцены.
<font color=red>Я настоятельно не рекомендую пользоваться читами, поскольку это может повлиять на игровой процесс! Есть вероятность нарушить логику игры и пропустить некоторые события! Пользоваться читами рекомендуется только если вы уже играли в эту игру и знаете, что делаете!</font>
\</div>
\<<set $cheats to ''>>
<div class="button">Введите код доступа:</div>
<center><<textbox '$cheats' $cheats autofocus>> @@#error;@@</center>
<div class="button"><<link [[Применить|cheats]]>><<if hashStr($cheats) == "-1968535834">><<set $cheatpage to 3;$cheats_unlocked to 1>><<else>><<set $cheatpage to 2>><</if>><</link>></div>
\<div class="button"><<link "Назад" $return>><<set $cheatpage to 0>><</link>></div>
\<<elseif $cheatpage == 2>>
<div class="changelog"><font color=red>Неправильный код, попробуйте ещё раз!</font></div>
<div class="button"><<link [[Назад|cheats]]>><<set $cheatpage to 1>><</link>></div>
\<<elseif $cheatpage == 3>>
\<<set $cash_mem to $cash;$money_mem to $money;$cosmitem_mem to $cosmitem;$gymaccess_mem to $gymaccess;$clean_mem to $clean;$fit_mem to $fit;$tan_mem to $tan;$corr_mem to $corr;$arousal_mem to $arousal;$intoxication_mem to $intoxication;$instfame_mem to $instfame;$instsub_mem to $instsub;$fansfame_mem to $fansfame;$fanssub_mem to $fanssub>>
\<<if $cheats_notify == 0 or ndef $cheats_notify>>
\<<notify>><<achiev cheater>><</notify>>
\<<set $cheats_notify to 1>>
\<</if>>
\<div class="text">
\Наличка: <<textbox '$cash' $cash autofocus>> @@#error;@@
Карта: <<textbox '$money' $money autofocus>> @@#error;@@
Кол-во косметики: <<textbox '$cosmitem' $cosmitem autofocus>> @@#error;@@
Дней абонемента фитнес центра: <<textbox '$gymaccess' $gymaccess autofocus>> @@#error;@@
\</div>
<div class="text">
\Чистота: <<textbox '$clean' $clean autofocus>> @@#error;@@
Фитнес: <<textbox '$fit' $fit autofocus>> @@#error;@@
Загар: <<textbox '$tan' $tan autofocus>> @@#error;@@
Разврат: <<textbox '$corr' $corr autofocus>> @@#error;@@
Возбуждение: <<textbox '$arousal' $arousal autofocus>> @@#error;@@
Опьянение: <<textbox '$intoxication' $intoxication autofocus>> @@#error;@@
\</div>
<div class="text">
\Слава Holagram: <<textbox '$instfame' $instfame autofocus>> @@#error;@@
Holagram подписчики: <<textbox '$instsub' $instsub autofocus>> @@#error;@@
Слава ForFans: <<textbox '$fansfame' $fansfame autofocus>> @@#error;@@
ForFans подписчики: <<textbox '$fanssub' $fanssub autofocus>> @@#error;@@
\</div>
<div class="button">[[Применить|cheats]]</div>
\<div class="button"><<link [[Сбросить|cheats]]>><<set $cash to $cash_mem;$money to $money_mem;$cosmitem to $cosmitem_mem;$gymaccess to $gymaccess_mem;$clean to $clean_mem;$fit to $fit_mem;$tan to $tan_mem;$corr to $corr_mem;$arousal to $arousal_mem;$intoxication to $intoxication_mem;$instfame to $instfame_mem;$instsub to $instsub_mem;$fansfame to $fansfame_mem;$fanssub to $fanssub_mem>><</link>></div>
\<div class="button"><<link "Закрыть" $return>><<set $cheatpage to 0;$cash to $cash_mem;$money to $money_mem;$cosmitem to $cosmitem_mem;$gymaccess to $gymaccess_mem;$clean to $clean_mem;$fit to $fit_mem;$tan to $tan_mem;$corr to $corr_mem;$arousal to $arousal_mem;$intoxication to $intoxication_mem;$instfame to $instfame_mem;$instsub to $instsub_mem;$fansfame to $fansfame_mem;$fanssub to $fanssub_mem>><</link>></div>
\<</if>>
\<<else>>
\<<if $cheatpage == 1>>
\<div class="text">
\You can get the code by supporting me on my <a href="https://www.patreon.com/SelinaGames" target="_blank">Patreon</a> page. If you already support me but don't know the code, take a closer look at the post with the latest update.
The code currently gives you access to the cheat menu, but in the future I plan to expand access by adding a gallery where you can re-watch the scenes you opened.
<font color=red>I strongly discourage the use of cheats, as they can affect the gameplay! There is a chance to break the logic of the game and miss some events! It is recommended to use cheats only if you have played this game before and know what you are doing!</font>
\</div>
\<<set $cheats to ''>>
<div class="button">Enter access code:</div>
<center><<textbox '$cheats' $cheats autofocus>> @@#error;@@</center>
<div class="button"><<link [[Apply|cheats]]>><<if hashStr($cheats) == "-1968535834">><<set $cheatpage to 3;$cheats_unlocked to 1>><<else>><<set $cheatpage to 2>><</if>><</link>></div>
\<div class="button"><<link "Back" $return>><<set $cheatpage to 0>><</link>></div>
\<<elseif $cheatpage == 2>>
<div class="changelog"><font color=red>Wrong code, try again!</font></div>
<div class="button"><<link [[Back|cheats]]>><<set $cheatpage to 1>><</link>></div>
\<<elseif $cheatpage == 3>>
\<<set $cash_mem to $cash;$money_mem to $money;$cosmitem_mem to $cosmitem;$gymaccess_mem to $gymaccess;$clean_mem to $clean;$fit_mem to $fit;$tan_mem to $tan;$corr_mem to $corr;$arousal_mem to $arousal;$intoxication_mem to $intoxication;$instfame_mem to $instfame;$instsub_mem to $instsub;$fansfame_mem to $fansfame;$fanssub_mem to $fanssub>>
\<<if $cheats_notify == 0 or ndef $cheats_notify>>
\<<notify>><<achiev cheater>><</notify>>
\<<set $cheats_notify to 1>>
\<</if>>
\<div class="text">
\Cash: <<textbox '$cash' $cash autofocus>> @@#error;@@
Card: <<textbox '$money' $money autofocus>> @@#error;@@
Number of cosmetics: <<textbox '$cosmitem' $cosmitem autofocus>> @@#error;@@
Fitness center membership days: <<textbox '$gymaccess' $gymaccess autofocus>> @@#error;@@
\</div>
<div class="text">
\Cleanliness: <<textbox '$clean' $clean autofocus>> @@#error;@@
Fitness: <<textbox '$fit' $fit autofocus>> @@#error;@@
Tan: <<textbox '$tan' $tan autofocus>> @@#error;@@
Corruption: <<textbox '$corr' $corr autofocus>> @@#error;@@
Arousal: <<textbox '$arousal' $arousal autofocus>> @@#error;@@
Intoxication: <<textbox '$intoxication' $intoxication autofocus>> @@#error;@@
\</div>
<div class="text">
\Holagram fame: <<textbox '$instfame' $instfame autofocus>> @@#error;@@
Holagram followers: <<textbox '$instsub' $instsub autofocus>> @@#error;@@
ForFans fame: <<textbox '$fansfame' $fansfame autofocus>> @@#error;@@
ForFans subscribers: <<textbox '$fanssub' $fanssub autofocus>> @@#error;@@
\</div>
<div class="button">[[Apply|cheats]]</div>
\<div class="button"><<link [[Reset|cheats]]>><<set $cash to $cash_mem;$money to $money_mem;$cosmitem to $cosmitem_mem;$gymaccess to $gymaccess_mem;$clean to $clean_mem;$fit to $fit_mem;$tan to $tan_mem;$corr to $corr_mem;$arousal to $arousal_mem;$intoxication to $intoxication_mem;$instfame to $instfame_mem;$instsub to $instsub_mem;$fansfame to $fansfame_mem;$fanssub to $fanssub_mem>><</link>></div>
\<div class="button"><<link "Close" $return>><<set $cheatpage to 0;$cash to $cash_mem;$money to $money_mem;$cosmitem to $cosmitem_mem;$gymaccess to $gymaccess_mem;$clean to $clean_mem;$fit to $fit_mem;$tan to $tan_mem;$corr to $corr_mem;$arousal to $arousal_mem;$intoxication to $intoxication_mem;$instfame to $instfame_mem;$instsub to $instsub_mem;$fansfame to $fansfame_mem;$fanssub to $fanssub_mem>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<pic2 events kitchenhusbtalk>>
<<say '$husbname' 'pic/assets/$husbname.png'>>О, привет, солнце!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Доброе утро, любимый! Я хотела с тобой поговорить.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, конечно. Что такое?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, помнишь наш разговор о моих фотографиях в Holagram?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Конечно помню и я даже заметил, что ты не сбавляешь обороты!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, в общем, ты упоминал про приложение ForFans и... В общем, я завела там страничку и разместила первую фотографию.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Серьёзно? Не думал, что ты всё-таки сделаешь это, но... Ну-ка покажи, что ты туда выложила.<</say>>
<div class="button"><<link [[Показать|husband_event_2]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<if $corr >= 80>><<set $rand to random(1, 3)>><<elseif $corr >= 60 && $corr < 80>><<set $rand to random(1, 2)>><<else>><<set $rand to 1>><</if>>
\<<if $rand == 1>>
\<<set $rand to random(1, 70)>>
\<<inst hola 3 $rand>>
\<<elseif $rand == 2>>
\<<set $rand to random(1, 80)>>
\<<inst forfans 1 $rand>>
\<<elseif $rand == 3>>
\<<set $rand to random(1, 33)>>
\<<inst forfans 2 $rand>>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Вау! Солнце моё... Даже не знаю что сказать!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ты недоволен? Ты же сам сказал, что не против и даже упомянул про это приложение, так что я...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Нет, нет, нет! Всё в порядке! Я просто... Блин, это так неожиданно для меня. Месяц назад я и подумать не мог, что ты сделаешь фотографию в нижнем белье, но сейчас ты... Блять, да это же круто!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Вот как? То есть, ты рад, что я публикую обнажёнку?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ещё как! Ты меняешься и меняешься в лучшую сторону и мне это чертовски нравится!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Эмм... Послушай, мне это кажется немного странным... Тебя, что, заводит мысль о том, что люди будут видеть твою жену голой? Не только видеть, возможно кто-то будет даже дрочить на эти фотографии. Ты хочешь сказать, что для тебя это круто?<</say>>
<div class="button"><<link [[Дальше|husband_event_2]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 events kitchenhusbtalk>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да нет, просто... Короче... Не пойми меня неправильно, но раньше ты была такая зажатая, никогда не присылала мне подобные селфи, а теперь у тебя даже есть собственная страница в ForFans и... Это же здорово! Мне этого чертовски не хватало.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, слать нюдсы тебе и в социальные сети это разные вещи. И почему ты никогда не говорил об этом раньше?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, я люблю тебя и всегда принимал тебя такой, какая ты есть. Я никогда не хотел менять тебя и подталкивать к чему-то. Сейчас, когда ты сама пришла к этому, я безусловно рад, но... Я бы никогда не позволил бы себе просить тебя о чём-то подобном.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ути моё солнышко! Это так мило! Я тоже очень сильно тебя люблю, но... Как я уже сказала, слать нюдсы тебе и в социальные сети, это...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, да, я помню... Ну, да, буду с тобой честен, меня и правда заводит мысль о том, что люди могут видеть превосходное тело моей жены, которая принадлежит только мне.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Оу! Вот оно что!<</say>>
<div class="button"><<link [[Схватить его за член|husband_event_2]]>><<set $eventpage to 4;$bj += 1;$sexact += 1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<set $clean -= 2>>
\<<gif2 events grabcock>>
<<say '$name' 'pic/assets/$name.png'>>Да ты у меня оказывается тот ещё извращенец!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ох... $name, я...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Тсс... Ничего не говори. Наслаждайся тем, что принадлежит только тебе...<</say>>
<<gif2 events blowjob>>
<<say '$name' 'pic/assets/$name.png'>>Какой он твёрдый... Нравится мысль о том, что все эти извращенцы пялятся на твою жену, да?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>О боже, $name...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Покажи мне, насколько сильно тебя это заводит!<</say>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока делали минет своему мужу.</div>
\<</if>>
<div class="button"><<link [[Нагнуться|husband_event_2]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<set $clean -= 10>>
\<<gif2 events kitchensex_1>>
<<say '$name' 'pic/assets/$name.png'>>О да, $husbname, не останавливайся! Ещё!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ох блять, $name, что ты творишь... Мой $hisstepbro может нас услышать...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Представь, что все эти люди сейчас смотрят на нас, но ничего не могут сделать, потому-что я принадлежу только тебе!<</say>>
<div class="text">Ваши громкие стоны, которые были слышны на всю квартиру привлекли внимание $hisstepbronameа, который заглянул на кухню, чтобы посмотреть, что там происходит. Однако в порыве страсти ни вы, ни ваш муж не обратили на него совершенно никакого внимания.</div>
<<gif2 events kitchensex_caught>>
<div class="text">Он немного понаблюдал за вами и тихонько удалился, чтобы остаться незамеченным. Однако в момент, когда он уходил, вы краем глаза заметили удаляющийся силуэт в коридоре и сразу же поняли, что это был он...
Несмотря на это, вы были так заведены и вам было так хорошо, что совершенно не хотелось отвлекаться и прерывать процесс. Поэтому вы просто решили не заострять на этом внимание и продолжили как ни в чём не бывало.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ох блять, $name, ты сводишь меня с ума!<</say>>
<<gif2 events kitchensex_2>>
<<say '$name' 'pic/assets/$name.png'>>Да! Блять... Да! Трахай меня! Трахай меня жёстче!<</say>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока ваш муж трахал вас.</div>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>$name, ты... Ох... Я думаю я... Ох блять! Я сейчас кончу!<</say>>
<div class="button"><<link [[В рот|husband_event_2]]>><<set $eventpage to 6;$eventpage_2 to 1;$cuminmouth += 1>><</link>></div>
\<div class="button"><<link [[Внутрь|husband_event_2]]>><<set $eventpage to 6;$eventpage_2 to 2;$creampie += 1>><</link>></div>
\<<elseif $eventpage == 6>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<set $clean -= 10>>
\<<if $eventpage_2 == 1>>
\<<gif2 events cum_in_mouth>>
\<<if $corr < 100>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока ваш муж кончал вам в рот.</div>
\<</if>>
\<<else>>
\<<gif2 events creampie>>
\<<if $corr < 100>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">Вы испытали оргазм, пока ваш муж кончал вам в киску.</div>
\<</if>>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ох блять, $name, что на тебя нашло?<</say>>
\<<if $eventpage_2 == 1>>
<div class="button"><<link [[Проглотить|husband_event_2]]>><<set $eventpage to 7;$swallow += 1>><</link>></div>
\<div class="button"><<link [[Сплюнуть|husband_event_2]]>><<set $eventpage to 7;$spit += 1>><</link>></div>
\<<else>>
<div class="button"><<link [[Вытереть сперму|husband_event_2]]>><<set $eventpage to 7>><</link>></div>
\<</if>>
\<<elseif $eventpage == 7>>
\<<pic2 events kitchenhusbtalk_2>>
<<say '$name' 'pic/assets/$name.png'>>Что? Я просто хотела узнать, насколько сильно тебя это заводит.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Вот ты! И что? Насколько сильно меня это заводит по твоей шкале?<</say>>
<<say '$name' 'pic/assets/$name.png'>>10 из 10! Это было потрясающе! Соседи надолго запомнят это утро! Ой... Ну и твой $hisstepbro тоже...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Это точно! Надеюсь, ты не будешь заморачиваться насчёт этого?<</say>>
\<<if $corr >= 50>>
<<say '$name' 'pic/assets/$name.png'>>Нет, ты знаешь, я... Короче мне удалось изменить мои взгляды на подобные вещи. Ты прав, мы все взрослые люди и к тому же находимся в своей квартире и можем делать здесь что хотим.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Вот и умница! Я рад, что ты справилась с тараканами в своей голове.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я тоже!<</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>>Ну, меня это немного напрягает, но не волнуйся. Я пытаюсь справиться с надоедливыми тараканами в моей голове. В конце концов, ты прав, мы все взрослые люди и к тому же находимся в своей квартире и можем делать здесь что хотим.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Вот и умница! Я уверен, что у тебя всё получится!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я тоже так думаю!<</say>>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну что ж... Это было замечательное утро и наверное неплохо было бы принять душ. Как считаешь?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, это точно! Иди первым, я приму душ после тебя.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Оу... А я думал, что ты захочешь присоединиться.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, я не против, но если я присоединюсь к тебе, то после нашего душа нужно будет принимать ещё один душ, так что... Нужно немного передохнуть.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Хмм... Ты права, я об этом не подумал. Ладно тогда, я быстро.<</say>>
<div class="button"><<link "Вернуться к своим делам" $return>><<set $eventpage to 0;$eventpage_2 to 0;$husband_quest to 4;$cycle1 += 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<pic2 events kitchenhusbtalk>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh, hello sun!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Good morning, love! I want to talk.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yes, sure. What's happened?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, do you remember our conversation about my Holagram photos?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Of course I remember, and I even noticed that you were not slowing down!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, anyway, you mentioned the ForFans app and... So I started a page there and posted the first photo.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Really? I didn't think you'd do it after all, but... Come on, show me what you posted there.<</say>>
<div class="button"><<link [[Show|husband_event_2]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<if $corr >= 80>><<set $rand to random(1, 3)>><<elseif $corr >= 60 && $corr < 80>><<set $rand to random(1, 2)>><<else>><<set $rand to 1>><</if>>
\<<if $rand == 1>>
\<<set $rand to random(1, 70)>>
\<<inst hola 3 $rand>>
\<<elseif $rand == 2>>
\<<set $rand to random(1, 80)>>
\<<inst forfans 1 $rand>>
\<<elseif $rand == 3>>
\<<set $rand to random(1, 33)>>
\<<inst forfans 2 $rand>>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Wow! My sun... I don't even know what to say!<</say>>
<<say '$name' 'pic/assets/$name.png'>>You're not happy? You said you didn't mind and you even mentioned the app, so I...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>No no no! It's all right! I just... Damn, this comes as a surprise to me. A month ago, I never thought you'd take a picture in your underwear, but now you're... Fuck, that's cool!<</say>>
<<say '$name' 'pic/assets/$name.png'>>So you're glad I'm posting nudes?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Fuck yes! You change and do it for the better and I fucking love it!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Uh... look, I think it`s kind of weird... Does it turn you on that people will see your wife naked? Not just to see, maybe someone will even masturbate to these photos. Are you saying that's cool for you?<</say>>
<div class="button"><<link [[Next|husband_event_2]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 events kitchenhusbtalk>>
<<say '$husbname' 'pic/assets/$husbname.png'>>No, it's just... I mean... Don't get me wrong, but you used to be so tight, you never sent me selfies like that, and now you even have your own ForFans page and... That's awesome! I fucking missed it.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, sending nudes to you and to social networks are two different things. And why didn't you ever talk about it before?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, I love you and have always accepted you for who you are. I never wanted to change you and push you to something. Now that you've come to this on your own, I'm certainly glad, but... I would never allow myself to ask you for something like that.<</say>>
<<say '$name' 'pic/assets/$name.png'>>This is so cute! I love you very much too, but... Like I said, sending nudes to you and to social networks is...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah, yeah, I remember... Well, yes, I'll be honest with you, I'm really turned on by the idea that people can see the perfect body of my wife, who belongs only to me.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Oh! So that's what you are!<</say>>
<div class="button"><<link [[Grab his cock|husband_event_2]]>><<set $eventpage to 4;$bj += 1;$sexact += 1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<set $clean -= 2>>
\<<gif2 events grabcock>>
<<say '$name' 'pic/assets/$name.png'>>So you're my pervert!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ah... $name, I...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Shh... Don't say anything. Enjoy what is yours...<</say>>
<<gif2 events blowjob>>
<<say '$name' 'pic/assets/$name.png'>>He's so hard... You like it when all these perverts stare at your wife, huh?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh god, $name...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Show me how it turns you on!<</say>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">You had an orgasm while giving a blowjob to your husband.</div>
\<</if>>
<div class="button"><<link [[Bend over|husband_event_2]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<set $clean -= 10>>
\<<gif2 events kitchensex_1>>
<<say '$name' 'pic/assets/$name.png'>>Oh yeah, $husbname, don't stop! More!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh fuck $name, what are you doing... My $hisstepbro can hear us...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Imagine all those people looking at us now, but they cannot do anything because I belong only to you!<</say>>
<div class="text">Your loud moaning could be heard throughout the apartment and attracted the attention of $hisstepbroname, who looked into the kitchen to see what was going on. However, in a fit of passion, neither you nor your husband paid any attention to him.</div>
<<gif2 events kitchensex_caught>>
<div class="text">He watched you for a while and quietly left to remain unnoticed. However, at the moment when he was leaving, you noticed a receding silhouette in the corridor out of the corner of your eye and immediately realized that it was him ...
Despite this, you were so turned on and you were so good that you absolutely did not want to be distracted and interrupt the process. So you just decided not to focus on it and continued as if nothing had happened.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh fuck $name, you're driving me crazy!<</say>>
<<gif2 events kitchensex_2>>
<<say '$name' 'pic/assets/$name.png'>>Yes! Fuck... Yes! Fuck me! Fuck me harder!<</say>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">You had an orgasm while your husband was fucking you.</div>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>$name, you... Oh... I think I... Oh fuck! I'm gonna cum!<</say>>
<div class="button"><<link [[Mouth|husband_event_2]]>><<set $eventpage to 6;$eventpage_2 to 1;$cuminmouth += 1>><</link>></div>
\<div class="button"><<link [[Inside|husband_event_2]]>><<set $eventpage to 6;$eventpage_2 to 2;$creampie += 1>><</link>></div>
\<<elseif $eventpage == 6>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<set $clean -= 10>>
\<<if $eventpage_2 == 1>>
\<<gif2 events cum_in_mouth>>
\<<if $corr < 100>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">You had an orgasm while your husband was cumming in your mouth.</div>
\<</if>>
\<<else>>
\<<gif2 events creampie>>
\<<if $corr < 100>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $arousal >= 100>>
\<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
<<gif3 sex orgasm $rand>>
<div class="text">You had an orgasm while your husband was cumming in your pussy.</div>
\<</if>>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh fuck, $name, what's gotten into you?<</say>>
\<<if $eventpage_2 == 1>>
<div class="button"><<link [[Swallow|husband_event_2]]>><<set $eventpage to 7;$swallow += 1>><</link>></div>
\<div class="button"><<link [[Spit out|husband_event_2]]>><<set $eventpage to 7;$spit += 1>><</link>></div>
\<<else>>
<div class="button"><<link [[Wipe cum|husband_event_2]]>><<set $eventpage to 7>><</link>></div>
\<</if>>
\<<elseif $eventpage == 7>>
\<<pic2 events kitchenhusbtalk_2>>
<<say '$name' 'pic/assets/$name.png'>>What? I just wanted to know how much it turns you on.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>So? How much does it turn me on on your scale?<</say>>
<<say '$name' 'pic/assets/$name.png'>>10 of 10! It was amazing! Neighbors will remember this morning for a long time! Oh... And your $hisstepbro too...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>That's for sure! Hope you don't worry about it?<</say>>
\<<if $corr >= 50>>
<<say '$name' 'pic/assets/$name.png'>>No, you know, I... In short, I managed to change my views on such things. You are right, we are all adults and besides, we are in our apartment and can do what we want here.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Here's the smart one! I'm glad you got over the cockroaches in your head.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, me too!<</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>>Well, it makes me a little nervous, but don't worry. I'm trying to deal with annoying cockroaches in my head. In the end, you are right, we are all adults, and besides, we are in our apartment and can do what we want here.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Here's the smart one! I'm sure you will succeed!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, that's what I think too!<</say>>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well... It was a wonderful morning and maybe it would have been nice to take a shower. What do you think?<</say>>
<<say '$name' 'pic/assets/$name.png'>>That's right! Go first, I'll take a shower after you.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh... I thought you might want to join.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, I don't mind, but if I join you, then after our shower there will be another shower, so... We need to take a break.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Hmm... You're right, I didn't think about that. Okay then, I'm quick.<</say>>
<div class="button"><<link "Get back to your business" $return>><<set $eventpage to 0;$eventpage_2 to 0;$husband_quest to 4;$cycle1 += 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<pic2 events livroomtalk>>
<<say '$name' 'pic/assets/$name.png'>>$hisstepbroname, занят? Я хочу с тобой поговорить.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Нет, $name, присаживайся.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Не буду ходить вокруг да около, так что... Я видела, что ты подглядывал за нами на кухне.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, отрицать не буду. И что?<</say>>
<<say '$name' 'pic/assets/$name.png'>>И что? $hisstepbroname, ты же взрослый человек и должен понимать, что мы с твоим $hisstepbroом муж и жена и у нас есть личная жизнь и...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Во-первых, я всё понимаю. Во-вторых, если бы я вломился к вам в спальню, то ладно, но я шёл на кухню.<</say>>
<div class="button"><<link [[Дальше|hisstepbro_event_3]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic2 events livroomtalk>>
<<say '$name' 'pic/assets/$name.png'>>Но ты же слышал мои стоны?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Да, но я же зашёл, когда вы только начали и ты прекрасно это знаешь. Я услышал твои стоны только тогда, когда я уже подходил к кухне и не успел соориентироваться.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Откуда я могу это знать? Я не видела когда ты пришёл, я увидела тебя только тогда, когда ты уходил. И это было не когда мы только начали.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>$name, послушай... Мне очень жаль, что я смутил тебя своим присутствием, но уверяю тебя, это была чистая случайность! Да, я согласен, что я ушёл не сразу и немного подсмотрел за вами, но блин... Не пойми меня неправильно, но... Я мужчина, а ты... Ты привлекательная девушка с охренительным телом! Верь или нет, но устоять перед этим сложно на уровне инстинктов.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Эмм... Ну, спасибо конечно, но... Просто я хотела сказать, что... Короче! Я просто надеюсь, что этого больше не повторится.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Что не повторится? $name я же не стою по ночам перед вашей спальней в ожидании вашего секса, чтобы подсмотреть за вами. Да, я завис, когда увидел вас, но... Блин, да любой бы завис! Но это была чистая случайность! Как я могу гарантировать тебе, что подобная случайность не повторится? Ты же должна понимать, что когда я дома и вы занимаетесь сексом вне вашей спальни, то это может произойти в любой момент.<</say>>
<div class="button"><<link [[Дальше|hisstepbro_event_3]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 events livroomtalk>>
<<say '$name' 'pic/assets/$name.png'>>Ну, наверное ты прав... С какой-то стороны, мы сами в этом виноваты, так что... Блин, глупый получился разговор и... Я наверное лучше пойду...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ага. Ты главное не парься насчёт этого. К тому же, я не понимаю за что ты переживаешь.<</say>>
<div class="text">Сказал вам $hisstepbroname, когда вы уже выходили из гостиной, но услышав это, остановились.</div>
<<say '$name' 'pic/assets/$name.png'>>Что ты имеешь ввиду?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, ты же знаешь, что я давно подписан на тебя в Holagram и я заметил, что с недавних пор ты начала выкладывать довольно интересные фотографии. Это твоё личное дело, но... В общем, я это к тому, что я не понимаю твоих переживаний насчёт того, что я застал вас за сексом. Я видел тебя голой, когда только переехал к вам. Теперь я могу смотреть на твои фотографии, где ты топлесс. Не понимаю, в чём проблема.<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блять! О чём я только думала выкладывая такие фото? Надеюсь хотя бы, что он не знает про мою страничку на ForFans!"</i><</say>>
<div class="button"><<link [[Дальше|hisstepbro_event_3]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic2 events livroomtalk>>
<<say '$name' 'pic/assets/$name.png'>>Знаешь что? Ты прав! Это моё личное дело и тебя оно не касается! Ты можешь сколько угодно смотреть на эти фотографии, репостить, сохранять себе, но обсуждать это с тобой я не собираюсь и сравнивать секс и фото топлесс, это, помоему, маразм!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Тише, тише! Ты чего так завелась? Я не имел ввиду ничего плохого, даже наоборот, хотел как-то успокоить тебя, чтобы ты не переживала по этому поводу. Извини, если как-то задел или обидел тебя.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Как бы то ни было, я думаю нам лучше прекратить этот разговор! Зря я вообще его начинала...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ладно, ладно, как скажешь...<</say>>
<div class="button"><<link "Уйти" $return>><<set $husband_quest to 5;$eventpage to 0;$cycle1 += 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<pic2 events livroomtalk>>
<<say '$name' 'pic/assets/$name.png'>>$hisstepbroname, are you busy? I want to talk.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>No, $name, have a seat.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I won't beat around the bush, so... I saw you spying on us in the kitchen.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yes, I won't deny it. So what?<</say>>
<<say '$name' 'pic/assets/$name.png'>>So what? $hisstepbroname, you're an adult and you should understand that your $hisstepbro and I are married and we have a personal life and...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>First of all, I understand. Secondly, if I broke into your bedroom, okay, but I was going to the kitchen.<</say>>
<div class="button"><<link [[Next|hisstepbro_event_3]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic2 events livroomtalk>>
<<say '$name' 'pic/assets/$name.png'>>But you heard my moans, didn't you?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yes, but I came when you just started and you know it very well. I heard your moans only when I was already approaching the kitchen and did not have time to orient myself.<</say>>
<<say '$name' 'pic/assets/$name.png'>>How can I know? I didn't see you when you arrived, I only saw you when you left. And that wasn't when we started.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>$name, listen... I'm sorry I embarrassed you with my presence, but I assure you it was an accident! Yes, I agree that I didn't leave right away and spied on you a little, but damn... Don't get me wrong, but... I'm a man, and you... You're an attractive girl with an amazing body! Believe me or not, it's hard to resist on an instinctive level.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Umm... Well, thanks, I guess, but... I just wanted to say that... In short! I just hope this doesn't happen again.<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>What won't happen again? $name I don't stand in front of your bedroom at night waiting for you to have sex to spy on you. Yes, I was hung up when I saw you, but... Damn, anyone would be hung up! But it was an accident! How can I guarantee you that such an accident will not happen again? You must understand that when I am at home and you are having sex outside your bedroom, this can happen at any moment.<</say>>
<div class="button"><<link [[Next|hisstepbro_event_3]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 events livroomtalk>>
<<say '$name' 'pic/assets/$name.png'>>Well, you're probably right... In a way, we are to blame for this, so... Damn, this conversation turned out to be stupid and... I probably better go...<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Yeah. Most importantly, don't worry about it. Besides, I don't understand what you're worried about.<</say>>
<div class="text">$hisstepbroname told you as you were leaving the living room, but upon hearing this, you stopped.</div>
<<say '$name' 'pic/assets/$name.png'>>What do you mean?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, you know, I've been following you on Holagram for a long time and I noticed that recently you started posting some pretty interesting photos. This is your own business, but... In general, I mean that I do not understand your feelings about the fact that I caught you having sex. I saw you naked when I first moved in with you. Now I can look at your photos where you are topless. I don't understand what the problem is.<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Fuck! What was I thinking when posting these photos? I hope he doesn't know about my ForFans page at least!"</i><</say>>
<div class="button"><<link [[Next|hisstepbro_event_3]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic2 events livroomtalk>>
<<say '$name' 'pic/assets/$name.png'>>You know what? You are right! This is my personal business and it does not concern you! You can look at these photos as much as you like, repost, save for yourself, but I'm not going to discuss this with you and compare sex and topless photos, this, in my opinion, is insanity!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Hush hush! What are you so excited about? I didn’t mean anything bad, on the contrary, I wanted to reassure you so that you don’t worry about this. I'm sorry if I hurt or offended you in any way.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Anyway, I think we'd better stop this conversation!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Okay, okay, whatever you say...<</say>>
<div class="button"><<link "Leave" $return>><<set $husband_quest to 5;$eventpage to 0;$cycle1 += 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<pic2 res phone>>
<<say 'ErosTalent' 'pic/assets/erostalent.png'>>
\Дорогая $name,
Мы, команда модельного агентства ErosTalent, искренне рады обратиться к вам с предложением о сотрудничестве. Наше агентство всегда стремится найти талантливых и привлекательных моделей, так что мы обратили внимание на вас и вашу потрясающую внешность.
Ежедневно мы следим за активностью в социальных сетях, и ваша страничка на Holagram привлекла наше внимание. Ваша неповторимая эстетика и стиль притягивают взгляды и вызывают интерес у нас и наших клиентов. Мы уверены, что ваш потенциал и уникальность могут стать замечательным дополнением к нашему агентству.
С учетом вышеизложенного, мы хотели бы пригласить вас на встречу, где мы сможем обсудить детали сотрудничества и рассказать вам о возможностях, которые может предложить вам наше агентство.
Мы находимся в северном районе города. Если вы заинтересованы, то, пожалуйста, дайте нам знать удобное для вас время и место для встречи. Мы готовы адаптироваться к вашему расписанию.
Мы надеемся, что вы рассмотрите наше приглашение и примите его. Высоко ценим ваше время и талант, и верим, что ваша работа в нашем агентстве может стать важным шагом в вашей карьере модели.
С нетерпением ждем вашего ответа.
С уважением,
Команда ErosTalent
<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ого! Такого я точно не ожидала... Блин, они наверняка увидят, что сообщение прочитано и нужно что-то ответить, но... Я - модель? Они это серьёзно? Что ж... Я, наверное, не против попробовать, но... Для начала я должна рассказать об этом $husbnameу и узнать, не против ли он...<</say>>
<div class="button"><<link [[Позвонить мужу|phone_model_event]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic2 act phonetalk>>
<<say '$name' 'pic/assets/$name.png'>>Привет, милый! Ты не занят?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, вообще сейчас не самый подходящий момент, но пара минут у меня есть. Что такое?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Хорошо, тогда сразу к сути. Представляешь, мне пришло письмо от модельного агентства! Ну, ErosTalent, которое находится в северном районе.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, я понял. И что они хотят?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, они предложили мне встретиться и... Короче, они предлагают мне работу модели.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ого! Я надеюсь ты согласилась?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, я пока что ничего не ответила, я же не могла согласиться не обсудив это с тобой, но я вижу ты не против и... Я в принципе тоже не прочь попробовать, так что...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>А, я понял. Да, я не против. И если ты тоже не против, то соглашайся не думая. На работе преподавателем карьеру не построишь, а работа моделью откроет тебе путь к роскошной жизни.<</say>>
<div class="button"><<link [[Дальше|phone_model_event]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 act phonetalk>>
<<say '$name' 'pic/assets/$name.png'>>Ты думаешь? Далеко не все модели становятся известными и популярными и...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ты не все! У тебя есть всё, чтобы добиться успеха и стать популярной и знаменитой! Я в тебя верю!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ого! Спасибо, это так... Ты у меня самый лучший!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Я знаю, любовь моя. И ты у меня тоже самая лучшая девушка на свете! Поэтому даже не сомневайся в себе и соглашайся!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, хорошо... Тогда я наверное пойду им отвечу.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Хорошо. А мне нужно возвращаться к работе. Люблю тебя!<</say>>
<<say '$name' 'pic/assets/$name.png'>>И я тебя люблю!<</say>>
<div class="button"><<link [[Написать ответ|phone_model_event]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic2 res phone>>
<<say '$name' 'pic/assets/$name.png'>><i>"Что ж... Наверное, надо назначить время и место встречи... Хмм... Я думаю, что в субботу в полдень было бы неплохо."</i><</say>>
<div class="text">После непродолжительных размышлений, вы пришли к окончательному решению и назначили встречу на субботу в полдень в ресторане в центре города.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Что ж, осталось только дождаться субботы. Поверить не могу, что я могу стать профессиональной моделью."</i><</say>>
<div class="button"><<link [[Закрыть переписку|phone]]>><<set $eventpage to 0;$husband_quest to 6;$model_quest to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<pic2 res phone>>
<<say 'ErosTalent' 'pic/assets/erostalent.png'>>
\Dear $name,
We, the team at ErosTalent Modeling Agency, are delighted to reach out to you with a collaboration offer. Our agency is always on the lookout for talented and attractive models, and we couldn't help but notice you and your stunning appearance.
Every day, we actively monitor social media platforms, and your Holagram page caught our attention. Your unique aesthetics and style capture the gaze and spark interest not only in us but also in our clients. We firmly believe that your potential and uniqueness could be a wonderful addition to our agency.
With that said, we would like to invite you to a meeting where we can discuss the details of our collaboration and present the opportunities our agency can offer you.
We are located in the northern part of the city. If you are interested, please let us know a convenient time and place for the meeting, and we will gladly adjust to your schedule.
We hope that you will consider our invitation and accept it. We highly value your time and talent, and we believe that working with our agency could be a significant step forward in your modeling career.
Looking forward to your response.
Sincerely,
The ErosTalent Team
<</say>>
<<say '$name' 'pic/assets/$name.png'>>Wow! I definitely did not expect this ... Damn, they will probably see that the message has been read and something needs to be answered, but ... Am I a model? Are they serious? Well... I guess I don't mind giving it a try, but... First, I should tell $husbname about it and see if he minds...<</say>>
<div class="button"><<link [[Call your husband|phone_model_event]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic2 act phonetalk>>
<<say '$name' 'pic/assets/$name.png'>>Hi honey! Are you busy?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, it's not really the right moment, but I have a couple of minutes. What's happened?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Okay, then straight to the point. Can you imagine? I received a letter from a modeling agency! Well, ErosTalent, which is located in the northern district.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah, got it. So what do they want?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, they asked me to meet and... Anyway, they offer me a job as a model.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Wow! I hope you agreed?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, I haven't said anything yet, I couldn't agree without discussing it with you, but I see you don't mind and... I don't mind trying it either, so...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ah, I see. Yes, I don't mind. And if you don't mind either, then agree without thinking. You can’t build a career at work as a teacher, and working as a model will open the way for you to a luxurious life.<</say>>
<div class="button"><<link [[Next|phone_model_event]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic2 act phonetalk>>
<<say '$name' 'pic/assets/$name.png'>>Do you think so? Not all models become famous and popular and...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>You are not all! You have everything to succeed and become popular and famous! I believe in you!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Wow! Thank you, it's so... You're the best!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I know, my love. And you are also the best girl in the world! So don't doubt yourself and agree!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, okay... Then I'll probably go and answer them.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Good. And I have to go back to work. Love you!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Love you too, honey!<</say>>
<div class="button"><<link [[Write an answer|phone_model_event]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic2 res phone>>
<<say '$name' 'pic/assets/$name.png'>><i>"Well... I should probably schedule a meeting time and place... Hmm... I think a Saturday noon would be nice."</i><</say>>
<div class="text">After some thought, you came to a final decision and made an appointment for Saturday at noon at a restaurant in the city center.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Well, just have to wait until Saturday. I can't believe I can become a professional model."</i><</say>>
<div class="button"><<link [[Close conversation|phone]]>><<set $eventpage to 0;$husband_quest to 6;$model_quest to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<set $maria to 'Мария';$hernandez to 'Хернандез'>>
\<<pic3 events model restmodeltalk>>
\<div class="text">
\Подойдя к столику, ещё двое представителей агентства встали из-за стола, чтобы представиться.
Познакомившись со всеми, вы сели за стол. Официант тут же принёс вам меню и наполнил ваш бокал вином.
</div>
<<say '$maria' 'pic/assets/$maria.png'>>Прошу, $name, сделайте заказ, чтобы мы могли приступить к делам!<</say>>
<div class="text">
\Вы выбрали блюдо, которое вы хотели и озвучив ваш заказ официанту, отдали ему меню и сделали глоток вина.
Как только официант ушёл, $maria начала диалог.
\</div>
<div class="text">Пожалуйста, укажите желаемое имя Марии или оставьте как есть если вас всё устраивает:</div>
Имя: <<textbox '$maria' $maria autofocus>> @@#error;@@
Фамилия: <<textbox '$hernandez' $hernandez autofocus>> @@#error;@@
<div class="button"><<link [[Выпить вина и продолжить|centerrest_event_1]]>><<set $eventpage to 2;$intoxication += 10;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic3 events model restmodeltalk>>
<<say '$maria' 'pic/assets/$maria.png'>>Итак, $name, прежде всего, я очень рада, что вы согласились на встречу. Как вы возможно успели заметить, у нас довольно серьёзное агентство с огромным спросом и столь же огромной аудиторией. Наш журнал, который базируется на эротических фотосессиях, существует в двух форматах - печатное издание и цифровое.<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>Однако, издание собственного журнала, это не всё, чем мы занимаемся. Видите ли, $name, в нашем агентстве есть личная и довольно большая фотостудия. Поэтому, с нами часто заключают контракты довольно разные компании. Например, если им нужен фотоматериал для рекламы нижнего белья. И не только компании. К нам также обращаются самостоятельные фотографы, чтобы арендовать у нас небольшое помещения для проведения фотосессий с их моделями или же с нашими если их бюджет им это позволяет.<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>В общем, я могу долго перечислять вам весь спектр услуг и занятий, которые у нас есть, но я полагаю, что вы итак уже поняли, что вам повезло и что мы предлагаем вам работу не в подвальных помещениях с дешёвым оборудованием.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, этой информации вполне достаточно, мне всё понятно.<</say>>
<div class="text">К этому моменту официант принёс вам ваше блюдо, пожелал вам приятного аппетита и подлив вина в ваш бокал, удалился.</div>
<div class="button"><<link [[Выпить вина и продолжить|centerrest_event_1]]>><<set $eventpage to 3;$intoxication += 10;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic3 events model restmodeltalk>>
<<say '$maria' 'pic/assets/$maria.png'>>
\Замечательно! Теперь, я полагаю, мне стоит озвучить вам наши требования и предложения.
Итак, что от вас требуется:
- Поддерживать своё тело в идеальном состоянии, заниматься фитнесом, следить и ухаживать за собой.
- Быть готовой обнажиться полностью или частично в любое время и в любом месте если это потребуется.
- Быть готовой к фотосессии в любое время дня и ночи.
- Работать моделью только в пределах нашего агентства, выполнять наши заказы или заказы наших клиентов. Если вам поступит заказ со стороны, вы должны обговорить это с нами, чтобы мы пришли к общему решению. Мы не хотим, чтобы вы поставили нас в неловкое положение приняв участие в фотосессии для наших конкурентов. Кроме того, наше соглашение не запрещает вам продолжать публиковать фотографии эротического содержания в ваших соц сетях или таких приложениях как ForFans, если у вас там имеется страничка. В таком случае, это расценивается как самозанятость и не противоречит нашему соглашению. Вам даже будет разрешено публиковать фотографии с фотосессий в которых вы принимали участие через две недели после фотосессии.
<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>
\Что мы предлагаем:
- Стабильную работу с хорошим заработком.
- Выбор фотосессий, в которых вы хотите принять участие.
- Активный рост подписчиков в ваших социальных сетях. Мы не прикладываем к этому никаких усилий, но вы же понимаете, что растущая популярность привлечёт внимание масс.
- Участие в показе мод. Однако, принимать в этом участие или нет, полностью зависит от вас.
- Специальное предложение от которого, я уверена, вы не сможете отказаться. Итак:
- Если вы согласитесь на сотрудничество с нами, мы прямо сейчас обсудим дату и место проведения первой фотосессии с вашим участием.
- Данная фотосессия будет использована в нашем следующем журнале в разделе "модель месяца".
- Кроме того, ваша фотография будет размещена на обложке этого журнала.
- Ну и последнее. Сразу же после фотосессии, мы дадим вам возможность выбрать одну фотографию, которую вы сразу же сможете разместить в своём Holagram, если пожелаете.
<</say>>
<div class="button"><<link [[Выпить вина и ответить|centerrest_event_1]]>><<set $eventpage to 4;$intoxication += 10;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic3 events model restmodeltalk>>
<<say '$name' 'pic/assets/$name.png'>>Я... Это... Мне кажется, что это какой-то сон, если честно...<</say>>
<div class="text">$maria посмотрела на вас с умилением и спросила:</div>
<<say '$maria' 'pic/assets/$maria.png'>>Почему же? Это предложение вам кажется слишком заманчивым и вы думаете, что есть какой-то подвох?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да и... Первая же фотосессия на обложку журнала, это...<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>$name, поймите. Вы безумно привлекательная девушка с идеальной фигурой. Вас может ждать потрясающее будущее если вы согласитесь работать с нами. Поэтому это было ужасной ошибкой с моей стороны предложить вам меньшее.<</say>>
<div class="changelog">
\<font color=red size=40>Внимание!</font>
Отказ от предложения приведёт к тому, что вы заблокируете доступ к работе моделью. В будущих обновлениях я планирую это изменить и добавить ещё несколько путей ведущих к работе моделью, но сейчас это сделать не предоставляется возможным.</div>
<div class="button"><<link [[Согласиться с предложением|centerrest_event_1]]>><<set $eventpage to 5;$model_quest to 3;$husband_quest to 8>><</link>></div>
\<div class="button"><<link [[Отказаться от предложения|centerrest_event_1]]>><<set $eventpage to 9;$model_quest to 2;$husband_quest to 7>><</link>></div>
\<<elseif $eventpage == 5>>
\<<pic3 events model restmodeltalk>>
<<say '$name' 'pic/assets/$name.png'>>Я... Боже, да! Конечно же согласна!<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>Замечательно! Я знала, что вы не сможете устоять! В таком случае я предлагаю вам подписать наше соглашение, а затем мы выпьем за это, чтобы отметить начало вашей карьеры в модельном бизнесе!<</say>>
<div class="text">Вы внимательно ознакомились с представленным соглашением и поняв, что оно не отличается от того, что рассказывала вам $maria, поставили подписи в нужных местах и передали ей соглашение обратно.
Убедившись, что подписи поставлены во всех необходимых местах, $maria отдала документы одному из своих помощников.</div>
<div class="button"><<link [[Отметить начало карьеры|centerrest_event_1]]>><<set $eventpage to 6;$intoxication += 10;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 6>>
\<<pic3 events model drinktogether>>
<<say '$maria' 'pic/assets/$maria.png'>>$name, я безусловно рада, что вы согласились работать с нами! И дабы не откладывать обещанное, предлагаю приступить к обсуждению вашей первой фотосессии.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я тоже очень рада! До сих пор не верится, что это и правда происходит со мной. Но да, вы правы, давайте обсудим фотосессию.<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>
\Итак, я подготовила несколько вариантов:
- Фотосессия в спальной комнате
- Фотосессия в домашней обстановке за обеденным столом
- Фотосессия с использованием фотофона
<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>Поскольку это будет ваша первая фотосессия, все три фотосессии будут происходит на нашей фотостудии. Вам нужно выбрать только один вариант.<</say>>
<div class="changelog">Рекомендую вам сохраниться, поскольку от вашего выбора зависит то, какую фотосессию вы увидите!</div>
<div class="button"><<link [[Первый вариант|centerrest_event_1]]>><<set $eventpage to 7;$photoshoot to 1>><</link>></div>
\<div class="button"><<link [[Второй вариант|centerrest_event_1]]>><<set $eventpage to 7;$photoshoot to 2>><</link>></div>
\<div class="button"><<link [[Третий вариант|centerrest_event_1]]>><<set $eventpage to 7;$photoshoot to 3>><</link>></div>
\<<elseif $eventpage == 7>>
\<<pic3 events model restmodeltalk>>
<<say '$maria' 'pic/assets/$maria.png'>>Замечательно! Мы будем ждать вас в нашем агентстве завтра в полдень! Надеюсь, вы сумеете обойтись без опозданий.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, конечно, я буду вовремя!<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>Вот и отлично! А теперь, прошу меня простить, но у меня на сегодня запланировано ещё много дел и поэтому мне придётся оставить вас одну. Ни о чём не беспокойтесь, всё записано на мой счёт! Всего доброго!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, конечно, спасибо вам, до свидания!<</say>>
<div class="button"><<link [[Дальше|centerrest_event_1]]>><<set $eventpage to 8>><</link>></div>
\<<elseif $eventpage == 8>>
\<<pic3 events model restalone>>
<<say '$name' 'pic/assets/$name.png'>><i>"Фух! Поверить не могу, что я теперь модель! Блин! Я так разволновалась, что забыла спросить про гонорар! И она почему-то не сказала про то ни слова. Ладно, сомневаюсь, что они будут платить копейки. $maria так серьёзно выглядела! Я думаю, что у такой женщины в её агентстве всё должно быть на высоком уровне."</i><</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин, мне не терпится вернуться домой и рассказать $husbnameу как всё прошло!"</i><</say>>
<div class="button"><<link "Идти к выходу" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 9>>
\<<pic3 events model restmodeltalk>>
<<say '$maria' 'pic/assets/$maria.png'>>Что ж, очень жаль... Могу я узнать почему? Вас не устраивают наши условия?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, вы знаете... Я ещё раз всё хорошенько обдумала и поняла, что это не для меня. Выкладывать фотографии с голой грудью на моей страничке Holagram это одно, но становиться известной благодаря обнажённым фотосессиям я не готова.<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>Я понимаю. Что ж, была рада знакомству. А теперь, прошу меня простить, но у меня на сегодня запланировано ещё много дел, так что не буду терять время, которое я уже итак потеряла. Ни о чём не беспокойтесь, всё записано на мой счёт. Удачи...<</say>>
<div class="button"><<link [[Дальше|centerrest_event_1]]>><<set $eventpage to 10>><</link>></div>
\<<elseif $eventpage == 10>>
\<<pic3 events model restalone>>
<<say '$name' 'pic/assets/$name.png'>><i>"Что ж, это было довольно... Резко... Наверное этого следовало ожидать... Блин, нахрена я вообще согласилась на эту встречу, если в итоге я отказалась от этой работы? Я же прекрасно понимала, что работа в модельном агентстве подразумевает обнажёнку."</i><</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ладно, надо сообщить $husbnameу, чем всё закончилось. Наверное он будет в шоке..."</i><</say>>
<div class="button"><<link "Идти к выходу" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<set $maria to 'Maria';$hernandez to 'Hernandez'>>
\<<pic3 events model restmodeltalk>>
\<div class="text">
\Approaching the table, two more agency representatives stood up from the table to introduce themselves.
After meeting everyone, you sat down at the table. The waiter immediately brought you menu and filled your glass with wine.
</div>
<<say '$maria' 'pic/assets/$maria.png'>>Please, $name, place your order so we can get started!<</say>>
<div class="text">
\You chose the food you wanted and announced your order to the waiter, gave him menu and took a sip of wine.
As soon as the waiter left, $maria started a dialogue.
\</div>
<div class="text">Please enter the desired name of Maria or leave as is if you are satisfied with:</div>
Name: <<textbox '$maria' $maria autofocus>> @@#error;@@
Surname: <<textbox '$hernandez' $hernandez autofocus>> @@#error;@@
<div class="button"><<link [[Drink some wine and move on|centerrest_event_1]]>><<set $eventpage to 2;$intoxication += 10;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 2>>
\<<pic3 events model restmodeltalk>>
<<say '$maria' 'pic/assets/$maria.png'>>So, $name, first of all, I'm very glad that you agreed to meet. As you may have noticed, we have a rather serious agency with a huge demand and an equally huge audience. Our magazine, which is based on erotic photo shoots, exists in two formats - print and digital.<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>However, publishing our own magazine is not all we do. You see, $name, our agency has its own and rather large photography studio. Therefore, quite different companies often conclude contracts with us. For example, if they need photographic material for advertising underwear. And not just companies. We are also approached by independent photographers to rent a small space from us for photo shoots with their models or with ours if their budget allows them.<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>In general, I can list to you the whole range of services and activities that we have for a long time, but I believe that you have already understood that you are lucky and that we are not offering you work in basements with cheap equipment.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, this information is quite enough, everything is clear to me.<</say>>
<div class="text">At this point, the waiter has brought you your food, wished you a good appetite, poured wine into your glass, and left.</div>
<div class="button"><<link [[Drink some wine and move on|centerrest_event_1]]>><<set $eventpage to 3;$intoxication += 10;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic3 events model restmodeltalk>>
<<say '$maria' 'pic/assets/$maria.png'>>
\Amazing! Now, I think I should give you our demands and proposals.
So what is required of you:
- Keep your body in perfect condition, do fitness and take care of yourself.
- Be ready to be completely or partially naked at any time and in any place if required.
- Be ready for a photo session at any time of the day or night.
- To work as a model only within our agency, to fulfill our orders or the orders of our clients. If you receive an order from outside, you must discuss this with us so that we can come to a common decision. We don't want you to embarrass us by taking part in a photo shoot for our competitors. In addition, our agreement does not prohibit you from continuing to post photos of erotic content on your social networks or applications such as ForFans, if you have a page there. In this case, it is regarded as self-employment and does not contradict our agreement. You will even be allowed to post photos from photo shoots you took part in two weeks after the photo shoot.
<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>
\What do we offer:
- Stable job with good pay.
- Select the photo shoots you want to take part in.
- Active growth of followers in your social networks. We do not put any effort into this, but you must understand that the growing popularity will attract the attention of the masses.
- Participation in a fashion show. However, whether or not to take part in this is entirely up to you.
- A special offer I'm sure you can't refuse. So:
- If you agree to cooperate with us, we will discuss the date and place of the first photo session with your participation right now.
- This photo shoot will be used in our next magazine in the "model of the month" section.
- In addition, your photo will be featured on the cover of this magazine.
- Well, the last. Immediately after the photo shoot, we will give you the option to choose one photo that you can immediately place on your Holagram if you wish.
<</say>>
<div class="button"><<link [[Drink some wine and move on|centerrest_event_1]]>><<set $eventpage to 4;$intoxication += 10;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<pic3 events model restmodeltalk>>
<<say '$name' 'pic/assets/$name.png'>>I... It's... I feel like it's some kind of dream, to be honest...<</say>>
<div class="text">$maria looked at you with tenderness and asked:</div>
<<say '$maria' 'pic/assets/$maria.png'>>Why? This offer seems too tempting to you and you think that there is some kind of catch?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, and ... The very first photo shoot on the cover of a magazine is...<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>$name please understand me. You are an insanely attractive girl with a perfect figure. An amazing future can await you if you agree to work with us. So it was a terrible mistake on my part to offer you anything less.<</say>>
<div class="changelog">
\<font color=red size=40>Warning!</font>
Rejecting an offer will result in you being blocked from accessing the job as a model. In future updates, I plan to change this and add a few more paths leading to the work of the model, but now it is not possible to do this.</div>
<div class="button"><<link [[Agree with the offer|centerrest_event_1]]>><<set $eventpage to 5;$model_quest to 3;$husband_quest to 8>><</link>></div>
\<div class="button"><<link [[Disagree with the offer|centerrest_event_1]]>><<set $eventpage to 5;$model_quest to 2;$husband_quest to 7>><</link>></div>
\<<elseif $eventpage == 5>>
\<<pic3 events model restmodeltalk>>
<<say '$name' 'pic/assets/$name.png'>>I... Oh my god, yes! Of course I do!<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>Amazing! I knew you couldn't resist! In that case, I invite you to sign our agreement and then we'll have a drink to mark the start of your modeling career!<</say>>
<div class="text">You carefully read the presented agreement and, realizing that it does not differ from what $maria told you, put your signatures in the right places and handed the agreement back to her.
After making sure that the signatures were put in all the necessary places, $maria gave the documents to one of her assistants.</div>
<div class="button"><<link [[Celebrate the start of a career|centerrest_event_1]]>><<set $eventpage to 6;$intoxication += 10;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 6>>
\<<pic3 events model drinktogether>>
<<say '$maria' 'pic/assets/$maria.png'>>$name, I am certainly glad that you agreed to work with us! And in order not to delay what was promised, I propose to start discussing your first photo shoot.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, I'm very happy too! I still can't believe this is actually happening to me. But yes, you are right, let's discuss the photo shoot.<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>
\So I came up with a few options:
- Photo shoot in the bedroom
- Photo shoot at home at the dining table
- Photo shoot using a photophone
<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>As this will be your first photo session, all three photo sessions will take place in our photo studio. You need to choose only one option.<</say>>
<div class="changelog">I recommend you make a save, because what photo session you see depends on your choice!</div>
<div class="button"><<link [[First option|centerrest_event_1]]>><<set $eventpage to 7;$photoshoot to 1>><</link>></div>
\<div class="button"><<link [[Second option|centerrest_event_1]]>><<set $eventpage to 7;$photoshoot to 2>><</link>></div>
\<div class="button"><<link [[Third option|centerrest_event_1]]>><<set $eventpage to 7;$photoshoot to 3>><</link>></div>
\<<elseif $eventpage == 7>>
\<<pic3 events model restmodeltalk>>
<<say '$maria' 'pic/assets/$maria.png'>>Amazing! We will be waiting for you at our agency tomorrow at noon! I hope you can manage without delay.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, of course, I'll be in time!<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>That is great! Now, if you'll excuse me, I have a lot of things planned for today, so I'll have to leave you alone. Don't worry about anything, it's all on my account! Good luck!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes of course, thank you, goodbye!<</say>>
<div class="button"><<link [[Next|centerrest_event_1]]>><<set $eventpage to 8>><</link>></div>
\<<elseif $eventpage == 8>>
\<<pic3 events model restalone>>
<<say '$name' 'pic/assets/$name.png'>><i>"Phew! I can't believe I'm a model now! Damn! I was so excited that I forgot to ask about the fee! And for some reason she didn't say a word about it. Okay, I doubt they'll pay pennies. $maria looked so serious! I think that such a woman in her agency should have everything at a high level."</i><</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn, I can't wait to get back home and tell $husbname how it went!"</i><</say>>
<div class="button"><<link "Go to the exit" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 9>>
\<<pic3 events model restmodeltalk>>
<<say '$maria' 'pic/assets/$maria.png'>>Well, that's a pity... May I ask why? You are not satisfied with our conditions?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, you know ... I thought it over again and realized that this's not for me. Posting bare-breasted photos on my Holagram page is one thing, but I'm not ready to become famous through nude photo shoots.<</say>>
<<say '$maria' 'pic/assets/$maria.png'>>I see... Well, I was glad to meet you. Now, if you'll excuse me, I have a lot of things planned for today, so I won't waste the time I've already wasted. Don't worry about anything, it's all on my account. Good luck...<</say>>
<div class="button"><<link [[Next|centerrest_event_1]]>><<set $eventpage to 10>><</link>></div>
\<<elseif $eventpage == 10>>
\<<pic3 events model restalone>>
<<say '$name' 'pic/assets/$name.png'>><i>"Well, that was pretty... Harsh... I guess it was to be expected... Damn, why the hell did I even agree to this meeting if I ended up turning down the job? I knew perfectly that working in a modeling agency meant nudity."</i><</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Okay, let's tell $husbname what happened. He must be shocked..."</i><</say>>
<div class="button"><<link "Go to the exit" $return>><<set $eventpage to 0;$cycle1 += 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>А, $name! Ну что? Как всё прошло?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Просто замечательно! Всё прошло гораздо лучше, чем я ожидала!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Реально? Рассказывай! Я хочу знать все подробности.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, во-первых, как только они наткнулись на мою страничку Holagram, они тут же решили, что я должна работать у них. Во-вторых, $maria, глава модельного агентства так высоко оценила меня и мою внешность, что сделала мне настолько хорошее предложение, что я даже долго не могла поверить, что всё это происходит на самом деле и я не сплю!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Видишь? Я же говорил тебе! У тебя потрясающая внешность и сногсшибательная фигура! Тебе совершенно нечего стесняться и даже наоборот, нужно этим пользоваться!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ты думаешь?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Конечно! Даже директор модельного агентства сказала об этом. Она, как профессионал, просто не может позволить себе преувеличивать когда речь идёт о внешности модели, с которой она собирается работать. Ведь от этого полностью зависит имидж и репутация её агентства! Так что если она такого высокого мнения о тебе, то это не пустые слова. Ладно, давай дальше!<</say>>
<div class="button"><<link [[Дальше|husband_event_3]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Ну, всё что от меня требуется, это держать моё тело в форме, ухаживать за собой, быть готовой обнажиться где скажут и когда скажут. А, ещё мне нельзя работать на стороне, любая подработка моделью должна быть через агентство. Если мне предложат подработку на стороне, я должна буду обсудить это с ними.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, это довольно логично, так что ничего сложного. Что-то ещё? Как вообще будет проходить твоя работа? У тебя уже назначена твоя первая фотосессия?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, моя первая фотосессия будет в Воскресенье в полдень. Фотосессия будет проходить в помещении на их собственной фотостудии. Ну и... Насколько я поняла, фотосессия будет эротического характера, так что я буду сниматься голой. Кстати! Она сделала мне специальное предложение. Мои фотографии будут на обложке следующего номера журнала и в разделе "модель месяца". Кроме того, я смогу выбрать одну фотографию, которую я смогу опубликовать на своей страничке Holagram если захочу.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ого! Я же говорил! Тебя ждёт успех! Первая фотосессия и уже на обложку известного во всём мире журнала. А насчёт фото в Holagram... Хочешь ты или нет, но я считаю, что это обязательно нужно будет сделать. Во-первых, это поспособствует ускорению роста твоей известности в модельном бизнесе. Во-вторых, это неплохо увеличит кол-во твоих подписчиков. А что насчёт гонорара? Сколько тебе будут платить?<</say>>
<div class="button"><<link [[Дальше|husband_event_3]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Ну, если честно она ничего про это не сказала. Я не знаю, забыла она или нет, но я не помню, чтобы она говорила о гонорарах. Она упомянула только про стабильную работу с хорошим заработком. А я настолько разволновалась, что даже не уточнила...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, ничего страшного! Не думаю, что они будут плохо платить.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я тоже так думаю. $maria так серьёзно выглядела, что я сильно сомневаюсь, что они будут платить мне копейки.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Как бы она не выглядела, я видел их журнал и могу с уверенностью сказать, что заработок будет хорошим. Для этого журнала снимались звёзды кино мирового уровня, так что... Всё будет хорошо!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я тоже так думаю. И спасибо тебе за поддержку! Если бы не ты, я бы вряд-ли когда-нибудь на это решилась...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну что ты! Я всегда тебя поддержу!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Спасибо! Я это очень ценю!<</say>>
<div class="button"><<link [[Дальше|husband_event_3]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ты, главное, ни о чём не переживай, когда будешь на своей первой фотосессии! Я понимаю, что ты в любом случае будешь волноваться, но помни: ты лучше всех и у тебя всё получится!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Спасибо! Ты знаешь, после твоих слов и после слов директора агентства я так замотивирована, что думаю, что всё будет хорошо. Волнения от осознания того, что это первая фотосессия никуда не денутся, но я уверена, что я сумею с этим справиться.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Вот и отлично! Какие планы на остаток дня?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Не знаю... Думаю может в фитнес зал сходить. А у тебя?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Никаких. Сейчас ты уйдёшь, фильм досмотрю, может в душ схожу, посмотрим.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Понятно. Ну, тогда я пошла собираться. Люблю тебя!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>И я тебя люблю!<</say>>
<div class="button"><<link "Вернуться к своим делам" $return>><<set $eventpage to 0;$husband_quest to 9;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 5>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>А, $name! Ну что? Как всё прошло?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, ты наверное сильно удивишься, но я отказалась...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Оу... А почему? Ты же была настроена согласиться.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, но когда она проговорила мне все условия, что от меня требуется и что они предлагают, я всё ещё раз обдумала и... В общем я решила, что это не для меня... Публиковать в Holagram фотографии обнажённой груди это одно, но становиться всемирно известной моделью благодаря обнажёнке... Я не хочу этого, это не для меня...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Что ж, твоё право. Ты была права, меня это сильно удивило, но ты знаешь, я приму любое твоё решение. Если ты не уверена, что это то, чем тебе хотелось бы заниматься, то хорошо, что ты отказалась. Лучше отказаться, чем согласиться и потом жалеть. К тому же, я сильно сомневаюсь, что подписав соглашение, можно было бы так просто его расторгнуть. Наверняка там есть какие-то обязательства, которые ты должна была бы исполнить, прежде чем прекратить с ними работать.<</say>>
<div class="button"><<link [[Дальше|husband_event_3]]>><<set $eventpage to 6>><</link>></div>
\<<elseif $eventpage == 6>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Да, я тоже так подумала и поэтому не стала даже пробовать.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну и хорошо. Если захочется подрабатывать моделью, есть Holagram или в крайнем случае ForFans. Наверняка если кол-во твоих подписчиков станет выше, некоторые компании начнут присылать тебе предложения прорекламировать их бренд. Будь то нижнее бельё, бикини или что-то ещё.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, ты прав. К тому же, компаниям наверняка выгодней заплатить модели за рекламу их бренда на её страничке, чем отваливать тонну бабла модельному агентству за то же самое.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Полностью согласен! За ту сумму, которую они платят агентству, они смогут заплатить десятку моделей в Holagram. Ладно, довольно об этом. Какие планы на остаток дня?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Не знаю... Думаю может в фитнес зал сходить. А у тебя?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Никаких. Сейчас ты уйдёшь, фильм досмотрю, может в душ схожу, посмотрим.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Понятно. Ну, тогда я пошла собираться. Люблю тебя!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>И я тебя люблю!<</say>>
<div class="button"><<link "Вернуться к своим делам" $return>><<set $eventpage to 0;$husband_quest to 9;$cycle1 += 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ah, $name! So what? How did it go?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Just great! It all went much better than I expected!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Really? Tell me! I want to know all the details.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, first of all, as soon as they came across my Holagram page, they immediately decided that I should work for them. Secondly, $maria, the head of the modeling agency, appreciated me and my appearance so highly that she made me such a good offer that for a long time I could not even believe that all this was really happening and I was not sleeping!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>See? Told ya! You have an amazing appearance and a stunning figure! You have absolutely nothing to be ashamed of and on the contrary, you need to use it!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Do you think so?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Of course! Even the director of the modeling agency said so. As a professional, she just cannot afford to exaggerate when it comes to the appearance of the model she will be working with. After all, the image and reputation of her agency depends on it! So if she has such a high opinion of you, these are not empty words. Okay, let's move on!<</say>>
<div class="button"><<link [[Next|husband_event_3]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Well, all I have to do is keep my body in shape, take care of myself, be ready to get naked where and when they say. And, I can’t work on the side, any part-time modeling should be through an agency. If someone offers me a side job, I will have to discuss it with them.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, it's pretty logical, so no big deal. Something else? How will your work go in general? Do you already have your first photo shoot scheduled?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, my first photo session will be on Sunday at noon. The photo shoot will take place indoors in their own photo studio. Well, as far as I understand, the photo session will be of an erotic nature, so I will be shooting naked. By the way! She made me a special offer. My photos will be on the cover of the next issue of the magazine and in the "model of the month" section. In addition, I will be able to choose one photo that I can post on my Holagram page if I want to.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Wow! Told ya! Success awaits you! The first photo session and already on the cover of a world-famous magazine. And about the photo in Holagram... Whether you like it or not, but I think that this will definitely need to be done. Firstly, it will help accelerate the growth of your fame in the modeling business. Secondly, it will increase the number of your followers well. What about the fee? How much will you be paid?<</say>>
<div class="button"><<link [[Next|husband_event_3]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Well, to be honest, she didn't say anything about it. I don't know if she forgot or not, but I don't remember her talking about fees. She only mentioned a stable job with a good salary. And I was so excited that I didn't even elaborate...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, that's okay! I think they will pay well.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I think the same. $maria looked so serious that I highly doubt they would pay me a penny.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>No matter how she looks, I have seen their magazine and I can say with confidence that the earnings will be good. World-class movie stars were shooting for this magazine, so... Everything will be fine!<</say>>
<<say '$name' 'pic/assets/$name.png'>>I think the same. And thank you for your support! If it weren't for you, I probably wouldn't have made up my mind...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh come on! I will always support you!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Thank you! I really appreciate it!<</say>>
<div class="button"><<link [[Next|husband_event_3]]>><<set $eventpage to 4>><</link>></div>
\<<elseif $eventpage == 4>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Don't worry about anything when you're at your first photo shoot! I understand that you will be worried anyway, but remember: you are the best and you will succeed!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Thank you! You know, after your words and after the words of the director of the agency, I am so motivated that I think that everything will be fine. The excitement of knowing this is my first photo shoot is here to stay, but I'm sure I can handle it.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>That's great! What are your plans for the rest of the day?<</say>>
<<say '$name' 'pic/assets/$name.png'>>I don't know... I think maybe go to the gym. What about you?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Nothing. Now you're leaving, I'll watch the movie, maybe I'll go to the shower, we'll see.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I see. Well, then I went to get ready. Love you!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Love you too honey!<</say>>
<div class="button"><<link "Get back to your business" $return>><<set $eventpage to 0;$husband_quest to 9;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 5>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ah, $name! So what? How did it go?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, you might be surprised, but I refused...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh... Why? You were determined to agree.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, but when she told me all the conditions that are required of me and what they offer, I thought it over again and... In general, I decided that this was not for me... Posting naked breast photos on Holagram is one thing, but becoming a world famous model thanks to nudity... I don’t want this, it’s not for me...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, it's your right. You were right, I was very surprised, but you know, I will accept any decision you make. If you are not sure that this is what you would like to do, then it is good that you refused. It is better to refuse than to agree and then regret. In addition, I strongly doubt that by signing the agreement, it would be so easy to terminate it. Surely there are some obligations that you would have to fulfill before you stop working with them.<</say>>
<div class="button"><<link [[Next|husband_event_3]]>><<set $eventpage to 6>><</link>></div>
\<<elseif $eventpage == 6>>
\<<if $kitchenpage == 1>><<pic2 events kitchenhusbtalk>><<elseif $bedroompage == 1>><<pic2 events bedroomhusbtalk>><<elseif $livroompage == 1>><<pic2 events livroomhusbtalk>><</if>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, that's what I thought too, so I didn't even try it.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, that's good. If you want to work as a model, there is Holagram or, in extreme cases, ForFans. Surely if the number of your followers increases, some companies will start sending you offers to advertise their brand. Be it lingerie, bikini or something else.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, you are right. In addition, it is probably more profitable for companies to pay a model to advertise their brand on her page than to pay a lot of money to a modeling agency for the same.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I totally agree! For the amount they pay the agency, they can pay a dozen models on Holagram. Okay, enough about that. What are your plans for the rest of the day?<</say>>
<<say '$name' 'pic/assets/$name.png'>>I don't know... I think maybe go to the gym. What about you?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Nothing. Now you're leaving, I'll watch the movie, maybe I'll go to the shower, we'll see.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I see. Well, then I went to get ready. Love you!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Love you too honey!<</say>>
<div class="button"><<link "Get back to your business" $return>><<set $eventpage to 0;$husband_quest to 9;$cycle1 += 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $pcpage == 1>>
\<<pic2 pc pc>>
<div class="button"><<link [[Смотреть порно|pc]]>><<set $pcpage to 2>><</link>></div>
<div class="button"><<link "Выключить ПК" $return>><</link>></div>
\<<elseif $pcpage == 2>>
\<<pic2 pc pornsite>>
<div class="button"><<link [[Оральный секс|pc]]>><<set $pcpage to 3;$porntype to 1>><</link>></div>
\<div class="button"><<link [[Классический секс|pc]]>><<set $pcpage to 3;$porntype to 2>><</link>></div>
\<div class="button"><<link [[Анальный секс|pc]]>><<set $pcpage to 3;$porntype to 3>><</link>></div>
\<div class="button"><<link [[Групповой секс|pc]]>><<set $pcpage to 3;$porntype to 4>><</link>></div>
\<div class="button"><<link [[Межрассовый секс|pc]]>><<set $pcpage to 3;$porntype to 5>><</link>></div>
<div class="button"><<link [[Назад|pc]]>><<set $pcpage to 1>><</link>></div>
\<<elseif $pcpage == 3>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $porntype == 1>><<set $rand to random(1, 5)>><<elseif $porntype == 2>><<set $rand to random(6, 10)>><<elseif $porntype == 3>><<set $rand to random(11, 15)>><<elseif $porntype == 4>><<set $rand to random(16, 20)>><<else>><<set $rand to random(21, 30)>><</if>>
\<<gif2 pc $rand>>
\<<if $arousal >= 20>>
<div class="button"><<link [[Мастурбировать|pc]]>><<set $pcpage to 4>><</link>></div>
\<</if>>
<div class="button">[[Смотреть|pc]]</div>
<div class="button"><<link [[Назад|pc]]>><<set $pcpage to 1>><</link>></div>
\<<elseif $pcpage == 4>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $porntype == 1>><<set $rand to random(1, 5)>><<elseif $porntype == 2>><<set $rand to random(6, 10)>><<elseif $porntype == 3>><<set $rand to random(11, 15)>><<elseif $porntype == 4>><<set $rand to random(16, 20)>><<else>><<set $rand to random(21, 30)>><</if>>
\<<gif2 pc $rand>>
\<<set $clean -= 2;$rand to random(1, 5)>>
\<<if $arousal >= 100>><<set $arousal to 0;$pcpage to 5>><<goto "pc">><</if>>
<<gif4 sex masturbate chair $rand>>
<div class="button">[[Продолжить|pc]]</div>
<div class="button"><<link [[Прекратить|pc]]>><<set $pcpage to 2>><</link>></div>
\<<elseif $pcpage == 5>>
\<<set $rand to random(1, 5)>>
\<<gif3 sex orgasm $rand>>
\<<if $corr < 20>><div class="button"><font color=red>Разврат + 1</font></div><<set $corr += 1>><</if>>
<div class="button"><<link "Закончить" $return>><<set $pcpage to 0;$cycle1 += 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $pcpage == 1>>
\<<pic2 pc pc>>
<div class="button"><<link [[Watch porn|pc]]>><<set $pcpage to 2>><</link>></div>
<div class="button"><<link "Turn off PC" $return>><</link>></div>
\<<elseif $pcpage == 2>>
\<<pic2 pc pornsite>>
<div class="button"><<link [[Blowjob|pc]]>><<set $pcpage to 3;$porntype to 1>><</link>></div>
\<div class="button"><<link [[Classic|pc]]>><<set $pcpage to 3;$porntype to 2>><</link>></div>
\<div class="button"><<link [[Anal|pc]]>><<set $pcpage to 3;$porntype to 3>><</link>></div>
\<div class="button"><<link [[Gangbang|pc]]>><<set $pcpage to 3;$porntype to 4>><</link>></div>
\<div class="button"><<link [[Interracial|pc]]>><<set $pcpage to 3;$porntype to 5>><</link>></div>
<div class="button"><<link [[Back|pc]]>><<set $pcpage to 1>><</link>></div>
\<<elseif $pcpage == 3>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $porntype == 1>><<set $rand to random(1, 5)>><<elseif $porntype == 2>><<set $rand to random(6, 10)>><<elseif $porntype == 3>><<set $rand to random(11, 15)>><<elseif $porntype == 4>><<set $rand to random(16, 20)>><<else>><<set $rand to random(21, 30)>><</if>>
\<<gif2 pc $rand>>
\<<if $arousal >= 20>>
<div class="button"><<link [[Masturbate|pc]]>><<set $pcpage to 4>><</link>></div>
\<</if>>
<div class="button">[[Watch|pc]]</div>
<div class="button"><<link [[Back|pc]]>><<set $pcpage to 1>><</link>></div>
\<<elseif $pcpage == 4>>
\<<if $corr < 50>><<set $arousal += 10>><<else>><<set $arousal += 20>><</if>>
\<<if $porntype == 1>><<set $rand to random(1, 5)>><<elseif $porntype == 2>><<set $rand to random(6, 10)>><<elseif $porntype == 3>><<set $rand to random(11, 15)>><<elseif $porntype == 4>><<set $rand to random(16, 20)>><<else>><<set $rand to random(21, 30)>><</if>>
\<<gif2 pc $rand>>
\<<set $clean -= 2;$rand to random(1, 5)>>
\<<if $arousal >= 100>><<set $arousal to 0;$pcpage to 5>><<goto "pc">><</if>>
<<gif4 sex masturbate chair $rand>>
<div class="button">[[Continue|pc]]</div>
<div class="button"><<link [[Stop|pc]]>><<set $pcpage to 2>><</link>></div>
\<<elseif $pcpage == 5>>
\<<set $rand to random(1, 5)>>
\<<gif3 sex orgasm $rand>>
\<<if $corr < 20>><div class="button"><font color=red>Corruption + 1</font></div><<set $corr += 1>><</if>>
<div class="button"><<link "Finish" $return>><<set $pcpage to 0;$cycle1 += 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $eventpage == 0 or ndef $eventpage>><<set $eventpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<div class="text">
\<center>
\Требуются официанты!
Опыт работы необязателен. За подробной информацией обращайтесь к менеджеру кафе.
\</center>
\</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Хмм... Подработка официанткой? Деньги лишними не бывают, но я действительно настолько в них нуждаюсь?"</i><</say>>
<div class="button"><<link [[Пойти к менеджеру|southcafejobinterview]]>><<set $eventpage to 2>><</link>></div>
\<div class="button">[[Отойти от объявления|southcafe]]</div>
\<<elseif $eventpage == 2>>
\<<set $rick to 'Рик';$brown to 'Браун'>>
\<div class="text">Постучавшись в кабинет менеджера кафе, вы услышали глухое "Войдите!" и зашли в кабинет.</div>
<<pic3 city southcafe office>>
<div class="text">При входе в кабинет вы замечаете чистую и ухоженную комнату. В середине комнаты за компьютером сидит менеджер кафе, мужчина примерно 25-30 лет и смотрит на вас с улыбкой:</div>
<<say '$rick' 'pic/assets/$rick.png'>>Добрый день! Чем могу вам помочь?<</say>>
<div class="text">После этих слов $rick бегло пробежался глазами по вашему телу.</div>
<<say '$name' 'pic/assets/$name.png'>>Здравствуйте! Я заметила объявление о найме у входа в кафе и подумала, что могла бы работать у вас по выходным. Вакансия всё ещё актуальна?<</say>>
<<say '$rick' 'pic/assets/$rick.png'>>
\Конечно! Позвольте рассказать вам условия работы, я расскажу в точности всё то же самое, что будет написано в контракте.
Итак: работать вы можете с утра до позднего вечера. За одну рабочую смену вы получаете 20 долларов + чаевые. Чаевые полностью идут вам. Один важный момент - работать необходимо в специальной униформе. Это не строго фиксированная одежда, но она должна быть похожа на униформу официантки. О пропусках можете не беспокоиться. В общем и целом это всё. Устраивают ли вас эти условия?
<</say>>
<div class="button"><<link [[Да, мне это подходит|southcafejobinterview]]>><<set $eventpage to 3>><</link>></div>
\<div class="button">[[Мне нужно немного подумать|southcafe]]</div>
\<<elseif $eventpage == 3>>
\<<say '$rick' 'pic/assets/$rick.png'>>Замечательно! Приступать можете прямо сейчас. Если у вас нет униформы, то можете использовать ту, которую мы предоставляем всем новеньким. Её никто не использовал и она уже ждёт своего нового хозяина.<</say>>
<div class="text">С улыбкой ответил вам Рик и подмигнул.</div>
<<say '$name' 'pic/assets/$name.png'>>У меня и правда нет униформы, спасибо. Я могу идти?<</say>>
<div class="text">Смущённо ответили вы.</div>
<<say '$rick' 'pic/assets/$rick.png'>>Да, на этом наше интервью окончено. Надеюсь, вам понравится у нас работать.<</say>>
<div class="text">Встав со стула и направившись к выходу, вы ещё раз попрощались с Риком и заметили, что он оценивал вас сзади.</div>
<<say '$name' 'pic/assets/$name.png'>><i>Неужели он пялится на меня?</i><</say>>
<div class="button"><<link [[Выйти|southcafe]]>><<set $southcafeJob to 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<div class="text">
\<center>
\Waiters required!
No work experience required. For detailed information, please contact the cafe manager.
\</center>
\</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Hmm... Part-time waitressing? Money is never too much, but do I really need it that much?"</i><</say>>
<div class="button"><<link [[Go to the manager|southcafejobinterview]]>><<set $eventpage to 2>><</link>></div>
\<div class="button">[[Move away from the ad|southcafe]]</div>
\<<elseif $eventpage == 2>>
\<<set $rick to 'Rick';$brown to 'Brown'>>
\<div class="text">Having knocked on the cafe manager's office, you heard a muffled "Come in!" and went into the office.</div>
<<pic3 city southcafe office>>
<div class="text">Entering the office, you notice a clean and well-kept room. Cafe manager In the middle of the room, a man about 25-30 years old, sits at the computer and looks at you with a smile:</div>
<<say '$rick' 'pic/assets/$rick.png'>>Hello! How can I help you?<</say>>
<div class="text">$rick quickly ran his eyes over your body after he said that.</div>
<<say '$name' 'pic/assets/$name.png'>>Hello! I noticed a hiring ad at the entrance to the cafe and thought I could work for you on the weekends. Is the vacancy still relevant?<</say>>
<<say '$rick' 'pic/assets/$rick.png'>>
\Of course! Let me tell you the working conditions, I will tell you exactly the same thing that will be written in the contract.
So: you can work from morning until late evening. You get $20 + tips per shift. Tips are entirely yours. One important point is that you must work in a special uniform. This is not a strictly fixed outfit, but it should be similar to a waitress uniform. You don't have to worry about passes. In general, that's all. Are you satisfied with these conditions?
<</say>>
<div class="button"><<link [[Yes, it suits me|southcafejobinterview]]>><<set $eventpage to 3>><</link>></div>
\<div class="button">[[I need to think a little|southcafe]]</div>
\<<elseif $eventpage == 3>>
\<<say '$rick' 'pic/assets/$rick.png'>>Amazing! You can start right now. If you don't have a uniform, you can use the one we provide to all new employees. No one has used it and it is already waiting for its new owner.<</say>>
<div class="text">Rick answered you with a smile and a wink.</div>
<<say '$name' 'pic/assets/$name.png'>>I really don't have a uniform, thank you. Can I go?<</say>>
<div class="text">You answered embarrassedly.</div>
<<say '$rick' 'pic/assets/$rick.png'>>Yes, this concludes our interview. I hope you enjoy working with us.<</say>>
<div class="text">Rising from your chair and heading towards the exit, you said goodbye to Rick once again and noticed that he was sizing you up from behind.</div>
<<say '$name' 'pic/assets/$name.png'>><i>Is he staring at me?</i><</say>>
<div class="button"><<link [[Go out|southcafe]]>><<set $southcafeJob to 1>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $eventpage == 0 or ndef $eventpage>><<set $eventpage to 1>><</if>>
\<<if $lang == "ru">>
\<div class="text"><center><font color=red size=6>Все события связанные с работой будут добавлены в следующем обновлении!</font></center></div>
<div class="button">[[Назад|southcafe]]</div>
\<<else>>
\<div class="text"><center><font color=red size=6>All work events will be added in the next update!</font></center></div>
<div class="button">[[Back|southcafe]]</div>
\<</if>>
@@@@.left;
\<<if $eventpage == 0 or ndef $eventpage>><<set $eventpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<set $modelreception to "Девушка на ресепшене">>
\<<pic3 events model modelreception>>
<<say '$modelreception' 'pic/assets/$modelreception.png'>>Добрый день! Чем я могу вам помочь?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Здравствуйте! Я $name $surname. У меня назначена фотосессия на сегодня.<</say>>
<<say '$modelreception' 'pic/assets/$modelreception.png'>>Да, верно, проходите, к вашей фотосессии уже всё готово, осталось лишь подготовить вас.<</say>>
<div class="text">С улыбкой сказала вам девушка и объяснив вам как пройти к гримёрке указала вам на дверь с табличкой "Только для сотрудников".</div>
<div class="button"><<link [[Идти в гримёрку|northmodeling_event_1]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<set $modelemploye to "Гримёр">>
\<<pic3 events model modeldress>>
<div class="text">Зайдя в гримёрку вы увидели множество суетящихся вокруг других моделей гримёров и косметологов. Не успев оглянуться, к вам подошла девушка и спросила:</div>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Здравствуйте! Вы, должно быть, $name $surname?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, это я!<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Отлично! Меня уведомили о вашем выборе и назначили вашим личным гримёром. Я уже всё подготовила, так что раздевайтесь и садитесь вон в то кресло. Мы быстренько сделаем вам небольшой макияж и отправим на съёмку.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, хорошо.<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Ого! Я думала это будет выглядеть немного иначе. Так много моделей... Ну, зато сразу видно, что $maria ничуть не преукрасила, агентство и впрямь пользуется популярностью."</i><</say>>
<div class="button"><<link [[Раздеться|northmodeling_event_1]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic3 events model modelsetup>>
<div class="text">
\Пока вы раздевались, вы заметили, что среди гримёров были не только девушки, но и мужчины, однако вас это ничуть не смутило. Закончив раздеваться, вы сели в кресло и расслабились ведь вся дальнейшая работа до съёмок была за вашим гримёром.
Спустя какое-то время, девушка закончила работать над вашей внешностью и повернула вас лицом к зеркалу, чтобы вы оценили.
\</div>
<<say '$name' 'pic/assets/$name.png'>>Я... Вау! Это потрясающе!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Интересно, даёт ли она курсы по макияжу? Я бы добилась таких результатов только если бы провела перед зеркалом не меньше двух часов, а у неё это заняло лишь 30-40 минут максимум!"</i><</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Рада, что вам нравится! Что ж, теперь проходите вон в ту дверь, там состоится ваша фотосессия. Желаю удачи!<</say>>
<div class="button"><<link [[Фотосессия|northmodeling_event_1]]>><<if $photoshoot == 1>><<set $eventpage to 4>><<elseif $photoshoot == 2>><<set $eventpage to 8>><<else>><<set $eventpage to 12>><</if>><</link>></div>
\<<elseif $eventpage == 4>>
\<<set $modelphotographer to "Фотограф">>
\<div class="text">Войдя в помещение, вы оказались в большом пустом зале с высокими потолками в середине которого стояли декорации для вашей первой фотосессии, фотограф с камерой и несколько студийных прожекторов направленных на кровать, которая и была местом проведения фотосета.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Здравствуйте, $name! Ну, что, готовы?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, с чего начнём?<</say>>
<div class="text">Фотограф объяснил как будет проходить фотосессия и всё что с этим связано. Затем он указал вам в сторону кровати и помог вам принять первую позу.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Замечательно! Начнём с простенького! И помните - не двигайтесь! Иначе простенькая фотосессия превратится в многочасовой ад.<</say>>
<div class="text">Затем он подобрал парочку хороших ракурсов и сделал несколько фотографий.</div>
<<pic4 events model 1 1>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Превосходно! Приятно работать с моделями, которые знают свою работу! Получилось довольно много хороших кадров, но мы выберем лучший из них. А теперь давайте сменим позицию. В этот раз попробуем снять что-нибудь стоя.<</say>>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, вот так, супер! А теперь не двигайтесь!<</say>>
<<pic4 events model 1 2>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, да! Замечательно! Столько хороших кадров, что будет проблематично выбрать лучшие из них! Но это всё потом! Так... Хмм, дай-ка подумать... Да, точно! Я думал над тем, какую часть одежды снять первой и... Неважно! Давайте я вам помогу.<</say>>
<div class="text">После этих слов, фотограф помог вам принять идеальную на его взгляд позицию и слегка приспустил с вас трусики.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, то, что надо! А теперь замрите!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Чёрт! А этот парень и впрямь любит свою работу!"</i><</say>>
<div class="text">Пока вы восхищались профессионализмом парня, он сделал несколько хороших снимков и вновь заговорил.</div>
<<pic4 events model 1 3>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>О да, да, это просто супер! Я знаю, что вы у нас впервые, но поверьте мне, с такими снимками вы много добьётесь!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, спасибо, наверное.<</say>>
<div class="text">Ответили вы слегка покраснев и задумались о том, насколько неожиданно и резко изменилась ваша жизнь.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>О, не стоит смущаться! Ваше тело прекрасно!<</say>>
<div class="text">Ответил вам фотограф и закончив восхищаться кадрами, приблизился к вам, чтобы помочь вам принять новую позу.</div>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 6>><</link>></div>
\<<elseif $eventpage == 6>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>То, что надо! Не двигайтесь!<</say>>
<<pic4 events model 1 4>>
<div class="text">
\Сделав ещё несколько фотографий с разных ракурсов, фотограф восхитился и помог вам принять очередную позу.
Оставшуюся часть фотосессии фотограф был не столь разговорчив. Возможно он просто решил перестать смущать вас своими восхищениями и комплиментами, а может просто слишком увлёкся работой.
\</div>
<<pic4 events model 1 5>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Замечательно! Что ж, большая часть осталась позади. Думаю, ещё две-три позы и достаточно.<</say>>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 7>><</link>></div>
\<<elseif $eventpage == 7>>
\<<pic4 events model 1 6>>
<div class="text">Приняв очередную позу для фотосета вы поняли, что прошёл уже почти час и работа модели хоть и кажется простой на первый взгляд, вам она показалась довольно изнурительной потому как находиться в неподвижном состоянии даже 10 минут не так то просто. К тому же, в данной фотосессии следы пота на вашем теле были ни к чему и поэтому в помещении работал кондиционер из-за которого вам было довольно прохладно, а ваша кожа с ног до головы была покрыта мурашками.</div>
<<pic4 events model 1 7>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Просто замечательные кадры! А теперь давайте примем последнюю позу, сделаем несколько снимком и закончим на этом. Вы отлично справляетесь!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, хорошо, отлично!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Не могу не заметить глядя на вас, как вы устали, но осталось совсем чуть-чуть!<</say>>
<<pic4 events model 1 8>>
<div class="text">Фотограф сделал несколько завершающих снимков и наконец сказал вам, что фотосессия закончена. Вы вздохнули с облегчением и тут же закутались в одеяло, чтобы согреться.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Я получил распоряжение от руководства переслать вам копию одной из выбранной вами фотографий для ваших соцсетей, но прежде, чем я дам вам выбрать, я должен выбрать лучшие кадры и обработать их, так что придётся немного подождать. Вы можете пока идти в гримёрку, чтобы одеться и найти, чем себя занять. Не волнуйтесь, опыт у меня большой, так что я не заставлю вас долго ждать.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что ж, выбора у меня не много...<</say>>
<div class="button"><<link [[Идти в гримёрку|northmodeling_event_1]]>><<set $eventpage to 16>><</link>></div>
\<<elseif $eventpage == 8>>
\<<set $modelphotographer to "Фотограф">>
\<div class="text">Войдя в помещение, вы оказались в большом пустом зале с высокими потолками в середине которого стояли декорации для вашей первой фотосессии, фотограф с камерой и несколько студийных прожекторов направленных на обеденный стол, который и был местом проведения фотосета.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Здравствуйте, $name! Ну, что, готовы?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, с чего начнём?<</say>>
<div class="text">Фотограф объяснил как будет проходить фотосессия и всё что с этим связано. Затем он указал вам в сторону стола и помог вам принять первую позу.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Замечательно! Начнём с простенького! И помните - не двигайтесь! Иначе простенькая фотосессия превратится в многочасовой ад.<</say>>
<div class="text">Затем он подобрал парочку хороших ракурсов и сделал несколько фотографий.</div>
<<pic4 events model 2 1>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Превосходно! Приятно работать с моделями, которые знают свою работу! Получилось довольно много хороших кадров, но мы выберем лучший из них. А теперь давайте сменим позицию. В этот раз попробуем снять что-нибудь сидя.<</say>>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 9>><</link>></div>
\<<elseif $eventpage == 9>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, вот так, супер! А теперь не двигайтесь!<</say>>
<<pic4 events model 2 2>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, да! Замечательно! Столько хороших кадров, что будет проблематично выбрать лучшие из них! Но это всё потом! Так... Хмм, дай-ка подумать... Да, точно! Я думал над тем, чтобы... Неважно! Давайте я вам помогу.<</say>>
<div class="text">После этих слов, фотограф помог вам принять идеальную на его взгляд позицию.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, то, что надо! А теперь замрите!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Чёрт! А этот парень и впрямь любит свою работу!"</i><</say>>
<div class="text">Пока вы восхищались профессионализмом парня, он сделал несколько хороших снимков и вновь заговорил.</div>
<<pic4 events model 2 3>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>О да, да, это просто супер! Я знаю, что вы у нас впервые, но поверьте мне, с такими снимками вы много добьётесь!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, спасибо, наверное.<</say>>
<div class="text">Ответили вы слегка покраснев и задумались о том, насколько неожиданно и резко изменилась ваша жизнь.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>О, не стоит смущаться! Ваше тело прекрасно!<</say>>
<div class="text">Ответил вам фотограф и закончив восхищаться кадрами, приблизился к вам, чтобы помочь вам принять новую позу.</div>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 10>><</link>></div>
\<<elseif $eventpage == 10>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>То, что надо! Не двигайтесь!<</say>>
<<pic4 events model 2 4>>
<div class="text">
\Сделав ещё несколько фотографий с разных ракурсов, фотограф восхитился и помог вам принять очередную позу.
Оставшуюся часть фотосессии фотограф был не столь разговорчив. Возможно он просто решил перестать смущать вас своими восхищениями и комплиментами, а может просто слишком увлёкся работой.
\</div>
<<pic4 events model 2 5>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Замечательно! Что ж, большая часть осталась позади. Думаю, ещё две-три позы и достаточно.<</say>>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 11>><</link>></div>
\<<elseif $eventpage == 11>>
\<<pic4 events model 2 6>>
<div class="text">Приняв очередную позу для фотосета вы поняли, что прошёл уже почти час и работа модели хоть и кажется простой на первый взгляд, вам она показалась довольно изнурительной потому как находиться в неподвижном состоянии даже 10 минут не так то просто. К тому же, в данной фотосессии следы пота на вашем теле были ни к чему и поэтому в помещении работал кондиционер из-за которого вам было довольно прохладно, а ваша кожа с ног до головы была покрыта мурашками.</div>
<<pic4 events model 2 7>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Просто замечательные кадры! А теперь давайте примем последнюю позу, сделаем несколько снимком и закончим на этом. Вы отлично справляетесь!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, хорошо, отлично!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Не могу не заметить глядя на вас, как вы устали, но осталось совсем чуть-чуть!<</say>>
<<pic4 events model 2 8>>
<div class="text">Фотограф сделал несколько завершающих снимков и наконец сказал вам, что фотосессия закончена. Вы вздохнули с облегчением и тут же накинули на себя всю ту "одежду", которая была на вас в начале фотосессии, чтобы согреться.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Я получил распоряжение от руководства переслать вам копию одной из выбранной вами фотографий для ваших соцсетей, но прежде, чем я дам вам выбрать, я должен выбрать лучшие кадры и обработать их, так что придётся немного подождать. Вы можете пока идти в гримёрку, чтобы одеться и найти, чем себя занять. Не волнуйтесь, опыт у меня большой, так что я не заставлю вас долго ждать.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что ж, выбора у меня не много...<</say>>
<div class="button"><<link [[Идти в гримёрку|northmodeling_event_1]]>><<set $eventpage to 16>><</link>></div>
\<<elseif $eventpage == 12>>
\<<set $modelphotographer to "Фотограф">>
\<div class="text">Войдя в помещение, вы оказались в большом пустом зале с высокими потолками в середине которого стоял фотофон для вашей первой фотосессии, фотограф с камерой и несколько студийных прожекторов направленных на фотофон, который и был местом проведения фотосета.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Здравствуйте, $name! Ну, что, готовы?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, с чего начнём?<</say>>
<div class="text">Фотограф объяснил как будет проходить фотосессия и всё что с этим связано. Затем он указал вам в сторону фотофона и помог вам принять первую позу.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Замечательно! Начнём с простенького! И помните - не двигайтесь! Иначе простенькая фотосессия превратится в многочасовой ад.<</say>>
<div class="text">Затем он подобрал парочку хороших ракурсов и сделал несколько фотографий.</div>
<<pic4 events model 3 1>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Превосходно! Приятно работать с моделями, которые знают свою работу! Получилось довольно много хороших кадров, но мы выберем лучший из них. А теперь давайте немного изменим позицию.<</say>>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 13>><</link>></div>
\<<elseif $eventpage == 13>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, вот так, супер! А теперь не двигайтесь!<</say>>
<<pic4 events model 3 2>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, да! Замечательно! Столько хороших кадров, что будет проблематично выбрать лучшие из них! Но это всё потом! Так... Хмм, дай-ка подумать... Да, точно! Я думал над тем, чтобы... Неважно! Давайте я вам помогу.<</say>>
<div class="text">После этих слов, фотограф помог вам принять идеальную на его взгляд позицию.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, то, что надо! А теперь замрите!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Чёрт! А этот парень и впрямь любит свою работу!"</i><</say>>
<div class="text">Пока вы восхищались профессионализмом парня, он сделал несколько хороших снимков и вновь заговорил.</div>
<<pic4 events model 3 3>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>О да, да, это просто супер! Я знаю, что вы у нас впервые, но поверьте мне, с такими снимками вы много добьётесь!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, спасибо, наверное.<</say>>
<div class="text">Ответили вы слегка покраснев и задумались о том, насколько неожиданно и резко изменилась ваша жизнь.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>О, не стоит смущаться! Ваше тело прекрасно!<</say>>
<div class="text">Ответил вам фотограф и закончив восхищаться кадрами, приблизился к вам, чтобы помочь вам принять новую позу.</div>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 14>><</link>></div>
\<<elseif $eventpage == 14>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>То, что надо! Не двигайтесь!<</say>>
<<pic4 events model 3 4>>
<div class="text">
\Сделав ещё несколько фотографий с разных ракурсов, фотограф восхитился и помог вам принять очередную позу.
Оставшуюся часть фотосессии фотограф был не столь разговорчив. Возможно он просто решил перестать смущать вас своими восхищениями и комплиментами, а может просто слишком увлёкся работой.
\</div>
<<pic4 events model 3 5>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Замечательно! Что ж, большая часть осталась позади. Думаю, ещё две-три позы и достаточно.<</say>>
<div class="button"><<link [[Сменить позу|northmodeling_event_1]]>><<set $eventpage to 15>><</link>></div>
\<<elseif $eventpage == 15>>
\<<pic4 events model 3 6>>
<div class="text">Приняв очередную позу для фотосета вы поняли, что прошёл уже почти час и работа модели хоть и кажется простой на первый взгляд, вам она показалась довольно изнурительной потому как находиться в неподвижном состоянии даже 10 минут не так то просто. К тому же, в данной фотосессии следы пота на вашем теле были ни к чему и поэтому в помещении работал кондиционер из-за которого вам было довольно прохладно, а ваша кожа с ног до головы была покрыта мурашками.</div>
<<pic4 events model 3 7>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Просто замечательные кадры! А теперь давайте примем последнюю позу, сделаем несколько снимком и закончим на этом. Вы отлично справляетесь!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, хорошо, отлично!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Не могу не заметить глядя на вас, как вы устали, но осталось совсем чуть-чуть!<</say>>
<<pic4 events model 3 8>>
<div class="text">Фотограф сделал несколько завершающих снимков и наконец сказал вам, что фотосессия закончена. Вы вздохнули с облегчением и хотели было что-нибудь накинуть на себя, чтобы согреться, но вспомнили, что на фотосессию вы уже пришли в чём мать родила..</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Я получил распоряжение от руководства переслать вам копию одной из выбранной вами фотографий для ваших соцсетей, но прежде, чем я дам вам выбрать, я должен выбрать лучшие кадры и обработать их, так что придётся немного подождать. Вы можете пока идти в гримёрку, чтобы одеться и найти, чем себя занять. Не волнуйтесь, опыт у меня большой, так что я не заставлю вас долго ждать.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что ж, выбора у меня не много...<</say>>
<div class="button"><<link [[Идти в гримёрку|northmodeling_event_1]]>><<set $eventpage to 16>><</link>></div>
\<<elseif $eventpage == 16>>
\<div class="text">Зайдя в гримёрку, вы быстрым шагом устремились к своему столику, чтобы как можно скорее одеться.</div>
<<pic3 events model modeldress2>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Ну, что, как прошла первая фотосессия?<</say>>
<div class="text">Спросил у вас ваш гримёр внезапно подойдя к вам сзади, что заставило подпрыгнуть вас от испуга.</div>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Ой, я... Прошу прощения, я не хотела...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Нет, всё в порядке! Просто вы подошли так неожиданно и я... Ха-ха!<</say>>
<div class="text">Со смехом ответили вы и продолжили:</div>
<<say '$name' 'pic/assets/$name.png'>>Фууух! Я не уверена, но кажется фотограф восхищался на продолжении всей фотосессии и хвалил меня, так что, думаю, что всё прошло хорошо!<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Отлично! Я так понимаю, теперь вы будете ждать, пока он отберёт лучшие фотографии?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, мне нужно выбрать одну для соцсетей, так что... Правда я понятия не имею, чем себя занять в ожидании.<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Ну, у нас есть комната отдыха, там вы можете перекусить, выпить, посмотреть телевизор, послушать музыку, расслабиться на диване, так что, если хотите, я могу проводить вас, а фотографу передам, что вы будете там.<</say>>
<<say '$name' 'pic/assets/$name.png'>>О, это было бы здорово! Всё лучше, чем сидеть здесь перед зеркалом.<</say>>
<div class="button"><<link [[Идти в комнату отдыха|northmodeling_event_1]]>><<set $eventpage to 17>><</link>></div>
\<<elseif $eventpage == 17>>
\<<pic4 act work univer relax>>
<<say '$name' 'pic/assets/$name.png'>>Я думала, здесь будут другие модели или сотрудники...<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>У нас разные комнаты отдыха для моделей и персонала. К тому же, комната отдыха для моделей предназначена не для всех. Есть мелкие, не пользующиеся спросом модели или те, кто пришёл сюда ради одноразовой фотосессии. Вы же входите в список элитных моделей и подписали контракт с нашим агентством, так что, вы имеете полное право находиться здесь.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Элитная модель?<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Ну, да. Вы разве не знаете? Глава агентства возлагает на вас большие надежды, но... Если вы об этом ничего не знаете, то большего я сказать не могу. А теперь, прошу меня простить, мне нужно идти.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Хорошо...<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Я элитная модель? Но как это... Я только что была на своей первой фотосессии и $maria даже не видела результатов. Бред какой-то..."</i><</say>>
<div class="text">Закончив свои размышления, вы подошли к столу на котором стояла еда. В основном, это были разные салаты и несколько низкокалорийных блюд. Выбрав себе понравившийся вам перекус, вы сели на диван и начали кушать в ожидании фотографа.</div>
<div class="button"><<link [[Некоторое время спустя|northmodeling_event_1]]>><<set $eventpage to 18>><</link>></div>
\<<elseif $eventpage == 18>>
\<<pic4 act work univer relax>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Надеюсь, что я не заставил вас долго ждать. Вот, я принёс с собой ноутбук, чтобы вам легче было выбрать фотографию.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Уже? Честно признаться, я думала, что это займёт гораздо больше времени!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Ну, в более сложных фотосессиях, да, отбор фотографий обычно занимает больше времени и готовые варианты бывают готовы лишь на следующий день, но это же была простенькая фотосессия. К тому же, у вас идеальная внешность, мне даже не потребовалось заниматься ретушированием, лишь лёгкая, общая обработка.<</say>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic4 events model $photoshoot 1>>">><<popover 'noclick'>><<pic4 events model $photoshoot 1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "northmodeling_event_1">><<set $chosenpic to 1;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic4 events model $photoshoot 2>>">><<popover 'noclick'>><<pic4 events model $photoshoot 2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "northmodeling_event_1">><<set $chosenpic to 2;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic4 events model $photoshoot 3>>">><<popover 'noclick'>><<pic4 events model $photoshoot 3>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "northmodeling_event_1">><<set $chosenpic to 3;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 4>>">><<popover 'noclick'>><<pic4 events model $photoshoot 4>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "northmodeling_event_1">><<set $chosenpic to 4;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 5>>">><<popover 'noclick'>><<pic4 events model $photoshoot 5>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "northmodeling_event_1">><<set $chosenpic to 5;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 6>>">><<popover 'noclick'>><<pic4 events model $photoshoot 6>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "northmodeling_event_1">><<set $chosenpic to 6;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 7>>">><<popover 'noclick'>><<pic4 events model $photoshoot 7>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "northmodeling_event_1">><<set $chosenpic to 7;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 8>>">><<popover 'noclick'>><<pic4 events model $photoshoot 8>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Выбрать" "northmodeling_event_1">><<set $chosenpic to 8;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
\</div>
\</div>
\<<elseif $eventpage == 19>>
\<<pic4 events model $photoshoot $chosenpic>>
<div class="button">Вы подтверждаете своей выбор?</div>
<div class="button"><<link [[Да|northmodeling_event_1]]>><<set $eventpage to 20>><</link>></div>
\<div class="button"><<link [[Нет|northmodeling_event_1]]>><<set $eventpage to 18>><</link>></div>
\<<elseif $eventpage == 20>>
\<<pic4 events model $photoshoot $chosenpic>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Отличный выбор! У вас очень хороший вкус! Уверен, ваши фанаты будут просто в восторге!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, спасибо, я тоже на это надеюсь.<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>О, отбросьте свои сомнения! Уверяю вас, им очень понравится!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что ж, учитывая ваш опыт, думаю вы правы.<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Даже не сомневайтесь! Ну же, неужели вам не хочется поделиться этой фотографией прямо сейчас?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, само собой, так и было задумано!<</say>>
<div class="button"><<link [[Опубликовать фотографию|northmodeling_event_1]]>><<set $eventpage to 21>><</link>></div>
\<<elseif $eventpage == 21>>
\<<fanssub>>
\<<set $randsub = $randsub * 5>>
\<<pic4 events model $photoshoot $chosenpic>>
<div class="text">
\Вы опубликовали в приложении ForFans фотографию сделанную на вашей первой профессиональной фотосессии, добавили хэштег #ErosTalent и после этого на вас подписалось $randsub человек.<<set $fanssub = $fanssub + ($randsub/5*4)>>
<<instsub_3>><<set $randsub = $randsub * 10>>Кроме того, это повысило вашу известность в приложениях Holagram и ForFans на 5 и дало $randsub дополнительных подписчиков в Holagram.<<if $fansfame < 96>><<set $fansfame += 5>><<elseif $fansfame >= 96>><<set $fansfame to 100>><</if>><<if $instfame < 96>><<set $instfame += 5>><<elseif $instfame >= 96>><<set $instfame to 100>><</if>><<set $instsub = $instsub + ($randsub/10*9)>>
\</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Видите? Я же говорил им понравится! Сколько новых подписчиков!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ничего себе! Помимо ForFans я получила новых подписчиков ещё и в Holagram!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Я же говорил, что всё будет хорошо!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, верно! Спасибо вам за поддержку!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Никаких проблем! А теперь, когда моя часть работы завершена, думаю пришла пора прощаться. С нетерпением жду нашей следующей фотосессии!<</say>>
<<say '$name' 'pic/assets/$name.png'>>В следующий раз тоже вы будете меня фотографировать?<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да, я теперь закреплён за вами, точно так же как и ваш личный гримёр! Или вы не хотите, чтобы я был вашим личным фотографом? Вам что-то не понравилось?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Нет, что вы! Просто это так неожиданно! Доступ в комнату отдыха с ограниченным доступом, личный гримёр, личный фотограф, я не думала, что всё будет складываться настолько хорошо! А что касается вас то, я не знаю, мне понравилось, как вы работаете! К этому же, мне будет проще работать с одним человеком, а не с разными.<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Спасибо! Я рад, что вам понравилось! И да, именно поэтому меня и назначили вашим личным фотографом! $maria $hernandez не хотела, чтобы с вами возникали какие-то проблемы и поэтому распорядилась обеспечить вам максимальный комфорт.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что ж, это весьма приятно...<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Да! Что ж, на этом я вас оставлю и до новых встреч! Кстати, конверт на барной стойке тоже ваш!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Всего доброго!<</say>>
<div class="text">Подойдя к барной стойке, вы взяли конверт в руки и открыли его. Внутри лежала 1000$.</div>
<div class="button"><font color=green>Вы заработали 1000$!</font></div>
\<<if $corr < 100>>
<div class="button"><font color=red>Разврат + 2</font></div><<set $corr += 2>>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>><i>"Тысяча долларов за первую простенькую фотосессию? Ничего себе! Фотосессия заняла у меня максимум 5 часов, а я получила чуть больше, чем за 3 дня работы в Университете! Что ж, наверное, самое время отправиться домой и поделиться впечатлениями с $husbnameом!"</i><</say>>
<div class="button"><<link [[На улицу|north]]>><<set $eventpage to 0;$cycle1 += 3;$model_quest to 4;$cash += 1000>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<set $modelreception to "Girl at the reception">>
\<<pic3 events model modelreception>>
<<say '$modelreception' 'pic/assets/$modelreception.png'>>Hello! How can I help you?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Hello! I am $name $surname. I have a photo shoot scheduled for today.<</say>>
<<say '$modelreception' 'pic/assets/$modelreception.png'>>Yes, that’s right, come on in, everything is ready for your photo shoot, all that remains is to prepare you.<</say>>
<div class="text">The girl told you with a smile and, having explained to you how to get to the dressing room, pointed you to the door with the sign "Employees only."</div>
<div class="button"><<link [[Go to the dressing room|northmodeling_event_1]]>><<set $eventpage to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<set $modelemploye to "Makeup artist">>
\<<pic3 events model modeldress>>
<div class="text">Entering the dressing room, you saw a lot of makeup artists and cosmetologists fussing around other models. Without having time to look around, a girl approached you and asked:</div>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Hello! You must be $name $surname?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, that's me!<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Great! I was notified of your choice and appointed as your personal make-up artist. I have already prepared everything, so undress and sit in that chair over there. We'll quickly do some makeup for you and send you off to the shoot.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Okay.<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Wow! I thought it would look a little different. There are so many models... Well, but it’s immediately clear that $maria has not embellished it at all, the agency is indeed popular."</i><</say>>
<div class="button"><<link [[Undress|northmodeling_event_1]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<<pic3 events model modelsetup>>
<div class="text">
\While you were undressing, you noticed that among the makeup artists there were not only girls, but also men, but this did not bother you at all. Having finished undressing, you sat down in a chair and relaxed because all further work before the photo shoot remains with your make-up artist.
After some time, the girl finished working on your appearance and turned you to face the mirror so that you could evaluate it.
\</div>
<<say '$name' 'pic/assets/$name.png'>>I... Wow! It's amazing!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"I wonder if she gives makeup courses? I would have achieved such results only if I had spent at least two hours in front of the mirror, but it only took her 30-40 minutes maximum!"</i><</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Glad you like it! Well, now go through that door, your photo session will take place there. Good luck!<</say>>
<div class="button"><<link [[Photoshoot|northmodeling_event_1]]>><<if $photoshoot == 1>><<set $eventpage to 4>><<elseif $photoshoot == 2>><<set $eventpage to 8>><<else>><<set $eventpage to 12>><</if>><</link>></div>
\<<elseif $eventpage == 4>>
\<<set $modelphotographer to "Photographer">>
\<div class="text">Entering the room, you found yourself in a large empty room with high ceilings in the middle of which stood the scenery for your first photo shoot, a photographer with a camera and several studio spotlights aimed at the bed, which was the location of the photo shoot.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Hello $name! Are you ready?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, where do we start?<</say>>
<div class="text">The photographer broke down how the photo shoot was gonna go and all the stuff tied to it. Then he directed you to the bed and assisted you in getting into your initial pose.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Great! Let's start with something simple! And remember, don't move! Otherwise, a simple photo shoot will turn into a multi-hour ordeal.<</say>>
<div class="text">Then he found a couple of good angles and took some photos.</div>
<<pic4 events model 1 1>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Perfect! It's a pleasure to work with models who know their job! There were quite a few good shots, but we will choose the best one. Now let's change position. This time we'll try to shoot something while standing.<</say>>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes, that's it, great! Now don't move!<</say>>
<<pic4 events model 1 2>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes Yes! Amazing! There are so many good shots that it will be difficult to choose the best ones! But that’s all later! So... Hmm, let me think... Yes, exactly! I was thinking about which part of the clothes to take off first and... Never mind! Let me help you.<</say>>
<div class="text">After these words, the photographer helped you take the ideal position in his opinion and slightly lowered your panties.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes, that's what you need! Now freeze!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn! This guy really loves his job!"</i><</say>>
<div class="text">While you were admiring the guy's professionalism, he took a few good pictures and spoke again.</div>
<<pic4 events model 1 3>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Oh yes, yes, it's just great! I know this is your first time with us, but believe me, with these photos you will achieve a lot!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, thanks, I guess.<</say>>
<div class="text">You answered, blushing slightly and thinking about how unexpectedly your life had changed.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Oh, don't be embarrassed! Your body is beautiful!<</say>>
<div class="text">The photographer answered you and, having finished admiring the shots, approached you to help you take a new pose.</div>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 6>><</link>></div>
\<<elseif $eventpage == 6>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Just what you need! Don't move!<</say>>
<<pic4 events model 1 4>>
<div class="text">
\After taking a few more photos from different angles, the photographer admired you and helped you take the next pose.
The photographer was not so talkative for the rest of the photo shoot. Perhaps he just decided to stop embarrassing you with his admiration and compliments, or maybe he was just too carried away with his work.
\</div>
<<pic4 events model 1 5>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Amazing! Well, most of it is left behind. I think two or three more poses will be enough.<</say>>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 7>><</link>></div>
\<<elseif $eventpage == 7>>
\<<pic4 events model 1 6>>
<div class="text">Having taken the next pose for the photo shoot, you realized that almost an hour had already passed and the model’s work, although it seems simple at first glance, seemed to you quite grueling because being in a motionless state for even 10 minutes is not so easy. In addition, in this photo shoot there was no need for traces of sweat on your body and therefore the air conditioner was working in the room, due to which you were quite cool, and your skin was covered from head to toe with goosebumps.</div>
<<pic4 events model 1 7>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Just amazing shots! Now let's strike one last pose, take a few shots and call it a day. You are doing great!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, alright, great!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Looking at you, I can’t help but notice how tired you are, but there’s just a little bit left!<</say>>
<<pic4 events model 1 8>>
<div class="text">The photographer took a few final shots and finally told you that the photo shoot was over. You breathed a sigh of relief and immediately wrapped yourself in a blanket to keep warm.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>I have received instructions from management to send you a copy of one of the photos you have chosen for your social networks, but before I let you choose, I have to select the best shots and process them, so you will have to wait a little. For now, you can go to the dressing room to get dressed and find something to do. Don't worry, I have a lot of experience, so I won't keep you waiting long.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, I don't have much choice...<</say>>
<div class="button"><<link [[Go to the dressing room|northmodeling_event_1]]>><<set $eventpage to 16>><</link>></div>
\<<elseif $eventpage == 8>>
\<<set $modelphotographer to "Photographer">>
\<div class="text">Entering the room, you found yourself in a large empty room with high ceilings in the middle of which stood the scenery for your first photo shoot, a photographer with a camera and several studio spotlights aimed at the dining table, which was the location for the photo shoot.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Hello $name! Are you ready?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, where do we start?<</say>>
<div class="text">The photographer broke down how the photo shoot was gonna go and all the stuff tied to it. Then he directed you to the bed and assisted you in getting into your initial pose.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Amazing! Let's start with something simple! And remember - don't move! Otherwise, a simple photo shoot will turn into hours-long hell.<</say>>
<div class="text">Then he found a couple of good angles and took some photos.</div>
<<pic4 events model 2 1>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Perfect! It's a pleasure to work with models who know their job! There were quite a few good shots, but we will choose the best one. Now let's change position. This time we'll try to shoot something while sitting.<</say>>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 9>><</link>></div>
\<<elseif $eventpage == 9>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes, that's it, great! Now don't move!<</say>>
<<pic4 events model 2 2>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes Yes! Amazing! There are so many good shots that it will be difficult to choose the best ones! But that’s all later! So... Hmm, let me think... Yes, exactly! I was thinking about... Never mind! Let me help you.<</say>>
<div class="text">After these words, the photographer helped you take the ideal position in his opinion.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes, that's what you need! Now freeze!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn! This guy really loves his job!"</i><</say>>
<div class="text">While you were admiring the guy's professionalism, he took a few good pictures and spoke again.</div>
<<pic4 events model 2 3>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Oh yes, yes, it's just great! I know this is your first time with us, but believe me, with these photos you will achieve a lot!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, thanks, I guess.<</say>>
<div class="text">You answered, blushing slightly and thinking about how unexpectedly and dramatically your life had changed.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Oh, don't be embarrassed! Your body is beautiful!<</say>>
<div class="text">The photographer answered you and, having finished admiring the shots, approached you to help you take a new pose.</div>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 10>><</link>></div>
\<<elseif $eventpage == 10>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Just what you need! Don't move!<</say>>
<<pic4 events model 2 4>>
<div class="text">
\After taking a few more photos from different angles, the photographer admired you and helped you take the next pose.
The photographer was not so talkative for the rest of the photo shoot. Perhaps he just decided to stop embarrassing you with his admiration and compliments, or maybe he was just too carried away with his work.
\</div>
<<pic4 events model 2 5>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Amazing! Well, most of it is left behind. I think two or three more poses will be enough.<</say>>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 11>><</link>></div>
\<<elseif $eventpage == 11>>
\<<pic4 events model 2 6>>
<div class="text">Having taken the next pose for the photo shoot, you realized that almost an hour had already passed and the model’s work, although it seems simple at first glance, seemed to you quite grueling because being in a motionless state for even 10 minutes is not so easy. In addition, in this photo shoot there was no need for traces of sweat on your body and therefore the air conditioner was working in the room, due to which you were quite cool, and your skin was covered from head to toe with goosebumps.</div>
<<pic4 events model 2 7>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Just amazing shots! Now let's strike one last pose, take a few shots and call it a day. You are doing great!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, alright, great!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Looking at you, I can’t help but notice how tired you are, but there’s just a little bit left!<</say>>
<<pic4 events model 2 8>>
<div class="text">The photographer took a few final shots and finally told you that the photo shoot was over. You breathed a sigh of relief and immediately threw on all the “clothes” that you were wearing at the beginning of the photo shoot to keep warm.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>I have received instructions from management to send you a copy of one of the photos you have chosen for your social networks, but before I let you choose, I have to select the best shots and process them, so you will have to wait a little. For now, you can go to the dressing room to get dressed and find something to do with yourself. Don't worry, I have a lot of experience, so I won't keep you waiting long.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, I don't have much choice...<</say>>
<div class="button"><<link [[Go to the dressing room|northmodeling_event_1]]>><<set $eventpage to 16>><</link>></div>
\<<elseif $eventpage == 12>>
\<<set $modelphotographer to "Photographer">>
\<div class="text">Upon entering the room, you found yourself in a large empty room with high ceilings in the middle of which there was a photo backdrop for your first photo shoot, a photographer with a camera and several studio spotlights aimed at the photo backdrop, which was the location of the photo shoot.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Hello $name! Are you ready?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, where do we start?<</say>>
<div class="text">The photographer explained how the photo shoot would take place and everything connected with it. He then pointed you towards the photo backdrop and helped you strike your first pose.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Amazing! Let's start with something simple! And remember - don't move! Otherwise, a simple photo shoot will turn into hours-long hell.<</say>>
<div class="text">Then he found a couple of good angles and took some photos.</div>
<<pic4 events model 3 1>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Perfect! It's a pleasure to work with models who know their job! There were quite a few good shots, but we will choose the best one. Now let's change the position a little.<</say>>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 13>><</link>></div>
\<<elseif $eventpage == 13>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes, that's it, great! Now don't move!<</say>>
<<pic4 events model 3 2>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes Yes! Amazing! There are so many good shots that it will be difficult to choose the best ones! But that’s all later! So... Hmm, let me think... Yes, exactly! I was thinking about... Never mind! Let me help you.<</say>>
<div class="text">After these words, the photographer helped you take the ideal position in his opinion.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes, that's what you need! Now freeze!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn! This guy really loves his job!"</i><</say>>
<div class="text">While you were admiring the guy's professionalism, he took a few good pictures and spoke again.</div>
<<pic4 events model 3 3>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Oh yes, yes, it's just great! I know this is your first time with us, but believe me, with these photos you will achieve a lot!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, thanks, I guess.<</say>>
<div class="text">You answered, blushing slightly and thinking about how unexpectedly and dramatically your life had changed.</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Oh, don't be embarrassed! Your body is beautiful!<</say>>
<div class="text">The photographer answered you and, having finished admiring the shots, approached you to help you take a new pose.</div>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 14>><</link>></div>
\<<elseif $eventpage == 14>>
\<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Just what you need! Don't move!<</say>>
<<pic4 events model 3 4>>
<div class="text">
\After taking a few more photos from different angles, the photographer admired you and helped you take the next pose.
The photographer was not so talkative for the rest of the photo shoot. Perhaps he just decided to stop embarrassing you with his admiration and compliments, or maybe he was just too carried away with his work.
\</div>
<<pic4 events model 3 5>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Amazing! Well, most of it is left behind. I think two or three more poses will be enough.<</say>>
<div class="button"><<link [[Change position|northmodeling_event_1]]>><<set $eventpage to 15>><</link>></div>
\<<elseif $eventpage == 15>>
\<<pic4 events model 3 6>>
<div class="text">Having taken the next pose for the photo shoot, you realized that almost an hour had already passed and the model’s work, although it seems simple at first glance, seemed to you quite grueling because being in a motionless state for even 10 minutes is not so easy. In addition, in this photo shoot there was no need for traces of sweat on your body and therefore the air conditioner was working in the room, due to which you were quite cool, and your skin was covered from head to toe with goosebumps.</div>
<<pic4 events model 3 7>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Just amazing shots! Now let's strike one last pose, take a few shots and call it a day. You are doing great!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, alright, great!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Looking at you, I can’t help but notice how tired you are, but there’s just a little bit left!<</say>>
<<pic4 events model 3 8>>
<div class="text">The photographer took a few final shots and finally told you that the photo shoot was over. You breathed a sigh of relief and wanted to throw something on yourself to keep warm, but you remembered that you had already come to the photo shoot naked...</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>I have received instructions from management to send you a copy of one of the photos you have chosen for your social networks, but before I let you choose, I have to select the best shots and process them, so you will have to wait a little. For now, you can go to the dressing room to get dressed and find something to do with yourself. Don't worry, I have a lot of experience, so I won't keep you waiting long.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, I don't have much choice...<</say>>
<div class="button"><<link [[Go to the dressing room|northmodeling_event_1]]>><<set $eventpage to 16>><</link>></div>
\<<elseif $eventpage == 16>>
\<div class="text">Entering the dressing room, you quickly rushed to your table to get dressed as quickly as possible.</div>
<<pic3 events model modeldress2>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>So, how did the first photo shoot go?<</say>>
<div class="text">Your makeup artist asked you, suddenly approaching you from behind, which made you jump in fear.</div>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Oh, I... I'm sorry, I didn't mean to...<</say>>
<<say '$name' 'pic/assets/$name.png'>>No, it's okay! You just came up so unexpectedly and I... Ha ha!<</say>>
<div class="text">You answered with a laugh and continued:</div>
<<say '$name' 'pic/assets/$name.png'>>Phew! I'm not sure, but it seems the photographer admired me throughout the entire photo shoot and praised me, so I think everything went well!<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Great! I understand that now you will wait until he selects the best photos?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, I need to pick one for social media, so... I really have no idea what to do while I wait.<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Well, we have a break room where you can have a snack, a drink, watch TV, listen to music, relax on the couch, so if you want, I can show you out and let the photographer know you'll be there.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Oh that would be great! Anything is better than sitting here in front of the mirror.<</say>>
<div class="button"><<link [[Go to the break room|northmodeling_event_1]]>><<set $eventpage to 17>><</link>></div>
\<<elseif $eventpage == 17>>
\<<pic4 act work univer relax>>
<<say '$name' 'pic/assets/$name.png'>>I thought there would be other models or employees here...<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>We have separate lounges for models and staff. Plus, the model lounge isn't for everyone. There are small models that are not in demand or those who came here for a one-time photo shoot. You are on the list of elite models and have signed a contract with our agency, so you the every right to be here.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Elite model?<</say>>
<<say '$modelemploye' 'pic/assets/$modelemploye.png'>>Well, yes. Don't you know? The head of the agency has high hopes for you, but... If you don’t know anything about this, then I can’t say more. Now, if you'll excuse me, I have to go.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Okay...<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Am I an elite model? But how is this... I just went to my first photo shoot and $maria didn't even see the results. Nonsense..."</i><</say>>
<div class="text">Having finished your thoughts, you went to the table where the food was. Basically, these were various salads and several low-calorie dishes. Having chosen the snack you liked, you sat down on the sofa and began to eat while waiting for the photographer.</div>
<div class="button"><<link [[Some time later|northmodeling_event_1]]>><<set $eventpage to 18>><</link>></div>
\<<elseif $eventpage == 18>>
\<<pic4 act work univer relax>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>I hope I didn't keep you waiting long. Here, I brought my laptop with me to make it easier for you to choose a photo.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Already? Honestly, I thought it would take much longer!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Well, in more complex photo shoots, yes, selecting photos usually takes longer and the finished options are ready only the next day, but this was a simple photo shoot. Besides, you have an ideal appearance, I didn’t even need to do any retouching, just light, general processing.<</say>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic4 events model $photoshoot 1>>">><<popover 'noclick'>><<pic4 events model $photoshoot 1>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "northmodeling_event_1">><<set $chosenpic to 1;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic4 events model $photoshoot 2>>">><<popover 'noclick'>><<pic4 events model $photoshoot 2>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "northmodeling_event_1">><<set $chosenpic to 2;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic4 events model $photoshoot 3>>">><<popover 'noclick'>><<pic4 events model $photoshoot 3>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "northmodeling_event_1">><<set $chosenpic to 3;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 4>>">><<popover 'noclick'>><<pic4 events model $photoshoot 4>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "northmodeling_event_1">><<set $chosenpic to 4;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 5>>">><<popover 'noclick'>><<pic4 events model $photoshoot 5>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "northmodeling_event_1">><<set $chosenpic to 5;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 6>>">><<popover 'noclick'>><<pic4 events model $photoshoot 6>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "northmodeling_event_1">><<set $chosenpic to 6;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 7>>">><<popover 'noclick'>><<pic4 events model $photoshoot 7>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "northmodeling_event_1">><<set $chosenpic to 7;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
<div class="clo"><<link "<<pic4 events model $photoshoot 8>>">><<popover 'noclick'>><<pic4 events model $photoshoot 8>><</popover>><</link>></div>
\<div class="wardrobeButton"><<link "Choose" "northmodeling_event_1">><<set $chosenpic to 8;$eventpage to 19>><</link>></div>
\</div>
\<div class="wardrobeItem">
\</div>
\</div>
\<<elseif $eventpage == 19>>
\<<pic4 events model $photoshoot $chosenpic>>
<div class="button">Do you confirm your choice?</div>
<div class="button"><<link [[Yes|northmodeling_event_1]]>><<set $eventpage to 20>><</link>></div>
\<div class="button"><<link [[No|northmodeling_event_1]]>><<set $eventpage to 18>><</link>></div>
\<<elseif $eventpage == 20>>
\<<pic4 events model $photoshoot $chosenpic>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Great choice! You have very good taste! I'm sure your fans will be absolutely delighted!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, thank you, I hope so too.<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Oh, cast aside your doubts! I assure you they will love it!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, given your experience, I think you're right.<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Don't even doubt it! Come on, don't you feel like sharing this photo right now?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, of course, that’s how it was intended!<</say>>
<div class="button"><<link [[Post a photo|northmodeling_event_1]]>><<set $eventpage to 21>><</link>></div>
\<<elseif $eventpage == 21>>
\<<fanssub>>
\<<set $randsub = $randsub * 5>>
\<<pic4 events model $photoshoot $chosenpic>>
<div class="text">
\You published a photo taken at your first professional photo shoot in the ForFans application, added the hashtag #ErosTalent and after that a $randsub person subscribed you.<<set $fanssub = $fanssub + ($randsub/5*4)>>
<<instsub_3>><<set $randsub = $randsub * 10>>Additionally, it increased your fame on the Holagram and ForFans apps by 5 and gave you $randsub extra followers on Holagram.<<if $fansfame < 96>><<set $fansfame += 5>><<elseif $fansfame >= 96>><<set $fansfame to 100>><</if>><<if $instfame < 96>><<set $instfame += 5>><<elseif $instfame >= 96>><<set $instfame to 100>><</if>><<set $instsub = $instsub + ($randsub/10*9)>>
\</div>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>See? I told you they'd love it! How many new followers!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Oh my God! In addition to ForFans, I also received new followers on Holagram!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>I told you everything would be fine!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, right! Thank you for support!<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>No problem! And now that my part of the work is completed, I think it's time to say goodbye. Looking forward to our next photo shoot!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Next time will you also take pictures of me?<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes, I am now assigned to you, just like your personal make-up artist! Or do you not want me to be your personal photographer? Did you not like something?<</say>>
<<say '$name' 'pic/assets/$name.png'>>No, what are you talking about! It's just so unexpected! Access to a rest room with limited access, personal make-up artist, personal photographer, I didn’t think everything would work out so well! As for you, I don’t know, I liked the way you work! In addition, it will be easier for me to work with one person rather than with different ones.<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Thank you! I'm glad you liked it! And yes, that’s why I was appointed your personal photographer! $maria $hernandez did not want any problems to arise with you and therefore ordered to ensure maximum comfort for you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, that's very nice...<</say>>
<<say '$modelphotographer' 'pic/assets/$modelphotographer.png'>>Yes! Well, I’ll leave you there and see you again! By the way, the envelope on the bar counter is also yours!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Good luck!<</say>>
<div class="text">Walking up to the bar, you took the envelope in your hands and opened it. There was $1000 inside.</div>
<div class="button"><font color=green>You earned $1000!</font></div>
\<<if $corr < 100>>
<div class="button"><font color=red>Curruption + 2</font></div><<set $corr += 2>>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>><i>"A thousand dollars for the first simple photo shoot? Wow! The photo session took me a maximum of 5 hours, and I got a little more than 3 days of work at the University! Well, maybe it's time to go home and share your impressions with $husbname!"</i><</say>>
<div class="button"><<link [[Outside|north]]>><<set $eventpage to 0;$cycle1 += 3;$model_quest to 4;$cash += 1000>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $strippage == 0 or ndef $strippage>><<set $strippage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $strippage == 1>>
\<<pic2 city strip>>
<div class="button"><<link [[На улицу|west]]>><<set $strippage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $strippage == 1>>
\<<pic2 city strip>>
<div class="button"><<link [[Outside|west]]>><<set $strippage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $pharmacypage == 0 or ndef $pharmacypage>><<set $pharmacypage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $pharmacypage == 1>>
\<<pic2 city pharmacy>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items enema>>">><<popover 'noclick'>><<pic2 items enema>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 25 && $enema != 1>><<link "Оплатить наличкой 25$" "southpharmacy">><<set $enema to 1;$cash -= 25>><</link>><<elseif $cash < 25 && $enema != 1>>Недостаточно средств<<elseif $enema >= 1>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 25 && $enema != 1>><<link "Оплатить картой 25$" "southpharmacy">><<set $enema to 1;$money -= 25>><</link>><<elseif $money < 25 && $enema != 1>>Недостаточно средств<<elseif $enema >= 1>>Куплено<</if>></div>
\</div>
\</div>
<div class="button"><<link [[На улицу|south]]>><<set $pharmacypage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $pharmacypage == 1>>
\<<pic2 city pharmacy>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items enema>>">><<popover 'noclick'>><<pic2 items enema>><</popover>><</link>></div>
\<div class="wardrobeButton"><<if $cash >= 25 && $enema != 1>><<link "Pay in cash $25" "southpharmacy">><<set $enema to 1;$cash -= 25>><</link>><<elseif $cash < 25 && $enema != 1>>Not enough money<<elseif $enema >= 1>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 25 && $enema != 1>><<link "Pay by card $25" "southpharmacy">><<set $enema to 1;$money -= 25>><</link>><<elseif $money < 25 && $enema != 1>>Not enough money<<elseif $enema >= 1>>Purchased<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Outside|south]]>><<set $pharmacypage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.center;
\<<if $lang == "ru">>
\<<if $sup_msg_husb == 1>>
\<div id="sup_msg_husb_1">
\<<say '$husbname' 'pic/assets/$husbname.png'>>Привет, зай! Как ты? Уже проснулась? <3<</say>>
\<<if $cycle1 != 1>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Эй! Ты где там? Опять телефон на беззвучном?<</say>>
\<</if>>
<div class="button">
\<<link "Ответить">>
\<<replace "#sup_msg_husb_1">>
\<<say '$husbname' 'pic/assets/$husbname.png'>>Привет, зай! Как ты? Уже проснулась? <3<</say>>
\<<if $cycle1 != 1>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Эй! Ты где там? Опять телефон на беззвучном?<</say>>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>>Привет, милый! Да, всё хорошо, спасибо. А ты как? :*<</say>>
\<<if $cycle1 != 1>>
<<say '$name' 'pic/assets/$name.png'>>Прости, не заметила сообщения :(<</say>>
\<</if>>
\<<timed 1s>>
<div id="typing"><div class="button">Печатает...</div></div>
\<<timed 3s>><<replace "#typing">>
\<<say '$husbname' 'pic/assets/$husbname.png'>>Аа ) Слушай, я тут вспомнил... Мы уже как-то обсуждали это с тобой и если я правильно помню, то ты была не против, но потом объявился $hisstepbroname, переехал к нам и мы что-то совсем забыли об этом и... В общем я спросить хотел, не передумала ли ты? Я про анальный секс, если ты вдруг не поняла. xD<</say>>
<div class="button">
\<<link "Не передумала">>
\<<replace "#sup_msg_husb_1">>
\<<say '$husbname' 'pic/assets/$husbname.png'>>Привет, зай! Как ты? Уже проснулась? <3<</say>>
\<<if $cycle1 != 1>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Эй! Ты где там? Опять телефон на беззвучном?<</say>>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>>Привет, милый! Да, всё хорошо, спасибо. А ты как? :*<</say>>
\<<if $cycle1 != 1>>
<<say '$name' 'pic/assets/$name.png'>>Прости, не заметила сообщения :(<</say>>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Аа ) Слушай, я тут вспомнил... Мы уже как-то обсуждали это с тобой и если я правильно помню, то ты была не против, но потом объявился $hisstepbroname, переехал к нам и мы что-то совсем забыли об этом и... В общем я спросить хотел, не передумала ли ты? Я про анальный секс, если ты вдруг не поняла. xD<</say>>
<<say '$name' 'pic/assets/$name.png'>>Эх... И на что я надеялась думая, что ты забыл об этом?<</say>>
\<<timed 1s>>
<<say '$name' 'pic/assets/$name.png'>>Шучу :P<</say>>
\<<timed 2s>>
<<say '$name' 'pic/assets/$name.png'>>Да, конечно я помню! И нет, я не передумала. Если честно, то мне и самой интересно ощутить какого это. ^_^<</say>>
\<<timed 2s>>
<<say '$name' 'pic/assets/$name.png'>>Только не сегодня! Мне нужно подготовиться к этому. Ну, я думаю ты понимаешь.<</say>>
\<<timed 1s>>
<<say '$name' 'pic/assets/$name.png'>>Думаю, пары дней будет достаточно. Я дам тебе знать. :*<</say>>
\<<timed 2s>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Отлично! Люблю тебя! <3 Ты у меня самая лучшая!<</say>>
\<<timed 1s>>
<<say '$name' 'pic/assets/$name.png'>>И я тебя люблю! <3<</say>>
<div class="button"><<link [[Закрыть диалог|phone]]>><<set $phonepage to 19;$husband_quest to 11;$sup_msg -= 1;$sup_msg_husb to 0>><</link>></div>
\<</timed>><</timed>><</timed>><</timed>><</timed>><</timed>>
\<</replace>>
\<</link>>
\</div>
\<</replace>><</timed>>
\<</timed>>
\<</replace>>
\<</link>>
\</div>
\</div>
\<</if>>
\<<else>>
\<<if $sup_msg_husb == 1>>
\<div id="sup_msg_husb_1">
\<<say '$husbname' 'pic/assets/$husbname.png'>>Hello, sunshine! How are you? Did you wake up yet? <3<</say>>
\<<if $cycle1 != 1>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Hey! Where are you? Is your phone on silent again?<</say>>
\<</if>>
<div class="button">
\<<link "Answer">>
\<<replace "#sup_msg_husb_1">>
\<<say '$husbname' 'pic/assets/$husbname.png'>>Hello, sunshine! How are you? Did you wake up yet? <3<</say>>
\<<if $cycle1 != 1>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Hey! Where are you? Is your phone on silent again?<</say>>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>>Hi dear! Yes, everything is fine, thank you. What about you? :*<</say>>
\<<if $cycle1 != 1>>
<<say '$name' 'pic/assets/$name.png'>>Sorry, didn't notice the message :(<</say>>
\<</if>>
\<<timed 1s>>
<div id="typing"><div class="button">Typing...</div></div>
\<<timed 3s>><<replace "#typing">>
\<<say '$husbname' 'pic/assets/$husbname.png'>>Oh :) Listen, I just remembered... We already discussed this with you once and if I remember correctly, you weren’t against it, but then $hisstepbroname showed up, moved in with us and we completely forgot about it and.. Well, I wanted to ask if you have changed your mind? I'm talking about anal sex, in case you don't understand. xD<</say>>
<div class="button">
\<<link "No, I'm not">>
\<<replace "#sup_msg_husb_1">>
\<<say '$husbname' 'pic/assets/$husbname.png'>>Hello, sunshine! How are you? Did you wake up yet? <3<</say>>
\<<if $cycle1 != 1>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Hey! Where are you? Is your phone on silent again?<</say>>
\<</if>>
<<say '$name' 'pic/assets/$name.png'>>Hi dear! Yes, everything is fine, thank you. What about you? :*<</say>>
\<<if $cycle1 != 1>>
<<say '$name' 'pic/assets/$name.png'>>Sorry, didn't notice the message :(<</say>>
\<</if>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh :) Listen, I just remembered... We already discussed this with you once and if I remember correctly, you weren’t against it, but then $hisstepbroname showed up, moved in with us and we completely forgot about it and.. Well, I wanted to ask if you have changed your mind? I'm talking about anal sex, in case you don't understand. xD<</say>>
<<say '$name' 'pic/assets/$name.png'>>Eh... And what did I hope for when I thought that you forgot about it?<</say>>
\<<timed 1s>>
<<say '$name' 'pic/assets/$name.png'>>Just kidding :P<</say>>
\<<timed 2s>>
<<say '$name' 'pic/assets/$name.png'>>Yes, of course I remember! And no, I haven't changed my mind. To be honest, I’m interested in feeling what it’s like. ^_^<</say>>
\<<timed 2s>>
<<say '$name' 'pic/assets/$name.png'>>Just not today! I need to prepare for this. Well, I think you understand.<</say>>
\<<timed 1s>>
<<say '$name' 'pic/assets/$name.png'>>I think a couple of days will be enough. I will let you know. :*<</say>>
\<<timed 2s>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Excellent! Love you! <3 You're the best!<</say>>
\<<timed 1s>>
<<say '$name' 'pic/assets/$name.png'>>Love you too! <3<</say>>
<div class="button"><<link [[Close dialog|phone]]>><<set $phonepage to 19;$husband_quest to 11;$sup_msg -= 1;$sup_msg_husb to 0>><</link>></div>
\<</timed>><</timed>><</timed>><</timed>><</timed>><</timed>>
\<</replace>>
\<</link>>
\</div>
\<</replace>><</timed>>
\<</timed>>
\<</replace>>
\<</link>>
\</div>
\</div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $eventpage == 0 or ndef $eventpage>><<set $eventpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<say '$name' 'pic/assets/$name.png'>>Дорогой, у тебя есть какие-нибудь планы на вечер?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, сейчас уже вечер так что, нет, никаких планов. А что? Есть какие-то идеи?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, да, я подумала, может нам провести время вместе? Я не знаю, может посмотреть какой-нибудь фильм или сходим куда-нибудь?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Отличная идея, я только рад! Мы давно ничего не делали вместе. Но боюсь, что сходить куда-нибудь не получится. Я сегодня слегка подвернул ногу пока был на пробежке и не хотелось бы ходить куда-то без лишней необходимости хотя бы ближайшие пару дней. Но я бы с радостью посмотрел с тобой что-нибудь.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Боже мой! Сильно? Я не заметила, чтобы ты хромал. Почему ты мне ничего не сказал?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, во-первых, я же говорю, слегка. Она побаливает, но не так, чтобы было сложно ходить. А во-вторых, я же не маленький, чтобы сразу же бежать и жаловаться, о мелких происшествиях. Всё в порядке, не переживай! Два-три дня и всё пройдёт.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я знаю, что ты не маленький, но, блин, просто...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Всё хорошо, не переживай! Прости. Просто я подумал: зачем я лишний раз буду заставлять тебя волноваться?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Блин, для вас, мужчин, всё пустяк! Ладно, главное, что ничего серьёзного. Выберешь нам фильм? Я хочу быстренько в душ сходить и буду готова.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Без проблем! Из чего выбирать то хоть? Ужасы, комедия, боевик?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Может что-нибудь из комедии?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Как скажешь, босс! Жду тебя.<</say>>
<div class="button"><<link [[Принять душ|husband_event_4]]>><<set $eventpage to 2;$clean to 100>><</link>></div>
\<<elseif $eventpage == 2>>
\<<set $rand to random(1, 21);$clean to 100>>
\<<gif3 act shower $rand>>
<div class="text">Закончив принимать душ, вы решили проверить, насколько хорошо разработана ваша попка.</div>
<<gif2 act check_plug>>
<div class="text">Взявшись за наконечник пробки, вы аккуратно потянули за него и медленно вытащили пробку.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Хмм... Всё равно довольно узко, но лучше, чем было сначала. Надеюсь, мне будет не слишком больно."</i><</say>>
<div class="text">Закончив рассуждения, вы взяли из шкафчика лубрикант и нанесли немного на анальную пробку. Затем вы ловко вставили пробку обратно и удерживая её за наконечник, несколько раз подвигали её назад-вперёд, чтобы получше подготовиться к процессу.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Ладно, думаю всё будет нормально."</i><</say>>
<div class="button"><<link [[В гостиную|husband_event_4]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<div class="text">В гостиной вас уже ждал вам муж, а на телевизоре стоял на паузе выбранный им фильм. Недолго думая, вы запрыгнули на диван поближе к $husbnameу и обняв его за плечо, прижались к нему.</div>
<<pic2 events movie_time>>
<<say '$name' 'pic/assets/$name.png'>>Попкорн, пиво. Быстро ты всё подготовил!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну, так как я уже знал, что нам посмотреть, у меня было достаточно времени, чтобы приготовить попкорн и принести всё сюда.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Отлично! А что за фильм?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Помнишь мы как-то собирались с тобой посмотреть Реном 2, но сначала у нас всё не было времени, а потом мы вовсе забыли про него? Правда с тех пор прошёл уже почти год, но... В общем в тот самый момент, когда ты сказала про фильм, я тут же про него вспомнил.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Блин, точно! Я же так сильно хотела его посмотреть! Классно, что ты вспомнил, обожаю тебя!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>А я тебя! Ну что, я включаю?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, конечно, включай уже!<</say>>
<div class="button"><<link [[Смотреть фильм|husband_event_4]]>><<set $cycle1 += 1;$eventpage to 4;$intoxication += 20;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<gif2 events renom_1>>
<<say '$name' 'pic/assets/$name.png'>>Блин! Несмотря на всю ту чушь, что Marbel снимают в последнее время, этот фильм просто офигенен!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Это точно! Я и сам думал, что вторая часть будет хуже первой, но они приятно удивили!<</say>>
<<gif2 events renom_2>>
<div class="text">
\Это был единственный диалог между вами в ходе просмотра фильма. Вам обоим фильм показался настолько интересным, что вы даже забыли о том, ради чего вы устроили этот вечер.
В скором времени фильм закончился и после того, как вы вместе убрали всё с кофейного стола, вы предложили $husbnameу продолжить этот вечер в более уединённой обстановке и позвали его в спальню. Ваш муж охотно согласился и направился туда, а вы тем временем направились в ванную, чтобы взять с собой смазку и затем присоединиться к нему.
\</div>
<div class="button"><<link [[В спальню|husband_event_4]]>><<set $eventpage to 5;$arousal += 10;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<say '$husbname' 'pic/assets/$husbname.png'>>А что это у тебя в руках?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, помнишь несколько дней назад я сказала тебе, что дам знать, когда я буду готова?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Помню. То есть это значит, что...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да! Я готова.<</say>>
<div class="text">С этими словами, вы приблизились к вашему мужу, опустились на колени и спустив с него штаны, взяли его член в руку.</div>
<<say '$name' 'pic/assets/$name.png'>>Только прежде, чем мы приступим к самому главному, предлагаю немного разогреться.<</say>>
<div class="text">Добавили вы с улыбкой глядя ему в глаза и обхватили губами головку его члена.</div>
<<gif4 sex bedroom 1 5>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ох, $name, ты просто... Ох, чёрт!<</say>>
<div class="button"><<link [[Дальше|husband_event_4]]>><<set $eventpage to 6;$arousal += 30;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 6>>
\<div class="text">$husbname внезапно схватил вас за голову и начал беспощадно трахать вас глубоко в горло.</div>
<<gif2 events facefuck>>
<div class="text">Вдоволь насладившись вашим ротиком, он быстро раздел вас, пока вы переводили дыхание и нагнув вас над кроватью, медленно вставил пенис в вашу киску.</div>
<<gif2 events hardfuck>>
<<say '$name' 'pic/assets/$name.png'>>Блять! Ах! О да! Боже... Мой... Ах! $husbname! Что... На тебя... Нашло? Ах!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Хочу быстрее разогреть тебя перед десертом.<</say>>
<div class="text">
\Улыбаясь ответил вам ваш муж отвесив вам громкий шлепок по жопе и продолжая безжалостно насаживать вас на свой болт.
Шлепки от соприкосновения ваших тел были столь громкими, что вам казалось, будто они раздаются по всей квартире, хотя вас это совершенно не волновало.
\</div>
<div class="button"><<link [[Перейти к аналу|husband_event_4]]>><<set $eventpage to 7;$arousal += 5;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 7>>
\<div class="text">Прежде, чем остановиться, $husbname в очередной раз шлёпнул вас по заднице и подошёл к комоду, чтобы взять лубрикант. Обильно смазав свой член, он подошёл к вам, чтобы освободить вашу попку от пробки и смазать её.</div>
<<gif2 act plug_out>>
<div class="text">Завершив подготовку, ваш муж приблизил свой член к вашей дырочку и спросил:</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ты готова?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, давай сделаем это! Но, пожалуйста, будь помедленней.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Не переживай, я сделаю всё аккуратно.<</say>>
<div class="text">
\После этого он надавил головкой члена на ваш анус и начал очень медленно вводить его внутрь. Хотя вам и не было больно, тем не менее вы непроизвольно закусили нижнюю губы от не очень приятных ощущений. Член вашего мужа куда больше анальной пробки как никак.
Когда головка члена полностью вошла в вашу попку, $husbname вынул её и добавив ещё немного смазки, медленно вставил обратно и начал делать поступательные движения, трахая вас лишь головкой.
\</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну что, как ощущения? Тебе не больно?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Нет, всё в порядке! Ты можешь вставить его глубже.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Понял, принял.<</say>>
<div class="button"><<link [[Расслабить булки|husband_event_4]]>><<set $eventpage to 8;$arousal += 10;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 8>>
\<div class="text">Получив добро, $husbname медленно продвинул свой пенис вперёд и таким образом он был уже наполовину внутри вас.</div>
<<say '$name' 'pic/assets/$name.png'>>Стой! Не надо глубже! Подвигайся пока так, мне нужно привыкнуть.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Как скажешь.<</say>>
<div class="text"> - Ответил вам муж и начал медленно трахать вас в попу проникая лишь половиной длины своего члена.</div>
<<gif2 events firstanal1>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Как ощущения? Тебе нравится?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, уже более менее привычно, но нет, я бы не сказала, что мне нравится. Непривычные и непонятные ощущения, если честно.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Тогда может мне вставить поглубже, если ты привыкла?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, давай, только не торопись!<</say>>
<div class="text">Получив одобрение, $husbname молча и медленно вставил свой член глубже в вашу попку и начал медленно трахать вас уже вовсю длину своего пениса.</div>
<<gif2 events firstanal2>>
<<say '$name' 'pic/assets/$name.png'>>Ай!<</say>>
<div class="text">$husbname резко перестал двигаться, чтобы узнать, в чём дело.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Что такое? Тебе больно?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Нет, нет, всё в порядке, извини, я просто... Ох! Ощущения какие-то странные. Это одновременно и неприятно и... В общем, кажется я начинаю ощущать что-то приятное в этом, можешь продолжать.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Хорошо, но если будет больно, то сразу скажи!<</say>>
<div class="button"><<link [[Расслабиться и получать удовольствие|husband_event_4]]>><<set $eventpage to 9;$arousal += 15;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 9>>
\<<gif2 events firstanal2>>
<div class="text">Вы постарались максимально расслабиться и получить удовольствие от процесса. По началу вам казалось, что это невозможно и ваша попка сжималась от каждого движения вашего мужа, однако, с каждым проникновением его члена, вам всё же удавалось немного расслабиться и временами даже получать удовольствие от непривычного вам процесса.</div>
<<say '$name' 'pic/assets/$name.png'>>Ах! Я... Я не уверена, но... Ммм! Ох! Кажется мне начинает нравиться! Это странно и временами немного неприятно, но чем дольше мы это делаем, тем легче и приятнее мне становится! А что насчёт тебя? Ты так долго этого ждал. Тебе нравится?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ты и представить себе не можешь насколько! Твоя попка такая узкая и то, как она сжимает мой член... Ух! Это не передать словами.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я рада. Ах! Ну, тогда ты можешь попробовать ускориться, если хочешь.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Серьёзно? Ты уверена, что готова?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Нет, но... Ах! Мне уже гораздо проще так что... Почему нет? Только ты не сильно ускоряйся!<</say>>
<div class="button"><<link [[Постараться свыкнуться с ощущениями|husband_event_4]]>><<set $eventpage to 10;$arousal += 15;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 10>>
\<div class="text">Не став медлить, $husbname медленно начал наращивать темп. Чем быстрее он двигался, тем сильнее ваш анус пытался сжиматься, но ваши попытки расслабиться не позволяли ему этого делать. К тому же, с каждым движением члена внутри вас, вам становилось всё приятнее и приятнее. В какой-то момент, вы даже заметили, что в комнате снова раздаются громкие шлепки от соприкосновения ваших тел, а из ваших уст вырываются стоны, которые становятся всё громче и громче.</div>
<<gif2 events firstanal3>>
<<say '$name' 'pic/assets/$name.png'>>Ах! Блять! Это просто! Ох!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Я знал, что тебе понравится! Ты у меня такая развратная! Это твой первый раз, а твои стоны, я уверен, слышны даже за пределами нашей спальни!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я... Ах! Я не знаю... Это всё так... Ах! Странно... Я... Я продолжаю испытывать... Ах! Дискомфорт, но мне... Блять... О да! Почему-то это очень нравится...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Так значит ты не против заниматься этим почаще?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я... Ах! Конечно же нет! Ох! Да! Я определённо хочу ещё! Ах!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Попробуем поменять позу?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да! Ах! Давай!<</say>>
<div class="button"><<link [[Сменить позу|husband_event_4]]>><<set $eventpage to 11;$arousal += 15;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 11>>
\<div class="text">Получив одобрение, $husbname улёгся на кровать и подозвал вас к себе. Вы уселись на его член сверху в позе обратной наездницы. Его член уже без проблем проскользнул в вашу попку и вы, устроившись по-удобней, начали медленно скакать на его члене постепенно наращивая темп.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ускоримся?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да! Ах! Можно!<</say>>
<div class="text">Ваш муж хитро улыбнулся и подняв ваши ноги вверх, крепко обхватил их и начал быстро наращивать темп.</div>
<<gif2 events firstanal4>>
<<say '$name' 'pic/assets/$name.png'>>Ах! Я... Блять! Да! Это... Что ты... О да! Да-да-да!<</say>>
<div class="text"> - Кричали вы понимая, что окончательно привыкли к ощущениям и что вам дико хорошо. Однако решив немного усилить ощущения, вы облизали свои пальцы и протянув руку к своей киске, начали попеременно ласкать свой клитор и трахать киску пальцами.</div>
<<say '$name' 'pic/assets/$name.png'>>Я не думала что... Ах! Это... Что это может быть... Ах! Настолько приятно! Да!<</say>>
<div class="text">Однако ваш муж ничего вам не ответил, а лишь продолжал безжалостно трахать вас в задницу.</div>
<<say '$name' 'pic/assets/$name.png'>>Ах! Кажется я... Ах! Я сейчас... Ах!<</say>>
<div class="text"> - Это было всё, что вам удалось сказать, прежде, чем ваше тело начало содрагаться в бурном оргазме, а анус сжиматься доставляя тем самым ещё больше удовольствия вашему мужу.</div>
<<gif3 sex orgasm 4>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Поверить не могу, что ты кончила во время своего первого анального опыта! Но кажется я уже тоже... Ох! Ты такая... Ты меня так сжала, что я уже... Ох! Куда мне..?<</say>>
<div class="locList">
\<div class="locButton"><<link [[В рот|husband_event_4]]>><<set $eventpage to 12;$cuminmouth += 1;$arousal to 0;$orgasm += 1;$clean -= 5>><</link>></div>
\<div class="locButton"><<link [[На лицо|husband_event_4]]>><<set $eventpage to 13;$cumonface += 1;$arousal to 0;$orgasm += 1;$clean -= 5>><</link>></div>
\<div class="locButton"><<link [[На попу|husband_event_4]]>><<set $eventpage to 14;$cumonass += 1;$arousal to 0;$orgasm += 1;$clean -= 5>><</link>></div>
\<div class="locButton"><<link [[Внутрь|husband_event_4]]>><<set $eventpage to 15;$analcreampie += 1;$arousal to 0;$orgasm += 1;$clean -= 5>><</link>></div>
\</div>
\<<elseif $eventpage == 12>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 1 $rand>>
<div class="button"><<link [[Проглотить|husband_event_4]]>><<set $eventpage to 16;$swallow += 1;$cycle1 += 1>><</link>></div>
\<div class="button"><<link [[Сплюнуть|husband_event_4]]>><<set $eventpage to 16;$spit += 1;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 13>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 2 $rand>>
<div class="button"><<link [[Вытереть лицо|husband_event_4]]>><<set $eventpage to 16;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 14>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 5 $rand>>
<div class="button"><<link [[Вытереть попу|husband_event_4]]>><<set $eventpage to 16;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 15>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 7 $rand>>
<div class="button"><<link [[Вытереть попу|husband_event_4]]>><<set $eventpage to 16;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 16>>
\<<pic2 events aftersex>>
<<say '$name' 'pic/assets/$name.png'>>Это было... Фуххх! До сих пор в себя прийти не могу...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, такая же херня... Но если честно, я не думал, что первый раз пройдёт настолько хорошо.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да... Фуххх... Согласна! Я думала, что мне будет больно и у нас будет несколько попыток и... Фуххх! Но я рада, что всё получилось!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, я тоже рад. Так тебе понравилось?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Шутишь? Меня давно так не трясло во время оргазма! Фуххх! Видишь? Я до сих пор пытаюсь отдышаться! Я так и не поняла, что в этом особенного и почему мне было так приятно, но мне ужасно понравилось! Надо будет обязательно повторить!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, точно! И ни один раз!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Согласна! А теперь надо бы сходить в душ.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да, мне тоже... Пошли вместе?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, только надо накинуть что-нибудь.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Зачем? $hisstepbroname уже должно быть спит. К тому же, он наверняка видел твои фотографии. Пойдём!<</say>>
<div class="button"><<link [[Пойти голой|husband_event_4]]>><<set $eventpage to 17;$corr += 1>><</link>></div>
\<div class="button"><<link [[Одеться|husband_event_4]]>><<set $eventpage to 18>><</link>></div>
\<<elseif $eventpage == 17>>
\<div class="text">Подумав, что ваш муж прав, вы не стали одеваться и нагишом вышли из спальни вслед за ним.</div>
<<pic2 events nakedaftersex>>
<div class="text">Однако пока вы шли в сторону ванной, оттуда вышел $hisstepbro $husbnameа и замер в удивлении. С широко открытыми глазами он молча смотрел на вас обоих, пока вы с мужем, остановившись, делали то же самое.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Я... Эмм... Доброй ночи...<</say>>
<div class="text"> - После долгой паузы промямлил $hisstebroname и быстрым шагом направился в свою спальню. Вы в свою очередь крепко сжали руку $husbnameа и также быстрым шагом продолжили свой путь в ванную.</div>
<<say '$name' 'pic/assets/$name.png'>>Спит говоришь? Поверить не могу, что я согласилась на это! Блин, да я так растерялась, что даже прикрыться забыла!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Да уж, неловко вышло... Извини, я правда думал, что он спит...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ладно... Давай просто примем душ и ляжем спать. В конце-концов, ты прав, я публикую обнажёнку на своей страничке, так что не стоит переживать из-за такой нелепости.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>В точку! Хотя... Всё равно ходить перед ним голой по квартире не самая лучшая затея.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Я и не собиралась! Это ты меня надоумил! Он уже спит, он уже спит!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ладно, проехали... И прости... Я и правда что-то совсем не подумал...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да ладно, всё в порядке.<</say>>
<div class="button"><<link [[Принять душ|husband_event_4]]>><<set $eventpage to 18;$clean to 100>><</link>></div>
\<<elseif $eventpage == 18>>
\<<set $rand to random(2, 6)>>
\<<gif3 act showertogether $rand>>
<div class="text">Приняв совместный, расслабляющий душ, вы и $husbname мило поболтали о вашем первом анальном опыте, обсудили ощущения и даже по-подкалывали друг друга.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Ну что? Время ложиться спать?<</say>>
<div class="text"> - Спросил у вас $husbname после принятия душа пока вы оба вытирались полотенцем.</div>
<<say '$name' 'pic/assets/$name.png'>>О да! Мне кажется, что я усну как только лягу. Ты вытрахал из меня все силы!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Звучит как комплимент!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Так и есть!<</say>>
<div class="text"> - Ответили вы своему мужу подмигнув ему и закончив вытираться, вместе направились в спальню.</div>
<div class="button"><<link [[В спальню|bedroom]]>><<set $eventpage to 0;$cycle1 += 1;$analsex to 1;$analsex_unlocked to 1;$plug_in to 0;$husband_quest to 15>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<say '$name' 'pic/assets/$name.png'>>Honey, do you have any plans for the evening?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, it's already evening so, no, no plans. Why? Do you have any ideas?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, yeah, I thought maybe we could spend some time together? I don't know, we could watch a movie or go somewhere.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Great idea, I'm looking forward to it! We haven't done anything together for a long time. But I'm afraid that I won't be able to go somewhere. Today I slightly sprained my ankle while I was jogging and I don’t want to go somewhere unnecessarily for at least the next couple of days. But I'd love to watch something with you.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Oh my God! Are you okay? I didn't notice you limping. Why didn't you let me know?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, first of all, I say, slightly. It hurts, but not so much that it is difficult to walk. And secondly, I’m not small enough to immediately run and complain about minor incidents. It's okay, don't worry! Two or three days and everything will be fine.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I know you're not little, but damn, it's just...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>It's okay, don't worry! And forgive me. I just thought: why would I make you worry about something trivial?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Okay, the main thing is that it's nothing serious. Will you choose a movie for us? I want to take a quick shower and be ready.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>No problem! What to choose from? Horror, comedy, action?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Maybe some comedy?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>As you say, boss! Waiting for you.<</say>>
<div class="button"><<link [[Take a shower|husband_event_4]]>><<set $eventpage to 2;$clean to 100>><</link>></div>
\<<elseif $eventpage == 2>>
\<<set $rand to random(1, 21);$clean to 100>>
\<<gif3 act shower $rand>>
<div class="text">After finishing your shower, you decided to check how well your ass was prepared.</div>
<<gif2 act check_plug>>
<div class="text">Grabbing the tip of the plug, you gently pulled it and slowly pulled the plug out.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Hmm... Still quite tight, but better than it was at first. I hope it won't hurt me too much."</i><</say>>
<div class="text">Having finished your thoughts, you took the lubricant from the cabinet and applied some to the butt plug. Then you deftly inserted the plug back and, holding it by the tip, moved it back and forth several times to better prepare for the process.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Okay, I think everything will be fine."</i><</say>>
<div class="button"><<link [[To the living room|husband_event_4]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 3>>
\<div class="text">Your husband was already waiting for you in the living room, and the movie he had chosen was paused on the TV. You jumped onto the sofa closer to $husbname and hugged his shoulder, clinging to him.</div>
<<pic2 events movie_time>>
<<say '$name' 'pic/assets/$name.png'>>Popcorn, beer. You quickly prepared everything!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well, since I already knew what to see, I had enough time to make popcorn and bring everything here.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Great! What movie?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Do you remember once we were going to watch Renom 2, but we didn’t have time, and then we completely forgot about it? Well, almost a year has passed since then, but... At the very moment when you mentioned the film, I immediately remembered it.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Damn, that's right! I wanted to watch it so badly! It's great that you remembered, I adore you!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Love you too! Well, shall we begin?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, sure, go on!<</say>>
<div class="button"><<link [[Watch movie|husband_event_4]]>><<set $cycle1 += 1;$eventpage to 4;$intoxication += 20;$intoxication_cycle to $cycle1>><</link>></div>
\<<elseif $eventpage == 4>>
\<<gif2 events renom_1>>
<<say '$name' 'pic/assets/$name.png'>>Damn! Despite all the crap that Marbel has been making lately, this movie is just awesome!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>That's for sure! I thought the second part would be worse than the first, but the film surprised me!<</say>>
<<gif2 events renom_2>>
<div class="text">
\This was the only dialogue between you while watching the film. You both found the movie so interesting that you even forgot about why you organized this evening.
Soon the movie ended, you cleared everything off the coffee table with your husband and invited him to continue this evening in a more private environment and called him into the bedroom. Your husband readily agreed and headed there, while you headed to the bathroom to grab some lube and then join him.
\</div>
<div class="button"><<link [[To the bedroom|husband_event_4]]>><<set $eventpage to 5;$arousal += 10;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 5>>
\<<say '$husbname' 'pic/assets/$husbname.png'>>What are you holding?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, do you remember a few days ago I told you I will let you know when I ready?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I do. So this means that...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes! I'm ready.<</say>>
<div class="text">You approached your husband, knelt down and pulled down his pants, taking his penis in your hand.</div>
<<say '$name' 'pic/assets/$name.png'>>Just before we get to the main thing, I suggest we warm up a little.<</say>>
<div class="text">You added with a smile, looking into his eyes and wrapped your lips around the head of his cock.</div>
<<gif4 sex bedroom 1 5>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Oh, $name, you're just... Oh, shit!<</say>>
<div class="button"><<link [[Next|husband_event_4]]>><<set $eventpage to 6;$arousal += 30;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 6>>
\<div class="text">$husbname grabbed your head and started fucking you deep into your throat mercilessly.</div>
<<gif2 events facefuck>>
<div class="text">Having enjoyed your mouth, he undressed you quickly while you were catching your breath and, bending you over the bed, slowly inserted his dick into your pussy.</div>
<<gif2 events hardfuck>>
<<say '$name' 'pic/assets/$name.png'>>Fuck! Oh! Oh yeah! God... My... Ah! $husbname! What... Got over you? Oh!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I want to warm you up before dessert.<</say>>
<div class="text">
\Your husband answered smiling, giving you a loud slap on the ass and continuing to mercilessly impale you on his cock.
The slaps from the contact of your bodies were so loud that it seemed to you that they were heard throughout the entire apartment, although you did not care at all.
\</div>
<div class="button"><<link [[Go anal|husband_event_4]]>><<set $eventpage to 7;$arousal += 5;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 7>>
\<div class="text">Before stopping, $husbname slapped your ass once again and walked over to the dresser to get some lube. Having generously lubricated his penis, he came up to you to free your ass from the plug and lubricate it.</div>
<<gif2 act plug_out>>
<div class="text">Having prepared himself, your husband brought his penis closer to your hole and asked:</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Are you ready?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, let's do this! But please slow down.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Don't worry, I'll do everything carefully.<</say>>
<div class="text">
\After that, he pressed the tip of his penis to your anus and began to insert it inside very slowly. Although you were not in pain, you nevertheless involuntarily bit your lower lip from the not very pleasant sensation. Your husband's cock is much bigger than a butt plug after all.
When the tip of the penis entered your ass completely, $husbname took it out and added a little more lube, slowly inserted it back and began to make progressive movements, fucking you with only the tip.
\</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>So, how does it feel? Doesn't it hurt you?<</say>>
<<say '$name' 'pic/assets/$name.png'>>No, it's okay! You can push it in deeper.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Got it.<</say>>
<div class="button"><<link [[Relax buttocks|husband_event_4]]>><<set $eventpage to 8;$arousal += 10;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 8>>
\<div class="text">Having received the go-ahead, $husbname slowly moved his penis forward until he was already halfway inside you.</div>
<<say '$name' 'pic/assets/$name.png'>>Wait Don't go any deeper! Move like this for now, I need to get used to it.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>As you say.<</say>>
<div class="text"> - Your husband answered you and began to slowly fuck you in the ass, penetrating only half the length of his cock.</div>
<<gif2 events firstanal1>>
<<say '$husbname' 'pic/assets/$husbname.png'>>How does it feel? Do you like it?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, it’s more or less normal, but no, I wouldn’t say that I like it. Unusual and incomprehensible sensations, to be honest.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Then maybe I should go deeper if you're used to it?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, go ahead, just don't rush!<</say>>
<div class="text">Having received approval, $husbname silently and slowly inserted his cock deeper into your ass and began to slowly fuck you with the full length of his cock.</div>
<<gif2 events firstanal2>>
<<say '$name' 'pic/assets/$name.png'>>Ouch!<</say>>
<div class="text">$husbname stopped moving to see what was going on.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>What's happened? Are you in pain?<</say>>
<<say '$name' 'pic/assets/$name.png'>>No, no, it's okay, I'm sorry, I just... Oh! The feeling is kind of strange. It's both unpleasant and... Well, I think I'm starting to feel something pleasant about this, so you can continue.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Okay, but tell me right away if it hurts!<</say>>
<div class="button"><<link [[Relax and enjoy|husband_event_4]]>><<set $eventpage to 9;$arousal += 15;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 9>>
\<<gif2 events firstanal2>>
<div class="text">You tried to relax as much as possible and enjoy the process. At first it seemed to you that this was impossible and your ass squeezed from every movement of your husband, however, with each penetration of his cock, you still managed to relax a little and at times even enjoy the process that was unusual for you.</div>
<<say '$name' 'pic/assets/$name.png'>>Ah! I... I'm not sure, but... Mmm! Oh! I think I'm starting to like it! It's weird and a little frustrating at times, but the longer we do it, the easier and more enjoyable it becomes for me! So what about you? You've been waiting for this for so long. Do you like it?<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>You can’t even imagine how much! Your ass is so tight and the way it squeezes my dick... Wow! This is beyond words.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I'm glad. Oh! Well, then you can try to speed up if you want.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Really? Are you sure you're ready?<</say>>
<<say '$name' 'pic/assets/$name.png'>>No, but... Ah! It's much easier for me now, so... Why not? Just don't speed up too much!<</say>>
<div class="button"><<link [[Try to get used to the sensations|husband_event_4]]>><<set $eventpage to 10;$arousal += 15;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 10>>
\<div class="text">$husbname slowly began to pick up the pace. The faster he moved, the more your anus tried to clench, but your attempts to relax prevented him from doing so. In addition, with every movement of the penis inside you, you felt more and more pleasant. At some point, you even noticed that loud slaps were heard in the room again from the contact of your bodies, and moans came out of your mouth, which became louder and louder.</div>
<<gif2 events firstanal3>>
<<say '$name' 'pic/assets/$name.png'>>Oh! Fuck! It's just! Oh fuck, yes! Yes!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I knew you'd like it! You are so dirty! This is your first time, and I'm sure your moans can be heard even outside our bedroom!<</say>>
<<say '$name' 'pic/assets/$name.png'>>I... Ah! I don't know... It's all like... Ah! Strange... I... I keep experiencing... Ah! Discomfort, but I... Fuck... Oh yes! For some reason I really like this... Fuck!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>So you don't mind doing this more often?<</say>>
<<say '$name' 'pic/assets/$name.png'>>I... Ah! Certainly not! Oh! Yes! I definitely want more! Oh!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Let's try to change the position?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes! Oh! Let's... Oh my gosh!<</say>>
<div class="button"><<link [[Change position|husband_event_4]]>><<set $eventpage to 11;$arousal += 15;$clean -= 5>><</link>></div>
\<<elseif $eventpage == 11>>
\<div class="text">$husbname lay down on the bed and called you over. You straddle yourself on top of his dick in reverse cowgirl position. His dick slipped into your ass without any problems and you, having made yourself more comfortable, began to slowly ride his dick, gradually increasing the pace.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Shall we speed up?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes! Oh! Go ahead!<</say>>
<div class="text">Your husband smiled slyly and lifted your legs up, grabbed them tightly and began to quickly increase the pace.</div>
<<gif2 events firstanal4>>
<<say '$name' 'pic/assets/$name.png'>>Oh! I... Fuck! Yes! This... What are you... Oh yes! Yes Yes Yes!<</say>>
<div class="text"> - You screamed, realizing that you had finally gotten used to the sensations and that you felt incredibly good. However, deciding to intensify the sensations a little, you licked your fingers and extended your hand to your pussy, beginning to alternately caress your clitoris and fuck your pussy with your fingers.</div>
<<say '$name' 'pic/assets/$name.png'>>I didn't think that... Ah! This... Could be... Ah! So good! Yes!<</say>>
<div class="text">However, your husband did not answer you, but only continued to mercilessly fuck you in the ass.</div>
<<say '$name' 'pic/assets/$name.png'>>Oh! I think I... Ah! I'm now... Ah!<</say>>
<div class="text"> - That was all you managed to say before your body began to convulse in a violent orgasm, and your anus began to contract, thereby delivering even more pleasure to your husband.</div>
<<gif3 sex orgasm 4>>
<<say '$husbname' 'pic/assets/$husbname.png'>>I can't believe you came during your first anal experience! But it seems I already do too... Oh! You're so... You squeezed me so much that I... Oh! Where should I..?<</say>>
<div class="locList">
\<div class="locButton"><<link [[Mouth|husband_event_4]]>><<set $eventpage to 12;$cuminmouth += 1;$arousal to 0;$orgasm += 1;$clean -= 5>><</link>></div>
\<div class="locButton"><<link [[Face|husband_event_4]]>><<set $eventpage to 13;$cumonface += 1;$arousal to 0;$orgasm += 1;$clean -= 5>><</link>></div>
\<div class="locButton"><<link [[Butt|husband_event_4]]>><<set $eventpage to 14;$cumonass += 1;$arousal to 0;$orgasm += 1;$clean -= 5>><</link>></div>
\<div class="locButton"><<link [[Inside|husband_event_4]]>><<set $eventpage to 15;$analcreampie += 1;$arousal to 0;$orgasm += 1;$clean -= 5>><</link>></div>
\</div>
\<<elseif $eventpage == 12>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 1 $rand>>
<div class="button"><<link [[Swallow|husband_event_4]]>><<set $eventpage to 16;$swallow += 1;$cycle1 += 1>><</link>></div>
\<div class="button"><<link [[Spit out|husband_event_4]]>><<set $eventpage to 16;$spit += 1;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 13>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 2 $rand>>
<div class="button"><<link [[Wipe your face|husband_event_4]]>><<set $eventpage to 16;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 14>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 5 $rand>>
<div class="button"><<link [[Wipe your butt|husband_event_4]]>><<set $eventpage to 16;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 15>>
\<<set $rand to random(1, 5)>>
\<<gif4 sex cum 7 $rand>>
<div class="button"><<link [[Wipe your ass|husband_event_4]]>><<set $eventpage to 16;$cycle1 += 1>><</link>></div>
\<<elseif $eventpage == 16>>
\<<pic2 events aftersex>>
<<say '$name' 'pic/assets/$name.png'>>It was... Phewhh! I still can't get my head around it...<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah, the same thing... But to be honest, I didn’t think that the first time would go so well.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes... Phewhh... I agree! I thought that it would hurt me and we would have several attempts and... Phewhh! But I'm glad it worked out!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yes, I'm glad too. So you liked it?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Are you kidding? I haven't shaken like this during an orgasm for a long time! Phewhh! See? I'm still trying to catch my breath! I still don’t understand what’s special about it and why I enjoyed it so much, but I really enjoyed it! We will definitely have to repeat it!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yes right! And not once!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Agree! Now I need to take a shower.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yes, me too... Shall we go together?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, I just need to put something on.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Why? $hisstepbroname should already be asleep. Besides, he's probably seen your photos. Come on!<</say>>
<div class="button"><<link [[Go naked|husband_event_4]]>><<set $eventpage to 17;$corr += 1>><</link>></div>
\<div class="button"><<link [[Get dressed|husband_event_4]]>><<set $eventpage to 18>><</link>></div>
\<<elseif $eventpage == 17>>
\<div class="text">You thought that your husband was right, you did not get dressed and followed him out of the bedroom naked.</div>
<<pic2 events nakedaftersex>>
<div class="text">However, while you were walking towards the bathroom, $husbname 's $hisstepbro came out and froze in surprise. With wide eyes, he silently looked at you both as you and your husband stopped and did the same.</div>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I... Um... Good night...<</say>>
<div class="text"> - After a long pause, $hisstebroname mumbled it and quickly walked to his bedroom. And you tightly squeezed $husbname’s hand and also quickly continued your way to the bathroom.</div>
<<say '$name' 'pic/assets/$name.png'>>Is he sleeping you say? I can't believe I agreed to this! Damn, I was so confused that I even forgot to cover myself!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Yeah, that was awkward... Sorry, I really thought he was sleeping...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Okay... Let's just take a shower and go to bed. You're right, I post nudity on my page, so I'm not going to worry about such ridiculousness.<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Exactly! Although... Still, walking around the apartment naked in front of him is not the best idea.<</say>>
<<say '$name' 'pic/assets/$name.png'>>I didn't mean to! It was you who gave me the idea!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Okay, I'm sorry... I really didn't think about it at all...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, okay, that's fine.<</say>>
<div class="button"><<link [[Take a shower|husband_event_4]]>><<set $eventpage to 18;$clean to 100>><</link>></div>
\<<elseif $eventpage == 18>>
\<<set $rand to random(2, 6)>>
\<<gif3 act showertogether $rand>>
<div class="text">After taking a relaxing shower together, you and $husbname chatted pleasantly about your first anal experience, discussed the sensations, and even teased each other.</div>
<<say '$husbname' 'pic/assets/$husbname.png'>>Well? Bedtime?<</say>>
<div class="text"> - $husbname asked you after taking a shower while you were both drying off with a towel.</div>
<<say '$name' 'pic/assets/$name.png'>>Oh yeah! It seems to me that I will fall asleep as soon as I lie down. You've fucked all the strength out of me!<</say>>
<<say '$husbname' 'pic/assets/$husbname.png'>>Sounds like a compliment!<</say>>
<<say '$name' 'pic/assets/$name.png'>>It is!<</say>>
<div class="text"> - You answered your husband by winking at him and, having finished drying yourself, headed to the bedroom together.</div>
<div class="button"><<link [[To the bedroom|bedroom]]>><<set $eventpage to 0;$cycle1 += 1;$analsex to 1;$analsex_unlocked to 1;$plug_in to 0;$husband_quest to 15>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $rain_wet_clothes_page == 1>>
\<<set $rand to random(1, 5)>>
\<<if $corr >= 20 && $corr < 50>><<set $arousal += 10>><<elseif $corr >= 50>><<set $arousal += 20>><</if>>
\<<pic3 events rain_wet $rand>>
<div class="text">Пока вы шли по улице, начался небольшой дождик, который, однако, довольно быстро усилился, от чего ваша одежда промокла и сквозь ткань было отчётливо видно ваши соски.</div>
\<<if $corr < 40>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин! Чёртов дождь! Плохая была идея не надевать нижнее бельё... Может стоит купить зонтик?"</i><</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин! Такое чувство, что я голая! Как вовремя пошёл дождь... И почему эта ситуация меня так возбуждает?"</i><</say>>
\<</if>>
<div class="text">Пока вы продолжали идти по улице рассуждая в своей голове над ситуацией, взгляды всех прохожих были устремлены на вашу грудь. Пара парней даже успели вас сфоткать.</div>
<div class="button"><<link "Идти дальше" $return>><</link>></div>
\<</if>>
\<<else>>
\<<if $rain_wet_clothes_page == 1>>
\<<set $rand to random(1, 5)>>
\<<if $corr >= 20 && $corr < 50>><<set $arousal += 10>><<elseif $corr >= 50>><<set $arousal += 20>><</if>>
\<<pic3 events rain_wet $rand>>
<div class="text">While you were walking down the street, a light rain began, which, however, intensified quite quickly, causing your clothes to get wet and your nipples to be clearly visible through the fabric.</div>
\<<if $corr < 40>>
<<say '$name' 'pic/assets/$name.png'>><i>"Shit! Damn rain! It was a bad idea not to wear underwear... Maybe I should buy an umbrella?"</i><</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>><i>"Dammit! It feels like I'm naked! The rain came right on time... And why does this situation excite me so much?"</i><</say>>
\<</if>>
<div class="text">As you continued to walk down the street, debating the situation in your head, the eyes of all passers-by were fixed on your chest. A couple of guys even managed to take a photo of you.</div>
<div class="button"><<link "Move on" $return>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $southshoppage == 0 or ndef $southshoppage>><<set $southshoppage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $southshoppage == 1>>
\<<pic2 city southshop>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items umbrella>>">><<popover 'noclick'>><<pic2 items umbrella>><</popover>><</link>></div>
\<div class="wardrobeButton">Защита от дождя</div>
\<div class="wardrobeButton"><<if $cash >= 100 && ($umbrella == 0 or ndef $umbrella)>><<link "Оплатить наличкой 100$" "southshop">><<set $umbrella to 2;$cash -= 100>><</link>><<elseif $cash < 100 && $umbrella != 1>>Недостаточно средств<<elseif $umbrella >= 1>>Куплено<</if>></div>
\<div class="wardrobeButton"><<if $money >= 100 && ($umbrella == 0 or ndef $umbrella)>><<link "Оплатить картой 100$" "southshop">><<set $umbrella to 2;$money -= 100>><</link>><<elseif $money < 100 && $umbrella != 1>>Недостаточно средств<<elseif $umbrella >= 1>>Куплено<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items cosmetics>>">><<popover 'noclick'>><<pic2 items cosmetics>><</popover>><</link>></div>
\<div class="wardrobeButton">100 применений</div>
\<div class="wardrobeButton"><<if $cash >= 300>><<link "Оплатить наличкой 300$" "southshop">><<set $cosmitem += 100;$cash -= 300>><</link>><<else>>Недостаточно средств<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300>><<link "Оплатить картой 300$" "southshop">><<set $cosmitem += 100;$money -= 300>><</link>><<else>>Недостаточно средств<</if>></div>
\</div>
\</div>
<div class="button"><<link [[На улицу|south]]>><<set $southshoppage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $southshoppage == 1>>
\<<pic2 city southshop>>
<div class="wardrobeList">
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items umbrella>>">><<popover 'noclick'>><<pic2 items umbrella>><</popover>><</link>></div>
\<div class="wardrobeButton">Rain protection</div>
\<div class="wardrobeButton"><<if $cash >= 100 && ($umbrella == 0 or ndef $umbrella)>><<link "Pay in cash 100$" "southshop">><<set $umbrella to 2;$cash -= 100>><</link>><<elseif $cash < 100 && $umbrella != 1>>Not enough money<<elseif $umbrella >= 1>>Purchased<</if>></div>
\<div class="wardrobeButton"><<if $money >= 100 && ($umbrella == 0 or ndef $umbrella)>><<link "Pay by card 100$" "southshop">><<set $umbrella to 2;$money -= 100>><</link>><<elseif $money < 100 && $umbrella != 1>>Not enough money<<elseif $umbrella >= 1>>Purchased<</if>></div>
\</div>
\<div class="wardrobeItem">
\<div class="clo"><<link "<<pic2 items cosmetics>>">><<popover 'noclick'>><<pic2 items cosmetics>><</popover>><</link>></div>
\<div class="wardrobeButton">100 uses</div>
\<div class="wardrobeButton"><<if $cash >= 300>><<link "Pay in cash 300$" "southshop">><<set $cosmitem += 100;$cash -= 300>><</link>><<else>>Not enough money<</if>></div>
\<div class="wardrobeButton"><<if $money >= 300>><<link "Pay by card 300$" "southshop">><<set $cosmitem += 100;$money -= 300>><</link>><<else>>Not enough money<</if>></div>
\</div>
\</div>
<div class="button"><<link [[Outside|south]]>><<set $southshoppage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<set $randgrope to random(1, 2)>><<if $randgrope == 2>><<set $eventpage to 4>><<goto "bus_grope_event">><</if>>
\<div class="text">
\Сегодня в автобусе довольно людно. Свободных мест нет и поэтому всю дорогу вам приходится стоять.
На одной из остановок в автобус зашло ещё больше людей и вы почувствовали как кто-то прижался к вам сзади. По началу вы не обращаете на это никакого внимания, ведь это обычное дело когда в общественном транспорте слишком много людей. Однако буквально через пару минут, вы ощущаете ладонь на своей попе.
\</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Эмм... Мне кажется или... Кто-то лапает меня за зад?"</i><</say>>
<<if ($c <= 2 or ($c >= 4 && $c <= 9))>><<gif4 events bus_grope pants 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw == 0>><<gif4 events bus_grope skirt 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw != 0>><<set $rand to random(1, 2)>><<gif5 events bus_grope skirt panties $rand>><<elseif $c >= 29>><<gif4 events bus_grope shorts 1>><</if>>
<div class="text">Подумав, что это случайность, вы никак не реагируете на это, однако не прошло и минуты, как вы вновь ощущаете чью-то ладонь на своей заднице.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Какого? Чёрта-с два это случайность! Кто-то явно нарочно трогает меня за попу!"</i><</say>>
<div class="button"><<if $corr >= 40>><<link [[Не обращать внимания|bus_grope_event]]>><<set $eventpage to 2>><</link>><<else>>Разврат менее 40<</if>></div>
\<div class="button"><<link [[Возмутиться|bus_grope_event]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 2>>
\<<if $c == 3 or ($c >= 10 && $c <= 28)>><<set $rand to random(1, 100)>><<if $rand <= 15>><<set $eventpage to 7>><<goto "bus_grope_event">><</if>><</if>>
\<div class="text">Вы решаете никак не реагировать на это. Незнакомец, что стоит позади вас делает вывод, что вы не против и продолжает жамкать вашу жопку весь оставшийся путь.</div>
<<if ($c <= 2 or ($c >= 4 && $c <= 9))>><<gif4 events bus_grope pants 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw == 0>><<gif4 events bus_grope skirt 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw != 0>><<set $rand to random(1, 2)>><<gif5 events bus_grope skirt panties $rand>><<elseif $c >= 29>><<gif4 events bus_grope shorts 1>><</if>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $corr < 60>>
\<<set $arousal += 5>>
<<say '$name' 'pic/assets/$name.png'>><i>"Что происходит? Поверить не могу, что я никак не отреагировала и вот так спокойно позволяю какому-то незнакомцу лапать мою попу!"</i><</say>>
\<<else>>
\<<set $arousal += 20>>
<<say '$name' 'pic/assets/$name.png'>><i>"Поверить не могу, что это происходит со мной! Я настолько развратна, что возбуждаюсь от подобных извращений, да? Ну, по-крайней мере сегодня я сделала рандомного парня немножечко счастливей..."</i><</say>>
\<</if>>
<div class="text">Через какое-то время автобус останавливается и вы понимаете, что это ваша остановка.</div>
<div class="button"><<link "Выйти из автобуса" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 3>>
\<<set $stranger to "Незнакомец">>
\<<pic2 events wtf>>
<<say '$name' 'pic/assets/$name.png'>>Эй, какого хрена? Убери от меня свои руки!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Что? О чём вы?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ты прекрасно знаешь о чём я!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Девушка, простите, но я совершенно не понимаю, о чём вы говорите...<</say>>
<div class="text">Несмотря на то, что парень покраснел и растерялся, в вашей голове промелькнула мысль: "А вдруг это и правда было случайностью?"</div>
<<say '$name' 'pic/assets/$name.png'>>Ты лапал меня за задницу, вот о чём я говорю!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Что? Я не делал ничего такого! Что вы несёте? Если я задел вас, то это было случайно! Оглянитесь! В автобусе полно людей.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что? Ты думаешь я дура и не могу отличить, когда кто-то случайно коснулся рукой, а когда нарочно лапают? Короче, либо ты прекращаешь, либо я вызываю полицию! В автобусе полно камер и несмотря на то, что здесь много людей, этот инцидент вполне мог попасть в кадр. Я не шучу!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Ладно, ладно, успокойтесь вы! Я понял! На следующей остановке я перейду в другое место.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Замечательно!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Блин... Я уверена, что этот козёл лапал меня, но всё же... А вдруг это правда было случайно?"</i><</say>>
<div class="text">Через какое-то время автобус останавливается и вы понимаете, что это ваша остановка.</div>
<div class="button"><<link "Выйти из автобуса" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 4>>
\<div class="text">
\Сегодня в автобусе довольно людно. Свободных мест нет и поэтому всю дорогу вам приходится стоять.
На одной из остановок в автобус зашло ещё больше людей и вы почувствовали как кто-то прижался к вам сзади. По началу вы не обращаете на это никакого внимания, ведь это обычное дело когда в общественном транспорте слишком много людей. Однако буквально через пару минут, вы ощущаете ладонь на своей груди.
\</div>
\<<set $rand to random(1, 2)>>
<<gif4 events bus_grope boobs $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Эмм... Что за херня? Кто-то лапает меня за грудь! Он думает, что я не замечу или не стану обращать внимание?"</i><</say>>
<div class="button"><<if $corr >= 40>><<link [[Не обращать внимания|bus_grope_event]]>><<set $eventpage to 5>><</link>><<else>>Разврат менее 40<</if>></div>
\<div class="button"><<link [[Возмутиться|bus_grope_event]]>><<set $eventpage to 6>><</link>></div>
\<<elseif $eventpage == 5>>
\<div class="text">Вы решаете никак не реагировать на это. Незнакомец, что стоит позади вас делает вывод, что вы не против и продолжает жамкать ваши сиськи весь оставшийся путь.</div>
<<gif4 events bus_grope boobs $rand>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $corr < 60>>
\<<set $arousal += 5>>
<<say '$name' 'pic/assets/$name.png'>><i>"Что происходит? Поверить не могу, что я никак не отреагировала и вот так спокойно позволяю какому-то незнакомцу лапать мою грудь!"</i><</say>>
\<<else>>
\<<set $arousal += 20>>
<<say '$name' 'pic/assets/$name.png'>><i>"Поверить не могу, что это происходит со мной! Я настолько развратна, что возбуждаюсь от подобных извращений, да? Ну, по-крайней мере сегодня я сделала рандомного парня немножечко счастливей..."</i><</say>>
\<</if>>
<div class="text">Через какое-то время автобус останавливается и вы понимаете, что это ваша остановка.</div>
<div class="button"><<link "Выйти из автобуса" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 6>>
\<<set $stranger to "Незнакомец">>
\<<pic2 events wtf>>
<<say '$name' 'pic/assets/$name.png'>>Эй, какого хрена? Убери от меня свои руки!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Что? О чём вы?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ты прекрасно знаешь о чём я!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Девушка, простите, но я совершенно не понимаю, о чём вы говорите...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ты лапал мою грудь, вот о чём я говорю!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Что? Я не делал ничего такого! Что вы несёте? Если я задел вас, то это было случайно! Оглянитесь! В автобусе полно людей.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что? Случайно задел? Ты думаешь я дура? Можно случайно задеть ногу или попу, но ты положил ладонь на мою грудь и начал сжимать её. Ты хочешь сказать, что это было случайно?<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Ладно, ладно, успокойтесь вы! Я понял! На следующей остановке я перейду в другое место.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Замечательно!<</say>>
<div class="text">Через какое-то время автобус останавливается и вы понимаете, что это ваша остановка.</div>
<div class="button"><<link "Выйти из автобуса" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 7>>
\<div class="text">Вы решаете никак не реагировать на это. Незнакомец, что стоит позади вас делает вывод, что вы не против и продолжает жамкать вашу жопку весь оставшийся путь.</div>
<<if ($c <= 2 or ($c >= 4 && $c <= 9))>><<gif4 events bus_grope pants 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw == 0>><<gif4 events bus_grope skirt 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw != 0>><<set $rand to random(1, 2)>><<gif5 events bus_grope skirt panties $rand>><<elseif $c >= 29>><<gif4 events bus_grope shorts 1>><</if>>
\<<if $corr < 60>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $corr < 60>>
\<<set $arousal += 5>>
<<say '$name' 'pic/assets/$name.png'>><i>"Что происходит? Поверить не могу, что я никак не отреагировала и вот так спокойно позволяю какому-то незнакомцу лапать мою попу!"</i><</say>>
\<<else>>
\<<set $arousal += 20>>
<<say '$name' 'pic/assets/$name.png'>><i>"Поверить не могу, что это происходит со мной! Я настолько развратна, что возбуждаюсь от подобных извращений, да? Ну, по-крайней мере сегодня я сделала рандомного парня немножечко счастливей..."</i><</say>>
\<</if>>
<div class="text">Через какое-то вы почувствовали ещё одну руку на своей ягодице, а через мгновение ещё одна рука коснулась вашей груди.</div>
<<gif4 events bus_grope skirt 2>>
\<<if $corr < 80>>
<<say '$name' 'pic/assets/$name.png'>><i>"Я не поняла, это шутка какая-то? Что происходит?"</i><</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>><i>"Что? Трое? Троих парней я сделаю счастливей?"</i><</say>>
\<</if>>
<div class="button"><<if $corr >= 60>><<link [[Не обращать внимания|bus_grope_event]]>><<set $eventpage to 8>><</link>><<else>>Разврат менее 60<</if>></div>
\<div class="button"><<link [[Возмутиться|bus_grope_event]]>><<set $eventpage to 9>><</link>></div>
\<<elseif $eventpage == 8>>
\<div class="text">Вы решаете никак не реагировать на это. Незнакомцы, видят, что вы не против и с жадностью лапают каждый участок вашего тела весь оставшийся путь.</div>
<<gif4 events bus_grope skirt 2>>
\<<if $corr < 80>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $corr < 80>>
\<<set $arousal += 20>>
<<say '$name' 'pic/assets/$name.png'>><i>"Поверить не могу, что я позволяю трём незнакомцам лапать себя в общественном транспорте! Какой ужас... Но теперь уже поздно что-то делать и остаётся лишь терпеть до моей остановки..."</i><</say>>
\<<else>>
\<<set $arousal += 40>>
<<say '$name' 'pic/assets/$name.png'>><i>"Что ж, похоже я превратилась в извращенку, раз позволяю нескольким незнакомцам лапать себя в общественном транспорте и возбуждаюсь от этого..."</i><</say>>
\<</if>>
<div class="button"><<link "Выйти из автобуса" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 9>>
\<<set $stranger to "Незнакомец">>
\<<pic2 events wtf>>
<<say '$name' 'pic/assets/$name.png'>>Эй, какого хрена? Уберите от меня свои руки!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Что? О чём вы?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Вы прекрасно понимаете о чём я!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Девушка, простите, но я совершенно не понимаю, о чём вы говорите...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Вы трое лапали меня, вот о чём я говорю!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Что? Мы не делали ничего такого! Что вы несёте?.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Хватит прикидываться! Вы пытаетесь выставить меня дурой? Короче, прекращайте немедленно или я вызову полицию!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Ладно, ладно, успокойтесь вы! Мы поняли! Мы перейдём в другое место.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Замечательно!<</say>>
<div class="text">Через какое-то время автобус останавливается и вы понимаете, что это ваша остановка.</div>
<div class="button"><<link "Выйти из автобуса" $return>><<set $eventpage to 0>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<set $randgrope to random(1, 2)>><<if $randgrope == 2>><<set $eventpage to 4>><<goto "bus_grope_event">><</if>>
\<div class="text">
\The bus is quite crowded today. There are no empty seats and you have to stand the whole way.
At one of the stops, even more people got on the bus and you felt someone pressed against you from behind. At first, you don’t pay any attention to this, because this is a common thing when there are too many people on public transport. However, literally after a couple of minutes, you feel a palm on your butt.
\</div>
<<say '$name' 'pic/assets/$name.png'>><i>"Umm... Is it just me or... Is someone touching my butt?"</i><</say>>
<<if ($c <= 2 or ($c >= 4 && $c <= 9))>><<gif4 events bus_grope pants 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw == 0>><<gif4 events bus_grope skirt 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw != 0>><<set $rand to random(1, 2)>><<gif5 events bus_grope skirt panties $rand>><<elseif $c >= 29>><<gif4 events bus_grope shorts 1>><</if>>
<div class="text">Thinking it was an accident, you don’t react to it, but not even a minute has passed when you feel someone’s hand on your ass again.</div>
<<say '$name' 'pic/assets/$name.png'>><i>"What the..? I don't believe this is an accident! Someone is clearly touching my butt on purpose!"</i><</say>>
<div class="button"><<if $corr >= 40>><<link [[Don't pay attention|bus_grope_event]]>><<set $eventpage to 2>><</link>><<else>>Corruption less than 40<</if>></div>
\<div class="button"><<link [[Outrage|bus_grope_event]]>><<set $eventpage to 3>><</link>></div>
\<<elseif $eventpage == 2>>
\<<if $c == 3 or ($c >= 10 && $c <= 28)>><<set $rand to random(1, 100)>><<if $rand <= 15>><<set $eventpage to 7>><<goto "bus_grope_event">><</if>><</if>>
\<div class="text">You decide not to react to this. The stranger standing behind you concludes that you don’t mind and continues to squeeze your ass the rest of the way.</div>
<<if ($c <= 2 or ($c >= 4 && $c <= 9))>><<gif4 events bus_grope pants 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw == 0>><<gif4 events bus_grope skirt 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw != 0>><<set $rand to random(1, 2)>><<gif5 events bus_grope skirt panties $rand>><<elseif $c >= 29>><<gif4 events bus_grope shorts 1>><</if>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $corr < 60>>
\<<set $arousal += 5>>
<<say '$name' 'pic/assets/$name.png'>><i>"What's going on? I can't believe I didn't react and I'm letting some stranger touch my butt!"</i><</say>>
\<<else>>
\<<set $arousal += 20>>
<<say '$name' 'pic/assets/$name.png'>><i>"I can't believe this is happening to me! I'm so depraved that I get excited by such perversions, right? Well, at least today I made a random guy a little happier..."</i><</say>>
\<</if>>
<div class="text">After some time, the bus stops and you realize that this is your stop.</div>
<div class="button"><<link "Get off the bus" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 3>>
\<<set $stranger to "Stranger">>
\<<pic2 events wtf>>
<<say '$name' 'pic/assets/$name.png'>>Hey, what the fuck? Get your hands off me!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>What? What are you talking about?<</say>>
<<say '$name' 'pic/assets/$name.png'>>You know what I mean!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Sorry, but I have no idea what you're talking about...<</say>>
<div class="text">Despite the fact that the guy blushed and was confused, a thought flashed through your head: "What if this was really an accident?"</div>
<<say '$name' 'pic/assets/$name.png'>>You groped my ass, that's what I'm talking about!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>What? I didn't do anything like that! If I touched you, it was by accident! Look around! The bus is full of people.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What? Do you think I’m a fool and I can’t tell the difference between when someone accidentally touched someone with their hand and when they touched someone on purpose? Stop it or I'm calling the police! The bus is full of cameras and despite the fact that there are many people here, this incident could still be captured on camera. I'm not joking!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Okay, okay, calm down! I got it! At the next stop I will move to another place.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Excellent!<</say>>
<<say '$name' 'pic/assets/$name.png'>><i>"Damn... I'm sure that asshole groped me, but still... What if it really was an accident?"</i><</say>>
<div class="text">After some time, the bus stops and you realize that this is your stop.</div>
<div class="button"><<link "Get off the bus" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 4>>
\<div class="text">
\The bus is quite crowded today. There are no empty seats and you have to stand the whole way.
At one of the stops, even more people got on the bus and you felt someone pressed against you from behind. At first, you don’t pay any attention to this, because this is a common thing when there are too many people on public transport. However, literally after a couple of minutes, you feel a palm on your chest.
\</div>
\<<set $rand to random(1, 2)>>
<<gif4 events bus_grope boobs $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Umm... What the fuck? Someone is touching my chest! Does he think I won't notice or won't pay attention?"</i><</say>>
<div class="button"><<if $corr >= 40>><<link [[Don't pay attention|bus_grope_event]]>><<set $eventpage to 5>><</link>><<else>>Corruption less than 40<</if>></div>
\<div class="button"><<link [[Outrage|bus_grope_event]]>><<set $eventpage to 6>><</link>></div>
\<<elseif $eventpage == 5>>
\<div class="text">You decide not to react to this. The stranger standing behind you concludes that you don’t mind and continues to squeeze your tits the rest of the way.</div>
<<gif4 events bus_grope boobs $rand>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $corr < 60>>
\<<set $arousal += 5>>
<<say '$name' 'pic/assets/$name.png'>><i>"What's going on? I can't believe I didn't react and I'm letting some stranger touch my chest!"</i><</say>>
\<<else>>
\<<set $arousal += 20>>
<<say '$name' 'pic/assets/$name.png'>><i>"I can't believe this is happening to me! I'm so depraved that I get excited by such perversions, right? Well, at least today I made a random guy a little happier..."</i><</say>>
\<</if>>
<div class="text">After some time, the bus stops and you realize that this is your stop.</div>
<div class="button"><<link "Get off the bus" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 6>>
\<<set $stranger to "Stranger">>
\<<pic2 events wtf>>
<<say '$name' 'pic/assets/$name.png'>>Hey, what the fuck? Get your hands off me!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>What? What are you talking about?<</say>>
<<say '$name' 'pic/assets/$name.png'>>You know what I mean!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Sorry, but I have no idea what you're talking about...<</say>>
<<say '$name' 'pic/assets/$name.png'>>You groped my breasts, that's what I'm talking about!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>What? I didn't do anything like that! If I touched you, it was by accident! Look around! The bus is full of people.<</say>>
<<say '$name' 'pic/assets/$name.png'>>What? Did you touch it by accident? Do you think I'm stupid? You can accidentally touch someone's leg or butt, but you put your palm on my boob and started squeezing it. Are you saying it was an accident?<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Okay, okay, calm down! I got it! At the next stop I will move to another place.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Excellent!<</say>>
<div class="text">After some time, the bus stops and you realize that this is your stop.</div>
<div class="button"><<link "Get off the bus" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 7>>
\<div class="text">You decide not to react to this. The stranger standing behind you concludes that you don’t mind and continues to squeeze your ass the rest of the way.</div>
<<if ($c <= 2 or ($c >= 4 && $c <= 9))>><<gif4 events bus_grope pants 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw == 0>><<gif4 events bus_grope skirt 1>><<elseif ($c == 3 or ($c >= 10 && $c <= 28)) && $uw != 0>><<set $rand to random(1, 2)>><<gif5 events bus_grope skirt panties $rand>><<elseif $c >= 29>><<gif4 events bus_grope shorts 1>><</if>>
\<<if $corr < 60>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $corr < 60>>
\<<set $arousal += 5>>
<<say '$name' 'pic/assets/$name.png'>><i>"What's going on? I can't believe I didn't react and I'm letting some stranger touch my butt!"</i><</say>>
\<<else>>
\<<set $arousal += 20>>
<<say '$name' 'pic/assets/$name.png'>><i>"I can't believe this is happening to me! I'm so depraved that I get excited by such perversions, right? Well, at least today I made a random guy a little happier..."</i><</say>>
\<</if>>
<div class="text">After a while, you felt another hand on your buttock, and a moment later another hand touched your boobs.</div>
<<gif4 events bus_grope skirt 2>>
\<<if $corr < 80>>
<<say '$name' 'pic/assets/$name.png'>><i>"I don’t get it, is this some kind of joke? What's going on?"</i><</say>>
\<<else>>
<<say '$name' 'pic/assets/$name.png'>><i>"What? Three? Will I make three guys happier?"</i><</say>>
\<</if>>
<div class="button"><<if $corr >= 60>><<link [[Don't pay attention|bus_grope_event]]>><<set $eventpage to 8>><</link>><<else>>Corruption less than 60<</if>></div>
\<div class="button"><<link [[Outrage|bus_grope_event]]>><<set $eventpage to 9>><</link>></div>
\<<elseif $eventpage == 8>>
\<div class="text">You decide not to react to this. Strangers see that you don't mind and greedily grope every part of your body the rest of the way.</div>
<<gif4 events bus_grope skirt 2>>
\<<if $corr < 80>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $corr < 80>>
\<<set $arousal += 20>>
<<say '$name' 'pic/assets/$name.png'>><i>"I can't believe I'm letting three strangers grope me on public transport! This is disgusting... But now it’s too late to do anything and I can only endure until my stop..."</i><</say>>
\<<else>>
\<<set $arousal += 40>>
<<say '$name' 'pic/assets/$name.png'>><i>"Well, it looks like I've turned into a pervert since I allow several strangers to grope me on public transport and get horny from it..."</i><</say>>
\<</if>>
<div class="button"><<link "Get off the bus" $return>><<set $eventpage to 0>><</link>></div>
\<<elseif $eventpage == 9>>
\<<set $stranger to "Stranger">>
\<<pic2 events wtf>>
<<say '$name' 'pic/assets/$name.png'>>Hey, what the fuck? Get your hands off me!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>What? What are you talking about?<</say>>
<<say '$name' 'pic/assets/$name.png'>>You know what I mean!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Sorry, but I have no idea what you're talking about...<</say>>
<<say '$name' 'pic/assets/$name.png'>>You three groped me, that's what I'm talking about!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>What? We didn't do anything like that!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Stop playing around! Are you trying to make a fool of me? Stop it right now or I'll call the police!<</say>>
<<say '$stranger' 'pic/assets/$stranger.png'>>Okay, okay, calm down! We got it! We'll move to another place.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Excellent!<</say>>
<div class="text">After some time, the bus stops and you realize that this is your stop.</div>
<div class="button"><<link "Get off the bus" $return>><<set $eventpage to 0>><</link>></div>
\<</if>>
\<</if>>
@@@@.left;
\<<if $eventpage == 0 or ndef $eventpage>><<set $eventpage to 1>><</if>>
\<<if $lang == "ru">>
\<<if $eventpage == 1>>
\<<gif3 sex handjob $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"Мне кажется, что я пожалею об этом, но... Эх, к чёрту всё!"</i><</say>>
\<<set $rand to random(1, 5)>>
<<if $livroompage == 1>><<gif4 sex livroom 1 $rand>><<elseif $bedroom2page == 1>><<gif4 sex bedroom 1 $rand>><<elseif $kitchenpage == 1>><<gif4 sex kitchen 1 $rand>><</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ох, ебать... $name... Что ты делаешь? Это...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Только не говори, что ты не хотел этого!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Я... Ох бля... Хотел, но...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Тогда молчи и наслаждайся.<</say>>
<div class="button"><<link [[Сосать|hisstepbro_suck_event]]>><<set $eventpage to 2;$sexpose to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<set $rand to random(1, 5);$arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $eventpage to 3>><<goto "hisstepbro_suck_event">><</if>>
\<<if $sexpose == 1>>
\<<gif3 sex handjob $rand>>
\<<elseif $sexpose == 2>>
\<<if $livroompage == 1>><<gif4 sex livroom 1 $rand>><<elseif $bedroom2page == 1>><<gif4 sex bedroom 1 $rand>><<elseif $kitchenpage == 1>><<gif4 sex kitchen 1 $rand>><</if>>
\<<elseif $sexpose == 3>>
\<<if $livroompage == 1>><<gif4 sex livroom 2 $rand>><<elseif $bedroom2page == 1>><<gif4 sex bedroom 2 $rand>><<elseif $kitchenpage == 1>><<gif4 sex kitchen 2 $rand>><</if>>
\<</if>>
\<<if $sexpose == 1 && ($hj_per_act == 0 or ndef $hj_per_act)>><<if ndef $hj>><<set $hj to 1>><<else>><<set $hj += 1>><</if>><<set $hj_per_act to 1>><<elseif $sexpose == 2 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2 && ($deepbj_per_act == 0 or ndef $deepbj_per_act)>><<if ndef $deepbj>><<set $deepbj to 1>><<else>><<set $deepbj += 1>><</if>><<set $deepbj_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>Вы испытали оргазм, пока дрочили член $hisstepbronameа.<<elseif $sexpose == 2>>Вы испытали оргазм, пока сосали член $hisstepbronameа.<<else>>Вы испытали оргазм, пока делали глубокий минет $hisstepbronameу.<</if>></div>
\<</if>>
<div class="button"><<link [[Продолжить|hisstepbro_suck_event]]>><<set $sexenergy -= 1>><</link>></div>
<div class="locList">
\<<if $sexpose != 1>><div class="locButton"><<link [[Поработать руками|hisstepbro_suck_event]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="locButton"><<link [[Минет|hisstepbro_suck_event]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3>><div class="locButton"><<link [[Глубокий минет|hisstepbro_suck_event]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\</div>
\<<elseif $eventpage == 3>>
\<<set $rand to random(1, 5);$clean -= 4>>
\<<set $cumplace to random(1, 3)>>
\<<gif4 sex cum $cumplace $rand>>
\<<if $cumplace == 1>>
<div class="button"><<link [[Проглотить|hisstepbro_suck_event]]>><<set $eventpage to 4;$sexact += 1;$cuminmouth += 1;$cumswallow += 1;$sexswallow to 1>><</link>></div>
\<div class="button"><<link [[Сплюнуть|hisstepbro_suck_event]]>><<set $eventpage to 4;$sexact += 1;$cuminmouth += 1;$cumspit += 1;$sexspit to 1>><</link>></div>
\<<elseif $cumplace == 2>>
<div class="button"><<link [[Вытереть лицо|hisstepbro_suck_event]]>><<set $eventpage to 4;$sexact += 1;$cumonface += 1>><</link>></div>
\<<elseif $cumplace == 3>>
<div class="button"><<link [[Вытереть сиськи|hisstepbro_suck_event]]>><<set $eventpage to 4;$sexact += 1;$cumonboobs += 1>><</link>></div>
\<</if>>
\<<elseif $eventpage == 4>>
\<<gif4 sex cum $cumplace $rand>>
\<<if $corr < 75 && ($livroompage != 0 or $kitchenroompage != 0)>>
<div class="button"><font color=red>Разврат + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $cumplace == 1>>
<<if $sexswallow == 1>><div class="text">Вы проглотили всё содержимое вашего ротика и переведя дыхание, готовы вернуться к своим делам.</div><</if>>
\<<set $sexswallow to 0>>
<<if $sexspit == 1>><div class="text">Вы сплюнули на салфетку всё содержимое вашего ротика и переведя дыхание, готовы вернуться к своим делам.</div><</if>>
\<<set $sexspit to 0>>
\<<elseif $cumplace == 2>>
<div class="text">Вы вытерли салфеткой своё лицо и переведя дыхание, готовы вернуться к своим делам.</div>
\<<elseif $cumplace == 3>>
<div class="text">Вы вытерли салфеткой свою грудь и переведя дыхание, готовы вернуться к своим делам.</div>
\<</if>>
<div class="button"><<if $hisstepbro_quest == 7>><<link [[Обсудить случившееся|hisstepbro_suck_event]]>><<set $eventpage to 5;$bj_per_act to 0;$deepbj_per_act to 0;$hj_per_act to 0>><</link>><<else>><<link "Уйти" $return>><<set $eventpage to 0;$bj_per_act to 0;$deepbj_per_act to 0;$hj_per_act to 0;$cycle1 += 1>><</link>><</if>></div>
\<<elseif $eventpage == 5>>
\<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>$name, это было... Ох, блять, $name! Что это было?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Что?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Что ты имеешь ввиду, говоря - что? Ты отсосала мне, вот что!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ага, я в курсе... Но что за паника? Разве ты не хотел этого?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Ну, хотел, но... Как же мой $hisstepbro?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, я знаю, что это неправильно по отношению к нему, но ты же не собираешься ему ничего говорить?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Конечно же нет! Чёрт... Я рад, что это произошло, но... Почему ты сделала это?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну, я... Я не знаю... Я столько раз дрочила тебе, так что я подумала - почему нет?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Что ж ты права, но... Блин, поверить не могу, что это произошло и хотя я чувствую себя виноватым перед $husbnameом, я всё равно рад, что ты теперь можешь не только дрочить мне и... Ну... Мы ведь сможем это повторить, так ведь?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Ну... Да, почему нет?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Отлично! Что ж, эмм... Нам пожалуй лучше вернуться к своим делам и... Ну, ты понимаешь.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Да, ты прав, надо ещё привести себя в порядок.<</say>>
<div class="button"><<link "Уйти" $return>><<set $eventpage to 0;$bj_per_act to 0;$deepbj_per_act to 0;$hj_per_act to 0;$hisstepbro_quest to 8;$cycle1 += 1>><</link>></div>
\<</if>>
\<<else>>
\<<if $eventpage == 1>>
\<<gif3 sex handjob $rand>>
<<say '$name' 'pic/assets/$name.png'>><i>"It seems to me that I will regret this, but... Ergh, fuck it!"</i><</say>>
\<<set $rand to random(1, 5)>>
<<if $livroompage == 1>><<gif4 sex livroom 1 $rand>><<elseif $bedroom2page == 1>><<gif4 sex bedroom 1 $rand>><<elseif $kitchenpage == 1>><<gif4 sex kitchen 1 $rand>><</if>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Oh fuck... $name... What are you doing? This is...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Don't say you didn't want this!<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>I... Oh shit... I want it but...<</say>>
<<say '$name' 'pic/assets/$name.png'>>Shut up and enjoy then.<</say>>
<div class="button"><<link [[Suck|hisstepbro_suck_event]]>><<set $eventpage to 2;$sexpose to 2>><</link>></div>
\<<elseif $eventpage == 2>>
\<<set $rand to random(1, 5);$arousal += 10;$clean -= 2>>
\<<if $corr >= 50>><<set $arousal += 10>><</if>>
\<<if $corr >= 100>><<set $arousal += 10>><</if>>
\<<if $sexenergy <= 0>><<set $eventpage to 3>><<goto "hisstepbro_suck_event">><</if>>
\<<if $sexpose == 1>>
\<<gif3 sex handjob $rand>>
\<<elseif $sexpose == 2>>
\<<if $livroompage == 1>><<gif4 sex livroom 1 $rand>><<elseif $bedroom2page == 1>><<gif4 sex bedroom 1 $rand>><<elseif $kitchenpage == 1>><<gif4 sex kitchen 1 $rand>><</if>>
\<<elseif $sexpose == 3>>
\<<if $livroompage == 1>><<gif4 sex livroom 2 $rand>><<elseif $bedroom2page == 1>><<gif4 sex bedroom 2 $rand>><<elseif $kitchenpage == 1>><<gif4 sex kitchen 2 $rand>><</if>>
\<</if>>
\<<if $sexpose == 1 && ($hj_per_act == 0 or ndef $hj_per_act)>><<if ndef $hj>><<set $hj to 1>><<else>><<set $hj += 1>><</if>><<set $hj_per_act to 1>><<elseif $sexpose == 2 && ($bj_per_act == 0 or ndef $bj_per_act)>><<if ndef $bj>><<set $bj to 1>><<else>><<set $bj += 1>><</if>><<set $bj_per_act to 1>><<elseif $sexpose == 2 && ($deepbj_per_act == 0 or ndef $deepbj_per_act)>><<if ndef $deepbj>><<set $deepbj to 1>><<else>><<set $deepbj += 1>><</if>><<set $deepbj_per_act to 1>><</if>>
<div class="meter"><center><<showmeter 'sexenergy' `$sexenergy / $maxSexenergy`>></center></div>
\<<if $arousal >= 100>>
<<set $rand to random(1, 5);$arousal to 0;$orgasm += 1>>
\<<gif3 sex orgasm $rand>>
<div class="text"><<if $sexpose == 1>>You had an orgasm while jerking $hisstepbroname's cock.<<elseif $sexpose == 2>>You orgasmed while sucking $hisstepbroname's cock.<<else>>You orgasmed while deepthroating $hisstepbroname.<</if>></div>
\<</if>>
<div class="button"><<link [[Continue|hisstepbro_suck_event]]>><<set $sexenergy -= 1>><</link>></div>
<div class="locList">
\<<if $sexpose != 1>><div class="locButton"><<link [[Handjob|hisstepbro_suck_event]]>><<set $sexpose to 1;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 2>><div class="locButton"><<link [[Blowjob|hisstepbro_suck_event]]>><<set $sexpose to 2;$sexenergy -= 1>><</link>></div><</if>>
\<<if $sexpose != 3>><div class="locButton"><<link [[Deepthroat|hisstepbro_suck_event]]>><<set $sexpose to 3;$sexenergy -= 1>><</link>></div><</if>>
\</div>
\<<elseif $eventpage == 3>>
\<<set $rand to random(1, 5);$clean -= 4>>
\<<set $cumplace to random(1, 3)>>
\<<gif4 sex cum $cumplace $rand>>
\<<if $cumplace == 1>>
<div class="button"><<link [[Swallow|hisstepbro_suck_event]]>><<set $eventpage to 4;$sexact += 1;$cuminmouth += 1;$cumswallow += 1;$sexswallow to 1>><</link>></div>
\<div class="button"><<link [[Spit out|hisstepbro_suck_event]]>><<set $eventpage to 4;$sexact += 1;$cuminmouth += 1;$cumspit += 1;$sexspit to 1>><</link>></div>
\<<elseif $cumplace == 2>>
<div class="button"><<link [[Wipe your face|hisstepbro_suck_event]]>><<set $eventpage to 4;$sexact += 1;$cumonface += 1>><</link>></div>
\<<elseif $cumplace == 3>>
<div class="button"><<link [[Wipe your boobs|hisstepbro_suck_event]]>><<set $eventpage to 4;$sexact += 1;$cumonboobs += 1>><</link>></div>
\<</if>>
\<<elseif $eventpage == 4>>
\<<gif4 sex cum $cumplace $rand>>
\<<if $corr < 75 && ($livroompage != 0 or $kitchenroompage != 0)>>
<div class="button"><font color=red>Corruption + 1</font></div>
\<<set $corr += 1>>
\<</if>>
\<<if $cumplace == 1>>
<<if $sexswallow == 1>><div class="text">You have swallowed all the sperm in your mouth and are ready to get back to your business.</div><</if>>
\<<set $sexswallow to 0>>
<<if $sexspit == 1>><div class="text">You spit all the cum out of your mouth and are ready to get back to your business.</div><</if>>
\<<set $sexspit to 0>>
\<<elseif $cumplace == 2>>
<div class="text">You wiped the cum off your face and are ready to get back to your business.</div>
\<<elseif $cumplace == 3>>
<div class="text">You've wiped the cum off your tits and are ready to get back to your business.</div>
\<</if>>
<div class="button"><<if $hisstepbro_quest == 7>><<link [[Discuss this|hisstepbro_suck_event]]>><<set $eventpage to 5;$bj_per_act to 0;$deepbj_per_act to 0;$hj_per_act to 0>><</link>><<else>><<link "Leave" $return>><<set $eventpage to 0;$bj_per_act to 0;$deepbj_per_act to 0;$hj_per_act to 0;$cycle1 += 1>><</link>><</if>></div>
\<<elseif $eventpage == 5>>
\<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>$name, that was... Oh, fuck, $name! What was it?<</say>>
<<say '$name' 'pic/assets/$name.png'>>What?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>What do you mean - what? You sucked me off, that's what!<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yeah, I know... But what's the panic about? Didn't you want this?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, i wanted it but... What about my $hisstepbro?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, I know it's wrong for him, but you're not going to tell him anything, are you?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Of course not! Damn... I'm glad it happened, but... Why did you do it?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well, I... I don't know... I've jerked you off so many times, so I thought - why not?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Well, you're right, but... Damn, I can't believe this happened and although I feel guilty towards $husbname, I'm still glad that now you can not only jerk me off and... Well... We can do it again, right?<</say>>
<<say '$name' 'pic/assets/$name.png'>>Well... Yeah, why not?<</say>>
<<say '$hisstepbroname' 'pic/assets/$hisstepbroname.png'>>Great! Well, um... We'd better get back to our business and... Well, you know.<</say>>
<<say '$name' 'pic/assets/$name.png'>>Yes, you're right, I still need to get myself in order.<</say>>
<div class="button"><<link "Leave" $return>><<set $eventpage to 0;$bj_per_act to 0;$deepbj_per_act to 0;$hj_per_act to 0;$hisstepbro_quest to 8;$cycle1 += 1>><</link>></div>
\<</if>>
\<</if>>
@@