Quellcode durchsuchen

replace dynamic calls, fix a few bugs

rachels vor 6 Jahren
Ursprung
Commit
1e3d7e7fc7
13 geänderte Dateien mit 2454 neuen und 2481 gelöschten Zeilen
  1. 152 154
      locations/AndreiHanter
  2. 22 22
      locations/Gnpc2
  3. 228 228
      locations/IgorHanter
  4. 154 153
      locations/SergeiHanter
  5. 90 90
      locations/backwater
  6. 11 11
      locations/dimaHome
  7. 26 18
      locations/gadforest_event
  8. 467 504
      locations/gadukino_event
  9. 5 5
      locations/gopnik_house
  10. 20 20
      locations/gopskver
  11. 49 49
      locations/kotovSex
  12. 504 501
      locations/swamp_yard
  13. 726 726
      locations/swamphouse

+ 152 - 154
locations/AndreiHanter

@@ -1,16 +1,13 @@
 # AndreiHanter
 
-gs 'boystat', 'A46'
+gs 'boystat', 'A172'
 harakBoy = 2
-boyage = npc_dob['A46']
+boyage = npc_dob[$boy]
 boyage = (boyage - boyage mod 10000) / 10000
 
-gs'stat'
 
 '<center><b><font color = maroon>Andrew</font></b></center>'
-
 '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andreihanter.jpg"></center>'
-
 'Andrew is one of the familiar hunters. He <<boyage>> years. He is divorced and lives in Gadyukino one.'
 if hantersAndreiQw < 0:'You and him had a bad relationship, he seems to hold on you some offense.'
 if hantersAndreiQw >= 0 and hantersAndreiQw < 10:'You have a normal relationship with him.'
@@ -18,199 +15,200 @@ if hantersAndreiQw >= 10 and hantersAndreiQw < 15:'You have friendly relations w
 if hantersAndreiQw >= 15 and hantersAndreiQw < 25:'It looks like you simpatiziruet.'
 if hantersAndreiQw > 25 :'You love him.'
 if hantersAndreiLove = 1:'You two love each other.'
+gs 'stat'
 
 act 'Chat':
-    cls
-    minut += 60
-    if hantersAndreiQw < 10:hantersAndreiQw += 1
-    gs'stat'
-    
-    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
-    if hantersAndreiQw >= 0:'You chatted with Andrew, listening to interesting stories from his life, and telling your.'
-    if hantersAndreiQw < 0:'You are talking with Andrew. He frowns and behaves not very friendly, but still supports the conversation.'
-    
-    act'Further':gt $loc, $metka
-end 
-   
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
+	if hantersAndreiQw >= 0:'You chatted with Andrew, listening to interesting stories from his life, and telling your.'
+	if hantersAndreiQw < 0:'You are talking with Andrew. He frowns and behaves not very friendly, but still supports the conversation.'
+	minut += 60
+	if hantersAndreiQw < 10:hantersAndreiQw += 1
+	gs 'stat'
+
+	act 'Further':gt $loc, $metka
+end
+
 if hantersAndreiQw >= 10:
-    if hantersAndreiLove = 0:
-        act 'Flirt':
-            cls
-            if hantersAndreiQw <= 35 and hantersKnowSlut = 0:hantersAndreiQw += 1
-            if hantersIgorQw >= 10 and hantersKnowSlut = 0:hantersIgorQw -= 1
-            if hantersSergeiQw >= 10 and hantersKnowSlut = 0:hantersSergeiQw -= 1        
-            gs'stat'
-        
-            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
-            'You need is flirting with Andrew. He is glad of your company, and once you notice it wandering a clear view.'
-            
+	if hantersAndreiLove = 0:
+		act 'Flirt':
+			*clr & cla
+			if hantersAndreiQw <= 35 and hantersKnowSlut = 0:hantersAndreiQw += 1
+			if hantersIgorQw >= 10   and hantersKnowSlut = 0:hantersIgorQw -= 1
+			if hantersSergeiQw >= 10 and hantersKnowSlut = 0:hantersSergeiQw -= 1
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
+			'You need is flirting with Andrew. He is glad of your company, and once you notice it wandering a clear view.'
+
 			gs 'arousal', 'foreplay', 120
 			gs 'stat'
-			
-            if hantersAndreiLove = 0 and hantersAndreiQw >= 25 and hantersKnowSlut = 0 and pcs_apprnc >= 60:
-                cls
-                gs'stat'
-
-                '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
-                'You smile sweetly at Andrew and flirting with him. Suddenly he nears his face to you and bites into your lips with a passionate, long kiss...'
-				
+
+			if hantersAndreiLove = 0 and hantersAndreiQw >= 25 and hantersKnowSlut = 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 Andrew and flirting with him. Suddenly he nears his face to you and bites into your lips with a passionate, long kiss...'
+
 				gs 'arousal', 'foreplay', 5
 				gs 'stat'
-			
-                act 'Answer kiss':
-                    cls
-                    hantersAndreiLove = 1
-                    hantersAndreiQw += 1
-                    pcs_mood = 100
-                    gs'stat'
-
-                    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
-                    'Your lips touch, you heart stops and breathing. <<$boydesc>> passionately kisses you and you answer him, clinging harder to his lips.'
-                    
+
+				act 'Answer kiss':
+					*clr & cla
+					hantersAndreiLove = 1
+					hantersAndreiQw += 1
+					pcs_mood = 100
+					gs 'stat'
+
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
+					'Your lips touch, you heart stops and breathing. <<$boydesc>> passionately kisses you and you answer him, clinging harder to his lips.'
+
 					gs 'arousal', 'kiss', 5
 					gs 'stat'
-			
-                    if pcs_horny >= 40:
-                        act'Further':
-                            cls
-                            minut += 5
-                            gs'stat'
-                        
-                            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-                            '- <<$pcs_nickname>>, I want you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind <<$boydesc>> gently took you by the hand and led him.' 
-                    
-                            act 'Go':gt'HanterLoveSex'
-                        end    
-                    else
-                        act'Further':
-                            cls
-                            minut += 5
-                            gs'stat'                        
-                        
-                            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-                            '- It was cool, <<$pcs_nickname>>, - said to you <<$boydesc>>, when your lips finally parted.'
-                        
-                            act'Further':gt $loc, $metka
-                        end    
-                    end
-                end    
-                act 'To remove the face':
-                    cls
-                    minut += 5
-                    hanterslut += 1
-                    hantersAndreiQw -= 50
-                    gs'stat'
-
-                    '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
-                    ' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at Andrew gone.'                   
-                        
-                    act'Go':gt $loc, $metka    
-                end
-            else    
-                act'Depart':gt $loc, $metka
-            end    
-        end
-    else
-        act 'Spend time together':
-            cls
-            hantersAndreiQw += 1
-            if hantersIgorLove > 0 or hantersSergeiLove > 0:hanterslut += 1
-            if hantersIgorLove = 0 and hantersSergeiLove = 0:hanterslut -= 1
-            pcs_mood = 100      
-            gs'stat'
-        
-            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
-            'You spend with Andrew time together softly cooing kisses and hugs. He is glad of your company, you can`t help but notice its full of happiness look, and it makes you want to sing and fly.'
-			
+
+					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 you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind <<$boydesc>> gently took you by the hand and led him.'
+
+							act 'Go':gt 'HanterLoveSex','Andrei'
+						end
+					else
+						act'Further':
+							*clr & cla
+							minut += 5
+							gs 'stat'
+
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+							'- It was cool, <<$pcs_nickname>>, - said to you <<$boydesc>>, when your lips finally parted.'
+
+							act'Further':gt $loc, $metka
+						end
+					end
+				end
+				act 'To remove the face':
+					*clr & cla
+					minut += 5
+					hanterslut += 1
+					hantersAndreiQw -= 50
+					gs 'stat'
+
+					'<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
+					' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at Andrew gone.'
+
+					act'Go':gt $loc, $metka
+				end
+			else
+				act'Depart':gt $loc, $metka
+			end
+		end
+	else
+		act 'Spend time together':
+			*clr & cla
+			hantersAndreiQw += 1
+			if hantersIgorLove > 0 or hantersSergeiLove > 0:hanterslut += 1
+			if hantersIgorLove = 0 and hantersSergeiLove = 0:hanterslut -= 1
+			pcs_mood = 100
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
+			'You spend with Andrew time together softly cooing kisses and hugs. He is glad of your company, you can`t help but notice its full of happiness look, and it makes you want to sing and fly.'
+
 			gs 'arousal', 'foreplay', 120
 			gs 'stat'
-			
-            act'Depart':gt $loc, $metka
-        end        
-    end 
+
+			act'Depart':gt $loc, $metka
+		end
+	end
 end
 
 if hantersAndreiLove > 0 and pcs_horny >= 60:
-    act 'Stick':
-	    cls
-        hantersAndreiQw += 1
-        hantersAndreisex += rand(6,24) 
-	    gs 'stat'
-				
-	    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
-	    'You absolutely insolently wink Igor, languid sigh, swiping a tongue across the lips and Igor, all knowing, takes you by the hand and leads.'
-		
+	act 'Stick':
+		*clr & cla
+		hantersAndreiQw += 1
+		hantersAndreisex += rand(6,24)
+		gs 'stat'
+
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
+		'You absolutely insolently wink Andrei, languid sigh, swiping a tongue across the lips and Igor, all knowing, takes you by the hand and leads.'
+
 		gs 'arousal', 'foreplay', 10
 		gs 'stat'
-			
-	    act 'Go':gt'HanterLoveSex'
-    end 
+
+		act 'Go':gt 'HanterLoveSex','Andrei'
+	end
 end
 
-if hantersAndreiLove > 0 and pcs_horny <= 60 and hantersAndreiQw >= 10 and temp = 1 and hantersAndreisex = 0:
-	cls
-    hantersAndreisex += rand(6,24) 
+!! 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 hantersAndreiLove > 0 and pcs_horny <= 60 and hantersAndreiQw >= 10 and rand(1,5) = 1 and hantersAndreisex = 0:
+	*clr & cla
+	hantersAndreisex += rand(6,24)
 	gs 'stat'
-	
+
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
 	'You approached Andrew to spend time together, but he suddenly stared at your lips with a passionate kiss and without a word pulled you with him..'
-	
+
 	gs 'arousal', 'kiss', 5
 	gs 'stat'
-			
+
 	act 'To go with Andrew':
-	    cls
-	    hantersAndreiQw += 1
+		*clr & cla
+		hantersAndreiQw += 1
 		gs 'stat'
-		
+
 		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterhands.jpg"></center>'
 		'You go with Andrew holding hands, knowing that where he leads you. And you really don`t even mind.'
-		
+
 		gs 'arousal', 'foreplay', 5
 		gs 'stat'
-			
-	    act 'Further':gt'HanterLoveSex'
-    end 
+
+		act 'Further':gt 'HanterLoveSex','Andrei'
+	end
 	act 'Refuse':
-	    cls
-	    minut += 5
-	    hantersAndreiQw -= 1
+		*clr & cla
+		minut += 5
+		hantersAndreiQw -= 1
 		gs 'stat'
-		
-        '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
-        ' - No, <<$boydesc>>, not now, you said, and trying not to look at it left.' 	
-	    act 'Go':gt $loc, $metka
-    end     
+
+		'<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
+		' - No, <<$boydesc>>, not now, you said, and trying not to look at it left.'
+		act 'Go':gt $loc, $metka
+	end
 end
 
 if hantersAndreiLove > 0:
-    act 'Part with a guy':
-	    cls
-        minut += 5
-        hantersAndreiLove = 0
-        hantersAndreiQw -= 100 
-	    gs 'stat'
-		
-	    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
-	    ' - <<$boydesc>>, I decided that our relationship had no future, and we must part, you said, and trying not to look at Andrew, went.'
-		
-	    act 'Go':gt $loc, $metka
-    end 
+	act 'Part with a guy':
+		*clr & cla
+		minut += 5
+		hantersAndreiLove = 0
+		hantersAndreiQw -= 100
+		gs 'stat'
+
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
+		' - <<$boydesc>>, I decided that our relationship had no future, and we must part, you said, and trying not to look at Andrew, went.'
+
+		act 'Go':gt $loc, $metka
+	end
 end
 
 act'Depart':gt $loc, $metka
 
 if hantersAndreiQw < 10 and hantersAndreiLove > 0:
-	cls
-    minut += 5
-    hantersAndreiLove = 0
-    hantersAndreiQw -= 10 
+	*clr & cla
+	minut += 5
+	hantersAndreiLove = 0
+	hantersAndreiQw -= 10
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
 	'You wanted to talk to Andrew, but he is ahead of you, not allowing to tell you to say nislova.'
 	' - <<$pcs_nickname>>, between us nothing, so we`d better leave, " he said firmly and walked away.'
 	' - Well , maybe it`s for the best, " you thought, going in the other direction.'
-		
+
 	act 'Go':gt $loc, $metka
 end
 

+ 22 - 22
locations/Gnpc2

@@ -471,7 +471,7 @@ $din_gboy_go_to_disco = {
 									swallow += 1
 									gs 'stat'
 									'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
-									dynamic $dinrandswallow
+									gs 'dinsex','dinrandswallow'
 
 									act 'further':
 										cls
@@ -593,7 +593,7 @@ $din_gboy_go_to_disco = {
 												swallow += 1
 												gs 'stat'
 												'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
-												dynamic $dinrandswallow
+												gs 'dinsex','dinrandswallow'
 
 												act 'Further':
 													cls
@@ -671,9 +671,9 @@ $din_gboy_go_to_disco = {
 												gs 'stat'
 												'<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
 												'He quickly takes off his clothes and lays down on top of you.'
-												dynamic $sexstart
-												dynamic $sexstart2
-												dynamic $sexcum
+												gs 'dinsex', 'boy_puts_condom'
+												gs 'dinsex','vaginal_sex',10
+												gs 'dinsex','sexcum'
 
 												act 'Further':
 													cls
@@ -696,8 +696,8 @@ $din_gboy_go_to_disco = {
 
 													gs 'stat'
 													'<center><img <<$set_imgh>> src="images/shared/sex/anal/doggy/anal31.jpg"></center>'
-													dynamic $sexstart
-													dynamic $analsex
+													gs 'dinsex', 'boy_puts_condom'
+													gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 													'Finally the guy finishes and you feel something warm fill your ass.'
 
 													act 'Further':
@@ -719,18 +719,18 @@ $din_gboy_go_to_disco = {
 					end
 				end
 			elseif diskoIvTiperand = 2:
-				''
+				*pl
 			elseif diskoIvTiperand = 3:
-				''
+				*pl
 			end
 
 			exit
 		end
 
 		if kissBoyFrend[numnpc] > 0:
-			''
+			*pl
 		elseif kissBoyFrend[numnpc] = 0:
-			''
+			*pl
 		end
 
 		dynamic $din_gboy_end_to_disco
@@ -823,7 +823,7 @@ $din_gboy_tits = {
 						swallow += 1
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
-						dynamic $dinrandswallow
+						gs 'dinsex','dinrandswallow'
 						act 'Go home':gt 'pavResidential'
 					end
 
@@ -853,9 +853,9 @@ $din_gboy_tits = {
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
 						'He quickly takes off his clothes and lays down on top of you.'
-						dynamic $sexstart
-						dynamic $sexstart2
-						dynamic $sexcum
+						gs 'dinsex', 'boy_puts_condom'
+						gs 'dinsex','vaginal_sex',10
+						gs 'dinsex','sexcum'
 						act 'Go home':gt 'pavResidential'
 					end
 
@@ -874,8 +874,8 @@ $din_gboy_tits = {
 
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/shared/sex/anal/doggy/anal31.jpg"></center>'
-							dynamic $sexstart
-							dynamic $analsex
+							gs 'dinsex', 'boy_puts_condom'
+							gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 							'Finally he reaches his peak and you feel something warm filling your ass.'
 
 							act 'Leave.':gt 'pavResidential'
@@ -929,9 +929,9 @@ $din_gboy_tits = {
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
 						'He quickly takes off his clothes and lays down on top of you.'
-						dynamic $sexstart
-						dynamic $sexstart2
-						dynamic $sexcum
+						gs 'dinsex', 'boy_puts_condom'
+						gs 'dinsex','vaginal_sex',10
+						gs 'dinsex','sexcum'
 
 						act 'Go home':gt 'pavResidential'
 					end
@@ -951,8 +951,8 @@ $din_gboy_tits = {
 
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/shared/sex/anal/doggy/anal31.jpg"></center>'
-							dynamic $sexstart
-							dynamic $analsex
+							gs 'dinsex', 'boy_puts_condom'
+							gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 							'Finally he reaches his peak and you feel something warm filling your ass.'
 
 							act 'Leave.':gt 'pavResidential'

+ 228 - 228
locations/IgorHanter

@@ -16,8 +16,7 @@ izvrat = 0
 boyage = year - ((npc_dob['A173'] - (npc_dob['A173'] mod 10000)) / 10000)
 boy_birth_date = 9
 boy_birth_month = 6
-gs'stat'
-temp = rand(1,5)
+gs 'stat'
 
 '<center><b><font color = maroon>Igor Anisimov</font></b></center>'
 '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/igorhanter.jpg"></center>'
@@ -34,286 +33,287 @@ if hantersIgorLove = 2:'<<$boydesc>> is your boyfriend.'
 if hantersIgorLove = 3:'<<$boydesc>> is your husband.'
 
 act 'Chat':
-    cls
-    minut += 60
-    if hantersIgorQw < 10:hantersIgorQw += 1
-    gs'stat'
-    
-    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
-    if hantersIgorQw >= 0:'You have a chat with Igor, listening to interesting stories from his life, and telling your.'
-    if hantersIgorQw < 0:'You talk to Igor. He frowns and behaves not very friendly, but still supports the conversation.'
-    
-    act'Further':gt $loc, $metka
-end 
-   
+	*clr & cla
+	minut += 60
+	if hantersIgorQw < 10:hantersIgorQw += 1
+	gs 'stat'
+
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
+	if hantersIgorQw >= 0:'You have a chat with Igor, listening to interesting stories from his life, and telling your.'
+	if hantersIgorQw < 0:'You talk to Igor. He frowns and behaves not very friendly, but still supports the conversation.'
+
+	act'Further':gt $loc, $metka
+end
+
 if hantersIgorQw >= 10:
-    if hantersIgorLove = 0:
-        act 'Flirt':
-            cls
-            if hantersIgorQw <= 35 and hantersKnowSlut = 0:hantersIgorQw += 1
-            if hantersAndreiQw >= 10 and hantersKnowSlut = 0:hantersAndreiQw -= 1
-            if hantersSergeiQw >= 10 and hantersKnowSlut = 0:hantersSergeiQw -= 1        
-            gs'stat'
-        
-            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
-            'You spread with Igor playful attitudes and vengeance flirting. He is glad of your company, and once you notice it wandering a clear view.'
-            
+	if hantersIgorLove = 0:
+		act 'Flirt':
+			*clr & cla
+			if hantersIgorQw <= 35 and hantersKnowSlut = 0:hantersIgorQw += 1
+			if hantersAndreiQw >= 10 and hantersKnowSlut = 0:hantersAndreiQw -= 1
+			if hantersSergeiQw >= 10 and hantersKnowSlut = 0:hantersSergeiQw -= 1
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
+			'You spread with Igor playful attitudes and vengeance flirting. He is glad of your company, and once you notice it wandering a clear view.'
+
 			gs 'arousal', 'foreplay', 120
 			gs 'stat'
-			
-            if hantersIgorLove = 0 and hantersIgorQw >= 35 and hantersKnowSlut = 0 and bfA = 1 and pcs_apprnc >= 60:
-                cls
-                gs'stat'
 
-                '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
-                'You smile sweetly at Igor and flirt with him. Suddenly Igor brings to you his face, you can feel his breath on my skin, smell the scent of his body, which delicate notes wafted to you. Slowly, afraid to startle you, Igor touches your cheek and you with a sinking heart, watching as his lips close to your...'
+			if hantersIgorLove = 0 and hantersIgorQw >= 35 and hantersKnowSlut = 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 and flirt with him. Suddenly Igor brings to you his face, you can feel his breath on my skin, smell the scent of his body, which delicate notes wafted to you. Slowly, afraid to startle you, Igor touches your cheek and you with a sinking heart, watching as his lips close to your...'
 
 				gs 'arousal', 'foreplay', 5
 				gs 'stat'
-			
-                act 'Answer kiss':
-                    cls
-                    pcs_mood = 100
-                    hantersIgorLove = 1
-                    hantersIgorQw += 1
-                    gs'stat'
-
-                    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
-                    'Your lips touch, you heart stops and breathing. Igor gently kisses you and you answer him, clinging harder to his lips.'
-                    
+
+				act 'Answer kiss':
+					*clr & cla
+					pcs_mood = 100
+					hantersIgorLove = 1
+					hantersIgorQw += 1
+					gs 'stat'
+
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
+					'Your lips touch, you heart stops and breathing. Igor gently kisses you and you answer him, clinging harder to his lips.'
+
 					gs 'arousal', 'kiss', 5
 					gs 'stat'
-			
-                    if pcs_horny >= 40:
-                        act'Further':
-                            cls
-                            minut += 5
-                            gs'stat'
-                        
-                            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-                            '- <<$pcs_nickname>>, I want you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind, Igor gently took you by the hand and led him.' 
-                    
-                            act 'Go':gt'HanterLoveSex'
-                        end    
-                    else
-                        act'Further':
-                            cls
-                            minut += 5
-                            gs'stat'                        
-                        
-                            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-                            '- It was amazing, <<$pcs_nickname>>, - whispered in your ear <<$boydesc>>, when your lips finally parted. You melt in his hands, seeing his happy look and a smile.'
-                        
-                            act'Further':gt $loc, $metka
-                        end    
-                    end
-                end    
-                act 'To remove the face':
-                    cls
-                    minut += 5
-                    hantersIgorQw -= 50
-                    gs'stat'
-
-                    '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
-                    ' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at rasteryalsya guy left.'                   
-                        
-                    act'Go':gt $loc, $metka    
-                end
-            else    
-                act'Depart':gt $loc, $metka
-            end    
-        end
-    else
-        act 'Spend time together':
-            cls
-            pcs_mood = 100
-            hantersIgorQw += 1
-            if hantersSergeiLove > 0 or hantersAndreiLove > 0:hanterslut += 1
-            if hantersSergeiLove = 0 and hantersAndreiLove = 0:hanterslut -= 1
-            if hantersIgorLove = 2:bfA += 1        
-            gs'stat'
-        
-            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
-            'You need with Igor along time softly cooing kisses and hugs. He is glad of your company, you can`t help but notice its full of happiness look, and it makes you want to sing and fly.'
-        
+
+					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 you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind, Igor gently took you by the hand and led him.'
+
+							act 'Go':gt 'HanterLoveSex','Igor'
+						end
+					else
+						act'Further':
+							*clr & cla
+							minut += 5
+							gs 'stat'
+
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+							'- It was amazing, <<$pcs_nickname>>, - whispered in your ear <<$boydesc>>, when your lips finally parted. You melt in his hands, seeing his happy look and a smile.'
+
+							act'Further':gt $loc, $metka
+						end
+					end
+				end
+				act 'To remove the face':
+					*clr & cla
+					minut += 5
+					hantersIgorQw -= 50
+					gs 'stat'
+
+					'<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
+					' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at rasteryalsya guy left.'
+
+					act'Go':gt $loc, $metka
+				end
+			else
+				act'Depart':gt $loc, $metka
+			end
+		end
+	else
+		act 'Spend time together':
+			*clr & cla
+			pcs_mood = 100
+			hantersIgorQw += 1
+			if hantersSergeiLove > 0 or hantersAndreiLove > 0:hanterslut += 1
+			if hantersSergeiLove = 0 and hantersAndreiLove = 0:hanterslut -= 1
+			if hantersIgorLove = 2:bfA += 1
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
+			'You need with Igor along time softly cooing kisses and hugs. He is glad of your company, you can`t help but notice its full of happiness look, and it makes you want to sing and fly.'
+
 			gs 'arousal', 'foreplay', 120
 			gs 'stat'
-			
-            act'Depart':gt $loc, $metka
-        end        
-    end 
+
+			act'Depart':gt $loc, $metka
+		end
+	end
 end
 
 if hantersIgorLove > 0 and pcs_horny >= 60:
-    act 'Stick':
-	    cls
-        hantersIgorQw += 1
-        hantersIgorsex += rand(12,36) 
-	    gs 'stat'
-				
-	    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
-	    'You absolutely insolently wink Igor, languid sigh, swiping a tongue across the lips and Igor, all knowing, takes you by the hand and leads.'
-		
+	act 'Stick':
+		*clr & cla
+		hantersIgorQw += 1
+		hantersIgorsex += rand(12,36)
+		gs 'stat'
+
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
+		'You absolutely insolently wink Igor, languid sigh, swiping a tongue across the lips and Igor, all knowing, takes you by the hand and leads.'
+
 		gs 'arousal', 'foreplay', 10
 		gs 'stat'
-			
-	    act 'Go':gt'HanterLoveSex'
-    end 
+
+		act 'Go':gt 'HanterLoveSex','Igor'
+	end
 end
 
-if hantersIgorLove > 0 and pcs_horny <= 60 and hantersIgorQw >= 10 and temp = 1 and hantersIgorsex = 0:
-	cls
-    hantersIgorsex += rand(12,36) 
+!! 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 hantersIgorLove > 0 and pcs_horny <= 60 and hantersIgorQw >= 10 and rand(1,5) = 1 and hantersIgorsex = 0:
+	*clr & cla
+	hantersIgorsex += 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 stared at your lips with a passionate kiss and whispered:'
 	'- <<$pcs_nickname>>, I want you.'
-	
+
 	gs 'arousal', 'foreplay', 5
 	gs 'stat'
-			
+
 	act 'Agree':
-	    cls
-	    minut += 5
-	    hantersIgorQw += 1
+		*clr & cla
+		minut += 5
+		hantersIgorQw += 1
 		gs 'stat'
-		
+
 		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
-		'Smiling you wink Igor. He, all knowing, takes you by the hand and leads.'	
-	    act 'Go':gt'HanterLoveSex'
-    end 
+		'Smiling you wink Igor. He, all knowing, takes you by the hand and leads.'
+		act 'Go':gt 'HanterLoveSex','Igor'
+	end
 	act 'Decline':
-	    cls
-	    minut += 5
-	    hantersIgorQw -= 1
+		*clr & cla
+		minut += 5
+		hantersIgorQw -= 1
 		gs 'stat'
-		
-        '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
-        ' - No, <<$boydesc>>, not now, you said, and trying not to look at rasteryalsya guy left.' 	
-	    act 'Go':gt $loc, $metka
-    end     
+
+		'<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
+		' - No, <<$boydesc>>, not now, you said, and trying not to look at rasteryalsya guy left.'
+		act 'Go':gt $loc, $metka
+	end
 end
 
 if hantersIgorLove > 0:
-    act 'Part with a guy':
-	    cls
-        minut += 5
-        hantersIgorLove = 0
-        if hantersIgorLove = 2:bfA = 0
-        hantersIgorQw -= 100 
-	    gs 'stat'
-		
-	    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
-	    ' - <<$boydesc>>, I decided that our relationship had no future, and we must part, you said, and trying not to look at rasteryalsya guy left.'
-		
-	    act 'Go':gt $loc, $metka
-    end 
+	act 'Part with a guy':
+		*clr & cla
+		minut += 5
+		hantersIgorLove = 0
+		if hantersIgorLove = 2:bfA = 0
+		hantersIgorQw -= 100
+		gs 'stat'
+
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
+		' - <<$boydesc>>, I decided that our relationship had no future, and we must part, you said, and trying not to look at rasteryalsya guy left.'
+
+		act 'Go':gt $loc, $metka
+	end
 end
 
 act'Depart':gt $loc, $metka
 
 if hantersIgorQw < 10 and hantersIgorLove > 0:
-	cls
-    minut += 5
-    hantersIgorLove = 0
-    if hantersIgorLove = 2:bfA = 0
-    hantersIgorQw -= 10 
+	*clr & cla
+	minut += 5
+	hantersIgorLove = 0
+	if hantersIgorLove = 2:bfA = 0
+	hantersIgorQw -= 10
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
 	'You wanted to talk to Igor, but he is ahead of you, not allowing to tell you to say nislova.'
 	' - <<$pcs_nickname>>, I realized that our relationship had no future, and we need to leave, " he said, and trying not to look in your direction, resolutely walked away.'
 	' - Well , maybe it`s for the best, " you thought, going in the other direction.'
-		
+
 	act 'Go':gt $loc, $metka
-end 
+end
 
 
 if hantersIgorLove < 2 and hantersIgorQw >= 35 and hantersKnowSlut = 0 and bfA < 1 and hour >= 8 and hour < 20 and pcs_apprnc >= 60:
-    cls
-    minut += 1        
-    gs'stat'
+	*clr & cla
+	minut += 1
+	gs 'stat'
 
-    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
-    'Suddenly <<$boydesc>> brought to you by your face, you felt his breath on my skin, faint aroma of his body, which delicate notes wafted to you. Slowly, afraid to startle you, Igor touched your fingers to your cheek and you with a sinking heart I felt his lips on my lips...'    
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
+	'Suddenly <<$boydesc>> brought to you by your face, you felt his breath on my skin, faint aroma of his body, which delicate notes wafted to you. Slowly, afraid to startle you, Igor touched your fingers to your cheek and you with a sinking heart I felt his lips on my lips...'
 
 	gs 'arousal', 'foreplay', 1
 	gs 'stat'
-!! this part is not included properly into boyfriend system yet - rachels 
+!! 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 'Answer kiss':
-        cls
-	    !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
-!!	    boypicA = boypicnumber
-	    hantersIgorLove = 2
-        pcs_mood = 100
-        gs'stat'
-
-        '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
-        'Your lips touch, you heart stops and breathing. <<$boydesc>> gently kisses you and you answer him, clinging harder to his lips.'
-        '<center><b>Be aware! Igor is not in the Boyfriend system yet!</b></center>'
-        
+	act 'Answer kiss':
+		*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
+!!		boypicA = boypicnumber
+		hantersIgorLove = 2
+		pcs_mood = 100
+		gs 'stat'
+
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
+		'Your lips touch, you heart stops and breathing. <<$boydesc>> gently kisses you and you answer him, clinging harder to his lips.'
+		'<center><b>Be aware! Igor is not in the Boyfriend system yet!</b></center>'
+
 		gs 'arousal', 'kiss', 5
 		gs 'stat'
-			
-        if pcs_horny >= 40:
-            act'Further':
-                cls
-                minut += 5
-                gs'stat'
-                        
-                '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-                '- <<$pcs_nickname>>, I want you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind, Igor gently took you by the hand and led him.' 
-                    
-                act 'Go':gt'HanterLoveSex'
-            end    
-        else
-            act'Further':
-                cls
-                minut += 5
-                gs'stat'                        
-
-                '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-                '- It was amazing, <<$pcs_nickname>>, - whispered in your ear <<$boydesc>>, when your lips finally parted. You melt in his hands, seeing his happy look and a smile.'
-
-                act'Further':gt $loc, $metka
-            end    
-        end
-    end    
-    act 'To remove the face':
-        cls
-        minut += 5
-        hantersIgorQw -= 50
-        gs'stat'
-
-        '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
-        ' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at rasteryalsya guy left.'                   
-
-        act'Go':gt $loc, $metka    
-    end
+
+		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 you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind, Igor gently took you by the hand and led him.'
+
+				act 'Go':gt 'HanterLoveSex','Igor'
+			end
+		else
+			act'Further':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+				'- It was amazing, <<$pcs_nickname>>, - whispered in your ear <<$boydesc>>, when your lips finally parted. You melt in his hands, seeing his happy look and a smile.'
+
+				act'Further':gt $loc, $metka
+			end
+		end
+	end
+	act 'To remove the face':
+		*clr & cla
+		minut += 5
+		hantersIgorQw -= 50
+		gs 'stat'
+
+		'<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
+		' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at rasteryalsya guy left.'
+
+		act'Go':gt $loc, $metka
+	end
 end
 
 --- IgorHanter ---------------------------------

+ 154 - 153
locations/SergeiHanter

@@ -3,7 +3,7 @@
 gs 'boyStat', 'A174'
 harakBoy = 1
 boyage = year - ((npc_dob['A174'] - (npc_dob['A174'] mod 10000)) / 10000)
-gs'stat'
+gs 'stat'
 
 '<center><b><font color = maroon>Sergey</font></b></center>'
 
@@ -20,209 +20,210 @@ if hantersSergeiQw > 35 :'You love him.'
 if hantersSergeiLove = 1:'You two love each other.'
 
 act 'Chat':
-    cls
-    minut += 60
-    if hantersSergeiQw < 10:hantersSergeiQw += 1
-    gs'stat'
-    
-    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
-    if hantersIgorQw >= 0:'You have chatted with Sergei, listening to interesting stories from his life, and telling your.'
-    if hantersIgorQw < 0:'You talk to Igor. He frowns and behaves not very friendly, but still supports the conversation.'    
-    
-    act'Further':gt $loc, $metka
-end 
-   
+	*clr & cla
+	minut += 60
+	if hantersSergeiQw < 10:hantersSergeiQw += 1
+	gs 'stat'
+
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
+	if hantersIgorQw >= 0:'You have chatted with Sergei, listening to interesting stories from his life, and telling your.'
+	if hantersIgorQw < 0:'You talk to Igor. He frowns and behaves not very friendly, but still supports the conversation.'
+
+	act'Further':gt $loc, $metka
+end
+
 if hantersSergeiQw >= 10:
-    if hantersSergeiLove = 0:
-        act 'Flirt':
-            cls
-            if hantersSergeiQw <= 35 and hantersKnowSlut = 0:hantersSergeiQw += 1
-            if hantersIgorQw >= 10 and hantersKnowSlut = 0:hantersIgorQw -= 1
-            if hantersAndreiQw >= 10 and hantersKnowSlut = 0:hantersAndreiQw -= 1        
-            gs'stat'
-        
-            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
-            'You spread with Sergei playful attitudes and vengeance flirting. He is glad of your company, and once you notice it wandering a clear view.'
-            
+	if hantersSergeiLove = 0:
+		act 'Flirt':
+			*clr & cla
+			if hantersSergeiQw <= 35 and hantersKnowSlut = 0:hantersSergeiQw += 1
+			if hantersIgorQw >= 10 and hantersKnowSlut = 0:hantersIgorQw -= 1
+			if hantersAndreiQw >= 10 and hantersKnowSlut = 0:hantersAndreiQw -= 1
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
+			'You spread with Sergei playful attitudes and vengeance flirting. He is glad of your company, and once you notice it wandering a clear view.'
+
 			gs 'arousal', 'foreplay', 120
 			gs 'stat'
-			
-            if hantersSergeiLove = 0 and hantersSergeiQw >= 30 and hantersKnowSlut = 0 and pcs_apprnc >= 60:
-                cls
-                gs'stat'
 
-                '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
-                'You smile sweetly at Sergey and flirt with him. Suddenly he takes your face in his hands and brings his lips to your lips.'
+			if hantersSergeiLove = 0 and hantersSergeiQw >= 30 and hantersKnowSlut = 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 Sergey and flirt with him. Suddenly he takes your face in his hands and brings his lips to your lips.'
 
 				gs 'arousal', 'foreplay', 5
 				gs 'stat'
-			
-                act 'Answer kiss':
-                    cls
-                    hantersSergeiLove = 1
-                    hantersSergeiQw += 1
-                    pcs_mood = 100
-                    gs'stat'
-
-                    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
-                    'Your lips touch, you heart stops and breathing. <<$boydesc>> kisses you and you answer him, clinging harder to his lips.'
-                    
+
+				act 'Answer kiss':
+					*clr & cla
+					hantersSergeiLove = 1
+					hantersSergeiQw += 1
+					pcs_mood = 100
+					gs 'stat'
+
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
+					'Your lips touch, you heart stops and breathing. <<$boydesc>> kisses you and you answer him, clinging harder to his lips.'
+
 					gs 'arousal', 'kiss', 5
 					gs 'stat'
-			
-                    if pcs_horny >= 40:
-                        act'Further':
-                            cls
-                            minut += 5
-                            gs'stat'
-                        
-                            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-                            '- <<$pcs_nickname>>, I want you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind <<$boydesc>> gently took you by the hand and led him.' 
-                    
-                            act 'Go':gt'HanterLoveSex'
-                        end    
-                    else
-                        act'Further':
-                            cls
-                            minut += 5
-                            gs'stat'                        
-                        
-                            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
-                            '- It was great <<$pcs_nickname>>, - told you <<$boydesc>>, when your lips finally parted. You are happy seeing his happy look and a smile.'
-                        
-                            act'Further':gt $loc, $metka
-                        end    
-                    end
-                end    
-                act 'To remove the face':
-                    cls
-                    minut += 5
-                    hantersSergeiQw -= 50
-                    gs'stat'
-
-                    '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
-                    ' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at the guy left.'                   
-                        
-                    act'Go':gt $loc, $metka    
-                end
-            else    
-                act'Depart':gt $loc, $metka
-            end    
-        end
-    else
-        act 'Spend time together':
-            cls
-            hantersSergeiQw += 1
-            if hantersIgorLove > 0 or hantersAndreiLove > 0:hanterslut += 1
-            if hantersIgorLove = 0 and hantersAndreiLove = 0:hanterslut -= 1
-            pcs_mood = 100       
-            gs'stat'
-        
-            '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
-            'You spend with Sergey time together, kisses and hugs. He is glad of your company, you can`t help but notice his happy look, and it makes you very very glad.'
-			
+
+					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 you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind <<$boydesc>> gently took you by the hand and led him.'
+
+							act 'Go':gt 'HanterLoveSex','Sergei'
+						end
+					else
+						act'Further':
+							*clr & cla
+							minut += 5
+							gs 'stat'
+
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
+							'- It was great <<$pcs_nickname>>, - told you <<$boydesc>>, when your lips finally parted. You are happy seeing his happy look and a smile.'
+
+							act'Further':gt $loc, $metka
+						end
+					end
+				end
+				act 'To remove the face':
+					*clr & cla
+					minut += 5
+					hantersSergeiQw -= 50
+					gs 'stat'
+
+					'<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
+					' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at the guy left.'
+
+					act'Go':gt $loc, $metka
+				end
+			else
+				act'Depart':gt $loc, $metka
+			end
+		end
+	else
+		act 'Spend time together':
+			*clr & cla
+			hantersSergeiQw += 1
+			if hantersIgorLove > 0 or hantersAndreiLove > 0:hanterslut += 1
+			if hantersIgorLove = 0 and hantersAndreiLove = 0:hanterslut -= 1
+			pcs_mood = 100
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
+			'You spend with Sergey time together, kisses and hugs. He is glad of your company, you can`t help but notice his happy look, and it makes you very very glad.'
+
 			gs 'arousal', 'foreplay', 120
 			gs 'stat'
-			
-            act'Depart':gt $loc, $metka
-        end        
-    end 
+
+			act'Depart':gt $loc, $metka
+		end
+	end
 end
 
 if hantersSergeiLove > 0 and pcs_horny >= 60:
-    act 'Stick':
-	    cls
-        hantersSergeiQw += 1
-        hantersSergeisex += rand(9,30) 
-	    gs 'stat'
-				
-	    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
-	    'You absolutely insolently wink Sergei, languid sigh, swiping a tongue across the lips and <<$boydesc>>, all knowing, takes you by the hand and leads.'
-		
+	act 'Stick':
+		*clr & cla
+		hantersSergeiQw += 1
+		hantersSergeisex += rand(9,30)
+		gs 'stat'
+
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
+		'You absolutely insolently wink Sergei, languid sigh, swiping a tongue across the lips and <<$boydesc>>, all knowing, takes you by the hand and leads.'
+
 		gs 'arousal', 'foreplay', 10
 		gs 'stat'
-			
-	    act 'Go':gt'HanterLoveSex'
-    end 
+
+		act 'Go':gt 'HanterLoveSex','Sergei'
+	end
 end
 
-if hantersSergeiLove > 0 and pcs_horny <= 60 and hantersSergeiQw >= 10 and temp = 1 and hantersSergeisex = 0:
-	cls
-    hantersSergeisex += rand(9,30) 
+!! 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 hantersSergeiLove > 0 and pcs_horny <= 60 and hantersSergeiQw >= 10 and rand(1,5) = 1 and hantersSergeisex = 0:
+	*clr & cla
+	hantersSergeisex += 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 passionately bites into your lips.'
 	'- <<$pcs_nickname>>, I want you, " he whispered after the kiss.'
-	
+
 	gs 'arousal', 'foreplay', 5
 	gs 'stat'
-			
+
 	act 'Agree':
-	    cls
-	    minut += 5
-	    hantersSergeiQw += 1
+		*clr & cla
+		minut += 5
+		hantersSergeiQw += 1
 		gs 'stat'
-		
+
 		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
-		'Smiling you wink Sergei. He, all knowing, takes you by the hand and leads.'	
-	    act 'Go':gt'HanterLoveSex'
-    end 
+		'Smiling you wink Sergei. He, all knowing, takes you by the hand and leads.'
+		act 'Go':gt 'HanterLoveSex','Sergei'
+	end
 	act 'Decline':
-	    cls
-	    minut += 5
-	    hantersSergeiQw -= 1
+		*clr & cla
+		minut += 5
+		hantersSergeiQw -= 1
 		gs 'stat'
-		
-        '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
-        ' - No, <<$boydesc>>, not now, you said, and trying not to look at the guy left.' 	
-	    act 'Go':gt $loc, $metka
-    end     
+
+		'<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
+		' - No, <<$boydesc>>, not now, you said, and trying not to look at the guy left.'
+		act 'Go':gt $loc, $metka
+	end
 end
 
 if hantersSergeiLove > 0:
-    act 'Part with a guy':
-	    cls
-        minut += 5
-        hantersSergeiLove = 0
-        hantersSergeiQw -= 100 
-	    gs 'stat'
-		
-	    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
-	    ' - <<$boydesc>>, I decided that our relationship had no future, and we must part, you said, and trying not to look at rasteryalsya guy left.'
-		
-	    act 'Go':gt $loc, $metka
-    end 
+	act 'Part with a guy':
+		*clr & cla
+		minut += 5
+		hantersSergeiLove = 0
+		hantersSergeiQw -= 100
+		gs 'stat'
+
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
+		' - <<$boydesc>>, I decided that our relationship had no future, and we must part, you said, and trying not to look at rasteryalsya guy left.'
+
+		act 'Go':gt $loc, $metka
+	end
 end
 
 act'Depart':gt $loc, $metka
 
 if hantersSergeiQw < 10 and hantersSergeiLove > 0:
-	cls
-    minut += 5
-    hantersSergeiLove = 0
-    hantersSergeiQw -= 10 
+	*clr & cla
+	minut += 5
+	hantersSergeiLove = 0
+	hantersSergeiQw -= 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, not having to tell you to say nislova.'
 	' - <<$pcs_nickname>>, I realized that our relationship had no future, and we need to leave, " he said, and trying not to look in your direction, resolutely walked away.'
 	' - Well , maybe it`s for the best, " you thought, going in the other direction.'
-		
+
 	act 'Go':gt $loc, $metka
 end
 
 if hantersSergeiQw > 50 and hantersSergeiLove > 0:
-	cls
-    minut += 5
-    hantersSergeiLove = 0
-    hantersSergeiQw -= 50 
+	*clr & cla
+	minut += 5
+	hantersSergeiLove = 0
+	hantersSergeiQw -= 50
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
 	'You wanted to talk to Sergei, but he beat you, not having to tell you to say nislova.'
 	' - <<$pcs_nickname>>, I realized that our relationship had no future. You`re a good girl, but I really appreciate my family, to risk continuing the relationship with you, " he said, and trying not to look in your direction, resolutely walked away.'
 	' - Well, how is it? Although it may be better thought upset you, going the other way.'
-		
+
 	act 'Go':gt $loc, $metka
-end 
+end
 --- SergeiHanter ---------------------------------
 

+ 90 - 90
locations/backwater

@@ -11,49 +11,49 @@ clothesAtLocation = FUNC('lost_clothes_here',$CURLOC)
 
 !events before everything
 if $clothingworntype = 'nude' and hantersKnowSlut = 0 and hanters = 1 and hour > 8 and hour < 20 and hanterknowday < day:
-    cla
+	cla
 	*clr
 	minut += 5
-    gs 'stat'
-    '<center><B>Backwater</B></center>'
+	gs 'stat'
+	'<center><B>Backwater</B></center>'
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hunter_looks.jpg"></center>'
-	'While cleaning yourself in the backwater, you suddenly get the feeling that you are not alone here. Turning around, you see one of the hunters. He''s just standing there watching you, his camouflage is almost indistinguishable compared to the bushes and trees.'    
-		
+	'While cleaning yourself in the backwater, you suddenly get the feeling that you are not alone here. Turning around, you see one of the hunters. He''s just standing there watching you, his camouflage is almost indistinguishable compared to the bushes and trees.'
+
 	if clothesAtLocation = 1 and clearclothes = 0 :
-	    act'Get dressed':
-		    cls
+		act'Get dressed':
+			cls
 			minut += 5
 			gs 'underwear', 'wear'
 			gs 'clothing', 'recover_lost_clothes', $CURLOC, 1
 
-		    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude1.jpg"></center>'
-		    'Noticing the hunter, you rush over to your clothes and begin dressed yourself in panic. As you get fully dressed, you look over your shoulder, expecting the hunter standing there, but there is no one there.'
-		    act'Further':gt 'backwater'
-		end    
-    else
-        act'Hide':
-            cls
-            minut += 1
-		    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude2.jpg"></center>'
-		    'Covering your Breasts and crotch you jump into the nearest bush. In your state of fear and confusion, you start scanning the area but you don''t see anyone there. You quickly run back towards the cabin.'
-		    act'Further':gt 'swamp_yard'
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude1.jpg"></center>'
+			'Noticing the hunter, you rush over to your clothes and begin dressed yourself in panic. As you get fully dressed, you look over your shoulder, expecting the hunter standing there, but there is no one there.'
+			act'Further':gt 'backwater'
 		end
-    end
-    act'Stay naked':
-        cls
-        hanterslut += 1
-        hanterknowday = day
-        gs'stat'
-        '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude3.jpg"></center>'
-        'You decide that you have nothing to be afraid of, and continue on completely nude. The hunter looks at you for a minute or so, all of a sudden you hear a "Hmph", him turning around and going away.'
-        act'Further':gt 'backwater'
-    end
+	else
+		act'Hide':
+			cls
+			minut += 1
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude2.jpg"></center>'
+			'Covering your Breasts and crotch you jump into the nearest bush. In your state of fear and confusion, you start scanning the area but you don''t see anyone there. You quickly run back towards the cabin.'
+			act'Further':gt 'swamp_yard'
+		end
+	end
+	act'Stay naked':
+		cls
+		hanterslut += 1
+		hanterknowday = day
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude3.jpg"></center>'
+		'You decide that you have nothing to be afraid of, and continue on completely nude. The hunter looks at you for a minute or so, all of a sudden you hear a "Hmph", him turning around and going away.'
+		act'Further':gt 'backwater'
+	end
 	exit
-end  
+end
 
 !start location
 '<center><B>Backwater</B></center>'
-	
+
 if month >= 4 and month <= 10:
 	if hour >= 6 and hour < 22:
 		'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater.jpg"></center>'
@@ -77,19 +77,19 @@ if clothesAtLocation = 0:
 		act'Undress':
 			if hantersKnowSlut > 0 or hanters = 0 or hour < 8 or hour >= 20 or pcs_exhibition > 35:
 				cla
-				*clr			 								
+				*clr
 				minut+=5
 				gs 'underwear', 'remove'
 				if hantersRape = 1: hantersRape = 2
-				 
+
 				if CloSkirtShortness > 0:
 					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterundress_ski.jpg"></center>'
 				else
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterundress.jpg"></center>'			
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterundress.jpg"></center>'
 				end
 				gs 'clothing', 'strip', $CURLOC
 				'You do not hesitate getting undressed, not caring if anyone is watching.'
-				act'Back':gt'backwater'		
+				act'Back':gt'backwater'
 			else
 				cla
 				*clr
@@ -113,16 +113,16 @@ else
 			cla
 			*clr
 			gs 'clothing', 'recover_lost_clothes', $CURLOC, 1
-			gs 'underwear', 'wear'		
+			gs 'underwear', 'wear'
 			'You pick up your clothes laying on the ground and get dressed.'
 			gt $loc, $metka
 		end
-		
+
 	end
 end
 
 if $clothingworntype = 'nude':
-    act 'Wash self':
+	act 'Wash self':
 		cla
 		*clr
 		dynamic $showerdin
@@ -132,16 +132,16 @@ if $clothingworntype = 'nude':
 		pcs_mood += 10
 		pcs_willpwr += 5
 		if hantersRape = 1: hantersRape = 2
-		    
-        if $pantyworntype = 'none':
-		    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim2.jpg"></center>'  
+
+		if $pantyworntype = 'none':
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim2.jpg"></center>'
 		else
-		    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim3.jpg"></center>'
-        end
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim1.jpg"></center>'
+		end
 		'You washed yourself in the creek.'
 
-		act 'Further':gt 'backwater'     
-    end
+		act 'Further':gt 'backwater'
+	end
 	if dirtyclothes = 1 and clothesAtLocation = 1:
 		act 'Wash your clothes':
 			cla
@@ -149,46 +149,46 @@ if $clothingworntype = 'nude':
 			if hantersRape = 1: hantersRape = 2
 			minut += 60
 			dirtyclothes = 0
-			cumspclnt = 6 & gs 'cum_cleanup'	        
+			cumspclnt = 6 & gs 'cum_cleanup'
 			gs 'stat'
-				
+
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterwash.jpg"></center>'
 			'You get undressed and wash your dirty clothes. Unfortunately the clothes didn''t get fully clean because of the cold water.'
 			!fix logic by illume
-	        act 'Hang the clothes in the hut':
-	            cla
-		        *clr
-	            minut += 5
-	            clearclothes = 5	            
+			act 'Hang the clothes in the hut':
+				cla
+				*clr
+				minut += 5
+				clearclothes = 5
 				gs 'clothing','recover_lost_clothes',$CURLOC, 1
 				gs 'clothing', 'strip', 'swamphouse'
-	            if $clothingworntype = 'nude':
-	                '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/basinwash1.jpg"></center>'
-	            else
-	                '<center><img <<$set_imgh>> src="images/locations/gadukino/village/washclothes2.jpg"></center>'
-	            end        
-	            'You hang the clothes near the stove so they could dry.'
-	            
-	            act 'Further':gt $loc, $metka
-	        end
-            if month >= 5 and month <= 9:
-	            act 'Hang clothes on the clothesline':
-	                cla
-		            *clr
-	                minut += 10
-	                clearclothes = 3
-	                gs 'clothing','recover_lost_clothes',$CURLOC, 1
+				if $clothingworntype = 'nude':
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/basinwash1.jpg"></center>'
+				else
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/village/washclothes2.jpg"></center>'
+				end
+				'You hang the clothes near the stove so they could dry.'
+
+				act 'Further':gt $loc, $metka
+			end
+			if month >= 5 and month <= 9:
+				act 'Hang clothes on the clothesline':
+					cla
+					*clr
+					minut += 10
+					clearclothes = 3
+					gs 'clothing','recover_lost_clothes',$CURLOC, 1
 					gs 'clothing', 'strip', 'clothesline_swamp'
-	                if $clothingworntype = 'nude':
-	                    '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/basinwash2.jpg"></center>'
-	                else
-	                    '<center><img <<$set_imgh>> src="images/locations/gadukino/village/washclothes2.jpg"></center>'
-	                end
-	                'You hang the clothes on the clothesline to dry.'
-	            
-	                act 'Further':gt'swamp_yard'
-	            end	
-            end			
+					if $clothingworntype = 'nude':
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/basinwash2.jpg"></center>'
+					else
+						'<center><img <<$set_imgh>> src="images/locations/gadukino/village/washclothes2.jpg"></center>'
+					end
+					'You hang the clothes on the clothesline to dry.'
+
+					act 'Further':gt'swamp_yard'
+				end
+			end
 		end
 	end
 else
@@ -200,16 +200,16 @@ else
 			if hantersRape = 1: hantersRape = 2
 			minut += 30
 			dirtyclothes = 0
-			cumspclnt = 6 & gs 'cum_cleanup'	        
+			cumspclnt = 6 & gs 'cum_cleanup'
 			gs 'stat'
-			
+
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterwash2.jpg"></center>'
 			'You start undressing as you enter the water thinking you''ll be able to clean your dirty clothes. Unfortunately you don''t seem able to get the clothes clean because you didn''t want to get undressed not wanting to freeze your butt off in the cold water.'
-			
-			act 'Further':gt'swamp_yard'		        
+
+			act 'Further':gt'swamp_yard'
 		end
-	end   	
-	if arrsize('sparrvol') > 0:	
+	end
+	if arrsize('sparrvol') > 0:
 		act 'Wash off sperm':
 			cla
 			*clr
@@ -243,7 +243,7 @@ else
 			cumspclnt = 9
 			gs 'cum_cleanup'
 			cumspclnt = 11
-			gs 'cum_cleanup'		
+			gs 'cum_cleanup'
 			cumspclnt = 13
 			gs 'cum_cleanup'
 			if pcs_sweat > 19 : pcs_sweat -= 5
@@ -251,31 +251,31 @@ else
 			*nl
 			'You clean your face and get rid of any trace of cum.'
 			face_write = 0
-			
+
 			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/facesp.jpg"></center>'
 			'You carefully wash your face, removing your makeup.'
 			minut += 5
 			gs'stat'
 
-			act 'Further':gt 'backwater'		
+			act 'Further':gt 'backwater'
 
 			if hantersRape = 1: hantersRape = 2
-		end		
+		end
 	end
 end
 
 act 'Go':minut += 5 & gt'swamp_yard'
 
 if hantersRape = 2:
-    cla
+	cla
 	*clr
 	minut += 5
 	hantersRape = 3
 	gs 'stat'
-	
+
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/backwaterrelax.jpg"></center>'
 	'You sit down by the shore, resting.'
-	
+
 	act 'Further':gt 'hanters', 'start'
 end
 

+ 11 - 11
locations/dimaHome

@@ -56,7 +56,7 @@ if $ARGS[0] = '':
 			rape += 1
 			face_write = 1
 			gs 'boyStat', 'A1'
-			gs'stat'					
+			gs 'stat'					
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/tiedinchair.jpg"></center>'
 			'Dimka strips you of all your clothes except for your skirt and ties you securely to the chair and forces a ball gag into your mouth. He pours himself another glass of vodka and drinks it as he stares at you. You want to beg him for forgiveness but you can only moan fearfully through the gag. Finishing his drink, he unfastens his trousers and allows them to fall to the floor. He is not wearing underwear and his dick is already hard and leaking precum as he approaches you. "I loved you, you know, but you had to ruin it." He rubs the slippery head of his cock against your vagina until he finds your entrance. "You are still mine!" he hisses as he forces his <<dick>>cm <<$dick_girth>> dick into your dry vagina.'
 			
@@ -224,9 +224,9 @@ if $ARGS[0] = 'dimkaplays':
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/sex2.jpg"></center>'
 						'Dimka puts you on the sofa on your back, your head against the back and your ass nearly hanging off. He lifts your legs up and pushes them forward till they are resting against you body. He presses the head of his dick up against the slit of your pussy.'
-						dynamic $sexstart
-						dynamic $sexstart2
-						dynamic $sexcum
+						gs 'dinsex', 'boy_puts_condom'
+						gs 'dinsex','vaginal_sex',10
+						gs 'dinsex','sexcum'
 						
 						gs 'arousal', 'end'
 						gs 'stat'
@@ -245,7 +245,7 @@ if $ARGS[0] = 'dimkaplays':
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/anal.jpg"></center>'
 						'Dimka puts you on the sofa on your knees and forces your head down against the cushion.'
-						dynamic $analsexrude
+						gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 						
 						gs 'arousal', 'end'
 						gs 'stat'
@@ -377,10 +377,10 @@ if $ARGS[0] = '2':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/car.jpg"></center>'
 	'Dimka binds and ties your knees to a little cart, tying you up with rope, attaching a steering wheel to the rope on your back, he covers your face in blue clown makeup and finally he puts a clown horn in your mouth and tapes it in place.'
-	dynamic $sexstart
-	dynamic $sexstart2
+	gs 'dinsex', 'boy_puts_condom'
+	gs 'dinsex','vaginal_sex',10
 	'Dimka fucks you hard, pounding himself balls deep into your pussy, instead of moaning, you make funny clown sounds.'
-	dynamic $sexcum
+	gs 'dinsex','sexcum'
 	'Once he is done he unties you.'
 
 	act 'Leave':gt 'pavResidential'
@@ -400,7 +400,7 @@ if $ARGS[0] = '3':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/car.jpg"></center>'
 	'Dimka binds and ties your knees to a little cart, tying you up with rope, attaching a steering wheel to the rope on your back, he covers your face in blue clown makeup and finally he puts a clown horn in your mouth and tapes it in place.'
-	dynamic $analsexrude
+	gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 
 	act 'Leave':gt 'pavResidential'
 end
@@ -513,7 +513,7 @@ if $ARGS[0] = '9':
 	cls
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/cum.jpg"></center>'
-	''
+	*pl
 
 	act 'Leave':gt 'pavResidential'
 end
@@ -522,7 +522,7 @@ if $ARGS[0] = '10':
 	cls
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/cum.jpg"></center>'
-	''
+	*pl
 
 	act 'Leave':gt 'pavResidential'
 end

+ 26 - 18
locations/gadforest_event

@@ -234,7 +234,7 @@ if $ARGS[0] = 'gopforest_mitka':
 				'<center><img <<$set_imgh>> src="images/locations/gadukino/village/mitka.jpg"></center>'
 				if temp = 1:'Walking through the forest you come face-to-face with Mitka. He stared longingly at your naked body, and you decide...'
 				if temp = 2:'Walking through the forest you saw Mitka. Realizing that he hasn''t noticed you yet, you decide...'
-				''
+				*pl
 				if temp = 1:
 					act 'To run away and dress':
 						cla
@@ -619,7 +619,7 @@ if $ARGS[0] = 'gopforest_kolyamba':
 				'<center><img <<$set_imgh>> src="images/locations/gadukino/village/kolyamba.jpg"></center>'
 				if temp = 1:'Walking through the forest you come face-to-face with Kolambu. He stared longingly at your naked body, and you decide...'
 				if temp = 2:'Walking through the forest you saw Kolambu. Realizing that he hasn''t noticed you yet, you decide...'
-				''
+				*pl
 				if temp = 1:
 					act 'To run away and dress':
 						cla
@@ -974,7 +974,7 @@ if $ARGS[0] = 'gopforest_vasyan':
 				'<center><img <<$set_imgh>> src="images/locations/gadukino/village/vasyan.jpg"></center>'
 				if temp = 1:'Walking through the forest you come face-to-face with Vasyan. He stared longingly at your naked body, and you decide...'
 				if temp = 2:'Walking through the forest you saw Vasyan. Realizing that he hasn''t noticed you yet, you decide...'
-				''
+				*pl
 				if temp = 1:
 					act 'To run away and dress':
 						cla
@@ -1359,7 +1359,7 @@ if $ARGS[0] = 'gopforest_2boys':
 					if temphant = 2:'Walking through the forest you saw Mitka and Vasyan. Realizing that they haven''t noticed you yet, you decide...'
 					if temphant = 3:'Walking through the woods you saw Kolambu and Vasyan. Realizing that they haven''t noticed you yet, you decide...'
 				end
-				''
+				*pl
 				if temp = 1:
 					act 'To run away and dress':
 						cla
@@ -1743,7 +1743,7 @@ if $ARGS[0] = 'gopforest_3boys':
 				else
 					'Walking through the forest you saw Mitka, Kolambu and Vasyan. Realizing that they haven''t noticed you yet, you decide...'
 				end
-				''
+				*pl
 				if temp = 1:
 					act 'To run away and dress':
 						cla
@@ -2226,7 +2226,7 @@ if $ARGS[0] = 'forest_hanters':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/forest_hanters'+rand(1,2)+'.jpg"></center>'
 	if hanters = 0:'Wandering through the woods you come across people. Judging by their appearance they must be hunters.'
 	if hanters > 0:'Wandering through the woods you see people. It''s your friends, the hunters, Andrei, Sergei and Igor.'
-	''
+	*pl
 	if forest_lost = 1:
 		act 'Further':
 			if hantersKnow = 0:
@@ -2291,18 +2291,22 @@ if $ARGS[0] = 'forest_hanters':
 					end
 					'"<<$pcs_nickname>>," you answered.'
 					if gadriver_gang = 0:
-						'"I''m Andrew," replied the older man, "And these are my friends, from the village, Igor and Sergei."'
+						'"I''m Andrei," replied the older man, "And these are my friends, from the village, Igor and Sergei."'
 						'"By any chance is your surname <<$pcs_lastname>>?" he asked. You looked at him and nodded.'
-						'"Don`t be surprised <<$pcs_nickname>>, you look a lot like your mother when she was younger. I ... Hmmm... very good to know, I''m also from Gadyukino." said Andrew.'
+						'"Don`t be surprised <<$pcs_nickname>>, you look a lot like your mother when she was younger. I ... Hmmm... very good to know, I''m also from Gadyukino." said Andrei.'
 					else
 						'"Bah, look what the cat dragged in." said in surprise the older man, looking at you closely, "It''s <<$pcs_nickname>> <<$pcs_lastname>>, the local slut.'
 						'You look at him in surprise.'
 						'"Don''t be surprised, I`m also from Gadyukino, and you look just like your mother when she was younger, and apparently you are a whore like her too." he said.'
-						'"I`m Andrew, " he added further, "And these are my friends, from the village, Igor and Sergei."'
+						'"I`m Andrei, " he added further, "And these are my friends, from the village, Igor and Sergei."'
 						'"Don`t run away, we are good, we don''t bite." said Sergei, seeing your attempt to jump to your feet.'
 						hantersKnowSlut = 1
 						hantersRape = 1
 					end
+					$npc_usedname['A172'] = 'Andrei'
+					$npc_usedname['A173'] = 'Igor'
+					$npc_usedname['A174'] = 'Sergei'
+					hantersKnow = 1
 					'After resting for half an hour the hunters began to rise to their feet.'
 					'"Okay <<$pcs_nickname>>, we will lead you out of the swamp," said Andrei. "Over there lies the the road back to the village, and if you want, we can stay here a little longer ."'
 					act 'Further':hanters = 1 & minut += 60 & gt 'swamp_yard'
@@ -2333,14 +2337,14 @@ if $ARGS[0] = 'forest_hanters':
 						'Then you went with the guys through the woods to the swamp.'
 					else
 						'"Yes good job, scare her." said Igor. "It is better to stay by the swamp."'
-						'"Yes, indeed, let''s go to the swamp." agreed Andrew and grinning lecherously, he added. "And then we can have some fun..."'
+						'"Yes, indeed, let''s go to the swamp." agreed Andrei and grinning lecherously, he added. "And then we can have some fun..."'
 						'You understood the hint.'
 						if pcs_horny < 40:'You obediently followed him, knowing where they were taking you and why.'
 						if pcs_horny >= 40 and pcs_horny < 70:'"It must be this way." you thought as you followed the guys, knowing where they were taking you and why.'
 						if pcs_horny >= 70:'"Well, that''s exactly what you need right now." you thought, feeling your pussy screaming with desire. You went with the guys, you were so eager, you almost lead the way.'
 					end
 				else
-					'"<<$pcs_nickname>>, what happened?" asked Andrew, when you came closer. "And why are you in such... uummm... state?"'
+					'"<<$pcs_nickname>>, what happened?" asked Andrei, when you came closer. "And why are you in such... uummm... state?"'
 					'"I was lost!" you said with tears in your eyes and began talking too fast about all sorts of nonsense fears like killers, rapists, car chases and other absurdities.'
 					'"Okay, okay, calm down, " he interrupted you. "It`s all over now. It''s good that you met us and not a pack of wolves."'
 					if wolf_know = 0:'"There are wolves out here?" You ask terrified.'
@@ -2351,7 +2355,7 @@ if $ARGS[0] = 'forest_hanters':
 						'You quickly wrap yourself with the blanket and then follow the guys through the woods and back to the swamp.'
 					else
 						'"Yes good job, scare her." said Igor. "It is better to stay by the swamp."'
-						'"Yes, indeed, let''s go to the swamp." agreed Andrew taking you by the hand. Grinning lecherously, he added. "Did no one miss our little slut?"'
+						'"Yes, indeed, let''s go to the swamp." agreed Andrei taking you by the hand. Grinning lecherously, he added. "Did no one miss our little slut?"'
 						if pcs_horny < 40:'You obediently followed him, knowing where they were taking you and why.'
 						if pcs_horny >= 40 and pcs_horny < 70:'"It must be this way." you thought as you followed the guys, knowing where they were taking you and why.'
 						if pcs_horny >= 70:'"Well, that''s exactly what you need right now." you thought, feeling your pussy screaming with desire. You went with the guys, you were so eager, you almost lead the way.'
@@ -2396,20 +2400,24 @@ if $ARGS[0] = 'forest_hanters':
 					end
 					'"<<$pcs_nickname>>," you answered.'
 					if gadriver_gang = 0:
-						'"I''m Andrew," replied the older man, "And these are my friends, from the village, Igor and Sergei."'
+						'"I''m Andrei," replied the older man, "And these are my friends, from the village, Igor and Sergei."'
 						'"By any chance is your surname <<$pcs_lastname>>?" he asked. You looked at him and nodded.'
-						'"Don`t be surprised <<$pcs_nickname>>, you look a lot like your mother when she was younger. I ... Hmmm... very good to know, I''m also from Gadyukino." said Andrew.'
+						'"Don`t be surprised <<$pcs_nickname>>, you look a lot like your mother when she was younger. I ... Hmmm... very good to know, I''m also from Gadyukino." said Andrei.'
 					else
 						'"Bah, look what the cat dragged in." said in surprise the older man, looking at you closely, "It''s <<$pcs_nickname>> <<$pcs_lastname>>, the local slut.'
 						'You stare at him in surprise.'
 						'"Don''t be surprised, I`m also from Gadyukino, and you look just like your mother when she was younger, and apparently you are a whore like her too." he said.'
-						'"I`m Andrew, " he added further, "And these are my friends, from the village, Igor and Sergei."'
+						'"I`m Andrei, " he added further, "And these are my friends, from the village, Igor and Sergei."'
 						'"Don`t run away, we are good, we don''t bite." said Sergei, seeing your attempt to jump to your feet.'
 						hantersKnowSlut = 1
 						hantersRape = 1
 					end
+					$npc_usedname['A172'] = 'Andrei'
+					$npc_usedname['A173'] = 'Igor'
+					$npc_usedname['A174'] = 'Sergei'
+					hantersKnow = 1
 					'Having chatted with you about this and that, for another hour or so, the hunters began to gather their things.'
-					'"Okay <<$pcs_nickname>>, it''s time for us to go." said Andrew.'
+					'"Okay <<$pcs_nickname>>, it''s time for us to go." said Andrei.'
 					if hantersKnowSlut = 1:'"If you want, we can bring you to the swamp," he added after a short pause. "From there the road to the village is easier. Or if you want, you can even stay with us for a bit."'
 					if hantersKnowSlut = 1:act 'To go with the hunters':hanters = 1 & minut += 60 & gt 'swamp_yard'
 					act 'To stay in the woods':gt $loc, $metka
@@ -2425,9 +2433,9 @@ if $ARGS[0] = 'forest_hanters':
 					if hantersKnowSlut = 0 or hantersKnowSlut > 0 and hantslutsex > 0:
 						minut += 30
 						'Having chatted with you about this and that, for another hour or so, the hunters began to gather their things.'
-						'"Okay <<$pcs_nickname>>, it''s time for us to go." said Andrew. "You should pay us another visit, ok?"'
+						'"Okay <<$pcs_nickname>>, it''s time for us to go." said Andrei. "You should pay us another visit, ok?"'
 					else
-						' - Oh, <<$pcs_nickname>>, about time you showed up, " Andrew said with a satisfied smile, taking you by the hand.'
+						' - Oh, <<$pcs_nickname>>, about time you showed up, " Andrei said with a satisfied smile, taking you by the hand.'
 						if pcs_horny < 40:'You obediently followed him, knowing where they were taking you and why.'
 						if pcs_horny >= 40 and pcs_horny < 70:'"It must be this way." you thought as you followed the guys, knowing where they were taking you and why.'
 						if pcs_horny >= 70:'"Well, that''s exactly what you need right now." you thought, feeling your pussy screaming with desire. You went with the guys, you were so eager, you almost lead the way.'

Datei-Diff unterdrückt, da er zu groß ist
+ 467 - 504
locations/gadukino_event


+ 5 - 5
locations/gopnik_house

@@ -3,7 +3,7 @@ gs 'stat'
 
 if gophouse = 0:
 	'You take your glass of vodka and sit down on a rickety chair at the table, between two of the guys. The apartment is in rather poor condition; there''s very little furniture, and the wallpaper is peeling off the walls. Nevertheless, you enjoy the Gopniks'' company, <<$bname>>''s in particular.'
-	''
+	*pl
 
 	if alko < 6:
 		'The vodka has you feeling quite drunk, but you are still able to think. At a certain point in the conversation, you see the smiles on the Gopniks'' faces make place for rather greedy grins. Suddenly everyone''s looking at you, ogling your body from top to bottom.'
@@ -14,7 +14,7 @@ if gophouse = 0:
 		'A few of the guys approach you and pick you up, despite your meek protests. You''re way too drunk to stop them, and just let it happen. The world won''t stop spinning while they haul you around, and you feel rather disoriented when the Gopniks dump you down onto a sole mattress in an otherwise empty room.'
 	end
 
-	''
+	*pl
 	
 	act 'Continue':
 		rape += 1
@@ -35,10 +35,10 @@ elseif gophouse = 1:
 	tiprand = rand(0, 2)
 
 	if tiprand < 2:
-		dynamic $sexstart2
-		dynamic $sexcum
+		gs 'dinsex','vaginal_sex',10
+		gs 'dinsex','sexcum'
 	elseif tiprand = 2:
-		dynamic $analsexrude
+		gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 	end
 
 	ciklkm -= 1

+ 20 - 20
locations/gopskver

@@ -55,7 +55,7 @@ $d_gop_triple_blow = {
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjgop.jpg"></center>'
 		dynamic $dinrandbj
 		'Dan groans: "Go on, slut. You better not miss a drop."'
-		dynamic $dinrandswallow
+		gs 'dinsex','dinrandswallow'
 
 		act 'Suck Vasily''s cock':
 			cls
@@ -409,7 +409,7 @@ else
 									sub += 1
 									pcs_mood -= 5	
 									cls
-									gs'stat'
+									gs 'stat'
 
 									'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/gop/body_cocksucker.jpg"></center>'
 									'You keep refusing, and try to get up and leave. Dan slaps your face hard, however, and you fall to the ground. He immediately pins you down, and begins to rip your clothes off. "Too proud, huh? We''ll have to take you down a peg!"'
@@ -541,7 +541,7 @@ if $ARGS[0] = 'BjBeerBeaten':
 	
 	if BjBeerQW = 3:
 		'You quickly drop to your knees and suck the guys off diligently, looking up at them fearfully. As long as you do a good job, they''ll let you control the pace... right?'
-		'' 
+		*pl 
 		'Dan is not unhappy with your efforts, but feels bored after you move away from his cock again. He offers: "She''s got more than one hole, guys... why are we all sharing just the one?"'
 		'The thought barely registers in your mind at first, but finally it does: they''re going to fuck you too!?'
 		if pcs_dom>10 and pcs_vag = 0 and pcs_ass >5 and pcs_horny < 75:
@@ -553,7 +553,7 @@ if $ARGS[0] = 'BjBeerBeaten':
 			act 'Let them fuck you': gt 'gopskver','BjBeerVag'
 		end
 	elseif BjBeerQW = 4:
-		''
+		*pl
 		'You routinely drop to your knees, and suck the guys off one by one. Suddenly Vitek reaches down, and rubs his rough fingers over your holes. He grunts: "Listen, <<$pcs_nickname>>... ever got fucked in the ass before?"'
 		if pcs_ass <= 5:
 			'You shake your head while you pull away from sucking Dan''s cock, and look at him wide eyes: "No! I''ve never had anything that big in there..." He gives you a reassuring smile and says: "We''ll take it slow, and you even get to keep your hymen intact! Come on guys, let''s move her a bit deeper into the woods... she could get noisy."'
@@ -579,9 +579,9 @@ if $ARGS[0] = 'BjBeerYes':
 	'You take a deep sigh... guess that''s the way it''s going to be, now. At least these guys will take care of you if you get in trouble, and they''ll give you beer... that''s not so bad, right?'
 	'You squat down without objections, and obediently open your mouth while you stare at the guys. They quickly undo their pants, and Vasily is the first to reach your mouth. You dutifully suck him off, ignoring the rather foul taste that comes from his dick. After a bit of sucking, it''s mostly gone anyway.'
 	'The other guys also want you to please them, and you put your hands on their hard cocks while you give Vasily a blowjob. After a while you switch, trying to give them all a blowjob at the same time.' 
-	''
+	*pl
 	if BjBeerQW = 3:
-		''
+		*pl
 		'You obediently drop to your knees and lick your lips, looking up at the guys with your <<$glaza3>>.' 
 		'Pleased with your eagerness, Vasily says: "I bet we could get more out of her than just a blowjob. Let''s go find a quiet place and put her other holes to work too!"'
 		'You meekly object, but it gets drowned out by the enthusiastic shouts of the others. They pull you up and guide you to a place where no one ever comes.'
@@ -594,7 +594,7 @@ if $ARGS[0] = 'BjBeerYes':
 			act 'Let them fuck you': gt 'gopskver','BjBeerVag'
 		end
 	elseif BjBeerQW = 4:
-		''
+		*pl
 		'You routinely drop to your knees, and suck the guys off one by one. Suddenly Vitek reaches down, and rubs his rough fingers over your holes. He grunts: "Listen, <<$pcs_nickname>>... ever got fucked in the ass before?"'
 		if pcs_ass <= 5:
 			'You shake your head while you pull away from sucking Dan''s cock, and look at him wide eyes: "No! I''ve never had anything that big in there..." He gives you a reassuring smile and says: "You will today. We''ll take it slow, and you even get to keep your virginity! Come on guys, let''s move her a bit deeper into the woods... she might get noisy."'
@@ -623,7 +623,7 @@ if $ARGS[0] = 'BjBeerAct':
 	spafinloc = 12
 	gs 'cum_manage'
 	BjBeerActiv = 1
-	gs'stat'
+	gs 'stat'
 
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeer3.jpg" ></center>'
 	if pcs_throat < 16:
@@ -803,7 +803,7 @@ if $ARGS[0] = 'BjBeerPhone':
 	'Vasily grins as he tells the camera: "And that was the premiere presentation of <<$pcs_nickname>> <<$pcs_lastname>> in her very first production called "Gagging Whore"! You delivered an excellent performance <<$pcs_nickname>>, say hi to your mom!" He zooms in on your face, and continues to film.'
 	act 'Do as he says':
 		cla
-		''
+		*pl
 		'By now you would rather just disappear in a large hole in the ground and never come back, but that''s not an option. You doubtfully look at the camera, wiping the tears and cum from your eyes as you softly mutter: "Hi mom..."'
 		'You desperately hope Vasily was just having a bit of fun with you, and that he''ll delete the recording before anyone else sees it.'
 		act 'Try to clean yourself up': gt'gopskver','BjBeerFace'
@@ -831,7 +831,7 @@ if $ARGS[0] = 'BjBeerPalevo':
 	'At that moment, Dan grunts: "Open wider, slut" and begins to unceremoniously cram his dick into your mouth as well, stretching it to the limit.' 
 	'You know protesting would be pointless and don''t resist, allowing the boys to use your mouth as they please. With some grunts they try to force their cocks further down your throat, and eventually they manage to get both about two thirds of the way in.' 
 	'The Gopniks continue to stare you down, as if you are nothing to them. Vasily jokes from the side: "I see she''s already used to two cocks in that whore mouth of hers... I wonder if she can take a third?"' 
-	''
+	*pl
 	'Suddenly, you feel like someone''s watching you. You open your eyes and try to look past the boys, and you see... Kolka, your brother!'
 	'From the look on his eyes, he is just as amazed at how good you are with your mouth as you are yourself. Judging from his posture, he''s not just watching... he''s slowly fondling himself as he watch his sister get fucked in her mouth by two guys at once. What a pervert!'
 	'You can''t reprimand him right now though, as you feel a hand at the back of your head and your focus is redirected to the erections you''re supposed to be servicing with your mouth.'
@@ -885,8 +885,8 @@ if $ARGS[0] = 'BjBeerVag':
 		'<center><video src="images/locations/pavlovsk/park/sex/gop/bjbeervag1.mp4" ></center>'
 		'Vitek is their leader, so it only makes sense he gets to go first. The other Gopniks pull you onto the ground, and restrain your body while Vitek moves his hard cock to your pussy and rams it in.'
 	
-		dynamic $sexstart
-		dynamic $sexstart2
+		gs 'dinsex', 'boy_puts_condom'
+		gs 'dinsex','vaginal_sex',10
 		if protect ! 1:
 			sexpartkno = 1
 			gs 'cum_manage'
@@ -925,10 +925,10 @@ if $ARGS[0] = 'BjBeerVag':
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeervag<<VagRand>>.jpg" ></center>'
 			'Dan firmly grabs you by the hips, and roughly shoves his cock inside you without any concern for your feelings. His hips vigorously bash against yours, and you can only hope he''s finished soon.'   
 			
-			dynamic $sexstart2
+			gs 'dinsex','vaginal_sex',10
 			
 			'When he orgasms, he pulls out of you and shoots his load onto your stomach. When he''s finished, he gets up from you and makes room for Vasily.'
-			''
+			*pl
 			'Vasily winces when he sees Dan''s cum on your stomach, and mutters: "Dude, you soiled the whore... I don''t want to touch that!"'
 		
 			act 'Turn around for Vasily':
@@ -947,7 +947,7 @@ if $ARGS[0] = 'BjBeerVag':
 				'Your body is aching and tired, but you know you''re not getting away until Vasily had a turn too. Vasily is still unhappy, trying to figure out what to do with you: "Damn, this slut is disgusting... not cool, Dan. Not cool at all!"'
 				'You sigh and turn around, exposing your holes to Vasily. He won''t have to touch Dan''s mess from behind, and Vasily nods at you appreciatively as he guides his cock to your already overworked pussy. "Very nice, whore! Already going the extra mile... and you thought you wouldn''t be good at being a slut!"'
 				
-				dynamic $sexstart2
+				gs 'dinsex','vaginal_sex',10
 
 				'Vasily firmly holds your hips as he roughly pounds your pussy from behind, making your boobs sway every time he thrusts his hips against yours. Even though his cock is not as big as the other guys'', you''ve already had two before him and your overworked cunt is begging for mercy.'
 				'After a few minutes, he pulls out and shoots his hot jets of cum on your buttocks. You feel exhausted, and fall down onto the grass below you.'
@@ -964,7 +964,7 @@ if $ARGS[0] = 'BjBeerVag':
 					'After resting for a few minutes, you slowly push yourself up and softly mutter a "Hello" to the boys.'
 					'They grin at the way your legs tremble awkwardly, and their sperm slowly runs down your legs. Your belly and buttocks are still covered in it, but you just adjust your clothes without giving it any more thought.'
 					'You have a faint smile on your face, and look expectantly at the guys as you wait for your reward.'
-					''
+					*pl
 					'Dan grins and gives you his unfinished bottle of beer: "Here you go, slut. You''ve earned it."'
 					'You eagerly drink the beer with a content smile on your lips. Your mood improves slightly.'
 					act 'Return to the park': gt'gskver'
@@ -1009,7 +1009,7 @@ if $ARGS[0] = 'BjBeerAnal':
    
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeeranal2.jpg" ></center>'
    
-		dynamic $analsex
+		gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 		
 		'You groan loudly and try to slow him down with your hands while you try to relax and get used to the size. He misunderstands, though. Your moaning and struggling only turn Vasily on even more, and he redoubles his efforts and fucks your ass even harder. His balls are slapping against you with every thrust, and within minutes you feel Vasily''s thrusts get more and more erratic. Then, he finishes deep inside you... you can actually feel his dick twitch inside your asshole, as the cum spurts out. The warm liquid slowly spreads inside you.' 
 		'He catches his breath for a second, and then slowly pulls out.'
@@ -1058,7 +1058,7 @@ if $ARGS[0] = 'BjBeerAnal2':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeeranal<<AnalRand>>.jpg" ></center>'
 	'You nod and let him move you around, so he can position you the way he likes. He puts you in a similar position that Vasily had you in, and spits on your sphincter. It''s not fully closing yet after the fucking Vasily gave you, and you slowly feel his saliva run down your hole while a cold gust of air blows past.'
 
-	dynamic $analsex
+	gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 	
 	'Dan silently slides his cock inside your ass, and asks with a lewd grin on his face: "You want this... don''t you, <<$pcs_nickname>>?"'
 	'You know what he wants to hear, and meekly nod and whisper: "Yes..."' 
@@ -1083,11 +1083,11 @@ if $ARGS[0] = 'BjBeerAnal2':
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeeranal5.jpg" ></center>'
 		'Looking at your tear-stained face, Vitek says with a grin: "Get used to it, slut. That''s all you''re good for now. After we work you in a bit more, you''ll be able to handle even more cocks at once."'   
 			
-		dynamic $analsex
+		gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 			
 		'He holds you firmly by the hips and guides his cock to your stretched sphincter, before slapping the entire length in with one firm stroke. You groan loudly, and have to steady yourself on the bench. Meanwhile Vitek slowly pulls out and laughs when he sees you make vain attempts to close your sphincter, and then slams his cock back in again. He slowly grins to thrust his cock inside you, and you hear a squishing sound every time he pushes his cock in deeper. You''re deeply embarrassed when you realize that squishy sound is probably the sound of Vasily and Dan''s sperm, lubricating this third fucking.'
 		'He fucks your ass for a good few minutes, and then pulls out his erection to shoot his white viscous liquid all over your buttocks. Then he offers his cock to you, and tells you to lick it clean thoroughly. A shiver runs down your spine when you think of what you''re doing: licking the cum of three guys off a cock, that was just in your ass not even one minute before.'
-		''
+		*pl
 		if BjBeerQW = 4: 'When all the guys are satisfied, you tiredly lie down on the grass for a moment. Vasily comes over with a grin on his face and asks: "Well, <<$pcs_nickname>>, would you say you know how to get fucked in the ass now?"' & 'You quietly answer: "Yes, I do", blushing and hiding your face. Vasily happily nods, and continues: "I''d say so too. So, you''ll be offering us your ass more often from now on, understood?"' & 'You obediently nod and mechanically respond: "I will, you guys can fuck my ass more often if you want."' & 'Vasily grins while the other boys laugh: "Excellent... just what we wanted to hear."'
 		'Then Vitek orders: "Now turn around and show us that used ass of yours."'
 		

+ 49 - 49
locations/kotovSex

@@ -66,7 +66,7 @@ If $ARGS[0] = '':
 			act 'Take off your clothes':
 				cla
 				gs 'npc_intro',$boy,'images/shared/sex/undress/kotovpre1'+rand(1,4)+'.mp4','',' ','',1
-				gs 'shortgs','undress'
+				gs 'shortgs ','undress'
 				minut += 2
 				
 				gs 'stat'
@@ -109,11 +109,11 @@ If $ARGS[0] = '':
 				*clr & cla
 				gs 'npc_intro',$boy,'images/shared/sex/undress/kotovpre1'+rand(1,4)+'.mp4','',' ','',1
 				'You quickly take off your clothes, and can''t help but admire Vitek''s muscular body when he does the same.'
-				gs 'shortgs','undress'
+				gs 'shortgs ','undress'
 				minut += 2
-				gs'stat'
+				gs 'stat'
 				if pcs_dom > 50:act 'Ride him':gt 'kotovSex', 'sex_cow'
-				if pcs_dom > 30:act 'Spread your legs':gt 'kotovSex', 'misionary'
+				if pcs_dom > 30:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 				if pcs_dom > 10:act 'Kneel down before him':gt 'kotovSex', 'bj200'
 				if pcs_dom <= 10:act 'Do whatever he wants':gt 'kotovSex', 'sub'
 			end
@@ -125,7 +125,7 @@ If $ARGS[0] = '':
 			end
 			'Vitek throws you down onto his bed, and pounces on top of you.'
 			'You eagerly begin to kiss him again, and silently pray that he didn''t rip your clothes in his enthusiasm to get you naked. At the same time, you''re too horny to even be mad at him if he did, you want him badly!'
-			gs 'shortgs','undress'
+			gs 'shortgs ','undress'
 			gs 'arousal', 'kiss_give', 5
 			gs 'stat'
 			act 'Spread your legs for him':gt 'kotovSex', 'misionary'
@@ -145,7 +145,7 @@ If $ARGS[0] = '':
 				'You give Vitek a light kiss on his lips, and whisper in his ear: "It''s time my hero gets his reward..."'
 			end
 			'You and Vitek kiss a while longer, slowly undressing one another. His hands work his way towards your breasts, and he teasingly pinches your nipples while you rub your fingers over his erect penis. When he puts one hand on your shoulder and pushes you down lightly, you immediately understand what he wants...'
-			gs 'shortgs','undress'
+			gs 'shortgs ','undress'
 			gs 'arousal', 'foreplay', 5
 			gs 'stat'
 			act 'Kneel down before him':gt 'kotovSex', 'bj200'
@@ -155,7 +155,7 @@ If $ARGS[0] = '':
 				'You give Vitek a light kiss on his lips, and whisper in his ear: "It''s time my hero gets his reward..."'
 			end
 			'When the two of you burst into his room, Vitek immediately pushes you down to your hands and knees and begins to take off your clothes, eagerly running his hands over your ass cheeks.'
-			gs 'shortgs','undress'
+			gs 'shortgs ','undress'
 			gs 'arousal', 'foreplay', 5
 			gs 'stat'
 			act 'Stay on your hands and knees for him':gt 'kotovSex', 'dog'
@@ -301,7 +301,7 @@ if $ARGS[0] = 'anal':
 		act '"Baby, I want more..."':
 			cla
 			dikos = 1
-			gs'stat'
+			gs 'stat'
 			'Once he recovers a bit, you grin at Vitek while you gently rub his cock: "Babe, do you think you can go again? I''d be up for more, if you are..."'
 			'He smirks: "You''re insatiable! Give me a minute and keep doing what you''re doing, that feels nice..."'
 			act 'Suggest he fucks your ass':gt 'kotovSex', 'anal'
@@ -325,7 +325,7 @@ if $ARGS[0] = 'sex':
 	if dikos = 0 and pcs_horny >= 30: 
 		act 'Ask for more':
 			'Once he recovers a bit, you grin at Vitek while you gently rub his cock: "Babe, do you think you can go again? I''d be up for more, if you are..."'
-			'He smirks: "You''re insatiable! Give me a minute and keep doing what you''re doing, that feels nice..."'    
+			'He smirks: "You''re insatiable! Give me a minute and keep doing what you''re doing, that feels nice..."'	
 			dikos = 1
 			act 'Suggest he fucks your ass':gt 'kotovSex', 'anal'
 			act 'Spread your legs for him':gt 'kotovSex', 'sex'
@@ -544,7 +544,7 @@ if $ARGS[0] = 'cum81':
 		gs 'arousal', 'end'
 		gs 'stat'
 		act 'Relax in his room':gt 'kotovdom','kotovkom'
-     
+	 
 	elseif protect ! 1:
 		gs 'npc_intro',$boy,'images/shared/sex/cum/cum81.mp4','',' ','',1
 		'Suddenly Vitek''s thrusts stop, and you grin when you realize he''s trying to postpone his orgasm. You squeeze your vaginal walls around his cock as tightly as you can and sure enough, within moments you feel hot jets of his sperm being squirted into your body.'
@@ -642,7 +642,7 @@ if $ARGS[0] = 'cum6':
 		act 'Relax in his room':gt 'kotovdom','kotovkom'
 		
 	elseif protect ! 1:
-		gs'stat'
+		gs 'stat'
 		gs 'npc_intro',$boy,'images/shared/sex/cum/cum6.jpg','',' '
 		'Suddenly Vitek''s thrusts become shorter and more intense, and while he groans you feel hot jets of his sperm being squirted into your body. Eventually he pulls out, and watches his cum slowly dribble out of your pussy with a satisfied grin.'
 		gs 'cum_call','',$boy,1
@@ -663,7 +663,7 @@ if $ARGS[0] = 'cum5':
 	gs 'cum_call','back',$boy,1,'','',20
 	gs 'arousal', 'end'
 	gs 'stat'
-	act 'Relax in his room':gt 'kotovdom','kotovkom'     
+	act 'Relax in his room':gt 'kotovdom','kotovkom'	 
 end
 
 if $ARGS[0] = 'cum41':
@@ -675,7 +675,7 @@ if $ARGS[0] = 'cum41':
 	gs 'cum_call','stomach',$boy,1
 	gs 'arousal', 'end'
 	gs 'stat'
-	act 'Relax in his room':gt 'kotovdom','kotovkom'     
+	act 'Relax in his room':gt 'kotovdom','kotovkom'	 
 end
 
 if $ARGS[0] = 'cum4':
@@ -698,7 +698,7 @@ if $ARGS[0] = 'cum3':
 	'Vitek pulls his cock out of you just before he reaches his orgasm, and you feel warm drops land on your back and ass cheeks.'
 	'He then helps you up from the bed and says with a satisfied smile on his face: "Hell, <<$pcs_nickname>>... you kept going and going in this position, you are insatiable!" before kissing you gently on the cheek.'
 	gs 'cum_call','butt',$boy,1,'','',20
-	gs 'cum_call','legs',$boy,1,'','',20
+	gs 'cum_call','legs ',$boy,1,'','',20
 	gs 'arousal', 'end'
 	gs 'stat'
 	act 'Go freshen up':gt 'kotovdom','vann'
@@ -864,7 +864,7 @@ if $ARGS[0] = '69':
 	if anal_no = 1 and h < 3 and j = 3 and i = 1:act 'Lie on your back':gt 'kotovSex', 'misionary'
 	if anal_no = 1 and h < 3 and j = 3 and i = 2:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 	if anal_no = 1 and h < 3 and j = 3 and i = 3:act 'Ride him':gt 'kotovSex', 'sex_cow'
-	if anal_no = 1 and h < 3 and j = 3 and i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'     
+	if anal_no = 1 and h < 3 and j = 3 and i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'	 
 
 	if h = 3:act 'Make him come':gt 'kotovSex', 'cumface7'
 end
@@ -1002,7 +1002,7 @@ if $ARGS[0] = 'bell':
 	g = rand(1,2)
 	if g = 1 and h < 3:'You raise your head up obediently when he puts his hand on your throat, and <a href="exec:gt ''kotovSex'', ''bell_bonus''">kiss him</a>.'
 	if g = 2 and h < 3:'Without even realizing it, you slowly <a href="exec:gt ''kotovSex'', ''bell_bonus1''">grind your ass against him</a> while his cock is inside you.'
-	''
+	*pl
 	if h < 3:'After a while he pulls out of you, even though you know he enjoyed this as much as you did. He wants to try a different position, and suggests you...'
 	if h = 3:'You know Vitek well enough to recognize the subtle signs he''s giving you, he''s on edge and ready to cum!'
 
@@ -1343,7 +1343,7 @@ if $ARGS[0] = 'misionary_bonus1':
 	'He reluctantly does as you say, not really wanting to pause. However, when he sees you put your legs behind your head his jaw drops.'
 	'"Wow, babe... I can''t believe you can do that, that looks so hot!" he mutters, staring blankly at your body for a second.'
 	'You give him a cute smile, revelling in his admiring gaze. Then you snap him out of it and encourage him: "Don''t just look at it, silly... get back to making me feel good!"'
-	'He nods and slips his cock back inside your snatch. It feels so intense this way! You moan softly as he begins to fuck you carefully, but gradually increases the length and power of his thrusts when he notices you can take it just fine.'     
+	'He nods and slips his cock back inside your snatch. It feels so intense this way! You moan softly as he begins to fuck you carefully, but gradually increases the length and power of his thrusts when he notices you can take it just fine.'	 
 	gs 'arousal', 'vaginal', 5, 'dom'
 	gs 'stat'
 	i = rand(1,4)
@@ -1398,7 +1398,7 @@ if $ARGS[0] = 'misionary_bonus':
 
 	k = rand(1,2)
 	if k = 1 and h = 3:act 'Make him cum':gt 'kotovSex', 'cum2'
-	if k = 2 and h = 3:act 'Make him cum':gt 'kotovSex', 'cum6'    
+	if k = 2 and h = 3:act 'Make him cum':gt 'kotovSex', 'cum6'	
 end
 
 if $ARGS[0] = 'kuni_bonus':
@@ -1435,7 +1435,7 @@ if $ARGS[0] = 'kuni':
 		gs 'stat'
 		if pcs_dom <= 60 and npc_rel['A9'] <= 95:
 			'Vitek flat out refuses to lick your pussy: "Don''t be ridiculous, <<$pcs_nickname>>. I''m a man, not some kid! Come on, spread your legs and let''s fuck."'
-			act 'Spread your legs':gt 'kotovSex', 'misionary'
+			act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		else
 			'He''s not very enthusiastic about it, but reluctantly agrees: "Well... okay babe, but only because it''s you. But don''t tell any of my friends that I did this! I''d never hear the end of it..."'
 			act 'Spread your legs and present your pussy':
@@ -1556,7 +1556,7 @@ if $ARGS[0] = 'bj14':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1599,7 +1599,7 @@ if $ARGS[0] = 'bj13':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1653,7 +1653,7 @@ if $ARGS[0] = 'bj12':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1708,7 +1708,7 @@ if $ARGS[0] = 'bj11':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1731,7 +1731,7 @@ if $ARGS[0] = 'bj10':
 	gs 'arousal', 'bj', 5, 'sub', 'deepthroat', 'rough'
 	gs 'stat'
 	if h < 3 and kotov_bj_times >= 3:'Even though you can tell he enjoys your oral skills a great deal, you obey when he asks you to stop.'
-	''
+	*pl
 	if kotov_bj_times < 3 and kotov_bj_times >= 1:
 		k = rand(1,5)
 		if k = 1:'You could stop what you''re doing, and <a href="exec:gt ''kotovSex'', ''misionary''">lie on your back and spread your legs</a> as well.'
@@ -1755,7 +1755,7 @@ if $ARGS[0] = 'bj10':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1798,7 +1798,7 @@ if $ARGS[0] = 'bj9':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1829,9 +1829,9 @@ if $ARGS[0] = 'bj8':
 	gs 'arousal', 'cuni_give', 5, 'sub'
 	gs 'stat'
 	if kotov_bj_times < 3:'You pull away for a second and say: "Just relax and enjoy it, babe... your secret is safe with me," and try to take it even further by <a href="exec:gt ''kotovSex'', ''bj_bonus8''">pushing the tip of your tongue into his asshole</a>.'
-	''
+	*pl
 	if h < 3 and kotov_bj_times >= 3:'Even though you can tell he enjoys your oral skills a great deal, you obey when he asks you to stop.'
-		''
+		*pl
 		if kotov_bj_times < 3 and kotov_bj_times >= 1:
 		k = rand(1,5)
 		if k = 1:'You could stop what you''re doing, and <a href="exec:gt ''kotovSex'', ''misionary''">lie on your back and spread your legs</a> as well.'
@@ -1856,7 +1856,7 @@ if $ARGS[0] = 'bj8':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1911,7 +1911,7 @@ if $ARGS[0] = 'bj7':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1967,7 +1967,7 @@ if $ARGS[0] = 'bj6':
 		if j = 4:act 'Lick the shaft':gt 'kotovSex', 'bj5'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -1992,7 +1992,7 @@ if $ARGS[0] = 'bj5':
 	gs 'npc_intro',$boy,'images/shared/sex/blowjob/kotovbj5'+rand(0,3)+'.mp4','',' ','',1
 	h = rand(1,3)
 	'You don''t take his cock in your mouth just yet. Instead you lick its entire length in long, firm strokes, enjoying the warm rigid feeling against your tongue, and the slightly salty taste of his precum whenever you reach the head. Slowly but surely, you''re coating his entire dick with your saliva.'
-	''
+	*pl
 	gs 'arousal', 'foreplay', 5, 'sub'
 	gs 'stat'
 	if kotov_bj_times < 3:'You decide to get his cock extra slick for what''s about to happen next, and <a href="exec:gt ''kotovSex'', ''bj_bonus5''">spit</a> the saliva you had been gathering in your mouth all over it.'
@@ -2020,7 +2020,7 @@ if $ARGS[0] = 'bj5':
 		if tits >=3: act 'Use your tits to please him': gt 'kotovSex', 'bj14'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -2074,7 +2074,7 @@ if $ARGS[0] = 'bj4':
 		if tits >=3:act 'Use your tits to please him':gt 'kotovSex', 'bj14'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -2101,13 +2101,13 @@ if $ARGS[0] = 'bj3':
 	gs 'npc_intro',$boy,'images/shared/sex/blowjob/kotovbj3'+rand(0,1)+'.mp4','',' ','',1
 	h = rand(1,3)
 	'You wrap your delicate fingers around the shaft of his cock, guiding it to your mouth. Ignoring his pleas, you don''t take it in your mouth and just put your <<$liptalk>> lips against it, kissing it over and over.'
-	''
+	*pl
 	gs 'arousal', 'foreplay', 5, 'sub'
 	gs 'stat'
 	if kotov_bj_times < 3:'He spasms a bit when you hit one particular spot, so of course you <a href="exec:gt ''kotovSex'', ''bj_bonus3''">tease him</a> a little.'
-	''
+	*pl
 	if h < 3 and kotov_bj_times >= 3:'Even though you can tell he enjoys your oral skills a great deal, you obey when he asks you to stop.'
-	''
+	*pl
 	if kotov_bj_times < 3 and kotov_bj_times >= 1:
 		k = rand(1,5)
 		if k = 1:'You could stop what you''re doing, and <a href="exec:gt ''kotovSex'', ''misionary''">lie on your back and spread your legs</a> as well.'
@@ -2116,9 +2116,9 @@ if $ARGS[0] = 'bj3':
 		if k = 4:'You could stop blowing him, and <a href="exec:gt ''kotovSex'', ''bell''">lie down on your stomach and have him pound you</a>.'
 		if k = 5:'You could stop blowing him, and <a href="exec:gt ''kotovSex'', ''hand''">get in his arms</a>.'
 	end
-	''
+	*pl
 	if h = 3 and kotov_bj_times >= 3:'You know Vitek well enough to recognize the subtle signs he''s giving you, he''s on edge and ready to cum!'
-	''
+	*pl
 	if kotov_bj_times < 3:	
 		i = rand(1,2)
 		j = rand(1,2)
@@ -2133,7 +2133,7 @@ if $ARGS[0] = 'bj3':
 		if tits >=3:act 'Use your tits to please him':gt 'kotovSex', 'bj14'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -2167,13 +2167,13 @@ if $ARGS[0] = 'bj2':
 	h = rand(1,3)
 	'You <<$textsexkotov>>. You clench your <<$liptalk>> lips around his cock tightly, and try to give him the best blowjob you''ve ever given.'
 	'The tenderness of your lips is driving Vitek crazy, and he can do little more than moan uncontrollably while you keep sucking.'
-	''
+	*pl
 	gs 'arousal', 'bj', 5, 'sub'
 	gs 'stat'
 	if kotov_bj_times < 3:'You decide to try something a little different, and gently <a href="exec:gt ''kotovSex'', ''bj_bonus2''">grind your teeth</a> against the engorged head of his penis.'
-	''
+	*pl
 	if h < 3 and kotov_bj_times >= 3:'Even though you can tell he enjoys your oral skills a great deal, you obey when he asks you to stop.'
-	''
+	*pl
 	if kotov_bj_times < 3 and kotov_bj_times >= 1:
 		k = rand(1,5)
 		if k = 1:'You could stop what you''re doing, and <a href="exec:gt ''kotovSex'', ''misionary''">lie on your back and spread your legs</a> as well.'
@@ -2182,9 +2182,9 @@ if $ARGS[0] = 'bj2':
 		if k = 4:'You could stop blowing him, and <a href="exec:gt ''kotovSex'', ''bell''">lie down on your stomach and have him pound you</a>.'
 		if k = 5:'You could stop blowing him, and <a href="exec:gt ''kotovSex'', ''hand''">get in his arms</a>.'
 	end
-	''
+	*pl
 	if h = 3 and kotov_bj_times >= 3:'You know Vitek well enough to recognize the subtle signs he''s giving you, he''s on edge and ready to cum!'
-	''
+	*pl
 	if kotov_bj_times < 3:
 		i = rand(1,2)
 		j = rand(1,2)
@@ -2199,7 +2199,7 @@ if $ARGS[0] = 'bj2':
 		if tits >=3:act 'Use your tits to please him':gt 'kotovSex', 'bj14'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for hi':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -2259,7 +2259,7 @@ if $ARGS[0] = 'bj1':
 		if tits >=3:act 'Use your tits to please him':gt 'kotovSex', 'bj14'
 	elseif h < 3 and kotov_bj_times >= 3:
 		i = rand(1,5)
-		if i = 1:act 'Spread your legs':gt 'kotovSex', 'misionary'
+		if i = 1:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 		if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
 		if i = 3:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 		if i = 4:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -2294,7 +2294,7 @@ if $ARGS[0] = 'sub':
 	gs 'stat'
 	i = rand(1,8)
 	if i = 1 or i = 7:act 'Kneel down before him':gt 'kotovSex', 'bj200'
-	if i = 2 or i = 8:act 'Spread your legs':gt 'kotovSex', 'misionary'
+	if i = 2 or i = 8:act 'Spread your legs ':gt 'kotovSex', 'misionary'
 	if i = 3:act 'Ride him':gt 'kotovSex', 'sex_cow'
 	if i = 4:act 'Get on your hands and knees for him':gt 'kotovSex', 'dog'
 	if i = 5:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
@@ -2311,7 +2311,7 @@ if $ARGS[0] = 'first_sex':
 
 	act 'Recover':
 		cla
-		gs 'shortgs','dress'
+		gs 'shortgs ','dress'
 		minut += 5
 		gs 'stat'
 		gs 'npc_intro',$boy,'images/shared/sex/oface/kotovfirst1.jpg','',' '

Datei-Diff unterdrückt, da er zu groß ist
+ 504 - 501
locations/swamp_yard


Datei-Diff unterdrückt, da er zu groß ist
+ 726 - 726
locations/swamphouse


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.