Browse Source

[fixed] Various flashing calls that should either be not calling text/images or should just be arousal calls

Kevin_Smarts 2 years ago
parent
commit
cef0b49650

+ 0 - 1
locations/Nudelake.qsrc

@@ -178,7 +178,6 @@ if $ARGS[0] = 'swim':
 	minut += 60
 	if $clothingworntype = 'nude':
 		gs 'exercise', 'tier1', 1, 'stren_exp'
-		gs 'flash', 'full', 'outdoors', 2
 		inhib_exp += rand(1,3)
 	else
 		gs 'exercise', 'tier1', 1, 'stren_exp'

+ 1 - 1
locations/ParChurch.qsrc

@@ -525,7 +525,7 @@ if $ARGS[0] = 'pray':
 			menu_off = 1
 			Churchbad += 2
 			gs 'fame', 'pav', 'sex', 2
-			gs 'flash', 'butt', 'indoors', 2
+			gs 'flash', 'butt', 'indoors', 2, 1
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/ch_prayingflash.jpg"></center>'
 			'While you''re praying, you get a devious idea. With a sly smile, you expose your ass, giving anyone that looks your way a naughty sight as you lower your head and pray in silence. You occasionally hear whispers behind you, causing you to smile.'

+ 3 - 6
locations/ParkKafe.qsrc

@@ -715,14 +715,13 @@ if $ARGS[0] = 'youth':
 				'The girl is having a hard time keeping up as she''s still tipsy "Wait up! We need to decide on a spot now. I can''t go on."'
 				act 'Pick bench':
 					*clr & cla
-					gs 'flash', 'full', 'outdoors', 4
+					gs 'flash', 'full', 'outdoors', 4, 1
 					gs 'fame', 'city', 'sex', 3
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/city/centralpark/cafe/sex/bench1.jpg"></center>'
 					'"How about the bench over there?" you ask, as you point towards a bench right across from the rest of the group. They continue on shouting and hollering as the two of you take a seat on the bench.'
 					'At first you''re both careful and scared of showing yourselves off, but your worries hastily disperse as the two of you start flaunting off your bodies. You both reveal one body part after another. The passersby are looking and gawking at the two of you, but you pay little attention towards them.'
 					'As you keep on teasing each other, the girl slyly smiles. "How about we give them a show they''ll never forget?"'
-					gs 'arousal', 'flash', 5, 'exhibitionism', 'lesbian', 'humiliation'
 					gs 'stat'
 					act 'Start making out':
 						*clr & cla
@@ -774,14 +773,13 @@ if $ARGS[0] = 'youth':
 				end
 				act 'Pick lawn':
 					*clr & cla
-					gs 'flash', 'full', 'outdoors', 4
+					gs 'flash', 'full', 'outdoors', 4, 1
 					gs 'fame', 'city', 'sex', 3
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/city/centralpark/cafe/sex/lawn1.jpg"></center>'
 					'"How about right here on the lawn?" You point towards a patch of grass a bit to the side from the café, but still visible for the group. They continue on shouting and hollering as the two of you place yourselves on the lawn.'
 					'At first, you''re both careful and scared of showing yourselves off. But your worries hastily disperse as the two of you start flaunting off your bodies. You both reveal one body part after another. The passersby are looking and gawking at the two of you, but you pay little attention towards them.'
 					'As you keep on teasing each other, the girl slyly smiles. "How about we give them a show they''ll never forget?"'
-					gs 'arousal', 'flash', 5, 'exhibitionism', 'lesbian', 'humiliation'
 					gs 'stat'
 					act 'Start making out':
 						*clr & cla
@@ -822,7 +820,7 @@ if $ARGS[0] = 'youth':
 				end
 				act 'Pick gazebo':
 					*clr & cla
-					gs 'flash', 'full', 'outdoors', 4
+					gs 'flash', 'full', 'outdoors', 4, 1
 					gs 'fame', 'city', 'sex', 3
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/city/centralpark/cafe/sex/gazebo1.jpg"></center>'
@@ -830,7 +828,6 @@ if $ARGS[0] = 'youth':
 					'"Will the others be able to see it?" you ask. "Come on!" she replies.'
 					'At first you''re both careful and scared of showing yourselves off, but your worries hastily disperse as the two of you start flaunting off your bodies. You both reveal one body part after another. There''s an older gentleman walking around, but you don''t pay too much attention towards him.'
 					'As you keep on teasing each other, the girl slyly smiles. "How about we give the old man a little show?"'
-					gs 'arousal', 'flash', 5, 'exhibitionism', 'lesbian', 'humiliation'
 					gs 'stat'
 					act 'Play with your breasts':
 						*clr & cla

+ 6 - 3
locations/bicycle.qsrc

@@ -47,7 +47,8 @@ if ($ARGS[0] = 'gadsarai' and BikeLoc = 1) or ($ARGS[0] = 'gadforest' and BikeLo
 					pcs_horny += 15
 					pcs_mood += 15
 					if pcs_inhib < 50: inhib_exp += rand(0,2)
-					gs 'flash', 'full', 'outdoors', 3
+					gs 'arousal', 'flash', 5
+					gs 'arousal', 'end'
 					gs 'stat'
 
 					'<center><img <<$set_imgh>> src="images/locations/gadukino/village/bike_nude.jpg"></center>'
@@ -60,7 +61,8 @@ if ($ARGS[0] = 'gadsarai' and BikeLoc = 1) or ($ARGS[0] = 'gadforest' and BikeLo
 							pcs_horny += 5
 							pcs_mood += 5
 							if pcs_inhib < 20: inhib_exp += rand(0,2)
-							gs 'flash', 'panties', 'outdoors', 1
+							gs 'arousal', 'flash', 5
+							gs 'arousal', 'end'
 							gs'stat'
 
 							'<center><img <<$set_imgh>> src="images/locations/gadukino/village/bike_tanga_1.jpg"></center>'
@@ -70,7 +72,8 @@ if ($ARGS[0] = 'gadsarai' and BikeLoc = 1) or ($ARGS[0] = 'gadforest' and BikeLo
 							pcs_horny += 10
 							pcs_mood += 10
 							if pcs_inhib < 30: inhib_exp += rand(0,2)
-							gs 'flash', 'butt', 'outdoors', 2
+							gs 'arousal', 'flash', 5
+							gs 'arousal', 'end'
 							gs'stat'
 
 							'<center><img <<$set_imgh>> src="images/locations/gadukino/village/bike_tanga_2.jpg"></center>'

+ 1 - 5
locations/city_jorahouse.qsrc

@@ -985,8 +985,7 @@ if $ARGS[0] = 'ev45':
 	'Jora says with a grin, "Show the people those tits, they want some entertainment."'
 
 	act 'Remove hands':gt 'city_jorahouse', 'ev46'
-	gs 'arousal', 'flashlite', 5, 'sub'
-	gs 'flash', 'tits', 'outdoors', 1
+	gs 'arousal', 'flash', 5, 'sub'
 	gs 'stat'
 	
 	gs 'willpower', 'misc', 'resist', 'hard'
@@ -1034,7 +1033,6 @@ if $ARGS[0] = 'ev47':
 
 	act 'Get out of the water':gt 'city_jorahouse', 'ev48'
 	gs 'arousal', 'flash', 5, 'sub'
-	gs 'flash', 'full', 'outdoors', 1
 	gs 'stat'
 	
 	gs 'willpower', 'misc', 'resist', 'hard'
@@ -1062,7 +1060,6 @@ if $ARGS[0] = 'ev48':
 
 	act 'Spread your legs':gt 'city_jorahouse', 'ev49'
 	gs 'arousal', 'flash', 5, 'sub'
-	gs 'flash', 'full', 'outdoors', 3
 	gs 'stat'
 	
 	gs 'willpower', 'misc', 'resist', 'hard'
@@ -1090,7 +1087,6 @@ if $ARGS[0] = 'ev49':
 
 	act 'Spread your lips':gt 'city_jorahouse', 'ev50'
 	gs 'arousal', 'flash', 5, 'sub'
-	gs 'flash', 'full', 'outdoors', 3
 	gs 'stat'
 	
 	gs 'willpower', 'misc', 'resist', 'hard'

+ 0 - 1
locations/city_market.qsrc

@@ -50,7 +50,6 @@ if $ARGS[0] = 'start' or $loc_arg = 'start':
 
 		if nurand >= 80:
 			pcs_mood -= 5
-			gs 'flash', 'butt', 'outdoors', 1
 			'You feel a hand gently pawing at <a href="exec:gt ''etoexhib'', ''pos15''">your ass</a>.'
 
 			gs 'arousal', 'foreplay', 3

+ 2 - 4
locations/etoexhib.qsrc

@@ -82,7 +82,6 @@ if $ARGS[0] = 'pos1':
 						act 'Next':
 							cla
 							*clr
-							gs 'flash', 'full', 'indoors', 2
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/solar7.jpg"></center>'
 							'Finally, you cover yourself in a powerful orgasms and you became exhausted. Also,you can not hear the sniff any more, it seems the secret observer finished with you.'
@@ -175,9 +174,8 @@ if $ARGS[0] = 'pos5':
 	cla
 	*clr
 	minut += 5
-	pcs_horny += 10
-
-	gs 'flash', 'full', 'outdoors', 3
+	gs 'arousal', 'flash', 5
+	gs 'arousal', 'end'
 
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/suburban/3fores.jpg"></center>'

+ 4 - 2
locations/foto_events2.qsrc

@@ -140,7 +140,8 @@ if $ARGS[0] = 'kickboxing_documentary':
             mdlng_exp += rand(1,2)
 			gs 'fame', 'city', 'kickboxing', 'medium'
             gs 'fame', 'city', 'modelling', 'medium'
-			gs 'flash', 'full', 'indoors', 1
+			gs 'arousal', 'flash', 5
+			gs 'arousal', 'end'
             money += modelpayfin
             modelfoto['earnings']  += modelpayfin
             inhib_exp += 2
@@ -217,7 +218,8 @@ if $ARGS[0] = 'track_&_field_documentary':
             money += modelpayfin
             modelfoto['earnings']  += modelpayfin
             modelfoto['topless']  += 1
-            gs 'flash', 'full', 'indoors', 1
+			gs 'arousal', 'flash', 5
+			gs 'arousal', 'end'
             gs 'stat'
             'You aren''t the only one doing this documentay. Around you, walking between photographers, there are other runners trying to follow the instructions to be "dynamic". Beyond that, the models, try to be fairlly artistic, showing skin, but hiding the important bits, between props and poses, sadlly with all the movement, that is easier said than done, and the security have their hands full, shooing away all the voyeurs trying to catch a peek.'
             *nl

+ 0 - 8
locations/gadbana.qsrc

@@ -52,7 +52,6 @@ if mira_guest = 0:
 			'It''s certainly risky leaving the bathhouse like this, and while it''s unlikely anyone saw you go outside naked, there''s a thrill in potentially getting caught.'
 			!!gs 'clothing', 'recover_lost_clothes', 'gadbana'
 			gs 'arousal', 'flash', 10, 'exhibitionism'
-			gs 'flash', 'full', 'outdoors', 3
 			killvar 'banya_underwear'
 			gs 'stat'
 			act 'Continue': gt 'gaddvor'
@@ -68,7 +67,6 @@ if mira_guest = 0:
 			'It''s certainly risky leaving the bathhouse like this, and while it''s unlikely anyone saw you go outside in your underwear, there''s a thrill in potentially getting caught.'
 			!!gs 'clothing', 'recover_lost_clothes', 'gadbana'
 			gs 'arousal', 'flashlite', 10, 'exhibitionism'
-			gs 'flash', 'full', 'outdoors', 1
 			killvar 'banya_underwear'
 			gs 'stat'
 			act 'Continue': gt 'gaddvor'
@@ -268,7 +266,6 @@ else
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>''It''s certainly risky leaving the bathhouse like this, and while it''s unlikely anyone saw you go outside naked, there''s a thrill in potentially getting caught.'
 			!!gs 'clothing', 'recover_lost_clothes', 'gadbana'
 			gs 'arousal', 'flash', 10, 'exhibitionism'
-			gs 'flash', 'full', 'outdoors', 3
 			killvar 'banya_underwear'
 			gs 'stat'
 			act 'Continue': gt 'gaddvor'
@@ -283,8 +280,6 @@ else
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>''It''s certainly risky leaving the bathhouse like this, and while it''s unlikely anyone saw you go outside in your underwear, there''s a thrill in potentially getting caught.'
 			!!gs 'clothing', 'recover_lost_clothes', 'gadbana'
 			gs 'arousal', 'flashlite', 10, 'exhibitionism'
-			gs 'flash', 'bra', 'outdoors', 1
-			gs 'flash', 'panties', 'outdoors', 1
 			killvar 'banya_underwear'
 			gs 'stat'
 			act 'Continue': gt 'gaddvor'
@@ -353,7 +348,6 @@ else
 						'<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>''It''s certainly risky leaving the bathhouse like this, and while it''s unlikely anyone but Mira saw you go outside naked, there''s a thrill in potentially getting caught.'
 						!!gs 'clothing', 'recover_lost_clothes', 'gadbana'
 						gs 'arousal', 'flash', 10, 'exhibitionism'
-						gs 'flash', 'full', 'outdoors', 3
 						killvar 'banya_underwear'
 						gs 'stat'
 						act 'Continue': gt 'gaddvor'
@@ -368,8 +362,6 @@ else
 						'<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>''It''s certainly risky leaving the bathhouse like this, and while it''s unlikely anyone but Mira saw you go outside in your underwear, there''s a thrill in potentially getting caught.'
 						!!gs 'clothing', 'recover_lost_clothes', 'gadbana'
 						gs 'arousal', 'flashlite', 10, 'exhibitionism'
-						gs 'flash', 'bra', 'outdoors', 1
-						gs 'flash', 'panties', 'outdoors', 1
 						killvar 'banya_underwear'
 						gs 'stat'
 						act 'Continue': gt 'gaddvor'

+ 10 - 4
locations/gadforest.qsrc

@@ -203,7 +203,8 @@ if $ARGS[0] = 'forest_edge':
 			act 'Go back to Gadukino naked':
 				*clr & cla
 				inhib_exp += rand(1,3)
-				gs 'flash', 'full', 'outdoors', 3
+				gs 'arousal', 'flash', 5
+				gs 'arousal', 'end'
 				gs 'stat'
 
 				if StoryLine = 1 and grandaQW['block'] = 0:
@@ -609,7 +610,8 @@ if $ARGS[0] = 'stripping':
 						gs 'clothing', 'strip_all', 'gadforest'
 						gs 'clothing', 'swamp_clothes', 0
 					end
-					gs 'flash', 'full', 'outdoors', 3
+					gs 'arousal', 'flash', 5
+					gs 'arousal', 'end'
 					gs 'stat'
 
 					'<center><img <<$set_imgh>> src="images/characters/gadukino/mira/miraforest6.jpg"></center>'
@@ -741,7 +743,8 @@ if $ARGS[0] = 'walking':
 				gs 'gadforest', 'bushcraft', $forest_args1
 				if $clothingworntype = 'nude':
 					if pcs_inhib < 50:inhib_exp += rand(1,5)
-					gs 'flash', 'full', 'outdoors', 3
+					gs 'arousal', 'flash', 5
+					gs 'arousal', 'end'
 				end
 				gs 'stat'
 
@@ -841,7 +844,10 @@ if $ARGS[0] = 'picking':
 					gs 'gadforest', 'bushcraft', $forest_args1
 					if $clothingworntype = 'nude':
 						if pcs_inhib < 50:inhib_exp += rand(1,5)
-						if MiraLoc = 3 and $forest_args1 = 'forest_edge': gs 'flash', 'full', 'outdoors', 3
+						if MiraLoc = 3 and $forest_args1 = 'forest_edge':
+							gs 'arousal', 'flash', 5
+							gs 'arousal', 'end'
+						end
 					end
 					gs 'stat'
 

+ 2 - 1
locations/gadforest_event.qsrc

@@ -157,7 +157,8 @@ if $ARGS[0] = 'mira_nude_event':
 		if pcs_inhib < 50:inhib_exp += rand(2,4)
 		npc_rel['A60'] += 5
 		gs 'clothing', 'strip_all', 'forest_edge'
-		gs 'flash', 'full', 'outdoors', 3
+		gs 'arousal', 'flash', 5
+		gs 'arousal', 'end'
 		gs 'stat'
 
 		'<center><img <<$set_imgh>> src="images/characters/gadukino/mira/miraforest5.jpg"></center>'

+ 0 - 2
locations/gadriver.qsrc

@@ -391,7 +391,6 @@ if $ARGS[0] = 'gadbitch':
 					elseif $clothingworntype = 'nude':
 						*clr & cla
 						minut += 60
-						gs 'flash', 'full', 'outdoors', 2
 						inhib_exp += rand(1,3)
 						if pcs_sweat < 35 : gs 'sweat', 'add', 5
 						pcs_mood += 5
@@ -658,7 +657,6 @@ if $ARGS[0] = 'gadbitch':
 								cumspclnt = 4 & gs 'cum_cleanup'
 								minut += 30
 								gs 'exercise', 'tier1', 1, 'stren_exp'
-								gs 'flash', 'full', 'outdoors', 2
 								pcs_sweat = 10 + rand(0,4)
 								gs'stat'
 

+ 4 - 6
locations/gschool_lessonsev1.qsrc

@@ -942,7 +942,6 @@ if $ARGS[0] = 'computer':
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/breastg.jpg"></center>'
 							'You spend the rest of class with Vasily''s hand coming and going to squeeze your breast and tweak your nipple, still careful to make sure Mr. Ivanov doesn''t catch on.'
 							if $pantyworntype ! 'none':
-								gs 'flash', 'pussy', 'indoors', 1
 								'Enjoying the feeling of Vasily''s hand massaging your breast and his fingers tweaking your nipple, you decide to take advantage of the opportunity. You take the pencil you were using to take notes, push it under your skirt and start prodding and playing with your swollen clit through your quickly soaking panties. Eventually you decide that the small tip doesn''t provide enough stimulation, so you shift the wet fabric to the side, giving you full access to your now bare pussy. You reach down with one hand and slip two fingers up your dripping wet pussy. They easily slide between your wet lips and your breathing hitches slightly, matching the rhythm of your pistoning fingers.'
 								*nl
 								$orgasm_txt = 'Vasily seems to have caught on to your arousal and starts kneading and pulling harder at your breast. In a moment of perfect coincidence, you pinch your clit just as Vasily gives your sensitive nipple a quick squeeze. The combined stimulation is too much and your knees fly together, trapping your hand as your legs clench from the sudden orgasm. You bite your lip hard as you ride out the waves of pleasure and you feel Vasily''s hand slide away just before you hear Mr. Ivanov say "Miss <<$pcs_lastname>>? Are you feeling alright? Do you need to go to the nurse''s office?" With bright eyes and a confident smile, you reply. "No thank you, Mr. Ivanov. I''m perfectly alright."'
@@ -952,7 +951,6 @@ if $ARGS[0] = 'computer':
 								'You spend the rest of class with Vasily''s hand playing with your breast as you just sit there in your soaked panties and a small puddle of your own juices, completely satisfied.'
 							else
 								gs 'fame', 'pav', 'sex', 1
-								gs 'flash', 'pussy', 'indoors', 2
 								'Enjoying the feeling of Vasily''s hand massaging your breast and his fingers tweaking your nipple, you decide to take advantage of the opportunity. You take the pencil you were using to take notes, push it under your skirt and start prodding and playing with your already exposed clitoris. But your bare pussy is just too tempting to resist and soon you abandon your little pencil in favour of your two middle fingers, quickly shoving them inside yourself. They easily slide between your wet lips and your breathing hitches, matching the rhythm of your pistoning fingers.'
 								*nl
 								$orgasm_txt = 'Vasily seems to have caught on to your arousal and starts kneading and pulling harder at your breast. In a moment of perfect coincidence, you pinch your clit just as Vasily gives your sensitive nipple a quick squeeze. The combined stimulation is too much and your knees fly together, trapping your hand as your legs clench from the sudden orgasm. You bite your lip hard as you ride out the waves of pleasure and you feel Vasily''s hand slide away just before you hear Mr. Ivanov say "Miss <<$pcs_lastname>>? Are you feeling alright? Do you need to go to the nurse''s office?" With bright eyes and a confident smile, you reply. "No thank you, Mr. Ivanov. I''m perfectly alright."'
@@ -1427,14 +1425,13 @@ if $ARGS[0] = 'russian':
 			act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		elseif scooltiperand = 2:
 			pcs_mood -= 10
-			gs'stat'
 			if $pantyworntype = 'none' and analplugin = 0:
-				gs 'flash', 'pussy', 'indoors', 2
+				gs 'arousal', 'flash', -5
 				gs 'fame', 'pav', 'sex', 2
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/scoolrand_4_2.jpg"></center>'
 				'Before you can answer the question Mr. Yenotin poses you, you have to clean the blackboard. You accidentally drop the cloth used to wipe it clean with and totally forget that you are not wearing panties. The whistling and shouting from the boys and murmurs of disapproval from most of the girls behind you tell you that everyone has a clear view of your bare ass and both of your holes are on display for everyone to see. Everyone but Mr. Yenotin that is, who has no clue why the class is so riled up and desperately tries to calm them down.'
 			elseif $pantyworntype = 'none' and analplugin = 1:
-				gs 'flash', 'pussy', 'indoors', 3
+				gs 'arousal', 'flash', -5
 				gs 'fame', 'pav', 'sex', 3
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/nopanties_buttplug.jpg"></center>'
 				'You''ve been called up to answer the question written on the blackboard, but while solving it, you need to erase something. You accidently drop the cloth needed to wipe the board clean and hesitate to pick it up as you think about the fact that not only are you not wearing any panties, your ass is stuffed with a butt plug.'
@@ -1442,11 +1439,12 @@ if $ARGS[0] = 'russian':
 				'"Well?" Mr. Yenotin prods impatiently.'
 				'With a coy smile, you slowly begin to bend over until you feel your skirt rise up, exposing your bare pussy and ass to your classmates. Hearing the flurry of murmurs and whispers, you can''t help but squeeze and clench around the toy. The boys sound both surprised and intrigued by the sight while the girls whisper to one another that you''re a slut. From where Mr. Yenotin sits, he can''t see what everyone is fussing over, so he starts to move to get a better look. You quickly snap back up, adjust your skirt and with a devious smile and cloth in hand, start wiping away at the board as if nothing happened.'
 			else
-				gs 'arousal', 'flash', -5
+				gs 'arousal', 'flashlite', -5
 				gs 'fame', 'pav', 'sex', 1
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/scoolrand_4_1.jpg"></center>'
 				'When you walk up to the blackboard to answer a question, you trip and fall. Somehow you manage to fall in such a way that your skirt ends up on your back and the whole class can see your panty-clad ass. You quickly get up and straighten your clothes with a bright red face, trying to ignore the hollering from your classmates. You can tell that most of the guys and even a few girls definitely appreciated your show, even if it was involuntarily.'
 			end
+			gs'stat'
 			act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		elseif scooltiperand = 3:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/scoolrand_9.jpg"></center>'

+ 1 - 1
locations/lesbidomhouse.qsrc

@@ -1130,7 +1130,7 @@ if $ARGS[0] = 'QW8':
 		cla
 		*clr
 		lesbiQW = 10
-		gs 'flash', 'full', 'outdoors', 2
+		minut += 20
 		gs'stat'
 		temp = rand(0,2)
 

+ 0 - 4
locations/lesbimistress.qsrc

@@ -1196,7 +1196,6 @@ if $ARGS[0] = 'neutral_9':
 	act 'Go out with Mistress':
 		cla
 		*clr
-		gs 'flash', 'full', 'outdoors', 1
 		if exhibitionist_lvl < 1: pcs_horny += rand(1,3)
 		gs'stat'
 		'<center><img <<$set_imgh>> src="images/characters/city/natalya/sex/sub226.jpg"></center>'
@@ -1214,7 +1213,6 @@ if $ARGS[0] = 'neutral_9':
 		act 'Scrapbook time?':
 			cla
 			*clr
-			gs 'flash', 'full', 'outdoors', 2
 			if exhibitionist_lvl < 1: pcs_horny += rand(2,5)
 			gs'stat'
 			'<center><img <<$set_imgh>> src="images/characters/city/natalya/sex/sub227.jpg"></center>'
@@ -1230,7 +1228,6 @@ if $ARGS[0] = 'neutral_9':
 			act 'Continue':
 				cla
 				*clr
-				gs 'flash', 'full', 'outdoors', 1
 				if exhibitionist_lvl < 1: pcs_horny += rand(1,3)
 				gs'stat'
 				'<center><img <<$set_imgh>> src="images/characters/city/natalya/sex/sub228.jpg"></center>'
@@ -1245,7 +1242,6 @@ if $ARGS[0] = 'neutral_9':
 				act 'Right...':
 					cla
 					*clr
-					gs 'flash', 'full', 'outdoors', 1
 					if exhibitionist_lvl < 1: pcs_horny += rand(1,3)
 					gs'stat'
 					'<center><img <<$set_imgh>> src="images/characters/city/natalya/sex/sub229.jpg"></center>'

+ 2 - 1
locations/meadow.qsrc

@@ -121,7 +121,8 @@ if $ARGS[0] = 'workout':
 		end
 		clothesAtLocation = FUNC('lost_clothes_here','meadow')
 		gs 'clothing', 'strip_all', 'meadow'
-		gs 'flash', 'full', 'outdoors', 3
+		gs 'arousal', 'flash', -10
+		gs 'arousal', 'end'
 		gs 'stat'
 		act 'Continue': gt 'exercise', 'workout'
 	else

+ 6 - 6
locations/metro_events.qsrc

@@ -464,7 +464,7 @@ if $ARGS[0] = 'station':
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/inside/pussy/hairy4.jpg"></center>'
 						'You smile back at them and pull up your '+iif(PCloSkirt > 0, 'skirt', 'dress')+' flashing your pussy to them. They wave you over.'
 					end
-					gs 'flash', 'pussy', 'outdoors', 3
+					gs 'flash', 'pussy', 'outdoors', 3, 1
 				else
 					if PCloPants > 0:
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/pants/inside/panty/1.jpg"></center>'
@@ -473,7 +473,7 @@ if $ARGS[0] = 'station':
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/inside/panty/4.jpg"></center>'
 						'You smile back at them and pull up your '+iif(PCloSkirt > 0, 'skirt', 'dress')+' flashing your panties to them. They wave you over.'
 					end
-					gs 'flash', 'panties', 'outdoors', 1
+					gs 'flash', 'panties', 'outdoors', 1, 1
 				end
 				gs 'willpower', 'pay', 'self'
 				gs 'stat'
@@ -524,7 +524,7 @@ if $ARGS[0] = 'station':
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/inside/pussy/hairy4.jpg"></center>'
 						'You smile back at her and pull up your '+iif(PCloSkirt > 0, 'skirt', 'dress')+' flashing your pussy back to her. You both share a laugh before going on your way.'
 					end
-					gs 'flash', 'pussy', 'outdoors', 3
+					gs 'flash', 'pussy', 'outdoors', 3, 1
 				else
 					if PCloPants > 0:
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/pants/inside/panty/1.jpg"></center>'
@@ -533,7 +533,7 @@ if $ARGS[0] = 'station':
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/inside/panty/4.jpg"></center>'
 						'You smile back at her and pull up your '+iif(PCloSkirt > 0, 'skirt', 'dress')+' flashing your panties to her. You both share a laugh before going on your way.'
 					end
-					gs 'flash', 'panties', 'outdoors', 1
+					gs 'flash', 'panties', 'outdoors', 1, 1
 				end
 				gs 'willpower', 'pay', 'self'
 				gs 'stat'
@@ -782,7 +782,7 @@ if $ARGS[0] = 'train':
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/inside/pussy/hairy4.jpg"></center>'
 						'You smile back at her and pull up your '+iif(PCloSkirt > 0, 'skirt', 'dress')+' flashing your pussy back to her. You both share a laugh before going on your way.'
 					end
-					gs 'flash', 'pussy', 'outdoors', 3
+					gs 'flash', 'pussy', 'outdoors', 3, 1
 				else
 					if PCloPants > 0:
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/pants/inside/panty/1.jpg"></center>'
@@ -791,7 +791,7 @@ if $ARGS[0] = 'train':
 						'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/inside/panty/4.jpg"></center>'
 						'You smile back at her and pull up your '+iif(PCloSkirt > 0, 'skirt', 'dress')+' flashing your panties to her. You both share a laugh before going on your way.'
 					end
-					gs 'flash', 'panties', 'outdoors', 1
+					gs 'flash', 'panties', 'outdoors', 1, 1
 				end
 				gs 'willpower', 'pay', 'self'
 				gs 'stat'

+ 1 - 1
locations/nastja.qsrc

@@ -599,7 +599,7 @@ end
 if $ARGS[0] = 'pos28':
 	cla
 	*clr
-	gs 'flash', 'full', 'indoors', 2
+	gs 'flash', 'full', 'indoors', 2, 1
 	gs 'stat'
 
 	'<center><img <<$set_imgh>> src="images/characters/city/anastasia/towel.jpg"></center>'

+ 3 - 3
locations/park_walkevents.qsrc

@@ -851,6 +851,9 @@ if $ARGS[0] = 'run':
 			if pcs_inhib >= 35 or exhibitionist_lvl > 0:
 				act 'Expose your breasts':
 					*clr & cla
+					inhib_exp += 2
+					gs 'arousal', 'flash', 5
+					gs 'arousal', 'end'
 					gs 'stat'
 					if rand(0,1) = 0:
 						'<center><img <<$set_imgh>> src="images/locations/shared/park/flash'+rand(3,4)+'.jpg"></center>'
@@ -872,21 +875,18 @@ if $ARGS[0] = 'run_reactions':
 	cla
 	menu_off = 1
 	if hour >= 20:
-		gs 'flash', 'tits', 'outdoors', 1
 		'With it being so late, there isn''t anyone in the park to see you, but it doesn''t matter, the thrill and pleasure is still there. When you''re finished, you make sure to pull your top back down.'
 		gs 'arousal', 'flashlite', 10
 		gs 'arousal', 'end'
 		gs 'stat'
 	else
 		if rand(0,1) = 0:
-			gs 'flash', 'tits', 'outdoors', 1
 			'Despite it being daytime, you manage to go unnoticed during your run, but you still find yourself aroused and excited from the thought of being seen by a stranger or someone you know. When you''re finished, you make sure to pull your top back down.'
 			gs 'arousal', 'flashlite', 10
 			gs 'arousal', 'end'
 			gs 'stat'
 		else
 !!I plan to add a chance for one of the guys to follow sveta and corner her, which can end in a consensual blowjob or rape.
-			gs 'flash', 'tits', 'outdoors', 2
 			'You come across a group of gopniks loitering in a circle, empty beer bottles scattered around them. They''re loudly talking among themselves, but as you near the group, one of them notices you and quickly interrupts his friends to point you out to everyone.'
 			'You can''t help but smile slightly as you watch them rush to stand and then fight over getting to the front so they can see you better. As you run by, some start to clap and whistle while a few shout at you.'
 			*nl

+ 1 - 2
locations/pav_lake_nude.qsrc

@@ -48,7 +48,7 @@ end
 
 if storyline = 1 and month >= 3 and month <= 8 and week >= 6 and hour >= 8 and hour <= 10 and ivanfedorseennaked ! daystart and rand(0,3) = 0 and fedorKozlovQW >= 0:
 	if $clothingworntype = 'nude':
-		gs 'flash', 'full', 'outdoors', 3
+		gs 'arousal', 'flash', -5, 'exhibitionism'
 		gs 'fame', 'pav', 'sex', 3
 		'You''re walking down the secluded beach, enjoying the sensation of feeling free and the cool breeze on your naked body, when you suddenly hear someone running up behind you. Expecting the worst, you turn around only to see a sweaty Ivan with a huge grin on his face, closely followed by Fedor. As they get a look at your face and realize who you are, they slow down and stop, looking a bit surprised to see... well all of you on display.'
 		act 'Run away': ivanfedorseennaked = daystart & gt 'pav_lake_nude'
@@ -108,7 +108,6 @@ if month >= 5 and month <= 9:
 			if nudelake <= 2 and home_owned[2] = 1:
 				minut += 5
 				pcs_mood -= 5
-				gs 'flash', 'full', 'outdoors', 4
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/event/noclothes.jpg"></center>'
 				'You return to the place where you you put your clothes to get dressed... except you can''t find them. You desperately search the beach for a while, a few passers-by giving you amused stares. Despite your efforts, you can''t find them. You panic and, without thinking, start running home naked.'

+ 11 - 6
locations/street_event.qsrc

@@ -759,7 +759,8 @@ if $ARGS[1] = 'main':
 					'As you walk down the street, you are suddenly pushed forward hard. You nearly lose your balance and only barely catch yourself. While you are half bent over and trying to recover, you feel someone yank up your dress and yank down your panties, exposing your ass and pussy for everyone to see. You quickly regain your balance. As you do, you pull up your panties and smooth your dress back in place. By that time, whoever did this is long gone.'
 					*p 'You look around and notice several people staring at you. You are sure they''ve seen everything. '
 					if exhibitionist_lvl = 1:
-						gs 'flash', 'pussy', 'outdoors', 2
+						gs 'arousal', 'flash', -5
+						gs 'arousal', 'end'
 						pcs_mood += 10
 						'You can''t help but smile, loving the attention even if it wasn''t your idea. You casually continue on your way, but with an extra bit of sway in your hips.'
 					elseif exhibitionist_lvl > 1:
@@ -780,7 +781,8 @@ if $ARGS[1] = 'main':
 					'As you walk down the street, someone comes up behind you, grabs the top of your dress and yanks it down around your ankles, which leaves you standing stark naked. You quickly squat down and grab your dress, pulling it back up and into place. By that time, who ever did this is long gone.'
 					*p 'You look around and notice several people staring at you. You are sure they''ve seen everything. '
 					if exhibitionist_lvl = 1:
-						gs 'flash', 'full', 'outdoors', 3
+						gs 'arousal', 'flash', -5
+						gs 'arousal', 'end'
 						pcs_mood += 10
 						'You can''t help but smile, loving the attention even if it wasn''t your idea. You casually continue on your way, but with an extra bit of sway in your hips.'
 					elseif exhibitionist_lvl > 1:
@@ -800,7 +802,8 @@ if $ARGS[1] = 'main':
 					'As you walk down the street, someone comes up behind you and grabs your skirt and panties, yanking them down. Your skirt ends up around your ankles and your panties halfway down your thighs, which leaves your ass and pussy on fully display to everyone around. You quickly pull up your panties and then squat down and grab your skirt, pulling it back up and into place. By that time, whoever did this is long gone.'
 					*p 'You look around and notice several people staring at you. You are sure they''ve seen everything. '
 					if exhibitionist_lvl = 1:
-						gs 'flash', 'pussy', 'outdoors', 2
+						gs 'arousal', 'flash', -5
+						gs 'arousal', 'end'
 						pcs_mood += 10
 						'You can''t help but smile, loving the attention even if it wasn''t your idea. You casually continue on your way, but with an extra bit of sway in your hips.'
 					elseif exhibitionist_lvl > 1:
@@ -821,7 +824,8 @@ if $ARGS[1] = 'main':
 					'As you walk down the street, someone comes up behind you and grabs your top, yanking it down, which leaves your tits on full display to everyone around. You quickly pull your top back up. By that time, whoever did this is long gone.'
 					*p 'You look around and notice several people staring at you. You are sure they''ve seen everything. '
 					if exhibitionist_lvl = 1:
-						gs 'flash', 'tits', 'outdoors', 2
+						gs 'arousal', 'flash', -5
+						gs 'arousal', 'end'
 						pcs_mood += 10
 						'You can''t help but smile, loving the attention even if it wasn''t your idea. You casually continue on your way, but with an extra bit of sway in your hips.'
 					elseif exhibitionist_lvl > 1:
@@ -847,7 +851,8 @@ if $ARGS[1] = 'main':
 				'<center><video autoplay loop src="images/locations/shared/street/breeze.mp4"></video></center>'
 				'As you walk down the street, a strong breeze suddenly blows down it, which causes your skirt to blow up, exposing your panty clad ass to everyone on the street. You quickly push it back down, but as soon as you let go, the breeze blows it right back up. You fight against the breeze for almost a minute before it finally stops.'
 				if exhibitionist_lvl = 1:
-					gs 'flash', 'panties', 'outdoors', 1
+					gs 'arousal', 'flash', -5
+					gs 'arousal', 'end'
 					pcs_mood += 10
 					'You look around and notice several people staring at you. You are sure they''ve seen everything. You can''t help but smile, loving the attention even if it wasn''t your idea. You casually continue on your way, but with an extra bit of sway in your hips.'
 				elseif exhibitionist_lvl > 1:
@@ -975,7 +980,7 @@ if $ARGS[1] = 'main':
 				if exhibitionist_lvl > 0:
 					act 'Flash her back':
 						*clr & cla
-						gs 'flash', 'tits', 'outdoors', 1
+						gs 'flash', 'tits', 'outdoors', 1, 1
 						'<<$streetev_title>>'
 						if PCloSkirt > 0:
 							'<center><img <<$set_imgh>> src="images/pc/activities/flashing/dress/outside/tits/' + rand(1,12) + '.jpg"></center>'

+ 0 - 4
locations/therapist.qsrc

@@ -442,8 +442,6 @@ if $ARGS[0] = 'hypnoEnd':
 	elseif hypnoTime < 10:
 		hypnoAddict = 1
 		hypnoDay = daystart
-		i += (200-willpowermax)/25+1
-		gs 'flash', 'full', 'indoors', i
 		inhib_exp += (200-willpowermax)/25+1
 		if pain['vaginal'] > 0: pain['vaginal'] -= 5
 		if pain['asshole'] > 0: pain['asshole'] -= 5
@@ -455,8 +453,6 @@ if $ARGS[0] = 'hypnoEnd':
 	else
 		hypnoAddict = 2
 		hypnoDay = daystart
-		i += (200-willpowermax)/25+2
-		gs 'flash', 'full', 'indoors', i
 		inhib_exp += (200-willpowermax)/25+1
 		if pain['vaginal'] > 0: pain['vaginal'] -= 5
 		if pain['asshole'] > 0: pain['asshole'] -= 5

+ 0 - 1
locations/ugol.qsrc

@@ -25,7 +25,6 @@ if pcs_horny >= 90 and pcs_inhib > 30:
 			'Feeling desperate for release, you hitch up your skirt above your waist.'
 		end
 		if $pantyworntype ! 'none': 'You are distracted by your wet panties sticking to you, your arousal keeping your pussy soaking wet. Looking around once more to make sure you are alone, you pull down your panties a bit to expose your pussy.'
-		gs 'flash', 'pussy', 'indoors', 1
         gs 'sweat', 'add', 20
         'You begin to rub your clit, at first in slow soft circles, but as you quickly feel yourself building up to an orgasm, you start rubbing it with urgency, biting your lip to keep from crying out. A massive shudder runs through your body as you orgasm, your soft cries of ecstasy echoing in the corridor. Getting dressed and blushing slightly, you check once more to make sure you are alone. You hope no one heard you as you quickly leave.'
        

+ 0 - 1
locations/ugol1.qsrc

@@ -7,7 +7,6 @@ act 'Masturbate':
 	'You lean back against the fence, noticing the area is completely deserted.'
 	'You are distracted by your wet panties sticking to you, your arousal keeping your pussy soaking wet. Looking around once more to make sure you are alone, you pull down your panties a bit to expose your pussy.'
 	
-	gs 'flash', 'pussy', 'indoors', 1
 	gs'stat'
 	'You begin to rub your clit, at first in slow soft circles, but as you quickly feel yourself building up to an orgasm, you start rubbing it with urgency, biting your lip to keep from crying out. A massive shudder runs through your body as you orgasm, your soft cries muffled by your own hand over your mouth. Getting dressed and blushing slightly, you check once more to make sure you are alone. You hope no one heard you as you quickly leave.'
 

+ 3 - 3
locations/zaprFWash.qsrc

@@ -174,7 +174,7 @@ if $ARGS[0] = 'titsFlash':
 			gs 'fame', 'pav', 'prostitute', rand(0,1)
 		end
 	elseif $ARGS[1] = 'Free':
-		gs 'flash', 'tits', 'outdoors', 1
+		gs 'flash', 'tits', 'outdoors', 1, 1
 	end
 	if pcs_inhib < 30: inhib_exp += rand(2,4)
 	pcs_mood += 5
@@ -262,7 +262,7 @@ if $ARGS[0] = 'assFlash':
 			gs 'fame', 'pav', 'prostitute', rand(0,1)
 		end
 	elseif $ARGS[1] = 'Free':
-		gs 'flash', 'butt', 'outdoors', 2
+		gs 'flash', 'butt', 'outdoors', 2, 1
 	end
 	if pcs_inhib < 30: inhib_exp += rand(2,4)
 	pcs_mood += 5
@@ -339,7 +339,7 @@ if $ARGS[0] = 'pussyFlash':
 			gs 'fame', 'pav', 'prostitute', 1
 		end
 	elseif $ARGS[1] = 'Free':
-		gs 'flash', 'full', 'outdoors', 3
+		gs 'flash', 'full', 'outdoors', 3, 1
 	end
 	if pcs_inhib < 40: inhib_exp += rand(4,6)
 	pcs_mood += 5