ソースを参照

Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife

bgkjdgbizgblzdgbr 2 年 前
コミット
d0a6b9a60d

+ 5 - 1
locations/BelSex.qsrc

@@ -412,7 +412,11 @@ if $ARGS[0] = 'shower':
 				end
 			end
 
-			if PCloswimwear = 1: gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
+			if PCloswimwear = 1:
+				gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+				gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+				gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
+			end
 
 			gs 'arousal', 'end'
 			gs 'stat'

+ 4 - 12
locations/Katlake.qsrc

@@ -138,18 +138,10 @@ if $ARGS[0] = 'key':
 	'You reluctantly agree to let her take you to her home... after all, your health is important and she just saved you!'
 
 	act 'Go with Kat':
-		if $clothingworntype = 'nude':
-			gs 'clothing', 'wear_last_worn'
-			if PCloswimwear = 1:
-				gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
-				gs 'underwear', 'wear'
-				gt 'kathouse0'
-			end
-		else
-			gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
-			gs 'underwear', 'wear'
-			gt 'kathouse0'
-		end
+		gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+		gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+		gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']lothingworntype, normalclothingwornno
+		gt 'kathouse0'
 	end
 end
 

+ 10 - 18
locations/LakeBoyZ.qsrc

@@ -93,16 +93,10 @@ $gL_boy_z = {
 								act 'Call it a day and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 							end
 							act 'Follow him to his house':
-								if $clothingworntype = 'nude':
-									gs 'clothing', 'wear_last_worn'
-									gs 'underwear', 'wear'
-									if PCloswimwear = 1:gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
-									gt 'LBZhouse'
-								else
-									gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
-									gs 'underwear', 'wear'
-									gt 'LBZhouse'
-								end
+								gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+								gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+								gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
+								gt 'LBZhouse'
 							end
 						end
 					else
@@ -112,17 +106,15 @@ $gL_boy_z = {
 							*clr & cla
 							minut += 15
 							if $clothingworntype = 'nude':
-								gs 'clothing', 'wear_last_worn'
-								gs 'underwear', 'wear'
 								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/event/changenude.jpg"></center>'
-								if PCloswimwear = 1:
-									gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
-									gs 'underwear', 'wear'
-								end
+								gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+								gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+								gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 							else
-								gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
-								gs 'underwear', 'wear'
 								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/event/changebikini.jpg"></center>'
+								gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+								gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+								gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 							end
 							gs'stat'
 							'You quickly get changed into your regular clothes and go for a walk with <<$boydesc>>.'

+ 12 - 5
locations/Nudelake.qsrc

@@ -18,8 +18,9 @@ if PCloswimwear = 1 or $clothingworntype = 'nude':
 		cla
 		*clr
 		minut+=5
-		gs 'clothing', 'wear_last_worn'
-		gs 'underwear', 'wear'
+		gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+		gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+		gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/dress_nudebeach.jpg"></center>'
 		'You put your clothes back on.'
 		act'Continue':gt'Nudelake'
@@ -57,7 +58,12 @@ if temper >= 15 and month >= 5 and month <= 9:
 				cla
 				*clr
 				minut += 5
-				gs 'clothing', 'strip_all'
+				$lastwornclothingtype['swim'] = $clothingworntype
+				lastwornclothingnumber['swim'] = clothingwornnumber
+				$lastwornpantytype['swim'] = $pantyworntype
+				lastwornpantynumber['swim'] = pantywornnumber
+				$lastwornbratype['swim'] = $braworntype
+				lastwornbranumber['swim'] = braworntypenumber
 				if pcs_horny >= 80 and exhibitionist_lvl > 1:
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/wetpussypants3.jpg"></center>'
 					'You strip off. A few passing men do a double-take and pause to look at your sopping wet panties, probably thinking about what is making you so excited. You don''t care about what they might say or think of you.'
@@ -95,8 +101,9 @@ end
 
 if $clothingworntype = 'nude':
 	act 'Get dressed':
-		if $clothingworntype = 'nude':gs 'clothing', 'wear_last_worn'
-		gs 'underwear', 'wear'
+		gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+		gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+		gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 	end
 else
 	act 'Return to the main beach':gt 'city_lake', 'start'

+ 1 - 1
locations/_clothing_image.qsrc

@@ -73,7 +73,7 @@ elseif $ARGS[0] = 'danilovich_swimsuit':
 	$RESULT = 'images/pc/items/danilovich/swimwear/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'market_outfits':
 	$RESULT = 'images/pc/items/market/clothes/<<ARGS[1]>>.jpg'
-elseif $ARGS[0] = 'shop_materinstvo':
+elseif $ARGS[0] = 'materinstvo_dress':
 	$RESULT = 'images/pc/items/mommy/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'nerdvana_cosplay':
 	$RESULT = 'images/pc/items/nerdvana/cosplay/<<ARGS[1]>>.jpg'

+ 10 - 10
locations/anushapt.qsrc

@@ -52,23 +52,23 @@ if $ARGS[0] = 'home':
 		menu_off = 1
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/valeria.jpg"></center>'
-		'You stand outside the Konstantinov household knocking on the door. It takes quite a while before someone actually does come to answer it. In the end, it turns out to be Anushka''s mother.'
-		'Her mother just stands there, glaring at you for a while. "Well now, don''t just stand there. What do you want? Oh wait, let me guess you want to see Anushka? Well, the little slut isn''t here, and I don''t know when she''ll be back, so why don''t you just go bother someone else?" Before you can even get a word in, she slams the door in your face, and you hear all the locks click into place. You turn to leave because you don''t have any other option.'
+		'You stand outside the Konstantinov household knocking on the door. It''s some time before someone answers it. In the end, it turns out to be Anushka''s mother.'
+		'Her mother just stands there, glaring at you for a while. "Well now, don''t just stand there. What do you want? Oh wait, let me guess you want to see Anushka? Well, the little slut isn''t here, and I don''t know when she''ll be back, so why don''t you just go bother someone else?" Before you can even get a word in, she slams the door in your face, and you hear all the locks click into place. With nothing more to do, you turn to leave.'
 		act 'Move away from the door':gt'pav_complex', 'start'
 	elseif week = 3 and hour >= 16 and hour < 23:
 		*clr & cla
 		AnushkaLoc = 0
 		bandpracticeinvite = 1
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/maksim.jpg"></center>'
-		'Maksim answers the door instead. He looks you over from head to toe, obviously trying to imagine you naked. "Anushka''s not here right now. She''s in the garage the band rents and turned into some kinda of cool studio, they are likely practicing or partying with some bitches. You can wait for her in her room if you want, or you can just go there."'
-		'You shake your head, but there is nothing you can do about it. Should you go in and wait for her or just go? As you decide, you can feel Maksim undressing you with his eyes as he stares straight at your tits.'
+		'Maksim answers the door instead. He looks you over from head to toe, obviously trying to imagine you naked. "Anushka''s not here right now. She''s down in the garage the band rents and turned into some sort of cool studio. They''re likely practicing or partying with some bitches. You can wait for her in her room if you want, or you can just go down there."'
+		'You shake your head, but there''s nothing you can do about it. Should you go in and wait for her or just go? As you decide, you can feel Maksim undressing you with his eyes as he stares straight at your tits.'
 		act 'Leave': gt 'pav_complex','start'
 		act 'Enter': gt 'anushapt','hallway'
 	elseif (week = 5 or week = 6) and hour >= 20:
 		*clr & cla
 		AnushkaLoc = 0
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/maksim.jpg"></center>'
-		'Maksim answers the door instead. He looks you over from head to toe, obviously trying to imagine you naked. "Anushka''s not here right now. She''s at the disco or out sucking some guys dick or something. You can wait for her in her room if you want, or you can just go there."'
+		'Maksim answers the door instead. He looks you over from head to toe, obviously trying to imagine you naked. "Anushka''s not here right now. She''s at the disco or out sucking some guy''s dick or something. You can wait for her in her room if you want, or you can just go there."'
 		'You shake your head, but there is nothing you can do about it. Should you go in and wait for her or just go? As you decide, you can feel Maksim undressing you with his eyes as he stares straight at your tits.'
 		act 'Leave': gt 'pav_complex','start'
 		act 'Enter': gt 'anushapt','hallway'
@@ -113,7 +113,7 @@ if $ARGS[0] = 'home':
 			*clr & cla
 			AnushkaLoc = 2
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/maksim.jpg"></center>'
-			'You stand outside the Konstantinov household and wait for Anushka to come open the door, but Maksim answers instead.'
+			'You stand outside the Konstantinov household and wait for Anushka to open the door, but Maksim answers instead.'
 			'He looks you over from head to toe, obviously trying to imagine you naked. "What?" he asks.'
 			'You ignore his staring and ask "Is Anushka home?"'
 			'He hooks his thumb over his shoulder to point down the hall. "She''s in her room, likely getting stoned or masturbating to porn or something."'
@@ -124,7 +124,7 @@ if $ARGS[0] = 'home':
 			*clr & cla
 			AnushkaLoc = 1
 			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
-			'You stand outside the Konstantinov household and hope that Anushka will be the one to open the door.'
+			'You stand outside the Konstantinov household and hope that Anushka will open the door.'
 			'To your relief, she opens the door, smiling. "Hey <<$pcs_nickname>>. Come on in."'
 			act 'Leave': gt 'pav_complex','start'
 			act 'Enter': gt 'anushapt','hallway'
@@ -133,7 +133,7 @@ if $ARGS[0] = 'home':
 			AnushkaLoc = 5
 			anushka_tv_day = daystart
 			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
-			'You stand outside the Konstantinov household and hope that Anushka will be the one to come open the door.'
+			'You stand outside the Konstantinov household and hope that Anushka will open the door.'
 			'To your relief, she opens the door, smiling. "Hey <<$pcs_nickname>>. Come in, I was just watching some TV." As you go inside, she closes the door and heads for the living room where some action movie is playing on the TV. She practically falls down on the couch as she takes a seat.'
 			act 'Take a seat next to her': gt 'anushapt','nushlivroom'
 		elseif nushdoor <= 13:
@@ -230,7 +230,7 @@ if $ARGS[0] = 'home':
 				AnushkaLoc = 2
 				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big146.jpg"></center>'
 				'You ignore his comments and step around him to enter the apartment. Just then, you see Marcus walking up the hall towards the door. He freezes in place, looking very embarrassed. He looks down to avoid eye contact. "Hey <<$pcs_nickname>>, I was just hanging out... anyways I need to get going... see you at school, yeah?" Without waiting for a reply, he hurries out of the apartment.'
-				'Maksim gives him a disgusted look as he walks by, then looks at you. "She is so disgusting." he sneers before he walks back to his room.'
+				'Maksim gives him a disgusted look as he walks by, then looks at you. "She''s so disgusting." he sneers before he walks back to his room.'
 
 				act 'Walk past him': gt 'anushapt','hallway'
 			end
@@ -279,7 +279,7 @@ if $ARGS[0] = 'home':
 			else
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/maksim.jpg"></center>'
 				'Maksim answers the door instead. He looks you over from head to toe, obviously trying to imagine you naked. "Anushka''s not here right now. She''s probably out sucking some guy''s dick or something, but you can wait for her in her room if you want."'
-				'You shake your head, but there is nothing you can do about it. Should you go in and wait for her or just go? As you decide, you can feel Maksim undressing you with his eyes as he stares straight at your tits.'
+				'You shake your head, but there''s nothing you can do about it. Should you go in and wait for her or just go? As you decide, you can feel Maksim undressing you with his eyes as he stares straight at your tits.'
 			end
 			act 'Leave': gt 'pav_complex','start'
 			act 'Enter': gt 'anushapt','hallway'

+ 1 - 0
locations/anushka.qsrc

@@ -191,6 +191,7 @@ if $ARGS[0] = 'Her turn':
 		else
 			'You shake your head. "Sorry, I will suck him or lick you, but I don''t want to get fucked."'
 			'Without saying a word to you, Anushka climbs on top of him herself. She mounts him cowgirl style then starts riding him hard and fast. You kneel down next to them on the couch, squeezing and kissing her lovely ass as she rides him.'
+		end
 		gs 'arousal', 'voyeur', 5
 		act 'Suck him again':
 			*clr & cla

+ 10 - 12
locations/changingroom.qsrc

@@ -8,16 +8,13 @@ if $ARGS[0] = 'view_swim_list':
 	if ARRSIZE('danilovich_swimsuit') = 0 and ARRSIZE('scandalicious_swimsuit') = 0 and ARRSIZE('scandalicious_bikinis') = 0 and ARRSIZE('allure_swimsuit') = 0 and ARRSIZE('allure_bikinis') = 0 and ARRSIZE('nerdvana_swimsuit') = 0 and ARRSIZE('nerdvana_bikinis') = 0:
 		'<center>You do not own any swimwear.</center>'
 	elseif $loc = 'fit' or $loc = 'bass' or temper >= 15:
-		if PCloswimwear = 0:
-			if $clothingworntype = 'nude':
-				if PCloswimwear = 0:
-					$normalclothingworntype = $lastwornclothingtype
-					normalclothingwornno = lastwornclothingnumber
-				end
-			else
-				$normalclothingworntype = $clothingworntype
-				normalclothingwornno = clothingwornnumber
-			end
+		if PCloswimwear = 0 and $clothingworntype ! 'nude':
+			$lastwornclothingtype['swim'] = $clothingworntype
+			lastwornclothingnumber['swim'] = clothingwornnumber
+			$lastwornpantytype['swim'] = $pantyworntype
+			lastwornpantynumber['swim'] = pantywornnumber
+			$lastwornbratype['swim'] = $braworntype
+			lastwornbranumber['swim'] = braworntypenumber
 		end
 
 		i = 1
@@ -88,8 +85,9 @@ if $ARGS[0] = 'view_swim_list':
 	
 	if PCloswimwear = 1:
 		act 'Put your regular clothes back on':
-			gs 'underwear', 'wear'
-			gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
+			gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			gt $loc, $loc_arg
 		end
 	end

+ 8 - 4
locations/cikl.qsrc

@@ -458,17 +458,21 @@ if tabletkicheck = 2:
 	if shotdays = -8:
 		tabletkicheck = 0
 		shotdue = 0
-		'Your birth control shot is no longer protecting you.'
+		if  and birth_control['implant_status'] > 0:
+			'Your birth control shot is no longer protecting you.'
+		end
 	elseif shotdays <= 0:
 		if shotdays = 0:
 			shotdue = 7
 		else
 			shotdue -= 1
 		end
-		'The chemicals regulating your fertility cycle are wearing off, you need to get your shot in <<shotdue>> days.'
-	elseif shotdays > 1 and shotdays < 5:
+		if  and birth_control['implant_status'] > 0:
+			'The chemicals regulating your fertility cycle are wearing off, you need to get your shot in <<shotdue>> days.'
+		end
+	elseif shotdays > 1 and shotdays < 5 and birth_control['implant_status'] = 0:
 		'You are due for a birth control shot soon if you do not get one, you might get pregnant.'
-	elseif shotdays = 1:
+	elseif shotdays = 1 and birth_control['implant_status'] = 0:
 		'Your birth control shot is due for renewal tomorrow.'
 	end
 

+ 13 - 3
locations/city_apt_building.qsrc

@@ -165,8 +165,9 @@ if $ARGS[0] = 'roof':
 	if PCloswimwear = 1 or $clothingworntype = 'nude':
 		act 'Change back into your clothes':
 			minut += 5
-			gs 'underwear', 'wear'
-			gs 'clothing', 'wear_last_worn'
+			gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			gt 'city_apt_building','roof'
 		end
 	end
@@ -182,7 +183,16 @@ if $ARGS[0] = 'roof':
 				if pcs_sweat < 35: gs 'sweat', 'add', 5
 				menu_off = 1
 				pcs_mood += 5
-				gs 'clothing', 'strip_all'
+				if PCloswimwear = 0:
+					$lastwornclothingtype['swim'] = $clothingworntype
+					lastwornclothingnumber['swim'] = clothingwornnumber
+					$lastwornpantytype['swim'] = $pantyworntype
+					lastwornpantynumber['swim'] = pantywornnumber
+					$lastwornbratype['swim'] = $braworntype
+					lastwornbranumber['swim'] = braworntypenumber
+				else
+					gs 'clothing', 'strip_all'
+				end
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/roof/nude.jpg"></center>'
 				if krem = 0:

+ 3 - 2
locations/city_lake.qsrc

@@ -987,8 +987,9 @@ if $ARGS[0] = 'stasValera4':
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/stas/stasValera.jpg"></center>'
 							if PCloswimwear = 1:
-								gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
-								gs 'underwear', 'wear'
+								gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+								gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+								gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 								'You enter the changing booth and strip out of your swimwear before putting your regular clothes back on.'
 							end
 							'The three of you start to walk toward your home and you feel safe accompanied by them. They keep the conversation light and also enjoy plenty of flirtatious padding and groping. You reach the front entrance of your apartment eventually and bid them goodbye after some farewell kisses.'

+ 1 - 0
locations/clothing.qsrc

@@ -1012,6 +1012,7 @@ if $ARGS[0] = 'strip':
 	PShoCut = 0
 	PShoHeels = 0
 	PShoStyle = 0
+	PCloPanties = 0
 	PCloQuality = 0
 	PCloThinness = 0
 	PCloTopCut = 0

+ 3 - 2
locations/etoexhib.qsrc

@@ -1639,8 +1639,9 @@ if $ARGS[0] = 'pos53':
 	if PCloswimwear = 1 or $clothingworntype = 'nude':
 		act 'Change back into clothes':
 			minut += 5
-			gs 'underwear', 'wear'
-			gs 'clothing', 'wear_last_worn'
+			gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			gt 'etoexhib','pos53'
 		end
 	end

+ 15 - 2
locations/gadriver.qsrc

@@ -214,9 +214,10 @@ if $ARGS[0] = 'gadbitch':
 			clothesAtLocation = FUNC('lost_clothes_here','VillageRiver')
 			cla
 			minut += 5
-			gs 'underwear', 'wear'
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			if clothesAtLocation = 1: gs 'clothing', 'recover_lost_clothes', 'VillageRiver', 1
-				act 'Continue': gt 'gadriver', 'gadbitch'
+			act 'Continue': gt 'gadriver', 'gadbitch'
 		end
 	end
 
@@ -226,6 +227,12 @@ if $ARGS[0] = 'gadbitch':
 			act 'Strip naked':
 				cla
 				minut += 5
+				$lastwornclothingtype['swim'] = $clothingworntype
+				lastwornclothingnumber['swim'] = clothingwornnumber
+				$lastwornpantytype['swim'] = $pantyworntype
+				lastwornpantynumber['swim'] = pantywornnumber
+				$lastwornbratype['swim'] = $braworntype
+				lastwornbranumber['swim'] = braworntypenumber
 				gs 'clothing', 'strip_all', 'VillageRiver'
 				'Without hesitation, you take off all your clothes and neatly fold them before putting them down on a pile. Without your clothes holding you back, you can go for a nice swim in the river or just lie down in the sand and do some sunbathing.'
 				act 'Continue': gt 'gadriver', 'gadbitch'
@@ -643,6 +650,12 @@ if $ARGS[0] = 'gadbitch':
 						act 'Strip naked':
 							cla
 							minut += 5
+							$lastwornclothingtype['swim'] = $clothingworntype
+							lastwornclothingnumber['swim'] = clothingwornnumber
+							$lastwornpantytype['swim'] = $pantyworntype
+							lastwornpantynumber['swim'] = pantywornnumber
+							$lastwornbratype['swim'] = $braworntype
+							lastwornbranumber['swim'] = braworntypenumber
 							gs 'clothing', 'strip_all', 'VillageRiver'
 							inhib_exp += rand(1,3)
 							'Without hesitation, you take off all your clothes and neatly fold them before putting them down in a pile. Without your clothes holding you back, you can go for a nice swim in the river or just lie down in the sand and do some sunbathing.'

+ 26 - 9
locations/gdksport.qsrc

@@ -227,8 +227,6 @@ if $ARGS[0] = 'dance2':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dance_studio/fit1.jpg"></center>'
 
-	act 'Leave': gt 'gdksport', 'start'
-
 	if pcs_danc < 50:
 		gsAboDance -= 1
 		timemult = 8
@@ -249,16 +247,35 @@ if $ARGS[0] = 'dance2':
 		end
 		!place for use in events
 		gs 'stat'
+		act 'Leave': gt 'gdksport', 'start'
 	else
-		'There is nothing you can learn from this dance class with your current skill. You need to find a new teacher or travel to the city to find better dance classes if you wish to improve further.'
+		gsAboDance -= 1
+		timemult = 8
+		loopcount = 1
+		:dancetimeloop2
+		gs 'exercise', 'tier2', 0, 'agil_exp'
+		if loopcount < timemult: loopcount += 1 & jump 'dancetimeloop2'
+		loopcount = 0
+		timemult = 0
+		if pcs_inhib < 40:inhib_exp += rand(1,2)
+		gs 'stat'
 
-		if AlbinaQW['StarletsJoined'] = 0 and StoryLine ! 0 and ( month < 10 or ( month = 10 and day < 18 )):
-			if alterstrtimg = 13:
-				gt 'AlbStars', 'albina3'
-			elseif grupTipe = 1 or grupTipe = 2:
-				gt 'AlbStars', 'albina2'
+		'You take a lesson in modern dance, which is very popular with people your age.'
+		'There is nothing you can learn from this dance class with your current skill. You need to find a new teacher or travel to the city to find better dance classes if you wish to improve further, it is still good exercise.'
+
+		act 'Leave':
+			if rand (0,4):
+				if AlbinaQW['StarletsJoined'] = 0 and StoryLine ! 0 and ( month < 10 or ( month = 10 and day < 18 )):
+					if alterstrtimg = 13:
+						gt 'AlbStars', 'albina3'
+					elseif grupTipe = 1 or grupTipe = 2:
+						gt 'AlbStars', 'albina2'
+					else
+						gt 'AlbStars', 'albina1'
+					end
+				end
 			else
-				gt 'AlbStars', 'albina1'
+				gt 'gdksport', 'start'
 			end
 		end
 	end

+ 126 - 96
locations/gschool_sex.qsrc

@@ -61,20 +61,15 @@ if $ARGS[0] = 'suck':
 				end
 			end
 		end
-		gs 'willpower', 'bj', 'resist'
-		if gruptipe = 4 and will_cost <= pcs_willpwr:
-			act 'Not today boys (<<will_cost>> willpower)':
+		if gruptipe = 4:
+			act 'Not today boys':
 				*clr & cla
-				gs 'willpower', 'bj', 'resist'
-				gs 'willpower', 'pay', 'resist'
 				gs 'stat'
 				'<center><video autoplay loop src="images/locations/pavlovsk/school/afterschool/teasefo.mp4"></video></center>'
 				'You shake your head. "Sorry boys, but I''ve got stuff I have to do. You''ll just have to suck each other off today." you tell them as you walk away, but you do lift up your skirt to give them a nice view of your ass and put some extra hip sway into your walk. You hear Dan call you "a fucking tease" and turn around and stop, like you might be changing your mind and suck on two of your fingers. The boys watch intently and you can tell they are getting excited at the idea you are going to change your mind, but as you pull your fingers out of your mouth you flip them off with a smile, then giggle and walk away.'
 				*nl
 				'Seeing you do that, you are sure they are returning the favor as they tell you to fuck off and call you a variety of names, but you don''t care. It was too funny to see the expression on their faces.'
 			end
-		elseif gruptipe = 4 and will_cost > pcs_willpwr:
-			act 'Not today boys (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
 		gs 'willpower', 'bj', 'resist', 'hard'
 		if will_cost <= pcs_willpwr:
@@ -209,6 +204,7 @@ end
 if $ARGS[0] = 'Anush_private':
 	*clr & cla
 	menu_off = 1
+	gs 'npc_relationship', 'modify', 'A144', 'like'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/school/anules1.jpg"></center>'
 	'She leads you out of the school and across the grounds to the old school building. The two of you, hand in hand, quickly make your way through the old building to one of the more intact rooms where the gopniks have left a few comfort items, including a blanket waded up on one of the wooden boxes. Taking the blanket, the two of you spread it out on the floor and then come together, meeting in the middle.'
@@ -279,9 +275,8 @@ if $ARGS[0] = 'Anush_private2':
 		act 'Don''t drink (<<will_cost>> willpower)':
 			*clr & cla
 			gs 'willpower', 'pay', 'resist'
-			npc_rel['A144'] -= 2
-			npc_rel['A158'] -= 2
-			npc_rel['A156'] -= 2
+			gs 'npc_relationship', 'modify', 'A156', 'dislike'
+			gs 'npc_relationship', 'modify', 'A158', 'dislike'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/nodrink.jpg"></center>'
 			'You shake your head as you take the bottle and pass it to Anushka. "Thanks, but I''ve got a test later and I need a clear head." The guys frown but don''t say anything while Anushka grabs the bottle out of your hand. "More for me then." she says with a laugh and takes a long swig of the bottle before passing it back to the boys.'
 			*nl
@@ -294,9 +289,9 @@ if $ARGS[0] = 'Anush_private2':
 					gs 'willpower', 'pay', 'resist'
 					gs 'arousal', 'end'
 					gs 'stat'
-					npc_rel['A144'] -= 2
-					npc_rel['A158'] -= 2
-					npc_rel['A156'] -= 2
+					gs 'npc_relationship', 'modify', 'A144', 'hate'
+					gs 'npc_relationship', 'modify', 'A156', 'hate'
+					gs 'npc_relationship', 'modify', 'A158', 'hate'
 					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
 					'You pull away and put your hands up to push her gently away. "Stop, I don''t want to right now." The boys snort and mutter while shaking their heads while Anushka is a bit more vocal. "What the fuck <<$pcs_nickname>>? I thought you wanted to have some fun? Fuck it, get out if you don''t want to party with us." She gets up and leads you to the door, slamming it loudly once you''re outside. You can hear them talking and you are pretty sure you hear your name.'
 					act 'Continue': gt 'gschool_lessons', 'short_break'
@@ -311,6 +306,7 @@ if $ARGS[0] = 'Anush_private2':
 	end
 	act 'Take a drink':
 		*clr & cla
+		grupvalue[4] += 1
 		gs 'drugs', 'alcohol', 'vodka', 1
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/adrink.jpg"></center>'
 		'You take a swig of the vodka and feel it burn your throat. It is the cheap stuff. The others offer encouragement and Anushka even tips the bottle back up once you start to lower it for a moment to make you drink a little more. Afterwards, you pass the bottle to Anushka, who takes a much bigger swig before passing it back to the boys. "Hell yeah, this beats lunch or anything else about school any day." she adds.'
@@ -337,9 +333,9 @@ if $ARGS[0] = 'Anush_private2':
 						gs 'willpower', 'pay', 'resist'
 						gs 'arousal', 'end'
 						gs 'stat'
-						npc_rel['A144'] -= 2
-						npc_rel['A158'] -= 2
-						npc_rel['A156'] -= 2
+						gs 'npc_relationship', 'modify', 'A144', 'hate'
+						gs 'npc_relationship', 'modify', 'A156', 'hate'
+						gs 'npc_relationship', 'modify', 'A158', 'hate'
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/3some.jpg"></center>'
 						'You pull away and put your hands up to push her gently away. "Stop, I don''t want to right now." The boys snort and mutter shaking while their heads while Anushka is a bit more vocal. "What the fuck <<$pcs_nickname>>? I thought you wanted to have some fun?" She turns and starts kissing Valentin and soon all three of them are making out.'
 						*nl
@@ -359,9 +355,10 @@ if $ARGS[0] = 'Anush_private2':
 			gs 'drugs', 'alcohol', 'vodka', 1
 			gs 'arousal', 'foreplay', 2, 'lesbian'
 			gs 'stat'
-			npc_rel['A144'] += 1
-			npc_rel['A158'] += 1
-			npc_rel['A156'] += 1
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			gs 'npc_relationship', 'modify', 'A156', 'like'
+			gs 'npc_relationship', 'modify', 'A158', 'like'
+			grupvalue[4] += 1
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/adrink1.jpg"></center>'
 			'You take the bottle again and take another drink. Anushka again tilts the bottle up and holds it up for longer, forcing you to drink even more to the hoots and calls of encouragement from the boys. Just when you can''t take it anymore, she tilts the bottle down and takes it away from you, leaving you coughing a bit to the boys laughter. She takes a big swig herself as you cough and feel your throat burning and your eyes watering slightly.'
 			*nl
@@ -374,9 +371,9 @@ if $ARGS[0] = 'Anush_private2':
 					gs 'willpower', 'pay', 'resist'
 					gs 'arousal', 'end'
 					gs 'stat'
-					npc_rel['A144'] -= 2
-					npc_rel['A158'] -= 2
-					npc_rel['A156'] -= 2
+					gs 'npc_relationship', 'modify', 'A144', 'hate'
+					gs 'npc_relationship', 'modify', 'A156', 'hate'
+					gs 'npc_relationship', 'modify', 'A158', 'hate'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/3some.jpg"></center>'
 					'You pull away and put your hands up to push her gentle away. "Stop, I don''t want to right now." The boys snort and mutter while shaking their head while Anushka is a bit more vocal. "What the fuck <<$pcs_nickname>>? I thought you wanted to have some fun?" She turns and starts kissing Valentin and soon all three of them are making out.'
 					*nl
@@ -394,74 +391,92 @@ end
 if $ARGS[0] = 'Anush_kiss':
 	*clr & cla
 	menu_off = 1
-	npc_rel['A144'] += 5
-	npc_rel['A158'] += 5
-	npc_rel['A156'] += 5
+	gs 'npc_relationship', 'modify', 'A144', 'like'
+	gs 'npc_relationship', 'modify', 'A156', 'like'
+	gs 'npc_relationship', 'modify', 'A158', 'like'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4kiss.jpg"></center>'
 	'You return the kiss with just as much passion. After a few moments, she pulls you over to the two large balls and pushes you down on one while she sits on the other. She continues to kiss and fondle you while the guys keep cheering the two of you on, passing the bottle back and forth to each other.'
 	gs 'arousal', 3, 'kiss', 'lesbian'
 	gs 'stat'
-	act 'Continue':
+	act 'I can''t':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4undress.jpg"></center>'
-		'After a while, the boys finally come over. Anushka breaks the kiss with you and turns and starts taking off Valentin''s clothes, while you follow her lead and start to do the same to Arkadi.'
-		gs 'arousal', 'foreplay', 5, 'group'
 		gs 'stat'
+		gs 'npc_relationship', 'modify', 'A144', 'hate'
+		gs 'npc_relationship', 'modify', 'A156', 'hate'
+		gs 'npc_relationship', 'modify', 'A158', 'hate'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/3some.jpg"></center>'
+		'You pull away and put your hands up to push her gentle away. "Stop, I don''t want to right now." The boys snort and mutter while shaking their head while Anushka is a bit more vocal. "What the fuck <<$pcs_nickname>>? I thought you wanted to have some fun?"'
+		'You blush and decide to tell them the truth. "I do... it''s... just... I''m still a... virgin."'
+		'Both the guys laugh, Anushka shoots them a dirty look and then sighs. "Ok, but then you really shouldn''t be coming with us, making us think you are done for this when your not."'
+		'You nod slightly. "Sorry."'
+		'She shakes her head slightly. "Yeah what ev, anyways maybe you should get back to class or something." Then Arkadi chimes in. "Yeah prude, get lost. Your killing the mood." Valentin laughs at that, while Anushka turns and starts kissing Valentin, then Arkadi and soon all three of them are making out.'
+		*nl
+		'It doesn''t take long until she is on her knees sucking them both off, shortly followed by the boys fucking her. It is pretty clear you are not invited to take part. Unsure what else to do, you simply sit there waiting until they finish, wondering how badly you fucked up. Once they finish, the three of them head out, talking to each other and ignoring you. You know you''ve got some work to do to repair your relationship with them. That is, if you even want to.'
+		act 'Continue': gt 'gschool_lessons', 'short_break'
+	end
+	if pcs_vag ! 0:
 		act 'Continue':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4bj.jpg"></center>'
-			'Once their clothes are removed, their dicks are already rock hard and waiting. The two of you kneel down and start sucking, occasionally switching guys.'
-			gs 'boystat', 'A158'
-			gs 'arousal', 'bj', 10, 'group'
-			gs 'boystat', 'A156'
-			gs 'arousal', 'bj', -10, 'group'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4undress.jpg"></center>'
+			'After a while, the boys finally come over. Anushka breaks the kiss with you and turns and starts taking off Valentin''s clothes, while you follow her lead and start to do the same to Arkadi.'
+			gs 'arousal', 'foreplay', 5, 'group'
 			gs 'stat'
 			act 'Continue':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4lick.jpg"></center>'
-				'Anushka stops and pulls you up with her. "OK boys, it''s our turn." The boys waste no time in taking off your clothes as you and Anushka start making out again. Once you''re both naked, the guys kneel down and start eating you out. They even return the favor of switching which pussy they are licking.'
-				gs 'arousal', 'kiss', -10, 'lesbian'
-				gs 'arousal', 'cuni', 10, 'group'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4bj.jpg"></center>'
+				'Once their clothes are removed, their dicks are already rock hard and waiting. The two of you kneel down and start sucking, occasionally switching guys.'
+				gs 'boystat', 'A158'
+				gs 'arousal', 'bj', 10, 'group'
+				gs 'boystat', 'A156'
+				gs 'arousal', 'bj', -10, 'group'
 				gs 'stat'
 				act 'Continue':
 					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4vag.jpg"></center>'
-					'Several minutes go by before they stop and stand up. As you and Anushka keep making out, you hear Arkadi say "Bend them over the balls." Soon you find yourself pulled away from Anushka and man handled roughly until you are on your knees, bent over the exercise ball. Anushka slides a bit closer so the two of you can keep kissing.'
-					*nl
-					'You feel the tip of Arkadi''s dick rubbing against your wet slit. Once he is sure you are good and wet, he slips his <<dick>>cm <<$dick_girth>> cock into you. Pushing balls deep in you, you feel Anushka moaning into your mouth as you moan into her''s, so you know Valentin is doing the same to her as Arkadi is to you. As the two of you keep kissing, Arkadi begins to thrust himself into you. He pounds into you, his bare slapping up against your ass with each stroke.'
-					*nl
-					'Some time passes before you feel Arkadi pull out of you. He gets up and walks around you while Valentin does the same, giving each other a high five as they pass. As you see Arkadi kneel down behind Anushka, you can feel Valentin doing the same. Within seconds, you feel Valentin''s cock thrust deeply into you. He takes a firm hold of your hips and starts pounding you as hard and fast as he can.'
-					gs 'arousal', 'vaginal', 10, 'group'
-					gs 'boystat', 'A158'
-					gs 'arousal', 'vaginal', -10, 'group'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4lick.jpg"></center>'
+					'Anushka stops and pulls you up with her. "OK boys, it''s our turn." The boys waste no time in taking off your clothes as you and Anushka start making out again. Once you''re both naked, the guys kneel down and start eating you out. They even return the favor of switching which pussy they are licking.'
+					gs 'arousal', 'kiss', -10, 'lesbian'
+					gs 'arousal', 'cuni', 10, 'group'
 					gs 'stat'
 					act 'Continue':
 						*clr & cla
-						gs 'boystat', 'A158'
-						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4anal.jpg"></center>'
-						'You and Anushka continue to make out as the boys fuck you both senseless. Then you hear Arkadi say "Fuck that''s good, but I am going to fuck this bitch''s ass." Moments later, Anushka cries out slightly as you feel Valentin spit between your ass cheeks and rub the saliva around your asshole. "Hell yea, this bitch looks like she has a tight little ass." he laughs before adding "It won''t be tight when I finish with it." He pulls his dick out of your pussy and slides it into your ass.'
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4vag.jpg"></center>'
+						'Several minutes go by before they stop and stand up. As you and Anushka keep making out, you hear Arkadi say "Bend them over the balls." Soon you find yourself pulled away from Anushka and man handled roughly until you are on your knees, bent over the exercise ball. Anushka slides a bit closer so the two of you can keep kissing.'
 						*nl
-						'He is slow at first, letting you get use to his <<dick>>cm <<$dick_girth>> cock stretching out your ass. But as you start to relax, he slides himself most of the way in and picks up the pace a little. It doesn''t hurt as much as you thought it would, Valentin is pretty good about taking his time. Meanwhile, Anushka is encouraging Arkadi to fuck her ass harder as shw quickly orgasms from the anal pounding she is getting.'
+						'You feel the tip of Arkadi''s dick rubbing against your wet slit. Once he is sure you are good and wet, he slips his <<dick>>cm <<$dick_girth>> cock into you. Pushing balls deep in you, you feel Anushka moaning into your mouth as you moan into her''s, so you know Valentin is doing the same to her as Arkadi is to you. As the two of you keep kissing, Arkadi begins to thrust himself into you. He pounds into you, his bare slapping up against your ass with each stroke.'
 						*nl
-						'After she orgasms, Akardi stands up "Switch." is all he says as Valentin pulls out of your ass and the boys switch positions again. Arkadi kneels down behind you and shoves his cock balls deep in your ass and starts pounding you as hard and fast as he can. Anushka is encouraging Valentin to pound her ass harder and within a few minutes, she has another screaming orgasm.'
-						*nl
-						$orgasm_txt = 'You feel the sensations building up as you get roughly fucked. Watching Anushka getting fucked at the same time somehow makes it even hotter. You feel yourself starting to pant as you become overwhelmed with pleasure. You cry out, maybe even scream. You don''t recall. It is a long slow drop back to reality, leaving your body trembling.'
-						anal_slip += 4
-						gs 'arousal', 'anal', 10, 'group'
-						gs 'boystat', 'A156'
-						gs 'arousal', 'anal', -10, 'group'
+						'Some time passes before you feel Arkadi pull out of you. He gets up and walks around you while Valentin does the same, giving each other a high five as they pass. As you see Arkadi kneel down behind Anushka, you can feel Valentin doing the same. Within seconds, you feel Valentin''s cock thrust deeply into you. He takes a firm hold of your hips and starts pounding you as hard and fast as he can.'
+						gs 'arousal', 'vaginal', 10, 'group'
+						gs 'boystat', 'A158'
+						gs 'arousal', 'vaginal', -10, 'group'
 						gs 'stat'
 						act 'Continue':
 							*clr & cla
-							anush_sex += 1
-							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4cum.jpg"></center>'
-							'Before long both guys stop, Arkadi telling you both "Get up on your knees bitches." Once you do, the boys start jerking off and soon they are both shooting streams of hot cum all over your tits and Anushka''s tits. Once the last drop of sperm has landed, they boys start to get dressed. Anushka uses some cloth she apparently found in the class to clean up with and then passes it to you, letting you get cleaned up as well.'
+							gs 'boystat', 'A158'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4anal.jpg"></center>'
+							'You and Anushka continue to make out as the boys fuck you both senseless. Then you hear Arkadi say "Fuck that''s good, but I am going to fuck this bitch''s ass." Moments later, Anushka cries out slightly as you feel Valentin spit between your ass cheeks and rub the saliva around your asshole. "Hell yea, this bitch looks like she has a tight little ass." he laughs before adding "It won''t be tight when I finish with it." He pulls his dick out of your pussy and slides it into your ass.'
 							*nl
-							'Once you are cleaned up and dressed, the two of you join the boys sitting on the floor leaning against the wall. The boys light up two more cigarettes and pass one of them to each of you. They don''t seem to really care if you smoke it. Valentin speaks up "Fuck that was great girls. We need to do this more often." Arkadi merely grunts in agreement. Anushka laughs and replies "Well, you boys keep bringing us something to drink and maybe we will, if you''re good." The guys laugh in response and soon the four of you are laughing and joking about things that have happened lately. Before long, the bell rings, indicating the end of lunch. The four of you get up and head out.'
-							$orgasm_txt = ''
-							gs 'arousal', 'end'
+							'He is slow at first, letting you get use to his <<dick>>cm <<$dick_girth>> cock stretching out your ass. But as you start to relax, he slides himself most of the way in and picks up the pace a little. It doesn''t hurt as much as you thought it would, Valentin is pretty good about taking his time. Meanwhile, Anushka is encouraging Arkadi to fuck her ass harder as shw quickly orgasms from the anal pounding she is getting.'
+							*nl
+							'After she orgasms, Akardi stands up "Switch." is all he says as Valentin pulls out of your ass and the boys switch positions again. Arkadi kneels down behind you and shoves his cock balls deep in your ass and starts pounding you as hard and fast as he can. Anushka is encouraging Valentin to pound her ass harder and within a few minutes, she has another screaming orgasm.'
+							*nl
+							$orgasm_txt = 'You feel the sensations building up as you get roughly fucked. Watching Anushka getting fucked at the same time somehow makes it even hotter. You feel yourself starting to pant as you become overwhelmed with pleasure. You cry out, maybe even scream. You don''t recall. It is a long slow drop back to reality, leaving your body trembling.'
+							anal_slip += 4
+							gs 'arousal', 'anal', 10, 'group'
+							gs 'boystat', 'A156'
+							gs 'arousal', 'anal', -10, 'group'
 							gs 'stat'
-							act 'Continue': gt 'gschool_lessons', 'short_break'
+							act 'Continue':
+								*clr & cla
+								anush_sex += 1
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/sex/l4cum.jpg"></center>'
+								'Before long both guys stop, Arkadi telling you both "Get up on your knees bitches." Once you do, the boys start jerking off and soon they are both shooting streams of hot cum all over your tits and Anushka''s tits. Once the last drop of sperm has landed, they boys start to get dressed. Anushka uses some cloth she apparently found in the class to clean up with and then passes it to you, letting you get cleaned up as well.'
+								*nl
+								'Once you are cleaned up and dressed, the two of you join the boys sitting on the floor leaning against the wall. The boys light up two more cigarettes and pass one of them to each of you. They don''t seem to really care if you smoke it. Valentin speaks up "Fuck that was great girls. We need to do this more often." Arkadi merely grunts in agreement. Anushka laughs and replies "Well, you boys keep bringing us something to drink and maybe we will, if you''re good." The guys laugh in response and soon the four of you are laughing and joking about things that have happened lately. Before long, the bell rings, indicating the end of lunch. The four of you get up and head out.'
+								$orgasm_txt = ''
+								gs 'arousal', 'end'
+								gs 'stat'
+								act 'Continue': gt 'gschool_lessons', 'short_break'
+							end
 						end
 					end
 				end
@@ -717,7 +732,7 @@ if $ARGS[0] = 'storagesex':
 				'You open your mouth and wrap your lips around his shaft. You start bobbing your head and sucking his dick for a few minutes before he says "Stand up so I can fuck you."'
 				gs 'arousal', 'bj', 3, 'sub', 'deepthroat'
 				gs 'stat'
-				if pcs_vag = 0:
+				if pcs_vag ! 0:
 					act 'Let him':
 						*clr & cla
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/victor/sex/storage6.jpg"></center>'
@@ -872,6 +887,7 @@ end
 if $ARGS[0] = 'lazar_lockerroom':
 	*clr & cla
 	menu_off = 1
+	gs 'npc_relationship', 'modify', 'A149', 'like'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/lazar/sex/school/shower/lazar3.jpg"></center>'
 	'You can''t help yourself; you want to suck his dick and drop to your knees as he gets close. You take a hold of his dick with your hand and open your mouth up, taking it into your mouth as you wrap your lips around the shaft and start sucking his dick. As you suck his dick, you pull his pants down to his ankles.'
 	gs 'arousal', 'bj', 5
@@ -890,21 +906,23 @@ if $ARGS[0] = 'lazar_lockerroom':
 			gs 'stat'
 			act 'Continue': gt 'gschool_sex', 'lazar_lockerroom_cum'
 		end
-		act 'Mount him':
-			*clr & cla
-			gs 'boyStat', 'A149'
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/lazar/sex/school/shower/lazar6.jpg"></center>'
-			'You pull his dick out of your mouth so you can respond. "OK, lay down on your back." you tell him.'
-			'He grins and quickly gets down on his back. You straddle and mount him reverse cowgirl style. You slowly lower yourself down, guiding his cock with your hand. You feel the tip make contact with your slit and gently ease yourself down, slowly impaling yourself on his <<dick>>cm <<$dick_girth>> dick. You only slide about half way down his dick and already feel full, so you start riding him. You can feel his desire to buck up and drive himself deeper inside of you, but you place your hands on his hips to control the action.'
-			gs 'arousal', 'vaginal', 5, 'dom'
-			gs 'stat'
-			act 'Ride him':
+		if pcs_vag ! 0:
+			act 'Mount him':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/lazar/sex/school/shower/lazar7.jpg"></center>'
-				'After a few minutes, you turn around so you are facing him in the cowgirl position. As you start riding him, you slowly lower yourself down more and more until you take his full length inside of you. You feel so full and in complete control. You control the depth and the rhythm so it''s no wonder why guys like controlling the action, it is very empowering. He starts moaning loudly as you now have his full length inside you and you can tell he is about to cum.'
+				gs 'boyStat', 'A149'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/lazar/sex/school/shower/lazar6.jpg"></center>'
+				'You pull his dick out of your mouth so you can respond. "OK, lay down on your back." you tell him.'
+				'He grins and quickly gets down on his back. You straddle and mount him reverse cowgirl style. You slowly lower yourself down, guiding his cock with your hand. You feel the tip make contact with your slit and gently ease yourself down, slowly impaling yourself on his <<dick>>cm <<$dick_girth>> dick. You only slide about half way down his dick and already feel full, so you start riding him. You can feel his desire to buck up and drive himself deeper inside of you, but you place your hands on his hips to control the action.'
 				gs 'arousal', 'vaginal', 5, 'dom'
 				gs 'stat'
-				act 'Continue': gt 'gschool_sex', 'lazar_lockerroom_cum'
+				act 'Ride him':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/lazar/sex/school/shower/lazar7.jpg"></center>'
+					'After a few minutes, you turn around so you are facing him in the cowgirl position. As you start riding him, you slowly lower yourself down more and more until you take his full length inside of you. You feel so full and in complete control. You control the depth and the rhythm so it''s no wonder why guys like controlling the action, it is very empowering. He starts moaning loudly as you now have his full length inside you and you can tell he is about to cum.'
+					gs 'arousal', 'vaginal', 5, 'dom'
+					gs 'stat'
+					act 'Continue': gt 'gschool_sex', 'lazar_lockerroom_cum'
+				end
 			end
 		end
 	end
@@ -947,6 +965,9 @@ if $ARGS[0] = 'vd_lockerroom':
 	else
 		gs 'fame', 'pav', 'sex', 10
 	end
+	grupvalue[1] -= 3
+	grupvalue[2] -= 3
+	grupvalue[3] -= 5
 	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/sex/vd3.jpg"></center>'
 	'You drop to your knees in the shower with the water still pouring down on your head. The two boys walk up, one each side of you. You take a hold of both of their dicks and start stroking them. One of them reaches up and turns off the water as you turn your head and start sucking on Dan''s cock first, he was the one to say something after all. You stroke Vitek''s dick as you suck Dan''s dick. With both of them this close, their dicks are very close to the same size. You think Vitek might be just a little bit longer, but it is close.'
@@ -966,7 +987,7 @@ if $ARGS[0] = 'vd_lockerroom':
 			*clr & cla
 			gs 'boyStat', 'A10'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/sex/vd5.jpg"></center>'
-			'You end up bent over, with your head facing Vitek and your ass facing Dan. Dan wastes no time and slides his <<dick>>cm <<$dick_girth>> dick in your pussy and starts fucking you. After a couple of minutes, Dan graps your right leg and lifts it off the ground as he keeps fucking you. You find it difficult to keep your balance standing on one leg while Dan pounds your pussy and Vitek fucks your throat, so you place a hand on the wall to help keep your balance. Vitek speaks up. "Turn her around, I want to fuck that pussy."'
+			'You end up bent over, with your head facing Vitek and your ass facing Dan. Dan wastes no time and slides his <<dick>>cm <<$dick_girth>> dick in your pussy and starts fucking you. After a couple of minutes, Dan grabs your right leg and lifts it off the ground as he keeps fucking you. You find it difficult to keep your balance standing on one leg while Dan pounds your pussy and Vitek fucks your throat, so you place a hand on the wall to help keep your balance. Vitek speaks up. "Turn her around, I want to fuck that pussy."'
 			gs 'arousal', 'vaginal', 5
 			gs 'arousal', 'bj', 5, 'deepthroat'
 			minut -=5
@@ -1027,10 +1048,6 @@ if $ARGS[0] = 'petka_lockerroom':
 			*clr & cla
 			gs 'willpower', 'misc', 'force', 'medium'
 			gs 'willpower', 'pay', 'force'
-			grupvalue[1] += 1
-			grupvalue[2] += 1
-			grupvalue[3] -= 1
-			grupvalue[4] += 1
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/petka4.jpg"></center>'
 			'You see his clothes at the bottom of the locker and reach down and quickly snatch them up. He grabs for them, but one look from you and he lets go and stands meekly in place.'
 			gs 'arousal', 'erotic_nudity', 3, 'dom'
@@ -1042,6 +1059,7 @@ if $ARGS[0] = 'petka_lockerroom':
 	end	
 	act 'Suck his dick':
 		*clr & cla
+		gs 'npc_relationship', 'modify', 'A6', 'like'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/petka5.jpg"></center>'
 		'You are so turned on by a naked boy spying on you and seeing his rock hard cock that you can''t help yourself. You drop down to your knees and start stroking his dick, his look of shock at your actions amusing you. You take his cock into your mouth and start sucking it as he moans loudly.'
 		gs 'arousal', 'bj', 5
@@ -1054,7 +1072,9 @@ if $ARGS[0] = 'petka_lockerroom':
 			gs 'arousal', 'bj', 5
 			gs 'stat'
 			act 'Make him lick you': gt 'gschool_sex', 'petka_eatpussy'
-			act 'Ride him': gt 'gschool_sex', 'petka_ride'
+			if pcs_vag ! 0:
+				act 'Ride him': gt 'gschool_sex', 'petka_ride'
+			end
 			act 'Suck him off':
 				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/petka6.jpg"></center>'
@@ -1076,8 +1096,10 @@ if $ARGS[0] = 'petka_lockerroom':
 			gs 'arousal', 'cuni', 5, 'dom'
 			gs 'stat'
 			act 'Make him lick your ass': gt 'gschool_sex', 'petka_eatpussy'
-			act 'Ride him': gt 'gschool_sex', 'petka_ride'
-			act 'Tell him to fuck you': gt 'gschool_sex', 'petka_fuck'
+			if pcs_vag ! 0:
+				act 'Ride him': gt 'gschool_sex', 'petka_ride'
+				act 'Tell him to fuck you': gt 'gschool_sex', 'petka_fuck'
+			end
 			act 'Tell him to fuck your ass': gt 'gschool_sex', 'petka_anal'
 			if strapnumber > 0:
 				act 'I have a strapon':
@@ -1092,11 +1114,7 @@ if $ARGS[0] = 'petka_lockerroom':
 						*clr & cla
 						petkalocker = rand(1,3)
 						if petkalocker = 1:
-							grupvalue[1] += 1
-							grupvalue[2] += 1
-							grupvalue[3] -= 1
-							grupvalue[4] += 1
-							npc_rel['A23'] += 5
+							gs 'npc_relationship', 'modify', 'A6', 'like'
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/femdomlocker2.jpg"></center>'
 							'As you sit on the bench letting Petka lick your pussy, you notice Albina walk back in. She stops, stunned at what she sees before her. "What the fuck?"'
 							'He stops licking you and whips his head around to look at Albina and turns bright red. You grab his head and pull it back to your crotch and he starts licking you again. "I didn''t say you could stop pervert."'
@@ -1118,6 +1136,7 @@ if $ARGS[0] = 'petka_lockerroom':
 								gs 'stat'
 								act 'Turn around':
 									*clr & cla
+									gs 'npc_relationship', 'modify', 'A6', 'dislike'
 									petkasub = 1
 									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/femdomlocker4.jpg"></center>'
 									'You grab him and turn him around as you say "Get ready pervert." With your manhandling, he turns around quickly so he is facing the lockers. When you start to reach for your bag, Albina seems to know you were going for lube. "He doesn''t need it. This is a punishment after all. If you lube it up, he might enjoy it too much." she says and spits on your dildo. You follow suit and spit on it as well, rubbing the saliva onto the dildo while she spits on his ass and lets it run down his crack. You step up behind him and slide the dildo between his asscheeks.' 
@@ -1209,6 +1228,7 @@ if $ARGS[0] = 'petka_lockerroom':
 								end
 								act 'Use spit':
 									*clr & cla
+									gs 'npc_relationship', 'modify', 'A6', 'dislike'
 									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/pegging3.jpg"></center>'
 									'You push him forward until he is bent over. "Spread your cheeks." He grabs his asscheeks and spreads them as you spit in the crack of his ass a couple of times and watch your saliva run down to his asshole. You rub the tip of your dildo against your spit on his ass and work it in, along with his saliva on your dildo. You feel him tense up and eventually hiss a little in pain as you keep pushing against his asshole with your dildo. The pressure builds up until your dildo suddenly pops into his ass and he cries out in pain and tries to pull away. You were ready for that, however, and grab his hips and pull him back as you start fucking his ass.'
 									gs 'arousal', 'anal_strap_give', 5, 'dom'
@@ -1239,6 +1259,7 @@ if $ARGS[0] = 'femdom_petka_doggy':
 	gs 'stat'
 	act 'Fuck your buttslut':
 		*clr & cla
+		gs 'npc_relationship', 'modify', 'A6', 'like'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/pegging5.jpg"></center>'
 		'You pound his ass and soon he is back to just moaning in pleasure. "You really love getting fucked in the ass don''t you? You are such a dirty little slut."'
 		'He moans. "Yes! I''ll be your slut."'
@@ -1284,6 +1305,7 @@ if $ARGS[0] = 'femdom_petka_doggy':
 				end
 				act 'No cumming':
 					*clr & cla
+					gs 'npc_relationship', 'modify', 'A6', 'dislike'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/pegging8.jpg"></center>'
 					'You reach down and pull his hand away from his dick and keep him from grabbing it again. "No cumming for you. You don''t deserve it." He groans in frustration, which makes you laugh. You fuck him for a little bit and when you are sure he is about to cum, even without jerking himself off, you stop and pull your dildo out of him. "Now get up. Don''t you dare jerk off and cum!"'
 					'He nods at you, slightly fearful and then gets up as you clean your strapon and put it away.'
@@ -1311,17 +1333,22 @@ if $ARGS[0] = 'petka_eatpussy':
 		'You put your foot down and step away from him. Turning away from him, you put one foot on the bench and bend over slightly. You look back at him expectantly as he crawls over and starts licking your pussy from behind. "No, lick my asshole." you command. He doesn''t even hesitate and immediately starts lapping away at your hole. You feel empowered and very turned on, making a boy do what you want.'
 		gs 'arousal', 'rimming', 5, 'dom'
 		gs 'stat'
+		if pcs_vag ! 0:
+			act 'Ride him': gt 'gschool_sex', 'petka_ride'
+			act 'Tell him to fuck you': gt 'gschool_sex', 'petka_fuck'
+		end
+		act 'Tell him to fuck your ass': gt 'gschool_sex', 'petka_anal'
+	end
+	if pcs_vag ! 0:
 		act 'Ride him': gt 'gschool_sex', 'petka_ride'
 		act 'Tell him to fuck you': gt 'gschool_sex', 'petka_fuck'
-		act 'Tell him to fuck your ass': gt 'gschool_sex', 'petka_anal'
 	end
-	act 'Ride him': gt 'gschool_sex', 'petka_ride'
-	act 'Tell him to fuck you': gt 'gschool_sex', 'petka_fuck'
 	act 'Tell him to fuck your ass': gt 'gschool_sex', 'petka_anal'
 end
 
 if $ARGS[0] = 'petka_ride':
 	*clr & cla
+	gs 'npc_relationship', 'modify', 'A6', 'like'
 	gs 'boyStat', 'A6'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/petkaride1.jpg"></center>'
 	'"Lie down on the bench." you tell him. At your command, he lies down on his back as you walk over and straddle him. You reach down to take hold of his cock as you lower yourself down, guiding it to your entrance. Once you feel the tip of his dick against your slit, you lower yourself and it slides into your wet pussy, causing you both to moan in pleasure. You let go of his dick and slowly lower yourself further, taking all of his <<dick>>cm <<$dick_girth>> dick inside of you. You start riding him cowgirl style, enjoying the control and sensation.'
@@ -1339,6 +1366,7 @@ end
 
 if $ARGS[0] = 'petka_fuck':
 	*clr & cla
+	gs 'npc_relationship', 'modify', 'A6', 'like'
 	gs 'boyStat', 'A6'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/petkafuck1.jpg"></center>'
 	'You lie back on the bench and spread your legs wide. "Come over here and fuck me bitch." He eagerly walks over, nearly tripping over his own feet in his haste. He lines his dick up and slides it into your wet hole. He eagerly thrusts his <<dick>>cm <<$dick_girth>> dick balls deep inside of you. You can tell that he doesn''t have much experience with sex. He isn''t very good, but he is really eager.'
@@ -1356,6 +1384,7 @@ end
 
 if $ARGS[0] = 'petka_anal':
 	*clr & cla
+	gs 'npc_relationship', 'modify', 'A6', 'like'
 	gs 'boyStat', 'A6'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/petkaanal1.jpg"></center>'
 	'You walk over to the bench and get down on your hands and knees. Looking over your shoulder at him, you can see him eagerly watching you. "Don''t just stand there. Come over here and fuck my ass!" you tell him. He looks momentarily surprised but then quickly rushes over, nearly tripping over his own feet in his haste. It takes him a couple of moments to line his dick up with your anus, but once he is sure he has it lined up, he pushes forward until the head of his dick pops into you. He slowly starts pumping his <<dick>>cm <<$dick_girth>> dick into your ass.'
@@ -1417,6 +1446,7 @@ end
 
 if $ARGS[0] = 'petka_homenaked':
 	*clr & cla
+	gs 'npc_relationship', 'modify', 'A23', 'dislike'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/petka/sex/school/locker/petka4.jpg"></center>'
 	'You walk away from him with his clothes. "Well, what are you waiting for? Fuck off!"'
 	'He turns pale. "You want me to go home naked?"'
@@ -1463,7 +1493,7 @@ if $ARGS[0] = 'albina_lockerroom':
 					gs 'stat'
 					act 'Eat her ass':
 						*clr & cla
-						npc_rel['A23'] += 2
+						gs 'npc_relationship', 'modify', 'A23', 'like'
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/sex/school/lockerroom/lockerles5.jpg"></center>'
 						'You reach up, spread her asscheeks and start licking her hole, getting it nice and wet as you listen to her moaning loudly. She seems to really be enjoying this and her hand forces your face between her cheeks. "Oh fuck yeah, taste my ass! Stick your tongue in me!" she blurts out between her moans of pleasure. You stiffen your tongue and press it against her hole. It soon slides in and you start to tongue fuck her back door as she rocks back against your face, trying to take your tongue deeper. A few minutes later, she pulls away and turns to you. "Get on your back. I want to sit on your face."'

+ 3 - 2
locations/pav_complexb2.qsrc

@@ -148,8 +148,9 @@ if $ARGS[0] = 'roof':
 	if PCloswimwear = 1 or $clothingworntype = 'nude':
 		act 'Change back into your clothes':
 			minut += 5
-			gs 'underwear', 'wear'
-			gs 'clothing', 'wear_last_worn'
+			gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			gt 'pav_complexb2','roof'
 		end
 	end

+ 3 - 2
locations/pav_complexb3.qsrc

@@ -151,8 +151,9 @@ if $ARGS[0] = 'roof':
 	if PCloswimwear = 1 or $clothingworntype = 'nude':
 		act 'Change back into your clothes':
 			minut += 5
-			gs 'underwear', 'wear'
-			gs 'clothing', 'wear_last_worn'
+			gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			gt 'pav_complexb3','roof'
 		end
 	end

+ 3 - 3
locations/pav_disco_coolkids.qsrc

@@ -107,7 +107,7 @@ if $ARGS[0] = 'atdisco':
 !!Mefodiy
 	gs 'pav_disco_coolkids', 'atdisco4', 148
 !!Marcus
-	gs 'pav_disco_coolkids', 'atdisco10', 139
+	gs 'pav_disco_coolkids', 'atdisco10', 146
 !!Andrey
 	gs 'pav_disco_coolkids', 'atdisco10', 147
 !!Katja
@@ -877,7 +877,7 @@ if $ARGS[0] = 'mefodiy':
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big148.jpg"></center>'
 	if rand(1,4) = 1:
 		'You see Mefodiy on the dance floor alone. He''s usually dancing with a random girl, so now''s a rare chance to dance with him.'
-		act 'Do something else': gt 'pav_disco', 'classmates'
+		act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 		act 'Go out on the dance floor':
 			*clr & cla
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
@@ -906,7 +906,7 @@ if $ARGS[0] = 'mefodiy':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big148.jpg"></center>'
 			'You walk towards him as he spots you and turns his attention toward you.'
-			act 'Do something else': gt 'pav_disco', 'classmates'
+			act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 			act 'Ask him to dance':
 				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big148.jpg"></center>'

+ 16 - 3
locations/pav_lake.qsrc

@@ -107,6 +107,14 @@ if month >= 5 and month <= 9:
 				minut += 5
 				sauna_stripped = 0
 				if pcs_inhib < 60: inhib_exp += rand(1,3)
+				if PCloSwimwear = 0:
+					$lastwornclothingtype['swim'] = $clothingworntype
+					lastwornclothingnumber['swim'] = clothingwornnumber
+					$lastwornpantytype['swim'] = $pantyworntype
+					lastwornpantynumber['swim'] = pantywornnumber
+					$lastwornbratype['swim'] = $braworntype
+					lastwornbranumber['swim'] = braworntypenumber
+				end
 				gs 'clothing', 'strip_all'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/event/strip.jpg"></center>'
 				'Without hesitation and despite the fact that other people are around, you strip from your clothes and neatly fold them before putting them down in a pile. Without your clothes holding you back, you can go for a swim in the lake or do some sunbathing.'
@@ -201,8 +209,9 @@ if month >= 5 and month <= 9:
 					act 'Suggest alternative payment (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 				end
 			else
-				gs 'clothing', 'wear_last_worn'
-				gs 'underwear', 'wear'
+				gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+				gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+				gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 				'You return to the place where you left your clothes, and put them back on.'
 				act'Continue':gt'pav_lake'
 			end
@@ -295,7 +304,11 @@ if temper >= 15 and month>=5 and month<=9 and hour>=6 and hour<=20:
 							if $clothingworntype = 'nude':
 								act 'Get dressed and go with him':
 									gs 'clothing', 'wear_last_worn'
-									if PCloswimwear = 1:gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
+									if PCloswimwear = 1:
+										gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+										gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+										gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
+									end
 									gt 'LakeBoyDy', 'ride'
 								end
 							else

+ 12 - 4
locations/pav_lake_nude.qsrc

@@ -102,8 +102,9 @@ if month >= 5 and month <= 9:
 			*clr & cla
 			menu_off = 1
 			minut += 5
-			gs 'clothing', 'wear_last_worn'
-			gs 'underwear', 'wear'
+			gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			nudelake = rand(1,10)
 			if nudelake <= 2 and home_owned[2] = 1:
 				minut += 5
@@ -330,6 +331,12 @@ if $ARGS[0] = 'sauna':
 			menu_off = 1
 			minut +=  5
 			sauna_stripped = 1
+			$lastwornclothingtype['swim'] = $clothingworntype
+			lastwornclothingnumber['swim'] = clothingwornnumber
+			$lastwornpantytype['swim'] = $pantyworntype
+			lastwornpantynumber['swim'] = pantywornnumber
+			$lastwornbratype['swim'] = $braworntype
+			lastwornbranumber['swim'] = braworntypenumber
 			gs 'clothing', 'strip_all'
 			gs 'stat'
 			'You strip out of your clothes, folding them neatly and placing them in one of the open shelves.'
@@ -340,8 +347,9 @@ if $ARGS[0] = 'sauna':
 			cla
 			menu_off = 1
 			minut += 5
-			gs 'clothing', 'wear_last_worn'
-			gs 'underwear', 'wear'
+			gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			'You put your clothes back on.'
 			act 'Continue': gt 'pav_lake_nude', 'sauna'
 		end

+ 3 - 2
locations/pod_ezd.qsrc

@@ -271,8 +271,9 @@ if $ARGS[0] = 'roof':
 	if PCloswimwear = 1 or $clothingworntype = 'nude':
 		act 'Change back into clothes':
 			minut += 5
-			gs 'underwear', 'wear'
-			gs 'clothing', 'wear_last_worn'
+			gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
+			gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
+			gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 			gt 'pod_ezd','roof'
 		end
 	end

+ 82 - 83
locations/praiders_garage.qsrc

@@ -18,10 +18,10 @@ if $ARGS[0] = 'band_garage':
 	if week = 3 and hour >= 16 and hour < 23:
 		if month >= 11 or month <= 3:
 			'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/band_garage.jpg"></center>'
-			'The garage has been converted into a music studio of sorts that Radomir and his band hangout at. In the left corner, opposite the door, is a makeshift stage with a drum set on it. Surrounding the stage are several large speakers, amps, mics and guitar stands. The walls are plastered with sound deafening foam that has various posters stapled into it. In the left corner near the door is an old iron stove which is currently radiating heat, the only source of heat in the room, it barely keeps the garage to a reasonable temperature. Along the right wall is an old ratty couch and some chairs surrounding a coffee table completely covered in empty beer and alcohol bottles, along with some discarded takeout containers. If someone needs a refresher, there''s an ice cooler next to the end of the couch with several bottles of beer and water bottles in it.'
+			'The garage has been converted into a music studio that Radomir and his band hang out in. In the left corner, opposite the door, is a makeshift stage with a drum set on it. Surrounding the stage are several large speakers, amps, mics and guitar stands. The walls are plastered with sound deafening foam that has various posters stapled into it. In the left corner near the door is an old iron stove which is currently radiating heat. The only source of heat in the room, it barely keeps the garage at a reasonable temperature. Along the right wall is an old ratty couch and some chairs surrounding a coffee table completely covered in empty beer bottles and discarded takeout containers. If someone needs a refresher, there''s an ice cooler next to the couch with several bottles of beer and water in it.'
 		else
 			'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/band_garage.jpg"></center>'
-			'The garage has been converted into a music studio of sorts that Radomir and his band hangout at. In the left corner, opposite the door, is a makeshift stage with a drum set on it. Surrounding the stage are several large speakers, amps, mics and guitar stands. The walls are plastered with sound deafening foam that has various posters stapled into it. In the left corner near the door is an old iron stove used to heat the garage during the winter, but at the moment it''s off. Along the right wall is an old ratty couch and some chairs surrounding a coffee table completely covered in empty beer and alcohol bottles, along with some discarded takeout containers. If someone needs a refresher, there''s an ice cooler next to the end of the couch with several bottles of beer and water bottles in it.'
+			'The garage has been converted into a music studio that Radomir and his band hang out in. In the left corner, opposite the door, is a makeshift stage with a drum set on it. Surrounding the stage are several large speakers, amps, mics and guitar stands. The walls are plastered with sound deafening foam that has various posters stapled into it. In the left corner near the door is an old iron stove used to heat the garage during the winter, but it''s turned off at the moment. Along the right wall is an old ratty couch and some chairs surrounding a coffee table completely covered in empty beer bottles and discarded takeout containers. If someone needs a refresher, there''s an ice cooler next to the couch with several bottles of beer and water in it.'
 		end
 		if gopnikbandQW['beer_count'] < 3:
 			act 'Take a beer from the ice cooler':
@@ -49,18 +49,18 @@ if $ARGS[0] = 'band_garage':
 			end
 		end
 		if hour <= 20:
-			'The band is currently practicing. Radomir in the front with the mic in his hands as he bellows out the lyrics to one of their songs. He is flanked on either side by Anushka playing guitar, who also provides backup vocals and Valentin playing bass, meanwhile on the small raised stage behind them Arkadi plays the drums.'
+			'The band is currently practicing. Radomir is standing up front with the mic in his hands as he bellows out the lyrics to one of their songs. He is flanked on either side by Anushka playing guitar, who also provides backup vocals, and Valentin playing bass. Arkadi plays the drums on the small raised stage behind them.'
 			act 'Leave':gt 'pav_complex', 'garages'
-			act 'Take a seat and listen to them play': gt 'praiders_garage', 'listen_practice'
+			act 'Listen to them play': gt 'praiders_garage', 'listen_practice'
 		else
-			'The band is done practicing for the day and now they are lounging around the the garage with a few others hanging out.'
+			'The band are done practicing for the day and are lounging around the garage with a few others.'
 			act 'Leave':gt 'pav_complex', 'garages'
 			act 'Join them': gt 'praiders_garage', 'hangout'
 		end
 	else
 		'<center>Five Eight Estate - Garages</center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/garages.jpg"></center>'
-		'You go to the garage and find it locked up, you can''t hear any noise from inside. It looks like no one is currently here.'
+		'You go to the garage and find it locked up. You can''t hear any noise inside. It looks like no one is currently here.'
 		act 'Leave':gt 'pav_complex', 'garages'
 	end
 end
@@ -75,98 +75,97 @@ if $ARGS[0] = 'listen_practice':
 	practice_session = rand(1,5)
 	if practice_session = 1:
 		'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice1.jpg"></center>'
-		'They are playing and doing fairly well, then Radomir stops it all. "Stop stop." Once the music stops he turns towards Anushka. "What the fuck Nush, you started the rift too soon, it is suppose to be after I start singing the next verse!"'
-		'She snarls back at him. "You were too late, you missed your cue to start singing."'
-		'He looks pissed that she is blaming him. "Fuck you Nush, I didn''t miss it. You started too soon." Then Valentin chimes in. "Dude you missed your cue, we were all in sync." Which leads to them arguing for a bit until Arkadi yells enough to get everyone to stop and start from the top again.'
-		act 'leave': gt 'pav_complex', 'garages'
-		act 'keep listening':
+		'They are playing fairly well before Radomir stops. "Stop, stop!" Once the music stops he turns towards Anushka. "What the fuck, Nush? You started the rift too soon! It''s supposed to be after I start singing the next verse!"'
+		'She snarls back at him. "You were too late! You missed your cue to start singing!"'
+		'He looks pissed that she''s blaming him. "Fuck you Nush, I didn''t miss it. You started too soon!" Valentin chimes in. "Dude, you missed your cue. We were all in sync." They all start arguing until Arkadi yells to get everyone to stop and start again.'
+		act 'Leave': gt 'pav_complex', 'garages'
+		act 'Keep listening':
 			*clr & cla
 			'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice2.jpg"></center>'
-			'They start playing again and are playing fairly well, then Radomir stops it all. "Stop stop." Once the music stops he turns towards Arkadi. "What the fuck was that shit, we don''t need you going off sheet. This has to be perfect." Which leads to another argument if Arkadi went off sheet or not.'
-			act 'leave': gt 'pav_complex', 'garages'
-			act 'keep listening':
+			'They start playing again, but Radomir again stops and turns towards Arkadi. "What the fuck was that shit? We don''t need you going off sheet. This has to be perfect." This leads to yet another arguement.'
+			act 'Leave': gt 'pav_complex', 'garages'
+			act 'Keep listening':
 				*clr & cla
 				'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice4.jpg"></center>'
-				'Now starting again they seem a bit off, the stress and fighting is obviously getting to all of them and they just seems a bit off. Which they notice as well which quickly leads to another short argument. With Radomir calling people out.'
-				act 'leave': gt 'pav_complex', 'garages'
-				act 'keep listening':
+				'They seem a bit off as they start again, the stress and fighting is obviously getting to all of them. They notice this as well, which quickly leads to another short argument where Radomir calls people out.'
+				act 'Leave': gt 'pav_complex', 'garages'
+				act 'Keep listening':
 					*clr & cla
 					'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice3.jpg"></center>'
-					'Finally they get to a point where the music suddenly repeats and Radomir isn''t singing, the rest seem to share a glance and then stop playing, while Valentin speaks up. "Rad what the fuck man, you missed your cue."'
-					'Radomir turns towards him. "No I wasn''t I was waiting for you all to get your shit right and then you just stopped." They argue a bit Arkadi tries to get them to start over from the top and Valentin finally has enough. "Fuck it I need a break!" With that he puts his bass in the stand, followed by Nush doing the same with her guitar, then Arkadi gets up from behind the drums and Radomir walks towards the couches.'
-					act 'Tell them they was good':
+					'They get to a point where the music suddenly repeats and Radomir isn''t singing. The rest seem to share a glance and then stop playing as Valentin speaks up. "Rad, what the fuck man? You missed your cue. Again."'
+					'Radomir turns towards him. "No I didn''t, I was waiting for you all to get your shit together and then you just stopped." They argue again as Arkadi tries to get them to start over and Valentin finally has enough. "Fuck it, I need a break!" With that, he puts his guitar in the stand, followed by Nush doing the same as Arkadi gets up from behind the drums and Radomir walks towards the couches.'
+					act 'Tell them they were good':
 						*clr & cla
 						gs 'npc_relationship', 'modify', 'A144', 'like'
 						gs 'npc_relationship', 'modify', 'A154', 'like'
 						gs 'npc_relationship', 'modify', 'A156', 'like'
 						gs 'npc_relationship', 'modify', 'A158', 'like'
 						'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice1.jpg"></center>'
-						'Sure they made a few mistakes but all and all you didn''t think it was that bad. "Hey you guys did really well."'
-						'Radomir replies. "That was shit, that is the kind shit you hear from amateurs, we will never make it like that."'
-						'At the same time Valentin says, "Thanks <<$pcs_nickname>>, but we can and usually are much better." With that they all spread out and take seats, grabbing some beers as they do. Valentin sits on one end of one the couches, Arkadi sits on a old box, Radomir sits on the only reclining chair, while Anushka sits on the other end of the couch. After a bit of silence and beers they seem to start to loosen up and relax.'
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						'They made a few mistakes but, you didn''t think it was that bad. "Hey, you guys did really well."'
+						'"That was shit! That''s the kind shit you hear from amateurs! We''ll never make it like that."'
+						'"Thanks <<$pcs_nickname>>, but we can and usually are much better." Valentin replies. With that, they all spread out and take seats, grabbing some beers as they do. Valentin sits on one end of the couch, Arkadi sits on an old box, Radomir sits on the only reclining chair and Anushka sits on the other end of the couch. After an awkward silence where they quietly drink their beers, they seem to start to loosen up and relax.'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 					end
 					act 'Tell Radomir he was good':
 						*clr & cla
 						gs 'npc_relationship', 'modify', 'A154', 'like'
 						'<center><img src="images/characters/shared/headshots_main/big154.jpg"></center>'
-						'Radomir is really cute and he is such a great singer. "Radomir you were amazing." You tell him.'
-						'He smiles to you. "Yeah I was wasn''t I? Now if only these ... if only the rest of them can get their shit together, we might have a chance." Anushka flips him off, Arkadi shakes his head and Valentin tells him. "Fuck you Rad.", which Radomir just ignores as he sit down on his recliner, with the rest spread out.'
+						'Radomir is really cute and is such a great singer. "Radomir, you were amazing." you tell him with a smile.'
+						'He smiles back at you. "Yeah, I was wasn''t I? Now if only these ... if only the rest of them can get their shit together, we might have a chance." Anushka and Valentin flip him off while Arkadi shakes his head. Radomir just ignores them as he sits down on his recliner.'
 						if hotcat >= 6:
-							'Once he sits down with a beer in hand, he pats the arm of the chair. "Hey <<$pcs_nickname>> come over here and take a seat."'
+							'Once he sits down with a beer in hand, he pats the arm of the chair. "Hey <<$pcs_nickname>>, come over here and take a seat."'
 						else
-							'"Nice to have a fan that knows who the real star is." He says to you before taking a swig of his beer.'
+							'"Nice to have a fan that knows who the real star is." he says before taking a swig of his beer.'
 						end
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 						if hotcat >= 6:
 							act 'Sit with Radomir': gt 'praiders_garage', 'chat_radomir'
 						end
 					end
-					act 'Tell Nush she was good':
+					act 'Tell Anushka she was good':
 						*clr & cla
 						gs 'npc_relationship', 'modify', 'A144', 'like'
 						gs 'npc_relationship', 'modify', 'A154', 'dislike'
 						'<center><img src="images/characters/shared/headshots_main/big144.jpg"></center>'
-						'Anushka did great despite what happened and you decided to tell her. "Anushka you were great." You tell her.'
-						'She smiles to you. "Thanks <<$pcs_nickname>>, but we need to do better if we want to make it."'
-						'Radomir mutters "Yeah, if you would focus and stop screwing up." Which causes her to flip him off. Radomir smirks at the reaction as he grabs a beer. "Maybe later, but thanks for the offer."'
-						'Anushka gives him a dirty look and sits on the other end of the couch from Valentin. While Radomir sits down on his recliner, with Arkadi taking a seat on a upturned box.'
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						'You think Anushka did great despite what happened. "You were great, Anushka." you tell her with a smile.'
+						'She smiles back at you. "Thanks <<$pcs_nickname>>, but we need to do better if we want to make it."'
+						'"Yeah, if you would focus and stop screwing up." Radomir mutters, which causes her to flip him off. Radomir smirks as he grabs a beer. "Maybe later, but thanks for the offer."'
+						'Anushka gives him a dirty look and sits on the other end of the couch from Valentin while Radomir sits down on his recliner and Arkadi takes a seat on an upturned box.'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 					end
 					act 'Tell Valentin he was good':
 						*clr & cla
 						gs 'npc_relationship', 'modify', 'A154', 'dislike'
 						gs 'npc_relationship', 'modify', 'A158', 'like'
 						'<center><img src="images/characters/shared/headshots_main/big158.jpg"></center>'
-						'Valentin did great despite what happened and you decided to tell him. "Valentin you were great." You tell him.'
-						'He smiles to you. "Thanks <<$pcs_nickname>>, but we need to work out some kinks still."'
-						'Radomir mutters "Yeah, if the rest of you would get your act together." Which Valentin just ignores. Radomir grabs a beer and sits down on his recliner, with the rest spreading out.'
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						'You think Valentin did great despite what happened. "You were great, Valentin." you tell him with a smile.'
+						'He smiles back at you. "Thanks <<$pcs_nickname>>, but we still need to work out some kinks."'
+						'"Yeah, if the rest of you would get your act together." Radomir mutters, which Valentin just ignores as he sits on the other end of the couch from Anushka while Radomir sits down on his recliner and Arkadi takes a seat on an upturned box.'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 					end
 					act 'Tell Arkadi he was good':
 						*clr & cla
 						gs 'npc_relationship', 'modify', 'A154', 'dislike'
 						gs 'npc_relationship', 'modify', 'A156', 'like'
 						'<center><img src="images/characters/shared/headshots_main/big156.jpg"></center>'
-						'Arkadi did great despite what happened and you decided to tell him. "Arkadi you were great." You tell him.'
-						'He nods to you. "Thanks <<$pcs_nickname>>, but we still got a long ways to go."'
-						'Radomir mutters "Yeah, you keep banging and banging on your drums like a amateur..."'
-						'Which causes Arkadi to turn on Radomir. "How about I bang on you with my fists."'
-						'Valentin grabs Arkadi by the arm. "Come on leave it man, you know how he gets."'
-						'Radomir laughs at the reactions, as grabs a beer and sits down on his recliner, with the rest spreading out.'
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						'You think Arkadi did great despite what happened. "You were great, Arkadi." you tell him with a smile.'
+						'He nods at you. "Thanks <<$pcs_nickname>>, but we''ve still got a long way to go."'
+						'"Yeah, you keep banging on your drums like an amateur..." Radomir mutters, which causes Arkadi to turn on him. "How about I bang on you with my fists?"'
+						'Valentin grabs Arkadi by the arm. "Leave it man, you know how he gets."'
+						'Radomir laughs as he grabs a beer and sits on his recliner, with the rest spreading out. '
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 					end
 					act 'Say nothing':
 						*clr & cla
 						'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice1.jpg"></center>'
-						'With that they all spread out and take seats, grabbing some beers as they do. Valentin sits on one end of one the couches, Arkadi sits on a old box, Radomir sits on the only reclining chair, while Anushka sits on the other end of the couch. After a bit of silence and beers they seem to start to loosen up and relax.'
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						'They all spread out and take seats, grabbing some beers as they do. Valentin sits on one end of the couch, Arkadi sits on an old box, Radomir sits on the only reclining chair and Anushka sits on the other end of the couch. After an awkward silence where they quietly drink their beers, they seem to start to loosen up and relax.'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 					end
 				end
 			end
@@ -184,23 +183,23 @@ if $ARGS[0] = 'listen_practice':
 			pl '<a href="exec: music_on = 1">Play music</a>'
 		end
 		'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice1.jpg"></center>'
-		'They start playing and seem to just be in perfect sync tonight, they have great timing and Radomir rips off a amazing vocals to several of the songs, showing off his range, as well as able to hold a note for an amazing length of time. But the whole band plays really well, no one making any mistakes.'
-		act 'leave': gt 'pav_complex', 'garages'
-		act 'keep listening':
+		'They start playing and seem to just be in perfect sync tonight. They have great timing and Radomir rips off some amazing vocals, showing off his range, as well as holding a note for an amazing length of time.'
+		act 'Leave': gt 'pav_complex', 'garages'
+		act 'Keep listening':
 			*clr & cla
 			'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice2.jpg"></center>'
-			'They play a couple of more songs and Arkadi pulls of one of the best drum solos you have ever heard in the middle of one of the songs. But the whole group was just still spot on. Tonight the sound a lot better than your typical garage band.'
-			act 'leave': gt 'pav_complex', 'garages'
-			act 'keep listening':
+			'They play a few more songs and Arkadi pulls off one of the best drum solos you''ve ever heard in the middle of one of the songs. They sound a lot better than your typical garage band.'
+			act 'Leave': gt 'pav_complex', 'garages'
+			act 'Keep listening':
 				*clr & cla
 				'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice3.jpg"></center>'
-				'They play a couple of more songs, Anushka and Valentin play a few dueling guitar and bass rifts that blend just amazingly together. The whole group was just still spot on, but they seemed to especially be in sync with each other for that song.'
-				act 'leave': gt 'pav_complex', 'garages'
-				act 'keep listening':
+				'They continue playing songs, with Anushka and Valentin playing a few dueling rifts. The whole group is spot on with this song.'
+				act 'Leave': gt 'pav_complex', 'garages'
+				act 'Keep listening':
 					*clr & cla
 					'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice4.jpg"></center>'
-					'Nearing the end of practice they finish with Anushka giving Radomir her guitar, so he takes over lead guitar while she takes his place at the mic and takes over singing for several songs.'
-					act 'Tell them they was good':
+					'Nearing the end of their practice session, they finish with Anushka giving Radomir her guitar to play as she takes his place at the mic and sings several songs.'
+					act 'Tell them they were good':
 						*clr & cla
 !!code to make song stop playing
 						music_loop = 0
@@ -210,38 +209,38 @@ if $ARGS[0] = 'listen_practice':
 						gs 'npc_relationship', 'modify', 'A156', 'like'
 						gs 'npc_relationship', 'modify', 'A158', 'like'
 						'<center><img src="images/locations/pavlovsk/resident/apartment/garage/band/practice1.jpg"></center>'
-						'They played really well, at least as good as a lot of the stuff you have heard on the radio. "Hey you guys where great."'
-						'Radomir replies with a smile. "Yeah I know right, we fucking nailed it, we are so making it."'
-						'At the same time Valentin says, "Thanks <<$pcs_nickname>>." Followed by Anushka saying thanks and Arkadi nodding to you. With that Anushka, Valentin and Arkadi crowd the couch, while, Radomir sits on the only reclining chair. They grab some beers, all smiling and laughing as they take a seat among those listening to them practice today.'
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						'They played really well, at least as good as a lot of the stuff you''ve heard on the radio. "You guys were great!"'
+						'Radomir replies with a smile. "Yeah I know, we fucking nailed it. We are so making it."'
+						'Valentin and Anushka say thanks while Arkadi just nods at you. Anushka, Valentin and Arkadi then crowd the couch while Radomir sits on the only reclining chair. They grab some beers, smiling and laughing as they take a seat among those listening to them practice.'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 					end
 					act 'Tell Radomir he was good':
 						*clr & cla
 						gs 'npc_relationship', 'modify', 'A154', 'like'
 						'<center><img src="images/characters/shared/headshots_main/big154.jpg"></center>'
-						'Radomir is really cute and he is such a great singer. "Radomir you were amazing." You tell him.'
-						'He smiles to you. "Yeah I was wasn''t I? I just fucking nailed it, like always." The rest seem to ignore him claiming all the fame and the three of them crowd onto one of the couches with those who hung around to listen to them practice. Grabbing beers and chatting to each other and those present.'
+						'Radomir is really cute and is such a great singer. "You were amazing." you tell him with a smile.'
+						'He smiles back at you. "Yeah, I was wasn''t I? I just fucking nailed it, like always." The rest ignore him claiming all the credit as they grab some beer and crowd onto the couch with those who listened to them practice.'
 						if hotcat >= 6:
-							'Once he sits down with a beer in hand, he pats the arm of the chair. "Hey <<$pcs_nickname>> come over here and take a seat."'
+							'He sits down with a beer in hand and pats the arm of the chair. "Hey <<$pcs_nickname>>, come over here and take a seat."'
 						else
-							'"Nice to have a fan that knows who the real star is." He says to you before taking a swig of his beer.'
+							'"Nice to have a fan that knows who the real star is." he says before taking a swig of his beer.'
 						end
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 						if hotcat >= 6:
 							act 'Sit with Radomir': gt 'praiders_garage', 'chat_radomir'
 						end
 					end
-					act 'Tell Nush she was good':
+					act 'Tell Anushka she was good':
 						*clr & cla
 						gs 'npc_relationship', 'modify', 'A144', 'like'
 						gs 'npc_relationship', 'modify', 'A154', 'dislike'
 						'<center><img src="images/characters/shared/headshots_main/big144.jpg"></center>'
-						'The whole band was great but you felt Anushka really did amazing. "Anushka you were amazing, the whole band did great." You tell her.'
-						'She smiles to you. "Thanks <<$pcs_nickname>>, we really did tonight." With that Anushka, Valentin and Arkadi crowd the couch, while, Radomir sits on the only reclining chair. They grab some beers, all smiling and laughing as they take a seat among those listening to them practice today.'
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						'The whole band was great, but you felt Anushka really did amazing. "You were amazing, Nush! The whole band did great."'
+						'She smiles at you. "Thanks <<$pcs_nickname>>, we really did well tonight." With that Anushka, Valentin and Arkadi crowd the couch, while, Radomir sits on the only reclining chair. They grab some beers, all smiling and laughing as they take a seat among those listening to them practice today.'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 					end
 					act 'Tell Valentin he was good':
 						*clr & cla
@@ -250,8 +249,8 @@ if $ARGS[0] = 'listen_practice':
 						'<center><img src="images/characters/shared/headshots_main/big158.jpg"></center>'
 						'The whole band was great but you felt Valentin really did amazing. "Valentin you were amazing, the whole band did great." You tell him.'
 						'He smiles to you. "Thanks <<$pcs_nickname>>, we was just on tonight, in the zone, it was great." With that Anushka, Valentin and Arkadi crowd the couch, while, Radomir sits on the only reclining chair. They grab some beers, all smiling and laughing as they take a seat among those listening to them practice today.'
-						act 'leave': gt 'pav_complex', 'garages'
-						act 'Hangout': gt 'praiders_garage', 'hangout'
+						act 'Leave': gt 'pav_complex', 'garages'
+						act 'Hang out': gt 'praiders_garage', 'hangout'
 					end
 					act 'Tell Arkadi he was good':
 						*clr & cla

+ 20 - 20
locations/praiders_garageev1.qsrc

@@ -4,20 +4,20 @@ if $ARGS[0] = 'radsex':
 	*clr & cla
 	gs 'fame', 'pav', 'sex', 3
 	'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice1.jpg"></center>'
-	'Once the two of you are alone, he turns the radio back on and sits on a up turned box next to the radio. "Come on give me a little show."'
-	'You dance around a little and start to strip down slowly for him. He quickly pulls out his semi erect penis. "Come over here and wrap this beautiful lips around my dick."'
+	'Once the two of you are alone, he turns the radio back on and sits on an up turned box next to the radio. "Come on, give me a little show."'
+	'You dance around and start slowly stripping for him as he quickly pulls out his semi erect cock. "Come over here and wrap those beautiful lips around my dick."'
 	gs 'arousal', 'foreplay', 2
 	gs 'stat'
 	act 'Blow him':
 		*clr & cla
 		'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice2.jpg"></center>'
-		'You dance your way over to him, before dropping down to your knees. Once down you take his semi hard dick in your mouth, wrapping your lips tightingly around it, you start sucking him. You feel his dick quickly get hard in your mouth as you bob your head up and down. "Oh yeah, that''s it, you got skills girl."'
+		'You dance your way over to him before dropping down to your knees. You take his dick into your mouth, wrapping your lips tightly around it, and start sucking him. You feel his dick quickly get hard in your mouth as you bob your head up and down. "Oh yeah, that''s it. You''ve got skills girl."'
 		gs 'arousal', 'bj', 3
 		gs 'stat'
 		act 'Keep sucking him':
 			*clr & cla
 			'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice3.jpg"></center>'
-			'He starts moving his hips as you suck his cock, as he starts to fuck your mouth. "You really know how to suck a cock, you must get a lot of practice." You don''t comment back as you keep sucking him. "I want to fuck that sweet little pussy of yours." He tells you.'
+			'He starts moving his hips as you suck his cock and he starts to fuck your mouth. "You really know how to suck a cock! You must get a lot of practice." You don''t comment back as you keep sucking him. "I want to fuck that sweet little pussy of yours now."'
 			gs 'arousal', 'bj', 3
 			gs 'stat'
 			if stat['vaginal'] >= 1:
@@ -25,37 +25,37 @@ if $ARGS[0] = 'radsex':
 					*clr & cla
 					gs 'boyStat', 'A154'
 					'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice4.jpg"></center>'
-					'You just nod ok to his comment, he pulls you up and quickly strips you from the waist down. With you turned away from him, he pulls you back into his lap. As you sit down in his lap you feel his <<dick>>cm <<$dick_girth>> dick slide inside of your wet twat.'
+					'You just nod and he pulls you up and quickly strips you from the waist down. He then turns you around and pulls you into his lap. You feel his <<dick>>cm <<$dick_girth>> dick slide inside your wet pussy.'
 					gs 'arousal', 'vaginal', 3
 					gs 'stat'
 					act 'Get fucked':
 						*clr & cla
 						'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice5.jpg"></center>'
-						'He reaches up to play with your tits as you bounce on his lap, impaling yourself on his cock. "Damn you have a nice tight pussy, I can feel my big cock stretching it out, don''t worry you will get use to it soon enough."'
+						'He reaches up to play with your tits as you bounce on his lap, thrusting yourself on and off his cock. "Damn, your pussy''s so fucking tight! I can feel my cock stretching it out. Don''t worry, you''ll get use to it soon enough."'
 						gs 'arousal', 'vaginal', 3
 						gs 'stat'
 						act 'Get butt fucked':
 							*clr & cla
 							'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice7.jpg"></center>'
 							if lubri > 0:
-								'He suddenly stands up, holding you up with his arms. He turns and gently lowers you to the ground until you are on your hands and knees, during this his dick slides out of you. Instead of him slipping it back in you pussy, you feel the head of his dick pressed against your asshole. You reach over and quickly grab your purse, pulling out the lube and handing it back to him. "Use this lube."'
-								'He growls. "Fuck, what is it with you girls and lube, your as bad as Anushka." But he grabs the lube and squirts some on your butt, then he roughly shoves his dick up your ass, he doesn''t give you time to catch your breath before he starts fucking your ass hard and fast, causing you to still his in pain and groan.'
+								'He suddenly stands up, pulling you up with him. He turns and lowers you to the ground until you''re on your hands and knees. Instead of going back into your pussy, you feel the head of his dick pressing against your asshole. You reach over and quickly grab your purse, pulling out the lube and handing it back to him. "Use this lube first."'
+								'He growls. "Fuck, what is it with you girls and lube? You''re as bad as Anushka." He begrudingly grabs the lube and squirts some on your anus before roughly shoving his dick up your ass. He doesn''t give you time to catch your breath before he starts fucking your ass hard and fast, causing you to groan in pain.'
 							else
-								'He suddenly stands up, holding you up with his arms. He turns and gently lowers you to the ground until you are on your hands and knees, during this his dick slides out of you. Instead of him slipping it back in you pussy, you feel the head of his dick pressed against your asshole. Before you can say anything he roughly shoves his dick up your ass, he doesn''t give you time to catch your breath before he starts fucking your ass hard and fast, causing you to still his in pain and groan.'
+								'He suddenly stands up, pulling you up with him. He turns and lowers you to the ground until you''re on your hands and knees. Instead of going back into your pussy, you feel the head of his dick pressing against your asshole. Before you can say anything, he roughly shoves his dick up your ass, not stopping to give you time to catch your breath before he starts fucking your ass hard and fast, causing you to groan in pain.'
 							end
 							gs 'arousal', 'auto_lube', 'anal', 3
 							gs 'stat'
 							act 'Not so rough':
 								*clr & cla
 								'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice8.jpg"></center>'
-								'He hammers away at your ass, you doubt he cares in the slightest if you are enjoying yourself. "Not so rough Rad." You tell him.'
-								'He just grabs your hips and slams himself balls deep in you and goes even faster. "Fuck you bitches always complain, but then you start moaning like whores and having a orgasm, stop pretending you don''t love being fucked raw."'
+								'You doubt he cares about your comfort as he hammers away at your ass. "Not.. so... rough Rad!" you grunt out at him.'
+								'He just grabs your hips and slams himself balls deep into you and goes even faster. "You bitches always fucking complain, but then you start moaning like whores and have an orgasm. Stop pretending you don''t love being fucked raw!"'
 								gs 'arousal', 'auto_lube', 'anal', 3
 								gs 'stat'
-								act 'Buttfull':
+								act 'Climax':
 									*clr & cla
 									'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice9.jpg"></center>'
-									'You grit your teeth, a part of you is enjoy it, but it would be a lot more enjoyable if he wasn''t so rough, just as you think it might be to much he groans loudly and you feel him filling your ass up with his cum. Once he finishes he stands up and tucks his dick away, then he walks over and grabs a beer while you get dressed. He downs the whole beer before you finish getting dressed. "Come on lets go, I need to lock this place up." As soon as you finish getting dressed he ushes your out of the garage and then locks it. He turns and gives you a kiss on the lips. " I had a great time, catch you later." Then he walks off into the dark.'
+									'You grit your teeth. A part of you is enjoying it, but it would be a lot more enjoyable if he wasn''t so rough. Just as you think it might be getting too much for you, he groans loudly and you feel him filling your ass up with his cum. Once he finishes, he stands up and tucks his dick away before walking over and grabbing a beer while you get dressed. He downs the whole beer before you finish getting dressed. "Come on, let''s go. I need to lock this place up." As soon as you finish getting dressed, he ushers you out of the garage and locks it. He turns and gives you a kiss on the lips. "I had a great time, catch you later."'
 									gs 'arousal', 'auto_lube', 'anal', 3
 									gs 'cum_call', 'anus', 'A154', 1
 									gs 'arousal', 'end'
@@ -71,10 +71,10 @@ if $ARGS[0] = 'radsex':
 					*clr & cla
 					'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice6.jpg"></center>'
 					if lubri > 0:
-						'He suddenly turns you around and then pushes you forward until you are on your hands and knees. Then he quickly strips you from the waist down, you feel the head of his dick pressed against your asshole. You reach over and quickly grab your purse, pulling out the lube and handing it back to him. "Use this lube."'
-						'He growls. "Fuck, what is it with you girls and lube, your as bad as Anushka." But he grabs the lube and squirts some on your butt, then he roughly shoves his dick up your ass, he doesn''t give you time to catch your breath before he starts fucking your ass hard and fast, causing you to still his in pain and groan.'
+						'He suddenly stands up, pulling you up with him. He turns and lowers you to the ground until you''re on your hands and knees. Instead of going back into your pussy, you feel the head of his dick pressing against your asshole. You reach over and quickly grab your purse, pulling out the lube and handing it back to him. "Use this lube first."'
+						'He growls. "Fuck, what is it with you girls and lube? You''re as bad as Anushka." He begrudingly grabs the lube and squirts some on your anus before roughly shoving his dick up your ass. He doesn''t give you time to catch your breath before he starts fucking your ass hard and fast, causing you to groan in pain.'
 					else
-						'He suddenly turns you around and then pushes you forward until you are on your hands and knees. Then he quickly strips you from the waist down, you feel the head of his dick pressed against your asshole.  Before you can say anything he roughly shoves his dick up your ass, he doesn''t give you time to catch your breath before he starts fucking your ass hard and fast, causing you to still his in pain and groan.'
+						'He suddenly stands up, pulling you up with him. He turns and lowers you to the ground until you''re on your hands and knees. Instead of going back into your pussy, you feel the head of his dick pressing against your asshole. Before you can say anything, he roughly shoves his dick up your ass, not stopping to give you time to catch your breath before he starts fucking your ass hard and fast, causing you to groan in pain.'
 					end
 					gs 'arousal', 'auto_lube', 'anal', 3
 					gs 'stat'
@@ -87,14 +87,14 @@ if $ARGS[0] = 'radsex':
 						act 'Not so rough':
 							*clr & cla
 							'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice8.jpg"></center>'
-							'He hammers away at your ass, you doubt he cares in the slightest if you are enjoying yourself. "Not so rough Rad." You tell him.'
-							'He just grabs your hips and slams himself balls deep in you and goes even faster. "Fuck you bitches always complain, but then you start moaning like whores and having a orgasm, stop pretending you don''t love being fucked raw."'
+							'You doubt he cares about your comfort as he hammers away at your ass. "Not.. so... rough Rad!" you grunt out at him.'
+							'He just grabs your hips and slams himself balls deep into you and goes even faster. "You bitches always fucking complain, but then you start moaning like whores and have an orgasm. Stop pretending you don''t love being fucked raw!"'
 							gs 'arousal', 'auto_lube', 'anal', 3
 							gs 'stat'
-							act 'Buttfull':
+							act 'Climax':
 								*clr & cla
 								'<center><img src="images/characters/pavlovsk/school/boy/radomir/sex/garage/practice9.jpg"></center>'
-								'You grit your teeth, a part of you is enjoy it, but it would be a lot more enjoyable if he wasn''t so rough, just as you think it might be to much he groans loudly and you feel him filling your ass up with his cum. Once he finishes he stands up and tucks his dick away, then he walks over and grabs a beer while you get dressed. He downs the whole beer before you finish getting dressed. "Come on lets go, I need to lock this place up." As soon as you finish getting dressed he ushes your out of the garage and then locks it. He turns and gives you a kiss on the lips. " I had a great time, catch you later." Then he walks off into the dark.'
+								'You grit your teeth. A part of you is enjoying it, but it would be a lot more enjoyable if he wasn''t so rough. Just as you think it might be getting too much for you, he groans loudly and you feel him filling your ass up with his cum. Once he finishes, he stands up and tucks his dick away before walking over and grabbing a beer while you get dressed. He downs the whole beer before you finish getting dressed. "Come on, let''s go. I need to lock this place up." As soon as you finish getting dressed, he ushers you out of the garage and locks it. He turns and gives you a kiss on the lips. "I had a great time, catch you later."'
 								gs 'arousal', 'auto_lube', 'anal', 3
 								gs 'cum_call', 'anus', 'A154', 1
 								gs 'arousal', 'end'