瀏覽代碼

Replaced all dynamic funcs in dinsex with arg blocks, replaced calls to those on path

pfffbft 5 年之前
父節點
當前提交
9136ae4f6d

+ 4 - 4
locations/Cum_Manage.qsrc

@@ -124,7 +124,7 @@ if $ARGS[0] = '':
 
 	if cumprecheck = 1:
 		cumarrkno[cumarrtemp] = -1
-		dynamic $venerasiak
+		gs 'dinSex', 'std_trigger'
 	elseif sexunaware > 0:
 		cumarrkno[cumarrtemp] = -2
 	elseif sexpartkno = 1:
@@ -350,7 +350,7 @@ if $ARGS[0] = '':
 	!! creampie vaginal statistics:
 			if spafinloc = 0:
 				!!STD checks
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				!! safe creampie (if cycle > 3 or on pill or succubus):
 				if cycle > 3 or pillcon2 > 1000 or succubusflag = 1:
 					if sexunaware = 1 or sexcontra = 6:
@@ -464,9 +464,9 @@ if $ARGS[0] = '':
 	end
 
 	!!STD from anal check
-	if spafinloc = 3: dynamic $venerasiak
+	if spafinloc = 3: gs 'dinSex', 'std_trigger'
 	!!STD from oral check
-	if spafinloc = 12: dynamic $venerasiakOral
+	if spafinloc = 12: gs 'dinSex', 'std_trigger_oral'
 
 	cumprecheck = 0
 	spafinloc = 0

+ 6 - 6
locations/Gnpc2.qsrc

@@ -456,7 +456,7 @@ $din_gboy_go_to_disco = {
 								gs 'stat'
 								'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/cocksucker.jpg"></center>'
 								'You squatted in front of him and bring your face to his cock.'
-								dynamic $dinrandbj
+								gs 'dinSex', 'bj_random'
 								'Soon <<$boydesc>> groaned "<<$pcs_nickname>>, I''m going to come."'
 
 								act 'suck on':
@@ -468,7 +468,7 @@ $din_gboy_go_to_disco = {
 									swallow += 1
 									gs 'stat'
 									'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
-									gs 'dinsex','dinrandswallow'
+									gs 'dinsex','bj_swallow_random'
 
 									act 'Further':
 										cls
@@ -578,7 +578,7 @@ $din_gboy_go_to_disco = {
 											gs 'stat'
 											'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/cocksucker.jpg"></center>'
 											'You squat in front of your guy and bring your face to his cock.'
-											dynamic $dinrandbj
+											gs 'dinSex', 'bj_random'
 											'Soon <<$boydesc>> groaned "<<$pcs_nickname>>, I''m going to come."'
 
 											act 'suck on':
@@ -590,7 +590,7 @@ $din_gboy_go_to_disco = {
 												swallow += 1
 												gs 'stat'
 												'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
-												gs 'dinsex','dinrandswallow'
+												gs 'dinsex','bj_swallow_random'
 
 												act 'Further':
 													cls
@@ -808,7 +808,7 @@ $din_gboy_tits = {
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/cocksucker.jpg"></center>'
 					'You squat in front of your guy and bring your face to his cock.'
-					dynamic $dinrandbj
+					gs 'dinSex', 'bj_random'
 					'Soon <<$boydesc>> groaned "<<$pcs_nickname>>, I''m going to come."'
 
 					act 'Suck on':
@@ -820,7 +820,7 @@ $din_gboy_tits = {
 						swallow += 1
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
-						gs 'dinsex','dinrandswallow'
+						gs 'dinsex','bj_swallow_random'
 						act 'Go home':gt 'pavResidential'
 					end
 

+ 9 - 9
locations/LCwork.qsrc

@@ -4,8 +4,8 @@ if $ARGS[0] = 'start1':
 	*clr
 	horand = rand(1, 100)+ 40
 	facial += 1
-	dynamic $venerasiakOral
-	dynamic $venerasiak
+	gs 'dinSex', 'std_trigger_oral'
+	gs 'dinSex', 'std_trigger'
 	randLCpay = 1000
 	guy += randguycafe
 
@@ -67,7 +67,7 @@ if $ARGS[0] = 'start2':
 	if pcs_vag < 18:pcs_vag += 1
 
 	guy += 1
-	dynamic $venerasiak
+	gs 'dinSex', 'std_trigger'
 	'<center><img <<$set_imgh>> src="images/locations/city/industrial/bbq/sex/2a.jpg"></center>'
 	'You walk up to the older man and give him a friendly smile as you say: "Good evening, sir. I will be your waitress tonight."'
 	'The older man gives you a dirty grin, and ogles your body for a few seconds before he says: "Very good, you will do. Follow me."'
@@ -110,7 +110,7 @@ if $ARGS[0] = 'start3':
 
 	if pcs_vag < 18:pcs_vag += 2
 
-	dynamic $venerasiak
+	gs 'dinSex', 'std_trigger'
 	'<center><img <<$set_imgh>> src="images/locations/city/industrial/bbq/sex/3a.jpg"></center>'
 	'You walk up to the two men in the corner and give them a friendly smile as you say: "Good evening, sirs. I will be your waitress tonight."'
 	'One of the men laughs when the other begins to place another order, and says: "She''s not here for drinks, Dmitri."'
@@ -154,8 +154,8 @@ if $ARGS[0] = 'start4':
 
 	if pcs_ass < 18:pcs_ass += 1
 
-	dynamic $venerasiak
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger'
+	gs 'dinSex', 'std_trigger_oral'
 	
 	if lcwork_counter = 0:
 		'<center><img <<$set_imgh>> src="images/locations/city/industrial/bbq/sex/4a.jpg"></center>'
@@ -244,7 +244,7 @@ if $ARGS[0] = 'start5':
 	horand = rand(1, 100)
 	randLCpay = 500
 	girl += 1
-	dynamic $venerasiak
+	gs 'dinSex', 'std_trigger'
 	'<center><img <<$set_imgh>> src="images/locations/city/industrial/bbq/sex/5.jpg"></center>'
 	'The girl looks fairly shy, and seems a bit taken aback when you walk up to her and say: "Hello, miss. I will be your waitress tonight."'
 	'She''s a bit hesitant, afraid to ask if that means what she thinks it means, but relaxes when you take her by the hand and purr: "So where are you taking me tonight, sweetie?"'
@@ -278,8 +278,8 @@ if $ARGS[0] = 'start6':
 
 	if pcs_vag < 18:pcs_vag += 1
 
-	dynamic $venerasiak
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger'
+	gs 'dinSex', 'std_trigger_oral'
 	'<center><img <<$set_imgh>> src="images/locations/city/industrial/bbq/sex/6a.jpg"></center>'
 	'You walk up to the older man and give him a friendly smile as you say: "Good evening, sir. I will be your waitress tonight."'
 	'"My waitress, huh?" he laughs. "That''s adorable!"'

+ 4 - 4
locations/LariskaStart.qsrc

@@ -482,7 +482,7 @@ if $ARGS[0] = 'IvanHelp_down':
 			if laris_rand1>=30:'<center><video autoplay loop src="images/locations/pavlovsk/park/sex/publ0,0.mp4"></video></center>'
 			'You sit down on his haunches and begin to suck Ivan.'
 
-			dynamic $dinrandswallow
+			gs 'dinSex', 'bj_swallow_random'
 
 			act 'Go home':gt'korrPar'
 		end
@@ -505,9 +505,9 @@ if $ARGS[0] = 'IvanHelp_sex':
 	if laris_rand1>=5 and laris_rand1<30:'<center><video autoplay loop src="images/shared/sex/public/publ1,'+rand(0,2)+'.mp4"></video></center>'
 	if laris_rand1>=30:'<center><img <<$set_imgh>> src="images/shared/sex/public/publ1,'+rand(0,6)+'.jpg"></center>'
 	'You bend down and have him fuck you from behind.'
-	dynamic $sexstart
-	dynamic $sexstart2
-	dynamic $sexcum
+	gs 'dinSex', 'wear_condom'
+	gs 'dinSex', 'vaginal_sex'
+	gs 'dinSex', 'sexcum'
 
 	act 'Go home':gt'korrPar'
 end

+ 9 - 9
locations/Prostitute.qsrc

@@ -388,7 +388,7 @@ if $ARGS[0] = 'work2':
 					money += ProsMoney * 100
 					'You proceed to give him a blowjob, licking and sucking his condom-clad penis. The taste of the rubber is a bit unpleasant, but you do a good job regardless. In no time the guy groans loudly.'
 					'When you feel his cock finally soften between your lips, you pull your head back. The man ties a knot in the condom and tosses it out of the window carelessly, then he gives you the money he owes you.'
-					dynamic $venerasiakOral
+					gs 'dinSex', 'std_trigger_oral'
 					gs 'arousal', 'bj', 5, 'prostitution', 'unknown'
 					gs 'arousal', 'end'
 					gs 'stat'
@@ -424,7 +424,7 @@ if $ARGS[0] = 'work2':
 						
 						'After a few minutes of fucking you, the man groans and you feel his hips spasming against yours. He pulls out of you and takes the filled condom off his slowly shrinking cock.'
 						'He ties a knot in the condom and tosses it out of the window carelessly, and gives you the money he owes you.'
-						dynamic $venerasiak
+						gs 'dinSex', 'std_trigger'
 						gs 'arousal', 'end'
 						gs 'stat'
 						protect = 0
@@ -467,7 +467,7 @@ if $ARGS[0] = 'work2':
 
 						'After a few minutes of fucking your ass, the man groans and you feel his hips spasming against yours. He pulls out of you and takes the filled condom off his slowly shrinking cock.'
 						'The man ties a knot in the condom and tosses it out of the window carelessly, and gives you the money he owes you.'
-						dynamic $venerasiak
+						gs 'dinSex', 'std_trigger'
 						protect = 0
 						gs 'arousal', 'end'
 						gs 'stat'
@@ -480,7 +480,7 @@ if $ARGS[0] = 'work2':
 				cla
 				clr
 				*clr
-				dynamic $venerasiakOral
+				gs 'dinSex', 'std_trigger_oral'
 				gs 'stat'
 				picrand = rand(8, 13)
 				'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bjp<<picrand>>.jpg"></center>'
@@ -575,7 +575,7 @@ if $ARGS[0] = 'work2':
 							money += ProsMoney * 100
 							gs 'stat'
 							prostRand = rand(1, 100)
-							dynamic $venerasiak
+							gs 'dinSex', 'std_trigger'
 
 							
 							if prostRand <= 50:
@@ -641,7 +641,7 @@ if $ARGS[0] = 'work2':
 								'Your anus has no difficulty adjusting to the size of his member, and it actually feels fairly pleasant when he shoves his length in. Your anus clasps around the base of his cock from time to time, and the man begins to thrust his hips against yours enthusiastically when he notices you can take it.'
 								gs 'arousal', 'anal', 10, 'prostitution', 'unknown'
 								gs 'stat'
-								dynamic $venerasiak
+								gs 'dinSex', 'std_trigger'
 							end
 
 							if klismaday ! daystart:
@@ -669,7 +669,7 @@ if $ARGS[0] = 'work2':
 										spafinloc = 12
 										gs 'cum_manage'
 										pcs_breath = 0
-										dynamic $venerasiakOral
+										gs 'dinSex', 'std_trigger_oral'
 										gs 'stat'
 										'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bjr.jpg"></center>'
 										'"Hey, I did what you wanted! You owe m-" you begin, but he doesn''t let you finish. The man angrily punches you in the stomach, making you double over in pain.'
@@ -690,7 +690,7 @@ if $ARGS[0] = 'work2':
 											cla
 											*clr
 											pcs_throat += 1
-											dynamic $venerasiakOral
+											gs 'dinSex', 'std_trigger_oral'
 											gs 'stat'
 											'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bjr1.jpg"></center>'
 											'You understand perfectly why he''s upset... that wasn''t very smart of you. You''ll have to think of a solution fast!'
@@ -706,7 +706,7 @@ if $ARGS[0] = 'work2':
 												pcs_vag += 1
 												money += ProsMoney * 110
 												protect = 1
-												dynamic $venerasiak
+												gs 'dinSex', 'std_trigger'
 												protect = 0
 												gs 'stat'
 												'<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar20.jpg"></center>'

+ 1 - 1
locations/alexgang.qsrc

@@ -48,7 +48,7 @@ act 'Get on your knees and give head':
 		picrand = rand(16, 25)
 		'<center><img <<$set_imgh>> src="images/shared/sex/group/gang<<picrand>>.jpg"></center>'
 		'Standing on all fours, you start sucking Sasha''s limp cock. As you lick, suck and roll your tongue around his dick, you can feel it slowly stiffening in your mouth.'
-		dynamic $sexstart
+		gs 'dinSex', 'wear_condom'
 		'The position you''re in doesn''t make it easy for you to move your head the right way. However, with some determination you manage to keep Sasha''s cock in your mouth.'
 		gs 'dinsex','vaginal_sex',10
 		'After a while, you feel Sasha''s hard cock begin to throb in your mouth. With a low grunt, he thrusts his hips forward and you feel his sperm coat the insides of your mouth.'

+ 2 - 2
locations/artemEv.qsrc

@@ -23,9 +23,9 @@ if $ARGS[0] = 'bj':
 	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/artombj.jpg"></center>'
 	npc_sex[$boy] += 1
-	gs 'dinSex','dinrandbj'
+	gs 'dinSex','bj_random'
 	gs 'arousal','bj',5,'sub'
-	gs 'dinSex','dinrandswallow'
+	gs 'dinSex','bj_swallow_random'
 	gs 'cum_call','mouth',$boy,1
 	artemBJQW += 1
 	swallow += 1

+ 3 - 3
locations/blowPR.qsrc

@@ -12,7 +12,7 @@ if $ARGS[0] = 'start':
 	pcs_throat += 1
 	prosta += 1
 	!pcs_sleep = pcs_sleep - 1
-	if RAND(0,100) >= 70:dynamic $venerasiak
+	if RAND(0,100) >= 70:gs 'dinSex', 'std_trigger'
 	gs'stat'
 
 	'<center><img <<$set_imgh>> src="images/locations/shared/sex/car/bj.jpg"></center>'
@@ -27,7 +27,7 @@ if $ARGS[0] = '1':
 	$loc = $CURLOC
     $location_type = 'event'
 	protect = 1
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 	protect = 0
 	*clr & cla
 	minut = minut + 5
@@ -69,7 +69,7 @@ if $ARGS[0] = '2':
     $location_type = 'event'
 	*clr & cla
 	menu_off = 1
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 	minut = minut + 5
 	gs'stat'
 

+ 5 - 5
locations/bobka.qsrc

@@ -21,7 +21,7 @@ if ARGS[0] = 0:
 	gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
 	gs 'stat'
 	
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 	dynamic $bobkabj
 	
 	gs 'arousal', 'end'
@@ -35,7 +35,7 @@ if ARGS[0] = 1:
 	gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
 	gs 'stat'
 	
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 	dynamic $bobkabj
 	gs 'stat'
 
@@ -46,7 +46,7 @@ if ARGS[0] = 1:
 		sexpartkno = 1
 		dick = npc_dick['A49']
 		silavag = npc_sexskill['A49']
-		dynamic $venerasiak
+		gs 'dinSex', 'std_trigger'
 		'<center><img <<$set_imgh>> src="images/characters/city/bobka/sex/doggy.jpg"></center>'
 		
 		gs 'arousal', 'vaginal', 5, 'sub'
@@ -70,14 +70,14 @@ if ARGS[0] = 2:
 	gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
 	gs 'stat'
 	
-	dynamic $venerasiak
+	gs 'dinSex', 'std_trigger'
 	dynamic $bobkabj
 	gs 'stat'
 
 	act 'Drop down into a doggystyle position for Bobka':
 		cls
 		gs 'boyStat', 'A49'
-		dynamic $venerasiak
+		gs 'dinSex', 'std_trigger'
 		$boydesc = $npc_usedname['A49']
 		sexpartkno = 1
 		dick = npc_dick['A49']

+ 5 - 5
locations/bordel.qsrc

@@ -129,7 +129,7 @@ if $ARGS[0] = 'var':
 			minut += 10
 			zpprand = rand(0, 100)
 
-			if zpprand >= 70:dynamic $venerasiak
+			if zpprand >= 70:gs 'dinSex', 'std_trigger'
 
 			picrand = rand(0,40)
 			gt 'sex', 'start'
@@ -147,7 +147,7 @@ if $ARGS[0] = 'var':
 			minut += 10
 			zpprand = rand(0, 100)
 
-			if zpprand >= 70:dynamic $venerasiak
+			if zpprand >= 70:gs 'dinSex', 'std_trigger'
 
 			gt 'podrsex', 'start'
 		end
@@ -164,7 +164,7 @@ if $ARGS[0] = 'var':
 			minut += 10
 			zpprand = rand(0, 100)
 
-			if zpprand >= 70:dynamic $venerasiak
+			if zpprand >= 70:gs 'dinSex', 'std_trigger'
 
 			gt 'sexdvoe', 'start'
 		end
@@ -181,7 +181,7 @@ if $ARGS[0] = 'var':
 			minut += 10
 			zpprand = rand(0, 100)
 
-			if zpprand >= 70:dynamic $venerasiak
+			if zpprand >= 70:gs 'dinSex', 'std_trigger'
 
 			gt 'sexdvanadva', 'start'
 		end
@@ -198,7 +198,7 @@ if $ARGS[0] = 'var':
 			minut += 10
 			zpprand = rand(0, 100)
 
-			if zpprand >= 70:dynamic $venerasiak
+			if zpprand >= 70:gs 'dinSex', 'std_trigger'
 
 			guy += 3
 			killvar '$boy'

+ 1 - 1
locations/brosh.qsrc

@@ -126,7 +126,7 @@ elseif evgentipe = 2:
 				if brosh_rand1 >= 5 and brosh_rand1 < 30:'<center><video autoplay loop src="images/shared/sex/public/publ1,<<rand(0,2)>>.mp4"></video></center>'
 				if brosh_rand1 >= 30:'<center><img <<$set_imgh>> src="images/shared/sex/public/publ1,<<rand(0,6)>>.jpg"></center>'
 				'You bend over and let your brother take you from behind.'
-				dynamic $sexstart
+				gs 'dinSex', 'wear_condom'
 				gs 'dinsex','vaginal_sex',10
 				gs 'dinsex','sexcum'
 

+ 2 - 2
locations/brother.qsrc

@@ -741,7 +741,7 @@ if $ARGS[0] = 'brotherSexStart':
 
 			gs 'arousal', 'bj', 5, 'incest'
 			gs 'stat'
-			gs 'dinsex','dinrandbj'
+			gs 'dinsex','bj_random'
 
 			'It isn''t long before you hear your brother moan, "I''m gonna cum, <<$pcs_nickname>>!"'
 
@@ -757,7 +757,7 @@ if $ARGS[0] = 'brotherSexStart':
 				gs 'arousal', 'bj', 5, 'incest'
 				gs 'stat'
 
-				gs 'dinsex','dinrandswallow'
+				gs 'dinsex','bj_swallow_random'
 
 				gs 'brother', 'brotherSexEnd'
 			end

+ 5 - 5
locations/cafe3.qsrc

@@ -46,7 +46,7 @@ if $ARGS[0] = 'house':
 					'You bend, bringing your face to his groin and your lips wrap around his cock and you start sucking him.'
 					gs 'arousal', 'bj', 15, 'sub'
 					gs 'stat'
-					dynamic $venerasiakOral
+					gs 'dinSex', 'std_trigger_oral'
 					'Finally, the guy fills your mouth with his hot sperm you have nowhere to go so you swallow it. The taxi stopped and <<$boydesc>> you puts you out on the street.'
 					swallow += 1
 					sexpartkno = 1
@@ -264,7 +264,7 @@ if $ARGS[0] = 'toilet':
 	act 'Suck it':
 		cla
 		guy += 1
-		dynamic $venerasiakOral
+		gs 'dinSex', 'std_trigger_oral'
 		picrand = rand(13, 22)
 		'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bj<<picrand>>.jpg"></center>'
 		'<<$boydesc>> pulls out his dick'
@@ -331,8 +331,8 @@ end
 
 if $ARGS[0] = 'kompashka':
 	cla
-	dynamic $venerasiak
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger'
+	gs 'dinSex', 'std_trigger_oral'
 	picrand = rand(1, 15)
 	'<center><img <<$set_imgh>> src="images/shared/sex/group/gang<<picrand>>.jpg"></center>'
 	'You are driving somewhere with the guys in a car. You''re drunk and you sit on the back seat with two guys finally, the machine stops and you get out of the car.'
@@ -380,7 +380,7 @@ end
 
 if $ARGS[0] = 'coffee':
 	cla
-	dynamic $venerasiak
+	gs 'dinSex', 'std_trigger'
 	guy += 1
 	gs 'stat'
 	gs 'dinsexFX'

+ 8 - 8
locations/club.qsrc

@@ -737,7 +737,7 @@ end
 if $ARGS[0] = 'sex':
 	*clr & cla
 	menu_off = 1
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 	gs 'npcgeneratec', 0, 'stranger from the club', rand(18,26)
 	gs 'boyStat', $npclastgenerated
 	dick = rand(10, 18)
@@ -755,7 +755,7 @@ if $ARGS[0] = 'sex':
 		guy += 1
 		pcs_horny += 5
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/clubbj.jpg"></center>'
-		dynamic $venerasiakOral
+		gs 'dinSex', 'std_trigger_oral'
 		gs 'arousal', 'bj', 5, 'sub'
 		gs 'stat'
 
@@ -991,7 +991,7 @@ if $ARGS[0] = 'bar2':
 	cla
 	*clr
 	menu_off = 1
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 	guy += 1
 	'<center><b><font color="maroon">Bar</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/barminet.jpg"></center>'
@@ -1088,7 +1088,7 @@ if $ARGS[0] = 'rape':
 				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/barcum.jpg"></center>'
 				'A few minutes later he is finally done and pushes your head against his crotch, forcing you to swallow his cum. You can''t help but to enjoy the tase of his semen in your mouth.'
 
-				dynamic $venerasiakOral
+				gs 'dinSex', 'std_trigger_oral'
 				gs 'arousal', 'end'
 				gs 'stat'
 
@@ -1104,7 +1104,7 @@ if $ARGS[0] = 'rape':
 				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/barsex.jpg"></center>'
 				'The bloke takes his cock out of your mouth, tells you position yourself in the stool and then he begins to fuck you roughly. As you''re drunk you barely register anything, but you catch yourself moaning heavy. Not even ten minutes laters he takes his cock out of your pussy and cums on your ass.'
 
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				gs 'arousal', 'vaginal', 10, 'sub', 'rough'
 				gs 'arousal', 'end'
 				gs 'stat'
@@ -1117,7 +1117,7 @@ if $ARGS[0] = 'rape':
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/barsex.jpg"></center>'
 		'You are trying to send it, but your tongue drunk guy is braided and seeing that you are not able to resist, pulls out his cock turns you on a stool and saliva-moistened member enters your vagina, it tears you to force shoving his dick as deep as possible, and finally finishing the leaves.'
 
-		dynamic $venerasiak
+		gs 'dinSex', 'std_trigger'
 		gs 'arousal', 'vaginal', 10, 'sub', 'rough'
 		gs 'arousal', 'end'
 		gs 'stat'
@@ -1148,7 +1148,7 @@ if $ARGS[0] = 'lezbsort1':
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/sortukuni.jpg"></center>'
 	'You remove her pants and sit down on the toilet. She happily does as you told her. She spreads her legs and you begin to lick her cunt furiously. She moans heavily and plays with her erect nipples. Some time later you make cum.'
 
-	dynamic $venerasiak
+	gs 'dinSex', 'std_trigger'
 	gs 'arousal', 'cuni_give', 10, 'sub', 'lesbian'
 	gs 'stat'
 
@@ -1169,7 +1169,7 @@ if $ARGS[0] = 'lezbsort2':
 	'You sit donw on the toilet and move your feet up. "Lick it", you tell her. She seductively bites her lips and happily follows your orders. The woman parts your pussy lips and begins to lick your cunt. Every so often she switches between licking your pink flesh and your flower. She doesn''t stop until you cry out in pleasure and cum.'
 
 	$orgasm_or = 'yes'
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 	gs 'arousal', 'cuni', 10, 'sub', 'lesbian'
 	gs 'stat'
 

文件差異過大導致無法顯示
+ 79 - 861
locations/dinSex.qsrc


+ 1 - 1
locations/fbDormD.qsrc

@@ -100,7 +100,7 @@ $d_fbd_blowhim = {
 		ppbj += 1
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/fbdbj.jpg"></center>'
-		dynamic $dinrandbj
+		gs 'dinSex', 'bj_random'
 		tiprand = rand(0, 1)
 		
 		gs 'arousal', 'bj', 5

+ 1 - 1
locations/fbHouse.qsrc

@@ -55,7 +55,7 @@ act 'Kiss him':
 			if tiprand = 0:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/fbhdog.jpg"></center>'
 			if tiprand = 1:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/fbhmiss.jpg"></center>'
 
-			dynamic $sexstart
+			gs 'dinSex', 'wear_condom'
 			gs 'dinsex','vaginal_sex',10
 			gs 'dinsex','sexcum'
 			

+ 1 - 1
locations/furisex.qsrc

@@ -86,7 +86,7 @@ elseif furisex = 101:
 	furibj += 1
 	furiswallow += 1
 
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 
 	spafinloc = 12
 	gs 'cum_manage'

+ 1 - 1
locations/garfather.qsrc

@@ -323,7 +323,7 @@ if pcs_horny > 50 and npc_sex['A28']!0:
 				gs 'arousal', 'vaginal', 10, 'sub', 'incest'
 				gs 'stat'
 
-				dynamic $sexstart
+				gs 'dinSex', 'wear_condom'
 				gs 'dinsex','vaginal_sex',10
 				act 'Continue':
 					cla

+ 18 - 18
locations/gdksex.qsrc

@@ -112,7 +112,7 @@ if $ARGS[0] = 'outside':
 								gs 'stat'
 								'<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
 								'The guy undresses you quite roughly, too horny and drunk to care about how you feel about it. Before you know it, you''re naked on the ground before him, while he stands over you with his <<$dick_girth>> cock dangling out of his pants.'
-								dynamic $sexstart
+								gs 'dinSex', 'wear_condom'
 								gs 'dinsex','vaginal_sex',10
 								gs 'dinsex','sexcum'
 
@@ -157,7 +157,7 @@ if $ARGS[0] = 'outside':
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
 					'The guy undresses you quite roughly, too horny and drunk to care about how you feel about it Before you know it, you''re naked on the ground before him, while he stands over you with his <<$dick_girth>> cock dangling out of his pants.'
-					dynamic $sexstart
+					gs 'dinSex', 'wear_condom'
 					gs 'dinsex','vaginal_sex',10
 					gs 'dinsex','sexcum'
 
@@ -526,7 +526,7 @@ if $ARGS[0] = 'blowjob':
 
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/sex/boybj2.jpg"></center>'
-		gs 'dinsex','dinrandbj'
+		gs 'dinsex','bj_random'
 
 		act 'Continue':
 			*clr & cla
@@ -541,7 +541,7 @@ if $ARGS[0] = 'blowjob':
 			gs 'cum_manage'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/sex/boybj3.jpg"></center>'
-			gs 'dinsex','dinrandswallow'
+			gs 'dinsex','bj_swallow_random'
 
 			act 'Leave':gt 'gdk'
 		end
@@ -569,7 +569,7 @@ if $ARGS[0] = 'blowjob':
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/shared/sex/public/boysex.jpg"></center>'
 		'You turn around, bend over, pull down your panties, and lean your hands against a wall for support. <<$boydesc>> immediately gets behind you.'
-		dynamic $sexstart
+		gs 'dinSex', 'wear_condom'
 		gs 'dinsex','vaginal_sex',10
 		gs 'dinsex','sexcum'
 
@@ -942,7 +942,7 @@ if $ARGS[0] = 'heating_up':
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/event/hotel/money.jpg"></center>'
 							'You wordlessly nod and extend your hand, and <<$boydesc>> readily gives you the money.'
 							gs 'arousal', 'bj', 5, 'prostitution'
-							dynamic $venerasiakOral
+							gs 'dinSex', 'std_trigger_oral'
 							gs 'stat'
 							act 'Continue': gt 'gdksex', 'hotelsex', 'paid'
 						end
@@ -1010,7 +1010,7 @@ if $ARGS[0] = 'heating_up':
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/event/hotel/money.jpg"></center>'
 				'You wordlessly extend your hand, and <<$boydesc>> readily gives you the money.'
 				gs 'arousal', 'bj', 5, 'prostitution'
-				dynamic $venerasiakOral
+				gs 'dinSex', 'std_trigger_oral'
 				gs 'stat'
 				act'Continue': gt 'gdksex', 'hotelsex', 'paid'
 			end
@@ -1052,7 +1052,7 @@ if $ARGS[0] = 'hotelsex':
 		'You stroke your hand along his shaft in rhythm with your head bobbing up and down on his cock and as he becomes more aroused, he starts moaning and thrusting more and more into your mouth, going deeper all the while.'
 		if $ARGS[1] = 'paid': gs 'arousal', 'bj', 5, 'prostitution'
 		if $ARGS[1] = 'unpaid': gs 'arousal', 'bj', 5
-		dynamic $venerasiakOral
+		gs 'dinSex', 'std_trigger_oral'
 		gs 'stat'
 		
 		if lose_virginity_event = 0 and hotel_sex = 0:
@@ -1121,7 +1121,7 @@ if $ARGS[0] = 'hotelsex':
 				'You pull yourself away from his cock, your lips making a lewd pop as it leaves your mouth. You quickly jump up on the bed, lay yourself down on your back and lift your knees all the way up to your breasts, reaching down with one hand to pull one of your butt cheeks aside. Not one to pass up such a great opportunity, <<$boydesc>> takes the hint and starts pushing the head of his dick against your asshole. Pushing slowly but insistently, the head of his dick pops into your ass - he pauses just a moment to let you adjust - before he slowly starts moving in and out, fucking you carefully and stretching your hole. He slowly but steadily works his dick deeper into your ass, all the while picking up more and more speed.'
 				if $ARGS[1] = 'paid': gs 'arousal', 'anal', 10, 'prostitution'
 				if $ARGS[1] = 'unpaid':  gs 'arousal', 'anal', 10
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				gs 'stat'
 				
 				act 'Finish him off':
@@ -1169,7 +1169,7 @@ if $ARGS[0] = 'hotelsex':
 						'He seems to be really getting into it, his movements are almost frenzied in their pace.'
 						if $ARGS[1] = 'paid': gs 'arousal', 'vaginal', 10, 'prostitution'
 						if $ARGS[1] = 'unpaid': gs 'arousal', 'vaginal', 10
-						dynamic $venerasiak
+						gs 'dinSex', 'std_trigger'
 						gs 'stat'
 						
 						act 'Suck him off':
@@ -1184,7 +1184,7 @@ if $ARGS[0] = 'hotelsex':
 								gs 'arousal', 'bj', 10
 								gs 'arousal', 'mast', 10
 							end
-							dynamic $venerasiakOral
+							gs 'dinSex', 'std_trigger_oral'
 							minut -= 10
 							gs 'stat'
 							
@@ -1238,7 +1238,7 @@ if $ARGS[0] = 'hotelsex':
 			'After sucking his dick for a bit, you stop and stand up, just long enough to lay down on the bed on your back and spread you legs. <<$boydesc>> watches you like a hawk the whole time, taking off his clothes while he doing so. You barely have your legs spread before he''s between them, already rubbing his slick cock along your pussylips. He pushes forward gently, slipping his dick inside of your soaking pussy - he goes slowly at first, but he picks up the pace quickly, speeding up and pounding his meat balls deep inside you, leaving you with a very full feeling.'
 			if $ARGS[1] = 'paid': gs 'arousal', 'vaginal', 10, 'prostitution'
 			if $ARGS[1] = 'unpaid': gs 'arousal', 'vaginal', 10
-			dynamic $venerasiak
+			gs 'dinSex', 'std_trigger'
 			gs 'stat'
 			if lose_virginity_event = 0:
 				act 'Suck him off':
@@ -1252,7 +1252,7 @@ if $ARGS[0] = 'hotelsex':
 						gs 'arousal', 'bj', 10
 						gs 'arousal', 'mast', 10
 					end
-					dynamic $venerasiakOral
+					gs 'dinSex', 'std_trigger_oral'
 					minut -= 10
 					gs 'stat'
 					
@@ -1303,7 +1303,7 @@ if $ARGS[0] = 'hotelsex':
 				'He seems to be really getting into it, his movements are almost frenzied in their pace, as he leans forward towards you and says. "I want to fuck your ass."'
 				if $ARGS[1] = 'paid': gs 'arousal', 'vaginal', 10, 'prostitution'
 				if $ARGS[1] = 'unpaid': gs 'arousal', 'vaginal', 10
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				gs 'stat'
 				
 				act 'Suck him off':
@@ -1318,7 +1318,7 @@ if $ARGS[0] = 'hotelsex':
 						gs 'arousal', 'bj', 10
 						gs 'arousal', 'mast', 10
 					end
-					dynamic $venerasiakOral
+					gs 'dinSex', 'std_trigger_oral'
 					minut -= 10
 					gs 'stat'
 					
@@ -1368,7 +1368,7 @@ if $ARGS[0] = 'hotelsex':
 						'You nod your head to him and roll back over on your back, then you pull your knees up to your breasts and reach down with one hand to pull one of your butt cheeks aside. He takes the hint and push the head of his dick against your asshole. After just a few pushes it pops into your ass, he pauses just a moment to let you adjust, before he starts slowly fucking you. He slowly but steadily works his dick deeper in your ass, all the while picking up speed as he does.'
 						if $ARGS[1] = 'paid': gs 'arousal', 'anal', 10, 'prostitution'
 						if $ARGS[1] = 'unpaid': gs 'arousal', 'anal', 10
-						dynamic $venerasiak
+						gs 'dinSex', 'std_trigger'
 						gs 'stat'
 						
 						act 'Finish him off':
@@ -1505,7 +1505,7 @@ if $ARGS[0] = 'drugs':
 						'Even as buzzed and horny as you are, you''re a bit hesitant at the suggestion but he quickly re-assures you that having anal sex while you''re high is a much better feeling than just having regular sex.'
 						'You nod as you fill your mouth with saliva and take his cock back in your mouth, taking it deep and lubing it up as much as you can for what''s coming.'
 						gs 'arousal', 'bj', 5
-						dynamic $venerasiakOral
+						gs 'dinSex', 'std_trigger_oral'
 						gs 'stat'
 						
 						act 'Doggy':
@@ -1517,7 +1517,7 @@ if $ARGS[0] = 'drugs':
 							'<<$boydesc>> speeds up his movements as you''re moaning like a whore, shaking and shivering as your orgasm hits, spraying girlcum all over the cover of the bed, panting hard.'
 							$orgasm_or = 'yes'
 							gs 'arousal', 'anal', 5
-							dynamic $venerasiak
+							gs 'dinSex', 'std_trigger'
 							gs 'stat'
 							
 							act 'Finish':

+ 4 - 4
locations/gopskver.qsrc

@@ -1068,9 +1068,9 @@ if $ARGS[0] = 'triple_blow':
 		minut += 5
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjgop.jpg"></center>'
-		dynamic $dinrandbj
+		gs 'dinSex', 'bj_random'
 		'Dan groans: "Go on, slut. You better not miss a drop."'
-		gs 'dinsex','dinrandswallow'
+		gs 'dinsex','bj_swallow_random'
 
 		act 'Suck Vasily''s cock':
 			*clr & cla
@@ -1085,7 +1085,7 @@ if $ARGS[0] = 'triple_blow':
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjgop2.jpg"></center>'
-			dynamic $dinrandbj
+			gs 'dinSex', 'bj_random'
 			'Right before he reaches his orgasm, Vasily takes his dick out of your mouth and aims it at your face like a fire hose. After a few short jerks you feel jets of his hot sperm land on you, and you do your best to keep your eyes closed so nothing gets in.'
 
 			act 'Suck Vitek''s cock':
@@ -1101,7 +1101,7 @@ if $ARGS[0] = 'triple_blow':
 				minut += 5
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjgop3.jpg"></center>'
-				dynamic $dinrandbj
+				gs 'dinSex', 'bj_random'
 				'Just like Vasily, Vitek takes his cock out of your mouth when he''s about to cum, and shoots his load over your face. He grins and laughs as he slaps his still erect cock against your cheeks, which are mostly covered in sperm by now.'
 
 				act 'Continue':

+ 2 - 2
locations/gschool_sex.qsrc

@@ -499,7 +499,7 @@ if $ARGS[0] = 'rand_bj':
 					*clr & cla
 					gs 'underwear', 'remove'
 					'You don''t want your panties to get in the way, and quickly slide them down your legs and stuff them in your pocket.'
-					dynamic $sexstart
+					gs 'dinSex', 'wear_condom'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/sex/boysex_tualet4.jpg"></center>'
 					'<<$boydesc>> does not need any more encouragement and rubs his cock against your sopping fuckhole, slamming it in all the way on the first thrust. He then begins to fuck you in short, furious strokes, and soon the room is filled with the sound of his balls slapping against your clit and the sopping of your pussy around his dick.'
 					gs 'arousal', 'vaginal', 10, 'unknown'
@@ -515,7 +515,7 @@ if $ARGS[0] = 'rand_bj':
 					end
 				end
 			else
-				dynamic $sexstart
+				gs 'dinSex', 'wear_condom'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/sex/boysex_tualet4.jpg"></center>'
 				'<<$boydesc>> does not need any more encouragement and rubs his cock against your sopping fuckhole, slamming it in all the way on the first thrust. He then begins to fuck you in short, furious strokes, and soon the room is filled with the sound of his balls slapping against you and the sopping of your pussy around his dick.'
 				gs 'arousal', 'vaginal', 10, 'unknown'

+ 17 - 17
locations/hotel_resep.qsrc

@@ -560,7 +560,7 @@ if $ARGS[0] = 'pavgenprosmf':
 	'Then you both get undressed and you start doing your job.'
 	picrand = rand(0, 14)
 	'<center><video autoplay loop src="images/shared/sex/blowjob/bj<<picrand>>.mp4"></video></center>'
-	gs 'dinsex','dinrandbj'
+	gs 'dinsex','bj_random'
 
 	!! The lower values for customerrand will mean that he wants to use a condom and can be persuaded otherwise if Sveta is dominant enough.
 	!! Higher values mean the customer will want sex without a condom.
@@ -578,7 +578,7 @@ if $ARGS[0] = 'pavgenprosmf':
 			'"I don''t have any." You tell him. "Besides, it feels a lot better without."'
 			if pcs_dom >= 25:
 				'He eyes you critically for a moment before giving in. "Fine, if that''s what you want."'
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				act 'Continue': gt 'hotel_resep', 'vaginalmf'
 			else
 				'"The safer the better if feels. You''re lucky I brought some." He tells you as he grabs a condom from his pocket.'
@@ -598,7 +598,7 @@ if $ARGS[0] = 'pavgenprosmf':
 			'"I don''t have any." You tell him. "Besides, it feels a lot better without."'
 			if pcs_dom >= 25:
 				'He eyes you critically for a moment before giving in. "Fine, if that''s what you want."'
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				act 'Continue': gt 'hotel_resep', 'vaginalmf'
 			else
 				'"Well, I don''t fuck without one, good thing I brought some." He tells you as he grabs a condom from his pocket.'
@@ -615,7 +615,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					cla
 					'"Fine." You say, holding out your hand.'
 					'He grabs his wallet and hands you 300 <b>₽</b> "There, now let''s try that pussy of yours.'
-					dynamic $venerasiak
+					gs 'dinSex', 'std_trigger'
 					act 'Continue': gt 'hotel_resep', 'vaginalmf'
 				end
 			else
@@ -625,7 +625,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					'He grabs his wallet and hands you 300 <b>₽</b> "There, now let''s try that pussy of yours.'
 					money += 300
 					gs 'stat'
-					dynamic $venerasiak
+					gs 'dinSex', 'std_trigger'
 					act 'Continue': gt 'hotel_resep', 'vaginalmf'
 				end
 				act 'Refuse':
@@ -638,7 +638,7 @@ if $ARGS[0] = 'pavgenprosmf':
 			end
 		else
 			'You move his dick out of your mouth and tell him to fuck you.'
-			dynamic $venerasiak
+			gs 'dinSex', 'std_trigger'
 			act 'Continue': gt 'hotel_resep', 'vaginalmf'
 		end
 	elseif customerrand < 9:
@@ -650,7 +650,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					cla
 					'"Uhm. Ok then." You say, not quite sure how you should deal with this.'
 					'"There, now let''s try that pussy of yours.'
-					dynamic $venerasiak
+					gs 'dinSex', 'std_trigger'
 					act 'Continue': gt 'hotel_resep', 'vaginalmf'
 				end
 			else
@@ -660,7 +660,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					'"Fine." He grabs his wallet and hands you 300 <b>₽</b> "There, now let''s try that pussy of yours.'
 					money += 300
 					gs 'stat'
-					dynamic $venerasiak
+					gs 'dinSex', 'std_trigger'
 					act 'Continue': gt 'hotel_resep', 'vaginalmf'
 				end
 				act 'Refuse':
@@ -673,7 +673,7 @@ if $ARGS[0] = 'pavgenprosmf':
 			end
 		else
 			'You move his dick out of your mouth and tell him to fuck you.'
-			dynamic $venerasiak
+			gs 'dinSex', 'std_trigger'
 			act 'Continue': gt 'hotel_resep', 'vaginalmf'
 		end
 	else
@@ -686,7 +686,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					'You are afraid he''s going to hurt you if you don''t let him fuck you without a condom.'
 					'"Uhm. Ok then." You say, not quite sure how you should deal with this.'
 					'"That''s better, now let''s try that pussy of yours.'
-					dynamic $venerasiak
+					gs 'dinSex', 'std_trigger'
 					act 'Continue': gt 'hotel_resep', 'vaginalmf'
 				end
 			else
@@ -708,7 +708,7 @@ if $ARGS[0] = 'pavgenprosmf':
 							else
 								'You try to shove him away from you but you may as well have tried to push against a brick wall.'
 								'"You''re going to regret that." He says as he shoves you on the bed roughly.'
-								dynamic $venerasiak
+								gs 'dinSex', 'std_trigger'
 								act 'Continue': gt 'hotel_resep', 'vaginalmf'
 							end
 						end
@@ -717,7 +717,7 @@ if $ARGS[0] = 'pavgenprosmf':
 							cla
 							'"N-No... I-I''ll be good." You whimper.'
 							'"That''s more like it, whore." He tells you coldly as he shoves you on the bed.'
-							dynamic $venerasiak
+							gs 'dinSex', 'std_trigger'
 							act 'Continue': gt 'hotel_resep', 'vaginalmf'
 						end
 					end
@@ -738,7 +738,7 @@ if $ARGS[0] = 'pavgenprosmf':
 			end
 		else
 			'You move his dick out of your mouth and tell him to fuck you.'
-			dynamic $venerasiak
+			gs 'dinSex', 'std_trigger'
 			act 'Continue': gt 'hotel_resep', 'vaginalmf'
 		end
 	end
@@ -749,7 +749,7 @@ if $ARGS[0] = 'vaginalmf':
 	picrand = rand(1, 5)
 	'<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vagmis<<picrand>>.jpg"></center>'
 	gs 'arousal', 'bj', 30, 'prostitution'
-	dynamic $venerasiakOral
+	gs 'dinSex', 'std_trigger_oral'
 	gs 'arousal', 'vaginal', 30
 	gs 'arousal', 'end'
 	gs 'stat'
@@ -884,14 +884,14 @@ if $ARGS[0] = 'pavgenprosmmf':
 				mmfextrapay = 1
 				mmfcond = 0
 				'"I don''t normally let my customers fuck my ass and without condoms at that. Hmm, maybe I''ll make an exception for you guys for an extra thousand." You tell them coyly. <<$boydesc[0]>> immediately takes out his wallet and throws the money on the bed.'
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				act 'Continue': gt 'hotel_resep', 'sexmmf'
 			end
 			act 'Allow it':
 				cla
 				mmfcond = 0
 				'"I don''t normally let my customers fuck my ass and without condoms at that. Hmm, but I''ll make an exception for you guys." You tell them coyly.'
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				act 'Continue': gt 'hotel_resep', 'sexmmf'
 			end
 		end
@@ -900,7 +900,7 @@ if $ARGS[0] = 'pavgenprosmmf':
 			cla
 			mmfcond = 0
 			'"I don''t normally let my customers fuck my ass and without condoms at that. Hmm, but I''ll make an exception for you guys." You tell them coyly.'
-			dynamic $venerasiak
+			gs 'dinSex', 'std_trigger'
 			act 'Continue': gt 'hotel_resep', 'sexmmf'
 		end
 	end

+ 3 - 3
locations/hunter_favors.qsrc

@@ -511,11 +511,11 @@ if $ARGS[0] = 'yard_bondage':
 				'You decide to make it some more fun for for him. You start bobbing your head in rhythm with his pumping.'
 				'Whenever he is all the way down your throat, you swallow to massage his cock.'
 
-				gs 'dinsex', 'dinrandbj'
+				gs 'dinsex', 'bj_random'
 				*nl 
 				'Your efforts start paying off pretty quickly as he grabs your head and starts pumping even more quickly before he buries his cock all the way in'
 
-				gs 'dinsex', 'dinrandswallow'
+				gs 'dinsex', 'bj_swallow_random'
 				'He gives you a pat on the head and says "Now that''s a good girl" before tying you upright and walking off, satisfied and drained.'
 
 				act 'Further': gt 'hunter_favors', 'yard_bondage'
@@ -535,7 +535,7 @@ if $ARGS[0] = 'yard_bondage':
 				'You decide if you relax your throat and face it will be easier not to puke all over his dick.'
 				'He strokes your hair as he keeps furiously ramming his cock up and down your throat, fucking your face like as if it was a sex toy.' 
 
-				gs 'dinsex', 'dinrandbj'
+				gs 'dinsex', 'bj_random'
 				*nl 
 				'After a few minutes he pulls out of your mouth and jerks off to your face, splattering your face and chest with his spunk.'
 				'As you blink the cum off your eyes, he zips up and ties you back upright before walking away without saying anything else.'

+ 1 - 1
locations/hunter_interactions.qsrc

@@ -1979,7 +1979,7 @@ if $ARGS[0] = 'creekside_gangbang':
         
             swallow += 1
             gs 'cum_call', 'mouth', $boy, 1
-            gs 'dinsex', 'dinrandswallow'
+            gs 'dinsex', 'bj_swallow_random'
             
             gs 'boyStat', 'A173'
             gs 'dinsex','vaginal_sex',5

+ 2 - 2
locations/kafe.qsrc

@@ -455,7 +455,7 @@ if $ARGS[0] = 'workPred':
 									*clr & cla
 									guy += 1
 									'<center><img <<$set_imgh>> src="images/locations/city/residential/cafe/sex/waitress_work_bj.jpg"></center>'
-									gs 'dinsex','dinrandbj'
+									gs 'dinsex','bj_random'
 									gs 'arousal', 'bj', 5, 'sub', 'prostitution'
 									gs 'stat'
 									act 'Take the sperm in your mouth':
@@ -463,7 +463,7 @@ if $ARGS[0] = 'workPred':
 										'<center><img <<$set_imgh>> src="images/locations/city/residential/cafe/sex/waitress_work_bj2.jpg"></center>'
 										swallow += 1
 										gs 'cum_call','mouth',$boy,1
-										gs 'dinsex','dinrandswallow'
+										gs 'dinsex','bj_swallow_random'
 										gs 'arousal', 'end'
 										money += 700
 										gs 'stat'

+ 2 - 2
locations/katalkinSex.qsrc

@@ -49,7 +49,7 @@ if $ARGS[0] = 'sexgo':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/katalkin/sex/bj.jpg"></center>'
-			gs 'dinsex','dinrandbj'
+			gs 'dinsex','bj_random'
 			gs 'arousal', 'bj', 10, 'sub'
 			gs 'stat'
 
@@ -60,7 +60,7 @@ if $ARGS[0] = 'sexgo':
 					KatalkinSwallow += 1
 					gs 'cum_call','mouth',$boy,1
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/katalkin/sex/swallow.jpg"></center>'
-					gs 'dinsex','dinrandswallow'
+					gs 'dinsex','bj_swallow_random'
 					gs 'arousal', 'end'
 					gs 'stat'
 

+ 2 - 2
locations/lake.qsrc

@@ -879,7 +879,7 @@ if $ARGS[0] = 'stasValera4':
 			'<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/stas/sex<<rand(1,6)>>.jpg"></center>'
 			'While you fuck Stasik, Valera slumps to your face and brings his erect cock to your lips.'
 			gs 'boyStat', 'A48'
-			dynamic $dinrandbj
+			gs 'dinSex', 'bj_random'
 			gs 'boyStat', 'A47'
 			pose = 1
 			gs 'dinsex','sexcum'
@@ -890,7 +890,7 @@ if $ARGS[0] = 'stasValera4':
 				gs 'boyStat', 'A48'
 				gs 'cum_call', 'mouth', 'A48', 1
 				gs 'arousal', 'bj', 5
-				gs 'dinsex','dinrandswallow'
+				gs 'dinsex','bj_swallow_random'
 
 				act 'Further':
 					cla & *clr

+ 12 - 12
locations/mitkasex.qsrc

@@ -199,7 +199,7 @@ if $ARGS[0] = 'gadOralCum2_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagadsexoralcum2_1.jpg"></center>'
 	'Realizing that <<$boydesc>> will soon tire out, you increase tempo, actively working his cock with your lips and tongue...'
 
-	gs 'dinsex', 'dinrandswallow'
+	gs 'dinsex', 'bj_swallow_random'
 	''
 	'<<$textsexhunter6>>'
 	if temp_ms = 1:gs 'boyStat', 'A61'
@@ -228,7 +228,7 @@ if $ARGS[0] = 'gadOralCum2_2':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagadsexoralcum2_2.jpg"></center>'
 	'Realizing that <<$boydesc>> will soon tire out, you increase tempo, actively working his cock with your lips and tongue...'
 
-	gs 'dinsex', 'dinrandswallow'
+	gs 'dinsex', 'bj_swallow_random'
 	*pl
 	'<<$textsexhunter6>>'
 	if temp_ms = 1:gs 'boyStat', 'A63'
@@ -334,7 +334,7 @@ if $ARGS[0] = 'gadDogCum2_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagadsexdogcum2_1.jpg"></center>'
 	'Realizing that <<$boydesc>> will soon tire out, you increase tempo, actively working his cock with your lips and tongue...'
 
-	gs 'dinsex', 'dinrandswallow'
+	gs 'dinsex', 'bj_swallow_random'
 	*pl
 	'<<$textsexhunter6>>'
 	if temp_ms = 1:gs 'boyStat', 'A61'
@@ -440,7 +440,7 @@ if $ARGS[0] = 'gadCowCum2_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagadsexcowcum2_1.jpg"></center>'
 	'Realizing that <<$boydesc>> will soon tire out, you increase tempo, actively working his cock with your lips and tongue...'
 
-	gs 'dinsex', 'dinrandswallow'
+	gs 'dinsex', 'bj_swallow_random'
 	*pl
 	'<<$textsexhunter6>>'
 	if temp_ms = 1:gs 'boyStat', 'A61'
@@ -544,7 +544,7 @@ if $ARGS[0] = 'gadStanCum2_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagadsexstancum2_1.jpg"></center>'
 	'Realizing that <<$boydesc>> will soon tire out, you increase tempo, actively working his cock with your lips and tongue...'
 
-	gs 'dinsex', 'dinrandswallow'
+	gs 'dinsex', 'bj_swallow_random'
 	*pl
 	'<<$textsexhunter6>>'
 	if temp_ms = 1:gs 'boyStat', 'A61'
@@ -629,7 +629,7 @@ if $ARGS[0] = 'gadOralCum1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagadsexoralcuml1.jpg"></center>'
 	'Realizing that <<$boydesc>> will soon tire out, you increase your pace...'
 	if klismaday ! daystart and dirty_dickA > 0:'<<$textsexhunter>>' & pcs_mood -= 5 & pcs_horny -= 20
-	gs 'dinsex', 'dinrandswallow'
+	gs 'dinsex', 'bj_swallow_random'
 	*pl
 	'<<$textsexhunter3>>'
 	gs 'arousal', 'end'
@@ -959,7 +959,7 @@ if $ARGS[0] = 'forestOralCum1_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaforestsexoralcuml1_1.jpg"></center>'
 	'Realizing that <<$boydesc>> will soon tire out, you increase your pace. Mira stands by your side, not interfering with the process.'
 	gs 'oral','start'
-	gs 'dinsex', 'dinrandswallow'
+	gs 'dinsex', 'bj_swallow_random'
 	*pl
 	'<<$textsexhunter10>>'
 	gs 'arousal', 'end'
@@ -1158,7 +1158,7 @@ if $ARGS[0] = 'forestCowOral1_1':
 	if horny_boyA >= 100:
 		gs 'cum_call', 'mouth', $boy, 1
 		swallow += 1
-		gs 'dinsex', 'dinrandswallow'
+		gs 'dinsex', 'bj_swallow_random'
 	end
 	*pl
 	if horny_boyA < 100:'<<$textsexhunter4>>'
@@ -1442,7 +1442,7 @@ if $ARGS[0] = 'forestOralCum2_1':
 
 	gs 'oral','start'
 	!'<<$textsexhunter8>>'
-	gs 'dinsex', 'dinrandswallow'
+	gs 'dinsex', 'bj_swallow_random'
 	'<<$textsexhunter3>>'
 	*pl
 	if horny_boyB < 100 and boyB_cum = 0:
@@ -2181,17 +2181,17 @@ if $ARGS[0] = 'forestCum3_1':
 		gs 'boyStat', 'A63'
 		gs 'oral','start'
 		!'<<$textsexhunter8>>'
-		gs 'dinsex', 'dinrandswallow'
+		gs 'dinsex', 'bj_swallow_random'
 	elseif temp_ms = 2:
 		gs 'boyStat', 'A61'
 		gs 'oral','start'
 		!'<<$textsexhunter8>>'
-		gs 'dinsex', 'dinrandswallow'
+		gs 'dinsex', 'bj_swallow_random'
 	elseif temp_ms = 3:
 		gs 'boyStat', 'A62'
 		gs 'oral','start'
 		!'<<$textsexhunter8>>'
-		gs 'dinsex', 'dinrandswallow'
+		gs 'dinsex', 'bj_swallow_random'
 	end
 	'<<$textsexhunter3>>'
 	gs 'arousal', 'end'

+ 1 - 1
locations/narkopriton.qsrc

@@ -340,7 +340,7 @@ if $ARGS[0] = 'drugslut':
 					NarkShmaraTimes += 1
 					spafinloc = 12
 					gs 'cum_manage'
-					dynamic $venerasiak
+					gs 'dinSex', 'std_trigger'
 					'<center><img <<$set_imgh>> src="images/characters/city/bobka/sex/bj.jpg"></center>'
 					'You need the drugs so badly, you drop to your knees automatically and quickly pull his pants down without even thinking of rejecting him. His cock is still flaccid but you close your lips around it anyway, doing the best you can to arouse him. You slowly feel his cock grow inside your mouth and suck him off obediently, until you feel several warm jets of sperm land on the back of your throat.'
 					'The guy moans exhaustedly: "Could be better..."'

+ 1 - 1
locations/park.qsrc

@@ -646,7 +646,7 @@ if $ARGS[0] = 'prost':
 					spafinloc = 12
 					gs 'cum_manage'
 					'Client started cumming in your mouth, you continued to suck and swallow his hot, tart sperm.'
-					dynamic $venerasiakOral
+					gs 'dinSex', 'std_trigger_oral'
 				elseif prezik > 0:
 					dynamic $prezik
 					'Client finished in a condom.'

+ 3 - 3
locations/saunawhore.qsrc

@@ -593,7 +593,7 @@ if $ARGS[0] = 'cumVaginal':
 		'<center><video autoplay loop src="images/locations/city/residential/sauna/sex/cumvaginal'+rand(1, 5)+'.mp4"></video></center>'
 		'The client''s cock twitches several more times, and you feel a warmth spreading inside of you as he pumps <<$cumType>> cum deep inside your pussy.'
 		gs 'cum_call', '', 'sauna client', 0, 0, 0, cumVolMl
-		if rand(1,100) >= 70:dynamic $venerasiak
+		if rand(1,100) >= 70:gs 'dinSex', 'std_trigger'
 	end
 	gs 'stat'
 	act 'Continue':gt 'saunawhore', 'clientLeave'
@@ -620,7 +620,7 @@ if $ARGS[0] = 'cumAnal':
 	else
 		'<center><video autoplay loop src="images/locations/city/residential/sauna/sex/cumanal'+rand(1, 5)+'.mp4"></video></center>'
 		'The client''s cock twitches several more times, and you feel a warmth spreading inside of you as he pumps <<$cumType>> cum deep inside your gut.'
-		if rand(1,100) >= 70:dynamic $venerasiak
+		if rand(1,100) >= 70:gs 'dinSex', 'std_trigger'
 		gs 'cum_call', 'anus', 'sauna client', 0, 0, 0, cumVolMl
 	end
 	gs 'stat'
@@ -648,7 +648,7 @@ if $ARGS[0] = 'cumMouth':
 		swallow += 1
 		'The client stuffs his dick back inside your mouth, and as you suck it, he shoots <<$cumType>> cum inside your mouth.'
 	end
-	if rand(1,100) >= 70:dynamic $venerasiakOral
+	if rand(1,100) >= 70:gs 'dinSex', 'std_trigger_oral'
 	gs 'cum_call', 'mouth', 0, 0, 0, cumVolMl
 	gs 'stat'
 	act 'Continue':gt 'saunawhore', 'clientLeave'

+ 1 - 1
locations/seeporn.qsrc

@@ -92,7 +92,7 @@ act 'Watch it':
 						if see_rand1 >= 5 and see_rand1 < 30:'<center><video autoplay loop src="images/shared/sex/public/publ1,<<rand(0,2)>>.mp4"></video></center>'
 						if see_rand1 >= 30:'<center><img <<$set_imgh>> src="images/shared/sex/public/publ1,<<rand(0,6)>>.jpg"></center>'
 						'You let your brother fuck you from behind.'
-						dynamic $sexstart
+						gs 'dinSex', 'wear_condom'
 						gs 'dinsex','vaginal_sex',10
 						gs 'dinsex','sexcum'
 

+ 1 - 1
locations/sexshop.qsrc

@@ -705,7 +705,7 @@ if $ARGS[0] = 'pip':
 						swallow += 1
 						spafinloc = 12
 						gs 'cum_manage'
-						dynamic $venerasiakOral
+						gs 'dinSex', 'std_trigger_oral'
 						ghprand = rand(1, 38)
 						'<center><img <<$set_imgh>> src="images/shared/sex/gloryhole/gloryhole<<ghprand>>.jpg"></center>'
 						'You take the cock in your mouth and start to suck it, blowing him enthusiastically.'

+ 1 - 1
locations/skverdin.qsrc

@@ -125,7 +125,7 @@ $d_pp_sex = {
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/ppsex.jpg"></center>'
 		'You bared her butt and bending framed his boyfriend'
-		dynamic $sexstart
+		gs 'dinSex', 'wear_condom'
 		gs 'dinsex','vaginal_sex',10
 		
 		gs 'arousal', 'vaginal', 10, 'sub'

+ 1 - 1
locations/sny.qsrc

@@ -333,7 +333,7 @@ if $ARGS[0] = 'kiss':
 
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/sex/fuck.jpg"></center>'
-			dynamic $sexstart
+			gs 'dinSex', 'wear_condom'
 			gs 'dinsex','vaginal_sex',10
 			!gs 'dinsex','sexcum'
 			'Suddenly, Dimka''s friend Gosha comes into the room and sits down next to you on the couch, he pulls out his dick and starts jerking off while he is watching Dimka fuck you.'

+ 2 - 2
locations/train.qsrc

@@ -738,7 +738,7 @@ if $ARGS[0] = 'private':
 			*nl
 			'"Good girl", he whispers, "I knew you could suck cock as soon as I saw you." His praise causes you to smile a little around his cock and you take him a little deeper in response.'
 			gs 'arousal', 'bj', 10, 'prostitution', 'sub', 'unknown'
-			dynamic $venerasiakOral
+			gs 'dinSex', 'std_trigger_oral'
 
 			act 'First stop':
 				*clr & cla
@@ -759,7 +759,7 @@ if $ARGS[0] = 'private':
 					*nl
 					'Honestly, it makes relaxing difficult because your muscles are twitching around him in excitement and you can barely contain your moans. He goes a little deeper and a little faster, but your ass is too much for him and he can''t last much longer. You feel the first spurt of sperm deposited in your ass a second later and, as he continues to cum, he pulls out of you.'
 					gs 'arousal', 'anal', 5, 'prostitution', 'sub', 'unknown'
-					dynamic $venerasiak
+					gs 'dinSex', 'std_trigger'
 
 					act 'Finished':
 						*clr & cla

+ 1 - 1
locations/trainBimbo.qsrc

@@ -120,7 +120,7 @@ if $ARGS[0] = 'pos22':
 		pcs_horny += 20
 		if bimbo_rand1 < 30:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/sex/bimbo.boy1,'+rand(0,5)+'.jpg"></center>'
 		if bimbo_rand1 >= 30:'<center><video autoplay loop src="images/locations/pavlovsk/trainstation/sex/bimbo.boy1,'+rand(0,8)+'.mp4"></video></center>'
-		dynamic $sexstart
+		gs 'dinSex', 'wear_condom'
 		gs 'dinsex','vaginal_sex',10
 		gs 'dinsex','sexcum'
 		horand = RAND(1,100)

+ 3 - 3
locations/vipclub.qsrc

@@ -32,7 +32,7 @@ if $ARGS[0] = 'start':
 				picrand = rand(13, 17)
 				girl += 1
 				lesbian += 1
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				xgt 'lezbsex', 'var'
 			end
 		end
@@ -43,7 +43,7 @@ if $ARGS[0] = 'start':
 				menu_off = 1
 				picrand = 38
 				guy += 1
-				dynamic $venerasiak
+				gs 'dinSex', 'std_trigger'
 				xgt 'sex', 'var'
 			end
 		end
@@ -55,7 +55,7 @@ if $ARGS[0] = 'start':
 				girl += 1
 				lesbian += 1
 				money -= 5000
-				dynamic $venerasiakOral
+				gs 'dinSex', 'std_trigger_oral'
 
 				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/vip1.jpg"></center>'
 				'You have a wonderful idea and a couple of minutes later find yourself in a room with two staff members, one man and one woman. You have them start on the couch, with the man stting while she knelt beside of him and gave him a blowjob. You raptly watched the two professional lovers, getting more and more excited by the display.'

+ 1 - 1
locations/youry.qsrc

@@ -126,7 +126,7 @@ if $ARGS[0] = 'quest':
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/characters/city/yuri/sex/sex.jpg"></center>'
 							'As soon as you enter the bedroom, Yuri quickly helps you undress and puts you on all fours, spreading your legs as he prepares to enter you.'
-							dynamic $sexstart
+							gs 'dinSex', 'wear_condom'
 							'He steps behind you, grabbing your hip with his one hand while he teases your wet clit with his errect cock...'
 							'As your wetness acts as lubricant, Yuri thrusts his cock inside of you. After a while he picks up his pace and by the end he''s fucking you so hard you that you''re barely able to hold on by the pleasure.'
 							

+ 4 - 4
locations/zsoft_gopskverGorSlut.qsrc

@@ -259,7 +259,7 @@ if $ARGS[0] = '2':
 			gs'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/oral/1/o'+rand(1,25)+'.jpg"></center>'
 
-			dynamic $dinrandbj
+			gs 'dinSex', 'bj_random'
 			'<<$oral_den_text>>'
 			gs 'zsoft_gopskverGorSlut', 'cumface'
 			gs 'zsoft_gopskverGorSlut', 'cummouth'
@@ -282,7 +282,7 @@ if $ARGS[0] = '2':
 
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/oral/2/o'+rand(1,28)+'.jpg"></center>'
 
-			dynamic $dinrandbj
+			gs 'dinSex', 'bj_random'
 			'<<$oral_den_text>>'
 			gs 'zsoft_gopskverGorSlut', 'gopcumface'
 			gs 'zsoft_gopskverGorSlut', 'gopcummouth'
@@ -305,7 +305,7 @@ if $ARGS[0] = '2':
 
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/oral/3/o'+rand(1,28)+'.jpg"></center>'
 
-			dynamic $dinrandbj
+			gs 'dinSex', 'bj_random'
 			'<<$oral_den_text>>'
 			gs 'zsoft_gopskverGorSlut', 'gopcumface'
 			gs 'zsoft_gopskverGorSlut', 'gopcummouth'
@@ -472,7 +472,7 @@ if $ARGS[0] = 'piss':
 				'You sigh and drop to your knees, rubbing your hands over the groins of their police uniforms. They obviously want you, the bulges in their pants are impossible to ignore.'
 				'One of the policemen makes a token effort to object, but quickly quiets down when you pull out his hard rod and eagerly close your lips around it. You realize you have to show some effort if you want this fine to go away, and dutifully suck the guy off, massaging the other policeman''s cock with your hand after he pulls it out for you.'
 				'After a while, the second policeman gets impatient and wants you to take his cock in your mouth too. You take turns on their cocks, sucking them off one by one while you massage the other with your hand after you make it nice and slick with your saliva.'
-				gs 'dinsex','dinrandswallow'
+				gs 'dinsex','bj_swallow_random'
 				'The policemen drop their loads on your face, slightly adjusting his aim when they cum so they spread their cum absolutely everywhere. With a satisfied nod, they tuck their cocks back into their pants.'
 				'The first policeman says: "Everything seems to be in order here after all, miss. Thank you for your cooperation."'
 				'You hear them laugh as they walk away, while you wipe the cum from your eyes. They might have humiliated you a little, but at least no one else will know!'

部分文件因文件數量過多而無法顯示