Browse Source

[Refactor] Refactored Rex's party

ADCSux 2 years ago
parent
commit
7563fbd886

+ 3 - 5
glife.qproj

@@ -478,11 +478,9 @@
 	</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"/>
+		<Location name="rex_party_smallEvents"/>
+		<Location name="rex_party_sexEvents"/>
 	</Folder>
 	<Folder name="Dima Nosov">
 		<Location name="dimaEv"/>

+ 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 ---------------------------------

+ 3 - 0
locations/rex_party_firstTime

@@ -0,0 +1,3 @@
+# rex_party_firstTime
+
+--- rex_party_firstTime ---------------------------------

+ 5 - 4
locations/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

+ 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_events', '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_events', '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_events', '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_events', '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 - 1
locations/sister.qsrc

@@ -100,7 +100,8 @@ 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_home', 'party' else gt 'rex_party_sister_events', 'sisboyQW_party'
+			act 'Go to the party (new)': if sisterQW['partycount'] > 0: gt 'rex_party', 'start' else gt 'rex_party_sister_events', 'sisboyQW_party'
 		end
 	elseif $ARGS[1] = 'rex':
 		if fame['pav_slut'] >= 250 or cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1):