Browse Source

[changed] pcs_butt now has a new level (heart-shaped) and ranges between 0 and 60+ (instead of 0 and 12+)

anjuna krokus 1 month ago
parent
commit
b3cde0f8d1

+ 20 - 15
locations/Cheatmenu_din.qsrc

@@ -851,7 +851,7 @@ $cheatmenu['looks'] = {
 	'<a href="exec:dynamic $cheatmenu[''visualage'']">Change apparent age</a>'
 	*nl
 	'You are <<pcs_hgt>> centimetres tall'
-	'<a href="exec:pcs_hgt = input(''Enter <<$pcs_nickname>>s height in centimetres<br><br>(default 170, min 100, max 200, values below 160 and above 180 will cause problems in the calculation of BMI/weight the more you deviate from the default 170)'') & dynamic $cheatmenu[''looks'']">Change <<$pcs_nickname>>''s height</a>'
+	'<a href="exec:pcs_hgt = input(''Enter <<$pcs_nickname>>s height in centimetres<br><br>(default 165, min 100, max 200, values below 150 and above 180 will cause problems in the calculation of BMI/weight the more you deviate from the default 170)'') & dynamic $cheatmenu[''looks'']">Change <<$pcs_nickname>>''s height</a>'
 	*nl
 	*p 'Musculature (<<stren_plus_lvl>>): ' & dynamic $cheatmenu['printLooksLinks'], 'stren_plus', 'Musculature'
 	*pl '<font color="grey">Allows strength to go past 100'
@@ -860,26 +860,31 @@ $cheatmenu['looks'] = {
 	*p 'Toned Butt (<<butt_tr_lvl>>): ' & dynamic $cheatmenu['printLooksLinks'], 'butt_tr', 'Toned Butt'
 	*nl
 	'You have <<$titsize>> breasts'
-	if tits => 0 and tits < 11:'<a href="exec: bodyVars[''bust_silicone''] += 5 & dynamic $cheatmenu[''looks'']">Enlarge breasts(silicone)</a>'
-	if bodyVars['bust_silicone'] => 1:'<a href="exec: bodyVars[''bust_silicone''] -= 5 & dynamic $cheatmenu[''looks'']">Shrink breasts(silicone)</a>'
-	if tits => 0 and tits < 11:'<a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', 5">Enlarge breasts(natural)</a>'
-	if pcs_mass['bust'] => 1: '<a href="exec: titreduc = 1 & gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', -5">Shrink breasts(natural)</a>'
+	if tits < 11:'<a href="exec: bodyVars[''bust_silicone''] += 5 & dynamic $cheatmenu[''looks'']">Enlarge breasts(silicone)</a>'
+	if bodyVars['bust_silicone'] => 1:'<a href="exec: bodyVars[''bust_silicone''] = min(0, bodyVars[''bust_silicone'']-5) & dynamic $cheatmenu[''looks'']">Shrink breasts(silicone)</a>'
+	if tits < 11:'<a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', 5">Enlarge breasts (natural)</a>'
+	if pcs_mass['bust'] => 6: '<a href="exec: titreduc = 1 & gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', -5">Shrink breasts (natural)</a>'
 	*nl
-	if pcs_butt <= 4:
+	if pcs_butt <= 14:
 		$pcs_butt[1] = 'flat'
-	elseif pcs_butt <= 8:
+	elseif pcs_butt <= 25:
 		$pcs_butt[1] = 'average'
-	elseif pcs_butt <= 12:
+	elseif pcs_butt <= 40:
 		$pcs_butt[1] = 'pert'
+	elseif pcs_butt <= 59:
+		$pcs_butt[1] = 'heart-shaped'
 	else
 		$pcs_butt[1] = 'bubble'
 	end
-	'You have <<$pcs_butt[1]>> butt'
-	if pcs_butt < 20:'<a href="exec: bodyVars[''butt_cheat''] += 2 & dynamic $cheatmenu[''looks'']">Enlarge butt</a>'
-	if pcs_butt > 1:'<a href="exec: bodyVars[''butt_cheat''] -= 2 & dynamic $cheatmenu[''looks'']">Shrink butt</a>'
-	if bodyVars['butt_cheat'] ! 0:'<a href="exec: bodyVars[''butt_cheat''] = 0 & dynamic $cheatmenu[''looks'']">Reset butt shape to default</a>'
-	if bodyVars['butt_silicone'] => 1:'<a href="exec: bodyVars[''butt_silicone''] = 0 & dynamic $cheatmenu[''looks'']">Remove butt implants</a>'
-	if bodyVars['butt_silicone'] = 0:'<a href="exec: bodyVars[''butt_silicone''] += 16 & dynamic $cheatmenu[''looks'']">Add butt implants</a>'
+	'You have a <<$pcs_butt[1]>> butt'
+	if pcs_butt < 60: '<a href="exec: bodyVars[''butt_silicone''] += 10 & dynamic $cheatmenu[''looks'']">Enlarge butt (silicone)</a>'
+	if bodyVars['butt_silicone'] => 1: '<a href="exec: bodyVars[''butt_silicone''] = max(0, bodyVars[''butt_silicone'']-10) & dynamic $cheatmenu[''looks'']">Shrink butt (silicone)</a>'
+	if pcs_butt < 60: '<a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_butt'', 10">Enlarge butt (natural)</a>'
+	if pcs_mass['butt'] => 6: '<a href="exec: assreduc = 1 & gs ''Cheatmenu_din'', ''change_pcs_mass_butt'', -10">Shrink butt (natural)</a>'
+
+!	if pcs_butt < 20:'<a href="exec: bodyVars[''butt_cheat''] += 2 & dynamic $cheatmenu[''looks'']">Enlarge butt</a>'
+!	if pcs_butt > 1:'<a href="exec: bodyVars[''butt_cheat''] -= 2 & dynamic $cheatmenu[''looks'']">Shrink butt</a>'
+!	if bodyVars['butt_cheat'] ! 0:'<a href="exec: bodyVars[''butt_cheat''] = 0 & dynamic $cheatmenu[''looks'']">Reset butt shape to default</a>'
 	*nl
 	'<<$lip>>'
 	if pcs_lip < 4:'<a href="exec:pcs_lip += 1 & dynamic $cheatmenu[''looks'']">Enlarge lips</a>'
@@ -929,7 +934,7 @@ $cheatmenu['looks'] = {
 	if dounspell = 0:
 		if fat ! 0: '<a href="exec:fat = 0 & dynamic $cheatmenu[''looks'']">Zero fat</a>'
 		'Body Fat = (<<pcs_mass[''body'']>>): <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -10">-10</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -5">-5</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -1">-1</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 1">+1</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 5">+5</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 10">+10</a>'
-		'Note: You need some Body Fat to survive, any value under 11 is clasified as "starving" and a value of 0 can lead to a Game Over. 60 is the center of a healthy bodyweight.'
+		'Note: You need some Body Fat to survive, any value under 11 is clasified as "starving" and a value of 0 can lead to a Game Over. <<func(''body'', ''CalcOptBodyMass'')>> gives a bmi of 22.5.'
 	end
 	*nl
 	'<a href="exec:dynamic $cheatmenu[''tatoo'']">Tattoo removal</a>'

+ 1 - 1
locations/body.qsrc

@@ -59,7 +59,7 @@ if $ARGS[0] = 'UpdateBodyMeasurement':
 	pcs_waist = (pcs_hips  * bodyVars['wratio']) / 100 + bodyVars['vofat']
 	pcs_band  = (pcs_waist * bodyVars['bratio']) / 100 + bodyVars['vofat']
 	pcs_bust  = (pcs_waist * bodyVars['bratio']) / 100 + pcs_mass['bust'] + bodyVars['bust_magic'] + bodyVars['bust_silicone'] + max(-10, min(bodyVars['bust_other'], 10))
-	pcs_butt  = (pcs_hips  * 10    ) / 100 + bodyVars['butt_bonus'] + bodyVars['butt_silicone'] + bodyVars['butt_cheat'] + pcs_butt_tr + max(-5, min(bodyVars['butt_other'], 5))
+	pcs_butt  = min(pcs_mass['butt'], 50) + bodyVars['butt_bonus'] + bodyVars['butt_silicone'] + bodyVars['butt_cheat'] + pcs_butt_tr + max(-10, min(bodyVars['butt_other'], 10))
 
 	!! pcs_cupsize = pcs_mass['bust'] + bodyVars['bust_magic'] + bodyVars['bust_silicone'] - bodyVars['vofat']
 	pcs_cupsize = pcs_bust - pcs_band

+ 5 - 3
locations/body_desc.qsrc

@@ -389,12 +389,14 @@ end
 
 if $ARGS[0] = 'butt':
 	!natural butt
-	if pcs_butt <= 4:
+	if pcs_butt <= 14:
 		$pcs_butt = 'Your <a href="exec:view''images/pc/body/ass/1.jpg''">ass</a> is square and as flat as a plank.'
-	elseif pcs_butt <= 8:
+	elseif pcs_butt <= 25:
 		$pcs_butt = 'You have an average, feminine looking <a href="exec:view''images/pc/body/ass/2.jpg''">ass</a>.'
-	elseif pcs_butt <= 12:
+	elseif pcs_butt <= 40:
 		$pcs_butt = 'Your <a href="exec:view''images/pc/body/ass/3.jpg''">ass</a> is bigger, rounder and firmer than average.'
+	elseif pcs_butt <= 59:
+		$pcs_butt = 'You have a large heart-shaped <a href="exec:view''images/pc/body/ass/4.jpg''">butt</a> that jiggles and sways as you walk.'
 	else
 		$pcs_butt = 'You have a large bubble <a href="exec:view''images/pc/body/ass/4.jpg''">butt</a> that jiggles and sways as you walk.'
 	end

+ 1 - 1
locations/gadhouse.qsrc

@@ -1707,7 +1707,7 @@ if $ARGS[0] = 'intro':
 			if month = 6:
 				'As soon as you get off your now coverless bed, your <<$npc_nickname[''A29'']>> is quick to resume her nagging, telling you again what you already heard from her a few moments ago. "The work around the farm normally gets done in the morning, so you can''t sleep in anymore, not even for another fifteen minutes." She''s not even looking at you while she talks, but luckily for you, she misses you rolling your eyes.'
 			else
-			'As soon as you get off your now coverless bed, <<$npc_nickname[''A29'']>> is quick to resume her nagging, telling you again what you already heard from her a few moments ago. "Summer is almost over. You can''t sleep in anymore, not even for another fifteen minutes." Of course, she''s not even looking at you while she talks, but luckily for you, she misses you rolling your eyes.'
+				'As soon as you get off your now coverless bed, <<$npc_nickname[''A29'']>> is quick to resume her nagging, telling you again what you already heard from her a few moments ago. "Summer is almost over. You can''t sleep in anymore, not even for another fifteen minutes." Of course, she''s not even looking at you while she talks, but luckily for you, she misses you rolling your eyes.'
 			end
 			'"What are you going to do when school starts, or when you get a job? You better get into the habit of setting your alarm so you can wake up bright and early."'
 			act 'Continue':

+ 1 - 1
locations/gadsarai.qsrc

@@ -299,7 +299,7 @@ if $ARGS[0] = 'boar':
 end
 
 if $ARGS[0] = 'barn_room':
-	$location_type = 'private'    
+	$location_type = 'private'
 	$setloc['StageTitle'] = 'Guest Room'
 	$setloc['StageImage'] =   '<<$default_img_path>>village/gad_room'
 	minut += 5

+ 1 - 1
locations/gschool_events.qsrc

@@ -601,7 +601,7 @@ if $ARGS[0] = 'break_events':
 	elseif break_rand = 12 and hotcat > 5 and PCloSkirt > 0:
 		cla
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/skirtpulledup.jpg"></center>'
-		if func('pcs_has_attr', 'OR', 'body_ass_big', 'body_ass_bubble'):
+		if func('pcs_has_attr', 'OR', 'body_ass_big', 'body_ass_heart', 'body_ass_bubble'):
 			'As you walk down the hallway, you feel someone moving in behind you and quickly pulling your skirt up. Your skirt is barely in the air before you feel a hand firmly squeezing your ass. As you move to turn around, the hand quickly pulls away. You can tell from his admiring expression that Lazar was the one groping your ass. All the workouts you''ve been doing have made your ass big and firm enough to impress him.'
 		else
 			'As you walk down the hallway, you feel someone moving in behind you and quickly pulling your skirt up. Your skirt is barely in the air before you feel hands pawing at your ass. As you move to turn around, the hand quickly pulls away. You can tell from his disappointed expression that Lazar was the one groping your ass. Perhaps he was expecting something firmer after hanging out with the athletic girls so much? Maybe you should work out more...'

+ 8 - 8
locations/intro_city_select.qsrc

@@ -325,7 +325,7 @@ if $ARGS[0] = 'nerd':
 	pcs_eyesize		-= 1
 	pcs_lashes		-= 1
 	pcs_mass['bust_gen']	= 13	& !B-Cup at ideal BMI
-	pcs_mass['butt_gen']	= 17	& !pcs_butt = 8
+	pcs_mass['butt_gen']	= 17	& !pcs_butt = feminine
 	pcs_mass['body']		= 60
 
 	!!----- INVENTRORY -----!!
@@ -396,7 +396,7 @@ if $ARGS[0] = 'nerdqueen':
 		pcs_lip		+= 1
 		pcs_teeth	-= 1
 		pcs_mass['bust_gen']	= 22	& !D-Cup at ideal BMI
-		pcs_mass['butt_gen']	= 27	& !pcs_butt = 12
+		pcs_mass['butt_gen']	= 27	& !pcs_butt = bubble
 		pcs_mass['body']		= 65
 
 		!!----- INVENTRORY -----!!
@@ -454,7 +454,7 @@ elseif $ARGS[0] = 'goodstudent':
 		!!----- APPEARANCE -----!!
 		pcs_hairlng		-= 100
 		pcs_mass['bust_gen']	= 18	& !C-Cup at ideal BMI
-		pcs_mass['butt_gen']	= 17	& !pcs_butt = 8
+		pcs_mass['butt_gen']	= 17	& !pcs_butt = feminine
 		pcs_mass['body']		= 70
 
 		! Other
@@ -515,7 +515,7 @@ elseif $ARGS[0] = 'computergeek':
 		pcs_skin	-= 100
 		pcs_teeth	+= 1
 		pcs_mass['bust_gen']	= 13	& !B-Cup at ideal BMI
-		pcs_mass['butt_gen']	= 17	& !pcs_butt = 8
+		pcs_mass['butt_gen']	= 17	& !pcs_butt = feminine
 		pcs_mass['body']	= 42
 
 		! Other
@@ -565,7 +565,7 @@ elseif $ARGS[0] = 'chessplayer':
 		!!----- APPEARANCE -----!!
 		pcs_hairlng		-= 100
 		pcs_mass['bust_gen']	= 13	& !B-Cup at ideal BMI
-		pcs_mass['butt_gen']	= 17	& !pcs_butt = 8
+		pcs_mass['butt_gen']	= 17	& !pcs_butt = feminine
 		pcs_mass['body']		= 73
 
 		!!----- RELATIONSHIPS -----!!
@@ -640,7 +640,7 @@ if $ARGS[0] = 'jock':
 	pcs_eyesize		+= 1
 	pcs_lip			+= 1
 	pcs_mass['bust_gen']	= 12	& !B-Cup at ideal BMI
-	pcs_mass['butt_gen']	= 27	& !pcs_butt = 12
+	pcs_mass['butt_gen']	= 27	& !pcs_butt = bubble
 	pcs_mass['body']		= 60
 
 	!!----- INVENTRORY -----!!
@@ -689,7 +689,7 @@ if $ARGS[0] = 'volleyball':
 
 		!!----- APPEARANCE -----!!
 		pcs_mass['bust_gen']	= 17	& !C-Cup at ideal BMI
-		pcs_mass['butt_gen']	= 27	& !pcs_butt = 12
+		pcs_mass['butt_gen']	= 27	& !pcs_butt = bubble
 		pcs_mass['body']		= 56
 
 		!!----- INVENTRORY -----!!
@@ -1162,7 +1162,7 @@ if $ARGS[0] = 'gopnik':
 	!!----- SEX STATS -----!!
 	pcs_vag		+= 1
 	pcs_throat	+= 1
-	pcs_butt	+= 8
+	pcs_ass	+= 8
 	stat['hj']	+= 10
 	stat['bj']	+= 5
 	stat['vaginal'] += 1

+ 1 - 1
locations/intro_functions.qsrc

@@ -71,7 +71,7 @@ if $ARGS[0] = 'set_base_stats':
 	pcs_heels		= 5
 
 	!!----- APPEARANCE -----!!
-	pcs_hgt			= 170
+	pcs_hgt			= 165
 	dick			= 0
 	pcs_skin		= 500
 	pcs_tan			= 0

+ 13 - 0
locations/komp_lonely_fans.qsrc

@@ -0,0 +1,13 @@
+# komp_lonely_fans
+
+if $ARGS[0] = 'main':
+	'<center><b>Lonely Fans</b></center>'
+	'<center><img <<$set_imgh>> src="images/system/image_needed.png"></center>'
+	
+	act 'Close Lonely Fans': gt 'komp', 'browse'
+end
+
+
+
+
+--- komp_lonely_fans ---------------------------------

+ 173 - 0
locations/miroslave_schedule.qsrc

@@ -0,0 +1,173 @@
+# miroslave_schedule
+
+	!MiraLoc tells us where Mira is Located
+	!----------------------------------------------
+	!MiraLoc = 0	(Mira at home)		-> locat['A60'] = 0
+	!MiraLoc = 1	(Mira at river)		-> locat['A60'] = 1
+	!MiraLoc = 2	(Mira at meadow)	-> locat['A60'] = 2
+	!MiraLoc = 3	(Mira at forest)	-> locat['A60'] = 3
+	!MiraLoc = 4	(Mira at field)		-> locat['A60'] = 4
+	!MiraLoc = 41	(Mira at field)		-> locat['A60'] = 41
+	!MiraLoc = 42	(Mira at field)		-> locat['A60'] = 42
+	!MiraLoc = 43	(Mira at field)		-> locat['A60'] = 43
+	!MiraLoc = 5	(Mira with gop)		-> locat['A60'] = 5
+	!MiraLoc = 6	(Mira at Gadhouse)	-> locat['A60'] = 6
+	!MiraLoc = 7	(Mira at Gaddvor)	-> locat['A60'] = 7
+	!MiraLoc = 8	(Mira at highway)	-> locat['A60'] = 8
+	!MiraLoc = 9	(Mira with Sveta)	-> locat['A60'] = 9
+	
+	!! NEW
+	!locat['A60'] = 0	Home
+	!locat['A60'] = 1	Gad
+	!locat['A60'] = 2	River
+	!locat['A60'] = 3	Forest
+	!locat['A60'] = 31	Meadow
+	!locat['A60'] = 4	Field
+	!locat['A60'] = 41	Field
+	!locat['A60'] = 42	Field
+	!locat['A60'] = 43	Field
+	!locat['A60'] = 5	Gopniks
+	!locat['A60'] = 6	Grandparents house
+	!locat['A60'] = 61	Grandparents yard
+	!locat['A60'] = 7	Highway
+	!locat['A60'] = 9	With Sveta
+
+
+
+!! Cikl: mira_sched = rand(0, 3)
+
+if MiraLoc = 9:
+	!! If Mira is with you, she''ll stick with you.
+	MiraLoc = 9
+else
+	!! From mirafather and miroslavahome
+	if mira_no > 0:
+		locat['A60'] = 0
+	else
+		if sunWeather = 0:
+			if npc_rel['A60'] >= 15:
+				if mira_sched = 1:
+					locat['A60'] = 6
+				else
+					locat['A60'] = 0
+				end
+			else
+				MiraLoc = 0
+			end
+			!!Or MiraLoc = 6?
+		else
+			if hour < 8:
+				locat['A60'] = 0
+			elseif hour >= 20:
+				if npc_rel['A60'] >= "SOMETHING":
+					locat['A60'] = 5
+				else
+					locat['A60'] = 0
+				end
+			else
+				if mira_shed = 1:
+					!!			8-10,	10-12,	12-14,	14-16,	16-18,	18-20
+					!! Sched0: 	River,	River,	Forest,	Meadow,	River,	home
+					if hour < 10:
+						locat['A60'] = 2
+					elseif hour < 12:
+						locat['A60'] = 2
+					elseif hour < 14:
+						locat['A60'] = 3
+					elseif hour < 16:
+						locat['A60'] = 31
+					elseif hour < 18:
+						locat['A60'] = 2
+					else
+						locat['A60'] = 0
+					end
+				elseif mira_shed = 2:
+				
+				end
+			end
+		end
+
+		if npc_QW['A60'] > 15 and hour >= 16 and hour <= 19:
+			locat['A60'] = 8
+		elseif locat['A60'] ! 0:
+			if npc_rel['A60'] = 0:
+				locat['A60'] = 1
+			else
+				if month >= 4 and month <= 10 and hour >= 8 and hour <= 18:
+					locat['A60'] = 1
+				elseif hour >= 8 and hour <= 22:
+					locat['A60'] = 0
+				end
+			end
+		end
+	end
+end
+
+
+!New
+if $ARGS[0] = 'getLocation':
+	if locat['A60'] = 0:
+		$npcLocation['A60'] = 'Mira is at home'
+	elseif locat['A60'] = 1:
+		$npcLocation['A60'] = 'Mira is walking around Gad'
+	elseif locat['A60'] = 2:
+		$npcLocation['A60'] = 'Mira is at the river'
+	elseif locat['A60'] = 3:
+		$npcLocation['A60'] = 'Mira is at forest'
+	elseif locat['A60'] = 31:
+		$npcLocation['A60'] = 'Mira is at the meadow'
+	elseif locat['A60'] = 4:
+		$npcLocation['A60'] = 'Mira is at field'
+	elseif locat['A60'] = 41:
+		$npcLocation['A60'] = 'Mira is at field'
+	elseif locat['A60'] = 42:
+		$npcLocation['A60'] = 'Mira is at field'
+	elseif locat['A60'] = 43:
+		$npcLocation['A60'] = 'Mira is at field'
+	elseif locat['A60'] = 5:
+		$npcLocation['A60'] = 'Mira is with gopniks'
+	elseif locat['A60'] = 6:
+		$npcLocation['A60'] = 'Mira is at your Grandparents house'
+	elseif locat['A60'] = 61:
+		$npcLocation['A60'] = 'Mira is in your Grandparents yard'
+	elseif locat['A60'] = 7:
+		$npcLocation['A60'] = 'Mira is at the highway'
+	elseif locat['A60'] = 9:
+		$npcLocation['A60'] = 'Mira is with you'
+	end
+end
+
+
+!{!OLD
+if $ARGS[0] = 'getLocation':
+	if locat['A60'] = 0:
+		$npcLocation['A60'] = 'Mira is at home'
+	elseif locat['A60'] = 1:
+		$npcLocation['A60'] = 'Mira is at river'
+	elseif locat['A60'] = 2:
+		$npcLocation['A60'] = 'Mira is at meadow'
+	elseif locat['A60'] = 3:
+		$npcLocation['A60'] = 'Mira is at forest'
+	elseif locat['A60'] = 4:
+		$npcLocation['A60'] = 'Mira is at field'
+	elseif locat['A60'] = 41:
+		$npcLocation['A60'] = 'Mira is at field'
+	elseif locat['A60'] = 42:
+		$npcLocation['A60'] = 'Mira is at field'
+	elseif locat['A60'] = 43:
+		$npcLocation['A60'] = 'Mira is at field'
+	elseif locat['A60'] = 5:
+		$npcLocation['A60'] = 'Mira is at gop'
+	elseif locat['A60'] = 6:
+		$npcLocation['A60'] = 'Mira is at gadhouse'
+	elseif locat['A60'] = 7:
+		$npcLocation['A60'] = 'Mira is at gaddvor'
+	elseif locat['A60'] = 8:
+		$npcLocation['A60'] = 'Mira is at the highway'
+	elseif locat['A60'] = 9:
+		$npcLocation['A60'] = 'Mira is with you'
+	end
+end
+}
+
+--- miroslave_schedule ---------------------------------

+ 678 - 383
locations/natbel_chat.qsrc

@@ -30,90 +30,7 @@ if $ARGS[0] = 'chat':
 	if NatbelQW['FriendLover'] > 2: gs 'natbel_chat', 'lover_chat'
 end
 
-if $ARGS[0] = 'preg_chat':
-	if npc_pregtalk['A16'] = 0 and kid = 0:
-		if NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday']) < 200 and func('body_din','pregnancyVisibility') = 1:
-			*clr & cla
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
-			'"<<$pcs_nickname>>, are you pregnant, too? Well, I guess I don''t have to worry about being the only pregnant girl at school," she giggles.'
-
-			act 'Continue':gt 'natbel_chat', 'natknows'
-		elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday']) < 200 and knowpreg = 1 and pregchem > 0 and func('body_din','pregnancyVisibility') = 0:
-			act 'Tell her you''re pregnant':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
-				'"If you were worried about being the only pregnant girl at school, that won''t be a problem anymore." You smirk while rubbing your midriff. "It looks like I got myself knocked up as well."'
-				'Natasha smiles at you excitedly. "Really? Congratulations!"'
-
-				act 'Continue':gt 'natbel_chat', 'natknows'
-			end
-		elseif NatbelQW['QWstage'] <= 5 and pregchem > 0 and knowpreg = 1:
-			act 'Tell her you''re pregnant':
-				npc_pregtalk['A16'] = 1
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
-				'"<<$pcs_nickname>>, you''re," she pauses momentarily before continuing in a tone of shock mixed with disgust, "pregnant? Have you been sleeping around? This will definitely impact your studies."'
-
-				act 'Continue' :gt 'natbelapt', 'natroom'
-			end
-		elseif pregchem > 0 and knowpreg = 1:
-			act 'Tell her you''re pregnant':
-				npc_pregtalk['A16'] = 1
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
-				'"You''re pregnant? Who''s the father?"'
-				if $wombthfath = '' or $wombthfathID = 'unknown':
-					'"Honestly, I don''t even know."'
-					'"Really? That''s crazy." Natasha whispers, rubbing her midriff longingly.'
-
-					act 'Continue' :gt 'natbelapt', 'natroom'
-				else
-					'You tell her that <<$wombthfath>> is the father and then give her brief details as to how you got pregnant, without getting too explicit.'
-					'"Really? That''s crazy." Natasha whispers, rubbing her midriff longingly.'
-
-					act 'Continue' :gt 'natbelapt', 'natroom'
-				end
-			end
-		end
-	end
-
-	if npc_pregtalk['A16'] = 0 and kid > 0:
-		if (NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday'])< 200) or (NatbelQW['babycount'] > 0) and func('body_din','pregnancyVisibility') = 1:
-			*clr & cla
-			
-			'"Wow, <<$pcs_nickname>>, you''re pregnant again? You''re really committed to making sure I''m not the only young mother around here, huh?" She playfully smiles and puts a hand on your shoulder. "It''s good to know you''re looking out for me."'
-
-			act 'Next':gt 'natbel_chat', 'natknows1'
-		elseif (NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday'])< 200) or (NatbelQW['babycount'] > 0) and knowpreg = 1 and pregchem > 0 and func('body_din','pregnancyVisibility') = 0:
-			act 'Tell her you''re pregnant':
-				*clr & cla
-				
-				'"Hey, guess who''s pregnant again. You know, I''m glad I forced you to let Kolka impregnate you so that I could have someone I can relate to."'
-				'Natasha stares at you for a moment, stunned, trying to determine if the second half of your statement was a joke, before the first half clicks in her mind. "Oh my God, that''s wonderful!" she exclaims as she throws her arms around you and hugs you. When she finally lets go, she asks'
-
-				act 'Next':gt 'natbel_chat', 'natknows1'
-			end
-		elseif NatbelQW['QWstage'] <= 5 and pregchem > 0 and knowpreg = 1:
-			act 'Tell her you''re pregnant':
-				npc_pregtalk['A16'] = 1
-				*clr & cla
-				
-				'"Really? You''re pregnant again? You should really try to be more careful."'
-
-				act 'Continue' :gt 'natbelapt', 'natroom'
-			end
-		elseif pregchem > 0 and knowpreg = 1:
-			act 'Tell her you''re pregnant':
-				npc_pregtalk['A16'] = 1
-				*clr & cla
-				
-				'"You got pregnant again. It must be wonderful…" She trails off, clearly envious.'
 
-				act 'Continue' :gt 'natbelapt', 'natroom'
-			end
-		end
-	end
-end
 
 if $ARGS[0] = 'events_chat':
 	act 'Talk about events':
@@ -133,6 +50,8 @@ if $ARGS[0] = 'events_chat':
 	end
 end
 
+	!! ---- LOAN and DEBT CHATS ---- !!
+
 if $ARGS[0] = 'loan_events_chat':
 	if NatbelQW['Debt'] > 0:
 		if NatbelQW['DebtDay'] > daystart:
@@ -142,59 +61,7 @@ if $ARGS[0] = 'loan_events_chat':
 			act 'Stop talking': gt 'natbelapt', 'natroom'
 		else
 			'Natasha looks at the floor, "<<$pcs_nickname>>, I... I''m sorry, I don''t have your money."'
-			if NatbelQW['QWstage'] = 2:
-				act 'Demand repayment':
-					NatbelQW['QWstage'] = 3
-					minut += 5
-					gs 'stat'
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
-					'You decide not to reduce Natasha''s debt. You angrily confront her, demanding that she return the money to you, one way or another. Natasha curls up into a ball on her bed: "<<$pcs_nickname>>, I''m so sorry! I will do anything you say! Anything!"'
-					*nl
-					'Natasha looks at you with fearful eyes, and you''re getting some ideas as to how you could "use" her. She did say "anything," after all...'
-					'You snarl at her with an evil hiss: "You''ll be my little pet until you''ve worked off every last Kopeck. And don''t you dare tell anyone about this!"'
-					'You give her a soft slap on the cheek to test your newfound power over her rather than to hurt her, but she flinches and nods profusely. Looks like you''ve got your own little slave now.'
-					if lernHome > 0:
-						gs 'natbel_cp_1', 'make_her_do_homework'
-					else
-						*clr & cla
-						minut += 60
-						menu_off = 1
-						NatbelQW['homework'] += 1
-						gs 'stat'
-						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/study.jpg"></center>'
-						'Natasha sighs with a resigned look as she nods meekly.'
-						'"I should make you do my homework but I''ve already done it, so instead you can write out some lines for me. Write ''I will do as <<$pcs_firstname>> tells me'' one thousand times."'
-						'You relax on her bed and start daydreaming for a while.'
-						'You are woken out of your daydream by Natasha saying: "It''s done <<$pcs_nickname>>."'
-						'"Good, let me have a look at it."'
-						'You tear the paper up and throw the pieces in the bin.'
-						act 'Let''s hope she learned her lesson': gt 'natbelapt', 'natroom'
-					end
-				end
-			else
-				act 'Demand repayment':
-					minut += 5
-					gs 'stat'
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
-					if NatbelQW['MoneyGivenTimes'] < 4:
-						'You decide not to reduce Natasha''s debt. You angrily confront her, demanding that she return the money to you, one way or another. Natasha curls up into a ball on her bed: "<<$pcs_nickname>>, I''m so sorry! I will do anything you say! Anything!"'
-						*nl
-						'Natasha looks at you with fearful eyes, and you are getting some more ideas as to how you could "use" her this time. She did say "anything," after all...'
-						'You snarl at her with an evil hiss: "You''ll be my little pet again until you''ve worked off every last Kopeck. And don''t you dare tell anyone about this!"'
-						'You give her a soft slap on the cheek to test your newfound power over her rather than to hurt her, but she flinches and nods profusely. Looks like you''ve got your own little slave now.'
-
-						act 'Keep talking': gt 'natbel_chat', 'chat'
-						act 'Stop talking': gt 'natbelapt', 'natroom'
-					else
-						'"Well, you did agree to be my toy again if you couldn''t pay me back. I guess we''re going to have some more fun very soon Natasha."'
-
-						act 'Keep talking': gt 'natbel_chat', 'chat'
-						act 'Stop talking': gt 'natbelapt', 'natroom'
-					end
-				end
-			end
+			gs 'natbel_chat', 'demand_debt_repayment'
 			gs 'natbel_chat', 'debt_forgive'
 		end
 	elseif NatbelQW['DebtForgiven'] >= 2:
@@ -269,6 +136,62 @@ if $ARGS[0] = 'loan_events_chat':
 	end
 end
 
+if $ARGS[0] = 'demand_debt_repayment':
+	if NatbelQW['QWstage'] = 2:
+		act 'Demand repayment':
+			NatbelQW['QWstage'] = 3
+			minut += 5
+			gs 'stat'
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+			'You decide not to reduce Natasha''s debt. You angrily confront her, demanding that she return the money to you, one way or another. Natasha curls up into a ball on her bed: "<<$pcs_nickname>>, I''m so sorry! I will do anything you say! Anything!"'
+			*nl
+			'Natasha looks at you with fearful eyes, and you''re getting some ideas as to how you could "use" her. She did say "anything," after all...'
+			'You snarl at her with an evil hiss: "You''ll be my little pet until you''ve worked off every last Kopeck. And don''t you dare tell anyone about this!"'
+			'You give her a soft slap on the cheek to test your newfound power over her rather than to hurt her, but she flinches and nods profusely. Looks like you''ve got your own little slave now.'
+			if lernHome > 0:
+				gs 'natbel_cp_1', 'make_her_do_homework'
+			else
+				*clr & cla
+				minut += 60
+				menu_off = 1
+				NatbelQW['homework'] += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/study.jpg"></center>'
+				'Natasha sighs with a resigned look as she nods meekly.'
+				'"I should make you do my homework but I''ve already done it, so instead you can write out some lines for me. Write ''I will do as <<$pcs_firstname>> tells me'' one thousand times."'
+				'You relax on her bed and start daydreaming for a while.'
+				'You are woken out of your daydream by Natasha saying: "It''s done <<$pcs_nickname>>."'
+				'"Good, let me have a look at it."'
+				'You tear the paper up and throw the pieces in the bin.'
+				act 'Let''s hope she learned her lesson': gt 'natbelapt', 'natroom'
+			end
+		end
+	else
+		act 'Demand repayment':
+			minut += 5
+			gs 'stat'
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+			if NatbelQW['MoneyGivenTimes'] < 4:
+				'You decide not to reduce Natasha''s debt. You angrily confront her, demanding that she return the money to you, one way or another. Natasha curls up into a ball on her bed: "<<$pcs_nickname>>, I''m so sorry! I will do anything you say! Anything!"'
+				*nl
+				'Natasha looks at you with fearful eyes, and you are getting some more ideas as to how you could "use" her this time. She did say "anything," after all...'
+				'You snarl at her with an evil hiss: "You''ll be my little pet again until you''ve worked off every last Kopeck. And don''t you dare tell anyone about this!"'
+				'You give her a soft slap on the cheek to test your newfound power over her rather than to hurt her, but she flinches and nods profusely. Looks like you''ve got your own little slave now.'
+
+				act 'Keep talking': gt 'natbel_chat', 'chat'
+				act 'Stop talking': gt 'natbelapt', 'natroom'
+			else
+				'"Well, you did agree to be my toy again if you couldn''t pay me back. I guess we''re going to have some more fun very soon Natasha."'
+
+				act 'Keep talking': gt 'natbel_chat', 'chat'
+				act 'Stop talking': gt 'natbelapt', 'natroom'
+			end
+		end
+	end
+end
+
 if $ARGS[0] = 'forgive_chat':
 	'You take a moment to consider Natasha''s request as you''ve already lent her 5,000 roubles which she couldn''t repay leading to you forgiving the debt as she''s a good friend and you didn''t want to impose penalty conditions on her.'
 	'Although you consider her a very good friend you are concerned that she won''t be able to repay this loan either so you weigh up your options.'
@@ -322,63 +245,90 @@ if $ARGS[0] = 'forgive_chat2':
 	end
 end
 
-if $ARGS[0] = 'lover_events_chat':
-	act 'Keep talking': gt 'natbel_chat', 'chat'
-	act 'Stop talking': gt 'natbelapt', 'natroom'
-	if NatbelQW['chrispaid'] = 1  and (NatbelQW['evt_day'] + 1) <= daystart:
-		act 'Natasha repaid Christina''s debt':
-			*clr & cla
-			minut += 5
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
-			'"Have you repaid Christina yet?" you ask Natasha.'
-			'At the mere mention of Christina''s name, Natasha''s eyes go wide and she covers her face with her hands. Remaining silent not trusting her voice, she simply nods her head to confirm that she did.'
-			'You look at her with concern, "Did something else happen with her?"'
-			'"No, nothing happened," she says with a sigh. "She''s just such a bully, she frightens me!"'
-			'You give her a reassuring smile, "I''m sorry. If I''d realized that she worried you so much, I''d have offered to deal with her for you."'
-			'Natasha shakes her head, "No, I wouldn''t have asked you to do that! I know she picks on you just as much as she does me if not more, and besides it was my debt to pay back. But it was still so nerve-wracking!"'
-			'"Well, it''s done now," you answer. "So let''s put it behind us. Just don''t borrow money from her - or anyone - anymore, okay?"'
-			'Natasha looks at you with a weak smile, "Don''t worry, <<$pcs_nickname>>. I''ve learned my lesson! And thank you for helping me clear all my debts; it was such a worry."'
-			'Your smile widens, "I''m glad I could help." After a brief pause you continue "I need to think about how to deal with Christina..."'
-			'A worried looking Natasha pleads with you. "Don''t do anything and get hurt because of me."'
-			'Giving her a reassuring smile you reply. "Don''t worry about me with Christina, she''s my problem to deal with. Okay?"'		
-			'Natasha nods in confirmation.'
-
-			NatbelQW['chrispaid'] = 4
-			act 'Return to her room': gt 'natbelapt', 'natroom'
-		end
-	elseif NatbelQW['chrispaid'] = 3 and (NatbelQW['evt_day'] + 1) <= daystart:
-		act 'You paid the debt to Christina':
-			*clr & cla
-			minut += 5
-			gs 'stat'
-			NatbelQW['chrispaid'] = 4
-			gs 'npc_relationship', 'modify', 'A16', 'adore'
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha4.jpg"></center>'
-			'You look at Natasha and decide to put her out of her misery regarding Christina, "Okay, I''ve repaid Christina, so you''re all good there. Now that <i>really</i> is your last debt, isn''t it? I don''t want any more nasty surprises."'
-			'"Yes."'
-			'You look at her quizzically, unsure that you really believe her.'
-			'Natasha sees your expression, "Yes, yes, <<$pcs_nickname>>, I swear! I just ran out of money; I was so worried as I had loads of little debts and couldn''t keep track anymore and I was getting pressured for repayment. I repaid all but Christina''s. I was going to do it but Mum needed some help and once I''d done that, I ran out of cash." She continues, "Did... umm, did she say anything?"'
-			act 'Tell her what Christina said':
+if $ARGS[0] = 'debt_forgive':
+	if NatbelQW['Debt'] > 0 and NatbelQW['DebtDay'] <= daystart:
+		if NatbelQW['QWstage'] = 2:
+			act 'Forgive Natasha''s debt':
+				NatbelQW['Debt'] = 0
+				NatbelQW['DebtDay'] = 0
+				NatbelQW['DebtForgiven'] = 1
+				gs 'npc_relationship', 'modify', 'A16', 'adore'
+				minut += 5
+				gs 'stat'
 				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
+				'You look at her and it is clear that she is close to tears, probably having feared the worst. Feeling for her, you try to comfort her, "Come on, Natasha. Did you really think I expected you to be able to repay me? I... hear about the gossip at school. You''ve been a good friend to me and helped me with my homework when I was struggling, so let me help you too."'
+				'Overcome with relief, Natasha starts sobbing. "I''m just so grateful. I really didn''t expect you to do that. I really want to repay you, however I can."'
+				'You lift up her chin, kiss her on the cheek and give her a big hug. "Let''s see where our journey takes us," you say to her as her tears subside.'
+				act 'Keep talking': gt 'natbel_chat', 'chat'
+				act 'Stop talking': gt 'natbelapt', 'natroom'
+				act 'Ask her about what she bought <br><font color="red">This option will block the Natasha submissive path.</font>':
+					gt 'natbel_chat', 'debt_forgive2'
+				end
+			end
+		else
+			act 'Forgive Natasha''s debt':
+				NatbelQW['Debt'] = 0
+				NatbelQW['DebtDay'] = 0
+				NatbelQW['DebtForgiven'] += 1
 				minut += 5
 				gs 'stat'
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
-				'At this point, even though she''s relieved that her final debt has been cleared, she still seems to be panicking about Christina. She slumps forward with her head in her hands.'
-				'While comforting her, you reply, "Sorry, you mean Christina? No, why would she?"'
-				'"It''s just, umm, I''m so scared of her. She..." Natasha tries to compose herself but fails and starts crying again. "She scares me," she sobs and reaches out for you, hugging you tight. You hug her back, holding her gently until the tears subside.'
-				'"Hey, come on, Natasha. It''s done now, I''ve paid her."'
-				*nl
-				'Natasha looks at you a bit confused, she''s obviously not used to classmates being affectionate towards her. You smile and say, "Well, from here on in, let''s try to change that. Okay?"'
-				'"Okay, <<$pcs_nickname>>," she sniffles. "Thanks!"'
-				'"Good! And one last thing, enough with the tears, okay. I''ve told you, you are a good friend and I like looking out for you," you tell her, smiling reassuringly.'
-				'"Yes, okay, <<$pcs_nickname>>. I''m just not used to this."'
+				'You decide to forgive Natasha''s debt. She is delighted and thanks you with all her heart.'
+
 				act 'Keep talking': gt 'natbel_chat', 'chat'
+				act 'Stop talking': gt 'natbelapt', 'natroom'
 			end
 		end
 	end
 end
 
+if $ARGS[0] = 'debt_forgive2':
+	*clr & cla
+	menu_off = 1
+	NatbelQW['FriendLover'] = 1
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
+	'"So Natasha, do you want to show me what you bought with the money I lent you? I''ve been looking forward to seeing it."'
+	'Natasha looks worried again and with a very croaky voice replies, "I''m sorry <<$pcs_nickname>>, I didn''t manage to get anything!"'
+	'You are a bit confused. "Sorry, Natasha. I gave you five thousand rubles! I thought you could treat yourself to a new outfit or two?"'
+	'The girl can''t hold back her tears and starts sobbing again. A little exasperated, you give her another hug. "Look, Natasha. Please stop crying. I''m not mad at you, I just want to know what happened. You''re my friend and I want to help if I can."'
+	'Natasha responds, "You''ve already helped me more than I could imagine. I couldn''t hope for more."'
+	'"Look, enough with the tears and the apologies. Please, just tell me."'
+	'Natasha looks at you and is clearly worried. She takes a deep breath, "I had a few debts I had to repay as I was getting chased and then I had to help my mum so there''s nothing left..."'
+	'You nod your head, "Right, okay. So did you get all your debts repaid?"'
+	'She shakes her head. "No. I still owe Christina 500 rubles."'
+	'"And that''s the last debt you owe?" you ask her.'
+	'"Yeah, that''s the last one."'
+	act 'Let her deal with the last debt':
+		*clr & cla
+		NatbelQW['chrispaid'] = 1
+		NatbelQW['evt_day'] = daystart
+		
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha2.jpg"></center>'
+		'"Okay, well, that''s not too bad. I think you can handle that one by yourself," you say.'
+		'She nods her head slowly.'
+		act 'Keep talking': gt 'natbel_chat', 'chat'
+		act 'Stop talking': gt 'natbelapt', 'natroom'
+	end
+	act 'Offer to repay Christina':
+		*clr & cla
+		NatbelQW['chrispaid'] = 2
+		gs 'npc_relationship', 'modify', 'A16', 'like'
+		gs 'stat'
+		
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha3.jpg"></center>'
+		'You look at Natasha, who is now slumped on the floor with her head in her hands. You contemplate what she said and how much she''s clearly terrified of Christina. "Um... Okay."'
+		'A confused Natasha looks at you, "Uh? Sorry, what do you mean?"'
+		'"I mean, leave it to me. I''ll pay back your debt to Christina. Just try and keep out of her way until then."'
+		'Natasha simply nods, clearly not trusting herself to speak.'
+		'"Okay, Natasha, I''m going to leave now. See you soon and don''t worry, just steer clear of Christina for a while!"'
+		act 'Stop talking': gt 'natbelapt', 'natroom'
+	end
+end
+
 if $ARGS[0] = 'chris_chat_sub':
 	act 'As her sub you cannot stop Christina bullying Natasha':
 		NatbelQW['chrispaid'] = 6
@@ -455,19 +405,474 @@ if $ARGS[0] = 'chris_chat':
 	end
 end
 
-if $ARGS[0] = 'friend_chat':
-	act 'Hangout':
 
-		minut += 15
-		gs 'stat'
-		*clr & cla
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
-		'Whilst you are both sitting on Natasha''s bed chatting about general stuff and flicking through fashion magazines you feel like going outside for a while so putting the magazine down you turn to Natasha and say, "OK Natasha, enough sitting about. Let’’s..."'
 
-		! Alt text is temp pending quest variable changes.
+	!! ---- LOVER chats ---- !!
 
-		act 'Go for a walk': gt 'natbel_friend', 'go_for_walk'
-		act 'Go to the park': gt 'natbel_friend', 'go_to_park'
+if $ARGS[0] = 'lover_events_chat':
+	act 'Keep talking': gt 'natbel_chat', 'chat'
+	act 'Stop talking': gt 'natbelapt', 'natroom'
+	if NatbelQW['chrispaid'] = 1  and (NatbelQW['evt_day'] + 1) <= daystart:
+		act 'Natasha repaid Christina''s debt':
+			*clr & cla
+			minut += 5
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
+			'"Have you repaid Christina yet?" you ask Natasha.'
+			'At the mere mention of Christina''s name, Natasha''s eyes go wide and she covers her face with her hands. Remaining silent not trusting her voice, she simply nods her head to confirm that she did.'
+			'You look at her with concern, "Did something else happen with her?"'
+			'"No, nothing happened," she says with a sigh. "She''s just such a bully, she frightens me!"'
+			'You give her a reassuring smile, "I''m sorry. If I''d realized that she worried you so much, I''d have offered to deal with her for you."'
+			'Natasha shakes her head, "No, I wouldn''t have asked you to do that! I know she picks on you just as much as she does me if not more, and besides it was my debt to pay back. But it was still so nerve-wracking!"'
+			'"Well, it''s done now," you answer. "So let''s put it behind us. Just don''t borrow money from her - or anyone - anymore, okay?"'
+			'Natasha looks at you with a weak smile, "Don''t worry, <<$pcs_nickname>>. I''ve learned my lesson! And thank you for helping me clear all my debts; it was such a worry."'
+			'Your smile widens, "I''m glad I could help." After a brief pause you continue "I need to think about how to deal with Christina..."'
+			'A worried looking Natasha pleads with you. "Don''t do anything and get hurt because of me."'
+			'Giving her a reassuring smile you reply. "Don''t worry about me with Christina, she''s my problem to deal with. Okay?"'		
+			'Natasha nods in confirmation.'
+
+			NatbelQW['chrispaid'] = 4
+			act 'Return to her room': gt 'natbelapt', 'natroom'
+		end
+	elseif NatbelQW['chrispaid'] = 3 and (NatbelQW['evt_day'] + 1) <= daystart:
+		act 'You paid the debt to Christina':
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			NatbelQW['chrispaid'] = 4
+			gs 'npc_relationship', 'modify', 'A16', 'adore'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha4.jpg"></center>'
+			'You look at Natasha and decide to put her out of her misery regarding Christina, "Okay, I''ve repaid Christina, so you''re all good there. Now that <i>really</i> is your last debt, isn''t it? I don''t want any more nasty surprises."'
+			'"Yes."'
+			'You look at her quizzically, unsure that you really believe her.'
+			'Natasha sees your expression, "Yes, yes, <<$pcs_nickname>>, I swear! I just ran out of money; I was so worried as I had loads of little debts and couldn''t keep track anymore and I was getting pressured for repayment. I repaid all but Christina''s. I was going to do it but Mum needed some help and once I''d done that, I ran out of cash." She continues, "Did... umm, did she say anything?"'
+			act 'Tell her what Christina said':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
+				'At this point, even though she''s relieved that her final debt has been cleared, she still seems to be panicking about Christina. She slumps forward with her head in her hands.'
+				'While comforting her, you reply, "Sorry, you mean Christina? No, why would she?"'
+				'"It''s just, umm, I''m so scared of her. She..." Natasha tries to compose herself but fails and starts crying again. "She scares me," she sobs and reaches out for you, hugging you tight. You hug her back, holding her gently until the tears subside.'
+				'"Hey, come on, Natasha. It''s done now, I''ve paid her."'
+				*nl
+				'Natasha looks at you a bit confused, she''s obviously not used to classmates being affectionate towards her. You smile and say, "Well, from here on in, let''s try to change that. Okay?"'
+				'"Okay, <<$pcs_nickname>>," she sniffles. "Thanks!"'
+				'"Good! And one last thing, enough with the tears, okay. I''ve told you, you are a good friend and I like looking out for you," you tell her, smiling reassuringly.'
+				'"Yes, okay, <<$pcs_nickname>>. I''m just not used to this."'
+				act 'Keep talking': gt 'natbel_chat', 'chat'
+			end
+		end
+	end
+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':
+	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:
+		if NatbelQW['chrispaid'] > 4: gs 'natbel_chat', 'arrange_shop_trip1'
+
+	elseif NatbelQW['FriendLover'] = 4:
+		if daystart => NatbelQW['evt_day'] + 14 and money > 2550 and hour < 18 and week < 7: act 'Start shopping trip': gt 'natbel_friend', 'shopping_trip'
+
+	elseif NatbelQW['FriendLover'] = 5:
+		gs 'natbel_chat', 'arrange_shop_trip2'
+	
+	elseif NatbelQW['FriendLover'] = 6:
+		if daystart => NatbelQW['evt_day'] + 14 and money > 4350 and hour < 18 and week < 7: act 'Start shopping trip': gt 'natbel_friend', 'shopping_trip2'
+	
+	elseif NatbelQW['FriendLover'] = 7:
+		if 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'
+
+	elseif NatbelQW['FriendLover'] >= 8:
+		act 'Natasha asks a question': gs 'natbel_chat', 'job_questions'
+	end
+end
+
+if $ARGS[0] = 'arrange_shop_trip1':
+	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 '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
+	end
+end
+
+if $ARGS[0] = 'arrange_shop_trip2':
+	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
+	end
+end
+
+!{
+if $ARGS[0] = 'job_question':
+	act 'Natasha asks a question':
+		*clr & cla
+		minut += 5
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha7.jpg"></center>'
+		'You sit together and both flick through some of Natasha''s fashion magazines as you chat about school and life in general when Natasha turns to you.'
+		'"Erm... <<$pcs_nickname>>..."'
+		'"Yes Natasha what is it? Spit it out..."'
+		'"Well, okay... Umm. Can you tell me what job or jobs you do please?"'
+		'"Umm..."'
+		'Natasha looks a little embarrassed. "Look <<$pcs_nickname>> if you don''t want to I guess that''s fine at least for now. I''m just interested and if you need any help with anything you know I''ll be here for you."'
+		
+		act 'Don''t tell her':
+			*clr & cla
+			'"Umm... Well maybe at some point but not now Natasha unless it really bothers you?"'
+			'"No, <<$pcs_nickname>> I guess that''s fine. I''m just curious as I want to know more about you." She pauses. "I guess it really doesn''t matter."'
+			'"Okay can leave it there for now?" You reply.'
+			'Natasha fidgets and doesn''t reply immediately.'
+			'With a sigh you continue. "Okay fine Natashas I''ll tell you but don''t judge okay?"'
+			
+				act 'Tell her':
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha7.jpg"></center>'
+				'"Of course I won''t <<$pcs_nickname>>. I''m just asking because I care about you."'
+!If Sveta only works in Pav or works in both Pav and St. P. tell her what Sveta does in Pav here.
+!Include racing for the St. P. track team as a job in St. P.
+!Exclude prostitution.
+				'"Right, well I work in Pav as a <<all jobs in Pav so XX and YY etc>>." You pause then giggle. "Happy little Miss nosey?" You say tapping her gently on the nose."'
+				'"Thank you <<$pcs_nickname>>." Natasha smiles at you. "I was just curious as I thought you might work in St. Petersburg.'
+!If Sveta works in Pav only.
+!Include racing for the St. P. track team as a job in St. P.
+				'You return her smile. "No only in Pav at the moment and don''t worry, it''s not a problem telling you.'
+				'"One second <<$pcs_nickname>>, I''l be back in a moment. Just need to go to the kitchen quickly. I left something on the stove..."'
+			
+					act 'Natasha returns':
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha33.jpg"></center>'
+					'Natasha returns still holding a wooden spoon as you continue.'
+					'"Anyway... I''ve been thinking about what we can do next. How about we arrange a trip to St. Petersburg one Saturday and have a look in some of the shops? Maybe see if there''s anything we like? How about I pick you up outside between 12:00 and 2:00PM?"'
+					'Natasha''s smile widens. "Oh yes <<$pcs_nickname>>! That''ll be lovely. Umm... However, you need to give me a couple of weeks as I want to arrange a small surprise for you as a thank you for all your help."'
+					'"There''s really no need for anything special Natasha. I was just thinking about a day out and having a browse."'
+					'"Yes I know <<$pcs_nickname>> but I want to. I''ll need a couple of weeks if that''s okay?"'
+					
+						act 'Cheeky mere':
+						'"Of course Natasha, no problem, a couple of weeks it is." You pause then continue. "Just make sure it doesn..."'
+						'Natasha interrupts. "Yes <<$npc_nickname[''A29'']>>!" She says grinning and rolling her eyes.'
+						'"You cheeky mere! If you keep up with that you''re asking for a butt slap!" You respond laughing.'
+						'Natasha laughs and stands up then slowly lifts her dress and taps her butt with the spoon.'
+						'Slap!'
+						'"Ouch!"'
+						'"Well I did warn you not to be so cheeky! Nice hot butt cheeks by the way." You say slowly massaging her arse.'
+						'Natasha pushes her butt against your hand "Umm... You like?"'
+						'You slowly remove her skirt and massage her butt further before deciding that it''s gone far enough... for now.'
+					
+		else
+		
+!If Sveta works in St. P. either in addition to the job in Pav or she only works in St. P.
+!Include racing for the St. P. track team as a job in St. P.
+!If Sveta does kickboxing only and doesn't run that's not treated as a job for this. The logic being she doesn't want Natasha to worry.
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha7.jpg"></center>'
+			'"Right. Well I work in St. Petersburg but I won''t tell you just yet. Soon... Okay?" You look quizzically at Natasha.'
+			'"Okay <<$pcs_nickname>> that''s fine and umm..."'
+			'"Haha! Just kidding Natasha, I do work there as well and..."'
+			'Natasha jumps up.'
+			'"One second <<$pcs_nickname>>, I''ll be back in a moment. Just need to go to the kitchen quickly. I left something on the stove..."'
+			
+!If Sveta doesn't run in St P but does work there.
+				act 'Natasha returns':
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha33.jpg"></center>'
+				'Natasha returns still holding a wooden spoon and sits next to you so you continue.'
+				'"Okay... I''ve been thinking about what we can do next. How about we arrange a trip to St. Petersburg one Saturday and have a look in some of the shops? Maybe see if there''s anything we like. Whilst we''re there I''ll tell you where I work. So how about I pick you up outside between 12:00 and 2:00PM? "'
+				'Natasha''s smile widens. "Oh yes <<$pcs_nickname>>! That''ll be lovely. Umm... However, you need to give me a couple of weeks as I want to arrange a small surprise for you as a thank you for all your help."'
+				'"There''s really no need for anything special Natasha. I was just thinking about a day out and having a browse."'
+				'"Yes I know <<$pcs_nickname>> but I want to. I''ll need a couple of weeks if that''s okay?"'
+				
+					act 'Cheeky mere':
+					'"Of course Natasha, no problem, a couple of weeks it is." You pause then continue. "Just make sure it doesn..."'
+					'Natasha interrupts. "Yes <<$npc_nickname[''A29'']>>!" She says grinning and rolling her eyes.'
+					'"You cheeky mere! If you keep up with that you''re asking for a butt slap!" You respond laughing.'
+					'Natasha laughs and stands up then slowly lifts her dress and taps her butt with the spoon.'
+					'Slap!'
+					'"Ouch!"'
+					'"Well I did warn you not to be so cheeky! Nice hot butt cheeks by the way." You say slowly massaging her arse.'
+					'Natasha pushes her butt against your hand "Umm... You like?"'
+					'You slowly remove her skirt and massage her butt before deciding that it''s gone far enough... for now.'
+					
+		else
+		
+![If Sveta is on the Track team at St. Petersburg.]
+				act 'Tell Natasha to get her sports kit on':
+!Willpower is an easy check and costs 'say' 5 as Nat isn't into exercising.
+					*clr & cla
+					minut += 10
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha6.jpg"></center>'
+					'Natasha leaves the kitchen and rejoins you in her bedroom. You are looking through some of her fashion magazines and look up at her as she sits with you. "Right Natasha, go and put your sports clothes on; we''re going for a jog!"'
+					'Natasha looks at you a bit confused. "Eh?! Why''s that <<$pcs_nickname>>?"'
+					'"Well I fancy going for a jog and you''re coming with me. No arguments!" You pause. Come on, I''ll get my kit and meet you back here in 5 minutes."'
+					'"Erm... But..."'
+					'You give her a stern look. "Natasha come on... No more arguments! I''ll get changed. See you in a few minutes."'
+					'With that you leave to cut short any further possible objections.'
+					
+						act 'Natasha isn''t ready!':
+						*clr & cla
+							minut += 5
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha34.jpg"></center>'
+							'When you return Bella answers the door and tells you that Natasha is in her room so you head in there to get her... Only she''s not ready yet!'
+							'When you enter her room you are greeted with the sight of Natasha finishing an ice cream and reading a book butt naked!'
+							'Admiring the view you laugh and say "So Natasha I take it you''re planning on a naked jog?!"'
+							'"Oh! Shit sorry <<$pcs_nickname>> I got a bit sidetracked!"'
+							'"Well yeah! I can see that and just as well we''re going for a jog or you''ll be moaning about keeping your figure." You reply pointing to the ice cream cone in her hand and giggling."'
+							'Natasha blushes and mutters something you can''t properly catch but guess it''s about the ice cream being nice.'
+							'"Come on girlfriend get a shift on or I might have to take you jogging more often!"'
+							'"Okay <<$pcs_nickname>> I won''t be a sec."'
+							'True to her word Natasha quickly gets her gym kit on and you head out.'
+						
+							act 'Go for a jog':
+								*clr & cla
+								minut += 30
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha35.jpg"></center>'
+								'You both head down to the park and go for a jog. You have to adjust your pace so as not to leave Natasha behind.'
+								'Despite this Natasha struggles to keep up with you and you have to have a short break.'
+								'"Pant... Pant... Are you trying to kill me <<$pcs_nickname>>?!"'
+								'"Oh really Natasha?! It''s just a gentle jog." You say with a giggle. "Okay, shall we head back?"'
+								'A rather red in the face Natasha just nods at you still trying to catch her breath.'
+								
+!!Repeatable so please add the below to 'kissing games.
+									act 'Shower':
+										*clr & cla
+										minut += 10
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha36.jpg"></center>'
+										'"Oh <<$pcs_nickname>> I desperately need a shower after that... Erm... Join me?"'
+										'"Absolutely! That was never in doubt!" You respond smiling.'
+										'You both head to the bathroom and undress. Natasha turns the shower on pausing for a passionate kiss before getting in and lathering each other.'
+										
+										act 'Escalation':
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha37.jpg"></center>'
+										'Unable to keep your hands off each other the kissing quickly escalates.'
+										'Natasha''s hand is soon between your legs as her fingers begin to work their magic.'
+										'You, in turn, push your leg between Natasha''s as she starts to ride your leg.'
+										
+										act 'Grind':
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha38.jpg"></center>'
+										'It''s not long before you lean forward and push your arse back into Natasha''s pussy and start grinding on her.'
+										'Oh! Fuck! <<$pcs_nickname>>! I''m going to..."'
+										'You decide to pull back at the last second...'
+										
+										act 'Licking':
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha39.jpg"></center>'
+										'You push Natasha''s head down to your pussy and hold it there'
+										'Your legs start to feel like jelly so you sit on the small ledge.'
+										'Natasha kneels in front of you and spreads your legs and immediately starts playing with your clit and licking you out.'
+										'Although the build and crescendo seems to take an age it could only have been a couple of minutes before you''re ready to cum in her mouth.'
+										'"No... Not... yet..." You pant. "Bedroom... Now!"'
+											
+											act 'Bed':
+												*clr & cla
+												minut += 5
+												'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha40.jpg"></center>'
+												'Once on the bed after another long and very passionate kiss you both lie back astride each other''s leg and start rubbing back and forth... back and forth.'
+												'You both gradually speed up as your excitement grows.'
+												'As your movements get faster and you push against each other you both rapidly near the point of no return.'
+												'Every muscle in your body tightens and pulsate. Your pussy is soaking as your vagina pulses uncontrollably.'
+												'Suddenly juices pour from Natasha''s clit as you both reach an orgasm simultaneously and bite your lips so as not to scream.'
+												'As you slowly come down in your afterglow and cuddle up Natasha whispers to you with a cheeky grin. "Umm, that was nice <<$pcs_nickname>>, we''ll have to have a repeat performance at some point."'
+												'You give her a hug as you reply. "Yep, 100% but we''ll need to be careful we don''t end up too wrinkly from all the water."'
+!This is the end of the repeatable kissing games part.
+
+												act 'Back to jobs':
+													*clr & cla
+													minut += 5
+													'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/kissing_games/natasha40.jpg"></center>'
+													'After relaxing in each other''s arms for a couple of minutes you both slowly come down from your high.'
+													'You turn to Natasha. "Well Natasha you remember you asked me about my jobs?"'
+													'"Yes... <<$pcs_nickname>>." She looks confused; probably because of your choice of post passion topic.'
+													'"Right... Well I thought I''d show you one of my sources of income."'
+													'Natasha continues to look confused and the expression on her face is an absolute picture. "Sorry <<$pcs_nickname>>; you mean..." She stops, goes bright red and turns to you looking worried and somewhat horrified.'
+													'It takes you a moment to realise what she''s thinking then you respond after a brief giggle, "Oh! I get it, no not that, the running silly! You know that you''ve got a filthy mind girl!"'
+													'Natasha is now even redder as she replies. "Oh! Right! I thought you meant... Shit! Sorry!" She leans over and gives you a warm hug but still looks confused.'
+												
+!If Sveta has previously won the 400M championship.
+												act 'St. Petersburg reigning 400M champion':
+													*clr & cla
+													minut += 5
+													'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/race/run_win.jpg"></center>'
+													'You look at Natasha and smile. "I take it you don''t look at the sports pages in the local press then?"'
+													'Natasha just continues looking at you only now in total confusion.'
+													'You continue... "Okay... Hang on I think I''ve got a photo here somewhere." You have a look in your bag. "Yeah here it is; I thought that I hadn''t taken it out of my bag yet."'
+													'You show her a picture of you in your sports gear arms raised in triumph receiving your medal.'
+													'Natasha''s mouth drops open and she looks at you in shock muttering something you can''t make out but sounds suspiciously like: "Holy shit!"'
+													'"Well that probably explains why you were out of breath when I went for a light jog! You still don''t realise do you?"'
+													'Natasha simply shakes her head looking at you still somewhat bewildered.'
+													'"Right... Well Natasha you can tell your <<$npc_nickname[''A29'']>> that you just went for a jog with the St. Petersburg 400 meter track champion!"'
+												
+													act 'Agree trip to St. Petersburg':
+														*clr & cla
+														minut += 5
+														'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha33.jpg"></center>'
+														'"Natasha... Hey Natasha..." You click your fingers in front of her face.'
+														'"Sorry! Wow! Fuck! Sorry Umm... Sorry I didn''t know! You must think I''m a really shitty girlfriend not to have known that! I''m really sorry <<$pcs_nickname>!"'
+														'"Hey! Don''t stress it''s not a problem." You pause and click your fingers at her again as she spaces out. "Hey! I race there on a Saturdays so we''ll go together sometime soon... Okay?"'
+														'Natasha slowly regains her composure. "Oh yes <<$pcs_nickname>! I''d love that! Thank you so much." She pauses then gives you a big hug then jumps up.'
+														'"One second <<$pcs_nickname>>, I''ll be back in a moment. Just need to go to the kitchen quickly. I left something on the stove and it should be cooked by now..."'
+														'Natasha returns still holding a wooden spoon and sits next to you so you continue.'
+											else
+
+!If Sveta has won any prize money (any level) but isn't the champion
+												act 'On the track team for the 400 meter races': 
+													*clr & cla
+													minut += 5
+													'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha33.jpg"></center>'
+													'"Well Natasha, I race for the St. Petersburg Track team in the 400 meter event and the races are on Saturdays."'
+													'Slowly recovering her poise Natasha smiles and replies. "Well I guess that''ll explain it then... Even if I didn''t have a fondness for ice creams I guess I''d have still been out of breath!... Umm... Maybe I can come along and watch one time?" She asks.'
+													'"Yes of course Natasha, that''s why I told you about it. We''ll arrange a trip very soon."'
+													'Your reply obviously doesn''t register immediately.'
+													'"Natasha... Hey Natasha..." You click your fingers in front of her face. "Hey! I said yes! I race there on a Saturday so we''ll go together sometime soon... Okay?"'
+													'"Sorry! Wow! Oh yes <<$pcs_nickname> I''d love that! Thank you so much."'
+													'Natasha leans over and kisses you then cuddles up with you for a moment then she jumps up.'
+													'"One second <<$pcs_nickname>>, I''ll be back in a moment. Just need to go to the kitchen quickly. I left something on the stove and it should be cooked by now..."'
+													'Natasha returns still holding a wooden spoon and sits next to you so you continue.'
+												
+													act 'Agree trip to St. Petersburgh':
+														*clr & cla
+														minut += 5
+														'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha33.jpg"></center>'
+														'"Anyway... As I was saying, I''ve been thinking about what we can do next. So if we arrange a trip to St. Petersburg Saturday we can have a look in some of the shops and maybe see if there''s anything we like. So how about I pick you up outside between 12:00 and 2:00PM? Whilst we''re there I''ll tell you where I work and I''ll get you a ticket so you can watch the race."'
+														'Natasha''s smile widens. "Oh yes <<$pcs_nickname>>! That''ll be lovely. Umm... However, you need to give me a couple of weeks as I want to arrange a small surprise for you as a thank you for all your help."'
+														'"There''s really no need for anything special Natasha. I was just thinking about a day out and having a browse."'
+														'"Yes I know <<$pcs_nickname>> but I want to. I''ll need a couple of weeks if that''s okay?"'
+													
+														act 'Slap':
+															*clr & cla
+															minut += 5
+															'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha41.jpg"></center>'
+															'"Of course Natasha, no problem, a couple of weeks it is." You pause then continue. "Just make sure it doesn..."'
+															'Natasha interrupts. "Yes <<$npc_nickname[''A29'']>>!" She says grinning and rolling her eyes.'
+															'"You cheeky mere! If you keep that up you''re asking for a butt slap!" You respond laughing.'
+															'Natasha laughs and stands up then slowly lifts her dress higher and higher exposing her butt and green panties.'
+															'Slap!'
+															'"Ouch!"'
+															'"Well I did warn you not to be so cheeky! Nice hot butt by the way." You say slowly massaging her arse.'
+															'Natasha pushes her butt against your hand "Umm... You like?"'
+															'"Yeah." You slowly massage her butt before deciding that it''s gone far enough... for now.'
+															act 'Return to her room': gt !!code to go back to her room
+															end
+														end
+													end
+												end
+											end
+										end
+									end
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+}
+
+	!! ---- FRIEND chat ---- !!
+
+if $ARGS[0] = 'friend_chat':
+	act 'Hangout':
+
+		minut += 15
+		gs 'stat'
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+		'Whilst you are both sitting on Natasha''s bed chatting about general stuff and flicking through fashion magazines you feel like going outside for a while so putting the magazine down you turn to Natasha and say, "OK Natasha, enough sitting about. Let’’s..."'
+
+		! Alt text is temp pending quest variable changes.
+
+		act 'Go for a walk': gt 'natbel_friend', 'go_for_walk'
+		act 'Go to the park': gt 'natbel_friend', 'go_to_park'
 		if hour => 8 and hour <= 19 and (money >= 240 or karta >= 240):
 			act 'Go to the cafe': gt 'natbel_friend', 'go_to_del_greco'
 		end
@@ -561,6 +966,11 @@ if $ARGS[0] = 'friend_chat':
 
 end
 
+
+
+
+	!! ---- CASUAL chat ---- !!
+
 if $ARGS[0] = 'small_talk':
 	minut += 15
 	gs 'stat'
@@ -618,125 +1028,9 @@ 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':
-	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['chrispaid'] > 4 and 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 '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
-		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'] = 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
-		end
-	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
+	!! ---- PREGNANCY chats ---- !!
 
 if $ARGS[0] = 'natknows':
 	cla
@@ -798,87 +1092,88 @@ if $ARGS[0] = 'natknows1':
 	act 'Continue':gt 'natbelapt', 'natroom'
 end
 
-if $ARGS[0] = 'debt_forgive':
-	if NatbelQW['Debt'] > 0 and NatbelQW['DebtDay'] <= daystart:
-		if NatbelQW['QWstage'] = 2:
-			act 'Forgive Natasha''s debt':
-				NatbelQW['Debt'] = 0
-				NatbelQW['DebtDay'] = 0
-				NatbelQW['DebtForgiven'] = 1
-				gs 'npc_relationship', 'modify', 'A16', 'adore'
-				minut += 5
-				gs 'stat'
+if $ARGS[0] = 'preg_chat':
+	if npc_pregtalk['A16'] = 0 and kid = 0:
+		if NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday']) < 200 and func('body_din','pregnancyVisibility') = 1:
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+			'"<<$pcs_nickname>>, are you pregnant, too? Well, I guess I don''t have to worry about being the only pregnant girl at school," she giggles.'
+
+			act 'Continue':gt 'natbel_chat', 'natknows'
+		elseif NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday']) < 200 and knowpreg = 1 and pregchem > 0 and func('body_din','pregnancyVisibility') = 0:
+			act 'Tell her you''re pregnant':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
-				'You look at her and it is clear that she is close to tears, probably having feared the worst. Feeling for her, you try to comfort her, "Come on, Natasha. Did you really think I expected you to be able to repay me? I... hear about the gossip at school. You''ve been a good friend to me and helped me with my homework when I was struggling, so let me help you too."'
-				'Overcome with relief, Natasha starts sobbing. "I''m just so grateful. I really didn''t expect you to do that. I really want to repay you, however I can."'
-				'You lift up her chin, kiss her on the cheek and give her a big hug. "Let''s see where our journey takes us," you say to her as her tears subside.'
-				act 'Keep talking': gt 'natbel_chat', 'chat'
-				act 'Stop talking': gt 'natbelapt', 'natroom'
-				act 'Ask her about what she bought <br><font color="red">This option will block the Natasha submissive path.</font>':
-					gt 'natbel_chat', 'debt_forgive2'
-				end
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+				'"If you were worried about being the only pregnant girl at school, that won''t be a problem anymore." You smirk while rubbing your midriff. "It looks like I got myself knocked up as well."'
+				'Natasha smiles at you excitedly. "Really? Congratulations!"'
+
+				act 'Continue':gt 'natbel_chat', 'natknows'
 			end
-		else
-			act 'Forgive Natasha''s debt':
-				NatbelQW['Debt'] = 0
-				NatbelQW['DebtDay'] = 0
-				NatbelQW['DebtForgiven'] += 1
-				minut += 5
-				gs 'stat'
+		elseif NatbelQW['QWstage'] <= 5 and pregchem > 0 and knowpreg = 1:
+			act 'Tell her you''re pregnant':
+				npc_pregtalk['A16'] = 1
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
-				'You decide to forgive Natasha''s debt. She is delighted and thanks you with all her heart.'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+				'"<<$pcs_nickname>>, you''re," she pauses momentarily before continuing in a tone of shock mixed with disgust, "pregnant? Have you been sleeping around? This will definitely impact your studies."'
 
-				act 'Keep talking': gt 'natbel_chat', 'chat'
-				act 'Stop talking': gt 'natbelapt', 'natroom'
+				act 'Continue' :gt 'natbelapt', 'natroom'
+			end
+		elseif pregchem > 0 and knowpreg = 1:
+			act 'Tell her you''re pregnant':
+				npc_pregtalk['A16'] = 1
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+				'"You''re pregnant? Who''s the father?"'
+				if $wombthfath = '' or $wombthfathID = 'unknown':
+					'"Honestly, I don''t even know."'
+					'"Really? That''s crazy." Natasha whispers, rubbing her midriff longingly.'
+
+					act 'Continue' :gt 'natbelapt', 'natroom'
+				else
+					'You tell her that <<$wombthfath>> is the father and then give her brief details as to how you got pregnant, without getting too explicit.'
+					'"Really? That''s crazy." Natasha whispers, rubbing her midriff longingly.'
+
+					act 'Continue' :gt 'natbelapt', 'natroom'
+				end
 			end
 		end
 	end
-end
 
-if $ARGS[0] = 'debt_forgive2':
-	*clr & cla
-	menu_off = 1
-	NatbelQW['FriendLover'] = 1
-	minut += 5
-	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha1.jpg"></center>'
-	'"So Natasha, do you want to show me what you bought with the money I lent you? I''ve been looking forward to seeing it."'
-	'Natasha looks worried again and with a very croaky voice replies, "I''m sorry <<$pcs_nickname>>, I didn''t manage to get anything!"'
-	'You are a bit confused. "Sorry, Natasha. I gave you five thousand rubles! I thought you could treat yourself to a new outfit or two?"'
-	'The girl can''t hold back her tears and starts sobbing again. A little exasperated, you give her another hug. "Look, Natasha. Please stop crying. I''m not mad at you, I just want to know what happened. You''re my friend and I want to help if I can."'
-	'Natasha responds, "You''ve already helped me more than I could imagine. I couldn''t hope for more."'
-	'"Look, enough with the tears and the apologies. Please, just tell me."'
-	'Natasha looks at you and is clearly worried. She takes a deep breath, "I had a few debts I had to repay as I was getting chased and then I had to help my mum so there''s nothing left..."'
-	'You nod your head, "Right, okay. So did you get all your debts repaid?"'
-	'She shakes her head. "No. I still owe Christina 500 rubles."'
-	'"And that''s the last debt you owe?" you ask her.'
-	'"Yeah, that''s the last one."'
-	act 'Let her deal with the last debt':
-		*clr & cla
-		NatbelQW['chrispaid'] = 1
-		NatbelQW['evt_day'] = daystart
-		
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha2.jpg"></center>'
-		'"Okay, well, that''s not too bad. I think you can handle that one by yourself," you say.'
-		'She nods her head slowly.'
-		act 'Keep talking': gt 'natbel_chat', 'chat'
-		act 'Stop talking': gt 'natbelapt', 'natroom'
-	end
-	act 'Offer to repay Christina':
-		*clr & cla
-		NatbelQW['chrispaid'] = 2
-		gs 'npc_relationship', 'modify', 'A16', 'like'
-		gs 'stat'
-		
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/events/bullied/natasha3.jpg"></center>'
-		'You look at Natasha, who is now slumped on the floor with her head in her hands. You contemplate what she said and how much she''s clearly terrified of Christina. "Um... Okay."'
-		'A confused Natasha looks at you, "Uh? Sorry, what do you mean?"'
-		'"I mean, leave it to me. I''ll pay back your debt to Christina. Just try and keep out of her way until then."'
-		'Natasha simply nods, clearly not trusting herself to speak.'
-		'"Okay, Natasha, I''m going to leave now. See you soon and don''t worry, just steer clear of Christina for a while!"'
-		act 'Stop talking': gt 'natbelapt', 'natroom'
+	if npc_pregtalk['A16'] = 0 and kid > 0:
+		if (NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday'])< 200) or (NatbelQW['babycount'] > 0) and func('body_din','pregnancyVisibility') = 1:
+			*clr & cla
+			
+			'"Wow, <<$pcs_nickname>>, you''re pregnant again? You''re really committed to making sure I''m not the only young mother around here, huh?" She playfully smiles and puts a hand on your shoulder. "It''s good to know you''re looking out for me."'
+
+			act 'Next':gt 'natbel_chat', 'natknows1'
+		elseif (NatbelQW['pregday'] > 0 and (daystart-NatbelQW['pregday']) > 90 and (daystart-NatbelQW['pregday'])< 200) or (NatbelQW['babycount'] > 0) and knowpreg = 1 and pregchem > 0 and func('body_din','pregnancyVisibility') = 0:
+			act 'Tell her you''re pregnant':
+				*clr & cla
+				
+				'"Hey, guess who''s pregnant again. You know, I''m glad I forced you to let Kolka impregnate you so that I could have someone I can relate to."'
+				'Natasha stares at you for a moment, stunned, trying to determine if the second half of your statement was a joke, before the first half clicks in her mind. "Oh my God, that''s wonderful!" she exclaims as she throws her arms around you and hugs you. When she finally lets go, she asks'
+
+				act 'Next':gt 'natbel_chat', 'natknows1'
+			end
+		elseif NatbelQW['QWstage'] <= 5 and pregchem > 0 and knowpreg = 1:
+			act 'Tell her you''re pregnant':
+				npc_pregtalk['A16'] = 1
+				*clr & cla
+				
+				'"Really? You''re pregnant again? You should really try to be more careful."'
+
+				act 'Continue' :gt 'natbelapt', 'natroom'
+			end
+		elseif pregchem > 0 and knowpreg = 1:
+			act 'Tell her you''re pregnant':
+				npc_pregtalk['A16'] = 1
+				*clr & cla
+				
+				'"You got pregnant again. It must be wonderful…" She trails off, clearly envious.'
+
+				act 'Continue' :gt 'natbelapt', 'natroom'
+			end
+		end
 	end
 end
 

+ 1 - 0
locations/npc_set_preference.qsrc

@@ -264,6 +264,7 @@ end
 !!				body_ass_flat
 !!				body_ass_average
 !!				body_ass_big
+!!				body_ass_heart
 !!				body_ass_bubble
 !!			bmi:
 !!				body_bmi_starving

+ 2 - 0
locations/npc_standard_preferences.qsrc

@@ -7,6 +7,7 @@
 !!				body_ass_flat
 !!				body_ass_average
 !!				body_ass_big
+!!				body_ass_heart
 !!				body_ass_bubble
 !!			bmi:
 !!				body_bmi_starving
@@ -230,6 +231,7 @@ elseif $ARGS[0] = 'A11':
 
 elseif $ARGS[0] = 'A14':
 	gs 'npc_set_preference', 'A14', 'body_ass_bubble', 'like'
+	gs 'npc_set_preference', 'A14', 'body_ass_heart', 'like'
 	gs 'npc_set_preference', 'A14', 'body_ass_big', 'like'
 	gs 'npc_set_preference', 'A14', 'body_bmi_starving', 'dislike'
 	gs 'npc_set_preference', 'A14', 'body_bmi_normal', 'like'

+ 1 - 0
locations/npcstatic1.qsrc

@@ -61,6 +61,7 @@ gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
 gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_flat', 'neutral'
 gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_average', 'neutral'
 gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_big', 'neutral'
+gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_heart', 'neutral'
 gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_bubble', 'neutral'
 gs 'npc_set_preference', 'A<<npctemp>>', 'body_bmi_starving', 'neutral'
 gs 'npc_set_preference', 'A<<npctemp>>', 'body_bmi_underweight', 'neutral'

+ 13 - 4
locations/pcs_has_attr.qsrc

@@ -8,6 +8,7 @@
 !!				body_ass_flat
 !!				body_ass_average
 !!				body_ass_big
+!!				body_ass_heart
 !!				body_ass_bubble
 !!			bmi:
 !!				body_bmi_starving
@@ -202,7 +203,7 @@ end
 !!To be checked
 if $ARGS[0] = 'body_ass_flat':
 	!! flat butt
-	if pcs_butt <= 4:
+	if pcs_butt <= 14:
 		result = 1
 	else
 		result = 0
@@ -210,7 +211,7 @@ if $ARGS[0] = 'body_ass_flat':
 
 elseif $ARGS[0] = 'body_ass_average':
 	!! average feminine butt
-	if pcs_butt >= 5 and pcs_butt <= 7:
+	if pcs_butt >= 15 and pcs_butt <= 25:
 		result = 1
 	else
 		result = 0
@@ -218,7 +219,15 @@ elseif $ARGS[0] = 'body_ass_average':
 
 elseif $ARGS[0] = 'body_ass_big':
 	!! Big round butt
-	if pcs_butt >= 8 and pcs_butt =< 12:
+	if pcs_butt >= 26 and pcs_butt <= 40:
+		result = 1
+	else
+		result = 0
+	end
+
+elseif $ARGS[0] = 'body_ass_heart':
+	!! Heart-shaped butt
+	if pcs_butt >= 41 and pcs_butt <= 59:
 		result = 1
 	else
 		result = 0
@@ -226,7 +235,7 @@ elseif $ARGS[0] = 'body_ass_big':
 
 elseif $ARGS[0] = 'body_ass_bubble':
 	!! Bubble butt
-	if pcs_butt >= 13:
+	if pcs_butt >= 60:
 		result = 1
 	else
 		result = 0

+ 7 - 0
locations/saveupdater.qsrc

@@ -2695,6 +2695,13 @@ if temp_current_save_version < 00090300:
 	! Adding the new room in gadukino to the home_name array:
 	$home_name['gadsarai'] = 'grandparents_house'
 
+	! heart-shaped butt added:
+	dynamic $npc_preferences['A14']
+	if arrpos('$npc_pref_traits', 'body_ass_heart') < 0:
+		gs 'npc_set_preference', 'A14', 'body_ass_heart', 'like'
+	end
+	killvar 'npc_pref_traits'
+
 end
 
 

+ 1 - 1
locations/stat_sklattrib_lvlset.qsrc

@@ -31,7 +31,7 @@ if pcs_prcptn < 1: pcs_prcptn = 1
 pcs_magik = magik_lvl
 if pcs_magik < 0: pcs_magik = 0
 
-pcs_butt_tr = butt_tr_lvl/10
+pcs_butt_tr = butt_tr_lvl/2
 if pcs_butt_tr < 0: pcs_butt_tr = 0
 
 !!---------------------- Skill set Section -----------------------