JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<<nobr>> <<if $not_1_angel_t !=1>> <<goto Notification_1>> <</if>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Hallway</span><br> <<Who_is_here>> <br><<Check_Room_Type $items_hallway_room "Hallway">> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> /*[img["img/chechik.jpg"][Passage_1]] */ </div> </div> </div> <br> <br> <div class="container"> <div class="up"> <div class="image-container_1" id="left_img"> <div class="text" id="Your_room">Your room</div> </div> <div class="image-container_2 mom_room" id="center_img_1"> /*<img class="person_guide" src="img/Mom/mom_face.jpg">*/ <div class="text" id="Mom_room">Mom's room</div> </div> <div class="image-container_3 veronica_room" id="center_img_1"> <div class="text" id="Veronica_room">Veronica's room</div> </div> <div class="image-container_4 adriana_room" id="center_img_1"> <div class="text" id="Adriana_room">Adriana's room</div> </div> <div class="image-container second_floor" id="right_img_1"> <div class="text" id="Second_floor">Second floor</div> </div> </div> <div class="down"> <div class="image-container backyard" id="left_img"> <<if $backyard_purchase2 !=1>> [img["img/backyard1.webp"][Backyard]] <<elseif $backyard_purchase2 ==1>> [img["img/backyard2.webp"][Backyard]] <</if>> <div class="text" id="Backyard">Backyard</div> </div> <div class="image-container_5 bathroom" id="center_img_1"> <div class="text" id="Bathroom">Bathroom</div> </div> <div class="image-container_6 kitchen" id="center_img_1"> <div class="text" id="Kitchen">Kitchen</div> </div> <div class="image-container_7 living_room" id="center_img_1"> <div class="text" id="Living_room">Living room</div> </div> <div class="image-container" id="right_img"> [img["img/outside.jpg"][Outside_out]] <div class="text" id="Outside">Outside</div> </div> </div> </div> <br> <<if $items_your_room[2].quantity ==0>> <<RandomImageOnlyJpgContainer 4 4 "Your_room/your_room" "image-container_1">> <<else>> <<if $items_your_room[0].quantity ==1>> <<RandomImageOnlyJpgContainer 1 1 "Your_room/your_room" "image-container_1">> <<elseif $items_your_room[1].quantity ==1>> <<RandomImageOnlyJpgContainer 2 2 "Your_room/your_room" "image-container_1">> <<elseif $items_your_room[2].quantity ==1>> <<RandomImageOnlyJpgContainer 3 3 "Your_room/your_room" "image-container_1">> <</if>> <</if>> <<if $items_mom_room[0].quantity ==1>> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/mom_room" "image-container_2">> <<elseif $items_mom_room[1].quantity ==1>> <<RandomImageOnlyJpgContainer 2 2 "Mom_room/mom_room" "image-container_2">> <<elseif $items_mom_room[2].quantity ==1>> <<RandomImageOnlyJpgContainer 3 3 "Mom_room/mom_room" "image-container_2">> <</if>> <<if $items_veronica_room[0].quantity ==1>> <<RandomImageOnlyJpgContainer 1 1 "Veronica_room/veronica_room" "image-container_3">> <<elseif $items_veronica_room[1].quantity ==1>> <<RandomImageOnlyWebp1 2 2 "Veronica_room/veronica_room" "image-container_3">> <<elseif $items_veronica_room[2].quantity ==1>> <<RandomImageOnlyJpgContainer 3 3 "Veronica_room/veronica_room" "image-container_3">> <</if>> <<if $items_adriana_room[0].quantity ==1>> <<RandomImageOnlyWebp1 2 2 "Adriana/bed" "image-container_4">> <<elseif $items_adriana_room[1].quantity ==1>> <<RandomImageOnlyWebp1 3 3 "Adriana_room/bed" "image-container_4">> <<elseif $items_adriana_room[2].quantity ==1>> <<RandomImageOnlyJpgContainer 3 3 "Adriana_room/adriana_room" "image-container_4">> <</if>> <<if $items_bathroom_room[0].quantity ==1>> <<RandomImageOnlyJpgContainer 1 1 "Bathroom/bathroom_room" "image-container_5">> <<elseif $items_bathroom_room[1].quantity ==1>> <<RandomImageOnlyJpgContainer 2 2 "Bathroom/bathroom_room" "image-container_5">> <<elseif $items_bathroom_room[2].quantity ==1>> <<RandomImageOnlyWebp1 3 3 "Bathroom/bathroom_room" "image-container_5">> <</if>> <<if $items_kitchen_room[0].quantity ==1>> <<RandomImageOnlyWebp1Container 2 2 "Kitchen/kitchen" "image-container_6">> <<elseif $items_kitchen_room[1].quantity ==1>> <<RandomImageOnlyWebp1Container 1 1 "Kitchen/kitchen" "image-container_6">> <</if>> <<if $items_living_room[0].quantity ==1>> <<RandomImageOnlyWebp1Container 1 1 "Living_room/living_room" "image-container_7">> <<elseif $items_living_room[1].quantity ==1>> <<RandomImageOnlyWebp1Container 2 2 "Living_room/living_room" "image-container_7">> <<elseif $items_living_room[2].quantity ==1>> <<RandomImageOnlyWebp1Container 3 3 "Living_room/living_room" "image-container_7">> <</if>> <<if $items_hallway_room[0].quantity ==1>> <<RandomImageOnlyJpgContainer 1 1 "Hallway/hallway" "cell_center">> <<elseif $items_hallway_room[1].quantity ==1>> <<RandomImageOnlyJpgContainer 2 2 "Hallway/hallway" "cell_center">> <<elseif $items_hallway_room[2].quantity ==1>> <<RandomImageOnlyJpgContainer 3 3 "Hallway/hallway" "cell_center">> <</if>> <<if $second_floor_house !=1>> <<ClickContainerByClass "second_floor" "Second_floor_upgrade">><</ClickContainerByClass>> <<RandomImageOnlyWebp1 1 1 "ladder" "second_floor">> <<ClickContainerById "Second_floor" "Second_floor_upgrade">><</ClickContainerById>> <<elseif $second_floor_house==1>> <<RandomImageOnlyWebp1 1 1 "ladder" "second_floor">> <<ClickContainerByClass "second_floor" "Second_floor">><</ClickContainerByClass>> <<ClickContainerById "Second_floor" "Second_floor">><</ClickContainerById>> <</if>> <<for _i to 1; _i <= 9; _i++>> <<if _i ==1>> <<Week_Mom_room>> <<if $condition == 1>> <<RandomImageOnlyJpgContainer_persons 1 1 "Mom/mom_face" "mom_room">> <</if>> <</if>> <<if _i == 2>> <<Week_bathroom>> <<if $condition == 1>> <<RandomImageOnlyJpgContainer_persons 1 1 "Mom/mom_face" "bathroom">> <<elseif $condition ==2>> <<RandomImageOnlyJpgContainer_persons 1 2 "Adriana/adriana_face" "bathroom">> <<elseif $condition == 3>> <<RandomImageOnlyJpgContainer_persons 1 1 "Veronica/Veronica_face" "bathroom">> <<elseif $condition == 24>> <<RandomImageOnlyJpgContainer_persons 1 1 "Foxie/Foxie" "bathroom">> <</if>> <</if>> <<if _i == 3>> <<Week_Adriana_room>> <<if $condition == 2>> <<RandomImageOnlyJpgContainer_persons 2 2 "Adriana/adriana_face" "adriana_room">> <</if>> <</if>> <<if _i == 4>> <<Week_Veronica_room>> <<if $condition == 3>> <<RandomImageOnlyJpgContainer_persons 1 1 "Veronica/Veronica_face" "veronica_room">> <</if>> <</if>> <<if _i == 5>> <<Week_kitchen>> <<if $condition == 1>> <<RandomImageOnlyJpgContainer_persons 1 1 "Mom/mom_face" "kitchen">> <</if>> <<if $condition == 2>> <<RandomImageOnlyJpgContainer_persons 1 2 "Adriana/adriana_face" "kitchen">> <</if>> <<if $condition == 3>> <<RandomImageOnlyJpgContainer_persons 1 1 "Veronica/Veronica_face" "kitchen">> <</if>> <<if $condition == 24>> <<RandomImageOnlyJpgContainer_persons 1 1 "Foxie/Foxie" "kitchen">> <</if>> <</if>> <<if _i == 6>> <<Week_living_room>> <<if $condition == 1>> <<RandomImageOnlyJpgContainer_persons 1 1 "Mom/mom_face" "living_room">> <</if>> <<if $condition == 2>> <<RandomImageOnlyJpgContainer_persons 1 2 "Adriana/adriana_face" "living_room">> <</if>> <<if $condition == 3>> <<RandomImageOnlyJpgContainer_persons 1 1 "Veronica/Veronica_face" "living_room">> <</if>> <</if>> <<if _i == 7>> <<Week_Your_room>> <<if $condition == 1>> <<RandomImageOnlyJpgContainer_persons 1 1 "Mom/mom_face" "image-container_1">> <</if>> <</if>> <<if _i == 8 && $backyard_purchase1 ==1>> <<Week_backyard>> <<if $condition == 1>> <<RandomImageOnlyJpgContainer_persons 1 1 "Mom/mom_face" "backyard">> <</if>> <<if $condition == 3>> <<RandomImageOnlyJpgContainer_persons 1 1 "Veronica/Veronica_face" "backyard">> <</if>> <<if $condition == 2>> <<RandomImageOnlyJpgContainer_persons 1 2 "Adriana/adriana_face" "backyard">> <</if>> <</if>> <<if _i == 9 && $second_floor_house ==1>> <<for _j to 1; _j <= 1; _j++>> <<if _j ==1>> <<Week_Foxie_room>> <<if $condition ==24>> <<RandomImageOnlyJpgContainer_persons 1 1 "Foxie/Foxie" "second_floor">> <</if>> <</if>> <</for>> <</if>> <</for>> <<Week_Hallway>> <<set $ui_bar =0>> <<if $ui_bar == 0>> <<script>> var uiBar = document.getElementById('ui-bar'); if (uiBar) { uiBar.style.display = 'flex'; } <</script>> <</if>> <<ClickContainerByClass "image-container_1" "Your room">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_2" "Mom room">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_3" "Veronica room">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_4" "Adriana room">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_5" "Bathroom">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_6" "Kitchen">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_7" "Living room">><</ClickContainerByClass>> <<ClickContainerByClass "backyard" "Backyard">><</ClickContainerByClass>> <<set $previousPassageTitle to Story.get(State.passage).title>> <<ShowCurrentPassage>><</ShowCurrentPassage>> <<ClickContainerById "Veronica_room" "Veronica room">><</ClickContainerById>> <<ClickContainerById "Mom_room" "Mom room">><</ClickContainerById>> <<ClickContainerById "Adriana_room" "Adriana room">><</ClickContainerById>> <<ClickContainerById "Your_room" "Your room">><</ClickContainerById>> <<ClickContainerById "Outside" "Outside_out">><</ClickContainerById>> <<ClickContainerById "Living_room" "Living room">><</ClickContainerById>> <<ClickContainerById "Kitchen" "Kitchen">><</ClickContainerById>> <<ClickContainerById "Bathroom" "Bathroom">><</ClickContainerById>> <<ClickContainerById "Backyard" "Backyard">><</ClickContainerById>> <</nobr>>
<<set $name_person to "John">> <<set $number to 2>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica", "Sophie", "Telari", "Megan", "Foxie", "Lana", "Isabel", "Abella", "Erik", "Lisa", "Richelle", "Cali", "Alix", "Bellucci", "Gia", "Cherry", "Grays", "Lilith", "Vanessa"]>> <<set $day_time to 1>> <<set $condition to 0>> <<set $maxenergy to 6>> <<set $money to 0>> <<set $status to 0>> <<set $day to 1>> <<set $day_week to 0>> <<set $level_local_shop_1 = 0>> <<set $key_version4 =0>> <<set $sum_whore_profit to 0>> <<set $item1 = { name: "standart_subscription", price: 100, description: "porno subscription", quantity: 1 }>> <<set $soundState to "muted">> /*//////////////////////////////// ITEMS SINCE 0.4 V ////////////////////////////////////*/ <<set $lube = 0>> /*//////////////////////////////// ITEMS SINCE 0.4 V ////////////////////////////////////*/ <<set $event_flags = [ {name: "waiter_1", quantity: 0}, {name: "tutor", quantity: 0}, {name: "waiter_3", quantity: 0}, {name: "waiter_4", quantity: 0} ]>> <<set $items_your_room = [ {name: "bed_1", quantity: 1}, {name: "bed_2", quantity: 1}, {name: "bed_3", quantity: 1}, ]>> <<set $items_mom_room = [ {name: "room_1", quantity: 1}, {name: "room_2", quantity: 1}, {name: "room_3", quantity: 1} ]>> <<set $items_living_room = [ {name: "room_1", quantity: 1}, {name: "room_2", quantity: 1}, {name: "room_3", quantity: 1} ]>> <<set $items_kitchen_room = [ {name: "room_1", quantity: 1}, {name: "room_2", quantity: 1} ]>> <<set $items_adriana_room = [ {name: "room_1", quantity: 1}, {name: "room_2", quantity: 1}, {name: "room_3", quantity: 1} ]>> <<set $items_veronica_room = [ {name: "room_1", quantity: 1}, {name: "room_2", quantity: 1}, {name: "room_3", quantity: 1} ]>> <<set $items_bathroom_room = [ {name: "room_1", quantity: 1}, {name: "room_2", quantity: 1}, {name: "room_3", quantity: 1} ]>> <<set $items_hallway_room = [ {name: "room_1", quantity: 1}, {name: "room_2", quantity: 1}, {name: "room_3", quantity: 1} ]>> <<set $items_panties = [ {name: "mom_panties_1", quantity: 300}, {name: "adriana_panties_1", quantity: 300}, {name: "veronica_panties_1", quantity: 300} ]>> <<set $items_beach = [ {name: "beach_panties_1", quantity: 100}, {name: "beach_bras_1", quantity: 100}, ]>> <<set $items_owing_beach = [ {name: "owing_beach_panties_1", quantity: 0}, {name: "owing_beach_bras_1", quantity: 0}, ]>> <<set $items_owing_veronica = [ {name: "owing_veronica_panties_1", quantity: 0}, {name: "owing_veronica_bras_1", quantity: 0}, ]>> <<set $items_owing_adriana = [ {name: "owing_adriana_panties_1", quantity: 0}, {name: "owing_adriana_bras_1", quantity: 0}, ]>> <<set $items_owing_mom = [ {name: "owing_mom_panties_1", quantity: 0}, {name: "owing_mom_bras_1", quantity: 0}, ]>> <<set $items_bras= [ {name: "mom_bras_1", quantity: 1}, {name: "adriana_bras_1", quantity: 1}, {name: "veronica_bras_1", quantity: 1} ]>> <<set $items_gifts= [ {name: "chocolate_1", quantity: 0}, {name: "flower_1", quantity: 0}, {name: "makeup_1", quantity: 0}, {name: "makeup_2", quantity: 0}, {name: "wine 4", quantity: 0}, {name: "milk 5", quantity: 0}, {name: "baw 6l", quantity: 0}, {name: "book 7", quantity: 0} ]>> <<set $items_local_shop= [ {name: "chocolate_1", quantity: 3000}, {name: "flower_1", quantity: 3000}, {name: "makeup_1", quantity: 3000}, {name: "makeup_2", quantity: 3000}, {name: "wine", quantity: 3000}, {name: "milk 5", quantity: 3000}, {name: "bawl 6", quantity: 3000} ]>> <<set $event_flags_kagney = [ {name: "staff_room_peek_kagney", quantity: 0}, {name: "toilet_dick_kagney", quantity: 0}, ]>> <<set $event_choose_models= [ {name: "model1", quantity: 1}, {name: "model2", quantity: 1}, {name: "model3", quantity: 1}, {name: "model4", quantity: 1}, {name: "model5", quantity: 1}, {name: "model6", quantity: 1}, {name: "model7", quantity: 1}, {name: "model8", quantity: 1}, {name: "model9", quantity: 1}, {name: "model10", quantity: 1} ]>> <<set $relation_models = [0,0,0,0]>> <<set $prog_skill to 0>> <<set $business_skill to 0>> <<set $spanish_skill to 0>> <<set $job_1 to 0>> <<set $job_1_flag to 1>> <<set $flag_clean_up to 1>> <<set $do_site to 0>> <<set $russian_language = 0>> <<set $energy to 6>> <<set $relationship to [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ,0 ,0 ,0 ,0 ,0, 0, 0, 0 ,0, 0, 0 ,0 ,0 ,0 ,0 ]>> <<set $obedience to [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ,0 ,0 ,0 ,0 ,0, 0, 0, 0 ,0, 0, 0 ,0 ,0 ,0 ,0 ]>> <<set $corruption to [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ,0 ,0 ,0 ,0 ,0, 0, 0, 0 ,0, 0, 0 ,0 ,0 ,0 ,0 ]>> <<set $temptation to ["Low","Moderate","High","Very High"]>> <<set $fitness to 0>> <<set $charm to 0>> <<set $mind to 0>> <<set $sigma_person to 0>> <<set $arousal_person to 0>> <<set $arousal_person_max to 6>> <<set $arousal_face to 0>> <<set $arousal_face2 to 0>> <<set $next to 0>> <<set $tease_mom_night= [ {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0} ]>> <<set $profit1 = 0>> <<set $profit2 = 0>> <<set $profit3 = 0>> <<set $profit4 = 0>> <<set $profit5 = 0>> /*////////////////////////////////////////////////// List of events - Person ///////////////////////////////////////////////// */ <<set $event_person = [ {name: "first_class", quantity: 0}, {name: "talk_1", quantity: 0}, {name: "relationship_10", quantity: 0}, {name: "talk_2", quantity: 0}, {name: "figure_out", quantity: 0}, {name: "talk_about_scenes", quantity: 0}, {name: "buy_black_body", quantity: 0}, {name: "room_2", quantity: 0}, {name: "room_3", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - MOM ///////////////////////////////////////////////// */ <<set $cought_living_room_mom = 0>> <<set $event_mom = [ {name: "0 talk_mom_her_room", quantity: 0}, {name: "1 talk_mom_living_room", quantity: 0}, {name: "2 bath_level1_upgrade", quantity: 0}, {name: "3 your_room_level1_upgrade", quantity: 0}, {name: "4 help_mom_kitchen_relationship", quantity: 0}, {name: "5 mom_room_level1_upgrade", quantity: 0}, {name: "6 living_room_level1_upgrade", quantity: 0}, {name: "7 room_2", quantity: 0}, {name: "8 mom_peek_you_20-30 ", quantity: 0}, {name: "9 mom_peek_you_30-40 ", quantity: 0}, {name: "10 temptation_living_room ", quantity: 0}, {name: "11 ", quantity: 0}, {name: "12 ", quantity: 0}, {name: "13 mom_in_your_room", quantity: 0}, {name: "14 tempt kitchen", quantity: 0}, {name: "15 jerk_off_living_room", quantity: 0}, {name: "16 Talk_mom_her_room_about_her_work", quantity: 0}, {name: "17 Visit_mom_at_work", quantity: 0}, {name: "18 Talk_living_room_about_backyard", quantity: 0}, {name: "19 Need_buy_backyard", quantity: 0}, {name: "20 Mom_catch_porno_watch", quantity: 0}, {name: "21 ", quantity: 0}, {name: "22 ", quantity: 0}, {name: "23 ", quantity: 0}, {name: "24 ", quantity: 0}, {name: "25 ", quantity: 0}, {name: "26 ", quantity: 0}, {name: "27 ", quantity: 0}, {name: "28 ", quantity: 0}, {name: "29 ", quantity: 0}, {name: "30 ", quantity: 0}, {name: "31 ", quantity: 0}, {name: "32 ", quantity: 0}, {name: "33 ", quantity: 0}, {name: "34 ", quantity: 0}, {name: "35 ", quantity: 0}, {name: "36 ", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - ADRIANA ///////////////////////////////////////////////// */ <<set $event_adriana = [ {name: "0 no_events", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - VERONICA ///////////////////////////////////////////////// */ /* <<set $event_veronica = [ {name: "0 no_events", quantity: 0}, {name: "1", quantity: 0}, {name: "2 no_events", quantity: 0}, {name: "3", quantity: 0}, {name: "4 no_events", quantity: 0}, {name: "5", quantity: 0}, {name: "6 no_events", quantity: 0}, {name: "7", quantity: 0}, {name: "8 no_events", quantity: 0}, {name: "9", quantity: 0}, {name: "10 no_events", quantity: 0}, {name: "11", quantity: 0}, {name: "12 no_events", quantity: 0}, {name: "13", quantity: 0}, {name: "14 no_events", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17 no_events", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0}, {name: "20 no_events", quantity: 0}, {name: "21", quantity: 0}, {name: "22 no_events", quantity: 0}, {name: "23", quantity: 0} ]>> */ <<set $event_veronica = [ {name: "0 no_events", quantity: 0}, {name: "1", quantity: 0}, {name: "2 no_events", quantity: 0}, {name: "3", quantity: 0}, {name: "4 no_events", quantity: 0}, {name: "5", quantity: 0}, {name: "6 no_events", quantity: 0}, {name: "7", quantity: 0}, {name: "8 no_events", quantity: 0}, {name: "9", quantity: 0}, {name: "10 no_events", quantity: 0}, {name: "11", quantity: 0}, {name: "12 no_events", quantity: 0}, {name: "13", quantity: 0}, {name: "14 no_events", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17 no_events", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0}, {name: "20 no_events", quantity: 0}, {name: "21", quantity: 0}, {name: "22 no_events", quantity: 0}, {name: "23", quantity: 0}, {name: "24", quantity: 0}, {name: "25", quantity: 0}, {name: "26", quantity: 0}, {name: "27", quantity: 0}, {name: "28", quantity: 0}, {name: "29", quantity: 0}, {name: "30", quantity: 0}, {name: "31", quantity: 0}, {name: "32", quantity: 0}, {name: "33", quantity: 0}, {name: "34", quantity: 0}, {name: "35", quantity: 0}, {name: "36", quantity: 0}, {name: "37", quantity: 0}, {name: "38", quantity: 0}, {name: "39", quantity: 0}, {name: "40", quantity: 0}, {name: "41", quantity: 0}, {name: "42", quantity: 0}, {name: "43", quantity: 0}, {name: "44", quantity: 0}, {name: "45", quantity: 0}, {name: "46", quantity: 0}, {name: "47", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - Kagney ///////////////////////////////////////////////// */ <<set $kagney_cloching1 =0>> <<set $kagney_cloching2 =0>> <<set $sum_from_photos = 0>> <<set $profit_photo_kagney1 = 0>> <<set $profit_photo_kagney2 = 0>> <<set $profit_photo_kagney3 = 0>> <<set $profit_photo_kagney4 = 0>> <<set $profit_photo_kagney5 = 0>> <<set $profit_photo_kagney6 = 0>> <<set $event_kagney = [ {name: "0 intro_cafe", quantity: 0}, {name: "1 figure_out_about_here", quantity: 0}, {name: "2 staff_room_peek", quantity: 0}, {name: "3 purchase_studio", quantity: 0}, {name: "4 check_restroom", quantity: 0}, {name: "5 talk_about_scenes", quantity: 0}, {name: "6 photoshoo1", quantity: 0}, {name: "7 black_bodysuit_buy_third_photoshoot", quantity: 0}, {name: "8 photoshoot2", quantity: 0}, {name: "9 upload_first_set", quantity: 0}, {name: "10 upload_second_set", quantity: 0}, {name: "11 upload_third_set", quantity: 0}, {name: "12 schoolgirl_suit_buy_fourth_photoshoot", quantity: 0}, {name: "13 upload_fourth_set", quantity: 0}, {name: "14 visit_kagney_home", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - Vain ///////////////////////////////////////////////// */ <<set $event_vain = [ {name: "0 first_class", quantity: 0}, {name: "1 talk_1", quantity: 0}, {name: "2 relationship_10", quantity: 0}, {name: "3 talk_2", quantity: 0}, {name: "4 figure_out", quantity: 0}, {name: "5 talk_about_scenes", quantity: 0}, {name: "6 buy_black_body", quantity: 0}, {name: "7 room_2", quantity: 0}, {name: "8 room_3", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - Francesca ///////////////////////////////////////////////// */ <<set $event_francesca = [ {name: "0 first_class", quantity: 0}, {name: "1 talk_1", quantity: 0}, {name: "2 relationship_10", quantity: 0}, {name: "3 talk_2", quantity: 0}, {name: "4 figure_out", quantity: 0}, {name: "5 talk_about_scenes", quantity: 0}, {name: "6 buy_black_body", quantity: 0}, {name: "7 room_2", quantity: 0}, {name: "8 room_3", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - Kerry ///////////////////////////////////////////////// */ <<set $profit_local_shop1 =0>> <<set $profit_local_shop2 =0>> <<set $event_kerry = [ {name: "talk_1", quantity: 0}, {name: "purchase_shop", quantity: 0}, {name: "NONE", quantity: 0}, {name: "talk_2", quantity: 0}, {name: "wait_replacement", quantity: 0}, {name: "improve_shop_level1", quantity: 0}, {name: "obedience_relationship", quantity: 0}, {name: "room_2", quantity: 0}, {name: "room_3", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - Carmel ///////////////////////////////////////////////// */ <<set $event_carmel = [ {name: "obedience_relationship", quantity: 0}, {name: "scene_in_shop_1", quantity: 0}, {name: "relationship_10", quantity: 0}, {name: "talk_2", quantity: 0}, {name: "figure_out", quantity: 0}, {name: "talk_about_scenes", quantity: 0}, {name: "buy_black_body", quantity: 0}, {name: "room_2", quantity: 0}, {name: "room_3", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////// List of events - Anissa ///////////////////////////////////////////////// */ <<set $event_anissa = [ {name: "obedience_relationship", quantity: 0}, {name: "scene_in_shop_1", quantity: 0}, {name: "relationship_10", quantity: 0}, {name: "talk_2", quantity: 0}, {name: "figure_out", quantity: 0}, {name: "talk_about_scenes", quantity: 0}, {name: "buy_black_body", quantity: 0}, {name: "room_2", quantity: 0}, {name: "room_3", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ List of events - Puffi ///////////////////////////////////////////////// */ <<set $event_puffi = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ List of events - Sophie ///////////////////////////////////////////////// */ <<set $event_sophie = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ List of events - Angelica ///////////////////////////////////////////////// */ <<set $event_angelica = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ List of events - Telari ///////////////////////////////////////////////// */ <<set $event_telari = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ List of events - Foxie 24 ///////////////////////////////////////////////// */ <<set $event_foxie = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ List of events - Lana-25 ///////////////////////////////////////////////// */ <<set $event_lana = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ List of events - Isabel-26 ///////////////////////////////////////////////// */ <<set $event_isabel = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ /*/////////////////////////////// TINDER /////////////////////////////////////////*/ <<set $obedience_tinder to [0, 0, 0, 0, 0, 0, 0, 0, 0]>> /*/////////////////////////// NEW VARS TO V0.5 //////////////////////////*/ <<set $meet_lana =0>> <<set $person_health = 5>> <<set $male_suit3_con = 0>> <<set $female_foxie_maid =0>> <<set $meet_with_isabel_night_club1 =0>> <<set $dildo =0>> <<set $anal_plug =0>> <<set $trainability = 0>> <<set $dumbbells =0>> <<set $adriana_take_drug1 =0>> <<set $arousal_pills =0>> <<set $your_room_level =0>> <<set $adriana_room_level =0>> <<set $veronica_room_level =0>> <<set $mom_room_level =0>> <<set $bathroom_level =0>> <<set $kitchen_level =0>> <<set $living_room_level =0>> <<set $hallway_level = 0>> <<set $adriana_caught1 = 0>> <<set $drug1 =0>> <<set $funny_thing_adriana = 0>> <<set $arousal_pills =0>> /*//////////////////////////////////////////////////////////////////////*/ /*/////////////////////////// NEW VARS TO V0.6 //////////////////////////*/ <<set $previousNode to "Hallway">> <<set $cheats_mom = 0>> <<set $obedience_book1 =0>> <<set $corruption_book1 =0>> <<set $male_suit2_con = 0>> <<set $drill1 =0>> <<set $mom_backyard_corrupted_massage =0>> <<set $talk_mom_help_office = 0>> /*/////////////////////////// NEW VARS TO V0.7 //////////////////////////*/ <<set $arousal_face_max =0>> <<cacheaudio "Kick1" "aud/Sounds/Kick1.mp3">> <<set $duration1 = 0>> <<set $veronica_vibrator1 =0>> <<set $veronica_laptop1 = 0>> <<set $veronica_laptop1_hack =0>> <<set $combat_skill = 0>> <<set $default_attack = 1>> <<set $vain_class_attend = 0>> <<set $path_with_vain = 0>> <<set $vanessa_not_this_story = 0>> List of events - Lilith-37 ///////////////////////////////////////////////// */ <<set $event_lilith = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ List of Achievements ///////////////////////////////////////////////// */ <<set $event_achievements = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> /*////////////////////////////////////////////////////////////////////////*/ <<set $omega = 2726345381511337>> <<set $beta = 6882056584321503000>> <<set $alpha = 131934305388892520000>> <<set $sigma = 179910416439398920000>> <<set $perk1 = 0>> <<set $perk2 = 0>> <<set $perk3 = 0>> <<set $perk4 = 0>> <<set $perk5 = 0>>
<span id="currentPassage"></span> <<script>> $(document).ready(function() { var currentPassage = Story.get(State.passage).title; $("#currentPassage").text(currentPassage); }); <</script>> [[Hallway]]
<<nobr>> <<if $not_3_angel !=1>> <<goto Notification_3>> <</if>> <<Week_Mom_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Mom room</span><br> <<Who_is_here>> <br>Mom <<Check_Room_Type_smb_have $items_mom_room "room">> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <<if $condition == 0>> <<if $day_time <=5>> <<Text "Mom is out of her room">> /*------------------- LEVEL 0 MOM ROOM -----------------------*/ <<if $items_mom_room[0].quantity == 1>> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/mom_room" "cell_center">> <br><<Yellow "You need impove Mom's room">> /*------------------------END level 0 mom room ------------------------*/ /*////////////////////////////////////////////////////////////////////////*/ /*------------------- LEVEL 1 MOM ROOM -----------------------*/ <<elseif $items_mom_room[0].quantity == 0 && $items_mom_room[1].quantity == 1>> <<RandomImageOnlyJpgContainer 2 2 "Mom_room/mom_room" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Search_room_mr">Search room </div> <<if $mom_laptop_hacked !=1>> <div id="Laptop_mr"> laptop </div> <</if>> </div> </div> <</if>> /*------------------------END level 1 mom room ------------------------*/ /*////////////////////////////////////////////////////////////////////////*/ <</if>> <</if>> /*///////////////// MOM HERE MORNING AND NIGHT ///////////////////////////*/ <<if $condition == 1>> /*------------- MOM HERE MORNING -------------------------------*/ <<if $day_time ==1>> <<InsertText_Size_animated "Mom is in her room">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_morning_mr">Peek </div> <div id="Enter_room_morning_mr"> Enter the room </div> </div> </div> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/door" "cell_center">> <</if>> /*-------------------- END MOM HERE MORNING ------------------------------*/ /*------------- MOM HERE NIGHT ------------------------------*/ <<if $day_time ==5>> /*---------------- IMPROVED ROOM-------------------------------*/ <<if $items_mom_room[0].quantity == 1>> <<InsertText_Size_animated "The door is closed">> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/door" "cell_center">> <<else>> /*------------------- EVENT AND NIGHT----------------------------------*/ <<if $day_week ==5 || $day_week ==6>> <<InsertText_Size_animated "Something happens here...">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_mom_night_weekends">Peek Mom </div> </div> </div> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/door" "cell_center">> <<else>> <<InsertText_Size_animated "Mom sleeps">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Tease_mom_mr">Tease Mom </div> </div> </div> <<RandomImageOnlyJpgContainer 5 6 "Mom_room/mom_sleep" "cell_center">> <</if>> /*--------------------------- END EVENT AND NIGHT--------------------------*/ <</if>> /*--------------------------- END MOM HERE NIGHT-------------------------------*/ <</if>> /*--------------------------- END IMPROVED ROOM ------------------------*/ <</if>> /*------------------ END MOM HERE MORNING AND NIGHT -------------------*/ /*/////////////////// END MOM HERE MORNING AND NIGHT ///////////////////*/ <<if $condition == 1>> <<if $day_time >=2 && $day_time <5 >> <<Text "Mom is resting on her bed, looking weary">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_mr">Talk</div> <<if $items_mom_room[0].quantity == 1>> <<else>> <div id="Give_gift_mr"> Give a gift</div> <</if>> </div> </div> <<if $items_mom_room[0].quantity == 1>> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/mom_in_room" "cell_center">> <<else>> <<RandomImageOnlyJpgContainer 3 11 "Mom_room/mom_in_room" "cell_center">> <</if>> <</if>> <</if>> <<Back1 "Hallway">> <<ClickContainerById "Peek_mom_night_weekends" "Peek_mom_night_weekends">><</ClickContainerById>> <<ClickContainerById "Search_room_mr" "Search_room_mr">><</ClickContainerById>> <<ClickContainerById "Laptop_mr" "Laptop_mr">><</ClickContainerById>> <<ClickContainerById "Use_items_mr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Tease_mom_mr" "Tease_mom_sleep_night">><</ClickContainerById>> <<ClickContainerById "Sleep_with_mom_mr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Peek_morning_mr" "Peek_morning_mr">><</ClickContainerById>> <<ClickContainerById "Knock_morning_mr" "Knock_morning_mr">><</ClickContainerById>> <<ClickContainerById "Enter_room_morning_mr" "Enter_room_morning_mr">><</ClickContainerById>> <<ClickContainerById "Talk_mr" "Talk_mr">><</ClickContainerById>> <<ClickContainerById "Give_gift_mr" "Give_gift_mr">><</ClickContainerById>> <<ClickContainerById "Action_mr" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_Veronica_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Veronica room</span><br> <<Who_is_here>> <br>Veronica <<Check_Room_Type_smb_have $items_veronica_room "room">> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> /*----------------- NO VERONICA -----------------------*/ <<if $condition == 0>> <<if $day_time <=5 >> <<Text "Veronica is missing from her room">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Search_room_vr">Search room </div> <<if $items_veronica_room[0].quantity == 0>> <div id="Use_items_vr"> Use items </div> <</if>> </div> </div> <</if>> <<if $items_veronica_room[0].quantity == 1>> <<RandomImageOnlyJpgContainer 1 1 "Veronica_room/veronica_room" "cell_center">> <<elseif $items_veronica_room[1].quantity == 1>> <<RandomImageOnlyWebp1 2 2 "Veronica_room/veronica_room" "cell_center">> <</if>> <</if>> /*--------------- END no veronica -------------------------*/ <<if $condition == 3>> <<if $day_time ==1>> <<if $items_veronica_room[0].quantity == 1>> <<InsertText_Size_animated "The door is closed">> <<RandomImageOnlyJpg 1 1 "Veronica/door">> <<elseif $items_veronica_room[1].quantity ==1>> <div class="your_room"> <div class="cell_1_yr"> <div class="blur" id="Peek_morning_vr">Peek </div> <div class="blur" id="Enter_room_morning_vr"> Enter the room </div> </div> </div> <<if $items_veronica_room[0].quantity == 1>> <<RandomImageOnlyJpgContainer 1 1 "Veronica_room/veronica_room" "cell_center">> <<elseif $items_veronica_room[1].quantity == 1>> <<RandomImageOnlyWebp1 2 2 "Veronica_room/veronica_room" "cell_center">> <</if>> <</if>> <</if>> <</if>> /*----------------------- NIGHT --------------------------*/ <<if $condition == 3>> <<if $day_time == 5>> /*------------------ LEVEL ROOM == 0 --------------------*/ <<if $items_veronica_room[0].quantity == 1>> <<InsertText_Size_animated "The door is closed">> <<RandomImageOnlyJpg 1 1 "Veronica/door">> <<elseif $items_veronica_room[0].quantity == 0 && $items_veronica_room[1].quantity ==1>> /*------------------ LEVEL ROOM == 1 --------------------*/ <<InsertText_Size_animated "<span>Veronica is sleeping</span>">> <br> <div class="your_room"> <div class="cell_1_yr" id="veronica_sleep_container"> <div class="blur" id="Tease_veronica_vr">Tease Veronica </div> </div> </div> <<RandomImageOnlyWebp1 2 2 "Veronica_room/" "cell_center">> <</if>> <</if>> <</if>> /*------------------------- END night --------------------------*/ <<if $condition == 3>> <<if $day_time == 3 && $day_week == 1 && $event_veronica[7].quantity == 1 && $items_veronica_room[0].quantity == 0>> <<InsertText_Size_animated "The door is closed">> <<RandomImageOnlyJpg 1 1 "Veronica/door">> <br> <div class="your_room"> <div class="cell_1_yr" id="veronica_sleep_container"> <div id="Peek_veronica_riley_vr">Peek</div> </div> </div> /*------------------ DAY AND EVENING ----------------------*/ <<elseif $day_time >=2 && $day_time <5 >> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_vr">Talk</div> <div id="Give_gift_vr"> Give a gift</div> </div> </div> <<if $items_veronica_room[0].quantity ==1>> <<RandomImageOnlyWebp1 1 1 "Veronica_room/" "cell_center">> <<elseif $items_veronica_room[0].quantity ==0 && $items_veronica_room[1].quantity ==1>> <<if $gift_makeup1_veronica !=1>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 5 "Veronica_room/" "cell_center">> <<elseif $gift_makeup1_veronica ==1>> <<RandomImageOnlyWebp1 3 3 "Veronica_room/" "cell_center">> <</if>> <</if>> /*------------------ END day and evening -----------------*/ <</if>> <</if>> <<Back1 "Hallway">> <<ClickContainerById "Talk_vr" "Talk_vr">><</ClickContainerById>> <<ClickContainerById "Give_gift_vr" "Give_gift_vr">><</ClickContainerById>> <<ClickContainerById "Search_room_vr" "Search_room_vr">><</ClickContainerById>> <<ClickContainerById "Laptop_vr" "Laptop_vr">><</ClickContainerById>> <<ClickContainerById "Use_items_vr" "Use_items_vr">><</ClickContainerById>> <<ClickContainerById "Tease_veronica_vr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Masturbate_vr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Sleep_with_veronica_vr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Peek_morning_vr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Peek_veronica_riley_vr" "Peek_veronica_riley_vr">><</ClickContainerById>> <<ClickContainerById "Enter_room_morning_vr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Action_vr" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_Adriana_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Adriana room</span><br> <<Who_is_here>> <br>Adriana <<Check_Room_Type_smb_have $items_adriana_room "room">> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <<if $condition == 0>> <<if $day_time <=5>> <<InsertText_Size_animated "Adriana is not in her room">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Search_room_ar">Search room </div> <div id="Laptop_ar"> laptop </div> </div> </div> <<if $items_adriana_room[0].quantity == 1>> <<RandomImageOnlyWebp1 2 2 "Adriana/bed">> <<elseif $items_adriana_room[0].quantity == 0 && $items_adriana_room[1].quantity == 1>> <<RandomImageOnlyWebp1 3 3 "Adriana_room/bed">> <</if>> <</if>> <</if>> <<if $condition == 2>> /*-------------------------- MORNING --------------------*/ <<if $day_time ==1>> <<if $items_adriana_room[0].quantity == 1 && $items_adriana_room[1].quantity == 1>> <<InsertText_Size_animated "The door is closed">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to imroved Adrianas room'>>">> <<RandomImageOnlyWebp1 1 1 "Adriana/door">> <<elseif $items_adriana_room[0].quantity == 0 && $items_adriana_room[1].quantity == 1>> <<InsertText_Size_animated "Adriana is in her room">> <<RandomImageOnlyWebp1 1 1 "Adriana_room/door">> <</if>> <<if $items_adriana_room[0].quantity == 0 && $items_adriana_room[1].quantity == 1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_morning_ar">Peek </div> </div> </div> <</if>> <</if>> /*/////////////////////////////////////////////////////////////////*/ /*-------------------------- NIGHT --------------------*/ <<if $day_time ==5>> <<if $items_adriana_room[0].quantity == 1>> <<InsertText_Size_animated "The door is closed">> <<RandomImageOnlyWebp1 1 1 "Adriana/door">> <<elseif $items_adriana_room[1].quantity ==1>> <<InsertText_Size_animated "Adriana is sleeping sweetly">> <br> <div class="your_room"> <div class="cell_1_yr" id="adriana_sleep_container"> <div id="Tease_adriana_ar">Tease Adriana </div> </div> </div> <<RandomImageOnlyWebp1 1 2 "Adriana_room/Night/night">> <</if>> <</if>> /*/////////////////////////////////////////////////////////////////*/ <</if>> <<if $condition == 2>> /*-------------------------- DAY --------------------*/ <<if $day_time >=2 && $day_time <5 >> <<if $items_adriana_room[0].quantity == 1 && $items_adriana_room[1].quantity == 1>> <<RandomImageOnlyWebp1 5 5 "Adriana_room/Day/">> <<InsertText_Size_animated "Adriana looks a bit worn out, perhaps improving her room might lift her spirits">> <<elseif $items_adriana_room[0].quantity == 0 && $items_adriana_room[1].quantity == 1>> <<set _random_adriana_day to random(1,4)>> <<if _random_adriana_day ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Adriana_room/Day/" "cell_center" >> <<InsertText_Size_animated "Adriana is dancing in her room">> <<elseif _random_adriana_day ==2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Adriana_room/Day/" "cell_center" >> <<Text_animated_face Adriana "Hey, you scared me! I'm walking around naked here, you know">> <<elseif _random_adriana_day ==3>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Adriana_room/Day/" "cell_center">> <<InsertText_Size_animated "Adriana is talking to someone on the phone">> <<elseif _random_adriana_day ==4>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Adriana_room/Day/" "cell_center">> <<InsertText_Size_animated "Adriana is in a good mood today">> <</if>> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_ar">Talk</div> <div id="Give_gift_ar"> Give a gift</div> </div> </div> <</if>> /*/////////////////////////////////////////////////////////////////*/ <</if>> <<Back1 "Hallway">> <<ClickContainerById "Search_room_ar" "Search_room_ar">><</ClickContainerById>> <<ClickContainerById "Laptop_ar" "Laptop_ar">><</ClickContainerById>> <<ClickContainerById "Use_items_mr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Peek_morning_ar" "Peek_morning_ar">><</ClickContainerById>> <<ClickContainerById "Enter_room_morning_ar" "Enter_room_morning_ar">><</ClickContainerById>> <<ClickContainerById "Tease_adriana_ar" "Tease_adriana_ar">><</ClickContainerById>> <<ClickContainerById "Masturbate_ar" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Sleep_with_adriana_ar" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Talk_ar" "Talk_ar">><</ClickContainerById>> <<ClickContainerById "Give_gift_ar" "Give_gift_ar">><</ClickContainerById>> <<ClickContainerById "Action_ar" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_Your_room>> <<Mom_in_your_room>> <<if $not_2_angel !=1 && $money >600>> <<goto Notification_2>> <</if>> /*-------------------- VERONICA IN YR --------------------*/ <<if $day >4 && $veronica_ask_to_buy_laptop !=1>> <<goto "Veronica_in_yr">> <</if>> <<if $day_time ==1 >> <<if $event_veronica[15].quantity ==1 && $relationship[3] >=50 && $corruption[3] >=30 && $obedience[3] >=10 && $veronica_yr_bj1 !=1 >> <<goto "Veronica_in_yr2">> <</if>> <</if>> <<if $day_time ==1 >> <<if $event_veronica[18].quantity ==1 && $relationship[3] >=60 && $corruption[3] >=40 && $obedience[3] >=20 && $veronica_yr_bj2 !=1 >> <<goto "Veronica_in_yr3">> <</if>> <</if>> /*///////////////////////////// BONUS SCENE /////////////////////////////*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<if $event_veronica[19].quantity ==1 && $gift_makeup2_veronica ==1 && $day_time ==1 && $veronica_yr_bj3 !=1>> <<goto "Veronica_in_yr4">> <</if>> <</if>> /*////////////////////////////////////////////////////////////////////////////////////*/ /*------------------------------------------------------------------------------*/ /*//////// BONUS SCENE - FOXIE MAID AND PLUGGED ///////////////////////*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<if $stay_anal_plug_and_maid_suit_foxie_room1 ==1 && $day_time ==1 && $call_bonus_scene_foxie1 ==1 && $trainability >= 20 && $obedience[24] >= 20 >> <<goto "Bonus_stay_anal_plug_and_maid_suit_foxie_room">> <</if>> <</if>> /*////////////////////////////////////////////////////////////////////////////////////*/ <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Your room</span><br> <<Who_is_here>> <br> <<Check_Room_Type $items_your_room "room">> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] <<New_message>></p> </div> </div> <div class="cell_left_text_2" style="border: 0px solid; font-size: 15px;" > <span style="font-weight: bold; text-shadow: 0 0 2px #0911f3;">Your room Level</span> is $your_room_level / 3 <br> <span style="font-weight: bold; text-shadow: 0 0 2px #0911f3;">Mom's room Level</span> is $mom_room_level / 3 <br> <span style="font-weight: bold; text-shadow: 0 0 2px #0911f3;">Adriana's room Level</span> is $adriana_room_level / 3 <br> <span style="font-weight: bold; text-shadow: 0 0 2px #0911f3;">Veronica's room Level</span> is $veronica_room_level / 3<br> <span style="font-weight: bold; text-shadow: 0 0 2px #0911f3;">Living room Level</span> is $living_room_level / 3<br> <span style="font-weight: bold; text-shadow: 0 0 2px #0911f3;">Bathroom Level</span> is $bathroom_level / 3<br> <span style="font-weight: bold; text-shadow: 0 0 2px #0911f3;">Kitchen Level</span> is $kitchen_level / 2<br> <span style="font-weight: bold; text-shadow: 0 0 2px #0911f3;">Hallway Level</span> is $hallway_level / 3<br> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Computer_yr">Turn on PC </div> <div id="Masturbate_yr"> Masturbate </div> <div id="Improve_house">Improve house </div> </div> <div class="cell_2_yr"> <div id="Hacking">Hacking</div> <div id="Business">Business</div> <div id="Text_someone">Text someone</div> </div> <div class="cell_2_yr"> <div id="Clean_up"> Clean up</div> <div id="Nap"> Take a nap </div> <div id="Sleep"> Sleep </div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<ClickContainerById "Back" "Hallway">><</ClickContainerById>> <</nobr>> <<nobr>> <<if $items_your_room[0].quantity == 1>> <<RandomImageOnlyJpgContainer 1 1 "Your_room/your_room" "cell_center">> <<elseif $items_your_room[1].quantity == 1>> <<RandomImageOnlyJpgContainer 2 2 "Your_room/your_room" "cell_center">> <<elseif $items_your_room[2].quantity ==1>> <<RandomImageOnlyJpgContainer 3 3 "Your_room/your_room" "cell_center">> <<else>> <<RandomImageOnlyJpgContainer 4 4 "Your_room/your_room" "cell_center">> <</if>> <<set $previousPassageTitle to Story.get(State.passage).title>> <<ClickContainerById "Computer_yr" "Computer_yr">><</ClickContainerById>> <<ClickContainerById "Masturbate_yr" "Masturbate_yr">><</ClickContainerById>> <<ClickContainerById "Computer_yr" "Computer_yr">><</ClickContainerById>> <<ClickContainerById "Hacking" "Hacking">><</ClickContainerById>> <<ClickContainerById "Improve_house" "Improve_house">><</ClickContainerById>> <<ClickContainerById "Nap" "Nap">> <</ClickContainerById>> <<ClickContainerById "Text_someone" "Text_someone">> <</ClickContainerById>> <<ClickContainerById "Business" "Business_yr">> <</ClickContainerById>> <<ClickContainerById "Clean_up" "Clean_up">> <</ClickContainerById>> <<ClickContainerById "Sleep" "Sleep">> <</ClickContainerById>> <<texttopassage_energy "Clean_up" "Clean_up">><</texttopassage_energy>> <</nobr>>
<<nobr>> <<Week_kitchen>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Living room</span><br> <<Who_is_here>> <br><<Check_Room_Type $items_living_room "kitchen">> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <<if $condition == 0>> <<if $day_time != 5>> <div class="your_room"> <div class="cell_1_yr"> <div id="Eat_kitchen">Eat</div> </div> </div> <<else>> <<InsertText_Size_animated "There is nothing to eat">> <</if>> <<if $items_kitchen_room[0].quantity ==1>> <<RandomImageOnlyWebp1 2 2 "Kitchen/kitchen">> <<elseif $items_kitchen_room[0].quantity ==0 && $items_kitchen_room[1].quantity ==1>> <<RandomImageOnlyWebp1 1 1 "Kitchen/kitchen">> <</if>> <</if>> /*---------------------- MOM -----------------------------------*/ <<if $condition == 1>> <<set _random_1 to random(1,2)>> <<if _random_1 == 1>> <<set _random_mom_kitchen1 to random(1,2)>> <<if _random_mom_kitchen1 ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 2 "Kitchen/Mom/Simple/" "cell_center" >> <<Text "Mom is washing the dishes in the kitchen">> <<elseif _random_mom_kitchen1 ==2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 3 5 "Kitchen/Mom/Simple/" "cell_center" >> <<Text "Mom is cooking something delicious in the kitchen">> <</if>> <br> <<if _random_mom_kitchen1 ==1>> <div class="your_room"> <div class="cell_1_yr"> <div id="Help_mom_kitchen">Help</div> </div> </div> <<elseif _random_mom_kitchen1 ==2>> <div class="your_room"> <div class="cell_1_yr"> <div id="Eat_mom_kitchen">Eat together</div> </div> </div> <</if>> <<else>> <<Text "Mom’s hot behind is working hard in the kitchen">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Slap_mom_kitchen">Tease</div> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 4 "Kitchen/Mom/Corrupted/" "cell_center" >> <</if>> <</if>> /*------------------------- END MOM ------------------------------------*/ /*------------------------------- ADRIANA -----------------------------------*/ <<if $condition == 2>> <<set _random_adriana_kitchen to random (1,5)>> <<if _random_adriana_kitchen >=1 && _random_adriana_kitchen <=3>> <<InsertText_Size_animated "Adriana shamelessly put her foot on the table and is polishing her nails">> <br> <div class="your_room"> <div class="cell_1_yr" style="width: 62%;"> <div id="Point_out_adriana_kitchen">Point it out</div> <div id="Compliment_feet_adriana_kitchen">Ignore it and Compliment her feet</div> </div> <<if $arousal_pills >0 || $drug1 >0>> <div class="cell_2_yr" style="width: 62%;"> <<if $arousal_pills >0 >> <div id="Mix_arousal_pills">Mix in the arousal pills</div><</if>> <<if $drug1 >0 >><div id="Mix_funny_things">Mix in the funny thing</div><</if>> </div> <</if>> </div> <<ClickContainerById "Mix_arousal_pills" "Mix_arousal_pills">><</ClickContainerById>> <<ClickContainerById "Mix_funny_things" "Mix_funny_things">><</ClickContainerById>> <<elseif _random_adriana_kitchen >=4 >> <<InsertText_Size_animated "Adriana is wandering around in her lingerie, looking for food">> /*------------------------------ CHOICE -------------------------*/ <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Slap sis's ass</div>">> <<append "#dsfsd">> <<if _choice1 ==1 >> <<replace "#choice1">><</replace>> <<else>> <br><<Webp_between_text_random_tall_1 "Kitchen/Adriana/Slap/Slap" 1 2>> <<set _choice1 =1>> <<set $sigma_person -=0.25>> <<Not_sigma_minus 0.25>> <<timed 1000ms>> <br><<Text_animated_face Adriana "Hey, bro, your slaps on my ass just hurt and that's it">> <<set $relationship[2] -= 0.25>> <<Not_relationship_face1_minus Adriana 0.25>> <<set $day_time ++>> <</timed>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <div id="dsfsd"></div> /*---------------------------- END CHOICE ------------------------------------*/ <</if>> <<if _random_adriana_kitchen >=1 && _random_adriana_kitchen <=3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Kitchen/Adriana/v" "cell_center" >> <<elseif _random_adriana_kitchen == 4>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Kitchen/Adriana/v" "cell_center" >> <<elseif _random_adriana_kitchen == 5>> <<RandomImageOnlyWebp1 6 7 "Kitchen/Adriana/" "cell_center">> <</if>> <</if>> /*---------------------------------------------------------------------------------*/ /*------------------------------- FOXIE -----------------------------------*/ <<if $condition == 24>> <<InsertText_Size_animated "It looks like our little fox has gone on a hunt for food in the kitchen">> <br> <div class="your_room"> <div class="cell_1_yr" style="width: 62%;"> <div id="Feed_foxie_with_cokies">Feed her cookies and milk</div> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Kitchen/Foxie/" "cell_center" >> /* <<if _random_adriana_kitchen ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Kitchen/Adriana/v" "cell_center" >> <<elseif _random_adriana_kitchen == 2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Kitchen/Adriana/v" "cell_center" >> <<elseif _random_adriana_kitchen == 3>> <<RandomImageOnlyWebp1 6 7 "Kitchen/Adriana/" "cell_center">> <</if>> */ <<ClickContainerById "Feed_foxie_with_cokies" "Feed_foxie_with_cokies">><</ClickContainerById>> <</if>> /*---------------------------------------------------------------------------------*/ <<if $condition == 3>> <<InsertText_Size_animated "Veronica cleaning up in the kitchen">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Kitchen/Veronica/" "cell_center" >> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Help_veronica_kitchen">Help here</div> <div id="Tease_veronica_kitchen">Look at her ass</div> </div> </div> <</if>> <<Back1 "Hallway">> <<ClickContainerById "Slap_mom_kitchen" "Slap_mom_kitchen">><</ClickContainerById>> <<ClickContainerById "Help_mom_kitchen" "Help_mom_kitchen">><</ClickContainerById>> <<ClickContainerById "Eat_mom_kitchen" "Eat_mom_kitchen">><</ClickContainerById>> <<ClickContainerById "Point_out_adriana_kitchen" "Point_out_adriana_kitchen">><</ClickContainerById>> <<ClickContainerById "Compliment_feet_adriana_kitchen" "Compliment_feet_adriana_kitchen">><</ClickContainerById>> <<ClickContainerById "Help_adriana_kitchen" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Eat_kitchen" "Eat_kitchen">><</ClickContainerById>> <<ClickContainerById "Tease_veronica_kitchen" "Tease_veronica_kitchen">><</ClickContainerById>> <<ClickContainerById "Help_veronica_kitchen" "Help_veronica_kitchen">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_bathroom>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span id="currentPassage" style="font-weight: bold;"></span> <br> <<Who_is_here>><br> <<Check_Room_Type $items_bathroom_room "bathroom">> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <<if $condition == 0>> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_a_shower_bth">Take a shower</div> </div> </div> <<if $items_bathroom_room[0].quantity == 1 && $items_bathroom_room[1].quantity == 1>> <<RandomImageOnlyJpg 1 1 "Bathroom/bathroom_room">> <<elseif $items_bathroom_room[0].quantity == 0 && $items_bathroom_room[1].quantity == 1>> <<RandomImageOnlyJpg 2 2 "Bathroom/bathroom_room">> <<elseif $items_bathroom_room[0].quantity == 0 && $items_bathroom_room[1].quantity == 0>> <<RandomImageOnlyWebp1 3 3 "Bathroom/bathroom_room">> <</if>> <</if>> /*----------------------- MOM HERE -------------------------------------*/ <<if $condition == 1>> /*-------------------------------------------------------------------------*/ /*--------------------- BATHROOM LEVEL 0 ------------------*/ <<if $items_bathroom_room[0].quantity == 1>> <<InsertText_Size_animated "The door is closed">> <br><<Yellow "You need to improve the bathroom to peek">> <<RandomImageOnlyJpg 4 4 "Bathroom/door" "cell_center">> <<elseif $items_bathroom_room[0].quantity == 0 && $items_bathroom_room[1].quantity == 1>> /*--------------------- BATHROOM LEVEL 1 ------------------*/ <<Text "Your Mom is busy with something in the bathroom">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_mom_bth">Peek</div> <div id="Enter_mom_bth">Enter the room </div> </div> </div> <<RandomImageOnlyJpg 3 3 "Bathroom/door" "cell_center">> /*--------------------- END BATHROOM LEVEL 1 and so on ------------------*/ /*--------------------- BATHROOM LEVEL 2 ------------------*/ <<elseif $items_bathroom_room[0].quantity == 0 && $items_bathroom_room[1].quantity == 0>> /*------------ event day ---------------------------*/ <<if $day_week ==6 >> <<InsertText_Size_animated "I feel this time is a spacial day to peek...">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_mom_bth_event1">Peek</div> </div> </div> <<RandomImageOnlyJpg 3 3 "Bathroom/door" "cell_center">> <<else>> <<Text "Your mom is busy with something in the bathroom">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_mom_bth">Peek</div> <div id="Enter_mom_bth">Enter the room </div> </div> </div> <<RandomImageOnlyJpg 3 3 "Bathroom/door" "cell_center">> <</if>> /*--------------------- END BATHROOM LEVEL 2 ------------------*/ <</if>> /*----------------------- END MOM HERE -------------------------------------*/ <</if>> /*---------------------------------------------------------------------------*/ /*--------------- -------------- ADRIANA ----------- ---------------------*/ <<if $condition == 2>> <<if $adriana_take_drug1 !=1>> <<InsertText_Size_animated "Adriana is here">> <<elseif $adriana_take_drug1 ==1>> <<InsertText_Size_animated "Adriana's been in the bathroom for a while. I should take a look">> <</if>> <br> <<if $items_bathroom_room[0].quantity == 1>> <<InsertText_Size_animated "The door is closed">> <br><<InsertText_Size_animated "You need to improve the bathroom to peek">> <<RandomImageOnlyJpg 4 4 "Bathroom/door" "cell_center">> <<elseif $items_bathroom_room[1].quantity == 1 || $items_bathroom_room[2].quantity == 1>> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_adriana_bth">Peek</div> <div id="Enter_adriana_bth">Enter the room </div> </div> </div> <<RandomImageOnlyJpg 3 3 "Bathroom/door" "cell_center">> <</if>> <</if>> /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ <<if $condition == 3>> <<if $items_bathroom_room[0].quantity == 1>> <<InsertText_Size_animated "The door is closed">> <br><<Yellow "You need to improve the bathroom to peek">> <<RandomImageOnlyJpg 4 4 "Bathroom/door" "cell_center">> <<elseif $items_bathroom_room[1].quantity == 1 || $items_bathroom_room[2].quantity == 1>> <<Text "Veronica is splashing in the bathroom">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_veronica_bth">Peek</div> <div id="Enter_veronica_bth">Enter the room </div> </div> </div> <<RandomImageOnlyJpg 3 3 "Bathroom/door" "cell_center">> <</if>> <</if>> /*------------------------------ FOXIE ---------------------------------------*/ <<if $condition == 24 && $event_foxie[3].quantity ==1>> <<InsertText_Size_animated "Foxie seems to have woken up and is washing herself">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_foxie_bth">Peek</div> </div> </div> <<RandomImageOnlyJpg 3 3 "Bathroom/door" "cell_center">> <</if>> <<ClickContainerById "Peek_foxie_bth" "Peek_foxie_bth">><</ClickContainerById>> /*----------------------------------------------------------------------------------*/ <<Back1 "Hallway">> <<ClickContainerById "Peek_mom_bth_event1" "Peek_mom_bth_event1">><</ClickContainerById>> <<ClickContainerById "Take_a_shower_bth" "Take_a_shower_bth">><</ClickContainerById>> <<ClickContainerById "jerk_off_bth" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Peek_mom_bth" "Peek_mom_bth">><</ClickContainerById>> <<ClickContainerById "Enter_mom_bth" "Enter_mom_bth">><</ClickContainerById>> <<ClickContainerById "Use_items_bth" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Enter_adriana_bth" "Enter_adriana_bth">><</ClickContainerById>> <<ClickContainerById "Peek_adriana_bth" "Peek_adriana_bth">><</ClickContainerById>> <<ClickContainerById "Enter_adriana_bth1" "Enter_adriana_bth1">><</ClickContainerById>> <<ClickContainerById "Peek_veronica_bth" "Peek_veronica_bth">><</ClickContainerById>> <<ClickContainerById "Enter_veronica_bth" "Enter_veronica_bth">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> You are in <span id="currentPassage" style="font-weight: bold;"></span> <br> You dont have a new massage<br> Today Alica go to school<br> Today Jenna stay home <br> Today Kira works in cafe <br> <p class="home_return"> [[Home|Hallway]] <<back "Return">></p> </div> <div class="cell_left_text_2"> You are in <span id="currentPassage" style="font-weight: bold;"></span> <br> You dont have a new massage<br> Adriana Chechik is here <br> She want fo to study<br> </div> </div> <div class="cell_center"> <img src="img/guest_room1.jpg"> </div> <div class="cell_right"> <div class="card"> /*[img["img/living_room_1.gif"][Passage_1]] */ </div> </div> </div> <<fix_day_time>><</fix_day_time>> <<set $day_time to $day_time +1>> <<ShowCurrentPassage>><</ShowCurrentPassage>> <<Week_Hallway>> <<RandomImage 1 2 $condition $number>> <br> <<Stats $condition>><</Stats>><br> <<set $previousPassageTitle to Story.get(State.passage).title>> <</nobr>>
<<nobr>> <<if $backyard_purchase1 !=1>> <br><br><br><br> <br><<InsertText_Size_animated "The price to buy the backyard is $5000">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to upgrade all parts of the house to the next level first'>>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Buy_backyard">Upgrade house</div> </div> </div> <<Back1 "Hallway">> <<elseif $backyard_purchase1==1>> <<Week_backyard>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Backyard</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<if $condition ==0>> <br> <div class="your_room"> <div class="cell_1_yr" id="veronica_sleep_container"> <div id="Swim_backyard">Swim</div> <div id="Relax_backyard">Relax</div> /*<div class="blur_2px" id="Check_on_neighbors_backyard">Check neighbors</div>*/ </div> </div> <</if>> /*-------------------- MOM ------------------------------*/ <<if $condition ==1>> /*--------------------- LUB MOM ----------------------------*/ <<if $backyard_purchase2 ==1 && $day_time ==3>> <<RandomVideoMp4_center 1 2 "Backyard/Mom/Scene1/" "cell_center" >> <br><<InsertText_Size_animated "Mom is in the backyard under the bright sun, soaking in the warmth">> <br><<linkappend "<<Text 'Mom saw you'>>">> <<Mp4_178 "Backyard/Mom/Scene1/" 3 3>> <br><<Text_animated_face Mom "Hey, sweetie, can you give me a massage?">> <<if $lube >0>> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Massage_mom_backyard1">Give a massage</div> </div> </div> <</if>> <<ClickContainerById "Massage_mom_backyard1" "Massage_mom_backyard1">><</ClickContainerById>> <</linkappend>> <<else>> /*--------------------- DEFOULT MOM ----------------------------*/ /*//////////////////////////////////////////////////////////////////////*/ <<set _random_mom_by to random(1,2)>> /*----------------------------------------------------------------------------*/ <<if _random_mom_by ==1>> <<set _random222 to random(1,3)>> <<if _random222 ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 7 "Backyard/Mom/Walk/1/" "cell_center" >> <br><<InsertText_Size_animated "Mom is in the backyard under the bright sun, soaking in the warmth">> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Talk_mom_backyard1">Talk</div> <div id="Spy_mom_backyard1">Spy</div> </div> </div> <<elseif _random222 ==2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 8 13 "Backyard/Mom/Walk/1/" "cell_center" >> <br><<InsertText_Size_animated "Mom is in the backyard under the bright sun, soaking in the warmth">> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Talk_mom_backyard1">Talk</div> </div> </div> <<elseif _random222 ==3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 14 15 "Backyard/Mom/Walk/1/" "cell_center" >> <br><<InsertText_Size_animated "Mom is in the backyard under the bright sun, soaking in the warmth">> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Talk_mom_backyard1">Talk</div> <div id="Spy_mom_backyard2">Check out her amazing ass</div> </div> </div> <</if>> <</if>> <<ClickContainerById "Talk_mom_backyard1" "Talk_mom_backyard1">><</ClickContainerById>> <<ClickContainerById "Spy_mom_backyard2" "Spy_mom_backyard2">><</ClickContainerById>> <<ClickContainerById "Spy_mom_backyard1" "Spy_mom_backyard1">><</ClickContainerById>> /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ <<if _random_mom_by ==2 && $backyard_purchase2 ==1 >> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 3 "Backyard/Mom/Walk/Face/" "cell_center" >> <br><<InsertText_Size_animated "Mom is relaxing in the spacious backyard, enjoying herself">> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Talk_mom_backyard1">Talk</div> </div> </div> <<elseif _random_mom_by ==2 && $backyard_purchase2 !=1 >> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 14 15 "Backyard/Mom/Walk/1/" "cell_center" >> <br><<InsertText_Size_animated "Mom is in the backyard under the bright sun, soaking in the warmth">> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Talk_mom_backyard1">Talk</div> <div id="Spy_mom_backyard2">Check out her amazing ass</div> </div> </div> <</if>> <<ClickContainerById "Talk_mom_backyard1" "Talk_mom_backyard1">><</ClickContainerById>> /*----------------------------------------------------------------------------*/ <</if>> <</if>> /*-------------------- END mom ------------------------------*/ /*/////////////////////////////////////////////////////////////////////////*/ /*-------------------- VERONICA ------------------------------*/ <<if $condition ==3>> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Talk_veroncia_backyard">Talk</div> <div id="Spy_veroncia_backyard">Spy</div> </div> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Swim_backyard">Swim</div> </div> </div> <</if>> /*-------------------- END veronica ------------------------------*/ /*/////////////////////////////////////////////////////////////////////////*/ /*---------------------------- ADRIANA ------------------------------*/ <<if $condition ==2>> <<set _random_adriana to random(1,2)>> <<if _random_adriana ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Backyard/Adriana/" "cell_center" >> <br><<InsertText_Size_animated "Adriana lounges in the backyard, basking in the pure sunlight">> <<elseif _random_adriana ==2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Backyard/Adriana/" "cell_center" >> <br><<InsertText_Size_animated "Adriana decided to take a dip in the warm pool">> <</if>> <<if _random_adriana ==1>> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Talk_adriana_backyard">Talk</div> </div> </div> <<elseif _random_adriana ==2>> <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div id="Spy_adriana_backyard">Take a look at this</div> </div> </div> <</if>> <</if>> /*---------------------------- END adriana ------------------------------*/ /*/////////////////////////////////////////////////////////////////////////*/ <<Back1 "Hallway">> <<if $condition ==0>> <<if $backyard_purchase2 !=1>> <<RandomImageOnlyWebp1 2 2 "Backyard/backyard" "cell_center">> <<elseif $backyard_purchase2 ==1>> <<RandomImageOnlyWebp1 2 2 "backyard" "cell_center">> <</if>> <<elseif $condition ==3>> <<RandomImageOnlyWebp1 1 1 "Backyard/Veronica/" "cell_center">> <</if>> <</if>> <<ClickContainerById "Buy_backyard" "Buy_backyard">><</ClickContainerById>> <<ClickContainerById "Swim_backyard" "Swim_backyard">><</ClickContainerById>> <<ClickContainerById "Relax_backyard" "Relax_backyard">><</ClickContainerById>> <<ClickContainerById "Check_on_neighbors_backyard" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Talk_veroncia_backyard" "Talk_veroncia_backyard">><</ClickContainerById>> <<ClickContainerById "Spy_veroncia_backyard" "Spy_veroncia_backyard">><</ClickContainerById>> <<ClickContainerById "Spy_adriana_backyard" "Spy_adriana_backyard">><</ClickContainerById>> <<ClickContainerById "Spy_veroncia_backyard" "Spy_veroncia_backyard">><</ClickContainerById>> <<ClickContainerById "Talk_adriana_backyard" "Talk_adriana_backyard">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_living_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Living room</span><br> <<Who_is_here>> <br><<Check_Room_Type $items_living_room "living room">> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> /*---------------------------- NO ONE -----------------------------------------*/ <<if $condition == 0>> <<if $items_living_room[0].quantity == 1 && $items_living_room[1].quantity == 1 >> <<RandomImageOnlyWebp1 1 1 "Living_room/living_room">> <<elseif $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 1 >> <<RandomImageOnlyWebp1 2 2 "Living_room/living_room">> <<elseif $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 0 >> <<RandomImageOnlyWebp1 3 3 "Living_room/living_room">> <<Text "Your living room is grand and spacious">><br> <</if>> <div class="your_room"> <div class="cell_1_yr"> <div id="Watch_tw_lr">Watch TV</div> <<if $dumbbells>0 && $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 1 || $items_living_room[1].quantity==0>> <div id="Work_out_with_dumbbells_lr2">Work out with dumbbells</div> <</if>> </div> </div> <<ClickContainerById "Work_out_with_dumbbells_lr2" "Work_out_with_dumbbells_lr2">><</ClickContainerById>> <</if>> /*---------------------- END NO ONE ----------------------------------------*/ /*---------------------- MOM HERE --------------------------------------------*/ <<if $condition == 1>> /*----------------------------- LIVING ROOM LEVEL 0 ------------------------*/ <<if $items_living_room[0].quantity == 1>> <<set _random_mom_lr1 to random(1,3)>> <<if _random_mom_lr1 ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Living_room/Mom/New/" "cell_center" >> <<elseif _random_mom_lr1 ==2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Living_room/Mom/New/" "cell_center" >> <<elseif _random_mom_lr1 ==3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 3 3 "Living_room/Mom/New/" "cell_center" >> <</if>> <<if _random_mom_lr1 ==1>> <<Text "Mom is busy with her own things in the living room">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_mom_living_room">Talk</div> </div> </div> <<elseif _random_mom_lr1 ==2>> <<Text "Mom lies in the living room, absorbed in her book">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_mom_living_room2">Talk</div> </div> </div> <<elseif _random_mom_lr1 ==3>> <<Text "Mom is talking to someone, discussing her own matters">> <br> <div class="your_room"> <div class="cell_1_yr" style="width:60%;"> <<if $event_mom[14].quantity != 1>> <div id="Eavesdrop_mom_living_room">Eavesdrop on the conversation</div> <</if>> <div id="Talk_mom_living_room">Talk</div> </div> </div> <</if>> /*-----------------------------END LIVING ROOM LEVEL 0 ------------------------*/ <<elseif $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 1 || $items_living_room[1].quantity == 0>> /*------------------------- LIVING ROOM LEVEL1 and LEVEL 2 ----------------------*/ <<set _random_mom_lr2 to random(1,6)>> <<if _random_mom_lr2 ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Living_room/Mom/New/" "cell_center" >> <<elseif _random_mom_lr2 >=2 && _random_mom_lr2 <=3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Living_room/Mom/New/" "cell_center" >> <<elseif _random_mom_lr2 >=4 && _random_mom_lr2 <=6>> <<if $items_living_room[1].quantity == 1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 3 "Living_room/Mom/" "cell_center" >> <<elseif $items_living_room[1].quantity == 0>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 9 "Living_room/Mom/" "cell_center" >> <</if>> <</if>> <<if _random_mom_lr2 ==1>> <<Text "Mom is busy with her own things in the living room">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_mom_living_room3">Talk</div> <<if $event_mom[14].quantity != 1>> <div id="Eavesdrop_mom_living_room">Eavesdrop on the conversation</div> <</if>> </div> </div> <<elseif _random_mom_lr2 >=2 && _random_mom_lr2 <=3>> <<Text "Mom lies in the living room, absorbed in her book">> <<if $give_obedience_book_to_mom_lr1 !=1 && $give_corruption_book_to_mom_lr1 !=1>> <br><<Yellow "Perhaps it might be worth suggesting a book with specific content to her">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <<if $give_corruption_book_to_mom_lr1 !=1 || $give_obedience_book_to_mom_lr1 !=1>> <div id="Talk_mom_living_room2">Talk</div> <<else>> <div id="Talk_mom_living_room_book_gifted">Talk</div> <</if>> </div> <<if $obedience_book1 >0 || $corruption_book1 >0>> <div class="cell_2_yr"> <<if $obedience_book1 >0 && $give_obedience_book_to_mom_lr1 !=1>> <div id="Give_obedience_book_mom_living_room">Give Obedience Book</div> <</if>> <<if $corruption_book1 >0 && $give_corruption_book_to_mom_lr1 !=1>> <div id="Give_corruption_book_mom_living_room">Give Debauched Book</div> <</if>> </div> <</if>> </div> <<elseif _random_mom_lr2 >=4 && _random_mom_lr2 <=6>> <<Text "Mom is doing fitness in the living room<br> Her figure highlighted in a way that's hard to ignore">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_mom_living_room">Talk</div> </div> <div class="cell_2_yr"> <div id="Jerk_off_living_room">Jerk off to her</div> </div> </div> <</if>> <</if>> /*-----------------------------END LIVING ROOM LEVEL 1 ------------------------*/ <</if>> /*---------------------- END MOM HERE --------------------------------------------*/ /*-------------------------- ADRIANA -------------------------------------*/ <<if $condition == 2>> <<RandomImageOnlyWebp1 1 1 "Living_room/Adriana/">> <<InsertText_Size_animated "Adriana is reading something in the living room">> <<if $dumbbells>0 && $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 1 || $items_living_room[1].quantity == 0>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Work_out_with_dumbbells_lr">Work out with dumbbells</div> </div> </div> <<ClickContainerById "Work_out_with_dumbbells_lr" "Work_out_with_dumbbells_lr">><</ClickContainerById>> <</if>> <</if>> /*---------------------------- ADRIAN END -------------------------------------------*/ <<if $condition == 3>> <<InsertText_Size_animated "You see Veronica cleaning up in the living room">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Living_room/Veronica/" "cell_center" >> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Tease_veronica_lr">Tease here</div> </div> </div> <</if>> <<Back1 "Hallway">> <<ClickContainerById "Give_obedience_book_mom_living_room" "Give_obedience_book_mom_living_room">><</ClickContainerById>> <<ClickContainerById "Give_corruption_book_mom_living_room" "Give_corruption_book_mom_living_room">><</ClickContainerById>> <<ClickContainerById "Talk_mom_living_room_book_gifted" "Talk_mom_living_room_book_gifted">><</ClickContainerById>> <<ClickContainerById "Jerk_off_living_room" "Jerk_off_living_room">><</ClickContainerById>> <<ClickContainerById "Watch_tw_lr" "Watch_tw_lr">><</ClickContainerById>> <<ClickContainerById "Talk_mom_living_room" "Talk_mom_living_room">><</ClickContainerById>> <<ClickContainerById "Slap_mom_living_room" "Slap_mom_living_room">><</ClickContainerById>> <<ClickContainerById "Talk_mom_living_room2" "Talk_mom_living_room2">><</ClickContainerById>> <<ClickContainerById "Talk_mom_living_room3" "Talk_mom_living_room3">><</ClickContainerById>> <<ClickContainerById "Eavesdrop_mom_living_room" "Eavesdrop_mom_living_room">><</ClickContainerById>> <<ClickContainerById "Tease_mom_living_room" "Tease_mom_living_room">><</ClickContainerById>> <<ClickContainerById "Join_mom_living_room" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "clean_up_lr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "jerk_off_lr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Tease_adriana_living_room" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Slap_adriana_living_room" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Help_adriana_living_room" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Help_veronica_lr" "Help_veronica_lr">><</ClickContainerById>> <<ClickContainerById "Tease_veronica_lr" "Tease_veronica_lr">><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $perk1 =1>> <<set $perk2 =1>> /* <<set _name_of_passage to $current_passage_name>> <<link "day" _name_of_passage>> <<set $day ++>><</link>> <br> <<link "day Time" _name_of_passage>> <<set $day_time -->><</link>> */ <div class="Time_sidebar"> <div class="day_time_sidebar"> <div class="day_time_sidebar_1"> <<if $day_week == 0>> Monday <<elseif $day_week == 1>> Tuesday <<elseif $day_week == 2>> Wednesday <<elseif $day_week == 3>> Thursday <<elseif $day_week== 4>> Friday <<elseif $day_week== 5>> Saturday <<elseif $day_week == 6>> Sunday <</if>> </div> <div class="day_time_sidebar_2"> Day $day </div> </div> <div class="day_time_sidebar_bottom"> <div class="day_time_sidebar_bottom_left" > <div> <<if $day_time == 1>> Morning <<elseif $day_time == 2>> Noon <<elseif $day_time == 3>> Afternoon <<elseif $day_time == 4>> Evening <<elseif $day_time == 5>> Night <</if>> </div> </div> <div class="day_time_sidebar_bottom_right"> <div> <<if $day_time == 1>> <img id="morning_logo" src="img/Log/morning1.png"> <<elseif $day_time == 2>> <img src="img/Log/noon1.png"> <<elseif $day_time == 3>> <img src="img/Log/afternoon1.png"> <<elseif $day_time == 4>> <img src="img/Log/evening1.png"> <<elseif $day_time == 5>> <img src="img/Log/evening2.png"> <</if>> </div> </div> </div> <div class="day_time_sidebar_bottom_2"> <div class="day_time_sidebar_bottom_left_2"> Pass Time </div> <div class="day_time_sidebar_bottom_right_2"> <div id="sidebar_pass_time"> <img src="img/Log/time2.png"> </div> </div> </div> </div> <br> <div class="stats_person_sidebar"> <div class="money_sidebar"> <div id="money_sidebar_1"><img src="img/Log/money2.png"></div> <div class="money_sidebar_2_1" id="money_sidebar_2"> <span style="color: green; margin-right:2px; padding-right:2px;">Money </span> $money</div> </div> <div class="status_sidebar"> <div class="money_sidebar_1_2" id="money_sidebar_1"><img src="img/Log/status1.png"> </div> <div class="money_sidebar_2_2" id="money_sidebar_2"><span style="color: #F5C616; margin-right:2px; padding-right:2px;text-shadow: 0 1px 1px red;">Status </span> $status</div> </div> </div> /* <<set _previous_passage_name to $previous_passage_name>> _previous_passage_name*/ /* <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> */ /*<<link "+" _name_of_passage>><</link>>*/ /* <<link "pass time" >> <<goto _name_of_passage>> <</link>> */ /*<div id="muteButton" class="mute-button"></div>*/ /* <<script>> $(document).ready(function() { var video = document.getElementById("myVideo"); var muteButton = document.getElementById("muteButton"); if (video) { function updateButton() { if (video.muted) { muteButton.innerHTML = '<img src="img/Log/volume2.png">'; } else { muteButton.innerHTML = ''; } } updateButton(); muteButton.addEventListener("click", function() { video.muted = !video.muted; updateButton(); }); } else { } }); <</script>> */ /* <style> .mute-button { width: 50px; height: 50px; background-image: url('img/Log/volume.png'); background-size: cover; cursor: pointer; } </style> */ <<ClickContainerByIdTime "sidebar_pass_time" _name_of_passage>><</ClickContainerByIdTime>> <<if $items_hallway_room[0].quantity ==0 && $items_living_room[0].quantity ==0 && $items_mom_room[0].quantity ==0 && $items_bathroom_room[0].quantity==0&& $items_your_room[0].quantity ==0 >> <<set $status = 1>> <<set $event_person[0].quantity = 1>> <</if>> <br> /*/////////////////////////////////////////////////////////////////////////////*/ /*------------------- hidden parameters -----------------------------*/ <<if $fitness >=10 && $fitness <20>> <<set $arousal_person_max =8>> <<set $person_health = 6>> <<if $fitness >=10 && $ssad1w12sda !=1 >> <<set $ssad1w12sda =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <<elseif $fitness >=20 && $fitness <30>> <<set $arousal_person_max =10>> <<set $person_health = 7>> <<if $fitness >=20 && $ssad1w12sda1 !=1>> <<set $ssad1w12sda1 =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <<elseif $fitness >=30 && $fitness <40>> <<set $arousal_person_max =14>> <<set $person_health = 8>> <<if $fitness >=30 && $ssad1w12sda2 !=1>> <<set $ssad1w12sda2 =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <<elseif $fitness >=40 && $fitness <50>> <<set $arousal_person_max =18>> <<set $person_health = 9>> <<if $fitness >=40 && $ssad1w12sda3 !=1>> <<set $ssad1w12sda3 =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <<elseif $fitness >=50 && $fitness <60>> <<set $arousal_person_max =22>> <<set $person_health = 10>> <<if $fitness >=50 && $ssad1w12sda4 !=1>> <<set $ssad1w12sda4 =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <<elseif $fitness >=60 && $fitness <70>> <<set $arousal_person_max =26>> <<set $person_health = 11>> <<if $fitness >=60 && $ssad1w12sda5 !=1>> <<set $ssad1w12sda5 =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <<elseif $fitness >=70 && $fitness <80>> <<set $arousal_person_max =30>> <<set $person_health = 12>> <<if $fitness >=70 && $ssad1w12sda6 !=1>> <<set $ssad1w12sda6 =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <<elseif $fitness >=80 && $fitness <90>> <<set $arousal_person_max =34>> <<set $person_health = 14>> <<if $fitness >=80 && $ssad1w12sda7 !=1>> <<set $ssad1w12sda7 =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <<elseif $fitness >=90 && $fitness <101>> <<set $arousal_person_max =40>> <<set $person_health = 18>> <<if $fitness >=90 && $ssad1w12sda8 !=1>> <<set $ssad1w12sda8 =1>> <<Not_top1_plus Arousal-Max $arousal_person_max>> <<Not_top2_plus Health $person_health>> <</if>> <</if>> <<if $fitness >=10 && $fitness <20>> <<set $maxenergy =7>> <<if $fitness >=10 && $ssad1w12sda9 !=1>> <<set $ssad1w12sda9 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <<elseif $fitness >=20 && $fitness <30>> <<set $maxenergy =8>> <<if $fitness >=20 && $ssad1w12sda10 !=1>> <<set $ssad1w12sda10 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <<elseif $fitness >=30 && $fitness <40>> <<set $maxenergy =9>> <<if $fitness >=30 && $ssad1w12sda11 !=1>> <<set $ssad1w12sda11 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <<elseif $fitness >=40 && $fitness <50>> <<set $maxenergy =10>> <<if $fitness >=40 && $ssad1w12sda12 !=1>> <<set $ssad1w12sda12 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <<elseif $fitness >=50 && $fitness <60>> <<set $maxenergy =12>> <<if $fitness >=50 && $ssad1w12sda13 !=1>> <<set $ssad1w12sda13 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <<elseif $fitness >=60 && $fitness <70>> <<set $maxenergy =14>> <<if $fitness >=60 && $ssad1w12sda14 !=1>> <<set $ssad1w12sda14 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <<elseif $fitness >=70 && $fitness <80>> <<set $maxenergy =16>> <<if $fitness >=70 && $ssad1w12sda15 !=1>> <<set $ssad1w12sda15 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <<elseif $fitness >=80 && $fitness <90>> <<set $maxenergy =18>> <<if $fitness >=80 && $ssad1w12sda17 !=1>> <<set $ssad1w12sda17 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <<elseif $fitness >=90 && $fitness <101>> <<set $maxenergy =20>> <<if $fitness >=90 && $ssad1w12sda18 !=1>> <<set $ssad1w12sda18 =1>> <<Not_top3_plus MaxEnergy $maxenergy>> <</if>> <</if>> <<if $dumbbells >0>> <<set $event_adriana[5].quantity =1>> <</if>> <<if $drug1 >0>> <<set $event_adriana[7].quantity =1>> <</if>> <<if $items_adriana_room[0].quantity ==0>> <<set $event_adriana[2].quantity = 1>> <</if>> <<if $adriana_caught1 >=4>> <<set $event_adriana[3].quantity =1>> <</if>> /*----------------------- EVENTS MOM -------------------*/ <<if $give_corruption_book_to_mom_lr1 ==1 && $give_obedience_book_to_mom_lr1 ==1>> <<set $event_mom[3].quantity =1>> <</if>> <<if $cought_mom_room ==1>> <<set $event_mom[6].quantity =1>> <</if>> /*----------------------- END events mom-----------------------*/ /*--------------------- VAIN ---------------------*/ <<if $day_week ==6 && $day_time == 1 && $intro_class_physics == 1>> <<if $first_notification_relationship_with_vain !=1>> <<if $vain_class_attend <=0>> <<Not_relationship_top_minus Vain 4>> <<set $relationship[16] -=4>> <<elseif $vain_class_attend >=3 && $vain_class_attend <=5 >> <<Not_relationship_top_plus Vain 4>> <<set $relationship[16] +=4>> <<elseif $vain_class_attend >=6 && $vain_class_attend <=8 >> <<Not_relationship_top_plus Vain 6>> <<set $relationship[16] +=6>> <<elseif $vain_class_attend >=9 >> <<Not_relationship_top_plus Vain 10>> <<set $relationship[16] +=10>> <</if>> <<set $first_notification_relationship_with_vain =1>> <</if>> <</if>> <<if $day_week ==6 && $day_time >= 2 && $intro_class_physics == 1>> <<set $vain_class_attend = 0>> <<set $first_notification_relationship_with_vain = 0>> <</if>> /*-----------------END vain ---------------------*/ /*-------------- FIGHTING --------------------------*/ <<if $combat_skill >=50>> <<set $perk4 =1>> <<if $new_perk_perk4 !=1>> <<Not_top_plus New-Perk 1>> <<set $new_perk_perk4 =1>> <</if>> <</if>> <<if $combat_skill >=100>> <<set $perk5 =1>> <<if $new_perk_perk5 !=1>> <<Not_top_plus New-Perk 1>> <<set $new_perk_perk5 =1>> <</if>> <</if>> /*--------------------------------------------*/ <</nobr>>
<<nobr>> <<widget "Week_Hallway">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2>> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
$previousPassageTitle <<goto $previousPassageTitle>>
<<nobr>> <div class="warning" style="border: 0px solid; width: 1382px; height:100%; margin-left:-400px;"> <div class="warning_info"> <span class="warning_word">Warning! </span> <span class="warning_word_1">This game contains pornographic content! </span> <span class="warning_word_1">Are you over 18 years old? </span> </div> <div class="choice"> <div class="yes"> <<button "Yes">> <<goto "SS">> <</button>> </div> <div class="no"> <<button "No ">> <<goto "The End">>] <</button>> </div> </div> </div> <style> #ui-bar{ display: none; margin:0px; padding: 0px; } </style> <</nobr>>
<<nobr>> <div style="display:flex; width: 1050px; margin-left: -95px; border: 0px solid; justify-content: center; align-items: center; flex-direction: column; margin-top: -20px; gap:18px; " > /*-------------------------------------------------------------------------------------*/ <div class="background" style=" box-shadow: 0px 0px 6px 4px #fff; border-radius: 4px;"> <div class="info_game" style=""> <div class="info_game_head" style=""> <div class="version" style="height: 50px; margin-top: 4px;" > Version 0.7 </div> <div class="version_info" style="border: 0px solid yellow; height: 220px; border: 0px solid; margin:0px; margin-left: -45px;"> <lu class="list_of_game_info" style="border: 0px solid; margin: 0px; padding: 0px; margin-top: -0px; "> <li> This game is still in early development</li> <li> Future updates will feature a vast world with many characters</li> <li> If you like the game and are interested in continuing the game, <span style= "color: red;">support</span> me and <span style= "color: red;">subscribe </span> to</li> <div class="patreon"> <div class="references"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img class="img_substar" src="img/Log/star1.png"></a> <a class="ref" href="https://www.donationalerts.com/r/tobesigma"><img class="img_donation" src="img/Log/donation1.png"></a> <a class="ref" href="https://discord.gg/xbWBNTwmfZ"><img class="img_discord" src="img/discord.png"></a> </div> </div> <li> Any advice, comments and bugs are welcome </li> <li> Enjoy the game -- [[continue|Person_key_version3]]</li> </lu> </div> <div class="info_footer" style="" > <lu> <li> All characters in the game are over 18 years old </li> </lu> </div> </div> </div> </div> <style> .list_of_game_info li{ } </style> /*-------------------------------------------------------------------------------------*/ <div style="display:flex; border: 0px solid red; width: 850px; height:460px; flex-direction: column; align-items: center; border-radius: 0px; box-shadow: 0px 0px 6px 4px #fff; margin-bottom:-100px; border-radius: 4px;"> <div style="display:flex; border-bottom: 2px solid red; width:96%; justify-content: center; height: 11%; align-items:center; font-size: 30px; font-weight: bold;">Changelog</div> <div style="display:flex; margin-top: 16px; border: 0px solid #fff; width:96%; height: 24%; align-items:center; flex-direction: column; box-shadow: 0px 0px 2px #fff; border-radius: 5px; "> <div style="display: flex; height: 16%; width: 100%; border: 0px solid yellow; align-items:center; margin-top:6px;"><span style="margin-left: 20px; font-size: 20px; font-weight: bold; color: red;" >Important !</span></div> <div style="display: flex; height: 80%; border: 0px solid green; width: 100%; text-align: justify; line-height: 1.2; margin-top: -2px;"><span style="margin: 8px; color: #cdd3dc; font-size: 15px; font-weight: bold;">Bonus scenes in the game are available to backers who support the project.<span style='color: red; font-weight: bold;'> However</span>, with each new version of the game, some of these bonus scenes are moved to lower support tiers. Additionally, with game updates, <span style='color: red; font-weight: bold;'> a number of previous bonus scenes become available to the general public</span>. Thus, the early release of the game is reflected in these changes</span></div> </div> <div style="display:flex; margin-top: 16px; border: 0px solid #fff; width:96%; justify-content: center; height: 54%; align-items:center; border-radius: 5px; box-shadow: 0px 0px 2px #fff; box-sizing: border-box; padding-bottom: 8px; "> <div style="display: flex; width :100%; height: 100%; border: 0px solid; overflow-y: auto; flex-direction: column; margin-left:10px; margin-top: 10px; "> <<linkappend "Version 0.6" >> /*------------------------------------- V 0.6 -------------------------------------*/ <ul class="list_of_game_info1" style="border: 1px solid; margin-left: -10px; margin-top: -4px; padding-bottom: 4px; padding-top: 4px; padding-right: 10px; "> <li style="color: #d6bb21;">Major Update for Kendra: Nearly all of Kendra's videos, sounds, animations, and images have been revamped. Over 300 new animations and images have been added for her. A large number of secondary options have been introduced with this character, and new events can now be found in almost every location of the house (except the second floor for now)</li> <li>New Gallery Design: The gallery is now more user-friendly and displays all characters on a single page. A new feature has been added - when you hover over a character’s card, it swaps to a different image of the character</li> <li>Two New Locations Added: Library: You can now purchase new books here, and a storyline will be developed in future updates City: Currently, the Black Prince Corporation is available in the city. This is Kendra’s new workplace, and it advances the global storyline. You’ll be introduced to this corporation and meet key characters for future game developments</li> <li>New levels have been added to the house</li> <li>Character Stats Customization: You can now change the stats of characters, though for now, this is only available for Kendra and the main character</li> <li>Updated Event Paths for Kendra: Kendra’s event trees have received a redesign, which will also come for other characters in future updates</li> <li>Free Bonus Scene: The bonus scene with nurse Lana is now publicly available</li> <li>Bug Fixes: Issues from the previous version have been resolved.</li> </ul> <</linkappend>> <<linkappend "Version 0.5" >> /*------------------------------------- V 0.5 -------------------------------------*/ <ul class="list_of_game_info1" style="border: 1px solid; margin-left: -10px; margin-top: -4px; padding-bottom: 4px; padding-top: 4px; padding-right: 10px; "> <li style="color: #d6bb21;">Introduction of one of the main characters, Adriana! Note that Adriana will have two stages in the game: when she is under 20 years old and over 20 years old. For this version, the storyline and quests for Adriana under 20 years old have been developed. In the future, as the game progresses, she will age</li> <li>Videos now have sound that is not repetitive!</li> <li>New notification animations, making the game much more elegant!</li> <li>New character Foxie and new location Mystic Forest; such mysterious locations and buildings will only expand in the future! Foxie is a unique character with over 100 animations created for her</li> <li>New locations Club and Church, where the main storylines will be developed in the future</li> <li>A new type of inventory and many, many new items!</li> <li>Secondary characters - Adriana's friend, Priest, Nun, and many others are already introduced in the game and waiting</li> <li>In the future, an Angel guide will appear, who will also interact with you and observe your actions!</li> <li>New interactive mechanic - Interactive Combat Feature, which will also expand and be applied in storylines</li> <li>New free scene with Mom</li> </ul> <</linkappend>> <<linkappend "Version 0.4" >> <ul class="list_of_game_info1" style="border: 1px solid; margin-left: -10px; margin-top: -4px; padding-bottom: 4px; padding-top: 4px; padding-right: 10px; "> <li style="color: #d6bb21;">One of the bonus scenes has been moved to the free scene section (with Vain)</li> <li>Save Compatibility: You can now continue your saved games starting from version 0.31</li> <li>New Scene Mechanics: Each scene required a significant amount of time, so this important aspect has been addressed. Now, the key factor is Max Arousal, which determines how long you can last</li> <li>Bug Fixes: Many bugs have been fixed, including both grammatical and technical issues</li> <li>New Location – Playhouse: You can now move girls into this location and interact with them</li> <li>First Completed Character – Puffii: Over 200 animations have been added for her, and her example will show how future characters’ scene lists will be created</li> <li>Updated Beach Location: The beach is now more interesting to explore, and you might encounter a girl who will also appear on your computer... There’s now an opportunity to boost your Sigma a bit at the beach</li> <li>Angelica – New and Important Character: She has experience in the world of big business players but remains in the shadows. Depending on your SIgma level, there are different scenes with her</li> <li>Credits Section: A new section has been added, listing the supporters of the game and giving them appropriate titles. A huge thank you to them!</li> <li>New Animations and Scenes: Approximately 400 new animations and more than 8 new scenes have been added</li> <li>Gym Improvements: You can now improve your energy and arousal stats at the gym</li> </ul> <</linkappend>> <<linkappend "Version 0.3" >> <ul class="list_of_game_info1" style="border: 1px solid; margin-left: -10px; margin-top: -4px; padding-bottom: 4px; padding-top: 4px; padding-right: 10px;"> <li>Significantly progressed the storyline of one of the main characters, Veronica</li> <li>Added more than 40 animations and over 40 images for Veronica</li> <li>Included over 7 scenes featuring Veronica, with two bonus scenes</li> <li>Added one bonus scene with Mom</li> <li>Introduced the ability to hack devices and monitor personal messages</li> <li>Added the option to turn animation sounds on and off in scenes</li> <li>Updated the Guide section with more information about character attributes, the game, and the Sigma principles</li> <li>Added icons in the game</li> <li>Updated the list of project supporters</li> <li>Fixed most of the bugs</li> </ul> <</linkappend>> <<linkappend "Version 0.2" >> <ul class="list_of_game_info1" style="border: 1px solid; margin-left: -10px; margin-top: -4px; padding-bottom: 4px; padding-top: 4px; padding-right: 10px; "> <li>A Gallery and character cards were added for all characters, except Tinder (for now). You can now see the upcoming events available for each character and thoroughly experience all the moments currently provided in the game</li> <li>Cheats and bonus scenes have been added to the game</li> <li>A significant amount of work has been done on the in-game dialogues. You can now follow each character's personality and understand them better</li> <li>New scenes have been added for Mom, Kagney, Kerry, and Vaine. Note that this game version focuses on refining game mechanics and laying the groundwork for the main characters' development. The next release will focus on the main characters</li> <li>Two girls from Tinder, Puffi and Sophie, are now available</li> <li>You can hire escort industry workers, start your own business with Kagney, and separately with Kerry</li> <li>In dialogues, you can choose multiple response options. You can now better understand what SIgma is</li> <li>The credits now include the names of those who support my project</li> <li>Two very juicy bonus scenes have been added. I hope you will definitely enjoy them</li> <li>The game's size has been reduced by half</li> </ul> <</linkappend>> </div> </div> </div> <style> .list_of_game_info1 li{ /*margin-top: -2px;*/ /*margin-bottom: -6px;*/ line-height: 1.35; text-align: justify; } </style> <</nobr>>
<<nobr>> The End. <style> #ui-bar{ display: none; margin:0px; padding: 0px; } </style> <</nobr>>
<<nobr>> <<set $number to 0>> <div class="background_1"> <div class="info_game_1" style=" border: 0px solid; box-shadow: 0px 0px 15px 4px #fff;"> <div class="name_pers"> <span style= "font-size:18px; font-weight: bold;"> Enter your name:</span> <span style="margin-right: 6px;"></span> <<textbox "$name_person" "">> </div> </div> </div> <br> <<if $name_person == "">> <<set $name_person to "John">> <</if>> <div class="background_2"> <div class="info_game_2" style=" border: 0px solid; box-shadow: 0px 0px 15px 4px #fff;"> <div class="name_pers_2"> <div id="choosePhotoContainer"> <div id="Choose_your_photo">Choose your photo </div> <div id="photos"> <div style="text-align: center;"> <img id="photos_left" src="img/Persons/person11.jpg"> <<link "choice 1" _handleClick()>> <<set $number to 1>><<goto "Intro_0">><</link>> </div> <div style="text-align: center;"> <img id="photos_center" src="img/Persons/person21.jpg"> <<link "choice 2" _handleClick()>> <<set $number to 2>><<goto "Intro_0">><</link>> </div> <div style="text-align: center;"> <img id="photos_center" src="img/Persons/person31.jpg"> <<link "choice 3" _handleClick()>> <<set $number to 3>><<goto "Intro_0">><</link>> </div> </div> </div> </div> </div> </div> <</nobr>>
<<nobr>> <div class="main_content"> <div class="content_image"> <img src="img/kendra_1.jpg"> </div> <br> <<InsertText_Size_animated "You met your mother in the kitchen. She looks mesmerizing as usual. Big hips, a protruding ass, and those melons, I could drown in them, all the tight dresses certainly suit her. You always had special feelings for her, perhaps more than for your mother...">> <br> <<InsertText_Size_animated "Perhaps the moment has come when the person in your life who absorbed male attention has left. Now you feel different, ready to plunge into the world of attention and pleasure">> <br><<Text_animated Mom "Hello $name_person, the weather is so terrible today">> <br><<Text_animated Mom "You're probably hungry, do you want to eat?">> <br><<Text_animated $name_person "Yes mom... Suddenly something came out of your mouth - you are so fucking h...">> <br><<Text_animated Mom "What son?">> <br><<Text_animated $name_person "Oops... I said you're so beautiful today...">> <br><<Text_animated Mom "Oh honey, that's good to hear">> <div class="content_image_gif_tall"> <img src="img/home_ass_2.gif"> </div> <br><<InsertText_Size_animated "Something clicked in you, your mother’s sexual energy gave you an appetite">> <br><<Text_animated "Voice in your head" "Promise to fuck this ass and everyone who get in the way">> </div> <br> <br> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Start_continue">Promise</div> </div> </div> <<ClickContainerById "Start_continue" "Hallway">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="main_content"> <div class="content_image_wide"> <img src="img/funeral.jpg" > </div> <div class="content_text_visual"> <div class="backgr_content_text"> </div> <div class="content_text"> <div> You stand upon the damp and moist earth, enveloped in something warm... The raindrops upon your face transport you back to the state you were in just moments ago. Your gaze falls upon your kin, standing beside you, all clad in black. Today you bury your stepfather, who, frankly, was a real scoundrel. </div> </div> </div> <div class="content_text_visual"> <div class="backgr_content_text"> </div> <div class="content_text"> <div> "At last" hought flashed through your mind, ffinally I can do whatever I want. In that very moment, you caught the glances of your kin, who, all things considered, didn't seem too mournful. </div> </div> </div> <div class="content_image_between"> <img src="img/mom_1.jpg" > </div> <div class="content_text_visual"> <div class="backgr_content_text"> </div> <div class="content_text"> <div> Your mother's huge bust squeezed her dress, taken for the funeral. Even here she seemed so passionate... the thought came that now you are the only man in the family and it’s time to start reaping the harvest of life... yes, it’s time to act, it’s time to create something more than just a fantasy world in my head... </div> </div> </div> </div> <br> <br> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Start_continue">Continue</div> </div> </div> <<ClickContainerById "Start_continue" "Welcome_mom">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "InsertText">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual"> <div class="backgr_content_text"> </div> <div class="content_text"> <span class="name_of_character">_name</span> <div> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_Your_room">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 1, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<if $items_your_room[0].quantity == 1>> <br><<InsertText_Size_animated "You have erotic dreams">> <br><<InsertText_Size_animated "A bad bed prevents you from having particularly vivid dreams">> <<set _random to random(1,14)>> <<if _random >=1 && _random <=3>> <<replaceClass "cell_center" "cell_center_wide_17">><</replaceClass>> <<RandomImageOnlyGif 1 4 "Your_room/Sleep/bed_0/17/gif" "cell_center">> <<elseif _random == 4>> <<replaceClass "cell_center" "cell_center_wide_21">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_0/21/gif" "cell_center">> <<elseif _random == 5>> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_0/2/" "cell_center">> <<elseif _random >= 5 && _random <= 8>> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyGif 1 5 "Your_room/Sleep/bed_0/14/" "cell_center">> <<elseif _random >= 9 && _random <= 10>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Your_room/Sleep/bed_0/15/" "cell_center">> <<elseif _random >= 9 && _random <= 10>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Your_room/Sleep/bed_0/15/" "cell_center">> <<elseif _random ==11>> <<replaceClass "cell_center" "cell_center_wide_22">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_0/22/" "cell_center">> <<elseif _random >=12 && _random <=13>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyGif 1 3 "Your_room/Sleep/bed_0/178/" "cell_center">> <<elseif _random ==14>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Your_room/Sleep/bed_0/tall_178/" "cell_center">> <</if>> <<elseif $items_your_room[1].quantity == 1>> <br><<InsertText_Size_animated "You see sweet dreams">> <<set _random to random(1,34)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/1/" "cell_center">> <<elseif _random == 2 >> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/2/" "cell_center">> <<elseif _random == 3 >> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Your_room/Sleep/bed_1/13/" "cell_center">> <<elseif _random == 4 >> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/14/" "cell_center">> <<elseif _random ==5 >> <<replaceClass "cell_center" "cell_center_wide_19">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/19/" "cell_center">> <<elseif _random >=6 && _random <=7 >> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/133/" "cell_center">> <<elseif _random == 8>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/178/" "cell_center">> <<elseif _random == 9>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/tall_15/" "cell_center">> <<elseif _random == 10>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/tall_178/" "cell_center">> <<elseif _random == 11>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Your_room/Sleep/bed_1/1/" "cell_center">> <<elseif _random == 12>> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/11/" "cell_center">> <<elseif _random == 13>> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/12/" "cell_center">> <<elseif _random == 14>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/15/" "cell_center">> <<elseif _random == 15>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Your_room/Sleep/bed_1/178/" "cell_center">> <<elseif _random == 16>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/tall_12/" "cell_center">> <<elseif _random >= 17 && _random <=18>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 3 "Your_room/Sleep/bed_1/tall_15/" "cell_center">> <<elseif _random >= 19 && _random <=20>> <<replaceClass "cell_center" "cell_center_tall_16">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Your_room/Sleep/bed_1/tall_16/" "cell_center">> <<elseif _random ==21>> <<replaceClass "cell_center" "cell_center_tall_17">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/tall_17/" "cell_center">> <<elseif _random ==22>> <<replaceClass "cell_center" "cell_center_tall_19">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/tall_19/" "cell_center">> <<elseif _random >=23 && _random <=34>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 2 14 "Your_room/Sleep/bed_1/tall_178/" "cell_center">> <</if>> /*------------ BED LEVEL 2 ------------------------------------*/ <<elseif $items_your_room[2].quantity == 1>> <br><<InsertText_Size_animated "You slip into wild, untamed dreams where every touch and moan feels all too real">> <<set _random to random(1,67)>> <<if _random >=1 && _random <=3>> <<set _random_1 to random(1,3)>> <<if _random_1 ==1 >> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/1/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 2 3 "Your_room/Sleep/bed_1/1/" "cell_center">> <</if>> <<elseif _random == 4 >> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/2/" "cell_center">> <<elseif _random >= 5 && _random <=7>> <<set _random_1 to random(1,3)>> <<if _random_1 <=2 >> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Your_room/Sleep/bed_1/13/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Your_room/Sleep/bed_1/13/" "cell_center">> <</if>> <<elseif _random >= 8 && _random <=9 >> <<set _random_1 to random(1,2)>> <<if _random_1 ==1 >> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/14/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Your_room/Sleep/bed_1/14/" "cell_center">> <</if>> <<elseif _random >=10 && _random <=11>> <<set _random_1 to random(1,2)>> <<if _random_1 ==1 >> <<replaceClass "cell_center" "cell_center_wide_19">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/19/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_wide_19">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Your_room/Sleep/bed_1/19/" "cell_center">> <</if>> <<elseif _random == 12 >> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/133/" "cell_center">> <<elseif _random >= 13 && _random <=16 >> <<set _random_1 to random(1,4)>> <<if _random_1 ==1 >> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/178/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 2 4 "Your_room/Sleep/bed_1/178/" "cell_center">> <</if>> <<elseif _random >= 17 && _random <=23>> <<set _random_1 to random(1,7)>> <<if _random_1 <=1 >> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/tall_15/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 7 "Your_room/Sleep/bed_1/tall_15/" "cell_center">> <</if>> <<elseif _random >= 24 && _random <=48>> <<set _random_1 to random(1,25)>> <<if _random_1 <=1 >> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Your_room/Sleep/bed_1/tall_178/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 2 25 "Your_room/Sleep/bed_1/tall_178/" "cell_center">> <</if>> <<elseif _random >= 49 && _random <=50>> <<set _random_1 to random(1,2)>> <<if _random_1 <=1 >> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/11/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Your_room/Sleep/bed_1/11/" "cell_center">> <</if>> <<elseif _random == 51>> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/12/" "cell_center">> <<elseif _random == 52>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/15/" "cell_center">> <<elseif _random >= 53 && _random <=56>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Your_room/Sleep/bed_1/tall_12/" "cell_center">> <<elseif _random >= 57 && _random <=60>> <<replaceClass "cell_center" "cell_center_tall_16">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Your_room/Sleep/bed_1/tall_16/" "cell_center">> <<elseif _random ==61>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/tall_17/" "cell_center">> <<elseif _random ==62>> <<replaceClass "cell_center" "cell_center_tall_19">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Sleep/bed_1/tall_19/" "cell_center">> <<elseif _random >=63 && _random <=67>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 5 "Your_room/Sleep/bed_1/tall_13/" "cell_center">> <</if>> <</if>> <<set $day to $day +1 >> <<set $day_time to 1>> <<set $energy to $maxenergy>> <<set $flag_clean_up to 1>> <<set $sum_whore_profit = $profit1+$profit2+$profit3+$profit4+$profit5>> <<set $money +=$sum_whore_profit>> <<if $sum_whore_profit != 0>> <br><<InsertText_Size_animated "You earned <<Green_text '$sum_whore_profit'>>$ from escort services">> <</if>> <<if $studio_buy_intro ==1>> <<set $sum_from_photos = $profit_photo_kagney1+$profit_photo_kagney2+$profit_photo_kagney3+$profit_photo_kagney4>> <<set $money +=$sum_from_photos>> <br><<InsertText_Size_animated "You earned <<Green_text '$sum_from_photos'>>$ from your studio">> <</if>> <<if $profit_local_shop1 ==400>> <<set $money +=$profit_local_shop1+$profit_local_shop2>> <<set _money_from_local_shop = $profit_local_shop1+$profit_local_shop2>> <br><<InsertText_Size_animated "You earned <<Green_text '_money_from_local_shop'>>$ from local shop">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Wake up</div> </div> </div> <<set $arousal_person =0>> <<set $one_tease_mom_night =0>> <<ClickContainerById "Back" "Your room">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Mom_in_your_room">> <<if $items_your_room[0].quantity == 0>> <<if $condition ==1>> <<if $flag_clean_up == 1>> <<goto "Mom_in_your_room_scene1">> <</if>> <</if>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "Your mom is cleaning up your mess">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/Mom_in_yr/" "cell_center" >> <br><<linkappend "<<InsertText_Size_animated 'Peek at her'>>" >> <br><<Mp4_178 "Your_room/Mom_in_yr/" 2 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Try to lure her'>>" >> <br><<Mp4_178 "Your_room/Mom_in_yr/" 3 3 3>> <br> <<InsertText_Size_animated "You pull your dick out in front of her">> <<timed 2000ms>> <br><<Mp4_178_nl "Your_room/Mom_in_yr/" 4 4 4>> <<timed 1500ms>> <<if $corruption[1] <30 && $sigma_person <30 && $obedience[1] <30>> <br><<Text "Mom didn't like that">> <br><<Mp4_between_text_wide_178 "Mom/mom_angry" 1 1>> <br><<Text_animated_face Mom "Get your dick out of my face!!! I'm cleaning your room here and you want me to be your bitch... oh, you little pervert...">> <br><<Yellow "You need to improve mom's obedience, corruption and your sigma">> <br><<Yellow "If you get caught a few times, she might punish you" <<set $relationship[1] -=3>> <<Not_relationship_top_minus Mom 3>> <<set $cought_living_room_mom +=1>> <<timed 2000ms>> <<if $cought_living_room_mom >=3>> <<goto "Mom_punish_you3">> <</if>> <</timed>> <<else>> /*-------------------- BONUS SCENE -------------------*/ <br><<Text "In Mom's eyes primal lust ignited at the sight of your cock">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 5 5 5>> <<if $akfmac == $alpha || $akfmac == $sigma>> <br><<Text_animated_face Mom "Hey... this is a gift for my weekly work, baby...">> <br><<linkappend "<<Text_animated_face Mom ' I`m becoming so liberated... touching my son`s dick brings such special emotions... mmm...'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 6 6 6>> <<timed 2000ms>> <br><<linkappend "<<Text 'She began to feast on and lick your dick like it was the first time she`d ever encountered one'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 7 7 7>> <br><<Text_animated_face Mom "<i>( He thinks he seduced me with that... but I wanted it myself for a while now... I’ll play along with him... )</i>">> <<timed 2500ms>> <br><<Mp4_178 "Your_room/Mom_in_yr/" 8 8 8>> <br><<Text_animated_face_person "Ohh fuck....">> <br><<linkappend "<<Text 'She pressed her huge tits against your cock, as if she were controlling your every move'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 11 11 11>> <br><<Text "Her luscious, pillowy breasts ground against your dick, slick with a greasy layer of lust">> <<timed 6000ms>> <br><<Mp4_178 "Your_room/Mom_in_yr/" 10 10 10>> <br><<linkappend "<<Text 'You’ve plunged into the abyss of pleasure brought by your girl, completely forgetting that you were the one who seduced her, or so you think...'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 12 14 13>> <br><<linkappend "<<Text_animated_face Mom 'I want you to lick my pussy, babe'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 15 17 14>> <<timed 3000ms>> <br><<Text_animated_face Mom "Yeah... I like it... my pussy is so wet">> <br><<linkappend "<<Text_animated_face Mom 'Lick it harder... treat it like it’s your first time... devour it'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 18 19 18>> <br><<Text_animated_face Mom "Ohhh, fuck... yes... that’s exactly what I need...">> <<timed 3000ms>> <br><<Text "Someone suddenly approaches the room...">> <br><<Mp4_178_nl "Your_room/Mom_in_yr/" 9 9 18>> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_151"> <img src="img/Your_room/Mom_in_yr/1.png"> </div> </div> <br><<Text_animated_face Veronica "Hey, $name_person, I heard some strange noises and wanted to see what was going on">> <br><<Text_animated_face_person "Everything's fine, Veronica, I'm just warming up">> <br><<Text_animated_face Veronica "Hmm... okay, when you're done warming up, maybe you can show me...">> <br><<linkappend "<<Text 'She left'>>">> <br><<Text_animated_face Mom "Those were special emotions, babe... wow...">> <br><<Text "Mom left the room">> <<set $corruption[1] +=3>> <<set $obedience[1] +=1>> <<set $sigma_person -= 0.25>> <<Not_corruption_top_plus Mom 3>> <<Not_obedience_face1_plus Mom 1>> <<Not_sigma_top2_minus 0.25>> <<set $event_mom[13].quantity =1>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <<else>> <<timed 2000ms>> <<goto "BONUS_SCENE">> <</timed>> <</if>> /*------------------ END BONUS SCENE ------------------*/ <</if>> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <<set $day_time ++>> <<Back1 "Hallway">> <</nobr>>
<<nobr>> <<widget "InsertText_no_person">> <<set _text to $args[0]>> <div class="content_text_visual_1" id="animated"> <div class="backgr_content_text"> </div> <div class="content_text"> <div> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Text">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class=" content_text_visual_1"> <div class="content_text_1"> <span class="name_of_character">_name</span> <div> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Energy">> <<set $energy to $energy-1>> <<if $energy <= 0>><<set $energy to 0>><</if>> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br><<InsertText_Size_animated "No energy">> /*$previousPassageTitle <<set _back_passage to $previousPassageTitle>> */ <<record_previous_passage1>><</record_previous_passage1>> <<set _previous_passage_name to $previous_passage_name2>> <<if _previous_passage_name == "Fitness_person_do_fitness" || _previous_passage_name == "Fitness">> <<Back1 "Fitness">> <<elseif _previous_passage_name == "Lesbian" || _previous_passage_name == "Lesbian">> <<Back1 "Search_porno">> <<elseif _previous_passage_name == "Threasome" || _previous_passage_name == "Search_porno">> <<Back1 "Search_porno">> <<elseif _previous_passage_name == "Vanilla" || _previous_passage_name == "Search_porno">> <<elseif _previous_passage_name == "Walk_around_shadow_street">> <<Back1 "Shadow_street">> <<elseif _previous_passage_name == "Jerk_off">> <<Back1 "Masturbate_yr">> <<elseif _previous_passage_name == "Train_puffi_with_toys_plr">> <<Back1 "Playhouse">> <<elseif _previous_passage_name == "Punish_puffi_tr">> <<Back1 "Playhouse">> <<else>> <<Back1 _previous_passage_name>> <</if>> <</nobr>>
<<widget "UpdateCorruption">> <<if State.variables.relationship[$condition] >= 10>> <<set State.variables.corruption[$condition] += 1>> <<else>> <<set State.variables.relationship[$condition] -= 1>> <</if>> <</widget>> /*этот виджет добавляет +1 к corruption если relationship>=10 иначе уменьшает relationship*/
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Your room</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]]</p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> <img src="img/old_pc.jpg"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Search_work">Search work</div> <div id="Internet_courses">Courses </div> <div id="Online_shop"> Online shop </div> </div> <div class="cell_2_yr"> <<if $site_colpleted !=1>> <div id="Do_site"> Do site </div> <<elseif $site_colpleted ==1>> <div id="Do_site"> +18 Website </div> <</if>> <div id="Surf_instagram"> Surf tinder </div> <div id="Search_porno">Search porno</div> </div> </div> <<Back1 "Your room">> <<ClickContainerById "Search_porno" "Search_porno">><</ClickContainerById>> <<ClickContainerById "Internet_courses" "Internet_courses">><</ClickContainerById>> <<ClickContainerById "Search_work" "Search_work">><</ClickContainerById>> <<if $site_colpleted !=1>> <<ClickContainerById "Do_site" "Do_site">><</ClickContainerById>> <<elseif $site_colpleted==1>> <<ClickContainerById "Do_site" "Website">><</ClickContainerById>> <</if>> <<ClickContainerById "Surf_instagram" "Surf_instagram">><</ClickContainerById>> <<ClickContainerById "Online_shop" "Online_shop">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<if $day_time == 5>> <<goto "Sleep">> <<else>> <<InsertText_Size " You had a pleasant dream ">><br> <div class="your_room"> <div class="cell_1_yr"> <div id="Wake_up">Wake up</div> </div> </div> <</if>> <<set _random_1 to random(1,4)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_wide_21">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Nap/21/nap" "cell_center">> <<elseif _random_1== 2>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Nap/133/nap" "cell_center">> <<elseif _random_1 >= 3 && _random_1 <=4>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Your_room/Nap/178/nap" "cell_center">> <</if>> <<ClickContainerById "Wake_up" "Your room">> <</ClickContainerById>> <<set $day_time to $day_time +1>> <<set $energy += 1>> <<Energy1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Your_room/improve_house1.webp"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Improve_your_room">Your room</div> <div id="Improve_mom_room">Mom room </div> <div id="Improve_adriana_room"> Adriana room </div> </div> <div class="cell_2_yr"> <div id="Improve_veronica_room">Veronica room</div> <div id="Improve_yard_room">Yard</div> <div id="Improve_hallway_room">Hallway</div> </div> <div class="cell_2_yr"> <div id="Improve_living_room">Living room</div> <div id="Improve_bathroom_room">Bathroom</div> <div id="Improve_kitchen_room">Kitchen</div> </div> </div> <<Back1 "Your room">> <<ClickContainerById "Improve_your_room" "Improve_your_room">><</ClickContainerById>> <<ClickContainerById "Improve_mom_room" "Improve_mom_room">><</ClickContainerById>> <<ClickContainerById "Improve_adriana_room" "Improve_adriana_room">><</ClickContainerById>> <<ClickContainerById "Improve_veronica_room" "Improve_veronica_room">><</ClickContainerById>> <<ClickContainerById "Improve_corridor_room" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Improve_yard_room" "Improve_yard_room">><</ClickContainerById>> <<ClickContainerById "Improve_kitchen_room" "Improve_kitchen_room">><</ClickContainerById>> <<ClickContainerById "Improve_bathroom_room" "Improve_bathroom_room">><</ClickContainerById>> <<ClickContainerById "Improve_living_room" "Improve_living_room">><</ClickContainerById>> <<ClickContainerById "Improve_hallway_room" "Improve_hallway_room">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/mail_box_yr2.jpg"> </div> <div class="cell_right"> </div> </div> <br> <<set _randomIndex to random(1, 4)>> <<if _randomIndex is 1>> <<InsertMassage "Selten" "Selten_massages" 8 $flag_instagram_moldel[1]>> <<elseif _randomIndex is 2>> <<InsertMassage "Selten" "Selten_massages" 8 $flag_instagram_moldel[1]>> <<elseif _randomIndex is 3>> <<InsertMassage "Selten" "Selten_massages" 8 $flag_instagram_moldel[1]>> <<else>> <<InsertMassage "Selten" "Selten_massages" 8 $flag_instagram_moldel[1]>> <</if>> <<Back1 "Your room">> <</nobr>>
Under the development. <<back>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<if $flag_clean_up >= 1>> <<set $flag_clean_up to 0>> <<InsertText_Size_animated "Your room is now clean">><br> <<set $foundMoney to random(1, 3)>> <<if $foundMoney is 1>> <<set $money += 5>> <<InsertText_Size_animated "You found <span style='color:green;'> 5$ </span> dollar">> <<elseif $foundMoney is 2>> <<set $money += 1>> <<InsertText_Size_animated "You found <span style='color:green;'> 1$ </span> dollar">> <<else>> <<InsertText_Size_animated "You didn't find anything">> <</if>> <<elseif $flag_clean_up == 0>> <<InsertText_Size_animated "You have already cleaned the room">> <</if>> <<Back1 "Your room">> <<GoTo_No_Energy>> <<set $day_time ++>> <<Energy>> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/clean_up" "cell_center" >> <</nobr>>
<<nobr>> <br><br> <<if $case_result == "Case 0">> <<set $event_choose_models[0].quantity to 0>> <<set $event_person[1].quantity =1>> <<InsertText_Size_animated "You sent Puffi message">> <</if>> <<if $case_result == "Case 1">> <<set $event_choose_models[1].quantity to 0>> <<set $event_person[2].quantity =1>> <<InsertText_Size_animated "You sent Sophie message">> <</if>> <<if $case_result == "Case 2">> <<set $event_choose_models[2].quantity to 0>> <<InsertText_Size_animated "You sent Cassie message">> <</if>> <<if $case_result == "Case 3">> <<set $event_choose_models[3].quantity to 0>> <<InsertText_Size_animated "You sent Christy message">> <</if>> <<if $case_result == "Case 4">> <<set $event_choose_models[4].quantity to 0>> <<InsertText_Size_animated "You sent Harley message">> <</if>> <<if $case_result == "Case 5">> <<set $event_choose_models[5].quantity to 0>> <<InsertText_Size_animated "You sent Fooji message">> <</if>> <<if $case_result == "Case 6">> <<set $event_choose_models[6].quantity to 0>> <<InsertText_Size_animated "You sent Ivy message">> <</if>> <<if $case_result == "Case 7">> <<set $event_choose_models[7].quantity to 0>> <<InsertText_Size_animated "You sent Jasmine message">> <</if>> <<if $case_result == "Case 8">> <<set $event_choose_models[8].quantity to 0>> <<InsertText_Size_animated "You sent Seltin message">> <</if>> <<if $case_result == "Case 9">> <<set $event_choose_models[9].quantity to 0>> <<InsertText_Size_animated "You sent Kate message">> <</if>> <<Back1 "Surf_instagram">> <</nobr>>
<<nobr>> <<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" id="tall_133"> /*<img src="img/Instagram_models/model21.jpg">*/ </div> <div class="cell_right"> </div> </div> <</nobr>> <br> <br> <br> <br> <br> <br> <br> <br> <<nobr>> <<if $fitness >= 10 && $money >= 12>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> <<ClickContainerById "Send_message" "Send_message">><</ClickContainerById>> </div> </div> <<else>> <br><<InsertText_Size "She doesn't pay attention to you. Requirements - Status ≥ 10">><br> <</if>> <<RandomImageOnlyJpg 1 3 "Kate_kuray/instagram">> <</nobr>> [[Back|Computer_yr]] <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Online_courses.png"> </div> <div class="cell_right"> </div> </div> <<if $event_choose_models[0].quantity == 0>> <br> <div class="your_room" style="border:0px solid;"> <div class="tinder_text_someone_container" id="model_1_puffi"> <div class="tinder_text_someone_persons puffi"></div > <div class="tinder_text_someone_persons_text">Puffi</div> </div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Playhouse/Puffi/Icon/Puffi" "puffi">> <</if>> <<if $event_choose_models[1].quantity == 0>> <br> <div class="your_room" style="border:0px solid;"> <div class="tinder_text_someone_container" id="model_2_sophie"> <div class="tinder_text_someone_persons sophie"></div > <div class="tinder_text_someone_persons_text">Sophie</div> </div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Sophie" "sophie">> <</if>> <<if $event_choose_models[2].quantity == 0>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="model_3_cassie">Cassie</div> </div> </div> <</if>> <<if $event_isabel[1].quantity == 1>> <br> <div class="your_room" style="border:0px solid;"> <div class="tinder_text_someone_container" id="isabel"> <div class="tinder_text_someone_persons isabel"></div > <div class="tinder_text_someone_persons_text">Isabel</div> </div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Isabel/Isabel" "isabel">> <</if>> <<if $event_choose_models[3].quantity == 0>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="model_4_christy">Christy</div> </div> </div> <</if>> <<Back1 "Your room">> <<ClickContainerById "model_1_puffi" "Model_1_puffi">> <</ClickContainerById>> <<ClickContainerById "model_2_sophie" "Model_2_sophie">> <</ClickContainerById>> <<ClickContainerById "model_3_cassie" "model_3_cassie">> <</ClickContainerById>> <<ClickContainerById "model_4_christy" "model_4_christy">> <</ClickContainerById>> <<ClickContainerById "isabel" "Isabel_chat_error">> <</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<if _previous_passage_name == Model1>> <<if $Status == 1 && $money == 500>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <br><<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 1, Money 500$">> <</if>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/1/Puffi" "cell_center">> <</if>> <<ClickContainerById "Send_message" "Send_message">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set $sum to 0>> <<set _available_models = [ ]>> <<for _i to 0; _i <= 9; _i++>> <<if $event_choose_models[_i].quantity != 0>> <<set _model = { index: _i, }>> <<set _available_models.push(_model)>> <<set $sum to $sum +$event_choose_models[_i].quantity>> <</if>> <</for>> <<set $case_result = "">> <<if $sum != 0>> <<set $instagram_models to random(1, _available_models.length)>> /*<<set $instagram_models to random(9,10)>>*/ <<set _chosen_model = _available_models[$instagram_models-1].index>> <<switch _chosen_model>> <<case 0>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/15/Puffi" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model1">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 0">> <<case 1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/15/Sophie" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model2">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 1">> <<case 2>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/15/Cassie" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model3">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 2">> <<case 3>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/13/Christy" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model4">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 3">> <<case 4>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/13/Harley" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model5">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 4">> <<case 5>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/13/Fooji" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model6">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 5">> <<case 6>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/15/Ivy" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model7">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 6">> <<case 7>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/13/Jasmine" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model8">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 7">> <<case 8>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/13/Seltin" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model9">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 8">> <<case 9>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/12/Kate" "cell_center">> <div class="your_room"> <div class="cell_2_yr_1"> <div id="Model10">Send message</div> <div id="Next_girl">Next girl</div> </div> </div> <<set $case_result = "Case 9">> <</switch>> <<else>> <<InsertText_Size_animated "Wait for new girls in new updates">> <</if>> /* <div class="your_room"> <div class="cell_2_yr_1"> <<print '<div id="' + _id + '">Send message</div>'>> <div id="Next_girl">Next girl</div> </div> </div> */ <<Back1 "Computer_yr">> /*<<ClickContainerById _id _id>><</ClickContainerById>>*/ <<ClickContainerById "Next_girl" "Surf_instagram">><</ClickContainerById>> <<ClickContainerById "Model1" "Models">><</ClickContainerById>> <<ClickContainerById "Model2" "Models">><</ClickContainerById>> <<ClickContainerById "Model3" "Models">><</ClickContainerById>> <<ClickContainerById "Model4" "Models">><</ClickContainerById>> <<ClickContainerById "Model5" "Models">><</ClickContainerById>> <<ClickContainerById "Model6" "Models">><</ClickContainerById>> <<ClickContainerById "Model7" "Models">><</ClickContainerById>> <<ClickContainerById "Model8" "Models">><</ClickContainerById>> <<ClickContainerById "Model9" "Models">><</ClickContainerById>> <<ClickContainerById "Model10" "Models">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/pornhub_search.jpg"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Vanilla">Vanilla</div> <div class="lesbian" id="Lesbian"> lesbian </div> <div id="Threasome">Threesome </div> </div> <<if $premium_sub_porno !=1>> <<else>> <div class="cell_2_yr"> <div id="BDSM"> BDSM</div> <div id="Transsexual"> Transsexual </div> <div id="Ebony"> Ebony </div> </div> <</if>> <<if $lux_sub_porno !=1>> <<else>> <div class="cell_2_yr"> <div class="blur" id="Anal"> Anal</div> <div class="blur" id="Milf"> Milf</div> <div class="blur" id="Teen"> Teen </div> </div> <</if>> <div class="cell_2_yr"> <div id="webcam"> Webcam</div> </div> <div class="cell_2_yr"> <div id="Subscription"> Buy subscription</div> </div> </div> <<Back1 "Computer_yr">> <<ClickContainerById "Vanilla" "Vanilla">><</ClickContainerById>> <<ClickContainerById "Lesbian" "Lesbian">><</ClickContainerById>> <<ClickContainerById "Threasome" "Threasome">><</ClickContainerById>> <<ClickContainerById "webcam" "Webcam">><</ClickContainerById>> <<ClickContainerById "Subscription" "Subscription">><</ClickContainerById>> <<ClickContainerById "BDSM" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Transsexual" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Ebony" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Anal" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Milf" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Teen" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="More">MORE</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<ClickContainerById "More" "Vanilla">><</ClickContainerById>> <<ClickContainerById "Back" "Search_porno">><</ClickContainerById>> <<set $category to "Search_porno/Vanilla/Vanilla">> <<if $item1.quantity == 1>> <<set _random to random(1,10)>> <<if _random >=1 && _random <=2>> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Search_porno/Vanilla/2/" "cell_center">> <<elseif _random == 3>> <<replaceClass "cell_center" "cell_center_wide_16">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Vanilla/16/" "cell_center">> <<elseif _random == 3>> <<replaceClass "cell_center" "cell_center_wide_21">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Vanilla/21/" "cell_center">> <<elseif _random == 3>> <<replaceClass "cell_center" "cell_center_wide_22">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Search_porno/Vanilla/22/" "cell_center">> <<elseif _random >= 4 && _random <=10 >> <<replaceClass "cell_center" "cell_center_wide_22">><</replaceClass>> <<RandomImageOnlyGif 1 6 "Search_porno/Vanilla/177/" "cell_center">> <</if>> <<else>> <<set _random to random(1,10)>> <<if _random >=1 && _random <=2>> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 3 "Search_porno/Vanilla/2/" "cell_center">> <<elseif _random >= 3 && _random<=4>> <<replaceClass "cell_center" "cell_center_wide_16">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Search_porno/Vanilla/16/" "cell_center">> <<elseif _random >= 5 && _random<=6>> <<replaceClass "cell_center" "cell_center_wide_21">><</replaceClass>> <<RandomImageOnlyGif 1 3 "Search_porno/Vanilla/21/" "cell_center">> <<elseif _random == 7>> <<replaceClass "cell_center" "cell_center_wide_22">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Search_porno/Vanilla/22/" "cell_center">> <<elseif _random >= 8 && _random <=22 >> <<replaceClass "cell_center" "cell_center_wide_22">><</replaceClass>> <<RandomImageOnlyGif 1 15 "Search_porno/Vanilla/177/" "cell_center">> <<elseif _random == 23 >> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Vanilla/1/" "cell_center">> <<elseif _random == 24 >> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Vanilla/14/" "cell_center">> <<elseif _random >= 25 && _random <=27 >> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyGif 1 3 "Search_porno/Vanilla/15/" "cell_center">> <<elseif _random >= 28 && _random <=29 >> <<replaceClass "cell_center" "cell_center_wide_19">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Search_porno/Vanilla/19/" "cell_center">> <</if>> <</if>> /*---------------------------------------------------------------------------------------*/ <<Mom_search_porno_vanilla>> <<set $day_time to $day_time +1>> <<Energy>> <<elseif $energy <=0>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Search_porno">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="More">MORE</div> </div> </div> <<Back1 "Search_porno">> <<if $energy >0>> <<ClickContainerById "More" "Lesbian">><</ClickContainerById>> <<set $category to "Search_porno/Lesbian/lesbian">> /*------------------------------------------------------------------------------------------*/ <<if $item1.quantity == 1>> <<set _random to random(1,7)>> <<if _random ==1 >> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Lesbian/2/" "cell_center">> <<elseif _random >= 2 && _random <=7>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyGif 1 7 "Search_porno/Lesbian/177/" "cell_center">> <</if>> <<else>> <<set _random to random(1,19)>> <<if _random >=1 && _random <=3 >> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 3 "Search_porno/Lesbian/2/" "cell_center">> <<elseif _random == 4>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Lesbian/13/" "cell_center">> <<elseif _random ==5 >> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Lesbian/15/" "cell_center">> <<elseif _random ==6 >> <<replaceClass "cell_center" "cell_center_wide_22">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Lesbian/22/" "cell_center">> <<elseif _random >=7 && _random <=19 >> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyGif 1 18 "Search_porno/Lesbian/177/" "cell_center">> <</if>> <</if>> /*--------------------------------------------------------------------------------------*/ <<Mom_search_porno>> <<set $day_time to $day_time +1>> <<set $arousal_person += 1>> <<Arousal_cum $arousal_person_max>> <<Energy>> <<elseif $energy <=0>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <</nobr>> <<nobr>> <div class="your_room"> <div class="cell_1_yr"> <div id="More">MORE</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<if $energy >0>> <<ClickContainerById "More" "Threasome">><</ClickContainerById>> <<ClickContainerById "Back" "Search_porno">><</ClickContainerById>> <<set $category to "Search_porno/Threasome/Threasome">> <<if $item1.quantity == 1>> <<set _random to random(1,6)>> <<if _random ==1 >> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/12/" "cell_center">> <<elseif _random == 2>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/13/" "cell_center">> <<elseif _random == 3>> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/14/" "cell_center">> <<elseif _random == 4>> <<replaceClass "cell_center" "cell_center_wide_19">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/19/" "cell_center">> <<elseif _random == 5>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/178/" "cell_center">> <<elseif _random == 6>> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/2/" "cell_center">> <</if>> <<else>> <<set _random to random(1,16)>> <<if _random ==1 >> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/12/" "cell_center">> <<elseif _random >= 2 && _random <= 4 >> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyGif 1 3 "Search_porno/Threasome/13/" "cell_center">> <<elseif _random == 5>> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/14/" "cell_center">> <<elseif _random >= 6 && _random <= 7>> <<replaceClass "cell_center" "cell_center_wide_19">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/19/" "cell_center">> <<elseif _random >= 8 && _random <= 15>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyGif 1 10 "Search_porno/Threasome/178/" "cell_center">> <<elseif _random == 16>> <<replaceClass "cell_center" "cell_center_wide_20">><</replaceClass>> <<RandomImageOnlyGif 1 1 "Search_porno/Threasome/2/" "cell_center">> <</if>> <</if>> /*---------------------------------------------------------------------------------------*/ <<Mom_search_porno_threasome>> <<set $day_time to $day_time +1>> <<set $arousal_person += 1>> <<Arousal_cum $arousal_person_max>> <<Energy>> <<elseif $energy <=0>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/pornhub_search.jpg"> </div> <div class="cell_right"> </div> </div> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/lesbian1.gif"> </div> <div class="cell_right"> </div> </div> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/pornhub_search.jpg"> </div> <div class="cell_right"> </div> </div> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/pornhub_search.jpg"> </div> <div class="cell_right"> </div> </div> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/pornhub_search.jpg"> </div> <div class="cell_right"> </div> </div> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/pornhub_search.jpg"> </div> <div class="cell_right"> </div> </div> <</nobr>>
<<nobr>> <<widget "Mom_search_porno">> <<set _probability = random(1, 7)>> <<if _probability <= 1>> <br><<linkappend "<<InsertText_Size_animated 'Mom accidentally noticed you'>>" >> <<if $relationship[1]>=10 && $relationship[1]< 20 >> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 0.5>> <<elseif $relationship[1] >=20 && $relationship[1]<40>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Lesbian/177/" 1 18>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 1>> <</linkappend>> <<elseif $relationship[1] >=40 >> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Lesbian/177/" 1 18>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 1>> <</linkappend>> <<elseif $relationship[1]>= 40 && $obedience[1] >=30 && $corruption[1] >=40>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Lesbian/177/" 1 18>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Lesbian/177/" 1 18>> <br><<Text_animated_face Mom "I can't control myself...I want his dick">> <br><<InsertText_Size_animated "She can't stand it in front of your big and temptation dick">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 4 4>> <br><<linkappend "<<Text_animated_face_person 'Omg Mom... What a..'>>">> <br><<Text_animated_face Mom "Keep quiet... and don't say anything...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'You are cumming on Moms face'>>">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 6 6>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 7 7>> <br><<Text_animated_face Mom "<span>Forget about it, $name_person, please, Im your mother, these are my weaknesses... <br><i>( She quickly ran out of the room )</i></span>">> <br><<InsertText_Size_animated "Mom obedience <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $event_mom[20].quantity =1>> <<set $corruption[1] += 1>> <<set $obedience[1] += 1>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif $relationship[1]<10 >> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "Mmm, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <</if>> <<Back1 "Your room">> <</linkappend>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <</nobr>> <br> <<set $category to "/Mom_in_your_room/kendra_peek">> <<RandomImageOnly 1 1 $category>> [[Your room]] <</nobr>>
<<nobr>> <<widget "Mom_search_porno_conditions">> <<set _path_to_gif_positive to $args[0]>> <<set _path_to_gif_negative to $args[1]>> <<set _condition_relationship to $args[2]>> <<set _value to $args[3]>> <<if _condition_relationship> _value && _condition_relationship <= _value+5 && $corruption[1] >= 0>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive +1+ ".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+5 && $corruption[1] >= 0 && $corruption[1] <=5 >> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive + 1+".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+5 && _condition_relationship<= _value+15 && $corruption[1] > 5>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive + 2+".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+15 && $corruption[1] > 5 && $corruption[1] <=10 >> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive +2+ ".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+15 && _condition_relationship<= _value+35 && $corruption[1] > 10>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive + 3+".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+35 && $corruption[1] >10 && $corruption[1] <=20 >> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive +3+ ".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+35 && _condition_relationship<= _value+55 && $corruption[1] > 20>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive + 4+".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+55 && $corruption[1] >20 && $corruption[1] <=40 >> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive +4+ ".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+55 && _condition_relationship<= _value+85 && $corruption[1] > 40>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive + 5+".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+85 && $corruption[1] >40 && $corruption[1] <=60 >> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive +5+ ".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+85 && _condition_relationship<= _value+105 && $corruption[1] > 60>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive + 6+".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+105 && $corruption[1] >60 && $corruption[1] <=80 >> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive +6+ ".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+105 && $corruption[1] > 80 && $corruption[1] <= 100>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive + 7+".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship> _value+105 && $corruption[1] > 100 /*&& $corruption[1] <= 120*/>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_positive + 8+".gif'>">> </div> <br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <<if _condition_relationship>= 0 && _condition_relationship<= _value && $corruption[1] >=0>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path_to_gif_negative +".gif'>">> </div> <<set $relationship[1] -=1>> <br> <<InsertText_Red_Stats "$name[1] relationship decrease">><br> <<InsertText_Green_Stats "$name[1] corruption increase">> <</if>> <br> <<set $corruption[1] +=1>> <</widget>> <</nobr>> /* этот виджет смотрит условие - если relationship у персонажа [1] больше чем arg[3], то выдает гифку _path_to_gif_positive, который берется из arg[1] , если больше чем arg[1]+5, то выдет гифку с тем же названием, но в конце еще приписка 5; и если меньше, чем arg[3], то выдает гифку_path_to_gif_positive, который берется из arg[2], */
<<nobr>> <<widget "InsertText_Red_Stats">> <<set _text to $args[0]>> <div class="content_text_visual_1"> <div class="backgr_content_text"> </div> <div class="content_text"> <div class="red"> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "InsertText_Green_Stats">> <<set _text to $args[0]>> <div class="content_text_visual_1"> <div class="backgr_content_text"> </div> <div class="content_text"> <div class="green"> _text </div> </div> </div> <</widget>> <</nobr>>
<br> <br> <<nobr>> <div class="main_sub"> <div class="background_sub"> <img src="img/porn_sub2.jpg"> </div> <div class="cell_2_yr" id="cell_2_yr"> <div id="Standart" style="background-color:black;"> Standart 500$</div> <div id="Premium" style="background-color:black;"> Premium 1000$</div> <div class="blur_2px" id="Lux" style="background-color:black;"> Lux 5000$</div> </div> </div> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <<Back1 "Search_porno">> <<ClickContainerById "Standart" "Standart_sub">><</ClickContainerById>> <<ClickContainerById "Premium" "Premium_sub">><</ClickContainerById>> <<ClickContainerById "Lux" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $item1.quantity > 0>> <<if $money >= 500>> <<set $item1.quantity to 0>> <<set $money to $money - 500>> <<InsertText_Size_animated "<span>You have purchased a standard subscription<br> More content is now available to you in the Vanilla, Lesbian, and Threesome sections</span>">> <<else>> <<InsertText_Size_animated "Not enough money ">> <br> <</if>> <<else>> <<InsertText_Size_animated "You have already purchased a standard subscription">> <</if>> <<Back1 "Subscription">> <</nobr>>
<<nobr>> <<widget "Gif_to_Text_widget">> <<set _path to $args[0]>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path +".gif'>">> </div> /* ratio: 1.64, width = 525, height = 320 */ <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $item1.quantity !=0>> <<InsertText_Size_animated "You must purchase a Standard subscription first">> <<elseif $item1.quantity ==0>> <<if $premium_sub_porno !=1>> <<if $money >= 1000>> <<set $premium_sub_porno to 1>> <<set $money to $money - 1000>> <<InsertText_Size_animated "<span>You have purchased a premium subscription<br> More content is now available to you in the Vanilla, Lesbian, and Threesome sections <br> You have also unlocked the BDSM, Transsexual, and Ebony sections</span>">> <<else>> <<InsertText_Size_animated "Not enough money ">> <br> <</if>> <<else>> <<InsertText_Size_animated "You have already purchased a premium subscription">> <</if>> <</if>> <<Back1 "Subscription">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Online_courses.png"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Course_programming">Programming</div> <div id="Business_course">Business</div> <div id="Learn_langueges">Languages</div> </div> </div> <<Back1 "Computer_yr">> <<ClickContainerById "Course_programming" "Course_programming">><</ClickContainerById>> <<ClickContainerById "Learn_langueges" "Learn_langueges">><</ClickContainerById>> <<ClickContainerById "Business_course" "Business_course">><</ClickContainerById>> <<ClickContainerById "Course_massage" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Course_photography" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Course_surfing" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Your_room/Programming1.webp"> </div> <div class="cell_right"> </div> </div> <div class="your_room"> <div class="cell_2_yr"> <div id="Study_programming">Study</div> </div> </div> <<Back1 "Internet_courses">> <<ClickContainerById "Study_programming" "Study_programming">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<InsertText_Size_animated "You <span style='color:green;'> improved </span> your programming skills">> <br><<InsertText_Size_animated "You <span style='color:green;'> improved </span> your charm a little">> <<if $energy>0>> <<set $day_time +=1>> <<set $prog_skill ++>> <<set $charm +=0.5>> <</if>> <<GoTo_No_Energy>> <<Energy>> <<Back1 "Course_programming">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/Study_programming" "cell_center" >> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Your_room/business_course1.webp"> </div> <div class="cell_right"> </div> </div> <div class="your_room"> <div class="cell_2_yr"> <div id="Study_business">Study</div> </div> </div> <<Back1 "Internet_courses">> <<ClickContainerById "Study_business" "Study_business">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<InsertText_Size_animated "You <span style='color:green;'> improved </span> your business skills">> <br><<InsertText_Size_animated "You <span style='color:green;'> improved </span> your charm a little">> <<if $energy >0>> <<set $day_time +=1>> <<set $business_skill ++>> <<set $charm +=0.5>> <</if>> <<GoTo_No_Energy>> <<Energy>> <<Back1 "Business_course">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/Study_business" "cell_center" >> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/languages_course1.jpg"> </div> <div class="cell_right"> </div> </div> <div class="your_room"> <div class="cell_2_yr"> <div id="Study_spanish">Learn Spanish</div> <div id="Study_russian">Learn Russian</div> <div class="blur" id="Study_french">Learn French</div> </div> </div> <<Back1 "Internet_courses">> <<ClickContainerById "Study_spanish" "Study_spanish">><</ClickContainerById>> <<ClickContainerById "Study_german" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Study_french" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Study_russian" "Study_russian_language">><</ClickContainerById>> <<ClickContainerById "Study_arabic" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Study_Italian" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/spanish_languages1.gif"> </div> <div class="cell_right"> </div> </div> <<if $energy >0>> <br> <<InsertText_Size_animated "You <<Green_text 'improved'>> your Spanish">> <br><<InsertText_Size_animated "You <span style='color:green;'> improved </span> your charm a little">> <<Energy>> <<set $day_time +=1>> <<set $spanish_skill ++>> <<set $charm +=0.5>> <<elseif $energy <=0>> <<GoTo_No_Energy>> <</if>> <<Back1 "Learn_langueges">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/spanish_languages" "cell_center" >> <</nobr>>
<<nobr>> <<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Your_room/cafe_bar1.webp"> </div> <div class="cell_right"> </div> </div> <</nobr>> <<if $event_flags[0].quantity == 0>> <br> <<InsertText_Size "A 24-hour cafe-bar is looking for a bartender waiter to work.<br> Payment - $100. No requirements.">> <div class="your_room"> <div class="cell_2_yr"> <div id="Accept_job_1">Accept</div> </div> </div> <<else>> <br> <<InsertText_Size "You already got this job.">> <</if>> <<Back1 "Search_work">> <<ClickContainerById "Accept_job_1" "Accept_job_1">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Online_courses.png"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Search_job_1">Waiter</div> </div> /* <div class="cell_2_yr"> <div id="language_tutor">Language tutor</div> <div class="blur" id="Search_job_5">Fitness trainer</div> <div class="blur" id="Search_job_6">Masseur</div> </div> <div class="cell_2_yr"> <div class="blur" id="Search_job_7">Stripper</div> <div class="blur" id="Search_job_8">Security guard</div> <div class="blur" id="Search_job_9">Surfer</div> </div> */ </div> <<Back1 "Computer_yr">> <<ClickContainerById "Search_job_1" "Search_job_1">><</ClickContainerById>> <<ClickContainerById "Search_job_2" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Search_job_3" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "language_tutor" "language_tutor">><</ClickContainerById>> <<ClickContainerById "Search_job_5" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Search_job_6" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Search_job_7" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Search_job_8" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Search_job_9" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $job_1 == 0>> <<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <</nobr>> <br> <<InsertText_Size "You got the job. Come to the cafe-bar at <span style='color:yellow;'> afternoon </span> to get to work.">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/accept_job_" "cell_center" >> <<else>> <<InsertText_no_person "You already got this job.">> <br> <</if>> <<set $event_flags[0].quantity +=0.5>> <<Back1 "Computer_yr">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/masturbation_yr1.jpg"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Jerk_off">Jerk off</div> <div id="Use_items">Use Items</div> /* <div class="blur" id="Call_for_help">Call for help</div>*/ </div> </div> <<Back1 "Your room">> <<ClickEnergy "Jerk_off" "Jerk_off">><</ClickEnergy>> <<ClickContainerById "Use_items" "Use_items_yr_jerk_off">><</ClickContainerById>> <<ClickContainerById "Call_for_help" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if _cum1 !=1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="More">MORE</div> </div> </div> <<set _random_3 to random(1,12)>> <<if _random_3 >=1 && _random_3 <=3 >> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Your_room/Jerk_off/13/jerk_off">> <<elseif _random_3 >= 4 && _random_3 <=5>> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Your_room/Jerk_off/14/jerk_off" "cell_center">> <<elseif _random_3 == 6>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Your_room/Jerk_off/15/jerk_off" "cell_center">> <<elseif _random_3 >= 7 && _random_3 <=12>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 11 "Your_room/Jerk_off/178/jerk_off" "cell_center">> <</if>> <</if>> <<set $arousal_person ++>> <<if $arousal_person == $arousal_person_max>> <br><<Webp_between_text_random_tall_133 "Your_room/Jerk_off/cumming" 1 1>> <<set _cum1 =1 >> <</if>> <<Back1 "Masturbate_yr">> <<set $day_time ++>> <<Energy>> <<ClickContainerById "More" "Jerk_off">><</ClickContainerById>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<widget "Arousal_cum">> <<set _condition to $args[0]>> <<if $arousal_person >= _condition>> <<set $arousal_person to 0>> <<goto "You_cum">> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="You_cum">You are cumming!!!</div> </div> </div> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Jerk_off/cumming" "cell_center" >> <<record_previous_passage1>><</record_previous_passage1>> <<set _previous_passage_name to $previous_passage_name2>> <<if _previous_passage_name == "Lesbian" || _previous_passage_name == "Lesbian">> <<Back1 "Search_porno">> <<elseif _previous_passage_name == "Threasome" || _previous_passage_name == "Search_porno">> <<Back1 "Search_porno">> <<elseif _previous_passage_name == "Vanilla" || _previous_passage_name == "Search_porno">> <<elseif _previous_passage_name == "Jerk_off">> <<Back1 "Masturbate_yr">> <<else>> <<Back1 _previous_passage_name>> <</if>> <</nobr>>
<<nobr>> <<set $condition =0>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are on the <span style="font-weight: bold;">Street</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <br> <div class="container"> <div class="up"> <div class="image-container" id="left_img"> [img["img/outside1.jpg"][Outside_out]] <div class="text" id="Neighbours">Neighbours</div> </div> <div class="image-container" id="center_img"> [img["img/re2.jpg"][Residential_area]] <div class="text" id="Residential_area">Residential area</div> </div> <div class="image-container local_shop" id="center_img_1"> /*[img["img/local_shop2.jpg"][Local_shop]] */ <img src="img/local_shop2.jpg"> <div class="text" id="Local_shop">Local shop</div> </div> <div class="image-container" id="center_img"> [img["img/mall1.jpg"][Mall]] <div class="text" id="Mall">Mall</div> </div> <div class="image-container" id="right_img"> [img["img/church1.webp"][Church]] <div class="text" id="Church">Church</div> </div> </div> <div class="down"> <div class="image-container cafe_bar" id="left_img"> [img["img/cafe_bar3.webp"][Cafe_bar]] <div class="text" id="Cafe_bar">Cafe-Bar</div> </div> <div class="image-container" id="center_img"> [img["img/Park/Park1.webp"][Park]] <div class="text" id="Park">Park</div> </div> <div class="image-container college" id="center_img_1"> <img src="img/college1.webp"> <div class="text" id="College">College</div> </div> <div class="image-container night_club" id="center_img_1"> <img src="img/Nightclub/night_club2.webp"> <div class="text" id="Night_club_1">Night club</div> </div> <div class="image-container" id="right_img"> [img["img/city.webp"][Business_street]] <div class="text" id="City">City</div> </div> </div> </div> <<for _i to 1; _i <= 8; _i++>> <<if _i ==1>> <<Week_cafe_bar>> <<if $condition == 4>> <<RandomImageOnlyJpgContainer_persons 1 1 "Kagney/Kagney_face" "cafe_bar">> <</if>> <</if>> <<if _i ==2>> <<if $items_local_shop_level1 != 1>> <<Week_local_shop>> <<if $condition == 5>> <<RandomImageOnlyJpgContainer_persons 1 1 "Kerry/Kerry_face" "local_shop">> <</if>> <<elseif $items_local_shop_level1 ==1>> <<Week_local_shop_office>> <<if $condition == 5>> <<RandomImageOnlyJpgContainer_persons 1 1 "Kerry/Kerry_face" "local_shop">> <</if>> <</if>> <</if>> <<if _i ==3>> <<Week_local_shop>> <<if $condition == 7>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Local_shop/Carmel_face" "local_shop">> <</if>> <</if>> <<if _i ==4>> <<Week_health>> <<if $condition == 8>> <<RandomImageOnlyJpgContainer_persons_multiple_3 3 3 "Francesca/Francesca" "college">> <</if>> <</if>> <<if _i ==5>> <<Week_languages>> <<if $condition == 17>> <<RandomImageOnlyJpgContainer_persons 5 5 "Anissa/Anissa" "college">> <</if>> <</if>> <<if _i ==6>> <<Week_Vain_Physics>> <<if $condition == 16>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Vain/Vain" "college">> <</if>> <</if>> <<if _i ==7>> <<Week_nightclub_Isabel>> <<if $condition == 26>> <<RandomImageOnlyJpgContainer_persons 1 1 "Isabel/Isabel" "night_club">> <</if>> <</if>> <<if _i ==8 && $day_time >=4>> <<Week_Lilith_Lounge>> <<if $condition == 37>> <<RandomImageOnlyJpgContainer_persons_multiple_4 1 1 "Icons/Lilith" "college">> <</if>> <</if>> <</for>> <<if $day_time == 4 || $day_time == 5>> <<RandomImageOnlyJpgContainer 5 5 "street" "cell_center">> <<else>> <<RandomImageOnlyJpgContainer 4 4 "street" "cell_center">> <</if>> <<Week_street>> <<ClickContainerById "Neighbours" "Outside_out">><</ClickContainerById>> <<ClickContainerById "Residential_area" "Residential_area">><</ClickContainerById>> <<ClickContainerById "Mall" "Mall">><</ClickContainerById>> <<ClickContainerById "Church" "Church">><</ClickContainerById>> <<if $day_time >=4>> <<if $event_lilith[2].quantity !=1>> <<ClickContainerByClass "college" "College">><</ClickContainerByClass>> <<elseif $event_lilith[2].quantity ==1>> <<ClickContainerByClass "college" "Student_lounge">><</ClickContainerByClass>> <</if>> <<else>> <<ClickContainerByClass "college" "College">><</ClickContainerByClass>> <</if>> <<ClickContainerById "City" "Business_street">><</ClickContainerById>> <<ClickContainerById "Park" "Park">><</ClickContainerById>> <<ClickContainerById "Cafe_bar" "Cafe_bar">><</ClickContainerById>> <<if $items_local_shop !=1>> <<ClickContainerByClass "local_shop" "Local_shop">><</ClickContainerByClass>> <<elseif $items_local_shop ==1>> <<ClickContainerByClass "local_shop" "Local_shop_upgrated">><</ClickContainerByClass>> <</if>> <<if $day_time <5 >> <<ClickContainerByClass "night_club" "Nightclub_closed">><</ClickContainerByClass>> <<elseif $day_time >=5>> <<ClickContainerByClass "night_club" "Nightclub">><</ClickContainerByClass>> <</if>> <<ClickContainerByClass "cafe_bar" "Cafe_bar">><</ClickContainerByClass>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are <span style="font-weight: bold;">Outside</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <br> <div class="container"> <div class="up"> <div class="image-container studio" id="left_img" > <img src="img/studio1.jpg"> <div class="text" id="studio">Studio</div> </div> <div class="image-container playhouse" id="center_img_1"> <img src="img/Playhouse/addition_house2.webp"> <div class="text" id="Playhouse">Playhouse</div> </div> <div class="image-container" id="center_img"> [img["img/home_out1.jpg"][Hallway]] <div class="text" id="House_out">Home</div> </div> <div class="image-container" id="center_img"> [img["img/house1.jpg"][House_1]] <div class="text" id="House1">House1</div> </div> <div class="image-container" id="right_img"> [img["img/re2.jpg"][Residential_area]] <div class="text" id="Residential_area">Residential area</div> </div> </div> <div class="down"> <div class="image-container beach" id="left_img"> [img["img/beach1.jpg"][Beach]] <div class="text" id="Beach">Beach</div> </div> <div class="image-container shadow" id="center_img_1"> [img["img/shadow_street1.jpg"][Shadow_street]] <div class="text" id="Shadow_street">Shadow street</div> </div> <div class="image-container blur_2px" id="center_img"> [img["img/house3.webp"][Under_the_development]] <div class="text" id="House2">House 2</div> </div> <div class="image-container blur_2px" id="center_img"> [img["img/house4.jpg"][Under_the_development]] <div class="text" id="House3">House 3</div> </div> <div class="image-container" id="right_img"> [img["img/street2.jpg"][Street]] <div class="text" id="Street">Street</div> </div> </div> </div> <<fix_day_time>><</fix_day_time>> <<for _i to 1; _i <= 8; _i++>> <<if _i ==1>> <<Week_studio>> <<if $condition == 4>> <<RandomImageOnlyJpgContainer_persons 1 1 "Kagney/Kagney_face" "studio">> <</if>> <</if>> <<if _i ==2>> <<Week_brothel_angelica>> <<if $condition == 20>> <<RandomImageOnlyJpgContainer_persons 1 1 "Angelica_heart/Angelica_face" "shadow">> <</if>> <</if>> <<if _i ==3 >> <<Week_angelica_room>> <<if $condition == 20 && $event_angelica[0].quantity ==1>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Angelica_heart/Angelica_face" "playhouse">> <</if>> <</if>> <<if _i ==4 >> <<Week_spa_room>> <<if $condition == 20 && $event_angelica[0].quantity ==1>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Angelica_heart/Angelica_face" "playhouse">> <</if>> <</if>> <<if _i ==5 >> <<Week_playroom>> <<if $condition == 20 && $event_angelica[0].quantity ==1>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Angelica_heart/Angelica_face" "playhouse">> <</if>> <</if>> <<if _i ==6 >> <<Week_massage_room>> <<if $condition == 20 && $event_angelica[0].quantity ==1>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Angelica_heart/Angelica_face" "playhouse">> <</if>> <</if>> <<if _i ==7 >> <<Week_themed_room>> <<if $condition == 20 && $event_angelica[0].quantity ==1>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Angelica_heart/Angelica_face" "playhouse">> <</if>> <</if>> <<if _i ==8 >> <<Week_beach_telari>> <<if $condition == 22>> <<RandomImageOnlyJpgContainer_persons 1 1 "Telari/Telari_face" "beach">> <</if>> <</if>> <</for>> <<if $day_time ==1 || $day_time ==2 || $day_time ==3>> <<RandomImageOnlyWebp1 1 1 "Outside" "cell_center">> <<elseif $day_time ==4 || $day_time ==5>> <<RandomImageOnlyWebp1 1 1 "Outside_night" "cell_center">> <</if>> <<if $playhouse1 !=1>> <<ClickContainerByClass "playhouse" "Playhouse_buy">><</ClickContainerByClass>> <<elseif $playhouse1 == 1>> <<ClickContainerByClass "playhouse" "Playhouse">><</ClickContainerByClass>> <</if>> <<ClickContainerByClass "shadow" "Shadow_street">><</ClickContainerByClass>> <<if $studio_buy_intro !=1>> <<ClickContainerByClass "studio" "Studio_buy_intro">><</ClickContainerByClass>> <<elseif $studio_buy_intro ==1>> <<ClickContainerByClass "studio" "Studio">><</ClickContainerByClass>> <</if>> <<ClickContainerById "Garage" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Yard" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Shadow_street" "Shadow_street">><</ClickContainerById>> <<ClickContainerById "Residential_area" "Residential_area">><</ClickContainerById>> <<ClickContainerById "House3" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "House2" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Beach" "Beach">><</ClickContainerById>> <<ClickContainerById "Street" "Street">><</ClickContainerById>> <<ClickContainerById "House1" "House_1">><</ClickContainerById>> <<ClickContainerById "House_out" "Hallway">><</ClickContainerById>> <<Week_outside_out>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Residential area</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> /*[img["img/chechik.jpg"][Passage_1]] */ </div> </div> </div> <br> <br> <div class="container"> <div class="up"> <div class="image-container" id="left_img" > [img["img/outside1.jpg"][Outside_out]] <div class="text" id="Neighbours">Neighbours</div> </div> <div class="image-container" id="center_img"> [img["img/Villa/villa1.webp"][Villa]] <div class="text" id="Villa">Villa</div> </div> <div class="image-container" id="center_img"> [img["img/mansion4.webp"][Prince_mansion]] <div class="text" id="Prince_mansion">Prince's Mansion</div> </div> <div class="image-container blur_2px" id="center_img"> [img["img/mansion6.jpg"][Under_the_development]] <div class="text" id="Pink_villa">Pink Villa</div> </div> <div class="image-container blur_2px" id="right_img"> [img["img/mansion2.jpg"][Under_the_development]] <div class="text" id="Mansion_2">Mansion </div> </div> </div> <div class="down"> <div class="image-container forest" id="left_img"> [img["img/Forest/forest2.webp"][Forest]] <div class="text" id="Forest">Mysterious forest</div> </div> <div class="image-container" id="center_img"> [img["img/library2.webp"][Library]] <div class="text" id="Library">Library</div> </div> <div class="image-container blur_2px" id="center_img"> [img["img/house5.webp"][Under_the_development]] <div class="text" id="House2">House 4</div> </div> <div class="image-container" id="center_img"> [img["img/house6.jpg"][Kagney_house]] <div class="text" id="Kagney_house">Kagney's house</div> </div> <div class="image-container" id="right_img"> [img["img/street2.jpg"][Street]] <div class="text" id="Street">Street</div> </div> </div> </div> <<if $day_time ==5 || $day_time ==4>> <<RandomImageOnlyWebp1 1 3 "Residential_area/ra" "cell_center">> <<else>> <<RandomImageOnlyWebp1 3 3 "Residential_area/re" "cell_center">> <</if>> <<ClickContainerById "Neighbours" "Outside_out">><</ClickContainerById>> <<ClickContainerById "Villa" "Villa">><</ClickContainerById>> <<ClickContainerById "Street" "Street">><</ClickContainerById>> <<ClickContainerById "Kagney_house" "Kagney_house">><</ClickContainerById>> <<ClickContainerById "Library" "Library">><</ClickContainerById>> <<ClickContainerById "Prince_mansion" "Prince_mansion">><</ClickContainerById>> <<ClickContainerById "Pink_villa" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Mansion_2" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Forest" "Forest">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_cafe_bar>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Cafe-Bar</span><br> <<Who_is_here>> <<if $event_flags[0].quantity == 0>> <br>You don't work here <<else>> <br>You work here <</if>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<if $day_time == 2 || $day_time == 3 || $day_time == 4>> <<if $event_flags[0].quantity == 0.5 && $day_time == 3>> <<set $event_flags[0].quantity += 0.5>> <<goto "Cafe_bar_intro">> <<elseif $event_flags[0].quantity == 1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Waiter_work">Work</div> <div id="Waiter_staff_only">Staff only</div> <div id="Waiter_toilet">Restroom</div> </div> <<RandomImageOnlyJpg 4 9 "Cafe_bar/cafe_bar" >> <<if $condition != 0>> <div class="cell_2_yr"> <div id="Waiter_talk_kagney">Talk</div> <div class="blur" id="Waiter_give_present_kagney">Give a present</div> <div class="blur" id="Waiter_action_kagney">Action</div> </div> <<RandomImageOnlyJpg 4 9 "Cafe_bar/cafe_bar" >> <</if>> </div> <<elseif $event_flags[0].quantity == 0 || $event_flags[0].quantity == 0.5>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_cofe_cafe_bar">Take coffee 2$</div> </div> <</if>> <<set _random_2 to random(1,2)>> <<if _random_2 == 1>> <<replaceClass "cell_center" "cell_center_wide_16">><</replaceClass>> <<RandomImageOnlyWebp1 9 11 "Cafe_bar/cafe_bar" >> <<elseif _random_2 ==2>> <<RandomImageOnlyWebp1 4 8 "Cafe_bar/cafe_bar" >> <</if>> <<else>> <br><<InsertText_Size "The cafe-bar is closed">> <<RandomImageOnlyJpg 1 1 "Cafe_bar/Closed" "cell_center">> <</if>> <<Back1 "Street">> <<ClickContainerById "Computer_yr" "Computer_yr">><</ClickContainerById>> <<ClickContainerById "Masturbate_yr" "Masturbate_yr">><</ClickContainerById>> <<ClickContainerById "Computer_yr" "Computer_yr">><</ClickContainerById>> <<ClickContainerById "Take_cofe_cafe_bar" "Take_cofe_cafe_bar">><</ClickContainerById>> <<ClickContainerById "Waiter_work" "Waiter_work">><</ClickContainerById>> <<ClickContainerById "Waiter_staff_only" "Waiter_staff_only">><</ClickContainerById>> <<ClickContainerById "Waiter_toilet" "Waiter_toilet">><</ClickContainerById>> <<ClickContainerById "Waiter_talk_kagney" "Waiter_talk_kagney">><</ClickContainerById>> <<ClickContainerById "Waiter_action_kagney" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Waiter_give_present_kagney" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_133"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Aletta "You're lucky to see me here">> <br><<Text_animated_face Aletta "I don't usually interact with the staff, but today is a special day">> <br><<Text_animated_face Aletta "This is my cafe-bar, and not the last, I expect persistence from you and maybe someday we will meet again, bye">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Cafe_bar_intro_continue">Get to work</div> </div> </div> <<RandomImageOnlyJpgContainer 3 3 "Aletta/Aletta" "cell_center_tall_133">> <<ClickContainerById "Cafe_bar_intro_continue" "Cafe_bar_kagney_intro">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $items_your_room[0].quantity == 0 && $items_your_room[1].quantity==0 && $items_your_room[2].quantity ==0 >> <br><<Text "You have reached the maximum upgrade for your room">> <</if>> <<if $items_your_room[2].quantity !=0 >> <br> <div class="your_room"> <div class="cell_1_yr" style="width: 63%;"> <<if $items_your_room[0].quantity ==1 >> <div id="buy_bed_1">Bed Level 1 - 1000$</div> <</if>> <<if $items_your_room[1].quantity !=0 >> <div id="buy_bed_2">Bed Level 2 - 10000$</div> <</if>> <<if $items_your_room[2].quantity !=0 >> <div class="blur_2px" id="buy_bed_3">Bed Level 3 - 100000$</div> <</if>> </div> </div> <</if>> <<if $items_your_room[2].quantity ==0>> <<RandomImageOnlyJpgContainer 4 4 "Your_room/your_room" "cell_center">> <<else>> <<if $items_your_room[1].quantity ==0>> <<RandomImageOnlyJpgContainer 3 3 "Your_room/your_room" "cell_center">> <<else>> <<if $items_your_room[0].quantity == 1>> <<RandomImageOnlyJpgContainer 1 1 "Your_room/your_room" "cell_center">> <<elseif $items_mom_room[1].quantity == 1>> <<RandomImageOnlyJpgContainer 2 2 "Your_room/your_room" "cell_center">> <</if>> <</if>> <</if>> <<Back1 "Improve_house">> <<ClickContainerById "buy_bed_1" "buy_bed_1">><</ClickContainerById>> <<ClickContainerById "buy_bed_2" "buy_bed_1">><</ClickContainerById>> <<ClickContainerById "buy_bed_3" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <<if $items_mom_room[0].quantity == 1>> <div id="buy_mom_room_1">Room 1100$</div> <</if>> <div class="blur" id="buy_mom_room_2">Room 9000$</div> <div class="blur" id="buy_mom_room_3">Room 35000$</div> </div> </div> <<if $items_mom_room[0].quantity == 1>> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/mom_room" "cell_center">> <<elseif $items_mom_room[1].quantity == 1>> <<RandomImageOnlyJpgContainer 2 2 "Mom_room/mom_room" "cell_center">> <</if>> <<Back1 "Improve_house">> <<ClickContainerById "buy_mom_room_1" "buy_mom_room_1">><</ClickContainerById>> <<ClickContainerById "buy_mom_room_2" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "buy_mom_room_3" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $do_site <5>> /*-----------------------------------------------------------------------------------------*/ <<if $do_site < 5 && $prog_skill >=5 && $energy>0 >> <br><<InsertText_Size "You have made some progress in creating the +18 site">> <br><<InsertText_Size "Progress Level: $do_site, required level to complete the site - 5">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 3 3 "Your_room/Site/do_code" "cell_center" >> <<set $do_site +=1>> <<Energy>> <<elseif $prog_skill < 5>> <br><<InsertText_Size "You must improve your programming skills, the requirement is 5">> <</if>> /*-----------------------------------------------------------------------------------------*/ <<elseif $do_site <10>> /*-----------------------------------------------------------------------------------------*/ <<if $do_site >= 5 && $do_site < 10 && $prog_skill >= 10 && $energy>0 >> <br><<InsertText_Size_animated "You have made some progress in creating the +18 site">> <br><<InsertText_Size "Progress Level: $do_site, required level to complete the site - 10">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 3 3 "Your_room/Site/do_code" "cell_center" >> <<set $do_site +=1>> <<Energy>> <<elseif $prog_skill <10>> <br><<InsertText_Size_animated "You must improve your programming skills, the requirement is 10">> <</if>> /*-----------------------------------------------------------------------------------------*/ <<elseif $do_site >=10>> /*-----------------------------------------------------------------------------------------*/ <<if $do_site >=10>> <<RandomImageOnlyJpgContainer 1 1 "Your_room/Site/" "cell_center">> <br><<InsertText_Size_animated "You've finished creating the website">> <<set $site_colpleted =1>> <</if>> /*-----------------------------------------------------------------------------------------*/ <</if>> <<GoTo_No_Energy>> <<Back1 "Computer_yr">> <</nobr>>
/*этот виджет с какой то вероятностью будтет отправлять сообщения от моделей из инсты, если отошения с ними больше определенного числа condition, который мы подаем в args[2], args[0] имя модели args[1] сообщение этой модели, а из args[3] берется условие флага, то есть было ли отправлено сообщение*/ <<nobr>> <<widget "InsertMassage">> <<set _probability = random(1, 100)>> <<set _name to $args[0]>> <<set _name_pass to $args[1]>> <<set _condition to $args[2]>> <<set _flag to $args[3]>> <<if _flag == 0>> <<if _probability <= 90>> <<if $instagram_member_rel[1] >= _condition>> <div class="your_room"> <div class="cell_1_yr"> <div class="lesbian" id="Lesbian"> You have a new massgae by <<link "_name" _name_pass>><</link>></div> </div> <br> </div> <</if>> <</if>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "InsertText_Size">> <<set _text to $args[0]>> <div class="content_text_visual_1"> <div class="content_text_1"> <div> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Sell_panties">Sell panties</div> <div id="Sell_bras">Sell bras</div> </div> </div> <<Back1 "Computer_yr">> <<RandomImageOnlyJpg 1 1 "Online_shop" "cell_center">> <<ClickContainerById "Sell_panties" "Sell_panties">><</ClickContainerById>> <<ClickContainerById "Sell_bras" "Sell_bras">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "GoTo_No_Energy">> <<if $energy <= 0>> <<goto "No_energy">> <</if>> <</widget>> <</nobr>>
<<nobr>> <<if $items_your_room[1].quantity !=0 >> /*//////////////////////////////////////////////////////////////////////*/ <<if $items_your_room[0].quantity !=0 >> /*--------------------------------------------------------------------*/ <<if $money >= 1000 && $items_your_room[0].quantity==1>> <<set $money -= 1000>> <br><br><br><br><br> <<Yellow "You improved your bed. New sweet dreams are available to you">> <<set $items_your_room[0].quantity to 0>> <<set $your_room_level =1>> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> /*--------------------------------------------------------------------*/ <<elseif $items_your_room[0].quantity ==0>> /*--------------------------------------------------------------------*/ <<if $money >= 10000>> <<set $money -= 10000>> <br><br><br><br><br> <<Yellow "You improved your bed. New sweet dreams are available to you">> <<set $items_your_room[1].quantity to 0>> <<set $your_room_level =2>> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> /*--------------------------------------------------------------------*/ <</if>> /*//////////////////////////////////////////////////////////////////////*/ <<elseif $items_your_room[1].quantity ==0>> <<if $money >= 100000>> <<set $money -= 100000>> <br><br><br><br><br> <<Yellow "You improved your bed. New sweet dreams are available to you">> <<set $items_your_room[2].quantity to 0>> <<set $your_room_level =3>> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <</if>> <<Back1 "Improve_your_room">> <</nobr>>
<<nobr>> <<if $event_mom[0].quantity ==1>> <<if $money >= 1100 && $items_mom_room[0].quantity == 1>> <<set $money -= 1100>> <br><br><br><br><br> <<InsertText_Size_animated "<span>You improved mom room. Your relationship with your mom <<Green_text 'increased'>></span>">> <br><<InsertText_Size_animated "<span>The influence on Mom <<Green_text 'increased'>></span>">> <<set $relationship[1] +=5>> <<set $items_mom_room[0].quantity to 0>> <<set $mom_room_level =1>> <<Not_relationship_top_plus Mom 5>> <<elseif $items_mom_room[0].quantity == 0>> <br><br><br><br><br> <<InsertText_Size_animated "This has been improved">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You need to talk with Mom in her room">> <</if>> <<Back1 "Improve_mom_room">> <</nobr>>
Seltin Sweety [[Hallway]]
/* здесь генерируются сообщения от Seltin*/ <<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <</nobr>> <<nobr>> <div class="your_room"> <div class="cell_1_yr"> <div id="Imaging">Imagine how you fuck her</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> */ <<GoTo_No_Energy>> <<set $arousal_person += 1>> <<ClickContainerById "Back" "Check_mail">><</ClickContainerById>> <<set $category to "Seltin_sweety/Massages/Seltin_message">> <<RandomImageOnlyWebp 1 3 $category>> <<fix_day_time>><</fix_day_time>> <<set $day_time to $day_time +1>> [[Back|Your room]] <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<set _random to random(1,10)>> <<if _random <=3 >> <<if $items_panties[0].quantity <= 1000>> <<InsertText_Size_animated "You found Mom's panties">> <<set _random_1 to random(1,5)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Mom_room/Mom_search/1/panties">> <<elseif _random_1 == 2>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Mom_room/Mom_search/12/panties">> <<elseif _random_1 ==3>> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Mom_room/Mom_search/14/panties">> <<elseif _random_1 >3>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Mom_room/Mom_search/133_tall/panties">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take">Take</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Sniff_mom_panties">Sniff the panties</div> </div> </div> <<else>> <<InsertText_Size_animated "You didn't find anything">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "did_not_find" "cell_center" >> <</if>> <</if>> <<if _random >=4 && _random <= 6 >> <<if $items_bras[0].quantity <= 1000>> <<InsertText_Size "You found your Mom's bra">> <<set _random_1 to random(1,5)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Mom_room/Mom_search/12/bras">> <<elseif _random_1 == 2>> <<replaceClass "cell_center" "cell_center_tall_16">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Mom_room/Mom_search/16/bras">> <<elseif _random_1 ==3>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Mom_room/Mom_search/133/bras">> <<elseif _random_1 >3>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyJpg 1 3 "Mom_room/Mom_search/133_tall/bras">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_bra">Take</div> </div> </div> <<else>> <<InsertText_Size_animated "You didn't find anything">> <<RandomImageOnly 1 1 "did_not_find">> <</if>> <</if>> <<if _random >= 7 && _random <=9 >> <<InsertText_Size_animated "You found <<Green_text'5$'>> dollar">> <<set $money += 5>> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "cash" "cell_center" >> <</if>> <<if _random ==10>> <<InsertText_Size_animated "You didn't find anything">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "did_not_find" "cell_center" >> <</if>> <<Back1 "Mom room">> <<set $energy -->> <<ClickContainerById "Back" "Mom room">><</ClickContainerById>> <<ClickContainerById "Take" "Take_mom_panties" >> <</ClickContainerById>> <<ClickContainerById "Take_bra" "Take_mom_bra" >> <</ClickContainerById>> <<ClickContainerById "Sniff_mom_panties" "Sniff_mom_panties" >> <</ClickContainerById>> <<elseif $energy <=0>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Mom room">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Hack_mom_laptop"> Try to hack Mom's laptop</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<RandomImageOnlyJpg 1 1 "mom_laptop">> <<ClickContainerById "Back" "Mom room">><</ClickContainerById>> <<ClickContainerById "Hack_mom_laptop" "Hack_mom_laptop" >> <</ClickContainerById>> <</nobr>>
<<nobr>> <br><<Text_animated_face Mom "You're a little pervert, enough already, come with me!">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Jerk_off/" 1 1>> <br><<linkappend "<<Text_animated_face Mom 'Seems like you are getting horny when you watch me. Come on, lay down'>>">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Jerk_off/" 2 2>> <br><<linkappend "<<Text_animated_face Mom 'Baby, do you like my ass?'>>">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Jerk_off/" 3 3>> <br><<linkappend "<<Text_animated_face Mom 'Take a closer look at her, I think you want that, dont you..'>>">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Jerk_off/" 5 5>> <br><<linkappend "<<Text_animated_face Mom 'You, pervert in our house, you will relish this, my scent will intoxicate you just as you desired while you spy on me. Now, learn your lesson'>>">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Jerk_off/" 8 8>> <br><<linkappend "<<Text_animated_face Mom 'Do you like that?!'>>">> <br><<Text_animated_face_person "Mmpphh...">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Jerk_off/" 9 9>> <br><<linkappend "<<Text_animated_face Mom '<span><i>( Mmm, its so pleasing to grind on his face )</i></span>'>>">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Jerk_off/" 10 10>> <<timed 1500ms>> <br><<Text_animated_face Mom "Now you understand better what awaits you if you keep behaving the same way">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Jerk_off/" 7 7>> <br><<InsertText_Size_animated "Mom's corruption<<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Your SIgma <<Red_text 'decreased'>>">> <<set $corruption[1] +=2>> <<set $sigma_person -=1>> <<Back1 "Hallway">> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<set $cought_living_room_mom = 0>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated Mom "What are you doing honey?! Go to your bed">> <br><<InsertText_Size_animated "This option will be available in the next updates">> /*<<InsertText_Size "Your relationship with your mom has <span style='color: red; padding-top:0px;'>decreased</span> ">>*/ <<Back1 Hallway>> <<RandomImageOnly 1 1 "wayd">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <br> <<if $one_tease_mom_night !=1>> <<if $tease_mom_night[4].quantity == 0>> <<if $tease_mom_night[2].quantity == 0>> <<if $tease_mom_night[0].quantity == 0>> <<set _random to random(1,10)>> <<if _random <=6>> <<InsertText_Size_animated "You wake up Mom">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/Mom_sleep/" "cell_center" >> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 16 16>> <br><<InsertText_Size_animated "You couldn't progress further">> <</timed>> <<Back1 "Hallway">> <<else>> <<InsertText_Size_animated "<span>You are lucky. You passed this stage. <br>You should continue next time</span>">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/Mom_sleep/" "cell_center" >> <<set $tease_mom_night[0].quantity +=0.5>> <<Back1 "Hallway">> <</if>> <<elseif $tease_mom_night[0].quantity >=0.5>> <<if $tease_mom_night[1].quantity == 0>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/Mom_sleep/" "cell_center" >> <<InsertText_Size_animated "You touching that massive Mommy ass...">> <br><<linkappend "<<InsertText_Size_animated 'Squeeze her ass'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 2 2>> <<set _random_1 to random(1,10)>> <<if _random_1 <=5>> <br><<InsertText_Size_animated "You wake up mom">> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 16 16>> <br><<InsertText_Size_animated "You couldn't progress further">> <</timed>> <<Back1 "Hallway">> <<else>> <br><<InsertText_Size_animated "You are lucky. You passed this stage">> <<set $tease_mom_night[1].quantity +=0.5>> <<Back1 "Hallway">> <</if>> <</linkappend>> <<elseif $tease_mom_night[1].quantity >= 0.5>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/Mom_sleep/" "cell_center" >> <<InsertText_Size_animated "You touching that massive mommy ass...">> <br><<linkappend "<<InsertText_Size_animated 'Squeeze her ass'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Touch here pussy though her panties'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 3 4>> <<set _random_2 to random(1,10)>> <<if _random_2 <5>> <br><<InsertText_Size_animated "You wake up mom">> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 16 16>> <br><<InsertText_Size_animated "You couldn't progress further">> <</timed>> <<Back1 "Hallway">> <<else>> <br><<InsertText_Size_animated "You are lucky. You passed this stage">> <<set $tease_mom_night[2].quantity +=0.5>> <<Back1 "Hallway">> <</if>> <</linkappend>> <</linkappend>> <</if>> <</if>> <<elseif $tease_mom_night[2].quantity >= 0.5>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/Mom_sleep/" "cell_center" >> <<InsertText_Size_animated "You touching that massive mommy ass...">> <br><<linkappend "<<InsertText_Size_animated 'Squeeze her ass'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Touch here pussy though her panties'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 3 4>> <br><<linkappend "<<InsertText_Size_animated 'Take off her panties'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'Touch her delicious pussy'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 6 7>> <<if $tease_mom_night[3].quantity ==0>> <<set _random_3 to random(1,10)>> <<if _random_3 <=4>> <br><<InsertText_Size_animated "You wake up mom">> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 16 16>> <br><<InsertText_Size_animated "You couldn't progress further">> <</timed>> <<Back1 "Hallway">> <<else>> <br><<InsertText_Size_animated "You are lucky. You passed this stage">> <<set $tease_mom_night[3].quantity +=0.5>> <<Back1 "Hallway">> <</if>> <<elseif $tease_mom_night[3].quantity >=0.5>> <br><<linkappend "<<InsertText_Size_animated 'Take off her bra'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 8 8>> <br><<linkappend "<<InsertText_Size_animated 'Caress her tits'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 9 9>> <br><<Text_animated_face_person "<span><i>( I have come so far. She doesnt resist, maybe she's awake and she likes it... )</i></span>">> <br><<InsertText_Size_animated "Enough for today">> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 1>> <<Not_corruption_top_plus Mom 1>> <<set $tease_mom_night[4].quantity +=0.5>> <<Back1 "Hallway">> <</linkappend>> <</linkappend>> <</if>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</if>> <<elseif $tease_mom_night[4].quantity >=0.5>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/Mom_sleep/" "cell_center" >> <<InsertText_Size_animated "You touching that massive mommy ass...">> <br><<linkappend "<<InsertText_Size_animated 'Squeeze her ass'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Touch here pussy though her panties'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 3 4>> <br><<linkappend "<<InsertText_Size_animated 'Take off her panties'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'Touch her delicious pussy'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 6 7>> <br><<linkappend "<<InsertText_Size_animated 'Take off her bra'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 8 8>> <br><<linkappend "<<InsertText_Size_animated 'Caress her tits'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 9 9>> <br><<linkappend "<<InsertText_Size_animated 'Tease here with your dick'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 10 10>> <br><<InsertText_Size_animated "You rub your dick over her nipples">> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 11 11>> <br><<InsertText_Size_animated "You rub your dick over her plump lips">> <br><<linkappend "<<InsertText_Size_animated 'Try to put it in her mouth'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 12 12>> <<if $tease_mom_night[5].quantity ==0>> <<if $relationship[1]<30>> <br><<InsertText_Size_animated "You wake up mom">> <<timed 1000ms>> <br><<Text_animated_face Mom "What the fuck are you doing, $name_person. Fuck you sticking your dirty dick at me!!!">> <br><<Mp4_between_text_wide_178 "Mom/mom_angry" 1 1>> <br><<InsertText_Size_animated "You couldn't progress further">> <br><<InsertText_Size_animated "Mom relationship <<Red_text 'decreased'>>significantly">> <</timed>> <<set $relationship[1] -=5>> <<Not_relationship_top_minus Mom 5>> <<Back1 "Hallway">> <</if>> <<if $relationship[1]>= 30>> <<set _random_4 to random(1,10)>> <<if _random_4 <=3>> <br><<InsertText_Size_animated "You wake up mom">> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 16 16>> <br><<InsertText_Size_animated "You couldn't progress further">> <</timed>> <<Back1 "Hallway">> <<else>> <br><<InsertText_Size_animated "You are lucky. You passed this stage">> <<set $tease_mom_night[5].quantity +=0.5>> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <<Not_corruption_top_plus Mom 1>> <<Back1 "Hallway">> <</if>> <</if>> <<elseif $tease_mom_night[5].quantity >=0.5>> <br><<linkappend "<<InsertText_Size_animated 'Fuck her'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 13 13>> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 14 14>> <br><<linkappend "<<InsertText_Size_animated 'Cum on moms face'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 15 15>> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Mom obedience <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <<set $obedience[1] +=1>> <<Not_corruption_top_plus Mom 1>> <<Not_obedience_face1_plus Mom 1>> <<set $event_mom[10].quantity =1>> <</linkappend>> <</linkappend>> <<Back1 "Hallway">> <</if>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</if>> <<set $one_tease_mom_night =1>> <<GoTo_No_Energy>> <<Energy>> <<else>> <<InsertText_Size_animated "Enough for today">> <<Back1 "Hallway">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<if $items_mom_room[0].quantity == 1>> <br><<InsertText_Size "The door is closed">> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/door" "cell_center">> <<elseif $items_mom_room[1].quantity == 1>> <br><<InsertText_Size_animated "Mom is still sleeping">> <<RandomImageOnlyJpgContainer 1 4 "Mom_room/mom_sleep" "cell_center">> /* <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur_2px" id="mom_room_tease_her_morning">Tease her</div> </div> </div> */ <</if>> <<Back1 "Mom room">> <<set $day_time ++>> <<ClickContainerById "mom_room_tease_her_morning" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_Mom_room">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 1 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 1 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 1, 2: 0, 3: 1, 4: 0, 5: 1 }>> <<if $day_week === 2>> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 1 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 1, 3: 0, 4: 0, 5: 1 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 1 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 1, 2: 0, 3: 0, 4: 1, 5: 1 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<set $items_panties[0].quantity -=1>> <<set $items_owing_mom[0].quantity +=1>> <br><br><br><br><br> <<InsertText_Size_animated "You took Mom's panties">> <<Back1 "Mom room">> <</nobr>>
<<nobr>> <<set $items_bras[0].quantity -=1>> <<set $items_owing_mom[1].quantity +=1>> <br><br><br><br><br> <<InsertText_Size_animated "You took Mom's bra">> <<Back1 "Mom room">> <</nobr>>
<<nobr>> <<if $mom_laptop_hacked !=1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $prog_skill >=20 >> <<timed 1500ms>> <br><<InsertText_Size_animated "You managed to hack Mom's laptop">> <<set $event_mom[21].quantity =1>> <<Back1 "Mom room">> <</timed>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/hacking" "cell_center" >> <<set $mom_laptop_hacked =1>> <<else>> <br><<InsertText_Size_animated "You need to improve your programming skills to 20 and above">> <<Back1 "Mom room">> <</if>> <<elseif $mom_laptop_hacked ==1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" style="box-shadow: 0 0 0 0;"> <img style="box-shadow: 0 0 0 0;" src="img/Your_room/Vain_tv1.png"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="spy_mom_laptop">Spy on Mom</div> </div> </div> <<Back1 "Mom room">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<if $items_mom_room[0].quantity == 1>> <br><<Text_animated_face_person "Hey Mom, you seem a bit down. Is something bothering you?">> <br><<Text_animated_face Mom "$name_person, I don’t want my beauty to dissolve among this mold...">> <br><<Yellow "You should help Mom get out of this cycle of poverty">> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/Talk/mom_in_room" "cell_center">> <<set $event_mom[0].quantity =1>> <<elseif $items_mom_room[1].quantity == 1>> <br><<Text_animated_face Mom "Hello dear, you know, it seems like our lives are starting to change">> <br><<Text_animated_face_person "It's a good sign, I think you're gaining new strength for life, Mom?">> <br><<Text_animated_face Mom "Yes, $name_person, indeed, I feel like it's all thanks to your diligence. You're starting to take care of us">> <br><<Text_animated_face_person "You're my girls, and I love you, each in your own way">> <br><<Text_animated_face Mom "Wow, that sounds so mature, I like it...">> <br><<Text_animated_face Mom "You've always been so rational since childhood, but I feel like you're changing, becoming so alive, more emotional...">> <br><<Text_animated_face Mom "You know I work in the city, right?">> <br><<Text_animated_face_person "Yes, Mom">> <br><<Text_animated_face Mom "<<Yellow_text 'I want to introduce you to someone, drop by sometime'>>">> <br><<Text_animated_face_person "Okay">> <<set $event_mom[16].quantity =1>> <<RandomImageOnlyJpgContainer 2 2 "Mom_room/Talk/mom_in_room" "cell_center">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<ClickContainerById "Back" "Mom room">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Back1">> <<set _back to $args[0]>> <br> <div class="your_room" id="animated" > <div class="cell_1_yr" style="border:0px solid;"> <div id="Back"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" _back>><</ClickContainerById>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_177"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Give_chocolate">Give chocolate</div> <div id="Give_flower">Give flower</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<RandomImageOnlyJpgContainer 1 1 "Mom_room/mom_gift" "cell_center_tall_177">> <<ClickContainerById "Back" "Mom room">><</ClickContainerById>> <<ClickContainerById "Give_chocolate" "Give_chocolate_mom">><</ClickContainerById>> <<ClickContainerById "Give_flower" "Give_flowers_mom">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_15"> </div> <div class="cell_right"> </div> </div> <</nobr>> <<nobr>> <br><br><br><br><br> <div class="your_room"> <div class="cell_1_yr"> <div id="Huge_Veronica">Huge</div> <<if $relationship[1] >=10 && $corruption[1] >=10 >> <div id="Kiss_veronica">Kiss Veronica</div><</if>> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<RandomImageOnlyJpgContainer 3 4 "Veronica/Veronica" "cell_center_tall_15">> <<ClickContainerById "Back" "Veronica room">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_Adriana_room">> <<set _day1_conditions = { 1: 2, 2: 0, 3: 0, 4: 2, 5: 2, }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 2, 2: 0, 3: 0, 4: 0, 5: 2, }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 2, 5: 2, }>> <<if $day_week === 2>> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 2, 2: 0, 3: 0, 4: 2, 5: 2, }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 2, 2: 0, 3: 0, 4: 2, 5: 0, }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 2, 2: 2, 3: 0, 4: 0, 5: 2, }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<if $items_adriana_room[0].quantity == 1>> <br><<InsertText_Size_animated "The door is closed">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to improve Adriana’s room'>>">> <<RandomImageOnlyWebp1 1 1 "Adriana/door">> <</if>> <<Back1 "Adriana room">> <<ClickContainerById "mom_room_tease_her_morning" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_15" > </div> <div class="cell_right"> </div> </div> <br> <<Text_animated_face_person "Hey sister, what are you planning to do, now that we've lost our stepfather?">> <br> <<Text_animated_face Adriana "We need to come up with something to make money... Do you have ideas?">> <br> <<Text_animated_face_person "No">> <br><<InsertText_Size_animated "<<Yellow_text 'Think of a way for you to get rich through a business venture'>>">> <<if $event_adriana[1].quantity ==0>> <<Not_new_quest>> <<set $event_adriana[1].quantity =1>> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<RandomImageOnlyWebp1 1 1 "Adriana/Adriana" "cell_center_tall_15">> <<ClickContainerById "Back" "Adriana room">><</ClickContainerById>> <<set $day_time ++>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_wide_15"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Give_chocolate">Give chocolate</div> <div id="Give_flower">Give flower</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<RandomImageOnlyWebp1 2 2 "Adriana/Adriana" "cell_center_wide_15">> <<ClickContainerById "Back" "Adriana room">><</ClickContainerById>> <<ClickContainerById "Give_chocolate" "Give_chocolate_adriana">><</ClickContainerById>> <<ClickContainerById "Give_flower" "Give_flower_adriana">><</ClickContainerById>> <<ClickContainerById "Give_vibrator" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<set $items_adriana_room[0].quantity = 0 >> /*------------------------------------------------------------------------------------/ /*------------------------- 0 LEVEL ROOM -----------------------------------------*/ <<if $items_adriana_room[0].quantity == 1>> <br><<InsertText_Size_animated "The door is closed">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to improve Adriana’s room'>>">> <<RandomImageOnlyWebp1 1 1 "Adriana/door">> /*--------------------------------------------------------------------------------------*/ /*------------------------- 1 LEVEL ROOM -----------------------------------------*/ <<elseif $items_adriana_room[0].quantity == 0 && $items_adriana_room[1].quantity == 1 >> <<set _random_1 to random(2,2)>> /*----------------------------------------------------------------------------------*/ /*----------------------- SLEEP -----------------------------------------*/ <<if _random_1 ==1>> <br><<InsertText_Size_animated "Adriana is still sleeping">> <<RandomImageOnlyWebp1 2 3 "Adriana_room/Morning/morning">> /*-------------------------------------------------------------------------------------*/ /*---------------------------- NO SLEEP ------------------------------------------*/ <<elseif _random_1 == 2 >> <<set _random_2 to random(1,3)>> /*---------------------------- IN THE BED -------------------------------------------*/ <<if _random_2 == 1>> <br><<InsertText_Size_animated "<span>Adriana stretches and squirms in bed, <br>slowly waking up before finally getting up</span>">> <<set _random_img to random(1,5)>> <<if _random_img == 1>> <<RandomImageOnlyWebp1 1 1 "Adriana_room/Morning/Peek_young/">> <<elseif _random_img == 2>> <<RandomImageOnlyWebp1 2 2 "Adriana_room/Morning/Peek_young/">> <<elseif _random_img == 3>> <<RandomImageOnlyWebp1 3 3 "Adriana_room/Morning/Peek_young/">> <<elseif _random_img == 4>> <<RandomImageOnlyWebp1 4 4 "Adriana_room/Morning/Peek_young/">> <<elseif _random_img == 5>> <<RandomImageOnlyWebp1 5 5 "Adriana_room/Morning/Peek_young/">> <</if>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <<if _random_img == 1>> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/1/" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/1/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/1/" 3 3>> <</linkappend>> <</linkappend>> <<elseif _random_img == 2>> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/2/" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/2/" 1 3>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/2/" 5 7>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/2/" 8 11>> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif _random_img == 3>> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 3 3>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 4 4>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 5 5>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif _random_img == 4>> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/4/" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/4/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/4/" 3 3>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/4/" 4 5>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/4/" 6 7>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif _random_img == 5>> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/5/" 10 10>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/5/" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/5/" 2 3>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/5/" 4 6>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/5/" 7 8 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/5/" 9 9 >> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</if>> <</linkappend>> /*-------------------------------------------------------------------------------------*/ /*----------------------------- AROUND ROOM ---------------------------------*/ <<elseif _random_2 == 2>> <br><<InsertText_Size_animated "Adriana is pacing around the room">> <<set _random_around to random(1,3)>> <<if _random_around ==1>> <<RandomImageOnlyWebp1 6 8 "Adriana_room/Morning/Peek_young/">> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 1 1 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 2 3 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 5 5 >> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif _random_around ==2>> <<RandomImageOnlyWebp1 9 11 "Adriana_room/Morning/Peek_young/">> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 13 13 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 14 14 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 15 15 >> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif _random_around ==3>> <<RandomImageOnlyWebp1 12 12 "Adriana_room/Morning/Peek_young/">> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 6 6 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 7 7 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 8 8 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 9 10 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 11 12 >> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</if>> /*-------------------------------------------------------------------------------------*/ <<elseif _random_2 == 3>> <br><<InsertText_Size_animated "Adriana, dressed in just her lingerie, is in her room">> <<RandomImageOnlyWebp1 13 14 "Adriana_room/Morning/Peek_young/">> <</if>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 16 19 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 20 20 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 21 21 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 22 22 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 23 24 >> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/Around_room/" 25 26 >> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> /*-----------------------------------------------------------------------------*/ <</if>> <</if>> <<Back1 "Adriana room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <</nobr>> <<nobr>> <div class="your_room"> <div class="cell_1_yr"> <div class="blur_2px" id="Hack_adriana_laptop"> Try to hack Adriana's laptop</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<RandomImageOnlyWebp1 1 1 "Adriana/laptop" "cell_center">> <<ClickContainerById "Back" "Adriana room">><</ClickContainerById>> <<ClickContainerById "Hack_adriana_laptop" "Under_the_development" >> <</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_15"> </div> <div class="cell_right"> </div> </div> <</nobr>> <<nobr>> <br><br><br><br><br> <div class="your_room"> <div class="cell_1_yr"> <div id="Huge_mom">Huge</div> <<if $relationship[1] >=10 && $corruption[1] >=10 >> <div id="Kiss_mom">Kiss mom</div><</if>> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Back</div> </div> </div> <<RandomImageOnlyJpgContainer 5 5 "Mom/mom" "cell_center_tall_15">> <<ClickContainerById "Back" "Mom room">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<set _random to random(1,10)>> <<if _random <=3>> <<if $items_panties[1].quantity <= 1000>> <<InsertText_Size "You found Adriana's panties">> <<set _random_1 to random(1,7)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Adriana_room/Adriana_search/1/panties">> <<elseif _random_1 >= 2 && _random_1 <= 4>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Adriana_room/Adriana_search/13/panties">> <<elseif _random_1 ==5>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyJpg 1 3 "Adriana_room/Adriana_search/wide_13/panties">> <<elseif _random_1 ==6>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Adriana_room/Adriana_search/wide_15/panties">> <<elseif _random_1 ==7>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Adriana_room/Adriana_search/wide_178/panties">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take">Take</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur" id="jerk_off_adriana_panties">Jerk off</div> </div> </div> <<else>> <<InsertText_Size "You didn't find anything">> <<RandomImageOnly 1 1 "did_not_find">> <</if>> <</if>> <<if _random >=4 && _random <= 6 >> <<if $items_bras[1].quantity <= 100>> <<InsertText_Size "You found Adriana's bra">> <<set _random_1 to random(1,5)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Adriana_room/Adriana_search/1/bras">> <<elseif _random_1 >= 2 && _random_1 <= 4>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyJpg 1 3 "Adriana_room/Adriana_search/13/bras">> <<elseif _random_1 ==5>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Adriana_room/Adriana_search/178/bras">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_bra">Take</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur" id="jerk_off_mom_bra">Jerk off</div> </div> </div> <<else>> <<InsertText_Size "You didn't find anything">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "did_not_find" "cell_center" >> <</if>> <</if>> <<if _random >= 7 && _random <=9>> <<InsertText_Size "You found <span style='color: green;'>5$</span> dollar">> <<set $money += 5>> /*<<RandomImageOnly 1 1 "cash">>*/ <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "cash" "cell_center" >> <</if>> <<if _random ==10>> <<InsertText_Size_animated "You didn't find anything">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "did_not_find" "cell_center" >> <</if>> <<Back1 "Adriana room">> <<set $energy -->> <<ClickContainerById "Back" "Adriana room">><</ClickContainerById>> <<ClickContainerById "Take" "Take_adriana_panties" >> <</ClickContainerById>> <<ClickContainerById "Take_bra" "Take_adriana_bra" >> <</ClickContainerById>> <<elseif $energy <=0>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Adriana room">> <</if>> <</nobr>>
<<nobr>> <<InsertText_Size "You don't have enaugh programming skills. Requarment - 60">> <<Back1 "Adriana room">> <</nobr>>
<<nobr>> <<set $items_panties[1].quantity -=1>> <<set $items_owing_adriana[0].quantity +=1>> <br><br><br><br><br> <<InsertText_Size_animated "You took Adriana's panties">> <<Back1 "Adriana room">> <</nobr>>
<<nobr>> <<set $items_bras[1].quantity -=1>> <<set $items_owing_adriana[1].quantity +=1>> <br><br><br><br><br> <<InsertText_Size_animated "You took Adriana's bra">> <<Back1 "Adriana room">> <</nobr>>
<<nobr>> <<widget "Week_Veronica_room">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 3 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 3, 2: 0, 3: 3, 4: 0, 5: 3 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 3, 2: 0, 3: 0, 4: 3, 5: 3 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 3 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 3, 2: 0, 3: 0, 4: 3, 5: 3 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 3 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 3 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $items_gifts[0].quantity <=0 && $items_gifts[1].quantity <=0>> <br><<Text "There’s no nice gift to lift her mood and improve your relationship with her. Stop by the local shop sometime to buy something sweet or some flowers">> <<if $gift_makeup1_veronica !=1>> <<if $items_gifts[2].quantity >0 && $event_veronica[2].quantity !=1>> <br><<Yellow "You need to talk with Veronica in her upgraded room">> <<elseif $items_gifts[2].quantity >0 && $event_veronica[2].quantity ==1>> <br><<Text "You have a makeup for your sister">><br> <</if>> <</if>> <<if $gift_makeup2_veronica !=1>> <<if $items_gifts[3].quantity >0 && $event_veronica[19].quantity ==1 >> <br> <</if>> <</if>> <<else>> <br><<Text "You have a gift for your sister">><br> <<if $gift_makeup1_veronica !=1>> <<if $items_gifts[2].quantity >0 && $event_veronica[2].quantity !=1>> <<Yellow "You need to talk with Veronica in her upgraded room">><br> <</if>> <</if>> <</if>> <div class="your_room"> <div class="cell_1_yr" style="width: 61%;"> <<if $items_gifts[0].quantity > 0>> <div id="Give_chocolate">Give Chocolate</div> <</if>> <<if $items_gifts[1].quantity > 0>> <div id="Give_flower">Give Flowers </div> <</if>> <<if $gift_makeup1_veronica !=1>> <<if $items_gifts[2].quantity >0 && $event_veronica[2].quantity ==1 >> <div id="Give_makeup1">Gift Makeup </div> <</if>> <</if>> <<if $gift_makeup2_veronica !=1>> <<if $items_gifts[3].quantity >0 && $event_veronica[19].quantity ==1 >> <div id="Give_makeup2">Gift Makeup Level 2</div> <</if>> <</if>> </div> <<if $event_veronica[14].quantity==1 && $veronica_laptop1_hack ==1 && $veronica_laptop1 >=1 >> <div class="cell_2_yr"> <div id="Give_hacked_laptop_veronica">Give Hacked Laptop</div> </div> <</if>> </div> <<Back1 "Veronica room">> <<ClickContainerById "Give_makeup1" "Give_makeup1">><</ClickContainerById>> <<ClickContainerById "Give_makeup2" "Give_makeup2">><</ClickContainerById>> <<ClickContainerById "Give_hacked_laptop_veronica" "Give_hacked_laptop_veronica">><</ClickContainerById>> <<ClickContainerById "Give_flower" "Give_flower_veronica">><</ClickContainerById>> <<ClickContainerById "Give_chocolate" "Give_chocolate_veronica">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<if $gift_makeup1_veronica !=1 && $items_veronica_room[0].quantity == 1>> <br><<Text_animated_face_person "Hello Veronica, how are you?">> <br><<Text_animated_face Veronica "Ugly.">> <br><<Text_animated_face Veronica "I'm strapped for cash, so keeping up with my looks is pretty much out of the question">> <br><<Yellow "You need to improve Veronicas room to make her a little happy">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Veronica/Veronica" "cell_center">> <<set $veronica_talk1_vr =1>> <<New_quest veronica_first_talk_in_her_room1 >> <<elseif $gift_makeup1_veronica !=1 && $items_veronica_room[0].quantity == 0>> <br><<Text_animated_face_person "How do you feel in the improved room?">> <br><<Text_animated_face Veronica "Cool, really, I'm grateful to you, my best brother">> <br><<Text_animated_face Veronica "Finally, I can invite my friends over, at least there will be some fresh air here">> <br><<Text_animated_face_person "How's school going?">> <br><<Text_animated_face Veronica "Everything's okay, except that my classmates seem so grown-up when they wear makeup... I want to grow up too">> <br><<Yellow "<i>( You need to give makeup to Veronica )</i>">> <<set $event_veronica[2].quantity =1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 7 8 "Veronica_room/" "cell_center">> <<elseif $items_veronica_room[0].quantity == 0 && $items_veronica_room[1].quantity == 1 && $gift_makeup1_veronica ==1>> <br><<Text_animated_face Veronica "Hi $name_person, thank you for the makeup. It positively affects my mood, at least something good amid all this poverty">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Veronica_room/" "cell_center">> <</if>> <<Back1 "Veronica room">> <<ClickContainerById "Back" "Veronica room">><</ClickContainerById>> <</nobr>>
<<nobr>> <<InsertText_Size "The door is closed">> <<Back1 "Veronica room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <br> <div class="gif_wide_between_text"> </div> <br> <<InsertText_Size "You didn't wait for an answer">> <<Back1 "Veronica room">> <<RandomImageOnly 3 4 "knock">> <<RandomImageOnlyWebp1 1 2 "knock" "gif_wide_between_text">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <</nobr>> <<nobr>> <<Text Veronica "What the fuck, $name_person?!">><br> <<InsertText_Size "Your relationship with Veronica has <span style='color: red; padding-top:0px;'>decreased</span> ">> <<Back1 Hallway>> <<RandomImageOnly 1 1 "wayd">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Check_veronica_laptop"> Check mail</div> <div id="Spy_veronica_laptop"> Spy</div> </div> </div> <<Back1 "Hacking">> <<RandomImageOnlyWebp1 2 2 "Veronica/laptop" "cell_center">> <<ClickContainerById "Check_veronica_laptop" "Check_veronica_laptop">><</ClickContainerById>> <<ClickContainerById "Spy_veronica_laptop" "Spy_veronica_laptop" >> <</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header_mail"> <div class="cap_mail"> <div class="cap_mail_1"> </div> <div class="cap_mail_2">Vain</div> <div class="cap_mail_3"><<Back1 "Check_veronica_laptop">></div> </div> <div class="contain_mail"> <br><<Text_animated_face_left Mom "Hey Mom, you look incredibly attractive in that outfit">> <br><<Text_animated_face_right Veronica "Hey Mom, you look incredibly attractive in that outfit">> <br><<Text_animated_face_right Veronica "Hey Mom, you look incredibly attractive in that outfit">> <br><<Text_animated_face_left Mom "Hey Mom, you look incredibly attractive in that outfit">> <br><<Text_animated_face_right Veronica "Hey Mom, you look incredibly attractive in that outfit">> <br><<Text_animated_face_left Mom "Hey Mom, you look incredibly attractive in that outfit">> </div> </div> <style> .header_mail{ display:flex; flex-direction: column; width: 1050px; min-height: 350px; margin-left: -95px; border: 0px solid #fff; margin-top:-30px; margin-bottom:-10px; height: 826px; background-image: url('img/Veronica/check_mail1.jpg'); background-size: cover; border-radius:10px; filter: brightness(90%) saturate(100%); margin-bottom:-100px; filter: blur(0px); position:absolute; z-index:-11; overflow-y: auto; overflow-x: hidden; } .cap_mail{ display:flex; border: 0px solid #000; position: relative; z-index:10; min-width: 90%; height: 11%; background-color:#075e54; border-radius: 10px 10px 0px 0px; border-bottom: 2px solid #fff; } .contain_mail{ display:flex; height: 89%; border: 0px solid #fff; position: relative; z-index:10; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-radius: 10px 10px 0px 0px; } .cap_mail_1,.cap_mail_2,.cap_mail_3 { display:flex; justify-content:center; align-items:center; } .cap_mail_1{ width:20%; } .cap_mail_2{ width:40%; font-size:40px; font-weight:bold; justify-content:left; margin-left:-16px; margin-right:20px; } .cap_mail_3{ width:40%; } .cap_mail_1 img{ display: flex; object-fit: cover; height:70px; width:70px; border-radius: 37px; border:2px solid #fff; } .your_room{ width:500px; border: 0px solid #fff; } .cell_1_yr{ width:500px; } </style> <<RandomImageOnlyJpgContainer_persons 1 1 "Vain/Vain" "cap_mail_1">> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<set _random to random(1,10)>> <<if _random <=3 >> <<if $items_panties[2].quantity <= 1000>> <<InsertText_Size_animated "You found Veronica's panties">> <<set _random_1 to random(1,6)>> <<if _random_1 >= 1 && _random_1 <= 2>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Veronica_room/Search_room/1/panties">> <<elseif _random_1 >= 3 && _random_1 <= 4>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Veronica_room/Search_room/12/panties">> <<elseif _random_1 ==5>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Veronica_room/Search_room/15/panties">> <<elseif _random_1 ==6>> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Veronica_room/Search_room/wide_12/panties">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take">Take</div> </div> </div> /* <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur" id="jerk_off_veronica_panties">Jerk off</div> </div> </div> */ <<else>> <<Text "You didn't find anything">> <<RandomImageOnly 1 1 "did_not_find">> <</if>> <</if>> <<if _random >= 4 && _random <= 6 >> <<if $items_bras[2].quantity <= 1000>> <<InsertText_Size_animated "You found your Veronica's bra">> <<set _random_1 to random(1,5)>> <<if _random_1 >= 1 && _random_1 <= 2>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Veronica_room/Search_room/12/bras">> <<elseif _random_1 >= 3 && _random_1 <= 4>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Veronica_room/Search_room/133/bras">> <<elseif _random_1 ==5>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Veronica_room/Search_room/178/bras">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_bra">Take</div> </div> </div> /* <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur" id="jerk_off_veronica_bra">Jerk off</div> </div> </div> */ <<else>> <<Text "You didn't find anything">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "did_not_find" "cell_center" >> <</if>> <</if>> <<if _random >= 7 && _random <=9>> <<InsertText_Size "You found <span style='color: green;'>5$</span> dollar">> <<set $money += 5>> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "cash" "cell_center" >> <</if>> <<if _random ==10>> <<InsertText_Size_animated "You didn't find anything">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 1 1 "did_not_find" "cell_center" >> <</if>> <<Back1 "Veronica room">> <<set $energy -=1>> <<ClickContainerById "Back" "Veronica room">><</ClickContainerById>> <<ClickContainerById "Take" "Take_veronica_panties" >> <</ClickContainerById>> <<ClickContainerById "Take_bra" "Take_veronica_bra" >> <</ClickContainerById>> <<elseif $energy <=0>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Veronica room">> <</if>> <</nobr>>
<<nobr>> <<set $items_panties[1].quantity -=1>> <<set $items_owing_veronica[0].quantity +=1>> <br><br><br><br><br> <<Text "You took Veronica's panties">> <<Back1 "Veronica room">> <</nobr>>
<<nobr>> <<set $items_bras[0].quantity -=1>> <<set $items_owing_veronica[1].quantity +=1>> <br><br><br><br><br> <<Text "You took Veronica's bra">> <<Back1 "Veronica room">> <</nobr>>
<<nobr>> <<widget "Week_bathroom">> <<if $event_foxie[3].quantity ==1>> <<set _foxie = 24>> <<else>> <<set _foxie =0>> <</if>> <<set _day1_conditions = { 1: 3, 2: 2, 3: 0, 4: _foxie, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 1, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 2, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 3, 2: 0, 3: _foxie, 4: 0, 5: 0 }>> <<if $day_week === 3>> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 3, 2: 1, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 1, 3: _foxie, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_kitchen">> <<if $event_foxie[3].quantity ==1>> <<set _foxie =24>> <<else>> <<set _foxie =0>> <</if>> <<set _day1_conditions = { 1: 0, 2: 0, 3: 2, 4: 3, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: _foxie, 4: 1, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 1, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 1, 4: _foxie, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 2, 2: _foxie, 3: 1, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 3, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 3, 4: 0, 5: 0 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_living_room">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 1, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 2, 4: 3, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 2, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 3, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 1, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 2, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 1, 4: 3, 5: 0 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur_2px" id="Knock_house_1">Knock on the door</div> <div class="blur_2px" id="Enter_house_1">Enter the house</div> </div> </div> <<Back1 "Outside_out">> <<RandomImageOnlyJpgContainer 3 3 "house1_front_door" "cell_center">> <<ClickContainerById "Knock_house_1" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Enter_house_1" "Under_the_development" >> <</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header_1"> <div class="cell_center_tall_15_1" id="house1_3_photo1"> </div> <div class="cell_center_tall_15_1" id="house1_3_photo2"> </div> <div class="cell_center_tall_15_1" id="house1_3_photo3"> </div> </div> <br><br> <<InsertText_Size "Hey Sweetie, we will meet you in the next updates">> <<Back1 "Outside_out">> <<set _random to random(1,1)>> <<if _random == 1>> <<RandomImageOnlyWebp1Id 4 4 "Remy" "house1_3_photo1">> <</if>> <<if _random == 1>> <<RandomImageOnlyWebp1Id 5 5 "Jada" "house1_3_photo2">> <</if>> <<if _random == 1>> <<RandomImageOnlyJpgId 2 2 "Marie" "house1_3_photo3">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $day_time !=5>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Walk_along_the_beach">Walk around the beach</div> </div> </div> <<Back1 "Outside_out">> <<set _random to random(1,14)>> <<if _random >=1 && _random <=3 >> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyJpg 1 3 "Beach/Beach/Wide/13/beach" "cell_center">> <<elseif _random == 4>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyJpg 1 1 "Beach/Beach/Wide/15/beach" "cell_center">> <<elseif _random >=5 && _random <=6>> <<replaceClass "cell_center" "cell_center_wide_16">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Beach/Beach/Wide/16/beach" "cell_center">> <<elseif _random >=7 && _random <=13 >> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpg 1 10 "Beach/Beach/Tall/12/beach" "cell_center">> <<elseif _random == 14 >> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyJpg 1 2 "Beach/Beach/Tall/11/beach" "cell_center">> <</if>> <<elseif $day_time ==5>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/night_beach" "cell_center">> <br><<InsertText_Size_animated "The beach remains vacant at night">> <<Back1 "Outside_out">> <</if>> <<ClickContainerById "Walk_along_the_beach" "Walk_along_the_beach">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if ($day_week ==5 || $day_week ==6) && ($day_time ==2 || $day_time ==3) >> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Telari/Telari" "cell_center">> <br> <<InsertText_Size "You spotted a sexy girl on the beach">><br> <div class="your_room"> <div class="cell_1_yr"> <div id="Approach_telari_beach">Approach</div> </div> </div> <<else>> <<set _random to random(1,10)>> <<if _random == 1>> <br> <<InsertText_Size "You found someone's panties">><br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_panties_beach">Take</div> </div> </div> <<set _random_4 to random(1,6)>> <<if _random_4 >=1 && _random_4 <=4 >> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 4 "Beach/Panties/Tall/11/panties" "cell_center">> <<elseif _random_4 == 5>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Beach/Panties/Tall/12/panties" "cell_center">> <<elseif _random_4 == 6>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Beach/Panties/Tall/13/panties" "cell_center">> <</if>> <<elseif _random == 2 >> <br> <<InsertText_Size_animated "You found someone's bra">><br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_bra_beach">Take</div> </div> </div> <<set _random_3 to random(1,10)>> <<if _random_3 >=1 && _random_3 <=2 >> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 2 "Beach/Bras/12/bra" "cell_center">> <<elseif _random_3 == 3>> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Beach/Bras/14/bra" "cell_center">> <<elseif _random_3 >=4 && _random_3 <=10 >> <<replaceClass "cell_center" "cell_center_wide_16">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 6 "Beach/Bras/16/bra" "cell_center">> <</if>> <<elseif _random >= 3 && _random <= 5>> <br> <<InsertText_Size_animated "You notice a sweet ass strolling along the beach">><br> <div class="your_room"> <div class="cell_1_yr"> <div id="Pickup_girl_beach">Pickup</div> </div> </div> <<set _random_2 to random(1,23)>> <<if _random_2 >= 1 && _random_2 <=6>> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Beach/Person/Wide/11/person" "cell_center">> <<elseif _random_2 == 7>> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Beach/Person/Wide/12/person" "cell_center">> <<elseif _random_2 == 8>> <<replaceClass "cell_center" "cell_center_wide_17">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/Person/Wide/18/person" "cell_center">> <<elseif _random_2 == 9>> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/Person/Tall/11/person" "cell_center">> <<elseif _random_2 >= 10 && _random_2 <=14>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/Person/Tall/12/person" "cell_center">> <<elseif _random_2 >= 15 && _random_2 <=17>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Beach/Person/Tall/13/person" "cell_center">> <<elseif _random_2 == 18 >> <<replaceClass "cell_center" "cell_center_tall_14">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/Person/Tall/14/person" "cell_center">> <<elseif _random_2 >= 19 && _random_2 <=20 >> <<replaceClass "cell_center" "cell_center_tall_16">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/Person/Tall/16/person" "cell_center">> <<elseif _random_2 >= 21 && _random_2 <=23 >> <<replaceClass "cell_center" "cell_center_tall_17">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Beach/Person/Tall/18/person" "cell_center">> <</if>> <<elseif _random>=6 && _random<=8 >> <<set _random_1 to random(1,29)>> <br><<InsertText_Size_animated "The seaside conceals much beauty within">> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/No_person/Wide/11/w" "cell_center">> <<elseif _random_1 == 2>> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/No_person/Wide/12/w" "cell_center">> <<elseif _random_1 >= 3 && _random_1 <= 4>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Beach/No_person/Wide/13/w" "cell_center">> <<elseif _random_1 == 5>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/No_person/Wide/15/w" "cell_center">> <<elseif _random_1 >=6 && _random_1 <= 11>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 8 "Beach/No_person/Wide/18/w" "cell_center">> <<elseif _random_1 >=12 && _random_1 <= 17>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 5 "Beach/No_person/Tall/12/no_person" "cell_center">> <<elseif _random_1 >=18 && _random_1 <= 19>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/No_person/Tall/13/no_person" "cell_center">> <<elseif _random_1 == 20>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/No_person/Tall/15/no_person" "cell_center">> <<elseif _random_1 >=21 && _random_1 <= 25>> <<replaceClass "cell_center" "cell_center_tall_16">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Beach/No_person/Tall/16/no_person" "cell_center">> <<elseif _random_1 >=26 && _random_1 <= 29>> <<replaceClass "cell_center" "cell_center_tall_17">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Beach/No_person/Tall/18/no_person" "cell_center">> <</if>> <<elseif _random >=9 && _random<=10>> /*-----------------------------------------------------------------------------------------*/ <<set _random_4 to random(1,14)>> <<if _random_4 >=1 && _random_4 <= 2>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/Person/Tall/12/person_sigma_" "cell_center">> <<elseif _random_4 >=3 && _random_4 <= 4 >> <<replaceClass "cell_center" "cell_center_tall_14">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/Person/Tall/14/person_sigma_" "cell_center">> <<elseif _random_4 == 5 >> <<replaceClass "cell_center" "cell_center_tall_16">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/Person/Tall/16/person_sigma_" "cell_center">> <<elseif _random_4 >=6 && _random_4 <= 7 >> <<replaceClass "cell_center" "cell_center_tall_17">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Beach/Person/Tall/18/person_sigma_" "cell_center">> <<elseif _random_4 == 8 >> <<replaceClass "cell_center" "cell_center_wide_17">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/Person/Wide/18/person_sigma_" "cell_center">> <<elseif _random_4 == 9 >> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/Person/Wide/12/person_sigma_" "cell_center">> <<elseif _random_4 >=10 && _random_4 <=14 >> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Beach/Person/Wide/11/person_sigma_" "cell_center">> <</if>> <<if $fitness >30 || $charm >15 || $status >=1>> <br><<InsertText_Size_animated "<span>One of the girls on the beach notices your presence</span>">> <br><<Text_animated Girl "<span><<Yellow_text 'Hey, sweetie, could you help me out? <br> I seem to have lost my lubricant and cant find it, and my skin might get burned...'>></span>">> <br> <div class="your_room"> <div class="cell_1_yr" style="width: 640px;" > <div id="Give_lube_beach">Give lubricant and say good luck</div> <div id="Give_homemade_lube_beach">Give her homemade lubricant </div> </div> </div> <<else>> <br><<InsertText_Size_animated "<span>One of the girls on the beach notices your presence</span>">> <br><<Text_animated Girl " <<Yellow_text 'Hey, sweetie, could you help me out...'>>">> <br><<Text_animated Girl " <<Yellow_text 'Oops, sorry, you seemed more appealing from afar...'>>">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to sufficiently improve one of the attributes: fitness, charm, or status in order to achieve a high success rate'>>">> <</if>> /*-----------------------------------------------------------------------------------------*/ <</if>> /*-----------------------------------------------------------------------------------------*/ <</if>> <<GoTo_No_Energy>> <<Energy>> <<set $day_time +=1>> <<Back1 "Beach">> <<ClickContainerById "Give_homemade_lube_beach" "Give_homemade_lube_beach">><</ClickContainerById>> <<if $lube >=1>> <<ClickContainerById "Give_lube_beach" "Give_lube_beach">><</ClickContainerById>> <<elseif $lube <1>> <<ClickContainerById "Give_lube_beach" "Give_lube_beach_NO">><</ClickContainerById>> <</if>> <<ClickContainerById "Approach_telari_beach" "Approach_telari_beach">><</ClickContainerById>> <<ClickContainerById "Walk_along_the_beach" "Walk_along_the_beach">><</ClickContainerById>> <<ClickContainerById "Pickup_girl_beach" "Pickup_girl_beach">><</ClickContainerById>> <<ClickContainerById "Take_panties_beach" "Take_panties_beach">><</ClickContainerById>> <<ClickContainerById "Take_bra_beach" "Take_bra_beach">><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size "You picked up someone's panties">> <<Back1 "Beach">> <<set $items_beach[0].quantity -=1>> <<set $items_owing_beach[0].quantity +=1>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size "You picked up someone's bra">> <<Back1 "Beach">> <<set $items_beach[1].quantity -=1>> <<set $items_owing_beach[1].quantity +=1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<Text_animated_no_face "You observe how those two melons sensually envelop themselves in their work attire">> <br><<Text_animated_face_person "Hi there">> <br><<Pic_between_text "Kagney/Kagney1">> <br><<Text_animated_face Kagney "Hey there, I'm Kegney">> <br><<Text_animated_face Kagney "Are you the second waiter?">> <br><<Text_animated_face_person "Yep, that's me. Nice to meet you!">> <br><<Text_animated_face Kagney "Nice to meet you too, but try not to get too distracted, alright?">> <br><<Text_animated_face_person "Don't worry, I'll stay focused">> <br><<Text_animated_face Kagney "And.. quit eyeing my assets, darling. You won't get them anyway">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Cafe_bar_intro_continue">Get to work</div> </div> </div> <<set $event_kagney[0].quantity to 1>> <<RandomVideoWebM 1 1 "Kagney/Kagney_intro" >> /*<<RandomImageOnlyGif 3 3 "Kagney/cafe_bar_kagney_intro" "cell_center">>*/ <<ClickContainerById "Cafe_bar_intro_continue" "Cafe_bar">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Pic_between_text">> <<set _path_1 to $args[0]>> <<set _path_2 to $args[1]>> <div class='pic_between_text12'> <<print "<img src='img/"+_path_1+".jpg'>">> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_cafe_bar">> <<set _day1_conditions = { 1: 0, 2: 4, 3: 4, 4: 4, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 4, 3: 4, 4: 4, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 4, 3: 4, 4: 4, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 4, 3: 4, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 4, 4: 4, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $money >= 2>> <<set $energy +=1>> <<set $money -=2>> <<set $day_time ++>> <br><<InsertText_Size_animated "You've replenished your energy">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Cafe_bar/drink_coffee" "cell_center" >> <<else>> <br><<InsertText_Size_animated "You don't have money">> <</if>> <<Back1 "Cafe_bar">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<GoTo_No_Energy>> <<if $day_time == 1 || $day_time == 5 >> <br> <<InsertText_Size "The cafe-bar is closed">> <<RandomImageOnlyJpg 1 1 "Cafe_bar/Closed" "cell_center">> <<Back1 "Street">> <<else>> <br> <<InsertText_Size_animated "You earned <<Green_text '100$'>> dollars">> <br><<InsertText_Size_animated "Relationship with Kagney <<Green_text 'increased'>> a little">> <<set $relationship[4] += 0.25>> <<set $money +=100>> <<set _random_1 to random(1,11)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Cafe_bar/Work/Wide/13/" >> <<elseif _random_1 >=2 && _random_1 <=4>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 5 "Cafe_bar/Work/Wide/15/" >> <<elseif _random_1 >=5 && _random_1 <=9>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 7 "Cafe_bar/Work/Wide/18/" >> <<elseif _random_1 ==10>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Cafe_bar/Work/Tall/1/" >> <<elseif _random_1 ==11>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Cafe_bar/Work/Tall/12/" >> <</if>> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Cafe_bar">Cafe-Bar</div> </div> <div class="cell_2_yr"> <div class="blur_2px" id="Waiter_pickup">Pickup someone</div> </div> </div> <<Energy>> <<set $day_time +=1>> <<ClickContainerById "Cafe_bar" "Cafe_bar">><</ClickContainerById>> <<ClickContainerById "Waiter_pickup" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $day_time ==4 && $condition ==4>> <<set _random to random(1,10)>> <<if _random <=9>> <<set $event_flags_kagney[0].quantity +=0.5>> <br><<InsertText_Size "You managed to catch Kagney">> <<if $event_flags_kagney[0].quantity == 0.5>> <<RandomVideoWebM 1 1 "Cafe_bar/Staff_room/" >> <br> <<InsertText_Size "You see how this slutty little thing spoils herself">> <<elseif $event_flags_kagney[0].quantity == 1>> <<RandomVideoWebM 2 2 "Cafe_bar/Staff_room/" >> <br> <<InsertText_Size "You see how this slutty little thing spoils herself">> <<elseif $event_flags_kagney[0].quantity == 1.5>> <<RandomVideoWebM 1 1 "Cafe_bar/Staff_room/" >> <br> <<InsertText_Size "You see how this slutty little thing spoils herself">> <<elseif $event_flags_kagney[0].quantity >= 2>> <<RandomVideoWebM 4 11 "Cafe_bar/Staff_room/" >> <br> <<InsertText_Size "You see how this slutty little thing spoils herself">> <<if $event_flags_kagney[0].quantity >= 3>> <<set $event_flags_kagney[1].quantity = 1>> <<set $event_kagney[2].quantity = 1>> <</if>> <</if>> <<else>> <br> <<InsertText_Size "Nobody is here">> <<RandomImageOnlyGif 1 1 "drink_coffee" "cell_center">> <</if>> <<else>> <br> <<InsertText_Size "Nobody is here">> <<RandomImageOnlyGif 1 1 "drink_coffee" "cell_center">> <</if>> <<Back1 "Cafe_bar">> <<set $day_time +=1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Cafe_bar_toilet_stick_dick">Stick your dick</div> <div class="blur" id="Cafe_bar_toilet_jerk_off">Jerk off</div> </div> </div> <<RandomImageOnlyJpg 1 1 "glory_hole" "cell_center">> <<Back1 "Cafe_bar">> <<ClickContainerById "Cafe_bar_toilet_stick_dick" "Cafe_bar_toilet_stick_dick">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" id="list_of_gifs"> </div> <div class="cell_right"> </div> </div> <<if $day_time != 4>> <<set _random to random(1,10)>> <<if _random <=9>> <<set _random1 to random(1,20)>> <<if _random1 == 1>> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Cafe_bar/Gloryhole/wide/11/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 == 2>> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Cafe_bar/Gloryhole/wide/12/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 == 3>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Cafe_bar/Gloryhole/wide/13/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 == 4>> <<replaceClass "cell_center" "cell_center_wide_14">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Cafe_bar/Gloryhole/wide/14/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 >= 5 && _random1 <= 8>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Cafe_bar/Gloryhole/wide/15/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 == 9>> <<replaceClass "cell_center" "cell_center_wide_16">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Cafe_bar/Gloryhole/wide/16/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 == 10>> <<replaceClass "cell_center" "cell_center_wide_17">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Cafe_bar/Gloryhole/wide/17/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 >= 11 && _random1 <= 17>> <<replaceClass "cell_center" "cell_center_wide_18">><</replaceClass>> <<RandomImageOnlyWebp1 1 8 "Cafe_bar/Gloryhole/wide/18/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 == 18>> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Cafe_bar/Gloryhole/tall/12/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 == 19>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Cafe_bar/Gloryhole/tall/13/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <<elseif _random1 == 20>> <<replaceClass "cell_center" "cell_center_tall_18">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Cafe_bar/Gloryhole/tall/18/gloryhole" "cell_center">> <br><<InsertText_Size_animated "I love this magical hole">> <</if>> <<elseif _random == 4>> <br> <<Text_animated_face_person "Oh my God, this is my sweet sister Adriana">> <<replaceClass "cell_center" "cell_center_wide_18">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Cafe_bar/Gloryhole/wide/16/gloryhole" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur_2px" id="Waiter_fuck_adriana">Fuck Adriana</div> </div> </div> <<elseif _random ==10>> <br> <<InsertText_Size "Nothing happens">> <<RandomImageOnlyJpg 1 1 "glory_hole" "cell_center">> <</if>> <<Back1 "Waiter_toilet">> <<else>> <<if $event_flags_kagney[1].quantity == 1 && $condition ==4>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoWebM_center 1 2 "Cafe_bar/Glory/" >> <br> <<Text_animated_face Kagney "Omg, so big">> <<timed 500ms>> <br><<Text_animated_face Kagney "Its so on time, I'm feeling so horny">> <</timed>> <<timed 2500ms>> <br><<Webm_between_text_wide_178 "Cafe_bar/Glory/" 3 4>> <</timed>> <br> <<timed 3000ms>> <br><<linkappend "<<Text_animated_face Kagney 'Mmmm, I want to lick this dick'>>">><br> <<Webm_between_text_wide_178 "Cafe_bar/Glory/" 5 7>> <br> <br><<linkappend "<<Text_animated_face Kagney 'I dont know whose you are, but you are so delicious'>>">><br> <<Text_animated_face_person "What a bitch... <span>(<em> She swallows your dick and licks her from all sides </em>)</span>">><br> <<Webm_between_text_wide_178 "Cafe_bar/Glory/" 8 14 >> <br> <br><<linkappend "<<Text_animated_face Kagney 'I want to feel you inside, babe'>>">><br> <<Webm_between_text_wide_178 "Cafe_bar/Glory/" 8 14>> <br> <br><<linkappend "<<Text_animated_face Kagney 'Cum in my little mouth, let me taste'>>">><br> <<Webm_between_text_wide_178 "Cafe_bar/Glory/" 19 19>> <br><<Text_animated_face Kagney "Mmm, so tasty...">> <br><<Text_animated_face_person "(<span><i> Damn, what an angel! I should drop by here more often </i></span>)">> <br> <<InsertText_Size_animated "Kagney's corruption has <<Green_text 'increased'>>">> <<set $corruption[4] += 0.5>> <<set $event_kagney[4].quantity = 1>> <<Back1 "Cafe_bar">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <<else>> <br> <<InsertText_Size_animated "Nothing happens">> <<RandomImageOnlyJpg 1 1 "glory_hole" "cell_center">> <<if $event_flags_kagney[1].quantity !=1>> <br><<InsertText_Size_animated "You need to look into your staff room more often">> <</if>> <<Back1 "Cafe_bar">> <</if>> <</if>> <<ClickContainerById "Cafe_bar_toilet_stick_dick" "Cafe_bar_toilet_stick_dick">><</ClickContainerById>> <<ClickContainerById "Waiter_fuck_adriana" "Under_the_development">><</ClickContainerById>> <<set $day_time +=1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_1">What's that hole in the toilet?</div> </div> </div> <div class="your_room"> <div class="cell_2_yr"> <div id="Talk_1_1">How do you like your job as a waitress?</div> </div> </div> <<if $event_kagney[3].quantity ==1 && $event_kagney[4].quantity ==1 >> <div class="your_room"> <div class="cell_2_yr"> <div id="Talk_business_project">Business project</div> </div> </div> <</if>> <<replaceClass "cell_center" "cell_center_wide_17">><</replaceClass>> <<RandomImageOnlyJpg 5 5 "Kagney/Kagney" "cell_center">> <<Back1 "Cafe_bar">> <<ClickContainerById "Talk_1" "Talk_1_kagney_cafe_bar">><</ClickContainerById>> <<ClickContainerById "Talk_1_1" "Talk_1_1_kagney_cafe_bar">><</ClickContainerById>> <<if $event_kagney[5].quantity !=1>> <<ClickContainerById "Talk_business_project" "Talk_business project">><</ClickContainerById>> <<elseif $event_kagney[5].quantity ==1>> <<ClickContainerById "Talk_business_project" "Talk_business project2">><</ClickContainerById>> <</if>> <<ClickContainerById "Talk_3" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<InsertText_Size_animated "Come to the toilet in the evening and find out...">> <<replaceClass "cell_center" "cell_center_wide_17">><</replaceClass>> <<RandomImageOnlyJpg 6 6 "Kagney/Kagney" "cell_center">> <<Back1 "Waiter_talk_kagney">> <</nobr>>
<<nobr>> <<widget "Gif_between_text_random_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_178"> <<print "<img src='img/" + _path +_random+".gif'>">> </div> </div> /* ratio: 1.78, width = 540, height = 305 */ <</widget>> <</nobr>>
<<nobr>> <<widget "Red_text">> <<set _text_1 to $args[0]>> <<print "<span style='color:red;'>_text_1</span>">> <</widget>> <</nobr>>
<<nobr>> <<widget "Green_text">> <<set _text_1 to $args[0]>> <<print "<span style='color:green;'>_text_1</span>">> <</widget>> <</nobr>>
<<nobr>> <<widget "InsertText_Size_animated">> <<set _text to $args[0]>> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: center;"> <span> _text </span> </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Text_animated">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual_1" id="animated"> <div class="content_text_1" style="text-align: center;"> <span class="name_of_character" style="border: 0px solid #fff; margin-left:20px; margin-right:-20px; " >_name</span> <div> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<Week_local_shop>> <<if $day_time ==5>> <<goto "Local_shop_closed">> <</if>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_15"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div style="width:640px;" class="cell_1_yr" id="veronica_sleep_container"> <div id="Local_shop_1">Buy</div> /* <<if $makeup_for_veronica_level1 !=1>> <div style="width:510px;" id="Local_shop_3">Buy 1 level makeup 700$</div> <</if>> <<if $makeup_for_veronica_level2 !=1 && $makeup_for_veronica_level1 ==1 >> <div style="width:530px;" id="Local_shop_4">Buy 2 level makeup 2000$</div> <</if>> */ </div> <div class="cell_2_yr"> <div id="Local_shop_talk">Talk</div> <div id="Local_shop_purchase" >Purchase Shop - 5000$</div> </div> </div> <<RandomImageOnlyWebp1 1 2 "Kerry/Kerry" "cell_center_tall_15">> <<Back1 "Street">> <<ClickContainerById "Local_shop_1" "Local_shop_update_buy">><</ClickContainerById>> <<ClickContainerById "Local_shop_talk" "Local_shop_talk_kerry">><</ClickContainerById>> <<ClickContainerById "Local_shop_purchase" "Local_shop_purchase">><</ClickContainerById>> <<ClickContainerById "Local_shop_action" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 50>> <br><br><br><br><br> <<InsertText_Size "You bought chocolate">> <<replaceClass "cell_center" "cell_center_tall_16">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Local_shop/chocolate" "cell_center">> <<set $money -= 50>> <<set $items_gifts[0].quantity +=1>> <<set $items_local_shop[0].quantity -=1>> <<else>> <br><br><br><br><br> <<InsertText_Size "You don't have enough money">> <</if>> <<Back1 "Local_shop">> <</nobr>>
<<nobr>> <<if $money >= 400>> <br><br><br><br><br> <<InsertText_Size "You bought flowers">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Local_shop/flower" "cell_center">> <<set $money -= 400>> <<set $items_gifts[1].quantity +=1>> <<set $items_local_shop[1].quantity -=1>> <<else>> <br><br><br><br><br> <<InsertText_Size "You don't have enough money">> <</if>> <<Back1 "Local_shop">> <</nobr>>
<<nobr>> <<if $money >= 700>> <br><br><br><br><br><br> <<InsertText_Size "You bought level 1 makeup">> <<set $money -= 700>> <<set $makeup_for_veronica_level1 =1>> <<set $items_gifts[2].quantity +=1>> <<set $items_local_shop[2].quantity -=1>> <<else>> <br><br><br><br><br> <<InsertText_Size "You don't have enough money">> <</if>> <<Back1 "Local_shop">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 2 "Kitchen/Mom/Tease/" "cell_center" >> <<if $relationship[1] <40 || $corruption[1] <40>> <<timed 1000ms>> <br><<Text_animated_face Mom "What the hell are you doing, $name_person?!<br>You’re a fucking pervert !!!">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/mom_angry" 1 1>> <br><<Yellow "You need to advance in Mom’s storyline and improve her attributes">> <br><<InsertText_Size_animated "Mom's relationship<<Red_text 'decreased'>>">> <<set $relationship[1] -=2>> <<Not_relationship_top_minus Mom 2>> <<Back1 "Kitchen">> <</timed>> <<else>> <<if $obedience[1] <50>> <<timed 1700ms>> <br><<Text_animated_face Mom "Hey, sweetie, your hands are turning me on..">> <br><<linkappend "<<Text 'Slap her on the ass'>>">> <br><<Mp4_178 "Kitchen/Mom/Tease/Scene/" 1 1 1>> <br><<Text_animated_face Mom "Mmm...">> <br><<linkappend "<<Text_animated_face Mom 'Where`s my sweet cock... I want to play with it'>>">> <br><<Mp4_178 "Kitchen/Mom/Tease/Scene/" 2 2 2>> <br><<Text_animated_face Mom "it's so hard...">> <br><<Text_animated_face Mom "Sweetie, I'm busy right now, your cock is a bit distracting me">> <br><<Yellow "I need to improve her obedience so she will be more obedient">> <<set $corruption[1] +=1>> <<Not_corruption_top_plus Mom 1>> <<Back1 "Kitchen">> <</linkappend>> <</linkappend>> <</timed>> <<elseif $obedience[1] >=50>> <<timed 1700ms>> <br><<Text_animated_face Mom "Hey, sweetie, your hands are turning me on..">> <br><<linkappend "<<Text 'Slap her on the ass'>>">> <br><<Mp4_178 "Kitchen/Mom/Tease/Scene/" 1 1 1>> <br><<Text_animated_face Mom "Mmm...">> <br><<linkappend "<<Text_animated_face Mom 'Where`s my sweet cock... I want to play with it'>>">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Kitchen/Mom/Tease/Scene/" 3 6 2>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<else>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick Balls</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Kitchen/Mom/Tease/Scene/" 8 10 3>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<else>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Mom's Mouth</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Kitchen/Mom/Tease/Scene/" 11 12 4>> <<set $arousal_person +=3>> <br><<Arousal_person>> <<else>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk_end' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum</div>">> <<append "#dsfsd">> <<if $arousal_person >= $arousal_person_max || $arousal_person >=10 && _cum_person !=1>> <br><<Mp4_178 "Kitchen/Mom/Tease/Scene/" 13 13 5>> <<set $arousal_person =0>> <br><<Arousal_person>> <<set _cum_person =1>> <<Not_obedience_face1_plus Mom 1>> <<Not_corruption_top_plus Mom 2>> <<set $corruption[1] +=2>> <<set $obedience[1] +=1>> <<set $event_mom[4].quantity =1>> <<Back1 "Kitchen">> <<else>> <<replace "#talk_end">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <</linkappend>> <</linkappend>> <</timed>> <</if>> <</if>> <<set $day_time ++>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "Mom's relationship<<Green_text 'increased'>>">> <<set _random to random(1,2)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Kitchen/kitchen_help" "cell_center" >> <<else>> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Kitchen/kitchen_help" "cell_center" >> <</if>> <<set $relationship[1] += 1>> <<set $day_time ++>> <<set $energy -->> <<Not_relationship_top_plus Mom 1>> <<else>> <<goto "No_energy_kitchen">> <</if>> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<InsertText_Size_animated "You have regained your energy">> <<set $energy +=1>> <<set $day_time ++>> <<Energy1>> <<replaceClass "cell_center" "cell_center_video_tall_1">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Kitchen/eat" "cell_center" >> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<InsertText_Size_animated "You rested a little">> <<set $day_time +=1>> <<Energy1>> <<replaceClass "cell_center" "cell_center_video_12">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Living_room/watch_tv" "cell_center" >> <<Back1 "Living room">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random_1 to random(1,2)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 2 "Living_room/Mom/Tease/tease-" "cell_center" >> <<else>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 5 "Living_room/Mom/Tease/tease" "cell_center">> <</if>> <<if $relationship[1] >=10 && $relationship[1] <20 && $corruption[1] >=10 && $corruption[1] <20 >> <br><<Text_animated_face "Mom" "Darling, this is wrong... but it's been so long since I felt those caresses...">> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <<elseif $relationship[1] >=10 && $relationship[1] <20 && $corruption[1] >=10>> <br><<Text_animated_face "Mom" "Darling, this is wrong... but it's been so long since I felt those caresses...">> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <<elseif $relationship[1] >=10 && $corruption[1] >=10 && $corruption[1] <20>> <br><<Text_animated_face "Mom" "Darling, this is wrong... but it's been so long since I felt those caresses...">> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <</if>> <<if $relationship[1] >=20 && $relationship[1] <40 && $corruption[1] >=20 && $corruption[1] <40 >> <br><<Text_animated_face "Mom" "Honey, this is wrong... but, i'm so pleased...">> <<set $corruption[1] +=1>> <<elseif $relationship[1] >=20 && $relationship[1] <40 && $corruption[1] >=20>> <br><<Text_animated_face "Mom" "Honey, this is wrong... but, i'm so pleased...">> <<set $corruption[1] +=1>> <<elseif $relationship[1] >=20 && $corruption[1] >=20 && $corruption[1] <40>> <br><<Text_animated_face "Mom" "Honey, this is wrong... but, i'm so pleased...">> <<set $corruption[1] +=1>> <</if>> <<if $relationship[1] >=40 && $corruption[1] >=40 >> <br><<Text_animated_face "Mom" "Mmmm... I want you to touch me more...">> <<set $corruption[1] +=1>> <</if>> <<if $relationship[1] >=20 && $corruption[1] >=20>> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Living_room/Mom/Tease/tease-" 3 3>> <</timed>> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Mom/mom_horny" 1 1>> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>>">> <</timed>> <</if>> <<if $relationship[1] <10 || $corruption[1] <10 >> <<timed 500ms>> <br><<Text_animated_face "Mom" "What the hell are you doing, $name_person?!.">> <</timed>> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Living_room/Mom/mom_angry" 1 1>> <br><<InsertText_Size_animated "You need to improve relationship with Mom and her corruption">> <br><<InsertText_Size_animated "Mom's relationship<<Red_text 'decreased'>>">> <<set $relationship[1] -=1>> <</timed>> <</if>> <<set $day_time ++>> <<Back1 "Living room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<if $items_living_room[0].quantity == 1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Living_room/Mom/Pics/" "cell_center">> <br><<Text_animated_face_person "Hey Mom, you look incredibly attractive in that outfit">> <br><<Text_animated_face Mom "I always try to take care of myself, $name_person. It's a matter of principle, and maybe a bit of vanity too...">> <br><<Text_animated_face Mom "Still, lately our situation has changed, and I can't even afford a gym membership anymore">> <br><<Yellow "You should consider upgrading the living room so <br> your mom can work out there">> <<set $event_mom[1].quantity =1>> <<elseif $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 1 || $items_living_room[1].quantity == 0>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Living_room/Mom/Pics/" "cell_center" >> <br><<Text_animated_face_person "I won’t hesitate to say my mom is the hottest in the neighborhood">> <br><<Text_animated_face Mom "Just in the neighborhood, darling? Hehe...">> <br><<Text_animated_face_person "Maybe I was being modest">> <br><<Text_animated_face Mom "$name_person, I'm glad that thanks to you, we got a little more space in the living room. Now I can focus on my favorite thing - perfecting my sexuality">> /*--------------------------- buy pool --------------------------------*/ <<if $backyard_purchase1 !=1>> <br><<Text_animated_face Mom "<<Yellow_text 'And you know, since things are looking up for us, I have been dreaming of a pool, a big house of our own. Maybe one day we will get there. We have a great family, and you are the man of the house, so dont forget to take care of your girls. Sometimes, they just want to be girls too...'>>">> <<elseif $backyard_purchase1 ==1>> <br><<Webp_between_text_random_15 "Living_room/Mom/Pics/" 8 8>> <br><<Text_animated_face Mom "Hey... I like how our home is changing... You know, we finally have a real man in the house">> <br><<Text_animated_face Mom "<i>If he keeps making us happy and changing our lives like this... I don’t know what I’ll do to him... I’m his mother, but it feels good to think about it...</i>">> <</if>> /*--------------------------- end buy pool --------------------------------*/ <</if>> <<Back1 "Living room">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,1)>> <<if _random == 1>> <<set _random_1 to random(1,2)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_wide_177_header">><</replaceClass>> <<RandomImageOnlyGif 1 2 "Living_room/Mom/Slap/slap" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Living_room/Mom/Slap/slap" "cell_center">> <</if>> <</if>> <<if $relationship[1] >=10 && $relationship[1] <20 && $corruption[1] >=10 && $corruption[1] <20 >> <br><<Text_animated "Mom" "Darling, this is wrong... but I haven't felt this in so long">> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <<elseif $relationship[1] >=10 && $relationship[1] <20 && $corruption[1] >=10>> <br><<Text_animated "Mom" "Darling, this is wrong... but I haven't felt this in so long">> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <<elseif $relationship[1] >=10 && $corruption[1] >=10 && $corruption[1] <20>> <br><<Text_animated "Mom" "Darling, this is wrong... but I haven't felt this in so long">> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <</if>> <<if $relationship[1] >=20 && $relationship[1] <40 && $corruption[1] >=20 && $corruption[1] <40 >> <br><<Text_animated "Mom" "Honey, this is wrong... but, i'm so pleased...">> <<set $corruption[1] +=1>> <<elseif $relationship[1] >=20 && $relationship[1] <40 && $corruption[1] >=20>> <br><<Text_animated "Mom" "Honey, this is wrong... but, i'm so pleased...">> <<set $corruption[1] +=1>> <<elseif $relationship[1] >=20 && $corruption[1] >=20 && $corruption[1] <40>> <br><<Text_animated "Mom" "Honey, this is wrong... but, i'm so pleased...">> <<set $corruption[1] +=1>> <</if>> <<set $day_time ++>> <<Back1 "Living room">> <</nobr>>
<<nobr>> <<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <</nobr>> <br> <<nobr>> <div class="your_room"> <div class="cell_1_yr" id="action_60"> <<if $items_living_room[0].quantity ==1>> <div id="buy_living_room_1">Living room 900$</div> <</if>> <<if $items_living_room[1].quantity ==1>> <div id="buy_living_room_2">Living room 12000$</div> <</if>> <div class="blur" id="buy_living_room_3">Living room 50 000$</div> </div> </div> <<if $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 1>> <<RandomImageOnlyWebp1 2 2 "Living_room/living_room">> <<elseif $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 0>> <<RandomImageOnlyWebp1 3 3 "Living_room/living_room">> <<else>> <<RandomImageOnlyWebp1 1 1 "Living_room/living_room">> <</if>> <<Back1 "Improve_house">> <</nobr>> <<ClickContainerById "buy_living_room_1" "buy_living_room_1">><</ClickContainerById>> <<ClickContainerById "buy_living_room_2" "buy_living_room_2">><</ClickContainerById>> <<ClickContainerById "buy_living_room_3" "Under_the_development">> <</ClickContainerById>> <</nobr>>
<<nobr>> <<if $event_mom[1].quantity ==1>> <<if $money >= 900 && $items_living_room[0].quantity == 1>> <<set $money -= 900>> <br><br><br><br><br> <<InsertText_Size_animated "You improved living room. Now fitness can be done there">> <br><<InsertText_Size_animated "The influence on Mom, Adriana and Veronica <<Green_text 'increased'>>">> <<set $relationship[1] += 2>> <<set $relationship[2] += 2>> <<set $relationship[3] += 2>> <<set $items_living_room[0].quantity = 0>> <<set $living_room_level =1>> <<Not_relationship_top_plus Mom 2>> <<Not_relationship_face1_plus Adriana 2>> <<Not_relationship_face2_plus Veronica 2>> <<elseif $items_living_room[0].quantity == 0>> <br><br><br><br><br> <<InsertText_Size_animated "This has been improved">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You need to talk with Mom in Living room">> <</if>> <<Back1 "Improve_living_room">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<timed 500ms>> <br><<Text "You are clean and showered">> <<timed 1000ms>> <br><<Text "Nothing happened">> <<timed 1300ms>> <br><<Yellow "Maybe you should wash up when no one else is in the bathroom">> <<Back1 "Bathroom">> <</timed>> <</timed>> <</timed>> <<replaceClass "cell_center" "cell_center_video_tall_12">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/take_shower" "cell_center" >> <</nobr>>
<<nobr>> <div class="header_1" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 9 "Bathroom/Mom/Bath_peek_mom_2/Kendra" "cell_center">> <div class="your_room"> <div class="cell_1_yr"> <div id="Bath_mom_peek_more">Peek more</div> </div> </div> <<Back1 "Bathroom">> <<ClickContainerById "Bath_mom_peek_more" "Bath_mom_peek_more">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header_1" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,2)>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 9 "Bathroom/Mom/Bath_peek_mom_2/Kendra" "cell_center">> <<if _random == 1>> <br><<InsertText_Size_animated "You are lucky today">> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/Bath_peek_mom3/bath_mom_peek_more-" 1 8>> <</timed>> <<if $relationship[1] >=10>> <<timed 3000ms>> <br><<InsertText_Size_animated "Mom notices you">> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/mom_horny" 2 2>> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>>">> <<set $corruption[1] +=1>> <</timed>> <</if>> <<else>> <<if $relationship[1]<10>> <br><<InsertText_Size_animated "You're out of luck this time">> <<timed 500ms>> <br><<Text_animated_face Mom "You little pervert, get out of here!">> <br><<Mp4_between_text_wide_178 "/Mom/mom_angry" 1 1>> <br><<InsertText_Size_animated "You need improve relationship with Mom">> <br><<InsertText_Size_animated "Relationship with Mom has <<Red_text 'decreased'>>">> <</timed>> <<else>> <br><<InsertText_Size_animated "Your influence on mom is already outweighing unluck">> <<timed 1000ms>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/Bath_peek_mom3/bath_mom_peek_more-" 1 8>> <</timed>> <<if $relationship[1] >=10>> <<timed 3000ms>> <br><<InsertText_Size_animated "Mom notices you">> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/mom_horny" 2 2>> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'increased'>> a little">> <<set $corruption[1] +=1>> <</timed>> <</if>> <</if>> <</if>> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <<widget "Who_is_here">> <<if $condition == 0>> <span style="font-weight: bold;">Nobody</span> is here <<elseif $condition == 1>> <span style="font-weight: bold;">Mom</span> is here <<elseif $condition == 2>> <span style="font-weight: bold;">Adriana</span> is here <<elseif $condition == 3>> <span style="font-weight: bold;">Veronica</span> is here <<elseif $condition == 4>> <span style="font-weight: bold;">Kagney</span> is here <<elseif $condition == 5>> <span style="font-weight: bold;">Kerry</span> is here <<elseif $condition == 6>> <span style="font-weight: bold;">Aletta</span> is here <<elseif $condition == 7>> <span style="font-weight: bold;">Carmel</span> is here <</if>> <</widget>> <</nobr>>
/* <<nobr>> <<widget "Display_Total_Items">> <<set _items to $args[0]>> <<set _total_quantity to 0>> <<for _item range _items>> <<set _total_quantity += _item.quantity>> <</for>> <<print _total_quantity>> <</widget>> <</nobr>> */ /* <<nobr>> <<widget "Display_Items_Quantity">> <<set _items to $args[0]>> <<for _item range _items>> <<print _item.quantity>><br> <</for>> <</widget>> <</nobr>> */ <<nobr>> <<widget "Check_Room_Type">> <<set _items to $args[0]>> <<set _name to $args[1]>> <<if _items[0].quantity == 1>> You have a <span style="font-weight: bold;">poor</span> _name <<elseif _items[0].quantity == 0 && _items[1].quantity == 1>> You have an <span style="font-weight: bold;">ordinary</span> _name <<elseif _items[0].quantity == 0 && _items[1].quantity == 0 && _items[2].quantity == 1>> You have a <span style="font-weight: bold;">premium</span> _name <<else>> You have a <span style="font-weight: bold;">luxury</span> _name <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Check_Room_Type_smb_have">> <<set _items to $args[0]>> <<set _name to $args[1]>> <<if _items[0].quantity == 1>> have a <span style="font-weight: bold;">poor</span> _name <<elseif _items[0].quantity == 0 && _items[1].quantity == 1>> have an <span style="font-weight: bold;">ordinary</span> _name <<elseif _items[0].quantity == 0 && _items[1].quantity == 0 && _items[2].quantity == 1>> have a <span style="font-weight: bold;">premium</span> _name <<else>> have a <span style="font-weight: bold;">luxury</span> _name <</if>> <</widget>> <</nobr>>
<<nobr>> <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <<set $condition=0>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 10; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" style=''> <li style="color: #F5C616; font-weight: bold; text-shadow: 0 2px 2px red; ">SIgma: $sigma_person</li> <li style="color:#f517ed; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Charm: $charm</li> <li style="color:#fffb00; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Fitness: $fitness</li> <li style="color:#00eeee; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Max-Arousal: $arousal_person_max</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" person2>><<set $sigma_person ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $sigma_person -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" person2>><<set $charm ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $charm -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" person2>><<set $fitness ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $fitness-->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "" person2>><<set $fitness ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "" person2>><<set $fitness-->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac ==$beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div id="scenes_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:109px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:-28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Perks</div> <div class="card_information_befor" style="position: relative; display:flex; margin-left: 1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Abilities</div> <div class="card_information" style="position: absolute; font-size:15px; line-height: 24px; text-align: justify; z-index: 11; margin-top: 100px; padding-left: 20px; background-color:rgba(0,0,0,0.8); display: flex; flex-direction: column; "> <ul class="stats-list"> <li><span class="stat-name">Combat Skills:</span> $combat_skill</li> <li><span class="stat-name">Attack Damage:</span> $default_attack</li> <li><span class="stat-name">Health:</span> $person_health</li> </ul> </div> </div> <style> .stats-list { list-style-type: none; padding: 0; font-family: 'Roboto', sans-serif; color: #333; font-size: 1.2em; width: 200px; margin: 20px auto; margin-left: 30px; background: linear-gradient(135deg, #e3f2fd, #bbdefb); padding: 20px; border-radius: 12px; /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ box-shadow: 20px 10px 10px rgba(173, 216, 230, 0.6); } .stats-list li { margin-bottom: 10px; display: flex; justify-content: space-between; padding: 10px 15px; border-radius: 8px; background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .stat-name { font-weight: bold; color: #1976d2; } .stats-list li:last-child { margin-bottom: 0; } </style> </div> <div class="description card_info_ch" style="margin-left: 0px;"> <span class="title_info_ch" style="margin-left: 10px;"> $name_person </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title" style='font-weight: bold;' >Achievements</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- MAIN ACHIEVEMENTS ------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; margin-top: 0px; color: #F5C616; font-weight: bold; text-shadow: 0 2px 2px red; font-size: 18px;">Main Achievements</div> /*------------------- END main achievements ------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- SECRET ACHIEVEMENTS -----------------------*/ <div class="secret-achievements" style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; margin-top: 20px; pointer-events: auto; ">Secret Achievements</div> /*/////////////////////////////////////////////////////////////////////////////*/ /*----------------- Mom -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Mom</div> /*------------------- END mom ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- ADRIANA -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Adriana</div> /*------------------- END Adriana ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- VERONICA -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Veronica</div> /*------------------- END Veronica ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- Lilith -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Lilith</div> <<if $event_lilith[2].quantity ==1>> <<set $event_achievements[1].quantity =1>> <</if>> <<Achievements_List "Get the ending in Lilith's storyline where you can have sex with her within the college" $event_achievements 1>> /*------------------- END Lilith ------------------------*/ </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<Gallery>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch">Back</button></div> </div> </div> </div> </div> </div> <style> .secret-achievements { color: #8A2BE2; font-weight: bold; text-shadow: 0 2px 2px #920a0a; font-size: 18px; transition: color 0.3s ease; } .secret-achievements:hover { color: #FFD700; cursor: wait; } </style> <<ClickContainerById "scenes_mom" "Perks_person">><</ClickContainerById>> <<set _previous_passage_name to $previousNode>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <<ClickContainerById "chaets_mom" "person1">><</ClickContainerById>> <<RandomImageOnlyJpgContainer 1 1 "Persons/person1" "cell_left_ch">> <</nobr>>
[[Inventory]] [[Gallery]] [[Guide]] [[Credits]]
<<nobr>> <br> <div style="display: flex; flex-direction: column;"> <div>You have <span style="color: red;">$items_owing_beach[1].quantity</span> beach bras </div> <div>You have <span style="color: red;">$items_owing_adriana[1].quantity</span> Adriana bras </div> <div>You have <span style="color: red;">$items_owing_veronica[1].quantity</span> Veronica bras </div> <div>You have <span style="color: red;">$items_owing_mom[1].quantity</span> Mom bras </div> </div> <br> <div style="display: flex; flex-direction: column;"> <div>You have <span style="color: gold;">$items_owing_beach[0].quantity</span> beach panties </div> <div>You have <span style="color: gold;">$items_owing_adriana[0].quantity</span> Adriana panties </div> <div>You have <span style="color: gold;">$items_owing_veronica[0].quantity</span> Veronica panties </div> <div>You have <span style="color: gold;">$items_owing_mom[0].quantity</span> Mom panties </div> </div> <br> <div style="display: flex; flex-direction: column;"> <div>You have <span style="color: purple;">$items_gifts[1].quantity</span> flowers</div> </div> <div style="display: flex; flex-direction: column;"> <div >You have <span style="color: purple;">$items_gifts[0].quantity</span> chocolates</div> </div> <div style="display: flex; flex-direction: column;"> <div >You have <span style="color: purple;">$items_gifts[4].quantity</span> wine</div> </div> <br> <div style="display: flex; flex-direction: column;"> <div >You have <span style="color: pink;">$kagney_cloching1</span> black bodysuit</div> <div >You have <span style="color: pink;">$kagney_cloching2</span> schoolgirl outfit </div> </div> <<if $male_suit1 != 1>> <<set _suit1 =0>> <<elseif $male_suit1 ==1>> <<set _suit1 =1>> <</if>> <<if $puffi_cloching1 != 1>> <<set _suit2 =0>> <<elseif $puffi_cloching1 ==1>> <<set _suit2 =1>> <</if>> <<if $veronica_vibrator1 != 1>> <<set _vibr1 =0>> <<elseif $veronica_vibrator1 ==1>> <<set _vibr1 =1>> <</if>> <<if $veronica_vibrator2 != 1>> <<set _vibr2 =0>> <<elseif $veronica_vibrator2 ==1>> <<set _vibr2 =1>> <</if>> <<if $lube != 1>> <<set _lube1 =0>> <<elseif $lube ==1>> <<set _lube1 =1>> <</if>> <div style="display: flex; flex-direction: column;"> <div >You have <span style="color: pink;">$items_gifts[2].quantity</span> Veronica's Level 1 makeup</div> <div >You have <span style="color: pink;">$items_gifts[3].quantity</span> Veronica's Level 2 makeup </div> <div >You have <span style="color: pink;">_suit1</span> suits of your own </div> <div >You have <span style="color: pink;">_suit2</span> suits for Puffi</div> <div >You have <span style="color: pink;">_vibr1</span> vibrator for Veronica</div> <div >You have <span style="color: pink;">_vibr2</span> dildo for Veronica</div> <div >You have <span style="color: pink;">_lube1</span> lubricants</div> </div> /* <<set _previous_passage_name to $previous_passage_name>> <<Back1 _previous_passage_name>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Hallway_info"> Hallway</div> </div> </div> */ <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <br> <div class="your_room"> <div class="cell_1_yr"> <div onclick="historyBack()" style="cursor: pointer;">Back</div> </div> </div> <<ClickContainerById "Hallway_info" "Hallway">><</ClickContainerById>> <</nobr>>
<<nobr>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div style="border:0px solid; "> <div id="Backp" class="cell_1_yr_gal"> <div id="Backp"><img src="img/Log/back1.png">Back</div> </div> <<set _previous_passage_name to $previousNode>> <<ClickContainerById "Backp" _previous_passage_name>><</ClickContainerById>> <<ClickContainerById "Backp" "Hallway">><</ClickContainerById>> <div style="border:0px solid; "> <div id="Next" class="cell_1_yr_gal2" > <div id="Next" >Next <img src="img/Log/back1.png"></div> </div> <style> .galstyleback1 { cursor: pointer; margin:0px; padding: 0px; width:100%; border-radius: 4px; position: relative; } .cell_1_yr_gal div{ display:flex; font-weight:bold; width:100%; align-items:center; justify-content: center; margin:0 20px 0 20px; padding: 2px 6px; border-radius: 12px; box-shadow: 0px 0px 3px 3px #C1ABD4; } .cell_1_yr_gal div img { position: absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px; height:28px; } .cell_1_yr_gal{ border:0px solid; width:384px; margin-right:200px; position: absolute; left:416px; top:10px; margin-top:10px; display:flex; flex-direction: row; align-items:center; justify-content: center; } .cell_1_yr_gal2{ border:0px solid; width:384px; margin-right:200px; position: absolute; left:860px; top:10px; margin-top:10px; display:flex; flex-direction: row; align-items:center; justify-content: center; } .cell_1_yr_gal2 div{ display:flex; font-weight:bold; width:100%; align-items:center; justify-content: center; margin:0 20px 0 20px; padding: 2px 6px; border-radius: 12px; box-shadow: 0px 0px 3px 3px #C1ABD4; } .cell_1_yr_gal2 div img { position: absolute; z-index:9; margin-right: -76px; margin-bottom:2px; width:28px; height:28px; transform: rotate(180deg); } @media only screen and (min-height:900px) { .cell_1_yr_gal2{ border:0px solid; width:384px; margin-right:200px; position: absolute; left:890px; top:20px; margin-top:10px; display:flex; flex-direction: row; align-items:center; justify-content: center; } .cell_1_yr_gal{ border:0px solid; width:384px; margin-right:200px; position: absolute; left:436px; top:20px; margin-top:10px; display:flex; flex-direction: row; align-items:center; justify-content: center; } } </style> <<ClickContainerById "Next" "Gallery1">><</ClickContainerById>> <</nobr>> <div style="position: relative; z-index:1; margin-top:18px;"> <div class="con"> <div class="card_g Mom"> [img["img/Mom/Card/mom5.jpg"][Mom]] <p class="heading" id="Mom">Mom</p> </div> <div class="card_g"> [img["img/Adriana/Card/Adriana4.jpg"][Adriana]] <p class="heading" id="Adriana">Adriana</p> </div> <div class="card_g"> [img["img/Veronica/1.webp"][Veronica]] <p class="heading" id="Veronica">Veronica</p> </div> <div class="card_g"> [img["img/Kagney/Card/kagney1.jpg"][Kagney]] <p class="heading" id="Kagney">Kagney</p> </div> <div class="card_g"> [img["img/Kerry/1.webp"][Kerry]] <p class="heading" id="Kerry">Kerry</p> </div> <<nobr>> <div class="card_g Francesca"> <br> <p class="heading" style="z-index:10;">Francesca</p> </div> <</nobr>> <div class="card_g"> [img["img/Vain/4.webp"][Vain]] <p class="heading" id="Vain">Vain</p> </div> <div class="card_g"> [img["img/Aletta/2.webp"][Aletta]] <p class="heading" id="Aletta">Aletta</p> </div> <div class="card_g"> [img["img/Kagney_house/Monique/2.webp"][Monique]] <p class="heading" id="Monique">Monique</p> </div> <div class="card_g"> [img["img/Kagney_house/Alexis/3.webp"][Alexis]] <p class="heading" id="Alexis">Alexis</p> </div> <div class="card_g"> [img["img/Anissa/8.webp"][Anissa]] <p class="heading" id="Anissa">Anissa</p> </div> <<nobr>> <div class="card_g Donna"> <br> <p class="heading" style="z-index:10;" id="Donna">Donna</p> </div> <</nobr>> <div class="card_g"> [img["img/Carmel/Card/1.webp"][Carmel]] <p class="heading" id="Carmel">Carmel</p> </div> <<nobr>> <div class="card_g Amy"> <br> <p class="heading" style="z-index:10;" id="Amy">Amy</p> </div> <</nobr>> <<nobr>> <div class="card_g Brooke"> <br> /*[img["img/Library/2.webp"][Passage_1]]*/ <p class="heading" style="z-index:10;" id="Brooke">Brooke</p> </div> <</nobr>> <div class="card_g"> [img["img/Remy/2.webp"][Remy]] <p class="heading" id="Remy">Remy</p> </div> <<nobr>> <div class="card_g Riley"> <br> <p class="heading" style="z-index:10;">Riley</p> </div> <</nobr>> </div> <<nobr>> <<RandomImageOnlyWebp1Container_gallery 7 8 "Francesca/" "Francesca" "Francesca">> <<RandomImageOnlyWebp1Container_gallery 1 1 "Donna/" "Donna" "Donna">> <<RandomImageOnlyWebp1Container_gallery 1 2 "Library/" "Brooke" "Brooke">> <<RandomImageOnlyWebp1Container_gallery 1 3 "Amy/" "Amy" "Amy">> <<RandomImageOnlyWebp1Container_gallery 1 1 "Riley/" "Riley" "Riley">> <<ClickContainerByClass "sdfsdf" "Hallway">><</ClickContainerByClass>> <<ClickContainerById "sdfsdf" "Hallway">><</ClickContainerById>> <<ClickContainerById "Mom" "Mom">><</ClickContainerById>> <<ClickContainerById "Monique" "Monique">><</ClickContainerById>> <<ClickContainerById "Aletta" "Aletta">><</ClickContainerById>> <<ClickContainerById "Carmel" "Carmel">><</ClickContainerById>> <<ClickContainerById "Veronica" "Veronica">><</ClickContainerById>> <<ClickContainerById "Adriana" "Adriana">><</ClickContainerById>> <<ClickContainerById "Kagney" "Kagney">><</ClickContainerById>> <<ClickContainerById "Kerry" "Kerry">><</ClickContainerById>> <<ClickContainerById "Alexis" "Alexis">><</ClickContainerById>> <<ClickContainerById "Donna" "Donna">><</ClickContainerById>> <<ClickContainerById "Amy" "Amy">><</ClickContainerById>> <<ClickContainerById "Brooke" "Brooke">><</ClickContainerById>> <<ClickContainerById "Remy" "Remy">><</ClickContainerById>> <<ClickContainerById "Vain" "Vain">><</ClickContainerById>> <<ClickContainerById "Anissa" "Anissa">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="credits1"> <div class="credits1_div"><div class="credits1_text">To stay updated and informed about the game, including any bugs or suggestions, please visit Discord server</div><div class="credits1_icons"><a class="ref" href="https://discord.gg/xbWBNTwmfZ"><img class="img_discord" style="width:40px; height:30px; margin-top: 6px;" src="img/discord.png"></a></div></div> <div class="credits1_div"><div class="credits1_text"><span>If you want to be more than just a visitor and want to support my project, you can also visit Patreon</span></div><div class="credits1_icons"><a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" style="width:36px; height:36px; margin-left: 20px; margin-top: 3px;" src="img/patreon1.png"></a></div></div> <div class="credits1_div"><div class="credits1_text"><span>Also available is the option to make a donation, where you can share your impressions of the game in a one-time donation</span></div><div class="credits1_icons"><a class="ref" href="https://www.donationalerts.com/r/tobesigma"><img class="img_donation" style="width:30px; height:30px; margin-left: 23px; margin-top: 7px;" src="img/Log/donation1.png"></a></div></div> <div class="credits1_div" ><div class="credits1_text" style="width:100%;"><span>If you are completely SIgma and love anonymity you can support via crypto - 1NNEJGAoMDxDVyVETdNMcU6bGh1JPGeAHX (BTC)</span></div></div> </div> <br> <div class="Thanks1"> <div style=" display: flex; height:10%; width:100%; justify-content: center; align-items: center; border:0px solid; text-shadow: 0px 2px 7px #FF0D2E; font-size:30px; /*text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;*/">Gratitude </div> <div style="display:flex; height:90%; width:100%;border: 0px solid;box-sizing: border-box; justify-content: space-between; "> /*-----------------------------------------------------------------------------------------*/ <div style="display:flex; width:58.5%; height:99%; border: 0px solid;flex; flex-direction:column; box-sizing: border-box; margin-left:10px;"> <div style=" display:flex; height: 7%; width:100%; justify-content: center; align-items: center; border:0px solid; box-shadow: 0px 0px 2px 2px #C1ABD4; font-size:24px; background-color: black; box-sizing: border-box;text-shadow: 0px 2px 7px #a39b86;/* text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;*/">Supporters of Version 0.7 </div> <div style="display:flex; height:93%; width:100%; border: 0px solid #000; flex-direction:row; box-sizing: border-box;"> <div style="display:flex; height:100%; width:50%; border: 0px solid #000; box-sizing: border-box;"> <ul class="supporters_li_list" style="margin: 0px; margin-left:24px; margin-top: 7px; padding: 0px;"> /*---------------------- SIGAMA ----------------------------*/ <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> marco lejeune</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Brent Harris</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">WolfNinja</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">joe156</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">Goldencoffee</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">victor</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">Tom Bloemheuvel</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">Chaoskeeper</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">Greyman</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">James Champion</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">GrumbleDog</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">Jesse Dunavant</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">TechnicolorAxolotl</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">unseen AGO</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">Sprint IRC</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">Mike Foley</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;">bigstan5789</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Donnex</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> meo</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> GRAY1</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> ERIC</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Pablo Vilarnovo</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Jimmie Johnson</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Chronic</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> matthew asel</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> LIN</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> quin</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> john bel</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Yggur</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Drakpro</span></li> /*------------------------ NEW --------------------------------------*/ <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Robert Weaver</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Nohands1989</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Joseph Ferrise</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Zackery Wadsworth</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> макс Коломиец</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> cpt price</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Rafael Mendez</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> mike</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Franklin Concepcion</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Brandon</span></li> </ul> </div> <div style="display:flex; height:100%; width:50%; border: 0px solid #000"> <ul class="supporters_li_list" style="margin: 0px; margin-left:24px; margin-top: 7px; padding: 0px;"> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> ggtersa</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> notornis</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Mike Foley</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> vector110</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> NasArmada</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> Michael F Foley</span></li> <li><span style="color:#fd2424; text-shadow: 0px 0px 10px #fd2424;"> eloise325</span></li> <li><span style="color:#f42bff;">NightHawk</span></li> <li><span style="color:#f42bff;">Icaza</span></li> <li><span style="color:#f42bff;">Chris Moore</span></li> <li><span style="color:#f42bff;">Sammy</span></li> <li><span style="color:#f42bff;">ShadowDragon</span></li> <li><span style="color:#f42bff;">Ubique</span></li> <li><span style="color:#f42bff;">Emanuele Degortes</span></li> <li><span style="color:#f42bff;">david lassen</span></li> <li><span style="color:#f42bff;">Nialys</span></li> <li><span style="color:#f42bff;">Ehlen 99</span></li> <li><span style="color:#f42bff;">Alex</span></li> <li><span style="color:#f42bff;">Cody Markham</span></li> <li><span style="color:#f42bff;">Chris Whitley</span></li> <li><span style="color:#f42bff;">Zenith</span></li> <li><span style="color:#f42bff;">G_Man</span></li> <li><span style="color:#f42bff;">George</span></li> <li><span style="color:#f42bff;">HellSpawn Master</span></li> <li><span style="color:#f42bff;">Hunter Lucas</span></li> <li><span style="color:#f42bff;">liloof</span></li> <li><span style="color:#f42bff;">Toniob</span></li> <li><span style="color:#f42bff;">Randy</span></li> <li><span style="color:#f42bff;">Swigs</span></li> <li><span style="color:#f42bff;">The Meta</span></li> <li><span style="color:#f42bff;">Tyler Breshears</span></li> <li><span style="color:#f42bff;">Auriel Ryven</span></li> <li><span style="color:#f42bff;">錦祥 魏</span></li> <li><span style="color:#f42bff;">Kyle Slack-Smith</span></li> <li><span style="color:#f42bff;">ConZ</span></li> <li><span style="color:#f42bff;">Stradas</span></li> <li><span style="color:#f42bff;">Wouter Zewald</span></li> <li><span style="color:#f42bff;">Romulus86</span></li> <li><span style="color:#f42bff;">elliot cadmore</span></li> <li><span style=" color:#f42bff;">Mystikos</span></li> /*--------------------- NEW ----------------------------*/ </ul> </div> <div style="display:flex; height:100%; width:50%; border: 0px solid #000"> <ul class="supporters_li_list" style="margin: 0px; margin-left:24px; margin-top: 7px; padding: 0px;"> <li><span style="color:#f42bff;">Malkinzo darth</span></li> <li><span style="color:#f42bff;">Ian</span></li> <li><span style="color:#f42bff;">Erligan</span></li> <li><span style="color:#f42bff;">Felipe Gomes P.</span></li> <li><span style="color:#f42bff;">0000yes</span></li> <li><span style="color:#f42bff;">abrudan danut</span></li> <li><span style="color:#f42bff;">Alrick</span></li> <li><span style="color:#f42bff;">Alunnar</span></li> <li><span style="color:#f42bff;">Austin Creighton</span></li> <li><span style="color:#f42bff;">bill</span></li> <li><span style="color:#f42bff;">Talents Gaming</span></li> <li><span style="color:#f42bff;">Bobby Hamilton</span></li> <li><span style="color:#f42bff;">Brandon D</span></li> <li><span style="color:#f42bff;">Carl Dunn</span></li> <li><span style="color:#f42bff;">Carl Jarrett</span></li> <li><span style="color:#f42bff;">daniel moffat</span></li> <li><span style="color:#f42bff;">Daros</span></li> <li><span style="color:#f42bff;">ElOroLobo</span></li> <li><span style="color:#f42bff;">HejStrife</span></li> <li><span style="color:#f42bff;">JJS</span></li> <li><span style="color:#f42bff;">Jose Sanchez</span></li> <li><span style="color:#f42bff;">Eugenijus Gudenas</span></li> <li><span style="color:#f42bff;">Maca</span></li> <li><span style="color:#f42bff;">Malkinzo darth</span></li> <li><span style="color:#f42bff;">Marco Kaufmann</span></li> <li><span style="color:#f42bff;">Timothy Tholen</span></li> <li><span style="color:#f42bff;">Minigladi</span></li> <li><span style="color:#f42bff;">Seedsystem</span></li> <li><span style="color:#f42bff;">Silver</span></li> <li><span style="color:#f42bff;">Steven Everitt</span></li> <li><span style="color:#f42bff;">Storyteller</span></li> <li><span style="color:#f42bff;">Viking90</span></li> <li><span style="color:#f42bff;">Thierry Frei</span></li> <li><span style="color:#f42bff;">Timothy Morris</span></li> <li><span style="color:#f42bff;">林家豪</span></li> <li><span style="color:#f42bff;">Kowalec</span></li> <li><span style="color:#f42bff;">Matthew Prowse</span></li> <li><span style="color:#f42bff;">raul mayoral</span></li> <li><span style="color:#f42bff;">hüseyin ali Özcan</span></li> <li><span style="color:#f42bff;">NoNameNeeded</span></li> </ul> </div> <div style="display:flex; height:100%; width:50%; border: 0px solid #000"> <ul class="supporters_li_list" style="margin: 0px; margin-left:24px; margin-top: 7px; padding: 0px;"> <li><span style="color:#f42bff;">Saeryntz Shyllion</span></li> <li><span style="color:#f42bff;">Mazy</span></li> <li><span style="color:#f42bff;">Владик Хохол</span></li> <li><span style="color:#f42bff;">K</span></li> <li><span style="color:#f42bff;">Mark Lillington</span></li> <li><span style="color:#f42bff;">Marcos Ribeiro</span></li> <li><span style="color:#f42bff;">David Mohr</span></li> <li><span style="color:#f42bff;">Dennis Darm</span></li> <li><span style="color:#f42bff;">Casey Ingram</span></li> <li><span style="color:#f42bff;">Josh Reeves</span></li> <li><span style="color:#f42bff;">Matthew Dooley</span></li> <li><span style="color:#f42bff;">Galaxy Wolf Gaming</span></li> <li><span style="color:#f42bff;">Kyle Slack-Smith</span></li> <li><span style="color:#f42bff;">Minigladi</span></li> <li><span style="color:#f42bff;">Daros</span></li> <li><span style="color:#f42bff;">Marco Kaufmann</span></li> <li><span style="color:#f42bff;">Felipe Gomes P</span></li> <li><span style="color:#f42bff;">Tebachi</span></li> <li><span style="color:#f42bff;">Sandro Walker</span></li> <li><span style="color:#f42bff;">Ain Luik</span></li> <li><span style="color:#f42bff;">shardanasoth .</span></li> <li><span style="color:#f42bff;">Op4WS</span></li> <li><span style="color:#f42bff;">c5560287</span></li> <li><span style="color:#f42bff;">Andrew Roberts</span></li> <li><span style="color:#f42bff;">Divegoat</span></li> <li><span style="color:#f42bff;">ALEIX TRIBÓ</span></li> <li><span style="color:#f42bff;">remcec</span></li> <li><span style="color:#f42bff;">Rimas</span></li> <li><span style="color:#f42bff;">Brian Showers</span></li> <li><span style="color:#f42bff;">Itachi Ford</span></li> <li><span style="color:#f42bff;">lobisse</span></li> <li><span style="color:#f42bff;">Kevar</span></li> <li><span style="color:#f42bff;">Sigismund</span></li> <li><span style="color:#f42bff;">Vashurima</span></li> <li><span style="color:#f42bff;">Jacob Neale</span></li> <li><span style="color:#f42bff;">Cyphy</span></li> <li><span style="color:#f42bff;">Dyeladaria</span></li> <li><span style="color:#f42bff;">Zampsa1975</span></li> <li><span style="color:#f42bff;">ChaosGG101</span></li> </ul> </div> </div> </div> /*-----------------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------------*/ <div style="display:flex; height:99%; width: 38.5%; border:0px solid;flex-direction:column;box-sizing: border-box; margin-right:10px;"> <div style="display:flex; height:60%;width: 100%; border:0px solid;flex-direction:column;box-sizing: border-box;"> <div style=" display:flex; height:11.67%; min-width:100%; justify-content: center; align-items: center; background-color: black; box-shadow: 0px 0px 2px 2px #C1ABD4; border:0px solid; text-shadow: 0px 2px 7px #a39b86; font-size:24px; box-sizing: border-box; /*text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;*/"><span style="/*color: #97FCE7;*/ animation: color-change 10s infinite; font-weight:bold; margin-left:61px;"> Top 5 supporters </span> <span style="font-size:14px; margin-top: 4px; animation: color-change 10s infinite; ">(all time)</span> </div> <ol style=" display:flex; border: 0px solid; flex-direction:column; list-style-position: inside; padding: 0; margin:0px; justify-content: center; align-items:center; margin-top:40px;"> <li style="display: flex; align-items: center; justify-content: center; border: 0px solid; width: 300px; margin: 0px; padding:0px; height:36px; box-sizing: border-box; position: relative; "> <span class=" style_top1" style="color:#FF2400; display:flex; align-items: center; justify-content: center; font-size:20px;"><img style="margin-left:4px; position: relative; border:0px solid; width:36px; height: 36px; background: repeat scroll 0% 0% transparent; margin-bottom:2px; " src="img/Log/crown1.gif">Homeboy002(66$)</span></li> <li style="display: flex; align-items: center; justify-content: center; border: 0px solid; width: 300px; margin: 0px; padding:0px; height:36px; box-sizing: border-box; position: relative; "> <span class=" style_top2" style="color:#00DACD; display:flex; align-items: center; justify-content: center; font-size:19px;"><img style="margin-left:4px; position: relative; border:0px solid; width:28px; height: 28px; background: repeat scroll 0% 0% transparent; margin-bottom:2px; " src="img/Log/queen2.png">NightHawk (66$)</span></li> <li style="display: flex; align-items: center; justify-content: center; border: 0px solid; width: 300px; margin: 0px; padding:0px; height:36px; box-sizing: border-box; position: relative; "> <span class=" style_top3" style="color:#FF0DC1; display:flex; align-items: center; justify-content: center; font-size:18px;"><img style="margin-left:4px; position: relative; border:0px solid; width:22px; height: 22px; background: repeat scroll 0% 0% transparent; margin-bottom:2px; " src="img/Log/rook3.png">Svamp (58$)</span></li> <li style="display: flex; align-items: center; justify-content: center; border: 0px solid; width: 300px; margin: 0px; padding:0px; height:36px; box-sizing: border-box; position: relative; "> <span class=" style_top4" style="color:#B50DFF; display:flex; align-items: center; justify-content: center; font-size:17px;"><img style="margin-left:4px; position: relative; border:0px solid; width:28px; height: 28px; background: repeat scroll 0% 0% transparent; margin-bottom:2px; " src="img/Log/bishop2.png">Icaza (55$)</span></li> <li style="display: flex; align-items: center; justify-content: center; border: 0px solid; width: 300px; margin: 0px; padding:0px; height:36px; box-sizing: border-box; position: relative; "> <span class=" style_top5" style="color:#DCB400; display:flex; align-items: center; justify-content: center; font-size:16px;"><img style="margin-left:4px; position: relative; border:0px solid; width:20px; height: 20px; background: repeat scroll 0% 0% transparent; margin-bottom:2px; " src="img/Log/knight2.png">G_Man (50$)</span></li> </ol> </div> <div style="display:flex; height:50%; width: 100%; border:0px solid red;flex-direction:column;"> <div style="display:flex; justify-content:center; align-items:center; height:60%; font-size:14px; width: 100%; border:0px solid; margin-top: -10px;"><span style="padding-right:2px;padding-left:10px; "><div style="display:flex;"> <span style="color:#0005b8; font-weight: bold; font-size: 16px; text-shadow: 0 0 4px #fff;">To all dear Betta level subscribers</span> </div><span style="color:#159808; font-weight: bold; text-shadow: 0 0 4px #000;">And to all our wonderful Omega level</span> </span></div> <div style="display:flex; justify-content:center; align-items:center; height:60%; font-size:14px; width: 100%; border:0px solid; margin-top: -60px;"><span style="padding-right:2px;padding-left:10px; color: #A98422;"><div style="display:flex;">Thanks to everyone who supports through Donation Alerts! <img class="img_donation" style="width:16px; height:16px; margin-left: 4px; margin-top: 5px;" src="img/Log/donation1.png"></div>Your suggestions, reports, and criticism make the game better!</span></div> <div style="display:flex; height:40%; width: 100%; border:0px solid; justify-content: center; margin-top: -20px;"> <div class="cell_1_yr" onclick="historyBack()" style="cursor: pointer; width:100%; margin:0px; margin-left: 20px; padding:0px; border:0px solid;"><div style="width: 300px; margin:0px; padding:0px; justify-contetn:center; align-items:center;" id="Back"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> </div> </div> </div> </div> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> /* <br> <div class="your_room"> <div class="cell_1_yr"> <div onclick="historyBack()" style="cursor: pointer;">Continue</div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Hallway_info"> Hallway</div> </div> </div> */ <<ClickContainerById "Hallway_info" "Hallway">><</ClickContainerById>> <style> .supporters_li_list li{ font-size: 14px; margin-bottom: -13.5px; } .credits1 { border-radius: 10px; box-shadow: 0 0 20px #749E9A ; display: flex; margin-left: -95px; width: 1050px; height: 220px; margin-top:-20px; justify-content:center; align-items: center; gap: 10px; border: 0px solid #a39b86; flex-direction: column; background-color: #695D67; box-shadow: 0px 0px 15px 2px #749E9A; z-index:2; position: relative; border: 2px solid #a39b86; } .credits1::before { position: absolute; content: " "; display: flex; background-image: url('img/guide1.webp'); background-size: cover; background-position: center; filter: blur(10px) brightness(50%); width:100%; height: 100%; border-radius: 10px; z-index:-1; } .credits1_div{ border-radius: 4px; border: 0px solid #fff; display: flex; width: 1000px; height: 40px; position: relative; background: rgba(0,0,0,0.9); box-shadow: 0px 0px 2px 2px #C1ABD4; color: #D1CACE; filter:brightness(94%); text-shadow: -0.5px -0.5px 0px #39473D, 0.5px -0.5px 0px #39473D, -0.5px 0.5px 0px #39473D, 0.5px 0.5px 0px #39473D; transition: filter 0.3s ease; } .credits1_text{ position: relative; padding-left:10px; display: flex; justify-content: left; align-items: center; width: 90%; border: 0px solid #fff; line-height: 1.0; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000; font-size: 16.4px; } .credits1_icons{ width: 10%; } .Thanks1{ border-radius: 10px; box-shadow: 0 0 20px #749E9A ; display: flex; flex-direction:column; margin-left: -95px; width: 1050px; height: 550px; justify-content:center; align-items: center; border: 0px solid #a39b86; flex-direction: column; background-color: #695D67; box-shadow: 0px 0px 15px 2px #749E9A; z-index:2; position: absolute; border: 2px solid #a39b86; } .Thanks1::before { position: absolute; content: " "; display: flex; background-image: url('img/guide1.webp'); background-size: cover; background-position: center; filter: blur(10px) brightness(50%); width:100%; height: 100%; border-radius: 10px; z-index:-1; } .style_top1{ color: Crimson; font-weight: bold; height:24px; border:0px solid; text-shadow: 0px 2px 7px #dc143c; background: url('img/Log/dsp.gif') repeat scroll 0% 0% transparent; } .style_top2{ color: Crimson; font-weight: bold; height:24px; border:0px solid; text-shadow: 0px 2px 7px #00DACD; background: url('img/Log/dsp.gif') repeat scroll 0% 0% transparent; } .style_top3{ color: Crimson; font-weight: bold; height:24px; border:0px solid; text-shadow: 0px 2px 7px #FF0DC1; background: url('img/Log/dsp.gif') repeat scroll 0% 0% transparent; } .style_top4{ color: Crimson; font-weight: bold; height:24px; border:0px solid; text-shadow: 0px 2px 7px #B50DFF; background: url('img/Log/dsp.gif') repeat scroll 0% 0% transparent; } .style_top5{ color: Crimson; font-weight: bold; height:24px; border:0px solid; text-shadow: 0px 2px 7px #DCB400; background: url('img/Log/dsp.gif') repeat scroll 0% 0% transparent; } @keyframes color-change { 0% { color: #A897FC; } 25% { color: #FC97F7; } 50% { color: #97FCF1; } 75% { color: #FC97F7; } 100% { color: #A897FC; } } </style> <</nobr>>
<<nobr>> <<EnergyBar $energy>><</EnergyBar>> <div id="progress-bar-container"> <div class="inner-container">Energy $energy</div> <div id="progress_bar"> </div> <div id="progress_bar_1"> </div> </div> <</nobr>>
<<nobr>> <div class="btn" type="button"> <div class="title"> <strong id="title_description" style="border: 0px solid;width: 168px;margin-left: -12px;">To Be SIgma</strong> <strong id="title_img" style="margin-left: -4px;"> <div><img id="title_log" src="img/Log/Log2.png"></div></strong> </div> <div id="container-stars"> <div id="stars"></div> </div> <div id="glow"> <div class="circle"></div> <div class="circle"></div> </div> </div> <</nobr>>
<<nobr>> <div class="subtitle"> <div class="subtitle_1"> Version 0.7 </div> <div class="subtitle_2"> <div id="subtitle_2_text">Support my project</div> <div id="subtitle_2_img"><img src="img/Log/cat_heart1.png"></div> </div> <div style="border: 0px solid #fff; width:240px; display: flex; flex-direction: row; margin-left:40px; margin-bottom:-5px;"> <div style="border: 0px solid #fff; width:200px;"> <div class="subtitle_references" style="display:flex; border: 0px solid #fff; justify-content:center; width:200px; height:40px; align-items:center;"> <div class="subtitle_ref"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img src="img/Log/patreon2.png"></a> </div> <div class="subtitle_ref" style="padding-left:10px"> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img src="img/Log/star1.png"></a> </div> <div class="subtitle_ref" style="width:48px; padding-left:10px;"> <a class="ref" href="https://discord.gg/xbWBNTwmfZ"><img src="img/discord.png"></a> </div> <div class="subtitle_ref_1" style="padding-left:10px;"> <a class="ref" href="https://www.donationalerts.com/r/tobesigma"><img src="img/Log/donation1.png"></a> </div> </div> </div> <div style="display:flex; width:40px; border: 0px solid #fff; justify-content:center; align-items:center;"> <div id="muteButton" class="mute-button"></div> </div> </div> </div> /* <<script>> $(document).ready(function() { var video = document.getElementById("myVideo"); var muteButton = document.getElementById("muteButton"); if (video) { function updateButton() { if (video.unmuted) { muteButton.innerHTML = '<img class="volum_2" src="img/Log/volume2.png">'; } else { muteButton.innerHTML = ''; } } updateButton(); muteButton.addEventListener("click", function() { video.muted = !video.muted; updateButton(); }); } else { } }); <</script>> */ <<ClickContainerToggleSound "muteButton" _name_of_passage>><</ClickContainerToggleSound>> <style> .mute-button { width: 20px; height: 20px; margin-top:2px; background-image: url('img/Log/volume.png'); background-size: cover; cursor: pointer; } .volum_2{ margin-top:0px; width: 16px; height: 16px; background-size: cover; cursor: pointer; } #muteButton img{ margin-top:0px; width: 16px; height: 16px; background-size: cover; cursor: pointer; } </style> <<if $soundState == "muted">> <<RandomImageOnlyPngId 2 2 "/Log/volume" "muteButton">> <</if>> <</nobr>>
<<nobr>> <<widget "Day_week">> <<set $day_week to ($day-1) %7>> <</widget>> <</nobr>>
<<nobr>> <<widget "Card_image_relationship">> /* <<set _condition to $condition>> <<set _number to $number>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<if $relationship[_condition] >1>> Hello <<StatsImage 6 6 _condition _number "Adriana/Card/">> <</if>> */ <<StatsImage 6 6 1 1 "Adriana/Card/">> <</widget>> <</nobr>>
<<nobr>> <<fix_characteristics>><</fix_characteristics>> <<fix_sigma>><</fix_sigma>> <<fix_attributes>><</fix_attributes>> <<if $fitness >=100>> <<set $fitness = 100>> <</if>> <<if $energy <=0>> <<set $energy =0>> <</if>> <<script>> var day_time = State.variables.day_time; if (day_time >= 6) { State.variables.day_time = 5; } <</script>> <<Day_week>> /*//////////////////////ToggleSound in animations//////////////////////*/ <<if $soundState == "unmuted">> <<script>> $(document).ready(function() { var soundState = State.variables.soundState; var videos = document.querySelectorAll('[id^="myVideo"]'); videos.forEach(function(video) { if (soundState === "muted") { video.muted = true; } else { video.muted = false; } }); }); <</script>> /* <<script>> $(document).ready(function() { var $video = $("#myVideo"); if ($video.length > 0) { if (State.variables.soundState === "muted") { $video.prop("muted", true); } else { $video.prop("muted", false); } } }); <</script>> */ <</if>> /*///////////////////////////////////////////////////////////////////////////////*/ <<if $condition == 0>> <<RandomImage 1 1 $condition $number>> <</if>> <<if $condition == 1>> <<StatsImage_relationship 1 3 $condition $number "Mom/Card/" 0 10>> <<StatsImage_relationship 1 6 $condition $number "Mom/Card/" 10 20>> <<StatsImage_relationship 3 9 $condition $number "Mom/Card/" 20 40>> <<StatsImage_relationship 6 12 $condition $number "Mom/Card/" 40 120>> <</if>> <<if $condition == 2>> <<StatsImage_relationship 1 2 $condition $number "Adriana/Card/" 0 10>> <<StatsImage_relationship 3 4 $condition $number "Adriana/Card/" 10 20>> <<StatsImage_relationship 5 6 $condition $number "Adriana/Card/" 20 100>> <</if>> <<if $condition == 3>> <<StatsImage_relationship 1 2 $condition $number "Veronica/Card/" 0 10>> <<StatsImage_relationshipWebp 3 4 $condition $number "Veronica/Card/" 10 20>> <<StatsImage_relationshipWebp 5 6 $condition $number "Veronica/Card/" 20 100>> <</if>> <<if $condition == 4>> <<StatsImage_relationship 1 3 $condition $number "Kagney/Card/" 0 10>> <<StatsImage_relationship 1 6 $condition $number "Kagney/Card/" 1 100>> <</if>> <<if $condition == 5>> <<StatsImage_relationshipWebp 1 6 $condition $number "Kerry/Card/" 0 50>> <<StatsImage_relationshipWebp 1 17 $condition $number "Kerry/Card/" 50 1000>> <</if>> <<if $condition == 6>> <<StatsImage_relationshipWebp 1 3 $condition $number "Aletta/Card/" 0 50>> <<StatsImage_relationshipWebp 1 17 $condition $number "Kerry/Card/" 50 1000>> <</if>> <<if $condition == 7>> <<StatsImage_relationshipWebp 1 2 $condition $number "Carmel/Card/" 0 50>> <<StatsImage_relationshipWebp 1 4 $condition $number "Carmel/Card/" 50 1000>> <</if>> <<if $condition == 8>> <<StatsImage_relationshipWebp 1 17 $condition $number "Francesca/Card/1/" 0 50>> <<StatsImage_relationshipWebp 1 4 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 9>> <<StatsImage_relationshipWebp 1 1 $condition $number "Kagney_house/Monique/Card/" 0 50>> <<StatsImage_relationshipWebp 1 4 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 10>> <<StatsImage_relationshipWebp 1 1 $condition $number "Kagney_house/Alexis/Card/" 0 50>> <<StatsImage_relationshipWebp 1 4 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 11>> <<StatsImage_relationshipWebp 1 2 $condition $number "Donna/Card/" 0 50>> <<StatsImage_relationshipWebp 1 4 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 12>> <<StatsImage_relationshipWebp 1 3 $condition $number "Amy/Card/" 0 50>> <<StatsImage_relationshipWebp 1 4 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 13>> <<StatsImage_relationshipWebp 1 3 $condition $number "Library/Card/" 0 50>> <<StatsImage_relationshipWebp 1 4 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 14>> <<StatsImage_relationshipWebp 1 4 $condition $number "Remy/Card/" 0 50>> <<StatsImage_relationshipWebp 1 4 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 15>> <<StatsImage_relationshipWebp 1 2 $condition $number "Riley/Card/" 0 50>> <<StatsImage_relationshipWebp 1 2 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 16>> <<StatsImage_relationshipWebp 1 2 $condition $number "Vain/Card/" 0 50>> <<StatsImage_relationshipWebp 1 2 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 17>> <<StatsImage_relationshipWebp 1 3 $condition $number "Anissa/Card/" 0 50>> <<StatsImage_relationshipWebp 1 2 $condition $number "Francesca/Card/1/" 50 1000>> <</if>> <<if $condition == 19>> <<StatsImage_relationshipWebp 1 1 $condition $number "Instagram_models/Puffi/Talk/15/" 0 100>> <</if>> <<if $condition == 20>> <<StatsImage_relationshipWebp 1 6 $condition $number "Angelica_heart/Card/" 0 100>> <</if>> <<if $condition == 21>> <<StatsImage_relationshipWebp 1 1 $condition $number "Sophie/Card/" 0 100>> <</if>> <<if $condition == 22>> <<StatsImage_relationshipWebp 1 4 $condition $number "Telari/Card/" 0 100>> <</if>> <<if $condition == 24>> <<StatsImage_relationshipWebp 1 4 $condition $number "Foxie/Card/" 0 100>> <</if>> <<if $condition == 25>> <<StatsImage_relationshipWebp 1 4 $condition $number "Lana/Card/" 0 100>> <</if>> <<if $condition == 26>> <<StatsImage_relationshipWebp 1 3 $condition $number "Isabel/Card/" 0 100>> <</if>> <<if $condition == 27>> <<StatsImage_relationshipWebp 1 4 $condition $number "Abella/Card/" 0 100>> <</if>> <<if $condition == 28>> <<StatsImage_relationshipWebp 3 3 $condition $number "Business_street/Bpc/Erik_desk/" 0 100>> <</if>> <<if $condition == 38>> <<StatsImage_relationshipWebp 2 2 $condition $number "College/Vanessa/" 0 100>> <</if>> <<if $condition == 37>> <<StatsImage_relationshipWebp 1 2 $condition $number "College/Lilith/Card/" 0 100>> <</if>> <<record_previous_passage>><</record_previous_passage>> <<record_previous_passage1>><</record_previous_passage1>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <<Stats $condition>><</Stats>> <<ShowCurrentPassage>><</ShowCurrentPassage>> /*////////////////////////////////NEW VARS////////////////////////////////////////////*/ /*-------------V0.7 --------------*/ <</nobr>>
<<nobr>> <<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <</nobr>> <br> <<nobr>> <div class="your_room"> <div class="cell_1_yr" id="action_60"> <<if $items_bathroom_room[0].quantity ==1>> <div id="buy_bathroom_room_1">Bathroom 800$</div> <</if>> <<if $items_bathroom_room[1].quantity ==1>> <div id="buy_bathroom_room_2">Bathroom 3000$</div> <</if>> <div class="blur" id="buy_bathroom_room_3">Bathroom 40 000$</div> </div> </div> <<if $items_bathroom_room[0].quantity == 1>> <<RandomImageOnlyJpg 1 1 "Bathroom/bathroom_room">> <<elseif $items_bathroom_room[1].quantity == 1>> <<RandomImageOnlyJpg 2 2 "Bathroom/bathroom_room">> <<elseif $items_bathroom_room[2].quantity == 1>> <<RandomImageOnlyWebp1 3 3 "Bathroom/bathroom_room">> <</if>> <<Back1 "Improve_house">> <</nobr>> <<ClickContainerById "buy_bathroom_room_1" "buy_bathroom_room_1">><</ClickContainerById>> <<ClickContainerById "buy_bathroom_room_2" "buy_bathroom_room_2">><</ClickContainerById>> <<ClickContainerById "buy_bathroom_room_3" "Under_the_development">> <</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 800 && $items_bathroom_room[0].quantity == 1>> <<set $money -= 800>> <br><br><br><br><br> <<InsertText_Size_animated "You improved bathroom. Now it's nice to wash there.">> <br><<InsertText_Size_animated "The influence on Mom, Adriana and Veronica <<Green_text 'increased'>>">> <<set $event_veronica[1].quantity = 1>> <<set $items_bathroom_room[0].quantity -=1>> <<set $relationship[1] += 3>> <<set $relationship[2] += 3>> <<set $relationship[3] += 3>> <<set $bathroom_level =1>> <<Not_relationship_top_plus Mom 3>> <<Not_relationship_face1_plus Adriana 3>> <<Not_relationship_face2_plus Veronica 3>> <<elseif $items_bathroom_room[0].quantity == 0>> <br><br><br><br><br> <<InsertText_Size_animated "This has been improved">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <<Back1 "Improve_bathroom_room">> <</nobr>>
<<nobr>> <div class="header_1" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 9 "Bathroom/Mom/Bath_peek_mom_1/Kendra" "cell_center">> <div class="your_room"> <div class="cell_1_yr"> <div id="Bath_mom_peek_more">Peek more</div> </div> </div> <<set $day_time ++>> <<Back1 "Bathroom">> <<ClickContainerById "Bath_mom_peek_more" "Peek_mom_2_bth">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr" id="action_60"> <<if $items_hallway_room[0].quantity == 1>> <div id="buy_hallway_room_1">Hallway 950$</div> <</if>> <div class="blur" id="buy_hallway_room_2">Hallway 9000$</div> <div class="blur" id="buy_hallway_room_3">Hallway 40 000$</div> </div> </div> <<if $items_hallway_room[0].quantity == 0>> <<RandomImageOnlyJpg 2 2 "Hallway/hallway">> <<else>> <<RandomImageOnlyJpg 1 1 "Hallway/hallway">> <</if>> <<Back1 "Improve_house">> <<ClickContainerById "buy_hallway_room_1" "buy_hallway_room_1">><</ClickContainerById>> <<ClickContainerById "buy_hallway_room_2" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "buy_hallway_room_3" "Under_the_development">> <</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 950 && $items_hallway_room[0].quantity == 1>> <<set $money -= 950>> <br><br><br><br><br> <<InsertText_Size_animated "You improved hallway">> <br><<InsertText_Size_animated "The influence on Mom, Adriana and Veronica <<Green_text 'increased'>>">> <<set $relationship[1] += 2>> <<set $relationship[2] += 2>> <<set $relationship[3] += 2>> <<Not_relationship_top_plus Mom 2>> <<Not_relationship_face1_plus Adriana 2>> <<Not_relationship_face2_plus Veronica 2>> <<set $items_hallway_room[0].quantity -=1>> <<set $hallway_level =1>> <<elseif $items_hallway_room[0].quantity == 0>> <br><br><br><br><br> <<InsertText_Size_animated "This has been improved">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <<Back1 "Improve_hallway_room">> <</nobr>>
<<nobr>> <br> <div class="container" id="container"> <div class="hover-area"><img style="margin-right:4px; margin-bottom:2px; width:19px;height:20px;" src="img/Log/sigma1.png">SIgma Postulates </div> <div class="window"> <ul style="display: flex; flex-direction: column; gap: 10px;"> <li>The Sigma male embraces desire, sex, and various forms of sexual expression without shame</li> <li>The Sigma male governs his desires and never prioritizes sexual urges over his principles</li> <li>The Sigma male satisfies his needs on his own terms, not dictated by circumstance</li> <li>The sigma male affects women with his mental strength, making their charm ineffective against his authoritative presence</li> <li>Unlike the alpha male, who is subject to his desires and has a straightforward personality, the sigma male is characterized by flexibility</li> <li>The Sigma path demands both intellectual and mental development; if a woman's sexual influence outweighs his Sigma traits, such a <span style="color:red;">man may transform and begin to submit to her and his own desires</span></li> <li>The SIgma path is not easy, but that's the way!</li> </ul> </div> <div class="hover-area_1"><img style="margin-right:4px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/chars3.png"> Protagonist's Сharacteristics</div> <div class="window_1"> <ol style="display: flex; flex-direction: column; gap: 0px;"> <li><span style="font-weight:bold; color: #C29511;">Fitness </span> - shows the overall state of physical fitness. It's necessary for some quests<span><br> Assumed, max - 100. For version 0.6, engaged up to - 100</span></li> <li><span style="font-weight:bold; color: #C29511;">Charm </span> <span> - shows your overall attractiveness and charisma, which combines both intellectual level and various communication and seduction skills <br> Assumed, max - 100. For version 0.6, engaged up to - 100</span> </li> <li><span style="font-weight:bold; color: #C29511;">Arousal Max </span> <span> - characterizes your Max arousal state, exceeding a certain value results in cumming. The maximum value can be increased by increasing fitenss <br> Assumed, max - 40. For version 0.6, max - 40</span></li> <li><span style="font-weight:bold; color: #C29511;">SIgma </span> <span> - characterizes the ability to prevail over your desires and thus mentally influence girls, bringing them under your control <br> Assumed, max - 100. For version 0.6, engaged up to 100</span></li> <li><span style="font-weight:bold; color: #C29511;">Prog skills </span> <span> - characterizes programming skills, necessary for creating websites and hacking <br> Assumed, max - 100. For version 0.6, engaged up to 20-30</span></li> <li><span style="font-weight:bold; color: #C29511;">Status</span> <span> - shows your authority in society, which is determined by several factors - property, income, character attributes, and business dealings<br> Status 1- you need to upgrade all parts of the house<br>For version 0.6, engaged up to 1</span></li> </ol> </div> <div class="hover-area_2"><img style="padding-right:4px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/chars3.png">Character Attributes</div> <div class="window_2"> <ol style="display: flex; flex-direction: column; gap: 10px; "> <li><span style="font-weight:bold; color: #C29511;">Relationship </span><span> - shows your relationship with the character<br> Assumed, max - 100. For version 0.6, engaged up to 100 ( for Mom and Veronica ) </span></li> <li><span style="font-weight:bold; color: #C29511;">Corruption </span> <span> - shows her corruption from your influence <br> Assumed, max - 100. For version 0.6, engaged up to 100 ( for Mom and Veronica ) </span> </li> <li><span style="font-weight:bold; color: #C29511;">Obedience </span> <span> - shows her obedience towards you. The higher the obedience, the more you can possess her. Assumed, max - 100 <br> For version 0.6, engaged up to 100</span></li> <li><span style="font-weight:bold; color: #C29511;">Temptation </span> <span> - shows her influence on you and your instability in front of her<br> Assumed, max - Very High. For version 0.6, engaged up to Very HIgh </span></li> </ol> </div> <div class="hover-area_3"><img style=" margin-right:4px; margin-bottom:3px; width:24px;height:24px;" src="img/Log/features3.png">Game features</div> <div class="window_3"> <ol style="display: flex; flex-direction: column; gap: 10px; "> <li><span> In the game, you can start possessing any girl, however, there are scenes where you give in to your desires and may come under the influence of the girls</span></li> <li><span> You can buy houses, properties, and business projects to develop your business or own property</span> </li> <li><span> You can hire girls to work for you, influence girls destinies to bring profit and also have a girlfriend (mistress), harem, and protege</span></li> <li><span>You can hack computers and devices and spy on the girls</span></li> <li><span>You can work in various industries, such as waiter, tutor, and so on</span></li> <li><span>You can enter into business relationships with specific characters in the game</span></li> <li><span>As the building upgrades, the characters also change</span></li> <li><span>In the game you can experience almost any type of sexual activity, except for child pornography, zoophilia, violence, gore and other extremely deviant forms</span></li> </ol> </div> <div class="hover-area_4"><img style=" margin-right:4px; margin-bottom:3px; width:24px;height:24px;" src="img/Log/features5.png">About the game's storyline</div> <div class="window_4" style="padding-left:20px; padding-right:10px;"> <span> In the game you are a young man who recently lost his stepfather and has now started living with his mother and two sisters. The game's protagonist recently realized that he hadn't paid much attention to his sexual life until a certain point because he was occupied with more philosophical matters in his life, trying to understand patterns, find the purpose of life, and achieve self-determination. However, such a hot Mom nearby would inevitably become a catalyst for his new explorations - research into the pleasures of life. Will the protagonist succumb to his desires when he encounters so many temptations in the form of numerous seductive girls, or will he manage to control himself and dominate both them and his feelings?</span> </div> </div> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <br> <div class="your_room" style="margin-bottom: -100px; "> <div class="cell_1_yr" style="border:0px solid;"> <div id="Back" onclick="historyBack()" style="cursor: pointer;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <style> /* li { line-height:1.5; } */ .container { position: relative; display:flex; align-items:center; align-self: flex-start; gap:42px; box-shadow: 0px 0px 15px 2px #749E9A ; /*box-shadow: 0px 0px 10px 2px #B3A6B4 ;*/ } .container::before { content: ''; background-image: url('img/guide1.webp'); background-size: cover; background-position: center; top: 0; left: 0; width: 100%; height: 100%; filter: blur(10px); z-index: 1; } .hover-area_1, .hover-area_2,.hover-area_3,.hover-area_4, .hover-area { color: #D1CACE; filter:brightness(90%); text-shadow: -0.5px -0.5px 0px #39473D, 0.5px -0.5px 0px #39473D, -0.5px 0.5px 0px #39473D, 0.5px 0.5px 0px #39473D; transition: filter 0.3s ease; } .hover-area:hover, .hover-area_1:hover, .hover-area_2:hover, .hover-area_3:hover, .hover-area_4:hover { color: #D1CACE; filter:brightness(90%); text-shadow: -0.5px -0.5px 20px #39473D, 0.5px -0.5px 20px #39473D, -0.5px 0.5px 20px #39473D, 0.5px 0.5px 20px #39473D; } .window { filter:brightness(85%); font-family: 'Helvetica', Arial, sans-serif; position: absolute; width: 800px; height: 380px; margin-top:90px; border: 1px solid #ccc; background-color:black; box-shadow: -0px -0px 5px 5px #B3A6B4; display: flex; padding-right:10px; justify-content: center; align-items: center; cursor: pointer; z-index:1; opacity: 0; transform: scale(0.9); pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; } .window_1 { justify-content:center; filter:brightness(85%); font-family: 'Helvetica', Arial, sans-serif; position: absolute; width: 800px; height: 520px; margin-top:164px; border: 1px solid #ccc; background-color:black; box-shadow: -0px -0px 5px 5px #B3A6B4; display: flex; justify-content: center; align-items: center; cursor: pointer; opacity: 0; transform: scale(0.9); pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; padding-right:10px; } .window_2 { filter:brightness(85%); font-family: 'Helvetica', Arial, sans-serif; position: absolute; width: 800px; height: 320px; margin-top:238px; border: 1px solid #ccc; background-color:black; box-shadow: -0px -0px 5px 5px #B3A6B4; display: flex; justify-content: center; align-items: center; cursor: pointer; opacity: 0; transform: scale(0.9); pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; padding-right:10px; } .window_3 { filter:brightness(85%); font-family: 'Helvetica', Arial, sans-serif; position: absolute; width: 800px; height: 380px; margin-top: 312px; border: 1px solid #ccc; background-color:black; box-shadow: -0px -0px 5px 5px #B3A6B4; display: flex; justify-content: center; align-items: center; cursor: pointer; opacity: 0; transform: scale(0.9); pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; padding-right:10px; } .window_4 { filter:brightness(85%); font-family: 'Helvetica', Arial, sans-serif; position: absolute; width: 800px; height: 230px; margin-top: 386px; border: 1px solid #ccc; background-color:black; box-shadow: -0px -0px 5px 5px #B3A6B4; display: flex; justify-content: center; align-items: center; cursor: pointer; opacity: 0; transform: scale(0.9); pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; padding-right:10px; } .hover-area { position: absolute; display:flex; align-items: center; justify-content: center; font-size:18px; margin-top:36px; border-radius:10px; width: 500px; height: 36px; box-shadow: 0px 0px 3px 3px #C1ABD4; background-color:#0E0B0D; cursor: pointer; transition: background-color 0.3s ease; z-index:1; } .hover-area_1 { position: absolute; display:flex; align-items: center; justify-content: center; font-size:18px; margin-top:110px; border-radius:10px; width: 500px; height: 36px; box-shadow: 0px 0px 3px 3px #C1ABD4; background-color:#0E0B0D; cursor: pointer; transition: background-color 0.3s ease; z-index:1; } .hover-area_2 { position: absolute; display:flex; align-items: center; justify-content: center; font-size:18px; margin-top:184px; border-radius:10px; width: 500px; height: 36px; box-shadow: 0px 0px 3px 3px #C1ABD4; background-color:#0E0B0D; cursor: pointer; transition: background-color 0.3s ease; z-index:1; } .hover-area_3 { position: absolute; display:flex; align-items: center; justify-content: center; font-size:18px; margin-top:258px; border-radius:10px; width: 500px; height: 36px; box-shadow: 0px 0px 3px 3px #C1ABD4; background-color:#0E0B0D; cursor: pointer; transition: background-color 0.3s ease; z-index:1; } .hover-area_4 { position: absolute; display:flex; align-items: center; justify-content: center; font-size:18px; margin-top:332px; border-radius:10px; width: 500px; height: 36px; box-shadow: 0px 0px 3px 3px #C1ABD4; background-color:#0E0B0D; cursor: pointer; transition: background-color 0.3s ease; z-index:1; } .hover-area:hover + .window { opacity: 1; z-index:10; transform: scale(1); pointer-events: auto; } .hover-area_1:hover + .window_1 { opacity: 1; z-index:10; transform: scale(1); pointer-events: auto; } .hover-area_2:hover + .window_2 { opacity: 1; z-index:10; transform: scale(1); pointer-events: auto; } .hover-area_3:hover + .window_3 { opacity: 1; z-index:10; transform: scale(1); pointer-events: auto; } .hover-area_4:hover + .window_4 { opacity: 1; z-index:10; transform: scale(1); pointer-events: auto; } </style> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<if $case_result == "Case 0">> <<if $charm >=5 && $status >=1>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 1, Charm ≥ 5">> <</if>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/1/Puffi" "cell_center">> <</if>> <<if $case_result == "Case 1">> <<if $money >= 1000>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Money ≥ 1000$">> <</if>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/15/Sophie" "cell_center">> <</if>> <<if $case_result == "Case 2">> <<if $status >= 2>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 2">> <</if>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/15/Cassie" "cell_center">> <</if>> <<if $case_result == "Case 3">> <<if $status >= 2>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 2">> <</if>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/15/Christy" "cell_center">> <</if>> <<if $case_result == "Case 4">> <<if $status >= 3>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 3">> <</if>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/15/Harley" "cell_center">> <</if>> <<if $case_result == "Case 5">> <<if $status >= 3>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 3">> <</if>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/13/Fooji" "cell_center">> <</if>> <<if $case_result == "Case 6">> <<if $status >= 4>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 4">> <</if>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/13/Ivy" "cell_center">> <</if>> <<if $case_result =="Case 7">> <<if $status >= 4>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 4">> <</if>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/15/Jasmine" "cell_center">> <</if>> <<if $case_result == "Case 8">> <<if $status >= 5>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 5">> <</if>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/12/Seltin" "cell_center">> <</if>> <<if $case_result == "Case 9">> <<if $status >= 5>> <div class="your_room"> <div class="cell_1_yr"> <div id="Send_message">Send message</div> /*<<set $event_choose_model[0] to 0>>*/ </div> </div> <<else>> <<InsertText_Size_animated "She doesn't pay attention to you. Requirements - Status ≥ 5">> <</if>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyJpgContainer 2 2 "Instagram_models/12/Kate" "cell_center">> <</if>> <<Back1 "Surf_instagram">> <<ClickContainerById "Send_message" "Send_message">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<GoTo_No_Energy>> <<if $relation_models[0] <=9 && $energy>0>> <<set $relation_models[0] ++>> <br><<InsertText_Size_animated "Your relationship with Puffi <<Green_text 'increased'>>">> <<else>> <br><<InsertText_Size_animated "Your made a compliment Puffi">> <</if>> <<set _random_2 to random(1,5)>> <<if _random_2 >=1 && _random_2 <=4 >> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 5 "Instagram_models/Puffi/Compliment/1/Puffi" "cell_center">> <<elseif _random_2 == 5>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Puffi/Compliment/15/Puffi" "cell_center">> <</if>> <<Energy>> <<set $day_time ++>> <<Back1 "Model_1_puffi">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<GoTo_No_Energy>> <<Energy>> <<set $day_time ++>> <<if $relation_models[1] <=4 && $energy>0>> <<set $relation_models[1] ++>> <br><<InsertText_Size_animated "Your relationship with Sophie <<Green_text 'increased'>>">> <<else>> <br><<InsertText_Size_animated "Your told with Sophie">> <</if>> <<set _random_1 to random(1,4)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 2 "Instagram_models/Sophie/Talk/13/Sophie" "cell_center">> <<elseif _random_1 >= 2 && _random_1 <=4 >> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 7 "Instagram_models/Sophie/Talk/15/Sophie" "cell_center">> <</if>> <<Back1 "Model_2_sophie">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<GoTo_No_Energy>> <<Energy>> <<set $day_time ++>> <<if $relation_models[1] <=9 && $energy>0>> <<set $relation_models[1] ++>> <br><<InsertText_Size_animated "Your relationship with Sophie <<Green_text 'increased'>>">> <<else>> <br><<InsertText_Size_animated "Your made a compliment Sophie">> <</if>> <<set _random_2 to random(1,5)>> <<if _random_2 >=1 && _random_2 <=4 >> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 7 "Instagram_models/Sophie/Compliment/133/Sophie" "cell_center">> <<elseif _random_2 == 5>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 3 "Instagram_models/Sophie/Compliment/178/Sophie" "cell_center">> <</if>> <<Back1 "Model_2_sophie">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<if $relation_models[0] >= 0>> <div class="your_room"> <div class="cell_1_yr"> <div id="talk_puffi">Talk</div> </div> </div> <</if>> <<if $relation_models[0] >= 5>> <div class="your_room"> <div class="cell_2_yr"> <div id="compliment_puffi">Make a compliment</div> </div> </div> <</if>> <<if $relation_models[0] >= 10>> <div class="your_room"> <div class="cell_2_yr"> <div id="dirty_message_puffi">Send a dirty message</div> </div> </div> <</if>> <<if $relation_models[0] >= 15 && $puffi_date1_passed !=1>> <div class="your_room"> <div class="cell_2_yr"> <div id="go_date_puffi">Go on a date</div> </div> </div> <</if>> <<if $puffi_date1_passed ==1>> <div class="your_room"> <div class="cell_2_yr"> <div id="offer_a_room_puffi">Offer a room</div> </div> </div> <</if>> <<Back1 "Text_someone">> <<if $relation_models[0] >= 0 && $relation_models[0] < 5>> <<set _random_1 to random(1,2)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 2 "Instagram_models/Puffi/Talk/1/Puffi" "cell_center">> <<elseif _random_1 == 2>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Puffi/Talk/15/Puffi" "cell_center">> <</if>> <<elseif $relation_models[0] >= 5 && $relation_models[0] < 10>> <<set _random_2 to random(1,5)>> <<if _random_2 >=1 && _random_2 <=4 >> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 5 "Instagram_models/Puffi/Compliment/1/Puffi" "cell_center">> <<elseif _random_2 == 5>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Puffi/Compliment/15/Puffi" "cell_center">> <</if>> <<elseif $relation_models[0] >= 10>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 13 "Instagram_models/Puffi/Dirty/1/1/Puffi" "cell_center">> <</if>> <<ClickContainerById "talk_puffi" "Talk_puffi">> <</ClickContainerById>> <<ClickContainerById "compliment_puffi" "Compliment_puffi">> <</ClickContainerById>> <<ClickContainerById "dirty_message_puffi" "Dirty_message_puffi">> <</ClickContainerById>> <<ClickContainerById "go_date_puffi" "Puffi_date1">> <</ClickContainerById>> <<if $playhouse1 !=1>> <<ClickContainerById "offer_a_room_puffi" "Offer_a_room_puffi_Buy_playhouse">> <</ClickContainerById>> <<elseif $playhouse1 ==1>> <<ClickContainerById "offer_a_room_puffi" "Offer_a_room_puffi">> <</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <div class="header_1"> <div class="cell_center_1" id="house1_3_photo1"> </div> <div class="cell_center_2" id="house1_3_photo2"> </div> <div class="cell_center_3" id="house1_3_photo3"> </div> </div> <<set _random_1 to random(1,2)>> <<if _random_1 == 1>> <<replaceClass "cell_center_1" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 2 "Instagram_models/Puffi/Talk/1/Puffi" "cell_center_1">> <<elseif _random_1 == 2>> <<replaceClass "cell_center_1" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/Puffi/Talk/15/Puffi" "cell_center_1">> <</if>> <<set _random_2 to random(1,5)>> <<if _random_2 >=1 && _random_2 <=4 >> <<replaceClass "cell_center_2" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 5 "Instagram_models/Puffi/Compliment/1/Puffi" "cell_center_2">> <<elseif _random_2 == 5>> <<replaceClass "cell_center_2" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 1 "Instagram_models/Puffi/Compliment/15/Puffi" "cell_center_2">> <</if>> <<replaceClass "cell_center_3" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 13 "Instagram_models/Puffi/Dirty/1/1/Puffi" "cell_center_3">> <<Back1 "Text_someone">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<GoTo_No_Energy>> <<if $relation_models[0] <=4 && $energy >0>> <<set $relation_models[0] ++>> <br><<InsertText_Size_animated "Your relationship with Puffi <<Green_text 'increased'>>">> <<else>> <br><<InsertText_Size_animated "Your told with Puffi">> <</if>> <<set _random_1 to random(1,2)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 2 "Instagram_models/Puffi/Talk/1/Puffi" "cell_center">> <<elseif _random_1 == 2>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Puffi/Talk/15/Puffi" "cell_center">> <</if>> <<Energy>> <<set $day_time ++>> <<Back1 "Model_1_puffi">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<GoTo_No_Energy>> <<if $relation_models[0] <=14 && $energy>0>> <<set $relation_models[0] ++>> <br><<InsertText_Size_animated "Your relationship with Puffi <<Green_text 'increased'>>">> <<else>> <br><<InsertText_Size_animated "You sent a dirty message. She want your dick">> <</if>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 13 "Instagram_models/Puffi/Dirty/1/1/Puffi" "cell_center">> <<Energy>> <<set $day_time ++>> <<Back1 "Model_1_puffi">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<GoTo_No_Energy>> <<Energy>> <<set $day_time ++>> <<if $relation_models[1] <=14 && $energy>0>> <<set $relation_models[1] ++>> <br><<InsertText_Size_animated "Your relationship with Sophie <<Green_text 'increased'>>">> <<else>> <br><<InsertText_Size_animated "You sent a dirty message. She want your dick">> <</if>> <<set _random_3 to random(1,9)>> <<if _random_3 == 1>> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Sophie/Dirty/11/Sophie" "cell_center">> <<elseif _random_3 >=2 && _random_3 <=6 >> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 6 "Instagram_models/Sophie/Dirty/13/Sophie" "cell_center">> <<elseif _random_3 >= 7 && _random_3 <=9>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 4 "Instagram_models/Sophie/Dirty/15/Sophie" "cell_center">> <</if>> <<Back1 "Model_2_sophie">> <</nobr>>
<<nobr>> <<widget "New_message">> <<set $random_message to random(1,6)>> <<if $random_message == 1>> <<if $relationship[1] >=10>> <<set _random_1 to (1,1)>> <<if _random_1 ==1>> /*<span style='color:yellow;'>[[New message|new_message]]</span>*/ <<link "<span style='color: Yellow;'>New message</span>" "new_message">><</link>> <</if>> <</if>> <<elseif $random_message == 2>> <<if $relation_models[0] >10>> <<set _random_2 to (1,1)>> <<if _random_2 ==1>> <<link "<span style='color: Yellow;'>New message</span>" "new_message">><</link>> <</if>> <</if>> <<elseif $random_message == 3>> <<if $relation_models[1] >10>> <<set _random_3 to (1,1)>> <<if _random_3 ==1>> <<link "<span style='color: Yellow;'>New message</span>" "new_message">><</link>> <</if>> <</if>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Pic_random_between_164">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path +_random+".jpg'>">> </div> /* ratio: 1.64, width = 525, height = 320 */ <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<if $relation_models[1] >= 0>> <div class="your_room"> <div class="cell_1_yr"> <div id="talk_sophie">Talk</div> </div> </div> <</if>> <<if $relation_models[1] >= 5>> <div class="your_room"> <div class="cell_2_yr"> <div id="compliment_sophie">Make a compliment</div> </div> </div> <</if>> <<if $relation_models[1] >= 10>> <div class="your_room"> <div class="cell_2_yr"> <div id="dirty_message_sophie">Send a dirty message</div> </div> </div> <</if>> <<if $relation_models[1] >= 15 && $meet_sophie_data1 !=1>> <div class="your_room"> <div class="cell_2_yr"> <div id="go_date_sophie">Go on a date</div> </div> </div> <</if>> <<if $meet_sophie_data1 ==1>> <div class="your_room"> <div class="cell_2_yr"> <div id="text_about_business_sophie">Talk about business</div> </div> </div> <</if>> <<Back1 "Text_someone">> <<if $relation_models[1] >= 0 && $relation_models[1] < 5>> <<set _random_1 to random(1,4)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 2 "Instagram_models/Sophie/Talk/13/Sophie" "cell_center">> <<elseif _random_1 >= 2 && _random_1 <=4 >> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 7 "Instagram_models/Sophie/Talk/15/Sophie" "cell_center">> <</if>> <<elseif $relation_models[1] >= 5 && $relation_models[1] < 10>> <<set _random_2 to random(1,5)>> <<if _random_2 >=1 && _random_2 <=4 >> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 7 "Instagram_models/Sophie/Compliment/133/Sophie" "cell_center">> <<elseif _random_2 == 5>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 3 "Instagram_models/Sophie/Compliment/178/Sophie" "cell_center">> <</if>> <<elseif $relation_models[1] >= 10>> <<set _random_3 to random(1,9)>> <<if _random_3 >=1 && _random_3 <=5 >> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 6 "Instagram_models/Sophie/Dirty/13/Sophie" "cell_center">> <<elseif _random_3 >= 6 && _random_3 <=8>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 4 "Instagram_models/Sophie/Dirty/15/Sophie" "cell_center">> <<elseif _random_3 == 9>> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Sophie/Dirty/11/Sophie" "cell_center">> <</if>> <</if>> <<ClickContainerById "text_about_business_sophie" "Text_about_business_sophie">> <</ClickContainerById>> <<ClickContainerById "talk_sophie" "Talk_sophie">> <</ClickContainerById>> <<ClickContainerById "compliment_sophie" "Compliment_sophie">> <</ClickContainerById>> <<ClickContainerById "dirty_message_sophie" "Dirty_message_sophie">> <</ClickContainerById>> <<ClickContainerById "go_date_sophie" "Sophie_date1">> <</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<set _sum_panties to $items_owing_beach[0].quantity+$items_owing_adriana[0].quantity+$items_owing_veronica[0].quantity+$items_owing_mom[0].quantity>> <<set _sum_panties_money to _sum_panties*200>> <<InsertText_Size_animated "You sold _sum_panties panties">> <br><<InsertText_Size_animated "You get <<Green_text '_sum_panties_money'>> dollars">> <<set $items_owing_beach[0].quantity to 0>> <<set $items_owing_adriana[0].quantity to 0>> <<set $items_owing_veronica[0].quantity to 0>> <<set $items_owing_mom[0].quantity to 0>> <<set $money to $money + _sum_panties_money>> <<Back1 "Online_shop">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<set _sum_bras to $items_owing_beach[1].quantity+$items_owing_adriana[1].quantity+$items_owing_veronica[1].quantity+$items_owing_mom[1].quantity>> <<set _sum_bras_money to _sum_bras*100>> <<InsertText_Size_animated "You sold _sum_bras bras">> <br><<InsertText_Size_animated "You get <<Green_text '_sum_bras_money'>> dollars">> <<set $items_owing_beach[1].quantity to 0>> <<set $items_owing_adriana[1].quantity to 0>> <<set $items_owing_veronica[1].quantity to 0>> <<set $items_owing_mom[1].quantity to 0>> <<set $money to $money+ _sum_bras_money>> <<Back1 "Online_shop">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<if $random_message == 1>> <<if $relationship[1]>=10 && $relationship[1]<20>> <<set _random_1 to random(1,3)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Your_room/Messages/Mom/1/133/" "cell_center">> <<elseif _random_1 >=2 && _random_1 <=3>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 8 "Your_room/Messages/Mom/1/178/" "cell_center">> <</if>> <<Text_animated_face Mom "How do you like my dress, $name_person?">> <<elseif $relationship[1]>=20 && $relationship[1]<30>> <<set _random_1 to random(1,7)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Your_room/Messages/Mom/1/133/" "cell_center">> <<Text_animated_face Mom "How do you like my dress, dear?">> <<elseif _random_1 >=2 && _random_1 <=3>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 8 "Your_room/Messages/Mom/1/178/" "cell_center">> <<Text_animated_face Mom "How do you like my dress, dear?">> <<elseif _random_1 >=4 && _random_1 <=5>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Your_room/Messages/Mom/2/178/" "cell_center">> <<Text_animated_face Mom "How do you like my figure, honey?">> <<elseif _random_1 >=6 && _random_1 <=7>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Your_room/Messages/Mom/2/133/" "cell_center">> <<Text_animated_face Mom "How do you like my figure, honey?">> <</if>> <<elseif $relationship[1]>=30 && $relationship[1]<40>> <<set _random_1 to random(1,12)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Your_room/Messages/Mom/1/133/" "cell_center">> <<Text_animated_face Mom "How do you like my dress, honey?">> <<elseif _random_1 >=2 && _random_1 <=3>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 8 "Your_room/Messages/Mom/1/178/" "cell_center">> <<Text_animated_face Mom "How do you like my dress, honey?">> <<elseif _random_1 >=4 && _random_1 <=5>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Your_room/Messages/Mom/2/178/" "cell_center">> <<Text_animated_face Mom "How do you like my figure, honey?">> <<elseif _random_1 >=6 && _random_1 <=7>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Your_room/Messages/Mom/2/133/" "cell_center">> <<Text_animated_face Mom "How do you like my figure, honey?">> <<elseif _random_1 >=8 && _random_1 <=10>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 5 "Your_room/Messages/Mom/3/133/" "cell_center">> <<Text_animated_face Mom "What do you think of my underdress, sweetie?">> <<elseif _random_1 >=11 && _random_1 <=12>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 7 "Your_room/Messages/Mom/3/178/" "cell_center">> <<Text_animated_face Mom "What do you think of my underdress, sweetie?">> <</if>> <<elseif $relationship[1]>=40 >> <<set _random_1 to random(1,20)>> <<if _random_1 == 1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Your_room/Messages/Mom/1/133/" "cell_center">> <<Text_animated_face Mom "How do you like my dress, sweetie?">> <<elseif _random_1 >=2 && _random_1 <=3>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 8 "Your_room/Messages/Mom/1/178/" "cell_center">> <<Text_animated_face Mom "How do you like my dress, sweetie?">> <<elseif _random_1 >=4 && _random_1 <=5>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Your_room/Messages/Mom/2/178/" "cell_center">> <<Text_animated_face Mom "How do you like my figure, sweetie?">> <<elseif _random_1 >=6 && _random_1 <=7>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Your_room/Messages/Mom/2/133/" "cell_center">> <<Text_animated_face Mom "How do you like my figure, sweetie?">> <<elseif _random_1 >=8 && _random_1 <=10>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 5 "Your_room/Messages/Mom/3/133/" "cell_center">> <<Text_animated_face Mom "What do you think of my underdress, sweetie?">> <<elseif _random_1 >=11 && _random_1 <=12>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 7 "Your_room/Messages/Mom/3/178/" "cell_center">> <<Text_animated_face Mom "What do you think of my underdress, sweetie?">> <<elseif _random_1 >=13 && _random_1 <=16>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Your_room/Messages/Mom/4/178/" "cell_center">> <<Text_animated_face Mom "Who will get these charms...">> <<elseif _random_1 >=17 && _random_1 <=20>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Your_room/Messages/Mom/4/133/" "cell_center">> <<Text_animated_face Mom "Who will get these charms...">> <</if>> <</if>> <<elseif $random_message == 2>> <<set _random_2 to random(1,2)>> <<if _random_2 == 1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 5 "Your_room/Messages/Puffi/1/" "cell_center" >> <<Text_animated_face Puffi "My delicious ass is waiting for its hero...">> <<elseif _random_2 == 2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 7 "Your_room/Messages/Puffi/2/" "cell_center" >> <<Text_animated_face Puffi "This is for you, baby">> <br><<Text_animated_face Puffi "I'm so wet... I want you to fuck me...please...">> <</if>> <<elseif $random_message == 3>> <<set _random_3 to random(1,4)>> <<if _random_3 == 1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 7 8 "Your_room/Messages/Sophie/" "cell_center" >> <<Text_animated_face Sophie "I want to be your bitch, baby">> <<elseif _random_3 >= 2 && _random_3 <= 4 >> <<replaceClass "cell_center" "cell_center_video_tall_178">><</replaceClass>> <<RandomVideoMp4_center 1 6 "Your_room/Messages/Sophie/" "cell_center" >> <<Text_animated_face Sophie "I want to be your bitch, baby">> <</if>> <</if>> <<Back1 "Your room">> <</nobr>>
<<nobr>> <<widget "Week_street">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Energy1">> <<if $energy >= $maxenergy>> <<set $energy to $maxenergy>><</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_local_shop">> <<if $items_local_shop_level1 != 1>> <<set _day1_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <<elseif $items_local_shop_level1 ==1 && $day >$kerry_find_replacement +4 >> <<set _day1_conditions = { 1: 7, 2: 7, 3: 7, 4: 7, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 7, 2: 7, 3: 7, 4: 7, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 7, 2: 7, 3: 7, 4: 7, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 7, 2: 7, 3: 7, 4: 7, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 7, 2: 7, 3: 7, 4: 7, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 7, 2: 7, 3: 7, 4: 7, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 7, 2: 7, 3: 7, 4: 7, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <<else>> <<set _day1_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Text_animated_left">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual_2" id="animated"> <div class="content_text_1"> <span class="name_of_character">_name</span> <div> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Text_animated_right">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual_3" id="animated"> <div class="content_text_1"> <span class="name_of_character">_name</span> <div> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $items_bathroom_room[0].quantity ==0 && $items_bathroom_room[1].quantity==1>> <br><<InsertText_Size_animated "You see Veronica undressing in the bathroom">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 4 "Bathroom/Veronica/" "cell_center" >> <br><<linkappend "<<InsertText_Size_animated 'Peek more'>>">> <br><<Dots1>> <<set _random to random(1,2)>> <<timed 2000ms>> <<if _random ==1>> <br><<InsertText_Size_animated "<<Green_text 'You are lucky today'>>">> <<timed 1500ms>> <br><<Mp4_between_text_wide_178 "Bathroom/Veronica/" 12 13>> <br><<linkappend "<<InsertText_Size_animated 'Look at her ass'>>">> <br><<Mp4_between_text_wide_178 "Bathroom/Veronica/" 14 14>> <br><<Text_animated_face_person "I didn't even suspect that my little sister has such a nice ass...">> <br><<Yellow "Upgrading the bathroom might open up new peeking angles with her">> <</linkappend>> <</timed>> <<else>> <<timed 2000ms>> <br><<InsertText_Size_animated "<<Red_text 'You are out of luck this time'>>">> <<timed 1500ms>> <br><<Mp4_between_text_wide_178 "Bathroom/Veronica/" 6 6>> <br><<Text_animated_face Veronica "What the fuck, $name_person, fuck off!">> <br><<InsertText_Size_animated "Relationship with Veronica has <<Red_text 'decreased'>> a little">> <<set $relationship[3] -= 0.5>> <<Not_relationship_top_minus Veronica 0.5>> <</timed>> <</timed>> <</if>> <</timed>> <</linkappend>> <<elseif $items_bathroom_room[0].quantity ==0 && $items_bathroom_room[1].quantity==0>> <<set _random1 to random(1,2)>> <<if _random1 ==1>> <br><<InsertText_Size_animated "You see Veronica undressing in the bathroom">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 4 "Bathroom/Veronica/" "cell_center" >> <br><<linkappend "<<InsertText_Size_animated 'Peek more'>>">> <<set _random to random(1,1)>> <<if _random ==1>> <br><<InsertText_Size_animated "You are lucky today">> <br><<Mp4_between_text_wide_178 "Bathroom/Veronica/" 12 13>> <br><<linkappend "<<InsertText_Size_animated 'Look at her ass'>>">> <br><<Mp4_between_text_wide_178 "Bathroom/Veronica/" 14 14>> <br><<Text_animated_face_person "I didn't even suspect that my little sister has such a nice ass...">> <</linkappend>> <</if>> <</linkappend>> <<else>> <br><<InsertText_Size_animated "You see Veronica sensually washing herself in the bathroom">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 18 18 "Bathroom/Veronica/" "cell_center" >> <br><<linkappend "<<InsertText_Size_animated 'Peek more'>>">> <br><<Mp4_between_text_wide_178 "Bathroom/Veronica/" 19 19>> <br><<linkappend "<<InsertText_Size_animated 'Look at her ass'>>">> <br><<Mp4_between_text_wide_178 "Bathroom/Veronica/" 20 22>> <br><<Text "Your little sister is getting her sexy ass all soapy with the foam">> <</linkappend>> <</linkappend>> <</if>> <</if>> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<InsertText_Size_animated "Oh my! Mom is up to something here... I should find out">> <br><<InsertText_Size_animated "<span> You need to check this on her hacked computer - Bonuse scene!</span>">> <<RandomImageOnlyJpg 1 1 "Mom_room/Mom_event_night1/mom">> <<Back1 "Mom room">> <</nobr>>
<<nobr>> <<widget "Mom_search_porno_vanilla">> <<set _probability = random(1, 7)>> <<if _probability <= 1>> <br><<linkappend "<<InsertText_Size_animated 'Mom accidentally noticed you'>>" >> <<if $relationship[1]>=10 && $relationship[1]< 20 >> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 0.5>> <<elseif $relationship[1] >=20 && $relationship[1]<40>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Vanilla/177/" 1 15>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 1>> <</linkappend>> <<elseif $relationship[1] >=40>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Vanilla/177/" 1 15>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 1>> <</linkappend>> <<elseif $relationship[1]>= 40 && $obedience[1] >=30 && $corruption[1] >=40>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Vanilla/177/" 1 15>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Vanilla/177/" 1 15>> <br><<Text_animated_face Mom "I can't control myself...I want his dick">> <br><<InsertText_Size_animated "She can't stand it in front of your big and temptation dick">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 4 4>> <br><<linkappend "<<Text_animated_face_person 'Omg Mom... What a..'>>">> <br><<Text_animated_face Mom "Keep quiet... and don't say anything...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'You are cumming on Moms face'>>">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 6 6>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 7 7>> <br><<Text_animated_face Mom "<span>Forget about it, $name_person, please, Im your mother, these are my weaknesses... <br><i>( She quickly ran out of the room )</i></span>">> <br><<InsertText_Size_animated "Mom obedience <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $event_mom[20].quantity =1>> <<set $corruption[1] += 1>> <<set $obedience[1] += 1>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif $relationship[1]<10 >> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "Mmm, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <</if>> <<Back1 "Your room">> <</linkappend>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Mom_search_porno_threasome">> <<set _probability = random(1, 7)>> <<if _probability <= 1>> <br><<linkappend "<<InsertText_Size_animated 'Mom accidentally noticed you'>>" >> <<if $relationship[1]>=10 && $relationship[1]< 20 >> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 0.5>> <<elseif $relationship[1] >=20 && $relationship[1]<40>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Threasome/178/" 1 10>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 1>> <</linkappend>> <<elseif $relationship[1] >=40>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Threasome/178/" 1 10>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $corruption[1] += 1>> <</linkappend>> <<elseif $relationship[1]>= 40 && $obedience[1] >=30 && $corruption[1] >=40>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "What's going on here... Oh my, he watches porn, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <br><<Text_animated_face Mom "Wait a sec... Oh, his selection is quite good...">> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Threasome/178/" 1 10>> <br><<InsertText_Size_animated "Your mom quickly disappeared out the door... perhaps you aroused her..">> <br><<Text_animated_face Mom "...what a pervert...what a porno...tasty...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 3 3>> <br><<linkappend "<<InsertText_Size_animated 'Continue to watch porno'>>" >> <br><<Gif_between_text_random "Search_porno/Threasome/178/" 1 10>> <br><<Text_animated_face Mom "I can't control myself...I want his dick">> <br><<InsertText_Size_animated "She can't stand it in front of your big and temptation dick">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 4 4>> <br><<linkappend "<<Text_animated_face_person 'Omg Mom... What a..'>>">> <br><<Text_animated_face Mom "Keep quiet... and don't say anything...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'You are cumming on Moms face'>>">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 6 6>> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 7 7>> <br><<Text_animated_face Mom "<span>Forget about it, $name_person, please, Im your mother, these are my weaknesses... <br><i>( She quickly ran out of the room )</i></span>">> <br><<InsertText_Size_animated "Mom obedience <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Mom corruption <<Green_text 'increased'>>">> <<set $event_mom[20].quantity =1>> <<set $corruption[1] += 1>> <<set $obedience[1] += 1>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif $relationship[1]<10 >> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 1 1>> <br><<Text_animated_face Mom "Mmm, what a pervert...">> <br><<Mp4_between_text_wide_178 "Your_room/Mom_search_porno/" 2 2>> <</if>> <<Back1 "Your room">> <</linkappend>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<if $items_gifts[1].quantity >=1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<Text_animated Mom "Thank you, darling! Your gift of flowers is fire!">> <br><<InsertText_Size_animated "Mom relationship <<Green_text 'increased'>>">> <<set $relationship[1] += 5>> <<set $items_gifts[1].quantity -=1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/mom_flower" "cell_center" >> <<else>> <br><br><br> <br><br><<InsertText_Size_animated "You don't have flowers">> <</if>> <<Back1 "Give_gift_mr">> <</nobr>>
<<nobr>> <<if $items_gifts[0].quantity >=1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<Text_animated_face Mom "Oh, honey, this chocolate is such a treat, thank you!">> <br><<InsertText_Size_animated "Mom relationship <<Green_text 'increased'>> a little">> <<set $relationship[1] += 1>> <<set $items_gifts[0].quantity -=1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/mom_chocolate" "cell_center" >> <<else>> <br> <br><br><br><br><<InsertText_Size_animated "You don't have chocolate">> <</if>> <<Back1 "Give_gift_mr">> <</nobr>>
<<nobr>> <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <<set $condition=0>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 10; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" style=''> <li style="color: #F5C616; font-weight: bold; text-shadow: 0 2px 2px red; ">SIgma: $sigma_person</li> <li style="color:#f517ed; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Charm: $charm</li> <li style="color:#fffb00; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Fitness: $fitness</li> <li style="color:#00eeee; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Max-Arousal: $arousal_person_max</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" person2>><<set $sigma_person ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $sigma_person -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" person2>><<set $charm ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $charm -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" person2>><<set $fitness ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $fitness-->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "" person2>><<set $fitness ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "" person2>><<set $fitness-->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div id="scenes_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:109px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:-28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Perks</div> <div class="card_information_befor" style="position: relative; display:flex; margin-left: 1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Abilities</div> <div class="card_information" style="position: absolute; font-size:15px; line-height: 24px; text-align: justify; z-index: 11; margin-top: 100px; padding-left: 20px; background-color:rgba(0,0,0,0.8); display: flex; flex-direction: column; "> <ul class="stats-list"> <li><span class="stat-name">Combat Skills:</span> $combat_skill</li> <li><span class="stat-name">Attack Damage:</span> $default_attack</li> <li><span class="stat-name">Health:</span> $person_health</li> </ul> </div> </div> <style> .stats-list { list-style-type: none; padding: 0; font-family: 'Roboto', sans-serif; color: #333; font-size: 1.2em; width: 200px; margin: 20px auto; margin-left: 30px; background: linear-gradient(135deg, #e3f2fd, #bbdefb); padding: 20px; border-radius: 12px; /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ box-shadow: 20px 10px 10px rgba(173, 216, 230, 0.6); } .stats-list li { margin-bottom: 10px; display: flex; justify-content: space-between; padding: 10px 15px; border-radius: 8px; background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .stat-name { font-weight: bold; color: #1976d2; } .stats-list li:last-child { margin-bottom: 0; } </style> </div> <div class="description card_info_ch" style="margin-left: 0px;"> <span class="title_info_ch" style="margin-left: 10px;"> $name_person </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title" style='font-weight: bold;' >Achievements</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- MAIN ACHIEVEMENTS ------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; margin-top: 0px; color: #F5C616; font-weight: bold; text-shadow: 0 2px 2px red; font-size: 18px;">Main Achievements</div> /*------------------- END main achievements ------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- SECRET ACHIEVEMENTS -----------------------*/ <div class="secret-achievements" style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; margin-top: 20px; pointer-events: auto; ">Secret Achievements</div> /*/////////////////////////////////////////////////////////////////////////////*/ /*----------------- Mom -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Mom</div> /*------------------- END mom ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- ADRIANA -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Adriana</div> /*------------------- END Adriana ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- VERONICA -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Veronica</div> /*------------------- END Veronica ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- Lilith -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Lilith</div> <<if $event_lilith[2].quantity ==1>> <<set $event_achievements[1].quantity =1>> <</if>> <<Achievements_List "Get the ending in Lilith's storyline where you can have sex with her within the college" $event_achievements 1>> /*------------------- END Lilith ------------------------*/ </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<Gallery>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch">Back</button></div> </div> </div> </div> </div> </div> <style> .secret-achievements { color: #8A2BE2; font-weight: bold; text-shadow: 0 2px 2px #920a0a; font-size: 18px; transition: color 0.3s ease; } .secret-achievements:hover { color: #FFD700; cursor: wait; } </style> <<ClickContainerById "scenes_mom" "Perks_person">><</ClickContainerById>> <<set _previous_passage_name to $previousNode>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <<ClickContainerById "chaets_mom" "person2">><</ClickContainerById>> <<RandomImageOnlyJpgContainer 1 1 "Persons/person2" "cell_left_ch">> <</nobr>>
<<nobr>> /*$event_mom[17].quantity*/ <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <<set $condition =1>> <div class="header_ch"> <div class="cell_left_ch"> <img src="img/Mom/Card/mom6.jpg"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column; " > /*-------------------------------- CHEATS -------------------------------------*/ <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 10; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" > <li style="color: green; font-weight: bold;">Relationship $relationship[1]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[1]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[1]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[3]</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" Mom>><<set $relationship[1] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Mom>><<set $relationship[1] -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" Mom>><<set $corruption[1] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Mom>><<set $corruption[1] -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" Mom>><<set $obedience[1] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Mom>><<set $obedience[1] -->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left: 1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div id="scenes_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:109px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:-28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Scenes</div> <div class="card_information_befor" style="position: relative; display:flex; margin-left: 1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information" style="position: absolute; font-size:15px; line-height: 24px; text-align: justify; z-index: 11; margin-top: 100px;"><span>This is your mom's profile card.<br> She possesses a very strong inner sexual energy, which influences those around her. She recently lost your stepfather and her previous job. Now, she’s interning and trying to start a new life because her old one wasn’t satisfying her at all. She's determined to use all her charms and advantages<br><span style='color: gold;'>1 Bonus Scene </span></span></div> /*------------------------------- END CHEATS ---------------------------------*/ </div> </div> <div class="description card_info_ch" style="border: 0px solid; margin-left: 0px;"> <span class="title_info_ch" style="margin-left: 10px;"> Mom </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down" style="position: relative;"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> /*---- MAX EVENT - 29 ------------*/ /*------------------- GENERAL ------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- GENERAL -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 0px; color: #cc00ff;">GENERAL</div> <<Task_list "To find out what Mom is doing after the stepfather's death <br> Eavesdrop on Mom's conversation in the living room<br>" $event_mom 14>> <<if $event_mom[14].quantity ==1>> <<Task_list "Read Mom's emails <br><span style='color: #65c121;'>Requirement: Hacked Mom's Laptop </span>" $event_mom 15>> <<Task_list "Talk to Mom about her new job in her room" $event_mom 16>> <</if>> <<if $event_mom[16].quantity ==1>> <<Task_list "Visit the workplace where Mom works" $event_mom 17>> <</if>> <<if $event_mom[17].quantity ==1>> <<Task_list "Get a job with Mom. Show up for the interview on Tuesday at noon <br><span style='color: #65c121;'>Requirement: Arousal Max ≥ 40 </span>" $event_mom 18>> <<Task_list "Read Mom's emails " $event_mom 19>> <</if>> <<if $event_mom[19].quantity ==1>> <<Task_list "Spy Mom through the hacked computer on Saturday night" $event_mom 22>> <</if>> <<if $event_mom[22].quantity ==1>> <<Task_list "Read Mom's emails" $event_mom 23>> <<Task_list "Help Mom with the paperwork in the office " $event_mom 24>> <</if>> <<if $event_mom[24].quantity ==1>> <<Task_list "Read Mom's emails" $event_mom 25>> <</if>> <<if $event_mom[25].quantity ==1>> <<Task_list "<span style='color:#d83838;'>You've finished the storyline content with this character for version</span>" $event_mom 26 >> <</if>> /*------------------- END general ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////*/ /*----------------- BATHROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Bathroom</div> <<if $items_bathroom_room[0].quantity ==0>> <<set $event_mom[28].quantity =1>><</if>> <<Task_list "You need to upgrade bathroom to Level 1" $event_mom 28>> <<if $event_mom[28].quantity ==1>> <<Task_list "Spy on Mom in the bathroom to improve her corruption <br><span style='color: #65c121;'>Requirement: Bathroom Level ≥ 1 </span>" $event_mom 7>> <<Task_list "Take a shower while Mom is in the bathroom <br><span style='color: #65c121;'>Requirement: Bathroom Level ≥ 1, Mom's Relationship ≥ 40 </span>" $event_mom 8>> <<Task_list "Tease Mom in the bathroom<br><span style='color: #65c121;'>Requirement: Bathroom Level ≥ 1, Mom's Relationship ≥ 40, Mom's Corruption ≥ 40 </span>" $event_mom 9>> <<Task_list "Peek into the bathroom on Sunday when Mom is in there. <br><span style='color: #65c121;'>Requirement: Bathroom Level ≥ 2, Mom's Corruption ≥ 30 </span>" $event_mom 2>> <</if>> /*------------------- END BATHROOM ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- KITCHEN -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Kitchen</div> <<Task_list "<span>You can start tempting Mom in the kitchen <br>If obedience ≥ 50 she will be more obedient<br><span style='color: #65c121;'>Requirement: relationship ≥ 40, corruption ≥ 40</span>" $event_mom 4>> /*------------------- END KITCHEN ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- LIVING ROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Living Room</div> <<Task_list "Talk to Mom in the Living room" $event_mom 1>> <<if $event_mom[1].quantity ==1>> <<Task_list "Bring her specific genre books to influence her. Then, talk to her to find out the effect<br><span style='color: #65c121;'>Requirement: Obedience Book > 0, Debauched Book > 0</span>" $event_mom 3>> <<Task_list "If Mom catches you three times in the living room jerking off to her while she's doing her fitness routine, she will punish you <br><span style='color: #65c121;'>Requirement: SIgma < 30</span>" $event_mom 5>> <</if>> /*------------------- END living room------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- MOM ROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Mom's Room</div> <<Task_list "Talk to Mom in her room" $event_mom 0>> <<if $event_mom[0].quantity ==1>> <<Task_list "You can sniff Mom's panties that you found in her room. If Mom catches you doing this, she will punish you <br><span style='color: #65c121;'>Requirement: Get caught by Mom three times anywhere in the house, it doesn’t matter where</span>" $event_mom 6>> <<Task_list "You need to hack Mom's laptop <br><span style='color: #65c121;'>Requirement: Prog Skill ≥ 20</span>" $event_mom 21>> <<Task_list "Achieve success by teasing Mom while she's sleeping at night to increase her obedience<br><span style='color: #65c121;'>Requirement: Mom's Room Level ≥ 1, relationship ≥ 30</span>" $event_mom 10>> <<Task_list "Catch Mom when she's masturbating in her room in the morning. There's a 50% chance your sister will see you...<br><span style='color: #65c121;'>Requirement: Mom's Room Level ≥ 1, relationship ≥ 30</span>" $event_mom 11>> <</if>> /*------------------- END mom room------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- BACKYARD -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Backyard</div> <<if $backyard_purchase1 ==1>> <<set $event_mom[29].quantity =1>><</if>> <<Task_list "You need to upgrade backyard" $event_mom 29>> <<if $event_mom[29].quantity ==1>> <<Task_list "Advance to giving Mom a massage in the backyard<br><span style='color: #65c121;'>Requirement: Backyard Level = Max, lubricant > 0</span>" $event_mom 12>> <</if>> /*------------------- END backyard------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- YOUR ROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Your Room</div> /*----------------------------------------------------------------------------------------*/ <<Task_list "<<Gold_text' BONUSE SCENE <br>Mom comes to clean your room on Thursday evening if its dirty. Depending on your sigma (Sigma ≥ or ≤ 30), she will behave differently'>><br><span style='color: #65c121;'>Requirement: Your Room Level ≥ 1, corruption ≥ 30, obedience ≥ 30, SIgma ≥ 30</span>" $event_mom 13>> <<Task_list "Mom catches you watching porn in your room<br><span style='color: #65c121;'>Requirement: If relationship ≥ 40, corruption ≥ 40, obedience ≥ 30 - additional scene</span>" $event_mom 20>> /*------------------- END your room------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- SIDE QUESTS -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Side Quests</div> <<if $event_mom[5].quantity ==1>> <<Task_list "If Mom punishes you in four different situations (two in Your Room, one in the Living room, and one in Mom's room), an additional punishment scene will unlock after (5 times) <br><span style='color: #65c121;'>Requirement: Be caught in four different situations <br> Relationship <30, Corruption <30, SIgma <30 </span>" $event_mom 27>> <</if>> /*----------------------------------------------------------------------------------------*/ </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "10 Launch Weeks" $event_mom 0>> </ul> <</if>> <<Gallery>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch">Back</button></div> </div> </div> </div> </div> </div> <<set _previous_passage_name to $previousNode>> <<if $previous_passage_name == "Gallery">> <<ClickContainerById "button_info_ch" "Gallery">><</ClickContainerById>> <<else>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</if>> <<ClickContainerById "chaets_mom" "Mom">><</ClickContainerById>> <<ClickContainerById "scenes_mom" "Mom_scenes">><</ClickContainerById>> /* <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> */ <</nobr>>
<<nobr>> <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <<set $condition=0>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 10; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" style=''> <li style="color: #F5C616; font-weight: bold; text-shadow: 0 2px 2px red; ">SIgma: $sigma_person</li> <li style="color:#f517ed; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Charm: $charm</li> <li style="color:#fffb00; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Fitness: $fitness</li> <li style="color:#00eeee; font-weight: bold; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Max-Arousal: $arousal_person_max</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" person2>><<set $sigma_person ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $sigma_person -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" person2>><<set $charm ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $charm -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" person2>><<set $fitness ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" person2>><<set $fitness-->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "" person2>><<set $fitness ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "" person2>><<set $fitness-->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div id="scenes_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:109px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:-28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Perks</div> <div class="card_information_befor" style="position: relative; display:flex; margin-left: 1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Abilities</div> <div class="card_information" style="position: absolute; font-size:15px; line-height: 24px; text-align: justify; z-index: 11; margin-top: 100px; padding-left: 20px; background-color:rgba(0,0,0,0.8); display: flex; flex-direction: column; "> <ul class="stats-list"> <li><span class="stat-name">Combat Skills:</span> $combat_skill</li> <li><span class="stat-name">Attack Damage:</span> $default_attack</li> <li><span class="stat-name">Health:</span> $person_health</li> </ul> </div> </div> <style> .stats-list { list-style-type: none; padding: 0; font-family: 'Roboto', sans-serif; color: #333; font-size: 1.2em; width: 200px; margin: 20px auto; margin-left: 30px; background: linear-gradient(135deg, #e3f2fd, #bbdefb); padding: 20px; border-radius: 12px; /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ box-shadow: 20px 10px 10px rgba(173, 216, 230, 0.6); } .stats-list li { margin-bottom: 10px; display: flex; justify-content: space-between; padding: 10px 15px; border-radius: 8px; background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .stat-name { font-weight: bold; color: #1976d2; } .stats-list li:last-child { margin-bottom: 0; } </style> </div> <div class="description card_info_ch" style="margin-left: 0px;"> <span class="title_info_ch" style="margin-left: 10px;"> $name_person </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title" style='font-weight: bold;' >Achievements</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- MAIN ACHIEVEMENTS ------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; margin-top: 0px; color: #F5C616; font-weight: bold; text-shadow: 0 2px 2px red; font-size: 18px;">Main Achievements</div> /*------------------- END main achievements ------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- SECRET ACHIEVEMENTS -----------------------*/ <div class="secret-achievements" style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; margin-top: 20px; pointer-events: auto; ">Secret Achievements</div> /*/////////////////////////////////////////////////////////////////////////////*/ /*----------------- Mom -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Mom</div> /*------------------- END mom ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- ADRIANA -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Adriana</div> /*------------------- END Adriana ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- VERONICA -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Veronica</div> /*------------------- END Veronica ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- Lilith -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Lilith</div> <<if $event_lilith[2].quantity ==1>> <<set $event_achievements[1].quantity =1>> <</if>> <<Achievements_List "Get the ending in Lilith's storyline where you can have sex with her within the college" $event_achievements 1>> /*------------------- END Lilith ------------------------*/ </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<Gallery>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch">Back</button></div> </div> </div> </div> </div> </div> <style> .secret-achievements { color: #8A2BE2; font-weight: bold; text-shadow: 0 2px 2px #920a0a; font-size: 18px; transition: color 0.3s ease; } .secret-achievements:hover { color: #FFD700; cursor: wait; } </style> <<ClickContainerById "scenes_mom" "Perks_person">><</ClickContainerById>> <<set _previous_passage_name to $previousNode>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <<ClickContainerById "chaets_mom" "person3">><</ClickContainerById>> <<RandomImageOnlyJpgContainer 1 1 "Persons/person3" "cell_left_ch">> <</nobr>>
<<nobr>> <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <<set $condition =3>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> /*-------------------------------- CHEATS -------------------------------------*/ <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 10; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" > <li style="color: green; font-weight: bold;">Relationship $relationship[3]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[3]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[3]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[2]</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" Veronica>><<set $relationship[3] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Veronica>><<set $relationship[3] -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" Veronica>><<set $corruption[3] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Veronica>><<set $corruption[3] -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" Veronica>><<set $obedience[3] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Veronica>><<set $obedience[3] -->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div id="scenes_veronica" class="position: relative; card_information_befor" style="display:flex;margin-left:109px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:-28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Scenes</div> <div class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information" style="margin-top:100px; font-size:15px;line-height: 24px;text-align: justify;"><span>This is Veronica's profile card <br> She wants to understand her body and is on a journey to do so. You can influence the direction of her exploration and take control of her choices <br> <span style='color: gold;'>2 Bonus Scene </span></span></div> </div> </div> <div class="description card_info_ch" style="margin-left: 0px;"> <span class="title_info_ch" style="margin-left: 10px;"> Veronica </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> /*------------------- GENERAL ------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- GENERAL -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 0px; color: #cc00ff;">GENERAL</div> <<Task_list "<span> Wait until Veronica comes to your room, in 4 days</span>" $event_veronica 14>> <<if $event_veronica[14].quantity ==1>> <<Task_list "<span>You need to buy a laptop for Veronica <br> <span style='color: #65c121;'>Requirement: Money ≥ 600 </span>" $event_veronica 3>> <</if>> <<if $event_veronica[3].quantity ==1 >> <<Task_list "<span>Gift the hacked laptop to Veronica <br> <span style='color: #65c121;'>Requirement: Prog skills ≥ 30</span>" $event_veronica 4>> <</if>> <<if $event_veronica[4].quantity ==1 >> <<Task_list "<span>Check Veronica's messages</span>" $event_veronica 6>> <</if>> <<if $event_veronica[6].quantity ==1 >> <<Task_list "<span>Check Veronica's messages in 4 days</span>" $event_veronica 7>> <</if>> <<if $event_veronica[9].quantity ==1 && $event_veronica[5].quantity ==1 && $event_veronica[7].quantity ==1>> <<Task_list "<span>Check Veronica's messages</span>" $event_veronica 10>> <</if>> <<if $event_veronica[8].quantity ==1 && $event_veronica[10].quantity ==1>> <<Task_list "<span>Check Veronica's messages in 7 days <br><span style='color: #65c121;'>Requirement: Improved Backyard</span>" $event_veronica 11>> <</if>> <<if $event_veronica[15].quantity ==1>> <<Task_list "<span>Wait until Veronica comes to you herself <br> <span style='color: #65c121;'>Requirement: Relationship ≥ 50, Corruption ≥ 30, <br> Obedience ≥ 10 </span>" $event_veronica 18>> <</if>> <<if $event_veronica[18].quantity ==1>> <<Task_list "<span>Wait until Veronica comes to you herself the Second Time <br> <span style='color: #65c121;'> Requirement: Relationship ≥ 60, Corruption ≥ 40, <br> Obedience ≥ 20</span>" $event_veronica 19>> <</if>> <<if $event_veronica[21].quantity ==1>> <<Task_list "<span style=' color:red;'> END THE STORYLINE WITH VERONICA FOR THIS VERSION</span>" $event_veronica 22>> <</if>> /*------------------- END general ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////*/ /*----------------- BATHROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Bathroom</div> <<Task_list "<span> You need to upgrade bathroom to Level 1 </span>" $event_veronica 1>> <<if $event_veronica[1].quantity ==1>> <<Task_list "<span> You need to upgrade bathroom to Level 2</span>" $event_veronica 13>> <</if>> <<if $event_veronica[13].quantity ==1>> <<Task_list "<span> You can start influencing her corruption and obedience in the bathroom <br> <span style='color: #65c121;'>Requirement: Bathroom Level 2, Corruption ≥ 25, Relationship ≥ 30, Fitness ≥ 50 </span>" $event_veronica 24>> <</if>> /* <<if $event_veronica[15].quantity ==1>> <<Task_list "<span>Start influencing her when she's in the shower <br>Requirement: Bathroom is Level 2, Fitness ≥ 20 </span>" $event_veronica 16>> <</if>> */ /*------------------- END BATHROOM ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- KITCHEN -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Kitchen</div> <<Task_list "<span>There are no active quests in this location</span>" $event_veronica 23>> /*------------------- END KITCHEN ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- LIVING ROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Living Room</div> <<Task_list "<span>There are no active quests in this location</span>" $event_veronica 23>> /*------------------- END living room------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- VERONICA ROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Veronica's Room</div> <<Task_list "<span> You need to imrove Veronica's room</span>" $event_veronica 0>> <<if $event_veronica[14].quantity !=1>> <<Task_list "<span style='font-size:15px; font-weight: bold; color: #cc00ff'>You need to progress in Veronica's main storyline</span>" $event_veronica 23>> <</if>> <<if $event_veronica[14].quantity ==1>> <<Task_list "<span>You need to talk with Veronica in her room <br> <span style='color: #65c121;'>Requirement: Upgraded Veronica's Room </span></span>" $event_veronica 2>> <</if>> <<if $event_veronica[2].quantity ==1>> <<Task_list "<span>You should gift Veronica makeup so that she starts doing makeup <br> <span style='color: #65c121;'>Requirement: Makeup Level 1</span></span>" $event_veronica 5>> <</if>> <<if $event_veronica[7].quantity !=1 && $event_veronica[14].quantity ==1>> <<Task_list "<span style='font-size:15px; font-weight: bold; color: #cc00ff'>You need to progress in Veronica's main storyline</span>" $event_veronica 23>> <</if>> <<if $event_veronica[7].quantity ==1 >> <<Task_list "<span>Check Veronica's room Tuesday afternoon <br> <span style='color: #65c121;'>Requirement: Improved Veronica's room</span>" $event_veronica 8>> <<Task_list "<span>Place a vibrator in Veronica's room to influence her corruption<br> <span style='color: #65c121;'>Requirement: Improved Veronica's room</span>" $event_veronica 9>> <</if>> <<if $event_veronica[10].quantity ==1 && $event_veronica[5].quantity ==1>> <<Task_list "<span>Spy on Veronica on Wednesday evening through the hacked laptop to increase her corruption - Spy 1</span>" $event_veronica 26>> <</if>> <<if $event_veronica[26].quantity ==1>> <<Task_list "<span>Spy on Veronica on Wednesday evening through the hacked laptop to increase her corruption - Spy 2</span>" $event_veronica 17>> <</if>> <<if $event_veronica[17].quantity ==1>> <<Task_list "<span>You need to buy a dildo for Veronica and leave it in her room</span>" $event_veronica 12>> <</if>> <<if $event_veronica[12].quantity ==1 && $event_veronica[17].quantity ==1>> <<Task_list "<span>Spy on Veronica on Wednesday evening through the hacked laptop to increase her corruption - Spy 3</span>" $event_veronica 15>> <</if>> <<if $event_veronica[20].quantity ==1>> <<Task_list "<<Gold_text' BONUSE SCENE <br>Spy on Veronica Tuesday afternoon through the hacked laptop'>>" $event_veronica 21>> <</if>> /*------------------- END veronica room ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- YOUR ROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Your Room</div> <<if $event_veronica[19].quantity !=1>> <<Task_list "<span style='font-size:15px; font-weight: bold; color: #cc00ff'>You need to progress in Veronica's main storyline</span>" $event_veronica 23>> <</if>> <<if $event_veronica[19].quantity ==1>> <<Task_list "<<Gold_text' BONUSE SCENE <br>Give Veronica Makeup Level 2 and wait for a bonus scene in the morning'>><br><span style='color: #65c121;'>Requirement: Makeup Level 2</span>" $event_veronica 20>> <</if>> /*------------------- END your room ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- BACKYARD -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Backyard</div> <<if $backyard_purchase1 ==1>> <<set $event_veronica[25].quantity =1 >> <</if>> <<Task_list "You need to buy the backyard" $event_veronica 25>> <<if $event_veronica[25].quantity ==1>> <<Task_list "<span>Start influencing her when she's in the backyard, swimming in the pool<br> <span style='color: #65c121;'>Requirement: Fitness ≥ 55 </span>" $event_veronica 27>> <</if>> /*------------------- END backyard-----------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- SCHOOL -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">School</div> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<Gallery>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch">Back</button></div> </div> </div> </div> </div> </div> <<set _previous_passage_name to $previousNode>> <<if $previous_passage_name == "Gallery">> <<ClickContainerById "button_info_ch" "Gallery">><</ClickContainerById>> <<else>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</if>> <<ClickContainerById "chaets_mom" "Veronica">><</ClickContainerById>> <<ClickContainerById "scenes_veronica" "Veronica_scenes">><</ClickContainerById>> <<RandomImageOnlyWebp1 1 1 "Veronica/" "cell_left_ch">> <</nobr>>
<<nobr>> <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <<set $condition =2>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> /*-------------------------------- CHEATS -------------------------------------*/ <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 10; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" > <li style="color: green; font-weight: bold;">Relationship $relationship[2]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[2]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[2]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[2]</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" Adriana>><<set $relationship[2] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Adriana>><<set $relationship[2] -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" Adriana>><<set $corruption[2] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Adriana>><<set $corruption[2] -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" Adriana>><<set $obedience[2] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Adriana>><<set $obedience[2] -->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div id="scenes_adriana" class="position: relative; card_information_befor" style="display:flex;margin-left:109px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:-28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Scenes</div> <div class="position: relative; card_information_befor" style=" display:flex; margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information" style="position: absolute; z-index: 11; font-size:15px;line-height: 24px;text-align: justify; margin-top: 100px;"><span>This card is your sister Adriana's. <br> Adriana is a pretty wild and rebellious girl. She loves to disappear and get involved in various adventures. Her high sex drive gives her an edge in many situations <br><span style='color: gold;'>1 Bonus Scene </span></span></div> </div> </div> <div class="description card_info_ch" style="margin-left: 0px;"> <span class="title_info_ch" style="font-weight: bold; color: #479DCF; margin-left: 10px;"> Adriana </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> /*---- MAX EVENT - 12 ------------*/ /*------------------- GENERAL ------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- GENERAL -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 0px; color: #cc00ff;">GENERAL</div> <<Task_list "<span> Talk to Adriana in her room</span>" $event_adriana 1>> <<if $event_adriana[1].quantity ==1>> <<Task_list "<span> Need to understand what Adriana does in her daily life and learn about her positive and negative qualitie <br><span style='color: #65c121;'>Requirement: You need to catch Adriana in different locations engaged in indecent behavior <br> Status: $adriana_caught1 out of 4 completed <br> Locations: Adriana's room, Bathroom, Living room (when she is absent), Backyard<span> </span>" $event_adriana 3>> <</if>> /*------------------- END GENERAL ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////*/ /*----------------- BATHROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Bathroom</div> <<if $event_adriana[7].quantity !=1>> <<Task_list "<span style='font-size:15px; font-weight: bold; color: #cc00ff'>You need to progress in Adriana's main storyline</span>" $event_veronica 23>> <</if>> <<if $event_adriana[3].quantity ==1 >> <<Task_list "<span> Go to Shadow Street and buy something to get Adriana high</span>" $event_adriana 7>> <</if>> <<if $event_adriana[7].quantity ==1>> <<Task_list "<span> <<Gold_text 'Bonus Scene: Give her the funny thing in the kitchen, then you can enter when she is in the bathroom'>> <br><span style='color: #65c121;'>Requirement: corruption ≥ 20, relationship ≥ 40</span></span>" $event_adriana 8>> <</if>> /*------------------- END BATHROOM ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- KITCHEN -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Kitchen</div> <<Task_list "<span> Check the kitchen and meet Adriana</span>" $event_adriana 0>> <<if $event_adriana[0].quantity ==1>> <<Task_list "<span> You need to temper her boldness. Try buying pills at the pharmacy and complete the task of researching Adriana's inner impulses </span>" $event_adriana 4>> <</if>> /*------------------- END KITCHEN ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- LIVING ROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Living Room</div> <<Task_list "<span> Buy dumbbells for the living room</span>" $event_adriana 5>> <<if $event_adriana[5].quantity ==1>> <<Task_list "<span> If your fitness is ≥ 30, you can influence Adriana in the living room. Also, if you’re engaged in activities, Adriana will notice you there <br><span style='color: #65c121;'>Requirement: fitness ≥ 30 <span></span>" $event_adriana 6>> <</if>> /*------------------- END living room------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- ADRIANA ROOM -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Adriana's Room</div> <<Task_list "<span> You should consider improving Adriana's room</span>" $event_adriana 2>> <<if $event_adriana[2].quantity ==1 && $event_adriana[4].quantity ==1 >> <<Task_list "<span>Mix arousal pills into Adriana's drink and come to her room at night <br><span style='color: #65c121;'>Requirement: Finish gathering information about Adriana <br> Relationship ≥ 40, Corruption ≥ 30 <span></span>" $event_adriana 10>> <</if>> /*------------------- END ADRIANA ROOM------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ /*----------------- BACKYARD -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Backyard</div> <<if $backyard_purchase1 ==1>> <<set $event_adriana[12].quantity =1 >> <</if>> <<Task_list "You need to buy the backyard" $event_adriana 12>> <<if $backyard_purchase1 ==1>> <<Task_list "<span>Check the pool on Tuesday at noon</span>" $event_adriana 9>> <</if>> <<if $event_adriana[8].quantity ==1 && $event_adriana[10].quantity ==1>> <<Task_list "<span style='color:#d83838;'>You've finished the content with this character for version</span>" $event_adriana 11>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Patreon subscribers</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<Gallery>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch">Back</button></div> </div> </div> </div> </div> </div> <<ClickContainerById "scenes_adriana" "Adriana_scenes">><</ClickContainerById>> <<RandomImageOnlyWebp1 3 6 "Adriana/Card/Adriana" "cell_left_ch">> <<set _previous_passage_name to $previousNode>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <<ClickContainerById "chaets_mom" "Adriana">><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition =4>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[4]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[4]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[4]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[3]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Kagney </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<if $event_kagney[0].quantity ==1>> <<Task_list "Find out more about her life and what she wants" $event_kagney 1>> <</if>> <<if $event_kagney[1].quantity ==1>> <<Task_list "Purchase a studio" $event_kagney 3>> <</if>> <<if $event_kagney[0].quantity ==1>> <<Task_list "Keep an eye on her more often in the staff room in the evening" $event_kagney 2>> <</if>> <<if $event_kagney[2].quantity ==1>> <<Task_list "Check the restroom in the evening, you'll see Kegney there" $event_kagney 4>> <</if>> <<if $event_kagney[3].quantity ==1 && $event_kagney[4].quantity ==1 >> <<Task_list "Talk to Kagney in the cafe to start a project with her" $event_kagney 5>> <</if>> <<if $event_kagney[5].quantity ==1 >> <<Task_list "Meet with Kegney in the studio on Thursday evening" $event_kagney 6>> <</if>> <<if $event_kagney[6].quantity ==1 >> <<Task_list "Meet with Kegney in the studio on Thursday evening. Photoshoot 2" $event_kagney 8>> <<Task_list "Upload the first set of photos to your website" $event_kagney 9>> <</if>> <<if $event_kagney[8].quantity ==1 >> <<Task_list "Upload the second set of photos to your website" $event_kagney 10>> <<Task_list "Buy a black bodysuit at the Mall and meet with Kegney on Thursday evening in the studio" $event_kagney 7>> <</if>> <<if $event_kagney[7].quantity ==1 >> <<Task_list "Upload the third set of photos to your website" $event_kagney 11>> <<Task_list "Buy a schoolgirl outfit at the Mall and meet with Kegney on Thursday evening in the studio and don't forget to upload all the photos to the website" $event_kagney 12>> <</if>> <<if $event_kagney[12].quantity ==1 >> <<Task_list "Upload the fourth set of photos to your website" $event_kagney 13>> <<Task_list "<span>Visit Kegney at home<br>Requarments: fitness ≥10 </span>" $event_kagney 14>> <</if>> <<if $event_kagney[14].quantity ==1 >> <<Task_list "<span style='color:red;'>That's all for this version</span>" $event_kagney 15>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Patreon subscribers</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<RandomImageOnlyJpgContainer 1 6 "Kagney/Card/kagney" "cell_left_ch">> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Text_animated_face">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual_face" id="animated"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="text_face_2_2"><span> _text </span></div> </div> </div> </div> /* <style> .notification_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> */ <</widget>> <</nobr>>
<<nobr>> <<widget "Text_animated_face_person">> <<set _text to $args[0]>> <div class="content_text_visual_face" id="animated"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/Person" +$number+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> $name_person </div> <div class="text_face_2_2"><span>_text</span></div> </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<RandomImageOnlyJpg 2 2 "Test/intro_">> <<Text_animated_no_face "Throughout your life, you've had to learn things on your own. Perhaps that's why I'm like this? Hm, maybe.... You weren't lacking attention from girls, but you didn't attach importance to it, spending your energy and time in search of something sacred in this life... science, religion, the history of humanity, they all reveal the mysteries of life from different angles, and how many of these sides are there yet...">> <br><<Text_animated_no_face "My rational mind prevented me from fully expressing myself emotionally. I perceived the world through the lens of logic and meaning. While your peers were studying the intricacies of interacting with each other, you didn't deem it important, something worthy of attention, when the world needed to explore the fundamental questions of existence">> <br><<Pic_between "Test/intro_" 3 3 178 jpg>> <br><<Text_animated_no_face "The blue clouds and the monotonous rain added a particular contemplation to this evening, making you delve even deeper into your own thoughts. You understood that your sensitive and rational mind, although your tool, did not provide you with complete emotional harmony">> <br><<Text_animated_no_face "My thoughts have touched upon things that an ordinary person would never reach. But what is the point if there are no emotions within? Perhaps therein lies the sacredness of being, to feel, to sense... Your mind, working like a machine, constantly processing options, has been the source of your life decisions, not your emotions">> <br><<Text_animated_no_face "The deficiency, perhaps, is the driving force, you thought, reflecting on the past and what lies ahead. Your gaze shifted to your mother, and suddenly you felt your mind freeze, and your body began to speak a language you hadn't fully understood before. An immense force, rising from within, filled your body with notes of vibration and warmth, chaos... In such moments, you long suspected there was something you needed to understand and feel - this new aspect of being that had remained unexplored until now">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Continue</div> </div> </div> <<ClickContainerById "Back" "Intro_2">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Text_animated_no_face">> <<set _text to $args[0]>> <div class="content_text_visual_face" id="animated"> <div class="text_face_no_words"> <div class="text_2_2"> <div class="text_1_1"> </div> <div class="text_face_2_2_1"> _text </div> </div> </div> </div> <style> .text_face_no_words{ text-align: justify; } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_15" > </div> <div class="cell_right"> </div> </div> <br> <style> .cell_center_tall_15 img{ box-shadow: 0px 0px 0px 0px; } </style> <<Text_animated_face Veronica "Are you okay, $name_person? You look like you've drifted into fond memories of that jerk">> <br><<Text_animated_face_person"Are there... those good memories?">> <br><<Text_animated_face Veronica "She looked with a momentary puzzled glance. Of course not, his purpose in life was to drink and lie around watching TV, absolutely NOTHING more">> <br><<Text_animated_face_person "I can't imagine how Mom managed to live with someone like that... Look at her, I still believe she's modeling somewhere with that figure, she's, she's so... voluptuous">> <br><<Pic_between "Mom/Mom_" 1 1 tall_15 jpg>> <br><<Text_animated_face Veronica "Voluptuous, hehe, you probably meant to say delicious. Honestly, I consider her that way myself...">> <br><<Text_animated_face_person "What do you mean?">> <br><<Text_animated_face Veronica "Someday you'll find out, perhaps... she said mysteriously">> /*<<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>>*/ <<RandomImageOnlyPng 1 1 "Veronica/Veronica_intro" "cell_center_tall_15">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Continue</div> </div> </div> <<ClickContainerById "Back" "Intro_3">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <style> .cell_center_tall_15 img{ box-shadow: 0px 0px 0px 0px; } </style> <<Text_animated_face Adriana "What are you discussing here without me?">> <br><<Text_animated_no_face "<<Yellow_text 'Suddenly, my older sister Adriana joined our conversation. I hadnt noticed, but lately she had been looking different, trying to appear attractive? I wonder, for whom exactly...'>>">> <<Not_new_quest>> <br><<Text_animated_face Veronica "$name_person decided to seduce our Mom, Veronica couldn't hold back her laughter">> <br><<Text_animated_face_person "What?! Veronica, fucking stop">> <br><<Text_animated_face Adriana "I can see it's more interesting here than in this dull place. Can't wait to get home and forget about this day, which has finally come (And we'll see who seduces her first)">> <br><<Text_animated_face Veronica "Voluptuous, giggle...">> <<Back2 "Intro_4" "Continue">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyPng 1 1 "Adriana/Adriana_intro" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> /*<img src="img/funeral.jpg" >*/ </div> <div class="cell_right"> </div> </div> <br> <<Text_animated_no_face "You stand upon the damp and moist earth, enveloped in something warm... The raindrops upon your face transport you back to the state you were in just moments ago. Your gaze falls upon your kin, standing beside you, all clad in black. Today you bury your stepfather, who, frankly, was a real scoundrel">> /*<br><<Webm_between_text "Test/178_rain" 2 3>>*/ <br><<Pic_between "funeral" 1 1 178 webp>> <br><<Text_animated_no_face "Finally, thought flashed through your mind, finally I can do whatever I want. In that very moment, you caught the glances of your kin, who, all things considered, didn't seem too mournful">> <br><<Text_animated_no_face "During these times, it's inevitable to contemplate how enriched someone else's life has been. You find yourself involuntarily comparing it to your own, even though you may not be privy to all aspects of their existence. Thoughts still arise">> /*<br><<Text_animated_no_face "Your mother's huge bust squeezed her dress, taken for the funeral. Even here she seemed so passionate... ">>*/ <br><<Text_animated_no_face "You are still young, time feels distant to you, but from time to time I reflect on it and realize that it continues its relentless march. In everyone's life, there are pivotal moments when they cross a threshold and no longer remain the same as before. These moments mark the beginning of a new stage, a new turn in their destiny. Perhaps, this day has come for me. Perhaps...">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Test/rain" "cell_center" >> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Continue</div> </div> </div> <<ClickContainerById "Back" "Intro_1">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Webm_between_text_wide_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_178"> <<print "<video autoplay loop><source src='img/" + _path + _random + ".webm' type='video/webm'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<widget "InsertText_Size_animated_color1">> <<set _text to $args[0]>> <<set State.variables._color1 to $args[1]>> <<set State.variables._color2 to $args[2]>> <<set State.variables._color3 to $args[3]>> <<script>> $(document).ready(function(){ var color1 = State.variables._color1; var color2 = State.variables._color2; var color3 = State.variables._color3; $("#color_back").css("background-color", color1); $("#color_text").css("color", color2); $("#color_back").css("border-radius", color3); }); <</script>> <div class="content_text_visual_1" id="animated"> <div class="content_text_1" id="color_back"> <div id="color_text"> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Pic_between">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <<set _format to $args[4]>> <<set State.variables._path_container to $args[3]>> <<script>> $(document).ready(function(){ var pathContainer = State.variables._path_container; $(".gif_wide_between_text").addClass("gif_wide_between_text_" + pathContainer); }); <</script>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text"> <<print "<img src='img/" + _path +_random+"."+_format+"'>">> </div> </div> /* ratio: 1.64, width = 525, height = 320 */ <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/languages_course1.jpg"> </div> <div class="cell_right"> </div> </div> <div class="your_room"> <div class="cell_2_yr"> <div id="Search_spanish">Spanish</div> <div class="blur" id="Study_german">Learn German</div> <div class="blur" id="Study_french">Learn French</div> </div> <div class="cell_2_yr"> <div class="blur" id="Study_russian">Learn Russian</div> <div class="blur" id="Study_arabic">Learn Arabic</div> <div class="blur" id="Study_Italian">Learn Italian</div> </div> </div> <<Back1 "Internet_courses">> <<ClickContainerById "Search_spanish" "Search_spanish">><</ClickContainerById>> <<ClickContainerById "Study_german" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Study_french" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Study_russian" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Study_arabic" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Study_Italian" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_13"> </div> <div class="cell_right"> </div> </div> <br> /* <<InsertText_Size_animated_color2 "Hey, my name is Anastasia and I'm from Spain. I recently moved to this city to live with my distant sisters, and I still don't have any friends because I struggle to communicate in English. Can anyone teach me?" "#655568" "#655568" "0">> */ <<InsertText_Size_animated_color2 "Hey, my name is Anastasia and I'm from Spain. I recently moved to this city to live with my distant sisters, and I still don't have any friends because I struggle to communicate in English. Can anyone teach me?" "black" "#ffa2ea" "0">> <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur_2px" id="Computer_yr">Accept</div> </div> </div> <<Back1 "language_tutor">> /* <<InsertText_Size_animated_color2 "Hey, my name is Anastasia and I'm from Spain. I recently moved to this city to live with my distant sisters, and I still don't have any friends because I struggle to communicate in English. Can anyone teach me?" "#655568" "blue" 2>> */ <<ClickContainerById "Computer_yr" "Under_the_development">> <</ClickContainerById>> <<RandomImageOnlyJpgContainer 1 1 "Anastasia/Anastasia" "cell_center_tall_13">> <</nobr>>
<<nobr>> <<widget "Task_list">> <<set _text to $args[0]>> <<set _pers to $args[1]>> <<set _event_number to $args[2]>> <li class="card__list_item"> <span class="check"> <<if _pers[_event_number].quantity >= 1>> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="check_svg" > <path fill-rule="evenodd" fill="yellow" d="M12.416 3.376a.75.75 0 0 1 .208 1.04l-5 7.5a.75.75 0 0 1-1.154.114l-3-3a.75.75 0 0 1 1.06-1.06l2.353 2.353 4.493-6.74a.75.75 0 0 1 1.04-.207Z" clip-rule="evenodd" ></path> </svg> <</if>> </span> <<if _pers[_event_number].quantity >= 1>> <span class="list_text" style="text-decoration: line-through;"> _text</span> <<else>> <span class="list_text"> _text</span> <</if>> </li> <</widget>> <</nobr>>
<<nobr>> <<widget "InsertText_Size_animated_color2">> <<set _text to $args[0]>> <<set State.variables._color11 to $args[1]>> <<set State.variables._color22 to $args[2]>> <<set State.variables._color33 to $args[3]>> <<script>> $(document).ready(function(){ var color11 = State.variables._color11; var color22 = State.variables._color22; var color33 = State.variables._color33; $("#color_back2").css("background-color", color11); $("#color_text2").css("color", color22); $("#color_back2").css("border-radius", color33); }); <</script>> <div class="content_text_visual_1" id="animated"> <div class="content_text_2" id="color_back2"> <div id="color_text2" style="text-align: center;"> _text </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_studio">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<if $event_kagney[5].quantity ==1>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 4, 5: 0 }>> <<else>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <</if>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<if $money >= 1000 && $buy_studio_equipment != 1>> <<set $money -= 1000>> <<set $event_kagney[3].quantity to 1>> <br><br> <<InsertText_Size_animated "Now your studio is ready for filming">> <<set $buy_studio_equipment to 1>> <<elseif $buy_studio_equipment == 1>> <br><br> <<InsertText_Size "This has been improved">> <<else>> <br><br> <<InsertText_Size "You don't have enough money">> <</if>> <<Back1 "Studio">> <</nobr>>
<<nobr>> <<if $event_kagney[12].quantity ==1 && $fitness >=10>> <<if $first_intro_kagney_house !=1>> <<goto "First_intro_kagney_house">> <<elseif $first_intro_kagney_house ==1>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> <span style="font-weight: bold;">Kagney's house</span><br> You are in <span style="font-weight: bold;">Hallway</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> <img src="img/Kagney_house/room10.jpeg"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <br> <div class="container"> <div class="up"> <div class="image-container_1 blur_2px" id="left_img"> [img["img/Kagney_house/room1.jpg"][Under_the_development]] <div class="text" id="Your_room">Kagney's room</div> </div> <div class="image-container_2 mom_room blur_2px" id="center_img_1"> [img["img/Kagney_house/room2.jpeg"][Under_the_development]] <div class="text" id="Mom_room">Alexis's room</div> </div> <div class="image-container_3 veronica_room blur_2px" id="center_img_1"> [img["img/Kagney_house/room3.jpg"][Under_the_development]] <div class="text" id="Veronica_room">Monique's room</div> </div> <div class="image-container_4 adriana_room blur_2px" id="center_img_1"> [img["img/Kagney_house/room4.jpg"][Under_the_development]] <div class="text" id="Adriana_room">Guest room</div> </div> <div class="image-container blur_2px" id="right_img"> [img["img/Kagney_house/room5.jpg"][Under_the_development]] <div class="text" id="Guest_room">Red room</div> </div> </div> <div class="down"> <div class="image-container blur_2px" id="left_img"> [img["img/Kagney_house/room6.jpg"][Under_the_development]] <div class="text" id="Corridor">Backyard</div> </div> <div class="image-container_5 bathroom blur_2px" id="center_img_1"> [img["img/Kagney_house/room7.jpg"][Under_the_development]] <div class="text" id="Bathroom">Bathroom</div> </div> <div class="image-container_6 kitchen blur_2px" id="center_img_1"> [img["img/Kagney_house/room8.webp"][Under_the_development]] <div class="text" id="Kitchen">Kitchen</div> </div> <div class="image-container_7 living_room blur_2px" id="center_img_1"> [img["img/Kagney_house/room9.jpg"][Under_the_development]] <div class="text" id="Living_room">Living room</div> </div> <div class="image-container" id="right_img"> [img["img/re2.jpg"][Residential_area]] <div class="text" id="Outside">Outside</div> </div> </div> </div> <br> <<ClickContainerByClass "image-container_1" "Your room">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_2" "Mom room">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_3" "Veronica room">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_4" "Adriana room">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_5" "Bathroom">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_6" "Kitchen">><</ClickContainerByClass>> <<ClickContainerByClass "image-container_7" "Living room">><</ClickContainerByClass>> <<ClickContainerById "Veronica_room" "Veronica room">><</ClickContainerById>> <<ClickContainerById "Mom_room" "Mom room">><</ClickContainerById>> <<ClickContainerById "Adriana_room" "Adriana room">><</ClickContainerById>> <<ClickContainerById "Your_room" "Your room">><</ClickContainerById>> <<ClickContainerById "Outside" "Outside_out">><</ClickContainerById>> <<ClickContainerById "Living_room" "Living room">><</ClickContainerById>> <<ClickContainerById "Kitchen" "Kitchen">><</ClickContainerById>> <<ClickContainerById "Bathroom" "Bathroom">><</ClickContainerById>> <<ClickContainerById "Guest_room" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Outside" "Residential_area">><</ClickContainerById>> <</if>> <<elseif $event_kagney[12].quantity ==1 !=1 && $fitness <10>> <br><br><br><br><br> <<InsertText_Size_animated "The door is closed for entry">> <br><<Text "<span style='color: red; font-size:14px;'>This house hasn’t been developed for this version of the game yet</span>">> <<Back1 "Residential_area">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "The door is closed for entry">> <br><<Text "<span style='color: red; font-size:14px;'>This house hasn’t been developed for this version of the game yet</span>">> <<Back1 "Residential_area">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $relationship[4] < 2>> <br><<Text_animated_face_person "Kagney, you always look tired. Do you like your job?">> <br><<Text_animated_face Kagney "I hope you're not joking">> <br><<Text_animated_face_person "No">> <br><<Text_animated_face Kagney "I don't have time to explain myself to you, boy">> <br><<InsertText_Size_animated "<span><i>( You should improve your relationship with her ≥ 2 )</i></span>">> <<else>> <br><<Text_animated_face_person "Kagney, you always look tired. Do you like your job?">> <br><<Text_animated_face Kagney "I hope you're not joking">> <br><<Text_animated_face_person "No">> <br><<Text_animated_face Kagney "Being a waitress is not my childhood dream">> <br><<Text_animated_face_person "What did you want to be?">> <br><<Text_animated_face Kagney "I've already forgotten what I once dreamed of. Now I just want to not need money, maybe become a model or an actress, perhaps...">> <br><<InsertText_Size_animated "<span><i>( You have to figure out how to solve the money problem for her )</i></span>">> <<set $event_kagney[1].quantity to 1>> <</if>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Kagney/Kagney" "cell_center">> <<Back1 "Waiter_talk_kagney">> <</nobr>>
<<nobr>> <<widget "Text_string_animated">> <<set _text to $args[0]>> <div class="content_text_visual_face" id="animated"> <div class="text_face_no_words_1"> <div class="text_no_2_2"> /*<div class="text_1_1"> </div>*/ <div class="text_face_no_2_2_1"> _text </div> </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<Week_studio>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Studio</span><br> <<Who_is_here>> <<if $buy_studio_equipment == 1>> <br>Your studio is ready for filming <</if>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<if $condition == 4>> <<if $studio_kagney_blowjob !=1>> <br><<InsertText_Size_animated "Kagney is here, she is eagerly waiting to start the photo shoot">> <<else>> <br><<InsertText_Size_animated "Kagney is here, she is ready to shoot the scene">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="studio_kagney_photoshoot">Photoshoot</div> </div> </div> <<if $studio_kagney_blowjob ==1>> <div class="your_room"> <div class="cell_2_yr"> <div id="studio_kagney_blow">Blowjob</div> </div> </div> <</if>> <<else>> <br><<InsertText_Size_animated "At the moment, there are no actresses available for filming">> <</if>> <<if $buy_studio_equipment != 1 >> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="buy_studio_equipment">Buy equipment 1000$</div> </div> </div> <</if>> <<Back1 "Outside_out">> <<ClickContainerById "studio_kagney_photoshoot" "studio_kagney_photoshoot">><</ClickContainerById>> <<ClickContainerById "studio_kagney_blow" "studio_kagney_blow">><</ClickContainerById>> <<ClickContainerById "buy_studio_equipment" "buy_studio_equipment">><</ClickContainerById>> <<RandomImageOnlyWebp1 1 1 "Studio/studio" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="studio_kagney_blowjob1">Scene 1</div> <div id="studio_kagney_blowjob2">Scene 2</div> <div id="studio_kagney_blowjob3">Scene 3</div> </div> </div> <<Back1 "Outside_out">> <<ClickContainerById "studio_kagney_blowjob1" "studio_kagney_blowjob1">><</ClickContainerById>> <<ClickContainerById "studio_kagney_blowjob2" "studio_kagney_blowjob2">><</ClickContainerById>> <<ClickContainerById "studio_kagney_blowjob3" "studio_kagney_blowjob3">><</ClickContainerById>> <<RandomImageOnlyJpg 1 1 "Studio/studio" "cell_center">> <</nobr>>
<<nobr>> <br><br><br><br> <<InsertText_Size_animated "You've already done this photoshoot">> <<Back1 "studio_kagney_photoshoot">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $studio_kagney_photoshoot1_2 ==1 && $kagney_cloching1 !=1>> <br><<InsertText_Size_animated "You need to buy a black bodysuit for Kagney">> <</if>> <<if $studio_kagney_photoshoot1_3 ==1 && $kagney_cloching2 !=1>> <br><<InsertText_Size_animated "You need to buy a schoolgirl outfit for Kagney">> <</if>> <<if $studio_kagney_photoshoot1_3 ==1 && $event_kagney[9].quantity !=1 && $event_kagney[10].quantity !=1 && $event_kagney[11].quantity !=1>> <br><<InsertText_Size_animated "You need to upload all photos to the website">> <</if>> <br> <<if $buy_studio_equipment ==1>> <div class="your_room"> <div class="cell_1_yr"> <<if $studio_kagney_photoshoot1_1 != 1>> <div id="studio_kagney_photoshoot1"> Photoshoot 1</div> <<elseif $studio_kagney_photoshoot1_1==1>> <div id="studio_kagney_photoshoot1"> Photoshoot 2</div> <</if>> </div> <<if $studio_kagney_photoshoot1_2 ==1 && $kagney_cloching1 ==1>> <div class="cell_2_yr"> <div id="studio_kagney_photoshoot3"> Photoshoot 3</div> </div> <</if>> <<if $studio_kagney_photoshoot1_3 ==1 && $kagney_cloching2 ==1 && $event_kagney[9].quantity ==1 && $event_kagney[10].quantity ==1 && $event_kagney[11].quantity ==1>> <div class="cell_2_yr"> <div id="studio_kagney_photoshoot4"> Photoshoot 4</div> </div> <</if>> </div> <<elseif $buy_studio_equipment !=1>> <<InsertText_Size_animated "You need to buy equipment for studio">> <</if>> <<Back1 "Studio">> <<if $studio_kagney_photoshoot1_2 !=1>> <<ClickContainerById "studio_kagney_photoshoot1" "studio_kagney_photoshoot1">><</ClickContainerById>> <<elseif $studio_kagney_photoshoot1_2 ==1>> <<ClickContainerById "studio_kagney_photoshoot1" "studio_kagney_photoshoot1_end">><</ClickContainerById>> <</if>> <<if $studio_kagney_photoshoot1_3 !=1>> <<ClickContainerById "studio_kagney_photoshoot3" "studio_kagney_photoshoot2">><</ClickContainerById>> <<elseif $studio_kagney_photoshoot1_3 ==1>> <<ClickContainerById "studio_kagney_photoshoot3" "studio_kagney_photoshoot1_end">><</ClickContainerById>> <</if>> <<ClickContainerById "studio_kagney_photoshoot4" "studio_kagney_photoshoot4">><</ClickContainerById>> <<RandomImageOnlyWebp1 1 1 "Studio/studio" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<if $studio_kagney_photoshoot1_1 != 1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Studio/Kagney/Photoshoot/Scene1/" "cell_center">> <<Text_animated_face Kagney "I’m so excited for my first photoshoot ever, it’s thrilling!">> <br><<Text_animated_face_person "Wow, you look especially cute today">> <br><<Text_animated_face Kagney "Thank you! I hope your idea brings in some money. I really need it">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 1'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 2 2 "webp">> <br><<Text_animated_face_person "( <em>She really is like an angel </em> )">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 2'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 4 4 "webp">> <br><<Text_animated_face_person "I feel your photos will gain popularity... you look so tender in the pictures">> <br><<Text_animated_face Kagney "Really?... Let's add a bit of passion">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 3'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 7 7 "webp">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 4'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 8 8 "webp">> <br><<Text_animated_face_person "You are incredibly talented, I just can't seem to get my fill of you">> <br><<Text_animated_face Kagney " I'm glad to hear that, I'm liking your idea more and more ">> <br><<Text_animated_face Kagney "I have to go now, see you next Thursday">> <br><<InsertText_Size_animated "Kagney's relationship <<Green_text 'increased'>>">> <<set $relationship[4] +=1>> <<set $studio_kagney_photoshoot1_1 = 1>> <<set $event_kagney[6].quantity =1>> <<Back2 "Studio" "Studio">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<else>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Studio/Kagney/Photoshoot/Scene1/" "cell_center">> <<Text_animated_face Kagney "Hi $name_person, I can't wait to start shooting">> <br><<Text_animated_face_person "I like your mood, let's get started">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 1'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 6 6 "webp">> <br><<Text_animated_face Kagney "Hey, look how messy I am here">> <br><<Text_animated_face_person "Nice Kagney, you are sexy">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 2'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 15 15 "webp">> <br><<Text_animated_face Kagney "Remember I told you that you won't get to see my lovely boobs? Let it stay that way, hehe. But at least I'm starting to change my mind">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 3'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 10 10 "webp">> <br><<Text_animated_face Kagney "Isn't it true that they would spin anyone's head around, hehe">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 4'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 13 13 "webp">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 5'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene1/" 14 14 "webp">> <br><<Text_animated_face Kagney "Would you like to touch them?">> <<set $event_kagney[8].quantity =1>> <<set $studio_kagney_photoshoot1_2 = 1>> <br><div class="your_room"> <div class="cell_1_yr"> <div id="Choice_1">Sure</div> <div id="Choice_2">Not this time, pussy</div> </div> </div> <<ClickContainerById "Choice_1" "Sure1">><</ClickContainerById>> <<ClickContainerById "Choice_2" "Not this time pussy1">><</ClickContainerById>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</if>> <<set $day_time +=1>> <<ClickContainerById "Choice_1" "Sure1">><</ClickContainerById>> <<ClickContainerById "Choice_2" "Not this time pussy1">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Studio/Kagney/Photoshoot/Scene2/" "cell_center">> <br><<Text_animated_face Kagney "Wow, I'm totally vibing with this black bodysuit!">> <br><<Text_animated_face_person "Yep, in them you look so mature... and juicy">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 1'>>">> <br><<Pic_between_wide_133 "Studio/Kagney/Photoshoot/Scene2/" 2 2 "webp">> <br><<Text_animated_face Kagney "Haha, juicy, huh? I think our business relationship is turning into something interesting...">> <br><<Text_animated_face_person "This ain't bad, right? I mean, it's all good vibes">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 2'>>">> <br><<Pic_between_wide_133 "Studio/Kagney/Photoshoot/Scene2/" 3 3 "webp">> <br><<Text_animated_face Kagney "Truth be told, from our first meeting, I didn't think everything would change like this, and neither did you">> <br><<Text_animated_face_person "What do you mean? And yeah, add a bit of sexiness to your pose">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 3'>>">> <br><<Pic_between_wide_133 "Studio/Kagney/Photoshoot/Scene2/" 4 4 "webp">> <br><<Text_animated_face Kagney "Is this better?">> <br><<Text_animated_face_person "Yeah, babe, your tits are just amazing, let your secret out a little">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 4'>>">> <br><<Pic_between_wide_133 "Studio/Kagney/Photoshoot/Scene2/" 6 6 "webp">> <br><<Text_animated_face_person "Fuck, that's hot, make me cum, babe, haha">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 5'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene2/" 7 7 "webp">> <br><<Text_animated_face Kagney "So you won't be able to resist for sure ( <span> <i> it's so freaking arousing </i> </span> )">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 6'>>">> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene2/" 8 8 "webp">> <br><<Text_animated_face Kagney "<span>Let my fans imagine my carefree look wanting someone to come over and start groping me ( <i>I am so wet, I wonder if I have forgotten how his cock tastes, hmm...</i> )</span>">> <br><<InsertText_Size_animated "Kagney's corruption <<Green_text 'increased'>> " a little>> <<set $corruption[4] += 0.5>> <br><<Pic_between_tall_133 "Studio/Kagney/Photoshoot/Scene2/" 9 9 "webp">> <br><<Text_animated_face_person "Alright, we'll meet next time. I have another dress for you">> <br><<Text_animated_face Kagney "Oh, awesome! I'd love to try it on. Can't wait, can't wait, can't wait!">> <br><<InsertText_Size_animated "Kagney's relationship <<Green_text 'increased'>> ">> <<set $relationship[4] +=1>> <<set $event_kagney[7].quantity =1>> <<set $studio_kagney_photoshoot1_3 =1>> <<set $day_time ++>> <<Back2 "Studio" "Studio">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Studio/Kagney/Photoshoot/Scene3/" "cell_center">> <br><<Text_animated_face Kagney "Haha, do you know how long it's been since I finished school?">> <br><<Text_animated_face_person "Tell me">> <br><<Text_animated_face Kagney "I couldn't finish...">> <br><<Text_animated_face Kagney "But I like this look, the naive and beautiful schoolgirl, searching for adventures">> <br><<Pic_between_tall_15 "Studio/Kagney/Photoshoot/Scene3/" 4 4 "webp">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 1'>>">> <br><<Text_animated_face Kagney "Strutting around among boys, hop, and your booty's in danger, hehe">> <br><<Pic_between_tall_15 "Studio/Kagney/Photoshoot/Scene3/" 2 2 "webp">> <br><<Text_animated_face_person "Haha, really, so did you find some adventures for your booty?">> <br><<Text_animated_face Kagney "Uh huh, I wanted to become a model, an actress, you know, all the young girls' pink dreams">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 2'>>">> <br><<Pic_between_wide_15 "Studio/Kagney/Photoshoot/Scene3/" 5 5 "webp">> <br><<Text_animated_face_person "Without how it happened, we wouldn't be doing this photoshoot right now. In a way, you've gotten closer to those dreams">> <br><<Text_animated_face Kagney "Hmm... come to think of it, I'm just at the beginning of all this... wow">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 3'>>">> <br><<Pic_between_tall_15 "Studio/Kagney/Photoshoot/Scene3/" 6 6 "webp">> <br><<Text_animated_face Kagney "And I'm starting to like it, I'm getting into the swing of things... All thanks to your idea, by the way">> <br><<Text_animated_face_person "Yes, you've gained fans and it's starting to generate income">> <br><<Text_animated_face Kagney "Oh yes, I've already bought myself all sorts of things">> <br><<Text_animated_face Kagney "You know, I'm starting to feel more liberated...">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 4'>>">> <br><<Pic_between_tall_15 "Studio/Kagney/Photoshoot/Scene3/" 7 7 "webp">> <br><<Text_animated_face Kagney "And I feel so sensitive">> <br><<linkappend "<<InsertText_Size_animated 'Shoot 5'>>">> <br><<Pic_between_tall_15 "Studio/Kagney/Photoshoot/Scene3/" 8 8 "webp">> <br><<Text_animated_face_person "You're just an angel for these photoshoots...">> <br><<Pic_between_tall_15 "Studio/Kagney/Photoshoot/Scene3/" 9 9 "webp">> <br><<Text_animated_face Kagney "Hehe, look at me, I'm such a little naughty girl, want to spank me on the butt?">> <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> <div id="Talk_vain_physics_yes" > <<link "Spank">> <<replace "#your_room">> <<Webp_choice_text_random_wide_15 "Studio/Kagney/Photoshoot/Scene3/slap" 1 1>> <br><<InsertText_Choice_animated "Kagney's corruption <<Green_text 'increased'>> a little">> <<set $corruption[4] +=0.5>> <br><<Text_choice_face Kagney "Look at this good boy">> <br><<Webp_choice_text_random_tall_15 "Studio/Kagney/Photoshoot/Scene3/" 12 12>> <br><<Text_choice_face Kagney "In the next photoshoot I want something special, bye">> <br><<InsertText_Choice_animated "Kagney's relationship <<Green_text 'increased'>> a little">> <<set $relationship[4] +=1>> <<set $event_kagney[12].quantity =1>> <</replace>> <</link>> </div> <div id="Talk_vain_physics_no"> <<link "Don't spank">><<replace "#your_room">> <br><<Text_choice_face_person "Kagney, you're very sexy and your ass is fantastic, but I'll spank it another time once we make progress in our project">> <br><<InsertText_Choice_animated "Kagney's corruption <<Green_text 'increased'>>">> <<set $corruption[4] +=2>> <br><<InsertText_Choice_animated "Your SIgma<<Green_text 'increased'>>">> <<set $sigma_person +=5>> <br><<Text_choice_face Kagney "Wow, look at you, special one, just look at that ass, can it really not make you spank it?">> <br><<Webp_choice_text_random_tall_15 "Studio/Kagney/Photoshoot/Scene3/" 11 11>> <br><<Text_choice_face Kagney "Please, spank my ass...">> <br><<Text_choice_face Kagney "Meh, I do like you this way, but I'll still get what I want. Looking forward to our next meeting. You know, next time we'll try a more interesting session...">> <br><<InsertText_Choice_animated "Kagney's relationship <<Green_text 'increased'>>">> <<set $relationship[4] +=1>> <<set $event_kagney[12].quantity =1>> <</replace>> <</link>> </div> </div> </div> <<set $studio_kagney_photoshoot1_4 =1>> <<set $event_kagney[12].quantity =1>> <<set $day_time ++>> <<Back2 "Studio" "Studio">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> /*/////////////////// BETWEEN TEXT //////////////////////*/ <<Text_animated_face Kagney " I'm glad to hear that, I'm liking your idea more and more ">> <br><<Gif_between_text_random_178 "Root/Sigma" 1 1>> <br><<Gif_between_text_random_178 "Mom_room/Mom_sleep/" 15 15>> <br><<Gif_between_text_random_178 "Root/cafe" 1 1>> <br><<Webm_between_text_wide_15 "Root/" 2 2>> <br><<Gif_between_text_random_15 "Root/Sigma" 1 1>> <br><<Text_animated_face Kagney "I'm glad to hear that, I'm liking your idea more and more">> <br><<Pic_between_text "Kagney/Kagney1">> <br><<Pic_between_wide_15 "Root/" 1 1 webp>> <br><<Webp_between_text_random_178 "Root/cafe" 1 1>> <br><<Mp4_between_text_wide_15 "College/" 1 1>> /*/////////////////// HEADER /////////////////////*/ <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Root/" "cell_center">> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoWebM_center 2 2 "Root/" "cell_center" >> /*<<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>>*/ /*<<RandomVideoWebM_center 1 1 "Root/cafe" "cell_center_video_178" >>*/ <<replaceClass "cell_center_video_178" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Root/cafe" "cell_center_video_178">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Vain/Scene1/" "cell_center" >> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Mom/Punish/" "cell_center">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Theme 1</div>">> <<append "#dsfsd">> <<if _end_person1 !=1>> <br><<Text_animated_face Abella " ">> <br><<Text_animated_face_person " ">> <<set _end_person1 =1>> <<else>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Theme 2</div>">> <<append "#dsfsd">> <<if _end_person2 !=1>> <br><<Text_animated_face Abella " ">> <br><<Text_animated_face_person " ">> <<set _end_person2 =1>> <<else>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk_end' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>End conversation</div>">> <<append "#dsfsd">> <<if _end_person1==1 && _end_person2==1 && _end_talk !=1>> <<set _end_talk =1>> <<else>> <<replace "#talk_end">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ $previous_passage_2step - 2 passage backward <</nobr>>
<<nobr>> <<widget "Pic_between_tall_133">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <<set _format to $args[3]>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_133"> <<print "<img src='img/" + _path +_random+"."+_format+"'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Kagney " <span style='white-space: nowrap;'>(<span style='font-style: italic;'> meh, not suprises... </span>) <br>I'm enjoying the vibe here, but not today, babe </span>">> <br><<InsertText_Size_animated "Kagney's relationship has <<Yellow_text 'increased'>> a little">> <<Back1 "Studio">> <<set $studio_kagney_photoshoot1 to 1>> <<set $relationship[4] += 0.25>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 10 10 "Kagney/Kagney" "cell_center" >> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Kagney " <span style='white-space: nowrap;'>What? I didn't expect such an answer <br>(<span style='font-style: italic;'> wow, he turned out not to be as simple </span>)</span>">> <br><<InsertText_Size_animated "<span>Kagney's corruption has <<Yellow_text 'increased'>> a little</span>">> <br><<InsertText_Size_animated "Kagney's relationship has <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Your SIgma has <<Green_text 'increased'>>">> <<Back1 "Studio">> <<set $studio_kagney_photoshoot1 to 1>> <<set $corruption[4] += 0.5>> <<set $relationship[4] += 1>> <<set $sigma_person +=5>> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoWebM_center 1 1 "Root/shcut" "cell_center" >> <</nobr>>
<<nobr>> <<widget "Pic_between_wide_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <<set _format to $args[3]>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_15"> <<print "<img src='img/" + _path +_random+"."+_format+"'>">> </div> </div> <</widget>> <</nobr>>
[[Not this time pussy1]] [[Sure1]]
<<nobr>> <<widget "Webm_between_text_wide_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_15"> <<print "<video autoplay loop><source src='img/" + _path + _random + ".webm' type='video/webm'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Gif_between_text_random_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_15"> <<print "<img src='img/" + _path +_random+".gif'>">> </div> </div> /* ratio: 1.78, width = 540, height = 305 */ <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_15"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_178"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> /* ratio: 1.78, width = 540, height = 305 */ <</widget>> <</nobr>>
<<nobr>> <<widget "Yellow_text">> <<set _text_1 to $args[0]>> <<print "<span style='color:#C3A62D;'> _text_1</span>">> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "Hey, Kegney, I've got an idea">> <br><<Text_animated_face Kagney "Go ahead">> <br><<Text_animated_face_person "But before I tell you what the idea is, I just want to say that you suck off divinely">> <br><<Text_animated_face Kagney " WHAT ARE YOU TALKING ABOUT?">> <br><<Pic_between_tall_15 "Kagney/Kagney" 4 4 webp>> <br><<Text_animated_face_person "Don't pretend, I've noticed how you disappear towards the end of the shift">> <br><<Text_animated_face Kagney "And so what, I go out for a smoke...">> <br><<Text_animated_face_person "I don't know why you're trying to justify yourself, but to me, that hole in the restroom makes people happier haha">> <br><<Text_animated_face Kagney "Oh God... (<span><i> did I really suck him off, I have conflicting feelings </i></span>)">> <br><<Pic_between_tall_15 "Kagney/Kagney" 7 7 webp>> <br><<Text_animated_face_person "So, I have this idea. I bought a studio, and I want to shoot erotic scenes there and make money out of it">> <br><<Text_animated_face Kagney "Hmm, sounds good, actually. So, what, do you want me to be your model?">> <br><<Text_animated_face_person "Yeah, I like your figure">> <br><<Text_animated_face Kagney "I need the money, so I'm in. I've got the boobs, what else do I need, haha">> <br><<Pic_between_tall_15 "Kagney/Kagney" 8 8 webp>> <br><<Text_animated_face_person "I'm glad you agreed. So, shall we meet on Thursday evening, after work?">> <br><<Text_animated_face Kagney "Okay, by the way, did you like that hole in the restroom?">> <br><div class="your_room"> <div class="cell_1_yr"> <div id="Choice_1">It was fucking amazing</div> </div> </div> <div class="your_room"> <div class="cell_2_yr" style="width:900px;" > <div id="Choice_2">A chain of pleasant events has already been set in motion, darling</div> </div> </div> <<set $event_kagney[5].quantity to 1>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Kagney/Kagney" "cell_center">> <<ClickContainerById "Choice_1" "It was fucking amazing">><</ClickContainerById>> <<ClickContainerById "Choice_2" "A chain of pleasant events">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Kagney "<span><i>( Yeah, I know I'm fucking awesome )</i></span>">> <br><<InsertText_Size_animated "<span>Kagney's relationship has <<Green_text 'increased'>> a little </span>">> <<set $relationship[4] += 0.25>> <<set $event_kagney[5].quantity to 1>> <<Back1 "Cafe_bar">> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 9 9 "Kagney/Kagney" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "<span>Kagney's corruption has <<Green_text 'increased'>> a little</span>">> <br><<InsertText_Size_animated "Kagney's relationship <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Your SIgma has <<Green_text 'increased'>>">> <<Back1 "Cafe_bar">> <<set $sigma_person += 5>> <<set $corruption[4] += 0.5>> <<set $relationship[4] += 1>> <<set $event_kagney[5].quantity to 1>> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoWebM_center 1 1 "Root/shcut" "cell_center" >> <</nobr>>
<<nobr>> <<widget "Pic_between_tall_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <<set _format to $args[3]>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_15"> <<print "<img src='img/" + _path +_random+"."+_format+"'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<Week_mall>> <div class="mall_interface"> <div class="mall_interface_left"> <div class="mall_interface_left_column1"> <div class="square" id="up"> [img["img/Mall/fitness1.jpg"][Fitness]] <div class="text" id="Fitness">Fitness</div> </div> <div class="square"> [img["img/Mall/pharmacy1.jpg"][Pharmacy]] <div class="text" id="Pharmacy">Pharmacy</div> </div> <div class="square blur_2px"> [img["img/Mall/auto1.jpeg"][Under_the_development]] <div class="text" id="Auto_dealer">Auto Dealer</div> </div> <div class="square blur_2px" id="down" style="box-shadow: 0 0 1px 1px gold;"> [img["img/Mall/vip1.jpg"][Under_the_development]] <div class="text" id="Vip_zone">VIP Zone</div> </div> </div> <div class="mall_interface_left_column2"> <div class="square 1" id="up"> [img["img/Mall/clothing2.jpg"][Clothing_store]] <div class="text" id="Clothing_store">Clothing Store</div> </div> <div class="square 2"> [img["img/Mall/electronic.webp"][Electronics_store]] <div class="text" id="Electronics_store">Electronics Store</div> </div> <div class="square blur_2px"> [img["img/Mall/jewelry.webp"][Under_the_development]] <div class="text" id="Jewelry_store">Jewelry Store</div> </div> <div class="square" id="down"> [img["img/Mall/sexshop1.jpg"][Sex_shop]] <div class="text" id="Sex_shop">Sex Shop</div> </div> </div> </div> <div class="mall_interface_right" > <div style="background-image: url('img/Mall/mall3.jpg'); border:2px solid #fff; position: absolute; width:670px; height:820px; z-index:-100; border-radius:15px; opacity:0.3;background-size: contain;"></div> <div class="mall_interface_right_row1" style="position: relative;"> <div class="mall_interface_right_row1_left" > <<set _random to random(1,19)>> <<if _random >= 1 && _random <=5 >> <<Mp4_between_text_tall_178 "Mall/Entry/178/" 1 5>> <<elseif _random >= 6 && _random <=12 >> <<Webp_MALL_random_tall_178 "Mall/Entry/178/" 6 12>> <<elseif _random >= 13 && _random <=14 >> <<Mp4_between_text_tall_12 "Mall/Entry/12/" 1 1>> <<elseif _random >= 15 && _random <=19 >> <<Webp_MALL_random_tall_12 "Mall/Entry/12/" 2 6>> <</if>> </div> <div class="mall_interface_right_row1_right" > <div style="display:flex; height:50%; width:100%; justify-content:center; align-items:center; border: 0px solid #fff;"> <div class="card"> </div> </div> <div style="height:50%; border:0px solid #fff;width:100%;"> <div class="cell_left_text_1" style="border:0px solid #fff; margin-left:8px; margin-top:0px; background-color: black; position:relative; z-index:1; border-radius:10px;opacity:0.9; "> <div style="border:0px solid #fff; padding:4px;"> You are in <span style="font-weight: bold;">Mall</span> <br><<Who_is_here>> </div> <div id="header_home_back" style="border:0px solid #fff; padding-left:6px;padding-right:6px;"> <p class="home_return"> [[Home|Hallway]] [[Home|Hallway]] [[Home|Hallway]]</p> </div> </div> </div> </div> </div> <div class="mall_interface_right_row2" style="position: relative; border-top:8px solid #C1ABD4; border-radius:20px;margin-left:2px; opacity:0.9;"> <div class="your_room" style="border: 0px solid #fff; width:600px; margin-left:35px;"> <div class="cell_1_yr" style="width:600px; border: 0px solid #fff;"> <div id="Back" style="border: 0px solid #fff; position:relative; z-index:1;background-color: black;opacity:0.9;">Street</div> </div> </div> </div> </div> <<ClickContainerById "Back" "Street">><</ClickContainerById>> <<ClickContainerById "Clothing_store" "Clothing_store">><</ClickContainerById>> <<ClickContainerById "Fitness" "Fitness">><</ClickContainerById>> <<ClickContainerById "Electronics_store" "Electronics_store">><</ClickContainerById>> <<ClickContainerById "Sex_shop" "Sex_shop">><</ClickContainerById>> <<ClickContainerById "Pharmacy" "Pharmacy">><</ClickContainerById>> </div> <</nobr>>
<<nobr>> <<widget "Webm_between_text_tall_12">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="webm_tall_between_text_12"> <<print "<video autoplay loop muted><source src='img/" + _path + _random + ".webm' type='video/webm'></video>">> </div > /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_tall_12">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="webm_tall_between_text_12"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_tall_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="webm_tall_between_text_178"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Webm_between_text_tall_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="webm_tall_between_text_178"> <<print "<video autoplay loop muted><source src='img/" + _path + _random + ".webm' type='video/webm'></video>">> </div > /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_MALL_random_tall_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="gif_wide_between_text_tall_178" > <<print "<img style='margin-top:-36px;' src='img/" + _path +_random+".webp'>">> </div> /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_MALL_random_tall_12">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="gif_wide_between_text_tall_12" > <<print "<img style='margin-top:-140px;width:390px;height:468px;' src='img/" + _path +_random+".webp'>">> </div> /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Female">Female</div> <div id="Male">Male</div> </div> </div> <div class="your_room"> <div class="cell_2_yr"> <div id="For_Kagney">For Kagney</div> <div id="For_Puffi">For Puffi </div> </div> </div> <<Back1 "Mall">> <<ClickContainerById "For_Kagney" "For_Kagney">><</ClickContainerById>> <<ClickContainerById "Female" "Female_mall">><</ClickContainerById>> <<ClickContainerById "Male" "Male_mall">><</ClickContainerById>> <<ClickContainerById "For_Puffi" "For_Puffi">><</ClickContainerById>> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" > <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Male</div> <<if $kagney_cloching1 != 1>> <div><img src="img/Mall/Clothing_store/body1.png"></div> <</if>> <<if $kagney_cloching2 != 1>> <div><img src="img/Mall/Clothing_store/body2.png"></div> <</if>> /* <<if $kagney_cloching3 != 1>> <div><img src="img/Mall/Clothing_store/body5.png"></div> <</if>> <<if $kagney_cloching4 != 1>> <div><img src="img/Mall/Clothing_store/body4.png"></div> <</if>> */ </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $kagney_cloching1 != 1 && $money >=400>> <div> <<link "400$" _name_of_passage>> <<set $money -= 400>> <<set $kagney_cloching1 = 1>> <</link>> </div> <<elseif $kagney_cloching1 != 1 && $money <400>> <div> <<link "400$" _name_of_passage>> <</link>> </div> <</if>> <<if $kagney_cloching2 != 1 && $money >=600>> <div> <<link "600$" _name_of_passage>> <<set $money -= 600>> <<set $kagney_cloching2 = 1>> <</link>> </div> <<elseif $kagney_cloching2 != 1 && $money <600 >> <div> <<link "600$" _name_of_passage>> <</link>> </div> <</if>> /* <<if $kagney_cloching3 != 1>> <div> <<link "600$" Under_the_development>> <<set $money -= 50>> <<set $kagney_cloching3 = 0>> <</link>> </div> <</if>> <<if $kagney_cloching4 != 1>> <div> <<link "<span style='color: gold;'>1200$ 2x</span>" Under_the_development>> <<set $money -= 50>> <<set $kagney_cloching4 = 0>> <</link>> </div> <</if>> */ </div> </div> </div> <<Back1 "Clothing_store">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <<widget "Pic_between_wide_133">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <<set _format to $args[3]>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_133"> <<print "<img src='img/" + _path +_random+"."+_format+"'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<if $day_time == 4 || $day_time == 5 || $day_week == 5 || $day_week ==6>> <<goto "College_closed">> <</if>> <<set $condition = 0>> <div class="mall_interface"> <div class="mall_interface_left"> <div class="mall_interface_left_column1"> <div class="square languages" id="center_img_1"> [img["img/College/class1.jpg"][Languages]] <div class="text" id="Languages"><span>Languages</span></div> </div> <div class="square health" id="center_img_1"> [img["img/College/class10.webp"][Health_sciences]] <div class="text" id="Health_science">Health Sciences</div> </div> <div class="square dining_hall" id="center_img_1"> [img["img/College/class7.webp"][Dining_hall]] <div class="text" id="Dining_hall">Dining Hall</div> </div> <div class="square student_lounge" id="center_img_1" > [img["img/College/class15.png"][Student_lounge]] <div class="text" id="Student_lounge">Student Lounge</div> </div> </div> <div class="mall_interface_left_column2"> <div class="square 1 science" id="center_img_1"> [img["img/College/class6.jpg"][Science]] <div class="text" id="Science">Tech Sciences</div> </div> <div class="square Sport" id="center_img_1"> [img["img/College/class5.webp"][Sport]] <div class="text" id="Sport">Sport</div> </div> <div class="square director" id="center_img_1"> [img["img/College/class11.webp"][Director_office]] <div class="text" id="director">Director's Office</div> </div> <div class="square restroom" id="center_img_1" style="opacity:0.8;"> [img["img/College/class13.png"][Restroom]] <div class="text" id="Restroom">Restroom</div> </div> </div> </div> <div class="mall_interface_right" > <div style="background-image: url('img/College/college3.jpg'); border:2px solid #fff; position: absolute; width:670px; height:820px; z-index:-100; border-radius:15px; opacity:0.3;background-size: contain;"></div> <div class="mall_interface_right_row1" style="position: relative;"> <div class="mall_interface_right_row1_left" > <<set _random to random(1, 31)>> <<if _random >= 1 && _random <=2 >> <<Mp4_between_text_tall_178 "College/Entry/17" 1 2>> <<elseif _random ==3>> <<Mp4_between_text_tall_15 "College/Entry/15" 1 1>> <<elseif _random >= 4 && _random <=6 >> <<Webp_MALL_random_tall_12 "College/Entry/12/" 1 3>> <<elseif _random >= 7 && _random <=10 >> <<Webp_MALL_random_tall_15 "College/Entry/15/" 1 4>> <<elseif _random >= 11 && _random <=25 >> <<Webp_MALL_random_tall_133 "College/Entry/133/" 1 15>> <<elseif _random >= 26 && _random <=31 >> <<Webp_MALL_random_tall_178 "College/Entry/178/" 1 6>> <</if>> </div> <div class="mall_interface_right_row1_right" > <div style="display:flex; height:50%; width:100%; justify-content:center; align-items:center; border: 0px solid #fff;"> <div class="card"> </div> </div> <div style="height:50%; border:0px solid #fff;width:100%;"> <div class="cell_left_text_1" style="border:0px solid #fff; margin-left:8px; margin-top:0px; background-color: black; position:relative; z-index:1; border-radius:10px;opacity:0.9; "> <div style="border:0px solid #fff; padding:4px;"> You are in <span style="font-weight: bold;">College</span><br> <<link "<span style='color: #b548c6'>Class Schedule</span>" "Class_schedule">><</link>> <<if $path_with_vain ==1 && $day_time== 2 && $day_week == 4>> <br><<link "<span style='color: yellow;'>Follow Vanessa and Lilith</span>" "Follow_vanessa_and_lilith">><</link>> <</if>> </div> <div id="header_home_back" style="border:0px solid #fff; padding-left:6px;padding-right:6px;"> <p class="home_return"> [[Home|Hallway]] [[Home|Hallway]] [[Home|Hallway]]</p> </div> </div> </div> </div> </div> <div class="mall_interface_right_row2" style="position: relative; border-top:8px solid #C1ABD4; border-radius:20px;margin-left:2px; opacity:0.9;"> <div class="your_room" style="border: 0px solid #fff; width:600px; margin-left:35px;"> <div class="cell_1_yr" style="width:600px; border: 0px solid #fff;"> <div id="Back" style="border: 0px solid #fff; position:relative; z-index:1;background-color: black;opacity:0.9;">Street</div> </div> </div> </div> </div> <<ClickContainerById "Health_science" "Health_sciences">><</ClickContainerById>> <<ClickContainerById "Back" "Street">><</ClickContainerById>> <<ClickContainerById "Languages" "Languages">><</ClickContainerById>> <<ClickContainerById "Science" "Science">><</ClickContainerById>> </div> <<ClickContainerById "director" "Director_office">><</ClickContainerById>> </div> <<for _i to 1; _i <= 11; _i++>> <<if _i ==1>> <<Week_health>> <<if $condition == 8>> <<RandomImageOnlyJpgContainer_persons 3 3 "Francesca/Francesca" "health">> <</if>> <</if>> <<if _i ==2>> <<Week_languages>> <<if $condition == 17>> <<RandomImageOnlyJpgContainer_persons 5 5 "Anissa/Anissa" "languages">> <</if>> <</if>> <<if _i ==3>> <<Week_Vain_Physics>> <<if $condition == 16>> <<RandomImageOnlyJpgContainer_persons 1 1 "Vain/Vain" "science">> <</if>> <</if>> <<if _i ==4>> <<Week_health_science_megan>> <<if $condition == 23>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Megan/Megan" "health">> <</if>> <</if>> <<if _i ==5>> <<Week_languages_megan>> <<if $condition == 23>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Megan/Megan" "languages">> <</if>> <</if>> <<if _i ==6>> <<Week_dining_hall_megan>> <<if $condition == 23>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Megan/Megan" "dining_hall">> <</if>> <</if>> <<if _i ==7>> <<Week_Lisa_Director_Office>> <<if $condition == 29>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Lisa" "director">> <</if>> <</if>> <<if _i ==8>> <<Week_Richelle_Box>> <<if $condition == 30>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Richelle" "Sport">> <</if>> <</if>> <<if _i ==9>> <<Week_Vanessa_Physics>> <<if $condition == 38>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Icons/Vanessa" "science">> <</if>> <</if>> <<if _i ==9>> <<Week_Lilith_Physics>> <<if $condition == 37>> <<RandomImageOnlyJpgContainer_persons_multiple_3 1 1 "Icons/Lilith" "science">> <</if>> <</if>> <<if _i ==10>> <<Week_Lilith_Restroom>> <<if $condition == 37>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Lilith" "restroom">> <</if>> <</if>> <<if _i ==11>> <<Week_Lilith_Lounge>> <<if $condition == 37>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Lilith" "student_lounge">> <</if>> <</if>> <</for>> <<set $condition = 0>> <<ClickContainerByClass "languages" "Languages">><</ClickContainerByClass>> <<ClickContainerByClass "health" "Health_sciences">><</ClickContainerByClass>> <<ClickContainerByClass "science" "Science">><</ClickContainerByClass>> <<ClickContainerByClass "dining_hall" "Dining_hall">><</ClickContainerByClass>> <<ClickContainerByClass "Sport" "Sport">><</ClickContainerByClass>> <<ClickContainerByClass "restroom" "Restroom">><</ClickContainerByClass>> <<ClickContainerByClass "student_lounge" "Student_lounge">><</ClickContainerByClass>> <<ClickContainerByClass "director" "Director_office">><</ClickContainerByClass>> <<ClickContainerById "Restroom" "Restroom">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_languages>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Language class</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br><<Text "<span style='color:red; font-size:14px;'>Unfortunately, there are currently no active quests here</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="french"> <div class="french" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">French</div></div> </div> </div> <<RandomImageOnlyJpgContainer_persons 5 5 "Anissa/Anissa" "french">> <<RandomImageOnlyJpgContainer 1 1 "College/Langueges" "cell_center">> <<ClickContainerById "french" "Start_lesson_french">><</ClickContainerById>> <<Back1 "College">> <</nobr>>
<<nobr>> <<Week_Vain_Physics>> <<if $day_time == 4 || $day_time == 5 || $day_week == 5 || $day_week ==6>> <<goto "College_closed">> <</if>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Science class</span><br> <<link "Your visits this week:" "Attend_physics_class">><</link>> $vain_class_attend <br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<if $condition ==16 || $condition ==37 || $condition ==38>> <br> <div class="your_room" style="border: 0px solid;"> <div class="cell_1_yr" style="border: 0px solid green;"> <<for _i to 1; _i <=3; _i++>> <<if _i ==1>> <<Week_Vain_Physics>> <<if $condition == 16>> <<Face Vain>> <</if>> <</if>> <<if _i ==2>> <<Week_Vanessa_Physics>> <<if $condition == 38>> <<Face Vanessa>> <</if>> <</if>> <<if _i ==3>> <<Week_Lilith_Physics>> <<if $condition == 37>> <<Face Lilith>> <</if>> <</if>> <</for>> </div> </div> <<else>> <br><<Text "There is no teacher in this section at the moment">> <</if>> <<RandomImageOnlyWebp1 1 1 "College/science" "cell_center">> <<ClickContainerById "Vain" "Physics">><</ClickContainerById>> <<if $event_lilith[1].quantity !=1>> <<ClickContainerById "Lilith" "Lilith_talk_science">><</ClickContainerById>> <<elseif $event_lilith[1].quantity ==1 >> <<ClickContainerById "Lilith" "Lilith_talk_science_after">><</ClickContainerById>> <</if>> <<Back1 "College">> <</nobr>>
<<nobr>> <<if $intro_class_physics != 1>> <<goto "Intro_physics_class">> <<else>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text "You are in the physics section">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Start_lesson_physics">Start Lesson</div> <div id="Talk_vain_physics">Talk</div> </div> </div> <<if $day_time == 4 || $day_time == 5 || $day_week == 5 || $day_week ==6>> <<goto "College_closed">> <</if>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Vain/" "cell_center">> <<ClickContainerById "Start_lesson_physics" "Start_lesson_physics">><</ClickContainerById>> <<ClickContainerById "Physics" "Physics">><</ClickContainerById>> <<ClickContainerById "Talk_vain_physics" "Talk_vain_physics">><</ClickContainerById>> <<Back1 "Science">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Vain/" "cell_center">> <<Text_animated_face Vain "Welcome, my dear students! I see some fresh, beautiful, and innocent faces today. It's always a pleasure to meet new members of our class">> <br><<Text_animated_face Vain "You know, physics explains many fascinating phenomena in nature, but my personal favorite is blushing. This curious phenomenon occurs when you give a playful slap on the bottom, and for some reason, it turns red. Does anyone here know why?">> <br><<Text_animated_face Sage "Miss, I think it might be because of increased blood flow to the area. It's like the body's way of reacting to the sensation. But, maybe we need a more... practical demonstration to understand it better?">> <br><<Text_animated_face Vain "You, my dear, would you come up to the front?">> <br><<Text_animated_face Sage "Of course, Miss. I'm eager to help with the demonstration">> <br><<Text_animated_face Vain "<span> Excellent. Turn around, bend over, and let's give the class something to really remember</span>">> <br><<linkappend "<<InsertText_Size_animated '<span> The teacher slaps the student sharply and hard on the butt, she screams and clearly blushes in pain </span> '>>">> <br><<Mp4_15 "College/" 1 1 1>> <br><<Text_animated_face Vain "See, class? The skin turns red because the blood vessels dilate in response to the impact. Quite the reaction, isn’t it? It’s a fascinating blend of pain and pleasure">> <br><<Text_animated_face Sage "Yes, Miss. It’s very... illuminating. I do enjoy these hands-on lessons">> <br><<Pic_between_wide_15 "College/" 3 3 webp>> <br><<Text_animated_face Veronica "<span><i>( I'd love to be up there, taking that spanking, instead of that little show-off )</i></span>">> <br><<Mp4_between_text_wide_178 "College/" 2 2>> <br><<Text_animated_face Vain "Good. I expect full enthusiasm next time from you all...">> <<Back2 "Science" "Conclude the initial lecture">> <<set $day_time ++>> <<GoTo_No_Energy>> <<Energy>> <<set $event_vain[0].quantity =1>> <<set $intro_class_physics = 1>> <</linkappend>> <<ClickContainerById "Choice_1" "Sure1">><</ClickContainerById>> <<ClickContainerById "Choice_2" "Not this time pussy1">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_15"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_178"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Back2">> <<set _back to $args[0]>> <<set _back_1 to $args[1]>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">_back_1</div> </div> </div> <<ClickContainerById "Back" _back>><</ClickContainerById>> <</widget>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Vain "Good day, my sweet students! Today we will talk about physical oscillations. Look at these oscillations, does it remind you of something?">> <br><<Gif_between_text_random_15 "College/Lesson/" 3 3>> <br><<Text_animated_face Vain "<span><i> (She takes out a vibrating device?) </i> - and now?</span>">> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_1"> <img style="box-shadow: 0 0 0px 0px #000; width:400px; height:400px;" src="img/College/vibrator1.png"> </div> </div> <br><<Text "<i>( Someone from the audience - I'm closer to physics than I thought... )</i>">> <br><<Text_animated_face Vain "As you can see, this vibrator oscillates at a low frequency, similar to a pendulum. It creates slow and smooth oscillations that you can feel">> <br><<Text "Then the teacher turns on the second vibrator with a high frequency, and the students see its movement is fast and intense">> <br><<Text_animated_face Vain "Now, this vibrator is set to a high frequency, and its movement is faster and more intense. It creates faster and shorter oscillations that you can also feel">> <br><<Text_animated_face Vain "Let's demonstrate this using our female students as an example so that you have a lasting impression of this lesson">> <br><<Webp_between_text_random_15 "College/Lesson/" 7 7>> <br><<Text_animated_face Vain "Such vibrations make you feel the vibrations in your legs, and any naughty pussy won't resist this physics">> <br><<Webp_between_text_random_13 "College/Lesson/" 4 4>> <br><<Text_animated_face Vain "The class has some more enticing activities lined up for you in the upcoming lessons">> <<set $first_lesson_vain_physics = 1>> <<set $vain_class_attend +=1>> <<set $day_time ++>> <<set $energy -->> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 7 8 "Vain/" "cell_center">> <<ClickContainerById "Start_lesson_physics" "Start_lesson_physics">><</ClickContainerById>> <<ClickContainerById "Physics" "Physics">><</ClickContainerById>> <<Back2 "Science" "End lesson">> <<else>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Physics">> <</if>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_13">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_13"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_13">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_133"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> /* ratio: 1.78, width = 540, height = 305 */ <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $event_vain[1].quantity !=1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Vain/" "cell_center">> <br><<Text_animated_face Vain "Hello, $name_person, it’s great to see you… Out of everyone in my first class, you seemed especially observant to me, and I’d like to hear your thoughts on my lessons….">> <br><<Text_animated_face Vain "Do you think this approach might awaken a desire in students to study physics - especially my kind of physics - even if it’s a bit different from what’s in the textbooks? <br>I have a feeling that a good chance to dive into… my annals will depend on your response - after all, desire sparks action...">> <br><<Red "Your response will determine your future relationship with her">> /*////////////// Talk ////////////////*/ <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Flirt With Her</div>">> <<append "#dsfsd">> <<goto "Not_this_option_with_Vain">> <<if _end_person1 !=1 && _end_person2 !=1>> <br><<Text_animated_face_person "Our first lesson was thrillingly captivating... It seems you have a particular gift. I get the sense you could not only explain certain phenomena but also demonstrate them... personally">> <br><<Text_animated_face Vain "Haha, thank you for the compliment. Yes... this is a strong start to our journey, <i>(my)</i> $name_person...">> <br><<Text_animated_face_person "I think your lessons will keep sparking those 'vibrations' of energy in me... as you say, teacher">> <br><<Text_animated_face Vain "<<Yellow_text 'I will share a secret with you: I have a few candidates for private lessons. I will make sure you dont skip any of my classes. Watch the schedule, or I will be… disappointed in you'>>">> /* <<set _end_person1 =1 >> <<set $path_with_vain = 0>> <<set $relationship[16] +=3>> <<set $corruption[16] +=3>> <<Not_relationship_top_plus Vain 3>> <<Not_corruption_face1_plus Vain 3>> <<set $event_vain[1].quantity =1>> */ <<else>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Show Some Character</div>">> <<append "#dsfsd">> <<if _end_person2 !=1 && _end_person1 !=1 >> <br><<Text_animated_face_person "Your lesson was fascinating, but I feel you could excel in a different area much better...">> <br><<Text_animated_face Vain "What do you mean?">> <br><<Text_animated_face_person "I sensed a particular desire in your eyes to demonstrate your physics with some of the female students... Hmm, maybe it’s just a coincidence">> <br><<Text_animated_face Vain "Maybe... or maybe not, my little student... And you know, physics isn’t for everyone, so I’ll be especially strict with those who don’t appreciate my kind of physics">> <br><<Yellow "You've chosen the path of SIgma, though it's not exactly SIgma - more like a reverse approach, if we're being precise... Now it will be harder for you to earn approval in physics in the future">> <<set _end_person2 =1>> <<set $path_with_vain = 1>> <<set $event_vain[1].quantity =1>> <<set $sigma_person +=5>> <<Not_sigma_plus 5>> <<else>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <div id="dsfsd"></div> <<else>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 9 9 "Vain/" "cell_center">> <<if $path_with_vain == 0>> <br><<Text_animated_face Vain "Hey, drop by when you get a chance to excel in physics">> <br><<Yellow "You should attend more classes to improve your relationship with her">> <<elseif $path_with_vain ==1>> <br><<Text_animated_face Vain "Hey, after our conversation, I’ve decided that if you want to pass my class, you’ll need to attend every session for the entire term... <i>(since you’ve chosen your own path)</i>">> <br><<Yellow "You can either attend all her classes throughout the week to reach a relationship score of 100, or find another way to bypass it all">> <br><<Text "<span style='color:red; font-size: 14px;'>or this version, there are no more active quests with Vain. Complete one of the paths with Lilith</span>">> <</if>> <</if>> <<Back1 "Physics">> <</nobr>>
<<nobr>> <<widget "Text_choice_face_person">> <<set _text to $args[0]>> /*<div class="content_text_visual_face" id="animated">*/ <div class="text_face" style="margin-top:0px; " id="animated"> <div class="text_face_1" > <<print "<img src='img/Icons/Person" +$number+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> $name_person </div> <div class="text_face_2_2"> _text </div> </div> </div> /* </div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Text_choice_face">> <<set _name to $args[0]>> <<set _text to $args[1]>> /*<div class="content_text_visual_face" id="animated">*/ <div class="text_face" style="margin-top:0px;" id="animated"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="text_face_2_2"> _text </div> </div> </div> /* </div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Text_choice_no_face">> <<set _text to $args[0]>> /*<div class="content_text_visual_face" >*/ <div class="text_face_no_words" id="animated"> <div class="text_2_2"> <div class="text_1_1"> </div> <div class="text_face_2_2_1"> _text </div> </div> </div> /* </div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "InsertText_Choice_animated">> <<set _text to $args[0]>> /*<div class="content_text_visual_1">*/ <div class="content_text_1" id="animated"> <div> _text </div> </div> /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $first_lesson_vain_physics != 1>> <<goto "Start_lesson_physics_first_lesson">> <<else>> <br><<Text_animated_face Vain "Hello, my sweet students, another lesson in exploring the phenomenon of vibrations">> <br><<Text_animated_face Vain "I see enthusiasm in you and readiness to try something new">> <br><<Text_animated_face Vain "As they say, to understand theory, one must start from practice, so I want to see your sensations here today">> <br><<Text_animated_face Vain "Next one to the board, please">> <<set _random to random(1,8)>> <<if _random >=1 && _random <=2 >> <br><<Webp_between_text_random_tall_11 "College/Lesson/" 5 6>> <<elseif _random == 3>> <br><<Webp_between_text_random_15 "College/Lesson/" 7 7>> <<elseif _random >=4 && _random <=5>> <br><<Webp_between_text_random_13 "College/Lesson/" 8 9>> <<elseif _random ==6>> <br><<Webp_between_text_random_15 "College/Lesson/" 10 10>> <<elseif _random ==7>> <br><<Webp_between_text_random_13 "College/Lesson/" 11 11>> <<elseif _random ==8>> <br><<Mp4_between_text_wide_13 "College/Lesson/" 12 12>> <</if>> <br><<Text_animated_face Vain "Mmm, what jusy vibrations, I love my lessons">> <<set $vain_class_attend +=1>> <<if $relationship[16] >=10>> <<set $event_vain[2].quantity =1>> <</if>> <<set $day_time ++>> <<set $energy -->> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 7 8 "Vain/" "cell_center">> <<ClickContainerById "Start_lesson_physics" "Start_lesson_physics">><</ClickContainerById>> <<ClickContainerById "Physics" "Physics">><</ClickContainerById>> <<Back2 "Science" "End lesson">> <</if>> <<else>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Physics">> <</if>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_tall_11">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_11"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <<set $condition =16>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> /*-------------------------------- CHEATS -------------------------------------*/ <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 10; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" > <li style="color: green; font-weight: bold;">Relationship $relationship[16]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[16]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[16]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" Vain>><<set $relationship[16] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Vain>><<set $relationship[16] -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" Vain>><<set $corruption[16] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Vain>><<set $corruption[16] -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" Vain>><<set $obedience[16] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Vain>><<set $obedience[16] -->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div id="scenes_veronica" class="position: relative; card_information_befor" style="display:flex;margin-left:109px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:-28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Scenes</div> <div class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information" style="margin-top:100px; font-size:15px;line-height: 24px;text-align: justify;"><span>This is Veronica's profile card <br> She wants to understand her body and is on a journey to do so. You can influence the direction of her exploration and take control of her choices <br> <span style='color: gold;'>2 Bonus Scene </span></span></div> </div> </div> <div class="description card_info_ch" style="margin-left: 0px;"> <span class="title_info_ch" style="margin-left: 10px;"> Vain </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> /*------------------- GENERAL ------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- GENERAL -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 0px; color: #cc00ff;">GENERAL</div> <<Task_list "Attend the first physics class" $event_vain 0>> <<if $event_vain[0].quantity ==1>> <<Task_list "Talk to Vain at school" $event_vain 1>> <</if>> /*---------------------- SWEET PATH -----------------------*/ <<if $path_with_vain == 0>> /*--------------------SIGMA PATH -------------------------------------*/ <<elseif $path_with_vain ==1 >> <<Task_list "Find out where she lives - track Vanessa and Lilith until noon on Friday" $event_vain 3>> <<if $event_vain[3].quantity ==1>> <<Task_list "Hack Vaine's TV and see what's happening at her house on Friday afternoon <br><span style='color: #65c121;'>Requirement: Prog Skill ≥ 25 </span>" $event_vain 4>> <</if>> <</if>> /*------------------- END general ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////*/ /*----------------- College -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">College</div> /*---------------------- SWEET PATH -----------------------*/ <<if $path_with_vain == 0>> <<if $event_vain[1].quantity ==1>> <<Task_list "Increase the relationship with Vain to 20" $event_vain 2>> <</if>> /*--------------------SIGMA PATH -------------------------------------*/ <<elseif $path_with_vain ==1 >> <</if>> <<if $event_vain[4].quantity ==1>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_vain 5>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<Gallery>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch">Back</button></div> </div> </div> </div> </div> </div> <<set _previous_passage_name to $previousNode>> <<if $previous_passage_name == "Gallery">> <<ClickContainerById "button_info_ch" "Gallery">><</ClickContainerById>> <<else>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</if>> <<ClickContainerById "chaets_mom" "Vain">><</ClickContainerById>> <<ClickContainerById "scenes_veronica" "Veronica_scenes">><</ClickContainerById>> <<RandomImageOnlyWebp1 2 2 "Vain/" "cell_left_ch">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Vain/Scene1/" "cell_center" >> <br><<Text_animated_face_person "<span><i>( Hmm, very interesting where those naughty butts have headed )</i></span>">> <br><<linkappend "<<InsertText_Size_animated 'Overhear a conversation'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 2 2>> <br><<Text_animated_face Lilith "Have you noticed, Vanessa, that our teacher has some fetishes?">> <br><<Text_animated_face Vanessa "For example?">> <br><<Text_animated_face Lilith "Well, for example, she often stares at me and bites her lips during class">> <br><<Text_animated_face Vanessa "Mmm, I thought it was just with me..">> <br><<linkappend "<<InsertText_Size_animated 'Keep following'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 3 3>> <br><<Text_animated_face_person "<span><i>( Vanessa has such a gorgeous backside )</i></span>">> <br><<linkappend "<<InsertText_Size_animated 'Check Lilith'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 4 4>> <br><<Text_animated_face_person "<span><i>( Damn, check out that view...would just slip right into those panties... )</i></span>">> <br><<linkappend "<<InsertText_Size_animated 'Keep following'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 5 5>> <br><<Text_animated_face_person "<span><i>( So that's where our Physics teacher lives )</i></span>">> <br><<Text_animated_face_person "<span><i>( I wonder what they're up to in there... )</i></span>">> <br><<Text_animated_face_person "<<Yellow_text 'It would be pretty cool to hack into some device and see whats going on'>>">> <<set $event_vain[3].quantity = 1>> <<set $day_time ++>> <<Back2 "Street" "Street">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</nobr>>
<<nobr>> <<Week_health>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Health class</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="Biology"> <div class="biology" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Biology</div></div> </div> </div> <<RandomImageOnlyJpgContainer_persons 3 3 "Francesca/Francesca" "biology">> <<RandomImageOnlyJpgContainer 4 4 "College/health_sciences" "cell_center">> <<ClickContainerById "Biology" "Biology">><</ClickContainerById>> <<Back2 "College" "College">> <</nobr>>
<<nobr>> /*---------------------- EVENTS --------------------------------------*/ <<if $intro_class_biology != 1>> <<goto "Biology_intro">> <</if>> /*---------------------------------------------------------------------------------*/ <<Week_biology_class>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Biology class</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<if $condition == 8>> /*------------------------------- TEACHER HERE ---------------------------------*/ <br> <div class="your_room" style="width: 1050px;"> <<for _i to 1; _i <= 2; _i++>> <<if _i ==1>> <<Week_health_science_megan>> <<if $first_talk_with_megan_about_adriana != 1 && $intro_class_biology ==1 && $condition ==23 >> <<goto "First_talk_with_megan_about_adriana">> <</if>> <<if $condition == 23>> <div class="cell_1_yr" style="gap:40px;"> <div style="display:flex; justify-content:center; align-items:center; min-width:230px; padding:0px; margin:0px;" id="Biology" class="sit_megan"> <div class="biology megan" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "> </div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Sit with Megan </div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Megan/Megan" "megan">> </div> <br> <</if>> <</if>> <<if _i ==2>> <<Week_health>> <<if $condition == 8>> <div class="cell_1_yr" > <div id="Start_lesson_biology"> <span class="main-text"> Sit alone </span> </div> <div id="Talk_francesca_biology">Talk with teacher</div> </div> <</if>> <</if>> <</for>> /*------------------------------ END TEACHER HERE ------------*/ </div> <</if>> <<if $day_time == 4 || $day_time == 5 || $day_week == 5 || $day_week ==6>> <<goto "College_closed">> <</if>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Francesca/" "cell_center">> <<ClickContainerByClass "sit_megan" "Sit_megan_lesson_biology">><</ClickContainerByClass>> <<ClickContainerById "Start_lesson_biology" "Start_lesson_biology">><</ClickContainerById>> <<ClickContainerById "Talk_francesca_biology" "Talk_francesca_biology">><</ClickContainerById>> <<Back1 "Health_sciences">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "College/Biology/Intro/" "cell_center">> <<Text_animated_face Francesca "Glad to see you all. I'm your biology teacher, Ms. Francesca. In our course, we'll be focusing more on the relationships within the animal kingdom, as humans are highly evolved animals, nothing more">> <br><<Text_animated_face Francesca "In my classes, discipline will be strictly enforced. I absolutely can't stand it when someone is late to my class, smokes within school premises, or engages in any indecent behavior">> <br><<linkappend "<<InsertText_Size_animated 'One of the students is late for class'>>">> <br><<Pic_between_wide_15 "College/Biology/Intro/" 2 2 webp>> <br><<Text_animated_face Francesca "Wow, wow, wow, and here's our example for today">> <br><<Pic_between_wide_15 "College/Biology/Intro/" 3 3 webp>> <br><<Text_animated_face Francesca "So, dear, you know how they deal with those who break the rules... Right, they get punished">> <br><<Mp4_between_text_wide_15 "College/Biology/Intro/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'She starts taking off her bra'>>">> <br><<Text_animated_face Francesca "This is your punishment for today... Lick them... ">> <br><<Mp4_between_text_wide_15 "College/Biology/Intro/" 4 4>> <br><<Text_animated_face Francesca "Mmm, sensitive little thing, aren't you... ">> <br><<Text_animated_face Francesca "In the wild, my students, animals with strong wills dominate others for their own pleasure">> <br><<linkappend "<<InsertText_Size_animated 'She takes off her panties'>>">> <br><<Mp4_between_text_wide_15 "College/Biology/Intro/" 5 5>> <br><<Text_animated_face Francesca "To serve as a lesson for everyone, I want you to satisfy me in front of everyone. This is how pack leaders behave; they demonstratively display their dominance and desires">> <br><<Mp4_between_text_wide_15 "College/Biology/Intro/" 6 6>> <br><<linkappend "<<Text_animated_face Francesca 'Taste me, satisfy me...'>>">> <br><<Mp4_between_text_wide_15 "College/Biology/Intro/" 7 7>> <br><<Text_animated_face Francesca "This goes for anyone who dares to challenge my principles in this building">> <br><<Pic_between_wide_178 "College/Biology/Intro/" 4 4 webp>> <br><<Text_animated_face Riley "Holy fuck!...I wish she would teach me...">> <<set $intro_class_biology =1>> <<set $event_kerry[0].quantity =1>> <<set $day_time ++>> <<Back2 "Health_sciences" "Conclude the initial lecture">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<set $event_francesca[0].quantity =1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Francesca "To better understand the world, you need to look around">> <br><<Text_animated_face Francesca "Each of us faces the superiority of one over another">> <br><<Text_animated_face Francesca "Some like it, while others don't know how to use it">> <br><<linkappend "<<InsertText_Size_animated 'Look at him'>>">> <<set _random to random(1,11)>> <<if _random ==1>> <br><<Webp_between_text_random_13 "College/Biology/Lesson/Man/" 1 1>> <<elseif _random ==2>> <br><<Webp_between_text_random_15 "College/Biology/Lesson/Man/" 2 2>> <<elseif _random ==3>> <br><<Webp_between_text_random_tall_1 "College/Biology/Lesson/Man/" 3 3>> <<elseif _random ==4>> <br><<Webp_between_text_random_tall_1 "College/Biology/Lesson/Man/" 4 4>> <<elseif _random ==5>> <br><<Webp_between_text_random_tall_178 "College/Biology/Lesson/Man/" 5 5>> <<elseif _random ==6>> <br><<Webp_between_text_random_178 "College/Biology/Lesson/Man/" 6 6>> <<elseif _random ==7>> <br><<Webp_between_text_random_15 "College/Biology/Lesson/Man/" 7 7>> <<elseif _random ==8>> <br><<Webp_between_text_random_tall_133 "College/Biology/Lesson/Man/" 8 8>> <<elseif _random ==9>> <br><<Webp_between_text_random_tall_15 "College/Biology/Lesson/Man/" 9 9>> <<elseif _random ==10>> <br><<Webp_between_text_random_13 "College/Biology/Lesson/Man/" 10 10>> <<elseif _random ==11>> <br><<Webp_between_text_random_178 "College/Biology/Lesson/Man/" 11 11>> <</if>> <br><<Text_animated_face Francesca "Thus, we satisfy his curiosity, he realized what gives him more excitement in his life">> <br><<linkappend "<<InsertText_Size_animated 'And now look at the opposite situation'>>">> <<set _random1 to random(1,13)>> <<if _random1 >=1 && _random1 <=6>> <br><<Webp_between_text_random_13 "College/Biology/Lesson/Woman/" 1 6>> <<elseif _random1 >=7 && _random1 <=8>> <br><<Webp_between_text_random_tall_1 "College/Biology/Lesson/Woman/" 7 8>> <<elseif _random1 >=9 && _random1 <=13>> <br><<Webp_between_text_random_178 "College/Biology/Lesson/Woman/" 9 13>> <</if>> <br><<Text_animated_face Francesca "This girl finds the roots of her sexuality in submission, mmm, how exquisite...">> <br><<Text_animated_face Francesca "I hope this lesson has brought you closer to your polarity, in any case, try to find yourself">> <</linkappend>> <</linkappend>> <<set _random3 to random(1,2)>> <<if _random3 ==1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Francesca/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Francesca/" "cell_center">> <</if>> <<Back2 "Biology" "End lesson">> <<set $day_time ++>> <</nobr>>
<<nobr>> <<widget "Pic_between_wide_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <<set _format to $args[3]>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_178"> <<print "<img src='img/" + _path +_random+"."+_format+"'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Francesca/" "cell_center">> <<Text_animated_face Francesca "Hi $name_person, you have changed significantly since we last saw each other. I would say you've grown stronger, and it feels good to notice that">> <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> <div id="Talk_vain_physics_yes" > <<link "Compliment">> <<replace "#your_room">> <<Text_choice_face_person "Thank you, Ms. Francesca. I take the example from you, you only get better with age">> <br><<Webp_choice_text_random_tall_15 "Francesca/" 4 4>> <br><<InsertText_Choice_animated "Francesca's relationship <<Green_text 'increased significantly'>>">> <br><<Text_choice_face Francesca "From those young lips, it sounds particularly delightful">> <br><<Text_choice_face Francesca "How's your mom doing over there? Hope to swing by sometime">> <br><<Text_choice_face_person "Well, all in all, seems like we're doing okay, trying to push on after stepfather kicked the bucket">> <br><<Text_choice_face Francesca "Take care of her, she's such a hot mom. Just be careful not to attract guys who resemble your stepdad">> <br><<Text_choice_face_person "Oh yeah, after him, I'll be guarding her like never before">> <br><<Text_choice_face Francesca "And hey, $name_person, drop by my place sometime, I'll need your help">> <br><<Text_choice_face_person "Yes, Madam Francesca, whatever you want">> <br><<Text_choice_face Francesca "Oh, darling, be careful with your desires, mine are far from childish, haha">> <</replace>> <</link>> </div> <div id="Talk_vain_physics_no"> <<link "Flirt">> <<replace "#your_room">> <<Text_choice_face_person "You know, looking at you, Ms. Francesca, all the girls in the college can't compare. You're like a fine wine that only gets more tempting with time">> <br><<Webp_choice_text_random_tall_15 "Francesca/" 3 3>> <br><<Text_choice_face Francesca "Oh, how bold! You can't resist, can you, ha-ha? Maybe one day you'll get to indulge those cravings of yours">> <br><<InsertText_Choice_animated "Francesca's corruption<<Green_text 'increased significantly' >>">> <br><<Text_choice_face Francesca "How's your mom doing over there? Hope to swing by sometime">> <br><<Text_choice_face_person "Well, all in all, seems like we're doing okay, trying to push on after stepfather kicked the bucket">> <br><<Text_choice_face Francesca "Take care of her, she's such a hot mom. Just be careful not to attract guys who resemble your stepdad">> <br><<Text_choice_face_person "Oh yeah, after him, I'll be guarding her like never before">> <br><<Text_choice_face Francesca "And hey, $name_person, drop by my place sometime, I'll need your help">> <br><<Text_choice_face_person "Yes, Madam Francesca, whatever you want">> <br><<Text_choice_face Francesca "Oh, darling, be careful with your desires, mine are far from childish, haha">> <</replace>> <</link>> </div> </div> </div> <<Back2 "Biology" "Back" >> <<set $day_time ++>> <<ClickContainerById "Choice_1" "Sure1">><</ClickContainerById>> <<ClickContainerById "Choice_2" "Not this time pussy1">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_tall_1">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_1"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_tall_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_178"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_tall_133">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_133"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_tall_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_15"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_choice_text_random_tall_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="gif_wide_between_text_tall_15" id="animated"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur_2px" id="Start_lesson_french">Start Lesson</div> <div class="blur_2px" id="Talk_francesca_biology">Talk</div> </div> </div> <<if $intro_class_french != 1>> <<goto "Start_lesson_french">> <</if>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 9 9 "Anissa/" "cell_center">> <<ClickContainerById "Start_lesson_french" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Talk_francesca_biology" "Under_the_development">><</ClickContainerById>> <<Back2 "College" "College">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Kerry/Kerry" "cell_center">> <br><<Text_animated_face_person "Hey Kerry, how is life?">> <br><<Text_animated_face Kerry "Hi $name_person, to be honest, not so great. My only business isn't doing well, and I'm working 24/7">> <br><<Text_animated_face_person "Are you planning to sell?">> <br><<Text_animated_face Kerry "Yes, I'm thinking about it. It would be better to save some money from all of this">> <br><<Text_animated_face_person "Maybe you'll find a generous buyer">> <br><<Text_animated_face Kerry "I hope so, I'd be very grateful to them... in more ways than one">> <br><<Text_animated_face_person "<span><i><<Yellow_text '( With such curves, maybe she should consider a career where she can show them off )'>></i></span>">> <<set $event_kerry[0].quantity =1>> <<Back2 "Local_shop" "Back">> <<ClickContainerById "Choice_1" "Sure1">><</ClickContainerById>> <<ClickContainerById "Choice_2" "Not this time pussy1">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $event_kerry[0].quantity != 1>> <br><br> <<InsertText_Size_animated "You need to talk to Kerry">> <<Back2 "Local_shop" "Back">> <<elseif $event_kerry[0].quantity == 1>> <<if $money >= 5000 && $items_local_shop != 1>> <<set $money -= 5000>> <br><br> <<InsertText_Size_animated "You purchased Local Shop">> <<Back2 "Purchased_local_shop" "Next">> <<set $event_kerry[1].quantity =1>> <<set $items_local_shop = 1>> <<elseif $items_local_shop == 1 >> <br><br> <<InsertText_Size_animated "You have already purchased Local Shop">> <<Back2 "Local_shop" "Back">> <<else>> <br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Local_shop" "Back">> <</if>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Kerry/" "cell_center">> <br><<Text_animated_face Kerry "So, you’re my hero who managed to buy out my shop">> <br><<Text_animated_face Kerry "You know, I was very attached to this place, but now I hope you can develop what I started ">> <br><<Text_animated_face_person "You deserve more than just sitting at the cash register">> <br><<Text_animated_face Kerry "Why do you think that?">> <br><<Text_animated_face_person "I see your potential and grace. I want you to be closer to me and become my secretary. Together, we can achieve something much greater">> <br><<Text_animated_face Kerry "Oh, I didn’t expect that. Your words are so... arousing... I promised to thank my buyer with something special... ">> <br><<linkappend "<<InsertText_Size_animated 'She then moves closer, her hands teasingly reaching for your belt, slowly unfastening it and sliding your pants down'>>">> <br><<Mp4_between_text_wide_13 "Local_shop/Scene1/" 1 1>> <br><<linkappend "<<Text_animated_face Kerry 'I hope you’ll savor the reward I have in mind for you'>>">> <br><<Mp4_between_text_wide_13 "Local_shop/Scene1/" 5 5>> <br><<linkappend "<<Text_animated_face Kerry 'I am so grateful to you, and I hope you didnt make a mistake choosing me'>>">> <br><<Mp4_between_text_wide_13 "Local_shop/Scene1/" 9 9>> <br><<Mp4_between_text_wide_13 "Local_shop/Scene1/" 3 3>> <br><<linkappend "<<Text_animated_face_person 'What a wild little minx, such a devil'>>">> <br><<Mp4_between_text_wide_13 "Local_shop/Scene1/" 15 15>> <br><<linkappend "<<Text_animated_face Kerry 'This is my pact with you, sweetie'>>">> <br><<Mp4_between_text_wide_13 "Local_shop/Scene1/" 16 16>> <br><<InsertText_Size_animated "Kerry's relationship <<Green_text 'increased significantly'>>">> <br><<InsertText_Size_animated "Kerry's corruption <<Green_text 'increased significantly'>>">> <br><<InsertText_Size_animated "Kagney's obedience <<Green_text 'increased significantly'>>">> <<set $relationship[5] +=20>> <<set $corruption[5] +=15>> <<set $obedience[5] +=10>> <<set $profit_local_shop1 = 400>> <<Back2 "Local_shop_upgrated" "Your Local Shop">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</nobr>>
<<nobr>> <<Week_local_shop>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Local Shop</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr" id="veronica_sleep_container"> <<if $condition != 0>> <div id="Local_shop_1">Talk</div> <</if>> <div id="Local_shop_2" >Buy</div> </div> <div class="cell_2_yr"> <div id="Local_shop_update">Upgrade the shop</div> <div id="Local_shop_office" >Office</div> </div> </div> <<if $items_local_shop_level1 !=1 >> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Local_shop/" "cell_center">> <<elseif $items_local_shop_level1 ==1 && $day >$kerry_find_replacement +4 && $condition==7>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Local_shop/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Local_shop/" "cell_center">> <</if>> <<Back2 "Street" "Street">> <<if $items_local_shop_level1 !=1 && $talk_kerry_about_carmel !=1>> <<ClickContainerById "Local_shop_1" "Local_shop_talk_kerry2">><</ClickContainerById>> <<elseif $items_local_shop_level1 ==1 && $day >$kerry_find_replacement +7>> <<ClickContainerById "Local_shop_1" "Local_shop_carmel_talk">><</ClickContainerById>> <<set $event_kerry[4].quantity =1>> <<elseif $items_local_shop_level1 !=1 && $day >$kerry_find_replacement +7>> <<ClickContainerById "Local_shop_1" "Local_shop_talk_kerry2_need_upgrade">><</ClickContainerById>> <<set $event_kerry[4].quantity =1>> <<else>> <<ClickContainerById "Local_shop_1" "Local_shop_kerry_wait_talk">><</ClickContainerById>> <</if>> <<ClickContainerById "Local_shop_2" "Local_shop_update_buy">><</ClickContainerById>> <<ClickContainerById "Local_shop_update" "Local_shop_update">><</ClickContainerById>> <<ClickContainerById "Local_shop_office" "Local_shop_office">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr" > <div id="Local_shop_1">Talk</div> </div> </div> <<Back2 "Local_shop_upgrated" "Back">> <<ClickContainerById "Local_shop_1" "Local_shop_talk_kerry2">><</ClickContainerById>> <<ClickContainerById "Local_shop_2" "Local_shop_kerry_action">><</ClickContainerById>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Kerry/" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 3 "Kerry/" "cell_center">> <br><<Text_animated_face Kerry "Hey, sweetie, did you decide to drop by?">> <br><<Text_animated_face_person "Yeah, Kerry, I'm planning to expand my business, so I thought I'd suggest you find a cashier and move yourself to my office">> <br><<Text_animated_face Kerry "Finally! These customers have been driving me crazy">> <br><<Text_animated_face_person "Once you find a suitable candidate, I'll shower you with my attention">> <br><<Text_animated_face Kerry "<span> Mmm... I prefer this one. <<Yellow_text ' Alright, sweetie, come back in a while'>></span>">> <<set $event_kerry[3].quantity =1>> <<set $talk_kerry_about_carmel =1>> <<if $flag_kerry_find_replacement !=1>> <<set $kerry_find_replacement = $day>> <<set $flag_kerry_find_replacement = 1>> <</if>> <<Back2 "Local_shop_upgrated" "Back">> <</nobr>>
<<nobr>> <br><br> <div class="your_room"> <<if $items_local_shop_level1 != 1>> <div class="cell_1_yr"> <div id="Local_shop_update1">Level 1 - 2000$</div> </div> <</if>> <div class="cell_2_yr"> <div class="blur_2px" id="Local_shop_update2">Level 2 - 5000$</div> </div> <div class="cell_2_yr"> <div class="blur_2px" id="Local_shop_update3">Level 3 - 10000$</div> </div> </div> <br><br> <<Back2 "Local_shop_upgrated" "Local shop">> <<ClickContainerById "Local_shop_update1" "Local_shop_level1">><</ClickContainerById>> <<ClickContainerById "Local_shop_update2" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Local_shop_update3" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" style="margin-bottom:-30px; border:0px solid #fff;"> <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px;">Items</div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain; " src="img/Local_shop/Items/1.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain; " src="img/Local_shop/Items/2.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain;" src="img/Local_shop/Items/wine1.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain; " src="img/Local_shop/Items/makeup1.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain; " src="img/Local_shop/Items/makeup2.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain;" src="img/Local_shop/Items/milk1.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain;" src="img/Local_shop/Items/bawl1.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain;" src="img/Local_shop/Items/book1.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain;" src="img/Local_shop/Items/dumbbells1.png"></div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain;" src="img/Local_shop/Items/drill1.png"></div> </div> <div class="clothing_header_right"> <div style="height:50px;;"> Price</div> <<if $money >=200>> <div> <<link "200$" _name_of_passage>> <<set $money -= 200>> <<set $items_gifts[1].quantity +=1>> <</link>> </div> <<else>> <div> <<link "200$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=30>> <div > <<link "30$" _name_of_passage>> <<set $money -= 30>> <<set $items_gifts[0].quantity +=1>> <</link>> </div> <<else>> <div > <<link "30$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=600>> <div > <<link "600$" _name_of_passage>> <<set $money -= 600>> <<set $items_gifts[4].quantity += 1>> <</link>> </div> <<else>> <div > <<link "600$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=700>> <div > <<link "700$" _name_of_passage>> <<set $money -= 700>> <<set $makeup_for_veronica_level1 = 1>> <<set $items_gifts[2].quantity +=1>> <</link>> </div> <<elseif $money <700>> <div > <<link "700$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=2000>> <div > <<link "2000$" _name_of_passage>> <<set $money -= 2000>> <<set $makeup_for_veronica_level2 = 1>> <<set $items_gifts[3].quantity +=1>> <</link>> </div> <<elseif $money < 2000>> <div > <<link "2000$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=50>> <div > <<link "50$" _name_of_passage>> <<set $money -= 50>> <<set $items_gifts[5].quantity +=1>> <</link>> </div> <<elseif $money < 50>> <div > <<link "50$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=30>> <div > <<link "30$" _name_of_passage>> <<set $money -= 30>> <<set $items_gifts[6].quantity +=1>> <</link>> </div> <<elseif $money < 30>> <div > <<link "30$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=300>> <div > <<link "300$" _name_of_passage>> <<set $money -= 300>> <<set $items_gifts[7].quantity +=1>> <</link>> </div> <<elseif $money < 300>> <div > <<link "300$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=710>> <div > <<link "710$" _name_of_passage>> <<set $money -= 710>> <<set $dumbbells +=1>> <</link>> </div> <<elseif $money < 710>> <div > <<link "710$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=280>> <div > <<link "280$" _name_of_passage>> <<set $money -= 280>> <<set $drill1 +=1>> <</link>> </div> <<elseif $money < 280>> <div > <<link "280$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<ClickContainerById "Local_shop_3" "Local_shop_33">><</ClickContainerById>> <<ClickContainerById "Local_shop_4" "Local_shop_44">><</ClickContainerById>> <<if $event_kerry[1].quantity ==1>> <<Back2 "Local_shop_upgrated" "Local shop">> <<else>> <<Back2 "Local_shop" "Local shop">> <</if>> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <<Week_local_shop_office>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Local Shop</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<if $items_local_shop_level1 != 1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Local_shop_report1">Shop report</div> </div> </div> <<elseif $items_local_shop_level1 == 1>> <br> <div class="your_room"> <<if $condition==5>> <div class="cell_1_yr"> <div id="Local_shop_talk_office">Talk</div> </div> <</if>> <div class="cell_2_yr"> <div id="Local_shop_your_office">Your workspace</div> </div> </div> <</if>> <<if $items_local_shop_level1 != 1>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Local_shop/" "cell_center">> <<elseif $items_local_shop_level1 == 1 && $condition==5>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 7 7 "Kerry/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Local_shop/" "cell_center">> <</if>> <<Back2 "Local_shop_upgrated" "Back">> <<ClickContainerById "Local_shop_report1" "Local_shop_report1">><</ClickContainerById>> <<if $event_kerry[4].quantity !=1>> <<ClickContainerById "Local_shop_talk_office" "Local_shop_talk_kerry4">><</ClickContainerById>> <<elseif $event_kerry[4].quantity ==1>> <<ClickContainerById "Local_shop_talk_office" "Local_shop_talk_kerry5">><</ClickContainerById>> <</if>> <<ClickContainerById "Local_shop_your_office" "Local_shop_your_office">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $event_kerry[3].quantity != 1>> <br><br> <<InsertText_Size_animated "You need to talk to Kerry">> <<Back2 "Local_shop_upgrated" "Back">> <<else>> <<if $money >= 2000 && $items_local_shop_level1 != 1>> <<set $money -= 2000>> <br><<InsertText_Size_animated "Kerry's relationship <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Kerry's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Kagney's obedience <<Green_text 'increased'>>">> <<set $relationship[5] +=10>> <<set $corruption[5] +=5>> <<set $obedience[5] +=5>> <<set $profit_local_shop2 = 450>> <br><br> <<InsertText_Size_animated "You improved Local Shop">> <<set $event_kerry[5].quantity = 1>> <<Back2 "Local_shop_upgrated" "Back">> <<set $items_local_shop_level1 = 1>> <<set $level_local_shop_1 = 1>> <<else>> <br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Local_shop_upgrated" "Back">> <</if>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Local_shop_report2">Company report</div> </div> <div class="cell_2_yr"> <div class="blur_2px" id="Call_employee_office">Call employee</div> <div class="blur_2px" id="Local_shop_close_shop">Close shop</div> </div> </div> <<Back2 "Local_shop_office" "Back">> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Local_shop/" "cell_center">> <<ClickContainerById "Local_shop_report2" "Local_shop_report2">><</ClickContainerById>> <<ClickContainerById "Call_employee_office" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Local_shop_close_shop" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Kerry/" "cell_center">> <br><<Text_animated_face_person "Hi, dolly, do you like how the business is changing?">> <br><<Text_animated_face Kerry "I really like how you're changing everything here, at this pace we'll soon become something bigger than just a small shop">> <br><<Text_animated_face_person "Once you find a suitable candidate, I'll shower you with my attention">> <br><<Text_animated_face Kerry "<span> Mmm... I prefer this one. <<Yellow_text ' Alright, sweetie, come back in a while'>></span>">> <<Back2 "Local_shop_cashier" "Cashier">> <</nobr>>
<<nobr>> <div style=" display:flex; width: 1050px; min-height: 350px; margin-left: -95px; justify-content: center; align-items: center; "> <div style=" display:flex; flex-direction:column; width: 700px; min-height: 350px; background-color: rgba(128, 128, 128, 0.5); color:white; border-radius: 10px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);"> <div style=" display:flex; justify-content: center; align-items: center; border-bottom:1px solid #fff;"> <h2>Shop report </h2></div> <div style="padding-left: 40px; padding-right: 40px;"> <br> Level of shop - $level_local_shop_1 <<if $level_local_shop_1 == 0>> <br> Profit per day - 400$ <<elseif $level_local_shop_1 == 1>> <br> Profit per day - 850$ <<elseif $level_local_shop_1 == 2>> <br> Profit per day - 500$ <<elseif $level_local_shop_1 == 3>> <br> Profit per day - 1000$ <</if>> <br> Employees: <ol style="margin-top: 0;"> <li>[[Kerry]]</li> <<if $event_kerry[4].quantity ==1>> <li>[[Carmel]]</li> <</if>> </ol> </div> </div> </div> <<Back1 "Local_shop_office">> <</nobr>>
<<nobr>> <<set $condition=5>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[5]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[5]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[5]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Kerry </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Talk to Kerry and find out how things are going with her " $event_kerry 0>> <<Task_list "Acquire Kerry's Local Shop" $event_kerry 1>> <<if $event_kerry[1].quantity ==1>> <<Task_list "Talk to Kerry" $event_kerry 3>> <</if>> <<if $event_kerry[3].quantity ==1>> <<Task_list "Wait for Kerry to find a replacement - 7 days" $event_kerry 4>> <</if>> <<if $event_kerry[3].quantity ==1>> <<Task_list "Improve the shop's level" $event_kerry 5>> <</if>> <<if $event_kerry[4].quantity ==1 && $event_kerry[5].quantity ==1 >> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_kerry 6>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[5] <=50 >> <<RandomImageOnlyWebp1 1 6 "Kerry/Card/Kerry" "cell_left_ch">> <<elseif $relationship[5] > 50 >> <<RandomImageOnlyWebp1 1 17 "Kerry/Card/Kerry" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr" > <div id="Local_shop_carmel_talk">Talk</div> </div> </div> <<Back2 "Local_shop_upgrated" "Back">> <<ClickContainerById "Local_shop_carmel_talk" "Local_shop_carmel_talk">><</ClickContainerById>> <<ClickContainerById "Local_shop_2" "Local_shop_kerry_action">><</ClickContainerById>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Local_shop/" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $intro_carmel !=1 >> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Local_shop/" "cell_center">> <br><<Text_animated_face Carmel "Good day, $name_person, are you the manager of this wonderful shop?">> <br><<Text_animated_face_person "Yes, ma'am, are you our new employee replacing Kerry?">> <br><<Text_animated_face Carmel "<span> Yup, i am <i>( she adjusted her hair as if she was nervous )</i> </span>">> <br><<Text_animated_face_person "Our shop is always happy to welcome such lovely ladies in every sense">> <br><<Text_animated_face Carmel "<span> Thank you, you're very articulate and charming. <i>( What other interesting qualities does he hide... )</i></span>">> <<set $intro_carmel = 1>> <<elseif $intro_carmel == 1>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 7 7 "Local_shop/" "cell_center">> <br><<InsertText_Size_animated "You don't have anything to talk about with her yet">> <</if>> <<Back2 "Local_shop_upgrated" "Back">> <</nobr>>
<<nobr>> <<widget "Week_local_shop_office">> <<if $items_local_shop_level1 != 1>> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<if $event_kagney[5].quantity ==1>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<else>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <</if>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <<elseif $items_local_shop_level1 ==1>> <<set _day1_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 5, 2: 5, 3: 5, 4: 5, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Kerry/" "cell_center">> <br><<Text_animated_face Kerry "I'm still looking for a candidate and trying to be your secretary, so wait a bit, and soon I'll be only yours... or rather, only serving you">> <<Back2 "Local_shop_office" "Back">> <</nobr>>
<<nobr>> <<set $condition=7>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[7]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[7]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[7]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[0]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Carmel </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "You need to advance Kerry's storyline" $event_kerry 3>> <<if $event_kerry[3].quantity ==1>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_carmel 1>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[7] <=50 >> <<RandomImageOnlyWebp1 1 2 "Carmel/Card/Carmel" "cell_left_ch">> <<elseif $relationship[7] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_biology_class">> <<set _day1_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<if $event_kagney[5].quantity ==1>> <<set _day4_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<else>> <<set _day4_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <</if>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Kerry/" "cell_center">> <br><<Text_animated_face Kerry "Hey my sweet boss, I'm still looking for a replacement, please wait a little while longer">> <<Back2 "Local_shop_upgrated" "Back">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 8 8 "Kerry/" "cell_center">> <br><<Text_animated_face_person "Hi, dolly, do you like how the business is changing?">> <br><<Text_animated_face Kerry "I really like how you're changing everything here, at this pace we'll soon become something bigger than just a small shop">> <br><<Text_animated_face Kerry "How do you like the new cashier?">> <br><<Text_animated_face_person "She's really a very attractive milf">> <br><<Text_animated_face Kerry "Ha ha, I hope I didn't make a mistake with her choice, after all, I might not be able to handle it alone, heh...">> <<Back2 "Local_shop_office" "Back">> <</nobr>>
<<nobr>> <div style=" display:flex; width: 1050px; min-height: 350px; margin-left: -95px; justify-content: center; align-items: center; "> <div style=" display:flex; flex-direction:column; width: 700px; min-height: 350px; background-color: rgba(128, 128, 128, 0.5); color:white; border-radius: 10px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);"> <div style=" display:flex; justify-content: center; align-items: center; border-bottom:1px solid #fff;"> <h2>Shop report </h2></div> <div style="padding-left: 40px; padding-right: 40px;"> <br> Level of shop - $level_local_shop_1 <<if $level_local_shop_1 == 0>> <br> Profit per day - 400$ <<elseif $level_local_shop_1 == 1>> <br> Profit per day - 850$ <<elseif $level_local_shop_1 == 2>> <br> Profit per day - 500$ <<elseif $level_local_shop_1 == 3>> <br> Profit per day - 1000$ <</if>> <br> Employees: <ol style="margin-top: 0;"> <li>[[Kerry]]</li> <<if $event_kerry[4].quantity ==1>> <li>[[Carmel]]</li> <</if>> </ol> </div> </div> </div> <<Back1 "Local_shop_your_office">> <</nobr>>
<<nobr>> <br><br><br><br><br><br> <div class="your_room"> <div class="cell_1_yr"> <div id="Call_employee_office_kerry">Kerry</div> <div id="Call_employee_office_carmel">Carmel</div> </div> </div> <<Back1 "Local_shop_your_office">> <<ClickContainerById "Call_employee_office_kerry" "Call_employee_office_kerry">><</ClickContainerById>> <<ClickContainerById "Call_employee_office_carmel" "Call_employee_office_carmel">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 8 8 "Anissa/" "cell_center">> <<Text_animated_face Anissa "Welcome to my first French lesson">> <br><<Text_animated_face Anissa "From my personal experience, I want to say that knowing a language requires the ability to manage your tongue">> <br><<linkappend "<<Text_animated_face Anissa '<span>For example, to pronounce the word <i>bonjour</i> you need to act as if you are swallowing someone elses tongue</span>'>>">> <br><<Mp4_between_text_wide_13 "College/French/" 1 1>> <br><<Text_animated_face Noel "Meh, this language is hard, and besides, I'm not a lesbian to learn how to pronounce such complicated spells">> <br><<Webp_between_text_random_178 "College/French/" 2 2>> <br><<Text_animated_face Anissa "Do you think I teach boring lessons?">> <br><<Text_animated_face Noel "I don't know, I'm just bored...">> <br><<Text_animated_face Anissa "What do you suggest, darling? Do you think your tongue is better trained than mine to judge how to teach?">> <br><<Webp_between_text_random_178 "College/French/" 3 3>> <br><<Text_animated_face Noel "Hmm, that's more interesting. At least my throat can pronounce such complex consonants...">> <br><<Text_animated_face Anissa "Perhaps we should have an additional session together. I'll make sure of it">> <br><<Text_animated_face_person "<span><i>( We should monitor this conflict more closely )</i></span>">> <<Back2 "French" "End lesson">> <</linkappend>> <<set $intro_class_french =1>> <<set $event_anissa[0].quantity =1>> <<set $day_time ++>> <<GoTo_No_Energy>> <<Energy>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Walk_around_shadow_street">Walk around</div> </div> <div class="cell_2_yr"> <div id="Strip_bar_ss">Strip Bar <img style="width:24px;height:24px;" src="img/Shadow_street/strip_club2.png"></div> </div> <div class="cell_2_yr"> <div id="Brothel_ss">Brothel<img style="margin-right: -6px; margin-left: 2px; width:24px;height:24px;" src="img/Shadow_street/brothel1.png"></div> </div> <div class="cell_2_yr"> <div id="Shady_shop">Shady Shop</div> </div> </div> <<Back1 "Outside_out">> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Shadow_street/" "cell_center">> <<ClickContainerById "Brothel_ss" "Brothel">><</ClickContainerById>> <<ClickContainerById "Strip_bar_ss" "Strip_bar_ss">><</ClickContainerById>> <<ClickContainerById "Shady_shop" "Shady_shop">><</ClickContainerById>> <<ClickContainerById "Walk_around_shadow_street" "Walk_around_shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $energy >0>> <<set _random to random(1,6)>> <<if _random ==1 && $escort_job_whore1 !=1 >> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Shadow_street/Street_whores/" "cell_center">> <br><<InsertText_Size_animated "You met a prostitute on the street">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Offer_a_job_whore1">Offer a job</div> </div> </div> <<elseif _random ==2 && $escort_job_whore2 !=1>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Shadow_street/Street_whores/" "cell_center">> <br><<InsertText_Size_animated "You met a prostitute on the street">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Offer_a_job_whore2">Offer a job</div> </div> </div> <<elseif _random ==3 && $escort_job_whore3 !=1>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Shadow_street/Street_whores/" "cell_center">> <br><<InsertText_Size_animated "You met a prostitute on the street">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Offer_a_job_whore3">Offer a job</div> </div> </div> <<elseif _random ==4 && $escort_job_whore4 !=1>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Shadow_street/Street_whores/" "cell_center">> <br><<InsertText_Size_animated "You met a prostitute on the street">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Offer_a_job_whore4">Offer a job</div> </div> </div> <<elseif _random ==5 && $escort_job_whore5 !=1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Shadow_street/Street_whores/" "cell_center">> <br><<InsertText_Size_animated "You met a prostitute on the street">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Offer_a_job_whore5">Offer a job</div> </div> </div> <<elseif _random ==6>> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyWebp1 8 8 "Shadow_street/Street_whores/" "cell_center">> <br><<InsertText_Size_animated "Nothing interesting">> <<else>> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyWebp1 8 8 "Shadow_street/Street_whores/" "cell_center">> <br><<InsertText_Size_animated "Nothing interesting">> <</if>> <<Back1 "Shadow_street">> <<ClickContainerById "Offer_a_job_whore1" "Offer_a_job_whore1">><</ClickContainerById>> <<ClickContainerById "Offer_a_job_whore2" "Offer_a_job_whore2">><</ClickContainerById>> <<ClickContainerById "Offer_a_job_whore3" "Offer_a_job_whore3">><</ClickContainerById>> <<ClickContainerById "Offer_a_job_whore4" "Offer_a_job_whore4">><</ClickContainerById>> <<ClickContainerById "Offer_a_job_whore5" "Offer_a_job_whore5">><</ClickContainerById>> <<Energy>> <<set $day_time ++>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Shadow_street/Street_whores/" "cell_center">> <br><<Text_animated_no_face "<span>For her to start working for you and bringing in income, you need to pay <<Yellow_text '$1100'>> for her</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Accept">Accept</div> <div id="decline">Decline</div> </div> </div> <<ClickContainerById "Accept" "Accept_whore1">><</ClickContainerById>> <<ClickContainerById "decline" "Shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Shadow_street/Street_whores/" "cell_center">> <br><<Text_animated_no_face "<span>For her to start working for you and bringing in income, you need to pay <<Yellow_text '$400'>> for her</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Accept">Accept</div> <div id="decline">Decline</div> </div> </div> <<ClickContainerById "Accept" "Accept_whore2">><</ClickContainerById>> <<ClickContainerById "decline" "Shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Shadow_street/Street_whores/" "cell_center">> <br><<Text_animated_no_face "<span>For her to start working for you and bringing in income, you need to pay <<Yellow_text '$700'>> for her</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Accept">Accept</div> <div id="decline">Decline</div> </div> </div> <<ClickContainerById "Accept" "Accept_whore3">><</ClickContainerById>> <<ClickContainerById "decline" "Shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 1100>> <<set $money -= 1100>> <br><br> <<InsertText_Size_animated "You have a new escort">> <<set $escort_job_whore1 =1>> <<set $profit1 = 300>> <<Back2 "Shadow_street" "Back">> <<else>> <br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Shadow_street" "Back">> <</if>> <</nobr>>
<<nobr>> <<if $money >= 400>> <<set $money -= 400>> <br><br> <<InsertText_Size_animated "You have a new escort">> <<set $escort_job_whore2 =1>> <<set $profit2 = 100>> <<Back2 "Shadow_street" "Back">> <<else>> <br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Shadow_street" "Back">> <</if>> <</nobr>>
<<nobr>> <<if $money >= 700>> <<set $money -= 700>> <br><br> <<InsertText_Size_animated "You have a new escort">> <<set $escort_job_whore3 =1>> <<set $profit3 = 200>> <<Back2 "Shadow_street" "Back">> <<else>> <br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Shadow_street" "Back">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Shadow_street/Street_whores/" "cell_center">> <br><<Text_animated_no_face "<span>For her to start working for you and bringing in income, you need to pay <<Yellow_text '$900'>> for her</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Accept">Accept</div> <div id="decline">Decline</div> </div> </div> <<ClickContainerById "Accept" "Accept_whore4">><</ClickContainerById>> <<ClickContainerById "decline" "Shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Shadow_street/Street_whores/" "cell_center">> <br><<Text_animated_no_face "<span>For her to start working for you and bringing in income, you need to pay <<Yellow_text '$2000'>> for her</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Accept">Accept</div> <div id="decline">Decline</div> </div> </div> <<ClickContainerById "Accept" "Accept_whore5">><</ClickContainerById>> <<ClickContainerById "decline" "Shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 2000>> <<set $money -= 2000>> <br><br> <<InsertText_Size_animated "You have a new escort">> <<set $escort_job_whore5 =1>> <<set $profit5 = 400>> <<Back2 "Shadow_street" "Back">> <<else>> <br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Shadow_street" "Back">> <</if>> <</nobr>>
<<nobr>> <<if $money >= 900>> <<set $money -= 900>> <br><br> <<InsertText_Size_animated "You have a new escort">> <<set $escort_job_whore4 =1>> <<set $profit4 = 250>> <<Back2 "Shadow_street" "Back">> <<else>> <br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Shadow_street" "Back">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Escort_report">Escort report</div> </div> </div> <<Back2 "Your room" "Back">> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/" "cell_center">> <<ClickContainerById "Escort_report" "Escort_report">><</ClickContainerById>> <</nobr>>
<<nobr>> <<set _sum to ($escort_job_whore1 ? $escort_job_whore1 : 0) + ($escort_job_whore2 ? $escort_job_whore2 : 0) + ($escort_job_whore3 ? $escort_job_whore3 : 0) + ($escort_job_whore4 ? $escort_job_whore4 : 0) + ($escort_job_whore5 ? $escort_job_whore5 : 0)>> <div style=" display:flex; width: 1050px; min-height: 350px; margin-left: -95px; justify-content: center; align-items: center; "> <div style=" display:flex; flex-direction:column; width: 700px; min-height: 350px; background-color: rgba(128, 128, 128, 0.5); color:white; border-radius: 10px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);"> <div style=" display:flex; justify-content: center; align-items: center; border-bottom:1px solid #fff;"> <h2>Escort report </h2></div> <div style="padding-left: 40px; padding-right: 40px;"> <br> Number of whores: - _sum <<if _sum == 0>> <br> Profit per day - 0 $ <<else>> <<if $escort_job_whore1==1>> <<set $profit1 = 300 >> <<else>> <<set $profit1 = 0 >> <</if>> <<if $escort_job_whore2==1>> <<set $profit2 = 100 >> <<else>> <<set $profit2 = 0 >> <</if>> <<if $escort_job_whore3==1>> <<set $profit3 = 200 >> <<else>> <<set $profit3 = 0 >> <</if>> <<if $escort_job_whore4 ==1>> <<set $profit4 = 250 >> <<else>> <<set $profit4 = 0 >> <</if>> <<if $escort_job_whore5==1>> <<set $profit5 = 400 >> <<else>> <<set $profit5 = 0 >> <</if>> <<set $sum_whore_profit to $profit1+$profit2+$profit3+$profit4+$profit5 >> <br> Profit per day - $sum_whore_profit $ <</if>> </div> </div> </div> <<Back1 "Business_yr">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $first_intro_amy_strip !=1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Shadow_street/Strip_club/" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr"> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:1px; margin:0px;" id="stripbar"> <div class="biology" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Amy</div></div> </div> <div class="cell_2_yr"> <div id="Search_room_mr">Chill</div> <div id="VIP_lounge_stripbar"> VIP lounge</div> </div> </div> <<set $first_intro_amy_strip =1>> <<elseif $first_intro_amy_strip ==1>> <<set _random to random(1,6)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Shadow_street/Strip_club/" "cell_center">> <<elseif _random ==2>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Shadow_street/Strip_club/" "cell_center">> <<elseif _random>=3 && _random <=4>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 3 5 "Shadow_street/Strip_club/" "cell_center">> <<elseif _random==5>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 7 8 "Shadow_street/Strip_club/" "cell_center">> <<elseif _random==6>> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 9 9 "Shadow_street/Strip_club/" "cell_center">> <</if>> <<if _random !=1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Search_room_mr">Chill</div> <div id="VIP_lounge_stripbar">VIP lounge </div> </div> </div> <<elseif _random ==1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:1px; margin:0px;" id="stripbar"> <div class="biology" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Amy</div></div> </div> <div class="cell_2_yr"> <div id="Search_room_mr">Chill</div> <div id="VIP_lounge_stripbar"> VIP lounge</div> </div> </div> <</if>> <</if>> <<ClickContainerById "stripbar" "Talk_amy_stripbar">><</ClickContainerById>> <<ClickContainerById "VIP_lounge_stripbar" "VIP_lounge_stripbar">><</ClickContainerById>> <<ClickContainerById "Search_room_mr" "Strip_bar_ss">><</ClickContainerById>> <<RandomImageOnlyJpgContainer_persons 1 1 "Amy/Amy" "biology">> <<Back1 "Shadow_street">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "You don't have access">> <br><<InsertText_Size_animated "From a distance, you see the Prince and can call out to him">> <br> <div class="your_room"> <div class="cell_1_yr"> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:1px; margin:0px;" id="stripbar_prince"> <div class="biology" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Prince</div></div> </div> </div> <<Back1 "Strip_bar_ss">> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Shadow_street/security_club" "cell_center">> <<RandomImageOnlyJpgContainer_persons 8 8 "Shadow_street/" "biology">> <<ClickContainerById "stripbar_prince" "Stripbar_prince">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_wide_15"> <img style="box-shadow: 0 0 0 0;" src="img/Shadow_street/9.png"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_no_face "<span>You have no business with the Prince <br><i><<Yellow_text '( You should first buy a studio and make a name for yourself )'>></i></span>">> <<Back1 "VIP_lounge_stripbar">> /* <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 9 9 "Shadow_street/" "cell_center">> */ <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Shadow_street/Amy/" "cell_center">> <br><<Text_animated_face_person "Hey, how much to take you for the night?">> <br><<Text_animated_face Amy "I'm not a whore, I'm a dancer">> <br><<Text_animated_face_person "You don't look like one">> <br><<Text_animated_face Amy "Hey, watch your mouth, or you'll be thrown out of here quickly">> <br><<Text_animated_face_person "Who do you work for?">> <br><<Text_animated_face Amy "The Prince">> <br><<Text_animated_face Amy "If you want to deal with me, you should first befriend him">> <<Back1 "Strip_bar_ss">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Mall/Fitness/" "cell_center">> <br><<Text_animated_face Chad "Oh, glad to see you here, I didn't expect you to drop by. To be successful with girls like me, you need to look like me, it kind of makes sense. Buy a gym membership and start working out">> <br> <div class="your_room"> <div class="cell_1_yr"> <<if $fitness_person_buy !=1>> <div id="Fitness_person">For a year 300$ </div> <<elseif $fitness_person_buy ==1>> <div id="Fitness_person_do_fitness">Do fitness </div> <</if>> </div> </div> /* <div class="your_room"> <div class="cell_2_yr" id="veronica_sleep_container"> <div class="blur_2px" id="Male">For Mom - 300$</div> <div class="blur_2px" id="Male">For Adriana - 200$</div> <div class="blur_2px" id="Male">For Veronica - 250$</div> </div> </div> */ <<Back1 "Mall">> <<ClickContainerById "Fitness_person" "Fitness_person_buy">><</ClickContainerById>> <<ClickContainerById "Fitness_person_do_fitness" "Fitness_person_do_fitness">><</ClickContainerById>> <<ClickContainerById "Male" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 300 >> <<set $money -= 300>> <br><br><br><br><br> <<InsertText_Size_animated "You purchased a fitness membership">> <<set $fitness_person_buy = 1>> <<Back2 "Fitness" "Back">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Fitness" "Back">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $energy >0>> <<set _random_3 to random(1,2)>> <<if _random_3 ==1 && $day_week ==5 || $day_week ==6>> <br><<InsertText_Size_animated "You see a stunning girl with a juicy ass provocatively working out on the leg extension machine">> <<replaceClass "cell_center" "cell_center_video_tall_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Mall/Fitness/Kara/" "cell_center" >> <<else>> <<set _random to random(1,34)>> <<if _random >=1 && _random<=6>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Mall/Fitness/1/tall_12/" "cell_center">> <<elseif _random ==7>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Mall/Fitness/1/tall_13/" "cell_center">> <<elseif _random >=8 && _random<=10>> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Mall/Fitness/1/tall_14/" "cell_center">> <<elseif _random >=11 && _random<=12>> <<replaceClass "cell_center" "cell_center_tall_14">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Mall/Fitness/1/tall_15/" "cell_center">> <<elseif _random >=13 && _random<=14>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Mall/Fitness/1/tall_16/" "cell_center">> <<elseif _random >=15 && _random<=25>> <<replaceClass "cell_center" "cell_center_tall_16">><</replaceClass>> <<RandomImageOnlyWebp1 1 11 "Mall/Fitness/1/tall_178/" "cell_center">> <<elseif _random ==26 >> <<replaceClass "cell_center" "cell_center_video_tall_16">><</replaceClass>> <<RandomVideoMp4_center 12 12 "Mall/Fitness/1/tall_178/" "cell_center">> <<elseif _random ==27 >> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Mall/Fitness/1/wide_11/" "cell_center">> <<elseif _random ==28 >> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Mall/Fitness/1/wide_12/" "cell_center">> <<elseif _random >=29 && _random<=34 >> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 5 "Mall/Fitness/1/wide_178/" "cell_center">> <</if>> <</if>> <<if _random_3 ==1 && $day_week ==5 || $day_week ==6>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Kara_fitness_meet1">Go ahead and meet her</div> </div> </div> <<else>> <br><<InsertText_Size_animated "You have gotten a bit <<Green_text 'stronger'>>">> <<set $fitness +=1>> <<if $fitness <=100>> <<Not_top_plus Fitness $fitness>> <</if>> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Fitness_person_do_fitness">Workout</div> </div> </div> <<Back1 "Fitness">> <<set $day_time ++>> <<Energy>> <<else>> <<GoTo_No_Energy>> <</if>> <<ClickContainerById "Fitness_person_do_fitness" "Fitness_person_do_fitness">><</ClickContainerById>> <<ClickContainerById "Kara_fitness_meet1" "Kara_fitness_meet1">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_tall_178">><</replaceClass>> <<RandomVideoMp4_center 3 3 "Mall/Fitness/Kara/" "cell_center" >> <br><<Text_animated_face_person "Hey there, I've seen you around here a few times. You have some impressive moves on that machine. Mind if I join you for a set?">> <br><<Text_animated_face Kara "Sure, go ahead. It's always nice to have some company during a workout">> <br><<Text_animated_face_person "Im $name_person, by the way. I couldn't help but notice your dedication. You must have a killer routine">> <br><<Text_animated_face Kara "Thanks, $name_person. I'm Kara. I try to stay consistent. It helps clear my mind">> <br><<Text_animated_face_person "Kara, that's a beautiful name. So, what keeps you motivated to hit the gym so hard?">> <br><<Text_animated_face Kara "Well, aside from wanting to stay fit, I guess I enjoy the challenge. And it doesn't hurt to have a bit of a distraction from daily life">> <br><<Text_animated_face_person "I get that. The gym is my escape too. Maybe we could motivate each other sometime? A workout partner can make all the difference">> <br><<Text_animated_face Kara "That sounds nice. I'd like that. How about we start with a run this weekend at the park?">> <br><<Text_animated_face_person "It's a date. I'll look forward to it. Here's my number, text me the details">> <br><<Text_animated_face Kara "Great, I'll do that. See you around, $name_perosn">> <br><<Text_animated_face_person "See you, Kara">> <br><<InsertText_Size_animated "<span><<Red_text 'Under the developmen '>></span>">> <<Back1 "Fitness">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_16">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Villa/villa" "cell_center">> <br><<InsertText_Size_animated "<span>Villa for sale.<br> Price - 100,000$</span>">> <br><<Text "<span style='color: red; font-size:14px;'>This option is not available in this version of the game yet</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> /*<div class="blur_2px" id="Purchase_villa">Purchase</div>*/ <div id="Purchase_villa_not_now">Not now</div> </div> </div> <<ClickContainerById "Purchase_villa" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Purchase_villa_not_now" "Residential_area">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Prince_house/bell_intro" "cell_center">> <br><<Text_animated_face Donna "Hey, what brings you here?">> <br><<InsertText_Size_animated "<<Yellow_text 'You have no business with the Prince yet'>>">> <br><<Text "<span style='color: red; font-size:14px;'>There’s no content for this house in the current version of the game yet</span>">> <<Back1 "Residential_area">> <</nobr>>
<<nobr >> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Brooke/" "cell_center">> <br><<Text "As you enter the library, you encounter the librarian - a woman whose appearance, movements, and gestures reveal a seductive MILF full of hidden secrets">> <br> <div class="your_room"> <div class="cell_1_yr" style="width: 61%;"> <div id="Talk_brooke_lib">Talk</div> <div id="Go_to_colums_books_library">Go to the columns of books</div> </div> </div> <<ClickContainerById "Talk_brooke_lib" "Talk_brooke_lib">><</ClickContainerById>> <<ClickContainerById "Go_to_colums_books_library" "Go_to_colums_books_library">><</ClickContainerById>> <<Back1 "Residential_area">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Kagney_house/Alexis/" "cell_center">> <br><<Text_animated_face Alexis "<span>Who do we have here as a guest?<br>Oh, what a distinguished gentleman. I wasn't expecting anyone today, but I'll make an exception for you <br><i>( in her smile playful notes are noticeable )</i></span>">> <br><<Text_animated_face_person "<span><i>( Damn, what an ass! )</i> <br>Nice to meet you, is Kegnay here?</span>">> <br><<Text_animated_face Alexis "Yes, she seems to be in her room. Do you work together?">> <br><<Text_animated_face_person "Yes, and not only that, we're trying to create a joint project...">> <br><<Text_animated_face Alexis "Hmm, that sounds interesting. Maybe you could show me what kind of project you're working on sometime...">> <br><<Text_animated_face_person "I'll tell you more, I'm looking for assistants for such a project, and you've charmed me with your beauty">> <br><<Text_animated_face Alexis "Oh, I haven't heard words like that in a long time, I'm very flattered">> <br><<Text_animated_face_person "Are you Kegnay's sister?">> <br><<Text_animated_face Alexis "I'm glad you think so, but I'm her mother...">> <br><<Text_animated_face_person "Wow, you're a very... very sexy mother">> <br><<linkappend "<<InsertText_Size_animated 'Whats going on here?'>>">> <br><<Webp_between_text_random_tall_15 "Kagney_house/Monique/" 1 1>> <br><<Text_animated_face Monique "Oh, Alexis, is this young man here for your pleasure? hehe">> <br><<Text_animated_face Alexis "Stop it, mom, we could both wrap him up somehow, haha">> <br><<Text_animated_face_person "Nice to meet you, I take it you are family?">> <br><<Text_animated_face Monique "Yes, my dear, and we're very hot, aren't we?">> <br><<Text_animated_face_person "That's true, you look absolutely stunning for a grandmother, wow, I didn't expect such a surprise">> <br><<Text_animated_face Monique "I'm flattered that young people still find me hot. After all, I've always considered myself an ideal and take good care of myself">> <br><<Text_animated_face Monique "You'd see even more if you stayed with us longer">> <<Back2 "Kagney_house" "Next">> <</linkappend>> <<set $event_kagney[14].quantity =1>> <<set $first_intro_kagney_house =1>> <</nobr>>
<<nobr>> <<set $condition=15>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[15]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[15]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[15]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Riley </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Riley goes to college with you" $event_adriana 0>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_adriana 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[15] <=50 >> <<RandomImageOnlyWebp1 1 2 "Riley/Card/Riley" "cell_left_ch">> <<elseif $relationship[15] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "Being strong and independent isn't easy when you have a Mom like that nearby...">> <<set _random to random(1,2)>> <<if _random ==1>> <<timed 1000ms>> <br><<linkappend "<<InsertText_Size_animated 'Mom caught you peeking'>>">> <<if $cought_living_room_mom <=1>> <br><<Text_animated_face Mom "Fuck, $name_person, what the hell, get your dick out of here!">> <br><<Mp4_between_text_wide_178 "Mom/mom_angry" 2 2>> <br><<InsertText_Size_animated "Mom's relationship<<Red_text 'decreased'>>">> <br><<Yellow "If Mom catches you several times, she might punish you">> <<set $relationship[1] -= 0.5>> <<set $cought_living_room_mom +=1>> /*////////////////////////////// BONUS SCENE - REMOVED!!! /////////////////////*/ <<elseif $cought_living_room_mom >=2 && $sigma_person <30 >> <br><<Text_animated_face Mom "Fuck, $name_person, what the hell, come with me!">> <<timed 1500ms>> <<goto "Mom_punish_you1">> <</timed>> <<elseif $cought_living_room_mom >=2 && $sigma_person >=30 >> <br><<Yellow "Your sigma is too big, Mom can't punish you...">> <br><<Text "<span style='color: red; font-size: 14px;'>This option is still being developed</span>">> <</if>> <</linkappend>> <</timed>> <<else>> <<timed 1000ms>> <br><<InsertText_Size_animated "Nothing happened, you just gave in to your desires a little">> <<Not_sigma_minus 0.25>> <<set $sigma_person -=0.25>> <</timed>> <</if>> /*////////////////////////////////////////////////////////////////////////////////////*/ <<set $day_time ++>> <<Back1 "Living room">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 13 13 "Living_room/Mom/Jerk_off/" "cell_center" >> <</nobr>>
<<nobr>> <<widget "Gif_between_text_random">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_178"> <<print "<img src='img/" + _path +_random+".gif'>">> </div> </div> /* ratio: 1.78, width = 540, height = 305 */ <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="buy_studio">Purchase studio - 2000$</div> </div> </div> <<Back1 "Outside_out">> <<ClickContainerById "buy_studio" "Buy_studio_intro">><</ClickContainerById>> <<RandomImageOnlyWebp1 1 1 "Studio/studio" "cell_center">> <</nobr>>
<<nobr>> <<if $money >= 2000 && $studio_buy_intro != 1>> <<set $money -= 2000>> <br><br> <<InsertText_Size_animated "You purchased Studio">> <<Back2 "Studio" "Studio">> <<set $studio_buy_intro =1>> <<set $event_kagney[3].quantity =1>> <<elseif $studio_buy_intro== 1 >> <br><br> <<InsertText_Size_animated "You have already purchased Studio">> <<Back2 "Studio_buy_intro" "Back">> <<else>> <br><br> <<InsertText_Size_animated "You do not have enough money">> <<Back2 "Studio_buy_intro" "Back">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Website_upload_photos">Upload photos</div> </div> <div class="cell_2_yr blur_2px"> <div id="Website_upload_video">Upload videos </div> </div> </div> <<Back1 "Computer_yr">> <<ClickContainerById "Website_upload_photos" "Website_upload_photos">> <</ClickContainerById>> <<ClickContainerById "Website_upload_video" "Under_the_development">> <</ClickContainerById>> <<RandomImageOnlyJpgContainer 1 1 "Your_room/Site/" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $studio_kagney_photoshoot1_1 !=1 >> <br><<InsertText_Size_animated "There's nothing to upload">> <<elseif $studio_kagney_photoshoot1_1 ==1>> <br> <div class="your_room"> <div class="cell_1_yr"> <<if $studio_kagney_photoshoot1_1 ==1>> <div id="Website_upload_photos_kagney">Kagney</div> <</if>> </div> </div> <</if>> <<Back1 "Website">> <<ClickContainerById "Website_upload_photos_kagney" "Website_upload_photos_kagney">> <</ClickContainerById>> <<RandomImageOnlyJpgContainer 1 1 "Your_room/Site/" "cell_center">> <</nobr>>
<<nobr>> <<if $upload_photo_kagney_photoshoot1 !=1>> <br><br><br><br> <<InsertText_Size_animated "You uploaded Kagney's photos">> <br><<InsertText_Size_animated "You will earn <<Green_text '100$'>> per day from this">> <<set $profit_photo_kagney1 = 100>> <<set $upload_photo_kagney_photoshoot1 = 1>> <<set $event_kagney[9].quantity =1>> <<elseif $upload_photo_kagney_photoshoot1 ==1>> <br><br><br><br><<InsertText_Size_animated "You earn <<Green_text '100$'>> per day from this">> <</if>> <<Back1 "Website_upload_photos">> <</nobr>>
<<nobr>> <br><br><br><br> <div class="your_room"> <div class="cell_1_yr"> <<if $studio_kagney_photoshoot1_1 ==1>> <div id="Website_upload_photos_kagney_photoshoot1">Photoshoot 1</div> <</if>> </div> <div class="cell_2_yr"> <<if $studio_kagney_photoshoot1_2 ==1>> <div id="Website_upload_photos_kagney_photoshoot2">Photoshoot 2</div> <</if>> </div> <div class="cell_2_yr"> <<if $studio_kagney_photoshoot1_3 ==1>> <div id="Website_upload_photos_kagney_photoshoot3">Photoshoot 3</div> <</if>> </div> <div class="cell_2_yr"> <<if $studio_kagney_photoshoot1_4 ==1>> <div id="Website_upload_photos_kagney_photoshoot4">Photoshoot 4</div> <</if>> </div> </div> <<Back1 "Website_upload_photos">> <<ClickContainerById "Website_upload_photos_kagney_photoshoot1" "Website_upload_photos_kagney_photoshoot1">> <</ClickContainerById>> <<ClickContainerById "Website_upload_photos_kagney_photoshoot2" "Website_upload_photos_kagney_photoshoot2">> <</ClickContainerById>> <<ClickContainerById "Website_upload_photos_kagney_photoshoot3" "Website_upload_photos_kagney_photoshoot3">> <</ClickContainerById>> <<ClickContainerById "Website_upload_photos_kagney_photoshoot4" "Website_upload_photos_kagney_photoshoot4">> <</ClickContainerById>> <<RandomImageOnlyJpgContainer 1 1 "Your_room/Site/" "cell_center">> <</nobr>>
<<nobr>> <<if $upload_photo_kagney_photoshoot2 !=1>> <br><br><br><br> <<InsertText_Size_animated "You uploaded Kagney's photos">> <br><<InsertText_Size_animated "You will earn <<Green_text '100$'>> per day from this">> <<set $profit_photo_kagney2 = 100>> <<set $upload_photo_kagney_photoshoot2 = 1>> <<set $event_kagney[10].quantity =1>> <<elseif $upload_photo_kagney_photoshoot2 ==1>> <br><br><br><br><<InsertText_Size_animated "You earn <<Green_text '100$'>> per day from this">> <</if>> <<Back1 "Website_upload_photos">> <</nobr>>
<<nobr>> <<widget "Webp_choice_text_random_wide_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="gif_wide_between_text_15" id="animated"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> <</widget>> <</nobr>>
<<nobr>> <<if $upload_photo_kagney_photoshoot3 !=1>> <br><br><br><br> <<InsertText_Size_animated "You uploaded Kagney's photos">> <br><<InsertText_Size_animated "You will earn <<Green_text '150$'>> per day from this">> <<set $profit_photo_kagney3 = 150>> <<set $upload_photo_kagney_photoshoot3 = 1>> <<set $event_kagney[11].quantity =1>> <<elseif $upload_photo_kagney_photoshoot3 ==1>> <br><br><br><br><<InsertText_Size_animated "You earn <<Green_text '150$'>> per day from this">> <</if>> <<Back1 "Website_upload_photos">> <</nobr>>
<<nobr>> <<if $upload_photo_kagney_photoshoot4 !=1>> <br><br><br><br> <<InsertText_Size_animated "You uploaded Kagney's photos">> <br><<InsertText_Size_animated "You will earn <<Green_text '200$'>> per day from this">> <<set $profit_photo_kagney4 = 200>> <<set $upload_photo_kagney_photoshoot4 = 1>> <<set $event_kagney[13].quantity =1>> <<elseif $upload_photo_kagney_photoshoot4 ==1>> <br><br><br><br><<InsertText_Size_animated "You earn <<Green_text '200$'>> per day from this">> <</if>> <<Back1 "Website_upload_photos">> <</nobr>>
<<nobr>> <br><br><br><br> <<InsertText_Size_animated "There's nothing to discuss with Kegney about your project for now">> <<Back1 "Waiter_talk_kagney">> <</nobr>>
<<nobr>> <<widget "Week_outside_out">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Kerry/" "cell_center">> <br><<Text_animated_face Kerry "I've found my replacement, but you need to upgrade the shop so I can have my own room">> <<Back2 "Local_shop_upgrated" "Back">> <</nobr>>
<<nobr>> <<set $condition=8>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[8]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[8]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[8]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[2]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Francesca </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Attend the first biology class" $event_francesca 0>> <<if $event_francesca[0].quantity ==1>> <<Task_list "<span>You can attend classes, but in this version of the game, it won't have any impact</span>" $event_francesca 1>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_francesca 1>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[8] <=50 >> <<RandomImageOnlyWebp1 1 17 "Francesca/Card/1/Francesca" "cell_left_ch">> <<elseif $relationship[8] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=6>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[6]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[6]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[6]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[3]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Aletta </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Aletta owns a cafe bar and is clearly a big player in the business world. You'll meet her when you start working at the cafe bar" $event_adriana 0>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_adriana 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[6] <=50 >> <<RandomImageOnlyWebp1 1 3 "Aletta/Card/Aletta" "cell_left_ch">> <<elseif $relationship[6] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=9>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[9]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[9]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[9]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Monique </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Monica is Kagney's grandmother. You will meet her if you complete Kagney's storyline" $event_adriana 0>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_adriana 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[9] <=50 >> <<RandomImageOnlyWebp1 1 1 "Kagney_house/Monique/Card/Monique" "cell_left_ch">> <<elseif $relationship[9] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=10>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[10]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[10]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[10]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Alexis </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Alexis is Kagney's mother. You will meet her if you complete Kagney's storyline" $event_adriana 0>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_adriana 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[10] <=50 >> <<RandomImageOnlyWebp1 1 1 "Kagney_house/Alexis/Card/Alexis" "cell_left_ch">> <<elseif $relationship[10] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=11>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[11]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[11]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[11]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[3]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Donna </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Donna works for the Prince, she is his right hand. You will meet her in future updates" $event_adriana 0>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_adriana 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[11] <=50 >> <<RandomImageOnlyWebp1 1 2 "Donna/Card/Donna" "cell_left_ch">> <<elseif $relationship[11] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=12>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[12]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[12]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[12]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Amy </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Amy works for the Prince at the strip club" $event_adriana 0>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_adriana 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[12] <=50 >> <<RandomImageOnlyWebp1 1 3 "Amy/Card/Amy" "cell_left_ch">> <<elseif $relationship[12] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=13>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[13]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[13]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[13]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Brooke </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Brookie works as a librarian, but to be honest, this library looks strange because it's open at night and still closed" $event_adriana 0>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_adriana 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[13] <=50 >> <<RandomImageOnlyWebp1 1 3 "Library/Card/Brooke" "cell_left_ch">> <<elseif $relationship[13] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=14>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[14]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[14]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[14]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Remy </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Remy is your neighbor and studies with you in college. Her mother, Francesca, teaches biology" $event_adriana 0>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_adriana 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[14] <=50 >> <<RandomImageOnlyWebp1 1 4 "Remy/Card/Remy" "cell_left_ch">> <<elseif $relationship[14] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=17>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[17]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[17]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[17]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[2]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Anissa </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "Attend the first french class" $event_anissa 0>> <<if $event_anissa[0].quantity ==1>> <<Task_list "<span style='color:red;'>There are no events with her yet. Under the development</span>" $event_anissa 1>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<if $relationship[17] <=50 >> <<RandomImageOnlyWebp1 1 3 "Anissa/Card/Anissa" "cell_left_ch">> <<elseif $relationship[17] > 50 >> <<RandomImageOnlyWebp1 1 4 "Carmel/Card/Carmel" "cell_left_ch">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_mall">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_science">> <<set _day1_conditions = { 1: 16, 2: 16, 3: 16, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 16, 2: 16, 3: 16, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 16, 2: 16, 3: 16, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 16, 2: 16, 3: 16, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 16, 2: 16, 3: 16, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br><br><br><br><br><br> <br><<InsertText_Size_animated "The college is closed">> <<Back1 "Street">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Your_room/hacking1.jpg"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="cheats">Cheats </div> </div> </div> <<if $event_vain[3].quantity ==1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="hack_vains_tv">Vain's TV </div> </div> </div> <</if>> <<if $event_veronica[4].quantity ==1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Veronica_laptop_hacked">Veronica's laptop </div> </div> </div> <</if>> <<if $mom_laptop_hacked ==1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Mom_laptop_hacked">Mom's laptop </div> </div> </div> <</if>> <<if $setup_camera_angelica_room1 ==1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Angelica_spy1">Angelica's room </div> </div> </div> <</if>> <<Back1 "Your room">> <<ClickContainerById "hack_vains_tv" "Hack_vains_tv">> <</ClickContainerById>> <<ClickContainerById "cheats" "Person_key_after1">> <</ClickContainerById>> <<ClickContainerById "Veronica_laptop_hacked" "Laptop_vr">> <</ClickContainerById>> <<ClickContainerById "Mom_laptop_hacked" "Laptop_mom">> <</ClickContainerById>> <<ClickContainerById "Angelica_spy1" "Angelica_spy1">> <</ClickContainerById>> <</nobr>>
<<nobr>> <<if $vains_tv_hacked !=1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Dots1>> <<if $prog_skill >=25 >> <<timed 2000ms>> <br><<InsertText_Size_animated "You managed to hack Vain's TV">> <<Back1 "Hacking">> <</timed>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/hacking" "cell_center" >> <<set $vains_tv_hacked =1>> <<else>> <br><<InsertText_Size_animated "You need to improve your programming skills to 25 and above">> <<Back1 "Hacking">> <</if>> <<elseif $vains_tv_hacked ==1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" style="box-shadow: 0 0 0 0;"> <img style="box-shadow: 0 0 0 0;" src="img/Your_room/Vain_tv1.png"> </div> <div class="cell_right"> </div> </div> <div class="your_room"> <div class="cell_1_yr"> <div id="spy_vains_tv">Spy on Vain</div> </div> </div> <<Back1 "Hacking">> <</if>> <<ClickContainerById "hack_vains_tv" "hack_vains_tv">> <</ClickContainerById>> <<ClickContainerById "spy_vains_tv" "Spy_vains_tv">> <</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> <img src="img/Your_room/hacking1.jpg"> </div> <div class="cell_right"> </div> </div> <<if $day_week == 4 && $day_time ==3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 6 6 "Vain/Scene1/" "cell_center" >> <br><<Text_animated_face_person "Wait, there's something... That's Lilith and Vanessa at our Physics teacher's house. I don't think they came here to study physics">> <br><<Text_animated_face_person "They're having fun, watching TV, and have no idea about anything...">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 7 7>> <br><<Text_animated_face_person "This is getting interesting... such sweet kisses... I always suspected they were lesbians, but I never thought they were this hot">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 8 8>> <<timed 2600ms>> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 9 9>> <br><<Text_animated_face Vanessa "I think someone is spying on us...">> <br><<linkappend "<<Text_animated_face Lilith 'Stop, Lilith, let them watch, whoever it is. I want your pussy...'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 10 10>> <br><<InsertText_Size_animated "Vanessa moans in pleasure from Lilith's touch">> <br><<Text_animated_face Vanessa "Mmm... Oh my god...">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 12 12>> <br><<Text_animated_face Vanessa "Come to me... I want to touch your wet pussy too">> <<timed 2500ms>> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 13 13>> <br><<Text_animated_face_person "Wow, these two little bitches were such quiet girls at school... such tasty pussies">> <br><<linkappend "<<Text_animated_face Vain 'Well, well, well...'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 14 14>> <br><<Text_animated_face Vain "It seems like you've decided to have a orgy at my place... huh!">> <br><<Text_animated_face Vain "I'll show you how tutoring goes at my place when the students are naughty">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 15 15>> <br><<linkappend "<<Text_animated_face Vain 'You like it... dont you... such a juicy ass'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 16 16>> <br><<Text_animated_face Lilith "Yes, Mrs. Vain, I'm your obedient student... your whore...">> <br><<linkappend "<<Text_animated_face Vain 'Quiet! lick Vanessas pussy, I want to see it...fuck her with your tongue'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 17 17>> <<timed 2000ms>> <br><<Text_animated_face Vanessa "Please, please, please, fuck me harder...">> <</timed>> <<timed 3500ms>> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 18 18>> <br><<linkappend "<<Text_animated_face Vain 'What naughty pussies...'>>">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 19 19>> <<timed 3500ms>> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 20 20>> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Text_animated_face Vain "It's definitely my best day in tutoring">> <br><<Mp4_between_text_wide_178 "Vain/Scene1/" 21 21>> <br><<Text_animated_face Vain "The lesson is over, seeeties, looking forward to seeing you in the next classes">> <br><<Yellow "These scenes will be useful for quickly obtaining credit in physics">> <<set $event_vain[4].quantity =1>> <<set $day_time ++>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <<else>> <br><<InsertText_Size_animated "Nothing interesting is happening">> <br><<Yellow "It might be worth checking here on Friday">> <</if>> <<Back1 "Hack_vains_tv">> <<ClickContainerById "hack_vains_tv" "Hack_vains_tv">> <</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_health">> <<set _day1_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 8, 2: 8, 3: 8, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_languages">> <<set _day1_conditions = { 1: 17, 2: 17, 3: 17, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 17, 2: 17, 3: 17, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 17, 2: 17, 3: 17, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 17, 2: 17, 3: 17, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 17, 2: 17, 3: 17, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "The Local shop is closed">> <<Back1 "Street">> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_tall_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="webm_tall_between_text_15"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_MALL_random_tall_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="gif_wide_between_text_tall_15" > <<print "<img style='margin-top:-65px;width:380px;height:570px;' src='img/" + _path +_random+".webp'>">> </div> /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_MALL_random_tall_133">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> /*<div class="content_text_visual_face" id="animated">*/ <div class="gif_wide_between_text_tall_133" > <<print "<img style='margin-top:-110px;width:391px;height:520px;' src='img/" + _path +_random+".webp'>">> </div> /*</div>*/ <</widget>> <</nobr>>
<<nobr>> <br><br> <div class="background_1"> <div class="blurry-background_1"> </div> <div class="info_game_1"> <div class="name_pers" style="width:554px; border:0px solid #fff;"> <span style= "font-size:18px; font-weight: bold;"> Enter password for cheats:</span> <span style="margin-right: 6px;"></span> <<textbox "$key1" "">> </div> </div> </div> <br> <div class="background_1"> <div class="blurry-background_1"> </div> <div class="info_game_1"> <div class="name_pers" style="width:554px; border:0px solid #fff;"> <span style= "font-size:18px; font-weight: bold;"> Password for bonus scenes:</span> <span style="margin-right: 6px;"></span> <<textbox "$key_bonus1" "">> </div> </div> </div> <br><<Back2 "Person" "Continue">> <</nobr>>
<<nobr>> <br><br><br><br> <<InsertText_Size_animated "Only for high-level patrons">> <<Back1 "Your room">> <</nobr>>
<<nobr>> <<set $your_room_cheat =1>> <br><br> <div class="background_1"> <div class="blurry-background_1"> </div> <div class="info_game_1"> <div class="name_pers" style="width:554px; border:0px solid #fff;"> <span style= "font-size:18px; font-weight: bold;"> Enter password for cheats:</span> <span style="margin-right: 6px;"></span> <<textbox "$key1" "">> </div> </div> </div> <br> <div class="background_1"> <div class="blurry-background_1"> </div> <div class="info_game_1"> <div class="name_pers" style="width:554px; border:0px solid #fff;"> <span style= "font-size:18px; font-weight: bold;"> Password for bonus scenes:</span> <span style="margin-right: 6px;"></span> <<textbox "$key_bonus1" "">> </div> </div> </div> <br><<Back2 "Key_after_skip" "Your room">> <</nobr>>
<<if $key1 == $key>> <<set $money = 20000>> <</if>> <<goto "Your room">>
<<nobr>> <<Week_outside_out>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are <span style="font-weight: bold;">Outside</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> /*<img src="img/city1.jpg">*/ </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <br> <div class="container"> <div class="up"> <div class="image-container business_street" id="left_img" > <img src="img/business_street3.webp"> <div class="text" id="Business_street">Business street</div> </div> <div class="image-container blur_2px" id="center_img"> [img["img/yard1.jpeg"][Under_the_development]] <div class="text" id="Yard">Yard</div> </div> <div class="image-container" id="center_img"> [img["img/home_out1.jpg"][Hallway]] <div class="text" id="House_out">Home</div> </div> <div class="image-container" id="center_img"> [img["img/house1.jpg"][House_1]] <div class="text" id="House1">House1</div> </div> <div class="image-container" id="right_img"> [img["img/re2.jpg"][Residential_area]] <div class="text" id="Residential_area">Residential area</div> </div> </div> <div class="down"> <div class="image-container" id="left_img"> [img["img/street2.jpg"][Street]] <div class="text" id="Street">Street</div> </div> <div class="image-container" id="center_img"> [img["img/shadow_street1.jpg"][Shadow_street]] <div class="text" id="Shadow_street">Shadow street</div> </div> <div class="image-container blur_2px" id="center_img"> [img["img/house3.webp"][Under_the_development]] <div class="text" id="House2">House 2</div> </div> <div class="image-container blur_2px" id="center_img"> [img["img/house4.jpg"][Under_the_development]] <div class="text" id="House3">House 3</div> </div> <div class="image-container" id="right_img"> [img["img/street2.jpg"][Street]] <div class="text" id="Street">Street</div> </div> </div> </div> <<fix_day_time>><</fix_day_time>> <<for _i to 1; _i <= 1; _i++>> <<if _i ==1>> <<Week_studio>> <<if $condition == 4>> <<RandomImageOnlyJpgContainer_persons 1 1 "Kagney/Kagney_face" "studio">> <</if>> <</if>> <</for>> <<if $day_time ==1 || $day_time ==2 || $day_time ==3>> <<RandomImageOnlyJpgContainer 1 1 "city" "cell_center">> <<elseif $day_time ==4 || $day_time ==5>> <<RandomImageOnlyJpgContainer 2 2 "city" "cell_center">> <</if>> <<if $studio_buy_intro !=1>> <<ClickContainerByClass "studio" "Studio_buy_intro">><</ClickContainerByClass>> <<elseif $studio_buy_intro ==1>> <<ClickContainerByClass "studio" "Studio">><</ClickContainerByClass>> <</if>> <<ClickContainerById "Business_street" "Business_street">><</ClickContainerById>> <<ClickContainerByClass "business_street" "Business_street">><</ClickContainerByClass>> <<ClickContainerById "Yard" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Shadow_street" "Shadow_street">><</ClickContainerById>> <<ClickContainerById "Residential_area" "Residential_area">><</ClickContainerById>> <<ClickContainerById "House3" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "House2" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Beach" "Beach">><</ClickContainerById>> <<ClickContainerById "Street" "Street">><</ClickContainerById>> <<ClickContainerById "House1" "House_1">><</ClickContainerById>> <<ClickContainerById "House_out" "Hallway">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Alpha_corporation">Alpha Corporation <img style="filter: brightness(180%); width:24px;height:24px;" src="img/Business_street/ac_icon1.png"></div> </div> <div class="cell_2_yr"> <div id="Black_prince_corporation">Black Prince Corporation <img style="filter: brightness(180%); width:24px;height:24px;" src="img/Business_street/ac_icon1.png"></div> </div> </div> <<Back1 "Street">> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Business_street" "cell_center">> <<ClickContainerById "Alpha_corporation" "Alpha_corporation">><</ClickContainerById>> <<ClickContainerById "Black_prince_corporation" "Black_prince_corporation">><</ClickContainerById>> <<ClickContainerById "Walk_around_shadow_street" "Walk_around_shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> /* <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> */ <br><br><br><br><br> <br><<Text "<span style='font-size: 14px; color: red;'>Alpha Corporation is under development for version 0.6</span>">> <<Back1 "Business_street">> /* <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/corporation" "cell_center">> */ <<ClickContainerById "Strip_bar_ss" "Strip_bar_ss">><</ClickContainerById>> <<ClickContainerById "Shady_shop" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Walk_around_shadow_street" "Walk_around_shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text "You are on the territory of Black Prince Corporation <br> Before you stands an enormous black building, stretching up into the sky as if its towering height has no end in sight">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Enter_bpc">Enter </div> </div> </div> <<Back1 "Business_street">> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/corporation" "cell_center">> <<if $event_mom[16].quantity ==1>> <<ClickContainerById "Enter_bpc" "Enter_bpc">><</ClickContainerById>> <<else>> <<ClickContainerById "Enter_bpc" "Enter_bpc_no_event">><</ClickContainerById>> <</if>> <<ClickContainerById "Shady_shop" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Walk_around_shadow_street" "Walk_around_shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $day_time >=5>> <<goto "Bpc_closed">> <</if>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text "The reception of this corporation appears expansive">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Reception"><img style="position:absolute; z-index:11; margin-right:112px; margin-bottom:4px; width:28px;height:28px;" src="img/Log/reception.png">Reception</div> </div> /* <div class="cell_2_yr"> <div id="Office"><img style="position:absolute; z-index:11; margin-right:80px; margin-bottom:4px; width:26px;height:26px;" src="img/Log/office.png">Office</div> </div> */ <div class="cell_2_yr"> <div id="Summit_lift"><img style="position:absolute; z-index:11; margin-right:144px; margin-bottom:2px; width:26px;height:26px;" src="img/Log/scroll.png">The Summit Lift </div> </div> </div> <<Back1 "Business_street">> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Business_street/Bpc/" "cell_center">> <<ClickContainerById "Reception" "Bpc_reception">><</ClickContainerById>> <<ClickContainerById "Office" "Bpc_office">><</ClickContainerById>> <<ClickContainerById "Summit_lift" "Summit_lift">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Reception</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_reception_bpc"><img style="position:absolute; z-index:11; margin-right:62px; margin-bottom:0px; width:28px;height:28px;" src="img/Log/chat2.png">Talk</div> </div> </div> <<Back1 "Enter_bpc">> <<RandomImageOnlyJpg 1 1 "Business_street/Bpc/" "cell_center">> <<if $talk_reception_bpc_1 !=1>> <<ClickContainerById "Talk_reception_bpc" "Talk_1_reception_bpc">><</ClickContainerById>> <<elseif $talk_reception_bpc_2 !=1>> <<ClickContainerById "Talk_reception_bpc" "Talk_reception_bpc">><</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "Hey, hi! Didn't expect to see you working here">> <br><<Text_animated_face Noel "Hey, hi! I work here part-time after college">> <br><<Text_animated_face_person "Tell me, what's this corporation about?">> <br><<Text_animated_face Noel "HI'm pretty new here, so I don't know much yet, but it seems to involve promoting various brands, including bloggers and such">> <br><<Text_animated_face_person "Hmm, interesting. Why is it called Black Prince?">> <br><<Text_animated_face Noel "I've only spoken to managers during the job interview, and they told me if I want to advance, I'll have to deal with the black guys, and the main one is Prince">> <br><<InsertText_Size_animated "<span><i>( A sexy lady walks by )</i></span>">> <br><<Webp_between_text_random_tall_15 "Kendra/Kendra" 1 1>> <br><<Text_animated_face_person "Who's that? She looks so vulgar and selfish">> <br><<Text_animated_face Noel "Oh, she's one of Prince's bitches. She rose up thanks to him">> <br><<Text_animated_face_person "I think I get the gist of this business now">> <br><<Text_animated_face Noel "Possibly, quite possibly">> <<Back2 "Bpc_reception" "End conversation">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Business_street/Bpc/" "cell_center">> <<set $talk_reception_bpc_1 =1>> <<ClickContainerById "Reception" "Bpc_reception">><</ClickContainerById>> <<ClickContainerById "Shady_shop" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Walk_around_shadow_street" "Walk_around_shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You have nothing to talk about with Noel yet">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_1_reception_bpc">Talk 1</div> </div> /* <div class="cell_2_yr"> <div id="Talk_reception_bpc">Talk 2</div> </div> <div class="cell_2_yr"> <div id="Talk_reception_bpc">Talk 3</div> </div> <div class="cell_2_yr"> <div id="Talk_reception_bpc">Talk 4</div> </div> */ </div> <<Back1 "Bpc_reception">> <<ClickContainerById "Talk_1_reception_bpc" "Talk_1_reception_bpc">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_office_bpc_Mom>> <<Week_office_bpc_Marie>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text "You step out of the elevator onto a level buzzing with office life">> <<if $talk_with_mom_and_marie_1_bpc !=1>> <<if $condition ==0>> <br><<Yellow "You need to interact with your Mom in the office <br> Come back at another time">> <</if>> <<elseif $talk_with_mom_and_marie_1_bpc ==1>> <br><<Yellow "Come here on Tuesday at noon">> <</if>> <<if $talk_with_mom_and_marie_1_bpc ==1 && $day_time ==2 && $day_week ==1 && $passed_offer_donna_bpc !=1>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_Donna_first_time_bpc">Go for an interview</div> </div> </div> <</if>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/office" "cell_center">> <<if $condition == 1 || $condition ==18>> <br> <div class="your_room"> <div class="cell_1_yr" style="gap:20px;"> <<for _i to 1; _i <= 2; _i++>> <<if _i ==1>> <<Week_office_bpc_Mom>> <<if $condition == 1>> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="Talk_bpc_mom"> <div class="french mom" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Mom</div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Mom/mom_face" "mom">> <</if>> <</if>> <<if _i ==2>> <<Week_office_bpc_Marie>> <<if $condition == 18>> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="french"> <div class="french marie" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Marie</div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Marie/Marie" "marie">> <</if>> <</if>> <</for>> </div> </div> <</if>> <<Back1 "Summit_lift">> <<ClickContainerById "Talk_Donna_first_time_bpc" "Talk_Donna_first_time_bpc">><</ClickContainerById>> <<ClickContainerById "Talk_bpc_mom" "Talk_bpc_mom_1">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_office_bpc_Mom">> <<set _day1_conditions = { 1: 1, 2: 0, 3: 1, 4: 0, 5: 1 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 1, 2: 0, 3: 1, 4: 1, 5: 1 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 1, 2: 0, 3: 1, 4: 1, 5: 1 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 1, 2: 0, 3: 1, 4: 1, 5: 1 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 1, 2: 0, 3: 1, 4: 1, 5: 1 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 1, 2: 0, 3: 1, 4: 1, 5: 1 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 1, 2: 0, 3: 1, 4: 1, 5: 1 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_office_bpc_Marie">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 18, 4: 18, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 18, 2: 0, 3: 18, 4: 18, 5: 18 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 18, 2: 0, 3: 18, 4: 18, 5: 18 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 18, 2: 0, 3: 18, 4: 18, 5: 18 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 18, 2: 0, 3: 18, 4: 18, 5: 18 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 18, 2: 0, 3: 18, 4: 18, 5: 18 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 18, 2: 0, 3: 18, 4: 18, 5: 18 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "Hi Mom, how do you like the new job here?">> <br><<Text_animated_face Mom "Hi dear, do you remember my friend Marie? She recommended this side job to me, considering our situation">> <br><<Webp_between_text_random_tall_15 "Business_street/Bpc/" 4 4>> <br><<Text_animated_face Marie "How you've grown, $name_person! I remember you when you were still very young">> <br><<Text_animated_face_person "Unfortunately, I don't remember you, Mrs. Maria, but it seems you look just as wonderful as you did when I was young">> <br><<Text_animated_face Mom "Wow, he rarely even says that to me, haha">> <br><<Text_animated_face Marie "<span>I see great potential in him <br><i>( she winked at me )</i></span>">> <br><<Webp_between_text_random_tall_15 "Business_street/Bpc/" 6 6>> <br><<Text_animated_face Marie "<span>You know, $name_person, our company needs new people. We are actively competing with Alpha Corporation, so try talking to our manager. I'll arrange a meeting <br><i>( If I had known what a boy my friend has, I would have long wanted to find myself a toy for pleasure )</i></span>">> <br><<Text_animated_face Mom "Yes, I was just about to tell you, $name_person">> <br><<Text_animated_face_person "Great, I like these big walls of the building. I want to see if I can be useful to them">> <br><<Yellow "Come here on Tuesday at noon">> <<set $event_mom[17].quantity = 1>> <<if $talk_with_mom_and_marie_1_bpc !=1>> <<set $talk_with_mom_and_marie_1_bpc =1>> <<Not_new_quest>> <</if>> <<set $day_time ++ >> <<Back2 "Bpc_office" "End conversation">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Business_street/Bpc/" "cell_center">> <<ClickContainerById "Reception" "Bpc_reception">><</ClickContainerById>> <<ClickContainerById "Shady_shop" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Walk_around_shadow_street" "Walk_around_shadow_street">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Donna "Hello, I’m Donna. I oversee this business in many aspects. I made time for you because Marie, who has significant influence in this corporation, asked me to">> <br><<Text_animated_face Donna "So, I understand your Mom works here and seems to be quite happy about it">> <br><<Text_animated_face_person "Yes, thank you for giving her the opportunity to work with you">> <br><<Text_animated_face Donna "Hold off on the thanks, $name_person. Our company's capabilities extend quite far, but there’s also a downside...">> <br><<Text_animated_face Donna "I want to gauge how well-informed you are, because the mind has the power to control our desires">> <br><<Text_animated_face_person "And what about reason?">> <br><<Text_animated_face Donna "Hmm... good question. Our reason is an external observer, it allows us to assess our thoughts and actions from a distance, going beyond logic and moral boundaries. But we’ll talk about that another time, if it happens">> <br><<Text_animated_face Donna "As you know, our corporation focuses on developing advanced technologies and products aimed at enhancing personal and professional qualities. This includes cosmetic improvements, technologies that increase attractiveness and influence, as well as other innovations that support personal and career goals">> <br><<Text_animated_face Donna "But aside from developing technologies, the corporation also actively organizes private parties, business events, and personal image consultations...">> <br><<Text_animated_face Donna "Therefore, to be part of our company, you need to possess certain qualities">> <br><<Text_animated_face Donna "The first stage is a set of questions. I will ask you 5 questions, which you must answer in 10 seconds, so I hope you’re prepared">> <div style="display:none;">><br><<Time 10>></div> <br><<linkappend "<<Text 'Start the test'>>">> <br><<Time 10>> <<timed 10000ms>> <<goto "Time_up_bella_bpc">> <</timed>> <<set _random to random(1,1)>> <<if _random ==1>> <br><<Yellow "1 Question">> <br><<Text "How do you determine the target audience for a product?">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:670px; padding:0px; margin:0px;'>Conduct a competitive analysis of offerings, pricing, and weaknesses</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk1 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:670px; padding:0px; margin:0px;'>Analyze demographics, interests, and behavior through market research and surveys</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk2 =1>> <br><<Green "Right answer!!!">> <<timed 1000ms>> <<goto "Second_question_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:670px; padding:0px; margin:0px;'>Create quality content, engage with your audience, and track results</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk3 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////// END TALK ///////////////////////////////////////*/ <<elseif _random ==2>> <br><<Text "What are the most effective product promotion methods for a startup?">> <<elseif _random ==3>> <br><<Text "How do you create a compelling offer for customers?">> <</if>> /* How do you determine the target audience for a product? Analyze demographics, interests, and behavior through market research and surveys. What are the most effective product promotion methods for a startup? Content marketing, social media, SEO, email marketing, and partnerships. How do you create a compelling offer for customers? Formulate a unique selling proposition (USP) that addresses the audience’s problems. What strategies can be used to influence the customer? Use social proof, scarcity, authority, and emotional connections. How do you effectively manage a brand and its reputation? Be transparent, communicate with customers, and respond to feedback. What channels can be used for acquiring new customers? Paid advertising, content marketing, partnerships, and loyalty programs. How can you improve the conversion of potential customers into regular ones? Create attractive offers, enhance user experience, and provide excellent service. What metrics should be tracked to assess marketing effectiveness? Conversion rate, customer acquisition cost (CAC), customer lifetime value (LTV), and return on investment (ROI). How do you assess the competitiveness of a product in the market? Conduct a competitive analysis of offerings, pricing, and weaknesses. How do you develop a content marketing strategy for promoting a product? Set goals, create a content plan, use various formats, and distribute through appropriate channels. What tools can be used for marketing automation? CRM systems, email marketing platforms, social media management tools, and analytics platforms. How do you develop an effective advertising campaign? Set goals, create creative materials, choose channels, and track results. How do you maintain customer loyalty to your brand? Provide excellent service, offer loyalty programs, and create personalized offers. What methods can be used to gather customer feedback? Surveys, interviews, website reviews, and social media. How do you form and maintain partnerships for business growth? Find partners with aligned goals, offer mutually beneficial terms, and maintain open communication. What skills are important for successful business management? Strategic planning, financial management, marketing, sales, and team management. How do you determine if a business model is successful? Evaluate profitability, customer satisfaction, sales stability, and market competitiveness. How do you use social media to promote a business? Create quality content, engage with your audience, and track results. What mistakes should be avoided when launching a new product? Insufficient research, inadequate testing, poor budget planning, and ignoring feedback. How do you set up and manage an advertising budget effectively? Determine the budget, allocate funds, monitor spending, and adjust strategy as needed. */ <</linkappend>> <<Back2 "Enter_bpc" "End conversation">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 9 9 "Business_street/Bpc/" "cell_center">> <</nobr>>
<<nobr>> <br><<Text_animated_face_person "Hey, could you move your foot off the table? I'm actually eating here">> <br><<Text_animated_face Adriana "Buzz off, I'm trying to concentrate here">> <br><<InsertText_Size_animated "<<Yellow_text 'Something should be done about this kind of behavior'>>">> <<if $event_adriana[0].quantity !=1>> <<Not_new_quest>> <<set $event_adriana[0].quantity =1>> <</if>> <<set $day_time ++>> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "You're teasing Veronica's ass">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 22 22 "Living_room/Veronica/" "cell_center" >> <<timed 1200ms>> <br><<Mp4_between_text_wide_178 "Living_room/Veronica/" 3 3>> <br><<Text_animated_face Veronica "Hey $name_person, why are you touching my butt...Don't do that">> <br><<Text_animated_face Veronica "(<i> I felt a bit of pain, but at the same time, his touch on my butt triggered a chain of unfamiliar yet pleasant sensations within me... </i>)">> <<set $corruption[3] +=0.25>> <<Not_corruption_top_plus Veronica 0.25>> <<Back1 "Living room">> <</timed>> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "You see how that butt is spinning around the stove">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Kitchen/Veronica/" "cell_center" >> <br><<linkappend "<<InsertText_Size_animated 'Tease her ass'>>">> <br><<Mp4_178_nl "Kitchen/Veronica/" 3 3 1>> <<timed 1500ms>> <br><<Text_animated_face Veronica "Ouch..">> <br><<Mp4_between_text_wide_178 "Kitchen/Veronica/" 4 4>> <br><<Text_animated_face Veronica "You scared me, I thought the games between us were long left in childhood">> <<set $relationship[3] -=0.5>> <<Not_relationship_top_minus Veronica 0.5>> <</timed>> <</linkappend>> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_15" > </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Veronica "Hey $name_person, do you have some money to help me out?">> <br><<Text_animated_face_person "How much do you need?">> <br><<Text_animated_face Veronica "Around 500 dollars, I want to buy a laptop for my studies, of course">> <br><<Text_animated_face_person "<span><i> ( Hmm a good chance to intrude a bit into her private life )</i></span>">> <br><<Text_animated_face_person "<span>Okey, I have a good discount at one of the stores, I'll make you a gift</span>">> <br><<Text_animated_face Veronica "Thank you, my dear brother">> <br><<InsertText_Size_animated "<span><i> ( She kisses you on the cheek and happily leaves the room )</i></span>">> <<RandomImageOnlyWebp1 1 1 "Veronica/Scenes/" "cell_center_tall_15">> <<ClickContainerById "Back" "Veronica room">><</ClickContainerById>> <<set $veronica_ask_to_buy_laptop =1>> <<set $event_veronica[14].quantity =1>> <<Back1 "Your room">> <</nobr>>
<<nobr>> <<widget "Text_animated_face_left">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual_face left" id="animated"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="text_face_2_2"> _text </div> </div> </div> </div> <style> .left{ width:700px; border:0px solid #fff; margin-left:-360px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Text_animated_face_right">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual_face right" id="animated"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="text_face_2_2"> _text </div> </div> </div> </div> <style> .right{ width:700px; border:0px solid #fff; margin-left:390px; } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header_mail"> <div class="cap_mail"> <div class="cap_mail_1"> </div> <div class="cap_mail_2"> </div> <div class="cap_mail_3"><<Back1 "Laptop_vr">></div> </div> <div class="contain_mail1"> <br><div class="content_mail1_1"> Open dialogues</div> <br> <div class="open_dialogues mom_dialogues blur_2px" id="vain_dialogues"> <div class="french vain"> </div> <div style="display: flex; justify-content: center; width:70%; font-size: 22px; font-weight:bold;">Vain</div> </div> <br> <div class="open_dialogues mom_dialogues" id="riley_dialogues"> <div class="french riley"> </div> <div style="display: flex; justify-content: center; width:70%; font-size: 22px; font-weight:bold;">Riley</div> </div> </div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Vain/Vain" "vain">> <<RandomImageOnlyJpgContainer_persons 3 3 "Riley/Riley" "riley">> <<ClickContainerById "vain_dialogues" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "riley_dialogues" "Check_veronica_laptop_dialogues_riley">><</ClickContainerById>> <style> .header_mail{ display:flex; flex-direction: column; width: 1050px; min-height: 350px; margin-left: -95px; border: 0px solid #fff; margin-top:-30px; margin-bottom:-10px; height: 826px; background-image: url('img/Veronica/check_mail1.jpg'); background-size: cover; border-radius:10px; filter: brightness(90%) saturate(100%); margin-bottom:-100px; filter: blur(0px); position:absolute; z-index:-11; overflow-y: auto; overflow-x: hidden; } .cap_mail{ display:flex; border: 0px solid #000; position: relative; z-index:10; min-width: 90%; height: 11%; background-color:#075e54; border-radius: 10px 10px 0px 0px; border-bottom: 2px solid #fff; } .contain_mail1{ display:flex; height: 89%; border: 0px solid #fff; position: relative; z-index:10; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-radius: 10px 10px 0px 0px; justify-content: top; align-items: center; } .cap_mail_1,.cap_mail_2,.cap_mail_3 { display:flex; justify-content:center; align-items:center; } .cap_mail_1{ width:20%; } .cap_mail_2{ width:40%; font-size:40px; font-weight:bold; justify-content:left; margin-left:-16px; margin-right:20px; } .cap_mail_3{ width:40%; } .cap_mail_1 img{ display: flex; object-fit: cover; height:70px; width:70px; border-radius: 37px; border:2px solid #fff; } .your_room{ width:500px; border: 0px solid #fff; } .cell_1_yr{ width:500px; } .content_mail1_1{ display:flex; position: relative; justify-content: center; align-items: center; width:300px; border: 0px solid #fff; border: 2px solid rgba(255, 255, 255, 0.7); font-weight: bold; font-size: 18px; margin:0 20px 0 20px; padding: 2px 6px; border-radius: 12px; background-color: rgba(7, 94, 84, 0.8); box-shadow: 0px 0px 3px 3px #C1ABD4; } .open_dialogues{ display:flex; justify-content:center; align-items:center; padding:0px; margin:0px; width: 320px; border: 2px solid rgba(255, 255, 255, 0.7); border-radius: 18px; background-color: rgba(7, 94, 84, 0.8); box-shadow: 0px 0px 3px 3px #C1ABD4; } .french img{ width:50px; height:50px; margin-top:2px; margin-bottom:2px; justify-content: center; align-items: center; } .french { width:30%; display: flex; justify-content: center; align-items: center; border-right: 2px solid rgba(255, 255, 255, 0.7); padding-top:2px; padding-bottom:2px; } </style> <</nobr>>
<<nobr>> <div class="header_mail"> <div class="cap_mail"> <div class="cap_mail_1"> </div> <div class="cap_mail_2"> Riley</div> <div class="cap_mail_3"><<Back1 "Check_veronica_laptop">></div> </div> <div class="contain_mail1"> <br> <br><<linkappend "<div class='content_mail1_1_center'> <<if $message_from_riley_to_veronica1 !=1>> <span style='color: #E4DC2D;'>New message</span> <<elseif $message_from_riley_to_veronica1 ==1>> <span style='color:#130890'>Read Message 1 </span> <</if>> </div> ">> <br><<Text_animated_face_left_link Riley "Hi, finally I can text you">> <br><<Text_animated_face_right Veronica "Yeah, I'm happy too, my brother bought it for me">> <br><<Text_animated_face_left_link Riley "$name_person, right?">> <br><<Text_animated_face_right Veronica "Yep">> <br><<Text_animated_face_left_link Riley "Good boy">> <br><<Text_animated_face_right Veronica "Haha">> <br><<Text_animated_face_left_link Riley "By the way, I have something to tell you">> <br><<Text_animated_face_right Veronica "What?">> <br><<Text_animated_face_left_link Riley "Did you see our Biology teacher? Oh, she's so strict, I even got wet during the class today, when she punished one of the students">> <br><<Text_animated_face_right Veronica "Got wet? Hehe, I wonder what it's like to be spanked...">> <br><<Text_animated_face_left_link Riley "I want to try it, look at this, here's the link">> <br><<Mp4_between_text_wide_13_left_link "Veronica/Messages/slap" 1 1>> <br><<Text_animated_face_right Veronica "Damn, I want that too">> <br><div class="content_mail1_1_center_left"> End session</div><br><br> <<if !$day_to_riley_first_come>> <<set $day_to_riley_first_come = $day>> <</if>> <<set $event_veronica[6].quantity =1>> <<set $message_from_riley_to_veronica1 =1>> <</linkappend>> /*/////////////////////////////////////////////////////////////////////////////////////////*/ <<if $day > $day_to_riley_first_come +3>> <br><<linkappend "<div class='content_mail1_1_center'> <<if $message_from_riley_to_veronica2 !=1>> <span style='color: #E4DC2D;'>New message</span> <<elseif $message_from_riley_to_veronica2 ==1>> <span style='color:#130890'>Read Message 2 </span> <</if>> </div> ">> <br><<Text_animated_face_left_link Riley "Hey girl, I'm planning to come over to your place. I have something to tell you, and I also need your help with some school stuff">> <br><<Text_animated_face_right Veronica "Yeah, sure! I'm not that great at it myself and haven't really been focused on studying, but we'll figure it out together">> <br><<Text_animated_face_left_link Riley "Thanks a bunch! I'll see you on Tusday at afternoon then. Hugs!">> <br><div class="content_mail1_1_center_left"> End session</div><br><br> <<set $event_veronica[7].quantity =1>> <<set $message_from_riley_to_veronica2 =1>> <<New_quest riley_come_to_veronica_first_time>> <</linkappend>> <</if>> /*//////////////////////////////////////////////////////////////////////////////////////////*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ <<if $event_veronica[9].quantity ==1 && $event_veronica[5].quantity ==1 && $event_veronica[7].quantity ==1>> <br><<linkappend "<div class='content_mail1_1_center'> <<if $message_from_riley_to_veronica3 !=1>> <span style='color: #E4DC2D;'>New message</span> <<elseif $message_from_riley_to_veronica3 ==1>> <span style='color:#130890'>Read Message 3 </span> <</if>> </div> ">> <br><<Text_animated_face_right Veronica "Hey girl, I found something in my room today">> <br> <div class="gif_wide_between_text_tall_1 png_right"> <img style="width:300px; height:300px; box-shadow: 0px 0px;" src="img/Mall/Sex_shop/1.png"> </div> <style> .png_right{ margin-right:-400px; } </style> <br><<Text_animated_face_left_link Riley "Do you know what it is?">> <br><<Text_animated_face_right Veronica "Not really, can you help me out?">> <br><<Text_animated_face_left_link Riley "Hmm, it's time for you to grow up, girl. This thing makes us happy">> <br><<Text_animated_face_right Veronica "What do you mean?">> <br><<Text_animated_face_left_link Riley "What do you feel?">> <br><<Webp_between_text_random_178_left_link "Veronica/Messages/tease" 1 1>> <br><<Text_animated_face_right Veronica "A slight excitement">> <br><<Text_animated_face_left_link Riley "Good girl, and now?">> <br><<Webp_between_text_random_1_left_link "Veronica/Messages/tease" 2 2>> <br><<Text_animated_face_right Veronica "I'm getting wet already">> <br><<linkappend "<<Text_animated_face_left_link Riley 'Now turn on your toy and be careful with it, like I am'>>">> <br><<Mp4_178_left "Veronica/Messages/Riley" 1 1 1>> <<Voice_animation>> <br><<Text_animated_face_right Veronica "Wow, you know how to handle it">> <br><<Text_animated_face_right Veronica "Alright, let's give it a try...Mmm, it feels so good...">> <br><<Text_animated_face_right Veronica "Omg, Riley...I think I'm going to cum soon">> <br><<Text_animated_face_left_link Riley "I'd love to see that">> <br><<Text_animated_face_right Veronica "Watch...">> <br><<Mp4_between_text_wide_178_right_link "Veronica/Messages/Veronica" 1 1>> <br><<Text_animated_face_left_link Riley "<span><i>( Her pussy is so tasty )</i></span>">> <br><<Text_animated_face_right Veronica "Oh my god, I didn't know it could feel this good...">> <br><<Text_animated_face_left_link Riley "<span> Good girl... I'll teach you some delightful things, just because, hehe </span>" >> <<if $vr_corruption_mail_on_her1 !=1>> <br><<InsertText_Size_animated_link "<span>Veronica's corruption <<Green_text 'increased'>></span>">> <<set $vr_corruption_mail_on_her1 =1>> <<set $corruption[3] +=5>> <<Not_corruption_top_plus Veronica 5>> <</if>> <br><div class="content_mail1_1_center_left"> End session</div><br><br> <<set $event_veronica[10].quantity =1>> <<set $message_from_riley_to_veronica3 =1>> <<if !$day_to_riley_first_come1>> <<set $day_to_riley_first_come1 = $day>> <</if>> <</linkappend>> <</linkappend>> <</if>> /*////////////////////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////////////////////*/ <<if $event_veronica[10].quantity ==1 && $event_veronica[8].quantity ==1 && $day > $day_to_riley_first_come1 +6 && $backyard_purchase1 == 1>> <br><<linkappend "<div class='content_mail1_1_center'> <<if $message_from_riley_to_veronica4 !=1>> <span style='color: #E4DC2D;'>New message</span> <<elseif $message_from_riley_to_veronica4 ==1>> <span style='color:#130890'>Read Message 4 </span> <</if>> </div> ">> <br><<Text_animated_face_left_link Riley "Hello, I have to tell you, have you seen your mom, she's insanely hot milf">> <br><<Webp_between_text_random_178_left_link "Mom/mom_yard" 1 1>> <br><<Text_animated_face_right Veronica "Hmm, yeah...">> <br><<Text_animated_face_left_link Riley "I don't know about you, but I'll be visiting more often">> <br><<Text_animated_face_left_link Riley "I think she's even hotter than our teacher Francesca, though it's hard to compare">> <br><<Text_animated_face_right Veronica "It's interesting, I'm shy to talk to my Mom about such topics, but it doesn't mean my thoughts are innocent, haha">> <br><<Text_animated_face_left_link Riley "Oh, you cheeky one, well, expect me somehow next weekend">> <br><div class="content_mail1_1_center_left"> End session</div> <<New_quest riley_and_veronica_chat_hacked_laptop_chat_4>> <<set $event_veronica[11].quantity =1>> <<set $message_from_riley_to_veronica4 =1>> <</linkappend>> <</if>> /*//////////////////////////////////////////////////////////////////////////////////////////*/ <br> </div> </div> <style> .header_mail{ display:flex; flex-direction: column; width: 1050px; min-height: 350px; margin-left: -95px; border: 0px solid #fff; margin-top:-30px; margin-bottom:-10px; height: 826px; background-image: url('img/Veronica/check_mail1.jpg'); background-size: cover; border-radius:10px; filter: brightness(90%) saturate(100%); margin-bottom:-100px; filter: blur(0px); position:absolute; z-index:-11; overflow-y: auto; overflow-x: hidden; } .cap_mail{ display:flex; border: 0px solid #000; position: relative; z-index:10; min-width: 90%; height: 11%; background-color:#075e54; border-radius: 10px 10px 0px 0px; border-bottom: 2px solid #fff; } .contain_mail{ display:flex; height: 89%; border: 0px solid #fff; position: relative; z-index:10; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-radius: 10px 10px 0px 0px; padding-bottom:4px; } .cap_mail_1,.cap_mail_2,.cap_mail_3 { display:flex; justify-content:center; align-items:center; } .cap_mail_1{ width:20%; } .cap_mail_2{ width:40%; font-size:40px; font-weight:bold; justify-content:left; margin-left:-16px; margin-right:20px; } .cap_mail_3{ width:40%; } .cap_mail_1 img{ display: flex; object-fit: cover; height:70px; width:70px; border-radius: 37px; border:2px solid #fff; } .your_room{ width:500px; border: 0px solid #fff; } .cell_1_yr{ width:500px; } </style> <<RandomImageOnlyJpgContainer_persons 2 2 "Riley/Riley" "cap_mail_1">> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_178_left">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_178 mp4_left"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <style> .mp4_left{ border: 0px solid #fff; margin-left:-268px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_178_right">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_178 mp4_right"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <style> .mp4_right{ border: 0px solid #fff; padding-left: 400px; margin-right:-352px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_13_left">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_13 mp4_left"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <style> .mp4_left{ border: 0px solid #fff; margin-left:-270px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_178_left">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_178 webp_left"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_left{ border: 0px solid #fff; margin-left:-268px; } </style> <</widget>> <</nobr>>
<<nobr>> <<if $items_bathroom_room[0].quantity ==1>> <br><br><br><br><br> <<InsertText_Size_animated "You should first improve the bathroom for 800$">> <<else>> <<if $money >= 3000 && $items_bathroom_room[1].quantity == 1>> <<set $money -= 3000>> <br><br><br><br><br> <<InsertText_Size_animated "You improved bathroom. Now the bathroom looks quite spacious">> <br><<InsertText_Size_animated "The influence on Mom, Adriana and Veronica <<Green_text 'increased'>>">> <br><<Yellow "New events are available in the bathroom">> <<set $items_bathroom_room[1].quantity -=1>> <<set $relationship[1] += 5>> <<set $relationship[2] += 5>> <<set $relationship[3] += 5>> <<set $event_veronica[13].quantity =1>> <<set $bathroom_level =2>> <<Not_relationship_top_plus Mom 5>> <<Not_relationship_face1_plus Adriana 5>> <<Not_relationship_face2_plus Veronica 5>> <<elseif $items_bathroom_room[1].quantity == 0>> <br><br><br><br><br> <<InsertText_Size_animated "This has been improved">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <</if>> <<Back1 "Improve_bathroom_room">> <</nobr>>
<<nobr>> <<set $arousal_face =0>> <<set $arousal_face2 =0>> <<script>> $(document).one('passagestart', function() { var video = document.getElementById("myVideo"); if (video) { video.muted = false; } }); <</script>> <<Gallery>> /*///////////////////////////////// NEW VARS V-0.4 /////////////////////////////////////*/ <<if $temptation ==undefined>> <<set $temptation to ["Low","Moderate","High","Very High"]>> <</if>> <<if $key_version4 ==undefined>> <<set $key_version4 =0>> <</if>> <<if $arousal_face == undefined>> <<set $arousal_face = 0>> <</if>> <<if $arousal_face2 == undefined>> <<set $arousal_face2 = 0>> <</if>> <<if $arousal_person_max == undefined>> <<set $arousal_person_max = 6>> <</if>> <<if $russian_language == undefined>> <<set $russian_language = 0>> <</if>> <<if $lube == undefined>> <<set $lube = 0>> <</if>> <<if $arousal_face_max == undefined>> <<set $arousal_face_max = 0>> <</if>> /*////////////////////////////// GIFTS AND ITEMS ////////////////////////////*/ /* <<if $items_gifts === undefined || $items_gifts.length < 5>> <<set $items_gifts = [ {name: "chocolate_1", quantity: 0}, {name: "flower_1", quantity: 0}, {name: "makeup_1", quantity: 0}, {name: "makeup_2", quantity: 0}, {name: "wine", quantity: 0} ]>> <</if>> */ /* <<if $items_local_shop === undefined || $items_local_shop.length < 5>> <<set $items_local_shop= [ {name: "chocolate_1", quantity: 3000}, {name: "flower_1", quantity: 3000}, {name: "makeup_1", quantity: 3000}, {name: "makeup_2", quantity: 3000}, {name: "wine", quantity: 3000} ]>> <</if>> */ /*-------------- V 0.5 ----------------*/ <<if $items_local_shop === undefined || $items_local_shop.length < 7>> <<set $items_local_shop= [ {name: "chocolate_1", quantity: 3000}, {name: "flower_1", quantity: 3000}, {name: "makeup_1", quantity: 3000}, {name: "makeup_2", quantity: 3000}, {name: "wine", quantity: 3000}, {name: "milk 5", quantity: 3000}, {name: "bawl 6", quantity: 3000} ]>> <</if>> <<if $items_gifts === undefined || $items_gifts.length < 8>> <<set $items_gifts= [ {name: "chocolate_1", quantity: 0}, {name: "flower_1", quantity: 0}, {name: "makeup_1", quantity: 0}, {name: "makeup_2", quantity: 0}, {name: "wine 4", quantity: 0}, {name: "milk 5", quantity: 0}, {name: "baw 6l", quantity: 0}, {name: "book 7", quantity: 0} ]>> <</if>> /*////////////////////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////////////////////*/ /*-------------------------------- Events ------------------------------*/ <<if $event_puffi == undefined>> <<set $event_puffi = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0} ]>> <</if>> <<if $event_sophie == undefined>> <<set $event_sophie = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0} ]>> <</if>> <<if $event_angelica == undefined>> <<set $event_angelica = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> <</if>> <<if $event_telari == undefined>> <<set $event_telari = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0} ]>> <</if>> /*------------ V0.5-------------------*/ <<if $event_foxie == undefined>> <<set $event_foxie = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> <</if>> <<if $event_lana == undefined>> <<set $event_lana = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> <</if>> <<if $event_isabel == undefined>> <<set $event_isabel = [ {name: "0", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> <</if>> /*<<if $event_adriana == undefined>>*/ <<if !($event_adriana && $event_adriana.length === 20)>> <<set $event_adriana = [ {name: "0 no_events", quantity: 0}, {name: "1", quantity: 0}, {name: "2", quantity: 0}, {name: "3", quantity: 0}, {name: "4", quantity: 0}, {name: "5", quantity: 0}, {name: "6", quantity: 0}, {name: "7", quantity: 0}, {name: "8", quantity: 0}, {name: "9", quantity: 0}, {name: "10", quantity: 0}, {name: "11", quantity: 0}, {name: "12", quantity: 0}, {name: "13", quantity: 0}, {name: "14", quantity: 0}, {name: "15", quantity: 0}, {name: "16", quantity: 0}, {name: "17", quantity: 0}, {name: "18", quantity: 0}, {name: "19", quantity: 0} ]>> <</if>> /* <<if !($event_mom.length === 37)>> <<set $event_mom = [ {name: "0 talk_mom_her_room", quantity: 0}, {name: "1 talk_mom_living_room", quantity: 0}, {name: "2 bath_level1_upgrade", quantity: 0}, {name: "3 your_room_level1_upgrade", quantity: 0}, {name: "4 help_mom_kitchen_relationship", quantity: 0}, {name: "5 mom_room_level1_upgrade", quantity: 0}, {name: "6 living_room_level1_upgrade", quantity: 0}, {name: "7 room_2", quantity: 0}, {name: "8 mom_peek_you_20-30 ", quantity: 0}, {name: "9 mom_peek_you_30-40 ", quantity: 0}, {name: "10 temptation_living_room ", quantity: 0}, {name: "11 ", quantity: 0}, {name: "12 ", quantity: 0}, {name: "13 mom_in_your_room", quantity: 0}, {name: "14 tempt kitchen", quantity: 0}, {name: "15 jerk_off_living_room", quantity: 0}, {name: "16 Talk_mom_her_room_about_her_work", quantity: 0}, {name: "17 Visit_mom_at_work", quantity: 0}, {name: "18 Talk_living_room_about_backyard", quantity: 0}, {name: "19 Need_buy_backyard", quantity: 0}, {name: "20 Mom_catch_porno_watch", quantity: 0}, {name: "21 ", quantity: 0}, {name: "22 ", quantity: 0}, {name: "23 ", quantity: 0}, {name: "24 ", quantity: 0}, {name: "25 ", quantity: 0}, {name: "26 ", quantity: 0}, {name: "27 ", quantity: 0}, {name: "28 ", quantity: 0}, {name: "29 ", quantity: 0}, {name: "30 ", quantity: 0}, {name: "31 ", quantity: 0}, {name: "32 ", quantity: 0}, {name: "33 ", quantity: 0}, {name: "34 ", quantity: 0}, {name: "35 ", quantity: 0}, {name: "36 ", quantity: 0} ]>> <</if>> */ <<for _i = 24; _i <= 36; _i++>> <<if typeof $event_mom[_i] === "undefined">> <<set $event_mom[_i] = {name: _i + " ", quantity: 0}>> <</if>> <</for>> <<set $event_achievements = $event_achievements || []>> <<for _i = 0; _i <= 19; _i++>> <<if typeof $event_achievements[_i] === "undefined">> <<set $event_achievements[_i] = {name: _i.toString(), quantity: 0}>> <</if>> <</for>> <<set $event_lilith = $event_lilith || []>> <<for _i = 0; _i <= 19; _i++>> <<if typeof $event_lilith[_i] === "undefined">> <<set $event_lilith[_i] = {name: _i.toString(), quantity: 0}>> <</if>> <</for>> <<for _i = 23; _i <= 47; _i++>> <<if typeof $event_veronica[_i] === "undefined">> <<set $event_veronica[_i] = {name: _i.toString(), quantity: 0}>> <</if>> <</for>> /*////////////////////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////////////////////*/ /*-------------------------------- relationship ------------------------------*/ <<if $relationship[19] == undefined>> <<set $relationship[19] to 0>> <</if>> <<if $relationship[20] == undefined>> <<set $relationship[20] to 0>> <</if>> <<if $relationship[21] == undefined>> <<set $relationship[21] to 0>> <</if>> <<if $relationship[22] == undefined>> <<set $relationship[22] to 0>> <</if>> <<if $relationship[23] == undefined>> <<set $relationship[23] to 0>> <</if>> <<if $relationship[24] == undefined>> <<set $relationship[24] to 0>> <</if>> <<if $relationship[25] == undefined>> <<set $relationship[25] to 0>> <</if>> <<if $relationship[26] == undefined>> <<set $relationship[26] to 0>> <</if>> <<if $relationship[27] == undefined>> <<set $relationship[27] to 0>> <</if>> <<if $relationship[28] == undefined>> <<set $relationship[28] to 0>> <</if>> <<if $relationship[29] == undefined>> <<set $relationship[29] to 0>> <</if>> <<if $relationship[30] == undefined>> <<set $relationship[30] to 0>> <</if>> <<if $relationship[31] == undefined>> <<set $relationship[31] to 0>> <</if>> <<if $relationship[32] == undefined>> <<set $relationship[32] to 0>> <</if>> <<if $relationship[33] == undefined>> <<set $relationship[33] to 0>> <</if>> <<if $relationship[34] == undefined>> <<set $relationship[34] to 0>> <</if>> <<if $relationship[35] == undefined>> <<set $relationship[35] to 0>> <</if>> <<if $relationship[36] == undefined>> <<set $relationship[36] to 0>> <</if>> <<if $relationship[37] == undefined>> <<set $relationship[37] to 0>> <</if>> <<if $relationship[38] == undefined>> <<set $relationship[38] to 0>> <</if>> <<if $relationship[39] == undefined>> <<set $relationship[39] to 0>> <</if>> /*----------------------------------------------------------------------------------*/ /*---------------------------------- obedience --------------------------------*/ <<if $obedience[19] == undefined>> <<set $obedience[19] to 0>> <</if>> <<if $obedience[20] == undefined>> <<set $obedience[20] to 0>> <</if>> <<if $obedience[21] == undefined>> <<set $obedience[21] to 0>> <</if>> <<if $obedience[22] == undefined>> <<set $obedience[22] to 0>> <</if>> <<if $obedience[23] == undefined>> <<set $obedience[23] to 0>> <</if>> <<if $obedience[24] == undefined>> <<set $obedience[24] to 0>> <</if>> <<if $obedience[25] == undefined>> <<set $obedience[25] to 0>> <</if>> <<if $obedience[26] == undefined>> <<set $obedience[26] to 0>> <</if>> <<if $obedience[27] == undefined>> <<set $obedience[27] to 0>> <</if>> <<if $obedience[28] == undefined>> <<set $obedience[28] to 0>> <</if>> <<if $obedience[29] == undefined>> <<set $obedience[29] to 0>> <</if>> <<if $obedience[30] == undefined>> <<set $obedience[30] to 0>> <</if>> <<if $obedience[31] == undefined>> <<set $obedience[31] to 0>> <</if>> <<if $obedience[32] == undefined>> <<set $obedience[32] to 0>> <</if>> <<if $obedience[33] == undefined>> <<set $obedience[33] to 0>> <</if>> <<if $obedience[34] == undefined>> <<set $obedience[34] to 0>> <</if>> <<if $obedience[35] == undefined>> <<set $obedience[35] to 0>> <</if>> <<if $obedience[36] == undefined>> <<set $obedience[36] to 0>> <</if>> <<if $obedience[37] == undefined>> <<set $obedience[37] to 0>> <</if>> <<if $obedience[38] == undefined>> <<set $obedience[38] to 0>> <</if>> <<if $obedience[39] == undefined>> <<set $obedience[39] to 0>> <</if>> /*-------------------------------------------------------------------------------------------*/ /*---------------------------------- corruption --------------------------------*/ <<if $corruption[19] == undefined>> <<set $corruption[19] to 0>> <</if>> <<if $corruption[20] == undefined>> <<set $corruption[20] to 0>> <</if>> <<if $corruption[21] == undefined>> <<set $corruption[21] to 0>> <</if>> <<if $corruption[22] == undefined>> <<set $corruption[22] to 0>> <</if>> <<if $corruption[23] == undefined>> <<set $corruption[23] to 0>> <</if>> <<if $corruption[24] == undefined>> <<set $corruption[24] to 0>> <</if>> <<if $corruption[25] == undefined>> <<set $corruption[25] to 0>> <</if>> <<if $corruption[26] == undefined>> <<set $corruption[26] to 0>> <</if>> <<if $corruption[27] == undefined>> <<set $corruption[27] to 0>> <</if>> <<if $corruption[28] == undefined>> <<set $corruption[28] to 0>> <</if>> <<if $corruption[29] == undefined>> <<set $corruption[29] to 0>> <</if>> <<if $corruption[30] == undefined>> <<set $corruption[30] to 0>> <</if>> <<if $corruption[31] == undefined>> <<set $corruption[31] to 0>> <</if>> <<if $corruption[32] == undefined>> <<set $corruption[32] to 0>>> <</if>> <<if $corruption[33] == undefined>> <<set $corruption[33] to 0>> <</if>> <<if $corruption[34] == undefined>> <<set $corruption[34] to 0>> <</if>> <<if $corruption[35] == undefined>> <<set $corruption[35] to 0>> <</if>> <<if $corruption[36] == undefined>> <<set $corruption[36] to 0>> <</if>> <<if $corruption[37] == undefined>> <<set $corruption[37] to 0>> <</if>> <<if $corruption[38] == undefined>> <<set $corruption[38] to 0>> <</if>> <<if $corruption[39] == undefined>> <<set $corruption[39] to 0>> <</if>> /*------------------------------------------------------------------------------------*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ <<if $obedience_tinder == undefined>> <<set $obedience_tinder to [0, 0, 0, 0, 0, 0, 0, 0, 0]>> <</if>> /* -- -----------V0.4 ---------------*/ /* <<if $name[19] == undefined>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi"]>> <</if>> <<if $name[20] == undefined>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica"]>> <</if>> */ /*------------V.05--------------*/ <<if $name[19] == undefined>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica", "Sophie", "Telari", "Megan", "Foxie", "Lana", "Isabel"]>> <</if>> <<if $name[20] == undefined>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica", "Sophie", "Telari", "Megan", "Foxie", "Lana", "Isabel"]>> <</if>> <<if $name[21] == undefined>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica", "Sophie", "Telari", "Megan", "Foxie", "Lana", "Isabel"]>> <</if>> <<if $name[22] == undefined>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica", "Sophie", "Telari", "Megan", "Foxie", "Lana", "Isabel"]>> <</if>> <<if $name[23] == undefined>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica", "Sophie", "Telari", "Megan", "Foxie", "Lana", "Isabel"]>> <</if>> <<if $name[24] == undefined>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica", "Sophie", "Telari", "Megan", "Foxie", "Lana", "Isabel"]>> <</if>> /*///////////////////////////////// V0.7 //////////////////////////////////////*/ <<if !$name || $name.length < 39>> <<set $name to [ " ","Mom", "Adriana", "Veronica","Kagney", "Kerry","Aletta","Carmel","Francesca","Monique","Alexis","Donna","Amy","Brooke","Remy", "Riley", "Vain", "Anissa", "Marie", "Puffi", "Angelica", "Sophie", "Telari", "Megan", "Foxie", "Lana", "Isabel", "Abella", "Erik", "Lisa", "Richelle", "Cali", "Alix", "Bellucci", "Gia", "Cherry", "Grays", "Lilith", "Vanessa"]>> <</if>> /*/////////////////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////// ITEMS ///////////////////////////////*/ /*---------------------- TO VERSION 0.5--------------------------*/ <<if $anal_plug == undefined>> <<set $anal_plug =0>> <</if>> <<if $meet_lana == undefined>> <<set $meet_lana =0>> <</if>> <<if $person_health == undefined>> <<set $person_health =5>> <</if>> <<if $male_suit3_con == undefined>> <<set $male_suit3_con =0>> <</if>> <<if $female_foxie_maid == undefined>> <<set $female_foxie_maid =0>> <</if>> <<if $meet_with_isabel_night_club1 == undefined>> <<set $meet_with_isabel_night_club1 =0>> <</if>> <<if $dildo == undefined>> <<set $dildo =0>> <</if>> <<if $trainability == undefined>> <<set $trainability =0>> <</if>> <<if $dumbbells == undefined>> <<set $dumbbells =0>> <</if>> <<if $adriana_take_drug1 == undefined>> <<set $adriana_take_drug1 =0>> <</if>> <<if $arousal_pills == undefined>> <<set $arousal_pills = 0>> <</if>> <<if $your_room_level == undefined>> <<set $your_room_level =0>> <</if>> <<if $adriana_room_level == undefined>> <<set $adriana_room_level =0>> <</if>> <<if $veronica_room_level == undefined>> <<set $veronica_room_level =0>> <</if>> <<if $mom_room_level == undefined>> <<set $mom_room_level =0>> <</if>> <<if $bathroom_level == undefined>> <<set $bathroom_level =0>> <</if>> <<if $kitchen_level == undefined>> <<set $kitchen_level =0>> <</if>> <<if $living_room_level == undefined>> <<set $living_room_level=0>> <</if>> <<if $hallway_level == undefined>> <<set $hallway_level = 0>> <</if>> <<if $adriana_caught1 == undefined>> <<set $adriana_caught1 = 0>> <</if>> <<if $drug1 == undefined>> <<set $drug1 = 0>> <</if>> <<if $funny_thing_adriana == undefined>> <<set $funny_thing_adriana = 0>> <</if>> <<if $arousal_pills == undefined>> <<set $arousal_pills = 0>> <</if>> <<if $previousNode == undefined>> <<set $previousNode to "Hallway">> <</if>> <<if $cheats_mom == undefined>> <<set $cheats_mom = 0>> <</if>> <<if $obedience_book1== undefined>> <<set $obedience_book1 =0>> <</if>> <<if $corruption_book1== undefined>> <<set $corruption_book1 =0>> <</if>> <<if $male_suit2_con== undefined>> <<set $male_suit2_con =0>> <</if>> <<if $drill1 == undefined>> <<set $drill1 =0>> <</if>> <<if $mom_backyard_corrupted_massage == undefined>> <<set $mom_backyard_corrupted_massage =0>> <</if>> <<if $talk_mom_help_office == undefined>> <<set $talk_mom_help_office =0>> <</if>> <<if $veronica_vibrator1 == undefined>> <<set $veronica_vibrator1 =0>> <</if>> <<if $veronica_laptop1 == undefined>> <<set $veronica_laptop1 = 0>> <</if>> <<if $veronica_laptop1_hack == undefined>> <<set $veronica_laptop1_hack = 0>> <</if>> <<if $combat_skill == undefined>> <<set $combat_skill = 0>> <</if>> <<if $default_attack == undefined>> <<set $default_attack = 1>> <</if>> <<if $vain_class_attend == undefined>> <<set $vain_class_attend = 0>> <</if>> <<if $path_with_vain == undefined>> <<set $path_with_vain = 0>> <</if>> <<if $vanessa_not_this_story == undefined>> <<set $vanessa_not_this_story = 0>> <</if>> <<if $omega == undefined>> <<set $omega = 2726345381511337>> <</if>> <<if $beta== undefined>> <<set $beta = 6882056584321503000>> <</if>> <<if $alpha== undefined>> <<set $alpha = 131934305388892520000>> <</if>> <<if $sigma == undefined>> <<set $sigma = 179910416439398920000>> <</if>> <<if $perk1 == undefined>> <<set $perk1 = 0>> <</if>> <<if $perk2 == undefined>> <<set $perk2 = 0>> <</if>> <<if $perk3 == undefined>> <<set $perk3 = 0>> <</if>> <<if $perk4 == undefined>> <<set $perk4 = 0>> <</if>> <<if $perk4 == undefined>> <<set $perk4 = 0>> <</if>> /*/////////////////////////////////////////////////////////////////////////////////////*/ <<fix_attributes>><</fix_attributes>> /* <<Connect>><</Connect>> <<set $akfmac to window.resultp3456>> */ /*//////////////////////////// V-0.7 ////////////////////////////////*/ <<previous_passage_2step>><</previous_passage_2step>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr" id="action_60"> <<if $items_veronica_room[0].quantity == 1>> <div id="buy_veronica_room_1">Room 900$</div> <</if>> <div class="blur" id="buy_veronica_room_2">Room 9000$</div> <div class="blur" id="buy_veronica_room_3">Hallway 40 000$</div> </div> </div> <<if $items_veronica_room[0].quantity == 1>> <<RandomImageOnlyJpg 1 1 "Veronica_room/veronica_room">> <<elseif $items_veronica_room[1].quantity == 1>> <<RandomImageOnlyWebp1 2 2 "Veronica_room/veronica_room">> <<elseif $items_veronica_room[2].quantity == 1>> <<RandomImageOnlyWebp1 3 3 "Bathroom/bathroom_room">> <</if>> <<Back1 "Improve_house">> <<ClickContainerById "buy_veronica_room_1" "buy_veronica_room_1">><</ClickContainerById>> <<ClickContainerById "buy_veronica_room_2" "buy_veronica_room_2">><</ClickContainerById>> <<ClickContainerById "buy_hallway_room_3" "Under_the_development">> <</ClickContainerById>> <</nobr>>
<<nobr>> <<if $veronica_talk1_vr !=1>> <br><br><br><br><br> <<InsertText_Size_animated "You need to talk with Veroncia first">> <<elseif $veronica_talk1_vr ==1>> <<if $money >= 900 && $items_veronica_room[0].quantity == 1>> <<set $money -= 900>> <br><br><br><br><br> <<InsertText_Size_animated "You improved Veronica's room. Your relationship with Veronica <<Green_text 'increased'Veronica <<Green_text 'increased'>>">> <<set $relationship[3] +=5>> <<set $event_veronica[0].quantity =1>> <<set $items_veronica_room[0].quantity to 0>> <<set $veronica_room_level =1>> <<Not_relationship_top_plus Veronica 3>> <<elseif $items_veronica_room[0].quantity == 0>> <br><br><br><br><br> <<InsertText_Size_animated "This has been improved">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <</if>> <<Back1 "Improve_veronica_room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "Hey Veronica, this is for you. I know you wanted to buy it, so I hope it makes you happy">> <br><<Text_animated_face Veronica "Wow, I didn't expect you to buy it for me! I had already started saving money myself. Thank you so much, hehe. I am so happy!">> <br><<InsertText_Size_animated "Veronica's relationship <<Green_text 'increased'>>">> <<set $relationship[3] += 3>> <<set $items_gifts[2].quantity -=1>> <<set $gift_makeup1_veronica =1>> <<set $event_veronica[5].quantity =1>> <<Not_relationship_top_plus Veronica 3>> <<Not_top1_minus Makeup 1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Veronica/thanks" "cell_center" >> <<Back1 "Give_gift_vr">> <</nobr>>
key 1 - 19324121 key 2 - 02171217 key 3 - 83554441
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" style="margin-bottom:-30px;"> <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Devices</div> <<if $event_veronica[3].quantity != 1>> <div><img src="img/Mall/Electronics/laptop1.png"></div> <</if>> <<if $camera1 != 1>> <div><img src="img/Mall/Electronics/camera1.png"></div> <</if>> <<if $pc1 != 1>> <div><img style="width: 180px; " src="img/Mall/Electronics/pc1.png"></div> <</if>> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $event_veronica[3].quantity != 1 && $money >=600>> <div> <<link "600$" _name_of_passage>> <<set $money -= 600>> <<set $veronica_laptop1 = 1>> <<set $event_veronica[3].quantity =1>> <</link>> </div> <<elseif $money <600>> <div> <<link "600$" _name_of_passage>> <</link>> </div> <</if>> <<if $camera1 != 1 && $money >=440>> <div> <<link "440$" _name_of_passage>> <<set $money -= 440>> <<set $camera1 =1>> <</link>> </div> <<elseif $money <440>> <div> <<link "440$" _name_of_passage>> <</link>> </div> <</if>> <<if $pc1 != 1 && $money >=1350>> <div> <<link "1350$" _name_of_passage>> <<set $money -= 1350>> <<set $pc1 =1>> <</link>> </div> <<elseif $pc1 != 1 && $money <1350>> <div> <<link "1350$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<Back1 "Mall">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Veronica "Oh my gosh, thank you! You got exactly what I asked for. You're wonderful!">> <br><<InsertText_Size_animated "Veronica's relationship <<Green_text 'increased'>>">> <br><<Yellow "Now you can monitor her through the laptop">> <<set $relationship[3] += 3>> <<set $event_veronica[4].quantity =1>> <<set $veronica_laptop1 -= 1>> <<Not_relationship_top_plus Veronica 3>> <<Not_top1_minus Laptop 1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Veronica/thanks" "cell_center" >> <<Back1 "Veronica room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "Hmm, that's her friend Riley. It looks like they're studying together, or maybe not. It's hard to hear what they're up to. Need to spy on them more often">> <br><<Yellow "It's worth continuing to monitor their conversations through the hacked laptop. By next time, don't forget to upgrade the backyard">> <<New_quest riley_first_peek_with_veronica_in_her_room1>> <<set $event_veronica[8].quantity =1>> <<set $day_time ++>> <<RandomImageOnlyWebp1 1 1 "Veronica_room/VRT/" "cell_center">> <<Back1 "Veronica room">> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" style="margin-bottom:-30px;"> <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Items </div> <div><img src="img/Mall/Sex_shop/1.png"></div> <div><img src="img/Mall/Sex_shop/2.png"></div> <div><img src="img/Mall/Sex_shop/3.png"></div> <div><img src="img/Mall/Sex_shop/4.png"></div> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> /*-----------------------------------------------------------------------------*/ <<if $money >=400>> <div> <<link "400$" _name_of_passage>> <<set $money -= 400>> <<set $veronica_vibrator1 ++>> <</link>> </div> <<elseif $money <400>> <div> <<link "400$" _name_of_passage>> <</link>> </div> <</if>> /*---------------------------------------------------------------------------------*/ <<if $money >=400>> <div> <<link "400$" _name_of_passage>> <<set $money -= 400>> <<set $dildo ++>> <</link>> </div> <<elseif $money <400>> <div> <<link "400$" _name_of_passage>> <</link>> </div> <</if>> /*---------------------------------------------------------------------------------*/ <<if $money >=30>> <div> <<link "30$" _name_of_passage>> <<set $money -= 30>> <<set $lube += 1>> <</link>> </div> <<elseif $money <30>> <div> <<link "30$" _name_of_passage>> <</link>> </div> <</if>> /*----------------------------------------------------------------------------------*/ <<if $money >=680>> <div> <<link "680$" _name_of_passage>> <<set $money -= 680>> <<set $anal_plug += 1>> <</link>> </div> <<elseif $money <680>> <div> <<link "680$" _name_of_passage>> <</link>> </div> <</if>> /*----------------------------------------------------------------------------------*/ </div> </div> </div> <<Back1 "Mall">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_178_right">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_178 webp_right"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_right{ border: 0px solid #fff; padding-left: 400px; margin-right:-352px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_1_left">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_1 webp_left"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_left{ border: 0px solid #fff; margin-left:-268px; } </style> <</widget>> <</nobr>>
<<nobr>> <<if $energy >0 >> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "Veronica's relationship<<Green_text 'increased'>>">> <<set _random to random(1,2)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Kitchen/kitchen_help" "cell_center" >> <<else>> <<replaceClass "cell_center" "cell_center_video_15">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Kitchen/kitchen_help" "cell_center" >> <</if>> <<set $relationship[3] += 1>> <<Not_relationship_top_plus Veronica 1>> <<set $day_time ++>> <<set $energy -->> <<Back1 "Kitchen">> <<else>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Kitchen">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr" id="action_60"> <<if $items_kitchen_room[0].quantity == 1>> <div id="buy_kitchen_room_1">Kitchen 3000$</div> <</if>> <div class="blur" id="buy_kitchen_room_1">Kitchen 40000$</div> </div> </div> <<if $items_kitchen_room[0].quantity == 1>> <<RandomImageOnlyWebp1 2 2 "Kitchen/kitchen">> <<elseif $items_kitchen_room[0].quantity == 0 && $items_kitchen_room[1].quantity == 1>> <<RandomImageOnlyWebp1 1 1 "Kitchen/kitchen">> <</if>> <<Back1 "Improve_house">> <<ClickContainerById "buy_kitchen_room_1" "buy_kitchen_room_1">><</ClickContainerById>> <<ClickContainerById "buy_hallway_room_3" "Under_the_development">> <</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 3000 && $items_kitchen_room[0].quantity == 1>> <<set $money -= 3000>> <br><br><br><br><br> <<InsertText_Size_animated "You have improved the Kitchen">> <br><<InsertText_Size_animated "The influence on Mom, Adriana and Veronica <<Green_text 'increased'>>">> <<set $relationship[1] += 2>> <<set $relationship[2] += 2>> <<set $relationship[3] += 2>> <<set $items_kitchen_room[0].quantity to 0>> <<set $kitchen_level =1>> <<Not_relationship_top_plus Mom 2>> <<Not_relationship_face1_plus Adriana 2>> <<Not_relationship_face2_plus Veronica 2>> <<elseif $items_kitchen_room[0].quantity == 0>> <br><br><br><br><br> <<InsertText_Size_animated "This has been improved">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <<Back1 "Improve_kitchen_room">> <</nobr>>
<<nobr>> <<if $veronica_vibrator1 <=0 && $dildo <=0>> <br><br><br><br><br> <<Text "There is nothing to take action on here">> <<else>> <br><br><br><br><br> <br> <div class="your_room"> <<if $veronica_vibrator1 >=1>> <div class="cell_1_yr"> <div id="Sneak_vibrator_vr">Sneak A Vibrator In</div> </div> <</if>> <<if $dildo >=1>> <div class="cell_2_yr"> <div id="Sneak_vibrator_vr2">Sneak A Dildo In</div> </div> <</if>> </div> <</if>> <<Back1 "Veronica room">> <<ClickContainerById "Sneak_vibrator_vr" "Sneak_vibrator_vr">><</ClickContainerById>> <<ClickContainerById "Sneak_vibrator_vr2" "Sneak_vibrator_vr2">><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $sneak_vibrator_vr !=1>> <<Text "You have sneaked a vibrator into Veronica's room">> <<set $sneak_vibrator_vr =1>> <<set $veronica_vibrator1 -=1>> <<set $event_veronica[9].quantity = 1>> <<Not_top_minus Vibrator 1>> <<else>> <<Text "You've already placed a vibrator into Veronica's room">> <</if>> <<Back1 "Use_items_vr">> <</nobr>>
<<nobr>> <<if $items_gifts[1].quantity >=1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<Text_animated_face Veronica "Thank you, dear brother! Here is a kiss from me. Mwah!">> <br><<InsertText_Size_animated "Veronica's relationship <<Green_text 'increased'>>">> <<set $relationship[3] += 3>> <<Not_relationship_top_plus Veronica 3>> <<Not_top1_minus Flowers 1>> <<set $items_gifts[1].quantity -=1>> <<RandomImageOnlyWebp1 3 3 "Veronica/thanks" "cell_center">> <<else>> <br> <br><br><br><br> <<InsertText_Size_animated "You don't have flowers">> <</if>> <<Back1 "Give_gift_vr">> <</nobr>>
<<nobr>> <<if $items_gifts[0].quantity >=1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<Text_animated_face Veronica "Thank you, dear brother! Here's a kiss from me. Mwah!">> <br><<InsertText_Size_animated "Veronica's relationship <<Green_text 'increased'>>">> <<Not_relationship_top_plus Veronica 0.5>> <<Not_top1_minus Chocolate 1>> <<set $relationship[3] += 0.5>> <<set $items_gifts[0].quantity -=1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Veronica/thanks" "cell_center" >> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have chocolate">> <</if>> <<Back1 "Give_gift_vr">> <</nobr>>
<<nobr>> <<widget "Arousal_person_face">> <<set _name to $args[0]>> <div class="content_text_visual_face" id="animated" style="border: 0px solid;"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="progress_bar_contatiner_sex_person_face" > <div class="inner-container-sex-person-face">Arousal $arousal_face</div> <div id="progress_bar_sex_person_face"> </div> <div id="progress_bar_1_sex_person_face"> </div> </div> </div> </div> </div> <style> .progress_bar_contatiner_sex_person_face{ border: 0px solid #666; width: 482px; display:flex; background-color:black; min-height:30px; padding-top:0px; padding-left:4px; margin-top:8px; box-shadow: 0 0 2px 2px #fff; overflow: hidden; position:relative; background: linear-gradient(90deg, rgba(171,89,173,1) 0%, rgba(68,1,50,1) 100%); } </style> <<script>> var arousal_face = State.variables.arousal_face; var widthPercentage = ( arousal_face/ 10) * 100; document.documentElement.style.setProperty('--progress-bar-width-sex-person-face', widthPercentage + '%'); <</script>> <style> #progress_bar_sex_person_face{ display: flex; width: var(--progress-bar-width-sex-person-face); transition: width 0.3s ease-in-out; z-index: 1; border: 0px solid #fff; } #progress_bar_1_sex_person_face { display: flex; width: calc(100% - var(--progress-bar-width-sex-person-face)); transition: width 0.3s ease-in-out; z-index: 1; border: 0px solid #fff; background-color:black; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } .inner-container-sex-person-face { position: absolute; font-weight: bold; z-index: 2; top: 0; left: 0; color: #10B8B7; margin-left:10px; width: 100%; height: 100%; border: 0px solid; text-shadow: -1px -1px 0 #000, 0.5px -0.5px 0 #000, -1px 1px 0 #000, 0.5px 0.5px 0 #000; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Text_animated_face_left_link">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual_face left_text_mail" id="animated"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="text_face_2_2"><span> _text </span></div> </div> </div> </div> <style> .left_text_mail{ width:700px; border:0px solid #fff; margin-left:16px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_178_left_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_178 mp4_left_link"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <style> .mp4_left_link{ border: 0px solid #fff; margin-left:-133px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_13_left_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_13 mp4_left_link"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <style> .mp4_left_link{ border: 0px solid #fff; margin-left:-130px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_178_left_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_178 webp_left_link"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_left_link{ border: 0px solid #fff; margin-left:-133px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_1_left_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_1 webp_left_link"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_left_link{ border: 0px solid #fff; margin-left:-133px; } </style> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Yellow "Here, you can monitor Veronica through the hacked laptop when she goes online. She usually goes online on Wednesday evenings, but there are other days as well...">> <<if $event_veronica[10].quantity ==1 && $day_time ==4 && $day_week ==2>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Spy_veronica_1"> Spy 1</div> </div> </div> <</if>> <<if $vr_corruption_spy_on_her1 ==1 && $day_time ==4 && $day_week ==2>> <div class="your_room"> <div class="cell_2_yr"> <div id="Spy_veronica_2"> Spy 2</div> </div> </div> <</if>> <<if $vr_corruption_spy_on_her2 ==1 && $day_time ==4 && $day_week ==2 && $event_veronica[12].quantity ==1>> <div class="your_room"> <div class="cell_2_yr"> <div id="Spy_veronica_3"> Spy 3</div> </div> </div> <</if>> <<if $event_veronica[20].quantity ==1 && $day_time ==3 && $day_week ==1>> <div class="your_room"> <div class="cell_2_yr"> <div id="Spy_veronica_4"> Spy 4</div> </div> </div> <</if>> <<Back1 "Laptop_vr">> <<RandomImageOnlyWebp1 2 2 "Veronica/laptop" "cell_center">> <<ClickContainerById "Spy_veronica_1" "Spy_veronica_1">><</ClickContainerById>> <<ClickContainerById "Spy_veronica_2" "Spy_veronica_2" >> <</ClickContainerById>> <<ClickContainerById "Spy_veronica_3" "Spy_veronica_3" >> <</ClickContainerById>> /*///////////////////////// BONUS SCENE ///////////////////////////*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "Spy_veronica_4" "Spy_veronica_4" >> <</ClickContainerById>> <<else>> <<ClickContainerById "Spy_veronica_4" "Spy_veronica_4_forbidden" >> <</ClickContainerById>> <</if>> /*//////////////////////////////////////////////////////////////////////*/ <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Veronica/Spy/1/" "cell_center" >> <br><<Text_animated_face_person "After all, the vibrator did its job">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/1/" 2 2>> <br><<Text_animated_face_person "Good girl, now that she has tasted the fruit of lust, it will be easier to take control of her mind">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/1/" 4 4>> <br><<Text_animated_face_person "Yes, baby, rub it harder">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/1/" 3 3>> <br><<Text_animated_face_person "Such a tasty sister">> <<if $vr_corruption_spy_on_her1 !=1>> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <<set $vr_corruption_spy_on_her1 =1>> <<set $corruption[3] +=5>> <<Not_corruption_top_plus Veronica 5>> <</if>> <<set $event_veronica[26].quantity = 1>> <<Back1 "Spy_veronica_laptop">> <</linkappend>> <</linkappend>> <</linkappend>> <<set $day_time ++>> <</nobr>>
<<nobr>> <<if $day_time ==4 && $day_week ==2>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Veronica/Spy/2/" "cell_center" >> <br><<Text_animated_face_person "What will you show this time...">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/2/" 3 3>> <br><<Text_animated_face_person "Wow, you have a beautiful booty, sis">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/2/" 5 5>> <br><<Text_animated_face_person "God, you're so wet in your bed">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/2/" 4 4>> <br><<Text_animated_face_person "Mmm...It seems she has mastered controlling that thing skillfully">> <<if $vr_corruption_spy_on_her2 !=1>> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <<set $vr_corruption_spy_on_her2 =1>> <<set $corruption[3] +=5>> <<Not_corruption_top_plus Veronica 5>> <</if>> <<set $event_veronica[17].quantity =1>> <<Back1 "Laptop_vr">> <</linkappend>> <</linkappend>> <</linkappend>> <<else>> <br><br><br><br> <br><<InsertText_Size_animated "Nothing is happening here">> <<Back1 "Laptop_vr">> <</if>> <<set $day_time ++>> <</nobr>>
<<nobr>> <<if $day_time ==4 && $day_week ==2>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Veronica/Spy/3/" "cell_center" >> <br><<Text_animated_face_person "What will you show today, my sexy sis Veronica">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/3/2." 1 1>> <br><<Text_animated_face_person "She becomes more and more corrupted in her search for herself">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/3/" 3 3>> <br><<Text_animated_face_person "I feel like I'll soon take control of that sweet ass">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/3/" 4 4>> <br><<Text_animated_face_person "She's thoroughly enjoying her new toy">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/3/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Spy/3/" 6 6>> <br><<Text_animated_face_person "Yes, baby, splash everything around">> <br><<Text_animated_face_person "<<Yellow_text 'Maybe its time to transition to the next step of influence'>>">> <<if $vr_corruption_spy_on_her3 !=1>> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <<set $vr_corruption_spy_on_her3 =1>> <<set $corruption[3] +=5>> <<Not_corruption_top_plus Veronica 5>> <<set $event_veronica[15].quantity =1>> <</if>> <<Back1 "Laptop_vr">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<else>> <br><br><br><br> <br><<InsertText_Size_animated "Nothing is happening here">> <<Back1 "Laptop_vr">> <</if>> <<set $day_time ++>> <</nobr>>
<<nobr>> <<widget "InsertText_Size_animated_link">> <<set _text to $args[0]>> <div class="content_text_visual_1 left_mail_no_persons" id="animated"> <div class="content_text_1"> <div style="text-align: center;"> _text </div> </div> </div> <style> .left_mail_no_persons{ width:700px; border:0px solid #fff; margin-left:203px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_178_right_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_178 mp4_right_link"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <style> .mp4_right_link{ border: 0px solid #fff; margin-right:-620px; } </style> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $sneak_vibrator_vr2 !=1>> <<InsertText_Size_animated "You have sneaked a dildo into Veronica's room">> <<set $sneak_vibrator_vr2 =1>> <<set $event_veronica[12].quantity = 1>> <<set $dildo -=1>> <<Not_top_minus Dildo 1>> <<else>> <<Text "You've already placed a dildo into Veronica's room">> <</if>> <<Back1 "Use_items_vr">> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $items_bathroom_room[0].quantity == 0 && $items_bathroom_room[1].quantity == 1>> <br><<Text_animated_face_person "Can i come in?">> <br><<Text_animated_face Veronica "No!">> <br><<InsertText_Size_animated "You don't have enough influence on Veronica">> <br><<Yellow "You should consider improving the bathroom and Veronica's attributes">> <<Back1 "Bathroom">> <<RandomImageOnlyWebp1 1 1 "Bathroom/Veronica/Veronica" "cell_center">> <<elseif $items_bathroom_room[0].quantity == 0 && $items_bathroom_room[1].quantity == 0 && $relationship[3] >=30 && $corruption[3] >=25 >> <br><<Text_animated_face_person "Can i come in?">> <br><<Text_animated_face Veronica "Yes, if you need to, come in">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_a_shower_bth">Take a shower</div> </div> </div> <<Back1 "Bathroom">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Bathroom/Veronica/Veronica" "cell_center" >> <<else>> <br><<Text_animated_face_person "Can i come in?">> <br><<Text_animated_face Veronica "No!">> <br><<InsertText_Size_animated "You don't have enough influence on Veronica">> <br><<Yellow "You should consider improving the bathroom and Veronica's attributes">> <<Back1 "Bathroom">> <<RandomImageOnlyWebp1 1 1 "Bathroom/Veronica/Veronica" "cell_center">> <</if>> <<ClickContainerById "Take_a_shower_bth" "Take_a_shower_bth_with_veronica">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Bathroom/Veronica/man" "cell_center">> <br><<InsertText_Size_animated "You take a shower in front of Veronica">> <<timed 500ms>> <br><<Dots1>> <<timed 2000ms>> <<if $fitness >= 50>> <br><<Webp_between_text_random_178 "Bathroom/Veronica/Veronica" 4 5>> <br><<Text_animated_face Veronica "<span><i>( Oh... I haven't noticed how my brother has changed... Or maybe it's me who's changing... )</i></span>">> <br><<Text_animated_face Veronica "<span><i>( He's all wet and... naked... )</i></span>">> <br><<Text_animated_face Veronica "<span><i>( I got aroused as I explored his body with my eyes... )</i></span>">> <br><<Mp4_between_text_wide_178 "Bathroom/Veronica/Veronica" 3 3>> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Veronica's obedience <<Green_text 'increased'>>">> <<Back1 "Bathroom">> <<Not_corruption_top_plus Veronica 2>> <<Not_obedience_face1_plus Veronica 2>> <<set $corruption[3] += 2>> <<set $obedience[3] += 2>> <<set $day_time ++>> <<set $event_veronica[24].quantity =1>> <<else>> <br><<Text "Nothing happends">> <br><<Yellow "You need to improve your fitness to influence Veronica">> <<Back1 "Bathroom">> <</if>> <</timed>> <</timed>> <</nobr>>
<<nobr>> <<if $money >= 5000 && $items_mom_room[0].quantity == 0 && $items_veronica_room[0].quantity == 0 && $items_kitchen_room[0].quantity == 0 && $items_hallway_room[0].quantity == 0 && $items_bathroom_room[0].quantity == 0 && $items_living_room[0].quantity == 0 && $items_your_room[0].quantity == 0>> <<set $money -= 5000>> <br><br><br><br><br><<InsertText_Size_animated "<span>You've improved your house, so now you have a backyard.<br> The influence on Mom, Adriana and Veronica<<Green_text 'increased'>></span>">> <<set $relationship[1] +=5>> <<set $relationship[2] +=5>> <<set $relationship[3] +=5>> <<set $backyard_purchase1 =1>> <<elseif $money < 5000>> <br><br><br><br><br><<InsertText_Size "You don't have enough money">> <<else>> <br><br><br><br><br><<InsertText_Size "You need to upgrade all parts of the house to the next level first">> <</if>> <<Back1 "Hallway">> <</nobr>>
<<nobr>> <<Week_backyard>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Backyard/swimming" "cell_center" >> <br><<InsertText_Size_animated "You <<Green_text 'improved'>> your fitness a little">> <<if $condition ==3 && $fitness >=55>> <<timed 1000ms>> <br><<Webp_between_text_random_178 "Backyard/Veronica/" 7 7>> <br><<Text_animated_face Veronica "<span><i>( I keep thinking about what he’s got down there... I want to try it... )</i></span>">> <br><<InsertText_Size_animated "You are starting to have a stronger influence on Veronica">> <<Not_corruption_face2_plus Veronica 2>> <<Not_obedience_face1_plus Veronica 2>> <<set $corruption[3] +=2>> <<set $obedience[3] +=2>> <<set $event_veronica[27].quantity =1 >> <</timed>> <</if>> <<Back1 "Backyard">> <<set $energy -=1>> <<set $day_time ++>> <<set $fitness += 0.5>> <<Not_top_plus fitness 0.5>> <<else>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Backyard">> <</if>> <</nobr>>
<<nobr>> <<Week_backyard>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $condition ==0>> <<replaceClass "cell_center" "cell_center_video_tall_12">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Backyard/relax" "cell_center" >> <br><<InsertText_Size_animated "You rested a little">> <br><<InsertText_Size_animated "Nothing is happening around">> <<elseif $condition ==3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 6 6 "Backyard/Veronica/" "cell_center" >> <br><<InsertText_Size_animated "Veronica's naughty ass walks past you">> <br><<InsertText_Size_animated "You rested a little">> <</if>> <<set $day_time ++>> <<Back1 "Backyard">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "Hi, sexy, are you sitting here cooling off without a bra?">> <br><<Text_animated_face Veronica "Oh, hahaha, I didn’t even notice, I got caught up in the book and got hot">> <br><<Text_animated_face_person "What book is it?">> <br><<Text_animated_face Veronica "The Sexual Life of Catherine M.">> <br><<Text_animated_face_person "Hmm, that book is quite explicit...">> <br><<Text_animated_face Veronica "I know, I like it, I feel alive in these stories, giggle">> <br><<Text_animated_face_person "Interesting, will you tell me a couple of stories from it sometime?">> <br><<Text_animated_face Veronica "I think... I wil...l, giggle">> <<RandomImageOnlyWebp1 2 2 "Backyard/Veronica/" "cell_center">> <<Back1 "Backyard">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 3 3 "Backyard/Veronica/" "cell_center" >> <br><<InsertText_Size_animated "Veronica is strolling in the backyard">> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Backyard/Veronica/" 4 5>> <br><<Text_animated_face_person "She looks so hot in her lingerie">> <</timed>> <<set $day_time ++>> <<Back1 "Backyard">> <</nobr>>
<<nobr>> <<widget "Voice_animation">> <<if $soundState == "unmuted">> <<script>> $(document).ready(function() { var soundState = State.variables.soundState; var videos = document.querySelectorAll('[id^="myVideo"]'); videos.forEach(function(video) { if (soundState === "muted") { video.muted = true; } else { video.muted = false; } }); }); <</script>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Veronica/Bj_yr/" "cell_center">> <br><<Text_animated_face Veronica "Hi $name_person, you know, I would like to ask you something">> <br><<Text_animated_face_person "<span>Hi, what is it? <br><i>( I know, she has to come sometime )</i></span>">> <br><<Text_animated_face Veronica "Hmm... about something, umm... you know, I think about it a lot">> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr/" 2 2>> <br><<Text_animated_face_person "About what, Veronica?">> <br><<Text_animated_face Veronica "I want to see your cock, will you show it to me?">> <br><<Text_animated_face_person "Wow, and what do you plan to do with it?">> <br><<Text_animated_face Veronica "Lately, I've been getting wet just thinking about a cock, and I'd like to caress it in person">> <br><<Webp_between_text_random_178 "Veronica/Bj_yr/" 3 3>> <br><<Text_animated_face_person "That's so explicit...sis">> <br><<Text_animated_face Veronica "<span>I know...<i>( she takes out your cock )</i></span>">> <br><<Webp_between_text_random_178 "Veronica/Bj_yr/" 4 4>> <br><<Text_animated_face Veronica "Giggle... It's so nice">> <br><<linkappend "<<Text_animated_face Veronica 'Come to me'>>">> <br><<Mp4_178 "Veronica/Bj_yr/" 5 5 1>> <br><<Text_animated_face Veronica "Your cock tastes so good, brother... mmm... I imagined it just like this">> <br><<linkappend "<<Text_animated_face Veronica 'I want you more'>>">> <br><<Mp4_178 "Veronica/Bj_yr/" 6 6 2>> <br><<Text_animated_face Veronica "It's so arousing to realize that I'm sucking my brother">> <br><<linkappend "<<Text_animated_face Veronica 'Am I doing everything right?'>>">> <br><<Mp4_178 "Veronica/Bj_yr/" 7 7 3>> <br><<Text_animated_face_person "Oh yes... yeah my sister">> <<timed 2000ms>> <br><<Mp4_178 "Veronica/Bj_yr/" 8 8 4>> <br><<linkappend "<<Text_animated_face_person 'Fuck, Veronica...ahh...'>>">> <br><<Mp4_178 "Veronica/Bj_yr/" 9 9 5>> <br><<Text_animated_face_person "I'm going to cum now">> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr/" 10 10>> <br><<Webp_between_text_random_178 "Veronica/Bj_yr/" 11 11>> <br><<Text_animated_face Veronica "<span>Wow, so much sperm, mmm...thanks my brother... <br> <i>( She quickly ran away )</i></span>">> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Veronica's obedience <<Green_text 'increased'>>">> <<set $corruption[3] += 4>> <<set $obedience[3] += 4>> <<set $event_veronica[18].quantity =1>> <<Back2 "Your room" "Your room">> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <<set $veronica_yr_bj1 =1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Veronica/Bj_yr2/" "cell_center" >> <br><<Text_animated_face Veronica "Hey $name_person, I hope you're not busy">> <br><<Text_animated_face_person "What's up?">> <br><<Text_animated_face Veronica "Oh, nothing, I just miss your cock">> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 2 2>> <br><<linkappend "<<Text_animated_face Veronica 'Will you give it to me... I want to see it'>>">> <br><<Mp4_178 "Veronica/Bj_yr2/" 3 3 1>> <br><<InsertText_Size_animated "She quickly rushes towards you and starts engulfing your cock">> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 4 4>> <br><<linkappend "<<Text_animated_face Veronica 'I missed it so much'>>">> <br><<Mp4_178 "Veronica/Bj_yr2/" 5 5 2>> <br><<Text_animated_face Veronica "Lie down on the bed, brother. I'll pleasure you. Enjoy this">> <br><<linkappend "<<InsertText_Size_animated 'Lie down'>>">> <br><<Mp4_178 "Veronica/Bj_yr2/" 6 6 3>> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 7 7>> <br><<linkappend "<<Text_animated_face_person 'Oh my, she is so good at it...'>>">> <br><<Mp4_178 "Veronica/Bj_yr2/" 8 8 4>> <br><<Text_animated_face Veronica "Mmm...mmffhfh">> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 9 9>> <br><<linkappend "<<Text_animated_face Veronica 'I am so horny... mmm...'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 10 10>> <br><<InsertText_Size_animated "You are cumming in her face">> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr/" 10 10>> <br><<Text_animated_face Veronica "<span>I keep thinking more and more about your cock, my dear brother... thank you... <br> <i>( She quickly ran away )</i></span>">> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Veronica's obedience <<Green_text 'increased'>>">> <<Back2 "Your room" "Your room">> <</timed>> <<set $corruption[3] += 4>> <<set $obedience[3] += 4>> <<set $event_veronica[19].quantity =1>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<set $veronica_yr_bj2 =1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Veronica/Bj_yr3/" "cell_center">> <br><<Text_animated_face Veronica "Hello, my dear brother...">> <br><<Text_animated_face Veronica "I came to thank you for the gift...">> <br><<Text_animated_face Veronica "Thanks to your care, I am getting better and better. Look at my ass... giggles">> <br><<Webp_between_text_random_178 "Veronica/Bj_yr3/" 2 2>> <br><<Text_animated_face Veronica "Spank me, please">> <br><<Webp_between_text_random_11 "Veronica/Bj_yr3/" 3 3>> <br><<Text_animated_face Veronica "Mmm....">> <br><<Text_animated_face Veronica "It's all your energy. Don't think I don't realize how our lives are changing around us, how my image is changing">> <br><<Webp_between_text_random_178 "Veronica/Bj_yr3/" 4 4>> <br><<Text_animated_face Veronica "Do you like it... ah... shh, don't say anything, I'll do everything myself... baby">> <br><<Mp4_178 "Veronica/Bj_yr3/" 5 5 1>> <br><<linkappend "<<InsertText_Size_animated 'She starts sucking your cock through your underwear'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 6 6 2>> <br><<Text_animated_face Veronica "Come to me... baby">> <<timed 2500ms>> <br><<Mp4_178 "Veronica/Bj_yr3/" 7 7 3>> <br><<linkappend "<<InsertText_Size_animated 'She takes your cock deeper into her well-trained throat'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 8 8 4>> <br><<Text_animated_face Veronica "<span><i>( Fuck, I really want him to put that cock inside me.... )</i></span>">> <br><<Text_animated_face Veronica "<span><i>( But I'm not ready for this yet... )</i></span>">> <<timed 2500ms>> <br><<Mp4_178 "Veronica/Bj_yr3/" 9 9 5>> <br><<linkappend "<<Text_animated_face Veronica 'Its so hard and tasty... Im ready to suck it forever until my little mouth gets tired'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 10 10 6>> <br><<InsertText_Size_animated "Her playful ass is just begging to be reached someday">> <br><<Mp4_178 "Veronica/Bj_yr3/" 11 11 7>> <br><<linkappend "<<Text_animated_face Veronica 'She sucks your balls and twirls in front of you like grateful bitch'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 12 12 8>> <br><<linkappend "<<Text_animated_face Veronica 'I want your cum'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 13 13 9>> <br><<Text_animated_face Veronica "Cum on my face, let me taste it, please">> <<timed 3000ms>> <br><<Mp4_178 "Veronica/Bj_yr3/" 14 14 10>> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Veronica's obedience <<Green_text 'increased'>>">> <<set $corruption[3] += 4>> <<set $obedience[3] += 4>> <<set $event_veronica[20].quantity =1>> <<Back2 "Your room" "Your room">> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <<set $veronica_yr_bj3 =1>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_11">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_11"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> /* ratio: 1.78, width = 540, height = 305 */ <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 5 5 "Veronica_room/VRT/" "cell_center">> <br><<Text_animated_face_person "Hmm..Riley has an interesting look, it seems like she has something in mind">> <br><<linkappend "<<InsertText_Size_animated 'Spy on them more'>>">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 1 1>> <br><<Text_animated_face_person "Fuck, I knew she had special thoughts about my naughty sister Veronica">> <<timed 2500ms>> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 2 2>> <br><<linkappend "<<Text_animated_face_person 'She has a nice ass'>>">> <br><<Webp_between_text_random_178 "Veronica_room/VRT/Scene1/" 3 3>> <br><<Text_animated_face_person "They look so sweet together">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 4 4>> <br><<Text_animated_face_person "Mmm sexy ass... good thing I think like a sigma and hacked laptop just in time">> <br><<linkappend "<<Text_animated_face_person 'I need to come up with a plan to get inside with them somehow'>>">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 5 5>> <br><<Text_animated_face_person "So sweet kisses...">> <br><<linkappend "<<Text_animated_face_person 'They both will be my bitches...'>>">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 8 8>> <br><<InsertText_Size_animated "You take out your cock and slowly start jerking off">> <<timed 2500ms>> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 6 6 1>> <br><<linkappend "<<InsertText_Size_animated 'As you masturbate while watching these beauties, suddenly Adriana enters the room'>>">> <br><<Webp_between_text_random_178 "Veronica_room/VRT/Scene1/" 7 7>> <br><<Text_animated_face Adriana "What are you doing, $name_person? I knew you often masturbate here">> <br><<Text_animated_face Adriana "Wow... so it's Veronica, you're spying on her">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 9 9>> <br><<Text_animated_face Adriana "Wait, let me take a look too">> <br><<linkappend "<<InsertText_Size_animated 'She starts immersing herself in this atmosphere...'>>">> <br><<Text_animated_face Adriana "Mmm... you know, all this informal atmosphere really turns me on... and you're jerking off, I want to watch more of it">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 10 10 2>> <<timed 2500ms>> <br><<Text_animated_face Adriana "<span>God, they fuck so sweetly... it's so arousing to watch someone<br> <i> She started caressing her body without realizing it</i></span>">> <br><<linkappend "<<Text_animated_face Adriana 'Give me your dick, I want to touch it'>>">> <br><<Webp_between_text_random_178 "Veronica_room/VRT/Scene1/" 15 15>> <br><<InsertText_Size_animated "She takes your dick in her hands...">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 16 16 3>> <br><<Text_animated_face_person "<span><i>( I didn't suspect that my sister could be such a corrupted bitch )</i></span>">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 11 11 4>> <br><<linkappend "<<Text_animated_face Adriana 'They are such hot girls... Suspecting that you would like to fuck both of them...I wouldnt mind myself...'>>">> <br><<Text_animated_face Adriana "<span>Imagine that you are fucking them and my hands are their pussies</span>">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 17 17 5>> <br><<linkappend "<<Text_animated_face Adriana 'Come on, fill them all up, see how they're making out'>>">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 12 12 6>> <<timed 2000ms>> <br><<Text_animated_face Adriana "Come on, cum on me...">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 18 18>> <<timed 4500ms>> <br><<Text_animated_face_person "<span>Ahh....<i>( You cum while looking at my older sister )</i></span>">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 19 19>> <br><<Text_animated_face Adriana "<span>Good boy... I enjoyed it, consider it just our little secret, nothing more</span>">> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Adriana's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Your SIgma <<Red_text 'decreased'>> a little">> <<set $sigma_person -= 1>> <<set $corruption[3] += 4>> <<set $corruption[2] += 4>> <<set $event_veronica[21].quantity =1>> <<Back2 "Your room" "Your room">> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</nobr>>
<<nobr>> <<widget "Week_backyard">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 2, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 2, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 1, 2: 3, 3: 1, 4: 1, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 3, 2: 3, 3: 2, 4: 0, 5: 0 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<if $money >= 2000>> <br><br><br><br><br> <<InsertText_Size "You bought level 2 makeup">> <<set $money -= 2000>> <<set $makeup_for_veronica_level2 =1>> <<set $items_gifts[3].quantity +=1>> <<set $items_local_shop[3].quantity -=1>> <<else>> <br><br><br><br><br> <<InsertText_Size "You don't have enough money">> <</if>> <<Back1 "Local_shop">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "Hey Veronica, this is for you. I know you wanted to buy it, so I hope it makes you happy">> <br><<Text_animated_face Veronica "Wow, I didn't expect you to buy it for me! Thank you so much, daer brother, wait for a gift from me too...">> <br><<InsertText_Size_animated "Veronica's relationship <<Green_text 'increased'>>">> <<set $relationship[3] += 3>> <<set $items_gifts[3].quantity -=1>> <<set $gift_makeup2_veronica =1>> <<Not_relationship_top_plus Veronica 3>> <<Not_top1_minus Makeup 1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Veronica/thanks" "cell_center" >> <<Back1 "Give_gift_vr">> <</nobr>>
<<nobr>> <br><br> <div class="background_1"> <div class="info_game_1" style="box-shadow: 0px 0px 6px 4px #fff;" > <div class="name_pers" style="width:604px; border:0px solid #fff;"> <span style= "font-size:18px; font-weight: bold;">Enter One of the Four Passwords:</span> <span style="margin-right: 6px;"></span> <<textbox "$key_version4" "">> </div> </div> </div> <br><<Back2 "Access" "Continue">> <</nobr>>
<<nobr>> <<Connect>><</Connect>> <<set $akfmac to window.resultp3456>> /*<<print $akfmac>>*/ <div style="margin-top: -14px;"> <<if $akfmac == 2726345381511337>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #18783a; color: white;">Omega Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: green;">Walkthrough + Cheats</li> <li style="color: green;">Starting money $250,000</li> <li style="color: green;">Access to the HD version of the game</li> <li style="color: red;">You don't have access to bonus scenes + Archive</li> <li style="color: red;">You don't create your own list of scenes </li> <li style="color: red;">You do not receive the unique perk </li> </ol> </div> </div> </div> <<set $money to 250000>> <<elseif $akfmac == 6882056584321503000>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 260px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #4c3cf8; color: white;">Beta Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: green;">Walkthrough + Cheats</li> <li style="color: green;">Starting money $250,000</li> <li style="color: green;">The HD version</li> <li style="color: green;">Access to 6 bonus scenes + Archive of scenes </li> <li style="color: green;">Starting Arousal-Max = 20</li> <li style="color: green;">You can create your own list of scenes </li> <li style="color: green;">The unique perk </li> </ol> </div> </div> </div> <<set $perk3 =1>> <<set $money to 250000>> <<set $arousal_person_max = 20>> <<elseif $akfmac == 131934305388892520000>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 260px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style="text-shadow: 0px 2px 7px #f42bff; color: white;">Alpha Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: green;">Walkthrough + Cheats</li> <li style="color: green;">Starting money $250,000</li> <li style="color: green;">The HD version</li> <li style="color: green;">Access to All 9 bonus scenes + Archive of scenes </li> <li style="color: green;">Starting Arousal-Max = 40</li> <li style="color: green;">You can create your own list of scenes </li> <li style="color: green;">The unique perk </li> </ol> </div> </div> </div> <<set $perk3 =1>> <<set $money to 250000>> <<set $arousal_person_max = 40>> <<elseif $akfmac == 179910416439398920000>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 260px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #fd2424; color: white;">SIgma Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: green;">Walkthrough + Cheats</li> <li style="color: green;">Starting money $250,000</li> <li style="color: green;">Access to the HD version of the game</li> <li style="color: green;">Access to All 9 bonus scenes + Archive of scenes </li> <li style="color: green;">Starting Arousal-Max = 1000</li> <li style="color: green;">You can create your own list of scenes </li> <li style="color: green;">The unique perk </li> </ol> </div> </div> </div> <<set $perk3 =1>> <<set $money to 250000>> <<set $arousal_person_max = 1000>> <<else>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid red; justify-content: center; align-items: center;"> <span style='color: red; font-size: 18px; font-weight: bold;'>You don't have access to</span><img style="width:60px; height: 60px;" src="img/Log/sad1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: red;">Walkthrough + Cheats</li> <li style="color: red;">Starting money $250,000</li> <li style="color: red;">The HD version</li> <li style="color: red;">Bonus scenes + Archive</li> <li style="color: red;">The ability to create your own list of scenes </li> <li style="color: red;">The unique perk</li> </ol> </div> </div> </div> <</if>> </div> <br> <div class="patreon_access" style= "margin-top:-10px; margin-bottom: -10px;" > <div class="patreon_access_top"><span style="margin-left:70px; ">Support my project and get goodies</span> <img class= "support_cat_heart" src="img/Log/cat_heart1.png"></div> <div class="patreon_access_bottom"> <div class="patreon_access_bottom1"> <div class="patreon_access_bottom1_levelup">Omega Level</div> <div class="patreon_access_bottom1_levelbottom"> <ul> <li>Walkthrough + Cheats</li> <li> $250,000</li> <li> Access to the HD version of the game </li> <li> Exclusive Discord role</li> <li style="margin-top:8px;"> <div style="display:flex; flex-direction: row;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img style="margin-top: 5px; width: 30px; height: 30px;" class="img_patreon" src="img/Log/star1.png"></a></div></li> </ul> </div> </div> <div class="patreon_access_bottom2"> <div class="patreon_access_bottom1_levelup2">Beta Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>Walkthrough + Cheats</li> <li> $250,000</li> <li> Access to the HD version </li> <li>Access to <span style="color:gold;"> 6 bonus scenes + Archive</span> </li> <li>Starting Arousal Max = 20</li> <li>Unique perk in the game</li> <li> Exclusive Discord role</li> <li style="margin-top:8px;"><div style="display:flex; flex-direction: row;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img style="margin-top: 5px; width: 30px; height: 30px;" class="img_patreon" src="img/Log/star1.png"></a></div></li> </ul> </div> </div> <div class="patreon_access_bottom3"> <div class="patreon_access_bottom1_levelup3">Alpha Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>Walkthrough + Cheats</li> <li> $250,000</li> <li> Early access to the HD version </li> <li>Access to <span style="color:gold;">All 9 bonus scenes + Archive</span> </li> <li> Starting Arousal Max = 40</li> <li> Creating your own list of scenes</li> <li>Unique perk in the game</li> <li> Exclusive Discord role</li> <li style="margin-top:4px;"><div style="display:flex; flex-direction: row;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img style="margin-top: 5px; width: 30px; height: 30px;" class="img_patreon" src="img/Log/star1.png"></a></div></li> </ul> </div> </div> <div class="patreon_access_bottom4"> <div class="patreon_access_bottom1_levelup4">SIgma Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>Walkthrough + Cheats</li> <li> $250,000</li> <li> Early access to the HD version </li> <li> Access to <span style="color:gold;"> All 9 bonus scenes + Archive</span> </li> <li> Starting Arousal Max = 1000</li> <li> Creating your own list of scenes</li> <li> Unique perk in the game</li> <li> Exclusive Discord role</li> <li style="margin-top:4px;"><div style="display:flex; flex-direction: row;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img style="margin-top: 5px; width: 30px; height: 30px;" class="img_patreon" src="img/Log/star1.png"></a></div></li> </ul> </div> </div> </div> <div class="patreon_access_continue"> <div class="cell_1_yr" style="display: flex; width:50%; margin:0px; padding:0px; border:0px solid;" > <div id="Back"> Start</div> </div> <<ClickContainerById "Back" "Person">><</ClickContainerById>> </div> </div> <style> .patreon_access{ display: flex; flex-direction: column; width: 1050px; min-height: 500px; margin-left: -95px; border:0px solid #fff; } .patreon_access_bottom1 ul { font-size: 14px; } .patreon_access_bottom2 ul { font-size: 14px; } .patreon_access_bottom3 ul { font-size: 14px; } .patreon_access_bottom4 ul { font-size: 14px; } .patreon_access_top{ display: flex; width: 100%; height: 60px; border: 0px solid #fff; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #FF0D2E; font-size:30px; } .support_cat_heart { width: 70px; height: 70px; margin-top:-20px; } .patreon_access_bottom{ display: flex; flex-direction:row; width: 100%; height: 350px; border: 0px solid green; justify-content: space-between; margin-top:10px; } .patreon_access_bottom1{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid green; border-radius: 10px; box-shadow: 0px 0px 4px 2px #18783a; } .patreon_access_bottom2{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid blue; border-radius: 10px; box-shadow: 0px 0px 4px 2px #4c3cf8; } .patreon_access_bottom3{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid yellow; border-radius: 10px; box-shadow: 0px 0px 4px 2px #f42bff; } .patreon_access_bottom4{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid red; border-radius: 10px; box-shadow: 0px 0px 4px 2px #fd2424; } .patreon_access_bottom1_levelup{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #18783a; } .patreon_access_bottom1_levelbottom{ display:flex; border: 0px solid red; width: 100%; height: 84%; } .patreon_access_bottom1_levelup2{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #4c3cf8; } .patreon_access_bottom1_levelup3{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #f42bff; } .patreon_access_bottom1_levelup4{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #fd2424; } .patreon_access_bottom1_levelbottom2{ display:flex; border: 0px solid red; width: 100%; height: 84%; } .patreon_access_continue{ display: flex; margin-top: 16px; width: 100%; height: 50px; border: 0px solid green; justify-content: center; } </style> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Check_mom_laptop"> Check mail</div> <div id="Spy_mom_laptop"> Spy</div> </div> </div> <<Back1 "Hacking">> <<RandomImageOnlyWebp1 1 1 "Mom_room/desktop_kendra" "cell_center">> <<ClickContainerById "Check_mom_laptop" "Check_mom_laptop">><</ClickContainerById>> <<ClickContainerById "Spy_mom_laptop" "Spy_mom_laptop" >> <</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <div class="your_room"> <<if $event_mom[19].quantity ==1 && $day_time == 5 && $day_week ==5>> <div class="cell_1_yr"> <div id="Spy_mom_1"> Spy 1</div> </div> <</if>> </div> <<Back1 "Laptop_mom">> <<RandomImageOnlyWebp1 2 2 "Veronica/laptop" "cell_center">> /*//////////////////////////// BONUS SCENE ////////////////////////*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "Spy_mom_1" "Spy_mom_1">><</ClickContainerById>> <<else>> <<ClickContainerById "Spy_mom_1" "Spy_mom_1_forbidden">><</ClickContainerById>> <</if>> /*//////////////////////////////////////////////////////////////////////*/ <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Mom_room/Spy1/" "cell_center">> <br><<Text_animated_face_person "Hmm, Mom is waiting for someone">> <br><<linkappend "<<InsertText_Size_animated 'Wait'>>">> <br><<Webp_between_text_random_178 "Mom_room/Spy1/" 2 2>> <br><<Text_animated_face_person "Who is she waiting for in that appearance...">> <<timed 1500ms>> <br><<Webp_between_text_random_178 "Mom_room/Spy1/" 3 3>> <br><<Text_animated_face_person "Oh my, who's that sexy lady in pink...">> <br><<Text_animated_face_person "And what does she want...">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Text_animated_face Mom "...Turn around">> <br><<Mp4_178 "Mom_room/Spy1/" 4 4 1>> <br><<Text_animated_face_person "It seems Mom is hiding her sexual preferences... she's as authoritative as she is in life">> <br><<linkappend "<<InsertText_Size_animated 'Watch more'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 5 5 2>> <br><<Text_animated_face Mom "Mmm...nice">> <<timed 2000ms>> <br><<Mp4_178 "Mom_room/Spy1/" 6 6 3>> <br><<Text_animated_face Reena "You're the best, teach me...">> <br><<Text_animated_face_person "Hmm, what is she thinking about...">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 8 8 4>> <br><<Text_animated_face Mom " Undress.... All of it... Slowly">> <<timed 2000ms>> <br><<Mp4_178 "Mom_room/Spy1/" 9 9 5>> <br><<linkappend "<<Text_animated_face Mom 'Mmm... So pretty'>>">> <br><<Webp_between_text_random_178 "Mom_room/Spy1/" 10 10>> <br><<Text_animated_face Mom "Come to me">> <br><<Mp4_178 "Mom_room/Spy1/" 11 11 6>> <br><<linkappend "<<Text_animated_face_person 'Omg, so sexy, I want to watch more'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 13 13 7>> <<timed 2000ms>> <br><<Text_animated_face Mom "Take me off">> <br><<Mp4_178 "Mom_room/Spy1/" 14 14 8>> <<timed 2500ms>> <br><<Mp4_178 "Mom_room/Spy1/" 15 15 9>> <br><<linkappend "<<Text_animated_face Mom 'Open your mouth'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 16 16 10>> <br><<Text_animated_face_person "Where did she learn this... It will be hard for me to dominate her, I'm under her control...">> <br><<Mp4_178 "Mom_room/Spy1/" 18 18 11>> <br><<linkappend "<<InsertText_Size_animated 'Watch more'>>">> <br><<Webp_between_text_random_178 "Mom_room/Spy1/" 19 19>> <br><<Text_animated_face Mom "Lie down... gently">> <<timed 2000ms>> <br><<Mp4_178 "Mom_room/Spy1/" 20 20 12>> <br><<Text_animated_face Mom "Shhh">> <<timed 4500ms>> <br><<Mp4_178 "Mom_room/Spy1/" 21 21 13>> <br><<Text_animated_face_person "Damn, it's hard to resist this...">> <br><<Text_animated_face_person "They are so hot... she knows what she's doing...">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 22 22 14>> <br><<Text_animated_face_person "Omg...I'm going to cum now">> <br><<InsertText_Size_animated "Suddenly, the connection cuts off">> <br><<Webp_between_text_random_178 "Mom_room/Spy1/no_connect" 1 1>> <br><<Text_animated_face_person "Fuck, what's happening?">> <br><<Text_animated_face_person "Damn, looks like something happened to her laptop... such bad timing... I'll have to sort this out next time">> <<set $event_mom[22].quantity =1>> <<Back1 "Hacking">> <</linkappend>> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <<set $veronica_yr_bj3 =1>> <</nobr>>
<<nobr>> <br><br><br><br><br><br><br><br><br><br> <br><<InsertText_Size_animated "You dont have access to this bonus scene">> <<Back1 "Laptop_mom">> <</nobr>>
<<nobr>> <br><br><br><br><br><<InsertText_Size_animated "You dont have access to this bonus scene">> <<Back1 "Spy_veronica_laptop">> <</nobr>>
<<nobr>> <br><br> <div class="background_1"> <div class="blurry-background_1"> </div> <div class="info_game_1"> <div class="name_pers" style="width:604px; border:0px solid #fff;"> <span style= "font-size:18px; font-weight: bold;"> Enter one of the three passwords:</span> <span style="margin-right: 6px;"></span> <<textbox "$key_version4" "">> </div> </div> </div> <br> <br><<InsertText_Size_animated "Be careful, because if this is your first time here, passwords will be reset, and you'll need to re-enter the code you initially provided!">> <br><<Back2 "Access2" "Continue">> <</nobr>>
<<nobr>> <br><br><br><br> <<if $key_version3 == 19324121>> <<InsertText_Size_animated "<span>You have access to:<br><br> 1. The ability to view character cards<br><br> 2. $30,000 <br><br> 3. The ability to control sound in the game <br><br> 4. You have access to <span style='color:gold;'>only</span> 0 bonus scenes <br></span>">> <<set $money to 30000>> <<elseif $key_version3 == 2171217>> <<InsertText_Size_animated "<span>You have access to:<br><br> 1. The ability to view character cards<br><br> 2. $30,000 <br><br> 3. The ability to control sound in the game <br><br> 4. You have access to <span style='color:gold;'>only</span> 3 bonus scenes <br></span>">> <<set $money to 30000>> <<elseif $key_version3 == 83554441>> <<InsertText_Size_animated "<span>You have access to:<br><br> 1. The ability to view character cards<br><br> 2. $30,000 <br><br> 3. The ability to control sound in the game <br><br> 4. You have access to <span style='color:gold;'>All</span> 5 bonus scenes <br></span>">> <<set $money to 30000>> <<else>> <<InsertText_Size_animated "<span>You do not have access to:<br><br> 1. The ability to view character cards<br><br> 2. $30,000 <br><br> 3. The ability to control sound in the game <br><br> 4. You dont have access to bonus scenes <br></span>">> <</if>> <br><<Back2 "Your room" "Your room">> <</nobr>>
<<nobr>> <<if $money >= 2000>> <br><br><br><br><br> <<InsertText_Size "You bought level 2 makeup">> <<set $money -= 2000>> <<set $makeup_for_veronica_level2 =1>> <<set $items_gifts[3].quantity +=1>> <<set $items_local_shop[3].quantity -=1>> <<else>> <br><br><br><br><br> <<InsertText_Size "You don't have enough money">> <</if>> <<Back2 "Local_shop_upgrated" "Local shop">> <</nobr>>
<<nobr>> <<if $money >= 700>> <br><br><br><br><br> <<InsertText_Size "You bought level 1 makeup">> <<set $money -= 700>> <<set $makeup_for_veronica_level1 =1>> <<set $items_gifts[2].quantity +=1>> <<set $items_local_shop[2].quantity -=1>> <<else>> <br><br><br><br><br> <<InsertText_Size "You don't have enough money">> <</if>> <<Back2 "Local_shop_upgrated" "Local shop">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Playhouse</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> <img src="img/Playhouse/addition_house2.webp"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <br> <div class="container"> <div class="up"> <<if $puffi_in_ph !=1>> <div class="image-container_1 free_room0" id="left_img"> <img src="img/Playhouse/door1.webp"> <div class="text" id="Free_room0">Free room</div> </div> <<elseif $puffi_in_ph ==1>> <div class="image-container_1 puffi" id="left_img"> [img["img/Instagram_models/Puffi/Talk/1/Puffi1.webp"][Puffi_room]] <div class="text" id="Puffi">Puffi's room</div> </div> <</if>> <<if $angelica_first_meet !=1>> <div class="image-container_3 free_room1" id="center_img_1"> <img src="img/Playhouse/door1.webp"> <div class="text" id="Free_room1">Free room</div> </div> <<elseif $angelica_first_meet ==1>> <div class="image-container_2 angelica" id="center_img_1"> <img src="img/Playhouse/Angelica_room/Angelica3.webp"> <div class="text" id="Angelica">Angelica's room</div> </div> <</if>> <div class="image-container_3 free_room2" id="center_img_1"> <img src="img/Playhouse/door1.webp"> <div class="text" id="Free_room2">Free room</div> </div> <div class="image-container_4 free_room3" id="center_img_1"> <img src="img/Playhouse/door1.webp"> <div class="text" id="Free_room3">Free room</div> </div> <div class="image-container free_room4" id="right_img"> <img src="img/Playhouse/door1.webp"> <div class="text" id="Free_room4">Free room</div> </div> </div> <div class="down"> <div class="image-container_5 spa_room" id="left_img"> [img["img/Playhouse/sparoom1.webp"][Spa_room]] <div class="text" id="Spa_room" style="color: #FF57E3;">Spa room</div> </div> <div class="image-container playroom" id="center_img_1"> [img["img/Playhouse/playroom1.webp"][Playroom]] <div class="text" id="Playroom" style="color: #FF57E3;filter: brightness(150%);"> Playroom</div> </div> <div class="image-container_6 themed_room" id="center_img_1"> [img["img/Playhouse/themedroom1.webp"][Themed_room]] <div class="text" id="Themed_room" style="color: #ECA4E5;" >Themed room</div> </div> <div class="image-container_7 massage_room" id="center_img_1"> [img["img/Playhouse/massageroom.webp"][Massage_room]] <div class="text" id="Massage_room" style="color: #ECA4E5;">Massage room</div> </div> <div class="image-container outside" id="right_img"> <img src="img/outside.jpg"> <div class="text" id="Outside">Outside</div> </div> </div> </div> <br> <<for _i to 1; _i <= 6; _i++>> <<if _i ==1>> <<Week_puffi_room>> <<if $condition == 19>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Puffi" "puffi">> <</if>> <</if>> <<if _i == 2>> <<Week_playroom>> <<if $condition == 19>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Puffi" "playroom">> <<elseif $condition == 20>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Angelica" "playroom">> <</if>> <</if>> <<if _i == 3>> <<Week_themed_room>> <<if $condition == 19>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Puffi" "themed_room">> <<elseif $condition == 20>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Angelica" "themed_room">> <</if>> <</if>> <<if _i == 4>> <<Week_angelica_room>> <<if $condition == 20>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Angelica" "angelica">> <</if>> <</if>> <<if _i == 5>> <<Week_spa_room>> <<if $condition == 20>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Angelica" "spa_room">> <</if>> <</if>> <<if _i == 6>> <<Week_massage_room>> <<if $condition == 20>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Angelica" "massage_room">> <</if>> <</if>> <</for>> <<set $condition =0>> <<ClickContainerByClass "outside" "Outside_out">><</ClickContainerByClass>> <<ClickContainerById "Outside" "Outside_out">><</ClickContainerById>> <<ClickContainerByClass "playroom" "Playroom">><</ClickContainerByClass>> <<ClickContainerById "Playroom" "Playroom">><</ClickContainerById>> <<ClickContainerByClass "themed_room" "Themed_room">><</ClickContainerByClass>> <<ClickContainerById "Themed_room" "Themed_room">><</ClickContainerById>> <<ClickContainerByClass "massage_room" "Massage_room">><</ClickContainerByClass>> <<ClickContainerById "Massage_room" "Massage_room">><</ClickContainerById>> <<ClickContainerByClass "spa_room" "Spa_room">><</ClickContainerByClass>> <<ClickContainerById "Spa_room" "Spa_room">><</ClickContainerById>> <<if $puffi_in_ph !=1>> <<ClickContainerByClass "free_room0" "Free_room">><</ClickContainerByClass>> <<elseif $puffi_in_ph ==1>> <<ClickContainerByClass "puffi" "Puffi_room">><</ClickContainerByClass>> <<ClickContainerById "Puffi" "Puffi_room">><</ClickContainerById>> <</if>> <<if $angelica_first_meet !=1>> <<ClickContainerByClass "free_room1" "Free_room">><</ClickContainerByClass>> <<elseif $angelica_first_meet ==1>> <<ClickContainerByClass "angelica" "Angelica_room">><</ClickContainerByClass>> <<ClickContainerById "Angelica" "Angelica_room">><</ClickContainerById>> <</if>> <<ClickContainerByClass "free_room1" "Free_room">><</ClickContainerByClass>> <<ClickContainerByClass "free_room2" "Free_room">><</ClickContainerByClass>> <<ClickContainerByClass "free_room3" "Free_room">><</ClickContainerByClass>> <<ClickContainerByClass "free_room4" "Free_room">><</ClickContainerByClass>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "The price to buy the Playhouse (addition of your main house) is $10000">> <br><<InsertText_Size_animated "<<Yellow_text 'In this place you can accommodate some of your girls'>>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Buy_playhouse">Buy playhouse</div> </div> </div> <<Back1 "Outside_out">> <<ClickContainerById "Buy_playhouse" "Buy_playhouse">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 10000 && $playhouse1 != 1>> <<set $money -= 10000>> <br><br><br><br><br> <<InsertText_Size_animated "You have purchased the Playhouse">> <<set $playhouse1 to 1>> <<Back1 "Playhouse">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <<Back1 "Playhouse_buy">> <</if>> <</nobr>>
<<nobr>> <<widget "Arousal_person">> <div class="content_text_visual_face" id="animated" style="border: 0px solid;"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/Person" +$number+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> $name_person </div> <div class="progress_bar_contatiner_sex_person" > <div class="inner-container-sex-person">Arousal $arousal_person</div> <div id="progress_bar_sex_person"> </div> <div id="progress_bar_1_sex_person"> </div> </div> </div> </div> </div> <style> .progress_bar_contatiner_sex_person{ border: 0px solid #666; width: 482px; display:flex; background-color:black; min-height:30px; padding-top:0px; padding-left:4px; margin-top:8px; box-shadow: 0 0 2px 2px #fff; overflow: hidden; position:relative; background: linear-gradient(90deg, rgba(147,182,241,1) 0%, rgba(121,0,8,1) 100%); } </style> <<script>> var arousal_person = State.variables.arousal_person; var arousal_person_max = State.variables.arousal_person_max; if (typeof arousal_person !== 'undefined') { var widthPercentage = ( arousal_person/ arousal_person_max) * 100; document.documentElement.style.setProperty('--progress-bar-width-sex-person', widthPercentage + '%'); } <</script>> <style> #progress_bar_sex_person { display: flex; width: var(--progress-bar-width-sex-person); transition: width 0.3s ease-in-out; z-index: 1; border: 0px solid #fff; } #progress_bar_1_sex_person { display: flex; width: calc(100% - var(--progress-bar-width-sex-person)); transition: width 0.3s ease-in-out; z-index: 1; border: 0px solid #fff; background-color:black; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } .inner-container-sex-person { position: absolute; font-weight: bold; z-index: 2; top: 0; left: 0; color: #10B8B7; margin-left:10px; width: 100%; height: 100%; border: 0px solid; text-shadow: -1px -1px 0 #000, 0.5px -0.5px 0 #000, -1px 1px 0 #000, 0.5px 0.5px 0 #000; } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Playhouse/Puffi/entrance" "cell_center">> <br><<InsertText_Size_animated "You are approaching Puffia's house">> <br><<InsertText_Size_animated "She invited you into the house she is renting, maybe, she doesn't really like noisy company">> <br><<linkappend "<<InsertText_Size_animated 'Knock on the door'>>">> <br><<Text_animated_face Puffi "Hey, come in, I've been waiting for you for half an hour already">> <br><<Webp_between_text_random_tall_133 "Playhouse/Puffi/Puffi" 1 1>> <br><<Text_animated_face_person "Wow, you cooked for me with your own hands...">> <br><<Text_animated_face Puffi "Yes, sit down, take off your clothes... I've been waiting for you all day, and I wanted to put something in my mouth so badly that I started cooking... you understand...">> <br><<Text_animated_face_person "I think so, considering our hot messages...">> <br><<Text_animated_face Puffi "Exactly...">> <br><<linkappend "<<InsertText_Size_animated 'She places the food in front of you, and not waiting for you to adjust your shirt, she starts undressing you herself'>>">> <br><<Webp_between_text_random_178 "Playhouse/Puffi/" 1 1>> <br><<Text_animated_face Puffi "Mmm... your dick tastes better than what I cook...">> <br><<Text_animated_face Puffi "$name_person, fuck me like a bitch, I want it so badly">> <<set _sex_clicker to 0>> <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Handjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $cum_in_mouth_puffy_date1 !=1 && $cum_on_face_puffy_date1 !=1 && $cum_on_hand_puffy_date1 !=1 >> <br><<Mp4_178 "Playhouse/Puffi/date1/Handjob/" 1 5 1>><br> <<set $arousal_face +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Puffi>> <<else>> <<replace "#handjob_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $cum_in_mouth_puffy_date1 !=1 && $cum_on_face_puffy_date1 !=1 && $cum_on_hand_puffy_date1 !=1 >> <br><<Mp4_178 "Playhouse/Puffi/date1/Blowjob/" 1 11 2>><br> <<set $arousal_face +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Puffi>> <<else>> <<replace "#blowjob_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Rimming</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $cum_in_mouth_puffy_date1 !=1 && $cum_on_face_puffy_date1 !=1 && $cum_on_hand_puffy_date1 !=1 >> <br><<Mp4_178 "Playhouse/Puffi/date1/Rimming/" 1 6 3>><br> <<set $arousal_face +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Puffi>> <<else>> <<replace "#rimming_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// FUCK PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy1_puffi_date1' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy (reverse cowgirl)</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $cum_in_mouth_puffy_date1 !=1 && $cum_on_face_puffy_date1 !=1 && $cum_on_hand_puffy_date1 !=1 >> <<if $arousal_face >1.5>> <br><<Mp4_178 "Playhouse/Puffi/date1/Fuck_pussy/" 1 8 4>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Puffi>> <<elseif $arousal_face <=1.5 >> <br><<Text_animated_face Puffi "Hey, don't rush, my pussy is not ready yet..">> <</if>> <<else>> <<replace "#fuck_pussy1_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy2" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy2_puffi_date1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck pussy (doggy style)</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $cum_in_mouth_puffy_date1 !=1 && $cum_on_face_puffy_date1 !=1 && $cum_on_hand_puffy_date1 !=1 >> <<if $arousal_face >1.5>> <br><<Mp4_178 "Playhouse/Puffi/date1/Fuck_pussy/" 9 12 5>><br> <<set $arousal_face +=2>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Puffi>> <<elseif $arousal_face <=1.5 >> <br><<Text_animated_face Puffi "Hey, don't rush, my pussy is not ready yet..">> <</if>> <<else>> <<replace "#fuck_pussy2_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// CUMMING ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Cum_on_face" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming1_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on face</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $arousal_person <=10>> <br><<InsertText_Size_animated "You are not aroused enough yet">> <<elseif ( $arousal_person >= $arousal_person_max || $arousal_person >10 ) && $cum_in_mouth_puffy_date1 !=1 && $cum_on_face_puffy_date1 !=1 && $cum_on_hand_puffy_date1 !=1 >> <br><<Mp4_178 "Playhouse/Puffi/date1/Сum_face/" 1 1 6>> <<replace "#cumming1_puffi_date1">><</replace>> <<Back_arousal "Hallway" "End">> <<set $cum_on_face_puffy_date1 =1>> <<set $arousal_person =0>> <<else>> <<replace "#cumming1_puffi_date1">><</replace>> <</if>> <<set $puffi_date1_passed =1>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Cum_in_mouth" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming2_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum in mouth</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $arousal_person <=10>> <br><<InsertText_Size_animated "You are not aroused enough yet">> <<elseif ( $arousal_person >= $arousal_person_max || $arousal_person >10 ) && $cum_in_mouth_puffy_date1 !=1 && $cum_on_face_puffy_date1 !=1 && $cum_on_hand_puffy_date1 !=1 >> <br><<Mp4_178 "Playhouse/Puffi/date1/Cum_mouth/" 1 1 7>> <<replace "#cumming2_puffi_date1">><</replace>> <<Back_arousal "Hallway" "End">> <<set $cum_in_mouth_puffy_date1 =1>> <<set $arousal_person =0>> <<else>> <<replace "#cumming2_puffi_date1">><</replace>> <</if>> <<set $puffi_date1_passed =1>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Cum_on_hand" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming3_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on hand</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $arousal_person <=10>> <br><<InsertText_Size_animated "You are not aroused enough yet">> <<elseif ( $arousal_person >= $arousal_person_max || $arousal_person >10 ) && $cum_in_mouth_puffy_date1 !=1 && $cum_on_face_puffy_date1 !=1 && $cum_on_hand_puffy_date1 !=1>> <br><<Mp4_178 "Playhouse/Puffi/date1/Cum_hand/" 1 3 8>> <<replace "#cumming3_puffi_date1">><</replace>> <<Back_arousal "Hallway" "End">> <<set $cum_on_hand_puffy_date1 =1>> <<set $arousal_person =0>> <<else>> <<replace "#cumming3_puffi_date1">><</replace>> <</if>> <<set $puffi_date1_passed =1>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <</linkappend>> <</linkappend>> <<set $event_puffi[0].quantity =1>> <</nobr>>
<<nobr>> <<Week_puffi_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Puffi's room</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"></div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"></div> </div> </div> <<if $condition ==19>> <<set _random to random(1,3)>> <<if _random == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Puffi/Compliment/1/Puffi" "cell_center">> <<elseif _random == 2>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 3 3 "Instagram_models/Puffi/Compliment/1/Puffi" "cell_center">> <<elseif _random == 3>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 5 5 "Instagram_models/Puffi/Compliment/1/Puffi" "cell_center">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="play_with_puffi_pr">Play with her</div> </div> </div> <<Back1 "Playhouse">> <<elseif $condition == 0>> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/Puffi/puffi_room" "cell_center">> <br><<InsertText_Size_animated "Puffii has gone somewhere">> <<Back1 "Playhouse">> <</if>> <<ClickContainerById "play_with_puffi_pr" "Play_with_puffi_pr">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header_mail"> <div class="cap_mail"> <div class="cap_mail_1"> </div> <div class="cap_mail_2"> Puffi</div> <div class="cap_mail_3"><<Back1 "Model_1_puffi">></div> </div> <div class="contain_mail1"> <br><<Text_animated_face_person_right "Hi pussy, I have a free house, I want you to move there">> <br><<Text_animated_face_left Puffi "That sounds amazing! My rented apartment is just awful. I can’t wait to be with you... Hopefully, we'll have a lot more fun together...">> <br><<InsertText_Size_animated_no_link "<span><i><<Yellow_text ' ( Now you can visit Puffi at the Playhouse )'>></i></span>">> <<set $puffi_in_ph =1>> </div> </div> <<set $event_puffi[1].quantity =1>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Puffi" "cap_mail_1">> /*/////////////////////////////////////// STYLE //////////////////////////////////////////////*/ <style> .header_mail{ display:flex; flex-direction: column; width: 1050px; min-height: 350px; margin-left: -95px; border: 0px solid #fff; margin-top:-30px; margin-bottom:-10px; height: 826px; background-image: url('img/Veronica/check_mail1.jpg'); background-size: cover; border-radius:10px; filter: brightness(90%) saturate(100%); margin-bottom:-100px; filter: blur(0px); position:absolute; z-index:-11; overflow-y: auto; overflow-x: hidden; } .cap_mail{ display:flex; border: 0px solid #000; position: relative; z-index:10; min-width: 90%; height: 11%; background-color:#075e54; border-radius: 10px 10px 0px 0px; border-bottom: 2px solid #fff; } .contain_mail{ display:flex; height: 89%; border: 0px solid #fff; position: relative; z-index:10; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-radius: 10px 10px 0px 0px; padding-bottom:4px; } .cap_mail_1,.cap_mail_2,.cap_mail_3 { display:flex; justify-content:center; align-items:center; } .cap_mail_1{ width:20%; } .cap_mail_2{ width:40%; font-size:40px; font-weight:bold; justify-content:left; margin-left:-16px; margin-right:20px; } .cap_mail_3{ width:40%; } .cap_mail_1 img{ display: flex; object-fit: cover; height:70px; width:70px; border-radius: 37px; border:2px solid #fff; } .your_room{ width:500px; border: 0px solid #fff; } .cell_1_yr{ width:500px; } </style> <</nobr>>
<<nobr>> <<widget "Arousal_cum_fix">> <<if $arousal_person >=$arousal_person_max>> <<set $arousal_person = $arousal_person_max>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Back_arousal">> <<set _back to $args[0]>> <<set _back_1 to $args[1]>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">_back_1</div> </div> </div> <<ClickContainerByIdArousal "Back" _back>><</ClickContainerByIdArousal>> <</widget>> <</nobr>>
<<nobr>> <<widget "Text_animated_face_person_right">> <<set _text to $args[0]>> <div class="content_text_visual_face right" id="animated"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/Person" +$number+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> $name_person </div> <div class="text_face_2_2"> _text </div> </div> </div> </div> <style> .right{ width:700px; border:0px solid #fff; margin-left:390px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "InsertText_Size_animated_no_link">> <<set _text to $args[0]>> <div class="content_text_visual_1 left_mail_no_persons_no_link" id="animated"> <div class="content_text_1"> <div style="text-align: center;"> _text </div> </div> </div> <style> .left_mail_no_persons_no_link{ width:700px; border:0px solid #fff; margin-left:0px; } </style> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You must buy the Playhouse first">> <<Back1 "Model_1_puffi">> <</nobr>>
<<nobr>> <div style="position: absolute; z-index:1; background-color:red; width:1050px; margin-left: -95px; height:820px; margin-bottom:-10px; margin-top:-27px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000;" ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Playhouse/Puffi/Puffi_backgr2.webp"></div> <br><br><br><br><br><br> <div style="position: relative; z-index:2;"> <<if $obedience_tinder[0] <30>> <div class="content_text_visual_1" id="animated"> <div class="content_text_1" style="position: relative; z-index:2;"> <div style="text-align: center;" style="position: relative; z-index:2;"> <<Yellow_text "You need to increase Puffi's obedience to 30 for Behavor 1">> </div> </div> </div> <<elseif $obedience_tinder[0] >=30 && $obedience_tinder[0] <60 >> <div class="content_text_visual_1" id="animated"> <div class="content_text_1" style="position: relative; z-index:2;"> <div style="text-align: center;" style="position: relative; z-index:2;"> <<Yellow_text "You need to increase Puffi's obedience to 60 for Behavior 2 and buy the cat suit">> </div> </div> </div> <<elseif $obedience_tinder[0] >=60 && $obedience_tinder[0] <90>> <div class="content_text_visual_1" id="animated"> <div class="content_text_1" style="position: relative; z-index:2;"> <div style="text-align: center;" style="position: relative; z-index:2;"> <<Yellow_text "You need to increase Puffi's obedience to 90 for Behavior 3">> </div> </div> </div> <<elseif $obedience_tinder[0] >=90 && $obedience_tinder[0] <100>> <div class="content_text_visual_1" id="animated"> <div class="content_text_1" style="position: relative; z-index:2;"> <div style="text-align: center;" style="position: relative; z-index:2;"> <<Yellow_text "Achieve obedience to 100 and have complete control over her">> </div> </div> </div> <</if>> </div> <div class="your_room" style="position: relative; z-index:2;"> <<if $obedience_tinder[0] >= 30>> <br> <div class="cell_1_yr"> <div id="play_with_puffi_pr1" style="background-color: black;">Behavior 1</div> </div> <</if>> <<if $obedience_tinder[0] >= 60 && $puffi_cloching1 ==1 && $puffi_behavior1 ==1 >> <div class="cell_2_yr"> <div id="play_with_puffi_pr2" style="background-color: black;">Behavior 2</div> </div> <</if>> <<if $obedience_tinder[0] >=90 && $puffi_behavior1 ==1 && $puffi_behavior2==1>> <div class="cell_2_yr"> <div id="play_with_puffi_pr3" style="background-color: black;">Behavior 3</div> </div> <</if>> <<if $obedience_tinder[0] >=100 && $puffi_behavior1==1 && $puffi_behavior2 ==1 && $puffi_behavior3 ==1>> <div class="cell_2_yr"> <div id="master_puffi_pr" style="background-color: black;" ><span style="text-shadow: 1px 2px 3px red, -1px -1px 2px darkred; font-size: 18px;"> Master her </span></div> </div> <</if>> </div> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: black;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "Puffi_room">><</ClickContainerById>> </div> <<ClickContainerById "play_with_puffi_pr1" "Behavor_1_puffi">><</ClickContainerById>> /*///////////////////////////// BONUS SCENE ////////////////////////////*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "play_with_puffi_pr2" "Behavor_2_puffi">><</ClickContainerById>> <<ClickContainerById "play_with_puffi_pr3" "Behavor_3_puffi">><</ClickContainerById>> <<else>> <<ClickContainerById "play_with_puffi_pr2" "Set_camera_angelica_ph_forbidden">><</ClickContainerById>> <<ClickContainerById "play_with_puffi_pr3" "Set_camera_angelica_ph_forbidden">><</ClickContainerById>> <</if>> /*//////////////////////////////////////////////////////////////////////////*/ /*//////////////////////// BONUS SCENE //////////////////////////////*/ <<if $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "master_puffi_pr" "Master_puffi_pr">><</ClickContainerById>> <<else>> <<ClickContainerById "master_puffi_pr" "Set_camera_angelica_ph_forbidden">><</ClickContainerById>> <</if>> /*//////////////////////////////////////////////////////////////////////////*/ <</nobr>>
<<nobr>> <<widget "Week_puffi_room">> <<if $puffi_in_ph ==1>> <<set _day1_conditions = { 1: 19, 2: 0, 3: 0, 4: 19, 5: 19 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 19, 2: 19, 3: 0, 4: 0, 5: 19 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 19, 2: 19, 3: 0, 4: 0, 5: 19 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 19, 2: 0, 3: 0, 4: 19, 5: 19 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 19, 2: 19, 3: 0, 4: 0, 5: 19 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 19, 2: 19, 3: 0, 4: 0, 5: 19 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 19, 2: 0, 3: 0, 4: 19, 5: 19 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_playroom">> <<set _value3 = 0>> <<if $puffi_in_ph == 1>> <<set _value3 = 19>> <</if>> <<set _value4 = 0>> <<if $angelica_first_meet == 1>> <<set _value4 = 20>> <</if>> <<set _day1_conditions = { 1: 0, 2: 0, 3: _value3, 4: _value4, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: _value3, 4: _value4, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: _value3, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: _value3, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: _value3, 4: _value3, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: _value3, 4: _value4, 5: 0 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_themed_room">> <<set _value3 = 0>> <<if $puffi_in_ph == 1>> <<set _value3 = 19>> <</if>> <<set _value4 = 0>> <<if $angelica_first_meet == 1>> <<set _value4 = 20>> <</if>> <<set _day1_conditions = { 1: 0, 2: _value3, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: _value3, 5: _value4 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: _value3, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: _value3, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: _value3, 4: _value3, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: _value3, 3: 0, 4: 0, 5: _value4 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<Week_playroom>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Playroom</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"></div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"></div> </div> </div> <<if $condition ==19>> <<set _random to random(1,3)>> <<if _random == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 7 8 "Instagram_models/Puffi/Dirty/1/1/Puffi" "cell_center">> <<elseif _random == 2>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 11 11 "Instagram_models/Puffi/Dirty/1/1/Puffi" "cell_center">> <<elseif _random == 3>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Puffi/Compliment/15/Puffi" "cell_center">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="train_puffi_with_toys_plr">Train her with toys</div> </div> </div> <<Back1 "Playhouse">> <</if>> <<if $condition ==20>> <br><<InsertText_Size_animated "In the Playroom something is happening">> <br><<Text_animated_face_person "<<Yellow_text 'I should be patient and wait for the next updates to understand what the sounds are about'>>">> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/dont_enter" "cell_center">> <<Back1 "Playhouse">> <</if>> <<if $condition ==0>> <br><<InsertText_Size_animated "There's no one to play with here">> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/Playroom/playroom" "cell_center">> <<Back1 "Playhouse">> <</if>> <<ClickContainerById "train_puffi_with_toys_plr" "Train_puffi_with_toys_plr">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $energy >0>> <<set _random to random(1,5)>> <<if _random <=4>> <<replaceClass "cell_center" "cell_center_video_tall_178">><</replaceClass>> <<RandomVideoMp4_center 1 4 "Playhouse/Puffi/Toys/Intro/" "cell_center" >> <<else>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 5 5 "Playhouse/Puffi/Toys/Intro/" "cell_center" >> <</if>> <<timed 1000ms>> <br><<InsertText_Size_animated "She’s excited to push that toy inside">> <br><<linkappend "<<InsertText_Size_animated 'Command her to do it'>>">> <<set _random1 to random(1,11)>> <<if _random1 >=1 && _random1 <=6>> <br><<Mp4_178 "Playhouse/Puffi/Toys/Middle/" 1 6 1>> <<elseif _random1 >=7 && _random1 <=10>> <br><<Mp4_tall_178 "Playhouse/Puffi/Toys/Middle/" 7 10 2>> <<elseif _random1 >=11 && _random1 <=13>> <br><<Mp4__tall_178 "Playhouse/Puffi/Toys/Middle/" 11 13 3>> <</if>> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +0.5'>>">> <<set $obedience_tinder[0] +=0.5>> /*-------------------------------------------------------------------------------------*/ <<if _random1 <=10>> <br><<linkappend "<<InsertText_Size_animated 'Command her to train harder'>>">> <br><<Mp4_178 "Playhouse/Puffi/Toys/Rapid/" 1 10 4>> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +1'>>">> <<set $obedience_tinder[0] +=1>> <br><<linkappend "<<InsertText_Size_animated 'Let her cum'>>">> <br><<Mp4_tall_178 "Playhouse/Puffi/Toys/End/" 1 1 5>> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +0.5'>>">> <<set $obedience_tinder[0] +=0.5>> <br><<Text_animated_face Puffi "These toys are exactly what I dreamed of, thank you, Daddy">> <</timed>> <</linkappend>> <</timed>> <</linkappend>> /*--------------------------------------------------------------------------------------*/ <<elseif _random1 >10 && _random1 <=13>> <br><<linkappend "<<InsertText_Size_animated 'Take control yourself'>>">> <br><<Mp4_178 "Playhouse/Puffi/Toys/" 1 3 6>> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +1.5'>>">> <<set $obedience_tinder[0] +=1>> <br><<linkappend "<<InsertText_Size_animated 'Let her cum'>>">> <br><<Mp4_tall_178 "Playhouse/Puffi/Toys/End/" 1 1 7>> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +0.5'>>">> <<set $obedience_tinder[0] +=0.5>> <br><<Text_animated_face Puffi "These toys are exactly what I dreamed of, thank you, Daddy">> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</if>> /*--------------------------------------------------------------------------------------*/ <</timed>> <</linkappend>> <<Back1 "Playhouse">> <</timed>> <<set $day_time ++>> <<Energy>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<Week_themed_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Themed room</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"></div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"></div> </div> </div> <<if $condition ==19>> <<set _random to random(1,3)>> <<if _random == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 4 4 "Instagram_models/Puffi/Compliment/1/Puffi" "cell_center">> <<elseif _random == 2>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 5 5 "Instagram_models/Puffi/Dirty/1/1/Puffi" "cell_center">> <<elseif _random == 3>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 13 13 "Instagram_models/Puffi/Dirty/1/1/Puffi" "cell_center">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="punish_puffi_tr">Slap her</div> </div> </div> <<Back1 "Playhouse">> <</if>> <<if $condition ==20>> <br><<InsertText_Size_animated "In the Themed Room something is happening">> <br><<Text_animated_face_person "<<Yellow_text 'I should be patient and wait for the next updates to understand what the sounds are about'>>">> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/dont_enter" "cell_center">> <<Back1 "Playhouse">> <</if>> <<if $condition ==0>> <br><<InsertText_Size_animated "There's no one to play with here">> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/themedroom" "cell_center">> <<Back1 "Playhouse">> <</if>> <<ClickContainerById "punish_puffi_tr" "Punish_puffi_tr">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $energy >0>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 2 "Playhouse/Puffi/Punish/" "cell_center" >> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +1'>>">> <<set $obedience_tinder[0] +=1>> <br><<linkappend "<<InsertText_Size_animated 'More Strict'>>">> <br><<Mp4_15 "Playhouse/Puffi/Punish/" 3 4 1>> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +1'>>">> <<set $obedience_tinder[0] +=1>> <br><<linkappend "<<InsertText_Size_animated 'Add More Punishment'>>">> <br><<Mp4_15 "Playhouse/Puffi/Punish/" 5 6 2>> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +2'>>">> <<set $obedience_tinder[0] +=2>> <br><<linkappend "<<InsertText_Size_animated 'Order to lick'>>">> <br><<Mp4_15 "Playhouse/Puffi/Punish/" 7 7 3>> <<timed 1000ms>> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +1'>>">> <<set $obedience_tinder[0] +=1>> <br><<Text_animated_face Puffi "That was a fucking hot lesson, Daddy...">> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <<Back1 "Playhouse">> <</timed>> <<set $day_time ++>> <<Energy>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "There's no one to accommodate yet">> <<Back1 "Playhouse">> <</nobr>>
<<nobr>> <<if $angelica_first_meet !=1>> <<goto "Brothel_first_meet">> <<elseif $angelica_first_meet ==1 >> <<if $event_angelica[3].quantity !=1>> <br><br><br><br><br> <<InsertText_Size_animated "You must advance in Angelica's storyline">> <<Back1 "Shadow_street">> <<else>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Shadow_street/brothel" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr"> <div class="blur_2px" id="upgrade_brothel1">Upgrade Brothel</div> <div id="sophie_brothel1">Sophie</div> </div> </div> <<Back1 "Shadow_street">> <<ClickContainerById "upgrade_brothel1" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "sophie_brothel1" "Sophie_brothel1">><</ClickContainerById>> <</if>> <</if>> <</nobr>>
<<nobr>> <<if $money >=100 && $playhouse1 ==1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Angelica_heart/Angelica" "cell_center">> <br><<Text_animated_face Angelica "Hey, the brothel is closed">> <br><<Text_animated_face_person "What happened, why?">> <br><<Text_animated_face Angelica "Um... That's none of your business, the brothel is closed!">> <br><<Text_animated_face_person "What about this... (gives money)">> <<set $money -=500>> <br><<InsertText_Size_animated "<<Red_text '-500$'>>">> <br><<Text_animated_face Angelica "Our owner was recently killed... Some criminal showdown, so now I'm in charge here... But I'm afraid something might happen to me too...">> <br><<Text_animated_face Angelica "Hey, listen, you seem harmless, in a good way, you have a pleasant look... Do you have a place where I can stay for a few days? I can't go home, and I don't want to stay in dumps. I'll pay you, and I'm not talking about my body... ">> <br><<Text_animated_face_person "It would be an honor to shelter a lady in distress. I'm a SIgma, problems are unknown to me...">> <br><<Text_animated_face Angelica "Who the hell?">> <br><<Text_animated_face_person "Doesn't matter...">> <br><<Text_animated_face Angelica "So will you help me?">> <br><<Text_animated_face_person "Of course, I recently acquired a place where you can stay...">> <br><<Text_animated_face Angelica "Great, I'll give you 350 dollars, that's all I have right now, I hope it's enough for a week">> <<set $money +=350>> <br><<InsertText_Size_animated "<<Green_text '+350$'>>">> <<set $angelica_first_meet =1>> <<set $event_angelica[0].quantity =1>> <<set $relationship[20] =30>> <<set $corruption[20] =15>> <<Back1 "Shadow_street">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "To start this quest you need to buy a Playhouse and have more than $500">> <<Back1 "Shadow_street">> <</if>> <</nobr>>
<<nobr>> <<widget "Week_angelica_room">> <<if $angelica_first_meet ==1>> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 20 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 20, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 20, 2: 20, 3: 0, 4: 0, 5: 20 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 20, 2: 0, 3: 20, 4: 0, 5: 20 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 20, 5: 20 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 20, 2: 0, 3: 20, 4: 0, 5: 0 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_spa_room">> <<set _value3 = 0>> <<if $puffi_in_ph == 1>> <<set _value3 = 19>> <</if>> <<set _value4 = 0>> <<if $angelica_first_meet == 1>> <<set _value4 = 20>> <</if>> <<set _day1_conditions = { 1: _value4, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: _value4, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_massage_room">> <<set _value3 = 0>> <<if $puffi_in_ph == 1>> <<set _value3 = 19>> <</if>> <<set _value4 = 0>> <<if $angelica_first_meet == 1>> <<set _value4 = 20>> <</if>> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: _value4, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: _value4, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: _value4, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: _value4, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<Week_angelica_room>> <<if $items_gifts[4].quantity >=1 && $male_suit1 ==1 && $corruption[20] >=25 && $event_angelica[2].quantity ==1 && $event_angelica[3].quantity !=1 && $sigma_person >1 && $day_time == 4 && $day_week ==5>> <<goto "Sophie_wine_scene1">> <<elseif $items_gifts[4].quantity >=1 && $male_suit1 ==1 && $corruption[20] >=25 && $event_angelica[2].quantity ==1 && $event_angelica[3].quantity !=1 && $sigma_person <=1 && $day_time == 4 && $day_week ==5>> <<goto "Sophie_wine_scene2">> <</if>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Angelica's room</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"></div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"></div> </div> </div> <<if $condition ==20>> <<if $day_time >1 && $day_time <5>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 5 "Playhouse/Angelica_room/Bedroom1/" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="talk1_angelica_ph">Talk</div> </div> </div> <<elseif $day_time ==1>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1Container 2 2 "Playhouse/Angelica_room/closed_room" "cell_center">> <br><<InsertText_Size_animated "The door is closed">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="peek_morning_angelica_ph">Peek</div> </div> </div> <<elseif $day_time ==5>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1Container 2 2 "Playhouse/Angelica_room/closed_room" "cell_center">> <br><<InsertText_Size_animated "The door is closed">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="peek_night_angelica_ph">Peek</div> </div> </div> <</if>> /*----------------------------------------------------------------------------------------*/ <<elseif $condition == 0>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/Angelica_room/bedroom_angelica" "cell_center">> <br><<InsertText_Size_animated "Angelica is absent from the room">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="actions_angelica_ph">Actions</div> </div> </div> <</if>> <<if $event_angelica[3].quantity ==1>> <div class="your_room"> <div class="cell_2_yr"> <div id="scenes_angelica_ph">Scenes</div> </div> </div> <</if>> <<Back1 "Playhouse">> <<ClickContainerById "peek_morning_angelica_ph" "Peek_morning_angelica_ph">><</ClickContainerById>> <<ClickContainerById "peek_night_angelica_ph" "Peek_night_angelica_ph">><</ClickContainerById>> <<ClickContainerById "actions_angelica_ph" "Actions_angelica_ph">><</ClickContainerById>> /*/////////////////// BONUS SCENE /////////////////////////////*/ <<if $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "scenes_angelica_ph" "Scenes_angelica_ph">><</ClickContainerById>> <<else>> <<ClickContainerById "scenes_angelica_ph" "Set_camera_angelica_ph_forbidden">> <</ClickContainerById>> <</if>> /*//////////////////////////////////////////////////////////////////*/ <<if $event_angelica[3].quantity ==1>> <<ClickContainerById "talk1_angelica_ph" "Talk3_angelica_ph">><</ClickContainerById>> <<elseif $escort_job_whore1 ==1 && $escort_job_whore1 ==1 && $escort_job_whore3 ==1 && $escort_job_whore4 ==1 && $escort_job_whore5 ==1 && $agree_sophie_to_be_whore ==1>> <<ClickContainerById "talk1_angelica_ph" "Talk2_angelica_ph">><</ClickContainerById>> <<else>> <<ClickContainerById "talk1_angelica_ph" "Talk1_angelica_ph">><</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Playhouse/Angelica_room/Talk/Angelica" "cell_center">> <br><<Text_animated_face Angelica "Hi, thanks for the room. You have a very interesting house. I hope you don't mind if I feel at home and visit your various interesting rooms...">> <br><<Text_animated_face_person "Yes, make yourself at home">> <br><<Text_animated_face_person "Tell me about the business. Do you think it can be restored?">> <br><<Text_animated_face Angelica "Do you want to become a brothel owner?">> <br><<Text_animated_face_person "I have such ideas. I hope you'll help me...">> <br><<InsertText_Size_animated "<span><i>( She glanced at you briefly )</i></span>">> <br><<Text_animated_face Angelica "Hmm, I said I was here for just a week, but it looks like I have nowhere to go, so I'm in">> <br><<Text_animated_face Angelica "<<Yellow_text 'So, you should know that this is a criminal area, and we need money. Plus, once we open, we need girls to start with. Find me five girls from the street and one you trust, let her be the elite among all the others'>>">> <br><<Text_animated_face_person "I see you're not new to this business...">> <br><<Text_animated_face Angelica "You don't know a lot about me, but if we work well together, I'll reveal my secrets to you...">> <<set $event_angelica[1].quantity =1>> <<Back1 "Angelica_room">> <</nobr>>
<<nobr>> <br><br><br><br><br><<InsertText_Size_animated "No energy">> <<Back1 "Search_porno">> <</nobr>>
<<nobr>> <<widget "GoTo_No_Energy_search_porno">> <<if $energy <= 0>> <<goto "No_energy_search_porno">> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Sophie/Date1/Sophie" "cell_center">> <br><<Text_animated_face Sophie "Hey, sweetie, I've been waiting for our meeting since we last talked">> <br><<Text_animated_face_person "Wow, you look juicy, I like it">> <br><<Text_animated_face Sophie "I love dressing brightly, it matches my manners...">> <br><<Text_animated_face_person "It seems your manners are not shy at all...">> <br><<Text_animated_face Sophie "Haha, this is my aunt, I didn't warn you, but it all happened by itself">> <br><<Webp_between_text_random_tall_133 "Sophie/Date1/Sophie_Rebecca" 1 1>> <br><<Text_animated_face_person "Oh my, I don't mind, nice to meet you...">> <br><<Text_animated_face Rebecca "Nice to meet you too, especially at my age, any adventures make me feel younger">> <br><<linkappend "<<InsertText_Size_animated 'You enter a nearby cafe to sit and have a drink'>>">> <br><<Webp_between_text_random_tall_133 "Sophie/Date1/Sophie" 2 2>> <br><<Text_animated_face Sophie "I have a surprise for you today">> <br><<Text_animated_face_person "Really? I'm curious">> <br><<Text_animated_face Sophie "All these boring dates should end with something special, don’t you think...">> <br><<Webp_between_text_random_tall_133 "Sophie/Date1/Rebecca" 1 1>> <br><<Text_animated_face Rebecca "<span>Absolutely. Our gentleman tonight reminds me of my younger years when I was so inexperienced...<br><i>( she takes a sip of wine and accidentally drops her fork )</i></span>">> <br><<linkappend "<<InsertText_Size_animated 'Pick up the fork'>>">> <br><<Webp_between_text_random_178 "Sophie/Date1/Rebecca" 2 2>> <br><<Text_animated_face_person "<span><i>( Mmm, what a nice pussy Rebecca has... It's already wet... )</i></span>">> <br><<Text_animated_face_person "Here's your fork, Rebecca">> <br><<Webp_between_text_random_tall_1 "Sophie/Date1/Rebecca" 4 4>> <br><<Text_animated_face Rebecca "<span>Oh, how clumsy I am... <i>( she licks her lips )</i></span>">> <br><<Text_animated_face_person "You both look absolutely stunning. I hope your surprise makes this evening truly special...">> <br><<linkappend "<<InsertText_Size_animated 'Suddenly, someones hands reach into your pants through the table'>>">> <br><<Webp_between_text_random_tall_178 "Sophie/Date1/Sophie" 3 3>> <br><<Text_animated_face Sophie "Mmm... how warm... I think it's time for us to continue elsewhere">> <br><<linkappend "<<InsertText_Size_animated 'With a bit of lightheartedness, you leave the cafe, take a taxi, and arrive at an interesting building with a sign that reads: Role-Playing Games...'>>">> <br><<Webp_between_text_random_178 "Sophie/Date1/taxi" 1 1>> <br><<Text_animated_face_person "I sense that transformation awaits us">> <br><<Webp_between_text_random_15 "Sophie/Date1/Sex_room" 1 1>> <br><<Text_animated_face Sophie "Yes, sweetie. Change and meet us downstairs, we’re waiting for you">> <br><<linkappend "<<InsertText_Size_animated 'Change and get into character'>>">> <br><<Webp_between_text_random_178 "Sophie/Date1/" 1 1>> <br><<Text_animated_face Rebecca "Wow, I love this atmosphere, the intrigue and fear make my feelings especially aroused...">> <br><<Text_animated_face Sophie " Look around, this room looks like a BDSM playroom">> <br><<Webp_between_text_random_178 "Sophie/Date1/" 3 3>> <br><<Text_animated_face Rebecca "Yeah, that's true...Mmm, where is our hero who will grab us and start having fun...">> <br><<Text_animated_face Rebecca "Ah, what is this....">> <br><<Webp_between_text_random_178 "Sophie/Date1/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Scare the girls'>>">> <br><<Text_animated_face Rebecca "Oh my god....">> <br><<Mp4_between_text_wide_178 "Sophie/Date1/Videos/" 7 7>> <br><<Text_animated_face Rebecca "I can's open it!!!">> <br><<linkappend "<<InsertText_Size_animated 'Take possession of her'>>">> <br><<Mp4_between_text_wide_178 "Sophie/Date1/Videos/" 8 8>> <<timed 2500ms>> <br><<InsertText_Size_animated "Some time later...">> <br><<Mp4_between_text_wide_178 "Sophie/Date1/Videos/" 9 9>> <br><<linkappend "<<Text_animated_face Sophie 'What...What is going on here...'>>">> <br><<Mp4_between_text_wide_178 "Sophie/Date1/Videos/" 1 1>> <br><<InsertText_Size_animated "<<Yellow_text 'Now that Sophia is tied to the pole, you start arousing her while having fun with Rebecca, until Sophia breaks free from these restraints...'>>">> <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////// FUCK MOUTH HANDJOB ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_rebecca_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Handjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/3.0 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Handjob/" 1 3 1>><br> <<set $arousal_face +=1>> <<set $arousal_face2 +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<else>> <<replace "#handjob_rebecca_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_mouth_rebecca_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck mouth</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/3.0 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Fuck_mouth/" 1 4 2>><br> <<set $arousal_face +=1>> <<set $arousal_face2 +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<else>> <<replace "#fuck_mouth_rebecca_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <div class="cell_2_yr"> /*///////////////////////////////////// FUCK PUSSY /////////////////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_rebecca_date1' style='border: 0px solid #fff; width:270px; padding:0px; margin:0px;'>Fuck Rebecca's pussy </div>">> <<append "#dsfsd">> <<if $arousal_person < ($arousal_person_max/ 1.5) && ( $arousal_face >= 2 || $rebecca_cumming_sophie_date1 ==1 ) && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Fuck_pussy/" 1 3 3>><br> <<set $arousal_face +=1.5>> <<set $arousal_face2 +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<elseif $arousal_face <2 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "Her pussy is not ready yet..">> <<else>> <<replace "#fuck_pussy_rebecca_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_rebecca_sophie_date1' style='border: 0px solid #fff; width:270px; padding:0px; margin:0px;'>Fuck Rebecca (tease Sophie)</div>">> <<append "#dsfsd">> <<if $arousal_person < ($arousal_person_max/ 1.5) && ( $arousal_face >= 2 || $rebecca_cumming_sophie_date1 ==1 ) && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Fuck_pussy/" 4 6 4>><br> <<set $arousal_face +=1.5>> <<set $arousal_face2 +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<elseif $arousal_face <2 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "Her pussy is not ready yet..">> <<else>> <<replace "#fuck_pussy_rebecca_sophie_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <div class="cell_2_yr"> /*////////////////////////////////////// SOPHIE FREE ////////////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='free_sophie_date1' style='border: 0px solid #fff; width:260px; padding:0px; margin:0px;'>Free Sophia </div>">> <<append "#dsfsd">> <<if $arousal_person < ($arousal_person_max) && $arousal_face2 >= 2.5 && $free_sophie_date1 !=1 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/free_sophie" 1 1 5>><br> <<set $arousal_face +=1.5>> <<set $arousal_face2 +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<set $free_sophie_date1 =1>> <<elseif $arousal_face2 <2.5 && $free_sophie_date1 !=1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "Not enough arousal for Sophia">> <<else>> <<replace "#free_sophie_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <div class="cell_2_yr"> /*///////////////////////////////// SOPHIE + REBECCA ////////////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_sophie_rebecca_date1' style='border: 0px solid #fff; width:230px; padding:0px; margin:0px; margin-rleft:-30px; margin-right:-30px;'>Fuck Rebecca + Sophie</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Fuck_rebecca_ps/" 1 10 6>><br> <<set $arousal_face +=1.5>> <<set $arousal_face2 +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<elseif $free_sophie_date1 !=1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "You must free Sophie first">> <<else>> <<replace "#fuck_sophie_rebecca_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_sophie_rebecca_date1' style='border: 0px solid #fff; width:230px; padding:0px; margin:0px; margin-rleft:-30px; margin-right:-30px;'>Handjob Rebecca + Sophie</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Handjob_rebecca_ps/" 1 3 7>><br> <<set $arousal_face +=0.5>> <<set $arousal_face2 +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<elseif $free_sophie_date1 !=1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "You must free Sophie first">> <<else>> <<replace "#handjob_sophie_rebecca_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob_sophie_rebecca_date1' style='border: 0px solid #fff; width:230px; padding:0px; margin:0px; margin-rleft:-30px; margin-right:-30px;'>Blowjob Rebecca + Sophie</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Rebecca_blowjob_ps/" 1 3 8>><br> <<set $arousal_face +=1>> <<set $arousal_face2 +=0.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<elseif $free_sophie_date1 !=1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "You must free Sophie first">> <<else>> <<replace "#blowjob_sophie_rebecca_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='sophie_rebecca_date1' style='border: 0px solid #fff; width:230px; padding:0px; margin:0px ;margin-rleft:-30px; margin-right:-30px;'>Rebecca + Sophie</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Tease_pussies/" 1 3 9>><br> <<set $arousal_face +=0.5>> <<set $arousal_face2 +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<elseif $free_sophie_date1 !=1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "You must free Sophie first">> <<else>> <<replace "#sophie_rebecca_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <div class="cell_2_yr"> /*///////////////////////////////// CUMMING ////////////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_sophie_date1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px ;'>Sophie Cumming</div>">> <<append "#dsfsd">> <<if $arousal_face2 >= 10 && $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Sophie_cumming" 1 1 10>><br> <<set $arousal_face2 = 0>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<elseif $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "Not enough arousal for her to be cumming">> <<elseif $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "You must free Sophie first">> <<else>> <<replace "#cumming_sophie_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_date1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px ;'>You Cumming</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >10 ) && $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Cumming" 1 1 11>><br> <<set $cumming_you_sophie_date1 =1>> <<set $meet_sophie_data1 =1>> <<set $arousal_person =0>> <<Text_animated_face Sophie "Mmm... It was amazing, babe, i liked to be your whore">><br> <<Text_animated_face Rebecca "Wow... thanks for taking me out today, Sophie. And your cock, sweetie, will always be welcomed by my pussy">> <<Back_arousal "Hallway" "End">> <<elseif $free_sophie_date1 !=1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "You must free Sophie first">> <<elseif $arousal_person < $arousal_person_max && $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "Not enough arousal for cumming">> <<elseif $cumming_you_sophie_date1 ==1>> <<replace "#cumming_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_rebecca_date1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px ;'>Rebecca Cumming</div>">> <<append "#dsfsd">> <<if $arousal_face >= 10 && $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<Mp4_178 "Sophie/Date1/Videos/Rebecca_cumming" 1 1 12>><br> <<set $arousal_face = 0>> <<Arousal_person>><br> <<Arousal_person_face Rebecca>><br> <<Arousal_person_face2 Sophie>> <<set $rebecca_cumming_sophie_date1 =1>> <<elseif $free_sophie_date1 ==1 && $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "Not enough arousal for her to be cumming">> <<elseif $cumming_you_sophie_date1 !=1>> <br><<InsertText_Size_animated "You must free Sophie first">> <<else>> <<replace "#cumming_rebecca_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<set $event_sophie[0].quantity =1>> <</nobr>>
<<nobr>> <<widget "Arousal_person_face2">> <<set _name to $args[0]>> <div class="content_text_visual_face" id="animated" style="border: 0px solid;"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="progress_bar_contatiner_sex_person_face2" > <div class="inner-container-sex-person-face2">Arousal $arousal_face2</div> <div id="progress_bar_sex_person_face2"> </div> <div id="progress_bar_1_sex_person_face2"> </div> </div> </div> </div> </div> <style> .progress_bar_contatiner_sex_person_face2{ border: 0px solid #666; width: 482px; display:flex; background-color:black; min-height:30px; padding-top:0px; padding-left:4px; margin-top:8px; box-shadow: 0 0 2px 2px #fff; overflow: hidden; position:relative; background: linear-gradient(90deg, rgba(171,89,173,1) 0%, rgba(68,1,50,1) 100%); } </style> <<script>> var arousal_face2 = State.variables.arousal_face2; var widthPercentage = ( arousal_face2/ 10) * 100; document.documentElement.style.setProperty('--progress-bar-width-sex-person-face2', widthPercentage + '%'); <</script>> <style> #progress_bar_sex_person_face2{ display: flex; width: var(--progress-bar-width-sex-person-face2); transition: width 0.3s ease-in-out; z-index: 1; border: 0px solid #fff; } #progress_bar_1_sex_person_face2 { display: flex; width: calc(100% - var(--progress-bar-width-sex-person-face2)); transition: width 0.3s ease-in-out; z-index: 1; border: 0px solid #fff; background-color:black; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } .inner-container-sex-person-face2 { position: absolute; font-weight: bold; z-index: 2; top: 0; left: 0; color: #10B8B7; margin-left:10px; width: 100%; height: 100%; border: 0px solid; text-shadow: -1px -1px 0 #000, 0.5px -0.5px 0 #000, -1px 1px 0 #000, 0.5px 0.5px 0 #000; } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header_mail"> <div class="cap_mail"> <div class="cap_mail_1"> </div> <div class="cap_mail_2"> Sophie</div> <div class="cap_mail_3"><<Back1 "Model_2_sophie">></div> </div> <div class="contain_mail1"> <br><<Text_animated_face_person_right "Hey, sexy, I have a proposition for you">> <br><<Text_animated_face_left Sophie "Yeah? Don't you want to come over and fuck me?">> <br><<Text_animated_face_person_right "I have a better idea. I want you to work for me">> <br><<Text_animated_face_left Sophie "For you? Your bitch? Haha">> <br><<Text_animated_face_person_right "I want you to oversee the whores in my brothel">> <br><<Text_animated_face_left Sophie "To be honest, I’ve always wanted to try that... I'm in">> <br><<Text_animated_face_person_right "Great, then wait for the news">> <br><<Text_animated_face_left Sophie "And can I still do side work if I like it?">> <br><<Text_animated_face_person_right "Yes, baby, just behave better than the street ones...">> <br><<Text_animated_face_left Sophie "Haha... You know, I’m a dirty thing, but only with others. With you, I’m ready for anything...">> <<set $agree_sophie_to_be_whore =1>> /* <br><<InsertText_Size_animated_no_link "<span><i><<Yellow_text ' ( Now you can visit Puffi at the Playhouse )'>></i></span>">> */ <br> </div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Sophie" "cap_mail_1">> /*/////////////////////////////////////// STYLE //////////////////////////////////////////////*/ <style> .header_mail{ display:flex; flex-direction: column; width: 1050px; min-height: 350px; margin-left: -95px; border: 0px solid #fff; margin-top:-30px; margin-bottom:-10px; height: 826px; background-image: url('img/Veronica/check_mail1.jpg'); background-size: cover; border-radius:10px; filter: brightness(90%) saturate(100%); margin-bottom:-100px; filter: blur(0px); position:absolute; z-index:-11; overflow-y: auto; overflow-x: hidden; } .cap_mail{ display:flex; border: 0px solid #000; position: relative; z-index:10; min-width: 90%; height: 11%; background-color:#075e54; border-radius: 10px 10px 0px 0px; border-bottom: 2px solid #fff; } .contain_mail{ display:flex; height: 89%; border: 0px solid #fff; position: relative; z-index:10; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-radius: 10px 10px 0px 0px; padding-bottom:4px; } .cap_mail_1,.cap_mail_2,.cap_mail_3 { display:flex; justify-content:center; align-items:center; } .cap_mail_1{ width:20%; } .cap_mail_2{ width:40%; font-size:40px; font-weight:bold; justify-content:left; margin-left:-16px; margin-right:20px; } .cap_mail_3{ width:40%; } .cap_mail_1 img{ display: flex; object-fit: cover; height:70px; width:70px; border-radius: 37px; border:2px solid #fff; } .your_room{ width:500px; border: 0px solid #fff; } .cell_1_yr{ width:500px; } </style> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $camera1 !=1 || $setup_camera_angelica_room1 ==1>> <<InsertText_Size_animated "There is nothing to do">> <<elseif $camera1 ==1 && $setup_camera_angelica_room1 !=1>> <div class="your_room"> <div class="cell_1_yr"> <div id="set_camera_angelica_ph">Set up a camera</div> </div> </div> <</if>> /*//////////////////////// BONUS SCENE ///////////////////////*/ <<if $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "set_camera_angelica_ph" "Set_camera_angelica_ph">><</ClickContainerById>> <<else>> <<ClickContainerById "set_camera_angelica_ph" "Set_camera_angelica_ph_forbidden">><</ClickContainerById>> <</if>> /*/////////////////////////////////////////////////////////////////*/ <<Back1 "Angelica_room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 4 "Playhouse/Angelica_room/Sleep/" "cell_center">> <br><<InsertText_Size_animated "Angelica is sleeping">> <<Back1 "Angelica_room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,3)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 2 "Playhouse/Angelica_room/Morning/" "cell_center">> <<elseif _random ==2>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 3 4 "Playhouse/Angelica_room/Morning/" "cell_center">> <<elseif _random ==3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 10 11 "Playhouse/Angelica_room/Morning/" "cell_center" >> <</if>> <br><<Text_animated_face_person "Wow, she’s incredibly captivating!">> <br><<linkappend "<<InsertText_Size_animated 'Peek more'>>">> <br><<Mp4_between_text_wide_178 "Playhouse/Angelica_room/Room/" 1 3>> <br><<Text_animated_face_person "She has an alluring, curvy physique...">> <<timed 2500ms>> <br><<Webp_between_text_random_15 "Playhouse/Angelica_room/Morning/" 6 8>> <br><<linkappend "<<InsertText_Size_animated 'Admire her ass for longer'>>">> <br><<Mp4_between_text_wide_178 "Playhouse/Angelica_room/Room/Ass/" 1 8>> <br><<Text_animated_face_person "Her rear end is on point">> <<timed 3000ms>> <br><<InsertText_Size_animated "<<Yellow_text 'Angelica has noticed you..'>>.">> <<set _random12 to random(1,2)>> <<if _random12 ==1>> <br><<Webp_between_text_random_15 "Playhouse/Angelica_room/Morning/" 9 9>> <<else>> <br><<Mp4_between_text_wide_178 "Playhouse/Angelica_room/Room/catch" 1 1>> <</if>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking'>>">> <br><<Mp4_between_text_wide_178 "Playhouse/Angelica_room/Room/Peek/" 1 4>> <br><<Text_animated_face_person "Damn, what a sexy rear end... Looks like she knows I’m peeping">> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking'>>">> <br><<Mp4_178 "Playhouse/Angelica_room/Room/Mast/" 1 3 1>> <br><<Text_animated_face Angelica "Yes... Yes... My pussy is so incredibly wet right now... I can hardly take it">> <<timed 2500ms>> <br><<Mp4_178 "Playhouse/Angelica_room/Room/Mast/" 4 7 2>> <br><<InsertText_Size_animated "Her corruption has <<Green_text 'increased +2'>>">> <br><<InsertText_Size_animated "Your SIgma level has <<Red_text 'decreased - 0.25'>> a little">> <<set $sigma_person -=0.25>> <<set $corruption[20] +=2>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <<Back1 "Angelica_room">> <<set $day_time ++>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Playhouse/Angelica_room/Talk/" "cell_center">> <br><<Text_animated_face_person "Hi... oh wow, you have an amazing ass">> <br><<Text_animated_face Angelica "I know, you see, I've been in this business for a long time, starting from the bottom...">> <br><<Text_animated_face_person "Being so sexy and coming such a long way while maintaining such beauty deserves special recognition">> <br><<Text_animated_face Angelica "It's nice to hear that... So, how's the business? Did you manage to gather the girls?">> <br><<Text_animated_face_person "Yes, that's actually why I'm here. I've found the right people, and we can get started">> <br><<Text_animated_face Angelica "<<Yellow_text 'Great, we need to celebrate this. Buy a bottle of wine and come over. We cant start a business partnership without a proper ritual'>>">> <<set $event_angelica[2].quantity =1>> <<Back1 "Angelica_room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Telari/Telari" "cell_center">> <<if $russian_language <15>> <br><<InsertText_Size_animated "<<Yellow_text 'She doesnt understand English well, you need to improve your Russian'>>">> <br><<InsertText_Size_animated "<<Yellow_text 'In this version, you can only watch her do webcam shows!'>>">> <<elseif $russian_language >=15>> <br> <div class="your_room"> <div class="cell_1_yr"> <div class= "blur_2px" id="Talk_telari_beach">Talk</div> </div> </div> <</if>> <<Back1 "Beach">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $energy >0 && $russian_language <15>> <<if $russian_language <15>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Your_room/russian_language" "cell_center">> <<if $russian_language <=5>> <<set _level1 = "Basic">> <<elseif $russian_language >5 && $russian_language <=10>> <<set _level1 = "Intermediate">> <<elseif $russian_language >10>> <<set _level1 = "Advanced">> <</if>> <br> <<InsertText_Size_animated "You <<Green_text 'improved'>> your Russian. Your Level - _level1">> <br><<InsertText_Size_animated "You <<Green_text 'improved'>> your charm a little">> <<Energy>> <<set $day_time +=1>> <<set $russian_language ++>> <<set $charm +=0.5>> <<elseif $russian_language >=15>> <<InsertText_Size_animated "Your Russian is good enough">> <</if>> <<elseif $energy <=0>> <<GoTo_No_Energy>> <<else>> <<InsertText_Size_animated "Your Russian is good enough">> <</if>> <<Back1 "Learn_langueges">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/give_lube" "cell_center">> <br><<Text_animated_face_person "How lucky that I happened to have some extra lubricant on hand. I hope you know how to use it, I believe in you... good luck">> <br><<Text_animated Girl " <span><<Yellow_text 'Um... what... I... could it be that I dont...'>></span>">> <br><<Mp4_between_text_wide_15 "Root/sigma" 1 1>> <br><<InsertText_Size_animated "Your SIgma has <<Green_text 'increased'>> a little">> <<set $sigma_person += 0.25>> <<Back1 "Beach">> <</nobr>>
<<nobr>> <<if $energy >0 >> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Beach/Sex/Tease/" "cell_center">> <br><<Text_animated_face_person "Oh my... I can't miss the chance to help a girl in trouble...">> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Webp_between_text_random_178 "Beach/Sex/Blow/" 1 3>><br> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#handjob_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck mouth</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Webp_between_text_random_178 "Beach/Sex/Fuck_mouth/" 1 1>><br> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#blowjob_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random1 to random(1,6)>> <<if _random1 >=1 && _random1 <=3>> <br><<Webp_between_text_random_178 "Beach/Sex/Pussy/" 1 3>><br> <<elseif _random1 ==4>> <br><<Webp_between_text_random_13 "Beach/Sex/Pussy/" 4 4>><br> <<elseif _random1 >=5 && _random1 <=6>> <br><<Webp_between_text_random_tall_1 "Beach/Sex/Pussy/" 5 6>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#rimming_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_ass_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random2 to random(1,3)>> <<if _random2 == 1>> <br><<Webp_between_text_random_178 "Beach/Sex/Anal/" 1 1>><br> <<elseif _random2 == 2>> <br><<Webp_between_text_random_2 "Beach/Sex/Anal/" 2 2>><br> <<elseif _random2 == 3>> <br><<Webp_between_text_random_13 "Beach/Sex/Anal/" 3 3>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#fuck_ass_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _random3 to random(1,1)>> <<if _random3 == 1>> <br><<Webp_between_text_random_tall_11 "Beach/Sex/Cum/" 1 1>><br> <<elseif _random3 == 2>> <br><<Webp_between_text_random_178 "Beach/Sex/Cum/" 2 2>><br> <<elseif _random3 == 3>> <br><<Webp_between_text_random_178 "Beach/Sex/Cum/" 3 3>><br> <</if>> <<set _cum_person =1>> <<set $arousal_person =0>> <<set $sigma_person -= 0.25>> <<InsertText_Size_animated "Your SIgma has <<Red_text 'decreased'>> a little">> <<Back_arousal "Beach" "Back">> <<replace "#cumming_beach">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cumming_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <<Energy>> <<set $day_time ++>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_12">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_12"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> /* ratio: 1.78, width = 540, height = 305 */ <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_2">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_2"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> /* ratio: 1.78, width = 540, height = 305 */ <</widget>> <</nobr>>
<<nobr>> <<if $energy >0 >> <br><<InsertText_Size_animated "You’re hinting that this pussy is already under your control">> <<timed 1000ms>> <br><<Mp4_between_text_wide_15 "Root/thinking" 1 1>> <br><<InsertText_Size_animated "Her thought processes don’t require any commentary....">> <<timed 2000ms>> <<set _random_choice to random(1,10)>> <<if $fitness<30 && $charm <15 && $status <1>> <<if _random_choice <=1>> <br><<Mp4_between_text_wide_1 "Root/yes" 1 1>> <br><<InsertText_Size_animated "This pussy is now at your disposal">> <<set _choice_girl_beach =1>> <<else>> <br><<Mp4_between_text_wide_1 "Root/fail" 1 1>> <br><<InsertText_Size_animated "<<Red_text 'You screwed up, bro'>>">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to sufficiently improve one of the attributes: fitness, charm, or status in order to achieve a high success rate'>>">> <<Back1 "Beach">> <</if>> <<else>> <<if _random_choice <=8>> <br><<Mp4_between_text_wide_1 "Root/yes" 1 1>> <br><<InsertText_Size_animated "<<Green_text 'This pussy is now at your disposal'>>">> <<set _choice_girl_beach =1>> <<else>> <br><<Mp4_between_text_wide_1 "Root/fail" 1 1>> <br><<InsertText_Size_animated "<<Red_text 'You screwed up, bro'>>">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to sufficiently improve one of the attributes: fitness, charm, or status in order to achieve a high success rate'>>">> <<Back1 "Beach">> <</if>> <</if>> <<if _choice_girl_beach ==1>> <<timed 2000ms>> <br><<Webp_between_text_random_tall_15 "Beach/Sex/Tease/" 2 2>> <br><<InsertText_Size_animated "<<Green_text 'Her wet pussy is ready for adventure'>>">> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random_blow to random(1,4)>> <<if _random_blow ==1 >> <br><<Webp_between_text_random_2 "Beach/Sex/Blow/" 4 4>><br> <<elseif _random_blow ==2>> <br><<Webp_between_text_random_tall_1 "Beach/Sex/Blow/" 5 5>><br> <<elseif _random_blow >=3 && _random_blow <=4>> <br><<Webp_between_text_random_178 "Beach/Sex/Blow/" 6 7>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#handjob_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random1 to random(1,11)>> <<if _random1 >=1 && _random1 <=8>> <br><<Webp_between_text_random_178 "Beach/Sex/Pussy/" 7 14>><br> <<elseif _random1 ==9>> <br><<Webp_between_text_random_2 "Beach/Sex/Pussy/" 15 15>><br> <<elseif _random1 ==10>> <br><<Webp_between_text_random_13 "Beach/Sex/Pussy/" 16 16>><br> <<elseif _random1 ==11>> <br><<Webp_between_text_random_11 "Beach/Sex/Pussy/" 17 17>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#rimming_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_ass_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random2 to random(1,3)>> <<if _random2 == 1>> <br><<Webp_between_text_random_178 "Beach/Sex/Anal/" 1 1>><br> <<elseif _random2 == 2>> <br><<Webp_between_text_random_2 "Beach/Sex/Anal/" 2 2>><br> <<elseif _random2 == 3>> <br><<Webp_between_text_random_13 "Beach/Sex/Anal/" 3 3>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#fuck_ass_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _random3 to random(1,1)>> <<if _random3 == 1>> <br><<Webp_between_text_random_tall_11 "Beach/Sex/Cum/" 1 1>> <<elseif _random3 == 2>> <br><<Webp_between_text_random_178 "Beach/Sex/Cum/" 2 2>> <<elseif _random3 == 3>> <br><<Webp_between_text_random_178 "Beach/Sex/Cum/" 3 3>> <</if>> <br><<InsertText_Size_animated "You <<Green_text 'improved'>> your charm a little">> <<set $charm +=0.5>> <<set _cum_person =1>> <<set $arousal_person =0>> <<Back_arousal "Beach" "Back">> <<replace "#cumming_beach">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cumming_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <</timed>> <</if>> <</timed>> <</timed>> <<Energy>> <<set $day_time ++>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_2">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_2"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_1">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_1"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_tall_14">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_14"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have lubricant">> <<Back1 "Beach">> <</nobr>>
<<nobr>> <<widget "Mp4_between_text1_tall_178">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_tall_between_text_178"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Playhouse/Puffi/Tease/tease" "cell_center" >> <br><<Text_animated_face Puffi "Hey, my pussy's waiting for her master">> <<timed 1500ms>> <br><<Mp4_178 "Playhouse/Puffi/Tease/" 1 2 1>> <br><<linkappend "<<Text_animated_face Puffi 'Do whatever you want with me'>>">> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Blowjob/1/" 1 11 2>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#blowjob">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Rimming</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Rimming/1/" 1 6 3>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Slap</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Slap/" 1 3 4>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#slap">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick your balls</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Balls/1/" 1 8 5>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#balls">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// FUCK PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Sex/1/" 1 14 6>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#fuck_pussy">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_hurder' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy harder</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Sex/1/" 15 16 7>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#fuck_pussy_hurder">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy2" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_mouth' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck mouth</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Fuck_mouth/" 1 3 8>><br> <<set $arousal_person +=1.5>> <<Arousal_person>><br> <<else>> <<replace "#fuck_mouth">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// CUMMING ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on face</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/1/" 6 6 9>><br> <<replace "#cum1">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum in mouth</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/1/" 5 5 10>><br> <<replace "#cum2">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Creampie</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/1/" 4 4 11>><br> <<replace "#cum3">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum4' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on her</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/1/" 1 3 12>><br> <<replace "#cum4">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <<set $day_time ++>> <<Energy>> <<set $puffi_behavior1 = 1>> <<Back1 "Play_with_puffi_pr">> <</linkappend>> <</timed>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Playhouse/Puffi/Tease/tease" "cell_center" >> <br><<Text_animated_face Puffi "Hey, sweetie, your kitty wants to thank you for taking him in and giving him a good time...">> <<timed 1500ms>> <br><<Mp4_178 "Playhouse/Puffi/Tease/" 3 5 1>> <br><<linkappend "<<Text_animated_face Puffi 'Your kitty wants you to play with her'>>">> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Blowjob/2/" 1 10 2>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#blowjob">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Rimming</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Rimming/2/" 1 7 3>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Slap</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Slap/" 1 3 4>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#slap">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick your balls</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Balls/2/" 1 5 5>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#balls">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// FUCK PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Sex/2/" 1 12 6>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#fuck_pussy">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_hurder' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy harder</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Sex/2/" 13 14 7>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#fuck_pussy_hurder">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy2" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_mouth' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck mouth</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Fuck_mouth/" 4 6 8>><br> <<set $arousal_person +=1.5>> <<Arousal_person>><br> <<else>> <<replace "#fuck_mouth">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// CUMMING ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on face</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/2/" 7 9 9>><br> <<replace "#cum1">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/2/" 6 6 10>><br> <<replace "#cum2">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Creampie</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/2/" 1 2 11>><br> <<replace "#cum3">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum4' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on ass</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/2/" 3 4 12>><br> <<replace "#cum4">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <<set $day_time ++>> <<Energy>> <<set $puffi_behavior2 =1>> <<Back1 "Play_with_puffi_pr">> <</linkappend>> <</timed>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_tall_15">><</replaceClass>> <<RandomVideoMp4_center 4 4 "Playhouse/Puffi/Tease/tease" "cell_center" >> <br><<Text_animated_face Puffi "I've missed your cock">> <br><<Text_animated_face Puffi "Could you show it to me, please?">> <<timed 1500ms>> <br><<Mp4_178 "Playhouse/Puffi/Tease/tease" 3 3 1>> <br><<linkappend "<<Text_animated_face Puffi 'Oh God, how did I live without it for so long...'>>">> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Blowjob/3/" 1 9 2>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#blowjob">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Rimming</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Rimming/3/" 1 9 3>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Slap</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Slap/" 1 3 4>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#slap">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick your balls</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Balls/3/" 1 10 5>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#balls">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// FUCK PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Sex/3/" 1 14 6>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#fuck_pussy">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_hurder' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy harder</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Sex/3/" 18 20 7>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#fuck_pussy_hurder">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy2" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_mouth' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck mouth</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Puffi/Fuck_mouth/" 7 12 8>><br> <<set $arousal_person +=1.5>> <<Arousal_person>><br> <<else>> <<replace "#fuck_mouth">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// CUMMING ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on face</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/3/" 4 6 9>><br> <<replace "#cum1">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on hand</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/3/" 3 3 10>><br> <<replace "#cum2">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/3/" 2 2 11>><br> <<replace "#cum3">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum4' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum on ass</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Playhouse/Puffi/Cum/3/" 1 1 12>><br> <<replace "#cum4">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cum4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <<set $day_time ++>> <<Energy>> <<set $event_puffi[2].quantity =1>> <<set $puffi_behavior3 =1>> <<Back1 "Play_with_puffi_pr">> <</linkappend>> <</timed>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" > <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Male</div> <<if $puffi_cloching1 != 1>> <div><img src="img/Mall/Clothing_store/Puffi/cat1.png"></div> <</if>> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $puffi_cloching1 != 1 && $money >=300 >> <div> <<link "300$" _name_of_passage>> <<set $money -= 300>> <<set $puffi_cloching1 = 1>> <</link>> </div> <<elseif $puffi_cloching1 != 1 && $money <300 >> <div> <<link "300$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<Back1 "Clothing_store">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Instagram_models/Puffi/Compliment/1/Puffi" "cell_center">> <br><<Text_animated_face Puffi "Hey, daddy, I've already missed you...">> <br><<linkappend "<<InsertText_Size_animated 'Play with her'>>">> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<set _random1 to random(1,39)>> <<if _random1 >=1 && _random <=11>> <br><<Mp4_178 "Playhouse/Puffi/Blowjob/1/" 1 11 1>><br> <<elseif _random1 >=12 && _random1 <=21>> <br><<Mp4_178 "Playhouse/Puffi/Blowjob/2/" 1 10 2>><br> <<elseif _random1 >=22 && _random1 <=30>> <br><<Mp4_178 "Playhouse/Puffi/Blowjob/3/" 1 9 3>><br> <<elseif _random1 >=31 && _random1 <=39>> <br><<Mp4_178 "Playhouse/Puffi/Blowjob/" 1 8 4>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>><br> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Rimming</div>">> <<append "#dsfsd">> <<set _random2 to random(1,23)>> <<if _random2 >=1 && _random2 <=6>> <br><<Mp4_178 "Playhouse/Puffi/Rimming/1/" 1 6 5>><br> <<elseif _random2 >=7 && _random2 <=13>> <br><<Mp4_178 "Playhouse/Puffi/Rimming/2/" 1 7 6>><br> <<elseif _random2 >=14 && _random2 <=23>> <br><<Mp4_178 "Playhouse/Puffi/Rimming/3/" 1 9 7>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>><br> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Slap</div>">> <<append "#dsfsd">> <br><<Mp4_178 "Playhouse/Puffi/Slap/" 1 3 8>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick your balls</div>">> <<append "#dsfsd">> <<set _random3 to random(1,24)>> <<if _random3 >=1 && _random3 <=8>> <br><<Mp4_178 "Playhouse/Puffi/Balls/1/" 1 8 9>><br> <<elseif _random3 >=9 && _random3 <=13>> <br><<Mp4_178 "Playhouse/Puffi/Balls/2/" 1 5 10>><br> <<elseif _random3 >=14 && _random3 <=24>> <br><<Mp4_178 "Playhouse/Puffi/Balls/3/" 1 10 11>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>><br> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ /*////////////////////// FUCK PUSSY /////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck pussy</div>">> <<append "#dsfsd">> <<set _random4 to random(1,48)>> <<if _random4 >=1 && _random4 <=14>> <br><<Mp4_178 "Playhouse/Puffi/Sex/1/" 1 14 12>><br> <<elseif _random4 >=15 && _random4 <=27>> <br><<Mp4_178 "Playhouse/Puffi/Sex/2/" 1 12 13>><br> <<elseif _random4 >=28 && _random4 <=41>> <br><<Mp4_178 "Playhouse/Puffi/Sex/3/" 1 14 14>><br> <<elseif _random4 >=42 && _random4 <=48>> <br><<Mp4_178 "Playhouse/Puffi/Sex/" 7 13 15>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>><br> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_hurder' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck pussy harder</div>">> <<append "#dsfsd">> <<set _random5 to random(1,12)>> <<if _random5 >=1 && _random5 <=2>> <br><<Mp4_178 "Playhouse/Puffi/Sex/1/" 15 16 16>><br> <<elseif _random5 >=3 && _random5 <=4>> <br><<Mp4_178 "Playhouse/Puffi/Sex/2/" 13 14 17>><br> <<elseif _random5 >=5 && _random5 <=7>> <br><<Mp4_178 "Playhouse/Puffi/Sex/3/" 18 20 18>><br> <<elseif _random5 >=8 && _random5 <=12>> <br><<Mp4_178 "Playhouse/Puffi/Sex/" 2 6 19>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>><br> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy2" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_mouth' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck mouth</div>">> <<append "#dsfsd">> <br><<Mp4_178 "Playhouse/Puffi/Fuck_mouth/" 1 12 20>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='anal' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Anal</div>">> <<append "#dsfsd">> <br><<Mp4_178 "Playhouse/Puffi/Anal/" 1 5 21>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////// CUMMING ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum1' style='border: 0px solid #fff; width:130px; padding:0px; margin:0px;'>Cum on face</div>">> <<append "#dsfsd">> <<if $arousal_person >= $arousal_person_max || $arousal_person >=10 >> <<set _random6 to random(1,8)>> <<if _random6 >=1 && _random6 <=2>> <br><<Mp4_178 "Playhouse/Puffi/Cum/1/" 5 6 22>><br> <<elseif _random6 >=3 && _random6 <=5>> <br><<Mp4_178 "Playhouse/Puffi/Cum/2/" 7 9 23>><br> <<elseif _random6 >=6 && _random6 <=8>> <br><<Mp4_178 "Playhouse/Puffi/Cum/3/" 4 6 24>><br> <</if>> <<set $arousal_person =0>> <<Arousal_person>><br> <<else>> <br><<InsertText_Size_animated "You are not aroused enough">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum2' style='border: 0px solid #fff; width:130px; padding:0px; margin:0px;'>Cum on hand</div>">> <<append "#dsfsd">> <<if $arousal_person >= $arousal_person_max || $arousal_person >=10 >> <br><<Mp4_178 "Playhouse/Puffi/Cum/3/" 3 3 25>><br> <<set $arousal_person =0>> <<Arousal_person>><br> <<else>> <br><<InsertText_Size_animated "You are not aroused enough">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum3' style='border: 0px solid #fff; width:130px; padding:0px; margin:0px;'>Cum</div>">> <<append "#dsfsd">> <<if $arousal_person >= $arousal_person_max || $arousal_person >=10 >> <<set _random7 to random(1,2)>> <<if _random7 ==1>> <br><<Mp4_178 "Playhouse/Puffi/Cum/3/" 2 2 26>><br> <<elseif _random7 ==2 >> <br><<Mp4_178 "Playhouse/Puffi/Cum/2/" 6 6 27>><br> <</if>> <<set $arousal_person =0>> <<Arousal_person>><br> <<else>> <br><<InsertText_Size_animated "You are not aroused enough">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum4' style='border: 0px solid #fff; width:130px; padding:0px; margin:0px;'>Cum on her</div>">> <<append "#dsfsd">> <<if $arousal_person >= $arousal_person_max || $arousal_person >=10 >> <<set _random8 to random(1,12)>> <<if _random8 >=1 && _random8 <=3>> <br><<Mp4_178 "Playhouse/Puffi/Cum/1/" 1 3 28>><br> <<elseif _random8 >=4 && _random8 <=5>> <br><<Mp4_178 "Playhouse/Puffi/Cum/2/" 2 3 29>><br> <<elseif _random8 ==6 >> <br><<Mp4_178 "Playhouse/Puffi/Cum/3/" 1 1 30>><br> <<elseif _random8 >=7 && _random8 <=12>> <br><<Mp4_178 "Playhouse/Puffi/Cum/" 1 6 31>><br> <</if>> <<set $arousal_person =0>> <<Arousal_person>><br> <<else>> <br><<InsertText_Size_animated "You are not aroused enough">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum5' style='border: 0px solid #fff; width:130px; padding:0px; margin:0px;'>Creampie</div>">> <<append "#dsfsd">> <<if $arousal_person >= $arousal_person_max || $arousal_person >=10 >> <<set _random9 to random(1,5)>> <<if _random9 ==1 >> <br><<Mp4_178 "Playhouse/Puffi/Cum/1/" 4 4 32>><br> <<elseif _random9 >=2 && _random9 <=3>> <br><<Mp4_178 "Playhouse/Puffi/Cum/2/" 1 2 33>><br> <<elseif _random9 >=4 && _random9 <=5>> <br><<Mp4_178 "Playhouse/Puffi/Cum/" 8 9 34>><br> <</if>> <<set $arousal_person =0>> <<Arousal_person>><br> <<else>> <br><<InsertText_Size_animated "You are not aroused enough">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum6' style='border: 0px solid #fff; width:130px; padding:0px; margin:0px;'>Cum in the ass</div>">> <<append "#dsfsd">> <<if $arousal_person >= $arousal_person_max || $arousal_person >=10 >> <br><<Mp4_178 "Playhouse/Puffi/Cum/cum" 1 1 35>><br> <<set $arousal_person =0>> <<else>> <br><<InsertText_Size_animated "You are not aroused enough">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ </div> <<Back1 "Play_with_puffi_pr">> <</linkappend>> <</nobr>>
<<nobr>> <<set $condition=19>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> <ul class="color-list"> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience_tinder[0]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[1]</li> </ul> <div class="position: relative; card_information_befor" style="display:flex;margin-left:16px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:116px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information" style="font-size:15px;line-height: 24px;text-align: justify;"><span> This is Puffy's profile card <br> Puffy is a fun and energetic girl who loves to put everything in her mouth <br><span style='color: gold;'>2 Bonus Scene </span> <br><span style='color: gold;'>Bonus Option - Scene List</span></span></div> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Puffi </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "You need to improve your relationship with her and go on a date" $event_puffi 0>> <<if $event_puffi[0].quantity ==1>> <<Task_list "You need to invite her to move into your Playhouse" $event_puffi 1>> <</if>> <<if $event_puffi[1].quantity ==1>> <<Task_list "Improve her obedience, complete all the Behavior levels, and fully dominate her by achieving 100 obedience" $event_puffi 2>> <</if>> <<if $event_puffi[2].quantity ==1>> <<Task_list "<span style='color:#dcc30b; text-shadow: 0 0 4px #ff0000;'>You've finished the content with this character.<br> Feel free to visit her and have sexual encounters whenever you like </span>" $event_puffi 3>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<RandomImageOnlyWebp1 1 1 "Instagram_models/Puffi/Talk/15/Puffi" "cell_left_ch">> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> /* <div style="border:0px solid; "> <div id="Backp" class="cell_1_yr" style="border:0px solid; width:384px; margin-right:200px; position: absolute; left:640px; top:10px; margin-top:10px;"> <div onclick="historyBack()" id="Backp" style="cursor: pointer; margin:0px; padding: 0px; width:100%; border-radius: 4px; position: relative;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> */ <div style="border:0px solid; "> <div id="Backp" class="cell_1_yr_gal"> <div onclick="historyBack()" id="Backp"><img src="img/Log/back1.png">Back</div> </div> <style> .galstyleback1 { cursor: pointer; margin:0px; padding: 0px; width:100%; border-radius: 4px; position: relative; } .cell_1_yr_gal div{ cursor: pointer; display:flex; font-weight:bold; width:100%; align-items:center; justify-content: center; margin:0 20px 0 20px; padding: 2px 6px; border-radius: 12px; box-shadow: 0px 0px 3px 3px #C1ABD4; } .cell_1_yr_gal div img { position: absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px; height:28px; } .cell_1_yr_gal{ cursor: pointer; border:0px solid; width:384px; margin-right:200px; position: absolute; left:640px; top:10px; margin-top:10px; display:flex; flex-direction: row; align-items:center; justify-content: center; } .cell_1_yr_gal2{ border:0px solid; width:384px; margin-right:200px; position: absolute; left:860px; top:10px; margin-top:10px; display:flex; flex-direction: row; align-items:center; justify-content: center; } .cell_1_yr_gal2 div{ display:flex; font-weight:bold; width:100%; align-items:center; justify-content: center; margin:0 20px 0 20px; padding: 2px 6px; border-radius: 12px; box-shadow: 0px 0px 3px 3px #C1ABD4; } .cell_1_yr_gal2 div img { position: absolute; z-index:9; margin-right: -76px; margin-bottom:2px; width:28px; height:28px; transform: rotate(180deg); } @media only screen and (min-height:900px) { .cell_1_yr_gal2{ border:0px solid; width:384px; margin-right:200px; position: absolute; left:890px; top:20px; margin-top:10px; display:flex; flex-direction: row; align-items:center; justify-content: center; } .cell_1_yr_gal{ border:0px solid; width:384px; margin-right:200px; position: absolute; left:666px; top:20px; margin-top:10px; display:flex; flex-direction: row; align-items:center; justify-content: center; } } </style> <</nobr>> <div style="position: relative; z-index:1; margin-top:18px;"> <div class="con"> <div class="card_g"> [img["img/Sophie/Card/Sophie1.webp"][Sophie]] <p class="heading" id="Sophie">Sophie</p> </div> <div class="card_g"> [img["img/Instagram_models/Puffi/Talk/15/Puffi1.webp"][Puffi]] <p class="heading" id="Puffi">Puffi</p> </div> <div class="card_g"> [img["img/Angelica_heart/Card/Angelica1.webp"][Angelica]] <p class="heading" id="Angelica">Angelica</p> </div> <div class="card_g"> [img["img/Telari/Card/Telari1.webp"][Telari]] <p class="heading" id="Telari">Telari</p> </div> <div class="card_g"> [img["img/Foxie/Card/Foxie1.webp"][Foxie]] <p class="heading" id="Foxie">Foxie</p> </div> <div class="card_g"> [img["img/Lana/Card/Lana2.webp"][Lana]] <p class="heading" id="Lana">Lana</p> </div> <div class="card_g"> [img["img/Isabel/Card/Isabel1.webp"][Isabel]] <p class="heading" id="Isabel">Isabel</p> </div> </div> <<nobr>> <<ClickContainerById "Next" "Gallery1">><</ClickContainerById>> <<ClickContainerById "Puffi" "Puffi">><</ClickContainerById>> <<ClickContainerById "Monique" "Monique">><</ClickContainerById>> <<ClickContainerById "Telari" "Telari">><</ClickContainerById>> <<ClickContainerById "Foxie" "Foxie">><</ClickContainerById>> <<ClickContainerById "Lana" "Lana">><</ClickContainerById>> <<ClickContainerById "Isabel" "Isabel">><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=21>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience_tinder[1]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[0]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Sophie </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "You need to improve your relationship with her and go on a date" $event_sophie 0>> <<if $agree_sophie_to_be_whore ==1>> <<set $event_sophie[1].quantity =1>> <</if>> <<if $event_sophie[0].quantity ==1>> <<Task_list "You need to talk to her about the brothel" $event_sophie 1>> <</if>> <<if $event_sophie[1].quantity ==1>> <<Task_list "Finish the storyline with Angelica, and you’ll be able to meet Sophia at the brothel" $event_sophie 2>> <<Task_list "<span style='color:#d83838;'>You've finished the content with this character for version 0.4</span>" $event_sophie 3>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Patreon subscribers</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<RandomImageOnlyWebp1 1 1 "Sophie/Card/Sophie" "cell_left_ch">> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition=20>> <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> /*-------------------------------- CHEATS -------------------------------------*/ <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 899; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" > <li style="color: green; font-weight: bold;">Relationship $relationship[20]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[20]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[20]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[2]</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" Angelica>><<set $relationship[20] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Angelica>><<set $relationship[20] -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" Angelica>><<set $corruption[20] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Angelica>><<set $corruption[20] -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" Angelica>><<set $obedience[20] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Angelica>><<set $obedience[20] -->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:16px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:16px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div class="position: relative; card_information_befor" style="display:flex;margin-left:16px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information"><span>This is Angelica's profile card <br> She works at a brothel and is connected to a major business. Her connections could be very useful if leveraged properly <span style='color: gold;'>2 Bonus Scene </span></span></div> /*------------------------------- END CHEATS ---------------------------------*/ </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Angelica </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == 7962624 || $akfmac == 429981696 || $akfmac == 32768 || $akfmac == 8303765625>> <ul class="card__list"> <<Task_list "<span>Meet Angelica at the brothel <br><span style='color: #65c121;'>Requirement: you need to buy a Playhouse and have more than $500</span></span>" $event_angelica 0>> <<if $event_angelica[0].quantity ==1>> <<Task_list "Talk with Angelica in the Playhouse" $event_angelica 1>> <</if>> <<if $event_angelica[1].quantity ==1>> <<Task_list "<span>Talk with Angelica about the business<br><span style='color: #65c121;'>Requirement: You need to hire 5 prostitutes and go on a date with Sophie. Then offer her a job at the brothel<span></span>" $event_angelica 2>> <</if>> <<if $event_angelica[2].quantity ==1>> <<Task_list "<span>Mark the start of your first joint business on Saturday evening in Angelica's room<br> <span style='color: #65c121;'>Requirement: buy wine, buy a suit.<br> You need to reach a corruption level of ≥ 25 by spying on her in her room</span><br> <<Yellow_text 'Depending on the SIgma value, you have access to two scenes - if SIgma > 1, you get the first scene; if Sigma ≤ 1, you get the second scene'>></span>" $event_angelica 3>> <</if>> <<if $event_angelica[3].quantity ==1>> <<Task_list "<span><<Gold_text 'Bonus scene: Set up a camera in Angelicas room and receive a bonus scene with two stunning beauties on Sunday night'>></span>" $event_angelica 4>> <</if>> <<if $event_angelica[3].quantity ==1>> <<Task_list "<span style='color:#d83838;'>You've finished the content with this character for version 0.4</span>" $event_angelica 5>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch" >Back</button></div> </div> </div> </div> </div> </div> <<RandomImageOnlyWebp1 1 4 "Angelica_heart/Card/Angelica" "cell_left_ch">> <<set _previous_passage_name to $previousNode>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <<ClickContainerById "chaets_angelica" "Angelica">><</ClickContainerById>> /* <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> */ <</nobr>>
<<nobr>> <<set $condition=22>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[22]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[22]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[22]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[2]</li> </ul> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch"> Telari </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "<span>In this version, you can only watch her do webcam shows</span>" $event_telari 0>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<RandomImageOnlyWebp1 1 2 "Telari/Card/Telari" "cell_left_ch">> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Playhouse/Angelica_room/Wine/" "cell_center">> <br><<Text_animated_face_person "How much will this wine spice up the evening... hmm">> <br><<Text_animated_face Angelica "Wow, you look impressive">> <br><<Webp_between_text_random_178 "Playhouse/Angelica_room/Wine/" 2 2>> <br><<Text_animated_face_person "Tonight is special, we should celebrate it">> <br><<Text_animated_face Angelica "So... we have security, girls, and me... everything is ready to start our own adventure">> <br><<Text_animated_face_person "Definitely, let's drink to that">> <br><<Mp4_between_text_wide_15 "Playhouse/Angelica_room/Wine/wine" 1 1>> <br><<Text_animated_face_person "How do you like it here? I see some of the girls drop by sometimes">> <br><<Text_animated_face Angelica "Mm, yes, I do get lonely here sometimes">> <br><<Text_animated_face Angelica "Someday I'll introduce you to them. We have a special business planned for you">> <br><<linkappend "<<Text_animated_face_person 'By the way, there is something exciting I want to share with you today'>>">> <br><<Mp4_between_text_wide_178 "Playhouse/Angelica_room/Wine/Scene1/" 1 1>> <br><<Text_animated_face Angelica "Oh... I'm not drunk enough yet... But, I've wanted your cock for a long time">> <<timed 1500ms>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/" 4 4 1>> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick her</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Lick/" 1 1 2>><br> <<set $arousal_face +=1>> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#blowjob">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Touch her</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Touch/" 1 1 3>><br> <<set $arousal_face +=1>> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Blowjob/" 1 3 4>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#slap">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Kiss</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Kiss/" 1 1 5>><br> <<set $arousal_face +=0.5>> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#balls">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ /*//////////////////// FUCK PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy pose 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Fuck_pussy/" 1 2 6>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#fuck_pussy">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_hurder' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy pose 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Fuck_pussy/" 3 4 7>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#fuck_pussy_hurder">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy2" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_mouth' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck pussy harder</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Fuck_pussy/" 5 6 8>><br> <<set $arousal_face +=1.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#fuck_mouth">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*///////////////////////////////////// ASSS ////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Stimulate_her_anus" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='stimulate_her_anus' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Stimulate her anus</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && $arousal_face >=2 && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Stimulate/" 1 3 9>><br> <<set $arousal_face +=0.5>> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<set _ass_simulation =1>> <<elseif $arousal_face <=2>> <br><<Text_animated_face Angelica "My ass isn't ready yet...">> <<else>> <<replace "#stimulate_her_anus">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*///////////////////////////////////// FUCK ASS ////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Stimulate_her_anus" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='anal1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Anal pose 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _ass_simulation ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Anal1/" 1 4 10>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<set _ass_fuck =1>> <<elseif _ass_simulation !=1>> <br><<Text_animated_face Angelica "My ass isn't ready yet...">> <<else>> <<replace "#anal1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Stimulate_her_anus" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='anal2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Anal pose 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _ass_simulation ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Anal2/" 1 3 11>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<set _ass_fuck =1>> <<elseif _ass_simulation !=1>> <br><<Text_animated_face Angelica "My ass isn't ready yet...">> <<else>> <<replace "#anal2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Stimulate_her_anus" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='anal3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Anal pose 3</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _ass_simulation ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Anal3/" 1 2 12>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<set _ass_fuck =1>> <<elseif _ass_simulation !=1>> <br><<Text_animated_face Angelica "My ass isn't ready yet...">> <<else>> <<replace "#anal3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*///////////////////////////////////// CUM ////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Stimulate_her_anus" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob_after_anal' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob after anal</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1 && _ass_fuck ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/Blowjob1/" 1 2 13>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<elseif _ass_fuck !=1>> <<else>> <<replace "#blowjob_after_anal">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Stimulate_her_anus" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum </div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/" 6 6 14>> <br><<Text_animated_face Angelica "Mmm... so much cum">> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene1/" 7 7 15>><br> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<InsertText_Size_animated "Her corruption has <<Green_text 'increased +5'>>">> <br><<InsertText_Size_animated "Her obedience has <<Green_text 'increased +5'>>">> <<set $corruption[20] +=5>> <<set $obedience[20] +=5>> <<if $scenes_angelica_after_repeat != 1>> <<Back1 "Hallway">> <<else>> <<Back1 "Scenes_angelica_ph">> <<set $scenes_angelica_after_repeat =1>> <</if>> <<elseif _cum_person ==1>> <<replace "#cum">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*//////////////////////////////////////////// END //////////////////////////////////*/ </div> <</timed>> <</linkappend>> <<set $event_angelica[3].quantity =1>> <<set $day_time ++>> <<Energy>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Playhouse/Angelica_room/Wine/" "cell_center">> <br><<Text_animated_face_person "How much will this wine spice up the evening... hmm">> <br><<Text_animated_face Angelica "Wow, you look impressive">> <br><<Webp_between_text_random_178 "Playhouse/Angelica_room/Wine/" 2 2>> <br><<Text_animated_face_person "Tonight is special, we should celebrate it">> <br><<Text_animated_face Angelica "So... we have security, girls, and me... everything is ready to start our own adventure">> <br><<Text_animated_face_person "Definitely, let's drink to that">> <br><<Mp4_between_text_wide_15 "Playhouse/Angelica_room/Wine/wine" 1 1>> <br><<Text_animated_face_person "How do you like it here? I see some of the girls drop by sometimes">> <br><<Text_animated_face Angelica "Mm, yes, I do get lonely here sometimes">> <br><<Text_animated_face Angelica "Someday I'll introduce you to them. We have a special business planned for you">> <br><<linkappend "<<Text_animated_face Angelica 'I know you have been watching me... Come with me, I want to help you relieve the tension I see in you towards me'>>">> <br><<Mp4_between_text_wide_178 "Playhouse/Angelica_room/Wine/Scene2/" 1 1>> <br><<Text_animated_face Angelica "I know you crave to taste it, I feel it... My feet are waiting for you">> <<timed 2500ms>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/" 2 2 1>> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick her toes</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/Toes/" 1 5 2>><br> <<set $arousal_face +=1>> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick her foot</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/Foot/" 1 2 3>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#slap">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Rubbing</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/Rubbing/" 1 4 4>><br> <<set $arousal_face +=0.5>> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#balls">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ /*//////////////////// FUCK PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck her feet pose 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/Fuck_feet/" 1 8 5>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#fuck_pussy1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy2' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck her feet pose 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/Fuck_feet/" 9 13 6>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#fuck_pussy2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_hurder' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck her heels</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/Fuck_heels/" 1 4 7>><br> <<set $arousal_face +=1>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#fuck_pussy_hurder">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy2" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_mouth' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck her toes</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/Fuck_toes/" 1 2 8>><br> <<set $arousal_face +=1.5>> <<set $arousal_person +=1>> <<Arousal_person>><br> <<Arousal_person_face Angelica>> <<else>> <<replace "#fuck_mouth">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*///////////////////////////////////// CUM ////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Stimulate_her_anus" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum </div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Wine/Scene2/" 4 4 9>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<InsertText_Size_animated "Her corruption has <<Green_text 'increased +5'>>">> <<set $corruption[20] +=5>> <<if $scenes_angelica_after_repeat != 1>> <<Back1 "Hallway">> <<else>> <<Back1 "Scenes_angelica_ph">> <</if>> <<set $scenes_angelica_after_repeat =1>> <<elseif _cum_person ==1>> <<replace "#cum">><</replace>> <<else>> <br><<InsertText_Size_animated "You are not aroused enough">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*//////////////////////////////////////////// END //////////////////////////////////*/ </div> <</timed>> <</linkappend>> <<set $event_angelica[3].quantity =1>> <<set $day_time ++>> <<Energy>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<Week_massage_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Massage room</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"></div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"></div> </div> </div> <<if $condition ==20>> <br><<InsertText_Size_animated "In the Massage room something is happening">> <br><<Text_animated_face_person "<<Yellow_text 'I should be patient and wait for the next updates to understand what the sounds are about'>>">> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/dont_enter" "cell_center">> <<Back1 "Playhouse">> <</if>> <<if $condition ==0>> <br><<InsertText_Size_animated "There is nobody to give a massage">> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/massageroom" "cell_center">> <<Back1 "Playhouse">> <</if>> <<ClickContainerById "punish_puffi_tr" "Punish_puffi_tr">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_spa_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Spa room</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"></div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"></div> </div> </div> <<if $condition ==0>> <br><<InsertText_Size_animated "There’s no one here who’s relaxing">> <<RandomImageOnlyWebp1Container 2 2 "Playhouse/sparoom" "cell_center">> <</if>> <<if $condition ==20>> <br><<Text_animated_face Angelica "I like your house, it even has a pool and a sauna where I can relax and swim">> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/Angelica_room/Angelica_spa" "cell_center">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="sauna_sparoom">Sauna</div> </div> </div> <<Back1 "Playhouse">> <<ClickContainerById "sauna_sparoom" "Sauna_sparoom">><</ClickContainerById>> <</nobr>>
<<nobr>> <<set $condition =0>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Sauna</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"></div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"></div> </div> </div> <<if $condition ==0>> <br><<InsertText_Size_animated "There’s no one here who’s relaxing">> <<RandomImageOnlyWebp1Container 3 3 "Playhouse/sparoom" "cell_center">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="relax_sauna">Relax</div> </div> </div> <<Back1 "Spa_room">> <<ClickContainerById "relax_sauna" "Relax_sauna">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $energy >0>> <br><<InsertText_Size_animated "You’ve relaxed a bit">> <br><<InsertText_Size_animated "You <span style='color:green;'> improved </span> your charm a little">> <<set $charm +=0.25>> <<RandomImageOnlyWebp1Container 1 1 "Playhouse/relax_sauna" "cell_center">> <<Back1 "Sauna_sparoom">> <<ClickContainerById "relax_sauna" "relax_sauna">><</ClickContainerById>> <<Energy>> <<set $day_time ++>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <<widget "Gold_text">> <<set _text_1 to $args[0]>> <<print "<span style='color:#dcc30b; text-shadow: 0 0 4px #ff0000; font-size:16px; font-weight: bold;'> _text_1</span>">> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_brothel_angelica">> <<set _value_angelica1 = 20>> <<if $event_angelica[0].quantity == 1>> <<set _value_angelica1 = 0>> <</if>> <<set _day1_conditions = { 1: _value_angelica1, 2: _value_angelica1, 3: _value_angelica1, 4: _value_angelica1, 5: _value_angelica1 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: _value_angelica1, 2: _value_angelica1, 3: _value_angelica1, 4: _value_angelica1, 5: _value_angelica1 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: _value_angelica1, 2: _value_angelica1, 3: _value_angelica1, 4: _value_angelica1, 5: _value_angelica1 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: _value_angelica1, 2: _value_angelica1, 3: _value_angelica1, 4: _value_angelica1, 5: _value_angelica1 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: _value_angelica1, 2: _value_angelica1, 3: _value_angelica1, 4: _value_angelica1, 5: _value_angelica1 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: _value_angelica1, 2: _value_angelica1, 3: _value_angelica1, 4: _value_angelica1, 5: _value_angelica1 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: _value_angelica1, 2: _value_angelica1, 3: _value_angelica1, 4: _value_angelica1, 5: _value_angelica1 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_beach_telari">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4 >> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 22, 3: 22, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 22, 3: 22, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" > <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Male</div> <<if $male_suit1 != 1>> <div><img src="img/Mall/Clothing_store/Male/male_suit1.png"></div> <</if>> <<if $male_suit2 != 1>> <div><img src="img/Mall/Clothing_store/Male/male_suit2.png"></div> <</if>> <<if $male_suit3 != 1>> <div><img src="img/Mall/Clothing_store/Male/male_suit3.png"></div> <</if>> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $male_suit1 != 1 && $money >=1000 >> <div> <<link "1000$" _name_of_passage>> <<set $money -= 1000>> <<set $male_suit1 = 1>> <</link>> </div> <<elseif $male_suit1 != 1 && $money <1000>> <div> <<link "1000$" _name_of_passage>> <</link>> </div> <</if>> <<if $male_suit2 != 1 && $money >=3000 >> <div> <<link "<span style=''>3000$ formal suit <br><span style='color: yellow;'> charm +10, sigma +10</span></span>" _name_of_passage>> <<set $money -= 3000>> <<set $male_suit2 = 1>> <</link>> </div> <<elseif $male_suit2 != 1 && $money <3000>> <div> <<link "3000$" _name_of_passage>> <</link>> </div> <</if>> <<if $male_suit3 != 1 && $money >=2500 >> <div> <<link "<span style=''>2500$ nightclub suit <br><span style='color: yellow;'> charm +10, sigma +5</span></span>" _name_of_passage>> <<set $money -= 2500>> <<set $male_suit3 = 1>> <</link>> </div> <<elseif $male_suit3 != 1 && $money < 2500>> <div> <<link "2500$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<Back1 "Clothing_store">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <<set _previous_passage_name to $previous_passage_name>> <<Back1 _previous_passage_name>> <</nobr>>
<<nobr>> <br><br><br><br><br> <div class="your_room"> <div class="cell_1_yr"> <div id="scene1_angelica_ph">Scene 1 - Dominant SIgma</div> <div id="scene2_angelica_ph">Scene 2 - Foot Fetish</div> </div> <<if $event_angelica[4].quantity ==1>> <div class="cell_2_yr"> <div id="scene3_angelica_ph" style="width: 400px;">Scene 3 - Eve and Angelica Play Together</div> </div> <</if>> </div> <<Back1 "Angelica_room">> <<ClickContainerById "scene1_angelica_ph" "Sophie_wine_scene1">><</ClickContainerById>> <<ClickContainerById "scene2_angelica_ph" "Sophie_wine_scene2">><</ClickContainerById>> <<ClickContainerById "scene3_angelica_ph" "Eve_angel_angelica_room1_scenes">><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You have set up the camera">> <<set $setup_camera_angelica_room1 =1>> <<Back1 "Angelica_room">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $day_time ==5 && $day_week ==6 && $event_angelica[3].quantity ==1>> <<goto "Eve_angel_angelica_room1">> <<else>> <<InsertText_Size_animated "There is nothing happening">> <</if>> <<Back1 "Hacking">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Playhouse/Angelica_room/Eve_angel/pic" "cell_center">> <br><<Text_animated_face_person "Wow... her friend is really hot">> <br><<linkappend "<<InsertText_Size_animated ' Spy more'>>">> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/" 1 1>> <br><<Text_animated_face_person "Damn, she's so fucking unique. I definitely need to meet her friend">> <<timed 2500ms>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/" 2 2 1>> <br><<linkappend "<<InsertText_Size_animated 'Enjoy the two beauties'>>">> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick Angelica</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Tease/" 1 3 2>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick Eve</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Tease/" 4 4 3>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#slap">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Kissing</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Tease/" 5 6 4>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#balls">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*/////////////////////////////////////////////////////////////////////////////////////////*/ /*//////////////////// REMOVE PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='remove1' style='border: 0px solid #fff; width:270px; padding:0px; margin:0px;'>Angelica Removes Eva's Panties</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Remove/" 1 1 5>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<set _remove_ae1 =1>> <<else>> <<replace "#remove1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='remove2' style='border: 0px solid #fff; width:270px; padding:0px; margin:0px;'>Eva Removes Angelica's Panties</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae2 !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Remove/" 2 2 6>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<set _remove_ae2 =1>> <<else>> <<replace "#remove2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*//////////////////// LICK PUSSIES ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='lick1' style='border: 0px solid #fff; width:280px; padding:0px; margin:0px;'>Angelica Licks Eva's Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Lick/" 1 2 7>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#fuck_pussy1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='lick2' style='border: 0px solid #fff; width:280px; padding:0px; margin:0px;'>Eva Licks Angelica's Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Lick/" 3 5 8>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#lick3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='lick3' style='border: 0px solid #fff; width:280px; padding:0px; margin:0px;'>Eva and Angelica lick the vibrator</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/" 3 5 9>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#lick3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*//////////////////// FUCK PUSSIES ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy1' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>Angelica play with Eve pussy pose 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Fuck/" 1 3 10>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#fuck_pussy1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy2' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>Angelica play with Eve pussy pose 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Fuck/" 5 7 11>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#fuck_pussy2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy3' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>Eva and Angelica play with vibrator</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Fuck/" 8 13 12>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#fuck_pussy3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*//////////////////// CUMM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>Cum</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1>> <<Webp_between_text_random_tall_133 "Your_room/Jerk_off/cumming" 1 1>><br> <<set $arousal_person = 0>> <<set _cum_person =1>> <<Arousal_person>> <<Back2 "Hacking" "Finish Spying">> <<elseif _cum_person ==1>> <<replace "#cum">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*//////////////////////////////////////////// END //////////////////////////////////*/ </div> <<set $event_angelica[4].quantity =1>> <</linkappend>> <</timed>> <</linkappend>> <<set $event_angelica[4].quantity =1>> <<set $day_time ++>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Playhouse/Angelica_room/Eve_angel/pic" "cell_center">> <br><<Text_animated_face_person "Wow... her friend is really hot">> <br><<linkappend "<<InsertText_Size_animated 'Spy more'>>">> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/" 1 1 1>> <br><<Text_animated_face_person "Damn, she's so fucking unique. I definitely need to meet her friend">> <<timed 2500ms>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/" 2 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Enjoy the two beauties'>>">> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick Angelica</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Tease/" 1 3 3>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick Eve</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Tease/" 4 4 4>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#slap">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Kissing</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Tease/" 5 6 5>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#balls">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*/////////////////////////////////////////////////////////////////////////////////////////*/ /*//////////////////// REMOVE PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='remove1' style='border: 0px solid #fff; width:270px; padding:0px; margin:0px;'>Angelica Removes Eva's Panties</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Remove/" 1 1 6>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<set _remove_ae1 =1>> <<else>> <<replace "#remove1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='remove2' style='border: 0px solid #fff; width:270px; padding:0px; margin:0px;'>Eva Removes Angelica's Panties</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae2 !=1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Remove/" 2 2 7>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<set _remove_ae2 =1>> <<else>> <<replace "#remove2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*//////////////////// LICK PUSSIES ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='lick1' style='border: 0px solid #fff; width:280px; padding:0px; margin:0px;'>Angelica Licks Eva's Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Lick/" 1 2 8>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#lick1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='lick2' style='border: 0px solid #fff; width:280px; padding:0px; margin:0px;'>Eva Licks Angelica's Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Lick/" 3 5 9>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#lick2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='lick3' style='border: 0px solid #fff; width:280px; padding:0px; margin:0px;'>Eva and Angelica lick the vibrator</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/" 3 5 10>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#lick3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*//////////////////// FUCK PUSSIES ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy1' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>Angelica play with Eve pussy pose 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Fuck/" 1 3 11>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#fuck_pussy1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy2' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>Angelica play with Eve pussy pose 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Fuck/" 5 7 12>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#fuck_pussy2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy3' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>Eva and Angelica play with vibrator</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _remove_ae1 ==1 && _remove_ae2 ==1>> <br><<Mp4_178 "Playhouse/Angelica_room/Eve_angel/Fuck/" 8 13 13>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<elseif _remove_ae1 !=1 && _remove_ae2 !=1>> <br><<InsertText_Size_animated "Eve and Angelica did not remove their panties">> <<else>> <<replace "#fuck_pussy3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*//////////////////// CUMM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>Cum</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1>> <<Webp_between_text_random_tall_133 "Your_room/Jerk_off/cumming" 1 1>><br> <<set $arousal_person = 0>> <<set _cum_person =1>> <<Arousal_person>> <<Back2 "Scenes_angelica_ph" "Finish">> <<elseif _cum_person ==1>> <<replace "#cum">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*//////////////////////////////////////////// END //////////////////////////////////*/ </div> <<set $event_angelica[4].quantity =1>> <</linkappend>> <</timed>> <</linkappend>> <<set $event_angelica[4].quantity =1>> <<set $day_time ++>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Playhouse/Angelica_room/Talk/Talk" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="talk4_angelica_ph">Talk aboute Aletta</div> <div id="talk5_angelica_ph">Talk aboute Donna</div> </div> </div> <<Back1 "Angelica_room">> <<ClickContainerById "talk4_angelica_ph" "Talk4_angelica_ph">><</ClickContainerById>> <<ClickContainerById "talk5_angelica_ph" "Talk5_angelica_ph">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Playhouse/Angelica_room/Talk/Talk" "cell_center">> <br><<Text_animated_face_person "What do you know about Aletta? She owns the cafe where I work">> <br><<Text_animated_face Angelica "She’s a very influential woman, cunning and authoritative, not like Donna...">> <br><<Text_animated_face Angelica "They operate in somewhat similar spheres since they play by the same rules">> <br><<Text_animated_face_person "What’s the difference?">> <br><<Text_animated_face Angelica "Donna is more contemplative and not a leader, so it's better to start with her if you’re looking to get into this league">> <br><<Text_animated_face_person "Hmm, thanks for the information">> <<Back1 "Talk3_angelica_ph">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Playhouse/Angelica_room/Talk/Talk" "cell_center">> <br><<Text_animated_face_person "Do you happen to know this woman from your past? I think her name is Donna">> <br><<Text_animated_face Angelica "Hmm... yes, I’ve seen her with the Black Prince. She’s a major player in this business">> <br><<Text_animated_face_person "In what business?">> <br><<Text_animated_face Angelica "It’s a large corporation, bigger than you might think. They deal with both people and their souls">> <br><<Text_animated_face_person "Souls, interesting...">> <br><<Text_animated_face Angelica "I don’t know the details, but it’s better if we don’t get involved with them. As for Donna, we were personally acquainted at one time, to be honest, but I’m not ready to talk about it yet">> <<Back1 "Talk3_angelica_ph">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" style="filter: blur(1px);"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/webcam" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="webcam_angelina">Angelina Jolie</div> </div> </div> <<Back1 "Search_porno">> <<if $day_time ==4>> <<ClickContainerById "webcam_angelina" "Webcam_angelina">><</ClickContainerById>> <<else>> <<ClickContainerById "webcam_angelina" "Webcam_angelina_no_time">><</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <<set $condition =22>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You’re on <span style="font-weight: bold;">Telari's</span> page<br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]]</p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <br> <<InsertText_Size_animated_color2 "<span>Hey, my sweet little pie, if you want to take a bite out of me, check out my page and enjoy <br> Why Angelina Jolie? I'll clear up your doubts if you click to see</span>" "black" "#ffa2ea" "0">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Click_angelina">Click to view her video $400</div> </div> </div> <<Back1 "Webcam">> <<if $money >=400>> <<ClickContainerById "Click_angelina" "Telari_angelina_webcam">> <</ClickContainerById>> <<else>> <<ClickContainerById "Click_angelina" "Telari_angelina_webcam_no_money">> <</ClickContainerById>> <</if>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Telari/Webcam/" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $energy > 0>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Telari/Webcam/Scene1/" "cell_center" >> <br> <<Text_animated_face Telari "Hey, you gorgeous stud, thanks for joining me. I’m here to be your ultimate fantasy tonight, babe">> <<timed 2000ms>> <br><<Text_animated_face Telari "Mmm... Giggles... I’m your dirty little slut. What do you want to do with me? I’m so curious...">> <br><<Mp4_178 "Telari/Webcam/Scene1/" 2 2 1>> <br><<linkappend "<<Text_animated_face_person 'Babe, reveal a little more of yourself'>>">> <br><<Mp4_178 "Telari/Webcam/Scene1/" 3 3 2>> <br><<linkappend "<<Text_animated_face_person 'You’re such a hot little thing... play with your pussy for me'>>">> <br><<Mp4_between_text_wide_178 "Telari/Webcam/Scene1/" 4 4>> <br><<Text_animated_face Telari "My wet pussy has missed you all day">> <br><<Text_animated_face Telari "Oh yesss.... my precious, I want you to have fun with me, daddy">> <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Touch yourself</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/2 && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/tease1/" 1 2 3>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#rimming2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Rub your pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/2 && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/tease2/" 1 1 4>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#slap2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Show me your sweet ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/2 && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/tease3/" 1 3 5>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#balls1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <br><<linkappend "<<InsertText_Size_animated 'Keep playing with her'>>">> <br><<Text_animated_face Telari "I know you’re dying to see my pussy, love">> <br><<Mp4_178 "Telari/Webcam/Scene1/" 5 5 6>> <br><<Text_animated_face_person "I would enjoy licking your pussy thoroughly...">> <br><<Text_animated_face Telari "Mmm, naughty boy, you’re making me so hot">> <div id="dsfsd1"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Stroke your pussy</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max/1.5 && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/pussy1/" 1 3 7>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#rimming1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Put your fingers in</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max/1.5 && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/pussy2/" 1 2 8>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#slap1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <br><<linkappend "<<Text_animated_face_person 'Show me your beautiful pussy fully exposed'>>">> <br><<Mp4_178 "Telari/Webcam/Scene1/" 6 6 9>> <<timed 2500ms>> <br><<Text_animated_face Telari "Yes, daddy, your filthy little slut is doing exactly what you want">> <br><<Mp4_178 "Telari/Webcam/Scene1/" 7 7 10>> <br><<linkappend "<<Text_animated_face Telari 'Honey, you’ll enjoy it even more'>>">> <br><<Mp4_178 "Telari/Webcam/Scene1/" 8 8 11>> <br><<Text_animated_face Telari "Now I’m completely vulnerable to you and waiting for your commands">> <div id="dsfsd2"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:220px; padding:0px; margin:0px;'>Show me your lovely bits</div>">> <<append "#dsfsd2">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/tease_pussy1/" 1 4 12>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='slap' style='border: 0px solid #fff; width:220px; padding:0px; margin:0px;'>Play for me</div>">> <<append "#dsfsd2">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/tease_pussy2/" 1 6 13>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#slap">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// Anal ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='ass1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Play with ass pose 1</div>">> <<append "#dsfsd2">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/Anal/" 1 2 14>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#ass1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='ass2' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Play with ass pose 2</div>">> <<append "#dsfsd2">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/Anal1/" 1 6 15>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#ass2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='ass3' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Play with ass pose 3</div>">> <<append "#dsfsd2">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/Anal2/" 1 5 16>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#ass3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='ass4' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Play with ass pose 4</div>">> <<append "#dsfsd2">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/Anal3/" 1 4 17>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#ass4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// DP ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='dp1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>DP</div>">> <<append "#dsfsd2">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/DP/" 1 2 18>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<set $arousal_face +=2>> <br><<Arousal_person_face Telari>> <<else>> <<replace "#dp1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// CUMMING ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum1' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Cum for me</div>">> <<append "#dsfsd2">> <<if $arousal_face >=10 && _cum_person !=1>> <br><<Mp4_178 "Telari/Webcam/Scene1/cum" 1 1 19>> <<set $arousal_face =0>> <<set $arousal_person =1.5>> <br><<Arousal_person>> <br><<Arousal_person_face Telari>> <<elseif _cum_person ==1>> <<replace "#cum1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum2' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Cum</div>">> <<append "#dsfsd2">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1>> <br><<Webp_between_text_random_tall_133 "Your_room/Jerk_off/cumming" 1 1>> <<set _cum_person = 1>> <<set $arousal_person =0>> <br><<Arousal_person>> <br><<InsertText_Size_animated "<<Red_text '-400$'>>">> <<set $sigma_person -= 0.25>> <br><<InsertText_Size_animated "Your SIgma has <<Red_text 'decreased'>> a little">> <<elseif _cum_person ==1>> <<replace "#cum2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <<Back1 "Webcam">> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <<ClickContainerById "Click_angelina" "Telari_angelina_webcam">> <</ClickContainerById>> <<set $money -= 400>> <<set $day_time ++>> <<Energy>> <<else>> <<GoTo_No_Energy>> <</if>> <<Back1 "Webcam_angelina">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <<Back1 "Webcam_angelina">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "She’s not online right now, visit her in the evening">> <<Back1 "Webcam">> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Shadow_street/Brothel/Sophie/" "cell_center" >> <br><<Text_animated_face Sophie "I am ready for you">> /*-------------------------------- SCENES -----------------------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='blowjob' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick cock</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Shadow_street/Brothel/Sophie/Lick_cock/" 1 2 1>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#blowjob">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Rub pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Shadow_street/Brothel/Sophie/Pussy_tease/" 1 3 2>><br> <<set $arousal_person +=0.5>> <<Arousal_person>><br> <<else>> <<replace "#rimming">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='balls' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Rimming</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Shadow_street/Brothel/Sophie/Rimming/" 1 2 3>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#balls">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*/////////////////////////////////////////////////////////////////////////////////////*/ /*//////////////////// FUCK PUSSY ///////////////////*/ <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Shadow_street/Brothel/Sophie/Pussy/" 1 2 4>><br> <<set $arousal_person +=1>> <<Arousal_person>><br> <<else>> <<replace "#fuck_pussy">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy1" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_pussy_hurder' style='border: 0px solid #fff; width:250px; padding:0px; margin:0px;'>Fuck ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Shadow_street/Brothel/Sophie/Ass/" 1 2 5>><br> <<set $arousal_person +=1.5>> <<Arousal_person>><br> <<else>> <<replace "#fuck_pussy_hurder">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Fuck_pussy2" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_mouth' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck mouth</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Shadow_street/Brothel/Sophie/Mouth/" 1 6 6>><br> <<set $arousal_person +=1.5>> <<Arousal_person>><br> <<else>> <<replace "#fuck_mouth">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*///////////////////////////////////// CUM ////////////////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="Stimulate_her_anus" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cum' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cum </div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1>> <br><<Mp4_178 "Shadow_street/Brothel/Sophie/cum" 1 1 7>><br> <br><<Text_animated_face Sophie "Yeah... sir... it was amazing">> <<set _cum_person =1>> <<set $arousal_person =0>> <<elseif _cum_person ==1>> <<replace "#cum">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*//////////////////////////////////////////// END //////////////////////////////////*/ </div> <<Back1 "Brothel">> <<set $day_time ++>> <<Energy>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <br><br><br><br><br><br><br><br><br><br> <br><<InsertText_Size_animated "You don't have access to this bonus scene">> <<Back1 "Playhouse">> <</nobr>>
<<nobr>> <<Connect>><</Connect>> <<set $akfmac to window.resultp3456>> /*<<print $akfmac>>*/ <div style="margin-top: -14px;"> <<if $akfmac == 7962624>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #18783a; color: white;">Omega Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li>The ability to view character cards and hints + cheats</li> <li>Starting money $150,000</li> <li>The ability to control sound in the game </li> <li>You don't have access to bonus scenes</li> <li>You don't create your own list of scenes </li> </ol> </div> </div> </div> <<set $money to 150000>> <<set $arousal_person_max = 20>> <<elseif $akfmac == 429981696>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #4c3cf8; color: white;">Beta Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li>The ability to view character cards and hints + cheats</li> <li>Starting money $150,000</li> <li>The ability to control sound in the game </li> <li>You don't have access to bonus scenes</li> <li>You don't create your own list of scenes </li> </ol> </div> </div> </div> <<elseif $akfmac == 32768>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style="text-shadow: 0px 2px 7px #f42bff; color: white;">Alpha Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li>The ability to view character cards and hints + cheats</li> <li>Starting money $150,000</li> <li>The ability to control sound in the game </li> <li>You don't have access to bonus scenes</li> <li>You don't create your own list of scenes </li> </ol> </div> </div> </div> <<set $money to 150000>> <<set $arousal_person_max = 40>> <<elseif $akfmac == 8303765625>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #fd2424; color: white;">SIgma Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li>The ability to view character cards and hints + cheats</li> <li>Starting money $150,000</li> <li>The ability to control sound in the game </li> <li>Access to all 9 bonus scenes </li> <li>Arousal-Max = 1000</li> <li>You can create your own list of scenes </li> </ol> </div> </div> </div> <<set $money to 150000>> <<set $arousal_person_max = 1000>> <<else>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid red; justify-content: center; align-items: center;"> <span style='color: red; font-size: 18px; font-weight: bold;'>You don't have access to</span><img style="width:60px; height: 60px;" src="img/Log/sad1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li>The ability to view character cards and hints + cheats</li> <li>Starting money $150,000</li> <li>The ability to control sound in the game </li> <li>You don't have access to bonus scenes</li> <li>You don't create your own list of scenes </li> </ol> </div> </div> </div> <</if>> </div> <br> <div class="patreon_access" style= "margin-top:-10px; margin-bottom: -10px;" > <div class="patreon_access_top"><span style="margin-left:70px; ">Support my project and get goodies</span> <img class= "support_cat_heart" src="img/Log/cat_heart1.png"></div> <div class="patreon_access_bottom"> <div class="patreon_access_bottom1"> <div class="patreon_access_bottom1_levelup">Omega Level</div> <div class="patreon_access_bottom1_levelbottom"> <ul> <li>The ability to view character cards and hints + cheats</li> <li> $150,000</li> <li> The ability to control sound in the game </li> <li> Exclusive Discord role</li> <li style="margin-top:10px;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a></li> </ul> </div> </div> <div class="patreon_access_bottom2"> <div class="patreon_access_bottom1_levelup2">Beta Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>The ability to view character cards and hints + cheats</li> <li> $150,000</li> <li> The ability to control sound in the game </li> <li> Exclusive Discord role</li> <li>Access to <span style="color:gold;"> only 6 bonus scenes</span> </li> <li>Starting Arousal Max = 20</li> <li style=""> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a></li> </ul> </div> </div> <div class="patreon_access_bottom3"> <div class="patreon_access_bottom1_levelup3">Alpha Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>The ability to view character cards and hints + cheats</li> <li> $150,000</li> <li> The ability to control sound in the game </li> <li> Exclusive Discord role</li> <li>Access to <span style="color:gold;"> 8 bonus scenes</span> </li> <li> Starting Arousal Max = 40</li> <li> Creating your own list of scenes</li> <li style=""> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a></li> </ul> </div> </div> <div class="patreon_access_bottom4"> <div class="patreon_access_bottom1_levelup4">SIgma Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>The ability to view character cards and hints + cheats</li> <li> $150,000</li> <li> The ability to control sound in the game </li> <li> Exclusive Discord role</li> <li>Access to <span style="color:gold;">8 bonus scenes</span> </li> <li> Starting Arousal Max = 1000</li> <li> Creating your own list of scenes</li> <li style=""> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a></li> </ul> </div> </div> </div> <div class="patreon_access_continue"> <div class="cell_1_yr" style="display: flex; width:50%; margin:0px; padding:0px; border:0px solid;" > <div id="Back"> Back</div> </div> <<ClickContainerById "Back" "Hacking">><</ClickContainerById>> </div> </div> <style> .patreon_access{ display: flex; flex-direction: column; width: 1050px; min-height: 500px; margin-left: -95px; border:0px solid #fff; } .patreon_access_bottom1 ul { font-size: 14px; } .patreon_access_bottom2 ul { font-size: 14px; } .patreon_access_bottom3 ul { font-size: 14px; } .patreon_access_bottom4 ul { font-size: 14px; } .patreon_access_top{ display: flex; width: 100%; height: 60px; border: 0px solid #fff; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #FF0D2E; font-size:30px; } .support_cat_heart { width: 70px; height: 70px; margin-top:-20px; } .patreon_access_bottom{ display: flex; flex-direction:row; width: 100%; height: 350px; border: 0px solid green; justify-content: space-between; margin-top:10px; } .patreon_access_bottom1{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid green; border-radius: 10px; box-shadow: 0px 0px 4px 2px #18783a; } .patreon_access_bottom2{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid blue; border-radius: 10px; box-shadow: 0px 0px 4px 2px #4c3cf8; } .patreon_access_bottom3{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid yellow; border-radius: 10px; box-shadow: 0px 0px 4px 2px #f42bff; } .patreon_access_bottom4{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid red; border-radius: 10px; box-shadow: 0px 0px 4px 2px #fd2424; } .patreon_access_bottom1_levelup{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #18783a; } .patreon_access_bottom1_levelbottom{ display:flex; border: 0px solid red; width: 100%; height: 84%; } .patreon_access_bottom1_levelup2{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #4c3cf8; } .patreon_access_bottom1_levelup3{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #f42bff; } .patreon_access_bottom1_levelup4{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #fd2424; } .patreon_access_bottom1_levelbottom2{ display:flex; border: 0px solid red; width: 100%; height: 84%; } .patreon_access_continue{ display: flex; margin-top: 16px; width: 100%; height: 50px; border: 0px solid green; justify-content: center; } </style> <</nobr>>
<<nobr>> <<widget "Voice_animation_delay">> <<if $soundState == "unmuted">> <<script>> $(document).ready(function() { var soundState = State.variables.soundState; var videos = document.querySelectorAll('[id^="myVideo"]'); videos.forEach(function(video) { if (soundState === "muted") { video.muted = true; } else { video.muted = false; } if (soundState !== "muted") { video.addEventListener('loadedmetadata', function() { var videoDuration = video.duration; setTimeout(function() { video.muted = true; }, videoDuration * 1000); }); } }); }); <</script>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<Voice_animation_delay>> <br><<Mp4_between_text_wide_178 "Playhouse/Puffi/Tease/" 2 2>> <<Voice_animation_delay>> <br><<Mp4_between_text_wide_178 "Playhouse/Puffi/Tease/" 7 7>> <</nobr>> <<InsertText_Size_animated "<span><span style='color: red;'>You do not have access to</span><br><br> 1. The ability to view character cards and hints<br><br> 2. Starting money $70,000 <br><br> 3. The ability to control sound in the game <br><br> 4. You dont have access to bonus scenes <br><br> 5. You dont have access to create your own list of scenes </span>">> <</if>> <<InsertText_Size_animated "<span>You have access to:<br><br> 1. The ability to view character cards and hints<br><br> 2. Starting money $70,000 <br><br> 3. The ability to control sound in the game <br><br> 4. Starting Arousal Max = 1000 <br><br> 5. You have access to <span style='color:gold;'>All</span> 8 bonus scenes <br><br> 6. Creating your own list of scenes<br></span>">> <<InsertText_Size_animated "<span>You have access to:<br><br> 1. The ability to view character cards and hints<br><br> 2. Starting money $70,000 <br><br> 3. The ability to control sound in the game <br><br> 4. Starting Arousal Max = 40 <br><br> 5. You have access to <span style='color:gold;'>All</span> 8 bonus scenes <br><br> 6. Create your own list of scenes and access previous ones for Angelica<br></span>">> <<InsertText_Size_animated "<span>You have access to:<br><br> 1. The ability to view character cards and hints<br><br> 2. Starting money $70,000 <br><br> 3. The ability to control sound in the game <br><br> 4. Starting Arousal Max = 20 <br><br> 5. You have access to <span style='color:gold;'>only</span> 6 bonus scenes <br></span>">> <<InsertText_Size_animated "<span>You have access to:<br><br> 1. The ability to view character cards<br><br> 2. Starting money $70,000 <br><br> 3. The ability to control sound in the game <br><br> 4. You have access to <span style='color:gold;'>only</span> 0 bonus scenes <br></span>">>
<<nobr>> <div style="display:flex; border: 0px solid; width: 1382px; height:760px; margin-left:-400px; justify-content:center;"> <div style="display:flex; border: 0px solid red; width: 820px; height:750px; flex-direction: column; align-items: center; border-radius: 5px; box-shadow: 0px 0px 2px 2px #3adcc8;"> <div style="display:flex; border-bottom: 2px solid red; width:96%; justify-content: center; height: 8%; align-items:center; font-size: 30px; font-weight: bold;">Changelog</div> <div style="display:flex; margin-top: 16px; border: 0px solid #fff; width:96%; height: 18%; align-items:center; flex-direction: column; box-shadow: 0px 0px 2px #fff; border-radius: 5px; "> <div style="display: flex; height: 20%; width: 100%; border: 0px solid yellow; align-items:center; margin-top:6px;"> <span style="margin-left: 20px; font-size: 20px; font-weight: bold; color: red;" >Important !</span></div> <div style="display: flex; height: 80%; border: 0px solid green; width: 100%; text-align: justify; line-height: 1.2; margin-top: -2px;"><span style="margin: 8px; color: #c8d8f0;" >Bonus scenes in the game are available to backers who support the project.<span style='color: red; font-weight: bold;'> However</span>, with each new version of the game, some of these bonus scenes are moved to lower support tiers. Additionally, with game updates, <span style='color: red; font-weight: bold;'> a number of previous bonus scenes become available to the general public</span>. Thus, the early release of the game is reflected in these changes</span></div> </div> <div style="display:flex; margin-top: 16px; border: 0px solid #fff; width:96%; justify-content: center; height: 64%; align-items:center; border-radius: 5px; box-shadow: 0px 0px 2px #fff;"> <div style="display: flex; width :98%; height: 98%; border: 0px solid; overflow-y: auto; flex-direction: column; margin-left:10px; margin-top: 10px;" > <<linkappend "Version 0.5" >> <ul> <li>выаыва</li> <li>выаываыв</li> <li>выаываы</li> <li>ваываыва</li> <li>выаываыва</li> <li>выаываываыв</li> <li>ваываываыв</li> <li>выаываываыв</li> <li>выаываыва</li> <li>выаываыв</li> <li>аывафукйпуйк</li> <li>выфпйукмва</li> <li>ывфауцвысвфа</li> </ul> <</linkappend>> <<linkappend "Version 0.4" >> <ul> <li>выаыва</li> <li>выаываыв</li> <li>выаываы</li> <li>ваываыва</li> <li>выаываыва</li> <li>выаываываыв</li> <li>ваываываыв</li> <li>выаываываыв</li> <li>выаываыва</li> <li>выаываыв</li> <li>аывафукйпуйк</li> <li>выфпйукмва</li> <li>ывфауцвысвфа</li> </ul> <</linkappend>> <<linkappend "Version 0.3" >> <ul> <li>выаыва</li> <li>выаываыв</li> <li>выаываы</li> <li>ваываыва</li> <li>выаываыва</li> <li>выаываываыв</li> <li>ваываываыв</li> <li>выаываываыв</li> <li>выаываыва</li> <li>выаываыв</li> <li>аывафукйпуйк</li> <li>выфпйукмва</li> <li>ывфауцвысвфа</li> </ul> <</linkappend>> <<linkappend "Version 0.2" >> <ul> <li>выаыва</li> <li>выаываыв</li> <li>выаываы</li> <li>ваываыва</li> <li>выаываыва</li> <li>выаываываыв</li> <li>ваываываыв</li> <li>выаываываыв</li> <li>выаываыва</li> <li>выаываыв</li> <li>аывафукйпуйк</li> <li>выфпйукмва</li> <li>ывфауцвысвфа</li> </ul> <</linkappend>> </div> </div> <div class="cell_1_yr" style=" margin-top: 12px;margin-bottom: 12px; margin-left:500px;"> <div id="Back">Continue</div> </div> </div> <<ClickContainerById "Back" "Info">><</ClickContainerById>> <style> #ui-bar{ display: none; } </style> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_15" > </div> <div class="cell_right"> </div> </div> <br> <style> .cell_center_tall_15 img{ box-shadow: 0px 0px 0px 0px; } </style> <br><<InsertText_Size_animated "One of the nuns who attended the funeral came up to us... It seems I had seen her before, interacting with Andriana">> <br><<Text_animated_face Nun "My condolences to you and your family, and to you, $name_person">> <br><<InsertText_Size_animated "Her look was both insightful and subtly guarded in my direction">> <br><<Text_animated_face Nun "Adriana, I hope for your prudence in the future, and I look forward to seeing you in our hidden chambers...">> <br><<linkappend "<<InsertText_Size_animated 'You notice a distinct mark on her thigh'>>" >> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_151"> <img src="img/Chanel/sign1.png"> </div> </div> <<Not_new_quest>> <br><<Text_animated_face_person "<<Yellow_text '<span><i>( Hmm... its very interesting what this symbol represents, it looks very much like some society or order... I should find out what it is )</i></span>'>>">> <br><<InsertText_Size_animated "The nun quickly closes her thighs and says goodbye to you...">> <br><<linkappend "<<InsertText_Size_animated 'Mom here'>>" >> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_151"> <img src="img/Mom/Mom_intro1.png"> </div> </div> <br><<Text_animated_face Mom "Who was that?">> <br><<InsertText_Size_animated "<span><i>( Your mother's huge bust squeezed her dress, taken for the funeral. Even here she seemed so passionate... )</i></span>">> <br><<Text_animated_face Adriana "It’s one of the nuns mourning the drunkard today...">> <br><<Text_animated_face Mom "It’s like I’ve seen her somewhere before, but never mind.">> <br><<Text_animated_face Mom "Finally, the goddamn day has arrived when I can fucking breathe again. Hell, all this time, I've been suppressed, I lost my dignity and my sexuality. But fuck it, now I'm free from his shackles">> <br><<Text_animated_face Adriana "I'm fed up with this life, to be honest, I want to change everything">> <br><<Text_animated_face_person "How?">> <br><<Text_animated_face Adriana "I have one idea, but I need to mature for it...">> <br><<Text_animated_face Veronica "$name_person, you're our clever one, come up with something and there will be a gift waiting for you">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Back">Fuck this world</div> </div> </div> <<ClickContainerById "Back" "Hallway">><</ClickContainerById>> <</linkappend>> <</linkappend>> <<RandomImageOnlyPng 1 1 "Chanel/nun" "cell_center_tall_15">> <</nobr>>
<<nobr>> <<widget "Notification">> <div id="notification"> <div style="display:flex; width:40%; height:98%; border: 0px solid red; flex-direction: column; margin:8px; box-shadow: 0px 0px 4px 4px black; background-color: rgba(96, 62, 99, 0.85);"> <div style="display: flex; width:100%; height: 8%; align-items: center; justify-content: center; border: 0px solid black;" > <span style="font-size: 24px; font-weight: bold; color: #ff19f1; text-shadow: 0px 2px 7px #FF0D2E;"> Your Mystic Muse</span></div> <div style="display: flex; width:100%; height: 92%; justify-content: center;"> <div class="card_angel"> <img src="img/Angel/Card/Angel2.webp"> </div> </div> </div> <div style="display:flex; width:60%; height:98%; border: 0px solid red; padding-top: 0px; flex-direction: column; margin: 8px; box-shadow: 0px 0px 4px 4px black; background-color: rgba(96, 62, 99, 0.82);"> <div style="display:block; width:100%; height:92%; border: 0px solid red; padding-top: 10px; overflow-y: auto; padding-bottom: 20px; "> <<Text_animated_face_angel Celestia "Hey, I’m Celestia, your guide to this enticing reality. You can think of me as your angel who will watch over you and help you">> <br><<Text_animated_face_angel Celestia "This is your home, where you can meet your Mom and your two sisters. You can move around the rooms and interact with them. In your own room, you can do all your dirty little deeds or perhaps come up with brilliant plans to achieve your goals - who knows...">> <br><<Text_animated_face_angel Celestia "<span>Once you leave the house, you’ll encounter a vast world with its own rules and people who will surround you. You’ll need to be adaptable to achieve your goals and desires, as everything depends on you. All the main indicators are quite intuitive, and you’ll figure out where and how to use them. However, aim to improve your <span style=' color: #C3A62D'>status</span>, as it will determine your role in society</span>">> <br><<Text_animated_face_angel Celestia "<span>On your journey, you'll meet many different alluring pussies. Be careful with them - the more you behave like a <span style=' color:#C3A62D'>SIgma</span>, the more they will cling to you, and the more power you'll have </span>">> <br><<Text_animated_face_angel Celestia "<<Yellow_text 'You should start by finding a job because everyone needs money, even angels sometimes, to adorn their wings. Visit your room and get a job at the cafe-bar'>>">> </div> <div style="display:flex; width:100%; height:8%; border-top: 2px solid black; padding-top: 0px; "> <div class="cell_1_yr" style="border:0px solid; width:100%; "> <div id="Back" style="background-color: black; cursor: pointer;" onclick="document.getElementById('notification').style.display='none'; "><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; " src="img/Log/back1.png">Close</div> </div> </div> </div> </div> <<Not_new_quest>> <<script>> document.addEventListener('DOMContentLoaded', function() { if (!localStorage.getItem('notificationClosed')) { document.getElementById('notification').style.display = 'block'; } document.getElementById('notification').querySelector('button').addEventListener('click', function() { document.getElementById('notification').style.display = 'none'; localStorage.setItem('notificationClosed', 'true'); }); }); <</script>> <style> #notification { display: flex; flex-direction: row; position: fixed; top: 5%; left: 21.5%; width: 1070px; height: 720px; background-color: rgba(109, 95, 112, 0.9); border: 0px solid #f5c6cb; z-index: 1000; border-radius: 2px; align-items: center; box-shadow: 0px 0px 4px 4px black; } #notification button { margin-top: 10px; } .content_text_visual_face_angel{ display:flex; align-items: center; justify-content: center; border: 0px solid #fff; width: 100%; } /*------------------------------------- CARD -------------------------------------*/ .card_angel { position: relative; width: 400px; height: 600px; background-color: #000; display: flex; flex-direction: column; justify-content: top; padding: 2px; margin-left:0px; gap: 0px; border-radius: 8px; cursor: pointer; } .card_angel::before { content: var(--variablesContent); display:flex; font-family:fantasy; font-size: 18px; line-height: 30px; white-space: pre-wrap; bottom: 0; left: 0; position: absolute; inset: 0; width: 100%; height: 100%; margin: auto; margin-left:-2px; border-radius: 10px; background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%); z-index: -10; pointer-events: none; transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 2px solid #fff; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 23)); } .card_angel::after { content: ""; white-space: pre-line;; z-index: -10; position: absolute; inset: 0; background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100%); transform: translate3d(0, 0, 0) scale(0.95); filter: blur(20px); } .card_angel img { position: absolute; width: 400px; height: 600px; border-radius: 10px; transition: opacity 0.6s ease-in-out; opacity: 1; } .card_angel:hover::before { transform: rotate(0deg) scaleX(1.34) scaleY(0.77); z-index: 11; } </style> <</widget>> <</nobr>>
<<nobr>> <<script>> $(document).ready(function() { function showNotification(message) { var notification = $('#notification_quest'); notification.text(message); notification.addClass('show'); setTimeout(function() { notification.removeClass('show'); }, 3000); } $("#startQuestButton").click(function() { showNotification("Quest started!"); }); }); <</script>> <p>Click the button to start the quest:</p> <button id="startQuestButton">New Quest!</button> <div id="notification_quest" class="notification_quest"></div> <style> .notification_quest { position: fixed; right: 20px; top: 20px; background-color: #333; color: #fff; padding: 15px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); display: none; z-index: 1000; } .notification_quest.show { display: block; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <<linkappend " OPEN ME">> <<set $start_quest1 =1>> <<script>> $(document).ready(function() { function showNotification(message) { var notification = $('#notification_quest'); notification.text(message); notification.addClass('show'); setTimeout(function() { notification.removeClass('show'); }, 3000); } if (State.variables.start_quest1 === 1) { showNotification("New Quest!"); } }); <</script>> <</linkappend>> <style> .notification_quest { position: fixed; right: 20px; top: 20px; background-color: #13325b; color: #d5c311; padding: 15px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .notification_quest.show { display: block; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</nobr>>
<<nobr>> <<set $status_relationship1 =1>> <<set $status_corruption1 = 1>> <div style="white-space: nowrap; width:10px; display: flex;" ><span class="green">firstPart</span><span class="red">lastThreeChars</span></div> <div id="notification_relationship" class="notification_relationship"></div> <div id="notification_corruption" class="notification_corruption"></div> <button id="startQuestButton">New Quest!</button> <button id="startQuestButton2">Corruption!</button> /*---------------------------------------------------------------------------------*/ <<script>> $(document).ready(function() { function showNotification(message) { var notification1 = $('#notification_relationship'); const length = message.length; if (length <= 3) { notification1.html('<span class="red">${message}</span>'); } else { const lastThreeChars = message.slice(-3); const firstPart = message.slice(0, -3); const html = '<span class="green"> '+firstPart+'</span><span class="red">'+lastThreeChars+'</span>'; notification1.html(html); } notification1.addClass('show'); setTimeout(function() { notification1.removeClass('show'); }, 3000); } if (State.variables.status_relationship1 === 1) { $("#startQuestButton").click(function() { showNotification("Angelica relationship - 2"); }); } }); <</script>> /*---------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------*/ <<script>> $(document).ready(function() { function showNotification(message) { var notification2 = $('#notification_corruption'); notification2.text(message); notification2.addClass('show'); setTimeout(function() { notification2.removeClass('show'); }, 3000); } if (State.variables.status_corruption1 === 1) { $("#startQuestButton2").click(function() { showNotification("Angelicas corruption + 2"); }); } }); <</script>> /*---------------------------------------------------------------------------------*/ <<linkappend "Open me">> <<set $status_relationship1 =1>> <<script>> $(document).ready(function() { function showNotification(message) { var notification1 = $('#notification_relationship'); notification1.text(message); notification1.addClass('show'); setTimeout(function() { notification1.removeClass('show'); }, 3000); } if (State.variables.status_relationship1 === 1) { showNotification("<span style='color:#29be0c;'>Angelicas relationship<span style='color:#e10707;'><span>- 2</span>"); } }); <</script>> <</linkappend>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship { display: flex; position: fixed; white-space: nowrap; right: 20px; top: 20px; background-color: #13325b; /* color: #29be0c; */ padding: 15px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .notification_relationship.show { white-space: nowrap; display: flex; animation: fadeIn 0.5s ease-in-out; } .notification_corruption { position: fixed; right: 20px; top: 20px; background-color: #13325b; color: #e931ff; padding: 15px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .notification_corruption.show { display: block; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</nobr>>
<<nobr>> <<widget "Not_relationship_click">> <<set _text_1 to $args[0]>> <<set _text_2 to $args[1]>> <<set _text_3 to $args[2]>> <div id="textContainer1" style="display: none;"><<print _text_1>></div> <div id="textContainer2" style="display: none;"><<print _text_2>></div> <div id="textContainer3" style="display: none;"><<print _text_3>></div> <div id="notification_relationship" class="notification_relationship"></div> <<script>> $(document).ready(function() { var textFromScript1 = $('#textContainer1').text(); var textFromScript2 = $('#textContainer2').text(); var textFromScript3 = $('#textContainer3').text(); /*--------------------------------------------------------------------*/ function showNotification(message) { var notification1 = $('#notification_relationship'); const length = message.length; if (textFromScript2 === 'minus') { if (length <= 4) { notification1.html('<span class="red">${message}</span>'); } else { const lastThreeChars = message.slice(-4); const firstPart = message.slice(0, -4); const html = '<span class="green"> '+firstPart+'</span><span class="red">'+lastThreeChars+'</span>'; notification1.html(html); } notification1.addClass('show'); setTimeout(function() { notification1.removeClass('show'); }, 3000); } else if (textFromScript2 === 'plus'){ if (length <= 4) { notification1.html('<span class="red">${message}</span>'); } else { const lastThreeChars = message.slice(-4); const firstPart = message.slice(0, -4); const html = '<span class="green"> '+firstPart+'</span><span class="green">'+lastThreeChars+'</span>'; notification1.html(html); } notification1.addClass('show'); setTimeout(function() { notification1.removeClass('show'); }, 3000); } } /*--------------------------------------------------------------------*/ if (textFromScript2 === 'minus') { $("#startQuestButton").click(function() { var message = textFromScript1 + " relationship - " + textFromScript3; showNotification( message ); }); } else if (textFromScript2 === 'plus'){ $("#startQuestButton").click(function() { var message = textFromScript1 + " relationship + " + textFromScript3; showNotification( message ); }); } }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship { display: flex; position: fixed; white-space: nowrap; right: 20px; top: 20px; background-color: #13325b; /* color: #29be0c; */ padding: 15px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .notification_relationship.show { white-space: nowrap; display: flex; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <button id="startQuestButton">New Quest!</button> <<Not_corruption_face2_minus Kendra 20>> <<Not_relationship_face2_plus Kendra 20>> <<Not_obedience_face3_plus Kendra 20>> <<Not_money_minus 6>> <<Not_sigma_plus 0.25>> <<Not_plus Prog-Skills 1>> <<Not_new_quest false>> [[Veronica]] <<linkappend "SSS">> <<Not_relationship_person_minus 3>> <<Not_relationship_person_plus 2>> <</linkappend>> <</nobr>>
<<nobr>> <<set _text_1 to "Kendra">> <div id="textContainer1" style="display: none;"><<print _text_1>></div> <button id="startQuestButton">New Quest!</button> <div id="notification" class="notification"></div> <<script>> $(document).ready(function() { function showNotification(message) { var notification = $('#notification'); notification.text(message); notification.addClass('show'); setTimeout(function() { notification.removeClass('show'); }, 3000); } var textFromScript = $('#textContainer1').text(); /*var textFromScript = State.variables._text;*/ if (textFromScript === 'Kendra') { $("#startQuestButton").click(function() { showNotification(textFromScript + " relationship - 2"); }); } }); <</script>> <style> .notification { position: fixed; right: 20px; top: 40px; background-color: #13325b; color: #29be0c; padding: 15px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .notification.show { white-space: nowrap; display: flex; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> [[we22]] $text <</nobr>>
$text [[1111]]
<<nobr>> <<widget "Not_relationship_face1_plus">> <<set $not_relationship_face1_plus1 to $args[0]>> <<set $not_relationship_face1_plus2 to $args[1]>> <div id="notification_relationship_face1_plus" class="notification_relationship_face1_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_relationship_face1_plus1; var textFromScript_2m = State.variables.not_relationship_face1_plus2; function showNotification(message) { var notification3 = $('#notification_relationship_face1_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-21, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span class="green" style="margin-left:-6px;font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " relationship + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship_face1_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 1.1s ease-in-out; } .notification_relationship_face1_plus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_relationship_face1_minus">> <<set $not_relationship_face1_minus1 to $args[0]>> <<set $not_relationship_face1_minus2 to $args[1]>> <div id="notification_relationship_face1_minus" class="notification_relationship_face1_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_relationship_face1_minus1; var textFromScript_2m = State.variables.not_relationship_face1_minus2; function showNotification(message) { var notification3 = $('#notification_relationship_face1_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-21, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span class="green" style="margin-left:-6px;font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " relationship - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship_face1_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 1.1s ease-in-out; } .notification_relationship_face1_minus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_money_plus">> <<set $not_money_plus to $args[0]>> <div id="notification_money_plus" class="notification_money_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_money_plus; function showNotification(message) { var notification3 = $('#notification_money_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-15, -6); const html = ' <span style="color: green; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="Money" + " + "+ textFromScript_1m; showNotification(message_plus); }); <</script>> <style> .notification_money_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 518px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_money_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_money_minus">> <<set $not_money_minus to $args[0]>> <div id="notification_money_minus" class="notification_money_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_money_minus; function showNotification(message) { var notification3 = $('#notification_money_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-15, -6); const html = ' <span style="color: green; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="Money" + " - "+ textFromScript_1m; showNotification(message_plus); }); <</script>> <style> .notification_money_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 518px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_money_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_relationship_face2_plus">> <<set $not_relationship_face2_plus1 to $args[0]>> <<set $not_relationship_face2_plus2 to $args[1]>> <div id="notification_relationship_face2_plus" class="notification_relationship_face2_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_relationship_face2_plus1; var textFromScript_2m = State.variables.not_relationship_face2_plus2; function showNotification(message) { var notification3 = $('#notification_relationship_face2_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-21, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span class="green" style="margin-left:-6px;font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " relationship + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship_face2_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_relationship_face2_plus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_relationship_face2_minus">> <<set $not_relationship_face2_minus1 to $args[0]>> <<set $not_relationship_face2_minus2 to $args[1]>> <div id="notification_relationship_face2_minus" class="notification_relationship_face2_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_relationship_face2_minus1; var textFromScript_2m = State.variables.not_relationship_face2_minus2; function showNotification(message) { var notification3 = $('#notification_relationship_face2_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-21, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span class="green" style="margin-left:-6px;font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " relationship - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship_face2_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_relationship_face2_minus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_relationship_face3_plus">> <<set $not_relationship_face3_plus1 to $args[0]>> <<set $not_relationship_face3_plus2 to $args[1]>> <div id="notification_relationship_face3_plus" class="notification_relationship_face3_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_relationship_face3_plus1; var textFromScript_2m = State.variables.not_relationship_face3_plus2; function showNotification(message) { var notification3 = $('#notification_relationship_face3_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-21, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span class="green" style="margin-left:-6px;font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " relationship + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship_face3_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_relationship_face3_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_relationship_face3_minus">> <<set $not_relationship_face3_minus1 to $args[0]>> <<set $not_relationship_face3_minus2 to $args[1]>> <div id="notification_relationship_face3_minus" class="notification_relationship_face3_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_relationship_face3_minus1; var textFromScript_2m = State.variables.not_relationship_face3_minus2; function showNotification(message) { var notification3 = $('#notification_relationship_face3_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-21, -6; const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span class="green" style="margin-left:-6px;font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " relationship - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship_face3_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_relationship_face3_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_corruption_face1_plus">> <<set $not_corruption_face1_plus1 to $args[0]>> <<set $not_corruption_face1_plus2 to $args[1]>> <div id="notification_corruption_face1_plus" class="notification_corruption_face1_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_corruption_face1_plus1; var textFromScript_2m = State.variables.not_corruption_face1_plus2; function showNotification(message) { var notification3 = $('#notification_corruption_face1_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #f517ed;font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " corruption + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_corruption_face1_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_corruption_face1_plus.show { display: flex; opacity: 1; animation: fadeIn 1.1s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_corruption_face1_minus">> <<set $not_corruption_face1_minus1 to $args[0]>> <<set $not_corruption_face1_minus2 to $args[1]>> <div id="notification_corruption_face1_minus" class="notification_corruption_face1_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_corruption_face1_minus1; var textFromScript_2m = State.variables.not_corruption_face1_minus2; function showNotification(message) { var notification3 = $('#notification_corruption_face1_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #f517ed;font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " corruption - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_corruption_face1_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_corruption_face1_minus.show { display: flex; opacity: 1; animation: fadeIn 1.1s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_corruption_face2_plus">> <<set $not_corruption_face2_plus1 to $args[0]>> <<set $not_corruption_face2_plus2 to $args[1]>> <div id="notification_corruption_face2_plus" class="notification_corruption_face2_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_corruption_face2_plus1; var textFromScript_2m = State.variables.not_corruption_face2_plus2; function showNotification(message) { var notification3 = $('#notification_corruption_face2_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #f517ed; font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " corruption + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_corruption_face2_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_corruption_face2_plus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_corruption_face2_minus">> <<set $not_corruption_face2_minus1 to $args[0]>> <<set $not_corruption_face2_minus2 to $args[1]>> <div id="notification_corruption_face2_minus" class="notification_corruption_face2_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_corruption_face2_minus1; var textFromScript_2m = State.variables.not_corruption_face2_minus2; function showNotification(message) { var notification3 = $('#notification_corruption_face2_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #f517ed;font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " corruption - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_corruption_face2_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_corruption_face2_minus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_corruption_face3_plus">> <<set $not_corruption_face3_plus1 to $args[0]>> <<set $not_corruption_face3_plus2 to $args[1]>> <div id="notification_corruption_face3_plus" class="notification_corruption_face3_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_corruption_face3_plus1; var textFromScript_2m = State.variables.not_corruption_face3_plus2; function showNotification(message) { var notification3 = $('#notification_corruption_face3_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #f517ed;font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " corruption + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_corruption_face3_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_corruption_face3_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_corruption_face3_minus">> <<set $not_corruption_face3_minus1 to $args[0]>> <<set $not_corruption_face3_minus2 to $args[1]>> <div id="notification_corruption_face3_minus" class="notification_corruption_face3_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_corruption_face3_minus1; var textFromScript_2m = State.variables.not_corruption_face3_minus2; function showNotification(message) { var notification3 = $('#notification_corruption_face3_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #f517ed;font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " corruption - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_corruption_face3_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_corruption_face3_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_obedience_face1_plus">> <<set $not_obedience_face1_plus1 to $args[0]>> <<set $not_obedience_face1_plus2 to $args[1]>> <div id="notification_obedience_face1_plus" class="notification_obedience_face1_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_obedience_face1_plus1; var textFromScript_2m = State.variables.not_obedience_face1_plus2; function showNotification(message) { var notification3 = $('#notification_obedience_face1_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-18, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #fffb00; font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " obedience + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_obedience_face1_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 1.1s ease-in-out; } .notification_obedience_face1_plus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_obedience_face1_minus">> <<set $not_obedience_face1_minus1 to $args[0]>> <<set $not_obedience_face1_minus2 to $args[1]>> <div id="notification_obedience_face1_minus" class="notification_obedience_face1_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_obedience_face1_minus1; var textFromScript_2m = State.variables.not_obedience_face1_minus2; function showNotification(message) { var notification3 = $('#notification_obedience_face1_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-18, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #fffb00; font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " obedience - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_obedience_face1_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_obedience_face1_minus.show { display: flex; opacity: 1; animation: fadeIn 1.1s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_obedience_face2_plus">> <<set $not_obedience_face2_plus1 to $args[0]>> <<set $not_obedience_face2_plus2 to $args[1]>> <div id="notification_obedience_face2_plus" class="notification_obedience_face2_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_obedience_face2_plus1; var textFromScript_2m = State.variables.not_obedience_face2_plus2; function showNotification(message) { var notification3 = $('#notification_obedience_face2_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-18, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #fffb00; font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " obedience + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_obedience_face2_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_obedience_face2_plus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_obedience_face2_minus">> <<set $not_obedience_face2_minus1 to $args[0]>> <<set $not_obedience_face2_minus2 to $args[1]>> <div id="notification_obedience_face2_minus" class="notification_obedience_face2_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_obedience_face2_minus1; var textFromScript_2m = State.variables.not_obedience_face2_minus2; function showNotification(message) { var notification3 = $('#notification_obedience_face2_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-18, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #fffb00; font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " obedience - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_obedience_face2_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_obedience_face2_minus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_obedience_face3_plus">> <<set $not_obedience_face3_plus1 to $args[0]>> <<set $not_obedience_face3_plus2 to $args[1]>> <div id="notification_obedience_face3_plus" class="notification_obedience_face3_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_obedience_face3_plus1; var textFromScript_2m = State.variables.not_obedience_face3_plus2; function showNotification(message) { var notification3 = $('#notification_obedience_face3_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-18, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #fffb00; font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " obedience + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_obedience_face3_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_obedience_face3_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_obedience_face3_minus">> <<set $not_obedience_face3_minus1 to $args[0]>> <<set $not_obedience_face3_minus2 to $args[1]>> <div id="notification_obedience_face3_minus" class="notification_obedience_face3_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_obedience_face3_minus1; var textFromScript_2m = State.variables.not_obedience_face3_minus2; function showNotification(message) { var notification3 = $('#notification_obedience_face3_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-18, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #fffb00; font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " obedience - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_obedience_face3_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_obedience_face3_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_sigma_plus">> <<set $not_sigma_plus to $args[0]>> <div id="notification_sigma_plus" class="notification_sigma_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_sigma_plus; function showNotification(message) { var notification3 = $('#notification_sigma_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-15, -6); const html = ' <span style="color: #F5C616; font-weight: bold; margin-right:0px; text-shadow: 0 2px 2px red;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="SIgma" + " + "+ textFromScript_1m; showNotification(message_plus); }); <</script>> <style> .notification_sigma_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_sigma_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_sigma_minus">> <<set $not_sigma_minus to $args[0]>> <div id="notification_sigma_minus" class="notification_sigma_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_sigma_minus; function showNotification(message) { var notification3 = $('#notification_sigma_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-15, -6); const html = ' <span style="color: #F5C616; font-weight: bold; margin-right:0px; text-shadow: 0 2px 2px red; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="SIgma" + " - "+ textFromScript_1m; showNotification(message_plus); }); <</script>> <style> .notification_sigma_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_sigma_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_top_minus">> <<set $not_1_minus to $args[0]>> <<set $not_2_minus to $args[1]>> <div id="notification_minus" class="notification_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_1_minus; var textFromScript_2m = State.variables.not_2_minus; function showNotification(message) { var notification3 = $('#notification_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = ' <span style="color: #00eeee; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m+ " - "+ textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_top_plus">> <<set $not_1_plus to $args[0]>> <<set $not_2_plus to $args[1]>> <div id="notification_plus" class="notification_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_1_plus; var textFromScript_2m = State.variables.not_2_plus; function showNotification(message) { var notification3 = $('#notification_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-26, -6); const html = ' <span style="color: #00eeee; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m+ " + "+ textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_new_quest">> <<set $not_new_quest_condition to $args[0]>> <div id="notification_new_quest" class="notification_new_quest"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_new_quest; function showNotification(message) { var notification3 = $('#notification_new_quest'); const length = message.length; const lastFourChars = message.slice(-20); const html = ' <span style="color: #deb304; font-weight: bold; margin-right:0px; ">'+lastFourChars+''; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="New Quest!"; showNotification(message_plus); }); <</script>> <style> .notification_new_quest { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #2e565d; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #30022e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_new_quest.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Text_animated_face_angel">> <<set _name to $args[0]>> <<set _text to $args[1]>> <div class="content_text_visual_face_angel" id="animated"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="text_face_2_2"> _text </div> </div> </div> </div> <style> .content_text_visual_face_angel{ display:flex; align-items: center; justify-content: center; border: 0px solid #fff; width: 100%; } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <div class="your_room"> <div class="cell_1_yr" id="action_60"> <<if $items_adriana_room[0].quantity == 1>> <div id="buy_adriana_room_1">Room 1000$</div> <</if>> <div class="blur" id="buy_adriana_room_2">Room 9000$</div> <div class="blur" id="buy_adriana_room_3">Hallway 40 000$</div> </div> </div> <<if $items_adriana_room[0].quantity == 1>> <<RandomImageOnlyWebp1 2 2 "Adriana/bed">> <<elseif $items_adriana_room[1].quantity == 1>> <<RandomImageOnlyWebp1 3 3 "Adriana_room/bed">> <<elseif $items_adriana_room[2].quantity == 1>> <<RandomImageOnlyWebp1 3 3 "Bathroom/bathroom_room">> <</if>> <<Back1 "Improve_house">> <<ClickContainerById "buy_adriana_room_1" "buy_adriana_room_1">><</ClickContainerById>> <<ClickContainerById "buy_adriana_room_2" "buy_adriana_room_2">><</ClickContainerById>> <<ClickContainerById "buy_adriana_room_3" "Under_the_development">> <</ClickContainerById>> <</nobr>>
<<nobr>> <<script>> window.male_suit3 = function() { let male_suit_3 = State.variables.male_suit3_con; if (male_suit_3 > 0) { State.variables.male_suit3_con = 0; } else { State.variables.male_suit3_con = 1; } }; <</script>> <<script>> window.male_suit2 = function() { let male_suit_2 = State.variables.male_suit2_con; if (male_suit_2 > 0) { State.variables.male_suit2_con = 0; } else { State.variables.male_suit2_con = 1; } }; <</script>> <div style="display: flex; border: 0px solid; width: 1050px; height: 746px; margin-left: -95px; margin-top: -14px; flex-direction: column; margin-bottom: -10px; border-radius: 0px; "> <div style="display: flex; width: 100%; height: 6%; border: 0px solid #00c1ff; align-items: center; padding-left: 12px; box-sizing: border-box; font-size: 20px; font-weight: bold; text-shadow: 0px 2px 7px #00c1ff; box-shadow: 0px 0px 2px 2px #00c1ff; border-radius: 5px; "> Inventory <img style="width:42px; height: 34px;" src="img/Log/inventory1.png"></div> <div class="inventory_version05" style=" box-sizing: border-box; align-items: center; border-radius: 5px; "> /*/////////////////////////////////////////////////////////////////////////////////*/ /*------------------- GIFTS-------------------------------*/ <div style="display: flex; flex-direction: column; width: 23.5%; height: 97%; border: 0px solid #ff00ff; box-sizing: border-box; box-shadow: 0px 0px 2px 2px #d53ec0; " > <div style="display: flex; width: 100%; border-bottom: 2px solid #d53ec0; height:6%; box-sizing: border-box; box-sizing: border-box; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; text-shadow: 0px 2px 7px #00c1ff; ">Gifts</div> <div class="inventory_version05_gifts"> <<if $items_gifts[1].quantity >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Flowers</div> <div class="ivg_gifts_inner_1_img"><img src="img/Local_shop/Items/1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $items_gifts[1].quantity </div> </div> </div> </div> <</if>> <<if $items_gifts[0].quantity >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Chocolate</div> <div class="ivg_gifts_inner_1_img"><img style="width: 70px; height: 60px;" src="img/Local_shop/Items/2.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $items_gifts[0].quantity </div> </div> </div> </div> <</if>> <<if $items_gifts[4].quantity >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Wine</div> <div class="ivg_gifts_inner_1_img"><img src="img/Local_shop/Items/wine1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $items_gifts[4].quantity </div> </div> </div> </div> <</if>> </div> </div> /*------------------------CLOTHERS-----------------*/ <div style="display: flex; flex-direction: column; width: 23.5%; height: 97%; border: 0px solid #ff00ff; box-sizing: border-box; box-shadow: 0px 0px 2px 2px #d53ec0; " > <div style="display: flex; width: 100%; border-bottom: 2px solid #d53ec0; height:6%; box-sizing: border-box; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; text-shadow: 0px 2px 7px #00c1ff; ">Clothers</div> <div class="inventory_version05_gifts"> <<if $kagney_cloching1 >0>> <div class="ivg_gifts" > <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Black Bodysuit</div> <div class="ivg_gifts_inner_1_img"><img style="width: 70px; height: 60px;" src="img/Mall/Clothing_store/body1.png"></div> </div> <div class="ivg_gifts_inner_2" style="margin-left: 0px;"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $kagney_cloching1 </div> </div> </div> </div> <</if>> <<if $kagney_cloching2 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Schoolgirl Outfit </div> <div class="ivg_gifts_inner_1_img"><img style="width: 80px; height: 70px;" src="img/Mall/Clothing_store/body2.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $kagney_cloching2 </div> </div> </div> </div> <</if>> <<if $male_suit1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Black Male Suit</div> <div class="ivg_gifts_inner_1_img"><img src="img/Mall/Clothing_store/Male/male_suit1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $male_suit1 </div> </div> </div> </div> <</if>> <<if $male_suit2 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Formal Suit</div> <div class="ivg_gifts_inner_1_img"><img style="width: 60px; height: 60px; " src="img/Mall/Clothing_store/Male/male_suit2.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img" style=" flex-direction: column;"><div id ="Male_suit2_con" onclick="male_suit2()" style="display: flex; width: 100%; height: 40%; justify-content: center; align-items: center; box-sizing: border-box; cursor: pointer;"><span style='color:yellow;'> <<if $male_suit2_con ==0>>wear<<elseif $male_suit2_con ==1>> remove<</if>></span></div><div style="display: flex; width: 100%; height: 60%; justify-content: center; align-items: flex-start; box-sizing: border-box; margin-bottom: 8px;">$male_suit2</div> </div> </div> </div> </div> <</if>> <<if $male_suit3 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Nightclub Suit</div> <div class="ivg_gifts_inner_1_img"><img style="width: 60px; height: 60px;" src="img/Mall/Clothing_store/Male/male_suit3.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img" style=" flex-direction: column;"><div id ="Male_suit3_con" onclick="male_suit3()" style="display: flex; width: 100%; height: 40%; justify-content: center; align-items: center; box-sizing: border-box; cursor: pointer;"><span style='color:yellow;'> <<if $male_suit3_con ==0>>wear<<else>> remove<</if>></span></div><div style="display: flex; width: 100%; height: 60%; justify-content: center; align-items: flex-start; box-sizing: border-box; margin-bottom: 8px;">$male_suit3</div> </div> </div> </div> </div> <</if>> <<if $puffi_cloching1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Cat Outfit</div> <div class="ivg_gifts_inner_1_img"><img src="img/Mall/Clothing_store/Puffi/Cat1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $puffi_cloching1</div> </div> </div> </div> <</if>> <<if $kagney_cloching3 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner" > <div class="ivg_gifts_inner_1" > <div class="ivg_gifts_inner_1_text">Cop Outfit</div> <div class="ivg_gifts_inner_1_img"><img style="width: 80px; height: 70px;" src="img/Mall/Clothing_store/body5.png"></div> </div> <div class="ivg_gifts_inner_2" > <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $kagney_cloching3 </div> </div> </div> </div> <</if>> <<if $kagney_cloching4 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Bunny Costume</div> <div class="ivg_gifts_inner_1_img"><img src="img/Mall/Clothing_store/body4.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $kagney_cloching4 </div> </div> </div> </div> <</if>> <<if $female_foxie_maid >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Maid Suit</div> <div class="ivg_gifts_inner_1_img"><img src="img/Mall/Clothing_store/Foxie/maid1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $female_foxie_maid </div> </div> </div> </div> <</if>> </div> </div> /*-------------------FOR QUESTS------------------------*/ <div style="display: flex; flex-direction: column; width: 23.5%; height: 97%; border: 0px solid #ff00ff; box-sizing: border-box; box-shadow: 0px 0px 2px 2px #d53ec0; " > <div style="display: flex; width: 100%; border-bottom: 2px solid #d53ec0; height:6%; box-sizing: border-box; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; text-shadow: 0px 2px 7px #00c1ff; ">Items For Quests</div> <div class="inventory_version05_gifts"> <<if $camera1 >0>> <div class="ivg_gifts" > <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Camera</div> <div class="ivg_gifts_inner_1_img"><img style="width:140px; " src="img/Mall/Electronics/camera1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $camera1 </div> </div> </div> </div> <</if>> <<if $veronica_laptop1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Laptop</div> <div class="ivg_gifts_inner_1_img"><img src="img/Mall/Electronics/laptop1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img" style=" flex-direction: column;"><div id ="Laptop_vr_hack" style="display: flex; width: 100%; height: 40%; justify-content: center; align-items: center; box-sizing: border-box; cursor: pointer;"><span style='color: yellow;'> <<if $veronica_laptop1_hack ==0>>hack<<elseif $veronica_laptop1_hack ==1>> hacked<</if>></span></div><div style="display: flex; width: 100%; height: 60%; justify-content: center; align-items: flex-start; box-sizing: border-box; margin-bottom: 8px;">$veronica_laptop1</div> </div> </div> </div> </div> <</if>> <<if $veronica_vibrator1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Vibrator</div> <div class="ivg_gifts_inner_1_img"><img style="width: 60px; height: 60px;" src="img/Mall/Sex_shop/1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $veronica_vibrator1 </div> </div> </div> </div> <</if>> <<if $dildo >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Dildo</div> <div class="ivg_gifts_inner_1_img"><img style="width: 70px; height: 60px;" src="img/Mall/Sex_shop/2.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img">$dildo</div> </div> </div> </div> <</if>> <<if $items_gifts[2].quantity >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Makeup Level 1</div> <div class="ivg_gifts_inner_1_img"><img src="img/Local_shop/Items/makeup1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $items_gifts[2].quantity </div> </div> </div> </div> <</if>> <<if $items_gifts[3].quantity >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Makeup Level 2</div> <div class="ivg_gifts_inner_1_img"><img src="img/Local_shop/Items/makeup2.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $items_gifts[3].quantity </div> </div> </div> </div> <</if>> <<if $items_gifts[5].quantity >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Milk</div> <div class="ivg_gifts_inner_1_img"><img src="img/Local_shop/Items/milk1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $items_gifts[5].quantity </div> </div> </div> </div> <</if>> <<if $items_gifts[6].quantity >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Bowl</div> <div class="ivg_gifts_inner_1_img"><img src="img/Local_shop/Items/bawl1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $items_gifts[6].quantity </div> </div> </div> </div> <</if>> <<if $items_gifts[7].quantity >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text"> Socialization Book</div> <div class="ivg_gifts_inner_1_img"><img src="img/Local_shop/Items/book1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $items_gifts[7].quantity </div> </div> </div> </div> <</if>> <<if $pc1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">PC</div> <div class="ivg_gifts_inner_1_img"><img src="img/Mall/Electronics/pc1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $pc1</div> </div> </div> </div> <</if>> </div> </div> /*------------------OTHERS------------------------*/ <div style="display: flex; flex-direction: column; width: 23.5%; height: 97%; border: 0px solid #ff00ff; box-sizing: border-box; box-shadow: 0px 0px 2px 2px #d53ec0; " > <div style="display: flex; width: 100%; border-bottom: 2px solid #d53ec0; height:6%; box-sizing: border-box; box-sizing: border-box; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; text-shadow: 0px 2px 7px #00c1ff; ">Miscellaneous</div> <div class="inventory_version05_gifts"> <<if $lube >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Lubricant</div> <div class="ivg_gifts_inner_1_img"><img style="width: 106px; height: 70px;" src="img/Mall/Sex_shop/3.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $lube </div> </div> </div> </div> <</if>> <<if $anal_plug >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Anal Plug</div> <div class="ivg_gifts_inner_1_img"><img style="width: 70px; height: 70px;" src="img/Mall/Sex_shop/4.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $anal_plug </div> </div> </div> </div> <</if>> <<if $dumbbells >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Dumbbells</div> <div class="ivg_gifts_inner_1_img"><img style="width: 70px; height: 70px;" src="img/Local_shop/Items/dumbbells1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $dumbbells</div> </div> </div> </div> <</if>> <<if $arousal_pills >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Arousal Pills</div> <div class="ivg_gifts_inner_1_img"><img style="width: 70px; height: 70px;" src="img/Mall/Pharmacy/pills1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $arousal_pills</div> </div> </div> </div> <</if>> <<if $drug1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Funny Thing </div> <div class="ivg_gifts_inner_1_img"><img style="width: 70px; height: 70px;" src="img/Shadow_street/Shop/drug1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $drug1 </div> </div> </div> </div> <</if>> <<if $corruption_book1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Debauched Book</div> <div class="ivg_gifts_inner_1_img"><img style="width: 50px; height: 64px;" src="img/Library/corruption1.webp"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $corruption_book1 </div> </div> </div> </div> <</if>> <<if $obedience_book1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Obedience Book</div> <div class="ivg_gifts_inner_1_img"><img style="width: 50px; height: 64px;" src="img/Library/obedience1.webp"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $obedience_book1 </div> </div> </div> </div> <</if>> <<if $drill1 >0>> <div class="ivg_gifts"> <div class="ivg_gifts_inner"> <div class="ivg_gifts_inner_1"> <div class="ivg_gifts_inner_1_text">Drill</div> <div class="ivg_gifts_inner_1_img"><img style="width: 64px; height: 64px;" src="img/Local_shop/Items/drill1.png"></div> </div> <div class="ivg_gifts_inner_2"> <div class="ivg_gifts_inner_1_text">quantity</div> <div class="ivg_gifts_inner_1_img"> $drill1 </div> </div> </div> </div> <</if>> </div> </div> /*/////////////////////////////////////////////////////////////////////////////////*/ </div> </div> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <br> <div class="your_room" style="margin-bottom: -100px; "> <div class="cell_1_yr" style="border:0px solid;"> <div id="Back" style="cursor: pointer;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<Inventory>> <<set _previous_passage_name to $previousNode>> <<ClickContainerById "Back" _previous_passage_name>><</ClickContainerById>> <<ClickContainerById "Male_suit3_con" "Male_suit3_con">><</ClickContainerById>> <<ClickContainerById "Male_suit2_con" "Male_suit2_con">><</ClickContainerById>> <<ClickContainerById "Laptop_vr_hack" "Laptop_vr_hack">><</ClickContainerById>> <style> .inventory_version05{ display: flex; width: 100%; height: 94%; border: 0px solid; flex-direction: row; gap: 14px; justify-content: center; align-items: center; margin-top: 10px; box-shadow: 0px 0px 2px 2px #00c1ff; } .inventory_version05_gifts{ display: block; width: 100%; height: 94%; border: 0px solid red; overflow-y: auto; overflow-x: hidden; justify-content: center; align-items: center; padding: 6px; padding-right: 6px; box-sizing: border-box; } .ivg_gifts{ margin-top: 14px; display: flex; width: 99.5%; box-shadow: 0px 0px 2px 2px #00c1ff; height: 100px; box-sizing: border-box; } .ivg_gifts_inner{ display: flex; flex-direction: row; width: 100%; height: 100%; box-sizing: border-box; } .ivg_gifts_inner_1{ display: flex; width: 64%; border: 0px solid white; flex-direction: column; box-sizing: border-box; } .ivg_gifts_inner_2{ display: flex; width: 36%; border: 0px solid white; flex-direction: column; box-sizing: border-box; } .ivg_gifts_inner_1_text{ display: flex; height:24%; width: 100%; border: 1px solid #00c1ff; justify-content: center; align-items: center; box-sizing: border-box; background-color: #0d2730; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000; } .ivg_gifts_inner_1_img{ display: flex; height: 76%; width: 100%; border: 1px solid #00c1ff; justify-content: center; align-items: center; box-sizing: border-box; } .ivg_gifts_inner_1_img img{ display: flex; width:90px; height: 70px; } </style> <</nobr>>
<<nobr>> <div class="inventory_version05_gifts"> <div class="ivg_gifts"> fdssd</div> <div class="ivg_gifts"> fsdsdf</div> <div class="ivg_gifts"> dsfsd</div> <div class="ivg_gifts">fsdf </div> <div class="ivg_gifts">fsdf </div> <div class="ivg_gifts"> dsfds</div> <div class="ivg_gifts">fsdf </div> <div class="ivg_gifts"> dsfds</div> <div class="ivg_gifts">fsdf </div> <div class="ivg_gifts">fsdf </div> <div class="ivg_gifts"> dsfds</div> <div class="ivg_gifts">fsdf </div> <div class="ivg_gifts"> dsfds</div> </div> <style> .inventory_version05_gifts{ display: block; width: 22%; height: 600px; border: 1px solid red; flex-direction: column; overflow-y: auto; } .ivg_gifts{ display: flex; width: 98%; height: 100px; border: 1px solid yellow; box-sizing: border-box; } </style> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 2 2 "Kitchen/Adriana/" "cell_center">> <br><<Text_animated_face_person "You have lovely feets, sis">> <br><<Text_animated_face Adriana "I know, these feet are capable of so much…">> <<set $sigma_person -= 0.25>> <<set $day_time ++>> <<Not_relationship_top_plus Adriana 0.25>> <<Not_sigma_top1_minus 0.25>> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <<widget "Not_relationship_top_plus">> <<set $not_relationship_top_plus1 to $args[0]>> <<set $not_relationship_top_plus2 to $args[1]>> <div id="notification_relationship_top_plus" class="notification_relationship_top_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_relationship_top_plus1; var textFromScript_2m = State.variables.not_relationship_top_plus2; function showNotification(message) { var notification3 = $('#notification_relationship_top_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-21, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span class="green" style="margin-left:-6px;font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " relationship + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship_top_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 1.1s ease-in-out; } .notification_relationship_top_plus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_relationship_top_minus">> <<set $not_relationship_face1_minus1 to $args[0]>> <<set $not_relationship_face1_minus2 to $args[1]>> <div id="notification_relationship_face1_minus" class="notification_relationship_face1_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_relationship_face1_minus1; var textFromScript_2m = State.variables.not_relationship_face1_minus2; function showNotification(message) { var notification3 = $('#notification_relationship_face1_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-21, -6); const html = '<span style="font-weight: bold;"> '+textFromScript_1m+'</span><span class="green" style="margin-left:-6px;font-weight: bold;">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " relationship - " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .green { color: #29be0c; } .red { color: #e10707; } .notification_relationship_face1_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #562b2b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 1.1s ease-in-out; } .notification_relationship_face1_minus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_sigma_top1_plus">> <<set $not_sigma_plus to $args[0]>> <div id="notification_sigma_plus" class="notification_sigma_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_sigma_plus; function showNotification(message) { var notification3 = $('#notification_sigma_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-15, -6); const html = ' <span style="color: #F5C616; font-weight: bold; margin-right:0px; text-shadow: 0 2px 2px red;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="SIgma" + " + "+ textFromScript_1m; showNotification(message_plus); }); <</script>> <style> .notification_sigma_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_sigma_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_sigma_top1_minus">> <<set $not_sigma_minus to $args[0]>> <div id="notification_sigma_minus" class="notification_sigma_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_sigma_minus; function showNotification(message) { var notification3 = $('#notification_sigma_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-15, -6); const html = ' <span style="color: #F5C616; font-weight: bold; margin-right:0px; text-shadow: 0 2px 2px red; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="SIgma" + " - "+ textFromScript_1m; showNotification(message_plus); }); <</script>> <style> .notification_sigma_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_sigma_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<Week_dining_hall_megan>> <div style="position: absolute; z-index:1; background-color:red; width:1050px; margin-left: -95px; height:820px; margin-bottom:-10px; margin-top:-27px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(1px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/College/class7.webp"></div> <br><br><br><br><br><br> <div style="position: relative; z-index:2;"> <br><<Text "<span style='color:red; font-size: 14px;'> There are no active quests for this version of the game yet</span>">> <br> <<if $condition == 23>> <div class="content_text_visual_1" id="dining_hall_megan"> <div class="content_text_1" style="position: relative; z-index:2; width: 50%;"> <div style="text-align: center;" style="position: relative; z-index:2;"> <span class="main-text"> Sit with Megan</span> <span class="extra-text"><<Green_text "relationship + 0.5">></span> </div> </div> </div> <<else>> <div class="content_text_visual_1" > <div class="content_text_1" style="position: relative; z-index:2; width: 50%;"> <div style="text-align: center;" style="position: relative; z-index:2;"> Nobody is here </div> </div> </div> <</if>> </div> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: black;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "College">><</ClickContainerById>> </div> <<ClickContainerById "dining_hall_megan" "Dining_hall_megan">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <<widget "Week_health_science_megan">> <<set _day1_conditions = { 1: 23, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 23, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 23, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 23, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 23, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_languages_megan">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 23, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 23, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 23, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 23, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 23, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_dining_hall_megan">> <<set _day1_conditions = { 1: 0, 2: 23, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 23, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 23, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 23, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 23, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Francesca "To better understand the world, you need to look around">> <br><<Text_animated_face Francesca "Each of us faces the superiority of one over another">> <br><<Text_animated_face Francesca "Some like it, while others don't know how to use it">> <br><<linkappend "<<InsertText_Size_animated 'Look at him'>>">> <<set _random to random(1,11)>> <<if _random ==1>> <br><<Webp_between_text_random_13 "College/Biology/Lesson/Man/" 1 1>> <<elseif _random ==2>> <br><<Webp_between_text_random_15 "College/Biology/Lesson/Man/" 2 2>> <<elseif _random ==3>> <br><<Webp_between_text_random_tall_1 "College/Biology/Lesson/Man/" 3 3>> <<elseif _random ==4>> <br><<Webp_between_text_random_tall_1 "College/Biology/Lesson/Man/" 4 4>> <<elseif _random ==5>> <br><<Webp_between_text_random_tall_178 "College/Biology/Lesson/Man/" 5 5>> <<elseif _random ==6>> <br><<Webp_between_text_random_178 "College/Biology/Lesson/Man/" 6 6>> <<elseif _random ==7>> <br><<Webp_between_text_random_15 "College/Biology/Lesson/Man/" 7 7>> <<elseif _random ==8>> <br><<Webp_between_text_random_tall_133 "College/Biology/Lesson/Man/" 8 8>> <<elseif _random ==9>> <br><<Webp_between_text_random_tall_15 "College/Biology/Lesson/Man/" 9 9>> <<elseif _random ==10>> <br><<Webp_between_text_random_13 "College/Biology/Lesson/Man/" 10 10>> <<elseif _random ==11>> <br><<Webp_between_text_random_178 "College/Biology/Lesson/Man/" 11 11>> <</if>> <br><<Text_animated_face Francesca "Thus, we satisfy his curiosity, he realized what gives him more excitement in his life">> <br><<linkappend "<<InsertText_Size_animated 'And now look at the opposite situation'>>">> <<set _random1 to random(1,13)>> <<if _random1 >=1 && _random1 <=6>> <br><<Webp_between_text_random_13 "College/Biology/Lesson/Woman/" 1 6>> <<elseif _random1 >=7 && _random1 <=8>> <br><<Webp_between_text_random_tall_1 "College/Biology/Lesson/Woman/" 7 8>> <<elseif _random1 >=9 && _random1 <=13>> <br><<Webp_between_text_random_178 "College/Biology/Lesson/Woman/" 9 13>> <</if>> <br><<Text_animated_face Francesca "This girl finds the roots of her sexuality in submission, mmm, how exquisite...">> <br><<Text_animated_face Francesca "I hope this lesson has brought you closer to your polarity, in any case, try to find yourself">> <br><<Webp_between_text_random_15 "College/Biology/Lesson/Megan" 1 1>> <br><<InsertText_Size_animated "You hear Megan whispering something to herself">> <br><<Text_animated_face Megan "Oh God... how I wish my butt was spanked...">> <br><<Webp_between_text_random_178 "College/Biology/Lesson/Megan" 2 2>> <<Not_corruption_top_plus Megan 0.5>> <</linkappend>> <</linkappend>> <<set _random3 to random(1,2)>> <<if _random3 ==1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Francesca/" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Francesca/" "cell_center">> <</if>> <<Back2 "Biology" "End lesson">> <<set $day_time ++>> <</nobr>>
<<nobr>> <<widget "Not_corruption_top_plus">> <<set $not_corruption_face1_plus1 to $args[0]>> <<set $not_corruption_face1_plus2 to $args[1]>> <div id="notification_corruption_face1_plus" class="notification_corruption_face1_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_corruption_face1_plus1; var textFromScript_2m = State.variables.not_corruption_face1_plus2; function showNotification(message) { var notification3 = $('#notification_corruption_face1_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #f517ed;font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " corruption + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_corruption_face1_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_corruption_face1_plus.show { display: flex; opacity: 1; animation: fadeIn 1.1s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<if $first_meet_with_megan !=1>> <<goto "First_talk_with_megan_about_adriana1">> <</if>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" id="animated"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyPng 1 1 "College/Dining_hall/Megan" "cell_center">> <br><<InsertText_Size_animated "You spent time with Megan in the cafeteria and exchanged college news">> <br><<Text_animated_face Megan "The food here is certainly terrible, but at least you’re sharing this shit with me">> <<Not_relationship_top_plus Megan 0.5>> <<Back1 "College">> <<set $day_time ++>> <<set $energy ++>> <style> .cell_center img { box-shadow: 0px 0px 0px 0px; } </style> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" id="animated"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "College/Biology/Lesson/Megan_intro" "cell_center">> <br><<Text_animated_face Megan "Hi $name_person, I haven’t seen your sister Adriana at college for a while. Did something happen?">> <br><<Text_animated_face_person "Hi Megan, she’s been acting a bit differently lately, often disappearing from home, and ... I didn’t even know she stopped going to college">> <br><<Text_animated_face Megan "Yeah, it’s really strange. Maybe she has something on her mind. We should visit her sometime; she doesn’t respond to me">> <br><<Text_animated_face_person "Yes, of course, she does come over. I’m always happy to see you at my house">> <br><<Text_animated_face Megan "Oh, you’re as sweet as ever...">> <<set $first_talk_with_megan_about_adriana =1>> <<Not_new_quest>> <<Back2 "Biology" "End talk">> <<set $first_meet_with_megan =1>> <</nobr>>
<<nobr>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Forest/forest2.webp"></div> <br><br><br><br><br><br><br><br><br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 0.8); text-align: center; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px;">In this forest, cries and moans from various mysterious creatures are often heard</div> </div> </div> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 62%;"> <div id="Go_left_forest1" style="background-color: black;">Go left</div> <div id="Go_right_forest1" style="background-color: black;">Go right</div> </div> <div class="cell_2_yr" style="width: 62%;"> <div id="Go_stright_forest1" style="background-color: black;">Go straight</div> </div> </div> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: black;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "Residential_area">><</ClickContainerById>> </div> <<ClickContainerById "Go_right_forest1" "Go_right_forest1">><</ClickContainerById>> <<ClickContainerById "Go_left_forest1" "Go_left_forest1">><</ClickContainerById>> <<ClickContainerById "Go_stright_forest1" "Go_stright_forest1">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Forest/fox1.webp"></div> <br><br><br><br><br><br><br><br><br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 0.8); text-align: center; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px;">You see fragments of sunlight, it's a wonder what lies ahead</div> </div> </div> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 62%;"> <div id="Go_right_forest1_stright" style="background-color: black;">Go Further</div> </div> </div> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: black;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "Forest">><</ClickContainerById>> </div> <<ClickContainerById "Go_right_forest1_stright" "Go_right_forest1_stright">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <<if $dcsim121wwd2 !=1>> <<Not_new_quest>> <<set $dcsim121wwd2 =1>> <</if>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.7; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Forest/stright1.png"></div> <br><br><br><br><br><br><br><br><br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 0.4); text-align: justify; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px; "><span>You step into a deep, ancient forest, where the trees whisper secrets and the air is thick with mystery. As you walk along the narrow, winding path, something catches your eye just off the trail. There, partially hidden among the ferns and moss, stands a weathered signpost, its wood rough and aged by time. On the sign, <<Yellow_text 'you notice a symbol - a symbol you’ve seen before, tattooed on the thigh of a seductive nun'>>. The forest seems to pulse with hidden intent, drawing you closer to a secret yet to be revealed</span></div> </div> </div> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 62%;"> <div id="Go_stright_forest1_stright" style="background-color: rgba(0, 0, 0, 1);">Go Further</div> </div> </div> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: rgba(0, 0, 0, 1);"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "Forest">><</ClickContainerById>> </div> <<ClickContainerById "Go_stright_forest1_stright" "Go_stright_forest1_stright">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Forest/forest1.webp"></div> <br><br><br><br><br><br><br><br><br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 0.8); text-align: center; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px;">You can't pass through here, you might get stuck in the swamp</div> </div> </div> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: black;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "Forest">><</ClickContainerById>> </div> <<ClickContainerById "Go_right_forest1" "Go_right_forest1">><</ClickContainerById>> <<ClickContainerById "Go_left_forest1" "Go_left_forest1">><</ClickContainerById>> <<ClickContainerById "Go_stright_forest1" "Go_stright_forest1">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <<if $dcsim1wd2 !=1>> <<Not_new_quest>> <<set $dcsim1wd2 =1>> <</if>> <<if $day> $day_to_wait_fox_first_meet1 +3 && $second_floor_house ==1 && $event_foxie[3].quantity !=1 >> <<goto "Meet_with_foxie_and_dogs1">> <</if>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Forest/forest3.webp"></div> <div class="header" style="position: relative; z-index:2; margin-top:0;"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br> <<RandomImageOnlyWebp1 3 3 "Forest/fox" "cell_center">> <<if $event_foxie[0].quantity ==0>> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 0.8); text-align: center; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px;"><span>You see a small burrow-like home, perhaps someone lives here/*<br><<Yellow_text "To try to catch and see this creature, you need to lure it out somehow">>*/</span></div> </div> </div> <<elseif $event_foxie[2].quantity ==0>> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 0.8); text-align: center; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px;"><span><<Yellow_text "You need to figure out a way to lure this fox out">></span></div> </div> </div> <<elseif $event_foxie[3].quantity ==0 && $event_foxie[2].quantity ==1 >> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 0.8); text-align: center; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px;"><span><<Yellow_text "You should buy a second floor for your house, it will be useful for accommodating new guests. Also, don't forget to get in shape, as there are various wild animals in the forests that can be dangerous">></span></div> </div> </div> <<elseif $event_foxie[3].quantity ==1 >> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 0.8); text-align: center; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px;"><span>This is the home of the fox-girl you brought back after she was attacked by wild dogs. Now it stands empty, but there’s a chance someone else might take this place, or your fox might run back here</span></div> </div> </div> <</if>> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 62%;"> <div id="Look_around_fox1" style="background-color: black;">Look for tracks around</div> <<if $event_foxie[0].quantity ==1 && $items_gifts[5].quantity >=1 && $items_gifts[6].quantity >=1 && $event_foxie[1].quantity ==0>> <div id="Leave_bowl_milk" style="background-color: black;">Leave a bowl filled with milk</div> <</if>> <<if $event_foxie[1].quantity ==1 && $event_foxie[2].quantity ==0>> <div id="Check_the_bowl1" style="background-color: black;">Check the bowl</div> <</if>> </div> </div> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: black;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "Go_right_forest1">><</ClickContainerById>> </div> <<ClickContainerById "Go_right_forest1" "Go_right_forest1">><</ClickContainerById>> <<ClickContainerById "Look_around_fox1" "Look_around_fox1">><</ClickContainerById>> <<ClickContainerById "Leave_bowl_milk" "Leave_bowl_milk">><</ClickContainerById>> <<ClickContainerById "Check_the_bowl1" "Check_the_bowl1">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.7; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Forest/stright1.png"></div> <br><br><br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 75%; "> <div id="Go_left" style="background-color: rgba(0, 0, 0, 1); text-align: center; border-radius: 20px; font-weight: normal; padding-left:16px; padding-right:16px; line-height: 1.4; padding-top:8px; padding-bottom:8px; "><span><<Yellow_text 'In this version of the game, you wont be able to progress further and defeat those wild wolves to explore the area with that mysterious symbol'>></span></div> </div> </div> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <<Guv_wolf_right>> <<Guv_wolf_left>> <<HP Go_stright_forest1_stright Go_to_nurse 6>> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: rgba(0, 0, 0, 1);"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "Forest">><</ClickContainerById>> </div> <<ClickContainerById "Go_stright_forest1_stright" "Go_stright_forest1_stright">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <<widget "Guv_dog_right">> <div id="notification_guv" class="notification_guv"> <img src="img/Forest/dog1.png" id="notification_img"> <button id="hitButton">Kick!</button> <div id="score"><div class="info_card_fight_right"> HP - 4</div><div class="hp_left"> </div><div class="hp_right"></div></div> </div> <<script>> $(document).ready(function() { var score = 0; function showNotification() { var notification = $('#notification_guv'); notification.addClass('show'); } function hideNotification() { var notification = $('#notification_guv'); notification.removeClass('show').addClass('fadeOut'); } function vibrateImage() { var img = $('#notification_img'); img.addClass('vibrate'); setTimeout(function() { img.removeClass('vibrate'); }, 500); } showNotification(); $('#hitButton').click(function() { $('#hitButton').prop('disabled', true); score++; var newWidthPercent = (1 - score / 4) * 100; var newWidthPercent1 = (score / 4) * 100; var hp_right_card = 4 - score; $('.hp_left').css('width', newWidthPercent + '%'); $('.hp_right').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right').text('HP - ' + hp_right_card); vibrateImage(); if (score >= 4) { setTimeout(function() { hideNotification(); }, 300); } setTimeout(function() { $('#hitButton').prop('disabled', false); }, 500); }); }); <</script>> <style> .notification_guv { display: none; position: fixed; top: 30%; left: 65%; min-width: 120px; background: linear-gradient(180deg, rgba(1,3,68,1) 0%, rgba(98,47,99,1) 100%); padding: 15px; justify-content: center; align-items: center; border-radius: 5px; box-shadow: 0 0 2px 2px #30022e; color: #479DCF; z-index: 1000; opacity: 0; transition: opacity 0.5s ease-in-out; flex-direction: column; box-sizing: border-box; } .notification_guv img { width: 200px; height: 200px; margin-bottom: 15px; transition: opacity 0.5s ease-in-out; } .notification_guv.show { display: flex; opacity: 1; animation: slideIn 0.8s ease-in-out; } @keyframes slideIn { from { opacity: 0; transform: translate(0%, 0%) scale(0.2); } to { opacity: 1; transform: translate(0%, 0%) scale(1); } } .notification_guv.fadeOut { display: flex; opacity: 1; animation: fadeOut 0.5s ease-in-out forwards; } @keyframes fadeOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: translate(0%, 50%) scale(1); } } #hitButton { padding: 10px 20px; background-color: #479DCF; color: #fff; width: 100px; border: none; font-weight: bold; border-radius: 5px; border: 0px solid #000; cursor: pointer; margin-bottom: 12px; text-shadow: 0px 2px 7px #000; box-sizing: border-box; } #score { display: flex; flex-direction: row; color: #fff; border: 0px solid black; width:200px; background-color: black; height: 26px; z-index: 1000; box-shadow: 0 0 3px 3px #000; box-sizing: border-box; } .hp_left { display: flex; width: 100%; background-color: #d02600; z-index: 1000; box-sizing: border-box; } .hp_right { display: flex; width: 0%; background-color: black; z-index: 1000; box-sizing: border-box; } .info_card_fight_right{ display: flex; position: absolute; z-index: 1001; height: 26px; width:200px; font-size: 16px; font-weight: bold; padding-left: 4px ; padding-right: 4px ; box-sizing: border-box; box-shadow: inset 0 0 5px 1px #928c0b; } @keyframes vibrate { 0% { transform: translateX(-4px); } 25% { transform: translateX(4px); } 50% { transform: translateX(-4px); } 75% { transform: translateX(4px); } 100% { transform: translateX(0); } } .vibrate { animation: vibrate 0.5s ease-in-out; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Guv_dog_left">> <div id="notification_guv3" class="notification_guv3"> <img src="img/Forest/dog2.png" id="notification_img3"> <button id="hitButton3">Kick!</button> <div id="score3"><div class="info_card_fight_right3"> HP - 3</div><div class="hp_left3"></div><div class="hp_right3"></div></div> </div> <<script>> $(document).ready(function() { var score3 = 0; function showNotification() { var notification = $('#notification_guv3'); notification.addClass('show'); } function hideNotification() { var notification = $('#notification_guv3'); notification.removeClass('show').addClass('fadeOut'); } function vibrateImage() { var img = $('#notification_img3'); img.addClass('vibrate'); setTimeout(function() { img.removeClass('vibrate'); }, 500); } showNotification(); $('#hitButton3').click(function() { $('#hitButton3').prop('disabled', true); score3++; var newWidthPercent = (1 - score3 / 3) * 100; var newWidthPercent1 = (score3 / 3) * 100; var hp_right_card = 3 - score3; $('.hp_left3').css('width', newWidthPercent + '%'); $('.hp_right3').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right3').text('HP - ' + hp_right_card); vibrateImage(); if (score3 >= 3) { setTimeout(function() { hideNotification(); }, 300); } setTimeout(function() { $('#hitButton3').prop('disabled', false); }, 500); }); }); <</script>> <style> .notification_guv3 { display: none; position: fixed; top: 30%; left: 38%; min-width: 120px; background: linear-gradient(180deg, rgba(1,3,68,1) 0%, rgba(98,47,99,1) 100%); padding: 15px; justify-content: center; align-items: center; border-radius: 5px; box-shadow: 0 0 2px 2px #30022e; color: #479DCF; z-index: 1000; opacity: 0; transition: opacity 0.5s ease-in-out; flex-direction: column; box-sizing: border-box; } .notification_guv3 img { width: 200px; height: 200px; margin-bottom: 15px; transition: opacity 0.5s ease-in-out; } .notification_guv3.show { display: flex; opacity: 1; animation: slideIn 0.8s ease-in-out; } @keyframes slideIn { from { opacity: 0; transform: translate(0%, 0%) scale(0.2); } to { opacity: 1; transform: translate(0%, 0%) scale(1); } } .notification_guv3.fadeOut { display: flex; opacity: 1; animation: fadeOut 0.5s ease-in-out forwards; } @keyframes fadeOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: translate(0%, 50%) scale(1); } } #hitButton3 { padding: 10px 20px; background-color: #479DCF; color: #fff; width: 100px; border: none; font-weight: bold; border-radius: 5px; border: 0px solid #000; cursor: pointer; margin-bottom: 12px; text-shadow: 0px 2px 7px #000; box-sizing: border-box; } #score3 { display: flex; flex-direction: row; color: #fff; border: 0px solid black; width:200px; background-color: black; height: 26px; z-index: 1000; box-shadow: 0 0 3px 3px #000; box-sizing: border-box; } .hp_left3 { display: flex; width: 100%; background-color: #d02600; z-index: 1000; box-sizing: border-box; } .hp_right3 { display: flex; width: 0%; background-color: black; z-index: 1000; box-sizing: border-box; } .info_card_fight_right3{ display: flex; position: absolute; z-index: 1001; height: 26px; width:200px; font-size: 16px; font-weight: bold; padding-left: 4px ; padding-right: 4px ; box-sizing: border-box; box-shadow: inset 0 0 5px 1px #928c0b; } @keyframes vibrate { 0% { transform: translateX(-4px); } 25% { transform: translateX(4px); } 50% { transform: translateX(-4px); } 75% { transform: translateX(4px); } 100% { transform: translateX(0); } } .vibrate { animation: vibrate 0.5s ease-in-out; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Guv_wolf_right">> <div id="notification_guv" class="notification_guv"> <img src="img/Forest/wolf2.png" id="notification_img"> <button id="hitButton">Fight!</button> <div id="score"><div class="info_card_fight_right"> HP - 10</div><div class="hp_left"> </div><div class="hp_right"></div></div> </div> <<script>> $(document).ready(function() { var score = 0; function showNotification() { var notification = $('#notification_guv'); notification.addClass('show'); } function hideNotification() { var notification = $('#notification_guv'); notification.removeClass('show').addClass('fadeOut'); } function vibrateImage() { var img = $('#notification_img'); img.addClass('vibrate'); setTimeout(function() { img.removeClass('vibrate'); }, 500); } showNotification(); $('#hitButton').click(function() { $('#hitButton').prop('disabled', true); score++; var newWidthPercent = (1 - score / 10) * 100; var newWidthPercent1 = (score / 10) * 100; var hp_right_card = 10 - score; $('.hp_left').css('width', newWidthPercent + '%'); $('.hp_right').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right').text('HP - ' + hp_right_card); vibrateImage(); if (score >= 10) { setTimeout(function() { hideNotification(); }, 300); } setTimeout(function() { $('#hitButton').prop('disabled', false); }, 500); }); }); <</script>> <style> .notification_guv { display: none; position: fixed; top: 30%; left: 65%; min-width: 120px; background: linear-gradient(180deg, rgba(1,3,68,1) 0%, rgba(98,47,99,1) 100%); padding: 15px; justify-content: center; align-items: center; border-radius: 5px; box-shadow: 0 0 2px 2px #30022e; color: #479DCF; z-index: 1000; opacity: 0; transition: opacity 0.5s ease-in-out; flex-direction: column; box-sizing: border-box; } .notification_guv img { width: 200px; height: 200px; margin-bottom: 15px; transition: opacity 0.5s ease-in-out; } .notification_guv.show { display: flex; opacity: 1; animation: slideIn 0.8s ease-in-out; } @keyframes slideIn { from { opacity: 0; transform: translate(0%, 0%) scale(0.2); } to { opacity: 1; transform: translate(0%, 0%) scale(1); } } .notification_guv.fadeOut { display: flex; opacity: 1; animation: fadeOut 0.5s ease-in-out forwards; } @keyframes fadeOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: translate(0%, 50%) scale(1); } } #hitButton { padding: 10px 20px; background-color: #479DCF; color: #fff; width: 100px; border: none; font-weight: bold; border-radius: 5px; border: 0px solid #000; cursor: pointer; margin-bottom: 12px; text-shadow: 0px 2px 7px #000; box-sizing: border-box; } #score { display: flex; flex-direction: row; color: #fff; border: 0px solid black; width:200px; background-color: black; height: 26px; z-index: 1000; box-shadow: 0 0 3px 3px #000; box-sizing: border-box; } .hp_left { display: flex; width: 100%; background-color: #d02600; z-index: 1000; box-sizing: border-box; } .hp_right { display: flex; width: 0%; background-color: black; z-index: 1000; box-sizing: border-box; } .info_card_fight_right{ display: flex; position: absolute; z-index: 1001; height: 26px; width:200px; font-size: 16px; font-weight: bold; padding-left: 4px ; padding-right: 4px ; box-sizing: border-box; box-shadow: inset 0 0 5px 1px #928c0b; } @keyframes vibrate { 0% { transform: translateX(-4px); } 25% { transform: translateX(4px); } 50% { transform: translateX(-4px); } 75% { transform: translateX(4px); } 100% { transform: translateX(0); } } .vibrate { animation: vibrate 0.5s ease-in-out; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Guv_wolf_left">> <div id="notification_guv3" class="notification_guv3"> <img src="img/Forest/wolf1.png" id="notification_img3"> <button id="hitButton3">Fight!</button> <div id="score3"><div class="info_card_fight_right3"> HP - 10</div><div class="hp_left3"></div><div class="hp_right3"></div></div> </div> <<script>> $(document).ready(function() { var score3 = 0; function showNotification() { var notification = $('#notification_guv3'); notification.addClass('show'); } function hideNotification() { var notification = $('#notification_guv3'); notification.removeClass('show').addClass('fadeOut'); } function vibrateImage() { var img = $('#notification_img3'); img.addClass('vibrate'); setTimeout(function() { img.removeClass('vibrate'); }, 500); } showNotification(); $('#hitButton3').click(function() { $('#hitButton3').prop('disabled', true); score3++; var newWidthPercent = (1 - score3 / 10) * 100; var newWidthPercent1 = (score3 / 10) * 100; var hp_right_card = 10 - score3; $('.hp_left3').css('width', newWidthPercent + '%'); $('.hp_right3').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right3').text('HP - ' + hp_right_card); vibrateImage(); if (score3 >= 10) { setTimeout(function() { hideNotification(); }, 300); } setTimeout(function() { $('#hitButton3').prop('disabled', false); }, 500); }); }); <</script>> <style> .notification_guv3 { display: none; position: fixed; top: 30%; left: 38%; min-width: 120px; background: linear-gradient(180deg, rgba(1,3,68,1) 0%, rgba(98,47,99,1) 100%); padding: 15px; justify-content: center; align-items: center; border-radius: 5px; box-shadow: 0 0 2px 2px #30022e; color: #479DCF; z-index: 1000; opacity: 0; transition: opacity 0.5s ease-in-out; flex-direction: column; box-sizing: border-box; } .notification_guv3 img { width: 200px; height: 200px; margin-bottom: 15px; transition: opacity 0.5s ease-in-out; } .notification_guv3.show { display: flex; opacity: 1; animation: slideIn 0.8s ease-in-out; } @keyframes slideIn { from { opacity: 0; transform: translate(0%, 0%) scale(0.2); } to { opacity: 1; transform: translate(0%, 0%) scale(1); } } .notification_guv3.fadeOut { display: flex; opacity: 1; animation: fadeOut 0.5s ease-in-out forwards; } @keyframes fadeOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: translate(0%, 50%) scale(1); } } #hitButton3 { padding: 10px 20px; background-color: #479DCF; color: #fff; width: 100px; border: none; font-weight: bold; border-radius: 5px; border: 0px solid #000; cursor: pointer; margin-bottom: 12px; text-shadow: 0px 2px 7px #000; box-sizing: border-box; } #score3 { display: flex; flex-direction: row; color: #fff; border: 0px solid black; width:200px; background-color: black; height: 26px; z-index: 1000; box-shadow: 0 0 3px 3px #000; box-sizing: border-box; } .hp_left3 { display: flex; width: 100%; background-color: #d02600; z-index: 1000; box-sizing: border-box; } .hp_right3 { display: flex; width: 0%; background-color: black; z-index: 1000; box-sizing: border-box; } .info_card_fight_right3{ display: flex; position: absolute; z-index: 1001; height: 26px; width:200px; font-size: 16px; font-weight: bold; padding-left: 4px ; padding-right: 4px ; box-sizing: border-box; box-shadow: inset 0 0 5px 1px #928c0b; } @keyframes vibrate { 0% { transform: translateX(-4px); } 25% { transform: translateX(4px); } 50% { transform: translateX(-4px); } 75% { transform: translateX(4px); } 100% { transform: translateX(0); } } .vibrate { animation: vibrate 0.5s ease-in-out; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "HP">> <<set _text_1 to $args[0]>> <<set _text_2 to $args[1]>> <<set _text_3 to $args[2]>> <div id="text_event_fight_passage" style="display:none ;"><<print _text_1>></div> <div id="text_event_fight_passage2" style="display:none ;"><<print _text_2>></div> <div id="text_event_fight_passage3" style="display: none;"><<print _text_3>></div> <div id="notification_person" class="notification_person"> <div id="score_person"><div class="info_card_fight_right_person"> Person's HP - $person_health</div><div class="hp_left_person"> </div><div class="hp_right_person"></div></div> </div> <<script>> $(document).ready(function() { var textFromScript1 = $('#text_event_fight_passage').text(); var textFromScript2 = $('#text_event_fight_passage2').text(); var textFromScript3 = $('#text_event_fight_passage3').text(); var person_health = State.variables.person_health; var guv_dog_right = State.variables.guv_dog_right; var score = 0; function showNotification() { var notification = $('#notification_person'); notification.addClass('show'); } function hideNotification() { var notification = $('#notification_person'); notification.removeClass('show').addClass('fadeOut'); } function vibrateImage() { var img = $('#score_person'); img.addClass('vibrate'); setTimeout(function() { img.removeClass('vibrate'); }, 500); } showNotification(); $('#hitButton').click(function() { score++; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if (score >= 2*textFromScript3) { setTimeout(function() { hideNotification(); State.variables.guv_dog_win = 1; Engine.play(textFromScript1); }, 700); } }); $('#hitButton3').click(function() { score++; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if (score >= 2*textFromScript3) { setTimeout(function() { hideNotification(); State.variables.guv_dog_win = 1; Engine.play(textFromScript1); }, 700); } }); }); <</script>> <style> .notification_person { display: none; position: fixed; top: 4%; left: 45.5%; width: 420px; height: 40px; /*background: linear-gradient(180deg, rgba(1,3,68,1) 0%, rgba(98,47,99,1) 100%);*/ justify-content: center; align-items: center; border-radius: 5px; box-shadow: 0 0 2px 2px #30022e; color: #479DCF; z-index: 1000; opacity: 0; transition: opacity 0.5s ease-in-out; flex-direction: column; box-sizing: border-box; } @media only screen and (min-height:900px) { #notification_person { top: 6%; } } .notification_person.show { display: flex; opacity: 1; animation: slideIn 0.8s ease-in-out; } @keyframes slideIn { from { opacity: 0; transform: translate(0%, 0%) scale(0.2); } to { opacity: 1; transform: translate(0%, 0%) scale(1); } } .notification_person.fadeOut { display: flex; opacity: 1; animation: fadeOut 0.5s ease-in-out forwards; } @keyframes fadeOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: translate(0%, 50%) scale(1); } } #score_person { display: flex; flex-direction: row; color: #fff; border: 0px solid black; width:400px; background-color: black; height: 26px; z-index: 1000; box-shadow: 0 0 3px 3px #000; box-sizing: border-box; } .hp_left_person { display: flex; width: 100%; background-color: #d02600; z-index: 1000; box-sizing: border-box; } .hp_right_person { display: flex; width: 0%; background-color: black; z-index: 1000; box-sizing: border-box; } .info_card_fight_right_person{ display: flex; position: absolute; z-index: 1001; height: 26px; width:400px; font-size: 16px; font-weight: bold; padding-left: 4px ; padding-right: 4px ; box-sizing: border-box; box-shadow: inset 0 0 5px 1px #2dfd24; } @keyframes vibrate { 0% { transform: translateX(-4px); } 25% { transform: translateX(4px); } 50% { transform: translateX(-4px); } 75% { transform: translateX(4px); } 100% { transform: translateX(0); } } .vibrate { animation: vibrate 0.5s ease-in-out; } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header" style="position: relative; z-index:2; margin-top:0;"> <div class="cell_left"> </div> <div class="cell_center_wide_15"> </div> <div class="cell_right"> </div> </div> <<if $day_time ==2 && ($day_week ==1 || $day_week ==3 || $day_week ==5) && $event_foxie[3].quantity !=1>> <style> .gif_wide_between_text_tall_133 img{ box-shadow: 0px 0px 0px 0px; } </style> <<RandomImageOnlyWebp1 4 4 "Forest/fox" "cell_center_wide_15">> <br><<InsertText_Size_animated "You notice a very seductive fox, resembling a beautiful maiden">> <br><<Text_animated_face_person "Her pussy is like ripe peaches...">> <br><<linkappend "<<InsertText_Size_animated 'Extend your surveillance of her'>>">> <br><<Text_animated_face_person "It seems she noticed me...">> <<timed 1000ms>> <br><<Webp_between_text_random_15 "Forest/fox" 5 5>> <br><<linkappend "<<Text_animated_face_person 'Yes, she noticed me...'>>">> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_133"> <img src="img/Forest/fox6.png"> </div> </div> <br><<Text_animated_face Foxie " Shhhisss...">> <br><<InsertText_Size_animated "She bared her teeth at you, hissed, and ran away, possibly scared of you">> <br><<InsertText_Size_animated "<<Yellow_text 'To try to catch and see this creature, you need to lure it out somehow'>>">> <<timed 1000ms>> <<if $event_foxie[0].quantity == 0>> <<Not_new_quest>> <<set $event_foxie[0].quantity =1>> <</if>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <<set $day_time ++>> <<else>> <<replaceClass "cell_center_wide_15" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Forest/forest" "cell_center_wide_15">> <br><<InsertText_Size_animated "<<Yellow_text 'You didnt notice anything. Perhaps you should come back at a different time'>>">> <</if>> <<Back1 "Go_right_forest1_stright">> <</nobr>>
<<nobr>> <<set $condition =24>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[24]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[24]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[24]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[0]</li> </ul> <div class="position: relative; card_information_befor" style="display:flex;margin-left:16px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; font-weight: bold; margin-top:60px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information"><span>This is a card of the extraordinarily beautiful red fox, Foxie.<br>This enigmatic creature lives on the edge of a mystical forest, how she got there, no one knows.<br><br><br> <span style='color: gold;'>1 Bonus Scene </span></span></div> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch" style="font-weight: bold; color: #479DCF;"> Foxie </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "<span>You need to explore the forest to meet Foxie. It's best to go there on Tuesday, Thursday, or Saturday</span>" $event_foxie 0>> <<if $event_foxie[0].quantity ==1>> <<Task_list "<span>You need to buy milk and a bowl to try to establish a connection with the fox</span>" $event_foxie 1>> <</if>> <<if $event_foxie[1].quantity ==1>> <<Task_list "<span>You should wait a couple of days and check the bowl with milk</span>" $event_foxie 2>> <</if>> <<if $event_foxie[2].quantity ==1>> <<Task_list "<span>Fill the bowl with milk again to feed the fox in a couple of days<br><span style='color: #65c121;'>Requirement: You must add a second floor to your house<br> In the gym, you can increase your HP, which will be needed for this quest </span></span>" $event_foxie 3>> <</if>> <<if $event_foxie[3].quantity ==1>> <<Task_list "<span>You need to buy a toy for Foxie - a dildo - and give it to her in the morning instead of your finger</span>" $event_foxie 4>> <<Task_list "<span>You need to buy a book to start teaching her the language and socialization</span>" $event_foxie 5>> <<Task_list "<span>You need to buy a PC for her so she doesn’t make noise at night and disturb anyone <br><span style='color: #65c121;'>Requirement: You must add a second floor to your house<br> Trainability ≥ 10. Trainability becomes available when you teach her language and socialization </span></span>" $event_foxie 6>> <</if>> <<if $event_foxie[6].quantity ==1>> <<Task_list "<span>You can take advantage of the situation and have sex with her while she’s playing the game<br><span style='color: #65c121;'>Requirement: Relationship ≥ 40, Corruption ≥ 20</span></span>" $event_foxie 7>> <</if>> <<if $event_foxie[7].quantity ==1>> <<Task_list "<span><<Gold_text 'Bonus scene: Buy a maid costume and an anal plug, and leave them in Foxie’s room. She will come to you in the morning if her trainability and obedience are ≥ 20'>></span>" $event_foxie 8>> <</if>> <<if $event_foxie[8].quantity ==1>> <<Task_list "<span style='color:#d83838;'>You've finished the content with this character for version 0.5</span>" $event_foxie 9>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<RandomImageOnlyWebp1 1 4 "Foxie/Card/Foxie" "cell_left_ch">> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Forest/bowl" "cell_center">> <br><<InsertText_Size_animated "You left a bowl filled with milk">> <br><<InsertText_Size_animated "<<Yellow_text 'Come back in a couple of days to check'>>">> <<Not_new_quest>> <<set $event_foxie[1].quantity =1>> <<set $day_to_wait_fox_first_meet = $day>> <<Back1 "Go_right_forest1_stright">> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $day > $day_to_wait_fox_first_meet +3 >> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Forest/bowl" "cell_center">> <br><<InsertText_Size_animated "The bowl is empty, it seems she liked your gift">> <br><<InsertText_Size_animated "<<Yellow_text 'Come back in a couple of days to refill the bowl with milk'>>">> <<Not_new_quest>> <<Not_relationship_face1_plus Foxie 10>> <<set $event_foxie[2].quantity =1>> <<set $day_to_wait_fox_first_meet1 = $day>> <<set $relationship[24] += 10>> <<else>> <<RandomImageOnlyWebp1 1 1 "Forest/bowl" "cell_center">> <br><<InsertText_Size_animated "You should wait a little longer">> <</if>> <<Back1 "Go_right_forest1_stright">> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 9 9 "Forest/fox" "cell_center">> <<if $guv_dog_win != 1>> <<Guv_dog_left>> <<Guv_dog_right>> <<HP Meet_with_foxie_and_dogs1 Go_to_nurse 3.5>> <br><br><br><br><br><br><br><br><br> <<InsertText_Size_animated "It looks like our little fox was attacked by wild dogs, you need to help her">> <<else>> <br><<InsertText_Size_animated "You drove away those mangy dogs, it looks like they attacked her. She needs help...">> <br><<linkappend "<<InsertText_Size_animated 'Save the wounded fox-girl'>>">> <<RandomImageOnlyWebp1 9 9 "Forest/fox" "cell_center">> <br><<Text_animated_face_person "It looks like she's unconscious, need to take her home, there's no other way">> <<timed 1000ms>> <br><<Webp_between_text_random_tall_1 "Forest/pickup_fox" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'You dragged her home, dressed her, and laid her on the bed'>>">> <br><<Webp_between_text_random_13 "Foxie/Foxie_room/Foxie_room" 1 1>> <br><<InsertText_Size_animated "<<Yellow_text 'Maybe you should go to the pharmacy and buy some medicine for her'>>">> <<Not_new_quest>> <<Back2 "Second_floor" "Let her rest">> <</linkappend>> <</timed>> <</linkappend>> <<set $event_foxie[3].quantity =1>> <</if>> <<ClickContainerById "Save_foxie1" "Save_foxie1">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "College/Lilith/" "cell_center">> /* <style> .cell_center_wide_15 img { box-shadow: 0 0 0px rgba(0,0,0,0); } </style> */ <br><<Text_animated_face Lilith "My pussy is ready for... whatever filthy things you've got in mind">> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <div id="dsfsd_cum"></div> <br> <div class="your_room" id="your_room"> /*///////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<replace "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "College/Lilith/Scene1/BJ/" 1 12 1>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#handjob_puffi_date1">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming_puffi_date3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Pussy</div>">> <<replace"#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "College/Lilith/Scene1/Pussy/" 1 9 2>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<else>> <<replace "#rimming_puffi_date3">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_ass_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Pussy Hard</div>">> <<replace "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "College/Lilith/Scene1/Pussy1/" 1 6 3>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<else>> <<replace "#fuck_ass_beach">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd_cum">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <br><<Mp4_178 "College/Lilith/Scene1/Cum/" 1 1 4>> <<set $event_lilith[2].quantity =1>> <<set _cum_person =1>> <<set $arousal_person =0>> <<set $day_time ++>> <<replace "#cumming_beach">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> /*<br><<InsertText_Size_animated "You are not aroused enough">>*/ <<else>> <<replace "#cumming_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <<Back1 "Lilith_scenes">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Second floor</span><br> <<Who_is_here>> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<RandomImageOnlyWebp1 1 1 "Second_floor/hall_second_floor" "cell_center">> <br> <br> <div class="container"> <div class="up"> <<if $event_foxie[3].quantity !=1>> <div class="image-container_1" id="left_img"> [img["img/Second_floor/door1.webp"][Foxie_free_room]] <div class="text" id="Foxie_free_room">Free room</div> </div> <<else>> <div class="image-container_1 Foxie_room" id="left_img"> [img["img/Second_floor/Foxie_room/Foxie1.jpg"][Foxie_room]] <div class="text" id="Foxie_room">Foxie's room</div> </div> <</if>> <div class="image-container_2 DEV" id="center_img_1"> [img["img/Second_floor/door1.webp"][DEV]] <div class="text" id="DEV">Free room</div> </div> <div class="image-container_3 DEV" id="center_img_1"> [img["img/Second_floor/door1.webp"][DEV]] <div class="text" id="DEV">Free room</div> </div> <div class="image-container_4 DEV" id="center_img_1"> [img["img/Second_floor/Guest_room1.webp"][DEV]] <div class="text" id="DEV">Guest room</div> </div> <div class="image-container DEV" id="right_img"> [img["img/Second_floor/hallway.webp"][DEV]] <div class="text" id="DEV">Guest room</div> </div> </div> <div class="down"> <div class="image-container DEV" id="left_img"> [img["img/Second_floor/Balcony2.webp"][DEV]] <div class="text" id="DEV">Balcony</div> </div> <div class="image-container_5 DEV" id="center_img_1"> [img["img/Second_floor/Billiard1.webp"][DEV]] <div class="text" id="DEV">The Billiard Den</div> </div> <div class="image-container_6 DEV" id="center_img_1"> [img["img/Second_floor/Billiard3.webp"][DEV]] <div class="text" id="DEV"></div> </div> <div class="image-container_7 DEV" id="center_img_1"> [img["img/Second_floor/Dressing_room1.webp"][DEV]] <div class="text" id="DEV">Dressing room</div> </div> <div class="image-container" id="right_img"> [img["img/Second_floor/ladder2.webp"][Hallway]] <div class="text" id="First_floor">First floor</div> </div> </div> </div> <br> <<for _i to 1; _i <=1; _i++>> <<if _i ==1>> <<Week_Foxie_room>> <<if $condition == 24>> <<RandomImageOnlyJpgContainer_persons 1 1 "Foxie/Foxie" "Foxie_room">> <</if>> <</if>> <</for>> <<ClickContainerByClass "Foxie_room" "Foxie_room">><</ClickContainerByClass>> <<ClickContainerByClass "DEV" "DEV">><</ClickContainerByClass>> <<ClickContainerByClass "Foxie_free_room" "Foxie_free_room">><</ClickContainerByClass>> <<ClickContainerById "DEV" "DEV">><</ClickContainerById>> <<ClickContainerById "Foxie_free_room" "Foxie_free_room">><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "The price to add Second Floor (addition of your main house) is $8000">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Buy_second_floor">Upgrade to Second Floor</div> </div> </div> <<Back1 "Hallway">> <<ClickContainerById "Buy_second_floor" "Upgrade_to__second_floor">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $money >= 8000 && $second_floor_house != 1>> <<set $money -= 8000>> <br><br><br><br><br> <<InsertText_Size_animated "You have added a second floor to your house">> <<set $second_floor_house to 1>> <<Back1 "Hallway">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <<Back1 "Hallway">> <</if>> <</nobr>>
<<nobr>> <<timed 500ms>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Hospital/ambulance" "cell_center" >> <br><<InsertText_Size_animated "You ended up in the hospital">> <br><<linkappend "<<InsertText_Size_animated 'Open your eyes'>>">> <br><<Webp_between_text_random_178 "Lana/" 1 1>> <br><<InsertText_Size_animated "Your half-open eyes can barely see the hot nurse who's taking care of your health">> <br><<linkappend "<<InsertText_Size_animated 'Peek at her'>>">> <br><<Webp_between_text_random_178 "Lana/" 2 2>> <br><<Text_animated_face_person "If I’m going to be attended by a nurse like that every time, I might need to get into trouble more often, - a thought slipped through my mind">> <br><<linkappend "<<InsertText_Size_animated 'Check out her butt'>>">> <br><<Mp4_between_text_wide_178 "Lana/" 3 5>> <br><<linkappend "<<InsertText_Size_animated 'Check out her butt more'>>">> <br><<Mp4_between_text_wide_178 "Lana/" 8 10>> <br><<linkappend "<<InsertText_Size_animated 'She noticed that you woke up'>>">> <br><<Webp_between_text_random_178 "Lana/" 3 3>> <br><<Text_animated_face Lana "Hey, you’re awake… Great, you need to lie here for a bit to fully recover">> <br><<Text_animated_face_person "Was I out for a long time?">> <br><<Text_animated_face Lana "Just as long as necessary. But nothing serious, you’ll be fine. It was especially clear from your indicator, which just wouldn’t calm down while we were bringing you back to life">> <br><<Webp_between_text_random_178 "Lana/" 4 4>> <<if $meet_lana <3 >> <br><<InsertText_Size_animated "<<Yellow_text 'Maybe you should visit her more often'>>">> <<else>> /*///////////////////////////////// BONUS SCENE REMOVED/////////////////////////*/ <br><<linkappend "<<InsertText_Size_animated 'She suddenly started touching you through the blanket'>>">> <br><<Mp4_178 "Lana/Bonus/" 1 1 1>> <br><<Text_animated_face Lana "You know, it gets so boring here sometimes, it's just insane...">> <br><<Text_animated_face Lana "And you've been showing up here more often... constantly tempting me with your hard-on...">> <br><<Mp4_178 "Lana/Bonus/" 2 2 2>> <br><<linkappend "<<Text_animated_face Lana 'I injected you with a bit of adrenaline to give you strength... and I want to see it...'>>">> <br><<Mp4_178 "Lana/Bonus/" 3 3 3>> <br><<InsertText_Size_animated "With greedy eyes, she pushes her way toward your manhood">> /*//////////////////////// SCENE ///////////////////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Play with your cock</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/2 && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Blowjob1/" 1 3 4>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Deep throat</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/2 && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Blowjob2/" 1 4 5>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s3' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/2 && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Blowjob3/" 1 3 6>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<else>> <<replace "#s3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s4' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Lick Your Balls</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/2 && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Balls/" 1 2 7>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<else>> <<replace "#s4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s5' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Handjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max/2 && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Balls/" 1 2 8>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<else>> <<replace "#s5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <br><<linkappend "<<InsertText_Size_animated 'Move to active actions'>>">> <br><<Mp4_178 "Lana/Bonus/" 4 4 9>> <br><<Text_animated_face Lana "Hey... it's time to get to the good stuff....">> <<timed 1500ms>> <br><<Mp4_178 "Lana/Bonus/" 5 5 10>> <br><<Text_animated_face Lana "You might taste me, it could help you regain your strength">> <div id="dsfsd1"></div> <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s6' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Enjoy Her Pussy</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Pussy1/" 1 2 16>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<else>> <<replace "#s6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s7' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Enjoy Her Pussy 2</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Masturbation/" 1 2 17>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<else>> <<replace "#s7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s8' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Modified Missionary</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Fuck_pussy1/" 1 6 11>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#s8">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s9' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Play with her</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Fuck_pussy2/" 1 2 12>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<else>> <<replace "#s9">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s10' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck pussy harder</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Fuck_pussy3/" 1 5 13>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#s10">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s11' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Reverse Cowgirl</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Fuck_pussy4/" 1 2 14>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#s11">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s12' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Doggy Style</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Fuck_pussy5/" 1 1 15>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#s12">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s20' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck Boobs</div>">> <<append "#dsfsd1">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Boobs/" 1 7 20>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#s20">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// CUM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s13' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Cum Inside</div>">> <<append "#dsfsd1">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1>> <br><<Mp4_178 "Lana/Bonus/Cum/" 1 1 18>> <<set _cum_person =1>> <<set $arousal_person =0>> <<set $event_lana[1].quantity =1>> <br><<Arousal_person>> <br><<Text_animated_face Lana "Mm... you came inside me... ">> <<timed 1000ms>> <br><<Text_animated_face Lana "Good thing we have birth control pills in hospital">> <</timed>> <<elseif _cum_person ==1>> <<replace "#s13">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <</timed>> <</linkappend>> /*///////////////////////////////////////////////////////////////////*/ <</linkappend>> <</linkappend>> <</if>> /*///////////////////////////////// /////////////////////// /////////////////////////*/ <<if $event_lana[0].quantity ==0>> <<Not_new_quest>> <<Not_relationship_face1_plus Lana 10>> <<Not_corruption_face2_plus Lana 10>> <<set $relationship[25] +=10>> <<set $corruption[25] +=10>> <<set $event_lana[0].quantity =1>> <<elseif $event_lana[0].quantity ==1 && $relationship[25] <30 && $corruption[25] <30 >> <<Not_relationship_top_plus Lana 10>> <<Not_corruption_face1_plus Lana 10>> <<set $relationship[25] +=10>> <<set $corruption[25] +=10>> <</if>> <<set $meet_lana ++>> <<set $day += 3>> <<Back2 "Hallway" "Spend three days and go home">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</nobr>>
<<nobr>> <<set $condition =25>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[25]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[25]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[25]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[2]</li> </ul> <div class="position: relative; card_information_befor" style="display:flex;margin-left:16px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; font-weight: bold; margin-top:60px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information"><span> This is Nurse Lana's profile card.<br>She is interning at the hospital and is one of the nurses<br><br><br> <span style='color: gold;'>1 Bonus Scene </span></span></div> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch" style="font-weight: bold; color: #479DCF;"> Lana </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "<span>Venture into the forest to encounter wild animals. If you lose to them, you'll wake up in the hospital and meet Lana</span>" $event_lana 0>> <<if $event_lana[0].quantity ==1>> <<Task_list "<span><<Gold_text 'Bonus scene: Visit Lana two more times, and a bonus scene with her will be unlocked'>></span>" $event_lana 1>> <</if>> <<if $event_lana[1].quantity ==1>> <<Task_list "<span style='color:#d83838;'>You've finished the content with this character for version 0.5</span>" $event_lana 2>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<RandomImageOnlyWebp1 1 4 "Lana/Card/Lana" "cell_left_ch">> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Voice_animation_delay1">> <<if $soundState == "unmuted">> <<script>> $(document).ready(function() { var soundState = State.variables.soundState; var scriptTag = document.currentScript; var closestVideo = scriptTag.nextElementSibling; while (closestVideo && !closestVideo.matches('[id^="myVideo"]')) { closestVideo = closestVideo.nextElementSibling; } if (closestVideo) { if (soundState === "muted") { closestVideo.muted = true; } else { closestVideo.muted = false; closestVideo.addEventListener('loadedmetadata', function() { var videoDuration = closestVideo.duration; setTimeout(function() { closestVideo.muted = true; }, videoDuration * 1000); }); } } }); <</script>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div id="myVideo 23423"></div> <div id="myVideo 32у23"></div> <<if $soundState == "unmuted">> <<script>> $(document).ready(function() { var soundState = State.variables.soundState; var script = document.currentScript; var videos = document.querySelectorAll('[id^="myVideo"]'); var infoContainer = document.querySelector('.info'); infoContainer.textContent = 'Найденные элементы: ' + Array.from(videos).map(video => video.id).join(', '); videos.forEach(function(video, index) { var textElement = document.createElement('div'); textElement.textContent = 'Элемент' + (index + 1) + ': ' + video.id; infoContainer.appendChild(textElement); }); var allElements = Array.from(document.querySelectorAll('*')); var scriptIndex = allElements.indexOf(script); var nextVideo = allElements.slice(scriptIndex + 1).find(el => el.id.startsWith('myVideo')); if (nextVideo) { var videoIndex = Array.from(document.querySelectorAll('[id^="myVideo"]')).indexOf(nextVideo) + 1; var nextVideoInfo = 'Следующий элемент после скрипта: ' + nextVideo.id + ' (Индекс в списке: ' + videoIndex + ')'; infoContainer.appendChild(document.createElement('div')).textContent = nextVideoInfo; } var scriptIndexInfo = 'Индекс текущего скрипта в массиве всех элементов: ' + scriptIndex; infoContainer.appendChild(document.createElement('div')).textContent = scriptIndexInfo; var allElementsInfo = 'Все элементы на странице: ' + allElements.map(el => el.tagName + (el.id ? ' (ID: ' + el.id + ')' : '')).join(', '); infoContainer.appendChild(document.createElement('div')).textContent = allElementsInfo; }); <</script>> <</if>> <div class="info"></div> <div id="myVideo 21312"></div> <div id="myVideo 003"></div> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_13">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_13"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <<if $soundState == "unmuted">> <<script>> $(document).ready(function() { var soundState = State.variables.soundState; var videos = document.querySelectorAll('[id^="myVideo"]'); videos.forEach(function(video) { if (soundState === "muted") { video.muted = true; } else { video.muted = false; } if (soundState !== "muted") { video.addEventListener('loadedmetadata', function() { var videoDuration = video.duration; setTimeout(function() { video.muted = true; }, videoDuration * 1000); }); } }); }); <</script>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_13_delay">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _number_3 to $args[3]>> <<set _random to random( _number_1, _number_2)>> <<set _random_total to "video_" +_number3>> <div id="random_total" style='display: none;'><<print _random_total >></div> /* <<set _random1 to random(1, 999999999)>> <<set _random2 to random(1, 999999999)>> <<set _random3 to random(1, 999999999)>> <<set _random4 to random(1, 999999999)>> <<set _random_total to "video_" + _random1 + _random2 + _random3 + _random4>> <<set _random_total2 to "video_" + 12>> <<print _random_total>> <<print " id='_random_total' ">> <div id="random_total" style='display: none;'><<print _random_total >></div> */ <div class="content_text_visual_face"> <div class="webm_wide_between_text_178"> <<print "<video id='"+_random_total+"' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div> </div> <<if $soundState == "unmuted">> <<script>> $(document).ready(function() { var textFromScript1 = $('#random_total').text(); /*var textFromScript1= $('.content_text_visual_face').data('video-id');*/ /*var textFromScript1 = 'video_'+12;*/ var textFromScript2= 22222; var soundState = State.variables.soundState; /*var videoElement = document.querySelector('.webm_wide_between_text_178 video');*/ /*var textFromScript1= videoElement.id;*/ var video = document.querySelector('#' + textFromScript1); var infoContainer = document.querySelector('.info'); infoContainer.appendChild(document.createElement('div')).textContent = textFromScript1; if (video) { if (soundState === "muted") { video.muted = true; } else { video.muted = false; video.addEventListener('loadedmetadata', function() { var videoDuration = video.duration; setTimeout(function() { video.muted = true; }, videoDuration * 1000); }); } } }); <</script>> <</if>> <</widget>> <</nobr>>
<<nobr>> /* <<Mp4_between_text_wide_13_delay "Lana/Bonus/" 3 3>> <<Mp4_between_text_wide_13_delay "Lana/Bonus/" 3 3>> */ <<mp4_178 "Lana/Bonus/" 3 3 1>> <div class="info" id="info">INFO </div> <<linkappend "Open Me">> <<mp4_178 "Lana/Bonus/" 2 2 2>> <</linkappend>> <</nobr>>
<<nobr>> <<widget "Not_top1_plus">> <<set $not_1_plus1 to $args[0]>> <<set $not_2_plus1 to $args[1]>> <div id="notification_plus1" class="notification_plus1"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_1_plus1; var textFromScript_2m = State.variables.not_2_plus1; function showNotification(message) { var notification3 = $('#notification_plus1'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-26, -6); const html = ' <span style="color: #00eeee; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m+ " + "+ textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_plus1 { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_plus1.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_top1_minus">> <<set $not_1_minus1 to $args[0]>> <<set $not_2_minus1 to $args[1]>> <div id="notification_minus1" class="notification_minus1"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_1_minus1; var textFromScript_2m = State.variables.not_2_minus1; function showNotification(message) { var notification3 = $('#notification_minus1'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = ' <span style="color: #00eeee; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m+ " - "+ textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_minus1 { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 86px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_minus1.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_top2_plus">> <<set $not_1_plus2 to $args[0]>> <<set $not_2_plus2 to $args[1]>> <div id="notification_plus2" class="notification_plus2"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_1_plus2; var textFromScript_2m = State.variables.not_2_plus2; function showNotification(message) { var notification3 = $('#notification_plus2'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-26, -6); const html = ' <span style="color: #00eeee; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m+ " + "+ textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_plus2 { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_plus2.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_top2_minus">> <<set $not_1_minus2 to $args[0]>> <<set $not_2_minus2 to $args[1]>> <div id="notification_minus2" class="notification_minus2"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_1_minus2; var textFromScript_2m = State.variables.not_2_minus2; function showNotification(message) { var notification3 = $('#notification_minus2'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-26, -6); const html = ' <span style="color: #00eeee; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m+ " - "+ textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_minus2 { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_minus2.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_top3_plus">> <<set $not_1_plus3 to $args[0]>> <<set $not_2_plus3 to $args[1]>> <div id="notification_plus3" class="notification_plus3"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_1_plus3; var textFromScript_2m = State.variables.not_2_plus3; function showNotification(message) { var notification3 = $('#notification_plus3'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-26, -6); const html = ' <span style="color: #00eeee; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m+ " + "+ textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_plus3 { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_plus3.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_top3_minus">> <<set $not_1_minus3 to $args[0]>> <<set $not_2_minus3 to $args[1]>> <div id="notification_minus3" class="notification_minus3"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_1_minus3; var textFromScript_2m = State.variables.not_2_minus3; function showNotification(message) { var notification3 = $('#notification_minus3'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-26, -6); const html = ' <span style="color: #00eeee; font-weight: bold; margin-right:0px; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m+ " - "+ textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_minus3 { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_minus3.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<if $day_time ==5>> <<goto "Church_closed">> <</if>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Convent/convent10.webp"></div> <br><br><br><br><br><br><br><br><br><br><br> <br><<InsertText_Size_animatedB "<span>There is no service at the church today <br><span style='color: red; font-size: 14px;'>In this version of the game, there is no event content</span></span>">> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 62%;"> <div id="Explore_church1" style="background-color: black;">Explore the surrounding area</div> </div> </div> <div style="position: relative; z-index:2;"> <br> <div class="your_room"> <div class="cell_1_yr" style="border:0px solid; "> <div id="Back" style="background-color: black;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; background-color: black;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" "Street">><</ClickContainerById>> </div> <<ClickContainerById "Explore_church1" "Explore_church1">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header" style="position: relative; z-index:2;"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Convent/church_closed" "cell_center">> <br><<InsertText_Size_animated "The church closes at night">> <<Back1 "Street">> <</nobr>>
<<nobr>> <<widget "InsertText_Size_animatedB">> <<set _text to $args[0]>> <div class="content_text_visual_1" id="animated" style="position:relative; z-index: 2;" > <div class="content_text_1" style="background-color: rgb(0,0,0,0.75);"> <div style="text-align: center; " > _text </div> </div> </div> <style> </style> <</widget>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random_doors to random(1,15)>> <<if _random_doors >=1 && _random_doors <=4 >> /*------------------------- FREE NUNS ----------------------------------*/ <br><<InsertText_Size_animated "As you wander through the church, you observe the nuns, whose outward calm conceals a flicker of hidden desires in their eyes...">> <<set _random to random(1,23)>> <<if _random >=1 && _random <=19>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 19 "Convent/Nun/" "cell_center">> <<elseif _random >=20 && _random <=22>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 20 22 "Convent/Nun/" "cell_center">> <<elseif _random ==23>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 23 23 "Convent/Nun/" "cell_center">> <</if>> /*------------------------------------------------------------------------*/ <<elseif _random_doors >=5 && _random_doors <=6 >> /*------------------------- DOOR 1 ----------------------------------*/ <<RandomImageOnlyWebp1 1 1 "Convent/door" "cell_center">> <br><<InsertText_Size_animated "While navigating through the church, you find a door from behind which strange sounds are emanating">> <br><<linkappend "<<InsertText_Size_animated 'Glance into the room to discover what's causing the noise'>>">> <br><<Mp4_between_text_wide_15 "Convent/Explore1/" 4 4>> <br><<Text_animated_face_person "It appears that the priest is conducting a unique ritual of atonement involving the nun">> <br><<Webp_between_text_random_15 "Convent/Explore1/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Watch to see what happens next'>>">> <br><<Mp4_between_text_wide_15 "Convent/Explore1/" 5 6>> <br><<Text_animated_face_person "It seems she has sinned in some way - perhaps due to her own desires">> <br><<Text_animated_face_person "Hmm, there's something fascinating going on inside the church, and it seems to remain within its confines...">> <br><<linkappend "<<InsertText_Size_animated 'Continue watching'>>">> <br><<Mp4_between_text_wide_15 "Convent/Explore1/" 1 3>> <br><<linkappend "<<Text_animated_face_person 'Despite everything, it seems that the nuns themselves are not opposed to such punishments'>>">> <br><<Mp4_between_text_wide_15 "Convent/Explore1/" 7 7>> <br><<Text_animated_face_person "She is incredibly sweet and no less than those whores around her">> <br><<Text_animated_face_person "<<Yellow_text 'The aura of restriction here... I certainly should delve deeper into understanding this life from the inside'>>">> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> /*------------------------------------------------------------------------*/ <<elseif _random_doors >=7 && _random_doors <=9 >> /*------------------------- DOOR 2 ----------------------------------*/ <<RandomImageOnlyWebp1 1 1 "Convent/door" "cell_center">> <br><<InsertText_Size_animated "While navigating through the church, you find a door from behind which strange sounds are emanating">> <br><<linkappend "<<InsertText_Size_animated 'Glance into the room to discover what's causing the noise'>>">> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 3 3>> <br><<Text_animated_face_person "It seems that one of the nuns has committed some sort of transgression">> <br><<linkappend "<<InsertText_Size_animated 'See what awaits her next'>>">> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 4 4>> <br><<Text_animated_face_person "Fuck... it looks like the scent of her sweet pussy has attracted the attention of nun">> <<timed 3500ms>> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'You feel how you are becoming aroused by these sexy nuns'>>">> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 6 8>> <<timed 3000ms >> <br><<InsertText_Size_animated 'You’re starting to jerk off to these pussies'>> <br><<Mp4_between_text_wide_1 "Convent/Explore2/jerk_off" 1 1>> <br><<InsertText_Size_animated 'One of the attendants notices this'>> <br><<Webp_between_text_random_15 "Convent/Explore2/" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'Keep jerking off'>>">> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 9 11>> <<timed 4000ms >> <br><<InsertText_Size_animated "As you indulge in these nuns, your cock is suddenly gripped by something unexpected...">> <br><<Text_animated_face Angie "Mphmmph...">> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 12 12>> <br><<linkappend "<<InsertText_Size_animated 'In surprise, you pull your cock away'>>">> <br><<Text_animated_face Angie "Oh no... Sir, I want it back... ">> <br><<Text_animated_face Angie "I can't control myself, please, give it back to me, please">> <br><<InsertText_Size_animated "She grabs you and begins to take your cock in as if she’s seeing it for the first time">> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 13 13>> <br><<linkappend "<<InsertText_Size_animated 'You are cumming on her face'>>">> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 14 14>> <<timed 2500ms>> <br><<Text_animated_face Angie "Mphmmph...">> <br><<Mp4_between_text_wide_178 "Convent/Explore2/" 15 15>> <br><<Text_animated_face Angie "My name is Angie, Sir. I would love to see you more often in our dreary church dungeons">> <br><<Webp_between_text_random_15 "Convent/Explore2/Angie" 1 1>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> /*------------------------------------------------------------------------*/ <<elseif _random_doors >=10 && _random_doors <=15 >> /*------------------------- MEET PRIEST ---------------------------------*/ <<RandomImageOnlyWebp1 1 1 "Convent/priest" "cell_center">> <br><<Text_animated_face Priest "I see you seem to be lost, young man?">> <br><<Text_animated_face_person "Oh, yes, I was just wandering around">> <br><<Text_animated_face Priest "Only clergy are allowed to roam in such places. The exit is over there">> <br><<InsertText_Size_animated "<<Yellow_text 'It would be better to visit at a different time, when that enigmatic priest is not present'>> ">> <br><<InsertText_Size_animated "<<Yellow_text 'Perhaps you should consider becoming a clergy member if you want to find out what’s going on here...'>> ">> <</if>> <<set $day_time ++>> <<set $energy -->> <<Back1 "Church">> <<elseif $energy <=0>> <<goto "No_energy_church">> <</if>> <</nobr>>
<<nobr>> /* <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Nightclub/club1.jpg"></div> */ <div class="header" style="position: relative; z-index:2;"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,28)>> <<if _random == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Nightclub/Animations/tall_1/" "cell_center">> <<elseif _random >= 2 && _random <= 3 >> <<replaceClass "cell_center" "cell_center_tall_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Nightclub/Animations/tall_11/" "cell_center">> <<elseif _random == 4>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Nightclub/Animations/tall_12/" "cell_center">> <<elseif _random >= 5 && _random <= 6 >> <<replaceClass "cell_center" "cell_center_tall_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Nightclub/Animations/tall_13/" "cell_center">> <<elseif _random >= 7 && _random <= 18>> <<replaceClass "cell_center" "cell_center_tall_17">><</replaceClass>> <<RandomImageOnlyWebp1 1 12 "Nightclub/Animations/tall_178/" "cell_center">> <<elseif _random >= 19 && _random <= 20>> <<replaceClass "cell_center" "cell_center_wide_11">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Nightclub/Animations/wide_11/" "cell_center">> <<elseif _random >= 21 && _random <= 23>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Nightclub/Animations/wide_13/" "cell_center">> <<elseif _random >= 24 && _random <= 25>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Nightclub/Animations/wide_15/" "cell_center">> <<elseif _random >= 26 && _random <= 28>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Nightclub/Animations/wide_178/" "cell_center">> <</if>> <br><<InsertText_Size_animatedB "Entering the club, you find yourself lost in the embrace of night's opulent debauchery, where the ambiance swirls with lustful whispers and the allure of secretive, dark indulgences">> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style=""> <div id="Barman_night_club" style="background-color: black;">Go up to the bar</div> <div id="Dive_into_vibe_night_club" style="background-color: black;">Dive into the ambiance</div> </div> <div class="cell_2_yr" style=""> <div id="Second_floor_night_club" style="background-color: black;">Second floor</div> </div> </div> <<Back1B "Street">> <<ClickContainerById "Dive_into_vibe_night_club" "Dive_into_vibe_night_club">><</ClickContainerById>> <<ClickContainerById "Barman_night_club" "Barman_night_club">><</ClickContainerById>> <<ClickContainerById "Second_floor_night_club" "Second_floor_night_club">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Back1B">> <<set _back to $args[0]>> <br> <div class="your_room" style="position: relative; z-index:2;"> <div class="cell_1_yr" > <div style="border:0px solid; background-color: black;" id="Back"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Back" _back>><</ClickContainerById>> <</widget>> <</nobr>>
<<nobr>> <<if $day_time ==5>> <<goto "Nightclub">> <<else>> <div class="header" style="position: relative; z-index:2;"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Nightclub/closed" "cell_center">> <br><<InsertText_Size_animated "The nightclub is closed at this time">> <<Back1 "Street">> <</if>> <</nobr>>
<<nobr>> <<Week_nightclub_Isabel>> <<if $energy >0>> <div class="header" style="position: relative; z-index:2;"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,2)>> <<if _random == 1>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Nightclub/Animations/dance" "cell_center">> <<elseif _random ==2 >> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Nightclub/Animations/dance" "cell_center">> <</if>> <<set _random1 to random(1,2)>> <<if _random1 == 1>> <br><<InsertText_Size_animatedB "In the embrace of the club's nightfall charm, the strains of everyday life vanish, leaving you entranced in the dance's intoxicating sway">> <<elseif _random1 ==2 >> <<if $male_suit3_con ==1>> <br><<linkappend "<<InsertText_Size_animatedB 'One of the dirty girls starts seducing you with her insatiable ass'>>">> <br><<Webp_between_text_random_tall_15 "Nightclub/Animations/ass" 1 1>> /*------------------------------ CHOICE -------------------------*/ <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>To Be SIgma</div>">> <<append "#dsfsd">> <<if _choice1 ==1 || _choice2 == 1>> <<replace "#choice1">><</replace>> <<else>> <br><<Mp4_between_text_wide_15 "Nightclub/Animations/sigma" 1 1>> <<set _choice1 =1>> <<set $sigma_person +=0.25>> <<Not_sigma_plus 0.25>> <<if $condition == 26 && $male_suit3_con ==1 >> <br><<linkappend "<<InsertText_Size_animated 'One of the girls observed your inner distinctiveness'>>">> <<if $event_isabel[0].quantity !=1>> <<Not_new_quest>> <<set $event_isabel[0].quantity =1>> <</if>> <<if $relationship[26] < 15>> <<Not_relationship_face1_plus Isabel 5>> <<set $relationship[26] +=5>> <</if>> <<if $corruption[26] < 15>> <<Not_corruption_face2_plus Isabel 5>> <<set $corruption[26] +=5>> <</if>> <<set $meet_with_isabel_night_club1 ++>> <br><<Webp_between_text_random_tall_15 "Nightclub/Isabel" 1 1>> <br><<Text_animated_face Isabel "Hmm, this guy isn't bad">> <</linkappend>> <<else>> <br><<InsertText_Size_animated "You danced well, and all the sluts didn’t bother you when you didn’t want them to">> <br><<InsertText_Size_animated "<<Yellow_text 'Showcase your distinctiveness over the weekend and don’t forget to buy a nightclub suit'>>">> <</if>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice2' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Yield to the influence of this pussy</div>">> <<append "#dsfsd">> <<if _choice1 ==1 || _choice2 == 1>> <<replace "#choice2">><</replace>> <<else>> <<set _choice2 =1>> <<set $sigma_person -=0.25>> <<Not_sigma_minus 0.25>> <br><<InsertText_Size_animated "After she enchanted your cock with her seductive ways, you decided to treat her to your dick">> <<set _random2 to random(1,8)>> <<if _random2 ==1>> <br><<Webp_between_text_random_tall_1 "Nightclub/Animations/Sex/tall_1/" 1 1>> <<elseif _random2 >=2 && _random2 <=3>> <br><<Webp_between_text_random_tall_15 "Nightclub/Animations/Sex/tall_15/" 1 2>> <<elseif _random2 >=4 && _random2 <=5>> <br><<Webp_between_text_random_tall_178 "Nightclub/Animations/Sex/tall_178/" 1 2>> <<elseif _random2 >=6 && _random2 <=8>> <br><<Webp_between_text_random_178 "Nightclub/Animations/Sex/wide_178/" 1 3>> <</if>> <<timed 2000ms>> <br><<linkappend "<<InsertText_Size_animated 'Cum'>>">> <<set _random3 to random(1,2)>> <<if _random3 ==1>> <br><<Webp_between_text_random_15 "Nightclub/Animations/Sex/wide_15/" 1 2>> <<elseif _random3 ==2>> <br><<Webp_between_text_random_178 "Nightclub/Animations/Sex/wide_178/" 4 5>> <</if>> <br><<InsertText_Size_animated "You couldn’t resist the atmosphere of debauchery, and it led to some pleasure...">> <<set $sigma_person -=0.25>> <<Not_sigma_minus 0.25>> <</linkappend>> <</timed>> <</if>> <</append>> <</link>> </div> /*--------------------------------------------------------------------------------*/ </div> </div> <div id="dsfsd"></div> /*---------------------------- END CHOICE ------------------------------------*/ <</linkappend>> <<else>> <br><<InsertText_Size_animated "<<Yellow_text 'You didn’t catch anyone’s attention <br>Maybe you should put on an outfit for the nightclub'>>">> <</if>> <</if>> <<Back1 "Nightclub">> <<set $energy -= 3>> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You dont have enough energy">> <<Back1 "Nightclub">> <</if>> <</nobr>>
<<nobr>> <<widget "Week_nightclub_Isabel">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 26 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 26 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 26 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 2 2 "Nightclub/barman" "cell_center">> <br> <div class="your_room" > <div class="cell_1_yr" style=""> <div id="Barman_night_club_talk">Talk with barman</div> </div> <<if $event_isabel[0].quantity ==1 >> <div class="cell_2_yr" style="width:70%;"> <div id="Barman_night_club_talk2" >Ask the bartender about the girl on the dance floor</div> </div> <</if>> <<if $meet_with_isabel_night_club1 >3 >> <div class="cell_2_yr" style="width:70%;"> <div id="Barman_night_club_talk3">The bartender wants to tell you something</div> </div> <</if>> </div> <<Back1 "Nightclub">> <<ClickContainerById "Barman_night_club_talk" "Barman_night_club_talk">><</ClickContainerById>> <<ClickContainerById "Barman_night_club_talk2" "Barman_night_club_talk2">><</ClickContainerById>> <<ClickContainerById "Barman_night_club_talk3" "Barman_night_club_talk3">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Nightclub/barman" "cell_center">> <br><<Text_animated_face Barman "What would you like to drink?">> <br><<Text_animated_face_person "I don't feel like drinking today, thanks. Maybe next time">> <br><<Text_animated_face_person "Do you work here every night?">> <br><<Text_animated_face Barman "Unfortunately or fortunately, yes. Either way, I love this job and this atmosphere">> <br><<Text_animated_face_person "Hmm, you probably know a lot about the people who come here">> <br><<Text_animated_face Barman "... and not just the people who come here, buddy">> <br><<Text_animated_face_person "It was nice talking to you">> <br><<Text_animated_face Barman "Yes, enjoy the atmosphere and don’t forget to order something to drink">> <br><<InsertText_Size_animated "<<Yellow_text 'The fact that he knows a lot about the people here - I will need to find a way to use that...'>>">> <<Back1 "Barman_night_club">> <</nobr>>
<<nobr>> <<if $have_access_to_second_floor_night_club !=1>> <<goto "No_access_second_floor_night_club">> <<else>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Nightclub/second_floor" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr" style=""> <div id="Barman_night_club_talk">VIP booths</div> <div id="Barman_night_club_talk">The Exclusive Lounge</div> </div> </div> <<Back1 "Nightclub">> <<ClickContainerById "Barman_night_club_talk" "Barman_night_club_talk">><</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Nightclub/security_club" "cell_center">> <br><<InsertText_Size_animated "<span>You dont have acces <br><span style='color: red; font-size: 14px;'>In this version of the game, there is no event content</span></span>">> <br><<InsertText_Size_animated "<<Yellow_text 'You should get to know someone to gain access'>>">> <<Back1 "Nightclub">> <</nobr>>
<<nobr>> <<set $condition =26>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> <ul class="color-list"> <li style="color: green; font-weight: bold;">Relationship $relationship[26]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[26]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[26]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[2]</li> </ul> <div class="position: relative; card_information_befor" style="display:flex;margin-left:16px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; font-weight: bold; margin-top:60px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information"> This is Isabel's profile card. <br> Isabella enjoys the nightlife and frequently spends her weekends at the nightclub</div> </div> </div> <div class="description card_info_ch"> <span class="title_info_ch" style="font-weight: bold; color: #479DCF;"> Isabel </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> <<Task_list "<span>Meet Isabel on the dance floor at the nightclub (Sigma option) over the weekend <br> <span style='color: #65c121;'>Requirement: You should get some nightclub attire</span>" $event_isabel 0>> <<if $event_isabel[0].quantity ==1>> <<Task_list "<span>You should try to befriend Isabel to get access to the second floor and more. Start by getting her to notice you three times on the dance floor, then check in with the bartender afterward</span>" $event_isabel 1>> <</if>> <<if $event_isabel[1].quantity ==1>> <<Task_list "<span style='color:#d83838;'>You've finished the content with this character for version 0.5</span>" $event_lana 2>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Supporters</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch back-button" onclick="historyBack()">Back</button></div> </div> </div> </div> </div> </div> <<RandomImageOnlyWebp1 1 3 "Isabel/Card/Isabel" "cell_left_ch">> <<set _previous_passage_name to $previous_passage_name>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $male_suit3_con ==1>> <<InsertText_Size_animated "You have worn a nightclub suit">> <<Not_sigma_plus 5>> <<Not_top1_plus Charm 10>> /* ---------- dont save variables ---------*/ /* <<script>> window.historyBack = function() { if (State.history.length > 1) { Engine.backward(); if (State.history.length > 1) { Engine.backward(); } else { alert("No passage available two steps back"); } } else { alert("No passage available two steps back"); } }; <</script>> */ /*----------------------------------------------*/ <<set $sigma_person +=5>> <<set $charm +=10>> <<else>> <<InsertText_Size_animated "You have removed the nightclub suit">> <<Not_sigma_minus 5>> <<Not_top1_minus Charm 10>> <<set $sigma_person -=5>> <<set $charm -=10>> <</if>> <<record_previous_passage1>><</record_previous_passage1>> <<set _previous_passage_name to $previous_passage_name2>> <<Back1 _previous_passage_name>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $male_suit2_con ==1>> <<InsertText_Size_animated "You have worn a formal suit">> <<Not_sigma_plus 10>> <<Not_top1_plus Charm 10>> /* ---------- dont save variables ---------*/ /* <<script>> window.historyBack = function() { if (State.history.length > 1) { Engine.backward(); if (State.history.length > 1) { Engine.backward(); } else { alert("No passage available two steps back"); } } else { alert("No passage available two steps back"); } }; <</script>> */ /*----------------------------------------------*/ <<set $sigma_person +=10>> <<set $charm +=10>> <<elseif $male_suit2_con ==0>> <<InsertText_Size_animated "You have removed the formal suit">> <<Not_sigma_minus 10>> <<Not_top1_minus Charm 10>> <<set $sigma_person -=10>> <<set $charm -=10>> <</if>> <<record_previous_passage1>><</record_previous_passage1>> <<set _previous_passage_name to $previous_passage_name2>> <<Back1 _previous_passage_name>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Nightclub/barman" "cell_center">> <br><<Text_animated_face_person"I’ve noticed a girl here, do you know her?">> <br><<Webp_between_text_random_tall_15 "Isabel/Isabel" 3 3>> <br><<Text_animated_face Barman "That’s Isabel. She’s been coming here for a long time, almost always hanging out at our place">> <br><<Text_animated_face_person "Is she usually alone or with a group of guys?">> <br><<Text_animated_face Barman "Not just guys, but you know, it’s boring to be alone here">> <br><<Text_animated_face_person "She sometimes hangs out upstairs, on the second floor?">> <br><<Text_animated_face Barman "Yeah, definitely, she likes those spots">> <br><<Text_animated_face_person "Hmm, interesting… Thanks for the info">> <br><<Text_animated_face Barman "So, are you gathering intel on her or are you interested in making a move?">> <br><<Text_animated_face_person "Both, buddy">> <br><<InsertText_Size_animated "<<Yellow_text 'You should try to befriend her to get access to the second floor'>>">> <<timed 5000ms>> <<Not_new_quest>> <</timed>> <<Back1 "Barman_night_club">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Nightclub/barman" "cell_center">> <br><<Text_animated_face Barman "Isabel left her number for you and asked me to make sure you got it">> <br><<Text_animated_face Barman "It seems she likes you">> <br><<Text_animated_face_person "I’m glad to hear that">> <br><<Text_animated_face Barman "You seem like a real catch">> <br><<Text_animated_face Barman "She’s usually not alone, and she doesn’t just hang out with anyone, all her 'friends' have substantial wealth">> <br><<InsertText_Size_animated "<<Yellow_text 'You should send her a message'>>">> <<timed 3000ms>> <<Not_new_quest>> <</timed>> <<set $event_isabel[1].quantity =1>> <<Back1 "Barman_night_club">> <</nobr>>
<<nobr>> <div class="header_mail"> <div class="cap_mail"> <div class="cap_mail_1"> </div> <div class="cap_mail_2"> Isabel</div> <div class="cap_mail_3"><<Back1 "Text_someone">></div> </div> /*--------------------- FIRST MESSAGE --------------------------------*/ <div class="contain_mail1"> <br><<Text_animated_face_left Riley "Hi, finally I can text you">> <br><<Text_animated_face_right Veronica "Yeah, I'm happy too, my brother bought it for me">> <br><<Text_animated_face_left Riley "$name_person, right?">> <br><<Text_animated_face_right Veronica "Yep">> <br><<Text_animated_face_left Riley "Good boy">> <br><<Text_animated_face_right Veronica "Haha">> <br><<Text_animated_face_left Riley "By the way, I have something to tell you">> <br><<Text_animated_face_right Veronica "What?">> <br><<Text_animated_face_left Riley "Did you see our Biology teacher? Oh, she's so strict, I even got wet during the class today, when she punished one of the students">> <br><<Text_animated_face_right Veronica "Got wet? Hehe, I wonder what it's like to be spanked...">> <br><<Text_animated_face_left Riley "I want to try it, look at this, here's the link">> <br><<Mp4_between_text_wide_13_left "Veronica/Messages/slap" 1 1>> <br><<Text_animated_face_right Veronica "Damn, I want that too">> <br><div class="content_mail1_1_center"> End session</div><br><br> <<if !$day_to_riley_first_come>> <<set $day_to_riley_first_come = $day>> <</if>> <<set $event_veronica[6].quantity =1>> /*/////////////////////////////////////////////////////////////////////////////////////////*/ <<if $day > $day_to_riley_first_come +3>> <br><<linkappend "<div class='content_mail1_1_center'><span style='color: #E4DC2D;'>New messages</span></div>">> <br><<Text_animated_face_left_link Riley "Hey girl, I'm planning to come over to your place. I have something to tell you, and I also need your help with some school stuff">> <br><<Text_animated_face_right Veronica "Yeah, sure! I'm not that great at it myself and haven't really been focused on studying, but we'll figure it out together">> <br><<Text_animated_face_left_link Riley "Thanks a bunch! I'll see you on Tusday at afternoon then. Hugs!">> <br><div class="content_mail1_1_center_left"> End session</div><br><br> <<set $event_veronica[7].quantity =1>> <</linkappend>> <</if>> /*//////////////////////////////////////////////////////////////////////////////////////////*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ <<if $event_veronica[9].quantity ==1 && $event_veronica[5].quantity ==1 && $event_veronica[7].quantity ==1>> <br><<linkappend "<div class='content_mail1_1_center'><span style='color: #E4DC2D;'>New messages</span></div>">> /* <<if $soundState == "unmuted">> <<script>> $(document).ready(function() { var soundState = State.variables.soundState; var videos = document.querySelectorAll('[id^="myVideo"]'); videos.forEach(function(video) { if (soundState === "muted") { video.muted = true; } else { video.muted = false; } }); }); <</script>> <</if>> */ /* <<if $check_message_riley_2 is undefined or !$check_message_riley_1>> <br><div class="content_mail1_1_center"><span style="color: #E4DC2D;">New messages</span></div> <<set $check_message_riley_2 = 1>> <</if>> */ <br><<Text_animated_face_right Veronica "Hey girl, I found something in my room today">> <br> <div class="gif_wide_between_text_tall_1 png_right"> <img style="width:300px; height:300px; box-shadow: 0px 0px;" src="img/Mall/Sex_shop/1.png"> </div> <style> .png_right{ margin-right:-400px; } </style> <br><<Text_animated_face_left_link Riley "Do you know what it is?">> <br><<Text_animated_face_right Veronica "Not really, can you help me out?">> <br><<Text_animated_face_left_link Riley "Hmm, it's time for you to grow up, girl. This thing makes us happy">> <br><<Text_animated_face_right Veronica "What do you mean?">> <br><<Text_animated_face_left_link Riley "What do you feel?">> <br><<Webp_between_text_random_178_left_link "Veronica/Messages/tease" 1 1>> <br><<Text_animated_face_right Veronica "A slight excitement">> <br><<Text_animated_face_left_link Riley "Good girl, and now?">> <br><<Webp_between_text_random_1_left_link "Veronica/Messages/tease" 2 2>> <br><<Text_animated_face_right Veronica "I'm getting wet already">> <br><<linkappend "<<Text_animated_face_left_link Riley 'Now turn on your toy and be careful with it, like I am'>>">> <br><<Mp4_between_text_wide_178_left_link "Veronica/Messages/Riley" 1 1>> <<Voice_animation>> <br><<Text_animated_face_right Veronica "Wow, you know how to handle it">> <br><<Text_animated_face_right Veronica "Alright, let's give it a try...Mmm, it feels so good...">> <br><<Text_animated_face_right Veronica "Omg, Riley...I think I'm going to cum soon">> <br><<Text_animated_face_left_link Riley "I'd love to see that">> <br><<Text_animated_face_right Veronica "Watch...">> <br><<Mp4_between_text_wide_178_right_link "Veronica/Messages/Veronica" 1 1>> <br><<Text_animated_face_left_link Riley "<span><i>( Her pussy is so tasty )</i></span>">> <br><<Text_animated_face_right Veronica "Oh my god, I didn't know it could feel this good...">> <<if $vr_corruption_mail_on_her1 !=1>> <br><<InsertText_Size_animated_link "Veronica's corruption <<Green_text 'increased'>>">> <<set $vr_corruption_mail_on_her1 =1>> <<set $corruption[3] +=5>> <</if>> <br><div class="content_mail1_1_center_left"> End session</div><br><br> <<set $event_veronica[10].quantity =1>> <<if !$day_to_riley_first_come1>> <<set $day_to_riley_first_come1 = $day>> <</if>> <</linkappend>> <</linkappend>> <</if>> /*////////////////////////////////////////////////////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////////////////////*/ <<if $event_veronica[10].quantity ==1 && $event_veronica[8].quantity ==1 && $day > $day_to_riley_first_come1 +6 && $backyard_purchase1 == 1>> <br><<linkappend "<div class='content_mail1_1_center'><span style='color: #E4DC2D;'>New messages</span></div>">> <br><<Text_animated_face_left_link Riley "Hello, I have to tell you, have you seen your mom, she's insanely hot milf">> <br><<Webp_between_text_random_178_left_link "Mom/mom_yard" 1 1>> <br><<Text_animated_face_right Veronica "Hmm, yeah...">> <br><<Text_animated_face_left_link Riley "I don't know about you, but I'll be visiting more often">> <br><<Text_animated_face_left_link Riley "I think she's even hotter than our teacher Francesca, though it's hard to compare">> <br><<Text_animated_face_right Veronica "It's interesting, I'm shy to talk to my Mom about such topics, but it doesn't mean my thoughts are innocent, haha">> <br><<Text_animated_face_left_link Riley "Oh, you cheeky one, well, expect me somehow next weekend">> <br><div class="content_mail1_1_center_left"> End session</div> <<set $event_veronica[11].quantity =1>> <</linkappend>> <</if>> /*//////////////////////////////////////////////////////////////////////////////////////////*/ <br> </div> </div> <style> .header_mail{ display:flex; flex-direction: column; width: 1050px; min-height: 350px; margin-left: -95px; border: 0px solid #fff; margin-top:-30px; margin-bottom:-10px; height: 826px; background-image: url('img/Veronica/check_mail1.jpg'); background-size: cover; border-radius:10px; filter: brightness(90%) saturate(100%); margin-bottom:-100px; filter: blur(0px); position:absolute; z-index:-11; overflow-y: auto; overflow-x: hidden; } .cap_mail{ display:flex; border: 0px solid #000; position: relative; z-index:10; min-width: 90%; height: 11%; background-color:#075e54; border-radius: 10px 10px 0px 0px; border-bottom: 2px solid #fff; } .contain_mail{ display:flex; height: 89%; border: 0px solid #fff; position: relative; z-index:10; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-radius: 10px 10px 0px 0px; padding-bottom:4px; } .cap_mail_1,.cap_mail_2,.cap_mail_3 { display:flex; justify-content:center; align-items:center; } .cap_mail_1{ width:20%; } .cap_mail_2{ width:40%; font-size:40px; font-weight:bold; justify-content:left; margin-left:-16px; margin-right:20px; } .cap_mail_3{ width:40%; } .cap_mail_1 img{ display: flex; object-fit: cover; height:70px; width:70px; border-radius: 37px; border:2px solid #fff; } .your_room{ width:500px; border: 0px solid #fff; } .cell_1_yr{ width:500px; } </style> <<RandomImageOnlyJpgContainer_persons 2 2 "Riley/Riley" "cap_mail_1">> <</nobr>>
<<nobr>> <div class="typewriter"></div> <<script>> $(document).ready(function() { function typeWriter(element, text, speed) { let i = 0; const timer = setInterval(() => { if (i < text.length) { $(element).append(text.charAt(i)); i++; } else { clearInterval(timer); } }, speed); } typeWriter('.typewriter', 'Привет! Это текст, который появляется как будто его печатают.', 50); }); <</script>> <style> .typewriter { display: inline-block; font-family: monospace; font-size: 24px; white-space: nowrap; overflow: hidden; /* Скрыть текст за пределами блока */ border-right: .15em solid orange; /* Курсор */ } </style> <</nobr>>
<<nobr>> <<Week_Foxie_room>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are in <span style="font-weight: bold;">Foxie's room</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> /*--------------------------------- NO FOXIE ------------------------------------*/ <<if $condition == 0>> <<RandomImageOnlyWebp1 1 1 "Foxie/Foxie_room/bed">> <br><<InsertText_Size_animated "Foxie is somewhere wandering around the house">> <<if $event_foxie[8].quantity ==0>> <<if $event_foxie[7].quantity ==1 && $anal_plug >0 && $female_foxie_maid >0>> <br> <div class="your_room"> <div class="cell_1_yr" style="width: 77%;"> <div id="Anal_plug_maid_suit_fr">Leave the anal plug and maid costume in her room</div> </div> </div> <</if>> <<ClickContainerById "Anal_plug_maid_suit_fr" "Anal_plug_maid_suit_fr">><</ClickContainerById>> <<elseif $event_foxie[8].quantity ==1>> <br> <div class="your_room"> <div class="cell_1_yr" style="width: 77%;"> <div id="Anal_plug_maid_suit_fr">Leave a hint for her to come back again</div> </div> </div> <<ClickContainerById "Anal_plug_maid_suit_fr" "Anal_plug_maid_suit_fr">><</ClickContainerById>> <</if>> <</if>> /*-------------------------------------------------------------------------------*/ /*----------------------- FOXIE ARE IN -------------------------------------*/ <<if $condition == 24>> /*----------------------------------------------------------------------------*/ <<if $day_time ==1>> <<RandomImageOnlyWebp1 1 1 "Foxie/Foxie_room/sleep">> <br><<InsertText_Size_animated "Foxie is sleeping, she stays awake at night and sleeps in the morning">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Wake_foxie_fr">Wake her up </div> </div> </div> <<ClickContainerById "Wake_foxie_fr" "Wake_foxie_fr">><</ClickContainerById>> <</if>> /*----------------------------------------------------------------------------*/ <<if $day_time >=2 && $day_time <5 >> <<RandomImageOnlyWebp1 3 4 "Foxie/Foxie_room/Foxie">> <br><<InsertText_Size_animated "Foxie is relaxing in the room">> <<if $items_gifts[7].quantity ==0>> <br><<InsertText_Size_animated "<<Yellow_text 'You should teach her conversational speech'>>">> <<else>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Teach_talk_foxie_fr">Teach her how to talk </div> </div> </div> <<ClickContainerById "Teach_talk_foxie_fr" "Teach_talk_foxie_fr">><</ClickContainerById>> <</if>> <</if>> /*----------------------------------------------------------------------------*/ <<if $day_time ==5>> <<if $give_pc_foxie !=1 && $trainability <10 >> /*//////////////////////////////////////////////////////////////////////////////////////*/ <<if $pc1 !=1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 11 11 "Foxie/Foxie_room/" "cell_center" >> <br><<InsertText_Size_animated "<<Yellow_text 'Foxie is quite active at night, you should find something to keep her occupied so she doesn’t wake everyone up'>>">> <<elseif $pc1==1 >> <br><<InsertText_Size_animated "<<Yellow_text 'Foxie is quite active at night, you should find something to keep her occupied so she doesn’t wake everyone up'>>">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 11 11 "Foxie/Foxie_room/" "cell_center" >> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Give_computer_foxie_fr">Give her a computer</div> </div> </div> <<ClickContainerById "Give_computer_foxie_fr" "Give_computer_foxie_fr">><</ClickContainerById>> <</if>> /*----------------------------------------------------------------------------*/ <<elseif $give_pc_foxie ==1 && $trainability <10>> /*/////////////////////////////////////////////////////////////////////////////////*/ <br><<InsertText_Size_animated "<<Yellow_text 'You gave Foxie a computer. Increase her trainability so she can start using it on her own'>> ">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 11 11 "Foxie/Foxie_room/" "cell_center" >> /*----------------------------------------------------------------------------*/ <<elseif $give_pc_foxie ==1 && $trainability >=10>> /*//////////////////////////////////////////////////////////////////////////////*/ <br><<InsertText_Size_animated "Foxie is engrossed in playing on the computer and is being quiet">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 10 10 "Foxie/Foxie_room/" "cell_center" >> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Teasae_computer_foxie_fr">Tease her</div> </div> </div> <<ClickContainerById "Teasae_computer_foxie_fr" "Teasae_computer_foxie_fr">><</ClickContainerById>> /*----------------------------------------------------------------------------*/ <</if>> <</if>> /*///////////////////////////// IF CONDITION ==24 END //////////////////*/ <</if>> <<Back1 "Second_floor">> <<ClickContainerById "Laptop_ar" "Laptop_ar">><</ClickContainerById>> <<ClickContainerById "Use_items_mr" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Peek_morning_ar" "Peek_morning_ar">><</ClickContainerById>> <<ClickContainerById "Enter_room_morning_ar" "Enter_room_morning_ar">><</ClickContainerById>> <<ClickContainerById "Tease_adriana_ar" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Masturbate_ar" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Sleep_with_adriana_ar" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "Talk_ar" "Talk_ar">><</ClickContainerById>> <<ClickContainerById "Give_gift_ar" "Give_gift_ar">><</ClickContainerById>> <<ClickContainerById "Action_ar" "Under_the_development">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_Foxie_Bathroom">> <<set _day1_conditions = { 1: 0 2: 0, 3: 0, 4: 24, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 24, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 24, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "Foxie is enjoying the clean and warm water">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/Foxie/" "cell_center" >> <br><<linkappend "<<InsertText_Size_animated 'Peek more'>>">> /*------------------------------ CHOICE -------------------------*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Look at her breasts</div>">> <<append "#dsfsd">> <br><<Mp4_between_text_wide_178 "Bathroom/Foxie/" 2 2>> <br><<Text_animated_face_person "Her tits look very cute">> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Look at her ass</div>">> <<append "#dsfsd">> <br><<Mp4_between_text_wide_178 "Bathroom/Foxie/" 3 4>> <br><<Text_animated_face_person "She has strong legs, it seems the forest has made her so fleshy and attractive">> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Sneak a peek at her pussy</div>">> <<append "#dsfsd">> <br><<Mp4_between_text_wide_178 "Bathroom/Foxie/" 5 7>> <br><<Text_animated_face_person "Wow, one of the most beautiful pussies I've ever seen">> <</append>> <</link>> </div> /*--------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>To shake</div>">> <<append "#dsfsd">> <br><<Mp4_between_text_wide_178 "Bathroom/Foxie/" 8 8>> <br><<Text_animated_face_person "I didn't save this little fox for nothing...">> <br><<Text_animated_face_person "<<Yellow_text 'She is still scared and wild, you should tame her'>>">> <</append>> <</link>> </div> /*--------------------------------------------------------------------------------*/ </div> </div> <br><<linkappend "<<InsertText_Size_animated 'She started playing with her favorite toy'>>">> /*------------------------------ CHOICE -------------------------*/ <div id="dsfsd2"></div> <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Ride the Dildo</div>">> <<append "#dsfsd2">> <<if $arousal_face <10 && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Foxie/wx-" 1 3 1>> <<set $arousal_face +=2>> <br><<Arousal_person_face Foxie>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Lick the Dildo</div>">> <<append "#dsfsd2">> <<if $arousal_face <10 && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Foxie/wx-" 4 5 2>> <<set $arousal_face +=1>> <br><<Arousal_person_face Foxie>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*--------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s3' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Cum with the Dildo</div>">> <<append "#dsfsd2">> <<if $arousal_face >=6 && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Foxie/wx-" 6 6 3>> <<set _cum_person =1>> <<set $arousal_face =0>> <br><<Arousal_person_face Foxie>> <<set $corruption[24] +=4>> <<Not_corruption_top_plus Foxie 4>> <<elseif _cum_person ==1>> <<replace "#s3">><</replace>> <<else>> <br><<InsertText_Size_animated "She's not aroused enough yet">> <</if>> <</append>> <</link>> </div> /*--------------------------------------------------------------------------------*/ </div> </div> <</linkappend>> <</linkappend>> <<set $day_time ++>> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 3 "Kitchen/Foxie/" "cell_center" >> <br><<InsertText_Size_animated "Those cute eyes are so happy to eat">> <br><<linkappend "<<InsertText_Size_animated 'She’s still not used to everyday clothes'>>">> <br><<Mp4_between_text_wide_178 "Kitchen/Foxie/" 4 4>> <br><<linkappend "<<InsertText_Size_animated 'Continue with breakfast'>>">> <br><<Mp4_between_text_wide_178 "Kitchen/Foxie/" 5 5>> <br><<Text_animated_face Foxie "Oops...">> /*------------------------------ CHOICE -------------------------*/ <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Ignore it</div>">> <<append "#dsfsd">> <<if _choice1 ==1 || _choice2 == 1>> <<replace "#choice1">><</replace>> <<else>> <br><<Mp4_between_text_wide_178 "Kitchen/Foxie/" 6 6>> <<set _choice1 =1>> <<set $relationship[24] +=4 >> <<Not_relationship_top_plus Foxie 4>> <<set $obedience[24] -=2 >> <<Not_obedience_face1_minus Foxie 2>> <br><<InsertText_Size_animated "The fox is becoming more relaxed and friendly towards you">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice2' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Punish for the action</div>">> <<append "#dsfsd">> <<if _choice1 ==1 || _choice2 == 1>> <<replace "#choice2">><</replace>> <<else>> <<set _choice2 =1>> <br><<Mp4_178 "Foxie/Punish/" 1 1>> <<set $relationship[24] -=2 >> <<Not_relationship_top_minus Foxie 2>> <<set $obedience[24] +=4 >> <<Not_obedience_face1_plus Foxie 4>> <br><<InsertText_Size_animated "Foxie is becoming more obedient">> <</if>> <</append>> <</link>> </div> /*--------------------------------------------------------------------------------*/ </div> </div> <div id="dsfsd"></div> /*---------------------------- END CHOICE ------------------------------------*/ <</linkappend>> <</linkappend>> <<set $day_time ++>> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Foxie/Foxie_room/" "cell_center" >> /*<br><<Mp4_between_text_wide_15 "College/" 1 1>>*/ /*<<RandomImageOnlyWebp1 1 1 "Foxie/Foxie_room/sleep">>*/ <br><<InsertText_Size_animated "From your waking, she has stirred and is stretching">> <br><<linkappend "<<InsertText_Size_animated 'Pet her'>> ">> <br><<Mp4_between_text_wide_178 "Foxie/Foxie_room/" 3 3>> <<set $relationship[24] +=1 >> <<Not_relationship_top_plus Foxie 1>> <br><<InsertText_Size_animated "She likes it when you pet her">> <<timed 2000ms>> <br><<Mp4_178 "Foxie/Foxie_room/" 2 2 1>> <br><<InsertText_Size_animated 'She seems to want something'>> /*------------------------------ CHOICE -------------------------*/ <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Give her your finger</div>">> <<append "#dsfsd">> <<if _choice1 ==1 || _choice2 == 1>> <<replace "#choice1">><</replace>> <<else>> <br><<Mp4_between_text_wide_178 "Foxie/Foxie_room/" 4 4>> <<if $relationship[24]< 40 && $corruption[24] <20>> <<timed 4000ms>> <br><<Text_animated_face Foxie "Shhhhhh....">> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_133"> <img src="img/Forest/fox6.png"> </div> </div> <style> .gif_wide_between_text_tall_133 img{ box-shadow: 0px 0px 0px 0px; } </style> <br><<InsertText_Size_animated "<<Yellow_text 'Your finger didn’t quite do it for her. You should think of something else to give her'>>">> <<set $relationship[24] -=1 >> <<Not_relationship_top_minus Foxie 1>> <</timed>> <<set _choice1 =1>> <<if $q1 !=1 && $event_foxie[4].quantity !=1>> <<Not_new_quest>> <<set $q1=1>> <</if>> <<else>> <<timed 1000ms>> <br><<InsertText_Size_animated "Your finger gets her worked up">> <</timed>> <<timed 2000ms>> <<set $corruption[24] +=1 >> <<Not_corruption_top_plus Foxie 1>> <</timed>> <</if>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ <<if $dildo >0>> <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice2' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Give her a dildo</div>">> <<append "#dsfsd">> <<if _choice1 ==1 || _choice2 == 1>> <<replace "#choice2">><</replace>> <<else>> <<set _choice2 =1>> <<set $event_foxie[4].quantity =1>> <br><<Mp4_178 "Foxie/Foxie_room/" 5 5 2>> <br><<InsertText_Size_animated "She liked your gift">> <<set $relationship[24] +=2 >> <<Not_relationship_top_plus Foxie 2>> <<set $corruption[24] +=4 >> <<Not_corruption_face1_plus Foxie 4>> <<set $dildo -=1>> <<Not_top2_minus dildo 1>> <<timed 5000ms>> <br><<Mp4_178 "Foxie/Foxie_room/" 6 6>> <br><<InsertText_Size_animated "<<Yellow_text 'You will need to figure out how to transition her from a rubber dildo to a real, non-rubber one'>>">> <br><<InsertText_Size_animated "<<Yellow_text 'New scenes are available in the bathroom'>>">> <</timed>> <</if>> <</append>> <</link>> </div> <</if>> /*--------------------------------------------------------------------------------*/ </div> </div> <div id="dsfsd"></div> /*---------------------------- END CHOICE ------------------------------------*/ <</timed>> <</linkappend>> <<set $day_time ++>> <<Back1 "Foxie_room">> <</nobr>>
<<nobr>> <<widget "Week_Foxie_room">> <<if $event_foxie[3].quantity ==1>> <<set _day1_conditions = { 1: 24, 2: 24, 3: 0, 4: 0, 5: 24 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 24, 2: 0, 3: 0, 4: 0, 5: 24 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 24, 2: 0, 3: 0, 4: 24, 5: 24 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 24, 2: 24, 3: 0, 4: 0, 5: 24 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 24, 2: 0, 3: 0, 4: 0, 5: 24 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 24, 2: 0, 3: 24, 4: 0, 5: 24 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 24, 2: 0, 3: 0, 4: 0, 5: 24 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <<else>> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 7 7 "Foxie/Foxie_room/" "cell_center" >> <br><<InsertText_Size_animated "You are conducting a session with Foxie on her training and socialization">> <br><<InsertText_Size_animated "<<Yellow_text 'Which strategy will you choose: carrot or stick?'>>">> /*------------------------------ CHOICE -------------------------*/ <br> <div class="your_room" id="your_room"> <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice1' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Carrot</div>">> <<append "#dsfsd">> <<if _choice1 ==1 || _choice2 == 1>> <<replace "#choice1">><</replace>> <<else>> <br><<Mp4_between_text_wide_178 "Foxie/Foxie_room/" 8 8>> <<set _choice1 =1>> <<set $relationship[24] +=4 >> <<Not_relationship_top_plus Foxie 4>> <<set $obedience[24] -=2 >> <<Not_obedience_face1_minus Foxie 2>> <<set $trainability += 2>> <<Not_top2_plus Trainability 2>> <br><<InsertText_Size_animated "The fox is becoming more relaxed and friendly towards you">> <br><<InsertText_Size_animated "<<Yellow_text 'In this version, Foxie wont learn to talk yet'>>">> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='choice2' style='border: 0px solid #fff; width:290px; padding:0px; margin:0px;'>Stick</div>">> <<append "#dsfsd">> <<if _choice1 ==1 || _choice2 == 1>> <<replace "#choice2">><</replace>> <<else>> <<set _choice2 =1>> <br><<Mp4_178 "Foxie/Punish/" 2 2 1>> <<set $relationship[24] -=2 >> <<Not_relationship_top_minus Foxie 2>> <<set $obedience[24] +=4 >> <<Not_obedience_face1_plus Foxie 4>> <<set $trainability += 4>> <<Not_top2_plus Trainability 4>> <br><<InsertText_Size_animated "Foxie is becoming more obedient">> <br><<InsertText_Size_animated "<<Yellow_text 'In this version, Foxie wont learn to talk yet'>>">> <</if>> <</append>> <</link>> </div> /*--------------------------------------------------------------------------------*/ </div> </div> <div id="dsfsd"></div> /*---------------------------- END CHOICE ------------------------------------*/ <<set $event_foxie[5].quantity =1>> <<set $day_time ++>> <<Back1 "Foxie_room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 9 9 "Foxie/Foxie_room/" "cell_center" >> <<set $give_pc_foxie =1>> <<set $event_foxie[6].quantity =1>> <<set $pc1 = 0>> <br><<InsertText_Size_animated "<<Yellow_text 'You gave Foxie a computer. Increase her trainability so she can start using it on her own'>> ">> <<Back1 "Foxie_room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 12 12 "Foxie/Foxie_room/" "cell_center" >> <<if $corruption[24] <20 || $relationship[24] <40>> <<timed 2000ms>> <br><<Text_animated_face Foxie "Shhhhhh....">> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_133"> <img src="img/Forest/fox6.png"> </div> </div> <style> .gif_wide_between_text_tall_133 img{ box-shadow: 0px 0px 0px 0px; } </style> <br><<InsertText_Size_animated "<<Yellow_text 'You should work on improving her corruption and your relationship with her'>>">> <<set $relationship[24] -=2 >> <<Not_relationship_top_minus Foxie 2>> <<Back1 "Foxie_room">> <</timed>> <<elseif $corruption[24] >=20 && $relationship[24] <40>> <<timed 2000ms>> <br><<Text_animated_face Foxie "Shhhhhh....">> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_133"> <img src="img/Forest/fox6.png"> </div> </div> <style> .gif_wide_between_text_tall_133 img{ box-shadow: 0px 0px 0px 0px; } </style> <br><<InsertText_Size_animated "<<Yellow_text 'You should work on improving her corruption and your relationship with her'>>">> <<set $relationship[24] -=2 >> <<Not_relationship_top_minus Foxie 2>> <</timed>> <<elseif $corruption[24] <20 && $relationship[24] >= 40>> <<timed 2500ms>> <br><<Text_animated_face Foxie "Shhhhhh....">> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_133"> <img src="img/Forest/fox6.png"> </div> </div> <style> .gif_wide_between_text_tall_133 img{ box-shadow: 0px 0px 0px 0px; } </style> <br><<InsertText_Size_animated "<<Yellow_text 'You should work on improving her corruption and your relationship with her'>>">> <<set $relationship[24] -=2 >> <<Not_relationship_top_minus Foxie 2>> <</timed>> <<else>> <<timed 3500ms>> <br><<InsertText_Size_animated "It seems she doesn’t mind being distracted">> <br><<linkappend "<<InsertText_Size_animated 'Take off the shorts'>>">> <br><<Mp4_between_text_wide_178 "Foxie/Foxie_room/" 13 13>> <br><<linkappend "<<InsertText_Size_animated 'Check out her ass'>>">> <br><<Mp4_between_text_wide_178 "Foxie/Foxie_room/" 14 14>> <br><<Text_animated_face_person "She has a beautiful ass">> <br><<linkappend "<<InsertText_Size_animated 'Grobe and Touch her ass'>>">> <br><<Mp4_between_text_wide_178 "Foxie/Foxie_room/" 15 15>> <br><<Text_animated_face_person "These lovely panties are a bit in the way">> <br><<linkappend "<<InsertText_Size_animated 'Take them off'>>">> <br><<Mp4_between_text_wide_178 "Foxie/Foxie_room/" 16 16>> <br><<Text_animated_face_person "My little fox is ready for active play">> /*//////////////////////// SCENE ///////////////////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her pussy </div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Foxie/Foxie_room/" 17 18 1>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Foxie>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Observe her pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Foxie/Foxie_room/" 19 19 2>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<Arousal_person_face Foxie>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s3' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Play with her pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Foxie/Foxie_room/" 20 20 3>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <<Arousal_person_face Foxie>> <<else>> <<replace "#s3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// FUCK ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s4' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Fuck her style-1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >=2>> <br><<Mp4_178 "Foxie/Foxie_room/" 21 22 4>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Foxie>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face <2>> <br><<InsertText_Size_animated "She's not aroused enough yet">> <<else>> <<replace "#s4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s5' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck her style-2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >=2>> <br><<Mp4_178 "Foxie/Foxie_room/" 23 23 5>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1.5>> <<Arousal_person_face Foxie>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face <2>> <br><<InsertText_Size_animated "She's not aroused enough yet">> <<else>> <<replace "#s5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BL ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s6' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >=2>> <br><<Mp4_178 "Foxie/Foxie_room/" 24 24 6>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <<Arousal_person_face Foxie>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face <2>> <br><<InsertText_Size_animated "She's not aroused enough yet">> <<else>> <<replace "#s6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s7' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Handjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >=2>> <br><<Mp4_178 "Foxie/Foxie_room/" 25 25 7>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <<Arousal_person_face Foxie>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face <2>> <br><<InsertText_Size_animated "She's not aroused enough yet">> <<else>> <<replace "#s7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// CUM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s8' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Cum in mouth</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person >=10) && _cum_person !=1>> <br><<Mp4_178 "Foxie/Foxie_room/" 26 26 8>> <<timed 2000ms>> <br><<InsertText_Size_animated "She’s eagerly waiting for you to feed her with your cum">> <</timed>> <<timed 5000ms>> <br><<Mp4_178 "Foxie/Foxie_room/" 27 27 9>> <<set $event_foxie[7].quantity =1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Arousal_person>> <<Arousal_person_face Foxie>> <<set $corruption[24] +=5>> <<set $obedience[24] +=5>> <<Not_corruption_top_plus Foxie 5>> <<Not_obedience_face1_plus Foxie 5>> <</timed>> <<elseif _cum_person ==1>> <<replace "#s8">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<Back1 "Foxie_room">> <</timed>> <</if>> <</nobr>>
<<nobr>> <br><br><br><br><br><br><br> <<InsertText_Size_animated "This location is still in development">> <<Back1 "Second_floor">> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" > <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Male</div> <<if $female_foxie_maid != 1>> <div><img src="img/Mall/Clothing_store/Foxie/maid1.png"></div> <</if>> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $female_foxie_maid != 1 && $money >=1800 >> <div> <<link "1800$" _name_of_passage>> <<set $money -= 1800>> <<set $female_foxie_maid = 1>> <</link>> </div> <<elseif $female_foxie_maid != 1 && $money <1800>> <div> <<link "1800$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<Back1 "Clothing_store">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $event_foxie[8].quantity ==0>> <<set $stay_anal_plug_and_maid_suit_foxie_room1 =1>> <<set $call_bonus_scene_foxie1 =1>> <<InsertText_Size_animated "You left the anal plug and maid costume in her room">> <br><<InsertText_Size_animated "If her socialization is high enough, she’ll figure out what to do with them">> <br><<InsertText_Size_animated "<<Yellow_text 'This is a bonus scene, available only for supporters in this version'>>">> <<else>> <<InsertText_Size_animated "You placed the items on her bed so she’ll understand what to do with them. Wait for her in the morning">> <<set $call_bonus_scene_foxie1 =1>> <</if>> <<Back1 "Foxie_room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Foxie/Foxie_room/Bonus/" "cell_center" >> <br><<InsertText_Size_animated "Foxie is getting smarter with each session, and her growing attachment to the real thing has sparked her interest in surprising you with a visit">> <br><<linkappend "<<Text_animated_face Foxie 'Mhiii Shii '>>">> <br><<InsertText_Size_animated "It seems like she’s saying something, but only in her own language">> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 2 2 1>> <br><<Text_animated_face_person "Foxie, you know, you're my most precious catch, you're absolutely irresistible">> <br><<Text_animated_face Foxie "Siinks...">> <br><<linkappend "<<InsertText_Size_animated 'Her fingers slid into her mouth, and she started sucking on them, her eyes filled with raw desire, making you feel completely in control over her'>>">> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 3 3 2>> <br><<linkappend "<<InsertText_Size_animated 'She bared her chest, revealing her beautiful and innocent breasts, then teased them with her tongue, slowly licking each nipple while maintaining eye contact, as if begging for more'>>">> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 4 4 3>> <br><<linkappend "<<InsertText_Size_animated 'She turned her back to you, almost inviting you, showing she is submitted to your hints and is waiting for you to reward her'>>">> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 5 5 4>> <br><<Text_animated_face_person "So fucking juicy ass...">> <br><<Text_animated_face Foxie "Mmmii ... fiuuck mie assh... ">> /*//////////////////////// SCENE ///////////////////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Admire Her Plugged Ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 6 10 5>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.25>> <<Arousal_person_face Foxie>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Prepare Her Anus with Finger</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 11 11 6>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Foxie>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s3' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Slowly Fuck Her Ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 12 14 7>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Foxie>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her ass isn't ready yet">> <<else>> <<replace "#s3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s4' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck Her Ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 15 17 8>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1.5>> <<Arousal_person_face Foxie>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her ass isn't ready yet">> <<else>> <<replace "#s4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s5' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Roughly Fuck Her Ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 18 19 9>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<set $arousal_face +=1.5>> <<Arousal_person_face Foxie>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her ass isn't ready yet">> <<else>> <<replace "#s5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s6' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Cum in Her Ass</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person>=10) && _cum_person !=1>> <br><<Mp4_178 "Foxie/Foxie_room/Bonus/" 20 20 10>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Arousal_person>> <br><<Text_animated_face Foxie "...Thanks $name_person ">> <br><<InsertText_Size_animated "Foxie has learned to talk ">> <<elseif _cum_person ==1>> <<replace "#s6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<set $call_bonus_scene_foxie1 =0>> <<set $event_foxie[8].quantity =1>> <<Back1 "Your room">> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Living_room/Adriana/" "cell_center">> <br><<InsertText_Size_animated "You're working out with dumbbells in the living room while Adriana is there">> <<timed 2000ms>> <<if $fitness >=30>> <br><<Mp4_between_text_wide_178 "Living_room/Adriana/" 1 1>> <br><<InsertText_Size_animated "You made an impression on Adriana">> <<set $corruption[2] +=1>> <<Not_corruption_top_plus Adriana 1>> <<set $day_time ++>> <<set $energy -=2>> <<set $fitness += 0.5>> <<Not_top1_minus energy 2>> <<Not_top2_plus fitness 0.5>> <<else>> <br><<InsertText_Size_animated "<<Yellow_text 'You couldn’t impress Adriana, you need to work out more'>>">> <<set $day_time ++>> <<set $energy -=2>> <<set $fitness += 0.5>> <<Not_top_minus energy 2>> <<Not_top1_plus fitness 0.5>> <</if>> <</timed>> <<Back1 "Living room">> <<else>> <<goto "No_energy_lr">> <</if>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You dont have enough energy">> <<Back1 "Living room">> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Living_room/Adriana/Scene/" "cell_center" >> <br><<InsertText_Size_animated "You're working out with dumbbells in the living room">> <<set _random to random(1,2)>> <<timed 2000ms>> <<if $fitness >=30 && _random==1>> <br><<Mp4_between_text_wide_178 "Living_room/Adriana/Scene/" 2 2>> <br><<InsertText_Size_animated "Adriana notices you as she walks by">> <br><<linkappend "<<InsertText_Size_animated 'It looks like you turned her on'>> ">> <br><<Mp4_between_text_wide_178 "Living_room/Adriana/Scene/" 3 3>> <<timed 2500ms>> <br><<InsertText_Size_animated "Her hands were restrained, and she began to enjoy the moment">> <br><<Mp4_between_text_wide_178 "Living_room/Adriana/Scene/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'Check out what the noise is coming from'>> ">> <br><<Mp4_between_text_wide_178 "Living_room/Adriana/Scene/" 6 6>> <br><<linkappend "<<InsertText_Size_animated 'Catch her while she is masturbating'>> ">> <br><<Mp4_between_text_wide_178 "Living_room/Adriana/Scene/" 7 7>> <br><<Text_animated_face Adriana "Hey, you scared me... I didn’t think...">> <br><<Text_animated_face Adriana "You interrupted my pleasure... damn...">> <<set $obedience[2] +=1>> <<set $relationship[2] -=1>> <<if $first_time_meet_adriana_catch_lr !=1>> <<set $adriana_caught1 +=1>> <<set $first_time_meet_adriana_catch_lr =1>> <<Not_top2_plus Caught 1>> <<set $event_adriana[6].quantity =1>> <</if>> <<Not_relationship_top_minus Adriana 1>> <<Not_obedience_face1_plus Adriana 1>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <<set $corruption[2] +=1>> <<Not_corruption_top_plus Adriana 1>> <<set $day_time ++>> <<set $energy -=2>> <<set $fitness += 0.5>> <<Not_top1_minus energy 2>> <<Not_top2_plus fitness 0.5>> <<elseif _random ==1 && $fitness <30>> <br><<InsertText_Size_animated "<<Yellow_text 'You worked out a bit with the dumbbells. Improve your physique to over 30, and maybe something more will come your way'>>">> <<set $day_time ++>> <<set $energy -=2>> <<set $fitness += 0.5>> <<Not_top_minus energy 2>> <<Not_top1_plus fitness 0.5>> <<else >> <br><<InsertText_Size_animated "You worked out a bit with the dumbbells">> <<set $day_time ++>> <<set $energy -=2>> <<set $fitness += 0.5>> <<Not_top_minus energy 2>> <<Not_top1_plus fitness 0.5>> <</if>> <</timed>> <<Back1 "Living room">> <<else>> <<goto "No_energy_lr">> <</if>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "<<Yellow_text 'You need to complete a quest in the forest to place someone here'>>">> <<Back1 "Second_floor">> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,2)>> <<if _random == 1>> <br><<InsertText_Size_animated "Adriana is messing around near the mirror">> <br><<InsertText_Size_animated "Nothing interesting is happening">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/Adriana/" "cell_center" >> <<elseif _random == 2>> <<set _random1 to random(1,2)>> <<if _random1 ==1>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Bathroom/Adriana/Adriana" "cell_center">> <<else>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Bathroom/Adriana/" "cell_center" >> <</if>> <br><<InsertText_Size_animated "Adriana seems to have decided to slowly rub water over her beautiful body">> <br><<linkappend "<<InsertText_Size_animated 'Take a closer look at this'>> ">> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/" 3 5>> <br><<InsertText_Size_animated "You watch through the crack in the door as she washes up, her wet skin and curves clearly visible. The way she moves is impossible to ignore">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching her'>> ">> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/" 6 7>> <br><<InsertText_Size_animated "She starts teasing herself in the shower, her hands exploring her body with a slow, deliberate touch">> <<timed 2500ms>> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/" 8 8>> <br><<Text_animated_face_person "<<Yellow_text 'Looks like my sister is really into pleasuring herself... Makes me wonder if she might be a nymphomaniac'>>">> <<set $corruption[2] +=1>> <<Not_corruption_top_plus Adriana 1>> <<if $first_time_meet_adriana_catch_bth !=1>> <<set $adriana_caught1 +=1>> <<set $first_time_meet_adriana_catch_bth =1>> <<Not_top1_plus Caught 1>> <</if>> <</timed>> <</linkappend>> <</linkappend>> <</if>> <<set $day_time ++>> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "The door is closed">> <br><<InsertText_Size_animated "<<Yellow_text 'Perhaps you should visit when Adriana is in a particularly cheerful mood...'>>">> /*////////////////////// BONUS SCENE //////////////////////////*/ <<if $event_adriana[3].quantity ==1 && $funny_thing_adriana ==1 && ($akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma) >> <<goto "Enter_adriana_bth1">> <<elseif $event_adriana[3].quantity ==1 && $funny_thing_adriana ==1 && ($akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma) >> <br><<InsertText_Size_animated "<<Yellow_text 'The Bonus Scene is accessible for Alpha and SIgma level patrons in this version of the game'>>">> <<elseif $event_adriana[3].quantity !=1 && $funny_thing_adriana ==1 && ($akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma) >> <br><<InsertText_Size_animated "<<Yellow_text 'You need to finish gain information about Adriana for Bonus Scene'>>">> <<elseif $event_adriana[3].quantity ==1 && $funny_thing_adriana !=1 && ($akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma) >> <br><<InsertText_Size_animated "<<Yellow_text 'You are almost there to unlock the bonus scene, but it won't be that easy with her. You forgot to slip something into her drink in the kitchen'>>">> <</if>> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/Adriana/Scene/" "cell_center" >> <br><<InsertText_Size_animated "Adriana seems to be in a really good mood - looks like she might have taken something">> <br><<Text_animated_face_person "You seem a bit out of it, sis">> <br><<Text_animated_face Adriana "Hey, come on, don't interrupt me while I'm enjoying the view of the water in the bathroom">> <br><<linkappend "<<InsertText_Size_animated 'Get closer to her'>> ">> <br><<Text_animated_face_person "It's been a while since we've had this much fun in the bathroom">> <br><<Text_animated_face Adriana "Haha, come on...">> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/Scene/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Push Adriana into the bathroom'>> ">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 3 3 1>> <br><<Text_animated_face Adriana "Oh my god!!! ...are you crazy?">> <<timed 2500ms>> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/Scene/" 4 4>> <br><<Text_animated_face Adriana "You’re such an idiot, $name_person">> <br><<linkappend "<<InsertText_Size_animated 'Adriana is completely soaked, and it looks like you might have hurt her a bit'>> ">> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/Scene/" 5 5>> <br><<Text_animated_face Adriana "I'm all wet now, and my butt hurts... giggles">> <br><<linkappend "<<InsertText_Size_animated 'She starts to touch herself a little'>> ">> <br><<Text_animated_face Adriana "Hey, look, now I'm a wet pussy..">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 6 6 2>> <br><<linkappend "<<Text_animated_face Adriana 'And my tits are soaked too - see what you did, bro? giggles'>> ">> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/Scene/" 7 7>> <br><<linkappend "<<InsertText_Size_animated 'Touch them'>> ">> <<if $corruption[2] <20 && $relationship[2] <40>> <br><<Text_animated_face Adriana "Hey, don't touch my breasts, you pervert... brother!">> <<set $relationship[2] -=4>> <<Not_relationship_top_minus Adriana 4>> <br><<InsertText_Size_animated "<<Yellow_text 'You need to have more corruption and relationship with her'>>">> <<else>> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 8 8 3>> <br><<Text_animated_face_person "They’re so soft and compact">> <br><<Text_animated_face Adriana "Hehe...">> <br><<linkappend "<<Text_animated_face Adriana '...and what do you think about my nice ass, brother...'>> ">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 9 9 4>> <<set $corruption[2] +=2>> <<Not_corruption_top_plus Adriana 2>> <br><<linkappend "<<Text_animated_face Adriana 'Follow me'>> ">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 10 10 5>> <br><<Text_animated_face Adriana "Hey, lie down, it’s time for some revenge">> /*//////////////////////// SCENE ///////////////////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Tease1/" 1 4 6>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <<Arousal_person_face Adriana>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Tease2/" 1 3 7>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Adriana>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s3' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 >> <br><<Mp4_178 "Bathroom/Adriana/Scene/BJ/" 1 4 8>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <<Arousal_person_face Adriana>> <<else>> <<replace "#s3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s4' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Suck Balls</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 >> <br><<Mp4_178 "Bathroom/Adriana/Scene/Balls/" 1 3 9>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <<Arousal_person_face Adriana>> <<else>> <<replace "#s4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s5' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Prepare Her for Anal</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Ass1/" 1 5 10>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her ass isn't ready yet">> <<else>> <<replace "#s5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s6' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck Pussy Style1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Pussy/" 1 3 11>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s7' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck Pussy Style2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Pussy2/" 1 2 12>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s8' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck Pussy Style3</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Pussy3/" 1 3 13>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<set $arousal_face +=1.5>> <<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s8">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s9' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck Her Ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 4>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Ass2/" 1 4 14>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<set $arousal_face +=1>> <<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 4 >> <br><<InsertText_Size_animated "Her ass isn't ready yet">> <<else>> <<replace "#s9">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// CUM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s10' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Cum in Her Ass</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person>=10) && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Adriana/Scene/cum" 1 1 15>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Arousal_person>> <<set $corruption[2] +=5>> <<set $obedience[2] +=3>> <<Not_corruption_top_plus Adriana 5>> <<Not_obedience_face1_plus Adriana 3>> <<set $event_adriana[8].quantity =1>> <br><<Text_animated_face Adriana "Oh my god, you took my anal virginity today...">> <<elseif _cum_person ==1>> <<replace "#s10">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <</linkappend>> <</linkappend>> <</if>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <<Back1 "Bathroom">> <<set $day_time ++>> <<set $adriana_take_drug1 -=1>> <</nobr>>
<<nobr>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Pussy3/" 1 1 13>> <<linkappend "sadsadasdsadas">> <br><<Mp4_178 "Bathroom/Adriana/Scene/Pussy3/" 1 1 13>> <</linkappend>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 3 3 "Backyard/Adriana/" "cell_center" >> <br><<InsertText_Size_animated "Adriana slips out of the pool, her wet, bare breasts gleaming in the sunlight as the water runs down her body">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching her'>>">> <br><<Mp4_between_text_wide_178 "Backyard/Adriana/" 5 5>> <br><<Text_animated_face_person "Her wet body glistening in the sun, her backside catches your eye - elegant and perfectly shaped, demanding attention with every move">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching her'>>">> <br><<Mp4_between_text_wide_178 "Backyard/Adriana/" 4 4>> <<if $day_time != 2 && $day_week !=1>> <br><<InsertText_Size_animated "<<Yellow_text 'She’s not afraid of anything and definitely isn’t shy... I should come by here around noon sometime'>>">> <<else>> <br><<linkappend "<<InsertText_Size_animated 'Adriana is quite active around the pool. I wonder what she’ll do next'>>">> <br><<Mp4_178 "Backyard/Adriana/" 6 6 1>> <br><<InsertText_Size_animated "She pulled out a vibrator from somewhere and continued her fun">> <br><<Text_animated_face_person "Looks like that's Veronica's vibrator, the one I planted for her... hmm">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching her'>>">> <br><<Mp4_178 "Backyard/Adriana/" 7 9 2>> <br><<Text_animated_face_person "Seems like she can't live without pleasure... my little dirty sister">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching her'>>">> <br><<Mp4_178 "Backyard/Adriana/" 9 11 3>> <br><<Text_animated_face_person "Seems like she can't live without pleasure... my little dirty sister">> <br><<Text_animated_face_person "Fuck, she’s doing it so sexily, like she was born to be watched">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching her'>>">> <br><<Mp4_178 "Backyard/Adriana/" 12 12 3>> <br><<Text_animated_face_person "Wow, she squirted everywhere around her">> <br><<Text_animated_face_person "She has an incredibly sweet and enticing pussy">> <br><<Text_animated_face_person "<<Yellow_text 'It might be best to try to calm her sexual energy, I’m worried it’s so intense that I might not be able to control her'>>">> <<set $corruption[2] +=2>> <<set $event_adriana[9].quantity =1>> <<Not_corruption_top_plus Adriana 2>> <<if $first_time_meet_adriana_catch_by !=1>> <<set $adriana_caught1 +=1>> <<set $first_time_meet_adriana_catch_by =1>> <<Not_top1_plus Caught 1>> <</if>> <</linkappend >> <</linkappend >> <</linkappend >> <</linkappend >> <</if>> <</linkappend >> <</linkappend >> <<set $day_time ++>> <<Back1 "Backyard">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Adriana_room/Night/tease" "cell_center" >> <br><<InsertText_Size_animated "Adriana is having a sweet and pleasant dream">> <<timed 2000ms>> <<if $arousal_scene_pills_adriana !=1>> <br><<Text_animated_face Adriana "I thought it was a dream... Fucking hell, $name_person, get the hell out of my room!">> <<set $relationship[2] -=8>> <<Not_relationship_top_minus Adriana 8>> <br><<InsertText_Size_animated "<<Yellow_text 'You should do something to make her feel like she is dreaming'>>">> <<elseif $arousal_scene_pills_adriana ==1 && $relationship[2] >=40 && $corruption[2] >=30 && $event_adriana[3].quantity ==1>> <br><<Text_animated_face_person "Hey, you're having a beautiful, sweet dream">> <br><<Mp4_between_text_wide_178 "Adriana_room/Night/Scene/" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'Adriana doesn’t resist, her desire for sexual pleasure has overtaken her'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Night/Scene/" 2 2>> <br><<Text_animated_face_person "Good girl...">> <<set $obedience[2] +=0.5>> <<Not_obedience_top_plus Adriana 0.5>> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Adriana_room/Night/Scene/" 3 3>> <br><<Text_animated_face_person "Her pussy is ready for action">> /*------------------------- SEX SCENE -----------------------------------*/ /*//////////////////////// SCENE ///////////////////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Night/Scene/Tease1/" 1 2 1>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Night/Scene/Tease2/" 1 3 2>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s3' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 3</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Night/Scene/Tease3/" 1 4 3>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s4' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 >> <br><<Mp4_178 "Adriana_room/Night/Scene/BJ/" 1 3 4>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s5' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck Pussy 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2 >> <br><<Mp4_178 "Adriana_room/Night/Scene/Pussy1/" 1 4 5>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s6' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck Pussy 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Adriana_room/Night/Scene/Pussy2/" 1 3 6>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// CUM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s7' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Cum in Her Ass</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person>=10) && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Night/Scene/cum" 1 1 7>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Arousal_person>> <<set $corruption[2] +=3>> <<set $obedience[2] +=1>> <<Not_corruption_top_plus Adriana 3>> <<Not_obedience_face1_plus Adriana 1>> <<set $event_adriana[10].quantity =1>> <<set $event_adriana[4].quantity =1>> <br><<Text_animated_face Adriana "Oh my god, that was an amazing dream...">> <<elseif _cum_person ==1>> <<replace "#s7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <</timed>> <</linkappend>> /*////////////////////////////////////////////////////////////////////////////*/ <<else>> <br><<Text_animated_face Adriana "I thought it was a dream... Fucking hell, $name_person, get the hell out of my room!">> <<set $relationship[2] -=8>> <<Not_relationship_top_minus Adriana 8>> <br><<InsertText_Size_animated "<<Yellow_text 'You should do something to make her feel like she is dreaming'>>">> <</if>> <</timed>> <<Back1 "Hallway">> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" > <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Male</div> <div><img style="width:140px; " src="img/Mall/Pharmacy/pills1.png"></div> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $money >=650 >> <div> <<link "650$" _name_of_passage>> <<set $money -= 650>> <<set $arousal_pills += 1>> <</link>> </div> <<elseif $money <650>> <div> <<link "650$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<Back1 "Mall">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <<widget "Not_obedience_top_plus">> <<set $not_obedience_top_plus1 to $args[0]>> <<set $not_obedience_top_plus2 to $args[1]>> <div id="notification_obedience_top_plus" class="notification_obedience_top_plus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_obedience_top_plus1; var textFromScript_2m = State.variables.not_obedience_top_plus2; function showNotification(message) { var notification3 = $('#notification_obedience_top_plus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-20, -6); const html = ' <span style="font-weight: bold;"> '+textFromScript_1m+'</span><span style="margin-left:4px; color: #fffb00; font-weight: bold;">'+firstPart+'</span><span class="green">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus = textFromScript_1m + " obedience + " + textFromScript_2m; showNotification(message_plus); }); <</script>> <style> .notification_obedience_top_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #42562b; padding: 15px; justify-content: flex-end; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 1.1s ease-in-out; } .notification_obedience_top_plus.show { display: flex; opacity: 1; animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<if $money >= 1000 && $items_adriana_room[0].quantity == 1>> <<set $money -= 1000>> <br><br><br><br><br> <<InsertText_Size_animated "You have improved Adriana's room">> <br><<InsertText_Size_animated "The influence on Adriana <<Green_text 'increased'>>">> <<set $relationship[2] += 5>> <<Not_relationship_top_plus Adriana 5>> <<set $items_adriana_room[0].quantity to 0>> <<set $adriana_room_level =1>> <<elseif $items_adriana_room[0].quantity == 0>> <br><br><br><br><br> <<InsertText_Size_animated "This has been improved">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <<Back1 "Improve_adriana_room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<set _random_1 to random(1,2)>> /*----------------------------------------------------------------------------------*/ /*----------------------- SLEEP -----------------------------------------*/ <<if _random_1 ==1>> <br><<InsertText_Size_animated "Adriana is still sleeping">> <<RandomImageOnlyWebp1 2 3 "Adriana_room/Morning/morning">> /*-------------------------------------------------------------------------------------*/ /*---------------------------- NO SLEEP ------------------------------------------*/ <<elseif _random_1 == 2 >> <<set _random_2 to random(1,1)>> /*---------------------------- IN THE BED -------------------------------------------*/ <<if _random_2 == 1>> <br><<InsertText_Size_animated "<span>Adriana stretches and squirms in bed, <br>slowly waking up before finally getting up</span>">> <<set _random_img to random(1,3)>> <<if _random_img == 1>> <<RandomImageOnlyWebp1 2 2 "Adriana_room/Morning/Peek_young/">> <<elseif _random_img == 2>> <<RandomImageOnlyWebp1 3 3 "Adriana_room/Morning/Peek_young/">> <<elseif _random_img == 3>> <<RandomImageOnlyWebp1 5 5 "Adriana_room/Morning/Peek_young/">> <</if>> /*--------------------------------------------------------------------------------*/ <<if _random_img == 1>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/2/" 1 1 1>> <br><<InsertText_Size_animated "Suddenly, she started to caress herself">> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/2/" 2 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/2/" 3 5 3>> <br><<InsertText_Size_animated "<<Yellow_text 'Adriana seems to be dependent on physical pleasures and self-gratification'>>">> <<if $first_time_meet_adriana_catch_ar !=1>> <<set $adriana_caught1 +=1>> <<set $first_time_meet_adriana_catch_ar =1>> <<Not_top1_plus Caught 1>> <</if>> <<set $corruption[2] +=2>> <<Not_corruption_top_plus Adriana 2>> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif _random_img == 2>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 1 1>> <br><<InsertText_Size_animated "Adriana lies in bed, teasing herself with her sweet, enticing backside">> <br><<linkappend "<<InsertText_Size_animated 'Get a better look at her ass'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 2 2>> <br><<Text_animated_face_person "Her pussy is a stunning masterpiece, captivating and exquisitely beautiful">> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Text_animated_face_person "Yes, touch yourself more... she's such a nymphomaniac">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 3 3>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Morning/Peek_young/3/" 4 5>> <br><<linkappend "<<InsertText_Size_animated 'She retrieves a toy for her intimate play'>>">> /*------------------------- SEX SCENE -----------------------------------*/ /*//////////////////////// SCENE ///////////////////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 1</div>">> <<append "#dsfsd">> <<if $arousal_face < 5 && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/3/Scene/" 1 3 1>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 2</div>">> <<append "#dsfsd">> <<if $arousal_face< 5 && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/3/Scene/" 4 4 2>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// CUM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s7' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd">> <<if $arousal_face >=5 && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/3/Scene/" 5 5 3>> <<set _cum_person =1>> <<set $arousal_face =0>> <br><<Arousal_person_face Adriana>> <<set $corruption[2] +=3>> <<Not_corruption_top_plus Adriana 3>> <<if $first_time_meet_adriana_catch_ar !=1>> <<set $adriana_caught1 +=1>> <<set $first_time_meet_adriana_catch_ar =1>> <<Not_top1_plus Caught 1>> <</if>> <<elseif _cum_person ==1>> <<replace "#s7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<elseif _random_img == 3>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/5/" 10 10 4>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/5/" 1 1 5>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/5/" 2 3 6>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/5/" 4 6 7>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/5/" 7 8 8>> <br><<linkappend "<<InsertText_Size_animated 'Keep on peeking at her more'>>">> <br><<Mp4_178 "Adriana_room/Morning/Peek_young/5/" 9 9 9>> <br><<InsertText_Size_animated "It looks like Adriana is deeply immersed in exploring her own body">> <<set $corruption[2] +=3>> <<Not_corruption_top_plus Adriana 3>> <<if $first_time_meet_adriana_catch_ar !=1>> <<set $adriana_caught1 +=1>> <<set $first_time_meet_adriana_catch_ar =1>> <<Not_top1_plus Caught 1>> <</if>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</if>> /*-----------------------------------------------------------------------------*/ <</if>> <</if>> <<set $day_time ++>> <<Back1 "Adriana room">> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" > <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Male</div> <div><img style="width:140px; " src="img/Shadow_street/Shop/drug1.png"></div> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $money >=2050 >> <div> <<link "2050$" _name_of_passage>> <<set $money -= 2050>> <<set $drug1 += 1>> <</link>> </div> <<elseif $money <2050>> <div> <<link "2050$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<Back1 "Shadow_street">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Backyard/Adriana/Adriana" "cell_center">> <br><<Text_animated_face Adriana "It's cool that we can afford a pool at home. I'm curious how it all happened">> <br><<Text_animated_face_person "Do you want me to tell you about it sometime?">> <br><<Text_animated_face Adriana "Yeah, sure. Now I have another plan">> <br><<Text_animated_face_person "What plan?">> <br><<Text_animated_face Adriana "I often see our neighbor here, it seems like she's a lesbian">> <br><<Text_animated_face_person "Do you like lesbians?">> <br><<Text_animated_face Adriana "I'm active, and to be honest, I haven't fully explored myself yet">> <br><<InsertText_Size_animated "<<Yellow_text 'This storyline will be developed in future versions'>>">> <<Back1 "Backyard">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $items_gifts[0].quantity >0>> <<InsertText_Size_animated "You gave Adriana chocolate">> <<set $relationship[2] +=0.5>> <<set $items_gifts[0].quantity -=1>> <<Not_relationship_top_plus Adriana 0.5>> <<Not_top1_minus chocolate 1>> <<else>> <<InsertText_Size_animated "You dont have chocolate">> <</if>> <<Back1 "Give_gift_ar">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $items_gifts[1].quantity >0>> <<InsertText_Size_animated "You gave Adriana flowers">> <<set $relationship[2] +=2>> <<set $items_gifts[1].quantity -=1>> <<Not_relationship_top_plus Adriana 2>> <<Not_top1_minus flowers 1>> <<else>> <<InsertText_Size_animated "You dont have flowers">> <</if>> <<Back1 "Give_gift_ar">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You mixed the funny things into Adriana's drink">> <<set $funny_thing_adriana =1>> <<set $drug1 -= 1>> <<Not_top_minus thing 1>> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You mixed the arousal pills into Adriana's drink">> <<set $arousal_scene_pills_adriana =1>> <<set $arousal_pills -= 1>> <<Not_top_minus pills 1>> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <<widget "Notification2">> <div id="notification"> <div style="display:flex; width:40%; height:98%; border: 0px solid red; flex-direction: column; margin:8px; box-shadow: 0px 0px 4px 4px black; background-color: rgba(96, 62, 99, 0.85);"> <div style="display: flex; width:100%; height: 8%; align-items: center; justify-content: center; border: 0px solid black;" > <span style="font-size: 24px; font-weight: bold; color: #ff19f1; text-shadow: 0px 2px 7px #FF0D2E;"> Your Mystic Muse</span></div> <div style="display: flex; width:100%; height: 92%; justify-content: center;"> <div class="card_angel"> <img src="img/Angel/Card/Angel2.webp"> </div> </div> </div> <div style="display:flex; width:60%; height:98%; border: 0px solid red; padding-top: 0px; flex-direction: column; margin: 8px; box-shadow: 0px 0px 4px 4px black; background-color: rgba(96, 62, 99, 0.82);"> <div style="display:block; width:100%; height:92%; border: 0px solid red; padding-top: 10px; overflow-y: auto; padding-bottom: 20px; "> <<Text_animated_face_angel Celestia "To progress further in the game, you should hire five sex workers; they will generate good income. Then, buy a Local Shop, which will provide passive income">> </div> <div style="display:flex; width:100%; height:8%; border-top: 2px solid black; padding-top: 0px; "> <div class="cell_1_yr" style="border:0px solid; width:100%; "> <div id="Back" style="background-color: black; cursor: pointer;" onclick="document.getElementById('notification').style.display='none'; "><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; " src="img/Log/back1.png">Close</div> </div> </div> </div> </div> <<Not_new_quest>> <<script>> document.addEventListener('DOMContentLoaded', function() { if (!localStorage.getItem('notificationClosed')) { document.getElementById('notification').style.display = 'block'; } document.getElementById('notification').querySelector('button').addEventListener('click', function() { document.getElementById('notification').style.display = 'none'; localStorage.setItem('notificationClosed', 'true'); }); }); <</script>> <style> #notification { display: flex; flex-direction: row; position: fixed; top: 5%; left: 21.5%; width: 1070px; height: 720px; background-color: rgba(109, 95, 112, 0.9); border: 0px solid #f5c6cb; z-index: 1000; border-radius: 2px; align-items: center; box-shadow: 0px 0px 4px 4px black; } #notification button { margin-top: 10px; } .content_text_visual_face_angel{ display:flex; align-items: center; justify-content: center; border: 0px solid #fff; width: 100%; } /*------------------------------------- CARD -------------------------------------*/ .card_angel { position: relative; width: 400px; height: 600px; background-color: #000; display: flex; flex-direction: column; justify-content: top; padding: 2px; margin-left:0px; gap: 0px; border-radius: 8px; cursor: pointer; } .card_angel::before { content: var(--variablesContent); display:flex; font-family:fantasy; font-size: 18px; line-height: 30px; white-space: pre-wrap; bottom: 0; left: 0; position: absolute; inset: 0; width: 100%; height: 100%; margin: auto; margin-left:-2px; border-radius: 10px; background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%); z-index: -10; pointer-events: none; transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 2px solid #fff; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 23)); } .card_angel::after { content: ""; white-space: pre-line;; z-index: -10; position: absolute; inset: 0; background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100%); transform: translate3d(0, 0, 0) scale(0.95); filter: blur(20px); } .card_angel img { position: absolute; width: 400px; height: 600px; border-radius: 10px; transition: opacity 0.6s ease-in-out; opacity: 1; } .card_angel:hover::before { transform: rotate(0deg) scaleX(1.34) scaleY(0.77); z-index: 11; } </style> <</widget>> <</nobr>>
<<nobr>> <<Connect>><</Connect>> <<set $akfmac to window.resultp3456>> /*<<print $akfmac>>*/ <div style="margin-top: -14px;"> <<if $akfmac == 2726345381511337>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #18783a; color: white;">Omega Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: green;">Walkthrough + Cheats</li> <li style="color: green;">Starting money $250,000</li> <li style="color: green;">Access to the HD version of the game</li> <li style="color: red;">You don't have access to bonus scenes + Archive</li> <li style="color: red;">You don't create your own list of scenes </li> <li style="color: red;">You do not receive the unique perk </li> </ol> </div> </div> </div> <<set $money to 250000>> <<elseif $akfmac == 6882056584321503000>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 260px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #4c3cf8; color: white;">Beta Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: green;">Walkthrough + Cheats</li> <li style="color: green;">Starting money $250,000</li> <li style="color: green;">The HD version</li> <li style="color: green;">Access to 6 bonus scenes + Archive of scenes </li> <li style="color: green;">Starting Arousal-Max = 20</li> <li style="color: green;">You can create your own list of scenes </li> <li style="color: green;">The unique perk </li> </ol> </div> </div> </div> <<set $perk3 =1>> <<set $money to 250000>> <<set $arousal_person_max = 20>> <<elseif $akfmac == 131934305388892520000>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 260px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style="text-shadow: 0px 2px 7px #f42bff; color: white;">Alpha Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: green;">Walkthrough + Cheats</li> <li style="color: green;">Starting money $250,000</li> <li style="color: green;">The HD version</li> <li style="color: green;">Access to All 9 bonus scenes + Archive of scenes </li> <li style="color: green;">Starting Arousal-Max = 40</li> <li style="color: green;">You can create your own list of scenes </li> <li style="color: green;">The unique perk </li> </ol> </div> </div> </div> <<set $perk3 =1>> <<set $money to 250000>> <<set $arousal_person_max = 40>> <<elseif $akfmac == 179910416439398920000>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 260px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid #41c01c; justify-content: center; align-items: center;"> <span style='color: #41c01c; font-size: 18px; font-weight: bold;'>You have access to <span style=" text-shadow: 0px 2px 7px #fd2424; color: white;">SIgma Level</span></span><img style="width:70px; height: px;" src="img/Log/happy1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: green;">Walkthrough + Cheats</li> <li style="color: green;">Starting money $250,000</li> <li style="color: green;">Access to the HD version of the game</li> <li style="color: green;">Access to All 9 bonus scenes + Archive of scenes </li> <li style="color: green;">Starting Arousal-Max = 1000</li> <li style="color: green;">You can create your own list of scenes </li> <li style="color: green;">The unique perk </li> </ol> </div> </div> </div> <<set $perk3 =1>> <<set $money to 250000>> <<set $arousal_person_max = 1000>> <<else>> <div class="content_text_visual_1" id="animated" style="border: 0px solid;"> <div style="display: flex; width: 540px; height: 250px; border-bottom: 0px solid; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 3px 3px #C1ABD4; border-radius: 15px;"> <div style="display: flex; width: 100%; height: 20%; border-bottom: 2px solid red; justify-content: center; align-items: center;"> <span style='color: red; font-size: 18px; font-weight: bold;'>You don't have access to</span><img style="width:60px; height: 60px;" src="img/Log/sad1.png"></div> <div style="display: flex; width: 100%; height: 80%; border: 0px solid yellow; justify-content: center; align-items: center; font-size: 17px; font-weight: bold; "> <ol> <li style="color: red;">Walkthrough + Cheats</li> <li style="color: red;">Starting money $250,000</li> <li style="color: red;">The HD version</li> <li style="color: red;">Bonus scenes + Archive</li> <li style="color: red;">The ability to create your own list of scenes </li> <li style="color: red;">The unique perk</li> </ol> </div> </div> </div> <</if>> </div> <br> <div class="patreon_access" style= "margin-top:-10px; margin-bottom: -10px;" > <div class="patreon_access_top"><span style="margin-left:70px; ">Support my project and get goodies</span> <img class= "support_cat_heart" src="img/Log/cat_heart1.png"></div> <div class="patreon_access_bottom"> <div class="patreon_access_bottom1"> <div class="patreon_access_bottom1_levelup">Omega Level</div> <div class="patreon_access_bottom1_levelbottom"> <ul> <li>Walkthrough + Cheats</li> <li> $250,000</li> <li> Access to the HD version of the game </li> <li> Exclusive Discord role</li> <li style="margin-top:8px;"> <div style="display:flex; flex-direction: row;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img style="margin-top: 5px; width: 30px; height: 30px;" class="img_patreon" src="img/Log/star1.png"></a></div></li> </ul> </div> </div> <div class="patreon_access_bottom2"> <div class="patreon_access_bottom1_levelup2">Beta Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>Walkthrough + Cheats</li> <li> $250,000</li> <li> Access to the HD version </li> <li>Access to <span style="color:gold;"> 6 bonus scenes + Archive</span> </li> <li>Starting Arousal Max = 20</li> <li>Unique perk in the game</li> <li> Exclusive Discord role</li> <li style="margin-top:8px;"><div style="display:flex; flex-direction: row;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img style="margin-top: 5px; width: 30px; height: 30px;" class="img_patreon" src="img/Log/star1.png"></a></div></li> </ul> </div> </div> <div class="patreon_access_bottom3"> <div class="patreon_access_bottom1_levelup3">Alpha Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>Walkthrough + Cheats</li> <li> $250,000</li> <li> Early access to the HD version </li> <li>Access to <span style="color:gold;">All 9 bonus scenes + Archive</span> </li> <li> Starting Arousal Max = 40</li> <li> Creating your own list of scenes</li> <li>Unique perk in the game</li> <li> Exclusive Discord role</li> <li style="margin-top:4px;"><div style="display:flex; flex-direction: row;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img style="margin-top: 5px; width: 30px; height: 30px;" class="img_patreon" src="img/Log/star1.png"></a></div></li> </ul> </div> </div> <div class="patreon_access_bottom4"> <div class="patreon_access_bottom1_levelup4">SIgma Level</div> <div class="patreon_access_bottom1_levelbottom2"> <ul> <li>Walkthrough + Cheats</li> <li> $250,000</li> <li> Early access to the HD version </li> <li> Access to <span style="color:gold;"> All 9 bonus scenes + Archive</span> </li> <li> Starting Arousal Max = 1000</li> <li> Creating your own list of scenes</li> <li> Unique perk in the game</li> <li> Exclusive Discord role</li> <li style="margin-top:4px;"><div style="display:flex; flex-direction: row;"> <a class="ref" href="http://www.patreon.com/ToBeSIgma"><img class="img_patreon" src="img/patreon1.png"></a> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img style="margin-top: 5px; width: 30px; height: 30px;" class="img_patreon" src="img/Log/star1.png"></a></div></li> </ul> </div> </div> </div> <div class="patreon_access_continue"> <div class="cell_1_yr" style="display: flex; width:50%; margin:0px; padding:0px; border:0px solid;" > <div id="Back"> Back</div> </div> <<ClickContainerById "Back" "Hacking">><</ClickContainerById>> </div> </div> <style> .patreon_access{ display: flex; flex-direction: column; width: 1050px; min-height: 500px; margin-left: -95px; border:0px solid #fff; } .patreon_access_bottom1 ul { font-size: 14px; } .patreon_access_bottom2 ul { font-size: 14px; } .patreon_access_bottom3 ul { font-size: 14px; } .patreon_access_bottom4 ul { font-size: 14px; } .patreon_access_top{ display: flex; width: 100%; height: 60px; border: 0px solid #fff; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #FF0D2E; font-size:30px; } .support_cat_heart { width: 70px; height: 70px; margin-top:-20px; } .patreon_access_bottom{ display: flex; flex-direction:row; width: 100%; height: 350px; border: 0px solid green; justify-content: space-between; margin-top:10px; } .patreon_access_bottom1{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid green; border-radius: 10px; box-shadow: 0px 0px 4px 2px #18783a; } .patreon_access_bottom2{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid blue; border-radius: 10px; box-shadow: 0px 0px 4px 2px #4c3cf8; } .patreon_access_bottom3{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid yellow; border-radius: 10px; box-shadow: 0px 0px 4px 2px #f42bff; } .patreon_access_bottom4{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 24%; border: 0px solid red; border-radius: 10px; box-shadow: 0px 0px 4px 2px #fd2424; } .patreon_access_bottom1_levelup{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #18783a; } .patreon_access_bottom1_levelbottom{ display:flex; border: 0px solid red; width: 100%; height: 84%; } .patreon_access_bottom1_levelup2{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #4c3cf8; } .patreon_access_bottom1_levelup3{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #f42bff; } .patreon_access_bottom1_levelup4{ display:flex; width: 220px; height: 16%; border-bottom: 1px solid; font-size: 20px; font-weight: bold; justify-content: center; align-items: center; text-shadow: 0px 2px 7px #fd2424; } .patreon_access_bottom1_levelbottom2{ display:flex; border: 0px solid red; width: 100%; height: 84%; } .patreon_access_continue{ display: flex; margin-top: 16px; width: 100%; height: 50px; border: 0px solid green; justify-content: center; } </style> <</nobr>>
<<nobr>> <br><br><br><br><br> <<InsertText_Size_animated "You dont have enough energy">> <<Back1 "Church">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" id="animated"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "College/Biology/Lesson/Megan_intro" "cell_center">> <br><<Text_animated_face Megan "Hi $name_person, I haven’t seen your sister Adriana at college for a while. Did something happen?">> <br><<Text_animated_face_person "Hi Megan, she’s been acting a bit differently lately, often disappearing from home, and ... I didn’t even know she stopped going to college">> <br><<Text_animated_face Megan "Yeah, it’s really strange. Maybe she has something on her mind. We should visit her sometime; she doesn’t respond to me">> <br><<Text_animated_face_person "Yes, of course, she does come over. I’m always happy to see you at my house">> <br><<Text_animated_face Megan "Oh, you’re as sweet as ever...">> <<set $first_talk_with_megan_about_adriana =1>> <<Not_new_quest>> <<Back2 "Dining_hall_megan" "End talk">> <<set $first_meet_with_megan =1>> <</nobr>>
<<nobr>> <div class="header_mail"> <div class="cap_mail"> <div class="cap_mail_1"> </div> <div class="cap_mail_2"> </div> <div class="cap_mail_3"><<Back1 "Laptop_mom">></div> </div> <div class="contain_mail1"> <br><div class="content_mail1_1"> Open dialogues</div> <br> <div class="open_dialogues mom_dialogues" id="marie_dialogues"> <div class="french marie"> </div> <div style="display: flex; justify-content: center; width:70%; font-size: 22px; font-weight:bold;">Marie</div> </div> </div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Vain/Vain" "vain">> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Marie" "marie">> <<ClickContainerById "vain_dialogues" "Under_the_development">><</ClickContainerById>> <<ClickContainerById "marie_dialogues" "Check_mom_laptop_dialogues_marie">><</ClickContainerById>> <style> .header_mail{ display:flex; flex-direction: column; width: 1050px; min-height: 350px; margin-left: -95px; border: 0px solid #fff; margin-top:-30px; margin-bottom:-10px; height: 826px; background-image: url('img/Veronica/check_mail1.jpg'); background-size: cover; border-radius:10px; filter: brightness(90%) saturate(100%); margin-bottom:-100px; filter: blur(0px); position:absolute; z-index:-11; overflow-y: auto; overflow-x: hidden; } .cap_mail{ display:flex; border: 0px solid #000; position: relative; z-index:10; min-width: 90%; height: 11%; background-color:#075e54; border-radius: 10px 10px 0px 0px; border-bottom: 2px solid #fff; } .contain_mail1{ display:flex; height: 89%; border: 0px solid #fff; position: relative; z-index:10; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-radius: 10px 10px 0px 0px; justify-content: top; align-items: center; } .cap_mail_1,.cap_mail_2,.cap_mail_3 { display:flex; justify-content:center; align-items:center; } .cap_mail_1{ width:20%; } .cap_mail_2{ width:40%; font-size:40px; font-weight:bold; justify-content:left; margin-left:-16px; margin-right:20px; } .cap_mail_3{ width:40%; } .cap_mail_1 img{ display: flex; object-fit: cover; height:70px; width:70px; border-radius: 37px; border:2px solid #fff; } .your_room{ width:500px; border: 0px solid #fff; } .cell_1_yr{ width:500px; } .content_mail1_1{ display:flex; position: relative; justify-content: center; align-items: center; width:300px; border: 0px solid #fff; border: 2px solid rgba(255, 255, 255, 0.7); font-weight: bold; font-size: 18px; margin:0 20px 0 20px; padding: 2px 6px; border-radius: 12px; background-color: rgba(7, 94, 84, 0.8); box-shadow: 0px 0px 3px 3px #C1ABD4; } .open_dialogues{ display:flex; justify-content:center; align-items:center; padding:0px; margin:0px; width: 320px; border: 2px solid rgba(255, 255, 255, 0.7); border-radius: 18px; background-color: rgba(7, 94, 84, 0.8); box-shadow: 0px 0px 3px 3px #C1ABD4; } .french img{ width:50px; height:50px; margin-top:2px; margin-bottom:2px; justify-content: center; align-items: center; } .french { width:30%; display: flex; justify-content: center; align-items: center; border-right: 2px solid rgba(255, 255, 255, 0.7); padding-top:2px; padding-bottom:2px; } </style> <</nobr>>
<<nobr>> <div class="header_mail"> <div class="cap_mail"> <div class="cap_mail_1"> </div> <div class="cap_mail_2"> Marie</div> <div class="cap_mail_3"><<Back1 "Check_mom_laptop">></div> </div> <div class="contain_mail1"> <br> /*////////////////////////////////////////////////////////////////////////////////////////*/ <<if $event_mom[14].quantity ==1>> /*------------------------- 1 MESSAGE -----------------------------------------*/ <br><<linkappend "<div class='content_mail1_1_center'> <<if $message_from_marie_to_mom_ml1 !=1>> <span style='color: #E4DC2D;'>New message</span> <<elseif $message_from_marie_to_mom_ml1 ==1>> <span style='color:#130890'>Read Message 1 </span> <</if>> </div> ">> <br><<Text_animated_face_left_link Marie "Hey girl, how are you doing?">> <br><<Text_animated_face_right Mom "Not so great, since I have to look for a new job, but at the same time, I feel amazing, Marie">> <br><<Text_animated_face_left_link Marie "I told you to leave that lousy bastard. He only ruined your life, but I’m glad you’re finally breathing again">> <br><<Text_animated_face_right Mom "Yes, I feel so liberated, so open to everything. I haven't felt such passionate love, emotions, and real feelings in so long. We didn’t even have sex for the whole last year, so what can I say? I missed it so much... well, you get it">> <br><<Text_animated_face_left_link Marie "Yeah, girl, things weren’t looking good">> <br><<Text_animated_face_right Mom "That’s an understatement. I even catch myself having sinful thoughts...">> <br><<Text_animated_face_left_link Marie "What kind?">> <br><<Text_animated_face_right Mom "It's a little shameful to say out loud, quite surprising, isn’t it?">> <br><<Text_animated_face_left_link Marie "You? Talking about shame? Back when we were young... every guy wanted a piece of us in college, but we played with them all and did whatever we wanted with them!">> <br><<Text_animated_face_right Mom "Hahaha, I remember sitting on one guy’s face while his dick was tied up... remember James? He couldn’t cum properly for a month after that">> <br><<Text_animated_face_left_link Marie "Oh, poor James. I remember how we took one freshman in senior year, and he had no idea what he was getting into. You started sucking him off, and I put on my favorite strap-on and went in from behind">> <br><<Text_animated_face_right Mom "Oh my God... you’re telling these stories... I’m getting so turned on, girl. I really missed this. I used to love cock, and lots of cock...">> <br><<Text_animated_face_left_link Marie "Thinking of our dear Kendra... anyway, it’s settled. I’ll get you a job with me, don’t worry, I’ve got it covered... and I’ll tell you everything else when we meet up. I’ve got a lot to share too">> <<set $message_from_marie_to_mom_ml1 =1>> <<set $event_mom[15].quantity =1>> <br><div class="content_mail1_1_center_left"> End session</div><br><br> <</linkappend>> <</if>> /*------------------------ END 1 MESSAGE -----------------------------------*/ <<if $event_mom[16].quantity ==1 >> /*------------------------- 2 MESSAGE --------------------------------*/ <br><<linkappend "<div class='content_mail1_1_center'> <<if $message_from_marie_to_mom_ml2 !=1>> <span style='color: #E4DC2D;'>New message</span> <<elseif $message_from_marie_to_mom_ml2 ==1>> <span style='color:#130890'>Read Message 2</span> <</if>> </div> ">> <br><<Text_animated_face_left_link Marie "I’m glad we’ve met again after all this time">> <br><<Text_animated_face_right Mom "Now I won’t let you go">> <br><<Text_animated_face_left_link Marie "It seems like you’ve become a bit stiff, lost your touch, or at least that’s how it feels...">> <br><<Text_animated_face_right Mom "Maybe, I’ve started avoiding men, though I don’t show it outwardly. But looking at $name_person,... many strange thoughts come to mind...">> <br><<Text_animated_face_left_link Marie "So, so, so... please, go into more detail from this point on, my friend. I think the most interesting part is yet to come; I love these kinds of stories, you know that">> <br><<Text_animated_face_right Mom "Hmm... you remember how I used to love when one cock would enter me from below and I, like a shaman, would control the whole process and take in others in various states and roles">> <br><<Text_animated_face_left_link Marie "Yes, sister... not only do I remember, but it feels like I can still sense it in my memories... So, what, do you want your.... to fuck you?">> <br><<Text_animated_face_right Mom "Ugh... not so crudely, that's wrong. I always maintain high morals in front of him. I don't think he feels anything towards me except warm, familial feelings, though I sometimes sense different looks on me, especially lately...">> <br><<Text_animated_face_left_link Marie "I don’t know, I don’t know, friend. I know milf hunters, at their age, they’re all like that. They’re always looking for an excuse for some milf with a great ass and a curvy body to pounce on them, to wrap their cock in her lush breasts and start sucking it...">> <br><<Text_animated_face_right Mom "Mmm... Oh God... stop, I’m such a pervert inside. I need to tame my beast, or I’ll end up seducing and influencing my son...">> <br><<Text_animated_face_left_link Marie "Listen, I know you're good at everything. I'd take lessons from you myself, but I'm afraid we still have our own adventures ahead">> <br><<Text_animated_face_left_link Marie "So, I have a trainee. You know I'm not shy about my sex life. I'll send her to you so you can train her properly and get a taste of the kind of life I'm living right now">> <br><<Text_animated_face_right Mom "I’m not sure if I can handle it, but... let it be what it will be. I’ve restrained myself so much all this time anyway">> <br><<Text_animated_face_right Mom "how me what she looks like">> <br><<Webp_between_text_random_tall_15_left_link "Reena/" 1 1>> <br><<Text_animated_face_right Mom "I want to see her without her outerwear">> <br><<Webp_between_text_random_tall_15_left_link "Reena/" 2 2>> <br><<Text_animated_face_right Mom "What a juicy lady... You must tell me what you're actually doing there, but for now, I'm all fired up about her...">> <br><<Text_animated_face_left_link Marie "Yes... She has immense potential... and I want you to feel it">> <br><<Text_animated_face_left_link Marie "Our meeting wasn’t in vain. I’ll bring back that Kendra who used to train with me. <span style='color:#C3A62D;'>Expect her on Thursday</span>. You know what to wear...">> <<set $message_from_marie_to_mom_ml2 =1>> <<set $event_mom[19].quantity =1>> <br><div class="content_mail1_1_center_left"> End session</div><br><br> <</linkappend>> <</if>> /*------------------------ END 2 MESSAGE -----------------------------------*/ <<if $event_mom[22].quantity ==1 >> /*------------------------- 3 MESSAGE --------------------------------*/ <br><<linkappend "<div class='content_mail1_1_center'> <<if $message_from_marie_to_mom_ml3 !=1>> <span style='color: #E4DC2D;'>New message</span> <<elseif $message_from_marie_to_mom_ml3 ==1>> <span style='color:#130890'>Read Message 3</span> <</if>> </div> ">> <br><<Text_animated_face_left_link Marie "How do you like the gift?">> <br><<Text_animated_face_right Mom "Very sophisticated... She’s amazing, where did you find her?">> <br><<Text_animated_face_left_link Marie "She’s one of my best students, you deserve the best">> <br><<Text_animated_face_right Mom "Wow, so many emotions... I just want to dive back into these games when my pussy is turned on all the time...Let her come over these days...">> <br><<Text_animated_face_left_link Marie "Alright, sweetheart... I hope I didn’t screw up by awakening the succubus in you, haha">> <br><<Text_animated_face_right Mom "It’s not just for you to have all the fun in this life, darling...">> <br><<Text_animated_face_left_link Marie "How about we meet at a bar? I want to celebrate it - your sexual comeback, and maybe do something a bit more exciting than just having a glass of wine">> <br><<Text_animated_face_right Mom "Yes, I agree, lead me into this life, baby">> <<set $message_from_marie_to_mom_ml3 =1>> <<set $event_mom[23].quantity =1 >> <</linkappend>> /*------------------------ END 3 MESSAGE -----------------------------------*/ <</if>> <<if $event_mom[24].quantity ==1>> /*------------------------- 4 MESSAGE --------------------------------*/ /*////////////////////////////////////////////////////////////////////////////////////////*/ <br><<linkappend "<div class='content_mail1_1_center'> <<if $message_from_marie_to_mom_ml4 !=1>> <span style='color: #E4DC2D;'>New message</span> <<elseif $message_from_marie_to_mom_ml4 ==1>> <span style='color:#130890'>Read Message 4</span> <</if>> </div> ">> <br><<Text_animated_face_right Mom "Hey, while I’m out walking during breaks, I often see Black guys going up to the higher floors. Do they own this corporation?">> <br><<Text_animated_face_left_link Marie "Didn’t you notice the name of the company – Black Prince Corporation?">> <br><<Text_animated_face_right Mom "Hmm...Yeah, i know, but... Have you tried Black cock?">> <br><<Text_animated_face_left_link Marie "...You jumped to that so fast... of course I have, what kind of question is that?">> <br><<Text_animated_face_right Mom "Tell me about it">> <br><<Text_animated_face_left_link Marie "Don't surprise me, girlfriend... you haven’t had a big Black cock?">> <br><<Text_animated_face_right Mom "No... you know, I haven’t really dabbled in interracial...">> <br><<Text_animated_face_left_link Marie "Another checkmark in my list of educating you... let me show you something">> <br><<Webp_between_text_random_15_left_link "Marie/Black/" 1 1>> <br><<Text_animated_face_right Mom "Are they really that big? Marie, send me more">> <br><<Webp_between_text_random_tall_178_left_link "Marie/Black/" 2 2>> <br><<Text_animated_face_right Mom "Oh god... I’m becoming insatiable...">> <br><<Text_animated_face_left_link Marie "You know, word from the top is that you’ve already been noticed, you’re climbing fast...">> <br><<Text_animated_face_right Mom "Marie... ">> <br><<Text_animated_face_left_link Marie "Yes, sis... ">> <br><<Text_animated_face_right Mom "I want to see more cocks in you, not talk about the corporation right now... send me what you’ve got, I’m already touching myself...">> <br><<Text_animated_face_left_link Marie "You’re such a pervert, love you, here you go">> <br><<Webp_between_text_random_178_left_link "Marie/Black/" 3 3>> <br><<Text_animated_face_left_link Marie "Mmm, I imagine his huge cock sliding into me ...">> <br><<Webp_between_text_random_178_left_link "Marie/Black/" 4 4>> <br><<Text_animated_face_right Mom "You look so good here, sweetheart... I’d fuck you myself right now">> <br><<linkappend "<<Text_animated_face_right Mom 'Here you go, sweetie... you will get it soon...'>>">> <br><<Mp4_tall_178_right "Mom/solo" 1 1 1>> <br><<Text_animated_face_right Mom "I want more cock inside you...">> <br><<Text_animated_face_left_link Marie "Mmm... my pussy hasn’t been this turned on by girls in a long time...">> <br><<Webp_between_text_random_133_left_link "Marie/Black/" 5 5>> <br><<Text_animated_face_right Mom "Your ass is perfect">> <br><<Text_animated_face_right Mom "Yeah, bitch... Send me how that Black guy comes on you">> <br><<Webp_between_text_random_1_left_link "Marie/Black/" 6 6>> <br><<linkappend "<<Text_animated_face_right Mom 'Yeah, baby... cover her with cum... mmm... the taste of that sperm...'>>">> <br><<Mp4_tall_178_right "Mom/solo" 2 2 2>> <br><<Text_animated_face_left_link Marie "That cybersex was so dirty... I’m waiting for your pussy on my desk">> <<set $event_mom[25].quantity =1>> <br><div class="content_mail1_1_center_left"> End session</div> <<set $message_from_marie_to_mom_ml4 =1>> <</linkappend>> <</linkappend>> <</linkappend>> /*------------------------ END 4 MESSAGE -----------------------------------*/ <</if>> <br> </div> </div> <style> .header_mail{ display:flex; flex-direction: column; width: 1050px; min-height: 350px; margin-left: -95px; border: 0px solid #fff; margin-top:-30px; margin-bottom:-10px; height: 826px; background-image: url('img/Veronica/check_mail1.jpg'); background-size: cover; border-radius:10px; filter: brightness(90%) saturate(100%); margin-bottom:-100px; filter: blur(0px); position:absolute; z-index:-11; overflow-y: auto; overflow-x: hidden; } .cap_mail{ display:flex; border: 0px solid #000; position: relative; z-index:10; min-width: 90%; height: 11%; background-color:#075e54; border-radius: 10px 10px 0px 0px; border-bottom: 2px solid #fff; } .contain_mail{ display:flex; height: 89%; border: 0px solid #fff; position: relative; z-index:10; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-radius: 10px 10px 0px 0px; padding-bottom:4px; } .cap_mail_1,.cap_mail_2,.cap_mail_3 { display:flex; justify-content:center; align-items:center; } .cap_mail_1{ width:20%; } .cap_mail_2{ width:40%; font-size:40px; font-weight:bold; justify-content:left; margin-left:-16px; margin-right:20px; } .cap_mail_3{ width:40%; } .cap_mail_1 img{ display: flex; object-fit: cover; height:70px; width:70px; border-radius: 37px; border:2px solid #fff; } .your_room{ width:500px; border: 0px solid #fff; } .cell_1_yr{ width:500px; } </style> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Marie" "cap_mail_1">> <</nobr>>
<<nobr>> <div class="gal_con_1"> /*---------------- Inside gallery---------------*/ /*------------------ Catalog -------------------*/ <div class="gal_catalog_1"> <div class="gal_catalog_chars_1"> /*------------------------------ CARDS ---------------------------------------*/ <div class="gal_catalog_chars_1_5up"> <div class="card_g_new Mom"> <div class="card-inner"> <div class="card-front"> [img["img/Mom/Card/Mom.webp"][Mom]] <p class="heading" id="Mom">Mom</p> </div> <div class="card-back"> [img["img/Mom/Card/Mom_back1.webp"][Mom]] </div> </div> </div> <div class="card_g_new Adriana"> <div class="card-inner"> <div class="card-front"> [img["img/Adriana/Card/Adriana_front1.webp"][Adriana]] <p class="heading" id="Adriana">Adriana</p> </div> <div class="card-back"> [img["img/Adriana/Card/Adriana_back2.webp"][Adriana]] </div> </div> </div> <div class="card_g_new Veronica"> <div class="card-inner"> <div class="card-front"> [img["img/Veronica/Card/Veronica_front.webp"][Veronica]] <p class="heading" id="Veronica">Veronica</p> </div> <div class="card-back"> [img["img/Veronica/Card/Veronica_back.webp"][Veronica]] </div> </div> </div> <div class="card_g_new Kagney"> <div class="card-inner"> <div class="card-front"> [img["img/Kagney/Card/kagney1.jpg"][Kagney]] <p class="heading" id="Kagney">Kagney</p> </div> <div class="card-back"> [img["img/Kagney/Card/Kagney.webp"][Kagney]] </div> </div> </div> <div class="card_g_new Angelica"> <div class="card-inner"> <div class="card-front"> [img["img/Angelica_heart/Card/Angelica2.webp"][Angelica]] <p class="heading" id="Angelica">Angelica</p> </div> <div class="card-back"> [img["img/Angelica_heart/Card/Angelica-2.webp"][Angelica]] </div> </div> </div> </div> <div class="gal_catalog_chars_1_5up"> <div class="card_g_new Foxie"> <div class="card-inner"> <div class="card-front"> [img["img/Foxie/Card/Foxie1.webp"][Foxie]] <p class="heading" id="Foxie">Foxie</p> </div> <div class="card-back"> [img["img/Foxie/Card/Foxie.webp"][Foxie]] </div> </div> </div> <div class="card_g_new Francesca"> <div class="card-inner"> <div class="card-front"> [img["img/Francesca/Card/2/Francesca7.webp"][Francesca]] <p class="heading" id="Francesca">Francesca</p> </div> <div class="card-back"> [img["img/Francesca/Card/4/Francesca3.webp"][Francesca]] </div> </div> </div> <div class="card_g_new Riley"> <div class="card-inner"> <div class="card-front"> [img["img/Riley/Card/Riley2.webp"][Riley]] <p class="heading" id="Riley">Riley</p> </div> <div class="card-back"> [img["img/Riley/Card/Riley.webp"][Riley]] </div> </div> </div> <div class="card_g_new Telari"> <div class="card-inner"> <div class="card-front"> [img["img/Telari/Card/Telari1.webp"][Telari]] <p class="heading" id="Telari">Telari</p> </div> <div class="card-back"> [img["img/Telari/Card/Telari.webp"][Telari]] </div> </div> </div> <div class="card_g_new Anissa"> <div class="card-inner"> <div class="card-front"> [img["img/Anissa/Card/Anissa2.webp"][Anissa]] <p class="heading" id="Anissa">Anissa</p> </div> <div class="card-back"> [img["img/Anissa/Card/Anissa3.webp"][Anissa]] </div> </div> </div> </div> <div class="gal_catalog_chars_1_5up"> <div class="card_g_new Lana"> <div class="card-inner"> <div class="card-front"> [img["img/Lana/Card/Lana2.webp"][Lana]] <p class="heading" id="Lana">Lana</p> </div> <div class="card-back"> [img["img/Lana/Card/Lana3.webp"][Lana]] </div> </div> </div> <div class="card_g_new Kerry"> <div class="card-inner"> <div class="card-front"> [img["img/Kerry/Card/Kerry4.webp"][Kerry]] <p class="heading" id="Kerry">Kerry</p> </div> <div class="card-back"> [img["img/Kerry/Card/Kerry7.webp"][Kerry]] </div> </div> </div> <div class="card_g_new Amy"> <div class="card-inner"> <div class="card-front"> [img["img/Amy/Card/Amy3.webp"][Amy]] <p class="heading" id="Amy">Amy</p> </div> <div class="card-back"> [img["img/Amy/Card/Amy1.webp"][Amy]] </div> </div> </div> <div class="card_g_new Donna"> <div class="card-inner"> <div class="card-front"> [img["img/Donna/1.webp"][Donna]] <p class="heading" id="Donna">Donna</p> </div> <div class="card-back"> [img["img/Donna/2.webp"][Donna]] </div> </div> </div> <div class="card_g_new Vain"> <div class="card-inner"> <div class="card-front"> [img["img/Vain/Card/Vain1.webp"][Vain]] <p class="heading" id="Vain">Vain</p> </div> <div class="card-back"> [img["img/Vain/Card/Vain2.webp"][Vain]] </div> </div> </div> </div> <div class="gal_catalog_chars_1_5up"> <div class="card_g_new Puffi"> <div class="card-inner"> <div class="card-front"> [img["img/Instagram_models/Puffi/Talk/15/Puffi1.webp"][Puffi]] <p class="heading" id="Puffi">Puffi</p> </div> <div class="card-back"> [img["img/Instagram_models/Puffi/Puffi6.webp"][Puffi]] </div> </div> </div> <div class="card_g_new Brooke"> <div class="card-inner"> <div class="card-front"> [img["img/Brooke/Card/1.webp"][Brooke]] <p class="heading" id="Brooke">Brooke</p> </div> <div class="card-back"> [img["img/Brooke/Card/2.webp"][Brooke]] </div> </div> </div> <div class="card_g_new Aletta"> <div class="card-inner"> <div class="card-front"> [img["img/Aletta/Card/3.webp"][Aletta]] <p class="heading" id="Aletta">Aletta</p> </div> <div class="card-back"> [img["img/Aletta/Card/5.webp"][Aletta]] </div> </div> </div> <div class="card_g_new Isabel"> <div class="card-inner"> <div class="card-front"> [img["img/Isabel/Card/Isabel3.webp"][Isabel]] <p class="heading" id="Isabel">Isabel</p> </div> <div class="card-back"> [img["img/Isabel/Card/Isabel.webp"][Isabel]] </div> </div> </div> <div class="card_g_new Sophie"> <div class="card-inner"> <div class="card-front"> [img["img/Instagram_models/Sophie/Card/Sophie.webp"][Sophie]] <p class="heading" id="Sophie">Sophie</p> </div> <div class="card-back"> [img["img/Instagram_models/Sophie/Card/2.webp"][Sophie]] </div> </div> </div> </div> <div class="gal_catalog_chars_1_5up"> <div class="card_g_new Carmel"> <div class="card-inner"> <div class="card-front"> [img["img/Carmel/Card/1.webp"][Carmel]] <p class="heading" id="Carmel">Carmel</p> </div> <div class="card-back"> [img["img/Carmel/Card/Carmel3.webp"][Carmel]] </div> </div> </div> <div class="card_g_new Monique"> <div class="card-inner"> <div class="card-front"> [img["img/Kagney_house/Monique/Card/Monique1.webp"][Monique]] <p class="heading" id="Monique">Monique</p> </div> <div class="card-back"> [img["img/Kagney_house/Monique/2.webp"][Monique]] </div> </div> </div> <div class="card_g_new Alexis"> <div class="card-inner"> <div class="card-front"> [img["img/Kagney_house/Alexis/Card/Alexis1.webp"][Alexis]] <p class="heading" id="Alexis">Alexis</p> </div> <div class="card-back"> [img["img/Kagney_house/Alexis/3.webp"][Alexis]] </div> </div> </div> <div class="card_g_new Lilith"> <div class="card-inner"> <div class="card-front"> [img["img/College/Lilith/Card/Lilith2.webp"][Lilith]] <p class="heading" id="Lilith">Alexis</p> </div> <div class="card-back"> [img["img/College/Lilith/Card/Lilith1.webp"][Lilith]] </div> </div> </div> </div> </div> /*------------------------------ END CARDS ---------------------------------------*/ </div> /*------------------ End Catalog -------------------*/ /*--------------------- Back ----------------------*/ <div class="gal_catalog_back"> <<script>> window.historyBack = function() { if (State.length > 1) { Engine.backward(); } else { alert("No previous passages"); } }; <</script>> <div class="cell_1_yr" style="border:0px solid; margin-top:3px; height: 30px;position: relative; z-index: 3"> <div id="button_info_ch" style="position: relative; z-index: 3; margin-top:0px; cursor: pointer; height: 24px;"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<Gallery>> <<set _previous_passage_name to $previousNode>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> /*--------------------- End Back-------------------*/ /*------------ End Inside gallery----------------*/ </div> <<script>> $(document).on('click', '#toggle-catalog', function() { var catalog = $('#catalog'); if (catalog.is(':visible')) { catalog.hide(); } else { catalog.show(); } }); <</script>> <style> .heading{ margin-left: 10px; } .gal_con_1 { position: relative; /*border: 2px solid #fcbd07;*/ width: 1090px; height: 823px; margin-left: -112px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: -32px; margin-bottom: -50px; border-radius: 10px; box-shadow: 0px 0px 10px 2px #749E9A; border: 2px solid #a39b86; /*box-shadow: inset 0 0 5px 1px white, 0 0 10px 2px white;*/ z-index:3; } .gal_con_1::before { position: absolute; content: ''; background-image: url('img/guide1.webp'); background-size: cover; background-position: center; width: 100%; height: 100%; filter: blur(10px); z-index: 2; } .gal_catalog_1{ position: relative; width: 1070px; height: 770px; display: flex; border: 0px solid white; border-radius: 10px; margin-top: 4px; margin-right:1px; box-shadow: 0 0 2px 1px white; z-index:3; background-color: black; } .gal_catalog_back{ width: 1070px; height: 46px; display: flex; border: 0px solid green; justify-content: center; align-items: center; } .gal_catalog_chars_1{ position: relative; width: 100%; height: 100%; display: flex; border: 0px solid red; overflow-y: auto; overflow-x: hidden; flex-direction: column; border-radius: 10px; z-index:3; box-sizing: border-box; } .gal_catalog_chars_1::-webkit-scrollbar { width: 10px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .gal_catalog_chars_1::-webkit-scrollbar-track { width: 8px; background: #221c22; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .gal_catalog_chars_1::-webkit-scrollbar-thumb { background: #556c65; width: 4px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; margin-top:2px; margin-bottom: 2px; box-shadow: inset 0 0 0 2px #221c22; } .gal_catalog_chars_1_5up{ position: relative; width: 100%; height: 50%; padding-top: 8px; padding-bottom: 8px; display: flex; border: 0px solid red; justify-content: center; align-items: center; flex-direction: row; gap: 14px; border-radius: 10px; z-index:3; } .gal_catalog_chars_1_5down{ width: 100%; height: 50%; display: flex; border: 1px solid red; justify-content: center; align-items: center; flex-direction: row; gap:14px; } /*---------------------------------------------------------------*/ .card_g_new { perspective: 1000px; } .card-inner { position: relative; z-index: 10; width: 180px; height: 340px; transform-style: preserve-3d; /*transform-style: flat;*/ transition: transform 0.7s; border: 0px solid yellow; margin-left:-6px; margin-top:-5px; margin-bottom:-5px; } .card-front, .card-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 8px; } .card-back { background-color: #333; color: white; display: flex; transform: rotateY(180deg); } .card-front { background-color: #000; display: flex; flex-direction: column; border-radius: 8px; cursor: pointer; } .card_g_new:hover .card-inner { transform: rotateY(180deg); } .card-back img { position: absolute; width: 180px; height: 270px; border-radius: 10px; transition: opacity 0.6s ease-in-out; opacity: 1; } </style> <</nobr>>
<<nobr>> <<widget "Yellow">> <<set _text to $args[0]>> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: center;"> <span style='color:#C3A62D;'> _text </span> </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Text">> <<set _text to $args[0]>> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: center;"> <span> _text </span> </div> </div> </div> /* <style> .notification_plus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 20px; background-color: #42562b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #22852e; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_plus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> */ <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "You don't have enough energy">> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text "You swapped general news and ate together">> <br><<InsertText_Size_animated "Mom's relationship<<Green_text 'increased'>>">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Kitchen/Mom/" "cell_center" >> <<set $relationship[1] += 1>> <<set $day_time ++>> <<set $energy ++>> <<Not_relationship_top_plus Mom 1>> <<Back1 "Kitchen">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<if $items_living_room[0].quantity == 1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Living_room/Mom/Pics/" "cell_center">> <br><<Text_animated_face_person "Hey Mom, what are you reading?">> <br><<Text_animated_face Mom "$name_person, please don't bother me, I'm trying to get some distraction in this cramped house. You're a grown boy now - try to solve your problems on your own">> <br><<Yellow "You should consider improving the living room to create more space for everyone">> <<set $event_mom[1].quantity =1>> <<elseif $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 1 || $items_living_room[1].quantity == 0>> <br><<Text_animated_face_person "I hope I didn’t bother you?">> <br><<Text_animated_face Mom "I’m sorry I was harsh with you last time">> <br><<Text_animated_face_person "It’s okay, I understand">> <br><<Text_animated_face Mom "The living room was driving me crazy - sometimes there’s just no place to escape from everything and everyone. But now that it’s a bit more spacious, I can breathe easier and not be so irritated...">> <br><<Text_animated_face_person "It’s good, I noticed you like novels">> <br><<Text_animated_face Mom "Yes, but not just any novels... let’s say, a certain kind...">> <br><<Yellow "You should find out what she's reading and make the most of it">> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Living_room/Mom/Pics/" "cell_center" >> <</if>> <<Back1 "Living room">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text_animated_face Mom "Good afternoon, do you have any job openings?">> <br><<Text_animated_face Mom "Yes, yes... I’m 42 years old, 1.63 meters tall, with silicone breasts, size 3-4...">> <br><<Text_animated_face Mom "...It seems like the offer is quite modest. Could you consider my proposal?">> <br><<Text_animated_face_person "<<Yellow_text 'It looks like Mom is trying to find a job. I hope I can find a way to improve our family’s financial situation'>>">> <<set $event_mom[14].quantity =1>> <<set $day_time ++>> <<Back1 "Living room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Living_room/Mom/Pics/" "cell_center">> <br><<Text_animated_face Mom "Sweetie, I’m busy right now. Please give me a little time">> <<Back1 "Living room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Mom_room/Mom_search/" "cell_center">> <br><<Text "The scent of your mom's panties drives your body wild, making every muscle in you tingle with intense, uncontrollable excitement">> <br><<linkappend "<<Text 'Thinking about how your mom looks in them'>>">> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_search/" 4 9>> <<timed 2000ms>> <<set _random to random(1,3)>> <<if _random <3>> <br><<Text "Your desire to lick these panties when they're on your mom drives you absolutely crazy">> <br><<Yellow "You weren't caught this time, but you might not be so lucky next time">> <<set $sigma_person -=0.25>> <<Not_sigma_minus 0.25>> <<else>> <br><<Text "Your desire to lick these panties when they're on your mom drives you absolutely crazy">> <<timed 1000ms>> <br><<Mp4_between_text_wide_178_nl "Mom_room/Mom_search/" 2 2>> <br><<Text_animated_face Mom "What are you doing here, $name_person?!! Are you smelling my panties???">> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_search/" 3 3>> <br><<Text_animated_face Mom "Damn, you filthy pervert, get out of my room!!!">> <<set $cought_living_room_mom +=1>> <br><<Yellow "If you get caught in similar situations three times with low Mom and SIgma stats, she'll punish you...">> <<set $relationship[1] -=2>> <<Not_relationship_top_minus Mom 2>> <<set $sigma_person -=0.5>> <<Not_sigma_top1_minus 0.5>> <<set $items_owing_mom[0].quantity -=1>> <<Not_top2_minus Panties 1>> <<set $cought_living_room_mom +=1>> <<timed 2500ms>> <<if $cought_living_room_mom >=3>> <<set $cought_mom_room = 1>> <<goto "Mom_punish_you2">> <</if>> <</timed>> <</timed>> <</if>> <</timed>> <</linkappend>> <<Back1 "Mom room">> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_wide_178_nl">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_wide_between_text_178"> <<print "<video id='myVideo' autoplay muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <</widget>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Your_room/Jerk_off/" "cell_center" >> <br><<Text "You hold in your hands your mother’s panties that you stole from her room. Their scent awakens something primal in you, something beyond even rational control, making you feel lust and lust...">> <br><<linkappend "<<Text 'Imagine mom in panties'>>">> <<set _random to random(1,2)>> <<if _random <2>> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*///////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Jerk off on Mom</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_between_text_wide_178 "Your_room/Jerk_off/" 13 24>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<else>> <<replace "#handjob_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <br><<Webp_between_text_random_tall_133 "Your_room/Jerk_off/cumming" 1 1>> <br><<Text "You came after jerking off to your mom's panties">> <br><<Yellow "No one noticed you this time">> <<set _cum_person =1>> <<set $arousal_person =0>> <<set $energy -=4>> <<set $sigma_person -=0.25>> <<Not_sigma_minus 0.25>> <<replace "#cumming_beach">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cumming_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////// END SEX SCENE ////////////////////////////////////*/ <<elseif _random ==2>> <br><<Mp4_between_text_wide_178 "Your_room/Jerk_off/" 13 24>> <<timed 2000ms>> <br><<Text "Suddenly, your mom catches you masturbating">> <br><<Mp4_between_text_wide_178 "Your_room/Jerk_off/" 3 3>> <br><<Text_animated_face Mom "Oh my God, those are my panties... he is using them for...">> <br><<linkappend "<<Text 'She catches you doing it...'>>">> <<if $relationship[1] >= 40 && $corruption[1] >=30>> <br><<Mp4_between_text_wide_178 "Your_room/Jerk_off/" 5 5>> <br><<Text_animated_face Mom "Hey, $name_person, I know boys often need female attention, and... (I guess I'm quite a hot catch, even for my own son, even if he's adopted... mmm...)">> <br><<Text_animated_face_person "Sorry, Mom, I couldn't control myself...">> <<set $corruption[1] += 1.5>> <<Not_corruption_top_plus Mom 1.5>> <<else>> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_search/" 3 3>> <br><<Text_animated_face Mom "Hey $name_person, you're jerking off to my panties!!!<br> Perverted bastard, give them back, that's disgusting!!!">> <br><<Yellow "If you get caught in similar situations three times with low Mom and Sigma stats, she'll punish you...">> <<set $relationship[1] -= 2>> <<Not_relationship_top_minus Mom 2>> <<set $items_owing_mom[0].quantity -=1>> <<Not_top1_minus Panties 1>> <<set $cought_living_room_mom +=1>> <<timed 1500ms>> <<if $cought_living_room_mom >=3>> <<goto "Mom_punish_you4">> <</if>> <</timed>> <</if>> <</linkappend>> <</timed>> /*---------------------- END RANDOM SITUATION ---------------------*/ <<set $day_time ++>> <</if>> <</linkappend>> <<Back1 "Use_items_yr_jerk_off">> <<else>> <<goto "No_energy_your_room">> /*---------------------- END ENERGY ---------------------*/ <</if>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<if $items_owing_mom[0].quantity >0>> <<Yellow "<span style='color: red; font-size: 14px;'>In this version, only Mom's panties can be used</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Use_mom_panties_yr">Use Mom's Panties</div> </div> </div> <<else>> <<Yellow "You don’t have any panties to use <br><span style='color: red; font-size: 14px;'>In this version, only Mom's panties can be used</span>">> <</if>> <<Back1 "Masturbate_yr">> <<ClickContainerById "Use_mom_panties_yr" "Use_mom_panties_yr">><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Use_items_yr_jerk_off">> <</nobr>>
<<nobr>> <div class="header_1" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_tall_1">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/dont_open" "cell_center" >> <<timed 1000ms>> <<if $relationship[1] <40>> <br><<Text_animated_face Mom "Occupied, don’t barge in">> <br><<Yellow "You need to improve relationship with Mom">> <<else>> <br><<Text_animated_face_person "Mom, it’s me. Can I come in?">> <br><<Text_animated_face Mom "Alright, sweetie, I was just about to leave">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Bath_mom_enter">Enter</div> </div> </div> <<ClickContainerById "Bath_mom_enter" "Enter_mom_bth1">><</ClickContainerById>> <</if>> <<Back1 "Bathroom">> <</timed>> <</nobr>>
<<nobr>> <div class="header_1" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center_nl 1 1 "Bathroom/Mom/enter" "cell_center" >> <br><<Text "Mom is attending to her appearance in front of the mirror">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Take_a_shower_bth_MOM">Take a shower</div> <div id="Try_tease_mom_bth">Try to tease Mom</div> </div> </div> <<ClickContainerById "Try_tease_mom_bth" "Try_tease_mom_bth">><</ClickContainerById>> <<ClickContainerById "Take_a_shower_bth_MOM" "Take_a_shower_bth_MOM">><</ClickContainerById>> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <div class="header_1" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 2 2 "Bathroom/Mom/Scene2/" "cell_center" >> <br><<Text "You start grabbing the girl by her ass">> <<if $corruption[1]<40>> <<timed 2500ms>> <br><<Text_animated_face Mom "Hey, just because I let you in doesn’t mean you can start getting handsy, $name_person... I’m not up for your games at the moment">> <br><<Yellow "You should improve her level of corruption and progress further in the storyline">> <<set $relationship[1] -=1 >> <<Not_relationship_top_minus Mom 1>> <<Back1 "Enter_mom_bth1">> <</timed>> <<elseif $corruption[1]>=40>> <<timed 2500ms>> <br><<linkappend "<<Text_animated_face Mom 'Hey... looks like you are loving your mom`s tight ass'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene2/" 4 4 1>> <br><<linkappend "<<Text_animated_face Mom 'Look at this, babe - your Mom is so fucking hot... mmm?'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene2/" 5 6 2>> <br><<Text_animated_face_person "Oh my god... thats so damn tempting.. <br><i>( I just want to bury my face in it and fuck you senseless )</i>">> <br><<linkappend "<<Text 'Start pressing your cock against her ass and feeling her curves'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene2/" 7 8 3>> <<timed 1000ms>> <br><<Text_animated_face_person "<i>( Fuck, sliding my member against her ass is pure ecstasy. Every touch, every movement, makes me want to lose myself in her completely )</i>">> <<timed 3600ms>> <br><<Mp4_178 "Bathroom/Mom/Scene2/" 9 11 4>> <br><<linkappend "<<Text_animated_face Mom 'Your hard-on is just begging to be inside me. I can feel it twitching and wanting to thrust deep into my tight hole...'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene2/" 12 13 5>> <br><<linkappend "<<Text 'Try to push your cock into her warm, fucking irresistible pussy'>>">> <br><<Text_animated_face Mom "Oh, No, no, not yet, sweetie... We’re not at that point.... She’s playing you like a toy, savoring her control over you">> <br><<Text "She slightly pulls aside her panties, playfully teasing you">> <br><<Mp4_178 "Bathroom/Mom/Scene2/" 14 14 6>> <br><<Text_animated_face Mom "This pussy deserves the attention it craves">> <br><<linkappend "<<Text 'She slowly descends, taking your cock into her mouth and giving it a teasing lick'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene2/" 15 15 7>> <br><<Text_animated_face Mom "Oh, there’s so much more ahead..">> <br><<Text "She leaves, clearly having some mysterious thoughts. Maybe she wants to have power over me...">> <<Not_corruption_top_plus Mom 3>> <<Not_obedience_face1_plus Mom 0.5>> <<Not_sigma_top2_minus 1>> <<set $event_mom[9].quantity =1>> <<Back1 "Bathroom">> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,6)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/Mom/1/" "cell_center" >> <br><<Text "As she unhooks her bra and lets it slip off her shoulders, you’re struck by how effortlessly seductive she is">> <<elseif _random ==2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/Mom/2/" "cell_center" >> <br><<Text "She’s standing before the mirror, wrapped in a towel that clings to her damp skin">> <<elseif _random ==3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/Mom/3/" "cell_center" >> <br><<Text "Your Mom is in the bathroom, teasingly adjusting herself. Her curves are mesmerizing, every move she makes is like a tease, and you can't help but think she's one smoking hot piece of work">> <<elseif _random ==4>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 3 "Bathroom/Mom/4/" "cell_center" >> <br><<Text "She stands in front of the mirror, the towel loosely wrapped around her. With a slow, deliberate motion, she untucks the edge, letting the fabric glide down her body">> <<elseif _random ==5>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 2 "Bathroom/Mom/5/" "cell_center" >> <br><<Text "Mom's sweet boobs are hanging out, begging for attention...">> <<elseif _random ==6>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/Mom/6/" "cell_center" >> <br><<Text "Your Mom is in the bathroom, teasingly adjusting herself">> <</if>> <br><<linkappend "<<Text 'Peak More'>>">> <<if _random ==1>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/1/" 2 2>> <<set _random = 1>> <br><<Text "The way her hips curve, the smoothness of her skin, and the firmness of her cheeks as they glisten under the spray make her look incredibly sexy. Every move she makes emphasizes her perfect ass">> <<elseif _random ==2>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/2/" 2 2>> <br><<Text "Slowly, she loosens it, the towel slipping down her body in a smooth, effortless motion">> <<set _random = 2>> <<elseif _random ==3>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/3/" 2 2>> <<set _random = 3>> <br><<Text "She slides her dress off her shoulders, letting it drop to the floor. Her breasts spill out as the dress falls away, her bra and panties the only things left to cover her">> <<elseif _random ==4>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/4/" 4 8>> <<set _random = 4>> <br><<Text "She roughly pulls her panties up, the fabric gliding over her skin and gripping her ass as she tugs them into place">> <<elseif _random ==5>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/5/" 3 3>> <<set _random = 5>> <br><<Text "Those red panties barely conceal her ass, making it look like it's demanding to be exposed and explored">> <<elseif _random ==6>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/6/" 2 2>> <<set _random = 6>> <br><<Text "Her backside is the only thing still hidden, shamelessly demanding attention">> <</if>> <br><<linkappend "<<Text 'Peak More'>>">> <<set _random_mom_catch to random(1,5)>> <<if _random ==1>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/1/" 3 5>> <br><<Text "Her breasts gently rise and fall, the curves highlighted by the glistening water. Her firm, rounded backside becomes more noticeable as she bends forward">> <<elseif _random ==2>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/2/" 3 4>> <br><<Text "As she lathers up, the soap clings to her skin, highlighting every inch of her body. Her hands slide over her wet, slick flesh, rubbing the soap onto her tits, down her stomach, and around her hips. Each move is deliberate and sultry, making her look like a damn hot piece of ass under the steamy shower">> <<elseif _random ==3>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/3/" 3 3>> <br><<Text "In her bra and panties, she strikes a pose in front of the mirror, running her hands over her naked tits and round ass, savoring how her lingerie highlights her body">> <<elseif _random ==4>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/4/" 9 10>> <br><<Text_animated_face_person "Mmm... What a sexy body my mom has...">> <<elseif _random ==5>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/5/" 4 4>> <br><<Text_animated_face_person "That ass is so tempting... I really want to give it a lick">> <<elseif _random ==6>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/6/" 3 4>> <br><<Text "A body like that, with an ass so perfect, deserves to be worshipped, making it impossible to think straight under the weight of pure desire...">> <</if>> <<timed 1000ms >> <<if $relationship[1] >=30>> <<if _random_mom_catch <3>> <br><<Yellow "This time, Mom didn't notice you">> <<elseif _random_mom_catch >=3>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/mom_horny" 2 2>> <br><<Text_animated_face Mom "Oh... it seems like my son is starting to like me as a woman... such strange, special feelings...">> <<set $corruption[1] +=1>> <<Not_corruption_top_plus Mom 1>> <<set $event_mom[7].quantity =1>> <</if>> <<elseif $relationship[1] <30>> <<if _random_mom_catch <3>> <br><<Yellow "This time, Mom didn't notice you">> <<elseif _random_mom_catch >=3>> <br><<Text "Mom notices you...">> <br><<Mp4_between_text_wide_178 "Living_room/Mom/mom_angry" 1 1>> <br><<Text_animated_face Mom "What the fuck, $name_person?! I just caught you spying on me in the shower - you're such a little pervert, this is seriously fucked up!!!">> <br><<Yellow "You need to improve your relationship with her">> <<set $relationship[1] -=2>> <<Not_relationship_top_minus Mom 2>> <</if>> <</if>> <</timed>> <</linkappend>> <</linkappend>> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Library/hall1.webp"></div> <br><br><br><br><br><br><br><br><br> <br><<TextB "Before you lies a vast library, filled with books on every conceivable topic, each one a keeper of knowledge and powerful information, some with the ability to shape thoughts and influence minds">> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 62%;"> <div id="Go_left_lib" style="background-color: black;">Go left</div> <div id="Go_right_lib" style="background-color: black;">Go right</div> </div> /* <div class="cell_2_yr" style="width: 62%;"> <div id="Go_stright_forest1" style="background-color: black;">Go stright</div> </div> */ </div> <<Back1B "Library">> <<ClickContainerById "Go_left_lib" "Go_left_lib">><</ClickContainerById>> <<ClickContainerById "Go_right_lib" "Go_right_lib">><</ClickContainerById>> <<ClickContainerById "Go_stright_forest1" "Go_stright_forest1">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr >> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 5 "Brooke/" "cell_center">> <br><<Text_animated_face Brooke "Hi....Would you like to read something?">> <br><<Text_animated_face_person "Yeah. So, you’re the librarian, then?">> <br><<Text_animated_face Brooke "Yes, and if you need any information or help, I can assist you">> <br><<Text_animated_face_person "Great, thanks">> <<Back1 "Library">> <</nobr>>
<<nobr>> <<widget "TextB">> <<set _text to $args[0]>> <div class="content_text_visual_1" id="animated" style="position:relative; z-index: 2;" > <div class="content_text_1"> <div style="text-align: center;"> <span> _text </span> </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Library/hall_right1.webp"></div> <br><br><br><br><br><br><br><br><br> <br><<TextB "This column of books holds various novels and fiction, exploring themes intended for a mature audience">> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 60%;"> <div id="Go_right_lib_books" style="background-color: black;">Books</div> </div> </div> <<Back1B "Go_to_colums_books_library">> <<ClickContainerById "Go_right_lib_books" "Go_right_lib_books">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/Library/hall_left1.webp"></div> <br><br><br><br><br><br><br><br><br> <br><<TextB "This is a column of books filled with history and educational volumes, an encyclopedia of knowledge on various subjects">> <br> <div class="your_room" style="position: relative; z-index:2; "> <div class="cell_1_yr" style="width: 60%;"> <div id="Go_left_lib_books" style="background-color: black;">Books</div> </div> </div> <<Back1B "Go_to_colums_books_library">> <<ClickContainerById "Go_left_lib_books" "Go_left_lib_books">><</ClickContainerById>> <style> .container { position: relative; text-align: center; } .main-text { display: inline-block; position: relative; z-index: 2; } .extra-text { position: absolute; right: 3%; white-space: nowrap; color: rgba(0, 0, 0, 0); } </style> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" > <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Male</div> <div><img src="img/Library/obedience1.webp"></div> <div><img src="img/Library/corruption1.webp"></div> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $money >=200 >> <div> <<link "200$" _name_of_passage>> <<set $money -= 200>> <<set $obedience_book1 += 1>> <</link>> </div> <<elseif $money <200>> <div> <<link "1000$" _name_of_passage>> <</link>> </div> <</if>> <<if $money >=200 >> <div> <<link "200$" _name_of_passage>> <<set $money -= 200>> <<set $corruption_book1 += 1>> <</link>> </div> <<elseif $money <200>> <div> <<link "1000$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<Back1 "Go_right_lib">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<<nobr>> <<passtime>><</passtime>> <<set _name_of_passage to $current_passage_name>> <div class="header_2" > <div class="clothing_header"> <div class="clothing_header_left"> <div style="height:50px"> Books</div> <div style="height:160px; margin: 0px; padding: 0px;"><img style="object-fit: contain;" src="img/Local_shop/Items/book1.png"></div> </div> <div class="clothing_header_right"> <div style="height:50px"> Price</div> <<if $money >=300>> <div > <<link "300$" _name_of_passage>> <<set $money -= 300>> <<set $items_gifts[7].quantity +=1>> <</link>> </div> <<elseif $money < 300>> <div > <<link "300$" _name_of_passage>> <</link>> </div> <</if>> </div> </div> </div> <<Back1 "Go_left_lib">> <<RandomImageOnlyJpgContainer 1 1 "Mall/clothing" "cell_center">> <</nobr>>
<div class="card_g_new Anissa"> <div class="card-inner"> <div class="card-front"> [img["img/Anissa/Card/Anissa2.webp"][Anissa]] <p class="heading" id="Anissa">Anissa</p> </div> <div class="card-back"> [img["img/Anissa/Card/Anissa3.webp"][Anissa]] </div> </div> </div>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text "The elevator contains three main levels, each with its own access">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Officess_bpc"><span>Levels <span style='color:#C3A62D;'>1-333</span><span style='text-shadow: 1px 1px 8px gold; font-family: Georgia, serif;'> Offices </span></span> </div> </div> <div class="cell_2_yr"> <div id="Pleasure_heights_bpc"><span>Levels <span style='color:#C3A62D;'>334-666 </span> <span style='text-shadow: 1px 1px 8px gold; font-family: Georgia, serif;'>Pleasure Heights</span></span></div> </div> <div class="cell_2_yr"> <div id="TT_bpc"><span>Levels <span style='color:#C3A62D;'>667-999</span><span style='text-shadow: 1px 1px 8px gold; font-family: Georgia, serif;'> Transcendence Tower</span></span></div> </div> </div> <<Back2 "Enter_bpc" "Reception">> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/lift" "cell_center">> <<if $passed_offer_donna_bpc !=1>> <<ClickContainerById "Officess_bpc" "Bpc_office">><</ClickContainerById>> <<elseif $passed_offer_donna_bpc ==1>> <<ClickContainerById "Officess_bpc" "Bpc_office_accept">><</ClickContainerById>> <</if>> <<ClickContainerById "Pleasure_heights_bpc" "Dont_access_levels_bpc">><</ClickContainerById>> <<ClickContainerById "TT_bpc" "Dont_access_levels_bpc">><</ClickContainerById>> <</nobr>>
<<nobr>> <br><br><br><br><br> <br><<Text "<span style='font-size: 14px; color: red;'>You don’t have access to these levels in version 0.6 </span>">> <<Back1 "Summit_lift">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Abella/" "cell_center">> <br><<Text_animated_face Abella "Hey, welcome to the team, I’m Abella, your local assistant. If you need help, don’t hesitate to ask">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:480px; padding:0px; margin:0px;'>Could you tell me about your corporation?</div>">> <<append "#dsfsd">> <<if _end_person1 !=1>> <br><<Text_animated_face Abella "Black Prince Corporation? It’s one of the most influential companies in the city. We’re involved in a lot of different sectors - finance, research, development. But, let’s just say, there’s a reason why we’re not like any other corporation. Stick around long enough, and you’ll see what I mean... ">> <<set _end_person1 =1>> <<Not_new_quest>> <<else>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:480px; padding:0px; margin:0px;'>What your employees do in the office?</div>">> <<append "#dsfsd">> <<if _end_person2 !=1>> <br><<Text_animated_face Abella "Most of us handle typical office duties, but there are certain departments that focus on more… unique activities. The further you go, the more… involved people become. I’ve heard rumors about some programs, but it’s better not to ask too many questions right away">> <<set _end_person2 =1>> <<else>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:280px; padding:0px; margin:0px;'>Talk about her (Flirt)</div>">> <<append "#dsfsd">> <<if _end_person3 !=1 && _end_person4 !=1>> <br><<Text_animated_face_person "You must be the most interesting thing about this place...">> <br><<Text "She smirks, leaning slightly closer">> <br><<Webp_between_text_random_tall_15 "Abella/" 2 2>> <br><<Text_animated_face Abella "Interesting? That’s a dangerous word around here. But I like a little danger now and then. Just make sure you can handle the rest of what’s coming your way">> <br><<Text_animated_face_person "I can handle a lot more than you think. Maybe you’ll get to see for yourself">> <br><<Text_animated_face Abella "Is that so? Confidence is a good start, but this place has a way of testing people… in ways they don’t expect. You might find yourself in deeper waters than you realize">> <br><<Text_animated_face_person "I’ve never been afraid of deep waters. The question is, are you?">> <br><<Text_animated_face Abella "I’ve been swimming here long enough to know how to keep my head above water. But you? You’re just starting out. You don’t even know what’s waiting for you on the higher floors">> <br><<Text "You glance towards the elevator, curiosity piqued">> <br><<Text_animated_face_person "Maybe you could give me a little sneak peek then. You’ve got access, right?">> <br><<Text_animated_face Abella "I do. But you’ll have to earn your way up there. They don’t let just anyone climb that high. And even if I wanted to help you, well… there are rules I have to follow too. For now">> <br><<Text_animated_face_person "Rules, huh? I bet you’re not the type to let rules stop you when it really matters">> <br><<Text_animated_face Abella "Maybe you’ll get to find out. Just be careful what you wish for around here">> <<set $corruption[27] +=5>> <<Not_corruption_top_plus Abella 5>> <<set _end_person3 =1>> <<else>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk4' style='border: 0px solid #fff; width:280px; padding:0px; margin:0px;'>Talk about her (Compliment)</div>">> <<append "#dsfsd">> <<if _end_person3 !=1 && _end_person4 !=1>> <br><<Text_animated_face_person "You’ve got this confident energy about you. I bet you know everything that goes on here">> <br><<Text "She tilts her head thoughtfully, a small smile on her lips">> <br><<Webp_between_text_random_tall_15 "Abella/" 3 3>> <br><<Text_animated_face Abella "Confidence is something you need in this place. And yes, I do know more than most. But knowing too much can be dangerous, especially if you’re not careful about what you do with that knowledge">> <br><<Text_animated_face_person "Sounds like you’re someone worth getting to know">> <br><<Text_animated_face Abella "Maybe. But you’ll have to prove you can handle what you find out. There are layers here… and not all of them are friendly">> <br><<Text_animated_face_person "I’ve never been afraid of deep waters. The question is, are you?">> <br><<Text_animated_face Abella "I’ve been swimming here long enough to know how to keep my head above water. But you? You’re just starting out. You don’t even know what’s waiting for you on the higher floors">> <br><<Text "You glance towards the elevator, curiosity piqued">> <br><<Text_animated_face_person "Maybe you could give me a little sneak peek then. You’ve got access, right?">> <br><<Text_animated_face Abella "I do. But you’ll have to earn your way up there. They don’t let just anyone climb that high. And even if I wanted to help you, well… there are rules I have to follow too. For now">> <br><<Text_animated_face_person "Rules, huh? I bet you’re not the type to let rules stop you when it really matters">> <br><<Text_animated_face Abella "Maybe you’ll get to find out. Just be careful what you wish for around here">> <<set $relationship[27] +=5>> <<Not_relationship_top_plus Abella 5>> <<set _end_person4 =1>> <<else >> <<replace "#talk4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk_end' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>End conversation</div>">> <<append "#dsfsd">> <<if _end_person1==1 && _end_person2==1 && _end_talk !=1 && (_end_person3==1 || _end_person4 ==1 )>> <<set _end_talk =1>> <<set $First_meet_Abella_bpc1 =1>> <<goto "Bpc_office_accept">> <<elseif _end_talk ==1>> <<replace "#talk_end">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <</nobr>>
<<nobr>> <<widget "Time">> <<set _text_time to $args[0]>> <div id="text_time_widget_data1" style="display: none;"><<print _text_time>></div> <div class="content_text_visual_1" id="animated" style="position:relative; z-index: 2;" > <div class="content_text_1"> <div class="container213"> <div class="filler"></div> </div> </div> </div> <<script>> var animationDuration = $('#text_time_widget_data1').text(); var style = document.createElement('style'); style.id = 'dynamic-style'; document.head.appendChild(style); var css = ` .container213 { position: relative; width: 400px; height: 40px; border: 1px solid #ccc; overflow: hidden; background-color: black; } .filler { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: red; transform-origin: left; animation: fillAnimation ${animationDuration}s forwards; } @keyframes fillAnimation { 0% { transform: scaleX(1); background-color: red; } 20% { transform: scaleX(0.8); } 40% { transform: scaleX(0.6); } 60% { transform: scaleX(0.4); } 80% { transform: scaleX(0.2); } 100% { transform: scaleX(0); background-color: #560d07; } } `; style.textContent = css; <</script>> <</widget>> <</nobr>>
<<nobr>> <<widget "Green">> <<set _text to $args[0]>> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: center;"> <span style='color:green;'> _text </span> </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 7 7 "Business_street/Bpc/" "cell_center">> <br><<Text_animated_face Donna "You answered the first question, congratulations!">> <<Not_relationship_top_plus Bella 2>> <div style="display:none;">><br><<Time 10>></div> <br><<linkappend "<<Text 'Second question'>>">> <br><<Time 10>> <<timed 10000ms>> <<goto "Time_up_bella_bpc">> <</timed>> <<set _random to random(1,1)>> <<if _random ==1>> <br><<Yellow "2 Question">> <br><<Text "How do you form and maintain partnerships for business growth?">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:780px; padding:0px; margin:0px;'>Find partners with aligned goals, offer mutually beneficial terms, and maintain open communication</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk1 =1>> <br><<Green "Right answer!!!">> <<timed 1000ms>> <<goto "Third_question_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:780px; padding:0px; margin:0px;'>Provide excellent service, offer loyalty programs, and create personalized offers</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk2 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:780px; padding:0px; margin:0px;'>Evaluate profitability, customer satisfaction, sales stability, and market competitiveness</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk3 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////// END TALK ///////////////////////////////////////*/ <<elseif _random ==2>> <br><<Text "What are the most effective product promotion methods for a startup?">> <<elseif _random ==3>> <br><<Text "How do you create a compelling offer for customers?">> <</if>> /* How do you determine the target audience for a product? Analyze demographics, interests, and behavior through market research and surveys. What are the most effective product promotion methods for a startup? Content marketing, social media, SEO, email marketing, and partnerships. How do you create a compelling offer for customers? Formulate a unique selling proposition (USP) that addresses the audience’s problems. What strategies can be used to influence the customer? Use social proof, scarcity, authority, and emotional connections. How do you effectively manage a brand and its reputation? Be transparent, communicate with customers, and respond to feedback. What channels can be used for acquiring new customers? Paid advertising, content marketing, partnerships, and loyalty programs. How can you improve the conversion of potential customers into regular ones? Create attractive offers, enhance user experience, and provide excellent service. What metrics should be tracked to assess marketing effectiveness? Conversion rate, customer acquisition cost (CAC), customer lifetime value (LTV), and return on investment (ROI). How do you assess the competitiveness of a product in the market? Conduct a competitive analysis of offerings, pricing, and weaknesses. How do you develop a content marketing strategy for promoting a product? Set goals, create a content plan, use various formats, and distribute through appropriate channels. What tools can be used for marketing automation? CRM systems, email marketing platforms, social media management tools, and analytics platforms. How do you develop an effective advertising campaign? Set goals, create creative materials, choose channels, and track results. How do you maintain customer loyalty to your brand? Provide excellent service, offer loyalty programs, and create personalized offers. What methods can be used to gather customer feedback? Surveys, interviews, website reviews, and social media. How do you form and maintain partnerships for business growth? Find partners with aligned goals, offer mutually beneficial terms, and maintain open communication. What skills are important for successful business management? Strategic planning, financial management, marketing, sales, and team management. How do you determine if a business model is successful? Evaluate profitability, customer satisfaction, sales stability, and market competitiveness. How do you use social media to promote a business? Create quality content, engage with your audience, and track results. What mistakes should be avoided when launching a new product? Insufficient research, inadequate testing, poor budget planning, and ignoring feedback. How do you set up and manage an advertising budget effectively? Determine the budget, allocate funds, monitor spending, and adjust strategy as needed. */ <</linkappend>> <<Back2 "Enter_bpc" "End conversation">> <</nobr>>
<<nobr>> <<widget "Red">> <<set _text to $args[0]>> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: center;"> <span style='color:red;'> _text </span> </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "You didn't pass the interview">> <br><<Yellow "Come back when you're ready">> <<set $day_time ++ >> <<Back2 "Bpc_office" "Office">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "Time's up!">> <br><<Yellow "Come back when you're ready">> <<Back2 "Bpc_office" "Office">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 7 7 "Business_street/Bpc/" "cell_center">> <br><<Text_animated_face Donna "You answered the second question, good...">> <<Not_relationship_top_plus Bella 2>> <div style="display:none;">><br><<Time 10>></div> <br><<linkappend "<<Text 'Third question'>>">> <br><<Time 10>> <<timed 10000ms>> <<goto "Time_up_bella_bpc">> <</timed>> <<set _random to random(1,1)>> <<if _random ==1>> <br><<Yellow "3 Question">> <br><<Text "What tools can be used for marketing automation?">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>Insufficient research, inadequate testing, poor budget planning, and ignoring feedback</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk1 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>CRM systems, email marketing platforms, social media management tools, and analytics platforms</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk2 =1>> <br><<Green "Right answer!!!">> <<timed 1000ms>> <<goto "Fourth_question_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>Conversion rate, customer acquisition cost (CAC), customer lifetime value (LTV), and return on investment (ROI)</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk3 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////// END TALK ///////////////////////////////////////*/ <<elseif _random ==2>> <br><<Text "What are the most effective product promotion methods for a startup?">> <<elseif _random ==3>> <br><<Text "How do you create a compelling offer for customers?">> <</if>> /* How do you determine the target audience for a product? Analyze demographics, interests, and behavior through market research and surveys. What are the most effective product promotion methods for a startup? Content marketing, social media, SEO, email marketing, and partnerships. How do you create a compelling offer for customers? Formulate a unique selling proposition (USP) that addresses the audience’s problems. What strategies can be used to influence the customer? Use social proof, scarcity, authority, and emotional connections. How do you effectively manage a brand and its reputation? Be transparent, communicate with customers, and respond to feedback. What channels can be used for acquiring new customers? Paid advertising, content marketing, partnerships, and loyalty programs. How can you improve the conversion of potential customers into regular ones? Create attractive offers, enhance user experience, and provide excellent service. What metrics should be tracked to assess marketing effectiveness? Conversion rate, customer acquisition cost (CAC), customer lifetime value (LTV), and return on investment (ROI). How do you assess the competitiveness of a product in the market? Conduct a competitive analysis of offerings, pricing, and weaknesses. How do you develop a content marketing strategy for promoting a product? Set goals, create a content plan, use various formats, and distribute through appropriate channels. What tools can be used for marketing automation? CRM systems, email marketing platforms, social media management tools, and analytics platforms. How do you develop an effective advertising campaign? Set goals, create creative materials, choose channels, and track results. How do you maintain customer loyalty to your brand? Provide excellent service, offer loyalty programs, and create personalized offers. What methods can be used to gather customer feedback? Surveys, interviews, website reviews, and social media. How do you form and maintain partnerships for business growth? Find partners with aligned goals, offer mutually beneficial terms, and maintain open communication. What skills are important for successful business management? Strategic planning, financial management, marketing, sales, and team management. How do you determine if a business model is successful? Evaluate profitability, customer satisfaction, sales stability, and market competitiveness. How do you use social media to promote a business? Create quality content, engage with your audience, and track results. What mistakes should be avoided when launching a new product? Insufficient research, inadequate testing, poor budget planning, and ignoring feedback. How do you set up and manage an advertising budget effectively? Determine the budget, allocate funds, monitor spending, and adjust strategy as needed. */ <</linkappend>> <<Back2 "Enter_bpc" "End conversation">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 8 8 "Business_street/Bpc/" "cell_center">> <br><<Text_animated_face Donna "You're not bad, only two questions left">> <<Not_relationship_top_plus Bella 2>> <div style="display:none;">><br><<Time 10>></div> <br><<linkappend "<<Text 'Fourth question'>>">> <br><<Time 10>> <<timed 10000ms>> <<goto "Time_up_bella_bpc">> <</timed>> <<set _random to random(1,1)>> <<if _random ==1>> <br><<Yellow "4 Question">> <br><<Text "How do you set up and manage an advertising budget effectively?">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>Paid advertising, content marketing, partnerships, and loyalty programs</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk1 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>Determine the budget, allocate funds, monitor spending, and adjust strategy as needed</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk2 =1>> <br><<Green "Right answer!!!">> <<timed 1000ms>> <<goto "Fifth_question_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>Strategic planning, financial management, marketing, sales, and team management</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk3 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////// END TALK ///////////////////////////////////////*/ <<elseif _random ==2>> <br><<Text "What are the most effective product promotion methods for a startup?">> <<elseif _random ==3>> <br><<Text "How do you create a compelling offer for customers?">> <</if>> /* How do you determine the target audience for a product? Analyze demographics, interests, and behavior through market research and surveys. What are the most effective product promotion methods for a startup? Content marketing, social media, SEO, email marketing, and partnerships. How do you create a compelling offer for customers? Formulate a unique selling proposition (USP) that addresses the audience’s problems. What strategies can be used to influence the customer? Use social proof, scarcity, authority, and emotional connections. How do you effectively manage a brand and its reputation? Be transparent, communicate with customers, and respond to feedback. What channels can be used for acquiring new customers? Paid advertising, content marketing, partnerships, and loyalty programs. How can you improve the conversion of potential customers into regular ones? Create attractive offers, enhance user experience, and provide excellent service. What metrics should be tracked to assess marketing effectiveness? Conversion rate, customer acquisition cost (CAC), customer lifetime value (LTV), and return on investment (ROI). How do you assess the competitiveness of a product in the market? Conduct a competitive analysis of offerings, pricing, and weaknesses. How do you develop a content marketing strategy for promoting a product? Set goals, create a content plan, use various formats, and distribute through appropriate channels. What tools can be used for marketing automation? CRM systems, email marketing platforms, social media management tools, and analytics platforms. How do you develop an effective advertising campaign? Set goals, create creative materials, choose channels, and track results. How do you maintain customer loyalty to your brand? Provide excellent service, offer loyalty programs, and create personalized offers. What methods can be used to gather customer feedback? Surveys, interviews, website reviews, and social media. How do you form and maintain partnerships for business growth? Find partners with aligned goals, offer mutually beneficial terms, and maintain open communication. What skills are important for successful business management? Strategic planning, financial management, marketing, sales, and team management. How do you determine if a business model is successful? Evaluate profitability, customer satisfaction, sales stability, and market competitiveness. How do you use social media to promote a business? Create quality content, engage with your audience, and track results. What mistakes should be avoided when launching a new product? Insufficient research, inadequate testing, poor budget planning, and ignoring feedback. How do you set up and manage an advertising budget effectively? Determine the budget, allocate funds, monitor spending, and adjust strategy as needed. */ <</linkappend>> <<Back2 "Enter_bpc" "End conversation">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 8 8 "Business_street/Bpc/" "cell_center">> <br><<Text_animated_face Donna "Last question">> <<Not_relationship_top_plus Bella 2>> <div style="display:none;">><br><<Time 10>></div> <br><<linkappend "<<Text 'Fifth question'>>">> <br><<Time 10>> <<timed 10000ms>> <<goto "Time_up_bella_bpc">> <</timed>> <<set _random to random(1,1)>> <<if _random ==1>> <br><<Yellow "5 Question">> <br><<Text "How do you assess the competitiveness of a product in the market?">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>Be transparent, communicate with customers, and respond to feedback</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk1 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>Provide excellent service, offer loyalty programs, and create personalized offers</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk2 =1>> <br><<Red "Wrong answer!!!">> <<timed 1000ms>> <<goto "Dont_pass_bella_bpc1">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:880px; padding:0px; margin:0px;'>Conduct a competitive analysis of offerings, pricing, and weaknesses</div>">> <<append "#dsfsd">> <<if _talk1 !=1 && _talk1 !=1 && _talk3 !=1>> <<set _talk3 =1>> <br><<Green "Right answer!!!">> <<timed 1000ms>> <<goto "Last_stage_test_donna_bpc">> <</timed>> <<elseif _talk1 ==1 || _talk1 ==1 || _talk3 ==1>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////// END TALK ///////////////////////////////////////*/ <<elseif _random ==2>> <br><<Text "What are the most effective product promotion methods for a startup?">> <<elseif _random ==3>> <br><<Text "How do you create a compelling offer for customers?">> <</if>> /* How do you determine the target audience for a product? Analyze demographics, interests, and behavior through market research and surveys. What are the most effective product promotion methods for a startup? Content marketing, social media, SEO, email marketing, and partnerships. How do you create a compelling offer for customers? Formulate a unique selling proposition (USP) that addresses the audience’s problems. What strategies can be used to influence the customer? Use social proof, scarcity, authority, and emotional connections. How do you effectively manage a brand and its reputation? Be transparent, communicate with customers, and respond to feedback. What channels can be used for acquiring new customers? Paid advertising, content marketing, partnerships, and loyalty programs. How can you improve the conversion of potential customers into regular ones? Create attractive offers, enhance user experience, and provide excellent service. What metrics should be tracked to assess marketing effectiveness? Conversion rate, customer acquisition cost (CAC), customer lifetime value (LTV), and return on investment (ROI). How do you assess the competitiveness of a product in the market? Conduct a competitive analysis of offerings, pricing, and weaknesses. How do you develop a content marketing strategy for promoting a product? Set goals, create a content plan, use various formats, and distribute through appropriate channels. What tools can be used for marketing automation? CRM systems, email marketing platforms, social media management tools, and analytics platforms. How do you develop an effective advertising campaign? Set goals, create creative materials, choose channels, and track results. How do you maintain customer loyalty to your brand? Provide excellent service, offer loyalty programs, and create personalized offers. What methods can be used to gather customer feedback? Surveys, interviews, website reviews, and social media. How do you form and maintain partnerships for business growth? Find partners with aligned goals, offer mutually beneficial terms, and maintain open communication. What skills are important for successful business management? Strategic planning, financial management, marketing, sales, and team management. How do you determine if a business model is successful? Evaluate profitability, customer satisfaction, sales stability, and market competitiveness. How do you use social media to promote a business? Create quality content, engage with your audience, and track results. What mistakes should be avoided when launching a new product? Insufficient research, inadequate testing, poor budget planning, and ignoring feedback. How do you set up and manage an advertising budget effectively? Determine the budget, allocate funds, monitor spending, and adjust strategy as needed. */ <</linkappend>> <<Back2 "Enter_bpc" "End conversation">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Donna "You've passed the first stage!">> <br><<Text_animated_face Donna "You have quite a good mental potential, which is very important to us, as I want to make you an offer">> <br><<Text_animated_face Donna "I've looked at your resume and you are a good fit for us, or rather for me. I want you to work for me">> <br><<Text_animated_face_person "In what sense? What am I supposed to do?">> <br><<Text_animated_face Donna "We have enough employees, but I need people close to Marie. Your mother works closely with her. You have a contact through her, so you're useful.">> <br><<Text_animated_face_person "And what if I refuse?">> <br><<Text_animated_face Donna "You should be careful with such words, or else your mother could be harmed because of you">> <br><<Text_animated_face_person "Are you threatening me?">> <br><<Text_animated_face Donna "Not at all, I’m making an offer I’m not a villain or a criminal, it’s a game, and it's above the understanding of ordinary people. I can’t disclose details to you, but Marie, she plays her game and plays dirty...">> <br><<Red "IMPORTANT!!! <br>This choice will determine your future storyline">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="First_way">Accept her offer</div> <div id="Second_way">Decline</div> </div> </div> <<Back2 "Enter_bpc" "End conversation">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 10 10 "Business_street/Bpc/" "cell_center">> <<ClickContainerById "First_way" "First_way_bpc">><</ClickContainerById>> <<ClickContainerById "Second_way" "Second_way_bella_bpc">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Donna "Alright, that’s your choice, but keep in mind that it's better not to stand in the way of our interests">> <br><<Text_animated_face Donna "And if Marie somehow finds out about what we discussed here, trouble awaits you, and not just you">> <br><<Text "<span style='color:red'>This path hasn’t been developed in this version yet</span> ">> <<Back2 "Enter_bpc" "End conversation">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 7 7 "Business_street/Bpc/" "cell_center">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face Donna "That’s not a bad choice">> <br><<Text_animated_face_person "What will I have to do?">> <br><<Text_animated_face Donna "Shh… you haven’t completed the main testing yet, it’s not that simple">> <br><<Text_animated_face_person "What else?">> <br><<Text_animated_face Donna "In the world, a person is vulnerable. I want to understand how much you can withstand this trial. If you pass it, then we can discuss further. If not, come back when you’re ready to take it">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Proceed_test">Proceed to another test</div> </div> </div> <<Back2 "Enter_bpc" "End conversation">> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 9 9 "Business_street/Bpc/" "cell_center">> <<ClickContainerById "Proceed_test" "Sex_test_donna_bpc">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 8 8 "Business_street/Bpc/" "cell_center">> <br><<Text_animated_face Donna "This is an important test that shows whether you can properly control your desires">> <br><<linkappend "<<Text 'Two insanely beautiful and hot girls enter the room'>>">> <br><<Webp_between_text_random_tall_15 "Eve/Bpc/Scene1/" 1 1>> <br><<Text_animated_face Donna "These are my, shall we say, assistants... They will seduce your attention, and you must resist their lust... It's not easy, considering how skilled they are...">> <br><<linkappend "<<Text 'They started making out'>>">> <br><<Mp4_178 "Eve/Bpc/Scene1/" 2 2 1>> <br><<Text_animated_face_person "God, they're making me hard just by looking at them...">> <<set $arousal_person +=2>> <br><<Arousal_person 2>> <br><<linkappend "<<Text 'Keep watching them'>>">> <br><<Mp4_178 "Eve/Bpc/Scene1/" 3 3 2>> <<set $arousal_person +=2>> <br><<Arousal_person 2>> <br><<Text_animated_face Donna "I can see the awakening lust in your eyes... and not just there">> <br><<linkappend "<<Text 'Observe them further'>>">> <br><<Mp4_13 "Eve/Bpc/Scene1/" 4 4 3>> <<set $arousal_person +=3>> <br><<Arousal_person 2>> <br><<Text_animated_face_person "Fuck, this is turning me on more than I thought">> <br><<Text_animated_face Donna "This is just the beginning... $name_person">> <br><<linkappend "<<Text 'One of them began nibbling and sucking on the other’s breast'>>">> <br><<Mp4_178 "Eve/Bpc/Scene1/" 6 6 4>> <<timed 2000ms>> <br><<Text_animated_face_person "Looks like I’ve seen the girl on the left somewhere before...">> <<timed 3000ms>> <br><<Mp4_13 "Eve/Bpc/Scene1/" 5 5 5>> <<set $arousal_person +=2>> <br><<Arousal_person 2>> <br><<linkappend "<<Text 'Observe them further'>>">> <br><<Mp4_178 "Eve/Bpc/Scene1/" 7 7 6>> <<set $arousal_person +=2>> <br><<Arousal_person 2>> <br><<Text_animated_face Donna "How do you like my assistants?">> <br><<Text_animated_face_person "I don't know if I can handle this... they're too fucking good at it">> <br><<Text_animated_face Donna "Hah">> <br><<linkappend "<<Text 'One’s hands slipped into the other’s panties'>>">> <br><<Mp4_178 "Eve/Bpc/Scene1/" 8 8 7>> <br><<linkappend "<<Text_animated_face Donna 'Darlings, show off those asses in your panties, I want our guest to feast his eyes on them'>>">> <br><<Mp4_178 "Eve/Bpc/Scene1/" 9 9 8>> <br><<linkappend "<<Text_animated_face Donna 'Look at that ass... its asking for a good spanking'>>">> <br><<Mp4_178 "Eve/Bpc/Scene1/" 10 10 9>> <<set $arousal_person +=2>> <br><<Arousal_person 2>> <<timed 3000ms>> <br><<Mp4_178 "Eve/Bpc/Scene1/" 11 11 10>> <br><<Text_animated_face Donna "She has such a ripe peach, doesn’t she?">> <br><<linkappend "<<Text_animated_face Donna 'Peaches... now it’s your turn, sweetie'>>">> <br><<Mp4_178 "Eve/Bpc/Scene1/" 12 12 11>> <br><<Text_animated_face_person "They really know how to put on a show... fuck">> <br><<Text_animated_face_person "My dick’s patience isn’t endless...">> <<timed 3000ms>> <br><<Mp4_178 "Eve/Bpc/Scene1/" 13 13 12>> <<set $arousal_person +=2>> <br><<Arousal_person 2>> <br><<Text_animated_face Donna "Complete the task, and you might come across them and get a chance to seize the moment, sweetheart. But remember your objective for now">> <br><<linkappend "<<Text_animated_face Donna 'Girls, show what you’re really capable of'>>">> /*////////////// SEX SCENES ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Licking Eve's Pussy 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _person1 !=1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/Licking2/" 1 3 13>> <<set _person1 =1>> <<set $arousal_person +=3>> <br><<Arousal_person 3>> <<set _end_person1 =1>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<else>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Licking Eve's Pussy 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _person2 !=1>> <<set _person2 =1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/Licking4/" 1 3 14>> <<set $arousal_person +=3>> <br><<Arousal_person 3>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<else>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Eve's Pussy 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _person3 !=1>> <<set _person3 =1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/Fuck1/" 1 4 15>> <<set $arousal_person +=4>> <br><<Arousal_person 4>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<else>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk4' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Eve's Pussy 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _person4 !=1>> <<set _person4 =1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/Fuck2/" 2 2 16>> <<timed 2000ms>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/Fuck2/" 1 1 22>> <</timed>> <<set $arousal_person +=4>> <br><<Arousal_person 4>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<else>> <<replace "#talk4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk5' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Eve's Moans</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _person5 !=1>> <<set _person5 =1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/" 1 2 17>> <<set $arousal_person +=2>> <br><<Arousal_person 2>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<else>> <<replace "#talk5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk6' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Licking Peaches's Pussy 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _person6 !=1>> <<set _person6 =1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/Licking1/" 1 3 18>> <<set $arousal_person +=3>> <br><<Arousal_person 3>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<else>> <<replace "#talk6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk7' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Licking Peaches's Pussy 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _person7 !=1>> <<set _person7 =1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/Licking3/" 1 1 19>> <<set $arousal_person +=2>> <br><<Arousal_person 2>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<else>> <<replace "#talk7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk8' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck Peaches's Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _person8 !=1>> <<set _person8 =1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/Fuck3/" 1 2 20>> <<set $arousal_person +=3>> <br><<Arousal_person 3>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<else>> <<replace "#talk8">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk9' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>The last step to...</div>">> <<append "#dsfsd">> <<if _person1 ==1 && _person2 ==1 &&_person3 ==1 &&_person4 ==1 && _person5 ==1 && _person6 ==1 && _person7 ==1 &&_person8 ==1 && _person9 !=1>> <br><<Mp4_178 "Eve/Bpc/Scene1/1/" 3 3 21>> <<set _person9 =1>> <<set $arousal_person +=1>> <br><<Arousal_person 1>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <<timed 3000ms>> <<goto "Passed_donna_task">> <</timed>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <</timed>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <</timed>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <</timed>> <</timed>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <<if $arousal_person == $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<timed 1000ms>> <<goto Dont_pass_bella_bpc2>> <</timed>> <</if>> <</linkappend>> <<if $arousal_person >= $arousal_person_max && $arousal_person_max <40>> <<goto Dont_pass_bella_bpc2>> <</if>> <</nobr>>
<<nobr>> <<if $day_time >=5>> <<goto "Bpc_closed">> <</if>> <<if $day_week ==0>> <<if $First_meet_Abella_bpc1 !=1>> <<goto First_meet_Abella_bpc1>> <</if>> <<set $no_monday_bpc_work1 =1>> <<elseif $day_week !=0 && $no_monday_bpc_work1 !=1>> <<goto "No_monday_work_bpc">> <</if>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> You are <span style="font-weight: bold;">in the Office</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/office" "cell_center">> <br> <br> <div class="container"> <div class="up"> <div class="image-container Marie_office" id="left_img" > <img src="img/Business_street/Offices/2.webp"> <div class="text" id="Marie_office">Marie's Office</div> </div> <div class="image-container Mom_office" id="center_img_1"> <img src="img/Business_street/Offices/5.webp"> <div class="text" id="Mom_office">Mom's Office</div> </div> <div class="image-container Abella_space" id="center_img_1"> [img["img/Business_street/Bpc/Abella_desk/2.webp"][Abella_space]] <div class="text" id="Abella_space">Abella's Space</div> </div> <div class="image-container Erik_desk" id="center_img_1"> [img["img/Business_street/Offices/12.webp"][Erik_desk_bpc]] <div class="text" id="Erik_desk">Erik's Desk</div> </div> <div class="image-container Your_desk" id="right_img"> [img["img/Business_street/Offices/13.webp"][Your_desk_bpc]] <div class="text" id="Your_desk">Your Desk</div> </div> </div> <div class="down"> <div class="image-container Meeting_room" id="left_img"> [img["img/Business_street/Bpc/Meeting/2.webp"][Meeting_bpc]] <div class="text" id="Meeting_room">Meeting Room</div> </div> <div class="image-container Cafeteria" id="center_img_1"> [img["img/Business_street/Bpc/Bar/2.webp"][Cafeteria_bpc]] <div class="text" id="Сafeteria">Сafeteria</div> </div> <div class="image-container Lounge" id="center_img"> [img["img//Business_street/Bpc/Lounge/2.webp"][Lounge_bpc]] <div class="text" id="Lounge">Lounge</div> </div> <div class="image-container Restroom" id="center_img_1"> [img["img/Business_street/Bpc/Restroom/2.webp"][Restroom_bpc]] <div class="text" id="Restroom">Nearest Loo</div> </div> <div class="image-container Lift" id="right_img"> [img["img/Business_street/Bpc/lift1.webp"][Summit_lift]] <div class="text" id="Lift">Lift</div> </div> </div> </div> <<for _i to 1; _i <= 6; _i++>> <<if _i ==1>> <<Week_Erik_desk>> <<if $condition == 28>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Erik" "Erik_desk">> <</if>> <</if>> <<if _i ==2>> <<Week_Erik_cafeteria>> <<if $condition == 28>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Erik" "Cafeteria">> <</if>> <</if>> <<if _i ==3 >> <<Week_Abella_desk>> <<if $condition == 27>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Abella" "Abella_space">> <</if>> <</if>> <<if _i ==4 >> <<Week_Abella_restroom>> <<if $condition == 27>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Abella" "Restroom">> <</if>> <</if>> <<if _i ==5 >> <<Week_Marie_office>> <<if $condition == 18>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Marie" "Marie_office">> <</if>> <</if>> <<if _i ==6 >> <<Week_Mom_office>> <<if $condition == 1>> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Mom" "Mom_office">> <</if>> <</if>> <<if _i ==7 >> <<if $condition == 20 && $event_angelica[0].quantity ==1>> <<RandomImageOnlyJpgContainer_persons_multiple 1 1 "Angelica_heart/Angelica_face" "playhouse">> <</if>> <</if>> <<if _i ==8 >> <<if $condition == 22>> <<RandomImageOnlyJpgContainer_persons 1 1 "Telari/Telari_face" "beach">> <</if>> <</if>> <</for>> <<ClickContainerById "Marie_office" "Marie_office">><</ClickContainerById>> <<ClickContainerByClass "Marie_office" "Marie_office">><</ClickContainerByClass>> <<ClickContainerById "Mom_office" "Mom_office_bpc">><</ClickContainerById>> <<ClickContainerByClass "Mom_office" "Mom_office_bpc">><</ClickContainerByClass>> <<ClickContainerById "Lift" "Summit_lift">><</ClickContainerById>> <<ClickContainerByClass "Lift" "Summit_lift">><</ClickContainerByClass>> <<ClickContainerById "Restroom" "Restroom_bpc">><</ClickContainerById>> <<ClickContainerByClass "Restroom" "Restroom_bpc">><</ClickContainerByClass>> <<ClickContainerById "Lounge" "Lounge_bpc">><</ClickContainerById>> <<ClickContainerByClass "Lounge" "Lounge_bpc">><</ClickContainerByClass>> <<ClickContainerById "Сafeteria" "Cafeteria_bpc">><</ClickContainerById>> <<ClickContainerByClass "Сafeteria" "Cafeteria_bpc">><</ClickContainerByClass>> <<ClickContainerById "Meeting_room" "Meeting_bpc">><</ClickContainerById>> <<ClickContainerByClass "Meeting_room" "Meeting_bpc">><</ClickContainerByClass>> <<ClickContainerById "Your_desk" "Your_desk_bpc">><</ClickContainerById>> <<ClickContainerByClass "Your_desk" "Your_desk_bpc">><</ClickContainerByClass>> <<ClickContainerById "Erik_deske" "Erik_desk_bpc">><</ClickContainerById>> <<ClickContainerByClass "Erik_desk" "Erik_desk_bpc">><</ClickContainerByClass>> <<ClickContainerById "Abella_space" "Abella_space">><</ClickContainerById>> <<ClickContainerByClass "Abella_space" "Abella_space">><</ClickContainerByClass>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> This is your <span style="font-weight: bold;">Workstation</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 13 13 "Business_street/Offices/" "cell_center">> <br><<Text "This is your workstation on the very first level of work at Black Prince Corporation">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Work_bpc">Handle some paperwork</div> <div id="PC_bpc">Log into the PC</div> </div> </div> <<Back1 "Bpc_office_accept">> <<ClickContainerById "Work_bpc" "Work_bpc">><</ClickContainerById>> <<ClickContainerById "PC_bpc" "PC_bpc">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Offices/do_paperwork" "cell_center">> <br><<Text "You worked for a bit and earned some money">> <<timed 1000ms >> <<Not_top_plus Money 100>> <</timed>> <<set $money +=100>> <<set $energy -->> <<set $day_time ++>> <<Back1 "Your_desk_bpc">> <<else>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "Your_desk_bpc">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/Your_desk/" "cell_center">> <br><<Text "This is your work computer">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Check_mail_bpc">Check mail</div> <div id="Play_game_bpc">Play game</div> </div> </div> <<ClickContainerById "Check_mail_bpc" "Check_mail_bpc">><</ClickContainerById>> <<ClickContainerById "Play_game_bpc" "Play_game_bpc">><</ClickContainerById>> <<Back1 "Your_desk_bpc">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Business_street/Bpc/Your_desk/" "cell_center">> /*---------------- NO TASKS ---------------------*/ <<if $task_from_donna_bpc1 ==1>> <<timed 300ms>> <br><<Text "You have no new messages">> <</timed>> <</if>> /*--------------------------------------------------*/ /*---------- NEW TASK --------------------*/ <<if $task_from_donna_bpc1 !=1>> <<timed 500ms>> <br><div id="donna_new_message1"><<Yellow "New Message from Donna">></div> <<ClickContainerById "donna_new_message1" "donna_new_message1">><</ClickContainerById>> <</timed>> <<elseif $task_from_donna_bpc1 ==1>> <<timed 700ms>> <br><div id="donna_new_message1"><<Text "<span style='color:#382ccb'>Messages from Donna</span>">></div> <<ClickContainerById "donna_new_message1" "donna_new_message1">><</ClickContainerById>> <</timed>> <</if>> /*--------------------------------------------------*/ <<timed 1000ms>> <<Back1 "PC_bpc">> <</timed>> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,3)>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 3 5 "Business_street/Bpc/Your_desk/" "cell_center" >> <<timed 500ms>> <br><<Text "You played the game for a bit and forgot about your tasks">> <</timed>> <<timed 1000ms>> <<Back1 "PC_bpc">> <</timed>> <<set $day_time ++>> <<set $energy -->> <<else>> <br><br><br><br><br> <<Text "You dont have enough energy">> <<Back1 "PC_bpc">> <</if>> <</nobr>>
<<nobr>> <<Week_Erik_desk>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> This is <span style="font-weight: bold;">Erik's Workstation</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<if $condition ==0>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/Erik_desk/" "cell_center">> <br><<Text "Erik is not at his workstation">> <br><<Text "<span style='color: red; font-size: 14px;'>In this version of the game, this character does not have any content of their own</span>">> <</if>> <<if $condition ==28>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Business_street/Bpc/Erik_desk/" "cell_center">> <br><<Text "Erik is here, sitting at his desk in the office">> <br><<Text "<span style='color: red; font-size: 14px;'>In this version of the game, this character does not have any content of their own</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_erik_bpc">Talk</div> </div> </div> <</if>> <<Back1 "Bpc_office_accept">> <<ClickContainerById "Talk_erik_bpc" "Talk_erik_bpc">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Business_street/Bpc/Erik_desk/" "cell_center">> <br><<Text_animated_face Erik "Hey, you're new here, right? So, how do you like it so far? So many... opportunities, huh?">> <br><<Text "<i>He gives a knowing smile, glancing at one of the female employees passing by</i>">> <br><<Text_animated_face_person "You look a little... nervous. Is something wrong?">> <br><<Text_animated_face Erik "Yeah, it's just... the women here drive me crazy. You know, I just... can't seem to get anywhere, you know? I see how they look at others, but not at me. In this corporation... it's like everything is for the chosen ones. And me... well, I'm definitely not one of them">> <br><<Text "<i>He lowers his head, looking defeated</i>">> <br><<Text_animated_face_person "Not all the women here are like that, you know. You just haven’t found your way yet...">> <br><<Text_animated_face Erik "Oh, come on... You haven't seen how they react to someone like Abella or... heh, what's your mom's name again? She's new here too, right? People are already whispering about her, like she’s the latest MILF around, practically glowing with... all that sexual energy">> <br><<Text "<i>He rolls his eyes and leans in, whispering even quieter</i>">> <br><<Text_animated_face Erik "She has that look, like she’s going to take control of everything here... if she hasn’t already">> <br><<Text_animated_face_person "Mom is just Mom. She’s just trying to start a new chapter after everything that’s happened">> <br><<Text_animated_face Erik "Well, she certainly isn’t wasting any time. Have you seen the way others look at her? Not like they look at me... I just... watch and dream">> <br><<Text "<i>He sighs</i>">> <br><<Text_animated_face Erik "You probably don’t understand what it’s like to be so... invisible next to her">> <br><<Text_animated_face_person "Maybe you're just approaching things the wrong way? Try a different approach to interacting with people">> <br><<Text_animated_face Erik "Heh, easier said than done. But try explaining that to someone like her. She’s in a different world">> <br><<Text "<i>He sighs again, glancing at your mom as she walks past the office, drawing the attention of other employees</i>">> <br><<Text_animated_face Erik "I'm sure she’s bound for great success here, with assets like hers">> <br><<Yellow "You need to figure out how Erik can be useful in the future">> <<Back2 "Erik_desk_bpc" "End conversation">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> This is <span style="font-weight: bold;">Erik's Workstation</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<Week_Abella_desk>> <<if $condition ==27>> <<set _random to random(1,10)>> <<if _random <4>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 5 "Business_street/Bpc/Abella_desk/" "cell_center">> <br><<Text "Abella seems unusually thoughtful today">> <<else>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Business_street/Bpc/Abella_desk/" "cell_center">> <br><<Text "Abella is busy reading some magazine">> <</if>> <br><<Text "<span style='color: red; font-size: 14px;'>In this version of the game, this character does not have any content of their own</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_abella_bpc">Talk</div> </div> </div> <<elseif $condition == 0>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/Abella_desk/desk" "cell_center">> <br><<Text "Abella is not at her desk">> <</if>> <<Back1 "Bpc_office_accept">> <<ClickContainerById "Talk_abella_bpc" "Talk_abella_bpc">><</ClickContainerById>> <</nobr>>
<<nobr>> <<Week_restroom>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/Restroom/" "cell_center">> <br><<Text "This is the nearest restroom to your office">> <<if $condition !=0>> <br><<Text "It looks like someone is in the restroom">> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Left_stall_bpc">Left Stall</div> <div id="Right_stall_bpc">Right Stall</div> </div> </div> <<if $condition == 27 || $condition ==18 || $condition ==1>> <br> <div class="your_room"> <div class="cell_1_yr" style="gap:20px;"> <<for _i to 1; _i <= 3; _i++>> <<if _i ==1>> <<Week_restroom>> <<if $condition == 27>> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="Talk_Eric_cafeteria_bpc"> <div class="french Abella" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Abella</div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Abella" "Abella">> /*<<ClickContainerById "Talk_Eric_cafeteria_bpc" "Talk_Eric_cafeteria_bpc">><</ClickContainerById>> */ <</if>> <</if>> <<if _i ==2>> <<if $condition == 18>> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="french"> <div class="french marie" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Marie</div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Marie" "marie">> <</if>> <</if>> <<if _i ==3>> <<if $condition == 1>> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="french"> <div class="french mom" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Mom</div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Mom" "mom">> <</if>> <</if>> <</for>> <</if>> <<Back1 "Bpc_office_accept">> <<if $condition ==27>> <<ClickContainerById "Left_stall_bpc" "Left_stall_bpc_abella">><</ClickContainerById>> <<else>> <<ClickContainerById "Left_stall_bpc" "Left_stall_bpc">><</ClickContainerById>> <</if>> <<if $condition ==27>> <<ClickContainerById "Right_stall_bpc" "Right_stall_bpc_abella">><</ClickContainerById>> <<else>> <<ClickContainerById "Right_stall_bpc" "Right_stall_bpc">><</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Business_street/Bpc/Lounge/" "cell_center">> <br><<Text "The lounge area of this company looks massive, there are likely many different and interesting spots here">> <br> <div class="your_room"> <div class="cell_1_yr"> <<if $look_around_loung_bpc !=1>> <div id="Look_around_lounge_bpc_search">Look around</div> <<elseif $look_around_loung_bpc ==1>> <div id="Look_around_lounge_bpc">Look around</div> <div id="Mysterious_door_bpc">Mysterious door</div> <</if>> </div> </div> <<ClickContainerById "Look_around_lounge_bpc" "Look_around_lounge_bpc">><</ClickContainerById>> <<ClickContainerById "Look_around_lounge_bpc_search" "Look_around_lounge_bpc_search">><</ClickContainerById>> <<ClickContainerById "Mysterious_door_bpc" "Look_around_lounge_bpc_search">><</ClickContainerById>> <<Back1 "Bpc_office_accept">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/Meeting/" "cell_center">> <br><<Text "There are no meetings or important briefings today">> <<Back1 "Bpc_office_accept">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/Bar/" "cell_center">> /*-------------------------- NOBODY HERE ------------------------------------*/ <br><<Text "In this cafeteria, you can order free coffee, courtesy of the company">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Coffee_bpc">Have some coffee</div> <div id="Look_around_bpc">Look around</div> </div> </div> <<ClickContainerById "Coffee_bpc" "Coffee_bpc">><</ClickContainerById>> <<ClickContainerById "Look_around_bpc" "Look_around_bpc">><</ClickContainerById>> /*-------------------- END NOBODY HERE ---------------------------------*/ <<Week_Erik_cafeteria>> <<if $condition == 28 || $condition ==18>> <br> <div class="your_room"> <div class="cell_1_yr" style="gap:20px;"> <<for _i to 1; _i <= 2; _i++>> <<if _i ==1>> <<Week_Erik_cafeteria>> <<if $condition == 28>> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="Talk_Eric_cafeteria_bpc"> <div class="french Erik" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Erik</div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Icons/Erik" "Erik">> <<ClickContainerById "Talk_Eric_cafeteria_bpc" "Talk_Eric_cafeteria_bpc">><</ClickContainerById>> <</if>> <</if>> <<if _i ==2>> <<if $condition == 18>> <div style="display:flex; justify-content:center; align-items:center; width:180px; padding:0px; margin:0px;" id="french"> <div class="french marie" style="display:flex; width:90px; box-shadow: 0 0 0px 0px #000; margin-right:-4px; margin-left:0px; border-right:0px solid #666; border-left:0px solid #666; border-radius:0; border-right:1px solid #666;margin-top:3px; margin-bottom:3px; "></div > <div style="padding: 0px; margin:0px; display:flex;box-shadow: 0 0 0px 0px #000;border-left0px solid #666; border-right:0px solid #666;">Marie</div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Marie/Marie" "marie">> <</if>> <</if>> <</for>> <</if>> <<Back1 "Bpc_office_accept">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Cafe_bar/drink_coffee" "cell_center" >> <br> <<Text "You had some coffee and regained a bit of energy">> <<set $day_time ++>> <<set $energy ++>> <<Back1 "Cafeteria_bpc">> <</nobr>>
<<nobr>> <<if $condition ==0>> <br><br><br><br><br> <<Text "You didn't notice anything interesting">> <</if>> /* <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Cafe_bar/drink_coffee" "cell_center" >> <br> <<Text "You had some coffee and regained a bit of energy">> */ <<Back1 "Cafeteria_bpc">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,24)>> <<if _random >=1 && _random <=2>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Business_street/Bpc/Lounge/tall_13/" "cell_center">> <<elseif _random >=3 && _random <=9>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 6 "Business_street/Bpc/Lounge/tall_13/" "cell_center">> <<elseif _random >=10 && _random <=19>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 9 "Business_street/Bpc/Lounge/tall_15/" "cell_center">> <<elseif _random >=20 && _random <=24>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Business_street/Bpc/Lounge/tall_178/" "cell_center">> <</if>> <br><<Text "You notice a sophisticated, sexy woman who works in the corporation">> <br><<linkappend "<<Text 'Try to initiate a conversation with her'>>">> <<if $male_suit2_con ==0 >> <br><<Mp4_between_text_wide_1 "Root/fail" 1 1>> <br><<Yellow "You weren't successful <br>You should wear a formal suit to start attracting attention">> <<elseif $male_suit2_con ==1>> <br><<Mp4_between_text_wide_178 "Root/thinking" 1 1>> <<timed 1500ms>> <<if $charm <=20 || $sigma_person <=20 >> <br><<Yellow "She didn’t show you enough interest <br>You need to improve your personal qualities and raise your status to level 2">> <<else>> <br><<Text "You’ve caught her attention... This corporation holds many secrets...">> <<timed 1000ms>> <<set _random_presex to random(1,2)>> <<if _random_presex ==1>> <br><<Webp_between_text_random_178 "Business_street/Bpc/Lounge/Sex/" 5 5>> <<else>> <br><<Webp_between_text_random_tall_133 "Business_street/Bpc/Lounge/Sex/" 6 6>> <</if>> <</timed>> <<timed 3000ms>> <br><<Text "In her eyes, there's a burning hunger... <br>She wants you to fuck her hard in the hidden corners of this corporation">> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="animated"> /*//////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr" > /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random_blow to random(1,16)>> <<if _random_blow >=1 && _random_blow <=2 >> <br><<Webp_between_text_random_tall_15 "Business_street/Bpc/Lounge/Sex/BJ/" 1 2>><br> <<elseif _random_blow >=3 && _random_blow <=7 >> <br><<Webp_between_text_random_tall_1 "Business_street/Bpc/Lounge/Sex/BJ/" 3 7>><br> <<elseif _random_blow >=8 && _random_blow <=9>> <br><<Webp_between_text_random_13 "Business_street/Bpc/Lounge/Sex/BJ/" 8 9>><br> <<elseif _random_blow >=10 && _random_blow <=10>> <br><<Webp_between_text_random_15 "Business_street/Bpc/Lounge/Sex/BJ/" 10 10>><br> <<elseif _random_blow >=11 && _random_blow <=16>> <br><<Webp_between_text_random_178 "Business_street/Bpc/Lounge/Sex/BJ/" 11 16>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#handjob_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random_pussy to random(1,8)>> <<if _random_pussy==1 >> <br><<Webp_between_text_random_tall_1 "Business_street/Bpc/Lounge/Sex/Pussy/" 1 1>><br> <<elseif _random_pussy >=2 && _random_pussy <=3 >> <br><<Webp_between_text_random_15 "Business_street/Bpc/Lounge/Sex/Pussy/" 2 3>><br> <<elseif _random_pussy>=4 && _random_pussy <=8>> <br><<Webp_between_text_random_178 "Business_street/Bpc/Lounge/Sex/Pussy/" 4 8>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#rimming_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_ass_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random_ass to random(1,6)>> <<if _random_ass ==1 >> <br><<Webp_between_text_random_tall_1 "Business_street/Bpc/Lounge/Sex/Ass/" 1 1>><br> <<elseif _random_ass >=2 && _random_ass <=4>> <br><<Webp_between_text_random_178 "Business_street/Bpc/Lounge/Sex/Ass/" 2 4>><br> <<elseif _random_ass ==5>> <br><<Webp_between_text_random_tall_1 "Business_street/Bpc/Lounge/Sex/Ass/" 5 5>><br> <<elseif _random_ass ==6>> <br><<Webp_between_text_random_15 "Business_street/Bpc/Lounge/Sex/Ass/" 6 6>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#fuck_ass_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _random_cum to random(1,3)>> <<if _random_cum ==1 >> <br><<Webp_between_text_random_12 "Business_street/Bpc/Lounge/Sex/" 1 1>><br> <<elseif _random_cum ==2>> <br><<Webp_between_text_random_178 "Business_street/Bpc/Lounge/Sex/" 2 3>><br> <<elseif _random_cum ==3>> <br><<Mp4_between_text_wide_178 "Business_street/Bpc/Lounge/Sex/" 4 4>><br> <</if>> <<set _cum_person =1>> <<set $arousal_person =0>> <<Yellow "You’ve increased your influence in this corporation<br> Now more women here know who you are...">> <<replace "#cumming_beach">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cumming_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <</timed>> <</if>> <</timed>> <</if>> <</linkappend>> <<Back1 "Lounge_bpc">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Business_street/Bpc/Lounge/" "cell_center">> <<if $look_around_loung_bpc !=1>> <br><<Yellow "You found a mysterious door leading upwards...<br> It might lead to those higher levels you dont have access to">> <<Not_new_quest>> <<elseif $look_around_loung_bpc ==1>> <br><<Yellow "You don't have the access to open this door">> <</if>> <<Back1 "Lounge_bpc">> <<set $look_around_loung_bpc =1>> <</nobr>>
<<nobr>> <<Week_restroom>> <<if $condition ==1 >> <br><br><br><br><br> <br><<Text "The door is locked">> <<Back1 "Restroom_bpc">> <<else>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Business_street/Bpc/Restroom/" "cell_center">> <br><<Text "This stall is available">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Use_toilet_bpc">Use Toilet</div> <div id="Jerk_restroom_bpc">Jerk Off</div> </div> <<if $drill1 >0 && $use_drill_toilet_bpc_restroom1 !=1>> <div class="cell_2_yr"> <div id="Use_drill_bpc">Drill a hole</div> </div> <<elseif $use_drill_toilet_bpc_restroom1 ==1>> <div class="cell_2_yr"> <div id="Stick_dick_drill_bpc">Stick a dick in a gloryhole</div> </div> <</if>> </div> <<Back1 "Restroom_bpc">> <<ClickContainerById "Use_toilet_bpc" "Use_toilet_bpc">><</ClickContainerById>> <<ClickContainerById "Jerk_restroom_bpc" "Jerk_restroom_bpc">><</ClickContainerById>> <<ClickContainerById "Use_drill_bpc" "Use_drill_bpc">><</ClickContainerById>> <<ClickContainerById "Stick_dick_drill_bpc" "Stick_dick_drill_bpc_left">><</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <<Week_restroom>> /*------------ MARIE HERE ---------------*/ <<if $condition ==18 >> <br><br><br><br><br> <br><<Text "The door is locked">> <<Back1 "Restroom_bpc">> /*------------------------------------------------*/ /*----------- FREE ----------------------------*/ <<else>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Business_street/Bpc/Restroom/" "cell_center">> <br><<Text "This stall is available">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Use_toilet_bpc">Use Toilet</div> <div id="Jerk_restroom_bpc">Jerk Off</div> </div> <<if $drill1 >0 && $use_drill_toilet_bpc_restroom1 !=1>> <div class="cell_2_yr"> <div id="Use_drill_bpc">Drill a hole</div> </div> <<elseif $use_drill_toilet_bpc_restroom1 ==1>> <div class="cell_2_yr"> <div id="Stick_dick_drill_bpc">Stick a dick in a gloryhole</div> </div> <</if>> </div> <<Back1 "Restroom_bpc">> <<ClickContainerById "Use_toilet_bpc" "Use_toilet_bpc">><</ClickContainerById>> <<ClickContainerById "Jerk_restroom_bpc" "Jerk_restroom_bpc">><</ClickContainerById>> <<ClickContainerById "Use_drill_bpc" "Use_drill_bpc">><</ClickContainerById>> <<ClickContainerById "Stick_dick_drill_bpc" "Stick_dick_drill_bpc_right">><</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Business_street/Bpc/Restroom/" "cell_center">> <br><<Text "Your natural needs have been met">> <<Back1 "Restroom_bpc">> <<set $day_time ++>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Business_street/Bpc/Restroom/" "cell_center">> <br><<Text "You take a brief break from the office routine and relieve some stress">> <<timed 1000ms>> <br><<Yellow "Nothing happens">> <</timed>> <<Back1 "Restroom_bpc">> <<set $day_time ++>> <</nobr>>
<<nobr>> <<widget "Week_Erik_desk">> <<set _day1_conditions = { 1: 28, 2: 28, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 28, 2: 28, 3: 28, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 28, 2: 0, 3: 0, 4: 28, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 28, 2: 28, 3: 0, 4: 28, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 28, 4: 28, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/Bar/Erik" "cell_center">> <br><<Text_animated_face_person "Hey, Erik, do you know anything about the second level?">> <br><<Text_animated_face Erik "Not much, really. I only know that very attractive and sexy women often appear there, though there are plenty of them in this corporation...">> <br><<Text_animated_face_person "Would you like to know more?">> <br><<Text_animated_face Erik "I’ve tried, honestly... But the security system here is pretty good">> <br><<Text_animated_face_person "Did you try hacking their network?">> <br><<Text_animated_face Erik "Yeah, something like that...">> <br><<Text_animated_face_person "Can you disable certain cameras? Is that within your abilities?">> <br><<Text_animated_face Erik "I think I can handle that. Why, do you have a plan?">> <br><<Text_animated_face_person "I found a door in the lounge. Maybe we could check out what’s up there through that mysterious door...">> <br><<Text "<i>Erik is completely excited</i>">> <br><<Text_animated_face Erik "Cool, but you know, ... I can help you with that, but you’ll need to help me too">> <br><<Text_animated_face_person "How?">> <br><<Text_animated_face Erik "Your mom... She’s really driving me crazy, I’m losing my mind over her sexuality. Could you somehow set us up?">> <br><<Text_animated_face_person "I’ll think about it">> <br><<Text_animated_face Erik "Just know that I’ll help you after you help me. I may be shy, but I’m not stupid">> <br><<Yellow "You need to figure out how Erik can be useful in the future">> <<Back2 "Cafeteria_bpc" "End conversation">> <</nobr>>
<<nobr>> <<widget "Week_Erik_cafeteria">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 28, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 28, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 28, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 28, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 28, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_Abella_desk">> <<set _day1_conditions = { 1: 0, 2: 27, 3: 0, 4: 27, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 27, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 27, 2: 27, 3: 0, 4: 27, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 27, 2: 0, 3: 27, 4: 27, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 27, 3: 0, 4: 27, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_Abella_restroom">> <<set _day1_conditions = { 1: 27, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 27, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 27, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 27, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <br><<Text "The door is locked">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Peek_restroom_bpc">Peek</div> </div> </div> <<Back1 "Restroom_bpc">> <<ClickContainerById "Peek_restroom_bpc" "Peek_restroom_bpc_abella">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center_nl 1 1 "Business_street/Bpc/Restroom/Abella/" "cell_center" >> <<timed 1000ms>> <br><<Text "Abella is playing with her pussy in the restroom">> <<timed 14500ms>> <br><<Text "It seems she noticed some noise">> <br><<Yellow "Maybe you should try a different angle">> <</timed>> <<timed 500ms>> <<Back1 "Restroom_bpc">> <</timed>> <</timed>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Business_street/Bpc/Restroom/" "cell_center">> <br><<Text "This stall is available">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Use_toilet_bpc">Use Toilet</div> <div id="Jerk_restroom_bpc">Jerk Off</div> </div> <div class="cell_2_yr"> <div id="Peek_toilet_bpc">Peek</div> </div> </div> <<Back1 "Restroom_bpc">> <<ClickContainerById "Use_toilet_bpc" "Use_toilet_bpc">><</ClickContainerById>> <<ClickContainerById "Jerk_restroom_bpc" "Jerk_restroom_bpc">><</ClickContainerById>> <<ClickContainerById "Peek_toilet_bpc" "Peek_toilet_bpc_right_danger">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 2 2 "Business_street/Bpc/Restroom/Abella/" "cell_center" >> <<timed 1000ms>> <br><<Text "From under the stall, there’s a fucking great view of Abella - right on her pussy">> <br><<linkappend "<<Text 'Watch her play with her juicy pussy'>>">> <br><<Mp4_178 "Business_street/Bpc/Restroom/Abella/" 4 4 2>> <<timed 3000ms>> <<set _random to random(1,2)>> <<if _random ==1>> <br><<Mp4_178_nl "Business_street/Bpc/Restroom/Abella/" 3 3 3>> <br><<Text "It seems like she heard the noises">> <<timed 2000ms>> <br><<Mp4_178 "Business_street/Bpc/Restroom/Abella/" 7 7 4>> <</timed>> <<else>> <br><<linkappend "<<Text 'Watch her play with her juicy pussy'>>">> <br><<Text_animated_face_person "She has a very sweet pussy">> <br><<Mp4_178 "Business_street/Bpc/Restroom/Abella/" 5 5 5>> <<timed 4000ms>> <br><<Text_animated_face_person "It seems she is driven by her desires, it might be worth making a hole here and trying to lure her with your cock (in the future)">> <br><<Mp4_178_loop "Business_street/Bpc/Restroom/Abella/" 6 6>> <</timed>> <</linkappend>> <</if>> <</timed>> <</linkappend>> <<Back1 "Restroom_bpc">> <</timed>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "The door is locked">> <br><<Text "<span style='color: red; font-size: 14px;'>In this version of the game, this character does not have any content of their own</span>">> <<Back1 "Bpc_office_accept">> <<ClickContainerById "Talk_erik_bpc" "Talk_erik_bpc">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Your_room/Jerk_off/cumming" "cell_center">> <br><<Text "You failed the interview, you couldn’t hold back and came">> <br><<Yellow "Come back when you're ready">> <<set $day_time ++ >> <<Back2 "Bpc_office" "Office">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 11 11 "Business_street/Bpc/" "cell_center">> <br><<Text_animated_face Donna "I didn’t expect you to be so resilient...">> <br><<Text_animated_face Donna "You passed the tests, and now I’m sure that in the right moment, you'll be guided by your mind, not your dick, and you’re not so easily swayed <br><i>(though your mind is sharp, maybe something interesting will come out of you)</i>">> <br><<Text_animated_face Donna "<span style='color:#C3A62D;'>Start working next Monday</span>, and remember, our secret stays just between us, only between us - I trust you understand that clearly">> <br><<Text_animated_face Donna "Act normal, and check your email, I’ll be sending tasks your way, and I hope it's in your best interest to complete them. For every task completed, you’ll receive significant privileges from me, bye">> <<set $passed_offer_donna_bpc =1>> <<Not_relationship_top_plus Bella 5>> <<set $event_mom[18].quantity =1 >> <<Back2 "Summit_lift" "End the interview">> <</nobr>>
<<nobr>> <<widget "Week_Marie_office">> <<set _day1_conditions = { 1: 0, 2: 18, 3: 0, 4: 18, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 18, 2: 18, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 18, 2: 0, 3: 18, 4: 18, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 18, 2: 0, 3: 0, 4: 18, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 18, 3: 18, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_Marie_office">> <<set _day1_conditions = { 1: 0, 2: 18, 3: 0, 4: 18, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 18, 2: 18, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 18, 2: 0, 3: 18, 4: 18, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 18, 2: 0, 3: 0, 4: 18, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 18, 3: 18, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<if $event_mom[18].quantity ==1 && $talk_mom_help_office ==1 && $day_week ==3 && $day_time ==4>> <<goto "Go_with_Abella_archive">> <</if>> <<Week_Mom_office>> <<if $condition ==1>> <div class="header"> <div class="cell_left"> <div class="cell_left_text_1"> <div> This is <span style="font-weight: bold;">Mom's Office</span><br> </div> <div id="header_home_back"> <p class="home_return"> [[Home|Hallway]] </p> </div> </div> <div class="cell_left_text_2"> </div> </div> <div class="cell_center"> </div> <div class="cell_right"> <div class="card"> </div> </div> </div> <<set _random to random(1,3)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/Mom_office/" "cell_center">> <br><<Text "Mom is burdened by something and lost in thought">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_mom_office_bpc1">Talk</div> </div> </div> <<elseif _random ==2>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center_nl 1 1 "Business_street/Bpc/Mom_office/" "cell_center">> <br><<Text "Mom is doing office work">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Help_mom_office_bpc1">Offer my help</div> </div> </div> <<elseif _random ==3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 2 2 "Business_street/Bpc/Mom_office/" "cell_center">> <br><<Text "Mom's tits look insanely tempting in that tight office outfit">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Spy_mom_office_bpc1">Spy on her</div> </div> </div> <</if>> /*---------------------- MARIE SOMEWHERE ---------------------*/ <<elseif $condition == 0>> <br><br><br><br><br> <br><<Text "The door is locked">> <</if>> <<Back1 "Bpc_office_accept">> <<ClickContainerById "Talk_mom_office_bpc1" "Talk_mom_office_bpc1">><</ClickContainerById>> <<ClickContainerById "Help_mom_office_bpc1" "Help_mom_office_bpc1">><</ClickContainerById>> <<ClickContainerById "Spy_mom_office_bpc1" "Spy_mom_office_bpc1">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_Mom_office">> <<set _day1_conditions = { 1: 1, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 1, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 1, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 1, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 1, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Yellow "You need to come in on Monday to start work">> <<RandomImageOnlyWebp1 1 1 "Business_street/Bpc/office" "cell_center">> <<Back1 "Summit_lift">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Business_street/Bpc/Mom_office/" "cell_center">> <br><<Text_animated_face_person "Is everything alright, Mom?">> <br><<Text_animated_face Mom "Yeah, I just got a bit lost in thought... Everything’s fine... How do you like working here?">> <br><<Text_animated_face_person "There are quite a lot of interesting opportunities">> <br><<Text_animated_face Mom "Indeed... I’ve heard this is just the tip of the iceberg of what’s really going on here">> <br><<Text_animated_face_person "From where?">> <br><<Text_animated_face Mom "Mmm... doesn’t matter... What matters is that my ambitions don’t end with being an office worker">> <br><<Yellow "I should figure out what her ambitions for this corporation are">> <<Back1 "Mom_office_bpc">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 3 3 "Business_street/Bpc/Mom_office/" "cell_center">> <br><<Text_animated_face_person "Can I help with something?">> <br><<Text_animated_face Mom "Oh, $name_person, you're just in time... You know, back in the day, I was the top student in my finance course... I’ve been going through these documents and discovered that something strange is happening on the higher levels. Someone might be leaking information to competitors">> <br><<Text_animated_face Mom "Could you go to the archives and bring me the necessary files? I’ll talk to Maria, and hopefully, she’ll arrange access to the higher levels.<span style='color:#C3A62D;'> I think it might be possible by Thursday evening</span>. Come see me again then">> <<New_quest help_mom_office_bpc1>> <<set $talk_mom_help_office = 1>> <<Back1 "Mom_office_bpc">> <</nobr>>
<<nobr>> <<widget "New_quest">> <<set _back to $args[0]>> <<if window[_back] !=1>> <<Not_new_quest>> <<set window[_back] =1>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Business_street/Bpc/Mom_office/Spy/" "cell_center">> <br><<Text_animated_face_person "With that tight pink dress and her painted lips, she looks like a total fucktoy...">> <br><<linkappend "<<Text 'Keep spying her longer'>>">> <br><<Mp4_178 "Business_street/Bpc/Mom_office/Spy/" 2 2 1 >> <br><<Text_animated_face_person "It seems like her sexual energy is bursting... her outfit clearly hints at her being in her peak days">> <br><<linkappend "<<Text_animated_face_person 'It looks like she is hiding something'>>">> <br><<Mp4_178 "Business_street/Bpc/Mom_office/Spy/" 3 3 2 >> <br><<Text_animated_face_person "What’s that sound...?">> <br><<linkappend "<<Text 'Just bend down a little and take a look below'>>">> <br><<Mp4_178 "Business_street/Bpc/Mom_office/Spy/" 4 4 3 >> <br><<Text_animated_face_person "Jesus, the sight from underneath is way hotter">> <br><<Yellow "Maybe you should find a way to hide in her room while she’s not there">> <</linkappend>> <</linkappend>> <</linkappend>> <<Back1 "Mom_office_bpc">> <</nobr>>
<<nobr>> <<widget "Week_restroom">> <<set _day1_conditions = { 1: 27, 2: 0, 3: 1, 4: 18, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 18, 2: 0, 3: 0, 4: 27, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 1, 2: 27, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 27, 2: 0, 3: 0, 4: 18, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <br><<Text "The door is locked">> <<Back1 "Restroom_bpc">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "You drilled a hole in the toilet">> <<set $use_drill_toilet_bpc_restroom1 =1>> <<Back1 "Restroom_bpc">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> /*------------------------ NOTHING HERE-----------------*/ <<if $condition ==0>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 7 7 "Business_street/Bpc/Restroom/" "cell_center" >> <<timed 1000ms>> <br><<Text "Nothing happens">> <<timed 500ms>> <<Back1 "Right_stall_bpc">> <</timed>> <</timed>> <</if>> /*--------------------------------------------------------------*/ /*------------------------ MOM HERE-----------------*/ <<if $condition ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 7 7 "Business_street/Bpc/Restroom/" "cell_center" >> <<timed 1000ms>> <br><<Text_animated_face Mom "What!? What the hell is this... Who’s behind the door?">> <<timed 500ms>> <br><<Text_animated_face Mom "$name_person?!, what the fuck... you're a damn pervert!!!">> <<Back1 "Right_stall_bpc">> <</timed>> <</timed>> <</if>> /*--------------------------------------------------------------*/ /*------------------------ MARIE HERE-----------------*/ <<if $condition ==18>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 7 7 "Business_street/Bpc/Restroom/" "cell_center" >> <<timed 1000ms>> <br><<Text_animated_face Marie "Мmm... I was just thinking about this, and now God has answered me...">> <<timed 1000ms>> <br><<Text "She opens the door...">> <br><<Png_tall_15 "Business_street/Bpc/Restroom/" 8 8>> <<timed 1500ms>> <br><<Text_animated_face Marie "Oh, $name_person, it's you... you naughty boy... If you keep doing such dirty things, I'll spank you, now go back to work, boy!">> <<Back1 "Right_stall_bpc">> <</timed>> <</timed>> <</timed>> <</if>> /*--------------------------------------------------------------*/ <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> /*------------------------ NOTHING HERE-----------------*/ <<if $condition ==0>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 7 7 "Business_street/Bpc/Restroom/" "cell_center" >> <<timed 1000ms>> <br><<Text "Nothing happens">> <<timed 500ms>> <<Back1 "Right_stall_bpc">> <</timed>> <</timed>> <</if>> /*--------------------------------------------------------------*/ /*------------------------ MOM HERE-----------------*/ <<if $condition ==1>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 7 7 "Business_street/Bpc/Restroom/" "cell_center" >> <<timed 1000ms>> <br><<Text_animated_face Mom "What!? What the hell is this... Who’s behind the door?">> <<timed 500ms>> <br><<Text_animated_face Mom "$name_person?!, what the fuck... you're a damn pervert!!!">> <<Back1 "Right_stall_bpc">> <</timed>> <</timed>> <</if>> /*--------------------------------------------------------------*/ /*------------------------ MARIE HERE-----------------*/ <<if $condition ==18>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 7 7 "Business_street/Bpc/Restroom/" "cell_center" >> <<timed 1000ms>> <br><<Text_animated_face Marie "Мmm... I was just thinking about this, and now God has answered me...">> <<timed 1000ms>> <br><<Text "She opens the door...">> <br><<Png_tall_15 "Business_street/Bpc/Restroom/" 8 8>> <<timed 1500ms>> <br><<Text_animated_face Marie "Oh, $name_person, it's you... you naughty boy... If you keep doing such dirty things, I'll spank you, now go back to work, boy!">> <<Back1 "Right_stall_bpc">> <</timed>> <</timed>> <</timed>> <</if>> /*--------------------------------------------------------------*/ <</nobr>>
<<nobr>> <<widget "Png_tall_15">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_15"> <<print "<img src='img/" + _path +_random+".png'>">> </div> </div> <style> .gif_wide_between_text_tall_15 img{ box-shadow: 0px 0px 0px 0px; } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center_tall_15" > </div> <div class="cell_right"> </div> </div> <style> .cell_center_tall_15 img{ box-shadow: 0px 0px 0px 0px; } </style> <<RandomImageOnlyPng 3 3 "Donna/" "cell_center_tall_15">> /*---------------------- FIRST TASK ---------------------*/ <br><<linkappend "<div class='your_room'><div class='content_mail1_1_center'> <<if $task_from_donna_bpc1 !=1>> <span style='color: #E4DC2D;'>New messages</span> <<elseif $task_from_donna_bpc1 ==1>> <span>First Task</span> <</if>> </div></div>">> <br><<Text_animated_face Donna "You need to gain Marie's trust by any means necessary">> <<set $task_from_donna_bpc1 =1>> <<New_quest new_quest_first_task_from_donna_bpc1>> <</linkappend>> /*-----------------------------------------------------*/ <<Back1 "PC_bpc">> <style> .content_mail1_1_center{ display:flex; position: relative; justify-content: center; align-items: center; width:300px; border: 2px solid rgba(255, 255, 255, 0.7); font-weight: bold; font-size: 18px; margin:0 20px 0 20px; padding: 2px 6px; border-radius: 12px; background-color: rgba(7, 94, 84, 0.8); box-shadow: 0px 0px 3px 3px #C1ABD4; } </style> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "I know you love different novels... I found you a really interesting book at the library. I hope you'll like it">> <br><<Text_animated_face Mom "Oh, dear, it's so nice that you remember your mom">> <<set $corruption_book1 -=1>> <<Not_top1_minus Book 1>> <<set $relationship[1] +=1>> <<Not_relationship_top_plus Mom 1>> <<set $give_corruption_book_to_mom_lr1 =1>> <<Back1 "Living room">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text_animated_face_person "I know you love different novels... I found you a really interesting book at the library. I hope you'll like it">> <br><<Text_animated_face Mom "Oh, dear, it's so nice that you remember your mom">> <<set $obedience_book1 -=1>> <<Not_top1_minus Book 1>> <<set $relationship[1] +=1>> <<Not_relationship_top_plus Mom 1>> <<set $give_obedience_book_to_mom_lr1 =1>> <<Back1 "Living room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 7 7 "Living_room/Mom/Pics/" "cell_center">> <br><<Text_animated_face_person "How do you like the new book?">> <br><<Text_animated_face Mom "Wow... you know, it might have been exactly what I was looking for. I didn’t expect it to have such an impact on me...">> <<if $give_obedience_book_to_mom_lr1 ==1>> <br><<Text "Your gifted Obedience Book makes Mom more obedient">> <<set $obedience[1] +=1>> <<Not_obedience_face1_plus Mom 1>> <</if>> <<if $give_corruption_book_to_mom_lr1 ==1>> <br><<Text "Your Debauched Book corrupts Mom as she reads it">> <<set $corruption[1] +=1>> <<Not_corruption_top_plus Mom 1>> <</if>> <<set $day_time ++>> <<Back1 "Living room">> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_tall_15_left_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_15 webp_left_link"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_left_link{ border: 0px solid #fff; margin-left:-133px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_15_left_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_15 webp_left_link"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_left_link{ border: 0px solid #fff; margin-left:-133px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_tall_178_left_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_178 webp_left_link"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_left_link{ border: 0px solid #fff; margin-left:-133px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Webp_between_text_random_133_left_link">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random(_number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_133 webp_left_link"> <<print "<img src='img/" + _path +_random+".webp'>">> </div> </div> <style> .webp_left_link{ border: 0px solid #fff; margin-left:-133px; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Mp4_between_text_tall_178_right">> <<set _path to $args[0]>> <<set _number_1 to $args[1]>> <<set _number_2 to $args[2]>> <<set _random to random( _number_1, _number_2)>> <div class="content_text_visual_face" id="animated"> <div class="webm_tall_between_text_178 mp4_right"> <<print "<video id='myVideo' autoplay loop muted><source src='img/" + _path + _random + ".mp4' type='video/mp4'></video>">> </div > </div> <style> .mp4_right{ border: 0px solid #fff; padding-left: 400px; margin-right:-352px; } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header_1" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Bathroom/Mom/Scene1/" "cell_center" >> <br><<Text "Mom is using the upgraded second-level bathroom">> <br><<linkappend "<<Text 'Keep watching her longer'>>">> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/Scene1/" 2 3>> <br><<Text "Her beautiful ass is ready to sink into the warm bath she prepared for herself">> <br><<linkappend "<<Text 'Keep watching her longer'>>">> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/Scene1/" 4 5>> <br><<linkappend "<<Text 'Watching her splash around in the warm water'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 6 7 100>> <br><<Text "Her luscious breasts make her unbelievably fuckable">> <<timed 2600ms >> <br><<Text "Her hand instinctively slipped between her legs, teasing her pussy with slow, deliberate strokes">> <<timed 1000ms>> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 8 10 101>> <br><<linkappend "<<Text 'In an instant, you forgot you were so absorbed in observing her in the bath'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 11 11 102>> <<timed 1000ms>> <br><<Text "She noticed you peeking at her">> <</timed>> <<timed 3000ms>> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 12 12 103>> <br><<Text_animated_face Mom "Hey, $name_person, come here right now!">> <br><<linkappend "<<Text 'Mom angry'>>">> <<if $mom_catch_you_in_bath1 !=1>> /*------------------- MOM CATCH U FIRST TIME -------------------------*/ <br><<Mp4_178 "Bathroom/Mom/Scene1/" 13 13 104>> <br><<Text_animated_face Mom "$name_person, I just wanted to relax and lie in the bath, you know!? You scared me. I don’t like being watched... Oh, so you’re just a little pervert, huh...">> <<Not_relationship_top_minus Mom 1>> <<Not_corruption_face1_plus Mom 1>> <<Not_sigma_top2_minus 1>> <<set $relationship[1] -=1>> <<set $corruption[1] +=1>> <<set $sigma_person -=1>> <<set $mom_catch_you_in_bath1 =1>> <br><<Yellow "If you keep persistently spying, she might not remain so indifferent">> /*--------------- END MOM CATCHED YOU FIRST TIME -------------------*/ <<elseif $mom_catch_you_in_bath1 ==1 && $corruption[1] >=30 >> /*------------------- MOM CATCH U SECOND TIME -------------------------*/ <br><<Mp4_178 "Bathroom/Mom/Scene1/" 14 14 1>> <br><<Text_animated_face Mom "$name_person, this isn’t the first time you’ve been watching me... mmm. If you like it, I want to see you jerk off to me. Pull out your cock">> <br><<linkappend "<<Text 'Pull out your cock'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 15 15 2>> <br><<Text_animated_face Mom "… Hmm, not too bad">> <br><<linkappend "<<Text_animated_face Mom 'More intensely'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 16 16 3>> <br><<Text "She bites her lip, clearly wanting this">> <br><<linkappend "<<Text 'She is coating your cock with her saliva'>>">> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 17 17 4>> <br><<Text_animated_face Mom "It’ll be better this way... I know...">> <<if $mom_catch_you_in_bath1_sex1 !=1>> /*------------------- resist mom --------------------*/ <<timed 1500ms>> <br><<Text_animated_face Mom "Okay, enough… fuck (<i>how I want this cock</i>)… leave me alone!">> <br><<Yellow "Next time, she might not be able to resist">> <<Not_corruption_top_plus Mom 1>> <<Not_obedience_face1_plus Mom 1>> <<Not_sigma_top2_minus 1>> <<set $obedience[1] +=1>> <<set $corruption[1] +=1>> <<set $sigma_person -=1>> <<set $mom_catch_you_in_bath1_sex1 =1>> <</timed>> /*---------------------- end resist mom --------------*/ <<elseif $mom_catch_you_in_bath1_sex1 ==1>> <<timed 1500ms>> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 18 18 5>> <br><<Text_animated_face Mom "I'll show you how to touch a cock, son...">> /*////////////// SEX ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Mom Jerk Off Softly </div>">> <<append "#dsfsd">> <<if _end_person1 !=1>> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 19 20 6>> <<set _end_person1 =1>> <br><<Text_animated_face Mom "Do you like it like this? Mmm... it feels so good, doesn’t it? I can feel how hard you are for me">> <<else>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Mom Jerks Off Hard</div>">> <<append "#dsfsd">> <<if _end_person2 !=1>> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 21 22 7>> <<set _end_person2 =1>> <br><<Text_animated_face Mom "You like how my hands are working you... Mmm, this is a whole new experience for you, baby... you’ve never felt hands like these before">> <<else>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob 1</div>">> <<append "#dsfsd">> <<if _end_person3 !=1>> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 22 22 7>> <<set _end_person3 =1>> <br><<Text "Her temptation surpasses anything that’s come before">> <<else>> <<replace "#talk3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk4' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob 2</div>">> <<append "#dsfsd">> <<if _end_person4 !=1>> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 23 24 8>> <<set _end_person4 =1>> <br><<Text "She takes your cock deep into her throat and swallows every inch, savoring the feel of you inside her">> <<else>> <<replace "#talk4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk5' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>End Pleasure</div>">> <<append "#dsfsd">> <<if _end_person1==1 && _end_person2==1 && _end_person3==1 && _end_person4 ==1 && _end_talk !=1>> <br><<Mp4_178 "Bathroom/Mom/Scene1/" 26 26 7>> <<set _end_talk =1>> <br><<Text_animated_face Mom "I gave your cock something to think about... Now go on, go">> <br><<Text_animated_face Mom "<i>( My son has an amazing cock... that taste... mmm... it’s sparking some very naughty thoughts in my mind )</i>">> <<Not_corruption_top_plus Mom 4>> <<set $corruption[1] +=4>> <<Not_sigma_top1_minus 1>> <<set $sigma_person -=1>> <<set $event_mom[2].quantity =1>> <<else>> <<replace "#talk5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <</timed>> <</if>> <</linkappend>> <</linkappend>> <</linkappend>> /*--------------- END MOM CATCHED YOU SECOND TIME -------------------*/ /*--------------- Not enough corruption ---------------------*/ <<else>> <br><<Mp4_between_text_wide_178 "Bathroom/Mom/Scene1/" 13 13>> <br><<Text_animated_face Mom "$name_person, I just wanted to relax and lie in the bath, you know!? You scared me. I don’t like being watched... Oh, so you’re just a little pervert, huh...">> <<Not_relationship_top_minus Mom 1>> <<Not_corruption_face1_plus Mom 1>> <<Not_sigma_top2_minus 1>> <<set $relationship[1] -=1>> <<set $corruption[1] +=1>> <<set $sigma_person -=1>> <<set $mom_catch_you_in_bath1 =1>> <br><<Yellow "If you keep persistently spying, she might not remain so indifferent, need Mom's corruption over 30">> /*--------------- END enough corruption -------------------*/ <</if>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <<widget "Not_sigma_top2_minus">> <<set $not_sigma_minus to $args[0]>> <div id="notification_sigma_minus" class="notification_sigma_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_sigma_minus; function showNotification(message) { var notification3 = $('#notification_sigma_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-15, -6); const html = ' <span style="color: #F5C616; font-weight: bold; margin-right:0px; text-shadow: 0 2px 2px red; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="SIgma" + " - "+ textFromScript_1m; showNotification(message_plus); }); <</script>> <style> .notification_sigma_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 152px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_sigma_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <<if $money >= 12000 && $items_living_room[0].quantity == 0 && $items_living_room[1].quantity == 1 >> <<set $money -= 12000>> <br><br><br><br><br> <<InsertText_Size_animated "You’ve upgraded the living room to premium class">> <br><<InsertText_Size_animated "The influence on Mom, Adriana and Veronica <<Green_text 'increased'>>">> <br><<Yellow "New events are available in the living room">> <<set $relationship[1] += 5>> <<set $relationship[2] += 5>> <<set $relationship[3] += 5>> <<set $items_living_room[1].quantity = 0>> <<set $living_room_level =2>> <<Not_relationship_top_plus Mom 5>> <<Not_relationship_face1_plus Adriana 5>> <<Not_relationship_face2_plus Veronica 5>> <<elseif $items_living_room[0].quantity != 0>> <br><br><br><br><br> <<InsertText_Size_animated "You need to upgrade the previous level first">> <<else>> <br><br><br><br><br> <<InsertText_Size_animated "You don't have enough money">> <</if>> <<Back1 "Improve_living_room">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Mom/Punish/" "cell_center">> <br><<Text_animated_face Mom "You're a little pervert, enough already, come with me!">> <br><<linkappend "<<Text_animated_face Mom 'Seems like you are getting horny when you watch me. Come on, lay down'>>">> <br><<Mp4_178 "Mom/Punish/" 2 2 1>> <br><<linkappend "<<Text_animated_face Mom 'Baby, do you like my ass?'>>">> <br><<Mp4_178 "Mom/Punish/" 3 3 2>> <br><<linkappend "<<Text_animated_face Mom 'Take a closer look at her, I think you want that, dont you..'>>">> <br><<Mp4_178 "Mom/Punish/" 4 6 3>> <br><<linkappend "<<Text_animated_face Mom 'You, pervert in our house, you will relish this, my scent will intoxicate you just as you desired while you spy on me. Now, learn your lesson'>>">> <br><<Mp4_178 "Mom/Punish/" 8 8 4 >> <br><<linkappend "<<Text_animated_face Mom 'Do you like that?!'>>">> <br><<Text_animated_face_person "Mmpphh...">> <br><<Mp4_178 "Mom/Punish/" 9 9 5>> <<timed 500ms>> <br><<Text_animated_face Mom "Yes... just like that. Breathe it in, take in the scent of my perfect ass. I know you want it">> <</timed>> <<timed 2000ms>> <br><<Mp4_178 "Mom/Punish/" 10 10 6>> <br><<linkappend "<<Text_animated_face Mom '<span><i>( Mmm, its so pleasing to grind on his face )</i></span>'>>">> <br><<Mp4_178 "Mom/Punish/" 11 14 7>> <br><<Text_animated_face Mom "<i>( My punishment turned into something more... I got too excited and remembered the old Kendra... uff, it feels so good... next time, I won't be able to resist riding his cock...)</i>">> <<if $mom_punish_you_your_room ==1 && $mom_punish_you_your_room2 ==1 && $mom_punish_you_mom_room ==1 && $mom_punish_you_living_room ==1>> <<timed 1000ms>> <br><<Text_animated_face Mom "Enough...">> <<timed 1500ms>> <<goto "Mom_punish_you_enough">> <</timed>> <</timed>> <<else>> <<timed 1500ms>> <br><<linkappend "<<Text_animated_face Mom 'Now you understand better what awaits you if you keep behaving the same way, babe'>>">> <br><<Mp4_178 "Mom/Punish/" 7 7 8>> <br><<InsertText_Size_animated "Mom's corruption<<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Your SIgma <<Red_text 'decreased'>>">> <br><<Yellow "She won't be so gentle with your body if you get caught being punished in different parts of the house">> <<set $corruption[1] +=2>> <<set $sigma_person -=1>> <<set $mom_punish_you_living_room =1>> <<Not_corruption_top_plus Mom 2>> <<Not_sigma_top1_minus 1>> <<set $event_mom[5].quantity =1>> <<Back1 "Living room">> <</linkappend>> <</timed>> <</if>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "You are clean and showered">> <br><<linkappend "<<InsertText_Size_animated 'Mom accidentally noticed you washing yourself'>>" >> <br><<Mp4_between_text_wide_178 "Bathroom/mom_peek_you/mom-" 1 1>> <<timed 1500ms>> <br><<Text_animated_face Mom "<span><i>( Aw, what a sweet ass my boy has )</i></span>">> <br><<Mp4_between_text_wide_178 "Bathroom/mom_peek_you/mom-" 2 2>> <br><<Text_animated_face Mom "<span><i>( I haven't had a man for so long... I would like to see him from the front )</i></span>">> <br><<linkappend "<<Text_animated_face Mom 'Oh god.. I am so wet...'>>">> <br><<Mp4_between_text_wide_178 "Bathroom/mom_peek_you/mom-" 3 3>> <br><<linkappend "<<InsertText_Size_animated 'Mom starts touching herself'>>">> <br><<Mp4_between_text_wide_178 "Bathroom/mom_peek_you/mom-" 4 4>> <br><<Text_animated_face Mom "How I long to passionately touch his dick... to feel it...">> <br><<Text_animated_face Mom "I can't stop myself...">> <br><<InsertText_Size_animated "Mom's corruption <<Green_text 'inreaced'>>">> <br><<Yellow "You need to keep seducing her in the bathroom, and at some point, you can try to start touching her">> <<set $event_mom[8].quantity = 1>> <<set $corruption[1] += 1>> <<Not_corruption_top_plus Mom 1>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> /* Mom first peek*/ <<set $day_time ++>> <<replaceClass "cell_center" "cell_center_video_tall_12">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/take_shower" "cell_center" >> <<Back1 "Bathroom">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Mom/Punish/" "cell_center">> <br><<Text_animated_face Mom "You're a little pervert, enough already, come with me!">> <br><<linkappend "<<Text_animated_face Mom 'Seems like you are getting horny when you watch me. Come on, lay down'>>">> <br><<Mp4_178 "Mom/Punish/" 2 2 1>> <br><<linkappend "<<Text_animated_face Mom 'Baby, do you like my ass?'>>">> <br><<Mp4_178 "Mom/Punish/" 3 3 2>> <br><<linkappend "<<Text_animated_face Mom 'Take a closer look at her, I think you want that, dont you..'>>">> <br><<Mp4_178 "Mom/Punish/" 4 6 3>> <br><<linkappend "<<Text_animated_face Mom 'You, pervert in our house, you will relish this, my scent will intoxicate you just as you desired while you spy on me. Now, learn your lesson'>>">> <br><<Mp4_178 "Mom/Punish/" 8 8 4 >> <br><<linkappend "<<Text_animated_face Mom 'Do you like that?!'>>">> <br><<Text_animated_face_person "Mmpphh...">> <br><<Mp4_178 "Mom/Punish/" 9 9 5>> <<timed 500ms>> <br><<Text_animated_face Mom "Yes... just like that. Breathe it in, take in the scent of my perfect ass. I know you want it">> <</timed>> <<timed 2000ms>> <br><<Mp4_178 "Mom/Punish/" 10 10 6>> <br><<linkappend "<<Text_animated_face Mom '<span><i>( Mmm, its so pleasing to grind on his face )</i></span>'>>">> <br><<Mp4_178 "Mom/Punish/" 11 14 7>> <br><<Text_animated_face Mom "<i>( My punishment turned into something more... I got too excited and remembered the old Kendra... uff, it feels so good... next time, I won't be able to resist riding his cock...)</i>">> <<if $mom_punish_you_your_room ==1 && $mom_punish_you_your_room2 ==1 && $mom_punish_you_mom_room ==1 && $mom_punish_you_living_room ==1>> <<timed 1000ms>> <br><<Text_animated_face Mom "Enough...">> <<timed 1500ms>> <<goto "Mom_punish_you_enough">> <</timed>> <</timed>> <<else>> <<timed 1500ms>> <br><<linkappend "<<Text_animated_face Mom 'Now you understand better what awaits you if you keep behaving the same way, babe'>>">> <br><<Mp4_178 "Mom/Punish/" 7 7 8>> <br><<InsertText_Size_animated "Mom's corruption<<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Your SIgma <<Red_text 'decreased'>>">> <br><<Yellow "She won't be so gentle with your body if you get caught being punished in different parts of the house">> <<set $corruption[1] +=2>> <<set $sigma_person -=1>> <<set $mom_punish_you_mom_room =1>> <<Not_corruption_top_plus Mom 2>> <<Not_sigma_top1_minus 1>> <<set $event_mom[5].quantity =1>> <<Back1 "Mom room">> <</linkappend>> <</timed>> <</if>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,1)>> <<if _random ==1 >> /*-------------------- MOM MASTURBATE --------------------------*/ <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Mom_room/peek_mom_morning/Mast/" "cell_center">> <br><<Text "Mom looks especially sexy in the morning">> <br><<linkappend "<<Text 'Keep an eye on her'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/" 2 2 1 >> <br><<Text_animated_face_person "She has a very juicy figure">> <br><<linkappend "<<Text 'Take a closer look at her'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/" 3 3 2 >> <br><<Text_animated_face_person "Soon, I'll achieve my goals and suck on every inch of her body... Damn, why was I so blind before...">> <br><<linkappend "<<Text 'Look at her legs'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/" 4 4 3 >> <br><<linkappend "<<Text 'Look at her perky tits'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/" 5 5 4 >> <br><<Text_animated_face_person "One of the best tits I've seen... on the internet...">> <<timed 2000ms>> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/" 6 6 5 >> <br><<linkappend "<<Text 'Look at her ass'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/" 7 7 6 >> <<timed 2000ms>> <<set _random_mom_mast to random (1,2)>> <<if _random_mom_mast ==1 >> <br><<Text "Nothing happened">> <br><<Yellow "Maybe next time there will be something more">> <<else>> <br><<linkappend "<<Text 'Suddenly, her sexy body craved pleasure, and she began to caress herself'>>">> /*////////////// Talk ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Mom Strokes Her Pussy 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/" 10 13 7>> <<set $arousal_person +=5>> <br><<Arousal_person>> <<else>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Mom Strokes Her Pussy 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/" 14 16 8>> <<set $arousal_person +=5>> <br><<Arousal_person>> <<else>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk_end' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Start Jerk Off</div>">> <<append "#dsfsd">> <<if _cum_person !=1 && $arousal_person >=10 >> <<set _cum_person =1>> <br><<Mp4_178 "Mom_room/peek_mom_morning/Mast/peek" 1 1 9>> <<set $sigma_person -= 0.5>> <<Not_sigma_minus 0.5>> <<set _random_sis to random(1,2)>> <<if _random_sis ==1>> <br><<linkappend "<<Text 'In the heat of the moment, you dont notice that your sister saw you peeking'>>">> <br><<Mp4_between_text_wide_178 "Mom_room/peek_mom_morning/" 6 6>> <br><<Text_animated_face Adriana "What?.. My brother jerks off to my Mom..." >> <br><<linkappend "<<Text_animated_face Adriana '<span><i>( Why does this get me so aroused... )</i></span>'>>">> <br><<Mp4_between_text_wide_178 "Mom_room/peek_mom_morning/" 5 5>> <br><<InsertText_Size_animated "Adriana corruption <<Green_text 'increased'>>">> <<set $event_mom[11].quantity =1>> <<Not_corruption_top_plus Adriana 1>> <<set $corruption[2] += 1>> <</linkappend>> <</linkappend>> <<elseif _random_sis ==2>> <br><<Yellow "No one noticed you this time">> <</if>> <<elseif _cum_person ==1>> <<replace "#talk_end">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <</linkappend>> <</if>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> /*------------------- end mom mast ------------------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ <<else>> <</if>> <<set $day_time ++ >> <<Back1 "Mom room">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,7)>> <<if _random >=1 && _random <=2>> <<goto "Peek_mom_and_adriana">> /*------------------------------------------------------------------------------*/ <<elseif _random ==3>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Mom_room/peek_mom_morning/" "cell_center">> <br><<Text "A sexy ass in a dress sways in the room">> <br><<linkappend "<<Text 'Look at her ass'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/" 2 2 1 >> <br><<Text_animated_face_person "Perfect ass...">> <br><<linkappend "<<Text 'Keep an eye on her'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/" 3 3 2 >> <br><<Text_animated_face_person "Perfect boobs...">> <</linkappend>> <</linkappend>> /*------------------------------------------------------------------------------*/ <<elseif _random ==4>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 4 "Mom_room/peek_mom_morning/1/" "cell_center">> <br><<Text "Mom is walking around the room in the morning">> <br><<linkappend "<<Text 'Look at her ass'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/1/1_4/" 1 4 1 >> <br><<Text_animated_face_person "My Mom has an amazing ass..">> <</linkappend>> /*------------------------------------------------------------------------------*/ /*------------------------------------------------------------------------------*/ <<elseif _random >=5 && _random <= 6>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 5 8 "Mom_room/peek_mom_morning/1/" "cell_center">> <br><<Text "Mom is still lounging in bed">> <br><<linkappend "<<Text 'Peek at her more'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/1/5_8/" 1 1 1 >> <br><<Text_animated_face_person "Those stockings especially highlight her legs">> <br><<linkappend "<<Text 'Look at her boobs'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/1/5_8/" 2 2 2>> <br><<linkappend "<<Text 'Look at her ass'>>">> <br><<Mp4_178 "Mom_room/peek_mom_morning/1/5_8/" 3 3 3>> <br><<Text_animated_face_person "Mmm... I would love to take those panties off her">> <<timed 2000ms>> <<if $relationship[1] <30>> <br><<Text "She noticed me...">> <<timed 1000ms>> <br><<Text_animated_face Mom "John, what are you doing there? I'm lying here naked... please close the door!">> <br><<Yellow "You should work on improving your relationship with her">> <<set $relationship[1] -=3>> <<Not_relationship_top_minus Mom 3>> <</timed>> <<else>> <br><<Text "She noticed me...">> <<timed 1000ms>> <br><<Mp4_178 "Mom_room/peek_mom_morning/1/5_8/" 4 4 4>> <br><<Text_animated_face "<i>( Mmm... tempting my son is so exciting... I feel my power and sexuality )</i>">> <<set $corruption[1] +=1>> <<Not_corruption_top_plus Mom 1>> <</timed>> <</if>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> /*------------------------------------------------------------------------------*/ /*------------------------------------------------------------------------------*/ <<elseif _random ==7>> <<set _random3 to random(1,2)>> <<if _random3 ==1>> <<replaceClass "cell_center" "cell_center_wide_16">><</replaceClass>> <<RandomImageOnlyJpgContainer 1 2 "Mom_room/peek_mom_morning/peek_mom_room" "cell_center">> <<elseif _random3 ==2>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyJpgContainer 3 3 "Mom_room/peek_mom_morning/peek_mom_room" "cell_center">> <</if>> <br><<Text_animated_face_person "My Mom is smoking hot...">> <br><<Yellow "Nothing is happening...">> /*------------------------------------------------------------------------------*/ <</if>> <<set $day_time ++>> <<Back1 "Mom room">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Mom/Punish/" "cell_center">> <br><<Text_animated_face Mom "You're a little pervert, enough already, come with me!">> <br><<linkappend "<<Text_animated_face Mom 'Seems like you are getting horny when you watch me. Come on, lay down'>>">> <br><<Mp4_178 "Mom/Punish/" 2 2 1>> <br><<linkappend "<<Text_animated_face Mom 'Baby, do you like my ass?'>>">> <br><<Mp4_178 "Mom/Punish/" 3 3 2>> <br><<linkappend "<<Text_animated_face Mom 'Take a closer look at her, I think you want that, dont you..'>>">> <br><<Mp4_178 "Mom/Punish/" 4 6 3>> <br><<linkappend "<<Text_animated_face Mom 'You, pervert in our house, you will relish this, my scent will intoxicate you just as you desired while you spy on me. Now, learn your lesson'>>">> <br><<Mp4_178 "Mom/Punish/" 8 8 4 >> <br><<linkappend "<<Text_animated_face Mom 'Do you like that?!'>>">> <br><<Text_animated_face_person "Mmpphh...">> <br><<Mp4_178 "Mom/Punish/" 9 9 5>> <<timed 500ms>> <br><<Text_animated_face Mom "Yes... just like that. Breathe it in, take in the scent of my perfect ass. I know you want it">> <</timed>> <<timed 2000ms>> <br><<Mp4_178 "Mom/Punish/" 10 10 6>> <br><<linkappend "<<Text_animated_face Mom '<span><i>( Mmm, its so pleasing to grind on his face )</i></span>'>>">> <br><<Mp4_178 "Mom/Punish/" 11 14 7>> <br><<Text_animated_face Mom "<i>( My punishment turned into something more... I got too excited and remembered the old Kendra... uff, it feels so good... next time, I won't be able to resist riding his cock...)</i>">> <<if $mom_punish_you_your_room ==1 && $mom_punish_you_your_room2 ==1 && $mom_punish_you_mom_room ==1 && $mom_punish_you_living_room ==1>> <<timed 1000ms>> <br><<Text_animated_face Mom "Enough...">> <<timed 1500ms>> <<goto "Mom_punish_you_enough">> <</timed>> <</timed>> <<else>> <<timed 1500ms>> <br><<linkappend "<<Text_animated_face Mom 'Now you understand better what awaits you if you keep behaving the same way, babe'>>">> <br><<Mp4_178 "Mom/Punish/" 7 7 8>> <br><<InsertText_Size_animated "Mom's corruption<<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Your SIgma <<Red_text 'decreased'>>">> <br><<Yellow "She won't be so gentle with your body if you get caught being punished in different parts of the house">> <<set $corruption[1] +=2>> <<set $sigma_person -=1>> <<Not_corruption_top_plus Mom 2>> <<Not_sigma_top1_minus 1>> <<set $event_mom[5].quantity =1>> <<set $mom_punish_you_your_room2 =1>> <<Back1 "Your room">> <</linkappend>> <</timed>> <</if>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "This bonus scene is available in this version of the game only for supporters">> <<Back1 "Your room">> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Mom/Punish/" "cell_center">> <br><<Text_animated_face Mom "You're a little pervert, enough already, come with me!">> <br><<linkappend "<<Text_animated_face Mom 'Seems like you are getting horny when you watch me. Come on, lay down'>>">> <br><<Mp4_178 "Mom/Punish/" 2 2 1>> <br><<linkappend "<<Text_animated_face Mom 'Baby, do you like my ass?'>>">> <br><<Mp4_178 "Mom/Punish/" 3 3 2>> <br><<linkappend "<<Text_animated_face Mom 'Take a closer look at her, I think you want that, dont you..'>>">> <br><<Mp4_178 "Mom/Punish/" 4 6 3>> <br><<linkappend "<<Text_animated_face Mom 'You, pervert in our house, you will relish this, my scent will intoxicate you just as you desired while you spy on me. Now, learn your lesson'>>">> <br><<Mp4_178 "Mom/Punish/" 8 8 4 >> <br><<linkappend "<<Text_animated_face Mom 'Do you like that?!'>>">> <br><<Text_animated_face_person "Mmpphh...">> <br><<Mp4_178 "Mom/Punish/" 9 9 5>> <<timed 500ms>> <br><<Text_animated_face Mom "Yes... just like that. Breathe it in, take in the scent of my perfect ass. I know you want it">> <</timed>> <<timed 2000ms>> <br><<Mp4_178 "Mom/Punish/" 10 10 6>> <br><<linkappend "<<Text_animated_face Mom '<span><i>( Mmm, its so pleasing to grind on his face )</i></span>'>>">> <br><<Mp4_178 "Mom/Punish/" 11 14 7>> <br><<Text_animated_face Mom "<i>( My punishment turned into something more... I got too excited and remembered the old Kendra... uff, it feels so good... next time, I won't be able to resist riding his cock...)</i>">> <<if $mom_punish_you_your_room ==1 && $mom_punish_you_your_room2 ==1 && $mom_punish_you_mom_room ==1 && $mom_punish_you_living_room ==1>> <<timed 1000ms>> <br><<Text_animated_face Mom "Enough...">> <<timed 1500ms>> <<goto "Mom_punish_you_enough">> <</timed>> <</timed>> <<else>> <<timed 1500ms>> <br><<linkappend "<<Text_animated_face Mom 'Now you understand better what awaits you if you keep behaving the same way, babe'>>">> <br><<Mp4_178 "Mom/Punish/" 7 7 8>> <br><<InsertText_Size_animated "Mom's corruption<<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Your SIgma <<Red_text 'decreased'>>">> <br><<Yellow "She won't be so gentle with your body if you get caught being punished in different parts of the house">> <<set $corruption[1] +=2>> <<set $sigma_person -=1>> <<set $mom_punish_you_your_room =1>> <<Not_corruption_top_plus Mom 2>> <<Not_sigma_top1_minus 1>> <<set $event_mom[5].quantity =1>> <<set $mom_punish_you_your_room =1>> <<Back1 "Your room">> <</linkappend>> <</timed>> <</if>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $backyard_purchase2 !=1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 7 "Backyard/Mom/" "cell_center">> <br><<Text_animated_face Mom "I love our backyard, $name_person, you're our hero">> <br><<Text_animated_face Mom "Where did you get the money?">> <br><<Text_animated_face_person "I started a business">> <br><<Text_animated_face Mom "Hmm, already quite solid">> <br><<Text_animated_face Mom "And what kind of business?">> <br><<Text_animated_face_person "Potentially, a studio for models">> <br><<Text_animated_face Mom "Wow... I'll come to you if I ever need that">> <br><<Yellow "This will come in handy when she gets a job and needs to advance her career">> <<elseif $backyard_purchase2 ==1>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "Backyard/Mom/" "cell_center">> <br><<Text_animated_face Mom "I love our backyard, $name_person, you're our hero">> <br><<Text_animated_face Mom "$name_person, sweetheart, we have such an amazing backyard... I can't believe it">> <br><<Text_animated_face_person "Everything for the family... for our girls...">> <br><<Text_animated_face Mom "Mmm... you're so... caring">> <br><<Text_animated_face Mom "I come out here sometimes to lie under the sun. I’ll need your help one of these days, don’t forget the body lotion... or lube">> <<New_quest Mom_backyard_massage1>> <</if>> <<Back1 "Backyard">> <</nobr>>
<<nobr>> <<if $backyard_purchase1 ==1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $backyard_purchase2 !=1>> <br> <div class="your_room"> <div class="cell_1_yr" style="width: 61%;"> <div id="buy_yard">Upgrade the yard to a luxury level 50000$</div> </div> </div> <<else>> <br><<Text "The backyard has reached maximum upgrade level">> <</if>> <<if $backyard_purchase1 == 1 && $backyard_purchase2 !=1>> <<RandomImageOnlyWebp1 1 1 "backyard" "cell_center">> <<elseif $backyard_purchase1 == 1 && $backyard_purchase2 ==1>> <<RandomImageOnlyWebp1 2 2 "backyard" "cell_center">> <</if>> <<Back1 "Improve_house">> <<ClickContainerById "buy_yard" "Buy_yard_lux">><</ClickContainerById>> <<else>> <br><br><br><br><br> <<Text "You need to buy backyard">> <<Back1 "Improve_house">> <</if>> <</nobr>>
<<nobr>> <<if $money >=50000>> <<set $money -= 50000>> <<set $backyard_purchase2 =1>> <br><br><br><br><br> <<Text "You've upgraded the backyard to the maximum level">> <br><<Yellow "New options are now available there">> <<set $relationship[1] += 5>> <<set $relationship[2] += 5>> <<set $relationship[3] += 5>> <<Not_relationship_top_plus Mom 5>> <<Not_relationship_face1_plus Adriana 5>> <<Not_relationship_face2_plus Veronica 5>> <<Back1 "Improve_yard_room">> <<else>> <br><br><br><br><br> <<Text "You dont have enough money">> <<Back1 "Improve_yard_room">> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 9 "Backyard/Mom/Walk/Ass/" "cell_center" >> <br><<InsertText_Size_animated "That juicy ass of Mom’s glows in the bright sunlight, slick and inviting, right there in the backyard">> <br><<Yellow "It’s worth upgrading the backyard to the max level to unlock new options like massages">> <<Back1 "Backyard">> <<set $day_time ++>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 10 17 "Backyard/Mom/Walk/Ass/" "cell_center" >> <br><<InsertText_Size_animated "Mom’s juicy ass sways as she strolls around the backyard, each step making her curves bounce seductively in the sunlight">> <br><<Yellow "It’s worth upgrading the backyard to the max level to unlock new options like massages">> <<Back1 "Backyard">> <<set $day_time ++>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set $mom_backyard_corrupted_massage +=0.5>> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 4 4 "Backyard/Mom/Scene1/" "cell_center" >> /*-------------------------------------------------------------------*/ <br><<linkappend "<<Text 'Massage her butt'>>">> <br><<Mp4_178 "Backyard/Mom/Scene1/" 5 6 1>> <<set $mom_backyard_corrupted_massage +=0.5>> <<set $corruption[1] +=0.5>> <<Not_corruption_top_plus Mom 0.5>> <br><<Text_animated_face Mom "Сontinue...">> <<if $mom_backyard_corrupted_massage >1>> /*-------------------------------------------------------------------*/ <br><<linkappend "<<Text 'Massage her butt'>>">> <br><<Mp4_178 "Backyard/Mom/Scene1/" 7 8 2>> <<set $corruption[1] +=1>> <<Not_corruption_top_plus Mom 1>> <br><<Text_animated_face Mom "How nice...">> <<set $mom_backyard_corrupted_massage +=0.5>> <<if $mom_backyard_corrupted_massage >3>> /*-------------------------------------------------------------------*/ <br><<linkappend "<<Text 'Massage her butt'>>">> <br><<Mp4_178 "Backyard/Mom/Scene1/" 9 9 3>> <<set $corruption[1] +=1>> <<Not_corruption_top_plus Mom 1>> <br><<Text_animated_face Mom "Mmm...">> <<set $mom_backyard_corrupted_massage +=0.5>> <<if $mom_backyard_corrupted_massage >5>> /*-------------------------------------------------------------------*/ <br><<linkappend "<<Text 'Massage her butt'>>">> <br><<Mp4_178 "Backyard/Mom/Scene1/" 10 10 3>> <<set $event_mom[12].quantity =1>> <br><<Text_animated_face Mom "Hey, sweetie... I love how you massage my butt... it feels really nice, but I'm not ready for anything more just yet">> <br><<Text "<span style='color:red; font-size: 14px;'>In this version of the game, she isn't willing to engage in active actions in the backyard because someone might see</span>">> <</linkappend>> <<else>> <br><<Text "This time, that's enough, try to advance next time">> <</if>> <</linkappend>> <<else>> <br><<Text "This time, that's enough, try to advance next time">> <</if>> <</linkappend>> <<else>> <br><<Text "This time, that's enough, try to advance next time">> <</if>> <</linkappend>> <<Back1 "Backyard">> <<set $day_time ++>> <</nobr>>
<<nobr>> <<widget "Notification3">> <div id="notification"> <div style="display:flex; width:40%; height:98%; border: 0px solid red; flex-direction: column; margin:8px; box-shadow: 0px 0px 4px 4px black; background-color: rgba(96, 62, 99, 0.85);"> <div style="display: flex; width:100%; height: 8%; align-items: center; justify-content: center; border: 0px solid black;" > <span style="font-size: 24px; font-weight: bold; color: #ff19f1; text-shadow: 0px 2px 7px #FF0D2E;"> Your Mystic Muse</span></div> <div style="display: flex; width:100%; height: 92%; justify-content: center;"> <div class="card_angel"> <img src="img/Angel/Card/Angel2.webp"> </div> </div> </div> <div style="display:flex; width:60%; height:98%; border: 0px solid red; padding-top: 0px; flex-direction: column; margin: 8px; box-shadow: 0px 0px 4px 4px black; background-color: rgba(96, 62, 99, 0.82);"> <div style="display:block; width:100%; height:92%; border: 0px solid red; padding-top: 10px; overflow-y: auto; padding-bottom: 20px; "> <<Text_animated_face_angel Celestia "You should find out what Mom has been up to after the stepfather's death. Maybe it's worth eavesdropping on her conversation in the living room and snooping through her emails">> </div> <div style="display:flex; width:100%; height:8%; border-top: 2px solid black; padding-top: 0px; "> <div class="cell_1_yr" style="border:0px solid; width:100%; "> <div id="Back" style="background-color: black; cursor: pointer;" onclick="document.getElementById('notification').style.display='none'; "><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px; " src="img/Log/back1.png">Close</div> </div> </div> </div> </div> <<Not_new_quest>> <<script>> document.addEventListener('DOMContentLoaded', function() { if (!localStorage.getItem('notificationClosed')) { document.getElementById('notification').style.display = 'block'; } document.getElementById('notification').querySelector('button').addEventListener('click', function() { document.getElementById('notification').style.display = 'none'; localStorage.setItem('notificationClosed', 'true'); }); }); <</script>> <style> #notification { display: flex; flex-direction: row; position: fixed; top: 5%; left: 21.5%; width: 1070px; height: 720px; background-color: rgba(109, 95, 112, 0.9); border: 0px solid #f5c6cb; z-index: 1000; border-radius: 2px; align-items: center; box-shadow: 0px 0px 4px 4px black; } #notification button { margin-top: 10px; } .content_text_visual_face_angel{ display:flex; align-items: center; justify-content: center; border: 0px solid #fff; width: 100%; } /*------------------------------------- CARD -------------------------------------*/ .card_angel { position: relative; width: 400px; height: 600px; background-color: #000; display: flex; flex-direction: column; justify-content: top; padding: 2px; margin-left:0px; gap: 0px; border-radius: 8px; cursor: pointer; } .card_angel::before { content: var(--variablesContent); display:flex; font-family:fantasy; font-size: 18px; line-height: 30px; white-space: pre-wrap; bottom: 0; left: 0; position: absolute; inset: 0; width: 100%; height: 100%; margin: auto; margin-left:-2px; border-radius: 10px; background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%); z-index: -10; pointer-events: none; transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 2px solid #fff; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 23)); } .card_angel::after { content: ""; white-space: pre-line;; z-index: -10; position: absolute; inset: 0; background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100%); transform: translate3d(0, 0, 0) scale(0.95); filter: blur(20px); } .card_angel img { position: absolute; width: 400px; height: 600px; border-radius: 10px; transition: opacity 0.6s ease-in-out; opacity: 1; } .card_angel:hover::before { transform: rotate(0deg) scaleX(1.34) scaleY(0.77); z-index: 11; } </style> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Yellow "You need to advance the storyline with Mom">> <<Back1 "Black_prince_corporation">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Abella/" "cell_center">> <br><<Text_animated_face Abella "I’m waiting for you... I was asked to take you to the nearest archive for some documents. Why do you need them?">> <br><<Text_animated_face_person "Oh, it’s not for me, my mom asked me to">> <br><<Text_animated_face Abella "Ah, Mrs. Kednra... She's something...">> <br><<Text_animated_face_person "How do you have access to the second level...?">> <br><<Text_animated_face Abella "Hmm... I once tried to go higher and even passed some trials, but now here I am, as you can see...">> <br><<Text_animated_face_person "What kind of trials?">> <br><<Text_animated_face Abella "Trials of will... I give in too easily to my desires">> <br><<Text_animated_face_person "Hmm <br><i>( I can guess what kind of desires she means by sneaking a peek in the bathroom when she's in there )</i>">> <br><<Text_animated_face_person "But you still want to achieve your goal?">> <br><<Text_animated_face Abella "Yes, to be honest, I make enough effort to pass">> <br><<Text_animated_face_person "What are you doing?">> <br><<Text_animated_face Abella "That's a secret. I often go to the second level for certain... let’s say... rituals... black rituals...">> <br><<Text_animated_face_person "Hmm...">> <br><<Mp4_between_text_wide_178 "Abella/" 1 1>> <br><<Text_animated_face Abella "Here are your archives">> <br><<Text_animated_face_person "Great">> <br><<Text_animated_face Abella "Now let's get out of here, to be honest, i can't just walk around here... but your Mom knows how to persuade with her charisma (mm, I want her to fuck me)">> <<Back2 "Talk_mom_after_archive" "Back to the Office">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Business_street/Bpc/Mom_office/" "cell_center">> <br><<Text_animated_face_person "Here are the archives you asked for">> <br><<Text_animated_face Mom "Oh, sweetie, thanks, I'll take care of them">> <<set $relationship[1] +=2>> <<Not_relationship_top_plus Mom 2>> <<set $event_mom[24].quantity =1>> <<Back1 "Bpc_office_accept">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "<span style='color: red; font-size: 14px;' >The further content is under development</span>">> <<Back1 "Text_someone">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "The Black Prince Corporation is closed at this time">> <<Back1 "Black_prince_corporation">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Business_street/Bpc/Abella_desk/" "cell_center">> <br><<Text_animated_face Abella "I'm not really in the mood right now... If you have any immediate questions, I would prefer to be alone... in boredom">> <br><<Yellow "Perhaps it’s worth cheering her up with different jewelry">> <<Back1 "Bpc_office_accept">> <</nobr>>
<<nobr>> <<Text "<span style='font-size: 24px; font-weight: bold;text-shadow: 1px 1px 2px #0b1b8e, -1px 1px 2px #0b1b8e, 1px -1px 2px #0b1b8e, -1px -1px 2px #0b1b8e; }' >Important Information ! </span>">> <br><<Text "<span style='text-align: justify; font-size: 18px; font-weight: bold; text-shadow: 1px 1px 2px #8e0b0b, -1px 1px 2px #8e0b0b, 1px -1px 2px #8e0b0b, -1px -1px 2px #8e0b0b; }'>Thank you all for supporting and showing interest in the game!</span>">> <br> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: justify; border: 0px solid; width: 80%;"> <span> I’m excited to announce that I’ve recently been approved on <span style='font-weight: bold; color: #2DBF8A;'>SubscribeStar</span>, and I wanted to let you know! If you're interested in the continued development of the project, I’d like to ask new supporters to consider supporting the game on <span style='color: #2DBF8A; font-weight: bold;'>SubscribeStar</span> </span> </div> <div style="text-align: justify; border: 0px solid; width: 5%; justify-content: center;"> <a class="ref" href="https://subscribestar.adult/tbs-tobesigma"><img class="img_substar" src="img/Log/star1.png"></a></div> </div> </div> <br> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: justify; border: 0px solid;"> <span>As the game evolves, there may be a wider range of content to better immerse you in the game world. Since Patreon isn’t particularly fond of experiments, I hope you’ll understand. For this reason, there’s a <span style=" font-weight: bold; text-shadow: 1px 1px 2px #a716b6, -1px 1px 2px #a716b6, 1px -1px 2px #a716b6, -1px -1px 2px #a716b6; }"> small discount available for new users on SubscribeStar!</span> </span> </div> </div> </div> <br> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: justify; border: 0px solid;"> <span><span style='font-weight: bold; text-shadow: 1px 1px 2px #8e0b0b, -1px 1px 2px #8e0b0b, 1px -1px 2px #8e0b0b, -1px -1px 2px #8e0b0b;'>Thank you to everyone who supports me on Patreon!</span><br> Now there's an option for <span style=" font-weight: bold; text-shadow: 1px 1px 2px #a716b6, -1px 1px 2px #a716b6, 1px -1px 2px #a716b6, -1px -1px 2px #a716b6; }">one-time annual support </span>, which will help stimulate and motivate the continued creation of the game in advance, and protect against sudden blocks and other issues. If this support option is convenient for you, feel free to use it. You'll instantly <span style="font-weight: bold; text-shadow: 1px 1px 2px #a716b6, -1px 1px 2px #a716b6, 1px -1px 2px #a716b6, -1px -1px 2px #a716b6; }">achieve Legend status and receive a corresponding role on Discord, where you'll enjoy exclusive bonuses throughout the year!</span> </span> </div> </div> </div> <br> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: justify; border: 0px solid;"> <span>The game is still in early access, with each new version introducing fresh mechanics and characters that contribute to the overall puzzle and story</span> </div> </div> </div> <br> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div style="text-align: center; border: 0px solid;"> <span style="font-weight: bold; font-size: 17px; text-shadow: 1px 1px 2px #b61679, -1px 1px 2px #b61679, 1px -1px 2px #b61679, -1px -1px 2px #b61679; }"> Enjoy the game! </span> </div> </div> </div> <<Back2 "Info" "Continue">> <</nobr>>
<<nobr>> <div class="gal_con_1"> /*---------------- Inside gallery---------------*/ /*------------------ Catalog -------------------*/ <div class="gal_catalog_1"> /*------------------ Catalog UPPER-------------------*/ <div class="up_gal_catalog"> /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div"> /*--------------------------------------------------------------------*/ <div class="upgal_catalog_1"> <<if $event_mom[10].quantity !=1>> <img src="img/Mom_room/Mom_sleep/SCENE_SLEEP1.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<else>> <img id="Mom_sleep_scene1" src="img/Mom_room/Mom_sleep/SCENE_SLEEP1.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ <div class="downgal_catalog_1"> <<if $event_mom[5].quantity !=1>> <img src="img/Mom/Punish/SCENE_PUNISH1.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<elseif $event_mom[5].quantity ==1>> <img id="Mom_punish_scene1" src="img/Mom/Punish/SCENE_PUNISH1.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ </div> /*//////////////////////////// END /////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div"> /*----------------------------------------------------------------------------*/ <div class="upgal_catalog_1"> <<if $event_mom[22].quantity !=1>> <img src="img/Mom_room/Spy1/SCENE_TEACH1.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<else>> <img id="Mom_Reena_part1" src="img/Mom_room/Spy1/SCENE_TEACH1.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ <div class="downgal_catalog_1"> <<if $event_mom[13].quantity !=1>> <img src="img/Your_room/Mom_in_yr/SCENE_YOURROOM1.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<else>> <img id="Mom_in_yr_scene1" src="img/Your_room/Mom_in_yr/SCENE_YOURROOM1.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ </div> /*//////////////////////////// END /////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div"> /*----------------------------------------------------------------------------*/ <div class="upgal_catalog_1"> <<if $event_mom[27].quantity !=1>> <img src="img/Mom/Punish/SCENE_PUNISH2.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<elseif $event_mom[27].quantity ==1>> <img id="Mom_punish_you_enough_scene" src="img/Mom/Punish/SCENE_PUNISH2.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ <div class="downgal_catalog_1"></div> </div> /*//////////////////////////// END /////////////////////////////////////////*/ <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> </div> </div> <br> <div class="cell_1_yr" style="border:0px solid; margin-top:3px; height: 30px;position: relative; z-index: 3"> <div id="button_info_ch" style="position: relative; z-index: 3; margin-top:0px; cursor: pointer; height: 30px; background-color: rgba(0, 0, 0, 0.7);"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "button_info_ch" "Mom">><</ClickContainerById>> /*----------------- BONUS SCENE --------------------------*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "Mom_punish_scene1" "Mom_punish_scene1">><</ClickContainerById>> <<ClickContainerById "Mom_Reena_part1" "Mom_Reena_part1">><</ClickContainerById>> <<ClickContainerById "Mom_sleep_scene1" "Mom_sleep_scene1">><</ClickContainerById>> <<ClickContainerById "Mom_in_yr_scene1" "Mom_in_yr_scene1">><</ClickContainerById>> <<ClickContainerById "Mom_punish_you_enough_scene" "Mom_punish_you_enough_scene">><</ClickContainerById>> <<else>> <<ClickContainerById "mom_punish_scene1" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "Mom_Reena_part1" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "Mom_sleep_scene1" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "Mom_in_yr_scene1" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "Mom_punish_you_enough_scene" "Supporter_scenes">><</ClickContainerById>> <</if>> <style> .gal_con_1 { position: relative; /*border: 2px solid #fcbd07;*/ width: 1090px; height: 823px; margin-left: -112px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: -32px; margin-bottom: -50px; border-radius: 10px; box-shadow: 0px 0px 10px 2px #749E9A; border: 2px solid #a39b86; /*box-shadow: inset 0 0 5px 1px white, 0 0 10px 2px white;*/ z-index:3; } .gal_con_1::before { position: absolute; content: ''; background-image: url('img/Mom/Kendra_scenes1.png'); background-size: cover; background-position: center; width: 100%; height: 100%; z-index: 2; border-radius: 10px; } .gal_catalog_1{ position: relative; width: 94%; height: 70%; display: flex; flex-direction: column; border: 0px solid white; border-radius: 10px; margin-top: 4px; margin-right:1px; box-shadow: 0 0 2px 1px white; z-index:3; background-color: rgba(0, 0, 0, 0.7); justify-content: center; margin-top: -40px; } .up_gal_catalog{ width: 100%; height: 100%; display: flex; text-align: center; border: 1px solid green; border-radius: 10px; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; white-space: nowrap; scroll-behavior: smooth; } .up_gal_catalog::-webkit-scrollbar { width: 10px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-track { width: 8px; /* background: #221c22;*/ background: transparent; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-thumb { /*background: #556c65;*/ background-color: rgba(0, 0, 0, 0.3); width: 4px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; margin-top:2px; margin-bottom: 2px; /*box-shadow: inset 0 0 0 2px #221c22;*/ box-shadow: inset 0 0 0 2px #C1ABD4; } .upgal_catalog_1, .downgal_catalog_1{ width: 98%; height: 48%; display: flex; box-sizing: border-box; border: 2px solid #bd97db; /* border: 2px solid #ff4794;*/ border-radius: 10px; justify-content: center; align-items: center; position: relative; cursor: pointer; } .up_gal_catalog_div { width: 30%; height: 80%; display: flex; flex-direction: column; gap: 10px; border: 0px solid #C1ABD4; border-radius: 10px; justify-content: center; align-items: center; margin: auto; margin-left: 10px; margin-right: 10px; flex-shrink: 0; box-shadow: 0px 0px 2px 2px #C1ABD4; } .card-image { width: 100%; height: 100%; object-fit: cover; filter: blur(3px); transition: filter 0.3s; border-radius: 10px; opacity: 0.7; } .card-image1 { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; } .overlay1 { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 1); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 10px; } .overlay { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 0.5); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 15px; padding-left: 10px; padding-right: 10px; border: 1px solid black; text-shadow: -1px -2px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000; } </style> /* <<script>> document.querySelector('.up_gal_catalog').addEventListener('wheel', function(event) { if (event.deltaY !== 0) { event.preventDefault(); this.scrollLeft += event.deltaY; } }); <</script>> */ <</nobr>>
<<nobr>> <div class="ScenesArch"> /*--------------------------- FILM 1 ------------------------------------*/ <div class="film1"> <div class="triangle1"></div> <div class="rectangle"></div> <div class="triangle2"></div> </div> /*--------------------------- END film1 -------------------------------*/ <div class="film2"></div> <div class="film3"></div> </div> <style> .gal_con_1 { position: relative; width: 1090px; height: 823px; margin-left: -112px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: -32px; margin-bottom: -50px; border-radius: 10px; box-shadow: 0px 0px 10px 2px #749E9A; border: 2px solid #a39b86; z-index: 3; } .gal_catalog_1 { position: relative; width: 1070px; height: 770px; display: flex; border: 0px solid white; border-radius: 10px; margin-top: 4px; margin-right: 1px; box-shadow: 0 0 2px 1px white; z-index: 3; background-color: black; justify-content: center; } .ScenesArch { display: flex; width: 700px; height: 700px; flex-direction: row; border: 2px solid yellow; } .film1 { display: flex; width: 100%; height: 10%; flex-direction: row; border: 2px solid red; justify-content: center; align-items: center; } .triangle1 { position: relative; width: 10%; height: 100%; display: flex; border: 1px solid white; background-color: #3498db; clip-path: polygon(0% 100%, 100% 0, 100% 100%, 0% 100%, 100% 100%); } .triangle1::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.5); clip-path: polygon(5% 100%, 100% 5%, 100% 100%, 5% 100%, 100% 100%); z-index: -1; } .rectangle { width: 70%; height: 100%; display: flex; border: 1px solid white; margin-left: 10px; margin-right: 10px; } .triangle2 { width: 10%; height: 100%; display: flex; border: 1px solid white; /* border-left: 100px solid transparent; border-bottom: 100px solid #3498db; */ } </style> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 1 "Mom/Punish/" "cell_center">> <br><<Text_animated_face Mom "You're a little pervert, enough already, come with me!">> <br><<linkappend "<<Text_animated_face Mom 'Seems like you are getting horny when you watch me. Come on, lay down'>>">> <br><<Mp4_178 "Mom/Punish/" 2 2 1>> <br><<linkappend "<<Text_animated_face Mom 'Baby, do you like my ass?'>>">> <br><<Mp4_178 "Mom/Punish/" 3 3 2>> <br><<linkappend "<<Text_animated_face Mom 'Take a closer look at her, I think you want that, dont you..'>>">> <br><<Mp4_178 "Mom/Punish/" 4 6 3>> <br><<linkappend "<<Text_animated_face Mom 'You, pervert in our house, you will relish this, my scent will intoxicate you just as you desired while you spy on me. Now, learn your lesson'>>">> <br><<Mp4_178 "Mom/Punish/" 8 8 4 >> <br><<linkappend "<<Text_animated_face Mom 'Do you like that?!'>>">> <br><<Text_animated_face_person "Mmpphh...">> <br><<Mp4_178 "Mom/Punish/" 9 9 5>> <<timed 500ms>> <br><<Text_animated_face Mom "Yes... just like that. Breathe it in, take in the scent of my perfect ass. I know you want it">> <</timed>> <<timed 2000ms>> <br><<Mp4_178 "Mom/Punish/" 10 10 6>> <br><<linkappend "<<Text_animated_face Mom '<span><i>( Mmm, its so pleasing to grind on his face )</i></span>'>>">> <br><<Mp4_178 "Mom/Punish/" 11 14 7>> <br><<Text_animated_face Mom "<i>( My punishment turned into something more... I got too excited and remembered the old Kendra... uff, it feels so good... next time, I won't be able to resist riding his cock...)</i>">> <<timed 1500ms>> <br><<linkappend "<<Text_animated_face Mom 'Now you understand better what awaits you if you keep behaving the same way, babe'>>">> <br><<Mp4_178 "Mom/Punish/" 7 7 8>> <br><<Yellow "She won't be so gentle with your body if you get caught being punished in different parts of the house">> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<Back1 "Mom_scenes">> <</nobr>>
<<nobr>> <br><br><br><br><br> <<Text "For now, this option is available only to supporters">> <<Back1 $previous_passage_name>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Mom_room/Spy1/" "cell_center">> <br><<Text_animated_face_person "Hmm, Mom is waiting for someone">> <br><<linkappend "<<InsertText_Size_animated 'Wait'>>">> <br><<Webp_between_text_random_178 "Mom_room/Spy1/" 2 2>> <br><<Text_animated_face_person "Who is she waiting for in that appearance...">> <<timed 1500ms>> <br><<Webp_between_text_random_178 "Mom_room/Spy1/" 3 3>> <br><<Text_animated_face_person "Oh my, who's that sexy lady in pink...">> <br><<Text_animated_face_person "And what does she want...">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Text_animated_face Mom "...Turn around">> <br><<Mp4_178 "Mom_room/Spy1/" 4 4 1>> <br><<Text_animated_face_person "It seems Mom is hiding her sexual preferences... she's as authoritative as she is in life">> <br><<linkappend "<<InsertText_Size_animated 'Watch more'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 5 5 2>> <br><<Text_animated_face Mom "Mmm...nice">> <<timed 2000ms>> <br><<Mp4_178 "Mom_room/Spy1/" 6 6 3>> <br><<Text_animated_face Reena "You're the best, teach me...">> <br><<Text_animated_face_person "Hmm, what is she thinking about...">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 8 8 4>> <br><<Text_animated_face Mom " Undress.... All of it... Slowly">> <<timed 2000ms>> <br><<Mp4_178 "Mom_room/Spy1/" 9 9 5>> <br><<linkappend "<<Text_animated_face Mom 'Mmm... So pretty'>>">> <br><<Webp_between_text_random_178 "Mom_room/Spy1/" 10 10>> <br><<Text_animated_face Mom "Come to me">> <br><<Mp4_178 "Mom_room/Spy1/" 11 11 6>> <br><<linkappend "<<Text_animated_face_person 'Omg, so sexy, I want to watch more'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 13 13 7>> <<timed 2000ms>> <br><<Text_animated_face Mom "Take me off">> <br><<Mp4_178 "Mom_room/Spy1/" 14 14 8>> <<timed 2500ms>> <br><<Mp4_178 "Mom_room/Spy1/" 15 15 9>> <br><<linkappend "<<Text_animated_face Mom 'Open your mouth'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 16 16 10>> <br><<Text_animated_face_person "Where did she learn this... It will be hard for me to dominate her, I'm under her control...">> <br><<Mp4_178 "Mom_room/Spy1/" 18 18 11>> <br><<linkappend "<<InsertText_Size_animated 'Watch more'>>">> <br><<Webp_between_text_random_178 "Mom_room/Spy1/" 19 19>> <br><<Text_animated_face Mom "Lie down... gently">> <<timed 2000ms>> <br><<Mp4_178 "Mom_room/Spy1/" 20 20 12>> <br><<Text_animated_face Mom "Shhh">> <<timed 4500ms>> <br><<Mp4_178 "Mom_room/Spy1/" 21 21 13>> <br><<Text_animated_face_person "Damn, it's hard to resist this...">> <br><<Text_animated_face_person "They are so hot... she knows what she's doing...">> <br><<linkappend "<<InsertText_Size_animated 'Keep watching'>>">> <br><<Mp4_178 "Mom_room/Spy1/" 22 22 14>> <br><<Text_animated_face_person "Omg...I'm going to cum now">> <br><<InsertText_Size_animated "Suddenly, the connection cuts off">> <br><<Webp_between_text_random_178 "Mom_room/Spy1/no_connect" 1 1>> <br><<Text_animated_face_person "Fuck, what's happening?">> <br><<Text_animated_face_person "Damn, looks like something happened to her laptop... such bad timing... I'll have to sort this out next time">> <</linkappend>> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <<Back1 "Mom_scenes">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <br> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Mom_room/Mom_sleep/" "cell_center" >> <<InsertText_Size_animated "You touching that massive mommy ass...">> <br><<linkappend "<<InsertText_Size_animated 'Squeeze her ass'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Touch here pussy though her panties'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 3 4>> <br><<linkappend "<<InsertText_Size_animated 'Take off her panties'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 5 5>> <br><<linkappend "<<InsertText_Size_animated 'Touch her delicious pussy'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 6 7>> <br><<linkappend "<<InsertText_Size_animated 'Take off her bra'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 8 8>> <br><<linkappend "<<InsertText_Size_animated 'Caress her tits'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 9 9>> <br><<linkappend "<<InsertText_Size_animated 'Tease here with your dick'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 10 10>> <br><<InsertText_Size_animated "You rub your dick over her nipples">> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 11 11>> <br><<InsertText_Size_animated "You rub your dick over her plump lips">> <br><<linkappend "<<InsertText_Size_animated 'Try to put it in her mouth'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 12 12>> <br><<linkappend "<<InsertText_Size_animated 'Fuck her'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 13 13>> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 14 14>> <br><<linkappend "<<InsertText_Size_animated 'Cum on moms face'>>" >> <br><<Mp4_between_text_wide_178 "Mom_room/Mom_sleep/" 15 15>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<Back1 "Mom_scenes">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<InsertText_Size_animated "Your mom is cleaning up your mess">> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/Mom_in_yr/" "cell_center" >> <br><<linkappend "<<InsertText_Size_animated 'Peek at her'>>" >> <br><<Mp4_178 "Your_room/Mom_in_yr/" 2 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Try to lure her'>>" >> <br><<Mp4_178 "Your_room/Mom_in_yr/" 3 3 3>> <br> <<InsertText_Size_animated "You pull your dick out in front of her">> <<timed 2000ms>> <br><<Mp4_178_nl "Your_room/Mom_in_yr/" 4 4 4>> <<timed 1500ms>> /*-------------------- BONUS SCENE -------------------*/ <br><<Text "In Mom's eyes primal lust ignited at the sight of your cock">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 5 5 5>> <br><<Text_animated_face Mom "Hey... this is a gift for my weekly work, baby...">> <br><<linkappend "<<Text_animated_face Mom ' I`m becoming so liberated... touching my son`s dick brings such special emotions... mmm...'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 6 6 6>> <<timed 2000ms>> <br><<linkappend "<<Text 'She began to feast on and lick your dick like it was the first time she`d ever encountered one'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 7 7 7>> <br><<Text_animated_face Mom "<i>( He thinks he seduced me with that... but I wanted it myself for a while now... I’ll play along with him... )</i>">> <<timed 2500ms>> <br><<Mp4_178 "Your_room/Mom_in_yr/" 8 8 8>> <br><<Text_animated_face_person "Ohh fuck....">> <br><<linkappend "<<Text 'She pressed her huge tits against your cock, as if she were controlling your every move'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 11 11 11>> <br><<Text "Her luscious, pillowy breasts ground against your dick, slick with a greasy layer of lust">> <<timed 6000ms>> <br><<Mp4_178 "Your_room/Mom_in_yr/" 10 10 10>> <br><<linkappend "<<Text 'You’ve plunged into the abyss of pleasure brought by your girl, completely forgetting that you were the one who seduced her, or so you think...'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 12 14 13>> <br><<linkappend "<<Text_animated_face Mom 'I want you to lick my pussy, babe'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 15 17 14>> <<timed 3000ms>> <br><<Text_animated_face Mom "Yeah... I like it... my pussy is so wet">> <br><<linkappend "<<Text_animated_face Mom 'Lick it harder... treat it like it’s your first time... devour it'>>">> <br><<Mp4_178 "Your_room/Mom_in_yr/" 18 19 18>> <br><<Text_animated_face Mom "Ohhh, fuck... yes... that’s exactly what I need...">> <<timed 3000ms>> <br><<Text "Someone suddenly approaches the room...">> <br><<Mp4_178_nl "Your_room/Mom_in_yr/" 9 9 18>> <br> <div class="content_text_visual_face" id="animated"> <div class="gif_wide_between_text_tall_151"> <img src="img/Your_room/Mom_in_yr/1.png"> </div> </div> <br><<Text_animated_face Veronica "Hey, $name_person, I heard some strange noises and wanted to see what was going on">> <br><<Text_animated_face_person "Everything's fine, Veronica, I'm just warming up">> <br><<Text_animated_face Veronica "Hmm... okay, when you're done warming up, maybe you can show me...">> <br><<linkappend "<<Text 'She left'>>">> <br><<Text_animated_face Mom "Those were special emotions, babe... wow...">> <br><<Text "Mom left the room">> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <<Back1 "Mom_scenes">> <</nobr>>
<<nobr>> <<Week_Lisa_Director_Office>> <<if $condition == 0>> <br><br><br><br><br><br><br><br><br><br> <br><<Text "The door is closed">> <<Back1 "College">> <<elseif $condition == 29>> <<if $first_meet_with_lisa_college1 !=1>> <<goto "First_meet_lisa_college">> <</if>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random to random(1,2)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 3 "College/Director/After/" "cell_center">> <<set $style_lisa_in_college1 =1>> <<else>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyJpg 4 5 "College/Director/After/" "cell_center">> <<set $style_lisa_in_college1 =2>> <</if>> <br><<Text "The director sits at her desk, her big boobs spilling slightly from her fitted blouse. When she bends to glance at the screen, the fabric clings to her, intensifying the charged atmosphere around her">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_with_director1"> Talk</div> </div> </div> <<Back1 "College">> <<ClickContainerById "Talk_with_director1" "Talk_with_director1">><</ClickContainerById>> <</if>> <</nobr>>
<<nobr>> <<Week_Lilith_Restroom>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "College/restroom" "cell_center">> <br><<Text "In the college toilets, filthy fantasies come to life, with each stall serving as a secret lair for passionate encounters and wild sexual adventures">> <<if $condition ==16 || $condition ==37 || $condition ==38>> <br> <div class="your_room" style="border: 0px solid;"> <div class="cell_1_yr" style="border: 0px solid green;"> <<for _i to 1; _i <=1; _i++>> <<if _i ==1>> <<Week_Lilith_Restroom>> <<if $condition == 37>> <<Face Lilith>> <</if>> <</if>> <</for>> </div> </div> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Men_stall"> Men's stall</div> <div id="Womaen_stall"> Women's stall</div> </div> </div> <<Back1 "College">> <<ClickContainerById "Men_stall" "Men_stall">><</ClickContainerById>> <<ClickContainerById "Womaen_stall" "Womaen_stall">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 55 55 "College/class" "cell_center">> <br><<Text "You are in the sports hall <br>You can visit one of the available sections in this college">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Box_sport_college">Boxing Section</div> </div> </div> <<Back1 "College">> <<ClickContainerById "Box_sport_college" "Boxing_section">><</ClickContainerById>> <</nobr>>
<<nobr>> <<if $day_time >=4>> <<if $talk_to_lilith_first ==1 && $vanessa_not_this_story ==1>> <<else>> <<goto College_closed>> <</if>> <</if>> <<Week_Lilith_Lounge>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> /*/////////////////////////////////////////////////////////////////////////////////////*/ <<if $day_time >=1 && $day_time <=3>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "College/Lounge/Lounge" "cell_center">> <style> .cell_center img{ box-shadow: 0 0 2px 6px rgba(0,0,0,0.5); opacity: 0.95; } </style> <<else>> <<set _random to random(1,3)>> <<if _random ==1>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "College/Lounge/Party" "cell_center">> <style> .cell_center_wide_15 img{ box-shadow: 0 0 2px 6px rgba(0,0,0,0.5); opacity: 0.9; } </style> <<else>> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 3 4 "College/Lounge/Party" "cell_center">> <style> .cell_center img{ box-shadow: 0 0 2px 6px rgba(0,0,0,0.5); opacity: 0.9; } </style> <</if>> <</if>> /*/////////////////////////////////////////////////////////////////////////////////////*/ /*/////////////////////////////////////////////////////////////////////////////////////*/ <<if $day_time >=1 && $day_time <=3>> <br><<Text "With an innocent ambiance, the lounge gives no hint of the tantalizing mysteries and sultry exchanges that awaken once the sun sets">> <<elseif $day_time >=4>> <br><<Text "A seductive student lounge, where dim lighting and soft music set the stage for flirtations and hidden passions">> <</if>> /*/////////////////////////////////////////////////////////////////////////////////////*/ <<if $condition ==37>> <br> <div class="your_room" style="border: 0px solid;"> <div class="cell_1_yr" style="border: 0px solid green;"> <<for _i to 1; _i <=1; _i++>> <<if _i ==1>> <<Week_Lilith_Lounge>> <<if $condition == 37>> <<FaceB Lilith>> <</if>> <</if>> <</for>> </div> </div> <</if>> /*/////////////////////////////////////////////////////////////////////////////////////*/ <<if $day_time >=1 && $day_time <=3>> <<Back1B "College">> <<elseif $day_time >=4>> /* <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Men_stall" style="background-color: black"> Men's stall</div> <div id="Womaen_stall" style="background-color: black"> Women's stall</div> </div> </div> */ <<Back1B "Street">> <</if>> /*/////////////////////////////////////////////////////////////////////////////////////*/ <<if $day_time <4>> <<if $event_lilith[1].quantity !=1>> <<ClickContainerById "Lilith" "Lilith_talk_science">><</ClickContainerById>> <<elseif $event_lilith[1].quantity ==1 >> <<ClickContainerById "Lilith" "Lilith_talk_science_after">><</ClickContainerById>> <</if>> <<elseif $day_time >=4>> <<ClickContainerById "Lilith" "Lilith_talk_lounge">><</ClickContainerById>> <</if>> <<ClickContainerById "Men_stall" "Men_stall">><</ClickContainerById>> <<ClickContainerById "Womaen_stall" "Womaen_stall">><</ClickContainerById>> <<if $day_time >=1 && $day_time <=3>> <style> body { background-image: url("img/College/Lounge/Lounge4.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } </style> <<elseif $day_time >=4>> <style> body { background-image: url("img/College/Lounge/Lounge3.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } </style> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "College/Director/" "cell_center">> <br><<Text "The director's sexy ass greets you as you enter her office">> <br><<linkappend "<<Text_animated_face_person 'Ahem Ahem'>>">> <br><<Webp_between_text_random_tall_15 "College/Director/" 1 1>> <br><<Text_animated_face Lisa "Hey, I didn’t notice you... What brings you here?">> <br><<Text_animated_face_person "I’m here to study">> <br><<Text_animated_face Lisa "Oh, you're one of our students. Glad to have you. What’s your name?">> <br><<Text_animated_face_person "$name_person">> <br><<Text_animated_face Lisa "Nice to meet you, $name_person. I hope you're enjoying it here">> <br><<Text_animated_face_person "I’d like to stand out somehow, so my time here doesn’t just fade into the background">> <br><<Text_animated_face Lisa "Usually, no one cares, and everyone just wants to graduate for the sake of the diploma... Hmm, I have to admit, you've piqued my interest">> <br><<Text_animated_face Lisa "<<Yellow_text 'If you want me to reveal the secrets of climbing the career ladder, come to me once you have built a solid reputation at the college. That will show me your intentions arent just empty desires'>>">> <<New_quest first_meet_with_lisa_director_in_the_college9>> <<set $first_meet_with_lisa_college1 =1>> <<Back1 "College">> <</linkappend>> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 15 15 "Mom/Punish/" "cell_center">> <br><<Text_animated_face Mom "Come on, take off your pants... your Mom wants more... <br>(<i> I'm so turned on by this situation that the dominatrix in me is starting to come out </i>)">> <<set $arousal_face_max =15>> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="animated"> /*//////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr" > /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Mom/Punish/BJ/" 16 18 2>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_face Mom>> <<else>> <<replace "#c1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Eat Her Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Mom/Punish/EP/" 19 22 3>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<set $arousal_face +=1.5>> <br><<Arousal_face Mom>> <<else>> <<replace "#c2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Get Inside Her</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _get_inside_her !=1>> <br><<Mp4_178 "Mom/Punish/Enter" 1 1 4>> <<set _get_inside_her =1>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<set $arousal_face +=2>> <br><<Arousal_face Mom>> <<else>> <<replace "#c3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c4' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cock In Her Pussy 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _get_inside_her ==1>> <br><<Mp4_178 "Mom/Punish/F1/" 22 25 5>> <<set $arousal_person +=2.5>> <br><<Arousal_person>> <<set $arousal_face +=2.5>> <br><<Arousal_face Mom>> <<elseif _get_inside_her !=1 && _cum_person !=1>> <br><<Text "You need to enter her pussy">> <<else>> <<replace "#c4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c5' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cock In Her Pussy 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _get_inside_her ==1>> <br><<Mp4_178 "Mom/Punish/F2/" 26 28 6>> <<set $arousal_person +=2.5>> <br><<Arousal_person>> <<set $arousal_face +=2.5>> <br><<Arousal_face Mom>> <<elseif _get_inside_her !=1 && _cum_person !=1>> <br><<Text "You need to enter her pussy">> <<else>> <<replace "#c5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c6' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cock In Her Pussy 3</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _get_inside_her ==1>> <br><<Mp4_178 "Mom/Punish/F3/" 30 32 7>> <<set $arousal_person +=2.5>> <br><<Arousal_person>> <<set $arousal_face +=2.5>> <br><<Arousal_face Mom>> <<elseif _get_inside_her !=1 && _cum_person !=1>> <br><<Text "You need to enter her pussy">> <<else>> <<replace "#c6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c7' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <<if $arousal_face <15>> <br><<Webp_between_text_random_tall_133 "Your_room/Jerk_off/cumming" 1 1>> <br><<Text_animated_face Mom "Fuck, $name_person, I didn't think you were such a quick shooter... I hope the next lesson won't be as disappointing">> <<set $relationship[1] -=5>> <<Not_relationship_top_minus Mom 5>> <<elseif $arousal_face >=15>> <br><<Mp4_178 "Mom/Punish/Cum" 1 1 8>> <<timed 1000ms>> <br><<Text_animated_face Mom "It was fresh... sweet... I hope I satisfied your curiosity... <br>(<i> I feel so horny because of him </i>)">> <<set $relationship[1] +=1>> <<set $corruption[1] +=3>> <<set $obedience[1] +=1>> <<set $sigma_person -=2>> <<Not_relationship_top_plus Mom 1>> <<Not_corruption_face1_plus Mom 3>> <<Not_obedience_face2_plus Mom 1>> <<Not_sigma_top3_minus 3>> <<set $event_mom[27].quantity =1 >> <</timed>> <</if>> <<Back2 "Hallway" "Return To The Hall">> <<replace "#c7">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#c7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*//////////////////////////////// END sex scene //////////////////////////////////*/ <</nobr>>
<<nobr>> <<widget "Arousal_face">> <<set _name to $args[0]>> /* <<set _max_arousal_face1 to $args[1]>> <div id="arousal_max_for_face1" style="display:none ;"><<print _max_arousal_face1>></div> */ <<script>> var arousal_face = State.variables.arousal_face; var max_arousal_face_1 = State.variables.arousal_face_max; /* var max_arousal_face_1 = parseFloat($('#arousal_max_for_face1').text()); if (max_arousal_face_1 > 0) { var widthPercentage = (arousal_face / max_arousal_face_1) * 100; } else { var widthPercentage = (arousal_face / 15) * 100; } */ var widthPercentage = ( arousal_face/ max_arousal_face_1) * 100; document.documentElement.style.setProperty('--progress-bar-width-sex-person-face', widthPercentage + '%'); <</script>> <style> .progress_bar_contatiner_sex_person_face{ border: 0px solid #666; width: 482px; display:flex; background-color:black; min-height:30px; padding-top:0px; padding-left:4px; margin-top:8px; box-shadow: 0 0 2px 2px #fff; overflow: hidden; position:relative; background: linear-gradient(90deg, rgba(171,89,173,1) 0%, rgba(68,1,50,1) 100%); } #progress_bar_sex_person_face{ display: flex; width: var(--progress-bar-width-sex-person-face); transition: width 0.3s ease-in-out; z-index: 1; border: 0px solid #fff; } #progress_bar_1_sex_person_face { display: flex; width: calc(100% - var(--progress-bar-width-sex-person-face)); transition: width 0.3s ease-in-out; z-index: 1; border: 0px solid #fff; background-color:black; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } .inner-container-sex-person-face { position: absolute; font-weight: bold; z-index: 2; top: 0; left: 0; color: #10B8B7; margin-left:10px; width: 100%; height: 100%; border: 0px solid; text-shadow: -1px -1px 0 #000, 0.5px -0.5px 0 #000, -1px 1px 0 #000, 0.5px 0.5px 0 #000; } </style> <div class="content_text_visual_face" id="animated" style="border: 0px solid;"> <div class="text_face"> <div class="text_face_1"> <<print "<img src='img/Icons/" +_name+".jpg'>">> </div> <div class="text_face_2"> <div class="text_face_2_1"> _name </div> <div class="progress_bar_contatiner_sex_person_face" > <div class="inner-container-sex-person-face">Arousal $arousal_face</div> <div id="progress_bar_sex_person_face"> </div> <div id="progress_bar_1_sex_person_face"> </div> </div> </div> </div> </div> <</widget>> <</nobr>>
<<nobr>> <<widget "Not_sigma_top3_minus">> <<set $not_sigma_minus to $args[0]>> <div id="notification_sigma_minus" class="notification_sigma_minus"></div> <<script>> $(document).ready(function() { var textFromScript_1m = State.variables.not_sigma_minus; function showNotification(message) { var notification3 = $('#notification_sigma_minus'); const length = message.length; const lastFourChars = message.slice(-6); const firstPart = message.slice(-15, -6); const html = ' <span style="color: #F5C616; font-weight: bold; margin-right:0px; text-shadow: 0 2px 2px red; ">'+firstPart+'</span><span class="red">'+lastFourChars+'</span>'; notification3.html(html); notification3.removeClass('fadeOut').addClass('show'); setTimeout(function() { notification3.removeClass('show').addClass('fadeOut'); }, 4000); } var message_plus ="SIgma" + " - "+ textFromScript_1m; showNotification(message_plus); }); <</script>> <style> .notification_sigma_minus { display: flex; position: fixed; white-space: nowrap; min-width: 196px; right: 20px; top: 218px; background-color: #562b2b; padding: 15px; justify-content: center; border-radius: 5px; box-shadow: 0 0 2px 2px #852322; color: #479DCF; display: none; z-index: 1000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; opacity: 0; transition: opacity 0.5s ease-in-out; } .notification_sigma_minus.show { display: flex; opacity: 1; animation: fadeIn 0.8s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</widget>> <</nobr>>
<<nobr>> <div class="header" id="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 15 15 "Mom/Punish/" "cell_center">> <br><<Text_animated_face Mom "Come on, take off your pants... your Mom wants more... <br>(<i> I'm so turned on by this situation that the dominatrix in me is starting to come out </i>)">> <<set $arousal_face_max =15>> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="animated"> /*//////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr" > /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Mom/Punish/BJ/" 16 18 2>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_face Mom>> <<else>> <<replace "#c1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Eat Her Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Mom/Punish/EP/" 19 22 3>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<set $arousal_face +=1.5>> <br><<Arousal_face Mom>> <<else>> <<replace "#c2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Get Inside Her</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _get_inside_her !=1>> <br><<Mp4_178 "Mom/Punish/Enter" 1 1 4>> <<set _get_inside_her =1>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<set $arousal_face +=2>> <br><<Arousal_face Mom>> <<else>> <<replace "#c3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c4' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cock In Her Pussy 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _get_inside_her ==1>> <br><<Mp4_178 "Mom/Punish/F1/" 22 25 5>> <<set $arousal_person +=2.5>> <br><<Arousal_person>> <<set $arousal_face +=2.5>> <br><<Arousal_face Mom>> <<elseif _get_inside_her !=1 && _cum_person !=1>> <br><<Text "You need to enter her pussy">> <<else>> <<replace "#c4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c5' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cock In Her Pussy 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _get_inside_her ==1>> <br><<Mp4_178 "Mom/Punish/F2/" 26 28 6>> <<set $arousal_person +=2.5>> <br><<Arousal_person>> <<set $arousal_face +=2.5>> <br><<Arousal_face Mom>> <<elseif _get_inside_her !=1 && _cum_person !=1>> <br><<Text "You need to enter her pussy">> <<else>> <<replace "#c5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c6' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cock In Her Pussy 3</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && _get_inside_her ==1>> <br><<Mp4_178 "Mom/Punish/F3/" 30 32 7>> <<set $arousal_person +=2.5>> <br><<Arousal_person>> <<set $arousal_face +=2.5>> <br><<Arousal_face Mom>> <<elseif _get_inside_her !=1 && _cum_person !=1>> <br><<Text "You need to enter her pussy">> <<else>> <<replace "#c6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='c7' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Mp4_178 "Mom/Punish/Cum" 1 1 8>> <<timed 1000ms>> <br><<Text_animated_face Mom "It was fresh... sweet... I hope I satisfied your curiosity... <br>(<i> I feel so horny because of him </i>)">> <</timed>> <<replace "#c7">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#c7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*//////////////////////////////// END sex scene //////////////////////////////////*/ <<Back1 "Mom_scenes">> <</nobr>>
<<nobr>> <<Week_College_Boxing>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 7 10 "College/Sport/" "cell_center">> <br><<Text "The voluptuous, sexy boxing trainer loves sharpening her techniques during her steamy private sessions">> <<if ($condition ==31 || $condition ==32 || $condition ==33 || $condition ==34 || $condition ==35 || $condition ==36) && $first_meet_with_richelle_boxing_section_talk1 ==1 >> <br> <div class="your_room" style="border: 0px solid;"> <div class="cell_1_yr" style="border: 0px solid green;"> <<for _i to 1; _i <= 6; _i++>> <<if _i ==1>> <<Week_College_Boxing>> <<if $condition == 31>> <<Face Cali>> <</if>> <</if>> <<if _i ==2>> <<Week_College_Boxing>> <<if $condition == 32>> <<Face Alix>> <</if>> <</if>> <<if _i ==3>> <<Week_College_Boxing>> <<if $condition == 33>> <<Face Bellucci>> <</if>> <</if>> <<if _i ==4>> <<Week_College_Boxing>> <<if $condition == 34>> <<Face Gia>> <</if>> <</if>> <<if _i ==5>> <<Week_College_Boxing>> <<if $condition == 35>> <<Face Cherry>> <</if>> <</if>> <<if _i ==6>> <<Week_College_Boxing>> <<if $condition == 36>> <<Face Grays>> <</if>> <</if>> <</for>> </div> </div> <</if>> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Talk_box_1">Talk</div> </div> <<if $first_meet_with_richelle_boxing_section_talk1 ==1>> <div class="cell_2_yr" style="width: 74%" > <<if $train_with_richelle === undefined || $train_with_richelle != $day>> <div id="Train_coach_box_1">Train with the coach</div> <<else>> <div id="Train_more_boxing_richelle1_after"><span>Train More (Combat-Skill <span style='color: green;'>+4</span>, Money <span style="color: red;">- 800$</span>)</span></div> <</if>> <div id="Sparring_box_1">Test Your Strength</div> </div> <</if>> </div> <<Back1 "Sport">> <<ClickContainerById "Train_more_boxing_richelle1_after" "Train_more_boxing_richelle1_after">><</ClickContainerById>> <<ClickContainerById "Talk_box_1" "Talk_box_1">><</ClickContainerById>> <<ClickContainerById "Train_coach_box_1" "Train_coach_box_1">><</ClickContainerById>> <<ClickContainerById "Sparring_box_1" "Sparring_box_1">><</ClickContainerById>> <<ClickContainerById "Cali" "Talk_Cali_boxing_section">><</ClickContainerById>> <<ClickContainerById "Alix" "Talk_Alix_boxing_section">><</ClickContainerById>> <<ClickContainerById "Bellucci" "Talk_Bellucci_boxing_section">><</ClickContainerById>> <<ClickContainerById "Gia" "Talk_Gia_boxing_section">><</ClickContainerById>> <<ClickContainerById "Cherry" "Talk_Cherry_boxing_section">><</ClickContainerById>> <<ClickContainerById "Grays" "Talk_Grays_boxing_section">><</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $first_meet_with_richelle_boxing_section_talk1 !=1>> /*/////////////////////////////////////////////////////////////////////////////////*/ <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "College/Sport/" "cell_center">> <br><<Text_animated_face Richelle "Hey, did you come here to learn the art of mastering strength?">> <br><<Text_animated_face_person "Possibly… I can see you possess that strength to its fullest">> <br><<Text_animated_face Richelle "No doubt. I’ve spent a lot of time and energy on this. It’s my passion when I pin my opponent beneath me…">> <br><<linkappend "<<Text_animated_face_person 'How can I achieve success in this?'>>">> <br><<Text_animated_face Richelle "To earn my approval and learn how to use physical strength, you must go through a series of trials and defeat our participants">> <br><<Text_animated_face Richelle "It won’t be a walk in the park, and the rules here are pretty tough.<br> <<Yellow_text 'If you challenge one of the sparring partners, be prepared to give up your body. The winner takes control over the loser’s body and can do whatever they please.'>><br>Keep that in mind before calling someone out for a test of strength">> <br><<Text_animated_face Richelle "If you can’t win, you can take lessons with me. <br><<Yellow_text 'I will only mark our course as complete once you’ve defeated everyone and faced me. Only then will you be worthy of unlocking a new path for yourself'>>">> <<New_quest first_meet_with_richelle_boxing_section_talk1>> <<set $first_meet_with_richelle_boxing_section_talk1 =1>> <</linkappend>> /*/////////////////////////////////////////////////////////////////////////////////*/ <<elseif $first_meet_with_richelle_boxing_section_talk1 ==1>> /*/////////////////////////////////////////////////////////////////////////////////*/ <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "College/Sport/" "cell_center">> <br><<Text_animated_face Richelle "To meet participants from our club and the college as a whole, we organize tournaments almost every month. Come to these tournaments and win throughout the term, and you'll be able to achieve success">> <br><<Text_animated_face Richelle "You can find the schedule on the college's main bulletin board">> <br><<Text "<span style='color: red; font-size: 14px;'>In this version, tournaments haven't been developed yet</span>">> /*/////////////////////////////////////////////////////////////////////////////////*/ <</if>> <<Back1 "Boxing_section">> <</nobr>>
<<nobr>> <<if $energy >=0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 2 "College/Sport/Richelle/" "cell_center">> <<timed 1000ms>> <br><<Text "The voluptuous, sexy boxing trainer loves sharpening her techniques during her steamy private sessions">> <</timed>> <<timed 1400ms>> <br><<Yellow "Train more to earn additional perks">> <</timed>> <<timed 1800ms>> <br> <div class="your_room" id="animated"> <div class="cell_1_yr" style="width: 64%;"> <div id="Train_more_boxing_richelle1"><span>Train More (Combat-Skill <span style='color: green;'>+4</span>, Money <span style="color: red;">- 800$</span>)</span></div> </div> </div> <<ClickContainerById "Train_more_boxing_richelle1" "Train_more_boxing_richelle1_after">><</ClickContainerById>> <</timed>> <<timed 2300ms>> <<Back1 "Boxing_section">> <</timed>> <<Not_top_plus Combat-Skill 1>> <<set $combat_skill +=1>> <<set $train_with_richelle = $day>> <<set $energy -=3>> <<set $day_time ++>> <<else>> <br><br><br><br><br> <<Text "You don't have enough energy">> <<Back1 "Boxing_section">> <</if>> <</nobr>>
<<nobr>> <div class="gal_con_1"> /*---------------- Inside gallery---------------*/ /*------------------ Catalog -------------------*/ <div class="gal_catalog_1"> /*------------------ Catalog UPPER-------------------*/ <div class="up_gal_catalog" > /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div" style="margin-left: 24px; " id="Cali"> <div class="overlay">Cali</div> <img id="" src="img/College/Sport/Cali/1.webp" class="card-image1"> <div class="additional-content"> <div> Strength: 2 </div> <div>Health: 30 </div> <div> Special Effects: <span style='color: #66d608;'>Available</span></div> <div style=' line-height: 1.1; border: 0px solid; color: #66d608; font-size: 14px;'>Face Sit Dominance <br> Chance of appearance - 20% <br> Damage - 4 </div> </div> </div> /*//////////////////////////// END /////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div" id="Alix"> <div class="overlay">Alix</div> <img id="" src="img/College/Sport/Alix/1.webp" class="card-image1"> <div class="additional-content"> <div> Strength: 3</div> <div>Health: 50 </div> <div> Special Effects: None </div> </div> </div> /*//////////////////////////// END /////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div" id="Belucci"> <div class="overlay">Belucci</div> <img id="" src="img/College/Sport/Belucci/1.webp" class="card-image1"> <div class="additional-content"> <div> Strength: 20 </div> <div>Health: 50 </div> <div> Special Effects: None </div> </div> </div> /*//////////////////////////// END /////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div" id="Gia"> <div class="overlay">Gia</div> <img id="" src="img/College/Sport/Gia/1.webp" class="card-image1"> <div class="additional-content"> <div> Strength: 20 </div> <div>Health: 50 </div> <div> Special Effects: None </div> </div> </div> /*//////////////////////////// END /////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div" id="Cherry"> <div class="overlay">Cherry</div> <img id="" src="img/College/Sport/Cherry/1.webp" class="card-image1"> <div class="additional-content"> <div> Strength: 20 </div> <div>Health: 50 </div> <div> Special Effects: None </div> </div> </div> /*//////////////////////////// END /////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div" style="margin-right: 24px;" id="Grays" > <div class="overlay">Grays</div> <img id="" src="img/College/Sport/Grays/2.webp" class="card-image1"> <div class="additional-content"> <div> Strength: 20 </div> <div>Health: 50 </div> <div> Special Effects: None </div> </div> </div> /*//////////////////////////// END /////////////////////////////////////////*/ </div> </div> <br> <div class="cell_1_yr" style="border:0px solid; margin-top:3px; height: 30px;position: relative; z-index: 3"> <div id="button_info_ch" style="position: relative; z-index: 3; margin-top:0px; cursor: pointer; height: 30px; background-color: rgba(0, 0, 0, 0.7);"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "Cali" "Cali_fight1">><</ClickContainerById>> <<ClickContainerById "Alix" "Not_ready1">><</ClickContainerById>> <<ClickContainerById "Belucci" "Not_ready1">><</ClickContainerById>> <<ClickContainerById "Gia" "Not_ready1">><</ClickContainerById>> <<ClickContainerById "Grays" "Not_ready1">><</ClickContainerById>> <<ClickContainerById "Cherry" "Not_ready1">><</ClickContainerById>> <<ClickContainerById "Mom_punish_you_enough_scene" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "button_info_ch" "Boxing_section">><</ClickContainerById>> <style> .gal_con_1 { position: relative; /*border: 2px solid #fcbd07;*/ width: 1090px; height: 823px; margin-left: -112px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: -32px; margin-bottom: -50px; border-radius: 10px; z-index:3; } .gal_con_1::before { position: absolute; content: ''; background-image: url(''); background-size: cover; background-position: center; width: 100%; height: 100%; z-index: 2; border-radius: 10px; } .gal_catalog_1{ position: relative; width: 94%; height: 70%; display: flex; flex-direction: column; border: 0px solid white; border-radius: 10px; box-shadow: 0 0 2px 1px white; z-index:3; background-color: rgba(0, 0, 0, 0.7); justify-content: center; margin-top: -40px; } .up_gal_catalog{ width: 100%; height: 100%; display: flex; text-align: center; border-radius: 10px; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; white-space: nowrap; scroll-behavior: smooth; gap: 28px; } .up_gal_catalog::-webkit-scrollbar { width: 10px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-track { width: 8px; /* background: #221c22;*/ background: transparent; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-thumb { /*background: #556c65;*/ background-color: rgba(0, 0, 0, 0.3); width: 4px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; margin-top:2px; margin-bottom: 2px; /*box-shadow: inset 0 0 0 2px #221c22;*/ box-shadow: inset 0 0 0 2px #C1ABD4; } .upgal_catalog_1, .downgal_catalog_1{ width: 98%; height: 48%; display: flex; box-sizing: border-box; border: 2px solid #bd97db; /* border: 2px solid #ff4794;*/ border-radius: 10px; justify-content: center; align-items: center; position: relative; cursor: pointer; } .up_gal_catalog_div { position: relative; width: 300px; height: 450px; display: flex; flex-direction: column; border: 0px solid #C1ABD4; border-radius: 10px; justify-content: center; align-items: center; margin: auto; flex-shrink: 0; box-shadow: 0px 0px 2px 2px #C1ABD4; transition: transform 0.4s ease; } .up_gal_catalog_div:hover { transform: scale(1.1); } .additional-content { /*display: none; */ position: absolute; width: 250px; height: 200px; opacity: 0; transition: opacity 0.3s ease; } .up_gal_catalog_div:hover .additional-content { display: flex; position: absolute; border: 2px solid; background-color: rgba(0, 0, 0, 0.5); width: 250px; height: 200px; margin-bottom: 100px; border-radius: 15px; flex-direction: column; align-items: flex-start; padding-top:40px; padding-left: 30px; box-sizing: border-box; font-weight: bold; text-shadow: 2px 2px 5px rgba(255, 0, 0, 0.3), -1px -1px 3px rgba(255, 0, 0, 0.5); opacity: 1; transition: opacity 0.3s ease; transform: scale(1); } .card-image { width: 100%; height: 100%; object-fit: cover; filter: blur(3px); transition: filter 0.3s; border-radius: 10px; opacity: 0.7; } .card-image1 { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; } .overlay1 { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 1); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 10px; } .overlay { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 0.6); /*background-color: rgba(64, 64, 64, 0.6);*/ color: white; display: flex; width: 100px; justify-content: center; align-items: center; margin-top:340px; font-size: 20px; transition: opacity 0.3s; border-radius: 15px; padding-left: 10px; padding-right: 10px; border: 2px solid gray; text-shadow: -1px -2px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000; } </style> <</nobr>>
<<nobr>> /* <div style="position: absolute; z-index:1; width:1050px; margin-left: -95px; height:810px; margin-bottom:-10px; margin-top:-25px; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/College/Sport/Boxing3.jpg"></div> */ /* <div style="position: absolute; z-index:1; width: 100%; height:100%; border-radius: 10px; box-shadow: 0 0 16px 3px #749E9A; border: 2px solid #000; opacity: 0.8; filter: blur(0px); " ><img style=" display:flex; width:100%; height:100%; border-radius: 10px;" src="img/College/Sport/Boxing4.jpg"></div> */ <style> body { background-image: url("img/College/Sport/Boxing1.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } </style> <<Cali_center>> /*<<Perks>>*/ <<script>> if (window.hp_right_card <=0){ setTimeout(function() { hideNotification(); Engine.play('Sex_scene_with_Cali_after_fight'); }, 700); } <</script>> <</nobr>>
<<nobr>> <<widget "Cali_center">> <<set $Cali_health =30>> <div class="center_video_special_effect" id="textContainer" style="display:none;"> <h1 class="fire-text">She Uses An Ability</h1></div> <<Mp4_178_action "College/Sport/Cali/Actions/" 1 5 22>> <div id="notification_guv3" class="notification_guv3"> <img src="img/College/Sport/Cali/1.webp" id="notification_img3"> <button id="hitButton3">Kick!</button> <div id="score3"><div class="info_card_fight_right3"> HP - $Cali_health </div><div class="hp_left3"></div><div class="hp_right3"></div></div> </div> <<script>> $(document).ready(function() { var score3 = 0; window.click_conditions = false; window.enemy1_health = State.variables.Cali_health; const kickSound = new Audio("aud/Sounds/Kick1.mp3"); const kickSound2 = new Audio("aud/Sounds/Kick3.mp3"); window.strength_cali_default =2; var videoElement = document.getElementById("myVideo_22"); videoElement.addEventListener('canplay', function() { window.videoDuration = videoElement.duration; }); /*------------------------------------------------------*/ /*------------------------------------------------------*/ function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min)) + min; } /*------------------------------------------------------*/ /*///////////////////////////////////////////////////////*/ /*------------------------------------------------------*/ /*------------------------------------------------------*/ function showNotification() { var notification = $('#notification_guv3'); notification.addClass('show'); } /*------------------------------------------------------*/ /*///////////////////////////////////////////////////////*/ /*------------------------------------------------------*/ /*------------------------------------------------------*/ function hideNotification() { var notification = $('#notification_guv3'); notification.removeClass('show').addClass('fadeOut'); } /*------------------------------------------------------*/ /*///////////////////////////////////////////////////////*/ /*------------------------------------------------------*/ /*------------------------------------------------------*/ function vibrateImage() { var img = $('#notification_img3'); img.addClass('vibrate'); setTimeout(function() { img.removeClass('vibrate'); }, 500); } /*------------------------------------------------------*/ /*///////////////////////////////////////////////////////*/ /*------------------------------------------------------*/ /*------------------------------------------------------*/ function vibrate1Image() { var img = $('#notification_img3'); img.addClass('vibrate1'); setTimeout(function() { img.removeClass('vibrate1'); }, 1500); } /*------------------------------------------------------*/ /*///////////////////////////////////////////////////////*/ showNotification(); /*////////////////// CLICK ////////////////////////////*/ $('#hitButton3').click(function() { if (window.click_conditions = false) { return; } if ($(this).hasClass('disabled')) { return; } window.click_conditions = true; if ($('#perk1').prop('disabled') && $('#perk2').prop('disabled') && $('#perk3').prop('disabled') && $('#perk4').prop('disabled')&& $('#perk5').prop('disabled')) { return; } $('#hitButton3').prop('disabled', true); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); score3=1; if ( window.first_click_perk1 === true){ window.hp_right_card = window.hp_right_card- score3; var newWidthPercent = (window.hp_right_card / window.enemy1_health) * 100; window.newWidthPercent1 = (1 - window.hp_right_card /window.enemy1_health) * 100; } else { if (window.hp_right_card === undefined){ window.hp_right_card = State.variables.Cali_health; } window.hp_right_card = window.hp_right_card - score3; var newWidthPercent = (window.hp_right_card / window.enemy1_health) * 100; window.newWidthPercent1 = (1 - window.hp_right_card /window.enemy1_health) * 100; } $('.hp_left3').css('width', newWidthPercent + '%'); $('.hp_right3').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right3').text('HP - ' + window.hp_right_card); vibrateImage(); kickSound2.currentTime = 0; kickSound2.play(); window.special_effect = getRandomInt(1, 10); if (window.hp_right_card <=0){ setTimeout(function() { hideNotification(); Engine.play('Sex_scene_with_Cali_after_fight'); }, 700); } /*--------------- special effects ------------------*/ if ( special_effect >2 ){ if (hp_right_card > 0) { setTimeout(function() { kickSound.currentTime = 0; kickSound.play(); }, 500); } setTimeout(function() { vibrate1Image(); }, 500); setTimeout(function() { $('#hitButton3').prop('disabled', false); $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); window.click_conditions = false; }, 1500); } else { if (hp_right_card > 0) { setTimeout(function() { $('#textContainer').show(); $('#textContainer').addClass('show effect'); setTimeout(function() { $('#video_myVideo_22').show(); videoElement.play(); $('#textContainer').hide(); /*------------------------------------------------------*/ setTimeout(function() { $('#video_myVideo_22').css('opacity', '0'); kickSound.currentTime = 0; kickSound.play(); videoElement.pause(); videoElement.currentTime = 0; setTimeout(function() { $('#video_myVideo_22').hide(); $('#hitButton3').prop('disabled', true); $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); $('#video_myVideo_22').css('opacity', '1'); setTimeout(function() { $('#hitButton3').prop('disabled', false); $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); window.click_conditions = false; }, 500 ); }, 300 ); }, videoDuration*1000); /*------------------------------------------------------*/ }, 3000); }, 900); } } /*----------------- END special effects --------------------*/ if (hp_right_card <= 0) { setTimeout(function() { hideNotification(); }, 300); } }); /*///////////////////// END CLICK ////////////////////////////*/ }); <</script>> <style> body { overflow-x: hidden; } .notification_guv3 { display: none; position: absolute; height: 420px; top: 11%; /*left: 51%;*/ margin-left: 302px; width: 260px; background: linear-gradient(180deg, rgba(1,3,68,1) 0%, rgba(98,47,99,1) 100%); padding: 15px; justify-content: center; align-items: center; border-radius: 5px; box-shadow: 0 0 2px 2px #30022e; color: #479DCF; z-index: 1000; opacity: 0; transition: opacity 0.5s ease-in-out; flex-direction: column; box-sizing: border-box; } @media only screen and (min-height:900px) { .notification_guv3 { top: 14%; margin-left: 299px; } } .notification_guv3 img { width: 200px; height: 300px; margin-bottom: 10px; transition: opacity 0.5s ease-in-out; border-radius: 2px; box-shadow: 0 0 3px 3px #000; } .notification_guv3.show { display: flex; opacity: 1; animation: slideIn 0.8s ease-in-out; } @keyframes slideIn { from { opacity: 0; transform: translate(0%, 0%) scale(0.2); } to { opacity: 1; transform: translate(0%, 0%) scale(1); } } .notification_guv3.fadeOut { display: flex; opacity: 1; animation: fadeOut 0.5s ease-in-out forwards; } @keyframes fadeOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: translate(0%, 50%) scale(1); } } #hitButton3 { padding: 10px 20px; background-color: #479DCF; color: #fff; width: 100px; border: none; font-weight: bold; border-radius: 5px; border: 0px solid #000; cursor: pointer; margin-bottom: 10px; text-shadow: 0px 2px 7px #000; box-sizing: border-box; } #score3 { display: flex; flex-direction: row; color: #fff; border: 0px solid white; width:200px; background-color: black; height: 26px; z-index: 1000; box-shadow: 0 0 3px 3px #000; box-sizing: border-box; } .hp_left3 { display: flex; width: 100%; background-color: #d02600; z-index: 1000; box-sizing: border-box; } .hp_right3 { display: flex; width: 0%; background-color: black; z-index: 1000; box-sizing: border-box; } .info_card_fight_right3{ display: flex; position: absolute; z-index: 1001; height: 26px; width:200px; font-size: 16px; font-weight: bold; padding-left: 4px ; padding-right: 4px ; box-sizing: border-box; box-shadow: inset 0 0 5px 1px #928c0b; } @keyframes vibrate { 0% { transform: translateX(-4px); } 25% { transform: translateX(4px); } 50% { transform: translateX(-4px); } 75% { transform: translateX(4px); } 100% { transform: translateX(0); } } .vibrate { animation: vibrate 0.5s ease-in-out; } @keyframes vibrate1 { 0% { transform: translate(0, 0) scale(1); } 30% { transform: translate(-10px, -10px) scale(1.1); } 60% { transform: translate(10px, 10px) scale(1.2); } 100% { transform: translate(0, 0) scale(1); } } .vibrate1 { animation: vibrate1 1.5s ease-in-out; } .center_video_special_effect { display:flex; position: absolute; top: 14%; z-index: 1002; align-items: center; justify-content:center; border: 0px solid red; width: 1050px; margin-left:-95px; transition: opacity 0.5s ease; } /*------------ TEXT SPECIAL EFFECTS ----------------*/ @keyframes flicker { 0%, 100% { text-shadow: 0 0 5px #ff5500, 0 0 10px #ff2200, 0 0 15px #ff0000, 0 0 20px #ff0000, 0 0 25px #ff0000, 0 0 30px #ff7700, 0 0 35px #ff5500; } 50% { text-shadow: 0 0 5px #ff4400, 0 0 10px #ff3300, 0 0 15px #ff2200, 0 0 20px #ff1100, 0 0 25px #ff5500, 0 0 30px #ff4400, 0 0 35px #ff3300; } } .fire-text { font-family: 'Arial', sans-serif; font-size: 48px; color: white; text-shadow: 0 0 5px #ff2200, 0 0 10px #ff1100, 0 0 15px #ff0000, 0 0 20px #ff0000, 0 0 25px #ff0000, 0 0 30px #ff7700, 0 0 35px #ff5500; animation: flicker 1.5s infinite alternate; position: relative; display: inline-block; } .fire-text::before { content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: radial-gradient(circle, rgba(255,87,0,0.6), rgba(255,0,0,0.1)); filter: blur(10px); z-index: -1; background: url('img/Root/fire.gif'); background-size: contain; background-position: center -20px; } #textContainer { opacity: 0; animation: slideInRight 1s ease-out forwards, shake 0.5s ease-in-out 1.2s infinite; } @keyframes slideInRight { 0% { left: 100%; opacity: 0; } 100% { left: 28.8%; opacity: 1; } } @keyframes shake { 0% { transform: translateX(0); } 25% { transform: translateX(-2px); } 50% { transform: translateX(2px); } 75% { transform: translateX(-2px); } 100% { transform: translateX(0); } } .disabled { /*cursor: not-allowed !important;*/ cursor: wait !important; opacity: 0.5; /*pointer-events: none;*/ } .disabled:hover { transform: none; } .perksdiv:hover { cursor: pointer; } </style> <<Perks>> <<HP_BOX "Sex_scene_with_Cali_after_fight" "Sparring_box_1">> <</widget>> <</nobr>>
<<nobr>> <<widget "HP_BOX">> <<set _text_1 to $args[0]>>/* passage, go further if you win */ <<set _text_2 to $args[1]>>/* passage, go if you lose */ <<set _text_3 to $args[2]>>/* */ <div id="text_event_fight_passage" style="display:none ;"><<print _text_1>></div> <div id="text_event_fight_passage2" style="display:none ;"><<print _text_2>></div> <div id="text_event_fight_passage3" style="display: none;"><<print _text_3>></div> <div id="notification_person" class="notification_person"> <div id="score_person"><div class="info_card_fight_right_person"> Person's HP - $person_health</div><div class="hp_left_person"> </div><div class="hp_right_person"></div></div> </div> <<script>> $(document).ready(function() { var textFromScript1 = $('#text_event_fight_passage').text(); var textFromScript2 = $('#text_event_fight_passage2').text(); var textFromScript3 = $('#text_event_fight_passage3').text(); var person_health = State.variables.person_health; var guv_dog_right = State.variables.guv_dog_right; var score = 0; function showNotification() { var notification = $('#notification_person'); notification.addClass('show'); } function hideNotification() { var notification = $('#notification_person'); notification.removeClass('show').addClass('fadeOut'); } function vibrateImage() { var img = $('#score_person'); img.addClass('vibrate'); setTimeout(function() { img.removeClass('vibrate'); }, 500); } showNotification(); /*----------- CLICK 1 BUTTON ---------------------------------------------*/ $('#hitButton').click(function() { score++; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if (score >= 2*textFromScript3) { setTimeout(function() { hideNotification(); State.variables.guv_dog_win = 1; Engine.play(textFromScript1); }, 700); } }); /*-------------------- END click 1 button ----------------------------*/ /*----------- CLICK 2 BUTTON ---------------------------------------------*/ $('#hitButton3').click(function() { if (special_effect >2) { setTimeout(function() { /*------------------------- Time 1 --------------------------*/ score+= strength_cali_default; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if ( window.newWidthPercent1 <= 0) { setTimeout(function() { hideNotification(); State.variables.guv_dog_win = 1; Engine.play(textFromScript1); }, 700); } /*------------------------- END Time 1 --------------------------*/ }, 1800); } else { setTimeout(function() { /*------------------------- Time 2--------------------------*/ score+= strength_cali_default+2; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if ( window.newWidthPercent1 <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript1); }, 700); } /*------------------------- END Time 2 --------------------------*/ },videoDuration*1000+4500); } }); /*-------------------- END click 2 button ----------------------------*/ /*----------- CLICK PERK1 BUTTON ---------------------------------------------*/ $('#perk1').on('click', function() { if (window.click_conditions === true) { return; } setTimeout(function() { /*------------------------- Time 1 --------------------------*/ score+= strength_cali_default; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if ( window.newWidthPercent1 <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript1); }, 700); } /*------------------------- END Time 1 --------------------------*/ }, videoDurationPerk*1000+5500); }); /*----------------- END click perk1 button ------------------------------*/ /*----------- CLICK PERK2 BUTTON ---------------------------------------------*/ $('#perk2').on('click', function() { if (window.click_conditions === true) { return; } setTimeout(function() { /*------------------------- Time 1 --------------------------*/ score+= strength_cali_default; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if ( window.newWidthPercent1 <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript1); }, 700); } /*------------------------- END Time 1 --------------------------*/ }, videoDurationPerk2*1000+5500); }); /*----------------- END click perk2 button ------------------------------*/ /*----------- CLICK PERK3 BUTTON ---------------------------------------------*/ $('#perk3').on('click', function() { if (window.click_conditions === true) { return; } setTimeout(function() { /*------------------------- Time 1 --------------------------*/ score+= strength_cali_default; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if ( window.newWidthPercent1 <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript1); }, 700); } /*------------------------- END Time 1 --------------------------*/ }, videoDurationPerk3*1000+5500); }); /*----------------- END click perk3 button ------------------------------*/ /*----------- CLICK PERK4 BUTTON ---------------------------------------------*/ $('#perk4').on('click', function() { if (window.click_conditions === true) { return; } setTimeout(function() { /*------------------------- Time 1 --------------------------*/ score+= strength_cali_default; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if ( window.newWidthPercent1 <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript1); }, 700); } /*------------------------- END Time 1 --------------------------*/ }, videoDurationPerk4*1000+5500); }); /*----------------- END click perk4 button ------------------------------*/ /*----------- CLICK PERK5 BUTTON ---------------------------------------------*/ $('#perk5').on('click', function() { if (window.click_conditions === true) { return; } setTimeout(function() { /*------------------------- Time 1 --------------------------*/ score+= strength_cali_default; vibrateImage(); var newWidthPercent_person= ( (person_health - score) /person_health ) * 100; var newWidthPercent1_person = (score / person_health )*100; $('.hp_left_person').css('width', newWidthPercent_person +'%'); $('.hp_right_person').css('width', newWidthPercent1_person +'%'); var hp_right_card_person = person_health - score; $('.info_card_fight_right_person').text('HP - ' + hp_right_card_person); vibrateImage(); if (hp_right_card_person <= 0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript2); }, 700); } else if ( window.newWidthPercent1<=0) { setTimeout(function() { hideNotification(); Engine.play(textFromScript1); }, 700); } /*------------------------- END Time 1 --------------------------*/ }, videoDurationPerk5*1000+5500); }); /*----------------- END click perk5 button ------------------------------*/ }); <</script>> <style> .notification_person { display: none; position: absolute; top: 4%; margin-left: 220px; width: 420px; height: 40px; /*background: linear-gradient(180deg, rgba(1,3,68,1) 0%, rgba(98,47,99,1) 100%);*/ justify-content: center; align-items: center; border-radius: 5px; box-shadow: 0 0 2px 2px #30022e; color: #479DCF; z-index: 1000; opacity: 0; transition: opacity 0.5s ease-in-out; flex-direction: column; box-sizing: border-box; } @media only screen and (min-height:900px) { #notification_person { top: 8%; margin-left: 218px; } } .notification_person.show { display: flex; opacity: 1; animation: slideIn 0.8s ease-in-out; } @keyframes slideIn { from { opacity: 0; transform: translate(0%, 0%) scale(0.2); } to { opacity: 1; transform: translate(0%, 0%) scale(1); } } .notification_person.fadeOut { display: flex; opacity: 1; animation: fadeOut 0.5s ease-in-out forwards; } @keyframes fadeOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: translate(0%, 50%) scale(1); } } #score_person { display: flex; flex-direction: row; color: #fff; border: 0px solid black; width:400px; background-color: black; height: 26px; z-index: 1000; box-shadow: 0 0 3px 3px #000; box-sizing: border-box; } .hp_left_person { display: flex; width: 100%; background-color: #d02600; z-index: 1000; box-sizing: border-box; } .hp_right_person { display: flex; width: 0%; background-color: black; z-index: 1000; box-sizing: border-box; } .info_card_fight_right_person{ display: flex; position: absolute; z-index: 1001; height: 26px; width:400px; font-size: 16px; font-weight: bold; padding-left: 4px ; padding-right: 4px ; box-sizing: border-box; box-shadow: inset 0 0 5px 1px #2dfd24; } @keyframes vibrate { 0% { transform: translateX(-4px); } 25% { transform: translateX(4px); } 50% { transform: translateX(-4px); } 75% { transform: translateX(4px); } 100% { transform: translateX(0); } } .vibrate { animation: vibrate 0.5s ease-in-out; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Perks">> <div class="Perk1_text" id="Perk1_text" style="display:none;"><h1 class="fire_text_1">You Use A Perk </h1></div> <<Mp4_178_action "College/Sport/Cali/Actions/" 1 5 22>> <<Mp4_178_action "College/Sport/Cali/BJ1/" 1 11 1>> <<Mp4_178_action "College/Sport/Cali/Anal1/" 1 19 2>> <<Mp4_178_action "College/Sport/Cali/Pussy1/" 1 12 3>> <<Mp4_178_action "College/Sport/Cali/Finger1/" 1 6 4>> <<Mp4_178_action "College/Sport/Cali/Puppet1/" 1 6 5>> <div class="perks"> <<if $perk5 ==1>> <div id="perk1" class="perksdiv"> <img src="img/Perk1.webp"><div id="text_perk">Throat Conqueror</div></div> <</if>> <<if $perk4 ==1>> <div id="perk2" class="perksdiv"><img src="img/Perk2.webp"><div id="text_perk">Backdoor Mastery</div></div> <</if>> <<if $perk3 ==1>> <div id="perk3" class="perksdiv"><img src="img/Perk3.webp"><div id="text_perk">Pussy Whisperer</div></div> <</if>> <<if $perk2 ==1>> <div id="perk4" class="perksdiv"><img src="img/Perk4.webp"><div id="text_perk"> Fingers of Fire</div></div> <</if>> <<if $perk1 ==1>> <div id="perk5" class="perksdiv"> <img src="img/Perk5.jpg"><div id="text_perk"> Puppet Master</div></div> <</if>> </div> <<script>> $(document).ready(function() { var score_perk1 = 0; window.first_click_perk1 = false; const kickSound = new Audio("aud/Sounds/Kick1.mp3"); const kickSound2 = new Audio("aud/Sounds/Kick3.mp3"); var videoElement = document.getElementById("myVideo_1"); var videoElement_perk2 = document.getElementById("myVideo_2"); var videoElement_perk3 = document.getElementById("myVideo_3"); var videoElement_perk4 = document.getElementById("myVideo_4"); var videoElement_perk5 = document.getElementById("myVideo_5"); var videoElement_cali = document.getElementById("myVideo_22"); videoElement_cali.addEventListener('canplay', function() { window.videoDuration_cali = videoElement.duration; }); videoElement.addEventListener('canplay', function() { window.videoDurationPerk = videoElement.duration; }); videoElement_perk2.addEventListener('canplay', function() { window.videoDurationPerk2 = videoElement_perk2.duration; }); videoElement_perk3.addEventListener('canplay', function() { window.videoDurationPerk3 = videoElement_perk3.duration; }); videoElement_perk4.addEventListener('canplay', function() { window.videoDurationPerk4 = videoElement_perk4.duration; }); videoElement_perk5.addEventListener('canplay', function() { window.videoDurationPerk5 = videoElement_perk5.duration; }); /*------------------------------------------------------*/ /*------------------------------------------------------*/ function vibrate1Image() { var img = $('#notification_img3'); img.addClass('vibrate1'); setTimeout(function() { img.removeClass('vibrate1'); }, 1500); } /*------------------------------------------------------*/ /*///////////////////////////////////////////////////////*/ /*------------------------------------------------------*/ /*------------------------------------------------------*/ function showNotification() { var notification = $('.perks'); notification.addClass('show'); } /*------------------------------------------------------*/ /*///////////////////////////////////////////////////////*/ /*------------------------------------------------------*/ /*------------------------------------------------------*/ function vibrateImage() { var img = $('#notification_img3'); img.addClass('vibrate'); setTimeout(function() { img.removeClass('vibrate'); }, 500); } /*------------------------------------------------------*/ /*///////////////////////////////////////////////////////*/ setTimeout(showNotification, 200); /*////////////// CLICK 1 PERK //////////////////////*/ /*-------------- CLICK 1 PERK ---------------------*/ $('#perk1').on('click', function() { if (window.click_conditions === true) { return; } if ($(this).hasClass('disabled')) { return; } if ($('#perk1').prop('disabled') && $('#perk2').prop('disabled') && $('#perk3').prop('disabled') && $('#perk4').prop('disabled')&& $('#perk5').prop('disabled')) { return; } $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); window.first_click_perk1 = true; $('#Perk1_text').show(); $('#Perk1_text').addClass('show effect'); $('#perk1').addClass('disabled'); $('#perk2').addClass('disabled'); $('#perk3').addClass('disabled'); $('#perk4').addClass('disabled'); $('#perk5').addClass('disabled'); setTimeout(function() { $('#video_myVideo_1').show(); videoElement.play(); $('#Perk1_text').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); setTimeout(function() { $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_1').css('opacity', '0'); videoElement.pause(); setTimeout(function() { kickSound2.currentTime = 0; kickSound2.play(); score_perk1 =5; $('#video_myVideo_1').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_1').css('opacity', '1'); if (window.hp_right_card === undefined){ window.hp_right_card = State.variables.Cali_health; } vibrateImage(); window.hp_right_card = window.hp_right_card - score_perk1; var newWidthPercent = (window.hp_right_card / enemy1_health) * 100; var newWidthPercent1 = (1- window.hp_right_card / enemy1_health) * 100; $('.hp_left3').css('width', newWidthPercent + '%'); $('.hp_right3').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right3').text('HP - ' + hp_right_card); videoElement.pause(); videoElement.currentTime = 0; if (window.hp_right_card <=0){ setTimeout(function() { Engine.play('Sex_scene_with_Cali_after_fight'); }, 700); } setTimeout(function() { $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); /*--------------- special effects ------------------*/ if (hp_right_card > 0) { setTimeout(function() { kickSound.currentTime = 0; kickSound.play(); }, 500); } setTimeout(function() { vibrate1Image(); }, 500); setTimeout(function() { $('#hitButton3').prop('disabled', false); $('#hitButton3').prop('disabled', false); $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); }, 1500 +1000); /*------------------------------------------------------------*/ }, 500); }, 300 ); }, videoDurationPerk*1000); }, 3000); }); /*--------------------------------------------------------*/ /*//////////////////// END 1 click ///////////////////////*/ /*////////////// CLICK 2 PERK //////////////////////*/ /*-------------- CLICK 2 PERK ---------------------*/ $('#perk2').on('click', function() { if (window.click_conditions === true) { return; } if ($(this).hasClass('disabled')) { return; } if ($('#perk1').prop('disabled') && $('#perk2').prop('disabled') && $('#perk3').prop('disabled') && $('#perk4').prop('disabled') && $('#perk5').prop('disabled') ) { return; } $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); window.first_click_perk1 = true; $('#Perk1_text').show(); $('#Perk1_text').addClass('show effect'); $('#perk1').addClass('disabled'); $('#perk2').addClass('disabled'); $('#perk3').addClass('disabled'); $('#perk4').addClass('disabled'); $('#perk5').addClass('disabled'); setTimeout(function() { $('#video_myVideo_2').show(); videoElement_perk2.play(); $('#Perk1_text').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); setTimeout(function() { $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_2').css('opacity', '0'); videoElement_perk2.pause(); setTimeout(function() { kickSound2.currentTime = 0; kickSound2.play(); score_perk1 =4; $('#video_myVideo_2').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_2').css('opacity', '1'); if (window.hp_right_card === undefined){ window.hp_right_card = State.variables.Cali_health; } vibrateImage(); window.hp_right_card = window.hp_right_card - score_perk1; var newWidthPercent = (window.hp_right_card / enemy1_health) * 100; var newWidthPercent1 = (1- window.hp_right_card / enemy1_health) * 100; $('.hp_left3').css('width', newWidthPercent + '%'); $('.hp_right3').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right3').text('HP - ' + hp_right_card); videoElement_perk2.pause(); videoElement_perk2.currentTime = 0; if (window.hp_right_card <=0){ setTimeout(function() { Engine.play('Sex_scene_with_Cali_after_fight'); }, 700); } setTimeout(function() { $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#hitButton3').prop('disabled', false); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); /*--------------- special effects ------------------*/ if (hp_right_card > 0) { setTimeout(function() { kickSound.currentTime = 0; kickSound.play(); }, 500); } setTimeout(function() { vibrate1Image(); }, 500); setTimeout(function() { $('#hitButton3').prop('disabled', false); $('#hitButton3').prop('disabled', false); $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); }, 1500 +1000); /*------------------------------------------------------------*/ }, 500 ); }, 300 ); }, videoDurationPerk2*1000); }, 3000); }); /*--------------------------------------------------------*/ /*//////////////////// END 2 click ///////////////////////*/ /*////////////// CLICK 3 PERK //////////////////////*/ /*-------------- CLICK 3 PERK ---------------------*/ $('#perk3').on('click', function() { if (window.click_conditions === true) { return; } if ($(this).hasClass('disabled')) { return; } if ($('#perk1').prop('disabled') && $('#perk2').prop('disabled') && $('#perk3').prop('disabled') && $('#perk4').prop('disabled') && $('#perk5').prop('disabled') ) { return; } $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); window.first_click_perk1 = true; $('#Perk1_text').show(); $('#Perk1_text').addClass('show effect'); $('#perk1').addClass('disabled'); $('#perk2').addClass('disabled'); $('#perk3').addClass('disabled'); $('#perk4').addClass('disabled'); $('#perk5').addClass('disabled'); setTimeout(function() { $('#video_myVideo_3').show(); videoElement_perk3.play(); $('#Perk1_text').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); setTimeout(function() { $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_3').css('opacity', '0'); videoElement_perk3.pause(); setTimeout(function() { kickSound2.currentTime = 0; kickSound2.play(); score_perk1 =3; $('#video_myVideo_3').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_3').css('opacity', '1'); if (window.hp_right_card === undefined){ window.hp_right_card = State.variables.Cali_health; } vibrateImage(); window.hp_right_card = window.hp_right_card - score_perk1; var newWidthPercent = (window.hp_right_card / enemy1_health) * 100; var newWidthPercent1 = (1- window.hp_right_card / enemy1_health) * 100; $('.hp_left3').css('width', newWidthPercent + '%'); $('.hp_right3').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right3').text('HP - ' + hp_right_card); videoElement_perk3.pause(); videoElement_perk3.currentTime = 0; if (window.hp_right_card <=0){ setTimeout(function() { Engine.play('Sex_scene_with_Cali_after_fight'); }, 700); } setTimeout(function() { $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#hitButton3').prop('disabled', false); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); /*--------------- special effects ------------------*/ if (hp_right_card > 0) { setTimeout(function() { kickSound.currentTime = 0; kickSound.play(); }, 500); } setTimeout(function() { vibrate1Image(); }, 500); setTimeout(function() { $('#hitButton3').prop('disabled', false); $('#hitButton3').prop('disabled', false); $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); }, 1500 +1000); /*------------------------------------------------------------*/ }, 500 ); }, 300 ); }, videoDurationPerk3*1000); }, 3000); }); /*--------------------------------------------------------*/ /*//////////////////// END 3 click ///////////////////////*/ /*////////////// CLICK 4 PERK //////////////////////*/ /*-------------- CLICK 4 PERK ---------------------*/ $('#perk4').on('click', function() { if (window.click_conditions === true) { return; } if ($(this).hasClass('disabled')) { return; } if ($('#perk1').prop('disabled') && $('#perk2').prop('disabled') && $('#perk3').prop('disabled') && $('#perk4').prop('disabled') && $('#perk5').prop('disabled') ) { return; } $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); window.first_click_perk1 = true; $('#Perk1_text').show(); $('#Perk1_text').addClass('show effect'); $('#perk1').addClass('disabled'); $('#perk2').addClass('disabled'); $('#perk3').addClass('disabled'); $('#perk4').addClass('disabled'); $('#perk5').addClass('disabled'); setTimeout(function() { $('#video_myVideo_4').show(); videoElement_perk4.play(); $('#Perk1_text').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); setTimeout(function() { $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_4').css('opacity', '0'); videoElement_perk4.pause(); setTimeout(function() { kickSound2.currentTime = 0; kickSound2.play(); score_perk1 =2; $('#video_myVideo_4').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_4').css('opacity', '1'); if (window.hp_right_card === undefined){ window.hp_right_card = State.variables.Cali_health; } vibrateImage(); window.hp_right_card = window.hp_right_card - score_perk1; var newWidthPercent = (window.hp_right_card / enemy1_health) * 100; var newWidthPercent1 = (1- window.hp_right_card / enemy1_health) * 100; $('.hp_left3').css('width', newWidthPercent + '%'); $('.hp_right3').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right3').text('HP - ' + hp_right_card); videoElement_perk4.pause(); videoElement_perk4.currentTime = 0; if (window.hp_right_card <=0){ setTimeout(function() { Engine.play('Sex_scene_with_Cali_after_fight'); }, 700); } setTimeout(function() { $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#hitButton3').prop('disabled', false); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); /*--------------- special effects ------------------*/ if (hp_right_card > 0) { setTimeout(function() { kickSound.currentTime = 0; kickSound.play(); }, 500); } setTimeout(function() { vibrate1Image(); }, 500); setTimeout(function() { $('#hitButton3').prop('disabled', false); $('#hitButton3').prop('disabled', false); $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); }, 1500 +1000); /*------------------------------------------------------------*/ }, 500 ); }, 300 ); }, videoDurationPerk4*1000); }, 3000); }); /*--------------------------------------------------------*/ /*//////////////////// END 4 click ///////////////////////*/ /*////////////// CLICK 5 PERK //////////////////////*/ /*-------------- CLICK 5 PERK ---------------------*/ $('#perk5').on('click', function() { if (window.click_conditions === true) { return; } if ($(this).hasClass('disabled')) { return; } if ($('#perk1').prop('disabled') && $('#perk2').prop('disabled') && $('#perk3').prop('disabled') && $('#perk4').prop('disabled') && $('#perk5').prop('disabled') ) { return; } $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); window.first_click_perk1 = true; $('#Perk1_text').show(); $('#Perk1_text').addClass('show effect'); $('#perk1').addClass('disabled'); $('#perk2').addClass('disabled'); $('#perk3').addClass('disabled'); $('#perk4').addClass('disabled'); $('#perk5').addClass('disabled'); setTimeout(function() { $('#video_myVideo_5').show(); videoElement_perk5.play(); $('#Perk1_text').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); setTimeout(function() { $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_5').css('opacity', '0'); videoElement_perk5.pause(); setTimeout(function() { kickSound2.currentTime = 0; kickSound2.play(); score_perk1 =2; $('#video_myVideo_5').hide(); $('#perk1').prop('disabled', true); $('#perk2').prop('disabled', true); $('#perk3').prop('disabled', true); $('#perk4').prop('disabled', true); $('#perk5').prop('disabled', true); $('#hitButton3').prop('disabled', true); $('#video_myVideo_5').css('opacity', '1'); if (window.hp_right_card === undefined){ window.hp_right_card = State.variables.Cali_health; } vibrateImage(); window.hp_right_card = window.hp_right_card - score_perk1; var newWidthPercent = (window.hp_right_card / enemy1_health) * 100; var newWidthPercent1 = (1- window.hp_right_card / enemy1_health) * 100; $('.hp_left3').css('width', newWidthPercent + '%'); $('.hp_right3').css('width', newWidthPercent1 + '%'); $('.info_card_fight_right3').text('HP - ' + hp_right_card); videoElement_perk5.pause(); videoElement_perk5.currentTime = 0; if (window.hp_right_card <=0){ setTimeout(function() { Engine.play('Sex_scene_with_Cali_after_fight'); }, 700); } setTimeout(function() { $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#hitButton3').prop('disabled', false); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); /*--------------- special effects ------------------*/ if (hp_right_card > 0) { setTimeout(function() { kickSound.currentTime = 0; kickSound.play(); }, 500); } setTimeout(function() { vibrate1Image(); }, 500); setTimeout(function() { $('#hitButton3').prop('disabled', false); $('#hitButton3').prop('disabled', false); $('#perk1').removeClass('disabled'); $('#perk2').removeClass('disabled'); $('#perk3').removeClass('disabled'); $('#perk4').removeClass('disabled'); $('#perk5').removeClass('disabled'); $('#perk1').prop('disabled', false); $('#perk2').prop('disabled', false); $('#perk3').prop('disabled', false); $('#perk4').prop('disabled', false); $('#perk5').prop('disabled', false); }, 1500 +1000); /*------------------------------------------------------------*/ }, 500 ); }, 300 ); }, videoDurationPerk5*1000); }, 3000); }); /*--------------------------------------------------------*/ /*//////////////////// END 5 click ///////////////////////*/ }); <</script>> <style> .perks { width: 1040px; height: 170px; position: absolute; top: 74%; border: 1.5px solid #ffe400; margin-left: -90px; opacity: 0; justify-content: center; align-items: center; gap: 13px; background-color: rgba(0, 0, 0, 0.8); border-radius: 15px; box-shadow: 0 0 5px 3px #ffb900; } @media only screen and (min-height:900px) { .perks { top: 72%; } } .perksdiv { position: relative; width: 190px; height: 150px; border: 2px solid #ff00dc; transition: transform 0.3s ease, font-size 0.3s ease; font-size: 16px; border-radius: 6px; overflow: hidden; } .perksdiv:hover { transform: scale(1.06); font-size: 19px; /* cursor: pointer;*/ } .perks.show { display: flex; opacity: 1; animation: slideInLeft 0.8s ease-in-out; } @keyframes slideInLeft { 0% { left: -1100px; opacity: 0; } 100% { left: 28.8%; opacity: 1; } } .Perk1_text { display:flex; position: absolute; top: 14%; z-index: 1002; align-items: center; justify-content:center; border: 0px solid red; width: 1050px; margin-left:-95px; transition: opacity 0.5s ease; } @media only screen and (min-height:900px) { .Perk1_text { margin-left: -85px; } } #perk1 img{ display: flex; width: 100%; height: 100%; } #perk2 img{ display: flex; width: 100%; height: 100%; } #perk3 img{ display: flex; width: 100%; height: 100%; } #perk4 img{ display: flex; width: 100%; height: 100%; } #perk5 img{ display: flex; width: 100%; height: 100%; } /*------------ TEXT SPECIAL EFFECTS ----------------*/ @keyframes flicker_1 { 0%, 100% { text-shadow: 0 0 5px #00ffea, 0 0 10px #0078ff, 0 0 15px #1f11ff, 0 0 20px #9c00ff, 0 0 25px #ff00ff, 0 0 30px #ff00e1, 0 0 35px #00ffe4; } 50% { text-shadow: 0 0 5px #00caff, /* Deep sky blue */ 0 0 10px #2200ff, /* Vivid blue */ 0 0 15px #5a00ff, /* Deep purple */ 0 0 20px #ff00ff, /* Magenta */ 0 0 25px #ff008d, /* Hot pink */ 0 0 30px #00ffea, /* Cyan */ 0 0 35px #00caff; /* Lighter sky blue */ } } .fire_text_1 { font-family: 'Arial', sans-serif; font-size: 48px; color: #1f11ff; text-shadow: 0 0 5px #1f11ff, /* Base blue */ 0 0 10px #0078ff, /* Electric blue */ 0 0 15px #00ffea, /* Bright cyan */ 0 0 20px #9c00ff, /* Purple */ 0 0 25px #ff00ff, /* Magenta */ 0 0 30px #ff00e1, /* Pinkish purple */ 0 0 35px #00ffe4; /* Cyan-green glow */ animation: flicker_1 1.5s infinite alternate; position: relative; display: inline-block; } .fire_text_1::before { content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: radial-gradient(circle, rgba(255,87,0,0.6), rgba(255,0,0,0.1)); filter: blur(10px); z-index: -1; background-size: contain; background-position: center -20px; } #Perk1_text { opacity: 0; animation: slideInRight 1s ease-out forwards, shake 0.5s ease-in-out 1.2s infinite; } @keyframes slideInRight { 0% { left: 100%; opacity: 0; } 100% { left: 28.8%; opacity: 1; } } #text_perk { position: absolute; width: 100%; top: 8%; font-size:17px; text-align: center; font-weight: bold; color: #946e07; /* font-family: 'Verdana', sans-serif; color: #ff0066; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 0 5px #ff99cc, 0 0 10px #ff66ff, 0 0 15px #cc33ff, 0 0 20px #9900ff, 2px 2px 5px rgba(0, 0, 0, 0.5); /*background: linear-gradient(45deg, #ff0066, #ff6600, #ffcc00); background-clip: text; */ background-color: rgba(0, 0, 0, 0.1); -webkit-background-clip: text; color: transparent; animation: glow 1.5s infinite alternate ease-in-out; */ font-family: 'Verdana', sans-serif; color: #ff0066; /* Main text color */ text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 0 5px #ff99cc, /* Light pink glow */ 0 0 10px #ff66ff, /* Vivid magenta */ 0 0 15px #cc33ff, /* Deep purple */ 0 0 20px #9900ff, /* Dark purple core */ 2px 2px 4px rgba(0, 0, 0, 0.85); /* Strong black shadow for contrast */ border: 0px solid rgba(255, 255, 255, 0.8); /* Light border for separation */ padding: 5px; /* Ensures text isn't too tight */ animation: glow 1.5s infinite alternate ease-in-out; } /* @keyframes glow { 0% { text-shadow: 0 0 5px #ff99cc, 0 0 10px #ff66ff, 0 0 15px #cc33ff, 0 0 20px #9900ff, 2px 2px 5px rgba(0, 0, 0, 0.5); } 100% { text-shadow: 0 0 10px #ff33cc, 0 0 20px #ff00ff, 0 0 25px #cc00ff, 0 0 30px #6600ff, 2px 2px 5px rgba(0, 0, 0, 0.8); } } */ @keyframes glow { 0% { text-shadow: 0 0 5px #ff99cc, 0 0 10px #ff66ff, 0 0 15px #cc33ff, 0 0 20px #9900ff, 2px 2px 4px rgba(0, 0, 0, 0.85); /* Keep black shadow strong */ } 100% { text-shadow: 0 0 10px #ff33cc, 0 0 20px #ff00ff, 0 0 25px #cc00ff, 0 0 30px #6600ff, 2px 2px 4px rgba(0, 0, 0, 0.85); } } .disabled { /*cursor: not-allowed !important;*/ cursor: wait !important; opacity: 0.5; /*pointer-events: none;*/ } .disabled:hover { transform: none; } .perksdiv:hover { cursor: pointer; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Dots">> <<script>> function startAnimation() { const dots = document.getElementById('loading-dots'); dots.classList.remove('stop-animation'); setTimeout(function() { dots.classList.add('stop-animation'); }, 3000); } <</script>> <div class="content_text_visual_1" id="animated" > <div class="content_text_1"> <div id="loading-dots" class="dots"> <span></span> <span></span> <span></span> </div> </div> </div> <style> .dots { display: flex; justify-content: center; align-items: center; } .dots span { width: 10px; height: 10px; margin: 0 5px; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%; opacity: 0; animation: blink 1.5s infinite ease-in-out both; } .dots span:nth-child(1) { animation-delay: 0s; } .dots span:nth-child(2) { animation-delay: 0.3s; } .dots span:nth-child(3) { animation-delay: 0.6s; } @keyframes blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } .stop-animation span { animation: none; opacity: 1; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Dots1">> <div class="content_text_visual_1" id="animated" style="background-color: transparent; border: none;"> <div class="content_text_1" style="background-color: transparent; border: none; box-shadow: 0 0 0px rgba(0, 0, 0, 0);"> <div id="loading-dots" class="dots"> <span></span> <span></span> <span></span> </div> </div> </div> <<script>> setTimeout(function() { const dots = document.getElementById('loading-dots'); dots.classList.add('stop-animation'); }, 3600); <</script>> <style> .dots { display: flex; justify-content: center; align-items: center; } .dots span { width: 10px; height: 10px; margin: 0 5px; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%; opacity: 0; animation: blink 1.5s infinite ease-in-out both; } .dots span:nth-child(1) { animation-delay: 0s; } .dots span:nth-child(2) { animation-delay: 0.3s; } .dots span:nth-child(3) { animation-delay: 0.6s; } @keyframes blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } .stop-animation span { animation: none; opacity: 1; } </style> <</widget>> <</nobr>>
<<nobr>> <<if $veronica_laptop1_hack !=1>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Your_room/hacking" "cell_center" >> <<if $prog_skill >=30 >> <<timed 1500ms>> <br><<InsertText_Size_animated "You managed to hack Veronica's laptop">> <<timed 1000ms>> <<set $veronica_laptop1_hack =1>> <<Back1 "Inventory">> <</timed>> <</timed>> <<else>> <<timed 1500ms>> <br><<Text "You failed to hack the laptop">> <<timed 1000ms>> <br><<Yellow "You need to improve your programming skills to 30 and above">> <<Back1 "Inventory">> <</timed>> <</timed>> <</if>> <<elseif $veronica_laptop1_hack ==1>> <br><br><br><br><br> <<Text "You've already hacked Veronica's laptop">> <<Back1 "Inventory">> <</if>> <</nobr>>
<<nobr>> <div class="gal_con_1"> /*---------------- Inside gallery---------------*/ /*------------------ Catalog -------------------*/ <div class="gal_catalog_1"> /*------------------ Catalog UPPER-------------------*/ <div class="up_gal_catalog"> /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div"> /*--------------------------------------------------------------------*/ <div class="upgal_catalog_1"> <<if $event_veronica[18].quantity !=1>> <img src="img/Veronica/Bj_yr/SCENE_YR_BJ1.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<else>> <img id="SCENE_YR_BJ1" src="img/Veronica/Bj_yr/SCENE_YR_BJ1.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ <div class="downgal_catalog_1"> <<if $event_veronica[19].quantity !=1>> <img src="img/Veronica/Bj_yr2/SCENE_YR_BJ2.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<elseif $event_veronica[18].quantity ==1>> <img id="SCENE_YR_BJ2" src="img/Veronica/Bj_yr2/SCENE_YR_BJ2.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ </div> /*//////////////////////////// END /////////////////////////////////////////*/ /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div"> /*----------------------------------------------------------------------------*/ <div class="upgal_catalog_1"> <<if $event_mom[20].quantity !=1>> <img src="img/Veronica/Bj_yr3/SCENE_YR_BJ3.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<else>> <img id="SCENE_YR_BJ3" src="img/Veronica/Bj_yr3/SCENE_YR_BJ3.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ <div class="downgal_catalog_1"> <<if $event_veronica[21].quantity !=1>> <img src="img/Veronica_room/VRT/Scene1/VRT2.jpg" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<else>> <img id="VRT_SCENE1" src="img/Veronica_room/VRT/Scene1/VRT4.jpg" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ </div> /*//////////////////////////// END /////////////////////////////////////////*/ <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> </div> </div> <br> <div class="cell_1_yr" style="border:0px solid; margin-top:3px; height: 30px;position: relative; z-index: 3"> <div id="button_info_ch" style="position: relative; z-index: 3; margin-top:0px; cursor: pointer; height: 30px; background-color: rgba(0, 0, 0, 0.7);"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "button_info_ch" "Veronica">><</ClickContainerById>> /*----------------- BONUS SCENE --------------------------*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "SCENE_YR_BJ1" "SCENE_YR_BJ1">><</ClickContainerById>> <<ClickContainerById "SCENE_YR_BJ2" "SCENE_YR_BJ2">><</ClickContainerById>> <<ClickContainerById "SCENE_YR_BJ3" "SCENE_YR_BJ3">><</ClickContainerById>> <<ClickContainerById "VRT_SCENE1" "VRT_SCENE1">><</ClickContainerById>> <<else>> <<ClickContainerById "SCENE_YR_BJ1" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "SCENE_YR_BJ2" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "SCENE_YR_BJ3" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "VRT_SCENE1" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "Mom_punish_you_enough_scene" "Supporter_scenes">><</ClickContainerById>> <</if>> <style> .gal_con_1 { position: relative; /*border: 2px solid #fcbd07;*/ width: 1090px; height: 823px; margin-left: -112px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: -32px; margin-bottom: -50px; border-radius: 10px; box-shadow: 0px 0px 10px 2px #749E9A; border: 2px solid #a39b86; /*box-shadow: inset 0 0 5px 1px white, 0 0 10px 2px white;*/ z-index:3; } .gal_con_1::before { position: absolute; content: ''; background-image: url('img/Veronica/Veronica_gal1.webp'); background-size: cover; background-position: center; width: 100%; height: 100%; z-index: 2; border-radius: 10px; } .gal_catalog_1{ position: relative; width: 94%; height: 70%; display: flex; flex-direction: column; border: 0px solid white; border-radius: 10px; margin-top: 4px; margin-right:1px; box-shadow: 0 0 2px 1px white; z-index:3; background-color: rgba(0, 0, 0, 0.7); justify-content: center; margin-top: -40px; } .up_gal_catalog{ width: 100%; height: 100%; display: flex; text-align: center; border: 1px solid green; border-radius: 10px; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; white-space: nowrap; scroll-behavior: smooth; } .up_gal_catalog::-webkit-scrollbar { width: 10px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-track { width: 8px; /* background: #221c22;*/ background: transparent; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-thumb { /*background: #556c65;*/ background-color: rgba(0, 0, 0, 0.3); width: 4px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; margin-top:2px; margin-bottom: 2px; /*box-shadow: inset 0 0 0 2px #221c22;*/ box-shadow: inset 0 0 0 2px #C1ABD4; } .upgal_catalog_1, .downgal_catalog_1{ width: 98%; height: 48%; display: flex; box-sizing: border-box; border: 2px solid #bd97db; /* border: 2px solid #ff4794;*/ border-radius: 10px; justify-content: center; align-items: center; position: relative; cursor: pointer; } .up_gal_catalog_div { width: 30%; height: 80%; display: flex; flex-direction: column; gap: 10px; border: 0px solid #C1ABD4; border-radius: 10px; justify-content: center; align-items: center; margin: auto; margin-left: 10px; margin-right: 10px; flex-shrink: 0; box-shadow: 0px 0px 2px 2px #C1ABD4; } .card-image { width: 100%; height: 100%; object-fit: cover; filter: blur(3px); transition: filter 0.3s; border-radius: 10px; opacity: 0.7; } .card-image1 { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; } .overlay1 { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 1); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 10px; } .overlay { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 0.5); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 15px; padding-left: 10px; padding-right: 10px; border: 1px solid black; text-shadow: -1px -2px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000; } </style> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Veronica/Bj_yr/" "cell_center">> <br><<Text_animated_face Veronica "Hi $name_person, you know, I would like to ask you something">> <br><<Text_animated_face_person "<span>Hi, what is it? <br><i>( I know, she has to come sometime )</i></span>">> <br><<Text_animated_face Veronica "Hmm... about something, umm... you know, I think about it a lot">> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr/" 2 2>> <br><<Text_animated_face_person "About what, Veronica?">> <br><<Text_animated_face Veronica "I want to see your cock, will you show it to me?">> <br><<Text_animated_face_person "Wow, and what do you plan to do with it?">> <br><<Text_animated_face Veronica "Lately, I've been getting wet just thinking about a cock, and I'd like to caress it in person">> <br><<Webp_between_text_random_178 "Veronica/Bj_yr/" 3 3>> <br><<Text_animated_face_person "That's so explicit...sis">> <br><<Text_animated_face Veronica "<span>I know...<i>( she takes out your cock )</i></span>">> <br><<Webp_between_text_random_178 "Veronica/Bj_yr/" 4 4>> <br><<Text_animated_face Veronica "Giggle... It's so nice">> <br><<linkappend "<<Text_animated_face Veronica 'Come to me'>>">> <br><<Mp4_178 "Veronica/Bj_yr/" 5 5 1>> <br><<Text_animated_face Veronica "Your cock tastes so good, brother... mmm... I imagined it just like this">> <br><<linkappend "<<Text_animated_face Veronica 'I want you more'>>">> <br><<Mp4_178 "Veronica/Bj_yr/" 6 6 2>> <br><<Text_animated_face Veronica "It's so arousing to realize that I'm sucking my brother">> <br><<linkappend "<<Text_animated_face Veronica 'Am I doing everything right?'>>">> <br><<Mp4_178 "Veronica/Bj_yr/" 7 7 3>> <br><<Text_animated_face_person "Oh yes... yeah my sister">> <<timed 2000ms>> <br><<Mp4_178 "Veronica/Bj_yr/" 8 8 4>> <br><<linkappend "<<Text_animated_face_person 'Fuck, Veronica...ahh...'>>">> <br><<Mp4_178 "Veronica/Bj_yr/" 9 9 5>> <br><<Text_animated_face_person "I'm going to cum now">> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr/" 10 10>> <br><<Webp_between_text_random_178 "Veronica/Bj_yr/" 11 11>> <br><<Text_animated_face Veronica "<span>Wow, so much sperm, mmm...thanks my brother... <br> <i>( She quickly ran away )</i></span>">> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Veronica's obedience <<Green_text 'increased'>>">> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <<Back1 "Veronica_scenes">> <<set $veronica_yr_bj1 =1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Veronica/Bj_yr2/" "cell_center" >> <br><<Text_animated_face Veronica "Hey $name_person, I hope you're not busy">> <br><<Text_animated_face_person "What's up?">> <br><<Text_animated_face Veronica "Oh, nothing, I just miss your cock">> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 2 2>> <br><<linkappend "<<Text_animated_face Veronica 'Will you give it to me... I want to see it'>>">> <br><<Mp4_178 "Veronica/Bj_yr2/" 3 3 1>> <br><<InsertText_Size_animated "She quickly rushes towards you and starts engulfing your cock">> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 4 4>> <br><<linkappend "<<Text_animated_face Veronica 'I missed it so much'>>">> <br><<Mp4_178 "Veronica/Bj_yr2/" 5 5 2>> <br><<Text_animated_face Veronica "Lie down on the bed, brother. I'll pleasure you. Enjoy this">> <br><<linkappend "<<InsertText_Size_animated 'Lie down'>>">> <br><<Mp4_178 "Veronica/Bj_yr2/" 6 6 3>> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 7 7>> <br><<linkappend "<<Text_animated_face_person 'Oh my, she is so good at it...'>>">> <br><<Mp4_178 "Veronica/Bj_yr2/" 8 8 4>> <br><<Text_animated_face Veronica "Mmm...mmffhfh">> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 9 9>> <br><<linkappend "<<Text_animated_face Veronica 'I am so horny... mmm...'>>">> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr2/" 10 10>> <br><<InsertText_Size_animated "You are cumming in her face">> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Veronica/Bj_yr/" 10 10>> <br><<Text_animated_face Veronica "<span>I keep thinking more and more about your cock, my dear brother... thank you... <br> <i>( She quickly ran away )</i></span>">> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Veronica's obedience <<Green_text 'increased'>>">> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <<Back1 "Veronica_scenes">> <<set $veronica_yr_bj2 =1>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 1 1 "Veronica/Bj_yr3/" "cell_center">> <br><<Text_animated_face Veronica "Hello, my dear brother...">> <br><<Text_animated_face Veronica "I came to thank you for the gift...">> <br><<Text_animated_face Veronica "Thanks to your care, I am getting better and better. Look at my ass... giggles">> <br><<Webp_between_text_random_178 "Veronica/Bj_yr3/" 2 2>> <br><<Text_animated_face Veronica "Spank me, please">> <br><<Webp_between_text_random_11 "Veronica/Bj_yr3/" 3 3>> <br><<Text_animated_face Veronica "Mmm....">> <br><<Text_animated_face Veronica "It's all your energy. Don't think I don't realize how our lives are changing around us, how my image is changing">> <br><<Webp_between_text_random_178 "Veronica/Bj_yr3/" 4 4>> <br><<Text_animated_face Veronica "Do you like it... ah... shh, don't say anything, I'll do everything myself... baby">> <br><<Mp4_178 "Veronica/Bj_yr3/" 5 5 1>> <br><<linkappend "<<InsertText_Size_animated 'She starts sucking your cock through your underwear'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 6 6 2>> <br><<Text_animated_face Veronica "Come to me... baby">> <<timed 2500ms>> <br><<Mp4_178 "Veronica/Bj_yr3/" 7 7 3>> <br><<linkappend "<<InsertText_Size_animated 'She takes your cock deeper into her well-trained throat'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 8 8 4>> <br><<Text_animated_face Veronica "<span><i>( Fuck, I really want him to put that cock inside me.... )</i></span>">> <br><<Text_animated_face Veronica "<span><i>( But I'm not ready for this yet... )</i></span>">> <<timed 2500ms>> <br><<Mp4_178 "Veronica/Bj_yr3/" 9 9 5>> <br><<linkappend "<<Text_animated_face Veronica 'Its so hard and tasty... Im ready to suck it forever until my little mouth gets tired'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 10 10 6>> <br><<InsertText_Size_animated "Her playful ass is just begging to be reached someday">> <br><<Mp4_178 "Veronica/Bj_yr3/" 11 11 7>> <br><<linkappend "<<Text_animated_face Veronica 'She sucks your balls and twirls in front of you like grateful bitch'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 12 12 8>> <br><<linkappend "<<Text_animated_face Veronica 'I want your cum'>>">> <br><<Mp4_178 "Veronica/Bj_yr3/" 13 13 9>> <br><<Text_animated_face Veronica "Cum on my face, let me taste it, please">> <<timed 3000ms>> <br><<Mp4_178 "Veronica/Bj_yr3/" 14 14 10>> <br><<InsertText_Size_animated "Veronica's corruption <<Green_text 'increased'>>">> <br><<InsertText_Size_animated "Veronica's obedience <<Green_text 'increased'>>">> <<set $event_veronica[20].quantity =1>> <<Back1 "Veronica_scenes">> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</timed>> <</linkappend>> <<set $veronica_yr_bj3 =1>> <</nobr>>
<<nobr>> <<widget "Face_twine">> <div class="your_room" style="border: 0px solid;"> <div class="cell_1_yr" style="border: 0px solid green;"> <div class="container_face1" id="Talk_bpc_mom"> <div class="french mom" id="container_face2"></div> <div class="name_container_face1">Mom</div> </div> /* <div class="container_face1" id="Talk_bpc_mom"> <div class="french mom" id="container_face2"></div> <div class="name_container_face1">Mom</div> </div> */ /* <div class="container_face1" id="Talk_bpc_mom"> <div class="french mom" id="container_face2"></div> <div class="name_container_face1">Mom</div> </div> */ /* <div class="container_face1" id="Talk_bpc_mom"> <div class="french mom" id="container_face2"></div> <div class="name_container_face1">Mom</div> </div> */ </div> </div> <<RandomImageOnlyJpgContainer_persons 1 1 "Mom/mom_face" "mom">> <style> .container_face1 { display: flex; justify-content: center; align-items: center; width:200px !important; padding: 0px; margin: 0px; border: 2px solid yellow; } #container_face2 { display: flex; width: 90px; box-shadow: 0 0 0px 0px #000; margin-right: -4px; margin-left: 0px; border-right: 0px solid #666; border-left: 0px solid #666; border-radius: 0px; border-right: 1px solid #666; margin-top: 3px; margin-bottom: 3px; } .name_container_face1 { padding: 0px; margin: 0px; display: flex; box-shadow: 0 0 0px 0px #000 !important; border-left: 0px solid #666; border-right: 0px solid #666; } </style> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_College_Boxing">> <<set _day1_conditions = { 1: 0, 2: 31, 3: 36, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 35, 3: 35, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 34, 3: 31, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 32, 3: 33, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 33, 3: 36, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6>> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<if $money >= 800>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<Mp4_center 1 2 "College/Sport/Richelle/" "cell_center">> <<timed 1000ms>> <br><<Text "The voluptuous, sexy boxing trainer loves sharpening her techniques during her steamy private sessions">> <</timed>> <<timed 1800ms>> <br> <div class="your_room" id="animated"> <div class="cell_1_yr" style="width: 64%;"> <div id="Train_more_boxing_richelle1"><span>Train More (Combat-Skill <span style='color: green;'>+4</span>, Money <span style="color: red;">- 800$</span>)</span></div> </div> </div> <<ClickContainerById "Train_more_boxing_richelle1" "Train_more_boxing_richelle1_after">><</ClickContainerById>> <</timed>> <<timed 2300ms>> <<Back1 "Boxing_section">> <</timed>> <<set $energy -=3>> <<set $day_time ++>> <<set $money -= 500>> <<Not_top_plus Combat-Skill 4>> <<set $combat_skill +=4>> <<else>> <br><br><br><br><br> <<Text "You don't have enough energy">> <<Back1 "Boxing_section">> <</if>> <<else>> <br><br><br><br><br> <<Text "You don't have enough money to take a class from her">> <<Back1 "Boxing_section">> <</if>> <</nobr>>
<<nobr>> <div class="header" style=""> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> /*<<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>>*/ <<if $day_time <=4>> <<RandomImageOnlyWebp1 1 1 "Park/Park" "cell_center">> <br><<Text "You are in a park <br> People often come here to relax and engage in various physical activities: some are jogging, others are cycling, and some are having picnics on the grassy lawns...">> <br><<Text "<span style='color:red; font-size: 14px;'> There are no active quests for this version of the game yet</span>">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Relax_park">Relax</div> <div id="Relax_walk">Walk around </div> </div> </div> <<elseif $day_time>=5>> <<RandomImageOnlyWebp1 1 1 "Park/Park_night" "cell_center">> <br><<Text "At night, the park appears empty and mysterious, shrouded in a light mist">> <</if>> <<Back1 "Street">> <<ClickContainerById "Relax_park" "Relax_park">> <</ClickContainerById>> <<ClickContainerById "Relax_walk" "Relax_walk">> <</ClickContainerById>> <</nobr>>
<<nobr>> <div class="header" style=""> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<set _random_gif to random(1,18)>> <<if _random_gif ==1 >> <<replaceClass "cell_center" "cell_center_wide_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Park/Gifs/" "cell_center">> <<elseif _random_gif ==2 >> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Park/Gifs/" "cell_center">> <<elseif _random_gif >=3 && _random_gif <=4>> <<replaceClass "cell_center" "cell_center_wide_13">><</replaceClass>> <<RandomImageOnlyWebp1 3 4 "Park/Gifs/" "cell_center">> <<elseif _random_gif ==5>> <<replaceClass "cell_center" "cell_center_wide_12">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Park/Gifs/" "cell_center">> <<elseif _random_gif >=6 && _random_gif <=11>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 7 12 "Park/Gifs/" "cell_center">> <<elseif _random_gif ==12>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 13 13 "Park/Gifs/" "cell_center">> <<elseif _random_gif >=13 && _random_gif <=18>> <<replaceClass "cell_center" "cell_center_video_tall_178">><</replaceClass>> <<Mp4_center 14 17 "Park/Gifs/" "cell_center">> <</if>> <br><<Text "One of the girls opted for a park to involve herself in all sorts of naughty behavior">> <<set $day_time ++>> <<set $energy +=2>> <<Back1 "Park">> <</nobr>>
<<nobr>> <div class="header" style=""> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $fitness <=99>> /*---------------------------------------------------------*/ <<set _random to random(1,44)>> <<if _random >=1 && _random <=4>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Park/Pics/t178/" "cell_center">> <<elseif _random >=5 && _random <=13>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 8 "Park/Pics/t15/" "cell_center">> <<elseif _random >=13 && _random <=23>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 9 "Park/Pics/t133/" "cell_center">> <<elseif _random >=24 && _random <=42>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 16 "Park/Pics/t12/" "cell_center">> <<elseif _random >=43 && _random <=44>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Park/Pics/t1/" "cell_center">> <</if>> <br><<Text "You run into a girl in the park whose eyes are craving a wild adventure">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Park_fuck1">Try to Fuck Her</div> </div> </div> <<ClickContainerById "Park_fend" "Park_fend">> <</ClickContainerById>> <<ClickContainerById "Park_fuck" "Park_fuck">> <</ClickContainerById>> /*---------------------------------------------------------*/ <<elseif $fitness >=100>> /*---------------------------------------------------------*/ <<set _random_1 to random(1,10)>> /*///////////////////////////////////////////////////////////////*/ <<if _random_1 >=1 && _random_1 <=8>> <<set _random to random(1,44)>> <<if _random >=1 && _random <=4>> <<replaceClass "cell_center" "cell_center_tall_177">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Park/Pics/t178/" "cell_center">> <<elseif _random >=5 && _random <=13>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 8 "Park/Pics/t15/" "cell_center">> <<elseif _random >=13 && _random <=23>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 9 "Park/Pics/t133/" "cell_center">> <<elseif _random >=24 && _random <=42>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 16 "Park/Pics/t12/" "cell_center">> <<elseif _random >=43 && _random <=44>> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 1 2 "Park/Pics/t1/" "cell_center">> <</if>> <br><<Text "You run into a girl in the park whose eyes are craving a wild adventure">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Park_fuck1">Try to Fuck Her</div> </div> </div> <<ClickContainerById "Park_fend" "Park_fend">> <</ClickContainerById>> <<ClickContainerById "Park_fuck" "Park_fuck">> <</ClickContainerById>> /*///////////////////////////////////////////////////////////////*/ <<elseif _random_1 >=9 && _random_1 <=10>> /*///////////////////////////////////////////////////////////////*/ <<set _random_2 to random(1,13)>> <<if _random_2 >=1 && _random_2 <=4>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 4 "Park/Pics/2/" "cell_center">> <<elseif _random_2 >=5 && _random_2 <=12>> <<replaceClass "cell_center" "cell_center_tall_133">><</replaceClass>> <<RandomImageOnlyWebp1 1 7 "Park/Pics/3/" "cell_center">> <<elseif _random_2 ==13>> <<replaceClass "cell_center" "cell_center_tall_12">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "Park/Pics/4/" "cell_center">> <</if>> <br><<Text "Because of your figure, all kinds of ordinary girls started flocking to you">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Park_fend">Fend Her Off</div> <div id="Park_fuck">Fuck Her</div> </div> </div> <<ClickContainerById "Park_fend" "Park_fend">> <</ClickContainerById>> <<ClickContainerById "Park_fuck" "Park_fuck">> <</ClickContainerById>> <</if>> /*///////////////////////////////////////////////////////////////*/ <</if>> <<ClickContainerById "Park_fuck1" "Park_fuck">> <</ClickContainerById>> <<set $day_time ++>> <<set $energy +=2>> <<Back1 "Park">> <</nobr>>
<<nobr>> <div class="header" style=""> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <br><<Text "You defended yourself against the clingy girl to stop her from bothering you">> <br><<InsertText_Size_animated "You <<Green_text 'improved'>> your SIgma a little">> <<Not_sigma_plus 0.25>> <<Back1 "Park">> <</nobr>>
<<nobr>> <<if $energy >0 >> <br><<InsertText_Size_animated "You’re hinting that this pussy is already under your control">> <<timed 1000ms>> <br><<Mp4_between_text_wide_15 "Root/thinking" 1 1>> <br><<InsertText_Size_animated "Her thought processes don’t require any commentary....">> <<timed 2000ms>> <<set _random_choice to random(1,10)>> <<if $fitness<50 && $charm <15 && $status <1>> <<if _random_choice <=1>> <br><<Mp4_between_text_wide_1 "Root/yes" 1 1>> <<timed 1000ms>> <br><<Text "You were lucky that she wanted to have sex that day">> <<timed 1000ms>> <br><<InsertText_Size_animated "This pussy is now at your disposal">> <</timed>> <</timed>> <<set _choice_girl_beach =1>> <<else>> <br><<Mp4_between_text_wide_1 "Root/fail" 1 1>> <br><<InsertText_Size_animated "<<Red_text 'You screwed up, bro'>>">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to sufficiently improve one of the attributes: fitness, charm, or status in order to achieve a high success rate'>>">> <<Back1 "Park">> <</if>> <<else>> <<if _random_choice <=8>> <br><<Mp4_between_text_wide_1 "Root/yes" 1 1>> <br><<InsertText_Size_animated "<<Green_text 'This pussy is now at your disposal'>>">> <<set _choice_girl_beach =1>> <<else>> <br><<Mp4_between_text_wide_1 "Root/fail" 1 1>> <br><<InsertText_Size_animated "<<Red_text 'You screwed up, bro'>>">> <br><<InsertText_Size_animated "<<Yellow_text 'You need to sufficiently improve one of the attributes: fitness, charm, or status in order to achieve a high success rate'>>">> <<Back1 "Park">> <</if>> <</if>> <<if _choice_girl_beach ==1>> <<timed 2000ms>> <br><<InsertText_Size_animated "<<Green_text 'Her wet pussy is ready for adventure'>>">> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random_blow to random(1,6)>> <<if _random_blow >=1 && _random_blow <=2 >> <br><<Webp_between_text_random_178 "Park/Sex/BJ/" 1 2>><br> <<elseif _random_blow ==3>> <br><<Webp_between_text_random_15 "Park/Sex/BJ/" 3 3>><br> <<elseif _random_blow ==4 >> <br><<Webp_between_text_random_12 "Park/Sex/BJ/" 4 4>><br> <<elseif _random_blow >=5 && _random_blow <=6>> <br><<Webp_between_text_random_tall_178 "Park/Sex/BJ/" 5 6>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#handjob_puffi_date1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Lick Her Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random_blow to random(1,2)>> <<if _random_blow ==1 >> <br><<Webp_between_text_random_tall_1 "Park/Sex/Cunni/" 1 1>><br> <<elseif _random_blow ==2>> <br><<Webp_between_text_random_2 "Park/Sex/Cunni/" 2 2>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#handjob_puffi_date2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming_puffi_date3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Pussy</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random_blow to random(1,8)>> <<if _random_blow >=1 && _random_blow <=2 >> <br><<Webp_between_text_random_2 "Park/Sex/Pussy/" 1 2>><br> <<elseif _random_blow >=3 && _random_blow <=4>> <br><<Webp_between_text_random_178 "Park/Sex/Pussy/" 3 4>><br> <<elseif _random_blow ==5 >> <br><<Webp_between_text_random_15 "Park/Sex/Pussy/" 5 5>><br> <<elseif _random_blow >=6 && _random_blow <=7>> <br><<Webp_between_text_random_13 "Park/Sex/Pussy/" 6 7>><br> <<elseif _random_blow ==8>> <br><<Webp_between_text_random_tall_1 "Park/Sex/Pussy/" 8 8>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#rimming_puffi_date3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_ass_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<set _random_blow to random(1,2)>> <<if _random_blow ==1 >> <br><<Webp_between_text_random_178 "Park/Sex/Ass/" 1 1>><br> <<elseif _random_blow ==2>> <br><<Webp_between_text_random_12 "Park/Sex/Ass/" 2 2>><br> <</if>> <<set $arousal_person +=1>> <<Arousal_person>> <<else>> <<replace "#fuck_ass_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <<set _random_blow to random(1,2)>> <<if _random_blow ==1 >> <br><<Webp_between_text_random_13 "Park/Sex/Cum/" 1 1>><br> <<elseif _random_blow ==2>> <br><<Webp_between_text_random_tall_11 "Park/Sex/Cum/" 2 2>><br> <</if>> <br><<InsertText_Size_animated "You <<Green_text 'improved'>> your charm a little">> <<set $charm +=0.5>> <<set _cum_person =1>> <<set $arousal_person =0>> <<replace "#cumming_beach">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<InsertText_Size_animated "You are not aroused enough">> <<else>> <<replace "#cumming_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <</timed>> <<Back1 "Park">> <</if>> <</timed>> <</timed>> <<Energy>> <<else>> <<GoTo_No_Energy>> <</if>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<if $style_lisa_in_college1 ==1>> <<replaceClass "cell_center" "cell_center_wide_15">><</replaceClass>> <<RandomImageOnlyJpg 6 6 "College/Director/After/" "cell_center">> <<elseif $style_lisa_in_college1 ==2>> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 7 9 "College/Director/After/" "cell_center">> <</if>> <br><<Text_animated_face Lisa "Hey, what brings you to me? Like I said, you need to make progress in your college life, then come back...">> <br><<Text_animated_face Lisa "And yeah, don’t skip my student meetings, that's where I teach how to succeed in life">> <<Back1 "Director_office">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center" > </div> <div class="cell_right"> </div> </div> <<RandomImageOnlyWebp1 5 5 "Veronica_room/VRT/" "cell_center">> <br><<Text_animated_face_person "Hmm..Riley has an interesting look, it seems like she has something in mind">> <br><<linkappend "<<InsertText_Size_animated 'Spy on them more'>>">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 1 1>> <br><<Text_animated_face_person "Fuck, I knew she had special thoughts about my naughty sister Veronica">> <<timed 2500ms>> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 2 2>> <br><<linkappend "<<Text_animated_face_person 'She has a nice ass'>>">> <br><<Webp_between_text_random_178 "Veronica_room/VRT/Scene1/" 3 3>> <br><<Text_animated_face_person "They look so sweet together">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 4 4>> <br><<Text_animated_face_person "Mmm sexy ass... good thing I think like a sigma and hacked laptop just in time">> <br><<linkappend "<<Text_animated_face_person 'I need to come up with a plan to get inside with them somehow'>>">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 5 5>> <br><<Text_animated_face_person "So sweet kisses...">> <br><<linkappend "<<Text_animated_face_person 'They both will be my bitches...'>>">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 8 8>> <br><<InsertText_Size_animated "You take out your cock and slowly start jerking off">> <<timed 2500ms>> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 6 6 1>> <br><<linkappend "<<InsertText_Size_animated 'As you masturbate while watching these beauties, suddenly Adriana enters the room'>>">> <br><<Webp_between_text_random_178 "Veronica_room/VRT/Scene1/" 7 7>> <br><<Text_animated_face Adriana "What are you doing, $name_person? I knew you often masturbate here">> <br><<Text_animated_face Adriana "Wow... so it's Veronica, you're spying on her">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 9 9>> <br><<Text_animated_face Adriana "Wait, let me take a look too">> <br><<linkappend "<<InsertText_Size_animated 'She starts immersing herself in this atmosphere...'>>">> <br><<Text_animated_face Adriana "Mmm... you know, all this informal atmosphere really turns me on... and you're jerking off, I want to watch more of it">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 10 10 2>> <<timed 2500ms>> <br><<Text_animated_face Adriana "<span>God, they fuck so sweetly... it's so arousing to watch someone<br> <i> She started caressing her body without realizing it</i></span>">> <br><<linkappend "<<Text_animated_face Adriana 'Give me your dick, I want to touch it'>>">> <br><<Webp_between_text_random_178 "Veronica_room/VRT/Scene1/" 15 15>> <br><<InsertText_Size_animated "She takes your dick in her hands...">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 16 16 3>> <br><<Text_animated_face_person "<span><i>( I didn't suspect that my sister could be such a corrupted bitch )</i></span>">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 11 11 4>> <br><<linkappend "<<Text_animated_face Adriana 'They are such hot girls... Suspecting that you would like to fuck both of them...I wouldnt mind myself...'>>">> <br><<Text_animated_face Adriana "<span>Imagine that you are fucking them and my hands are their pussies</span>">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 17 17 5>> <br><<linkappend "<<Text_animated_face Adriana 'Come on, fill them all up, see how they're making out'>>">> <br><<Mp4_178 "Veronica_room/VRT/Scene1/" 12 12 6>> <<timed 2000ms>> <br><<Text_animated_face Adriana "Come on, cum on me...">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 18 18>> <<timed 4500ms>> <br><<Text_animated_face_person "<span>Ahh....<i>( You cum while looking at my older sister )</i></span>">> <br><<Mp4_between_text_wide_178 "Veronica_room/VRT/Scene1/" 19 19>> <br><<Text_animated_face Adriana "<span>Good boy... I enjoyed it, consider it just our little secret, nothing more</span>">> <</timed>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <<Back1 "Veronica_scenes">> <</nobr>>
<<nobr>> <<widget "Week_Lisa_Director_Office">> <<set _day1_conditions = { 1: 0, 2: 29, 3: 29, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 29, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 29, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 29, 2: 0, 3: 29, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 29, 2: 29, 3: 29, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_Richelle_Box">> <<set _day1_conditions = { 1: 30, 2: 30, 3: 30, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 30, 2: 30, 3: 30, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 30, 2: 30, 3: 30, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 30, 2: 30, 3: 30, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 30, 2: 30, 3: 30, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="gal_con_1"> /*---------------- Inside gallery---------------*/ /*------------------ Catalog -------------------*/ <div class="gal_catalog_1"> /*------------------ Catalog UPPER-------------------*/ <div class="up_gal_catalog"> /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div"> /*--------------------------------------------------------------------*/ <div class="upgal_catalog_1"> <<if $event_adriana[8].quantity !=1>> <img src="img/Bathroom/Adriana/SCENE_Adriana_Bath1.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<else>> <img id="SCENE_BATHROOM1_ADRIANA" src="img/Bathroom/Adriana/SCENE_Adriana_Bath1.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ <div class="downgal_catalog_1"> <<if $event_adriana[10].quantity !=1>> <img src="img/Adriana_room/Night/Scene/SCENE_Adriana_room1.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<elseif $event_adriana[10].quantity ==1>> <img id="SCENE_Adriana_room_night1" src="img/Adriana_room/Night/Scene/SCENE_Adriana_room1.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ </div> /*//////////////////////////// END /////////////////////////////////////////*/ <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> </div> </div> <br> <div class="cell_1_yr" style="border:0px solid; margin-top:3px; height: 30px;position: relative; z-index: 3"> <div id="button_info_ch" style="position: relative; z-index: 3; margin-top:0px; cursor: pointer; height: 30px; background-color: rgba(0, 0, 0, 0.7);"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "button_info_ch" "Adriana">><</ClickContainerById>> /*----------------- BONUS SCENE --------------------------*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "SCENE_BATHROOM1_ADRIANA" "SCENE_BATHROOM1_ADRIANA">><</ClickContainerById>> <<ClickContainerById "SCENE_Adriana_room_night1" "SCENE_Adriana_room_night1">><</ClickContainerById>> <<else>> <<ClickContainerById "SCENE_BATHROOM1_ADRIANA" "Supporter_scenes">><</ClickContainerById>> <<ClickContainerById "SCENE_Adriana_room_night1" "Supporter_scenes">><</ClickContainerById>> <</if>> <style> .gal_con_1 { position: relative; /*border: 2px solid #fcbd07;*/ width: 1090px; height: 823px; margin-left: -112px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: -32px; margin-bottom: -50px; border-radius: 10px; box-shadow: 0px 0px 10px 2px #749E9A; border: 2px solid #a39b86; /*box-shadow: inset 0 0 5px 1px white, 0 0 10px 2px white;*/ z-index:3; } .gal_con_1::before { position: absolute; content: ''; background-image: url('img/Adriana/Adriana_background1.webp'); background-size: cover; background-position: center; width: 100%; height: 100%; z-index: 2; border-radius: 10px; } .gal_catalog_1{ position: relative; width: 94%; height: 70%; display: flex; flex-direction: column; border: 0px solid white; border-radius: 10px; margin-top: 4px; margin-right:1px; box-shadow: 0 0 2px 1px white; z-index:3; background-color: rgba(0, 0, 0, 0.7); justify-content: center; margin-top: -40px; } .up_gal_catalog{ width: 100%; height: 100%; display: flex; text-align: center; border: 1px solid green; border-radius: 10px; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; white-space: nowrap; scroll-behavior: smooth; } .up_gal_catalog::-webkit-scrollbar { width: 10px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-track { width: 8px; /* background: #221c22;*/ background: transparent; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-thumb { /*background: #556c65;*/ background-color: rgba(0, 0, 0, 0.3); width: 4px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; margin-top:2px; margin-bottom: 2px; /*box-shadow: inset 0 0 0 2px #221c22;*/ box-shadow: inset 0 0 0 2px #C1ABD4; } .upgal_catalog_1, .downgal_catalog_1{ width: 98%; height: 48%; display: flex; box-sizing: border-box; border: 2px solid #bd97db; /* border: 2px solid #ff4794;*/ border-radius: 10px; justify-content: center; align-items: center; position: relative; cursor: pointer; } .up_gal_catalog_div { width: 30%; height: 80%; display: flex; flex-direction: column; gap: 10px; border: 0px solid #C1ABD4; border-radius: 10px; justify-content: center; align-items: center; margin: auto; margin-left: 10px; margin-right: 10px; flex-shrink: 0; box-shadow: 0px 0px 2px 2px #C1ABD4; } .card-image { width: 100%; height: 100%; object-fit: cover; filter: blur(3px); transition: filter 0.3s; border-radius: 10px; opacity: 0.7; } .card-image1 { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; } .overlay1 { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 1); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 10px; } .overlay { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 0.5); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 15px; padding-left: 10px; padding-right: 10px; border: 1px solid black; text-shadow: -1px -2px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000; } </style> <<script>> document.querySelector('.up_gal_catalog').addEventListener('wheel', function(event) { if (event.deltaY !== 0) { event.preventDefault(); this.scrollLeft += event.deltaY; } }); <</script>> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Bathroom/Adriana/Scene/" "cell_center" >> <br><<InsertText_Size_animated "Adriana seems to be in a really good mood - looks like she might have taken something">> <br><<Text_animated_face_person "You seem a bit out of it, sis">> <br><<Text_animated_face Adriana "Hey, come on, don't interrupt me while I'm enjoying the view of the water in the bathroom">> <br><<linkappend "<<InsertText_Size_animated 'Get closer to her'>> ">> <br><<Text_animated_face_person "It's been a while since we've had this much fun in the bathroom">> <br><<Text_animated_face Adriana "Haha, come on...">> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/Scene/" 2 2>> <br><<linkappend "<<InsertText_Size_animated 'Push Adriana into the bathroom'>> ">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 3 3 1>> <br><<Text_animated_face Adriana "Oh my god!!! ...are you crazy?">> <<timed 2500ms>> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/Scene/" 4 4>> <br><<Text_animated_face Adriana "You’re such an idiot, $name_person">> <br><<linkappend "<<InsertText_Size_animated 'Adriana is completely soaked, and it looks like you might have hurt her a bit'>> ">> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/Scene/" 5 5>> <br><<Text_animated_face Adriana "I'm all wet now, and my butt hurts... giggles">> <br><<linkappend "<<InsertText_Size_animated 'She starts to touch herself a little'>> ">> <br><<Text_animated_face Adriana "Hey, look, now I'm a wet pussy..">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 6 6 2>> <br><<linkappend "<<Text_animated_face Adriana 'And my tits are soaked too - see what you did, bro? giggles'>> ">> <br><<Mp4_between_text_wide_178 "Bathroom/Adriana/Scene/" 7 7>> <br><<linkappend "<<InsertText_Size_animated 'Touch them'>> ">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 8 8 3>> <br><<Text_animated_face_person "They’re so soft and compact">> <br><<Text_animated_face Adriana "Hehe...">> <br><<linkappend "<<Text_animated_face Adriana '...and what do you think about my nice ass, brother...'>> ">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 9 9 4>> <br><<linkappend "<<Text_animated_face Adriana 'Follow me'>> ">> <br><<Mp4_178 "Bathroom/Adriana/Scene/" 10 10 5>> <br><<Text_animated_face Adriana "Hey, lie down, it’s time for some revenge">> /*//////////////////////// SCENE ///////////////////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Tease1/" 1 4 6>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Tease2/" 1 3 7>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s3' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 >> <br><<Mp4_178 "Bathroom/Adriana/Scene/BJ/" 1 4 8>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s4' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Suck Balls</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 >> <br><<Mp4_178 "Bathroom/Adriana/Scene/Balls/" 1 3 9>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s5' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Prepare Her for Anal</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Ass1/" 1 5 10>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her ass isn't ready yet">> <<else>> <<replace "#s5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s6' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck Pussy Style1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Pussy/" 1 3 11>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s7' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck Pussy Style2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Pussy2/" 1 2 12>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s8' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck Pussy Style3</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Pussy3/" 1 3 13>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<set $arousal_face +=1.5>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s8">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s9' style='border: 0px solid #fff; width:200px; padding:0px; margin:0px;'>Fuck Her Ass</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 4>> <br><<Mp4_178 "Bathroom/Adriana/Scene/Ass2/" 1 4 14>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 4 >> <br><<InsertText_Size_animated "Her ass isn't ready yet">> <<else>> <<replace "#s9">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// CUM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s10' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Cum in Her Ass</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person>=10) && _cum_person !=1>> <br><<Mp4_178 "Bathroom/Adriana/Scene/cum" 1 1 15>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Arousal_person>> <br><<Text_animated_face Adriana "Oh my god, you took my anal virginity today...">> <<elseif _cum_person ==1>> <<replace "#s10">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</linkappend>> <</timed>> <</linkappend>> <</linkappend>> <<Back1 "Adriana_scenes">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_video_178">><</replaceClass>> <<RandomVideoMp4_center 1 1 "Adriana_room/Night/tease" "cell_center" >> <br><<InsertText_Size_animated "Adriana is having a sweet and pleasant dream">> <<timed 2000ms>> <br><<Text_animated_face_person "Hey, you're having a beautiful, sweet dream">> <br><<Mp4_between_text_wide_178 "Adriana_room/Night/Scene/" 1 1>> <br><<linkappend "<<InsertText_Size_animated 'Adriana doesn’t resist, her desire for sexual pleasure has overtaken her'>>">> <br><<Mp4_between_text_wide_178 "Adriana_room/Night/Scene/" 2 2>> <br><<Text_animated_face_person "Good girl...">> <<timed 2000ms>> <br><<Mp4_between_text_wide_178 "Adriana_room/Night/Scene/" 3 3>> <br><<Text_animated_face_person "Her pussy is ready for action">> /*------------------------- SEX SCENE -----------------------------------*/ /*//////////////////////// SCENE ///////////////////////////////*/ <div id="dsfsd"></div> <br> <div class="your_room" id="your_room"> /*////////////////////// BLOWJOB HANDJOB RIIMING ///////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s1' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Night/Scene/Tease1/" 1 2 1>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s2' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Night/Scene/Tease2/" 1 3 2>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s3' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'> Tease her 3</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Night/Scene/Tease3/" 1 4 3>> <<set $arousal_person +=0.5>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s3">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// HANDJOB BALLS ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s4' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Blowjob</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 >> <br><<Mp4_178 "Adriana_room/Night/Scene/BJ/" 1 3 4>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=0.5>> <br><<Arousal_person_face Adriana>> <<else>> <<replace "#s4">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s5' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck Pussy 1</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2 >> <br><<Mp4_178 "Adriana_room/Night/Scene/Pussy1/" 1 4 5>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s5">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s6' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Fuck Pussy 2</div>">> <<append "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face >= 2>> <br><<Mp4_178 "Adriana_room/Night/Scene/Pussy2/" 1 3 6>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<set $arousal_face +=1>> <br><<Arousal_person_face Adriana>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1 && $arousal_face < 2 >> <br><<InsertText_Size_animated "Her pussy isn't ready yet">> <<else>> <<replace "#s6">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*////////////////////// CUM ///////////////////*/ /*----------------------------------------------------------------------------------------*/ <div id="blowjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='s7' style='border: 0px solid #fff; width:240px; padding:0px; margin:0px;'>Cum in Her Ass</div>">> <<append "#dsfsd">> <<if ($arousal_person >= $arousal_person_max || $arousal_person>=10) && _cum_person !=1>> <br><<Mp4_178 "Adriana_room/Night/Scene/cum" 1 1 7>> <<set _cum_person =1>> <<set $arousal_person =0>> <br><<Arousal_person>> <br><<Text_animated_face Adriana "Oh my god, that was an amazing dream...">> <<elseif _cum_person ==1>> <<replace "#s7">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <</timed>> <</linkappend>> <</timed>> /*////////////////////////////////////////////////////////////////////////////*/ <<Back1 "Adriana_scenes">> <</nobr>>
<<nobr>> <div style="display:flex; width: 1050px; min-height: 350px; margin-left: -95px; justify-content: center; align-items: center;"> <div style="display:flex; flex-direction: column; width: 700px; height: 450px; background-color: rgba(128, 128, 128, 0.5); color:white; border-radius: 10px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); border: 1px solid #caa902; justify-content: center; "> /*////////////////////////////////////////////////////////////////////////////////////*/ <div style="display:flex; height: 10%; justify-content: center; align-items: center; border-bottom:1px solid #fff;"> <h2>Class Schedule </h2></div> <div style="display: flex; justify-content: center; width: 100%; height: 80%; border: 0px solid red; margin-top: 10px; align-items: center;"> /*---------------------------------------------------------------------------*/ <div class="schedule_class"> <div class="header_teacher" style="background-color: rgba(128, 128, 128, 0.2); border: 0px solid;"></div> <div class="header_teacher">Mon</div> <div class="header_teacher">Tue</div> <div class="header_teacher">Wed</div> <div class="header_teacher">Thu</div> <div class="header_teacher">Fri</div> <div class="header_teacher">Sat</div> <div class="header_teacher">Sun</div> <div class="name_teacher">Vain</div> <div class="cell_teacher_shedule" ></div><div class="cell_teacher_shedule"><img src="img/Log/mark1.png"></div><div class="cell_teacher_shedule"><img src="img/Log/mark1.png"></div><div class="cell_teacher_shedule"><img src="img/Log/mark1.png"></div><div class="cell_teacher_shedule"><img src="img/Log/mark1.png"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div> <div class="name_teacher">Francesca</div> <div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div> <div class="name_teacher">Anissa</div> <div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div> <div class="name_teacher">Richelle</div> <div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div> <div class="name_teacher">Lisa</div> <div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div><div class="cell_teacher_shedule"></div> </div> /*---------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////*/ </div> </div> <style> .schedule_class { display: grid; grid-template-columns: 100px repeat(7, 1fr); gap: 5px; text-align: center; width: 90%; height: 90%; overflow: auto; border: 0px solid #6096b0; } .header_teacher { font-weight: bold; color: #890b54; background-color: #6096b0; padding: 10px; border: 0px solid #ccc; } .name_teacher { font-weight: bold; background-color: #6096b0; padding: 10px; color: #5e0899; font-size: 16px; border: 1px solid #6096b0; } .cell_teacher_shedule { padding: 0px; border: 1px solid #6096b0; /* background-color: #ffffff;*/ background-color: #b548c6; text-align: center; justify-content: center; } .cell_teacher_shedule img{ margin-top: 10px; width: 28px; height: 28px; } </style> <<Back1 "College">> <</nobr>>
<<nobr>> <<widget "Week_Vain_Physics">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 16, 2: 16, 3: 16, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 16, 2: 16, 3: 16, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 16, 2: 0, 3: 16, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 16, 2: 16, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <br><br><br><br><br> <br><<Yellow "Relationship points are awarded at the end of the week">> <br><<Text "If Attend ≤ 0 - Vain's Relationship <span style='color: red;'>-4</span>">> <br><<Text "If Attend ≥ 3 and ≤ 5 - Vain's Relationship <span style='color: green;'>+4</span>">> <br><<Text "If Attend ≥ 6 and ≤ 8 - Vain's Relationship <span style='color: green;'>+6</span>">> <br><<Text "If Attend ≥ 9 - Vain's Relationship <span style='color: green;'>+10</span>">> <<Back1 "Science">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "College/Vanessa/" "cell_center">> <<if $event_vain[4].quantity !=1>> <br><<Text_animated_face_person "Hello">> <br><<Text_animated_face Vanessa "Hey, sorry, but I'm busy">> <br><<Yellow "You don't have anything to talk to her about for now">> <<elseif $event_vain[4].quantity ==1>> <<if $vanessa_not_this_story ==0 && $talk_to_lilith_first ==1>> <br><<Text_animated_face_person "Hello">> <br><<Text_animated_face Vanessa "Hi">> <br><<Text_animated_face_person "I know about your secret...">> <br><<Text_animated_face Vanessa "What secret?">> <br><<linkappend "<<Text 'Show her the video clip'>> ">> <br><<Mp4_178 "Vain/Scene1/" 19 19 1>> <br><<Text_animated_face Vanessa "Oh god… where did you…">> <br><<Text_animated_face_person "It doesn’t matter. I want you to tell me about Vain and cooperate with me, and then this video won’t spread anywhere">> <br><<Text_animated_face Vanessa "Hmm… <i>(damn, I’m caught…)</i> fine, what exactly do you want?">> <br><<Text_animated_face_person "I want you to set up this camera in her bedroom… that’ll be enough for now">> <br><<Text_animated_face Vanessa "Mmm… alright, I’ll do it">> <</linkappend>> <<elseif $vanessa_not_this_story ==1 && $talk_to_lilith_first ==1>> <br><<Text_animated_face_person "Hello">> <br><<Text_animated_face Vanessa "Hey, sorry, but I'm busy">> <<else>> <br><<Text_animated_face_person "Hello">> <br><<Text_animated_face Vanessa "Hey, sorry, but I'm busy">> <br><<Yellow "You need to talk with Lilith first">> <</if>> <</if>> <<Back1 "Science">> <</nobr>>
<<nobr>> <<widget "Week_Vanessa_Physics">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 38, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 38, 3: 38, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 38, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 38, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <<widget "Week_Lilith_Physics">> <<set _day1_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 37, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 37, 2: 0, 3: 37, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 37, 2: 37, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 37, 2: 37, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyPng 1 1 "College/Lilith/Lilith" "cell_center">> <style> .cell_center_tall_15 img { box-shadow: 0 0 0px rgba(0,0,0,0); } </style> <<if $event_vain[4].quantity !=1>> <br><<Text_animated_face_person "Hello">> <br><<Text_animated_face Lilith "Can’t you see I’m busy? Don’t waste my time">> <br><<Yellow "You don't have anything to talk to her about for now">> <<elseif $event_vain[4].quantity ==1>> <br><<Text_animated_face_person "Hello">> <br><<Text_animated_face Lilith "What do you want?">> <br><<Text_animated_face_person "I know about your secret...">> <br><<Text_animated_face Lilith "Which secret do you mean? There are many">> <br><<Text "<span style='color: red; font-size: 14px;'>If you tell her, its unclear how she will react - be ready for that <br> A random event will trigger from a hidden pool</span>">> <br><<linkappend "<<Text 'Show her the video clip'>> ">> <br><<Mp4_178 "Vain/Scene1/" 19 19 1>> <br><<Text_animated_face Lilith "Hmm... okay... so what do you want?">> /*////////////// Talk ////////////////*/ <br> <div class="your_room" id="your_room"> /*/////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk1' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>I want to fuck you</div>">> <<append "#dsfsd">> <<if _end_person1 !=1 && _end_person2 !=1>> <br><<Text_animated_face Lilith "I like it when my pussy gets torn apart... but not like this...">> <br><<Text_animated_face Lilith "Shit, fine, come to the lounge on Friday night, and you'll get what you want. And yeah, I don't want my friend Vanessa getting dragged into this">> <br><<Yellow "You should stick around in the lounge on Friday">> <<set $event_lilith[1].quantity =1>> <<set $vanessa_not_this_story =1>> <<set _end_person1 =1>> <<set $talk_to_lilith_first =1>> <<else>> <<replace "#talk1">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='talk2' style='border: 0px solid #fff; width:300px; padding:0px; margin:0px;'>I want you to keep an eye on Vain</div>">> <<append "#dsfsd">> <<goto "Not_this_option_with_Lilith">> <<if _end_person1 !=1 && _end_person2 !=1>> <br><<Text_animated_face Lilith "What exactly do you want?">> <br><<Text_animated_face_person "I want you to carry out my tasks, like planting a camera in her bedroom">> <br><<Text_animated_face Lilith "Fuck off, I’m not doing that">> <br><<Text_animated_face Lilith "I don't care what you do with that video, just leave me alone">> /* <<set $event_lilith[1].quantity =1>> <<set $vanessa_not_this_story = 0>> <<set _end_person2 =1>> <<set $talk_to_lilith_first =1>> */ <<else>> <<replace "#talk2">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> </div> <div id="dsfsd"></div> <</linkappend>> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<if _previous_passage_name == "Student_lounge">> <<Back1 Student_lounge>> <<elseif _previous_passage_name == "Science">> <<Back1 Science>> <</if>> <</nobr>>
<<nobr>> <<if $condition ==38 || $condition ==37>> <br><br><br><br><br><br><br><br><br><br> <br><<Text "The door is closed">> <<else>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Business_street/Bpc/Restroom/" "cell_center">> <br><<Text "There's no one here">> <</if>> <<Back1 "Restroom">> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "Business_street/Bpc/Restroom/" "cell_center">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Jerk_off_college"> Jerk Off</div> <div id="Use_toilet_college">Use toilet</div> </div> </div> <<Back1 "Restroom">> <<ClickContainerById "Jerk_off_college" "Jerk_off_college">><</ClickContainerById>> <<ClickContainerById "Use_toilet_college" "Use_toilet_college">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Week_Lilith_Restroom">> <<set _day1_conditions = { 1: 37, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 37, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 37, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 37, 4: 0, 5: 0 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center">><</replaceClass>> <<RandomImageOnlyWebp1 4 4 "Business_street/Bpc/Restroom/" "cell_center">> <br><<Text "Your natural needs have been met">> <<Back1 "Men_stall">> <<set $day_time ++>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall">><</replaceClass>> <<RandomImageOnlyWebp1 6 6 "Business_street/Bpc/Restroom/" "cell_center">> <<timed 500ms>> <br><<Text "You take a brief break from the office routine and relieve some stress">> <<timed 1000ms>> <br><<Yellow "Nothing happens">> <<timed 1100ms>> <<Back1 "Men_stall">> <</timed>> <</timed>> <</timed>> <<set $day_time ++>> <style> @keyframes fadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } </style> <</nobr>>
<<nobr>> <<if $energy >0>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 5 5 "College/Lilith/" "cell_center">> /* <style> .cell_center_wide_15 img { box-shadow: 0 0 0px rgba(0,0,0,0); } </style> */ <br><<Text_animated_face Lilith "My pussy is ready for... whatever filthy things you've got in mind">> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <div id="dsfsd_cum"></div> <br> <div class="your_room" id="your_room"> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob_puffi_date1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<replace "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "College/Lilith/Scene1/BJ/" 1 12 1>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#handjob_puffi_date1">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming_puffi_date3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Pussy</div>">> <<replace"#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "College/Lilith/Scene1/Pussy/" 1 9 2>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<else>> <<replace "#rimming_puffi_date3">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_ass_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Pussy Hard</div>">> <<replace "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <br><<Mp4_178 "College/Lilith/Scene1/Pussy1/" 1 6 3>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<else>> <<replace "#fuck_ass_beach">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd_cum">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <br><<Mp4_178 "College/Lilith/Scene1/Cum/" 1 1 4>> <<set $event_lilith[2].quantity =1>> <<set _cum_person =1>> <<set $arousal_person =0>> <<Not_obedience_top_plus Lilith 15>> <<set $obedience[37] +=15>> <<set $energy -=3>> <<set $day_time ++>> <<replace "#cumming_beach">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> /*<br><<InsertText_Size_animated "You are not aroused enough">>*/ <<else>> <<replace "#cumming_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <<else>> <br><br><br><br><br><br><br><br><br><br> <br><<Text "You dont have enough energy">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<set _previous_passage_name_2 to $previous_passage_2step>> <<if _previous_passage_name_2 == "Student_lounge">> <<Back1 "Student_lounge">> <<elseif _previous_passage_name_2 == "Science">> <<Back1 "Science">> <</if>> <</nobr>>
<<nobr>> <<widget "Week_Lilith_Lounge">> <<set _day1_conditions = { 1: 0, 2: 37, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 0 >> <<set $condition = _day1_conditions[$day_time]>> <</if>> <<set _day2_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 1 >> <<set $condition = _day2_conditions[$day_time]>> <</if>> <<set _day3_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 2 >> <<set $condition = _day3_conditions[$day_time]>> <</if>> <<set _day4_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 0 }>> <<if $day_week === 3 >> <<set $condition = _day4_conditions[$day_time]>> <</if>> <<set _day5_conditions = { 1: 0, 2: 0, 3: 0, 4:37, 5:37 }>> <<if $day_week === 4>> <<set $condition = _day5_conditions[$day_time]>> <</if>> <<set _day6_conditions = { 1: 0, 2: 0, 3: 0, 4: 37, 5: 0 }>> <<if $day_week === 5 >> <<set $condition = _day6_conditions[$day_time]>> <</if>> <<set _day7_conditions = { 1: 0, 2: 0, 3: 0, 4: 0, 5: 37 }>> <<if $day_week === 6 >> <<set $condition = _day7_conditions[$day_time]>> <</if>> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyPng 2 2 "College/Lilith/Lilith" "cell_center">> <style> .cell_center_tall_15 img { box-shadow: 0 0 0px rgba(0,0,0,0); } </style> <<if $event_lilith[2].quantity !=1>> <br><<Text_animated_face Lilith "Hey, hi... I haven't seen you here before, looks like it's your first time">> <br><<Text_animated_face_person "Yeah, I didn't know there were all sorts of activities happening here">> <br><<Text_animated_face Lilith "It's pretty loud, and a lot of things are hidden from our usual student life... I've had a bit to drink, and I remember our deal. Come with me">> <<Back2 "Fuck_Lilith_Restroom_College" "Follow her">> <<elseif $event_lilith[2].quantity ==1>> <br><<Text_animated_face Lilith "Hi... I'm a bit busy right now. If you don't want to fuck, then please just leave me alone">> <<Back2 "Fuck_Lilith_Restroom_College" "Follow Her">> <<Back2 "Student_lounge" "Leave Her Alone">> <</if>> <</nobr>>
<<nobr>> <<script>> window.cheats_mom = function() { var cheats_mom = State.variables.cheats_mom; if (cheats_mom === 1) { State.variables.cheats_mom = 0; } else { State.variables.cheats_mom = 1; } }; <</script>> <<set $condition =37>> <div class="header_ch"> <div class="cell_left_ch"> </div> <div class="cell_right_ch" id="no-animation"> <div class="cell_up" > <div class="cell_1_ch" > <div class="text_cell_1"> <div class="card_info_ch"> <div class="img-container_info_ch"> <div class="img_info_ch"> <div class="color_list_container" style="flex-direction:column;"> /*-------------------------------- CHEATS -------------------------------------*/ <div style="display: flex; border: 0px solid; flex: diraction: row;"> <div style="position: relative; z-index: 10; display: flex; border: 0px solid; width:100%;"> <ul class="color-list" > <li style="color: green; font-weight: bold;">Relationship $relationship[37]</li> <li style="color: #f517ed; font-weight: bold;">Corruption $corruption[37]</li> <li style="color: #fffb00; font-weight: bold;">Obedience $obedience[37]</li> <li style="color: #31FFEC; font-weight: bold;">Temptation: $temptation[0]</li> </ul> </div> <<if $cheats_mom ==1>> <div style="position: relative; z-index: 900; display: flex; border: 0px solid green; width:30%; margin-left: -246px; "> <ul class="color-list" style="list-style-type: none; list-style: none;" > <li style="color: #f517ed; font-weight: bold; cursor: pointer;"><<link "+" Lilith>><<set $relationship[37] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Lilith>><<set $relationship[37] -->><</link>></li> <li style="color: #f517ed; font-weight: bold;"><<link "+" Lilith>><<set $corruption[37] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Lilith>><<set $corruption[37] -->><</link>></li> <li style="color: #fffb00; font-weight: bold;"><<link "+" Lilith>><<set $obedience[37] ++>><</link>><span style="padding-left: 2px; padding-right: 2px;"></span><<link "-" Lilith>><<set $obedience[37] -->><</link>></li> </ul> </div> <</if>> </div> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <div id="chaets_mom" onclick="cheats_mom()" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <<else>> <div id="chaets_mom" class="position: relative; card_information_befor" style="display:flex;margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Cheats</div> <</if>> <div id="scenes_lilith" class="position: relative; card_information_befor" style="display:flex;margin-left:109px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:-28px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Scenes</div> <div class="position: relative; card_information_befor" style=" display:flex; margin-left:1px; width:100px; justify-content:center; background-color:rgba(0,0,0,0.4);box-shadow: 0 0 3px 2px #000; margin-top:7px; text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;" >Information</div> <div class="card_information" style="position: absolute; z-index: 11; font-size:15px;line-height: 24px;text-align: justify; margin-top: 100px;"><span>This card is your sister Adriana's. <br> Adriana is a pretty wild and rebellious girl. She loves to disappear and get involved in various adventures. Her high sex drive gives her an edge in many situations <br><span style='color: gold;'>1 Bonus Scene </span></span></div> </div> </div> <div class="description card_info_ch" style="margin-left: 0px;"> <span class="title_info_ch" style="font-weight: bold; color: #479DCF; margin-left: 10px;"> Lilith </span> </div> </div> </div> </div> </div> <div class="cell_2_ch" > <div class="card" id="no-animation"> </div> </div> </div> <div class="cell_down"> <div class="card_character"> <div class="card_title__container"> <span class="card_title">Event List</span> </div> <hr class="line" /> <div id="info_card_low"> <<if $akfmac == $omega || $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <ul class="card__list"> /*---- MAX EVENT - 12 ------------*/ /*------------------- GENERAL ------------------------*/ /*//////////////////////////////////////////////////////////////////////////*/ /*----------------- GENERAL -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 0px; color: #cc00ff;">GENERAL</div> <<if $event_vain[4].quantity !=1 >> <<Task_list "<span style='font-size:15px; font-weight: bold; color: #cc00ff'>You need to progress in Vain's main storyline</span>" $event_lilith 0>> <<elseif $event_vain[4].quantity ==1>> <<set $event_lilith[0].quantity =1>> <</if>> <<if $event_lilith[0].quantity ==1>> <<Task_list "You need to talk with Lilith in the College" $event_lilith 1>> <</if>> <<if $event_lilith[2].quantity ==1>> <<Task_list "Now you can always have sex with her <br><span style='color:red; font-size: 14px;'>This concludes the story with this character in version</span>" $event_lilith 3>> <</if>> <<if $vanessa_not_this_story ==0 && $event_lilith[1].quantity == 1>> <<Task_list "<span style='color:red; font-size: 14px;'>This concludes the story with this character in version</span>" $event_lilith 3>> <</if>> /*------------------- END GENERAL ------------------------*/ /*/////////////////////////////////////////////////////////////////////////////*/ /*----------------- Lounge -----------------------------------*/ <div style="display:flex; border-bottom: 2px solid yellow; margin-right: 20px; margin-left: -20px; font-weight: bold; margin-top: 20px;">Student Lounge</div> <<if $event_lilith[1].quantity ==1 && $vanessa_not_this_story ==1>> <<Task_list "You need to come to the Student Lounge in the evening. You can't get there from outside, so you'll need to pass the time in the Lounge area to enter later" $event_lilith 2>> <</if>> </ul> <<else>> <span style="font-size:1.8rem;">Only for Patreon subscribers</span> <ul class="card__list blur"> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> <<Task_list "Get a job at a cafe-bar and meet with Kegney " $event_kagney 0>> </ul> <</if>> <<Gallery>> <div class="button_info_ch_container"><button class="button_info_ch" id="button_info_ch">Back</button></div> </div> </div> </div> </div> </div> <<ClickContainerById "scenes_lilith" "Lilith_scenes">><</ClickContainerById>> <<RandomImageOnlyWebp1 1 1 "College/Lilith/Card/Lilith" "cell_left_ch">> <<set _previous_passage_name to $previousNode>> <<set _previous_passage_name1 to $previous_passage_name>> <<if _previous_passage_name1 == "Gallery">> <<ClickContainerById "button_info_ch" "Gallery">><</ClickContainerById>> <<else>> <<ClickContainerById "button_info_ch" _previous_passage_name>><</ClickContainerById>> <</if>> <<ClickContainerById "chaets_mom" "Lilith">><</ClickContainerById>> <</nobr>>
<<nobr>> <<widget "Achievements_List">> <<set _text to $args[0]>> <<set _pers to $args[1]>> <<set _event_number to $args[2]>> <li class="card__list_item"> <span class="check"> <<if _pers[_event_number].quantity >= 1>> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="check_svg" > <path fill-rule="evenodd" fill="yellow" d="M12.416 3.376a.75.75 0 0 1 .208 1.04l-5 7.5a.75.75 0 0 1-1.154.114l-3-3a.75.75 0 0 1 1.06-1.06l2.353 2.353 4.493-6.74a.75.75 0 0 1 1.04-.207Z" clip-rule="evenodd" ></path> </svg> <</if>> </span> <<if _pers[_event_number].quantity >= 1>> <span class="list_text" style="color: #FFD700; text-shadow: 0 0 5px #FFD700, 0 0 10px #FFD700, 0 0 15px #FFA500, 0 0 20px #FFA500, 0 0 25px #FF8C00; font-weight: bold;"> _text</span> <<else>> <span class="list_text"> _text</span> <</if>> </li> <</widget>> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyPng 1 1 "College/Lilith/Lilith" "cell_center">> <style> .cell_center_tall_15 img { box-shadow: 0 0 0px rgba(0,0,0,0); } </style> <<if $vanessa_not_this_story ==1>> <<if $event_lilith[2].quantity !=1>> <br><<Text_animated_face Lilith "Wait for me in the lounge on Friday evening as we agreed">> <<elseif $event_lilith[2].quantity ==1>> <br><<Text_animated_face Lilith "Hi... I'm a bit busy right now. If you don't want to fuck, then please just leave me alone">> <br> <div class="your_room"> <div class="cell_1_yr"> <div id="Fuck_Lilith_after_all1">Fuck Her</div> </div> </div> <<ClickContainerById "Fuck_Lilith_after_all1" "Fuck_Lilith_Restroom_College">><</ClickContainerById>> <</if>> <<elseif $vanessa_not_this_story !=1>> <br><<Text_animated_face Lilith "Back off, jerk">> <</if>> <<set _previous_passage_name to $previous_passage_name>> <<if _previous_passage_name == "Student_lounge">> <<Back1 Student_lounge>> <<elseif _previous_passage_name == "Science">> <<Back1 Science>> <</if>> <</nobr>>
<<nobr>> <div class="gal_con_1"> /*---------------- Inside gallery---------------*/ /*------------------ Catalog -------------------*/ <div class="gal_catalog_1"> /*------------------ Catalog UPPER-------------------*/ <div class="up_gal_catalog"> /*////////////////////////////////////////////////////////////////////////*/ <div class="up_gal_catalog_div"> /*--------------------------------------------------------------------*/ <div class="upgal_catalog_1"> <<if $event_lilith[2].quantity !=1>> <img src="img/College/Lilith/Scene1/Lilith1.webp" alt="Card Image" class="card-image"> <div class="overlay">Scene Not Open</div> <<else>> <img id="SCENE_Lilith_Fuck1" src="img/College/Lilith/Scene1/Lilith1.webp" alt="Card Image" class="card-image1"> <</if>> </div> /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ <div class="downgal_catalog_1"></div> /*----------------------------------------------------------------------------*/ </div> /*//////////////////////////// END /////////////////////////////////////////*/ <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> <div class="up_gal_catalog_div"> <div class="upgal_catalog_1"></div> <div class="downgal_catalog_1"></div> </div> </div> </div> <br> <div class="cell_1_yr" style="border:0px solid; margin-top:3px; height: 30px;position: relative; z-index: 3"> <div id="button_info_ch" style="position: relative; z-index: 3; margin-top:0px; cursor: pointer; height: 30px; background-color: rgba(0, 0, 0, 0.7);"><img style="position:absolute; z-index:9; margin-right:76px; margin-bottom:2px; width:28px;height:28px;" src="img/Log/back1.png">Back</div> </div> </div> <<ClickContainerById "button_info_ch" "Lilith">><</ClickContainerById>> /*----------------- BONUS SCENE --------------------------*/ <<if $akfmac == $beta || $akfmac == $alpha || $akfmac == $sigma>> <<ClickContainerById "SCENE_Lilith_Fuck1" "SCENE_Lilith_Fuck1">><</ClickContainerById>> <<else>> <<ClickContainerById "SCENE_Lilith_Fuck1" "Supporter_scenes">><</ClickContainerById>> <</if>> <style> .gal_con_1 { position: relative; width: 1090px; height: 823px; margin-left: -112px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: -32px; margin-bottom: -50px; border-radius: 10px; box-shadow: 0px 0px 10px 2px #749E9A; border: 2px solid #a39b86; z-index:3; } .gal_con_1::before { position: absolute; content: ''; background-image: url('img/College/Lilith/Lilith_scenes1.webp'); background-size: cover; background-position: center; width: 100%; height: 100%; z-index: 2; border-radius: 10px; } .gal_catalog_1{ position: relative; width: 94%; height: 70%; display: flex; flex-direction: column; border: 0px solid white; border-radius: 10px; margin-top: 4px; margin-right:1px; box-shadow: 0 0 2px 1px white; z-index:3; background-color: rgba(0, 0, 0, 0.7); justify-content: center; margin-top: -40px; } .up_gal_catalog{ width: 100%; height: 100%; display: flex; text-align: center; border: 1px solid green; border-radius: 10px; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; white-space: nowrap; scroll-behavior: smooth; } .up_gal_catalog::-webkit-scrollbar { width: 10px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-track { width: 8px; background: transparent; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .up_gal_catalog::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.3); width: 4px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; margin-top:2px; margin-bottom: 2px; box-shadow: inset 0 0 0 2px #C1ABD4; } .upgal_catalog_1, .downgal_catalog_1{ width: 98%; height: 48%; display: flex; box-sizing: border-box; border: 2px solid #bd97db; border-radius: 10px; justify-content: center; align-items: center; position: relative; cursor: pointer; } .up_gal_catalog_div { width: 30%; height: 80%; display: flex; flex-direction: column; gap: 10px; border: 0px solid #C1ABD4; border-radius: 10px; justify-content: center; align-items: center; margin: auto; margin-left: 10px; margin-right: 10px; flex-shrink: 0; box-shadow: 0px 0px 2px 2px #C1ABD4; } .card-image { width: 100%; height: 100%; object-fit: cover; filter: blur(3px); transition: filter 0.3s; border-radius: 10px; opacity: 0.7; } .card-image1 { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; } .overlay1 { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 1); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 10px; } .overlay { position: absolute; z-index: 7; background-color: rgba(0, 0, 0, 0.5); color: white; display: flex; justify-content: center; align-items: center; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; border-radius: 15px; padding-left: 10px; padding-right: 10px; border: 1px solid black; text-shadow: -1px -2px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000; } </style> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Angel/Card/Angel" "cell_center">> <br><<Text_animated_face Celestia "Hey, I’m Celestia, your guide to this enticing reality. You can think of me as your angel who will watch over you and help you">> <br><<Text_animated_face Celestia "This is your home, where you can meet your Mom and your two sisters. You can move around the rooms and interact with them. In your own room, you can do all your dirty little deeds or perhaps come up with brilliant plans to achieve your goals - who knows...">> <br><<Text_animated_face Celestia "<span>Once you leave the house, you’ll encounter a vast world with its own rules and people who will surround you. You’ll need to be adaptable to achieve your goals and desires, as everything depends on you. All the main indicators are quite intuitive, and you’ll figure out where and how to use them. However, aim to improve your <span style=' color: #C3A62D'>status</span>, as it will determine your role in society</span>">> <br><<Text_animated_face Celestia "<span>On your journey, you'll meet many different alluring pussies. Be careful with them - the more you behave like a <span style=' color:#C3A62D'>SIgma</span>, the more they will cling to you, and the more power you'll have </span>">> <br><<Text_animated_face Celestia "<<Yellow_text 'You should start by finding a job because everyone needs money, even angels sometimes, to adorn their wings. Visit your room and get a job at the cafe-bar'>>">> <<set $not_1_angel_t =1>> <<Back1 "Hallway">> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Angel/Card/Angel" "cell_center">> <br><<Text_animated_face_angel Celestia "To progress further in the game, you should hire five sex workers; they will generate good income. Then, buy a Local Shop, which will provide passive income">> <<set $not_2_angel =1>> <<Back1 "Your room">> <</nobr>>
<<nobr>> <div class="header" > <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 2 2 "Angel/Card/Angel" "cell_center">> <br><<Text_animated_face_angel Celestia "You should find out what Mom has been up to after the stepfather's death. Maybe it's worth eavesdropping on her conversation in the living room and snooping through her emails">> <<set $not_3_angel =1>> <<Back1 "Mom room">> <</nobr>>
<<nobr>> <br><br><br><br><br> <br><br><br><br> <br><<Text "You can only meet these characters at the tournament, but they haven't been developed yet">> <br><<Text "For now, you can train by sparring with Cali">> <<Back1 "Sparring_box_1">> <</nobr>>
<<nobr>> <br><br><br><br><br> <br><br><br><br><br> <br><<Text "This storyline hasn’t been developed yet. Try following a different path with Lilith">> <<Back1 "College">> <</nobr>>
<<nobr>> <br><br><br><br><br> <br><br><br><br><br> <br><<Text "Try the 'Path of Character' in this version to reach a certain ending with Lilith">> <<Back1 "College">> <</nobr>>
<<nobr>> <div class="perks" id="perksContainer"> <<if $perk5 ==1>> <div id="perk1" class="perksdiv"> <img src="img/Perk1.webp"><div id="text_perk">Throat Conqueror<br> <span style='color: yellow;'>Damage: +5 </span></div></div> <</if>> <<if $perk4 ==1>> <div id="perk2" class="perksdiv"><img src="img/Perk2.webp"><div id="text_perk">Backdoor Mastery<br> <span style='color: yellow;'>Damage: +4 </span></div></div> <</if>> <<if $perk3 ==1>> <div id="perk3" class="perksdiv"> <img src="img/Perk3.webp"> <div id="text_perk">Pussy Whisperer <br> <span style='color: yellow;'>Damage: +3 </span></div> </div> <</if>> <<if $perk2 ==1>> <div id="perk4" class="perksdiv"><img src="img/Perk4.webp"><div id="text_perk"> Fingers of Fire<br> <span style='color: yellow;'>Damage: +2 </span></div></div> <</if>> <<if $perk1 ==1>> <div id="perk5" class="perksdiv"> <img src="img/Perk5.jpg"><div id="text_perk"> Puppet Master<br> <span style='color: yellow;'>Damage: +2 </span></div></div> <</if>> </div> <<script>> function showPerks() { document.getElementById('perksContainer').classList.add('show'); } setTimeout(showPerks, 100); <</script>> <br><br><br><br><br><br><br><br><br><br><br><br><br><br> <<set _previous_passage_name to $previous_passage_name>> <<Back1 _previous_passage_name>> <style> .perks { display: flex; width: 1040px; height: 170px; position: absolute; top: 30%; border: 1.5px solid #ffe400; margin-left: -90px; opacity: 1; justify-content: center; align-items: center; gap: 13px; background-color: rgba(0, 0, 0, 0.8); border-radius: 15px; box-shadow: 0 0 5px 3px #ffb900; } @media only screen and (min-height:900px) { .perks { top: 72%; } } .perksdiv { position: relative; width: 190px; height: 150px; border: 2px solid #ff00dc; transition: transform 0.3s ease, font-size 0.3s ease; font-size: 16px; border-radius: 6px; overflow: hidden; } .perksdiv:hover { transform: scale(1.06); font-size: 19px; } .perks.show { display: flex; opacity: 1; animation: slideInLeft 0.8s ease-in-out; } @keyframes slideInLeft { 0% { left: -1100px; opacity: 0; } 100% { left: 28.8%; opacity: 1; } } .Perk1_text { display:flex; position: absolute; top: 14%; z-index: 1002; align-items: center; justify-content:center; border: 0px solid red; width: 1050px; margin-left:-95px; transition: opacity 0.5s ease; } @media only screen and (min-height:900px) { .Perk1_text { margin-left: -85px; } } #perk1 img{ display: flex; width: 100%; height: 100%; } #perk2 img{ display: flex; width: 100%; height: 100%; } #perk3 img{ display: flex; width: 100%; height: 100%; } #perk4 img{ display: flex; width: 100%; height: 100%; } #perk5 img{ display: flex; width: 100%; height: 100%; } /*------------ TEXT SPECIAL EFFECTS ----------------*/ @keyframes flicker_1 { 0%, 100% { text-shadow: 0 0 5px #00ffea, 0 0 10px #0078ff, 0 0 15px #1f11ff, 0 0 20px #9c00ff, 0 0 25px #ff00ff, 0 0 30px #ff00e1, 0 0 35px #00ffe4; } 50% { text-shadow: 0 0 5px #00caff, /* Deep sky blue */ 0 0 10px #2200ff, /* Vivid blue */ 0 0 15px #5a00ff, /* Deep purple */ 0 0 20px #ff00ff, /* Magenta */ 0 0 25px #ff008d, /* Hot pink */ 0 0 30px #00ffea, /* Cyan */ 0 0 35px #00caff; /* Lighter sky blue */ } } .fire_text_1 { font-family: 'Arial', sans-serif; font-size: 48px; color: #1f11ff; text-shadow: 0 0 5px #1f11ff, /* Base blue */ 0 0 10px #0078ff, /* Electric blue */ 0 0 15px #00ffea, /* Bright cyan */ 0 0 20px #9c00ff, /* Purple */ 0 0 25px #ff00ff, /* Magenta */ 0 0 30px #ff00e1, /* Pinkish purple */ 0 0 35px #00ffe4; /* Cyan-green glow */ animation: flicker_1 1.5s infinite alternate; position: relative; display: inline-block; } .fire_text_1::before { content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: radial-gradient(circle, rgba(255,87,0,0.6), rgba(255,0,0,0.1)); filter: blur(10px); z-index: -1; background-size: contain; background-position: center -20px; } #Perk1_text { opacity: 0; animation: slideInRight 1s ease-out forwards, shake 0.5s ease-in-out 1.2s infinite; } @keyframes slideInRight { 0% { left: 100%; opacity: 0; } 100% { left: 28.8%; opacity: 1; } } #text_perk { position: absolute; width: 100%; top: 8%; font-size:17px; text-align: center; font-weight: bold; color: #946e07; font-family: 'Verdana', sans-serif; color: #ff0066; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 0 5px #ff99cc, 0 0 10px #ff66ff, 0 0 15px #cc33ff, 0 0 20px #9900ff, 2px 2px 4px rgba(0, 0, 0, 0.85); border: 0px solid rgba(255, 255, 255, 0.8); padding: 5px; animation: glow 1.5s infinite alternate ease-in-out; } @keyframes glow { 0% { text-shadow: 0 0 5px #ff99cc, 0 0 10px #ff66ff, 0 0 15px #cc33ff, 0 0 20px #9900ff, 2px 2px 4px rgba(0, 0, 0, 0.85); /* Keep black shadow strong */ } 100% { text-shadow: 0 0 10px #ff33cc, 0 0 20px #ff00ff, 0 0 25px #cc00ff, 0 0 30px #6600ff, 2px 2px 4px rgba(0, 0, 0, 0.85); } } .disabled { /*cursor: not-allowed !important;*/ cursor: wait !important; opacity: 0.5; /*pointer-events: none;*/ } .disabled:hover { transform: none; } .perksdiv:hover { cursor: pointer; } </style> <</nobr>>
<<nobr>> <div class="header"> <div class="cell_left"> </div> <div class="cell_center"> </div> <div class="cell_right"> </div> </div> <<replaceClass "cell_center" "cell_center_tall_15">><</replaceClass>> <<RandomImageOnlyWebp1 1 1 "College/Sport/Cali/Cali_after" "cell_center">> <br><<Text_animated_face Cali "Hey... I didn’t expect you to win... You deserve a reward...">> /*////////////// SEX SCENE ////////////////*/ <div id="dsfsd"></div> <div id="dsfsd_cum"></div> <br> <div class="your_room" id="your_room"> /*///////////////////////////////////////////////////////////////////////////////////////////////*/ <div class="cell_1_yr"> /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob1' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Blowjob</div>">> <<replace "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<Mp4_178 "College/Sport/Cali/BJ1/" 1 11 1>> <<set $arousal_person +=1.5>> <br><<Arousal_person>> <<else>> <<replace "#handjob1">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob2' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Finger Play</div>">> <<replace "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<Mp4_178"College/Sport/Cali/Finger1/" 1 6 2>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#handjob2">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="handjob" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='handjob3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Puppet Master</div>">> <<replace "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<Mp4_178 "College/Sport/Cali/Puppet1/" 1 6 3>> <<set $arousal_person +=1>> <br><<Arousal_person>> <<else>> <<replace "#handjob3">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='rimming_puffi_date3' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Pussy</div>">> <<replace"#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<Mp4_178 "College/Sport/Cali/Pussy1/" 1 12 4>> <<set $arousal_person +=2>> <br><<Arousal_person>> <<else>> <<replace "#rimming_puffi_date3">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='fuck_ass_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Fuck Juicy Ass</div>">> <<replace "#dsfsd">> <<if $arousal_person < $arousal_person_max && _cum_person !=1>> <<Mp4_178"College/Sport/Cali/Anal1/" 1 19 5>> <<set $arousal_person +=3>> <br><<Arousal_person>> <<else>> <<replace "#fuck_ass_beach">><</replace>> <</if>> <</replace>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ </div> <div class="cell_2_yr"> /*----------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------*/ <div id="Rimming" style="border: 0px solid #fff; box-shadow: 0 0 0px 0px;"> <<link "<div id='cumming_beach' style='border: 0px solid #fff; width:180px; padding:0px; margin:0px;'>Cumming</div>">> <<append "#dsfsd_cum">> <<if ( $arousal_person >= $arousal_person_max || $arousal_person >=10 ) && _cum_person !=1>> <br><<Mp4_178 "College/Sport/Cali/Cum" 1 1 6>> <<set _cum_person =1>> <<set $arousal_person =0>> <<set $day_time ++>> <<replace "#cumming_beach">><</replace>> <<elseif $arousal_person < $arousal_person_max && _cum_person !=1>> <<else>> <<replace "#cumming_beach">><</replace>> <</if>> <</append>> <</link>> </div> /*----------------------------------------------------------------------------------------*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ </div> /*///////////////////////////////////////////////////////////////////////////////////////////*/ <<Back1 "Sparring_box_1">> <</nobr>>