Преглед изворни кода

Merge remote-tracking branch 'ADCSux/PornStudioRevamp'

Kevin_Smarts пре 2 година
родитељ
комит
d7c27c14b7

+ 4 - 5
glife.qproj

@@ -493,11 +493,10 @@
 	</Folder>
 	<Folder name="Rex">
 		<Location name="rex_events"/>
-		<Location name="rex_party_home"/>
-		<Location name="rex_party_events"/>
-		<Location name="rex_party_boys_events"/>
-		<Location name="rex_party_girls_events"/>
-		<Location name="rex_party_sister_events"/>
+		<Location name="rex_party_firstTime"/>
+		<Location name="rex_party"/>
+		<Location name="rex_party_smallEvents"/>
+		<Location name="rex_party_sexEvents"/>
 	</Folder>
 	<Folder name="Dima Nosov">
 		<Location name="dimaEv"/>

+ 2 - 7
locations/Cheatmenu_din.qsrc

@@ -623,13 +623,8 @@ $cheatmenu['permanent'] = {
 }
 
 $cheatmenu['therapist_reset'] = {
-	hypnoHardToCum = 0
-	hypnoPanty = 0
-	bedPanty = 0
-	hypnoBra = 0
-	hypnoStage = 0
-	hypnoAddict = 0
-	therapistWantsSlave = 0
+	gs 'therapist'
+	dynamic $RestTherapyVariables
 	gs 'stat'
 	dynamic $cheatmenu['state']
 }

+ 196 - 0
locations/rex_party.qsrc

@@ -0,0 +1,196 @@
+# rex_party
+
+!introductions
+if $ARGS[0] = 'start':
+    CLOSE ALL
+
+    !set event variables
+    sisterQW['partycount'] += 1
+	sisterQW['party'] = 2
+	sisboyparty = 1
+	sisboypartyQW += 1
+	alkoParty = 0
+	party_girls_talk = 0
+	girls_smoke = 0
+	party_dj = 0
+	dj_beer = 0
+	dj_thank = 0
+	dj_bad = 0
+	dj_boobs = 0
+	party_boys_drink = 0
+	Rex_save = 0
+	party_boys_in = 0
+	rex_talk = 0
+	rex_sex = 0
+	drunk_sveta = 0
+	iralenasleep = 0
+	sister_party_dom = 0
+    lastUpdatedHour = -1 !This variable is used to update event every hour
+    numberOfEvents = 2 !This variable is used to update event every hour
+
+
+	$location_type = 'event'
+	gs 'themes', 'indoors'
+	$loc_arg = 'start'
+	$loc = 'rex_party'
+	$menu_loc = 'rex_party'
+	$menu_arg = 'start'
+	menu_off = 0
+	cls
+    minut += 15
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_1_' + rand(1,5) + '.jpg"></center>'
+	'You arrive at Rex''s apartment for the weekend party. Going inside with the others, the loud music drowns out any noise from outside. As soon as you are inside, several boys immediately start offering you drinks.'
+	act 'Drink':
+		cls
+		minut += 5
+		alkoParty += 1
+		gs 'drugs', 'alcohol', 'vodka'
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_2_' + rand(1,4) + '.jpg"></center>'
+		'In all this mess, you are unable to find a clean cup and are handed a full bottle of booze. Clinking glasses with the bottle, you put your lips to its mouth and turn it up, gulping down several swigs of strong drink, noticing the effects almost at once.'
+		'The party has just begun. You can still walk through the apartment and find something to do.'
+		act 'Move away': gt 'rex_party', 'RexRoom'
+	end
+end
+
+if $ARGS[0] = 'RexRoom':
+    $loc_arg = 'RexRoom'
+    $menu_arg = 'RexRoom'
+	cls
+	minut += 5
+	gs 'stat'
+
+    gs $loc, 'EventUpdate'
+    '<center><b><font color = maroon>Rex''s Room</font></b></center>'
+    !gs $loc, 'RexRoomEvent<<eventNumber>>'
+    gs 'rex_party', 'Event<<eventNumber>>', 'RexRoom'
+
+    act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+end
+
+if $ARGS[0] = 'LivingRoom':
+    $loc_arg = 'LivingRoom'
+    $menu_arg = 'LivingRoom'
+	cla & *clr
+	minut += 5
+	gs 'stat'
+
+    gs $loc, 'EventUpdate'
+    '<center><b><font color = maroon>Living room</font></b></center>'
+    gs 'rex_party', 'Event<<eventNumber>>', 'LivingRoom'
+
+    act 'Go to Rex''s room': gt 'rex_party', 'RexRoom'
+    act 'Go to the kitchen': gt 'rex_party', 'Kitchen'
+    act 'Go to the Toilet': gt 'rex_party', 'Toilet'
+    act 'Leave Rex''s home': gt 'pav_commercial'
+end
+
+if $ARGS[0] = 'Kitchen':
+    $loc_arg = 'Kitchen'
+    $menu_arg = 'Kitchen'
+	cla & *clr
+	minut += 5
+	gs 'stat'
+
+    gs $loc, 'EventUpdate'
+    '<center><b><font color = maroon>Kitchen room</font></b></center>'
+    '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/kuh.jpg"></center>'
+    gs 'rex_party', 'Event<<eventNumber>>', 'Kitchen'
+
+    act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+end
+
+if $ARGS[0] = 'Toilet':
+    $loc_arg = 'Toilet'
+    $menu_arg = 'Toilet'
+	cla & *clr
+	minut += 5
+	gs 'stat'
+   
+	if alko > 3 and rand(1,100) <= 30: gt 'rex_party_sexEvents', 'toilet_sex_events'
+	'<center><b><font color = maroon>Toilet</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/toilet.jpg"></center>'
+
+	'Here you can wash your face, freshen up or touch up your make-up at <a href="exec: gt ''mirror'', ''start''">mirrors</a>.'
+	!if pcs_horny > 50:'Feeling yourself ready to burst with desire, you can''t take it anymore and begin to <a href="exec: gt ''rex_party_sexEvents'', ''toilet_mast''">masturbate</a>.'
+	act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	if cumloc[11] = 1 or cumloc[12] = 1:
+		act 'Clean the sperm from your face (0:10)':
+			cla
+			*clr
+			pcs_makeup = 1
+			cumspclnt = 9
+			gs 'cum_cleanup'
+			cumspclnt = 13
+			gs 'cum_cleanup'
+			if pcs_sweat > 19 : pcs_sweat -= 5
+			minut += 10
+			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/facesp.jpg"></center>'
+			*nl
+			'You clean your face and get rid of any trace of cum.'
+
+			act 'Move away': gt 'rex_party', 'Toilet'
+		end
+    end
+end
+
+if $ARGS[0] = 'EventUpdate':
+    if alko < 3: 
+        eventNumber = 1
+    else:
+        eventNumber = 2
+    end
+
+    !{
+        if lastUpdatedHour = -1 or lastUpdatedHour ! hour:
+            lastUpdatedHour = hour
+            eventNumber = rand(1,numberOfEvents)
+        end
+    }
+    
+end
+
+if $ARGS[0] = 'Event1':
+    if $ARGS[1] = 'RexRoom':
+        '<center><b><font color = maroon>Rex''s Room</font></b></center>'
+        '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_1_' + rand(1,5) + '.jpg"></center>'
+        'You sit at a table and drink with your friends. Sitting to one side of you sharing a bottle as always are <a href="exec: gt ''rex_party_smallEvents'', ''lena''">Lena</a> who is always fun, her slightly more reserved friend <a href="exec: gt ''rex_party_smallEvents'', ''ira''">Ira</a>, and always upbeat <a href="exec: gt ''rex_party_smallEvents'', ''rex''">Rex</a>.'
+        'To your other side sits your sister <a href="exec: gt ''rex_party_smallEvents'', ''anya''">Anya</a>, drinking already, and <a href="exec: gt ''rex_party_smallEvents'', ''roma''">Roma</a>, who himself sits just a bit away looking more serious than normal, plus lots of <a href="exec: gt ''rex_party_smallEvents'', ''party_girls''">girls</a> and <a href="exec: gt ''rex_party_smallEvents'', ''party_boys''">guys</a> you barely know.'
+        'One of the guys offers you a bottle to <a href="exec: gt ''rex_party_smallEvents'', ''party_drink''">drink</a> from as he says, "A little more to set the mood."'
+    end
+    if $ARGS[1] = 'LivingRoom':
+        '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_3.jpg"></center>'
+        'This is a large living room. Hardly anyone is here, most are all still sitting in the other room talking and drinking. Only one <a href="exec: gt ''rex_party_smallEvents'', ''dj''">guy</a> is in here tinkering with a turntable.'
+    end
+    if $ARGS[1] = 'Kitchen':
+        'The kitchen is spacious, but kinda dirty. The kitchen table is covered in cans and bottles of beer as well as 5ths of booze. You can grab any bottle you want and <a href="exec: gt ''rex_party_smallEvents'', ''party_drink''">drink</a>.'
+        if party_dj =1 and dj_beer < 1:'You grab two bottle for the <a href="exec: gt ''rex_party_smallEvents'', ''dj_take_beer''">DJ and his friend</a>.'
+    end
+end}
+
+if $ARGS[0] = 'Event2':
+    if $ARGS[1] = 'RexRoom':
+        '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_1_' + rand(1,5) + '.jpg"></center>'
+        'After a while, everyone gets up to go dance and drink. Only a few <a href="exec: gt ''rex_party_smallEvents'', ''party_girls''">girls</a> are left in the room, but they are fun to hang out and gossip with.'
+        iif(party_girls_talk >= 2,'You <a href="exec: gt ''rex_party_smallEvents'', ''talk''">chat</a> and gossip with them. One of the girls pulls out some marijuana and invites all of you to <a href="exec: gt ''rex_party_smallEvents'', ''smoke''">have a smoke</a>.', 'You <a href="exec: gt ''rex_party_smallEvents'', ''talk''">chat</a> and gossip with them.')
+        if pcs_mood = 100 and pcs_horny >= 50 and girls_smoke > 1:
+            'All the girls are in a good mood, and several of them excitedly pull you with them to have some <a href="exec: gt ''rex_party_smallEvents'', ''fun''">fun</a>.'
+        end
+    end
+    if $ARGS[1] = 'LivingRoom':
+        '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_4_' + rand(1,8) + '.jpg"></center>'
+        'The party is in full swing. In one corner. a <a href="exec: gt ''rex_party_smallEvents'', ''dj''">guy</a>, the party DJ, is spinning beats at the turntable. You want to give it a try and <a href="exec: gt ''rex_party_smallEvents'', ''dance''">spin some beats</a>.'
+        '<a href="exec: gt ''rex_party_smallEvents'', ''roma''">Roma</a> and <a href="exec: gt ''rex_party_smallEvents'', ''anya''">Anya</a> are locked together having fun dancing.'
+        if Rex_Love = 0:'<a href="exec: gt ''rex_party_smallEvents'', ''rex''">Rex</a> is having fun dancing with some <a href="exec: gt ''rex_party_smallEvents'', ''party_girls''">girls</a>.'
+        if Rex_Love = 1:'You are dancing with some <a href="exec: gt ''rex_party_smallEvents'', ''party_girls''">girls</a> and <a href="exec: gt ''rex_party_smallEvents'', ''rex''">Rex</a>, who looks at you with loving eyes.'
+        '<a href="exec: gt ''rex_party_smallEvents'', ''ira_lena_livingRoom''">Lena</a> and <a href="exec: gt ''rex_party_smallEvents'', ''ira_lena_livingRoom''">Ira</a> are having fun in the company of drunken <a href="exec: gt ''rex_party_smallEvents'', ''party_boys''">guys</a>.'
+    end
+
+    if $ARGS[1] = 'Kitchen':
+        'The kitchen is spacious, but kinda dirty. The kitchen table is covered in cans and bottles of beer as well as 5ths of booze. You can grab any bottle you want and <a href="exec: gt ''rex_party_smallEvents'', ''party_drink''">drink</a>.'
+        if party_dj =1 and dj_beer < 1:'You grab two bottle for the <a href="exec: gt ''rex_party_smallEvents'', ''dj_take_beer''">DJ and his friend</a>.'
+        'Some <a href="exec: gt ''rex_party_smallEvents'', ''party_boys''">guys</a> bang their empty drinks down on the table. Refilling, they offer a cup to you and try to get you to <a href="exec: gt ''rex_party_smallEvents'', ''kitchen_boy_drink''">drink</a> with them.'
+    end
+end
+--- rex_party ---------------------------------

+ 330 - 0
locations/rex_party_firstTime.qsrc

@@ -0,0 +1,330 @@
+# rex_party_firstTime
+if $ARGS[0] = 'sisboyQW_party':
+	sisterQW['partycount'] += 1
+	sisterQW['party'] = 2
+	if sisterQW['rexbday'] = 1: sisterQW['rexbday'] = 2
+	*clr & cla
+	minut += 15
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_8.jpg"></center>'
+	*nl
+	'Once you burst into Rex''s house, the loud music immediately drowns out just about any other noise.'
+	'You help the guys lay out the table. They carry the drinks and you the snacks, but there is so much booze that it covers the table, leaving nowhere to put the snacks.'
+	'Everyone starts to thump in unison, dealing, laughing and telling funny stories.'
+	'You cheerfully ask Anya, "You won''t leave me alone at the party will you?"'
+	'Anya smiles and hands you a bottle of vodka. "Of course not <<$pcs_nickname>>."'
+	act 'Decline the drink':
+		*clr & cla
+		minut += 15
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_9.jpg"></center>'
+		*nl
+		'You politely try to refuse the drink, but everyone watching has gathered round and started chanting, "Drink! Drink! Drink! Drink! Drink! Drink!"'
+		'Giving in to peer pressure, you take the bottle from Anya''s hand and gulp down a huge swig of vodka.'
+		act 'Go dance': gt 'rex_party_firstTime', 'dance'
+		act 'Drink': gt 'rex_party_firstTime', 'drink'
+		act 'Sit': gt 'rex_party_firstTime', 'sit'
+	end
+	act 'Accept the drink':
+		*clr & cla
+		minut += 15
+		gs 'drugs', 'alcohol', 'vodka'
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_9.jpg"></center>'
+		*nl
+		'You take the bottle from her hand. "Well, let''s party!" you say and gulp down a huge swig of vodka.'
+		'Roma looks at Anya and smirks. "Look, <<$pcs_nickname>> is drinking more than you!" Everyone then begins to drink heavily.'
+		act 'Go dance': gt 'rex_party_firstTime', 'dance'
+		act 'Drink': gt 'rex_party_firstTime', 'drink'
+		act 'Sit': gt 'rex_party_firstTime', 'sit'
+	end
+	act 'Get up to dance':
+		*clr & cla
+		minut += 15
+		gs 'drugs', 'alcohol', 'vodka'
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_9.jpg"></center>'
+		*nl
+		'Standing, you try to get out from behind the table to go dancing, but no one is actually dancing. They are all just sitting and drinking.'
+		'Seeing what you''re doing, Rex pulls you over. "Where are you going? It''s only the beginning! Hold the bottle and let''s drink, otherwise I will be offended."'
+		'You can''t deny the ' + iif(sisterQW['rexbday'] = 2, 'birthday boy', 'host of the party') + ', so you take the bottle from his hand and gulp down a huge shot, feeling it burn down your throat. You hear others shouting in encouragement.'
+		act 'Go dance': gt 'rex_party_firstTime', 'dance'
+		act 'Drink': gt 'rex_party_firstTime', 'drink'
+		act 'Sit': gt 'rex_party_firstTime', 'sit'
+	end
+end
+
+if $ARGS[0] = 'dance':
+	*clr & cla
+	minut += 15
+	pcs_horny += 10
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_10.jpg"></center>'
+	*nl
+	'You drunkenly stumble around to go and dance.'
+	'You do not need to be persuaded. You are on the same wavelength with everyone else and pull your top off, dancing in your bra.'
+	'The boys carry on dancing, jumping and bumping into each other. Even though you are almost half-naked, it seems like no one is paying any attention to you.'
+	'Anya approaches you. "Cheer up <<$pcs_nickname>>! Go get in the center and have fun dancing, among other things..."'
+	act 'Drink':
+		*clr & cla
+		minut += 10
+		gs 'drugs', 'alcohol', 'whiskey'
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_13.jpg"></center>'
+		*nl
+		'You want to drink again and again. The boys quickly give you two bottles of whiskey, and without any hesitation, you start to pour both of them into your mouth. The whiskey spills out of your mouth as you are unable to drink it all fast enough. It pours all down your body.'
+		'Your clothes are soaked in alcohol, and everyone can see your nipples poking through your wet bra.'
+		'Two guys, mad with energy, begin to dance around you, persistently lapping at the booze on your body.'
+		act 'Dance with them': gt 'rex_party_firstTime', 'two_boy'
+	end
+	act 'Keep dancing':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_18.mp4"></video></center>'
+		*nl
+		'You''re drunk, but still able to control yourself. You want to continue dancing.'
+		'Your erotic movements have attracted the attention of many guys, and two of them approach.'
+		gs 'arousal', 'foreplay', 10
+		gs 'stat'
+!! This should have a way to back out, but where to?
+		if sisterQW['rexbday'] = 2: act 'Congratulate Rex personally': gt 'rex_party_firstTime', 'reks'
+		if sisterQW['AnyaRomaQW'] = 0: act 'Look for Anya': gt 'rex_party_firstTime', 'anya_find'
+		act 'Dance with them': gt 'rex_party_firstTime', 'two_boy'
+	end
+	if sisterQW['rexbday'] = 2:
+		act 'Congratulate Rex personally': gt 'rex_party_firstTime', 'reks'
+	end
+end
+
+if $ARGS[0] = 'anya_find':
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'You look for your sister but can''t find her. "Where the hell did she go?" You look everywhere in desperation.'
+	act 'Look in the bathroom': gt 'rex_party_firstTime', 'anya_toilet'
+	act 'Look in the kitchen': gt 'rex_party_firstTime', 'anya_kit'
+	act 'Look in the bedroom': gt 'rex_party_firstTime', 'anya_bed'
+end
+
+if $ARGS[0] = 'anya_kit':
+	*clr & cla
+	minut += 5
+	$locclass = 'kitr'
+	sisterQW['AnyaRomaQW'] = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_24.jpg"></center>'
+	*nl
+	'You walk into the kitchen and look around for your sister. You see two drunk girls having fun in the corner of the room, but neither of them know where your sister is. Suddenly, you hear heavy breathing behind you.'
+	act 'Turn around':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_25.jpg"></center>'
+		*nl
+		'Turning around, you find Anya completely naked, drinking from a bottle with tears running down her face while looking at Roma. "Well it''s over between us. Go to hell dog!"'
+		'Roma doesn''t say anything in response, and Anya turns and runs away in tears. You glare at him for a few few moments, then rush after her.'
+		gs 'arousal', 'erotic_nudity', 5, 'incest'
+		gs 'stat'
+		act 'Chase Anya':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_26.jpg"></center>'
+			*nl
+			'It takes you a while to find Anya again, but you eventually find her on her knees in front of two unfamiliar guys. "What are you doing? Stop and think about this!" you plead to your sister.'
+			'Anya keeps drunkenly sucking the guys off, and they turn to look at you. "Come and join us or get the fuck out."'
+			gs 'arousal', 'voyeur_sex', 5
+			gs 'stat'
+			act 'Wait':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_27.jpg"></center>'
+				*nl
+				'You decide not to argue with them, afraid of what they might do and wait.'
+				'The guys push Anya down on her stomach. One kneels down in front of her and sticks his cock back in her mouth, while the other kneels down behind her, shoves his dick in her ass and begins to fuck her hard.'
+				'Turning to look at you again, one of the guys leers and pats the floor next to Anya. "Come over here and join us if you''re so worried about her. Then we will take turns fucking you both in the ass."'
+				gs 'arousal', 'voyeur_sex', 10
+				gs 'stat'
+				if hour < 22:
+					minut += ((21 - hour) * 60) + (60 - minut)
+					act 'Leave': gs 'arousal', 'end' & gt 'bedrPar'
+				else
+					act 'Leave': minut += 15 & gs 'arousal', 'end' & gt 'bedrPar'
+				end
+				act 'Join':
+					*clr & cla
+					sisterknowslut = 2
+					gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+					gs 'boyStat', $npclastgenerated
+
+					gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+					gs 'boyStat', $npclastgenerated, 'a'
+					spafinloc = 3
+					gs 'cum_manage'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_28.jpg"></center>'
+					*nl
+					'You frown upon seeing your sister being used like this, but maybe it would be better for her if you let them use you too so she wouldn''t be the sole object of their lust? "OK, who wants to fuck me first?" you say as you walk over and take your clothes off.'
+					'The one that had been talking to you and fucking your sister''s mouth pulls away from her and shoves you down on your hands and knees. Without waiting, he shoves his cock in your ass and begins to furiously fuck you.'
+					'Your hands tighten as you grimace in pain, trying to think about anything but the pain of having your ass torn up.'
+					'This goes on for some time, though the boys do switch places from time to time, taking turns fucking you and Anya in the ass. Finally, and mercifully, they cum inside of both of you. After they are finished, they laugh and leave the room.'
+					'You gather your clothes up and get dressed. You then help Anya get dressed and help her home.'
+					gs 'arousal', 'anal', 10, 'rough', 'sub', 'group', 'unknown'
+					gs 'stat'
+					if hour < 22:
+						minut += ((21 - hour) * 60) + (60 - minut)
+						gs 'arousal', 'end'
+						act 'Leave': gt 'bedrPar'
+					else
+						gs 'arousal', 'end'
+						act 'Leave': minut += 15 & gt 'bedrPar'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'anya_toilet':
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_22.jpg"></center>'
+	*nl
+	'You walk into the bathroom and find some guy pushing some poor girl''s head into the toilet. Thankfully, it isn''t Anya, and not wanting to get involved any further, you leave.'
+	act 'Look in the kitchen': gt 'rex_party_firstTime', 'anya_kit'
+	act 'Look in the bedroom': gt 'rex_party_firstTime', 'anya_bed'
+end
+
+if $ARGS[0] = 'anya_bed':
+	*clr & cla
+	minut += 5
+	pcs_horny += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_23.jpg"></center>'
+	*nl
+	'In the bedroom, you see two guys jerking off onto the face of some poor unconscious girl as one of them says to the other, "Let''s get the fuck out of here before she wakes up. I don''t want to deal with her ex-boyfriend. He''s one of the boxers."'
+	'Anya isn''t here, so you keep searching.'
+	act 'Look in the bathroom': gt 'rex_party_firstTime', 'anya_toilet'
+	act 'Look in the kitchen': gt 'rex_party_firstTime', 'anya_kit'
+end
+
+if $ARGS[0] = 'reks':
+	*clr & cla
+	minut += 5
+	gs 'drugs', 'alcohol', 'champagne'
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_19.jpg"></center>'
+	*nl
+	'"Hey girl! Damn, you''ve been having fun. Oh yeah, you''re Anya''s little sister, right? I know she''s... That''s odd, I haven''t seen her. Although I have been drinking bubbly all day. Here, drink up!"'
+	'He starts pouring the sweet champagne down your throat. He''s so drunk that he pours it too fast, and as much as you try to keep up, a lot of it spills on you and the floor.
+	 Then, without a word, Rex just staggers off.'
+	act 'Look for Anya': gt 'rex_party_firstTime', 'anya_find'
+	act 'Follow Rex to the toilet for birthday sex':
+		*clr & cla
+		toiletRexSex = 1
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_20.jpg"></center>'
+		*nl
+		'You go to the bathroom, only to find Rex already there, having just finished taking a piss with his dick still out in his hand. "Oh <<$pcs_nickname>>, you again? I''m here already..."'
+		'Stopping him mid-sentence, you push him down onto the toilet and pull his hand away from his cock. You start undressing and watch his cock stiffen as he stares at your naked body. You climb on and straddle him. Lowering yourself onto his cock, you feel it slide into your wet pussy. "Happy birthday," you whisper in his ear.'
+		'"Fucking hell," he mumbles as you ride him.'
+		gs 'arousal', 'vaginal', 5, 'sub'
+		gs 'stat'
+		act 'Doggystyle':
+			*clr & cla
+			rexSex = 1
+			gs 'boyStat', 'A57'
+			sexpartkno = 1
+			gs 'cum_manage'
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_21.mp4"></video></center>'
+			*nl
+			'Rex growls as he grabs you and lifts you off him. He gets up, bends you over and plunges his dick right back into your pussy, beginning to furiously fuck you balls deep.'
+			'"Not so fast, not so deep," you beg him. However, the pain of his frantic balls deep fucking soon gives way to waves of deep pleasure as he keeps pounding you.'
+			'With a final grunt, he shoots his load deep inside your pussy. "Wow <<$pcs_nickname>>, you are hotter than your sister!" He then zips his pants and leaves you alone in the bathroom.'
+			gs 'arousal', 'vaginal', 5, 'sub', 'rough'
+			gs 'stat'
+			act 'Look for Anya': gt 'rex_party_firstTime', 'anya_find'
+		end
+	end
+end
+
+if $ARGS[0] = 'two_boy':
+	*clr & cla
+	gs 'stat'
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_14.mp4"></video></center>'
+	*nl
+	'They rub your body, grab your boobs and squeeze your ass. Under the influence of alcohol, you really like it and just enjoy the moment.'
+	'Seeing that you aren''t resisting, they pull you into the next room.'
+	gs 'arousal', 'foreplay', 5, 'sub', 'group', 'unknown'
+	gs 'stat'
+	act 'Go':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_15.jpg"></center>'
+		*nl
+		'As you enter the room, they push you down on the bed and pull out their cocks.'
+		'In a drunken fog, you try to grab one, then the other, but you are so drunk that the room is spinning.'
+		'One of the guys starts licking your pussy, and you can hear yourself moaning in passion.'
+		gs 'arousal', 'cuni', 5, 'sub', 'group', 'unknown'
+		gs 'stat'
+		act 'Doggystyle':
+			*clr & cla
+			gs 'npcgeneratec', 0, 'unknown guy', rand(18,40)
+			$boy1[1] = $npclastgenerated
+			gs 'npcgeneratec', 0, 'unknown guy', rand(18,40)
+			$boy1[2] = $npclastgenerated
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_16.jpg"></center>'
+			*nl
+			'They lift you up onto your knees. Their hands help hold you steady as one of them slides his dick into your pussy and the other shoves his cock in your mouth.'
+			'The guys start laughing, obviously having fun fucking you as they talk and joke to each other. "She looks a bit young. I think she might be Anya''s little sister."'
+			'"Fuck, I think you''re right. She''s a sweet little thing, but I don''t fuck schoolgirls. I''ll trade you."'
+			gs 'arousal', 'vaginal', 5, 'sub', 'group', 'unknown'
+			gs 'arousal', 'bj', 5, 'sub', 'group', 'unknown'
+			minut -= 5
+			gs 'stat'
+			act 'Switch':
+				*clr & cla
+				gs 'boyStat', $boy1[2]
+				cumprecheck = 1
+				gs 'cum_manage'
+				sexpartkno = 0
+				spafinloc = 11
+				gs 'cum_manage'
+				swallow += 1
+				gs 'boyStat', $boy1[1]
+				cumprecheck = 1
+				gs 'cum_manage'
+				sexpartkno = 0
+				spafinloc = 4
+				gs 'cum_manage'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_17.jpg"></center>'
+				*nl
+				'The guys switch places and continue to rhythmically fuck you. After they have fucked you for a while, you somewhat come to your senses. "Oh yeah, wake up bitch! Suck and fuck us harder."'
+				'Still mostly out of it, you obey and begin to suck harder until he starts to cum. He pulls out of your mouth and splatters your entire face in his cum. The second guy cums quickly too, pulling out of your pussy and covering your ass with his cum.'
+				'After spending some time cleaning yourself up, you decide to go and find your sister.'
+				gs 'arousal', 'vaginal', 5, 'sub', 'group', 'unknown'
+				gs 'arousal', 'bj', 5, 'sub', 'group', 'unknown'
+				gs 'arousal', 'end'
+				minut -= 5
+				gs 'stat'
+				act 'Look For Anya': gt 'rex_party_firstTime', 'anya_find'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'drink':
+	*clr & cla
+	minut += 10
+	gs 'drugs', 'alcohol', 'vodka'
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_11.jpg"></center>'
+	*nl
+	'Everyone undresses to the waist and goes into the hall to dance. "Come dance <<$pcs_nickname>>, you don''t want to be left alone," Anya calls out to you.'
+	'Not now Anya. I want to drink some more first," you reply, but not taking no for an answer, Anya drags you out to dance with her and her friends.'
+	act 'Go dance': gt 'rex_party_firstTime', 'dance'
+end
+
+if $ARGS[0] = 'sit':
+	*clr & cla
+	minut += 10
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_12.jpg"></center>'
+	*nl
+	'You are starting to feel a little dizzy after drinking so much and so sit down for a while. Anya and her friends then approach you. "<<$pcs_nickname>>? Why are you just sitting there? Come dance with us." Not taking no for an answer, Anya drags you out to dance with her and her friends.'
+	act 'Go dance': gt 'rex_party_firstTime', 'dance'
+end
+--- rex_party_firstTime ---------------------------------

+ 1478 - 0
locations/rex_party_sexEvents.qsrc

@@ -0,0 +1,1478 @@
+# rex_party_sexEvents
+
+if $ARGS[0] = 'ira_lena_fun':
+    !Sex involves boys
+    if $ARGS[1] = 'boys':
+        cls
+        '<center><b><font color = maroon>Ira and Lena</font></b></center>'
+        if rand(1,2) = 1:
+            '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_3_2.mp4"></video></center>'
+        else
+            '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_3_1.jpg"></center>'
+        end
+        'Music pumping puts you in the mood of fierce desire to have fun with Lena and Ira. Dancing with them, you start pulling their clothes off and they follow suit, taking your clothes off until all three of you are half naked just wearing your underwear.'
+        'The buzz of the booze makes you feel a lot more liberated as you slap each of the girls on the ass, which they return the favor and soon all three of you are taking turns slapping each others asses, in front of the guys.'
+        gs 'arousal', 'foreplay', 5, 'exhibitionism', 'lesbian'
+        gs 'stat'
+        if rand(1,2) = 1:
+            if Rex_Love = 0: 'Seeing what you are doing, Rex walks over and grabs you, then drags you into another room.'
+            if Rex_Love = 1: 'Seeing what you are doing, Rex walks over and grabs you, then drags you into another room.'
+            if Rex_Love = 1: 'Rex glares in the direction of Roma and your female companions.'
+            act 'Go with him': gt 'rex_party_sexEvents', 'ira_lena_rex'
+            if Rex_Love = 1:act 'Stay with Rex': gt 'rex_party_smallEvents', 'rex_talk'
+        else
+            'Seeing what you are doing, a couple of guys walk over and grab you, then they drag you into another room.'
+            if Rex_Love = 1: 'Rex glares in the direction of your female companions.'
+            act 'Go with them': gt 'rex_party_sexEvents', 'ira_fun_boys'
+            if Rex_Love = 1:act 'Stay with Rex': gt 'rex_party_smallEvents', 'rex_talk'
+        end
+    end
+    !Sex with just 3 girls
+    if $ARGS[1] = 'girls':
+        cls
+		'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_7_<<rand(1,2)>>.jpg"></center>'
+		'While you dance Lena moves in close to you and soon you are dancing up against each other, she leans in and kisses you. You momentarily dumbfounded, her lips are soft and they taste sweet as you kiss her back. Ira with fervent interest is watching the two of you.'
+		'Soon Ira joins the two of you, then all three of you start kissing each other. Your hands exploring each others bodies, as you begin to remove each others clothes right in the middle of the room, in front of everyone.'
+		gs 'arousal', 'kiss', 5, 'lesbian', 'group'
+		gs 'stat'
+		act 'Move away': gt $loc, $loc_arg
+		act 'Continue cuddling':
+			cls
+			'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_7_3.jpg"></center>'
+			'You, along with Lena and Ira undress each other as you continue you to kiss and caress each other until you are all completely naked right in the middle of the room, in front of all the other guys and girls.'
+			if Rex_Love = 1: 'Rex curiously stares only at you.'
+			'As your fingers and tongues begin to explore each others naked bodies you finally realize where you are, surrounded by guys who start cheering and whistling loudly pulling you at of the moment.'
+			'You have gone too far, the girls and you gather up your things as you leave the room the guys calmed down and continued to have fun discussing the incident.'
+			gs 'arousal', 'foreplay', 5, 'lesbian', 'group'
+			gs 'stat'
+			act 'Move away': gt $loc, $loc_arg
+			act 'Drag the girls in another room':
+				cls
+				'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_7_4.jpg"></center>'
+				'As you leave the room, you are far to turned on to stop now, so you grab Ira and Lena by the hands and pull them into one of the empty bedrooms with you. "Well, girls, should we continue here, without prying eyes." you ask'
+				'They answer you by dropping their things on the floor and join you in kissing and fondling each other again.'
+				gs 'arousal', 'foreplay', 5, 'lesbian', 'group'
+				gs 'stat'
+				act 'Start bed games':
+					cls
+					'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+					i = rand(1,2)
+					if i = 1: '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_7_<<rand(5,7)>>.jpg"></center>'
+					if i = 2: '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_7_<<rand(8,9)>>.mp4"></video></center>'
+					'Together, laying down comfortably you continue to kiss and caress each other.'
+				    'You lick each other, using your tongue and fingers to explore each others pussies. Lapping up and swallowing each others juices, stopping only to share a passionate kiss with one another.'
+					'You work each others bodies, sometimes two on one and other times each giving and receiving from different girls. As you feel yourself getting close, you pay extra attention to whom ever seems to be lagging behind, emphasizing the sensual caress in the most erogenous places.'
+					'Soon, the three of you are moaning almost as one, all nearing your peak.'
+					gs 'arousal', 'kiss', 5, 'lesbian', 'group'
+					gs 'arousal', 'cuni', 5, 'lesbian', 'group'
+					gs 'arousal', 'cuni_give', 5, 'lesbian', 'group'
+					gs 'arousal', 'vaginal_finger', 5, 'lesbian', 'group'
+					gs 'arousal', 'vaginal_finger_give', -5, 'lesbian', 'group'
+					gs 'stat'
+					act 'Cum':
+						cls
+						minut += 5
+						iralenasleep += 1
+						'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+						'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_7_10.mp4"></video></center>'
+						'Laying side by side with you in the middle, your hands on each others clits, rubbing and caressing them until an incredibly strong orgasm overtakes you all, and the three of you wither in sweet release. "Uhh, who says we need men anyways?" All of your answers with satisfied giggles.'
+						'Continuing to be in ecstasy, you slowly come down on your sexual high, as you do you slowly fall asleep.'
+						$orgasm_or = 'yes'
+						gs 'arousal', 'vaginal_finger', 5, 'lesbian', 'group'
+						gs 'arousal', 'vaginal_finger_give', -5, 'lesbian', 'group'
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+					end
+				end
+			end
+		end
+    end
+end
+
+if $ARGS[0] = 'ira_lena_rex':
+	cls
+	'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+	if Rex_love = 0:
+		gs 'boyStat', 'A57'
+	else
+		gs 'boyStat', 'A56'
+	end
+	if rand(1,2) = 1:
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_4_2.mp4"></video></center>'
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_4_1.jpg"></center>'
+	end
+	'You go with <<$boydesc>>, Lena and Ira follow a little ways behind and without waiting for them, he puts you down on your knees.'
+	'You finish stripping naked, he has his cock out stroking it watching as you got undressed, seeing his cock you start sucking it at once.'
+	'Just as you start sucking his cock, Lena and Ira belatedly join you. They start kissing each other and undressing.'
+	gs 'arousal', 'bj', 5, 'sub', 'unknown'
+	gs 'stat'
+	act 'Suck together':
+		cls
+		'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+		if rand(1,2) = 1:
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_5_<<rand(1,2)>>.jpg"></center>'
+		else
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_5_3.mp4"></video></center>'
+		end
+		'Lena and Ira come over and kneel down next to you, one of them on each side of you. Each of you take turn sucking his cock, while the other two kiss each other or suck on his balls.'
+		gs 'arousal', 'bj', 5, 'sub', 'unknown', 'group'
+		gs 'stat'
+		act 'Lie on your back':
+			cls
+			pcs_vag += 1
+			cumprecheck = 1
+			gs 'cum_manage'
+			'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_5_4.jpg"></center>'
+			'You lay down on your back legs wide apart, Ira crawls over to you on all fours and buries her face between your legs and begins kissing, licking and sucking on your clit.'
+			'<<$boydesc>>  takes advantage of Ira''s position and slides his cock inside of her and begins to fuck her roughly.'
+			'Ira bouncing her hips back and forth, fucking him as much as he was fucking her as she keeps licking your pussy, Lena starts kissing <<$boydesc>>, while her hand caress his balls.'
+			'Time flies fast, Ira, Lena and yourself have all switched positions many times, letting him fuck all three of you, <<$boydesc>> can take no more.'
+			gs 'arousal', 'cuni', 5, 'sub', 'unknown', 'lesbian'
+			gs 'arousal', 'vaginal', 5, 'sub', 'unknown'
+			minut -= 5
+			gs 'stat'
+			act 'Cum': gt 'rex_party_sexEvents', 'ira_lena_rex_cum'
+		end
+
+		act 'Bend over':
+			cls
+			pcs_vag += 1
+			cumprecheck = 1
+			gs 'cum_manage'
+			'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_5_5.jpg"></center>'
+			'You bend over in front of him, Lena and Ira obediently bend over in front of <<$boydesc>> as well. One of them to each side of you, giving him a lovely view of all three of your asses.'
+			'<<$boydesc>> enjoys the spectacular view of your graceful asses. He fucks you first, while he slaps the girls on the ass, as he pounds into you.'
+			'You got the feeling he meant to take turns fucking each of you, but he grunts and can no longer hold back.'
+			gs 'arousal', 'vaginal', 5, 'sub', 'unknown', 'group'
+			gs 'stat'
+			act 'Cum': gt 'rex_party_sexEvents', 'ira_lena_rex_cum'
+		end
+	end
+end
+
+if $ARGS[0] = 'ira_lena_rex_cum':
+	cls
+	gs 'arousal', 'foreplay', 5, 'group', 'lesbian'
+	spafinloc = 7
+	gs 'cum_manage'
+	'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+	if rand(1,2):
+		spafinloc = 12
+		gs 'cum_manage'
+		spafinloc = 14
+		gs 'cum_manage'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_5_6.jpg"></center>'
+		'<<$boydesc>> pulls out of you and blows his load all over your ass, covering it in his spunk.'
+		'Lena and Ira without hesitation began to lick up all the cum, then they kiss you and each other, sharing the taste of sperm with you.'
+		''
+	else
+		facial += 1
+		spafinloc = 11
+		gs 'cum_manage'
+		spafinloc = 12
+		gs 'cum_manage'
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_5_<<rand(7,8)>>.mp4"></video></center>'
+		'With a slap on your ass he pulls out, knowing what he wants you turn around and open your mouth, sticking out your tongue, your girlfriends obediently follow suit and open their mouths, sticking out there tongues as well.'
+		'<<$boydesc>> jerks his cock until he starts shooting his sperm all over the three of you, he does his best to aim for your mouths and tries to make sure he gets at least a little in all of your mouths. Once his dick stops spurting cum the three of you start licking up the cum that missed your mouths and kissing, exchanging his sperm from one mouth to another mouth, until it finally ends up back in your mouth and you swallow it.'
+		''
+	end
+	gs 'arousal', 'end'
+	gs 'stat'
+	act 'Move away': gt $loc, $loc_arg
+end
+
+if $ARGS[0] = 'ira_fun_boys':
+	cls
+	minut += 5
+	pcs_vag += 2
+	gs 'stat'
+	gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+	gs 'boyStat', $npclastgenerated
+	gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+	gs 'boyStat', $npclastgenerated, 'a'
+	'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_4.jpg"></center>'
+	'The three guys each pull one of you into the bathroom, they quickly help you girls finish getting undressed until your all naked. Once you are all completely naked the guys crowd around you in a circle and pull their dicks out of pants and begin stroking them, looking at you expectantly.'
+	act 'Suck':
+		cls
+		'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_6_<<rand(1,2)>>.jpg"></center>'
+		'With Lena and Ira, you get down on your knees in front of the guys, each of you take one of the cocks into your mouth and begin sucking on it. After a bit you switch which cock your sucking on, until all three of you have sucked all the guys cocks.'
+		gs 'arousal', 'bj', 5, 'sub', 'group', 'unknown'
+		gs 'stat'
+		act 'Fuck': gt 'rex_party_sexEvents', 'ira_boys_fuck'
+	end
+	act 'Fuck': gt 'rex_party_sexEvents', 'ira_boys_fuck'
+end
+
+if $ARGS[0] = 'ira_boys_fuck':
+	cls
+	'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_6_<<rand(3,4)>>.jpg"></center>'
+	'Two of the guys, you, Ira, and Lena all take it into the bedroom. The two boys start off fucking Ira and Lena, while you fondled the girls. Eventually they switch and one of them bends you over and starts fucking your pussy, while another fucks Ira, leaving Lena to take turns kissing you and Ira. In time the boys keep switching until both of them have fucked all three of you several times. After several orgasms each, Ira, Lena and you lay back on the bed.'
+	$orgasm_or = 'yes'
+	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'unknown'
+	gs 'stat'
+	act 'Cum':
+		cls
+		minut += 5
+		cumprecheck = 1
+		gs 'cum_manage'
+		spafinloc = 14
+		gs 'cum_manage'
+		gs 'boyStat', $boy1
+		cumprecheck = 1
+		gs 'cum_manage'
+		spafinloc = 14
+		gs 'cum_manage'
+		iralenasleep += 1
+		'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_6_5.jpg"></center>'
+		'As Lena, Ira, and you lay on the bed side by side, the two boys jerk themselves off to finish. Spraying all three of your naked bodies with their spunk. As the boys get dressed and leave, the three of you kiss and lick the sperm off each others bodies until you get to tired and fall asleep in a tangle.'
+		cumspclnt = 14  & gs 'cum_cleanup'
+		gs 'arousal', 'end'
+		gs 'stat'
+		act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+	end
+end
+
+if $ARGS[0] = 'rex_sex':
+	*clr & cla
+	sexstart = 1
+	sexvar = 3
+	gs 'boyStat', 'A57'
+	gs 'dinsex2', 'stamina_npc'
+	sexpartkno = 1
+	cumprecheck = 1
+	gs 'cum_manage'
+	if rand(1,2) = 1:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_14_<<rand(1,6)>>.jpg"></center>'
+	else
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_14_7.mp4"></video></center>'
+	end
+	if Rex_Love = 1: 'Rex gently grabbed you by the hair and began to move his penis to your mouth.
+	caress it, my love, he asked with a smile.'
+	if Rex_Love = 0: 'Entering the room, Rex grabbed you by the hair and began to move his penis to your mouth.
+	stroke it, bitch, he asked with a vicious smile.'
+	'You took his head into your mouth and started sucking, after a few moments Rex started pushing his penis forcing you to swallow it even deeper. You were almost choking on his dick.'
+	'You keep sucking his dick. ' + iif( Rex_Love = 0, 'Rex', 'Your lover') + ' looks at you and you can see in his eyes that he is ready for the next step.'
+	gs 'arousal', 'bj', 5, 'sub'
+	gs 'stat'
+	act 'Lie on your back': gt 'rex_party_sexEvents', 'rex_sex_missionary'
+	act 'Get on all fours': gt 'rex_party_sexEvents', 'rex_sex_dog'
+	act 'Get on top': gt 'rex_party_sexEvents', 'rex_sex_cow'
+end
+
+if $ARGS[0] = 'rex_sex_cow':
+	*clr & cla
+	sexvar -= 1
+	gs 'dinsex2', 'stamina_npc'
+	pcs_vag += 1
+	rex_sex +=1
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_10_<<rand(1,5)>>.mp4"></video></center>'
+	'You jumped on top of Rex and took full control of the situation. Judging by his pleading eyes you knew he would not be able to resist.
+	You lower yourself on his dick and start moving slowly until his dick his fully inserted into your pussy. Then you start increasing the pace. You let go of all your inhibitions and begin to moan very loud.
+	You Lean on his hands and begin to move you body even faster than before. You can see that this is bringing Rex to ecstacy.
+	His hands grabbed you by the waist and he started to help you move up and down on his powerful dick! You opened your mouth wide, and were taking a lot of deep breaths'
+	if sexvar > 1: 'Slightly lowering the pace, Rex asks you to change position.'
+	if sexvar = 1: '<br>He indicates that he will cum soon.'
+	gs 'arousal', 'vaginal', 5, 'sub'
+	gs 'stat'
+	if sexvar = 0:act 'Make him cum': gt 'rex_party_sexEvents', 'rex_sex_cum'
+	if sexvar > 0:act 'Lie on your back': gt 'rex_party_sexEvents', 'rex_sex_missionary'
+	if sexvar > 0:act 'Get on all fours': gt 'rex_party_sexEvents', 'rex_sex_dog'
+end
+
+if $ARGS[0] = 'rex_sex_dog':
+	*clr & cla
+	sexvar -= 1
+	gs 'dinsex2', 'stamina_npc'
+	pcs_vag += 1
+	rex_sex +=1
+	if rand(1,2) = 1:
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_9_<<rand(2,5)>>.mp4"></video></center>'
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_9_1.jpg"></center>'
+	end
+	'You got on all fours giving Rex full control over your hot body.
+	Rex immediately drove his big dick inside your pussy.
+	You were feeling the passion and desire burning inside you and you begged him to fuck you.
+	Rex starts fucking you with full force and you can feel and hear his balls slapping against your ass.'
+	if sexvar > 1: 'Slightly lowering the pace, Rex asks you to change position.'
+	if sexvar = 1: '<br>He indicates that he will cum soon.'
+	gs 'arousal', 'vaginal', 5, 'sub'
+	gs 'stat'
+	if sexvar = 0:act 'Make him cum': gt 'rex_party_sexEvents', 'rex_sex_cum'
+	if sexvar > 0:act 'Get on top': gt 'rex_party_sexEvents', 'rex_sex_cow'
+	if sexvar > 0:act 'Lie on your back': gt 'rex_party_sexEvents', 'rex_sex_missionary'
+end
+
+if $ARGS[0] = 'rex_sex_missionary':
+	*clr & cla
+	sexvar -= 1
+	gs 'dinsex2', 'stamina_npc'
+	pcs_vag += 1
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_8_<<rand(1,5)>>.mp4"></video></center>'
+	'You lie down on your back, lasciviously opening your legs. Rex moves himself between them.
+	Rex started teasing you by rubbing the head of his penis against your lips and clitoris. After a few moments he started pushing and entered your juicy pussy.
+	His movements are strong, persistent and he is moving faster and faster...
+	Blissful feelings start filling your mind. You are groaning and getting gradually louder...'
+	if sexvar > 1: 'Slightly lowering the pace, Rex asks you to change position.'
+	if sexvar = 1: '<br>He indicates that he will cum soon.'
+	gs 'arousal', 'vaginal', 5, 'sub'
+	gs 'stat'
+	if sexvar > 0: act 'Get on all fours': gt 'rex_party_sexEvents', 'rex_sex_dog'
+	if sexvar > 0: act 'Get on top': gt 'rex_party_sexEvents', 'rex_sex_cow'
+	if sexvar = 0: act 'Make him cum': gt 'rex_party_sexEvents', 'rex_sex_cum'
+end
+
+if $ARGS[0] = 'rex_sex_cum':
+	*clr & cla
+	sexstart = 0
+	minut = 7
+	spafinloc = 7
+	sexpartkno = 1
+	sexvolume = 8
+	gs 'cum_manage'
+	facial += 1
+	spafinloc = 11
+	sexpartkno = 1
+	sexvolume = 12
+	gs 'cum_manage'
+	spafinloc = 12
+	sexpartkno = 1
+	sexvolume = 20
+	gs 'cum_manage'
+	if Rex_Love = 0:party_boys_in +=1
+	if Rex_Love = 1:Rex_save +=1
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_11_<<rand(1,4)>>.mp4"></video></center>'
+	'Rex quickly shoved his dick in your mouth and immediately poured out all the accumulated love juices.
+	Cum filled your mouth. It soon overflows onto your lips and chin, Rex used his hand to push out the last drops and smeared them all over your face.
+	It seems the evening was a success, you can''t keep you eyes open any longer and start to fall asleep...'
+	gs 'arousal', 'end'
+	gs 'stat'
+	act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+end
+
+if $ARGS[0] = 'rex_toilet_bj':
+	cls
+	minut += 2
+	gs 'boyStat', 'A57'
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_7.jpg"></center>'
+	'Rex drags you to the toilet, sporting a huge erection. You quickly squat down and eagerly plunge his <<dick>>cm <<$dick_girth>> cock into your mouth. Rex exclaims excitedly, "Wow, you are really unpredictable, and for that I love you." With that, he fucks you in the mouth, while you suck on him passionately. Soon you can tell he is about to blow his load.'
+	act 'Continue':
+		cls
+		gs 'arousal', 'bj', 8
+		facial += 1
+		spafinloc = 12
+		gs 'cum_manage'
+		spafinloc = 11
+		gs 'cum_manage'
+		spafinloc = 7
+		gs 'cum_manage'
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_8.jpg"></center>'
+		'You eagerly open your mouth and instantly get hit by a stream of semen. Rex groans passionately as he finishes. "Ooh, babe, that was fantastic. You know how to get me in a good mood. You clean yourself up, while I go back to the guests."'
+		act 'Move away': gt 'rex_party', 'Toilet'
+	end
+end
+
+if $ARGS[0] = 'sister_fun':
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><b><font color = maroon>Anya</font></b></center>'     
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_3_<<rand(1,2)>>.mp4"></video></center>'
+	'The alcohol has hit you hard. You feel a little light headed, but warm and happy. Anya cheerfully stumbles up to you.'
+	'"<<$pcs_nickname>>, let''s dance like there''s no tomorrow!" Pulling her top off, she helps you remove yours.'
+	'Before long, you and Anya have both stripped down to your panties and are dancing and shaking your tits for anyone that wants to watch.'
+	if Rex_Love = 1: 'Rex watches you and your sister with great curiosity.'     
+	act 'Move away': gt $loc, $loc_arg
+	act 'Kiss':
+		*clr & cla
+		'<center><b><font color = maroon>Anya</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_3_<<rand(3,4)>>.jpg"></center>'
+		'As you dance half naked with your sister, the strong intoxication and excitement turns you on, and you start kissing her.'
+		'She doesn''t resist. Instead, she responds in kind, and soon you are both embraced in a deep passionate makeout, your tongues exploring each other''s mouths.'
+		if Rex_Love = 1:'Rex continues to watch you and your sister with great curiosity.'
+		'Wild desire seizes you. As you continue to kiss, you pull her towards one of the bedrooms.'
+		
+		gs 'arousal', 'kiss', 5, 'lesbian', 'incest'
+		gs 'stat'
+		
+		act 'Go to Rex''s room':
+			*clr & cla
+			'<center><b><font color = maroon>Anya</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_3_<<rand(5,10)>>.jpg"></center>'
+			'Once in the room, you push the door closed and then push Anya down on the bed. You quickly crawl on top of her as you continue to kiss and caress her.'
+			'Anya, panting with excitement, caresses your body in return and just as fiercely returns the kiss.'
+			
+			gs 'arousal', 'foreplay', 5, 'lesbian', 'incest'
+			gs 'stat'
+		
+			act 'Lick Anya''s pussy':
+				*clr & cla
+				sister_party_dom = 1
+				'<center><b><font color = maroon>Anya</font></b></center>'
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_4_<<rand(1,3)>>.mp4"></video></center>'
+				'You kiss her breasts and stomach right down to her panties. You pull her panties down, exposing her already soaking wet pussy, which you begin to lick.'
+				'Both of you moan in pleasure. You feel hot with desire and can''t help but think that, despite all your sister''s protests that she isn''t a lesbian, she is just kidding herself. She loves having lesbian sex way too much.'
+				'Kissing, licking and sucking her clit, your face is wet with her juices. Her body twitches, and she moans loudly from your actions.' 
+				'After her moaning starts getting louder, you plunge your tongue inside of her, eliciting a cry of pleasure as you tongue fuck her pussy, slipping your tongue in and out of her.'
+				
+				gs 'arousal', 'cuni_give', 5, 'lesbian', 'incest'
+				gs 'stat'
+		
+				act 'Caress Anya with your hand': gt 'rex_party_sexEvents', 'sister_hand'
+     
+			end
+			act 'Lie on your back':
+				*clr & cla
+				sister_party_dom = 2
+				'<center><b><font color = maroon>Anya</font></b></center>'
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_4_<<rand(1,3)>>.mp4"></video></center>'
+				'You roll over as Anya climbs on top of you. As she kisses her way down to your nipples, your body arches in pleasure as you feel your pussy getting wet already.'
+				'Kissing and licking her way down your body, she pulls your panties off and gently kisses your clit. Her tongue gently flicking your clit elicits deep moans of pleasure from you. You feel a full tremor run through your body as her tongue slips inside of you.'
+				'"Mmm <<$pcs_nickname>>, you taste so sweet," Anya murmurs. You can''t help but smile at the skill of her tongue and again silently question her claims that she isn''t into girls.'
+				'Anya''s tongue works wonders, filling you with mounting pleasure as it strokes inside of you, penetrating you as deeply as it can go. She starts to tongue fuck your pussy.' 
+				
+				gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
+				gs 'stat'
+		
+				act 'Let Anya caress you with her hand': gt 'rex_party_sexEvents', 'sister_hand'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'sister_hand':
+	*clr & cla
+	'<center><b><font color = maroon>Anya</font></b></center>'
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_5_<<rand(1,3)>>.mp4"></video></center>'
+	if sister_party_dom = 1:
+		'After licking your sister''s pussy for some time, you pull your head away from her and start rubbing her clit with your fingers.'
+		'She moans and bucks her hips against your hand. You then slip several of your fingers inside of her pussy and start rapidly finger blasting her wet hole.'
+		'Her moans get louder, and she starts to fuck your fingers, pleading with you not to stop.'
+		
+		gs 'arousal', 'vaginal_finger_give', 5, 'lesbian', 'incest'
+		gs 'stat'
+				
+	elseif sister_party_dom = 2:
+		'After receiving plenty of oral attention from Anya, she withdraws and starts rubbing your wet pussy with her fingers.'
+		'She slips a finger into your wet hole, then a second and finally a third. She then starts finger fucking you in earnest.'
+		'You start trying to hump her hand as you wither in pleasure, begging her not to stop.'
+		
+		gs 'arousal', 'vaginal_finger', 5, 'lesbian', 'incest'
+		gs 'stat'
+		
+	end
+	act 'Caress each other':
+		*clr & cla
+		'<center><b><font color = maroon>Anya</font></b></center>'
+		if rand(1,2) = 1:
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_6_<<rand(1,3)>>.mp4"></video></center>'
+			'Stopping a moment so you can both catch your breath, neither of you wants it to end, but you are both also desperate for release.'
+			'Anya smiles wickedly at you. "Well little sis, let''s see who eats pussy better and brings the other to orgasm first."'
+			'With those words, you simultaneously seek out each other''s crotch and start licking, sucking and using your fingers and tongue to fuck the other. You both start moaning and panting, close to your sweet releases.'
+			''
+			
+			gs 'arousal', 'vaginal_finger_give', 5, 'lesbian', 'incest'
+			gs 'arousal', 'vaginal_finger', 5, 'lesbian', 'incest'
+			gs 'arousal', 'cuni_give', -5, 'lesbian', 'incest'
+			gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
+			gs 'stat'
+			
+			act 'Cum': gt 'rex_party_sexEvents', 'sister_cum'
+		else
+			if rand(1,2) = 1:
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_7_1.mp4"></video></center>'
+			else
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_7_2.jpg"></center>'
+			end
+			if sister_party_dom = 2:'You let Anya know you also want to caress her pussy with your fingers.'
+			if sister_party_dom = 1:'Anya lets you know she also wants to caress your pussy with her fingers.'
+			'With delicate and skillful hands, you plunge your fingers into each other, at times pulling them out to lick and suck on them. Both of you moan and pant, close to your sweet releases.'
+			''
+			
+			gs 'arousal', 'vaginal_finger_give', 5, 'lesbian', 'incest'
+			gs 'arousal', 'vaginal_finger', 5, 'lesbian', 'incest'
+			gs 'arousal', 'cuni_give', -5, 'lesbian', 'incest'
+			gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
+			gs 'stat'
+			
+			act 'Cum': gt 'rex_party_sexEvents', 'sister_cum'
+		end
+	end
+
+	act 'Move to scissoring':
+		*clr & cla
+		gs 'stat'
+		'<center><b><font color = maroon>Anya</font></b></center>'
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_8_<<rand(1,4)>>.mp4"></video></center>'
+		'Opening up your legs, you rub your wet pussies against one another in a slow motion, both moaning in pleasure as you look into each other''s eyes. You slowly pick up speed as you continue to grind your pussies against one another.'     
+		
+		gs 'arousal', 'trib', 5, 'lesbian', 'incest'
+		gs 'stat'
+		
+		act 'Cum': gt 'rex_party_sexEvents', 'sister_cum'
+	end
+end
+
+if $ARGS[0] = 'sister_cum':     
+	*clr & cla
+	'<center><b><font color = maroon>Anya</font></b></center>'
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_9_<<rand(1,2)>>.mp4"></video></center>'
+	'Your bodies convulse and spasm at the same time as a pure wave of pleasure overwhelms you both. In time, both of you will claim the other came first, but for now, you are lost in the ecstasy of the moment.'
+	'"Oh <<$pcs_nickname>>, if you weren''t my sister, I would marry you," your sister mumbles.'
+	'Your warm, wet and limp bodies lie entangled in a moment of pure bliss before you fall asleep in each other''s arms.'    
+
+	$orgasm_or = 'yes'
+	gs 'arousal', 'vaginal_finger', 5
+	gs 'arousal', 'end'
+	gs 'stat'
+	
+	act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+end
+
+if $ARGS[0] = 'dj_boobs':
+	cla
+	*clr
+	menu_off = 1
+	gs 'arousal', 'flash', 5
+	dj_boobs = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_2.jpg"></center>'
+	'"Like this boys?" you ask as you put your breasts on the turntable and move it a bit with your breasts.'
+	'Not much sound comes out from your attempt, but the guys seem to love it all the same.'
+	act 'Move away': gt $loc, $loc_arg
+	act 'Take off your top': gt 'rex_party_smallEvents', 'dj_cock'
+end
+
+if $ARGS[0] = 'dj_cock':
+	cla
+	*clr
+	menu_off = 1
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_3.jpg"></center>'
+	'Seeing the interest from the smiling guys watching you, you get rid of your top and bra and then place your naked breasts on the turntable, trying to play it topless. "I think I did better that time. What do you think?"'
+	'The guy pulls out his erection and says "Not bad. Maybe try this instead."'
+	act 'Move away': gt $loc, $loc_arg
+	act 'Give his dick a try': gt 'rex_party_smallEvents', 'dj_suck'
+end
+
+if $ARGS[0] = 'dj_suck':
+	cla
+	*clr
+	menu_off = 1
+	gs 'arousal', 'foreplay', 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_4.jpg"></center>'
+	'You grab his hard cock and place the head on the spinning record, barely touching it. The guy squirms a bit. Perhaps it was a little painful for him?'
+	if Rex_Love = 1: 'You don''t think Rex would like you playing these games with the DJ. You''ve had a little fun, but that''s enough.'
+	act 'Move away': gt $loc, $loc_arg
+	if Rex_Love = 0:
+		act 'Kiss it and make it better':
+			cla
+			*clr
+			gs 'npcgeneratec', 0, 'The DJ at Rex''s Party', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_5.jpg"></center>'
+			'You decide to make amends to the guy and kiss the head of his cock.'
+			'You find you don''t want to stop and passionately start sucking his <<dick>>cm <<$dick_girth>> dick right there in front of everyone.'
+			'After you suck him for a bit, he pulls you up and turns you around. Pulling your panties down, he pushes you forward, bending you over.'
+			
+			gs 'arousal', 'bj', 5, 'exhibitionism'
+			gs 'stat'
+			
+			act 'Bend over':
+				cla
+				*clr
+				guy += 1
+				pcs_vag += 1
+				gs 'cum_manage'
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boy_6.mp4"></video></center>'
+				'You let him bend you over as he begins to rub the head of his dick against your pussy lips.'
+				'He abruptly pushes his <<dick>>cm <<$dick_girth>> dick inside of you and starts fucking you with a fast pace.'
+				'Within just a few moments, he grunts and you feel him shooting his load deep into your wet pussy.'
+				
+				gs 'arousal', 'vaginal', 5, 'exhibitionism'
+				gs 'arousal', 'end'
+				gs 'stat'
+				
+				gs 'cuminsidereact'
+				act 'Move away': gt $loc, $loc_arg
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'toilet_boys_bj':
+    cls
+    '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_10.jpg"></center>'
+    'The boys take you to the bathroom and put you on your knees, unzipping their pants. Even in such a drunken state, you can still guess, what they want you to do.'
+    act 'Suck':
+        cls
+        gs 'arousal', 'hj', 5, 'group', 'gangbang'
+        gs 'arousal', 'bj', 5, 'group', 'gangbang'
+        guy += 3
+        gang += 1
+        gs 'stat'
+        '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_11.jpg"></center>'
+        'You try to service them both awkwardly, stroking them both while trying to lick the heads of their dick, in your drunken state you can''t keep up any kind of rhythm with your hands. One of the guys tells you to just use your mouth.'
+        act 'Remove hands':
+            cls
+            i = rand(1,2)
+            if i = 1: '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_12_1.mp4"></video></center>'
+            if i = 2: '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_12_3.jpg"></center>'
+            'You dutifully remove your hands and instinctively begin to fondle your pussy with your free hand. The guys take turns fucking your mouth, sliding their cocks until their balls are against you chin, making your gag and your eyes water, while the other masturbates. Soon you bring them both to the point where they are ready to come.'
+            gs 'arousal', 'bj', 5, 'group', 'gangbang'
+            gs 'arousal', 'clit_finger', -5, 'masturbate'
+            gs 'stat'
+            act 'Continue':
+                cls
+                gs 'cum_call', 'mouth', $boy, 1,'','',20
+                gs 'cum_call', 'face', $boy, 1,'','',20
+                gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+                gs 'boyStat', $npclastgenerated
+                gs 'cum_call', 'clothes', $boy, 1,'','',20
+                gs 'cum_call', 'hair', $boy, 1,'','',20
+                gs 'stat'
+                '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_13.jpg"></center>'
+                'Still squatting and barely able to stay in this position they grab their hard dicks and masturbate them until you get splashed with their semen, spurts of cum cover your face and hair. The boys wipe off the last drop of cum from their limp dicks onto your face and cackle as they leave you alone in the room.'
+                gs 'arousal', 'end'
+                act 'Move away': gt 'rex_party', 'Toilet'
+            end
+        end
+    end
+end
+
+if $ARGS[0] = 'girl_orgy':
+	cls
+	minut += 5
+	inhib_exp += rand(1,3)
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_16_<<rand(1,2)>>.jpg"></center>'
+	'You decide that you want to be alone with the girls. You close the door, making sure that none of the boys will disturb you.'
+	act 'Proceed':
+		cla
+		*clr
+		minut += 5
+		gs 'stat' 
+        '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_17_<<rand(4,5)>>.jpg"></center>'
+		'You continue your lesbian play. It is an insane orgy as you caress each other, using your tongues and gentle fingers on every available hole. Time flies as you bring each other to orgasm, convulsing from the pleasure.'
+		act 'Fall asleep':
+			cla
+			*clr
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_18_<<rand(1,2)>>.jpg"></center>'
+			'Covered in each others juices and warm embraces you quickly fall asleep. After some time you are woken up by someone shouting at you and slapping your face.'
+			act 'Wake up':
+				cls
+				*clr
+				minut += 90
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_7.jpg"></center>'
+					'You slowly wake up as Anya keeps slapping you in the face.'
+					'"Well that was fun. How are you feeling?"'
+					'"Everything hurts, I''m dizzy. Give me a little more sleep." you answer with a weak voice.'
+					'"Get up stupid. Our parents are going to kill us, if we don''t spend the night at home."'
+				act 'Going home': gt 'bedrPar'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'orgy':
+	cls
+	if rex_love = 0:
+		gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+		gs 'boyStat', $npclastgenerated
+		$boydesc = $npc_usedname[$npclastgenerated]
+	else
+		gs 'boyStat', 'A57'
+	end
+	i = rand(1,2)
+	if i = 1:
+		facial += 1
+		gs 'arousal', 'bj', 5, 'gangbang'
+		spafinloc = 12
+		gs 'cum_manage'
+		spafinloc = 11
+		gs 'cum_manage'
+		spafinloc = 7
+		gs 'cum_manage'
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_19.jpg"></center>'
+		'The guys soon are unable to withstand just watching, decide to join the fun. The guys walk up in front of you girls and unbutton their pants, pulling out their hard dicks. You and the other pretty girls look at each other and decide to go with it. You kneel down in front of ' + iif(Rex_Love = 0,'one of the guys', 'Rex') + ' and happily begin to suck his already rock hard member. After you and the girls make the guys cum, each of you swallowing down the sperm, you continue with the fun.'
+		act 'Move away': gt $loc, $loc_arg
+	elseif i = 2:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_20_<<rand(1,2)>>.jpg"></center>'
+		'The guys soon are unable to withstand just watching, decide to join the fun. Soon you kiss and caress each other in unison. Rex closely keeps you to himself, not letting any of the other guys touch you.'
+		act 'Further':
+			cla
+			*clr
+			gs 'arousal', 'vaginal', 30, 'group', 'gangbang'
+			gs 'arousal', 'bj', -30, 'group', 'gangbang'
+			facial += 1
+			spafinloc = 12
+			gs 'cum_manage'
+			spafinloc = 11
+			gs 'cum_manage'
+			spafinloc = 7
+			gs 'cum_manage'
+			guy += 1
+			gang += 1
+			gs 'cum_manage'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_21_<<rand(1,6)>>.jpg"></center>'
+			'You don''t really recall how your adult game turned into a raging orgy. Everyone is divided into pairs who passionately fuck each other. There are not enough girls for every guy and you notice how they are huddling around your sister with Roma as Anya gladly accepts any dick that is put in front of her. The apartment is dipped into an atmosphere of wild and depraved sex, groans and cries of pleasure coming from every corner. Time seems to have stopped and eventually everyone is just fucking each other until they run out of energy.'
+			gs 'cuminsidereact', '<<$boydesc>>'
+			act 'Fall asleep':
+				cla
+				*clr
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_6_<<rand(1,9)>>.jpg"></center>'
+				'After everything that happened, you fall asleep instantly, plunging into a sweet dream. You went to sleep all smeared with sperm, but you do not care. After some time you are woken up by someone shouting at you and slapping your face.'
+				act 'Wake up':
+					cls
+					minut += 90
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_7.jpg"></center>'
+					'You slowly wake up as Anya keeps slapping you in the face.'
+					'"Well that was fun. How are you feeling?"'
+					'"Everything hurts, I''m dizzy. Give me a little more sleep." you answer with a weak voice.'
+					'"Get up stupid. Our parents are going to kill us, if we don''t spend the night at home."'
+					act 'Going home': gt 'bedrPar'
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'gangbang_outdoor':
+	cls
+	i3 = rand(3,6)
+	guy += 3
+	gang += 1
+	pcs_vag += 3
+	pcs_ass += 3
+	menu_off = 1
+	i = rand(1,4)
+	if i = 1:
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_4.mp4"></video></center>'
+		'Together they get you out to the street and one of the guys pushes you down to your knees and pull his cock out. "Come on, <<$pcs_nickname>>, start sucking." You put you hand on his member and start to lick the whole length before wrapping your lips around the head. You keep sucking, taking turns on the guy''s dicks, until they are all hard and ready. Then one of them tells you to bend over.'
+		gs 'arousal', 'bj', 5, 'sub', 'group'
+		gs 'stat'
+		act 'Bend over':
+			cls
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_5.mp4"></video></center>'
+			'"Bend over, <<$pcs_nickname>>, and show us your tight, wet hole." You get in a comfortable position and the guys take turns fucking your wet pussy. You really enjoy yourself as you move your hips towards their rock hard members, making them glide in and out of your pussy, occasionally they switch to your ass, fucking it as well. The guys finish on your ass and back, except the last one who groans and tells you: "Ah, <<$pcs_nickname>>, open up, I want to cum in your mouth!"'
+			gs 'arousal', 'vaginal', 5, 'sub', 'group'
+			gs 'arousal', 'anal', 5, 'sub', 'group'
+			minut -= 5
+			gs 'stat'
+			act 'Open your mouth':
+				cls
+				minut += 5
+				facial += 1
+				cumprecheck = 1
+				gs 'cum_manage'
+				spafinloc = 8
+				gs 'cum_manage'
+				gs 'boyStat', $boy1
+				cumprecheck = 1
+				gs 'cum_manage'
+				spafinloc = 4
+				gs 'cum_manage'
+				gs 'boyStat', $boy2
+				cumprecheck = 1
+				gs 'cum_manage'
+				sexvolume = 30
+				spafinloc = 12
+				gs 'cum_manage'
+				sexvolume = 10
+				spafinloc = 11
+				gs 'cum_manage'
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_6.mp4"></video></center>'
+				'You turn around and kneel in front of him, playfully sticking out your tongue. The drunk guy gives a little jerk and sprays of sperm jets into your mouth. "Ah, <<$pcs_nickname>>, you are truly the best bitch at this party!" the guys all laugh. You try to join in, but your laughter is stifled by the mouthful of sperm.'
+				gs 'arousal', 'end'
+				gs 'stat'
+				act 'Swallow': gt 'rex_party_sexEvents', 'boys_swalow'
+				act 'Spit out': gt 'rex_party_sexEvents', 'boys_spit'
+			end
+		end
+	elseif i = 2:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_7.jpg"></center>'
+		'The boys have fun dragging you into the street, and you immediately go down on your knees. "Hey, <<$pcs_nickname>>, try our lollipops." You get excited as more and more members are put in front of your plump lips. You open your lips and even feel turned on while sucking them. You talk dirty, squeeze your boobs together and even give a little moan with their dicks in your mouth. After everyone is hard and you had your fun you get up, still sucking on one of their members with your mouth, and the boys tell you to bend over.'
+		
+		gs 'arousal', 'bj', 5, 'sub', 'group'
+		gs 'stat'
+		
+		act 'Bend over':
+			cls
+			minut += 5
+				i = rand(0,16)
+				if i = 2 or i = 5: i -= 2
+				if i = 6: i = 1
+				if i = 7: i = 4
+				cumprecheck = 1
+				gs 'cum_manage'
+				spafinloc = i
+				gs 'cum_manage'
+				if i = 0: i2 = 1
+				if rand(0,5) = 5:
+					i = rand(0,16)
+					if i = 2 or i = 5: i -= 2
+					if i = 6: i = 1
+					if i = 7: i = 4
+					sexvolume = 20
+					spafinloc = i
+					gs 'cum_manage'
+					if i = 0: i2 = 1
+				end
+				gs 'boyStat', $boy1
+				i = rand(0,16)
+				if i = 2 or i = 5: i -= 2
+				if i = 6: i = 1
+				if i = 7: i = 4
+				cumprecheck = 1
+				gs 'cum_manage'
+				spafinloc = i
+				gs 'cum_manage'
+				if i = 0: i2 = 1
+				if rand(0,5) = 5:
+					i = rand(0,16)
+					if i = 2 or i = 5: i -= 2
+					if i = 6: i = 1
+					if i = 7: i = 4
+					sexvolume = 20
+					spafinloc = i
+					gs 'cum_manage'
+					if i = 0: i2 = 1
+				end
+				gs 'boyStat', $boy2
+				i = rand(0,16)
+				if i = 2 or i = 5: i -= 2
+				if i = 6: i = 1
+				if i = 7: i = 4
+				cumprecheck = 1
+				gs 'cum_manage'
+				spafinloc = i
+				gs 'cum_manage'
+				if i = 0: i2 = 1
+				if rand(0,5) = 5:
+					i = rand(0,16)
+					if i = 2 or i = 5: i -= 2
+					if i = 6: i = 1
+					if i = 7: i = 4
+					sexvolume = 20
+					spafinloc = i
+					gs 'cum_manage'
+					if i = 0: i2 = 1
+				end
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_8.mp4"></video></center>'
+			'You dutifully oblige and bend over not letting the member out of your mouth. One of the guys enters your aching pussy. In time they switch positions and even start fucking you in the ass. You feel relaxed and relish having their cocks in every hole, completely giving yourself up to the boys. After playing with you the guys finish one by one. Half awake and drunk you hardly care where they cum on you. Exhausted and quite a mess you drunkenly stumble into a room.'
+			gs 'arousal', 'vaginal', 5, 'sub', 'group'
+			gs 'arousal', 'anal', -5, 'sub', 'group'
+			if i2 = 1: gs 'cuminsidereact', 'one of the guys from the party'
+			killvar 'i2'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+		end
+	elseif i = 3:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_9.jpg"></center>'
+		'You are dragged into the street, undressed and unceremoniously pushed down on a bench. You give a sigh of pleasure when the guys begin to slowly fuck your mouth and pussy.'
+		'They take turns fucking you and letting you suck their cock, they even start fucking you in the ass.'
+		'Their cocks glide in and out of your holes, going deeper with every thrust.'
+		
+		gs 'arousal', 'vaginal', 5, 'sub', 'group'
+		gs 'arousal', 'anal', 5, 'sub', 'group'
+		gs 'arousal', 'bj', 5, 'sub', 'group'
+		minut -= 5
+		gs 'stat'
+			
+		act 'Go on':
+			cls
+			minut += 5
+				cumprecheck = 1
+				gs 'cum_manage'
+				spafinloc = 4
+				gs 'cum_manage'
+				if rand(0,5) = 5:
+					i = rand(0,8)
+					if i = 2 or i = 5: i -= 2
+					if i = 6: i = 1
+					if i = 7: i = 4
+					sexvolume = 20
+					spafinloc = i
+					gs 'cum_manage'
+				end
+				gs 'boyStat', $boy1
+				gs 'cum_manage'
+				if rand(0,5) = 5:
+					i = rand(0,8)
+					if i = 2 or i = 5: i -= 2
+					if i = 6: i = 1
+					if i = 7: i = 4
+					sexvolume = 20
+					spafinloc = i
+					gs 'cum_manage'
+				end
+				gs 'boyStat', $boy2
+				cumprecheck = 1
+				gs 'cum_manage'
+				spafinloc = 8
+				gs 'cum_manage'
+				if rand(0,5) = 5:
+					i = rand(0,8)
+					if i = 2 or i = 5: i -= 2
+					if i = 6: i = 1
+					if i = 7: i = 4
+					sexvolume = 20
+					spafinloc = i
+					gs 'cum_manage'
+				end
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_10.jpg"></center>'
+			'The guys a very drunk and soon begin to focus on your pussy and ass, fucking you roughly. Enthralled by the moment the guys cum wherever they want. You feel hot jets of sperm hitting your back and ass. Some of them even cum inside of you. After they are done, one of them exclaims, "Uhh, the crown for the best whore of the evening certainly belongs to you, <<$pcs_nickname>>." Exhausted and quite a mess you drunkenly stumble into a room.'
+			gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
+			gs 'arousal', 'anal', -5, 'sub', 'group', 'rough'
+			gs 'cuminsidereact', 'one of the guys from the party'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+		end
+	elseif i = 4:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_11.jpg"></center>'
+		'Out on the street, one of the guys immediately grabs you from behind, and tells you to bend over. You obediently follow his order as he spits in his hand and rubs his saliva all over your pussy. His member easily enters you and he brazenly grabs you by the hips and starts pumping you hard balls deep, completely unconcerned if you are enjoying yourself or not. The guy spanks you, his hand coming down in sweeping strokes on your ass, as he drives his dick in your pussy. You feel yourself getting wet from the forceful fucking and begin to rhythmically wag your ass enjoying every movement while holding two of the other guy''s members in your hands. Not quite done the first guy helps you up.'
+		
+		gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
+		gs 'arousal', 'hj', 5, 'sub', 'group'
+		minut -= 5
+		gs 'stat'
+			
+		act 'Get up':
+			cls
+			minut += 5
+			cumprecheck = 1
+			gs 'cum_manage'
+			spafinloc = 3
+			gs 'cum_manage'
+			if rand(0,5) = 5:
+				i = rand(0,16)
+				if i = 11: facial += 1
+				if i = 2 or i = 5: i -= 2
+				if i = 6: i = 1
+				if i = 7: i = 4
+				sexvolume = 20
+				spafinloc = i
+				gs 'cum_manage'
+				if i = 0: i2 = 1
+			end
+			gs 'boyStat', $boy1
+			cumprecheck = 1
+			gs 'cum_manage'
+			spafinloc = i
+			sexvolume = 20
+			gs 'cum_manage'
+			spafinloc = i
+			sexvolume = 20
+			gs 'cum_manage'
+			if rand(0,5) = 5:
+				i = rand(0,16)
+				if i = 11: facial += 1
+				if i = 2 or i = 5: i -= 2
+				if i = 6: i = 1
+				if i = 7: i = 4
+				sexvolume = 20
+				spafinloc = i
+				gs 'cum_manage'
+				if i = 0: i2 = 1
+			end
+			gs 'boyStat', $boy2
+			i = rand(0,16)
+			if i = 11: facial += 1
+			if i = 2 or i = 5: i -= 2
+			if i = 6: i = 1
+			if i = 7: i = 4
+			cumprecheck = 1
+			gs 'cum_manage'
+			spafinloc = i
+			gs 'cum_manage'
+			if i = 0: i2 = 1
+			if rand(0,5) = 5:
+				i = rand(0,16)
+				if i = 11: facial += 1
+				if i = 2 or i = 5: i -= 2
+				if i = 6: i = 1
+				if i = 7: i = 4
+				sexvolume = 20
+				spafinloc = i
+				gs 'cum_manage'
+				if i = 0: i2 = 1
+			end
+			gs 'stat'
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_12.mp4"></video></center>'
+			'You rest your hands on a railing and the guy slips his cock in your ass and continues pumping, emptying his balls inside your ass before long. Another stud comes over and stupidly continues with the monotonous movements, using both of your holes looking to get off soon. When he starts to twitch, clearly being close to orgasm, he abruptly pulls his dick out of your vagina and you can feel warm drops on your back and buttocks.'
+			'"I''m next. Move!" says a voice from behind you. "Someone else can use her mouth." echoes another voice. Before long the rest of the guys finish too. Exhausted and quite a mess you drunkenly stumble into a room.'
+			gs 'arousal', 'bj', 5, 'sub', 'group'
+			gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
+			gs 'arousal', 'anal', 5, 'sub', 'group', 'rough'
+			minut -= 5
+			gs 'stat'
+			if i2 = 1: gs 'cuminsidereact', 'one of the guys from the party'
+			killvar 'i2'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+		end
+	end
+end
+
+if $ARGS[0] = 'gangbang_indoor':
+	cls
+	guy += 3
+	gang += 1
+	stat['vaginal'] += 1
+	stat['anal'] +=1
+	pcs_vag += 3
+	pcs_ass += 3
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_<<rand(7,13)>>.jpg"></center>'
+	'You fall down on your knees in front of the annoying guys and put your hand on two of their members. Tightening your grip slightly, you cause a faint sigh from one of the boys. You lick their members from the bottom up closing your lips around their heads. You continue taking turns sucking on their dicks without stopping. Your lips slide up and down on each member, exploring every bump and vein on their rock hard dicks. Greedily you take care of each one, leaving nobody unsatisfied. One of the guys starts to caress your back. He seems ready.'
+	
+	gs 'arousal', 'bj', 5, 'sub', 'group'
+	gs 'stat'
+		
+	act 'Surrender':
+		cls
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_<<rand(15,19)>>.jpg"></center>'
+		'The hands on your back grip you firmly and the guy enters you with a swift movement, parting your pussy lips. His hands grab your hips authoritatively as he thrusts his member into your wet pussy. You feel the movement of fingers sliding down you buttocks and into your ass followed by an indescribable sensation as one of the guy''s members slips into your tight ring.'
+		'Feeling stretched inside you are overcome by pleasure and start to relax and enjoy everything that is happening to you. They use you as they please, and you are defenseless, subordinate to their will. After a while the guys pull out and put you on your knees in front of them.'
+		'Each of them taking a turn fucking your mouth, pussy and ass, pounding all of your holes with reckless abandon, seemingly unconcerned if you are enjoy it or not.'
+		
+		gs 'arousal', 'bj', 5, 'sub', 'group'
+		gs 'arousal', 'vaginal', 5, 'sub', 'group'
+		gs 'arousal', 'anal', 5, 'sub', 'group'
+		minut -= 5
+		gs 'stat'
+			
+		act 'Take their cum':
+			cls
+			minut += 5
+			facial += 1
+			cumprecheck = 1
+			gs 'cum_manage'
+			spafinloc = 15
+			sexvolume = 5
+			gs 'cum_manage'
+			spafinloc = 12
+			sexvolume = 10
+			gs 'cum_manage'
+			spafinloc = 11
+			sexvolume = 20
+			gs 'cum_manage'
+
+			gs 'boyStat', $boy1
+			cumprecheck = 1
+			gs 'cum_manage'
+			spafinloc = 15
+			sexvolume = 5
+			gs 'cum_manage'
+			spafinloc = 12
+			sexvolume = 10
+			gs 'cum_manage'
+			spafinloc = 11
+			sexvolume = 20
+			gs 'cum_manage'
+
+			gs 'boyStat', $boy2
+			cumprecheck = 1
+			gs 'cum_manage'
+			spafinloc = 15
+			sexvolume = 5
+			gs 'cum_manage'
+			spafinloc = 12
+			sexvolume = 10
+			gs 'cum_manage'
+			spafinloc = 11
+			sexvolume = 20
+			gs 'cum_manage'
+
+			gs 'stat'
+			if rand(1,2) = 1:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_<<rand(20,23)>>.jpg"></center>'
+			else
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_<<rand(24,25)>>.mp4"></video></center>'
+			end
+			'The guys stand over you and begin to finish at the same time, spurting streams of semen on you from all sides. Some of them come into your mouth and you swallow copious amounts of sperm. You sit in front of the happy guys, licking every last drop off of their limp dicks. "Good work boys. We really used this bitch up.", you hear a muffled voice say, as you begin to fall asleep.'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+		end
+	end
+end
+
+if $ARGS[0] = 'boobs_yes':
+	cls
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_3.jpg"></center>'
+	if Rex_Love = 1: 'You completely ignore Rex and laugh at the seemingly happy guys.'
+	'They grab at your stunning body, fondling your tits and ass. You enjoy their attention.'
+	gs 'arousal', 'foreplay', 5, 'sub', 'group'
+	gs 'stat'
+	act 'Have fun with them':
+		cls
+		minut += 5
+		gs 'stat'
+		if rand(1,2) = 1:
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_4_1.jpg"></center>'
+		else
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_4_2.mp4"></video></center>'
+		end
+		'Surrounded by the guys you let out a silly laugh. ' + iif(Rex_Love = 0,'Rex', 'One of the guys') + ' already has a bulge in his pants and turns his attention to your erect nipples. He then invites you to say hello to his friend.'
+		act 'Take a closer look':
+			cls
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_5.jpg"></center>'
+			'You gladly kneel in front of him to take a closer look at his erect member. "Come on <<$pcs_nickname>>, don''t be shy."'
+			act 'Start sucking':
+				cls
+				minut += 5
+				if Rex_Love = 0:
+					gs 'boyStat', 'A57'
+				else
+					gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+					gs 'boyStat', $npclastgenerated
+				end
+				guy += 1
+				gs 'stat'
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_6.mp4"></video></center>'
+				'The beautiful view of his erect cock gets you very excited. As soon as your lips wrap around his cock, ' + iif(Rex_Love = 0,'Rex', 'the guy') + ' begins to furiously fuck your mouth. After a while he slows down, pulls his dick out and tells you to bend over...'
+				
+				gs 'arousal', 'bj', 5, 'sub'
+				gs 'stat'
+				
+				act 'Bend over':
+					cls
+					pcs_vag += 1
+					gs 'stat'
+					'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_7_<<rand(1,2)>>.mp4"></video></center>'
+					'You are happy to fulfill his wish and he immediately thrusts his hard cock inside your wet pussy. The two of you start fucking wildly, getting cheered on by the crowd of friends and acquaintances standing around you. ' + iif(Rex_Love = 0,'Rex', 'The guy') + ' is clearly excited and fucks you with vengeance.'
+					'Suddenly ' + iif(Rex_Love = 0,'Rex', 'the guy') + ' hastily pulls out his dick, and you realize, that he is about to cum.'
+					
+					gs 'arousal', 'vaginal', 5, 'sub'
+					gs 'stat'
+					
+					act 'Continue':
+						cls
+						minut += 5
+						spafinloc = 7
+						gs 'cum_manage'
+						facial += 1
+						spafinloc = 11
+						gs 'cum_manage'
+						party_boys_in += 1
+						spafinloc = 12
+						gs 'cum_manage'
+						gs 'stat'
+						'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_8.mp4"></video></center>'
+						'The crowd whistles and cheers him on: "Go on! Cover that bitch in cum!" You quickly turn around and get your pretty face covered in sperm. Streams of sticky semen flow down your lashes, lips and chin.'
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Swallow': gt 'rex_party_sexEvents', 'boys_swalow'
+						act 'Spit it out': gt 'rex_party_sexEvents', 'boys_spit'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'boys_swalow':
+	*clr & cla
+	menu_off = 1
+	minut += 5
+	swallow += 1
+	i = 5
+	:dinPartySwalloop
+	gs 'npcgeneratec', 0, 'a guy from Rex''s party', rand(17,22)
+	gs 'boyStat', $npclastgenerated
+	spafinloc = 12
+	gs 'cum_manage'
+	i -= 1
+	if i > 0: jump 'dinPartySwalloop'
+	gs 'stat'
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_<<rand(13,15)>>.mp4"></video></center>'
+	'You swallow the tart mixture of several different guys sperm, greedily licking your lips with your tongue.'
+	'"Uhh <<$pcs_nickname>>! You''re still the best cocksucker around. If you want more sperm to swallow, call us."'
+	'The guys help you back into the apartment and into one of the bedrooms as you are too drunk to do it yourself.'
+	
+	act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+end
+
+if $ARGS[0] = 'boys_spit':
+	*clr & cla
+	menu_off = 1
+	minut += 5
+	i = 5
+	:dinPartySpitloop
+	gs 'npcgeneratec', 0, 'a guy from Rex''s party', rand(17,22)
+	gs 'boyStat', $npclastgenerated
+	spafinloc = 12
+	sexvolume = 1
+	gs 'cum_manage'
+	i -= 1
+	if i > 0: jump 'dinPartySpitloop'
+	gs 'stat'
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_<<rand(16,17)>>.mp4"></video></center>'
+	'You spit out the mixture of cum from several guys.'
+	'"What''s wrong <<$pcs_nickname>>? Didn''t you like it? I thought all girls loved the taste of cum." one of the guys asked you with a laugh.'
+	'The guys help you back into the apartment and into one of the bedrooms as you are too drunk to do it yourself.'
+	
+	act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+end
+
+if $ARGS[0] = 'toilet_sex_events':
+	menu_off = 1
+	temp = rand(1,8)
+	if toiletEvent_Girls = daystart: temp += 1
+	if toiletEvent_Rex = daystart: temp += 1
+	if toiletEvent_Sis = daystart: temp += 1
+	if toiletEvent_SisBoy = daystart: temp = 1
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	if temp = 1:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_2_<<rand(1,2)>>.jpg"></center>'
+		'A girl sits on the toilet drinking.'
+		act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	elseif temp = 2:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_3_<<rand(1,5)>>.jpg"></center>'
+		'A girl sits on the toilet, urinating. She seems oddly happy to see you.'
+		act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	elseif temp = 3:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_4.jpg"></center>'
+		'A wasted girl sits on the toilet masturbating.'
+		act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	elseif temp = 4:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_1.jpg"></center>'
+		'You go into the bathroom, only to find Rex standing in there completely naked with a raging hard on.'
+		act 'Help':
+			*clr & cla
+			toiletEvent_Rex = daystart
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_2.jpg"></center>'
+			'You walk over to Rex and when you are within arms reach, he grabs you by the neck and pulls you close, kissing your lips. You take his dick in your hand and gently stroke it.'			
+			
+			gs 'arousal', 'kiss', 5
+			gs 'stat'
+			
+			act 'Masturbate':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_<<rand(3,4)>>.jpg"></center>'
+				'Breaking the kiss, you put your full attention into jerking Rex off.'
+				
+				gs 'arousal', 'hj', 5
+				gs 'stat'
+				
+				act 'Cum':
+					*clr & cla
+					minut += 5
+					gs 'boyStat', 'A57'
+					spafinloc = 15
+					gs 'cum_manage'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_5.jpg"></center>'
+					'As you jerk him off, he moans and sperm starts squirting all over your hands. "Ooh <<$pcs_nickname>>, you saved me. But next time, use your mouth." he says with a wink.'
+					
+					gs 'arousal', 'end'
+					gs 'stat'
+					
+					act 'Move away': gt $loc, $loc_arg
+				end
+			end
+			act 'Suck':
+				*clr & cla
+				if reksMeet = 1: bja += 1
+				gs 'boyStat', 'A57'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_<<rand(6,10)>>.jpg"></center>'
+				'You feel Rex''s hands on your shoulders gently pushing you down. You instantly obey and drop to your knees. Once you''re level with Rex''s <<dick>>cm <<$dick_girth>> dick, you take his head into your mouth and wrap your lips tightly around his shaft as you begin to suck him off.'
+				'He moans as you suck his cock. He is already tensing up and you can tell he is already about to cum.'
+				
+				gs 'arousal', 'bj', 5
+				gs 'stat'
+			
+				act 'Cum':
+					*clr & cla
+					minut += 5
+					gs 'boyStat', 'A57'
+					spafinloc = 12
+					gs 'cum_manage'
+					spafinloc = 11
+					gs 'cum_manage'
+					facial += 1
+					i = rand(11,18)
+					if i = 11:
+						'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_<<i>>.mp4"></video></center>'
+					else
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_<<i>>.jpg"></center>'
+					end
+					'You barely have time to pull his cock out of your mouth and a couple of spurts of cum shoot into your mouth, but the rest coats your pretty face. You happily lick his quivering dick, licking the last drops of cum up.'
+					
+					gs 'arousal', 'end'
+					gs 'stat'
+					
+					act 'Move away': gt $loc, $loc_arg
+				end
+			end
+		end
+		act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	elseif temp = 5:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_6_1.jpg"></center>'
+		'Entering the bathroom, you find your sister sitting on the toilet. You notice the cum on her face.'
+		'When she sees you, she smiles, then opens up her mouth and sticks out her tongue, showing how it is completely coated in cum.'
+		act 'Lick':
+			*clr & cla
+			toiletEvent_Sis = daystart
+			minut += 5
+			gs 'boyStat', 'A56'
+			sexvolume = 5
+			spafinloc = 12
+			gs 'cum_manage'
+			gs 'stat'
+			i = rand(2,5)
+			if i = 2 or i = 4:
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_6_<<i>>.mp4"></video></center>'
+			else
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_6_<<i>>.jpg"></center>'
+			end
+			'Seeing this little display, you smile and kneel down in front of her and start licking the sperm off her face. Once you have licked it all up, you kiss her. The two of you share a long kiss where you trade the cum back and forth in your mouths before you both end up swallowing a portion of it.'
+			'"So who''s dick, or should I say dicks, have you been sucking to get all that cum all over you?" you ask with a smile.'
+			'"Roma tried to make up again." your sister responds angrily. Once she has finished peeing, she gets up and leaves, obviously not wanting to talk about it.'
+			act 'Move away': gt $loc, $loc_arg
+		end
+		act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	elseif temp = 6:
+		toiletEvent_Girls = daystart
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_1.jpg"></center>'
+		'You open the door and see Lena and Ira kissing while Ira sits on the toilet. Lena pushes Ira''s legs apart and then breaks the kiss, lowers herself and begins to lick her pussy while Ira is still sitting on the toilet.'
+		'"Ahaha, Lena, your such a bitch sometimes and that''s why I love you." Moaned Ira.'
+		act 'Watch':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_2.jpg"></center>'
+			'A few moments later, they both get up and strip naked. Lena sits Ira on the edge of the sink and drops back to her knees while Ira spreads her legs wide, giving her friend easy access. Lena starts licking her friend''s pussy at once and Ira closes her eyes and moans softly.'
+			
+			gs 'arousal', 'voyeur_sex', 5, 'lesbian'
+			gs 'stat'
+			
+			act 'Watch':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_3.mp4"></video></center>'
+				'Ira moans louder and her breathing becoming quicker. She grabs Lena''s head and pushes it against her crotch as she grinds herself against her friend''s face. Her body begins to tremble as she lets out a loud moan of pleasure as she orgasms, coating her friend''s face with her pussy juices.'
+				
+				gs 'arousal', 'voyeur_sex', 5, 'lesbian'
+				gs 'stat'
+			
+				act 'Go in':
+					*clr & cla
+					minut += 5
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_4.jpg"></center>'
+					'Once they finish, you walk in. Ira and Lena look at each other and then smile at you.'
+					'"Oh, it''s you <<$pcs_nickname>>. Glad it is not some guy. We do not know what we would have done with him."'
+					'"Yes, I just wanted to tidy myself up." you say with a slight blush.'
+					'Lena comes up to you and leans in close as she whispers in your ear: "You liked watching what we were doing, right? Stay with us and you''ll like it even more."'
+					act 'Stay':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_5.jpg"></center>'
+						'Looking at the naked girls, you bite your lower lip as your eyes roam over their bodies with a lustful look. Ira and Lena start kissing you all over while stripping you.'
+						'"Mmm... Oh yes, don''t stop." you moan out. Lena sucks your clit and begins licking your wet pussy.'
+						
+						gs 'arousal', 'cuni', 5, 'lesbian'
+						gs 'stat'
+			
+						act 'Enjoy':
+							*clr & cla
+							pcs_mood = 100
+							'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_6.mp4"></video></center>'
+							'You feel incredible pleasure from the gentle carresses of the girls. Completely trusting them, you feel totally relaxed. Ira takes Lena''s place licking your pussy, while Lena slides her tongue to your asshole and begins to lick it.'
+							'You don''t last long from this dual tobgue lashing. You start moaning loudly and your body spasms hard with an orgasm, coating Ira''s face from the wetness of your pussy. Once your orgasm passes, both girls stand up and Lena starts licking Ira''s face, licking your wetness off her. You quickly join in, licking Ira''s juices off of Lena''s face while Ira kisses you both in turns.'
+							
+							$orgasm_or = 'yes'
+							gs 'arousal', 'cuni', 5, 'lesbian', 'group'
+							gs 'stat'
+			
+							act 'Chat':
+								*clr & cla
+								minut += 5
+								'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_7.mp4"></video></center>'
+								'"Well <<$pcs_nickname>>, did you like it?"'
+								'"Oh, that was amazing girls! It makes me think we never need the touch of a man."'
+								'"That''s for sure! You only need a special girlfriend or girlfriends." Lena and Ira then leave.'
+								
+								gs 'arousal', 'end'
+								gs 'stat'
+								
+								act 'Move away': gt $loc, $loc_arg
+							end
+						end
+					end
+				act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+				end
+			act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+			end
+		act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+		end
+	act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	elseif temp = 7:
+		i = rand(1,3)
+		if i = 2:
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_8_<<i>>.mp4"></video></center>'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_8_<<i>>.jpg"></center>'
+		end
+		'From the sounds of the groans, moans and cries of passion, the bathroom is in use again. Peeking inside, you see a sweet couple fucking like rabbits.'
+		act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	elseif temp = 8:
+		toiletEvent_SisBoy = daystart
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_9.jpg"></center>'
+		'Looking inside the bathroom, you see your sister with her back against the wall, her skirt pulled up and panties around her ankles with Roma''s face buried between her legs. He''s apparently asking for forgiveness from your sister again.'
+		act 'Go to the living room': gt 'rex_party', 'LivingRoom'
+	end
+end
+
+!Masturbating in the bathroom
+if $ARGS[0] = 'toilet_mast':
+	cla
+	*clr
+	menu_off = 1
+	if pcs_inhib < 30:inhib_exp += rand(1,3)
+	i = rand(1,3)
+	if i < 3:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_1_<<i>>.jpg"></center>'
+	if i = 3:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_1_<<i>>.mp4"></video></center>'
+	'With your arousal overpowering your senses, you can''t take it anymore. You pull your panties down and rigorously begin rubbing your clit. Once you are good and wet, you slide your fingers inside your pussy and start finger fucking yourself, switching back and forth between rubbing your clit and fucking your fingers until you bring yourself to an orgasm.'
+	
+	$orgasm_or = 'no'
+	gs 'arousal', 'vaginal_finger', 5, 'masturbate'
+	$orgasm_or = 'custom'
+	gs 'arousal', 'clit_finger', 5, 'masturbate'
+	gs 'arousal', 'end'
+	gs 'stat'
+	
+	act 'Move away': gt $loc, $loc_arg
+end
+--- rex_party_sexEvents ---------------------------------

+ 1215 - 0
locations/rex_party_smallEvents.qsrc

@@ -0,0 +1,1215 @@
+# rex_party_smallEvents
+
+if $ARGS[0] = 'dance':
+	cla
+	*clr
+	minut += 5
+	if pcs_inhib < 40: inhib_exp += rand(1,2)
+	gs 'stat'
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_gost_1_<<rand(1,7)>>.mp4"></video></center>'
+	'Moving to the rhythmic sounds, you indulge in an unrestrained dance.'
+	'You jump, sway your body and rock your booty, losing yourself in the general merriment.'
+	if pcs_danc >= 50: 'You move your body perfectly with the rhythm of the music in an erotic way. This gets you a lot of attention from the others. Attention that you love.'
+	if pcs_danc < 50: 'Your ridiculous movements during the dance doesn''t bother anyone. You dance badly, but you don''t care.'
+	act 'Have a rest': gt $loc, $loc_arg
+	act 'Dance more': gt 'rex_party_smallEvents', 'dance' 
+end
+
+!Drink
+if $ARGS[0] = 'party_drink':
+	cls
+	minut += 5
+	alkoParty += 1
+	gs 'drugs', 'alcohol', 'vodka'
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_2_' + rand(1,4) + '.jpg"></center>'
+	'Someone hands you a half full bottle of booze. Putting your lips to the mouth of the bottle, you turn it up and gulp down several swigs of strong drink, noticing the effects almost at once.'
+	'The party has just begun, you can still walk through the apartment and find something to do.'
+	act 'Move away': gt $loc, $loc_arg
+end
+
+if $ARGS[0] = 'sleep':
+	*clr & cla
+	menu_off = 1
+	minut += 5
+	gs 'stat'
+	if Rex_save = 1 and Rex_Love = 1:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_13_<<rand(1,4)>>.jpg"></center>'
+		'You fall asleep feeling the warmth of his body against your back as he hugs you tightly.'
+		'You feel his hard erection against your ass. It excites you, but you are too tired to do anything with it as you fall fast asleep.'
+	elseif Rex_save = 1 and Rex_Love = 0:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_12_<<rand(1,11)>>.jpg"></center>'
+		'You feel completely safe as you fall asleep.'
+	elseif iralenasleep >= 1:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_6_<<rand(6,7)>>.jpg"></center>'
+		'You Lena and Ira lie in the bed side by side as you fall asleep.'
+	elseif drunk_sveta >= 1 and sister_party_dom < 1:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_4_<<rand(1,3)>>.jpg"></center>'
+		'Your body could not withstand so much alcohol and you end up passing out. Fortunately for you, friends are close and you are placed in a bed.'
+	elseif sister_party_dom >= 1:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_9_<<rand(3,5)>>.jpg"></center>'
+		'You fall asleep in the arms of your sister with a final kiss before drifting off.'
+	elseif party_boys_in >= 1:
+		i = rand(1,3)
+		hidden_guy += 3
+		if i = 1:
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			sloc = rand(0,6)
+			if sloc = 1:
+				spafinloc = 1
+			elseif sloc = 2:
+				spafinloc = 4
+			elseif sloc = 3:
+				spafinloc = 8
+			elseif sloc = 4:
+				spafinloc = 11
+			elseif sloc = 5:
+				spafinloc = 12
+			elseif sloc = 6:
+				spafinloc = 14
+			end
+			gs 'cum_manage'
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			sloc = rand(0,6)
+			if sloc = 1:
+				spafinloc = 1
+			elseif sloc = 2:
+				spafinloc = 4
+			elseif sloc = 3:
+				spafinloc = 8
+			elseif sloc = 4:
+				spafinloc = 11
+			elseif sloc = 5:
+				spafinloc = 12
+			elseif sloc = 6:
+				spafinloc = 14
+			end
+			gs 'cum_manage'
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			sloc = rand(0,6)
+			if sloc = 1:
+				spafinloc = 1
+			elseif sloc = 2:
+				spafinloc = 4
+			elseif sloc = 3:
+				spafinloc = 8
+			elseif sloc = 4:
+				spafinloc = 11
+			elseif sloc = 5:
+				spafinloc = 12
+			elseif sloc = 6:
+				spafinloc = 14
+			end
+			gs 'cum_manage'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_6_<<rand(1,9)>>.jpg"></center>'
+			'After everything that happened tonight, you feel exhausted and fall asleep. Your face and body are still smeared and coated in sperm, but you don''t care.'
+		elseif i = 2:
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			spafinloc = 11
+			gs 'cum_manage'
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			spafinloc = 11
+			gs 'cum_manage'
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			spafinloc = 11
+			gs 'cum_manage'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_8_<<rand(1,5)>>.jpg"></center>'
+			'After everything that happened tonight, you feel exhausted and fall asleep. You have a dream about warm wet drops landing on your face and lips, like a warm summers rain. You sleepily like at the drops.'
+		elseif i = 3:
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			if rand(0,1) = 0:
+				spafinloc = 3 & stat['hidden_anal'] += 1
+			else
+				stat['hidden_vaginal'] += 1
+			end
+			gs 'cum_manage'
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			if rand(0,1) = 0:
+				spafinloc = 3 & stat['hidden_anal'] += 1
+			else
+				stat['hidden_vaginal'] += 1
+			end
+			gs 'cum_manage'
+			gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
+			gs 'boyStat', $npclastgenerated
+			sexunaware = 1
+			if rand(0,1) = 0:
+				spafinloc = 3 & stat['hidden_anal'] += 1
+			else
+				stat['hidden_vaginal'] += 1
+			end
+			gs 'cum_manage'
+			i = rand(1,2)
+			if i = 1:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_9_<<rand(1,2)>>.jpg"></center>'
+			if i = 2:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_9_3.mp4"></video></center>'
+			'After everything that happened tonight, you feel exhausted and fall asleep. You have a dream about being impaled on a stake for all your sins but surprisingly, instead of hurting, it actually feels wonderful.'               
+		end
+	end
+	if (indorf = 0):
+		''
+		'After sleeping for some time, you are suddenly awakened by someone yelling at you to wake up while they slap you.'
+		act 'Wake up':
+			*clr & cla
+			minut += 90
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_7.jpg"></center>'
+			'Anya shakes, yells at and slaps you until you slowly wake up.'
+			'She smiles at you. "It looks like you had fun tonight. How are you feeling?"'
+			'You groan, feeling sick. Your head is pounding, you feel like you are about to throw up and you are sore in more places than you can remember. "Go away and let me sleep, sis"'
+			'Anya shakes you again. "Get up you drunk idiot! Mom will kill us both if you don''t come home tonight."'
+			if Rex_save = 1 and Rex_Love = 0: 'As you leave the apartment, you gently kiss Rex on the cheek, thanking for the evening.'
+			if Rex_Love = 1: 'As you leave the apartment, you passionatly kiss Rex on the lips. "Thank you for a lovely evening."'
+			if party_boys_in >= 1: 'As you leave the apartment, some drunk guys tell you they will miss you and to sleep well while laughing to each other.'
+			if hour < 22 and  hour > 18:
+				minut += ((21 - hour) * 60) + (60 - minut)
+				gs 'arousal', 'end'
+				gs 'stat'
+				act 'Go home': gt 'bedrPar'
+			else 
+				gs 'arousal', 'end'
+				gs 'stat'
+				act 'Go home':minut += 15 & gt 'bedrPar'
+			end
+		end
+	else
+		if hour < 9 and hour > 3 :
+			pcs_sleep += (9 - hour) * 5
+			minut += ((8 - hour) * 60) + (60 - minut)
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_7.jpg"></center>'
+			'Anya shakes you until you slowly wake up'
+			'She smiles at you. "Well it looks like you had fun tonight. How are you feeling?"'
+			'You groan, feeling sick. Your head is pounding and you are sore in more places than you can remember. "Let me sleep sis! I feel so sick."'
+			'Anya shakes you again. "Get up you drunk idiot! Mom is going to kill us both since we haven''t come home yet!"'
+			if Rex_save = 1 and Rex_Love = 0: 'As you leave the apartment, you gently kiss Rex on the cheek, thanking for the evening.'
+			if Rex_Love = 1: 'As you leave the apartment, you passionatly kiss Rex on the lips. "Thank you for a lovely evening."'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Go home': minut += 15 & gt 'bedrPar'
+		else
+			*clr & cla
+			minut += 90
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_4_1.jpg"></center>'
+			*nl 'You wake up an hour later and find the party still in full swing.'
+			act 'Return to party': gt $loc, $loc_arg
+		end
+	end
+end
+
+if $ARGS[0] = 'lena':
+	cls
+	minut += 5
+	menu_off = 0
+	gs 'stat'
+	'<center><b><font color = maroon>Lena</font></b></center>'
+    '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/lena/lena.jpg"></center>'
+    'Walking up to Lena you talk and share a drink.'
+	'Small and mobile Lena'
+	act 'Move away': gt $loc, $loc_arg
+	if alko < 6 and $loc_arg = 'RexRoom': act 'Have a drink': gt 'rex_party_smallEvents', 'party_drink'
+end
+
+
+if $ARGS[0] = 'ira':
+	cla & *clr
+	minut += 5
+	menu_off = 0
+	gs 'stat'
+	'<center><b><font color = maroon>Ira</font></b></center>'
+    '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/ira/ira.jpg"></center>'
+    'Walking up to Ira you talk and share a drink.'
+	'Constantly embarrassing Ira'
+	act 'Move away': gt $loc, $loc_arg
+	if alko < 6 and $loc_arg = 'RexRoom': act 'Have a drink': gt 'rex_party_smallEvents', 'party_drink'
+end
+
+if $ARGS[0] = 'ira_lena_livingRoom':
+    cls
+	minut += 5
+	menu_off = 0
+	gs 'stat'
+	'<center><b><font color = maroon>Ira and Lena</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_1_<<rand(1,5)>>.jpg"></center>'
+    
+    'Ira and Lena are really getting into the spirit of the party.'
+    'Lena and Ira together clink cups. "<<$pcs_nickname>>, Lets party!" As they offer you a drink.'
+
+    act 'Move away': gt $loc, $loc_arg
+    act 'Drink': 
+        cls
+        menu_off = 1
+        minut += 5
+        drunk_sveta += 1
+        gs 'drugs', 'alcohol', 'beer', 1
+        gs 'stat'
+        '<center><b><font color = maroon>Ira and Lena</font></b></center>'
+        '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_2.jpg"></center>'
+        'Ira and Lena ply you with drinks, the more you drink the more your mood is markedly improved.'
+        'After several drinks Lena and Ira pull you roughly along to come have fun with them.'
+
+        if alko >= 7:
+            'Sudden your head starts spinning and you feel unsteady.'
+            act 'Pass out': gt 'rex_party_smallEvents', 'sleep'
+        else:
+            act 'Have fun': gt 'rex_party_sexEvents', 'ira_lena_fun', 'boys'
+            act 'Move away': gt $loc, $loc_arg
+        end
+    end
+	act 'Dance':
+        cls
+        minut += 5
+        menu_off = 1
+        gs 'stat'
+        '<center><b><font color = maroon>Ira and Lena</font></b></center>'
+        '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_gost_1_<<rand(1,7)>>.mp4"></video></center>'
+        'Moving to the rhythmic sounds, you indulge in an unrestrained dance with Lena and Ira.'
+        'You jump, sway your body, and rock your booty, losing yourself in the general merriment.'
+        if pcs_danc >= 50: 'You move your body perfectly with the rhythm of the music in an erotic way, getting you a lot of attention from others and you love they attention.'
+        if pcs_danc < 50: 'Your ridiculous movements during the dance does not bother anyone, you dance badly, but you do not care.'
+        act 'Have a rest': gt $loc, $loc_arg
+        act 'Kiss': gt 'rex_party_sexEvents', 'ira_lena_fun', 'girls'
+    end
+
+end
+
+if $ARGS[0] = 'rex':
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><b><font color = maroon>Rex</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/reks.jpg"></center>'
+	'Tall, athletic guy, whom everyone calls Rex.'
+	if Rex_Love = 0: 'You walk up to Rex but then you realize he looks way too drunk and distracted by the other girls to pay much attention to you.'
+	if Rex_Love = 1: 'Rex comes up to you and hugs you sweetly.'
+	act 'Move away': gt $loc,$loc_arg
+	if $loc_arg = 'RexRoom' and alko < 6: act 'propose a toast': gt 'rex_party_smallEvents', 'party_drink'
+	if $loc_arg = 'LivingRoom': act 'Chat': gt 'rex_party_smallEvents', 'rex_talk'
+	if $loc_arg = 'LivingRoom': act 'Dance together': gt 'rex_party_smallEvents', 'rex_dance'
+end
+
+if $ARGS[0] = 'rex_talk':
+	*clr & cla
+	menu_off = 1
+	minut += 5
+	rex_talk += 1
+	gs 'stat'	
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_2_<<rand(1,5)>>.mp4"></video></center>'
+	'You find a space to sit and talk to Rex. He''s quite interesting and very handsome, so you spend most of the time just nodding and flirting.'
+	act 'Move away': gt $loc, $loc_arg
+	if rex_talk >= 2: act 'Hug': gt 'rex_party_smallEvents', 'rex_hug'
+	act 'Ask Rex to dance': gt 'rex_party_smallEvents', 'rex_dance'
+end
+
+if $ARGS[0] = 'rex_hug':
+	*clr & cla
+	menu_off = 1
+	minut += 5
+	if pcs_inhib < 40:inhib_exp += rand(1,2)
+	gs 'stat'
+	if Rex_Love =1:
+		if rand(1,2) = 1:
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_4_1.mp4"></video></center>'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_4_<<rand(2,5)>>.jpg"></center>'
+		end
+		'Rex grabs you with his strong hands and begins to knead your ass with one hand and caress your pussy with the other in front of everybody.'
+		'You grab his neck and audibly groan, completely giving into his affections.'
+		'You are overwhelmed with the most pleasant feeling in the world. You don''t want it to stop.'
+		act 'Kiss':
+			*clr & cla
+			if rand(1,2) = 1:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_5_1.jpg"></center>'
+			else
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_5_<<rand(2,4)>>.mp4"></video></center>'
+			end
+			'Looking adoringly into each other''s eyes, you begin to passionately kiss.'
+			'You lips touch in your long kiss. It almost feels like a shock of electricity is running through your body.'
+			'For a long time, you continue to enjoy the warm kiss, but Rex eventually breaks the kiss and says "Come with me <<$pcs_nickname>>. I think we''ve had enough fun here." Smiling, he takes you by the hand and leads you away.'
+			
+			gs 'arousal', 'kiss', 5, 'exhibitionism'
+			gs 'stat'
+	
+			act 'Move away': gt $loc, $loc_arg
+			act 'Follow Rex': gt 'rex_party_sexEvents', 'rex_sex'
+		end
+	end
+
+	if Rex_Love = 0:
+		if rand(1,2) = 1:
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_13_<<rand(4,7)>>.jpg"></center>'
+		else
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_13_<<rand(1,3)>>.mp4"></video></center>'
+		end
+		'Rex grabs you with his strong hands and begins to knead your ass with one hand and caress your pussy with the other in front of everybody.'
+		'You grab his neck and audibly groan, completely giving into his affections.'
+		'After playing with your pussy for a bit, he stops, takes you by the hand and pulls you away as he says "Come with me <<$pcs_nickname>>, I think we''ve had enough fun here."'
+
+		gs 'arousal', 'foreplay', 5, 'exhibitionism'
+		gs 'stat'
+		
+		act 'Follow Rex': gt 'rex_party_sexEvents', 'rex_sex'
+	end    
+end
+
+if $ARGS[0] = 'rex_dance':
+	*clr & cla
+	menu_off = 1
+	minut += 5
+	if pcs_inhib < 40: inhib_exp += rand(1,2)
+	gs 'stat'
+	if rand(1,2) = 1:
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_3_<<rand(4,6)>>.mp4"></video></center>'
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_3_<<rand(1,3)>>.jpg"></center>'
+	end
+	'Rex takes you by the hand and drags you out to dance. You are happy to follow him.'
+	'You dance, slowly getting closer to each other and finally grinding a bit against each other.'
+	'You turn around, putting your back to him and grind your tight ass against his crotch. You can feel his hard cock against your ass as you grind against it.'
+	act 'Move away': gt $loc, $loc_arg 
+	if rex_talk >= 2: act 'Hug': gt 'rex_party_smallEvents', 'rex_hug'
+end
+
+if $ARGS[0] = 'roma':
+	cls
+	minut += 5
+	gs 'stat'
+	'<center><b><font color = maroon>Roma</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/roma/roma.jpg"></center>'
+	'Red-haired skinny guy named Roma.'
+	act 'Move away': gt $loc, $loc_arg
+end
+
+if $ARGS[0] = 'anya':
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><b><font color = maroon>Anya</font></b></center>'
+	if $loc_arg = 'LivingRoom':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_1.jpg"></center>'
+		''
+	else
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+		''
+	end
+	'Your sister' + iif($loc_arg = 'LivingRoom', ' is drunk and in good spirits.', '.')
+	'"Oh <<$pcs_nickname>>, how do you like our humble party? It looks like you''re having a good time."'
+	act 'Move away': gt $loc, $loc_arg
+	if alko < 6 and $loc_arg = 'RexRoom': act 'Have a drink': gt 'rex_party_smallEvents', 'party_drink'
+	if $loc_arg = 'LivingRoom': act 'Drink': gt 'rex_party_smallEvents', 'sister_drink'
+	if $loc_arg = 'LivingRoom': act 'Chat about guys': gt 'rex_party_smallEvents', 'sister_talk'
+end
+
+if $ARGS[0] = 'sister_talk':
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><b><font color = maroon>Anya</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_1.jpg"></center>'
+	! These chat options will happen when Anya and Roma had their fight.
+	if sisterQW['AnyaRomaQW'] = 1:
+		sisterQW['partytalk'] += 1
+		if sisterQW['partytalk'] = 1:
+			'"It is strange seeing you back together with Roma."'
+			'"We talked things out and decided to give it another chance.'
+		elseif sisterQW['partytalk'] = 2:
+			'"You''re over it after all the cursing, crying and yelling?"'
+			'"I know, I know. I got excited a little bit, but now everything is worked out."'
+		elseif sisterQW['partytalk'] = 3:
+			'"So you are just going to continue dating him after everything that happened?"'
+			'"Well little sis, he made mistakes. Now he and I have worked things out, and I thank God everything is behind us."'
+		elseif sisterQW['partytalk'] = 4:
+			'"I cannot believe it! You let him crawl back and took him back? It''s not like you."'
+			'"Well <<$pcs_nickname>>, it''s best to have a bird in the hand, especially now that we don''t have such a simple relationship anymore.'
+		elseif sisterQW['partytalk'] = 5:
+			'"What do you mean you ''don''t have a simple relationship''? I need more details."'
+			'"Yes I know, so pay attention, I''m not going to repeat this. In a sense, we now have an open relationship."'
+		elseif sisterQW['partytalk'] = 6:
+			'"Open relationship? You mean where you can both fuck anyone you want and you keep dating him?"'
+			'"Eh, something like that <<$pcs_nickname>>."'
+		elseif sisterQW['partytalk'] = 7:
+			'"I can see that you are a fool! I could not agree to that."'
+			'"Why? I know he loves me, and he knows that I love him, but while we are young, we have fun."'
+		elseif sisterQW['partytalk'] = 8:
+			'"I still say it''s crazy how you can be in a loving relationship and still fuck anyone."'
+			'"<<$pcs_nickname>>, I am not a complete fool. Why ''anyone''? Look around, there are other nice guys here too, such as Rex.'
+		elseif sisterQW['partytalk'] = 9 and Rex_Love = 1:
+			'"Do you want me to kill you? You know that I''m dating Rex!"'
+			'"Calm down <<$pcs_nickname>>, I was joking! I know that you two are dating. Although... I did let you fuck my boyfriend, so why can''t I fuck yours?"'
+		elseif sisterQW['partytalk'] = 9 and Rex_Love = 0:
+			'"You''re right. I wouldn''t mind having him myself, but I don''t know if Rex would agree."'
+			'"Oh, what a naughty girl! Well then, how about we lure him together?"'
+		elseif sisterQW['partytalk'] = 10 and Rex_Love = 1:
+			sisterQW['AnyaRomaQW'] = 2
+			'You huff and pout, but realize she has a point. "OK fine, but I''m not sure Rex would agree. You and Roma both agreed ahead of time."'
+			'"The main thing is that you are not opposed to it <<$pcs_nickname>>. Besides, all men are the same. You really think Rex could withstand both our charms?"'
+		elseif sisterQW['partytalk'] = 10 and Rex_Love = 0:
+			sisterQW['AnyaRomaQW'] = 2
+			'"You want to seduce Rex? Haha, I''ve already fucked him! You have no idea what he is like in bed.'
+			'"Wow! What a saucy little minx you are! So that''s why you are always running around in his room? Well then, that will make this easier."'     
+		end
+		
+	else
+		i = rand(1,9)
+		if i = 1:'"<<$pcs_nickname>>, you still don''t have a man?"'
+		if i = 2:'"Sometimes I can''t decide what is more important: the size of their wallet or the size of their dick. What do you think <<$pcs_nickname>>?"'
+		if i = 3:'"If you have a reputation as the town whore, the guys won''t let you come to the parties anymore."'
+		if i = 4:'"It''s not good to come here when you''re in a bad mood. Rex hates having miserable bastards in his house."'
+		if i = 5:'"Still going to that crap school? Idiot, find yourself a rich man, and all your problems are solved!"'
+		if i = 6:'"When I drink, I become like a man and constantly think about sex."'
+		if i = 7:'"Roma sends his greetings. He said he missed our threesomes, so I slapped him across the face."'
+		if i = 8:'"What do you think of our host?"'
+		if i = 9:'"Get wild <<$pcs_nickname>>! Everything that happens at Rex''s parties, stays at Rex''s parties."'
+
+	end
+	act 'Move away': gt $loc, $loc_arg
+end
+
+if $ARGS[0] = 'sister_drink':
+	minut += 5
+	*clr & cla
+	gs 'drugs', 'alcohol', 'beer'
+	drunk_sveta += 1
+	gs 'stat'
+	'<center><b><font color = maroon>Anya</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_2.jpg"></center>'
+	'Anya hands you a bottle. You take a swig and hand it back. "Keep the bottle, little sis. I won''t tell <<$npc_nickname[''A29'']>>," she says with a wink.'
+	if alko >= 7:
+		'With her encouragement, you end up drinking more than you should.'
+		'Suddenly your head is severely spinning...'
+		act 'Pass out': gt 'rex_party_smallEvents', 'sleep'
+	else
+		'You gladly drink more, sharing it with your sister.'
+		'Feeling buzzed, you are ready to plunge into the wild debauchery of the party.'
+		act 'Dance topless': gt 'rex_party_sexEvents', 'sister_fun'
+		act 'Move away': gt $loc, $loc_arg
+	end
+end
+
+if $ARGS[0] = 'dj':
+	*clr & cla
+	minut += 5
+	menu_off = 1
+	party_dj = 1
+	gs'stat'
+	if party_dj = 1 and dj_beer < 1:
+		'<center><b><font color = maroon>DJ</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
+		'The guy messes with the soundboard and makes the sound even louder. "Hello, <<$pcs_nickname>>, get my friend and me a beer. You can find all the booze in the kitchen."'
+	elseif dj_beer = 1 and dj_thank < 1:
+		'<center><b><font color = maroon>DJ</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
+		'The guy messes with the soundboard and makes the sound even louder. "Well, <<$pcs_nickname>>, where are our beers?" You go into the kitchen, get two bottles of beer and <a href="exec:gt ''rex_party_smallEvents'', ''dj_give_beer''">bring</a> them to the guys.'
+	elseif dj_thank = 1 and dj_bad < 1:
+		'<center><b><font color = maroon>DJ</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
+		'The guy messes with the soundboard and makes the sound even louder. You are allowed to <a href="exec:gt ''rex_party_smallEvents'', ''dj_thank''">twist</a> some knobs on the turntable.'
+	elseif dj_bad = 1 and dj_boobs < 1:
+		'<center><b><font color = maroon>DJ</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
+		'"<<$pcs_nickname>>, you won''t get a turn. Don''t even try this time.'
+	elseif dj_boobs = 1:
+		'<center><b><font color = maroon>DJ</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
+		'The guy messes with the soundboard and makes the sound even louder. You are again allowed to <a href="exec:gt ''rex_party_sexEvents'', ''dj_cock''">twist</a> some knobs on the turntable.'
+	end
+	act 'Move away': gt $loc, $loc_arg
+	gs 'willpower', 'exhib', 'self', 'medium'
+	if will_cost <= pcs_willpwr:
+		act 'Flash boobs (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'rex_party_sexEvent', 'dj_boobs'
+	else
+		act 'Flash boobs (<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] = 'dj_take_beer':
+	cla
+	*clr
+	menu_off = 1
+	minut += 5
+	dj_beer = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_2_3.jpg"></center>'
+	'You take two bottles of booze to the DJ and his friend'
+	act 'Move away': gt $loc, $loc_arg
+end
+
+if $ARGS[0] = 'dj__give_beer':
+	cla
+	*clr
+	menu_off = 1
+	minut += 5
+	dj_thank = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
+	'You take two beers to the guys. They gratefully appreciate your offer.'
+	'"<<$pcs_nickname>>, you ever use one of these before?" the DJ asks you, indicating the turntable.'
+	'You shake your head. "No, I can''t say I have."'
+	'He smiles at you. "While everyone is still sitting and drinking, you can give it a little <a href="exec: gt ''rex_party_smallEvents'', ''dj_thank''">twist</a>. Let''s see what you can do girl!"'
+	act 'Move away': gt $loc, $loc_arg
+end
+
+if $ARGS[0] = 'dj_thank':
+	cla
+	*clr
+	menu_off = 1
+	minut += 5
+	dj_bad = 1
+	instrmusic_exp += rand(0,2) 
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_1.jpg"></center>'
+	'You are happy to take this opportunity. Putting your fingers on the records, you move them around, making some god awful noises. The guys stop you before too long. "OK, I think that''s enough. I think you made my ears bleed." he says with a laugh.'
+	act 'Move away': gt $loc, $loc_arg
+!why not add in an option here to start the series below?
+end
+
+if $ARGS[0] = 'party_girls':
+	cls
+	minut += 5
+	gs 'stat'
+	'<center><b><font color = maroon>Girls</font></b></center>'
+	if $loc_arg = 'RexRoom':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls.jpg"></center>'
+		*nl
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_1_<<rand(1,4)>>.jpg"></center>'
+		*nl
+	end
+	'Some former classmates of your sister. You are not familiar with them.'
+	act 'Move away': gt $loc, $loc_arg
+	if $loc_arg = 'LivingRoom': act 'Drink': gt 'rex_party_smallEvents', 'party_girls_drink'
+	if $loc_arg = 'LivingRoom': act 'Dance together': gt 'rex_party_smallEvents', 'party_girls_dance'
+	if $loc_arg = 'RexRoom' and alko < 6: act 'Propose a toast': gt 'rex_party_smallEvents', 'party_drink'
+end
+
+if $ARGS[0] = 'party_girls_drink':
+	cls
+	minut += 5
+	gs 'drugs', 'alcohol', 'beer'
+	drunk_sveta +=1
+	gs 'stat'
+	i = rand(1,2)
+	if i = 1: '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_2_1.mp4"></video></center>'
+	if i = 2: '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_2_<<rand(2,4)>>.jpg"></center>'
+	'The girls have some booze with them and you are happy to share a drink with them. You and the girls keep drinking during dancing. Your drunk yelling drowned out by the music, as the girls tell you they want to have even more fun...'
+	if alko >= 7: 'You are dizzy, and feel very ill.'
+	if alko >= 7: act 'Sleep': gt 'rex_party_smallEvents', 'sleep'
+	gs 'willpower', 'exhib', 'resist', 'easy'
+	if will_cost <= pcs_willpwr:
+		act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt $loc, $loc_arg
+	else
+		act 'Move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end
+	act 'Drink more':
+        cls
+        minut += 5
+        drunk_sveta += 1
+        gs 'stat'
+        i = rand(1,2)
+        if i = 1: '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_3_1.mp4"></video></center>'
+        if i = 2: '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_3_<<rand(2,3)>>.jpg"></center>'
+        'You have another drink, and start to lose touch with reality. You feel dizzy and very sick...'
+        act 'Pass out': gt 'rex_party_smallEvents', 'sleep'
+    end
+	!act 'Take off your top': gt 'rex_party_smallEvents', 'bra'
+end
+
+if $ARGS[0] = 'bra':
+	cls
+	minut += 5
+	inhib_exp += rand(0,1)
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_5_<<rand(1,3)>>.jpg"></center>'
+	'Yielding to the general madness, you pull your top off exposing your bra to the frantic shouts of the boys. In this state your dancing clearly will look much more spectacular.'
+	if Rex_Love = 1: 'Rex watches you closely, but says nothing.'
+	gs 'willpower', 'exhib', 'resist', 'easy'
+	if will_cost <= pcs_willpwr:
+		act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt $loc, $loc_arg
+	else
+		act 'Move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end
+	act 'Dance topless':
+		cls
+		inhib_exp += rand(0,2)
+		gs 'arousal', 'flash', 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_6_<<rand(1,3)>>.jpg"></center>'
+		'Under the merry shouts of the boys and girls you take off your bra and dance half-naked. A lot of the guys come closer trying to enjoy the view.'
+		if Rex_Love = 1: 'You enjoy yourself when Rex shouts "Maybe thats enough? This isn''t very nice to look at."'
+		act 'Move away': gt $loc, $loc_arg
+		if Rex_Love = 1: act 'Drag him to the restroom': gt 'rex_party_sexEvents', 'rex_toilet_bj'
+		act 'Undress':
+			gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+			gs 'boyStat', $npclastgenerated
+			$boydesc = $npc_usedname[$npclastgenerated]
+			inhib_exp += rand(0,2)
+			cls
+			gs 'arousal', 'flash', 5
+			gs 'stat'
+			if rand(1,2) = 1:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_9_1.jpg"></center>'
+			else
+				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_9_2.mp4"></video></center>'
+			end
+			if Rex_Love = 1: 'You completely ignore Rex. He glares at you and turns away.'
+			'You undress completely, only a few girls follow your example and get naked as well. You all get into the middle of the room and dance together. Ignoring the surrounding people, you dance together, naked. Several drunks guys approach you, and tell you it would be a sin to not use such a fine bitch like you.'
+			act 'Go with the guys': gt 'rex_party_sexEvents', 'toilet_boys_bj'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'party_girls_dance':
+	cls
+	minut += 5
+	if pcs_inhib < 40:inhib_exp += rand(1,2)
+	gs 'stat'
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_gost_1_<<rand(1,7)>>.mp4"></video></center>'
+	'You are grabbed by the rhythmic sounds and indulge in unrestrained dancing with the crowd.	You jump and twist your body, completely merging and absorbing yourself in the fun atmosphere.'
+	if pcs_danc >= 50: 'Your curves and movements to the music make you a pleasure to watch. The others stare at you excitedly.'
+	if pcs_danc < 50: 'Your ridiculous movements during the dance don''t bother anyone. You dance badly, but you do not care.'
+	act 'Take a breather': gt $loc, $loc_arg
+	act 'Dance more': 
+        cls
+        minut += 5
+        inhib_exp += rand(1,2)
+        gs 'stat'
+        '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_14_<<rand(1,4)>>.jpg"></center>'
+        'You have a lot of fun as you dance with the girls under the deafening music. During the dance you are pressed against each other and the other girls touch you in all sorts of places. Suddenly a pair of hands pull up you skirts and bare your ass. One of the girls pulls down your panties and starts to kiss and lick you.'
+        if Rex_Love = 1: 'Rex watches you with interest as you have fun with the girls.'
+        'The girls are only getting warmed up and offer you more.'
+        gs 'willpower', 'cuni', 'resist', 'medium'
+        if will_cost <= pcs_willpwr:
+            act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt $loc, $loc_arg
+        else
+            act 'Move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+        end
+        act 'Give in':
+            cla
+            *clr
+            minut += 5
+            gs 'stat'
+            '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_15_<<rand(1,8)>>.jpg"></center>'
+            '"Come on <<$pcs_nickname>>, lets get wild." You give in to the general madness, taking off all your clothes, and diving headlong into the abyss of insane lesbian fervor.'
+            act 'Have fun with the guys': gt 'rex_party_sexEvents', 'orgy'
+            act 'Go into another room with the girls': gt 'rex_party_sexEvents', 'girl_orgy'
+        end
+    end
+end
+
+if $ARGS[0] = 'party_boys':
+	cls
+	menu_off = 1
+	minut += 5
+	gs 'stat'
+	'<center><b><font color = maroon>Guys</font></b></center>'
+	if $loc_arg = 'party_kuh' or $loc_arg = 'LivingRoom':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_2.jpg"></center>'
+		''
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys.jpg"></center>'
+		''
+	end
+	'You see a couple of former classmates of your sister. You are not familiar with them.'
+	if $loc_arg = 'LivingRoom': 'A couple of fun energetic guys come over to you. "Hey <<$pcs_nickname>>, long time no see. Do you want to come with us?"'
+	if alko >= 5: '"Hey <<$pcs_nickname>>, how about you show us your great tits. Just for fun?"'
+	act 'Move away': gt $loc,$loc_arg
+	if alko < 6 and $loc_arg = 'RexRoom': act 'Drink': gt 'rex_party_smallEvents', 'party_drink'
+	if $loc_arg = 'Kitchen': act 'Drink': gt 'rex_party_smallEvents', 'kitchen_boy_drink'
+	if $loc_arg = 'LivingRoom': act 'Drink': gt 'rex_party_smallEvents', 'gost_drink'
+	if alko >= 5 and $loc_arg = 'LivingRoom': act 'Show your tits': gt 'rex_party_smallEvents', 'show_boobs'
+	if $loc_arg = 'LivingRoom': act 'Dance': gt 'rex_party_smallEvents', 'dance'
+end
+
+if $ARGS[0] = 'gost_drink':
+	cls
+	minut += 5
+	gs 'drugs', 'alcohol', 'beer'
+	party_boys_in += 1
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_1.jpg"></center>'
+	'You happily make a couple of sips. Some guys urge you to show off more of your body.'
+	'"Hey, how about you show us your great tits. Just for fun?"'
+	gs 'willpower', 'exhib', 'resist', 'easy'
+	if will_cost <= pcs_willpwr:
+		act 'Move away (<<will_cost>> Willpower)':
+			*clr & cla
+			gs 'willpower', 'pay', 'resist'
+			gs 'stat'
+			gt $loc,$loc_arg
+		end
+	else
+		act 'Move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end	
+	act 'Show your tits': gt 'rex_party_smallEvents', 'show_boobs'
+	if alko >= 7: act 'Fall asleep drunk': gt 'rex_party_smallEvents', 'sleep'
+end
+
+if $ARGS[0] = 'show_boobs':
+	cls
+	menu_off = 1
+	gs 'stat'
+	if rand(1,2) = 1:
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_2_1.mp4"></video></center>'
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_2_<<rand(2,5)>>.jpg"></center>'
+	end
+	'With a twinkle in your eyes you lower your bra, baring your breasts, as the guys watch you with pleasure.'
+	'"So what do you think, boys?" you ask with a smile on your face.'
+	'"You are a straight up sex grenade, and I would like to pull your pin." one of the guys answers. With these words, they come over to you.'
+	if Rex_Love = 1: 'Rex looks unhappily in your direction, his eyes flashing with anger and jealousy.'
+	if Rex_Love = 1: act 'Drag Rex to the restroom': gt 'rex_party_sexEvents', 'rex_toilet_bj'
+	gs 'arousal', 'flash', 5, 'exhibitionism'
+	gs 'stat'
+	act 'Move closer': gt 'rex_party_sexEvents', 'boobs_yes'
+	gs 'willpower', 'exhib', 'resist', 'easy'
+	if will_cost <= pcs_willpwr:
+		act 'Move away (<<will_cost>> Willpower)':
+			*clr & cla
+			gs 'willpower', 'pay', 'resist'
+			gs 'stat'
+			gt $loc,$loc_arg
+		end
+	else
+		act 'Move 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 $ARGS[0] = 'kitchen_boy_drink':
+	cls
+	minut += 5
+	gs 'drugs', 'alcohol', 'beer'
+	party_boys_drink += 1
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_2_<<rand(1,4)>>.jpg"></center>'
+	i = rand(1,6)
+	if i = 1:
+		'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: '
+		'"Girl, sorry, and you will not have to have sex?"'
+		'"Oh, sorry, I threw ..."'
+		'"Congratulations."'
+	elseif i = 2:
+		'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: "When I was a child my parents forbade me all the fun things. Now I''m grown up and my girl doesn''t allow me to do them."'
+	elseif i = 3:
+		'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: "Previously, it was clear. Did the lessons - good, grandmother moved across the street - clever, the ball broke the glass - bad. And now - one girl did well, and the other from this - bad. And you all did everything for the third. And she - still!'
+	elseif i = 4:
+		'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: "Girls always say: Well all, until the evening, Smack! - Well, what, on dick, Smack? Do you want to kiss - a kiss!'
+	elseif i = 5:
+		'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: '
+		'"Just listen, <<$pcs_nickname>>. When I tell a girl "Come to me", and she asks me "To do what?" do I really have to explain it to her? After all, my house is not a bowling alley or a cinema."'
+		'"If I say: "I want to have sex. I definitely will have a sex. You can join in, or not. Afterwards you can stay, but it would be better if you leave", she won''t come over."'
+		'"But if I tell her something ridiculous like "Come back home with me, I have a fine collection of lute music of the 16th century" she will go for it. Girls are well aware what will happen when they come over but they want to have an excuse for it."'
+	elseif i = 6:
+		'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: '
+		'So I''m starting to have sex with this girl and she keeps complaining. It goes like this: '
+		'"The windows are open!"'
+		'"Who cares?"'
+		'"There will be mosquitoes everywhere!"'
+		'"We''ll turn off the lights."'
+		'"But then the cockroaches come out!"'
+	end
+	act 'Move away': gt $loc, $loc_arg
+
+	if party_boys_drink > 2:
+		cls
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_2_<<rand(1,3)>>.jpg"></center>'
+		'"Guys, you poured too much into the glass. I''m drunk already.", you say."'
+		'"Come on <<$pcs_nickname>>, lets have another." with that, one of the guys puts his arm around you and bares your breasts. The touchy guy is surprisingly nice and you are a little amused by this situation.'
+        
+        if npc_rel['A57'] >= 50:
+            'You notice Rex in the room...'
+            act 'Get Rex''s attention': 
+                	cls
+                    Rex_save += 1
+                    menu_off = 0
+                    minut += 5
+                    gs 'stat'
+                    '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_10.jpg"></center>'
+                    'You glance over to Rex. He seems ready to help you out of this awkward situation.'
+                    'He quickly exclaims, "Hey boys, are you insane? Take your hands off my fucking girl. One more time and I will kick your ass!"'
+                    'The guy takes his hands off of you, "Rex, bro, we were just having a bit of drunken fun. I''m sorry, if I hurt your girl."'
+                    'Rex comes up to you and picks you up, "Come on, sweety. I''ll make sure the other guys leave you alone. Lets go to another room."'
+                    act 'Go to the Rex''s room': gt 'rex_party_smallEvents', 'V_komnatu'
+            end
+        end
+		act 'Have fun with them': gt 'rex_party_smallEvents', 'smile'
+		gs 'willpower', 'action', 'type', 'medium'
+		if will_cost <= pcs_willpwr:
+			act 'Break free of them (<<will_cost>> Willpower)':
+				*clr & cla
+				gs 'willpower', 'pay', 'type'
+				gs 'stat'
+                cls
+                menu_off = 0
+                minut += 5
+                gs 'stat'
+                '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_3.jpg"></center>'
+                'You find the strength to break free of the grasping hands, shouting "Let me go, I don''t want that. Get your filthy hands off me."'
+                '"Come on, <<$pcs_nickname>>, we''re just having fun. Just admit that you liked where this was going." the touchy guy responds.'
+                act 'Move away': gt $loc,$loc_arg
+                act 'Have fun with them': gt 'rex_party_smallEvents', 'smile'
+			end
+		else
+			act 'Break free of 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
+end
+
+if $ARGS[0] = 'smile':
+	cls
+	party_boys_in += 1
+	gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+	gs 'boyStat', $npclastgenerated
+	$boydesc = $npc_usedname[$npclastgenerated]
+	gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+	$boy1 = $npclastgenerated
+	$boydesc1 = $npc_usedname[$npclastgenerated]
+	gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+	$boy2 = $npclastgenerated
+	$boydesc2 = $npc_usedname[$npclastgenerated]
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_<<rand(1,3)>>.jpg"></center>'
+	'You give the guys a faint smile, showing your availability. They quickly realize the situation and come over to you and start to stroke your hair and massage your neck. It is very relaxing and you give a soft sigh which turns into a moan. You have the full attention of the boys and they decide to drag you.'
+	act 'Go outside Rex''s house': gt 'rex_party_sexEvents', 'gangbang_outdoor'
+	act 'Go to another room':minut += 5 & gt 'rex_party_smallEvents', 'V_komnatu'
+end
+
+if $ARGS[0] = 'V_komnatu':
+	cls
+	gs 'stat'
+	i = rand(1,5)
+	if i = 1:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_1.jpg"></center>'
+		'One of the girls is sitting in the room trying to recover from the exhausting party.'
+		if Rex_save = 1: 'Rex bursts into the room with you in tow, throws everyone out and shuts the door. He gently puts you on a soft bed and lies down on the floor near you.'
+		if party_boys_in >= 1: 'Several guys switch their attention to her, but are quickly rebuffed. The girl looks at you curiously as the guys unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
+	elseif i = 2:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_2.jpg"></center>'
+		'One of the girls is sitting in the room trying to recover from the exhausting party.'
+		if Rex_save = 1: 'Rex bursts into the room with you in tow, throws everyone out and shuts the door. He gently puts you on a soft bed and lies down on the floor near you.'
+		if party_boys_in >= 1: 'Anticipating what will happen next, she quickly dodges out of the room. The guys unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
+	elseif i = 3:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_<<rand(3,4)>>.jpg"></center>'
+		'In the room your sister and Roma are engaged in sweaty sex.'
+		if Rex_save = 1: 'Rex just glances at them and says, "Guys, I don''t want you to stop, but you will have to continue in another place."'
+		'"Hey thats my sister Anya" you exclaim. "Let''s just close the door and let them continue. They won''t mind, right Anya?"'
+		'Anya looks at you with a blissful smile, "No, I''m all for it. We''ll just keep fucking over here."'
+		'"No you won''t. You get your ass out of here already!" says Rex with a menacing expression on his face and the couple quickly leaves the room. He then gently puts you on a soft bed and lies down on the floor near you.'
+		if party_boys_in >= 1: '"Hey grandpa, do you need help?", one of the boys shouts.'
+		'Roma looks at them and says, "Shut up, you dumb fucks, you have your own bitch." The guys laugh a little and decide to leave the couple alone. Then they unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
+	elseif i = 4:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_5.jpg"></center>'
+		'The room is occupied by Lena, who is lying on a bed flashing her pussy. You can see cum dripping out of it.'
+		if Rex_save = 1: 'Rex bursts into the room with you in tow, throws everyone out and shuts the door. He gently puts you on a soft bed and lies down on the floor near you.'
+		if party_boys_in >= 1: '"Hey look, there is another pretty girl. This seems to be our lucky night." one of the guys says.'
+		'Another one chimes in with a grin on his face, "Yeah, but she is already used and has cum on her. Our lovely little <<$pcs_nickname>> here is fresh and clean." With that the guys unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
+	elseif i = 5:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_6.jpg"></center>'
+		'However, the room you are dragged into is currently occupied by two guys fucking Lena.'
+		if Rex_save = 1: 'Rex bursts into the room with you in tow, throws everyone out and shuts the door. He gently puts you on a soft bed and lies down on the floor near you.'
+		if party_boys_in >= 1: '"Do you mind, guys?" one of the boy asks with a grin.'
+		'"No, sit. There is room enough for everyone!" one of the guys who is fucking Lena answers.	The boys then unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
+	end
+	if Rex_save = 1: act 'Fall asleep': gt 'rex_party_smallEvents', 'sleep'
+	if party_boys_in >= 1: act 'Start to suck': gt 'rex_party_sexEvents', 'gangbang_indoor'
+end
+
+!Rex Room event 2
+if $ARGS[0] = 'talk':
+	cls
+	minut += 5
+	party_girls_talk += 1
+	gs 'stat'
+
+    $talkEvent[0] = 'You sit and chat with a couple of cute girls. One of them tells you, "I am dating a divorced man. He is very kinky and I''m afraid I can not keep up with it.'
+    $talkEvent[1] = 'You sit and chat with a couple of cute girls. One of them tells you, "I have a very childish voice. I sound like a Japanese schoolgirl. The guy I''m dating says he likes it, but I''m still insecure about it."'
+    $talkEvent[2] = 'You sit and chat with a couple of cute girls. One of them tells you, "I am dating the perfect man. Everything is great. The communication between us, the sex, I can discuss everything with him. But now he sent me a video, where he cums on a photo of me. The whole photo was covered in his cum eeww. Now I don''t want to see him anymore."'
+    $talkEvent[3] = 'You sit and chat with a couple of cute girls. One of them tells you, "I came home after going out with a guy, my knees were all red. When my mother saw it she seriously asked, if it was mosquito bites or allergies. I just nodded ashamed."'
+    $talkEvent[4] = 'You sit and chat with a couple of cute girls. One of them says, "Blowjob week during menstruation is for wimps! I want anal week!!"'
+    $talkEvent[5] = 'You sit and chat with a couple of cute girls. One of them tells you, "A friend of mine broke up with a girl so I asked him to come over and talk. I gave him a blowjob in the car to help him get over her."'
+    $talkEvent[6] = 'You sit and chat with a couple of cute girls. One of them tells you, "I felt so bad when I had to tell my mother that I lost my virginity over two years ago."'
+    $talkEvent[7] = 'You sit and chat with a couple of cute girls. One of them tells you, "After spending a day with my boyfriend in bed, his pillow always smells of his cologne. When he is not here I hug the pillow and masturbate. It feels amazing!"'
+    $talkEvent[8] = 'You sit and chat with a couple of cute girls. One of them tells you, "I love when, during sex, my boyfriend moans in my ear. His sighs really turn me on. I often hold my ear near his mouth on purpose just to hear him moan."'
+    $talkEvent[9] = 'You sit and chat with a couple of cute girls. One of them tells you, "I like how men go wild, when I touch them through their shorts. It really excites me and I do it as often as I can."'
+    $talkEvent[10] = 'You sit and chat with a couple of cute girls. One of them tells you, "A year and a half ago, an attractive neighbor moved in. I really want to fuck him and constantly try to seduce him with my outfits, but we haven''t had sex yet. I''m afraid he will move out soon.'
+    $talkEvent[11] = 'You sit and chat with a couple of cute girls. One of them tells you, "It really infuriates me, when I feel close to orgasm and then the guy wants to change position. It happens to me all the time."'
+    $talkEvent[12] = 'You sit and chat with a couple of cute girls. One of them tells you, "The guys really love it when I caress their cocks and use my fingers massaging their ass. Then I move the tongue in there and start licking greedily."'
+    $talkEvent[13] = 'You sit and chat with a couple of cute girls. One of them tells you, "I love to passionately kiss during sex, grab the guys ass and claw his back, mrrr."'
+    $talkEvent[14] = 'You sit and chat with a couple of cute girls. One of them tells you, "Life becomes a pain, when you wear a man out to such a degree, that he doesn''t want to have sex anymore. I love it when they almost beg you to wrap your lips around their cock."'
+    $talkEvent[15] = 'You sit and chat with a couple of cute girls. One of them tells you, "I met a guy once who immediately invited me to his home. I agreed and just like in every good affair we start kissing and undressing each other. But then I saw his small penis and broke down, laughing out loud. The guy didn''t seem hurt so I quickly sucked him off and went home. I haven''t seen him since."'
+    $talkEvent[16] = 'You sit and chat with a couple of cute girls. One of them tells you, "My childhood dream was to become an astronaut. Now I not only want to be one, but have sex with one too. Right there in space. I want to experience a cosmic orgasm!"'
+    $talkEvent[17] = 'You sit and chat with a couple of cute girls. One of them tells you, "My former boyfriend''s member was as big, as my whole arm. At first it hurt fucking him, but then I got used to it and really enjoyed it."'
+	i = rand(0,17)
+    '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_2_<<i>>.jpg"></center>'
+	'<<$talkEvent[i]>>'
+    
+
+	act 'Move away': gt $loc, $loc_arg
+end
+
+if $ARGS[0] = 'smoke':
+	cls
+	minut += 5
+	gs 'stat'
+	if girls_smoke = 0:
+		girls_smoke = 1
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_3_1.jpg"></center>'
+		'"Girls, look what I stole from my worthless, addicted brother.", one of the girls says, showing you two bags of marijuana. "So, do you want to keep staring at me, or do you want to have fun?"'
+		act 'Start smoking': gt 'rex_party_smallEvents', 'smoke'
+		gs 'willpower', 'drugs', 'resist', 'medium'
+		if will_cost <= pcs_willpwr:
+			act 'Move away (<<will_cost>> Willpower)':
+				*clr & cla
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt $loc, $loc_arg
+			end
+		else
+			act 'Move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	else
+		girls_smoke += 1
+		pcs_horny += 30
+		joint += 1
+		gs 'drugs', 'joint'
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_3_<<rand(2,6)>>.jpg"></center>'
+		'You pour some of the marijuana into the bowl, and fill water into the bong. Then you press a finger on the hole while using a lighter to burn the weed, drawing in smoke. After some time you begin to relax and embrace the mild euphoria.'
+		act 'Chill':
+			cls
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_4_<<rand(1,7)>>.jpg"></center>'
+			i = rand(1,5)
+			if i = 1:
+				'For a moment, you feel almost cut off from the outside world. Your body has found a general state of calm and relaxation. After a while the relaxing feeling goes away and you feel excitement wash over you.'
+			elseif i = 2:
+				'Almost instantly you feel an increased sensitivity to touch as well as an enhanced vision, hearing and sense of smell. You hear the voices of others much clearer, see <<$pcs_nickname>> much brighter and feel the whole range of odors.'
+			elseif i = 3:
+				'When you feel the effect you lose all sense of time as if everything stands still. Everyone speaks and moves very slowly and it seems like minutes are stretched into hours...'
+			elseif i = 4:
+				'You feel like you can fly, entering a state of nirvana. You absorb the feeling of unreality. Your attention to details is greatly increased, nothing can escape your view.'
+			elseif i = 5:
+				'The smoke makes you feel good, letting you focus on positive emotions. You are able to feel all kinds of effects, happy, pleased, delighted, euphoric.'
+			end
+			act 'Move away': gt $loc, $loc_arg
+		end
+	end
+end
+
+if $ARGS[0] = 'fun':
+	cls
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_5_<<rand(1,6)>>.jpg"></center>'
+	'The weed affects you greatly. It improves your mood and you become wildly aroused. "Well girls, why don''t we have some fun?"'
+	act 'Rejoice':
+		inhib_exp += rand(1,2)
+		fun_rand = rand(1,3)
+		if fun_rand = 1:
+			cls
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_1_<<rand(1,6)>>.jpg"></center>'
+			'You and the girls decide to have a contest for the best ass. You call over a couple of guys and stick out your butts for them to appraise. The drunk guys are all very impressed and it is difficult for them to settle on only one of the choices.'
+			if Rex_Love = 1: 'You show off your ass right in front of Rex.'
+			act 'Shake your booty':
+				cls
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_1_<<rand(7,11)>>.jpg"></center>'
+				'You seductively wag your ass. ' + iif(Rex_Love = 0,'One boy', 'Rex') + ' is standing right in front of you and you firmly press your buttocks in his palms. He exclaims, "Boys, I think I already know the winner!" You win the competition easily.'
+				act 'Move away': gt $loc, $loc_arg
+			end
+		elseif fun_rand = 2:
+			cls
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_<<rand(1,5)>>.jpg"></center>'
+			'You become very curious and tell they girls it would be fun to compare your boobs. They agree and you all lift your shirts and look at each others breasts, estimating the size and shape, complimenting each other''s boobs.'
+			act 'Further':
+				if rand(1,2) = 1:
+					cls
+					minut += 5
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_6_<<rand(1,5)>>.jpg"></center>'
+					'You enthusiastically examine each others breasts, when a couple of guys burst into the room. You decide that the guys should evaluate your boobs with their hands and call them closer.'
+					iif(Rex_Love = 0,'The guys have fun touching your boobs.', 'Rex is right in front of you and gently squeezes your breasts with his hands.')
+					gs 'willpower', 'sex', 'resist', 'medium'
+					if will_cost <= pcs_willpwr:
+						act 'Move away (<<will_cost>> Willpower)':
+							*clr & cla
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
+							gt $loc, $loc_arg
+						end
+					else
+						act 'Move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Moan':
+						cls
+						minut += 5
+						pcs_horny += 10
+						gs 'stat'
+						'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_6_<<rand(6,7)>>.mp4"></video></center>'
+						'Getting touched by ' + iif(Rex_Love = 0,'one of the guys', 'Rex') + ' you can''t help but to start moaning. When ' + iif(Rex_Love = 0,'the guy', 'Rex') + ' notices he begins to caress you even more insistently, grabbing your breasts firmly and licking your nipples. "Hey baby, if you like it so much, maybe we should go further."	Then ' + iif(Rex_Love = 0,'the guy', 'Rex') + ' grabs you by the waist...'
+						act 'Surrender':
+							cls
+							if Rex_Love = 0:
+								guy += 1
+								gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+								gs 'boyStat', $npclastgenerated
+							else
+								sexa += 1
+								if rexSex = 0: rexSex = 1 & guy += 1
+								gs 'boyStat', 'A57'
+							end
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_6_8.jpg"></center>'
+							'He pulls your clothes off and then lays down on his back on the floor, pulling his <<dick>>cm <<$dick_girth>> cock out. You climb on him straddling him, you lower yourself onto his cock, feeling is slip inside of your wet pussy, working your down till he is completely inside of you as deep as you can take him.'
+							'The two of you begin to rhythmically fuck in front of the others. The girls cheer you on fervently, filming everything on their phones. "Come on <<$pcs_nickname>>, move your ass faster." You feel his hard member inside of you, and soon realize that he is about to come.'
+							gs 'arousal', 'vaginal', 5, 'exhibitionism'
+							act 'Let him come on you':
+								cls
+								minut += 5
+								pcs_horny += 10
+								gs 'stat'
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_6_9.jpg"></center>'
+								iif(Rex_Love = 0,'The guy', 'Rex') + ' quickly pulls his dick out of you and pushes you off him. He stands up while you remain on your knees, he jerks his dick a few times until he starts shooting his cum all over you, leaving streaks of semen on your chest and abdomen. After he finishes the other girls sit down next to you and have a lot of fun as they lick all the sperm off of your body.'
+								gs 'cum_call', 'stomach', $boy
+								gs 'arousal', 'cuni', 15, 'exhibitionism'
+								gs 'arousal', 'end'
+								cumspclnt = 14 & gs 'cum_cleanup'
+								act 'Move away': gt $loc, $loc_arg
+							end
+							act 'Move faster':
+								cls
+								minut += 5
+								pcs_horny += 10
+								gs 'stat'
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_6_9.jpg"></center>'
+								iif(Rex_Love = 0,'The guy', 'Rex') + ' you move faster as he requests, and you push him over the top. He halfheartedly tries to push you off him, but then it is too late. He shoots his load into you, as you rock back and forth on top of him. You stand up, his cock coming out trailing spent sperm across him. The other girls sit down, cleaning him up with their tongues.'
+								gs 'arousal', 'vaginal', 5, 'exhibitionism'
+								gs 'arousal', 'end'
+								gs 'Cum_Manage'
+								act 'Move away': gt $loc, $loc_arg
+							end
+						end
+					end
+				else
+					cls
+					minut += 5
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_7_<<rand(1,5)>>.jpg"></center>'
+					'You are having fun and get very excited. One of the girls, can''t resist and starts to lick your erect nipples, gently sucking on them and teasing them with her tongue. You enjoy it.'
+					gs 'willpower', 'cuni', 'resist', 'medium'
+					if will_cost <= pcs_willpwr:
+						act 'Move away (<<will_cost>> Willpower)':
+							*clr & cla
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
+							gt $loc, $loc_arg
+						end
+					else
+						act 'Move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if pcs_horny > 50:
+						act 'Moan':
+							cls
+							minut += 10
+							orgasm += 1
+							pcs_horny = 0
+							pcs_mood = 100
+							lesbian += 1
+							gs 'stat'
+							if rand(1,2) = 1:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_7_6.jpg"></center>'
+								'You can''t help but start to moan and the girls quickly spread you legs an begin to lick your holes in unison. You quickly come from the sensation of having every hole licked and caressed.'
+							else
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_7_7.jpg"></center>'
+								'You start to moan and the girls quickly lay you down on your back an start to caress you with their tongues. They take turns kissing you and licking your pussy, quickly bringing you to orgasm.'
+							end
+							act 'Move away': gt $loc, $loc_arg
+						end
+					end
+				end
+			end
+		elseif fun_rand = 3:
+			cls
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_8_<<rand(1,3)>>.jpg"></center>'
+			'You call in the guys and announce that you and the girls want to check out the contents of their pants. Excitedly they unzip their pants and pull out their dicks.'
+			iif(reksMeet = 1,'You have Rex'' member in front of you and compare it with your arm.', 'One of the more persistent guys comes up to you and you compare his penis with your arm.')
+			gs 'willpower', 'bj', 'resist', 'medium'
+			if will_cost <= pcs_willpwr:
+				act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt $loc, $loc_arg
+			else
+				act 'Move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Suck him':
+				cls
+				gs 'arousal', 'bj', 5
+				if Rex_Love = 1: bja += 1
+				gs 'stat'
+				$party_suck = {
+					act 'Make him cum':
+						cls
+						minut += 5
+						spafinloc = 12
+						gs 'cum_manage'
+						spafinloc = 11
+						gs 'cum_manage'
+						facial += 1
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_8_<<rand(6,12)>>.jpg"></center>'
+						'You open your mouth and stick out your tongue.'
+						iif(Rex_Love = 0,'The guy', 'Rex') + ' cums hard, filling up your mouth and smearing sperm all over your face.'
+						act 'Move away': gt $loc, $loc_arg
+					end
+				}
+				if rand(1,2) = 1:
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_8_4.jpg"></center>'
+					'Strong desire clouds your mind, and you grab ' + iif(Rex_Love = 0,'the guy''s', 'Rex''s') + ' member in full view of all the girls. You gently masturbate it with your hand, then take it in your mouth and begin to suck on its head.'
+					iif(Rex_Love = 0,'The guy', 'Rex') + ' can''t resist for long and starts...'
+					dynamic $party_suck
+				else
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_8_5.jpg"></center>'
+					'One of the girls takes the dick in front of her in her mouth. Feeling encouraged you take ' + iif(Rex_Love = 0,'the guy''s', 'Rex''s') + ' dick and gently masturbate it with your hand. Soon you put it in your mouth and begin to suck on its head, watching the other girl giving head at the same time.'
+					iif(Rex_Love = 0,'The guy', 'Rex') + ' can''t resist for long and starts...'
+					dynamic $party_suck
+				end
+			end
+		end
+	end
+	gs 'willpower', 'exhib', 'resist', 'easy'
+	if will_cost <= pcs_willpwr:
+		act 'Move away (<<will_cost>> Willpower)':
+			*clr & cla
+			gs 'willpower', 'pay', 'resist'
+			gs 'stat'
+			gt $loc, $loc_arg
+		end
+	else
+		act 'Move 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
+--- rex_party_smallEvents ---------------------------------

+ 2 - 2
locations/sister.qsrc

@@ -100,7 +100,7 @@ if $ARGS[0] = 'partyanswer':
 				'"Don''t worry. Maybe you can come next time?"'
 				act 'Move away': gt $loc, $loc_arg
 			end
-			act 'Go to the party': if sisterQW['partycount'] > 0: gt 'rex_party_home', 'party' else gt 'rex_party_sister_events', 'sisboyQW_party'
+			act 'Go to the party': if sisterQW['partycount'] > 0: gt 'rex_party', 'start' else gt 'rex_party_firstTime', 'sisboyQW_party'
 		end
 	elseif $ARGS[1] = 'rex':
 		if fame['pav_slut'] >= 250 or cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1):
@@ -141,7 +141,7 @@ if $ARGS[0] = 'partyanswer':
 				'"Well, go on then. But you''re definitely coming next time, okay?"'
 				act 'Move away': gt $loc, $loc_arg
 			end
-			act 'Accept': gt 'rex_party_home', 'party'
+			act 'Accept': gt 'rex_party', 'start'
 		end
 	end
 end

+ 73 - 161
locations/therapist.qsrc

@@ -203,180 +203,32 @@ if $ARGS[0] = 'therapyOptions':
 		end
 	end
 	act 'Raise your mood':
-		cla
-		*clr
-		therapistday = daystart
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
-		gs 'stat'
 		$therapy = 'mood'
-		'"I would like some help with my <<$therapy>>," you say.'
-		'"There are two ways to do that, Miss <<$pcs_lastname>>. I can offer you traditional therapy. This one is slow, but just as effective as my second offer, hypnotherapy. I would recommend the hypnosis, but some people don''t like the thought of me inside their head that much. The choice is yours."'
-		if hypnoStage < 2:
-			act 'Just talk':
-				cls
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
-				minut += 30
-				pcs_mood += rand(30,60)
-				gs 'stat'
-				'You talk about your troubles, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
-				'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
-				act 'Leave':gt $loc
-			end
-		else
-			gs 'willpower', 'misc', 'resist', 'easy'
-			will_cost += (hypnoSchedule * 10)
-			will_cost += (hypnoStage * 10)
-			will_cost += hypnoTime * 3
-			if will_cost <= pcs_willpwr:
-				act 'Just talk (<<will_cost>> Willpower)':
-					cls
-					gs 'willpower', 'pay', 'resist'
-					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
-					minut += 30
-					pcs_mood += rand(30,60)
-					gs 'stat'
-					'You talk about your troubles, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
-					'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
-					act 'Leave':gt $loc
-				end
-			else
-				act 'Just talk (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end
-		end
-		act 'Hypnotherapy':gt 'therapist', 'hypno'
+		$therapyTalkMessage = 'You talk about your troubles'
+		dynamic $therapyMethod
 	end
+
 	if grupTipe = 5:
 		act 'Help with school troubles':
-			cla
-			*clr
-			therapistday = daystart
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
-			gs 'stat'
 			$therapy = 'school troubles'
-			'"I would like some help with my <<$therapy>>," you say.'
-			'"There are two ways to do that, Miss <<$pcs_lastname>>. I can offer you traditional therapy. This one is slow, but just as effective as my second offer, hypnotherapy. I would recommend the hypnosis, but some people don''t like the thought of me inside their head that much. The choice is yours."'
-			if hypnoStage < 2:
-				act 'Just talk':
-					cls
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
-					minut += 30
-					willpowermax += rand(0,1)
-					gs 'stat'
-					'You talk about your troubles at school, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
-					'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
-					act 'Leave':gt $loc
-				end
-			else
-				gs 'willpower', 'misc', 'resist', 'easy'
-				will_cost += (hypnoSchedule * 10)
-				will_cost += (hypnoStage * 10)
-				will_cost += hypnoTime * 3
-				if will_cost <= pcs_willpwr:
-					act 'Just talk (<<will_cost>> Willpower)':
-						cls
-						gs 'willpower', 'pay', 'resist'
-						gs 'stat'
-						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
-						minut += 30
-						willpowermax += rand(0,1)
-						gs 'stat'
-						'You talk about your troubles at school, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
-						'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
-						act 'Leave':gt $loc
-					end
-				else
-					act 'Just talk (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-				end
-			end
-			act 'Hypnotherapy':gt 'therapist', 'hypno'
+			$therapyTalkMessage = 'You talk about your troubles at school'
+			dynamic $therapyMethod
+
 		end
 	end
+
 	act 'Raise your confidence':
-		cla
-		*clr
-		therapistday = daystart
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
-		gs 'stat'
 		$therapy = 'confidence'
-		'"I would like some help in raising my <<$therapy>>," you say.'
-		'"There are two ways to do that, Miss <<$pcs_lastname>>. I can offer you traditional therapy. This one is slow, but just as effective as my second offer, hypnotherapy. I would recommend the hypnosis, but some people don''t like the thought of me inside their head that much. The choice is yours."'
-		if hypnoStage < 2:
-			act 'Just talk':
-				cls
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
-				minut += 30
-				willpowermax += rand(0,1)
-				gs 'stat'
-				'You talk about your confidence issues, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
-				'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
-				act 'Leave':gt $loc
-			end
-		else
-			gs 'willpower', 'misc', 'resist', 'easy'
-			will_cost += (hypnoSchedule * 10)
-			will_cost += (hypnoStage * 10)
-			will_cost += hypnoTime * 3
-			if will_cost <= pcs_willpwr:
-				act 'Just talk (<<will_cost>> Willpower)':
-					cls
-					gs 'willpower', 'pay', 'resist'
-					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
-					minut += 30
-					pcs_mood += rand(30,60)
-					gs 'stat'
-					'You talk about your confidence issues, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
-					'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
-					act 'Leave':gt $loc
-				end
-			else
-				act 'Just talk (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end
-		end
-		act 'Hypnotherapy':gt 'therapist', 'hypno'
+		$therapyTalkMessage = 'You talk about your confidence issues'
+		dynamic $therapyMethod
 	end
+
 	act 'I''d like to be more charming, likable and sociable':
-		cla
-		*clr
-		therapistday = daystart
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
 		$therapy = 'charm'
-		'"I would like some help in raising my <<$therapy>>," you say.'
-		'"There are two ways to do that, Miss <<$pcs_lastname>>. I can offer you traditional therapy. This one is slow, but just as effective as my second offer, hypnotherapy. I would recommend the hypnosis, but some people don''t like the thought of me inside their head that much. The choice is yours."'
-		if hypnoStage < 2:
-			act 'Just talk':
-				cls
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
-				minut += 30
-				gs 'stat'
-				'You talk about issues with getting along with others, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
-				'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
-				act 'Leave':gt $loc
-			end
-		else
-			gs 'willpower', 'misc', 'resist', 'easy'
-			will_cost += (hypnoSchedule * 10)
-			will_cost += (hypnoStage * 10)
-			will_cost += hypnoTime * 3
-			if will_cost <= pcs_willpwr:
-				act 'Just talk (<<will_cost>> Willpower)':
-					cls
-					gs 'willpower', 'pay', 'resist'
-					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
-					minut += 30
-					gs 'stat'
-					'You talk about issues with getting along with others, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
-					'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
-					act 'Leave':gt $loc
-				end
-			else
-				act 'Just talk (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end
-		end
-		act 'Hypnotherapy':gt 'therapist', 'hypno'
+		$therapyTalkMessage = 'You talk about issues with getting along with others'
+		dynamic $therapyMethod
 	end
+
 !{	act 'Hypnotherapy to fight addiction':
 		cls
 		money -= 1000
@@ -393,6 +245,51 @@ if $ARGS[0] = 'therapyOptions':
 	end}
 end
 
+$therapyMethod = {
+	cla
+	*clr
+	therapistday = daystart
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
+	gs 'stat'
+
+	'"I would like some help in raising my <<$therapy>>," you say.'
+	'"There are two ways to do that, Miss <<$pcs_lastname>>. I can offer you traditional therapy. This one is slow, but just as effective as my second offer, hypnotherapy. I would recommend the hypnosis, but some people don''t like the thought of me inside their head that much. The choice is yours."'
+
+	if hypnoStage < 2:
+		act 'Just talk':
+			cls
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
+			minut += 30
+			willpowermax += rand(0,1)
+			gs 'stat'
+			'<<$therapyTalkMessage>>, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
+			'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
+			act 'Leave':gt $loc
+		end
+	else
+		gs 'willpower', 'misc', 'resist', 'easy'
+		will_cost += (hypnoSchedule * 10)
+		will_cost += (hypnoStage * 10)
+		will_cost += hypnoTime * 3
+		if will_cost <= pcs_willpwr:
+			act 'Just talk (<<will_cost>> Willpower)':
+				cls
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/therapy1.jpg"></center>'
+				minut += 30
+				pcs_mood += rand(30,60)
+				gs 'stat'
+				'<<$therapyTalkMessage>>, and Dr. Pavlov makes some suggestions and asks some pointed questions. Although he makes you look at your own actions and desires closely, making you aware of your own issues, it somehow makes you feel better about yourself.'
+				'"Please, visit me again if you have any further problems, I will be glad to help!" Says Dr. Pavlov, as he escorts you out the door.'
+				act 'Leave':gt $loc
+			end
+		else
+			act 'Just talk (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+	act 'Hypnotherapy':gt 'therapist', 'hypno'
+}
 
 if $ARGS[0] = 'hypno':
 	numTimesHypnoed += 1
@@ -2683,5 +2580,20 @@ $pavlov = {
 	act 'Back':gt 'therapist'
 }
 
+$RestTherapyVariables ={
+	hypnoHardToCum = 0
+	hypnoPanty = 0
+	bedPanty = 0
+	hypnoBra = 0
+	hypnoStage = 0
+	hypnoAddict = 0
+	therapistWantsSlave = 0
+	hypnoAddict = 0
+	hypnoStrength = 0
+	hypnoTime = 0
+	hypnoTimesResistedStage = 0
+	hypnoSchedule = 0
+}
+
 --- therapist ---------------------------------
 

+ 16 - 0
locations/therapist_reminder.qsrc

@@ -16,6 +16,7 @@ if $ARGS[0] = '':
                     cla
                     pcs_mood -= rand(10,20)
                     gs 'stat'
+                    dynamic $WithdrawFromHypno
                     '<center><img <<$set_imgh>> src="images/pc/reactions/sad.jpg"></center>'
                     ''
                     'You feel bad about missing your appointment, but you have other things to do now. You tell yourself that you''ll see him again as soon as possible.'
@@ -87,4 +88,19 @@ if $ARGS[0] = '':
     end
 end
 
+!Remove this and any dynamic function calls
+$WithdrawFromHypno = {
+    daysSkippedHypno += 1
+    if daysSkippedHypno >= 5:
+        hypnoTime -= 1
+    end
+
+    if hypnoTime <= 5:
+        hypnoAddict = 0
+        hypnoHardToCum = 0
+    elseif hypnoTime = 0:
+        gs 'therapist'
+        dynamic $RestTherapyVariables
+    end
+}
 --- therapist_reminder ---------------------------------

+ 1978 - 0
locations/unused/pornfilm.qsrc

@@ -0,0 +1,1978 @@
+# pornfilm
+!!2021/06/10
+
+menu_off = 1
+
+if $ARGS[0] = 'pornactor':
+	if pfactor ! 50:
+		num = pfactor
+		:actorloop
+			akrand = rand(1,10)
+			if akrand = 1:
+				$pakter[num] = 'Alexei Radimov'
+				$pakterID[num] = 'A193'
+			elseif akrand = 2:
+				$pakter[num] = 'Sergei Tatarov'
+				$pakterID[num] = 'A194'
+			elseif akrand = 3:
+				$pakter[num] = 'Egor Klyuyev'
+				$pakterID[num] = 'A195'
+			elseif akrand = 4:
+				$pakter[num] = 'Ignat Vedenin'
+				$pakterID[num] = 'A196'
+			elseif akrand = 5:
+				$pakter[num] = 'Simon Rodionov'
+				$pakterID[num] = 'A197'
+			elseif akrand = 6:
+				$pakter[num] = 'Vasya Harkov'
+				$pakterID[num] = 'A198'
+			elseif akrand = 7:
+				$pakter[num] = 'Boris Tabrov'
+				$pakterID[num] = 'A199'
+			elseif akrand = 8:
+				$pakter[num] = 'Daniel Rasnik'
+				$pakterID[num] = 'A200'
+			elseif akrand = 9:
+				$pakter[num] = 'Peter Izratam'
+				$pakterID[num] = 'A201'
+			elseif akrand = 10:
+				$pakter[num] = 'Oleg Taburov'
+				$pakterID[num] = 'A202'
+			end
+			if num < pfactor:
+				num2 = pfactor
+				:actorloop2
+					if $pakter[num] = $pakter[num2]:jump 'actorloop'
+					num2 -= 1
+				if num2 > num:jump 'actorloop2'
+			end
+			if aksex[akrand] = 0:aksex[akrand] = 1 & guy += 1
+			num -= 1
+		if num > 0:jump 'actorloop'
+	end
+end
+
+if $ARGS[0] = 'pornactress':
+	if pfactor ! 50:
+		num = pfactor
+		:actressloop
+			akrand = rand(1,10)
+			if akrand = 1:
+				$paktress[num] = 'K'
+				$pactressID[num] = 'A207'
+			elseif akrand = 2:
+				$paktress[num] = 'Ellie Knight'
+				$pactressID[num] = 'A234'
+			elseif akrand = 3:
+				$paktress[num] = 'Jules Jordan'
+				$pactressID[num] = 'A235'
+			elseif akrand = 4:
+				$paktress[num] = 'Katrina Valentine'
+				$pactressID[num] = 'A236'
+			elseif akrand = 5:
+				$paktress[num] = 'Alexa Haze'
+				$pactressID[num] = 'A237'
+			elseif akrand = 6:
+			    $paktress[num] = 'Scarlett Rose'
+				$pactressID[num] = 'A203'
+			end
+			if num < pfactor:
+				num2 = pfactor
+				:actressloop2
+					if $paktress[num] = $paktress[num2]:jump 'actressloop'
+					num2 -= 1
+				if num2 > num:jump 'actressloop2'
+			end
+			if aksex[akrand] = 0:aksex[akrand] = 1 & girl += 1
+			num -= 1
+		if num > 0:jump 'actressloop'
+	end
+end
+
+if $ARGS[0] = '1':
+	if rand(0,1) = 0: pornhj += 1
+	pornbukk += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 10
+	minut += 30
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> is your co-star for this shoot. He standing to the side, slowly stroking his dick.'
+
+	act 'Undress and start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/hj.mp4"></video></center>'
+		'<<$pakter[1]>> sits on the bed as the camera starts rolling. You kneel in front of him, take his dick in your hand and begin to stroke it.'
+
+		gs 'arousal', 'hj', 30, 'exhibitionism'
+		gs 'stat'
+
+		act 'Jerk him off':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/hjcumontits.mp4"></video></center>'
+			'<<$pakter[1]>> caresses your tits as you continue to jerk his cock. After a few minutes, he stops feeling you up, leans back and starts groaning. You pick up the pace in repsonse, vigorously jerking his dick as you aim it at your tits.'
+			'He soon lets out a loud grunt and his hot cum starts squirting over your tits. When he finishes, you show your cum covered tits to the camera, playfully teasing your future viewers with a show of you squeezing and wiggling them before the shoot ends.'
+			gs 'cum_call', 'breasts', $pakterID[1], 1
+			gs 'arousal', 'hj', 5, 'exhibitionism'
+			gs 'arousal', 'end'
+			gs 'stat'
+
+			act 'Take a shower': gt 'pornstudio', 'shower'
+		end
+	end
+end
+
+if $ARGS[0] = '2':
+	if rand(0,2) = 0: pornhj += 1
+	if rand(0,1) = 0: pornbj += 1
+	pornswall += 1
+	if rand(0,2) = 0: pornbukk += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 12
+	minut += 30
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> is your co-star for this shoot. He is standing to the side, slowly stroking his dick.'
+
+	act 'Undress and start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/hj.mp4"></video></center>'
+		'<<$pakter[1]>> sits on the bed as the camera starts rolling. You kneel in front of him, take his dick in your hand and begin to stroke it.'
+
+		gs 'arousal', 'hj', 30, 'exhibitionism'
+		gs 'stat'
+
+		act 'Blow him':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj.mp4"></video></center>'
+			'His cock now rock hard, you take it into your mouth and start sucking.'
+
+			gs 'arousal', 'bj', 5, 'exhibitionism'
+			gs 'stat'
+
+			act 'Keep sucking':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/deep.mp4"></video></center>'
+				'<<$pakter[1]>> grabs your hair in his fists and begins to fuck your mouth, driving his cock down your throat with every thrust.'
+				'After a few minutes of this, he takes his cock out and you wipe the saliva from your mouth while gasping for air.'
+
+				gs 'arousal', 'bj', 5, 'exhibitionism'
+				gs 'stat'
+
+				act 'Open your mouth':
+					*clr & cla
+					minut += 5
+					facial += 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cum.mp4"></video></center>'
+					'<<$pakter[1]>> gives you a nod to let you know he is close, so you start quickly jerking him and stick your tongue out for him to shoot his load.'
+					cumnostd = 1
+					gs 'cum_call', 'mouth_swallow', $pakterID[1], 1, 0, 0, 36
+					gs 'cum_call', 'face', $pakterID[1], 1, 0, 0, 4
+					gs 'stat'
+					act 'Clean his cock':
+						*clr & cla
+						minut += 5
+						gs 'stat'
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj2.mp4"></video></center>'
+						'You keep your eyes fixed on him as you gently lick every last drop of sperm from his cock before taking it back in your mouth and sucking, causing him to groan loudly in pleasure.'
+						'You then pop his dick out of your mouth and smile up at him as the shoot is called to an end.'
+						gs 'arousal', 'end'
+						gs 'stat'
+
+						act 'Take a shower': gt 'pornstudio', 'shower'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '3':
+	if rand(0,2) = 0: pornhj += 1
+	if rand(0,2) = 0: pornbj += 1
+	pornvag += 1
+	pornswall += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 16
+	minut += 180
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> is your co-star for this shoot. He is standing to the side, slowly stroking his dick.'
+
+	act 'Undress and start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/hj.mp4"></video></center>'
+		'The camera starts rolling and the scene starts with you walking onto the set and giving the camera a very teasing striptease and close up of your naked body.'
+		'<<$pakter[1]>> then walks over and sits on the bed. You kneel in front of him, take his dick in your hand and start stroking it.'
+
+		gs 'arousal', 'hj', 30, 'exhibitionism'
+		gs 'stat'
+
+		act 'Blow him':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj.mp4"></video></center>'
+			'You take his shaft into your mouth and start passionately sucking his dick while gazing up at him, giving him and the camera a seductive look. As you continue sucking, you reach between your legs and slowly massage your clit.'
+
+			gs 'arousal', 'bj', 5, 'exhibitionism'
+			gs 'stat'
+
+			act 'Deepthroat':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/deep.mp4"></video></center>'
+				'<<$pakter[1]>> grabs your hair in his fists and begins to fuck your mouth deeply, occasionally withdrawing completely to allow you to catch your breath, before returning more vigorously.'
+
+				gs 'arousal', 'bj', 5, 'exhibitionism', 'deepthroat'
+				gs 'stat'
+
+				act 'Doggystyle':
+					*clr & cla
+					pcs_vag += 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/doggysex.mp4"></video></center>'
+					'You stand and get on all fours on the edge of the bed. <<$pakter[1]>> guides his dick into your pussy and begins to fuck you hard from behind.'
+					'You spend the next few minutes getting fucked in this position before calling for a break. Once you''re rested, you get back into position and spend quite a bit of time getting fucked in a variety of other poses.'
+
+					!! Precum pregnancy check
+					cumnostd = 1
+					gs 'cum_call', 'precum', $pakterID[1], 1, 0, 10000, 1
+
+					gs 'arousal', 'vaginal', 15, 'exhibitionism'
+					gs 'stat'
+
+					act 'Facial':
+						*clr & cla
+						minut += 5
+						cumnostd = 1
+						gs 'cum_call', 'mouth_swallow', $pakterID[1], 1, 0, 0, 36
+						gs 'cum_call', 'face', $pakterID[1], 1, 0, 0, 4
+						facial += 1
+						gs 'stat'
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cum.mp4"></video></center>'
+						'<<$pakter[1]>> is pounding you hard in the missionary position, your legs spread high and wide as you talk dirty for the camera, when you hear him panting loudly and feel him pulling out of you. You slide off the bed onto your knees in front of him and he shoots his load across your face with a loud grunt.'
+
+						act 'Clean his cock':
+							*clr & cla
+							minut += 5
+							gs 'stat'
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj2.mp4"></video></center>'
+							'You gaze up at him adoringly as you meticulously lick all the cum off his dick before taking it into your mouth and sucking. The director ends the shoot looking rather pleased.'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '4':
+	if rand(0,2) = 0: pornhj += 1
+	if rand(0,1) = 0: pornbj += 1
+	if rand(0,1) = 0: pornvag += 1
+	if rand(0,1) = 0: pornanal += 1
+	if rand(0,1) = 0: pornbukk += 1
+	if rand(0,1) = 0: pornswall += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 20
+	minut += 180
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> is your co-star for this shoot. He is standing to the side, slowly stroking his dick.'
+
+	act 'Undress and start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/hj.mp4"></video></center>'
+		'The camera starts rolling and the scene starts with you walking onto the set and giving the camera a very teasing striptease and close up of your naked body.'
+		'<<$pakter[1]>> then walks over and sits on the bed. You kneel in front of him, take his dick in your hand and start stroking it.'
+
+		gs 'arousal', 'hj', 30, 'exhibitionism'
+		gs 'stat'
+
+		act 'Blow him':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj.mp4"></video></center>'
+			'Admiring the impressive size of the cock before you, you wrap your lips around the shaft and start sucking it as you reach between your legs and start rubbing your clit.'
+			
+			gs 'arousal', 'bj', 5, 'exhibitionism'
+			gs 'stat'
+
+			act 'Suck further':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/deep.mp4"></video></center>'
+				'<<$pakter[1]>> relaxes as you take control, trying to take the full length of his cock down your throat.'
+
+				gs 'arousal', 'bj', 5, 'exhibitionism', 'deepthroat'
+				gs 'stat'
+
+				act 'Ride him':
+					*clr & cla
+					pcs_vag += 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/sex.mp4"></video></center>'
+					'You straddle <<$pakter[1]>> and guide his dick into your pussy. You begin to ride him hard and really get into it. After a few minutes, he lifts you off of his dick, throws you on your back and spreads your legs so he can fuck you missionary style.'
+					'After pounding your pussy in a variety of other poses, <<$pakter[1]>> pulls his cock out of you and gets you on all fours, your ass high in the air. You feel him pressing against your anus.'
+
+					!! Precum pregnancy check
+					cumnostd = 1
+					gs 'cum_call', 'precum', $pakterID[1], 1, 0, 10000, 1
+
+					gs 'arousal', 'vaginal', 5, 'exhibitionism'
+					gs 'stat'
+
+					act 'Anal':
+						*clr & cla
+						pcs_ass += 1
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/sex1.mp4"></video></center>'
+						'You try as best as you can to relax as <<$pakter[1]>> pushes into your ass and immediately goes at it like a jackhammer. He pulls out a few times to let you recover, the camera coming in for shots of your stretched hole each time, before he plunges his dick back inside you.'
+
+						gs 'arousal', 'anal', 5, 'exhibitionism'
+						gs 'stat'
+
+						act 'Kneel down and open your mouth':
+							*clr & cla
+							minut += 5
+							facial += 1
+							gs 'stat'
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cum.mp4"></video></center>'
+							'<<$pakter[1]>> grabs you by the hips and really starts pounding your ass. Just as it''s starting to hurt, he pulls out of your ass and you quickly turn and kneel before him. He vigorously jerks his dick and his cum is soon splattering across your face and onto your tongue.'
+							cumnostd = 1
+							gs 'cum_call', 'mouth_swallow', $pakterID[1], 1, 0, 0, 36
+							gs 'cum_call', 'face', $pakterID[1], 1, 0, 0, 4
+
+							act 'Clean his cock':
+								*clr & cla
+								minut += 5
+								gs 'stat'
+								'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj2.mp4"></video></center>'
+								'You keep look deep into his eyes as you lick and suck his cock clean. He steps aside to let the camera come in for a shot of you. '
+								'You look up at the camera and smile, playfully showing off your cum coated face before the shoot ends.'
+								gs 'arousal', 'end'
+								gs 'stat'
+
+								act 'Take a shower': gt 'pornstudio', 'shower'
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '5':
+	if rand(0,2) = 0: pornhj += 1
+	if rand(0,1) = 0: pornbj += 1
+	if rand(0,1) = 0: pornvag += 1
+	if rand(0,1) = 0: pornanal += 1
+	if rand(0,1) = 0: pornbukk += 1
+	if rand(0,1) = 0: pornswall += 1
+	porngang += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 25
+	minut += 180
+	gang += 1
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'You co-stars for this shoot are <<$pakter[1]>> and <<$pakter[2]>>. They are watching porn on a monitor, getting their cocks ready for you.'
+
+	act 'Undress and kneel':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tbj.mp4"></video></center>'
+		'You get into position kneeling before <<$pakter[1]>> and <<$pakter[2]>>. When the camera starts rolling, they slap their fully erect cocks against your face.'
+
+		gs 'arousal', 'bj', 10, 'exhibitionism', 'group'
+		gs 'stat'
+
+		act 'Suck them':
+			*clr & cla
+			pornbj += 1
+			gs 'stat'
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tbj2.mp4"></video></center>'
+			'You then start sucking the two dicks in front of you in turn, jerking the other with your hand. The two men moan loudly in pleasure and encourage you to take them deeper.'
+
+			gs 'arousal', 'bj', 15, 'exhibitionism'
+			gs 'stat'
+
+			act 'Spitroast':
+				*clr & cla
+				pcs_vag += 1
+				pornvag += 1
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/three.mp4"></video></center>'
+				'The men get you on all fours and <<$pakter[1]>> slides his dick into your pussy while you continue to suck <<$pakter[2]>>''s dick.'
+				'The two men spend the next few minutes repositioning you and taking turns fucking your pussy.'
+
+				!! Precum pregnancy check
+				cumnostd = 1
+				gs 'cum_call', 'precum', $pakterID[1], 1, 0, 10000, 1
+
+				gs 'arousal', 'bj', -15, 'exhibitionism'
+				gs 'arousal', 'vaginal', 15, 'exhibitionism'
+				gs 'stat'
+
+				act 'Anal':
+					*clr & cla
+					pcs_ass += 1
+					pornanal += 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/threea.mp4"></video></center>'
+					'<<$pakter[1]>> takes his cock out of your pussy and plunges it into your ass. The extra tightness quickly overwelms him and after only a few minutes in your ass, you feel him unloading inside you with a loud grunt.'
+					'You keep sucking <<$patker[2]>>, who sounds like he is also close to climax.'
+					cumnostd = 1
+					gs 'cum_call', 'anus', $pakterID[1], 1, 0, 0, 40
+					gs 'arousal', 'bj', -15, 'exhibitionism'
+					gs 'arousal', 'anal', 15, 'exhibitionism'
+					gs 'stat'
+
+					act 'Facial':
+						*clr & cla
+						minut += 5
+						facial += 1
+						pornswall += 1
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tcum.mp4"></video></center>'
+						'You are about to move around to clean up <<$pakter[1]>> when <<$pakter[2]>> grabs your head and shoots his load across your face. The two men say the most depraved things as cum slowly trickles down your face and out of your asshole.'
+                        'The director seems pleased, however, and calls an end to the shoot.'
+						cumnostd = 1
+						gs 'cum_call', 'mouth', $pakterID[2], 1, 0, 0, 40
+						gs 'arousal', 'end'
+						gs 'stat'
+
+						act 'Take a shower': gt 'pornstudio', 'shower'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '6':
+	pornbj += 1
+	pornvag += 1
+	pornanal += 1
+	if rand(0,1) = 0: pornbukk += 1
+	pornswall += 1
+	porngang += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 25
+	minut += 180
+	gang += 1
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> and <<$pakter[2]>> are your co-stars for this shoot. They are watching porn on a monitor, getting their cocks ready for you.'
+
+	act 'Undress and start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tbj.mp4"></video></center>'
+		'You get into position kneeling before <<$pakter[1]>> and <<$pakter[2]>>. When the camera starts rolling, they slap their fully erect cocks against your face.'
+
+		gs 'arousal', 'bj', 10, 'exhibitionism', 'group'
+		gs 'stat'
+
+		act 'Suck them':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tbj2.mp4"></video></center>'
+			'You start to suck both dicks in turn, jerking the other with your hand.'
+
+			gs 'arousal', 'bj', 15, 'exhibitionism', 'group'
+			gs 'stat'
+
+			act 'Fuck them':
+				*clr & cla
+				pcs_vag += 1
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/three.mp4"></video></center>'
+				'You get on all fours and <<$pakter[1]>> fucks you from behind while you suck <<$pakter[2]>>''s dick.'
+                'You spend the next few minutes getting fucked in a variety of poses by the two men, who take turns fucking your pussy.'
+				!! Precum pregnancy check
+				cumnostd = 1
+				gs 'cum_call', 'precum', $pakterID[1], 1, 0, 10000, 1
+				gs 'stat'
+
+				gs 'arousal', 'bj', -15, 'exhibitionism', 'group'
+				gs 'arousal', 'vaginal', 15, 'exhibitionism', 'group'
+				gs 'stat'
+
+				act 'Anal':
+					*clr & cla
+					pcs_ass += 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/threea.mp4"></video></center>'
+					'<<$pakter[1]>> switches it up and sticks his cock into your ass while you keep sucking <<$pakter[2]>>.'
+                    '<<$patker[1]>> is really getting into it and is vigorously pounding your asshole.'
+					gs 'arousal', 'bj', -15, 'exhibitionism', 'group'
+					gs 'arousal', 'anal', 15, 'exhibitionism', 'group'
+					gs 'stat'
+
+					act 'Double penetration':
+						*clr & cla
+						pcs_ass += 1
+						pcs_vag += 1
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/three2.mp4"></video></center>'
+						'<<$pakter[1]>> takes his dick out of your ass and lies down. Knowing <<$pakter[1]>> wants more, you straddle his cock.'
+						'You feel his cock fill your pussy while <<$pakter[2]>> moves in behind you and pushes his dick into your ass.'
+						'The guys find a rhythm and grind away at your holes as you moan loudly.'
+
+						gs 'arousal', 'anal', -15, 'exhibitionism', 'group'
+						gs 'arousal', 'vaginal', 15, 'exhibitionism', 'group'
+						gs 'stat'
+
+						act 'Finish them':
+							*clr & cla
+							minut += 5
+							facial += 1
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tcum.mp4"></video></center>'
+							'The guys tell you they''re close and both pull out. You grab <<$pakter[1]>>''s dick and begin to suck it.'
+							'As you suck his dick, your head is suddenly grabbed and you are turned around. <<$pakter[2]>> shoots his load across your face and into your mouth, <<$pakter[1]>> following him close behind.'
+                            'The two men step aside to let the camera get a shot of you. You look up at the camera and smile, swallowing the cum in your mouth and finishing with a close up of your cum splattered face.'
+							cumnostd = 1
+							gs 'cum_call', 'mouth', $pakterID[1], 1, 0, 0, 10
+							gs 'cum_call', 'face', $pakterID[1], 1, 0, 0, 30
+							cumnostd = 1
+							gs 'cum_call', 'mouth', $pakterID[2], 1, 0, 0, 10
+							gs 'cum_call', 'face', $pakterID[2], 1, 0, 0, 30
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '7':
+	if rand(0,1) = 0: pornbj += 1
+	pornvag += 1
+	if rand(0,2) = 0: porngang += 1
+	porncream += 1
+	pfType = 1
+	*clr & cla
+	gs 'fame', 'city', 'porn', 20
+	minut += 180
+	$orgasm_or = 'no'
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'Your co-star for this shoot is <<$pakter[1]>>. He is standing to the side, slowly stroking his dick.'
+
+	act 'Undress and start':
+		*clr & cla
+		pornbj += 1
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj.mp4"></video></center>'
+		'You start by teasing the camera. You play with your tits and show off your pussy before <<$pakter[1]>> walks up. You kneel between his legs, take his shaft into your mouth and start passionately sucking his dick.'
+
+		gs 'arousal', 'bj', 30, 'exhibitionism'
+		gs 'stat'
+
+		act 'Keep sucking':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/deep.mp4"></video></center>'
+			'<<$pakter[1]>> grabs your hair in his fists and begins to fuck your mouth, driving his cock down your throat with every thrust.'
+			'After a few minutes of this, he takes his cock out and you wipe the saliva from your mouth.'
+
+			gs 'arousal', 'bj', 15, 'exhibitionism'
+			gs 'stat'
+
+			act 'Get fucked':
+				*clr & cla
+				gs 'stat'
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/pronebone.mp4"></video></center>'
+				'<<$pakter[1]>> grabs your hips, throws you on the couch and climbs on top of you. You feel him slide into your pussy and he begins to fuck you hard.'
+                'You spend the next few minutes getting fucked by him in a variety of positions.'
+				gs 'arousal', 'vaginal', 15, 'exhibitionism'
+				gs 'stat'
+
+				if orgasm_buildup => 200 - pcs_inhib:
+					if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'exhib', 'self', 'hard'
+					if will_cost <= pcs_willpwr or orgasm_buildup => 300 - pcs_inhib:
+						act iif(orgasm_buildup < 300 - pcs_inhib, 'Block out everything but the pleasure and let yourself orgasm (<<will_cost>> Willpower)', 'Orgasm'):
+							*clr & cla
+							if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'pay', 'self'
+							orgasmbonus += 10
+							porngasm += 1
+							cumnostd = 1
+							gs 'cum_call', '', $pakterID[1], 1, 0, 10000, 40
+							gs 'stat'
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porncp<<rand(1,3)>>.mp4" width="400"></video></center>'
+							'You are really getting into it and soon reach your orgasm. Your convulsing pussy tightens around <<$pakter[1]>>, which sends him over the edge. You soon feel yourself being filled with a considerable amount of sperm.'
+							'He climbs off of you, but you stay on the couch while the camera comes forward to film your pussy as you squeeze <<$pakter[1]>>''s load out from deep inside you. After a few minutes the director nods his head, and you get up.'
+							$orgasm_or = 'yes'
+							gs 'arousal', 'vaginal', 5, 'exhibitionism'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					else
+						act 'Block out everything but the pleasure and let yourself orgasm (<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 orgasm_buildup < 300 - pcs_inhib:
+					act 'Fake orgasm':
+						*clr & cla
+						cumnostd = 1
+						!! gs 'cum_call', '', $pakterID[1], 1, 0, 10000, 40 (Not sure if this is needed anymore based on context. Delete if not.)
+						gs 'stat'
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porncp<<rand(1,3)>>.mp4" width="400"></video></center>'
+						'<<$pakter[1]>> is pounding your pussy a little too hard and cums too soon, his cum splattering across your stomach when he pulls out. The director cuts and <<$pakter[1]>> moves aside as an assistant comes forward with a towel and a plastic syringe. She wipes you clean before pushing the syringe inside you, causing you to gasp as you feel a cold liquid pool inside your vagina. Once he is hard again, <<$pakter[1]>> gets back into position and penetrates you.'
+						'The camera resumes filming and he starts thrusting. After a few minutes, you both fake an orgasm and he climbs off of you, but you stay on the couch while the camera comes forward to film your pussy as you squeeze the fake cum out from deep inside you. After a few minutes the director nods his head, and you get up.'
+						gs 'arousal', 'vaginal', 5, 'exhibitionism'
+						gs 'arousal', 'end'
+						gs 'stat'
+
+						act 'Take a shower': gt 'pornstudio', 'shower'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '8':
+	if rand(0,2) = 0: pornbj += 1
+	pornvag += 1
+	pornanal += 1
+	porngang += 1
+	porncream += 1
+	pfType = 1
+	*clr & cla
+	gs 'fame', 'city', 'porn', 25
+	minut += 180
+	gang += 1
+	porngang += 1
+	$orgasm_or = 'no'
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> and <<$pakter[2]>> are your co-stars for this shoot. They are watching porn on a monitor, getting their cocks ready for you.'
+
+	act 'Undress and kneel':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tbj.mp4"></video></center>'
+		'You get into position kneeling before <<$pakter[1]>> and <<$pakter[2]>>. When the camera starts rolling, they slap their fully erect cocks against your face.'
+
+		gs 'arousal', 'bj', 10, 'exhibitionism', 'group'
+		gs 'stat'
+
+		act 'Suck them':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tbj2.mp4"></video></center>'
+			'You then start sucking the two dicks in front of you in turn, jerking the other with your hand. The two men moan loudly in pleasure and encourage you to take them deeper.'
+			gs 'arousal', 'bj', 15, 'exhibitionism', 'group'
+			gs 'stat'
+
+			act 'Fuck them':
+				*clr & cla
+				pcs_vag += 1
+				pcs_ass += 1
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/threesomedp<<rand(1,5)>>.mp4" width="500"></video></center>'
+				if rand(0,1) = 0:
+					cumnostd = 1
+					gs 'cum_call', '', $pakterID[1], 1, 0, 10000, 40
+					gs 'cum_call', 'anus', $pakterID[2], 1, 0, 0, 40
+					'<<$pakter[1]>> lays on the bed and you climb on top of him, sliding his cock into your pussy, then wait until <<$pakter[2]>> pushes into your ass. He starts to fuck you enthusiastically, making you ride <<$pakter[1]>>''s dick. They fuck you like for a while before spending time repositioning you into various poses and fucking both your holes. After getting fucked in a variety of positions, the director signals to the guys that they should cum inside you.'
+				else
+					cumnostd = 1
+					gs 'cum_call', '', $pakterID[2], 1, 0, 10000, 40
+					gs 'cum_call', 'anus', $pakterID[1], 1, 0, 0, 40
+					'<<$pakter[2]>> lays on the bed and you climb on top of him, sliding his cock into your pussy, then wait until <<$pakter[1]>> pushes into your ass. He starts to fuck you enthusiastically, making you ride <<$pakter[2]>>''s dick. They fuck you like for a while before spending time repositioning you into various poses and fucking both your holes. After getting fucked in a variety of positions, the director signals to the guys that they should cum inside you.'
+				end
+				gs 'arousal', 'anal', -25, 'exhibitionism', 'group'
+				gs 'arousal', 'vaginal', 25, 'exhibitionism', 'group'
+				gs 'stat'
+
+				'The guys start to fuck you even faster in response, and you soon feel them twitching inside you.'
+
+				if orgasm_buildup => 200 - pcs_inhib:
+					if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'exhib', 'self', 'hard'
+					if will_cost <= pcs_willpwr or orgasm_buildup => 300 - pcs_inhib:
+						act iif(orgasm_buildup < 300 - pcs_inhib, 'Block out everything but the pleasure and let yourself orgasm (<<will_cost>> Willpower)', 'Orgasm'):
+							cla
+							if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'pay', 'self'
+							porngasm += 1
+							orgasmbonus += 10
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+							'You have a real and very explosive orgasm. Your legs buckle and you almost collapse on the guy beneath you as they both unload inside you. Once they are finished, they pull out and you lie on the bed with your legs spread so the camera can get a close up of your pussy and ass as their cum trickles out of you. After a few seconds, the director nods his head and you get up.'
+							$orgasm_or = 'yes'
+							gs 'arousal', 'vaginal', 5, 'exhibitionism'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					else
+						act 'Block out everything but the pleasure and let yourself orgasm (<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 orgasm_buildup < 300 - pcs_inhib:
+					act 'Fake orgasm':
+						cla
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+						'You fake a screaming orgasm and talk dirty to the guys as they unload inside you. Once they are finished, they pull out and you lie on the bed with your legs spread so the camera can get a close up of your pussy and ass as their cum trickles out of you. After a few seconds, the director nods his head and you get up.'
+						gs 'arousal', 'vaginal', 5, 'exhibitionism'
+						gs 'arousal', 'end'
+						gs 'stat'
+
+						act 'Take a shower': gt 'pornstudio', 'shower'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '9':
+	if rand(0,2) = 0: pornbj += 1
+	pornswall += 1
+	pornvag += 1
+	porngang += 1
+	porncream += 1
+	pfType = 1
+	*clr & cla
+	gs 'fame', 'city', 'porn', 25
+	minut += 180
+	gang += 1
+	$orgasm_or = 'no'
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> and <<$pakter[2]>> are your co-stars for this shoot. They are watching porn on a monitor, getting their cocks ready for you.'
+
+	act 'Undress and kneel':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tbj.mp4"></video></center>'
+		'You get into position kneeling before <<$pakter[1]>> and <<$pakter[2]>>. When the camera starts rolling, they slap their fully erect cocks against your face.'
+
+		gs 'arousal', 'bj', 10, 'exhibitionism', 'group'
+		gs 'stat'
+
+		act 'Suck them':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/tbj2.mp4"></video></center>'
+			'You then start sucking the two dicks in front of you in turn, jerking the other with your hand. The two men moan loudly in pleasure and encourage you to take them deeper.'
+			'You are sucking <<$pakter[2]>>''s dick when he grabs your hair for leverage and starts face fucking you. After a while, the director gestures for you to move onto the next scene, so he releases you and urges you to push your ass out.'
+
+			gs 'arousal', 'bj', 15, 'exhibitionism', 'group', 'rough', 'deepthroat'
+			gs 'stat'
+
+			act 'Fuck them':
+				*clr & cla
+				pornvag += 1
+				pornswall += 1
+				'<center><video autoplay loop src="images/shared/sex/group/threesomepm<<rand(1,12)>>.mp4" width="500"></video></center>'
+
+				if rand(0,1) = 0:
+					!! Precum pregnancy check
+					cumnostd = 1
+					gs 'cum_call', 'precum', $pakterID[1], 1, 0, 10000, 1
+
+					cumnostd = 1
+					gs 'cum_call', '', $pakterID[1], 1, 0, 10000, 40
+					cumnostd = 1
+					gs 'cum_call', 'mouth', $pakterID[2], 1, 0, 0, 40
+
+					'You get in position before <<$pakter[2]>> and start to suck him while <<$pakter[1]>> starts to fuck your pussy. He fucks you enthusiastically, making you swallow <<$pakter[2]>>''s dick. They fuck you like this and in a number of other poses and take turns switching between your mouth and pussy before the director signals that it is time for the finale.'
+				else
+					!! Precum pregnancy check
+					cumnostd = 1
+					gs 'cum_call', 'precum', $pakterID[2], 1, 0, 10000, 1
+
+					cumnostd = 1
+					gs 'cum_call', '', $pakterID[2], 1, 0, 10000, 40
+					cumnostd = 1
+					gs 'cum_call', 'anus', $pakterID[1], 1, 0, 0, 40
+
+					'You get in position before <<$pakter[1]>> and start to suck him while <<$pakter[2]>> starts to fuck your pussy. He fucks you enthusiastically, making you swallow <<$pakter[1]>>''s dick. They fuck you like this and in a number of other poses and take turns switching between your mouth and pussy before the director signals that it is time for the finale.'
+				end
+				gs 'arousal', 'bj', -25, 'exhibitionism', 'group'
+				gs 'arousal', 'vaginal', 25, 'exhibitionism', 'group'
+				gs 'stat'
+
+				'The guys immediately start to fuck you even faster while still coordinating with each other and you soon feel them twitching inside you simultaneously. Your pussy is filled with cum as another load hits your throat, causing you to choke slightly.'
+
+				if orgasm_buildup => 200 - pcs_inhib:
+					if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'exhib', 'self', 'hard'
+					if will_cost <= pcs_willpwr or orgasm_buildup => 300 - pcs_inhib:
+						act iif(orgasm_buildup < 300 - pcs_inhib, 'Block out everything but the pleasure and let yourself orgasm (<<will_cost>> Willpower)', 'Orgasm'):
+							cla
+							if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'pay', 'self'
+							orgasmbonus += 10
+							porngasm += 1
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+							'You have a real orgasm and explosive orgasm, your moans muffled by the cock in your mouth. The guys finish and step away so the camera can film you swallowing the load in your mouth before moving down for a close up of the cum trickling out of your pussy.'
+							$orgasm_or = 'yes'
+							gs 'arousal', 'vaginal', 5, 'exhibitionism'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					else
+						act 'Block out everything but the pleasure and let yourself orgasm (<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 orgasm_buildup < 300 - pcs_inhib:
+					act 'Fake orgasm':
+						cla
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+						'You fake an orgasm alongide the guys, your moans muffled by the cock in your mouth. The guys finish and step away so the camera can film you swallowing the load in your mouth before moving down to get a close up of the cum trickling out of your pussy.'
+						gs 'arousal', 'vaginal', 5, 'exhibitionism'
+						gs 'arousal', 'end'
+						gs 'stat'
+
+						act 'Take a shower': gt 'pornstudio', 'shower'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '10':
+	if rand(0,1) = 0: pornbj += 1
+	pornvag += 2
+	porngang += 2
+	if rand(0,1) = 0: pornhj += 1
+	pornbukk += 2
+	pfType = 1
+	*clr & cla
+	gs 'fame', 'city', 'porn', 30
+	minut += 180
+	gang += 1
+	$orgasm_or = 'no'
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'Your co-stars <<$pakter[1]>>, <<$pakter[2]>>, <<$pakter[3]>> and <<$pakter[4]>> are watching porn while loudly discussing who gets to do what first.'
+	'As they continue arguing with each other, you do a striptease for the camera, allowing it to get close up shots of both your holes as you talk dirty, teasing the viewers.'
+
+	act 'Warmup':
+		*clr & cla
+
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/warmupgang.mp4" width="500"></video></center>'
+		'Under pressure from the director, the men eventually reach an agreement and gather around you. You starting sucking one guy''s dick while giving a handjob to another. The other two get creative - one of them sucks your tits while the other licks your pussy. The guys switch places once in a while, and soon the director indicates to change the scene.'
+
+		gs 'arousal', 'bj', -20, 'exhibitionism', 'group'
+		gs 'arousal', 'hj', 20, 'exhibitionism', 'group'
+		gs 'stat'
+
+		act 'Fuck them':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/gangp<<rand(1,4)>>.mp4" width="500"></video></center>'
+			'The guys take turns fucking you in a variety of positions. You keep them hard by jerking and sucking them off when they''re not fucking you.'
+
+			!! Precum pregnancy check
+			cumnostd = 1
+			gs 'cum_call', 'precum', $pakterID[1], 1, 0, 10000, 1
+			cumnostd = 1
+			gs 'cum_call', 'precum', $pakterID[2], 1, 0, 10000, 1
+			cumnostd = 1
+			gs 'cum_call', 'precum', $pakterID[3], 1, 0, 10000, 1
+			cumnostd = 1
+			gs 'cum_call', 'precum', $pakterID[4], 1, 0, 10000, 1
+
+			gs 'arousal', 'vaginal', 20, 'exhibitionism', 'group'
+			gs 'stat'
+
+			act 'Finale':
+				killvar 'cuminside'
+				*clr & cla
+				'The guys continue to fuck you, but this time with the purpose of cumming as quickly as possible.'
+
+				if rand(0,5) > 0:
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbath<<rand(1,2)>>.mp4" width="500"></video></center>'
+					'<<$pakter[1]>> is fucking you when he suddenly groans and pulls out, coating your labia with his load of cum. You look up at him seductively while biting your lip, a look of satisifed pleasure on his face.'
+					gs 'cum_call', 'labia', $pakterID[1], 1, 0, 10000, 40
+				else
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbathm<<rand(1,2)>>.mp4" width="500"></video><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbath<<rand(1,4)>>.mp4" width="500"></video></center>'
+					'<<$pakter[1]>> is fucking you when he suddenly groans and pulls his dick out of your pussy, but messes up when his first shot of cum shoots straight into your open pussy. He quickly corrects his aim, and the others coat your labia.'
+					cumnostd = 1
+					gs 'cum_call', '', $pakterID[1], 1, 0, 10000, 10
+					gs 'cum_call', 'labia', $pakterID[1], 1, 0, 10000, 30
+					cuminside = 1
+				end
+
+				if orgasm_buildup >= 200 - pcs_inhib:
+					orgasmbonus += 10
+					pornorg = 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+					'You are rubbing your clit and end up cumming alongside him as he coats your twitching pussy with his load.'
+					$orgasm_or = 'yes'
+					gs 'stat'
+				end
+				gs 'arousal', 'vaginal', 5, 'exhibitionism', 'group'
+				gs 'stat'
+
+				'When he is done, he is replaced by <<$pakter[2]>>, who quickly penetrates you and starts thrusting.'
+				if rand(0,5) > 0:
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbath4.mp4" width="500"></video></center>'
+					'Reaching climax, <<$pakter[2]>> groans and pulls out, aiming his dick at your tits. He jerks his dick and you look down to see hot cum splatter over your tits. You giggle and smile as you squeeze your cum covered tits in your hands.'
+					gs 'cum_call', 'breasts', $pakterID[2], 1, 0, 10000, 40
+				else
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbath4.mp4" width="500"></video></center>'
+					'Reaching climax, <<$pakter[2]>> groans and pulls out. He aims at your tits, but his first shot hits you straight in the face. He quickly corrects his aim, and the rest of his cum coats your tits.'
+					cumnostd = 1
+					gs 'cum_call', '', $pakterID[2], 1, 0, 10000, 10
+					gs 'cum_call', 'breasts', $pakterID[2], 1, 0, 10000, 30
+					cuminside = 1
+				end
+
+				if orgasm_buildup >= 200 - pcs_inhib:
+					orgasmbonus += 10
+					pornorg = 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+					'You are playing with your tits as <<$pakter[2]>> fucks you. You pinch your nipple just as he pulls out and have an explosive orgasm as he coats your writhing body with his cum.'
+					$orgasm_or = 'yes'
+					gs 'stat'
+				end
+				gs 'arousal', 'vaginal', 5, 'exhibitionism', 'group'
+				gs 'stat'
+
+				'When he is done, he is replaced by <<$pakter[3]>>, who moves in and starts pounding your pussy hard.'
+				if rand(0,5) > 0:
+					'<center><video autoplay loop src="images/shared/sex/cum/cum2.mp4" width="500"></video></center>'
+					'<<$pakter[3]>> is really going at it and doesn''t stop until the last second. He suddenly groans and quickly pulls out before straddling you. You close your eyes just in time as his warm cum splatter across your face and into your hair. When he''s finished, you take him into your mouth and suck his dick clean.'
+					gs 'cum_call', 'hair', $pakterID[3], 1, 0, 10000, 20
+					gs 'cum_call', 'face', $pakterID[3], 1, 0, 10000, 20
+				else
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbathm<<rand(1,2)>>.mp4" width="500"></video><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbath2.mp4" width="500"></video></center>'
+					'<<$pakter[3]>> is pounding you hard. He reaches climax rather quickly, but doesn''t pull out fast enough. His first shot of cum shoots straight into your open pussy, and the rest splatters over your already covered labia.'
+					cumnostd = 1
+					gs 'cum_call', '', $pakterID[3], 1, 0, 10000, 10
+					gs 'cum_call', 'labia', $pakterID[3], 1, 0, 10000, 15
+					cuminside = 1
+				end
+
+				if orgasm_buildup >= 200 - pcs_inhib:
+					orgasmbonus += 10
+					pornorg = 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+					'<<$pakter[3]>> is pounding you so hard that you have an orgasm as he coats your writhing body with his load.'
+					$orgasm_or = 'yes'
+				end
+				gs 'arousal', 'vaginal', 5, 'exhibitionism', 'group'
+				gs 'stat'
+
+				'When he is done, he is replaced by <<$pakter[4]>>, the last of the men.'
+				if rand(0,5) > 0:
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbath3.mp4" width="500"></video></center>'
+					'<<$pakter[4]>> fucks you for only a few minutes before he groans and pulls out, coating your belly with his cum.'
+					gs 'cum_call', 'stomach', $pakterID[4], 1, 0, 10000, 40
+				else
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbathm<<rand(1,2)>>.mp4" width="500"></video><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumbath3.mp4" width="500"></video></center>'
+					'<<$pakter[4]>> fucks you for only a few minutes before he pulls out, but messes up when his first shot of cum shoots straight into your open pussy. He quickly corrects his aim, and the rest splatter across your stomach.'
+					cumnostd = 1
+					gs 'cum_call', '', $pakterID[4], 1, 0, 10000, 10
+					gs 'cum_call', 'stomach', $pakterID[4], 1, 0, 10000, 30
+					cuminside = 1
+				end
+
+				if orgasm_buildup >= 200 - pcs_inhib:
+					orgasmbonus += 10
+					pornorg = 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+					'The four guys fucking has aroused you greatly. You end up having an explosive orgasm as he coats your writhing body with his load.'
+					$orgasm_or = 'yes'
+				end
+				gs 'arousal', 'vaginal', 5, 'exhibitionism', 'group'
+				if cuminside = 1: porncream += 1 & killvar 'cuminside'
+				if pornorg = 1: porngasm += 1 & killvar 'pornorg'
+				gs 'stat'
+				gs 'arousal', 'end'
+				gs 'stat'
+				
+				'The men finished, you lie on the bed and teasingly play with your cum covered body for a few seconds, the camera getting few close ups of you before you sit up and use your fingers to scoop some cum off your tits, making a seductive show of sucking your fingers clean and smiling at the camera. The director is pleased and ends the shoot.'
+
+				act 'Take a shower': gt 'pornstudio', 'shower'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '11':
+	if rand(0,1) = 0:pornbj += 1
+	if rand(0,1) = 0:pornhj += 1
+	pornvag += 2
+	porngang += 2
+	porncream += 2
+	pfType = 1
+	*clr & cla
+	gs 'fame', 'city', 'porn', 30
+	minut += 180
+	gang += 1
+	$orgasm_or = 'no'
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'Your co-stars <<$pakter[1]>>, <<$pakter[2]>>, <<$pakter[3]>> and <<$pakter[4]>> are watching porn while loudly discussing who gets to do what first.'
+	'As they continue arguing with each other, you do a striptease for the camera, allowing it to get close up shots of both your holes as you talk dirty, teasing the viewers.'
+
+	act 'Warmup':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/warmupgang.mp4" width="500"></video></center>'
+		'Under pressure from the director, the men eventually reach an agreement and gather around you. You starting sucking one guy''s dick while giving a handjob to another. The other two get creative - one of them sucks your tits while the other licks your pussy. The guys switch places once in a while, and soon the director indicates to change the scene.'
+
+		gs 'arousal', 'hj', -20, 'exhibitionism', 'group'
+		gs 'arousal', 'cuni', 20, 'exhibitionism', 'group'
+		gs 'stat'
+
+		act 'Fuck them':
+			*clr & cla
+			'<center><video autoplay loop src="images/shared/sex/group/threesomepm<<rand(1,12)>>.mp4" width="500"></video></center>'
+            'The guys take turns fucking you in a variety of positions. You keep them hard by jerking and sucking them off when they''re not fucking you.'
+
+			gs 'arousal', 'hj', -20, 'exhibitionism', 'group'
+			gs 'arousal', 'bj', -20, 'exhibitionism', 'group'
+			gs 'arousal', 'vaginal', 20, 'exhibitionism', 'group'
+			gs 'stat'
+
+			act 'Creampies':
+				*clr & cla
+				minut += 5
+				porncream += 1
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porncp<<rand(1,4)>>.mp4" width="500"></video></center>'
+				cumnostd = 1
+				gs 'cum_call', '', $pakterID[1], 1, 0, 10000, 40
+				cumnostd = 1
+				gs 'cum_call', '', $pakterID[2], 1, 0, 10000, 40
+				cumnostd = 1
+				gs 'cum_call', '', $pakterID[3], 1, 0, 10000, 40
+				cumnostd = 1
+				gs 'cum_call', '', $pakterID[4], 1, 0, 10000, 40
+				gs 'arousal', 'vaginal', 15, 'exhibitionism', 'group'
+
+				if orgasm_buildup => 200 - pcs_inhib:
+					if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'exhib', 'self', 'hard'
+					if will_cost <= pcs_willpwr or orgasm_buildup => 300 - pcs_inhib:
+						act iif(orgasm_buildup < 300 - pcs_inhib, 'Block out everything but the pleasure and let yourself orgasm (<<will_cost>> Willpower)', 'Orgasm'):
+							*clr & cla
+							if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'pay', 'self'
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porncp4some.mp4" width="400"></video></center>'
+							'You lie on your back, spread your legs and smile at the guys, talking dirty and inviting them to cum in you. They gather round and take turns fucking you, making you moan as you feel each load of cum pump deep inside you. The cum from the first two guys start to leak from you and pool below you as the last guy fucks you fast and hard.'
+							'Since you are already on edge, this pushes you over and you cum around his dick, milking it even more. This pleases the director greatly. As soon as the guys are finished, the camera comes for a close up as a stream of cum runs from your pussy. It then pans up to you and you give it a wink and kiss.'
+							orgasmbonus += 10
+							porngasm += 1
+							$orgasm_or = 'yes'
+							gs 'arousal', 'vaginal', 5, 'exhibitionism', 'group'
+							gs 'arousal', 'end'
+							gs 'stat'
+							act 'Finish':
+								*clr & cla
+								'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/pornwalk.mp4" height="200">'
+								'The scene ends with you putting on your dress and stepping out the door with cum still dripping from your pussy.'
+
+								act 'Take a shower': gt 'pornstudio', 'shower'
+							end
+						end
+					else
+						act 'Block out everything but the pleasure and let yourself orgasm (<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 orgasm_buildup < 300 - pcs_inhib:
+					act 'No orgasm':
+						*clr & cla
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porncp4some.mp4" width="400"></video></center>'
+						'You lie on your back, spread your legs and smile at the guys, talking dirty and inviting them to cum in you. They gather round and take turns fucking you, making you moan as you feel each load of cum pump deep inside you. The cum from the first two guys start to leak from you and pool below you as the last guy fucks you fast and hard.'
+						'As soon as the guys are finished, the camera comes for a close up as a stream of cum runs from your pussy. It then pans up to you and you give it a wink and kiss.'
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Finish':
+							*clr & cla
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/pornwalk.mp4" height="200">'
+							'The scene ends with you putting on your dress and stepping out the door with cum still dripping from your pussy.'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+					    end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '12':
+	if rand(0,1) = 0: pornbj += 1
+	if rand(0,1) = 0: pornhj += 1
+	pornanal += 2
+	porngang += 2
+	porncream += 2
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 30
+	minut += 180
+	gang += 1
+	$orgasm_or = 'no'
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'Your co-stars <<$pakter[1]>>, <<$pakter[2]>>, <<$pakter[3]>> and <<$pakter[4]>> are watching porn while loudly discussing who gets to do what first.'
+	'As they continue arguing with each other, you do a striptease for the camera, allowing it to get close up shots of both your holes as you talk dirty, teasing the viewers.'
+
+	act 'Warmup':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/warmupgang.mp4" width="500"></video></center>'
+		'Under pressure from the director, the men eventually reach an agreement and gather around you. You starting sucking one guy''s dick while giving a handjob to another. The other two get creative - one of them sucks your tits while the other licks your pussy. The guys switch places once in a while, and soon the director indicates to change the scene.'
+
+		gs 'arousal', 'hj', -20, 'exhibitionism', 'group'
+		gs 'arousal', 'cuni', 20, 'exhibitionism', 'group'
+		gs 'stat'
+
+		act 'Fuck them':
+			*clr & cla
+			gs 'stat'
+			'<center><video autoplay loop src="images/shared/sex/group/threesomepm<<rand(0,5)>>.mp4" width="500"></video></center>'
+			'The guys take turns fucking your ass in a variety of positions. You keep them hard by jerking and sucking them off when they''re not fucking you.'
+
+			gs 'arousal', 'hj', -20, 'exhibitionism', 'group'
+			gs 'arousal', 'bj', -20, 'exhibitionism', 'group'
+			gs 'arousal', 'anal', 20, 'exhibitionism', 'group'
+			gs 'stat'
+
+			act 'Anal creampies':
+				*clr & cla
+				minut += 5
+				cumnostd = 1
+				gs 'cum_call', 'anus', $pakterID[1], 1, 0, 10000, 40
+				cumnostd = 1
+				gs 'cum_call', 'anus', $pakterID[2], 1, 0, 10000, 40
+				cumnostd = 1
+				gs 'cum_call', 'anus', $pakterID[3], 1, 0, 10000, 40
+				cumnostd = 1
+				gs 'cum_call', 'anus', $pakterID[4], 1, 0, 10000, 40
+				gs 'arousal', 'anal', 5, 'exhibitionism', 'group'
+				
+				if orgasm_buildup => 200 - pcs_inhib:
+					if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'exhib', 'self', 'hard'
+					if will_cost <= pcs_willpwr or orgasm_buildup => 300 - pcs_inhib:
+						act iif(orgasm_buildup < 300 - pcs_inhib, 'Block out everything but the pleasure and let yourself orgasm (<<will_cost>> Willpower)', 'Orgasm'):
+							*clr & cla
+							if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'pay', 'self'
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/anal4some.mp4" width="400"></video></center>'
+							'You lower your head onto the pillows while pushing your ass in the air and spreading your cheeks to give the guys easy access to your hole. You feel a dick slide into your asshole and start fucking you hard for a few seconds before stopping. You then feel it push deep into your ass and pump a considerable amount of warm cum into your bowels.'
+							'Since you are already on edge, this pushes you over and you moan into the pillow as your legs buckle in orgasm. The director seems extremely pleased with this. The guy pulls out and you immediately feel another dick replace him, pushing deep into your ass before it starts thrusting. The other guys take their turns cumming in your ass, and by the time they''re done, you can feel a considerable amount of cum pooled inside you.'
+							orgasmbonus += 10
+							porngasm += 1
+							$orgasm_or = 'yes'
+							gs 'arousal', 'anal', 5, 'exhibitionism', 'group'
+							gs 'arousal', 'end'
+							gs 'stat'
+							act 'Finish':
+								*clr & cla
+								'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/pornwalk.mp4" height="200">'
+								'As soon as the last guy pulls out, you quickly stuff a butt plug into your ass to contain the cum inside you. The scene ends with you putting on your dress and stepping out the door with the cum inside you.'
+								act 'Take a shower': gt 'pornstudio', 'shower'
+							end
+						end
+					else
+						act 'Block out everything but the pleasure and let yourself orgasm (<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 orgasm_buildup < 300 - pcs_inhib:
+					act 'No orgasm':
+						*clr & cla
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/anal4some.mp4" width="400"></video></center>'
+						'You lower your head onto the pillows while pushing your ass in the air and spreading your cheeks to give the guys easy access to your hole. You feel a dick slide into your asshole and start fucking you hard for a few seconds before stopping. You then feel it push deep into your ass and pump a considerable amount of warm cum into your bowels.' 
+						'The guy pulls out and you immediately feel another dick replace him, pushing deep into your ass before it starts thrusting. The other guys take their turns cumming in your ass, and by the time they''re done, you can feel a considerable amount of cum pooled inside you.'
+						gs 'arousal', 'anal', 5, 'exhibitionism', 'group'
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Finish':
+							*clr & cla
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/pornwalk.mp4" height="200">'
+							'As soon as the last guy pulls out, you quickly stuff a butt plug into your ass to contain the cum inside you. The scene ends with you putting on your dress and stepping out the door with the cum inside you.'
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '13':
+	if rand(0,1) = 0:pornbj += 1
+	if rand(0,1) = 0:pornhj += 1
+	pornvag += 1
+	pornanal += 1
+	porngang += 2
+	porncream += 2
+	pfType = 1
+	*clr & cla
+	gs 'fame', 'city', 'porn', 30
+	minut += 180
+	gang += 1
+	$orgasm_or = 'no'
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'Your co-stars <<$pakter[1]>>, <<$pakter[2]>>, <<$pakter[3]>> and <<$pakter[4]>> are watching porn while loudly discussing who gets to do what first.'
+	'As they continue arguing with each other, you do a striptease for the camera, allowing it to get close up shots of both your holes as you talk dirty, teasing the viewers.'
+
+	act 'Warmup':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/warmupgang.mp4" width="500"></video></center>'
+		'Under pressure from the director, the men eventually reach an agreement and gather around you. You starting sucking one guy''s dick while giving a handjob to another. The other two get creative - one of them sucks your tits while the other licks your pussy. The guys switch places once in a while, and soon the director indicates to change the scene.'
+
+		gs 'arousal', 'hj', -20, 'exhibitionism', 'group'
+		gs 'arousal', 'bj', 20, 'exhibitionism', 'group'
+		gs 'stat'
+
+		act 'Let them fuck you':
+			*clr & cla
+			cumnostd = 1
+			gs 'cum_call', '', $pakterID[1], 1, 0, 10000, 40
+			cumnostd = 1
+			gs 'cum_call', '', $pakterID[2], 1, 0, 10000, 40
+			gs 'arousal', 'vaginal', 25, 'exhibitionism', 'group'
+
+			'<center><video autoplay loop src="images/shared/sex/group/doublevag<<rand(1,4)>>.mp4" width="500"></video></center>'
+
+			if orgasm_buildup < 200 - pcs_inhib:
+			    '<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+				'<<$paktor[1]>> lies down on the bed and you slide down onto his dick, moaning as it stretches your pussy. <<$paktor[2]>> steps behind you and pushes his dick inside of your already occupied vagina, and the two guys start to fuck you in tandem. When the director signals, the two guys start fucking you more forcefully, and thanks to their timing, they cum inside you at the same time.'
+				'You talk dirty to them and fake an orgasm while you wait for them to finish unloading inside you.'
+				gs 'arousal', 'vaginal', 5, 'exhibitionism', 'group'
+				gs 'stat'
+			else
+				orgasmbonus += 10
+				porngasm += 1
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+				'<<$paktor[1]>> lies down on the bed and you slide down onto his dick, moaning as it stretches your pussy. <<$paktor[2]>> steps behind you and pushes his dick inside of your already occupied vagina, and the two guys start to fuck you in tandem. When the director signals, the two guys start fucking you more forcefully, and thanks to their timing, they cum inside you at the same time.'
+				'Thnaks to the two dicks stretching your pussy and fucking you hard, you also cum, crying out in pleasure as your pussy contracts around them while they unload inside you.'
+				$orgasm_or = 'yes'
+				gs 'arousal', 'vaginal', 5, 'exhibitionism', 'group'
+				gs 'stat'
+			end
+			$orgasm_or = 'no'
+			gs 'stat'
+
+			act 'They fuck your ass':
+				*clr & cla
+				cumnostd = 1
+				gs 'cum_call', 'anus', $pakterID[3], 1, 0, 10000, 40
+				cumnostd = 1
+				gs 'cum_call', 'anus', $pakterID[4], 1, 0, 10000, 40
+
+				gs 'arousal', 'anal', 25, 'exhibitionism', 'group'
+				gs 'stat'
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/doublean<<rand(1,4)>>.mp4" width="500"></video></center>'
+                'Cum leaks from your pussy as <<$paktor[1]>> and <<$paktor[2]>> pull out and let <<$paktor[3]>> and <<$paktor[4]>> replace them. You give them both a quick blowjob before <<$paktor[3]>> lies on the bed and pulls you on top of him, sliding his cock into your ass. <<$paktor[4]>> moves in behind and inserts his dick into your already stretched hole. Despite the tightness, the guys quickly find a rhythm.'
+				
+				if orgasm_buildup => 200 - pcs_inhib:
+					if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'exhib', 'self', 'hard'
+					if will_cost <= pcs_willpwr or orgasm_buildup => 300 - pcs_inhib:
+						act iif(orgasm_buildup < 300 - pcs_inhib, 'Block out everything but the pleasure and let yourself orgasm (<<will_cost>> Willpower)', 'Orgasm'):
+							*clr & cla
+							if orgasm_buildup < 300 - pcs_inhib: gs 'willpower', 'pay', 'self'
+							orgasmbonus += 10
+							porngasm += 1
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+							'The pleasure of your ass being double fucked means you also cum, visibly orgasming on camera alongside the guys.'
+							$orgasm_or = 'yes'
+							gs 'arousal', 'anal', 5, 'exhibitionism', 'group'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					else
+						act 'Block out everything but the pleasure and let yourself orgasm (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					gs 'pornfilm', '13a'
+				else
+					gs 'pornfilm', '13a'
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '13a':
+	act 'Fake orgasm':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4" width="400"></video></center>'
+		'Cum leaks from your pussy as <<$paktor[1]>> and <<$paktor[2]>> pull out and let <<$paktor[3]>> and <<$paktor[4]>> replace them. You give them both a quick blowjob before <<$paktor[3]>> lies on the bed and pulls you on top of him, sliding his cock into your ass. <<$paktor[4]>> moves in behind and inserts his dick into your already stretched hole. Despite the tightness, the guys quickly find a rhythm.'
+		'You talk dirty to them while they fuck your ass and fake an orgasm when they cum inside you.'
+		gs 'arousal', 'anal', 5, 'exhibitionism', 'group'
+		gs 'arousal', 'end'
+		gs 'stat'
+
+		act 'Take a shower': gt 'pornstudio', 'shower'
+	end
+end
+
+if $ARGS[0] = '14':
+	porngang += 5
+	pornexhib += 5
+	pfType = 1
+	*clr & cla
+	gs 'fame', 'city', 'porn', 40
+	minut += 30
+	gang += 1
+	guy += 50
+	$orgasm_or = 'no'
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'There are fifty guys standing around. They are your fans, and they have come just for the chance to fuck you. They are all nervously talking, and watching your previous works on screens.'
+	'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/touching.mp4" width="500"></video></center>'
+	'You lie down on the stage and let them touch you to get them into the mood.'
+
+	gs 'arousal', 'foreplay', 60, 'gangbang', 'exhibitionism'
+	gs 'stat'
+
+	act 'Start filming':
+		*clr & cla
+		bj50 = rand(0,8)
+		hj50 = rand(0,8)
+		lip50 = rand(0,8)
+		anal50 = rand(0,8)
+		bukk50 = rand(0,8)
+		sex50 = 50 - bj50 - hj50 - lip50 - anal50 - bukk50
+		stat['vaginal'] += 50-anal50
+		if bj50 > 5:pornbj += 1
+		if hj50 > 5:
+			pornhj += 1 & pornbukk += 1
+		elseif hj50 > 5:
+			pornhj += 1
+		end
+		if lip50 > 5:pornbj += 1 & pornswall += 1
+		if anal50 > 5:pornanal += 1
+		if bukk50 > 5:pornbukk += 1
+		if sex50 > 45:
+			pornvag += 5
+			porncream += 5
+		elseif sex50 > 35:
+			pornvag += 4
+			porncream += 4
+		elseif sex50 > 25:
+			pornvag += 3
+			porncream += 3
+		elseif sex50 > 15:
+			pornvag += 2
+			porncream += 2
+		elseif sex50 > 5:
+			pornvag += 1
+			porncream += 1
+		end
+		sexpartkno = 0
+		pfcounter = 0
+		:gbblow
+		if bj50 > 0:
+			gs 'npcgeneratec', 0, 'Porn Fan', rand(22,38)
+			!! Precum pregnancy check
+			cumnostd = 1
+			gs 'cum_call', 'precum', 'Porn Fan', 0, 0, 10000, 1
+			cumnostd = 1
+			gs 'cum_call', 'mouth_swallow', 'Porn Fan', 0, 0, 10000, 40
+			bj50 -= 1
+			stat['bj'] += 1
+		end
+		if bj50 > 0: jump 'gbblow'
+		:gbhand
+		if hj50 > 0:
+			gs 'npcgeneratec', 0, 'Porn Fan', rand(22,38)
+			!! Precum pregnancy check
+			cumnostd = 1
+			gs 'cum_call', 'precum', 'Porn Fan', 0, 0, 10000, 1
+			gs 'cum_call', 'hands', 'Porn Fan', 0, 0, 10000, 40
+			hj50 -= 1
+			stat['hj'] += 1
+		end
+		if hj50 > 0: jump 'gbhand'
+		:gbface
+		if lip50 > 0:
+			gs 'npcgeneratec', 0, 'Porn Fan', rand(22,38)
+			!! Precum pregnancy check
+			cumnostd = 1
+			gs 'cum_call', 'precum', 'Porn Fan', 0, 0, 10000, 1
+			if rand(0,1)=0:
+				gs 'cum_call', 'face', 'Porn Fan', 0, 0, 10000, 40
+			else
+				gs 'cum_call', 'hair', 'Porn Fan', 0, 0, 10000, 40
+			end
+			lip50 -= 1
+			facial += 1
+		end
+		if lip50 > 0: jump 'gbface'
+		:gbass
+		if anal50 > 0:
+			gs 'npcgeneratec', 0, 'Porn Fan', rand(22,38)
+			!! Precum pregnancy check
+			cumnostd = 1
+			gs 'cum_call', 'precum', 'Porn Fan', 0, 0, 10000, 1
+			cumnostd = 1
+			gs 'cum_call', 'anus', 'Porn Fan', 0, 0, 10000, 40
+			anal50 -= 1
+			stat['anal'] += 1
+		end
+		if anal50 > 0: jump 'gbass'
+		:gbbukk
+		if bukk50 > 0:
+			gs 'npcgeneratec', 0, 'Porn Fan', rand(22,38)
+			!! Precum pregnancy check
+			cumnostd = 1
+			gs 'cum_call', 'precum', 'Porn Fan', 0, 0, 10000, 1
+			bukkloc = rand(0,6)
+			if bukkloc = 0:
+				gs 'cum_call', 'labia', 'Porn Fan', 0, 0, 10000, 40
+			elseif bukkloc = 1:
+				gs 'cum_call', 'butt', 'Porn Fan', 0, 0, 10000, 40
+			elseif bukkloc = 2:
+				gs 'cum_call', 'back', 'Porn Fan', 0, 0, 10000, 40
+			elseif bukkloc = 3:
+				gs 'cum_call', 'legs', 'Porn Fan', 0, 0, 10000, 40
+			elseif bukkloc = 4:
+				gs 'cum_call', 'arms', 'Porn Fan', 0, 0, 10000, 40
+			elseif bukkloc = 5:
+				gs 'cum_call', 'stomach', 'Porn Fan', 0, 0, 10000, 40
+			else
+				gs 'cum_call', 'breasts', 'Porn Fan', 0, 0, 10000, 40
+			end
+			bukk50 -= 1
+		end
+		if bukk50 > 0: jump 'gbbukk'
+		:gbsex
+		if sex50 > 0:
+			gs 'npcgeneratec', 0, 'Porn Fan', rand(22,38)
+			gs 'boyStat', $npclastgenerated
+			pfcounter += 1
+			cumnostd = 1
+			gs 'cum_call', '', 'Porn Fan', 0, 0, 10000, 40
+			sex50 -= 1
+		end
+		if sex50 > 0: jump 'gbsex'
+
+		gangOrg = 0
+		!if pcs_horny > 70 and pcs_inhib > 80:gangOrg = rand(1,5) & orgazm += gangOrg & pcs_horny = rand(0,50)
+		!if gangOrg = 1:
+		!	$gangorg = ' and you still managed to have an orgasm.'
+		!	$orgasm_or = 'yes'
+		!elseif gangOrg > 0:
+		!	$gangorg = ' and you still managed to orgasm <<gangOrg>> times.'
+		!	$orgasm_or = 'yes'
+		!else
+		!	$gangorg = '.'
+		!end
+		!orgasmbonus += gangOrg*10
+		!porngasm += gangOrg
+		gs 'stat'
+		:gangbang_orgasm_loop
+		gangbang_loop_counter += 1
+		minut += 7
+		gs 'arousal', 'vaginal', -10, 'gangbang', 'exhibitionism'
+		$orgasm_or = 'no'
+		if orgasm_buildup >= 400 - 3*pcs_inhib:
+			gangOrg += 1
+			$orgasm_txt = ''
+			$orgasm_or = 'custom'
+		end
+		if gangbang_loop_counter < 50: jump 'gangbang_orgasm_loop'
+		killvar 'gangbang_loop_counter'
+		killvar '$orgasm_or'
+		*clr
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/fuckfifty<<rand(0,5)>>.mp4" width="500"></video></center>'
+		'Your fans gather around and start to fuck you with great enthusiasm, but little technique. The gangbang lasts for hours and you are plastered in cum by the time they are finished.'
+
+		if gangOrg > 0: 'During the shoot you managed to ' + iif(gangOrg = 1, 'have one orgasm.', 'orgasm <<gangOrg>> times.')
+		orgasmbonus += gangOrg*10
+		porngasm += gangOrg
+
+		!gs 'arousal', 'vaginal', 360, 'gangbang', 'exhibitionism'
+		gs 'arousal', 'end'
+		gs 'stat'
+
+		act 'Take a shower': gt 'pornstudio', 'shower'
+	end
+end
+
+if $ARGS[0] = '15':
+	if rand(0,1) = 0:pornbj += 1
+	pornanal += 1
+	if rand(0,2) = 0:porngang += 1
+	porncream += 1
+	pfType = 1
+	*clr & cla
+	gs 'fame', 'city', 'porn', 20
+	minut += 180
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> is your co-star for this shoot. He is standing to the side, slowly stroking his dick.'
+
+	act 'Undress and start':
+		*clr & cla
+		pornbj += 1
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj.mp4"></video></center>'
+		'The scene starts with you giving a camera a striptease and bending over to give it a close up view of your asshole. You then finger your ass and use a dildo to fuck yourself before <<$pakter[1]>> walks over.'
+		'You crawl up to him with a seductive gaze, take his cock in your mouth and begin sucking it.'
+
+		gs 'arousal', 'bj', 30, 'exhibitionism'
+		gs 'stat'
+
+		act 'Keep sucking':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/deep.mp4"></video></center>'
+			'<<$pakter[1]>> grabs your hair in his fists and begins to fuck your mouth, driving his cock down your throat with every thrust.'
+			'After a few minutes of this, he takes his cock out and you wipe the saliva from your mouth.'
+
+			gs 'arousal', 'bj', 15, 'exhibitionism'
+			gs 'stat'
+
+			act 'Penetration':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/analinsert.mp4"></video></center>'
+				'<<$pakter[1]>> sits on the bed and you turn around, presenting your ass to him. He slaps and squeezes your ass a few times before you start grinding his cock between your ass cheeks, your saliva coating your asshole. <<$pakter[1]>> then guides his cock to your now wet hole and slowly penetrates you, both of you groaning as he slides inside you.'
+
+				gs 'arousal', 'anal', 15, 'exhibitionism'
+				gs 'stat'
+
+				act 'Anal':
+					*clr & cla
+					pcs_ass += 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/sex2.mp4"></video></center>'
+					'<<$pakter[1]>> enjoys the tightness as you ride his dick hard, occasionally sliding it out to show both <<$pakter[1]>> and the camera your stretched hole. This continues for a while before it starts hurting and you pull out to suck his dick for a few minutes to let your ass recover.'
+					'You then get on all fours and <<$pakter[1]>> slides back inside you and resumes fucking your ass. You get ass fucked in a variety of positions, with breaks being called to let you rest or to let <<$pakter[1]>> get hard again.'
+
+					gs 'arousal', 'anal', 15, 'exhibitionism'
+					gs 'stat'
+
+					if orgasm_buildup => 200 - pcs_inhib:
+						gs 'willpower', 'exhib', 'self', 'hard'
+						if orgasm_buildup => 300 - pcs_inhib:
+							act 'Orgasm': gs 'pornfilm', '15b'
+						elseif will_cost <= pcs_willpwr:
+							act 'Block out everything but the pleasure and let yourself orgasm (<<will_cost>> Willpower)':
+								gs 'willpower', 'pay', 'self'
+								gs 'pornfilm', '15b'
+							end
+						else
+							act 'Block out everything but the pleasure and let yourself orgasm (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+						end
+						gs 'pornfilm', '15a'
+					else
+						gs 'pornfilm', '15a'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '15a':
+	act 'Too early':
+		*clr & cla
+		sexpartkno = 1
+		cumnostd = 1
+		gs 'cum_call', 'anus', $pakterID[1], 1, 0, 10000, 40
+
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porncpanal.mp4" width="400"></video></center>'
+		'You have returned to riding <<$pakter[1]>>''s dick when you feel him starting to twitch inside you. It''s too early for him to finish, so he lifts you off of him, but not fast enough. You feel spurts of warm cum plastering your ass cheek.'
+		'The director cuts and motions for an assistant to come and clean you up. As she wipes the cum from your ass, you hear the director tell <<$pakter[1]>> that there isn''t enough time left to wait for him to get hard again, so makes the decison to take his place and make it a POV shot to hide his face.'
+		'The assistant finishes cleaning you as the director undresses and sits on the bed. You straddle him, slide down onto his awaiting dick and start riding him as he takes the camera in his hand and resumes filming. After a few minutes, you feel him unload deep inside your ass. You pull yourself off of him and bend over on all fours as he moves in behind you with the camera. Your ass lets out a loud squelch as you squeeze the cum from your well fucked asshole.' 
+		'The director seems satisfied with the scene and ends the shoot.'
+		gs 'arousal', 'anal', 5, 'exhibitionism'
+		gs 'arousal', 'end'
+		gs 'stat'
+
+		act 'Take a shower': gt 'pornstudio', 'shower'
+	end
+end
+
+if $ARGS[0] = '15b':
+	*clr & cla
+	sexpartkno = 1
+	orgasmbonus += 10
+	porngasm += 1
+	cumnostd = 1
+	gs 'cum_call', 'anus', $pakterID[1], 1, 0, 10000, 40
+
+	'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porncpanal.mp4" width="400"></video></center>'
+	'You have returned to riding his dick and are really getting into it. You soon reach your orgasm and let out a pleasured scream as your ass tightens around <<$pakter[1]>>, which also sends him over the edge. You feel your bowels being flooded with warm cum.'
+	'You climb off of <<$pakter[1]>> and bend over on all fours as the camera moves in behind you. Your well fucked hole lets out a loud squelch as you squeeze the cum from your ass.'
+	'The director seems satisfied with the scene and ends the shoot.'
+	$orgasm_or = 'yes'
+	gs 'arousal', 'anal', 5, 'exhibitionism'
+	gs 'arousal', 'end'
+	gs 'stat'
+
+	act 'Take a shower': gt 'pornstudio', 'shower'
+end
+
+if $ARGS[0] = '16':
+	if rand(0,2)=0:pornhj += 1
+	if rand(0,2)=0:pornbj += 1
+	pornanal += 1
+	pornbukk += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 16
+	minut += 180
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> is your co-star for this shoot. He is standing to the side, slowly stroking his dick.'
+
+	act 'Undress and start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/hj.mp4"></video></center>'
+		'The scene starts with you giving a camera a striptease and getting on all fours on a sofa to give it a close up view of your asshole. You then finger your ass before <<$pakter[1]>> walks over.'
+        '<<$pakter[1]>> sits on the sofa next to you. You kneel beside him, take his dick in your hand and start jerking it while making out with him.'
+
+		gs 'arousal', 'hj', 30, 'exhibitionism'
+		gs 'stat'
+
+		act 'Blow him':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj.mp4"></video></center>'
+			'<<$pakter[1]>> is now rock hard in your hand, so you bend over and start passionately sucking his dick while he leans over and plays with your ass.'
+
+			gs 'arousal', 'bj', 5, 'exhibitionism'
+			gs 'stat'
+
+			act 'Rimjob':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/rimming.mp4"></video></center>'
+				'After sucking his dick for a few minutes, you get up and seductively walk over to a nearby table. You lie down on the table and spread your ass for <<$pakter[1]>>, who walks over and begins to rim you, expertly flicking his tongue over your hole.'
+
+				gs 'arousal', 'rimming', 5, 'exhibitionism'
+				gs 'stat'
+
+				act 'Anal':
+					*clr & cla
+					pcs_ass += 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/sexanal.mp4"></video></center>'
+					'Your asshole now wet and ready, <<$pakter[1]>> fingers your hole before standing and inserting his dick inside. He begins to fuck you hard, occasionally pulling out to show your gaping hole to the camera.'
+                    'You get ass fucked in various poses both on and next to the table with a number of breaks in filming to let you rest or let him get hard again. You eventually return to the pose on the table you started with.'
+					gs 'arousal', 'anal', 15, 'exhibitionism'
+					gs 'stat'
+
+					act 'Climax':
+						*clr & cla
+						minut += 5
+						cumnostd = 1
+						gs 'cum_call', 'butt', $pakterID[1], 1, 0, 10000, 40
+						gs 'stat'
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/cumanal.mp4"></video></center>'
+						'<<$pakter[1]>> starts fucking your ass fast and hard as you talk dirty to him and the camera. He starts panting, and just as he is about to cum, he pulls out and shoots his load over your ass.'
+
+						act 'Clean his cock':
+							*clr & cla
+							minut += 5
+							gs 'cum_call', 'mouth_swallow', $pakterID[1], 1, 0, 10000, 4
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/bj2.mp4"></video></center>'
+							'You quickly slide off the table and take his cock down your throat before licking his shaft clean, the camera getting a good shot of your cum covered ass as you do.'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '17':
+	porntrib += 1
+	porncuni += 1
+	pornlesbo += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 16
+	minut += 180
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$paktress[1]>> is your co-star for this shoot. She is sitting to the side, fondling her breasts while watching porn on a monitor.'
+
+	act 'Start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo0.mp4"></video></center>'
+		'The scene starts with you playing with <<$paktress[1]>>''s ass. You give her a firm slap on the rear and tease the camera by slowly pulling her panties halfway down before pulling them up again. You then quickly pull them down again, this time to her ankles. She gives the camera a view of her pussy and asshole before you push her onto the bed in front of you.'
+
+		gs 'arousal', 'foreplay_give', 5, 'exhibitionism'
+		gs 'stat'
+
+		act 'Eat her pussy':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo1.mp4"></video></center>'
+			'You kneel before <<$paktress[1]>>, lifting her panties from her ankles and spreading her legs. You slowly trace lines along her labia with your tongue before running it between her lips and reaching her clit. You then quickly start flicking her clit, your tongue swirling over it as it begins to swell.'
+
+			gs 'arousal', 'cuni_give', 15, 'exhibitionism'
+			gs 'stat'
+
+			act 'Your turn':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo2.mp4"></video></center>'
+				'After pleasing her for a while, you withdraw your tongue from her crotch as she quickly pulls you down onto your back. She lifts your legs and practically rips your panties off, tossing them aside. She wastes no time and buries her face right into your pussy, teasing your engorged clit as she vigorously eats you out, her tongue lapping up the juices that run from your pussy.'
+
+				gs 'arousal', 'cuni', 15, 'exhibitionism'
+				gs 'stat'
+
+				act 'Tribbing':
+					*clr & cla
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo3.mp4"></video></center>'
+					'Satisfied with pleasing you with her tongue, <<$paktress[1]>> straddles you and holds your leg to one side as she brings her pussy down to meet your own. You let out a pleasured moan as your clits make contact. She then begins rocking her hips back and forth and you both enjoy the sensation as your wet labia makes it easy for her to slide herself across you.'
+
+					gs 'arousal', 'tribbing', 15, 'exhibitionism'
+					gs 'stat'
+
+					act 'Double dildo':
+						*clr & cla
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo4.mp4"></video></center>'
+						'<<$paktress[1]>> stops her movements and reaches over to grab a sizeable doubled headed dildo. She sucks on one end and slides it into your pussy. The toy buried firmly in your hole, she slides herself down onto the other end. She then starts to ride the dildo, her movements pushing it deeper into your pussy.'
+
+						gs 'arousal', 'vaginal_dildo', 15, 'exhibitionism'
+						gs 'stat'
+
+						act 'Finish':
+							*clr & cla
+							minut += 5
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/porgasm.mp4"></video></center>'
+							'<<$paktress[1]>> reaches her climax as she slams down on the dildo, sending it deep into her pussy. Her body is overwhelmed in pleasure as her juices run down the shaft of the dildo and onto your pussy. She withdraws the dildo from her pussy and pulls it out of you. You both suck the ends of it clean.'
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '18':
+	porncuni += 1
+	pornlesbo += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 16
+	minut += 180
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$paktress[1]>>, your co-star for this shoot, is sitting to the side, fondling her breasts while watching porn on a monitor.'
+
+	act 'Start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo0.mp4"></video></center>'
+		'The scene starts with you playing with <<$paktress[1]>>''s ass. You give her a firm slap on the rear and tease the camera by slowly pulling her panties halfway down before pulling them up again. You then quickly pull them down, this time to her ankles. She gives the camera a view of her pussy and asshole before you push her onto the bed in front of you.'
+
+		gs 'arousal', 'foreplay_give', 5, 'exhibitionism'
+		gs 'stat'
+
+		act 'Eat her pussy':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo1.mp4"></video></center>'
+			'You kneel before <<$paktress[1]>>, lifting her panties from her ankles and spreading her legs. You slowly trace lines along her labia with your tongue before running it between her lips and reaching her clit. You then quickly start flicking her clit, your tongue swirling over it as it begins to swell.'
+
+			gs 'arousal', 'cuni_give', 15, 'exhibitionism'
+			gs 'stat'
+
+			act 'Your turn':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo2.mp4"></video></center>'
+				'After pleasing her for a while, you withdraw your tongue from her crotch as she quickly pulls you down onto your back. She lifts your legs and practically rips your panties off, tossing them aside. She wastes no time and buries her face right into your pussy, teasing your engorged clit as she vigorously eats you out, her tongue lapping up the juices that run from your pussy.'
+
+				gs 'arousal', 'cuni', 15, 'exhibitionism'
+				gs 'stat'
+
+				act 'Get fucked':
+					*clr & cla
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo5.mp4"></video></center>'
+					'You are lying on the bed as <<$paktress[1]>> moves off to the side and slips on a strapon dildo. She moves over to you as you slide down, take the plastic cock in your mouth and give her a blowjob. She pushes you down onto the bed and climbs on top of you. She slides inside your pussy and begins to fuck you hard.'
+
+					gs 'arousal', 'vaginal_strap', 15, 'exhibitionism'
+					gs 'stat'
+
+					act 'Her turn':
+						*clr & cla
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo6.mp4"></video></center>'
+						'After the vigorous pounding, <<$paktress[1]>> pulls out, slides the strapon off and gets on all fours as you stand and strap yourself in. She is on her knees before you begging you to fuck her ass and you are eager to comply. The plastic cock is coated in your juices and this makes it easy to push yourself into her awaiting hole. You begin to fuck her ass as she begs you to go harder.'
+
+						gs 'arousal', 'anal_strap_give', 15, 'exhibitionism'
+						gs 'stat'
+
+						act 'Finish':
+							*clr & cla
+							minut += 5
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/lesbo7.mp4"></video></center>'
+							'The relentless ass fucking you give <<$paktress[1]>> is enough to bring her to orgasm. Her juices spray from her twitching pussy as her ass tightens around your fake cock. You pull out of her and the camera comes in for a shot of her stretched hole. The scene ends with you locking tongues with <<$paktress[1]>> '
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+
+if $ARGS[0] = '19':
+	pornbj += 1
+	pornvag += 1
+	pornanal += 1
+	pornswall += 1
+	porngang += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 25
+	minut += 180
+	gang += 1
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> is watching porn on a monitor, getting himself ready while <<$paktress[1]>> is having her make up touched up.'
+
+	act 'Undress and start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff0.mp4"></video></center>'
+		'The camera starts rolling and comes for a close up of you and <<$paktress[1]>>. As it does, she grabs your ass and gives it a jiggle for the camera. <<$pakter[1]>> moves into the scene and you both kneel before him.'
+
+		act 'Suck':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff1.mp4"></video></center>'
+			'You take <<$pakter[1]>>''s cock into your mouth and begin sucking on his tip as <<$paktress[1]>> runs her tongue along his shaft. You then take him deeper into your throat as <<$paktress[1]>> playfully sucks on his balls.'
+
+			gs 'arousal', 'bj', 15, 'exhibitionism', 'group'
+			gs 'stat'
+
+			act 'Fuck':
+				*clr & cla
+				pcs_vag += 1
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff2.mp4"></video></center>'
+				'<<$paktress[1]>> remains on her knees as you move up and guide <<$patker[1]>>''s cock into your pussy. You start riding him as <<$paktress[1]>> buries her face in your pussy and quickly starts flicking her tongue over your clit, waves of pleasure overwhelming you.'
+
+				!! Precum pregnancy check
+				cumnostd = 1
+				gs 'cum_call', 'precum', $pakterID[1], 1, 0, 10000, 1
+
+				gs 'arousal', 'bj', 15, 'exhibitionism', 'group'
+				gs 'arousal', 'vaginal', 15, 'exhibitionism', 'group'
+				gs 'arousal', 'cuni', 15, 'exhibitionism', 'group'
+				gs 'stat'
+
+				act 'Anal':
+					*clr & cla
+					pcs_ass += 1
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff3.mp4"></video></center>'
+					'<<$paktress[1]>> gets up from the floor and lies down on the bed. You straddle her, your pussy sitting before her face. <<$pakter[1]>> moves in behind and slowly pushes his cock into your ass. <<$paktress[1]>> playfully licks your swollen clit as he starts fucking your ass hard.'
+
+					gs 'arousal', 'cuni', 15, 'exhibitionism', 'group'
+					gs 'arousal', 'anal', 15, 'exhibitionism', 'group'
+					gs 'stat'
+
+					act 'Creampie':
+						*clr & cla
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff4.mp4"></video></center>'
+						'You eventually feel <<$pakter[1]>> starting to twitch and feel a sudden warmth flood your ass. He pulls out and a stream of cum soon follows, running down your pussy and into <<$paktress[1]>>''s awaiting mouth.'
+
+						cumnostd = 1
+						gs 'cum_call', 'anus', $pakterID[1], 1, 0, 10000, 20
+						gs 'arousal', 'anal', 15, 'exhibitionism', 'group'
+						gs 'arousal', 'cuni', 15, 'exhibitionism', 'group'
+						gs 'stat'
+
+						act 'Cum sharing':
+							*clr & cla
+							minut += 5
+							pornswall += 1
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff5.mp4"></video></center>'
+							'You quickly climb off <<$paktress[1]>> and kneel before her as she opens her mouth and <<$pakter[1]>>''s load drools from her tongue and into your mouth. You show the camera your cum filled mouth before swallowing the cum and finishing the scene making out with <<$paktress[1]>>'
+							cumnostd = 1
+							gs 'cum_call', 'mouth', $pakterID[1], 1, 0, 10000, 20
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '20':
+	pornbj += 1
+	pornswall += 1
+	porngang += 1
+	pfType = 0
+	*clr & cla
+	gs 'fame', 'city', 'porn', 25
+	minut += 180
+	gang += 1
+	gs 'stat'
+
+	'The set is already bustling with assistants preparing the set for the shoot.'
+	'<<$pakter[1]>> is watching porn on a monitor, getting himself ready while <<$paktress[1]>> is having her make up touched up.'
+
+	act 'Undress and start':
+		*clr & cla
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff0.mp4"></video></center>'
+		'The camera starts rolling and comes for a close up of you and <<$paktress[1]>>. As it does, you grab her ass and give it a jiggle for the camera. <<$pakter[1]>> moves into the scene and you both kneel before him.'
+
+		act 'Suck':
+			*clr & cla
+			'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff1.mp4"></video></center>'
+			'<<$paktress[1]>> wastes no time and takes <<$pakter[1]>>''s cock right down her throat as you get down low and suck his balls.'
+
+			gs 'arousal', 'bj', 15, 'exhibitionism', 'group'
+			gs 'stat'
+
+			act 'Fuck':
+				*clr & cla
+				'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff2.mp4"></video></center>'
+				'You remain on your knees as <<$paktress[1]>> straddles <<$pakter[1]>>, slides down onto his cock and starts riding him. You take your place and bury your face into her pussy, running your tongue over her clit as she takes <<$pakter[1]>> deep inside her. She shrieks in pleasure and you''re sure that she orgasms at least once.'
+
+				gs 'arousal', 'cuni_give', 15, 'exhibitionism', 'group'
+				gs 'stat'
+
+				act 'Anal':
+					*clr & cla
+					'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff3.mp4"></video></center>'
+					'You lie down on the bed, <<$paktress[1]>> straddling you, her glistening pussy begging for you to please it. <<$pakter[1]>> moves in behind and inserts himself into her ass and starts to pound her, <<$paktress[1]>> begging him to go harder. You start flicking your tongue over <<$paktress[1]>>''s now massively engorged clit.'
+
+					gs 'arousal', 'cuni_give', 15, 'exhibitionism', 'group'
+					gs 'stat'
+
+					act 'Creampie':
+						*clr & cla
+						'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff4.mp4"></video></center>'
+						'You pull your face out of <<$paktress[1]>>''s crotch in time to see <<$pakter[1]>>''s balls twitching as he unloads inside her ass. At the same time, you see her pussy convulsing and she screams in pleasure as they reach orgasm together. You open your mouth as he pulls out of her, and a stream of cum runs from her hole down onto your tongue.'
+
+						cumnostd = 1
+						gs 'cum_call', 'mouth', $pakterID[1], 1, 0, 10000, 30
+						gs 'arousal', 'cuni_give', 15, 'exhibitionism', 'group'
+						gs 'stat'
+
+						act 'Cum sharing':
+							*clr & cla
+							minut += 5
+							'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/mff5.mp4"></video></center>'
+							'<<$paktress[1]>> climbs off and kneels in front of you as you open your mouth and allow <<$pakter[1]>>''s load to drool from your tongue and into her mouth. She then shows her cum filled mouth to the camera and makes a rather perverted show of swallowing it. The scene ends with the two of you making out.'
+							act 'Take a shower': gt 'pornstudio', 'shower'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+--- pornfilm ---------------------------------
+

+ 354 - 0
locations/unused/pornhist.qsrc

@@ -0,0 +1,354 @@
+# pornhist
+!! Short description of made movies, without details
+if $ARGS[0] = 'short':
+	i = 1
+	$pfilmhistory = ''
+	:pornhistloop
+		dynamic $pornfilmdesc, pornfilmType[i]
+		if pornfilmMonth[i] >= 10 and pornfilmDay[i] >= 10:
+			$pornfilmDate[i] = '<<pornfilmYear[i]>>-<<pornfilmMonth[i]>>-<<pornfilmDay[i]>>'
+		elseif pornfilmMonth[i] >= 10 and pornfilmDay[i] < 10:
+			$pornfilmDate[i] = '<<pornfilmYear[i]>>-<<pornfilmMonth[i]>>-0<<pornfilmDay[i]>>'
+		elseif pornfilmMonth[i] < 10 and pornfilmDay[i] >= 10:
+			$pornfilmDate[i] = '<<pornfilmYear[i]>>-0<<pornfilmMonth[i]>>-<<pornfilmDay[i]>>'
+		else
+			$pornfilmDate[i] = '<<pornfilmYear[i]>>-0<<pornfilmMonth[i]>>-0<<pornfilmDay[i]>>'
+		end
+
+		if $porntitle[i] = '':
+			$pfilmhistory += '● <b><<i>>. Movie</b><br><font size=2></font><br>'
+		else
+			if i = 1:
+				$pfilmhistory += '● <b>'+$porntitle[i]+'<<$pfname>></b><br><font size=2>'+$pfilmtext+'</font><br>'
+			else
+				$pfilmhistory += '● <b>'+$porntitle[i]+'</b><br><font size=2>'+$pfilmtext+'</font><br>'
+			end
+		end
+	if i < film: i += 1 & jump 'pornhistloop'
+end
+
+!! Detailed description of movies, only available after selecting the "Filmography" link
+if $ARGS[0] = 'pdetail':
+	*clr & cla
+	'<center><h1>Filmography of <font color="magenta"><<$pfname>></font></h1></center>'
+	'<center><table width="90%" cellspacing="0" cellpadding="20" valign="top"><tr>'
+	'<td cellspacing="0" cellpadding="0" valign="top">'
+	i = 1
+	killvar 'firstvariable'
+	killvar 'firstvariable2'
+	:pornhistloop2
+		dynamic $pornfilmdesc, pornfilmType[i]
+		if $porntitle[i] = '':
+			if firstvariable = 0:firstvariable = 1 & fvvalue = i
+			'<b><a href="exec:$porntitle[fvvalue] = input(''<font color=#FF0000>WARNING!</font> No matter where you clicked, it will name the <b>first</b> unnamed movie! This action can be done only once!'') & gs ''pornhist'', ''pdetail''"><<i>>. Movie</a></b>'
+		else
+			if i = 1:
+				'<b><font color="brown"><<$porntitle[i]>><<$pfname>></font></b>'
+			else
+				'<b><font color="brown"><<$porntitle[i]>></font></b>'
+			end
+		end
+		if daystart - porndaystart[i] = 0:
+			' <b>Production date:</b> <font size=2><<$pornfilmDate[i]>> (Today)</font>'
+		elseif daystart - porndaystart[i] = 1:
+			' <b>Production date:</b> <font size=2><<$pornfilmDate[i]>> (Yesterday)</font>'
+		else
+			' <b>Production date:</b> <font size=2><<$pornfilmDate[i]>> (<<daystart - porndaystart[i]>> days ago)</font>'
+		end
+		' <b>Actress age:</b> <font size=2><<pornfilmActAge[i]>></font>  <font size=2>(Appears: <<pornfilmAppAge[i]>>)</font>'
+		if $pornfilmActor[i] = 'Fifty fans of':
+			' <b>Actors:</b> <font size=2><<$pornfilmActor[i]>> <<$pfname>> and <<$pfname>> herself</font>'
+		else
+			' <b>Actors:</b> <font size=2><<$pornfilmActor[i]>> and <<$pfname>></font>'
+		end
+		' <b>Income:</b> <font size=2><<pornfilmCash[i]>>₽</font>'
+		if pornfilmacting[i] < 15:
+			' <b>Acting:</b> <font size=2>Your acting was as fake as a bad boobjob. Did you get paid for this?</font>'
+		elseif pornfilmacting[i] < 30:
+			' <b>Acting:</b> <font size=2>You were acting quite fake, but it was passable.</font>'
+		elseif pornfilmacting[i] < 45:
+			' <b>Acting:</b> <font size=2>You probably could have done better, but at least you were not totally unconvincing.</font>'
+		elseif pornfilmacting[i] < 60:
+			' <b>Acting:</b> <font size=2>You were actually acting, even if it wasn''t entirely convincing.</font>'
+		elseif pornfilmacting[i] < 75:
+			' <b>Acting:</b> <font size=2>You were acting really well.</font>'
+		elseif pornfilmacting[i] < 90:
+			' <b>Acting:</b> <font size=2>As a professional actress, everybody believed your every gesture and sentence.</font>'
+		else
+			' <b>Acting:</b> <font size=2>Your performance was phenomenal. You may actually win some awards with this one.</font>'
+		end
+		if pornfilmvnesh[i] >= 9:
+			' <b>Look:</b> <font size=2>Amazingly beautiful.</font>'
+		elseif pornfilmvnesh[i] >= 7:
+			' <b>Look:</b> <font size=2>Beautiful.</font>'
+		elseif pornfilmvnesh[i] >= 5:
+			' <b>Look:</b> <font size=2>Attractive.</font>'
+		else
+			' <b>Look:</b> <font size=2>Unnoticeable.</font>'
+		end
+		' <b>Description:</b> <font size=2><<$pfilmtext>></font>'
+		if $pornfilmstory[i] = '':
+			if firstvariable2 = 0:firstvariable2 = 1 & fvvalue2 = i
+			' <b>Story:</b> <font size=2><a href="exec:$pornfilmstory[fvvalue2] = input(''<font color=#FF0000>WARNING!</font> No matter where you clicked, you will enter the story of the <b>first</b> movie which missing it! This action can be done only once!'') & gs ''pornhist'', ''pdetail''">Missing story</a></font>'
+		else
+			' <b>Story:</b> <font color=#1B4532 size=2><<$pornfilmstory[i]>></font>'
+		end
+		' <b>Tags: <font color=#541717 size=2><<$pfilmtags>></font></b>'
+		if pornDanger[i] = 1 and pfType = 1:' <font color="red" size=2><b>You were unprotected and fertile during the shoot.</b></font>'
+		killvar '$pfilmtags'
+	if i < film:
+		*p '<font color="sienna"><hr></font>'
+		i += 1
+		jump 'pornhistloop2'
+	end
+	act 'Return to Reputation': killvar 'pornfilmdesc' & killvar 'porntag' & gt 'obj_din', 'reputation'
+	'</td></tr></table></center>'
+end
+
+!! Dynamic of selectable porn movies, called from:
+!!	pornhist: 'short', 'pdetail'
+!!	pornschedule: 'pornmiss'
+!!	pornstudio: 'options', 'medical', 'postvideo'
+$pornfilmdesc = {
+	film_type = ARGS[0]
+	killvar '$pstory'
+	$porndesc[1] = 'Handjob'
+	$porndesc[2] = 'Blowjob'
+	$porndesc[3] = 'Vaginal sex with facial'
+	$porndesc[4] = 'Vaginal and anal sex with facial'
+	$porndesc[5] = 'Threesome with anal creampie and facial'
+	$porndesc[6] = 'Threesome with double penetration, facial and swallowing'
+	$porndesc[7] = 'Vaginal sex with creampie'
+	$porndesc[8] = 'Double penetration with vaginal creampies'
+	$porndesc[9] = 'Spitroast with two guys with creampie and swallowing'
+	$porndesc[10] = 'Four guy gangbang with vaginal sex and cumshots'
+	$porndesc[11] = 'Four guy gangbang with vaginal sex and creampies'
+	$porndesc[12] = 'Four guy gangbang with anal sex and anal creampies'
+	$porndesc[13] = 'Two double penetration with four guys, vaginal and anal creampies'
+	$porndesc[14] = 'Gangbang with 50 guys'
+	$porndesc[15] = 'Anal sex with anal creampie'
+	$porndesc[16] = 'Anal sex with cumshot'
+	$porndesc[17] = 'Lesbian sex with double dildo'
+	$porndesc[18] = 'Lesbian sex with strapon'
+	$porndesc[19] = 'Primary role in MFF threesome'
+	$porndesc[20] = 'Secondary role in MFF threesome'
+	if film_type = 1:
+		pfType = 0
+		pcash = 20
+		pfactor = 1
+		actbonus = 1
+		$tags = 'handjob, cumshot'
+		$pfilmtext = 'You jerked off a guy and he came on your tits.'
+	elseif film_type = 2:
+		pfType = 0
+		pcash = 30
+		pfactor = 1
+		actbonus = 1
+		$tags = 'blowjob, facial'
+		$pfilmtext = 'You gave a guy a blowjob and got a facial.'
+	elseif film_type = 3:
+		pfType = 0
+		pcash = 50
+		pfactor = 1
+		actbonus = rand(1,2)
+		$tags = 'blowjob, vaginal, facial'
+		$pfilmtext = 'You gave a guy a blowjob and he fucked before giving you a facial.'
+	elseif film_type = 4:
+		pfType = 0
+		pcash = 60
+		pfactor = 1
+		actbonus = rand(1,2)
+		$tags = 'blowjob, facial, vaginal, anal'
+		$pfilmtext = 'You gave a guy a blowjob and he fucked your pussy and ass before giving you a facial.'
+	elseif film_type = 5:
+		pfType = 0
+		pcash = 70
+		pfactor = 2
+		actbonus = rand(1,3)
+		$tags = 'facial, vaginal, anal, blowjob, creampie'
+		$pfilmtext = 'A guy fucked your pussy and ass and came in your ass while you sucked off an another guy who gave you a facial.'
+	elseif film_type = 6:
+		pfType = 0
+		pcash = 90
+		pfactor = 2
+		actbonus = rand(1,3)
+		$tags = 'DP, vaginal, anal, blowjob, facial, swallowing'
+		$pfilmtext = 'A guy fucked your pussy and ass while you sucked off another guy. They then double penetrated you before cumming on your face. You swallowed their loads.'
+	elseif film_type = 7:
+		pfType = 1
+		pcash = 80
+		pfactor = 1
+		actbonus = rand(1,2)
+		$tags = 'vaginal, creampie'
+		$pfilmtext = 'You gave a guy a blowjob before he fucked you and gave you a creampie.'
+	elseif film_type = 8:
+		pfType = 1
+		pcash = 100
+		pfactor = 2
+		actbonus = rand(1,2)
+		$tags = 'DP, vaginal, anal, creampie'
+		$pfilmtext = 'Two guys fucked you in double penetration before giving you a double creampie.'
+	elseif film_type = 9:
+		pfType = 1
+		pcash = 90
+		pfactor = 2
+		actbonus = rand(1,3)
+		$tags = 'blowjob, vaginal, swallowing, creampie'
+		$pfilmtext = 'Two guys fucked your pussy and mouth. One gave you a creampie and the other came in your mouth and you swallowed.'
+	elseif film_type = 10:
+		pfType = 1
+		pcash = 120
+		pfactor = 4
+		actbonus = rand(2,3)
+		$tags = 'vaginal, cumshot'
+		$pfilmtext = 'Four guys fucked your pussy and they all ejaculated on your body and face.'
+	elseif film_type = 11:
+		pfType = 1
+		pcash = 150
+		pfactor = 4
+		actbonus = rand(2,3)
+		$tags = 'vaginal, creampie'
+		$pfilmtext = 'Four guys fucked your pussy, giving you four creampies.'
+	elseif film_type = 12:
+		pfType = 0
+		pcash = 150
+		pfactor = 4
+		actbonus = rand(2,3)
+		$tags = 'anal, creampie'
+		$pfilmtext = 'Four guys fucked your ass, giving you four anal creampies.'
+	elseif film_type = 13:
+		pfType = 1
+		pcash = 150
+		pfactor = 4
+		actbonus = rand(2,3)
+		$tags = 'DP, vaginal, anal, creampie'
+		$pfilmtext = 'Four guys fucked you in double penetration in pairs. You got two double creampies.'
+	elseif film_type = 14:
+		pfType = 1
+		pcash = 300
+		pfactor = 50
+		actbonus = rand(1,2)
+		$tags = 'vaginal, anal, blowjob, cumshot, facial, swallowing'
+		$pfilmtext = 'Fifty of your fans fucked you however they could. Almost all of them came in your pussy.'
+		$pstory = 'You called out to your fans on the internet, giving them an opportunity to fuck you however they like.'
+	elseif film_type = 15:
+		pfType = 0
+		pcash = 50
+		pfactor = 1
+		actbonus = rand(1,2)
+		$tags = 'blowjob, anal, creampie'
+		$pfilmtext = 'You gave a guy a blowjob before he fucked your ass and gave you an anal creampie.'
+	elseif film_type = 16:
+		pfType = 0
+		pcash = 50
+		pfactor = 1
+		actbonus = rand(1,2)
+		$tags = 'blowjob, anal, cumshot'
+		$pfilmtext = 'You gave a guy a blowjob and he fucked your ass. He came over your ass.'
+	elseif film_type = 17:
+		pfType = 0
+		pcash = 50
+		pfactress = 1
+		actbonus = rand(1,2)
+		$tags = 'lesbian, tribbing, double dildo'
+		$pfilmtext = 'You had sex with a girl using a double dildo.'
+	elseif film_type = 18:
+		pfType = 0
+		pcash = 50
+		pfactress = 1
+		actbonus = rand(1,2)
+		$tags = 'lesbian, strapon, vaginal, anal'
+		$pfilmtext = 'You had sex with a girl using a strapon.'
+	elseif film_type = 19:
+		pfType = 0
+		pcash = 100
+		pfactor = 1
+		pfactress = 1
+		actbonus = rand(2,3)
+		$tags = 'threesome, mff, blowjob, anal, creampie, cumshare'
+		$pfilmtext = 'You took part in an MFF threesome, sucking a guy off before he fucked your ass while the girl licked your pussy. You got an anal creampie and shared it with the girl.'
+	elseif film_type = 20:
+		pfType = 0
+		pcash = 100
+		pfactor = 1
+		pfactress = 1
+		actbonus = rand(2,3)
+		$tags = 'threesome, mff, blowjob, anal, creampie, cumshare, cuni'
+		$pfilmtext = 'You took part in an MFF threesome, sucking him off before he fucked her ass while you licked her pussy. She shared her anal creampie with you.'
+	end
+	dynamic $porntag
+}
+
+$porntag = {
+	if pornfilmAppAge[i] < 20: 
+		$pfilmtags = 'teen'
+	elseif pornfilmAppAge[i] >= 40:
+		$pfilmtags = 'mature'
+	else
+		$pfilmtags = ''
+	end
+	
+	if pornfilmpreg[i] = 1:
+		if $pfilmtags <> '':
+			$pfilmtags+=', pregnant'
+		else
+			$pfilmtags = 'pregnant'
+		end
+	end
+	
+	if pfactor = 0 and pfactress > 0:
+		if $pfilmtags <> '':
+			$pfilmtags += ', lesbian'
+		else
+			$pfilmtags = 'lesbian'
+		end
+	end
+	
+	if pfactor > 2 and pfactress = 0:
+		if $pfilmtags <> '':
+			$pfilmtags += ', gangbang'
+		else
+			$pfilmtags = 'gangbang'
+		end
+	elseif pfactor > 2 and pfactress > 1:
+		if $pfilmtags <> '':
+			$pfilmtags += ', orgy'
+		else
+			$pfilmtags = 'orgy'
+		end
+	elseif pfactor = 2 and pfactress = 0:
+		if $pfilmtags <> '':
+			$pfilmtags += ', threesome'
+		else
+			$pfilmtags = 'threesome'
+		end
+	elseif pfactor = 1 and pfactress = 1:
+		if $pfilmtags <> '':
+			$pfilmtags += ', threesome'
+		else
+			$pfilmtags = 'threesome'
+		end
+	elseif pfactor = 0 and pfactress = 2:
+		if $pfilmtags <> '':
+			$pfilmtags += ', threesome'
+		else
+			$pfilmtags = 'threesome'
+		end
+	end
+	
+	if pfType = 1:
+		if $pfilmtags <> '':
+			$pfilmtags += ', creampie'
+		else
+			$pfilmtags = 'creampie'
+		end
+	end
+	
+	if $pfilmtags <> '':
+		$pfilmtags += ', '+$tags
+	else
+		$pfilmtags = $tags
+	end
+}
+--- pornhist ---------------------------------
+

+ 72 - 0
locations/unused/pornschedule.qsrc

@@ -0,0 +1,72 @@
+# pornschedule
+
+if $ARGS[0] = 'pornmiss':
+	pornmiss = 1
+	missedshoot = 0
+	pf = pfilmday[0]
+	film_idx = film
+	dynamic $pornfilmdesc, pornfilmType[film]
+	porndebt += prodcost
+	if pornstack > 0:pornstack -= 1
+end
+
+if $ARGS[0] = 'schedule':
+	killvar 'pfilmday', 0
+	days = 0
+	:fillschedule
+		porns = 0
+		:moveschedule
+			if porntaken['<<days+1>>,<<porns>>'] = 0 and days >= 14:
+				if rand(1,100) = 1: pornplan['<<days+1>>,<<porns>>'] = 0
+				!Change of plans if there is no contract on the movie, shooting some other kind of porn instead
+			end
+			if days = 49 or pornplan['<<days+1>>,<<porns>>'] = 0:
+			!If there is a missing slot in the schedule, it fills in. It also regenerates the last selection on the end, so no endless repetition
+				pornvariable = rand(0,90)
+				if pornvariable <= 1:
+					!50 person
+					pornplan['<<days+1>>,<<porns>>'] = 14
+				elseif pornvariable <= 10:
+					!4 person
+					!some way to randomize the scene
+					pornplan['<<days+1>>,<<porns>>'] = rand(10,13)
+				elseif pornvariable <= 30:
+					!2 person
+					!some way to randomize the scene
+					pornplan['<<days+1>>,<<porns>>'] = rand(8,9)
+				elseif pornvariable <= 60:
+					!single person
+					!some way to randomize the scene
+					pornplan['<<days+1>>,<<porns>>'] = rand(1,7)
+				elseif pornvariable <= 80:
+					!single person
+					!some way to randomize the scene
+					pornplan['<<days+1>>,<<porns>>'] = rand(15,20)
+				else
+					!masturbation scene
+					!some way to randomize the scene - if there will be more than one(???)
+					pornplan['<<days+1>>,<<porns>>'] = 15
+				end
+			end
+			pornplan['<<days>>,<<porns>>'] = pornplan['<<days+1>>,<<porns>>']
+			porntaken['<<days>>,<<porns>>'] = porntaken['<<days+1>>,<<porns>>']
+			!moving the shooting schedule and the contracts ahead by one day. "days = 0" is the current day
+			if porntaken['<<days>>,<<porns>>'] = 0:
+				if rand(1,days*3/2) = 1: porntaken['<<days>>,<<porns>>'] = 1
+				!some other porn actress contracted the movie. The more closer the shooting day is, the more likely, that all of them is taken
+			end
+			if porntaken['<<days>>,<<porns>>'] = 1:
+				if rand(1,100) = 1: porntaken['<<days>>,<<porns>>'] = 0
+				!some other porn actress contracted to the movie has canceled her contract. Not likely, but it happens.
+			end
+		if porns < 3:porns += 1 & jump 'moveschedule'	
+	if days < 49:days += 1 & jump 'fillschedule'
+	! Finally deleting the unnecessary (and the next day overwritten) schedule day to reduce array size
+	killvar 'pornplan', 203
+	killvar 'pornplan', 202
+	killvar 'pornplan', 201
+	killvar 'pornplan', 200
+end
+
+--- pornschedule ---------------------------------
+

+ 1190 - 0
locations/unused/pornstudio.qsrc

@@ -0,0 +1,1190 @@
+# pornstudio
+!!2021/07/17
+
+$location_type = 'public_indoors'
+
+if $ARGS[0] = 'start':
+	CLOSE ALL
+	$loc_arg = 'start'
+	$loc = 'pornstudio'
+	$menu_loc = 'pornstudio'
+	$menu_arg = 'start'
+	menu_off = 0
+	gs 'pornhist', 'short'
+	cls
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/studia_0.jpg"></center>'
+
+	act 'Leave': gt 'city_redlight', 'start'
+
+	if hour < 10 or hour > 22:
+		'The porn studio is currently closed. It is open between 10:00 and 22:00.'
+		exit
+	end
+
+	'You enter the studio and are greeted by a busy scene of actors, actresses and other studio employees going about their business or chatting to each other. It looks like the manager is in his office.'
+
+	act 'Go to the manager': gt 'pornstudio', 'manager'
+
+	act 'Visit the manager''s PA': gt 'pornstudio', 'pa'
+
+	if bomzQW = 1 and week = 4 and workDisk = 0: act 'Arrive for work': gt 'pornstudio', 'delivery'
+
+	if workDolg > 0 and money >= workDolg:
+		act 'Repay your debt':
+			cls
+			menu_off = 1
+			minut += 5
+			workDisk = 0
+			money -= workDolg
+			workDolg = 0
+			menu_off = 1
+			gs 'stat'
+			'You give the money that you owe to the studio.'
+
+			act 'Leave': gt 'pornstudio', 'start'
+		end
+	elseif workDolg = 0:
+		if workDisk = 1 and week = 5:
+			act 'Take the disk':
+				cls
+				menu_off = 1
+				minut += 5
+				workDisk = 2
+				gs 'stat'
+				'You are given a thumb drive, and asked if you remember all the instructions. You quietly nod and leave.'
+				'As you leave the studio, you hear someone exit a nearby building and start following you.'
+				'<font color="magenta"> "Just avoid dark, deserted places and this will blow over."</font> you reassure yourself, and carry on.'
+
+				act 'Leave': gt 'city_redlight', 'start'
+			end
+		elseif workDisk = 3 and week = 5:
+			act 'Give the envelope':
+				cls
+				menu_off = 1
+				minut += 5
+				workDisk = 4
+				gs 'stat'
+
+				if konvert = 0:
+					workDolg = 200000
+					workDolgDay = 7
+					'Digging through your things, you begin to panic. No envelope. You search again, but to your despair, you can''t find it. You stand there, unable to speak.'
+					'The manager grabs his phone and makes a call. You can''t hear exactly what he''s saying because your heart is beating so loud, but he soon hangs up.'
+					'"You''re very lucky the boss is in a good mood. He''s given you one week to recover his losses, so you have until next Friday evening to bring me 200,000 <b>₽</b>. Do this and we''re done, you''ll never work for us again. Fail, and bad things will happen to you." he says with a stern look on his face.'
+				else
+					konvert = 0
+					money += 5000
+					'You give the envelope to the manager and he gives you 5,000 <b>₽</b>.'
+				end
+
+				act 'Leave': gt 'city_redlight', 'start'
+			end
+		end
+	end
+
+	if pfilmNO = 1 and pfilmNoVenera = 1 and Venera = 0:
+		act 'Show your medical certificate':
+			cls
+			menu_off = 1
+			minut += 5
+			pfilmNoVenera = 0
+			pfilmNO = 0
+			gs 'stat'
+			'You hand over your medical certificate showing that you''re STD free. They promise to consider your reinstatement.'
+
+			act 'Leave': gt 'pornstudio', 'start'
+		end
+	end
+end
+
+if $ARGS[0] = 'pa':
+	*clr & cla
+	minut += 5
+	$menu_loc = 'pornstudio'
+	$menu_arg = 'pa'
+	menu_off = 0
+	gs 'stat'
+	'Inside the small office is a young man sitting at a computer, tapping away at the keyboard.'
+
+	if film = 0:
+	'"Who are you? This office is for staff only."'
+	else
+		'"Hi there, what can I do for you?"'
+		if pfilmNO = 0:
+			act 'Change your porn name':
+				*clr & cla
+				menu_off = 1
+				gs 'stat'
+				'"Is it possible for me to change my stage name?"'
+				'"Of course! Just give me a minute to register it in the database. So, what would you like to be called?" he replies.'
+				act '"I want to be called..."':
+					$pfname = input("Enter the name you want to be known as.")
+					if $pfname = '':$pfname = 'Lotta Cox'
+					gt 'pornstudio', 'pa'
+				end
+				act 'Nothing': gt 'pornstudio', 'pa'
+			end
+		end
+		if pfilmSTOP = 0:
+			act 'What''s the rating of my videos?':
+				cla
+				minut += 5
+				menu_off = 1
+				gs 'stat'
+
+				'"You''ve made <<film>> films."'
+
+				if porn_fame < 10:
+					'"Nobody knows your name. You''re one of hundreds of amateur actresses who only play minor roles in big movies. Your own movies sold really cheap."'
+				elseif porn_fame < 20:
+					'"You''re still unknown, but your name is mentioned in the credits. You''re unlikely to be recognized, and your own movies are still sold cheap."'
+				elseif porn_fame < 40:
+					'"You''re mentioned here and there, but you still mostly get secondary roles in most of your movies. Your name is slowly emerging and you have your own fanbase."'
+				elseif porn_fame < 60:
+					'"You''re a minor, but known porn actress. You get the occasional primary role and back cover appearance. Your movies are getting more popular, which means more fans and more money."'
+				elseif porn_fame < 80:
+					'"You''re a known porn actress who mostly plays primary roles, and you appear on the front cover. Your movies are sold at a decent price, and in big numbers. You may also appear in a variety of adult magazines."'
+				else
+					'"You''re a famous porn starlet and always play the main role. You''re a brand name, with sex toys and T-shirts among the items sold as part of your own line of merchandise."'
+				end
+
+				if porn_fame >= 20:
+					ftypecount[0] = pornvag & $ftypecount[0] = 'vaginal'
+					ftypecount[1] = pornanal & $ftypecount[1] = 'anal'
+					ftypecount[2] = porngasm & $ftypecount[15] = 'orgasm'
+					ftypecount[3] = porngang & $ftypecount[3] = 'group sex'
+					ftypecount[4] = porncream & $ftypecount[4] = 'creampie'
+					ftypecount[5] = pornhole & $ftypecount[5] = 'gloryhole'
+					ftypecount[6] = pornbdsm & $ftypecount[6] = 'bdsm'
+					ftypecount[7] = pornlesbo & $ftypecount[7] = 'lesbian'
+					ftypecount[8] = pornpreg & $ftypecount[8] = 'pregnant'
+					ftypecount[9] = pornexhib & $ftypecount[9] = 'public'
+					ftypecount[10] = pornmast & $ftypecount[10] = 'masturbation'
+					ftypecount[11] = pornbukk & $ftypecount[11] = 'cumshot'
+					ftypecount[12] = pornbj & $ftypecount[12] = 'blowjob'
+					ftypecount[13] = pornhj & $ftypecount[13] = 'handjob'
+					ftypecount[14] = pornswall & $ftypecount[14] = 'cum swallowing'
+					k = 1
+					:repeating
+						c = 14
+						:ftypecount
+							current = ftypecount[c]
+							$current = $ftypecount[c]
+							c -= 1
+							if current > ftypecount[c]:
+								ftypecount[c+1] = ftypecount[c]
+								$ftypecount[c+1] = $ftypecount[c]
+								ftypecount[c] = current
+								$ftypecount[c] = $current
+							end
+						if c >= k:jump 'ftypecount'
+						k += 1
+					if k < 14:jump 'repeating'
+					if ftypecount[1] = ftypecount[0]:
+						if ftypecount[0] = ftypecount[2]:
+							'You''re known for your <<$ftypecount[0]>>, <<$ftypecount[1]>> and <<$ftypecount[2]>> scenes.'
+						else
+							'You''re known for your <<$ftypecount[0]>> and <<$ftypecount[1]>> scenes.'
+						end
+					else
+						'You''re known for your <<$ftypecount[0]>> scenes.'
+					end
+				end
+
+				if film < 10 and porn_fame < 10:
+
+					'"By the way, if you wanted, I could completely remove them from our systems - for the right price of course." the guy whispers.'
+
+					act 'Tell me more':
+						cla
+						minut += 5
+						films_stop_payment = film * 40000
+						gs 'stat'
+						'"Seeing as you''re not well known, it''s unlikely anyone would notice. However, to remove them you''d have to cover the loss of the studio''s profits- 40,000 <b>₽</b> per film. That''s a total of <<films_stop_payment>> <b>₽</b>."'
+						'"Also, it would piss off your co-stars and director, and likely end your porn career. You should also know that there''s no guarantee that there''s no other copies of your movies out there anyway, so think carefully."'
+
+						if money >= films_stop_payment:
+							act 'Remove them':
+								minut += 5
+								money -= films_stop_payment
+								pfilmSTOP = 1
+								killvar 'pfilmday'
+								killvar 'pornplan'
+								killvar 'porntaken'
+								killvar 'pornstack'
+								killvar 'prodcosttrue'
+								killvar 'prodcost'
+								film = 0
+								gs 'stat'
+								'"We never met. Have a nice day, and don''t come back."'
+
+								act 'Leave': gt 'pornstudio', 'start'
+							end
+						end
+
+						act 'Not interested': gt 'pornstudio', 'start'
+					end
+
+					act 'Leave': gt 'pornstudio', 'start'
+				end
+
+				act 'Leave': gt 'pornstudio', 'start'
+			end
+		end
+
+		act 'Leave': gt 'pornstudio', 'start'
+
+	end
+
+	act 'Leave': gt 'pornstudio', 'start'
+end
+
+if $ARGS[0] = 'delivery':
+	cls
+	minut += 15
+	menu_off = 1
+	gs 'stat'
+	'"We made inquiries about you, and everything seems in order. Essentially, we give you a thumb drive, you deliver it to the sauna, they give you an envelope and you bring it to us. Immediately."'
+	'"Upon delivery of the envolope, you get 5000 <b>₽</b>. Deliveries are available every Friday, after the studio has opened. If you agree, then visit any Friday, and choose a safe mode of transport."'
+
+	act 'Disagree':bomzQW = -1 & gt 'city_redlight', 'start'
+
+	act 'Agree':
+		cls
+		minut += 15
+		gs 'stat'
+		'"We''ll take you this one time. In the future, you''ll have to make your own way because Fridays are getting risky for us. We need to introduce you to our colleagues."'
+
+		act 'Let''s go':
+			cls
+			workDisk = 1
+			minut += 15
+			gs 'stat'
+			'You climb into a car by the entrance and are driven to the sauna.'
+
+			if saunasex = 1:
+				'You recall going to this sauna. You had some pretty energetic sex here.'
+			elseif sauna > 0:
+				'Oh, it''s the sauna near your home.'
+			else
+				'This sauna is located near your home. You find it strange that you didn''t notice it before.'
+			end
+
+			'You go to the sauna, and are introduced to the local managers. It''s explained to you who you need to deliver to, and are reminded that it is necessary to return the envelope the same day you receive it.'
+			'"Don''t forget to use secure transport. We''ll see you on Fridays. <i>Don''t</i> fuck up."'
+
+			act 'Leave':bomzQW = 2 & gt 'city_residential'
+		end
+	end
+end
+
+if $ARGS[0] = 'shower':
+	*clr & cla
+	$location_type = 'bathroom'
+	$loc = 'pornstudio'
+	$loc_arg = 'bathroom'
+	$locM = 'pornstudio'
+	$locM_arg = 'bathroom'
+	$menu_loc = 'pornstudio'
+	$menu_arg = 'bathroom'
+	menu_off = 1
+	minut += 5
+	pcs_horny += 1
+	pcs_makeup = 1
+	dynamic $showerdin
+	gs 'stat'
+	'<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
+    cumspclnt = 20
+	gs 'cum_cleanup'
+	'You enter the cubicle, turn the water on and thoroughly wash yourself.'
+	if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
+	
+	act 'Look in the mirror': gt 'mirror', 'start'
+	act 'Go and see Dimitri': gt 'pornstudio', 'postvideo'
+end
+
+if $ARGS[0] = 'bathroom':
+	*clr & cla
+	minut += 1
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/shower.jpg"></center>'
+	'You can freshen up in the mirror or go and see Dimitri about being paid.'
+
+	act 'Look in the mirror': gt 'mirror', 'start'
+	act 'Go and see Dimitri': gt 'pornstudio', 'postvideo'
+end
+
+if $ARGS[0] = 'manager':
+	cls
+	minut += 5
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/studia_0.jpg"></center>'
+	'You walk into the manager''s office and find Dimitri at his desk.'
+
+	if firstkasting = 0: gt 'pornstudio', 'first'
+
+	if pregchem >= 2688 and pregtalkpornstudio = 0: gt 'pornstudio', 'pregreact'
+
+	if pfilmNO = 1:
+	!! Banned from shooting porn
+		'"Why are you here? You''re blacklisted and will never work in porn again."'
+	elseif pfilmSTOP = 1:
+	!! No longer shooting porn
+		'"I''m sorry, I thought you had retired?"'
+	elseif ((pfilmday[0] > 0 and hour > 12) or pornmiss = 1) and prodcosttrue <= 20000 and missedshoot = 0:
+	!! You missed your shooting time, but you have a chance to work it off
+		missedshoot = 1
+		pornmiss = 0
+		'Dimitri looks agitated as he storms towards you, ready to chew you out.'
+		'"Didn''t I tell you not to be late? Where the fuck were you? I''ve wasted a lot of money! I had to pay actors, assistants, the director and the doctor just to sit around on their asses waiting for you! The whole shoot was a bust!"'
+		'He manages to cool off a little with the venting of his frustration, and after a deep breath, he continues more calmly.'
+		if pfilmday[1] = 0:
+			missday = rand(0,3)
+			porntaken['1,<<missday>>'] = 0
+			act 'Jump in tomorrow':
+				prodcost = 0
+				pfilmNOPAY = 1
+				porntaken['1,<<missday>>'] = 2
+				pfilmday[1] = pornplan['1,<<missday>>']
+				pornstack += 1
+				freefilm = 1
+				gt 'pornstudio', 'start'
+			end
+			'"I''ll give you a chance to make it right. Another actress has gotten sick and cancelled her shoot. If you jump in for her, your debt is cancelled. Or you can work it off, but that will take longer. Of course you can also pay it back, if you have the money. And no, I don''t remember what she was going to shoot. This day has been anything but easy due to you!"'
+		else
+			'"You know what, you can work it off, but it will take you a while. Of course you can also pay it back, if you have the money."'
+		end
+
+		act 'Accept your debt':prodcosttrue += prodcost & gt 'pornstudio', 'start'
+
+		gs 'willpower', 'misc', 'self'
+		if will_cost <= pcs_willpwr:
+			act 'I quit! (<<will_cost>> Willpower)':
+				gs 'willpower', 'pay', 'self'
+				'"Fuck this shit, I quit!" you yell before storming out of his office.'
+				pfilmNO = 1
+				killvar 'prodcosttrue'
+				killvar 'pfilmday'
+				killvar 'pornplan'
+				killvar 'porntaken'
+				killvar 'pornnow'
+				gt 'pornstudio', 'start'
+			end
+		else
+			act 'I quit! (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+		exit
+	elseif prodcosttrue > 20000 and prodcost > 0:
+	!! You really fucked up and are banned from shooting porn
+		pfilmNO = 1
+		killvar 'prodcosttrue'
+		killvar 'pfilmday'
+		killvar 'pornplan'
+		killvar 'porntaken'
+		killvar 'pornnow'
+		'"You didn''t come to the shoot! You fucked me over again, and you already owed me a lot of money! You took the second chance I gave you and threw it back in my face! I don''t want to work with you anymore. You''re now blacklisted, so get out!"'
+	elseif pfilmday[0] > 0 and hour >= 10 and hour <= 12:
+	!! You have a porn shoot and are on time
+		pornnow = 1
+		if hour = 10: '"You''re just in time for your inspection. Off you go now." he says with a smile.'
+		if hour = 11: '"You''re late. My patience is not eternal." he says strictly. "Get going to your inspection, quickly!"'
+		if hour = 12: '"What the hell? Everyone''s waiting for you! Hurry up and get inspected! Now!"'
+
+		act 'Go for medical check-up': gt 'pornstudio', 'medical', pfilmday[0]
+		exit
+	elseif film = 0 and pornstack = 0:
+	! Your first ever movie offer
+		if firstoffer = 0:
+			firstoffer = 1
+			'"So you''re the new girl? As luck would have it, we''re looking for someone fresh for our next shoot. It''s called ''Girls Jerk Guys #36''."'
+			'"For 500 <b>₽</b>, you have to jerk a guy off and have him cum on your tits."'
+		else
+			'"Hello. Since you''re brand new, all I can offer you is an introductory movie called ''Girls Jerk Guys #36''."'
+			'"For 500 <b>₽</b>, you have to jerk a guy off and have him cum on your tits."'
+		end
+
+		gs 'willpower', 'exhib', 'self'
+		if will_cost <= pcs_willpwr:
+			act 'Agree (<<will_cost>> Willpower)':
+				cla
+				gs 'willpower', 'pay', 'self'
+				pornstack += 1
+				pfilmday[1] = 1
+				gs 'stat'
+				'"Cool. We shoot tomorrow, so be here between 10:00 and 11:00. And please, don''t be late."'
+
+				act 'Leave': gt 'pornstudio', 'start'
+			end
+		else
+			act 'Agree (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+
+		act 'I don''t think I''m ready': gt 'pornstudio', 'start'
+		exit
+	elseif film > 0:
+		gs 'pornstudio', 'options'
+	else
+		'Dimitri looks up from his paperwork and greets you. "Hello. Can I help you with something?"'
+	end
+
+	if porndebt > 0:
+		act 'Ask about your debt': '"Of course. Your current debt to the company is <<porndebt>> <b>₽</b>."'
+	end
+
+	act 'Leave': gt 'pornstudio', 'start'
+end
+
+if $ARGS[0] = 'options':
+	'"Let''s see what I have on offer for you."'
+	if film < 5:
+		fmulti = 100
+	elseif film < 10:
+		fmulti = 120
+	elseif film < 15:
+		fmulti = 140
+	elseif film < 25:
+		fmulti = 160
+	elseif film < 50:
+		fmulti = 180
+	elseif film >= 50:
+		fmulti = 200
+	end
+
+	act 'Filter by date':
+		$selection = {
+			*clr
+			'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/studia_0.jpg"></center>'
+			'<font color="grey">The selected days will not be displayed</font><br>'
+			m1 = month
+			d1 = day + 1
+			if monthsend[m1] < d1: m1 += 1 & d1 = 1
+			if m1 > 12: m1 = 1
+			w2 = week + 1
+			if w2 > 7: w2 = 1
+			p1 = 1
+			w1 = 1
+			:monthloop
+				*p '<Table border=0 cellpadding=1><TR><TH colspan=7><b><i><font size=6 color="brown"><<$monthName[m1]>></font></i></b></TH></TR>'
+				*p '<TR align="center"><TH>   Monday    </TH><TH>   Tuesday   </TH><TH>Wednesday</TH><TH>  Thursday   </TH><TH>     Friday     </TH><TH>  Saturday   </TH><TH>    Sunday    </TH></TR>'
+				:weekloop
+					selected[p1] = p1
+					if w1 = 1:*p '<TR>'
+					!making sure that the date and the day of the week are in the correct position
+					if w2 ! 1:
+						if w2 = 7:
+							w1 = 7 & *p '<TD></TD><TD></TD><TD></TD><TD></TD><TD></TD><TD></TD>'
+						elseif w2 = 6:
+							w1 = 6 & *p '<TD></TD><TD></TD><TD></TD><TD></TD><TD></TD>'
+						elseif w2 = 5:
+							w1 = 5 & *p '<TD></TD><TD></TD><TD></TD><TD></TD>'
+						elseif w2 = 4:
+							w1 = 4 & *p '<TD></TD><TD></TD><TD></TD>'
+						elseif w2 = 3:
+							w1 = 3 & *p '<TD></TD><TD></TD>'
+						else
+							w1 = 2 & *p '<TD></TD>'
+						end
+						w2 = 1
+					end
+					!selectable day display comes
+					if inversefilter = 1:
+						if datefilter['<<selected[p1]>>'] = 1:
+							datefilter['<<selected[p1]>>'] = 0
+						else
+							datefilter['<<selected[p1]>>'] = 1
+						end
+					end
+
+					if m1 = 1 and d1 >= 1 and d1 <= 8:nh1 = 1
+					if m1 = 2 and d1 = 23:nh1 = 1
+					if m1 = 3 and d1 = 8:nh1 = 1
+					if m1 = 5 and (d1 = 1 or d1 = 2):nh1 = 1
+					if m1 = 5 and d1 = 9:nh1 = 1
+					if m1 = 6 and (d1 = 12 or d1 = 13):nh1 = 1
+					if m1 = 11 and d1 = 4:nh1 = 1
+
+					if nh1 = 1:
+						$option = '<font color="red"><del><b><<d1>><b></del></font>'
+					elseif pfilmday[p1] > 0:
+						$option = '<font color="green"><<d1>></font>'
+					elseif datefilter['<<selected[p1]>>'] = 1 or (weekdayfilter = 1 and w1 < 6) or (weekendfilter = 1 and w1 >= 6):
+						$option = '<font color="grey"><del><<d1>></del></font>'
+					else
+						$option = '<a href="exec:datefilter[''<<selected[p1]>>''] = 1 & dynamic $selection"><font color="black"><<d1>></font></a>'
+					end
+					killvar 'nh1'
+					*p '<TD align="center"><font size=5><<$option>></font></TD>'
+					!preparing for next day
+					d1 += 1
+					p1 += 1
+					w1 += 1
+			!we have to check the end of the month too
+			if monthsend[m1] < d1:
+				!Oh-oh, this is the next month already!
+				*p '</TR></TABLE><br>'
+				if w1 = 8: w1 = 1
+				w2 = w1
+				w1 = 1
+				m1 += 1
+				if m1 > 12: m1 = 1
+				d1 = 1
+				!does it necessary to display the next month?
+				if p1 < 50:jump 'monthloop'
+			else
+				!the next day is still the same month
+				if p1 < 50:
+					!the next day have to be displayed
+					if w1 = 8: *p '</TR>' & w1 = 1
+					jump 'weekloop'
+				else
+					!the next day does not have to be displayed
+					*p '</TR></TABLE><br>'
+				end
+			end
+			inversefilter = 0
+			''
+			if weekdayfilter = 0:
+				$weekdayfilter = '<a href="exec:weekdayfilter = 1 & dynamic $selection">Remove weekdays</a>'
+			else
+				$weekdayfilter = '<a href="exec:weekdayfilter = 0 & dynamic $selection">Restore weekdays</a>'
+			end
+			if weekendfilter = 0:
+				$weekendfilter = '<a href="exec:weekendfilter = 1 & dynamic $selection">Remove weekends</a>'
+			else
+				$weekendfilter = '<a href="exec:weekendfilter = 0 & dynamic $selection">Restore weekends</a>'
+			end
+			*p '<<$weekdayfilter>>  <<$weekendfilter>>  <a href="exec:inversefilter = 1 & dynamic $selection">Inverse selection</a><br>'
+			*p '<a href="exec:killvar ''datefilter'' & killvar ''selected'' & weekdayfilter = 0 & weekendfilter = 0 & dynamic $selection">Clear date filters</a>'
+		}
+		dynamic $selection
+	end
+
+!{	act 'Filter by tag':
+		$displaytag = {
+			*clr
+			'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/studia_0.jpg"></center>'
+			'<font color="grey">The selected tags will not be displayed</font><br><br>Currenty filtered tags: <font color="green"><<$tagfilter>></font>'
+			if flag_tag[1] = 0: '<a href="exec:$tagfilter += ''hetero '' & flag_tag[1] = 1 & dynamic $displaytag">heterosexual</a>'
+			if flag_tag[2] = 0: '<a href="exec:$tagfilter += ''lesbian '' & flag_tag[2] = 1 & dynamic $displaytag">lesbian</a>'
+			if flag_tag[3] = 0: '<a href="exec:$tagfilter += ''threesome '' & flag_tag[3] = 1 & dynamic $displaytag">threesome</a>'
+			if flag_tag[4] = 0: '<a href="exec:$tagfilter += ''gangbang '' & flag_tag[4] = 1 & dynamic $displaytag">gangbang</a>'
+			if flag_tag[5] = 0: '<a href="exec:$tagfilter += ''facial '' & flag_tag[5] = 1 & dynamic $displaytag">facial</a>'
+			if flag_tag[6] = 0: '<a href="exec:$tagfilter += ''vaginal '' & flag_tag[6] = 1 & dynamic $displaytag">vaginal</a>'
+			if flag_tag[7] = 0: '<a href="exec:$tagfilter += ''anal '' & flag_tag[7] = 1 & dynamic $displaytag">anal</a>'
+			if flag_tag[8] = 0: '<a href="exec:$tagfilter += ''blowjob '' & flag_tag[8] = 1 & dynamic $displaytag">blowjob</a>'
+			if flag_tag[9] = 0: '<a href="exec:$tagfilter += ''handjob '' & flag_tag[9] = 1 & dynamic $displaytag">handjob</a>'
+			if flag_tag[10] = 0: '<a href="exec:$tagfilter += ''cumshot '' & flag_tag[10] = 1 & dynamic $displaytag">cumshot</a>'
+			if flag_tag[11] = 0: '<a href="exec:$tagfilter += ''swallowing '' & flag_tag[11] = 1 & dynamic $displaytag">swallowing</a>'
+			if flag_tag[12] = 0: '<a href="exec:$tagfilter += ''DP '' & flag_tag[12] = 1 & dynamic $displaytag">DP</a>'
+			if flag_tag[13] = 0: '<a href="exec:$tagfilter += ''creampie '' & flag_tag[13] = 1 & dynamic $displaytag">creampie</a>'
+			''
+			'<a href="exec:killvar ''$tagfilter'' & killvar ''flag_tag'' & dynamic $displaytag">Clear date filters</a>'
+		}
+		dynamic $displaytag
+	end
+}
+	act 'Filter by participants':
+		$displaynum = {
+			*clr
+			'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/studia_0.jpg"></center>'
+			'<font color="grey">The movies above the selected number of partners will not be displayed</color><br>'
+			if ppnum = 1:
+				$pp1 = '<b><font color="red" size=8>1</font></b>'
+			else
+				$pp1 = '<a href="exec:ppnum = 1 & dynamic $displaynum"><font size=8 color="black">1</font></a>'
+			end
+			if ppnum = 2:
+				$pp2 = '<b><font color="red" size=8>2</font></b>'
+			else
+				$pp2 = '<a href="exec:ppnum = 2 & dynamic $displaynum"><font size=8 color="black">2</font></a>'
+			end
+			if ppnum = 3:
+				$pp3 = '<b><font color="red" size=8>3</font></b>'
+			else
+				$pp3 = '<a href="exec:ppnum = 3 & dynamic $displaynum"><font size=8 color="black">3</font></a>'
+			end
+			if ppnum = 4:
+				$pp4 = '<b><font color="red" size=8>4</font></b>'
+			else
+				$pp4 = '<a href="exec:ppnum = 4 & dynamic $displaynum"><font size=8 color="black">4</font></a>'
+			end
+			if ppnum = 5:
+				$pp5 = '<b><font color="red" size=8>5</font></b>'
+			else
+				$pp5 = '<a href="exec:ppnum = 5 & dynamic $displaynum"><font size=8 color="black">5</font></a>'
+			end
+			'<Table border=0 cellspacing=10><TR><TH><<$pp1>></TH><TH><<$pp2>></TH><TH><<$pp3>></TH><TH><<$pp4>></TH><TH><<$pp5>></TH></TR>'
+			''
+			'<a href="exec:killvar ''ppnum'' & dynamic $displaynum">Clear participant limitations</a>'
+		}
+		dynamic $displaynum
+	end
+
+	act 'Porn production schedule':
+		$contracting = {
+			*clr
+			'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/studia_0.jpg"></center>'
+			''
+			d1 = day
+			w1 = week
+			m1 = month
+			counter = 1
+			$pornofday = ''
+			:pornopt
+				killvar 'nh1'
+				pcount[counter] = counter
+				w1 += 1
+				if w1 > 7:w1 = 1
+				d1 += 1
+				if monthsend[m1] < d1: m1 += 1 & d1 = 1
+				if m1 > 12: m1 = 1
+
+				if m1 = 1 and d1 >= 1 and d1 <= 8:nh1 = 1
+				if m1 = 2 and d1 = 23:nh1 = 1
+				if m1 = 3 and d1 = 8:nh1 = 1
+				if m1 = 5 and (d1 = 1 or d1 = 2):nh1 = 1
+				if m1 = 5 and d1 = 9:nh1 = 1
+				if m1 = 6 and (d1 = 12 or d1 = 13):nh1 = 1
+				if m1 = 11 and d1 = 4:nh1 = 1
+
+				if (weekdayfilter = 1 and w1 >= 6) or (weekendfilter = 1 and w1 < 6) or (weekdayfilter = 0 and weekendfilter = 0) or nh1 = 1:
+					if datefilter['<<selected[counter]>>'] = 0:
+						if nh1 = 1:
+							$pornofday = '<i><b>National holiday, no shootings!</b></i><br>'
+						else
+							porns = 0
+							:pornplanloop
+								dynamic $pornfilmdesc, pornplan['<<counter>>,<<porns>>']
+								if (pfactor <= ppnum) or (ppnum = 0):
+									if porntaken['<<counter>>,<<porns>>'] = 2:
+										$pornofday += '<font color="green"><b><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></b> - <i>Already contracted</i></font><br>'
+									elseif pfilmday[counter] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter - 1] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter - 2] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter - 3] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter - 4] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter - 5] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter + 1] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter + 2] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter + 3] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter + 4] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif pfilmday[counter + 5] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									elseif porntaken['<<counter>>,<<porns>>'] = 1:
+										$pornofday += '<font color="red"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>> - <i>Taken by someone else</i></font><br>'
+									elseif pornstack < 10:
+										$pornofday += '<a href="exec:pornstack += 1 & porntaken[''<<counter>>,<<porns>>''] = 2 & pfilmday[<<pcount[counter]>>] = pornplan[''<<counter>>,<<porns>>''] & gs ''stat'' & dynamic $contracting"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></a><br>'
+									else
+										$pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
+									end
+								end
+							if porns < 3: porns += 1 & jump 'pornplanloop'
+						end
+						if $pornofday ! '':
+							'<<$monthName[m1]>> <<d1>>, <<$week[w1]>>: '
+							'<<$pornofday>>'
+							$pornofday = ''
+						end
+					end
+				end
+			if counter < 49:
+				counter += 1
+				jump 'pornopt'
+			end
+		}
+		dynamic $contracting
+	end
+
+	if pornstack > 1 or (freefilm = 0 and pornstack > 0):
+		act 'Cancel a contract':
+			$canceling = {
+				*clr
+				'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/studia_0.jpg"></center>'
+				d1 = day
+				w1 = week
+				m1 = month
+				i = 1
+				:nopornopt
+					pcount[i] = i
+					w1 += 1
+					if w1 > 7:w1 = 1
+					d1 += 1
+					if monthsend[m1] < d1: m1 += 1 & d1 = 1
+					if (pfilmday[i] = 1 and freefilm = 0) or pfilmday[i] > 1: '<<$monthName[m1]>> <<d1>>, <<$week[w1]>>: '
+					porns = 0
+					:nopornplanloop
+						if porntaken['<<i>>,<<porns>>'] = 2: '<a href="exec:pornstack -= 1 & porntaken[''<<i>>,<<porns>>''] = 0 & pfilmday[<<pcount[i]>>] = 0 & gs ''stat'' & dynamic $canceling"><<$porndesc[pornplan[''<<i>>,<<porns>>'']]>></a>'
+					if porns < 3: porns += 1 & jump 'nopornplanloop'
+				if i < 49:
+					i += 1
+					jump 'nopornopt'
+				end
+			}
+			dynamic $canceling
+		end
+	end
+
+	act 'Leave':
+		killvar 'ppnum'
+		killvar 'displaynum'
+		killvar 'displaytext'
+		killvar 'displayimage'
+		killvar '$pp1'
+		killvar '$pp2'
+		killvar '$pp3'
+		killvar '$pp4'
+		killvar '$pp5'
+		killvar 'displaytag'
+		killvar 'flag_tag'
+		killvar 'selection'
+		killvar 'datefilter'
+		killvar 'selected'
+		killvar 'option'
+		killvar 'tagfilter'
+		killvar 'contracting'
+		killvar 'pcount'
+		killvar 'weekdayfilter'
+		killvar 'weekendfilter'
+		gt 'pornstudio', 'start'
+	end
+end
+
+if $ARGS[0] = 'first':
+	cls
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting/casting0.jpg"></center>'
+	'You sit down on the sofa and greet the manager. "I see it''s your first time with us. So, you want to be a porn star?'
+
+	if pcs_inhib < 40 and (money <= 500 and karta <= 500 and home_owned[2] = 0) or (narkoman = 1 or SLomka > 0):
+		'While you don''t feel confident enough showing off your body, you''re desperate for money, and are willing to do anything to earn it.'
+		act 'Continue': gt 'pornstudio', 'yes'
+	elseif pcs_inhib < 40:
+		'You don''t feel confident enough to start a career in porn. You should gain some confidence showing off your body first.'
+		act 'Leave': gt 'pornstudio', 'start'
+	else
+		act 'Continue': gt 'pornstudio', 'yes'
+	end
+end
+
+if $ARGS[0] = 'yes':
+	cls
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting/casting0.jpg"></center>'
+	'You sit down on the sofa and greet the manager. "I see it''s your first time with us. So, you want to be a porn star?"'
+	act 'Yes':
+		cla
+		minut += 5
+		gs 'stat'
+		'You confirm your enthusiasm to be in porn and he nods. "Let''s see your papers. You are 18 or older, yes?"'
+		if age >= 18:
+			'"Yes, I am." you answer, handing him your passport.'
+			'"All right then. First we''ll need to do a casting. Take off your clothes and let me see your body."'
+		elseif fakepassport = 1:
+			'"Yes, I am." you answer, handing him your fake passport.'
+			'You see him frown as he checks your passport with suspicion.'
+			'"Well, I guess everything is in order. First we''ll need to do a casting. Take off your clothes and let me see your body."'
+		else
+			'"Nearly..." you plead.'
+			'"Right... Here''s my card. Come back when you''re old enough, kid."'
+			fakepassport = 2
+			act 'Leave': gt 'pornstudio', 'start'
+			exit
+		end
+
+		act 'Make excuses and leave': gt 'pornstudio', 'start'
+
+		gs 'willpower', 'exhib', 'self'
+		if will_cost <= pcs_willpwr:
+			act 'Undress (<<will_cost>> Willpower)':
+				cla & *clr
+				gs 'willpower', 'pay', 'self'
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting/casting1.jpg"></center>'
+				'You undress as he gets up from his chair and walks towards you. "Lie down on the couch and spread your legs."'
+                
+				act 'Grab your clothes and run out': gt 'pornstudio', 'start'
+
+				act 'Lie down':
+					cla & *clr
+					minut += 5
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting/casting2.jpg"></center>'
+					'You lie down on the sofa and spread your legs. The manager takes a few pictures on his phone, explaining that they''re for your portfolio. After that, he asks you to kneel.'
+
+					act 'Kneel':
+						cla & *clr
+						minut += 5
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting/casting3.jpg"></center>'
+						'You get up from the sofa and kneel in front of him as he pulls out his sizeable cock. You admire it for a few seconds before slowly sucking on his tip. He takes more pictures as he says "Now suck."'
+
+						act 'Suck his dick':
+							cla & *clr
+							minut += 5
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting/casting4.jpg"></center>'
+							'You take his shaft into your mouth and begin to suck it as he takes a few more pictures.'
+
+							act 'Finish him':
+								cla & *clr
+								minut += 5
+								gs 'stat'
+								'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting/casting5.jpg"></center>'
+								'You take his dick deep into your throat while trying to look as sexy as possible. Meanwhile, he fondles your breast with his free hand.'
+								'After a few minutes, he pulls his dick out of your mouth. "Finish me off!" he curtly orders. You quickly jerk him off and soon a thick load of cum is covering your face. He takes some last photos of you before returning to his desk and offering you wipes. You quickly clean yourself, get dressed and sit down.'
+								'"You can call me Dimitri. You''re going to need a stage name.'
+
+								act 'Choose your name':
+									cla & *clr
+									firstkasting = 1
+									$pfname = input ("What will your porn name be?")
+
+									if $pfname <= 0:$pfname = '<<$pcs_nickname>> BimboStar'
+
+									'"<<$pfname>>, wonderful name. Now listen. Before shooting starts, you have to pass a medical examination. If we find any sign of a sexually transmitted disease, you''re out, no exceptions."'
+									'"There we go, you''re now registered. We''re quite big in the industry, shooting about four films a day, so you can choose what you to be in. Anal or gangbang, it''s your choice, just remember to take care of your health. If you get sick or something, just cancel the shoot. You can do this up to the day of the shooting."'
+									'"Come see me when you want a contract. And welcome to the world of pornography...<<$pfname>>."'
+
+									act 'Continue': gt 'pornstudio', 'start'
+								end
+							end
+						end
+					end
+				end
+			end
+		else
+			act 'Undress (<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] = 'medical':
+	*clr & cla
+	menu_off = 1
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/exam.jpg"></center>'
+	minut += 5
+	gs 'stat'
+	'You enter the office where the doctor is waiting. He quickly snaps on a pair of rubber gloves and tells you to undress.'
+	'You remove your clothes and sit on the gynecological chair. The doctor comes up to you and starts the check up. After a thorough inspection, he takes a blood sample.'
+	'"It will be about half an hour before the tests are finished. They will tell us if you have caught something."'
+
+	act 'Wait':
+		cla
+		minut += 30
+		gs 'stat'
+		'...'
+		'...'
+		if venera > 0:
+			pfilmNO = 1
+			pfilmNoVenera = 1
+			'"Your analysis shows you have an STD." the doctor tells you as he calls Dimitri to the office.' 
+			'Once he arrives, Dimitri looks at the test results. "Sorry, but as long as you have an STD, you cannot make films."'
+			act 'Leave': gt 'pornstudio', 'start'
+		else
+			'"Very good, you are clean. You can go to the dressing room."'
+
+			act 'Go to the dressing room':
+				pf = ARGS[1]
+				dynamic $pornfilmdesc, pf
+				gs 'pornfilm', 'pornactor'
+				gs 'pornfilm', 'pornactress'
+				*clr & cla
+				'<center><img width=700 src="images/locations/city/redlight/studio_porn/makeup.jpg"></center>'
+				minut += 30
+				cumspclnt = 20
+				gs 'cum_cleanup'
+				pcs_sweat = 0
+				pcs_hairbsh = 1
+				pcs_makeup = 4
+				pcs_lipbalm += 8
+				pcs_breath = 1
+				gs 'stat'
+				'A skinny white-haired woman is waiting for you in the dressing room.'
+				'You take a thorough shower before getting an enema. You then get your hair and make-up done.'
+
+				act 'Go to the set': gt 'pornfilm', '<<pf>>'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'postvideo':
+	cls
+	menu_off = 1
+	minut += 30
+	pf = pfilmday[0]
+	pfilmday[0] = 0
+	pornstack -= 1
+	pornnow = 0
+	if film < 5:
+		fmulti = 25
+	elseif film < 10:
+		fmulti = 30
+	elseif film < 15:
+		fmulti = 35
+	elseif film < 25:
+		fmulti = 40
+	elseif film < 50:
+		fmulti = 45
+	elseif film >= 50:
+		fmulti = 50
+	end
+
+	film += 1
+	if film = 1:
+		$porntitle[film] = 'Girls Jerk Guys #36 - <<$pfname>>'
+		$pornfilmstory[film] = '<<$pfname>>''s debut into the world of porn. Watch as she jerks off <<$pakter[1]>> and lets him cum all over her tits.'
+	else
+		if $pstory = '' and editpornname = 1:
+			$pornfilmstory[film] = input('You can enter the story of the porn movie. This action can be done only once, but you can choose to do it later! (Just hit Enter/Esc when blank)<br>Tags of the current movie: <font color=#541717 size=2><<$pfilmtags>></font>')
+		else
+			$pornfilmstory[film] = $pstory
+		end
+		if editpornname = 1:
+			$porntitle[film] = input("Enter the name of the porn movie. <i>This action can be done only once, but you can choose to do it later! (Just hit Enter/Esc when blank)</i>")
+		end
+	end
+
+	if pfilmNOPAY = 0:
+		pfcash = pcash * fmulti
+		money += pfcash
+		'Dimitri counts <<pfcash>> <b>₽</b> out for your film and wishes good luck.'
+	else
+		pfilmNOPAY = 0
+		pfcash = 0
+		'You have fulfilled your obligation and made the film for free.'
+	end
+	pornfilmYear[film] = year
+	pornfilmMonth[film] = month
+	pornfilmDay[film] = day
+	porndaystart[film] = daystart
+	pornfilmType[film] = pf
+	pornfilmCash[film] = pfcash
+	pornfilmActAge[film] = age
+	pornfilmAppAge[film] = vidage
+	pornfilmpregchem[film] = pregchem
+	pornfilmacting[film] = acting+orgasmbonus+pcs_intel/10
+	dynamic $pornfilmdesc, pf
+	killvar 'orgasmbonus'
+	if pornfilmacting[film] >= 90:
+		porn_fame += 3
+	elseif pornfilmacting[film] >= 75:
+		porn_fame += 2
+	elseif pornfilmacting[film] >= 60:
+		porn_fame += 1
+	end
+	if hotcat >= 9:
+		porn_fame += 3
+	elseif hotcat >= 7:
+		porn_fame += 2
+	elseif hotcat >= 5:
+		porn_fame += 1
+	end
+	pornfilmvnesh[film] = hotcat
+
+	acting += actbonus
+
+	if pfType ! 0:
+		unprotfilm = -1
+		if succubusflag = 1:
+!!			May add a check to clear unprotfilm based on sucpcinfo (the PC knows Succubae are immune to STD''s)
+			if pfcash > 0:
+				$tmp = '"I almost can''t believe they paid me <<pfcash>><b>₽</b> for such a wonderful meal!"'
+			else
+				$tmp = '"And they think I''m doing this for free. If only they knew they were paying me in another way..."'
+			end
+			'You let slip a satisfied smirk and think to yourself, <<$tmp>>'
+		elseif knowpreg = 0 and thinkpreg = 0 and pillcon2 < 1000:
+			pornDanger[film] = 1
+!!			Left "ppreg" pending its eventual use
+			if ppreg = 0:
+				if pfcash > 0:
+					$tmp = ' Was <<pfcash>> <b>₽</b> worth the risk of getting impregnated by a seedy porn actor you''ll probably never see again?'
+				else
+					$tmp = 'You didn''t even get paid to risk pregnancy! You''ll likely never see the guy again.'
+				end
+				'With a growing sense of horror, you realize that you aren''t on the shot and have no idea when you last took a birth control pill.<<$tmp>>'
+			else
+				!{If she has birth control and deliberately isn''t using it, obviously she wants to get pregnant or just doesn''t care.}
+				if pfcash > 0:
+					$tmp = 'Either way, <<pfcash>> <b>₽</b> will definitely help make a better life for you and your baby if you end up pregnant.'
+				else
+					$tmp = 'The fact that you weren''t even paid to take this risk excites you more than you''d like to admit.'
+				end
+				'From the moment you stepped onto the set, you kept thinking about how you were completely unprotected during this shoot. You aren''t sure if you''re afraid of the consequences or excited by them.<<$tmp>>'
+				pcs_horny += 10
+			end
+		end
+		killvar '$tmp'
+	end
+
+	if pfactor = 50:
+		$pornfilmActor[film] = 'Fifty fans of'
+	else
+		dynamic $pornactor
+		$pornfilmActor[film] = ''
+		pact = pfactor
+		:pornactortext
+			if pact > 1:
+				$pornfilmActor[film] += $pakter[pact]+', '
+			else
+				$pornfilmActor[film] += $pakter[pact]
+			end
+			pact -= 1
+		if pact > 0:jump 'pornactortext'
+	end
+
+	if film < 10:
+		filmkoef = 10
+	elseif film < 25:
+		filmkoef = 5
+	else
+		filmkoef = 0
+	end
+
+	pfcash = 0
+	gs 'stat'
+
+	act 'Leave': gt 'pornstudio', 'start'
+end
+
+if $ARGS[0] = '1':
+	$loc_arg = $ARGS[0]
+	$loc = 'pornstudio'
+
+	minut = minut + 5
+	clr
+	menu_off = 1
+	gs'stat'
+
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/pierre_1.jpg"></center>'
+	'You''ve come to the studio, looking for someone - anything that you think can help you.'
+	'You approach a man, who introduces himself as Dimitri.'
+
+	act 'State the purpose of your visit':
+		*clr & cla
+		minut += 60
+        '<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/pierre_2.jpg"></center>'
+		'Dimitri smiles. "New actresses are always welcome, but if they''re terrible, the studio won''t take them. The auditions are made public, so remember that if you ever consider it."'
+		'"I''ll tell you everything else under one condition - you have to undress."'
+
+		act 'Undress':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting_3.jpg"></center>'
+			'You strip out of your clothes. Once you''re nude, Dimitri smiles and starts his tour.'
+			'"We start with the casting auditions. As I said, if you''re terrible, then you have no hope. This can be overlooked if you have an attractive appearance, however."'
+
+			act 'Continue':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/model_0.jpg"></center>'
+				'"Then a girl is chosen for the lead role. Only the most attractive of girls are chosen."'
+				
+				act 'Continue':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/film_0.jpg"></center>'
+					'"Then she shoots the scenes, an interesting and exciting process that can take hours. The films we shoot...'
+					
+					act 'Continue':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/dvd-disx.jpg"></center>'
+						'He pulls a DVD off the top of a nearby stack. "Are how we make money."'
+
+						act 'How and where is it all sold?':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/pierre_2.jpg"></center>'
+							'"We mostly sell it digitally on our premium websites, but we have guys at the sauna in the residential area and in the sex shop for those who want to buy physically.' 
+							'We''re thinking of moving in on the university as well- and not just selling our films there. We could possibly shoot a few films on campus. There''s a huge market for young college students and we want a slice."'
+
+							act 'Is that legal?':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/ment_0.jpg"></center>'
+								'"It doesn''t matter since we bribe the cops. Maybe in the future you''ll be able to help us with that? In the meantime, I''ve told you everything you need to know."'
+
+								act 'I understand':
+									*clr & cla
+									pornstudio = 3
+
+									'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/pierre_2.jpg"></center>'
+									'"Good girl. Now leave and stop wasting my time."'
+                                    gt 'pornstudio', 'start'
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = '2':
+	$loc_arg = $ARGS[0]
+	$loc = 'pornstudio'
+	menu_off = 1
+
+	clr
+	! WD: Fix Uninitialised ~ 'carrf' to 'carrar'
+	carrar = RAND(40, 100)
+	gs 'stat'
+
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/studio_porn/casting_<<rand(1,6)>>.jpg"></center>'
+
+	'You spend eight hours posing in a variety of sexy underwear for the casting director.'
+
+	minut += 120
+	gs 'stat'
+	minut += 120
+	gs 'stat'
+	minut += 120
+	gs 'stat'
+	minut += 120
+	gs 'stat'
+
+	if pcs_apprnc < carrar:
+		'"You don''t have what it takes. Sorry."'
+	elseif pcs_apprnc >= carrar:
+		actr = 1
+
+		'You get the role.'
+	end
+
+	act 'Finish':
+		gt 'pornstudio','start'
+	end
+end
+
+if $ARGS[0] = '3':
+	$loc_arg = $ARGS[0]
+	$loc = 'pornstudio'
+
+	clr
+	actr = 0
+	gs 'stat'
+	gt 'bdsm'
+end
+
+if $ARGS[0] = 'pregreact':
+	'"Wow. I''m surprised you still want to do the shoot considering how far along you are. The good news is, we''ve been looking into appealing to people with different fetishes, so this is the perfect opportunity to start marketing to pregnancy fetishists. However, this is also going to change the shoots you can do."' 
+	'"You see, this is more of a niche thing and not something we can really use for wide appeal. You can still work, but only on specific pregnancy shoots, so you might not get the same amount of work you got before. Don''t worry though, if we can find a way to make money off of you, we definitely will." the manager ends with a smile.'
+	act 'Continue': pregtalkpornstudio = 1 & gt 'pornstudio', 'manager'
+end
+
+--- pornstudio ---------------------------------
+

+ 0 - 0
locations/rex_party_boys_events.qsrc → locations/unused/rex_party_boys_events.qsrc


+ 0 - 0
locations/rex_party_events.qsrc → locations/unused/rex_party_events.qsrc


+ 5 - 4
locations/rex_party_girls_events.qsrc → locations/unused/rex_party_girls_events.qsrc

@@ -859,10 +859,8 @@ if $ARGS[0] = 'girls':
 		cla
 		*clr
 		minut += 5
-		gs 'stat'
-		i = rand(1,2)
-		if i = 1: '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_17_<<rand(1,3)>>.mp4"></video></center>'
-		if i = 2: '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_17_<<rand(4,5)>>.jpg"></center>'
+		gs 'stat' 
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_17_<<rand(4,5)>>.jpg"></center>'
 		'You continue your lesbian play. It is an insane orgy as you caress each other, using your tongues and gentle fingers on every available hole. Time flies as you bring each other to orgasm, convulsing from the pleasure.'
 		act 'Fall asleep':
 			cla
@@ -886,6 +884,9 @@ if $ARGS[0] = 'girls':
 		end
 	end
 end
+		i = rand(1,2)
+		if i = 1: '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_17_<<rand(1,3)>>.mp4"></video></center>'
+		if i = 2:
 
 if $ARGS[0] = 'dirty':
 	cls

+ 0 - 0
locations/rex_party_home.qsrc → locations/unused/rex_party_home.qsrc


+ 0 - 0
locations/rex_party_sister_events.qsrc → locations/unused/rex_party_sister_events.qsrc