1
0
Răsfoiți Sursa

[fixed] Return varibales not working for Katja putting on makeup.

bgkjdgbizgblzdgbr 1 an în urmă
părinte
comite
b577e64602
2 a modificat fișierele cu 7 adăugiri și 5 ștergeri
  1. 1 1
      locations/katja_dorm.qsrc
  2. 6 4
      locations/katja_procedural.qsrc

+ 1 - 1
locations/katja_dorm.qsrc

@@ -389,7 +389,7 @@ if $ARGS[0] = 'lazar_pussy_talk':
 		if katjaQW['QWstage'] < 6 and katjaQW['anal_quest'] < 3:
 		if katjaQW['QWstage'] < 6 and katjaQW['anal_quest'] < 3:
 			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
 			'"You know, <<$pcs_nickname>>, meeting Lazar at the café got me thinking," Katja says.'
 			'"You know, <<$pcs_nickname>>, meeting Lazar at the café got me thinking," Katja says.'
-			if katjaQW['QWstage'] <= 4:
+			if katjaQW['QWstage'] = 4:
 				'"We talked about how I would like to try having... sex... with a guy," Katja says with some pause. "I know you said you didn''t want to arrange it, but I''m sure with Lazar that you wouldn''t have to arrange anything; just call him and I''m sure he''ll agree," she continues before you can say anything.'
 				'"We talked about how I would like to try having... sex... with a guy," Katja says with some pause. "I know you said you didn''t want to arrange it, but I''m sure with Lazar that you wouldn''t have to arrange anything; just call him and I''m sure he''ll agree," she continues before you can say anything.'
 				act 'Agree':
 				act 'Agree':
 					if katjaQW['QWstage'] < 5: katjaQW['QWstage'] = 5
 					if katjaQW['QWstage'] < 5: katjaQW['QWstage'] = 5

+ 6 - 4
locations/katja_procedural.qsrc

@@ -167,6 +167,8 @@ end
 
 
 if $ARGS[0] = 'makeup':
 if $ARGS[0] = 'makeup':
 	'Katja looks at you with a smile. "<<$pcs_nickname>>, I bet you would look great with a little make-up on you! What do you say?"'
 	'Katja looks at you with a smile. "<<$pcs_nickname>>, I bet you would look great with a little make-up on you! What do you say?"'
+	$temp_loc = $ARGS[1]
+	$temp_loc_arg = $ARGS[2]
 	act 'Let her put makeup on you':
 	act 'Let her put makeup on you':
 		*clr & cla
 		*clr & cla
 		pcs_hairbsh = 1
 		pcs_hairbsh = 1
@@ -182,7 +184,7 @@ if $ARGS[0] = 'makeup':
 			'Katja subtly applies some neutral tones, with a light application of makeup to bring out your natural beauty.'
 			'Katja subtly applies some neutral tones, with a light application of makeup to bring out your natural beauty.'
 			if katjaQW['QWstage'] > 2:katjaQW['horny'] += 5*(1 + npc_sex['A14']) & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
 			if katjaQW['QWstage'] > 2:katjaQW['horny'] += 5*(1 + npc_sex['A14']) & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
 
 
-			act 'Thank Katja for the makeup': gt $ARGS[1], $ARGS[2]
+			act 'Thank Katja for the makeup': gt $temp_loc, $temp_loc_arg
 		end
 		end
 
 
 		act 'Normal make-up':
 		act 'Normal make-up':
@@ -191,7 +193,7 @@ if $ARGS[0] = 'makeup':
 			'Katja applies some mildly vibrate tones and colors of makeup to cover your minor imperfections and enhance your best features.'
 			'Katja applies some mildly vibrate tones and colors of makeup to cover your minor imperfections and enhance your best features.'
 			if katjaQW['QWstage'] > 2:katjaQW['horny'] += 5*(1 + npc_sex['A14']) & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
 			if katjaQW['QWstage'] > 2:katjaQW['horny'] += 5*(1 + npc_sex['A14']) & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
 
 
-			act 'Thank Katja for the makeup': gt $ARGS[1], $ARGS[2]
+			act 'Thank Katja for the makeup': gt $temp_loc, $temp_loc_arg
 		end
 		end
 
 
 		act 'Heavy make-up':
 		act 'Heavy make-up':
@@ -200,9 +202,9 @@ if $ARGS[0] = 'makeup':
 			'Katja applies some deeper, richer shades of makeup that are thick enough to cover most imperfections while drawing attention to your eyes and lips.'
 			'Katja applies some deeper, richer shades of makeup that are thick enough to cover most imperfections while drawing attention to your eyes and lips.'
 			if katjaQW['QWstage'] > 2:katjaQW['horny'] += 5*(1 + npc_sex['A14']) & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
 			if katjaQW['QWstage'] > 2:katjaQW['horny'] += 5*(1 + npc_sex['A14']) & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
 
 
-			act 'Thank Katja for the makeup': gt $ARGS[1], $ARGS[2]
+			act 'Thank Katja for the makeup': gt $temp_loc, $temp_loc_arg
 		end
 		end
-		act 'You really don''t need it': gt $ARGS[1], $ARGS[2]
+		act 'You really don''t need it': gt $temp_loc, $temp_loc_arg
 	end
 	end
 end
 end