<img src="img/star_agent_banner.jpg" style="max-width: 100%;">
[[$intro_txt[0]|start]]<h1 class="game-title">
<span class="game-name">Star Agent</span>
<span class="game-version">version 1.5</span>
</h1>
<<set _tmp = passage()>>
<div class="info-panel">
<div style="text-align: right; font-size: 12px;">
<<button "zh">><<set $language to "zh">><<goto _tmp>><</button>> <<button "en">><<set $language to "en">><<goto _tmp>><</button>>
</div>
<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">
<p style="text-align: center; font-size: 12px;">$companyName Ltd.</p>
<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">
<<if $watch gt 0>><img src="img/prop/watch.png" width="10%"/><</if>>
<<if $filmcrew gt 0>><img src="img/prop/film.png" width="10%"/><</if>>
</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]($energy)</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]($lust)</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 ="narrator">
$intro_txt[7] <<textbox "$companyName" $companyName>>
$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 $relellie gte 60 and $ellieStatus isnot "Signed">>
<<set $ellie_event to 2>>
<</if>>
<<set $location to "home">>
<<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 0>><</if>>
<<if $relkojima is 0>><<set $kojima_event to 0>><</if>>
/* Rented Small Apartment */
<</nobr>>
<<if $home is "Rented Small Apartment">>
<<if $arinastatus is "Not Met">>
<<speech "You">>$home_txt[0]<</speech>>
<</if>>
<<if $time gte 24>>
<<speech "You">>$message_txt[8]<</speech>>
<</if>>
<<if $elliestatus is "Take In" and $time gte 14 and $time lte 18>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("roomsit")+".mp4"' type="video/mp4"></video><br><br>
[[$menu_txt[5]|Ellie Home Talk]]<br>
<</if>>
<div class="column">
<<link
"<img src='img/icon/bed_icon.jpg' width=20%>" "Bedroom">>
<</link>>
<div class="o-text">$place_txt[0]</div></div>
<<if $elliestatus is "Take In" or $elliestatus is "Signed">>
<div class="column">
<<link
"<img src='img/icon/ellie_room_icon.jpg' width=20%>" "Ellie Room">>
<</link>>
<div class="o-text">$place_txt[26]</div></div>
<</if>>
<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 $relellie gte 60 and $time lte 20 and ($day is 6 || $day is 7)>>
<div class="column"> <<link "<img src='img/icon/ellie_date.jpg' width=20%>" "Ellie Date">> <</link>>
<div class="o-text">$menu_txt[42]</div> </div>
<</if>>
<<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>
<</if>><<nobr>>
<<set $lust +=1>>
<<toggleclass "body" "compact_apartment_bed">>
<</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]]
<<sleep>>
/*每周结算--这是周一早上 */
<<if $day is 1>>
<<WeekBalance>>
<</if>>
/*破产判断*/
<<if $money lte 0>>
<<link $message_txt[17]>>
<<goto 'GameOver'>>
<</link>>
<<elseif $day is 7 and $movieCount gt 0 and $elliestatus is "Not Met">> /*这是周天早上*/
/*Ellie初登场 */
<<goto 'Ellie Visit'>>
<<else>>
<<if $location is "Apartment">>
[[$menu_txt[0]|Apartment]]
<<else>>
[[$menu_txt[0]|Bedroom]]
<</if>>
<</if>><<nobr>>
<<set $time +=2>>
<<set $lust +=5>>
<<set $energy +=30>>
<</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>>
<<set $energy -=20>>
<<set $lust -=50>>
<</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]]
<<if ($elliestatus is "Take In" or $elliestatus is "Signed") and $time gte 21 and $time lte 22>>
<<set $lust += 5>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("Shower")+".mp4"' type="video/mp4"></video>
<<speech "You">>$ellie_daily_txt[3]<</speech>>
[[$menu_txt[3]|Home]]
<<else>>
$home_txt[3]
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<img src="img/place/property/small_apartment/small_apart_bath.jpg" style="max-width: 50%;">
[[$menu_txt[3]|Home]] [[$menu_txt[14]|Shower]]
<</if>>
<<nobr>>
<<set $time +=1>>
<<set $energy +=10>>
<<set $lust -=10>>
<</nobr>>
<<speech "You">>$home_txt[7]<</speech>>
<img src="video/shower.gif" style="max-width: 60%;">
[[$menu_txt[3]|Home]]
<<set $lust +=1>>
<<if ($elliestatus is "Take In" or $elliestatus is "Signed") and $time lte 9>>
<<if $relellie < 30>>
<<speech "You">>$ellie_daily_txt[0]<</speech>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("Cook1", "Cook2", "Cook3", "Cook4")+".mp4"' type="video/mp4"></video>
<br><br>
[[$menu_txt[3]|Home]] [[$menu_txt[15]|Have Breakfast]]
<<elseif $relellie gte 30 and $sexcount_ellie lte 0>>
<<speech "You">>$ellie_daily_txt[1]<</speech>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("Cook5", "Cook6", "Cook7")+".mp4"' type="video/mp4"></video>
<br><br>
[[$menu_txt[3]|Home]] [[$menu_txt[15]|Have Breakfast]]
<<elseif $sexcount_ellie gt 0>>
<<speech "You">>$ellie_daily_txt[2]<</speech>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("Cook8")+".mp4"' type="video/mp4"></video>
<br><br>
[[$menu_txt[3]|Home]] [[$menu_txt[15]|Have Breakfast]] <<if recall("patreon code") is true >> [[$menu_txt[38]|Ellie Kitchen]] <<else>> $menu_txt[38]$message_txt[2]<</if>>
<</if>>
<<else>>
<img src="img/place/property/small_apartment/small_apart_kitchen.jpg" style="max-width: 80%;"><br>
<br><br>
[[$menu_txt[3]|Home]] <<if $time <11>>[[$menu_txt[15]|Have Breakfast]] <<elseif $time <17>>[[$menu_txt[16]|Have Lunch]] <<else>>[[$menu_txt[17]|Have Dinner]] <</if>>
<</if>><<set $time +=1>>
<<set $energy +=10>>
<<if $elliestatus is "Take In" or $elliestatus is "Signed">>
<<set $relellie += 3>>
<<speech "You">>$home_txt[13]<</speech>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("eat")+".mp4"' type="video/mp4"></video><br><br>
(Ellie $menu_txt[31] + 3)
<<else>>
<<speech "You">>$home_txt[8]<</speech>>
<img src="img/breakfast.jpg" style="max-width: 60%;">
<</if>>
<br><br>
[[$menu_txt[3]|Home]]
<<nobr>>
<<set $time +=1>>
<<set $energy +=10>>
<</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>>
<<set $energy +=10>>
<</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>>
<<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 +=1>>
<</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 $filmcrew is 1 and $curMovieInfo?.status is 0>>
<<speech "Eva">>$filmCrew_txt[0]<</speech>>
<<speech "Liya">>$filmCrew_txt[1]<</speech>>
[[$menu_txt[51]|Film Crew Prepar][$curMovieInfo.status = 1]]
<<elseif $filmcrew is 1 and $curMovieInfo?.status is 4>>
<<include 'FilmDown'>>
<<else>>
<img src="img/place/company_lobby.jpg" style="max-width: 80%;">
<<nobr>>
<<if $saika_info.status is "Signed">>
<div class="column">
<<link "<img src='img/place/zhuangxiu_icon.jpg' width=30%>" "Build">><</link>>
<div class="o-text">$place_txt[28]</div></div>
<div class="column">
<<link "<img src='img/place/ranking_icon.jpg' width=30%>" "Daily Boxofc Ranking">><</link>>
<div class="o-text">$menu_txt[50]</div></div>
<</if>>
<<if $have_conferenceroom gte 1>>
<div class="column">
<<link "<img src='img/place/conference_room_icon.png' width=30%>" "Conference Room">> <</link>>
<div class="o-text">$build_txt[9]</div></div>
<</if>>
<<if $filmcrew is 1>>
<div class="column">
<<link "<img src='img/place/crew_icon.jpg' width=30%>" "Film Crew">> <</link>>
<div class="o-text">$menu_txt[51]</div></div>
<</if>>
<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/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>>
Wanna change Company Name? <<textbox "$companyName" $companyName>>
Want more money?
<<link 'Add $100,000'>><<set $money += 100000>><<goto `passage()`>> <</link>>
<<link 'Add $500,000'>><<set $money += 500000>><<goto `passage()`>> <</link>>
<<if recall("patreon code") is true >><<link 'Add $1,000,000'>><<set $money += 1000000>><<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 $saika_info.rel to 100>><<goto `passage()`>><</link>>
<<link 'Add 1000 Saika Popularity'>><<set $saika_info.popularity += 1000>><<goto `passage()`>><</link>>
<<link 'Set Saika Act to Max'>><<set $saika_info.skill 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'>>
<<CharFired "Saika">>
<<CharSigned "Saika">>
<<set $saika_info.rel to 60>>
<<set $saika_event to 4>>
<<goto `passage()`>>
<</link>>
<<link 'Eva Signed'>>
<<set $evastatus to "Signed">>
<<set $employee.push({name:'Eva', profession:$office_interact_txt[2], title:'Eva Office Interaction', wage:50000})>>
<<set $releva to 60>>
<<set $eva_move_event to 1>>
<<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>
[[$menu_txt[3]|$return]]<<nobr>>
<<set $train to 1>> <<set $transportmode to "On Foot">>
<<set $time +=1>>
<<set $lust +=3>>
<</nobr>>
<<if $time lte 12 and $saika_info.status is "Escort">>
<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 $saika_info.status 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 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 loop><source @src='"video/"+either("newyork_day_outside")+".mp4"' type="video/mp4"></video><<else>>
<video controls 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>>
<<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>> <<nobr>>
<<set $lust +=5>>
<<if $saika_info.status is "Not Met">><<set $saika_info.status to "Escort">><</if>>
<</nobr>>
<<if $saika_info.status 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>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/saika_spa_0/"+either("welcome")+".mp4"' type="video/mp4"></video>
<<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 $money <3000>><<speech "You">>>$message_txt[3]<</speech>>
[[$menu_txt[3]|saika spa]]
<<else>>
<<nobr>>
<<set $lust +=3>>
<<set $saika_info.rel += 3>>
<<if $saika_train_help_event is 0>>
<<set $saika_event to 1>>
<<if $saika_info.rel gt 50 >><<set $saika_info.rel 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>>
<</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>>
<</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>>
<</nobr>>
<<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 +=15>>
<<set $energy -= 5>>
<</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>90>>[[$sex_menu_txt[13]|Saika Massage HJ Cum]]<</if>><</if>>
<<nobr>>
<<set $lust -=100>>
<<set $sexcount +=1>> <<set $saika_info.sexcount +=1>>
<<set $energy -=10>>
<</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>>
<</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]]
<<set $lust +=3>>
<<if $money <10000>><<speech "You">>$message_txt[3]<</speech>>
[[$menu_txt[3]|saika spa]]
<<else>>
<<if $saika_train_help_event is 0>>
<<set $saika_event to 1>>
<<if $saika_info.rel gt 50 >><<set $saika_info.rel to 50>><</if>>
<</if>>
<<speech "Saika">>$saika_private_room_txt[0]<</speech>>
<video controls 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>>
<<set $money -=10000>> <<set $moneyspenthooker +=10000>>
<<set $time +=1>>
<<set $saika_info.rel += 3>><<if $saika_info.rel lt 0>><<set $saika_info.rel to 0>><<elseif $saika_info.rel gt 100>><<set $saika_info.rel to 100>><</if>>
<<if $saika_train_help_event is 0>>
<<set $saika_event to 1>>
<<if $saika_info.rel gt 50 >><<set $saika_info.rel to 50>><</if>>
<</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>>
<</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>>
<</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>>
<<set $energy -= 5>>
<</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>90>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>>
<<set $energy -= 5>>
<</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>90>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>>
<<set $energy -= 5>>
<</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 $lust>90>>[[$sex_menu_txt[13]|Saika Private HJ Cum]]<</if>><</if>><<nobr>>
<<set $lust -=100>>
<<set $sexcount +=1>> <<set $saika_info.sexcount +=1>>
<<set $time +=1>>
<<set $energy -=10>>
<</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>>
<<set $energy -= 5>>
<</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>90>>[[$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>>
$home_txt[4]
<img src="img/place/property/small_apartment/garage_icon.jpg" style="max-width: 50%;">
[[$menu_txt[3]|Home]]<<nobr>>
<<set $lust +=1>>
<<set $time +=1>>
<</nobr>>
<div class ="narrator">$saika_private_room_txt[17]</div>
<video controls 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 $saika_info.rel gte 60 and $watch is 1 and $saika_info.status isnot "Signed" and $saika_info.status isnot "Fired">>[[$menu_txt[20]|Saika Sign Chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]] <<if $saika_info.status is "Signed">>[[$saika_private_room_txt[23]|Saika Special Service]]<</if>><<nobr>>
<<set $lust +=1>>
<<set $saika_info.rel +=5>>
<</nobr>>
<video controls 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>>
[[$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 $saika_info.rel gte 60 and $watch is 1 and $saika_info.status isnot "Signed" and $saika_info.status isnot "Fired">>[[$menu_txt[20]|Saika Sign Chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]]<<nobr>>
<<set $lust +=1>>
<<set $saika_info.rel +=5>>
<<set $saikadreamchat to 1>>
<<set $saika_hospital_help_event to 1>>
<<set $saika_event to 3>>
<</nobr>>
<video controls 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>>
[[$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 $saika_info.rel gte 60 and $watch is 1 and $saika_info.status isnot "Signed" and $saika_info.status isnot "Fired">>[[$menu_txt[20]|Saika Sign Chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]]<<nobr>>
<<set $lust +=1>>
<<set $saika_info.rel +=5>>
<</nobr>>
<video controls 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>>
[[$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 $saika_info.rel gte 60 and $watch is 1 and $saika_info.status isnot "Signed" and $saika_info.status isnot "Fired">>[[$menu_txt[20]|Saika Sign Chat]]<</if>> [[$menu_txt[19]|Saika Private Upper]]<<nobr>>
<<set $lust +=1>>
<<set $prestige += 50>>
<<set $money += 300000>>
<<CharSigned "Saika">>
<<set $saika_event to 4>>
<</nobr>>
<video controls 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>>
<<set $saika_info.rel +=5>>
<</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 $saika_info.rel 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 $saika_info.rel +=10>>
<<set $saika_train_help_event to 1>>
<<set $saika_info.status to "Train Help Her">><</if>>
<<set $saika_event to 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>>
<<set $arina_info.status to "Tryout Met">>
<<set $arina_info.company to $bossCompany>>
<<set $arina_info.wage to Math.trunc($arina_info.popularity/1000)*1000>>
<<set $arina_tryout_met_event to 1>>
<</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>><<nobr>>
<<set $lust +=1>>
<</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>>
<<set $time +=4>>
<</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>>
<<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 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>>
<<set $money -=15>>
<<set $time +=1>>
<video controls 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>>
<<set $time +=1>>
<<set $money -=10>>
<video controls 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>>
<<set $time +=1>>
<<set $money -=17>>
<video controls 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>>
<<set $money -=1550>>
<<set $time +=1>>
<video controls 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>>
<<set $money -=1550>>
<<set $time +=1>>
<video controls 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>>
<<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 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>>
<<set $money -=600>>
<<set $time +=1>>
<video controls 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>>
<<set $money -=1000>>
<<set $time +=1>>
<video controls 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>>
<<set $money -=1000>>
<<set $time +=1>>
<video controls 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>>
<<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>>
<<set $time +=2>>
<<set $money -=500>> <<set $clubsex_rate to 0>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls 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>>
<<set $money -=5000>> <<set $clubsex_rate += 50>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<</nobr>>
<video controls 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>>
<<set $money -=500>> <<set $clubsex_rate += 5>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<</nobr>>
<video controls 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>>
<<set $energy -= 10>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<</nobr>>
<video controls 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>>
<<set $energy -= 5>>
<<set $money -=3000>> <<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls 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>>
<<set $time +=2>>
<<set $energy -= 10>>
<<set $sexcount +=1>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls 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>>
<<set $energy -= 5>>
<<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls 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 +=15>>
<<set $energy -= 5>>
<<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls 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 90>>[[$sex_menu_txt[13]|Club Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls 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 90>>[[$sex_menu_txt[13]|Club Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<<set $clubsex_rate += 10>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<video controls 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 90>>[[$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>>
<<set $_num = random(1,10)>>
<<set $location to "hospital">>
<video controls 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]] <<if $hopital_restore_daily is 0>>[[$menu_txt[18]|Restore Energy][$hopital_restore_daily = 1]]<</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>><br><<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>>
<<set $time +=1>>
<<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 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 1>>
[[$menu_txt[3]|Hospital]] <<if $handbag gt 0>>[[$menu_txt[37]|Kojima Gift]]<</if>>
<<else>>
<video controls 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 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>>
<<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>>
<<set $lust +=3>>
<<set $saika_info.rel += 3>>
<<if $saika_train_help_event is 0>>
<<set $saika_event to 1>>
<<if $saika_info.rel gt 50 >><<set $saika_info.rel to 50>><</if>>
<</if>>
<<set $money -=5000>> <<set $moneyspenthooker +=5000>>
<<set $time +=1>>
<</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>>
<</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>>
<<set $energy -= 5>>
<</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 +=15>>
<</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 90>>[[$sex_menu_txt[13]|Saika Special Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=5>>
<<set $energy -= 5>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Saika Special Cum]]<</if>><</if>>
<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Saika Special Cum]]<</if>><</if>><<nobr>>
<<set $lust -=100>>
<<set $sexcount +=1>> <<set $saika_info.sexcount +=1>>
<<set $time +=1>>
<<set $energy -=10>>
<</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 $gameVersion to 14>>
<<set $firstname to "Leo">>
<<set $lastname to "Smith">>
<<set $companyName to "Star Agent">>
<<set $location to "Start">>
<<set $day to 1>>
<<set $time to 7>>
<<set $home to "Rented Small Apartment">>
<<set $money to 300000>>
<<set $rent to 1000>>
<<set $energy to 100>>
<<set $lust to 0>>
<<set $gameday to 21>>
<<set $suppCode to "patreon code">>
/*声望*/
<<set $prestige to 150>>
<<set $prestigeLevel to 1>>
<<set $prestigeDesc to $prestige_txt[0]>>
/*sex*/
<<set $sexcount to 0>>
<<set $moneyspenthooker to 0>>
/*lifestytle*/
<<set $wife to "None">>
<<set $havesubordinate to 0>>
<<set $transportmode to "On Foot">>
<<set $status to "Single">>
<<set $lifestyle to 0>>
<<set $have_director to 0>>
<<set $have_writer to 0>>
<<set $have_supervise to 0>>
<<set $hopital_restore_count to 0>>
<<set $hopital_restore_daily to 0>>
/* Items Ownership */
<<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>>
<<set $singleApartmentRent to 2500>>
<<set $have_basictrainroom to 0>>/*是否有初级训练室*/
<<set $have_midtrainroom to 0>>/*是否有中级训练室*/
<<set $have_protrainroom to 0>>/*是否有高级训练室*/
<<set $have_conferenceroom to 0>>/*是否有会议室*/
/*系统内部列表*/
<<set $taskList to []>>
<<set $companyNameList to []>>
<<set $charNameList to []>>
<<set $bossCompany to $place_txt[24]>>
<<set $isAIOpen to 0>>
<<set $aiMagic to 1>>
<<set $selectTaskChar to ''>>
<<set $selectTask to {}>>
/* film crew */
<<set $movieCount to 0>>
<<set $eva_script_progress to 0>>
<<set $filmcrew to 0>>/*电影剧组打开状态*/
<<set $crewPatrol to 0>>/*电影剧组巡查状态*/
<<set $curMovieInfo to {}>>
<<set $movieList to []>>/*当前电影列表*/
<<set $movieListTop10 to []>>/*票房前10电影列表*/
<<set $movieListArt to []>>/*获得艺术奖电影列表*/
<<set $aiCut to 20>>/*外聘演员时,AI的额外抽成,被攻击时,这个比例会变高*/
<<set $mticketPrice to 30>> /*电影票价,不考虑浮动*/
<<set $weights = {
progress: 0.2, /*电影制作完整度*/
script: 0.15, /* 剧本评分*/
director: 0.15, /* 导演能力*/
popularity: 0.25, /* 演员知名度*/
skill: 0.2, /* 演员表演水平*/
invest: 0.05, /* 高成本对质量的稀释*/
mouthGain: 0.0001, /* 每观众带来的口碑提升*/
fatigueAtte: 0.02, /* 每日吸引力衰减*/
pa: 0.1, /* 宣发:院线分成:电影评分 2:5:3的比例决定电影院的排片*/
theatrical: 0.1,
movieScore: 0.8
}>>
<<set $config = {
filmCount: 40, /*影院总数*/
hallCount: 6,/*每家影厅数*/
screenings: 8,/*每厅日场次*/
seat: 100,/*每场座位数*/
playTime: [ /* 时段基础权重(越晚权重越低)*/
{ time: "09:30", weight: 0.3 },
{ time: "11:30", weight: 0.5 },
{ time: "13:30", weight: 0.7 },
{ time: "15:30", weight: 0.85 },
{ time: "17:30", weight: 0.95 }, /* 黄金时段*/
{ time: "19:30", weight: 0.9 },
{ time: "21:30", weight: 0.6 },
{ time: "23:30", weight: 0.2 } /* 幽灵时段*/
]
}>>
/*参数标准化规则(核心不同量级参数对齐)*/
<<set $normalize = {
/*--- 演员人气 ---
假设人气范围: 10万级,如 [5,000 ~ 2,000,000]
标准化为0-100分
*/
actorPopularity: (value, total) => {
return Math.min(100, Math.max(0, (value - 5000) / (total - 5000) * 100));
}, /* 保证在0-100分内*/
/*--- 电影制作成本 ---
假设成本范围: 1000万~5亿
标准化为负分惩罚(越高成本惩罚越重)
*/
costPenalty: (cost) => {
if (cost >10000000) {
const logCost = Math.log10(cost / 10000000); /* 以1000万为基准(1e7)*/
return Math.min(50, logCost * 10); /* logCost=1(1e8→1亿)→惩罚20分*/
}else {
return 0;
}
}
}>>
/*员工列表*/
<<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}]>>
/*所有演员列表*/
<<set $actorList to []>>
/* Relationship */
<<set $blaze_info to {name: 'Blaze', rel: 0, popularity: 3000, skill: 45, sexcount: 0, status: 'Not Met', growth: randomFloat(0.3, 0.7).toFixed(1), company: $companyName, wage: 3000, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}>>
<<set $actorList.pushUnique($blaze_info)>>
<<set $saika_info to {name: 'Saika', rel: 0, popularity: 0, skill: 30, sexcount: 0, status: 'Not Met', growth: randomFloat(1.8, 2.0).toFixed(1), company:"-", wage: 0, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}>>
<<set $actorList.pushUnique($saika_info)>>
<<set $arina_info =
{name: 'Arina', rel: 0, popularity: 10000, skill: random(80, 100), sexcount: 0, status: 'Not Met', growth: randomFloat(1.8, 2.0).toFixed(1), company: "-", wage: 0, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}>>
<<set $actorList.pushUnique($arina_info)>>
<<set $nene_info to {name: 'Nene', rel: 0, popularity: 500, skill: random(40, 60), sexcount: 0, status: 'Not Met', growth: randomFloat(1.5, 1.8).toFixed(1), company:"-", wage: 500, profession:$office_interact_txt[1], contact: 1, energy: 100, weeklyTask:[], achievements:[]}>>
<<set $nene_event to 0>>
<<set $karen_info to {name: 'Karen', rel: 0, popularity: 3000, skill: random(40, 70), sexcount: 0, status: 'Not Met', growth: randomFloat(1.8, 2.0).toFixed(1), company:"-", wage: 3000, profession:$office_interact_txt[1], contact: 1, energy: 100, weeklyTask:[], achievements:[]}>>
<<set $karen_event to 0>>
<<set $arina_tryout_met_event to 0>>
<<set $saika_train_help_event to 0>>
<<set $saika_hospital_help_event to 0>>
<<set $saikadreamchat to 0>>
<<set $saika_event to 0>>
<<set $saika_sleep_teg to 0>>
<<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 0>>
<<set $relellie to 0>>
<<set $sexcount_ellie to 0>>
<<set $elliestatus to "Not Met">>
<<set $ellie_skill to random(95, 100)>>
<<set $ellie_event 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 0>>
<<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 $relrose to 0>>
<<set $sexcount_rose to 0>>
<<set $rosestatus to "Not Met">>
<<set $rose_skill to 75>>
<<include 'Activity Item'>><<nobr>>
<<set $lust +=1>>
<</nobr>>
<<if $money <1500000>><<speech "You">>$message_txt[3]<</speech>>
<<else>>
<<nobr>>
<<set $time +=1>>
<<set $money -=1500000>>
<<set $saika_info.rel += 30>>
<</nobr>>
<img src="img/icon/hospital_pay_icon.jpg" style="max-width: 100%;">
<<speech "You">>$hospital_txt[11]<</speech>>
<</if>>
[[$menu_txt[3]|Hospital]]
<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls 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>><<set $actorListCompany = $actorList.filter( function (e){
return e.company == $companyName;
})>>
<<set _actorTaskList = []>>
<<speech "Liya">>$office_work_event[17]<</speech>>
<<speech "You">>OK!<</speech>>
<div class="table-users">
<table><thead>
<tr>
<th style="width: 20%"></th><th style="width: 10%">$story_caption_txt[0]</th><th style="width: 10%">$story_caption_txt[1]</th><th style="width: 10%">$story_caption_txt[2]</th><th style="width: 10%">$story_caption_txt[3]</th><th style="width: 10%">$story_caption_txt[4]</th><th style="width: 10%">$story_caption_txt[5]</th><th style="width: 10%">$story_caption_txt[6]</th><th style="width: 5%">$menu_txt[47]</th>
</tr>
</thead>
<tbody>
<<set _settle = 0>>
<<for _index, _actor range $actorList>>
<<capture _index, _actor>>
<<if _actor.company != $companyName>>
<<continue>>
<</if>>
<tr>
<td class="actor-cell">
[img['img/char/'+_actor.name+'/'+_actor.name+'_icon.jpg']]
<div>
<span>_actor.name</span>
<span>
$story_caption_txt[15]: _actor.energy<br>
$menu_txt[45]: _actor.growth<br>
$menu_txt[33]: _actor.skill<br>
$menu_txt[46]: _actor.wage<br>
$menu_txt[34]: _actor.popularity<br>
</span>
</div>
</td>
<!-- 每日安排 -->
<<for _day = 0; _day < 7; _day++>>
<td class="task-cell">
<<if _actor.weeklyTask[_day]>>
<<set _task = _actor.weeklyTask[_day]>>
<span>_task.name</span>
<span>
$story_caption_txt[15]: _task.energy<br>
$story_caption_txt[21]: _task.money<br>
<<=_task.description>>
</span>
<<set _settle += _task.money>>
<<else>>
-
<</if>>
</td>
<</for>>
<td>
<<link $menu_txt[61]>>
<<set $selScheduleActor = _index>>
<<goto "EditSchedule">>
<</link>>
</td>
</tr>
<</capture>>
<</for>>
</tbody>
</table>
<div style="text-align: right;">_settle</div>
</div>
[[$menu_txt[3]|Office]]
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<div class ="narrator">$office_work_event[1]</div>
<video controls 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>>
<</nobr>>
<video controls 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>>
<</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>>
<<set $money -= 50000>>
<<set _char to $actorList.find(function (val) {
return val.name === "Saika";
})>>
<<set _char.skill +=5>>
<<set $time +=2>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop>
<source @src='"video/"+either("saika_training")+".mp4"' type="video/mp4">
</video>
$saika_status_txt[4]
[[$menu_txt[3]|Office]]
<</if>>
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls 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>>
<<set $time to 24>>
<<set $energy -= 40>>
<<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 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>>
<</nobr>>
<video controls 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>>
<<set $time += 2>>
<<set $energy -= 40>>
<<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]]
<img src="sexvid/work_event_3/zangli.jpg" style="max-width: 80%;">
<div class ="narrator">$explore_event1_txt[0]</div>
<<linkreplace $menu_txt[1]>>
<img src="sexvid/work_event_3/drink.jpg" style="max-width: 80%;">
<div class ="narrator">$explore_event1_txt[1]</div>
<<linkreplace $menu_txt[1]>>
<img src="sexvid/work_event_3/talk.jpg" style="max-width: 80%;">
<div class ="narrator">$explore_event1_txt[2]</div>
<<linkreplace $menu_txt[1]>>
<<nobr>>
<<set $time +=4>>
<<set $energy -= 40>>
<<set _prestige = random(3, 7)>>
<<set $prestige += _prestige>>
<</nobr>>
<img src="sexvid/work_event_3/cry.jpg" style="max-width: 80%;">
<div class ="narrator">$explore_event1_txt[3]</div>
($story_caption_txt[17] + _prestige)
[[$menu_txt[6]|Office]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><img src="sexvid/explore_event_2/sleep.jpg" style="max-width: 80%;">
<div class ="narrator">$explore_event2_txt[0]</div>
<<linkreplace $menu_txt[1]>>
<video controls loop><source @src='"sexvid/explore_event_2/"+either("shoushang")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$explore_event2_txt[1]</div>
<<linkreplace $menu_txt[1]>>
<img src="sexvid/explore_event_2/hospital.jpg" style="max-width: 80%;">
<div class ="narrator">$explore_event2_txt[2]</div>
<<nobr>>
<<set $time +=4>>
<<set $energy -= 40>>
<<set _money = 100000>>
<<set $money += _money>>
<</nobr>>
($story_caption_txt[21] + <<= formatUSD(_money)>>)
[[$menu_txt[6]|Office]]
<</linkreplace>>
<</linkreplace>><<nobr>>
<<set $time +=4>>
<<set $energy -= 40>>
<<set _prestige = random(3, 10)>>
<<set $prestige += _prestige>>
<</nobr>>
<div class ="narrator">$explore_event3_txt[0]</div>
<video controls loop><source @src='"sexvid/explore_event_3/"+either("medicine")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$explore_event3_txt[1]</div>
($story_caption_txt[17] + _prestige)
[[$menu_txt[6]|Office]]<<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("morning")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$nene_daily_txt[0]</div><br>
[[$menu_txt[25]|explore_nene_1_1]]<<nobr>>
<<set $lust +=1>>
<</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 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 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 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>>
<</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>>
<<set $time +=1>>
<</nobr>>
<meter @value="$releva" min="0" max="100"></meter>
<video controls 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>>
<<set $evastatus to "In trouble">>
<</nobr>>
<<set $eva_restaurant_event to 1>>
<video controls 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 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>>
<<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>>
<<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">> 您好,单身公寓租金是每周$singleApartmentRent,您是否需要租下它?<</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 $singleApartmentRent 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 <$singleApartmentRent >>
<<speech "You">> 我还买不起它! <</speech>>
<<else>>
<<set $apartment_rent to 1>>
<<speech "You">> 我租下了这间公寓。 <</speech>><</if>>
[[返回|Streets]]
<<else>>
<<if $money <$singleApartmentRent >>
<<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>>
<</nobr>>
<video controls 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>>
<</nobr>>
<video controls 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 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>>
<</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>>
<</nobr>>
<video controls 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 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>>
<<set $energy -= 3>>
<</nobr>>
<video controls 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>>
<<set $energy -= 3>>
<</nobr>>
<video controls 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>>
<<set $energy -= 3>>
<</nobr>>
<video controls 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 +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Eve Cum]]<</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Eve Cum]]<</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Eve Cum]]<</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<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], title:'Eva Office Interaction', wage:50000})>>
<<set $eva_move_event to 1>>
<<set $location to "Apartment">>
<<set $eva_event to 3>>
<</nobr>>
<video controls 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 +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Eve Cum]]<</if>><</if>>
<<set $lust +=3>>
<<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.name+' Office Interaction']]>><</link>>
<div class="o-text">_item.name - _item.profession</div></div>
<</for>>
<<for _itemKey, _item range $actorList>>
<<if _item.company isnot $companyName>>
<<continue>>
<</if>>
<div class="column">
<<link [img['img/char/'+_item.name+'/'+_item.name+'_icon.jpg'][_item.name+' Office Interaction']]>><</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>>
/* director Variable */
<<if $have_director is 1>>
<<set $energy +=2>>
<<set $lust +=2>>
<<set _prestigeRank +=4>>
<<set _wage +=10000>>
<</if>>
/* writer Variable */
<<if $have_writer is 1>>
<<set $energy +=2>>
<<set $lust +=2>>
<<set _prestigeRank +=4>>
<<set _wage +=10000>>
<</if>>
/* spervise Variable */
<<if $have_supervise is 1>>
<<set $energy +=2>>
<<set $lust +=2>>
<<set _prestigeRank +=4>>
<<set _wage +=10000>>
<</if>>
/* Base Work Variable */
<<set $lust +=1>>
<<set $energy -=10>>
<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]]
<<else>>
<video controls loop><source @src='"sexvid/saika_office/"+either("chat")+".mp4"' type="video/mp4"></video>
[[$menu_txt[3]|Interact]] [[$menu_txt[44]|Task List][$selectTaskChar = 'Saika']]<<if $saika_info.skill gte 50>> [[$saika_office_interact_txt[6]|Saika Sparring Event]]<</if>>
<</if>><<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls 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>>
<<set $time +=1>>
<</nobr>>
<video controls 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 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 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>>
<</nobr>>
<video controls 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>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 +=15>>
<<set $energy -= 10>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Saika Sparring Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 10>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Saika Sparring Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>>
<<set $saika_info.sexcount +=1>>
<<set $saika_info.rel +=10>>
<<set $saika_info.skill +=5>>
<<set $time +=1>>
<</nobr>>
<video controls 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]]<<nobr>>
<<if $language == "zh">>
<<set $place_txt to ["卧室", "浴室 ", "厨房", "车库", "拿起电话", "开车", "地铁", "回家", "公司", "商店", "餐馆", "夜店", "医院", "工业区", "住宅区", "工作", "互动", "红沙发", "外出", "单身公寓", "Eva家", "商业街", "探索", "卫生间", "黑桃映画 Ltd.", "我的公寓", "Ellie的房间", "新探索", "扩建"]>>
<<set $activity_txt to ["活动", "猜拳大赛", "报名费", "各公司报名演员技能需大于150。<br>本次大赛会对所有报名演员打乱排序,随机抽签,进行1对1猜拳比赛。比赛采取单轮淘汰制,最终获胜者将获得称号[运气之星],并获得大热电影IP[DC联盟]的主演机会,大幅提升演员名气。", "天后,报名截止。", "报名已截止。"]>>
<<set $menu_txt to ["起床", "继续", "睡觉", "返回", "离开", "聊天", "结束", "叫住她", "让她离开", "给她$100", "给她$200", "给她$1000", "小憩", "手淫", "洗澡", "吃早饭", "吃午饭", "吃晚饭", "恢复能量($5000)","开始按摩", "签约", "开始", "回家", "请她喝一杯", "一起回家", "上前搭讪", "拒绝", "欣然答应", "开始工作", "深入研究剧本", "姓名", "好感", "状态", "技能", "人气", "做爱次数", "任务", "送礼物", "快速插入", "简介", "讨论工作", "调情", "约会", "剧本进度", "跑通告", "成长", "周薪", "操作", "联络", "完成", "排行榜", "剧组", "制作费用", "宣发费用", "院线分成", "票房", "资金配置", "确认", "拍摄进度", "主演", "制作周期", "编辑", "清空", "查看"]>>
<<set $message_txt to ["(声望+3)", "(声望-5)", "(会员事件,需要Patreon Code)", "我没有足够的钱。", "我还缺少重要的道具,也许我应该去商业街的商店转转。", "(声望+50)", "(获得金主投资$300,000)", "(存款+10,000)", "现在太晚了,我应该回家休息。", "我不能继续工作,我太累了", "我的能量恢复了。", "(能量+100)", "任务列表完成角色签约时或每周刷新一次。", "我们至少需要<font color='$ff0000'><b>50000</b></font>来保障剧组的基本运转。", "因经营不善,我破产了。公司被收购,落入黑帮之手,成了他们的<提款机>。以前和伙伴们畅想的未来,全泡汤了。要是能重来,我一定好好经营,和大家一起实现当初的约定。", "签约成功!", "已加入演员排行榜。", "因经营不善,我破产了", "声望不足,需要 - ", "能量不足,需要 ", "活动功能打开,可以在公司中查看详细说明"]>>
<<set $prestige_txt to ["籍籍无名", "略有耳闻", "行业新锐", "声名远扬", "影视巨鳄"]>>
<<set $table_txt to ["任务名称", "发布公司", "声望等级", "难度", "报酬", "费用账单", "房租", "合计", "员工工资", "工资", "演员片酬", "演员排行榜", "日票房排行榜", "总票房排行榜", "历史票房Top10", "历史熊猫奖", "评分", "艺术", "上映日期", "日观影人数", "日票房", "观影人数", "票房"]>>
<<set $sex_menu_txt to ["屁股", "胸", "屄", "打飞机", "口交", "坐上来", "胸推","后入式", "女上位", "传教士", "侧入式", "用力", "加速", "射", "腿", "69", "吃", "惩罚", "女上位反", "脱衣服", "毒龙", "吻", "蹭", "插入", "站立势", "继续按摩", "按按腿", "按三角区", "打泡泡", "洗鸡巴", "洗背", "洗手", "指交", "桌式"]>>
<<set $saika_status_txt to ["(Saika 好感度 +3)", "(Saika 好感度 +5)", "(Saika 好感度 +10)", "(Saika 演技+3)", "(Saika 演技+5)", "(你失去了saika的好感)", "Saika签约成功!", "(Saika 人气)"]>>
<<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 ["在12点-16去餐馆,可以结识Eva。", "想办法了解Eva的近况。", "想办法给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 $ellie_event_txt to ["虽然这祖宗挺能造,但还是要考虑收留她。", "与Ellie沟通,培养感情。", "周末与Ellie约会。", "目前是当前版本的所有内容。"]>>
<<set $nene_event_txt to ["签约Saika后,参加探索,可以在剧组认识Nene。", "多与Nene联络,陪她在剧组渡过最艰难的打工时光。", "让Nene帮忙解决不能勃起的尴尬。", "目前是当前版本的所有内容。"]>>
<<set $karen_event_txt to ["签约Saika后,参加探索,可以在剧组认识Karen。", "联络Karen,将调查的事情真相告诉她。", "多与Karen联络,陪她度过低谷期。", "目前是当前版本的所有内容。"]>>
<<set $char_profile_txt to ["Saika曾是某知名艺术大学的表演系学生,梦想成为一名职业演员。然而,由于家庭变故(母亲重病),她不得不放弃学业,转而从事收入稳定的按摩技师工作。尽管生活艰难,但她依然保持着对表演的热爱,偶尔会在家中独自练习,保留着对未来的希望。", "Eva曾是备受瞩目的天才小说家,其作品以深刻的社会批判和独特的叙事风格著称。然而,因一篇揭露娱乐行业黑幕的文章,她被多家公司联合封杀,作品被下架,生活陷入困境。她转而尝试编剧工作,但刚完成的作品又被大公司剽窃,彻底失去了对行业的信心。", "Kojima是一名护士,性格活泼可爱,偶尔犯迷糊。喜欢自慰还是一名八卦爱好者,护理技术一级棒!", "Liya是我的私人助理,心思细腻、温柔体贴。", "Rose是公司的制片人,有一对大胸!", "Blaze是公司目前唯一的演员,年轻时也曾风光过,不过自从她染上了不该碰的东西后,事业与颜值都一落千丈。", "我的表妹-Ellie,出身于本地经商世家,舅父舅母经营着连锁酒店集团。她从小在家人的羽翼下长大。作为家族第三代唯一的女孩,长辈们早早为她规划了 <金融精英→接管酒店>的人生路线,连大学志愿都被默认填报了本地财经大学的金融专业。因为不明原因跟家里争吵,银行卡被冻结。现在,她敲响了我家的门...", "Nene是一名新来的临时演员,为了能够近距离的接触前辈们,观摩学习演技,经常在剧组打零工。她面庞清秀、办事干练、心思细腻且天生具体镜头感,是一个天生就应该活在镜头下的好苗子。", "Karen是一位平面模特,姣好的面容为她带来了一定的人气,但也限制了她的发展空间。人们只希望冰山美人可以露更多的肉,根本没人真正关心她是谁,有着怎样的故事。"]>>
<<set $story_caption_txt to ["星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期天", "深夜", "晚上", "傍晚", "下午", "中午", "早上", "清晨", "第$gameday天", "能量", "欲望", "声望", "单身", "恋爱", "结婚", "存款", "修改器", "支持"]>>
<<set $home_txt to ["最近有一场新人选拔会,或许我应该去碰碰运气。", "我在公寓里。现在,我需要做什么? ", "这是我的卧室", "我在浴室里", "我现在还没有车。", "我小睡一会儿,恢复了一些精力。", "我的欲望太强烈,控制不住自己。我想我应该找个姑娘了。", "我洗了个澡", "我在吃早餐", "我在吃午餐", "我在吃晚餐", "我还没有任何人的电话。", "一周过去了,让我看看我这个周的账单。", "哇~这简直超出了我的想象!!没想到Ellie竟然准备了这么丰盛的一桌!!她竟然有这么好的厨艺,这还是我印象中的那个富家千金吗?!"]>>
<<set $ellie_home_txt to ["过去忙碌的一周让我筋疲力尽,当我还在睡的昏天暗地时,耳边隐约听到门铃响声。不管它,我翻过身,用被子蒙着头,决心不理烦人的快递员,继续睡我的大觉...", "<叮~><叮~>烦人的门铃声一刻也不肯停歇!哪个不开眼的混蛋,大周末扰人清梦!我叽拉着拖鞋,一把拉开家门... ", "Hi~我亲爱的表哥,你好呀~", "当我打开门时,一个漂亮女孩儿正冲我眨着眼睛,吐着舌头,做着可爱的鬼脸。可能是因为女孩略微的羞涩,撑在头上的左手刚好打乱了她的头发,发丝顺便遮住了她半张俏脸,使得她整个人都充满着年轻的活力以及属于少女的俏皮。阳光从她背后照射过来,穿过她的发丝,洒满了我的眼睛。", "来人竟然是我的表妹Ellie!!我舅舅、舅母经营着一家连锁酒店,这个女孩是我舅舅的独女,做为家里产业的唯一继承人,从小就过着别人家孩子的生活。而她也很争气,从小学习就好,很早前就被舅舅送去国外镀金了,我们上次见面大概是5年前?。<br>在我还在楞神时,Ellie已经从我下意识让出的半个身位钻进了屋子,只留下地上一个大大的行李箱,以及她擦身而过时的一抹清香。", "(拎过行李箱,吹了个口哨)我的千金大小姐,你怎么混的跟逃难似的,流浪猫都比你体面咧~", "(嘟嘴)我亲爱的表哥,你嘴巴还是这么毒,难怪还单身。", "老子是人在花丛中,片叶不粘身,难道也要告诉你吗?", "在我们彼此亲切问题的同时,我帮她安置好了行李箱,而我们的大小姐,则早已一屁股拍在了沙发上。", "说说吧,你这是什么情况?", "这不是很明显了吗?离家出走~", "善良大方、温柔体贴、聪明美丽的公主,一朝落难,过来投奔远房的穷表哥~", "一边说着,Ellie还特意在沙发上摆了一个性感妖娆的姿势。En~五年多没见,当初的小豆芽已经变成枝头绽放的玫瑰~", "说重点(从冰箱掏出可乐精准抛投)", "(凌空接住易拉罐,贴在脸颊)我爸把我银行卡冻结了,我现在身无分文。", "你可以真是朋友遍天下~", "给你一个月时间,家务你来做,包括做饭。要买东西用这张卡,密码是我生日。", "Yes!表哥万岁~"]>>
<<set $ellie_daily_txt to ["当我起床下楼时,Ellie竟然已经在做早餐了?!这完全超出了我对一个富家千金的想象,看来这几年Ellie确实变了很多...", "Ellie做早餐时只穿了内衣,看来她已经完全把这里当成了自己的窝。我升走了一种给足一个女孩儿安全感的自豪,整个人的心情也变的明亮起来。当然,跟着一起昂头挺胸的,还有我的鸡巴。", "自从Ellie成为我的女人之后,她已经完全放飞自我了。看着一丝不挂的Ellie,我已经开始发愁,一会儿是先吃早饭还是先吃她了!", "Ellie正在洗澡,我需要过会儿再来。", "这是Ellie的房间,但是她现在并不在这儿。", "Ellie正在睡觉。", "Ellie正在享受午后的日光,而我也正好有空,我们坐下来聊了很多小时候的事情。Ellie突然一脸正色的看着我", "$firstname,我想去你的公司上班。", "(惊讶)别闹了,我的大小姐!我这是电影公司,你一个学金融的,过来能干什么?", "(叹气)你也是真能憋,我不说,你也不问,你就不想知道为什么跟家里吵架?", "(尴尬的摸摸鼻子并挑了挑眉毛,示意Ellie继续)", "家里送我去国外学金融,但我发现我其实喜欢的是电影,所以我偷偷瞒着家里报导演专业。", "然后东窗事发?", "...我很厉害的,拍的东西经常在学校拿奖。而且我热爱镜头,我喜欢那种把剧本里死的文字,用镜头赋予它们鲜活生命的感觉!!", "我看着Ellie渴望的眼神,差一点就松口了。但是我不能答应她,从事这个行当这么多年,没有人比我更清楚这个大染缸的可怕。而我以及我的公司还太弱小,还没有能力护她周全。于是,我只能对她摇了摇头,结束了这场谈话。", "Ellie正在房间休息", "Ellie并没有因为工作的事情被我拒绝而不理我,我们仍然愉快的聊着最近的趣闻以及家里的八卦,其中还夹杂了一些少儿不宜的玩笑。Ellie的腿很滑,而我的鸡巴也很硬。我们都很克制,不然鬼知道会发生什么...当然,如果没有Ellie仍然夹杂在话语中,关于公司、电影、导演的碎碎念,一切就更完美了。希望她不是在使用什么曲线救国的美人计,很快的,我将这个可笑的念头从脑海中抹掉。"]>>
<<set $ellie_date_txt to ["Ellie一直嚷嚷着自己好久没有逛过街,没有买过新衣服了,趁着今天我刚好有时间,我俩一起出来Shopping一下。看着Ellie开心的像只蝴蝶一样,穿梭在各个货架之间,我突然意识到,我真的好久没陪过她了。给她的银行卡,她除了日常生活用品,几乎也没怎么用,应该也是想要替我省钱吧。不知从何时开始,Ellie在我心中富家千家的印象正在一点点消融,取而代之的,她已经是一个充满活力、独立且懂得替他人考虑的成熟女孩儿了。", "Ellie提意要拍大头贴,我们也想要搞个相亲相爱一家人。<br>当她摘下我口罩的时候,看着她亮晶晶的眼神,我心里的某根弦突然<嘣>的一声断开。于是,我决定回应她,吻了下去。", "我们笑着,闹着逛了好久,直到我们都筋疲力尽,再也走不动。但是话确怎么也说不够、说不完,我们就近找了个地方休息,翻出刚刚买的酒,边喝边聊。", "我们都喝的有点多了,Ellie的眼神已经开始迷离,时不时从眼角眉梢洒露出勾魂摄魄的妩媚;而我,早已经听不到我们具体在聊什么了,脑子里回响的,全是自己<嘣~嘣~嘣~>的心跳声!", "(突然凑到我耳边)$firstname,今天逛街时,我还偷偷买了一套内衣哦,我现在正穿着它们,你想看看吗?", "看着我火热的眼神,Ellie解开衣带。刹那间,白的肌肤柔若[皓雪凝脂],红的内衣如[赤霞裁锦],两色对冲却和谐共生,好似 [火树银花] 初绽于素绢之上,一副红白相映,看的我口干舌燥。", "Ellie没再把衣服穿回去,就这样穿着内衣继续陪我喝着,聊着,但我的注意力早就已经不在聊天上,眼角不时撇向Ellie不自觉滑向自己股间的手指,时不时就会脑补着她的指尖摩擦自己阴蒂的画面。我的眼里,已经只剩下Ellie说话时,不停舞动的红唇,在不断撩拨我的神经。", "去他妈的禁忌,管不了那么多了。我靠近Ellie,俯身,吻下去。Ellie回应着我的亲吻,脸上带着哀怨以及压抑着的情感,她应该已经等了我好久了。", "只是亲吻,已经不能满足我。我舌头下滑,舔起Ellie的奶头。Ellie也不打算再克制,一把将内衣甩在地上,挺起胸脯主动迎合着我的舔弄,嘴里还不时的发出呻吟~", "我的舌头继续向上,滑过乳头,滑过腰肋,滑过小腹,Ellie抬起屁股,迎合着我的亲吻,脱掉内裤。", "刚刚一直在我脑海中闪现的,Ellie粉红的阴蒂,就这么直接的暴露在我眼前。我将头埋了下去,开始温柔的吮吸、舔舐、撩拨、挑弄。", "我的鸡巴早已坚硬如铁,Ellie把它含嘴里,时而温柔的亲吻、撩舔,时而大幅度的套弄,仿佛是在回报我刚刚对她小穴的温柔。", "正当我饥渴难耐、准备提枪上阵时,Ellie突然一把揪住了我的蛋蛋!!", "你的下部电影由我来导,我不想成为一只金丝雀!", "我的酒瞬间醒了大半,低头看着Ellie坚定的眼神,内心突然就软了下来,转瞬间却又豪情万丈。", "(挑起Ellie的下巴)好啊~你原来在这等着我呢??", "好,那就让我们一起闯,大不了最后一无所有,重头再来就是。", "说着,我一把拨开Ellie揪住我蛋蛋的那只碍事的手,提枪直刺,双手架起Ellie的腿,开始大力抽插~", "一直蒙在我俩心头上的乌云散去,让我俩都格外的有兴致,Ellie一会儿趴在沙发上,一会儿跪坐在桌台上。而我,则不停的在她身后冲刺、冲刺、再冲刺!","Ellie的小穴实在太紧了,我差点没忍住,刚拨出来就喷在了她的小穴门口,剩下的,则全部贡献给了她雪白的屁股。"]>>
<<set $ellie_wake_txt to ["我掀开Ellie的被子准备叫她起来,结果因为角度的问题,Ellie的大屁股刚好正对向我。而Ellie朦胧中,恰好发出一声低吟。刹时间,Ellie没醒,我的老二先醒了!", "我的手在Ellie的腰身上游走,Ellie也成功的被我叫了起来", "$firstname。我刚刚做梦梦见我们在做爱~", "宝贝,你摸摸,我都湿了~", "说着,Ellie把我的手引向她的小穴。那里确实已经成了一片汪洋。Ellie自从被我开发以后,已经开始变的食髓知味了~", "我的鸡巴早已被Ellie慵懒中流露出的魅态勾的坚硬如铁。听了Ellie的梦呓,我也是为弦歌而知雅意,伸手扯下Ellie的内裤,准备开始锻炼~", "我还没提枪上阵,Ellie就一把交我的鸡巴含在嘴里认真的吃了起来。看来这个小浪蹄子是真的饿了~", "有些人,真的就是会无师自通,就比如此时的Ellie。她一会儿用掌心在我的龟头上来回套弄;一会儿又配合着嘴巴吮吸我的蛋蛋,挑弄的我浑身酥麻,好不舒服~", "Ellie明显已经非常饥渴了,所以表现的非常主动。只见她直接一把将我按倒在床上,自己就坐了上来。我看着Ellie张开腿,将小穴完全打开,粉红的阴唇一口一口的吞吐着我的鸡巴,我的欲望也完全被她唤醒。于是我也配合着Ellie的节奏,在Ellie坐下的时候,从下面向上用力,顶着她的小穴。不几下,Ellie就开始浪叫起来!", "不一会儿Ellie就没力气了,我们换成传教士,改为我大上面用力。而Ellie则双手用力掰开自己的双腿,好让我插的更深些~", "Ellie趴在床上,我从后面捏着Ellie的屁股,鸡巴全根没入,有节奏的、用力的、一下一下的抽插着Ellie。Ellie在我一次一次的抽送中,已经完全迷失自我,忘情的吟叫~", "可能是后入还够过瘾,Ellie让我躺在床上,自己从后面坐上来。雪白的屁股时而上下飞舞;时而将我的鸡巴完全吞进去,摇晃着屁股,让鸡巴在阴道里摩擦,搅拌。搞的我整个人飘飘欲仙。", "Ellie的小穴实在太紧了,夹的我好舒服,根本就控制不住,直接将精液全都射在了她的花心里。", "将鸡巴拨出来后,精液从她的小穴里一点一点的流尚出来,Ellie在我面前摇晃着她的大屁股,向我展示着今天的榨汁成果。看着这样的表妹,一种罪恶边缘徘徊的快感从心底升起,让我彻底沉沦。"]>>
<<set $ellie_kitchen_txt to ["Ellie将手指蘸上鸡蛋液,然后一边用她那灵巧的小舌头舔舐手指,一边观察我的反应,像极了一只求爱的花孔雀。", "得到信号的我,没有丝毫犹豫,一把将Ellie抱上洗碗台,然后开始附身亲吻她。", "我一边用舌头挑弄着Ellie的小穴,一边观察着Ellie的反应。而Ellie则是一脸享受表情,用呻吟声回馈我,她现在感觉很舒服~", "现在换Ellie来服务我。她含着我的鸡巴舔弄,速度虽然不快,但是深情。", "前戏做足,我将Ellie按在桌上,开始卖力抽插。我炽热的鸡巴仿佛给Ellie通上了电,她开始舒服的放声呻吟~", "我决定利用厨房的地形,来点新花样。Ellie双手支撑着身体,而我则扛起Ellie的双腿,让她整个人悬空。这样,我的鸡巴可以顶到她的小穴最深往。于是我开始快速的大力抽插,蛋蛋疯狂的拍打着她的阴户,发出<啪~啪~啪~>的撞击声。", "我的一通猛烈攻势彻底点燃了Ellie的感观,Ellie让我坐在椅子上,然后她骑上来,直接将我的鸡巴全部塞进她的小穴。Ellie坐在上面疯狂的扭动身躯,让体内的龟头一下一下的顶着她的子宫口", "我感觉Ellie的子宫口就像一张婴儿的小嘴,一下一下的亲吻着我的龟头。实在在舒服了,我大脑一片空白,一腔精液完都喷满进了Ellie的体内。看着从Ellie小穴里流出的精液,这种可以纵情内射的生活让我感到无比满足。"]>>
<<set $ellie_shower_txt to ["当我推开浴室门,正好看到Ellie在洗澡。她曼妙的身躯隐在水里,若隐若现,我一瞬间就来了感觉。", "$firstname,你来的正合适,我正想让你帮我拿一下毛巾。", "(轻咬嘴唇)你硬了?", "宝贝,我也很惊讶,只能怪你实在是太性感了~", "因为角度的原因,Ellie立马发现了我的异常。这个小妖精秒懂,眼睛盯着我挺起的鸡巴,轻咬嘴唇,给了我一个再明确不过的眼神-她也想要了。", "谢谢你愿意把导演的工作交给我,我知道你要承担什么样的风险,才会做这个决定,这个就当成我对你的小小回报了,表哥~。", "为了让我感受完全被包裹的感觉,Ellie双手握住我大鸡巴,卖力套弄。一声表哥,更是差点让我把持不住。看来我俩都这段禁忌的关系中,找到了自己的G点。", "Ellie利用浴缸将自己撑起来,形成一个完美的炮架,而我则扶紧她的腰,开始大力抽送。", "我让Ellie换了个更省力的姿势,趴在浴缸上,我改从后面大力抽插。", "为了能够更好的刺激Ellie的G点,我将抱到洗手台上,继续从前面进攻。我想,我挑对了战场,在我的大力抽送下,Ellie的眼神已经开始迷离。", "我们今天兴致格外高昂,仿佛有用不完的体力。Ellie充分利用自己大长腿的优势,靠在墙上,我杠起她的另一条腿,全根没进,在她小穴的最深处,横冲直撞。", "我杠着Ellie的腿,从正面抱着她,疯狂抽插。", "宝贝儿,我想射在你里面。", "Uh-huh~我今天允许你射进来~", "Ahhhh~Fuckkk~实在太爽了。我龟头一热,再也守不住精关,浓浓的精液喷洒,灌满了Ellie的小穴~", "Ellie故意翘起腿,把还在流淌着精液的小穴展示给我看,让我尽情的欣赏自己今天的杰作。"]>>
<<set $restaurant_txt to ["继续吃饭", "跟她聊天", "请她喝一杯($50)", "冥冥之中,我感觉还没无法认识这个女孩,因为我还缺少重要的东西。我应该先去商店转转。", "离开", "当我从这个女孩身边经过时,口袋里的怀表突然开始振动。所以这个女孩引起了我的注意。", "于是,我放慢脚步观察她,我注意到,她正在编辑一篇文章,标题是[影视圈幕后黑手--影后自杀真相]!!", "想办法认识她", "讨论住宿问题"]>>
<<set $train_txt to ["一踏上电车,那股混杂着汗味和早餐气味扑面而来。<br>当我在低头刷手机时,无意间瞥见一个漂亮的姑娘 ,是Saika!她被挤到车厢的角度,一个猥琐的男人正紧紧的贴在她身后,那眼神,任谁看了都知道他没安好心。", "我在地铁上看到了一个漂亮的女孩儿。只是,她的表情看起来有点奇怪... ", "地铁的车箱永远都挤的像罐头一样。", "那个混蛋的手,在Saika的屁股上不断游走。Saika脸上写满了惊恐与厌恶,她不停地往旁边闪躲,想要避开男人的骚扰,可这拥挤的车厢根本没有她能躲避的空间。", "不得不说,Saika是真的漂亮呀。裙子被撩起来,露出被丝袜包裹的美腿与翘臀,这样的风景可不多见。我应该怎么办?", "放任不管", "干他", "我自己的麻烦事儿已经够多了,还是继续欣赏美景吧。", "我给了那个混蛋的后脑勺一巴掌,Saika趁机整理好自己的衣服,然后匆匆下车了。"]>>
<<set $club_txt to ["夜店将在18:00后开门。", "夜店开门了。", "我进入夜店,这里的姑娘实在太辣了,我应该干什么?", "去舞池跳舞", "开香槟 ($500)", "请大家喝一杯 ($5000)", "这里就是欢乐的海洋,我应该干什么?", "享受口交 ($3000)", "酒保,帮我开一瓶香槟~", "美女们,放肆喝起来,我买单~", "来,宝贝,口我~", "啊~操~我射了,实在太爽了!!"]>>
<<set $office_work_event to ["渴望工作。最近,我陪着她日夜泡在剧组,疯狂参加各种拍摄工作与商演活动。通过不断在镜头前曝光,她的人气与知名度都得到了提升。我即为她的提升高兴,也捕捉到了她眼底的那抹疲惫。", "Saika总是担忧自己的演技不行,无法通过任何的电影试镜。于是,我们来到了演员培训中心。", "*开心的笑*哇!!你说的惊喜就是带我来培训中心吗?真是太棒了,我一定会努力练习,提升自己的。◕‿◕。 ", "加油,我们一起努力~", "进行培训", "当我路过剧组化妆间时,看到一个漂亮的姑娘在化妆,她的眼睛是如此的勾魂。", "她是如此的性感迷人,我应该抓住机会。", "我们一起度过了一个美妙的夜晚。", "晚上,当我路过公园时,看到一个漂亮的女孩坐在那里。", "她虽然看起来很害羞,但我还是捕捉到她对我也有深厚的兴趣。我们聊的很开心,最后,她邀请我跟她回家。", "拒绝并独自离开", "跟着她", "当我跟她走进一条小巷时,突然跳出来三个男人。", "好消息是,我还活着;坏消息是,我他妈该死的被打劫了。", "(钱-$_robbed)", "Boss,恭喜您,我们成功签约了新的生力军!这批演员潜力巨大,公司可以借机扩建新区域,进一步完善培养体系。现在最关键的是打造一间会议室与训练室。有了它们,我们就可以为演员们安排周活动计划,让她们能更系统地提升实力。", "(俏皮的眨眼)Boss,你可以为我安排本周的活动了。不过得注意几点哦:<br>第一,我可以为公司干活,赚点小钱钱, <font color='$ff0000'>但你得悠着点,别让我太累,不然我干啥都没力气,只能休息了!</font><br>第二,如果你想让我参加训练,得花你的钱哦~训练能让我更厉害,但也得看你舍不舍得投资啦!<br>第三,如果你什么都不做,我会继续执行上周的活动安排。<br>怎么样?准备好给我安排个完美的一周了吗?", "Boss,下一个议题是演员本周的活动安排,这个需要您来亲自安排。"]>>
<<set $spa_txt to ["对不起,我们现在关门了,等18:00再过来吧。", "欢迎光临,老板~本店可以随便吸,随便舔,但是是绝对不准插入哦~", "请问您有熟悉的技师吗?"]>>
<<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 $eva_ofc_interact_txt to ["Eva已经下班了。", "Eva周末不在公司。", "当我走进Eva的办公室时,发现她正在自慰。这会儿她可以还在开着视频会议呢!不得不说,天才编剧寻找灵感的方式总是很特别~", "Eva正在工作,我想要做什么?", "询问剧本创作进度", "Hi,Eva~我们的剧本创作进度如何了?", "Hi,$firstname,剧本当前的创作进度是 <font color='$ff0000'><b>$eva_script_progress</b></font>%。我最近灵感枯竭,因此整个创作进度非常缓慢(叹气)...", "(拉起我的手,眼神充满期望)$firstname,你最近有时间吗?或者我们可以一起出去采风,陪我寻找创作的新灵感~","我手头上还有其他事情要忙", "$firstname,我想休息一段时间,寻找新剧本的创作灵感。所以,等我们的电影上映后,我们再讨论新剧本的事情吧~"]>>
<<set $eva_ofc_qf_txt to ["我走过去,从后面抱住Eva。", "看着Eva一本正经开会的样了,我决定逗逗她。于是我一把拉起她的上衣,她的大奶直接弹在了视频会议窗口里,我甚至能听到会议主讲人愉悦窃笑的声线^_^", "我把Eva的手放在小腹上,而她的手,也感受到了我的坚挺~", "Eva很懂我需要什么,而我也配合她,脱下裤子,露出我的大鸡巴。", "于是,我们就成了这样子--Eva一边参加视频会议,一边帮我打飞机~", "Eva舔嘴唇的小表情被我成功的捕捉到了,我按过她的头,她也积极的给我口了起来。", "我拉开Eva的椅子,坐在地上舔着Eva的小穴。视频会议镜头前的偷情,给了Eva别样的刺激,她小穴里的淫水明明已经泛滥,而她还在镜头前一本正经的继续参会~", "我开始用手挑逗着Eva的小穴~", "会议结束,而我也不再废话,挺起鸡巴,直捣黄龙~", "我抱着Eva的屁股在后面横冲直撞,Eva也发出愉悦的呻吟~", "Eva的小穴实在太紧太爽了,我根本来不急拨出我的鸡巴,于是我直接将精液灌满了她的小穴!!", "从后面看去,我的精液挂满了Eva的小穴,还有什么样的风景能比这个更动人?!"]>>
<<set $eva_gather0_txt to ["我们本次的采风地点是海边。可能是因为最近压力太大的原因,Eva的表情并没有很兴奋,反而更显几分落寞。", "可能是感觉不对,Eva默默解开了她的上衣,露出香肩,回头给了我一个羞涩但又略带挑逗的眼神。", "这还不够,Eva直接拉起她的内衣,露出她的大胸并向我走来。", "现在,轮到你了~", "Eva根本不由我分说,直接将我推倒,解开我的皮带,掏出我的鸡巴。她刚才落寞的表情在我的脑海中闪过,于是我决定不做任何抵抗,任由她施为。", "也许是迟迟没有找到灵感的原因,Eva今天显的很急切,含住我的鸡巴直接快速套弄起来,完全不给我丝毫的缓冲时间。", "Eva感觉我完全硬了之后,一边脱下自己的内裤,一边咬着手指看向我,眼神中充满了恳求。看着这样的Eva,我只能以眼神示意她,可以继续。", "得到我的示意后,Eva扶起我的鸡巴,直接坐了上来。", "Eva不停扭动着她的大屁股,上下吞噬着我的鸡巴,仿佛要把我榨干一般。", "我看到一个好地方,去那边干我,宝贝儿~", "虽然我已经感觉很棒了,但Eva表示还不够,她还想要更多灵感。她找到一个好去处并拉着我,让我跟她走!", "我们来到一处岩石高台,Eva直接跪在上面继续给我口了起来。", "Eva示意我从后面干她。看着Eva撅起的屁股,我比量了一下,高度正好合适~于是,我抓着Eva的屁股,扶起鸡巴,一杆进洞!", "之前一直都是Eva主动,但女孩子的体力毕竟有限,我早已经憋了一肚子邪火。现在终于轮我发起进攻!我抱着Eva的屁股,一下比一下用力,而我耳边也终于响起了Eva满足的呻吟~", "Eva今天格外的疯狂,除了高台上,我们还试了很多地方。最后在石滩上,Eva给我口了出来,浓浓的精液灌了她满嘴。", "Eva舔舐着自己的嘴唇,给了我一个满足的眼神。再好的风景,也比不过这样的美人展颜~"]>>
<<set $eva_gather1_txt to ["今天我们打算故地重游~是的,我们本次采风的地点是我跟Eva相识的餐馆。<br>一进餐馆,Eva就拉起我的手,让我跟她走,她脸上还带着狡黠的笑容~", "Eva竟然直接把我带到了餐馆的卫生间!!这个小浪蹄子看来早就踩好点儿了。<br>刚一进卫生间,她就一把薅下了我的裤子。不得不说这种狭小空间随时都可能被人撞破的偷情感,也确实给了我别样的刺激,我的鸡巴早已坚硬如铁~", "看来Eva对我的反应很满意,含起我的鸡巴就吃了起来~而我也配合着她,偶尔挺起鸡巴在她嘴里抽送几下,让她吃着更过瘾~", "前戏做的差不多,Eva开始摇晃她的小屁股,脱下她的小短裤。", "Eva必须为她晃动小屁股勾引我负出代价。我一边用手揉着她的小穴,一边给她的屁股来了几巴掌。Eva很喜欢我的调情小技巧,娇笑嫣嫣~", "只是打屁股的惩罚当然不够,我又将我宽大的手掌覆在她的小穴上,手指掰开她的阴唇,用指尖挑逗起她的小豆豆~这样直接的刺激,不一会儿就让Eva的小穴春潮泛滥!", "Eva给我口了那么久,我其实也早已经迫不及待。挑逗了她一会儿后,我见时机已经成熟,直接扶起我的鸡巴,就往她的小嫩穴里挤去。突如其来的硬物,也让Eva不自觉的发出呻吟~", "后入实在太爽了~我扶着Eva的腰不停抽送、撞击,Eva也配合着我的冲刺,不停发出淫叫~", "为了插的更深,Eva将自己的一只脚抬了起来。我俩在一起这么久,也早也形成默契,我则扶着她的大屁股,卖力冲刺~", "最后,我将浓浓的精液射了Eva满脸、满嘴。", "我感觉我脸上全是你的精液~Ah~Ah~", "事后,Eva一边帮我清理着鸡巴,一边与我调笑~我很高兴,我们又为Eva的剧本创作找到了充足的灵感~"]>>
<<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 $Ellie_ofc_interact_txt to ["Ellie已经下班了。", "Ellie周末不在公司。", "Ellie正在认真工作,我这会不应该打扰她。"]>>
<<set $char_ofc_interact_txt to ["已经下班了。", "周末不在公司。", "正在认真工作,我这会不应该打扰她。"]>>
<<set $saika_sparring_event_txt to ["(犹豫)$lastname,我这次要试镜的角色是一位女强人,我一直不能很好的把握角色性格,你能陪我走一遍戏吗?", "说着,Saika摆起了女王范儿", "我还有别的事情要忙", "乐意效劳,我的女王","(责备)$lastname,你这样不行啊,都是因为你,我又被客户骂了!", "(拿捏)这都已经是第几次了。", "对不起", "躺好", "嗯?", "给我躺好!", "是", "靠我近一点", "靠近", "明明应该反省,却还在勃起,这就是你的态度吗?", "对不起,因为...因为连裤袜...", "连裤袜?喜欢这样做吗?", "不讨厌...", "不讨厌?", "部长,你太狡猾了", "狡猾?舒服吗?", "是...是的", "嗯?期待着接下来的惩罚,这就是你一直犯错的原因吗?", "没...没有~", "还想要更多吗?", "是的,想要", "继续惩罚", "怎么样,很舒服吗?", "舒服!", "喜欢丝袜?", "是的,喜欢!~", "啊~我也好舒服啊~", "你在干什么啊?", "唔~", "爽吗?", "想看内裤吗?", "想!~", "吃我~", "为什么喜欢内裤啊?", "唔~因为很舒服", "不行了~不行了~", "很舒服吗?", "(嘻嘻)你射了好多", "Saika,你真是个妖精", "(温柔)谢谢你陪我,$lastname"]>>
<<set $saika_hometeg_txt to ["活动结束后,我送Saika一起回家。我们就这样在海边漫步,耳听着涛声阵阵,一天的疲惫仿佛也随着这潮水慢慢退祛。我打量着身边的这个女孩,我们是在彼此最不堪时相识,现在,我们又在为我们共同的未来而共同努力。突然,一股冲动涌上我的心头,我一把抓住了Saika的手。", "Saika,今晚去我那吧。", "这还是Saika第一次到我家,可能是为了缓解略微尴尬的气氛,Saika不停的找着话题。而我,早以按捺不住,一把从后面抱住了她。我还在担心这样会不会太唐突时,Saika的手也覆在了我的手上,对我的热情做出的回应~", "我在后面抱着Saika,鼻间满是她的发香。我的手抚摸着她的脸庞,眼睛一眨不眨的注视着Saika。","我的手指穿过她的头发,抚过她的脸庞,滑过她的唇间,同时,我的眼睛也敏锐的捕捉到她羞怯眼神中,带有的那一丝欲拒还迎。", "开始时,只是浅浅的一吻。而我在得到身边这个害羞女孩热情的回应后,我知道我不应该在犹豫。于是,深吻~", "忘情的拥吻都让我们彼此的身体感受到一股燥热,那是我们身体对彼此热切渴望的信号,是时候进行下一步了。", "我将Saika的又峰多胸衣中解脱出来。看着这对粉嫩的乳尖,这一刻起,它们都是我的了。于是我放肆的揉捏,纵情的舔弄~", "Saika的双峰已经不能让我满足。于是,我身子下滑,将头埋在Saika的双腿之间,伸出舌头,尽情舔舐~", "我的热情彻底点燃了Saika,她一把将我推倒在沙发上,俯身亲吻我的同时,手也开始不停在我的鸡巴上来回套弄。", "我满足而享受的表情给了Saika极大的鼓励。她蹲下身子,手扶我的鸡巴,开始帮我口了起来。", "前戏进行的差不多,我将Eva放到沙发上,抬起她的双腿,慢慢将鸡巴滑进她的小穴里。", "一开始,我们并没有进行的太激烈,而是采用着最传统的体位,而我也在执行着深进缓出的策略,让Saika的小穴,慢慢适应我大鸡巴的存在。", "我们改为站立式,我在后面抓着Saika的手臂,一下一下的疯狂撞击着她的小穴。", "Saika的热情已经完全被打开,她将我按在沙发上,骑在我身上疯狂的扭动腰肢。", "Saika倒在我身上,我的鸡巴还在疯狂进攻的同时,嘴巴也不停的吮吸着她的舌头,她的乳尖。不一会儿,Saika就高潮了!", "我们忘记了工作,忘记了时间,忘记了一切,剩下的只有疯狂做爱。直到最后,我将精液射在了她的脸上。", "做爱之后,我们仍在沙发上拥吻,缠绵,直到沉沉睡去。"]>>
<<set $filmCrew_txt to ["$firstname,谢谢你最近的陪伴,我们的新剧本终于完成了^_^", "是的,恭喜你,老板。现在您可以创建我们自己的剧组了,我们新电影的名字是 :<font color='$ff0000'><b>$curMovieInfo.name</b></font>,新剧本的评分是:<font color='$ff0000'><b>$curMovieInfo.script</b></font>。<<if $curMovieInfo.script gte 90>>这可是难得的好剧本,您应该重点关注它!<</if>> ", "首先,好的电影需要一名好的导演,<<if $have_director is 1>>Ellie是您找来的内定导演<<else>>由于你还没有为我们找来导演<</if>>,所以,让我们跳过这一步。直接来看演员。", "我们可以选择多位演员来参与一部电影的制作。她们即可以是我们自己培养的嫡系,也可以是外聘的。如果您需要外聘演员,我们除了按周支付报酬给她们外,还需要额外支付<font color='$ff0000'><b>$aiCut</b></font>%做为她们公司的租借费用。", "我们需要重点关注演员的popularity与skill两个属性,更高的popularity具备更高的票房号召力,更高的skill则意味着电影能达到更高的艺术评价;当然,首先她们的Skill需要达到<font color='$ff0000'><b>60</b></font>!", "在这里,您可以决定除去演员成本外,为这部电影的制作投资多少钱。我们至少需要<font color='$ff0000'><b>50000</b></font>来保障剧组的基本运转。您可以选择高风险高回报,也可以决定以小博大。最近再提醒您,高成本确实能提升制作质量,但也需要您平衡风险,毕竟各种血淋淋的例子可都趴在烂番茄史上。所以,要尽量避免无脑堆成本哦,我们可还都指望着您养活呢!", "最后,我们将决定电影上映时的宣发费用与院线分成所占票房的比例。越高的宣发费用比例,会让越多的人知道我们的片子并走进电影院;同理,更高的院线分成比例,也会让电影院给我们更多的排片,让我们能够更好的避开幽灵场。", "Boss,现在让我们来最终确认一下本次电影投资的费用清单", "我们还没有足够的钱来投资这样的大制作,您需要重新调整资金分配。", "完美,Boss~我们的[$curMovieInfo.name]电影拍摄剧组正式成立!大家一定会努力工作,早日完成电影的拍摄工作。您勤来剧组会大大的鼓舞团队士气,快速提升电影的制作进度。所以,未来7天,如果有时间一定要记得每天都来剧组哦~", "我今日亲临[$curMovieInfo.name]拍摄现场,全程督导内景拍摄。通过实时数据看板动态调整拍摄方案,借助 4K 电影机与多机位无人机协同作业,带领团队突破复杂镜头调度难题,拍摄进度+10%,声望", "我今天已经完成剧组现场督导,现在拍摄任务推进平稳有序,各环节进度达标。", "恭喜你,BOSS,我们的电影制作完成~感谢您最近这一段时间的辛苦工作,我们的电影制作完成度达到<font color='$ff0000'><b>$curMovieInfo.progress</b></font>%。我们的电影即将上映,电影公映时间为10天。您可以在[排行榜-票房排行榜]中随时查看我们电影的票房情况。", "Boss,我们的电影已经下画,我们的电影成绩如下:", "我们的剧组也已经关闭了,又要辛苦您为新的剧本忙活了,毕竟我们还有这么一大家子人需要养活,加油哦~", "(叹气)明明已经有了好的剧本,但是电影的评分却并不高啊!票房也不尽如人意,去掉分成之后,到手只有这么一点点>_<外聘的导演只能把Eva辛苦写出来的剧本拍完,但是想要把故事讲好,还是需要一位好导演呀!但是像我这样没有名气的小公司,哪有钱请大导演呢?愁~"]>>
<<set $explore_event1_txt to ["我站在John的葬礼现场时,整个人都还是恍惚的。虽然整个葬礼流程都是我参与操办的,但是我至今也无法相信,那个满怀热忱、对未来充满憧憬的他,竟选择以跳楼这种决绝的方式告别了世界。", "三个月前,我和John还一同畅饮,直至酩酊大醉。那时的他,眼中满是光亮,兴奋难抑地跟我分享,他筹备许久的电影项目终于成功拉到了投资。他说,自己终于有足够资金,能将心中魂牵梦萦的故事搬上大荧幕,实现多年的梦想。而且那个老色胚当时还跟我说,他最近还搭上了一个即年轻漂亮,床上功夫还很厉害的小妞儿,事业、爱情双丰收。我即羡慕又由衷为他感到高兴,满心期待着能看到他的作品在影院大放异彩。", "他的妻子找到我时,神情憔悴,眼中满是悲戚与无助。我这才知晓,电影上映后,并未收获预期的票房成绩。资金的巨大亏空,使得公司很快被收购。不仅多年的心血付诸东流,家里更是背上了沉重的债务,巨大的压力如同一座无法逾越的大山,将他彻底压垮。", "念及往昔的情谊,看着他如今的境况,我的心里满是酸涩与不忍。于是,我主动出钱,帮着操办了他的葬礼。站在葬礼现场,看着周围熟悉又陌生的一切,往昔相处的画面不断在脑海中浮现,可如今,却只剩满心的怅惘与无尽的叹息 。"]>>
<<set $explore_event2_txt to ["深夜,我早已躺卧在床,周身被困意紧紧裹挟,意识逐渐模糊。突然,一阵尖锐急促的手机铃声如利刃般划破静谧的夜,将我从半梦半醒的混沌中猛地拽回现实。我迷迷糊糊地伸手摸索,在床头柜上抓到手机,眯着眼看清屏幕上闪烁的是 Karl 的名字。Karl 是我的挚友,身为一家电影公司的老板,平日里行事沉稳,极少这般深夜来电。我赶忙按下接听键,还没等我开口询问,电话那头便传来Karl 那带着极度惊恐与焦急的声音:“快…… 快来救我!” 他的声音被周围的喧嚣严重干扰,断断续续,模糊不清。我瞬间清醒,睡意全无,心脏也因这突如其来的状况,开始剧烈跳动。<br>我大声回应,想要问清楚具体情况,可 Karl 根本没给我机会,他只是匆匆忙忙地说出一个大概位置,那声音里的慌乱与绝望清晰可闻。就在这时,一声凄厉至极的惨叫从电话中传来,那声音满含痛苦,我无比确定,这惨叫正是 Karl 发出的。随后,<嘟 —— 嘟 ——”>的忙音在耳边响起,电话竟毫无征兆地突然挂断了。", "当我一路跌跌撞撞,好不容易依据 Karl 给的模糊位置,寻到他时,眼前的景象令我倒吸一口凉气。Karl 瘫坐在满是污水与垃圾的墙角,整个人已然成了血人。他的衣物被撕扯得破破烂烂,鲜血从多处伤口汩汩涌出,和地上的污水混在一起,触目惊心。<br>听到我急促的脚步声,Karl 费力地抬起头,那原本明亮的眼睛此刻布满血丝,眼神里满是极度的惊恐,仿佛此前经历了难以想象的恐怖之事。他的嘴唇微微颤抖,似乎想要发出声音,却没有丝毫力气。当他终于看清是我后,紧绷的身体瞬间放松,脸上艰难地露出一丝安心的神色,紧接着,整个人如同一滩烂泥般,直直地昏死过去。我赶忙联系救护车,将他送入医院。", "事后我才从Karl的口中得知,他与公司当红的小红Katie接了一个活儿很肥的通告。Karl 带着 Katie 前往指定地点,才惊觉这所谓的通告竟是一场令人作呕的阴谋。对方的真实目的,是要 Katie 陪酒。Karl 与 Katie 当即严词拒绝,绝不向这种不合理且不道德的要求妥协。然而,这一拒绝,彻底激怒了背后的势力。<br>刹那间,一群凶神恶煞的人从四面八方涌了出来,二话不说,便对他们拳脚相加。Karl 虽奋力反抗,试图保护 Katie,但寡不敌众,很快便被打倒在地。那些人下手极狠,拳头、棍棒如雨点般落在他身上,每一下都仿佛要将他的骨头碾碎。在混乱中,Karl 眼睁睁看着 Katie 被几个壮汉强行拖走,她惊恐的呼喊声在他耳边回荡,却无力阻止这一切的发生。<br>在争执的过程中, Karl趁着混乱的间隙,拨通了我的电话,向我发出了那通求救信号。而自 Katie 被带走后,Karl 想尽办法联系她,却始终石沉大海,至今都没有收到她的任何消息。每提及此事,Karl 的眼神中便满是自责与忧虑,仿佛陷入了无尽的痛苦深渊无法自拔。Karl暂时无法行动,于是他给了我10W并拜托我也帮忙打听Katle的下落。"]>>
<<set $explore_event3_txt to ["在漫长又煎熬的日子里,我四处奔波,动用了所有能想到的人脉,近乎疯狂地托人找关系。终于,在无数次的碰壁与等待后,那一丝关于 Katie 的消息,如黑暗中微弱的光,艰难地透了过来 —— 她被收治在了一家偏远的精神病院。<br>当我与 Karl 火急火燎地赶到那家医院时,心情沉重得如同背负着千斤重担。推开病房门的瞬间,一股压抑的气息扑面而来。Katie 靠在床头坐着,整个人宛如被抽去了灵魂。她的眼神空洞、麻木且呆滞,没有一丝往日作为当红小花的灵动与光彩,仿佛只是一具空洞的躯壳。只见她机械地伸手拿着药,一下又一下,毫无感情地往嘴里送着,动作僵硬而又迟缓。<br>医生面容凝重地告诉他们已经尝试了包括催眠在内的各种方法,但都无济于事。每一次治疗,只会让她的反应更加激烈,整个人陷入更深的痛苦之中。没人知道那个可怕的夜晚,Katie身上到底发生了什么。可如今摆在眼前的事实是,曾经青春靓丽、充满活力的她,已然废了。", "这整个事件,宛如一场挥之不去的噩梦,让我不寒而栗。我不禁在心底反复设想,如果这样的厄运发生在我身上,如果我的旗下艺人也遭遇如此可怕的事情,那又将会是怎样一场惨绝人寰的悲剧?曾经以为安稳平静的生活,在这一刻,仿佛突然被一只无形且有力的大手,狠狠地扼住了喉咙,让人喘不过气来。"]>>
<<set $explore_event4_txt to ["这是一个温暖的午后,我应柯南爵士的邀请,来到他的庄园参加私人酒会。柯南爵士是我父亲的老朋友,在娱乐圈有着举足轻重的地位。父亲过世后,他一直对我照顾有加。最近,我的事业有所起色,他很高兴我这个浪子终于肯收心,认真经营自己的事业。这次酒会,他特意邀请我来,帮我拓展人脉。<br>庄园里阳光洒在棕榈叶上,露台上宾客们谈笑风生。柯南爵士穿着深蓝毛衣,手持红酒朝我微笑。长桌上摆着酒瓶,烤架飘来肉香。身旁一位女士穿着红色毛衣笑声清脆,另一位披着灰色毛衫,阳光落在她肩头。远处,吊床在树荫下轻晃,气氛温馨。<br>他揽着我的肩膀,低声说:[来,认识几个老伙计,这对你有好处。]", "晚宴结束后,我与柯南爵士回到屋内,继续小酌几杯。屋内的气氛温馨而放松,他开始与我分享他和我父亲年轻时一起打拼的往事。他提到他们如何在艰难的环境中相互扶持,一步步闯荡出属于自己的天地。这些故事让我感受到一种深厚的情谊,也让我对父亲的过去有了更多的了解。<br>在谈话中,柯南爵士再次表达了对我的支持。他郑重地告诉我,只要我肯上进,在这个圈子里遇到任何问题,他都会尽力帮我解决。这份承诺让我倍感温暖,也让我意识到这是一个难得的依靠。<br>随后,他从抽屉里取出了一张申请表递给我。", "对了,有个机会我觉得你会感兴趣。电视台最近在筹备一档叫[猜拳大会]的综艺,挺有意思的。他们的目标是通过比赛选出一位[运气之星],胜者不仅会被大力捧红,还有机会在大热IP[DC联盟]的电影里出演一个主要角色。你公司最近表现不错,我特意帮你争取了一个参赛名额。", "(惊喜地接过申请表)真的吗?这太棒了![DC联盟]可是个大IP,能参与其中,对公司和我个人都是巨大的机会!", "(语气转为严肃)是的,但名额只有一个。你得好好想想派谁去参赛。这不光是个人能力的问题,更重要的是,谁能抓住这个机会,为公司带来最大的价值。", "(沉思片刻,点点头)您说得对,这是个重要决定。我得慎重考虑,选出最合适的人选。谢谢您的提醒和这个机会,我会认真准备的。", "(拍拍我的肩膀,眼神里满是鼓励)噢,对了,参赛的报名费是100万,我这里有50万,你先拿着,剩下的一半就要靠你自己想办法了。加油,$firstname。我相信你能做出成绩的。", "(坚定地回应)我会的,柯南爵士。谢谢您的信任和支持,我一定不会让您失望。"]>>
<<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 $nene_daily_txt to ["因为今天要去剧组兼职,所以我特意起了个大早。本以为自己够早了,可到了剧组指定集合点,才发现有个姑娘比我更早。她面容清秀,白皙的脸庞透着几分朝气,头发扎成利落的马尾。,身着冲锋衣,衣角被风吹得微微翻动,一看就是为了应对剧组忙碌奔波的工作环境特意挑选的。一手稳稳提着剧物箱,身上背着胸包,上面挂着各类工具,看着专业又干练 。", "早上好~", "Ah~早上好~", "你来的可真够早呢~", "对呀~大约早上六点就开始搬器材了~", "辛苦了。第一次见你呢,你是新来的剧务?", "Ah~我是新来临时演员,因为暂时没有我的戏,所以我也临时兼着剧务的工作,希望可以多跟前辈们观摩学习。我叫Nene,请多指教~", "Oh~请多指教!"]>>
<<set $nene_contact2_txt to ["自从上次认识Nene后,我一眼就看出她是当演员的绝佳苗子,面容清秀、眼波流转,哪怕只是站在人群里整理道具,周身都散发着一种无需刻意雕琢的镜头张力,让人笃定这张脸天生就该被银幕捕捉。此后,她的一举一动便让我格外留意。我今天查看剧务名单,一眼就瞥见她的名字,没多想,我立刻决定去剧组帮忙,然后我们就在剧组的车上[偶遇]了。", "剧组的早餐也是你帮忙买呀?", "En,是的呢~", "都买了什么好吃的?", "巧克力和御饭团...天气冷还买了暖宝宝~", "东西真不少呀。你喜欢吃什么?", "我最喜欢吃御饭团了,特别是最近,我爱上了鲭鱼御饭团~满能补充能量的~", "是吗?"]>>
<<set $nene_contact3_txt to ["我今天去剧组走访的时候,又恰巧碰到了Nene。她坐在那里正在撕着便利贴,身上还是穿着那件标志性的冲锋衣,头发也依然干练的扎成马尾。", "Hi,Nene~在忙什么呢?", "Hi~我在写演员的名字。", "嗯,要写的。", "是的,像拖鞋或道具服呀,有很多就会分不清楚。贴上名字之后,演员们一眼就可以找到自己的了~", "嗯嗯,小活帮大忙呢。加油哦~"]>>
<<set $nene_contact4_txt to ["我今天去剧组走访的时候,碰到了Nene正在洗碗台前忙活。上衣换成了红色的格子衬衣,不过身前仍然背着她的万能工具包,头发依然扎成干练的马尾。", "Hi,Nene~你在干什么呢?", "Hi~我在做现场用的乳液", "乳液?", "是的,拍摄都是一整天,所以用这个给演员补充能量~", "原来如此~Nene可真是细心呢~"]>>
<<set $nene_contact5_txt to ["我今天去探访剧组,正巧碰到碰到Nene敲开演员休息室的门,给今天拍摄的女演员送水并讲解今天的拍摄计划。我作为一个旁观者都能感受到演员对她的那种冷漠的客气,尽管那个女演员身上的衣服上还贴着Nene亲手给她写的名字。这种冷漠是来自于一种上位者对下位者的俯视,是一种对占有她人劳动成果的理所应当,也是娱乐圈里司空见惯的[大鱼吃小鱼]法则。充斥着整个娱乐圈。这样的场景在娱乐圈的每个角落无声蔓延——当红者享受着工作人员堆砌的便利,如同习惯了戏服上的刺绣花纹,从不会在意穿针引线的人指尖是否磨出了茧子。<br>我看着Nene低头时垂落的睫毛,突然好奇她是否早已将这种俯视化作了掌心的老茧。那些被随手丢弃的便利贴、被敷衍接过的水杯、被当作空气的叮嘱,究竟在她心里沉淀成了逆来顺受的麻木,还是悄悄攒成了某一天破茧的力量?她指尖轻轻摩挲着写满备注的场记板边缘,像在触碰某种无声的答案。", "可以这样叫你吗?", "当然!", "平常也会经常拿水给女演员喝吗?", "是的,必须让她补充水份。", "我本来是想喊住她,问她是否愿意签约到我公司,做一个正式演员的。可是话到嘴边,又被我唵了下去。我们之间,还差一个契机,虽然我也不知道这个所谓的契机,到底是什么..."]>>
<<set $nene_contact6_txt to ["今天就比较尴尬了,我到剧组走访时,男优有事儿把我抓来临时顶包,结果我确硬不起来。我也不清楚这种情况对男优来说是不是常见现象,不过演对手戏的女优已经去抽烟了,留我一个人在那里独立逗弄着小弟弟。今天,终于轮到我来品尝这不失礼貌的尴尬...<br>令我更尴尬的时,Nene今天恰巧也在,她此时正跪坐在我旁边,亲眼目睹了这一切。虽然我们之间没什么,但让自己比较在意的女生目睹到自己硬不起来...好吧,兄弟...男人的尊严碎了一地>_<", "当我还在努力的让自己兴奋起来时,旁边的导演看不下去了,不过他倾泻怒火的对象不是我,而我旁边的Nene?![你就这样让女优干等吗?]!导演冲Nene吼到,[快点让他勃起!]<br>听明白导演的意思后,我跟Nene都比较惊讶。这也在剧务或者临时演员的职责范围内吗?不过,我的惊讶中,还夹杂着一份期待。果然,人在享受特权时,很难对特权产生反感!", "我也不知道Nene是经过了怎么的考虑,但她最终还是接受这样的要求,含着我的鸡巴,给我口了起来。注视着在我跨下,不停吞吐我鸡巴的Nene的清秀脸庞,一种难以言明的快感,正顺着我的鸡巴不停传递到我的大脑,让我浑身酥麻。看到,我需要重新考虑我对Nene的态度了。"]>>
<<set $nene_contact7_txt to ["今天我去剧组探班时,再次碰到了Nene,不过她跪坐在那里睡着了。我回想起初次见她时,她说过为了搬设备,她有时早上四五点就得起来,我就没去打扰她。<br>等我忙活完,目光再次弊向她时,她还在睡。拍摄现场这么吵杂的环境,她也能睡的这么熟,真是难为这个小姑娘了。不好!!因为Nene睡熟了,她手里拿着的道具要洒出来,她还没意识到!", "[不好意思,卡!~]导演的一声吼直接让Nene从睡梦中惊醒。当她看到地上洒了一滩的液体时,马上意识到,导演这声卡的罪魁祸首是自己。", "不好意思,不好意思,对不起。", "Nene连忙不停的道歉。原来安静的只有摄像机器声音的摄制组,瞬间忙碌了起来。打扫的、整理道具的、重新布景打灯的,各司其职,其间自然还夹杂着几声埋怨,将不知所措的Nene给挤到了旁边。"]>>
<<set $nene_crewsex_txt to ["看着被冷落在旁边,有些落寞与懊悔的Nene,我决定帮她缓解一下尴尬,顺便逗逗她。", "是不是还要等会才能拍摄?", "(带着尴尬的回应)Yes...", "趁还有时间,帮我个小忙呗?", "你上次帮我口的非常舒服,今天我看到你,立马又硬了起来,再帮我口一次好吗?", "可是现在正在拍摄呢...","没事儿,没事儿,一小下就好,我已经受不了了。", "会被发现的~", "没事儿,只要不出声就好~", "说着,我扯下浴巾,露出我已经硬起来的鸡巴,用带着恳求的目光看向Nene。", "当Nene真的用嘴含住我的鸡巴时,我还是有点不敢相信...这样一个过火的玩笑...她竟然真的...<br>我低头看着正在埋头吞吐我鸡巴的Nene,突然心头一阵触动,这是一个完全不懂拒绝我的女孩呀!", "已经没有可犹豫的了,那就要了她,然后好好呵护她!心里做了决定之后,我抱起Nene,开始对她的胸部展开进攻。", "Wa~好可爱,超漂亮的~", "看着Nene因不敢发出声音而咬着自己手指,发出压抑的低吟的样子,我的内心升出一种邪恶的,别样的满足感。我俯过身,一把拉下了Nene的内裤。这突如其来的变故,让Nene发出了一声[Yaaa!!~]的惊呼~我赶忙给她打了一个禁声的手式,刚出口的惊呼,硬生生被Nene压了回去,变成了喉咙里的一声呻吟~", "Nene的小穴早已经湿透,我的手指就着她的淫水,毫无阻拦的滑进了她的花溪。看来这种随时可能被人发现的偷情感,被刺激与享受的并不只我一个人~", "前戏已经做足,我的大鸡巴早已饥渴难耐。我从后面抱起Nene的大屁股,鸡巴对准玉门,一挺腰,直接全根没入。这突如其来的刺激,直接让Nene发出一声娇吟的低呼~", "我扶着Nene的腰,在后面一下一下的顶着Nene的小穴。Nene为了不被人发现,只能咬着自己的手指。但是性爱反带来的欢愉,还是一次一次的冲击着她的喉咙,不时漏出一两声畅快的低吟~", "Nene现在的表情一定很美。于是我抬起Nene的一条腿,让她侧对着我。我一边用鸡巴顶着她的小穴,一边欣赏着Nene压抑又享受的样子。鸡巴每一次的撞击,都在清晰的告诉我,我正在欺负这个可爱的女孩儿,却也给她带来了难以言喻的快乐~", "Nene已经腿软了,扒在地上任由我在后面不停着冲击她的小穴。不一会儿,我感觉到Nene的小穴开始疯狂收缩,她整个人都开始颤栗起来。这别样的刺激,让她高潮了!", "现在轮到她来好好服务我了。Nene骑在我身上,疯狂扭动着腰枝,开启了榨精模式。我也配合着她,坐起身,抱着Nene的腰身,任由她套弄我鸡巴的同时,埋头吮吸起她的乳头。不一会儿,我又感觉到怀里的娇躯一阵颤抖,Nene这是又泻了身子了。", "Nene支起身子,从后面坐了上来,我扶着她的腰枝,在下面一下又一下的顶着她的花芯,耳边回荡的,全是[噗嗤~噗嗤~]的淫水交织声。", "Nene连着高潮,整个人已经瘫软,我们改为最传统的传教士。我在上面进行着最后的冲刺,同时将手覆在了她的小穴上,用大拇指逗弄着她的阴蒂。这样的双重刺激再次让Nene娇喘连连~", "Nene在我身下再次一阵颤栗,她的小穴开始疯狂收缩,子宫口就像婴儿的小嘴一样,一下一下吸吮着我的龟头。这样的刺激让我再也守不住精关,拨出鸡巴,将浓浓的精液全都射进了Nene的嘴里。", "事后,我扒着Nene的耳边轻声告诉她,[下班了等我哦~],看着Nene如泣如诉的表情,仿佛是在说,还不肯放过我吗?我笑了笑,没做过多的解释,暂且先让这个美丽的误会继续下去吧。", "下班后,我与Nene在楼道口见了面,我递上了我的名片并表达了我想签约她的意愿。", "(惊讶)我一直以为,你跟我一样,都是临时演员呢!", "(摊手)你不问,我也总不好自卖自夸嘛~", "总之情况你现在也明白了。我的公司虽然不大,但资源比较集中,我们可以先从一些适合你的小角色开始。怎么样?过来跟我干吧。", "好的,好的,我会更加努力的~", "做为一个新人,再加上我们的关系,Nene会怎么选自然毫无疑问。看着Nene明媚的笑容,我的心也跟着光明起来。这群瞎子,根本不知道自己究竟错过了一个怎样的好苗子!"]>>
<<set $karen_daily_txt to ["今天去剧组探班时,突然被转角处一抹亮色吸引。那是一位身着清凉赛车服的姑娘,正倚着道具摩托车摆造型。她乌黑长发被风吹起,大大的眼睛流转着冷冽的光,高挺的鼻梁与花瓣般的唇,在闪光灯下美得惊心动魄。<br>我知道这个姑娘,她叫Karen,入圈有一段时间了,凭借出众的容貌积攒了些名气,却因私下清冷寡言、不喜社交,始终不温不火。以前只闻其名,今日亲眼得见,才发现传言竟还低估了她的美艳,这般浑然天成的美貌,难怪镜头都忍不住为她聚焦。", "我在外围寻了张折叠椅坐下,指尖擦燃火机,烟草燃烧的气息混着片场燥热的风漫开。目光不自觉追着Karen流转,她裹着赛车服的身影在闪光灯下明艳夺目。忽然,我的眼角余光扫过角落,瞥见两个人。那个梳着大背头的男人我还认得,他在圈内也算有些能量。身旁弓着背的男人满脸堆笑,殷勤伺候的男人,看那讨好的架势,显然就是 Karen 的经纪人。<br>烟圈在指间袅袅升腾,我瞬间了然,这大背头八成就是Karen这次通告的出资人。让我比较在意的,Karen的经纪人一边对着Karen指指点点,一边凑近大背头低语,后者眯起眼睛,眼神闪烁。在圈子里混了这么久,这样的眼神我实在太懂了。这种夹杂着欲望与算计的复杂眼神在娱乐圈这个名利场中极具暗示性,它不仅透露出对Karen美貌的垂涎,更暗含着权力与资源的博弈。我敏锐察觉到,这目光背后或许藏着不平等的交易。<br>我回过头又盯着Karen看了会,完全没了欣赏美好事务的心情。愁人,这姑娘怕是还什么都不知道吧。我双手搓了搓脸,潜规则在这个圈里,从来都不是什么新鲜事儿。理智告诉我,这件事儿我不应该插手,没道理给自己多树一个敌人。"]>>
<<set $karen_contact2_txt to ["今天去电视台赶通告时,意外的又碰到了Karen。不过现在可不是一个打招呼的好时机,有个男人正红着脸递出礼盒,包装纸在他颤抖的指尖窸窣作响,连鞠躬的弧度都带着小心翼翼的讨好。我下意识挑眉,看来再凛冽的冰山,也总是不缺追求者。原本只是擦肩而过的匆匆一弊,不过在看到那位男士的脸后,我突然楞了一下?!这是要开始了吗...", "两周后<br>我参加圈内聚会,而Karen恰巧也在...好吧,这当然不是什么巧合。整个聚会过程中,Karen一直都不在状态,她垂眸搅动着杯中的苏打水,冰块碰撞声清脆却寡淡,在满场的哄笑与碰杯声里显得格格不入。平日里拒人千里的清冷此刻更添三分郁结,眉头轻蹙,像是笼着层散不开的愁云,连发梢垂落的弧度都浸着倦怠。", "Karen,一会儿散场了,我们能单独喝一杯吗?", "对于我的邀请,Karen明显是感到惊讶的。不过令我意外的是,她最后竟然没有拒绝我。", "我们随意的找了个酒吧就继续喝上了。我尝试着找一些话题,但Karen只是漫不经心的点头,一直自顾自的喝酒,除了应有的客套外,几乎不给我回应。呵,小姑娘这是把我也当成那群成天围着她的苍蝇呢,还是把我当成了一个酒友?我也不再兜圈子,决定直接给她来一剂猛的。于是我掏出来一张照片,放在她面前。", "看到照片后,Karen非常惊讶,用一种惊疑不定的眼神瞅向我,目光里满是警惕。", "你跟踪我??!", "(举起双手)别误会,我只是想帮你。给你看这张照片的意思只是想告诉你,我了解的可能比你想象中的多。现在,你能告诉我,到底发生什么事情了吗?", "可能是被我的话打动,也可能是Karen也压抑的难受,急需一个出口。于是,她向我讲述了她最近的遭遇。<br><br>事件的开始,来自于一次Karen的假期。难得的一天休息,那天Karen正在自己喜欢的餐厅一边看小说,一边等着上餐时,突然又碰到了自己的粉丝,虽然她戴着口罩,但还是被认了出来。", "(撇了我一眼)啊,就是那天你路过时,碰到的那位,也就是照片里这个人。他是Sam先生。他是我的铁粉,追了我很长时间,也经常给我带一些小礼物。", "(点点头,示意她继续)", "当时他强烈的请求想要跟我一起吃顿饭,看着他迫切的近乎疯狂的眼神,我只能强忍着尴尬,没有拒绝。", "谁知道第二天,我的经纪人山本先生,就找到了我。他甩给我一个厚厚的信封,我拆开一看,里面全是我跟Sum先生一起吃饭的照片。", "(情绪激动)他指责我竟然这么不小心,被狗仔偷拍到了这样的场景。虽然我极力解释,完全是个误会,但他还是说我的事业要完蛋了,说不定下个星期,各种小报、社交平台上就全都是[冰山女神只是人设,私下幽会神秘男子]的花边新闻...", "山本先生跟我说,他认识一位很有能量的制作人,唯一的办法就是请他出面,帮忙压住这次的新闻,但山本也表示,那位制作人对我很感兴趣...我知道这意味着什么...", "讲述完这一切之后,Karen就不在言语,又继续自顾自的喝起了酒来。", "那你打算怎么办?去赴那位制作的人约?", "(一口喝光杯中酒)完蛋就完蛋吧。虽然我的梦想是当一名演员,但是山本先生说我完全就不是那块料,根本就没有片约找上门。反正在他们眼里我只是个花瓶,只要负责露肉就可以了...", "我打算隐退了,回乡下开个小店,结束我的明星梦...", "听完Karen的回答后,我不禁又细细的打量起这个女孩儿。她的回答出乎我的预料,我以为她的买醉只是将死之人的最后挣扎,借此来纪念自己最后的纯真,然后嘛...当然是选择向生活低头。不过这反而坚定了我的决心,于是,我从怀里掏出另外一张照片给她。<br><br>可能是这张照片对于Karen的冲击过大,在看到照片后,Karen整个人彻底呆住了!", "这张照片,正是我这段时间辛苦工作的劳动成果。只见照片上的男人,赫然是Karen的经纪人山本。其实根本没有什么狗仔,Karen与Sum吃饭的照片,正是他偷拍的。只是他怎么也想不到,偷拍者,现在变成了被偷拍对象,你有没有觉得,他脸上的笑容现在看来,反而特别应景?<br><br>Karen整个人还处在一个懵逼的状态,抬头看了我一眼,眨了眨眼睛,目光又艰难的移回照片中。", "(指着Sum的照片)那个制片人叫熊本一郎,外号[大熊],是这个Sum公司的出资人之一。山本就不需要我多介绍了吧...", "(口中呢喃)他怎么敢?他怎么敢??!", "karen整个人坐在那里,全身因为气愤而颤抖起来,嘴里不停的呢喃着什么...<br><br>过了一段,Karen像是突然间惊醒了一般,眼神定定的望向我。", "你为什么要告诉我这些?如果我为了自保而把你给供出来,你可就平白的树了一个大敌!", "单纯的因为你漂亮,不行吗?", "说着,我拍了拍Karen的肩膀,起身离开,留给她一个我自认为很潇洒的背景。", "对了,这顿酒你请~", "我头也不回的说了的这句话,单手举过头顶,挥了挥手,潇洒的走掉。怎么样?这个结束画面是不是很帅?但是我怎么听到了背后传来Karen[噗嗤~]的一声笑..."]>>
<<set $karen_contact3_txt to ["当我再次见到Karen,已经是三个月后了。当我来到公园时,远远的看见Karen蹲在水池边。我刚准备上前跟她打招呼,恰巧她此时回头也发现了我,Karen脸上立马浮现出甜甜的笑容。我们简单的打了招呼,Karen给我的状态跟之前完全不同了,头发剪成了甜美干净的短发,脸上的表情也不再冷冰冰,整个人完全松弛了下来。", "接到你的电话我是真吓了一跳,我完全没想到我们还会有再见面的一天咧。", "你帮了那么大忙,我总归还是要感谢一下的嘛。", "(耸肩)Uh-huh.你看起来状态不错?", "嗯!我与原来的经济公司解约了,所以现在是无事一身轻~", "那看来我应该祝贺你成功逃离魔掌!", "(捂嘴笑)是吧,是吧?本来是应该请你吃大餐,好好感谢一下你的,不过我现在没了收入来源,所以只好约你来逛公园咯~", "那你以后打算...", "哎呀,不要聊工作了。你看这大好春日,我老早就想出来逛逛了,以前因为山本总是跟我说要躲这个,避那个...我现在终于可以好好享受大自然啦~", "说完,Karen就一路小跑的冲了出去,然后又突然回头望向我,脸上挂满了明媚的笑容。阳光从她背后照过来,被她撞的粉碎,扑满了我的眼眸。", "我们就这样走着、聊着、说着、笑着,像是多年未见的老友。其实我之前还是有些担心Karen的。虽然Karen对过去这三个月发生的事情只字未提,但我还是听到过一些只言片语。所有的拍摄任务终止、代言下架、通告被取消,以及经纪约纠纷,日子绝对不会好过...现在再看我身边的这个女孩,脸上的笑容就没停过,整个人好像完全解脱出来一样,哪还跟冰山、高冷这种词汇粘一点边?正在我糊思乱想时,Karen突然回过头来?", "嗯?你怎么笑眯眯的?", "开心嘛~我也好久没有出来透透气了,更何况还有美女相伴~", "(双手贴脸)是吧,你看,我也是笑眯眯的了~"]>>
<<set $karen_contact4_txt to ["自从上次见到Karen后,我的心底竟然经常会浮现出她的笑脸。于是我鬼使神差的拨通了Karen的电话。Karen接受了我的邀约,从电话里我甚至还听出了她声音里的那丝愉悦。于是,我们相约泛舟湖上。", "啊~湖上好凉快,好舒服,赞美大自然~你看,还有蜻蜓~", "今天的Karen还是一样的呢子大衣,一样的短发,脸上也带着同样的明媚笑容。她这种活泼松弛的状态,也感染到了我,让我整个人也跟着放松了下来。就像是从溺水中被人拉起来一样,让我也得以在这饥疲力竭的生活中,缓上一口大气。这大概就是我如此迷恋Karen的原因?", "(突然问到)你还没告诉我,你为什么要帮我呢?", "为了正义?我既然知道了这件事,总不能眼睁睁的看着你掉进去吧?", "其实Karen的疑问也是我的一直想不明白的。因为事情并不像我回答的,只是把一个消息转告给Karen这么简单。从我发觉事情的苗头,到调查他们几个人的关系网,再到跟拍获得关键证据,只有我自己最清楚,这中间我到底付出了多少。我真的仅仅是为正义而拨刀相助吗?", "(狡黠的笑容,突然凑近)你喜欢我吗?", "正当我胡思乱想时,Karen突然靠了过来,问出这样的问题,把我直接给整楞住了...其实答案已经很明显了,我是在怕什么吗?", "(坚定)我想,是的!", "(笑)我也非常喜欢你!", "得到Karen这样肯定的回应,我的心瞬间安定了下来,紧跟着就是被巨大的喜悦填满心头。有什么比你喜欢的姑娘恰巧也喜欢你,更让一个男人得意的呢!~"]>>
<<set $karen_contact5_txt to ["Karen一直嚷嚷着要请我吃饭,报答我的救命之恩,只不过我没想到的是,她所谓的吃饭,竟然是买菜自己做?!要知道现在这年头,会做饭的美女可比大熊猫还稀有,明明可以靠脸吃饭,却偏要靠才华,这让那些只会点外卖的人怎么活?", "从超市出来,Karen手里提着满满的购物袋,停在街角,微微皱起眉头,目光专注地检查着购物袋里采买的食材。她一边掰着手指头,嘴里一边小声念叨着:“牛肉、大葱、蔬菜沙拉……然后就是面包!”每念一个品名,她的手指头就合上一根,眉头也跟着一起舒展一分。阳光洒在她微卷的发丝上,映出淡淡的金色光晕,让她整个人看起来既认真又可爱。她时而咬唇沉思,时而轻轻点头,那副呆萌的小模样,像极了一只正在盘点宝藏的小松鼠。<br><br>我站在一旁,静静地看着她这副专注的样子,嘴角不自觉地上扬,笑容早已爬满了我的脸颊。我的目光柔和而温暖,仿佛能穿透这午后的阳光,落在她身上。她的每一个动作,每一个表情,都让我感到一种说不出的温馨。心底涌起一股幸福感,像微风拂过湖面,泛起细细的涟漪,我的眼神不由得更柔软了几分。", "Karen似乎察觉到了什么,突然回过神来,眼神与我的目光在空中交汇。她捕捉到了我脸上那抹藏不住的笑意,脸颊瞬间染上一层淡淡的红晕。她微微一愣,随即眼神中闪过一丝羞涩,但很快又被一种小小的得意所取代。她轻咬下唇,装作不经意地撇开视线,嘴角却悄悄上扬,露出一个带着几分傲娇的微笑。“笑什么呢?”她轻声嘟囔,声音里带着一丝娇嗔,却也不自觉地透露出被关注时的喜悦。", "(娇嗔)笑什么啊?~", "(笑嘻嘻)欢迎光临~原来的房子已经被我卖掉了,原因嘛...你懂的,这里比较简陋,不要嫌弃哦~", "完全不会,这里虽然小,但是很温馨~", "是吧,我可是花心思布置了一个多月呢~不用担心我哦,虽然住的地方变小了,但是我自由了呀,这笔买卖不亏的~", "走走逛逛了一下午,我们都累了。两个人这会儿都还不饿,所以到家后,我们就依偎在沙发上聊起了天。", "Karen,你之前提过想做演员,所以来我这吧?", "$firstname,很高兴你能这么说,我也想跟你一起为了我们的将来打拼,不过我的情况你也了解,我现在去你那,他们一定会把针对我的矛头全部都转向你的。", "我可以...", "(打断,温柔的诉说)我是你的了,一直都会是你的。我能照顾好自己,如果真有需要,我一定会跟你说的。我们先缓一段时间,好吗?", "Karen握住我的手,望向我的目光温柔但坚定,我也没再坚持。这是一个外表柔弱,内心确很坚定的女孩儿。", "给,请慢用~", "唔~好吃!", "(笑)Karen的独家秘技哦~那我也开动啦~", "我们腻歪了一会之后,开始收拾收拾做饭吃,Karen主厨,我打下手,然后两个人依偎在小小的饭桌前边吃边聊边笑。日子越过越好之后,反而好久没体会过这种感觉了 -- 家一样的温馨。"]>>
<<set $karen_contact6_txt to ["今天我休假,在Karen家吃过饭后,我们一边喝酒,一边玩着一种叫[Old Maid]的纸牌游戏。Karen穿着红白相间的家居服,因为喝了啤酒的原因,整个小脸红扑扑的,显得格外可爱。<br><br>玩游戏嘛,当然要有点彩头了。我们的规则时,赢的人可以向输的人提一个要求,输的人必须照做。现在到了关键时刻,我手里只剩下两张牌,轮到Karen抽牌了,如果她抽中了我的牌,不知道她会提什么要求呢?", "这张?还是这张呢?", "Karen的手指在我手里的两张牌间来回移动,一边念叨着,一边试探我的反应。她那古灵精怪又纠结的模样,仿佛特别渴望赢得这场游戏,这让我对她一会儿会提出什么要求更加好奇了。那我就故意放点水呗~", "(笑)Yeah~太好了,我赢了^_^", "那么,惩罚游戏是...说你喜欢我~", "Karen眼神闪烁一下之后,坚定的看着我。而我在听到惩罚游戏的内容竟然是说喜欢她时,我整个人楞了一下。我一直觉得Karen很特别,原来做模特的她,为了赶走总是围着她转的苍蝇,总是摆出一副拒人千里之外的高冷模样。这种高冷,让我完全忽略了,原来这个女孩在爱情里,还有如此小女生的一面。现在,她卸下了防备,将真实的自己完全展露在我面前,我的回应,自然不只是一句喜欢你,还附加上了一个大大的拥抱,以及...一个长长吻~", "快乐的时光总是短暂的。夜已经深了,Karen躺下后,我跟她道了晚安,正准备离开时,Karen突然拉住了我的手。", "今天晚上留下来陪我,好吗?", "不行吗?$firstname,把我签下来吧", "我不是这个意思...", "我知道...$firstname,我爱上你了,想天天看到你,一刻也不想跟你分开。", "正当我楞神的时候,Karen突然跟我说了这样的内容。看着她脸上略带着一丝不安与不舍的神情,这个女孩的深情突然让我有一丝心疼。在这个繁华但陌生的大都市里,现在,我已经是她的唯一。"]>>
<<set $karen_homesex_txt to ["昨晚Karen跟我两个人喝的都有点多,一夜无话,相拥而眠。<br><br>清晨,我还在半梦半醒间,朦胧中感到下身传来一阵温热柔软的包裹感,耳畔隐约也有细微的悉索声。我迷迷糊糊睁开眼,发现被子里鼓起一团,正轻缓地上下起伏。鸡巴上传来的温润触感愈发清晰,酥麻的快意如潮水般涌遍全身。我轻轻掀开被子,果不其然,是Karen正低头含着我的鸡巴,专注地吞吐,唇舌间柔滑的节奏让我心神荡漾。", "起来啦,早安!", "我与Karen互到了早安,我用眼神示意Karen这是什么情况?", "(撒娇)昨晚我就一直被这东西顶着,早上起来发现它变的更粗了,肯定是想我舔了...不喜欢吗?", "没有,很舒服~", "得到我的肯定回应,Karen嫣然一笑,眼中闪过一丝狡黠,她再次低头,含着我的肉棒,更加卖力地套弄起来,唇舌间的节奏轻重交错,撩拨得我心跳加速。我随手调整了枕头,单手垫在脑后,微微抬高视线,将Karen吞吐时的娇媚神情尽收眼底。她那专注又略带淫靡的表情,宛如一幅动人的画卷,刺激着我的感官,让我的肉棒不由得更加坚硬了几分。", "(偷笑)做这么色情的事情都不起来?真是个懒鬼。", "含弄了一会儿我的肉棒,Karen抬起头,媚眼如丝,唇角勾起一抹挑逗的笑,似在无声地撩拨我的欲望。她开始自下而上,舌尖如蛇般灵动,先是在我的腹部慢舔轻吻,每一下都像点燃一簇火苗,灼热地撩过我的肌肤;接着,她移到我的胸前,湿润的舌尖在我的乳头上肆意打转,挑逗的力道时轻时重,激起一阵阵酥麻的电流;随后,她顺着我的脖颈一路吻上,下巴处的轻啮带着丝丝刺痛,温热的吐息喷洒在皮肤上,勾得我血脉贲张。最后,她的目光如猎人般锁住我,红唇轻启,精准捕获我的舌头,缠绵地吮吸,舌尖交缠间带着侵略的温柔,仿佛要将我整个人吞噬在这浓烈的欲潮中。", "Karen褪去外衣,薄薄的布料滑落,露出她白皙的肩头和玲珑的曲线,空气中仿佛都弥漫着她的香气。她侧身滑下,柔软的腰肢贴着我的大腿,肌肤相触的温热让我心跳漏了一拍。她低下头,红唇再次含住我的肉棒,舌尖灵巧地绕着顶端打转,时而轻咬,时而深吮,湿热的包裹感夹杂着她喉间低低的咕哝,撩得我下身一阵紧绷。与此同时,她故意似的,缓缓张开双腿,修长的腿根敞开,将那被内裤紧裹的小穴毫不遮掩地对向我,薄纱下隐约可见的湿痕透着诱人的光泽,挑逗的意图如电流般直击我的神经。<br><br>我的目光被她大胆的姿态牢牢锁住,心领神会地伸出手,指尖轻触她内裤的边缘,感受到布料下传来的温热与微微的颤动。我或轻或重地按压,指腹隔着薄纱在她敏感的凸起上画圈,偶尔故意滑向她大腿内侧的软肉,引得她身子一颤,低低的喘息从她唇间溢出,带着几分急切。我加大了力道,指尖在她湿透的内裤上摩挲,感受那湿润的热度逐渐渗出,黏腻地沾在指尖,每一下撩拨都让她的喘息更加破碎,惹的她时而紧含我的肉棒疯狂套弄几下,时而只顾攥紧床单,抑首娇喘~", "Karen的情欲被彻底点燃,眼中燃着毫不掩饰的渴求,隔着内裤的挑弄已如隔靴搔痒,远远无法满足她高涨的欲望。带着几分不耐,Karen一把扯下自己的内裤,薄纱滑落,露出她湿润的私处,在晨光下泛着诱人的水光。她翻身坐上我的腰间,却又故意放慢节奏,湿润的小穴轻蹭着我的胸口,留下一道黏热的痕迹,像是试探我还能忍耐多久。紧接着,她双腿大胆地张开,将那水莹莹的小穴完全暴露在我眼前,晶莹的爱液沿着她腿根缓缓淌下,在晨光下闪着禁忌的光泽,宛如一朵盛开的花,散发着无人能拒的诱惑。她微微前倾,胸脯起伏,目光锁住我,带着一丝挑衅与期待,等待着我更深入的撩拨。", "我的目光被她赤裸的姿态死死锁住,手指悬在她小穴上方,指尖轻触她湿润的唇瓣,感受那柔软与热度的碰撞,引得她身子一颤,低低的呻吟从喉间溢出,带着她独有的[嗯哼],那声音像暗号般直钻我心底。我故意放慢节奏,指腹在她敏感的阴蒂上画圈,目光却紧盯着她破碎的表情,暗自享受她在我指尖下逐渐失控的模样。", "Ennn~继续亲爱的,我要高潮了~", "屁股也想被摸~", "Karen的情欲如烈焰般席卷全身,她低声呢喃,灵活地翻过身,爬上我的身体,以69的姿势趴下,雪白的臀部高高撅起,紧实又饱满的曲线在晨光下泛着柔光。她将那湿漉漉的小穴连同圆润的臀瓣一同送到我面前,晶莹的爱液沿着腿根缓缓淌下,空气中弥漫着她浓郁的甜腻气息,像毒药般钻进我的感官。她故意扭动臀部,幅度轻微却撩人,回头偷瞄我一眼,咬着下唇,眼中挑衅与渴望交织。我手掌覆上她柔软的臀肉,指尖陷入那弹性十足的触感,狠狠揉捏了几下,引得她低吟一声,臀部下意识地迎合着我的动作。我另一只手探向她湿透的小穴,指腹在她滑腻的唇瓣间游走,时而轻刮,时而重按,感受她每一下颤抖与收缩。她喘息渐急,夹杂着破碎的呻吟,那熟悉的[嗯哼]从喉间溢出,像暗号般撩拨着我的神经,勾得我心火愈烧愈烈。", "不要只是这样了,快点呀,我想你从后面插我~", "Karen的情欲如烈焰般吞噬了理智,她扭头看向我,眼中燃着炽热的渴求,夹杂着一丝娇嗔的哀怨,那语气半是命令半是撒娇,像一记软鞭抽在我心头,撩得我血脉贲张。她高高撅起臀部,湿漉漉的小穴在晨光下闪着晶莹的光泽。我扶住她圆润的臀瓣,稳住她的身体,肉棒对准她湿滑的入口,顶端轻蹭了几下,感受那温热的甬道在诱惑我深入。她哼了一声,带着几分嗔怪,像是求我别再折磨。深吸一口气,我腰部猛地一挺,一杆到底,深深埋入她紧致的深渊。Karen猛地弓起背,发出一声如夜莺般的低吟。", "Karen的呻吟回荡在空气中,婉转而勾魂,像夜雨敲窗般撩拨着我的心弦。小穴炽热的内壁一寸寸裹紧我,每一分深入都像点燃一串烟花,炸得我全身血液沸涌。我在后面不停的加速,狠狠顶撞,每一下都直击她最深处,臀肉在撞击下荡起层层波纹,啪啪的节奏混着她愈发急促的喘吟,像狂风席卷海面。她双臂撑住床面,指甲几乎要抠进床单,身体随着我的冲刺前后摇晃,湿热的甬道剧烈收缩,像要将我整个人吞噬。", "Karen灵活地翻身,推我躺平,自己跨坐上来,双腿大开,滑腻的小穴悬在我硬得发烫的肉棒上方,然后缓缓下沉。她的小穴一寸寸吞没我,炽热的内壁紧裹着我,湿滑却又带着贪婪的吸吮,每一分深入都像在我的神经上点燃一簇电花。Karen仰头低吟,喉间溢出一声绵长的叹息,带着她独有的颤音,像风铃在夏夜轻响,撩得我全身血液都涌向下身。<br><br>她开始摆动腰肢,节奏由慢到快,像骑手驾驭烈马,臀部上下起伏,带起一阵阵肉体碰撞的轻响。她的小穴一次次套弄我,湿热的甬道剧烈收缩,像要将我榨干。我低吼着回应,目光紧盯着她汗湿的胸脯和迷离的表情,感受她每一次下沉带来的冲击。她加速骑乘,喘吟渐高,像暴雨前的雷鸣,指尖掐进我的胸膛,留下浅浅的红痕,彻底将我推向欲望的深渊。","我...没力气了...", "Karen的声音像融化的糖浆,甜美却透着几分依赖,勾得我心头一软。她滑下我的身体,瘫软地躺倒在床,修长的双腿微微敞开,滑腻的小穴在晨光中泛着湿润的光晕,蜜汁沿着腿根淌成细流,散发着一股温热的花果香,像熟透的桃子在邀我品尝。<br><br>我俯身压下,撑在她上方,目光扫过她泛红的脸颊和半开的红唇,胸膛里像被点燃了一盏暗火。她抬起手臂,软绵绵地勾住我的脖颈,指尖轻挠着我的后颈,带来一阵酥痒的热流。我扶起肉棒,对准她柔软的入口,顶端刚触到那湿热的唇瓣,她便发出一声轻哼,甬道微微抽动,像在无声地催促。我腰身一沉,缓缓刺入,感受她炽热的内壁紧紧包裹,每一分深入都像在她的身体里点燃一串星火,烧得我全身血液沸腾。<br><br>Karen仰起下巴,喉间泄出一声绵长的叹息,带着她独有的低吟,像溪水滑过卵石,柔和却撩人至极。她的双腿本能地缠上我的腰,脚跟轻抵我的臀部,像在鼓励我更深地占有。我开始挺动,节奏由缓到急,每一下都直达她最深处,肉体的碰撞声混着她愈发急促的喘吟,像夏夜的虫鸣此起彼伏。她指甲掐进我的肩头,留下浅浅的月牙痕,眼神迷离却仍带着一丝倔强的挑逗,我加重力道,狠狠顶撞,感受她身体的每一次颤抖,沉沦在这亲密的缠绵里。", "Karen的喘吟愈发急切,像暮色中蜂群的低鸣,撩得我心跳如擂鼓。她的双腿紧紧缠着我的腰,脚跟催促般抵住我的臀部,湿滑的小穴在我的每一次顶撞下剧烈收缩,内壁如丝绸般柔滑却又紧致地缠绕,像是邀我沉溺在无尽的热浪中。她的指甲在我肩头划出细密的红痕,眼神迷乱,汗水从她额角滑落,沿着泛红的脸颊淌下,散发着一股温热的体香,如同雨后花瓣的清甜,勾得我全身血液都涌向一处。<br><br>我低吼着加速,腰部猛烈挺动,每一下都直捣她最深处,肉体的撞击声混着她断续的娇哼,像暴风雨敲打窗棂,急促而狂乱。她的甬道越发紧缩,热浪般裹挟着我,推着我直逼极限。", "我要来了...", "我再也按捺不住,抽出肉棒,Karen嘴巴张开,红唇迅速含住我的肉棒,舌尖在顶端灵巧地缠绕。我再也抵挡不住,身体猛地一颤,快感如洪水决堤,浓烈的精液喷涌而出,尽数射进她温软的口腔。<br><br>事后,我们又相拥缠绵了一会,然后收拾收拾一起回公司为Karen办理签约事项,Karen正式成为公司的新进艺人。"]>>
<<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 你真是个淘气鬼~"]>>
<<set $live_txt to ["初级培训", "中级培训", "高级培训", "自由活动", "打工"]>>
<<set $live_msg_txt to ["折腾了一天,_actor.name消耗了_task.energy能量,终于完成了[_taskName]的工作。获得报酬_wage,人气增加_popu。", "交了_task.money学费后,_actor.name努力训练,消耗_task.energy能量,完成[$live_txt[_index]]课程,技能提升_skill。", "_actor.name今天休息,能量恢复了_task.energy。", "折腾了一天,_actor.name消耗了_task.energy能量,终于完成了[_taskName]的工作。_actor.name今天状态大好,在工作中表现优异,得到了甲方爸爸的好评,获得报酬_wage,人气增加_popu。", "交了_task.money学费后,_actor.name努力训练,消耗_task.energy能量,完成[$live_txt[_index]]课程。在训练过程中_actor.name福至心灵,获得培训老师的点名表扬,技能提升_skill。", "_actor.name 能量不足,当前的能量为_actor.energy,无法完成今天的活动,需要尽快安排她休息。"]>>
<<set $live_description_txt to ["基础技能提升5,受演员成长影响", "技能提升10,受演员成长影响", "技能提升15,受演员成长影响", "休假万岁", "基础报酬20000,少量提升人气"]>>
<<set $task_name_txt to ["初级培训", "中级培训", "高级培训", "自由活动", "角色试镜", "参加首映礼", "慈善晚宴演讲", "红毯造型设计", "粉丝见面会", "社交媒体互动", "拍美食广告", "拍品牌宣传片", "挑战动作戏", "配音动画角色", "方言台词训练", "拍杂志封面", "代言奢侈品", "客串综艺节目", "电影节走红毯", "拍运动广告", "发布个人传记", "拍时尚杂志封面", "拍品牌广告", "练习骑马技能", "雨中激情戏", "录制公益广告", "国际电影节发言", "拍洗发水广告", "与粉丝合影", "筹备演唱会", "拍汽车广告", "参加脱口秀", "拍摄MV", "客串综艺节目"]>>
<<set $char_name_txt to ["索菲亚・霍普金斯", "伊莎贝拉・摩尔", "夏洛特・卡特", "艾娃・汤普森", "奥利维亚・威尔逊", "艾米丽・泰勒", "米娅・戴维斯", "哈珀・安德森", "埃拉・克拉克", "格蕾丝・怀特", "维多利亚・格林", "露娜・罗宾逊", "佐伊・李", "薇薇安・佩雷斯", "克莱尔・特纳", "莉娅・金", "佩内洛普・帕克", "斯嘉丽・杨", "塞莱斯特・摩根", "奥罗拉・贝利", "艾丽西亚・陈", "诺拉・亚当斯", "艾琳・马丁", "瓦伦蒂娜・斯科特", "莱拉・摩尔", "伊芙琳・李", "玛雅・汤普森", "布里安娜・威尔逊", "吉赛尔・戴维斯", "约瑟芬・安德森", "西耶娜・克拉克", "黛西・怀特", "艾迪森・格林", "卡特里娜・罗宾逊", "斯特拉・佩雷斯", "卡米拉・特纳", "朱利安・金", "朱丽叶・帕克", "埃洛伊丝・杨", "费利西蒂・摩根", "伊莎朵拉・贝利", "玛蒂尔达・陈", "奥菲莉亚・亚当斯", "科拉・马丁", "莉莲・斯科特", "罗莎琳德・摩尔", "西尔维娅・威尔逊", "约瑟芬・戴维斯", "克劳迪娅・安德森", "弗洛伦斯・克拉克"]>>
<<set $movie_name_txt to ["烬", "熵", "影", "焰", "核", "暮色", "苍穹", "时空", "血月", "机械", "雾都", "幻兽", "量子", "烬土", "霓虹", "星轨", "裂痕", "茧房", "契约", "诗篇", "迷航", "启示", "情书", "挽歌", "悖论", "永夜列车", "琥珀密钥", "深渊剧场", "零界禁区", "全息童话", "锈色黎明", "暗网玫瑰", "奇点挽歌", "银翼残响", "虚空茧房", "赤潮叙事", "棱镜迷局", "赛博寓言", "黑匣回响", "星屑镇魂歌", "废土民谣", "异星法庭", "代码狂想曲", "逆熵挽歌", "光痕竞速", "数据诗篇", "暗域回声", "虚数狂想", "残阳法则", "硅基挽歌"]>>
<<set $company_name_txt to ["星穹影业 Ltd.", "幻光影视 Ltd.", "深空娱乐 Ltd.", "奇点映画 Ltd.", "暗域影视 Ltd.", "量子影业 Ltd.", "霓虹映画 Ltd.", "零界娱乐 Ltd.", "赤潮影视 Ltd.", "棱镜影业 Ltd."]>>
<<set $build_txt to ["建筑物", "当前数量", "条件", "初级训练室", "为技能0-100的演员提供训练,提升演员技能", "中级训练室", "为技能101-300的演员提供训练,提升演员技能", "高级训练室", "为技能300以上的演员提供训练,提升演员技能", "会议室", "为所有演员制定周活动计划"]>>
<<set $commodity_txt to ["特别的怀表", "劳力士 ", "珠宝", "奢品包包", "拿铁", "黑咖啡", "卡布奇諾", "海鲜大餐", "惠灵顿牛排", "全聚德烤鸭", "Saika的房间", "普通服务($3000)", "私密服务($10000)", "泡泡浴($5000)"]>>
<<else>>
<<include 'Dialogue Text En'>>
<</if>>
<</nobr>><<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls 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 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>>
<</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 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>>
<<set $time +=2>>
<<set $prestige += 3>>
<</nobr>>
<video controls 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 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>>
<<set $money -= 100>>
<</nobr>>
<video controls 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>>
<</nobr>>
<<speech "Waiter">>$work_event_4_txt[25]<</speech>>
<<speech "You">>$work_event_4_txt[26]<</speech>>
<video controls 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>>
<<set $money -= 200>>
<</nobr>>
<video controls 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>>
<<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 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>>
<</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>>
<<set $money -= 1000>>
<</nobr>>
<<speech "You">>$work_event_4_txt[45]<</speech>>
<<speech "Waiter">>$work_event_4_txt[46]<</speech>>
<video controls 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>>
<<set $time +=1>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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>>
<<set $energy -= 3>>
<</nobr>>
<<speech "You">>$work_event_4_txt[50]<</speech>>
<<speech "Waiter">>$work_event_4_txt[51]<</speech>>
<video controls 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>>
<<set $energy -= 3>>
<</nobr>>
<video controls 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>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/work_event_4/"+either("pussy")+".mp4"' type="video/mp4">
</video>
<<speech "Waiter">>Oh~Oh~OMG......<</speech>>
[[$sex_menu_txt[23]|work_event_4_fuck]] <<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<<speech "Waiter">>$work_event_4_txt[53]<</speech>>
<video controls 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 +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|work_event_4_cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $prestige -= 5>>
<<set $sexcount +=1>>
<<set $time +=1>>
<</nobr>>
<video controls 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 +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|work_event_4_cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$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><br /><br />
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 /><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>>
<</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>>
<</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>>
<</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>>
<</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>>
<</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>>
<</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>>
<</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>>
<<set $energy -= 5>>
<</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>>
<</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>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<</if>><</if>><<nobr>>
<<set $lust +=10>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Saika Bubble Bath Cum]]<</if>><</if>><<nobr>>
<<set $lust -=100>>
<<set $sexcount +=1>> <<set $saika_info.sexcount +=1>>
<<set $time +=1>>
<<set $energy -=10>>
<</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>>
<<set $money -=3000>> <<set $moneyspenthooker +=3000>>
<<set $time +=1>>
<</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>>
<</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>>
<</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>>
<<set $energy -= 3>>
<</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>>
<</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>>
<<set $energy -= 3>>
<</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>>
<<set $energy -= 3>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Rion Spa Cum]]<</if>><</if>> <<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Rion Spa Cum]]<</if>><</if>> <<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Rion Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust -=100>>
<<set $sexcount +=1>>
<<set $time +=1>>
<<set $energy -=10>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$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>>
<<set $money -=5000>> <<set $moneyspenthooker +=5000>>
<<set $time +=1>>
<</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>>
<</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>>
<</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>>
<</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>>
<</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>>
<</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>>
<</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>>
<</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>>
<<set $energy -= 3>>
<</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>>
<<set $energy -= 3>>
<</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>>
<<set $energy -= 3>>
<</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>>
<<set $energy -= 3>>
<</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>>
<<set $energy -= 5>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Konan Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>>
<<set $time +=1>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Konan Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Konan Spa Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Konan Spa Cum]]<</if>><</if>><<set $lust +=20>>
<<set $energy -= 20>>
<<set $time +=4>>
<video controls loop><source @src='"sexvid/" + $saika_info.name + "_live_0/"+either("live_1", "live_2", "live_3", "live_4", "live_5")+".mp4"' type="video/mp4"></video>
<br><br>
<<set _saika to $actorList.find(function (val) {
return val.name === "Saika";
})>>
<div class ="narrator">_saika.name $office_work_event[0]</div>
<<CharLiveGrowth _saika>> <</CharLiveGrowth>>
$story_caption_txt[21] + $selectTask.wages<br><br>
[[$menu_txt[3]|Saika Office Interaction]] <<if $time gte 18>>[[$menu_txt[24]|Saika Hometeg Start]]<</if>>
<div class="character-photos">
<h2>角色照片</h2>
<<nobr>>
<div class="column">
<<link "[img['img/icon/saika_icon.jpg']] Saika">><<script>>
Dialog.setup("Saika", "Saika");
Dialog.wiki(Story.get("Saika").processText());
Dialog.open();
<</script>><</link>>
</div>
<div class="column">
<<link "[img['img/icon/eva_icon.jpg']] Eva">><<script>>
Dialog.setup("Eva", "Eva");
Dialog.wiki(Story.get("Eva").processText());
Dialog.open();
<</script>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Kojima/kojima_icon.jpg']] Kojima">><<script>>
Dialog.setup("Kojima", "Kojima");
Dialog.wiki(Story.get("Kojima").processText());
Dialog.open();
<</script>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Liya/liya_icon.jpg']] Liya">><<script>>
Dialog.setup("Liya", "Liya");
Dialog.wiki(Story.get("Liya").processText());
Dialog.open();
<</script>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Rose/rose_icon.jpg']] Rose">><<script>>
Dialog.setup("Rose", "Rose");
Dialog.wiki(Story.get("Rose").processText());
Dialog.open();
<</script>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Blaze/blaze_icon.jpg']] Blaze">><<script>>
Dialog.setup("Blaze", "Blaze");
Dialog.wiki(Story.get("Blaze").processText());
Dialog.open();
<</script>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Ellie/ellie_icon.jpg']] Ellie">><<script>>
Dialog.setup("Ellie", "Ellie");
Dialog.wiki(Story.get("Ellie").processText());
Dialog.open();
<</script>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Nene/nene_icon.jpg']] Nene">><<script>>
Dialog.setup("Nene", "Nene");
Dialog.wiki(Story.get("Nene").processText());
Dialog.open();
<</script>><</link>>
</div>
<div class="column">
<<link "[img['img/char/Karen/karen_icon.jpg']] Karen">><<script>>
Dialog.setup("Karen", "Karen");
Dialog.wiki(Story.get("Karen").processText());
Dialog.open();
<</script>><</link>>
</div>
<</nobr>>
</div>
[[$menu_txt[3]|$return]]<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_info.name</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[0]</p>
<p><strong>$menu_txt[31]:</strong> $saika_info.rel</p>
<p><strong>$menu_txt[32]:</strong> $saika_info.status</p>
<p><strong>$menu_txt[33]:</strong> $saika_info.skill</p>
<p><strong>$menu_txt[45]:</strong> $saika_info.growth(1.8~2.0)</p>
<p><strong>$menu_txt[34]:</strong> $saika_info.popularity</p>
<p><strong>$menu_txt[35]:</strong> $saika_info.sexcount</p>
<p><strong>$menu_txt[36]:</strong> $saika_event_txt[$saika_event]</p>
</div>
</div><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> $releva</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[43]:</strong> $eva_script_progress</p>
<p><strong>$menu_txt[36]:</strong> $eva_event_txt[$eva_event]</p>
</div>
</div><<nobr>>
<<set $lust +=1>>
<<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 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>>
<<set $time +=1>>
<<set $relkojima +=3>>
<</nobr>>
<video controls 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> $relkojima</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_txt[$kojima_event]</p>
</div>
</div><meter @value="$relkojima" min="0" max="100"></meter>
<<nobr>>
<<set $lust +=3>>
<<set $time +=1>>
<<set $relkojima +=3>>
<</nobr>>
<video controls 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 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>>
<<set $time +=1>>
<</nobr>>
<video controls 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>>
<</nobr>>
<video controls 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>>
<</nobr>>
<video controls 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>>
<</nobr>>
<video controls 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 +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls 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 +=5>>
<</nobr>>
<video controls 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 +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls 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 +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls 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 +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls 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 +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/kojima_hospital_1/"+either("Cowgirl_1", "Cowgirl_2", "Cowgirl_3")+".mp4"' type="video/mp4"></video>
<<speech "Kojima">>$kojima_hopsex_txt[11]<</speech>>
<div class ="narrator">$kojima_hopsex_txt[10]</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 90>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/kojima_hospital_1/"+either("Spooning_1", "Spooning_2", "Spooning_3")+".mp4"' type="video/mp4"></video>
<<speech "Kojima">>$kojima_hopsex_txt[14]<</speech>>
<div class ="narrator">$kojima_hopsex_txt[13]</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 90>>[[$sex_menu_txt[13]|Kojima_hopsex_Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>> <<set $sexcount_kojima +=1>>
<<set $time +=2>>
<<set $kojimastatus to "Private care">>
<</nobr>>
<video controls 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>>
<<set $time +=1>>
<</nobr>>
<video controls 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>>
<</nobr>>
<video controls 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>>
<</nobr>>
<video controls 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>>
<</nobr>>
<video controls 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 +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 +=10>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Kojima Quick Fuck Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls 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 90>>[[$sex_menu_txt[13]|Kojima Quick Fuck Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>> <<set $sexcount_kojima +=1>>
<</nobr>>
<video controls 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>>
<<set $liyastatus to "Subordinate">>
<</nobr>>
<<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]|Interact]] [[$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>>
<<set $rosestatus to "Subordinate">>
<</nobr>>
<<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]|Interact]] [[$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>>
<<set $blaze_info.status to "Subordinate">>
<</nobr>>
<<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]|Interact]] [[$menu_txt[5]|Blaze Office Talk]] [[$menu_txt[40]|Blaze Office Discuss]]<<if $blaze_info.rel gte 30 and $prestige gt 100>> [[$menu_txt[41]|Blaze Office Flirt]]<</if>><</if>><<if $time gt 22>>
<img src="img/place/office_empty_station_icon.jpg" style="max-width: 80%;">
<<speech "You">>$eva_ofc_interact_txt[0]<</speech>>
[[$menu_txt[3]|Interact]]
<<elseif $time gte 13 and $time lte 16>>
<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("masturbation")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_interact_txt[2]</div>
[[$menu_txt[3]|Interact]] [[$eva_ofc_interact_txt[4]|Eva Office Talk]] <<if recall("patreon code") is true >> [[$menu_txt[38]|Eva Ofc Quick Fuck]] <<else>> $menu_txt[38]$message_txt[2]<</if>>
<<else>>
<<speech "You">>$eva_ofc_interact_txt[3]<</speech>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("work")+".mp4"' type="video/mp4"></video>
[[$menu_txt[3]|Interact]] [[$eva_ofc_interact_txt[4]|Eva Office Talk]]
<</if>><<run forget("patreon code")>>
OK!
[[$menu_txt[3]|Home]]
<<script>>
console.log(State.active,State.metadata,State.variables.mcCache);
var encryptedText = 'Usbjojoh';
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 = 'Training';
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> $relliya</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><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> $relrose</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><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_info.name</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[5]</p>
<p><strong>$menu_txt[31]:</strong> $blaze_info.rel</p>
<p><strong>$menu_txt[32]:</strong> $blaze_info.status</p>
<p><strong>$menu_txt[33]:</strong> $blaze_info.skill</p>
<p><strong>$menu_txt[45]:</strong> $blaze_info.growth(0.3~0.7)</p>
<p><strong>$menu_txt[34]:</strong> $blaze_info.popularity</p>
<p><strong>$menu_txt[35]:</strong> $blaze_info.sexcount</p>
</div>
</div><<nobr>>
<<set $lust +=1>>
<<set $time +=1>>
<<set $relliya += 5>>
<</nobr>>
<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>>
<<set $time +=1>>
<<set $prestige += 3>><<set $relliya += 3>>
<</nobr>>
<<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>>
<<set $time +=1>>
<<set $prestige += 3>><<set $relliya += 5>>
<</nobr>>
<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]
$Liya_office_interact_txt[5]
$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>>
<</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>>
<<set $time +=2>>
<</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>>
<</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>>
<</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 +=5>>
<<set $energy -= 3>>
<</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 +=5>>
<<set $energy -= 3>>
<</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 +=5>>
<<set $energy -= 3>>
<</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 +=5>>
<<set $energy -= 3>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Liya Date Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>> <<set $sexcount_liya += 1>>
<<set $time +=1>>
<<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>>
<</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>>
<</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>>
<</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>>
<</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>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Liya QF Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>> <<set $sexcount_liya += 1>>
<<set $time +=1>>
<<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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Liya QF Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Liya QF Cum]]<</if>><</if>><<nobr>>
<<set $energy += 5>>
<</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>>
<<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>>
<<set $time +=1>>
<<set $relrose += 5>>
<</nobr>>
<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>>
<<set $time +=1>>
<<set $prestige += 3>><<set $relrose += 3>>
<</nobr>>
<<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>>
<<set $time +=1>>
<<set $prestige += 3>><<set $relrose += 5>>
<</nobr>>
<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>>
<<set $lust -=10>>
<</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>>
<<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>>
<<set $time +=1>>
<</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>>
<</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>>
<</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>>
<<set $energy -= 3>>
<</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>>
<<set $energy -= 3>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Rose Date Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>> <<set $sexcount_rose += 1>>
<<set $time +=1>>
<<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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Rose Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=3>>
<</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>>
<<set $time +=1>>
<<set $blaze_info.rel += 5>>
<</nobr>>
<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>>
<<set $time +=1>>
<<set $prestige += 3>><<set $blaze_info.rel += 3>>
<</nobr>>
<<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>>
<<set $time +=1>>
<<set $prestige += 3>><<set $blaze_info.rel += 5>>
<</nobr>>
<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 $blaze_info.rel gt 50>> [[$menu_txt[27]|Blaze Date]]<</if>><<nobr>>
<<set $lust +=3>>
<<set $time +=1>>
<</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>>
<</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>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Blaze Date Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>> <<set $blaze_info.sexcount += 1>>
<<set $time +=1>>
<<set $blaze_info.status 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 +=15>>
<<set $energy -= 5>>
<</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 90>>[[$sex_menu_txt[13]|Blaze Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</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 90>>[[$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 >= 20>>
<<speech "You">>$message_txt[8]<</speech>>
<br>
[[$menu_txt[22]|Home]]
<<elseif $energy gt 40>>
<<set _list = $actorList.filter(e => e.status === "Contact")>>
<<if _list.length gt 0>>
<<for _itemKey, _item range _list>>
<<capture _itemKey, _item>>
<div class="column">
<<link [img['img/char/'+_item.name+'/'+_item.name+'_icon.jpg']]>>
<<CharContact _item>><</CharContact>>
<</link>>
<div class="o-text">_item.name - _item.profession</div></div>
<</capture>>
<</for>>
<div class="column">
<<link "<img src='img/icon/Explore.jpg' width=20%>" "Do Explore">> <</link>>
<div class="o-text">$place_txt[27]</div></div>
<<else>>
<<include "Do Explore">>
<</if>>
<<else>>
<<speech "You">>$message_txt[9]<</speech>>
<br>
[[$menu_txt[3]|Office]]
<</if>>
<<nobr>>
<<set $lust +=1>>
<<set $time +=1>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("hold")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[0]</div>
[[$sex_menu_txt[1]|Eva Ofc QF Boobs]] <<set $lust +=1>>
<<speech "You">>$eva_ofc_interact_txt[5]<</speech>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("talk")+".mp4"' type="video/mp4"></video>
<<if $filmcrew is 1>>
<<speech "Eva">>$eva_ofc_interact_txt[9]<</speech>>
[[$menu_txt[3]|Eva Office Interaction]]
<<else>>
<<speech "Eva">>$eva_ofc_interact_txt[6]<</speech>>
<<speech "Eva">>$eva_ofc_interact_txt[7]<</speech>>
[[$eva_ofc_interact_txt[8]|Eva Office Interaction]] [[$menu_txt[27]|Eva Gather]]
<</if>><<include 'Dialogue Text'>>
<<UpdateVar>>
/* 时间日期处理 */
<<set _a to "">>
<<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 $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>>
//24点强制回家睡觉,在场所里面的活动应该继续,出现在任何场所的被抓回去
<<if tags().includes("place") and $time gte 24>>
<<goto 'Home'>>
<</if>>
//数据同步
<<set _movie to $movieList.find(function (val) {
return val.company === $companyName;
})>>
<<if def _movie>> <<set $curMovieInfo = _movie>><</if>>
<<set $saika_info to $actorList.find(function (val) {
return val.name === "Saika";
})>>
<<set $blaze_info to $actorList.find(function (val) {
return val.name === "Blaze";
})>>
<<set $arina_info to $actorList.find(function (val) {
return val.name === "Arina";
})>>
<<set _char to $actorList.find(function (val) {
return val.name === "Nene";
})>>
<<if def _char>><<set $nene_info to _char>><</if>>
<<set _char to $actorList.find(function (val) {
return val.name === "Karen";
})>>
<<if def _char>><<set $karen_info to _char>><</if>><<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("Eva_Gather");
})>>
<<set _num = random(0, _page.length-1)>>
<<goto _page[_num].name>>
<<else>>
<<speech "You">>$message_txt[9]<</speech>>
[[$menu_txt[3]|Office]]
<</if>><<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", "Spade Pictures Ltd.", "My Apartment", "Ellie Room", "New Explore", "Build"]>>
<<set $activity_txt to ["Activity", "Rock-Paper-Scissors Contest", "Registration Fee", "AThe acting skills of actors registered by each company must be greater than 150. <br> In this competition, all registered actors will be randomly sorted and draw lots to conduct one-on-one rock-paper-scissors matches. The competition adopts a single-elimination system. The final winner will be awarded the title of [Lucky Star] and get the opportunity to star in the popular movie IP [DC Alliance], greatly enhancing the actor's fame.", " days later, the registration deadline.", "Registration has closed"]>>
<<set $menu_txt to ["Wake Up", "Continue", "Sleep", "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", "Relationship", "Status", "Skill", "Popularity", "Sexual Number", "Task", "Give gifts", "Quick Fuck", "Info", "Discuss Work", "Flirt", "Ask Her to Date", "Script Progress", "Media Blitz", "Growth", "Wages", "Ops", "Contact", "Completed", "Ranking", "Crew", "Production Budget", "P&A", "Theatrical Split", "Box Office", "Capital Allocation", "Confirm", "Shooting Progress", "Leading actors", "Production Cycle", "Edit", "Clear", "View"]>>
<<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 now, I should go home and rest.", "I can't keep working, I'm too tired.", "My energy has been restored.", "(Energy +100)", "The task list refreshes when character signing is completed or every week.", "We need at least <font color='$ff0000'><b>50000</b></font> to ensure the basic operation of the crew.", "Due to poor management, I went bankrupt. The company was acquired and fell into the hands of the gangsters, becoming their [cash dispenser]. The future that I had envisioned with my partners is all ruined. If I could do it all over again, I would definitely manage well and fulfill the original agreement with everyone.", "signed successful!", "Added to the Actor Ranking", "Due to poor management, I went bankrupt", "Insufficient prestige, need - ", "Insufficient energy, need ", "The activity function is turned on, and you can view the detailed instructions in the company"]>>
<<set $prestige_txt to ["Nameless", "Heard Of", "Hotshot", "Famous", "Film Giant"]>>
<<set $table_txt to ["Task Name", "Release Company", "Prestige Level", "Difficulty", "Earnings", "Expense Bill", "Rent", "Total", "Employee Wages", "Wages", "Actor Fee", "Actor Ranking", "Daily Box Office Ranking", "Box Office Ranking", "Top10 Historical Box Office", "Historical Panda Award", "Rating", "Art", "Release Date", "Daily Viewers", "Daily Box Office", "Viewers", "Box office"]>>
<<set $sex_menu_txt to ["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", "Table Top"]>>
<<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)"]>>
<<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 the restaurant between 12:00 and 16:00 to get to know Eva.", "Find a way to learn about Eva's recent situation.", "Find a way to find a new place for Eva to live.", "Eva is having difficulties in writing the script. Go to the company to communicate with her and take her on a field trip, which may bring her more inspiration."]>>
<<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 $ellie_event_txt to ["Although this ancestor is quite capable of making trouble, we still need to consider taking her in.", "Communicate with Ellie and cultivate feelings.", "Date with Ellie on weekend.", "This is all the content of the current version."]>>
<<set $nene_event_txt to ["After signing with Saika, use Explore and you can meet Nene on the film set.", "Contact Nene more and accompany her through the toughest working days on the film set.", "Let Nene help solve the embarrassment of inability to get an erection.", "This is all the content of the current version."]>>
<<set $karen_event_txt to ["After signing with Saika, by participating in the exploration, you can meet Karen on the film set.", "Contact Karen and tell her the truth of the investigated matter.", "Contact Karen more often and accompany her through the low period.", "This is all the content of the current version."]>>
<<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. ", "My cousin - Ellie, born in a local business family, my uncle runs a chain hotel group. She grew up under the wings of her family. As the only girl in the third generation of the family, the elders planned the life route of < Financial Elite → Take Over Hotels > for her early, and even college volunteers were filled in the finance major of the local finance university by default. Because of an unknown quarrel with the family, her bank card was frozen. Now, she knocked on my door...", "Nene is a new temporary actor. In order to be able to get close to her predecessors and observe and learn acting skills, she often does odd jobs on the set. She has a delicate face, is capable in handling affairs, is meticulous and naturally has a sense of the camera. She is a good seedling who should live under the camera by nature.", "Karen is a fashion model. Her beautiful face has brought her some popularity, but it has also limited her development space. People only want the ice - cold beauty to show more skin. No one really cares who she is and what kind of story she has."]>>
<<set $story_caption_txt to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday", "LateNight", "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.", "A week has passed, let me check my bill for this week.", "Wow! This is simply beyond my imagination!! I didn't expect Ellie to have prepared such a sumptuous table!! She actually has such good cooking skills. Is this still the rich girl I remember?"]>>
<<set $ellie_home_txt to ["The past busy week has exhausted me, and while I was still sleeping in the dark, I heard the doorbell faintly ringing. Regardless of it, I turned over, covered my head, and decided to ignore the annoying courier and continue to sleep...", "< Ding~ > < Ding~ > The annoying doorbell will not stop for a moment! What an eyeless bastard, the big weekend is disturbing my dreams! I pulled my slippers and opened the door...", "Hi~ my dear cousin, how are you~", "When I opened the door, a beautiful girl was winking at me, sticking out her tongue, and making a cute face. Maybe it was because the girl was a little shy, the left hand on her head just messed up her hair, and the hair covered half of her pretty face, making her whole person full of youthful vitality and playfulness belonging to girls. The sun shone from behind her, through her hair, and filled my eyes. "," It turned out to be my cousin Ellie!! My uncle and aunt run a chain hotel. This girl is my uncle's only daughter. As the only heir to the family's business, she has lived the life of other people's children since she was a child. And she is also very competitive. It is good to study from an early age. She was sent abroad to be gilded by her uncle a long time ago. The last time we met was about 5 years ago? < br > While I was still stunned, Ellie had already crawled into the house from the half-body I subconsciously gave up, leaving only a large suitcase on the ground and a touch of fragrance as she passed by. "," My daughter, how do you act like a refugee, stray cats are more decent than you~ "," My dear cousin, your mouth is still so poisonous, no wonder you are still single. "," I am in the flowers, and the leaves are not sticky. Do I have to tell you? "," While we were kind to each other, I helped her set the suitcase, and our eldest lady had already slapped her butt on the sofa. " , "Tell me, what's your situation?", "Isn't it obvious? Running away from home~ "," Kind, generous, gentle and considerate, smart and beautiful princess, once in trouble, came to join the poor cousin of the distant house~ "," While speaking, Ellie also deliberately put on a sexy and enchanting pose on the sofa. En~ I haven't seen it for more than five years, and the original bean sprouts have become roses blooming on the branches~ "," To get to the point (take out Coke from the refrigerator and throw it accurately) ","(Catching the aluminum can mid-air and pressing it against her cheek)My dad froze my bank card, and I'm penniless now. "," You can be really friends all over the world~ "," Give you a month, and you can do the housework, including cooking. To buy something, use this card, the password is my birthday. "," Yes! Long live cousin~ "]>>
<<set $ellie_daily_txt to ["When I got up and went downstairs, Ellie was already making breakfast? This completely exceeded my imagination of a rich girl. It seems that Ellie has really changed a lot in these years...", "Ellie was only wearing underwear when making breakfast. It seems that she has completely regarded this place as her own nest. I felt a sense of pride in giving a girl enough sense of security. My mood also became bright. Of course, what was also standing tall was my dick.", "Since Ellie became my woman, she has completely let herself go. Looking at Ellie who is completely naked, I have begun to worry. Should I eat breakfast or eat her first later!", "Ellie is taking a bath. I need to come back later.", "This is Ellie's room, but she is not here now.", "Ellie is sleeping.", "Ellie is enjoying the afternoon sunlight. As I happen to be free, we sit down and talk about many things from our childhood. Suddenly, Ellie looks at me seriously.", "'$firstname, I want to work at your company.", "'(Surprised) Don't be silly, my young lady! It's a film company. What can you do here as a finance major?", "(Sighing) You are really good at holding back. I didn't say anything and you didn't ask either. Don't you want to know why I had a fight with my family?", "(Embarrassedly touching my nose and raising my eyebrows, indicating Ellie to continue.)", "My family sent me abroad to study finance, but I found that what I actually like is movies. So I secretly applied for a major in directing without telling my family.", "And then it was exposed?", "... I am very good. The things I shoot often win awards at school. Moreover, I love the lens. I like the feeling of giving vivid life to the dead words in the script with the lens!!", " Looking at Ellie's eager eyes, I almost gave in. But I can't promise her. Having been in this business for so many years, no one knows better than me the horror of this big dye vat. And I and my company are still too weak to protect her completely. So, I can only shake my head at her and end this conversation.", "Ellie is resting in the room." , "Ellie didn't ignore me because I refused her about work matters. We are still happily chatting about recent interesting news and family gossip, which also contains some jokes that are not suitable for children. Ellie's legs are very smooth, and my penis is also very hard. We are all very restrained. Otherwise, who knows what will happen... Of course, if there is no Ellie still interspersed in the words, the constant chatter about the company, movies, and directors, everything would be even more perfect. I hope she is not using some kind of beauty trap with ulterior motives. Soon, I erased this ridiculous thought from my mind."]>>
<<set $ellie_date_txt to ["Ellie has been yelling that she hasn't been shopping for a long time, and she hasn't bought new clothes. Today I just have time to go out shopping together. Looking at Ellie happily like a butterfly, shuttling between the various shelves, I suddenly realized that I really haven't been with her for a long time. The bank card I gave her is almost useless except for daily necessities, and she probably wants to save me money. I don't know when, Ellie's impression of being rich girl in my heart is gradually melting away, and instead, she is already a mature girl who is full of vitality, independent and knows how to consider others.", "Ellie mentioned to take a photo of the head, and we also want to have a family that loves each other. <br> When she took off my mask, looking at her sparkling eyes, a certain string in my heart suddenly broke < boom >. So, I decided to respond to her and kiss. "," We laughed and fooled around for a long time until we were exhausted and could no longer walk. But the words really couldn't be said enough, so we found a place nearby to rest, dug out the wine we just bought, and drank and talked. "," We've all drunk a little too much, Ellie's eyes have begun to blur, from time to time from the corners of the eyes and the ends of the eyebrows showing the seductive charm; and I, I can't hear what we're talking about, and all that echoes in my head is my own < boom~ boom~ boom~ > heartbeat! "," (suddenly leaned into my ear) $firstname, when I was shopping today, I also secretly bought a set of underwear, I'm wearing them now, do you want to see it? "," Looking at my hot eyes, Ellie untied her belt. In an instant, the white skin was as soft as [Haoxue condensed fat], and the red underwear was like [Crimson Afterglow Cut Brocade]. The two colors hedged but coexisted harmoniously, as if [Fire Tree Silver Flower] had first bloomed on the plain silk, and a pair of red and white matched each other, making my mouth dry. "," Ellie didn't put her clothes back on, so she continued to drink and chat with me in her underwear, but my attention was no longer on the chat. From time to time, the corners of her eyes skimmed to Ellie's fingers that slipped between her thighs unconsciously, and from time to time, she would make up for the picture of her fingertips rubbing her clitoris. In my eyes, only Ellie's red lips that kept dancing when she spoke were constantly stirring my nerves. "," Fuck the taboo, I can't control that much. I approached Ellie, leaned over, and kissed. Ellie responded to my kiss with a plaintive and repressed expression on her face. She must have been waiting for me for a long time."," Just a kiss, it can't satisfy me anymore. My tongue slid and licked Ellie's nipples. Ellie didn't intend to restrain herself anymore, threw her underwear on the ground, stretched out her chest to actively cater to my licking, and moaned from time to time~ "," My tongue continued to rise, sliding over her nipple, over her waist rib, and over her lower abdomen. Ellie raised her butt, catering to my kiss, and took off her panties. "," Ellie's pink clitoris just flashed in my mind, and it was so directly exposed in front of my eyes. I buried my head and began to suck, lick, tickle, and tease tenderly. "," My dick has long been as hard as iron, and Ellie put it in her mouth, sometimes gently kissing, licking, and sometimes fiddling with it, as if to repay me for the tenderness I just had for her pussy. "," Just as I was thirsty and ready to carry a gun, Ellie suddenly grabbed my balls!! "," Your next movie is directed by me, I don't want to be a canary! "," My wine woke up most of the time, looking down at Ellie's firm eyes, my heart suddenly softened, but in an instant it was full of pride. "," (picks Ellie's chin) Okay~ You were waiting for me here?? " , "Okay, then let's break in together, the big deal is that we have nothing in the end, and we will start all over again.", "Saying that, I pushed away Ellie's obstructing hand that grabbed my balls, stabbed with a gun, put Ellie's legs on both hands, and began to throttle vigorously~", "The dark clouds that had been covering our hearts dissipated, which made us both very interested. Ellie lay on the sofa for a while and knelt on the table for a while. And I kept sprinting, sprinting, and sprinting behind her! "," Ellie's pussy was too tight, I almost couldn't hold it back, just dialed it out and sprayed it on the door of her pussy, and the rest was all contributed to her snow-white butt. "]>>
<<set $ellie_wake_txt to ["I lifted Ellie's quilt to wake her up. Due to the angle, Ellie's big butt was just facing me. In a daze, Ellie let out a low moan. In an instant, Ellie didn't wake up, but my dick woke up first!", "My hand roamed on Ellie's waist, and Ellie was successfully woken up by me.", "$firstname. I just dreamed that you were fucking me~", "Baby, feel it. I'm all wet~", "Saying that, Ellie led my hand to her pussy. It has indeed become a vast ocean. Since being developed by me, Ellie has begun to become addicted to it~", "My dick has already become as hard as iron because of the charm that Ellie exudes in her laziness. After hearing Ellie's sleep talk, I also understood the implied meaning and reached out to pull off Ellie's panties and prepare to start exercising~", "Before I could mount and charge, Ellie put my dick in her mouth and started eating it seriously. It seems that this little slut is really hungry~", "Some people are really self-taught. Just like Ellie at this moment. She sometimes uses her palm to stroke back and forth on my glans; sometimes she sucks my balls with her mouth, teasing me until I feel numb and comfortable~", "Ellie is obviously very hungry and thirsty, so she is very active. I saw her directly push me down on the bed and sit on it herself. I watched Ellie spread her legs and open her pussy completely. The pink labia swallowed my dick mouthful by mouthful. My desire was also completely awakened by her. So I also cooperated with Ellie's rhythm. When Ellie sat down, I pushed up from below and thrust into her pussy. After a few times, Ellie began to moan loudly!", "Soon Ellie was exhausted. We changed to missionary position and I exerted force from above. Ellie, on the other hand, spread her legs forcefully with both hands to let me penetrate deeper~", "Ellie lay on the bed. I pinched Ellie's butt from behind. My dick was completely inserted and thrust in and out rhythmically and forcefully. In my thrusts one after another, Ellie has completely lost herself and moaned ecstatically~", "Perhaps rear-entry is not exciting enough. Ellie asked me to lie on the bed and she sat on it from behind. The snow-white butt flew up and down sometimes; sometimes it completely swallowed my dick and swayed her butt, making the dick rub and stir in the vagina. It made me feel ecstatic.", "Ellie's pussy is so tight that it makes me very comfortable. I couldn't control myself at all and directly ejaculated all my semen into her flower heart.", "After pulling out the dick, semen flowed out little by little from her pussy. Ellie swayed her big butt in front of me and showed me today's juicing result. Looking at such a cousin, a sense of pleasure hovering on the edge of sin rose from the bottom of my heart and made me completely sink."]>>
<<set $ellie_kitchen_txt to ["Ellie dipped her finger in the egg liquid and then licked her fingers with her nimble little tongue while watching my reaction like a courting peacock.", "I received the signal, without hesitation, and carried Ellie up to the dishwasher, then began to possess and kiss her.", "I fiddled Ellie's pussy with my tongue while watching Ellie's reaction. Ellie, on the other hand, had a look of enjoyment and moaned back at me, and she felt very comfortable now ~"," Now it's Ellie's turn to serve me. She licks my dick, not fast but affectionate. "," With enough foreplay, I pressed Ellie on the table and started thrusting hard. My hot dick seemed to be electrifying Ellie, and she began to moan comfortably ~", "I decided to use the kitchen terrain to do something new. Ellie supported her body with both hands, while I carried Ellie's legs and let her hang in the air. This way, my dick can be pushed to the deepest of her pussy. So I started to throttle quickly and vigorously, and my balls slapped her pussy frantically, making a < pop~ pop~ crack~ >.", "My onslaught completely ignited Ellie's senses, Ellie let me sit in a chair, and she rode up and stuffed my dick directly into her pussy. Ellie sat on it and twisted her body frantically, letting the glans in her body press against her uterine mouth one by one. "," I feel Ellie's uterine mouth is like a baby's mouth, kissing my glans again and again. It's really comfortable, my mind is blank, and all the semen is sprayed into Ellie's body. Looking at the semen flowing out of Ellie's pussy, this kind of life that can be indulged in internal injection makes me feel extremely satisfied. "]>>
<<set $ellie_shower_txt to ["When I opened the bathroom door, I just saw Ellie taking a shower. Her beautiful body was hidden in the water, looming, and I felt it in an instant.", "$firstname, you came just right, I was just about to ask you to help me get a towel.", " (biting lip) Are you hard?", "Baby, I'm surprised too, I can only blame you for being so sexy ~"," Because of the angle, Ellie immediately noticed my anomaly. This little goblin understood in seconds, stared at my puffed up dick, bit her lip, and gave me a clear look - she wanted it too. "," Thank you for being willing to hand over the directing job to me, I know what kind of risk you have to take to make this decision, this is my little reward to you, cousin~. "," To make me feel completely wrapped up, Ellie held my big dick with both hands and fiddled with it hard. A cousin almost made me unable to hold it. It seems that we both found our G-spot in this taboo relationship. "," Ellie used the bathtub to prop herself up to form a perfect gun rack, while I held her waist tightly and started pumping vigorously. "," I let Ellie change to a more effortless position, lying on the bathtub, and I forced from the back. "," In order to better stimulate Ellie's G-spot, I will hold the sink and continue to attack from the front. I think I have picked the right battlefield, and under my strong pumping, Ellie's eyes have begun to blur. "," We are in high spirits today, as if we have endless physical strength. Ellie took full advantage of her long legs, leaning against the wall, I propped up her other leg, all the way in, and went on a rampage in the deepest part of her pussy. "," I propped Ellie's leg, hugged her from the front, and thrusted like crazy. "," Baby, I want to cum in you. "," Uh-huh~ I allowed you to cum in today ~", "Ahhhh~ Fuckkk~ It was so cool. I got hot in my glans and couldn't hold my sperm anymore, and the thick semen sprayed and filled Ellie's pussy ~"," Ellie deliberately crossed her leg and showed me the pussy that was still flowing, so that I could enjoy my masterpiece today. "]>>
<<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 will open after 18:00.", "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 ["eager to work. Recently, I accompanied her day and night on the crew, participating in various filming and commercial activities. Through constant exposure in front of the camera, her popularity and popularity have been enhanced. I am not only happy for her promotion, but also capture 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) ","Boss, congratulations! We've successfully signed a new batch of promising talents! These actors have great potential. The company can take this opportunity to expand to new areas and further improve the training system. The most crucial thing now is to build a meeting room and a training room. With these, we can arrange weekly activity plans for the actors, enabling them to enhance their capabilities more systematically.", "(Winking playfully) Boss, you can arrange my activities for this week. But there are a few things to note: <br> First, I can work for the company and earn a little money, <font color='$ff0000'>but you need to go easy on me. Don't push me too hard, or I'll have no energy to do anything and can only rest!</font><br> Second, if you want me to participate in training, it'll cost you some money. Training can make me even better, but it depends on whether you're willing to invest! <br> Third, if you don't do anything, I'll continue with the activity arrangements from last week. <br> So, are you ready to arrange a perfect week for me?", "Boss, the next item on the agenda is the actor's activity arrangement for this week, and you need to make the arrangements in person."]>>
<<set $spa_txt to ["Sorry, we are closed now, ,come back at 18:00.", "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.", "hesitant to say"]>>
<<set $eva_ofc_interact_txt to ["Eva is off work.", "Eva is away for the weekend.", "When I walked into Eva's office, she was masturbating. She could still be on a video conference at the moment! It has to be said that the way talented screenwriters find inspiration is always very special ~"," Eva is working, what do I want to do? "," Ask about the progress of screenwriting "," Hi, Eva~ How is our screenwriting progress? "," Hi, $firstname, the current creative progress of the script is <font color='$ff0000'><b>$eva_script_progress</b></font>%. I have been running out of inspiration recently, so the whole creative progress is very slow (sigh)... "," (takes my hand, eyes full of expectation) $firstname, do you have time lately? Or we can go out together to gather and accompany me to find new inspiration for creation ~", "I have other things on my hands", "$firstname, I want to take a break and look for inspiration for a new script. So, let's discuss the new script after our movie is release~"]>>
<<set $eva_ofc_qf_txt to ["I walked over and hugged Eva from behind.", "Looking at Eva's serious appearance in the meeting, I decided to tease her. So I pulled up her top in one go, and her big breasts bounced directly into the video conference window. I could even hear the pleasant chuckle of the meeting speaker^_^", "I put Eva's hand on my abdomen, and her hand also felt my firmness.", "Eva knows exactly what I need, and I also cooperate with her. I took off my pants and exposed my big penis.", "So, we became like this - Eva was attending the video conference while giving me a handjob.", "Eva's small expression of licking her lips was successfully captured by me. I pressed her head, and she also actively gave me a blowjob.", "I pulled open Eva's chair, sat on the ground and licked Eva's pussy. The affair in front of the video conference camera gave Eva an unexpected stimulation. The lewd water in her pussy was already overflowing, but she still continued to attend the meeting seriously in front of the camera.", "I started to tease Eva's pussy with my hand.", "The meeting ended, and I didn't waste any more words. I straightened my penis and charged directly into the core.", "I held Eva's buttocks and charged recklessly from behind. Eva also let out a pleasant moan.", "Eva's pussy is really too tight and too enjoyable. I didn't have time to pull out my penis at all, so I directly filled her pussy with my semen!!", "Looking from behind, my semen is all over Eva's pussy. What kind of scenery can be more moving than this?!"]>>
<<set $eva_gather0_txt to ["Our gathering place this time is by the seaside. Perhaps due to excessive stress recently, Eva's expression is not very excited. Instead, it shows a bit of loneliness.", "Perhaps feeling something is off, Eva silently unbuttons her top, revealing her fragrant shoulders. She turns around and gives me a shy yet slightly teasing look.", "This is not enough. Eva directly lifts up her underwear, revealing her large breasts and walking towards me.", "Now, it's your turn~", "Eva doesn't listen to my explanations at all. She directly pushes me down, unbuckles my belt, and takes out my penis. The lonely expression on her face just now flashes through my mind. So I decide not to resist and let her do as she pleases.", "Perhaps because she hasn't found inspiration for a long time, Eva seems very impatient today. She takes my penis in her mouth and starts masturbating quickly without giving me any buffer time at all.", "After feeling that I am completely hard, Eva takes off her panties while biting her finger and looking at me. Her eyes are full of pleading. Looking at Eva like this, I can only signal her with my eyes that she can continue.", "After getting my signal, Eva holds up my penis and sits on it directly.", "Eva kept wriggling her big buttocks and swallowing my penis up and down as if she were going to drain me dry.", "I see a good place. Fuck me over there, baby~", "Although I already feel great, Eva says it's not enough. She still wants more inspiration. She finds a good place and pulls me, asking me to follow her!", "We come to a rocky platform. Eva directly kneels on it and continues to give me a blowjob.", "Eva signals me to fuck her from behind. Looking at Eva's upturned buttocks, I measure it. The height is just right. So I hold Eva's buttocks, hold up my penis, and penetrate deeply at once!", "Eva has been taking the initiative all along. But after all, a girl's physical strength is limited. I have been holding back a lot of lust. Now it's finally my turn to launch an attack! I hold Eva's buttocks and push harder and harder. Finally, I hear Eva's satisfied moans in my ears.", "Eva is extremely crazy today. In addition to the platform, we have tried many places. Finally, on the rocky beach, Eva gives me a blowjob and my thick semen fills her mouth.", "Eva licks her lips and gives me a satisfied look. No matter how beautiful the scenery is, it can't compare to such a beautiful woman's smile."]>>
<<set $eva_gather1_txt to ["Today we plan to revisit the old place. Yes, the location of our current field trip is the restaurant where I met Eva. As soon as we entered the restaurant, Eva took my hand and led me away. There was a sly smile on her face.", "Eva actually took me directly to the restaurant's restroom!! This little minx seems to have scouted the place out long ago. As soon as we entered the restroom, she pulled down my pants in one go.I have to say that this feeling of stealing love in such a narrow space that could be discovered by others at any time really gives me a different kind of excitement. My dick is already as hard as iron~", "It seems that Eva is satisfied with my reaction. She took my dick in her mouth and started sucking. And I cooperated with her, occasionally thrusting my dick in her mouth a few times to make it more enjoyable for her.", "After the foreplay was almost done, Eva started shaking her little butt and took off her little shorts.", "Eva must pay the price for seducing me with her wiggling little butt. I rubbed her pussy with one hand and gave her butt a few slaps. Eva likes my flirting tricks very much and giggles charmingly.", "Just spanking is of course not enough punishment. I then placed my broad palm on her pussy, spread her labia with my fingers, and teased her little bean with my fingertips. Such direct stimulation soon made Eva's pussy overflow with spring tide!", "Eva has been blowing me for so long. In fact, I can't wait any longer. After teasing her for a while, when I saw that the time was ripe, I directly lifted my dick and pushed it into her little tender pussy. The sudden hard object also made Eva involuntarily moan.", "Doggy style is really great. I held Eva's waist and kept thrusting and hitting. Eva also cooperated with my thrusts and kept making lewd noises.", "To penetrate deeper, Eva lifted one of her feet. We have been together for so long and have long formed a tacit understanding. I held her big butt and thrust hard.", "Finally, I shot my thick semen all over Eva's face and mouth.", "I feel that my face is full of your semen. Ah! Ah!", "Afterwards, Eva cleaned my dick while chatting and joking with me. I am very happy that we have found sufficient inspiration for Eva's script creation again."]>>
<<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 started discussing Liya's hairstyle, and she didn't refuse at all when I took the opportunity to put up 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 $Ellie_ofc_interact_txt to ["Ellie has already off work.", "Ellie is not in the company on weekends.", "Ellie is working hard. I shouldn't disturb her now."]>>
<<set $char_ofc_interact_txt to [" has already off work.", " is not in the company on weekends.", " is working hard. I shouldn't disturb her now."]>>
<<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 $saika_hometeg_txt to ["After the activity, I accompanied Saika home. We strolled by the seaside like this, listening to the sound of the waves. The exhaustion of the day seemed to recede slowly with the tide. I looked at this girl by my side. We met when we were at our worst. Now, we are working hard for our common future. Suddenly, an impulse welled up in my heart, and I grabbed Saika's hand.", "Saika, come to my place tonight.", "This is the first time Saika has been to my house. Perhaps to ease the slightly awkward atmosphere, Saika kept looking for topics. And I, unable to hold back any longer, hugged her from behind. While I was still worried whether this would be too abrupt, Saika's hand also covered mine, responding to my enthusiasm.", "I was hugging Saika from behind, filled with the fragrance of her hair. My hand stroked her face, and my eyes stared at Saika without blinking.", "My fingers passed through her hair, stroked her face, and slid across her lips. At the same time, my eyes also keenly captured the hint of reluctance and eagerness in her shy eyes.", "At first, it was just a shallow kiss. And after getting the enthusiastic response from this shy girl beside me, I knew I shouldn't hesitate anymore. So, a deep kiss.", "The passionate kiss made our bodies feel a heat. That is the signal of our bodies' eager longing for each other. It's time for the next step.", "I freed Saika's breasts from her bra. Looking at these pink nipples, from this moment on, they are all mine. So I kneaded wantonly and licked indulgently.", "Saika's breasts could no longer satisfy me. So, I slid down and buried my head between Saika's legs, stretched out my tongue and licked heartily.", "My enthusiasm completely ignited Saika. She pushed me down on the sofa. While leaning over to kiss me, her hand also started to stroke my penis back and forth non-stop.", "My satisfied and enjoyable expression gave Saika great encouragement. She squatted down, held my penis with her hand, and started to give me a blowjob.", "The foreplay was almost over. I put Eva on the sofa, lifted her legs, and slowly slid my penis into her pussy.", "At first, we didn't go too intense. Instead, we adopted the most traditional position. And I was also implementing the strategy of deep penetration and slow withdrawal to let Saika's pussy slowly adapt to the existence of my big penis.", "We changed to a standing position. I held Saika's arm from behind and slammed into her pussy crazily again and again.", "Saika's enthusiasm was completely unleashed. She pressed me on the sofa and rode on me, twisting her waist crazily.", "Saika fell on me. While my penis was still attacking crazily, my mouth was also constantly sucking her tongue and her nipples. Soon, Saika had an orgasm!", "We forgot about work, forgot about time, forgot about everything. All that was left was crazy sex. Until finally, I ejaculated on her face.", "After making love, we were still kissing and lingering on the sofa until we fell asleep soundly."]>>
<<set $filmCrew_txt to ["$firstname, thank you for your company recently. Our new script is finally completed ^_^", "Yes, congratulations, boss. Now you can create our own film crew. The name of our new movie is: <font color='$ff0000'><b>$curMovieInfo.name</b></font>. The score of the new script is: <font color='$ff0000'><b>$curMovieInfo.script</b></font>. <<if $curMovieInfo.script gte 90>>This is a rare good script. You should pay special attention to it! <</if>>", "First of all, a good movie needs a good director. <<if $have_director is 1>>Ellie is the internal director you found. <<else>>Since you haven't found a director for us yet. <</if>> So, let's skip this step and directly look at the actors.", "We can choose multiple actors to participate in the production of a movie.They can be either our own trained direct descendants or external hires. If you need to hire external actors, in addition to paying them weekly remuneration, we also need to pay an additional <font color='$ff0000'><b>$aiCut</b></font>% as the rental fee for their company.", "We need to pay special attention to the two attributes of popularity and skill of actors. Higher popularity has higher box office appeal, and higher skill means that the movie can reach a higher artistic evaluation. Of course, first of all, their Skill needs to reach <font color='$ff0000'><b>60</b></font>!", "Here, you can decide how much to invest in the production of this film in addition to the actor's cost. We need at least <font color='$ff0000'><b>50,000</b></font> to ensure the basic operation of the crew. You can choose high risk and high return, or you can decide to achieve great results with small investments. Once again, I remind you that high cost can indeed improve production quality, but you also need to balance risks. After all, there are many bloody examples lying in the history of Rotten Tomatoes. Therefore, try to avoid mindlessly piling up costs. We are all still counting on you to support us! ", "Finally, we will determine the proportion of Prints & Advertising and Theatrical Split in the box office when the movie is released. A higher proportion of P&A will make more people know our film and walk into the cinema. Similarly, a higher proportion of Theatrical Split will also make cinemas give us more screenings, so that we can better avoid ghost screenings.", "Boss, now let's finally confirm the expense list for this film investment.", "We don't have enough money to invest in such a big production. You need to readjust the fund allocation.", "Perfect, Boss~ Our movie shooting crew for [$curMovieInfo.name] has been officially established! Everyone will definitely work hard and complete the movie shooting work as soon as possible. Your frequent visits to the crew will greatly boost team morale and rapidly accelerate the movie's production progress. Therefore, in the next seven days, if you have time, be sure to remember to come to the crew every day.", "I personally visited the shooting site of [$curMovieInfo.name] today and supervised the interior shooting throughout. I dynamically adjusted the shooting plan through the real-time data dashboard. With the collaborative operation of 4K movie cameras and multi-camera drones, I led the team to break through the difficult problem of complex lens scheduling. The shooting progress increased by 10%, and prestige", "I have completed on-site supervision of the film crew today. Now, the shooting task is advancing smoothly and orderly, and the progress of each link meets the standards.", "Congratulations, BOSS, our movie production is complete~ Thank you for your hard work in recent times. Our movie production completion has reached <font color='$ff0000'><b>$curMovieInfo.progress</b></font>%. Our movie is about to be released, and the movie will be released for 10 days. You can check the box office status of our movie at any time in [Ranking - Box Office Ranking].", "Boss, our movie has been drawn, and our movie results are as follows:", "Our crew has also been closed, and you have to work hard for the new script. After all, we still have such a large family to support. Keep up the great work!We’re all behind you!~", "(sigh)We’ve got a solid script, but the movie’s ratings just aren’t great! The box office numbers are just okay too!After all the cuts, we’re barely making anything >_< The hired director managed to shoot the script Eva worked so hard on, but storytelling needs someone who really gets it, y’know? But how are we supposed to afford a big-name director with my no-name small company’s budget? Ugh, this is so frustrating~"]>>
<<set $explore_event1_txt to ["When I stood at John's funeral, I was still in a trance. Although I was involved in organizing the entire funeral process, I still can't believe to this day that he, who was full of enthusiasm and longing for the future, chose to bid farewell to the world in such a resolute way as jumping off a building.", "Three months ago, John and I were still drinking together until we were dead drunk. At that time, his eyes were full of light, and he excitedly shared with me that the film project he had been preparing for a long time had finally succeeded in attracting investment. He said that he finally had enough funds to bring the story that haunted his heart onto the big screen and realize his dream of many years. And that old lecher also told me at that time that he had recently hooked up with a young and beautiful girl who was also very good in bed. He had a double harvest of career and love. I was both envious and sincerely happy for him, and I was looking forward to seeing his works shine brightly in theaters.", "When his wife found me, she looked haggard and her eyes were full of grief and helplessness. Only then did I know that after the film was released, it did not achieve the expected box office results. The huge loss of funds caused the company to be acquired soon. Not only were many years of hard work in vain, but the family also took on a heavy debt. The huge pressure was like an insurmountable mountain that completely crushed him.", "Thinking of the friendship in the past and looking at his current situation, my heart is full of sourness and unbearable. So, I took the initiative to pay and helped organize his funeral. Standing at the funeral site, looking at everything familiar and unfamiliar around, the scenes of getting along in the past constantly emerged in my mind, but now, there is only full of melancholy and endless sighs."]>>
<<set $explore_event2_txt to ["Late at night, I had already lain in bed, surrounded by sleepiness and my consciousness gradually blurred. Suddenly, a sharp and urgent ringtone of my mobile phone cut through the silent night like a sharp blade and pulled me back to reality from the half-awake chaos. I groggily reached out and groped, grabbed my mobile phone on the bedside table, and squinted to see Karl's name flashing on the screen. Karl is my close friend. As the boss of a film company, he usually acts steadily and rarely calls at such a late hour. I quickly pressed the answer button. Before I could even ask, Karl's extremely frightened and anxious voice came from the other end of the phone: [Quick... Come and save me!]His voice was severely interfered by the surrounding noise, intermittent and indistinct. I instantly woke up, completely without sleepiness, and my heart began to beat violently due to this sudden situation. <br>I loudly responded and wanted to ask about the specific situation, but Karl didn't give me a chance at all. He just hurriedly said a rough location, and the panic and despair in his voice were clearly audible. At this moment, an extremely shrill scream came from the phone. That voice was full of pain. I was extremely sure that this scream was from Karl. Then, the busy tone of [beep - beep -] rang in my ears, and the phone suddenly hung up without warning.", "When I stumbled all the way and finally found him according to the vague location given by Karl, the scene in front of me made me gasp. Karl was slumped in the corner full of sewage and garbage, and the whole person had already become a bloody mess. His clothes were torn to shreds, and blood gushed out from multiple wounds and mixed with the sewage on the ground, which was shocking. <br>Hearing my hurried footsteps, Karl raised his head with difficulty. His originally bright eyes were now bloodshot, and his eyes were full of extreme horror, as if he had experienced an unimaginable horror before. His lips trembled slightly, as if he wanted to make a sound, but he had no strength at all. When he finally saw that it was me, his tense body instantly relaxed, and a hint of relief appeared on his face with difficulty. Then, the whole person fainted straight away like a puddle of mud. I quickly contacted an ambulance and sent him to the hospital.", "Later, I learned from Karl that he and Katie, the popular starlet in the company, received a very lucrative notice. Karl took Katie to the designated location and only then did he realize that this so-called notice was actually a disgusting conspiracy. The real purpose of the other party was to have Katie accompany them for drinks. Karl and Katie immediately firmly refused and would never compromise on this unreasonable and immoral request. However, this refusal completely angered the forces behind it. <br>In an instant, a group of fierce-looking people poured out from all directions. Without saying a word, they started punching and kicking them. Although Karl tried hard to resist and tried to protect Katie, he was outnumbered and was quickly knocked down. Those people were extremely ruthless. Punches and sticks rained down on him like rain, and each blow seemed to crush his bones. In the chaos, Karl watched helplessly as Katie was forcibly dragged away by several strong men. Her terrified shouts echoed in his ears, but he was powerless to stop all this from happening. <br>During the dispute, Karl took advantage of the chaos and dialed my phone and sent me that distress signal. Since Katie was taken away, Karl has tried every means to contact her, but there has been no response at all. So far, he hasn't received any news from her. Whenever this matter is mentioned, Karl's eyes are full of self-blame and worry, as if he is trapped in an endless abyss of pain and cannot extricate himself. Karl is temporarily unable to act, so he gave me 100,000 and asked me to help inquire about Katie's whereabouts."]>>
<<set $explore_event3_txt to ["During the long and agonizing days, I rushed around everywhere, mobilized all the connections I could think of, and frantically asked people for help and used connections. Finally, after countless rejections and waiting, that glimmer of news about Katie, like a faint light in the darkness, barely managed to come through - she was admitted to a remote psychiatric hospital. <br>When I and Karl rushed to that hospital in a hurry, our moods were as heavy as if carrying a thousand pounds of burden. The moment we pushed open the ward door, a depressing atmosphere rushed towards us. Katie was sitting leaning against the head of the bed. The whole person was like having her soul taken away. Her eyes were empty, numb, and dull. There was not a trace of the liveliness and radiance of a popular young actress in the past. It was as if she was just an empty shell. I saw her mechanically reach for the medicine and put it into her mouth one by one, without any emotion. Her movements were stiff and slow. <br>The doctor told them with a solemn expression that they had tried various methods including hypnosis, but all to no avail. Every treatment would only make her reaction more intense and make her fall into deeper pain. No one knows what exactly happened to Katie on that terrifying night. But the fact in front of us now is that she, who was once young, beautiful, and full of vitality, is already ruined.", "This entire incident is like an inescapable nightmare, making me shudder. I can't help but repeatedly imagine in my heart that if such misfortune were to happen to me and if my artists under me also encountered such a terrifying thing, then what kind of a tragic and extremely miserable scene would it be? The life that was once thought to be stable and peaceful suddenly seemed to be tightly grasped by an invisible and powerful big hand at this moment, making it hard to breathe."]>>
<<set $explore_event4_txt to ["It was a warm afternoon. At the invitation of Sir Conan, I came to his manor to attend a private wine party. Sir Conan is an old friend of my father and holds a pivotal position in the entertainment industry. After my father passed away, he has always taken good care of me. Recently, my career has been picking up, and he is glad that I, a prodigal son, have finally settled down and started to seriously manage my career. He specially invited me to this wine party to help me expand my connections. <br>The sunlight shone on the palm leaves in the manor, and guests were chatting and laughing on the terrace. Sir Conan, wearing a dark blue sweater and holding a glass of red wine, smiled at me. There were wine bottles on the long table, and the aroma of grilled meat wafted from the grill. A lady beside me was wearing a red sweater and laughing merrily, while another was wrapped in a gray sweater, with the sunlight falling on her shoulders. In the distance, a hammock was swaying gently in the shade of the trees, creating a warm atmosphere. <br>He put his arm around my shoulder and whispered, [Come, meet some old friends. It'll be good for you.]", "After the dinner, Sir Conan and I returned to the house and continued to have a few drinks. The atmosphere in the house was warm and relaxing. He began to share with me the stories of how he and my father had worked hard together when they were young. He mentioned how they had supported each other in difficult circumstances and gradually forged their own path. These stories made me feel a deep bond and also gave me a better understanding of my father's past. <br>During the conversation, Sir Conan once again expressed his support for me. He solemnly told me that as long as I was willing to make progress and encountered any problems in this circle, he would do his best to help me solve them. This promise made me feel extremely warm and also made me realize that this was a rare reliance. <br>Subsequently, he took out an application form from the drawer and handed it to me.", "Oh, there's an opportunity that I think you'll be interested in. The TV station is currently preparing a variety show called [Rock - Paper - Scissors Tournament]. It's quite interesting. Their goal is to select a [Lucky Star] through the competition. The winner will not only be highly promoted but also have the opportunity to play a major role in the movie of the popular IP [DC Alliance]. Your company has been performing well recently, so I specially got you an entry quota.", "(Surprisedly takes the application form) Really? That's great! [DC Alliance] is a huge IP. Being able to participate in it is a huge opportunity for both the company and me!", "(The tone turns serious) Yes, but there's only one quota. You need to think carefully about who to send to participate. This is not just a matter of personal ability. More importantly, it's about who can seize this opportunity and bring the greatest value to the company.", "(Thinks for a moment and nods) You're right. This is an important decision. I have to consider it carefully and choose the most suitable person. Thank you for the reminder and this opportunity. I'll prepare carefully.", "(Patting me on the shoulder with eyes full of encouragement) Oh, right. The registration fee for the competition is 1 million. I have 500,000 here. You can take it first. You'll have to figure out a way to get the other half on your own. Come on, $firstname. I believe you can achieve good results.", "(Responds firmly) I will, Sir Conan. Thank you for your trust and support. I definitely won't let you down."]>>
<<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 $nene_daily_txt to ["Because I was going to work as a part-time crew member on the set today, I got up very early on purpose. I thought I was early enough, but when I arrived at the designated gathering point of the crew, I found that there was a girl who was even earlier than me. She has a delicate face. Her fair face shows a bit of vitality. Her hair is tied into a neat ponytail. Wearing a windbreaker, the corners of her clothes are slightly fluttering in the wind. It is obvious that it is specially chosen to deal with the busy and bustling working environment of the crew. Steadily holding a prop box in one hand and carrying a chest bag on her body with various tools hanging on it, she looks professional and capable.", "Good morning!", "Ah~Good morning!", "You are really early!", "Yes! I started moving equipment at about six in the morning.", "You've worked hard. This is the first time I've seen you. Are you a new crew member?", "Ah~I am a new temporary actor. Since there is currently no scene for me, I am also temporarily working as a crew member. I hope to observe and learn from seniors. My name is Nene. Nice to meet you!", "Oh~Nice to meet you!"]>>
<<set $nene_contact2_txt to ["Since I met Nene last time, I immediately recognized that she is an excellent candidate to be an actress. With a delicate face and flowing eyes, even when she is just standing in the crowd and arranging props, there is an effortless camera charm around her, making people certain that this face is born to be captured by the silver screen. Since then, I have been paying special attention to her every move. Today, when I checked the crew list, I caught a glimpse of her name. Without thinking much, I immediately decided to help at the crew. Then we [met by chance] on the crew's vehicle.", "Did you also help buy breakfast for the crew?", "En, yes~", "What delicious things did you buy?", "Chocolate and onigiri... I also bought warm babies because it's cold~", "There are really a lot of things. What do you like to eat?", "I like onigiri the most. Especially recently, I have fallen in love with mackerel onigiri~ It can fully replenish energy~", "Really?"]>>
<<set $nene_contact3_txt to ["When I visited the film crew today, I happened to meet Nene again. She was sitting there tearing off sticky notes. She was still wearing that iconic windbreaker, and her hair was still neatly tied into a ponytail.", "Hi, Nene~ What are you busy with?", "Hi~ I'm writing the names of the actors.", "Well, it needs to be written.", "Yes, there are many things like slippers or costume props that will be indistinguishable. After sticking on the names, the actors can find theirs at a glance.", "Yes, a small job helps a lot. Come on~"]>>
<<set $nene_contact4_txt to ["I went to visit the film crew today and ran into Nene busy in front of the sink. She had changed into a red plaid shirt, but still carried her versatile tool bag in front of her, and her hair was still tied into a capable ponytail.", "Hi, Nene~What are you doing?", "Hi~I'm making lotion for on-site use.", "Lotion?", "Yes. The shooting lasts all day, so I use this to replenish the actors' energy~", "I see~Nene is really careful~"]>>
<<set $nene_contact5_txt to ["I went to visit the film crew today and happened to see Nene knock on the door of the actors' lounge and bring water to the actress filming today and explain today's shooting plan. As a bystander, I can feel the cold courtesy of the actress towards her. Although there is still a name written by Nene herself on the actress's clothes. This kind of indifference comes from the condescension of those in superior positions towards those in inferior positions. It is a matter of course for taking others' labor results. It is also a common [big fish eat small fish] rule in the entertainment circle. It fills the entire entertainment circle. Such scenes silently spread in every corner of the entertainment circle - popular people enjoy the convenience piled up by staff members. Just like being used to the embroidery patterns on costumes, they never care whether the fingertips of those who thread needles have calluses. <br>Looking at Nene's drooping eyelashes when she bows her head, I suddenly wonder if she has already turned this condescension into calluses on the palm of her hand. Those casually discarded sticky notes, perfunctorily received water cups, and reminders regarded as air, have they settled into resigned numbness in her heart, or quietly accumulated into the power to break out of the cocoon one day? Her fingertips gently rub the edge of the shooting board full of notes, as if touching some kind of silent answer.", "Can I call you like this?", "Sure!", "Do you often bring water to actresses to drink in normal times?", "Yes, she must be made to replenish water.", "I originally wanted to call out to her and ask if she would like to sign with my company and become a formal actress. But when the words came to my lips, I swallowed them back. There is still a chance missing between us. Although I don't know what this so-called chance is exactly..."]>>
<<set $nene_contact6_txt to ["Today is rather embarrassing. When I visited the film crew, the male actor had something to do and pulled me in as a temporary replacement. As a result, I couldn't get hard. I don't know if this situation is common for male actors. However, the female actress who was supposed to act opposite me has gone to smoke, leaving me alone there playing with my little brother. Today, it's finally my turn to taste this embarrassing situation without losing politeness... <br>What makes me even more embarrassed is that Nene is here by chance today. She is kneeling and sitting next to me at this moment and has witnessed all of this. Although there is nothing between us, having the girl I care about witness that I can't get hard... Well, brother... A man's dignity is shattered all over the place. >_<",
"When I was still trying to get myself excited, the director next to me couldn't stand it anymore. However, the object of his anger is not me but Nene next to me?! [Are you just going to let the female actress wait like this?]! The director shouted at Nene, [Make him erect quickly!] <br>After understanding the director's meaning, both Nene and I were rather surprised. Is this also within the scope of duties of the crew or temporary actors? However, in my surprise, there is also a hint of expectation. Sure enough, when people are enjoying privileges, it's hard to have aversion to privileges!", "I don't know what considerations Nene has gone through, but in the end she still accepted such a request. She took my dick in her mouth and gave me a blowjob. Looking at Nene's delicate face constantly sucking and swallowing my dick under me, an indescribable pleasure is constantly transmitted to my brain through my dick, making me feel numb all over. Seeing this, I need to reconsider my attitude towards Nene."]>>
<<set $nene_contact7_txt to ["Today, when I went to visit the filming set, I met Nene again. However, she was kneeling and sitting there asleep. I recalled when I first met her. She said that in order to move equipment, sometimes she had to get up at four or five in the morning. So I didn't disturb her. <br>After I was done with my work and looked at her again, she was still asleep. In such a noisy environment on the filming site, she can sleep so soundly. It's really hard for this little girl. Oh no!! Because Nene is fast asleep, the prop in her hand is about to spill out and she hasn't realized it yet!", "[Sorry, cut!~] The director's roar directly woke Nene from her sleep. When she saw the puddle of liquid spilled on the ground, she immediately realized that she was the culprit for the director's cut.", "Sorry, sorry, I'm sorry.", "Nene hurriedly apologized non-stop. The filming crew that was originally quiet with only the sound of the camera suddenly became busy. Those who were cleaning, arranging props, and resetting the scenery and lighting were all doing their own jobs. Naturally, there were also a few complaints mixed in, pushing the bewildered Nene to the side..."]>>
<<set $nene_crewsex_txt to ["Looking at Nene who was left aside and seemed a bit lonely and regretful, I decided to help her ease the embarrassment and tease her by the way.", "Do we still have to wait for a while before shooting?", "(With an embarrassed response) Yes...", "Since there is still time, do me a small favor?", "The last time you gave me oral sex, it was very comfortable. Today when I saw you, I got hard immediately. Can you give me oral sex again?", "But we are shooting now...", "It's okay. It's just for a short while. I can't stand it anymore.", "It will be discovered.",
"It's okay. As long as there is no sound.", "Saying that, I pulled off the bath towel and revealed my already hard penis, looking at Nene with pleading eyes.", "When Nene really put my penis in her mouth, I still couldn't believe it... Such an excessive joke... She actually really... <br>I looked down at Nene who was burying her head and sucking my penis. Suddenly, I was touched. This is a girl who completely doesn't know how to refuse me!", "There is no hesitation anymore. Then take her and take good care of her! After making the decision in my heart, I picked up Nene and started to attack her chest.", "Wa~ So cute and extremely beautiful!", "Looking at Nene biting her own finger because she didn't dare to make a sound and making suppressed moans. A kind of evil and different sense of satisfaction rose in my heart. I leaned over and pulled down Nene's underwear in one go. This sudden change made Nene let out a cry of [Yaaa!!~]. I quickly made a gesture for her to be quiet. The exclamation that had just come out was forced back by Nene and turned into a moan in her throat.", "Nene's pussy was already soaked. My finger slipped into her flowery path with her lewd water without any obstruction. It seems that this feeling of stealing love that may be discovered at any time is not only enjoyed and stimulated by me.", "The foreplay is already enough. My big penis is already impatient. I picked up Nene's big butt from behind. Aligned my penis with her jade gate and thrust my waist, directly penetrating completely. This sudden stimulation directly made Nene let out a low moan of coquettishness.", "I held Nene's waist and thrust against Nene's pussy from behind. Nene could only bite her own finger so as not to be discovered. But the pleasure brought by sex still impacted her throat again and again, leaking out one or two cheerful moans from time to time.", "Nene's expression must be very beautiful now. So I lifted one of Nene's legs and made her face me sideways. While I was thrusting against her pussy with my penis, I admired Nene's suppressed and enjoyable appearance. Every impact of the penis clearly told me that I was bullying this lovely girl, but it also brought her indescribable happiness.", "Nene was already weak in the legs and lay on the ground, allowing me to continuously impact her pussy from behind. After a while, I felt Nene's pussy start to contract wildly and she began to tremble all over. This different kind of stimulation made her reach orgasm!", "Now it's her turn to serve me well. Nene straddled me and twisted her waist crazily, starting the sperm-extracting mode. I also cooperated with her. I sat up, held Nene's waist, and let her stroke my penis while burying my head and sucking her nipple. After a while, I felt the delicate body in my arms tremble again. Nene had orgasmed again.", "Nene propped up her body and sat on me from behind. I held her waist and thrust against her flower core from below. All that echoed in my ears were the sounds of [puchi~puchi~] of the intermingling of lewd water.", "Nene had consecutive orgasms and was already completely limp. We changed to the most traditional missionary position. I was making the final sprint on top. At the same time, I put my hand on her pussy and teased her clitoris with my thumb. This double stimulation made Nene gasp again and again.", "Nene trembled again under me. Her pussy began to contract wildly. The opening of her uterus was like a baby's small mouth, sucking my glans one by one. This kind of stimulation made me unable to hold back any longer. I pulled out my penis and shot all the thick semen into Nene's mouth.", "Afterwards, I whispered in Nene's ear, [Wait for me after work~]. Looking at Nene's expression as if she was crying and complaining, it seemed as if she was saying, won't you let me go yet? I smiled and didn't explain too much. Let this beautiful misunderstanding continue for now.", "After work, I met Nene at the corridor entrance. I handed her my business card and expressed my intention to sign her.", "(Surprised) I always thought that you were like me, just a temporary actor!", "(Shrugging) If you don't ask, I can't brag about myself either.", "In short, you understand the situation now. Although my company is not big, the resources are relatively concentrated. We can start with some small roles suitable for you. How about it? Come and work with me.",
"Okay, okay. I will work harder.", "As a newcomer, plus our relationship, there is no doubt about Nene's choice. Looking at Nene's bright smile, my heart also brightened up. These blind people have no idea what a good seedling they have missed!"]>>
<<set $karen_daily_txt to ["When I went to visit the film crew today, I was suddenly attracted by a bright color around the corner. It was a girl in a cool racing suit, posing against a prop motorcycle. Her long black hair was blown by the wind, her big eyes glistened with a cold light, and her straight nose and petal - like lips were breathtakingly beautiful under the flashlights.<br> I know this girl. Her name is Karen. She has been in the industry for a while. She has gained some fame with her outstanding appearance, but because she is cold - natured, taciturn and doesn't like socializing in private, she has always been neither popular nor unpopular. I had only heard of her name before. Seeing her with my own eyes today, I found that the rumors had actually underestimated her beauty. With such natural beauty, no wonder the camera can't help but focus on her.", "I found a folding chair outside and sat down. I lit a lighter with my fingertips, and the smell of burning tobacco spread in the hot wind on the set. My eyes involuntarily followed Karen. Her figure in the racing suit was bright and eye - catching under the flashlights. Suddenly, out of the corner of my eye, I saw two people in the corner. I recognized the man with the pompadour. He also has some influence in the industry. The man beside him, who was hunched over with a big smile on his face and serving attentively, was obviously Karen's manager judging by his obsequious manner. <br>Smoke rings curled up between my fingers, and I immediately understood that this pompadour - haired man was probably the investor of Karen's current announcement. What caught my attention was that Karen's manager was pointing at Karen while whispering to the pompadour - haired man. The latter narrowed his eyes, and his eyes flickered. Having been in the circle for so long, I know this kind of look too well. This complex look, mixed with desire and calculation, is highly suggestive in the entertainment industry, a place of fame and fortune. It not only reveals his coveting of Karen's beauty but also implies a game of power and resources. I keenly sensed that there might be an unequal deal behind this look. <br>I turned my head and stared at Karen for a while. I completely lost the mood to appreciate beautiful things. It's worrying. I'm afraid this girl doesn't know anything yet. I rubbed my face with my hands. Unspoken rules are nothing new in this circle. My rationality tells me that I shouldn't get involved in this matter. There's no reason to make an extra enemy for myself."]>>
<<set $karen_contact2_txt to ["When I went to the TV station for an announcement today, I unexpectedly ran into Karen again. But this wasn't a good time to say hello. A man was blushing as he handed over a gift box. The wrapping paper rustled between his trembling fingertips, and even the angle of his bow carried a cautious eagerness to please. I instinctively raised my eyebrows. It seems that no matter how cold an iceberg is, there's no shortage of suitors. It was originally just a passing glance, but when I saw the man's face, I was suddenly taken aback?! Is this about to start...", "Two weeks later<br>I attended an industry gathering, and Karen happened to be there too... Well, this was definitely not a coincidence. Throughout the gathering, Karen was constantly out of sorts. She stared down, stirring the soda in her glass. The sound of the ice cubes clinking was clear but dull, standing out among the laughter and clinking of glasses in the room. The usual aloofness that kept people at a distance had an extra three parts of depression. Her brows were slightly furrowed, as if covered by a cloud of unshakable melancholy. Even the way her hair fell carried a sense of weariness.", "Karen, after the gathering, can we have a drink alone?", "Karen was clearly surprised by my invitation. But to my surprise, she didn't reject me in the end.", "We casually found a bar and continued drinking. I tried to find some topics, but Karen just nodded absent-mindedly, kept drinking on her own, and gave me almost no response except for the necessary politeness. Heh, is this little girl treating me like one of those flies that swarm around her all day, or as just a drinking buddy? I decided not to beat around the bush and give her a shock directly. So I took out a photo and placed it in front of her.", "Upon seeing the photo, Karen was very surprised. She looked at me with a suspicious and uncertain gaze, full of vigilance.", "Were you following me???!", "(Raising both hands) Don't misunderstand. I just want to help you. Showing you this photo is to let you know that I might know more than you think. Now, can you tell me what exactly happened?", "Maybe she was moved by my words, or perhaps Karen was just too pent up and desperately needed an outlet. So, she told me about her recent experiences.<br><br>The incident started during one of Karen's vacations. On a rare day off, Karen was reading a novel in her favorite restaurant while waiting for her meal when she suddenly ran into one of her fans again. Although she was wearing a mask, she was still recognized.", "(Glancing at me) Ah, it was the one you passed by that day, the person in the photo. This is Mr. Sam. He's been a die-hard fan of mine for a long time and often brings me small gifts.", "(Nodding, indicating for her to continue)", "At that time, he strongly requested to have a meal with me. Looking at his eager and almost crazy eyes, I could only force myself to endure the awkwardness and not refuse.", "Who would have thought that the next day, my agent, Mr. Yamamoto, came to me. He threw a thick envelope at me. When I opened it, it was full of photos of me having a meal with Mr. Sum.", "(Emotionally) He accused me of being so careless that paparazzi had caught such a scene. Although I tried my best to explain that it was completely a misunderstanding, he still told me that my career was doomed. Maybe next week, all the tabloids and social media platforms would be full of gossip like [The Ice Goddess's image is just a persona. She secretly meets a mysterious man in private]...", "Mr. Yamamoto told me that he knew a very powerful producer, and the only way was to ask him to step in and suppress this news. But Yamamoto also said that the producer was interested in me... I know what that means...", "After telling all this, Karen stopped talking and started drinking on her own again.", "So what are you going to do? Go on a date with that producer?", "(Downing the drink in the glass in one gulp) If it's doomed, then so be it. Although my dream is to be an actress, Mr. Yamamoto said I'm not cut out for it at all, and no film offers ever come my way. Anyway, in their eyes, I'm just a decorative person, and all I need to do is show some skin...", "I'm going to retire, open a small shop in the countryside, and end my star dream...", "After hearing Karen's answer, I couldn't help but look at this girl more closely. Her answer was beyond my expectations. I thought her getting drunk was just the last struggle of a doomed person, using it to commemorate her last bit of innocence, and then... of course, choosing to bow to life. But this instead strengthened my resolve. So, I took out another photo from my pocket and showed it to her.<br><br>Perhaps this photo had too much of an impact on Karen. After seeing the photo, Karen was completely stunned!", "This photo was the fruit of my hard work during this period. The man in the photo was actually Karen's agent, Yamamoto. There were no paparazzi at all. The photos of Karen and Sum having a meal were taken by him. He never thought that the person who secretly took pictures has now become the one being secretly photographed. Don't you think his smile on his face now seems rather fitting?<br><br>Karen was still in a daze. She looked up at me, blinked her eyes, and then with difficulty, moved her gaze back to the photo.", "(Pointing at Sum's photo) That producer is called Kumamoto Ichiro, with the nickname [Big Bear]. He's one of the investors in Sum's company. I don't need to introduce Yamamoto, do I...", "(Muttering to herself) How dare he? How dare he???!", "Karen was sitting there, her whole body trembling with anger, and kept muttering something...<br><br>After a while, Karen seemed to wake up suddenly. She stared fixedly at me.", "Why are you telling me all this? If I expose you to protect myself, you'll have made an enemy out of nowhere!", "Is it just because you're beautiful? Isn't that a reason?", "As I said this, I patted Karen on the shoulder, got up, and left, leaving her with what I thought was a very cool back view.", "Oh, and you're paying for this drink~", "I said this without looking back, raised one hand above my head, waved it, and walked away coolly. How about it? Isn't this ending scene really cool? But why did I hear a [Puchi~] laugh from Karen behind me..."]>>
<<set $karen_contact3_txt to ["When I saw Karen again, it was already three months later. When I arrived at the park, I saw Karen squatting by the pool from a distance. I was just about to go up and say hello to her when she happened to turn around and notice me at that moment. A sweet smile immediately appeared on Karen's face. We greeted each other briefly. Karen's state was completely different from before. She had cut her hair into a sweet and clean short style, and the expression on her face was no longer cold. She was completely relaxed.", "I was really shocked when I received your call. I never thought we'd meet again one day.", "You've helped me so much. I really should express my gratitude.", "(Shrugging) Uh-huh. You seem to be in good condition?", "Yeah! I terminated my contract with my former agency, so now I'm free from worries.", "Then I guess I should congratulate you on successfully escaping the clutches!", "(Covering her mouth and laughing) Right? Right? I should have treated you to a big meal to thank you properly, but now that I have no source of income, I can only invite you to stroll in the park.", "So what are your plans for the future...", "Oh, don't talk about work. Look at this beautiful spring day. I've been wanting to come out and have a stroll for a long time. Before, because Yamamoto was always telling me to avoid this and that... Now I can finally enjoy nature to the fullest.", "After saying that, Karen rushed out in a trot, then suddenly turned around and looked at me, her face beaming with a bright smile. The sunlight shone from behind her, shattered by her, and filled my eyes.", "We walked, chatted, talked, and laughed like old friends who hadn't seen each other for years. Actually, I was a bit worried about Karen before. Although Karen didn't mention a single word about what happened in the past three months, I still heard some bits and pieces. All the shooting tasks were terminated, endorsements were withdrawn, announcements were cancelled, and there were disputes over the agency contract. Life definitely wasn't easy... Now looking at the girl beside me, the smile on her face never stopped. She seemed to be completely freed. How could she be associated with words like 'iceberg' or 'aloof'? While I was lost in thought, Karen suddenly turned around.", "Huh? Why are you smiling so happily?", "I'm happy~ I haven't come out to get some fresh air for a long time, not to mention having the company of a beautiful lady~", "(Putting both hands on her cheeks) Right? Look, I'm smiling too~"]>>
<<set $karen_contact4_txt to ["Since I last saw Karen, her smiling face often appears in my heart. So, almost unconsciously, I dialed Karen's phone number. Karen accepted my invitation, and I could even detect a hint of pleasure in her voice on the phone. So, we arranged to go boating on the lake.", "Ah~ It's so cool and comfortable on the lake. Praise nature~ Look, there are dragonflies too~", "Today, Karen is still wearing the same woolen coat and has the same short hair, with the same bright smile on her face. Her lively and relaxed state has also infected me, making me relax as well. It's like being pulled out of drowning, allowing me to catch my breath in this exhausting life. Could this be the reason why I'm so infatuated with Karen?", "(Suddenly asks) You haven't told me yet, why did you help me?", "For justice? Since I knew about this matter, I couldn't just watch you get into trouble, could I?", "Actually, Karen's question is also something I've been unable to figure out. Because the matter isn't as simple as I replied, just passing on a message to Karen. From the moment I noticed the signs of the matter, to investigating the relationship network of those people, and then following and filming to obtain key evidence, only I know exactly how much I've put in during this process. Am I really just coming to the rescue for the sake of justice?", "(With a crafty smile, suddenly gets closer) Do you like me?", "Just as I was lost in thought, Karen suddenly leaned over and asked such a question, which left me completely stunned... Actually, the answer is already quite obvious. What am I afraid of?", "(Firmly) I think, yes!", "(Laughs) I like you very much too!", "Receiving such an affirmative response from Karen, my heart instantly settled down, and then was immediately filled with immense joy. What could make a man more proud than the girl he likes happening to like him too!~"]>>
<<set $karen_contact5_txt to ["Karen has been constantly insisting on treating me to a meal to repay me for saving her life. However, what I didn't expect was that by 'treating to a meal', she actually meant buying groceries and cooking by herself?! You know, in this day and age, beautiful women who can cook are rarer than giant pandas. She could clearly rely on her looks to get by, but she chooses to rely on her talent instead. How are those who can only order takeout supposed to survive? ", "After coming out of the supermarket, Karen stood at the street corner, carrying full shopping bags. She slightly furrowed her brows and focused on checking the ingredients she had bought in the shopping bags. As she counted on her fingers, she murmured in a low voice, 'Beef, scallions, vegetable salad... and then bread!' With each item she named, one of her fingers would close, and her furrowed brows would relax a bit. The sunlight shone on her slightly curled hair, casting a faint golden halo, making her look both serious and cute. She would sometimes bite her lip in thought and sometimes nod gently. Her cute and innocent appearance was just like a little squirrel taking stock of its treasures. <br><br>I stood aside, quietly watching her focused look, and the corners of my mouth unconsciously turned up, a smile already spreading across my face. My gaze was gentle and warm, as if it could penetrate the afternoon sunlight and land on her. Every movement and every expression of hers made me feel an indescribable warmth. A sense of happiness welled up in my heart, like a gentle breeze rippling across the surface of a lake, and my eyes became even softer. ", "Karen seemed to sense something and suddenly came to her senses. Her eyes met mine in the air. She caught the smile on my face that I couldn't hide, and her cheeks instantly flushed a light pink. She was slightly taken aback, then a hint of shyness flashed in her eyes, but was quickly replaced by a small sense of pride. She gently bit her lower lip, pretended to casually look away, but the corners of her mouth secretly turned up, revealing a somewhat arrogant smile. 'What are you laughing at?' she mumbled softly, her voice carrying a hint of coquetry, yet also unconsciously revealing the joy of being noticed. ", "(coquettishly) What are you laughing at?~", "(smilingly) Welcome! I've already sold the original house. As for the reason... you know. It's a bit shabby here, so don't mind it.~", "Not at all. Although it's small here, it's very cozy.~", "Right? I spent more than a month carefully decorating it~Don't worry about me. Although the place I live in has become smaller, But i'm free now. This deal is not a loss~", "After walking around for the whole afternoon, we were both tired. Neither of us was hungry at this moment, so after arriving home, we snuggled up on the sofa and started chatting. ", "Karen, you mentioned before that you wanted to be an actress, so why not come to me?", "$firstname, I'm glad you said that. I also want to work hard with you for our future. But you know my situation. If I go to your place now, all the hostility towards me will be directed at you. ", "I can...", "(interrupting, speaking gently) I'm yours, and I'll always be yours. I can take care of myself. If there's really a need, I will definitely tell you. Let's wait for a while, okay? ", "Karen held my hand and looked at me with a gentle yet firm gaze. I didn't insist anymore. She is a girl who appears delicate on the outside but is very determined on the inside.", "Here you are. Enjoy it slowly.~", "Mmm~ It's delicious! ", "(laughing) This is Karen's unique secret recipe. Then I'll start eating too.~", "After being affectionate for a while, we started to clean up and cook. Karen was the chef, and I assisted. Then the two of us snuggled up at the small dining table, eating, chatting, and laughing. After our lives got better and better, it's been a long time since I've experienced this feeling - the warmth like home."]>>
<<set $karen_contact6_txt to ["Today I'm on leave. After having a meal at Karen's place, we drank and played a card game called [Old Maid]. Karen was wearing a red - and - white - striped home dress. Her little face was flushed because of the beer she drank, making her look incredibly cute.<br><br>When playing games, of course, there should be some stakes. Our rule was that the winner could make a request to the loser, and the loser had to comply. Now it's a crucial moment. I only have two cards left in my hand, and it's Karen's turn to draw a card. If she draws my card, I wonder what request she'll make?", "This one? Or this one?", "Karen's finger moved back and forth between the two cards in my hand. She murmured to herself while testing my reaction. Her playful and indecisive look made it seem like she was particularly eager to win this game, which made me even more curious about what request she'd make later. So I'll let her win on purpose~", "(laugh) Yeah~ Great, I won ^_^", "Well, the punishment game is... say you like me~", "After a flicker in her eyes, Karen looked at me firmly. When I heard that the content of the punishment game was to say I liked her, I was stunned for a moment. I always thought Karen was special. She used to be a model, and in order to drive away the men who were always pestering her, she always put on a cold and distant look. This coldness made me completely overlook the fact that this girl actually had such a girlish side in love. Now, she let down her guard and showed her true self completely in front of me. My response was naturally not just a simple 'I like you', but also a big hug, and... a long kiss~", "Happy times are always short. It was already late at night. After Karen lay down, I said goodnight to her and was about to leave when Karen suddenly grabbed my hand.", "Stay with me tonight, okay?", "Is it not okay? $firstname, sign me up.", "That's not what I meant...", "I know... $firstname, I've fallen in love with you. I want to see you every day and don't want to be apart from you for a single moment.", "Just as I was in a daze, Karen suddenly said these words to me. Looking at the slightly anxious and reluctant expression on her face, I felt a twinge of pity for this girl's deep affection. In this prosperous but unfamiliar big city, now, I'm her only one."]>>
<<set $karen_homesex_txt to ["Last night, Karen and I both drank a bit too much. We embraced each other in silence and fell asleep. <br><br> In the early morning, I was still half - asleep. Vaguely, I felt a warm and soft wrapping sensation down below, and there were faint rustling sounds in my ears. I opened my eyes drowsily and found a bulge in the quilt, gently rising and falling. The warm and smooth touch on my penis became clearer, and a numb pleasure surged through my body like a tide. I gently lifted the quilt, and sure enough, Karen was lowering her head, sucking my penis, concentrating on bobbing up and down. The smooth rhythm of her lips and tongue made my heart flutter.", "Wake up! Good morning!", "Karen and I greeted each other good morning. I used my eyes to signal to Karen, asking what was going on.", "(Coquettishly) I was being pressed by this thing all night. When I woke up in the morning, I found it had become even thicker. It must be longing for me to lick it... Don't you like it?", "No, it feels so good~", "Receiving my affirmative response, Karen smiled sweetly, a glint of mischief flashing in her eyes. She lowered her head again, took my penis in her mouth, and bobbed even more vigorously. The alternating rhythm of her lips and tongue made my heart race. I casually adjusted the pillow, put one hand behind my head, and slightly raised my eyes to take in Karen's charming expression as she sucked. Her focused and slightly lascivious look was like a charming picture, stimulating my senses and making my penis even harder.", "(Chuckling) You're doing such a pornographic thing and still not getting up? What a lazybones.", "After sucking my penis for a while, Karen raised her head, her eyes seductive, and the corners of her lips curled into a provocative smile, as if wordlessly teasing my desire. She started from the bottom up, her tongue as agile as a snake. First, she slowly licked and kissed my abdomen. Each touch was like lighting a cluster of flames, scorchingly passing over my skin. Then, she moved to my chest, and her wet tongue swirled wantonly around my nipples. The teasing force was sometimes light and sometimes heavy, arousing bursts of numb electric currents. Subsequently, she kissed up along my neck. The gentle bite on my chin brought a slight stinging pain, and the warm breath sprayed on my skin, making my blood boil. Finally, her eyes locked on me like a hunter. Her red lips parted slightly, and she accurately captured my tongue, sucking it tenderly. The intertwining of our tongues carried an aggressive tenderness, as if she wanted to swallow me whole in this intense tide of desire.", "Karen took off her outer clothes. The thin fabric slipped off, revealing her fair shoulders and delicate curves. It seemed that the air was filled with her fragrance. She slid down sideways, her soft waist pressing against my thigh. The warmth of our skin touching made my heart skip a beat. She lowered her head, and her red lips once again took my penis in her mouth. Her tongue deftly circled the tip, sometimes biting gently, sometimes sucking deeply. The hot and humid feeling, mixed with her low murmur in her throat, made my lower body tense. At the same time, as if on purpose, she slowly spread her legs, opening her long thighs wide, and unreservedly presented her vagina tightly wrapped in panties towards me. The wet mark faintly visible under the thin gauze was seductively shiny, and the intention of provocation struck my nerves like an electric current. <br><br> My eyes were firmly fixed on her bold posture. Understanding her intention, I reached out my hand, and my fingertips gently touched the edge of her panties, feeling the warmth and slight tremors coming from under the fabric. I pressed gently or heavily, and my fingertips drew circles on her sensitive bulge through the thin gauze. Occasionally, I deliberately slid towards the soft flesh on the inside of her thigh, causing her to tremble. A low gasp escaped from her lips, carrying a hint of urgency. I increased the force, and my fingertips rubbed on her soaked panties, feeling the wet heat gradually seeping out, sticking to my fingertips. Each teasing made her gasps more broken. Sometimes she would tightly hold my penis in her mouth and bob frantically a few times, and sometimes she would just tightly grip the bedsheet, raising her head and moaning delicately~", "Karen's lust was completely ignited. The eagerness in her eyes was undisguised. Teasing through the panties was like scratching an itch through boots and far from satisfying her intense desire. With a bit of impatience, Karen yanked off her panties. The thin gauze slipped off, revealing her wet private part, glistening seductively in the morning light. She straddled my waist but deliberately slowed down the rhythm. Her wet vagina gently rubbed against my chest, leaving a sticky and hot mark, as if testing how long I could endure. Then, she boldly spread her legs wide, completely exposing her glistening vagina in front of me. The crystal - clear love fluid slowly trickled down her thigh. Shining with a forbidden luster in the morning light, it was like a blooming flower, exuding an irresistible temptation. She leaned forward slightly, her chest heaving. Her eyes locked on me, with a hint of provocation and anticipation, waiting for me to tease her more deeply.", "My eyes were firmly fixed on her naked posture. My finger hovered above her vagina, and my fingertip gently touched her wet labia, feeling the collision of softness and heat, causing her to tremble. A low moan escaped from her throat, carrying her unique [uh - huh]. That sound pierced my heart like a secret signal. I deliberately slowed down the rhythm, and my fingertip drew circles on her sensitive clitoris, while my eyes were tightly fixed on her fragmented expression, secretly enjoying the way she gradually lost control under my fingertips.", "Ennn~ Keep going, honey. I'm about to climax~", "I want my butt to be touched too~", "Karen's lust swept through her body like a raging fire. She murmured softly, nimbly turned over, climbed onto my body, and lay down in a 69 position. Her snow - white buttocks were raised high, and the firm and plump curves glowed softly in the morning light. She presented her wet vagina and round buttocks in front of me. The crystal - clear love fluid slowly trickled down her thigh. The air was filled with her rich and sweet - greasy smell, drilling into my senses like poison. She deliberately twisted her buttocks, the movement was slight but seductive. She glanced back at me, biting her lower lip, with a mixture of provocation and longing in her eyes. I placed my palm on her soft buttocks, and my fingertips sank into the elastic touch. I kneaded it hard a few times, causing her to let out a low moan, and her buttocks instinctively catered to my movements. My other hand reached towards her soaked vagina, and my fingertip wandered between her slippery labia, sometimes scratching gently, sometimes pressing heavily, feeling her every tremble and contraction. Her breathing became more rapid, mixed with broken moans. The familiar [uh - huh] escaped from her throat, teasing my nerves like a secret signal, making my desire burn even more fiercely.", "Don't just do this. Hurry up. I want you to fuck me from behind~", "Karen's lust consumed her rationality like a raging fire. She turned her head to look at me, her eyes burning with intense eagerness, mixed with a hint of coquettish resentment. Her tone was half - command and half - coquetry, like a soft whip lashing at my heart, making my blood boil. She raised her buttocks high, and her wet vagina glistened in the morning light. I held her round buttocks, stabilized her body, and aimed my penis at her slippery entrance. The tip rubbed gently a few times, feeling the warm passage tempting me to go deeper. She let out a哼, with a bit of blame, as if pleading with me to stop torturing her. Taking a deep breath, I thrust my waist hard, going all the way in, deeply buried in her tight abyss. Karen suddenly arched her back and let out a low moan like a nightingale.", "Karen's moans echoed in the air, melodious and soul - stirring, like the sound of night rain hitting the window, teasing my heartstrings. The hot inner wall of her vagina wrapped around me inch by inch. Every bit of penetration was like lighting a string of fireworks, making my whole body's blood boil. I kept accelerating from behind, ramming hard, each time hitting her deepest part. Her buttocks rippled with each impact, and the rhythm of the slaps mixed with her increasingly rapid moans was like a strong wind sweeping across the sea. She propped her arms on the bed, her nails almost digging into the bedsheet. Her body swayed back and forth with my thrusts. The hot and humid passage contracted violently, as if trying to swallow me whole.", "Karen nimbly turned over, pushed me to lie flat, and straddled me herself. Her legs spread wide, and her slippery vagina hovered above my hard - as - iron and hot penis, then slowly sank down. Her vagina engulfed me inch by inch. The hot inner wall tightly wrapped around me, wet and slippery yet greedily sucking. Every bit of penetration was like lighting a cluster of electric sparks on my nerves. Karen raised her head and let out a long sigh, with her unique tremolo, like a wind chime tinkling on a summer night, making all my blood rush to my lower body. <br><br> She started to sway her waist, the rhythm changing from slow to fast, like a rider taming a wild horse. Her buttocks rose and fell, bringing out a series of soft sounds of flesh - to - flesh collisions. Her vagina repeatedly sheathed me, and the hot and humid passage contracted violently, as if trying to drain me dry. I growled in response, my eyes firmly fixed on her sweaty chest and dazed expression, feeling the impact of each of her descents. She accelerated her riding, her moans getting louder, like the thunder before a rainstorm. Her fingertips dug into my chest, leaving faint red marks, completely pushing me into the abyss of desire.", "I... I have no strength left...", "Karen's voice was like melted syrup, sweet yet tinged with a bit of dependence, making my heart soften. She slid off my body, slumped on the bed, her long legs slightly spread open. Her slippery vagina glowed moistly in the morning light. The honey - like liquid trickled down her thigh into a thin stream, exuding a warm fragrance of flowers and fruits, like a ripe peach inviting me to taste. <br><br> I leaned over and pressed down, propping myself above her. My eyes swept over her blushing cheeks and half - open red lips. It was as if a hidden fire was ignited in my chest. She raised her arm and weakly hooked it around my neck, her fingertips gently scratching the back of my neck, bringing a tingling and hot current. I held my penis, aimed at her soft entrance. As soon as the tip touched her hot and humid labia, she let out a soft哼, and her passage twitched slightly, as if wordlessly urging me. I sank my waist and slowly penetrated, feeling her hot inner wall tightly wrap around me. Every bit of penetration was like lighting a string of sparks in her body, making my whole body's blood boil. <br><br> Karen raised her chin, and a long sigh escaped from her throat, with her unique low moan, like a stream flowing over pebbles, gentle yet extremely seductive. Her legs instinctively wrapped around my waist, and her heels gently pressed against my buttocks, as if encouraging me to possess her more deeply. I started to thrust, the rhythm changing from slow to urgent. Each time I reached her deepest part. The sound of flesh - to - flesh collisions mixed with her increasingly rapid moans was like the chirping of summer insects one after another. Her nails dug into my shoulders, leaving faint crescent - shaped marks. Her eyes were blurred yet still carried a hint of stubborn provocation. I increased the force, ramming hard, feeling every tremble of her body, and sinking into this intimate entanglement.", "Karen's moans became more urgent, like the low hum of a swarm of bees at dusk, making my heart pound like a drum. Her legs tightly wrapped around my waist, and her heels urged me to press against my buttocks. Her wet vagina contracted violently with each of my thrusts. The inner wall was as smooth as silk yet tightly coiled, as if inviting me to drown in an endless heat wave. Her nails scratched fine red marks on my shoulders. Her eyes were confused, and sweat dripped from her forehead, trickling down her blushing cheeks, exuding a warm body fragrance, like the sweetness of petals after rain, making all my blood rush to one place. <br><br> I growled and accelerated, violently thrusting my waist. Each time I rammed straight into her deepest part. The sound of flesh - to - flesh impacts mixed with her intermittent moans was like a storm pounding on the window lattice, rapid and wild. Her passage became even tighter, wrapping around me like a heat wave, pushing me to the limit.", "I'm coming...", "I could no longer hold back. I pulled out my penis. Karen opened her mouth, and her red lips quickly took my penis in her mouth. Her tongue deftly wrapped around the tip. I could no longer resist. My body suddenly trembled. Pleasure burst out like a flood. Thick semen spurted out and shot into her soft and warm mouth.<br><br>Afterwards, we embraced and lingered for a while, then tidied up and went back to the company together to handle the signing procedures for Karen. Karen officially became a new artist of the company."]>>
<<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.", "The company's name is "]>>
<<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~"]>>
<<set $live_txt to ["Basic-Training", "Mid-Training", "Pro-Training", "Free Activity", "Work"]>>
<<set $live_msg_txt to ["After a day of hustle and bustle, _actor.name consumed _task.energy energy and finally completed the work of [_taskName]. Earned a wage of _wage and increased popularity by _popu.", "After paying the tuition fee of _task.money, _actor.name trained hard, consumed _task.energy energy, and completed the course of [$live_txt[_index]], with the skill improved by _skill.", "_actor.name took a rest today and the energy recovered by _task.energy.", "After a day of hustle and bustle, _actor.name consumed _task.energy energy and finally completed the work of [_taskName]. _actor.name was in great condition today, performed outstandingly in the work, received praise from the client, earned a wage of _wage and increased popularity by _popu.", "After paying the tuition fee of _task.money, _actor.name trained hard, consumed _task.energy energy, and completed the course of [$live_txt[_index]]. During the training process, _actor.name had a stroke of inspiration and was praised by the training teacher, with the skill improved by _skill.", "_actor.name has insufficient energy. The current energy is _actor.energy, and she cannot complete today's activities. She needs to be arranged to rest as soon as possible."]>>
<<set $live_description_txt to ["Basic Skill Upgrade 5, affected by actor growth", "Skill Upgrade 10, affected by actor growth", "Skill Upgrade 15, affected by actor growth", "Long live the vacation", "Basic Remuneration 20,000, slightly increase popularity"]>>
<<set $task_name_txt to ["Basic Training", "Mid Training", "Pro Training", "Free Activity", "Character Audition", "Attending Premiere", "Charity Dinner Speech", "Red Carpet Styling", "Fan Meeting", "Social Media Interaction", "Food Advertising", "Brand Promo", "Challenge Action Drama", "Dubbing Animated Characters", "Dialect Line Training", "Shooting Magazine Cover", "Endorsing Luxury Goods", "Guest Variety Show", "Film Festival Red Carpet", "Shooting Sports Advertising", "Publishing Personal Biography", "Shooting Fashion Magazine Cover", "Shooting Brand Advertising", "Practicing Horse Riding Skills", "Passion Drama in the Rain", "Recording Public Service Advertising", " International Film Festival Speech "," Shooting Shampoo Advertising "," Taking Photos with Fans "," Preparing for Concerts "," Shooting Car Advertising "," Participating in Talk Show "," Shooting MV "," Guest Variety Show "]>>
<<set $char_name_txt to ["Sophia Hopkins", "Isabella Moore", "Charlotte Carter", "Ava Thompson", "Olivia Wilson", "Emily Taylor", "Mia Davis", "Harper Anderson", "Ella Clark", "Grace White", "Victoria Green", "Luna Robinson", "Zoe Lee", "Vivian Perez", "Claire Turner", "Leah King", "Penelope Parker", "Scarlett Yang", "Celeste Morgan", "Aurora Bailey", "Alicia Chen", "Nora Adams", "Irene Martin", "Valentina Scott", "Layla Moore", "Evelyn Lee", "Maya Thompson", "Brianna Wilson", "Giselle Davis", "Josephine Anderson", "Sienna Clark", "Daisy White", "Addison Green", "Katrina Robinson", "Stella Perez", "Camila Turner", "Julian King", "Juliet Parker", "Eloise Yang", "Felicity Morgan", "Isadora Bailey", "Matilda Chen", "Ophelia Adams", "Cora Martin", "Lillian Scott", "Rosalind Moore", "Sylvia Wilson", "Josephine Davis", "Claudia Anderson", "Florence Clark"]>>
<<set $movie_name_txt to ["Ember", "Entropy", "Shadow", "Flame", "Core", "Twilight", "Celestial", "Time", "Bloodmoon", "Mechanical", "Foggy City", "Mythical Beast", "Quantum", "Ashen Earth", "Neon", "Star Orbit", "Sky Rift", "Time Cocoon", "Blood Pact", "Mechanical Verse", "Misty Voyage", "Mythical Revelation", "Quantum Letters", "Ashen Elegy", "Neon Paradox", "Eternal Night Express", "Amber Key", "Abyss Theater", "Zero Boundary", "Hologram Fable", "Rusted Dawn", "Dark Web Rose", "Singularity Lament", "Silver Wings Echo", "Void Cocoon", "Red Tide Narrative", "Prism Maze", "Cyber Fable", "Black Box Resonance", "Stardust Requiem", "Wasteland Ballad", "Alien Tribunal", "Code Rhapsody", "Entropy Reversal", "Lightrace", "Data Verse", "Dark Domain Echo", "Imaginary Rhapsody", "Crimson Rule", "Silicon Elegy"]>>
<<set $company_name_txt to ["Stellar Horizon Ltd.", "Phantasma Visuals Ltd.", "Deep Space Entertainment Ltd.", "Singularity Pictures Ltd.", "Dark Domain Studios Ltd.", "Quantum Films Ltd.", "Neon Cinema Ltd.", "Zero Boundary Entertainment Ltd.", "Red Tide Productions Ltd.", "Prism Studios Ltd."]>>
<<set $build_txt to ["Buildings", "Current count", "Required", "Basic-Training Room", "Provides training for actors with skills ranging from 0 to 100, improving their acting skills", "Mid-Training Room", "Provides training for actors with skills ranging from 101 to 300, improving their acting skills", "Pro-Training Room", "Provides training for actors with skills above 300, improving their acting skills", "Conference Room", "Formulates weekly activity plans for all actors"]>>
<<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)"]>><<nobr>>
<<set $lust +=5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("boobs")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[1]</div>
[[$menu_txt[41]|Eva Ofc QF Touch]] <<nobr>>
<<set $lust +=5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("Touch")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[2]</div>
[[$sex_menu_txt[19]|Eva Ofc QF Undress]] <<nobr>>
<<set $lust +=5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("Undress")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[3]</div>
[[$sex_menu_txt[3]|Eva Ofc QF HJ]] <<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("hj_1", "hj_2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[4]</div>
[[$sex_menu_txt[3]|Eva Ofc QF HJ]] [[$sex_menu_txt[4]|Eva Ofc QF BJ]] [[$sex_menu_txt[2]|Eva Ofc QF Pussy]] [[$sex_menu_txt[32]|Eva Ofc QF Finger]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("bj_1", "bj_2", "bj_3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[5]</div>
[[$sex_menu_txt[3]|Eva Ofc QF HJ]] [[$sex_menu_txt[4]|Eva Ofc QF BJ]] [[$sex_menu_txt[2]|Eva Ofc QF Pussy]] [[$sex_menu_txt[32]|Eva Ofc QF Finger]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("Pussy1", "Pussy2", "Pussy3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[6]</div>
[[$sex_menu_txt[3]|Eva Ofc QF HJ]] [[$sex_menu_txt[4]|Eva Ofc QF BJ]] [[$sex_menu_txt[2]|Eva Ofc QF Pussy]] [[$sex_menu_txt[32]|Eva Ofc QF Finger]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("Finger1", "Finger2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[7]</div>
[[$sex_menu_txt[3]|Eva Ofc QF HJ]] [[$sex_menu_txt[4]|Eva Ofc QF BJ]] [[$sex_menu_txt[2]|Eva Ofc QF Pussy]] [[$sex_menu_txt[32]|Eva Ofc QF Finger]] [[$sex_menu_txt[23]|Eva Ofc QF In]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("in")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[8]</div>
[[$sex_menu_txt[7]|Eva Ofc QF Doggy]]<<nobr>>
<<set $lust +=20>>
<<set $energy -= 5>>
<</nobr>>
<<speech "Eva">>Fuckkk!!!~En~<</speech>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("Doggy1", "Doggy2", "Doggy3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[9]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Eva Ofc QF Cum]]<<else>>
[[$sex_menu_txt[7]|Eva Ofc QF Doggy]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Eva Ofc QF Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>>
<<set $sexcount_eva += 1>>
<<set $time +=1>>
<</nobr>>
<<speech "Eva">>Ah~Ah~<</speech>>
<video controls loop><source @src='"sexvid/eva_office_0/"+either("cum")+".mp4"' type="video/mp4">type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[10]</div>
[[$menu_txt[1]|Eva Ofc QF Aftermath]]
<video controls loop><source @src='"sexvid/eva_office_0/"+either("aftermath")+".mp4"' type="video/mp4">type="video/mp4"></video>
<div class ="narrator">$eva_ofc_qf_txt[11]</div>
[[$menu_txt[6]|Eva Office Interaction]]
<<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>>
<<widget "UpdateVar">>
<<if ndef $actorList>><<set $actorList to [
{name: 'Blaze', rel: 0, popularity: 3000, skill: 45, sexcount: 0, status: 'Not Met', growth: randomFloat(0.3, 0.7).toFixed(1), company: $companyName, wage: 3000, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]},
{name: 'Saika', rel: 0, popularity: 0, skill: 30, sexcount: 0, status: 'Not Met', growth: randomFloat(1.8, 2.0).toFixed(1), company:"-", wage: 0, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}
]>><</if>>/*所有演员列表*/
<<if ndef $arina_info>>
<<set $arina_info =
{name: 'Arina', rel: 0, popularity: 10000, skill: random(80, 100), sexcount: 0, status: 'Not Met', growth: randomFloat(1.8, 2.0).toFixed(1), company: "-", wage: 0, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}>>
<<set $actorList.pushUnique($arina_info)>>
<</if>>
<<if ndef $saika_info>>
<<set $saika_info to {name: 'Saika', rel: 0, popularity: 0, skill: 30, sexcount: 0, status: 'Not Met', growth: randomFloat(1.8, 2.0).toFixed(1), company:"-", wage: 0, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}>>
<<set $actorList.pushUnique($saika_info)>>
<</if>>/*Saika数据*/
<<if ndef $blaze_info>>
<<set $blaze_info to {name: 'Blaze', rel: 0, popularity: 3000, skill: 45, sexcount: 0, status: 'Not Met', growth: randomFloat(0.3, 0.7).toFixed(1), company: $companyName, wage: 3000, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}>>
<<set $actorList.pushUnique($blaze_info)>>
<</if>>/*Blaze数据*/
<<if ndef $nene_info>>
<<set $nene_info to {name: 'Nene', rel: 0, popularity: 500, skill: random(40, 60), sexcount: 0, status: 'Not Met', growth: randomFloat(1.5, 1.8).toFixed(1), company:"-", wage: 500, profession:$office_interact_txt[1], contact: 1, energy: 100, weeklyTask:[], achievements:[]}>>
<<set $nene_event to 0>>
<</if>>/*Nene数据*/
<<if ndef $karen_info>>
<<set $karen_info to {name: 'Karen', rel: 0, popularity: 3000, skill: random(40, 70), sexcount: 0, status: 'Not Met', growth: randomFloat(1.8, 2.0).toFixed(1), company:"-", wage: 3000, profession:$office_interact_txt[1], contact: 1, energy: 100, weeklyTask:[], achievements:[]}>>
<<set $karen_event to 0>>
<</if>>/*Karen数据*/
<<if $actorList.length lt 20>><<AICharInit>><</if>>
<<if ndef $companyName>><<set $companyName to "Star Agent">><</if>>/*主角公司名称*/
<<if ndef $eva_script_progress>><<set $eva_script_progress to 0>><</if>>/*剧本进度*/
<<if ndef $gameVersion>><<set $gameVersion to 14>><</if>>
<<if ndef $taskList>><<set $taskList to []>><</if>>
<<if ndef $movieList>><<set $movieList to []>><</if>>
<<if ndef $companyNameList>><<set $companyNameList to []>><</if>>
<<if ndef $charNameList>><<set $charNameList to []>><</if>>
<<if ndef $bossCompany>><<set $bossCompany to $place_txt[23]>><</if>>
<<if ndef $isAIOpen>><<set $isAIOpen to 0>><</if>>
<<if ndef $prestigeLevel>><<set $prestigeLevel to 1>><</if>>
<<if ndef $selectTaskChar>><<set $selectTaskChar to ''>><</if>>
<<if ndef $selectTask>><<set $selectTask to {}>><</if>>
<<if ndef $singleApartmentRent>><<set $singleApartmentRent to 2500>><</if>>
<<if ndef $aiMagic>><<set $aiMagic to 1>><</if>>
<<if ndef $saika_sleep_teg>><<set $saika_sleep_teg to 0>><</if>>
<<if ndef $curMovieInfo>><<set $curMovieInfo to {}>><</if>>
<<if ndef $crewPatrol>><<set $crewPatrol to 0>><</if>>
<<if ndef $movieCount>><<set $movieCount to 0>><</if>>
<<if ndef $relellie>>
<<set $relellie to 0>>
<<set $sexcount_ellie to 0>>
<<set $elliestatus to "Not Met">>
<<set $ellie_skill to random(95, 100)>>
<<set $ellie_event to 0>>
<</if>>
<<if ndef $movieListTop10>><<set $movieListTop10 to []>><</if>>/*票房前10电影列表*/
<<if ndef $movieListArt>><<set $movieListArt to []>><</if>>/*获得艺术奖电影列表*/
<<if ndef $aiCut>><<set $aiCut to 20>><</if>>/*外聘演员时,AI的额外抽成,被攻击时,这个比例会变高*/
<<if ndef $mticketPrice>><<set $mticketPrice to 30>><</if>> /*电影票价,不考虑浮动*/
<<if $gameVersion lt 15>>
<<if ndef $activityItem>><<include 'Activity Item'>><</if>>
<<elseif $gameVersion lt 14>>
<<if ndef $have_basictrainroom>><<set $have_basictrainroom to 0>><</if>>/*是否有初级训练室*/
<<if ndef $have_midtrainroom>> <<set $have_midtrainroom to 0>><</if>>/*是否有中级训练室*/
<<if ndef $have_protrainroom>><<set $have_protrainroom to 0>><</if>>/*是否有高级训练室*/
<<if ndef $have_conferenceroom>><<set $have_conferenceroom to 0>><</if>>/*是否有会议室*/
<<elseif $gameVersion lte 12>>
<<set $weights = {
progress: 0.2, /*电影制作完整度*/
script: 0.15, /* 剧本评分*/
director: 0.15, /* 导演能力*/
popularity: 0.25, /* 演员知名度*/
skill: 0.2, /* 演员表演水平*/
invest: 0.05, /* 高成本对质量的稀释*/
mouthGain: 0.0001, /* 每观众带来的口碑提升*/
fatigueAtte: 0.02, /* 每日吸引力衰减*/
pa: 0.1, /* 宣发:院线分成:电影评分 2:5:3的比例决定电影院的排片*/
theatrical: 0.1,
movieScore: 0.8
}>>
<<set $config = {
filmCount: 40, /*影院总数*/
hallCount: 6,/*每家影厅数*/
screenings: 8,/*每厅日场次*/
seat: 100,/*每场座位数*/
playTime: [ /* 时段基础权重(越晚权重越低)*/
{ time: "09:30", weight: 0.3 },
{ time: "11:30", weight: 0.5 },
{ time: "13:30", weight: 0.7 },
{ time: "15:30", weight: 0.85 },
{ time: "17:30", weight: 0.95 }, /* 黄金时段*/
{ time: "19:30", weight: 0.9 },
{ time: "21:30", weight: 0.6 },
{ time: "23:30", weight: 0.2 } /* 幽灵时段*/
]
}>>
<<set $normalize = {
/*--- 演员人气 ---
假设人气范围: 10万级,如 [5,000 ~ 2,000,000]
标准化为0-100分
*/
actorPopularity: (value, total) => {
return Math.min(100, Math.max(0, (value - 5000) / (total - 5000) * 100));
},/* 保证在0-100分内*/
/*--- 电影制作成本 ---
假设成本范围: 1000万~5亿
标准化为负分惩罚(越高成本惩罚越重)
*/
costPenalty: (cost) => {
if (cost >10000000) {
const logCost = Math.log10(cost / 10000000); /* 以1000万为基准(1e7)*/
return Math.min(50, logCost * 10); /*logCost=1(1e8→1亿)→惩罚20分*/
}else {
return 0;
}
}
}>><</if>>
<<if $movieList.length lte 0>><<CreateMovieIntoList>><</if>>
/*V06及以前旧存档的人员处理*/
<<if $eva_event.length gt 1>>
<<set $eva_event to $eva_event_txt.indexOf($eva_event)>>
<</if>>
<<if $kojima_event.length gt 1>>
<<set $kojima_event to $kojima_event_txt.indexOf($kojima_event)>>
<</if>>
<<set _Saika to $actorList.find(function (val) {
return val.name === "Saika";
})>>
<<if def _Saika.wages>>
<<set _ns = {name: _Saika.name, rel: _Saika.rel, popularity: _Saika.popularity, skill: _Saika.skill, sexcount: _Saika.sexcount, status: _Saika.status, growth: _Saika.growth, company:_Saika.company, wage: Math.trunc(_Saika.popularity/1000)*1000, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}>>
<<set _tmp to $actorList.deleteWith(function (val) {
return val.name === "Saika";
})>>
<<set $actorList.push(_ns)>>
<</if>>
<<set _Blaze to $actorList.find(function (val) {
return val.name === "Blaze";
})>>
<<if def _Blaze.wages>>
<<set _nb = {name: _Blaze.name, rel: _Blaze.rel, popularity: _Blaze.popularity, skill: _Blaze.skill, sexcount: _Blaze.sexcount, status: _Blaze.status, growth: _Blaze.growth, company: $companyName, wage: 3000, profession:$office_interact_txt[1], energy: 100, weeklyTask:[], achievements:[]}>>
<<set _tmp to $actorList.deleteWith(function (val) {
return val.name === "Blaze";
})>>
<<set $actorList.push(_nb)>>
<</if>>
<</widget>>/*<<set _tmp to $employee.find(function (val) {
return val.name === "Rose";
})>>
_tmp.name
<<set $employee to $employee.deleteWith(function (val) {
return val.name === "Liya";
})>>
<<set $employee to $employee.sort(function (a, b) {
return b.wage - a.wage;
})>>
<<for _itemKey, _item range $employee>>
_item.name
<</for>>
<<set _num to Math.trunc(3 * $saika_info.growth)>>
_num
<<set _task to {title:'', company:'', level: 0, difficulty: 1 }>>
<<set _task.title = $task_name_txt[random(0, $task_name_txt.length-1)]>>
_task.title
<<set _num = Math.trunc(12311245/1000)*1000>>
_num
<<set _num = random(200, 70)>>
_num
<<if ndef $arina_info>> <<set $antina_info =
{name: 'Antina', rel: 0, popularity: 0, skill: 80, sexcount: 0, status: 'Not Met', growth: randomFloat(1.8, 2.0).toFixed(1), company:"-", wage: 0, profession:$office_interact_txt[1]}>><</if>>
<<set $actorList.pushUnique($arina_info)>>
<<set $antina_info.rel = 60>>
<<set _choseList.deleteWith(function (val) {
return val.checked === 0;
})>>
<<set _movie.popuScore = Math.trunc(_movie.actors.map(a => $normalize.actorPopularity(a.popularity)).reduce((sum, a) => sum + a.val, 0) / _movie.actors.length)>>
<<set _score = $normalize.actorPopularity(30000, 271933)>>
_score
<<CreateMovieIntoList>>
<<set _movie = {"name": "Entropy", "company": "Star Agent", "script": 92, "actors": [ {"name": "Saika", "rel": 0, "popularity": 0, "skill": 30, "sexcount": 0, "status": "Not Met", "growth": "2.0", "company": "-", "wage": 0, "profession": "Actress"}, {"name": "Josephine Anderson", "rel": 0, "popularity": 3749600, "skill": 140, "sexcount": 0, "status": "Not Met", "aiImg": 5, "growth": "2.0", "company": "Spade Pictures Ltd.", "wage": 37000, "created": "ai", "profession": "Actress"}, {"name": "Addison Green", "rel": 0, "popularity": 1018700, "skill": 170, "sexcount": 0, "status": "Not Met", "aiImg": 4, "growth": "1.0", "company": "Zero Boundary Entertainment Ltd.", "wage": 10000, "created": "ai", "profession": "Actress"}], "director": 0, "progress": 100, "invest": 20000000, "pa": 0.2, "theatrical": 0.5, "artScore": 217, "score": 88, "popuScore": 81, "dailyAttendance": 0, "attendance": 0, "dailyBoxofc": 0, "boxOff": 0, "status": 3, "releaseDate": 1}>>
<<MovieScoreCalc _movie>><</MovieScoreCalc>>
_movie.score
<<link [img['img/icon/support.jpg']]>>
<<dialog ''>>
<div class="phone">
<div class="box"></div>
<!--other begin-->
<div class="volume"></div>
<div class="power"></div>
<div class="camera">444</div>
<div class="receiver"> <div></div></div>
<!--other end--> </div>
<</dialog>>
<</link>>
<<set _rps to new RPS([
"rock", "paper", "scissors"
])>>
<<set _player to _rps.elements[2]>>
<<set _opponent to _rps.elements.random()>>
You played <<= _player>>.
They played <<= _opponent>>.
<<set _result to _rps.compare(_player, _opponent)>>
<<if _result gt 0>>
You win!
<<elseif _result lt 0>>
You lose...
<<else>>
It's a draw.
<</if>>
*/
[[Init]]<<widget "CharLiveGrowth" container>>
<<set _charinfo to _args[0]>>
<<set _charinfo.rel +=5>><<if _charinfo.rel lt 0>><<set _charinfo.rel to 0>><</if>>
<<set _popularity = random(Math.trunc(_charinfo.popularity*0.05), Math.trunc(_charinfo.popularity * (_charinfo.skill*0.0001+_charinfo.growth*0.1)))>>
<<set _charinfo.popularity += _popularity>>
<<set $money += $selectTask.wages>>
<<set _skillrdm = Math.trunc(3 * _charinfo.growth)>>
<<set _charinfo.skill += _skillrdm>>
<<set _charinfo.wage = Math.trunc(_charinfo.popularity/1000)*1000>>
(_charinfo.name $menu_txt[34] + _popularity)<br>
(_charinfo.name $menu_txt[33] + _skillrdm)<br>
(_charinfo.name $menu_txt[31] + 5)<br><br>
<</widget>>
<<widget "CharContact" container>>
<<set _charinfo to _args[0]>>
<<if _charinfo.status isnot "Signed">>
<<set _title = _charinfo.name+' Contact Event '+ _charinfo.contact>>
<<goto _title>>
<</if>>
<</widget>>
<div class ="narrator">[[$table_txt[12]|Daily Boxofc Ranking]] [[$table_txt[13]|Boxofc Ranking]] [[$table_txt[14]|Top10 Boxofc Ranking]] [[$table_txt[11]|Char Ranking]] </div>
<h3>$table_txt[11]</h3>
<div class="table-users">
<table><thead>
<tr>
<th></th><th>$menu_txt[30]</th><th>$place_txt[8]</th><th>$menu_txt[34]</th><th>$menu_txt[33]</th><th>$menu_txt[45]</th><th>$menu_txt[46]</th><th>$menu_txt[47]</th>
</tr>
</thead>
<tbody>
<<set $actorList to $actorList.sort(function (a, b) {
return b.popularity - a.popularity;
})>>
<<for _itemKey, _item range $actorList>>
<<capture _itemKey, _item>>
<tr><td><<if ndef _item.created>>[img['img/char/'+_item.name+'/'+_item.name+'_icon.jpg']]<<else>>[img['img/aistar/s'+_item.aiImg+'.jpg']]<</if>></td>
<td>_item.name</td>
<td>_item.company</td>
<td>_item.popularity</td>
<td>_item.skill</td>
<td>_item.growth</td>
<td>_item.wage</td>
<td>
<<if ndef _item.created>><<link $menu_txt[39]>><<charinfo _item>><</link>><</if>>
<<if _item.company is "-">><br><br><<link $menu_txt[48]>>
<<CharContact _item>><</CharContact>>
<</link>><</if>>
</td></tr><</capture>>
<</for>>
</tbody>
</table>
</div>
[[$menu_txt[3]|Office]]/*<br>
[[$table_txt[14]|Top10 Boxofc Ranking]] [[$table_txt[15]|Panda Award Ranking]] */<<widget "CharSigned">>
<<set _tmp to $actorList.find(function (val) {
return val.name === _args[0];
})>>
<<set _tmp.status to "Signed">>
<<set _tmp.popularity to 1000 * _tmp.growth>>
<<set _tmp.rel += 10>>
<<set _tmp.company to $companyName>>
<<set _tmp.wage to Math.trunc(_tmp.popularity/1000)*1000>>
<<TaskListRefresh>>
<</widget>>
<<widget "CharFired">>
<<set _tmp to $employee.deleteWith(function (val) {
return val.name === _args[0];
})>>
<</widget>>
<<widget "AICharGrowth">>
<<for _itemKey, _item range $actorList>>
<<capture _itemKey, _item>>
<<if _item.company is $companyName || _item.company is "-">>
<<continue>>
<</if>>
<<if $have_basictrainroom is 1>>
<<set _item.skill += random(30, Math.trunc(30 * _item.growth)* $aiMagic)>>
<<elseif $have_midtrainroom is 1>>
<<set _item.skill += random(50, Math.trunc(50 * _item.growth)* $aiMagic)>>
<<elseif $have_midtrainroom is 1>>
<<set _item.skill += random(60, Math.trunc(60 * _item.growth)* $aiMagic)>>
<<else>>
<<set _item.skill += random(3, Math.trunc(10 * _item.growth)* $aiMagic)>>
<</if>>
<<set _item.popularity += random(Math.trunc(_item.popularity*0.01* $aiMagic), Math.trunc(_item.popularity *(_item.skill*0.0001+ _item.growth*0.05* $aiMagic)))>>
<<set _item.wage to Math.trunc(_item.popularity/1000)*1000>>
<</capture>>
<</for>>
<</widget>>
<<widget "AICharInit">>
<<for _i to 0; _i lt 20; _i++>>
<<set _char to {name: '', rel: 0, popularity: 3000, skill: 0, sexcount: 0, status: 'Not Met', aiImg: 1, growth: randomFloat(0.5, 2).toFixed(1), company: "-", wage: 3000, created: 'ai', profession:$office_interact_txt[1]}>>
<<set _char.name = $char_name_txt[random(0, $char_name_txt.length-1)]>>
<<set _rdm = random(1, 10)>>
<<if _rdm gte 7>> <<set _char.company = $bossCompany>> <<else>>
<<set _char.company = $company_name_txt[random(0, $company_name_txt.length-1)]>><</if>>
<<set _char.popularity = random(1000,50000)>>
<<set _char.aiImg = random(1, 11)>>
<<set _char.skill += random(30, 100)>>
<<set _char.wage to Math.trunc(_char.popularity/1000)*1000>>
<<set $actorList.pushUnique(_char)>>
<</for>>
<</widget>><<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("start")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[0]</div>
[[$menu_txt[1]|Eva Gather0 Undress]]<<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("Undress")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[1]</div>
[[$sex_menu_txt[1]|Eva Gather0 Boobs]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("boobs")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[2]</div>
[[$menu_txt[1]|Eva Gather0 Penis]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<<speech "Eva">>$eva_gather0_txt[3]<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("Penis")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[4]</div>
[[$sex_menu_txt[4]|Eva Gather0 BJ]]<<nobr>>
<<set $lust +=5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("Undress1")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[6]</div>
[[$sex_menu_txt[23]|Eva Gather0 In]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("in")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[7]</div>
[[$sex_menu_txt[18]|Eva Gather0 RCowgirl]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("RCowgirl1", "RCowgirl2", "RCowgirl3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[8]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Eva Gather0 Cum]]<<else>>
[[$sex_menu_txt[18]|Eva Gather0 RCowgirl]] [[$menu_txt[1]|Eva Gather0 Move]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Eva Gather0 Cum]]<</if>><</if>><<nobr>>
<<set $lust +=5>>
<<set $energy -= 5>>
<</nobr>>
<<speech "Eva">>$eva_gather0_txt[9]<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("Move")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[10]</div>
[[$sex_menu_txt[4]|Eva Gather0 BJ2]]<<nobr>>
<<set $lust +=5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("bj1", "bj2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[5]</div>
[[$sex_menu_txt[4]|Eva Gather0 BJ]] [[$sex_menu_txt[19]|Eva Gather0 Undress1]]<<nobr>>
<<set $lust +=5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("bj3", "bj4")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[11]</div>
[[$sex_menu_txt[23]|Eva Gather0 In2]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("in2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[12]</div>
[[$sex_menu_txt[7]|Eva Gather0 Doggy]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<<speech "Eva">>Ahhhh~Ennnn~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("Doggy1", "Doggy2", "Doggy3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[13]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Eva Gather0 Cum]]<<else>>
[[$sex_menu_txt[7]|Eva Gather0 Doggy]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Eva Gather0 Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>>
<<set $sexcount_eva += 1>>
<<set $time += 12>>
<<set $eva_script_progress += 30>>
<</nobr>>
<<speech "Eva">>Ennnn~Ennnn~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_0/"+either("cum")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[14]</div>
[[$menu_txt[1]|Eva Gather0 Aftermath]]<video controls loop><source @src='"sexvid/eva_gather_0/"+either("aftermath")+".mp4"' type="video/mp4">type="video/mp4"></video>
<div class ="narrator">$eva_gather0_txt[15]</div>
[[$menu_txt[6]|Eva Office Interaction]]
$message_txt[12]
<div class="table-users">
<table id="rating-table"><thead>
<tr>
<th>$table_txt[0]</th><th>$table_txt[1]</th><th>$table_txt[2]</th><th>$table_txt[3]</th><th>$table_txt[4]</th><th>$menu_txt[47]</th>
</tr>
</thead>
<tbody>
<<for _itemKey, _item range $taskList>>
<<capture _itemKey, _item>>
<<set _level = _item.level>>
<<set _titlel = _item.title>>
<<set _company= _item.company>>
<tr data-rating=_level><td>$task_name_txt[_titlel]</td>
<td>$company_name_txt[_company]</td>
<td>$prestige_txt[_level]</td>
<td class="star-cell">_item.difficulty</td>
<td><<=formatUSD(_item.wages)>></td>
<td><<if $prestigeLevel gte _level+1>><<if _item.completed is 0>>
<<link $menu_txt[21]>>
<<if $energy gte 20>>
<<set $selectTask to _item>>
<<set _tmp to $selectTaskChar+' Live Event'>> <<goto _tmp>>
<<set $selectTask.completed = 1>>
<<else>>
<<popover>>$message_txt[9]<</popover>>
<</if>>
<</link>><<else>>$menu_txt[49]<</if>><</if>>
</td></tr><</capture>>
<</for>>
</tbody>
</table>
</div>
[[$menu_txt[3]|$return]]<<widget "TaskListRefresh">>
<<set $taskList = []>>
<<for _i to 0; _i lt 10; _i++>>
<<set _task to {title:'', company:'', level: 0, difficulty: 1, completed: 0, wages: 0}>>
<<set _task.title = random(0, $task_name_txt.length-1)>>
<<set _task.company = random(0, $company_name_txt.length-1)>>
<<set _level = random(0, $prestige_txt.length-1)>>
<<set _difficulty = random(1, $prestige_txt.length)>>
<<set _task.level = _level>>
<<set _task.difficulty = _difficulty>>
<<set _task.wages = 15000*(_level+1)*(_difficulty)>>
<<set $taskList.push(_task)>>
<</for>>
<</widget>><<widget "WeekBalance">>
<<speech "You">>$home_txt[12]<</speech>>
<<set _rentTotal = 0>>
<<set _wageTotal = 0>>
<<set _total = 0>>
<div class="bill-container">
<h2 class="bill-title">$table_txt[5]</h2>
<div class="category">
<h3 class="category-title">$table_txt[6]</h3>
<div class="item">
<span class="item-name">$table_txt[6] - $place_txt[25]</span>
<span class="item-amount"><<= formatUSD($rent)>></span>
<<set _rentTotal += ($rent)>>
</div>
<<if $apartment_rent is 1>>
<div class="item">
<span class="item-name">$table_txt[6] - $place_txt[19]</span>
<span class="item-amount"><<= formatUSD($singleApartmentRent)>></span>
<<set _rentTotal += ($singleApartmentRent)>>
</div>
<</if>>
<div class="total">
<span class="total-name">$table_txt[6]$table_txt[7]</span>
<span class="item-amount"><<= formatUSD(_rentTotal)>></span>
</div>
</div>
<div class="category">
<h3 class="category-title">$table_txt[8]</h3>
<<for _itemKey, _item range $employee>>
<<capture _itemKey, _item>>
<div class="item">
<span class="item-name">_item.name - _item.profession</span>
<span class="item-amount"><<= formatUSD(_item.wage)>></span>
<<set _wageTotal += (_item.wage)>>
</div>
<</capture>>
<</for>>
<<for _itemKey, _item range $actorList>>
<<capture _itemKey, _item>>
<<if _item.company isnot $companyName>>
<<continue>>
<</if>>
<div class="item">
<span class="item-name">_item.name - _item.profession</span>
<span class="item-amount"><<= formatUSD(_item.wage)>></span>
<<set _wageTotal += (_item.wage)>>
</div>
<</capture>>
<</for>>
<div class="total">
<span class="total-name">$table_txt[8]$table_txt[7]</span>
<span class="item-amount"><<= formatUSD(_wageTotal)>></span>
</div>
</div>
<div class="grand-total">
<span class="grand-total-name">$table_txt[7]</span>
<<set _total = _rentTotal + _wageTotal>>
<<set $money -= _total>>
<span class="item-amount"><<= formatUSD(_total)>></span>
</div>
</div>
<</widget>>//数值上限控制
<<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<if $prestige lt 0>><<set $prestige to 0>><</if>>
<<if $eva_script_progress lt 0>><<set $eva_script_progress to 0>><<elseif $eva_script_progress gt 100>><<set $eva_script_progress to 100>><</if>>
/* 地位 */
<<if $prestige gte 0 and $prestige lte 100>>
<<set $prestigeDesc to $prestige_txt[0]>>
<<set $prestigeLevel to 1>>
<<set $prestingMin to 0>>
<<set $prestigeMax to 100>>
<<elseif $prestige gt 100 and $prestige lte 350>>
<<set $prestigeLevel to 2>>
<<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 $prestigeLevel to 3>>
<<set $prestingMin to 350>>
<<set $prestigeMax to 700>>
<<elseif $prestige gt 700 and $prestige lte 4000>>
<<set $prestigeDesc to $prestige_txt[3]>>
<<set $prestigeLevel to 4>>
<<set $prestingMin to 700>>
<<set $prestigeMax to 4000>>
<<elseif $prestige gt 4000 and $prestige lte 180000>>
<<set $prestigeDesc to $prestige_txt[4]>>
<<set $prestigeLevel to 5>>
<<set $prestingMin to 4000>>
<<set $prestigeMax to 180000>>
<<else>>
<<set $prestigeDesc to $prestige_txt[0]>>
<<set $prestigeLevel to 1>>
<<set $prestingMin to 0>>
<<set $prestigeMax to 100>>
<</if>><div class="character-info passage">
<img src="img/char/Arina/Arina_info.jpg" style="max-width: 60%;">
<div class ="narrator">
under development
</div>
</div><<set $lust +=1>>
<<speech "Liya">>$filmCrew_txt[2]<</speech>>
<<speech "Liya">>$filmCrew_txt[3]<</speech>>
<<speech "Liya">>$filmCrew_txt[4]<</speech>>
<div class="table-users">
<table><thead>
<tr>
<th></th><th></th><th>$menu_txt[30]</th><th>$place_txt[8]</th><th>$menu_txt[34]</th><th>$menu_txt[33]</th><th>$menu_txt[46]</th>
</tr>
</thead>
<tbody>
<<if $curMovieInfo.actors.length lt 1>>
<<set _choseList = []>>
<<set $actorList to $actorList.sort(function (a, b) {
return b.popularity - a.popularity;
})>>
<<for _itemKey, _item range $actorList>>
<<set _char = {checked: 0, name: _item.name, popularity: _item.popularity, company: _item.company, skill: _item.skill, wage: _item.wage, charimg: ""}>>
<<capture _itemKey, _item, _char>>
<tr>
<<set _num = random(1, 10)>>
<<if def _item.created and _num lt 7>>
<<continue>>
<</if>>
<<if _item.company is "-">>
<<continue>>
<</if>>
<td><<checkbox "_char.checked" 0 1>></td>
<td><<if ndef _item.created>>
<<set _char.img = 'img/char/'+_item.name+'/'+_item.name+'_icon.jpg'>><<else>>
<<set _char.img = 'img/aistar/s'+_item.aiImg+'.jpg'>><</if>>
[img[_char.img]]</td>
<td>_char.name</td>
<td>_char.company</td>
<td>_char.popularity</td>
<td>_char.skill</td>
<td>_char.wage</td>
</tr>
<<set _choseList.push(_char)>>
<</capture>>
<</for>>
<<else>>
<<set _choseList = $curMovieInfo.actors>>
<<for _itemKey, _item range _choseList>>
<<capture _itemKey, _item>>
<tr>
<<if _item.company is "-">>
<<continue>>
<</if>>
<td><<if _item.checked is 1>><<checkbox "_item.checked" 0 1 checked>><<else>><<checkbox "_item.checked" 0 1>><</if>></td>
<td>[img[_item.img]]</td>
<td>_item.name</td>
<td>_item.company</td>
<td>_item.popularity</td>
<td>_item.skill</td>
<td>_item.wage</td>
</tr>
<</capture>>
<</for>>
<</if>>
</tbody>
</table>
</div>
<<set $curMovieInfo.actors = _choseList>>
[[$menu_txt[4]|Office]] [[$menu_txt[1]|Film Crew Invest]]<<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("start")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[0]</div>
[[$menu_txt[1]|Eva Gather1 Undress]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<<speech "Eva">>Ah~Ha~Ha~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("Undress")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[1]</div>
[[$sex_menu_txt[4]|Eva Gather1 BJ]] <<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<<speech "Eva">>En~En~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("bj1", "bj2", "bj3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[2]</div>
[[$sex_menu_txt[4]|Eva Gather1 BJ]] [[$sex_menu_txt[19]|Eva Gather1 Undress1]] <<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("Undress1")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[3]</div>
[[$sex_menu_txt[0]|Eva Gather1 Ass]] <<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<<speech "Eva">>Ah~En~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("In")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[6]</div>
[[$sex_menu_txt[7]|Eva Gather1 Doggy]] <<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<<speech "Eva">>Oh~Fuckkk~Yesss~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("Doggy1", "Doggy2", "Doggy3", "Doggy4")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[7]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Eva Gather1 Cum]]<<else>>
[[$sex_menu_txt[7]|Eva Gather1 Doggy]] [[$sex_menu_txt[10]|Eva Gather1 Spooning]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Eva Gather1 Cum]]<</if>><</if>><<nobr>>
<<set $lust +=3>>
<</nobr>>
<<speech "Eva">>HeHe~Oh~You~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("Ass")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[4]</div>
[[$sex_menu_txt[2]|Eva Gather1 Pussy]] <<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<<speech "Eva">>Oh~Fuckkk~Yesss~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("Spooning1", "Spooning2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[8]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Eva Gather1 Cum]]<<else>>
[[$sex_menu_txt[7]|Eva Gather1 Doggy]] [[$sex_menu_txt[10]|Eva Gather1 Spooning]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Eva Gather1 Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>>
<<set $sexcount_eva += 1>>
<<set $time += 12>>
<<set $eva_script_progress += 30>>
<</nobr>>
<<speech "Eva">>Ennnn~Ennnn~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("cum")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[9]</div>
[[$menu_txt[1]|Eva Gather1 Aftermath]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<<speech "Eva">>Oh~Yess~<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("Pussy")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[5]</div>
[[$sex_menu_txt[23]|Eva Gather1 In]] <<speech "Eva">>$eva_gather1_txt[10]<</speech>>
<video controls loop><source @src='"sexvid/eva_gather_1/"+either("aftermath")+".mp4"' type="video/mp4">type="video/mp4"></video>
<div class ="narrator">$eva_gather1_txt[11]
$menu_txt[43] +30</div>
[[$menu_txt[6]|Eva Office Interaction]]
<<nobr>>
<<set $time to 22>>
<<set $lust +=1>>
<</nobr>>
<<speech "You">> $saika_hometeg_txt[1]<</speech>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "Saika">>En~<</speech>>
<div class ="narrator">$saika_hometeg_txt[0]</div>
[[$menu_txt[1]|Saika Hometeg Home]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("home")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[2]</div>
[[$menu_txt[1]|Saika Hometeg Touch]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Touch1")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[3]</div>
[[$menu_txt[1]|Saika Hometeg Touch1]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Touch2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[4]</div>
[[$sex_menu_txt[21]|Saika Hometeg Kiss]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Kiss")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[5]</div>
[[$sex_menu_txt[19]|Saika Hometeg Undress]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Undress")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[6]</div>
[[$sex_menu_txt[1]|Saika Hometeg Boobs]]<<nobr>>
<<set $lust +=3>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Boobs1", "Boobs2", "Boobs3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[7]</div>
[[$sex_menu_txt[1]|Saika Hometeg Boobs]] [[$sex_menu_txt[2]|Saika Hometeg Cunnilingus]] [[$sex_menu_txt[3]|Saika Hometeg HJ]] [[$sex_menu_txt[4]|Saika Hometeg BJ]]<<nobr>>
<<set $lust +=3>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("hj1", "hj2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[9]</div>
[[$sex_menu_txt[1]|Saika Hometeg Boobs]] [[$sex_menu_txt[2]|Saika Hometeg Cunnilingus]] [[$sex_menu_txt[3]|Saika Hometeg HJ]] [[$sex_menu_txt[4]|Saika Hometeg BJ]]<<nobr>>
<<set $lust +=3>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("bj1", "bj2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[10]</div>
[[$sex_menu_txt[1]|Saika Hometeg Boobs]] [[$sex_menu_txt[2]|Saika Hometeg Cunnilingus]] [[$sex_menu_txt[3]|Saika Hometeg HJ]] [[$sex_menu_txt[4]|Saika Hometeg BJ]] [[$sex_menu_txt[23]|Saika Hometeg In]]<<nobr>>
<<set $lust +=3>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Cunnilingus1", "Cunnilingus2")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[8]</div>
[[$sex_menu_txt[1]|Saika Hometeg Boobs]] [[$sex_menu_txt[2]|Saika Hometeg Cunnilingus]] [[$sex_menu_txt[3]|Saika Hometeg HJ]] [[$sex_menu_txt[4]|Saika Hometeg BJ]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("in")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[11]</div>
[[$sex_menu_txt[9]|Saika Hometeg Missionary]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Missionary1", "Missionary2", "Missionary3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[12]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Hometeg Cum]]<<else>> [[$sex_menu_txt[9]|Saika Hometeg Missionary]] [[$sex_menu_txt[24]|Saika Hometeg Standing]] [[$sex_menu_txt[18]|Saika Hometeg RCowgirl]] [[$sex_menu_txt[8]|Saika Hometeg Cowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Saika Hometeg Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $energy -= 10>>
<<set $sexcount +=1>>
<<set $saika_info.sexcount +=1>>
<<set $saika_info.rel +=10>>
<<set $time +=2>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("cum")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[16]</div>
[[$menu_txt[1]|Saika Hometeg Aftermath]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Standing1", "Standing2", "Standing3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[13]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Hometeg Cum]]<<else>> [[$sex_menu_txt[9]|Saika Hometeg Missionary]] [[$sex_menu_txt[24]|Saika Hometeg Standing]] [[$sex_menu_txt[18]|Saika Hometeg RCowgirl]] [[$sex_menu_txt[8]|Saika Hometeg Cowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Saika Hometeg Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("RCowgirl1", "RCowgirl2", "RCowgirl3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[15]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Hometeg Cum]]<<else>> [[$sex_menu_txt[9]|Saika Hometeg Missionary]] [[$sex_menu_txt[24]|Saika Hometeg Standing]] [[$sex_menu_txt[18]|Saika Hometeg RCowgirl]] [[$sex_menu_txt[8]|Saika Hometeg Cowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Saika Hometeg Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("Cowgirl1", "Cowgirl2", "Cowgirl3")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[14]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Saika Hometeg Cum]]<<else>> [[$sex_menu_txt[9]|Saika Hometeg Missionary]] [[$sex_menu_txt[24]|Saika Hometeg Standing]] [[$sex_menu_txt[18]|Saika Hometeg RCowgirl]] [[$sex_menu_txt[8]|Saika Hometeg Cowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Saika Hometeg Cum]]<</if>><</if>><<nobr>>
<<set $saika_sleep_teg to 1>>
<</nobr>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$saika_hometeg_txt[17]</div>
[[$menu_txt[2]|Sleep]]<<set $lust +=1>>
<<speech "Liya">>$filmCrew_txt[5]<</speech>>
<div class ="narrator">$menu_txt[52] <<numberbox "$curMovieInfo.invest" $curMovieInfo.invest autofocus>></div><br>
[[$menu_txt[3]|Film Crew Prepar]] [[$menu_txt[1]|Film Crew PA]]<<set $lust +=1>>
<<if $curMovieInfo.invest lt 50000>>
<<speech "Liya">>$message_txt[13]<</speech>>
[[$menu_txt[3]|Film Crew Invest]]
<<else>>
$curMovieInfo.pa
<<speech "Liya">>$filmCrew_txt[6]<</speech>>
<div class ="narrator">$menu_txt[53] :
 <<if $curMovieInfo.pa is 0.1>><<radiobutton "$curMovieInfo.pa" 0.1 checked>><<else>><<radiobutton "$curMovieInfo.pa" 0.1>><</if>>10%
 <<if $curMovieInfo.pa is 0.2>><<radiobutton "$curMovieInfo.pa" 0.2 checked>><<else>><<radiobutton "$curMovieInfo.pa" 0.2>><</if>>20%
 <<if $curMovieInfo.pa is 0.3>><<radiobutton "$curMovieInfo.pa" 0.3 checked>><<else>><<radiobutton "$curMovieInfo.pa" 0.3>><</if>>30%<br>
$menu_txt[54] :
 <<if $curMovieInfo.theatrical is 0.1>><<radiobutton "$curMovieInfo.theatrical" 0.1 checked>><<else>><<radiobutton "$curMovieInfo.theatrical" 0.1 >><</if>>10%
 <<if $curMovieInfo.theatrical is 0.3>><<radiobutton "$curMovieInfo.theatrical" 0.3 checked>><<else>><<radiobutton "$curMovieInfo.theatrical" 0.3>><</if>>30%
 <<if $curMovieInfo.theatrical is 0.5>><<radiobutton "$curMovieInfo.theatrical" 0.5 checked>><<else>><<radiobutton "$curMovieInfo.theatrical" 0.5>><</if>>50%<br>
</div>
[[$menu_txt[3]|Film Crew Invest]] [[$menu_txt[1]|Film Crew Balance]]
<</if>><<speech "Liya">>$filmCrew_txt[7]<</speech>>
<<set _wageTotal = 0>>
<<set _total = 0>>
<div class="bill-container">
<h2 class="bill-title">$table_txt[5]</h2>
<div class="category">
<h3 class="category-title">$table_txt[10]</h3>
<<for _itemKey, _item range $curMovieInfo.actors>>
<<capture _itemKey, _item>>
<<if _item.checked is 0>>
<<continue>>
<</if>>
<div class="item">
<span class="item-name">_item.name - _item.company</span>
<span class="item-amount">
<<if _item.company is $companyName>>
<<= formatUSD(_item.wage)>><<set _wageTotal += (_item.wage)>>
<<else>>
<<= formatUSD(_item.wage*(1+$aiCut*1.0/100).toFixed(1))>><<set _wageTotal += (_item.wage*(1+$aiCut*1.0/100).toFixed(1))>>
<</if>>
</span>
</div>
<</capture>>
<</for>>
<<set $curMovieInfo.actorsWage = _wageTotal>>
<div class="total">
<span class="total-name">$table_txt[10]</span>
<span class="item-amount"><<= formatUSD(_wageTotal)>></span>
</div>
</div>
<div class="category">
<h3 class="category-title">$menu_txt[56]</h3>
<div class="item">
<span class="item-name">$menu_txt[52]</span>
<span class="item-amount"><<= formatUSD($curMovieInfo.invest)>></span>
</div>
<div class="item">
<span class="item-name">$menu_txt[53]</span>
<span class="item-amount"><<=parseInt($curMovieInfo.pa*100)>>% $menu_txt[55]</span>
</div>
<div class="item">
<span class="item-name">$menu_txt[54]</span>
<span class="item-amount"><<=parseInt($curMovieInfo.theatrical*100)>>% $menu_txt[55]</span>
</div>
<div class="total">
<span class="total-name">$menu_txt[52]</span>
<span class="item-amount"><<= formatUSD($curMovieInfo.invest)>></span>
</div>
</div>
<div class="grand-total">
<span class="grand-total-name">$table_txt[7]</span>
<<set _total = $curMovieInfo.invest + _wageTotal>>
<span class="item-amount"><<= formatUSD(_total)>></span>
</div>
</div>
<<if $money lt _total>>
<<speech "Liya">>$filmCrew_txt[8]<</speech>>
[[$menu_txt[3]|Film Crew PA]]
<<else>>
<br>[[$menu_txt[3]|Film Crew PA]] [[$menu_txt[57]|Film Crew Confirm][$money -= _total]]
<</if>><<set $lust +=1>>
<<set $curMovieInfo.status =2>>
<<set $curMovieInfo.startdate = $gameday>>
<<set $curMovieInfo.actors.deleteWith(function (val) {
return val.checked === 0;
})>>
<<speech "Liya">>$filmCrew_txt[9]<</speech>>
<<speech "You">>OK.<</speech>>
[[$menu_txt[6]|Office]]<<if $crewPatrol is 1>>
<<speech "You">>$filmCrew_txt[11]<</speech>>
<</if>>
<<set $lust +=1>>
<<if $filmcrew is 1 and def $curMovieInfo and $curMovieInfo.status is 1>>
<<set $curMovieInfo.status = 1>>
<<goto 'Film Crew Prepar'>>
<<else>>
<div class="player-attributes">
<div class="player-attribute">
<video controls autoplay muted playsinline loop><source @src='"video/"+either("crew_work")+".mp4"' type="video/mp4"></video>
<span class="leftlab"><BR>$menu_txt[58]: </span>
<span class="value meter-wrapper" @data-value="$curMovieInfo.progress">
<meter @value="$curMovieInfo.progress" min="0" max="100" low="30"></meter>
</span>
<span class="leftlab"><br>[$curMovieInfo.name] - $curMovieInfo.company</span>
<span class="leftlab">$menu_txt[52]: <<= formatUSD($curMovieInfo.invest)>></span>
<span class="leftlab">$menu_txt[53]: <<=parseInt($curMovieInfo.pa*100)>>% $menu_txt[55]</span>
<span class="leftlab">$menu_txt[54]: <<=parseInt($curMovieInfo.theatrical*100)>>% $menu_txt[55]</span>
<span class="leftlab">$menu_txt[60]: <<=parseInt($gameday-$curMovieInfo.startdate+1)>>/7 days</span>
<span class="leftlab">$menu_txt[59]: </span>
<span ><div class ="s-imgleft">
<<for _itemKey, _item range $curMovieInfo.actors>>
<div class="column_s">
[img[_item.img]]
<div class="s-text">_item.name</div></div>
<</for>></div>
</span>
</div>
</div>
<</if>>
<<if ($gameday-$curMovieInfo.startdate+1) gt 7>>
<<speech "Liya">>$filmCrew_txt[12]<</speech>>
[[$menu_txt[4]|Office]]
<<else>>
<<if $crewPatrol is 0>>
[[$menu_txt[4]|Office]] [[$menu_txt[28]|Film Crew Work]]
<<else>>
[[$menu_txt[4]|Office]]
<</if>>
<</if>><<if $time >= 24>>
<<speech "You">>$message_txt[8]<</speech>>
[[$menu_txt[22]|Home]]
<<elseif $energy gte 40>>
<<set $curMovieInfo.progress +=10>>
<<set $crewPatrol to 1>>
<<set _prestige = random(3, 7)>>
<<set $prestige += _prestige>>
<<set $time += 4>>
<<set $energy -= 40>>
<div class ="narrator">$filmCrew_txt[10]+_prestige</div><br>
[img['img/icon/crew.jpg']]<br><br>
<<set _num = random(1, 10)>>
[[$menu_txt[4]|Film Crew]] <<if _num gte 5 and $nene_info.status is "Contact">><<link "Nene">>
<<CharContact $nene_info>><</CharContact>><</link>> <</if>>
<<else>>
<<speech "You">>$message_txt[9]<</speech>>
[[$menu_txt[3]|Film Crew]]
<</if>>
<br><div class ="narrator">[[$table_txt[12]|Daily Boxofc Ranking]] [[$table_txt[13]|Boxofc Ranking]] [[$table_txt[14]|Top10 Boxofc Ranking]] [[$table_txt[11]|Char Ranking]] </div>
<h3>$table_txt[12]</h3>
<div class="table-users">
<table><thead>
<tr>
<th>$menu_txt[30]</th><th>$place_txt[8]</th><th>$table_txt[16]</th><th>$table_txt[17]</th><th>$table_txt[18]</th><th>$table_txt[19]</th><th>$table_txt[20]</th>
</tr>
</thead>
<tbody>
<<set $movieList to $movieList.sort(function (a, b) {
return b.dailyBoxofc - a.dailyBoxofc;
})>>
<<for _itemKey, _item range $movieList>>
<<capture _itemKey, _item>>
<<if _item.status isnot 3>><<continue>><</if>>
<tr>
<td>_item.name</td>
<td>_item.company</td>
<td>_item.score</td>
<td>_item.artScore</td>
<td><<=parseInt($gameday-_item.releaseDate+1)>>/10
</td>
<td>_item.dailyAttendance</td>
<td><<= formatUSD(_item.dailyBoxofc)>></td>
</tr><</capture>>
<</for>>
</tbody>
</table>
</div>
[[$menu_txt[3]|Office]]<<widget "CreateMovieIntoList">>
<<set _num = random(0, 2)>>
<<for _i to 0; _i lt _num; _i++>>
<<set _movie = {name: $movie_name_txt[random(0, $movie_name_txt.length-1)], company: "", script: random(1, 100), actors:[], director: random(1, 100), progress: 100, invest: random(5, 10000)*10000, pa: 0.2, theatrical: 0.5, artScore: 0, score: 0, popuScore: 0, dailyAttendance: 0, attendance: 0, dailyBoxofc: 0, boxOff: 0, status: 3, releaseDate: $gameday}>>
<<set _rdm = random(1, 10)>>
<<if _rdm gte 7>> <<set _movie.company = $bossCompany>> <<else>>
<<set _movie.company = $company_name_txt[random(0, $company_name_txt.length-1)]>><</if>>
<<for _itemKey, _item range $actorList>>
<<capture _itemKey, _item>>
<<if _item.company is $companyName>>
<<continue>>
<</if>>
<<set _rdm = random(1, 10)>>
<<if _rdm gte 7>><<set _movie.actors.pushUnique(_item)>><</if>>
<</capture>>
<</for>>
<<MovieScoreCalc _movie>><</MovieScoreCalc>>
<<set $movieList.push(_movie)>>
<</for>>
<</widget>>
/*电影分值计算*/
<<widget "MovieScoreCalc" container>>
<<set _movie to _args[0]>>
/*
<<set _movie.popuScore = Math.trunc(_movie.actors.reduce((sum, a) => sum + a.popularity, 0) / _movie.actors.length)>>
*/
<<set _totalPopu = 0>>
<<set _movie.artScore = Math.trunc(_movie.actors.reduce((sum, a) => sum + a.skill, 0) / _movie.actors.length)>>
<<for _itemKey, _actor range _movie.actors>>
<<if _actor.company is _movie.company>>
<<set _totalPopu += _actor.popularity>>
<<set _movie.artScore += _actor.skill>>
<<else>>
<<set _totalPopu += Math.trunc(_actor.popularity*1.5)>>
<<set _movie.artScore += Math.trunc(_actor.skill*0.7)>>
<</if>>
<</for>>
<<set _movie.artScore = Math.trunc(_movie.artScore / _movie.actors.length)>>
<<set _movie.popuScore = Math.trunc(_movie.actors.map(a => $normalize.actorPopularity(a.popularity, _totalPopu)).reduce((sum, val) => sum + val, 0))>>
<<set _movie.score = Math.trunc(_movie.progress*$weights.progress + _movie.script*$weights.script + _movie.director*$weights.director + _movie.popuScore*$weights.popularity + _movie.artScore*$weights.skill + Math.log10(_movie.invest / 10000000) - $normalize.costPenalty(_movie.invest))>>
/*
Math.trunc(_movie.progress*$weights.progress + _movie.script*$weights.script + _movie.director*$weights.director + _movie.popuScore*$weights.popularity + _movie.artScore*$weights.skill + Math.log10(_movie.invest / 10000000) - $normalize.costPenalty(_movie.invest))<br>
_movie.score<br>
*/
<</widget>>
/*动态观影*/
<<widget "DynamicView">>
/* 遍历每家影院 */
<<for _cinema to 0; _cinema < $config.filmCount; _cinema++>>
<<if $movieList.length lt 1>>
<<break>>
<</if>>
/*--- 生成当日排片表 ---*/
/* 每部电影的排片优先级 = PA × 10%院线分成 × 10% + 质量分 × 80%
与现实逻辑脱离,越高分的电影获得越多的排片
*/
<<set _priority = $movieList.map(m => {
if(m.score >= 90) {/*高分黑马电影,获得最多双倍的排片*/
return parseFloat(((m.pa*$weights.pa + m.theatrical*$weights.theatrical + m.score*$weights.movieScore/100)*randomFloat(1.5, 2)).toFixed(3));
} else if(m.score < 60) {
return 0.1;
} else {
return parseFloat((m.pa*$weights.pa + m.theatrical*$weights.theatrical + m.score*$weights.movieScore/100).toFixed(3));}
})>>
/* 按优先级分配48场次(6厅×8场)*/
<<set _totalSlots = $config.hallCount * $config.screenings>>
<<set _slots = new Array($movieList.length).fill(0)>> /* 每部电影分到的场次数*/
/* 按优先级比例分配场次(整数校准)*/
<<set _totalPriority = _priority.reduce((a,b) => a + b, 0)>>
/*--- 计算基础分配 ---*/
<<set _slots = _priority.map(p => (p / _totalPriority) * _totalSlots)>>
<<set _integerSlots = _slots.map(s => Math.floor(s))>>
<<set _allocated = _integerSlots.reduce((a, b) => a + b, 0)>>
<<set _remaining = _totalSlots - _allocated>>
/*--- 分配余数:按小数部分从高到低排序 ---*/
<<set _fractions = _slots.map((s, i) => ({ index: i, frac: s - _integerSlots[i] }))>>
<<set _fractions.sort((a, b) => b.frac - a.frac)>>
<<for _r to 0; _r < _remaining; _r++>>
<<set _integerSlots[_fractions[_r].index]++>>
<</for>>
<<set _slots = _integerSlots>>
/*--- 将场次分配到时段 ---*/
<<for _itemKey, _movie range $movieList>>
<<capture _itemKey, _movie>>
<<if _slots[_itemKey] > 0>>
/* 黄金时段占比 = 优先级比例*/
<<set _goodSlots = Math.round(_slots[_itemKey] * (_priority[_itemKey] / _totalPriority))>>
<<set _badSlots = _slots[_itemKey] - _goodSlots>>
/* 计算各时段观众*/
<<for _t to 0; _t < _goodSlots; _t++>>
<<set _time = $config.playTime[_t % 5]>>
<<set _attendance = _time.weight * $config.seat *
(0.6 + (_movie.score / 100) * 0.4) * randomFloat(0.9, 1.1)>>
<<set _movie.dailyAttendance += Math.round(_attendance)>>
<</for>>
<<for _t to 0; _t < _badSlots; _t++>>
<<set _time = $config.playTime[5 + (_t % 3)]>>
<<set _attendance = _time.weight * $config.seat *
(0.3 + (_movie.score / 100) * 0.2) * randomFloat(0.8, 1.2)>>
<<set _movie.dailyAttendance += Math.round(_attendance)>>
<</for>>
<</if>>
<</capture>>
<</for>>
<</for>> /* 结束影院循环*/
<</widget>>
<<widget "BoxofcCalc">>
<<for _itemKey, _movie range $movieList>>
<<capture _itemKey, _movie>>
<<set _movie.attendance += _movie.dailyAttendance>>
<<set _movie.dailyBoxofc = _movie.dailyAttendance * $mticketPrice>>
<<set _movie.boxOff += _movie.dailyBoxofc>>
<</capture>>
<</for>>
<</widget>>
/*电影上映10天后,电影下画检查*/
<<widget "MovieDownCheck">>
<<for _itemKey, _item range $movieList>>
<<capture _itemKey, _item>>
<<if def _item and _item.status is 3 and ($gameday-_item.releaseDate) gte 10>>
<<set _item.status to 4>>
<<set $movieListTop10.push(_item)>>
<</if>>
<</capture>>
<</for>>
<<set _tmp = $movieList.deleteWith(function (val) {return val.status === 4;})>>
<</widget>>
<div class ="narrator">[[$table_txt[12]|Daily Boxofc Ranking]] [[$table_txt[13]|Boxofc Ranking]] [[$table_txt[14]|Top10 Boxofc Ranking]] [[$table_txt[11]|Char Ranking]] </div>
<h3>$table_txt[13]</h3>
<div class="table-users">
<table><thead>
<tr>
<th>$menu_txt[30]</th><th>$place_txt[8]</th><th>$table_txt[16]</th><th>$table_txt[17]</th><th>$table_txt[18]</th><th>$table_txt[21]</th><th>$table_txt[22]</th>
</tr>
</thead>
<tbody>
<<set $movieList to $movieList.sort(function (a, b) {
return b.boxOff - a.boxOff;
})>>
<<for _itemKey, _item range $movieList>>
<<capture _itemKey, _item>>
<<if _item.status isnot 3>><<continue>><</if>>
<tr>
<td>_item.name</td>
<td>_item.company</td>
<td>_item.score</td>
<td>_item.artScore</td>
<td><<=parseInt($gameday-_item.releaseDate+1)>>/10
</td>
<td>_item.attendance</td>
<td><<= formatUSD(_item.boxOff)>></td>
</tr><</capture>>
<</for>>
</tbody>
</table>
</div>
[[$menu_txt[3]|Office]]<div class ="narrator">[[$table_txt[12]|Daily Boxofc Ranking]] [[$table_txt[13]|Boxofc Ranking]] [[$table_txt[14]|Top10 Boxofc Ranking]] [[$table_txt[11]|Char Ranking]] </div>
<h3>$table_txt[14]</h3>
<div class="table-users">
<table><thead>
<tr>
<th>$menu_txt[30]</th><th>$place_txt[8]</th><th>$table_txt[16]</th><th>$table_txt[17]</th><th>$table_txt[18]</th><th>$table_txt[21]</th><th>$table_txt[22]</th>
</tr>
</thead>
<tbody>
<<set $movieListTop10 to $movieListTop10.sort(function (a, b) {
return b.boxOff - a.boxOff;
})>>
<<set $movieListTop10.splice(10)>>
<<for _itemKey, _item range $movieListTop10>>
<<capture _itemKey, _item>>
<tr>
<td>_item.name</td>
<td>_item.company</td>
<td>_item.score</td>
<td>_item.artScore</td>
<td>_item.releaseDate</td>
<td>_item.attendance</td>
<td><<= formatUSD(_item.boxOff)>></td>
</tr><</capture>>
<</for>>
</tbody>
</table>
</div>
[[$menu_txt[3]|Office]]in develop<<speech "Liya">>$filmCrew_txt[13]<</speech>>
<<set _total = $curMovieInfo.boxOff>>
<div class="bill-container">
<h2 class="bill-title">$table_txt[5]</h2>
<div class="category">
<h3 class="category-title">$table_txt[5]</h3>
<div class="item">
<span class="item-name">$table_txt[22]</span>
<span class="item-amount">
<<= formatUSD($curMovieInfo.boxOff)>>
</span>
</div>
<div class="item">
<span class="item-name">$table_txt[10]</span>
<span class="item-amount">
<<= formatUSD($curMovieInfo.actorsWage)>>
<<set _total -= $curMovieInfo.actorsWage>>
</span>
</div>
<div class="item">
<span class="item-name">$menu_txt[52]</span>
<span class="item-amount">
<<= formatUSD($curMovieInfo.invest)>>
<<set _total -= $curMovieInfo.invest>>
</span>
</div>
<div class="item">
<span class="item-name">$menu_txt[53]</span>
<span class="item-amount">
<<=parseInt($curMovieInfo.pa*100)>>% $menu_txt[55]
<<set _total -= $curMovieInfo.boxOff * $curMovieInfo.pa>>
</span>
</div>
<div class="item">
<span class="item-name">$menu_txt[54]</span>
<span class="item-amount"><<=parseInt($curMovieInfo.theatrical*100)>>% $menu_txt[55]
<<set _total -= $curMovieInfo.boxOff * $curMovieInfo.theatrical>>
</span>
</div>
<div class="grand-total">
<span class="grand-total-name">$table_txt[7]</span>
<span class="item-amount"><<= formatUSD(_total)>></span>
</div>
</div>
</div>
<<speech "Liya">>$filmCrew_txt[14]<</speech>>
<<for _itemKey, _item range $curMovieInfo.actors>>
<<if _item.company is $companyName>>
<<set _char = $actorList.find(function (val) {
return val.name === _item.name;
})>>
<<CharLiveGrowth _char>> <</CharLiveGrowth>>
<</if>>
<</for>>
<<set _prestige = Math.trunc($curMovieInfo.boxOff/1000000)>>
<<set $prestige += _prestige>>
($story_caption_txt[17] + _prestige)<br><br>
<<if $have_director is 0>>
[[$menu_txt[57]|FilmDownThink][$money += _total, $curMovieInfo={}, $filmcrew=0, $movieCount++]]
<<else>>
[[$menu_txt[57]|Office][$money += _total, $curMovieInfo={}, $filmcrew=0, $movieCount++]]
<</if>><img src="img/icon/gameover.jpg" style="max-width: 100%;">
<<speech "You">> $message_txt[14]<</speech>>
<<linkreplace $menu_txt[57]>><<=UI.restart();>> <</linkreplace>><<set $lust +=1>>
<<speech "You">>$filmCrew_txt[15]<</speech>>
<img src="img/icon/office_think.jpg" style="max-width: 80%;"><br>
[[$menu_txt[57]|Office]]<div class="character-info passage">
<img src="img/char/Ellie/ellie_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> Ellie</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[6]</p>
<p><strong>$menu_txt[31]:</strong> $relellie</p>
<p><strong>$menu_txt[32]:</strong> $elliestatus</p>
<p><strong>$menu_txt[33]:</strong> $ellie_skill</p>
<p><strong>$menu_txt[35]:</strong> $sexcount_ellie</p>
<p><strong>$menu_txt[36]:</strong> $ellie_event_txt[$ellie_event]</p>
</div>
</div><<set $lust +=1>>
/*Ellie初登场 */
<<set $time to 10>>
<<speech "You">> $ellie_home_txt[0]<</speech>>
<div class ="narrator">$ellie_home_txt[1]</div><br>
<<linkreplace $menu_txt[1]>>
<<set $lust +=3>>
<img src="img/char/Ellie/ellie_knock.jpg" style="max-width: 80%;"><br>
<<speech "Ellie">> $ellie_home_txt[2]<</speech>>
<div class ="narrator">$ellie_home_txt[3]</div><br>
<<linkreplace $menu_txt[1]>>
<<speech "You">>Ell...Ellie???Ellie!!<</speech>>
<div class ="narrator">$ellie_home_txt[4]</div><br>
<<linkreplace $menu_txt[1]>>
<<speech "You">>$ellie_home_txt[5]<</speech>>
<<speech "Ellie">> $ellie_home_txt[6]<</speech>>
<<speech "You">>$ellie_home_txt[7]<</speech>>
<img src="img/char/Ellie/ellie_sit.jpg" style="max-width: 80%;"><br>
<div class ="narrator">$ellie_home_txt[8]</div><br>
<<linkreplace $menu_txt[1]>>
<<set $lust +=3>>
<<speech "You">>$ellie_home_txt[9]<</speech>>
<<speech "Ellie">> $ellie_home_txt[10]<</speech>>
<<speech "Ellie">> $ellie_home_txt[11]<</speech>>
<img src="img/char/Ellie/liaoren.jpg" style="max-width: 80%;"><br>
<div class ="narrator">$ellie_home_txt[12]</div><br>
<<linkreplace $menu_txt[1]>>
<<set $elliestatus to "Take In">>
<<set $ellie_event to 1>>
<<speech "You">>$ellie_home_txt[13]<</speech>>
<<speech "Ellie">> $ellie_home_txt[14]<</speech>>
<<speech "You">>$ellie_home_txt[16]<</speech>>
<<speech "Ellie">> $ellie_home_txt[17]<</speech>>
[[$menu_txt[6]|Home]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<set $lust +=3>>
<<toggleclass "body" "ellie_room">>
<<if $time gt 22>>
<<speech "You">>$ellie_daily_txt[5]<</speech>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("sleep")+".mp4"' type="video/mp4"></video>
<br><br>
[[$menu_txt[3]|Home]] [[$menu_txt[0]|Ellie Wake]]
<<elseif ($time gte 19 and $time lt 21) || ($time gte 10 and $time lte 13) and $elliestatus is "Take In">>
<<speech "You">>$ellie_daily_txt[15]<</speech>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("inbed")+".mp4"' type="video/mp4"></video>
<br><br>
[[$menu_txt[3]|Home]] [[$menu_txt[5]|Ellie Room Talk]]
<<else>>
<<speech "You">>$ellie_daily_txt[4]<</speech>>
[[$menu_txt[3]|Home]]
<</if>><<set $lust +=1>>
<<set $time += 1>>
<<set $relellie += 5>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("roomtalk1", "roomtalk2", "roomtalk3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_daily_txt[6]</div>
<<speech "Ellie">>$ellie_daily_txt[7]<</speech>>
<<speech "You">>$ellie_daily_txt[8]<</speech>>
<<speech "Ellie">>$ellie_daily_txt[9]<</speech>>
<<speech "You">>$ellie_daily_txt[10]<</speech>>
<<speech "Ellie">>$ellie_daily_txt[11]<</speech>>
<<speech "You">>$ellie_daily_txt[12]<</speech>>
<<speech "Ellie">>$ellie_daily_txt[13]<</speech>>
<div class ="narrator">$ellie_daily_txt[14]</div><br>
(Ellie $menu_txt[31] + 5)<br><br>
[[$menu_txt[6]|Home]] <<set $lust +=3>>
<<set $time += 1>>
<<toggleclass "body" "ellie_room">>
<<set $relellie += 5>>
<video controls loop><source @src='"sexvid/ellie_daily_life/"+either("bedtalk1", "bedtalk2", "bedtalk3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_daily_txt[16]</div><br>
(Ellie $menu_txt[31] + 5)<br><br>
[[$menu_txt[6]|Home]] <<set $lust +=1>>
<<set $time += 1>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("Shopping")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[0]</div><br>
[[$menu_txt[1]|Ellie Date Photo]]<<set $lust +=3>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("photo")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[1]</div><br>
[[$menu_txt[1]|Ellie Date Drink]]<<set $lust +=1>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("drink")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[2]</div><br>
[[$menu_txt[1]|Ellie Date Mili]]<<set $lust +=3>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("mili")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[3]</div><br>
[[$menu_txt[1]|Ellie Date underess]]<<set $lust +=3>>
<<speech "Ellie">>$ellie_date_txt[4]<</speech>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("underess")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$ellie_date_txt[5]</div><br>
[[$menu_txt[1]|Ellie Date wank]]<<set $lust +=3>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("wank")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[6]</div><br>
[[$sex_menu_txt[21]|Ellie Date Kiss]]<<set $lust +=3>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("kiss")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[7]</div><br>
[[$sex_menu_txt[21]|Ellie Date Kiss]] [[$sex_menu_txt[1]|Ellie Date Boobs]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("Boobs1", "Boobs2")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[8]</div><br>
[[$sex_menu_txt[21]|Ellie Date Kiss]] [[$sex_menu_txt[1]|Ellie Date Boobs]] [[$sex_menu_txt[19]|Ellie Date underess2]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("underess2")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[9]</div><br>
[[$sex_menu_txt[2]|Ellie Date Cunnilingus]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("Cunnilingus1", "Cunnilingus2", "Cunnilingus3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[10]</div><br>
[[$sex_menu_txt[2]|Ellie Date Cunnilingus]] [[$sex_menu_txt[4]|Ellie Date BJ]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("bj1", "bj2", "bj3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[11]</div><br>
[[$sex_menu_txt[2]|Ellie Date Cunnilingus]] [[$sex_menu_txt[4]|Ellie Date BJ]] <<if $elliestatus is "Signed">>[[$sex_menu_txt[9]|Ellie Date Missionary]]<<else>>[[$menu_txt[1]|Ellie Date Egg]]<</if>><<nobr>>
<<set $lust -= 10>>
<<set $energy -= 5>>
<</nobr>>
<img src="img/icon/eggs.jpg" style="max-width: 80%;"><br><br>
<div class ="narrator">$ellie_date_txt[12]</div>
<<linkreplace $menu_txt[1]>>
<<speech "Ellie">> $ellie_date_txt[13]<</speech>>
<<speech "You">> $ellie_date_txt[15]<</speech>>
<<speech "You">> $ellie_date_txt[16]<</speech>>
<div class ="narrator">$ellie_date_txt[14]</div>
[[$sex_menu_txt[9]|Ellie Date Missionary]]
<</linkreplace>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("Missionary1", "Missionary2", "Missionary3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[17]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Date Cum]]<<else>>
[[$sex_menu_txt[9]|Ellie Date Missionary]] [[$sex_menu_txt[7]|Ellie Date Doggy]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Date Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("Doggy1", "Doggy2", "Doggy3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[18]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Date Cum]]<<else>>
[[$sex_menu_txt[9]|Ellie Date Missionary]] [[$sex_menu_txt[7]|Ellie Date Doggy]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Date Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $time += 12>>
<<set $energy -= 10>>
<<set $relellie += 10>>
<<set $sexcount +=1>>
<<set $sexcount_ellie += 1>>
<<set $prestige += 50>>
<<set $money += 300000>>
<<if $elliestatus isnot "Signed">>
<<set $elliestatus to "Signed">>
<<set $ellie_event to 3>>
<<set $have_director to 1>>
<<set $employee.push({name:'Ellie', profession:$office_interact_txt[5], title:'Ellie Office Interaction', wage:50000})>>
<</if>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_date_0/"+either("cum")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_date_txt[19]</div><br>
(Ellie $menu_txt[31] + 10)
(Ellie $message_txt[15])
$message_txt[5]
$message_txt[6]
[[$menu_txt[2]|Sleep]] <<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>>$Ellie_ofc_interact_txt[1]<<else>> $Ellie_ofc_interact_txt[0]<</if>><</speech>>
[[$menu_txt[3]|Interact]]
<<else>>
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<<speech "You">>$Ellie_ofc_interact_txt[2]<</speech>>
<video controls autoplay muted playsinline loop><source @src='"sexvid/ellie_ofc_0/"+either("work")+".mp4"' type="video/mp4"></video>
[[$menu_txt[3]|Office]]
<</if>><<nobr>>
<<set $lust +=3>>
<<set $time += 1>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("wake")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_wake_txt[0]</div><br>
[[$menu_txt[1]|Ellie Wake Dream]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("touch")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_wake_txt[1]</div><br>
[[$menu_txt[1]|Ellie Wake Touch]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("morning")+".mp4"' type="video/mp4"></video><br>
<<speech "Ellie">>En~ $ellie_wake_txt[2]<</speech>>
<<speech "You">>HaHaaa~<</speech>>
[[$menu_txt[1]|Ellie Wake wet]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("wet")+".mp4"' type="video/mp4"></video><br><br>
<<speech "Ellie">>$ellie_wake_txt[3]<</speech>>
<div class ="narrator">$ellie_wake_txt[4]</div><br>
[[$menu_txt[1]|Ellie Wake underess]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("underess")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_wake_txt[5]</div><br>
[[$sex_menu_txt[4]|Ellie Wake BJ]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("bj1", "bj2", "bj3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$ellie_wake_txt[6]</div><br>
[[$sex_menu_txt[4]|Ellie Wake BJ]] [[$sex_menu_txt[3]|Ellie Wake HJ]]<<nobr>>
<<set $lust +=5>>
<<set $energy -= 3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("hj1", "hj2", "hj3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$ellie_wake_txt[7]</div><br>
[[$sex_menu_txt[4]|Ellie Wake BJ]] [[$sex_menu_txt[3]|Ellie Wake HJ]] [[$sex_menu_txt[8]|Ellie Wake Cowgirl]]<<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<<speech "Ellie">>Ahhhh~Yeeeee!!<</speech>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("Cowgirl1", "Cowgirl2", "Cowgirl3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$ellie_wake_txt[8]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Wake Cum]]<<else>> [[$sex_menu_txt[8]|Ellie Wake Cowgirl]] [[$sex_menu_txt[9]|Ellie Wake Missionary]] [[$sex_menu_txt[7]|Ellie Wake Doggy]] [[$sex_menu_txt[18]|Ellie Wake RCowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Wake Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("Missionary1", "Missionary2", "Missionary3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$ellie_wake_txt[9]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Wake Cum]]<<else>> [[$sex_menu_txt[8]|Ellie Wake Cowgirl]] [[$sex_menu_txt[9]|Ellie Wake Missionary]] [[$sex_menu_txt[7]|Ellie Wake Doggy]] [[$sex_menu_txt[18]|Ellie Wake RCowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Wake Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("Doggy1", "Doggy2", "Doggy3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$ellie_wake_txt[10]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Wake Cum]]<<else>> [[$sex_menu_txt[8]|Ellie Wake Cowgirl]] [[$sex_menu_txt[9]|Ellie Wake Missionary]] [[$sex_menu_txt[7]|Ellie Wake Doggy]] [[$sex_menu_txt[18]|Ellie Wake RCowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Wake Cum]]<</if>><</if>><<nobr>>
<<set $lust +=15>>
<<set $energy -= 5>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("RCowgirl1", "RCowgirl2")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$ellie_wake_txt[11]</div>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Wake Cum]]<<else>> [[$sex_menu_txt[8]|Ellie Wake Cowgirl]] [[$sex_menu_txt[9]|Ellie Wake Missionary]] [[$sex_menu_txt[7]|Ellie Wake Doggy]] [[$sex_menu_txt[18]|Ellie Wake RCowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Wake Cum]]<</if>><</if>><<nobr>>
<<set $lust to 0>>
<<set $time += 1>>
<<set $energy -= 10>>
<<set $relellie += 10>>
<<set $sexcount +=1>>
<<set $sexcount_ellie += 1>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_room_0/"+either("cum")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$ellie_wake_txt[12]</div>
[[$menu_txt[1]|Ellie Wake Aftermath]]<video controls loop><source @src='"sexvid/ellie_room_0/"+either("Aftermath")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$ellie_wake_txt[13]</div>
[[$menu_txt[2]|Sleep]]<<SexStart>>
<video controls loop><source @src='"sexvid/ellie_kitchen_0/"+either("tiaodou")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_kitchen_txt[0]</div><br>
[[$sex_menu_txt[21]|Ellie Kitchen Kiss]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_kitchen_0/"+either("kiss")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_kitchen_txt[1]</div><br>
[[$sex_menu_txt[21]|Ellie Kitchen Cunnilingus]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/ellie_kitchen_0/"+either("Cunnilingus1", "Cunnilingus2", "Cunnilingus3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_kitchen_txt[2]</div><br>
[[$sex_menu_txt[2]|Ellie Kitchen Cunnilingus]] [[$sex_menu_txt[4]|Ellie Kitchen BJ]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/ellie_kitchen_0/"+either("bj1", "bj2", "bj3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_kitchen_txt[3]</div><br>
[[$sex_menu_txt[2]|Ellie Kitchen Cunnilingus]] [[$sex_menu_txt[4]|Ellie Kitchen BJ]] [[$sex_menu_txt[9]|Ellie Kitchen Missionary]] <<SexFuck>>
<video controls loop><source @src='"sexvid/ellie_kitchen_0/"+either("Missionary1", "Missionary2", "Missionary3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_kitchen_txt[4]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Kitchen Cum]]<<else>>
[[$sex_menu_txt[9]|Ellie Kitchen Missionary]] [[$sex_menu_txt[10]|Ellie Kitchen Spooning]] [[$sex_menu_txt[8]|Ellie Kitchen Cowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Kitchen Cum]]<</if>><</if>><<widget "SexStart">>
<<set $lust +=3>>
<<set $time += 1>>
<</widget>>
<<widget "SexForeplay">>
<<set $lust +=5>>
<<set $energy -= 3>>
<</widget>>
<<widget "SexFuck">>
<<set $lust +=15>>
<<set $energy -= 5>>
<</widget>>
<<widget "SexCum">>
<<set $lust to 0>>
<<set $time += 1>>
<<set $energy -= 10>>
<<set $sexcount +=1>>
<</widget>><<SexFuck>>
<video controls loop><source @src='"sexvid/ellie_kitchen_0/"+either("Spooning1", "Spooning2", "Spooning3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_kitchen_txt[5]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Kitchen Cum]]<<else>>
[[$sex_menu_txt[9]|Ellie Kitchen Missionary]] [[$sex_menu_txt[10]|Ellie Kitchen Spooning]] [[$sex_menu_txt[8]|Ellie Kitchen Cowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Kitchen Cum]]<</if>><</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/ellie_kitchen_0/"+either("Cowgirl1", "Cowgirl2", "Cowgirl3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_kitchen_txt[6]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Kitchen Cum]]<<else>>
[[$sex_menu_txt[9]|Ellie Kitchen Missionary]] [[$sex_menu_txt[10]|Ellie Kitchen Spooning]] [[$sex_menu_txt[8]|Ellie Kitchen Cowgirl]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Kitchen Cum]]<</if>><</if>><<SexCum>>
<<nobr>>
<<set $relellie += 10>>
<<set $sexcount_ellie += 1>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_kitchen_0/"+either("cum")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_kitchen_txt[7]</div><br>
[[$menu_txt[6]|Kitchen]]<<SexStart>>
<<speech "Ellie">>$ellie_shower_txt[1]<</speech>>
<<speech "You">>Uh-huh<</speech>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("talk")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_shower_txt[0]</div><br>
[[$menu_txt[1]|Ellie Shower Talk]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<<speech "Ellie">>$ellie_shower_txt[2]<</speech>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("talk2")+".mp4"' type="video/mp4"></video><<speech "You">>$ellie_shower_txt[3]<</speech>>
<div class ="narrator">$ellie_shower_txt[4]</div><br>
[[$sex_menu_txt[4]|Ellie Shower BJ]]<<SexForeplay>>
<<speech "Ellie">>$ellie_shower_txt[5]<</speech>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("bj1", "bj2", "bj3")+".mp4"' type="video/mp4"></video>
[[$sex_menu_txt[4]|Ellie Shower BJ]] [[$sex_menu_txt[3]|Ellie Shower HJ]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("hj1", "hj2")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_shower_txt[6]</div><br>
[[$sex_menu_txt[4]|Ellie Shower BJ]] [[$sex_menu_txt[3]|Ellie Shower HJ]] [[$sex_menu_txt[33]|Ellie Shower Table]]<<SexFuck>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("Missionary1", "Missionary2", "Missionary3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_shower_txt[9]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<<else>>
[[$sex_menu_txt[33]|Ellie Shower Table]] [[$sex_menu_txt[7]|Ellie Shower Doggy]] [[$sex_menu_txt[9]|Ellie Shower Missionary]] [[$sex_menu_txt[10]|Ellie Shower Spooning]] [[$sex_menu_txt[24]|Ellie Shower Standing]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<</if>><</if>><<SexCum>>
<<nobr>>
<<set $relellie += 10>>
<<set $sexcount_ellie += 1>>
<</nobr>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("cum")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_shower_txt[14]</div><br>
[[$menu_txt[1]|Ellie Shower Aftermath]]<<SexFuck>>
<<speech "You">>$ellie_shower_txt[12]<</speech>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("Standing1", "Standing2", "Standing3")+".mp4"' type="video/mp4"></video>
<<speech "Ellie">>$ellie_shower_txt[13]<</speech>>
<div class ="narrator">$ellie_shower_txt[11]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<<else>>
[[$sex_menu_txt[33]|Ellie Shower Table]] [[$sex_menu_txt[7]|Ellie Shower Doggy]] [[$sex_menu_txt[9]|Ellie Shower Missionary]] [[$sex_menu_txt[10]|Ellie Shower Spooning]] [[$sex_menu_txt[24]|Ellie Shower Standing]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<</if>><</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("Doggy1", "Doggy2", "Doggy3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_shower_txt[8]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<<else>>
[[$sex_menu_txt[33]|Ellie Shower Table]] [[$sex_menu_txt[7]|Ellie Shower Doggy]] [[$sex_menu_txt[9]|Ellie Shower Missionary]] [[$sex_menu_txt[10]|Ellie Shower Spooning]] [[$sex_menu_txt[24]|Ellie Shower Standing]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<</if>><</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("Spooning1", "Spooning2", "Spooning3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_shower_txt[10]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<<else>>
[[$sex_menu_txt[33]|Ellie Shower Table]] [[$sex_menu_txt[7]|Ellie Shower Doggy]] [[$sex_menu_txt[9]|Ellie Shower Missionary]] [[$sex_menu_txt[10]|Ellie Shower Spooning]] [[$sex_menu_txt[24]|Ellie Shower Standing]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<</if>><</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/ellie_shower_0/"+either("Table1", "Table2", "Table3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$ellie_shower_txt[7]</div><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<<else>>
[[$sex_menu_txt[33]|Ellie Shower Table]] [[$sex_menu_txt[7]|Ellie Shower Doggy]] [[$sex_menu_txt[9]|Ellie Shower Missionary]] [[$sex_menu_txt[10]|Ellie Shower Spooning]] [[$sex_menu_txt[24]|Ellie Shower Standing]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Ellie Shower Cum]]<</if>><</if>><video controls loop><source @src='"sexvid/ellie_shower_0/"+either("Aftermath")+".mp4"' type="video/mp4"></video>
<div class ="narrator">$ellie_shower_txt[15]</div>
[[$menu_txt[6]|Home]]<<widget "explore">>
<<set $lust +=1>>
<<set $time +=4>>
<<set $energy -= 40>>
<</widget>>
<<widget "sleep">>
<<set $gameday +=1>>
<<set $lust +=10>>
<<set $energy +=100>>
/*
<<if $time lte 8>>
<<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>>
/* GIRL SLEEPING */
<<if $day isnot 7>>
<<if $saika_sleep_teg is 1>>
<<set $saika_sleep_teg to 0>>
<video controls loop><source @src='"sexvid/saika_live_1/"+either("sleep")+".mp4"' type="video/mp4"></video>
<br>
<</if>>
<</if>>
<<include 'Actor Live Settle'>>
/*每周结算--这是周天晚上 */
<<if $day is 7>>
<<set $day to 0>>
<<TaskListRefresh>>
<<AICharGrowth>>
<</if>>
<<if $evastatus is "Signed" and $eva_script_progress lt 100 and $filmcrew is 0>>
<<set $eva_script_progress += 10>>
<</if>>
/*剧本完成,打开电影剧组*/
<<if $eva_script_progress gte 100>>
<<set $filmcrew to 1>>
<<set $eva_script_progress to 0>>
<<set $curMovieInfo = {name: $movie_name_txt[random(0, $movie_name_txt.length-1)], company: $companyName, script: random(80, 100), actors:[], actorsWage: 0, director: 0, progress: 30, invest: 50000, pa: 0.2, theatrical: 0.5, artScore: 0, score: 0, popuScore: 0, dailyAttendance: 0, attendance: 0, dailyBoxofc: 0, boxOff: 0, status: 0, startdate: $gameday, releaseDate: 0}>>/*0通知 1选角 2拍摄 3上映*/
<<if $have_director is 1>>
<<set $curMovieInfo.director = random(80, 100)>>
<</if>>
<</if>>
/*7天制作周期后,强制电影上映*/
<<if def $curMovieInfo and $curMovieInfo.status is 2 and ($gameday-$curMovieInfo.startdate+1) gt 7>>
<<set $curMovieInfo.releaseDate to $gameday>>
<<MovieScoreCalc $curMovieInfo>><</MovieScoreCalc>>
<<set $curMovieInfo.status to 3>>
<<set $movieList.push($curMovieInfo)>>
<<set $movieCount += 1>>
<</if>>
<<if $crewPatrol is 1>>
<<set $crewPatrol to 0>>
<</if>>
<<set $hopital_restore_daily to 0>>
/*电影下画检查*/
<<MovieDownCheck>>
<<CreateMovieIntoList>>
<<DynamicView>>
<<BoxofcCalc>>
<<set $time to 7>><<set $day +=1>>
<<set $wake_in_compact_apartment to 0>>
<br>
<</widget>><<explore>>
<<set $nene_info.rel += 5>>
<<set $nene_info.status = "Contact">>
<<set $nene_info.contact = 2>>
<<set $nene_event = 1>>
<<set $actorList.pushUnique($nene_info)>>
<<speech "You">>$nene_daily_txt[1]<</speech>>
<<speech "Nene">>$nene_daily_txt[2]<</speech>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("dashan")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$nene_daily_txt[3]<</speech>>
<<speech "Nene">>$nene_daily_txt[4]<</speech>>
<<speech "You">>$nene_daily_txt[5]<</speech>>
<<speech "Nene">>$nene_daily_txt[6]<</speech>>
<<speech "You">>$nene_daily_txt[7]<</speech>>
<br>
(Nene $menu_txt[31] + 5)<br>
(Nene $message_txt[16])<br><br>
[[$menu_txt[6]|Office]] <<if $energy lte 40>>
<<speech "You">>$message_txt[9]<</speech>>
<br>
[[$menu_txt[3]|Office]]
<<else>>
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<div class ="narrator">$nene_contact2_txt[0]</div>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_2_1")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$nene_contact2_txt[1]<</speech>>
<<speech "Nene">>$nene_contact2_txt[2]<</speech>>
<<speech "You">>$nene_contact2_txt[3]<</speech>>
<<speech "Nene">>$nene_contact2_txt[4]<</speech>>
[[$menu_txt[1]|Nene Contact Event 2_1]]
<</if>><<explore>>
<<set $nene_info.rel += 5>>
<<set $nene_info.contact += 1>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_2_2")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$nene_contact2_txt[5]<</speech>>
<<speech "Nene">>$nene_contact2_txt[6]<</speech>>
<<speech "You">>$nene_contact2_txt[7]<</speech>>
<<speech "Nene">>Haha~<</speech>>
<br>
(Nene $menu_txt[31] + 5)<br><br>
[[$menu_txt[6]|Office]] <<if $energy lte 40>>
<<speech "You">>$message_txt[9]<</speech>>
<br>
[[$menu_txt[3]|Office]]
<<else>>
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_3_1")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$nene_contact3_txt[0]</div>
[[$menu_txt[1]|Nene Contact Event 3_1]]
<</if>><<explore>>
<<set $nene_info.rel += 5>>
<<set $nene_info.contact += 1>>
<<speech "You">>$nene_contact3_txt[1]<</speech>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_3_2")+".mp4"' type="video/mp4">
</video>
<<speech "Nene">>$nene_contact3_txt[2]<</speech>>
<<speech "You">>$nene_contact3_txt[3]<</speech>>
<<speech "Nene">>$nene_contact3_txt[4]<</speech>>
<<speech "You">>$nene_contact3_txt[5]<</speech>>
<<speech "Nene">>^_^<</speech>>
<br>
(Nene $menu_txt[31] + 5)<br><br>
[[$menu_txt[6]|Office]] <<if $energy lte 40>>
<<speech "You">>$message_txt[9]<</speech>>
<br>
[[$menu_txt[3]|Office]]
<<else>>
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_4_1")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$nene_contact4_txt[0]</div>
[[$menu_txt[1]|Nene Contact Event 4_1]]
<</if>><<explore>>
<<set $nene_info.rel += 5>>
<<set $nene_info.contact += 1>>
<<speech "You">>$nene_contact4_txt[1]<</speech>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_4_2")+".mp4"' type="video/mp4">
</video>
<<speech "Nene">>$nene_contact4_txt[2]<</speech>>
<<speech "You">>$nene_contact4_txt[3]<</speech>>
<<speech "Nene">>$nene_contact4_txt[4]<</speech>>
<<speech "You">>$nene_contact4_txt[5]<</speech>>
<<speech "Nene">>^_^<</speech>>
(Nene $menu_txt[31] + 5)<br><br>
[[$menu_txt[6]|Office]]<div class="character-info passage">
<img src="img/char/Nene/nene_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> $nene_info.name</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[7]</p>
<p><strong>$menu_txt[31]:</strong> $nene_info.rel</p>
<p><strong>$menu_txt[32]:</strong> $nene_info.status</p>
<p><strong>$menu_txt[33]:</strong> $nene_info.skill</p>
<p><strong>$menu_txt[45]:</strong> $nene_info.growth(1.5~1.8)</p>
<p><strong>$menu_txt[34]:</strong> $nene_info.popularity</p>
<p><strong>$menu_txt[35]:</strong> $nene_info.sexcount</p>
<p><strong>$menu_txt[36]:</strong> $nene_event_txt[$nene_event]</p>
</div>
</div> <<if $energy lte 40>>
<<speech "You">>$message_txt[9]<</speech>>
<br>
[[$menu_txt[3]|Office]]
<<else>>
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_5_1")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$nene_contact5_txt[0]</div>
[[$menu_txt[1]|Nene Contact Event 5_1]]
<</if>><<explore>>
<<set $nene_info.rel += 5>>
<<set $nene_info.contact += 1>>
<<set $nene_event = 2>>
<<speech "You">>Nene!<</speech>>
<<speech "Nene">>Yes?<</speech>>
<<speech "You">>...<</speech>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_5_2")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$nene_contact5_txt[1]<</speech>>
<<speech "Nene">>$nene_contact5_txt[2]<</speech>>
<<speech "You">>$nene_contact5_txt[3]<</speech>>
<<speech "Nene">>$nene_contact5_txt[4]<</speech>>
<div class ="narrator">$nene_contact5_txt[5]</div><br>
(Nene $menu_txt[31] + 5)<br><br>
[[$menu_txt[6]|Office]] <<if $energy lte 40>>
<<speech "You">>$message_txt[9]<</speech>>
<br>
[[$menu_txt[3]|Office]]
<<else>>
<<nobr>>
<<set $lust +=1>>
<</nobr>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_6_1")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$nene_contact6_txt[0]</div>
[[$menu_txt[1]|Nene Contact Event 6_1]]
<</if>><<nobr>>
<<set $lust +=3>>
<</nobr>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_6_2")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$nene_contact6_txt[1]</div>
[[$menu_txt[1]|Nene Contact Event 6_2]]<<explore>>
<<set $nene_info.rel += 10>>
<<set $nene_info.contact += 1>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_6_3")+".mp4"' type="video/mp4">
</video>
<br><br>
<div class ="narrator">$nene_contact6_txt[2]</div><br>
(Nene $menu_txt[31] + 10)<br><br>
[[$menu_txt[6]|Office]]<<nobr>>
<<set $lust +=1>>
<</nobr>>
<img src="sexvid/nene_daily_0/sleep.jpg" style="max-width: 80%;">
<div class ="narrator">$nene_contact7_txt[0]</div>
<<linkreplace $menu_txt[1]>>
<img src="sexvid/nene_daily_0/jing.jpg" style="max-width: 80%;">
<div class ="narrator">$nene_contact7_txt[1]</div>
<<linkreplace $menu_txt[1]>>
<<speech "Nene">>$nene_contact7_txt[2]<</speech>>
<video controls loop>
<source @src='"sexvid/nene_daily_0/"+either("contact_7_1")+".mp4"' type="video/mp4">
</video>
<div class ="narrator">$nene_contact7_txt[3]</div>
[[$menu_txt[1]|Nene Crew]]
<</linkreplace>>
<</linkreplace>><<SexStart>>
<<speech "You">>Nene~<</speech>>
<<speech "Nene">>Yse, sir?<</speech>>
<img src="sexvid/nene_crew_0/one.jpg" style="max-width: 80%;">
<<speech "You">>$nene_crewsex_txt[1]<</speech>>
<<speech "Nene">>$nene_crewsex_txt[2]<</speech>>
<<speech "You">>$nene_crewsex_txt[3]<</speech>>
<<speech "Nene">>En?<</speech>>
<<speech "You">>$nene_crewsex_txt[4]<</speech>>
<div class ="narrator">$nene_crewsex_txt[0]</div>
[[$menu_txt[1]|Nene Crew Show]]<<nobr>>
<<set $lust +=3>>
<</nobr>>
<<speech "Nene">>$nene_crewsex_txt[5]<</speech>>
<<speech "You">>$nene_crewsex_txt[6]<</speech>>
<img src="sexvid/nene_crew_0/show.jpg" style="max-width: 80%;">
<<speech "Nene">>$nene_crewsex_txt[7]<</speech>>
<<speech "You">>$nene_crewsex_txt[8]<</speech>>
<div class ="narrator">$nene_crewsex_txt[9]</div>
[[$sex_menu_txt[4]|Nene Crew BJ]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("bj1", "bj2", "bj3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$nene_crewsex_txt[10]</div> <br><br>
[[$sex_menu_txt[4]|Nene Crew BJ]] [[$sex_menu_txt[1]|Nene Crew Boobs]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Boobs1", "Boobs2", "Boobs3")+".mp4"' type="video/mp4"></video><br>
<<speech "You">>$nene_crewsex_txt[12]<</speech>>
<<speech "Nene">>En~<</speech>>
<div class ="narrator">$nene_crewsex_txt[11]</div> <br><br>
[[$sex_menu_txt[4]|Nene Crew BJ]] [[$sex_menu_txt[1]|Nene Crew Boobs]] [[$sex_menu_txt[19]|Nene Crew Undress]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Undress")+".mp4"' type="video/mp4"></video><br>
<<speech "Nene">>Yaaa!!~<</speech>>
<div class ="narrator">$nene_crewsex_txt[13]</div> <br><br>
[[$sex_menu_txt[2]|Nene Crew Pussy]]<<SexFuck>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("In")+".mp4"' type="video/mp4"></video><br>
<<speech "Nene">>Ennn~!!<</speech>>
<div class ="narrator">$nene_crewsex_txt[15]</div> <br><br>
[[$sex_menu_txt[24]|Nene Crew Standing]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Pussy1", "Pussy2")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$nene_crewsex_txt[14]</div> <br><br>
[[$sex_menu_txt[2]|Nene Crew Pussy]] [[$sex_menu_txt[23]|Nene Crew In]]<<SexFuck>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Standing1", "Standing2", "Standing3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$nene_crewsex_txt[16]</div> <br><br>
[[$sex_menu_txt[24]|Nene Crew Standing]] [[$sex_menu_txt[10]|Nene Crew Spooning]] [[$sex_menu_txt[7]|Nene Crew Doggy]] [[$sex_menu_txt[8]|Nene Crew Cowgirl]] [[$sex_menu_txt[18]|Nene Crew RCowgirl]] [[$sex_menu_txt[9]|Nene Crew Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Nene Crew Cum]]<</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Spooning1", "Spooning2", "Spooning3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$nene_crewsex_txt[17]</div> <br><br>
[[$sex_menu_txt[24]|Nene Crew Standing]] [[$sex_menu_txt[10]|Nene Crew Spooning]] [[$sex_menu_txt[7]|Nene Crew Doggy]] [[$sex_menu_txt[8]|Nene Crew Cowgirl]] [[$sex_menu_txt[18]|Nene Crew RCowgirl]] [[$sex_menu_txt[9]|Nene Crew Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Nene Crew Cum]]<</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Doggy1", "Doggy2", "Doggy3", "Doggy4")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$nene_crewsex_txt[18]</div> <br><br>
[[$sex_menu_txt[24]|Nene Crew Standing]] [[$sex_menu_txt[10]|Nene Crew Spooning]] [[$sex_menu_txt[7]|Nene Crew Doggy]] [[$sex_menu_txt[8]|Nene Crew Cowgirl]] [[$sex_menu_txt[18]|Nene Crew RCowgirl]] [[$sex_menu_txt[9]|Nene Crew Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Nene Crew Cum]]<</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Cowgirl1", "Cowgirl2", "Cowgirl3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$nene_crewsex_txt[19]</div> <br><br>
[[$sex_menu_txt[24]|Nene Crew Standing]] [[$sex_menu_txt[10]|Nene Crew Spooning]] [[$sex_menu_txt[7]|Nene Crew Doggy]] [[$sex_menu_txt[8]|Nene Crew Cowgirl]] [[$sex_menu_txt[18]|Nene Crew RCowgirl]] [[$sex_menu_txt[9]|Nene Crew Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Nene Crew Cum]]<</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("RCowgirl1", "RCowgirl2", "RCowgirl3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$nene_crewsex_txt[20]</div> <br><br>
[[$sex_menu_txt[24]|Nene Crew Standing]] [[$sex_menu_txt[10]|Nene Crew Spooning]] [[$sex_menu_txt[7]|Nene Crew Doggy]] [[$sex_menu_txt[8]|Nene Crew Cowgirl]] [[$sex_menu_txt[18]|Nene Crew RCowgirl]] [[$sex_menu_txt[9]|Nene Crew Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Nene Crew Cum]]<</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Missionary1", "Missionary2", "Missionary3")+".mp4"' type="video/mp4"></video><br>
<div class ="narrator">$nene_crewsex_txt[21]</div> <br><br>
[[$sex_menu_txt[24]|Nene Crew Standing]] [[$sex_menu_txt[10]|Nene Crew Spooning]] [[$sex_menu_txt[7]|Nene Crew Doggy]] [[$sex_menu_txt[8]|Nene Crew Cowgirl]] [[$sex_menu_txt[18]|Nene Crew RCowgirl]] [[$sex_menu_txt[9]|Nene Crew Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Nene Crew Cum]]<</if>><<SexCum>>
<<nobr>>
<<set $nene_info.rel += 10>>
<<set $nene_info.sexcount += 1>>
<</nobr>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("cum")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$nene_crewsex_txt[22]</div><br>
[[$menu_txt[1]|Nene Crew Aftermath]]<img src="sexvid/nene_crew_0/aftermath.jpg" style="max-width: 80%;">
<div class ="narrator">$nene_crewsex_txt[23]</div>
[[$menu_txt[1]|Nene Crew Signed]]<<set $prestige += 50>>
<<set $money += 300000>>
<<set $nene_event = 3>>
<<CharSigned "Nene">>
<img src="sexvid/nene_crew_0/talk.jpg" style="max-width: 80%;">
<br>
<div class ="narrator">$nene_crewsex_txt[24]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<<speech "Nene">>$nene_crewsex_txt[25]<</speech>>
<<speech "You">>$nene_crewsex_txt[26]<</speech>>
<video controls loop><source @src='"sexvid/nene_crew_0/"+either("Signed")+".mp4"' type="video/mp4"></video>
<<speech "You">>$nene_crewsex_txt[27]<</speech>>
<<speech "Nene">>$nene_crewsex_txt[28]<</speech>>
<div class ="narrator">$nene_crewsex_txt[29]</div>
<br><br>
(Nene $menu_txt[31] + 10)<br>
(Nene $message_txt[15])<br>
$message_txt[5]<br>
$message_txt[6]<br><br>
[[$menu_txt[6]|Office]]
<</linkreplace>><<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>>Nene$char_ofc_interact_txt[1]<<else>> Nene$char_ofc_interact_txt[0]<</if>><</speech>>
[[$menu_txt[3]|Interact]]
<<else>>
<video controls loop><source @src='"sexvid/nene_office_0/"+either("work")+".mp4"' type="video/mp4"></video>
[[$menu_txt[3]|Interact]] [[$menu_txt[44]|Task List][$selectTaskChar = 'Nene']]
<</if>><<set $lust +=20>>
<<set $energy -= 20>>
<<set $time +=4>>
<video controls loop><source @src='"sexvid/" + $nene_info.name + "_live_0/"+either("live_1", "live_2", "live_3", "live_4")+".mp4"' type="video/mp4"></video>
<br><br>
<div class ="narrator">$nene_info.name $office_work_event[0]</div>
<<CharLiveGrowth $nene_info>> <</CharLiveGrowth>>
$story_caption_txt[21] + $selectTask.wages<br><br>
[[$menu_txt[3]|Nene Office Interaction]] /*<<if $time gte 18>>[[$menu_txt[24]|Nene Hometeg Start]]<</if>>*/
Under development<<set _page = []>>
<<set _page = Story.filter(function (p) { return p.tags.includes("workevent");
})>>
<<if $saika_info.status == "Signed">>
<<set _saikapage = Story.filter(function (p) {
return p.tags.includes("saika_work_event");
})>>
<<set _page = _page.concat(_saikapage)>>
/*签了Saika才有排行榜,可以添加演员*/
/*Nene*/
<<if !hasVisited("explore_nene_1")>>
<<set _eventpage = Story.get("explore_nene_1")>>
<<set _page = _page.concat(_eventpage)>>
<</if>>
/*Karen*/
<<if !hasVisited("explore_karen_1")>>
<<set _eventpage = Story.get("explore_karen_1")>>
<<set _page = _page.concat(_eventpage)>>
<</if>>
<</if>>
<<if hasVisited("explore_event_2")>>
<<if !hasVisited("explore_event_3")>>
<<set _eventpage = Story.get("explore_event_3")>>
<<set _page = _page.concat(_eventpage)>>
<</if>>
<<else >>
<<set _eventpage = Story.get("explore_event_2")>>
<<set _page = _page.concat(_eventpage)>>
<</if>>
<<set _num = random(0, _page.length-1)>>
<<goto _page[_num].name>>
/*<<for _itemKey, _item range _page>>
_item.name <br>
<</for>>*/<div class="character-info passage">
<img src="img/char/Karen/karen_info.jpg" style="max-width: 60%;">
<div class ="narrator">
<p><strong>$menu_txt[30]:</strong> $karen_info.name</p>
<p><strong>$menu_txt[39]:</strong> $char_profile_txt[8]</p>
<p><strong>$menu_txt[31]:</strong> $karen_info.rel</p>
<p><strong>$menu_txt[32]:</strong> $karen_info.status</p>
<p><strong>$menu_txt[33]:</strong> $karen_info.skill</p>
<p><strong>$menu_txt[45]:</strong> $karen_info.growth(1.8~2.0)</p>
<p><strong>$menu_txt[34]:</strong> $karen_info.popularity</p>
<p><strong>$menu_txt[35]:</strong> $karen_info.sexcount</p>
<p><strong>$menu_txt[36]:</strong> $karen_event_txt[$karen_event]</p>
</div>
</div><<explore>>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("paishe")+".mp4"' type="video/mp4">
</video>
<br><br>
<div class ="narrator">$karen_daily_txt[0]</div>
<br>
<<linkreplace $menu_txt[1]>>
<img src="sexvid/karen_daily_0/tao1.jpg" style="max-width: 80%;">
<br><br>
<div class ="narrator">$karen_daily_txt[1]</div>
<br><br>
<<set $karen_info.status = "Contact">>
<<set $karen_info.contact = 2>>
<<set $karen_event = 1>>
<<set $actorList.pushUnique($karen_info)>>
(Karen $message_txt[16])<br><br>
[[$menu_txt[6]|Office]]
<</linkreplace>><<explore>>
<img src="sexvid/karen_daily_0/songli.jpg" style="max-width: 80%;">
<br><br>
<div class ="narrator">$karen_contact2_txt[0]</div>
<br>
<<linkreplace $menu_txt[1]>>
<div class ="narrator">$karen_contact2_txt[1]</div>
<br><br>
<img src="sexvid/karen_daily_0/duzuo.jpg" style="max-width: 80%;">
<br><br>
<<speech "You">>$karen_contact2_txt[2]<</speech>>
<div class ="narrator">$karen_contact2_txt[3]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<div class ="narrator">$karen_contact2_txt[4]</div>
<br><br>
<img src="sexvid/karen_daily_0/sum.jpg" style="max-width: 80%;">
<br><br>
<div class ="narrator">$karen_contact2_txt[5]</div>
<br>
<<speech "Karen">>$karen_contact2_txt[6]<</speech>>
<<speech "You">>$karen_contact2_txt[7]<</speech>>
<<speech "Karen">>...<</speech>>
[[$menu_txt[1]|Karen Contact Event 2_1]]
<</linkreplace>>
<</linkreplace>><div class ="narrator">$karen_contact2_txt[8]</div>
<<speech "Karen">>$karen_contact2_txt[9]<</speech>>
<<speech "You">>$karen_contact2_txt[10]<</speech>>
<img src="sexvid/karen_daily_0/yue.jpg" style="max-width: 80%;">
<<speech "Karen">>$karen_contact2_txt[11]<</speech>>
<<linkreplace $menu_txt[1]>>
<<speech "Karen">>$karen_contact2_txt[12]<</speech>>
<img src="sexvid/karen_daily_0/photo.jpg" style="max-width: 80%;">
<<speech "Karen">>$karen_contact2_txt[13]<</speech>>
<<speech "Karen">>$karen_contact2_txt[14]<</speech>>
<div class ="narrator">$karen_contact2_txt[15]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<<speech "You">>$karen_contact2_txt[16]<</speech>>
<img src="sexvid/karen_daily_0/drink.jpg" style="max-width: 80%;">
<br><br>
<<speech "Karen">>$karen_contact2_txt[17]<</speech>>
<<speech "Karen">>$karen_contact2_txt[18]<</speech>>
<div class ="narrator">$karen_contact2_txt[19]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<img src="sexvid/karen_daily_0/toupai.jpg" style="max-width: 80%;">
<br><br>
<div class ="narrator">$karen_contact2_txt[20]</div>
<<speech "You">>$karen_contact2_txt[21]<</speech>>
<<speech "Karen">>$karen_contact2_txt[22]<</speech>>
<div class ="narrator">$karen_contact2_txt[23]</div>
<<speech "Karen">>$karen_contact2_txt[24]<</speech>>
<<speech "You">>$karen_contact2_txt[25]<</speech>>
<div class ="narrator">$karen_contact2_txt[26]</div>
<<speech "You">>$karen_contact2_txt[27]<</speech>>
<div class ="narrator">$karen_contact2_txt[28]</div>
<br><br>
(Karen $menu_txt[31] + 15)<br><br>
<<set $karen_info.rel += 15>>
<<set $karen_info.contact += 1>>
<<set $karen_event = 2>>
[[$menu_txt[6]|Office]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<explore>>
<div class ="narrator">$karen_contact3_txt[0]</div>
<br><br>
<img src="sexvid/karen_daily_0/zaijian.jpg" style="max-width: 80%;">
<br><br>
<<linkreplace $menu_txt[1]>>
<<speech "You">>$karen_contact3_txt[1]<</speech>>
<<speech "Karen">>$karen_contact3_txt[2]<</speech>>
<<speech "You">>$karen_contact3_txt[3]<</speech>>
<<speech "Karen">>$karen_contact3_txt[4]<</speech>>
<<speech "You">>$karen_contact3_txt[5]<</speech>>
<<speech "Karen">>$karen_contact3_txt[6]<</speech>>
<<speech "You">>$karen_contact3_txt[7]<</speech>>
<<speech "Karen">>$karen_contact3_txt[8]<</speech>>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("huitou")+".mp4"' type="video/mp4">
</video>
<br><br>
<div class ="narrator">$karen_contact3_txt[9]</div>
<br><br>
[[$menu_txt[1]|Karen Contact Event 3_1]]
<</linkreplace>><<set $karen_info.rel += 5>>
<<set $karen_info.contact += 1>>
<div class ="narrator">$karen_contact3_txt[10]</div>
<br><br>
<img src="sexvid/karen_daily_0/xiao.jpg" style="max-width: 80%;">
<br><br>
<<linkreplace $menu_txt[1]>>
<<speech "Karen">>$karen_contact3_txt[11]<</speech>>
<<speech "You">>$karen_contact3_txt[12]<</speech>>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("xiao")+".mp4"' type="video/mp4">
</video>
<br>
<<speech "Karen">>$karen_contact3_txt[13]<</speech>>
<br>
(Karen $menu_txt[31] + 5)<br><br>
[[$menu_txt[6]|Office]]
<</linkreplace>><<explore>>
<div class ="narrator">$karen_contact4_txt[0]</div>
<br><br>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("hu")+".mp4"' type="video/mp4">
</video>
<br><br>
<<speech "Karen">>$karen_contact4_txt[1]<</speech>>
<div class ="narrator">$karen_contact4_txt[2]</div>
<br>
<<linkreplace $menu_txt[1]>>
<<speech "Karen">>$karen_contact4_txt[3]<</speech>>
<<speech "You">>$karen_contact4_txt[4]<</speech>>
<div class ="narrator">$karen_contact4_txt[5]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<img src="sexvid/karen_daily_0/ask1.jpg" style="max-width: 80%;">
<br><br>
<<speech "Karen">>$karen_contact4_txt[6]<</speech>>
<div class ="narrator">$karen_contact4_txt[7]</div>
<br>
<<linkreplace $karen_contact4_txt[8]>>
<<speech "You">>$karen_contact4_txt[8]<</speech>>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("like")+".mp4"' type="video/mp4">
</video>
<br>
<<speech "Karen">>$karen_contact4_txt[9]<</speech>>
<div class ="narrator">$karen_contact4_txt[10]</div>
<br><br>
(Karen $menu_txt[31] + 10)<br><br>
<<set $karen_info.rel += 10>>
<<set $karen_info.contact += 1>>
[[$menu_txt[6]|Office]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<explore>>
<div class ="narrator">$karen_contact5_txt[0]</div>
<br><br>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("qingdian")+".mp4"' type="video/mp4">
</video>
<br><br>
<div class ="narrator">$karen_contact5_txt[1]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("chen")+".mp4"' type="video/mp4">
</video>
<<speech "Karen">>$karen_contact5_txt[3]<</speech>>
<div class ="narrator">$karen_contact5_txt[2]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<img src="sexvid/karen_daily_0/home.jpg" style="max-width: 80%;">
<br><br>
<<speech "Karen">>$karen_contact5_txt[4]<</speech>>
<<speech "You">>$karen_contact5_txt[5]<</speech>>
<<speech "Karen">>$karen_contact5_txt[6]<</speech>>
<div class ="narrator">$karen_contact5_txt[7]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<<speech "You">>$karen_contact5_txt[8]<</speech>>
<<speech "Karen">>$karen_contact5_txt[9]<</speech>>
<<speech "You">>$karen_contact5_txt[10]<</speech>>
<img src="sexvid/karen_daily_0/yiwei.jpg" style="max-width: 80%;">
<br>
<<speech "Karen">>$karen_contact5_txt[11]<</speech>>
<br>
<div class ="narrator">$karen_contact5_txt[12]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<<speech "Karen">>$karen_contact5_txt[13]<</speech>>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("eat")+".mp4"' type="video/mp4">
</video>
<<speech "You">>$karen_contact5_txt[14]<</speech>>
<<speech "Karen">>$karen_contact5_txt[15]<</speech>>
<div class ="narrator">$karen_contact5_txt[16]</div>
<br><br>
(Karen $menu_txt[31] + 10)<br><br>
<<set $karen_info.rel += 10>>
<<set $karen_info.contact += 1>>
[[$menu_txt[6]|Office]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<explore>>
<div class ="narrator">$karen_contact6_txt[0]</div>
<br><br>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("game")+".mp4"' type="video/mp4">
</video>
<br><br>
<<linkreplace $menu_txt[1]>>
<<speech "Karen">>$karen_contact6_txt[1]<</speech>>
<img src="sexvid/karen_daily_0/choupai.jpg" style="max-width: 80%;">
<br>
<div class ="narrator">$karen_contact6_txt[2]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<<speech "Karen">>$karen_contact6_txt[3]<</speech>>
<video controls loop>
<source @src='"sexvid/karen_daily_0/"+either("win")+".mp4"' type="video/mp4">
</video>
<<speech "Karen">>$karen_contact6_txt[4]<</speech>>
<div class ="narrator">$karen_contact6_txt[5]</div>
<br><br>
<<linkreplace $menu_txt[1]>>
<div class ="narrator">$karen_contact6_txt[6]</div>
<<speech "Karen">>$karen_contact6_txt[7]<</speech>>
<<speech "You">>...<</speech>>
<<speech "Karen">>$karen_contact6_txt[8]<</speech>>
<<speech "You">>$karen_contact6_txt[9]<</speech>>
<<speech "Karen">>$karen_contact6_txt[10]<</speech>>
<img src="sexvid/karen_daily_0/sleep.jpg" style="max-width: 80%;">
<br><br>
<div class ="narrator">$karen_contact6_txt[11]</div>
<br><br>
<<set $prestige += 50>>
<<set $money += 300000>>
<<set $karen_info.rel += 10>>
<<set $karen_event = 3>>
<<CharSigned "Karen">>
(Karen $menu_txt[31] + 10)<br>
(Karen $message_txt[15])<br>
$message_txt[5]<br>
$message_txt[6]<br><br>
[[$menu_txt[1]|Karen Home]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<sleep>>
<<SexStart>>
<div class ="narrator">$karen_homesex_txt[0]</div>
<br><br>
<video controls loop>
<source @src='"sexvid/karen_home_0/"+either("morning")+".mp4"' type="video/mp4">
</video>
<br><br>
<<speech "Karen">>$karen_homesex_txt[1]<</speech>>
<div class ="narrator">$karen_homesex_txt[2]</div>
<br>
<<speech "Karen">>$karen_homesex_txt[3]<</speech>>
<<speech "You">>$karen_homesex_txt[4]<</speech>>
[[$menu_txt[1]|Karen Home BJ]]<<SexForeplay>>
<<speech "Karen">>$karen_homesex_txt[6]<</speech>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("bj1", "bj2", "bj3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[5]</div> <br><br>
[[$sex_menu_txt[4]|Karen Home BJ]] [[$sex_menu_txt[21]|Karen Home Kiss]] [[$sex_menu_txt[32]|Karen Home Finger]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("kiss1", "kiss2", "kiss3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[7]</div> <br><br>
[[$sex_menu_txt[4]|Karen Home BJ]] [[$sex_menu_txt[21]|Karen Home Kiss]] [[$sex_menu_txt[32]|Karen Home Finger]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("Finger1", "Finger2", "Finger3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[8]</div> <br><br>
[[$sex_menu_txt[4]|Karen Home BJ]] [[$sex_menu_txt[21]|Karen Home Kiss]] [[$sex_menu_txt[32]|Karen Home Finger]] [[$sex_menu_txt[19]|Karen Home Undress]]<<SexForeplay>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("Undress")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[9]</div> <br><br>
[[$sex_menu_txt[2]|Karen Home Pussy]]<<SexForeplay>>
<<speech "Karen">>$karen_homesex_txt[11]<</speech>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("Pussy1", "Pussy2", "Pussy3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[10]</div> <br><br>
[[$sex_menu_txt[2]|Karen Home Pussy]] [[$sex_menu_txt[0]|Karen Home Ass]]<<SexForeplay>>
<<speech "Karen">>$karen_homesex_txt[12]<</speech>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("Ass1", "Ass2", "Ass3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[13]</div> <br><br>
[[$sex_menu_txt[23]|Karen Home In]]<<SexFuck>>
<<speech "Karen">>$karen_homesex_txt[14]<</speech>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("In")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[15]</div>
<<speech "Karen">>Ennnn~Ahhhh<</speech>>
[[$sex_menu_txt[7]|Karen Home Doggy]]<<SexFuck>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("Doggy1", "Doggy2", "Doggy3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[16]</div> <br><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Karen Home Cum]]<<else>>
[[$sex_menu_txt[7]|Karen Home Doggy]] [[$sex_menu_txt[8]|Karen Home Cowgirl]] [[$sex_menu_txt[9]|Karen Home Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Karen Home Cum]]<</if>><</if>><<SexFuck>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("Cowgirl1", "Cowgirl2", "Cowgirl3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[17]</div> <br><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Karen Home Cum]]<<else>>
[[$sex_menu_txt[7]|Karen Home Doggy]] [[$sex_menu_txt[8]|Karen Home Cowgirl]] [[$sex_menu_txt[9]|Karen Home Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Karen Home Cum]]<</if>><</if>><<SexFuck>>
<<speech "Karen">>$karen_homesex_txt[18]<</speech>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("Missionary1", "Missionary2", "Missionary3")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[19]</div> <br><br>
<<if $energy lt 1>>[[$sex_menu_txt[13]|Karen Home Cum]]<<else>>
[[$sex_menu_txt[7]|Karen Home Doggy]] [[$sex_menu_txt[8]|Karen Home Cowgirl]] [[$sex_menu_txt[9]|Karen Home Missionary]] <<if $lust gt 90>>[[$sex_menu_txt[13]|Karen Home Cum]]<</if>><</if>><<SexCum>>
<<nobr>>
<<set $karen_info.rel += 10>>
<<set $karen_info.sexcount += 1>>
<</nobr>>
<div class ="narrator">$karen_homesex_txt[20]</div> <br>
<<speech "You">>$karen_homesex_txt[21]<</speech>>
<video controls loop><source @src='"sexvid/karen_home_0/"+either("cum")+".mp4"' type="video/mp4"></video><br><br>
<div class ="narrator">$karen_homesex_txt[22]</div> <br><br>
(Karen $menu_txt[31] + 10)<br><br>
[[$menu_txt[6]|Home]]<<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>>Nene$char_ofc_interact_txt[1]<<else>> Nene$char_ofc_interact_txt[0]<</if>><</speech>>
[[$menu_txt[3]|Interact]]
<<else>>
<video controls loop><source @src='"sexvid/karen_office_0/"+either("work")+".mp4"' type="video/mp4"></video>
[[$menu_txt[3]|Interact]] [[$menu_txt[44]|Task List][$selectTaskChar = 'Karen']]
<</if>><<set $lust +=20>>
<<set $energy -= 20>>
<<set $time +=4>>
<<set $selectTask.completed = 1>>
<video controls loop><source @src='"sexvid/" + $karen_info.name + "_live_0/"+either("live1", "live2", "live3", "live4", "live5", "live6")+".mp4"' type="video/mp4"></video>
<br><br>
<div class ="narrator">$karen_info.name $office_work_event[0]</div>
<<CharLiveGrowth $karen_info>> <</CharLiveGrowth>>
$story_caption_txt[21] + $selectTask.wages<br><br>
[[$menu_txt[3]|Karen Office Interaction]] /*<<if $time gte 18>>[[$menu_txt[24]|Karen Hometeg Start]]<</if>>*/Under development<<set $lust +=1>>
<<if $have_basictrainroom is 0>>
<<speech "Liya">>$office_work_event[15]<</speech>>
<br><br>
<</if>>
<h1>$build_txt[0]</h1>
<<include 'Building Item'>>
<div class="table-building">
<table>
<tbody>
<<for _bulidName, _item range _bulidingItem>>
<<set _workEnergy = _item.energy>>
<<capture _bulidName, _item, _workEnergy>>
<<if !_item.show>>
<<continue>>
<</if>>
<<set _itemHasResources = true>>
<tr><td>[img['img/place/'+ _bulidName+'.jpg']]</td>
<td style="width: 45%">
<h3><<=_item.title>></h3>
<<=_item.description>>
<br>
$build_txt[1]: <<=_item.currentCount>>
</td>
<td style="width: 20%">
$build_txt[2]: <br>
<<set _needtxt = ''>>
<<if $prestigeLevel < _item.prestigeLevel>>
<<set _itemHasResources = false>>
<<set _needtxt = $message_txt[18] + _item.prestige>>
<<elseif $money < _item.money>>
<<set _itemHasResources = false>>
<<set _needtxt = 'missing ' + (_item.money - $money)>>
<<elseif $energy < _item.energy>>
<<set _itemHasResources = false>>
<<set _needtxt = $message_txt[19] + _item.energy>>
<</if>>
<span>Money: <<=_item.money>></span><br>
<span>Prestige: <<=_item.prestige>></span><br>
<span>energy: <<=_item.energy>></span>
</td>
<td style="width: 20%;text-align: center;">
<<if _item.currentCount gt 0>>
$menu_txt[49]
<<elseif _itemHasResources>>
<<link $place_txt[28]>>
<<run _item.after()>>
<<goto _item.goto>>
<</link>>
<<else>>
_needtxt
<</if>>
</td></tr>
<</capture>>
<</for>>
</tbody>
</table>
</div>
<br>
[[$menu_txt[3]|Office]]<<set _bulidingItem = {
conference_room: {
show: true,
title: $build_txt[9],
description: $build_txt[10],
money: 50000,
prestige:$prestige_txt[0],
prestigeLevel: 1,
energy: 50,
after: function() {
$have_conferenceroom += 1;
$money -= 50000;
$energy -= 50;
},
goto: "Conference Room",
currentCount: $have_conferenceroom,
percentage: false,
},
basic_train_room: {
show: true,
title: $build_txt[3],
description: $build_txt[4],
money: 100000,
prestige:$prestige_txt[1],
prestigeLevel: 2,
energy: 50,
after: function() {
$have_basictrainroom += 1;
$money -= 100000;
$energy -= 50;
},
goto: "Build",
currentCount: $have_basictrainroom,
percentage: false,
},
mid_train_room: {
show: true,
title: $build_txt[5],
description: $build_txt[6],
money: 1000000,
prestige:$prestige_txt[2],
prestigeLevel: 3,
energy: 70,
after: function() {
$have_midtrainroom += 1;
$money -= 1000000;
$energy -= 70;
},
goto: "Build",
currentCount: $have_midtrainroom,
percentage: false,
},
pro_train_room: {
show: true,
title: $build_txt[7],
description: $build_txt[8],
money: 3000000,
prestige:$prestige_txt[3],
prestigeLevel: 4,
energy: 90,
after: function() {
$have_protrainroom += 1;
$money -= 3000000;
$energy -= 90;
},
goto: "Build",
currentCount: $have_protrainroom,
percentage: false,
}
}>><<widget "ActorLiveWeek">>
<!-- 周计划容器(用于整行刷新) -->
<div id="weekly-schedule">
<div class="table-users">
<table class="schedule-grid">
<tr>
<th style="width: 20%"></th><th style="width: 10%">$story_caption_txt[0]</th><th style="width: 10%">$story_caption_txt[1]</th><th style="width: 10%">$story_caption_txt[2]</th><th style="width: 10%">$story_caption_txt[3]</th><th style="width: 10%">$story_caption_txt[4]</th><th style="width: 10%">$story_caption_txt[5]</th><th style="width: 10%">$story_caption_txt[6]</th>
</tr>
<tr>
<td class="actor-cell">
[img['img/char/'+_actor.name+'/'+_actor.name+'_icon.jpg']]
<div>
<span>_actor.name</span>
<span>
$story_caption_txt[15]: _actor.energy<br>
$menu_txt[45]: _actor.growth<br>
$menu_txt[33]: _actor.skill<br>
$menu_txt[46]: _actor.wage<br>
$menu_txt[34]: _actor.popularity<br>
</span>
</div>
</td>
<<set _settle = 0>>
<<for _day = 0; _day < 7; _day++>>
<td class="task-cell" title=_task.description>
<<if _actor.weeklyTask[_day]>>
<<set _task = _actor.weeklyTask[_day]>>
<span>_task.name</span>
<span>
$story_caption_txt[15]: _task.energy<br>
$story_caption_txt[21]: _task.money<br>
<<=_task.description>>
</span>
<<set _settle += _task.money>>
<<else>>
-
<</if>>
</td>
<</for>>
</tr>
</table>
<div style="text-align: right;">_settle</div><br>
</div>
</div>
<</widget>><<include 'LiveTask'>>
<<set _actor = $actorList[$selScheduleActor]>>
<<speech _actor.name>>$office_work_event[16]<</speech>>
<<ActorLiveWeek>>
<!-- 任务按钮区 -->
<div class="task-buttons">
<<for _taskKey, _task range _taskList>>
<<capture _taskKey, _task>>
<<if !_task.show || _actor.skill lte _task.required_min || _actor.skill gte _task.required_max>>
<<continue>>
<<else>>
<<link _task.name>>
<<set _emptyDay = _actor.weeklyTask.lenght>>
<<if _actor.weeklyTask.length lt 7>>
<<set _actor.weeklyTask.push(_task)>>
<<replace "#weekly-schedule">>
<<ActorLiveWeek>>
<</replace>>
<</if>>
<</link>>
<</if>>
<</capture>>
<</for>>
<<link $menu_txt[62]>>
<<set _actor.weeklyTask = []>>
<<replace "#weekly-schedule">>
<<ActorLiveWeek>>
<</replace>>
<</link>>
<<link "OK">>
<<goto "Conference Room">>
<</link>>
</div>
<style>
</style><<set _taskList = {
task4:{
id: 4,
name: $live_txt[4],
money: 20000,
description: $live_description_txt[4],
energy: -20,
type: 1, /*1工作 2学习 3休假*/
cr: 0.25,
show: true,
},
task0:{
id: 0,
name: $live_txt[0],
money: -10000,
energy: -30,
skill: 5,
required_min: 0,
required_max: 100,
description: $live_description_txt[0],
type: 2, /*1工作 2学习 3休假*/
cr: 0.25,
show: $have_basictrainroom > 0
},
task1:{
id: 1,
name: $live_txt[1],
money: -30000,
energy: -40,
skill: 10,
required_min: 101,
required_max: 300,
type: 2, /*1工作 2学习 3休假*/
description: $live_description_txt[1],
cr: 0.15,
show: $have_midtrainroom > 0
},
task2:{
id: 2,
name: $live_txt[2],
money: -50000,
energy: -50,
skill: 15,
required_min: 301,
required_max: 999999,
type: 2, /*1工作 2学习 3休假*/
description: $live_description_txt[2],
cr: 0.05,
show: $have_protrainroom > 0
},
task3:{
id: 3,
name: $live_txt[3],
money: 0,
type: 3, /*1工作 2学习 3休假*/
energy: 70,
description: $live_description_txt[3],
show: true
},
}
>><<set _actorList = $actorList.filter(function (val) {
return val.company === $companyName;
})>>
<div class = "actor-schedule-box">
<<for _index, _actor range _actorList>>
<<capture _index, _actor>>
<<if _actor.weeklyTask[$day-1]>>
_actor.name:
<<set _task = _actor.weeklyTask[$day-1]>>
<<set _index = _task.id>>
<<if _task.type is 3>>
$live_msg_txt[2]<br>
<<set _actor.energy += _task.energy>>
<<elseif _actor.energy lt Math.abs(_task.energy)>>
$live_msg_txt[5]<br>
<<elseif _task.type is 1>>
<<set _actor.energy += _task.energy>>
<<set _wage = _task.money * randomFloat(1, 1.5).toFixed(1)>>
<<set _popu = Math.trunc(_wage * randomFloat(0.01, 0.02).toFixed(4))>>
<<set _index = random(0, $task_name_txt.length-1)>>
<<set _taskName = $task_name_txt[_index]>>
<<set _cr = randomFloat(0, 1).toFixed(2)>>
<<if _cr lte (_task.cr * _actor.growth)>>
<<set _wage = _wage * 2>>
<<set _popu = _popu * 2>>
$live_msg_txt[3]<br>
<<else>>
$live_msg_txt[0]<br>
<</if>>
<<set $money += _wage>>
<<set _actor.popularity += _popu>>
<<elseif _task.type is 2>>
<<set _actor.energy += _task.energy>>
<<set $money += _task.money>>
<<set _skill = _task.skill>>
<<set _skill = Math.trunc(randomFloat(_skill, _skill * _actor.growth))>>
<<set _cr = randomFloat(0, 1).toFixed(2)>>
<<if _cr lte (_task.cr * _actor.growth)>>
<<set _skill = _skill * 2>>
$live_msg_txt[4]<br>
<<else>>
$live_msg_txt[1]<br>
<</if>>
<<set _actor.skill +=_skill>>
<</if>>
<br>
<</if>>
<<if _actor.energy lt 0>><<set _actor.energy = 0>> <<elseif _actor.energy gt 100>><<set _actor.energy = 100>><</if>>
<</capture>>
<</for>>
</div><<RPS_Body $saika_info $actorList[9]>><</RPS_Body>><!-- 活动报名 人员单选 -->
<<widget "Registration" container>>
<<set _activity = $activityItem[_args[0]]>>
_activity.title
<div class="table-users">
<table><thead>
<tr>
<th></th><th></th><th>$menu_txt[30]</th><th>$menu_txt[34]</th><th>$menu_txt[33]</th>
</tr>
</thead>
<tbody>
<<set $actorList to $actorList.sort(function (a, b) {
return b.skill - a.skill;
})>>
<<for _itemKey, _item range $actorList>>
<<capture _itemKey, _item, _char>>
<<if _item.company isnot $companyName>>
<<continue>>
<</if>>
<tr>
<<if _item.company isnot $companyName>>
<<continue>>
<</if>>
<td>
<<if _activity.participant is _item.name>><<radiobutton "_activity.participant" _item.name checked>><<else>><<radiobutton "_activity.participant" _item.name>><</if>>
</td>
<td><img @src= "'img/char/'+_item.name+'/'+_item.name+'_icon.jpg'"></td>
<td>_item.name</td>
<td>_item.popularity</td>
<td>_item.skill</td>
</tr>
<</capture>>
<</for>>
</tbody>
</table>
</div>
<</widget>>
<!-- 猜拳游戏主体显示区 -->
<<widget "RPS_Body" container>>
<<set _rps to new RPS(["rock", "paper", "scissors"])>>
<<set _playerInfo = _args[0]>>
<<set _opponentInfo = _args[1]>>
<<set _playerImg = 'img/char/'+_playerInfo.name+'/'+_playerInfo.name+'_icon.jpg'>>
<<set _playerSkill = _playerInfo.skill>>
<<set _playerLS = -1>>
<<set _opponentImg = 'img/aistar/s'+_opponentInfo.aiImg+'.jpg'>>
<<set _opponentSkill = _opponentInfo.skill>>
<<set _opponentLS = -1>>
<div class="rps-container">
<!-- 规则说明 -->
<div class="rules">
<h2>游戏规则</h2>
<p>石头打剪刀,剪刀剪布,布包石头!</p>
<p>点击下方按钮选择你的出拳,战胜对手!</p>
</div>
<!-- 头像和结果区 -->
<div class="avatars-rps">
<div id="rpsPlayer" style="width: 30%;" >
<img id="playerAvatar" class="avatars-img" @src='_playerImg' alt="玩家头像">
<br>
_playerInfo.name(_playerSkill)
<br>
<meter style="width: 50%;" @value="_playerSkill" min="0" @max="_playerInfo.skill" ></meter>
</div>
<div id="rpsResult" style="width: 40%;">
等待出拳...
</div>
<div id="rpsOpponent" style="width: 30%;">
<img id="opponentAvatar" class="avatars-img" @src='_opponentImg' alt="对手头像">
<br>
_opponentInfo.name(_opponentSkill)
<br>
<meter style="width: 50%;" @value="_opponentSkill" min="0" @max="_opponentInfo.skill"></meter>
</div>
</div>
/* 修改按钮逻辑 */
<<link "石头">>
<<RPS_Rep "rock">><</RPS_Rep>>
<</link>>
<<link "剪刀">>
<<RPS_Rep "scissors">><</RPS_Rep>>
<</link>>
<<link "布">>
<<RPS_Rep "paper">><</RPS_Rep>>
<</link>>
[[$menu_txt[3]|Office]]
<</widget>>
<!-- 猜拳游戏结果更新 -->
<<widget "RPS_Rep" container>>
<<set _player = _args[0]>>
<<set _opponent = _rps.elements.random()>>
<<set _result = _rps.compare(_player, _opponent)>>
<!-- 更新结果显示 -->
<<replace "#rpsResult">>
<<set _resultState = ["lose", "draw", "win"][_result + 1]>>
<<run document.getElementById("rpsResult").className = `result-text result-${_resultState} result-animation`>>
<div style="width: 10%;">
<<if _player is "rock">>
<img src="img/prop/shitou_l.png" style="border: none;">
<<elseif _player is "paper">>
<img src="img/prop/bu_l.png" style="border: none;">
<<else>>
<img src="img/prop/jiandao_l.png" style="border: none;">
<</if>>
</div>
<div style="width: 80%;">
<<if _result gt 0>>
<<set _opponentLS = -1>>
<<set _playerLS += 1>>
<<set _hurt = 10 * (1 + 0.2*Math.pow(_playerLS, 2))>>
<<set _opponentSkill -= _hurt>>
_playerInfo.name胜利,<<if _playerLS gt 0>>连胜+_playerLS,<</if>>造成_hurt伤害
<<elseif _result lt 0>>
<<set _opponentLS += 1>>
<<set _playerLS = -1>>
<<set _hurt = 10 * (1 + 0.2*Math.pow(_opponentLS, 2))>>
<<set _playerSkill -= _hurt>>
_opponentInfo.name胜利,<<if _opponentLS gt 0>>连胜+_opponentLS,<</if>>造成_hurt伤害
<<else>>
平局!
<</if>>
</div>
<div style="width: 10%;">
<<if _opponent is "rock">>
<img src="img/prop/shitou_r.png" style="border: none;">
<<elseif _opponent is "paper">>
<img src="img/prop/bu_r.png" style="border: none;">
<<else>>
<img src="img/prop/jiandao_r.png" style="border: none;">
<</if>>
</div>
<<timed 1s>>
<<removeclass "#rpsResult" "result-animation">>
<</timed>>
<</replace>>
<<replace "#rpsPlayer">>
<img id="playerAvatar" class="avatars-img" @src='_playerImg' alt="玩家头像">
<br>
_playerInfo.name(_playerSkill)
<br>
<meter style="width: 50%;" @value="_playerSkill" min="0" @max="_playerInfo.skill" ></meter>
<</replace>>
<<replace "#rpsOpponent">>
<img id="opponentAvatar" class="avatars-img" @src='_opponentImg' alt="对手头像">
<br>
_opponentInfo.name(_opponentSkill)
<br>
<meter style="width: 50%;" @value="_opponentSkill" min="0" @max="_opponentInfo.skill"></meter>
<</replace>>
<!-- 头像动画 -->
<<if _result gt 0>>
<<addclass "#playerAvatar" "victory-glow">>
<<addclass "#opponentAvatar" "defeat-glow">>
<<elseif _result lt 0>>
<<addclass "#playerAvatar" "defeat-glow">>
<<addclass "#opponentAvatar" "victory-glow">>
<<else>>
<<addclass "#playerAvatar" "draw-glow">>
<<addclass "#opponentAvatar" "draw-glow">>
<</if>>
<<timed 1.2s>>
<<removeclass "#playerAvatar" "victory-glow defeat-glow draw-glow">>
<<removeclass "#opponentAvatar" "victory-glow defeat-glow draw-glow">>
<</timed>>
<</widget>><<nobr>>
<<set $time +=4>>
<<set $energy -= 40>>
<<set $money += 500000>>
<</nobr>>
<img src="img/explore_4_1.png" style="max-width: 80%;">
<div class ="narrator">$explore_event4_txt[0]</div>
<<linkreplace $menu_txt[1]>>
<div class ="narrator">$explore_event4_txt[1]</div>
<img src="img/explore_4_1.png" style="max-width: 80%;">
<<speech "Conan">>$explore_event4_txt[2]<</speech>>
<<speech "You">>$explore_event4_txt[3]<</speech>>
<<speech "Conan">>$explore_event4_txt[4]<</speech>>
<<speech "You">>$explore_event4_txt[5]<</speech>>
<<speech "Conan">>$explore_event4_txt[6]<</speech>>
<<speech "You">>$explore_event4_txt[7]<</speech>>
($message_txt[20])
($story_caption_txt[21] +500,000)
[[$menu_txt[6]|Office]] [[$menu_txt[63]|Activity]]
<</linkreplace>><<set $lust +=1>>
<h1>$activity_txt[0]</h1>
<div class="table-activity">
<table>
<tbody>
<<for _activityName, _item range $activityItem>>
<<capture _activityName, _item>>
<<if !_item.show>>
<<continue>>
<</if>>
<<set _itemHasResources = true>>
<tr><td>[img['img/'+ _activityName+'.jpg']]</td>
<td style="width: 45%">
<h3><<=_item.title>></h3>
<<=_item.description>>
</td>
<td style="width: 20%">
$build_txt[2]: <br>
<<set _needtxt = ''>>
<<if $prestigeLevel < _item.prestigeLevel>>
<<set _itemHasResources = false>>
<<set _needtxt = $message_txt[18] + _item.prestige>>
<<elseif $money < _item.money>>
<<set _itemHasResources = false>>
<<set _needtxt = 'missing ' + (_item.money - $money)>>
<</if>>
<span>$activity_txt[2]: <<=_item.money>></span><br>
<span>Prestige: <<=_item.prestige>></span><br>
<<set _shengyushijian = _item.Deadline - ($gameday - _item.startday)>>
<span><<if _shengyushijian lt 0>>
$activity_txt[5]
<<else>>
<font color='$ff0000'><b>_shengyushijian</b></font> $activity_txt[4]
<</if>>
</span>
</td>
<td style="width: 20%;text-align: center;" id = "oper">
_item.participant 1111 _item.money
<<if def _item.participant && _item.participant isnot "">>
<<elseif _itemHasResources>>
<<link "test">>
<<popover 'invert' 'passage'>>
<<Registration _activityName>><</Registration>>
<<link "OK">>
<<dismisspopover>>
<</link>>
<</popover>>
<</link>>
<<else>>
_needtxt
<</if>>
</td></tr>
<</capture>>
<</for>>
</tbody>
</table>
</div>
<br>
[[$menu_txt[3]|Office]]
<script>
console.log($("ui-overlay"), $("ui-overlay").hasClass("passage"));
</script><<set $activityItem = {
act_rps: {
show: true,
title: $activity_txt[1],
description: $activity_txt[3],
money: 1000000,
prestige:$prestige_txt[1],
prestigeLevel: 2,
startday: 20,
Deadline: 10,
participant: "",
registration: false,
after: function() {
$money -= 500000;
},
goto: ""
},
}>>