Przeglądaj źródła

[fixed] should have been a break in events after first kiss with Nat so had to adjust the numbers for friendlovers variable all up by 1

Kevin_Smarts 7 miesięcy temu
rodzic
commit
1fa6b70fb0

+ 1 - 1
locations/gschool_jock_chats.qsrc

@@ -516,7 +516,7 @@ if $ARGS[0] = 'christina':
 
 	! Natasha quest line:
 
-	if NatbelQW['chrispaid'] <= 5 and NatbelQW['FriendLover'] = 2:
+	if NatbelQW['chrispaid'] <= 5 and NatbelQW['FriendLover'] = 3:
 		if christinaQW['fight'] = 1:
 			act 'Talk to Christina about Natasha':
 				NatbelQW['chrispaid'] = 5

+ 8 - 6
locations/journal_quests.qsrc

@@ -294,18 +294,20 @@ if $ARGS[0] = 'start':
 		'<b>Natasha''s paths are being updated, there is new content avaialble but the quest hints will be completed for next release.</b>'
 		*nl
 		!! This might need a note about debt required for most actions to be available, was not sure how to handle that part though.
-		if NatbelQW['FriendLover'] = 7:
+		if NatbelQW['FriendLover'] = 8:
 			'My lover Natasha and I are sexually active.'
-		elseif NatbelQW['FriendLover'] = 6:
+		elseif NatbelQW['FriendLover'] = 7:
 			'I have been on a 2nd shopping trip with Natasha, maybe its time to take our relationship further.'
-		elseif NatbelQW['FriendLover'] = 5:
+		elseif NatbelQW['FriendLover'] = 6:
 			'I have suggested a 2nd shopping trip to my lover, Natasha.'
-		elseif NatbelQW['FriendLover'] = 4:
+		elseif NatbelQW['FriendLover'] = 5:
 			'I took Natasha (my lover) on a shopping trip, maybe she would like to go on another one?'
-		elseif NatbelQW['FriendLover'] = 3:
+		elseif NatbelQW['FriendLover'] = 4:
 			'I have suggested a shopping trip with my lover Natasha.'
-		elseif NatbelQW['FriendLover'] = 2:
+		elseif NatbelQW['FriendLover'] = 3:
 			'Natasha and I are lovers, maybe I could take her on a shopping trip?'
+		elseif NatbelQW['FriendLover'] = 2:
+			'Natasha and I shared a kiss, she is such a great friend.'
 		elseif NatbelQW['FriendLover'] = 1:
 			'Natasha is a good friend but perhaps she could be more...'
 		elseif NatbelQW['QWstage'] >= 11:

+ 1 - 1
locations/katja_chat.qsrc

@@ -424,7 +424,7 @@ if $ARGS[0] = 'coffee_hole_event':
 			'Natasha chimes in. "Pretty much the same here, I fancy aome window shopping but Natalia wants to see a film and we can''t decide so went for a coffee to have a chat and make up our minds."'
 			'You join the conversation. "Well the cinema is in the mall so maybe you could do both then you''ll both get to do what you want?"'
 			'This brings a smile to Natalia''s face. "Yes I''d love to see that film and it''s a cultural one so not likely to be on too long. Normally Natasha is happy to go with the flow except when it comes to clothes or makeup. Mention either of those and all other ideas are forgotten!"'
-			If NatbelQW['FriendLover'] < 2:
+			If NatbelQW['FriendLover'] < 3:
 				'This causes you to have a little giggle. "Yes I know that all too well with this one." You say indicating Katja who responds with a playful pout and sticks her tongue out at you. This leads to all four of you having a small laugh.'
 			else
 				'This causes you to have a little giggle. "Well that''s two of them Natalia!" You say indicating Katja. "Maybe we should let these two go shopping and we''ll go and see the film?!" Katja responds with a playful pout and sticks her tongue out at you. This leads to all four of you having a small laugh.'

+ 104 - 104
locations/natbel_chat.qsrc

@@ -25,7 +25,8 @@ if $ARGS[0] = 'chat':
 	act 'Ask about her father': gt 'natbel_chat', 'dad_talk'
 	act 'Snacks': gt 'natbel_chat', 'snacks'
 
-	gs 'natbel_chat', 'lover_chat'
+	if NatbelQW['FriendLover'] = 1 and NatbelQW['disco_invite'] < 1: gs 'natbel_chat', 'first_kiss'
+	if NatbelQW['FriendLover'] > 2: gs 'natbel_chat', 'lover_chat'
 end
 
 if $ARGS[0] = 'preg_chat':
@@ -496,7 +497,7 @@ if $ARGS[0] = 'friend_chat':
 	if NatbelQW['disco_invite'] = 2 and week = 6 and (hour >= 19 and hour <= 20):
 		act 'Go to disco' : gt 'natbel_friend', 'disco_2'
 	end
-	if NatbelQW['disco_invite'] = 3 and NatbelQW['FriendLover'] >= 2:
+	if NatbelQW['disco_invite'] = 3 and NatbelQW['FriendLover'] >= 3:
 		act 'Kiss Natasha' : gt 'natbel_friend', 'kissing_games'
 	end
 
@@ -559,125 +560,124 @@ if $ARGS[0] = 'snacks':
 	act 'Follow her':gt 'natbelEv', 'snack'
 end
 
+if $ARGS[0] = 'first_kiss':
+	act 'Kiss her':
+		NatbelQW['FriendLover'] = 2
+		gs 'npc_relationship', 'modify', 'A16', 'like'
+		gs 'stat'
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha5.jpg"></center>'
+		'Seeing her so vulnerable and knowing that she needs some love and affection, you kiss Natasha on impulse.'
+		'You feel her ease into you, hesitantly at first. But soon it develops into a full on kiss with her tongue dancing around yours exploring your mouth as you do hers. Both overcome with the emotion of the situation, your hands also start exploring each others bodies.'
+		'Not wanting to overwhelm the poor girl with even more emotions, you soon pull yourself back and each take a few moments to recover your poise.'
+
+		act 'Keep talking': gt 'natbel_chat', 'chat'
+		act 'Stop talking': gt 'natbelapt', 'natroom'
+	end
+end
+
 if $ARGS[0] = 'lover_chat':
-	if NatbelQW['FriendLover'] >= 1:
-		if NatbelQW['disco_invite'] < 1:
-			act 'Kiss her':
-				gs 'npc_relationship', 'modify', 'A16', 'like'
-				gs 'stat'
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha5.jpg"></center>'
-				'Seeing her so vunerable and knowing that she needs some love and affection, you kiss Natasha on impulse.'
-				'You feel her ease into you, hesitantly at first. But soon it develops into a full on kiss with her tongue dancing around yours exploring your mouth as you do hers. Both overcome with the emotion of the situation, your hands also start exploring each others bodies.'
-				'Not wanting to overwhelm the poor girl with even more emotions, you soon pull yourself back and each take a few moments to recover your poise.'
+	act 'Kiss your girlfriend':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><video autoplay loop src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha24a.mp4"></center>'
+		'You notice that Natasha is giving you a longing look. Your eyes wander down to her delicious looking lips and you start lusting after your girlfriend. You make your way towards her bed and she quickly joins you.'
+		'She slowly leans in towards you. Taking hold of her face, you press your lips against hers and begin a long, sensual kiss.'
+		'After what seems like ages, but was probably only a few seconds, you breathlessly pull apart.'
+		'Smiling, you greet her. "Hello, hot stuff!"'
+		'"Well, hello to my sizzling girlfriend, too!" she replies, grinning at you and licking her lips. "Fuck! That was hot!"'
+		'You both just sit there for a moment with a silly grin plastered on both your faces while you look at each other.'
+
+		act 'Keep talking': gt 'natbel_chat', 'chat'
+		act 'Stop talking': gt 'natbelapt', 'natroom'	
+	end
+	if NatbelQW['FriendLover'] = 3:
+		act 'Arrange a shopping trip for a new school uniform':
+			NatbelQW['FriendLover'] = 4
+			NatbelQW['evt_day'] = daystart
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha6.jpg"></center>'
+			'You pick up some of the fashion magazines from Natasha''s desk and motion for her to sit with you.'
+			'You smile at her, "Okay, Natasha, I think we need to get you a new school uniform. What do you say?"'
+			'"Oh, <<$pcs_nickname>>, that would be lovely. But..."'
 
-				act 'Keep talking': gt 'natbel_chat', 'chat'
-				act 'Stop talking': gt 'natbelapt', 'natroom'
-			end
-		else
-			act 'Kiss your girlfriend':
+			act 'Smack her "butt"':
 				*clr & cla
 				minut += 5
 				gs 'stat'
-				'<center><video autoplay loop src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha24a.mp4"></center>'
-				'You notice that Natasha is giving you a longing look. Your eyes wander down to her delicious looking lips and you start lusting after your girlfriend. You make your way towards her bed and she quickly joins you.'
-				'She slowly leans in towards you. Taking hold of her face, you press your lips against hers and begin a long, sensual kiss.'
-				'After what seems like ages, but was probably only a few seconds, you breathlessly pull apart.'
-				'Smiling, you greet her. "Hello, hot stuff!"'
-				'"Well, hello to my sizzling girlfriend, too!" she replies, grinning at you and licking her lips. "Fuck! That was hot!"'
-				'You both just sit there for a moment with a silly grin plastered on both your faces while you look at each other.'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha21.jpg"></center>'
+				'You giggle when she mentions the word ''but''. "Natasha, please stand up."'
+				'She looks at you a little confused but complies.'
+				'"What were the rules for fun stuff?" you ask.'
+				'A smile crosses her face and she leans slightly forward.'
+				'You give her a gentle slap on the butt.'
+				'She wiggles her butt slightly. "Tash is shaking her tush! Tash is shaking her tush!" she says, giggling.'
+				'"Oh, so you like this, eh?" You smack her twice more, a bit less gentle but not so hard as to hurt.'
+				'Natasha initially lets out a small squeal.'
+				'"Alright, that''s enough for now or you might start to like it. Maybe I need to devise a different punishment?" After a small pause you continue, "Okay, get your sexy butt back here. Where on earth did you get that phrase from?"'
+				'"I can''t really remember. I think it was some American film I saw a while back."'
+				'You give a small giggle. "Well, it''s very appropriate. But just stop with the objections, please, or I might change my mind about this trip."'
 
-				act 'Keep talking': gt 'natbel_chat', 'chat'
-				act 'Stop talking': gt 'natbelapt', 'natroom'	
-			end
-			if NatbelQW['FriendLover'] = 2:
-				act 'Arrange a shopping trip for a new school uniform':
-					NatbelQW['FriendLover'] = 3
-					NatbelQW['evt_day'] = daystart
+				act 'Continue':
 					*clr & cla
 					minut += 5
 					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha6.jpg"></center>'
-					'You pick up some of the fashion magazines from Natasha''s desk and motion for her to sit with you.'
-					'You smile at her, "Okay, Natasha, I think we need to get you a new school uniform. What do you say?"'
-					'"Oh, <<$pcs_nickname>>, that would be lovely. But..."'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha7.jpg"></center>'
+					'Natasha sits beside you and you return to looking through the magazine. "Give me some time to get the money together and we''ll head over to GM and get you a new uniform."'
+					'"<<$pcs_nickname>>, that would be lovely and I''ll earn some money too so we can go and get something to eat after."'
+					'"That would be great, Natasha. Thank you."'
 
-					act 'Smack her "butt"':
-						*clr & cla
-						minut += 5
-						gs 'stat'
-						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha21.jpg"></center>'
-						'You giggle when she mentions the word ''but''. "Natasha, please stand up."'
-						'She looks at you a little confused but complies.'
-						'"What were the rules for fun stuff?" you ask.'
-						'A smile crosses her face and she leans slightly forward.'
-						'You give her a gentle slap on the butt.'
-						'She wiggles her butt slightly. "Tash is shaking her tush! Tash is shaking her tush!" she says, giggling.'
-						'"Oh, so you like this, eh?" You smack her twice more, a bit less gentle but not so hard as to hurt.'
-						'Natasha initially lets out a small squeal.'
-						'"Alright, that''s enough for now or you might start to like it. Maybe I need to devise a different punishment?" After a small pause you continue, "Okay, get your sexy butt back here. Where on earth did you get that phrase from?"'
-						'"I can''t really remember. I think it was some American film I saw a while back."'
-						'You give a small giggle. "Well, it''s very appropriate. But just stop with the objections, please, or I might change my mind about this trip."'
-
-						act 'Continue':
-							*clr & cla
-							minut += 5
-							gs 'stat'
-							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha7.jpg"></center>'
-							'Natasha sits beside you and you return to looking through the magazine. "Give me some time to get the money together and we''ll head over to GM and get you a new uniform."'
-							'"<<$pcs_nickname>>, that would be lovely and I''ll earn some money too so we can go and get something to eat after."'
-							'"That would be great, Natasha. Thank you."'
-
-							act 'Keep talking': gt 'natbel_chat', 'chat'
-							act 'Stop talking': gt 'natbelapt', 'natroom'
-						end
-					end
+					act 'Keep talking': gt 'natbel_chat', 'chat'
+					act 'Stop talking': gt 'natbelapt', 'natroom'
 				end
 			end
-			if NatbelQW['FriendLover'] = 4:
-				act 'Arrange a shopping trip for an outfit':
-					NatbelQW['FriendLover'] = 5
-					NatbelQW['evt_day'] = daystart
-					*clr & cla
-					minut += 5
-					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha6.jpg"></center>'
-					'You pick up some of the fashion magazines from Natasha''s desk and motion for her to sit with you.'
-					'She joins you and you start browsing.'
-					'You smile at her, "Like I said earlier, I want to get you a general outfit for going out and about. I was thinking we could head off to Coco and Flamingos to see what they''ve got. Oh and before you reply, the only answer I''ll accept is ''Yes, <<$pcs_nickname>>''!'
-					'"Oh, yes, <<$pcs_nickname>>! That would be lovely! Thank you. I''ll look forward to it."'
+		end
+	end
+	if NatbelQW['FriendLover'] = 5:
+		act 'Arrange a shopping trip for an outfit':
+			NatbelQW['FriendLover'] = 6
+			NatbelQW['evt_day'] = daystart
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha6.jpg"></center>'
+			'You pick up some of the fashion magazines from Natasha''s desk and motion for her to sit with you.'
+			'She joins you and you start browsing.'
+			'You smile at her, "Like I said earlier, I want to get you a general outfit for going out and about. I was thinking we could head off to Coco and Flamingos to see what they''ve got. Oh and before you reply, the only answer I''ll accept is ''Yes, <<$pcs_nickname>>''!'
+			'"Oh, yes, <<$pcs_nickname>>! That would be lovely! Thank you. I''ll look forward to it."'
 
-					act 'Continue':
-						*clr & cla
-						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha24.jpg"></center>'
-						'You giggle. "Good girl, I knew all those brains would get the hang of this in the end and you see you can agree without adding a ''but''!"'
-						'The girl joins in the giggling when you say that, remembering the last time and stands up and lifts her skirt.'
-						'She looks at you still smiling and says. "So no smacks then, <<$pcs_nickname>>?"'
-						'"Tempting! Yeah, that''s one cute, sexy butt, girlfriend. Anyway get your butt back here before we get distracted," you say.'
-
-						act 'Continue':
-							*clr & cla
-							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha7.jpg"></center>'
-							'Natasha sits back down beside you and you keep looking at the magazine. "Okay, well, give me a couple of weeks to get the money together and we''ll go out to shop for your outfit."'
-							'"<<$pcs_nickname>>, you know that you don''t have to keep spoiling me! I''m just happy you want to be my friend and now my girlfriend," she says with a broad grin."'
-							'"Yes, I know, Natasha. I''m just happy to help."'
-							act 'Keep talking': gt 'natbel_chat', 'chat'
-							act 'Stop talking': gt 'natbelapt', 'natroom'
-						end
-					end
+			act 'Continue':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha24.jpg"></center>'
+				'You giggle. "Good girl, I knew all those brains would get the hang of this in the end and you see you can agree without adding a ''but''!"'
+				'The girl joins in the giggling when you say that, remembering the last time and stands up and lifts her skirt.'
+				'She looks at you still smiling and says. "So no smacks then, <<$pcs_nickname>>?"'
+				'"Tempting! Yeah, that''s one cute, sexy butt, girlfriend. Anyway get your butt back here before we get distracted," you say.'
+
+				act 'Continue':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha7.jpg"></center>'
+					'Natasha sits back down beside you and you keep looking at the magazine. "Okay, well, give me a couple of weeks to get the money together and we''ll go out to shop for your outfit."'
+					'"<<$pcs_nickname>>, you know that you don''t have to keep spoiling me! I''m just happy you want to be my friend and now my girlfriend," she says with a broad grin."'
+					'"Yes, I know, Natasha. I''m just happy to help."'
+					act 'Keep talking': gt 'natbel_chat', 'chat'
+					act 'Stop talking': gt 'natbelapt', 'natroom'
 				end
 			end
-			if NatbelQW['FriendLover'] = 3 and NatbelQW['evt_day'] + 14 <= daystart and money > 2550 and hour < 18 and week < 7:
-				act 'Start shopping trip': gt 'natbel_friend', 'shopping_trip'
-			end
-			if NatbelQW['FriendLover'] = 5 and NatbelQW['evt_day'] + 14 <= daystart and money > 4350 and hour < 18 and week < 7:
-				act 'Start shopping trip': gt 'natbel_friend', 'shopping_trip2'
-			end
-			if NatbelQW['FriendLover'] >= 6 and money >= 25 and (week = 5 or week = 6) and (hour = 20 or hour = 21):
-				act 'Ask Natasha to the disco': gt 'natbel_friend', 'disco_2'
-			end
 		end
 	end
+	if NatbelQW['FriendLover'] = 4 and NatbelQW['evt_day'] + 14 <= daystart and money > 2550 and hour < 18 and week < 7:
+		act 'Start shopping trip': gt 'natbel_friend', 'shopping_trip'
+	end
+	if NatbelQW['FriendLover'] = 6 and NatbelQW['evt_day'] + 14 <= daystart and money > 4350 and hour < 18 and week < 7:
+		act 'Start shopping trip': gt 'natbel_friend', 'shopping_trip2'
+	end
+	if NatbelQW['FriendLover'] >= 7 and money >= 25 and (week = 5 or week = 6) and (hour = 20 or hour = 21):
+		act 'Ask Natasha to the disco': gt 'natbel_friend', 'disco_2'
+	end
 end
 
 if $ARGS[0] = 'natknows':

+ 7 - 6
locations/natbel_cp_1.qsrc

@@ -28,12 +28,13 @@ NatbelQW['QWstage'] = 14: You made Natasha show what she bought with your money.
 NatbelQW['QWstage'] = 15: You told Natasha that you want to take her to the disco. - Not implemented yet
 
 NatbelQW['FriendLover'] = 1: Started friend/lover route blocking the Nat as sub path
-NatbelQW['FriendLover'] = 2: Kissed her at disco to become lovers
-NatbelQW['FriendLover'] = 3: Suggested shopping trip
-NatbelQW['FriendLover'] = 4: Completed shopping trip
-NatbelQW['FriendLover'] = 5: Suggested 2nd shopping trip
-NatbelQW['FriendLover'] = 6: Completed 2nd shopping trip
-NatbelQW['FriendLover'] = 7: had sex with Nat
+NatbelQW['FriendLover'] = 2: Platonic kiss with Nat
+NatbelQW['FriendLover'] = 3: Kissed her at disco to become lovers
+NatbelQW['FriendLover'] = 4: Suggested shopping trip
+NatbelQW['FriendLover'] = 5: Completed shopping trip
+NatbelQW['FriendLover'] = 6: Suggested 2nd shopping trip
+NatbelQW['FriendLover'] = 7: Completed 2nd shopping trip
+NatbelQW['FriendLover'] = 8: had sex with Nat
 
 NatbelQW['disco_invite'] = 1: Disco invite available
 NatbelQW['disco_invite'] = 2: Invited her to Disco

+ 8 - 8
locations/natbel_friend.qsrc

@@ -352,7 +352,7 @@ if $ARGS[0] = 'love_jct':
 	act 'Kiss her to confirm she''s your girlfriend':
 		*clr & cla
 		minut += 10
-		NatbelQW['FriendLover'] = 2
+		NatbelQW['FriendLover'] = 3
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha16.jpg"></center>'
 		'You push yourself forward, and your lips meet with Natasha''s. There''s a sudden jolt coursing through you, and it must be the same for her; you feel her tense for a brief moment before relaxing into your kiss.'
@@ -504,7 +504,7 @@ if $ARGS[0] = 'disco_2_cont':
 		act 'Return': gt 'pod_ezd', 'etaj_4'
 	end	
 	
-	if NatbelQW['FriendLover'] >= 6:
+	if NatbelQW['FriendLover'] >= 7:
 		act 'Kiss your girlfriend  (take things further)':
 			NatbelQW['evt_day'] = daystart
 			gt 'natbel_friend', 'netbelapt_sex'
@@ -516,7 +516,7 @@ if $ARGS[0] = 'disco_2_cont':
 			minut += 10
 			gs 'stat'
 			!!Not sure about the next couple of lines. I''m trying to show that their relationship has moved onto the next level i.e. good friend to girlfriend (lover).
-			NatbelQW['FriendLover'] = 2
+			NatbelQW['FriendLover'] = 3
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha16.jpg"></center>'
 			'Natasha pulls you over to the couch, still holding onto your hand.'
@@ -542,7 +542,7 @@ if $ARGS[0] = 'kissing_games':
 	*clr & cla
 	minut += 5
 	!!Not sure about the next couple of lines. I''m trying to show that their relationship has moved onto the next level i.e. good friend to girlfriend (lover).
-	NatbelQW['FriendLover'] = 2
+	NatbelQW['FriendLover'] = 3
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha16.jpg"></center>'
 	'You both sit on the couch as she turns towards you, smiles, and says, "I just want to say thank you, <<$pcs_nickname>>, for taking me to the disco tonight and again for my wonderful day out with you."'
@@ -562,7 +562,7 @@ if $ARGS[0] = 'kissing_games':
 end
 
 if $ARGS[0] = 'shopping_trip':
-	NatbelQW['FriendLover'] = 4
+	NatbelQW['FriendLover'] = 5
 	*clr & cla
 	minut += 5
 	gs 'stat'
@@ -692,7 +692,7 @@ if $ARGS[0] = 'shopping_trip':
 end
 
 if $ARGS[0] = 'shopping_trip2':
-	NatbelQW['FriendLover'] = 6
+	NatbelQW['FriendLover'] = 7
 	*clr & cla
 	minut += 10
 	gs 'stat'
@@ -846,12 +846,12 @@ if $ARGS[0] = 'netbelapt_kiss':
 	'Smiling, you greet her. "Hello, hot stuff!"'
 	'"Well, hello to my sizzling girlfriend, too!" she replies, grinning at you and licking her lips. "Fuck! That was hot!"'
 	'You both just sit there for a moment with a silly grin plastered on both your faces while you look at each other.'
-	if NatbelQW['FriendLover'] = 7:
+	if NatbelQW['FriendLover'] = 8:
 		act 'Return': gt 'natbelapt', 'natroom'
 		act 'Chat with Natasha': gt 'natbel_chat', 'chat'
 	end
 	act 'Undress':
-		if NatbelQW['FriendLover'] <7: NatbelQW['FriendLover'] = 7
+		if NatbelQW['FriendLover'] <8: NatbelQW['FriendLover'] = 8
 		*clr & cla
 		minut += 5
 		'<center><video autoplay loop src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha25.mp4"></center>'

+ 7 - 5
locations/natbelapt.qsrc

@@ -26,11 +26,13 @@ NatbelQW['QWstage'] = 14: You made Natasha show what she bought with your money.
 NatbelQW['QWstage'] = 15: You told Natasha that you want to take her to the disco. - Not implemented yet
 
 NatbelQW['FriendLover'] = 1: Started friend/lover route blocking the Nat as sub path
-NatbelQW['FriendLover'] = 2: Kissed her at disco to become lovers
-NatbelQW['FriendLover'] = 3: Suggested shopping trip
-NatbelQW['FriendLover'] = 4: Completed shopping trip
-NatbelQW['FriendLover'] = 5: Suggested 2nd shopping trip
-NatbelQW['FriendLover'] = 6: Completed 2nd shopping trip
+NatbelQW['FriendLover'] = 2: Platonic kiss with Nat
+NatbelQW['FriendLover'] = 3: Kissed her at disco to become lovers
+NatbelQW['FriendLover'] = 4: Suggested shopping trip
+NatbelQW['FriendLover'] = 5: Completed shopping trip
+NatbelQW['FriendLover'] = 6: Suggested 2nd shopping trip
+NatbelQW['FriendLover'] = 7: Completed 2nd shopping trip
+NatbelQW['FriendLover'] = 8: had sex with Nat
 
 NatbelQW['disco_invite'] = 1: Disco invite available
 NatbelQW['disco_invite'] = 2: Invited her to Disco