Browse Source

reordering hunters interractions

rachels 3 years ago
parent
commit
d003822a1f
3 changed files with 606 additions and 663 deletions
  1. 165 185
      locations/andreihunter.qsrc
  2. 263 284
      locations/igorhunter.qsrc
  3. 178 194
      locations/sergeihunter.qsrc

+ 165 - 185
locations/andreihunter.qsrc

@@ -7,215 +7,195 @@ boyage = npc_dob[$boy]
 boyage = (boyage - boyage mod 10000) / 10000
 boyage = year - boyage
 
-'<center><b><font color = maroon>Andrei</font></b></center>'
-'<center><img <<$set_imgh>> src="images/characters/shared/photos/big172.jpg"></center>'
-'Andrei is the leader of the group of hunters that frequent the woods and swamp by Gadukino while living close by. He''s <<boyage>> years old and divorced.'
-if huntersAndreiQw < 0:'You and him have a bad relationship, because you offended him in the past.'
-if huntersAndreiQw >= 0 and huntersAndreiQw < 10:'You have a normal relationship with him.'
-if huntersAndreiQw >= 10 and huntersAndreiQw < 15:'You have friendly relations with him.'
-if huntersAndreiQw >= 15 and huntersAndreiQw < 25:'You''re good friends.'
-if huntersAndreiQw > 25 :'You love him.'
-if huntersAndreiLove = 1:'You love each other.'
-gs 'stat'
-
-act 'Chat (0:30)':
+if huntersAndreiLove > 0 and huntersAndreiQw < 10:
 	*clr & cla
-	minut += 30
-	if huntersAndreiQw < 10:huntersAndreiQw += 1
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
+	*nl
+	'You want to talk to Andrei, but he cuts in before you can say anything.'
+	'"<<$pcs_nickname>>, It''s over between us," he says firmly and walks away.'
+	'"Well, maybe it''s for the best," you think as you leave in the other direction.'
+	minut += 3
+	huntersAndreiLove = 0
+	huntersAndreiQw -= 10
 	gs 'stat'
 
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
-	if huntersAndreiQw >= 0:'You chat with Andrei. You learn interesting tidbits about hunting from him.'
-	if huntersAndreiQw < 0:'You talk to Andrei. He makes it clear he''d rather not talk to you, but takes part in the conversation anyway.'
-
-	act'Continue':gt $loc, $loc_arg
-end
+	act 'Leave': gt $loc, $loc_arg
+else
+	if huntersAndreiLove > 0 and pcs_horny <= 60 and huntersAndreiQw >= 10 and huntersAndreisex = 0 and rand(0,2) = 1 :
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
+		*nl 'As soon as you walk up to Andrei, he pulls you in for a kiss without saying a word. You have no time to get a word in as he pulls you towards him.'
+		gs 'arousal', 'kiss', 5
+		gs 'stat'
 
-if huntersAndreiQw >= 10:
-	if huntersAndreiLove = 0:
-		act 'Flirt':
-			minut += 5
-			!!not using arousal as no orgasm chance
-			pcs_horny += 10
+		act 'Go with Andrei':
 			*clr & cla
-			if huntersAndreiQw <= 35 and huntersKnowSlut = 0:huntersAndreiQw += 1
-			if huntersIgorQw >= 10 and huntersKnowSlut = 0:huntersIgorQw -= 1
-			if huntersSergeiQw >= 10 and huntersKnowSlut = 0:huntersSergeiQw -= 1
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterhands.jpg"></center>'
+			*nl 'You go with Andrei with your hand in his. You know how this ends, and you really don''t mind.'
+			huntersAndreisex += rand(6,24)
+			huntersAndreiQw += 1
+			gs 'arousal', 'foreplay', 5
 			gs 'stat'
 
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
-			'You flirt with Andrei. He doesn''t say so aloud, but he likes the attention. You notice him checking you out when he thinks you aren''t looking.'
-
+			act 'Further':gt 'hunterLoveSex','Andrei'
+		end
+		act 'Refuse':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
+			*nl '"No, Andrei not now." You quickly leave back the way you came.'
+			minut += 5
+			huntersAndreiQw -= 1
+			huntersAndreisex += 1
 			gs 'stat'
 
-			if huntersAndreiLove = 0 and huntersAndreiQw >= 25 and huntersKnowSlut = 0 and pcs_apprnc >= 60:
-				*clr & cla
-				gs 'stat'
-
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
-				'You smile sweetly at Andrei while you flirt, and you are caught off guard when he suddenly goes in for a kiss.'
+			act 'Leave':gt $loc, $loc_arg
+		end
 
-				gs 'arousal', 'foreplay', 5
-				gs 'stat'
+	else
+		'<center><b><font color = maroon>Andrei</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/characters/shared/photos/big172.jpg"></center>'
+		*nl
+		'Andrei is the leader of the group of hunters that frequent the woods and swamp by Gadukino while living close by. He''s <<boyage>> years old and divorced.'
+		if huntersAndreiQw < 0:
+			'You and him have a bad relationship, because you offended him in the past.'
+		elseif huntersAndreiQw < 10:
+			'You have a normal relationship with him.'
+		elseif huntersAndreiQw < 15:
+			'You have friendly relations with him.'
+		elseif huntersAndreiQw < 25:
+			'You''re good friends.'
+		else
+			if huntersAndreiLove = 1:'You love each other.' else 'You love him.'
+		end
+		gs 'stat'
 
-				act 'Answer kiss':
-					*clr & cla
-					huntersAndreiLove = 1
-					huntersAndreiQw += 1
-					pcs_mood = 100
-					gs 'stat'
+		act 'Chat (0:30)':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
+			*nl
+			if huntersAndreiQw >= 0: *nl 'You chat with Andrei. You learn interesting tidbits about hunting from him.' else *nl 'You talk to Andrei. He makes it clear he''d rather not talk to you, but takes part in the conversation anyway.'
+			minut += 30
+			if huntersAndreiQw < 10 : huntersAndreiQw += 1
+			gs 'stat'
 
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
-					'Your lips touch... your heart skips a beat. Andrei takes control and continues aggressively, so you find yourself responding to his whims.'
+			act'Continue':gt $loc, $loc_arg
+		end
 
-					gs 'arousal', 'kiss', 5
+		if huntersAndreiQw >= 10:
+			if huntersAndreiLove = 0:
+				act 'Flirt':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
+					*nl 'You flirt with Andrei. He doesn''t say so aloud, but he likes the attention. You notice him checking you out when he thinks you aren''t looking.'
+					if huntersAndreiQw <= 35 and huntersKnowSlut = 0:huntersAndreiQw += 1
+					if huntersIgorQw >= 10 and huntersKnowSlut = 0:huntersIgorQw -= 1
+					if huntersSergeiQw >= 10 and huntersKnowSlut = 0:huntersSergeiQw -= 1
+					minut += 5
+					!!not using arousal as no orgasm chance
+					pcs_horny += 10
 					gs 'stat'
 
-
-					if pcs_horny >= 40:
-						act'Continue':
+					if huntersAndreiQw >= 25 and huntersKnowSlut = 0 and pcs_apprnc >= 60:
+						act 'Continue Flirt':
 							*clr & cla
-							minut += 5
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
+							*nl 'You smile sweetly at Andrei while you flirt, and you are caught off guard when he suddenly goes in for a kiss.'
+							gs 'arousal', 'foreplay', 5
 							gs 'stat'
 
-							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-							'"<<$pcs_nickname>>, I want you", Andrei whispers when your lips finally part. You nod eagerly then Andrei gently takes you by the hand and leads you to his bed.'
-							act 'Go':gt 'hunterLoveSex','Andrei'
+							act 'Answer kiss':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
+								*nl 'Your lips touch... your heart skips a beat. Andrei takes control and continues aggressively, so you find yourself responding to his whims.'
+								huntersAndreiLove = 1
+								huntersAndreiQw += 1
+								pcs_mood = 100
+								gs 'arousal', 'kiss', 5
+								gs 'stat'
+								if pcs_horny >= 40:
+
+									act'Continue':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+										*nl '"<<$pcs_nickname>>, I want you", Andrei whispers when your lips finally part. You nod eagerly then Andrei gently takes you by the hand and leads you to his bed.'
+										minut += 5
+										gs 'stat'
+
+										act 'Go':gt 'hunterLoveSex','Andrei'
+									end
+								else
+									act'Further':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+										*nl '"Maybe next time we won''t stop there, <<$pcs_nickname>>", Andrei says when your lips finally part. "For now though, let''s go back."'
+										minut += 5
+										gs 'stat'
+
+										act'Continue':gt $loc, $loc_arg
+									end
+								end if
+							end
+							act 'Push away':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
+								*nl '"Sorry... Andrei... I can''t right now", you tell him. He leaves with an angry look on his face.'
+								minut += 5
+								hunterslut += 1
+								huntersAndreiQw -= 50
+								gs 'stat'
+
+								act'Leave':gt $loc, $loc_arg
+							end
 						end
-					else
-						act'Further':
-							*clr & cla
-							minut += 5
-							gs 'stat'
-
-							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-							'"Maybe next time we won''t stop there, <<$pcs_nickname>>", Andrei says when your lips finally part. "For now though, let''s go back."'
-
-							act'Continue':gt $loc, $loc_arg
-						end
-					end
+					end if
+					act'Leave':gt $loc, $loc_arg
 				end
-				act 'Push away':
+			else
+				act 'Spend time together':
 					*clr & cla
-					minut += 5
-					hunterslut += 1
-					huntersAndreiQw -= 50
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
+					*nl 'You spend time together with Andrei. He can''t keep his hands and lips off of you as you lie there together. He is happy with your company. You can see a look of satisfaction on his face and feel wonderful knowing you''re the one who put it there'
+					minut += 60
+					!!not using arousal as no orgasm chance
+					pcs_horny += 10
+					huntersAndreiQw += 1
+					if huntersIgorLove > 0 or huntersSergeiLove > 0:hunterslut += 1
+					if huntersIgorLove = 0 and huntersSergeiLove = 0:hunterslut -= 1
+					pcs_mood = 100
 					gs 'stat'
 
-					'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
-					'"Sorry... Andrei... I can''t right now", you tell him. He leaves with an angry look on his face.'
-
 					act'Leave':gt $loc, $loc_arg
 				end
-			else
-				act'Leave':gt $loc, $loc_arg
-			end
-		end
-	else
-		act 'Spend time together':
-			minut += 60
-			!!not using arousal as no orgasm chance
-			pcs_horny += 10
-			*clr & cla
-			huntersAndreiQw += 1
-			if huntersIgorLove > 0 or huntersSergeiLove > 0:hunterslut += 1
-			if huntersIgorLove = 0 and huntersSergeiLove = 0:hunterslut -= 1
-			pcs_mood = 100
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
-			'You spend time together with Andrei. He can''t keep his hands and lips off of you as you lie there together. He is happy with your company. You can see a look of satisfaction on his face and feel wonderful knowing you''re the one who put it there'
-
-			gs 'stat'
-
-			act'Leave':gt $loc, $loc_arg
-		end
-	end
-end
-
-if huntersAndreiLove > 0 and pcs_horny >= 60:
-	act 'Have sex':
-		*clr & cla
-		huntersAndreiQw += 1
-		huntersAndreisex += rand(6,24)
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
-		'You catch Andrei''s eyes with yours and give him a look that leaves no doubt what you want. He nods then places an arm around your shoulders to lead you inside.'
-
-		gs 'arousal', 'foreplay', 10
-		gs 'stat'
-
-		act 'Go':gt 'hunterLoveSex','Andrei'
-	end
-end
-
-if huntersAndreiLove > 0 and pcs_horny <= 60 and huntersAndreiQw >= 10 and temp = 1 and huntersAndreisex = 0:
-	*clr & cla
-	huntersAndreisex += rand(6,24)
-	gs 'stat'
-
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
-	'As soon as you walk up to Andrei, he pulls you in for a kiss without saying a word. You have no time to get a word in as he pulls you towards him.'
-
-	gs 'arousal', 'kiss', 5
-	gs 'stat'
-
-	act 'Go with Andrei':
-		*clr & cla
-		huntersAndreiQw += 1
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterhands.jpg"></center>'
-		'You go with Andrei with your hand in his. You know how this ends, and you really don''t mind.'
-
-		gs 'arousal', 'foreplay', 5
-		gs 'stat'
-
-		act 'Further':gt 'hunterLoveSex','Andrei'
-	end
-	act 'Refuse':
-		*clr & cla
-		minut += 5
-		huntersAndreiQw -= 1
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
-		'"No, Andrei not now." You quickly leave back the way you came.'
-		act 'Leave':gt $loc, $loc_arg
-	end
-end
-
-if huntersAndreiLove > 0:
-	act 'Break up with Andrei':
-		*clr & cla
-		minut += 5
-		huntersAndreiLove = 0
-		huntersAndreiQw -= 100
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
-		'"Andrei, I feel that our relationship has no future. I''m breaking up with you", you say. You leave while trying not to look back at him.'
-
-		act 'Leave':gt $loc, $loc_arg
-	end
-end
-
-act'Leave':gt $loc, $loc_arg
-
-if huntersAndreiQw < 10 and huntersAndreiLove > 0:
-	*clr & cla
-	minut += 5
-	huntersAndreiLove = 0
-	huntersAndreiQw -= 10
-	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
-	'You want to talk to Andrei, but he cuts in before you can say anything.'
-	'"<<$pcs_nickname>>, It''s over between us," he says firmly and walks away.'
-	'"Well, maybe it''s for the best," you think as you leave in the other direction.'
-
-	act 'Leave':gt $loc, $loc_arg
-end
+				if pcs_horny >= 60:
+					act 'Have sex':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
+						*nl 'You catch Andrei''s eyes with yours and give him a look that leaves no doubt what you want. He nods then places an arm around your shoulders to lead you inside.'
+						huntersAndreiQw += 1
+						huntersAndreisex += rand(6,24)
+						gs 'arousal', 'foreplay', 10
+						gs 'stat'
+
+						act 'Go':gt 'hunterLoveSex','Andrei'
+					end
+				end if
+				if rand(0,9) = 0:
+					act 'Break up with Andrei':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
+						*nl '"Andrei, I feel that our relationship has no future. I''m breaking up with you", you say. You leave while trying not to look back at him.'
+						minut += 5
+						huntersAndreiLove = 0
+						huntersAndreiQw -= 100
+						gs 'stat'
+
+						act 'Leave':gt $loc, $loc_arg
+					end
+				end if
+			end if
+		end if
+		act'Leave':gt $loc, $loc_arg
+	end if
+end if
 
 --- andreihunter ---------------------------------
-

+ 263 - 284
locations/igorhunter.qsrc

@@ -19,317 +19,296 @@ izvrat = 0
 boyage = year - ((npc_dob['A173'] - (npc_dob['A173'] mod 10000)) / 10000)
 boy_birth_date = 9
 boy_birth_month = 6
-gs 'stat'
-
-'<center><b><font color = maroon>Igor Anisimov</font></b></center>'
-'<center><img <<$set_imgh>> src="images/characters/shared/photos/big173.jpg"></center>'
-'Igor is a hunter along with the Sergei and Andrei and is here visiting Andrei. He''s <<boyage>> years old. He is not married and lives in the City Center..'
-if huntersIgorQw < 0:'You and him have a bad relationship, because you offended him in the past.'
-if huntersIgorQw >= 0 and huntersIgorQw < 10:'You have a normal relationship with him.'
-if huntersIgorQw >= 10 and huntersIgorQw < 20:'You have friendly relations with him.'
-if huntersIgorQw >= 20 and huntersIgorQw < 25:'You''re good friends.'
-if huntersIgorQw >= 25 and huntersIgorQw < 30:'It seems he has a crush on you.'
-if huntersIgorQw >= 30 and huntersIgorQw <= 35:'You have a mutual crush on each other.'
-if huntersIgorQw > 35 :'You love him.'
-if huntersIgorLove = 1:'You two have fallen in love.'
-if huntersIgorLove = 2:'<<$boydesc>> is your boyfriend.'
-if huntersIgorLove = 3:'<<$boydesc>> is your husband.'
-
-act 'Chat (0:30)':
-	*clr & cla
-	minut += 30
-	menu_off = 1
-	if huntersIgorQw < 10:huntersIgorQw += 1
-	gs 'stat'
-
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
-	if huntersIgorQw >= 0:'You have a chat with Igor, swapping stories about life and love.'
-	if huntersIgorQw < 0:'You talk to Igor. He wears his heart on his sleeve, so you can tell he doesn''t like you.'
-
-	act'Continue':gt $loc, $loc_arg
-end
-
-if huntersIgorQw >= 10:
-	if huntersIgorLove = 0:
-		act 'Flirt':
-			minut += 5
-			menu_off = 1
-			!!not using arousal as no orgasm chance
-			pcs_horny += 10
-			*clr & cla
-			if huntersIgorQw <= 35 and huntersKnowSlut = 0:huntersIgorQw += 1
-			if huntersAndreiQw >= 10 and huntersKnowSlut = 0:huntersAndreiQw -= 1
-			if huntersSergeiQw >= 10 and huntersKnowSlut = 0:huntersSergeiQw -= 1
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
-			'You spend time with Igor, flirting all the while. He flirts back, and blushes when you catch him checking you out.'
-
-			gs 'stat'
-
-			if huntersIgorLove = 0 and huntersIgorQw >= 35 and huntersKnowSlut = 0 and bfA = 1 and pcs_apprnc >= 60:
-				*clr & cla
-				gs 'stat'
-
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
-				'You smile sweetly at Igor. Suddenly Igor steals a kiss when you didnt expect it. You can feel his breath on your skin, smell the scent of the soap he used to clean himself. Suddenly, he looks embarrassed by what he just did and waits to see what your response will be.'
-
-				gs 'arousal', 'foreplay', 5
-				gs 'stat'
-
-				act 'Answer kiss':
-					*clr & cla
-					pcs_mood = 100
-					huntersIgorLove = 1
-					huntersIgorQw += 1
-					gs 'stat'
-
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
-					'You move closer to him and begin kissing him again. Igor gently kisses you back.'
-
-					gs 'arousal', 'kiss', 5
-					gs 'stat'
-
-					if pcs_horny >= 40:
-						act'Continue':
-							*clr & cla
-							minut += 5
-							gs 'stat'
-
-							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-							'"<<$pcs_nickname>>, Do you want to..?" Igor asked in a whisper, when your lips finally parted. "Yes" you say just as quietly and Igor gently took your hand and led you inside.'
-
-							act 'Go inside':gt 'hunterLoveSex','Igor'
-						end
-					else
-						act'Continue':
-							*clr & cla
-							minut += 5
-							gs 'stat'
-
-							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-							'"It was everything I hoped for, <<$pcs_nickname>>," Igor whispered, when your lips finally parted. You melt in his hands and spend a few minutes cuddling together.'
-
-							act'Continue':gt $loc, $loc_arg
-						end
-					end
-				end
-				act 'To remove the face':
-					*clr & cla
-					minut += 5
-					huntersIgorQw -= 50
-					gs 'stat'
-
-					'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
-					'"No, Igor, this isn''t right", you say, and try not to look at his sorrowful face as he leaves.'
-
-					act'Leave':gt $loc, $loc_arg
-				end
-			else
-				act'Leave':gt $loc, $loc_arg
-			end
-		end
-	else
-		act 'Spend time together':
-			*clr & cla
-			minut += 120
-			menu_off = 1
-			!!not using arousal as no orgasm chance
-			pcs_horny += 10
-			pcs_mood = 100
-			huntersIgorQw += 1
-			if huntersSergeiLove > 0 or huntersAndreiLove > 0:hunterslut += 1
-			if huntersSergeiLove = 0 and huntersAndreiLove = 0:hunterslut -= 1
-			if huntersIgorLove = 2:bfA += 1
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
-			'You cuddle up with Igor, and trade gentle kisses with him. He adores you and wishes you were always with him and you wish the same.'
-
-			gs 'stat'
-
-			act'Leave':gt $loc, $loc_arg
-		end
-	end
-end
-
-if huntersIgorLove > 0 and pcs_horny >= 60:
-	act 'Have sex':
-		*clr & cla
-		menu_off = 1
-		huntersIgorQw += 1
-		huntersIgorsex += rand(12,36)
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
-		'You wink seductively at Igor, and look in the direction of his bed. Igor gives you an excited hug before leading the way.'
-
-		gs 'arousal', 'foreplay', 10
-		gs 'stat'
-
-		act 'Go':gt 'hunterLoveSex','Igor'
-	end
-end
-
-!! I replaced the partial condition "and temp = 1" with "and rand(1,5) = 1" because temp is changed in the stat procedure. Formely the temp variable was initialized at the beginning of the file temp = rand(1,5)
-if huntersIgorLove > 0 and pcs_horny <= 60 and huntersIgorQw >= 10 and rand(1,5) = 1 and huntersIgorsex = 0:
-	*clr & cla
-	menu_off = 1
-	huntersIgorsex += rand(12,36)
-	gs 'stat'
-
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
-	'You walked up to Igor to spend time together, but he suddenly kisses you and whispers,'
-	'"<<$pcs_nickname>>, let''s make love."'
-
-	gs 'arousal', 'foreplay', 5
-	gs 'stat'
-
-	act 'Agree':
-		*clr & cla
-		minut += 5
-		huntersIgorQw += 1
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
-		'Smiling, you wink at Igor. He gets a childlike grin on his face and leads you by the hand to his bed.'
-		act 'Go':gt 'hunterLoveSex','Igor'
-	end
-	act 'Decline':
-		*clr & cla
-		minut += 5
-		huntersIgorQw -= 1
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
-		'"I can''t right now, Igor," you say'
-		'You see a look of regret on his face as you leave'
-		act 'Leave':gt $loc, $loc_arg
-	end
-end
-
-if huntersIgorLove > 0:
-	act 'Break up with Igor':
-		*clr & cla
-		minut += 5
-		menu_off = 1
-		huntersIgorLove = 0
-		if huntersIgorLove = 2:bfA = 0
-		huntersIgorQw -= 100
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
-		'"We''re through Igor. I don''t think that this relationship was going where either of us wanted," you say. Igor looks completely blindsided but turns and leaves without saying a word.'
-
-		act 'Leave':gt $loc, $loc_arg
-	end
-end
-
-act'Depart':gt $loc, $loc_arg
 
 if huntersIgorQw < 10 and huntersIgorLove > 0:
 	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
+	'You wanted to talk to Igor, but he cuts you off with an angry look.'
+	'"<<$pcs_nickname>>, I realized that our love wasn''t real and we need to break up," he says. As you try to find words to answer he turns and resolutely walks away.'
+	'"This may well be for the best," you think, as you leave in the other direction.'
 	minut += 5
 	menu_off = 1
 	huntersIgorLove = 0
 	if huntersIgorLove = 2:bfA = 0
 	huntersIgorQw -= 10
 	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
-	'You wanted to talk to Igor, but he cuts you off with an angry look.'
-	'"<<$pcs_nickname>>, I realized that our love wasn''t real and we need to break up," he says. As you try to find words to answer he turns and resolutely walks away.'
-	'"This may well be for the best," you think, as you leave in the other direction.'
 
 	act 'Leave':gt $loc, $loc_arg
-end
-
-if huntersIgorLove < 2 and huntersIgorQw >= 35 and huntersKnowSlut = 0 and bfA < 1 and hour >= 8 and hour < 20 and pcs_apprnc >= 60:
-	*clr & cla
-	minut += 1
-	menu_off = 1
-	gs 'stat'
-
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
-	'Suddenly Igor kisses you when you didn''t expect it.'
-	'He looks a little nervous before gathering up his courage to ask you, "Will you be my girlfriend?"'
-
-	gs 'arousal', 'foreplay', 1
-	gs 'stat'
-!! this part is not included properly into boyfriend system yet - rachels
-!! it could be simply replaced with gs 'boyfrend', 'start' but we need to check if a slot is empty
-!! at the moment I disable all the actions
-	act 'Yes':
+else
+	if huntersIgorLove > 0 and pcs_horny <= 60 and huntersIgorQw >= 10 and rand(1,5) = 1 and huntersIgorsex = 0:
+		menu_off = 1
 		*clr & cla
-		!stopboy = 0
-!!		$lover[lover_number] = $boy
-!!		$loverbody[lover_number] = $boybody
-!!		$loverbod[lover_number] = $boybod
-!!		$loverface[lover_number] = $boyface
-!!		loverdick[lover_number] = dick
-!!		loversilaVag[lover_number] = silaVag
-!!		loverfinance[lover_number] = finance
-!!		vneshlover[lover_number] = vneshBoy
-!!		$loverClo[lover_number] = $boyClo
-!!		figurlover[lover_number] = figurBoy
-!!		titlover[lover_number] = titBoy
-!!		hairlover[lover_number] = hairBoy
-!!		haraklover[lover_number] = harakBoy
-!!		boyage[lover_number] = boyage
-!!		loverday[lover_number] = day
-!!		bfA = 1
-!!		day[lover_number] = 0
-!!		boyonce[lover_number] = 0
-!!		loverizvrat[lover_number] = izvrat
-!!		giftDay[lover_number] = 0
-!!		giftNum[lover_number] = 0
-!!		loverlove[lover_number] = 0
-!!		lover_picture[lover_number] = lover_picture_number
-		huntersIgorLove = 2
-		pcs_mood = 100
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
+		'You walked up to Igor to spend time together, but he suddenly kisses you and whispers,'
+		'"<<$pcs_nickname>>, let''s make love."'
+		huntersIgorsex += rand(12,36)
+		gs 'arousal', 'foreplay', 5
 		gs 'stat'
 
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
-		'You move closer to him and begin kissing him again. Igor gently kisses you back.'
-		'<center><b>Be aware! Igor is not in the Boyfriend system yet!</b></center>'
+		act 'Agree':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
+			*nl 'Smiling, you wink at Igor. He gets a childlike grin on his face and leads you by the hand to his bed.'
+			minut += 5
+			huntersIgorQw += 1
+			gs 'stat'
 
-		gs 'arousal', 'kiss', 5
-		gs 'stat'
+			act 'Go':gt 'hunterLoveSex','Igor'
+		end
+		act 'Decline':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
+			*nl
+			'"I can''t right now, Igor," you say'
+			'You see a look of regret on his face as you leave'
+			minut += 5
+			huntersIgorQw -= 1
+			gs 'stat'
 
-		if pcs_horny >= 40:
-			act'Further':
+			act 'Leave':gt $loc, $loc_arg
+		end
+	else
+		if huntersIgorLove < 2 and huntersIgorQw >= 35 and huntersKnowSlut = 0 and bfA < 1 and hour >= 8 and hour < 20 and pcs_apprnc >= 60:
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
+			'Suddenly Igor kisses you when you didn''t expect it.'
+			'He looks a little nervous before gathering up his courage to ask you, "Will you be my girlfriend?"'
+			minut += 1
+			menu_off = 1
+			gs 'arousal', 'foreplay', 1
+			gs 'stat'
+		!! this part is not included properly into boyfriend system yet - rachels
+		!! it could be simply replaced with gs 'boyfrend', 'start' but we need to check if a slot is empty
+		!! at the moment I disable all the actions
+			act 'Yes':
 				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
+				'You move closer to him and begin kissing him again. Igor gently kisses you back.'
+				'<center><b>Be aware! Igor is not in the Boyfriend system yet!</b></center>'
+				!stopboy = 0
+		!!		$lover[lover_number] = $boy
+		!!		$loverbody[lover_number] = $boybody
+		!!		$loverbod[lover_number] = $boybod
+		!!		$loverface[lover_number] = $boyface
+		!!		loverdick[lover_number] = dick
+		!!		loversilaVag[lover_number] = silaVag
+		!!		loverfinance[lover_number] = finance
+		!!		vneshlover[lover_number] = vneshBoy
+		!!		$loverClo[lover_number] = $boyClo
+		!!		figurlover[lover_number] = figurBoy
+		!!		titlover[lover_number] = titBoy
+		!!		hairlover[lover_number] = hairBoy
+		!!		haraklover[lover_number] = harakBoy
+		!!		boyage[lover_number] = boyage
+		!!		loverday[lover_number] = day
+		!!		bfA = 1
+		!!		day[lover_number] = 0
+		!!		boyonce[lover_number] = 0
+		!!		loverizvrat[lover_number] = izvrat
+		!!		giftDay[lover_number] = 0
+		!!		giftNum[lover_number] = 0
+		!!		loverlove[lover_number] = 0
+		!!		lover_picture[lover_number] = lover_picture_number
+				huntersIgorLove = 2
+				pcs_mood = 100
+				gs 'arousal', 'kiss', 5
+				gs 'stat'
+				if pcs_horny >= 40:
+					act'Further':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+						*nl '"<<$pcs_nickname>>, Do you want to..?" Igor asked in a whisper, when your lips finally parted. "Yes" you say just as quietly and Igor gently took you by the hand and led inside.'
+						minut += 5
+						gs 'stat'
+
+						act 'Go':gt 'hunterLoveSex','Igor'
+					end
+				else
+					act'Further':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+						*nl '"It was everything I hoped for, <<$pcs_nickname>>," Igor whispered, when your lips finally parted. You melt in his hands and spend a few minutes cuddling together.'
+						minut += 5
+						gs 'stat'
+
+						act'Further':gt $loc, $loc_arg
+					end
+				end if
+			end
+			act 'No':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
+				*nl '"No, Igor, this isn''t right", you say, and try not to look at his sorrowful face as he leaves.'
 				minut += 5
+				huntersIgorQw -= 50
 				gs 'stat'
 
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-				'"<<$pcs_nickname>>, Do you want to..?" Igor asked in a whisper, when your lips finally parted. "Yes" you say just as quietly and Igor gently took you by the hand and led inside.'
-
-
-				act 'Go':gt 'hunterLoveSex','Igor'
+				act'Go':gt $loc, $loc_arg
 			end
 		else
-			act'Further':
+			'<center><b><font color = maroon>Igor Anisimov</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/characters/shared/photos/big173.jpg"></center>'
+			*nl
+			'Igor is a hunter along with the Sergei and Andrei and is here visiting Andrei. He''s <<boyage>> years old. He is not married and lives in the City Center..'
+			if huntersIgorQw < 0:
+				'You and him have a bad relationship, because you offended him in the past.'
+			elseif huntersIgorQw < 10:
+				'You have a normal relationship with him.'
+			elseif huntersIgorQw < 20:
+				'You have friendly relations with him.'
+			elseif huntersIgorQw < 25:
+				'You''re good friends.'
+			elseif huntersIgorQw < 30:
+				'It seems he has a crush on you.'
+			elseif huntersIgorQw <= 35:
+				'You have a mutual crush on each other.'
+			else
+				if huntersIgorLove = 0:
+					'You love him.'
+				elseif huntersIgorLove = 1:
+					'You two have fallen in love.'
+				elseif huntersIgorLove = 2:
+					'<<$boydesc>> is your boyfriend.'
+				else
+					'<<$boydesc>> is your husband.'
+				end if
+			end if
+			gs 'stat'
+
+			act 'Chat (0:30)':
 				*clr & cla
-				minut += 5
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
+				if huntersIgorQw >= 0: *nl 'You have a chat with Igor, swapping stories about life and love.' else *nl 'You talk to Igor. He wears his heart on his sleeve, so you can tell he doesn''t like you.'
+				minut += 30
+				menu_off = 1
+				if huntersIgorQw < 10:huntersIgorQw += 1
 				gs 'stat'
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-				'"It was everything I hoped for, <<$pcs_nickname>>," Igor whispered, when your lips finally parted. You melt in his hands and spend a few minutes cuddling together.'
 
-				act'Further':gt $loc, $loc_arg
+				act'Continue':gt $loc, $loc_arg
 			end
-		end
-	end
-	act 'No':
-		*clr & cla
-		minut += 5
-		huntersIgorQw -= 50
-		gs 'stat'
 
-		'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
-		'"No, Igor, this isn''t right", you say, and try not to look at his sorrowful face as he leaves.'
+			if huntersIgorQw >= 10:
+				if huntersIgorLove = 0:
+					act 'Flirt':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
+						*nl 'You spend time with Igor, flirting all the while. He flirts back, and blushes when you catch him checking you out.'
+						minut += 5
+						menu_off = 1
+						!!not using arousal as no orgasm chance
+						pcs_horny += 10
+						if huntersIgorQw <= 35 and huntersKnowSlut = 0:huntersIgorQw += 1
+						if huntersAndreiQw >= 10 and huntersKnowSlut = 0:huntersAndreiQw -= 1
+						if huntersSergeiQw >= 10 and huntersKnowSlut = 0:huntersSergeiQw -= 1
+						gs 'stat'
+
+						if huntersIgorLove = 0 and huntersIgorQw >= 35 and huntersKnowSlut = 0 and bfA = 1 and pcs_apprnc >= 60:
+							act 'Continue Flirt':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
+								*nl 'You smile sweetly at Igor. Suddenly Igor steals a kiss when you didnt expect it. You can feel his breath on your skin, smell the scent of the soap he used to clean himself. Suddenly, he looks embarrassed by what he just did and waits to see what your response will be.'
+								gs 'arousal', 'foreplay', 5
+								gs 'stat'
+
+								act 'Answer kiss':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
+									*nl 'You move closer to him and begin kissing him again. Igor gently kisses you back.'
+									pcs_mood = 100
+									huntersIgorLove = 1
+									huntersIgorQw += 1
+									gs 'arousal', 'kiss', 5
+									gs 'stat'
+
+									if pcs_horny >= 40:
+										act'Continue':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+											*nl '"<<$pcs_nickname>>, Do you want to..?" Igor asked in a whisper, when your lips finally parted. "Yes" you say just as quietly and Igor gently took your hand and led you inside.'
+											minut += 5
+											gs 'stat'
+
+											act 'Go inside':gt 'hunterLoveSex','Igor'
+										end
+									else
+										act'Continue':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+											*nl '"It was everything I hoped for, <<$pcs_nickname>>," Igor whispered, when your lips finally parted. You melt in his hands and spend a few minutes cuddling together.'
+											minut += 5
+											gs 'stat'
+
+											act'Continue':gt $loc, $loc_arg
+										end
+									end if
+								end
+								act 'To remove the face':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
+									*nl '"No, Igor, this isn''t right", you say, and try not to look at his sorrowful face as he leaves.'
+									minut += 5
+									huntersIgorQw -= 50
+									gs 'stat'
+
+									act'Leave':gt $loc, $loc_arg
+								end
+							end
+						end if
+						act'Leave':gt $loc, $loc_arg
+					end
+				else
+					act 'Spend time together':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
+						*nl 'You cuddle up with Igor, and trade gentle kisses with him. He adores you and wishes you were always with him and you wish the same.'
+						minut += 120
+						menu_off = 1
+						!!not using arousal as no orgasm chance
+						pcs_horny += 10
+						pcs_mood = 100
+						huntersIgorQw += 1
+						if huntersSergeiLove > 0 or huntersAndreiLove > 0:hunterslut += 1
+						if huntersSergeiLove = 0 and huntersAndreiLove = 0:hunterslut -= 1
+						if huntersIgorLove = 2:bfA += 1
+						gs 'stat'
+
+						act'Leave':gt $loc, $loc_arg
+					end
+					if pcs_horny >= 60:
+						act 'Have sex':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
+							*nl 'You wink seductively at Igor, and look in the direction of his bed. Igor gives you an excited hug before leading the way.'
+							menu_off = 1
+							huntersIgorQw += 1
+							huntersIgorsex += rand(12,36)
+							gs 'arousal', 'foreplay', 10
+							gs 'stat'
+
+							act 'Go':gt 'hunterLoveSex','Igor'
+						end
+					end if
+					if rand(0,6) = 0:
+						act 'Break up with Igor':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
+							*nl '"We''re through Igor. I don''t think that this relationship was going where either of us wanted," you say. Igor looks completely blindsided but turns and leaves without saying a word.'
+							minut += 5
+							menu_off = 1
+							huntersIgorLove = 0
+							if huntersIgorLove = 2:bfA = 0
+							huntersIgorQw -= 100
+							gs 'stat'
+
+							act 'Leave':gt $loc, $loc_arg
+						end
+					end if
+				end if
+			end if
+			act'Depart':gt $loc, $loc_arg
+		end if
+	end if
+end if
 
-		act'Go':gt $loc, $loc_arg
-	end
-end
 --- igorhunter ---------------------------------
 

+ 178 - 194
locations/sergeihunter.qsrc

@@ -3,231 +3,215 @@
 gs 'boyStat', 'A174'
 harakBoy = 1
 boyage = year - ((npc_dob['A174'] - (npc_dob['A174'] mod 10000)) / 10000)
-gs 'stat'
-
-'<center><b><font color = maroon>Sergei</font></b></center>'
-
-'<center><img <<$set_imgh>> src="images/characters/shared/photos/big174.jpg"></center>'
-
-'Sergei is a friend of Andrei and Igor, and a member of the group of hunters that frequent the woods and swamp by Gadukino. He''s <<boyage>> years old. He is married and lives in the City Center..'
-if huntersSergeiQw < 0:'You and him have a bad relationship, because you offended him in the past.'
-if huntersSergeiQw >= 0 and huntersSergeiQw < 10:'You have a normal relationship with him.'
-if huntersSergeiQw >= 10 and huntersSergeiQw < 20:'You have friendly relations with him.'
-if huntersSergeiQw >= 20 and huntersSergeiQw < 25:'You''re good friends.'
-if huntersSergeiQw >= 25 and huntersSergeiQw < 30:'It seems he has a crush on you.'
-if huntersSergeiQw >= 30 and huntersSergeiQw <= 35:'You have a mutual crush on each other.'
-if huntersSergeiQw > 35 :'You have an unrequited love for him.'
-if huntersSergeiLove = 1:'You two love each other.'
-
-act 'Chat (0:30)':
-	*clr & cla
-	minut += 30
-	if huntersSergeiQw < 10:huntersSergeiQw += 1
-	gs 'stat'
-
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
-	if huntersSergeiQw >= 0:'You spend some time chatting with Sergei, listening to interesting stories from his life and telling some stories of your own.'
-	if huntersSergeiQw < 0:'You talk with Sergei. He seems uncomfortable, but doesn''t force you away.'
-
-	act'Continue':gt $loc, $loc_arg
-end
-
-if huntersSergeiQw >= 10:
-	if huntersSergeiLove = 0:
-		act 'Flirt':
-			minut += 5
-			!!not using arousal as no orgasm chance
-			pcs_horny += 10
+
+if huntersSergeiLove = 0 or (huntersSergeiQw >= 10 and huntersSergeiQw <= 50):
+	if huntersSergeiLove > 0 and pcs_horny <= 60 and huntersSergeisex = 0  and rand(0,2) = 0:
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
+		'You went to Sergei to spend time together, but instead he kisses you and playfully bites on your lip.'
+		'"<<$pcs_nickname>>, I want you," he whispers after the kiss.'
+		huntersSergeisex += rand(9,30)
+		gs 'arousal', 'foreplay', 5
+		gs 'stat'
+
+		act 'Agree':
 			*clr & cla
-			if huntersSergeiQw <= 35 and huntersKnowSlut = 0:huntersSergeiQw += 1
-			if huntersIgorQw >= 10 and huntersKnowSlut = 0:huntersIgorQw -= 1
-			if huntersAndreiQw >= 10 and huntersKnowSlut = 0:huntersAndreiQw -= 1
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
+			*nl 'Smiling, you bite softly on Sergei''s neck. He rushes to pull you along with him.'
+			minut += 5
+			huntersSergeiQw += 1
 			gs 'stat'
 
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
-			'You flirt playfully with Sergei. He is glad for your company, though he can'' stop himself from letting his eyes wander.'
-
+			act 'Go':gt 'hunterLoveSex','Sergei'
+		end
+		act 'Decline':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
+			*nl '"No, Sergei, not now, but soon." You give him a small look of regret as you leave.'
+			minut += 5
+			huntersSergeiQw -= 1
 			gs 'stat'
 
-			if huntersSergeiLove = 0 and huntersSergeiQw >= 30 and huntersKnowSlut = 0 and pcs_apprnc >= 60:
-				*clr & cla
-				gs 'stat'
+			act 'Go':gt $loc, $loc_arg
+		end
+	else
+		'<center><b><font color = maroon>Sergei</font></b></center>'
+		'<center><img <<$set_imgh>> src="images/characters/shared/photos/big174.jpg"></center>'
+		*nl
+		'Sergei is a friend of Andrei and Igor, and a member of the group of hunters that frequent the woods and swamp by Gadukino. He''s <<boyage>> years old. He is married and lives in the City Center..'
+		if huntersSergeiQw < 0:
+			'You and him have a bad relationship, because you offended him in the past.'
+		elseif huntersSergeiQw < 10:
+			'You have a normal relationship with him.'
+		elseif huntersSergeiQw < 20:
+			'You have friendly relations with him.'
+		elseif huntersSergeiQw < 25:
+			'You''re good friends.'
+		elseif huntersSergeiQw < 30:
+			'It seems he has a crush on you.'
+		elseif huntersSergeiQw <= 35:
+			'You have a mutual crush on each other.'
+		else
+			if huntersSergeiLove = 1:'You two love each other.' else 'You have an unrequited love for him.'
+		end if
+		gs 'stat'
 
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
-				'Suddenly he cups your chin in his hand and gives you a kiss full of passion.'
+		act 'Chat (0:30)':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
+			if huntersSergeiQw >= 0:'You spend some time chatting with Sergei, listening to interesting stories from his life and telling some stories of your own.'
+			if huntersSergeiQw < 0:'You talk with Sergei. He seems uncomfortable, but doesn''t force you away.'
+			minut += 30
+			if huntersSergeiQw < 10:huntersSergeiQw += 1
+			gs 'stat'
 
-				gs 'arousal', 'foreplay', 5
-				gs 'stat'
+			act'Continue':gt $loc, $loc_arg
+		end
 
-				act 'Answer kiss':
+		if huntersSergeiQw >= 10:
+			if huntersSergeiLove = 0:
+				act 'Flirt':
 					*clr & cla
-					huntersSergeiLove = 1
-					huntersSergeiQw += 1
-					pcs_mood = 100
-					gs 'stat'
-
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
-					'You''ve been waiting for this and respond just as passionately. Sergei keeps kissing you and you are right there with him, returning every kiss.'
-
-					gs 'arousal', 'kiss', 5
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
+					*nl 'You flirt playfully with Sergei. He is glad for your company, though he can'' stop himself from letting his eyes wander.'
+					minut += 5
+					!!not using arousal as no orgasm chance
+					pcs_horny += 10
+					if huntersSergeiQw <= 35 and huntersKnowSlut = 0:huntersSergeiQw += 1
+					if huntersIgorQw >= 10 and huntersKnowSlut = 0:huntersIgorQw -= 1
+					if huntersAndreiQw >= 10 and huntersKnowSlut = 0:huntersAndreiQw -= 1
 					gs 'stat'
 
-					if pcs_horny >= 40:
-						act'Further':
-							*clr & cla
-							minut += 5
-							gs 'stat'
-
-							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-							'"<<$pcs_nickname>>, I want to make love to you," he says, when he finally pulls back. You answer Sergei with a kiss every bit as passionate as the one that started this. You begin to make your way back towards his room as you do so.'
 
-							act 'Go inside': gt'hunterLoveSex', 'Sergei'
-						end
-					else
-						act'Continue':
+					if huntersSergeiQw >= 30 and huntersKnowSlut = 0 and pcs_apprnc >= 60:
+						act 'Continue Flirt':
 							*clr & cla
-							minut += 5
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
+							*nl 'Suddenly he cups your chin in his hand and gives you a kiss full of passion.'
+							gs 'arousal', 'foreplay', 5
 							gs 'stat'
 
-							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-							'"That was great <<$pcs_nickname>>," Sergei said, when your lips finally parted. You see a look that clearly shows he wishes for more and smile.'
-
-							act'Continue':gt $loc, $loc_arg
+							act 'Answer kiss':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
+								*nl 'You''ve been waiting for this and respond just as passionately. Sergei keeps kissing you and you are right there with him, returning every kiss.'
+								huntersSergeiLove = 1
+								huntersSergeiQw += 1
+								pcs_mood = 100
+								gs 'arousal', 'kiss', 5
+								gs 'stat'
+
+								if pcs_horny >= 40:
+									act'Further':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+										*nl '"<<$pcs_nickname>>, I want to make love to you," he says, when he finally pulls back. You answer Sergei with a kiss every bit as passionate as the one that started this. You begin to make your way back towards his room as you do so.'
+										minut += 5
+										gs 'stat'
+
+										act 'Go inside': gt'hunterLoveSex', 'Sergei'
+									end
+								else
+									act'Continue':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+										*nl '"That was great <<$pcs_nickname>>," Sergei said, when your lips finally parted. You see a look that clearly shows he wishes for more and smile.'
+										minut += 5
+										gs 'stat'
+
+										act'Continue':gt $loc, $loc_arg
+									end
+								end if
+							end
+							act 'Move away':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
+								*nl '"Sorry, Sergei, but this isn''t what I wanted", you say. He leaves with an angry look on his face.'
+								minut += 5
+								huntersSergeiQw -= 50
+								gs 'stat'
+
+								act'Leave':gt $loc, $loc_arg
+							end
 						end
-					end
+					end if
+					act'Leave':gt $loc, $loc_arg
 				end
-				act 'Move away':
+			else
+				act 'Spend time together':
 					*clr & cla
-					minut += 5
-					huntersSergeiQw -= 50
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
+					*nl 'You and Sergei spend time together, spooning the whole while. You can almost feel how much he needed to spend time with you. You notice the happy look on his face and feel very satisfied you put it there.'
+					minut += 120
+					!!not using arousal as no orgasm chance
+					pcs_horny += 10
+					huntersSergeiQw += 1
+					if huntersIgorLove > 0 or huntersAndreiLove > 0:hunterslut += 1
+					if huntersIgorLove = 0 and huntersAndreiLove = 0:hunterslut -= 1
+					pcs_mood = 100
 					gs 'stat'
 
-					'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
-					'"Sorry, Sergei, but this isn''t what I wanted", you say. He leaves with an angry look on his face.'
-
 					act'Leave':gt $loc, $loc_arg
 				end
-			else
-				act'Leave':gt $loc, $loc_arg
-			end
-		end
-	else
-		act 'Spend time together':
-			minut += 120
-			!!not using arousal as no orgasm chance
-			pcs_horny += 10
-			*clr & cla
-			huntersSergeiQw += 1
-			if huntersIgorLove > 0 or huntersAndreiLove > 0:hunterslut += 1
-			if huntersIgorLove = 0 and huntersAndreiLove = 0:hunterslut -= 1
-			pcs_mood = 100
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
-			'You and Sergei spend time together, spooning the whole while. You can almost feel how much he needed to spend time with you. You notice the happy look on his face and feel very satisfied you put it there.'
-
-			gs 'stat'
-
-			act'Leave':gt $loc, $loc_arg
-		end
-	end
-end
-
-if huntersSergeiLove > 0 and pcs_horny >= 60:
-	act 'Have sex':
-		*clr & cla
-		huntersSergeiQw += 1
-		huntersSergeisex += rand(9,30)
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
-		'You pull Sergei off to the side and kiss him. You guide his hands to your sopping, needy snatch so there''s no doubt what you want. Sergei doesn''t hesitate and leads you to his bed, never removing his hand.'
-
-		gs 'arousal', 'foreplay', 10
-		gs 'stat'
-
-		act 'Go':gt 'hunterLoveSex','Sergei'
-	end
-end
-
-!! I replaced the partial condition "and temp = 1" with "and rand(1,5) = 1" because temp was not initialized in the file and only in the IgorHunter was temp = rand(1,5) in the similar situation
-if huntersSergeiLove > 0 and pcs_horny <= 60 and huntersSergeiQw >= 10 and rand(1,5) = 1 and huntersSergeisex = 0:
-	*clr & cla
-	huntersSergeisex += rand(9,30)
-	gs 'stat'
-
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
-	'You went to Sergei to spend time together, but instead he kisses you and playfully bites on your lip.'
-	'"<<$pcs_nickname>>, I want you," he whispers after the kiss.'
-
-	gs 'arousal', 'foreplay', 5
-	gs 'stat'
-
-	act 'Agree':
-		*clr & cla
-		minut += 5
-		huntersSergeiQw += 1
-		gs 'stat'
-
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
-		act 'Go':gt 'hunterLoveSex','Sergei'
-	end
-		'Smiling, you bite softly on Sergei''s neck. He rushes to pull you along with him.'
-	act 'Decline':
+				if pcs_horny >= 60:
+					act 'Have sex':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
+						*nl 'You pull Sergei off to the side and kiss him. You guide his hands to your sopping, needy snatch so there''s no doubt what you want. Sergei doesn''t hesitate and leads you to his bed, never removing his hand.'
+						huntersSergeiQw += 1
+						huntersSergeisex += rand(9,30)
+						gs 'arousal', 'foreplay', 10
+						gs 'stat'
+
+						act 'Go':gt 'hunterLoveSex','Sergei'
+					end
+				end if
+				if rand(0,6) = 0:
+					act 'Break up with Sergei':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
+						*nl '"Sergei the passion is gone", you say, "I think it''s time we parted." You leave without looking back.'
+						minut += 5
+						huntersSergeiLove = 0
+						huntersSergeiQw -= 100
+						gs 'stat'
+
+						act 'Leave':gt $loc, $loc_arg
+					end
+				end if
+			end if
+		end if
+		act'Depart':gt $loc, $loc_arg
+	end if
+else
+	if huntersSergeiQw < 10:
 		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
+		*nl
+		'You wanted to talk to Sergei, but he beat you to it, and started speaking before you could get a word in.'
+		'<<$pcs_nickname>>, I realized that our relationship had no future, and we need to stop seeing each other, " he said, and trying not to look in your direction, resolutely walked away.'
+		'"Well, maybe it''s for the best, " you think, as you leave in the other direction.'
 		minut += 5
-		huntersSergeiQw -= 1
+		huntersSergeiLove = 0
+		huntersSergeiQw -= 10
 		gs 'stat'
 
-		'<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
-		'"No, Sergei, not now, but soon." You give him a small look of regret as you leave.'
-		act 'Go':gt $loc, $loc_arg
-	end
-end
-
-if huntersSergeiLove > 0:
-	act 'Break up with Sergei':
+		act 'Leave':gt $loc, $loc_arg
+	else
 		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
+		*nl
+		'You wanted to talk to Sergei, but before you say anything he speaks instead.'
+		'"<<$pcs_nickname>>, I realized that our relationship has no future. You''re passion is unmatched, but I really love my family. I can''t risk that for you, " he says. He turns and walks away without saying another word, nor giving you time to say anything.'
+		'"Well, that''s how you feel is it?" you think as you stand there stunned. "Although this is probably for the best since he was married." you conclude before walking away.'
 		minut += 5
 		huntersSergeiLove = 0
-		huntersSergeiQw -= 100
+		huntersSergeiQw -= 50
 		gs 'stat'
 
-		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
-		'"Sergei the passion is gone", you say, "I think it''s time we parted." You leave without looking back.'
-
 		act 'Leave':gt $loc, $loc_arg
-	end
-end
-
-act'Depart':gt $loc, $loc_arg
-
-if huntersSergeiQw < 10 and huntersSergeiLove > 0:
-	*clr & cla
-	minut += 5
-	huntersSergeiLove = 0
-	huntersSergeiQw -= 10
-	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
-	'You wanted to talk to Sergei, but he beat you to it, and started speaking before you could get a word in.'
-	'<<$pcs_nickname>>, I realized that our relationship had no future, and we need to stop seeing each other, " he said, and trying not to look in your direction, resolutely walked away.'
-	'"Well, maybe it''s for the best, " you think, as you leave in the other direction.'
-
-	act 'Leave':gt $loc, $loc_arg
-end
-
-if huntersSergeiQw > 50 and huntersSergeiLove > 0:
-	*clr & cla
-	minut += 5
-	huntersSergeiLove = 0
-	huntersSergeiQw -= 50
-	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
-	'You wanted to talk to Sergei, but before you say anything he speaks instead.'
-	'"<<$pcs_nickname>>, I realized that our relationship has no future. You''re passion is unmatched, but I really love my family. I can''t risk that for you, " he says. He turns and walks away without saying another word, nor giving you time to say anything.'
-	'"Well, that''s how you feel is it?" you think as you stand there stunned. "Although this is probably for the best since he was married." you conclude before walking away.'
-
-	act 'Leave':gt $loc, $loc_arg
-end
+	end if
+end if
+
 --- sergeihunter ---------------------------------