Explorar el Código

restore previous office as office_old with many bug fixes and enhancements

John Doe hace 2 años
padre
commit
befb7c78d4
Se han modificado 5 ficheros con 2712 adiciones y 44 borrados
  1. 2 1
      glife-notepad++
  2. 3 2
      glife.qproj
  3. 43 31
      locations/cikl.qsrc
  4. 18 10
      locations/city_center.qsrc
  5. 2646 0
      locations/office_old.qsrc

+ 2 - 1
glife-notepad++

@@ -830,6 +830,7 @@
 				<!--alexandriaSex-->
 				<!--shop_fashionista-->
 				<File name="locations\office.qsrc" />
+				<File name="locations\office_old.qsrc" />
 				<File name="locations\restoran.qsrc" />
 				<File name="locations\hairsalon.qsrc" />
 				<File name="locations\shopdacha.qsrc" />
@@ -991,7 +992,7 @@
 				<File name="locations\KGOLboss.qsrc" />
 				<File name="locations\KGOLfight.qsrc" />
 				<File name="locations\KGOLexpa.qsrc" />
-				
+
 			</Folder>
 			<Folder name="Game 2">
 				<File name="locations\KGDstart.qsrc" />

+ 3 - 2
glife.qproj

@@ -500,7 +500,7 @@
 		<Location name="anushkaev1"/>
 		<Location name="anushkaev2"/>
 		<Location name="anushapt"/>
-		<Location name="anushaptbr"/> 
+		<Location name="anushaptbr"/>
 		<Location name="anushkachat"/>
 		<Location name="anushkamaksim"/>
 	</Folder>
@@ -743,7 +743,7 @@
 		<Location name="music_bedroompractice"/>
 		<Location name="music_onlinemusic"/>
  		<Location name="music_gigstarts"/>
-   		<Location name="music_guitarlesson"/>   
+   		<Location name="music_guitarlesson"/>
    		<Location name="music_buskingevents"/>
 		<Location name="music_delparco"/>
 	</Folder>
@@ -788,6 +788,7 @@
 		<Location name="alexandriaSex"/>
 		<Location name="shop_fashionista"/>
 		<Location name="office"/>
+		<Location name="office_old"/>
 		<Location name="restoran"/>
 		<Location name="hairsalon"/>
 		<Location name="shopdacha"/>

+ 43 - 31
locations/cikl.qsrc

@@ -27,10 +27,10 @@ if day > monthsEnd[month]:
 	month += 1
 
 	!! Changing the year at new year and making sure February have the correct number of days.
-	if month > 12: 
+	if month > 12:
 		month = 1
 		year += 1
-		if ((year mod 4 = 0) and (year mod 100 ! 0)) or (year mod 400 = 0): 
+		if ((year mod 4 = 0) and (year mod 100 ! 0)) or (year mod 400 = 0):
 			monthsend[2] = 29
 		else
 			monthsend[2] = 28
@@ -87,7 +87,7 @@ if (film > 0 or pornstack = 1) and pfilmNO = 0 and pfilmSTOP = 0:
 end
 
 !!------------------------------------------------------------------------------------------------------------
-!!	Job Stuff
+!! Job Stuff
 !!------------------------------------------------------------------------------------------------------------
 
 !! masseuse paycheck
@@ -190,8 +190,8 @@ nymphosex_flag = 0
 !!------------------------------------------------------------------------------------------------------------
 
 !!bimbo flag set in stat_display if bimbo clothing, shoes and makeup are worn at same time
-if succubusflag = 0 or CheatBimbo2 = 1: 
-	if cheatBimbo = 0 and bimbo_flag = 1: 
+if succubusflag = 0 or CheatBimbo2 = 1:
+	if cheatBimbo = 0 and bimbo_flag = 1:
 		bimbo += 1
 	end
 end
@@ -336,7 +336,6 @@ if pcs_tan > 0: pcs_tan -= 1
 
 if prezikmsg = 2: prezikmsg = 3
 
-
 gs 'fertility', 'birth_control'
 
 !!------------------------------------------------------------------------------------------------------------
@@ -774,6 +773,19 @@ if day = 25:
 		'<b><font color="green">Your salary of <<pay>> <b>₽</b> has been paid into your bank account for your job as a secretary.</font></b>'
 	end
 
+	if workSec_old = 1 and paydaySec_old = 0:
+		paydaySec_old = 1
+		pay = sekDay_old * 2000
+
+		if officebestslut_old >= 3:
+			pay += 10000 + officebestslut_count_old*1000
+			officebestslut_count_old = 0
+		end
+		karta += pay
+		sekDay_old = 0
+		'<b><font color="green">Your salary of <<pay>> <b>₽</b> has been paid into your bank account for your job as a secretary.</font></b>'
+	end
+
 	if workFabrika = 1:
 		pay = smenaFabrika * 600
 		smenaFabrika = 0
@@ -852,6 +864,7 @@ if day ! 25:
 	if paydayHusb = 1:paydayHusb = 0
 	if workKafe = 1 and paydayKafe = 1:paydayKafe = 0
 	if workSec = 1 and paydaySec = 1:paydaySec = 0
+	if workSec_old = 1 and paydaySec_old = 1:paydaySec_old = 0
 	if (home_owned[1] = 1 or home_owned[4] > 0) and haday = 1:haday = 0
 	if (home_owned[1] > 0 or home_owned[4] > 0 or home_owned[5] = 2) and electroday = 1:electroday = 0
 	if (home_owned[1] > 0 or home_owned[4] > 0 or home_owned[5] = 3) and kabel > 0 and kabelday = 1:kabelday = 0
@@ -1018,7 +1031,7 @@ if mid($start_type,1,2) = 'sg':
 			killvar 'first_time_outside_in_cold_weather'
 			killvar 'first_time_doing_basketball'
 			killvar 'first_time_spring_football_match'
-!! end inc  
+!! end inc
 		elseif month = 10 and day >= 29:
 			$holyday = '<b>Autumn Break starts in <<35-day>> days.</b>'
 		elseif month = 11:
@@ -1041,14 +1054,14 @@ if mid($start_type,1,2) = 'sg':
 			if week = 1:
 				!!The start and end values for i have to be changed if more female schoolgirl npcs are added to the game
 				i = 11
-				
+
 				:hotcat_calc_jump
 				i += 1
-				
+
 				if hotcat_rating['A<<i>>'] = 0: jump 'hotcat_calc_jump'
-				
+
 				switch_rand = rand(1,100)
-				
+
 				if hotcat_movement['A<<i>>'] = 0 and switch_rand < 21:
 					hotcat_rating['A<<i>>'] -= 1
 					hotcat_movement['A<<i>>'] -= 1
@@ -1066,14 +1079,14 @@ if mid($start_type,1,2) = 'sg':
 				killvar 'i'
 				killvar 'switch_rand'
 			end
-			
+
 			!! Resetting the late flag
 			if late = 1: late = 0
-			
-		end	
+
+		end
 
 		!!Social grup changes
-		
+
 		!!Change from relatonship with other students.
 		gs 'gschool_socialchg', 'group_student_rel_change'
 
@@ -1125,7 +1138,7 @@ if mid($start_type,1,2) = 'sg':
 		old_grupvalue[2] = grupvalue[2]
 		old_grupvalue[3] = grupvalue[3]
 		old_grupvalue[4] = grupvalue[4]
-		
+
 	elseif SchoolAtestat = -1:
 		if home_owned[2] = 0:
 			$holyday = '<b>You missed your graduation. You could pick up your diploma at the school.</b>'
@@ -1356,7 +1369,7 @@ if blizoruk < 0: blizoruk = 0
 
 
 !!------------------------------------------------------------------------------------------------------------------------
-!!C and b array cleaning 
+!!C and b array cleaning
 
 if InSleep = 1: gs 'npc','cleanarrays'
 
@@ -1393,7 +1406,7 @@ end
 
 if $status['dog'] ! 'blocked' and rex['owned'] = 1:
 	rex['timer_day'] = daystart
-	
+
 	!!Daily decay
 	rex['relationship'] -= 1
 
@@ -1407,7 +1420,7 @@ if $status['dog'] ! 'blocked' and rex['owned'] = 1:
 	rex['timer_walk'] = 0
 	rex['count_feed'] = rex['count_feed_base']
 	rex['timer_feed'] = 0
-		
+
 	if week = 1:
 		if cheat['dog_rel'] = 0:
 			npc_rel['A29'] -= rex['count_bath']
@@ -1415,7 +1428,7 @@ if $status['dog'] ! 'blocked' and rex['owned'] = 1:
 		end
 		rex['count_bath'] = rex['count_bath_base']
 	end
-end	
+end
 
 !!------------------------------------------------------------------------------------------------------------
 
@@ -1429,7 +1442,7 @@ if starlets['late_message'] = 1: starlets['late_message'] = 0
 
 !!---------- Starlet Content ---------------------------------------------------------------------------------
 if AlbinaQW['StarletsJoined'] > 0 and AlbinaQW['StarletsShutDown'] = 0 and npc_pregtalk['A23'] = 0:
-	if starlets_practice = daystart - 1: 
+	if starlets_practice = daystart - 1:
 		starlets_missed = 1
 		starlets_practice = 0
 	end
@@ -1456,15 +1469,15 @@ if ml_guitarlesson['nextlesson'] < daystart and ml_guitarlesson['lessonday'] ! 8
 	ml_guitarlesson['lessonday'] = 8
 end
 
-!! Calculating the fame increase from the uploaded songs and removing ones that do not effect fame anymore to keep the 
+!! Calculating the fame increase from the uploaded songs and removing ones that do not effect fame anymore to keep the
 !! data at a sane level
 if ml_onlinesongcount > 0:
 	i = 0
 	j = -1
-    
-	:looponlinesongs        
-!!      this so every song counts only every 7 days and only for a limited number of weeks 
-		if ml_onlinesong_freshness[i] > 0:		
+
+	:looponlinesongs
+		!! this so every song counts only every 7 days and only for a limited number of weeks
+		if ml_onlinesong_freshness[i] > 0:
 			j += 1
 			ml_tempsong_freshness[j] = ml_onlinesong_sfreshness[i]
 			ml_tempsong_lastcalcday[j] = ml_onlinesong_lastcalcday[i]
@@ -1473,10 +1486,9 @@ if ml_onlinesongcount > 0:
 			ml_tempsong_uploaded[j] = ml_onlinesong_uploaded[i]
 			*nl
 			if ml_tempsong_lastcalcday[j] <= (daystart - 7) and ml_tempsong_uploaded = 1:
-            	gs 'fame', 'city', 'music', rand(0, ml_tempsong_freshness[j]/100)
-            	ml_tempsong_freshness[j] -= 10
-            	ml_tempsong_lastcalcday[j] = daystart
-
+				gs 'fame', 'city', 'music', rand(0, ml_tempsong_freshness[j]/100)
+				ml_tempsong_freshness[j] -= 10
+				ml_tempsong_lastcalcday[j] = daystart
 			end
 		end
 		i += 1
@@ -1489,7 +1501,7 @@ if ml_onlinesongcount > 0:
 	killvar 'ml_onlinesong_uploaded'
 
 	i = 0
-	
+
 	if j >= 0:
 		:looprebuildsongs
 			ml_onlinesong_freshness[i] = ml_tempsong_freshness[i]

+ 18 - 10
locations/city_center.qsrc

@@ -95,7 +95,7 @@ end
 if hour >= 8 and hour <= 20 and sunWeather = 1 and temper >= 15 and ml_guitar['carried'] = 1 and ml_performance['performed_minutes'] < ml_performance['max_perform_minutes'] and ml_performance['max_perform_minutes'] >= 15:
 	*nl
 	'With the weather being pleasant and sunny, there are groups of people moving around the streets. You could play some music, practice performing songs and maybe make some money too.'
-	ml_buskingtime =  min((ml_performance['max_perform_minutes']-ml_performance['performed_minutes']), 60)
+	ml_buskingtime = min((ml_performance['max_perform_minutes']-ml_performance['performed_minutes']), 60)
 	if pcs_inhib < 30:
 		if pcs_inhib < 10:
 			$diff = 'hard'
@@ -128,6 +128,7 @@ if car > 0 and cardrive = 2:'In the parking stands your <a href="exec:GS ''carF'
 
 if week < 6 and (hour >= 8 and hour <= 9):
 	if workSec > 0: act 'Go to work at Titran-Express': gt 'office', 'start'
+	if workSec_old > 0: act 'Go to work at Neptune-Express': gt 'office_old', 'start'
 end
 act 'Train station (0:05)':minut += 5 & gs 'city_train','start'
 act 'Metro Station (0:05)':minut += 5 & gt 'metro','start'
@@ -164,11 +165,11 @@ if hour >= 8 and hour <= 21:
 else
 	$desc_txt1 = '<a href="exec:msg ''The Galeria Mall is closed and will reopen at 8:00''">The Galeria Mall</a>'
 end
-if hour < 5 or hour > 23: 
-  $desc_txt2 = '<a href="exec:msg ''The Havana Fitness Center is closed and will reopen at 5:00''">Havana Fitness Center</a>'
+if hour < 5 or hour > 23:
+	$desc_txt2 = '<a href="exec:msg ''The Havana Fitness Center is closed and will reopen at 5:00''">Havana Fitness Center</a>'
 else
 	$desc_txt2 = '<a href="exec:gt ''fit'', ''start''">Havana Fitness Center</a>'
-end 
+end
 '<<$desc_txt1>> is front and center in the commercial area. Nearby is a <<$desc_txt2>> which has a swimming pool that can be used for a small fee.'
 if hour >= 6 and hour <= 23:
 	$desc_txt1 = '<a href="exec: minut += 1 & gt ''foto'', ''start''">Aphrodite Photography</a>'
@@ -189,7 +190,7 @@ end
 *nl
 if week >= 4 and (hour >= 18 or hour <= 3):
 	$desc_txt3 = '<a href="exec:gt ''city_nightclub'', ''start''">the nightclub</a>'
-  act 'Go to the nightclub': gt 'city_nightclub', 'start'
+	act 'Go to the nightclub': gt 'city_nightclub', 'start'
 else
 	$desc_txt3 = '<a href="exec:msg ''The nightclub is closed and will open from Friday to Sunday at 18:00''">The nightclub</a>'
 end
@@ -202,7 +203,14 @@ elseif (week = 5 or week = 6) and hour > 16:
 else
 	$desc_txt1 = '<a href="exec:msg ''Titran-Express is closed and will reopen at 8:00''">Titran-Express</a>'
 end
-'Across the street is considered the business area. The large skyscraper there serves as the base of operations for <<$desc_txt1>>, an engineering company.'
+if (week < 6 and hour >= 8 and hour <= 16) or (week = 6 and hour >= 8 and hour <= 13):
+	$desc_txt1 += ' and <a href="exec:gt ''office_old'', ''start''">Neptune-Express</a>'
+elseif (week = 5 or week = 6) and hour > 16:
+	$desc_txt1 += ' and <a href="exec:msg ''Neptune-Express is closed and will reopen at 8:00 on Monday''">Neptune-Express</a>'
+else
+	$desc_txt1 += ' and <a href="exec:msg ''Neptune-Express is closed and will reopen at 8:00''">Neptune-Express</a>'
+end
+'Across the street is considered the business area. The large skyscraper there serves as the base of operations for <<$desc_txt1>>, two engineering companies.'
 *nl
 if casting = 0:
 	$desc_txt1 = 'Aurora talent agency'
@@ -279,16 +287,16 @@ else
 end
 
 if AlexandriaQW = 3 and hour >= 6 and hour <= 23:
-    *nl
-    act 'Call Tatiana to infiltrate the models agency': gt 'tatiana_missions','mission2B'
+	*nl
+	act 'Call Tatiana to infiltrate the models agency': gt 'tatiana_missions','mission2B'
 end
 
 if hour >= 20 or hour <= 4:
 	*nl
 	'There are prostitutes working in places near here.'
-	if pcs_makeup > 2 and PCloStyle = 4 and pcs_inhib >= 40 and (stat['vaginal'] >  0 or fame['pav_slut'] >= 100):
+	if pcs_makeup > 2 and PCloStyle = 4 and pcs_inhib >= 40 and (stat['vaginal'] > 0 or fame['pav_slut'] >= 100):
 		act 'Prostitute yourself': gt 'street_walker', 'work'
-	elseif pcs_inhib >= 40 and (stat['vaginal'] >  0 or fame['pav_slut'] >= 100):
+	elseif pcs_inhib >= 40 and (stat['vaginal'] > 0 or fame['pav_slut'] >= 100):
 		*nl
 		'You could work as a prostitute, but you need to wear appropriate clothes and more than a little bit of makeup.'
 	else

+ 2646 - 0
locations/office_old.qsrc

@@ -0,0 +1,2646 @@
+# office_old
+
+
+if $ARGS[0] = 'start':
+	*clr & cla
+	CLOSE ALL
+	$location_type = 'event'
+	$sexloc = 'office_old'
+	$menu_loc = 'office_old'
+	$menu_arg = 'start'
+	menu_off = 0
+	if sound = 0 and hour >= 8 and hour < 16:PLAY 'sound/office.mp3',30 & PLAY 'sound/office2.mp3',30
+	minut += 5
+	gs 'stat'
+	'<center><b><font color="maroon">Neptune-Express Engineering</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/office.jpg"></center>'
+
+	if workSec_old = 0:'Requirements:diploma proving you passed a secretary certification course.'
+	if workSec_old = 0:'Schedule:9am to 5pm, Monday to Friday.'
+	if workSec_old = 0:'Salary:2000 <b>₽</b>/day, deposited on your bank account on the 25th of the month'
+	if workSec_old = 0:'Dress code: Proper office clothes are required.'
+
+	if secrDiplom = 1 and workSec_old = 0 and (work = 0 or cheatWork = 1):
+		act 'Interview for a job':
+			cla
+			menu_off = 1
+			minut += 60
+			'You''ve come to the HR department, and after taking a look at your diploma and resume they offered you a job as secretary.'
+
+			act 'Refuse':gt 'office_old', 'start'
+
+			act 'Take the job':
+				cla
+				work = 1
+				workSec_old = 1
+				sekDay_old = 0
+				'You leave the interview with a welcome packet, and are told you can report to work between 8AM and 9AM the next business day.'
+
+				act 'Leave':gt 'office_old', 'start'
+			end
+		end
+	end
+
+
+	if hour > 9 and hour < 16 and workSec_old >= 1:'You''re too late for work, so you''re told to take the day off.'
+
+	if PCloStyle3 <> 4:
+		act 'Use restroom to change into secretary attire': gt 'wardrobe', 'start'
+	elseif hour < 9 and workSec_old >= 1:
+		act 'Go to work':
+			minut += 60*(9 - (hour+1)) + (60-minut) & gs 'stat'
+			officeSecWorkday = daystart
+			sekDay_old += 1
+			gs 'stat'
+			minut = 60*(8-hour) + (60-minut)
+			gs 'stat'
+			gt 'office_old', 'work'
+		end
+	end
+
+	act 'Leave': minut += 5 & gt 'city_center'
+
+	if workSec_old = 1:
+		act 'Resign':
+			cla
+			menu_off = 1
+			*nl
+			'Are you sure? You will not be paid for time worked since your last paycheck.'
+			act 'Yes, I quit.':
+			 cla
+				minut += 30
+				work = 0
+				workSec_old = 0
+				'You tender your resignation.'
+				act 'Leave': minut += 5 & gt 'city_center'
+			end
+			act 'Nevermind': gt 'office_old', 'start'
+		end
+	end
+
+end
+
+if $ARGS[0] = 'work':
+	$loc = 'office_old'
+	$loc_arg = 'work'
+	killvar '$boy'
+	$menu_loc = 'office_old'
+	$menu_arg = 'work'
+	menu_off = 0
+	gs 'stat'
+	'<center><b><font color="maroon">Your Neptune-Express workplace</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sekr.jpg"></center>'
+	'You sit down at your desk.'
+
+	if fidayoffice = 0:
+		fidayoffice = 1
+		'The girl at the neighboring table smiles at you:"Hi, I am <<$pcs_nickname>>, what''s your name?"'
+		'"I''m <<$pcs_nickname>>, too!" you answer.'
+		'"What?! This can''t be a mistake, the last girl was named <<$pcs_nickname>> also!" she laughed.'
+		'"Maybe the boss can''t remember new names very well" you add.'
+		'"Too funny." she said and began to shuffle papers on the desk.'
+	elseif fidayoffice = 1:
+		'You find yourself buried in paperwork, as usual.'
+	end
+
+	if hour < 16:
+		act 'Work':
+			cla
+			menu_off = 1
+			minut += 60
+			gs 'stat'
+
+			'You print documents, write emails, and occasionally bring your boss a coffee.'
+			officerand = rand(0,16)
+			if officerand = 10 and officekom = 1:gt 'office_old', 'komer1'
+			if officerand = 11 and officebestslut_old = 3:gt 'office_old', 'motiv1'
+			if officerand = 12 and officebestslut_old = 3:gt 'office_old', 'motiv2'
+			if officerand = 13 and officebestslut_old = 3:gt 'office_old', 'motiv3'
+			if officerand = 14 and officebestslut_old = 3:gt 'office_old', 'motiv1'
+			if officerand = 15 and officebestslut_old = 3:gt 'office_old', 'motiv2'
+			if officerand = 16 and officebestslut_old = 3:gt 'office_old', 'motiv3'
+			if officerand >= 9 and officelezb > 10 and officekom ! 1:gt 'office_old', 'komer0'
+			if officerand >= 9 and coworkerslut = 0:gt 'office_old', 'coworker'
+			if officerand >= 9 and coworkerslut = 2:gt 'office_old', 'boss1'
+			if officerand = 9 and coworkerslut = 4:gt 'office_old', 'boss1'
+
+			if officerand = 8 and officeslut >= 10:
+				*clr & cla
+				gs 'office_old', 'rand_manager'
+				sexpartkno = 1
+
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m0.jpg"></center>'
+				'You are handling work cases for your boss. Another manager walks up to you. "Hi <<$pcs_nickname>>, can you help me?"'
+				'<<$intro>>'
+
+				act 'Help him':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m1.jpg"></center>'
+					'"Sure, how can I help?" you ask.'
+					'"I was told you are really great at relieving stress." With these words, he moves close to you so that his crotch is only inches from your face.'
+
+					act 'Suck it':
+						picrand = 54
+						officeslut += 1
+						if managerfuck[randmanager] = 0:guy += 1
+						managerfuck[randmanager] += 1
+						'Instinctively, you put your hands up to his thighs, look up at him and say "I always love to help people relax..." as your hand starts to caress his dick through his pants.'
+						gt 'sex', 'minet'
+					end
+					if officeslut < 20:
+						gs 'willpower', 'bj', 'resist'
+					else
+						gs 'willpower', 'bj', 'resist', 'hard'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Send him away (<<will_cost>> Willpower)':
+							if officeslut < 20:
+								gs 'willpower', 'bj', 'resist'
+							else
+								gs 'willpower', 'bj', 'resist', 'hard'
+							end
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
+							gt 'office_old', 'work'
+						end
+					else
+						act 'Send him away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+				end
+			elseif officerand = 7:
+				*clr & cla
+				gs 'office_old', 'rand_manager'
+				sexpartkno = 1
+
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m2.jpg"></center>'
+				'You are handling work cases for your currently absent boss, and that damn air conditioner has broken down. You feel very hot and decided to unbutton a few of the buttons on your blouse, so now your breasts are almost falling out of it. One of the managers in the office says, "Hi <<$pcs_nickname>>, the boss is in?"'
+				'<<$intro>>'
+				'"No, he is out," you answer and look back to your paper.'
+				'"It''s really hot in here, isn''t it?" he asks, slowly approaching you and getting a good look at your breasts that are almost falling out of your thin work blouse.'
+
+				act 'Yes, it is':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m3.jpg"></center>'
+					'"Yes, that damn air conditioner broke down again," you reply without looking up.'
+					'"Oh, yes it''s way too hot in here" he starts, then abruptly turns you to face him and jerked your blouse, causing the few buttons in place to jump out of the loop. The manager bites his lips at the sight of your breasts, and with passion he starts to fondle them. It''s happening fast, and he is definitely wanting to have his way with you.'
+
+					act 'Let him':
+						picrand = 55
+						officeslut += 1
+						if managerfuck[randmanager] = 0:guy += 1
+						managerfuck[randmanager] += 1
+						gt 'sex', 'minet'
+					end
+
+					if officeslut < 10:
+						gs 'willpower', 'sex', 'resist'
+					else
+						gs 'willpower', 'sex', 'resist', 'hard'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Send him away (<<will_cost>> Willpower)':
+							if officeslut < 10:
+								gs 'willpower', 'sex', 'resist'
+							else
+								gs 'willpower', 'sex', 'resist', 'hard'
+							end
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
+							gt 'office_old', 'work'
+						end
+					else
+						act 'Send him away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+				end
+			elseif officerand = 6 and officeslut >= 10:
+				*clr & cla
+				sexpartkno = 1
+
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m4.jpg"></center>'
+				'You have to make copies of some documents, so you go to the archive where there is a huge copy machine. While the machine is running, one of the managers comes in the room and begin to search among the stored file folders, so you are not paying any attention to him and continue to do your own work. <<$intro>>'
+				'A minute later you feel his hand on your ass. "So tell me, is it true that you have the best ass around, and are you willing to prove it?" he asks, and without waiting for your answer, he continues, "Maybe I''ll just see for myself." With these words, his hands slid under your clothes.'
+
+				act 'Let him':
+					*clr & cla
+					gs 'office_old', 'rand_manager'
+					officeslut += 1
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m5.jpg"></center>'
+					'You say nothing, just turn to him and kiss him. He begins to undress you, and in a minute you are naked to the waist. He hugs you with one hand, using the second to finger your pussy. Your hand automatically reaches for his pants and pulls out a not yet fully raised member and begins a slow handjob.'
+					'"That feels good, but use your mouth." he says.'
+
+					act 'Get on your knees':
+						cla
+						*clr
+						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m6.jpg"></center>'
+						'You kneel down and take his cock in your mouth. His dick is still not quite hard, so it is easy to suck on. As you play with it in your mouth, you soon feel that he begins to grow. As you''re just getting into the blowjob, the office door suddenly opens and a girl from the marketing department walks in, and freezes at the sight of you two.'
+						'"Oh, sorry, I''ll just leave for now" she says, turning toward the door.'
+						'"Oh don''t worry, it''s not like an audience would stop <<$pcs_nickname>> from sucking dick... You can even join us if you like!" he says.'
+						'"I won''t be long", she says as she walks to the shelves.'
+						'Just like he said, you don''t miss a beat with your blowjob, not paying attention to her. A few minutes later you notice that she is still here but not looking for anything anymore, just standing in front of the shelves and watching you. Then she takes her phone out and starts to record you, commenting on the video. "Here is <<$pcs_nickname>>, our secretary, sucking a dick. Just look at her, she loves it! <<$pcs_nickname>>, you want to finger me? I bet you would enjoy that too." You think to yourself "actually, I would enjoy that..." and nod "yes" with the cock still in your mouth.'
+						'Not wanting to be in her own video, she says "maybe another time, you just concentrate on what you''re doing." and you begin to make a show of it in front of the camera, letting his dick slip out of your mouth, you start licking it from the base to the head, a slight smile on your face. Then, you take it in your mouth and with a contented purr sweetly suck on it. She turns to the guy saying, "She''s a good cocksucker, but she looks ready for a good fuck. I''ll be sure this goes out to the office mailgroup, I''m sure everyone would love to see how well our new secretary performs." The idea of the whole office seeing you excites you and you feel yourself gushing wet between your legs. "I''m definitely getting a reputation of being a whore who is willing to fuck anyone." you think to yourself. The marketing girl goes to the corner continuing to shoot without further interference.'
+						'"OK, now hurry and fuck her, I''ve gotta get back to work!"'
+
+						act 'Continue':
+							picrand = 56
+							if managerfuck[randmanager] = 0:guy += 1
+							managerfuck[randmanager] += 1
+							gt 'sex', 'minet'
+						end
+					end
+				end
+
+				if officeslut < 20:
+					gs 'willpower', 'anal', 'resist'
+				else
+					gs 'willpower', 'anal', 'resist', 'hard'
+				end
+				if will_cost <= pcs_willpwr:
+					act 'Send him away (<<will_cost>> Willpower)':
+						if officeslut < 20:
+							gs 'willpower', 'anal', 'resist'
+						else
+							gs 'willpower', 'anal', 'resist', 'hard'
+						end
+						gs 'willpower', 'pay', 'resist'
+						gs 'stat'
+						gt 'office_old', 'work'
+					end
+				else
+					act 'Send him away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+				end
+			elseif officerand = 5:
+				*clr & cla
+				gs 'office_old', 'rand_manager'
+				sexpartkno = 1
+
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m8.jpg"></center>'
+				'You are handling work cases at a desk in the filing room, alone, for your currently absent boss. One of the station managers walk up to you. "Hi <<$pcs_nickname>>, is the boss in?"'
+				'<<$intro>>'
+				'"No, he left," you answer and get back to the paperwork.'
+				'"Oh, do not be so tense, let me massage you!" he says, and not waiting for an answer he walks up behind you and starts rubbing your shoulders. This actually helps you relax, so you close your eyes and enjoy it as his strong hands massage your muscles.'
+				'"That feel good?" he asks you, bringing you back to the present.'
+
+				act 'Yes':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m9.jpg"></center>'
+					'"Yes, very much, thank you", you reply without opening your eyes.'
+					'"Oh, your welcome, it is really nothing! Although, maybe you could help me out in return", he says.'
+					'"What do you mean?" you ask, startled, opening your eyes immediately, realizing what he just said. Right in front of your eyes you see his erect member. Before you have a moment to actually think about it, your hands pull him closer to you, sliding his dick between your slightly parted lips. "What am I doing?" flashes the thought through your mind. "Apparently I am so used to be used by anyone in this office, that it has become a reflex. Am I OK with this?"'
+
+					act 'Continue':
+						picrand = 57
+						officeslut += 1
+						if managerfuck[randmanager] = 0:guy += 1
+						managerfuck[randmanager] += 1
+						gt 'sex', 'minet'
+					end
+
+					if officeslut < 10:
+						gs 'willpower', 'anal', 'resist'
+					else
+						gs 'willpower', 'anal', 'resist', 'hard'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Stop it (<<will_cost>> Willpower)':
+							if officeslut < 10:
+								gs 'willpower', 'anal', 'resist'
+							else
+								gs 'willpower', 'anal', 'resist', 'hard'
+							end
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
+							gt 'office_old', 'work'
+						end
+					else
+						act 'Stop it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+				end
+			elseif officerand = 4:
+				*clr & cla
+				gs 'office_old', 'rand_IT'
+
+				randproblem = rand(2)
+				if randproblem = 0:$problem = 'it suddenly become unresponsive. You try to restart the machine, but it won''t start, just beeps constantly.'
+				if randproblem = 1:$problem = 'it suddenly shuts down, and you can''t start it up again.'
+				if randproblem = 2:$problem = 'suddenly eerything you worked on disappears. You try to restart the machine, but it still does not display anything on your monitor, not even the boot sequence, although it beeps as it usually does.'
+
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m10.jpg"></center>'
+				'While you are working on your computer, <<$problem>> Since you have a deadline, you become quite nervous, and you finally you call the support to send someone to fix it, now. Soon someone knocks on your door, and you invite the person in. <<$intro>> He listens as you describe the problem, then checks out the machine himself. Finally he says, that he will take your computer with him and bring it back tomorrow. "What am I going to do until then? I need a working computer now!" you cry out.'
+				'"Listen <<$pcs_nickname>>, it is not an easy fix, and I have a backlog. Although, you may be able to convince me to make an exception for you" he says.'
+				'"Really?" you ask.'
+				'"Don''t even pretend that you haven''t thought about a way. We both know you can convince me", he says.'
+
+				act 'How can I?':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m11.jpg"></center>'
+					'"You see, it is really easy," he says, pulling his cock out from his pants.'
+					'While you are standing in stupor, thinking what to say, he pushes you in a chair and with your hair he pulls you to his cock. As you open your mouth to say something, he immediately pushes his penis into your mouth. "I guess even I.T. has heard about me." you think to yourself, and quickly try to decide if his aggressiveness turns you on or if the idea of all the men in the office being entitled to your blowjobs isn''t what you want...'
+
+					act 'Suck':
+						picrand = 58
+						officeslut += 1
+						sexpartkno = 1
+						if ITfuck[randIT] = 0:guy += 1
+						ITfuck[randIT] += 1
+						gt 'sex', 'minet'
+					end
+
+					if officeslut < 10:
+						gs 'willpower', 'bj', 'resist'
+					else
+						gs 'willpower', 'bj', 'resist', 'hard'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Bite (<<will_cost>> Willpower)':
+							cla
+							if officeslut < 10:
+								gs 'willpower', 'bj', 'resist'
+							else
+								gs 'willpower', 'bj', 'resist', 'hard'
+							end
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
+							'You bite his dick and he howls from the pain, pulling his dick out of your mouth, screaming "Bitch!" He pulls his dick back to his pants and runs out of the office without taking the broken computer. You kick the computer out of anger and frustration, which suddenly starts to work again.'
+
+							act 'Back to work':gt 'office_old', 'work'
+						end
+					else
+						act 'Bite (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+				end
+			elseif officerand = 0 and officeslut >= 30 and stat['vaginal'] > 0 and stat['anal'] > 0:
+				*clr & cla
+				if officebestslut_old = 0: officebestslut_old = 1 & guy += 4
+				officeslut += 1
+				KILLVAR '$boy'
+				if $OffStockhold[0] = '':
+					gs 'npcgeneratec', 0, 'Mr. Laptev, Stockholder for the company', rand(30,60)
+					$npc_firstname[$npclastgenerated] = 'Boleslaw'
+					$npc_nickname[$npclastgenerated] = 'Boleslaw'
+					$npc_lastname[$npclastgenerated] = 'Laptev'
+					gs 'npcpreservec', $npclastgenerated
+					$OffStockhold[0] = $npclastsaved
+					gs 'npcgeneratec', 0, 'Mr. Kazankov, Stockholder for the company', rand(30,60)
+					$npc_firstname[$npclastgenerated] = 'Boyan'
+					$npc_nickname[$npclastgenerated] = 'Boyan'
+					$npc_lastname[$npclastgenerated] = 'Kazankov'
+					gs 'npcpreservec', $npclastgenerated
+					$OffStockhold[1] = $npclastsaved
+					gs 'npcgeneratec', 0, 'Mr. Bazarov, Stockholder for the company', rand(30,60)
+					$npc_firstname[$npclastgenerated] = 'Artur'
+					$npc_nickname[$npclastgenerated] = 'Artur'
+					$npc_lastname[$npclastgenerated] = 'Bazarov'
+					gs 'npcpreservec', $npclastgenerated
+					$OffStockhold[2] = $npclastsaved
+					gs 'npcgeneratec', 0, 'Mr. Poltorak, Stockholder for the company', rand(30,60)
+					$npc_firstname[$npclastgenerated] = 'Artemiy'
+					$npc_nickname[$npclastgenerated] = 'Artemiy'
+					$npc_lastname[$npclastgenerated] = 'Poltorak'
+					gs 'npcpreservec', $npclastgenerated
+					$OffStockhold[3] = $npclastsaved
+				end
+				$boy[0] = $OffStockhold[0]
+				$boy[1] = $OffStockhold[1]
+				$boy[2] = $OffStockhold[2]
+				$boy[3] = $OffStockhold[3]
+
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/g3.jpg"></center>'
+				'Your boss suddenly rushes into your office, a little out of breath and says, "<<$pcs_firstname>>, the four biggest shareholder in our company are in the conference room right now. I forgot that they were arriving today, and I need a little time to prepare the necessary documents. I need you to entertain them for about an hour, to give me some time to get ready. Otherwise the whole office is fucked, so isn''t it a better idea for just you to get fucked by these four? That''s no big deal for you, since you fucked a lot of guys here already. After this, I''ll give you a promotion fitting to your talents. I need you to take four for the team, <<$pcs_nickname>> Go on!'
+				'You go to the conference room thinking about what kind of talent is he talking about, and the promotion fitting to it, knowing that you will have to get fucked by these shareholders for it. When you walk in the room, you immediately see that they are not in a good mood.'
+				'"Am I really doing this?" flashes the thought through your head, but you know that you are already known as the office slut. You drop your clothes as you waltz to the table, and finally nude you climb on top of it, looking at the four man.'
+				'"Gentlemen, our CEO sent me in to ensure you gentlemen are happy, and to show our gratitude for the financial capital that enables us to become one of the leading real estate development company. Please don''t just watch..." Preparing for what to come, you try to relax, knowing that your holes will be used quite intensely.'
+
+				act 'Start':
+					picrand = 17
+					gt 'paysex', 'var', 3
+				end
+			else
+				act 'Finish':gt 'office_old', 'work'
+			end
+		end
+		act 'Go to your boss''s office':gt 'office_old', 'boss'
+		act 'Go to the corridor':gt 'office_old', 'kor'
+		act 'Chat with <<$pcs_nickname>>':
+			cla
+			minut += 30
+			menu_off = 1
+			officerand = rand(0,10)
+			if officeslut > 0 and officerand > 8:gt 'office_old', 'negr'
+			if officebestslut_old = 3 and officerand > 4:gt 'office_old', 'negr'
+
+			officebolt = rand(0,3)
+			if officebolt = 0:'"Can you imagine, our bookkeeper from corporate who is 40, trying to get one of the managers alone in his office. He barely escaped." she tells you.'
+			if officebolt = 1:'"At one corporate party, I got so drunk that I danced a striptease on the table in front of everyone, then I was so ashamed, I even wanted to resign, but changed my mind. The boss actually gave me a raise. He said I made the office prettier, and wanted to be sure I stayed. " she says'
+			if officebolt = 2:'"We had a girl in marketing who got really drunk at a corporate party. She woke up at the end of the party, naked and covered with semen, with about twenty used condoms scattering around her. I do not know how many guys fucked her, but when she came to work on monday, she could still not sit down", she tells you.'
+			if officebolt = 3:'"At one corporate party, our sysadmin got drunk and fell asleep in the restroom, so the marketing girls got some stuff from the I.T> storage and strapped keyboards to him with tape! They turned him into a knight in armor, so the next morning when he woke up, he went out and only then realized how he looked! It was so funny!" she tells you'
+
+			act 'Finish':gt 'office_old', 'work'
+		end
+
+		if coworkerslut = 1:
+			act 'Ask <<$pcs_nickname>> about her relationship with the boss':
+				cla
+				minut += 30
+				menu_off = 1
+				coworkerslut = 2
+				'"So <<$pcs_nickname>>, what is your relationship with the boss?" you ask her.'
+				'"Huh?! What has that bitch from marketing been telling you?" she snaps.'
+				'"No, no one said anything, I just opened the door and saw you on your knees with his dick in your mouth." you answer.'
+				'"Oh... Well no sense hiding it, I''m trying to get a raise. But I''ll probably just get a reputation when you tell everyone." she says'
+				'"No, I was just asking for myself." you say'
+				'"I''m sorry I said that, I''ve been doing this with him for a while now and haven''t gotten the raise he promised yet." she confesses'
+				'"So why keep doing it?" you ask.'
+				'"The boss gets mean when he doesn''t get laid. But the rest of the office talks about me behind my back, so maybe I''ll take a vacation for a month. Then when I get back they''ll all be so kind and nice to me, and be happy when I''m on my knees again. Hypocrites" she replies.'
+				'"He doesn''t have a wife?" you ask'
+				'"Who knows, I''ve never seen her though, so he probably does not- when I''m back from vacation, he''ll give me so much "overtime", I''ll have to take a day off after because I won''t be able to walk! So he''s either gonna fuck the secretary, or everyone, and I''m a single, healthy, young girl, so it makes sense!" she laughs.'
+				'Suddenly, in walks one of the managers with a pile of papers and you have to interrupt your conversation.'
+
+				act 'Finish':gt 'office_old', 'work'
+			end
+		elseif coworkerslut = 3:
+			act 'Talk to <<$pcs_nickname>> about having sex in the office':
+				cla
+				minut += 30
+				menu_off = 1
+				coworkerslut = 4
+				'When you were both alone, you decide to ask <<$pcs_nickname>> about what happened in the boss''s office.'
+				'"What happened when I went out for the tea?" you ask'
+				'"Well I couldn''t help it, when you walked out he started kissing me, and I got turned on and didn''t want to stop. I told him we should stop before you got back, but he was sure you''d be happy to join in." <<$pcs_nickname>> says'
+				'"He was sure of that?" you ask.'
+				'"Yeah, I told him you may not like girls, or may not want to do anything with me." She says.'
+
+				act 'Say you like her':
+					*clr & cla
+					officelezb += 1
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s2.jpg"></center>'
+					'"Well, actually, I like you too." you say'
+					'"Oh really? You''re into me?" said <<$pcs_nickname>>, closing the door and then waltzing up and sitting on your desk "We definitely need to clarify this issue, tell me more."'
+
+					act 'Raise no objection':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s3.jpg"></center>'
+						'"I''d really like to get to know you better... a lot better..." With these words, you got up and threw one knee on the table. <<$pcs_nickname>> immediately put her hands on your breasts, they slipped over your body and she unbuttoned your clothes.'
+
+						act 'Continue':
+							*clr & cla
+							if coworkerslut_sex = 0: girl += 1 & coworkerslut_sex = 1
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s4.jpg"></center>'
+							'You sit down on the table allowing her to undress you. She undresses you slowly, licking on every bare inch of your body, her tongue was strong and thick, you even thought about how your pussy would feel on her mouth. You are so excited that it feels like a puddle is forming beneath you.'
+
+							gs 'arousal', 'kiss', 5, 'lesbian'
+							gs 'stat'
+
+							act 'Let her continue':
+								*clr & cla
+								orgasm += 1
+								'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s5.jpg"></center>'
+								'You throw your feet on the table and quickly move your knees to the side, giving her maximum access to your pussy. <<$pcs_nickname>> takes off your panties and began to rub them on your pussy, you first want to argue, but the feel of silk sliding your pussy teases you and you lean forward, urging her to continue. <<$pcs_nickname>> licks her lips and begins to caress your clitoris with her tongue while slowly rubing your vagina with her panties. Soon you start to feel an orgasm coming.'
+
+								gs 'arousal', 'cuni', 15, 'lesbian'
+								gs 'stat'
+
+								act '69 each other':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s7.jpg"></center>'
+									'You stop her and lay back on the table, waving your tongue between your fingers spread apart. She smiles, realizing what you want and quickly climbs onto the table on top of you, her pussy in your face. You follow her example, and you take her panties and rub them on her pussy, but you''re not as skilled as she is, so you need to use your fingers to get her panties inside her. As your fingers massage her hole, your tongue makes long stroke on her clit. You realize that <<$pcs_nickname>> is literally fucking you with her tongue, and the sensation of her nimble tongue inside you in exhilarating. After a couple of minutes you feel her body begin to tremble and she presses her pussy hard on your tongue and face as she cums. She doesn''t miss a beat, however, and you orgasm only seconds behind her.'
+
+									gs 'arousal', 'cuni', 15, 'lesbian'
+									gs 'arousal', 'cuni_give', 15, 'lesbian'
+									gs 'arousal', 'vaginal_finger_give', 15, 'lesbian'
+									minut -= 15
+									gs 'stat'
+
+									act 'Back to work':gt 'office_old', 'work'
+								end
+							end
+
+							act 'Lick her':
+								cla
+								*clr
+								'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s6.jpg"></center>'
+								'You help <<$pcs_nickname>> lie down on the table, then get between her legs and begin to fondle her pussy with your tongue. She bites her lip as you pleasure her. You make long licks with your tongue on her clit, and after a couple of minutes you feel her body began to tremble, ready to finish.'
+
+								gs 'arousal', 'cuni_give', 15, 'lesbian'
+								gs 'stat'
+
+								act '69 each other':
+									*clr & cla
+									orgasm += 1
+									'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s7.jpg"></center>'
+									'You stop her and lay back on the table, waving your tongue between your fingers spread apart. She smiles, realizing what you want and quickly climbs onto the table on top of you, her pussy in your face. You follow her example, and you take her panties and rub them on her pussy, but you''re not as skilled as she is, so you need to use your fingers to get her panties inside her. As your fingers massage her hole, your tongue makes long stroke on her clit. You realize that <<$pcs_nickname>> is literally fucking you with her tongue, and the sensation of her nimble tongue inside you in exhilarating. After a couple of minutes you feel her body begin to tremble and she presses her pussy hard on your tongue and face as she cums. She doesn''t miss a beat, however, and you orgasm only seconds behind her.'
+
+									gs 'arousal', 'cuni', 15, 'lesbian'
+									gs 'arousal', 'cuni_give', 15, 'lesbian'
+									gs 'arousal', 'vaginal_finger_give', 15, 'lesbian'
+									minut -= 15
+									$orgasm_or = 'yes'
+									gs 'arousal', 'end'
+									gs 'stat'
+
+									act 'Back to work':gt 'office_old', 'work'
+								end
+							end
+						end
+
+						gs 'willpower', 'cuni', 'resist'
+						if will_cost <= pcs_willpwr:
+							act 'Not now (<<will_cost>> Willpower)':
+								cla
+								gs 'willpower', 'cuni', 'resist'
+								gs 'willpower', 'pay', 'resist'
+								gs 'stat'
+
+								'"I want to talk more about this with you, but not now, maybe later." you say'
+								'"Well, let''s talk soon, because I''m very interested" says <<$pcs_nickname>>, opening the door again.'
+
+								act 'Back to work':gt 'office_old', 'work'
+							end
+						else
+							act 'Not now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+						end
+					end
+				end
+
+				act 'Turn her down':
+					cla
+					'"Like girls? Join? I''m not like that." you say indignantly.'
+
+					act 'Back to work':gt 'office_old', 'work'
+				end
+			end
+		end
+		if officelezb > 0:
+			act 'Tempt <<$pcs_nickname>>':
+				*clr & cla
+				minut += 30
+				menu_off = 1
+
+				officerand = rand(0,10)
+				if officeslut > 0 and officerand > 8:gt 'office_old', 'dostavka'
+				if officebestslut_old = 3 and officerand > 4:gt 'office_old', 'dostavka'
+
+				lesbian += 1
+				picrand = 19
+				officelezb += 1
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s8.jpg"></center>'
+				'You climb on the table and spread your legs, and ask "<<$pcs_nickname>>, can you help me with a problem I have?".'
+				'<<$pcs_nickname>> looks up from her papers and can''t help but smile, "Oh, I''m sure I can help with that problem.". With these words, she gets up, closes the door, and walks over to you, smirking.'
+
+				act 'Start':xgt 'lezbsex', 'var'
+			end
+		end
+	else
+		act 'Leave work': minut += 5 & gt 'city_center'
+		if workSec_old = 1:
+			act 'Resign':
+				cla
+				menu_off = 1
+				*nl
+				'Are you sure? You will not be paid for time worked since your last paycheck.'
+				act 'Yes, I quit.':
+				 cla
+					minut += 30
+					work = 0
+					workSec_old = 0
+					'You tender your resignation.'
+					act 'Leave': minut += 5 & gt 'city_center'
+				end
+				act 'Nevermind': minut += 5 & gt 'city_center'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'boss':
+	*clr & cla
+	menu_off = 1
+	minut += 15
+	gs 'stat'
+
+	officerand = rand(0,15)
+	if bossslut = 1:
+		if officerand = 10:gt 'office_old', 'boss2'
+		if officerand = 9:gt 'office_old', 'boss3'
+		if officerand = 8:gt 'office_old', 'boss4'
+		if officerand = 7:gt 'office_old', 'boss5'
+		if officerand = 6:gt 'office_old', 'boss6'
+	end
+
+	'<center><b><font color="maroon">Account Officer</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/boss.jpg"></center>'
+
+	if officebestslut_old = 1:
+		cla
+		'"Ahh, there you are. Come in, sit down. Let''s start the interview." he says.'
+		'"And what is the position I''m interviewing for?" ask you, sitting in a chair.'
+		'"Actually, it''s more additional responsibilities, but with very good additional pay." he says.'
+		'What do I have to do." you ask.'
+		'"I need your help to motivate some employees, to keep them on task to meet their deadlines." he says.'
+		'"And how should I motivate them?" you ask.'
+		'"Well, as you know, when people get tired, naturally performance drops, deadlines are missed, and the company loses money. Or clients who aren''t sure if they should invest with us or not, et cetera. But if they are properly motivated, work will be completed in time, and new clients will come on board. So, given your... reputation... in the office, I''m sure you can find ways to motivate anyone.'
+		'"So you want me to become the company whore? And how much extra pay?" You ask without really realizing that you''re not at all put off by the proposition, only curious what money you''ll earn.'
+		'"20,000 per month plus a basic salary, as well, do you agree?" he says, a satisfied smile on his face, as if you have already agreed to.'
+
+		act 'Agree':
+			cla
+			officebestslut_old = 3
+			'"I''ll do it." you reply.'
+			'"Excellent. Your first assignment is a potential client who''s in town. He''s at a nearby hotel. Let''s see how you do." he says.'
+
+			act 'Go':gt 'office_old', 'motiv0'
+		end
+
+		gs 'willpower', 'prostitution', 'resist', 'hard'
+		if will_cost <= pcs_willpwr:
+			act 'Refuse (<<will_cost>> Willpower)':
+				cla
+				gs 'willpower', 'prostitution', 'resist', 'hard'
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				'"No, thanks, I''m not a prostitute, I fuck for fun, not for money" you reply.'
+				'"Well, then fuck for fun, and get a bonus for helping the company." he says.'
+
+				act 'Agree':
+					cla
+					officebestslut_old = 3
+					'"Ok, I didn''t think about it like that." you reply.'
+					'"Excellent. Your first assignment is a potential client who''s in town. He''s at a nearby hotel. Let''s see how you do." he says.'
+					act 'Go':gt 'office_old', 'motiv0'
+				end
+
+				gs 'willpower', 'prostitution', 'resist', 'hard'
+				if will_cost <= pcs_willpwr:
+					act 'Refuse (<<will_cost>> Willpower)':
+						cla
+						gs 'willpower', 'prostitution', 'resist', 'hard'
+						gs 'willpower', 'pay', 'resist'
+						gs 'stat'
+						'"That''s not for me. I''m happy with my current duties." you say'
+						'"Very well. Don''t be surprised if you aren''t presented with this opportunity again." he says, disappointedly.'
+						officebestslut_old = 4
+						gt 'office_old', 'work'
+					end
+				else
+					act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+				end
+			end
+		else
+			act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	elseif officebestslut_old ! 1:
+		if bossslut = 1:
+			act 'Distract your boss':
+				*clr & cla
+				sexpartkno = 1
+				gs 'boyStat', 'A179'
+				officeslut += 1
+				picrand = rand(61, 63)
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b<<picrand>>.jpg"></center>'
+				'You decide to help the boss get in a better mood. You wink to <<$pcs_nickname>> as you walk towards the boss''s office, and she smiles at you as she wags her finger and whispers "slut!" You close the door behind you, make eye contact with your boss, and bite your lower lip. You start unbuttoning your blouse as you walk toward him.'
+				'"I was just thinking that it''d been a while since <<$pcs_nickname>> had my dick in her throat. As always, your timing is impeccable, <<$pcs_nickname>>." he says as you get on your knees in front of him'
+
+				act 'Blow your boss':gt 'sex', 'minet'
+			end
+		end
+
+		if officeslut < 10:
+			gs 'willpower', 'bj', 'resist'
+		else
+			gs 'willpower', 'bj', 'resist', 'hard'
+		end
+		if bossslut ! 1:
+			act 'Leave the office':gt 'office_old', 'work'
+		elseif will_cost <= pcs_willpwr:
+			act 'Leave the office (<<will_cost>> Willpower)':
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'office_old', 'work'
+			end
+		else
+			act 'Leave the office (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+end
+
+if $ARGS[0] = 'kor':
+	*clr & cla
+	$menu_loc = 'office_old'
+	$menu_arg = 'kor'
+	menu_off = 0
+	minut += 5
+	gs 'stat'
+	'<center><b><font color="maroon">corridor</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/office.jpg"></center>'
+
+	if hour < 16:
+		act 'Go to the office':gt 'office_old', 'work'
+		act 'Go to the breakroom':gt 'office_old', 'kuh'
+	else
+		act 'Leave work': minut += 5 & gt 'office_old','start'
+	end
+end
+
+if $ARGS[0] = 'kuh':
+	*clr & cla
+	$loc_arg = $ARGS[0]
+	$loc = 'office_old'
+	$menu_loc = 'office_old'
+	$menu_arg = 'kuh'
+	menu_off = 0
+	minut += 5
+	gs 'stat'
+
+	officerand = rand(0,10)
+	if officerand > 8 and officeslut >= 20:
+		gt 'office_old', 'gang'
+	elseif officerand > 5 and officebestslut_old = 3:
+		gt 'office_old', 'gang'
+	elseif officerand < 5 and (officeslut >= 5 or pcs_horny >= 90):
+		*clr & cla
+		menu_off = 1
+		gs 'office_old', 'rand_manager'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m12.jpg"></center>'
+		'As you enter the breakroom, you see a manager with a bottle in his hand.'
+		'<<$intro>>'
+		'"Here <<$pcs_nickname>>, have some water." He doesn''t seem to care if you want it or not, he puts the bottle to your lips, literally forcing you to drink.'
+
+		act 'Drink':
+			cla
+			*clr
+			pcs_hydra += 40
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m13.jpg"></center>'
+			'You don''t really have a choice but to take a drink, so you open your mouth and start drinking. His second hand starts to hug your waist. "Well at least he''s not reaching under my skirt" you think, but his almost evil smirk makes you realize that you rushed to conclusions.'
+			'"That''s it, good girl." he says and then he pulls the bottle from your mouth, leaving you with a huge gulp of water, which you can barely swallow. The hand on your waist moves up your back and onto your shoulder. You''re still trying to swallow the water in your mouth, as he says "You''re such a good girl, you do exactly as you''re told, don''t you?" with these words, he starts pressing down on your shoulder, letting you know that he wants you on your knees.'
+			if officeslut > 5:'And without waiting for a response continued "It''s my turn with you"'
+
+			act 'Do not resist':
+				cla
+				*clr
+				sexpartkno = 1
+				officeslut += 1
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m14.jpg"></center>'
+				'As you kneel, he unzips his pants and pulls out his already erect cock, which falls right against your cheek as it comes free. You put your hands on his thighs and take hold of his cock with your mouth. His hand moves behind your head.'
+				'"Oh yes, you are a good girl" he says as begins stroking your head, moving some hair from your face. You obediently start to suck his cock. You take his dick all the way into your throat and close your eyes, thinking to yourself "I just can''t control myself when they act like I''m supposed to blow them on command." You start to bob back and forth on the cock in your mouth, when suddenly you think you hear faint giggles from the door. You slow for a moment, but then he pushes your head down and you deep throat him again. He says "don''t stop now <<$pcs_nickname>>, you''re not done yet."'
+				'Now you''re sure you hear the door opening wider. You definitely hear the voices of some of the girls from marketing giggling. You want to stop, but his hand on your head keeps your mouth all the way down his cock. You''re forced to stay there as you hear cell phone cameras clicking and one girl saying "I''m getting this on video." You look up and him with his dick deep in your throat, and he says "Ok, time to shine. Show them how a good girl finishes a blowjob." You can''t help it now. He''s told you to finish. The command to please him, along with the rolling cameras have your panties absolutely soaked now.'
+
+				gs 'arousal', 'hj', 30, 'sub', 'exhibitionism'
+				gs 'arousal', 'bj', 30, 'sub', 'exhibitionism'
+				minut -= 30
+				gs 'stat'
+
+				act 'Continue':
+					picrand = 59
+					if managerfuck[randmanager] = 0:guy += 1
+					managerfuck[randmanager] += 1
+					gt 'sex', 'minet'
+				end
+			end
+
+			if officeslut < 10:
+				gs 'willpower', 'bj', 'resist'
+			else
+				gs 'willpower', 'bj', 'resist', 'hard'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Push him away and leave (<<will_cost>> Willpower)':
+					cla
+					if officeslut < 10:
+						gs 'willpower', 'bj', 'resist'
+					else
+						gs 'willpower', 'bj', 'resist', 'hard'
+					end
+					gs 'willpower', 'pay', 'resist'
+					gs 'stat'
+					'You bite his dick and he howls from the pain, pulling his dick out of your mouth, screaming "Bitch!" He pulls his dick back to his pants and runs out of the office without taking the broken computer. You kick the computer out of anger and frustration, which suddenly starts to work again.'
+
+					act 'Back to work':gt 'office_old', 'work'
+				end
+			else
+				act 'Push him away and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+		end
+		exit
+	end
+
+	'<center><b><font color="maroon">Lounge</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/kuh.jpg"></center>'
+
+	if hour < 16:
+		act 'Eat':gs 'food', 'm_meal'
+		act 'Go to the corridor':gt 'office_old', 'kor'
+	else
+		act 'Leave work': minut += 5 & gt 'office_old','start'
+	end
+end
+
+if $ARGS[0] = 'coworker':
+	cla
+	*clr
+	minut += 30
+	menu_off = 1
+	coworkerslut = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s1.jpg"></center>'
+	'You need the boss''s signature on some documents, so you head into his office.	<<$pcs_nickname>> had just gone in, but after waiting for ten minutes you decide to take the documents in. Opening the door you stare dumbfounded, as your boss stands at the head of the table, with <<$pcs_nickname>> on her knees blowing him, looking up at him. You shut the door quietly, "I hope they didn''t see me" you thought.'
+
+	act 'Back to work':gt 'office_old', 'work'
+end
+
+if $ARGS[0] = 'boss1':
+	cla
+	*clr
+	minut += 30
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b1.jpg"></center>'
+	'The boss called <<$pcs_nickname>> into his office, and after 30 minutes, you have decided that they''re having fun again.'
+		'Suddenly, he calls you into his office, so you go in and see <<$pcs_nickname>> sitting on the sofa with a notebook in hand and writing down something .'
+	'"Come in, sit down." said the boss.'
+	'You sat down next to the <<$pcs_nickname>> and he began to tell you what you have to do. Ten minutes later, he looked at you and said, "<<$pcs_nickname>>, bring all three of us a cup of tea, we''re going to be here a while."'
+
+	act 'Bring tea':
+		cla
+		*clr
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b2.jpg"></center>'
+		'Returning with tea you freeze in the doorway, as you see <<$pcs_nickname>> lay on her side on the couch with her legs spread wide, and the chief lying behind her, his cock deep in her pussy. "This must be an invitation, because they knew that I''d be right back..." you thought.'
+
+		act 'Join them':
+			*clr & cla
+			bossslut = 1
+			if coworkerslut < 3: coworkerslut = 3
+			officeslut += 1
+			balls += 1
+			if bossslut_sex = 0: guy += 1 & bossslut_sex = 1
+			if coworkerslut_sex = 0: girl += 1 & coworkerslut_sex = 1
+			gs 'boyStat', 'A179'
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b3.jpg"></center>'
+			'You put the tea tray on the table, and kneel down and start to fondle his balls. The boss puts his hand behind your head and presses your face to his balls, and you quickly realize that he wants you put his balls in your mouth and start to suck as he continues to fuck <<$pcs_nickname>>.'
+
+			act 'Continue':
+				cla
+				*clr
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b4.jpg"></center>'
+				'He pulls his cock out of <<$pcs_nickname>>, then turns and stands in front of you, then puts his cock into your open mouth. Moments later, <<$pcs_nickname>> joins you and the two of you switch off sucking his cock and balls.'
+
+				gs 'arousal', 'bj', 5, 'sub'
+				gs 'stat'
+
+				if stat['vaginal'] = 0 or rand(0,2) = 0:
+					act 'Get your pussy licked':
+						cla
+						*clr
+						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b6.jpg"></center>'
+						'You sit down on the couch and spread your legs wide, smiling and winking at <<$pcs_nickname>>. She leans down to your pussy and begins to service you. Her tongue feels amazing, almost like a small dick, as she tongue fucks you. The boss gets behind <<$pcs_nickname>>, and slides into her pussy. You can feel her moan against your pussy as she penetrates deeper into you. She is so skilled with it, despite being fucked simultaneously, that less than a minute later you are cumming and your juices are dripping out into her mouth. A few minutes later her boss takes out his cock, and looks at you saying "I want to feel that tight little asshole around my dick, <<$pcs_nickname>>."'
+
+						gs 'arousal', 'cuni', 10, 'sub', 'lesbian', 'group'
+						minut -= 10
+						$orgasm_or = 'yes'
+						gs 'stat'
+
+						act 'Doggy-Style':
+							cla
+							*clr
+							orgasm_anal += 1
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b7.jpg"></center>'
+							'You get up on the couch on all fours sticking out your ass, and <<$pcs_nickname>> immediately climbs under you and you feel her tongue on your pussy. He settles behind you, and puts his cock to <<$pcs_nickname>>''s mouth for a quick lick, then gently slides into your asshole. As he slowly moves into you, your asshole stretching to accomodate him, you lower your pussy to <<$pcs_nickname>>''s mouth as she licks you. He fucks your ass slowly, and you moan with pleasure until you start to feel it hurting as he thrusts. You look back at him, the pain showing on your face.'
+							'He pulls out of you, and puts his cock in <<$pcs_nickname>>''s mouth again. Relubricated, he puts his cock back in your asshole to resume fucking you. You feel intense pleasure from the cock thrusting deep in your ass, and <<$pcs_nickname>>''s tongue going in and out of your vagina. You can''t take it for long, and you orgasm intensely, unsure which feels better. Your body is trembling, <<$pcs_nickname>>''s mouth is full of your pussy juices, the cock still pounding into your ass. She keeps licking your clit as your juices run down the sides of her face. You''re absolutely writhing in orgasm now, and feel his cock throbbing inside you, ready to finish.'
+
+							gs 'arousal', 'anal', 10, 'sub', 'group'
+							gs 'arousal', 'cuni', 10, 'sub', 'lesbian', 'group'
+							minut -= 10
+							$orgasm_or = 'yes'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Finish':gt 'office_old', 'boss0'
+						end
+
+						act 'Sit on top':
+							cla
+							*clr
+							orgasm_anal += 1
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b8.jpg"></center>'
+							'You push him on the sofa and turn your back toward him. He grabs your hips and guides you down, and you feel his cock start to spread open your ass hole, then slowly go all the way in. <<$pcs_nickname>> kneels down in front of you, and starts lapping at your pussy with her tongue. You bounce up and down on his cock, and you moan with pleasure until you start to feel it hurting. You look back at him, the pain showing on your face.'
+							'He guides your hips upward, letting his cock come out of you, then puts it in <<$pcs_nickname>>''s mouth. Relubricated, he guides your ass back onto his cock to resume fucking you. You feel intense pleasure as you bounce up and then deeply down on his long dick, and <<$pcs_nickname>>''s tongue going in and out of your vagina. You can''t take it for long, and you orgasm intensely, unsure which feels better. Your body is trembling, <<$pcs_nickname>>''s mouth is full of your pussy juices, the cock still pounding into your ass. She keeps licking your clit as your juices run down the sides of her face. You''re absolutely writhing in orgasm now, and feel his cock throbbing inside you, ready to finish.'
+
+							gs 'arousal', 'anal', 10, 'sub', 'group'
+							gs 'arousal', 'cuni', 10, 'sub', 'lesbian', 'group'
+							minut -= 10
+							$orgasm_or = 'yes'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Finish':gt 'office_old', 'boss0'
+						end
+
+						act 'Lie down on the sofa':
+							cla
+							*clr
+							orgasm_anal += 1
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b9.jpg"></center>'
+							'You lie on the couch and lift your legs up, giving him access to you. <<$pcs_nickname>> immediately gets on top of you, putting her ass to your face, you spreading her buttocks with your hands and begin to tongue her asshole, massaging it, pushing inward. Your boss moves into your asshole slowly and when your tight ass stretches to accomodate his cock, he begins to rapidly thrust into you, fucking your asshole hard. Soon you can no longer concentrate on the rimjob you''re giving, and start to moan from the hard ass fuck you''re receiving. You feel intense pleasure, and a few minutes later you''re crying from the perfect combination of pain and pleasure as you orgasm. He continues to fuck you through the orgasm and you have to stop him. He stops his thrusting with his dick all the way inside you up to his balls, and you feel his cock throbbing, ready to cum.'
+
+							gs 'arousal', 'anal', 10, 'sub', 'group'
+							gs 'arousal', 'cuni', 10, 'sub', 'lesbian', 'group'
+							minut -= 10
+							$orgasm_or = 'yes'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Finish':gt 'office_old', 'boss0'
+						end
+
+						act 'Refuse':
+							cla
+							*clr
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b3.jpg"></center>'
+							'You deny him your ass and <<$pcs_nickname>> immediately gets on top of him. You enthusatically resume sucking his balls as he begins to fucks her pussy again. As you suck you feels his cock throbbing, ready to cum.'
+
+							gs 'arousal', 'bj', 10, 'sub', 'group'
+							minut -= 10
+							$orgasm_or = 'yes'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Finish':gt 'office_old', 'boss00'
+						end
+					end
+				else
+					act 'Let him fuck your pussy':
+						cla
+						*clr
+						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b5.jpg"></center>'
+						'You get up and position yourself on the couch on all fours, legs wide apart. Immediately you feel him in your vagina, fucking you in strong thrusts. <<$pcs_nickname>> twirls around so that she is on the floor between your legs, and you feel her tongue begin to caress your clitoris. After a few minutes, he pulls out of you and says, "I want to feel that tight little asshole around my dick, <<$pcs_nickname>>."'
+
+						gs 'arousal', 'vaginal', 10, 'sub', 'group'
+						gs 'arousal', 'cuni', 10, 'sub', 'lesbian', 'group'
+						minut -= 10
+						gs 'stat'
+
+						act 'Doggy-Style':
+							cla
+							*clr
+							orgasm_anal += 1
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b7.jpg"></center>'
+							'You get up on the couch on all fours sticking out your ass, and <<$pcs_nickname>> immediately climbs under you and you feel her tongue on your pussy. He settles behind you, and puts his cock to <<$pcs_nickname>>''s mouth for a quick lick, then gently slides into your asshole. As he slowly moves into you, your asshole stretching to accomodate him, you lower your pussy to <<$pcs_nickname>>''s mouth as she licks you. He fucks your ass slowly, and you moan with pleasure until you start to feel it hurting as he thrusts. You look back at him, the pain showing on your face.'
+							'He pulls out of you, and puts his cock in <<$pcs_nickname>>''s mouth again. Relubricated, he puts his cock back in your asshole to resume fucking you. You feel intense pleasure from the cock thrusting deep in your ass, and <<$pcs_nickname>>''s tongue going in and out of your vagina. You can''t take it for long, and you orgasm intensely, unsure which feels better. Your body is trembling, <<$pcs_nickname>>''s mouth is full of your pussy juices, the cock still pounding into your ass. She keeps licking your clit as your juices run down the sides of her face. You''re absolutely writhing in orgasm now, and feel his cock throbbing inside you, ready to finish.'
+
+							gs 'arousal', 'anal', 10, 'sub', 'group'
+							gs 'arousal', 'cuni', 10, 'sub', 'lesbian', 'group'
+							minut -= 10
+							$orgasm_or = 'yes'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Finish':gt 'office_old', 'boss0'
+						end
+
+						act 'Sit on top':
+							cla
+							*clr
+							orgasm_anal += 1
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b8.jpg"></center>'
+							'You push him on the sofa and turn your back toward him. He grabs your hips and guides you down, and you feel his cock start to spread open your ass hole, then slowly go all the way in. <<$pcs_nickname>> kneels down in front of you, and starts lapping at your pussy with her tongue. You bounce up and down on his cock, and you moan with pleasure until you start to feel it hurting. You look back at him, the pain showing on your face.'
+							'He guides your hips upward, letting his cock come out of you, then puts it in <<$pcs_nickname>>''s mouth. Relubricated, he guides your ass back onto his cock to resume fucking you. You feel intense pleasure as you bounce up and then deeply down on his long dick, and <<$pcs_nickname>>''s tongue going in and out of your vagina. You can''t take it for long, and you orgasm intensely, unsure which feels better. Your body is trembling, <<$pcs_nickname>>''s mouth is full of your pussy juices, the cock still pounding into your ass. She keeps licking your clit as your juices run down the sides of her face. You''re absolutely writhing in orgasm now, and feel his cock throbbing inside you, ready to finish.'
+
+							gs 'arousal', 'anal', 10, 'sub', 'group'
+							gs 'arousal', 'cuni', 10, 'sub', 'lesbian', 'group'
+							minut -= 10
+							$orgasm_or = 'yes'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Finish':gt 'office_old', 'boss0'
+						end
+
+						act 'Lie down on the sofa':
+							cla
+							*clr
+							orgasm_anal += 1
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b9.jpg"></center>'
+							'You lie on the couch and lift your legs up, giving him access to you. <<$pcs_nickname>> immediately gets on top of you, putting her ass to your face, you spreading her buttocks with your hands and begin to tongue her asshole, massaging it, pushing inward. Your boss moves into your asshole slowly and when your tight ass stretches to accomodate his cock, he begins to rapidly thrust into you, fucking your asshole hard. Soon you can no longer concentrate on the rimjob you''re giving, and start to moan from the hard ass fuck you''re receiving. You feel intense pleasure, and a few minutes later you''re crying from the perfect combination of pain and pleasure as you orgasm. He continues to fuck you through the orgasm and you have to stop him. He stops his thrusting with his dick all the way inside you up to his balls, and you feel his cock throbbing, ready to cum.'
+
+							gs 'arousal', 'anal', 10, 'sub', 'group'
+							gs 'arousal', 'cuni', 10, 'sub', 'lesbian', 'group'
+							minut -= 10
+							$orgasm_or = 'yes'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Finish':gt 'office_old', 'boss0'
+						end
+					end
+				end
+			end
+		end
+
+		if officeslut < 10:
+			gs 'willpower', 'group', 'resist'
+		else
+			gs 'willpower', 'group', 'resist', 'hard'
+		end
+		if will_cost <= pcs_willpwr:
+			act 'Leave the tea and exit (<<will_cost>> Willpower)':
+				if coworkerslut < 3: coworkerslut = 3
+				if officeslut < 10:
+					gs 'willpower', 'group', 'resist'
+				else
+					gs 'willpower', 'group', 'resist', 'hard'
+				end
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'office_old', 'work'
+			end
+		else
+			act 'Leave the tea and exit (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+end
+
+if $ARGS[0] = 'boss0':
+	cla
+	*clr
+	menu_off = 1
+	sexpartkno = 1
+	gs 'boyStat', 'A179'
+	spafinloc = 12
+	gs 'cum_manage'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b10.jpg"></center>'
+	'Taking his dick out of your ass, and your boss tells <<$pcs_nickname>> to kneel in front of him, his cock pulsating, ready to cum. <<$pcs_nickname>> quickly gets in front of him, and he lets a rope of semen ejaculate onto her face. She immediately wraps her lips around his cock to suck and swallow the rest, and he gestures for you to get down and lick the drops from her face, which you happily do.'
+
+	gs 'arousal', 'anal', 20, 'sub'
+	gs 'arousal', 'end'
+	gs 'stat'
+
+	act 'Back to work':gt 'office_old', 'work'
+end
+
+if $ARGS[0] = 'boss00':
+	cla
+	*clr
+	menu_off = 1
+	sexpartkno = 1
+	gs 'boyStat', 'A179'
+	spafinloc = 12
+	gs 'cum_manage'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b10.jpg"></center>'
+	'Taking his dick out of her pussy, your boss tells you to kneel in front of him, his cock pulsating, ready to cum. <<$pcs_nickname>> quickly gets in front of him, and he lets a rope of semen ejaculate onto her face. She immediately wraps her lips around his cock to suck and swallow the rest, and he gestures for you to get down and lick the drops from her face, which you happily do.'
+
+	gs 'arousal', 'end'
+	gs 'stat'
+
+	act 'Back to work':gt 'office_old', 'work'
+end
+
+if $ARGS[0] = 'komer0':
+	cla
+	*clr
+	officekom = 1
+	minut += 30
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k0.jpg"></center>'
+	'You are summoned by the Commercial Director. You went to her office, and at the desk sat a woman, probably about 30 years old, and she points to a chair in front of her desk. You obediently sit down and wait.'
+	'She carefully looks you up and down, and begins to say "My name is Natalia. How are you liking your new job as our secretary?"'
+	'"Very well, I think I''m starting to..." you begin, but she interrupts you.'
+	'"Good good. I am to understand you have a good relationship with your co-secretary as well?" she said, and you just nodded confirming her words. "And how do you like her tongue?" she asks'
+
+	act 'Wait what?':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k1.jpg"></center>'
+		'"uh... I''m not sure what you mean..." you say, taken aback by the question. She pauses momentarily, then stands and walks around the desk, stopping directly in front of you. She leans down, and takes hold of your chin, her face inches from yours "Do not lie to me, girl. I I know everything that happens in this office. You may think the boys run this club, but you work here because I allow you to, and it''s my ass you''ll need to kiss to keep your job. Do you understand?" she asks, and you quick nod in agreement. "Now. Show me that you understand." With that, she lifts her skirt and turns around, her naked butt cheeks directly in front of your face.'
+
+		act 'Kiss':
+			*clr & cla
+			if komer0_sex = 0: girl += 1 & komer0_sex = 1
+			lesbian += 1
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k2.jpg"></center>'
+			'You put your hands on her hips and begin to kiss her cheeks, at first reluctantly, then as your arousal grows, with the utmost passion. "That''s eexcellent, I see we will work well together. Now finish what you''ve started." she says, taking off her panties and sitting on the desk, facing you with her legs spread.'
+
+			gs 'arousal', 'kiss', 5, 'sub', 'lesbian'
+			gs 'stat'
+
+			act 'Lick':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k4.jpg"></center>'
+				'You kneel down and press your lips to her pussy, diligently licking her clitoris. "Put your tongue in." she commands, and you immediately put your tongue in her vagina. "Hmm, your tongue is small, but that''s fixable." she says, and then immediately you feel something strange happening to you... Your tongue begins to grow. You continue fucking her with your tongue, and a few minutes later she climaxes, and you remove your tongue fromy her pussy. You realize that your tongue no longer fits your mouth. You looked at her with horror on your face, unsure of what''s happening. She smiles and begins to decrease your tongue back to its normal size.'
+				'"Next time, it will be a mutual pleasure, I promise." she said. You keep looking at her, feeling your tongue. "You look surprised, <<$pcs_nickname>>, you should not be surprised by my magic. Okay, get up off the floor." With these words, she returns to her desk. You get up and headed for the door, thinking nobody can know about what happened.'
+
+				gs 'arousal', 'cuni_give', 20, 'sub', 'lesbian'
+				gs 'arousal', 'end'
+				gs 'stat'
+
+				act 'Back to work':gt 'office_old', 'work'
+			end
+		end
+
+		if MagikDostup = 0:
+			gs 'willpower', 'cuni', 'resist'
+			if will_cost <= pcs_willpwr:
+				act 'Push her away (<<will_cost>> Willpower)':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k3.jpg"></center>'
+					'You push her away and jump to your feet, not knowing what''s going on. In a blink, she disappears, and then you feel strong hands grab your shoulders from behind and push you back down into the chair. You look up and see her standing over you, strongly clutching your shoulders. "Do not be so rude <<$pcs_nickname>>, I might get angry with you. The last secretary made me angry, and she is now cleaning toilets at the homeless shelter. If you''re a good girl, I can make you feel like a man again. So, will we be friends or will you be scrubbing shit for the rest of your life?"'
+
+					act 'Fight':
+						over = 5
+						gt 'gameover'
+					end
+
+					act 'Ask about becoming a man':
+						*clr & cla
+						officeman = 1
+						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k5.jpg"></center>'
+						'"You really can make me a man?" you asks.'
+						'"I said I can make you feel like a man again, for a few minutes, and we can have some fun." she replies.'
+						'"Yes, I want that" you answer.'
+						'"Good choice. You''re a good girl... or boy, but what''s the difference? You know who you are. Now listen and remember to do whatever I tell you. Don''t give me a reason to punish you." No sooner than the words leave her mouth, you are lying on her desk, completely naked. You can''t move or speak, she moves toward your legs, looks into your eyes and plunges her fingers into her vagina. Inside you, her fingers begin to expand and lengthen, it feels like enormous tentacles inside you. You try to scream, no sound comes from your mouth. Soon she finishes, and you feel no different than you did before. You get up from the desk, and she points to your clothes, so you begin to dress. "And now back to work, for now." she says.'
+
+						act 'Back to work':gt 'office_old', 'work'
+					end
+				end
+			else
+				act 'Push her away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'komer1':
+	cla
+	*clr
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k6.jpg"></center>'
+	'As soon you enter the office as she presses her lips to yours. "Now, wasn''t that fun?" she asked.'
+
+	gs 'arousal', 'kiss', 5, 'lesbian'
+	gs 'stat'
+
+	act 'Start':
+		picrand = 20
+		xgt 'lezbsex', 'var'
+	end
+
+	if MagikDostup = 0 and officeman = 1:
+		act 'Becoming a Man':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k7.jpg"></center>'
+			'"You want to fuck me with your big cock?" she says. "What cock? You haven''t made me a man yet..." you started and then stopped short when you hear a man''s voice. Looking at yourself you realize that it has been done. "Well, what are you waiting for? Let''s see how you taste. " she says. You move over to her and she quickly takes out your cock, puts it in her mouth and begins to suck. You stand and enjoy the feeling, somewhat in disbelief that you aren''t the one doing the sucking.'
+
+			gs 'arousal', 'vaginal_dildo_give', 5, 'lesbian', 'dom'
+			gs 'stat'
+
+			act 'Fuck her':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k8.jpg"></center>'
+				'You pull your cock from her mouth and lift her up onto the desk. You slide your cock in her pussy, and begin fucking her with all the force you can muster. Natalia moans with pleasure, and after a few hard thrusts, she climaxes, digging her fingernails into your back. You continue to fuck her wildly, but soon you feel like something inside of you starting to change and your body is slowly turning back into a woman''s body.'
+
+				gs 'arousal', 'vaginal_dildo_give', 20, 'lesbian', 'dom'
+				gs 'stat'
+
+				act 'Cum':
+					*clr & cla
+
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/k9.jpg"></center>'
+					'As your body slowly reverts to how it was, you drag Natalia to the floor, and pull your throbbing cock from her pussy, intending to plunge it into her mouth, but you start to cum and streams of sperm pour onto her chest, neck, and face, with a few drops reaching her mouth. As you finish, you''re kneeling over top of her, fully returned to a woman. She licks the small amount of cum from her lips, and says "Time to clean me up, cumslut." And you begin to lick your own cum from her body.'
+
+					gs 'arousal', 'end'
+					gs 'stat'
+
+					act 'Back to work':gt 'office_old', 'work'
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'dostavka':
+	cla
+	*clr
+	minut += 30
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s9.jpg"></center>'
+	'Only seconds after you and <<$pcs_nickname>> get started on each other, there''s a loud knock on the door of the room. You barely managed to stop <<$pcs_nickname>>, and she sits down on a chair to fix her clothes, while you do the same yourself. The courier walks in, seemingly completely aware of what you were doing, and says "Well, you girls are taking too long, I''m tired of waiting. I need someone to sign for the parcel."'
+
+	act 'Sign':
+		cla
+		*clr
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s10.jpg"></center>'
+		'You get up and start to sign the clipboard, and you watch as <<$pcs_nickname>> gets up and starts taking her clothes back off, walking toward the courier. He seems somewhat surprised, but he is instantly aroused as <<$pcs_nickname>> embraces him, rubbing her bare tits on him and grabbing his crotch. "Come on, don''t you want to join us?" she asks him. You realize there''s no stopping her now, she''s going to get off one way or another.'
+
+		if officeslut < 10:
+			gs 'willpower', 'group', 'resist'
+		else
+			gs 'willpower', 'group', 'resist', 'hard'
+		end
+		if will_cost <= pcs_willpwr:
+			act 'Send him out (<<will_cost>> Willpower)':
+				cla
+				'You quickly sign the paper and say "Okay, signed. Now leave, can''t you tell we''re busy here?" Pushing him out and closing the door behind him. You turn back around to see <<$pcs_nickname>> now completely naked, and she says "Possesive of me a bit, huh? I like it. Now get over here!"'
+
+				if officeslut < 10:
+					gs 'willpower', 'group', 'resist'
+				else
+					gs 'willpower', 'group', 'resist', 'hard'
+				end
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				act 'Start':
+					lesbian += 1
+					picrand = 19
+					officelezb += 1
+					xgt 'lezbsex', 'var'
+				end
+			end
+		else
+			act 'Send him out (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+
+		act 'Close the door':
+			cla
+			*clr
+			officeslut += 1
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s11.jpg"></center>'
+			'You close the door.	You turn back around to see <<$pcs_nickname>> now sitting on a desk, legs spread wide, while the courier fondles her breasts. You walk over to them, unzip his pants, and pull out his cock and guide it into your mouth, your tongue caressing the head, sucking it.'
+
+			gs 'arousal', 'foreplay', 5, 'lesbian'
+			gs 'stat'
+
+			act 'Continue':
+				picrand = 26
+				guy += 1
+				lesbian += 1
+				gs 'npcgeneratec', 0, 'Courier', rand(30,50)
+				gs 'boyStat', $npclastgenerated
+				gt 'podrsex', 'suck'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'negr':
+	*clr & cla
+	menu_off = 1
+	sexpartkno = 1
+	gs 'boyStat', 85
+	minut += 30
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s12.jpg"></center>'
+	'You''re chatting with <<$pcs_nickname>> when the office handyman, a huge black man named Kas, comes in and begins to check a piece of furniture that he thought was broken. <<$pcs_nickname>> immediately asked him to check the sofa legs. <<$pcs_nickname>> gets up and walks to your desk, watching every move the Kas makes as he lifts the couch, checking each leg. The muscles in his arms rippling as he moves the heavy couch. You see that <<$pcs_nickname>> is clearly turned on, and judging by the movements of her hips, her panties are probably already soaked. You can''t help but notice Kas yourself. Suddenly she turns to you and asks quietly, "Want some chocolate?"'
+
+	act 'Yes':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s13.jpg"></center>'
+		'"I do!" you say without a second thought. <<$pcs_nickname>> grabs your hand and helps you up from your chair. "Maybe we should make the chocolate want us?" she whispers, and then starts to sensually kiss you.'
+
+		gs 'arousal', 'kiss', 5, 'lesbian'
+		gs 'stat'
+
+		act 'Accept and kiss her back':
+			*clr & cla
+			officeslut += 1
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/s14.jpg"></center>'
+			'You kiss her lips, running your tongue inside her mouth. After a few seconds you feel a strong hand squeezing your ass and then moves under your skirt to your pussy. You spreads your legs, giving Kas room for maneuver, as <<$pcs_nickname>> continues to kiss you. You run your hand into his pants and find that your hand is joining <<$pcs_nickname>>''s, who is already stroking his hard cock.'
+
+			gs 'arousal', 'kiss', 10
+			gs 'arousal', 'hj', 10
+			minut -= 10
+			gs 'stat'
+
+			act 'Continue':
+				picrand = 27
+				guy += 1
+				lesbian += 1
+				gt 'podrsex', 'suck'
+			end
+		end
+
+		if officeslut < 10:
+			gs 'willpower', 'group', 'resist'
+		else
+			gs 'willpower', 'group', 'resist', 'hard'
+		end
+		if will_cost <= pcs_willpwr:
+			act 'No, push her away (<<will_cost>> Willpower)':
+				cla
+				'"Are you crazy?!" you ask her loudly. Seeing that the situation is going south, Kas rather quickly leaves the room. "Well, so much for chocolate." says <<$pcs_nickname>> and pouting defiantly returns to her desk.'
+
+				if officeslut < 10:
+					gs 'willpower', 'group', 'resist'
+				else
+					gs 'willpower', 'group', 'resist', 'hard'
+				end
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				act 'Back to work':gt 'office_old', 'work'
+			end
+		else
+			act 'No, push her away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+
+	if officeslut < 10:
+		gs 'willpower', 'bj', 'resist'
+	else
+		gs 'willpower', 'bj', 'resist', 'hard'
+	end
+	if will_cost <= pcs_willpwr:
+		act 'No (<<will_cost>> Willpower)':
+			cla
+			'"Are you crazy?!" you ask her loudly. Seeing that the situation is going south, Kas rather quickly leaves the room. "Well, so much for chocolate." says <<$pcs_nickname>> and pouting defiantly returns to her desk.'
+
+			if officeslut < 10:
+				gs 'willpower', 'bj', 'resist'
+			else
+				gs 'willpower', 'bj', 'resist', 'hard'
+			end
+			gs 'willpower', 'pay', 'resist'
+			gs 'stat'
+			act 'Back to work':gt 'office_old', 'work'
+		end
+	else
+		act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end
+end
+
+if $ARGS[0] = 'boss2':
+	*clr & cla
+	menu_off = 1
+	sexpartkno = 1
+	gs 'boyStat', 'A179'
+	gs 'npcgeneratec', 0, 'Courier', rand(30,50)
+	gs 'boyStat', $npclastgenerated, 'a'
+	officeslut += 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b11.jpg"></center>'
+	'"<<$pcs_nickname>>, come in. I have something for you to do." and he stands up and walks toward you. He immediately starts unbuttoning your blouse, removes it, and exposes your breasts. You don''t protest, happy to indulge him. "I prefer if you have your tits out when you blow me." he continues.'
+
+	act 'Kneel':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b12.jpg"></center>'
+		'"Yes sir!" you reply and then get down on your knees to perform your task. His cock is barely in your mouth when the office door opens abruptly and <<$pcs_nickname>> sends a courier in.'
+		'"What the hell? What are you doing? Do not you see I''m busy?" the chief said, pointing at you, your mouth full of his cock.'
+		'"She told me to come in..." the courier says. "That bitch! She knew I just got in here and would be in the middle of this... " you thought, taking the cock out of your mouth. "So... Can you sign for the delivery?" The courier asks, his eyes fixed on your bare tits.'
+		'"Go ahead, sign, <<$pcs_nickname>>." says your boss, helping you up.'
+
+		gs 'arousal', 'bj', 10, 'sub'
+		gs 'stat'
+
+		act 'Sign':
+			*clr & cla
+			officeslut += 1
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b13.jpg"></center>'
+			'With one arm trying to cover your breasts, you silently take the paper, then lean over the table to sign. Your skirt is hiked up so high that both men can clearly see your ass. The courier says to your boss "What an ass she''s got!" as you''re signing.'
+			'"<<$pcs_nickname>> has a fantastic ass. Come let the man have a feel, <<$pcs_nickname>>." '
+			'"Yes, sir." you reply, walking toward the courier.'
+			'"She''s a good secretary, she does her job well, and loves to do it. <<$pcs_nickname>>, tell him what you like to have done to your ass." continued your boss. You''re facing the courier, and he reaches around you with both hands and firmly grabs your ass cheeks.'
+			'"I just love to have it fucked and to have hot seed to fill up my asshole." you respond. With a somewhat surprised look on his face, the courier says "Oh really?" and slides a finger into your asshole. You move up and down on it, so that he is fingerfucking your ass.'
+			'"Well, I guess you''re just going to fuck us both, huh <<$pcs_nickname>>?" your boss says.'
+
+			gs 'arousal', 'anal_finger', 10, 'sub'
+			gs 'stat'
+
+			act '"I guess so!"':
+				picrand = 24
+				guy += 1
+				xgt 'sexdvoe', 'var'
+			end
+		end
+
+		if officeslut < 10:
+			gs 'willpower', 'group', 'resist'
+		else
+			gs 'willpower', 'group', 'resist', 'hard'
+		end
+		if will_cost <= pcs_willpwr:
+			act 'Run out of the office (<<will_cost>> Willpower)':
+				gs 'arousal', 'end'
+				cla
+				'You run out of the office, grabbing your blouse on the way out, quickly trying to fasten the buttons. "Well, shit! Way to cock block me!" you hear your boss say behind you, and the courier follows you out of the office. "I still need a signature" he says, and you quickly dash your name on the line with one hand while you fix your hair with the other.'
+
+				if officeslut < 10:
+					gs 'willpower', 'group', 'resist'
+				else
+					gs 'willpower', 'group', 'resist', 'hard'
+				end
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				act 'Back to work':gt 'office_old', 'work'
+			end
+		else
+			act 'Run out of the office (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+end
+
+if $ARGS[0] = 'boss3':
+	*clr & cla
+	menu_off = 1
+	gs 'boyStat', 'A179'
+	gs 'npcgeneratec', 0, 'Business Partner', rand(30,50)
+	gs 'boyStat', $npclastgenerated, 'a'
+	officeslut += 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b14.jpg"></center>'
+	'"<<$pcs_nickname>>, come in, you''re just in time! We''re celebrating a big partner deal!" your boss says as you walk into his office. Another man is sitting in front of his desk, he looks like someone important.'
+	'"I was just telling him that I have the best secretary. I said ''She works hard, looks great, and fucks well'', but he doesn''t believe me!" he said pointing to the other man, "says his secretary is better! <<$pcs_nickname>>, you can''t let the company''s honor come into question, show him why you''re better." he said.'
+
+	act 'Get on your knees':
+		*clr & cla
+
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b15.jpg"></center>'
+		'"With pleasure" you reply, and immediately kneel down, pull out the man''s cock, and start to blow him.'
+		'Seeing his happiness, your boss says "Like I said, she works hard!" with a smile.'
+		'"Yes, she does. Magnificent throat on her. But is she as good with her other holes?" he replied.'
+		'"<<$pcs_nickname>>, let our new partner have a go at your pussy." says your boss, as he helps you up.'
+
+		gs 'arousal', 'bj', 10, 'sub'
+		gs 'stat'
+
+		act 'Bend over':
+			*clr & cla
+			officeslut += 1
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b16.jpg"></center>'
+			'You turn to the desk and bend over, spacing your feet apart a little. You feel your labia part as the new partner''s cock penetrates you. He thrusts deeply into you, and you feel his balls slap against your clit, forcing a moan from you. "Wow, nice and tight." was all he said.'
+			'"Wait til you get in her ass" grinned your boss. "I''m going to join you, in fact... this slut handles two better than one, right <<$pcs_nickname>>?" You smile at him as removes his pants.'
+
+			gs 'arousal', 'vaginal', 20, 'sub'
+			gs 'stat'
+
+			act '"Yes"':
+				picrand = 25
+				guy += 1
+				xgt 'sexdvoe', 'var'
+			end
+		end
+		if officeslut < 10:
+			gs 'willpower', 'group', 'resist'
+		else
+			gs 'willpower', 'group', 'resist', 'hard'
+		end
+		if will_cost <= pcs_willpwr:
+			act 'Run out of the office (<<will_cost>> Willpower)':
+				gs 'arousal', 'end'
+				if officeslut < 10:
+					gs 'willpower', 'group', 'resist'
+				else
+					gs 'willpower', 'group', 'resist', 'hard'
+				end
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'office_old', 'work'
+			end
+		else
+			act 'Run out of the office (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+end
+
+if $ARGS[0] = 'boss4':
+	*clr & cla
+
+	menu_off = 1
+	sexpartkno = 1
+	killvar '$boy'
+	gs 'office_old', 'rand_manager'
+	gs 'boyStat', 'A179'
+	gs 'boyStat', $mname, '1'
+	officeslut += 1
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b17.jpg"></center>'
+	'"<<$pcs_nickname>>, Perfect timing as usual." says your boss as you walk into his office. He stands as you walk to him, and then lifts you onto the desk, spreading your legs and kneeling in front of you. He begins to eat you out, his tongue sliding over your lips and then flicking your clit, bringing you great pleasure. You were so engrossed in the sensation, that neither of you notice one of the company''s managers walk in. When you finally will see him, he was standing a few feet away from you, watching the two of you.'
+
+	gs 'arousal', 'kiss', 10, 'sub'
+	gs 'arousal', 'vaginal_finger', 10, 'sub'
+	minut -= 10
+	gs 'stat'
+
+	act 'Beckon':
+		*clr & cla
+
+		officeslut += 1
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b18.jpg"></center>'
+		'You beckon him with a gesture, and he immediately moves to you and starts to fondle your breasts. Your boss still did not even notice him, and continues to lick your pussy, but as you orgasm and moan, he looks up and sees him. "Oh, well then, looks like you''ll be getting two dicks today, slut." he said.'
+
+		gs 'arousal', 'cuni', 20, 'sub'
+		$orgasm_or = 'yes'
+		gs 'stat'
+
+		act 'Start':
+			picrand = 26
+			guy += 1
+			xgt 'sexdvoe', 'var'
+		end
+	end
+
+	if officeslut < 10:
+		gs 'willpower', 'group', 'resist'
+	else
+		gs 'willpower', 'group', 'resist', 'hard'
+	end
+	if will_cost <= pcs_willpwr:
+		act 'Run out of the office (<<will_cost>> Willpower)':
+			gs 'arousal', 'end'
+			if officeslut < 10:
+				gs 'willpower', 'group', 'resist'
+			else
+				gs 'willpower', 'group', 'resist', 'hard'
+			end
+			gs 'willpower', 'pay', 'resist'
+			gs 'stat'
+			gt 'office_old', 'work'
+		end
+	else
+		act 'Run out of the office (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end
+end
+
+if $ARGS[0] = 'gang':
+	*clr & cla
+	menu_off = 1
+
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/g0.jpg"></center>'
+	'When you arrive to the restroom you see three men talking business, but you do not recognize them. "Oh <<$pcs_nickname>>, hello, we were just talking about you. We want to ask something," said one of them coming toward you.'
+	'"Yes, what is it?" you ask. At this time, the others start moving toward you, surrounding you.'
+	'"Oh, we were just wandering what would it be like to fuck all of your holes at once," said one of them, and all three of them start touching your body quite inappropriately.'
+	'"Hey, stop!" you say while trying to escape, but it is useless.'
+	'"Come on, everyone knows that you are the biggest whore in the office and all of the managers has fucked you, so be a good girl, get on your knees and start sucking!" With these words, they push you on your knees and take out their members, pointing them toward your face.'
+
+	act 'Comply':
+		*clr & cla
+		guy += 3
+		officeslut += 1
+		gs 'stat'
+		killvar '$boy'
+		gs 'npcgeneratec', 0, 'Office Worker', rand(18,45)
+		gs 'boyStat', $npclastgenerated
+		gs 'npcgeneratec', 0, 'Office Worker', rand(18,45)
+		gs 'boyStat', $npclastgenerated,'1'
+		gs 'npcgeneratec', 0, 'Office Worker', rand(18,45)
+		gs 'boyStat', $npclastgenerated,'2'
+
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/g1.jpg"></center>'
+		'With no choice in the matter, a cock forcefully enters your mouth. At first you want to resist, but with the hand behind your head forcing the cock into your mouth you can''t help but feel a rush of excitement. You start bobbing on the cock without assistance.'
+		'"That''s it, the girls from marketing were right! She just can''t help herself!" said one.'
+				'"You really do love to suck dick, don''t you, slut?"'
+		'"mmmhmmm" is the best answer you can give with a cock in your mouth. "Well don''t leave the rest of us hanging here." one of the men says. "Oh stupid me! I''ve got to rotate if I''m going to satify all of them!" you think to yourself, and move to another cock, taking it all the way into your mouth. You devote some time to this cock, then move to the next one, and continue this for a few minutes.'
+		'"Guys, we may have to line up. This whore is starting to get dizzy!" one of them said, the others laughing.'
+
+		gs 'arousal', 'bj', 10, 'sub', 'gangbang'
+		gs 'stat'
+
+		act 'Finish them':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/g2.jpg"></center>'
+			'The three men still circled around you, you suck one cock while masturbating the other two with your hands. The cock in your mouth begins to throb, and the man puts his hand behind your head. You can tell he''s about to cum. You go all the way down on his cock until his balls are on your chin, and he starts to cum. He fills your throat and mouth, and you continue licking under his shaft until he seems to have no more. He takes his cock from your mouth, then swallow the load and show the men your empty mouth, a slight smile on your face. '
+			'You quickly move on to the next, continuing to stroke the third dick with your hands. The second man gets the same treatment as the first, but the third man pulls out of your mouth just before he cums, and sprays it all over your face. "but I wanted to swallow it..." you think to yourself, and begin wiping the cum from your face with your fingers, then sucking the cum off. "She''s a cumslut!" laughed one. "That''s why she''s such a cock fiend, she loves to drink cum!" supported the second. "Okay, now that she''s swallowed all of our loads, let''s fill the other holes." said third'
+
+			gs 'arousal', 'bj', 20, 'sub', 'gangbang'
+			gs 'arousal', 'hj', 20, 'sub', 'gangbang'
+			minut -= 20
+			gs 'stat'
+
+			act 'Start':
+				picrand = 16
+				gt 'paysex', 'var'
+			end
+		end
+	end
+	if officeslut < 30:
+		gs 'willpower', 'gangbang', 'resist'
+	else
+		gs 'willpower', 'gangbang', 'resist', 'hard'
+	end
+	if will_cost <= pcs_willpwr:
+		act 'Move away from them (<<will_cost>> Willpower)':
+			if officeslut < 30:
+				gs 'willpower', 'gangbang', 'resist'
+			else
+				gs 'willpower', 'gangbang', 'resist', 'hard'
+			end
+			gs 'willpower', 'pay', 'resist'
+			gs 'stat'
+			gt 'office_old', 'work'
+		end
+	else
+		act 'Move away from them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end
+end
+
+if $ARGS[0] = 'boss5':
+	cla
+	*clr
+	menu_off = 1
+	sexpartkno = 1
+	gs 'boyStat', 'A179'
+	minut += 30
+	officeslut += 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b19.jpg"></center>'
+	'"<<$pcs_nickname>>, come in, come in. My neck is so stiff, come give me a massage." says your boss. You immediately go up to him and start to massage his neck and shoulders.'
+	'"How''s that?" you ask a few minutes later.'
+	'"Much better, but now I need something for this headache." he says.'
+
+	act 'Relieve his headache':
+		cla
+		*clr
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b20.jpg"></center>'
+		'You get on your knees in front of him and quickly take his flaccid cock out of his pants, and wrap your lips around his soft dick. You start sucking and licking him, and begins to get turned on.'
+		'Soon the cock swells in your mouth and feels hard on your tongue. You bob up and down, making eye contact with him now and then. After just a couple minutes, you feel it throbbing in your mouth. He grabs a handful of your hair and forces his cock deep into your throat, and starts to cum. You frantically swallow, trying not to choke on his semen. When he finishes cumming, he lets you raise your head, and you lick the tip of his cock, being sure not to let any go unswallowed. You start to put his dick back into his pants, but he stops you. "Very good, but licking pussy helps me with headaches best."'
+
+		gs 'arousal', 'bj', 10, 'sub'
+		gs 'stat'
+
+		act 'Start':
+			picrand = 60
+			gt 'sex', 'kuni'
+		end
+	end
+
+		if officeslut < 10:
+			gs 'willpower', 'bj', 'resist'
+		else
+			gs 'willpower', 'bj', 'resist', 'hard'
+		end
+		if will_cost <= pcs_willpwr:
+			act 'Refuse (<<will_cost>> Willpower)':
+				gs 'arousal', 'end'
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'office_old', 'work'
+			end
+		else
+			act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+end
+
+if $ARGS[0] = 'boss6':
+	*clr & cla
+	menu_off = 1
+	sexpartkno = 1
+	gs 'boyStat', 'A179'
+	officeslut += 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b21.jpg"></center>'
+	'"<<$pcs_nickname>>, just the girl I wanted to see. Go to the filing room and bring me file 97645." he says as you walk into his office. You quickly go to the archives and find the file, and return to his office. As you take them to his desk, you drop the file and the papers scatter all over the floor. This huge file will take an hour to re-sort. The boos is clearly not in the best mood today, and he starts yelling at you. Then he walks up to you and grabs you, throwing you back onto his desk. Tears start streaming from your eyes, while he continues to yell at you'
+
+	act 'Continue':
+		cla
+		*clr
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b22.jpg"></center>'
+		'He grabs you and turns you over so that you are now bent over the desk. He pulls the belt out of his pants and begins to smack your ass. You grit your teeth and endure it until he lifts your skirt and spits on your asshole.'
+
+		gs 'pain', 7, 'asscheeks', 'spank'
+		gs 'stat'
+
+		act 'Continue':
+			cla
+			*clr
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/b23.jpg"></center>'
+			'He quickly slides his cock into your ass, not expecting this, you let out a small scream. Suddenly, he loops his belt over your head, and the strap is now in your mouth. "Shut up slut, you deserve this ass fucking." he tells you, and continues to furiously fuck your ass. As he begins to slow his pace, he grunts "now get on your knees and clean your ass off my cock." He lets the belt loosen and it falls from your mouth as you turn and kneel in front of him.'
+
+			gs 'arousal', 'anal', 30, 'sub', 'rough'
+			gs 'stat'
+
+			act 'Finish the job':
+				picrand = 64
+				gt 'sex', 'minet'
+			end
+		end
+
+		if officeslut < 10:
+			gs 'willpower', 'anal', 'resist'
+		else
+			gs 'willpower', 'anal', 'resist', 'hard'
+		end
+		if will_cost <= pcs_willpwr:
+			act 'Run out of the office (<<will_cost>> Willpower)':
+				gs 'arousal', 'end'
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'office_old', 'work'
+			end
+		else
+			act 'Run out of the office (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+end
+
+if $ARGS[0] = 'motiv0':
+	officebestslut_count_old += 1
+	*clr & cla
+	menu_off = 1
+	gs 'boyStat', 'A179'
+	gs 'npcgeneratec', 0, 'Business Client', rand(18,45)
+	gs 'boyStat', $npclastgenerated, 'a'
+	minut += 180
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m15.jpg"></center>'
+	'You accompany your boss to the hotel, and go up to the client''s room. While your boss and the client discuss the contract, you sit on the bed and pretend to write something down. When the dicussion turns into a negotiation, your boss sits on the bed beside you and starts stroking your legs. His hands glide over your body, and one hand creeps under your skirt. The other hand moves over your blouse, groping your chest. Soon your skirt is being pulled down from your waist. The client''s eyes are now surveying your entire body, and he is clearing getting turned on. Seeing this, your boss says "Tis conversation is getting a little tense. I bet <<$pcs_nickname>> can help us relax." You smile, stand and take off your clothes, while your boss pulls your skirt to your ankles. Moments later, you''re naked, on all fours on the bed.'
+
+	act 'Of course':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m16.jpg"></center>'
+		'"I''d love to help you both relax" you reply, and looking at the client, beckon him with your finger. He gets up and in the process, you see a rather impressive bulge in his pants. He walks up to you, and you grab his penis, and tongue it through his pants. Then you start to kiss and try to take it in your mouth through his pants, while your boss starts fingering your pussy. After a few moments, you can resist no longer, and you pull the client''s cock from his pants, and take the entire cock deep into your mouth.'
+
+		gs 'arousal', 'vaginal_finger', 10, 'sub', 'group'
+		gs 'stat'
+
+		act 'Start':
+			picrand = 29
+			guy += 1
+			xgt 'sexdvoe', 'var'
+		end
+	end
+end
+
+if $ARGS[0] = 'motiv1':
+	officebestslut_count_old += 1
+	*clr & cla
+	menu_off = 1
+	sexpartkno = 0
+	gs 'npcgeneratec', 0, 'Business Client', rand(18,45)
+	gs 'boyStat', $npclastgenerated
+	minut += 120
+	gs 'stat'
+	picrand = rand(65,68)
+
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m<<picrand>>.jpg"></center>'
+	'Your boss comes over to your desk and says "<<$pcs_nickname>>, there''s a client in the conference room, I need you to convince him to sign this contract." as he hands you a document.'
+	'"On my way!" you reply and head to the conference room. After a few minutes of showing the client the contract, you start suggestively flirting with him. You say you''re going to let him read the contract, and get up, telling him you''re getting a cup of water. You bend over at the water cooler, which is directly in front of him, being sure that your skirt rises well above your ass, exposing your pussy to him. You look over your shoulder and ask suggestively "You want some?". "uhhh... sure" he responds, his eyes clearly seeing your exposed pussy. You turn around with the cup and lean over the conference table in front of him, your low-cut blouse showing most of your tits to him. "anything else you want?" you ask him with a wink. He puts the contract aside and says "I''d say that it''s you who wants something..." You giggle and say "uh huh, I do!" he rolls his chair back and nods at the floor in front of his now open legs. You smile and quickly get on your knees in front of him. You wait with your mouth open while he takes his cock from his pants, bats your lips with it, then puts his hand behind your head as you take his cock into your mouth.'
+
+	gs 'arousal', 'foreplay', 10, 'sub'
+	gs 'arousal', 'vaginal_finger', 10, 'sub'
+	minut -= 10
+	gs 'stat'
+
+	act 'Start':
+		guy += 1
+		gt 'sex', 'minet'
+	end
+end
+
+if $ARGS[0] = 'motiv2':
+	officebestslut_count_old += 1
+	*clr & cla
+	menu_off = 1
+	sexpartkno = 0
+	officerand2 = rand(1,4)
+	if officerand2 = 1:gt 'office_old', 'motiv4'
+
+	gs 'npcgeneratec', 0, 'Business Client', rand(18,45)
+	gs 'boyStat', $npclastgenerated
+	picrand = rand(69,73)
+	minut += 240
+	guy += 2
+	gs 'stat'
+
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m<<picrand>>.jpg"></center>'
+	'Your boss calls you to his office and says, "So <<$pcs_nickname>>, I need you to go to one of our job sites. One of our supervisors has regularly missed his deadlines, I need you to help motivate him."'
+	'"Sure thing, boss!" you answer and head out to the site.'
+	'Arriving at the site, you see the guy, and he seems to be just walking around, doing nothing. You ask him "So what do all day that makes you miss your deadlines?"'
+	'"I work, but these deadlines are just not reachable!" he says, defensively.'
+	'"Or maybe it''s not unrealistic deadlines, you just do not want to work?" you ask.'
+	'"No I work, I just do not physically have time to do everything." he says.'
+	'"My boss said that if your next deadline is met in three hours, I''m supposed to give you a bonus." you say.'
+	'"What kind of bonus? but anyway, I couldn''t get it done in three hours, it''d take a few days at least, " he says.'
+	'"I''m not sure you realize what the bonus is." you say'
+	'"What is it then?" he asks.'
+	'"Well, look, I''ll make you a small down payment and if you meet the deadline, you can have the rest." With these words, you go up to him and pull out his cock, while you start to kneel. The guy opened his mouth in surprise.'
+
+	act 'Blow him':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m0<<picrand>>.jpg"></center>'
+		'You take the head of his cock in your mouth and start sucking slowly. Then you swallow it up to his balls, and he moans with pleasure. You continued to lick the head and trunk, with one hand caressing his balls. He lasts about five minutes, and then his cock throbs, followed by jets of cum, filling your mouth. You swallow his cum, then lick the remnants off his cock and put it back into his pants. "So. You think you can get finished in three hours?" you asked.'
+		'He said nothing, and immediately grabs his tools for work. Two hours later, he returns to you, the work completed. He stands in front of you with a satisfied smile on his face, "I''m finished, " he says, somewhat out of breath.'
+		'"Great! Keep making your deadlines, and you''ll get more bonuses! Now I need to make good on my promise." you say, spreading your legs and showing him her pussy. The guy wastes no time on words and immediately starts to eat you out.'
+
+		gs 'arousal', 'bj', 20, 'sub'
+		gs 'stat'
+
+		act 'Start':gt 'sex', 'kuni'
+	end
+end
+
+if $ARGS[0] = 'motiv3':
+	officebestslut_count_old += 1
+	*clr & cla
+	menu_off = 1
+	sexpartkno = 0
+	picrand = rand(30,33)
+	officerand2 = rand(1,4)
+	if officerand2 = 1:gt 'office_old', 'motiv5'
+
+	gs 'npcgeneratec', 0, 'Business Client', rand(18,45)
+	gs 'boyStat', $npclastgenerated
+	gs 'npcgeneratec', 0, 'Business Client', rand(18,45)
+	gs 'boyStat', $npclastgenerated, 'a'
+	minut += 240
+	guy += 2
+	gs 'stat'
+
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m<<picrand>>.jpg"></center>'
+	'Your boss sends you an email and tells you to go to the design office, as there a couple of our artists who''ve not turned in any work for the last three days. He instructs you to do whatever you can to get them back on track.'
+	'"I''m sure I can motive them" you send in your reply back, and then go to the design office.'
+	'Arriving at the office, you see two artists sitting around, not even trying to look busy. "Why are you guys just sitting around?" you ask.'
+	'"We''re on break, " they reply.'
+	'"A three day break?" you fire back'
+	'"Listen, it''s not so simple, we need to think through our designs, otherwise we''l just have to redo them." said one'
+	'"I bet you could get it done right the first time, in a few hours." you say.'
+	'"No way. There''s nothing that could get me to turn out the work that fast." says one of the artists.'
+	'"You just need some inspiration." you say'
+	'"Is that so?" they ask.'
+	'"Sure. I can be your muse." you approach them and kneel in front of them, rubbing their crotches with your hands. They look at each other in surprise.'
+
+	act 'Blow them':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m0<<picrand>>.jpg"></center>'
+		'You pull one of their cocks out and wrap your lips around it, sucking and bobbing on it. Then take his balls in your palm and begin to play with them, while your other hand strokes the other guy''s cock, which he has eagerly taken out for you. You let the cock you''re sucking come out of your mouth, and then lick his balls and let the shaft run between your lips, giving them both the opportunity to watch you play with it. About two minutes in, he tells you he is about to cum, so you quickly put it deep in your mouth. His seed fills your mouth, and you swallow it all, opening your mouth after to show him that you did. Then you switch to the second man''s cock, giving him an equally enthusiastic blowjob. The second man cums in your mouth, and you start to stand, cum still spilling from your mouth as you ask "So, if you had the inspiration of more of that, do you think a few hours is enough time?" as you finish talking, you swallow the cum in your mouth, and get the rest of it with your fingers, sucking them clean and swallowing it all.'
+		'"Yeah, I bet we could." They say, giving each other a glance, and then heading back to their workstations. Two hours later, they return to you with finish products. They proudly announce, "We have finished."'
+		'"And you''re about to finish again!" you say as you take off your clothes.'
+
+		gs 'arousal', 'bj', 20, 'sub'
+		gs 'stat'
+
+		act 'Start':xgt 'sexdvoe', 'var'
+	end
+end
+
+if $ARGS[0] = 'motiv4':
+	officebestslut_count_old += 1
+	*clr & cla
+	menu_off = 1
+	sexpartkno = 0
+	gs 'npcgeneratec', 0, 'Business Client', rand(18,45)
+	gs 'boyStat', $npclastgenerated
+	picrand = 29
+	minut += 300
+	guy += 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m17.jpg"></center>'
+	'Your boss comes our to your desk and says to you "<<$pcs_nickname>>, I need you to go out to a jobsite. One of our site managers is falling behind schedule."'
+	'"I''ll him back on track, boss." you say and start to collect your things to head to the site.'
+	'You boss goes back into his office, and <<$pcs_nickname>> starts getting her things as well, saying "I''m coming with you"'
+	'"Okay, sure. Let''s go." you reply.'
+	'Arriving at the site, you find the site manager asleep in his office. You loudly say to jen "Well, I guess he doesn''t want to fuck two horny secretaries at once."'
+	'"What?" he says, waking up abruptly.'
+	'"Our boss told us to come reward his best site manager, but I don''t see anything "best" about this operation." <<$pcs_nickname>> says.'
+	'"Wait what? Am I dreaming?" he says, still with a surprised look.'
+	'"You''re dreaming if you think you''re doing a job worth rewarding by sleeping all day! But maybe if some work got done, we could make a dream come true..." You tell him'
+	'"I could have both of you?" he asks'
+	'You and <<$pcs_nickname>> look at each other, somewhat annoyed that he''s still not getting it. "Look, get to work, and you can fuck us both at the end of the day. Here, how about we help you wake up." you tell him as <<$pcs_nickname>> drops to her knees and pulls out his dick.'
+
+	act 'Watch':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m18.jpg"></center>'
+		'You watch as his cock disappears in <<$pcs_nickname>>''s mouth. She carefully licks it, caressing the head with her tongue, then swallows it all the way down her throat, with her chin against his balls. The sight makes you wet, and you get down on your knees to join. You and <<$pcs_nickname>> alternate between licking his balls and sucking his cock. Not long after, the man groans and fills <<$pcs_nickname>>''s mouth with his cum. "So, How about a hard days work, and we''ll see you at the end of the day?" you ask him while <<$pcs_nickname>> licks the remaining cum off his cock.'
+		'He agrees, and gets up to get to work. He works hard the rest of the day, and a lot is accomplished by the end of the day.'
+		'"Great work! Hope you still have some energy left for us!" you say as you start to undress <<$pcs_nickname>>.'
+
+		gs 'arousal', 'voyeur_sex', 20
+		gs 'stat'
+
+		act 'Start':gt 'podrsex', 'suck'
+	end
+end
+
+if $ARGS[0] = 'motiv5':
+	officebestslut_count_old += 1
+	*clr & cla
+	menu_off = 1
+	sexpartkno = 0
+	gs 'npcgeneratec', 0, 'Business Client', rand(18,45)
+	gs 'boyStat', $npclastgenerated
+	gs 'npcgeneratec', 0, 'Business Client', rand(18,45)
+	gs 'boyStat', $npclastgenerated, 'a'
+	picrand = 34
+	minut += 180
+	guy += 2
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m19.jpg"></center>'
+	'Two men walk out of your boss''s office, as you''re walking into the copy room. Your boss finds you there, and says "<<$pcs_nickname>>, I have a special job for you to do."'
+	'"Yes sir!" you say and start to kneel, but he stops you and helps you back up. He smiles and says "No no, not that kind of job this time. Don''t worry, You''ll be on your knees soon enough." you''re a little disappointed, but he continues to tell you about what he needs you to do. "I Just had two clients come in to get a bid on a large contract from us. I want you to be sure they want to work with our company. They just left and are going to the spa." '
+	'You go to the massage parlor, and see one of the men heading towards the sauna area. You quickly pay for entry on the company credit card, and grab a towel. You strip naked and go to the men''s sauna, where the one man is alone in the steamy room. "Hey, this is the mens... wait, you''re one of the secretaries from the company we just visited!" He says'
+	'"I am, I''m part of our bid" you reply.'
+	'"What?" he says in surprise.'
+	'"My boss wants to be sure you know about the parts of the deal that aren''t on paper" you say.'
+	'"Oh really? Well what''s included in this part of the bid?" he asks suggestively'
+
+	act 'Blow him':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m20.jpg"></center>'
+		'You let your towel drop to the floor of the sauna and then get on your knees in front of him.'
+		'He looks at you with even more surprised look. "As much of me as you want" you say to him, moving his towel away and taking his cock in your mouth.'
+		'The other man enters the sauna, and looks surprised at what he''s seeing. The man you''re fellating says "I think I know which company we''re going with!"'
+		'The second man grabs your hips and helps you up off your knees, so that you are standing, bent forward to suck cock, and ready to be fucked from behind.'
+				'He slides his cock into your pussy, slowly going all the way in, until you feel his balls against your clit. "Yeah, this is definitely an enticing bid." he says as he begins to thrust in and out of you'
+
+		act 'Get spit roasted':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/sex/m21.jpg"></center>'
+			'You now have hands on your hips, a hand behind your head, a cock in your pussy, and a cock in your throat.'
+			'"I think we''re going to have to counter-offer that we get to fuck you for the whole project." the first man tells you as he holds your head down on his cock, making it hard to breathe. "You''re fine with that I''m sure?" he says when he finally lets your head up a little so you can catch a breath'
+			'The cock still in your mouth, you nod yes and manage an "mmmhmmm" before he forces his dick back into your throat.'
+						'The man fucking you says "She knows this is a five-year project, right?" and they both laugh while they both start to fuck your face and pussy harder.'
+
+			act 'Continue':xgt 'sexdvoe', 'var'
+		end
+	end
+end
+
+if $ARGS[0] = 'rand_manager':
+	randmanager = rand(1,50)
+	if randmanager <= 15:
+		$title = 'n engineering'
+	elseif randmanager <= 25:
+		$title = ' sales'
+	elseif randmanager <= 30:
+		$title = ' legal'
+	elseif randmanager <= 35:
+		$title = ' financial'
+	else
+		$title = ' production'
+	end
+	if randmanager = 1:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Ignatiy'
+			$npc_nickname[$npclastsaved] = 'Ignatiy'
+			$npc_lastname[$npclastsaved] = 'Fekhlachev'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 2:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Arkadiy'
+			$npc_nickname[$npclastsaved] = 'Arkadiy'
+			$npc_lastname[$npclastsaved] = 'Zholdin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 3:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Adrian'
+			$npc_nickname[$npclastsaved] = 'Adrian'
+			$npc_lastname[$npclastsaved] = 'Ulyanov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 4:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Hristofor'
+			$npc_nickname[$npclastsaved] = 'Hristofor'
+			$npc_lastname[$npclastsaved] = 'Solodnikov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 5:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Victor'
+			$npc_nickname[$npclastsaved] = 'Victor'
+			$npc_lastname[$npclastsaved] = 'Antipin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 6:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Valerian'
+			$npc_nickname[$npclastsaved] = 'Valerian'
+			$npc_lastname[$npclastsaved] = 'Perezhogin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 7:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Isaak'
+			$npc_nickname[$npclastsaved] = 'Isaak'
+			$npc_lastname[$npclastsaved] = 'Goremykin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 8:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Avgust'
+			$npc_nickname[$npclastsaved] = 'Avgust'
+			$npc_lastname[$npclastsaved] = 'Belousov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 9:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Sergey'
+			$npc_nickname[$npclastsaved] = 'Sergey'
+			$npc_lastname[$npclastsaved] = 'Sychkin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 10:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Yan'
+			$npc_nickname[$npclastsaved] = 'Yan'
+			$npc_lastname[$npclastsaved] = 'Knyazev'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 11:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Leontiy'
+			$npc_nickname[$npclastsaved] = 'Leontiy'
+			$npc_lastname[$npclastsaved] = 'Salko'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 12:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Porfiriy'
+			$npc_nickname[$npclastsaved] = 'Porfiriy'
+			$npc_lastname[$npclastsaved] = 'Agafonov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 13:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Andrei'
+			$npc_nickname[$npclastsaved] = 'Andrei'
+			$npc_lastname[$npclastsaved] = 'Levin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 14:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Bratislav'
+			$npc_nickname[$npclastsaved] = 'Bratislav'
+			$npc_lastname[$npclastsaved] = 'Kurochkin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 15:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Osip'
+			$npc_nickname[$npclastsaved] = 'Osip'
+			$npc_lastname[$npclastsaved] = 'Barinov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 16:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Maksimilian'
+			$npc_nickname[$npclastsaved] = 'Maksimilian'
+			$npc_lastname[$npclastsaved] = 'Khaslik'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 17:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Adrian'
+			$npc_nickname[$npclastsaved] = 'Adrian'
+			$npc_lastname[$npclastsaved] = 'Yefimov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 18:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Leonid'
+			$npc_nickname[$npclastsaved] = 'Leonid'
+			$npc_lastname[$npclastsaved] = 'Kapustin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 19:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Zakhariy'
+			$npc_nickname[$npclastsaved] = 'Zakhariy'
+			$npc_lastname[$npclastsaved] = 'Dorokhin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 20:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Adam'
+			$npc_nickname[$npclastsaved] = 'Adam'
+			$npc_lastname[$npclastsaved] = 'Bespalov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 21:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Miroslav'
+			$npc_nickname[$npclastsaved] = 'Miroslav'
+			$npc_lastname[$npclastsaved] = 'Pichugin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 22:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Spiridon'
+			$npc_nickname[$npclastsaved] = 'Spiridon'
+			$npc_lastname[$npclastsaved] = 'Sannikov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 23:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Boris'
+			$npc_nickname[$npclastsaved] = 'Boris'
+			$npc_lastname[$npclastsaved] = 'Bury'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 24:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Aristarkh'
+			$npc_nickname[$npclastsaved] = 'Aristarkh'
+			$npc_lastname[$npclastsaved] = 'Biryukov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 25:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Anatoliy'
+			$npc_nickname[$npclastsaved] = 'Anatoliy'
+			$npc_lastname[$npclastsaved] = 'Bykov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 26:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Makar'
+			$npc_nickname[$npclastsaved] = 'Makar'
+			$npc_lastname[$npclastsaved] = 'Pakhomov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 27:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Potap'
+			$npc_nickname[$npclastsaved] = 'Potap'
+			$npc_lastname[$npclastsaved] = 'Budayev'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 28:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Vladimir'
+			$npc_nickname[$npclastsaved] = 'Vladimir'
+			$npc_lastname[$npclastsaved] = 'Valevach'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 29:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Zakhar'
+			$npc_nickname[$npclastsaved] = 'Zakhar'
+			$npc_lastname[$npclastsaved] = 'Trapeznikov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 30:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Yermolay'
+			$npc_nickname[$npclastsaved] = 'Yermolay'
+			$npc_lastname[$npclastsaved] = 'Lantsov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 31:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Yermolay'
+			$npc_nickname[$npclastsaved] = 'Yermolay'
+			$npc_lastname[$npclastsaved] = 'Korovin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 32:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Timofey'
+			$npc_nickname[$npclastsaved] = 'Timofey'
+			$npc_lastname[$npclastsaved] = 'Myshelov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 33:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Vladimir'
+			$npc_nickname[$npclastsaved] = 'Vladimir'
+			$npc_lastname[$npclastsaved] = 'Nozdryov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 34:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Nikanor'
+			$npc_nickname[$npclastsaved] = 'Nikanor'
+			$npc_lastname[$npclastsaved] = 'Vodyanov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 35:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Gleb'
+			$npc_nickname[$npclastsaved] = 'Gleb'
+			$npc_lastname[$npclastsaved] = 'Erdeli'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 36:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Sambor'
+			$npc_nickname[$npclastsaved] = 'Sambor'
+			$npc_lastname[$npclastsaved] = 'Dyrbov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 37:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Yevgeniy'
+			$npc_nickname[$npclastsaved] = 'Yevgeniy'
+			$npc_lastname[$npclastsaved] = 'Bobr'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 38:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Jaroslav'
+			$npc_nickname[$npclastsaved] = 'Jaroslav'
+			$npc_lastname[$npclastsaved] = 'Rzhevsky'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 39:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Lavrentiy'
+			$npc_nickname[$npclastsaved] = 'Lavrentiy'
+			$npc_lastname[$npclastsaved] = 'Mikhaylov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 40:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Krylov'
+			$npc_nickname[$npclastsaved] = 'Krylov'
+			$npc_lastname[$npclastsaved] = 'Krylov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 41:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Bogdan'
+			$npc_nickname[$npclastsaved] = 'Bogdan'
+			$npc_lastname[$npclastsaved] = 'Ponomaryov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 42:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Danila'
+			$npc_nickname[$npclastsaved] = 'Danila'
+			$npc_lastname[$npclastsaved] = 'Chernikov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 43:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Prokhor'
+			$npc_nickname[$npclastsaved] = 'Prokhor'
+			$npc_lastname[$npclastsaved] = 'Smeshnoy'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 44:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Oleg'
+			$npc_nickname[$npclastsaved] = 'Oleg'
+			$npc_lastname[$npclastsaved] = 'Obolensky'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 45:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Gennadiy'
+			$npc_nickname[$npclastsaved] = 'Gennadiy'
+			$npc_lastname[$npclastsaved] = 'Borzilov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 46:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Ivan'
+			$npc_nickname[$npclastsaved] = 'Ivan'
+			$npc_lastname[$npclastsaved] = 'Pomelov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 47:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Svyatoslav'
+			$npc_nickname[$npclastsaved] = 'Svyatoslav'
+			$npc_lastname[$npclastsaved] = 'Kalashnik'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 48:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Adam'
+			$npc_nickname[$npclastsaved] = 'Adam'
+			$npc_lastname[$npclastsaved] = 'Yudin'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 49:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Roman'
+			$npc_nickname[$npclastsaved] = 'Roman'
+			$npc_lastname[$npclastsaved] = 'Primakov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	elseif randmanager = 50:
+		if $mname[randmanager] = '':
+			gs 'npcgeneratec', 0, 'Office Manager', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Yefrem'
+			$npc_nickname[$npclastsaved] = 'Yefrem'
+			$npc_lastname[$npclastsaved] = 'Siyanosov'
+			$npc_notes[$npclastsaved] = 'A' + $title + ' manager.'
+			$mname[randmanager] = $npclastsaved
+		end
+		$mname = $mname[randmanager]
+	end
+	gs 'boyStat', $mname
+	if managerfuck[randmanager] > 0:
+		$intro = 'You recognize him immediately since you had sex with him before, and asked about him from <<$pcs_nickname>> after it. His name is <<$boydesc>>, a manager of the <<$title>> department.'
+	else
+		$intro = 'You have no idea who this is, but he appears to be someone important.'
+	end
+end
+
+if $ARGS[0] = 'rand_IT':
+	randIT = rand(1,10)
+	if randIT = 1:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Milorad'
+			$npc_nickname[$npclastsaved] = 'Milorad'
+			$npc_lastname[$npclastsaved] = 'Sukhorukov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 2:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Leontiy'
+			$npc_nickname[$npclastsaved] = 'Leontiy'
+			$npc_lastname[$npclastsaved] = 'Fedulov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 3:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Stepan'
+			$npc_nickname[$npclastsaved] = 'Stepan'
+			$npc_lastname[$npclastsaved] = 'Shcheglov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 4:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Yuriy'
+			$npc_nickname[$npclastsaved] = 'Yuriy'
+			$npc_lastname[$npclastsaved] = 'Ozerov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 5:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Gennadiy'
+			$npc_nickname[$npclastsaved] = 'Gennadiy'
+			$npc_lastname[$npclastsaved] = 'Shlykov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 6:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Polikarp'
+			$npc_nickname[$npclastsaved] = 'Polikarp'
+			$npc_lastname[$npclastsaved] = 'Strelkov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 7:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Dominik'
+			$npc_nickname[$npclastsaved] = 'Dominik'
+			$npc_lastname[$npclastsaved] = 'Chernakov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 8:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Eduard'
+			$npc_nickname[$npclastsaved] = 'Eduard'
+			$npc_lastname[$npclastsaved] = 'Pichushkin'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 9:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Milan'
+			$npc_nickname[$npclastsaved] = 'Milan'
+			$npc_lastname[$npclastsaved] = 'Safronov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	elseif randIT = 10:
+		if $mitname[randIT] = '':
+			gs 'npcgeneratec', 0, 'IT support guy', rand(25,45)
+			gs 'npcpreservec', $npclastgenerated
+			$npc_firstname[$npclastsaved] = 'Georgiy'
+			$npc_nickname[$npclastsaved] = 'Georgiy'
+			$npc_lastname[$npclastsaved] = 'Alexandrov'
+			$npc_notes[$npclastsaved] = 'An IT support guy.'
+			$mitname[randIT] = $npclastsaved
+		end
+		$mname = $mitname[randIT]
+	end
+	gs 'boyStat', $mname
+	if ITfuck[randIT] > 0:
+		$intro = 'You recognize him immediately since you had sex with him before, and asked about him from <<$pcs_nickname>> after it. His name is <<$boydesc>>, one of the IT support guys.'
+	else
+		$intro = 'You have no idea who this is. All you know that he is a member of the support stuff.'
+	end
+end
+
+--- office_old ---------------------------------
+