Browse Source

[fixed/changed] Fixed someproblem with the birthcontrl day trigger for the park events, and changed the chat about anal sex with Iven so the player do not try to trigger a non exesiting chat whit him.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
861482e5e8
1 changed files with 10 additions and 6 deletions
  1. 10 6
      locations/KatjaHomeTalk.qsrc

+ 10 - 6
locations/KatjaHomeTalk.qsrc

@@ -46,7 +46,7 @@
 
 !! katjaQW['Marcus_day'] is set to daystart if you ar Katja ask to have a threesome with Marcus. Such that the question will only be asked once per day.
 
-!! katjaQW['birth_control_start_day'] This is said to the daystart value from the day Katja''s birth control will be efective effect, if the player tells her to use it. Should be used to Check if katja can become pregnant by a if katjaQW['birth_control_start_day'] ! 0 and katjaQW['birth_control_start_day'] < daystart to make sure is protected.
+!! katjaQW['birth_control_start_day'] This is set to the daystart value from the day Katja''s birth control will be efective effect, if the player tells her to use it. Should be used to Check if katja can become pregnant by a if katjaQW['birth_control_start_day'] ! 0 and katjaQW['birth_control_start_day'] < daystart to make sure is protected.
 
 !! KatjaQW['orgasm_day'] Is set to be equal to daystart when Katja gain an orgasm (It is not set all palces). (KatjaOrgasm)
 !! katjaQW['take_of_panties_day'] is set to ddaystart if you get >katja to take of her panties during school break.
@@ -353,7 +353,7 @@ if $ARGS[0] = 'chat':
 		act 'Lick Katja': gt 'KatjaEvDin', 'kuni_dom'
 	end
 
-	if katjaQW['QWstage'] >= 7 and katjaQW['birth_control_start_day'] > daystart and katjaQW['horny'] > 60:
+	if katjaQW['QWstage'] >= 7 and katjaQW['birth_control_start_day'] < daystart and katjaQW['birth_control_start_day'] > 0 and katjaQW['horny'] > 60:
 		!!If you have gotten to the last stage of Katja''s questline, you can suggest to go to the park to look for boys if Katja is horny.
 		act 'Look for boys in the park':
 			minut += 15
@@ -1569,13 +1569,13 @@ if $ARGS[0] = 'anal_discussion':
 		katjaQW['horny'] += 20
 		'"Ivan seems to be very interested in our kissing. I sometimes have anal sex with him. You can say we''re what you call ''friends with benefits''. I think he might be interested," you tell her.'
 		'"Ivan is hot... I''ve also heard that he''s really into anal sex. Yeah, if you think he''s willing, then..." Katja is having trouble finding the words as she gets visibly excited thinking about it.'
-		'"I''ll talk to Ivan about it at school and arrange a meeting if he''s up for it," you answer and Katja throws her arms around you and goes in for a kiss.'
+		'"We could try to see if he is up for something next time he watches us kiss at school'+iif(mont > 4 and mont < 10, ', or if we ran into him on the beach', '.'" you answer and Katja throws her arms around you and goes in for a kiss.'
 		act 'Kiss her back': gt 'katjaEvDin', 'kiss'
 	else
 		katjaQW['horny'] += 10
 		'"Do you have any boy in mind?" you ask. "Well, Ivan seems to be quite interested in our kissing at school. The other girls say that he''s really into anal sex. He''s also very hot." she answers.'
 		'"Yeah, Ivan is hot. I need to find a way to approach him about it though," you reply. "He trains in the gym at the community center in the late afternoon. You might have luck talking with him there. I''ve also heard a rumor that he sometimes uses the women''s shower there," she tells you.'
-		'You smile. "Okay, I''ll try and talk with him about it."'
+		'You smile. "Okay, I''ll try to see if he is up for something there."'
 		act 'Talk about something else': gt 'KatjaHomeTalk'
 		if mey_vika['key'] = 1:
 			act 'Leave the room': gt 'mey_home', 'start'
@@ -1635,7 +1635,9 @@ if $ARGS[0] = 'random_park_sex_talk':
 			act 'Not right now': gt 'KatjaHomeTalk'
 		else
 			'Remembering that the boys in the park won''t use protection, you turn Katja down.'
-			act 'Tell Katja that you think she should use birth control': gt 'KatjaHomeTalk', 'preventation_talk'
+			if katjaQW['birth_control_start_day'] = 0: 
+				act 'Tell Katja that you think she should use birth control': gt 'KatjaHomeTalk', 'preventation_talk'
+			end
 			act 'Talk about something else': gt 'KatjaHomeTalk'
 			if mey_vika['key'] = 1:
 				act 'Leave the room': gt 'mey_home', 'start'
@@ -1723,7 +1725,9 @@ if $ARGS[0] = 'first_boy_sex_follow_up':
 	end
 	'"We should definitely do this again some time," she finishes. "We''ll see if the opportunity comes up again," you answer.'
 	act 'Talk about something else': gt 'KatjaHomeTalk'
-	act 'Tell her that she should use birth control': gt 'KatjaHomeTalk', 'preventation_talk'
+	if katjaQW['birth_control_start_day'] = 0:
+		act 'Tell her that she should use birth control': gt 'KatjaHomeTalk', 'preventation_talk'
+	end
 end	
 
 if $ARGS[0] = 'anal_sex_with_boy_ask':