Browse Source

[changed] rewrite events for group drinking and sex with Sveta, Mira, Mitka, and his friends

sovietmercader 5 years ago
parent
commit
8811e021df
1 changed files with 578 additions and 600 deletions
  1. 578 600
      locations/mitkabuh_group.qsrc

+ 578 - 600
locations/mitkabuh_group.qsrc

@@ -1,287 +1,439 @@
 # mitkabuh_group
 
-!MiraLoc tells us where Mira is Located
-!----------------------------------------------
-!MiraLoc = 0 (Mira at home)
-!MiraLoc = 1 (Mira at river)
-!MiraLoc = 2 (Mira at meadow)
-!MiraLoc = 3 (Mira at forest)
-!MiraLoc = 4 (Mira at field)
-!MiraLoc = 5 (Mira with gop)
-!---------------------------------------------
-!! default entry point
 if $ARGS[0] = '':
+	menu_off = 1
+	CLOSE ALL
+	gs 'stat'
+	
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/village/mitka_old_trailer.jpg"></center>'
+	*nl
+	'You follow the boys into the woods. Soon the familiar old trailer comes into view.'
+
+	*nl
+	if sunWeather = 1:
+		'The skies are clear today so you all decide to drink outside tonight.'
+		'You quickly head over to the bench and sit down before anyone else can claim it.'
+		
+		act 'Sit down outside':
+			gt 'mitkabuh_group','partywithMira'
+		end
+	else
+		'The weather is poor outside today so you all decide to drink inside tonight.'
+		'The inside of the trailer looks like last time, just with maybe a few more empty bottles and cups strewn about. You quickly head over to the best couch and sit down before anyone else can claim it.'
+		
+		act 'Go inside the trailer':
+			gt 'mitkabuh_group','partywithMira'
+		end
+	end
+end
+
+if $ARGS[0] = 'partywithMira':
+	$loc = 'mitkabuh_group'
+	$metka = 'partywithMira'
+	$location_type = 'indoors'
+	
 	$menu_loc = 'mitkabuh_group'
-	$menu_arg = ''
+	$menu_arg = 'partywithMira'
 	menu_off = 0
+		
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/village/drunk.jpg"></center>'
-	'Sitting in a secluded place, three village youths - Mitka Shkvoryen, Vasyan Paket and Kolyamba Pyut - drink vodka without snacks. You and Mira approach them and ask them if you can join them. The boys immediately brighten up and nod their heads. Mitka immediately begins to pour the moonshine into some extra glasses, then passes one of them to you, saying that, as they don''t have enough cups, you and Mira may have to take turns drinking.'
-!! repeat until drunk
-	if alko < 8:
-		if alko <4: act 'Leave': gt'Gaddvor'
-		temp_mb = RAND(0,1)
-		if temp_mb = 0:
-			act 'You take the liquor and swallow it quickly':
-				menu_off = 1
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/village/drinking.jpg"></center>'
-				'You take a glass of moonshine and quickly gulp it down, you cough and suck in your breath. Mira meanwhile holds her drink and slowly sips on it, while the local youths encourage her to slug it down like you did.'
-				minut += 15
-				alko += rand (3,5)
-				if pcs_hydra >= 100:
-					pcs_hydra -= 10
-				else
-					pcs_hydra -= 20
-				end
-				temp_mb = 2
-				gs 'stat'
-
-				act 'Breathe':gt $curloc
-			end
+	*nl
+	'You, Mira, Mitka, Kolyamba and Vasyan are sitting on some '+iif(sunWeather=1,'logs outside','couches inside')+' the trailer. There is plenty of moonshine to go around but no snacks.'
+	
+	! prevent drinking events from repeating after sex is done because the passage of time in the sex events allowed alko to decrease again
+	if mitkabuhday = 1 and alko < 10: alko = 10
+	if mitkabuhmiraday = 1 and npc_drunk['A60'] < 10: npc_drunk['A60'] = 10
+	mitkadrinkday = daystart
+	
+	! Sveta is drunk and Mira is drunk and boys fucked both already tonight
+	if npc_drunk['A60'] >= 10 and alko >= 10 and mitkabuhday = 1 and mitkabuhmiraday = 1:
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/village/mira/girls_go.jpg"></center>'
+		*nl
+		'You and Mira are both way too drunk and can barely stand. The guys tell you to leave, they already fucked you tonight, but to make sure to come back tomorrow for another round.'
+		'As you are leaving the guys call after you both "Hey whores, come drink with us again, we love fucking you both!! Ha-ha!" They laugh as you make your way out. You are too drunk to come up with a response and just walk away with Mira.'
+		
+		act 'Leave': MiraLoc = 0 & npc_drunk['A60'] = 0 & mitkabuhmiraday = 0 & mitkabuhday = 0 & minut += 15 & gt 'gadroad'
+	! Sveta is drunk and Mira is drunk and both not had sex with the boys 
+	elseif npc_drunk['A60'] >= 10 and alko >= 10 and mitkabuhday = 0 and mitkabuhmiraday = 0:
+		*clr & cla
+		mitkabuhday = 1
+		mitkabuhmiraday = 1
+		mitkarand = rand(1,10)
+		mitkabuhrand = rand(1,6)
+		if mitkabuhrand = 1:
+			gs 'boyStat','A61','0'
+			gs 'boyStat','A62','1'
+			gs 'boyStat','A63','2'
+		elseif mitkabuhrand = 2:
+			gs 'boyStat','A61','0'
+			gs 'boyStat','A63','1'
+			gs 'boyStat','A62','2'
+		elseif mitkabuhrand = 3:
+			gs 'boyStat','A62','0'
+			gs 'boyStat','A61','1'
+			gs 'boyStat','A63','2'
+		elseif mitkabuhrand = 4:
+			gs 'boyStat','A62','0'
+			gs 'boyStat','A63','1'
+			gs 'boyStat','A61','2'
+		elseif mitkabuhrand = 5:
+			gs 'boyStat','A63','0'
+			gs 'boyStat','A62','1'
+			gs 'boyStat','A61','2'
+		elseif mitkabuhrand = 6:
+			gs 'boyStat','A63','0'
+			gs 'boyStat','A61','1'
+			gs 'boyStat','A62','2'
+		end	
+		if mitkarand <= 4 and mesec = 0:
+			gt 'mitkabuh_group','group_sex'
+		elseif mitkarand  <= 7:
+			gt 'mitkabuh_group', 'group_bj'
+		elseif mitkarand <= 9:
+			gt 'mitkabuh_group', 'group_show'
 		else
-			act 'You pass the shot glass of liquor to Mira':
-				menu_off = 1
-				*clr & cla
-				npc_drunk['A60'] += rand (3,5)
-				minut += 15
-				temp_mb = 0
-				mirapiss = RAND(0,10)
-				gs 'stat'
-				if npc_QW['A60'] >= 15 and mirapiss <= 2:
-					gt 'mitkabuh_group','mirapiss_1'
-				elseif npc_QW['A60'] >= 15 and mirapiss >= 3 and mirapiss < 6:
-					gt 'mitkabuh_group','mirapiss_2'
-				elseif npc_QW['A60'] >= 15 and mirapiss = 6:
-					gt 'mitkabuh_group','mirapiss_3'
-				else
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/village/drinking.jpg"></center>'
-					'You pass Mira a shot glass full of liquor, she examines the glass''s contents for a moment, then gulps down the entire glass with a single tose of her head. Her eyes wided and she coughs a little, sucking in her breath with a smile. You talk with the guys as they drink as well.'
-
-					act 'Continue':gt $curloc
-				end
-			end
+			gt 'mitkabuh_group', 'group_anal'
 		end
+	! Sveta is not drunk and Mira is not drunk
 	else
-		menu_off = 1
-		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunkgirl1.jpg"></center>'
-		'You got so drunk on the swill they served you, your legs can barely hold you upright. The guys notice your condition. They immediately grabbed you and Mira by the hands and lead you both over to Mitka''s house.'
-		mitkadaybuh = daystart
-		temp_mb = RAND(0,5)
-			if temp_mb = 0:
-				xgt 'mitkabuh_group','mirafuck_0'
-			elseif temp_mb = 1:
-				xgt 'mitkabuh_group','mirafuck_1'
-			elseif temp_mb = 2:
-				xgt 'mitkabuh_group','mirafuck_2'
-			elseif temp_mb = 3:
-				xgt 'mitkabuh_group','mirafuck_3'
-			elseif temp_mb = 4:
-				xgt 'mitkabuh_group','mirafuck_4'
-			elseif temp_mb = 5:
-				xgt 'mitkabuh_group','mirafuck_5'
+		act 'Drink with Mira and the boys':
+			*clr & cla
+			menu_off = 1
+			minut += 30
+			npc_rel['A63'] += rand(0,1)
+			npc_rel['A62'] += rand(0,1)
+			npc_rel['A61'] += rand(0,1)
+			npc_rel['A60'] += rand(0,1)
+			gs 'stat'
+			
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/village/drinking.jpg"></center>'
+			*nl
+			'Mitka pours some of the brew into two clear plastic shot glasses and hands them over to you.'
+			'You take one glass and give it to Mira while the other you quickly gulp down. Mira does the same with the one you gave her.'
+			'You and Mira have almost the same reaction to the moonshine. Your eyes widen and you coughs a little, sucking in your breath with a smile. You chat with the boys as they drink as well.'
+			'Mitka looks at you approvingly, "Good shit, right?"'
+			'"Just as good as the last batch you made!" you reply.'
+
+			npc_drunk['A60'] += 5
+			alko += 5
+			cumspclnt = 2
+			gs 'cum_cleanup'
+			pcs_breath = 0
+			if pcs_hydra >= 100:
+				pcs_hydra -= 5
+			else
+				pcs_hydra -= 10
 			end
+			gs 'stat'
+			
+			act 'Continue drinking':gt 'mitkabuh_group','partywithMira'
 		end
-	else
+		act 'Leave': MiraLoc = 0 & npc_drunk['A60'] = 0 & mitkabuhmiraday = 0 & mitkabuhday = 0 & minut += 15 & gt 'gadroad'
+	end
 end
 
-if $ARGS[0] = 'mirapiss_1':
-	*clr & cla
+if $ARGS[0] = 'group_sex':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunk1.jpg"></center>'
-	'You pass Mira a shot glass full of liquor, she examines the glass''s contents for a moment, then gulps down the entire glass with a single tose of her head. Her eyes widened and she coughs a little, sucking in her breath with a smile.'
-	'After she drank the liquor, Vasyan jokingly says that you both look incredible, but would look even better with cocks in your mouths.'
-	'Mira, already pretty drunk, just giggles in response and nods. You shrug, and nod in agreement as well. Kolyamba immediately stands up and crushed Mira in a bear hug, while Vasyan approaches you. Mira, continues to giggle drunkenly as Kolyamba finished his hug and forces her to her knees. You smile at Vasyan as you see him slowly unzipping his pants and lowering them to his ankles. You then follow Mira''s example and get on your knees before Vasyan.'
-	minut += 5
-	if npc_QW['A60'] < 20: npc_QW['A60'] += 1
-	gs 'stat'
-
-	act 'Suck':
+	*nl
+	'While drinking with Mira, <<$boydesc[0]>> comes up to you and starts removing your clothes. At the same time <<$boydesc[1]>> does the same to Mira. They tell you, "We want to share you both right now."'
+	'<<$boydesc[2]>> looks on but doesn''t move or say anything. Mira doesn''t bother resisting and goes along with it.'
+	
+	act 'Let them continue':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(1,5)+'.jpg"></center>'
-		'You, drunkenly smack your lips on and obediently start to suck the guy''s cock.'
-		gs 'boyStat', 'A62'
-		npc_sex[$boy] += 1
-		gs 'oral','start'
+		
+		npc_rel[$boy[0]] += 1
+		npc_rel[$boy[1]] += 1
+		npc_rel['A60'] += 1
+		if npc_QW['A63'] < 20: npc_QW['A63'] += 1
+		if npc_QW['A60'] < 15: npc_QW['A60'] += 1
+		npc_sex[$boy[0]] += 1
+		npc_sex[$boy[1]] += 1
+		sub += 1
+		gang += 1
+		gs 'arousal', 'vaginal', 10, 'sub', 'gangbang'
+		gs 'arousal', 'bj', 10, 'sub', 'gangbang'
 		gs 'stat'
-
-		act 'Swallow':
+		
+		mitkapicrand = rand(1,5)
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+mitkapicrand+'.jpg"></center>'
+		*nl
+		'<<$boydesc[0]>> and <<$boydesc[1]>> waste no time as they quickly put you and Mira on your knees. They shove their cocks in your mouths and you give them sloppy blowjobs while trying to avoid gagging.'
+		'<<$boydesc[0]>> turns you around and begins thrusting rapidly, as Mira moans beside you from the fucking she is receiving from <<$boydesc[1]>>.'
+		'The boys always seem to be constantly changing positions and trading you and Mira back and forth between them.'
+		'Out of the corner of your eye, you see <<$boydesc[2]>> stroking himself as he watches you and Mira. You were only distracted for a second, but in that time <<$boydesc[0]>> and <<$boydesc[1]>> started cumming onto you and Mira.'
+		'<<$boydesc[2]>> walks up and says, "Ready for Round 2 girls?"'
+		
+		gs 'cum_call','vagina',$boy[0],1
+		gs 'cum_call','vagina',$boy[1],1
+		gs 'arousal', 'end'
+		gs 'stat'
+		
+		act 'Pleasure <<$boydesc[2]>> with Mira':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
-			'You tightly squeeze Vasyan''s cock in your hand and without taking it out of your mouth, he starts to fiercely slam his cock into your gaping mouth until he finally erupts into your mouth. You taste his warm sticky sperm in your mouth and sliding down your throat as you swallow it all.'
-			swallow += 1
-			gs 'cum_call', 'mouth', $boy, 1
+			npc_rel[$boy[2]] += 1
+			npc_rel['A60'] += 1
+			npc_sex[$boy[2]] += 1
+			sub += 1
+			gang += 1
+			gs 'arousal', 'bj', 10, 'sub', 'gangbang'
 			gs 'stat'
-
-			act 'Suck':
+			
+			mitkapicrand = rand(1,4)
+			if mitkapicrand = 1:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.2.jpg"></center>'
+			elseif mitkapicrand = 2:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.1.jpg"></center>'
+			elseif mitkapicrand = 3:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.5.jpg"></center>'
+			elseif mitkapicrand = 4:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.6.jpg"></center>'
+			end
+			*nl
+			'Mira seems to be just as insatiable as the boys as she races you over to <<$boydesc[2]>>''s cock. She is the first to wrap her lips around it as you are left to try and lick whatever Mira isn''t currently shoving down her throat.'
+			'You get your turn soon though when <<$boydesc[2]>> says, "Come on Mira, give <<$pcs_nickname>> a chance, there is more than enough for both of you."'	
+			'As Mira removes <<$boydesc[2]>>''s cock from her mouth she gives you a little smile and wink. You quickly begin to suck with even more enthusiasm, not wanting to be outdone by Mira.'
+						
+			act 'Make <<$boydesc[2]>> cum':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(3,5)+'.jpg"></center>'
-				'"Well, now it`s my turn," Kolyamba says and stumbles over to you.'
-				gs 'boyStat', 'A61'
-				npc_sex[$boy] += 1
-				gs 'oral','start'
+				
+				mitkapicrand = rand(1,8)
+				if mitkapicrand <= 5:
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+mitkapicrand+'.jpg"></center>'
+				elseif mitkapicrand = 6:
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.4.jpg"></center>'
+				elseif mitkapicrand = 7:
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.5.jpg"></center>'
+				elseif mitkapicrand = 8:
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkagroupcum2.jpg"></center>'
+				end
+				*nl
+				'<<$boydesc[2]>> doesn''t last long under the combined talents of you and Mira. You don''t even have time to get in position to share the cumshot with Mira, as he erupts a huge load onto your face.'
+				'Mira doesn''t seem to mind as she once again starts to lap up the cum that ran down your face and pooled on your breasts and body.'
+				
+				gs 'cum_call','breasts',$boy[2],1
+				gs 'cum_call','stomach',$boy[2],1
+				gs 'cum_call','face',$boy[2],1
+				gs 'cum_call','mouth',$boy[2],1
+				gs 'arousal', 'end'
 				gs 'stat'
-
-				act 'Swallow':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
-					'You enthusiastically suck him, until he releases a torrent of cum into your mouth as well. He holds your mouth closed until you swallow it all.'
-					swallow += 1
-					minut += 5
-					gs 'cum_call', 'mouth', $boy, 1
-					gs 'stat'
-
-					act 'Bend over':
-						*clr & cla
-						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkasexpublic0.'+rand(1,2)+'.jpg"></center>'
-						'Mitka, who had already drunk a couple more glasses of liquor as he watched the others getting blowjobs from you and Mira, silently walked over to you and tells you to bend over. You can barely stand on your feet and approach a nearby log and bend over it resting your hands on the rough bark. Feeling his lust building, Mitka pulls down your pants and bares your ass before he lowers his own pants, he then starts to roughly fuck you.'
-						gs 'boyStat', 'A63'
-						npc_sex[$boy] += 1
-						if mesec = 0:
-							gs 'dinsex', 'boy_puts_condom'
-							gs 'dinsex','vaginal_sex',10,'gangbang'
-							gs 'dinsex','sexcum'
-						else
-							gs 'dinSex','boy_wants_anal','lubri'
-							gs 'dinsex','analsex',10,'gangbang'
-						end
-						gs 'arousal', 'end'
-						gs 'stat'
-
-						act 'Leave': MiraLoc = 0 & minut += 10 & gt'Gaddvor'
-					end
+				
+				if sunWeather = 1:
+					act 'Sit down outside':gt 'mitkabuh_group','partywithMira'
+				else
+					act 'Sit down in the trailer':gt 'mitkabuh_group','partywithMira'
 				end
 			end
 		end
 	end
 end
-if $ARGS[0] = 'mirapiss_2':
-	if npc_drunk['A60'] >= 4:
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow1.jpg"></center>'
-		'"Bitches," Mitka yelled at both you and Mira. "I want to see a show, how about you bitches play with those holes? Show us how truely nasty you are!" The rest of the drunken guys yell their approval.'
-		'Mira smiled as you both willingly comply with his demands.'
-		minut += 5
-		if npc_QW['A60'] < 30: npc_QW['A60'] += 1
-		gs 'stat'
 
-		act 'Sit on the bench':
+if $ARGS[0] = 'group_bj':
+	*clr & cla
+	menu_off = 1
+	
+	mitkarand = rand(0,1)
+	if mitkarand = 0:
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunk1.jpg"></center>'
+		*nl
+		'While you are drinking with Mira, <<$boydesc[0]>> jokingly says that you both look incredible, but would look even better with cocks in your mouths.'
+		'Mira giggles in response, "You mean like this?", as she gets on her knees in front of him. She quickly pulls his cock out of his pants and wraps her lips around it.'
+		'Seeing this <<$boydesc[1]>> immediately walks up to you and takes his cock out too.'
+		
+		act 'Suck <<$boydesc[1]>> too':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroup.jpg"></center>'
-			'You plunk you bare ass down on a bench and the youths immediately start to paw your breasts and pussy. Several fingers get shoved into your pussy and ass.'
-			pcs_horny += 20
-			minut += 5
+			npc_rel[$boy[0]] += 1
+			npc_rel[$boy[1]] += 1
+			npc_rel['A60'] += 1
+			if npc_QW['A63'] < 20: npc_QW['A63'] += 1
+			if npc_QW['A60'] < 15: npc_QW['A60'] += 1
+			npc_sex[$boy[0]] += 1
+			npc_sex[$boy[1]] += 1
+			sub += 1
+			gang += 1
+			gs 'arousal', 'hj', 10, 'sub', 'gangbang'
+			gs 'arousal', 'bj', 10, 'sub', 'gangbang'
 			gs 'stat'
-
-			act 'Let the boys have their way with you':
+			
+			mitkapicrand = rand(1,4)
+			if mitkapicrand = 1:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.1.jpg"></center>'
+			elseif mitkapicrand = 2:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.2.jpg"></center>'
+			elseif mitkapicrand = 3:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.4.jpg"></center>'
+			elseif mitkapicrand = 4:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.7.jpg"></center>'
+			end
+			*nl
+			'You follow Mira''s example and obediently drop to your knees and begin to blow <<$boydesc[1]>> as well. Both of your heads bob in unison as the boys moan in pleasure.'
+			'Mira occasionally looks at you to see if you are keeping up, but you aren''t having any trouble at all. You''ve gotten used to these nighttime adventures and have come to even enjoy them as well.'
+			
+			act 'Make <<$boydesc[1]>> cum':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroupcum.jpg"></center>'
-				'You lie back on a wooden bench...'
-				pose = 0
-				gang += 1
-				minut += 10
+				
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.1.jpg"></center>'
+				*nl
+				'Out of the corner of your eye, you see <<$boydesc[2]>> stroking himself as he watches you and Mira. You were only distracted for a second, but in that time <<$boydesc[0]>> and <<$boydesc[1]>> started cumming onto you and Mira.'
+				'You open your mouth in surprise and feel cum fly into your mouth. As you turn back to look at Mira again, her tongue greedily licks some of the cum off your face. You begin to return the favor as <<$boydesc[2]>> walks up and says, "Ready for Round 2 girls?"'
+				
+				gs 'cum_call','breasts',$boy[0],1
+				gs 'cum_call','stomach',$boy[0],1
+				gs 'cum_call','face',$boy[1],1
+				gs 'cum_call','mouth',$boy[1],1
+				gs 'arousal', 'end'
 				gs 'stat'
-
-				act 'Moan':
+				
+				act 'Pleasure <<$boydesc[2]>> with Mira':
 					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroupcum.jpg"></center>'
-					gs 'boyStat', 'A61'
-					npc_sex[$boy] += 1
-					gs 'dinSex','boy_wants_anal','lubri'
-					gs 'dinsex','analsex',10,'gangbang'
-					gs 'cum_call', 'anus', $boy, 1
+					npc_rel[$boy[2]] += 1
+					npc_rel['A60'] += 1
+					npc_sex[$boy[2]] += 1
+					sub += 1
+					gang += 1
+					gs 'arousal', 'bj', 10, 'sub', 'gangbang'
 					gs 'stat'
-
-					act 'Moan':
+					
+					mitkapicrand = rand(1,4)
+					if mitkapicrand = 1:
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.2.jpg"></center>'
+					elseif mitkapicrand = 2:
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.1.jpg"></center>'
+					elseif mitkapicrand = 3:
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.5.jpg"></center>'
+					elseif mitkapicrand = 4:
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.6.jpg"></center>'
+					end
+					*nl
+					'Mira seems to be just as insatiable as the boys as she races you over to <<$boydesc[2]>>''s cock. She is the first to wrap her lips around it as you are left to try and lick whatever Mira isn''t currently shoving down her throat.'
+					'You get your turn soon though when <<$boydesc[2]>> says, "Come on Mira, give <<$pcs_nickname>> a chance, there is more than enough for both of you."'
+					'As Mira removes <<$boydesc[2]>>''s cock from her mouth she gives you a little smile and wink. You quickly begin to suck with even more enthusiasm, not wanting to be outdone by Mira.'
+					
+					act 'Make <<$boydesc[2]>> cum':
 						*clr & cla
-						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroupcum1.jpg"></center>'
-						gs 'boyStat', 'A63'
-						npc_sex[$boy] += 1
-						gs 'dinsex', 'boy_puts_condom'
-						gs 'dinsex','vaginal_sex',10,'gangbang'
-						gs 'dinsex','sexcum'
+						
+						mitkapicrand = rand(1,8)
+						if mitkapicrand <= 5:
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+mitkapicrand+'.jpg"></center>'
+						elseif mitkapicrand = 6:
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.4.jpg"></center>'
+						elseif mitkapicrand = 7:
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.5.jpg"></center>'
+						elseif mitkapicrand = 8:
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkagroupcum2.jpg"></center>'
+						end
+						*nl
+						'<<$boydesc[2]>> doesn''t last long under the combined talents of you and Mira. You don''t even have time to get in position to share the cumshot with Mira, as he erupts a huge load onto your face.'
+						'Mira doesn''t seem to mind as she once again starts to lap up the cum that ran down your face and pooled on your breasts and body.'
+						
+						gs 'cum_call','breasts',$boy[2],1
+						gs 'cum_call','stomach',$boy[2],1
+						gs 'cum_call','face',$boy[2],1
+						gs 'cum_call','mouth',$boy[2],1
+						gs 'arousal', 'end'
 						gs 'stat'
-
-						act 'Suck':
-							*clr & cla
-							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroupcum2.jpg"></center>'
-							gs 'boyStat', 'A62'
-							npc_sex[$boy] += 1
-							gs 'oral','start'
-							'Exhausted, you hear, Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
-							gs 'cum_call', 'mouth', $boy, 1
-							gs 'arousal', 'end'
-							gs 'stat'
-
-							act 'Leave': MiraLoc = 0 & minut += 10 & gt'Gaddvor'
+						
+						if sunWeather = 1:
+							act 'Sit down outside':gt 'mitkabuh_group','partywithMira'
+						else
+							act 'Sit down in the trailer':gt 'mitkabuh_group','partywithMira'
 						end
 					end
 				end
 			end
 		end
 	else
-		'<center><img <<$set_imgh>> src="images/characters/village/mira/miraqw11_4.jpg"></center>'
-		'"Alright girls," Mitka yelled. "Its time to pay us back for all the booze you have been drinking. Get on your knees and show us how much you like cock!" - The rest of the drunken guys yell their approval.'
-		'You and Mira both nod together and obediently kneel down right where you stood.'
-		minut += 5
-		if npc_QW['A60'] < 20: npc_QW['A60'] += 1
-		gs 'stat'
-
-		act 'Suck':
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunk1.jpg"></center>'
+		*nl
+		'While you are drinking with Mira, <<$boydesc[0]>> jokingly says that you both look incredible, but would look even better with cocks in your mouths.'
+		'Mira giggles in response, "You mean like this?", as she gets on her knees in front of him. She quickly pulls his cock out of his pants and wraps her lips around it.'
+		
+		act 'Look at Mira':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(1,5)+'.jpg"></center>'
-			'You, drunkenly smack your lips on and obediently start to suck the guy''s cock.'
-			gs 'boyStat', 'A62'
-			npc_sex[$boy] += 1
-			gs 'oral','start'
+			gs 'arousal', 'voyeur', 5, 'sub'
 			gs 'stat'
-
-			act 'Swallow':
+			
+			mitkapicrand = rand(1,5)
+			if mitkapicrand <= 5:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh1.'+mitkapicrand+'.jpg"></center>'
+			elseif mitkapicrand = 6:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.3.jpg"></center>'
+			elseif mitkapicrand = 7:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.4.jpg"></center>'
+			elseif mitkapicrand = 8:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.5.jpg"></center>'
+			elseif mitkapicrand = 9:
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.1.jpg"></center>'
+			end
+			*nl
+			'You spend the next few minutes watching Mira. You can''t bring yourself to look away as you watch her enjoy herself with <<$boydesc[0]>>''s cock.'
+			'<<$boydesc[1]>> and <<$boydesc[2]>> notice your interest and walk up to you. They say, "Don''t wory we can have some fun with you too" as they take their cocks out for you.'
+			
+			act 'Suck them both':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
-				'You tightly squeeze Vasyan''s cock in your hand and without taking it out of your mouth, he starts to fiercely slam his cock into your gaping mouth until he finally erupts into your mouth. You taste his warm sticky sperm in your mouth and sliding down your throat as you swallow it all.'
-				swallow += 1
-				minut += 5
-				gs 'cum_call', 'mouth', $boy, 1
+				
+				npc_rel[$boy[0]] += 1
+				npc_rel[$boy[1]] += 1
+				npc_rel[$boy[2]] += 1
+				npc_rel['A60'] += 1
+				if npc_QW['A63'] < 20: npc_QW['A63'] += 1
+				if npc_QW['A60'] < 15: npc_QW['A60'] += 1
+				npc_sex[$boy[1]] += 1
+				npc_sex[$boy[2]] += 1
+				sub += 1
+				gang += 1
+				gs 'arousal', 'hj', 10, 'sub', 'gangbang'
+				gs 'arousal', 'bj', 10, 'sub', 'gangbang'
 				gs 'stat'
-
-				act 'Suck':
+				
+				mitkapicrand = rand(2,4)
+				if mitkapicrand <= 3:
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.'+mitkapicrand+'.jpg"></center>'
+				else
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.8.jpg"></center>'
+				end
+				*nl
+				'You kneel and position yourself between <<$boydesc[1]>> and <<$boydesc[2]>>. The boys never leave your mouth empty as they swap back and forth, each one taking turns using your mouth.'
+				'You make sure to keep stroking both boys as you try to equally please both of them. It isn''t enough for <<$boydesc[1]>> as he puts his hand on the back of your head, shoving his cock deeper down your throat.'
+				'As you begin to gag a little, <<$boydesc[2]>> slaps his dick against your face and laughs, "Perfect, right where you should be. You know it is tough, deciding whether you or Mira is the better fuck, but why choose when we can have both!"'
+				
+				act 'Make them both cum':
 					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(1,5)+'.jpg"></center>'
-					'You dutifully continue to suck, occasionally glancing at Mira doing the same.'
-					gs 'boyStat', 'A61'
-					npc_sex[$boy] += 1
-					gs 'oral','start'
+					
+					mitkapicrand = rand(2,3)
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+mitkapicrand+'.jpg"></center>'
+					*nl
+					'You pick up the pace, moving your head faster and faster with each stroke. <<$boydesc[1]>> is the first to cum and <<$boydesc[2]>> isn''t far behind him.'
+					'They both pull back a little before shooting their loads onto you. There is a decent amount of cum that has gotten in your hair and dripped down your face onto your body.'
+					
+					gs 'cum_call','breasts',$boy[2],1
+					gs 'cum_call','stomach',$boy[2],1
+					gs 'cum_call','face',$boy[1],1
+					gs 'cum_call','hair',$boy[1],1
 					gs 'stat'
-
-					act 'Swallow':
+					
+					act 'Look at Mira again':
 						*clr & cla
-						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
-						'You quickly begin moving bobbing your head up and down the cock in your mouth, until finally you fill your mouth filled with his warm sticky cum...'
-						minut += 5
-						swallow += 1
-						gs 'cum_call', 'mouth', $boy, 1
+						gs 'arousal', 'voyeur', 5
+						gs 'arousal', 'end'
 						gs 'stat'
-
-						act 'Suck':
-							*clr & cla
-							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(1,5)+'.jpg"></center>'
-							'You`re tired, but obediently begin to suck...'
-							gs 'boyStat', 'A63'
-							npc_sex[$boy] += 1
-							gs 'oral','start'
-							gs 'stat'
-
-							act 'Swallow':
-								*clr & cla
-								'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
-								'You tigten your lips around Mitka''s large cock and increase the tempo, until you are rewarded with a mouthful of cum, which you greedily swallow.'
-								minut += 5
-								swallow += 1
-								gs 'cum_call', 'mouth', $boy, 1
-								gs 'arousal', 'end'
-								gs 'stat'
-
-								act 'Leave': MiraLoc = 0 & minut += 10 & gt'Gaddvor'
-							end
+						
+						mitkapicrand = rand(1,7)
+						if mitkapicrand <= 5:
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+mitkapicrand+'.jpg"></center>'
+						elseif mitkapicrand = 6:
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.4.jpg"></center>'
+						elseif mitkapicrand = 7:
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.5.jpg"></center>'
+						end
+						*nl
+						'You take another look at Mira once the boys are done with you and are just in time to watch <<$boydesc[0]>> finish on her face.'
+						'Mira notices you watching and smiles while pointing to the cum on both of your faces.'
+						
+						if sunWeather = 1:
+							act 'Sit down outside':gt 'mitkabuh_group','partywithMira'
+						else
+							act 'Sit down in the trailer':gt 'mitkabuh_group','partywithMira'
 						end
 					end
 				end
@@ -290,391 +442,217 @@ if $ARGS[0] = 'mirapiss_2':
 	end
 end
 
-if $ARGS[0] = 'mirapiss_3':
-	if npc_drunk['A60'] >= 4:
-		'<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miraqw15.jpg"></center>'
-		'"I''m bored!" Kolyamba yells. "Mira get your ass down and give us a show to remember!" he snorts like a pig. "Show us how loose your holes are whore..."'
-		'Mira slurs affirmatively, and undresses. She gets down on all hours and sticks out her ass in the direction of the party. She begins to fuck many of her fingers into both holes. Mira moans like an animal as she forces more fingers into her stretched holes. She continues to awkwardly thrust her fingers deep into both her pussy and ass. Vasyan, looks over at you appraisingly and says, "<<$pcs_nickname>>, why don''t you join her" - and starts cheering you on. '
-		minut += 5
-		if npc_QW['A60'] < 30: npc_QW['A60'] += 1
-		if npc_QW['A63'] < 20:npc_QW['A63'] += 1
-		gs 'stat'
-
-		act 'You join Mira':
-			*clr & cla
-			if anus <= 15:
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow2.jpg"></center>'
-				'You drunkenly drop down next to Mira as she wantonly continues to masturbate before the group of guys. At first, you are a little uncomfortable masterbating before the guys, but the excitement takes over and you join Mira as a sexual beast. You are moaning and thrusting your fingers as deep as you can into both your holes, you rapidly bring yourself to raging orgasm.'
-			end
-			if anus > 15:
-				'<center><video autoplay loop src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow2.mp4"></video></center>'
-				'You drunkenly drop down next to Mira as she wantonly continues to masturbate before the group of guys. At first, you are a little uncomfortable masterbating before the guys, but the excitement takes over and you join Mira as a sexual beast. You are moaning and thrusting your fingers as deep as you can into both your holes. Eventually get on your knees and thrust your entire hand into your ass, which rapidly bring yourself to screaming orgasm. The guys stand and cheer your efforts.'
-			end
-			gs 'arousal','masturbate',15,'exhibitionism', 'sub', 'group'
-			gs 'stat'
-
-			act 'Continue':gt $curloc
-		end
-	else
+if $ARGS[0] = 'group_show':
+	*clr & cla
+	menu_off = 1
+	
+	mitkarand = rand(0,1)
+	if mitkarand = 0 and sunWeather = 1 and temper >= 10:
 		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunk1.jpg"></center>'
-		'"Okay girls, get off your asses and give us a show!" - Kolyamba demands. "I want to see you dance..."'
-		'Mira and you laughing while stripping off your clothes...'
-		gs 'clothing', 'strip', 'Gaddvor'
-		gs 'underwear', 'remove'
-		inhib_exp += rand(0,1)
-		minut += 5
-		if npc_QW['A60'] < 25: npc_QW['A60'] += 1
-		gs 'stat'
-
-		act 'Dance':
+		*nl
+		'While drinking with Mira, <<$boydesc[0]>> yells at you, "I''m bored!, get your asses over here and dance for us!"'
+		'<<$boydesc[1]>> and <<$boydesc[2]>> shout their approval of this idea as well. Mira slurs a response that you assume was a yes because she begins to undress.'
+		'<<$boydesc[0]>>, looks over at you and says, "<<$pcs_nickname>>, why don''t you join her?". <<$boydesc[1]>> and <<$boydesc[2]>> start cheering you on as you decide what to do.'
+		
+		act 'Join Mira':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhdance0.'+rand(0,3)+'.jpg"></center>'
-			'You whirl and dance around the fire completely naked. You are drunk, but having fun and it is fun to dance with Mira...'
-			gs 'arousal','flash', 10, 'sub', 'group'
+		
+			npc_rel[$boy[0]] += 1
+			npc_rel[$boy[1]] += 1
+			npc_rel[$boy[2]] += 1
+			npc_rel['A60'] += 1
+			if npc_QW['A63'] < 20: npc_QW['A63'] += 1
+			if npc_QW['A60'] < 15: npc_QW['A60'] += 1
+			sub += 1
 			gs 'stat'
-
-			act 'Continue':gt $curloc
-		end
-	end
-end
-
-if $ARGS[0] = 'mirafuck_0':
-	act 'Suck':
-		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.'+rand(1,8)+'.jpg"></center>'
-		'The guys roughly undress both you and Mira. They fall upon you both and start to fuck you both in the mouth at the same time. You think to yourself, "<i>Damn, they lacked imagination</i>"'
-		gs 'clothing', 'strip', 'gadukino'
-		gs 'underwear', 'remove'
-		minut += 10
-		if npc_QW['A60'] < 20: npc_QW['A60'] += 1
-
-		gs 'boyStat', 'A63'
-		npc_sex[$boy] += 1
-		gs 'oral','start'
-		gs 'boyStat', 'A62'
-		npc_sex[$boy] += 1
-		gs 'oral','start'
-		gs 'cum_call', 'mouth', $boy, 1
-		gs 'boyStat', 'A61'
-		npc_sex[$boy] += 1
-		gs 'oral','start'
-		gs 'stat'
-
-		act 'Swallow':
-			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(1,5)+'.jpg"></center>'
-			'The youths quickly reach the peak of excitement and start dumping their cum all over both of your faces.'
-			minut += 10
-			swallow += 1
-			gs 'cum_call', 'face', $boy, 1
-			gs 'arousal', 'end'
+			
+			mitkapicrand = rand(0,3)
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhdance0.'+mitkapicrand+'.jpg"></center>'
+			*nl
+			'You follow Mira''s lead and quickly undress. It doesn''t take long for you both to be completely naked in front of the boys.'
+			'You whirl and dance around the fire completely naked. You are having so much fun dancing with Mira that you barely notice the boys watching you.'
+			'The boys take their cocks out at begin to stroke themselves as they watch you and Mira dance for them. The boys are having a blast as they race to see which one can cum first, just by looking at you and Mira.'
+			'The boys move closer and closer to you as they near climaxing. <<$boydesc[0]>> is the first to cum, quickly followed by <<$boydesc[1]>> and <<$boydesc[2]>>. The combination of the three boys cum lands all over you and Mira.'
+			
+			gs 'cum_call','butt',$boy[0],1
+			gs 'cum_call','labia',$boy[0],1
+			gs 'cum_call','breasts',$boy[2],1
+			gs 'cum_call','stomach',$boy[2],1
+			gs 'cum_call','face',$boy[1],1
+			gs 'cum_call','mouth',$boy[1],1
+			gs 'cum_call','hair',$boy[1],1
+			gs 'arousal','foreplay',15,'exhibitionism', 'sub'
+			gs 'arousal','end'
 			gs 'stat'
-			gs 'underwear', 'wear'
-			gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
-
-			act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
-		end
-	end
-end
-
-if $ARGS[0] = 'mirafuck_1':
-	act 'Fuck Mitka':
-		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
-		'You go with Mitka and he quickly undresses and begins to roughly fuck you. While Mira gets a similar treatment just a couple feet away from Vasyan.'
-		gs 'clothing', 'strip', 'gadukino'
-		gs 'underwear', 'remove'
-		gs 'boyStat', 'A63'
-		npc_sex[$boy] += 1
-		pose = 1
-		if npc_QW['A60'] < 30: npc_QW['A60'] += 1
-		if mesec = 0:
-			gs 'dinsex', 'boy_puts_condom'
-			gs 'dinsex','vaginal_sex',10,'gangbang'
-			gs 'dinsex','sexcum'
-		else
-			gs 'dinSex','boy_wants_anal','lubri'
-			gs 'dinsex','analsex',10,'gangbang'
-		end
-		gs 'stat'
-
-		act 'Fuck Kolyamba':
-			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
-			'Once Mitka has finished with you he passes you over to Kolyamba. He is even more rough in his treatment as he fucks you hard. Mitka moves over to Mira and fucks her with wild abandon.'
-			gs 'boyStat', 'A61'
-			npc_sex[$boy] += 1
-			pose = 1
-			gs 'stat'
-			if mesec = 0:
-				gs 'dinsex', 'boy_puts_condom'
-				gs 'dinsex','vaginal_sex',10,'gangbang'
-				gs 'dinsex','sexcum'
+			
+			if sunWeather = 1:
+				act 'Sit down outside':gt 'mitkabuh_group','partywithMira'
 			else
-				gs 'dinsex','analsex',10,'gangbang'
-			end
-
-			act 'Fuck Vasyan':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
-				'Finally, Vasyan takes his turn with your sore pussy, while Kolyamba grabs Mira and slams his cock balls deep in her abused pussy.'
-				gs 'boyStat', 'A62'
-				npc_sex[$boy] += 1
-				pose = 1
-				if mesec = 0:
-					gs 'dinsex', 'boy_puts_condom'
-					gs 'dinsex','vaginal_sex',10,'gangbang'
-					gs 'dinsex','sexcum'
-				else
-					gs 'dinsex','analsex',10,'gangbang'
-				end
-				gs 'stat'
-
-				act 'Swallow':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(1,5)+'.jpg"></center>'
-					'In the end they sit you and Mira on your knees and release all the pent up cum upon your faces.'
-					minut += 10
-					swallow += 1
-					facial +=1
-					gs 'cum_call', 'mouth', $boy, 1
-					gs 'boyStat', 'A61'
-					gs 'cum_call', 'face', $boy, 1
-					gs 'arousal', 'end'
-					gs 'stat'
-					gs 'underwear', 'wear'
-					gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
-
-					act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
-				end
+				act 'Sit down in the trailer':gt 'mitkabuh_group','partywithMira'
 			end
 		end
-	end
-end
-
-if $ARGS[0] = 'mirafuck_2':
-	act 'Suck':
-		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh1.'+rand(1,5)+'.jpg"></center>'
-		'You are fully clothed and on your knees before the youths cocks. You open your mouth wide and slowly began to serve them.'
-		if npc_QW['A60'] < 20: npc_QW['A60'] += 1
-		gs 'boyStat', 'A63'
-		npc_sex[$boy] += 1
-		gs 'oral','start'
-		gs 'cum_call', 'face', $boy, 1
-		gs 'boyStat', 'A62'
-		npc_sex[$boy] += 1
-		gs 'oral','start'
-		gs 'cum_call', 'face', $boy, 1
-		gs 'boyStat', 'A61'
-		npc_sex[$boy] += 1
-		gs 'oral','start'
-		gs 'cum_call', 'face', $boy, 1
-		'Soon they start cumming on your face, seeming to have balls full of cum. Once they finish, they walk back to their drinks and lose all interest to you...'
-		gs 'arousal', 'end'
-
-		act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
-	end
-end
-
-if $ARGS[0] = 'mirafuck_3':
-	act 'Flop on the bed':
-		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.'+rand(3,4)+'.jpg"></center>'
-		'You and Mira both flop down on the bed and the boys immediately begin to touch you both and push there fingers into all your holes.'
-		gs 'clothing', 'strip', 'gadukino'
-		gs 'underwear', 'remove'
-		npc_QW['A63'] += 1
-		if npc_QW['A60'] < 30: npc_QW['A60'] += 1
-		gs 'stat'
-
-		act 'Suck':
+	else
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunk1.jpg"></center>'
+		*nl
+		'While drinking with Mira, <<$boydesc[0]>> yells at you, "I''m bored!, get your asses over here a give us a show to remember! Let''s get a good look at all your holes!"'
+		'<<$boydesc[1]>> and <<$boydesc[2]>> shout their approval of this idea as well. Mira slurs a response that you assume was a yes because she begins to undress.'
+		'<<$boydesc[0]>>, looks over at you and says, "<<$pcs_nickname>>, why don''t you join her?". <<$boydesc[1]>> and <<$boydesc[2]>> start cheering you on as you decide what to do.'
+		
+		act 'Join Mira':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.'+rand(1,2)+'.jpg"></center>'
-			'You are not given time to get fully into the bed before a cock is shoved into your mouth. You start to suck on the guys cock.'
-			gang += 1
-			minut += 10
+			
+			npc_rel[$boy[0]] += 1
+			npc_rel[$boy[1]] += 1
+			npc_rel[$boy[2]] += 1
+			npc_rel['A60'] += 1
+			if npc_QW['A63'] < 20: npc_QW['A63'] += 1
+			if npc_QW['A60'] < 15: npc_QW['A60'] += 1
+			sub += 1
 			gs 'stat'
-
-			act 'Fuck the boys':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhanal0.'+rand(1,5)+'.jpg"></center>'
-				gs 'boyStat', 'A61'
-				npc_sex[$boy] += 1
-				gs 'dinSex','boy_wants_anal','lubri'
-				gs 'dinsex','analsex',10,'gangbang'
-				gs 'cum_call', 'anus', $boy, 1
-				gs 'stat'
-
-				act 'Moan':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup0.'+rand(1,5)+'.jpg"></center>'
-					gs 'boyStat', 'A63'
-					npc_sex[$boy] += 1
-					gs 'dinsex', 'boy_puts_condom'
-					gs 'dinsex','vaginal_sex',10,'gangbang'
-					gs 'dinsex','sexcum'
+			
+			if sunWeather = 1:
+				mitkapicrand = rand(1,3)
+				if mitkapicrand = 1:
+					gs 'cum_call','butt',$boy[0],1
+					gs 'cum_call','legs',$boy[0],1
+					gs 'cum_call','butt',$boy[2],1
+					gs 'cum_call','legs',$boy[2],1
+					gs 'cum_call','butt',$boy[1],1
+					gs 'cum_call','legs',$boy[1],1
+					gs 'arousal','foreplay',15,'exhibitionism', 'sub'
+					gs 'arousal','end'
 					gs 'stat'
-
-					act 'Suck more':
-						*clr & cla
-						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(1,3)+'.jpg"></center>'
-						gs 'boyStat', 'A62'
-						npc_sex[$boy] += 1
-						gs 'oral','start'
-						'Exhausted, you hear Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
-						gs 'cum_call', 'mouth', $boy, 1
-						gs 'arousal', 'end'
-						gs 'stat'
-						gs 'underwear', 'wear'
-						gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
-
-						act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
-					end
-				end
-			end
-		end
-	end
-end
-
-
-
-if $ARGS[0] = 'mirafuck_4':
-	act 'Go with the boys':
-		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup.jpg"></center>'
-		'The two youths wave goodbye to Mitka and Mira before they take you to Vasyan''s home, where they quickly begin to remove your clothes...'
-		gs 'clothing', 'strip', 'gadukino'
-		gs 'underwear', 'remove'
-		temp_mb = RAND(0,5)
-		minut += 15
-		gs 'boyStat', 'A61'
-		npc_sex[$boy] += 1
-		if npc_QW['A63'] < 20:npc_QW['A63'] += 1
-		if npc_QW['A60'] < 30: npc_QW['A60'] += 1
-		gs 'stat'
-
-		if temp_mb < 4:
-			act 'Moan':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup0.'+rand(1,5)+'.jpg"></center>'
-				gs 'boyStat', 'A62'
-				npc_sex[$boy] += 1
-				gs 'dinsex', 'boy_puts_condom'
-				gs 'dinsex','vaginal_sex',10,'gangbang'
-				gs 'dinsex','sexcum'
-				gs 'stat'
-
-				act 'Suck':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(4,5)+'.jpg"></center>'
-					gs 'boyStat', 'A61'
-					gs 'oral','start'
-					'Exhausted, you hear Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
-					gs 'cum_call', 'mouth', $boy, 1
-					gs 'arousal', 'end'
+					
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow1.jpg"></center>'
+					*nl
+					'You follow Mira''s lead and quickly undress. It doesn''t take long for you both to be completely naked in front of the boys.'
+					'You bend over for the boys, giving them a great view of your ass. The boys take their cocks out at begin to stroke themselves as they watch you and Mira pose for them.'
+					'The boys are having a blast as they race to see which one can cum first, just by looking at you and Mira. The boys move closer and closer to you as they near climaxing.'
+					'<<$boydesc[0]>> is the first to cum, quickly followed by <<$boydesc[1]>> and <<$boydesc[2]>>. The combination of the three boys cum lands all over you and Mira. This is more than enough to finally bring yourself to an orgasm too.'
+				elseif mitkapicrand <= 3:
+					gs 'cum_call','breasts',$boy[0],1
+					gs 'cum_call','stomach',$boy[0],1
+					gs 'cum_call','breasts',$boy[2],1
+					gs 'cum_call','stomach',$boy[2],1
+					gs 'cum_call','face',$boy[1],1
+					gs 'cum_call','mouth',$boy[1],1
+					gs 'cum_call','hair',$boy[1],1
+					gs 'arousal','masturbate',15,'exhibitionism', 'sub'
+					gs 'arousal','end'
 					gs 'stat'
-					gs 'underwear', 'wear'
-					gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
-
-					act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
+					
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow2.jpg"></center>'
+					*nl
+					'You follow Mira''s lead and quickly undress. It doesn''t take long for you both to be completely naked in front of the boys.'
+					'You sit down on the ground and begin to masturbate for the boys. At first, it is a bit uncomfortable since you are just trying to finger yourself on command, without any foreplay. But soon a feeling of excitement takes over as Mira moans next to you.'
+					'The boys take their cocks out at begin to stroke themselves as they watch you and Mira masturbate for them. The boys are having a blast as they race to see which one can cum first, just by looking at you and Mira.'
+					'The boys move closer and closer to you as they near climaxing. <<$boydesc[0]>> is the first to cum, quickly followed by <<$boydesc[1]>> and <<$boydesc[2]>>. The combination of the three boys cum lands all over you and Mira. This is more than enough to finally bring yourself to an orgasm too.'
+				elseif mitkapicrand = 3 and pcs_ass > 15:
+					gs 'cum_call','butt',$boy[0],1
+					gs 'cum_call','legs',$boy[0],1
+					gs 'cum_call','butt',$boy[2],1
+					gs 'cum_call','legs',$boy[2],1
+					gs 'cum_call','butt',$boy[1],1
+					gs 'cum_call','legs',$boy[1],1
+					gs 'arousal','masturbate',15,'exhibitionism', 'sub'
+					gs 'arousal','end'
+					gs 'stat'
+					
+					'<center><video autoplay loop src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow2.mp4"></video></center>'
+					*nl
+					'You follow Mira''s lead and quickly undress. It doesn''t take long for you both to be completely naked in front of the boys.'
+					'You kneel on the ground and begin to tease your fingers into your ass. As you get more and more excited, you eventually are able to thrust most of your hand into your ass. The boys are most amazed at the feat and move closer to watch.'
+					'The boys take their cocks out at begin to stroke themselves as they watch you and Mira masturbate for them. The boys are having a blast as they race to see which one can cum first, just by looking at you and Mira.'
+					'The boys move closer and closer to you as they near climaxing. <<$boydesc[0]>> is the first to cum, quickly followed by <<$boydesc[1]>> and <<$boydesc[2]>>. The combination of the three boys cum lands all over you and Mira. This is more than enough to finally bring yourself to an orgasm too.'
 				end
-			end
-		else
-			act 'Moan':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhanal0.'+rand(1,5)+'.jpg"></center>'
-				gs 'boyStat', 'A61'
-				gs 'dinSex','boy_wants_anal','lubri'
-				gs 'dinsex','analsex',10,'gangbang'
-				gs 'cum_call', 'anus', $boy, 1
-				gs 'stat'
-
-				act 'Suck':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(4,5)+'.jpg"></center>'
-					gs 'boyStat', 'A62'
-					npc_sex[$boy] += 1
-					gs 'oral','start'
-					'Exhausted, you hear Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
-					gs 'cum_call', 'mouth', $boy, 1
-					gs 'arousal', 'end'
+			else
+				mitkapicrand = rand(1,2)
+				if mitkapicrand = 1:
+					gs 'cum_call','breasts',$boy[0],1
+					gs 'cum_call','stomach',$boy[0],1
+					gs 'cum_call','breasts',$boy[2],1
+					gs 'cum_call','stomach',$boy[2],1
+					gs 'cum_call','face',$boy[1],1
+					gs 'cum_call','mouth',$boy[1],1
+					gs 'cum_call','hair',$boy[1],1
+					gs 'arousal','foreplay',15,'exhibitionism', 'sub'
+					gs 'arousal','end'
 					gs 'stat'
-					gs 'underwear', 'wear'
-					gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
-
-					act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
+					
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.3.jpg"></center>'
+					*nl
+					'You follow Mira''s lead and quickly undress. It doesn''t take long for you both to be completely naked in front of the boys.'
+					'You spready your legs open for the boys, giving them a great view of your pussy. The boys take their cocks out at begin to stroke themselves as they watch you and Mira pose for them.'
+					'The boys are having a blast as they race to see which one can cum first, just by looking at you and Mira. The boys move closer and closer to you as they near climaxing.'
+					'<<$boydesc[0]>> is the first to cum, quickly followed by <<$boydesc[1]>> and <<$boydesc[2]>>. The combination of the three boys cum lands all over you and Mira. This is more than enough to finally bring yourself to an orgasm too.'
+				elseif mitkapicrand = 2:
+					gs 'cum_call','butt',$boy[0],1
+					gs 'cum_call','legs',$boy[0],1
+					gs 'cum_call','butt',$boy[2],1
+					gs 'cum_call','legs',$boy[2],1
+					gs 'cum_call','butt',$boy[1],1
+					gs 'cum_call','legs',$boy[1],1
+					gs 'arousal','foreplay',15,'exhibitionism', 'sub'
+					gs 'arousal','end'
+					gs 'stat'
+					
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.4.jpg"></center>'
+					*nl
+					'You follow Mira''s lead and quickly undress. It doesn''t take long for you both to be completely naked in front of the boys.'
+					'You kneel on all fours for the boys, giving them a great view of your ass. The boys take their cocks out at begin to stroke themselves as they watch you and Mira pose for them.'
+					'The boys are having a blast as they race to see which one can cum first, just by looking at you and Mira. The boys move closer and closer to you as they near climaxing.'
+					'<<$boydesc[0]>> is the first to cum, quickly followed by <<$boydesc[1]>> and <<$boydesc[2]>>. The combination of the three boys cum lands all over you and Mira. This is more than enough to finally bring yourself to an orgasm too.'
 				end
+			end			
+
+			if sunWeather = 1:
+				act 'Sit down outside':gt 'mitkabuh_group','partywithMira'
+			else
+				act 'Sit down in the trailer':gt 'mitkabuh_group','partywithMira'
 			end
 		end
 	end
 end
 
-if $ARGS[0] = 'mirafuck_5':
-	act 'Get in position':
+if $ARGS[0] = 'group_anal':
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunk1.jpg"></center>'
+	*nl
+	'While drinking with Mira, <<$boydesc[0]>> comes up to you and starts pulling off your clothes. "I''m going to fuck that nice ass of yours right now" he says.'
+	'<<$boydesc[1]>> and <<$boydesc[2]>> shout their approval of this idea and go over to do the same to Mira. She doesn''t bother resisting and goes along with it.'
+	
+	act 'Let <<$boydesc[0]>> fuck your ass':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.4.jpg"></center>'
-		'You and Mira obediently get on all fours. The youths immediately begin to be have fun with your holes...'
-		gs 'clothing', 'strip', 'gadukino'
-		gs 'underwear', 'remove'
-		temp_mb = RAND(0,5)
-		minut += 15
-		pose = 1
-		if npc_QW['A60'] < 30: npc_QW['A60'] += 1
+		
+		npc_rel[$boy[0]] += 1
+		if npc_QW['A63'] < 20: npc_QW['A63'] += 1
+		if npc_QW['A60'] < 15: npc_QW['A60'] += 1
+		npc_sex[$boy[0]] += 1
+		sub += 1
+		gs 'cum_call','anus',$boy[0],1
+		gs 'arousal', 'anal', 10, 'sub', 'rough', 'deepthroat'
+		gs 'arousal','end'
 		gs 'stat'
-
-		if temp_mb < 4:
-			act 'Moan':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
-				gs 'boyStat', 'A62'
-				npc_sex[$boy] += 1
-				gs 'dinsex', 'boy_puts_condom'
-				gs 'dinsex','vaginal_sex',10,'gangbang'
-				gs 'dinsex','sexcum'
-
-				act 'Suck':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(4,5)+'.jpg"></center>'
-					gs 'boyStat', 'A61'
-					npc_sex[$boy] += 1
-					gs 'oral','start'
-					'Exhausted, you hear Vasyan straining as he fucks your mouth.You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
-					gs 'cum_call', 'mouth', $boy, 1
-					gs 'arousal', 'end'
-					gs 'stat'
-					gs 'underwear', 'wear'
-					gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
-
-					act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
-				end
-			end
-		else
-			act 'Moan':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
-				gs 'boyStat', 'A61'
-				npc_sex[$boy] += 1
-				gs 'dinSex','boy_wants_anal','lubri'
-				gs 'dinsex','analsex',10,'gangbang'
-				gs 'cum_call', 'anus', $boy, 1
-				gs 'stat'
-
-				act 'Suck':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(4,5)+'.jpg"></center>'
-					gs 'boyStat', 'A62'
-					npc_sex[$boy] += 1
-					gs 'oral','start'
-					'Exhausted, you hear Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
-					gs 'cum_call', 'mouth', $boy, 1
-					gs 'arousal', 'end'
-					gs 'stat'
-					gs 'underwear', 'wear'
-					gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
-
-					act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
-				end
+		
+		mitkapicrand = rand(1,5)
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhanal0.'+mitkapicrand+'.jpg"></center>'
+		*nl
+		'<<$boydesc[0]>> takes you inside the trailer and pushes you down on the bed face first. As he penetrates you, he says something to himself about choosing the right girl, whatever that means.'
+		'You wouldn''t call this particularly enjoyable tonight as <<$boydesc[0]>> roughly thrusts into you without a care. With the pace he is keeping, he doesn''t last long and he quickly cums in your ass.'		
+		'<<$boydesc[0]>> makes you lick his dick clean before taking you back to where the other guys are already finished with Mira as well.'
+		
+		act 'Go back with him':
+			*clr & cla
+			
+			mitkapicrand = rand(1,5)
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup0.'+mitkapicrand+'.jpg"></center>'
+			*nl
+			'As you walk back to where you left Mira, <<$boydesc[1]>>, and <<$boydesc[2]>> you see they are just finishing up with Mira too.'
+			'<<$boydesc[0]>> walks up to them and says, "I think I got the better deal here, but maybe you''ll get <<$pcs_nickname>> next time."'
+			
+			if sunWeather = 1:
+				act 'Sit down outside':gt 'mitkabuh_group','partywithMira'
+			else
+				act 'Sit down in the trailer':gt 'mitkabuh_group','partywithMira'
 			end
 		end
 	end