Browse Source

rename rex party files

rachels 3 years ago
parent
commit
9488cf7cea

+ 7 - 7
glife.qproj

@@ -436,13 +436,13 @@
 		<Location name="brother_lessons"/>
 		<Location name="brother_lessons"/>
 		<Location name="seeporn"/>
 		<Location name="seeporn"/>
 	</Folder>
 	</Folder>
-	<Folder name="Reks">
-		<Location name="reks"/>
-		<Location name="sbReksHome"/>
-		<Location name="dinParty"/>
-		<Location name="party_boys"/>
-		<Location name="party_girls"/>
-		<Location name="sister_party"/>
+	<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"/>
 	</Folder>
 	</Folder>
 	<Folder name="Dima Nosov">
 	<Folder name="Dima Nosov">
 		<Location name="dimaEv"/>
 		<Location name="dimaEv"/>

+ 0 - 0
locations/reks.qsrc → locations/rex_events.qsrc


+ 47 - 47
locations/party_boys.qsrc → locations/rex_party_boys_events.qsrc

@@ -1,11 +1,11 @@
-# party_boys
+# rex_party_boys_events
 
 
 if $ARGS[0] = 'drink':
 if $ARGS[0] = 'drink':
 	cls
 	cls
 	minut += 5
 	minut += 5
 	gs 'drugs ', 'alcohol', 'beer'
 	gs 'drugs ', 'alcohol', 'beer'
 	party_boys_drink += 1
 	party_boys_drink += 1
-	$menu_loc = 'party_boys'
+	$menu_loc = 'rex_party_boys_events'
 	$menu_arg = 'drink'
 	$menu_arg = 'drink'
 	menu_off = 0
 	menu_off = 0
 	minut += 5
 	minut += 5
@@ -47,15 +47,15 @@ if $ARGS[0] = 'drink':
 		'"Guys, you poured too much into the glass. I''m drunk already.", you say."'
 		'"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.'
 		'"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...'
 		if npc_rel['A57'] >= 50: 'You notice Rex in the room...'
-		if npc_rel['A57'] >= 50: act 'Get Rex''s attention': gt 'party_boys', 'Rex_save'
-		act 'Have fun with them': gt 'party_boys', 'smile'
+		if npc_rel['A57'] >= 50: act 'Get Rex''s attention': gt 'rex_party_boys_events', 'Rex_save'
+		act 'Have fun with them': gt 'rex_party_boys_events', 'smile'
 		gs 'willpower', 'action', 'type', 'medium'
 		gs 'willpower', 'action', 'type', 'medium'
 		if will_cost <= pcs_willpwr:
 		if will_cost <= pcs_willpwr:
 			act 'Break free of them (<<will_cost>> Willpower)':
 			act 'Break free of them (<<will_cost>> Willpower)':
 				*clr & cla
 				*clr & cla
 				gs 'willpower', 'pay', 'type'
 				gs 'willpower', 'pay', 'type'
 				gs 'stat'
 				gs 'stat'
-				gt 'party_boys', 'Try_save'
+				gt 'rex_party_boys_events', 'Try_save'
 			end
 			end
 		else
 		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>'
 			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>'
@@ -66,7 +66,7 @@ end
 if $ARGS[0] = 'Rex_save':
 if $ARGS[0] = 'Rex_save':
 	cls
 	cls
 	Rex_save += 1
 	Rex_save += 1
-	$menu_loc = 'party_boys'
+	$menu_loc = 'rex_party_boys_events'
 	$menu_arg = 'Rex_save'
 	$menu_arg = 'Rex_save'
 	menu_off = 0
 	menu_off = 0
 	minut += 5
 	minut += 5
@@ -76,12 +76,12 @@ if $ARGS[0] = 'Rex_save':
 	'He quickly exclaims, "Hey boys, are you insane? Take your hands off my fucking girl. One more time and I will kick your ass!"'
 	'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."'
 	'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."'
 	'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 'party_boys', 'V_komnatu'
+	act 'Go to the Rex''s room': gt 'rex_party_boys_events', 'V_komnatu'
 end
 end
 
 
 if $ARGS[0] = 'smile':
 if $ARGS[0] = 'smile':
 	cls
 	cls
-	$menu_loc = 'party_boys'
+	$menu_loc = 'rex_party_boys_events'
 	$menu_arg = 'smile'
 	$menu_arg = 'smile'
 	menu_off = 0
 	menu_off = 0
 	party_boys_in += 1
 	party_boys_in += 1
@@ -97,13 +97,13 @@ if $ARGS[0] = 'smile':
 	gs 'stat'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_<<rand(1,3)>>.jpg"></center>'
 	'<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.'
 	'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 'party_boys', 'out'
-	act 'Go to another room':minut += 5 & gt 'party_boys', 'V_komnatu'
+	act 'Go outside Rex''s house': gt 'rex_party_boys_events', 'out'
+	act 'Go to another room':minut += 5 & gt 'rex_party_boys_events', 'V_komnatu'
 end
 end
 
 
 if $ARGS[0] = 'Try_save':
 if $ARGS[0] = 'Try_save':
 	cls
 	cls
-	$menu_loc = 'party_boys'
+	$menu_loc = 'rex_party_boys_events'
 	$menu_arg = 'Try_save'
 	$menu_arg = 'Try_save'
 	menu_off = 0
 	menu_off = 0
 	minut += 5
 	minut += 5
@@ -112,12 +112,12 @@ if $ARGS[0] = 'Try_save':
 	'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."'
 	'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.'
 	'"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 'Move away': gt $loc,$loc_arg
-	act 'Have fun with them': gt 'party_boys', 'smile'
+	act 'Have fun with them': gt 'rex_party_boys_events', 'smile'
 end
 end
 
 
 if $ARGS[0] = 'V_komnatu':
 if $ARGS[0] = 'V_komnatu':
 	cls
 	cls
-	$menu_loc = 'party_boys'
+	$menu_loc = 'rex_party_boys_events'
 	$menu_arg = 'V_komnatu'
 	$menu_arg = 'V_komnatu'
 	menu_off = 0
 	menu_off = 0
 	gs 'stat'
 	gs 'stat'
@@ -154,8 +154,8 @@ if $ARGS[0] = 'V_komnatu':
 		if party_boys_in >= 1: '"Do you mind, guys?" one of the boy asks with a grin.'
 		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.'
 		'"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
 	end
-	if Rex_save = 1: act 'Fall asleep': gt 'dinParty', 'sleep'
-	if party_boys_in >= 1: act 'Start to suck': gt 'party_boys', 'in'
+	if Rex_save = 1: act 'Fall asleep': gt 'rex_party_events', 'sleep'
+	if party_boys_in >= 1: act 'Start to suck': gt 'rex_party_boys_events', 'in'
 end
 end
 
 
 if $ARGS[0] = 'out':
 if $ARGS[0] = 'out':
@@ -206,8 +206,8 @@ if $ARGS[0] = 'out':
 				'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.'
 				'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 'arousal', 'end'
 				gs 'stat'
 				gs 'stat'
-				act 'Swallow': gt 'dinParty', 'boys_swalow'
-				act 'Spit out': gt 'dinParty', 'boys_spit'
+				act 'Swallow': gt 'rex_party_events', 'boys_swalow'
+				act 'Spit out': gt 'rex_party_events', 'boys_spit'
 			end
 			end
 		end
 		end
 	elseif i = 2:
 	elseif i = 2:
@@ -287,7 +287,7 @@ if $ARGS[0] = 'out':
 			killvar 'i2'
 			killvar 'i2'
 			gs 'arousal', 'end'
 			gs 'arousal', 'end'
 			gs 'stat'
 			gs 'stat'
-			act 'Fall asleep': gt 'dinParty', 'sleep'
+			act 'Fall asleep': gt 'rex_party_events', 'sleep'
 		end
 		end
 	elseif i = 3:
 	elseif i = 3:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_9.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_9.jpg"></center>'
@@ -349,7 +349,7 @@ if $ARGS[0] = 'out':
 			gs 'cuminsidereact', 'one of the guys from the party'
 			gs 'cuminsidereact', 'one of the guys from the party'
 			gs 'arousal', 'end'
 			gs 'arousal', 'end'
 			gs 'stat'
 			gs 'stat'
-			act 'Fall asleep': gt 'dinParty', 'sleep'
+			act 'Fall asleep': gt 'rex_party_events', 'sleep'
 		end
 		end
 	elseif i = 4:
 	elseif i = 4:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_11.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_11.jpg"></center>'
@@ -433,7 +433,7 @@ if $ARGS[0] = 'out':
 			killvar 'i2'
 			killvar 'i2'
 			gs 'arousal', 'end'
 			gs 'arousal', 'end'
 			gs 'stat'
 			gs 'stat'
-			act 'Fall asleep': gt 'dinParty', 'sleep'
+			act 'Fall asleep': gt 'rex_party_events', 'sleep'
 		end
 		end
 	end
 	end
 end
 end
@@ -519,7 +519,7 @@ if $ARGS[0] = 'in':
 			'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.'
 			'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 'arousal', 'end'
 			gs 'stat'
 			gs 'stat'
-			act 'Fall asleep': gt 'dinParty', 'sleep'
+			act 'Fall asleep': gt 'rex_party_events', 'sleep'
 		end
 		end
 	end
 	end
 end
 end
@@ -545,8 +545,8 @@ if $ARGS[0] = 'gost_drink':
 	else
 	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>'
 		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	
-	act 'Show your tits': gt 'party_boys', 'boobs'
-	if alko >= 7: act 'Fall asleep drunk': gt 'dinParty', 'sleep'
+	act 'Show your tits': gt 'rex_party_boys_events', 'boobs'
+	if alko >= 7: act 'Fall asleep drunk': gt 'rex_party_events', 'sleep'
 end
 end
 
 
 if $ARGS[0] = 'boobs_yes':
 if $ARGS[0] = 'boobs_yes':
@@ -618,8 +618,8 @@ if $ARGS[0] = 'boobs_yes':
 						'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.'
 						'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 'arousal', 'end'
 						gs 'stat'
 						gs 'stat'
-						act 'Swallow': gt 'dinParty', 'boys_swalow'
-						act 'Spit it out': gt 'dinParty', 'boys_spit'
+						act 'Swallow': gt 'rex_party_events', 'boys_swalow'
+						act 'Spit it out': gt 'rex_party_events', 'boys_spit'
 					end
 					end
 				end
 				end
 			end
 			end
@@ -640,10 +640,10 @@ if $ARGS[0] = 'boobs':
 	'"So what do you think, boys?" you ask with a smile on your face.'
 	'"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.'
 	'"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: 'Rex looks unhappily in your direction, his eyes flashing with anger and jealousy.'
-	if Rex_Love = 1: act 'Drag Rex to the restroom': gt 'party_girls', 'rex'
+	if Rex_Love = 1: act 'Drag Rex to the restroom': gt 'rex_party_girls_events', 'rex'
 	gs 'arousal', 'flash', 5, 'exhibitionism'
 	gs 'arousal', 'flash', 5, 'exhibitionism'
 	gs 'stat'
 	gs 'stat'
-	act 'Move closer': gt 'party_boys', 'boobs_yes'
+	act 'Move closer': gt 'rex_party_boys_events', 'boobs_yes'
 	gs 'willpower', 'exhib', 'resist', 'easy'
 	gs 'willpower', 'exhib', 'resist', 'easy'
 	if will_cost <= pcs_willpwr:
 	if will_cost <= pcs_willpwr:
 		act 'Move away (<<will_cost>> Willpower)':
 		act 'Move away (<<will_cost>> Willpower)':
@@ -741,7 +741,7 @@ if $ARGS[0] = 'gost_drink_else':
 					'Sperm sprinkles on you from all sides like rain. After they finish they leave you alone in the room, exhausted and covered in cum.'
 					'Sperm sprinkles on you from all sides like rain. After they finish they leave you alone in the room, exhausted and covered in cum.'
 					gs 'arousal', 'end'
 					gs 'arousal', 'end'
 					gs 'stat'
 					gs 'stat'
-					act 'Fall asleep': gt 'dinParty', 'sleep'
+					act 'Fall asleep': gt 'rex_party_events', 'sleep'
 				end
 				end
 			end
 			end
 		end
 		end
@@ -772,7 +772,7 @@ if $ARGS[0] = 'gost_home_cum':
 	iif(Rex_Love = 0,'Roma and Rex', 'The guys') + ' pull their dick out and cover your face and body with thick streams of semen. They are leaning over you, breathing heavily, only gradually calming down while you are lying there relaxed, licking the last drops of semen off of their limp dicks. ' + iif(Rex_Love = 0,'Roma and Rex', 'The guys') + ' leave you alone, exhausted and ready to fall asleep.'
 	iif(Rex_Love = 0,'Roma and Rex', 'The guys') + ' pull their dick out and cover your face and body with thick streams of semen. They are leaning over you, breathing heavily, only gradually calming down while you are lying there relaxed, licking the last drops of semen off of their limp dicks. ' + iif(Rex_Love = 0,'Roma and Rex', 'The guys') + ' leave you alone, exhausted and ready to fall asleep.'
 	gs 'arousal', 'end'
 	gs 'arousal', 'end'
 	gs 'stat'
 	gs 'stat'
-	act 'Fall asleep': gt 'dinParty', 'sleep'
+	act 'Fall asleep': gt 'rex_party_events', 'sleep'
 end
 end
 
 
 if $ARGS[0] = 'gost_home_cow':
 if $ARGS[0] = 'gost_home_cow':
@@ -797,7 +797,7 @@ if $ARGS[0] = 'gost_home_cow':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	minut -= 5
 	gs 'stat'
 	gs 'stat'
-	act 'Continue': gt 'party_boys', 'gost_home_cum'
+	act 'Continue': gt 'rex_party_boys_events', 'gost_home_cum'
 end
 end
 
 
 if $ARGS[0] = 'gost_home_dog':
 if $ARGS[0] = 'gost_home_dog':
@@ -819,7 +819,7 @@ if $ARGS[0] = 'gost_home_dog':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group'
 	gs 'arousal', 'vaginal', 5, 'sub', 'group'
 	minut -= 5
 	minut -= 5
 	gs 'stat'
 	gs 'stat'
-	act 'Continue': gt 'party_boys', 'gost_home_cum'
+	act 'Continue': gt 'rex_party_boys_events', 'gost_home_cum'
 end
 end
 
 
 if $ARGS[0] = 'gost_home_suck':
 if $ARGS[0] = 'gost_home_suck':
@@ -834,8 +834,8 @@ if $ARGS[0] = 'gost_home_suck':
 	iif(Rex_Love = 0,'Roma and Rex', 'The guys') + ' push down on your shoulders and you dutifully kneel down in front of them. You start sucking both their cocks, bringing them close to orgasm, when they ask you what you want to do next.'
 	iif(Rex_Love = 0,'Roma and Rex', 'The guys') + ' push down on your shoulders and you dutifully kneel down in front of them. You start sucking both their cocks, bringing them close to orgasm, when they ask you what you want to do next.'
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	gs 'stat'
 	gs 'stat'
-	act 'Bend over': gt 'party_boys', 'gost_home_dog'
-	act 'Get on his cock': gt 'party_boys', 'gost_home_cow'
+	act 'Bend over': gt 'rex_party_boys_events', 'gost_home_dog'
+	act 'Get on his cock': gt 'rex_party_boys_events', 'gost_home_cow'
 end
 end
 
 
 if $ARGS[0] = 'gost_home_hand':
 if $ARGS[0] = 'gost_home_hand':
@@ -846,7 +846,7 @@ if $ARGS[0] = 'gost_home_hand':
 	'You run your fingers up and down their shafts before gripping them firmly. You start to stroke them, feeling their dicks getting harder and harder in your hands.'
 	'You run your fingers up and down their shafts before gripping them firmly. You start to stroke them, feeling their dicks getting harder and harder in your hands.'
 	gs 'arousal', 'hj', 5, 'sub', 'group'
 	gs 'arousal', 'hj', 5, 'sub', 'group'
 	gs 'stat'
 	gs 'stat'
-	act 'Suck': gt 'party_boys', 'gost_home_suck'
+	act 'Suck': gt 'rex_party_boys_events', 'gost_home_suck'
 end
 end
 
 
 if $ARGS[0] = 'gost_home':
 if $ARGS[0] = 'gost_home':
@@ -866,8 +866,8 @@ if $ARGS[0] = 'gost_home':
 	'As soon as you get in the room, ' + iif(Rex_Love = 0,'Roma and Rex', 'the guys') + ' begin to undress and gently caress you. You feel like the belle of the ball as they passionately kiss you and start to lick your ass and pussy at the same time. After taking care of you for a long time, their dicks are both erect and the guys look expectantly at you.'
 	'As soon as you get in the room, ' + iif(Rex_Love = 0,'Roma and Rex', 'the guys') + ' begin to undress and gently caress you. You feel like the belle of the ball as they passionately kiss you and start to lick your ass and pussy at the same time. After taking care of you for a long time, their dicks are both erect and the guys look expectantly at you.'
 	gs 'arousal', 'foreplay', 5, 'sub', 'group'
 	gs 'arousal', 'foreplay', 5, 'sub', 'group'
 	gs 'stat'
 	gs 'stat'
-	act 'Give them a handjob': gt 'party_boys', 'gost_home_hand'
-	act 'Give them a blowjob': gt 'party_boys', 'gost_home_suck'
+	act 'Give them a handjob': gt 'rex_party_boys_events', 'gost_home_hand'
+	act 'Give them a blowjob': gt 'rex_party_boys_events', 'gost_home_suck'
 end
 end
 
 
 if $ARGS[0] = 'gost_dance':
 if $ARGS[0] = 'gost_dance':
@@ -880,9 +880,9 @@ if $ARGS[0] = 'gost_dance':
 	if Rex_Love = 1: 'Two of the hottest guys come over to you, apparently deciding you are the finest girl here. Rex looks indignantly at you, trying to figure out what you are going to do.'
 	if Rex_Love = 1: 'Two of the hottest guys come over to you, apparently deciding you are the finest girl here. Rex looks indignantly at you, trying to figure out what you are going to do.'
 	if Rex_Love = 0: 'Roma and Rex come to you. Having decided that you are the finest girl here they start do dance with you.'
 	if Rex_Love = 0: 'Roma and Rex come to you. Having decided that you are the finest girl here they start do dance with you.'
 	'You lasciviously move your sexy young body, dancing with ' + iif(Rex_Love = 0,'Roma and Rex', 'the guys') + ' . Visibly turned on by you they offer to take you somewhere else and do more than just dancing.'
 	'You lasciviously move your sexy young body, dancing with ' + iif(Rex_Love = 0,'Roma and Rex', 'the guys') + ' . Visibly turned on by you they offer to take you somewhere else and do more than just dancing.'
-	if Rex_Love = 1:act 'Dance with Rex': gt 'dinParty', 'rex_dance'
-	act 'Drink': gt 'party_boys', 'gost_drink_else'
-	act 'Go with them': gt 'party_boys', 'gost_home'
+	if Rex_Love = 1:act 'Dance with Rex': gt 'rex_party_events', 'rex_dance'
+	act 'Drink': gt 'rex_party_boys_events', 'gost_drink_else'
+	act 'Go with them': gt 'rex_party_boys_events', 'gost_home'
 end
 end
 
 
 if $ARGS[0] = 'dance':
 if $ARGS[0] = 'dance':
@@ -895,8 +895,8 @@ if $ARGS[0] = 'dance':
 	'You are enthralled by the rhythmic sounds and indulge in unrestrained dancing with the crowd. You jump around and twist your body, completely absorbed in the moment.'
 	'You are enthralled by the rhythmic sounds and indulge in unrestrained dancing with the crowd. You jump around and twist your body, completely absorbed in the moment.'
 	if pcs_danc >= 50: 'Your curves and movements to the music make you a pleasure to watch. The boys stare at you excitedly.'
 	if pcs_danc >= 50: 'Your curves and movements to the music make you a pleasure to watch. The boys 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.'
 	if pcs_danc < 50: 'Your ridiculous movements during the dance don''t bother anyone. You dance badly, but you do not care.'
-	act 'Dance with Rex': gt 'dinParty', 'rex_dance'
-	act 'Dance with the guys': gt 'party_boys', 'gost_dance'
+	act 'Dance with Rex': gt 'rex_party_events', 'rex_dance'
+	act 'Dance with the guys': gt 'rex_party_boys_events', 'gost_dance'
 	act 'Have a rest': gt $loc,$loc_arg
 	act 'Have a rest': gt $loc,$loc_arg
 end
 end
 
 
@@ -917,12 +917,12 @@ if $ARGS[0] = 'party_boys':
 	if $loc_arg = 'party_gost': '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 $loc_arg = 'party_gost': '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?"'
 	if alko >= 5: '"Hey <<$pcs_nickname>>, how about you show us your great tits. Just for fun?"'
 	act 'Move away': gt $loc,$loc_arg
 	act 'Move away': gt $loc,$loc_arg
-	if alko < 6 and $loc_arg = 'party_home': act 'Drink': gt 'sbReksHome', 'party_drink'
-	if $loc_arg = 'party_kuh': act 'Drink': gt 'party_boys', 'drink'
-	if $loc_arg = 'party_gost': act 'Drink': gt 'party_boys', 'gost_drink'
-	if alko >= 5 and $loc_arg = 'party_gost': act 'Show your tits': gt 'party_boys', 'boobs'
-	if $loc_arg = 'party_gost': act 'Dance': gt 'party_boys', 'dance'
+	if alko < 6 and $loc_arg = 'party_home': act 'Drink': gt 'rex_party_home', 'party_drink'
+	if $loc_arg = 'party_kuh': act 'Drink': gt 'rex_party_boys_events', 'drink'
+	if $loc_arg = 'party_gost': act 'Drink': gt 'rex_party_boys_events', 'gost_drink'
+	if alko >= 5 and $loc_arg = 'party_gost': act 'Show your tits': gt 'rex_party_boys_events', 'boobs'
+	if $loc_arg = 'party_gost': act 'Dance': gt 'rex_party_boys_events', 'dance'
 end
 end
 
 
---- party_boys ---------------------------------
+--- rex_party_boys_events ---------------------------------
 
 

+ 24 - 24
locations/dinParty.qsrc → locations/rex_party_events.qsrc

@@ -1,4 +1,4 @@
-# dinParty
+# rex_party_events
 
 
 !A random event in the toilet
 !A random event in the toilet
 if $ARGS[0] = 'party_toilet_event':
 if $ARGS[0] = 'party_toilet_event':
@@ -14,15 +14,15 @@ if $ARGS[0] = 'party_toilet_event':
 	if temp = 1:
 	if temp = 1:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_2_<<rand(1,2)>>.jpg"></center>'
 		'<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.'
 		'A girl sits on the toilet drinking.'
-		act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+		act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	elseif temp = 2:
 	elseif temp = 2:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_3_<<rand(1,5)>>.jpg"></center>'
 		'<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.'
 		'A girl sits on the toilet, urinating. She seems oddly happy to see you.'
-		act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+		act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	elseif temp = 3:
 	elseif temp = 3:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_4.jpg"></center>'
 		'<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.'
 		'A wasted girl sits on the toilet masturbating.'
-		act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+		act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	elseif temp = 4:
 	elseif temp = 4:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_1.jpg"></center>'
 		'<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.'
 		'You go into the bathroom, only to find Rex standing in there completely naked with a raging hard on.'
@@ -93,7 +93,7 @@ if $ARGS[0] = 'party_toilet_event':
 				end
 				end
 			end
 			end
 		end
 		end
-		act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+		act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	elseif temp = 5:
 	elseif temp = 5:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_6_1.jpg"></center>'
 		'<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.'
 		'Entering the bathroom, you find your sister sitting on the toilet. You notice the cum on her face.'
@@ -118,7 +118,7 @@ if $ARGS[0] = 'party_toilet_event':
 			'"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.'
 			'"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
 			act 'Move away': gt $loc, $loc_arg
 		end
 		end
-		act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+		act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	elseif temp = 6:
 	elseif temp = 6:
 		toiletEvent_Girls = daystart
 		toiletEvent_Girls = daystart
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_1.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_1.jpg"></center>'
@@ -184,13 +184,13 @@ if $ARGS[0] = 'party_toilet_event':
 							end
 							end
 						end
 						end
 					end
 					end
-				act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+				act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 				end
 				end
-			act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+			act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 			end
 			end
-		act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+		act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 		end
 		end
-	act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+	act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	elseif temp = 7:
 	elseif temp = 7:
 		i = rand(1,3)
 		i = rand(1,3)
 		if i = 2:
 		if i = 2:
@@ -199,12 +199,12 @@ if $ARGS[0] = 'party_toilet_event':
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_8_<<i>>.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_8_<<i>>.jpg"></center>'
 		end
 		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.'
 		'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 'sbReksHome', 'party_gost'
+		act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	elseif temp = 8:
 	elseif temp = 8:
 		toiletEvent_SisBoy = daystart
 		toiletEvent_SisBoy = daystart
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_9.jpg"></center>'
 		'<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.'
 		'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 'sbReksHome', 'party_gost'
+		act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	end
 	end
 end
 end
 
 
@@ -251,7 +251,7 @@ if $ARGS[0] = 'dj_beer':
 	'You take two beers to the guys. They gratefully appreciate your offer.'
 	'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.'
 	'"<<$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."'
 	'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 ''dinParty'', ''dj_thank''">twist</a>. Let''s see what you can do girl!"'
+	'He smiles at you. "While everyone is still sitting and drinking, you can give it a little <a href="exec: gt ''rex_party_events'', ''dj_thank''">twist</a>. Let''s see what you can do girl!"'
 	act 'Move away': gt $loc, $loc_arg
 	act 'Move away': gt $loc, $loc_arg
 end
 end
 
 
@@ -280,7 +280,7 @@ if $ARGS[0] = 'dj_boobs':
 	'"Like this boys?" you ask as you put your breasts on the turntable and move it a bit with your breasts.'
 	'"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.'
 	'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 'Move away': gt $loc, $loc_arg
-	act 'Take off your top': gt 'dinParty', 'dj_cock'
+	act 'Take off your top': gt 'rex_party_events', 'dj_cock'
 end
 end
 
 
 if $ARGS[0] = 'dj_cock':
 if $ARGS[0] = 'dj_cock':
@@ -293,7 +293,7 @@ if $ARGS[0] = 'dj_cock':
 	'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?"'
 	'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."'
 	'The guy pulls out his erection and says "Not bad. Maybe try this instead."'
 	act 'Move away': gt $loc, $loc_arg
 	act 'Move away': gt $loc, $loc_arg
-	act 'Give his dick a try': gt 'dinParty', 'dj_suck'
+	act 'Give his dick a try': gt 'rex_party_events', 'dj_suck'
 end
 end
 
 
 if $ARGS[0] = 'dj_suck':
 if $ARGS[0] = 'dj_suck':
@@ -355,7 +355,7 @@ if $ARGS[0] = 'dance':
 	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: '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.'
 	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 'Have a rest': gt $loc, $loc_arg
-	act 'Dance more': gt 'dinParty', 'dance' 
+	act 'Dance more': gt 'rex_party_events', 'dance' 
 end
 end
 
 
 
 
@@ -378,7 +378,7 @@ if $ARGS[0] = 'boys_swalow':
 	'"Uhh <<$pcs_nickname>>! You''re still the best cocksucker around. If you want more sperm to swallow, call us."'
 	'"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.'
 	'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 'dinParty', 'sleep'
+	act 'Fall asleep': gt 'rex_party_events', 'sleep'
 end
 end
 
 
 if $ARGS[0] = 'boys_spit':
 if $ARGS[0] = 'boys_spit':
@@ -400,7 +400,7 @@ if $ARGS[0] = 'boys_spit':
 	'"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.'
 	'"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.'
 	'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 'dinParty', 'sleep'
+	act 'Fall asleep': gt 'rex_party_events', 'sleep'
 end
 end
 
 
 if $ARGS[0] = 'rex_talk':
 if $ARGS[0] = 'rex_talk':
@@ -412,8 +412,8 @@ if $ARGS[0] = 'rex_talk':
 	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_2_<<rand(1,5)>>.mp4"></video></center>'
 	'<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.'
 	'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
 	act 'Move away': gt $loc, $loc_arg
-	if rex_talk >= 2: act 'Hug': gt 'dinParty', 'rex_hug'
-	act 'Ask Rex to dance': gt 'dinParty', 'rex_dance'
+	if rex_talk >= 2: act 'Hug': gt 'rex_party_events', 'rex_hug'
+	act 'Ask Rex to dance': gt 'rex_party_events', 'rex_dance'
 end
 end
 
 
 if $ARGS[0] = 'rex_hug':
 if $ARGS[0] = 'rex_hug':
@@ -446,7 +446,7 @@ if $ARGS[0] = 'rex_hug':
 			gs 'stat'
 			gs 'stat'
 	
 	
 			act 'Move away': gt $loc, $loc_arg
 			act 'Move away': gt $loc, $loc_arg
-			act 'Follow Rex': gt 'reks', 'Party_rex_sex'
+			act 'Follow Rex': gt 'rex_events', 'Party_rex_sex'
 		end
 		end
 	end
 	end
 
 
@@ -463,7 +463,7 @@ if $ARGS[0] = 'rex_hug':
 		gs 'arousal', 'foreplay', 5, 'exhibitionism'
 		gs 'arousal', 'foreplay', 5, 'exhibitionism'
 		gs 'stat'
 		gs 'stat'
 		
 		
-		act 'Follow Rex': gt 'reks', 'Party_rex_sex'
+		act 'Follow Rex': gt 'rex_events', 'Party_rex_sex'
 	end    
 	end    
 end
 end
 
 
@@ -482,7 +482,7 @@ if $ARGS[0] = 'rex_dance':
 	'You dance, slowly getting closer to each other and finally grinding a bit against each other.'
 	'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.'
 	'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 
 	act 'Move away': gt $loc, $loc_arg 
-	if rex_talk >= 2: act 'Hug': gt 'dinParty', 'rex_hug'
+	if rex_talk >= 2: act 'Hug': gt 'rex_party_events', 'rex_hug'
 end
 end
 
 
 if $ARGS[0] = 'sleep':
 if $ARGS[0] = 'sleep':
@@ -669,5 +669,5 @@ if $ARGS[0] = 'sleep':
 	end
 	end
 end
 end
 
 
---- dinParty ---------------------------------
+--- rex_party_events ---------------------------------
 
 

+ 51 - 51
locations/party_girls.qsrc → locations/rex_party_girls_events.qsrc

@@ -1,4 +1,4 @@
-# party_girls
+# rex_party_girls_events
 
 
 menu_off = 1
 menu_off = 1
 
 
@@ -64,7 +64,7 @@ if $ARGS[0] = 'talk':
 		'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."'
 		'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."'
 	end
 	end
 
 
-	act 'Move away': gt 'sbReksHome', 'party_home'
+	act 'Move away': gt 'rex_party_home', 'party_home'
 end
 end
 
 
 if $ARGS[0] = 'smoke':
 if $ARGS[0] = 'smoke':
@@ -75,14 +75,14 @@ if $ARGS[0] = 'smoke':
 		girls_smoke = 1
 		girls_smoke = 1
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_3_1.jpg"></center>'
 		'<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?"'
 		'"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 'party_girls', 'smoke'
+		act 'Start smoking': gt 'rex_party_girls_events', 'smoke'
 		gs 'willpower', 'drugs ', 'resist', 'medium'
 		gs 'willpower', 'drugs ', 'resist', 'medium'
 		if will_cost <= pcs_willpwr:
 		if will_cost <= pcs_willpwr:
 			act 'Move away (<<will_cost>> Willpower)':
 			act 'Move away (<<will_cost>> Willpower)':
 				*clr & cla
 				*clr & cla
 				gs 'willpower', 'pay', 'resist'
 				gs 'willpower', 'pay', 'resist'
 				gs 'stat'
 				gs 'stat'
-				gt 'sbReksHome', 'party_home'
+				gt 'rex_party_home', 'party_home'
 			end
 			end
 		else
 		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>'
 			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>'
@@ -111,7 +111,7 @@ if $ARGS[0] = 'smoke':
 			elseif i = 5:
 			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.'
 				'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
 			end
-			act 'Move away': gt 'sbReksHome', 'party_home'
+			act 'Move away': gt 'rex_party_home', 'party_home'
 		end
 		end
 	end
 	end
 end
 end
@@ -138,7 +138,7 @@ if $ARGS[0] = 'fun':
 				gs 'stat'
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_1_<<rand(7,11)>>.jpg"></center>'
 				'<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.'
 				'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 'sbReksHome', 'party_home'
+				act 'Move away': gt 'rex_party_home', 'party_home'
 			end
 			end
 		elseif fun_rand = 2:
 		elseif fun_rand = 2:
 			cls
 			cls
@@ -160,7 +160,7 @@ if $ARGS[0] = 'fun':
 							*clr & cla
 							*clr & cla
 							gs 'willpower', 'pay', 'resist'
 							gs 'willpower', 'pay', 'resist'
 							gs 'stat'
 							gs 'stat'
-							gt 'sbReksHome', 'party_home'
+							gt 'rex_party_home', 'party_home'
 						end
 						end
 					else
 					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>'
 						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>'
@@ -199,7 +199,7 @@ if $ARGS[0] = 'fun':
 								gs 'arousal', 'cuni', 15, 'exhibitionism'
 								gs 'arousal', 'cuni', 15, 'exhibitionism'
 								gs 'arousal', 'end'
 								gs 'arousal', 'end'
 								cumspclnt = 14 & gs 'cum_cleanup'
 								cumspclnt = 14 & gs 'cum_cleanup'
-								act 'Move away': gt 'sbReksHome', 'party_home'
+								act 'Move away': gt 'rex_party_home', 'party_home'
 							end
 							end
 							act 'Move faster':
 							act 'Move faster':
 								cls
 								cls
@@ -211,7 +211,7 @@ if $ARGS[0] = 'fun':
 								gs 'arousal', 'vaginal', 5, 'exhibitionism'
 								gs 'arousal', 'vaginal', 5, 'exhibitionism'
 								gs 'arousal', 'end'
 								gs 'arousal', 'end'
 								gs 'Cum_Manage'
 								gs 'Cum_Manage'
-								act 'Move away': gt 'sbReksHome', 'party_home'
+								act 'Move away': gt 'rex_party_home', 'party_home'
 							end
 							end
 						end
 						end
 					end
 					end
@@ -227,7 +227,7 @@ if $ARGS[0] = 'fun':
 							*clr & cla
 							*clr & cla
 							gs 'willpower', 'pay', 'resist'
 							gs 'willpower', 'pay', 'resist'
 							gs 'stat'
 							gs 'stat'
-							gt 'sbReksHome', 'party_home'
+							gt 'rex_party_home', 'party_home'
 						end
 						end
 					else
 					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>'
 						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>'
@@ -248,7 +248,7 @@ if $ARGS[0] = 'fun':
 								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_7_7.jpg"></center>'
 								'<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.'
 								'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
 							end
-							act 'Move away': gt 'sbReksHome', 'party_home'
+							act 'Move away': gt 'rex_party_home', 'party_home'
 						end
 						end
 					end
 					end
 				end
 				end
@@ -262,7 +262,7 @@ if $ARGS[0] = 'fun':
 			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.')
 			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'
 			gs 'willpower', 'bj', 'resist', 'medium'
 			if will_cost <= pcs_willpwr:
 			if will_cost <= pcs_willpwr:
-				act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'sbReksHome', 'party_home'
+				act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'rex_party_home', 'party_home'
 			else
 			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>'
 				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
@@ -284,7 +284,7 @@ if $ARGS[0] = 'fun':
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_fun_2_8_<<rand(6,12)>>.jpg"></center>'
 						'<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.'
 						'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.'
 						iif(Rex_Love = 0,'The guy', 'Rex') + ' cums hard, filling up your mouth and smearing sperm all over your face.'
-						act 'Move away': gt 'sbReksHome', 'party_home'
+						act 'Move away': gt 'rex_party_home', 'party_home'
 					end
 					end
 				}
 				}
 				if rand(1,2) = 1:
 				if rand(1,2) = 1:
@@ -307,7 +307,7 @@ if $ARGS[0] = 'fun':
 			*clr & cla
 			*clr & cla
 			gs 'willpower', 'pay', 'resist'
 			gs 'willpower', 'pay', 'resist'
 			gs 'stat'
 			gs 'stat'
-			gt 'sbReksHome', 'party_home'
+			gt 'rex_party_home', 'party_home'
 		end
 		end
 	else
 	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>'
 		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>'
@@ -323,7 +323,7 @@ if $ARGS[0] = 'drunk':
 	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 = 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>'
 	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...'
 	'You have another drink, and start to lose touch with reality. You feel dizzy and very sick...'
-	act 'Pass out': gt 'dinParty', 'sleep'
+	act 'Pass out': gt 'rex_party_events', 'sleep'
 end
 end
 
 
 if $ARGS[0] = 'lena':
 if $ARGS[0] = 'lena':
@@ -345,21 +345,21 @@ if $ARGS[0] = 'lena':
 		
 		
 		gs 'willpower', 'drink', 'resist', 'hard'
 		gs 'willpower', 'drink', 'resist', 'hard'
 		if will_cost <= pcs_willpwr:
 		if will_cost <= pcs_willpwr:
-			act 'Drink (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' &  gt 'party_girls', 'ira_drink'
+			act 'Drink (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' &  gt 'rex_party_girls_events', 'ira_drink'
 		else
 		else
 			act 'Drink (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			act 'Drink (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end	
 		end	
 		
 		
-		act 'Dance': gt 'party_girls', 'ira_dance'
+		act 'Dance': gt 'rex_party_girls_events', 'ira_dance'
 	else
 	else
-		if alko < 6 and $loc_arg = 'party_home': act 'Have a drink': gt 'sbReksHome', 'party_drink'
+		if alko < 6 and $loc_arg = 'party_home': act 'Have a drink': gt 'rex_party_home', 'party_drink'
 	end
 	end
 end
 end
 
 
 if $ARGS[0] = 'ira':
 if $ARGS[0] = 'ira':
 	cls
 	cls
 	minut += 5
 	minut += 5
-	$menu_loc = 'party_girls'
+	$menu_loc = 'rex_party_girls_events'
 	$menu_arg = 'ira'
 	$menu_arg = 'ira'
 	menu_off = 0
 	menu_off = 0
 	gs 'stat'
 	gs 'stat'
@@ -375,10 +375,10 @@ if $ARGS[0] = 'ira':
 	act 'Move away': gt $loc, $loc_arg
 	act 'Move away': gt $loc, $loc_arg
 	if $loc_arg = 'party_gost':
 	if $loc_arg = 'party_gost':
 		'Lena and Ira together clink cups. "<<$pcs_nickname>>, Lets party!" As they offer you a drink.'
 		'Lena and Ira together clink cups. "<<$pcs_nickname>>, Lets party!" As they offer you a drink.'
-		act 'Drink': gt 'party_girls', 'ira_drink'
-		act 'Dance': gt 'party_girls', 'ira_dance'
+		act 'Drink': gt 'rex_party_girls_events', 'ira_drink'
+		act 'Dance': gt 'rex_party_girls_events', 'ira_dance'
 	else
 	else
-		if alko < 6 and $loc_arg = 'party_home': act 'Have a drink': gt 'sbReksHome', 'party_drink'
+		if alko < 6 and $loc_arg = 'party_home': act 'Have a drink': gt 'rex_party_home', 'party_drink'
 	end
 	end
 end
 end
 
 
@@ -451,7 +451,7 @@ if $ARGS[0] = 'ira_dance':
 						gs 'arousal', 'vaginal_finger_give', -5, 'lesbian', 'group'
 						gs 'arousal', 'vaginal_finger_give', -5, 'lesbian', 'group'
 						gs 'arousal', 'end'
 						gs 'arousal', 'end'
 						gs 'stat'
 						gs 'stat'
-						act 'Fall asleep': gt 'dinParty', 'sleep'
+						act 'Fall asleep': gt 'rex_party_events', 'sleep'
 					end
 					end
 				end
 				end
 			end
 			end
@@ -471,8 +471,8 @@ if $ARGS[0] = 'ira_drink':
 	'Ira and Lena ply you with drinks, the more you drink the more your mood is markedly improved.'
 	'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.'
 	'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.'
 	if alko >= 7: 'Sudden your head starts spinning and you feel unsteady.'
-	if alko >= 7: act 'Pass out': gt 'dinParty', 'sleep'
-	if alko < 7: act 'Have fun': gt 'party_girls', 'ira_lena_fun'
+	if alko >= 7: act 'Pass out': gt 'rex_party_events', 'sleep'
+	if alko < 7: act 'Have fun': gt 'rex_party_girls_events', 'ira_lena_fun'
 	if alko < 7: act 'Move away': gt $loc, $loc_arg
 	if alko < 7: act 'Move away': gt $loc, $loc_arg
 end
 end
 
 
@@ -492,13 +492,13 @@ if $ARGS[0] = 'ira_lena_fun':
 		if Rex_Love = 0: 'Seeing what you are doing, Rex walks over and grabs you, then drags you into another room.'
 		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: '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.'
 		if Rex_Love = 1: 'Rex glares in the direction of Roma and your female companions.'
-		act 'Go with him': gt 'party_girls', 'ira_boy'
-		if Rex_Love = 1:act 'Stay with Rex': gt 'dinParty', 'rex_talk'
+		act 'Go with him': gt 'rex_party_girls_events', 'ira_boy'
+		if Rex_Love = 1:act 'Stay with Rex': gt 'rex_party_events', 'rex_talk'
 	else
 	else
 		'Seeing what you are doing, a couple of guys walk over and grab you, then they drag you into another room.'
 		'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.'
 		if Rex_Love = 1: 'Rex glares in the direction of your female companions.'
-		act 'Go with them': gt 'party_girls', 'ira_fun_boys'
-		if Rex_Love = 1:act 'Stay with Rex': gt 'dinParty', 'rex_talk'
+		act 'Go with them': gt 'rex_party_girls_events', 'ira_fun_boys'
+		if Rex_Love = 1:act 'Stay with Rex': gt 'rex_party_events', 'rex_talk'
 	end
 	end
 end
 end
 
 
@@ -546,7 +546,7 @@ if $ARGS[0] = 'ira_boy':
 			gs 'arousal', 'vaginal', 5, 'sub', 'unknown'
 			gs 'arousal', 'vaginal', 5, 'sub', 'unknown'
 			minut -= 5
 			minut -= 5
 			gs 'stat'
 			gs 'stat'
-			act 'Cum': gt 'party_girls', 'ira_boy_cum'
+			act 'Cum': gt 'rex_party_girls_events', 'ira_boy_cum'
 		end
 		end
 
 
 		act 'Bend over':
 		act 'Bend over':
@@ -561,7 +561,7 @@ if $ARGS[0] = 'ira_boy':
 			'You got the feeling he meant to take turns fucking each of you, but he grunts and can no longer hold back.'
 			'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 'arousal', 'vaginal', 5, 'sub', 'unknown', 'group'
 			gs 'stat'
 			gs 'stat'
-			act 'Cum': gt 'party_girls', 'ira_boy_cum'
+			act 'Cum': gt 'rex_party_girls_events', 'ira_boy_cum'
 		end
 		end
 	end
 	end
 end
 end
@@ -594,7 +594,7 @@ if $ARGS[0] = 'ira_boy_cum':
 	end
 	end
 	gs 'arousal', 'end'
 	gs 'arousal', 'end'
 	gs 'stat'
 	gs 'stat'
-	act 'Move away': gt 'sbReksHome', 'party_home'
+	act 'Move away': gt 'rex_party_home', 'party_home'
 end
 end
 
 
 if $ARGS[0] = 'ira_fun_boys':
 if $ARGS[0] = 'ira_fun_boys':
@@ -616,9 +616,9 @@ if $ARGS[0] = 'ira_fun_boys':
 		'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.'
 		'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 'arousal', 'bj', 5, 'sub', 'group', 'unknown'
 		gs 'stat'
 		gs 'stat'
-		act 'Fuck': gt 'party_girls', 'ira_boys_fuck'
+		act 'Fuck': gt 'rex_party_girls_events', 'ira_boys_fuck'
 	end
 	end
-	act 'Fuck': gt 'party_girls', 'ira_boys_fuck'
+	act 'Fuck': gt 'rex_party_girls_events', 'ira_boys_fuck'
 end
 end
 
 
 if $ARGS[0] = 'ira_boys_fuck':
 if $ARGS[0] = 'ira_boys_fuck':
@@ -648,7 +648,7 @@ if $ARGS[0] = 'ira_boys_fuck':
 		cumspclnt = 14  & gs 'cum_cleanup'
 		cumspclnt = 14  & gs 'cum_cleanup'
 		gs 'arousal', 'end'
 		gs 'arousal', 'end'
 		gs 'stat'
 		gs 'stat'
-		act 'Fall asleep': gt 'dinParty', 'sleep'
+		act 'Fall asleep': gt 'rex_party_events', 'sleep'
 	end
 	end
 end
 end
 
 
@@ -672,7 +672,7 @@ if $ARGS[0] = 'rex':
 		gs 'stat'
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_8.jpg"></center>'
 		'<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."'
 		'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 'sbReksHome', 'party_toilet'
+		act 'Move away': gt 'rex_party_home', 'party_toilet'
 	end
 	end
 end
 end
 
 
@@ -686,7 +686,7 @@ if $ARGS[0] = 'bra':
 	if Rex_Love = 1: 'Rex watches you closely, but says nothing.'
 	if Rex_Love = 1: 'Rex watches you closely, but says nothing.'
 	gs 'willpower', 'exhib', 'resist', 'easy'
 	gs 'willpower', 'exhib', 'resist', 'easy'
 	if will_cost <= pcs_willpwr:
 	if will_cost <= pcs_willpwr:
-		act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'sbReksHome', 'party_home'
+		act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'rex_party_home', 'party_home'
 	else
 	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>'
 		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
@@ -699,7 +699,7 @@ if $ARGS[0] = 'bra':
 		'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.'
 		'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."'
 		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
 		act 'Move away': gt $loc, $loc_arg
-		if Rex_Love = 1: act 'Drag him to the restroom': gt 'party_girls', 'rex'
+		if Rex_Love = 1: act 'Drag him to the restroom': gt 'rex_party_girls_events', 'rex'
 		act 'Undress':
 		act 'Undress':
 			gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
 			gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
 			gs 'boyStat', $npclastgenerated
 			gs 'boyStat', $npclastgenerated
@@ -749,7 +749,7 @@ if $ARGS[0] = 'bra':
 							gs 'stat'
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_13.jpg"></center>'
 							'<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.'
 							'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.'
-							act 'Move away': gt 'sbReksHome', 'party_toilet'
+							act 'Move away': gt 'rex_party_home', 'party_toilet'
 						end
 						end
 					end
 					end
 				end
 				end
@@ -769,15 +769,15 @@ if $ARGS[0] = 'drink':
 	if i = 2: '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_2_<<rand(2,4)>>.jpg"></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...'
 	'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: 'You are dizzy, and feel very ill.'
-	if alko >= 7: act 'Sleep': gt 'dinParty', 'sleep'
+	if alko >= 7: act 'Sleep': gt 'rex_party_events', 'sleep'
 	gs 'willpower', 'exhib', 'resist', 'easy'
 	gs 'willpower', 'exhib', 'resist', 'easy'
 	if will_cost <= pcs_willpwr:
 	if will_cost <= pcs_willpwr:
-		act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'sbReksHome', 'party_home'
+		act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'rex_party_home', 'party_home'
 	else
 	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>'
 		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
-	act 'Drink more': gt 'party_girls', 'drunk'
-	act 'Take off your top': gt 'party_girls', 'bra'
+	act 'Drink more': gt 'rex_party_girls_events', 'drunk'
+	act 'Take off your top': gt 'rex_party_girls_events', 'bra'
 end
 end
 
 
 if $ARGS[0] = 'boys':
 if $ARGS[0] = 'boys':
@@ -898,7 +898,7 @@ if $ARGS[0] = 'dirty':
 	'The girls are only getting warmed up and offer you more.'
 	'The girls are only getting warmed up and offer you more.'
 	gs 'willpower', 'cuni', 'resist', 'medium'
 	gs 'willpower', 'cuni', 'resist', 'medium'
 	if will_cost <= pcs_willpwr:
 	if will_cost <= pcs_willpwr:
-		act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'sbReksHome', 'party_home'
+		act 'Move away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'rex_party_home', 'party_home'
 	else
 	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>'
 		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
@@ -909,8 +909,8 @@ if $ARGS[0] = 'dirty':
 		gs 'stat'
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_15_<<rand(1,8)>>.jpg"></center>'
 		'<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.'
 		'"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 'party_girls', 'boys'
-		act 'Go into another room with the girls': gt 'party_girls', 'girls'
+		act 'Have fun with the guys': gt 'rex_party_girls_events', 'boys'
+		act 'Go into another room with the girls': gt 'rex_party_girls_events', 'girls'
 	end
 	end
 end
 end
 if $ARGS[0] = 'dance':
 if $ARGS[0] = 'dance':
@@ -923,7 +923,7 @@ if $ARGS[0] = 'dance':
 	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 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.'
 	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 'Take a breather': gt $loc, $loc_arg
-	act 'Dance more': gt 'party_girls', 'dirty'
+	act 'Dance more': gt 'rex_party_girls_events', 'dirty'
 end
 end
 
 
 if $ARGS[0] = 'party_girls':
 if $ARGS[0] = 'party_girls':
@@ -940,10 +940,10 @@ if $ARGS[0] = 'party_girls':
 	end
 	end
 	'Some former classmates of your sister. You are not familiar with them.'
 	'Some former classmates of your sister. You are not familiar with them.'
 	act 'Move away': gt $loc, $loc_arg
 	act 'Move away': gt $loc, $loc_arg
-	if $loc_arg = 'party_gost': act 'Drink': gt 'party_girls', 'drink'
-	if $loc_arg = 'party_gost': act 'Dance together': gt 'party_girls', 'dance'
-	if $loc_arg = 'party_home' and alko < 6: act 'Propose a toast': gt 'sbReksHome', 'party_drink'
+	if $loc_arg = 'party_gost': act 'Drink': gt 'rex_party_girls_events', 'drink'
+	if $loc_arg = 'party_gost': act 'Dance together': gt 'rex_party_girls_events', 'dance'
+	if $loc_arg = 'party_home' and alko < 6: act 'Propose a toast': gt 'rex_party_home', 'party_drink'
 end
 end
 
 
---- party_girls ---------------------------------
+--- rex_party_girls_events ---------------------------------
 
 

+ 38 - 39
locations/sbReksHome.qsrc → locations/rex_party_home.qsrc

@@ -1,4 +1,4 @@
-# sbReksHome
+# rex_party_home
 
 
 if indorf = 0 and (sisboyparty_day + 2 = daystart or hour > 21):
 if indorf = 0 and (sisboyparty_day + 2 = daystart or hour > 21):
 	cls
 	cls
@@ -16,12 +16,11 @@ end
 if $ARGS[0] = 'party':
 if $ARGS[0] = 'party':
 	CLOSE ALL
 	CLOSE ALL
 	$location_type = 'event'
 	$location_type = 'event'
-	gs 'dinParty'
 
 
 	gs 'themes', 'indoors'
 	gs 'themes', 'indoors'
 	$loc_arg = 'party'
 	$loc_arg = 'party'
-	$loc = 'sbReksHome'
-	$menu_loc = 'sbReksHome'
+	$loc = 'rex_party_home'
+	$menu_loc = 'rex_party_home'
 	$menu_arg = 'party'
 	$menu_arg = 'party'
 	menu_off = 0
 	menu_off = 0
 	cls
 	cls
@@ -58,36 +57,36 @@ if $ARGS[0] = 'party':
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_2_' + rand(1,4) + '.jpg"></center>'
 		'<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.'
 		'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.'
 		'The party has just begun. You can still walk through the apartment and find something to do.'
-		act 'Move away': gt 'sbReksHome', 'party_home'
+		act 'Move away': gt 'rex_party_home', 'party_home'
 	end
 	end
 end
 end
 
 
 !room Rex
 !room Rex
 if $ARGS[0] = 'party_home':
 if $ARGS[0] = 'party_home':
 	$loc_arg = 'party_home'
 	$loc_arg = 'party_home'
-	$loc = 'sbReksHome'
+	$loc = 'rex_party_home'
 	killvar '$locclass'
 	killvar '$locclass'
 	cls
 	cls
 	minut += 5
 	minut += 5
 	gs 'stat'
 	gs 'stat'
 	'<center><b><font color = maroon>Rex''s Room</font></b></center>'
 	'<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>'
 	'<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 ''party_girls'', ''lena''">Lena</a> who is always fun, her slightly more reserved friend <a href="exec: gt ''party_girls'', ''ira''">Ira</a>, and always upbeat <a href="exec: gt ''reks'', ''party''">Rex</a>.'
-	'To your other side sits your sister <a href="exec: gt ''sister_party'', ''sister_party''">Anya</a>, drinking already, and <a href="exec: gt ''sbReksHome'', ''roma''">Roma</a>, who himself sits just a bit away looking more serious than normal, plus lots of <a href="exec: gt ''party_girls'', ''party_girls''">girls</a> and <a href="exec: gt ''party_boys'', ''party_boys''">guys</a> you barely know.'
-	if alko < 3:'One of the guys offers you a bottle to <a href="exec: gt ''sbReksHome'', ''party_drink''">drink</a> from as he says, "A little more to set the mood."'
+	'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_girls_events'', ''lena''">Lena</a> who is always fun, her slightly more reserved friend <a href="exec: gt ''rex_party_girls_events'', ''ira''">Ira</a>, and always upbeat <a href="exec: gt ''rex_events'', ''party''">Rex</a>.'
+	'To your other side sits your sister <a href="exec: gt ''rex_party_sister_events'', ''sister_party''">Anya</a>, drinking already, and <a href="exec: gt ''rex_party_home'', ''roma''">Roma</a>, who himself sits just a bit away looking more serious than normal, plus lots of <a href="exec: gt ''rex_party_girls_events'', ''party_girls''">girls</a> and <a href="exec: gt ''rex_party_boys_events'', ''party_boys''">guys</a> you barely know.'
+	if alko < 3:'One of the guys offers you a bottle to <a href="exec: gt ''rex_party_home'', ''party_drink''">drink</a> from as he says, "A little more to set the mood."'
 	!You''re drunk
 	!You''re drunk
 	if alko >= 3:
 	if alko >= 3:
 		*clr
 		*clr
 		gs 'stat'
 		gs 'stat'
 		'<center><b><font color = maroon>Rex''s Room</font></b></center>'
 		'<center><b><font color = maroon>Rex''s Room</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_1_' + rand(1,5) + '.jpg"></center>'
 		'<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 ''party_girls'', ''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 ''party_girls'', ''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 ''party_girls'', ''smoke''">have a smoke</a>.', 'You <a href="exec: gt ''party_girls'', ''talk''">chat</a> and gossip with them.')
+		'After a while, everyone gets up to go dance and drink. Only a few <a href="exec: gt ''rex_party_girls_events'', ''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_girls_events'', ''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_girls_events'', ''smoke''">have a smoke</a>.', 'You <a href="exec: gt ''rex_party_girls_events'', ''talk''">chat</a> and gossip with them.')
 		if pcs_mood = 100 and pcs_horny >= 50 and girls_smoke > 1:
 		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 ''party_girls'', ''fun''">fun</a>.'
+			'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_girls_events'', ''fun''">fun</a>.'
 		end
 		end
 	end
 	end
-	act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+	act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 end
 end
 
 
 if $ARGS[0] = 'roma':
 if $ARGS[0] = 'roma':
@@ -116,7 +115,7 @@ end
 !Rex Lounge
 !Rex Lounge
 if $ARGS[0] = 'party_gost':
 if $ARGS[0] = 'party_gost':
 	$loc_arg = 'party_gost'
 	$loc_arg = 'party_gost'
-	$loc = 'sbReksHome'
+	$loc = 'rex_party_home'
 	$locclass = 'livingr'
 	$locclass = 'livingr'
 	cls
 	cls
 	minut += 5
 	minut += 5
@@ -124,18 +123,18 @@ if $ARGS[0] = 'party_gost':
 	if alko < 3:
 	if alko < 3:
 		'<center><b><font color = maroon>Living room</font></b></center>'
 		'<center><b><font color = maroon>Living room</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_3.jpg"></center>'
 		'<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 ''sbReksHome'', ''party_boy''">guy</a> is in here tinkering with a turntable.'
+		'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_home'', ''party_boy''">guy</a> is in here tinkering with a turntable.'
 	elseif alko >= 3:
 	elseif alko >= 3:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_4_' + rand(1,8) + '.jpg"></center>'
 		'<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 ''sbReksHome'', ''party_boy''">guy</a>, the party DJ, is spinning beats at the turntable. You want to give it a try and <a href="exec: gt ''dinParty'', ''dance''">spin some beats</a>.'
-		'<a href="exec: gt ''sbReksHome'', ''roma''">Roma</a> and <a href="exec: gt ''sister_party'', ''sister_party''">Anya</a> are locked together having fun dancing.'
-		if Rex_Love = 0:'<a href="exec: gt ''reks'', ''party''">Rex</a> is having fun dancing with some <a href="exec: gt ''party_girls'', ''party_girls''">girls</a>.'
-		if Rex_Love = 1:'You are dancing with some <a href="exec: gt ''party_girls'', ''party_girls''">girls</a> and <a href="exec: gt ''reks'', ''party''">Rex</a>, who looks at you with loving eyes.'
-		'<a href="exec: gt ''party_girls'', ''lena''">Lena</a> and <a href="exec: gt ''party_girls'', ''ira''">Ira</a> are having fun in the company of drunken <a href="exec: gt ''party_boys'', ''party_boys''">guys</a>.'
+		'The party is in full swing. In one corner. a <a href="exec: gt ''rex_party_home'', ''party_boy''">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_events'', ''dance''">spin some beats</a>.'
+		'<a href="exec: gt ''rex_party_home'', ''roma''">Roma</a> and <a href="exec: gt ''rex_party_sister_events'', ''sister_party''">Anya</a> are locked together having fun dancing.'
+		if Rex_Love = 0:'<a href="exec: gt ''rex_events'', ''party''">Rex</a> is having fun dancing with some <a href="exec: gt ''rex_party_girls_events'', ''party_girls''">girls</a>.'
+		if Rex_Love = 1:'You are dancing with some <a href="exec: gt ''rex_party_girls_events'', ''party_girls''">girls</a> and <a href="exec: gt ''rex_events'', ''party''">Rex</a>, who looks at you with loving eyes.'
+		'<a href="exec: gt ''rex_party_girls_events'', ''lena''">Lena</a> and <a href="exec: gt ''rex_party_girls_events'', ''ira''">Ira</a> are having fun in the company of drunken <a href="exec: gt ''rex_party_boys_events'', ''party_boys''">guys</a>.'
 	end
 	end
-	act 'Go to Rex''s room': gt 'sbReksHome', 'party_home'
-	act 'Go to the kitchen': gt 'sbReksHome', 'party_kuh'
-	act 'Go to the bathroom': gt 'sbReksHome', 'party_toilet'
+	act 'Go to Rex''s room': gt 'rex_party_home', 'party_home'
+	act 'Go to the kitchen': gt 'rex_party_home', 'party_kuh'
+	act 'Go to the bathroom': gt 'rex_party_home', 'party_toilet'
 	act 'Leave Rex''s home': gt 'pav_commercial'
 	act 'Leave Rex''s home': gt 'pav_commercial'
 end
 end
 
 
@@ -152,11 +151,11 @@ if $ARGS[0] = 'party_boy':
 	elseif dj_beer = 1 and dj_thank < 1:
 	elseif dj_beer = 1 and dj_thank < 1:
 		'<center><b><font color = maroon>DJ</font></b></center>'
 		'<center><b><font color = maroon>DJ</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></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 ''dinParty'', ''dj_beer''">bring</a> them to the guys.'
+		'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_events'', ''dj_beer''">bring</a> them to the guys.'
 	elseif dj_thank = 1 and dj_bad < 1:
 	elseif dj_thank = 1 and dj_bad < 1:
 		'<center><b><font color = maroon>DJ</font></b></center>'
 		'<center><b><font color = maroon>DJ</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></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 ''dinParty'', ''dj_thank''">twist</a> some knobs on the turntable.'
+		'The guy messes with the soundboard and makes the sound even louder. You are allowed to <a href="exec:gt ''rex_party_events'', ''dj_thank''">twist</a> some knobs on the turntable.'
 	elseif dj_bad = 1 and dj_boobs < 1:
 	elseif dj_bad = 1 and dj_boobs < 1:
 		'<center><b><font color = maroon>DJ</font></b></center>'
 		'<center><b><font color = maroon>DJ</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
@@ -164,12 +163,12 @@ if $ARGS[0] = 'party_boy':
 	elseif dj_boobs = 1:
 	elseif dj_boobs = 1:
 		'<center><b><font color = maroon>DJ</font></b></center>'
 		'<center><b><font color = maroon>DJ</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></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 ''dinParty'', ''dj_cock''">twist</a> some knobs on the turntable.'
+		'The guy messes with the soundboard and makes the sound even louder. You are again allowed to <a href="exec:gt ''rex_party_events'', ''dj_cock''">twist</a> some knobs on the turntable.'
 	end
 	end
 	act 'Move away': gt $loc, $loc_arg
 	act 'Move away': gt $loc, $loc_arg
 	gs 'willpower', 'exhib', 'self', 'medium'
 	gs 'willpower', 'exhib', 'self', 'medium'
 	if will_cost <= pcs_willpwr:
 	if will_cost <= pcs_willpwr:
-		act 'Flash boobs (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'dinParty', 'dj_boobs'
+		act 'Flash boobs (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'rex_party_events', 'dj_boobs'
 	else
 	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>'
 		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
@@ -178,36 +177,36 @@ end
 !Kitchen Rex
 !Kitchen Rex
 if $ARGS[0] = 'party_kuh':
 if $ARGS[0] = 'party_kuh':
 	$loc_arg = 'party_kuh'
 	$loc_arg = 'party_kuh'
-	$loc = 'sbReksHome'
+	$loc = 'rex_party_home'
 	$locclass = 'kitr'
 	$locclass = 'kitr'
 	cls
 	cls
 	minut += 5
 	minut += 5
 	gs 'stat'
 	gs 'stat'
 	'<center><b><font color = maroon>Kitchen</font></b></center>'
 	'<center><b><font color = maroon>Kitchen</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/kuh.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/kuh.jpg"></center>'
-	'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 ''sbReksHome'', ''party_drink''">drink</a>.'
-	if party_dj =1 and dj_beer < 1:'You grab two bottle for the <a href="exec: gt ''dinParty'', ''dj''">DJ and his friend</a>.'
-	if alko >= 3: 'Some <a href="exec: gt ''party_boys'', ''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 ''party_boys'', ''drink''">drink</a> with them.'
-	act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+	'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_home'', ''party_drink''">drink</a>.'
+	if party_dj =1 and dj_beer < 1:'You grab two bottle for the <a href="exec: gt ''rex_party_events'', ''dj''">DJ and his friend</a>.'
+	if alko >= 3: 'Some <a href="exec: gt ''rex_party_boys_events'', ''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_boys_events'', ''drink''">drink</a> with them.'
+	act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 end
 end
 
 
 !Toilet Rex
 !Toilet Rex
 if $ARGS[0] = 'party_toilet':
 if $ARGS[0] = 'party_toilet':
 	$loc_arg = 'party_toilet'
 	$loc_arg = 'party_toilet'
-	$loc = 'sbReksHome'
+	$loc = 'rex_party_home'
 	$locM_arg = 'party_toilet'
 	$locM_arg = 'party_toilet'
-	$locM = 'sbReksHome'
+	$locM = 'rex_party_home'
 	killvar '$locclass'
 	killvar '$locclass'
 	cls
 	cls
 	minut += 5
 	minut += 5
 	gs 'stat'
 	gs 'stat'
-	if alko > 3 and rand(1,100) <= 30: gt 'dinParty', 'party_toilet_event'
+	if alko > 3 and rand(1,100) <= 30: gt 'rex_party_events', 'party_toilet_event'
 	'<center><b><font color = maroon>Toilet</font></b></center>'
 	'<center><b><font color = maroon>Toilet</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/toilet.jpg"></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>.'
 	'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 ''dinParty'', ''toilet_mast''">masturbate</a>.'
-	act 'Go to the living room': gt 'sbReksHome', 'party_gost'
+	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_events'', ''toilet_mast''">masturbate</a>.'
+	act 'Go to the living room': gt 'rex_party_home', 'party_gost'
 	if cumloc[11] = 1 or cumloc[12] = 1:
 	if cumloc[11] = 1 or cumloc[12] = 1:
 		act 'Clean the sperm from your face (0:10)':
 		act 'Clean the sperm from your face (0:10)':
 			cla
 			cla
@@ -223,10 +222,10 @@ if $ARGS[0] = 'party_toilet':
 			*nl
 			*nl
 			'You clean your face and get rid of any trace of cum.'
 			'You clean your face and get rid of any trace of cum.'
 
 
-			act 'Move away': gt 'sbReksHome', 'party_toilet'
+			act 'Move away': gt 'rex_party_home', 'party_toilet'
 		end
 		end
 	end
 	end
 end
 end
 
 
---- sbReksHome ---------------------------------
+--- rex_party_home ---------------------------------
 
 

+ 39 - 39
locations/sister_party.qsrc → locations/rex_party_sister_events.qsrc

@@ -1,4 +1,4 @@
-# sister_party
+# rex_party_sister_events
 
 
 if $ARGS[0] = 'sister_party':
 if $ARGS[0] = 'sister_party':
 	*clr & cla
 	*clr & cla
@@ -15,9 +15,9 @@ if $ARGS[0] = 'sister_party':
 	'Your sister' + iif($loc_arg = 'party_gost', ' is drunk and in good spirits.', '.')
 	'Your sister' + iif($loc_arg = 'party_gost', ' 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."'
 	'"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
 	act 'Move away': gt $loc, $loc_arg
-	if alko < 6 and $loc_arg = 'party_home': act 'Have a drink': gt 'sbReksHome', 'party_drink'
-	if $loc_arg = 'party_gost': act 'Drink': gt 'sister_party', 'sister_drink'
-	if $loc_arg = 'party_gost': act 'Chat about guys': gt 'sister_party', 'talk'
+	if alko < 6 and $loc_arg = 'party_home': act 'Have a drink': gt 'rex_party_home', 'party_drink'
+	if $loc_arg = 'party_gost': act 'Drink': gt 'rex_party_sister_events', 'sister_drink'
+	if $loc_arg = 'party_gost': act 'Chat about guys': gt 'rex_party_sister_events', 'talk'
 end
 end
 
 
 if $ARGS[0] = 'talk':
 if $ARGS[0] = 'talk':
@@ -97,11 +97,11 @@ if $ARGS[0] = 'sister_drink':
 	if alko >= 7:
 	if alko >= 7:
 		'With her encouragement, you end up drinking more than you should.'
 		'With her encouragement, you end up drinking more than you should.'
 		'Suddenly your head is severely spinning...'
 		'Suddenly your head is severely spinning...'
-		act 'Pass out': gt 'dinParty', 'sleep'
+		act 'Pass out': gt 'rex_party_events', 'sleep'
 	else
 	else
 		'You gladly drink more, sharing it with your sister.'
 		'You gladly drink more, sharing it with your sister.'
 		'Feeling buzzed, you are ready to plunge into the wild debauchery of the party.'
 		'Feeling buzzed, you are ready to plunge into the wild debauchery of the party.'
-		act 'Dance topless': gt 'sister_party', 'fun'
+		act 'Dance topless': gt 'rex_party_sister_events', 'fun'
 		act 'Move away': gt $loc, $loc_arg
 		act 'Move away': gt $loc, $loc_arg
 	end
 	end
 end
 end
@@ -152,7 +152,7 @@ if $ARGS[0] = 'fun':
 				gs 'arousal', 'cuni_give', 5, 'lesbian', 'incest'
 				gs 'arousal', 'cuni_give', 5, 'lesbian', 'incest'
 				gs 'stat'
 				gs 'stat'
 		
 		
-				act 'Caress Anya with your hand': gt 'sister_party', 'hand'
+				act 'Caress Anya with your hand': gt 'rex_party_sister_events', 'hand'
      
      
 			end
 			end
 			act 'Lie on your back':
 			act 'Lie on your back':
@@ -168,7 +168,7 @@ if $ARGS[0] = 'fun':
 				gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
 				gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
 				gs 'stat'
 				gs 'stat'
 		
 		
-				act 'Let Anya caress you with her hand': gt 'sister_party', 'hand'
+				act 'Let Anya caress you with her hand': gt 'rex_party_sister_events', 'hand'
 			end
 			end
 		end
 		end
 	end
 	end
@@ -211,7 +211,7 @@ if $ARGS[0] = 'hand':
 			gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
 			gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
 			gs 'stat'
 			gs 'stat'
 			
 			
-			act 'Cum': gt 'sister_party', 'cum'
+			act 'Cum': gt 'rex_party_sister_events', 'cum'
 		else
 		else
 			if rand(1,2) = 1:
 			if rand(1,2) = 1:
 				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_7_1.mp4"></video></center>'
 				'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_7_1.mp4"></video></center>'
@@ -229,7 +229,7 @@ if $ARGS[0] = 'hand':
 			gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
 			gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
 			gs 'stat'
 			gs 'stat'
 			
 			
-			act 'Cum': gt 'sister_party', 'cum'
+			act 'Cum': gt 'rex_party_sister_events', 'cum'
 		end
 		end
 	end
 	end
 
 
@@ -243,7 +243,7 @@ if $ARGS[0] = 'hand':
 		gs 'arousal', 'trib', 5, 'lesbian', 'incest'
 		gs 'arousal', 'trib', 5, 'lesbian', 'incest'
 		gs 'stat'
 		gs 'stat'
 		
 		
-		act 'Cum': gt 'sister_party', 'cum'
+		act 'Cum': gt 'rex_party_sister_events', 'cum'
 	end
 	end
 end
 end
 
 
@@ -260,7 +260,7 @@ if $ARGS[0] = 'cum':
 	gs 'arousal', 'end'
 	gs 'arousal', 'end'
 	gs 'stat'
 	gs 'stat'
 	
 	
-	act 'Fall asleep': gt 'dinParty', 'sleep'
+	act 'Fall asleep': gt 'rex_party_events', 'sleep'
 end
 end
 
 
 !!this is the party stuff from sisterQW file so we can keep all the party stuff in a single file. Not sure how we should merge it.
 !!this is the party stuff from sisterQW file so we can keep all the party stuff in a single file. Not sure how we should merge it.
@@ -287,9 +287,9 @@ if $ARGS[0] = 'sisboyQW_party':
 		*nl
 		*nl
 		'You politely try to refuse the drink, but everyone watching has gathered round and started chanting, "Drink! Drink! Drink! Drink! Drink! Drink!"'
 		'You politely try to refuse the drink, but everyone watching has gathered round and started chanting, "Drink! Drink! Drink! Drink! Drink! Drink!"'
 		'Giving in to peer pressure, you take the bottle from Anya''s hand and gulp down a huge swig of vodka.'
 		'Giving in to peer pressure, you take the bottle from Anya''s hand and gulp down a huge swig of vodka.'
-		act 'Go dance': gt 'sister_party', 'dance'
-		act 'Drink': gt 'sister_party', 'drink'
-		act 'Sit': gt 'sister_party', 'sit'
+		act 'Go dance': gt 'rex_party_sister_events', 'dance'
+		act 'Drink': gt 'rex_party_sister_events', 'drink'
+		act 'Sit': gt 'rex_party_sister_events', 'sit'
 	end
 	end
 	act 'Accept the drink':
 	act 'Accept the drink':
 		*clr & cla
 		*clr & cla
@@ -300,9 +300,9 @@ if $ARGS[0] = 'sisboyQW_party':
 		*nl
 		*nl
 		'You take the bottle from her hand. "Well, let''s party!" you say and gulp down a huge swig of vodka.'
 		'You take the bottle from her hand. "Well, let''s party!" you say and gulp down a huge swig of vodka.'
 		'Roma looks at Anya and smirks. "Look, <<$pcs_nickname>> is drinking more than you!" Everyone then begins to drink heavily.'
 		'Roma looks at Anya and smirks. "Look, <<$pcs_nickname>> is drinking more than you!" Everyone then begins to drink heavily.'
-		act 'Go dance': gt 'sister_party', 'dance'
-		act 'Drink': gt 'sister_party', 'drink'
-		act 'Sit': gt 'sister_party', 'sit'
+		act 'Go dance': gt 'rex_party_sister_events', 'dance'
+		act 'Drink': gt 'rex_party_sister_events', 'drink'
+		act 'Sit': gt 'rex_party_sister_events', 'sit'
 	end
 	end
 	act 'Get up to dance':
 	act 'Get up to dance':
 		*clr & cla
 		*clr & cla
@@ -314,9 +314,9 @@ if $ARGS[0] = 'sisboyQW_party':
 		'Standing, you try to get out from behind the table to go dancing, but no one is actually dancing. They are all just sitting and drinking.'
 		'Standing, you try to get out from behind the table to go dancing, but no one is actually dancing. They are all just sitting and drinking.'
 		'Seeing what you''re doing, Rex pulls you over. "Where are you going? It''s only the beginning! Hold the bottle and let''s drink, otherwise I will be offended."'
 		'Seeing what you''re doing, Rex pulls you over. "Where are you going? It''s only the beginning! Hold the bottle and let''s drink, otherwise I will be offended."'
 		'You can''t deny the ' + iif(sisterQW['rexbday'] = 2, 'birthday boy', 'host of the party') + ', so you take the bottle from his hand and gulp down a huge shot, feeling it burn down your throat. You hear others shouting in encouragement.'
 		'You can''t deny the ' + iif(sisterQW['rexbday'] = 2, 'birthday boy', 'host of the party') + ', so you take the bottle from his hand and gulp down a huge shot, feeling it burn down your throat. You hear others shouting in encouragement.'
-		act 'Go dance': gt 'sister_party', 'dance'
-		act 'Drink': gt 'sister_party', 'drink'
-		act 'Sit': gt 'sister_party', 'sit'
+		act 'Go dance': gt 'rex_party_sister_events', 'dance'
+		act 'Drink': gt 'rex_party_sister_events', 'drink'
+		act 'Sit': gt 'rex_party_sister_events', 'sit'
 	end
 	end
 end
 end
 
 
@@ -341,7 +341,7 @@ if $ARGS[0] = 'dance':
 		'You want to drink again and again. The boys quickly give you two bottles of whiskey, and without any hesitation, you start to pour both of them into your mouth. The whiskey spills out of your mouth as you are unable to drink it all fast enough. It pours all down your body.'
 		'You want to drink again and again. The boys quickly give you two bottles of whiskey, and without any hesitation, you start to pour both of them into your mouth. The whiskey spills out of your mouth as you are unable to drink it all fast enough. It pours all down your body.'
 		'Your clothes are soaked in alcohol, and everyone can see your nipples poking through your wet bra.'
 		'Your clothes are soaked in alcohol, and everyone can see your nipples poking through your wet bra.'
 		'Two guys, mad with energy, begin to dance around you, persistently lapping at the booze on your body.'
 		'Two guys, mad with energy, begin to dance around you, persistently lapping at the booze on your body.'
-		act 'Dance with them': gt 'sister_party', 'two_boy'
+		act 'Dance with them': gt 'rex_party_sister_events', 'two_boy'
 	end
 	end
 	act 'Keep dancing':
 	act 'Keep dancing':
 		*clr & cla
 		*clr & cla
@@ -352,12 +352,12 @@ if $ARGS[0] = 'dance':
 		gs 'arousal', 'foreplay', 10
 		gs 'arousal', 'foreplay', 10
 		gs 'stat'
 		gs 'stat'
 !! This should have a way to back out, but where to?
 !! This should have a way to back out, but where to?
-		if sisterQW['rexbday'] = 2: act 'Congratulate Rex personally': gt 'sister_party', 'reks'
-		if sisterQW['AnyaRomaQW'] = 0: act 'Look for Anya': gt 'sister_party', 'anya_find'
-		act 'Dance with them': gt 'sister_party', 'two_boy'
+		if sisterQW['rexbday'] = 2: act 'Congratulate Rex personally': gt 'rex_party_sister_events', 'reks'
+		if sisterQW['AnyaRomaQW'] = 0: act 'Look for Anya': gt 'rex_party_sister_events', 'anya_find'
+		act 'Dance with them': gt 'rex_party_sister_events', 'two_boy'
 	end
 	end
 	if sisterQW['rexbday'] = 2:
 	if sisterQW['rexbday'] = 2:
-		act 'Congratulate Rex personally': gt 'sister_party', 'reks'
+		act 'Congratulate Rex personally': gt 'rex_party_sister_events', 'reks'
 	end
 	end
 end
 end
 
 
@@ -366,9 +366,9 @@ if $ARGS[0] = 'anya_find':
 	minut += 5
 	minut += 5
 	gs 'stat'
 	gs 'stat'
 	'You look for your sister but can''t find her. "Where the hell did she go?" You look everywhere in desperation.'
 	'You look for your sister but can''t find her. "Where the hell did she go?" You look everywhere in desperation.'
-	act 'Look in the bathroom': gt 'sister_party', 'anya_toilet'
-	act 'Look in the kitchen': gt 'sister_party', 'anya_kit'
-	act 'Look in the bedroom': gt 'sister_party', 'anya_bed'
+	act 'Look in the bathroom': gt 'rex_party_sister_events', 'anya_toilet'
+	act 'Look in the kitchen': gt 'rex_party_sister_events', 'anya_kit'
+	act 'Look in the bedroom': gt 'rex_party_sister_events', 'anya_bed'
 end
 end
 
 
 if $ARGS[0] = 'anya_kit':
 if $ARGS[0] = 'anya_kit':
@@ -451,8 +451,8 @@ if $ARGS[0] = 'anya_toilet':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_22.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_22.jpg"></center>'
 	*nl
 	*nl
 	'You walk into the bathroom and find some guy pushing some poor girl''s head into the toilet. Thankfully, it isn''t Anya, and not wanting to get involved any further, you leave.'
 	'You walk into the bathroom and find some guy pushing some poor girl''s head into the toilet. Thankfully, it isn''t Anya, and not wanting to get involved any further, you leave.'
-	act 'Look in the kitchen': gt 'sister_party', 'anya_kit'
-	act 'Look in the bedroom': gt 'sister_party', 'anya_bed'
+	act 'Look in the kitchen': gt 'rex_party_sister_events', 'anya_kit'
+	act 'Look in the bedroom': gt 'rex_party_sister_events', 'anya_bed'
 end
 end
 
 
 if $ARGS[0] = 'anya_bed':
 if $ARGS[0] = 'anya_bed':
@@ -464,8 +464,8 @@ if $ARGS[0] = 'anya_bed':
 	*nl
 	*nl
 	'In the bedroom, you see two guys jerking off onto the face of some poor unconscious girl as one of them says to the other, "Let''s get the fuck out of here before she wakes up. I don''t want to deal with her ex-boyfriend. He''s one of the boxers."'
 	'In the bedroom, you see two guys jerking off onto the face of some poor unconscious girl as one of them says to the other, "Let''s get the fuck out of here before she wakes up. I don''t want to deal with her ex-boyfriend. He''s one of the boxers."'
 	'Anya isn''t here, so you keep searching.'
 	'Anya isn''t here, so you keep searching.'
-	act 'Look in the bathroom': gt 'sister_party', 'anya_toilet'
-	act 'Look in the kitchen': gt 'sister_party', 'anya_kit'
+	act 'Look in the bathroom': gt 'rex_party_sister_events', 'anya_toilet'
+	act 'Look in the kitchen': gt 'rex_party_sister_events', 'anya_kit'
 end
 end
 
 
 if $ARGS[0] = 'reks':
 if $ARGS[0] = 'reks':
@@ -478,7 +478,7 @@ if $ARGS[0] = 'reks':
 	'"Hey girl! Damn, you''ve been having fun. Oh yeah, you''re Anya''s little sister, right? I know she''s... That''s odd, I haven''t seen her. Although I have been drinking bubbly all day. Here, drink up!"'
 	'"Hey girl! Damn, you''ve been having fun. Oh yeah, you''re Anya''s little sister, right? I know she''s... That''s odd, I haven''t seen her. Although I have been drinking bubbly all day. Here, drink up!"'
 	'He starts pouring the sweet champagne down your throat. He''s so drunk that he pours it too fast, and as much as you try to keep up, a lot of it spills on you and the floor.
 	'He starts pouring the sweet champagne down your throat. He''s so drunk that he pours it too fast, and as much as you try to keep up, a lot of it spills on you and the floor.
 	 Then, without a word, Rex just staggers off.'
 	 Then, without a word, Rex just staggers off.'
-	act 'Look for Anya': gt 'sister_party', 'anya_find'
+	act 'Look for Anya': gt 'rex_party_sister_events', 'anya_find'
 	act 'Follow Rex to the toilet for birthday sex':
 	act 'Follow Rex to the toilet for birthday sex':
 		*clr & cla
 		*clr & cla
 		toiletRexSex = 1
 		toiletRexSex = 1
@@ -503,7 +503,7 @@ if $ARGS[0] = 'reks':
 			'With a final grunt, he shoots his load deep inside your pussy. "Wow <<$pcs_nickname>>, you are hotter than your sister!" He then zips his pants and leaves you alone in the bathroom.'
 			'With a final grunt, he shoots his load deep inside your pussy. "Wow <<$pcs_nickname>>, you are hotter than your sister!" He then zips his pants and leaves you alone in the bathroom.'
 			gs 'arousal', 'vaginal', 5, 'sub', 'rough'
 			gs 'arousal', 'vaginal', 5, 'sub', 'rough'
 			gs 'stat'
 			gs 'stat'
-			act 'Look for Anya': gt 'sister_party', 'anya_find'
+			act 'Look for Anya': gt 'rex_party_sister_events', 'anya_find'
 		end
 		end
 	end
 	end
 end
 end
@@ -566,7 +566,7 @@ if $ARGS[0] = 'two_boy':
 				gs 'arousal', 'end'
 				gs 'arousal', 'end'
 				minut -= 5
 				minut -= 5
 				gs 'stat'
 				gs 'stat'
-				act 'Look For Anya': gt 'sister_party', 'anya_find'
+				act 'Look For Anya': gt 'rex_party_sister_events', 'anya_find'
 			end
 			end
 		end
 		end
 	end
 	end
@@ -581,7 +581,7 @@ if $ARGS[0] = 'drink':
 	*nl
 	*nl
 	'Everyone undresses to the waist and goes into the hall to dance. "Come dance <<$pcs_nickname>>, you don''t want to be left alone," Anya calls out to you.'
 	'Everyone undresses to the waist and goes into the hall to dance. "Come dance <<$pcs_nickname>>, you don''t want to be left alone," Anya calls out to you.'
 	'Not now Anya. I want to drink some more first," you reply, but not taking no for an answer, Anya drags you out to dance with her and her friends.'
 	'Not now Anya. I want to drink some more first," you reply, but not taking no for an answer, Anya drags you out to dance with her and her friends.'
-	act 'Go dance': gt 'sister_party', 'dance'
+	act 'Go dance': gt 'rex_party_sister_events', 'dance'
 end
 end
 
 
 if $ARGS[0] = 'sit':
 if $ARGS[0] = 'sit':
@@ -591,8 +591,8 @@ if $ARGS[0] = 'sit':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_12.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_12.jpg"></center>'
 	*nl
 	*nl
 	'You are starting to feel a little dizzy after drinking so much and so sit down for a while. Anya and her friends then approach you. "<<$pcs_nickname>>? Why are you just sitting there? Come dance with us." Not taking no for an answer, Anya drags you out to dance with her and her friends.'
 	'You are starting to feel a little dizzy after drinking so much and so sit down for a while. Anya and her friends then approach you. "<<$pcs_nickname>>? Why are you just sitting there? Come dance with us." Not taking no for an answer, Anya drags you out to dance with her and her friends.'
-	act 'Go dance': gt 'sister_party', 'dance'
+	act 'Go dance': gt 'rex_party_sister_events', 'dance'
 end
 end
 
 
---- sister_party ---------------------------------
+--- rex_party_sister_events ---------------------------------
 
 

+ 7 - 7
locations/sister.qsrc

@@ -100,7 +100,7 @@ if $ARGS[0] = 'partyanswer':
 				'"Don''t worry. Maybe you can come next time?"'
 				'"Don''t worry. Maybe you can come next time?"'
 				act 'Move away': gt $loc, $loc_arg
 				act 'Move away': gt $loc, $loc_arg
 			end
 			end
-			act 'Go to the party': if sisterQW['partycount'] > 0: gt 'sbReksHome', 'party' else gt 'sister_party', 'sisboyQW_party'
+			act 'Go to the party': if sisterQW['partycount'] > 0: gt 'rex_party_home', 'party' else gt 'rex_party_sister_events', 'sisboyQW_party'
 		end
 		end
 	elseif $ARGS[1] = 'rex':
 	elseif $ARGS[1] = 'rex':
 		if pav_slut >= 250 or cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1):
 		if pav_slut >= 250 or cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1):
@@ -141,7 +141,7 @@ if $ARGS[0] = 'partyanswer':
 				'"Well, go on then. But you''re definitely coming next time, okay?"'
 				'"Well, go on then. But you''re definitely coming next time, okay?"'
 				act 'Move away': gt $loc, $loc_arg
 				act 'Move away': gt $loc, $loc_arg
 			end
 			end
-			act 'Accept': gt 'sbReksHome', 'party'
+			act 'Accept': gt 'rex_party_home', 'party'
 		end
 		end
 	end
 	end
 end
 end
@@ -375,7 +375,7 @@ if $ARGS[0] = 'scene1':
 			rexPark = 0
 			rexPark = 0
 			gs 'stat'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
-			gs 'reks', 'rexRep'
+			gs 'rex_events', 'rexRep'
 			'Rex comes up to you. "<<$pcs_nickname>>, I looked like a real chump waiting for you alone in the park yesterday! That wasn''t very nice..."'
 			'Rex comes up to you. "<<$pcs_nickname>>, I looked like a real chump waiting for you alone in the park yesterday! That wasn''t very nice..."'
 			act 'Continue to drink beer': gt 'sister', 'scene2'
 			act 'Continue to drink beer': gt 'sister', 'scene2'
 		elseif rexCar = 1 and rexCarDay < daystart and rexSisTalk = 3:
 		elseif rexCar = 1 and rexCarDay < daystart and rexSisTalk = 3:
@@ -385,7 +385,7 @@ if $ARGS[0] = 'scene1':
 			rexCar = 0
 			rexCar = 0
 			gs 'stat'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
-			gs 'reks', 'rexRep'
+			gs 'rex_events', 'rexRep'
 			'Rex comes up to you. "<<$pcs_nickname>>, I was waiting at your door for almost two hours last night! It wasn''t very nice to ditch me like that..."'
 			'Rex comes up to you. "<<$pcs_nickname>>, I was waiting at your door for almost two hours last night! It wasn''t very nice to ditch me like that..."'
 			act 'Continue to drink beer': gt 'sister', 'scene2'
 			act 'Continue to drink beer': gt 'sister', 'scene2'
 		elseif rexCar = 1 and rexCarDay < daystart and rexSisTalk = 4:
 		elseif rexCar = 1 and rexCarDay < daystart and rexSisTalk = 4:
@@ -395,7 +395,7 @@ if $ARGS[0] = 'scene1':
 			rexCar = 0
 			rexCar = 0
 			gs 'stat'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
-			gs 'reks', 'rexRep'
+			gs 'rex_events', 'rexRep'
 			'Rex comes up to you. "<<$pcs_nickname>>, you could have at least told me you didn''t want to go out! Last night was a disaster! Next time, please just tell me if you can''t make it."'
 			'Rex comes up to you. "<<$pcs_nickname>>, you could have at least told me you didn''t want to go out! Last night was a disaster! Next time, please just tell me if you can''t make it."'
 			act 'Continue to drink beer': gt 'sister', 'scene2'
 			act 'Continue to drink beer': gt 'sister', 'scene2'
 		elseif temp > 50 and npc_rel['A57'] >= 30:
 		elseif temp > 50 and npc_rel['A57'] >= 30:
@@ -403,13 +403,13 @@ if $ARGS[0] = 'scene1':
 			minut += 5
 			minut += 5
 			gs 'stat'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
-			gs 'reks', 'rexRep'
+			gs 'rex_events', 'rexRep'
 			'Rex is drinking a glass of beer.'
 			'Rex is drinking a glass of beer.'
 			act 'Chat':
 			act 'Chat':
 				cla
 				cla
 				npc_rel['A57'] += 1
 				npc_rel['A57'] += 1
 				minut += 5
 				minut += 5
-				gt 'reks', 'rexGdkTalk'
+				gt 'rex_events', 'rexGdkTalk'
 			end
 			end
 			act 'Continue to drink beer': gt 'sister', 'scene2'
 			act 'Continue to drink beer': gt 'sister', 'scene2'