<img src="img/star_agent_banner.jpg" style="max-width: 100%;">
[[$intro_txt[0]|start]]<<nobr>>
/* 时间日期处理 */
<<if $day > 5 >><<set $weekdesc to "Weekend">>
<<else>><<set $weekdesc to "Weekdays">><</if>>
<<if $day is 1 >> <<set $daydesc to $story_caption_txt[0]>>
<<elseif $day is 2 >> <<set $daydesc to $story_caption_txt[1]>>
<<elseif $day is 3 >> <<set $daydesc to $story_caption_txt[2]>>
<<elseif $day is 4 >> <<set $daydesc to $story_caption_txt[3]>>
<<elseif $day is 5 >> <<set $daydesc to $story_caption_txt[4]>>
<<elseif $day is 6 >> <<set $daydesc to $story_caption_txt[5]>>
<<else>> <<set $daydesc to $story_caption_txt[6]>><</if>>
<<if $time >23 >> <<set $timedesc to $story_caption_txt[7]>>
<<elseif $time >21 >> <<set $timedesc to $story_caption_txt[8]>>
<<elseif $time >18 >> <<set $timedesc to $story_caption_txt[9]>>
<<elseif $time >15 >> <<set $timedesc to $story_caption_txt[10]>>
<<elseif $time >12 >> <<set $timedesc to $story_caption_txt[11]>>
<<elseif $time >5 >> <<set $timedesc to $story_caption_txt[12]>>
<<elseif $time >3 >> <<set $timedesc to $story_caption_txt[13]>><</if>>
/* 情欲 */
<<if $lust < 10 >> <<set $lustdesc to "Drained">>
<<elseif $lust < 21 >> <<set $lustdesc to "No boner">>
<<elseif $lust < 31 >> <<set $lustdesc to "Soft boner">>
<<elseif $lust < 41 >> <<set $lustdesc to "Hard boner">>
<<elseif $lust < 61 >> <<set $lustdesc to "Can't hide boner">>
<<elseif $lust < 80 >> <<set $lustdesc to "Need to have sex">>
<<else>><<set $lustdesc to "Might rape someone">> <</if>>
/* 地位 */
<<if $prestige gte 0 and $prestige lte 100>>
<<set $prestigeDesc to $prestige_txt[0]>>
<<set $prestingMin to 0>>
<<set $prestigeMax to 100>>
<<elseif $prestige gt 100 and $prestige lte 350>>
<<set $prestigeDesc to $prestige_txt[1]>>
<<set $prestingMin to 100>>
<<set $prestigeMax to 350>>
<<elseif $prestige gt 350 and $prestige lte 700>>
<<set $prestigeDesc to $prestige_txt[2]>>
<<set $prestingMin to 350>>
<<set $prestigeMax to 700>>
<<elseif $prestige gt 700 and $prestige lte 4000>>
<<set $prestigeDesc to $prestige_txt[3]>>
<<set $prestingMin to 700>>
<<set $prestigeMax to 4000>>
<<elseif $prestige gt 4000 and $prestige lte 18000>>
<<set $prestigeDesc to $prestige_txt[4]>>
<<set $prestingMin to 4000>>
<<set $prestigeMax to 18000>>
<</if>>
/* 房租 */
<<if $home is "Rented Small Apartment" >> <<set $rent to 200>>
<<elseif $home is "Rented Spacious Apartment" >> <<set $rent to 800>>
<<elseif $home is "Rented Luxury Apartment" >> <<set $rent to 10000>>
<<elseif $home is "Rented Penthouse" >> <<set $rent to 30000>>
<<elseif $home is "Owned Small Apartment" >> <<set $rent to 0>>
<<elseif $home is "Owned Spacious Apartment" >> <<set $rent to 0>>
<<elseif $home is "Owned Luxury Apartment" >> <<set $rent to 0>>
<<elseif $home is "Owned Penthouse" >> <<set $rent to 0>>
<<elseif $home is "Owned Small House" >> <<set $rent to 0>>
<<elseif $home is "Owned Medium House" >> <<set $rent to 0>>
<<elseif $home is "Owned Large House" >> <<set $rent to 0>>
<<elseif $home is "Owned Luxury Mansion" >> <<set $rent to 0>><</if>>
<h1 class="game-title">
<span class="game-name">Star Agent</span>
<span class="game-version">version 0.5</span>
</h1>
<div class="info-panel">
<div class="date-time">
<div class="date-part">
<span class="day-count">$story_caption_txt[14]</span>
<span class="week-day">$daydesc</span>
</div>
<div class="time-part">
<span class="time-period">$timedesc</span>
<span class="clock-time">
<span class="time-hour">$time</span>
<span class="time-sep">:</span>
<span class="time-min">00</span>
</span>
</div>
</div>
<div class="player-title">
<div class="player-avatar">
<img src="img/icon/MCAva.jpg"/>
</div>
<span class="player-name">
<span class="first-name">$firstname</span>
<span class="last-name">$lastname</span>
</span>
<span class="player-status">
<<if $status is "Single">> ($story_caption_txt[18]) <<else>> <</if>>
</span>
<span class="player-prestige">$prestigeDesc</span>
</div>
<div class="money">
<span class="label">$story_caption_txt[21]</span>
<span class="value"><<= formatUSD($money)>></span>
</div>
</div>
<div class="player-attributes">
<div class="player-attribute energy">
<span class="label">$story_caption_txt[15]</span>
<span class="value meter-wrapper" @data-value="$energy">
<meter @value="$energy" min="0" max="100" low="30"></meter>
</span>
</div>
<div class="player-attribute lust">
<span class="label">$story_caption_txt[16]</span>
<span class="value meter-wrapper" @data-value="$lust">
<meter @value="$lust" min="0" max="100" high="70"></meter>
</span>
</div>
<div class="player-attribute prestige">
<span class="label">$story_caption_txt[17]</span>
<span class="value meter-wrapper" @data-value="$prestige">
<meter @value="$prestige" @min="$prestingMin" @max="$prestigeMax"></meter>
</span>
</div>
</div>
<div class="extra-menu">
<<link [img['img/icon/guide.jpg']['Guide']]>><</link>>
<<link [img['img/icon/cheat.jpg']['Cheat']]>><</link>>
<<link [img['img/icon/support.jpg']]>>
<<script>>
Dialog.setup("Patreon Code", "Patreon Code");
Dialog.wiki(Story.get("Patreon Code").processText());
Dialog.open();
<</script>>
<</link>>
</div>
<</nobr>><div class ="narrator">
$intro_txt[1] <<textbox "$firstname" $firstname>> <<textbox "$lastname" $lastname>>
$intro_txt[2]</div>
<img src="img/intro/intro.jpg" style="max-width: 80%;">
<div class ="narrator">
$intro_txt[3]</div>
[[$menu_txt[1]|Intro1]]
<div class ="narrator">
$intro_txt[4]</div>
<img src="img/intro/intro1.jpg" style="max-width: 100%;">
[[$menu_txt[1]|Intro2]]
<div class ="narrator">
$intro_txt[5]</div>
<img src="img/intro/intro3.jpg" style="max-width: 100%;">
<div class ="narrator">
$intro_txt[6]</div>
[[$menu_txt[1]|Home]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "home">>
<<if $home is "Rented Small Apartment">><<toggleclass "body" "compact_apartment">><</if>>
<<if $home is "Owned Small House">><<toggleclass "body" "small_house_living">><</if>>
<<if $home is "Owned Large House">><<toggleclass "body" "large_house_living">><</if>>
<<if $arina_tryout_met_event is 0>> <<addTask>>Go to the company to work and participate in the selection of newcomers to try their luck.<</addTask>> <</if>>
<<if $releva is 0>><<set $eva_event to $eva_event_txt[0]>><</if>>
<<if $relkojima is 0>><<set $kojima_event to $kojima_event_txt[0]>><</if>>
<</nobr>>
/* Rented Small Apartment */
<<if $home is "Rented Small Apartment">>
<<if $arinastatus is "Not Met">>
<<speech "You">>$home_txt[0]<</speech>>
<<else>>
<<speech "You">>$home_txt[1]<</speech>>
<</if>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/bed_icon.jpg' width=20%>" "Bedroom">>
<</link>>
<div class="o-text">$place_txt[0]</div></div>
<div class="column">
<<link
"<img src='img/icon/bath_icon.jpg' width=20%>" "Bath Room">>
<</link>>
<div class="o-text">$place_txt[1]</div></div>
<div class="column">
<<link
"<img src='img/icon/kitchen_icon.jpg' width=20%>" "Kitchen">>
<</link>>
<div class="o-text">$place_txt[2]</div></div>
<div class="column">
<<link "<img src='img/icon/garage_icon.jpg' width=20%>" "Garage">> <</link>>
<div class="o-text">$place_txt[3]</div> </div>
<div class="column"> <<link "<img src='img/icon/call_fling_icon.jpg' width=20%>" "Call Fling">> <</link>>
<div class="o-text">$place_txt[4]</div> </div>
<<if $transportmode is not "On Foot">>
<div class="column">
<<link
"<img src='img/icon/streets_icon.jpg' width=20%>" "Streets">> <</link>>
<div class="o-text">$place_txt[21]</div></div><</if>>
<div class="column">
<<link
"<img src='img/icon/train_icon.jpg' width=20%>" "Train">> <</link>>
<div class="o-text">$place_txt[6]</div></div>
<</nobr>>
<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $home is "Rented Small Apartment">>
<<toggleclass "body" "compact_apartment_bed">><</if>>
<<if $home is "Owned Small House">>
<<toggleclass "body" "small_house_bed">><</if>>
<<if $home is "Owned Large House">>
<<toggleclass "body" "large_house_bed">><</if>>
<</nobr>>
<<nobr>>
<<if $home is "Owned Small House">> <img src="img/place/property/small_house/masterbed.jpg" style="max-width: 100%;"> <</if>>
<<if $home is "Owned Large House">> <img src="img/place/property/large_house/masterbed.jpg" style="max-width: 100%;"> <</if>>
<</nobr>>
$home_txt[2]
[[$menu_txt[2]|Sleep]] [[$menu_txt[12]|Nap]] [[$menu_txt[13]|Masturbate]] [[$menu_txt[3]|Home]]
<<nobr>>
<<set $gameday +=1>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $time lte 8>><<set $energy +=100>>
<<elseif $time gt 8 and $time lte 12>><<set $energy +=80>>
<<elseif $time gt 12 and $time lte 18>><<set $energy +=70>>
<<elseif $time gt 18 and $time lte 21>><<set $energy +=60>>
<<elseif $time gt 21 and $time lte 23>><<set $energy +=50>>
<<else>><<set $energy+=30>><</if>>
<<if $lust gt 50>><<set $energy -= 10>><<elseif $lust gt 70>><<set $energy -= 15>><</if>>
<<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<if $day is 7>> <<set $day to 0>> <<set $money -=$rent>> <<if $apartment_rent is 1>> <<set $money -=2500>><</if>> <<if $rent_medium_apart is 1>> <<set $money -=20000>><</if>>
<</if>>
<<set $daycount =+1>>
<<set $time to 7>><<set $day +=1>>
<</nobr>>
/* GIRL SLEEPING */
<<nobr>>
<<set $wake_in_compact_apartment to 0>>
<<if $location is "Apartment">>
[[$menu_txt[0]|Apartment]]
<<else>>
[[$menu_txt[0]|Bedroom]]
<</if>>
<</nobr>>
<<nobr>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy +=30>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>$home_txt[5]<</speech>>
<img src="img/icon/nap.jpg" style="max-width: 60%;">
[[$menu_txt[0]|Bedroom]]
<<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust -=50>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>$home_txt[6]<</speech>>
<video controls autoplay muted loop><source @src='"video/"+either("masturbate_1","masturbate_2","masturbate_3","masturbate_4")+".mp4"' type="video/mp4"></video>
[[$menu_txt[6]|Bedroom]]
$home_txt[3]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $home is "Owned Large House">><<toggleclass "body" "largehouse_bath">><</if>>
<</nobr>>
<<if $home is "Rented Small Apartment">> <img src="img/place/property/small_apartment/small_apart_bath.jpg" style="max-width: 50%;">
[[$menu_txt[14]|Shower]] [[$menu_txt[3]|Home]]
<</if>>
<<if $home is "Owned Small House">> <img src="img/place/property/small_house/bath.jpg" style="max-width: 100%;">
[[$menu_txt[14]|Shower]] [[$menu_txt[3]|Home]]
<</if>>
<<if $home is "Owned Large House">> <img src="img/place/property/large_house/shower.jpg" style="max-width: 100%;">
[[$menu_txt[14]|Shower]] [[$menu_txt[3]|Home]]
<</if>>
<<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust -=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>$home_txt[7]<</speech>>
<img src="video/shower.gif" style="max-width: 60%;">
<<if $location is "compact_apartment">>[[$menu_txt[3]|Compact Apartment Bath]]<<elseif $location is "Medium Apartment">>[[$menu_txt[3]|Medium Apartment Shower]]<<else>>[[$menu_txt[3]|Home]] <</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $home is "Rented Small Apartment">>
<img src="img/place/property/small_apartment/small_apart_kitchen.jpg" style="max-width: 80%;">
<<nobr>>
<<if $time <12>>[[$menu_txt[15]|Have Breakfast]] [[$menu_txt[3]|Home]]<<elseif $time <17>>[[$menu_txt[16]|Have Lunch]] [[$menu_txt[3]|Home]]<<else>>[[$menu_txt[17]|Have Dinner]] [[$menu_txt[3]|Home]]<</if>>
<</nobr>><<elseif $home is "Owned Small House">> <img src="img/place/property/small_house/kitchen.jpg" style="max-width: 100%;">
<<nobr>> <<if $time <12>>[[$menu_txt[15]|Have Breakfast]] [[$menu_txt[3]|Home]]<<elseif $time <17>>[[$menu_txt[16]|Have Lunch]] [[$menu_txt[3]|Home]]<<else>>[[$menu_txt[17]|Have Dinner]] [[$menu_txt[3]|Home]]<</if>>
<</nobr>><<elseif $home is "Owned Large House">> <img src="img/place/property/large_house/kitchen.jpg" style="max-width: 100%;">
<<nobr>> <<if $time <12>>[[$menu_txt[15]|Have Breakfast]] [[$menu_txt[3]|Home]]<<elseif $time <17>>[[$menu_txt[16]|Have Lunch]] [[$menu_txt[3]|Home]]<<else>>[[$menu_txt[17]|Have Dinner]] [[$menu_txt[3]|Home]]<</if>>
<</nobr>>
<</if>>
<<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>$home_txt[8]<</speech>>
<img src="img/breakfast.jpg" style="max-width: 60%;">
<<nobr>>
<<if $location is "home">>[[$menu_txt[3]|Home]]
<<elseif $location is "Medium Apartment">>[[$menu_txt[3]|Medium Apartment Living]]
<<elseif $location is "compact_apartment">>[[$menu_txt[3]|Studio Apartment Bed]]
<<else>>[[$menu_txt[3]|Home]]<</if>><</nobr>>
<<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>$home_txt[9]<</speech>>
<img src="img/lunch.jpg" style="max-width: 60%;">
<<nobr>>
<<if $location is "home">>[[$menu_txt[3]|Home]]
<<elseif $location is "Medium Apartment">>[[$menu_txt[3]|Medium Apartment Living]]
<<elseif $location is "compact_apartment">>[[$menu_txt[3]|Studio Apartment Bed]]
<<else>>[[$menu_txt[3]|Home]]<</if>><</nobr>>
<<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>$home_txt[10]<</speech>>
<img src="img/dinner.jpg" style="max-width: 60%;">
<<nobr>>
<<if $location is "home">>[[$menu_txt[3]|Home]]
<<elseif $location is "Medium Apartment">>[[$menu_txt[3]|Medium Apartment Living]]
<<elseif $location is "compact_apartment">>[[$menu_txt[3]|Studio Apartment Bed]]
<<else>>[[$menu_txt[3]|Home]]<</if>><</nobr>>
<img src="img/place/mall.png" style="max-width: 80%;">
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "Mall">>
<</nobr>>
<<if $watch is 0>>
<<speech "You">>$streets_txt[4] <</speech>>
<<else>>
<<speech "You">> $streets_txt[5] <</speech>>
<</if>>
<<nobr>>
<div class="column">
<<if $watch is 0>>
<<link
"<img src='img/icon/watch.jpg' width=20%>" "Buy watch">>
<</link>>
<h3>$commodity_txt[0]</h3>
<p>$75,000</p>
<<else>>
<<link
"<img src='img/icon/Rolex.jpg' width=20%>" "Buy Rolex">>
<</link>>
<h3>$commodity_txt[1]</h3>
<p>$350,000</p>
<</if>>
</div>
<div class="column">
<<link
"<img src='img/icon/jewelry.jpg' width=20%>" "Buy jewelry">>
<</link>>
<h3>$commodity_txt[2]</h3>
<p>$700,000</p>
</div>
<div class="column">
<<link
"<img src='img/icon/handbag.jpg' width=20%>" "Buy handbag">>
<</link>>
<h3>$commodity_txt[3]</h3>
<p>$150,000</p>
</div>
<</nobr>>
[[$menu_txt[3]|Streets]]
<<nobr>>
<<toggleclass "body" "office_lounge">>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<set $location to "office">>
<<if $arina_tryout_met_event < 1>>
<<speech "Liya">>$streets_txt[1]<</speech>>
<<speech "You">>OK.<</speech>>
[[$streets_txt[2]|Arina Tryout Met event]]
<<elseif $corpodesc is "AVP" and $avp_promotion_event is 0>>
<<else>>
<img src="img/place/company_lobby.jpg" style="max-width: 80%;">
<<speech "You">>$streets_txt[3]<</speech>>
<<nobr>>
<div class="column">
<<link "<img src='img/icon/interact_colleague_icon.jpg' width=20%>"
"Interact">><</link>>
<div class="o-text">$place_txt[16]</div></div>
<div class="column">
<<link "<img src='img/icon/work_icon.jpg' width=20%>" "Do work">> <</link>>
<div class="o-text">$place_txt[15]</div></div>
<div class="column">
<<link "<img src='img/icon/Explore.jpg' width=20%>" "Explore">> <</link>>
<div class="o-text">$place_txt[22]</div></div>
<div class="column">
<<link "<img src='img/place/redsofa_icon.jpg' width=30%>" "Red Sofa">> <</link>>
<div class="o-text">$place_txt[17]</div></div>
<div class="column">
<<link "<img src='img/place/offe_toilet_icon.jpg' width=30%>" "Toilet">> <</link>>
<div class="o-text">$place_txt[23]</div></div>
<div class="column">
<<link "<img src='img/place/mall_icon.jpg' width=25%>" "Streets">><</link>>
<div class="o-text">$place_txt[18]</div></div>
<</nobr>>
<</if>>
<div class ="narrator">
Wanna change name? <<textbox "$firstname" $firstname>> <<textbox "$lastname" $lastname>>
Want more money? <<link 'Add $1,00,000'>><<set $money += 100000>><<goto `passage()`>> <</link>><<link 'Add $1,000,000'>><<set $money += 1000000>><<goto `passage()`>> <</link>> <<if recall("patreon code") is true >><<link 'Add $10,000,000'>><<set $money += 10000000>><<goto `passage()`>> <</link>><</if>>
Wanna more items?<<link 'get watch'>><<set $watch to 1>><<goto `passage()`>><</link>> <<link 'add Rolex'>><<set $rolex +=1>><<goto `passage()`>><</link>> <<link 'add Jewelry'>><<set $jewelry +=1>><<goto `passage()`>><</link>> <<link 'add Handbag'>><<set $handbag +=1>><<goto `passage()`>><</link>>
<<if recall("patreon code") is true >>
<<link 'Set Saika Relationship to Max'>><<set $relsaika to 100>><<goto `passage()`>><</link>>
<<link 'Add 1000 Saika Popularity'>><<set $saika_popularity += 1000>><<goto `passage()`>><</link>>
<<link 'Set Saika Act to Max'>><<set $saika_act to 100>><<goto `passage()`>><</link>>
<<link 'Set Eva Relationship to Max'>><<set $releva to 100>><<goto `passage()`>><</link>>
saika_hospital_help_event:<<textbox "$saika_hospital_help_event" $saika_hospital_help_event>>
saika_train_help_event:<<textbox "$saika_train_help_event" $saika_train_help_event>>
<<link 'Saika Signed'>><<set $saikastatus to "Signed">><<set $employee.push({name:'Saika', profession:$office_interact_txt[1], imgsrc:'img/char/saika/saika_icon.jpg', title:'Saika Office Interaction'})>><<goto `passage()`>>
<</link>>
<<link 'Eva Signed'>><<set $evastatus to "Signed">> <<set $employee.push({name:'Eva', profession:$office_interact_txt[2], imgsrc:'img/char/Eva/Eva_icon.jpg', title:'Eva Office Interaction'})>> <<goto `passage()`>>
<</link>>
<<link 'skip 1 hour'>><<set $time += 1>><<goto `passage()`>><</link>> <<link 'skip 2 hour'>><<set $time += 2>><<goto `passage()`>><</link>> <<link 'skip 4 hour'>><<set $time += 4>><<goto `passage()`>><</link>>
<</if>>
</div>
<<nobr>>
<<if $location is "home">>[[$menu_txt[3]|Home]]
<<elseif $location is "club">>[[$menu_txt[3]|Club]]
<<elseif $location is "mall">>[[$menu_txt[3]|Mall]]
<<elseif $location is "office">>[[$menu_txt[3]|Office]]
<<elseif $location is "streets">>[[$menu_txt[3]|Streets]]
<<elseif $location is "SPA">>[[$menu_txt[3]|SPA]]
<<elseif $location is "restaurant">>[[$menu_txt[3]|Restaurant]]
<<elseif $location is "hospital">>[[$menu_txt[3]|Hospital]]
<<elseif $location is "Training Center">>[[$menu_txt[3]|Training Center]]
<<elseif $location is "Start">>[[$menu_txt[3]|Init]]
<<else>>[[$menu_txt[3]|Streets]]<</if>><</nobr>><<nobr>>
<<set $train to 1>> <<set $transportmode to "On Foot">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $_num = random(1,10)>>
<</nobr>>
<<if $time gte 9 and $time lte 12 and $saikastatus is "Escort" and $_num > 5>>
<div class ="narrator">$train_txt[0]</div>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_train_0/"+either("train_1")+".mp4"' type="video/mp4"></video>
[[$menu_txt[1]|Saika train help event]]
<<elseif $time < 12 and $_num > 2 and $saikastatus is "Not Met">>
<<speech "You">>$train_txt[1]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_train_0/"+either("train_2")+".mp4"' type="video/mp4"></video>
<<set $saika_event to $saika_event_txt[0]>>
[[$menu_txt[1]|Streets]]
<<else>>
<<speech "You">>$train_txt[2]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"video/"+either("train")+".mp4"' type="video/mp4"></video>
[[$menu_txt[1]|Streets]]<</if>><<nobr>>
<<if $transportmode is "On Foot">>
<<if $time <17>>
<video controls autoplay loop><source @src='"video/"+either("newyork_day_outside")+".mp4"' type="video/mp4"></video><<else>>
<video controls autoplay loop><source @src='"video/"+either("new_york_night")+".mp4"' type="video/mp4"></video><</if>><</if>>
<<set $location to "streets">>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
$streets_txt[0]
<<nobr>>
<div class="column">
<<link
"<img src='img/place/home.jpg' width=20%>" "Home">>
<</link>>
<div class="o-text">$place_txt[7]</div></div>
<div class="column">
<<link
"<img src='img/place/filmcity_icon.jpg' width=20%>" "Office">>
<</link>>
<div class="o-text">$place_txt[8]</div></div>
<div class="column">
<<link
"<img src='img/place/mall_icon.jpg' width=20%>" "Mall">>
<</link>>
<div class="o-text">$place_txt[9]</div></div>
<div class="column">
<<link
"<img src='img/place/canting_icon.jpg' width=20%>" "Restaurant">>
<</link>>
<div class="o-text">$place_txt[10]</div></div>
<div class="column">
<<link
"<img src='img/place/club_icon.jpg' width=20%>" "Club">>
<</link>>
<div class="o-text">$place_txt[11]</div></div>
<div class="column">
<<link
"<img src='img/place/spa_icon.jpg' width=20%>" "SPA">>
<</link>>
<div class="o-text">SPA</div></div>
<div class="column">
<<link
"<img src='img/place/hospital_icon.jpg' width=20%>" "Hospital">>
<</link>>
<div class="o-text">$place_txt[12]</div></div>
<div class="column">
<<link
"<img src='img/place/Industrial_icon.jpg' width=20%>" "Industrial Zone">>
<</link>>
<div class="o-text">$place_txt[13]</div></div>
<div class="column">
<<link
"<img src='img/place/char_icon.jpg' width=20%>" "Char Location">>
<</link>>
<div class="o-text">$place_txt[14]</div></div>
<</nobr>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "SPA">>
<</nobr>>
<<if $time < 18>>
<<speech "Brothel">>$spa_txt[0]<</speech>>
<img src="img/place/brothel_daytime.jpg" style="max-width: 80%;">
[[$menu_txt[4]|Streets]]
<<else>>
<video controls autoplay muted playsinline loop><source @src='"video/"+either("spa_3","spa_1","spa_2")+".mp4"' type="video/mp4"></video>
<<speech "Brothel">>$spa_txt[1]<</speech>>
<<speech "Brothel">>$spa_txt[2]<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/RION.jpg' width=20%>" "rion spa">>
<</link>>
<h3>RION($3000)</h3></div>
<div class="column">
<<link
"<img src='img/icon/saika.jpg' width=20%>" "saika spa">>
<</link>>
<h3>$commodity_txt[10]</h3></div>
<div class="column">
<<link
"<img src='img/icon/konan.jpg' width=20%>" "konan spa">>
<</link>>
<h3>Konan($5000)</h3></div>
<</nobr>>
[[$menu_txt[4]|Streets]] <</if>><meter @value="$relsaika" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("welcome")+".mp4"' type="video/mp4"></video>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $saikastatus is "Not Met">><<set $saikastatus to "Escort">><</if>>
<</nobr>>
<<if $saikastatus is "Not Met">><<speech "Saika">>$saika_spa_txt[0]<</speech>>
<<speech "You">>$saika_spa_txt[1]<</speech>>
<<speech "Saika">> $saika_spa_txt[2]<</speech>><<else>>
<<speech "Saika">>$saika_spa_txt[3]<</speech>>
<</if>>
<<nobr>>
<div class="column">
<<link
"<img src='img/char/Saika/saika_massage.jpg' width=20%>" "Saika Massage">>
<</link>>
<p>$commodity_txt[11]</p></div>
<div class="column">
<<link
"<img src='img/char/Saika/saika_private.jpg' width=20%>" "Saika Private Room">>
<</link>>
<p>$commodity_txt[12]</p></div>
<div class="column">
<<link
"<img src='img/char/Saika/bubble_bath.jpg' width=20%>" "Saika Bubble Bath">>
<</link>>
<p>$commodity_txt[13]</p></div>
<</nobr>>
[[$menu_txt[4]|SPA]]<<if $saikastatus is "Not Met">><<set $saikastatus to "Escort">><</if>>
<<if $money <3000>><<speech "You">>>$message_txt[3]<</speech>>
[[$menu_txt[3]|saika spa]]
<<else>>
<<nobr>>
<<if $saikastatus is "Not Met">><<set $saikastatus to "Escort">><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relsaika += 3>>
<<if $saika_train_help_event is 0>>
<<set $saika_event to $saika_event_txt[1]>>
<<if $relsaika gt 50 >><<set $relsaika to 50>><</if>>
<</if>>
<<set $money -=3000>> <<set $moneyspenthooker +=3000>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Saika">> $saika_spa_txt[4]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("massage_1","massage_2","massage_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_spa_txt[5]<</speech>>
[[$sex_menu_txt[25]|Saika Massage Upper]] [[$sex_menu_txt[26]|Saika Massage Leg]] [[$sex_menu_txt[27]|Saika Massage SJ]]
<</if>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_spa_txt[8]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("massage_leg_1","massage_leg_2","massage_leg_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_spa_txt[9]<</speech>>
[[$sex_menu_txt[25]|Saika Massage Upper]] [[$sex_menu_txt[26]|Saika Massage Leg]] [[$sex_menu_txt[27]|Saika Massage SJ]]<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_spa_txt[10]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("massage_sj_1","massage_sj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_spa_txt[11]<</speech>>
[[$sex_menu_txt[25]|Saika Massage Upper]] [[$sex_menu_txt[26]|Saika Massage Leg]] [[$sex_menu_txt[27]|Saika Massage SJ]] [[$sex_menu_txt[19]|Saika Massage T]] <<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $language == "zh">>
<<speech "Saika">>$saika_spa_txt[12]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("massage_t")+".mp4"' type="video/mp4"></video>
[[$sex_menu_txt[3]|Saika Massage HJ]]<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_spa_txt[13]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("massage_hj_1","massage_hj_2","massage_hj_3")+".mp4"' type="video/mp4"></video>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Massage HJ Cum]]<<else>>
[[$sex_menu_txt[12]|Saika Massage HJ]] <<if $lust>70>>[[$sex_menu_txt[13]|Saika Massage HJ Cum]]<</if>><</if>>
<<nobr>>
<<set $lust -=100>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_saika +=1>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Saika">> $saika_spa_txt[14]<</speech>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_0/"+either("massage_cum")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ah~Ah~Fuckkk!!~ <</speech>>
[[$menu_txt[1]|Saika Massage HJ aftermath]]
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_spa_txt[15]<</speech>>
<<speech "You">>$saika_spa_txt[16]<</speech>>
<<speech "Saika">>$saika_spa_txt[17]<</speech>>
[[$menu_txt[4]|Streets]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saika">> >$saika_spa_txt[6]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("massage_1","massage_2","massage_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_spa_txt[7] <</speech>>
[[$sex_menu_txt[25]|Saika Massage Upper]] [[$sex_menu_txt[26]|Saika Massage Leg]] [[$sex_menu_txt[27]|Saika Massage SJ]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>><</nobr>>
<<if $money <10000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|saika spa]]
<<else>>
<<nobr>>
<<if $saikastatus is "Not Met">><<set $saikastatus to "Escort">><</if>>
<<if $saika_train_help_event is 0>>
<<set $saika_event to $saika_event_txt[1]>>
<<if $relsaika gt 50 >><<set $relsaika to 50>><</if>>
<</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[0]<</speech>>
<video controls autoplay loop><source @src='"sexvid/saika_spa_1/"+either("massage_1","massage_2","massage_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_private_room_txt[1]<</speech>>
[[$menu_txt[4]|saika spa]] <<if $saika_train_help_event is 1>>[[$menu_txt[5]|Saika Private Room chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]]<</if>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -=10000>> <<set $moneyspenthooker +=10000>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[2]<</speech>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_1/"+either("massage_1","massage_2","massage_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_private_room_txt[3]<</speech>>
[[$sex_menu_txt[25]|Saika Private Upper]] [[$sex_menu_txt[26]|Saika Private Leg]] [[$sex_menu_txt[19]|Saika Private T]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[4]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_1/"+either("massage_leg_1")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_private_room_txt[5]<</speech>>
[[$sex_menu_txt[25]|Saika Private Upper]] [[$sex_menu_txt[26]|Saika Private Leg]] [[$sex_menu_txt[19]|Saika Private T]]<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[6]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_1/"+either("massage_t")+".mp4"' type="video/mp4"></video>
[[$sex_menu_txt[21]|Saika Private Kiss]] [[$sex_menu_txt[4]|Saika Private BJ]] [[$sex_menu_txt[3]|Saika Private HJ]]
<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[12]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_1/"+either("hj_1","hj_2")+".mp4"' type="video/mp4"></video>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<<else>>
[[$sex_menu_txt[21]|Saika Private Kiss]] [[$sex_menu_txt[4]|Saika Private BJ]] [[$sex_menu_txt[3]|Saika Private HJ]] <<if $lust>70>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[9]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_1/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_private_room_txt[10]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<<else>>
[[$sex_menu_txt[21]|Saika Private Kiss]] [[$sex_menu_txt[4]|Saika Private BJ]] [[$sex_menu_txt[3]|Saika Private HJ]]] <<if $lust>70>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[7]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_1/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_private_room_txt[8]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<<else>>
[[$sex_menu_txt[21]|Saika Private Kiss]] [[$sex_menu_txt[4]|Saika Private BJ]] [[$sex_menu_txt[3]|Saika Private HJ]]<</if>><<nobr>>
<<set $lust -=100>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_saika +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[13]<</speech>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_1/"+either("massage_cum")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ah~Ah~<</speech>>
[[$menu_txt[1]|Saika Private aftermath]]
<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_private_room_txt[11]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_1/"+either("mt_1","mt_2","mt_3")+".mp4"' type="video/mp4"></video>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<<else>>
[[$sex_menu_txt[21]|Saika Private Kiss]] [[$sex_menu_txt[4]|Saika Private BJ]] [[$sex_menu_txt[3]|Saika Private HJ]] <<if $lust>70>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<</if>><</if>><video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_1/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_private_room_txt[14]<</speech>>
<<speech "You">>$saika_private_room_txt[15]<</speech>>
<<speech "Saika">>$saika_private_room_txt[16]<</speech>>
[[$menu_txt[4]|Streets]]<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
$home_txt[4]
<img src="img/place/property/small_apartment/garage_icon.jpg" style="max-width: 50%;">
[[$menu_txt[3]|Home]]<meter @value="$relsaika" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<div class ="narrator">$saika_private_room_txt[17]</div>
<video controls autoplay loop><source @src='"sexvid/saika_spa_1/"+either("chat_1","chat_2","chat_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_private_room_txt[18]<</speech>>
[[$menu_txt[4]|Saika Private Room]] [[$saika_private_room_txt[19]|Saika Train Chat]] [[$saika_private_room_txt[20]|Saika Family Chat]] [[$saika_private_room_txt[21]|Saika Sex Chat]] <<if $saikadreamchat > 0 and $relsaika gte 60 and $watch is 1 and $saikastatus isnot "Signed" and $saikastatus isnot "Fired">>[[$menu_txt[20]|Saika Sign Chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]]
<<if $saikastatus is "Signed">>[[$saika_private_room_txt[23]|Saika Special Service]]<</if>><meter @value="$relsaika" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relsaika +=5>><<if $relsaika lt 0>><<set $relsaika to 0>><<elseif $relsaika gt 100>><<set $relsaika to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_spa_1/"+either("chat_1","chat_2","chat_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> $saika_private_room_txt[24]<</speech>>
<<speech "Saika">> $saika_private_room_txt[25]<</speech>>
<<speech "Saika">>$saika_private_room_txt[26]<</speech>>
$saika_status_txt[1]
<<speech "You">>$saika_private_room_txt[18]<</speech>>
[[$saika_private_room_txt[20]|Saika Family Chat]] [[$saika_private_room_txt[21]|Saika Sex Chat]] <<if $saikadreamchat > 0 and $relsaika > 60 and $watch is 1 and $saikastatus isnot "Signed">>[[$menu_txt[20]|Saika Sign Chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]] [[$saika_private_room_txt[22]|Saika Private Room chat]]
<meter @value="$relsaika" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relsaika +=5>><<if $relsaika lt 0>><<set $relsaika to 0>><<elseif $relsaika gt 100>><<set $relsaika to 100>><</if>>
<<set $saikadreamchat to 1>>
<<set $saika_hospital_help_event to 1>>
<<set $saika_event to $saika_event_txt[3]>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_spa_1/"+either("chat_1","chat_2","chat_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> $saika_private_room_txt[27]<</speech>>
<<speech "Saika">>$saika_private_room_txt[28]<</speech>>
<<speech "Saika">>$saika_private_room_txt[29]<</speech>>
<<speech "Saika">>$saika_private_room_txt[30]<</speech>>
<<speech "You">>$saika_private_room_txt[31]<</speech>>
<<speech "Saika">>$saika_private_room_txt[32]<</speech>>
<<if $watch is 1>>
<<speech "You">>$saika_private_room_txt[33]<</speech>>
<<else>>
<<speech "You">>$message_txt[4]<</speech>><</if>>
$saika_status_txt[1]
<<speech "You">>$saika_private_room_txt[18]<</speech>>
[[$saika_private_room_txt[19]|Saika Train Chat]] [[$saika_private_room_txt[21]|Saika Sex Chat]] <<if $saikadreamchat > 0 and $relsaika > 60 and $watch is 1 and $saikastatus isnot "Signed">>[[$menu_txt[20]|Saika Sign Chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]] [[$saika_private_room_txt[22]|Saika Private Room chat]]<meter @value="$relsaika" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relsaika +=5>><<if $relsaika lt 0>><<set $relsaika to 0>><<elseif $relsaika gt 100>><<set $relsaika to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_spa_1/"+either("chat_1","chat_2","chat_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> $saika_private_room_txt[34]<</speech>>
<<speech "Saika">>$saika_private_room_txt[35]<</speech>>
<<speech "You">> $saika_private_room_txt[36]<</speech>>
<<speech "Saika">>$saika_private_room_txt[37]<</speech>>
<<speech "Saika">>$saika_private_room_txt[38]<</speech>>
<<speech "You">>$saika_private_room_txt[39]<</speech>>
<<speech "Saika">>$saika_private_room_txt[40]<</speech>>
$saika_status_txt[1]
<<speech "You">>$saika_private_room_txt[18]<</speech>>
[[$saika_private_room_txt[19]|Saika Train Chat]] [[$saika_private_room_txt[20]|Saika Family Chat]] <<if $saikadreamchat > 0 and $relsaika > 60 and $watch is 1 and $saikastatus isnot "Signed">>[[$menu_txt[20]|Saika Sign Chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]] [[$saika_private_room_txt[22]|Saika Private Room chat]]
<meter @value="$relsaika" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relsaika +=10>><<if $relsaika lt 0>><<set $relsaika to 0>><<elseif $relsaika gt 100>><<set $relsaika to 100>><</if>>
<<set $prestige += 50>>
<<set $money += 300000>>
<<set $saikastatus to "Signed">>
<<set $employee.push({name:'Saika', profession:$office_interact_txt[1], imgsrc:'img/char/saika/saika_icon.jpg', title:'Saika Office Interaction'})>>
<<set $saika_event to $saika_event_txt[4]>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_spa_1/"+either("signed")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_private_room_txt[41]<</speech>>
<<speech "Saika">>$saika_private_room_txt[42]<</speech>>
<<speech "You">>$saika_private_room_txt[43]<</speech>>
<<speech "Saika">>$saika_private_room_txt[44]<</speech>>
<<speech "You">>$saika_private_room_txt[45]<</speech>>
<<speech "Saika">>$saika_private_room_txt[46]<</speech>>
<<speech "You">>$saika_private_room_txt[47]<</speech>>
<<speech "Saika">>$saika_private_room_txt[48]<</speech>>
<<speech "You">>$saika_private_room_txt[49]<</speech>>
<<speech "Saika">>$saika_private_room_txt[50]<</speech>>
$saika_status_txt[2]
$saika_status_txt[6]
$message_txt[5]
$message_txt[6]
[[$menu_txt[6]|Streets]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_3/"+either("massage_1")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_special_service_txt[0]<</speech>>
[[$sex_menu_txt[21]|Saika Special Kiss]]
<<set $relsaika to 0>>
<<speech "You">>$train_txt[7]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_train_0/"+either("train_4_1","train_4_2")+".mp4"' type="video/mp4"></video>
$saika_status_txt[5]
[[$menu_txt[1]|Streets]]
<<nobr>>
<<if $saika_train_help_event is 0>>
<<set $relsaika +=10>><<if $relsaika lt 0>><<set $relsaika to 0>><<elseif $relsaika gt 100>><<set $relsaika to 100>><</if>>
<<set $saika_train_help_event to 1>>
<<set $saikastatus to "Train Help Her">><</if>>
<<set $saika_event to $saika_event_txt[2]>>
<</nobr>>
<<speech "You">>$train_txt[8]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_train_0/"+either("train_5")+".mp4"' type="video/mp4"></video>
$saika_status_txt[2]
[[$menu_txt[1]|Streets]]
<div class ="narrator">$train_txt[3]</div>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_train_0/"+either("train_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$train_txt[4]<</speech>>
[[$train_txt[5]|Saika trian unhelp]] [[$train_txt[6]|Saika train help]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $language == "zh">>
<img src="img/intro/intro2_2.gif" style="max-width: 100%;">
<div class ="narrator">
在一次新秀选拔活动中,我发现了一位极具潜力的新人演员-Arina。这个年轻人有着出色的表演天赋,无论是情感的细腻演绎,还是对角色的深刻理解,都远超同龄人。</div>
<img src="img/intro/intro2_2.jpg" style="max-width: 50%;">
<div class ="narrator">
我坚信,只要给予适当的培养和机会,她必将在娱乐圈崭露头角。于是,我毫不犹豫地向这位新人伸出了橄榄枝,详细地阐述了自己的规划和对她的期望,眼中满是真诚与期待。</div>
[[继续|Arina tryout met 1]]
<<else>>
<img src="img/intro/intro2_2.gif" style="max-width: 100%;">
<div class ="narrator">
At a rookie talent - scouting event, I stumbled upon Arina, a young actress with boundless potential. Her acting prowess was truly remarkable. She could convey the most nuanced emotions and demonstrate an in - depth understanding of characters, putting her light - years ahead of others in her age group. </div>
<img src="img/intro/intro2_2.jpg" style="max-width: 100%;">
<div class ="narrator">
I was convinced that with the right nurturing and opportunities, she was destined to shine brightly in the entertainment world. Without a moment's hesitation, I reached out to her, laying out my well - thought - out plans and high hopes for her future, my eyes ablaze with sincerity and anticipation.</div>
[[Continue|Arina tryout met 1]]
<</if>>
<<set $arinastatus to "Tryout Met">>
<<set $arina_tryout_met_event to 1>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $language == "zh">>
<div class ="narrator">
我站在后台的走廊上,手里还握着刚刚和Arina的对话记录。我原本以为,这次新人大赛终于可以找到一位能与自己达成共鸣的新人,但命运似乎总爱捉弄人,一家财大气粗、在业内颇具影响力的大经纪公司也盯上了这位新人。他们凭借雄厚的资源和诱人的条件,轻而易举地将这位新人从我手中抢走。
我站在后台的角落,目送着Arina被经纪人团团围住的场景。她低着头,脸上带着一抹勉强的微笑,明显心不在焉。我的心中涌起一股难以言说的挫败感,却又无能为力。
心累,我决定去卫生间抽根烟。</div>
<img src="img/intro/intro5.png" style="max-width: 100%;">
[[继续|Arina tryout met2]]
<<else>>
<div class ="narrator">
I was standing in the hallway backstage, holding a transcript of my conversation with Arina. I originally thought that this newcomer competition could finally find a new person who could resonate with me, but fate seems to love to play tricks on people, and a big brokerage company with deep money and influence in the industry has also targeted this new person. With their vast resources and attractive terms, they easily snatched the new man away from me.
I stood in the corner backstage, watching Arina surrounded by agents. With her head down and a forced smile on her face, she was visibly distracted. I was overwhelmed with unspeakable frustration, yet powerless to do anything about it.
Tired, I decided to go to the bathroom to smoke a cigarette.</div>
<img src="img/intro/intro5.png" style="max-width: 100%;">
[[Continue|Arina tryout met2]]
<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=4>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<if $language == "zh">>
<div class ="narrator">
十分钟后,正当我倍感无奈,躲在卫生间抽烟时,突然听到某个人的自言自语:"为什么要我每周都提交这些数据……"
听到这句话,我愣了一下,
“是Arina的声音!”,当我意识到这个声音属于谁时,身体已经下意识的冲出卫生间。
但是当我冲出卫生间时,却并没有看到Arina的身影。
我无奈的往回走着,突然瞥见更新衣的门没关死,通过更衣室的门缝,我看到了Arina。此时,她的手指正微微发抖,手中的合同并没有被她的身体完全遮盖住。
在一瞥之间,我看到了一段让我浑身发冷的文字:
“每周必须提交身体数据。”</div>
<img src="img/intro/intro4.png" style="max-width: 100%;">
<div class ="narrator">
我的瞳孔微微收缩,手指不自觉地攥紧。
这个条款显得如此不自然,仿佛一根刺,直勾勾地扎在我的神经上。我想起Arina在签约时的犹豫与不耐,想起她总是刻意避免与人对视的举动。
我有一种无法摆脱的预感,一个阴谋似乎正在悄然展开,而Arina正被推入这个漩涡的中心。我必须做些什么,但我又能做些什么?</div>
[[结束|Office]]
<<else>>
<div class ="narrator">
Ten minutes later, while I was feeling helpless and hiding in the bathroom smoking, I suddenly heard someone say to himself: "Why do I have to submit these data every week..."
When I heard that, I froze for a second,
"It's Arina's voice!" When I realized who the voice belonged to, my body had subconsciously rushed out of the bathroom.
But when I rushed out of the bathroom, Arina was nowhere to be seen.
I had no choice but to walk back, suddenly caught a glimpse of the new clothes door open, through the locker room door, I saw Arina. At this point, her fingers were shaking slightly, and the contract in her hand was not completely covered by her body.
In a glance, I saw a text that sent chills down my spine:
"You have to submit your physical data every week."</div>
<img src="img/intro/intro4.png" style="max-width: 100%;">
<div class ="narrator">
My pupils contracted slightly, my fingers clenched involuntarily.
This clause seemed so unnatural, like a thorn in my nerve. I thought of Arina's hesitation and impatience in signing the contract, and how she deliberately avoided making eye contact.
I had a haunting premonition that a conspiracy seemed to be quietly unfolding, and Arina was being thrust into the center of this maelstrom. I must do something, but what can I do?</div>
[[End|Office]]
<</if>><<if $time >= 24>>
<<speech "You">>$message_txt[8]<</speech>>
[[$menu_txt[22]|Home]]
<<elseif $energy gt 10>>
<<goto "Work Event">>
<<else>>
<<speech "You">>$message_txt[9]<</speech>>
[[$menu_txt[3]|Office]]
<</if>>
<<if $money <75000 >>
<<speech "You">>$message_txt[3]<</speech>>
<<elseif $watch is not 0>>
<<speech "You">>$streets_txt[6]<</speech>>
<<else>>
<<set $money -=75000>> <<set $watch to 1>>
<img src="img/icon/watch.jpg" style="max-width: 80%;">
<div class ="narrator">$streets_txt[7]</div>
<<speech "You">> $streets_txt[8] <</speech>><</if>>
[[$menu_txt[3]|Mall]]
<<if $money <350000 >>
<<speech "You">>$message_txt[3]<</speech>>
<<else>>
<<set $money -=350000>> <<set $rolex +=1>>
<img src="img/icon/rolex.jpg" style="max-width: 80%;">
<<speech "You">> $streets_txt[9] <</speech>>
<<notify 3s>> $streets_txt[9] <</notify>><</if>>
[[$menu_txt[3]|Mall]] <<if $money <700000 >>
<<speech "You">>$message_txt[3]<</speech>>
<<else>>
<<set $money -=700000>> <<set $jewelry +=1>>
<img src="img/icon/jewelry.jpg" style="max-width: 80%;">
<<speech "You">> $streets_txt[10]<</speech>>
<<notify 3s>> $streets_txt[10] <</notify>><</if>>
[[$menu_txt[3]|Mall]]
<<if $money <150000 >>
<<speech "You">>$message_txt[3]<</speech>>
<<else>>
<<set $money -=150000>> <<set $handbag +=1>>
<img src="img/icon/handbag.jpg" style="max-width: 80%;">
<<speech "You">> $streets_txt[11] <</speech>><<notify 3s>> $streets_txt[11] <</notify>><</if>>
[[$menu_txt[3]|Mall]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "restaurant">>
<</nobr>>
<<if $time gte 12 and $time lte 16>>
<meter @value="$releva" min="0" max="100"></meter>
<<if $releva >=10>>
<video controls autoplay loop>
<source @src='"video/"+either("eva_restaurant_met_1","eva_restaurant_met_2")+".mp4"' type="video/mp4">
</video>
[[$restaurant_txt[0]|Restaurant Menu]] <<if $eva_restaurant_event is 0>> [[$restaurant_txt[1]|Eva Restaurant Event]]<<elseif $eva_restaurant_event is 1 and $apartment_rent is 1 and $eva_move_event is 0>>[[$restaurant_txt[8]|Eva move Event]] <</if>> [[$restaurant_txt[2]|Eva Restaurant Drink]]
<<else>>
<img src='img/icon/eve_coffee_write.jpg' width=80%>
<<if $watch is 0>>
<<speech "You">>$restaurant_txt[3]<</speech>>
[[$restaurant_txt[0]|Restaurant Menu]] [[$restaurant_txt[4]|Streets]]
<<else>>
<<speech "You">>$restaurant_txt[5]<</speech>>
<<speech "You">>$restaurant_txt[6]<</speech>>
[[$restaurant_txt[0]|Restaurant Menu]] [[$restaurant_txt[7]|Eva Restaurant Event]]
<</if>>
<</if>>
<<else>>
<<include 'Restaurant Menu'>>
<</if>><<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -=15>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<video controls autoplay loop><source @src='"video/"+either("coffee_drink")+".mp4"' type="video/mp4"></video>
<<if $language == "zh">>
我喝了一杯拿铁 (能量 +10)
<<else>>
I drink a cup of Latte (Energy +10)
<</if>>
[[$menu_txt[3]|Restaurant]]
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $money -=10>>
<video controls autoplay loop><source @src='"video/"+either("coffee_drink")+".mp4"' type="video/mp4"></video>
<<if $language == "zh">>
我喝了一杯黑咖啡 (能量 +10)
<<else>>
I drink a cup of Espresso (Energy +10)
<</if>>
[[$menu_txt[3]|Restaurant]]<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $money -=17>>
<video controls autoplay loop><source @src='"video/"+either("coffee_drink")+".mp4"' type="video/mp4"></video>
<<if $language == "zh">>
我喝了一杯卡布奇諾 (能量 +10)
<<else>>
I drink a cup of Capuccino (Energy +10)
<</if>>
[[$menu_txt[3]|Restaurant]]<<if $language == "zh">>
<<if $money <1550>> <<speech "You">>$message_txt[3]<</speech>>
<<else>>
<<set $energy +=25>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -=1550>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<video controls autoplay loop><source @src='"video/"+either("restaurant_eat")+".mp4"' type="video/mp4"></video>
我吃了一顿海鲜大餐,非常满足。 (能量 +25)<</if>>
<<else>>
<<if $money <1550>> <<speech "You">> I don't have enough money <</speech>>
<<else>>
<<set $energy +=25>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -=1550>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<video controls autoplay loop><source @src='"video/"+either("restaurant_eat")+".mp4"' type="video/mp4"></video>
I had a delicious seafood meal and was very satisfied. (Energy +25)<</if>>
<</if>>
[[$menu_txt[3]|Restaurant]]<<if $language == "zh">>
<<if $money <600>> <<speech "You">>我的钱不够了。<</speech>>
<<else>>
<<set $energy +=15>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -=600>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<video controls autoplay loop><source @src='"video/"+either("restaurant_eat")+".mp4"' type="video/mp4"></video>
我吃了一块惠灵顿牛排,非常满足。 (能量 +15)<</if>>
<<else>>
<<if $money <600>> <<speech "You">> I don't have enough money <</speech>>
<<else>>
<<set $energy +=15>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -=600>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<video controls autoplay loop><source @src='"video/"+either("restaurant_eat")+".mp4"' type="video/mp4"></video>
I ate a piece of Wellington steak and was very satisfied.( Energy+15)<</if>>
<</if>>
[[$menu_txt[3]|Restaurant]]<<if $language == "zh">>
<<if $money <1000>> <<speech "You">>我的钱不够了。<</speech>>
<<else>>
<<set $energy +=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -=1000>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<video controls autoplay loop><source @src='"video/"+either("restaurant_eat")+".mp4"' type="video/mp4"></video>
我吃了一顿全聚德烤鸭,非常满足。 (能量 +20)<</if>>
<<else>>
<<if $money <1550>> <<speech "You">> I don't have enough money <</speech>>
<<else>>
<<set $energy +=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -=1000>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<video controls autoplay loop><source @src='"video/"+either("restaurant_eat")+".mp4"' type="video/mp4"></video>
I had a delicious seafood meal and was very satisfied. (Energy +20)<</if>>
<</if>>
[[$menu_txt[3]|Restaurant]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "club">>
<</nobr>>
<<if $time <18>>
<<speech "Brothel">> $club_txt[0]<</speech>>
<img src="img/place/club_close.jpg" style="max-width: 80%;">
[[$menu_txt[3]|Streets]] <<else>>
<img src="img/place/club_night.jpg" style="max-width: 80%;">
<<speech "You">> $club_txt[1] <</speech>>
[[$menu_txt[3]|Streets]] [[$menu_txt[1]|Enter the Club]] ($500)<</if>>
<<if $money <500>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|Streets]]
<<else>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $money -=500>> <<set $clubsex_rate to 0>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("club_1","club_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> $club_txt[2]<</speech>>
[[$menu_txt[4]|Streets]] [[$club_txt[3]|Dance]] [[$club_txt[4]|Open Champagne]] [[$club_txt[5]|Have a drink]]
<</if>>
<<if $money <5000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|Dance]]
<<else>>
<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -=5000>> <<set $clubsex_rate += 50>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("drink_1","drink_2","drink_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$club_txt[9]<</speech>>
[[$club_txt[3]|Dance]] [[$club_txt[4]|Open Champagne]] [[$club_txt[5]|Have a drink]] <<if $clubsex_rate gt 70>>[[$club_txt[7]|Club BJ]]<</if>>
<</if>><<if $money <500>> <<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|Dance]]
<<else>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -=500>> <<set $clubsex_rate += 5>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("Champagne_1","Champagne_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$club_txt[8]<</speech>>
[[$club_txt[3]|Dance]] [[$club_txt[4]|Open Champagne]] [[$club_txt[5]|Have a drink]]<<if $clubsex_rate gt 70>>[[$club_txt[7]|Club BJ]]<</if>>
<</if>>
<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("dance_1","dance_2","dance_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$club_txt[6]<</speech>>
[[$menu_txt[4]|Streets]] [[$club_txt[3]|Dance]] [[$club_txt[4]|Open Champagne]] [[$club_txt[5]|Have a drink]]<<if $clubsex_rate gt 70>>[[$club_txt[7]|Club BJ]]<</if>>
<<if $money <3000>> <<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|Dance]]
<<else>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -=3000>> <<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("clubmt_1","clubmt_2","clubmt_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$club_txt[10]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Club Cum]]<<else>>
[[$sex_menu_txt[4]|Club Blowjob 2]] [[$sex_menu_txt[24]|Club Standing Style]] [[$sex_menu_txt[8]|Club Girl Cow]] [[$sex_menu_txt[7]|Club Dog Style]]<<if $lust gt 70>>[[$sex_menu_txt[13]|Club Cum]]<</if>><</if>>
<</if>>
<<nobr>>
<<set $lust -=100>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>$club_txt[11]<</speech>>
[[$menu_txt[4]|Streets]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("clubmt2_1","clubmt2_2")+".mp4"' type="video/mp4"></video>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Club Cum]]<<else>>
[[$sex_menu_txt[4]|Club Blowjob 2]] [[$sex_menu_txt[24]|Club Standing Style]] [[$sex_menu_txt[8]|Club Girl Cow]] [[$sex_menu_txt[7]|Club Dog Style]]<<if $lust gt 70>>[[$sex_menu_txt[13]|Club Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("standing_1","standing_2","standing_3")+".mp4"' type="video/mp4"></video>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Club Cum]]<<else>>
[[$sex_menu_txt[4]|Club Blowjob 2]] [[$sex_menu_txt[24]|Club Standing Style]] [[$sex_menu_txt[8]|Club Girl Cow]] [[$sex_menu_txt[7]|Club Dog Style]]<<if $lust gt 70>>[[$sex_menu_txt[13]|Club Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("dog_1","dog_2","dog_3")+".mp4"' type="video/mp4"></video>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Club Cum]]<<else>>
[[$sex_menu_txt[4]|Club Blowjob 2]] [[$sex_menu_txt[24]|Club Standing Style]] [[$sex_menu_txt[8]|Club Girl Cow]] [[$sex_menu_txt[7]|Club Dog Style]]<<if $lust gt 70>>[[$sex_menu_txt[13]|Club Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/night_club/"+either("girl_cow_1","girl_cow_2","girl_cow_3")+".mp4"' type="video/mp4"></video>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Club Cum]]<<else>>
[[$sex_menu_txt[4]|Club Blowjob 2]] [[$sex_menu_txt[24]|Club Standing Style]] [[$sex_menu_txt[8]|Club Girl Cow]] [[$sex_menu_txt[7]|Club Dog Style]]<<if $lust gt 70>>[[$sex_menu_txt[13]|Club Cum]]<</if>><</if>>$home_txt[11]
[[$menu_txt[3]|Home]]
<meter @value="$relkojima" min="0" max="100"></meter>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $_num = random(1,10)>>
<<set $location to "hospital">>
<video controls autoplay loop><source @src='"video/"+either("hospital")+".mp4"' type="video/mp4"></video>
<<if $relkojima is 0>>
<<speech "Kojima">>$hospital_txt[12]<</speech>>
<<else>>
<<speech "Kojima">>$hospital_txt[19]<</speech>>
<</if>>
<<if $saika_hospital_help_event is 1>>
<<speech "You">> $hospital_txt[0]<</speech>>
<<if $relkojima is 0>>
<<speech "Kojima">>$hospital_txt[1]<</speech>>
<div class ="narrator">$hospital_txt[2]</div>
<<speech "You">>$hospital_txt[3]<</speech>>
<<speech "Kojima">>$hospital_txt[4]<</speech>>
<<else>>
<<speech "Kojima">>$hospital_txt[20]<</speech>>
<</if>>
<<speech "You">>$hospital_txt[5]<</speech>>
<<speech "Kojima">>$hospital_txt[6]<</speech>>
<<speech "You">>$hospital_txt[7]<</speech>>
<<if $saika_popularity gte 2000>><<speech "Kojima">>$hospital_txt[8] <</speech>><</if>>
<</if>>
[[$menu_txt[4]|Streets]] [[$menu_txt[18]|Restore Energy]] <<if $saika_hospital_help_event is 1>>[[$hospital_txt[9]|Pay Saika Bill]] <</if>>
<<if $kojima_gift is 1>> <<link '$kojima_hospital_txt[3]'>>
<<set $_page = Story.filter(function (p) { return p.tags.includes("kojima_hospital_event");
})>>
<<set $_num = random(0,$_page.length-1)>>
<<goto $_page[$_num].name>>
<</link>><</if>><<if $sexcount_kojima gt 0>><<if recall("patreon code") is true >> [[$menu_txt[38]|Kojima Quick Fuck]] <<else>> $menu_txt[38]$message_txt[2]<</if>><</if>> [[$hospital_txt[10]|Dean office]]<<if $money <5000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[4]|Streets]]
<<else>>
<meter @value="$relkojima" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy to 100>>
<<set $money -=5000>>
<<set $hopital_restore_count +=1>>
<<set $relkojima +=3>>
<<set $_num = random(1,10)>>
<<if $sexcount_kojima is 0>><<set $kojimastatus to "Nursing">><</if>>
<</nobr>>
<<if $kojima_gift is 0 and $relkojima gte 20>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_0/"+either("nursing")+".mp4"' type="video/mp4"></video>
<<speech "You">>$hospital_txt[23]<</speech>>
<<speech "Kojima">>$hospital_txt[24]<</speech>>
<<set $kojima_event to $kojima_event_txt[1]>>
[[$menu_txt[3]|Hospital]] <<if $handbag gt 0>>[[$menu_txt[37]|Kojima Gift]]<</if>>
<<else>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_0/"+either("restore_energy")+".mp4"' type="video/mp4"></video>
<<speech "You">> $message_txt[10]<</speech>>
$message_txt[11]
$kojima_status_txt[0]
<<if $relkojima gte 10 and $_num gte 5>>
<<linkreplace '$hospital_txt[21]'>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_0/"+either("erection_1")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$hospital_txt[22]</div>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relkojima +=3>>
<</nobr>>
$kojima_status_txt[0]
[[$menu_txt[3]|Hospital]]
<</linkreplace>>
<<else>>
[[$menu_txt[3]|Hospital]]
<</if>><</if>>
<</if>><<if $money <5000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|saika spa]]
<<else>>
<<nobr>>
<<if $saikastatus is "Not Met">><<set $saikastatus to "Escort">><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $saika_train_help_event is 0>>
<<set $saika_event to $saika_event_txt[1]>>
<<if $relsaika gt 50 >><<set $relsaika to 50>><</if>>
<</if>>
<<set $money -=5000>> <<set $moneyspenthooker +=5000>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("welcome")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_bubble_bath_txt[0]<</speech>>
[[$menu_txt[21]|Saika Bubble Bath Start]]
<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_3/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_special_service_txt[1]<</speech>>
[[$sex_menu_txt[21]|Saika Special Kiss]] [[$sex_menu_txt[4]|Saika Special BJ]] [[$sex_menu_txt[15]|Saika Special 69]]
<<nobr>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_3/"+either("69_1", "69_2", "69_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> $saika_special_service_txt[3]<</speech>>
<<speech "Saika">>$saika_special_service_txt[4]<</speech>>
[[$sex_menu_txt[21]|Saika Special Kiss]] [[$sex_menu_txt[4]|Saika Special BJ]] [[$sex_menu_txt[15]|Saika Special 69]] [[$sex_menu_txt[23]|Saika Special Insert]]
<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_3/"+either("insert")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_special_service_txt[5]<</speech>>
<<speech "You">>$saika_special_service_txt[6]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Special Cum]]<<else>>
[[$sex_menu_txt[9]|Saika Special Missionary]] [[$sex_menu_txt[8]|Saika Special Cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Saika Special Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_3/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_special_service_txt[2]<</speech>>
[[$sex_menu_txt[21]|Saika Special Kiss]] [[$sex_menu_txt[4]|Saika Special BJ]] [[$sex_menu_txt[15]|Saika Special 69]]
<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_3/"+either("missionary_1","missionary_2")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_special_service_txt[7]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Special Cum]]<<else>>
[[$sex_menu_txt[9]|Saika Special Missionary]] [[$sex_menu_txt[8]|Saika Special Cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Saika Special Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_3/"+either("cow_1","cow_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_special_service_txt[8]<</speech>>
<<speech "Saika">>$saika_special_service_txt[9]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Special Cum]]<<else>>
[[$sex_menu_txt[9]|Saika Special Missionary]] [[$sex_menu_txt[8]|Saika Special Cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Saika Special Cum]]<</if>><</if>><<nobr>>
<<set $lust -=100>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_saika +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay playsinline loop><source @src='"sexvid/saika_spa_3/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_special_service_txt[10]<</speech>>
<<speech "Saika">>$saika_special_service_txt[11]<</speech>>
[[$menu_txt[6]|Streets]] <<include 'Dialogue Text'>>
/* Generic Var */
<<set $firstname to "Leo">>
<<set $lastname to "Smith">>
<<set $location to "Start">>
<<set $day to 1>>
<<set $time to 7>>
<<set $home to "Rented Small Apartment">>
<<set $money to 150000>>
<<set $rent to 1000>>
<<set $energy to 100>>
<<set $lust to 0>>
<<set $gameday to 1>>
<<set $suppCode to "patreon code">>
<<set $prestige to 100>>
<<set $prestigeDesc to $prestige_txt[0]>>
<<set $sexcount to 0>>
<<set $fuckedcount to 0>>
<<set $wife to "None">>
<<set $havesubordinate to 0>>
<<set $transportmode to "On Foot">>
<<set $moneyspenthooker to 0>>
<<set $status to "Single">>
<<set $employee to [
{name:'Liya', profession:$office_interact_txt[3], title:'Liya Office Interaction', wage:1000},
{name:'Rose', profession:$office_interact_txt[4], title:'Rose Office Interaction', wage:2000},
{name:'Blaze', profession:$office_interact_txt[1], title:'Blaze Office Interaction', wage:2000}]>>
<<set $lifestyle to 0>>
<<set $have_director to 0>>
<<set $have_writer to 0>>
<<set $have_spervise to 0>>
<<set $hopital_restore_count to 0>>
/* Items Ownership */
<<set $filmcrew to 0>>
<<set $watch to 0>>
<<set $handbag to 0>>
<<set $jewelry to 0>>
<<set $rolex to 0>>
<<set $rm to 0>>
<<set $patek to 0>>
<<set $bespoke to 0>>
<<set $apartment_rent to 0>>
/* Relationship */
<<set $saika to 0>>
<<set $relsaika to 0>>
<<set $saika_train_help_event to 0>>
<<set $saika_hospital_help_event to 0>>
<<set $saika_popularity to 100>>
<<set $saika_act to 30>>
<<set $sexcount_saika to 0>>
<<set $saikastatus to "Not Met">>
<<set $saikadreamchat to 0>>
<<set $saika_event to "">>
<<set $meteva to 0>>
<<set $releva to 0>>
<<set $sexcount_eva to 0>>
<<set $evastatus to "Not Met">>
<<set $evafucked to 0>>
<<set $eva_restaurant_event to 0>>
<<set $eva_move_event to 0>>
<<set $eva_skill to 98>>
<<set $eva_event to "">>
<<set $arina to 0>>
<<set $metrarina to 0>>
<<set $relarina to 0>>
<<set $sexcount_arina to 0>>
<<set $arinastatus to "Not Met">>
<<set $arina_tryout_met_event to 0>>
<<set $arinafucked to 0>>
<<set $relkojima to 0>>
<<set $sexcount_kojima to 0>>
<<set $kojimastatus to "Not Met">>
<<set $kojima_skill to 90>>
<<set $kojima_event to "">>
<<set $kojima_gift to 0>>
<<set $metyua to 0>>
<<set $relyua to 0>>
<<set $sexcount_yua to 0>>
<<set $yuastatus to "Not Met">>
<<set $relliya to 0>>
<<set $sexcount_liya to 0>>
<<set $liyastatus to "Not Met">>
<<set $liya_skill to 75>>
<<set $relblaze to 0>>
<<set $sexcount_blaze to 0>>
<<set $blazestatus to "Not Met">>
<<set $blaze_skill to 45>>
<<set $relrose to 0>>
<<set $sexcount_rose to 0>>
<<set $rosestatus to "Not Met">>
<<set $rose_skill to 75>>
<<set $metremu to 0>>
<<set $relremu to 0>>
<<set $sexcount_remu to 0>>
<<set $remustatus to "Not Met">>
<<set $remufucked to 0>>
<<set $remu_sexual to "Virgin">>
<<set $favorameri to 0>>
<<set $numberameri to 0>>
<<set $metrameri to 0>>
<<set $relameri to 0>>
<<set $sexcount_ameri to 0>>
<<set $ameristatus to "Not Met">>
<<set $amerifucked to 0>>
<<set $favormaria to 0>>
<<set $numbermaria to 0>>
<<set $metrmaria to 0>>
<<set $relmaria to 0>>
<<set $sexcount_maria to 0>>
<<set $mariastatus to "Not Met">>
<<set $mariafucked to 0>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $money <1500000>><<speech "You">>$message_txt[3]<</speech>>
<<else>>
<<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $money -=1500000>>
<<set $relsaika += 30>>
<</nobr>>
<img src="img/icon/hospital_pay_icon.gif" style="max-width: 100%;">
<<speech "You">>$hospital_txt[11]<</speech>>
<</if>>
[[$menu_txt[3]|Hospital]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/aoi_hospital_0/"+either("work")+".mp4"' type="video/mp4">
</video>
<<speech "Aoi">>$hospital_txt[13]<</speech>>
<<speech "Aoi">>$hospital_txt[14]<</speech>>
<<speech "Aoi">>$hospital_txt[15]<</speech>>
<<speech "Aoi">>$hospital_txt[16]<</speech>>
<<speech "Aoi">>$hospital_txt[17]<</speech>>
[[$menu_txt[3]|Hospital]] <<if $saika_popularity > 2000>>[[$hospital_txt[18]|Saika's Medical Expenses]]<</if>><<if $language == "zh">>
开发中。
<<else>>
developing.
<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "Training Center">>
<</nobr>>
<<speech "You">> $streets_txt[13]<</speech>>
<img src="img/place/training_center_close_icon.jpg" style="max-width: 80%;">
[[$menu_txt[3]|Streets]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<div class ="narrator">$office_work_event[1]</div>
<video controls autoplay loop>
<source @src='"video/"+either("training_center")+".mp4"' type="video/mp4">
</video>
<<speech "Saika">>$office_work_event[2]<</speech>>
<<speech "You">>$office_work_event[3]<</speech>>
[[$office_work_event[4]|Saika Training]] ($50,000) [[$menu_txt[3]|Office]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_1/"+either("makeup")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$office_work_event[5]</div>
[[$menu_txt[4]|Office]] [[$menu_txt[23]|work_event_1_1]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<img src="sexvid/work_event_2/girl.jpg" style="max-width: 80%;">
<div class ="narrator">$office_work_event[8]</div>
[[$menu_txt[4]|Office]] [[$menu_txt[25]|work_event_2_1]]
<<if $money <50000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|Office]]
<<else>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -= 50000>>
<<set $saika_act +=5>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop>
<source @src='"video/"+either("saika_training")+".mp4"' type="video/mp4">
</video>
$saika_status_txt[4]
[[$menu_txt[3]|Office]]
<</if>>
<<if $language == "zh">>
开发中。
[[返回|Office]]
<<else>>
Under development.
[[Back|Office]]
<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop>
<source @src='"sexvid/work_event_1/"+either("drink")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$office_work_event[6]</div>
[[$menu_txt[24]|work_event_1_2]]($2000)
<<if $money <2000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|Office]]
<<else>>
<<nobr>>
<<set $lust -=100>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time to 24>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money -= 2000>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>>
<</nobr>>
<video controls autoplay loop>
<source @src='"sexvid/work_event_1/"+either("dog")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$office_work_event[7]</div>
[[$menu_txt[2]|Sleep]]
<</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop>
<source @src='"sexvid/work_event_2/"+either("chat")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$office_work_event[9]</div>
[[$office_work_event[10]|Office]] [[$office_work_event[11]|work_event_2_2]]
<<nobr>>
<<set $lust -=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time += 2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -= 60>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $_robbed = random($money*0.05, $money*0.1)>>
<<set $money -= $_robbed>>
<</nobr>>
<div class ="narrator">$office_work_event[12]</div>
<img src="sexvid/work_event_2/robbery.jpg" style="max-width: 80%;">
<<speech "You">>$office_work_event[13]<</speech>>
$office_work_event[14]
[[$menu_txt[4]|Office]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<img src="sexvid/work_event_3/director_call.jpg" style="max-width: 80%;">
<div class ="narrator">$office_work_event[15]</div>
[[$menu_txt[26]|Office]] [[$menu_txt[27]|work_event_3_1]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<img src="sexvid/work_event_3/director_talk.jpg" style="max-width: 80%;">
<<speech "You">>$office_work_event[16]<</speech>>
<div class ="narrator">$office_work_event[17]</div>
[[$menu_txt[28]|work_event_3_2_1]] [[$menu_txt[29]|work_event_3_2_2]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time += 2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -= 20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $money += 5000>>
<</nobr>>
<img src="img/working.gif" style="max-width: 100%;">
$office_work_event[18]$5,000
[[$menu_txt[4]|Office]]
<<nobr>>
<<set $lust -=50>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $_wage = random(10000,20000)>>
<<set $money += $_wage>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -= 30>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop>
<source @src='"sexvid/work_event_3/"+either("fucked")+".mp4"' type="video/mp4">
</video>
$office_work_event[18]$_wage。
[[$menu_txt[4]|Office]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<meter @value="$releva" min="0" max="100"></meter>
<<if $releva < 30>>
<img src='img/icon/eve_coffee_write.jpg' width=80%>
<<set $eva_event to $eva_event_txt[1]>>
<<speech "You">>$eva_restaurant_event_txt[0]<</speech>>
[[$eva_restaurant_event_txt[1]|Restaurant Menu]] [[$eva_restaurant_event_txt[2]|Eva Restaurant Drink]]
<<elseif $eva_restaurant_event is 0>>
<video controls autoplay loop>
<source @src='"video/"+either("eva_restaurant_talk")+".mp4"' type="video/mp4">
</video>
<<speech "Eva">>$eva_restaurant_event_txt[3]<</speech>>
[[$menu_txt[1]|Eva Restaurant Event 1]]
<<else>>
<</if>><video controls autoplay loop>
<source @src='"video/"+either("coffee_shop_in")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$streets_txt[12]<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/latte_icon.jpg' width=20%>" "Cafe Latte">>
<</link>>
<h4>$commodity_txt[4]</h4>
<p>$15 </p>
</div>
<div class="column">
<<link
"<img src='img/icon/espresso_icon.jpg' width=20%>" "Espresso">> <</link>>
<h4>$commodity_txt[5]</h4>
<p>$10</p>
</div>
<div class="column">
<<link
"<img src='img/icon/capuccino_icon.jpg' width=20%>" "Capuccino">> <</link>>
<h4>$commodity_txt[6]</h4>
<p>$17</p>
</div>
<div class="column">
<<link
"<img src='img/icon/seafood_icon.jpg' width=20%>" "Seafood">> <</link>>
<h4>$commodity_txt[7]</h4>
<p>$1550</p>
</div>
<div class="column">
<<link
"<img src='img/icon/wellington_icon.jpg' width=20%>" "Wellington steak">> <</link>>
<h4>$commodity_txt[8]</h4>
<p>$600</p>
</div>
<div class="column">
<<link
"<img src='img/icon/quanjude_icon.jpg' width=20%>" "Quanjude roast duck">> <</link>>
<h4>$commodity_txt[9]</h4>
<p>$1000</p>
</div>
<</nobr>>
[[$menu_txt[3]|Streets]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $money <500>>
<<if $language == "zh">>
<<speech "You">>我没有足够的钱。<</speech>>
[[返回|Restaurant]]
<<else>>
<<speech "You">>I don't have enough money.<</speech>>
[[Back|Restaurant]]
<</if>>
<<else>>
<<nobr>>
<<set $releva +=10>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 30>><<set $releva to 30>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<meter @value="$releva" min="0" max="100"></meter>
<video controls autoplay loop>
<source @src='"video/"+either("eva_restaurant_drink")+".mp4"' type="video/mp4">
</video>
<<if $releva < 30>>
<<if $language == "zh">>
我跟她打了个招呼并请她喝了一杯。她比较惊讶,但还是接受了我的好意。
(Eva好感+10)
[[返回|Restaurant]]
<<else>>
I greeted her and offered her a drink. She was rather surprised but still accepted my kindness.
(Eva Relationship+10)
[[Back|Restaurant]]
<</if>>
<<else>>
<<if $language == "zh">>
我请Eva喝了一杯,她看起来很高兴。
(我无法再通过这个增加Eva的好感了)
[[返回|Restaurant]]
<<else>>
I bought Eva a drink and she seemed very happy.
(I can't add Eva'Relationship any more with this.)
[[Back|Restaurant]]
<</if>>
<</if>>
<</if>> <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $evastatus to "In trouble">>
<</nobr>>
<<set $eva_restaurant_event to 1>>
<video controls autoplay loop><source @src='"video/"+either("eva_restaurant_met_1","eva_restaurant_met_2")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$eva_restaurant_event_txt[4]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[5]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[6]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[7]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[8]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[9]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[10]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[11]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[12]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[13]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[14]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[15]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[16]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[17]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[18]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[19]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[20]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[21]<</speech>>
<<speech "You">>$eva_restaurant_event_txt[22]<</speech>>
<<speech "Eva">>$eva_restaurant_event_txt[23]<</speech>>
<div class ="narrator">$eva_restaurant_event_txt[24]</div>
<<set $eva_event to $eva_event_txt[2]>>
[[$menu_txt[6]|Streets]] <<toggleclass "body" "living_area">><img src="img/place/living_area_icon.jpg" style="max-width: 80%;">
<<set $location to "Char Location">>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<nobr>>
<div class="column">
<<link
"<img src='img/place/apartment_icon.jpg' width=20%>" "Apartment">>
<</link>>
<div class="o-text">$place_txt[19]</div></div>
<div class="column">
<<link
"<img src='img/place/eva_house_icon.jpg' width=20%>" "Eva House">>
<</link>>
<div class="o-text">$place_txt[20]</div></div>
<div class="column">
<<link
"<img src='img/place/mall_icon.jpg' width=20%>" "Streets">>
<</link>>
<div class="o-text">$place_txt[21]</div></div>
<</nobr>><<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<toggleclass "body" "apartment_inside_icon">><img src="img/place/property/apartment/apartment_inside_icon.jpg" style="max-width: 80%;">
<<set $location to "Apartment">>
<<if $language == "zh">>
<<if $apartment_rent is 0>>
<<speech "Brothel">> 您好,单身公寓租金是每周$2,500,您是否需要租下它?<</speech>>
[[我只是随便看看|Streets]] [[租下它|Rent Apartment]]
<<else>>
<<speech "You">> 公寓里没有任何人在。<</speech>>
[[返回|Streets]]
<</if>>
<<else>>
<<if $apartment_rent is 0>>
<<speech "Brothel">> Hello, the rent for a single apartment is $2,500 per week, do you need to rent it?<</speech>>
[[I'm just looking around|Streets]] [[Rent it|Rent Apartment]]
<<else>>
<<speech "You">> There was no one in the apartment.<</speech>>
[[Go Back|Streets]]
<</if>>
<</if>><<toggleclass "body" "apartment_inside_icon">><img src="img/place/property/apartment/apartment_inside_icon.jpg" style="max-width: 80%;">
<<if $language == "zh">>
<<if $money <2500 >>
<<speech "You">> 我还买不起它! <</speech>>
<<else>>
<<set $apartment_rent to 1>>
<<speech "You">> 我租下了这间公寓。 <</speech>><</if>>
[[返回|Streets]]
<<else>>
<<if $money <2500 >>
<<speech "You">> I can't afford it yet! <</speech>>
<<else>>
<<set $apartment_rent to 1>>
<<speech "You">> I rented this apartment. <</speech>><</if>>
[[返回|Streets]]
<</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("eva_apartment_chat")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$eva_move_event_txt[0]<</speech>>
<<speech "Eva">>$eva_move_event_txt[1]<</speech>>
<<speech "You">>$eva_move_event_txt[2]<</speech>>
<<speech "Eva">>$eva_move_event_txt[3]<</speech>>
<<speech "You">>$eva_move_event_txt[4]<</speech>>
<<speech "Eva">>$eva_move_event_txt[5]<</speech>>
<<speech "You">>$eva_move_event_txt[6]<</speech>>
<<speech "Eva">>$eva_move_event_txt[7]<</speech>>
<<speech "You">>$eva_move_event_txt[8]<</speech>>
<<speech "You">>$eva_move_event_txt[9]<</speech>>
<<speech "Eva">>$eva_move_event_txt[10]<</speech>>
[[$eva_move_event_txt[11]|eva_move_event_1]] <<nobr>>
<<set $time to 22>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("eve_move_night")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">
$eva_move_event_1_txt[0]</div>
<<linkreplace '$eva_move_event_1_txt[1]'>>
<img src='img/place/property/apartment/aparttment_clutter_icon.jpg' width=80%>
<div class ="narrator">
$eva_move_event_1_txt[2]</div>
<<linkreplace '$eva_move_event_1_txt[1]'>>
<video controls autoplay loop><source @src='"video/"+either("apartment_fight")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">
$eva_move_event_1_txt[3]</div>
[[$eva_move_event_1_txt[4]|eva_move_event_2]]
<</linkreplace>>
<</linkreplace>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<img src='img/eva_hug_icon.jpg' width=80%>
<div class ="narrator">
$eva_move_event_2_txt[0]</div>
<<speech "You">>$eva_move_event_2_txt[1]<</speech>>
<div class ="narrator">
$eva_move_event_2_txt[2]</div>
<<speech "Eva">>$eva_move_event_2_txt[3]<</speech>>
<div class ="narrator">
$eva_move_event_2_txt[4]</div>
<<speech "You">>$eva_move_event_2_txt[5]<</speech>>
[[$menu_txt[1]|eva_move_event_3]] <<nobr>>
<<set $time += 4>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("in_bed")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">
$eva_move_event_3_txt[0]</div>
<<linkreplace '$menu_txt[1]'>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("feet_touch")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">
$eva_move_event_3_txt[1]</div>
[[$eva_move_event_3_txt[3]|Sleep]] [[$eva_move_event_3_txt[2]|eva_arse_touch]]
<</linkreplace>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("touch_arse")+".mp4"' type="video/mp4">type="video/mp4"></video>
<div class ="narrator">
$eva_move_event_sex_txt[0]</div>
[[$sex_menu_txt[0]|eva_arse_touch]] [[$sex_menu_txt[1]|eva_breasts_touch]] [[$sex_menu_txt[2]|eva_vulva_touch]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("touch_vulva_1","touch_vulva_2")+".mp4"' type="video/mp4">type="video/mp4"></video>
<<speech "You">>$eva_move_event_sex_txt[2]<</speech>>
<<speech "Eva">>$eva_move_event_sex_txt[3]<</speech>>
[[$sex_menu_txt[2]|eva_vulva_touch]] [[$sex_menu_txt[1]|eva_breasts_touch]] [[$sex_menu_txt[3]|eva_hj]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("touch_breasts_1","touch_breasts_2")+".mp4"' type="video/mp4">type="video/mp4"></video>
<<speech "You">>$eva_move_event_sex_txt[1]<</speech>>
[[$sex_menu_txt[1]|eva_breasts_touch]] [[$sex_menu_txt[0]|eva_arse_touch]] [[$sex_menu_txt[2]|eva_vulva_touch]]<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("hj_1","hj_1")+".mp4"' type="video/mp4">type="video/mp4"></video>
<<speech "You">>$eva_move_event_sex_txt[4]<</speech>>
<<speech "Eva">>$eva_move_event_sex_txt[5]<</speech>>
[[$sex_menu_txt[3]|eva_hj]] [[$sex_menu_txt[4]|eva_bj]] [[$sex_menu_txt[5]|eva_up]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Eve Cum]]<</if>><<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("bj_1","bj_2")+".mp4"' type="video/mp4">type="video/mp4"></video>
<<speech "Eva">>$eva_move_event_sex_txt[6]<</speech>>
<<speech "You">>$eva_move_event_sex_txt[7]<</speech>>
[[$sex_menu_txt[3]|eva_hj]] [[$sex_menu_txt[4]|eva_bj]] [[$sex_menu_txt[5]|eva_up]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Eve Cum]]<</if>><<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("eva_up")+".mp4"' type="video/mp4">type="video/mp4"></video>
<<speech "You">>$eva_move_event_sex_txt[8]<</speech>>
<<speech "Eva">>$eva_move_event_sex_txt[9]<</speech>>
[[$sex_menu_txt[3]|eva_hj]] [[$sex_menu_txt[4]|eva_bj]] [[$sex_menu_txt[8]|eva_girl_cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Eve Cum]]<</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $releva += 10>>
<<set $sexcount +=1>>
<<set $sexcount_eva += 1>>
<<set $evafucked to 1>>
<<set $prestige += 50>>
<<set $money += 300000>>
<<set $evastatus to "Signed">>
<<set $employee.push({name:'Eva', profession:$office_interact_txt[2], imgsrc:'img/char/Eva/Eva_icon.jpg', title:'Eva Office Interaction'})>>
<<set $eva_move_event to 1>>
<<set $location to "Apartment">>
<<set $eva_event to $eva_event_txt[3]>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("cum")+".mp4"' type="video/mp4">type="video/mp4"></video>
<<speech "You">>$eva_move_event_sex_txt[12]<</speech>>
<<speech "Eva">>$eva_move_event_sex_txt[13]<</speech>>
<<speech "You">>$eva_move_event_sex_txt[14]<</speech>>
$eva_status_txt[2]
$eva_status_txt[3]
$message_txt[5]
$message_txt[6]
[[$menu_txt[2]|Sleep]]
<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/eva_move_event/"+either("girl_cow_1","girl_cow_2","girl_cow_3")+".mp4"' type="video/mp4">type="video/mp4"></video>
<<speech "You">>$eva_move_event_sex_txt[10]<</speech>>
<<speech "Eva">>$eva_move_event_sex_txt[11]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Eve Cum]]<<else>>
[[$sex_menu_txt[11]|eva_girl_cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Eve Cum]]<</if>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<speech "You">>$office_interact_txt[0]<</speech>>
<<nobr>>
<<for _itemKey, _item range $employee>>
<div class="column">
<<link [img['img/char/'+_item.name+'/'+_item.name+'_icon.jpg'][_item.title]]>><</link>>
<div class="o-text">_item.name - _item.profession</div></div>
<</for>>
<</nobr>>
[[$menu_txt[3]|Office]]<<nobr>>
/* CFA Variable */
<<set $_wage to 0>>
<<set $_prestigeRank to 0>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
/* director Variable */
<<if $have_director is 1>>
<<set $energy +=2>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $_prestigeRank +=4>>
<<set $_wage +=10000>>
<</if>>
/* writer Variable */
<<if $have_writer is 1>>
<<set $energy +=2>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $_prestigeRank +=4>>
<<set $_wage +=10000>>
<</if>>
/* spervise Variable */
<<if $have_spervise is 1>>
<<set $energy +=2>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $_prestigeRank +=4>>
<<set $_wage +=10000>>
<</if>>
/* Base Work Variable */
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<img src="img/working.gif" style="max-width: 100%;">
<<if $prestigeDesc is $prestige_txt[0]>>
<<set $_prestigeRank += 5>>
<<set $_wage +=3000>>
<<elseif $prestigeDesc is $prestige_txt[1]>>
<<set $_prestigeRank +=7>>
<<set $_wage +=5000>>
<<elseif $prestigeDesc is $prestige_txt[2]>>
<<set $_prestigeRank +=9>>
<<set $_wage +=7000>>
<<elseif $prestigeDesc is $prestige_txt[3]>>
<<set $_prestigeRank +=11>>
<<set $_wage +=9000>>
<<elseif $prestigeDesc is $prestige_txt[4]>>
<<set $_prestigeRank +=15>>
<<set $_wage +=11000>>
<</if>>
<<set $prestige += $_prestigeRank>>
<<set $money += $_wage>>
<</nobr>>
<<if $language == "zh">>
(经过一天的辛苦工作,我得到了+$_wage,声望+$_prestigeRank)
[[完成工作|Office]]
<<else>>
(After a day of hard work, I got+$_wage, the prestige +$_prestigeRank)
[[Finish Work|Office]]
<</if>><<if $time gt 18 or $day gt 5>>
<img src="img/place/office_empty_station_icon.jpg" style="max-width: 80%;">
<<speech "You">><<if $day gt 5>>$saika_office_interact_txt[5]<<else>> $saika_office_interact_txt[0]<</if>><</speech>>
[[$menu_txt[3]|Interact]]
<<elseif $time lt 12>>
<meter @value="$relsaika" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("work")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_office_interact_txt[1]<</speech>>
[[$menu_txt[3]|Interact]]
<<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relsaika +=3>><<if $relsaika lt 0>><<set $relsaika to 0>><<elseif $relsaika gt 100>><<set $relsaika to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<meter @value="$relsaika" min="0" max="100"></meter>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("chat")+".mp4"' type="video/mp4"></video>
<div class ="narrator">
$saika_office_interact_txt[2]
$saika_office_interact_txt[3]></div>
[[$menu_txt[3]|Interact]] <<if $saika_act gte 50>> [[Saika欲言又止|Saika Sparring Event]]<</if>>
<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("queen")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_sparring_event_txt[1]</div>
[[$saika_sparring_event_txt[2]|Interact]] [[$saika_sparring_event_txt[3]|Saika Sparring Event 1]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("blame")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[4]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[5]<</speech>>
<<linkreplace '$saika_sparring_event_txt[6]'>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("liedown")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[7]<</speech>>
<<speech "You">> $saika_sparring_event_txt[8]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[9]<</speech>>
<<speech "You">> $saika_sparring_event_txt[10]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[11]<</speech>>
<<linkreplace '$saika_sparring_event_txt[12]'>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("punishment")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[13]<</speech>>
<<speech "You">> $saika_sparring_event_txt[14]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[15]<</speech>>
[[$saika_sparring_event_txt[16]|Saika Sparring Event 2]]
<</linkreplace>>
<</linkreplace>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("close")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[17]<</speech>>
<<speech "You">> $saika_sparring_event_txt[18]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[19]<</speech>>
[[$saika_sparring_event_txt[20]|Saika Sparring Knee]]
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("knee_1","knee_2","knee_2")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_sparring_event_txt[21]<</speech>>
<<speech "You">> $saika_sparring_event_txt[22]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[23]<</speech>>
<<speech "You">> $saika_sparring_event_txt[24]<</speech>>
[[$saika_sparring_event_txt[25]|Saika Sparring Knee]] [[$sex_menu_txt[14]|Saika Sparring Leg]] [[$sex_menu_txt[15]||Saika Sparring 69]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("leg_1","leg_2","leg_3")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[26]<</speech>>
<<speech "You">> $saika_sparring_event_txt[27]~<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[28]<</speech>>
<<speech "You">> $saika_sparring_event_txt[29]<</speech>>
[[$sex_menu_txt[17]|Saika Sparring Knee]] [[$sex_menu_txt[14]|Saika Sparring Leg]] [[$sex_menu_txt[1]|Saika Sparring Chest]] [[$sex_menu_txt[16]|Saika Sparring Eat]] [[$sex_menu_txt[15]|Saika Sparring 69]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("69_1","69_2")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[31]<</speech>>
<<speech "You">> $saika_sparring_event_txt[32]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[33]<</speech>>
<<speech "You">> $saika_sparring_event_txt[32]<</speech>>
[[$sex_menu_txt[17]|Saika Sparring Knee]] [[$sex_menu_txt[14]|Saika Sparring Leg]] [[$sex_menu_txt[1]|Saika Sparring Chest]] [[$sex_menu_txt[16]|Saika Sparring Eat]] [[$sex_menu_txt[15]|Saika Sparring 69]] [[$sex_menu_txt[18]|Saika Sparring Girl Cow Reverse]] [[$sex_menu_txt[8]|Saika Sparring Girl Cow]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("eat_1","eat_2")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[34]<</speech>>
<<speech "You">> $saika_sparring_event_txt[35]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[36]<</speech>>
[[$sex_menu_txt[17]|Saika Sparring Knee]] [[$sex_menu_txt[14]|Saika Sparring Leg]] [[$sex_menu_txt[1]|Saika Sparring Chest]] [[$sex_menu_txt[16]|Saika Sparring Eat]] [[$sex_menu_txt[15]|Saika Sparring 69]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("Chest_1","Chest_2")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[30]<</speech>>
[[$sex_menu_txt[17]|Saika Sparring Knee]] [[$sex_menu_txt[14]|Saika Sparring Leg]] [[$sex_menu_txt[1]|Saika Sparring Chest]] [[$sex_menu_txt[16]|Saika Sparring Eat]] [[$sex_menu_txt[15]|Saika Sparring 69]] <<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("girl_cow_reverse_1","girl_cow_reverse_2")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[37]<</speech>>
<<speech "You">> $saika_sparring_event_txt[38]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Sparring Cum]]<<else>>
[[$sex_menu_txt[16]|Saika Sparring Eat]] [[$sex_menu_txt[18]|Saika Sparring Girl Cow Reverse]] [[$sex_menu_txt[8]|Saika Sparring Girl Cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Saika Sparring Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("girl_cow_1","girl_cow_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> $saika_sparring_event_txt[39]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[40]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Sparring Cum]]<<else>>
[[$sex_menu_txt[16]|Saika Sparring Eat]] [[$sex_menu_txt[18]|Saika Sparring Girl Cow Reverse]] [[$sex_menu_txt[8]|Saika Sparring Girl Cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Saika Sparring Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>>
<<set $sexcount_saika +=1>>
<<set $relsaika +=10>><<if $relsaika lt 0>><<set $relsaika to 0>><<elseif $relsaika gt 100>><<set $relsaika to 100>><</if>>
<<set $saika_act +=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_office/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_sparring_event_txt[41]<</speech>>
<<speech "You">> $saika_sparring_event_txt[42]<</speech>>
<<speech "Saika">> $saika_sparring_event_txt[43]<</speech>>
$saika_status_txt[1]
$saika_status_txt[4]
[[$menu_txt[6]|Office]]<<if $language == "zh">>
<<set $place_txt to ["卧室", "浴室 ", "厨房", "车库", "拿起电话", "开车", "地铁", "回家", "公司", "商店", "餐馆", "夜店", "医院", "工业区", "住宅区", "工作", "互动", "红沙发", "外出", "单身公寓", "Eva家", "商业街", "探索", "卫生间"]>>
<<set $commodity_txt to ["特别的怀表", "劳力士 ", "珠宝", "奢品包包", "拿铁", "黑咖啡", "卡布奇諾", "海鲜大餐", "惠灵顿牛排", "全聚德烤鸭", "Saika的房间", "普通服务($3000)", "私密服务($10000)", "泡泡浴($5000)"]>>
<<set $menu_txt to ["起床", "继续", "睡觉", "返回", "离开", "聊天", "结束", "叫住她", "让她离开", "给她$100", "给她$200", "给她$1000", "小憩", "手淫", "洗澡", "吃早饭", "吃午饭", "吃晚饭", "恢复能量($5000)","开始按摩", "签约", "开始", "回家", "请她喝一杯", "一起回家", "上前搭讪", "拒绝", "欣然答应", "开始工作", "深入研究剧本", "姓名", "好感", "状态", "技能", "人气", "做爱次数", "任务", "送礼物", "快速插入", "简介", "讨论工作", "调情", "约会"]>>
<<set $message_txt to ["(声望+3)", "(声望-5)", "(会员事件,需要Patreon Code)", "我没有足够的钱。", "我还缺少重要的道具,也许我应该去商业街的商店转转。", "(声望+50)", "(获得金主投资$300,000)", "(存款+10,000)", "现在太晚了,我应该回家。", "我不能继续工作,我太累了", "我的能量恢复了。", "(能量+100)"]>>
<<set $prestige_txt to ["籍籍无名", "略有耳闻", "行业新锐", "声名远扬", "影视巨鳄"]>>
<<set $sex_menu_txt to ["摸她的屁股", "胸", "屄", "打飞机", "口交", "坐上来", "胸推","后入式", "女上位", "传教士", "侧入式", "用力", "加速", "射", "腿", "69", "吃", "惩罚", "女上位反", "脱衣服", "毒龙", "吻", "蹭", "插入", "站立势", "继续按摩", "按按腿", "按三角区", "打泡泡", "洗鸡巴", "洗背", "洗手", "指交"]>>
<<set $saika_status_txt to ["(Saika 好感度 +3)", "(Saika 好感度 +5)", "(Saika 好感度 +10)", "(Saika 演技+3)", "(Saika 演技+5)", "(你失去了saika的好感)", "Saika签约成功!", "(Saika 人气+50)"]>>
<<set $saika_event_txt to ["去SPA店认识Saika。", "在地铁上帮助Saika。", "在SPA店,Saika的私人房间聊天获得更多信息。", "如果有神奇怀表,可以签约Saika了。", "Saika人气足够时,可以在医院得到减免她母亲医疗费的方法(制作中)。"]>>
<<set $eva_status_txt to ["(Eva 好感度 +3)", "(Eva 好感度 +5)", "(Eva好感度+10)", "(Eva签约成功)"]>>
<<set $eva_event_txt to ["在合适的时间去餐饮结识Eva。", "想办法了解Eva的近况。", "想办法给Eva找个新住处。", "带Eva去采风(制作中)。"]>>
<<set $kojima_status_txt to ["(Kojima 好感度 +3)", "(Kojima 好感度 +5)", "(Kojima 好感度 +10)"]>>
<<set $kojima_event_txt to ["去医院认识Kojima。", "Kojima对奢品包包感兴趣。", "Saika母亲的医疗费用问题,Kojima可能有更好的办法。"]>>
<<set $char_profile_txt to ["Saika曾是某知名艺术大学的表演系学生,梦想成为一名职业演员。然而,由于家庭变故(母亲重病),她不得不放弃学业,转而从事收入稳定的按摩技师工作。尽管生活艰难,但她依然保持着对表演的热爱,偶尔会在家中独自练习,保留着对未来的希望。", "Eva曾是备受瞩目的天才小说家,其作品以深刻的社会批判和独特的叙事风格著称。然而,因一篇揭露娱乐行业黑幕的文章,她被多家公司联合封杀,作品被下架,生活陷入困境。她转而尝试编剧工作,但刚完成的作品又被大公司剽窃,彻底失去了对行业的信心。", "Kojima是一名护士,性格活泼可爱,偶尔犯迷糊。喜欢自慰还是一名八卦爱好者,护理技术一级棒!", "Liya是我的私人助理,心思细腻、温柔体贴。", "Rose是公司的制片人,有一对大胸!", "Blaze是公司目前唯一的演员,年轻时也曾风光过,不过自从她染上了不该碰的东西后,事业与颜值都一落千丈。"]>>
<<set $story_caption_txt to ["星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期天", "深夜", "晚上", "傍晚", "下午", "中午", "早上", "清晨", "第$gameday天", "能量", "欲望", "声望", "单身", "恋爱", "结婚", "存款", "修改器", "支持"]>>
<<set $home_txt to ["最近有一场新人选拔会,或许我应该去碰碰运气。", "我在公寓里。现在,我需要做什么? ", "这是我的卧室", "我在浴室里", "我现在还没有车。", "我小睡一会儿,恢复了一些精力。", "我的欲望太强烈,控制不住自己。我想我应该找个姑娘了。", "我洗了个澡", "我在吃早餐", "我在吃午餐", "我在吃晚餐", "我还没有任何人的电话。"]>>
<<set $streets_txt to ["我在商业街了,现在我要去哪? ", "Boss,一场新人选拔会正在举行,我们虽然没有受到邀请,但是我想办法搞到了通行证,也许我们应该去碰碰运气?", "参加新人选拔会", "我现在在我的公司,我要干什么?", "当我进入商店时,突然感到一阵莫名的心悸。我四下寻找,最后将目光锁定在了这块怀表上。我一定要想办法买下它!", "我想要买什么? ", "我不需要再购买它了。", "当我拿起这块怀表时,感觉它跟我建立了某种奇妙的链接。一段信息突然进入我的脑海--某些时候,我可以知道别人内心真实的想法!", "现在,它是我的了!", "我买了一块劳力士。", "我买了一串珠宝。", "我买了一个包包。希望它真的能治病~ ", "她不在餐馆,我今天想要吃点什么?", "培训中心关闭了。", "我现在在医院,我要做什么?", "我上了个卫生间,感觉压力得到了缓解。"]>>
<<set $restaurant_txt to ["继续吃饭", "跟她聊天", "请她喝一杯($50)", "冥冥之中,我感觉还没无法认识这个女孩,因为我还缺少重要的东西。我应该先去商店转转。", "离开", "当我从这个女孩身边经过时,口袋里的怀表突然开始振动。所以这个女孩引起了我的注意。", "于是,我放慢脚步观察她,我注意到,她正在编辑一篇文章,标题是[影视圈幕后黑手--影后自杀真相]!!", "想办法认识她", "讨论住宿问题"]>>
<<set $train_txt to ["一踏上电车,那股混杂着汗味和早餐气味扑面而来。<br>当我在低头刷手机时,无意间瞥见一个漂亮的姑娘 ,是Saika!她被挤到车厢的角度,一个猥琐的男人正紧紧的贴在她身后,那眼神,任谁看了都知道他没安好心。", "我在地铁上看到了一个漂亮的女孩儿。只是,她的表情看起来有点奇怪... ", "地铁的车箱永远都挤的像罐头一样。", "那个混蛋的手,在Saika的屁股上不断游走。Saika脸上写满了惊恐与厌恶,她不停地往旁边闪躲,想要避开男人的骚扰,可这拥挤的车厢根本没有她能躲避的空间。", "不得不说,Saika是真的漂亮呀。裙子被撩起来,露出被丝袜包裹的美腿与翘臀,这样的风景可不多见。我应该怎么办?", "放任不管", "干他", "我自己的麻烦事儿已经够多了,还是继续欣赏美景吧。", "我给了那个混蛋的后脑勺一巴掌,Saika趁机整理好自己的衣服,然后匆匆下车了。"]>>
<<set $club_txt to ["夜店还没有开门。", "夜店开门了。", "我进入夜店,这里的姑娘实在太辣了,我应该干什么?", "去舞池跳舞", "开香槟 ($500)", "请大家喝一杯 ($5000)", "这里就是欢乐的海洋,我应该干什么?", "享受口交 ($3000)", "酒保,帮我开一瓶香槟~", "美女们,放肆喝起来,我买单~", "来,宝贝,口我~", "啊~操~我射了,实在太爽了!!"]>>
<<set $office_work_event to ["最近,我陪着Saika 日夜泡在剧组,疯狂参加各种拍摄工作与各种商演活动,通过不断在镜头前曝光,提升着Saika的人气与知名度。我即为她的提升高兴,也捕捉到了她眼底的那抹疲惫。", "Saika总是担忧自己的演技不行,无法通过任何的电影试镜。于是,我们来到了演员培训中心。", "*开心的笑*哇!!你说的惊喜就是带我来培训中心吗?真是太棒了,我一定会努力练习,提升自己的。◕‿◕。 ", "加油,我们一起努力~", "进行培训", "当我路过剧组化妆间时,看到一个漂亮的姑娘在化妆,她的眼睛是如此的勾魂。", "她是如此的性感迷人,我应该抓住机会。", "我们一起度过了一个美妙的夜晚。", "晚上,当我路过公园时,看到一个漂亮的女孩坐在那里。", "她虽然看起来很害羞,但我还是捕捉到她对我也有深厚的兴趣。我们聊的很开心,最后,她邀请我跟她回家。", "拒绝并独自离开", "跟着她", "当我跟她走进一条小巷时,突然跳出来三个男人。", "好消息是,我还活着;坏消息是,我他妈该死的被打劫了。", "(钱-$_robbed)", "我正忙着手头工作,突然接到电话,知名大导演的助理临时有事,急需找个人顶替帮忙,我是否要抓住这次能接触行业大咖的机会?", "导演向我交待了我要做的工作,还好,它听起来不太难,但同样,我得到的报酬也并不丰厚,只有$5000。", "或者,你也可以选择留下来,我会陪你深入研究剧本。-- 导演微笑着对我说。同时,他的眼睛向屋里瞟了一下,并冲我眨了眨眼睛。", "我努力工作,并得到了", "我答应陪导演深入研究剧本,并得到了"]>>
<<set $spa_txt to ["对不起,我们现在关门了,等下午再过来吧。", "欢迎光临,老板~本店可以随便吸,随便舔,但是是绝对不准插入哦~", "请问您有熟悉的技师吗?"]>>
<<set $rion_spa_txt to ["欢迎光临,老板。请这边坐。", "好的。", "真让人吃惊呀,有这么好可爱的女孩子,Rion是吧?", "嘻嘻,是的呢。", "身材也很好呢。", "真的吗?谢谢~", "Rion的性格是怎样的呢?", "我难以拒绝别人,比较顺从。", "这样呀~", "我可以坐到你上面去吗?", "当然,快点吧。", "我们来玩吧~", "好甜~", "可以插入吗?", "不可以的~", "可以的吧?", "真的不可以~", "不可以的~不要这样~", "腿张开~", "发出声音了~", "真的不行吗?", "不行,绝对不行~", "顶到了。", "我们偷偷这样做吧?", "不行,不能这样~", "不可以动的~", "很兴奋吧?", "不是的~", "很舒服吧?", "要小声一点哦,不然会被发现的。", "好软~好弹~", "Ah~不行...不行了~", "Rion,你真的是让人无法拒绝啊~ ", "(害羞的笑)下次记得还来找我哦~"]>>
<<set $konan_spa_txt to ["今天为了你准备了特别的按摩项目哦。", "Ah,对了,先把眼睛蒙上吧。", "遮了眼感觉如何?", "什么都看不到了。", "没办法对女友说自己是个抖M吧?", "完全不敢说!", "鸡巴越来越大了,纸内裤很难受吧?", "好害羞~", "还要让你更害羞哦~", "要做什么?", "过来吧~", "好棒!湿答答的~", "好棒的奶子,好爽!!", "Wa!好大,好想看看哦!", "不行,还不能把眼罩拿下来哦~", "Ah~好爽,不行,我受不了了!!", "不行,还不能射哦~ ", "感觉到被我的奶穴夹着了吗?", "好爽,实在太棒了!!", "不行,好爽,要射了!!", "停一下~", "不行~不行~好爽,要高潮了!!!", "想插入吗?", "是的!!", "Ah~进去了~", "好厉害!一直扭动,好爽!~", "$firstname,你的老二好棒,好有力量!~", "表情真是淫荡啊~", "揉我的奶子~", "好爽~要射了,要射了!!", "射在我的脸上,宝贝~"]>>
<<set $saika_spa_txt to ["您好,客人,我的名字是Saika,请问您今天想做什么服务?", "Hi Saika, 我是 $lastname。没想到这里的技师颜值都这么高!!", "*掩嘴轻笑* 我也没想到,这么帅的客人,嘴巴竟然这么甜。好吧,我的帅小伙儿,您今天想做什么服务?", "Hi $lastname, 欢迎回来,今天想做什么服务?", "今天工作是不是很累?我陪你好好放松放松 $lastname。", "我现在感觉很舒服,Saika", "力道怎么样?如果太用力了,请告诉我哟。", "没有,这样刚刚好。", "我这样按摩,你觉得舒服吗 $lastname?", "En~ 继续,Saika", "嘻嘻, 你硬了 $lastname", "En~ 我感觉你是故意的,Saika ", "哇,好大 !", "老公,用力!", "来,宝贝,射给我~ ", "哇,你射了好多。", "你技术实在太好了,宝贝", "嘻嘻.. 剩下的我来收拾,希望你下次还会来找我哟 "]>>
<<set $saika_private_room_txt to ["Hi $lastname,你今天过的怎么样?", "我今天过的还不错,Saika", "放松点。", "好的。", "我来帮你好好按一按~", "好的。", "要脱掉了哦~", "唔~唔~我喜欢吃你的大鸡巴~", "嗯~太爽了,宝贝!", "宝贝,你真可爱~", "唔~唔~Saika抓住了我的舌头,疯狂吮吸。", "啊~宝贝,你弄的我好舒服!", "宝贝,用力,射给我! ", "没事儿,可以的,射给我,宝贝~", "实上太好了,你放松了这么多,我很开心~", "你技术实在太好了,宝贝", "嘻嘻.. 剩下的我来收拾,希望你下次还会来找我哟", "Saika的私人房间里灯光温柔,柔和的音乐在耳边流淌,氛围平静而亲密。她给我们一人倒了一杯红酒。", "我想要跟她聊什么?", "地铁上的事", "家庭", "性趣", "结束聊天", "我喜欢你Saika,让我们来做点特别的吧", "(轻声问)Saika,今天地铁站的事让我有点担心你。其实,你不用总是一人独自解决问题的。", "(微微一笑)谢谢,幸好遇到你。不然当时真的…", "(轻轻摇头,笑容依旧温柔)不过我习惯了,生活总是这样。", "(好奇地问)Saika,你说你家里条件不好,连表演的梦想都只能放弃,那是真的吗?", "(低下头,手指轻轻摩挲着酒杯的边缘)是的。我小时候特别喜欢表演,想要当一名专业的演员。但家里…", "(声音顿了顿)我爸爸是一个建筑工人,每天很辛苦的工作,只是收入不高。母亲身体不好,正在住院,家里已经很难负担我的学费了,哪还能让我去学表演?所以……我只能自己想办法。", "(抬起头,眼睛里闪烁着温柔的光)但我觉得,这样的经历让我学会了很多,包括如何去接受生活,也明白了什么是真正重要的。", "(感动地)你真的很坚强,很温柔。", "(轻声说)生活教会我,温柔并不能解决一切,但它让我觉得,即使在不如意的时刻,也能找到一些美好。", "(口袋里的怀表突然振动了一下,一段信息出现在我的脑海)Saika虽然这么说,但是她仍然在坚持着自己的演员梦。如果好感足够,我可以试着签下她。", "(犹豫了一下,小心翼翼地开口)Saika,可以问你一个问题吗?可能会有点冒昧。", "(笑着摇头,语气轻松)不用紧张,问吧。", "(声音放轻)Saika,你……在感情方面,有特别喜欢的方式吗?", "(愣了一下,但很快就露出了自然的微笑)嗯…", "(轻轻地说)我觉得,感情是用来表达爱意的,不应该有什么『可耻』的。如果问我喜欢什么姿势,可能是那种能让人感到被温柔包裹的吧,就像是……回家一样。", "(点头,语气诚恳)我懂了。谢谢你能这么坦诚地告诉我。", "(温柔地看着我)因为你让我觉得,提这些并不羞耻,你让我感到安心。", "(轻声说)Saika,其实我一直在想……虽然事情没有像我想要的那样顺利,但我相信,你还有可能实现你的梦想。", "(抬起头,眼中闪烁着希望的光)可是……我已经……我以为我永远不会再有机会了。", "(伸手轻轻握住她的手,语气坚定)不,不是的。你还可以试一次,我会陪着你。我们一起努力,好吗?", "(声音微微颤抖)可是……你的公司现在也很艰难。我看过娱乐新闻,你们公司好像……", "(苦笑着)我知道。不过,正因为如此,我更希望能找到一个值得用心去投入的人。Saika,我知道这对你来说可能是个冒险,但……我真的愿意用我的所有资源去帮你。", "(沉默片刻,轻声问)为什么你会选择我?", "(目光真诚)因为我看到了你眼中的光。那是只有真正热爱表演的人才会有的光。你值得被看见,而我……也希望能通过你,找到我自己的方向。", "(眼眶微微泛红,声音轻轻地说)谢谢你,真的…如果你相信我,我…我也会努力的。也许……我们可以一起努力,直到有一天,真的能站在舞台上。", "(微笑着)嗯,没错。我们一起努力。无论结果如何,至少我们不后悔。", "(点头,眼中含泪)嗯……谢谢你。"]>>
<<set $saika_special_service_txt to ["谢谢你为我做了这么多, $lastname。今天请让我好好帮你放松一下吧。", "$lastname,你的舌头好软。", "咬我,Saika", "你下面好多水,Saika", "啊, $lastname,你太会了,我受不了了~", "进来,宝贝。", "Ah~你里面好温暖", "Ah~,好舒服。", "Saika~,你下面流成小河了。", "Ah~,噗嗤,噗嗤的声音,听起来好色情~", "Ah~我要射了,我要射了~ ", "Ah~给我~Ah~我爱你,$lastname "]>>
<<set $saika_bubble_bath_txt to ["客人您好,今天为您准备是泡泡浴。", "小心点,这边请坐。", "水温可以吗?", "刚刚好,很舒服呢~", "有哪里需要特别洗的地方就告诉我哟~", "好滑,好有弹性~", "那个...我下面需要特别洗一下。", "是这里吗?", "En~好爽~", "wow~好棒~", "En~En~来洗手指哦", "好的", "要洗下面了哟,请把脚张开。", "好...好的", "好爽~连这里也要洗吗?!!", "Wu~好爽~", "Ah~Ah~吻我~", "啊~我要射了,我要射了~ ", "啊~给我,宝贝儿~射给我~ "]>>
<<set $eva_restaurant_event_txt to ["她并不搭理我,我该怎么办?", "继续吃饭", "请她喝一杯", "谢谢你一直请我喝东西,我叫Eva,很高兴认识你。", "(微笑,靠近她)Eva,这是我第三次请你喝饮料了,终于有机会和你聊聊了。", "(抬起头,目光中带着一丝警惕,轻声回应)谢谢。", "(温和地)我看过你写的文章,挺有意思的。能谈谈写作的灵感吗?", "(手指微微颤抖,低头看了眼杯子,声音平静却带着一丝无奈)只是……有些事情,我觉得需要说出来。", "(轻轻叹了口气)看起来你挺辛苦的。", "(苦笑,眼神变得复杂)是啊……文章发表后,我的生活彻底改变了。", "(好奇地)发生了什么?", "(声音渐渐低沉)我写了娱乐圈的一些事情,结果……他们不希望这些事被说出来。", "(愣了一下)你是说…娱乐圈的问题?", "(点点头,眼神变得深邃)是的,我揭露了一些幕后交易、地下操作的事情。结果,我的作品被一家一家下架,连之前的书都止印了。他们还找到了我合作的出版社和品牌,施压让我收回批评。", "(惊讶)这么严重?他们就这么公开地针对你?", "(点点头,眼神变得深邃)是的,他们甚至公开声明要全网封杀我。我曾经以为,作为一个写作者,我有责任去揭露这些黑暗。可是……(停顿,摇头)现在,我甚至不敢确定自己做的到底对不对。", "(认真地看着她,语气坚定)你做得很勇敢,雨薇。这不是任何人能轻易做到的事情。你知道吗?我真的佩服你。", "(抬头看着你,眼中闪烁着一丝感激)谢谢……听你这么说,我感到……有点温暖。", "(笑了笑,语气轻松)我觉得你很有才华,尤其是在写作方面。我在想,或许你可以考虑加入我们公司当编剧。", "(愣了一下,眼中带着一丝惊讶)编剧?你的公司?", "(温和地)我有一家影视制作公司,最近在筹备一个新的项目,但是一直没有找到一个好的剧本。我觉得你的写作风格很适合。", "(摇头,语气里带着一丝无奈)谢谢你的好意,但我现在……(停顿,显得有些 为难)", "(关心地)怎么?你在担心待遇问题吗?", "(长叹了一口气,眼神变得复杂)不是……我最近遇到了一些麻烦,因为之前的文章,我觉得自己一直被人跟踪。住的地方也不安全了,晚上常常睡不着,害怕明天会发生什么。所以,我现在真的没有心思去考虑这些事。", "看来如果我想要Eva加入,首先要解决她的麻烦,比如给她找个安全的地方住或者其他什么。也许我应该去住宅区看看,有没有合适的房子。"]>>
<<set $eva_move_event_txt to ["Eva,我有一件事情想跟你商量。", "(抬起头,眼中闪过一丝疑惑) 什么事?你看起来很认真。", "是关于你的住宿问题。我租了一间公寓,想让你搬过去。", "(愣了一下,语气中带着几分试探) 为什么要帮我?你并不欠我什么。", "(伸手轻轻扣住她的手,语气坚定) 就当是朋友之间的帮助,没其他条件。我只希望你能有一个安稳的地方住下。", "(眼中带着一丝希望) 但是...这样对你不算合算吧?", "(微笑) 我可是还在等着我的金牌编剧呢,我可不想她出现任何意外。", "(抬起头望) 你已经知道了我身上的麻烦事儿,如果我加入你的公司...", "(打断她的话) 相信我,我是在知道之后,才做了这一切的。", "而且我看过你的作品,你的劇本充满了智慧和深度。你这样的人,不該被埋沒。", "(爽朗的笑) 谢谢你,我会认真考虑的。", "搬家"]>>
<<set $eva_move_event_1_txt to ["解决了Eva的麻烦后,我能明显感觉到她整个人都彻底放松了下来。我们找了家温馨的小酒馆,喝了点小酒。回去的路上,我们手牵着手,畅谈着即将携手奋斗的事业,描绘着那些伟大的梦想。Eva整个人都兴奋了起来,于是我们决定—— 连夜搬家。", "继续", "当我们来到Eva租的公寓楼,爬上楼梯,走到门口时,我突然发现有些不对劲,门竟然虚掩着,并没有锁。这一下,我的酒意瞬间醒了大半。Eva也察觉到异样,她小心翼翼地推开门,屋内的景象让我们大吃一惊。原本整洁的屋子被翻得乱七八糟,东西扔得到处都是,显然是遭贼了。<br>Eva脸色大变,顾不上满屋子的狼藉,急忙冲向柜子,打开柜子的夹层。看到里面的 U 盘还在,她刚松了一口气,可还没等她缓过神来,突然,一个黑影从角落里蹿了出来,直扑向Eva,目标正是她手中的 U 盘。", "还好我一直保持着警惕。见此情形,立刻一个箭步冲过去,挡在了来人与Eva之间。来者虽然是个姑娘,但却很果决。见我阻拦,二话不说,直接出手攻击。我们你来我往地交手了几个回合,这姑娘有点身手,但我也不是吃素的,凭借着平时锻炼的体格和反应力,守得密不透风。她见短时间内根本无法从我这里突破,抢不到 U 盘,不再恋战,瞅准一个空当,猛地转身,夺门而出,瞬间消失在夜色之中。", "查看Eva的情况"]>>
<<set $eva_move_event_2_txt to ["那个女人消失在黑暗中,脚步声渐行渐远。我顾不上追,急忙转身看向Eva。她呆呆地站在原地,眼神里满是惊恐,握着 U 盘的那只手,因为用力过度,指节都泛出了白色,手背上的青筋也微微凸起。", "(轻声安慰)Eva,别怕,没事了。", "我轻轻拍了拍她的肩膀。她像是刚从噩梦中惊醒,身子微微一颤,缓缓抬起头看向我,嘴唇微微颤抖,却一句话也说不出来。<br>过了好一会儿,她的情绪才稍微平复了一些。深吸一口气后,缓缓开口。", "(声音带着一丝颤抖)这个 U 盘里…… 有黑帮放高利贷,逼得一个明星跳楼自杀的证据。这段时间,我总感觉有人在跟踪我,应该就是他们。还好今天有你在,不然我真不知道...", "说到这儿,她的眼神里又闪过一丝恐惧。<br>我心中一惊,难怪Eva一直感觉有人跟踪她,看来她们的目标就是这个U 盘了。看着眼前一片狼藉的屋子,我知道不能再耽搁了。", "(坚定的)别担心,有我在。我们现在立刻收拾东西,赶紧离开这儿。"]>>
<<set $eva_move_event_3_txt to ["当我们搬完家之后,天已经亮了。这一夜的折腾,让我筋疲力尽。<br> 冲完澡回到房间,我发现Eva已经躺在床上了。不得不承认,她在拥有天才般的编剧才能的同时,人也十分的漂亮。", "半梦半醒之间,我感觉到有一只脚一直在抚摸我的鸡巴。不用想我也知道,这是Eva的脚。", "回应她", "我太困了,继续睡觉。"]>>
<<set $eva_move_event_sex_txt to ["我把手伸向了Eva的屁股并揉捏起来。", "Eva的胸部手感太棒了,又大又有弹性。", "Eva的屄实在太漂亮了!", "(呻吟)嗯~", "Eva的小手开始抚摸我的鸡巴,她是如此温柔,如此专注。", "嗯~它完全硬起来了。", "(呻吟)唔~", "Eva实在是太会了!在吃我鸡巴的同时,舌头偶尔还会在我的龟头上打圈,弄的我整个人都像触电一样酥麻。", "坐上来。", "(呻吟)啊~它实在太大了。", "宝贝,自己动。", "(呻吟)啊~好舒服~顶我,顶我~。", "我操,实在太舒服了!!我要射了~我要射了~我的大脑一片空白,全部都射在了Eva身体里!!", "(筋疲力尽)你射了好多,亲爱的,我完全被你填满了。我喜欢跟你在一起,以后,我是你的了~", "我紧紧的抱住Eva,然后沉沉睡去..."]>>
<<set $office_interact_txt to ["我想跟谁互动?", "女演员", "编剧", "助理", "制片人", "导演"]>>
<<set $saika_office_interact_txt to ["Saika已经下班了。", "Saika正在认真工作,我不应该打扰她。", "我与Saika讨论了她对新面试机会的准备情况,我们的讨论让她对角色理解有了新的感悟,她显的很开心。", "(SaiKa 好感+3)", "Saika欲言又止", "Saika周末不在公司。"]>>
<<set $Liya_office_interact_txt to ["Liya已经下班了。", "Liya周末不在公司。", "(Liya 好感+3)", "Liya,记录一下,我做如下部署...", "Liya周末不在公司。", "(Liya 好感+5)", "我们很随意的聊了很多,大部分都是生活的琐事。我们发现我们有很多共同的爱好。", "我们讨论起了Liya的发型,而她对我借机挽起她的头发也全然不拒绝。", "Liya,你今天有空吗?我们一起出去约会?", "好呀,$firstname, 我们走吧~", "Liya跟我一起去玩了沙滩排球,运动的感觉总是让人心情舒畅~", "刚到家我们就迫不及待抱在一起,亲了起来。", "我脱下Liya的衣服,而Liya的眼神,已经开始拉丝!", "我脱衣服时,Liya的小手已经在我的鸡巴上撸了起来。", "我按下Liya的头,她也很听话的给我口了起来。", "Liya用她的大奶子给我做起了胸推。", "我把Liya按在床上,开始舔起了她的小穴。", "我掰开Liya的腿,直接一插到底。", "我从侧面扛着Liya的腿,狠狠的干了起来。Liya娇喘连连~", "Liya坐了上来,我抬着她的屁股,开启打桩模式,疯狂顶着她的小穴~", "Liya坐在我身上疯狂的扭动,实在是太舒服了!", "我们换成了传教士体位,一边做爱,一边亲吻。", "我们换成后入式,我抓着Liya的屁股,大力抽送。", "我将浓浓的精液射在了Liya的胸上!与Liya在一起的时光实在销魂~"]>>
<<set $Liya_ofc_quickfuk_txt to ["Liya今天特别迷人,我不自觉的吻了上去,同时用手摩挲她的小穴。", "在与Liya热吻的同时,我的手也没闲着,不停揉捻着她的胸部。", "我把Liya的胸部从内衣中解放出来,埋头舔舐。", "Liya也被我勾起性欲,低头吃起了我的大鸡巴。", "我把Liya抱到桌子上,开始玩弄她的小穴。不一会儿Liya就淫水泛滥~", "我扛起Liya的腿,挺起鸡巴,一插到底。", "我扛着Liya的头,埋头苦干,Liya也在我一次又一次的抽送中,发出了愉悦的叫声~", "我把Liya按在桌上,从后面一下一下撞击着她的花芯。办公桌也发出呻吟,吱吱作响。", "Liya已经不满足我的抽送,主动骑了上来,一边疯狂扭动腰身,一边疯狂亲吻。", "我将浓浓的精液射在了Liya的脸上!", "疯狂过后Liya用嘴巴帮我清理战场,她真是一个称职的助理~"]>>
<<set $Rose_ofc_interact_txt to ["Rose已经下班了。", "Rose周末不在公司。", "(Rose 好感+3)", "(Rose 好感+5)", "我去卫生间时刚好碰到Rose在接水,她的身材真棒,胸大屁股圆。", "我去卫生间时,刚好碰到Rose从卫生间出来,她没扣好的上衣,露出两个大大的圆球。", "你好Boss,找我有什么事儿吗?", "我们聊了很多,通过聊天我能感觉到Rose是一个热情奔放的姑娘。", "宣发预算只能再追加 10%,必须想出更精准的营销方案。", "我们打算联动海洋保护组织做公益营销,这样既能提升社会价值又能降低宣传成本。", "我跟Rose聊起了少儿不益的话题,Rose的热情奔放吓了我一跳,她甚至走到我面前给我看了她新买的红色内衣~", "Rose说她买了一套新内衣,约我去她家欣赏。当我怀着激动的心情敲开她家门时,Rose早已经换好了衣服。Wow~", "Rose在家里尽情的舞动身姿,全方位的向我展示着她的新内衣。", "Rose走到我面前,眼神挑逗,解下内衣,露出了她那一对明晃晃的大车灯。", "Rose脱下我的内裤并发出了惊叹,看来我的尺寸令她很满意~", "Rose已经迫不及待,抓起我的鸡巴含了起来。", "这样的奶穴怎么能放过?我让Rose用她的大奶给我做起了胸推。", "前戏进行的差不多,Rose扶起我的鸡巴,坐了上去。", "Ah~我感觉实在太爽了~", "Oh~实在太爽了,干我,干我,用力干我~", "我将浓浓的精液射在了Rose的胸上!"]>>
<<set $Blaze_ofc_interact_txt to ["Blaze已经下班了。", "Blaze周末不在公司。", "(Blaze 好感+3)", "(Blaze 好感+5)", "你好Boss,找我有什么事儿吗?", "我们聊了很多,即有Blaze的过往,也包括她现在对演艺生涯的规划,我们都对彼此有了更深的了解。", "这里有一个新角色面试邀请,虽然是配角,但也有不错的露脸机会。", "我会去的,BOSS。现在还轮不到我们来挑肥减瘦,我懂。", "Blaze说有一段戏希望我帮她一起练习,一边说,她还一边摇晃着她的大屁股。我拿起剧本一看,原来是一段激情戏~", "我们这就开始了?", "Blaze快速进入角色,走到我面前,撩起了我的上衣。", "我们很有默契的直接跳过了文戏的部分,我直接站了起来,而Blaze则直接帮我脱下了裤子。", "Blaze二话不说,含着我的鸡巴就吃了起来。", "我掀起Blaze的裙子,拉开她的内裤,挺起鸡巴,直捣黄龙。", "我将Blaze拉到窗前继续做,随时可能被别人看到的风险,给我们带来了别样的刺激。", "我将浓浓的精液射了Blaze一嘴。", "Boss,是不是已经完全领悟了角色的精髓~"]>>
<<set $saika_sparring_event_txt to ["(犹豫)$lastname,我这次要试镜的角色是一位女强人,我一直不能很好的把握角色性格,你能陪我走一遍戏吗?", "说着,Saika摆起了女王范儿", "我还有别的事情要忙", "乐意效劳,我的女王","(责备)$lastname,你这样不行啊,都是因为你,我又被客户骂了!", "(拿捏)这都已经是第几次了。", "对不起", "躺好", "嗯?", "给我躺好!", "是", "靠我近一点", "靠近", "明明应该反省,却还在勃起,这就是你的态度吗?", "对不起,因为...因为连裤袜...", "连裤袜?喜欢这样做吗?", "不讨厌...", "不讨厌?", "部长,你太狡猾了", "狡猾?舒服吗?", "是...是的", "嗯?期待着接下来的惩罚,这就是你一直犯错的原因吗?", "没...没有~", "还想要更多吗?", "是的,想要", "继续惩罚", "怎么样,很舒服吗?", "舒服!", "喜欢丝袜?", "是的,喜欢!~", "啊~我也好舒服啊~", "你在干什么啊?", "唔~", "爽吗?", "想看内裤吗?", "想!~", "吃我~", "为什么喜欢内裤啊?", "唔~因为很舒服", "不行了~不行了~", "很舒服吗?", "(嘻嘻)你射了好多", "Saika,你真是个妖精", "(温柔)谢谢你陪我,$lastname"]>>
<<set $saika_sparring_event_txt to ["(犹豫)$lastname,我这次要试镜的角色是一位女强人,我一直不能很好的把握角色性格,你能陪我走一遍戏吗?", "说着,Saika摆起了女王范儿", "我还有别的事情要忙", "乐意效劳,我的女王","(责备)$lastname,你这样不行啊,都是因为你,我又被客户骂了!", "(拿捏)这都已经是第几次了。", "对不起", "躺好", "嗯?", "给我躺好!", "是", "靠我近一点", "靠近", "明明应该反省,却还在勃起,这就是你的态度吗?", "对不起,因为...因为连裤袜...", "连裤袜?喜欢这样做吗?", "不讨厌...", "不讨厌?", "部长,你太狡猾了", "狡猾?舒服吗?", "是...是的", "嗯?期待着接下来的惩罚,这就是你一直犯错的原因吗?", "没...没有~", "还想要更多吗?", "是的,想要", "继续惩罚", "怎么样,很舒服吗?", "舒服!", "喜欢丝袜?", "是的,喜欢!~", "啊~我也好舒服啊~", "你在干什么啊?", "唔~", "爽吗?", "想看内裤吗?", "想!~", "吃我~", "为什么喜欢内裤啊?", "唔~因为很舒服", "不行了~不行了~", "很舒服吗?", "(嘻嘻)你射了好多", "Saika,你真是个妖精", "(温柔)谢谢你陪我,$lastname"]>>
<<set $work_event_4_txt to ["(当我参加完明星晚宴回到酒店后,我听到有人敲房间门。我打开门一看,是一位非常漂亮的服务员", "你好先生,房间服务", "把它们放在床上就可以了。", "好的,先生。如果您需要任何服务,可以随时联系前台,我们这里24小时不休,全程为您提供服务。", "好的,谢谢。", "那您休息吧,先生。", "外面都是记者,让她离开", "第二天某明星被曝出在酒店招嫖,而我在酒店看了一晚上电视,对此一无所知。", "那个,请等一等", "还有什么可以为您服务的,先生?", "没有,我只是想告诉你,你是一位非常漂亮的女孩儿。", "Oh,谢谢,您也是一位非常棒的绅士!", "再次叫住她", "请再稍等一下,还有个小问题", "嗯哼?", "你没穿胸罩", "我发现你今天没穿内衣,我可以透过你的衬衣看到你的奶头。你的内衣是坏掉了吗?", "(尴尬)Oh,先生...对不起...今天换班比较急...你知道的...", "嗯,了解。别紧张,再呆一会,来,过来坐。", "好吧...", "还有个小问题,我能看看你的胸吗?", "Oh,不行,先生!", "这没有什么,我只是非常快速的看它们一眼。", "这里有$100,拿着,我只是非常快速的看它们一眼。", "(害羞的笑)", "只是简单的看一眼?", "只是简单的看一眼?","wow~,它们非常漂亮!", "(害羞的笑)谢谢", "OK,请再等等", "虽然很不好意思这么说,但是...我能看看你的屄吗?", "OK,我给你$200", "(为难)No Way~", "再给她$200", "我再给你$200,现在你得到$500了", "(为难)...", "...", "来,看看这些钱,让我看一眼你的屄,我不碰它。", "好吧...我真不敢相信...我到底在干什么...", "只是简单看一眼,非常快,而且不准碰它...", "是的,只是简单的看一眼,非常快~", "Oh~,太漂亮了!", "(害羞的笑)OMG!谢谢~!!", "我的鸡巴已经看硬了,帮我摸一下", "先生...", "我给你$1000", "Oh,你是在逗我吗...", "我的鸡巴硬的实在难受,来,帮我摸一下它~", "我真不敢相信我在做什么,我一定是疯了!", "Ye..Yes,你很棒", "把衣服脱掉。", "...嗯", "宝贝儿,你湿了!~", "我们不应该这样做,请停下来~", "OMG~我跟你说了不能内射的,你这个混蛋!", "我实在太舒服了", "第二天,新闻曝光,某影视经纪人酒店招嫖,对社会造成不良影响。"]>>
<<set $intro_txt to ["开始游戏", "我的名字是 ", "在繁华喧嚣、充满机遇与挑战的娱乐圈中,我揣着对梦想的炽热追求,踏入了这个令人心驰神往却又竞争残酷的行业,成为了一名经纪人。", "我的眼神中闪烁着坚定与憧憬,满心期待着能在这个舞台上大展宏图,助力怀揣梦想的演员们走向辉煌,也为自己闯出一片属于自己的天空。", "然而,现实却如同冰冷的潮水,无情地将他的幻想击得粉碎。在娱乐圈这个庞大而复杂的名利场中,人脉资源宛如坚固的壁垒,将新人与成功隔离开来。我四处奔波,不辞辛劳地穿梭于各种演艺活动、选角现场,试图挖掘出有潜力的新人,或是与稍有知名度的演员达成合作。<br>但每一次,我都遭到了无情的拒绝,那些演员和他们的团队,甚至连正眼都不瞧我一下,便将我拒之门外。", "我的生活陷入了黑暗的深渊,经济上的压力如影随形,我甚至连房租都快要支付不起。", "每天,我都在焦虑和迷茫中度过,不断地问自己:“我真的适合这个行业吗?我的梦想还有实现的可能吗?” 但我骨子里那股不服输的劲头,让我始终没有放弃。我坚信,只要坚持下去,就一定能等到属于自己的机会。<br>最近有一场新人选拔会,我或许应该继续去碰碰运气。"]>>
<<set $hospital_txt to ["我是Saika的表哥。Saika的母亲李女士在这里住院,我想看看她的病情。 ", "(抬头,仔细打量着我的脸,眼神警惕)李女士?她是重症监护室的病人。病情比较严重,需要特别护理......(停顿了一下)您是她的家属?", "我从包里拿出一那张假造的身份证--拍戏用的道具,在护士眼前晃了一下。", "(点头,心里默默祈祷) 是的,我们是远房亲戚,这次我特地来看望她。", "(拿起身份证明看了看,似乎稍微放松了一些戒备):李女士的情况……她的心脏病有严重恶化的趋势,需要尽快进行心脏手术。如果不手术,情况会越来越糟。", "心脏手术?费用大概是?", "(叹了口气,低声说):「整个手术费用大概需要150万。最近她的病情一直在反复,如果不尽快住院治疗,后果会很严重...", "(心中一凛,视线微微颤抖)150万...", "(警惕地看了一眼走廊,压低声音)其实医院也在努力帮忙分担部分费用,你可以试着去找一下院长,她是一个很热心的好人。 ", "替Saika缴费(USD 1,500,000)", "院长办公室", "我帮Saika的妈妈支付了医疗费。", "先生,您好。我这是这家医生的护士Kojima,请问您是有哪里不舒服吗?", "(^_^)$lastname先生,很高兴认识您,我是这家医院的院长-Aoi。", "我们医院一直致力于为患者提供最优质的医疗服务,同时也非常注重公益和慈善事业。我们相信,医疗不仅是责任,更是一种恩赐。为了帮助更多需要帮助的人,我们医院每年都会举办多项慈善活动,包括为贫困患者提供免费治疗、为山区儿童提供医疗救助,以及为老年人和残疾人群体开展健康检查等。", "我们还设立了专门的慈善基金会,专门帮助那些经济困难但急需治疗的患者。去年,我们成功为一位贫困农民工完成了心脏移植手术,让他重获新生。这些都是我们医院秉承人道主义精神,不断前行的成绩。", "此外,我们的医疗团队由国内外顶尖的专家组成,技术先进,设备齐全。我们始终坚持以患者为中心,确保每一位患者都能得到最专业、最温暖的治疗。", "最后,你可以在这里通过休养快速恢复体力。", "询问治疗费用", "怎么了$firstname,是有哪里不舒服吗?", "李女士的情况……她的心脏病有严重恶化的趋势,需要尽快进行心脏手术。如果不手术,情况会越来越糟。", "有什么东西顶到了Kojima", "Kojima给我做护理时,我控制不住勃起了。我本以为她会生气,但我留意到她的表情不像是生气,反而有一点窃喜?", "Kojima,你的护理技术真是一流的,你一定很喜欢你的工作吧?", "是的呀,这份工作能够帮病人减轻痛苦,让我觉得我是一个有用的人。除了薪水不高,看中的包包一直买不起外,别的就没有什么不好的了。"]>>
<<set $kojima_hospital_txt to ["Kojima,这个送给你。", "呀!真的吗?!这个是给我的吗?!你对我真好,那么作为回礼...", "嘻嘻", "离开", "聊天", "结束", "叫住她", "让她离开", "给她$100", "给她$200", "给她$1000", "小憩", "手淫", "洗澡", "吃早饭", "吃午饭", "吃晚饭", "恢复能量($5000)","开始按摩", "签约", "开始", "回家", "请她喝一杯", "一起回家", "上前搭讪", "拒绝", "欣然答应", "开始工作", "深入研究剧本", "姓名", "好感", "状态", "技能", "人气", "做爱次数", "任务", "送礼物"]>>
<<set $kojima_hospital_txt to ["Kojima,这个送给你。", "呀!真的吗?!这个是给我的吗?!你对我真好,那么作为回礼...", "我经过医务室时,听见里面有奇怪的声音。好奇心驱使我偷偷去看了一眼,Kojima竟然在自慰!!", "Kojima理疗", "Kojima急匆匆的从走廊跑过去,一不小心,手里的文件散了一地", "低头", "Wow~Kojima今天穿的裙子好短!~", "她现在看起来很忙,我应该等她忙完再找她。"]>>
<<set $kojima_hopsex_txt to ["今天过来找Kojima给我做理疗时,我又不受控制的勃起了。Kojima竟然窃笑了起来!~", "帮助患者解决痛苦可是护士的职责哦~.", "不等我回应,Kojima就已经吻了上来。Wu~好软,好滑,Kojima的舌头在我口腔里四处游走,带着一股少女的香甜。", "Kojima迫不及待的脱下我的裤子!", "Kojima将头埋在我的胯下,卖力的吃了起来。Wow~这实在是太舒服了!!", "身体的燥热驱使着Kojima开始脱衣服。", "一对明晃晃的白嫩酥胸弹了出来,我手口并用直接吃了起来。", "Kojima并不满足于我单方面的服务,于是她又扒到我胯下,我们做起了69.", "Kojima非常兴奋,69已经不能满足她了。她直接把屄凑到我脸上,给我帮她舔。", "前戏结束,Kojima扶着我的大鸡巴,坐了上来。", "女上位真的很适合Kojima,她在上面不停变化着角度,疯狂摆动。", "Ah~顶到里面了,好舒服!!", "Kojima没有力气了,我拍了拍她的屁股让她趴好,换我来。","我把Kojima的腿扛在肩上,继续用力。", "高潮了~高潮了~Ahhh~Ahhhh~", "我要射了,我要射了~Fuckkkk!!!~", "我将浓浓的精液射在了Kojima的胸上。", "是不是很累?想不想休息一下?", "是的,我要休息一下。", "那你躺好,我帮你继续做理疗^_^"]>>
<<set $kojima_hop_qf_txt to ["$firstname 怎么这么晚过来了,是哪里有不舒服吗?", "我想你了Kojima,我想要你~", "我一把抱住了Kojima!", "Ah!!我也想你$firstname,但是这里不行,会有人过来的!!", "正说着,就有人过来了,Kojima拉着我跑进问诊台,并让我在她身后躲好。", "Kojima的屁股就在我面前,我忍不住起了捉弄她的念头,直接伸手摸了上去。看着Kojima一边回答问题,还要一边应付着我,我的手更不老实了!", "好不容易等人走了,我再忍不住,一把拉开Kojima的内裤,把鸡巴插了进去。", "Kojima满足的叫声让我更加兴奋,更加用力!!", "太爽了,我要射了~Ahhhhh!!!~", "我把浓浓的精液射满了Kojima的屁股!", "$firstname 你真是个淘气鬼~"]>>
<<else>>
<<set $place_txt to ["Bedroom", "Bath ", "Kitchen", "Garage", "Call my Flings", "Use Car", "Commute with Train", "Home ", "Company", "Mall", "Restaurant", "Club", "Hospital", "Industrial Zone", "Char Location", "Do Work", "Interact", "Red Sofa", "Go Out", "Single Apartment", "Eva's House", "Streets", "Explore", "Toilet"]>>
<<set $commodity_txt to ["Special watch", "Rolex ", "Jewelry", "Handbag", "Latte Coffee", "Espresso", "Capuccino", "Seafood Feast", "Wellington Steak", "Quanjude Roast Duck", "Saika Room", "General Service ($3000)", "Private Service ($10000)", "Bubble Bath ($5000)"]>>
<<set $menu_txt to ["Wake Up", "Continue", "Sleep", "Go Back", "Leave", "Chat", "End", "Stop her", "Let her go", "Give her $100", "Give her $200", "Give her $1000", "Nap", "Masturbate", "Shower", "Have breakfast", "Have lunch", "Have dinner", "Restore Energy($5000)","Start Massage", "Sign", "Start", "Go Home", "Buy her a drink", "Go home together", "Approach her", "Refuse", "Gladly say yes", "Get to work", "Dive into the script", "Name", "Favorability", "Status", "Skill", "Popularity", "Sexual Number", "Task", "Give gifts", "Quick Fuck", "Info", "Discuss Work", "Flirt", "Ask Her to Date"]>>
<<set $message_txt to ["(Prestige + 3) ", "(Prestige -5) ", "(Member event, Patreon Code required) ", "I don't have enough money.", "I'm still missing important props, maybe I should go to the high street store.", "(Prestige + 50) ", "(Get a top gifter investment of $300,000) ", "(Money +10,000)", "It's too late, I should go home.", "I can't keep working, I'm too tired.", "My energy has been restored.", "(Energy +100)"]>>
<<set $prestige_txt to ["Nameless", "Heard Of", "Hotshot", "Famous", "Film Giant"]>>
<<set $sex_menu_txt to ["Touching Her Ass", "Boobs", "Pussy", "Hand Job", "Blow Job", "Sit Up", "Boobs Push", "Doggy Style", "Cowgirl", "Missionary", "Spooning", "Hard", "Accelerate", "Cum", "Legs", "69", "Eat", "Punishment", "Reverse Cowgirl", "Undress", "Rimming", "Kiss", "Rub", "Push In", "Standing Position", "Continue Massage", "Massage Legs", "Massage Triangle Area", "Bubble", "Wash dick", "Wash back", "Wash hands", "Finger sex"]>>
<<set $saika_status_txt to ["(Saika Relationship +3)", "(Saika Relationship +5)", "(Saika Relationship +10)", "(Saika Acting Skills +3)", "(Saika Acting Skills+5)", "(You lost all Saika Relationship)", "(Saika signed successful)", "(Saika popularity +50)"]>>
<<set $saika_event_txt to ["Meet Saika at the SPA.", "Help Saika on the Train.", "Chat in Saika's private room at the SPA to get more information.", "If you have a magic pocket watch, you can sign a contract with Saika.", "When Saika's popularity is high enough, you can get a way to reduce her mother's medical fees at the hospital (under development)."]>>
<<set $eva_status_txt to ["(Eva Relationship +3)", "(Eva Relationship +5)", "(Eva Relationship + 10)", "(Eva signed successful)"]>>
<<set $eva_event_txt to ["Go to Restaurant and meet Eva at the right time.", "Find a way to know what's going on with Eva.", "Find a way to find a new place for Eva.", "Take Eva to the collection (in production)."]>>
<<set $kojima_status_txt to ["(Kojima Relationship +3)", "(Kojima Relationship +5)", "(Kojima Relationship +10)"]>>
<<set $kojima_event_txt to ["Meet Kojima at the hospital.", "Kojima is interested in luxury bags.", "Regarding Saika's mother's medical expense issue, maybe Kojima has a better solution."]>>
<<set $char_profile_txt to ["Saika was a performance student at a prestigious art university and dreamed of becoming a professional actor. However, due to a family accident (her mother was seriously ill), she had to give up her studies and instead work as a massage technician with a steady income. Despite her difficult life, she still maintained her love of acting, occasionally practicing alone at home, retaining hope for the future.", "Eva was a high-profile talented novelist whose works are known for their profound social criticism and unique narrative style. However, for an article exposing the shady world of the entertainment industry, she was jointly banned by multiple companies, her works were removed from the shelves, and her life was in trouble. She turned to screenwriting, but the work she had just completed was plagiarized by a big company, and she completely lost confidence in the industry. ", " Kojima is a nurse with a lively and lovely personality, and occasionally confused. She likes to masturbate and is a gossip lover, and her nursing skills are excellent! ", " Liya is my personal assistant, who is delicate, gentle and considerate. "," Rose is a producer for the company and has a pair of big breasts! ", " Blaze is the only actor in the company at present, and she was also famous when she was young, but her career and appearance have plummeted since she got into something she shouldn't have touched. "]>>
<<set $story_caption_txt to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday", "Late Night", "Evening", "Dusk", "Afternoon", "Noon", "Morning", "Early Morning", "$gameday Day", "Energy", "Lust", "Prestige", "Single", "In Love", "Married", "Cash", "Cheat", "Support"]>>
<<set $home_txt to ["There was a tryout recently, maybe I should try my luck.", "I'm in the apartment. Now, what do I need to do?", "This is my bedroom", "I'm in the bathroom", "I don't have a car yet.", "I took a nap and regained some energy.", "My cravings are too strong to control myself. I think I should find a girl.", "I took a shower", "I'm eating breakfast", "I'm eating lunch", "I'm eating dinner", "I haven't heard from anyone yet."]>>
<<set $streets_txt to ["I'm on the high street. Where am I going now?", "Boss, a rookie tryout is being held. Although we were not invited, I managed to get a pass. Maybe we should try our luck?", "There's a tryout going on", "I'm in my company. What am I going to do?", "As I entered the store, I felt an inexplicable palpitations. I looked around and finally fixed my eyes on this pocket watch. I must find a way to buy it!", "What do I want to buy?", "I don't need to buy it again.", "When I picked up this pocket watch, it felt like it established some kind of wonderful link with me. A message popped into my mind--Sometimes I can know what's really on someone's mind! ","Now, it's mine! ","I bought a Rolex. ","I bought a string of jewelry. ","I bought a bag. I hope it does heal. ","She's not in the restaurant, what do I want to eat today? ", "The training center is closed.", "I'm in the hospital now, what do I want to do?", "I went to the toilet and felt the pressure relieved."]>>
<<set $restaurant_txt to ["Continue Eating", "Talk to her", "Invite her for a drink($50)", "Somehow, I feel that I still can't get to know this girl because I am still missing something important. I should go to the store first.", "Leave", "As I passed the girl, the pocket watch in my pocket suddenly began to vibrate. So the girl caught my attention.", "I slowed down to observe her. I noticed that she was editing an article titled [The Hidden Hand Behind the Film and Television Circle - The Truth Behind the Suicide of the Movie Queen]!!","Try to know her", "Discuss accommodation issues"]>>
<<set $train_txt to ["As soon as I stepped on the tram, the smell of sweat and breakfast came to my face. <br> When I was looking down and swiping my phone, I accidentally caught a glimpse of a beautiful girl, it was Saika! She was squeezed into the angle of the carriage, and a wretched man was sticking tightly behind her. Anyone who looked at it knew he was not at ease.", "I saw a beautiful girl on the subway. It's just that her expression looked a little strange...", "The subway trunk is always crowded like a can.", "The bastard's hand kept swimming on Saika's ass. Saika's face was full of horror and disgust. She kept dodging to the side, trying to avoid the harassment of men, but there was no room for her to escape in this crowded carriage. ","I have to say, Saika is really beautiful. The skirt is lifted up to reveal the beautiful legs and buttocks wrapped in stockings, which is a rare sight. What should I do? ","Let it go","Fuck him off","I have enough troubles of my own, let's continue to enjoy the view. ","I gave the bastard a slap on the back of the head, and Saika took the opportunity to organize her clothes and get out of the train in a hurry. "]>>
<<set $club_txt to ["The nightclub hasn't opened yet.", "The nightclub is open.", "I went into the club, the girls here are so spicy, what should I do?", "Dance on the Dance Floor", "Champagne ($500)", "Have a Drink ($5000)", "It's a sea of fun, what should I do?", "Enjoy a blowjob ($3000)", "Bartender, open me a bottle of champagne~", "Beauty, drink it presumptuously, I'll pay for it~", "Come on, baby, mouth me~", "Ah~fuck~ I cum, it's so cool!!"]>>
<<set $office_work_event to ["Recently, I accompanied Saika on the set day and night, participating in various filming work and various commercial activities. By constantly being exposed in front of the camera, Saika's popularity and popularity have been enhanced. I am not only happy for her promotion, but also captured the fatigue in her eyes.", "Saika is always worried that her acting skills are not good and she will not be able to pass any film auditions. So, we came to the actor training center.", "* happy laugh * wow!! Is the surprise you mentioned bringing me to the training center? It's amazing, I will definitely work hard to practice and improve my 。◕‿◕。 ","Come on, let's work together ~", "Training", "When I passed by the set makeup room, I saw a beautiful girl wearing makeup, her eyes were so seductive.", "She is so sexy and charming, I should have taken the opportunity.", "We had a wonderful night together.", "At night, when I passed by the park, I saw a beautiful girl sitting there.", "Although she looked shy, I still captured her deep interest in me. We had a great time chatting, and in the end, she invited me to come home with her. ","Refused and left alone ","Follow her ","When I walked into an alley with her, three men suddenly jumped out. ","The good news is, I'm still alive; the bad news is, I've been fucking robbed. ","(Money - $_robbed) ","I was busy with my job when I suddenly received a phone call. The assistant of a famous big director has something to do temporarily and needs someone to replace him. Should I seize this opportunity to get in touch with big names in the industry? ","The director told me the job I was going to do. Fortunately, it didn't sound too difficult, but again, I wasn't paid handsomely, only 5,000 dollars. ","Or, you can choose to stay, and I will accompany you to study the script in depth. --The director said to me with a smile. At the same time, his eyes glanced indoors and winked at me. ","I worked hard and got it ","I promised to accompany the director to study the script in depth and got it "]>>
<<set $spa_txt to ["Sorry, we are closed now, come back in the afternoon.", "Welcome, boss~ Our store can suck and lick at will, but it is absolutely not allowed to insert ~","Do you have a familiar technician? "]>>
<<set $rion_spa_txt to ["Welcome, boss. Please sit here.", "Okay.", "It's surprising that there are such cute girls, Rion, right?", "Hee-hee, yes.", "You're in good shape, too.", "Really? Thank you~", "What is Rion's personality?", "It's hard for me to say no to others, I'm more submissive.", "So~", "Can I sit on top of you?", "Of course, hurry up.", "Let's play~", "It's so sweet~", "Can I insert it?", "No~", "It's okay, right?", "It's really not okay~", "It's not okay~Don't do this~", "Legs spread~", "Make a sound~", "Is it really not okay?", "No, absolutely not~", "It's topped.", "Let's do this secretly, right?", "No, you can't do this~", "You can't move~", "You are excited, right?", "No~", "It's comfortable, isn't it?", "Be quiet, or you'll be discovered.", "It's so soft~It's good~", "Ah~No... No~", "Rion, you really can't refuse~ ", "(shyly laughing) Remember to come to me next time~"]>>
<<set $konan_spa_txt to ["Today, I have prepared a special massage program for you.", "Ah, by the way, cover your eyes first.", "How does it feel to cover your eyes?", "I can't see anything anymore.", "There's no way to tell your girlfriend that you are a masochist, right?", "I definitely dare not say it!", "Your dick is getting bigger and bigger. Isn't it uncomfortable in paper underwear?", "So shy~", "I will make you even more shy~", "What are you going to do?", "Come here~", "Great! So wet~", "What great tits. So cool!!", "Wa! So big. I really want to see it!", "No, you can't take off the blindfold yet.", "Ah~ So cool. No, I can't stand it!!", "No, you can't ejaculate yet.", "Do you feel being clamped by my tits hole?", "So cool. It's really great!!", "No, so cool. I'm going to ejaculate!!", "Stop for a moment~", "No~ No~ So cool. I'm going to climax!!!", "Do you want to insert?", "Yes!!", "Ah~ It's in~", "So amazing! Keep wriggling. So cool!~", "$firstname, your dick is so great and powerful!~", "Your expression is really lewd~", "Knead my tits~", "So cool~ I'm going to ejaculate. I'm going to ejaculate!!", "Ejaculate on my face, baby~"]>>
<<set $saika_spa_txt to ["Hello, guest. My name is Saika. What service would you like to have today?", "Hi Saika, I am $lastname. I didn't expect that the technicians here are all so good-looking!!", "*Covering her mouth and chuckling* I didn't expect either. Such a handsome guest has such a sweet mouth. Well, my handsome young man, what service would you like to have today?", "Hi $lastname, welcome back. What service would you like to have today?", "Are you very tired from work today? Let me accompany you to relax well, $lastname.", "I feel very comfortable now, Saika", "How's the strength? If it's too hard, please tell me.", "No, it's just right.", "Do you feel comfortable with my massage, $lastname?", "En~ Continue, Saika", "Hehe, you're hard, $lastname", "En~ I feel you did it on purpose, Saika", "Wow, so big!", "Honey, use more strength!", "Come on, baby, ejaculate for me~", "Wow, you ejaculated a lot.", "Your technique is really great, baby", "Hehe.. I'll clean up the rest. I hope you will come to me again next time."]>>
<<set $saika_private_room_txt to ["Hi $lastname, how was your day?", "I had a good day, Saika", "Relax.", "Okay.", "I'll give you a good press on the ~","Okay. ","Take it off ~", "Uh-uh-uh-I like to eat your big dick ~","Mmm-hmm, that's so cool, baby! ","Baby, you're so cute ~", "Uh-uh-uh-Saika grabbed my tongue and sucked like crazy.", "Ah-baby, you're making me so comfortable!", "Baby, come on, shoot me! ","It's okay, it's okay, shoot me, baby ~", "It's really good, you relaxed so much, I'm very happy ~","Your technique is really good, baby ","Hee hee.. I'll clean up the rest, I hope you'll come to me next time", "Saika's private room is softly lit, soft music flows in her ears, the atmosphere is calm and intimate. She poured us a glass of red wine each.", "What would I like to talk to her about?", "On the subway", "Family", "Sex", "End chat", "I like you Saika, let's do something special", "(whispers) Saika, I'm a little worried about you today at the subway station. Actually, you don't always have to solve problems alone.", "(smiles slightly) Thank you, it's nice to meet you. Otherwise, it was really... ","(gently shaking his head, smile still gentle) But I'm used to it, and life is always like this. ","(curious) Saika, you said that your family's conditions are not good, and you can only give up your dream of acting, is that true? ","(lowering his head, gently rubbing the edge of the wine glass with his fingers) Yes. I especially liked acting when I was a child and wanted to be a professional actor. But at home... ","(voice pauses) My father is a construction worker who works hard every day, but his income is not high. My mother is not in good health and is hospitalized. It is difficult for my family to afford my tuition. How can I learn acting? So... I can only find a way by myself. ","(looks up, gentle light flashes in my eyes) But I think this experience has taught me a lot, including how to accept life and what is really important. ","(Touched) You are really strong and gentle. ","(Softly) Life has taught me that being gentle doesn't solve everything, but it makes me feel that even in the bad moments, I can find some beauty. ","(The pocket watch in my pocket suddenly vibrates, and a message comes to my mind) Although Saika said so, she still clings to her dream of being an actor. If Saika Relationship is enough, I can try to sign her. ","(hesitates, says cautiously) Saika, can I ask you a question? It might be a little presumptuous. ","(laughs and shakes his head in a relaxed tone) Don't be nervous, just ask. ","(voice softens) Saika, do you... do you have a particular favorite way of expressing emotions ?", "( froze for a moment, but soon showed a natural smile) Um... ","(speaks softly) I think that emotions are used to express love, and there should be no shame. If you ask me what posture I like, it may be the kind that can make people feel gently wrapped, like... going home. ","(nods, in a sincere tone) I understand. Thank you for being so honest with me. ","(looks at me gently) Because you make me feel that there is no shame in mentioning this, you make me feel at ease. ","(whispers) Saika, actually I've been thinking... Although things didn't go as well as I wanted, I believe that it is still possible for you to achieve your dreams 。", "( looked up with a light of hope in your eyes) But... I have... I thought I would never have another chance. ","(reaches out and gently grabs her hand, in a firm tone) No, no. You can try again, and I will be with you. Let's work together, okay? ","(voice shakes slightly) But... your company is also having a hard time right now. I've read the entertainment news and your company seems to be... ","(wry smile) I know. However, because of this, I would rather find someone worth investing in. Saika, I know this may be a risk for you, but... I'm really willing to use all my resources to help you. ","(silent for a moment, asked softly) Why did you choose me? ","(sincere eyes) Because I see the light in your eyes. It is the light that only people who truly love performing can have. You deserve to be seen, and I... hope to find my way through you. ","(eyes slightly red, voice says softly) Thank you, really... if you believe me, I... I will try too. Maybe... we can work together until one day, we can really stand on the stage. ","(smiles) Well, that's right. Let's work together. No matter what the result is, at least we don't regret it. ","(nods, tears in eyes) Well... thank you. "]>>
<<set $saika_special_service_txt to ["Thank you for doing so much for me, $lastname. Let me help you relax today.", "$lastname, your tongue is so soft.", "Bite me, Saika", "There's so much water under you, Saika", "Ah, $lastname, you're so good, I can't stand it ~","Come in, baby. ","Ah~ You're so warm inside ","Ah~, so comfortable.","Saika~, there's a river flowing under you.","Ah~, puff, puff, sounds so erotic ~", "Ah~ I'm going to cum, I'm going to cum~", "Ah~ give me~ Ah~ I love you, $lastname"]>>
<<set $saika_bubble_bath_txt to ["Hello, guest. Today we have prepared a bubble bath for you.", "Be careful. Please take a seat here.", "Is the water temperature okay?", "It's just right. It's very comfortable.", "If there is any place that needs special washing, please tell me.", "So smooth and elastic.", "Um... I need to have my lower body washed specially.", "Is it here?", "En~ So refreshing~", "Wow~ So great~", "En~En~ Let's wash our fingers.", "Okay.", "It's time to wash your lower body. Please spread your legs.", "Okay... Okay.", "So refreshing~ Do you need to wash here too?!", "Wu~ So refreshing~", "Ah~Ah~ Kiss me.", "Ah~ I'm going to ejaculate. I'm going to ejaculate~", "Ah~ Give it to me, baby~ Ejaculate on me~"]>>
<<set $eva_restaurant_event_txt to ["What should I do if she ignores me?", "Continue eating", "Buy her a drink", "Thank you for always buying me drinks. I'm Eva. Nice to meet you.", "(Smiling, approaching her) Eva, this is the third time I've bought you a drink. Finally, I have a chance to talk to you.", "(Looking up, with a hint of caution in her eyes, responding softly) Thank you.", "(Gently) I've read your article. It's quite interesting. Can you talk about your writing inspiration?", "(Fingers trembling slightly, looking down at the cup, with a calm voice but a hint of helplessness) Just... There are some things that I think need to be said.", "(Sighing softly) It seems you're having a hard time.", "(With a wry smile, eyes becoming complicated) Yes... After my article was published, my life completely changed.", "(Curiously) What happened?", "(Voice gradually lowering) I wrote about some things in the entertainment industry. As a result... They don't want these things to be said.", "(Pausing for a moment) You mean... problems in the entertainment industry?", "(Nodding, eyes becoming profound) Yes. I exposed some behind-the-scenes transactions and underground operations. As a result, my works were taken down one by one. Even my previous books were stopped from printing. They also found the publishing house and brands I collaborated with and pressured me to retract my criticism.", "(Surprised) So serious? Are they targeting you so openly?", "(Nodding, eyes becoming profound) Yes. They even publicly announced that they will ban me across the entire network. I once thought that as a writer, I have the responsibility to expose these darknesses. But... (Pausing, shaking her head) Now, I'm not even sure if I did the right thing.", "(Looking at her seriously, with a firm tone) You were very brave, Yuwei. This is not something anyone can easily do. Do you know? I really admire you.", "(Looking up at you, with a glimmer of gratitude in her eyes) Thank you... Hearing you say that, I feel... a little warmth.", "(Smiling, with a light tone) I think you are very talented, especially in writing. I was thinking that maybe you could consider joining our company as a screenwriter.", "(Pausing for a moment, with a hint of surprise in her eyes) Screenwriter? Your company?", "(Gently) I have a film and television production company. Recently, I'm preparing for a new project, but I haven't found a good script yet. I think your writing style is very suitable.", "(Shaking her head, with a hint of helplessness in her tone) Thank you for your kindness, but I... (Pausing, looking a bit embarrassed)", "(Caringly) What? Are you worried about the treatment?", "(Sighing deeply, eyes becoming complicated) No... I've encountered some troubles recently. Because of my previous article, I feel like I've been followed all the time. The place where I live is also not safe. I often can't sleep at night and am afraid of what will happen tomorrow. So, I really don't have the mind to consider these things now.", "It seems that if I want Eva to join, I need to solve her troubles first, such as finding a safe place for her to live or something else. Maybe I should go to the residential area and see if there is a suitable house."]>>
<<set $eva_move_event_txt to ["Eva, I have something I want to discuss with you.", "(Looking up, a hint of confusion flashed in her eyes.) What's up? You look very serious.", "It's about your accommodation problem. I rented an apartment and want you to move in.", "(Pausing for a moment, with a hint of probing in her tone.) Why are you helping me? You don't owe me anything.", "(Gently clasping her hand, with a firm tone) Just consider it as help between friends. There are no other conditions. I just hope you can have a stable place to live.", "(With a glimmer of hope in her eyes.) But... isn't this not a good deal for you?", "((Smiling) I am still waiting for my gold-medal screenwriter. I don't want any accidents to happen to her.", "(Looking up) You already know the troubles I have. If I join your company...", "(Interrupting her) Believe me. I did all this only after I knew.", "And I've read your work, and your books are full of wisdom and depth. People like you don't want to be buried.", "(Cheerful laugh) Thank you, I will seriously consider it.", "move"]>>
<<set $eva_move_event_1_txt to ["After resolving Eva's trouble, I could clearly feel that she completely relaxed. We found a cozy little pub and had a little drink. On the way back, we held hands and talked freely about the career we will strive for together and described those great dreams. Eva became excited. So we decided to move overnight.", "Continue", "When we arrived at Eva's apartment building, climbed the stairs, and reached the door, I suddenly realized that something was wrong. The door was open and unlocked. This time, I woke up most of my alcohol. Eva also noticed something strange, and she carefully opened the door. The scene inside the house surprised us. The original tidy house was turned upside down and things were thrown everywhere, obviously by thieves.Eva's face changed greatly, not caring about the mess in the room, she hurried to the cabinet and opened the mezzanine of the cabinet. Seeing that the USB stick inside was still there, she was relieved, but before she could calm down, suddenly, a black shadow jumped out of the corner and rushed towards Eva, targeting the USB stick in her hand.", "Fortunately, I have always been vigilant. Seeing this situation, I immediately rushed over with a single stride and stood between the newcomer and Eva. Although the newcomer is a girl, she is very resolute. Seeing me blocking her way, without saying a word, she directly launched an attack. We exchanged blows back and forth for several rounds. This girl has some skills, but I am not to be trifled with either. Relying on my usually exercised physique and reaction ability, I defended airtightly. Seeing that she couldn't break through from me in a short time and couldn't snatch the USB flash drive, she no longer wanted to continue the fight. She seized an opening, turned around abruptly, rushed out of the door, and disappeared into the night instantly.", "Check out Eva's situation."]>>
<<set $eva_move_event_2_txt to ["The footsteps faded away as the woman disappeared into the darkness. Ignoring the chase, I quickly turned and looked at Eva. She stood frozen in place, eyes full of panic, holding the hand of the USB disk, because of excessive force, the knuckles are white, and the blue veins on the back of the hand are slightly raised.", "(Softly comforting) Eva, don't be afraid, it's alright. ","I patted her shoulder lightly. She seemed to have just woken up from a nightmare, her body trembled slightly, and she slowly raised her head to look at me, her lips trembled slightly, but she couldn't say a word. < br > After a while, she calmed down a little. After taking a deep breath, she spoke slowly.", "(Voice trembling) In this USB flash drive... there is evidence of a gang loan shark forcing a star to jump off a building and commit suicide. During this time, I always feel that someone is following me, and it should be them. Fortunately, you are here today, otherwise I really don't know... ","Speaking of which, a trace of fear flashed in her eyes again. < br > I was taken aback, no wonder Eva has been feeling that someone is following her, it seems that their goal is this USB flash drive. Looking at the messy house in front of me, I know I can't delay any longer.", "(Firmly) Don't worry, I'm here. Let's pack up right now and get out of here."]>>
<<set $eva_move_event_3_txt to ["By the time we had finished moving, it was already dawn. The night was exhausting. < br > After taking a shower and returning to my room, I found Eva lying in bed. I have to admit that she has the talent of a screenwriter and is also very beautiful.", "Half-asleep and half-awake, I felt a foot caressing my cock all the time. I don't have to think about it, I know, it's Eva's feet.", "Respond to her", "I'm too sleepy to go back to sleep"]>>
<<set $eva_move_event_sex_txt to ["I reached for Eva's ass and kneaded it.", "Eva's chest feels amazing, big and stretchy!", "Eva's cunt is so beautiful!", "(Groans) Mmm~", "Eva's little hands began to caress my cock and she was so gentle, so focused.", "Hmm~ it's completely hard.", "(Groans) Mmm~", "Eva is so good! While eating my cock, my tongue would occasionally circle my glans, making my whole body tingle like an electric shock.", "Sit up.", "(Groans) Ah~ it's too big.", "Baby, move it yourself.", "(groaning) ah~so comfortable~Push me, top me~.", "Fuck, it's so comfortable!! I'm going to~ I'm going to~ My brain is blank and it's all cumming in Eva's body!!", "You've cummed so much, honey, I'm completely filled up with you. I like to be with you, and in the future, I will be yours~", "I hugged Eva tightly and fell asleep..."]>>
<<set $office_interact_txt to ["Who do i want to interact with?", "Actress", "ScreenWriter", "Assistant", "Producer", "Director"]>>
<<set $saika_office_interact_txt to ["Saika is off work.", "Saika is working seriously. I shouldn't disturb her now.", "I discussed with Saika about her preparation for the new interview opportunity. Our discussion gave her a new understanding of the role, and she seemed very happy.", "(SaiKa Relationship+3)","Saika hesitates", "Saika is not at work on weekends."]>>
<<set $Liya_office_interact_txt to ["Liya has been off work.", "Liya is not in the company on weekend.", " (Liya Relationship + 3) ", "Liya, record it, I will make the following deployment...", "Liya is not in the company for the weekend.", " (Liya Relationship + 5) ", "We chatted casually about a lot of things, most of which were trivial matters in life. We found that we have many common hobbies.", "We discussed Liya's hairstyle, and she refused me the opportunity to pull her hair.", "Hey Liya, are you free today? i wonder if i can take you out?", "Of Course $firstname, let's go~", "Liya and I went to play beach volleyball together, the feeling of sports always makes people feel good ~", "When we got home, we couldn't wait to hug each other and kiss.", "I took off Liya's clothes, and Liya's eyes started to pull!", "While I was undressing, Liya's little hands were already flapping up on my dick.", "I pressed Liya on the head and she did what I was told.", "Liya gave me a boob push with her big tits.", "I pushed Liya down on the bed and started licking up her vagina.", "I broke Liya's leg and drove right through it.", "I took Liya's leg sideways and dried it hard. Liya panting again and again ~", "Liya sat up, I lifted her butt, opened the pile mode, crazy against her little hole ~", "Liya sat on me crazy wiggle, it is too comfortable!", "We switched to the missionary position, making love and kissing.", "We switch to rear-entry, and I grab Liya's ass and pump hard.", "I sprayed thick semen on Liya's chest! My time with Liya was amazing."]>>
<<set $Liya_ofc_quickfuk_txt to ["Liya was particularly charming today, I involuntarily kissed her and rubbed her pussy at the same time.", "While kissing Liya, my hands were not idle, and I kept rubbing her breasts.", "I freed Liya's breasts from her underwear and licked her head.", "Liya was also aroused by me, lowered her head and ate my big dick.", "I carried Liya to the table and started playing with her pussy. After a while Liya flooded ~", "I picked up Liya's legs, raised my dick, and stuck it to the bottom.", "I carried Liya's head and worked hard, Liya also made a happy cry in my draw again and again ~"," I pressed Liya on the table and hit her flower core from behind. The desk also groaned and creaked. "," Liya was no longer satisfied with my draw and took the initiative to ride up, twisting her waist and kissing like crazy. "," I ejaculated thick semen in Liya's face! "," After the madness, Liya helped me clean up the battlefield with her mouth, she was really a competent assistant ~"]>>
<<set $Rose_ofc_interact_txt to ["Rose has been off work.", "Rose is not in the company on weekends.", "(Rose's Relationship +3)", "(Rose's Relationship +5)", "When I went to the toilet, I happened to meet Rose getting water. She has a great figure with big breasts and a round butt.", "When I went to the toilet, I happened to meet Rose coming out. Her unbuttoned top revealed two big round balls.", "Hello, Boss. What can I do for you?", "We talked a lot, and I could tell that Rose was a passionate girl.", "The publicity budget can only be increased by 10%, we must come up with a more accurate marketing plan.", "We plan to collaborate with Marine conservation organizations to do cause marketing, which can both enhance social value and reduce publicity costs.", "I started talking to Rose about something that was inappropriate for children, and I was so surprised by Rose 'enthusiasm that she even walked up to me and showed me her new red underwear.", "When I knocked on her door with excitement, Rose had already changed her clothes. ", "Rose danced around the house and showed me her new bra in every direction.", "Rose walked up to me, her eyes flirtatious and her underwear unfastened to reveal her bright headlights. ", "Rose pulled down my underwear and exclaims that she was satisfied with my size. ", "Rose couldn't wait to grab my dick and suck it up.", "How can such a milk hole be let go? I let Rose give me a boob push with her boobs.", "Foreplay pretty much went on, and Rose picked up my dick and sat on it.", "Ah~I feel so fucking good!!~", "Oh~So good~So good~fuck me,fuck me!!~", "I ejaculated my thick semen onto Rose's chest!"]>>
<<set $Blaze_ofc_interact_txt to ["Blaze is off work.", "Blaze is away for the weekend.", " (Blaze Relationship + 3) ", " (Blaze Relationship + 5) ", "Hello Boss, what's the matter with me?", "We talked a lot, both about Blaze's past and her current planning for her acting career. We all got to know each other better.", "Here's an interview invitation for a new role. Although it's a supporting role, it also has a good opportunity to show up.", "I'll be there, Boss. It's not our turn to gain weight and lose weight, I understand.", "Blaze said there was a scene where she wanted me to help her practice, while she said she was shaking her big ass. I picked up the script and saw that it turned out to be a passion scene ~", "Are we going to start this?", "Blaze quickly entered the character, walked up to me, and lifted my shirt.", "We skipped the literary part with tacit understanding, I stood up directly, and Blaze directly helped me take off my pants.", "Blaze didn't say a word, and ate my dick.", "I lifted Blaze's skirt, pulled her panties, straightened her dick, and hit Huang Long.", "I pulled Blaze to the window to continue doing it, and the risk of being seen at any time brought us a different kind of excitement.", "I ejaculated thick semen into Blaze's mouth.", "Boss, have I completely grasped the essence of the role?~"]>>
<<set $saika_sparring_event_txt to ["(Hesitant) $lastname, the role I'm auditioning for this time is a strong woman. I haven't been able to grasp the character's personality well. Can you rehearse the scene with me?", "Then, Saika put on a queenly air.", "I have other things to be busy with.", "At your service, my queen.", "(Reproachful) $lastname, you can't do this. It's all because of you that I was scolded by the client again!", "(Controlling) This is already how many times?", "I'm sorry.", "Lie down.", "Huh?", "Lie down for me!", "Yes.", "Come closer to me.", "Come closer.", "Obviously you should reflect, but you are still erect. Is this your attitude?", "I'm sorry, because... because of pantyhose...", "Pantyhose? Do you like doing this?", "Not dislike...", "Not dislike?", "Minister, you are too cunning.", "Cunning? Is it comfortable?", "Yes... yes.", "Huh? Looking forward to the next punishment. Is this the reason why you keep making mistakes?", "No... no~", "Do you want more?", "Yes, I want.", "Continue the punishment.","Well? Is it very comfortable?", "Comfortable!", "Do you like silk stockings?", "Yes, I like them!", "Ah~ I feel so comfortable too~", "What are you doing?", "Um~", "Is it pleasant?", "Do you want to see panties?", "Yes!~", "Eat me~", "Why do you like panties?", "Um~ Because it's very comfortable", "Can't take it anymore~ Can't take it anymore~", "Is it very comfortable?", "(Chuckling) You ejaculated a lot", "Saika, you are really a goblin", "(Gentle) Thank you for accompanying me, $lastname"]>>
<<set $work_event_4_txt to ["(When I got back to the hotel after a celebrity dinner, I heard a knock on my room door) I opened the door and saw that it was a very nice waiter", "Hello sir, room service", "Just put them on the bed.", "Yes, sir. If you need any service, you can always contact the front desk, we are here 24 hours a day.", "Okay, thanks.", "Then rest well, sir.", "It's all reporters outside, let her leave", "The next day a certain celebrity was revealed to be soliciting prostitutes in a hotel, and I watched TV in the hotel all night and didn't know anything about it.", "Well, please wait", "What else can I serve you, sir?", "No, I just wanted to tell you that you're a very beautiful girl.", "Oh, thank you, you're a great gentleman too!", "Stop her again", "Please wait a minute, there's a little question", "Huh?", "You're not wearing a bra", "I found out you weren't wearing underwear today, I can see your nipples through your shirt. Is your bra broken? ", "(embarrassing) Oh, sir... I'm sorry... Today's shift change is more urgent... You know...", "Well, understood. Don't be nervous, stay a little longer, come, come and sit.", "Well...", "One more question, can I look at your breasts?", "Oh, no, sir!", "It's nothing, I just take a very quick look at them.", "There's $100 here, take it, and I'm just giving them a very quick look.", "(shy laughs)", "Just a simple glance?", "Just a simple glance?", "WOW~, they are very beautiful! ", "(shyly laughs) Thank you", "OK, please wait", "I'm embarrassed to say that, but... Can I see your pussy? ", "OK, I'll give you $200", "No Way~", "Give her another $200", "I'll give you another $200 and now you get $500", "(Embarrassed)...", "...", "Come, look at the money, let me see your pussy, I won't touch it.", "Okay... I can't believe it... What the hell am I doing...", "Just a simple glance, very fast, and not allowed to touch it...", "Yes, just a simple glance, very fast~", "Oh~, it's so beautiful!", "(shyly laughs) OMG!thank you~!!", "My cock is already looking hard, help me touch it", "Sir...", "I'll give you $1000", "Oh, are you kidding me...", "My cock is so hard and uncomfortable, come, help me touch it~", "I can't believe what I'm doing, I must be crazy!", "Ye.. Yes, you're great", "Take your clothes off.", "... Hmmm", "Baby, you're wet! ~", "We shouldn't do this, please stop~", "OMG~ I told you, you can't cum inside, you bastard!", "I'm so comfortable", "The next day, the news was exposed, and a film and television agent hotel recruited prostitutes, which had a bad impact on society."]>>
<<set $intro_txt to ["Start The Game", "My name is ", "In the bustling, noisy, full of opportunities and challenges of the entertainment industry, I stepped into this fascinating yet fiercely competitive industry with a burning pursuit of my dream and became an agent.", "There is firmness and longing in my eyes. I am full of anticipation to make a great success on this stage, help actors with dreams to achieve glory and carve out a sky of my own.", "However, reality is like a cold tide, mercilessly shattering his fantasies. In the entertainment industry, a vast and complex vanity fair, personal connections and resources are like solid barriers, separating newcomers from success. I rush around, tirelessly shuttling through various entertainment activities and casting sites, trying to discover potential newcomers or reach cooperation with slightly famous actors. <br>But every time, I am met with merciless rejections. Those actors and their teams don't even give me a second look before shutting me out.", "My life has fallen into a dark abyss. Financial pressure is always with me. I can't even afford the rent soon.", "Every day, I spend my time in anxiety and confusion, constantly asking myself, --Am I really suitable for this industry? Is there still a possibility for my dream to come true? --But the unyielding spirit in my bones makes me never give up. I firmly believe that as long as I persevere, I will definitely wait for my own opportunity. <br>Recently, there is a newcomer selection event. Perhaps I should continue to take a chance."]>>
<<set $hospital_txt to ["I'm Saika's cousin. Saika's mother, Ms. Lee, is hospitalized here, and I want to check on her condition.", "(looks up, scrutinizes my face, eyes alert) Ms. Lee? She is a patient in the intensive care unit. The condition is more serious and requires special care... ( Pause) Are you her family member? ","I took out a fake ID card from my bag - a prop for filming, and waved it in front of the nurse's eyes. ","(nodding, praying silently in my heart) Yes, we are distant relatives, and this time I came to visit her specially. ","(picking up the ID card and looking at it, seeming to relax a little) Ms. Li's condition... Her heart disease has a serious tendency to worsen, and she needs heart surgery as soon as possible. If there is no surgery, the situation will get worse and worse. ","Heart surgery? The cost is about? ","(sighing, whispering)The whole surgery will cost about 1.50 million. Her illness has been going on and on recently, and if she is not hospitalized as soon as possible, the consequences will be serious... ","(heart chills, eyes tremble slightly) 1.50 million... ","(glances warily at the corridor, lowering voice) Actually, the hospital is also trying to help share part of the cost, you can try to find the dean, she is a very warm and kind person. ","Pay for Saika (USD 1,500,000) ","Dean's Office ","I helped Saika's mother pay for medical expenses. ","Hello sir. I am Kojima, the nurse of this doctor. Are you feeling unwell? ","(^_^) Mr. $lastname, nice to meet you, I am the director of this hospital-Aoi. ","Our hospital has always been committed to providing patients with the best quality medical services, and also attaches great importance to public welfare and charity. We believe that medical care is not only a responsibility, but also a gift. In order to help more people in need, our hospital holds a number of charity activities every year, including providing free treatment for poor patients, medical assistance for children in mountainous areas, and health examinations for the elderly and disabled groups. ","We have also set up a special charitable foundation to help patients who are financially disadvantaged but in urgent need of treatment. Last year, we successfully completed a heart transplant operation for a poor migrant worker, giving him a new life. These are the achievements of our hospital in upholding the humanitarian spirit and moving forward. ","In addition, our medical team consists of top experts at home and abroad, with advanced technology and complete equipment. We always adhere to the patient-centered approach to ensure that every patient can receive the most professional and warm treatment. ","Finally, you can quickly recover your strength through recuperation here. ","Ask about the cost of treatment", "What's the matter $firstname, is there any discomfort?", "Ms. Li's condition... Her heart disease has a serious worsening trend and needs heart surgery as soon as possible. Without surgery, the situation will get worse and worse.", "Something hit Kojima", "When Kojima was nursing me, I couldn't control an erection. I thought she was going to be angry, but I noticed her expression wasn't angry, but a little ebullient?", "Kojima, your nursing skills are really first-class. You must really enjoy your job?", "Yes, this job can help patients relieve pain and make me feel like a useful person. There is nothing bad about it except that the salary is not high and the handbag I like has been unaffordable."]>>
<<set $kojima_hospital_txt to ["Kojima, this is for you.", "Ah! Really?! Is this for me?! You are so kind to me. Then as a return gift...", "When I passed by the infirmary, I heard a strange sound inside. Driven by curiosity, I secretly took a look. Kojima was actually masturbating!!", "Kojima physiotherapy", "Kojima hurriedly ran past the corridor. Accidentally, the documents in her hand scattered all over the floor.", "Lower head", "Wow~ Kojima's skirt is so short today!~", "She seems very busy now. I should wait until she is done before looking for her."]>>
<<set $kojima_hopsex_txt to ["When I came to Kojima for my physiotherapy today, I had an uncontrollable erection again. Kojima actually snickered! ~", "It's a nurse's job to help patients with their pain~.", "Before I could respond, Kojima kissed her. Wu~ It's so soft and slippery, and Kojima's tongue is wandering around in my mouth, with a girlish sweetness.", "Kojima can't wait to take off my pants!", " Kojima buried her head in my crotch and ate hard. WOW~ It's so comfortable!!", "The heat of his body drove Kojima to start undressing.", "A pair of bright white tender breasts popped out, and I ate them directly with my hands and mouths.", "Kojima wasn't satisfied with my one-sided service, so she grabbed me under the crotch again, and we started 69.", "Kojima was very excited, 69 couldn't satisfy her anymore. She put her cunt directly in my face and licked it for me. ", "When foreplay ended, Kojima took my big cock and sat up.", "The female top position is really suitable for Kojima, who keeps changing angles and swinging wildly on it.", "Ah~ top inside, so comfortable!!", "Kojima ran out of strength, so I patted her ass and told her to lie on her stomach for me.", " I put Kojima's leg on my shoulder and continued to exert myself. ", "Climax ~ Climax ~ Ahhh ~ Ahhhh ~", "I'm going to, I'm going to ~ Fuckkkk!! ~", "I ejaculated thick semen on Kojima's breasts.", "Aren't you tired? Would you like to take a break?", "Yes, I'm going to take a break.", "Then you lie down, I'll help you continue to do physiotherapy ^_^"]>>
<<set $kojima_hop_qf_txt to ["$firstname Why did you come here so late, was there something uncomfortable?", "I miss you Kojima, I want you~", "I hugged Kojima!" , "Ah!! I miss you $firstname too, but it doesn't work here, someone will come!!", "As I was talking, someone came over, and Kojima pulled me into the consultation desk and told me to hide behind her.", "Kojima's ass was right in front of me, and I couldn't help but have the idea of teasing her, so I reached out and touched it directly. Watching Kojima answer questions and deal with me at the same time, my hands are even more dishonest!", "I finally waited for the people to leave, and I couldn't help it anymore, so I pulled Kojima's panties open and inserted my cock in." , "Kojima's satisfied cry makes me more excited and harder!!", "It's so cool, I'm going to ~ Ahhhhh!! ~", "I shot thick semen all over Kojima's ass!", "$firstname you're such a naughty ghost~"]>>
<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("knock_door")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$work_event_4_txt[0]</div>
[[$menu_txt[1]|work_event_4_1]]<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("server")+".mp4"' type="video/mp4"></video>
<<speech "Waiter">>$work_event_4_txt[1]<</speech>>
<<speech "You">>$work_event_4_txt[2]<</speech>>
<<speech "Waiter">>$work_event_4_txt[3]<</speech>>
<<speech "You">>$work_event_4_txt[4]<</speech>>
<<speech "Waiter">>$work_event_4_txt[5]<</speech>>
[[$work_event_4_txt[6]|work_event_4_1_0]] <<if recall("patreon code") is true >>[[$menu_txt[7]|work_event_4_1_1]] <<else>> $menu_txt[7]$message_txt[2]<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>$work_event_4_txt[13]<</speech>>
<<speech "Waiter">>$work_event_4_txt[14]<</speech>>
<<linkreplace '$work_event_4_txt[15]'>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("no_bra")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[16]<</speech>>
<<speech "Waiter">>$work_event_4_txt[17]<</speech>>
<<speech "You">>$work_event_4_txt[18]<</speech>>
<<speech "Waiter">>$work_event_4_txt[19]<</speech>>
<<speech "You">>$work_event_4_txt[20]<</speech>>
<<speech "Waiter">>$work_event_4_txt[21]<</speech>>
<<speech "You">>$work_event_4_txt[22]<</speech>>
<<speech "Waiter">>...<</speech>>
[[$menu_txt[8]|work_event_4_1_0]] [[$menu_txt[9]|work_event_4_3]]
<</linkreplace>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $prestige += 3>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("watchtv")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$work_event_4_txt[7]</div>
$message_txt[0]
[[$menu_txt[6]|Office]]
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("pretty")+".mp4"' type="video/mp4"></video>
<<speech "You">>$work_event_4_txt[8]<</speech>>
<<speech "Waiter">>$work_event_4_txt[9]<</speech>>
<<speech "You">>$work_event_4_txt[10]<</speech>>
<<speech "Waiter">>$work_event_4_txt[11]<</speech>>
[[$work_event_4_txt[6]|work_event_4_1_0]] [[$work_event_4_txt[12]|work_event_4_2]] <<if $money <100>> <<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[8]|work_event_4_1_0]]
<<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -= 100>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("pay100")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[23]<</speech>>
<<speech "Waiter">>$work_event_4_txt[24]<</speech>>
[[$menu_txt[1]|work_event_4_4]]
<</if>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Waiter">>$work_event_4_txt[25]<</speech>>
<<speech "You">>$work_event_4_txt[26]<</speech>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("look_chest")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[27]<</speech>>
<<speech "Waiter">>$work_event_4_txt[28]<</speech>>
<<linkreplace '$work_event_4_txt[29]'>>
<<speech "You">>$work_event_4_txt[30]<</speech>>
<<speech "Waiter">> No~<</speech>>
[[$menu_txt[8]|work_event_4_1_0]] [[$menu_txt[10]|work_event_4_5]]
<</linkreplace>><<if $money <200>> <<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[8]|work_event_4_1_0]]
<<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -= 200>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("pay200")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[31]<</speech>>
<<speech "Waiter">>$work_event_4_txt[32]<</speech>>
[[$menu_txt[8]|work_event_4_1_0]] [[$work_event_4_txt[33]|work_event_4_6]]
<</if>>
<<if $money <200>> <<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[8]|work_event_4_1_0]]
<<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -= 200>>
<</nobr>>
<<speech "You">>$work_event_4_txt[34]<</speech>>
<video controls autoplay><source @src='"sexvid/work_event_4/"+either("pay200_2")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>$work_event_4_txt[35]<</speech>>
<<linkreplace '$300'>>
<<if $money <300>> <<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[8]|work_event_4_1_0]]
<<else>>
<video controls autoplay><source @src='"sexvid/work_event_4/"+either("pay300")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>$work_event_4_txt[36]<</speech>>
<<linkreplace '$menu_txt[1]'>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("negotiation")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[37]<</speech>>
[[$menu_txt[1]|work_event_4_7]]
<</linkreplace>>
<</if>>
<</linkreplace>>
<</if>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Waiter">>$work_event_4_txt[38]<</speech>>
<<speech "Waiter">>$work_event_4_txt[39]<</speech>>
<<speech "You">>$work_event_4_txt[40]<</speech>>
<video controls autoplay><source @src='"sexvid/work_event_4/"+either("show_pussy")+".mp4"' type="video/mp4">
</video>
<<linkreplace '$menu_txt[1]'>>
<video controls autoplay><source @src='"sexvid/work_event_4/"+either("show_pussy_2")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[41]<</speech>>
<<speech "Waiter">>$work_event_4_txt[42]<</speech>>
<<speech "You">>$work_event_4_txt[43]<</speech>>
<video controls autoplay><source @src='"sexvid/work_event_4/"+either("show_dick")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>$work_event_4_txt[44]<</speech>>
[[$menu_txt[8]|work_event_4_1_0]] [[$menu_txt[11]|work_event_4_8]]
<</linkreplace>>
<<if $money <1000>> <<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[8]|work_event_4_1_0]]
<<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -= 1000>>
<</nobr>>
<<speech "You">>$work_event_4_txt[45]<</speech>>
<<speech "Waiter">>$work_event_4_txt[46]<</speech>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("pay1000")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[47]<</speech>>
[[$sex_menu_txt[3]|work_event_4_hj]]
<</if>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("hj_1")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>$work_event_4_txt[48]<</speech>>
[[$sex_menu_txt[4]|work_event_4_bj]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[49]<</speech>>
<<speech "Waiter">>Wu~<</speech>>
[[$sex_menu_txt[4]|work_event_4_bj]] [[$sex_menu_txt[3]|work_event_4_hj]] [[$sex_menu_txt[19]|work_event_4_take_off_clothes]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>$work_event_4_txt[50]<</speech>>
<<speech "Waiter">>$work_event_4_txt[51]<</speech>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("take_off_clothes")+".mp4"' type="video/mp4">
</video>
[[$sex_menu_txt[0]|work_event_4_ass_touch]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("ass_touch")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$work_event_4_txt[52]<</speech>>
<<speech "Waiter">>Oh~...<</speech>>
[[$sex_menu_txt[2]|work_event_4_pussy_touch]]
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("pussy")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>Oh~Oh~OMG......<</speech>>
[[$sex_menu_txt[7]|work_event_4_fuck]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Waiter">>$work_event_4_txt[53]<</speech>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("fuck")+".mp4"' type="video/mp4">
</video>
[[$sex_menu_txt[7]|work_event_4_dog]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("dog_1","dog_2","dog_3","dog_4")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>Oh~Oh~OMG......<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|work_event_4_cum]]<<else>>
[[$sex_menu_txt[7]|work_event_4_dog]] [[$sex_menu_txt[10]|work_event_4_sidein]] [[$sex_menu_txt[8]|work_event_4_girl_cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|work_event_4_cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $prestige -= 5>>
<<set $sexcount +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("cum")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>$work_event_4_txt[54]<</speech>>
<<speech "You">>$work_event_4_txt[55]<</speech>>
<<linkreplace '$menu_txt[1]'>>
<div class ="narrator">$work_event_4_txt[56]</div>
$message_txt[1]
[[$menu_txt[6]|Office]]
<</linkreplace>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("side_in_1","side_in_2")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>Ah~Ah~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|work_event_4_cum]]<<else>>
[[$sex_menu_txt[7]|work_event_4_dog]] [[$sex_menu_txt[10]|work_event_4_sidein]] [[$sex_menu_txt[8]|work_event_4_girl_cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|work_event_4_cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/work_event_4/"+either("girl_cow_1","girl_cow_2")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>Ah~Ah~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|work_event_4_cum]]<<else>>
[[$sex_menu_txt[7]|work_event_4_dog]] [[$sex_menu_txt[10]|work_event_4_sidein]] [[$sex_menu_txt[8]|work_event_4_girl_cow]] <<if $lust gt 70>>[[$sex_menu_txt[13]|work_event_4_cum]]<</if>><</if>><h2 class="ptitle">PATREON CODE</h2>
<br /><br />
<<if recall("patreon code") is true >>
<div class="patreon-box">
Patreon code activated! Thank you!
</div>
<<else>>
<div class="patreon-box">
<a href="https://www.patreon.com/c/starlightagent" target="_blank">
[img["img/patreon_logo.png"]]
</a>
If you like this game and want to see it grow, please consider supporting the development.
Enter patreon code below to open more unique events.
<br /><br />
<<textbox "_testcode" "">>
<br /><br />
<div class="link-button passage">
<<link "Check">>
<<if _testcode == setup.decrypt($mcCache)>>
<<set $suppCode to true>>
<<run memorize("patreon code", true)>>
<<notify 3s>>Patreon code activated!<</notify>>
<<dialogclose>>
<<goto `passage()`>>
<<else>>
<<notify 3s>>Wrong! Error Patreon code!<</notify>>
<</if>>
<</link>>
</div>
</div>
<</if>>
<style>
.patreon-box {
background:#f1c40f;
border-radius: 20px;
padding: 20px;
color: #000;
}
h2.ptitle {
font-weight: bold;
font-size: 200%;
margin: 0.2em 0;
text-align: center;
border-bottom: 5px solid #000;
border-radius: 0px 0px 35px 0px;
text-transform: uppercase;
position: relative;
}
#notify {
z-index:9999999999;
}
</style><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_bubble_bath_txt[1]<</speech>>
[[$menu_txt[14]|Saika Bubble Bath Shower]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("shower_1", "shower_2")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_bubble_bath_txt[2]<</speech>>
<<speech "You">>$saika_bubble_bath_txt[3]<</speech>>
[[$sex_menu_txt[28]|Saika Bubble Bath Bubble]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("bubble")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>$saika_bubble_bath_txt[4]<</speech>>
[[$sex_menu_txt[1]|Saika Bubble Bath Breasts]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("breasts_1", "breasts_2", "breasts_3")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> En?<</speech>>
<<speech "You">>$saika_bubble_bath_txt[5]<</speech>>
[[$sex_menu_txt[1]|Saika Bubble Bath Breasts]] [[$sex_menu_txt[29]|Saika Bubble Bath Penis]] [[$sex_menu_txt[30]|Saika Bubble Bath Back]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>$saika_bubble_bath_txt[6]<</speech>>
<<speech "Saika">>$saika_bubble_bath_txt[7]<</speech>>
<<speech "You">>wow~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("penis")+".mp4"' type="video/mp4"></video>
[[$sex_menu_txt[1]|Saika Bubble Bath Breasts]] [[$sex_menu_txt[29]|Saika Bubble Bath Penis]] [[$sex_menu_txt[30]|Saika Bubble Bath Back]] [[$sex_menu_txt[31]|Saika Bubble Bath Hand]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("back_1", "back_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_bubble_bath_txt[8]<</speech>>
[[$sex_menu_txt[1]|Saika Bubble Bath Breasts]] [[$sex_menu_txt[29]|Saika Bubble Bath Penis]] [[$sex_menu_txt[30]|Saika Bubble Bath Back]] [[$sex_menu_txt[31]|Saika Bubble Bath Hand]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("hand")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_bubble_bath_txt[9]<</speech>>
[[$sex_menu_txt[32]|Saika Bubble Bath Finger]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Saika">>$saika_bubble_bath_txt[10]<</speech>>
<<speech "You">>$saika_bubble_bath_txt[11]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("finger_1", "finger_2")+".mp4"' type="video/mp4"></video>
[[$sex_menu_txt[32]|Saika Bubble Bath Finger]] [[$sex_menu_txt[20]|Saika Bubble Bath Lick]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("Lick_1")+".mp4"' type="video/mp4"></video>
<<speech "Saika">> $saika_bubble_bath_txt[12]<</speech>>
<<speech "You">>$saika_bubble_bath_txt[13]<</speech>>
[[$menu_txt[1]|Saika Bubble Bath Lick1]]<<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("Lick_2", "Lick_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_bubble_bath_txt[14]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<<else>>
[[$sex_menu_txt[20]|Saika Bubble Bath Lick1]] [[$sex_menu_txt[4]|Saika Bubble Bath BJ]] [[$sex_menu_txt[3]|Saika Bubble Bath HJ]]<<if $lust gt 70>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_bubble_bath_txt[15]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<<else>>
[[$sex_menu_txt[20]|Saika Bubble Bath Lick1]] [[$sex_menu_txt[4]|Saika Bubble Bath BJ]] [[$sex_menu_txt[3]|Saika Bubble Bath HJ]]<<if $lust gt 70>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_bubble_bath_txt[16]<</speech>>
<<speech "Saika">>En~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<<else>>
[[$sex_menu_txt[20]|Saika Bubble Bath Lick1]] [[$sex_menu_txt[4]|Saika Bubble Bath BJ]] [[$sex_menu_txt[3]|Saika Bubble Bath HJ]]<<if $lust gt 70>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<</if>><</if>><<nobr>>
<<set $lust -=100>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_saika +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_2/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>$saika_bubble_bath_txt[17] <</speech>>
<<speech "Saika">>$saika_bubble_bath_txt[18]<</speech>>
[[$menu_txt[6]|Streets]]
<<if $money <3000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|saika spa]]
<<else>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -=3000>> <<set $moneyspenthooker +=3000>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("welcome")+".mp4"' type="video/mp4"></video>
<<speech "Rion">>$rion_spa_txt[0]<</speech>>
<<speech "You">>$rion_spa_txt[1] <</speech>>
<<speech "You">>$rion_spa_txt[2]<</speech>>
<<speech "Rion">>$rion_spa_txt[3]<</speech>>
<<speech "You">> $rion_spa_txt[4]<</speech>>
<<speech "Rion">>$rion_spa_txt[5]<</speech>>
<<speech "You">> $rion_spa_txt[6]<</speech>>
<<speech "Rion">>$rion_spa_txt[7]<</speech>>
<<speech "You">> $rion_spa_txt[8]<</speech>>
<<speech "Rion">>$rion_spa_txt[9]<</speech>>
<<speech "You">>$rion_spa_txt[10]<</speech>>
<<speech "Rion">>Ha~ha~<</speech>>
[[$menu_txt[1]|Rion Spa Up]]
<</if>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("sit_up")+".mp4"' type="video/mp4"></video>
<<speech "Rion">>$rion_spa_txt[11]<</speech>>
[[$sex_menu_txt[21]|Rion Spa Kiss]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("kiss_1", "kiss_2", "kiss_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$rion_spa_txt[12]<</speech>>
<<speech "Rion">>En~<</speech>>
[[$sex_menu_txt[1]|Rion Spa Boobs]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("boobs_1", "boobs_2", "boobs_3")+".mp4"' type="video/mp4"></video>
<<speech "Rion">>Ah~<</speech>>
[[$menu_txt[1]|Rion Spa No]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("no")+".mp4"' type="video/mp4"></video>
<<speech "You">>$rion_spa_txt[13]<</speech>>
<<speech "Rion">>$rion_spa_txt[14]<</speech>>
<<speech "You">>$rion_spa_txt[15]<</speech>>
<<speech "Rion">>$rion_spa_txt[16]<</speech>>
[[$sex_menu_txt[2]|Rion Spa Finger]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("finger_1", "finger_2", "finger_3")+".mp4"' type="video/mp4"></video>
<<speech "Rion">>$rion_spa_txt[17]<</speech>>
<<speech "You">>$rion_spa_txt[18]<</speech>>
<<speech "You">>$rion_spa_txt[19]<</speech>>
<<speech "Rion">>En~<</speech>>
[[$sex_menu_txt[2]|Rion Spa Finger]] [[$sex_menu_txt[22]|Rion Spa Rub]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("rub_1", "rub_2", "rub_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$rion_spa_txt[20]<</speech>>
<<speech "Rion">>$rion_spa_txt[21]<</speech>>
<<speech "You">>$rion_spa_txt[22]<</speech>>
<<speech "Rion">>En~<</speech>>
[[$sex_menu_txt[23]|Rion Spa Inside]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("inside")+".mp4"' type="video/mp4"></video>
<<speech "You">>$rion_spa_txt[23]<</speech>>
<<speech "Rion">>$rion_spa_txt[24]<</speech>>
<<speech "Rion">>Ah~<</speech>>
<<speech "You">>Shhh~<</speech>>
[[$sex_menu_txt[8]|Rion Spa Girl Cow]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("girl_cow_1", "girl_cow_2", "girl_cow_3")+".mp4"' type="video/mp4"></video>
<<speech "Rion">>$rion_spa_txt[25]<</speech>>
<<speech "You">>$rion_spa_txt[26]<</speech>>
<<speech "Rion">>$rion_spa_txt[27]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Rion Spa Cum]]<<else>>
[[$sex_menu_txt[8]|Rion Spa Girl Cow]] [[$sex_menu_txt[18]|Rion Spa Girl Cow Ant]] [[$sex_menu_txt[1]|Rion Spa Fuck Boobs]] [[$sex_menu_txt[7]|Rion Spa Dog]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Rion Spa Cum]]<</if>><</if>> <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("girl_cow_ant_1", "girl_cow_ant_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$rion_spa_txt[28]<</speech>>
<<speech "Rion">>Ah~<</speech>>
<<speech "You">>$rion_spa_txt[29]<</speech>>
<<speech "Rion">>...<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Rion Spa Cum]]<<else>>
[[$sex_menu_txt[8]|Rion Spa Girl Cow]] [[$sex_menu_txt[18]|Rion Spa Girl Cow Ant]] [[$sex_menu_txt[1]|Rion Spa Fuck Boobs]] [[$sex_menu_txt[7]|Rion Spa Dog]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Rion Spa Cum]]<</if>><</if>> <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("sex_boobs_1", "sex_boobs_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$rion_spa_txt[30]<</speech>>
<<speech "Rion">>Ah~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Rion Spa Cum]]<<else>>
[[$sex_menu_txt[8]|Rion Spa Girl Cow]] [[$sex_menu_txt[18]|Rion Spa Girl Cow Ant]] [[$sex_menu_txt[1]|Rion Spa Fuck Boobs]] [[$sex_menu_txt[7]|Rion Spa Dog]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Rion Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust -=100>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>Ah~Fu~Fuck~ <</speech>>
[[$menu_txt[1]|Rion Spa Aftermath]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("dog_1", "dog_2")+".mp4"' type="video/mp4"></video>
<<speech "Rion">>$rion_spa_txt[31]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Rion Spa Cum]]<<else>>
[[$sex_menu_txt[8]|Rion Spa Girl Cow]] [[$sex_menu_txt[18]|Rion Spa Girl Cow Ant]] [[$sex_menu_txt[1]|Rion Spa Fuck Boobs]] [[$sex_menu_txt[7]|Rion Spa Dog]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Rion Spa Cum]]<</if>><</if>><video controls autoplay muted playsinline loop><source @src='"sexvid/rion_spa_0/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">>$rion_spa_txt[32]<</speech>>
<<speech "Rion">>$rion_spa_txt[33]<</speech>>
[[$menu_txt[6]|Streets]] <<if $money <5000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|saika spa]]
<<else>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -=5000>> <<set $moneyspenthooker +=5000>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[0]<</speech>>
<<speech "Konan">>$konan_spa_txt[1] <</speech>>
[[$menu_txt[1]|Konan Spa Blindfolded]]
<</if>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("blindfolded")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[2]<</speech>>
<<speech "You">>$konan_spa_txt[3] <</speech>>
[[$menu_txt[1]|Konan Spa M]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("M")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[4]<</speech>>
<<speech "You">>$konan_spa_txt[5] <</speech>>
[[$menu_txt[1]|Konan Spa Foot]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("foot")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[6]<</speech>>
<<speech "You">>$konan_spa_txt[7] <</speech>>
[[$sex_menu_txt[19]|Konan Spa Undress]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("undress")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[8]<</speech>>
<<speech "You">>$konan_spa_txt[9] <</speech>>
<<speech "Konan">>$konan_spa_txt[10]<</speech>>
[[$menu_txt[1]|Konan Spa Oil]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("oil")+".mp4"' type="video/mp4"></video>
<<speech "You">>$konan_spa_txt[11] <</speech>>
<<speech "Konan">>He~He~<</speech>>
[[$menu_txt[1]|Konan Spa Massage]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("Massage")+".mp4"' type="video/mp4"></video>
<<speech "You">>$konan_spa_txt[12] <</speech>>
<<speech "Konan">>Ha~Ha~<</speech>>
[[$sex_menu_txt[21]|Konan Spa Kiss]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("kiss_1", "kiss_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>Wu~Wu!!<</speech>>
<<speech "Konan">>En~En~<</speech>>
[[$sex_menu_txt[21]|Konan Spa Kiss]] [[$sex_menu_txt[1]|Konan Spa Boobs]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("boobs_1", "boobs_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$konan_spa_txt[13]<</speech>>
<<speech "Konan">>$konan_spa_txt[14]<</speech>>
[[$sex_menu_txt[1]|Konan Spa Boobs]] [[$sex_menu_txt[3]|Konan Spa HJ]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("hj_1", "hj_2", "hj_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$konan_spa_txt[15]<</speech>>
<<speech "Konan">>$konan_spa_txt[16]<</speech>>
[[$sex_menu_txt[3]|Konan Spa HJ]] [[$sex_menu_txt[6]|Konan Spa BP]] [[$sex_menu_txt[4]|Konan Spa BJ]] [[$sex_menu_txt[32]|Konan Spa Finger]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("bp_1", "bp_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>$konan_spa_txt[17]<</speech>>
<<speech "Konan">>$konan_spa_txt[18]<</speech>>
[[$sex_menu_txt[3]|Konan Spa HJ]] [[$sex_menu_txt[6]|Konan Spa BP]] [[$sex_menu_txt[4]|Konan Spa BJ]] [[$sex_menu_txt[32]|Konan Spa Finger]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("bj_1", "bj_2", "bj_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$konan_spa_txt[19]<</speech>>
<<speech "Konan">>En?<</speech>>
<<speech "You">>$konan_spa_txt[20]<</speech>>
<<speech "Konan">>Ah~Ah~<</speech>>
[[$sex_menu_txt[3]|Konan Spa HJ]] [[$sex_menu_txt[6]|Konan Spa BP]] [[$sex_menu_txt[4]|Konan Spa BJ]] [[$sex_menu_txt[32]|Konan Spa Finger]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("finger_1", "finger_2")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[21]<</speech>>
[[$sex_menu_txt[3]|Konan Spa HJ]] [[$sex_menu_txt[6]|Konan Spa BP]] [[$sex_menu_txt[4]|Konan Spa BJ]] [[$sex_menu_txt[32]|Konan Spa Finger]] [[$sex_menu_txt[23]|Konan Spa In]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("pushin")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[22]<</speech>>
<<speech "You">>$konan_spa_txt[23]<</speech>>
<<speech "Konan">>$konan_spa_txt[24]<</speech>>
[[$sex_menu_txt[8]|Konan Spa Cowgirl]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("cowgirl_1", "cowgirl_2")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[25]<</speech>>
<<speech "You">>Ah~Ah~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Konan Spa Cum]]<<else>>
[[$sex_menu_txt[8]|Konan Spa Cowgirl]] [[$sex_menu_txt[18]|Konan Spa Cowgirl Ant]] [[$sex_menu_txt[7]|Konan Spa Dog]] [[$sex_menu_txt[9]|Konan Spa Missionary]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Konan Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>$konan_spa_txt[29]<</speech>>
<<speech "Konan">>$konan_spa_txt[30]<</speech>>
[[$menu_txt[6]|Streets]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("dog_1", "dog_2", "dog_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>$konan_spa_txt[27]<</speech>>
<<speech "Konan">>$konan_spa_txt[28]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Konan Spa Cum]]<<else>>
[[$sex_menu_txt[8]|Konan Spa Cowgirl]] [[$sex_menu_txt[18]|Konan Spa Cowgirl Ant]] [[$sex_menu_txt[7]|Konan Spa Dog]] [[$sex_menu_txt[9]|Konan Spa Missionary]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Konan Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("cowgirl_ant_1", "cowgirl_ant_2", "cowgirl_ant_3")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[26]<</speech>>
<<speech "You">>Ah~Ah~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Konan Spa Cum]]<<else>>
[[$sex_menu_txt[8]|Konan Spa Cowgirl]] [[$sex_menu_txt[18]|Konan Spa Cowgirl Ant]] [[$sex_menu_txt[7]|Konan Spa Dog]] [[$sex_menu_txt[9]|Konan Spa Missionary]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Konan Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/konan_spa_0/"+either("Missionary_1", "Missionary_2", "Missionary_3")+".mp4"' type="video/mp4"></video>
<<speech "Konan">>$konan_spa_txt[21]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Konan Spa Cum]]<<else>>
[[$sex_menu_txt[8]|Konan Spa Cowgirl]] [[$sex_menu_txt[18]|Konan Spa Cowgirl Ant]] [[$sex_menu_txt[7]|Konan Spa Dog]] [[$sex_menu_txt[9]|Konan Spa Missionary]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Konan Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust +=20>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=4>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $saika_popularity += 50>>
<<set $money += 10000>>
<<set $saika_act += 3>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/saika_live_0/"+either("live_1", "live_2", "live_3", "live_4", "live_5")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$office_work_event[0]</div>
$saika_status_txt[7]
$saika_status_txt[3]
$message_txt[7]
[[$menu_txt[3]|Office]]<div class="character-photos">
<h2>角色照片</h2>
<<nobr>>
<div class="column">
<<link "[img['img/icon/saika_icon.jpg']] Saika">><<goto 'Saika'>><</link>>
</div>
<div class="column">
<<link "[img['img/icon/eva_icon.jpg']] Eva">><<goto 'Eva'>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Kojima/kojima_icon.jpg']] Kojima">><<goto 'Kojima'>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Liya/liya_icon.jpg']] Liya">><<goto 'Liya'>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Rose/rose_icon.jpg']] Kojima">><<goto 'Rose'>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Blaze/blaze_icon.jpg']] Kojima">><<goto 'Blaze'>><</link>>
</div>
<</nobr>>
</div>
<<nobr>>
<<if $location is "home">>[[$menu_txt[3]|Home]]
<<elseif $location is "club">>[[$menu_txt[3]|Club]]
<<elseif $location is "mall">>[[$menu_txt[3]|Mall]]
<<elseif $location is "office">>[[$menu_txt[3]|Office]]
<<elseif $location is "streets">>[[$menu_txt[3]|Streets]]
<<elseif $location is "SPA">>[[$menu_txt[3]|SPA]]
<<elseif $location is "restaurant">>[[$menu_txt[3]|Restaurant]]
<<elseif $location is "hospital">>[[$menu_txt[3]|Hospital]]
<<elseif $location is "Training Center">>[[$menu_txt[3]|Training Center]]
<<elseif $location is "Start">>[[$menu_txt[3]|Init]]
<<else>>[[$menu_txt[3]|Streets]]<</if>><</nobr>><div class="character-info passage">
<img src="img/icon/Saika_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> Saika</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[0]</p>
<p><strong>$menu_txt[31]:</strong> <meter @value="$relsaika" min="0" max="100"></meter></p>
<p><strong>$menu_txt[32]:</strong> $saikastatus</p>
<p><strong>$menu_txt[33]:</strong> $saika_act</p>
<p><strong>$menu_txt[34]:</strong> $saika_popularity</p>
<p><strong>$menu_txt[35]:</strong> $sexcount_saika</p>
<p><strong>$menu_txt[36]:</strong> $saika_event</p>
</div>
</div>
[[$menu_txt[3]|Guide]]<div class="character-info passage">
<img src="img/icon/Eva_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> Eva</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[1]</p>
<p><strong>$menu_txt[31]:</strong> <meter @value="$releva" min="0" max="100"></meter></p>
<p><strong>$menu_txt[32]:</strong> $evastatus</p>
<p><strong>$menu_txt[33]:</strong> $eva_skill</p>
<p><strong>$menu_txt[35]:</strong> $sexcount_eva</p>
<p><strong>$menu_txt[36]:</strong> $eva_event</p>
</div>
</div>
[[$menu_txt[3]|Guide]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $handbag -=1>>
<<set $relkojima +=10>>
<<set $kojima_gift to 1>>
<</nobr>>
<<speech "You">>$kojima_hospital_txt[0]<</speech>>
<<speech "Kojima">>$kojima_hospital_txt[1]<</speech>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_0/"+either("kiss")+".mp4"' type="video/mp4"></video>
<<speech "You">>Wu~Wu~<</speech>>
<<speech "Kojima">>Hee hee~<</speech>>
$kojima_status_txt[2]
[[$menu_txt[3]|Hospital]]<meter @value="$relkojima" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relkojima +=3>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_0/"+either("masturbation")+".mp4"' type="video/mp4"></video>
$kojima_status_txt[0]
<div class ="narrator">$kojima_hospital_txt[2]
$kojima_hospital_txt[7]
</div>
[[$menu_txt[3]|Hospital]] <div class="character-info passage">
<img src="img/char/Kojima/Kojima_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> Kojima</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[2]</p>
<p><strong>$menu_txt[31]:</strong> <meter @value="$relkojima" min="0" max="100"></meter></p>
<p><strong>$menu_txt[32]:</strong> $kojimastatus</p>
<p><strong>$menu_txt[33]:</strong> $kojima_skill</p>
<p><strong>$menu_txt[35]:</strong> $sexcount_kojima</p>
<p><strong>$menu_txt[36]:</strong> $kojima_event</p>
</div>
</div>
[[$menu_txt[3]|Guide]]<meter @value="$relkojima" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relkojima +=3>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_0/"+either("run_1")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hospital_txt[4]</div>
<<linkreplace '$kojima_hospital_txt[5]'>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_0/"+either("run_2")+".mp4"' type="video/mp4">
</video>
$kojima_status_txt[0]
<div class ="narrator">$kojima_hospital_txt[6]
$kojima_hospital_txt[7]
</div>
[[$menu_txt[3]|Hospital]]
<</linkreplace>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("masturbation")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[0]</div>
<<speech "Kojima">>Hee hee~<</speech>>
[[$menu_txt[6]|Hospital]] [[$menu_txt[1]|Kojima_hopsex_start]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "Kojima">>$kojima_hopsex_txt[1]Hee hee~<</speech>>
[[$sex_menu_txt[21]|Kojima_hopsex_Kiss]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[2]</div>
[[$sex_menu_txt[19]|Kojima_hopsex_Undress]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("undress_1")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[3]</div>
[[$sex_menu_txt[4]|Kojima_hopsex_BJ]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[4]</div>
[[$sex_menu_txt[1]|Kojima_hopsex_Boobs]] [[$sex_menu_txt[15]|Kojima_hopsex_69]] [[$sex_menu_txt[2]|Kojima_hopsex_Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("undress_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[5]</div>
[[$sex_menu_txt[1]|Kojima_hopsex_Boobs]] [[$sex_menu_txt[15]|Kojima_hopsex_69]] [[$sex_menu_txt[2]|Kojima_hopsex_Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("Boobs_1","Boobs_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[6]</div>
[[$sex_menu_txt[1]|Kojima_hopsex_Boobs]] [[$sex_menu_txt[15]|Kojima_hopsex_69]] [[$sex_menu_txt[2]|Kojima_hopsex_Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("69_1","69_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[7]</div>
[[$sex_menu_txt[1]|Kojima_hopsex_Boobs]] [[$sex_menu_txt[15]|Kojima_hopsex_69]] [[$sex_menu_txt[2]|Kojima_hopsex_Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("Cunnilingus_1","Cunnilingus_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[8]</div>
<<speech "Kojima">>Ah~Ah~<</speech>>
[[$sex_menu_txt[1]|Kojima_hopsex_Boobs]] [[$sex_menu_txt[15]|Kojima_hopsex_69]] [[$sex_menu_txt[2]|Kojima_hopsex_Cunnilingus]] [[$sex_menu_txt[23]|Kojima_hopsex_Inside]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("pushin")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[9]</div>
[[$sex_menu_txt[8]|Kojima_hopsex_Cowgirl]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("Cowgirl_1", "Cowgirl_2", "Cowgirl_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[10]</div>
<<speech "Kojima">>$kojima_hopsex_txt[11]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<<else>>
[[$sex_menu_txt[7]|Kojima_hopsex_Doggy]] [[$sex_menu_txt[8]|Kojima_hopsex_Cowgirl]] [[$sex_menu_txt[10]|Kojima_hopsex_Spooning]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("dog_1", "dog_2", "dog_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[12]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<<else>>
[[$sex_menu_txt[7]|Kojima_hopsex_Doggy]] [[$sex_menu_txt[8]|Kojima_hopsex_Cowgirl]] [[$sex_menu_txt[10]|Kojima_hopsex_Spooning]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("Spooning_1", "Spooning_2", "Spooning_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hopsex_txt[13]</div>
<<speech "Kojima">>$kojima_hopsex_txt[14]<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<<else>>
[[$sex_menu_txt[7]|Kojima_hopsex_Doggy]] [[$sex_menu_txt[8]|Kojima_hopsex_Cowgirl]] [[$sex_menu_txt[10]|Kojima_hopsex_Spooning]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_kojima +=1>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $kojimastatus to "Private care">>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>$kojima_hopsex_txt[15]<</speech>>
<<speech "Kojima">>Ah~Ahhhh~<</speech>>
<div class ="narrator">$kojima_hopsex_txt[16]</div>
[[$menu_txt[1]|Kojima_hopsex_Massage]]<<nobr>>
<<set $energy += 30>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_1/"+either("Massage")+".mp4"' type="video/mp4"></video>
<<speech "Kojima">>$kojima_hopsex_txt[17]<</speech>>
<<speech "You">>$kojima_hopsex_txt[18]<</speech>>
<<speech "Kojima">>$kojima_hopsex_txt[19]<</speech>>
[[$menu_txt[6]|Hospital]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_2/"+either("start_1")+".mp4"' type="video/mp4"></video>
<<speech "Kojima">>$kojima_hop_qf_txt[0]<</speech>>
<<speech "You">>$kojima_hop_qf_txt[1]<</speech>>
<div class ="narrator">$kojima_hop_qf_txt[2]</div>
<<speech "Kojima">>$kojima_hop_qf_txt[3]<</speech>>
[[$menu_txt[1]|Kojima Quick Fuck_1]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_2/"+either("start_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hop_qf_txt[4]</div>
[[$menu_txt[1]|Kojima Quick Fuck_2]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_2/"+either("start_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hop_qf_txt[5]</div>
[[$sex_menu_txt[23]|Kojima Quick Fuck In]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_2/"+either("in")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$kojima_hop_qf_txt[6]</div>
[[$sex_menu_txt[7]|Kojima Quick Fuck Dog]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_2/"+either("dog_1")+".mp4"' type="video/mp4"></video>
<<speech "Kojima">>Ahhh~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Kojima Quick Fuck Cum]]<<else>>
[[$sex_menu_txt[7]|Kojima Quick Fuck Dog]] [[$sex_menu_txt[12]|Kojima Quick Fuck Quick]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Kojima Quick Fuck Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_2/"+either("dog_2", "dog_3", "dog_4")+".mp4"' type="video/mp4"></video>
<<speech "Kojima">>Ahhh~<</speech>>
<div class ="narrator">$kojima_hop_qf_txt[7]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Kojima Quick Fuck Cum]]<<else>>
[[$sex_menu_txt[7]|Kojima Quick Fuck Dog]] [[$sex_menu_txt[12]|Kojima Quick Fuck Quick]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Kojima Quick Fuck Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_kojima +=1>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/kojima_hospital_2/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>$kojima_hop_qf_txt[8]<</speech>>
<div class ="narrator">$kojima_hop_qf_txt[9]</div>
<<speech "Kojima">>$kojima_hop_qf_txt[10]<</speech>>
[[$menu_txt[6]|Hospital]]<<if $time gt 18 or $day gt 5>>
<img src="img/place/office_empty_station_icon.jpg" style="max-width: 80%;">
<<speech "You">><<if $day gt 5>>$Liya_office_interact_txt[1]<<else>> $Liya_office_interact_txt[0]<</if>><</speech>>
[[$menu_txt[3]|Interact]]
<<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $liyastatus to "Subordinate">>
<</nobr>>
<meter @value="$relliya" min="0" max="100"></meter>
<<speech "Liya">>Yes, Boss?<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Interaction")+".mp4"' type="video/mp4"></video>
[[$menu_txt[3]|Office]] [[$menu_txt[5]|Liya Office Talk]] [[$menu_txt[40]|Liya Office Discuss]]<<if $relliya gte 30 and $prestige gt 100>> [[$menu_txt[41]|Liya Office Flirt]]<</if>><</if>><<if $time gt 18 or $day gt 5>>
<img src="img/place/office_empty_station_icon.jpg" style="max-width: 80%;">
<<speech "You">><<if $day gt 5>>$Rose_ofc_interact_txt[1]<<else>> $Rose_ofc_interact_txt[0]<</if>><</speech>>
[[$menu_txt[3]|Interact]]
<<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $rosestatus to "Subordinate">>
<</nobr>>
<meter @value="$relrose" min="0" max="100"></meter>
<<speech "Rose">>$Rose_ofc_interact_txt[6]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("Interaction")+".mp4"' type="video/mp4"></video>
[[$menu_txt[3]|Office]] [[$menu_txt[5]|Rose Office Talk]] [[$menu_txt[40]|Rose Office Discuss]]<<if $relrose gte 30>> [[$menu_txt[41]|Rose Office Flirt]]<</if>><</if>><<if $time gt 18 or $day gt 5>>
<img src="img/place/office_empty_station_icon.jpg" style="max-width: 80%;">
<<speech "You">><<if $day gt 5>>$Blaze_ofc_interact_txt[1]<<else>> $Blaze_ofc_interact_txt[0]<</if>><</speech>>
[[$menu_txt[3]|Interact]]
<<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $blazestatus to "Subordinate">>
<</nobr>>
<meter @value="$relblaze" min="0" max="100"></meter>
<<speech "Blaze">>$Blaze_ofc_interact_txt[4]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("Interaction")+".mp4"' type="video/mp4"></video>
[[$menu_txt[3]|Office]] [[$menu_txt[5]|Blaze Office Talk]] [[$menu_txt[40]|Blaze Office Discuss]]<<if $relblaze gte 30 and $prestige gt 100>> [[$menu_txt[41]|Blaze Office Flirt]]<</if>><</if>>Eva<<run forget("patreon code")>>
OK!
[[$menu_txt[3]|Home]]
<<script>>
console.log(State.active,State.metadata,State.variables.mcCache)
var encryptedText = 'ibqqztopxebz';
var decrypted = '';
for (var i = 0; i < encryptedText.length; i++) {
var char = encryptedText.charAt(i);
if (char.match(/[a-zA-Z0-9]/)) {
const charCode = char.charCodeAt(0);
var offset = 0;
if (char.match(/[a-z]/)) {
offset = 97;
} else if (char.match(/[A-Z]/)) {
offset = 65;
} else if (char.match(/[0-9]/)) {
offset = 48;
}
var decryptedChar = String.fromCharCode(((charCode - offset - 1 + 36) % 36) + offset);
decrypted += decryptedChar;
} else {
decrypted += char;
}
}
console.log(decrypted);
var plainText = 'happysnowday';
var encrypted = '';
for (var i = 0; i < plainText.length; i++) {
var char = plainText.charAt(i);
if (char.match(/[a-zA-Z0-9]/)) {
const charCode = char.charCodeAt(0);
var offset = 0;
if (char.match(/[a-z]/)) {
offset = 97;
} else if (char.match(/[A-Z]/)) {
offset = 65;
} else if (char.match(/[0-9]/)) {
offset = 48;
}
var encryptedChar = String.fromCharCode(((charCode - offset + 1 + 36) % 36) + offset);
encrypted += encryptedChar;
} else {
encrypted += char;
}
}
console.log(encrypted);
<</script>><div class="character-info passage">
<img src="img/char/Liya/Liya_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> Liya</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[3]</p>
<p><strong>$menu_txt[31]:</strong> <meter @value="$relliya" min="0" max="100"></meter></p>
<p><strong>$menu_txt[32]:</strong> $liyastatus</p>
<p><strong>$menu_txt[33]:</strong> $liya_skill</p>
<p><strong>$menu_txt[35]:</strong> $sexcount_liya</p>
</div>
</div>
[[$menu_txt[3]|Guide]]<div class="character-info passage">
<img src="img/char/Rose/Rose_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> Rose</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[4]</p>
<p><strong>$menu_txt[31]:</strong> <meter @value="$relrose" min="0" max="100"></meter></p>
<p><strong>$menu_txt[32]:</strong> $rosestatus</p>
<p><strong>$menu_txt[33]:</strong> $rose_skill</p>
<p><strong>$menu_txt[35]:</strong> $sexcount_rose</p>
</div>
</div>
[[$menu_txt[3]|Guide]]<div class="character-info passage">
<img src="img/char/Blaze/Blaze_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> Blaze</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[5]</p>
<p><strong>$menu_txt[31]:</strong> <meter @value="$relblaze" min="0" max="100"></meter></p>
<p><strong>$menu_txt[32]:</strong> $blazestatus</p>
<p><strong>$menu_txt[33]:</strong> $blaze_skill</p>
<p><strong>$menu_txt[35]:</strong> $sexcount_blaze</p>
</div>
</div>
[[$menu_txt[3]|Guide]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relliya += 5>>
<</nobr>>
<meter @value="$relliya" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("talk")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[6]</div>
$Liya_office_interact_txt[5]
[[$menu_txt[3]|Liya Office Interaction]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $prestige += 3>><<set $relliya += 3>>
<</nobr>>
<meter @value="$relliya" min="0" max="100"></meter>
<<speech "You">>$Liya_office_interact_txt[3]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Discuss")+".mp4"' type="video/mp4"></video>
<<speech "Liya">>Yes, Boss!<</speech>>
$Liya_office_interact_txt[2]
$message_txt[0]
[[$menu_txt[3]|Liya Office Interaction]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $prestige += 3>><<set $relliya += 5>>
<</nobr>>
<meter @value="$relliya" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Flirt")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[7]
$Rose_ofc_interact_txt[3]
$message_txt[0]</div>
[[$menu_txt[3]|Liya Office Interaction]] <<if $relliya gt 50>> [[$menu_txt[42]|Liya Date]]<</if>><<if $sexcount_liya gt 0>><<if recall("patreon code") is true >> [[$menu_txt[38]|Liya Quick Fuck]]<<else>> $menu_txt[38]$message_txt[2]<</if>><</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
[img['sexvid/liya_office_0/dating.jpg']]
<<speech "You">>$Liya_office_interact_txt[8]<</speech>>
<<speech "Liya">>$Liya_office_interact_txt[9]<</speech>>
[[$menu_txt[1]|Liya Date1]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("volleyball")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[10]</div>
[[$menu_txt[6]|Office]] [[$menu_txt[24]|Liya Date Home]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("kiss")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[11]</div>
[[$sex_menu_txt[19]|Liya Date Undress]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Undress")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[12]</div>
[[$sex_menu_txt[3]|Liya Date HJ]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("HJ")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[13]</div>
[[$sex_menu_txt[4]|Liya Date BJ]] [[$sex_menu_txt[6]|Liya Date BP]] [[$sex_menu_txt[2]|Liya Date Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("BJ_1", "BJ_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[14]</div>
[[$sex_menu_txt[4]|Liya Date BJ]] [[$sex_menu_txt[6]|Liya Date BP]] [[$sex_menu_txt[2]|Liya Date Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("BP_1", "BP_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[15]</div>
[[$sex_menu_txt[4]|Liya Date BJ]] [[$sex_menu_txt[6]|Liya Date BP]] [[$sex_menu_txt[2]|Liya Date Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Cunnilingus_1", "Cunnilingus_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[16]</div>
[[$sex_menu_txt[4]|Liya Date BJ]] [[$sex_menu_txt[6]|Liya Date BP]] [[$sex_menu_txt[2]|Liya Date Cunnilingus]] [[$sex_menu_txt[23]|Liya Date In]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>Oh,shitttt!!~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("in")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[17]</div>
[[$sex_menu_txt[10]|Liya Date Spooning]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Liya">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Spooning_1", "Spooning_2", "Spooning_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[18]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Liya Date Cum]]<<else>> [[$sex_menu_txt[10]|Liya Date Spooning]] [[$sex_menu_txt[18]|Liya Date RCowgirl]] [[$sex_menu_txt[8]|Liya Date Cowgirl]] [[$sex_menu_txt[9]|Liya Date Missionary]] [[$sex_menu_txt[7]|Liya Date Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Liya">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("RCowgirl_1", "RCowgirl_2", "RCowgirl_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[19]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Liya Date Cum]]<<else>> [[$sex_menu_txt[10]|Liya Date Spooning]] [[$sex_menu_txt[18]|Liya Date RCowgirl]] [[$sex_menu_txt[8]|Liya Date Cowgirl]] [[$sex_menu_txt[9]|Liya Date Missionary]] [[$sex_menu_txt[7]|Liya Date Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Liya">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Cowgirl_1", "Cowgirl_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[20]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Liya Date Cum]]<<else>> [[$sex_menu_txt[10]|Liya Date Spooning]] [[$sex_menu_txt[18]|Liya Date RCowgirl]] [[$sex_menu_txt[8]|Liya Date Cowgirl]] [[$sex_menu_txt[9]|Liya Date Missionary]] [[$sex_menu_txt[7]|Liya Date Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Liya">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Missionary_1", "Missionary_2", "Missionary_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[21]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Liya Date Cum]]<<else>> [[$sex_menu_txt[10]|Liya Date Spooning]] [[$sex_menu_txt[18]|Liya Date RCowgirl]] [[$sex_menu_txt[8]|Liya Date Cowgirl]] [[$sex_menu_txt[9]|Liya Date Missionary]] [[$sex_menu_txt[7]|Liya Date Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Liya">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("Doggy_1", "Doggy_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_office_interact_txt[22]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Liya Date Cum]]<<else>> [[$sex_menu_txt[10]|Liya Date Spooning]] [[$sex_menu_txt[18]|Liya Date RCowgirl]] [[$sex_menu_txt[8]|Liya Date Cowgirl]] [[$sex_menu_txt[9]|Liya Date Missionary]] [[$sex_menu_txt[7]|Liya Date Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_liya += 1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $liyastatus to "Office Lover">>
<</nobr>>
<<speech "Liya">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_0/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>Oh~Fuckkkk!!!~<</speech>>
<div class ="narrator">$Liya_office_interact_txt[23]</div>
[[$menu_txt[6]|Streets]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("start")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[0]</div>
[[$sex_menu_txt[21]|Liya QF Kiss]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("kiss")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[1]</div>
[[$sex_menu_txt[1]|Liya QF Boobs]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("boobs")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[2]</div>
[[$sex_menu_txt[4]|Liya QF BJ]] [[$sex_menu_txt[2]|Liya QF Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("bj_1", "bj_2", "bj_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[3]</div>
[[$sex_menu_txt[4]|Liya QF BJ]] [[$sex_menu_txt[2]|Liya QF Cunnilingus]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("Cunnilingus_1", "Cunnilingus_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[4]</div>
[[$sex_menu_txt[4]|Liya QF BJ]] [[$sex_menu_txt[2]|Liya QF Cunnilingus]] [[$sex_menu_txt[23]|Liya QF In]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("in")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[5]</div>
[[$sex_menu_txt[9]|Liya QF Missionary]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Liya">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("Missionary_1", "Missionary_2", "Missionary_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[6]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Liya QF Cum]]<<else>> [[$sex_menu_txt[8]|Liya QF Cowgirl]] [[$sex_menu_txt[9]|Liya QF Missionary]] [[$sex_menu_txt[7]|Liya QF Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Liya QF Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_liya += 1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $liyastatus to "Office Lover">>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>Ah~Ah~Fuckkkk!!!~<</speech>>
<div class ="narrator">$Liya_ofc_quickfuk_txt[9]</div>
[[$menu_txt[1]|Liya QF Aftermath]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Liya">>Yes~Yes~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("Cowgirl_1", "Cowgirl_2", "Cowgirl_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[8]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Liya QF Cum]]<<else>> [[$sex_menu_txt[8]|Liya QF Cowgirl]] [[$sex_menu_txt[9]|Liya QF Missionary]] [[$sex_menu_txt[7]|Liya QF Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Liya QF Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Liya">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("Doggy_1", "Doggy_2", "Doggy_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[7]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Liya QF Cum]]<<else>> [[$sex_menu_txt[8]|Liya QF Cowgirl]] [[$sex_menu_txt[9]|Liya QF Missionary]] [[$sex_menu_txt[7]|Liya QF Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Liya QF Cum]]<</if>><</if>><<nobr>>
<<set $energy += 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/liya_office_1/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Liya_ofc_quickfuk_txt[10]</div>
[[$menu_txt[6]|Office]] <<set _num = random(1,10)>>
<<if _num gt 7 and $time lte 18>>
<<set $_page = Story.filter(function (p) { return p.tags.includes("rose_ofc_event");
})>>
<<set $_num = random(0,$_page.length-1)>>
<<goto $_page[$_num].name>>
<<else>>
<<goto 'Go Toilet'>>
<</if>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relrose += 3>>
<</nobr>>
<meter @value="$relrose" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("coffie")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[4]</div>
$Liya_office_interact_txt[2]
[[$menu_txt[1]|Go Toilet]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relrose += 5>>
<</nobr>>
<meter @value="$relrose" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("talk")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[7]
$Rose_ofc_interact_txt[3]</div>
[[$menu_txt[3]|Rose Office Interaction]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $prestige += 3>><<set $relrose += 3>>
<</nobr>>
<meter @value="$relrose" min="0" max="100"></meter>
<<speech "You">>$Rose_ofc_interact_txt[8]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("Discuss")+".mp4"' type="video/mp4"></video>
<<speech "Rose">>$Rose_ofc_interact_txt[9]<</speech>>
$Rose_ofc_interact_txt[2]
$message_txt[0]
[[$menu_txt[3]|Rose Office Interaction]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $prestige += 3>><<set $relrose += 5>>
<</nobr>>
<meter @value="$relrose" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("Flirt")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[10]
$Rose_ofc_interact_txt[3]
$message_txt[0]</div>
[[$menu_txt[3]|Rose Office Interaction]] <<if $relrose gt 50>> [[$menu_txt[42]|Rose Date]]<</if>><<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $lust -=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> $streets_txt[15]<</speech>>
<img src="img/icon/urinate_icon.jpg" style="max-width: 60%;">
[[$menu_txt[3]|Office]]
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relrose += 3>>
<</nobr>>
<meter @value="$relrose" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("toilet")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[5]</div>
$Liya_office_interact_txt[2]
[[$menu_txt[1]|Go Toilet]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Rose">>Hi~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("home")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[11]</div>
[[$menu_txt[1]|Rose Date1]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rose">>He~He~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("dance")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[12]</div>
[[$sex_menu_txt[19]|Rose Date Boobs]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rose">>Wow~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("Undress")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[14]</div>
[[$sex_menu_txt[4]|Rose Date BJ]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("BJ_1", "BJ_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[15]</div>
[[$sex_menu_txt[4]|Rose Date BJ]] [[$sex_menu_txt[6]|Rose Date BP]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 3>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("BP_1", "BP_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[16]</div>
[[$sex_menu_txt[4]|Rose Date BJ]] [[$sex_menu_txt[6]|Rose Date BP]] [[$sex_menu_txt[23]|Rose Date In]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("in")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[17]</div>
[[$sex_menu_txt[8]|Rose Date Cowgirl]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Rose">>$Rose_ofc_interact_txt[18]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("Cowgirl_1", "Cowgirl_2", "Cowgirl_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>Um-hum~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Rose Date Cum]]<<else>> [[$sex_menu_txt[8]|Rose Date Cowgirl]] [[$sex_menu_txt[7]|Rose Date Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Rose Date Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_rose += 1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rosestatus to "Office Lover">>
<</nobr>>
<<speech "Rose">>Ah~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "You">>Oh~Fuckkkk!!!~<</speech>>
<div class ="narrator">$Rose_ofc_interact_txt[20]</div>
[[$menu_txt[6]|Streets]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Rose">>$Rose_ofc_interact_txt[19]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("Doggy_1", "Doggy_2", "Doggy_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>Ah-Ah~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Rose Date Cum]]<<else>> [[$sex_menu_txt[8]|Rose Date Cowgirl]] [[$sex_menu_txt[7]|Rose Date Doggy]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Rose Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rose">>He~He~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/rose_office_0/"+either("Boobs")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Rose_ofc_interact_txt[13]</div>
[[$sex_menu_txt[19]|Rose Date Undress]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relblaze += 5>>
<</nobr>>
<meter @value="$relblaze" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("talk")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Blaze_ofc_interact_txt[5]
$Blaze_ofc_interact_txt[3]</div>
[[$menu_txt[3]|Blaze Office Interaction]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $prestige += 3>><<set $relblaze += 3>>
<</nobr>>
<meter @value="$relblaze" min="0" max="100"></meter>
<<speech "You">>$Blaze_ofc_interact_txt[6]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("Discuss")+".mp4"' type="video/mp4"></video>
<<speech "Blaze">>$Blaze_ofc_interact_txt[7]<</speech>>
$Blaze_ofc_interact_txt[2]
$message_txt[0]
[[$menu_txt[3]|Blaze Office Interaction]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $prestige += 3>><<set $relblaze += 5>>
<</nobr>>
<meter @value="$relblaze" min="0" max="100"></meter>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("Flirt")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Blaze_ofc_interact_txt[8]
$Blaze_ofc_interact_txt[3]
$message_txt[0]</div>
[[$menu_txt[3]|Blaze Office Interaction]] <<if $relblaze gt 50>> [[$menu_txt[27]|Blaze Date]]<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">>$Blaze_ofc_interact_txt[9]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "Blaze">>Uh-huh~<</speech>>
<div class ="narrator">$Blaze_ofc_interact_txt[10]</div>
[[$sex_menu_txt[19]|Blaze Date Undress]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Blaze">>Wu~Wu~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("Undress" )+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Blaze_ofc_interact_txt[11]</div>
[[$sex_menu_txt[4]|Blaze Date BJ]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Blaze">>Wu~Wu~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("bj_1", "bj_2", "bj_3" )+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Blaze_ofc_interact_txt[12]</div>
[[$sex_menu_txt[4]|Blaze Date BJ]] [[$sex_menu_txt[23]|Blaze Date In]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Blaze">>En~n~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("in")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Blaze_ofc_interact_txt[13]</div>
[[$sex_menu_txt[7]|Blaze Date Doggy]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Blaze">>Oh~Yes~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("Doggy_1", "Doggy_2", "Doggy_3" )+".mp4"' type="video/mp4"></video>
<<speech "You">>Ah~Ah~<</speech>>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Blaze Date Cum]]<<else>> [[$sex_menu_txt[7]|Blaze Date Doggy]] [[$sex_menu_txt[24]|Blaze Date Standing]] [[$sex_menu_txt[9]|Blaze Date Missionary]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Blaze Date Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_blaze += 1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $blazestatus to "Office Lover">>
<</nobr>>
<<speech "You">>Oh~Oh~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "Blaze">>Ah~Ah~<</speech>>
<div class ="narrator">$Blaze_ofc_interact_txt[15]</div>
[[$menu_txt[1]|Blaze Date Aftermath]] <<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Blaze">>Oh~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("Missionary_1", "Missionary_2", "Missionary_3" )+".mp4"' type="video/mp4"></video>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Blaze Date Cum]]<<else>> [[$sex_menu_txt[7]|Blaze Date Doggy]] [[$sex_menu_txt[24]|Blaze Date Standing]] [[$sex_menu_txt[9]|Blaze Date Missionary]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Blaze Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -= 5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "Blaze">>Oh~Ah~<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("Standing_1", "Standing_2", "Standing_3" )+".mp4"' type="video/mp4"></video>
<div class ="narrator">$Blaze_ofc_interact_txt[14]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Blaze Date Cum]]<<else>> [[$sex_menu_txt[7]|Blaze Date Doggy]] [[$sex_menu_txt[24]|Blaze Date Standing]] [[$sex_menu_txt[9]|Blaze Date Missionary]] <<if $lust gt 70>>[[$sex_menu_txt[13]|Blaze Date Cum]]<</if>><</if>><<speech "Blaze">>$Blaze_ofc_interact_txt[16]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/blaze_office_0/"+either("Aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">>Uh-huh~<</speech>>
[[$menu_txt[6]|Office]] <<if $time >= 24>>
<<speech "You">>$message_txt[8]<</speech>>
[[$menu_txt[22]|Home]]
<<elseif $energy gt 10>>
<<set _page = []>>
<<set _page = Story.filter(function (p) { return p.tags.includes("workevent");
})>>
<<if $saikastatus == "Signed">>
<<set _saikapage = Story.filter(function (p) {
return p.tags.includes("saika_work_event");
})>>
<<set _page = _page.concat(_saikapage)>>
<</if>>
<<set _num = random(0, _page.length-1)>>
<<goto _page[_num].name>>
<<else>>
<<speech "You">>$message_txt[9]<</speech>>
[[$menu_txt[3]|Office]]
<</if>>